mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-05 06:47:53 +00: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 |