Lines Matching refs:opcode_hash_control
113 static struct hash_control * opcode_hash_control; /* Opcode mnemonics. */ variable
407 opcode_hash_control = hash_new (); in md_begin()
411 hash_insert (opcode_hash_control, opcode->name, (char *) opcode); in md_begin()
925 opcode = (struct op_code_struct *) hash_find (opcode_hash_control, name); in md_assemble()
1055 opcode = (struct op_code_struct *) hash_find (opcode_hash_control, "lwi"); in md_assemble()
1057 opcode = (struct op_code_struct *) hash_find (opcode_hash_control, "swi"); in md_assemble()
1089 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm"); in md_assemble()
1542 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm"); in md_assemble()
1608 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm"); in md_assemble()
1681 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm"); in md_assemble()
2093 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm"); in md_apply_fix()
2139 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm"); in md_apply_fix()