dynarmic/src
MerryMage 3621a925b2 reg_alloc: Register allocator related constraints belong with the rest of the register allocator
HostLocToReg64 contained two DEBUG_ASSERTs invloving constraints that
really belonged to the register allocator.

The register allocator prevents allocation of RSP and R15 because those
are reserved for the stack pointer and the state pointer respectively.
2016-11-30 19:42:41 +00:00
..
backend_x64 reg_alloc: Register allocator related constraints belong with the rest of the register allocator 2016-11-30 19:42:41 +00:00
common mp: Fix static_assert condition (#46) 2016-11-25 22:09:45 +00:00
frontend Implement UHSUB8 and UHSUB16 (#48) 2016-11-26 18:27:21 +00:00
ir_opt ir: Implement GetGEFlags, SetGEFlags 2016-11-23 19:44:27 +00:00
CMakeLists.txt Implemented the PKHTB and PKHBT instructions with tests. (#40) 2016-11-23 21:45:18 +00:00