| /src/crypto/external/apache2/openssl/dist/crypto/modes/asm/ |
| ghash-x86_64.pl | 145 sub LB() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1l/ or 166 mov `&LB("$Zlo")`,`&LB("$nlo")` 167 mov `&LB("$Zlo")`,`&LB("$nhi")` 168 shl \$4,`&LB("$nlo")` 172 and \$0xf0,`&LB("$nhi")` 181 mov ($inp,$cnt),`&LB("$nlo")` 186 mov `&LB("$nlo")`,`&LB("$nhi") [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/modes/asm/ |
| ghash-x86_64.pl | 145 sub LB() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1l/ or 166 mov `&LB("$Zlo")`,`&LB("$nlo")` 167 mov `&LB("$Zlo")`,`&LB("$nhi")` 168 shl \$4,`&LB("$nlo")` 172 and \$0xf0,`&LB("$nhi")` 181 mov ($inp,$cnt),`&LB("$nlo")` 186 mov `&LB("$nlo")`,`&LB("$nhi") [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/modes/asm/ |
| ghash-x86_64.pl | 143 sub LB() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1l/ or 164 mov `&LB("$Zlo")`,`&LB("$nlo")` 165 mov `&LB("$Zlo")`,`&LB("$nhi")` 166 shl \$4,`&LB("$nlo")` 170 and \$0xf0,`&LB("$nhi")` 179 mov ($inp,$cnt),`&LB("$nlo")` 184 mov `&LB("$nlo")`,`&LB("$nhi") [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| DIBuilder.cpp | 658 auto *LB = ConstantAsMetadata::get( 662 return DISubrange::get(VMContext, CountNode, LB, nullptr, nullptr); 666 auto *LB = ConstantAsMetadata::get( 668 return DISubrange::get(VMContext, CountNode, LB, nullptr, nullptr); 671 DISubrange *DIBuilder::getOrCreateSubrange(Metadata *CountNode, Metadata *LB, 673 return DISubrange::get(VMContext, CountNode, LB, UB, Stride); 677 DIGenericSubrange::BoundType CountNode, DIGenericSubrange::BoundType LB, 684 ConvToMetadata(LB), ConvToMetadata(UB),
|
| DebugInfoMetadata.cpp | 244 if (auto *LB = dyn_cast<DILexicalBlockBase>(this)) 245 return LB->getScope(); 346 auto *LB = ConstantAsMetadata::get( 348 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, 355 auto *LB = ConstantAsMetadata::get( 357 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, 362 Metadata *LB, Metadata *UB, Metadata *Stride, 364 DEFINE_GETIMPL_LOOKUP(DISubrange, (CountNode, LB, UB, Stride)); 365 Metadata *Ops[] = {CountNode, LB, UB, Stride}; 391 Metadata *LB = getRawLowerBound() [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonSplitDouble.cpp | 478 const MachineBasicBlock *LB = L->getLoopLatch(); 479 if (!HB || !LB) 485 MachineBasicBlock *TmpLB = const_cast<MachineBasicBlock*>(LB);
|
| HexagonCommonGEP.cpp | 823 BasicBlock *LB = recalculatePlacement(Node, NCM, Loc); 825 return LB; 847 BasicBlock *LB = L->getLoopLatch(); 851 if (LB && DT->dominates(B, LB))
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGOpenMPRuntime.h | 1102 llvm::Value *LB = nullptr; 1109 DispatchRTInput(llvm::Value *LB, llvm::Value *UB, llvm::Value *Chunk) 1110 : LB(LB), UB(UB), Chunk(Chunk) {} 1120 /// bounds \a LB and \a UB and stride \a ST. 1150 Address LB = Address::invalid(); 1161 Address LB, Address UB, Address ST, 1163 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB), 1173 /// bounds LB and UB and stride ST [all...] |
| CGStmtOpenMP.cpp | 2612 // IV = LB 2619 LoopArgs.LB, LoopArgs.UB, LoopArgs.ST); 2636 // Emit "IV = LB" (in case of static schedule, we have already calculated new 2637 // LB for loop condition and emitted it above). 2680 // Emit "LB = LB + Stride", "UB = UB + Stride". 2747 // while(__kmpc_dispatch_next(&LB, &UB)) { 2748 // idx = LB; 2759 // while(UB = min(UB, GlobalUB), idx = LB, idx < UB) { 2761 // LB = LB + ST [all...] |
| CodeGenFunction.h | 309 CodeGenFunction &, const OMPExecutableDirective &S, Address LB, 3617 Address LB = Address::invalid(); 3634 /// Update of LB after a whole chunk has been executed 3639 OMPLoopArguments(Address LB, Address UB, Address ST, Address IL, 3644 : LB(LB), UB(UB), ST(ST), IL(IL), Chunk(Chunk), EUB(EUB),
|
| CGOpenMPRuntime.cpp | 2752 DispatchValues.LB, // Lower 2800 Values.LB.getPointer(), // &LB 2880 Address LB, Address UB, 2890 LB.getPointer(), // &Lower 3497 // kmp_uint64 lb; 3554 /// tt->task_data.lb, tt->task_data.ub, tt->task_data.st, tt->task_data.liter, 3591 // tt->task_data.lb, tt->task_data.ub, tt->task_data.st, tt->task_data.liter, 5239 // if_val, kmp_uint64 *lb, kmp_uint64 *ub, kmp_int64 st, int nogroup, int 7200 Address LB = Address::invalid() [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| pass1.h | 628 #define LB (MAXOP+7)
|
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| pass1.h | 575 #define LB (MAXOP+7)
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| StmtOpenMP.h | 704 Expr *LB; 755 Expr *LB; 828 LB = nullptr; 858 DistCombinedFields.LB = nullptr; 1109 void setLowerBoundVariable(Expr *LB) { 1114 Data->getChildren()[LowerBoundVariableOffset] = LB;
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| ExprConstant.cpp | 592 auto LB = Temporaries.lower_bound(KV); 593 if (LB != Temporaries.end() && LB->first == KV) 594 return &LB->second; 597 assert((LB == Temporaries.end() || LB->first.first != Key) && 598 (LB == Temporaries.begin() || std::prev(LB)->first.first != Key) &&
|
| /src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
| OMPIRBuilder.cpp | 950 Value *LB = ConstantInt::get(I32Ty, 0); 954 Loc, LoopBodyGenCB, LB, UB, ST, true, false, AllocaIP, "section_loop"); 1193 // UB < LB. 1197 // Ensure that increment is positive. If not, negate and invert LB and UB. 1200 Value *LB = Builder.CreateSelect(IsNeg, Stop, Start); 1202 Span = Builder.CreateSub(UB, LB, "", false, true); 1204 InclusiveStop ? CmpInst::ICMP_SLT : CmpInst::ICMP_SLE, UB, LB); 1456 Builder.CreateSub(Builder.CreateLoad(IVTy, PLowerBound), One, "lb");
|
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| bfin-sim.c | 614 bu64 LB, IM, IML; 630 LB = l + b; 631 lb32 = LB; 646 if ((IM & car) == (LB & car)) 666 bu64 LB, IM, IML; 682 LB = l + b; 683 lb32 = LB; 689 if (!!((i & msb) && (IM & car)) == !!(LB & car))
|
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| bfin-sim.c | 614 bu64 LB, IM, IML; 630 LB = l + b; 631 lb32 = LB; 646 if ((IM & car) == (LB & car)) 666 bu64 LB, IM, IML; 682 LB = l + b; 683 lb32 = LB; 689 if (!!((i & msb) && (IM & car)) == !!(LB & car))
|