index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
x64
/
xbyak_abi.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
core: Update copyright headers
Zephyron
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-01-26
common/xbyak_api: Make BuildRegSet() constexpr
Lioncash
2021-08-15
xbyak: Update include path
Merry
2020-12-05
xbyak_abi: Shorten std::size_t to size_t
Lioncash
2020-12-05
xbyak_abi: Avoid implicit sign conversions
Lioncash
2020-08-30
externals: Update Xbyak to 5.96
Lioncash
2020-06-15
xbyak_abi: Prefer returning a struct to using out parameters in ABI_Calculate...
MerryMage
2020-06-15
xbyak_abi: Register indexes should be unsigned
MerryMage
2020-06-15
xbyak_abi: Remove *GPS variants of stack manipulation functions
MerryMage
2020-06-15
xbyak_abi: Fix ABI_PushRegistersAndAdjustStack
MerryMage
2020-05-30
Add xbyak external
David Marcec
2018-11-21
common: Remove dependency on xbyak
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-08-14
common/xbyak_abi: Mark defined functions in header as inline
Lioncash
2018-08-14
common/xbyak: Use nested namespace specifiers where applicable
Lioncash
2018-01-20
Format: Run the new clang format on everything
James Rowe
2016-12-14
VideoCore: Convert x64 shader JIT to use Xbyak for assembly
Yuri Kunde Schlesner