dingusppc/cpu/ppc
Mihai Parparita e7d8e71297 ppc: make ppc_effective_address into a local
There's no reason for it to be a global, we always set it and use it
in instruction implementations, and we never read it directly.

Perhaps the compiler could optimize this away, but it's better to be
simpler (and also be easier to read).
2024-08-18 22:38:50 -07:00
..
test cpu: Add cpu options to ppc_cpu_init. 2024-04-10 06:43:18 -07:00
CMakeLists.txt
poweropcodes.cpp ppc: make ppc_effective_address into a local 2024-08-18 22:38:50 -07:00
ppcdisasm.cpp Fix missing std::find_if and others with GCC 14.1.1 2024-06-24 23:41:55 +02:00
ppcdisasm.h debugger: Add list of input and output registers. 2024-03-24 19:34:29 -07:00
ppcemu.h ppc: make ppc_effective_address into a local 2024-08-18 22:38:50 -07:00
ppcexceptions.cpp ppcexec: Make EXEF_TIMER separate variable. 2024-03-31 12:15:48 -07:00
ppcexec.cpp ppc: make ppc_effective_address into a local 2024-08-18 22:38:50 -07:00
ppcfpopcodes.cpp ppc: make ppc_effective_address into a local 2024-08-18 22:38:50 -07:00
ppcmacros.h Fixing compiler warnings, pt. 1 2024-06-21 08:01:21 -07:00
ppcmmu.cpp ppcmmu: skip over mode 1 entries when doing PAT flushes 2024-07-31 23:08:36 -07:00
ppcmmu.h ppcmmu: Replace defines. 2024-04-09 07:57:48 -07:00
ppcopcodes.cpp ppc: make ppc_effective_address into a local 2024-08-18 22:38:50 -07:00