| /netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| H A D | iterators.md | 89 (define_code_iterator sumin [smin umin]) 91 (define_code_iterator sumin_max [smax umax smin umin]) 112 [(plus "add") (minus "sub") (smax "smax") (umax "umax") (smin "smin") (umin "umin")])
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| H A D | iterators.md | 89 (define_code_iterator sumin [smin umin]) 91 (define_code_iterator sumin_max [smax umax smin umin]) 112 [(plus "add") (minus "sub") (smax "smax") (umax "umax") (smin "smin") (umin "umin")])
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/cris/ |
| H A D | predicates.md | 24 (match_code "plus, minus, ior, and, umin")) 27 (match_code "plus, ior, and, umin")) 34 (match_code "plus, minus, umin")) 43 (match_code "plus, umin"))
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 865 case Intrinsic::umin: in isIntrinsicSupported() 887 case Intrinsic::umin: in intrinsic() 888 return Ops[0].umin(Ops[1]); in intrinsic() 1101 ConstantRange::umin(const ConstantRange &Other) const { in umin() function in ConstantRange 1106 APInt NewL = APIntOps::umin(getUnsignedMin(), Other.getUnsignedMin()); in umin() 1107 APInt NewU = APIntOps::umin(getUnsignedMax(), Other.getUnsignedMax()) + 1; in umin() 1229 APInt Upper = APIntOps::umin(getUnsignedMax(), RHS.getUnsignedMax() - 1) + 1; in urem() 1256 APInt Upper = APIntOps::umin(MaxLHS, MaxAbsRHS - 1) + 1; in srem() 1271 APInt Upper = APIntOps::umin(MaxLHS, MaxAbsRHS - 1) + 1; in srem() 1290 APInt umin = APIntOps::umin(Other.getUnsignedMax(), getUnsignedMax()); in binaryAnd() local [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/cris/ |
| H A D | predicates.md | 24 (match_code "plus, minus, ior, and, umin")) 27 (match_code "plus, ior, and, umin")) 34 (match_code "plus, minus, umin")) 43 (match_code "plus, umin"))
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| H A D | bitmanip.md | 22 (define_code_iterator bitmanip_minmax [smin umin smax umax]) 28 (umin "umin") 37 (umin "minu")
|
| /netbsd-src/usr.bin/xlint/lint1/ |
| H A D | tree.c | 56 uint64_t umin; /* unsigned minimum */ member 212 c.umin = 0; 218 c.umin = 0; in ic_shl() 238 c.umin = c.smin >= 0 ? (uint64_t)c.smin : 0; in ic_shr() 249 c.umin = a.umin * b.umin; in ic_shr() 267 c.umin = a.umin / u64_max(b.umax, 1); in ic_cond() 268 c.umax = a.umax / u64_max(b.umin, in ic_cond() [all...] |
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | vec-common.md | 160 (define_expand "umin<mode>3" 162 (umin:VINTW (match_operand:VINTW 1 "s_register_operand")
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | iterators.md | 1540 ;; Map smax to smin and umax to umin. 1541 (define_code_attr max_opp [(smax "smin") (umax "umin")]) 1752 (define_code_iterator MAXMIN [smax smin umax umin]) 1801 (define_code_iterator SVE_INT_BINARY [plus minus mult smax umax smin umin 1813 (define_code_iterator SVE_INT_BINARY_IMM [mult smax smin umax umin]) 1858 (umin "umin") 1945 (smin "s") (umin "u")]) 1978 (umin "min")]) 2014 (umin "umin") 2040 (umin "umin") [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimple-ssa-warn-restrict.c | 850 offset_int bound = wi::umin (srcref->basesize, bounds[1]); in builtin_access() 1328 acs.dstoff[1] = wi::umin (acs.dstoff[1], wi::to_offset (size)); in overlap() 1330 acs.dstoff[1] = wi::umin (acs.dstoff[1], maxobjsize); in overlap() 1344 acs.srcoff[1] = wi::umin (acs.srcoff[1], wi::to_offset (size)); in overlap() 1346 acs.srcoff[1] = wi::umin (acs.srcoff[1], maxobjsize); in overlap()
|
| H A D | double-int.h | 188 double_int umin (double_int b);
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/ |
| H A D | gcc-rtl.vim | 30 \ lshiftrt rotatert smin smax umin umax pre_dec
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/ |
| H A D | gcc-rtl.vim | 30 \ lshiftrt rotatert smin smax umin umax pre_dec
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | ConstantRange.h | 400 ConstantRange umin(const ConstantRange &Other) const;
|
| H A D | IntrinsicInst.h | 67 case Intrinsic::umin: in isCommutative() 474 case Intrinsic::umin: in classof() 493 case Intrinsic::umin: in getPredicate()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | iterators.md | 1953 ;; Map smax to smin and umax to umin. 1954 (define_code_attr max_opp [(smax "smin") (umax "umin")]) 2168 (define_code_iterator MAXMIN [smax smin umax umin]) 2220 (define_code_iterator SVE_INT_BINARY [plus minus mult smax umax smin umin 2232 (define_code_iterator SVE_INT_BINARY_IMM [mult smax smin umax umin]) 2277 (umin "umin") 2370 (smin "s") (umin "u") 2404 (umin "min")]) 2440 (umin "umin") 2466 (umin "umin") [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/ |
| H A D | predicates.md | 174 (match_code "and,ior,xor,ashift,lshiftrt,ashiftrt,smin,smax,umin,umax"))
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
| H A D | predicates.md | 174 (match_code "and,ior,xor,ashift,lshiftrt,ashiftrt,smin,smax,umin,umax"))
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | KnownBits.h | 323 static KnownBits umin(const KnownBits &LHS, const KnownBits &RHS);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | double-int.h | 188 double_int umin (double_int b);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | MVELaneInterleavingPass.cpp | 205 case Intrinsic::umin: in tryInterleave()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pru/ |
| H A D | alu-zext.md | 42 (define_code_iterator ALUOP3 [plus minus and ior xor umin umax ashift lshiftrt])
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/vim/syntax/ |
| H A D | llvm.vim | 36 syn keyword llvmStatement umax umin une uno unreachable unwind urem va_arg
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | vec-common.md | 119 (define_expand "umin<mode>3" 121 (umin:VINTW (match_operand:VINTW 1 "s_register_operand")
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/pru/ |
| H A D | alu-zext.md | 46 (define_code_iterator ALUOP3 [plus minus and ior xor umin umax ashift lshiftrt])
|