You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src
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.
5 years ago
..
audio_core
common
core
input_common
tests
video_core macro_jit_x64: Select better registers 5 years ago
web_service
yuzu
yuzu_cmd
yuzu_tester
.clang-format
CMakeLists.txt