Home | History | Annotate | Download | only in jitter

Lines Matching refs:pmaxsd

933     Value *Builder::PMAXSD(Value* a, Value* b)
942 Function* pmaxsd = Intrinsic::getDeclaration(JM()->mpCurrentModule, Intrinsic::x86_avx2_pmaxs_d);
943 return CALL(pmaxsd, {a, b});
948 Function* pmaxsd = Intrinsic::getDeclaration(JM()->mpCurrentModule, Intrinsic::x86_sse41_pmaxsd);
953 Value* resLo = CALL(pmaxsd, {aLo, bLo});
958 Value* resHi = CALL(pmaxsd, {aHi, bHi});