Lines Matching refs:opcode_hash_control
113 static struct hash_control * opcode_hash_control; /* Opcode mnemonics. */ variable
406 opcode_hash_control = hash_new (); in md_begin()
410 hash_insert (opcode_hash_control, opcode->name, (char *) opcode); in md_begin()
931 opcode = (struct op_code_struct *) hash_find (opcode_hash_control, name); in md_assemble()
1061 opcode = (struct op_code_struct *) hash_find (opcode_hash_control, "lwi"); in md_assemble()
1063 opcode = (struct op_code_struct *) hash_find (opcode_hash_control, "swi"); in md_assemble()
1095 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm"); in md_assemble()
1548 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm"); in md_assemble()
1614 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm"); in md_assemble()
1687 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm"); in md_assemble()
2099 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm"); in md_apply_fix()
2145 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm"); in md_apply_fix()