Lines Matching refs:opcode_hash_control
117 static htab_t opcode_hash_control; /* Opcode mnemonics. */ variable
388 opcode_hash_control = str_htab_create (); in md_begin()
392 str_hash_insert (opcode_hash_control, opcode->name, opcode, 0); in md_begin()
917 opcode = (struct op_code_struct *) str_hash_find (opcode_hash_control, name); in md_assemble()
1048 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble()
1052 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble()
1086 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble()
1622 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble()
1690 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble()
1765 = (struct op_code_struct *) str_hash_find (opcode_hash_control, in md_assemble()
2189 = (struct op_code_struct *) str_hash_find (opcode_hash_control, "imm"); in md_apply_fix()
2238 = (struct op_code_struct *) str_hash_find (opcode_hash_control, "imm"); in md_apply_fix()