mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2024-12-28 07:41:21 -08: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_interpreter.cpp | ||
macro_interpreter.h | ||
macro_jit_x64.cpp | ||
macro_jit_x64.h | ||
macro.cpp | ||
macro.h |