summaryrefslogtreecommitdiffstats
path: root/src/common/x64/xbyak_abi.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* common/xbyak_api: Make BuildRegSet() constexprLioncash2022-01-261-8/+8
* xbyak: Update include pathMerry2021-08-151-1/+1
* xbyak_abi: Shorten std::size_t to size_tLioncash2020-12-051-8/+8
* xbyak_abi: Avoid implicit sign conversionsLioncash2020-12-051-2/+2
* externals: Update Xbyak to 5.96Lioncash2020-08-301-16/+16
* xbyak_abi: Prefer returning a struct to using out parameters in ABI_CalculateFrameSizeMerryMage2020-06-151-17/+19
* xbyak_abi: Register indexes should be unsignedMerryMage2020-06-151-11/+12
* xbyak_abi: Remove *GPS variants of stack manipulation functionsMerryMage2020-06-151-36/+0
* xbyak_abi: Fix ABI_PushRegistersAndAdjustStackMerryMage2020-06-151-6/+2
* Add xbyak externalDavid Marcec2020-05-301-0/+266
* common: Remove dependency on xbyakLioncash2018-11-211-222/+0
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-9/+12
* common/xbyak_abi: Mark defined functions in header as inlineLioncash2018-08-151-7/+7
* common/xbyak: Use nested namespace specifiers where applicableLioncash2018-08-151-4/+2
* Format: Run the new clang format on everythingJames Rowe2018-01-211-13/+56
* VideoCore: Convert x64 shader JIT to use Xbyak for assemblyYuri Kunde Schlesner2016-12-151-0/+178