dynarmic/src/frontend
2016-07-12 11:09:34 +01:00
..
decoder s/thumb1/thumb16/g: Thumb16 refers to 16-bit thumb instructions, and Thumb32 to 32-bit ones 2016-07-12 11:09:34 +01:00
ir IR: Implement IR microinstructions ALUWritePC and LoadWritePC 2016-07-12 10:58:14 +01:00
arm_types.h Implement thumb1_ADD_imm 2016-07-08 19:15:30 +08:00
disassembler.h Start implementing Thumb disassembler 2016-07-07 21:51:47 +08:00
disassembler_arm.cpp Reorganisation, Import Skyeye, This is a mess 2016-07-04 17:22:11 +08:00
disassembler_thumb.cpp s/thumb1/thumb16/g: Thumb16 refers to 16-bit thumb instructions, and Thumb32 to 32-bit ones 2016-07-12 11:09:34 +01:00
frontend_arm.h Reorganisation, Import Skyeye, This is a mess 2016-07-04 17:22:11 +08:00
ir_emitter.cpp IR: Implement IR microinstructions ALUWritePC and LoadWritePC 2016-07-12 10:58:14 +01:00
ir_emitter.h IR: Implement IR microinstructions ALUWritePC and LoadWritePC 2016-07-12 10:58:14 +01:00
translate.cpp Proper implementation of Arm::Translate 2016-07-04 21:37:50 +08:00
translate.h Proper implementation of Arm::Translate 2016-07-04 21:37:50 +08:00
translate_arm.cpp frontend/TranslateArm: Just interpret all ARM instructions 2016-07-12 09:11:35 +01:00
translate_thumb.cpp s/thumb1/thumb16/g: Thumb16 refers to 16-bit thumb instructions, and Thumb32 to 32-bit ones 2016-07-12 11:09:34 +01:00