dynarmic/src
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
..
backend_x64 A64: Implement FADDP (vector) 2020-04-22 20:46:19 +01:00
common cast_util: Remove unnecessary typename 2020-04-22 20:46:19 +01:00
frontend translate_arm: Remove unnecessary rotr() function 2020-04-22 20:46:20 +01:00
ir_opt general: Remove unused lambda captures 2020-04-22 20:46:16 +01:00
CMakeLists.txt fp/op: Implement FPToFixed 2020-04-22 20:46:19 +01:00