Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mmix.c220 static struct hash_control *mmix_opcode_hash; variable
770 mmix_opcode_hash = hash_new (); in mmix_md_begin()
776 hash_insert (mmix_opcode_hash, opcode->name, (char *) opcode); in mmix_md_begin()
844 instruction = (struct mmix_opcode *) hash_find (mmix_opcode_hash, str); in md_assemble()