Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/opcodes/
Daarch64-gen.c1090 static unsigned op_enum_table [OP_TOTAL_NUM]; variable
1113 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()
Daarch64-opc-2.c336 static const unsigned op_enum_table [] = variable
428 return aarch64_opcode_table + op_enum_table[op]; in aarch64_get_opcode()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Daarch64-gen.c1127 static unsigned op_enum_table [OP_TOTAL_NUM]; variable
1150 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()
Daarch64-opc-2.c337 static const unsigned op_enum_table [] = variable
429 return aarch64_opcode_table + op_enum_table[op]; in aarch64_get_opcode()