/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 | 1718 #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 D | SpillPlacement.cpp | 261 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 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/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/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/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | BranchProbabilityInfo.h | 311 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 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/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFTypePrinter.cpp | 22 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 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/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 | 352 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 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/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 351 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 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/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 | 355 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 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 | 1286 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 D | CGOpenMPRuntime.h | 914 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;
|