Searched defs:pmulhuw (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX86BaseImpl.h | 939 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/ |
D | LLVMReactor.cpp | 6351 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
|
D | SubzeroReactor.cpp | 4024 auto pmulhuw = Ice::InstIntrinsicCall::create(::function, 2, result, target, intrinsic); in MulHigh() local
|