dynarmic/tests/arm
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
..
fuzz_arm.cpp translate_arm/load_store: Handle unpredictable instructions 2016-08-19 00:59:02 +01:00
fuzz_thumb.cpp ir: separate components out a little more 2016-08-17 20:46:21 +01:00
test_arm_disassembler.cpp Reorganise src/frontend: Add subdirectories disassembler and translate 2016-07-14 14:39:43 +01:00
test_thumb_instructions.cpp Fix Thumb BLX (imm), BL (imm) for negative immediates 2016-07-18 22:48:23 +01:00
vadd.vfp_tests.inc Tests/VFP: Add tests for VADD.F32 2016-08-06 20:03:15 +01:00