Home | History | Annotate | Download | only in m68k

Lines Matching defs:operand0

3875   rtx operand0 = operands[0];
3880 && reload_in_progress && GET_CODE (operand0) == REG
3881 && REGNO (operand0) >= FIRST_PSEUDO_REGISTER)
3882 operand0 = reg_equiv_mem (REGNO (operand0));
3884 && reload_in_progress && GET_CODE (operand0) == SUBREG
3885 && GET_CODE (SUBREG_REG (operand0)) == REG
3886 && REGNO (SUBREG_REG (operand0)) >= FIRST_PSEUDO_REGISTER)
3888 /* We must not alter SUBREG_BYTE (operand0) since that would confuse
3890 rtx temp = gen_rtx_SUBREG (GET_MODE (operand0),
3891 reg_equiv_mem (REGNO (SUBREG_REG (operand0))),
3892 SUBREG_BYTE (operand0));
3893 operand0 = alter_subreg (&temp, true);
3905 /* We must not alter SUBREG_BYTE (operand0) since that would confuse
3913 if (scratch_reg && reload_in_progress && GET_CODE (operand0) == MEM
3914 && ((tem = find_replacement (&XEXP (operand0, 0)))
3915 != XEXP (operand0, 0)))
3916 operand0 = gen_rtx_MEM (GET_MODE (operand0), tem);
3924 if (fp_reg_operand (operand0, mode)
3952 emit_insn (gen_rtx_SET (operand0, gen_rtx_MEM (mode, scratch_reg)));
3956 && ((GET_CODE (operand0) == MEM
3957 && ! memory_address_p (DFmode, XEXP (operand0, 0)))
3958 || ((GET_CODE (operand0) == SUBREG)
3959 && GET_CODE (XEXP (operand0, 0)) == MEM
3960 && !memory_address_p (DFmode, XEXP (XEXP (operand0, 0), 0))))
3963 if (GET_CODE (operand0) == SUBREG)
3964 operand0 = XEXP (operand0, 0);
3973 if (!memory_address_p (Pmode, XEXP (operand0, 0)))
3975 emit_move_insn (scratch_reg, XEXP (XEXP (operand0, 0), 1));
3976 emit_move_insn (scratch_reg, gen_rtx_fmt_ee (GET_CODE (XEXP (operand0,
3979 XEXP (XEXP (operand0, 0),
3984 emit_move_insn (scratch_reg, XEXP (operand0, 0));
3997 else if (fp_reg_operand (operand0, mode)
4015 emit_insn (gen_rtx_SET (operand0, gen_rtx_MEM (mode, scratch_reg)));