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

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c560 static struct hash_control *mips16_op_hash = NULL; variable in typeref:struct:hash_control
1818 mips16_op_hash = hash_new ();
1825 retval = hash_insert (mips16_op_hash, name, (void *) &mips16_opcodes[i]);
3604 mo = (struct mips_opcode *) hash_find (mips16_op_hash, name);
10093 if ((insn = (struct mips_opcode *) hash_find (mips16_op_hash, str)) == NULL)

Completed in 145 milliseconds