Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-alpha.c278 static struct hash_control *alpha_opcode_hash; variable
1112 opcode = (const struct alpha_opcode *) hash_find (alpha_opcode_hash, opname); in assemble_tokens_to_insn()
3117 opcode = (const struct alpha_opcode *) hash_find (alpha_opcode_hash, opname); in assemble_tokens()
4869 alpha_opcode_hash = hash_new (); in md_begin()
4876 retval = hash_insert (alpha_opcode_hash, name, (void *) &alpha_opcodes[i]); in md_begin()
4893 (void) hash_insert (alpha_opcode_hash, p, (void *) &alpha_opcodes[i]); in md_begin()