OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_enum_table
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
aarch64-opc-2.c
121
static const unsigned
op_enum_table
[] =
variable
199
return aarch64_opcode_table +
op_enum_table
[op];
aarch64-gen.c
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");
1086
static unsigned
op_enum_table
[OP_TOTAL_NUM];
variable
[
all
...]
Completed in 63 milliseconds