summaryrefslogtreecommitdiff
path: root/src/input_common/keyboard.cpp
diff options
context:
space:
mode:
authorMerryMage <MerryMage@users.noreply.github.com>2020-06-15 21:12:53 +0100
committerMerryMage <MerryMage@users.noreply.github.com>2020-06-15 21:19:38 +0100
commitc09a9e5cc7f53280218cdfbfd7d7ff056f1c2ff5 (patch)
tree42709cd33842b88cef1f82c068862a322c676d06 /src/input_common/keyboard.cpp
parent79aa7b3aceeecadfb5b15bc25431db7768434f23 (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