Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-mips.c560 static struct hash_control *mips16_op_hash = NULL; variable
1811 mips16_op_hash = hash_new (); in md_begin()
1818 retval = hash_insert (mips16_op_hash, name, (void *) &mips16_opcodes[i]); in md_begin()
3597 mo = (struct mips_opcode *) hash_find (mips16_op_hash, name); in mips16_macro_build()
10086 if ((insn = (struct mips_opcode *) hash_find (mips16_op_hash, str)) == NULL) in mips16_ip()