Add PPC instruction ids

This commit is contained in:
Sajid
2024-09-09 01:30:45 +06:00
parent 42043a7aac
commit 893dcddbfc
5 changed files with 5770 additions and 3986 deletions

View File

@@ -410,6 +410,9 @@ typedef struct powerpc_opcode
operand table. They appear in the order which the operands must
appear in assembly code, and are terminated by a zero. */
unsigned char operands[8];
/* The opcode ID. */
int id;
} powerpc_opcode;
typedef struct ppc_insn