Searched defs:pmaddwd (Results 1 – 4 of 4) sorted by relevance
| /external/swiftshader/third_party/subzero/src/ |
| 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
|
| 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
|
| /external/swiftshader/src/Reactor/ |
| D | LLVMReactor.cpp | 3735 RValue<Int2> pmaddwd(RValue<Short4> x, RValue<Short4> y) in pmaddwd() function 3750 RValue<Int4> pmaddwd(RValue<Short8> x, RValue<Short8> y) in pmaddwd() function
|
| D | SubzeroReactor.cpp | 2645 auto pmaddwd = Ice::InstIntrinsic::create(::function, 2, result, intrinsic); in MulAdd() local
|