dynarmic/src
Sebastian Valle d589c63107 Implemented the ARM SEL instruction, with tests. (#39)
The test for this instruction is very peculiar. As the instruction's behavior depends on the value of the CPSR, we generate a MSR instruction after each SEL instruction to change the CPSR.
2016-11-23 18:14:07 +00:00
..
backend_x64 Add missing explicit specifiers (#27) 2016-09-07 12:08:48 +01:00
common memory_pool: Deduplicate slab allocation code (#28) 2016-09-07 13:20:42 +01:00
frontend Implemented the ARM SEL instruction, with tests. (#39) 2016-11-23 18:14:07 +00:00
ir_opt Remove unnecessary explicit includes (#16) 2016-09-03 21:48:03 +01:00
CMakeLists.txt decoder: Generify the matcher interface (#33) 2016-09-17 09:48:18 +01:00