Emmanuel Gil Peyrot
|
c39a267974
|
VideoCore: Run include-what-you-use and fix most includes.
|
2016-04-30 17:02:41 +01:00 |
|
bunnei
|
2d9c714baf
|
emitter: Add CALL that can be fixed up.
|
2016-04-13 23:04:50 -04:00 |
|
bunnei
|
98e70a3040
|
emitter: Support arbitrary FixupBranch targets.
|
2016-04-13 23:04:42 -04:00 |
|
Lioncash
|
11f0ba5143
|
emitter: templatize ImmPtr
|
2016-03-09 03:13:01 -05:00 |
|
Lioncash
|
adc46f6a4f
|
emitter: constexpr-ify helper functions
|
2016-03-09 03:13:00 -05:00 |
|
Lioncash
|
eaf4973993
|
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.
|
2016-03-09 03:12:59 -05:00 |
|
Lioncash
|
fad503ce71
|
emitter: constexpr-ify OpArg
|
2016-03-09 03:12:53 -05:00 |
|
Lioncash
|
3a2c84f5a4
|
emitter: friend class OpArg with XEmitter
|
2016-03-09 02:25:00 -05:00 |
|
Lioncash
|
ba1b8314f4
|
emitter: Remove unimplemented prototype
|
2016-03-09 02:20:00 -05:00 |
|
MerryMage
|
7ca5dd5e08
|
x64 Emitter: Fix L bit in VEX prefix
|
2016-02-27 12:45:26 +00:00 |
|
aroulin
|
89a7c9068f
|
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
|
2015-09-01 23:39:52 +02:00 |
|
aroulin
|
5429dbf738
|
x64-emitter: add RCPSS SSE instruction
|
2015-08-23 15:42:58 +02:00 |
|
Lioncash
|
b150e1d68f
|
emitter: Remove pointer casts
This should also technically silence quite a few ubsan warnings.
|
2015-08-21 17:09:33 -04:00 |
|
Lioncash
|
70ca886a39
|
emitter: Remove unnecessary defines
|
2015-08-20 04:45:32 -04:00 |
|
Lioncash
|
fdd90321ea
|
emitter: Remove unnecessary else keywords
|
2015-08-20 04:45:31 -04:00 |
|
Lioncash
|
911d072bf6
|
emitter: Remove unused code
|
2015-08-20 04:45:30 -04:00 |
|
Lioncash
|
3bcd976780
|
emitter: Remove unimplemented JMP prototype
|
2015-08-20 04:45:29 -04:00 |
|
Lioncash
|
c46738bebc
|
emitter: Pass OpArg by reference where possible
|
2015-08-20 04:45:28 -04:00 |
|
Lioncash
|
62626196cb
|
emitter: Remove unnecessary inline specifiers
Functions implemented in a class definition are already implicitly inline.
|
2015-08-20 04:45:22 -04:00 |
|
bunnei
|
4ffc095fa3
|
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
|
2015-08-15 18:03:27 -04:00 |
|
bunnei
|
e019e69016
|
Common: Cleanup CPU capability detection code.
|
2015-08-15 18:03:26 -04:00 |
|
bunnei
|
15e9a59ad0
|
Common: Move cpu_detect to x64 directory.
|
2015-08-15 18:03:26 -04:00 |
|
bunnei
|
f9e3228caa
|
x64: Refactor to remove fake interfaces and general cleanups.
|
2015-08-15 18:03:25 -04:00 |
|