dolphin/Source/Core/Core/PowerPC/Jit64Common
Lioncash e28d063539 x64Emitter: Make the Align* functions return a non-const data pointer
There's no real requirement to make this const, and this should also
be decided by the calling code, considering we had places that would
simply cast away the const and carry on.
2018-04-12 19:46:55 -04:00
..
BlockCache.cpp JitCache: Get rid of reliance on the JIT global variable 2017-01-09 04:43:06 -05:00
BlockCache.h JitCache: Get rid of reliance on the JIT global variable 2017-01-09 04:43:06 -05:00
ConstantPool.cpp Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
ConstantPool.h ConstantPool: Return a pointer instead of an OpArg 2017-04-11 20:25:18 +01:00
EmuCodeBlock.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
EmuCodeBlock.h Jit64: Inline GP writes. 2017-11-18 14:45:09 +01:00
FarCodeCache.cpp Jit64: Merge memory allocations into a single allocation 2017-03-21 20:16:12 +00:00
FarCodeCache.h Jit64: Merge memory allocations into a single allocation 2017-03-21 20:16:12 +00:00
Jit64AsmCommon.cpp x64Emitter: Make the Align* functions return a non-const data pointer 2018-04-12 19:46:55 -04:00
Jit64AsmCommon.h Jit64: Inline GP writes. 2017-11-18 14:45:09 +01:00
Jit64Base.cpp Assert: Remove unused parameter from DEBUG_ASSERT 2018-03-16 13:01:11 -04:00
Jit64Base.h Remove JITIL 2017-05-19 22:21:07 +02:00
Jit64PowerPCState.h Jit64Common: Split Jit64Util contents into separate files 2016-12-18 02:27:58 -05:00
TrampolineCache.cpp Jit64: Set correct PC when emitting slowmem trampoline 2018-01-27 18:19:42 +10:00
TrampolineCache.h Jit64: Merge memory allocations into a single allocation 2017-03-21 20:16:12 +00:00
TrampolineInfo.h Jit64Common: Split Jit64Util contents into separate files 2016-12-18 02:27:58 -05:00