Home
last modified time | relevance | path

Searched refs:SIGNED (Results 1 – 25 of 114) sorted by relevance

12345

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dwide-int.cc416 else if (index < blocks_needed || sgn == SIGNED) in selt()
424 return (sgn == SIGNED in selt()
493 s0 = selt (op0, op0len, blocks_needed, small_prec, l, SIGNED); in lts_p_large()
494 s1 = selt (op1, op1len, blocks_needed, small_prec, l, SIGNED); in lts_p_large()
503 u0 = selt (op0, op0len, blocks_needed, small_prec, l, SIGNED); in lts_p_large()
504 u1 = selt (op1, op1len, blocks_needed, small_prec, l, SIGNED); in lts_p_large()
531 s0 = selt (op0, op0len, blocks_needed, small_prec, l, SIGNED); in cmps_large()
532 s1 = selt (op1, op1len, blocks_needed, small_prec, l, SIGNED); in cmps_large()
541 u0 = selt (op0, op0len, blocks_needed, small_prec, l, SIGNED); in cmps_large()
542 u1 = selt (op1, op1len, blocks_needed, small_prec, l, SIGNED); in cmps_large()
[all …]
Dwide-int-print.cc35 if (sgn == SIGNED) in print_dec()
44 if (sgn == SIGNED) in print_dec()
Dsignop.h29 SIGNED, enumerator
Dwide-int.h514 UNARY_PREDICATE neg_p (const T &, signop = SIGNED);
1613 return hwi_with_prec (val, precision, SIGNED);
1704 if (x.sgn == SIGNED || x.val >= 0 || precision <= HOST_BITS_PER_WIDE_INT)
1960 if (sgn == SIGNED)
1987 if (sgn == SIGNED)
2014 if (sgn == SIGNED)
2041 if (sgn == SIGNED)
2132 if (sgn == SIGNED)
2231 return sgn == SIGNED ? sext (x, offset) : zext (x, offset);
2272 return wi::min (x, y, SIGNED);
[all …]
Dipa-modref-tree.cc656 print_dec ((poly_int64_pod)parm_offset, out, SIGNED); in dump()
662 print_dec ((poly_int64_pod)offset, out, SIGNED); in dump()
664 print_dec ((poly_int64_pod)size, out, SIGNED); in dump()
666 print_dec ((poly_int64_pod)max_size, out, SIGNED); in dump()
Drange-op.cc753 if (sgn == SIGNED) in build_lt()
783 if (sgn == SIGNED) in build_gt()
2006 int overflow_pos = sign == SIGNED ? prec - 1 : prec; in wi_fold()
2099 if (wi::lt_p (shift, 0, SIGNED)) in op1_range()
2114 if (TYPE_SIGN (type) == SIGNED) in op1_range()
2420 SIGNED)); in op1_range()
2442 wide_int min_val = wi::min_value (TYPE_PRECISION (type), SIGNED); in op1_range()
2447 SIGNED), in op1_range()
2828 if (sign == SIGNED in wi_fold()
3310 if (sign == SIGNED) in wi_fold()
[all …]
Dtree-ssa-address.cc208 = poly_offset_int::from (wi::to_poly_wide (addr->offset), SIGNED); in addr_for_mem_ref()
648 best_mult = offset_int::from (addr->elts[i].coef, SIGNED); in most_expensive_mult_to_index()
658 offset_int amult = offset_int::from (addr->elts[i].coef, SIGNED); in most_expensive_mult_to_index()
Dsimplify-rtx.cc1914 real_from_integer (&d, mode, rtx_mode_t (op, op_mode), SIGNED); in simplify_const_unary_operation()
2054 result = wide_int::from (op0, width, SIGNED); in simplify_const_unary_operation()
2059 result = wi::max_value (GET_MODE_PRECISION (imode), SIGNED); in simplify_const_unary_operation()
2066 result = wi::max_value (GET_MODE_PRECISION (imode), SIGNED); in simplify_const_unary_operation()
2168 wmax = wi::max_value (width, SIGNED); in simplify_const_unary_operation()
2169 real_from_integer (&t, VOIDmode, wmax, SIGNED); in simplify_const_unary_operation()
2174 wmin = wi::min_value (width, SIGNED); in simplify_const_unary_operation()
2175 real_from_integer (&t, VOIDmode, wmin, SIGNED); in simplify_const_unary_operation()
5012 result = wi::div_trunc (pop0, pop1, SIGNED, &overflow); in simplify_const_binary_operation()
5018 result = wi::mod_trunc (pop0, pop1, SIGNED, &overflow); in simplify_const_binary_operation()
[all …]
Dprint-rtl.cc998 print_dec (CONST_POLY_INT_COEFFS (in_rtx)[0], m_outfile, SIGNED); in print_rtx()
1002 print_dec (CONST_POLY_INT_COEFFS (in_rtx)[i], m_outfile, SIGNED); in print_rtx()
1692 pp_wide_int (pp, CONST_POLY_INT_COEFFS (x)[0], SIGNED); in print_value()
1696 pp_wide_int (pp, CONST_POLY_INT_COEFFS (x)[i], SIGNED); in print_value()
Dgimple-ssa-warn-restrict.cc369 offrange[0] += offset_int::from (max + 1, SIGNED); in extend_offset_range()
370 offrange[1] += offset_int::from (min - 1, SIGNED); in extend_offset_range()
382 offrange[0] += offset_int::from (min, SIGNED); in extend_offset_range()
383 offrange[1] += offset_int::from (max, SIGNED); in extend_offset_range()
Dregstat.cc443 print_dec (PSEUDO_REGNO_BYTES (i), file, SIGNED); in dump_reg_info()
/netbsd/src/external/lgpl3/mpfr/dist/examples/
Dversion.c59 #define SIGNED(I) SIGNED_STR((I) - (I) - 1) macro
239 SIGNED (MPFR_PREC_MIN)); in main()
241 SIGNED (MPFR_PREC_MAX)); in main()
/netbsd/src/usr.bin/xlint/common/
Dinittyp.c83 typeinfo("signed", SIGNED, UNSIGN, 0, 0, ' '),
84 typeinfo("unsigned", SIGNED, UNSIGN, 0, 0, ' '),
Dlint.h64 SIGNED, /* keyword "signed", only used in the parser */ enumerator
/netbsd/src/external/bsd/tre/dist/m4/
Dax_check_sign.m41 dnl @synopsis AX_CHECK_SIGN (TYPE, [ACTION-IF-SIGNED], [ACTION-IF-UNSIGNED], [INCLUDES])
4 dnl the default includes are used. If ACTION-IF-SIGNED is given, it is
/netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Dnoversion.asc1 -----BEGIN PGP SIGNED MESSAGE-----
Dversion.asc1 -----BEGIN PGP SIGNED MESSAGE-----
Ddash-escaped-text.asc1 -----BEGIN PGP SIGNED MESSAGE-----
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dmt-desc.c286 { MT_F_CB1INCR, "f-cb1incr", 0, 32, 19, 6, { 0|A(SIGNED), { { { (1<<MACH_BASE), 0 } } } } },
287 { MT_F_CB2INCR, "f-cb2incr", 0, 32, 13, 6, { 0|A(SIGNED), { { { (1<<MACH_BASE), 0 } } } } },
528 { 0|A(SIGNED), { { { (1<<MACH_MS2), 0 } } } } },
532 { 0|A(SIGNED), { { { (1<<MACH_MS2), 0 } } } } },
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dmt-desc.c286 { MT_F_CB1INCR, "f-cb1incr", 0, 32, 19, 6, { 0|A(SIGNED), { { { (1<<MACH_BASE), 0 } } } } },
287 { MT_F_CB2INCR, "f-cb2incr", 0, 32, 13, 6, { 0|A(SIGNED), { { { (1<<MACH_BASE), 0 } } } } },
528 { 0|A(SIGNED), { { { (1<<MACH_MS2), 0 } } } } },
532 { 0|A(SIGNED), { { { (1<<MACH_MS2), 0 } } } } },
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dgentoo21 0 string -----BEGIN\040PGP\040SIGNED\040MESSAGE-----
Djpeg210 >>>101 beshort&0xf 0x3 \b16-SIGNED
213 >>>101 beshort&0xf 0x6 \b32-SIGNED
/netbsd/src/sys/external/bsd/sljit/dist/sljit_src/
DsljitNativeARM_64.c780 #define SIGNED 0x02 macro
1316 flags = BYTE_SIZE | SIGNED; in sljit_emit_op1()
1326 flags = HALF_SIZE | SIGNED; in sljit_emit_op1()
1336 flags = INT_SIZE | SIGNED; in sljit_emit_op1()
1350 flags = BYTE_SIZE | SIGNED | UPDATE; in sljit_emit_op1()
1360 flags = HALF_SIZE | SIGNED | UPDATE; in sljit_emit_op1()
1370 flags = INT_SIZE | SIGNED | UPDATE; in sljit_emit_op1()
DsljitNativeARM_T2_32.c798 #define SIGNED 0x02 macro
1252 flags = BYTE_SIZE | SIGNED; in sljit_emit_op1()
1262 flags = HALF_SIZE | SIGNED; in sljit_emit_op1()
1278 flags = BYTE_SIZE | SIGNED | UPDATE; in sljit_emit_op1()
1288 flags = HALF_SIZE | SIGNED | UPDATE; in sljit_emit_op1()
/netbsd/src/external/bsd/pcc/dist/pcc/cc/cxxcom/
Dscan.l129 "signed" { return resw(SIGNED, C_TYPE); }

12345