dynarmic/src/frontend/A32
MerryMage 1aa7b62e92 A32/Thumb: Correct behaviour for UDF and Unpredictable instructions
Raise an exception instead of calling the interpreter and ASSERT-ing respectively.
2020-04-22 21:04:23 +01:00
..
decoder Merge pull request #500 from lioncash/cbz 2020-04-22 21:04:21 +01:00
disassembler disassembler_arm: Apply const where applicable 2020-04-22 21:04:22 +01:00
translate A32/Thumb: Correct behaviour for UDF and Unpredictable instructions 2020-04-22 21:04:23 +01:00
FPSCR.h Switch boost::optional to std::optional 2020-04-22 20:57:37 +01:00
ir_emitter.cpp frontend/A32/ir_emitter: Remove unnecessary includes 2020-04-22 21:04:22 +01:00
ir_emitter.h frontend/A32/ir_emitter: Remove unnecessary includes 2020-04-22 21:04:22 +01:00
ITState.h A32: Add ITState 2020-04-22 21:04:22 +01:00
location_descriptor.cpp General: Make parameter names from declarations and implementations consistent 2020-04-22 21:04:22 +01:00
location_descriptor.h a32_jitstate: Consolidate upper bits of location descriptor into upper_location_descriptor 2020-04-22 21:04:23 +01:00
PSR.h PSR: Use Common::ModifyBit{,s} 2020-04-22 21:04:22 +01:00
types.cpp frontend/A32/types: Remove redundant std::string initializer 2020-04-22 21:04:22 +01:00
types.h A32: Replace immediate type aliases with the Imm template 2020-04-22 21:02:46 +01:00