Searched refs:xop1 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Doptabs.c382 rtx xop0, xop1, wxop;
425 xop1 = op1;
443 xop1 = convert_modes (xmode1,
447 xop1, unsignedp);
466 if (! (*insn_data[icode].operand[2].predicate) (xop1, xmode1)
468 xop1 = copy_to_mode_reg (xmode1, xop1);
476 pat = GEN_FCN (icode) (temp, xop0, xop1, wxop);
479 pat = GEN_FCN (icode) (temp, xop0, xop1);
520 rtx xop0 = op0, xop1
378 rtx xop0, xop1, wxop; local
516 rtx xop0 = op0, xop1 = op1, xop2 = op2; local
1281 rtx xop0 = op0, xop1 = op1; local
1414 rtx xop0 = op0, xop1 = op1; local
1705 rtx xop0, xop1, xtarget; local
1936 rtx xop0 = op0, xop1 = op1; local
2177 rtx xop0 = op0, xop1 = op1; local
[all...]
H A Dc-typeck.c8854 tree xop0 = op0, xop1 = op1, xresult_type = result_type;
8857 = shorten_compare (&xop0, &xop1, &xresult_type, &xresultcode);
8862 op0 = xop0, op1 = xop1;
8875 xop1 = orig_op1;
8877 STRIP_TYPE_NOPS (xop1);
8899 sop = xop0, uop = xop1;
8901 sop = xop1, uop = xop0;
8816 tree xop0 = op0, xop1 = op1, xresult_type = result_type; local
/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c3576 rtx xop1 = XEXP (x, 1);
3579 && arm_legitimate_index_p (mode, xop1, outer, strict_p))
3580 || (arm_address_register_rtx_p (xop1, strict_p)
3589 rtx xop1 = XEXP (x, 1);
3592 && arm_legitimate_index_p (mode, xop1, outer, strict_p));
4022 rtx xop1 = XEXP (x, 1);
4027 if (CONSTANT_P (xop1) && !symbol_mentioned_p (xop1))
4028 xop1 = force_reg (SImode, xop1);
3567 rtx xop1 = XEXP (x, 1); local
4013 rtx xop1 = XEXP (x, 1); local
4062 rtx xop1 = XEXP (x, 1); local
4130 rtx xop1 = XEXP (x, 1); local
[all...]
/freebsd-10-stable/contrib/gcc/cp/
H A Dtypeck.c3731 tree xop0 = op0, xop1 = op1, xresult_type = result_type;
3734 = shorten_compare (&xop0, &xop1, &xresult_type, &xresultcode);
3737 op0 = xop0, op1 = xop1;
3724 tree xop0 = op0, xop1 = op1, xresult_type = result_type; local

Completed in 276 milliseconds