dynarmic/src/frontend/A32
Lioncash 9db6d1e98b translate_arm: Remove unnecessary rotr() function
We already have RotateRight() in our common code, so we can remove this
function and replace it with it. We can also implement ArmExpandImm_C()
in terms of ArmExpandImm().
2020-04-22 20:46:20 +01:00
..
decoder T32: Add initial decoder list 2020-04-22 20:46:14 +01:00
disassembler disassembler_arm: Remove rotation helper function in favor of Common::RotateRight 2020-04-22 20:46:17 +01:00
translate translate_arm: Remove unnecessary rotr() function 2020-04-22 20:46:20 +01:00
FPSCR.h fp: Extract common RoundingMode enum 2020-04-22 20:46:18 +01:00
ir_emitter.cpp IR: FPCompare{32,64} now return NZCV flags instead of implicitly setting them 2020-04-22 20:46:13 +01:00
ir_emitter.h IR: FPCompare{32,64} now return NZCV flags instead of implicitly setting them 2020-04-22 20:46:13 +01:00
location_descriptor.cpp General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
location_descriptor.h General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
PSR.h General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
types.cpp General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
types.h General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00