dolphin/Source/Core/Core/PowerPC
2023-02-20 01:40:33 +01:00
..
CachedInterpreter Fix uninitialized variable warnings (C26495) 2023-02-15 19:18:39 -08:00
Interpreter Merge pull request #11503 from JosJuice/ppcanalyst-read-cr 2023-02-14 00:55:24 +01:00
Jit64 Jit64: Use 5 byte jump in mtmsr for the CP interrupt check. 2023-02-16 19:26:19 +01:00
Jit64Common Fix uninitialized variable warnings (C26495) 2023-02-15 19:18:39 -08:00
JitArm64 Fix uninitialized variable warnings (C26495) 2023-02-15 19:18:39 -08:00
JitArmCommon
JitCommon PowerPC: Remove MSR macro. 2023-01-27 15:22:42 +01:00
SignatureDB DolphinQt: Properly lock CPU before accessing emulated memory 2023-02-12 11:27:50 +01:00
BreakPoints.cpp BreakPoints: Fix shadowing warning 2023-02-09 16:23:02 -08:00
BreakPoints.h Expand conditional breakpoints to memory breakpoints 2022-12-04 11:25:33 -07:00
ConditionRegister.cpp
ConditionRegister.h
CPUCoreBase.h
Expression.cpp Debugger: Add string comparison to conditional breakpoints. 2023-02-20 01:40:33 +01:00
Expression.h DolphinQt: Properly lock CPU before accessing emulated memory 2023-02-12 11:27:50 +01:00
GDBStub.cpp DolphinQt: Properly lock CPU before accessing emulated memory 2023-02-12 11:27:50 +01:00
GDBStub.h
Gekko.h
JitInterface.cpp DolphinQt: Properly lock CPU before accessing emulated memory 2023-02-12 11:27:50 +01:00
JitInterface.h Clean up DisassembleBlock and JitInterface::GetHostCode 2022-12-01 17:43:35 -08:00
MMU.cpp DolphinQt: Properly lock CPU before accessing emulated memory 2023-02-12 11:27:50 +01:00
MMU.h DolphinQt: Properly lock CPU before accessing emulated memory 2023-02-12 11:27:50 +01:00
PowerPC.cpp Debugger: Avoid ppcState global. 2023-01-27 15:22:45 +01:00
PowerPC.h Suppress -Winvalid-offsetof for PowerPC::PowerPCState 2023-02-09 16:23:01 -08:00
PPCAnalyst.cpp Merge pull request #11503 from JosJuice/ppcanalyst-read-cr 2023-02-14 00:55:24 +01:00
PPCAnalyst.h Merge pull request #11503 from JosJuice/ppcanalyst-read-cr 2023-02-14 00:55:24 +01:00
PPCCache.cpp PPCCache: Update PLRU on any cache access 2023-02-12 19:59:19 -08:00
PPCCache.h PPCCache: Change u32 to u8 for plru, valid, modified 2023-01-07 20:18:59 -05:00
PPCSymbolDB.cpp DolphinQt: Properly lock CPU before accessing emulated memory 2023-02-12 11:27:50 +01:00
PPCSymbolDB.h DolphinQt: Properly lock CPU before accessing emulated memory 2023-02-12 11:27:50 +01:00
PPCTables.cpp PowerPC: Remove PC macro. 2023-01-27 15:22:41 +01:00
PPCTables.h PPCTables: Add new instruction flags for CR 2023-01-28 20:16:16 +01:00
Profiler.h