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

  /src/external/gpl3/gdb.old/dist/gdb/unittests/
enum-flags-selftests.c 256 typedef unsigned int uns; typedef
258 CHECK_VALID (true, uns, true ? EF () : UEF ())
259 CHECK_VALID (true, uns, true ? UEF () : EF ())
260 CHECK_VALID (true, uns, true ? EF () : URE ())
261 CHECK_VALID (true, uns, true ? URE () : EF ())
  /src/external/gpl3/gcc/dist/gcc/
tree-affine.cc 1014 int uns, rev, vol; local
1017 &uns, &rev, &vol);
tree-ssa-loop-manip.cc 1410 bool uns; local
1419 uns = POINTER_TYPE_P (type) | TYPE_UNSIGNED (type);
1422 unsigned_p = uns;
1424 unsigned_p |= uns;
tree-scalar-evolution.cc 1814 tree uns = unsigned_type_for (type);
1817 chrec1 = chrec_convert (uns, chrec1, at_stmt);
1821 tree one = build_int_cst (uns, 1);
1822 chrec2 = fold_build2 (LSHIFT_EXPR, uns, one, chrec2);
1823 res = chrec_fold_multiply (uns, chrec1, chrec2);
1810 tree uns = unsigned_type_for (type); local
internal-fn.cc 968 int uns = TYPE_UNSIGNED (TREE_TYPE (TREE_TYPE (lhs))); local
969 lres = convert_modes (tgtmode, mode, res, uns);
971 do_compare_rtx_and_jump (res, convert_modes (mode, tgtmode, lres, uns),
982 int uns = TYPE_UNSIGNED (TREE_TYPE (TREE_TYPE (lhs))); local
984 if (uns)
1017 int uns = TYPE_UNSIGNED (TREE_TYPE (lhs)); local
1022 if (uns)
1594 /* Return true if UNS WIDEN_MULT_EXPR with result mode WMODE and operand
1599 rtx op0, rtx op1, bool uns)
1611 op0 = convert_modes (wmode, mode, op0, uns);
1649 bool uns = unsr_p; local
    [all...]
tree.cc 6097 unsigned uns = TYPE_UNSIGNED (type);
6099 hstate.add_int (uns);
8026 /* Set UNS initially if converting OP to FOR_TYPE is a zero-extension. */
8030 int uns
8059 /* If we have not stripped any zero-extensions (uns is 0),
8068 if (! uns || final_prec <= TYPE_PRECISION (TREE_TYPE (op)))
8072 and if UNS will not be needed again. */
8073 if ((uns
8077 uns = 1;
8111 int uns = 0
6076 unsigned uns = TYPE_UNSIGNED (type); local
8008 int uns local
8088 int uns = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-affine.cc 1012 int uns, rev, vol; local
1015 &uns, &rev, &vol);
tree-scalar-evolution.cc 1813 tree uns = unsigned_type_for (type);
1816 chrec1 = chrec_convert (uns, chrec1, at_stmt);
1820 tree one = build_int_cst (uns, 1);
1821 chrec2 = fold_build2 (LSHIFT_EXPR, uns, one, chrec2);
1822 res = chrec_fold_multiply (uns, chrec1, chrec2);
1809 tree uns = unsigned_type_for (type); local
tree-ssa-loop-manip.cc 1620 bool uns; local
1629 uns = POINTER_TYPE_P (type) | TYPE_UNSIGNED (type);
1632 unsigned_p = uns;
1634 unsigned_p |= uns;
internal-fn.cc 760 int uns = TYPE_UNSIGNED (TREE_TYPE (TREE_TYPE (lhs))); local
761 lres = convert_modes (tgtmode, mode, res, uns);
763 do_compare_rtx_and_jump (res, convert_modes (mode, tgtmode, lres, uns),
774 int uns = TYPE_UNSIGNED (TREE_TYPE (TREE_TYPE (lhs))); local
776 if (uns)
1356 /* Return true if UNS WIDEN_MULT_EXPR with result mode WMODE and operand
1361 rtx op0, rtx op1, bool uns)
1373 op0 = convert_modes (wmode, mode, op0, uns);
1377 op1 = convert_modes (wmode, mode, op1, uns);
1380 rtx ret = expand_mult (wmode, op0, op1, NULL_RTX, uns, true)
1411 bool uns = unsr_p; local
    [all...]
tree-vect-stmts.cc 12279 bool uns; local
12340 uns = TYPE_UNSIGNED (vectype_out);
12342 uns = TYPE_UNSIGNED (vectype);
12347 if (code == FIX_TRUNC_EXPR && uns)
12360 uns = false;
12378 = lang_hooks.types.type_for_mode (intermediate_mode, uns);
tree.cc 7880 /* Set UNS initially if converting OP to FOR_TYPE is a zero-extension. */
7884 int uns
7913 /* If we have not stripped any zero-extensions (uns is 0),
7922 if (! uns || final_prec <= TYPE_PRECISION (TREE_TYPE (op)))
7926 and if UNS will not be needed again. */
7927 if ((uns
7931 uns = 1;
7965 int uns = 0;
8008 uns = TYPE_UNSIGNED (TREE_TYPE (op));
8012 else if (uns != TYPE_UNSIGNED (TREE_TYPE (op))
7862 int uns local
7942 int uns = 0; local
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c 1731 int class, qual, sig, uns, cmplx, imag, err; member in struct:typctx
1829 if (tc->sig || tc->uns)
1834 if (tc->sig || tc->uns)
1836 tc->uns = 1;
1870 if ((tc.cmplx && tc.imag) || tc.sig || tc.uns ||
1887 if (tc.sig || tc.uns) {
1892 if (tc.uns)
  /src/external/bsd/tcpdump/dist/
print-snmp.c 355 uint32_t uns; member in union:be::__anon8115
587 elem->data.uns = data;
806 ND_PRINT("%u", elem->data.uns);
987 ok = (elem->data.uns >= smiRange->minValue.value.unsigned32
988 && elem->data.uns <= smiRange->maxValue.value.unsigned32);
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c 1715 int class, qual, sig, uns, cmplx, imag, err, align; member in struct:typctx
1830 if (tc->sig || tc->uns)
1835 if (tc->sig || tc->uns)
1837 tc->uns = 1;
1872 if ((tc.cmplx && tc.imag) || tc.sig || tc.uns ||
1889 if (tc.sig || tc.uns) {
1894 if (tc.uns)
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.c 1677 std::string uns;
1678 uns.reserve (strlen (name) + strlen ("unsigned "));
1679 uns = "unsigned ";
1680 uns += name;
1682 return lookup_typename (language, uns.c_str (), NULL, 0);
1676 std::string uns; local
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.c 1677 std::string uns;
1678 uns.reserve (strlen (name) + strlen ("unsigned "));
1679 uns = "unsigned ";
1680 uns += name;
1682 return lookup_typename (language, uns.c_str (), NULL, 0);
1676 std::string uns; local
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 1390 int uns;
1419 /* UNS is 1 if the operation to be done is an unsigned one. */
1420 uns = TYPE_UNSIGNED (result_type);
1439 uns = unsigned0;
1453 && (unsigned0 || !uns))
1461 && (unsigned1 || !uns)
1472 && (unsigned0 || !uns)
1388 int uns; local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 1367 int uns;
1392 /* UNS is 1 if the operation to be done is an unsigned one. */
1393 uns = TYPE_UNSIGNED (result_type);
1412 uns = unsigned0;
1426 && (unsigned0 || !uns))
1431 && (unsigned1 || !uns)
1442 && (unsigned0 || !uns)
1365 int uns; local
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 2577 bool uns = (code == LTU || code == GEU); local
2579 = uns ? gen_sub3_carry_ccc : gen_sub3_carry_ccgz;
2588 if ((uns && !nonimmediate_operand (hi[1], submode))
2589 || (!uns && !x86_64_general_operand (hi[1], submode)))
2597 tmp = gen_rtx_REG (uns ? CCCmode : CCGZmode, FLAGS_REG);
  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 9727 int uns = unsafe_return_slot_p (target); local
9728 if (!uns)
9732 if (uns == 1)
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 2432 bool uns = (code == LTU || code == GEU); local
2434 = uns ? gen_sub3_carry_ccc : gen_sub3_carry_ccgz;
2443 if ((uns && !nonimmediate_operand (hi[1], submode))
2444 || (!uns && !x86_64_general_operand (hi[1], submode)))
2452 tmp = gen_rtx_REG (uns ? CCCmode : CCGZmode, FLAGS_REG);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 9066 int uns = unsafe_return_slot_p (target); local
9067 if (!uns)
9071 if (uns == 1)
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 9720 rtx uns = gen_rtx_UNSPEC (Pmode, vec, UNSPEC_TLS_GET_ADDR);
9721 set_unique_reg_note (get_last_insn (), REG_EQUAL, uns);
9736 rtx uns = gen_rtx_UNSPEC (Pmode, vec, UNSPEC_TLS_GET_ADDR);
9737 set_unique_reg_note (get_last_insn (), REG_EQUAL, uns);
9707 rtx uns = gen_rtx_UNSPEC (Pmode, vec, UNSPEC_TLS_GET_ADDR); local
9708 set_unique_reg_note (get_last_insn (), REG_EQUAL, uns); local
9723 rtx uns = gen_rtx_UNSPEC (Pmode, vec, UNSPEC_TLS_GET_ADDR); local
9724 set_unique_reg_note (get_last_insn (), REG_EQUAL, uns); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 9645 rtx uns = gen_rtx_UNSPEC (Pmode, vec, UNSPEC_TLS_GET_ADDR);
9646 set_unique_reg_note (get_last_insn (), REG_EQUAL, uns);
9661 rtx uns = gen_rtx_UNSPEC (Pmode, vec, UNSPEC_TLS_GET_ADDR);
9662 set_unique_reg_note (get_last_insn (), REG_EQUAL, uns);
9632 rtx uns = gen_rtx_UNSPEC (Pmode, vec, UNSPEC_TLS_GET_ADDR); local
9633 set_unique_reg_note (get_last_insn (), REG_EQUAL, uns); local
9648 rtx uns = gen_rtx_UNSPEC (Pmode, vec, UNSPEC_TLS_GET_ADDR); local
9649 set_unique_reg_note (get_last_insn (), REG_EQUAL, uns); local

Completed in 189 milliseconds