yuzu/src/video_core/macro
David Marcec 8118ea160b Favor switch case over jump table
Easier to read and will emit a jump table automatically.
2020-05-30 12:23:58 +10:00
..
macro.cpp Implement macro JIT 2020-05-30 11:40:04 +10:00
macro.h Implement macro JIT 2020-05-30 11:40:04 +10:00
macro_interpreter.cpp Implement macro JIT 2020-05-30 11:40:04 +10:00
macro_interpreter.h Implement macro JIT 2020-05-30 11:40:04 +10:00
macro_jit_x64.cpp Favor switch case over jump table 2020-05-30 12:23:58 +10:00
macro_jit_x64.h Favor switch case over jump table 2020-05-30 12:23:58 +10:00