summaryrefslogtreecommitdiff
path: root/src/common/x64/xbyak_abi.h
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31core: Update copyright headersZephyron
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-01-26common/xbyak_api: Make BuildRegSet() constexprLioncash
2021-08-15xbyak: Update include pathMerry
2020-12-05xbyak_abi: Shorten std::size_t to size_tLioncash
2020-12-05xbyak_abi: Avoid implicit sign conversionsLioncash
2020-08-30externals: Update Xbyak to 5.96Lioncash
2020-06-15xbyak_abi: Prefer returning a struct to using out parameters in ABI_Calculate...MerryMage
2020-06-15xbyak_abi: Register indexes should be unsignedMerryMage
2020-06-15xbyak_abi: Remove *GPS variants of stack manipulation functionsMerryMage
2020-06-15xbyak_abi: Fix ABI_PushRegistersAndAdjustStackMerryMage
2020-05-30Add xbyak externalDavid Marcec
2018-11-21common: Remove dependency on xbyakLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-14common/xbyak_abi: Mark defined functions in header as inlineLioncash
2018-08-14common/xbyak: Use nested namespace specifiers where applicableLioncash
2018-01-20Format: Run the new clang format on everythingJames Rowe
2016-12-14VideoCore: Convert x64 shader JIT to use Xbyak for assemblyYuri Kunde Schlesner