Home
last modified time | relevance | path

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

1234

/freebsd-14.2/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));
223 &mov (&LB($yy),&LB($ty)); # and Westmere performance...
265 &add (&LB($yy),&LB($tx));
287 &add (&LB($yy),&LB($tx));
291 &add (&LB($ty),&LB($tx));
343 &add (&LB($idx),&LB("eax"));
[all …]
/freebsd-14.2/crypto/openssl/crypto/modes/asm/
H A Dghash-x86.pl174 &mov (&LB($rem),&LB($Zll));
186 &shl (&LB($rem),4);
205 &mov (&LB($rem),&LB($Zll));
382 &mov (&LB($nlo),&LB($nhi));
383 &shl (&LB($nlo),4);
527 &mov (&LB($nlo),&LB($nhi));
529 &shl (&LB($nlo),4);
552 &shl (&LB($nlo),4);
567 &shl (&LB($nlo),4);
714 &mov (&LB($nlo),&LB($dat));
[all …]
H A Dghash-x86_64.pl165 mov `&LB("$Zlo")`,`&LB("$nlo")`
166 mov `&LB("$Zlo")`,`&LB("$nhi")`
167 shl \$4,`&LB("$nlo")`
185 mov `&LB("$nlo")`,`&LB("$nhi")`
188 shl \$4,`&LB("$nlo")`
327 &mov (&LB($dat),&LB($lo[1])) if ($i>0 && $i<17);
360 &mov (&LB($nlo),&LB($dat));
362 &shl (&LB($nlo),4);
372 &mov (&LB($nlo),&LB($dat));
377 &shl (&LB($nlo),4);
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Headers/
H A Dsmmintrin.h1720 #define _mm_cmpestrm(A, LA, B, LB, M) \ argument
1722 (__v16qi)(__m128i)(B), (int)(LB), \
1779 #define _mm_cmpestri(A, LA, B, LB, M) \ argument
1781 (__v16qi)(__m128i)(B), (int)(LB), \
2082 #define _mm_cmpestra(A, LA, B, LB, M) \ argument
2084 (__v16qi)(__m128i)(B), (int)(LB), \
2136 #define _mm_cmpestrc(A, LA, B, LB, M) \ argument
2138 (__v16qi)(__m128i)(B), (int)(LB), \
2189 #define _mm_cmpestro(A, LA, B, LB, M) \ argument
2191 (__v16qi)(__m128i)(B), (int)(LB), \
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp261 for (const BlockConstraint &LB : LiveBlocks) { in addConstraints() local
262 BlockFrequency Freq = BlockFrequencies[LB.Number]; in addConstraints()
265 if (LB.Entry != DontCare) { in addConstraints()
266 unsigned ib = bundles->getBundle(LB.Number, false); in addConstraints()
268 nodes[ib].addBias(Freq, LB.Entry); in addConstraints()
272 if (LB.Exit != DontCare) { in addConstraints()
273 unsigned ob = bundles->getBundle(LB.Number, true); in addConstraints()
275 nodes[ob].addBias(Freq, LB.Exit); in addConstraints()
/freebsd-14.2/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-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h311 bool belongsToSameLoop(const LoopBlock &LB) const { in belongsToSameLoop() argument
312 return (LB.getLoop() && getLoop() == LB.getLoop()) || in belongsToSameLoop()
313 (LB.getSccNum() != -1 && getSccNum() == LB.getSccNum()); in belongsToSameLoop()
366 void getLoopEnterBlocks(const LoopBlock &LB,
369 void getLoopExitBlocks(const LoopBlock &LB,
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp22 std::optional<uint64_t> LB; in appendArrayType() local
27 LB = L->getAsUnsignedConstant(); in appendArrayType()
37 if (LB && *LB == *DefaultLB) in appendArrayType()
38 LB = std::nullopt; in appendArrayType()
39 if (!LB && !Count && !UB) in appendArrayType()
41 else if (!LB && (Count || UB) && DefaultLB) in appendArrayType()
45 if (LB) in appendArrayType()
46 OS << *LB; in appendArrayType()
51 if (LB) in appendArrayType()
52 OS << *LB + *Count; in appendArrayType()
/freebsd-14.2/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-14.2/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-14.2/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-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp352 Dir->setLowerBoundVariable(Exprs.LB); in Create()
468 Dir->setLowerBoundVariable(Exprs.LB); in Create()
615 Dir->setLowerBoundVariable(Exprs.LB); in Create()
660 Dir->setLowerBoundVariable(Exprs.LB); in Create()
992 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1096 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1141 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1184 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1229 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1274 Dir->setLowerBoundVariable(Exprs.LB); in Create()
[all …]
/freebsd-14.2/crypto/openssl/crypto/aes/asm/
H A Daes-586.pl370 &movz ($acc,&LB("eax")); # 0
377 &movz ($acc,&LB("ebx")); # 10
391 &movz ($acc,&LB("eax")); # 4
394 &movz ($acc,&LB("ebx")); # 14
404 &movz ($acc,&LB("eax")); # 2
408 &movz ($acc,&LB("ebx")); # 8
624 &movz ($acc,&LB("eax")); # 0
628 &movz ($key,&LB("ebx")); # 10
649 &movz ($key,&LB("eax")); # 4
654 &movz ($key,&LB("ebx")); # 14
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp348 return LB->getScope(); in getScope()
454 auto *LB = ConstantAsMetadata::get( in getImpl() local
463 auto *LB = ConstantAsMetadata::get( in getImpl() local
499 Metadata *LB = getRawLowerBound(); in getLowerBound() local
500 if (!LB) in getLowerBound()
503 assert((isa<ConstantAsMetadata>(LB) || isa<DIVariable>(LB) || in getLowerBound()
504 isa<DIExpression>(LB)) && in getLowerBound()
510 if (auto *MD = dyn_cast<DIVariable>(LB)) in getLowerBound()
593 Metadata *LB = getRawLowerBound(); in getLowerBound() local
594 if (!LB) in getLowerBound()
[all …]
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dintegratorap.dts174 0x60000000 0 0x00010000 /* 64 KB @ LB 60000000 */
176 0x40000000 0 0x10000000 /* 256 MiB @ LB 40000000 1:1 */
178 0x50000000 0 0x10000000>; /* 256 MiB @ LB 50000000 1:1 */
180 0x20000000 0 0x20000000 /* 512 MB @ LB 20000000 1:1 */
182 0x80000000 0 0x40000000>; /* 1GB @ LB 80000000 */
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp355 const LoopBlock &LB, SmallVectorImpl<BasicBlock *> &Enters) const { in getLoopEnterBlocks() argument
356 if (LB.getLoop()) { in getLoopEnterBlocks()
357 auto *Header = LB.getLoop()->getHeader(); in getLoopEnterBlocks()
360 assert(LB.getSccNum() != -1 && "LB doesn't belong to any loop?"); in getLoopEnterBlocks()
361 SccI->getSccEnterBlocks(LB.getSccNum(), Enters); in getLoopEnterBlocks()
366 const LoopBlock &LB, SmallVectorImpl<BasicBlock *> &Exits) const { in getLoopExitBlocks() argument
367 if (LB.getLoop()) { in getLoopExitBlocks()
368 LB.getLoop()->getExitBlocks(Exits); in getLoopExitBlocks()
370 assert(LB.getSccNum() != -1 && "LB doesn't belong to any loop?"); in getLoopExitBlocks()
371 SccI->getSccExitBlocks(LB.getSccNum(), Exits); in getLoopExitBlocks()
/freebsd-14.2/crypto/openssl/crypto/bf/asm/
H A Dbf-586.pl116 &movb( &LB($tmp1), &HB($tmp2)); # A
119 &movb( &LB($tmp3), &HB($tmp4)); # C
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1286 unsigned LB, LE; in computeUsedBits() local
1287 if (isLossyShiftLeft(MI, OpN, LB, LE) || isLossyShiftRight(MI, OpN, LB, LE)) { in computeUsedBits()
1295 assert(LB <= LE && LB < Width && LE <= Width); in computeUsedBits()
1296 T.reset(Begin+LB, Begin+LE); in computeUsedBits()
2944 MachineBasicBlock *LB, *PB, *EB; member
2981 LB = &B; in PhiInfo()
3112 .addMBB(&LB); in moveGroup()
3142 for (auto &I : *C.LB) { in processLoop()
3151 if (UseI->getParent() != C.LB) { in processLoop()
3161 Phis.push_back(PhiInfo(I, *C.LB)); in processLoop()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h914 llvm::Value *LB = nullptr; member
921 DispatchRTInput(llvm::Value *LB, llvm::Value *UB, llvm::Value *Chunk) in DispatchRTInput()
922 : LB(LB), UB(UB), Chunk(Chunk) {} in DispatchRTInput()
962 Address LB = Address::invalid();
973 Address LB, Address UB, Address ST,
975 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB), in IVSize()
1047 Address IL, Address LB,
1904 Address LB, Address UB, Address ST) override;

1234