mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2025-01-27 02:56:43 +01:00
c09a9e5cc7
All registers are now callee-save registers. RBX and RBP selected for STATE and RESULT because these are most commonly accessed; this is to avoid the REX prefix. RBP not used for STATE because there are some SIB restrictions, RBX emits smaller code. |
||
---|---|---|
.. | ||
macro.cpp | ||
macro.h | ||
macro_interpreter.cpp | ||
macro_interpreter.h | ||
macro_jit_x64.cpp | ||
macro_jit_x64.h |