Moving disasm to new tables.

Also adding useful CPU docs.
This commit is contained in:
Ben Vanik
2015-12-28 20:49:22 -08:00
parent cd938be678
commit cc72de0f64
25 changed files with 10502 additions and 3252 deletions

View File

@@ -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,