pcsx2/common/include/x86emitter
Gregory Hainaut 1328865279 x86emitter: xAddressReg size will depend on the arch
Note: displacement are never 8B. The max is 4B which is sign extended to 8B.
So we can't store a pointer into it anymore.

Add xRegisterLong that will be x64 on 64 bits and x32 on 32 bits
2016-01-17 00:10:21 +01:00
..
implement x86emitter: improve the various abi wrapper 2016-01-11 09:21:32 +01:00
instructions.h x86emitter: improve the various abi wrapper 2016-01-11 09:21:32 +01:00
internal.h x86emitter: add support for the VEX opcode 2016-01-09 22:59:31 +01:00
legacy_instructions.h core|x86emitter: port basic jump instruction 2016-01-09 21:26:25 +01:00
legacy_internal.h pcsx2: use a common general intrin include 2016-01-11 09:13:52 +01:00
legacy_types.h x86emitter: drop old register define 2016-01-09 21:28:10 +01:00
sse_helpers.h x86emitter: remove unused legacy function 2016-01-09 21:13:29 +01:00
tools.h x86emitter: add BMI1 & BMI2 instruction detection 2016-01-09 22:59:31 +01:00
x86_intrin.h pcsx2: use a common general intrin include 2016-01-11 09:13:52 +01:00
x86emitter.h x86emitter: remove old unused macro 2016-01-10 16:49:50 +01:00
x86types.h x86emitter: xAddressReg size will depend on the arch 2016-01-17 00:10:21 +01:00