| /src/lib/libarch/sparc/v8/ |
| sparc_v8.S | 51 /*--- .udiv ---*/ 53 .global .udiv 54 .type .udiv,@function 55 .udiv: 59 udiv %o0, %o1, %o0 61 .size .udiv,.LLfe3-.udiv 83 udiv %o0, %o1, %g2
|
| /src/lib/libc/arch/vax/gen/ |
| Makefile.inc | 13 udiv.S urem.S \
|
| /src/sys/arch/sparc/stand/common/ |
| srt0.S | 218 .global .div, .udiv 221 .udiv:
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/ |
| udivmodsi4.S | 39 udiv r0, r3, r1 82 # error THUMB mode requires CLZ or UDIV
|
| udivsi3.S | 38 udiv r0, r0, r1 82 # error THUMB mode requires CLZ or UDIV
|
| umodsi3.S | 35 udiv r2, r0, r1 78 # error THUMB mode requires CLZ or UDIV
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/ |
| int128.d | 452 Cent udiv(Cent c1, Cent c2) 470 //printf("udiv c1(%llx,%llx) c2(%llx,%llx)\n", c1.lo, c1.hi, c2.lo, c2.hi); 897 assert(udiv(C10,C2) == C5); 902 assert(udiv(mul(C90_30, C2), C2) == C90_30); 903 assert(udiv(mul(C90_30, C2), C90_30) == C2); 927 assert(udiv(Cbig_1, Cbig_3) == Cb1udivb3);
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| APInt.cpp | 1148 x_new = (this->udiv(x_old) + x_old).udiv(two); 1165 APInt midpoint((nextSquare - square).udiv(two)); 1236 q1 = signedMin.udiv(anc); // initialize q1 = 2p/abs(nc) 1238 q2 = signedMin.udiv(ad); // initialize q2 = 2p/abs(d) 1281 q1 = signedMin.udiv(nc); // initialize q1 = 2p/nc 1283 q2 = signedMax.udiv(d); // initialize q2 = (2p-1)/d 1600 APInt APInt::udiv(const APInt &RHS) const { 1638 APInt APInt::udiv(uint64_t RHS) const { 1674 return (-(*this)).udiv(-RHS) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| APSInt.h | 127 *this = udiv(RHS); 138 return IsUnsigned ? APSInt(udiv(RHS), true) : APSInt(sdiv(RHS), false);
|
| /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/ |
| gcc-rtl.vim | 29 \ udiv umod and ior xor not ashift rotate ashiftrt
|
| /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/ |
| gcc-rtl.vim | 29 \ udiv umod and ior xor not ashift rotate ashiftrt
|
| /src/external/lgpl3/gmp/dist/mpn/sparc32/v8/supersparc/ |
| udiv.asm | 3 dnl udiv instruction.
|
| /src/external/lgpl3/gmp/dist/mpn/sparc32/v8/ |
| udiv.asm | 3 dnl udiv instruction.
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| ConstantRange.h | 405 ConstantRange udiv(const ConstantRange &Other) const;
|
| /src/external/lgpl3/gmp/dist/mpn/x86/k7/ |
| mod_1_1.asm | 161 jmp L(udiv) 168 L(udiv):
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/ |
| mod_1_1.asm | 158 jmp L(udiv) 165 L(udiv):
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/arm/ |
| srcs.mk | 189 udiv.asm mpn/arm/udiv.asm \
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/ |
| srcs.mk | 189 udiv.asm mpn/arm/udiv.asm \
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/ |
| srcs.mk | 199 udiv.asm mpn/pa32/hppa1_1/udiv.asm \
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/i386/ |
| srcs.mk | 193 udiv.asm mpn/x86/udiv.asm \
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/sparc/ |
| srcs.mk | 198 udiv.asm mpn/sparc32/udiv.asm \
|
| /src/external/apache2/llvm/dist/llvm/utils/vim/syntax/ |
| llvm.vim | 35 syn keyword llvmStatement store sub switch trunc udiv ueq uge ugt uitofp ule ult
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| KnownBits.h | 310 /// Compute known bits for udiv(LHS, RHS). 311 static KnownBits udiv(const KnownBits &LHS, const KnownBits &RHS);
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| BlockFrequencyInfo.cpp | 247 // udiv is an expensive operation in the general case. If this ends up being 250 BBFreq = BBFreq.udiv(OldFreq);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| double-int.h | 148 double_int udiv (double_int, unsigned) const;
|