Searched defs:pmulhw (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX86BaseImpl.h | 912 void AssemblerX86Base<TraitsType>::pmulhw(Type Ty, XmmRegister dst, in pmulhw() function 925 void AssemblerX86Base<TraitsType>::pmulhw(Type Ty, XmmRegister dst, in pmulhw() function
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 6363 RValue<Short4> pmulhw(RValue<Short4> x, RValue<Short4> y) in pmulhw() function 6365 …llvm::Function *pmulhw = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse2_pmulh… in pmulhw() local 6384 RValue<Short8> pmulhw(RValue<Short8> x, RValue<Short8> y) in pmulhw() function 6386 …llvm::Function *pmulhw = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse2_pmulh… in pmulhw() local
|
D | SubzeroReactor.cpp | 3597 auto pmulhw = Ice::InstIntrinsicCall::create(::function, 2, result, target, intrinsic); in MulHigh() local
|