| /freebsd/crypto/openssl/crypto/rc4/asm/ |
| H A D | rc4-586.pl | 178 &mov (&LB($xx),&BP(0,$dat)); # load key->x 179 &mov (&LB($yy),&BP(4,$dat)); # load key->y 273 &xor (&LB($ty),&BP(0,$inp)); 277 &mov (&BP(-1,$out,$inp),&LB($ty)); 284 &movz ($tx,&BP(0,$dat,$xx)); 288 &movz ($ty,&BP(0,$dat,$yy)); 289 &mov (&BP(0,$dat,$yy),&LB($tx)); 290 &mov (&BP(0,$dat,$xx),&LB($ty)); 292 &movz ($ty,&BP(0,$dat,$ty)); 294 &xor (&LB($ty),&BP(0,$inp)); [all …]
|
| /freebsd/crypto/openssl/crypto/perlasm/ |
| H A D | cbc.pl | 169 &movb(&HB("edx"), &BP(6,$in,"",0)); 173 &movb(&HB("edx"), &BP(5,$in,"",0)); 176 &movb(&LB("edx"), &BP(4,$in,"",0)); 183 &movb(&HB("ecx"), &BP(2,$in,"",0)); 187 &movb(&HB("ecx"), &BP(1,$in,"",0)); 190 &movb(&LB("ecx"), &BP(0,$in,"",0)); 298 &movb(&BP(6,$out,"",0), &LB("edx")); 301 &movb(&BP(5,$out,"",0), &HB("edx")); 303 &movb(&BP(4,$out,"",0), &LB("edx")); 309 &movb(&BP(2,$out,"",0), &LB("ecx")); [all …]
|
| H A D | x86nasm.pl | 79 sub ::BP { &get_mem("BYTE",@_); }
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | Bitfields.h | 123 using BP = BitPatterns<T, Bits>; member 127 assert(UserValue <= BP::Umax && "value is too big"); in pack() 136 using BP = BitPatterns<T, Bits>; 140 assert(UserValue <= T(BP::Smax) && "value is too big"); 141 assert(UserValue >= T(BP::Smin) && "value is too small"); 143 UserValue &= ~BP::SignExtend; 148 if (StorageValue >= T(BP::SignBitMask)) 149 StorageValue |= BP::SignExtend; 161 using BP = BitPatterns<StorageType, Bitfield::Bits>; 166 static constexpr StorageType Mask = BP::Umax << Bitfield::Shift;
|
| H A D | SmallPtrSet.h | 277 explicit SmallPtrSetIteratorImpl(const void *const *BP, const void*const *E) in SmallPtrSetIteratorImpl() argument 278 : Bucket(BP), End(E) { in SmallPtrSetIteratorImpl() 328 explicit SmallPtrSetIterator(const void *const *BP, const void *const *E, in SmallPtrSetIterator() argument 330 : SmallPtrSetIteratorImpl(BP, E), DebugEpochBase::HandleBase(&Epoch) {} in SmallPtrSetIterator()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | BranchProbability.h | 221 [&](uint64_t S, const BranchProbability &BP) { in normalizeProbabilities() 222 if (!BP.isUnknown()) in normalizeProbabilities() 223 return S + BP.N; in normalizeProbabilities() 238 [](const BranchProbability &BP) { return BP.isUnknown(); }, in normalizeProbabilities() 246 BranchProbability BP(1, std::distance(Begin, End)); in normalizeProbabilities() 247 std::fill(Begin, End, BP); in normalizeProbabilities()
|
| /freebsd/crypto/openssl/crypto/aes/asm/ |
| H A D | aes-586.pl | 454 &movz ($out,&BP(-128,$te,$out,1)); 458 &movz ($tmp,&BP(-128,$te,$tmp,1)); 467 &movz ($tmp,&BP(-128,$te,$tmp,1)); 475 &movz ($tmp,&BP(-128,$te,$tmp,1)); 627 &movz ("ecx",&BP(-128,$tbl,$acc,1)); # 0 629 &movz ("edx",&BP(-128,$tbl,"edx",1)); # 1 633 &movz ($acc,&BP(-128,$tbl,$key,1)); # 10 638 &movz ($acc,&BP(-128,$tbl,$key,1)); # 11 644 &movz ($acc,&BP(-128,$tbl,$key,1)); # 5 648 &movz ($acc,&BP(-128,$tbl,$key,1)); # 15 [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-fdr-dump.cpp | 76 BlockPrinter BP(outs(), RP); in __anonc19214950102() local 110 if (auto E = R->apply(BP)) in __anonc19214950102() 114 BP.reset(); in __anonc19214950102()
|
| /freebsd/sys/contrib/device-tree/src/arm/marvell/ |
| H A D | kirkwood-db-88f6281.dts | 3 * Marvell DB-88F6281-BP Development Board Setup 16 model = "Marvell DB-88F6281-BP Development Board";
|
| H A D | kirkwood-db-88f6282.dts | 3 * Marvell DB-88F6282-BP Development Board Setup 16 model = "Marvell DB-88F6282-BP Development Board";
|
| H A D | dove-dove-db.dts | 7 model = "Marvell DB-MV88AP510-BP Development Board";
|
| H A D | kirkwood-db.dtsi | 3 * Marvell DB-{88F6281,88F6282}-BP Development Board Setup
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | x86cpuid.pl | 324 &mov (&BP(0,"edx"),"al"); 334 &mov (&BP(0,"edx"),"al"); 360 &mov ("dl",&BP(0,"esi")); 362 &xor ("dl",&BP(0,"edi")); 507 &mov (&BP(0,"edi"),"dl");
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonRegisterInfo.cpp | 218 Register BP; in eliminateFrameIndex() local 222 int Offset = HFI.getFrameIndexReference(MF, FI, BP).getFixed(); in eliminateFrameIndex() 306 if (BI.getOperand(1).getReg() != BP) in eliminateFrameIndex() 335 .addReg(BP) in eliminateFrameIndex() 338 BP = ReuseBP; in eliminateFrameIndex() 342 MI.getOperand(FIOp).ChangeToRegister(BP, false, false, false); in eliminateFrameIndex()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BranchProbabilityInfo.cpp | 433 SmallVector<BranchProbability, 2> BP; in calcMetadataWeights() local 435 BP.push_back({ Weights[I], static_cast<uint32_t>(WeightSum) }); in calcMetadataWeights() 440 setEdgeProbability(BB, BP); in calcMetadataWeights() 446 if (UnreachableProb < BP[I]) { in calcMetadataWeights() 447 BP[I] = UnreachableProb; in calcMetadataWeights() 472 NewUnreachableSum += BP[I]; in calcMetadataWeights() 479 OldReachableSum += BP[I]; in calcMetadataWeights() 488 BP[I] = PerEdge; in calcMetadataWeights() 496 BP[I].getNumerator(); in calcMetadataWeights() 499 BP[I] = BranchProbability::getRaw(Div); in calcMetadataWeights() [all …]
|
| H A D | BlockFrequencyInfo.cpp | 333 auto &BP = AM.getResult<BranchProbabilityAnalysis>(F); in run() local 336 BFI.calculate(F, BP, LI); in run()
|
| /freebsd/crypto/openssl/crypto/ec/asm/ |
| H A D | ecp_nistz256-x86.pl | 1186 &mov (&BP(64*0,"edi"),"al"); 1187 &mov (&BP(64*1,"edi"),"ah"); 1189 &mov (&BP(64*2,"edi"),"al"); 1190 &mov (&BP(64*3,"edi"),"ah"); 1210 &movz ("eax",&BP(64*($i+0),"esi")); 1211 &movz ("ebx",&BP(64*($i+1),"esi")); 1212 &movz ("ecx",&BP(64*($i+2),"esi")); 1214 &movz ("edx",&BP(64*($i+3),"esi")); 1216 &mov (&BP($i+0,"edi"),"al"); 1218 &mov (&BP($i+1,"edi"),"bl"); [all …]
|
| /freebsd/crypto/openssl/crypto/modes/asm/ |
| H A D | ghash-x86.pl | 182 &mov (&LB($rem),&BP($off,"esp",$cnt)); 214 &mov (&LB($rem),&BP($off+15-($i>>1),"esp")); 217 &mov (&LB($rem),&BP($off+15-($i>>1),"esp")); 398 &mov (&LB($nlo),&BP($cnt/2,$inp)) if (!$odd && $cnt>=0); 439 &movz ($Zll,&BP(15,$inp)); 542 &mov (&LB($nlo),&BP(0,$inp,$cnt)); 612 &movz ($Zll,&BP(15,$inp)); 681 &mov (&BP($i,"esp"),&LB("edx")) if ($i<16); 737 &xor (&LB($rem[1]),&BP(0,"esp",$nhi[0])); # rem^(H[nhi]<<4) 769 &xor (&LB($rem[1]),&BP(0,"esp",$nhi[0])); # rem^(H[nhi]<<4)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.cpp | 4317 Register FP, Register BP, in spillFPBPUsingSP() argument 4319 assert(FP.isValid() || BP.isValid()); in spillFPBPUsingSP() 4332 if (BP.isValid()) { in spillFPBPUsingSP() 4335 .addReg(BP); in spillFPBPUsingSP() 4355 if (BP.isValid()) in spillFPBPUsingSP() 4356 Offset += TRI->getSpillSize(*TRI->getMinimalPhysRegClass(BP)); in spillFPBPUsingSP() 4386 Register FP, Register BP, in restoreFPBPUsingSP() argument 4388 assert(FP.isValid() || BP.isValid()); in restoreFPBPUsingSP() 4398 if (BP.isValid()) { in restoreFPBPUsingSP() 4400 TII.get(getPOPOpcode(MF.getSubtarget<X86Subtarget>())), BP); in restoreFPBPUsingSP() [all …]
|
| H A D | X86FrameLowering.h | 317 Register BP, int SPAdjust) const; 323 Register FP, Register BP, int SPAdjust) const;
|
| /freebsd/crypto/openssl/crypto/chacha/asm/ |
| H A D | chacha-x86.pl | 363 &movb ("al",&BP(0,$c_,$b_)); 364 &movb ("dl",&BP(0,"esp",$c_)); 367 &mov (&BP(-1,$c,$c_),"al"); 764 &movb ("al",&BP(0,"esp","ebp")); 765 &movb ("dl",&BP(0,$inp,"ebp")); 768 &movb (&BP(-1,$out,"ebp"),"al"); 1138 &movb ("al",&BP(0,"esp","ebp")); 1139 &movb ("dl",&BP(0,$inp,"ebp")); 1142 &movb (&BP(-1,$out,"ebp"),"al");
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsRegisterInfo.cpp | 298 unsigned BP = Subtarget.isGP32bit() ? Mips::S7 : Mips::S7_64; in canRealignStack() local 316 return MF.getRegInfo().canReserveReg(BP); in canRealignStack()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | Hexagon.cpp | 241 llvm::Type *BP = CGF.Int8PtrTy; in EmitVAArgForHexagon() local 243 Address VAListAddrAsBPP = VAListAddr.withElementType(BP); in EmitVAArgForHexagon() 252 Addr = Builder.CreateIntToPtr(AddrAsInt, BP); in EmitVAArgForHexagon()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | Hexagon.cpp | 86 Address BP = Address(A.emitRawPointer(*this), Int8PtrTy, A.getAlignment()); in EmitHexagonBuiltinExpr() local 87 llvm::Value *Base = Builder.CreateLoad(BP); in EmitHexagonBuiltinExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Pointer.h | 438 const BlockPointer &BP = asBlockPointer(); in isArrayElement() local 439 if (inArray() && BP.Base != Offset) in isArrayElement() 444 if (BP.Base >= sizeof(InlineDescriptor) && getInlineDesc()->IsArrayElement) in isArrayElement()
|