Searched refs:op0b (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gimple-isel.cc | 121 tree lhs, op0a = NULL_TREE, op0b = NULL_TREE; in gimple_expand_vec_cond_expr() local 190 op0b = gimple_assign_rhs2 (def_stmt); in gimple_expand_vec_cond_expr() 242 op0b = build_zero_cst (TREE_TYPE (op0)); in gimple_expand_vec_cond_expr() 277 return gimple_build_call_internal (IFN_VCONDEQ, 5, op0a, op0b, op1, in gimple_expand_vec_cond_expr() 290 5, op0a, op0b, op1, op2, tcode_tree); in gimple_expand_vec_cond_expr()
|
| D | internal-fn.cc | 2828 tree op0b = gimple_call_arg (stmt, 1); in expand_vec_cond_optab_fn() local 2842 = vector_compare_rtx (VOIDmode, tcode, op0a, op0b, unsignedp, icode, 4); in expand_vec_cond_optab_fn()
|
| D | optabs.cc | 6439 tree op0a, op0b; in expand_vec_cmp_expr() local 6443 op0b = TREE_OPERAND (exp, 1); in expand_vec_cmp_expr() 6458 comparison = vector_compare_rtx (mask_mode, tcode, op0a, op0b, in expand_vec_cmp_expr()
|