Searched defs:pmulhuw (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerX86BaseImpl.h939 void AssemblerX86Base<TraitsType>::pmulhuw(Type Ty, XmmRegister dst, function in class:Ice::X86NAMESPACE::AssemblerX86Base
952 void AssemblerX86Base<TraitsType>::pmulhuw(Type Ty, XmmRegister dst, function in class:Ice::X86NAMESPACE::AssemblerX86Base
/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp3095 return x86::pmulhuw(x, y);
3300 return x86::pmulhuw(x, y); // FIXME: Fallback required
6370 RValue<UShort4> pmulhuw(RValue<UShort4> x, RValue<UShort4> y) function in namespace:sw::x86
6372 llvm::Function *pmulhuw = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse2_pmulhu_w); local
6374 return As<UShort4>(V(::builder->CreateCall2(pmulhuw, x.value, y.value)));
6391 RValue<UShort8> pmulhuw(RValue<UShort8> x, RValue<UShort8> y) function in namespace:sw::x86
6393 llvm::Function *pmulhuw = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse2_pmulhu_w); local
6395 return RValue<UShort8>(V(::builder->CreateCall2(pmulhuw, x.value, y.value)));

Completed in 877 milliseconds