HomeSort by relevance Sort by last modified time
    Searched defs:pmulhw (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceAssemblerX86BaseImpl.h 912 void AssemblerX86Base<TraitsType>::pmulhw(Type Ty, XmmRegister dst, function in class:Ice::X86NAMESPACE::AssemblerX86Base
925 void AssemblerX86Base<TraitsType>::pmulhw(Type Ty, XmmRegister dst, function in class:Ice::X86NAMESPACE::AssemblerX86Base
    [all...]
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp 6363 RValue<Short4> pmulhw(RValue<Short4> x, RValue<Short4> y) function in namespace:sw::x86
6365 llvm::Function *pmulhw = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse2_pmulh_w); local
6384 RValue<Short8> pmulhw(RValue<Short8> x, RValue<Short8> y) function in namespace:sw::x86
6386 llvm::Function *pmulhw = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse2_pmulh_w); local
    [all...]

Completed in 60 milliseconds