Searched refs:op_hash (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-spu.c59 static struct hash_control *op_hash = NULL; variable in typeref:struct:hash_control
115 op_hash = hash_new ();
123 retval = hash_insert (op_hash, spu_opcodes[i].mnemonic, (PTR)&spu_opcodes[i]);
286 if ((format = (struct spu_opcode *) hash_find (op_hash, op)) == NULL)
H A Dtc-sparc.c132 static struct hash_control *op_hash; variable in typeref:struct:hash_control
822 op_hash = hash_new ();
827 retval = hash_insert (op_hash, name, (PTR) &sparc_opcodes[i]);
854 insn = (struct sparc_opcode *) hash_find (op_hash, name);
863 retval = hash_insert (op_hash, native_op_table[i].name, (PTR) insn);
1444 insn = (struct sparc_opcode *) hash_find (op_hash, str);
H A Dtc-i386.c566 static struct hash_control *op_hash; variable in typeref:struct:hash_control
1208 /* Initialize op_hash hash table. */
1209 op_hash = hash_new ();
1229 hash_err = hash_insert (op_hash,
1339 hash_print_statistics (file, "i386 opcode", op_hash);
1986 current_templates = hash_find (op_hash, mnemonic);
2042 current_templates = hash_find (op_hash, mnemonic);
2050 current_templates = hash_find (op_hash, mnemonic);
2063 current_templates = hash_find (op_hash, mnemonic);
H A Dtc-mips.c557 static struct hash_control *op_hash = NULL; variable in typeref:struct:hash_control
1787 op_hash = hash_new ();
1793 retval = hash_insert (op_hash, name, (void *) &mips_opcodes[i]);
3374 mo = (struct mips_opcode *) hash_find (op_hash, name);
3800 mo = hash_find (op_hash, name);
7152 mo = hash_find (op_hash, name);
8587 insn = (struct mips_opcode *) hash_find (op_hash, str);
8613 if ((insn = (struct mips_opcode *) hash_find (op_hash, str)) == NULL)

Completed in 112 milliseconds