dolphin/Source/Core/Core/PowerPC
2017-02-18 04:14:26 -05:00
..
CachedInterpreter JitCache: Split off JIT call from dispatcher. 2017-01-25 01:51:19 +01:00
Interpreter CPU Backends: Make each CPU backend responsible for initializing its own 2017-02-10 13:08:14 -05:00
Jit64 CPU Backends: Make each CPU backend responsible for initializing its own 2017-02-10 13:08:14 -05:00
Jit64Common JitCache: Get rid of reliance on the JIT global variable 2017-01-09 04:43:06 -05:00
Jit64IL CPU Backends: Make each CPU backend responsible for initializing its own 2017-02-10 13:08:14 -05:00
JitArm64 Merge pull request #4862 from lioncash/compile 2017-02-15 11:44:37 -05:00
JitArmCommon Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
JitCommon JitArm64: Initial implementation of the BLR optimization. 2017-02-02 09:06:34 +01:00
JitILCommon lint JitILCommon/IR.cpp 2017-02-07 12:08:25 -08:00
SignatureDB Merge pull request #4299 from sepalani/hle_symbols 2017-01-13 10:05:32 +13:00
BreakPoints.cpp BreakPoints: Use std::any_of where applicable 2017-01-11 16:37:31 -05:00
BreakPoints.h BreakPoints: Make getters const member functions 2017-01-11 10:08:14 -05:00
CPUCoreBase.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GDBStub.cpp Core: Remove double newlines at the end of *_LOG messages. 2016-11-02 02:09:33 +00:00
GDBStub.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Gekko.h specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
JitInterface.cpp CPU Backends: Make each CPU backend responsible for initializing its own 2017-02-10 13:08:14 -05:00
JitInterface.h CPU Backends: Make each CPU backend responsible for initializing its own 2017-02-10 13:08:14 -05:00
MMU.cpp PowerPC: Convert #defines into typed constants 2017-02-07 20:17:15 -05:00
PowerPC.cpp CPU Backends: Make each CPU backend responsible for initializing its own 2017-02-10 13:08:14 -05:00
PowerPC.h IOS: Implement MIOS functionality 2017-02-08 15:07:34 +01:00
PPCAnalyst.cpp PPCAnalyst: Make SetInstructionStats' opinfo parameter a const pointer 2017-02-18 04:14:26 -05:00
PPCAnalyst.h PPCAnalyst: Make SetInstructionStats' opinfo parameter a const pointer 2017-02-18 04:14:26 -05:00
PPCCache.cpp PowerPC: Explicitly savestate PowerPCState members 2017-01-18 23:44:46 -05:00
PPCCache.h PowerPC: Explicitly savestate PowerPCState members 2017-01-18 23:44:46 -05:00
PPCSymbolDB.cpp Fix symbols name from maps taking 2 lines instead of one 2017-02-07 09:56:19 -05:00
PPCSymbolDB.h PPCSymbolDB: Drop useless const qualifier 2016-09-26 22:57:40 +02:00
PPCTables.cpp CPU Backends: Make each CPU backend responsible for initializing its own 2017-02-10 13:08:14 -05:00
PPCTables.h CPU Backends: Make each CPU backend responsible for initializing its own 2017-02-10 13:08:14 -05:00
Profiler.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Profiler.h JitCache: Add a helper function to iterate over all blocks. 2017-01-12 20:23:14 +01:00