yuzu/src/video_core
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-04-28 14:02:51 -04:00
2020-05-05 15:39:44 -04:00
2020-04-30 13:19:36 -04:00
2020-04-30 13:19:36 -04:00
2020-04-22 11:36:24 -04:00
2020-04-30 13:19:36 -04:00
2020-04-30 13:19:36 -04:00