Home | History | Annotate | Download | only in Reactor

Lines Matching refs:punpcklbw

2233 			return x86::punpcklbw(x, y);
2541 return As<Short4>(x86::punpcklbw(As<Byte8>(x), As<Byte8>(y)));
7370 RValue<Short4> punpcklbw(RValue<Byte8> x, RValue<Byte8> y)
7373 llvm::Function *punpcklbw = Intrinsic::getDeclaration(module, Intrinsic::x86_mmx_punpcklbw);
7375 return As<Short4>(RValue<MMX>(Nucleus::createCall(punpcklbw, As<MMX>(x).value, As<MMX>(y).value)));