HomeSort by: relevance | last modified time | path
    Searched defs:aarch64_opcode_tables (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-gen.c 87 static const struct aarch64_opcode * const aarch64_opcode_tables[] = variable
95 const int num_of_tables = sizeof (aarch64_opcode_tables)
98 if (table == aarch64_opcode_tables [i])
108 return aarch64_opcode_tables[(index >> 30) & 0x3];
425 const int num_of_tables = (sizeof (aarch64_opcode_tables)
428 read_table (aarch64_opcode_tables [i]);
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-gen.c 87 static const struct aarch64_opcode * const aarch64_opcode_tables[] = variable
95 const int num_of_tables = sizeof (aarch64_opcode_tables)
98 if (table == aarch64_opcode_tables [i])
108 return aarch64_opcode_tables[(index >> 30) & 0x3];
425 const int num_of_tables = (sizeof (aarch64_opcode_tables)
428 read_table (aarch64_opcode_tables [i]);
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-gen.c 87 static const struct aarch64_opcode * const aarch64_opcode_tables[] = variable
95 const int num_of_tables = sizeof (aarch64_opcode_tables)
98 if (table == aarch64_opcode_tables [i])
108 return aarch64_opcode_tables[(index >> 30) & 0x3];
406 const int num_of_tables = (sizeof (aarch64_opcode_tables)
409 read_table (aarch64_opcode_tables [i]);
  /src/external/gpl3/binutils/dist/opcodes/
aarch64-gen.c 92 static const struct aarch64_opcode * const aarch64_opcode_tables[] = variable
100 const int num_of_tables = sizeof (aarch64_opcode_tables)
103 if (table == aarch64_opcode_tables [i])
113 return aarch64_opcode_tables[(index >> 30) & 0x3];
432 const int num_of_tables = (sizeof (aarch64_opcode_tables)
435 read_table (aarch64_opcode_tables [i]);

Completed in 38 milliseconds