dolphin/Source/Core/Core/PowerPC/Jit64
Lioncash 9ad7d9ff87 Jit64/JitArm64: Remove unnecessary code buffer parameter for DoJit()
This function in both JITs is only ever called by passing the JIT's code
buffer into it. Given this is already accessible, since the functions
are part of the respective JIT class, we can just remove this parameter.
This also cleans up accesses with the new code buffer, as we don't need
to do janky looking dereference-then-index expressions.
2018-05-18 17:19:49 -04:00
..
FPURegCache.cpp Jit64/JitRegCache: Make member functions const qualified where applicable 2018-04-01 16:53:00 -04:00
FPURegCache.h Jit64/JitRegCache: Make member functions const qualified where applicable 2018-04-01 16:53:00 -04:00
GPRRegCache.cpp Jit64/JitRegCache: Make member functions const qualified where applicable 2018-04-01 16:53:00 -04:00
GPRRegCache.h Jit64/JitRegCache: Make member functions const qualified where applicable 2018-04-01 16:53:00 -04:00
Jit64_Tables.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
Jit_Branch.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
Jit_FloatingPoint.cpp PowerPC: Namespace all header contents for PowerPC.h 2018-03-22 19:01:47 -04:00
Jit_Integer.cpp Jit_Integer: Make arrays const in MultiplyImmediate() and twX() 2018-04-28 14:13:02 -04:00
Jit_LoadStore.cpp PowerPC: Make the PowerPCState's msr member variable a UReg_MSR instance 2018-05-05 17:59:30 -04:00
Jit_LoadStoreFloating.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
Jit_LoadStorePaired.cpp Prevent paired singles routines clobbering PC,SRR0 2018-05-14 20:49:13 -04:00
Jit_Paired.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
Jit_SystemRegisters.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
Jit.cpp Jit64/JitArm64: Remove unnecessary code buffer parameter for DoJit() 2018-05-18 17:19:49 -04:00
Jit.h Jit64/JitArm64: Remove unnecessary code buffer parameter for DoJit() 2018-05-18 17:19:49 -04:00
JitAsm.cpp Jit64: avoid an unnecessary load 2018-04-19 21:49:12 +01:00
JitAsm.h JitBase: Remove use of the JIT global in Dispatch() and JitTrampoline() 2018-03-21 04:41:30 -04:00
JitRegCache.cpp Jit64: Invalidate cached constant values w/o host register on flush 2018-05-13 00:50:31 +10:00
JitRegCache.h Jit64/JitRegCache: Make member functions const qualified where applicable 2018-04-01 16:53:00 -04:00