dynarmic/src/frontend/A64
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
..
decoder A64: Implement URSHR (scalar) and URSRA (scalar) 2020-04-22 20:46:18 +01:00
translate A64: Implement URSHR (scalar) and URSRA (scalar) 2020-04-22 20:46:18 +01:00
FPCR.h General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
imm.h imm: Add additional bit position checks to Imm::Bits 2020-04-22 20:46:16 +01:00
ir_emitter.cpp A64: Implement system register TPIDR_EL0 2020-04-22 20:46:15 +01:00
ir_emitter.h A64: Implement system register TPIDR_EL0 2020-04-22 20:46:15 +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
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