Searched refs:cop1 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dcombine.c4221 rtx cop1 = const0_rtx;
4222 enum rtx_code cond_code = simplify_comparison (NE, &cond, &cop1);
4248 cond, cop1);
4251 (cond_code, cond, cop1, NULL))
4254 cond, cop1);
4264 cond, cop1),
4270 (cond_code, cond, cop1, NULL))
4275 cond, cop1),
4283 cop1),
4204 rtx cop1 = const0_rtx; local
H A Doptabs.c2244 rtx cop1 = convert_modes (wider_mode, mode, op1, unsignedp);
2246 if (expand_twoval_binop (binoptab, cop0, cop1,
2235 rtx cop1 = convert_modes (wider_mode, mode, op1, unsignedp); local
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c12028 rtx x, cop0, cop1;
12031 cop1 = operands[5];
12057 x = cop0, cop0 = cop1, cop1 = x;
12078 emit_insn (gen_subv4si3 (t1, cop0, cop1));
12102 gen_rtx_US_MINUS (mode, cop0, cop1)));
12113 cop1 = CONST0_RTX (mode);
12116 x = ix86_expand_sse_cmp (operands[0], code, cop0, cop1,
12003 rtx x, cop0, cop1; local

Completed in 125 milliseconds