diff options
author | MerryMage <MerryMage@users.noreply.github.com> | 2020-06-15 21:12:53 +0100 |
---|---|---|
committer | MerryMage <MerryMage@users.noreply.github.com> | 2020-06-15 21:19:38 +0100 |
commit | c09a9e5cc7f53280218cdfbfd7d7ff056f1c2ff5 (patch) | |
tree | 42709cd33842b88cef1f82c068862a322c676d06 /src/input_common/keyboard.cpp | |
parent | 79aa7b3aceeecadfb5b15bc25431db7768434f23 (diff) |
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.
Diffstat (limited to 'src/input_common/keyboard.cpp')
0 files changed, 0 insertions, 0 deletions