dynarmic/src/frontend/decoder
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
..
arm.h translate_arm/load_store: Handle unpredictable instructions 2016-08-19 00:59:02 +01:00
decoder_detail.h mp: Generalize function information retrieval 2016-08-17 10:08:40 +01:00
thumb16.h mp: Generalize function information retrieval 2016-08-17 10:08:40 +01:00
thumb32.h mp: Generalize function information retrieval 2016-08-17 10:08:40 +01:00
vfp2.h mp: Generalize function information retrieval 2016-08-17 10:08:40 +01:00