Home
last modified time | relevance | path

Searched defs:pmaddwd (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerX8632.cpp799 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
DIceAssemblerX8664.cpp849 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/
DLLVMReactor.cpp4003 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
DSubzeroReactor.cpp2722 auto pmaddwd = Ice::InstIntrinsic::create(::function, 2, result, intrinsic); in MulAdd() local