Home | History | Annotate | Download | only in i386

Lines Matching defs:cop1

4410 ix86_expand_int_sse_cmp (rtx dest, enum rtx_code code, rtx cop0, rtx cop1,
4453 std::swap (cop0, cop1);
4518 cop1 = force_reg (mode, cop1);
4537 cop1 = force_reg (mode, cop1);
4595 cop1 = force_reg (mode, cop1);
4607 if (!vector_operand (cop1, mode))
4608 cop1 = force_reg (mode, cop1);
4610 emit_insn (gen (tem, cop0, cop1));
4611 cop1 = tem;
4642 emit_insn (gen_sub3_insn (t2, cop1, mask));
4645 cop1 = t2;
4664 (x, gen_rtx_US_MINUS (mode, cop0, cop1)));
4666 cop1 = CONST0_RTX (mode);
4684 x = ix86_expand_sse_cmp (dest, code, cop0, cop1,
4690 x = ix86_expand_sse_cmp (gen_reg_rtx (mode), code, cop0, cop1,
4783 rtx x, cop0, cop1;
4786 cop1 = operands[5];
4792 && cop1 == CONST0_RTX (mode)
4820 if (!nonimmediate_operand (cop1, mode))
4821 cop1 = force_reg (mode, cop1);
4827 x = ix86_expand_int_sse_cmp (operands[0], code, cop0, cop1,