Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/sim/testsuite/common/
H A Dbits-tst.c178 long long sext = calc (sexted, mask, -1, col); in check_sext() local
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/common/
H A Dbits-tst.c178 long long sext = calc (sexted, mask, -1, col); in check_sext() local
/netbsd/external/gpl3/gdb/dist/gprof/
H A Dgmon_io.c92 int sext; in gmon_get_ptr_signedness() local
/netbsd/external/gpl3/binutils/dist/gprof/
H A Dgmon_io.c90 int sext; in gmon_get_ptr_signedness() local
/netbsd/external/gpl3/binutils.old/dist/gprof/
H A Dgmon_io.c92 int sext; in gmon_get_ptr_signedness() local
/netbsd/external/gpl3/gdb.old/dist/gprof/
H A Dgmon_io.c92 int sext; in gmon_get_ptr_signedness() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DKnownBits.h169 KnownBits sext(unsigned BitWidth) const { in sext() function
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DAMDGPUModifierSyntax.rst1401 sext subsection
/netbsd/external/gpl3/gcc/dist/gcc/
H A Ddouble-int.c741 double_int::sext (unsigned prec) const in sext() function
H A Ddouble-int.cc741 double_int::sext (unsigned prec) const in sext() function in double_int
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Ddouble-int.c741 double_int::sext (unsigned prec) const in sext() function
/netbsd/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