dynarmic/src/frontend/translate
MerryMage 4acc481463 translate_arm/load_store: Handle unpredictable instructions
This necessated handling literal versions of the instructions separately
as they had different requirements. The rationale for detecting
unpredictable instructions is because:

a. they are unlikely to be outputted by a well-behaved compiler
b. their behaviour may change between different processors

I would rather unpredictable instructions fail loudly than silently do
approximately the right thing.
2016-08-19 00:59:02 +01:00
..
translate_arm translate_arm/load_store: Handle unpredictable instructions 2016-08-19 00:59:02 +01:00
translate.cpp ir: separate components out a little more 2016-08-17 20:46:21 +01:00
translate.h ir: separate components out a little more 2016-08-17 20:46:21 +01:00
translate_arm.cpp translate_arm: Simplify EmitImmShift and EmitRegShift 2016-08-19 00:21:31 +01:00
translate_thumb.cpp Optimization: Make SVC use RSB 2016-08-15 15:02:08 +01:00