Lines Matching refs:opcode_hash_control
117 static htab_t opcode_hash_control; /* Opcode mnemonics. */ variable
416 opcode_hash_control = str_htab_create (); in md_begin()
420 str_hash_insert (opcode_hash_control, opcode->name, opcode, 0); in md_begin()
945 opcode = (struct op_code_struct *) str_hash_find (opcode_hash_control, name); in md_assemble()
1076 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble()
1080 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble()
1114 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble()
1569 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble()
1637 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble()
1712 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble()
2134 = (struct op_code_struct *) str_hash_find (opcode_hash_control, "imm"); in md_apply_fix()
2183 = (struct op_code_struct *) str_hash_find (opcode_hash_control, "imm"); in md_apply_fix()