Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86BaseImpl.h2211 _shufps(T1, T2, Ctx->getConstantInt32(Mask0202));
4082 _shufps(ElementR, SourceVectRM, Mask1Constant);
4083 _shufps(ElementR, SourceVectRM, Mask2Constant);
4088 _shufps(ElementR, T, Mask1Constant);
4089 _shufps(T, ElementR, Mask2Constant);
6188 _shufps(T, Src1RM, Mask);
DIceTargetLoweringX86Base.h962 void _shufps(Variable *Dest, Operand *Src0, Operand *Src1) { in _shufps() function