HomeSort by: relevance | last modified time | path
    Searched defs:unsignedp (Results 1 - 25 of 206) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/gpl3/gcc/dist/gcc/
gimple-laddress.cc 106 int volatilep = 0, reversep, unsignedp = 0; local
108 &bitpos, &offset, &mode, &unsignedp,
gimple-laddress.cc 106 int volatilep = 0, reversep, unsignedp = 0; local
108 &bitpos, &offset, &mode, &unsignedp,
ccmp.cc 170 int unsignedp; local
173 get_compare_parts(op, &unsignedp, &rcode, &rhs1, &rhs2);
gimple-isel.cc 170 bool unsignedp; local
292 unsignedp = TYPE_UNSIGNED (TREE_TYPE (op0a));
297 icode = get_vcond_icode (mode, cmp_op_mode, unsignedp);
303 && ((icode = get_vcond_icode (mode, cmp_op_mode, !unsignedp))
305 unsignedp = !unsignedp;
334 return gimple_build_call_internal (unsignedp ? IFN_VCONDU : IFN_VCOND,
ccmp.cc 170 int unsignedp; local
173 get_compare_parts(op, &unsignedp, &rcode, &rhs1, &rhs2);
gimple-isel.cc 170 bool unsignedp; local
292 unsignedp = TYPE_UNSIGNED (TREE_TYPE (op0a));
297 icode = get_vcond_icode (mode, cmp_op_mode, unsignedp);
303 && ((icode = get_vcond_icode (mode, cmp_op_mode, !unsignedp))
305 unsignedp = !unsignedp;
334 return gimple_build_call_internal (unsignedp ? IFN_VCONDU : IFN_VCOND,
dojump.cc 636 UNSIGNEDP says to do unsigned comparison.
640 do_jump_by_parts_greater_rtx (scalar_int_mode mode, int unsignedp, rtx op0,
691 do_compare_rtx_and_jump (op0_word, op1_word, code, (unsignedp || i > 0),
700 do_compare_rtx_and_jump (op0_word, op1_word, NE, unsignedp, NULL,
724 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (treeop0));
726 do_jump_by_parts_greater_rtx (mode, unsignedp, op0, op1, if_false_label,
964 do_compare_rtx_and_jump (rtx op0, rtx op1, enum rtx_code code, int unsignedp,
970 do_compare_rtx_and_jump (op0, op1, code, unsignedp, NULL, mode, size,
981 do_compare_rtx_and_jump (rtx op0, rtx op1, enum rtx_code code, int unsignedp,
1027 code = unsignedp ? unsigned_condition (code) : code
722 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (treeop0)); local
1285 int unsignedp; local
    [all...]
dojump.cc 636 UNSIGNEDP says to do unsigned comparison.
640 do_jump_by_parts_greater_rtx (scalar_int_mode mode, int unsignedp, rtx op0,
691 do_compare_rtx_and_jump (op0_word, op1_word, code, (unsignedp || i > 0),
700 do_compare_rtx_and_jump (op0_word, op1_word, NE, unsignedp, NULL,
724 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (treeop0));
726 do_jump_by_parts_greater_rtx (mode, unsignedp, op0, op1, if_false_label,
964 do_compare_rtx_and_jump (rtx op0, rtx op1, enum rtx_code code, int unsignedp,
970 do_compare_rtx_and_jump (op0, op1, code, unsignedp, NULL, mode, size,
981 do_compare_rtx_and_jump (rtx op0, rtx op1, enum rtx_code code, int unsignedp,
1027 code = unsignedp ? unsigned_condition (code) : code
722 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (treeop0)); local
1285 int unsignedp; local
    [all...]
gimple-range-fold.cc 750 int unsignedp, reversep, volatilep; local
752 &bitpos, &offset, &mode, &unsignedp,
tree-affine.cc 395 int unsignedp, reversep, volatilep; local
439 &toffset, &mode, &unsignedp, &reversep,
tree-outof-ssa.cc 309 int unsignedp; local
336 || dest_mode == promote_ssa_mode (name, &unsignedp));
341 x = convert_modes (dest_mode, src_mode, x, unsignedp);
688 int unsignedp; local
689 machine_mode reg_mode = promote_ssa_mode (name, &unsignedp);
tsan.cc 121 int unsignedp, reversep, volatilep = 0; local
123 &mode, &unsignedp, &reversep, &volatilep);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-laddress.cc 106 int volatilep = 0, reversep, unsignedp = 0; local
108 &bitpos, &offset, &mode, &unsignedp,
gimple-laddress.cc 106 int volatilep = 0, reversep, unsignedp = 0; local
108 &bitpos, &offset, &mode, &unsignedp,
ccmp.cc 168 int unsignedp; local
171 get_compare_parts(op, &unsignedp, &rcode, &rhs1, &rhs2);
gimple-isel.cc 125 bool unsignedp; local
247 unsignedp = TYPE_UNSIGNED (TREE_TYPE (op0a));
252 icode = get_vcond_icode (mode, cmp_op_mode, unsignedp);
258 && ((icode = get_vcond_icode (mode, cmp_op_mode, !unsignedp))
260 unsignedp = !unsignedp;
289 return gimple_build_call_internal (unsignedp ? IFN_VCONDU : IFN_VCOND,
ccmp.cc 168 int unsignedp; local
171 get_compare_parts(op, &unsignedp, &rcode, &rhs1, &rhs2);
gimple-isel.cc 125 bool unsignedp; local
247 unsignedp = TYPE_UNSIGNED (TREE_TYPE (op0a));
252 icode = get_vcond_icode (mode, cmp_op_mode, unsignedp);
258 && ((icode = get_vcond_icode (mode, cmp_op_mode, !unsignedp))
260 unsignedp = !unsignedp;
289 return gimple_build_call_internal (unsignedp ? IFN_VCONDU : IFN_VCOND,
dojump.cc 638 UNSIGNEDP says to do unsigned comparison.
642 do_jump_by_parts_greater_rtx (scalar_int_mode mode, int unsignedp, rtx op0,
693 do_compare_rtx_and_jump (op0_word, op1_word, code, (unsignedp || i > 0),
702 do_compare_rtx_and_jump (op0_word, op1_word, NE, unsignedp, word_mode,
726 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (treeop0));
728 do_jump_by_parts_greater_rtx (mode, unsignedp, op0, op1, if_false_label,
966 do_compare_rtx_and_jump (rtx op0, rtx op1, enum rtx_code code, int unsignedp,
1012 code = unsignedp ? unsigned_condition (code) : code;
1030 unsignedp = (code == GTU || code == LTU || code == GEU || code == LEU);
1186 do_compare_rtx_and_jump (op0, op1, first_code, unsignedp, mode
724 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (treeop0)); local
1249 int unsignedp; local
    [all...]
dojump.cc 638 UNSIGNEDP says to do unsigned comparison.
642 do_jump_by_parts_greater_rtx (scalar_int_mode mode, int unsignedp, rtx op0,
693 do_compare_rtx_and_jump (op0_word, op1_word, code, (unsignedp || i > 0),
702 do_compare_rtx_and_jump (op0_word, op1_word, NE, unsignedp, word_mode,
726 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (treeop0));
728 do_jump_by_parts_greater_rtx (mode, unsignedp, op0, op1, if_false_label,
966 do_compare_rtx_and_jump (rtx op0, rtx op1, enum rtx_code code, int unsignedp,
1012 code = unsignedp ? unsigned_condition (code) : code;
1030 unsignedp = (code == GTU || code == LTU || code == GEU || code == LEU);
1186 do_compare_rtx_and_jump (op0, op1, first_code, unsignedp, mode
724 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (treeop0)); local
1249 int unsignedp; local
    [all...]
tree-affine.cc 395 int unsignedp, reversep, volatilep; local
439 &toffset, &mode, &unsignedp, &reversep,
tree-outof-ssa.cc 309 int unsignedp; local
336 || dest_mode == promote_ssa_mode (name, &unsignedp));
341 x = convert_modes (dest_mode, src_mode, x, unsignedp);
688 int unsignedp; local
689 machine_mode reg_mode = promote_ssa_mode (name, &unsignedp);
tsan.cc 121 int unsignedp, reversep, volatilep = 0; local
123 &mode, &unsignedp, &reversep, &volatilep);
  /src/external/gpl3/gcc/dist/gcc/config/bpf/
core-builtins.cc 385 int unsignedp, reversep, volatilep; local
392 &unsignedp, &reversep, &volatilep);
483 result = !unsignedp;
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-lex.cc 1445 int unsignedp = 0;
1448 &chars_seen, &unsignedp);
1474 if (unsignedp || (cppchar_signed_t) result >= 0)
1443 int unsignedp = 0; local

Completed in 45 milliseconds

1 2 3 4 5 6 7 8 9