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

  /src/external/gpl3/binutils/dist/gas/
cgen.c 342 volatile int signed_p = 0; local
458 signed_p = 1;
465 if (signed_p)
482 signed_p, -1);
680 const int signed_p,
689 & (field->val.multi[i]), signed_p, i);
707 new_exp = make_right_shifted_expr (expP, rightshift, signed_p);
726 const unsigned long signed_p,
737 res |= signed_p << 28;
804 const int signed_p)
870 int signed_p = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
cgen.c 343 volatile int signed_p = 0; local
456 signed_p = 1;
463 if (signed_p)
480 signed_p, -1);
678 const int signed_p,
687 & (field->val.multi[i]), signed_p, i);
705 new_exp = make_right_shifted_expr (expP, rightshift, signed_p);
724 const unsigned long signed_p,
735 res |= signed_p << 28;
802 const int signed_p)
868 int signed_p = 0; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
pointer-query.cc 351 bool signed_p = !TYPE_UNSIGNED (exptype); local
355 if (signed_p)
cfgloop.h 498 bool signed_p; variable
loop-iv.cc 2057 is SIGNED_P to DESC. */
2061 enum rtx_code cond, bool signed_p, class niter_desc *desc)
2065 get_mode_bounds (mode, signed_p, iv->extend_mode, &mmin, &mmax);
2111 iv->extend = signed_p ? IV_SIGN_EXTEND : IV_ZERO_EXTEND;
2123 bool signed_p; local
2140 signed_p = true;
2148 signed_p = false;
2157 signed_p = false;
2159 signed_p = iv0->extend == IV_SIGN_EXTEND;
2161 signed_p = iv1->extend == IV_SIGN_EXTEND
    [all...]
real.cc 5507 bool signed_p = TYPE_SIGN (type) == SIGNED;
5508 return TYPE_PRECISION (type) - signed_p <= significand_size (*this);
5492 bool signed_p = TYPE_SIGN (type) == SIGNED; local
  /src/external/gpl3/gcc.old/dist/gcc/
pointer-query.cc 349 bool signed_p = !TYPE_UNSIGNED (exptype); local
353 if (signed_p)
cfgloop.h 490 bool signed_p; variable
loop-iv.cc 2073 is SIGNED_P to DESC. */
2077 enum rtx_code cond, bool signed_p, class niter_desc *desc)
2081 get_mode_bounds (mode, signed_p, iv->extend_mode, &mmin, &mmax);
2127 iv->extend = signed_p ? IV_SIGN_EXTEND : IV_ZERO_EXTEND;
2139 bool signed_p; local
2156 signed_p = true;
2164 signed_p = false;
2173 signed_p = false;
2175 signed_p = iv0->extend == IV_SIGN_EXTEND;
2177 signed_p = iv1->extend == IV_SIGN_EXTEND
    [all...]
real.cc 5459 bool signed_p = TYPE_SIGN (type) == SIGNED;
5460 return TYPE_PRECISION (type) - signed_p <= significand_size (*this);
5444 bool signed_p = TYPE_SIGN (type) == SIGNED; local
  /src/external/gpl3/gcc/dist/gcc/c/
c-tree.h 424 BOOL_BITFIELD signed_p : 1; member in struct:c_declspecs
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-tree.h 385 BOOL_BITFIELD signed_p : 1; member in struct:c_declspecs
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc 6130 bool signed_p = code == GT || code == LE;
6132 bool difficult_p = signed_p || unsigned_p;
6161 unsigned HOST_WIDE_INT maxval = signed_p ? mask >> 1 : mask;
6129 bool signed_p = code == GT || code == LE; local
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn.cc 5903 bool signed_p = code == 'i'; local
5913 s = signed_p ? "_i32" : "_u32";
5944 s = signed_p ? "_i32" : "_u32";
5947 s = signed_p ? "_i64" : "_u64";
5957 s = signed_p ? "_i8" : "_u8";
5960 s = signed_p ? "_i16" : "_u16";
5963 s = signed_p ? "_i32" : "_u32";
5966 s = signed_p ? "_i64" : "_u64";
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 6944 bool signed_p = code == GT || code == LE;
6946 bool difficult_p = signed_p || unsigned_p;
6975 unsigned HOST_WIDE_INT maxval = signed_p ? mask >> 1 : mask;
6943 bool signed_p = code == GT || code == LE; local
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn.cc 7280 bool signed_p = code == 'i'; local
7290 s = signed_p ? "_i32" : "_u32";
7321 s = signed_p ? "_i32" : "_u32";
7324 s = signed_p ? "_i64" : "_u64";
7334 s = signed_p ? "_i8" : "_u8";
7337 s = signed_p ? "_i16" : "_u16";
7340 s = signed_p ? "_i32" : "_u32";
7343 s = signed_p ? "_i64" : "_u64";
  /src/external/gpl3/binutils/dist/bfd/
elflink.c 9326 int signed_p)
9415 isymbuf, locsymcount, signed_p)) \
9417 if (signed_p) \
9432 isymbuf, locsymcount, signed_p)) \
9436 isymbuf, locsymcount, signed_p)) \
9439 if (signed_p) \
9455 signed_p = 0;
9460 *result = signed_p && (bfd_signed_vma) a < 0 ? -1 : 0;
9607 unsigned long *signed_p,
9617 * signed_p = (encoded >> 28) & 1 local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 9311 int signed_p)
9400 isymbuf, locsymcount, signed_p)) \
9402 if (signed_p) \
9417 isymbuf, locsymcount, signed_p)) \
9421 isymbuf, locsymcount, signed_p)) \
9424 if (signed_p) \
9440 signed_p = 0;
9445 *result = signed_p && (bfd_signed_vma) a < 0 ? -1 : 0;
9592 unsigned long *signed_p,
9602 * signed_p = (encoded >> 28) & 1 local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 12252 bool unsigned_p, signed_p, short_p, long_p, thread_p;
12265 signed_p = decl_spec_seq_has_spec_p (declspecs, ds_signed);
12631 if (signed_p || unsigned_p || long_p || short_p)
12741 if (unsigned_p || signed_p || long_p || short_p)
12750 else if (signed_p)
12773 if (signed_p && unsigned_p)
12819 signed_p = false;
12838 && !signed_p
12862 else if (signed_p && type == char_type_node)
12872 else if (signed_p && typedef_decl
12237 bool unsigned_p, signed_p, short_p, long_p, thread_p; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 11770 bool unsigned_p, signed_p, short_p, long_p, thread_p;
11783 signed_p = decl_spec_seq_has_spec_p (declspecs, ds_signed);
12154 if (signed_p || unsigned_p || long_p || short_p)
12264 if (unsigned_p || signed_p || long_p || short_p)
12273 else if (signed_p)
12296 if (signed_p && unsigned_p)
12342 signed_p = false;
12361 && !signed_p
12385 else if (signed_p && type == char_type_node)
12395 else if (signed_p && typedef_decl
11755 bool unsigned_p, signed_p, short_p, long_p, thread_p; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 9243 int signed_p)
9332 isymbuf, locsymcount, signed_p)) \
9334 if (signed_p) \
9349 isymbuf, locsymcount, signed_p)) \
9353 isymbuf, locsymcount, signed_p)) \
9356 if (signed_p) \
9372 signed_p = 0;
9377 *result = signed_p && (bfd_signed_vma) a < 0 ? -1 : 0;
9524 unsigned long *signed_p,
9534 * signed_p = (encoded >> 28) & 1 local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 9218 int signed_p)
9307 isymbuf, locsymcount, signed_p)) \
9309 if (signed_p) \
9324 isymbuf, locsymcount, signed_p)) \
9328 isymbuf, locsymcount, signed_p)) \
9331 if (signed_p) \
9347 signed_p = 0;
9352 *result = signed_p && (bfd_signed_vma) a < 0 ? -1 : 0;
9499 unsigned long *signed_p,
9509 * signed_p = (encoded >> 28) & 1 local
    [all...]

Completed in 291 milliseconds