Lines Matching refs:fr_opcode

3972       fragP->fr_opcode[1] = disp;  in md_convert_frag()
3977 gas_assert (IS_OPCODE (fragP->fr_opcode[0], M6811_BSR) in md_convert_frag()
3978 || IS_OPCODE (fragP->fr_opcode[0], M6811_BRA) in md_convert_frag()
3979 || IS_OPCODE (fragP->fr_opcode[0], M6812_BSR)); in md_convert_frag()
3981 fragP->fr_opcode[0] = convert_branch (fragP->fr_opcode[0]); in md_convert_frag()
3990 fragP->fr_opcode[1] = disp; in md_convert_frag()
3995 fragP->fr_opcode[0] ^= 1; in md_convert_frag()
3996 fragP->fr_opcode[1] = 3; /* Branch offset. */ in md_convert_frag()
4005 fragP->fr_opcode[1] = fragP->fr_opcode[0]; in md_convert_frag()
4006 fragP->fr_opcode[0] = M6811_OPCODE_PAGE2; in md_convert_frag()
4021 fragP->fr_opcode[0] = fragP->fr_opcode[0] << 6; in md_convert_frag()
4022 fragP->fr_opcode[0] |= value & 0x1f; in md_convert_frag()
4034 fragP->fr_opcode[0] = (fragP->fr_opcode[0] << 3); in md_convert_frag()
4035 fragP->fr_opcode[0] |= 0xE0; in md_convert_frag()
4036 fragP->fr_opcode[0] |= (value >> 8) & 1; in md_convert_frag()
4037 fragP->fr_opcode[1] = value; in md_convert_frag()
4043 fragP->fr_opcode[0] = (fragP->fr_opcode[0] << 3); in md_convert_frag()
4044 fragP->fr_opcode[0] |= 0xe2; in md_convert_frag()
4045 if ((fragP->fr_opcode[0] & 0x0ff) == 0x0fa in md_convert_frag()
4063 fragP->fr_opcode[0] |= 0x10; in md_convert_frag()
4065 fragP->fr_opcode[1] = disp & 0x0FF; in md_convert_frag()
4070 fragP->fr_opcode[0] ^= 0x20; in md_convert_frag()
4071 fragP->fr_opcode[1] = 3; /* Branch offset. */ in md_convert_frag()
4117 gas_assert (IS_OPCODE (fragP->fr_opcode[0], M6811_BSR) in md_estimate_size_before_relax()
4118 || IS_OPCODE (fragP->fr_opcode[0], M6811_BRA) in md_estimate_size_before_relax()
4119 || IS_OPCODE (fragP->fr_opcode[0], M6812_BSR)); in md_estimate_size_before_relax()
4129 fragP->fr_opcode[0] = convert_branch (fragP->fr_opcode[0]); in md_estimate_size_before_relax()
4139 fragP->fr_opcode[0] ^= 1; /* Reverse sense of branch. */ in md_estimate_size_before_relax()
4140 fragP->fr_opcode[1] = 3; /* Skip next jmp insn (3 bytes). */ in md_estimate_size_before_relax()
4166 fragP->fr_opcode[0] = fragP->fr_opcode[0] << 3; in md_estimate_size_before_relax()
4167 fragP->fr_opcode[0] |= 0xe2; in md_estimate_size_before_relax()
4187 fragP->fr_opcode[0] = fragP->fr_opcode[0] << 3; in md_estimate_size_before_relax()
4188 fragP->fr_opcode[0] |= 0xe2; in md_estimate_size_before_relax()
4198 fragP->fr_opcode[0] ^= 0x20; /* Reverse sense of branch. */ in md_estimate_size_before_relax()
4199 fragP->fr_opcode[1] = 3; /* Skip next jmp insn (3 bytes). */ in md_estimate_size_before_relax()
4215 fragP->fr_opcode[1] = fragP->fr_opcode[0]; in md_estimate_size_before_relax()
4216 fragP->fr_opcode[0] = M6811_OPCODE_PAGE2; in md_estimate_size_before_relax()
4237 gas_assert (IS_OPCODE (fragP->fr_opcode[0], M6811_BSR) in md_estimate_size_before_relax()
4238 || IS_OPCODE (fragP->fr_opcode[0], M6811_BRA) in md_estimate_size_before_relax()
4239 || IS_OPCODE (fragP->fr_opcode[0], M6812_BSR)); in md_estimate_size_before_relax()