Searched refs:_shufps (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX86BaseImpl.h | 2157 _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);
|
D | IceTargetLoweringX86Base.h | 959 void _shufps(Variable *Dest, Operand *Src0, Operand *Src1) { in _shufps() function
|