Home
last modified time | relevance | path

Searched refs:op_enum_table (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Daarch64-opc-2.c121 static const unsigned op_enum_table [] = variable
199 return aarch64_opcode_table + op_enum_table[op]; in aarch64_get_opcode()
Daarch64-gen.c1086 static unsigned op_enum_table [OP_TOTAL_NUM]; variable
1109 if (op_enum_table[opcode->op] != 0) in print_get_opcode()
1113 aarch64_opcode_table[op_enum_table[opcode->op]].name, in print_get_opcode()
1119 op_enum_table[opcode->op] = opcode - aarch64_opcode_table; in print_get_opcode()
1131 printf (" %u,\n", op_enum_table[i]); in print_get_opcode()