Searched defs:pmaddwd (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
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
|
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/ |
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
|
D | SubzeroReactor.cpp | 2722 auto pmaddwd = Ice::InstIntrinsic::create(::function, 2, result, intrinsic); in MulAdd() local
|