dynarmic/src/ir_opt
Lioncash cfd7513a7d ir_opt/verification_pass: Mark locals as const where applicable
Makes our immutable state a little more explicit.
2020-04-22 21:01:40 +01:00
..
a32_constant_memory_reads_pass.cpp ir_opt/a32_constant_memory_reads_pass: Apply const where applicable to locals 2020-04-22 21:00:47 +01:00
a32_get_set_elimination_pass.cpp ir_opt/a32_get_set_elimination_pass: Mark local variables as const where applicable 2020-04-22 21:00:47 +01:00
a64_callback_config_pass.cpp ir_opt/a64_callback_config_pass: Mark locals as const where applicable 2020-04-22 21:00:47 +01:00
a64_get_set_elimination_pass.cpp ir_opt/a64_get_set_elimination_pass: Add handling for NZCV raw get and set operations 2020-04-22 20:58:11 +01:00
a64_merge_interpret_blocks.cpp General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
constant_propagation_pass.cpp constant_propagation_pass: Fold byte reversal opcodes where applicable 2020-04-22 20:57:37 +01:00
dead_code_elimination_pass.cpp General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
passes.h Implement DC instructions 2020-04-22 20:46:14 +01:00
verification_pass.cpp ir_opt/verification_pass: Mark locals as const where applicable 2020-04-22 21:01:40 +01:00