Searched refs:rtx_op0 (Results 1 – 1 of 1) sorted by relevance
5669 rtx rtx_op0, rtx_op1; in vector_compare_rtx() local5680 rtx_op0 = expand_expr (t_op0, NULL_RTX, TYPE_MODE (TREE_TYPE (t_op0)), 1); in vector_compare_rtx()5683 if (!insn_data[icode].operand[4].predicate (rtx_op0, GET_MODE (rtx_op0)) in vector_compare_rtx()5684 && GET_MODE (rtx_op0) != VOIDmode) in vector_compare_rtx()5685 rtx_op0 = force_reg (GET_MODE (rtx_op0), rtx_op0); in vector_compare_rtx()5691 return gen_rtx_fmt_ee (rcode, VOIDmode, rtx_op0, rtx_op1); in vector_compare_rtx()