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

/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp3090 return x86::psubusw(x, y);
6122 RValue<UShort4> psubusw(RValue<UShort4> x, RValue<UShort4> y) function in namespace:sw::x86
6124 llvm::Function *psubusw = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse2_psubus_w); local
6126 return As<UShort4>(V(::builder->CreateCall2(psubusw, x.value, y.value)));

Completed in 215 milliseconds