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

  /src/external/gpl3/binutils/dist/opcodes/
sparc-dis.c 62 static sparc_opcode_hash *opcode_hash_table[HASH_SIZE]; variable
205 for (op = opcode_hash_table[HASH_INSN (insn)]; op; op = op->next)
486 build_hash_table (sorted_opcodes, opcode_hash_table, sparc_num_opcodes);
516 for (op = opcode_hash_table[HASH_INSN (insn)]; op; op = op->next)
i386-gen.c 1809 expand_templates (char *name, const char *str, htab_t opcode_hash_table,
1822 htab_find_slot_with_hash (opcode_hash_table, name,
1896 expand_templates (name2, str2, opcode_hash_table, opcode_array_p,
1931 htab_t opcode_hash_table; local
1939 opcode_hash_table = htab_create_alloc (16, opcode_hash_hash,
2028 i = expand_templates (name, str, opcode_hash_table, &opcode_array,
  /src/external/gpl3/binutils.old/dist/opcodes/
sparc-dis.c 62 static sparc_opcode_hash *opcode_hash_table[HASH_SIZE]; variable
205 for (op = opcode_hash_table[HASH_INSN (insn)]; op; op = op->next)
514 build_hash_table (sorted_opcodes, opcode_hash_table, sparc_num_opcodes);
544 for (op = opcode_hash_table[HASH_INSN (insn)]; op; op = op->next)
i386-gen.c 1789 expand_templates (char *name, const char *str, htab_t opcode_hash_table,
1802 htab_find_slot_with_hash (opcode_hash_table, name,
1876 expand_templates (name2, str2, opcode_hash_table, opcode_array_p,
1911 htab_t opcode_hash_table; local
1919 opcode_hash_table = htab_create_alloc (16, opcode_hash_hash,
2008 i = expand_templates (name, str, opcode_hash_table, &opcode_array,
  /src/external/gpl3/gdb/dist/opcodes/
sparc-dis.c 62 static sparc_opcode_hash *opcode_hash_table[HASH_SIZE]; variable
205 for (op = opcode_hash_table[HASH_INSN (insn)]; op; op = op->next)
514 build_hash_table (sorted_opcodes, opcode_hash_table, sparc_num_opcodes);
544 for (op = opcode_hash_table[HASH_INSN (insn)]; op; op = op->next)
i386-gen.c 1745 expand_templates (char *name, const char *str, htab_t opcode_hash_table,
1758 htab_find_slot_with_hash (opcode_hash_table, name,
1832 expand_templates (name2, str2, opcode_hash_table, opcode_array_p,
1867 htab_t opcode_hash_table; local
1875 opcode_hash_table = htab_create_alloc (16, opcode_hash_hash,
1964 i = expand_templates (name, str, opcode_hash_table, &opcode_array,
  /src/external/gpl3/gdb.old/dist/opcodes/
sparc-dis.c 62 static sparc_opcode_hash *opcode_hash_table[HASH_SIZE]; variable
205 for (op = opcode_hash_table[HASH_INSN (insn)]; op; op = op->next)
514 build_hash_table (sorted_opcodes, opcode_hash_table, sparc_num_opcodes);
544 for (op = opcode_hash_table[HASH_INSN (insn)]; op; op = op->next)
i386-gen.c 1673 expand_templates (char *name, const char *str, htab_t opcode_hash_table,
1686 htab_find_slot_with_hash (opcode_hash_table, name,
1811 expand_templates (name2, str2, opcode_hash_table, opcode_array_p,
1846 htab_t opcode_hash_table; local
1854 opcode_hash_table = htab_create_alloc (16, opcode_hash_hash,
1943 i = expand_templates (name, str, opcode_hash_table, &opcode_array,

Completed in 36 milliseconds