Searched defs:minps (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ | ||
D | IceAssemblerX8632.cpp | 1147 void AssemblerX8632::minps(Type Ty, XmmRegister dst, XmmRegister src) { in minps() function in Ice::X8632::AssemblerX8632 |
D | IceAssemblerX8664.cpp | 1228 void AssemblerX8664::minps(Type Ty, XmmRegister dst, XmmRegister src) { in minps() function in Ice::X8664::AssemblerX8664 |
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ | ||
D | LLVMReactor.cpp | 3749 RValue<Float4> minps(RValue<Float4> x, RValue<Float4> y) in minps() function |