summaryrefslogtreecommitdiffstats
path: root/src/common/x64/xbyak_abi.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda1-3/+2
2022-01-26common/xbyak_api: Make BuildRegSet() constexprLioncash1-8/+8
2021-08-15xbyak: Update include pathMerry1-1/+1
2020-12-05xbyak_abi: Shorten std::size_t to size_tLioncash1-8/+8
2020-12-05xbyak_abi: Avoid implicit sign conversionsLioncash1-2/+2
2020-08-30externals: Update Xbyak to 5.96Lioncash1-16/+16
2020-06-15xbyak_abi: Prefer returning a struct to using out parameters in ABI_CalculateFrameSizeMerryMage1-17/+19
2020-06-15xbyak_abi: Register indexes should be unsignedMerryMage1-11/+12
2020-06-15xbyak_abi: Remove *GPS variants of stack manipulation functionsMerryMage1-36/+0
2020-06-15xbyak_abi: Fix ABI_PushRegistersAndAdjustStackMerryMage1-6/+2
2020-05-30Add xbyak externalDavid Marcec1-0/+266
2018-11-21common: Remove dependency on xbyakLioncash1-222/+0
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-9/+12
2018-08-15common/xbyak_abi: Mark defined functions in header as inlineLioncash1-7/+7
2018-08-15common/xbyak: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-01-21Format: Run the new clang format on everythingJames Rowe1-13/+56
2016-12-15VideoCore: Convert x64 shader JIT to use Xbyak for assemblyYuri Kunde Schlesner1-0/+178