dingusppc/cpu/ppc
Mihai Parparita 2d90aff408 ppc: Remove unncesessary function declarations
ppc_opcode16 and other functions are only needed in the implementation in
ppcexec.cpp, they don't need to be in the header.

fp_return_double and fp_return_uint64 have no uses (as of 2141a72b87)
can can thus be removed altogether.

Similarly ppc_fpu_off has no uses (as of bb3f4e596e)
and can be removed.
2024-11-28 22:12:16 +01:00
..
test ppcopcodes: Don't change MQ if not MPC601. 2024-11-27 07:59:19 -07:00
CMakeLists.txt cmake: Add header files in CMakeLists.txt. 2024-03-01 19:41:43 -07:00
poweropcodes.cpp Rename ppc_effective_address to ea. 2024-08-19 21:11:22 +02: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: Remove unncesessary function declarations 2024-11-28 22:12:16 +01:00
ppcexceptions.cpp Fix bench + test compilation (again) 2024-09-30 20:35:33 -07:00
ppcexec.cpp ppc: Remove unncesessary function declarations 2024-11-28 22:12:16 +01:00
ppcfpopcodes.cpp ppc: Remove unncesessary function declarations 2024-11-28 22:12:16 +01:00
ppcmacros.h ppcmacros: Add missing space. 2024-11-28 07:25:23 -07:00
ppcmmu.cpp More code clean-up 2024-09-08 13:19:07 -07:00
ppcmmu.h More code clean-up 2024-09-08 13:19:07 -07:00
ppcopcodes.cpp Revert "Tweaking conditional branch instructions" 2024-11-27 08:20:05 -07:00