Home
last modified time | relevance | path

Searched refs:LB (Results 1 – 25 of 49) sorted by relevance

12

/NextBSD/crypto/openssl/crypto/rc4/asm/
HDrc4-586.pl77 &add (&LB($yy),&LB($tx));
82 &inc (&LB($xx));
105 &add (&LB($yy),&LB($tx));
115 &add (&LB($ty),&LB($tx));
131 &add (&LB($yy),&LB($tx));
138 &movz ($xx,&LB($xx)); # (*)
139 &movz ($ty,&LB($ty)); # (*)
168 &mov (&LB($xx),&BP(0,$dat)); # load key->x
169 &mov (&LB($yy),&BP(4,$dat)); # load key->y
176 &inc (&LB($xx));
[all …]
/NextBSD/crypto/openssl/crypto/modes/asm/
HDghash-x86.pl166 &mov (&LB($rem),&LB($Zll));
168 &and (&LB($rem),0xf);
174 &mov (&LB($rem),&BP($off,"esp",$cnt));
176 &and (&LB($rem),0xf0);
178 &shl (&LB($rem),4);
197 &mov (&LB($rem),&LB($Zll));
199 &and (&LB($rem),0xf);
206 &mov (&LB($rem),&BP($off+15-($i>>1),"esp"));
207 &and (&LB($rem),0xf0);
209 &mov (&LB($rem),&BP($off+15-($i>>1),"esp"));
[all …]
HDghash-x86_64.pl132 sub LB() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1l/ or subroutine
152 mov `&LB("$Zlo")`,`&LB("$nlo")`
153 mov `&LB("$Zlo")`,`&LB("$nhi")`
154 shl \$4,`&LB("$nlo")`
158 and \$0xf0,`&LB("$nhi")`
167 mov ($inp,$cnt),`&LB("$nlo")`
172 mov `&LB("$nlo")`,`&LB("$nhi")`
175 shl \$4,`&LB("$nlo")`
187 and \$0xf0,`&LB("$nhi")`
202 and \$0xf0,`&LB("$nhi")`
[all …]
/NextBSD/crypto/openssl/crypto/
HDx86cpuid.pl32 &setne (&LB("eax"));
35 &setne (&LB("eax"));
38 &setne (&LB("eax"));
43 &setne (&LB("eax"));
46 &setne (&LB("eax"));
49 &setne (&LB("eax"));
68 &movz ("esi",&LB("ecx")); # number of cores - 1
126 &cmp (&LB("ebx"),1);
/NextBSD/crypto/openssl/crypto/des/asm/
HDcrypt586.pl107 &movb( &LB($tmp1), &LB($u) );
108 &movb( &LB($tmp2), &HB($u) );
112 &movb( &LB($tmp1), &LB($t) );
114 &movb( &LB($tmp2), &HB($t) );
117 &movb( &LB($tmp1), &HB($u) );
120 &movb( &LB($tmp2), &HB($t) );
HDdes-586.pl216 &movb( &LB($tmp1), &LB($u) );
217 &movb( &LB($tmp2), &HB($u) );
220 &movb( &LB($tmp1), &LB($t) );
222 &movb( &LB($tmp2), &HB($t) );
225 &movb( &LB($tmp1), &HB($u) );
228 &movb( &LB($tmp2), &HB($t) );
/NextBSD/crypto/openssl/crypto/bf/asm/
HDbf-686.pl98 &movb( &LB($tmp1), &HB($R));
99 &movb( &LB($tmp2), &LB($R));
107 &movb( &LB($tmp1), &HB($R));
108 &movb( &LB($tmp2), &LB($R));
HDbf-586.pl105 &movb( &LB($tmp1), &HB($tmp2)); # A
108 &movb( &LB($tmp3), &HB($tmp4)); # C
/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDsmmintrin.h416 #define _mm_cmpestrm(A, LA, B, LB, M) \ argument
417 __builtin_ia32_pcmpestrm128((A), (LA), (B), (LB), (M))
418 #define _mm_cmpestri(A, LA, B, LB, M) \ argument
419 __builtin_ia32_pcmpestri128((A), (LA), (B), (LB), (M))
433 #define _mm_cmpestra(A, LA, B, LB, M) \ argument
434 __builtin_ia32_pcmpestria128((A), (LA), (B), (LB), (M))
435 #define _mm_cmpestrc(A, LA, B, LB, M) \ argument
436 __builtin_ia32_pcmpestric128((A), (LA), (B), (LB), (M))
437 #define _mm_cmpestro(A, LA, B, LB, M) \ argument
438 __builtin_ia32_pcmpestrio128((A), (LA), (B), (LB), (M))
[all …]
/NextBSD/crypto/openssl/crypto/whrlpool/asm/
HDwp-mmx.pl121 &movz ("ecx",&LB("eax"));
127 &movz ("ecx",&LB("eax"));
134 &movz ("ecx",&LB("ebx"));
141 &movz ("ecx",&LB("ebx"));
148 &movz ("ecx",&LB("eax"));
161 &movz ("ecx",&LB("eax"));
168 &movz ("ecx",&LB("ebx"));
175 &movz ("ecx",&LB("ebx"));
182 &movz ("ecx",&LB("eax"));
/NextBSD/crypto/openssl/crypto/rc5/asm/
HDrc5-586.pl58 &rotl($A, &LB("ecx"));
64 &rotl($B, &LB("ecx"));
85 &rotr($B, &LB("ecx"));
91 &rotr($A, &LB("ecx"));
/NextBSD/crypto/openssl/crypto/perlasm/
HDcbc.pl166 &movb(&LB("edx"), &BP(4,$in,"",0));
176 &movb(&LB("ecx"), &BP(0,$in,"",0));
284 &movb(&BP(6,$out,"",0), &LB("edx"));
289 &movb(&BP(4,$out,"",0), &LB("edx"));
295 &movb(&BP(2,$out,"",0), &LB("ecx"));
300 &movb(&BP(0,$in,"",0), &LB("ecx"));
HDx86asm.pl36 sub ::LB
53 &xchg(&HB(@_),&LB(@_));
55 &xchg(&HB(@_),&LB(@_));
/NextBSD/crypto/openssl/crypto/aes/asm/
HDaes-586.pl305 &movz ($v0,&LB($s0)); # 3, 2, 1, 0*
318 &movz ($v0,&LB($s1)); # 7, 6, 5, 4*
321 &movz ($v0,&LB($s3)); # 13,12,15,14*
326 &movz ($v0,&LB($s2)); # 8,11,10, 9*
331 &movz ($v0,&LB($s0)); # 1, 0, 3, 2*
342 &movz ($v0,&LB($s2)); # -, -, 8,11*
347 &movz ($v0,&LB($s3)); # 13,12, 7, 6*
361 &movz ($acc,&LB("eax")); # 0
368 &movz ($acc,&LB("ebx")); # 10
382 &movz ($acc,&LB("eax")); # 4
[all …]
/NextBSD/crypto/openssl/crypto/cast/asm/
HDcast-586.pl140 &rotl( $tmp4, &LB($tmp1));
146 &movb( &LB($tmp1), &HB($tmp4)); # A
153 &movb( &LB($tmp1), &HB($tmp4)); # A # BAD BAD BAD
159 &movb( &LB($tmp3), &HB($tmp4)); # C # BAD BAD BAD
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineTraceMetrics.cpp424 LoopBounds &LB; member in llvm::po_iterator_storage
426 po_iterator_storage(LoopBounds &lb) : LB(lb) {} in po_iterator_storage()
431 MachineTraceMetrics::TraceBlockInfo &TBI = LB.Blocks[To->getNumber()]; in insertEdge()
432 if (LB.Downward ? TBI.hasValidHeight() : TBI.hasValidDepth()) in insertEdge()
436 if (const MachineLoop *FromLoop = LB.Loops->getLoopFor(From)) { in insertEdge()
438 if ((LB.Downward ? To : From) == FromLoop->getHeader()) in insertEdge()
441 if (isExitingLoop(FromLoop, LB.Loops->getLoopFor(To))) in insertEdge()
447 return LB.Visited.insert(To).second; in insertEdge()
/NextBSD/contrib/groff/contrib/pdfmark/
HDChangeLog60 * pdfmark.tmac (LB): Renamed to ...
61 (PDFLB): This to avoid conflicts with mm's LB macro.
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGOpenMPRuntime.h503 llvm::Value *LB, llvm::Value *UB, llvm::Value *ST,
542 llvm::Value *IL, llvm::Value *LB,
HDCGStmtOpenMP.cpp852 bool Ordered, llvm::Value *LB, in EmitOMPForOuterLoop() argument
919 *this, S.getLocStart(), ScheduleKind, IVSize, IVSigned, Ordered, IL, LB, in EmitOMPForOuterLoop()
941 IL, LB, UB, ST); in EmitOMPForOuterLoop()
1090 LValue LB = in EmitOMPWorksharingLoop() local
1135 Ordered, IL.getAddress(), LB.getAddress(), in EmitOMPWorksharingLoop()
1157 LB.getAddress(), UB.getAddress(), ST.getAddress(), in EmitOMPWorksharingLoop()
1225 LValue LB = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.lb.", in EmitSections() local
1291 LB.getAddress(), UB.getAddress(), ST.getAddress()); in EmitSections()
1298 CGF.EmitStoreOfScalar(CGF.EmitLoadOfScalar(LB, S.getLocStart()), IV); in EmitSections()
/NextBSD/crypto/openssl/crypto/sha/asm/
HDsha512-586.pl277 &mov (&LB("edx"),&BP(0,$K512)); # pre-fetch LSB of *K
708 &cmp (&LB("edx"),0x94);
796 &cmp (&LB("edx"),0x17);
/NextBSD/contrib/llvm/lib/IR/
HDDebugInfo.cpp202 if (auto *LB = dyn_cast<DILexicalBlockBase>(Scope)) { in processScope() local
203 processScope(LB->getScope()); in processScope()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp2200 Expr *LB; member in __anona5ec887d0a11::OpenMPIterationSpaceChecker
2221 LB(nullptr), UB(nullptr), Step(nullptr), TestIsLessOp(false), in OpenMPIterationSpaceChecker()
2272 assert(!LB && !UB && !Step); in Dependent()
2275 return Var->getType()->isDependentType() || (LB && LB->isValueDependent()) || in Dependent()
2299 assert(Var == nullptr && LB == nullptr && VarRef == nullptr && in SetVarAndLB()
2311 LB = NewLB; in SetVarAndLB()
2319 assert(Var != nullptr && LB != nullptr && UB == nullptr && Step == nullptr && in SetUB()
2333 assert(Var != nullptr && LB != nullptr && Step == nullptr); in SetStep()
2664 auto *UBExpr = TestIsLessOp ? UB : LB; in BuildNumIterations()
2665 auto *LBExpr = TestIsLessOp ? LB : UB; in BuildNumIterations()
[all …]
/NextBSD/contrib/gcc/config/mips/
HDt-vr112 E[LB]/march=vr4300
/NextBSD/contrib/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsNaClELFStreamer.cpp212 case Mips::LB: in isBasePlusOffsetMemoryAccess()
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonCommonGEP.cpp832 BasicBlock *LB = recalculatePlacement(Node, NCM, Loc); in recalculatePlacementRec() local
834 return LB; in recalculatePlacementRec()
859 BasicBlock *LB = L->getLoopLatch(); in isInMainPath() local
863 if (LB && DT->dominates(B, LB)) in isInMainPath()

12