dynarmic/src
Lioncash ade595e377 bit_util: Do nothing in RotateRight if the rotation amount is zero
Without this sanitizing it's possible to perform a shift with a shift
amount that's the same size as the type being shifted. This actually
occurs when decoding ORR variants.

We could get fancier here and make this branchless, but we don't
really use RotateRight in any performance intensive areas.
2020-04-22 20:46:15 +01:00
..
backend_x64 ir: Add IR opcodes for emitting vector shuffles 2020-04-22 20:46:15 +01:00
common bit_util: Do nothing in RotateRight if the rotation amount is zero 2020-04-22 20:46:15 +01:00
frontend A64: Implement REV32 (vector) 2020-04-22 20:46:15 +01:00
ir_opt Implement DC instructions 2020-04-22 20:46:14 +01:00
CMakeLists.txt CMakeLists: Add fp_util, macro_util and math_util headers 2020-04-22 20:46:15 +01:00