dingusppc/cpu/ppc
joevt 0d1ce68d19 poweropcodes: Fix divs.
dividend and divisor are supposed to be a twos compliment numbers.
Fix OV calculation. Previously, it was using power_setsoov which I think is only for add and subtract operations.
Fix CR calculation. It depends on the remainder, not the quotient.
2024-04-10 07:22:41 -07:00
..
test cpu: Add cpu options to ppc_cpu_init. 2024-04-10 06:43:18 -07:00
CMakeLists.txt cmake: Add header files in CMakeLists.txt. 2024-03-01 19:41:43 -07:00
poweropcodes.cpp poweropcodes: Fix divs. 2024-04-10 07:22:41 -07:00
ppcdisasm.cpp
ppcdisasm.h
ppcemu.h ppcopcodes: Fixes for SPRs. 2024-04-10 07:21:54 -07:00
ppcexceptions.cpp
ppcexec.cpp ppcopcodes: Fixes for SPRs. 2024-04-10 07:21:54 -07:00
ppcfpopcodes.cpp
ppcmacros.h
ppcmmu.cpp
ppcmmu.h
ppcopcodes.cpp ppcopcodes: Fixes for SPRs. 2024-04-10 07:21:54 -07:00