dingusppc/cpu/ppc
2024-03-28 07:53:03 -07:00
..
test ppctests: Fix compiler warnings. 2024-03-28 07:17:38 -07:00
CMakeLists.txt cmake: Add header files in CMakeLists.txt. 2024-03-01 19:41:43 -07:00
poweropcodes.cpp poweropcodes: cosmetic improvements. 2024-03-27 03:45:22 +01:00
ppcdisasm.cpp ppcdisasm: Fix order of operands. 2024-03-28 07:09:50 -07:00
ppcdisasm.h debugger: Add list of input and output registers. 2024-03-24 19:34:29 -07:00
ppcemu.h ppcexec: Make separate enum for shift instructions. 2024-03-27 18:43:46 -07:00
ppcexceptions.cpp ppcexceptions: Use MSR enums. 2024-03-24 18:53:05 -07:00
ppcexec.cpp ppcexec: Opcode initialization to one function. 2024-03-28 07:35:57 -07:00
ppcfpopcodes.cpp ppc: Separate enums for separate fields. 2024-03-26 06:44:26 -07:00
ppcmacros.h Merge branch 'master' into cpu-refactor2 2024-03-25 07:45:21 -07:00
ppcmmu.cpp ppcmmu: Check 8 byte alignment spanning pages. 2024-03-28 07:53:03 -07:00
ppcmmu.h ppcmmu: Add a function to get phys address. 2024-03-01 19:48:52 -07:00
ppcopcodes.cpp ppcopcodes: Cleanup 3. 2024-03-28 07:36:40 -07:00