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

  /src/external/gpl3/binutils/dist/gprofng/src/
gmon_io.cc 94 int sext; local
97 sext = bfd_get_sign_extend_vma (core_bfd);
98 if (sext == -1)
100 return (sext ? ptr_signed : ptr_unsigned);
  /src/external/gpl3/gdb/dist/sim/testsuite/common/
bits-tst.c 120 if (strcmp (call, "SEXT") == 0)
121 return SEXT (val, col);
178 long long sext = calc (sexted, mask, -1, col); local
201 if (sext != msmask)
207 sexted, mask, col, sext, msmask,
370 printf ("Checking SEXT*\n");
375 errors += check_sext (64, WITH_TARGET_WORD_MSB, "SEXT", "MASK", "MSMASK");
  /src/external/gpl3/gdb.old/dist/sim/testsuite/common/
bits-tst.c 120 if (strcmp (call, "SEXT") == 0)
121 return SEXT (val, col);
178 long long sext = calc (sexted, mask, -1, col); local
201 if (sext != msmask)
207 sexted, mask, col, sext, msmask,
370 printf ("Checking SEXT*\n");
375 errors += check_sext (64, WITH_TARGET_WORD_MSB, "SEXT", "MASK", "MSMASK");
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
KnownBits.h 169 KnownBits sext(unsigned BitWidth) const { function in struct:llvm::KnownBits
170 return KnownBits(Zero.sext(BitWidth), One.sext(BitWidth));
197 return sext(BitWidth);
  /src/external/gpl3/binutils/dist/gprof/
gmon_io.c 94 int sext; local
97 sext = bfd_get_sign_extend_vma (core_bfd);
98 if (sext == -1)
100 return (sext ? ptr_signed : ptr_unsigned);
  /src/external/gpl3/binutils.old/dist/gprof/
gmon_io.c 94 int sext; local
97 sext = bfd_get_sign_extend_vma (core_bfd);
98 if (sext == -1)
100 return (sext ? ptr_signed : ptr_unsigned);
  /src/external/gpl3/gcc/dist/gcc/
double-int.cc 720 return this->sext (prec);
741 double_int::sext (unsigned prec) const function in class:double_int
poly-int.h 737 /* Poly version of wi::sext, with the same interface. */
741 sext (const poly_int<N, Ca> &a, unsigned int precision) function in namespace:wi
746 POLY_SET_COEFF (C, r, i, wi::sext (a.coeffs[i], precision));
  /src/external/gpl3/gcc.old/dist/gcc/
double-int.cc 720 return this->sext (prec);
741 double_int::sext (unsigned prec) const function in class:double_int
poly-int.h 810 /* Poly version of wi::sext, with the same interface. */
814 sext (const poly_int_pod<N, Ca> &a, unsigned int precision) function in namespace:wi
819 POLY_SET_COEFF (C, r, i, wi::sext (a.coeffs[i], precision));
wide-int.h 548 UNARY_FUNCTION sext (const T &, unsigned int);
2180 wi::sext (const T &x, unsigned int offset) function in class:wi
2231 return sgn == SIGNED ? sext (x, offset) : zext (x, offset);

Completed in 53 milliseconds