bunnei
|
e5d417213c
|
emitter: Support arbitrary FixupBranch targets.
|
10 years ago |
Lioncash
|
e3f9d09b28
|
emitter: templatize ImmPtr
|
10 years ago |
Lioncash
|
1351c0ce9f
|
emitter: constexpr-ify helper functions
|
10 years ago |
Lioncash
|
e66a6a2a1b
|
emitter: Get rid of CanDoOpWith
This was removed in Dolphin as there were no particular uses for it.
I'm sure the same will apply to citra.
|
10 years ago |
Lioncash
|
6085b419e5
|
emitter: constexpr-ify OpArg
|
10 years ago |
Lioncash
|
77bcdafc94
|
emitter: friend class OpArg with XEmitter
|
10 years ago |
Lioncash
|
450c84c990
|
emitter: Remove unimplemented prototype
|
10 years ago |
MerryMage
|
f73c39d573
|
x64 Emitter: Fix L bit in VEX prefix
|
10 years ago |
aroulin
|
179ad35c2e
|
x64: Proper stack alignment in shader JIT function calls
Import Dolphin stack handling and register saving routines
Also removes the x86 parts from abi files
|
11 years ago |
aroulin
|
16f39aa452
|
x64-emitter: add RCPSS SSE instruction
|
11 years ago |
Lioncash
|
78e7c77ff5
|
emitter: Remove pointer casts
This should also technically silence quite a few ubsan warnings.
|
11 years ago |
Lioncash
|
e85c5dbb54
|
emitter: Remove unnecessary defines
|
11 years ago |
Lioncash
|
a796149c42
|
emitter: Remove unnecessary else keywords
|
11 years ago |
Lioncash
|
e88dc7fc6d
|
emitter: Remove unused code
|
11 years ago |
Lioncash
|
8738963bce
|
emitter: Remove unimplemented JMP prototype
|
11 years ago |
Lioncash
|
55461125ba
|
emitter: Pass OpArg by reference where possible
|
11 years ago |
Lioncash
|
0609b89f74
|
emitter: Remove unnecessary inline specifiers
Functions implemented in a class definition are already implicitly inline.
|
11 years ago |
bunnei
|
b39c053785
|
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
|
11 years ago |
bunnei
|
0ee00861f6
|
Common: Cleanup CPU capability detection code.
|
11 years ago |
bunnei
|
a1942238f5
|
Common: Move cpu_detect to x64 directory.
|
11 years ago |
bunnei
|
bd7e691f78
|
x64: Refactor to remove fake interfaces and general cleanups.
|
11 years ago |