Searched refs:opcode_hash_table (Results 1 – 4 of 4) sorted by relevance
56 static sparc_opcode_hash *opcode_hash_table[HASH_SIZE]; variable198 for (op = opcode_hash_table[HASH_INSN (insn)]; op; op = op->next) in is_delayed_branch()492 build_hash_table (sorted_opcodes, opcode_hash_table, sparc_num_opcodes); in print_insn_sparc()522 for (op = opcode_hash_table[HASH_INSN (insn)]; op; op = op->next) in print_insn_sparc()
1049 htab_t opcode_hash_table; in process_i386_opcodes() local1065 opcode_hash_table = htab_create_alloc (16, opcode_hash_hash, in process_i386_opcodes()1108 htab_find_slot_with_hash (opcode_hash_table, name, in process_i386_opcodes()
219 (opcode_hash_table): Likewise.
2576 (opcode_bits, opcode_hash_table): New variables.