Searched defs:pmaddwd (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX86BaseImpl.h | 966 void AssemblerX86Base<TraitsType>::pmaddwd(Type Ty, XmmRegister dst, in pmaddwd() function 979 void AssemblerX86Base<TraitsType>::pmaddwd(Type Ty, XmmRegister dst, in pmaddwd() function
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 6377 RValue<Int2> pmaddwd(RValue<Short4> x, RValue<Short4> y) in pmaddwd() function 6379 …llvm::Function *pmaddwd = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse2_pmad… in pmaddwd() local 6398 RValue<Int4> pmaddwd(RValue<Short8> x, RValue<Short8> y) in pmaddwd() function 6400 …llvm::Function *pmaddwd = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse2_pmad… in pmaddwd() local
|
D | SubzeroReactor.cpp | 3621 auto pmaddwd = Ice::InstIntrinsicCall::create(::function, 2, result, target, intrinsic); in MulAdd() local
|