HomeSort by: relevance | last modified time | path
    Searched defs:op0b (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimple-isel.cc 166 tree lhs, op0a = NULL_TREE, op0b = NULL_TREE; local
235 op0b = gimple_assign_rhs2 (def_stmt);
287 op0b = build_zero_cst (TREE_TYPE (op0));
322 return gimple_build_call_internal (IFN_VCONDEQ, 5, op0a, op0b, op1,
335 5, op0a, op0b, op1, op2, tcode_tree);
internal-fn.cc 3100 tree op0b = gimple_call_arg (stmt, 1); local
3114 = vector_compare_rtx (VOIDmode, tcode, op0a, op0b, unsignedp, icode, 4);
3120 else if (operand_equal_p (op1, op0b))
3126 else if (operand_equal_p (op2, op0b))
optabs.cc 6724 tree op0a, op0b;
6728 op0b = TREE_OPERAND (exp, 1);
6743 comparison = vector_compare_rtx (mask_mode, tcode, op0a, op0b,
6702 tree op0a, op0b; local
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-isel.cc 121 tree lhs, op0a = NULL_TREE, op0b = NULL_TREE; local
190 op0b = gimple_assign_rhs2 (def_stmt);
242 op0b = build_zero_cst (TREE_TYPE (op0));
277 return gimple_build_call_internal (IFN_VCONDEQ, 5, op0a, op0b, op1,
290 5, op0a, op0b, op1, op2, tcode_tree);
internal-fn.cc 2828 tree op0b = gimple_call_arg (stmt, 1); local
2842 = vector_compare_rtx (VOIDmode, tcode, op0a, op0b, unsignedp, icode, 4);
optabs.cc 6462 tree op0a, op0b;
6466 op0b = TREE_OPERAND (exp, 1);
6481 comparison = vector_compare_rtx (mask_mode, tcode, op0a, op0b,
6439 tree op0a, op0b; local

Completed in 105 milliseconds