dolphin/Source/Core/Core/PowerPC
Admiral H. Curtiss ed4403537f
Merge pull request #11916 from JosJuice/ppcanalyst-reorder-loop
PPCAnalyst: Reduce number of iterations in ReorderInstructionsCore
2023-07-01 01:06:53 +02:00
..
CachedInterpreter PPCTables: Remove unnecessary includes 2023-05-03 21:47:10 -04:00
Interpreter PowerPC: Refactor to class, move to System. 2023-04-09 21:48:37 +02:00
Jit64 EnumUtils: Add Common::ToUnderlying 2023-06-17 07:15:33 -05:00
Jit64Common Jit64: Fix trampolines after #11834. 2023-06-18 01:31:44 +02:00
JitArm64 JitArm64: Improve instruction scheduling in fres routine 2023-06-15 22:02:39 +02:00
JitArmCommon
JitCommon Jit: Improve block lookup performance through a shm memory segment. 2023-05-20 16:26:55 +03:00
SignatureDB PowerPC/MMU: Refactor to class, move to System. 2023-03-28 03:47:51 +02:00
BreakPoints.cpp Common: Move DebugInterface.h into Core 2023-06-12 10:35:31 -04:00
BreakPoints.h Common: Move DebugInterface.h into Core 2023-06-12 10:35:31 -04:00
ConditionRegister.cpp
ConditionRegister.h PowerPC/ConditionRegister: Mark PPCToInternal() as constexpr 2023-06-08 14:33:13 -04:00
CPUCoreBase.h
Expression.cpp PowerPC/Expression: Pass System to EvaluateCondition(). 2023-04-05 20:09:31 +02:00
Expression.h PowerPC/Expression: Pass System to EvaluateCondition(). 2023-04-05 20:09:31 +02:00
GDBStub.cpp Embrace nullptr over NULL and 0 2023-04-15 16:07:05 -05:00
GDBStub.h
Gekko.h Common: Move FPU-related helpers into Common namespace 2023-03-21 10:58:13 -04:00
JitInterface.cpp JitInterface: Remove global system accessor 2023-05-02 15:21:58 -04:00
JitInterface.h Jit: Change argument order for InvalidateICacheLine(s)FromJIT 2023-04-01 14:34:30 +02:00
MMU.cpp PowerPC: Refactor to class, move to System. 2023-04-09 21:48:37 +02:00
MMU.h PowerPC: Refactor to class, move to System. 2023-04-09 21:48:37 +02:00
PowerPC.cpp Fix PPCCache savestate behavior 2023-04-23 00:53:01 -05:00
PowerPC.h PowerPC: Refactor to class, move to System. 2023-04-09 21:48:37 +02:00
PPCAnalyst.cpp PPCAnalyst: Reduce number of iterations in ReorderInstructionsCore 2023-06-09 19:45:51 +02:00
PPCAnalyst.h Split PPCTables from Interpreter_Tables 2023-03-16 18:36:25 -07:00
PPCCache.cpp PPCCache: Remove redundant reinterpret_casts 2023-06-13 08:25:26 -04:00
PPCCache.h Do not use magic numbers for RAM sizes/masks in PPCCache 2023-04-20 19:32:35 -05:00
PPCSymbolDB.cpp Common: Move DebugInterface.h into Core 2023-06-12 10:35:31 -04:00
PPCSymbolDB.h Common: Move DebugInterface.h into Core 2023-06-12 10:35:31 -04:00
PPCTables.cpp PPCTables: Remove unnecessary includes 2023-05-03 21:47:10 -04:00
PPCTables.h PPCTables: Remove unnecessary includes 2023-05-03 21:47:10 -04:00
Profiler.h