Home | History | Annotate | Download | only in Reactor

Lines Matching full:pmulhw

3597 			auto pmulhw = Ice::InstIntrinsicCall::create(::function, 2, result, target, intrinsic);
3598 pmulhw->addArg(x.value);
3599 pmulhw->addArg(y.value);
3600 ::basicBlock->appendInst(pmulhw);