Home
last modified time | relevance | path

Searched refs:_shufps (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86BaseImpl.h2157 _shufps(T1, T2, Ctx->getConstantInt32(Mask0202));
4006 _shufps(ElementR, SourceVectRM, Mask1Constant);
4007 _shufps(ElementR, SourceVectRM, Mask2Constant);
4012 _shufps(ElementR, T, Mask1Constant);
4013 _shufps(T, ElementR, Mask2Constant);
6119 _shufps(T, Src1RM, Mask);
DIceTargetLoweringX86Base.h959 void _shufps(Variable *Dest, Operand *Src0, Operand *Src1) { in _shufps() function