MerryMage c09a9e5cc7 macro_jit_x64: Select better registers
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.
2020-06-15 21:19:38 +01:00
..
2020-06-03 16:33:38 +10:00
2020-06-03 16:33:38 +10:00
2020-06-03 16:33:38 +10:00
2020-06-03 16:33:38 +10:00