Searched defs:Remainder (Results 1 - 6 of 6) sorted by relevance

/external/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl336 #define Remainder r22
580 sub Remainder = 0, OutPtr subroutine
587 and Remainder = 0x7, Remainder
589 cmp.eq pAligned, pUnaligned = Remainder, r0
595 (pUnaligned) add Remainder = -1, Remainder
596 (pAligned) sub Remainder = EndPtr, InPtr
603 mov.i ar.lc = Remainder
614 sub Remainder subroutine
708 sub Remainder = EndPtr, InPtr // Calculate subroutine
[all...]
/external/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp39 PHINode *Remainder; member in struct:__anon9152::DivPhiNodes
42 : Quotient(InQuotient), Remainder(InRemainder) {}
209 J->replaceAllUsesWith(Value.Remainder);
/external/dropbear/libtommath/
H A Dbn.tex1137 \section{Integer Division and Remainder}
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp764 unsigned Remainder = 0; local
779 Remainder = Imm;
820 if ((Hi = (Remainder >> 16) & 0xFFFF)) {
824 if ((Lo = Remainder & 0xFFFF)) {
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp212 const SCEV *&Remainder,
243 Remainder =
244 SE.getAddExpr(Remainder,
274 const SCEV *Remainder = SE.getConstant(SOp->getType(), 0); local
275 if (FactorOutConstant(SOp, Remainder, Factor, SE, TD) &&
276 Remainder->isZero()) {
295 if (!FactorOutConstant(Start, Remainder, Factor, SE, TD))
425 const SCEV *Remainder = SE.getConstant(Ty, 0); local
426 if (FactorOutConstant(Op, Remainder, ElSize, SE, SE.TD)) {
429 if (!Remainder
211 FactorOutConstant(const SCEV *&S, const SCEV *&Remainder, const SCEV *Factor, ScalarEvolution &SE, const TargetData *TD) argument
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3036 const SCEV *Remainder = CollectSubexprs(*I, C, Ops, L, SE, Depth+1); local
3037 if (Remainder)
3038 Ops.push_back(C ? SE.getMulExpr(C, Remainder) : Remainder);
3046 const SCEV *Remainder = CollectSubexprs(AR->getStart(), local
3050 if (Remainder && (AR->getLoop() == L || !isa<SCEVAddRecExpr>(Remainder))) {
3051 Ops.push_back(C ? SE.getMulExpr(C, Remainder) : Remainder);
3052 Remainder
3070 const SCEV *Remainder = local
3092 const SCEV *Remainder = CollectSubexprs(BaseReg, 0, AddOps, L, SE); local
[all...]

Completed in 920 milliseconds