Searched defs:pmaddwd (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ | ||
H A D | IceAssemblerX8632.cpp | 799 void AssemblerX8632::pmaddwd(Type Ty, XmmRegister dst, XmmRegister src) { in pmaddwd() function in Ice::X8632::AssemblerX8632 809 void AssemblerX8632::pmaddwd(Type Ty, XmmRegister dst, const AsmAddress &src) { in pmaddwd() function in Ice::X8632::AssemblerX8632 |
H A D | IceAssemblerX8664.cpp | 849 void AssemblerX8664::pmaddwd(Type Ty, XmmRegister dst, XmmRegister src) { in pmaddwd() function in Ice::X8664::AssemblerX8664 860 void AssemblerX8664::pmaddwd(Type Ty, XmmRegister dst, const AsmAddress &src) { in pmaddwd() function in Ice::X8664::AssemblerX8664 |
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ | ||
H A D | LLVMReactor.cpp | 4003 RValue<Int2> pmaddwd(RValue<Short4> x, RValue<Short4> y) in pmaddwd() function 4018 RValue<Int4> pmaddwd(RValue<Short8> x, RValue<Short8> y) in pmaddwd() function |
Completed in 16 milliseconds