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

/freebsd-10.3-release/contrib/gcc/
H A Doptabs.c5704 rtx rtx_op0, rtx_op1;
5715 rtx_op0 = expand_expr (t_op0, NULL_RTX, TYPE_MODE (TREE_TYPE (t_op0)), 1);
5718 if (!insn_data[icode].operand[4].predicate (rtx_op0, GET_MODE (rtx_op0))
5719 && GET_MODE (rtx_op0) != VOIDmode)
5720 rtx_op0 = force_reg (GET_MODE (rtx_op0), rtx_op0);
5726 return gen_rtx_fmt_ee (rcode, VOIDmode, rtx_op0, rtx_op1);
5679 rtx rtx_op0, rtx_op1; local

Completed in 104 milliseconds