mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-04-27 11:50:50 -07:00
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.