Files
dynarmic/src/common
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
..
2020-04-22 20:46:12 +01:00
2020-04-22 20:26:12 +01:00
2020-04-22 20:46:12 +01:00
2020-04-22 20:46:14 +01:00