Home | History | Annotate | Download | only in pa

Lines Matching defs:operand0

1790   rtx operand0 = operands[0];
1797 if (GET_CODE (operand0) == MEM && IS_INDEX_ADDR_P (XEXP (operand0, 0)))
1801 tem = copy_to_mode_reg (Pmode, XEXP (operand0, 0));
1802 operand0 = replace_equiv_address (operand0, tem);
1823 && reload_in_progress && GET_CODE (operand0) == REG
1824 && REGNO (operand0) >= FIRST_PSEUDO_REGISTER)
1825 operand0 = reg_equiv_mem (REGNO (operand0));
1827 && reload_in_progress && GET_CODE (operand0) == SUBREG
1828 && GET_CODE (SUBREG_REG (operand0)) == REG
1829 && REGNO (SUBREG_REG (operand0)) >= FIRST_PSEUDO_REGISTER)
1831 /* We must not alter SUBREG_BYTE (operand0) since that would confuse
1833 rtx temp = gen_rtx_SUBREG (GET_MODE (operand0),
1834 reg_equiv_mem (REGNO (SUBREG_REG (operand0))),
1835 SUBREG_BYTE (operand0));
1836 operand0 = alter_subreg (&temp, true);
1848 /* We must not alter SUBREG_BYTE (operand0) since that would confuse
1856 if (scratch_reg && reload_in_progress && GET_CODE (operand0) == MEM
1857 && ((tem = find_replacement (&XEXP (operand0, 0)))
1858 != XEXP (operand0, 0)))
1859 operand0 = replace_equiv_address (operand0, tem);
1871 && FP_REG_P (operand0)
1918 emit_insn (gen_rtx_SET (operand0, op1));
1923 && (MEM_P (operand0)
1924 || (GET_CODE (operand0) == SUBREG
1925 && MEM_P (XEXP (operand0, 0)))))
1927 rtx op0 = operand0;
1979 && FP_REG_P (operand0))
1985 emit_insn (gen_rtx_SET (operand0, operand1));
2002 emit_insn (gen_rtx_SET (operand0,
2009 && GET_CODE (operand0) == REG
2010 && REGNO (operand0) < FIRST_PSEUDO_REGISTER
2011 && REGNO_REG_CLASS (REGNO (operand0)) == SHIFT_REGS
2017 && !memory_address_p (GET_MODE (operand0), XEXP (operand1, 0)))
2034 OPERAND0. */
2035 scratch_reg = force_mode (GET_MODE (operand0), scratch_reg);
2044 scratch_reg = force_mode (GET_MODE (operand0), scratch_reg);
2052 emit_move_insn (operand0, scratch_reg);
2057 if (register_operand (operand0, mode))
2079 if (REG_P (operand0) && REG_P (operand1))
2082 && !REG_POINTER (operand0)
2083 && !HARD_REGISTER_P (operand0))
2084 copy_reg_pointer (operand0, operand1);
2090 if (REG_P (operand0)
2092 && !REG_POINTER (operand0))
2112 mark_reg_pointer (operand0, BITS_PER_UNIT);
2116 emit_insn (gen_rtx_SET (operand0, operand1));
2120 else if (GET_CODE (operand0) == MEM)
2128 emit_insn (gen_rtx_SET (operand0, temp));
2134 emit_insn (gen_rtx_SET (operand0, operand1));
2139 operands[0] = validize_mem (operand0);
2166 So we force the plabel into memory, load operand0 from
2179 scratch_reg = scratch_reg ? scratch_reg : operand0;
2225 expand_inc (operand0, const_part);
2237 temp = scratch_reg ? scratch_reg : operand0;
2259 insn = emit_move_insn (operand0, x);
2264 if (REG_P (operand0) && REG_P (operands[1]))
2265 copy_reg_pointer (operand0, operands[1]);
2266 insn = emit_move_insn (operand0, operands[1]);
2281 temp = scratch_reg ? scratch_reg : operand0;
2294 if (GET_CODE (operand0) == REG
2295 && REGNO (operand0) >= FIRST_PSEUDO_REGISTER)
2296 mark_reg_pointer (operand0, BITS_PER_UNIT);
2301 set = gen_rtx_SET (operand0, temp);
2303 set = gen_rtx_SET (operand0,
2348 && GET_MODE_BITSIZE (GET_MODE (operand0)) > 32)
2371 temp = scratch_reg ? scratch_reg : operand0;
2425 if (temp != operand0 && (insv >= 16384 || insv < -16384))
2433 insn = emit_insn (gen_insvdi (operand0, GEN_INT (32),
2436 insn = emit_insn (gen_insvsi (operand0, GEN_INT (32),
2459 insn = emit_insn (gen_insvdi (operand0,
2464 insn = emit_insn (gen_insvsi (operand0,
4947 rtx operand0 = operands[1];
4952 gen_rtx_fmt_ee (code, CCFPmode, operand0, operand1)));
9299 /* To make life easy we want operand0 to be the shared input/output