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.cpp3088 return x86::pmulhuw(x, y);
3300 return x86::pmulhuw(x, y); // FIXME: Fallback required
6351 RValue<UShort4> pmulhuw(RValue<UShort4> x, RValue<UShort4> y) function in namespace:sw::x86
6353 llvm::Function *pmulhuw = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse2_pmulhu_w); local
6355 return As<UShort4>(V(::builder->CreateCall2(pmulhuw, x.value, y.value)));
6372 RValue<UShort8> pmulhuw(RValue<UShort8> x, RValue<UShort8> y) function in namespace:sw::x86
6374 llvm::Function *pmulhuw = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse2_pmulhu_w); local
6376 return RValue<UShort8>(V(::builder->CreateCall2(pmulhuw, x.value, y.value)));

Completed in 177 milliseconds