dingusppc/cpu/ppc/test
joevt 4f45d7de35 cpu: Add cpu options to ppc_cpu_init.
The first option is a flag that enables MPC601 (POWER) instructions for CPUs that are not MPC601.
This can be useful for the following reasons:
1) To produce results similar to classic Mac OS which emulates MPC601 instructions on CPUs that don't implement MPC601 instructions. This option is used to compare the risu traces produced in Mac OS 9 on a G3 or G4 with DPPC.
2) May increase performance in apps that use POWER instructions on emulated machines with CPUs that are not MPC601. It is not known if any such apps exist but there could be since Apple included MPC601 emulation in classic Mac OS.
2024-04-10 06:43:18 -07:00
..
genppctests.py ppctest: Fix floating-point tests. 2024-02-10 14:56:21 -07:00
ppcdisasmtest.csv Disassembler - floating point instruction fixes 2021-01-23 22:44:14 -07:00
ppcfloattest.txt ppctest: Fix floating-point tests. 2024-02-10 14:56:21 -07:00
ppcfloattests.csv ppctest: Fix floating-point tests. 2024-02-10 14:56:21 -07:00
ppcinttest.txt Fix integer multiplications. 2020-02-10 18:36:28 +01:00
ppcinttests.csv Fix integer multiplications. 2020-02-10 18:36:28 +01:00
ppctests.cpp cpu: Add cpu options to ppc_cpu_init. 2024-04-10 06:43:18 -07:00
testdisasm.cpp ppctests: Fix compiler warnings. 2024-03-28 07:17:38 -07:00