Home | History | Annotate | Download | only in opcodes

Lines Matching refs:op_enum_table

1088 static unsigned op_enum_table [OP_TOTAL_NUM];
1111 if (op_enum_table[opcode->op] != 0)
1115 aarch64_opcode_table[op_enum_table[opcode->op]].name,
1121 op_enum_table[opcode->op] = opcode - aarch64_opcode_table;
1130 printf ("static const unsigned op_enum_table [] =\n");
1133 printf (" %u,\n", op_enum_table[i]);
1144 printf (" return aarch64_opcode_table + op_enum_table[op];\n");