| /freebsd/crypto/openssl/crypto/rc4/asm/ |
| H A D | rc4-586.pl | 87 &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 D | ghash-x86.pl | 174 &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 D | ghash-x86_64.pl | 145 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 D | crypt586.pl | 114 &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 D | des-586.pl | 225 &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 D | smmintrin.h | 1724 #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 D | wp-mmx.pl | 130 &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 D | SpillPlacement.cpp | 293 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 D | rc5-586.pl | 69 &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 D | x86cpuid.pl | 40 &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 D | BranchProbabilityInfo.h | 313 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 D | cbc.pl | 176 &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 D | x86asm.pl | 43 sub ::LB 60 &xchg(&HB(@_),&LB(@_)); 62 &xchg(&HB(@_),&LB(@_));
|
| /freebsd/sys/contrib/device-tree/Bindings/pci/ |
| H A D | v3-v360epc-pci.txt | 44 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 D | DWARFTypePrinter.h | 100 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 D | kmcoge4.dts | 154 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 D | StmtOpenMP.cpp | 351 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 D | aes-586.pl | 314 &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 D | cast-586.pl | 154 &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 D | DebugInfoMetadata.cpp | 158 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 D | integratorap.dts | 166 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 D | BranchProbabilityInfo.cpp | 351 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 D | NVPTXTargetTransformInfo.cpp | 625 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 D | bf-586.pl | 116 &movb( &LB($tmp1), &HB($tmp2)); # A 119 &movb( &LB($tmp3), &HB($tmp4)); # C
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitSimplify.cpp | 1264 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 …]
|