| /src/usr.bin/xlint/lint1/ |
| tree.c | 54 int64_t smin; /* signed minimum */ member in struct:integer_constraints 231 c.smin = width < 64 ? 0 : INT64_MIN; 237 c.smin = -1 - (int64_t)(vbits >> 1); 252 int64_t ll = si_mult_sat(tp, a.smin, b.smin); 253 int64_t lu = si_mult_sat(tp, a.smin, b.smax); 254 int64_t ul = si_mult_sat(tp, a.smax, b.smin); 257 c.smin = s64_min(ll, s64_min(lu, s64_min(ul, uu))); 259 c.umin = c.smin >= 0 ? (uint64_t)c.smin : 0 [all...] |
| tree.c | 54 int64_t smin; /* signed minimum */ member in struct:integer_constraints 231 c.smin = width < 64 ? 0 : INT64_MIN; 237 c.smin = -1 - (int64_t)(vbits >> 1); 252 int64_t ll = si_mult_sat(tp, a.smin, b.smin); 253 int64_t lu = si_mult_sat(tp, a.smin, b.smax); 254 int64_t ul = si_mult_sat(tp, a.smax, b.smin); 257 c.smin = s64_min(ll, s64_min(lu, s64_min(ul, uu))); 259 c.umin = c.smin >= 0 ? (uint64_t)c.smin : 0 [all...] |
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| intprops.h | 473 signed, its type is ST with bounds SMIN..SMAX; otherwise its type 477 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ 479 ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ 482 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ 483 (overflow (a, b, smin, smax) \
|
| intprops.h | 473 signed, its type is ST with bounds SMIN..SMAX; otherwise its type 477 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ 479 ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ 482 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ 483 (overflow (a, b, smin, smax) \
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| intprops.h | 473 signed, its type is ST with bounds SMIN..SMAX; otherwise its type 477 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ 479 ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ 482 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ 483 (overflow (a, b, smin, smax) \
|
| intprops.h | 473 signed, its type is ST with bounds SMIN..SMAX; otherwise its type 477 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ 479 ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \ 482 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ 483 (overflow (a, b, smin, smax) \
|
| /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/ |
| gcc-rtl.vim | 30 \ lshiftrt rotatert smin smax umin umax pre_dec
|
| gcc-rtl.vim | 30 \ lshiftrt rotatert smin smax umin umax pre_dec
|
| /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/ |
| gcc-rtl.vim | 30 \ lshiftrt rotatert smin smax umin umax pre_dec
|
| gcc-rtl.vim | 30 \ lshiftrt rotatert smin smax umin umax pre_dec
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| ConstantRange.h | 396 ConstantRange smin(const ConstantRange &Other) const;
|
| ConstantRange.h | 396 ConstantRange smin(const ConstantRange &Other) const;
|
| IntrinsicInst.h | 65 case Intrinsic::smin: 476 case Intrinsic::smin: 497 case Intrinsic::smin:
|
| IntrinsicInst.h | 65 case Intrinsic::smin: 476 case Intrinsic::smin: 497 case Intrinsic::smin:
|
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| ConstantRange.cpp | 116 APInt SMin(CR.getSignedMin()); 117 if (SMin.isMaxSignedValue()) 119 return ConstantRange(std::move(SMin) + 1, APInt::getSignedMinValue(W)); 255 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); 257 SMin.isNegative() ? SignedMinVal - SMin : SignedMinVal, 266 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); 269 SMin.isNegative() ? SignedMinVal + SMin : SignedMinVal); 676 APInt SMin = APInt::getSignedMinValue(BW).sextOrSelf(ResultBitWidth) [all...] |
| ConstantRange.cpp | 116 APInt SMin(CR.getSignedMin()); 117 if (SMin.isMaxSignedValue()) 119 return ConstantRange(std::move(SMin) + 1, APInt::getSignedMinValue(W)); 255 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); 257 SMin.isNegative() ? SignedMinVal - SMin : SignedMinVal, 266 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); 269 SMin.isNegative() ? SignedMinVal + SMin : SignedMinVal); 676 APInt SMin = APInt::getSignedMinValue(BW).sextOrSelf(ResultBitWidth) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| KnownBits.h | 328 /// Compute known bits for smin(LHS, RHS). 329 static KnownBits smin(const KnownBits &LHS, const KnownBits &RHS);
|
| KnownBits.h | 328 /// Compute known bits for smin(LHS, RHS). 329 static KnownBits smin(const KnownBits &LHS, const KnownBits &RHS);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| MVELaneInterleavingPass.cpp | 203 case Intrinsic::smin:
|
| MVELaneInterleavingPass.cpp | 203 case Intrinsic::smin:
|
| /src/external/gpl3/gcc/dist/gcc/ |
| double-int.h | 187 double_int smin (double_int b);
|
| double-int.h | 187 double_int smin (double_int b);
|
| gimple-ssa-warn-restrict.cc | 957 return wi::smin (p[1], q[1]) - q[0]; 1260 acs.ovloff[0] = wi::smin (maxobjsize, srcref->offrange[0]).to_shwi (); 1262 acs.ovloff[0] = wi::smin (maxobjsize, endoff).to_shwi (); 1272 = wi::smin (maxobjsize, 1277 = wi::smin (maxobjsize,
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| double-int.h | 187 double_int smin (double_int b);
|
| double-int.h | 187 double_int smin (double_int b);
|