Home
last modified time | relevance | path

Searched defs:sext (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dgmon_io.c90 int sext; in gmon_get_ptr_signedness() local
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dgmon_io.c90 int sext; in gmon_get_ptr_signedness() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DKnownBits.h169 KnownBits sext(unsigned BitWidth) const { in sext() function
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DAMDGPUModifierSyntax.rst1401 sext subsection
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddouble-int.cc741 double_int::sext (unsigned prec) const in sext() function in double_int
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddouble-int.c741 double_int::sext (unsigned prec) const in sext() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp807 int64_t sext = SignExtend64(getWord(0), BitWidth); in roundToDouble() local
906 APInt APInt::sext(unsigned Width) const { in sext() function in APInt