dynarmic/src
Lioncash 07c197e8d0 constant_propagation_pass: Add 64-bit variants of shifts to the pass
These optimizations can also apply to the 64-bit variants of the shift
opcodes; we just need to check if the instruction has an associated
pseudo-op before performing the 32-bit variant's specifics.

While we're at it, we can also relocate the code to its own function
like the rest of the cases to keep organization consistent.
2020-04-22 20:57:37 +01:00
..
backend/x64 value: Move ImmediateToU64() to be a part of Value's interface 2020-04-22 20:55:50 +01:00
common ir: Add opcodes for performing unsigned reciprocal square root estimates 2020-04-22 20:55:05 +01:00
frontend a64: Add ARMv8.4+ instructions encodings to the encoding table 2020-04-22 20:57:37 +01:00
ir_opt constant_propagation_pass: Add 64-bit variants of shifts to the pass 2020-04-22 20:57:37 +01:00
CMakeLists.txt CMakeLists: Add missing cond.h header to file listing 2020-04-22 20:55:05 +01:00