dynarmic/src/backend_x64
Tillmann Karras 3fdc093d10 Add more IR opcodes for multiply instructions
Pack2x32To1x64, LeastSignificantWord, MostSignificantWord, IsZero64,
Add64, Mul, Mul64, SignExtendWordToLong, ZeroExtendWordToLong
2016-08-05 02:09:30 +01:00
..
emit_x64.cpp Add more IR opcodes for multiply instructions 2016-08-05 02:09:30 +01:00
emit_x64.h Optionally disassemble x86_64 code using LLVM 2016-08-05 02:08:41 +01:00
interface_x64.cpp Optionally disassemble x86_64 code using LLVM 2016-08-05 02:08:41 +01:00
jitstate.h RegAlloc: Allow allocation of XMM registers 2016-08-02 13:46:12 +01:00
reg_alloc.cpp RegAlloc: Define constructors for HostLocInfo to make MSVC happy 2016-08-03 00:25:42 +01:00
reg_alloc.h RegAlloc: Define constructors for HostLocInfo to make MSVC happy 2016-08-03 00:25:42 +01:00
routines.cpp Better MSVC support 2016-07-18 10:38:22 +01:00
routines.h backend_x64: Inline Routines::GenReturnFromRunCode into emitted code 2016-07-12 16:46:27 +01:00