mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-12-25 19:02:45 -06: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 |