Home | History | Annotate | Download | only in Basic

Lines Matching refs:XOP

1938     XOP
2557 // xop implies avx, sse4a and fma4.
2558 setFeatureEnabledImpl(Features, "xop", true);
2655 case XOP:
2656 Features["xop"] = true;
2675 case XOP:
2676 Features["xop"] = false;
2723 } else if (Name == "xop") {
2724 setXOPLevel(Features, XOP, Enabled);
2886 .Case("xop", XOP)
3146 case XOP:
3289 .Case("xop", XOPLevel >= XOP)