Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-d10v.c104 static struct hash_control *d10v_hash; variable
280 d10v_hash = hash_new (); in md_begin()
292 hash_insert (d10v_hash, opcode->name, (char *) opcode); in md_begin()
1433 *opcode = (struct d10v_opcode *) hash_find (d10v_hash, name); in do_assemble()
1561 rep = (struct d10v_opcode *) hash_find (d10v_hash, "rep"); in md_apply_fix()
1562 repi = (struct d10v_opcode *) hash_find (d10v_hash, "repi"); in md_apply_fix()