Searched refs:op_enum_table (Results 1 – 4 of 4) sorted by relevance
1090 static unsigned op_enum_table [OP_TOTAL_NUM]; variable1113 if (op_enum_table[opcode->op] != 0) in print_get_opcode()1117 aarch64_opcode_table[op_enum_table[opcode->op]].name, in print_get_opcode()1123 op_enum_table[opcode->op] = opcode - aarch64_opcode_table; in print_get_opcode()1135 printf (" %u,\n", op_enum_table[i]); in print_get_opcode()
336 static const unsigned op_enum_table [] = variable428 return aarch64_opcode_table + op_enum_table[op]; in aarch64_get_opcode()
1127 static unsigned op_enum_table [OP_TOTAL_NUM]; variable1150 if (op_enum_table[opcode->op] != 0) in print_get_opcode()1154 aarch64_opcode_table[op_enum_table[opcode->op]].name, in print_get_opcode()1160 op_enum_table[opcode->op] = opcode - aarch64_opcode_table; in print_get_opcode()1172 printf (" %u,\n", op_enum_table[i]); in print_get_opcode()
337 static const unsigned op_enum_table [] = variable429 return aarch64_opcode_table + op_enum_table[op]; in aarch64_get_opcode()