/freebsd/contrib/file/magic/Magdir/ |
H A D | blender | 10 # URL: http://fileformats.archiveteam.org/wiki/BLEND 12 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/b/blend.trid.xml 19 !:ext blend 21 #!:ext blend/blender
|
H A D | compress | 77 # trees.blend http://fileformats.archiveteam.org/wiki/BLEND 82 !:ext gz/tgz/tpz/ipk/vbox-extpack/svgz/blend/dia/gnucash/rdata/xoj
|
/freebsd/sys/contrib/device-tree/Bindings/display/xlnx/ |
H A D | xlnx,zynqmp-dpsub.yaml | 56 - const: blend 187 reg-names = "dp", "blend", "av_buf", "aud";
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SipHash.h | 44 /// the remainder of the value, which serves as a nice blend operation.
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 992 // Try to remove redundant blend recipes. in simplifyRecipe() 993 if (auto *Blend = dyn_cast<VPBlendRecipe>(&R)) { in simplifyRecipe() local 994 VPValue *Inc0 = Blend->getIncomingValue(0); in simplifyRecipe() 995 for (unsigned I = 1; I != Blend->getNumIncomingValues(); ++I) in simplifyRecipe() 996 if (Inc0 != Blend->getIncomingValue(I) && in simplifyRecipe() 997 !match(Blend->getMask(I), m_False())) in simplifyRecipe() 999 Blend->replaceAllUsesWith(Inc0); in simplifyRecipe() 1000 Blend->eraseFromParent(); in simplifyRecipe()
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | stericsson,db8500-prcmu.yaml | 175 description: Blit Blend Rotate and Rescale (B2R2), and Multi-Channel
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ShuffleDecode.h | 103 /// Decode a BLEND immediate mask into a shuffle mask.
|
H A D | X86ShuffleDecode.cpp | 317 // If there are more than 8 elements in the vector, then any immediate blend in DecodeBLENDMask()
|
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen2/ |
H A D | memory.json | 6 … vector stores by manipulating vector elements in registers using shuffle/blend/swap instructions …
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 1613 // when we have a 256bit-wide blend with immediate. in X86TargetLowering() 3612 /// Return true if every element in Mask, is an in-place blend/select mask or is 5885 // loops converting between OR and BLEND shuffles due to in getFauxShuffleMask() 6693 // See if this build_vector can be lowered as a blend with zero. in LowerBuildVectorv4x32() 6713 // Let the shuffle legalizer deal with blend operations. in LowerBuildVectorv4x32() 8091 // Convert to blend(fsub,fadd). in lowerToAddSubOrFMAddSub() 8839 // and blend the FREEZE-UNDEF operands back in. in LowerBUILD_VECTOR() 9459 /// that it is also not lane-crossing. It may however involve a blend from the 9958 // Don't bother if we can blend instead. in matchShuffleWithUNPCK() 10004 // X86 has dedicated unpack instructions that can handle specific blend [all …]
|
H A D | X86InterleavedAccess.cpp | 253 // The first one is vpshufed and the second is a type of "blend" shuffle. 255 // correct offset. We are creating a vpsuffed + blend sequence between two
|
H A D | X86.td | 577 // using the wrong blend type. 578 def TuningNoDomainDelayBlend : SubtargetFeature<"no-bypass-delay-blend", 580 "Has no bypass delay when using the 'wrong' blend type">;
|
/freebsd/stand/common/ |
H A D | gfx_fb.c | 1275 * blend = alpha * fg + (1.0 - alpha) * bg. 1281 uint16_t blend, h, l; in alpha_blend() local 1288 blend = (alpha * fg + (0xFF - alpha) * bg); in alpha_blend() 1290 h = blend >> 8; in alpha_blend() 1291 l = blend & 0xFF; in alpha_blend() 1301 * blend = alpha * fg + (1.0 - alpha) * bg.
|
/freebsd/sys/dev/drm2/ |
H A D | drm_mode.h | 128 /* Planes blend with or override other bits on the CRTC */
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | ptrauth.h | 95 /* Blend a constant discriminator into the given pointer-like value
|
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen3/ |
H A D | memory.json | 6 … vector stores by manipulating vector elements in registers using shuffle/blend/swap instructions …
|
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | keccak1600-avx512.pl | 50 # relying heavily on blend instructions. There were lots of them, 102 # 20 blend instructions for 3 permutations. The result is 13% faster
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorOps.cpp | 132 /// Implement vselect in terms of XOR, AND, OR when blend is not 1277 // lanes into the appropriate locations, a blend of zero into the high bits, 1299 // Build up a zero vector to blend into this one. in ExpandZERO_EXTEND_VECTOR_INREG() 1414 // on platforms which do not support blend natively. in ExpandVSELECT()
|
/freebsd/lib/libpmc/pmu-events/arch/x86/skylake/ |
H A D | pipeline.json | 942 …Blend Uops issued by the Resource Allocation Table (RAT) to the reservation station (RS) in order …
|
/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/ |
H A D | pipeline.json | 942 …Blend Uops issued by the Resource Allocation Table (RAT) to the reservation station (RS) in order …
|
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/ |
H A D | pipeline.json | 942 …Blend Uops issued by the Resource Allocation Table (RAT) to the reservation station (RS) in order …
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64PointerAuth.cpp | 53 /// Stores blend(AddrDisc, IntDisc) to the Result register.
|
/freebsd/lib/libpmc/pmu-events/arch/x86/icelake/ |
H A D | pipeline.json | 1086 …Blend Uops issued by the Resource Allocation Table (RAT) to the reservation station (RS) in order …
|
/freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/ |
H A D | pipeline.json | 1048 …Blend Uops issued by the Resource Allocation Table (RAT) to the reservation station (RS) in order …
|
/freebsd/lib/libpmc/pmu-events/arch/x86/tigerlake/ |
H A D | pipeline.json | 1028 …Blend Uops issued by the Resource Allocation Table (RAT) to the reservation station (RS) in order …
|