summaryrefslogtreecommitdiffstats
path: root/src/common/x64/xbyak_abi.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-15xbyak: Update include pathMerry1-1/+1
2020-12-05xbyak_abi: Shorten std::size_t to size_tLioncash1-8/+8
Makes for less reading.
2020-12-05xbyak_abi: Avoid implicit sign conversionsLioncash1-2/+2
2020-08-30externals: Update Xbyak to 5.96Lioncash1-16/+16
I made a request on the Xbyak issue tracker to allow some constructors to be constexpr in order to avoid static constructors from needing to execute for some of our register constants. This request was implemented, so this updates Xbyak so that we can make use of it.
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
Pushing GPRs twice.
2020-05-30Add xbyak externalDavid Marcec1-0/+266
2018-11-21common: Remove dependency on xbyakLioncash1-222/+0
Xbyak is currently entirely unused. Rather than carting it along, remove it and get rid of a dependency. If it's ever needed in the future, then it can be re-added (and likely be more up to date at that point in time).
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
Avoids potential One Definition Rule violations when these are used in the future.
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