Searched refs:VINSERT (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.cpp | 628 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()
|
D | fetch_jit.cpp | 1808 vIndices = VINSERT(vIndices, index, lane); in GetSimdValid8bitIndices() 1843 vIndices = VINSERT(vIndices, index, lane); in GetSimdValid16bitIndices()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 445 VINSERT, enumerator
|
D | X86InstrFragmentsSIMD.td | 445 def X86Vinsert : SDNode<"X86ISD::VINSERT", SDTypeProfile<1, 3,
|
D | X86ISelLowering.cpp | 12443 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/ |
D | swr_shader.cpp | 373 res = VINSERT(res, value, C(i)); in swr_gs_llvm_fetch_input()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | P9InstrResources.td | 532 (instregex "VINSERT(B|H|W|D)$"),
|