dynarmic/src/frontend
Lioncash 7bce8d8757 A64: Implement URSHR (scalar) and URSRA (scalar)
Now that the utility function is all set up from implementing SRSRA, the
unsigned variants can now be trivially implemented by modifying the
utility function to perform a logical shift right instead of an
arithmetical shift right for the unsigned case.
2020-04-22 20:46:18 +01:00
..
A32 disassembler_arm: Remove rotation helper function in favor of Common::RotateRight 2020-04-22 20:46:17 +01:00
A64 A64: Implement URSHR (scalar) and URSRA (scalar) 2020-04-22 20:46:18 +01:00
decoder decoder_detail: use structured bindings 2020-04-22 20:46:17 +01:00
ir ir: Add opcodes for signed absolute differences 2020-04-22 20:46:17 +01:00