Home
last modified time | relevance | path

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

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