dynarmic/src
Tillmann Karras 30a90295b9 Implement data processing instructions
ADC, ADD, AND, BIC, CMN, CMP, EOR, MOV, MVN, ORR, RSB, RSC, SBC, SUB,
TEQ, TST

The code could use some serious deduplication...
2016-08-03 00:47:16 +01:00
..
backend_x64 Add IR opcode RotateRightExtended 2016-08-03 00:47:16 +01:00
common Fix Linux build 2016-08-03 00:44:08 +01:00
frontend Implement data processing instructions 2016-08-03 00:47:16 +01:00
interface clang support 2016-07-12 14:31:43 +01:00
ir_opt IROpt: Port get/set elimination pass to current IR 2016-08-02 11:51:05 +01:00
CMakeLists.txt TranslateArm: Stub more ARM instructions 2016-08-02 21:59:33 +01:00