dynarmic/src/frontend/translate/translate_arm
Mat M 00d0f4d5ff load_store: Add correctness checks for STRD variants (#7)
STRD doesn't allow the use of the PC in either Rt or Rt2
2016-09-02 17:32:02 +01:00
..
branch.cpp translate_arm/branch: Read-after-write in arm_BLX_reg 2016-08-22 15:53:56 +01:00
data_processing.cpp translate_arm/data_processing: Rd == R15 is unpredictable for rsr instructions 2016-08-18 18:23:05 +01:00
exception_generating.cpp Optimization: Make SVC use RSB 2016-08-15 15:02:08 +01:00
extension.cpp Standardize indentation of switch statments 2016-08-23 12:19:27 +01:00
load_store.cpp load_store: Add correctness checks for STRD variants (#7) 2016-09-02 17:32:02 +01:00
multiply.cpp TranlateArm: implement remaining multiplies 2016-08-19 01:08:38 +01:00
parallel.cpp translate_arm/parallel: Detect UNPREDICTABLE instructions 2016-08-19 00:59:07 +01:00
reversal.cpp Implement more instructions 2016-08-03 00:47:17 +01:00
status_register_access.cpp TranslateArm: Implement MRS, MSR (imm), MSR (reg) 2016-08-15 11:50:49 +01:00
synchronization.cpp ir_emitter: Fix typo. ClearExlcusive -> ClearExclusive (#5) 2016-09-02 12:17:22 +01:00
translate_arm.h load_store: Add correctness checks for STRD variants (#7) 2016-09-02 17:32:02 +01:00
vfp2.cpp Implement VMRS and VMSR 2016-08-26 22:47:54 +01:00