Home
last modified time | relevance | path

Searched full:blend (Results 1 – 25 of 68) sorted by relevance

123

/freebsd/contrib/file/magic/Magdir/
H A Dblender10 # 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 Dcompress77 # 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 Dxlnx,zynqmp-dpsub.yaml56 - const: blend
187 reg-names = "dp", "blend", "av_buf", "aud";
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSipHash.h44 /// the remainder of the value, which serves as a nice blend operation.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp992 // 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 Dstericsson,db8500-prcmu.yaml175 description: Blit Blend Rotate and Rescale (B2R2), and Multi-Channel
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.h103 /// Decode a BLEND immediate mask into a shuffle mask.
H A DX86ShuffleDecode.cpp317 // 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 Dmemory.json6 … vector stores by manipulating vector elements in registers using shuffle/blend/swap instructions …
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1613 // 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 DX86InterleavedAccess.cpp253 // 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 DX86.td577 // 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 Dgfx_fb.c1275 * 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 Ddrm_mode.h128 /* Planes blend with or override other bits on the CRTC */
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dptrauth.h95 /* Blend a constant discriminator into the given pointer-like value
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen3/
H A Dmemory.json6 … vector stores by manipulating vector elements in registers using shuffle/blend/swap instructions …
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-avx512.pl50 # 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 DLegalizeVectorOps.cpp132 /// 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 Dpipeline.json942Blend 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 Dpipeline.json942Blend 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 Dpipeline.json942Blend 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 DAArch64PointerAuth.cpp53 /// Stores blend(AddrDisc, IntDisc) to the Result register.
/freebsd/lib/libpmc/pmu-events/arch/x86/icelake/
H A Dpipeline.json1086Blend 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 Dpipeline.json1048Blend 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 Dpipeline.json1028Blend Uops issued by the Resource Allocation Table (RAT) to the reservation station (RS) in order …

123