dynarmic/src/frontend/translate
Sebastian Valle d589c63107 Implemented the ARM SEL instruction, with tests. (#39)
The test for this instruction is very peculiar. As the instruction's behavior depends on the value of the CPSR, we generate a MSR instruction after each SEL instruction to change the CPSR.
2016-11-23 18:14:07 +00:00
..
translate_arm Implemented the ARM SEL instruction, with tests. (#39) 2016-11-23 18:14:07 +00:00
translate.cpp arm_types: Split out LocationDescriptor (#20) 2016-09-05 11:54:09 +01:00
translate.h arm_types: Split out LocationDescriptor (#20) 2016-09-05 11:54:09 +01:00
translate_arm.cpp translate_arm: Remove unused method ArmTranslatorVisitor::LinkToNextInstruction 2016-09-21 14:07:53 +01:00
translate_thumb.cpp decoder: Generify the matcher interface (#33) 2016-09-17 09:48:18 +01:00