Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-crx.c66 static struct hash_control *crx_inst_hash; variable
534 if ((crx_inst_hash = hash_new ()) == NULL) in md_begin()
541 hashret = hash_insert (crx_inst_hash, mnemonic, in md_begin()
1986 instruction = (const inst *) hash_find (crx_inst_hash, op); in md_assemble()