Searched refs:rtx_op1 (Results 1 – 1 of 1) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | optabs.c | 618 rtx rtx_op1, rtx_op2; in expand_vec_shift_expr() local 645 rtx_op1 = expand_expr (vec_oprnd, NULL_RTX, VOIDmode, EXPAND_NORMAL); in expand_vec_shift_expr() 646 if (!(*insn_data[icode].operand[1].predicate) (rtx_op1, mode1) in expand_vec_shift_expr() 648 rtx_op1 = force_reg (mode1, rtx_op1); in expand_vec_shift_expr() 660 pat = GEN_FCN (icode) (target, rtx_op1, rtx_op2); in expand_vec_shift_expr() 5679 rtx rtx_op0, rtx_op1; in vector_compare_rtx() local 5691 rtx_op1 = expand_expr (t_op1, NULL_RTX, TYPE_MODE (TREE_TYPE (t_op1)), 1); in vector_compare_rtx() 5697 if (!insn_data[icode].operand[5].predicate (rtx_op1, GET_MODE (rtx_op1)) in vector_compare_rtx() 5698 && GET_MODE (rtx_op1) != VOIDmode) in vector_compare_rtx() 5699 rtx_op1 = force_reg (GET_MODE (rtx_op1), rtx_op1); in vector_compare_rtx() [all …]
|