Searched refs:op_hash (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/binutils/gas/config/ |
| HD | tc-spu.c | 59 static struct hash_control *op_hash = NULL; variable 115 op_hash = hash_new (); in md_begin() 123 retval = hash_insert (op_hash, spu_opcodes[i].mnemonic, (PTR)&spu_opcodes[i]); in md_begin() 284 if ((format = (struct spu_opcode *) hash_find (op_hash, op)) == NULL) in md_assemble()
|
| HD | tc-sparc.c | 132 static struct hash_control *op_hash; variable 817 op_hash = hash_new (); in md_begin() 822 retval = hash_insert (op_hash, name, (PTR) &sparc_opcodes[i]); in md_begin() 849 insn = (struct sparc_opcode *) hash_find (op_hash, name); in md_begin() 858 retval = hash_insert (op_hash, native_op_table[i].name, (PTR) insn); in md_begin() 1435 insn = (struct sparc_opcode *) hash_find (op_hash, str);
|
| HD | tc-i386.c | 566 static struct hash_control *op_hash; variable 1207 op_hash = hash_new (); in md_begin() 1227 hash_err = hash_insert (op_hash, in md_begin() 1337 hash_print_statistics (file, "i386 opcode", op_hash); in i386_print_statistics() 1982 current_templates = hash_find (op_hash, mnemonic); in parse_insn() 2038 current_templates = hash_find (op_hash, mnemonic); in parse_insn() 2046 current_templates = hash_find (op_hash, mnemonic); in parse_insn() 2059 current_templates = hash_find (op_hash, mnemonic); in parse_insn()
|
| HD | tc-mips.c | 557 static struct hash_control *op_hash = NULL; variable 1780 op_hash = hash_new (); in md_begin() 1786 retval = hash_insert (op_hash, name, (void *) &mips_opcodes[i]); in md_begin() 3367 mo = (struct mips_opcode *) hash_find (op_hash, name); in macro_build() 3793 mo = hash_find (op_hash, name); in macro_build_lui() 7145 mo = hash_find (op_hash, name); in macro() 8580 insn = (struct mips_opcode *) hash_find (op_hash, str); in mips_ip() 8606 if ((insn = (struct mips_opcode *) hash_find (op_hash, str)) == NULL) in mips_ip()
|
| /NextBSD/contrib/binutils/gas/ |
| HD | ChangeLog-9295 | 5416 (op_hash): Don't initialize. 6781 (op_hash): Let default initialization suffice. 7984 (op_hash, reg_hash, prefix_hash): Default C initialization of 11727 (op_hash, reg_hash, areg_hash, iclasses_seen, br_cnt): Default C
|