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

/openbsd-current/gnu/gcc/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);
5694 rtx rtx_op0, rtx_op1;
5706 rtx_op1 = expand_expr (t_op1, NULL_RTX, TYPE_MODE (TREE_TYPE (t_op1)), 1);
5712 if (!insn_data[icode].operand[5].predicate (rtx_op1, GET_MODE (rtx_op1))
618 rtx rtx_op1, rtx_op2; local
5669 rtx rtx_op0, rtx_op1; local
5725 rtx comparison, rtx_op1, rtx_op2, cc_op0, cc_op1; local
[all...]

Completed in 128 milliseconds