mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-25 22:52:58 +00: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.