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

/freebsd-10.3-release/contrib/gcc/
H A Doptabs.c622 rtx rtx_op1, rtx_op2;
649 rtx_op1 = expand_expr (vec_oprnd, NULL_RTX, VOIDmode, EXPAND_NORMAL);
650 if (!(*insn_data[icode].operand[1].predicate) (rtx_op1, mode1)
652 rtx_op1 = force_reg (mode1, rtx_op1);
664 pat = GEN_FCN (icode) (target, rtx_op1, rtx_op2);
5704 rtx rtx_op0, rtx_op1;
5716 rtx_op1 = expand_expr (t_op1, NULL_RTX, TYPE_MODE (TREE_TYPE (t_op1)), 1);
5722 if (!insn_data[icode].operand[5].predicate (rtx_op1, GET_MODE (rtx_op1))
618 rtx rtx_op1, rtx_op2; local
5679 rtx rtx_op0, rtx_op1; local
5735 rtx comparison, rtx_op1, rtx_op2, cc_op0, cc_op1; local
[all...]

Completed in 51 milliseconds