dynarmic/tests
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 translate_arm/load_store: Handle unpredictable instructions 2016-08-19 00:59:02 +01:00
skyeye_interpreter Better MSVC support 2016-07-18 10:38:22 +01:00
CMakeLists.txt Optionally disassemble x86_64 code using LLVM 2016-08-05 02:08:41 +01:00
main.cpp Reorganisation, Import Skyeye, This is a mess 2016-07-04 17:22:11 +08:00
rand_int.h Fuzz thumb instructions 2016-07-07 19:01:47 +08:00