Home
last modified time | relevance | path

Searched refs:LB (Results 1 – 25 of 101) 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.h1718 #define _mm_cmpestrm(A, LA, B, LB, M) \ argument
1720 (__v16qi)(__m128i)(B), (int)(LB), \
1777 #define _mm_cmpestri(A, LA, B, LB, M) \ argument
1779 (__v16qi)(__m128i)(B), (int)(LB), \
2080 #define _mm_cmpestra(A, LA, B, LB, M) \ argument
2082 (__v16qi)(__m128i)(B), (int)(LB), \
2134 #define _mm_cmpestrc(A, LA, B, LB, M) \ argument
2136 (__v16qi)(__m128i)(B), (int)(LB), \
2187 #define _mm_cmpestro(A, LA, B, LB, M) \ argument
2189 (__v16qi)(__m128i)(B), (int)(LB), \
[all …]
/freebsd/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/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/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/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/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/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/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/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/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.cpp352 Dir->setLowerBoundVariable(Exprs.LB); in Create()
506 Dir->setLowerBoundVariable(Exprs.LB); in Create()
653 Dir->setLowerBoundVariable(Exprs.LB); in Create()
698 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1030 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1134 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1179 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1222 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1267 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1312 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/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp351 if (auto *LB = dyn_cast<DILexicalBlockBase>(this)) in getScope() local
352 return LB->getScope(); in getScope()
458 auto *LB = ConstantAsMetadata::get( in getImpl() local
460 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, in getImpl()
467 auto *LB = ConstantAsMetadata::get( in getImpl() local
469 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, in getImpl()
474 Metadata *LB, Metadata *UB, Metadata *Stride, in getImpl() argument
476 DEFINE_GETIMPL_LOOKUP(DISubrange, (CountNode, LB, UB, Stride)); in getImpl()
477 Metadata *Ops[] = {CountNode, LB, UB, Stride}; in getImpl()
503 Metadata *LB = getRawLowerBound(); in getLowerBound() local
[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/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.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/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.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()
2943 MachineBasicBlock *eb) : LB(lb), PB(pb), EB(eb) {} in LoopCand()
2945 MachineBasicBlock *LB, *PB, *EB; member
2957 MachineBasicBlock *LB, *PB; // Loop Block, Preheader Block member
2967 void moveGroup(InstrGroup &G, MachineBasicBlock &LB, MachineBasicBlock &PB,
2982 LB = &B; in PhiInfo()
3102 void HexagonLoopRescheduling::moveGroup(InstrGroup &G, MachineBasicBlock &LB, in moveGroup() argument
[all …]
/freebsd/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()
970 Address LB = Address::invalid();
981 Address LB, Address UB, Address ST,
983 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB), in IVSize()
1055 Address IL, Address LB,
1915 Address LB, Address UB, Address ST) override;

12345