Home
last modified time | relevance | path

Searched defs:pmulhw (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86BaseImpl.h912 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/
DLLVMReactor.cpp6363 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
DSubzeroReactor.cpp3597 auto pmulhw = Ice::InstIntrinsicCall::create(::function, 2, result, target, intrinsic); in MulHigh() local