Home
last modified time | relevance | path

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

12345

/freebsd/crypto/openssl/crypto/rc4/asm/
H A Drc4-586.pl87 &add (&LB($yy),&LB($tx));
92 &inc (&LB($xx));
115 &add (&LB($yy),&LB($tx));
125 &add (&LB($ty),&LB($tx));
141 &add (&LB($yy),&LB($tx));
148 &movz ($xx,&LB($xx)); # (*)
149 &movz ($ty,&LB($ty)); # (*)
178 &mov (&LB($xx),&BP(0,$dat)); # load key->x
179 &mov (&LB($yy),&BP(4,$dat)); # load key->y
186 &inc (&LB($xx));
[all …]
/freebsd/crypto/openssl/crypto/modes/asm/
H A Dghash-x86.pl174 &mov (&LB($rem),&LB($Zll));
176 &and (&LB($rem),0xf);
182 &mov (&LB($rem),&BP($off,"esp",$cnt));
184 &and (&LB($rem),0xf0);
186 &shl (&LB($rem),4);
205 &mov (&LB($rem),&LB($Zll));
207 &and (&LB($rem),0xf);
214 &mov (&LB($rem),&BP($off+15-($i>>1),"esp"));
215 &and (&LB($rem),0xf0);
217 &mov (&LB($rem),&BP($off+15-($i>>1),"esp"));
[all …]
H A Dghash-x86_64.pl145 sub LB() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1l/ or subroutine
165 mov `&LB("$Zlo")`,`&LB("$nlo")`
166 mov `&LB("$Zlo")`,`&LB("$nhi")`
167 shl \$4,`&LB("$nlo")`
171 and \$0xf0,`&LB("$nhi")`
180 mov ($inp,$cnt),`&LB("$nlo")`
185 mov `&LB("$nlo")`,`&LB("$nhi")`
188 shl \$4,`&LB("$nlo")`
200 and \$0xf0,`&LB("$nhi")`
215 and \$0xf0,`&LB("$nhi")`
[all …]
/freebsd/crypto/openssl/crypto/des/asm/
H A Dcrypt586.pl114 &movb( &LB($tmp1), &LB($u) );
115 &movb( &LB($tmp2), &HB($u) );
119 &movb( &LB($tmp1), &LB($t) );
121 &movb( &LB($tmp2), &HB($t) );
124 &movb( &LB($tmp1), &HB($u) );
127 &movb( &LB($tmp2), &HB($t) );
H A Ddes-586.pl225 &movb( &LB($tmp1), &LB($u) );
226 &movb( &LB($tmp2), &HB($u) );
229 &movb( &LB($tmp1), &LB($t) );
231 &movb( &LB($tmp2), &HB($t) );
234 &movb( &LB($tmp1), &HB($u) );
237 &movb( &LB($tmp2), &HB($t) );
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dsmmintrin.h1724 #define _mm_cmpestrm(A, LA, B, LB, M) \ argument
1726 (__v16qi)(__m128i)(B), (int)(LB), \
1783 #define _mm_cmpestri(A, LA, B, LB, M) \ argument
1785 (__v16qi)(__m128i)(B), (int)(LB), \
2086 #define _mm_cmpestra(A, LA, B, LB, M) \ argument
2088 (__v16qi)(__m128i)(B), (int)(LB), \
2140 #define _mm_cmpestrc(A, LA, B, LB, M) \ argument
2142 (__v16qi)(__m128i)(B), (int)(LB), \
2193 #define _mm_cmpestro(A, LA, B, LB, M) \ argument
2195 (__v16qi)(__m128i)(B), (int)(LB), \
[all …]
/freebsd/crypto/openssl/crypto/whrlpool/asm/
H A Dwp-mmx.pl130 &movz ("ecx",&LB("eax"));
136 &movz ("ecx",&LB("eax"));
143 &movz ("ecx",&LB("ebx"));
150 &movz ("ecx",&LB("ebx"));
157 &movz ("ecx",&LB("eax"));
170 &movz ("ecx",&LB("eax"));
177 &movz ("ecx",&LB("ebx"));
184 &movz ("ecx",&LB("ebx"));
191 &movz ("ecx",&LB("eax"));
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp293 for (const BlockConstraint &LB : LiveBlocks) { in addConstraints() local
294 BlockFrequency Freq = BlockFrequencies[LB.Number]; in addConstraints()
297 if (LB.Entry != DontCare) { in addConstraints()
298 unsigned ib = bundles->getBundle(LB.Number, false); in addConstraints()
300 nodes[ib].addBias(Freq, LB.Entry); in addConstraints()
304 if (LB.Exit != DontCare) { in addConstraints()
305 unsigned ob = bundles->getBundle(LB.Number, true); in addConstraints()
307 nodes[ob].addBias(Freq, LB.Exit); in addConstraints()
/freebsd/crypto/openssl/crypto/rc5/asm/
H A Drc5-586.pl69 &rotl($A, &LB("ecx"));
75 &rotl($B, &LB("ecx"));
96 &rotr($B, &LB("ecx"));
102 &rotr($A, &LB("ecx"));
/freebsd/crypto/openssl/crypto/
H A Dx86cpuid.pl40 &setne (&LB("eax"));
43 &setne (&LB("eax"));
46 &setne (&LB("eax"));
51 &setne (&LB("eax"));
54 &setne (&LB("eax"));
57 &setne (&LB("eax"));
76 &movz ("esi",&LB("ecx")); # number of cores - 1
124 &cmp (&LB("ebx"),1);
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h313 bool belongsToSameLoop(const LoopBlock &LB) const { in belongsToSameLoop() argument
314 return (LB.getLoop() && getLoop() == LB.getLoop()) || in belongsToSameLoop()
315 (LB.getSccNum() != -1 && getSccNum() == LB.getSccNum()); in belongsToSameLoop()
368 void getLoopEnterBlocks(const LoopBlock &LB,
371 void getLoopExitBlocks(const LoopBlock &LB,
/freebsd/crypto/openssl/crypto/perlasm/
H A Dcbc.pl176 &movb(&LB("edx"), &BP(4,$in,"",0));
190 &movb(&LB("ecx"), &BP(0,$in,"",0));
298 &movb(&BP(6,$out,"",0), &LB("edx"));
303 &movb(&BP(4,$out,"",0), &LB("edx"));
309 &movb(&BP(2,$out,"",0), &LB("ecx"));
314 &movb(&BP(0,$in,"",0), &LB("ecx"));
H A Dx86asm.pl43 sub ::LB
60 &xchg(&HB(@_),&LB(@_));
62 &xchg(&HB(@_),&LB(@_));
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dv3-v360epc-pci.txt44 0x60000000 0 0x01000000 /* 16 MiB @ LB 60000000 */
46 0x40000000 0 0x10000000 /* 256 MiB @ LB 40000000 1:1 */
48 0x50000000 0 0x10000000>; /* 256 MiB @ LB 50000000 1:1 */
50 0x20000000 0 0x20000000 /* 512 MB @ LB 20000000 1:1 */
52 0x80000000 0 0x40000000>; /* 1GB @ LB 80000000 */
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFTypePrinter.h100 std::optional<uint64_t> LB; in appendArrayType() local
106 LB = L->getAsUnsignedConstant(); in appendArrayType()
116 if (LB && *LB == *DefaultLB) in appendArrayType()
117 LB = std::nullopt; in appendArrayType()
118 if (!LB && !Count && !UB) in appendArrayType()
120 else if (!LB && (Count || UB) && DefaultLB) in appendArrayType()
124 if (LB) in appendArrayType()
125 OS << *LB; in appendArrayType()
130 if (LB) in appendArrayType()
131 OS << *LB + *Count; in appendArrayType()
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dkmcoge4.dts154 ranges = <0 0 0xf 0xffa00000 0x00040000 /* LB 0 */
155 1 0 0xf 0xfb000000 0x00010000 /* LB 1 */
156 2 0 0xf 0xd0000000 0x10000000 /* LB 2 */
157 3 0 0xf 0xe0000000 0x10000000>; /* LB 3 */
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp351 Dir->setLowerBoundVariable(Exprs.LB); in Create()
527 Dir->setLowerBoundVariable(Exprs.LB); in Create()
674 Dir->setLowerBoundVariable(Exprs.LB); in Create()
719 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1068 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1172 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1217 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1260 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1305 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1350 Dir->setLowerBoundVariable(Exprs.LB); in Create()
[all …]
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-586.pl314 &movz ($v0,&LB($s0)); # 3, 2, 1, 0*
327 &movz ($v0,&LB($s1)); # 7, 6, 5, 4*
330 &movz ($v0,&LB($s3)); # 13,12,15,14*
335 &movz ($v0,&LB($s2)); # 8,11,10, 9*
340 &movz ($v0,&LB($s0)); # 1, 0, 3, 2*
351 &movz ($v0,&LB($s2)); # -, -, 8,11*
356 &movz ($v0,&LB($s3)); # 13,12, 7, 6*
370 &movz ($acc,&LB("eax")); # 0
377 &movz ($acc,&LB("ebx")); # 10
391 &movz ($acc,&LB("eax")); # 4
[all …]
/freebsd/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl154 &rotl( $tmp4, &LB($tmp1));
160 &movb( &LB($tmp1), &HB($tmp4)); # A
167 &movb( &LB($tmp1), &HB($tmp4)); # A # BAD BAD BAD
173 &movb( &LB($tmp3), &HB($tmp4)); # C # BAD BAD BAD
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp158 if (auto *LB = dyn_cast<DILexicalBlock>(S)) in getLocalScopeLocationOr() local
159 return {LB->getLine(), LB->getColumn()}; in getLocalScopeLocationOr()
531 if (auto *LB = dyn_cast<DILexicalBlockBase>(this)) in getScope() local
532 return LB->getScope(); in getScope()
638 auto *LB = ConstantAsMetadata::get( in getImpl() local
640 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, in getImpl()
647 auto *LB = ConstantAsMetadata::get( in getImpl() local
649 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, in getImpl()
654 Metadata *LB, Metadata *UB, Metadata *Stride, in getImpl() argument
656 DEFINE_GETIMPL_LOOKUP(DISubrange, (CountNode, LB, UB, Stride)); in getImpl()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/arm/
H A Dintegratorap.dts166 0x60000000 0 0x00010000 /* 64 KB @ LB 60000000 */
168 0x40000000 0 0x10000000 /* 256 MiB @ LB 40000000 1:1 */
170 0x50000000 0 0x10000000>; /* 256 MiB @ LB 50000000 1:1 */
172 0x20000000 0 0x20000000 /* 512 MB @ LB 20000000 1:1 */
174 0x80000000 0 0x40000000>; /* 1GB @ LB 80000000 */
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp351 const LoopBlock &LB, SmallVectorImpl<BasicBlock *> &Enters) const { in getLoopEnterBlocks() argument
352 if (LB.getLoop()) { in getLoopEnterBlocks()
353 auto *Header = LB.getLoop()->getHeader(); in getLoopEnterBlocks()
356 assert(LB.getSccNum() != -1 && "LB doesn't belong to any loop?"); in getLoopEnterBlocks()
357 SccI->getSccEnterBlocks(LB.getSccNum(), Enters); in getLoopEnterBlocks()
362 const LoopBlock &LB, SmallVectorImpl<BasicBlock *> &Exits) const { in getLoopExitBlocks() argument
363 if (LB.getLoop()) { in getLoopExitBlocks()
364 LB.getLoop()->getExitBlocks(Exits); in getLoopExitBlocks()
366 assert(LB.getSccNum() != -1 && "LB doesn't belong to any loop?"); in getLoopExitBlocks()
367 SccI->getSccExitBlocks(LB.getSccNum(), Exits); in getLoopExitBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp625 SmallVectorImpl<std::pair<StringRef, int64_t>> &LB) const { in collectKernelLaunchBounds()
627 LB.push_back({"maxclusterrank", *Val}); in collectKernelLaunchBounds()
631 LB.push_back({"maxntidx", MaxNTID[0]}); in collectKernelLaunchBounds()
633 LB.push_back({"maxntidy", MaxNTID[1]}); in collectKernelLaunchBounds()
635 LB.push_back({"maxntidz", MaxNTID[2]}); in collectKernelLaunchBounds()
/freebsd/crypto/openssl/crypto/bf/asm/
H A Dbf-586.pl116 &movb( &LB($tmp1), &HB($tmp2)); # A
119 &movb( &LB($tmp3), &HB($tmp4)); # C
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1264 unsigned LB, LE; in computeUsedBits() local
1265 if (isLossyShiftLeft(MI, OpN, LB, LE) || isLossyShiftRight(MI, OpN, LB, LE)) { in computeUsedBits()
1273 assert(LB <= LE && LB < Width && LE <= Width); in computeUsedBits()
1274 T.reset(Begin+LB, Begin+LE); in computeUsedBits()
2912 MachineBasicBlock *eb) : LB(lb), PB(pb), EB(eb) {} in LoopCand()
2914 MachineBasicBlock *LB, *PB, *EB; member
2926 MachineBasicBlock *LB, *PB; // Loop Block, Preheader Block member
2936 void moveGroup(InstrGroup &G, MachineBasicBlock &LB, MachineBasicBlock &PB,
2951 LB = &B; in PhiInfo()
3071 void HexagonLoopRescheduling::moveGroup(InstrGroup &G, MachineBasicBlock &LB, in moveGroup() argument
[all …]

12345