HomeSort by relevance Sort by last modified time
    Searched refs:opcode_hash_table (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/opcodes/
sparc-dis.c 61 static sparc_opcode_hash *opcode_hash_table[HASH_SIZE]; variable
203 for (op = opcode_hash_table[HASH_INSN (insn)]; op; op = op->next)
512 build_hash_table (sorted_opcodes, opcode_hash_table, sparc_num_opcodes);
542 for (op = opcode_hash_table[HASH_INSN (insn)]; op; op = op->next)
i386-gen.c 1152 htab_t opcode_hash_table; local
1168 opcode_hash_table = htab_create_alloc (16, opcode_hash_hash,
1211 htab_find_slot_with_hash (opcode_hash_table, name,
    [all...]

Completed in 182 milliseconds