dolphin/Source/Core/Core/PowerPC
smurf3tte 1224575b0b Add cast expression functions u8(), s8(), u16(), etc.
This allows for easy reinterpretation of GPRs in an expression.

Co-authored-by:  TryTwo <taolas@gmail.com>
2022-10-06 21:34:44 -07:00
..
CachedInterpreter
Interpreter Core: pause on panic handler option 2022-09-02 13:22:32 -07:00
Jit64 Remove Vestigial Preprocessor Block in Jit64/Jit.cpp 2022-08-03 12:30:20 -05:00
Jit64Common CPUDetect: improve win/arm64 support 2022-07-25 21:21:11 -07:00
JitArm64 JitArm64: Skip redundant imm to register writes 2022-09-25 10:04:51 +02:00
JitArmCommon
JitCommon Core: pause on panic handler option 2022-09-02 13:22:32 -07:00
SignatureDB StripSpaces: only strip spaces 2022-07-25 18:40:12 -07:00
BreakPoints.cpp Debugger: Initial implementation of conditional breakpoints 2022-10-06 21:34:44 -07:00
BreakPoints.h Debugger: Initial implementation of conditional breakpoints 2022-10-06 21:34:44 -07:00
ConditionRegister.cpp
ConditionRegister.h
CPUCoreBase.h
Expression.cpp Add cast expression functions u8(), s8(), u16(), etc. 2022-10-06 21:34:44 -07:00
Expression.h Debugger: Initial implementation of conditional breakpoints 2022-10-06 21:34:44 -07:00
GDBStub.cpp
GDBStub.h
Gekko.h
JitInterface.cpp Common: Refactor PointerWrap 2022-05-25 13:06:41 -07:00
JitInterface.h
MMU.cpp Core: pause on panic handler option 2022-09-02 13:22:32 -07:00
MMU.h JitArm64: Implement "soft MMU" 2022-06-12 11:03:25 +02:00
PowerPC.cpp Debugger: Initial implementation of conditional breakpoints 2022-10-06 21:34:44 -07:00
PowerPC.h JitArm64: Enforce correct alignment of SPR_TL 2022-09-20 18:55:28 +02:00
PPCAnalyst.cpp Index SymbolDB when generated from address 2022-05-03 21:20:00 -05:00
PPCAnalyst.h
PPCCache.cpp PPCCache: Stop storing lookup table in savestates 2022-08-01 16:36:59 -07:00
PPCCache.h PPCCache: Stop storing lookup table in savestates 2022-08-01 16:36:59 -07:00
PPCSymbolDB.cpp PPCSymbolDB: Fix getting symbol for the last function 2022-07-29 18:41:11 -07:00
PPCSymbolDB.h
PPCTables.cpp
PPCTables.h
Profiler.h