Home
last modified time | relevance | path

Searched refs:VINSERT (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp628 vGather = VINSERT(vGather,val,C(i)); in GATHERPS()
710 vGather = VINSERT(vGather, val, C(i)); in GATHERDD()
793 vGather = VINSERT(vGather,val,C(i)); in GATHERPD()
886 vShuf = VINSERT(vShuf, insertValLow128b, i); in PSHUFB()
887 vShuf = VINSERT(vShuf, insertValHigh128b, (i + numElms)); in PSHUFB()
946 res = VINSERT(res, pVal, C(l)); in PERMD()
981 res = VINSERT(res, pVal, C(l)); in PERMPS()
1014 pResult = VINSERT(pResult, pConv, C(i)); in CVTPH2PS()
1048 pResult = VINSERT(pResult, pConv, C(i)); in CVTPS2PH()
Dfetch_jit.cpp1808 vIndices = VINSERT(vIndices, index, lane); in GetSimdValid8bitIndices()
1843 vIndices = VINSERT(vIndices, index, lane); in GetSimdValid16bitIndices()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h445 VINSERT, enumerator
DX86InstrFragmentsSIMD.td445 def X86Vinsert : SDNode<"X86ISD::VINSERT", SDTypeProfile<1, 3,
DX86ISelLowering.cpp12443 SDValue Mask = DAG.getNode(X86ISD::VINSERT, dl, MaskVT, in LowerEXTRACT_VECTOR_ELT()
22179 case X86ISD::VINSERT: return "X86ISD::VINSERT"; in getTargetNodeName()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp373 res = VINSERT(res, value, C(i)); in swr_gs_llvm_fetch_input()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DP9InstrResources.td532 (instregex "VINSERT(B|H|W|D)$"),