Searched refs:LB (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-12-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-586.pl88 &add (&LB($yy),&LB($tx));
93 &inc (&LB($xx));
116 &add (&LB($yy),&LB($tx));
126 &add (&LB($ty),&LB($tx));
142 &add (&LB($yy),&LB($tx));
149 &movz ($xx,&LB(
[all...]
/freebsd-12-stable/crypto/openssl/crypto/rc5/asm/
H A Drc5-586.pl70 &rotl($A, &LB("ecx"));
76 &rotl($B, &LB("ecx"));
97 &rotr($B, &LB("ecx"));
103 &rotr($A, &LB("ecx"));
/freebsd-12-stable/crypto/openssl/crypto/des/asm/
H A Dcrypt586.pl115 &movb( &LB($tmp1), &LB($u) );
116 &movb( &LB($tmp2), &HB($u) );
120 &movb( &LB($tmp1), &LB($t) );
122 &movb( &LB($tmp2), &HB($t) );
125 &movb( &LB($tmp1), &HB($u) );
128 &movb( &LB($tmp2), &HB($t) );
H A Ddes-586.pl226 &movb( &LB($tmp1), &LB($u) );
227 &movb( &LB($tmp2), &HB($u) );
230 &movb( &LB($tmp1), &LB($t) );
232 &movb( &LB($tmp2), &HB($t) );
235 &movb( &LB($tmp1), &HB($u) );
238 &movb( &LB($tmp2), &HB($t) );
/freebsd-12-stable/crypto/openssl/crypto/
H A Dx86cpuid.pl42 &setne (&LB("eax"));
45 &setne (&LB("eax"));
48 &setne (&LB("eax"));
53 &setne (&LB("eax"));
56 &setne (&LB("eax"));
59 &setne (&LB("eax"));
78 &movz ("esi",&LB("ecx")); # number of cores - 1
126 &cmp (&LB("ebx"),1);
/freebsd-12-stable/crypto/openssl/crypto/perlasm/
H A Dcbc.pl173 &movb(&LB("edx"), &BP(4,$in,"",0));
183 &movb(&LB("ecx"), &BP(0,$in,"",0));
291 &movb(&BP(6,$out,"",0), &LB("edx"));
296 &movb(&BP(4,$out,"",0), &LB("edx"));
302 &movb(&BP(2,$out,"",0), &LB("ecx"));
307 &movb(&BP(0,$in,"",0), &LB("ecx"));
H A Dx86asm.pl43 sub ::LB
60 &xchg(&HB(@_),&LB(@_));
62 &xchg(&HB(@_),&LB(@_));
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dsmmintrin.h1692 /// __m128i _mm_cmpestrm(__m128i A, int LA, __m128i B, int LB, const int M);
1706 /// \param LB
1740 #define _mm_cmpestrm(A, LA, B, LB, M) \
1742 (__v16qi)(__m128i)(B), (int)(LB), \
1753 /// int _mm_cmpestri(__m128i A, int LA, __m128i B, int LB, const int M);
1767 /// \param LB
1799 #define _mm_cmpestri(A, LA, B, LB, M) \
1801 (__v16qi)(__m128i)(B), (int)(LB), \
2060 /// int _mm_cmpestra(__m128i A, int LA, __m128i B, int LB, const int M);
2074 /// \param LB
[all...]
/freebsd-12-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-x86.pl176 &mov (&LB($rem),&LB($Zll));
178 &and (&LB($rem),0xf);
184 &mov (&LB($rem),&BP($off,"esp",$cnt));
186 &and (&LB($rem),0xf0);
188 &shl (&LB($rem),4);
207 &mov (&LB($rem),&LB($Zll));
209 &and (&LB($rem),0xf);
216 &mov (&LB(
[all...]
H A Dghash-x86_64.pl143 sub LB() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1l/ or subroutine
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("
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp123 MachineBasicBlock *HB = L->getHeader(), *LB = L->getLoopLatch();
129 if (P == LB)
H A DMachineTraceMetrics.cpp445 LoopBounds &LB;
448 po_iterator_storage(LoopBounds &lb) : LB(lb) {}
455 MachineTraceMetrics::TraceBlockInfo &TBI = LB.Blocks[To->getNumber()];
456 if (LB.Downward ? TBI.hasValidHeight() : TBI.hasValidDepth())
460 if (const MachineLoop *FromLoop = LB.Loops->getLoopFor(*From)) {
462 if ((LB.Downward ? To : *From) == FromLoop->getHeader())
465 if (isExitingLoop(FromLoop, LB.Loops->getLoopFor(To)))
471 return LB.Visited.insert(To).second;
/freebsd-12-stable/crypto/openssl/crypto/bf/asm/
H A Dbf-586.pl117 &movb( &LB($tmp1), &HB($tmp2)); # A
120 &movb( &LB($tmp3), &HB($tmp4)); # C
/freebsd-12-stable/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl155 &rotl( $tmp4, &LB($tmp1));
161 &movb( &LB($tmp1), &HB($tmp4)); # A
168 &movb( &LB($tmp1), &HB($tmp4)); # A # BAD BAD BAD
174 &movb( &LB($tmp3), &HB($tmp4)); # C # BAD BAD BAD
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp119 Optional<uint64_t> LB;
124 LB = L->getAsUnsignedConstant();
134 if (LB && *LB == *DefaultLB)
135 LB = None;
136 if (!LB && !Count && !UB)
138 else if (!LB && (Count || UB) && DefaultLB)
142 if (LB)
143 OS << *LB;
148 if (LB)
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp669 uint32_t LB = getScoreLB(T); local
674 OS << " VM_CNT(" << UB - LB << "): ";
677 OS << " LGKM_CNT(" << UB - LB << "): ";
680 OS << " EXP_CNT(" << UB - LB << "): ";
683 OS << " VS_CNT(" << UB - LB << "): ";
686 OS << " UNKNOWN(" << UB - LB << "): ";
690 if (LB < UB) {
694 if (RegScore <= LB)
696 uint32_t RelScore = RegScore - LB - 1;
707 if (RegScore <= LB)
730 const uint32_t LB = getScoreLB(T); local
743 const uint32_t LB = getScoreLB(T); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1026 llvm::Value *LB = nullptr; member in struct:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::DispatchRTInput
1033 DispatchRTInput(llvm::Value *LB, llvm::Value *UB, llvm::Value *Chunk) argument
1034 : LB(LB), UB(UB), Chunk(Chunk) {}
1044 /// bounds \a LB and \a UB and stride \a ST.
1074 Address LB = Address::invalid(); member in struct:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::StaticRTInput
1085 Address LB, Address UB, Address ST,
1087 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB),
1097 /// bounds LB an
1084 StaticRTInput(unsigned IVSize, bool IVSigned, bool Ordered, Address IL, Address LB, Address UB, Address ST, llvm::Value *Chunk = nullptr) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp252 Dir->setLowerBoundVariable(Exprs.LB);
305 Dir->setLowerBoundVariable(Exprs.LB);
471 Dir->setLowerBoundVariable(Exprs.LB);
523 Dir->setLowerBoundVariable(Exprs.LB);
890 Dir->setLowerBoundVariable(Exprs.LB);
1035 Dir->setLowerBoundVariable(Exprs.LB);
1087 Dir->setLowerBoundVariable(Exprs.LB);
1138 Dir->setLowerBoundVariable(Exprs.LB);
1191 Dir->setLowerBoundVariable(Exprs.LB);
1245 Dir->setLowerBoundVariable(Exprs.LB);
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1257 unsigned LB, LE;
1258 if (isLossyShiftLeft(MI, OpN, LB, LE) || isLossyShiftRight(MI, OpN, LB, LE)) {
1266 assert(LB <= LE && LB < Width && LE <= Width);
1267 T.reset(Begin+LB, Begin+LE);
2907 MachineBasicBlock *eb) : LB(lb), PB(pb), EB(eb) {}
2909 MachineBasicBlock *LB, *PB, *EB;
2921 MachineBasicBlock *LB, *PB; // Loop Block, Preheader Block
2931 void moveGroup(InstrGroup &G, MachineBasicBlock &LB, MachineBasicBloc
[all...]
/freebsd-12-stable/crypto/openssl/crypto/whrlpool/asm/
H A Dwp-mmx.pl131 &movz ("ecx",&LB("eax"));
137 &movz ("ecx",&LB("eax"));
144 &movz ("ecx",&LB("ebx"));
151 &movz ("ecx",&LB("ebx"));
158 &movz ("ecx",&LB("eax"));
171 &movz ("ecx",&LB("eax"));
178 &movz ("ecx",&LB("ebx"));
185 &movz ("ecx",&LB("ebx"));
192 &movz ("ecx",&LB("eax"));
/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-586.pl289 &mov (&LB("edx"),&BP(0,$K512)); # pre-fetch LSB of *K
720 &cmp (&LB("edx"),0x94);
808 &cmp (&LB("edx"),0x17);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp220 case Mips::LB:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h249 void executePlan(InnerLoopVectorizer &LB, DominatorTree *DT);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp219 case RISCV::LB:
H A DRISCVMergeBaseOffset.cpp212 case RISCV::LB:

Completed in 188 milliseconds

123