Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86BaseImpl.h939 void AssemblerX86Base<TraitsType>::pmulhuw(Type Ty, XmmRegister dst, in pmulhuw() function
952 void AssemblerX86Base<TraitsType>::pmulhuw(Type Ty, XmmRegister dst, in pmulhuw() function
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp6351 RValue<UShort4> pmulhuw(RValue<UShort4> x, RValue<UShort4> y) in pmulhuw() function
6353 …llvm::Function *pmulhuw = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse2_pmul… in pmulhuw() local
6372 RValue<UShort8> pmulhuw(RValue<UShort8> x, RValue<UShort8> y) in pmulhuw() function
6374 …llvm::Function *pmulhuw = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse2_pmul… in pmulhuw() local
DSubzeroReactor.cpp4024 auto pmulhuw = Ice::InstIntrinsicCall::create(::function, 2, result, target, intrinsic); in MulHigh() local