Moving disasm to new tables.
Also adding useful CPU docs.
This commit is contained in:
@@ -9,7 +9,7 @@ namespace xe {
|
||||
namespace cpu {
|
||||
namespace ppc {
|
||||
|
||||
// All PPC opcodes in the same order they appear in ppc_instr_table.h:
|
||||
// All PPC opcodes in the same order they appear in ppc_opcode_table.h:
|
||||
enum class PPCOpcode : uint32_t {
|
||||
addcx,
|
||||
addex,
|
||||
@@ -54,8 +54,6 @@ enum class PPCOpcode : uint32_t {
|
||||
divdx,
|
||||
divwux,
|
||||
divwx,
|
||||
eciwx,
|
||||
ecowx,
|
||||
eieio,
|
||||
eqvx,
|
||||
extsbx,
|
||||
|
||||
Reference in New Issue
Block a user