dolphin/Source/Core/Core/PowerPC
Pokechu22 af5013b60f Suppress -Winvalid-offsetof for PowerPC::PowerPCState
This code doesn't need to be portable (since the goal is to have a smaller offset for x64 codegen), so if it's not supported there are other problems. Similar code exists in e.g. DSP.cpp.
2023-02-09 16:23:01 -08:00
..
CachedInterpreter PowerPC: Add PowerPCState parameter to UpdatePerformanceMonitor(). 2023-01-27 15:22:44 +01:00
Interpreter Debugger: Avoid ppcState global. 2023-01-27 15:22:45 +01:00
Jit64 PowerPC: Add PowerPCState parameter to UpdatePerformanceMonitor(). 2023-01-27 15:22:44 +01:00
Jit64Common PowerPC: Remove MSR macro. 2023-01-27 15:22:42 +01:00
JitArm64 PowerPC: Add PowerPCState parameter to UpdatePerformanceMonitor(). 2023-01-27 15:22:44 +01:00
JitArmCommon JitArm64: Restructure the BackPatchInfo flags enum 2021-09-08 21:23:00 +02:00
JitCommon PowerPC: Remove MSR macro. 2023-01-27 15:22:42 +01:00
SignatureDB Common: Replace StringBeginsWith/StringEndsWith with std equivalents 2023-01-24 14:58:20 -05:00
BreakPoints.cpp Expand conditional breakpoints to memory breakpoints 2022-12-04 11:25:33 -07:00
BreakPoints.h Expand conditional breakpoints to memory breakpoints 2022-12-04 11:25:33 -07:00
ConditionRegister.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ConditionRegister.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
CPUCoreBase.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Expression.cpp Debugger: Avoid ppcState global. 2023-01-27 15:22:45 +01:00
Expression.h Add logging and error reporting to Breakpoint Conditionals. 2022-10-23 08:22:35 -07:00
GDBStub.cpp GDBStub: Avoid ppcState global. 2023-01-27 15:22:48 +01:00
GDBStub.h GDB Stub: do not send a packet when we just connected 2022-01-02 04:35:55 -05:00
Gekko.h GDB Stub: Fix the id of the registers returned by p and P packets 2021-12-28 19:27:34 -05:00
JitInterface.cpp PowerPC: Remove MSR macro. 2023-01-27 15:22:42 +01:00
JitInterface.h Clean up DisassembleBlock and JitInterface::GetHostCode 2022-12-01 17:43:35 -08:00
MMU.cpp PowerPC: Remove MSR macro. 2023-01-27 15:22:42 +01:00
MMU.h Fix PPC cache code formatting 2023-01-02 02:33:57 -05: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 PPCAnalyst: Remove unused variables and methods in BlockRegStats. 2022-10-08 03:26:42 +02:00
PPCAnalyst.h PPCAnalyst: Remove unused variables in BlockStats. 2022-10-08 03:30:56 +02:00
PPCCache.cpp PowerPC: Parametrize HID0 macro. 2023-01-27 15:22:40 +01:00
PPCCache.h PPCCache: Change u32 to u8 for plru, valid, modified 2023-01-07 20:18:59 -05:00
PPCSymbolDB.cpp Common: Replace StringBeginsWith/StringEndsWith with std equivalents 2023-01-24 14:58:20 -05:00
PPCSymbolDB.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
PPCTables.cpp PowerPC: Remove PC macro. 2023-01-27 15:22:41 +01:00
PPCTables.h Jit: Raise program exception on floating point exceptions 2021-10-13 17:42:56 +02:00
Profiler.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00