Lines Matching full:psubsw
2814 return x86::psubsw(x, y);6108 RValue<Short4> psubsw(RValue<Short4> x, RValue<Short4> y)6110 llvm::Function *psubsw = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse2_psubs_w);6112 return As<Short4>(V(::builder->CreateCall2(psubsw, x.value, y.value)));