Home | History | Annotate | Download | only in Basic

Lines Matching full:xop

2311     XOP
3034 // xop implies avx, sse4a and fma4.
3035 setFeatureEnabledImpl(Features, "xop", true);
3166 case XOP:
3167 Features["xop"] = true;
3186 case XOP:
3187 Features["xop"] = false;
3239 } else if (Name == "xop") {
3240 setXOPLevel(Features, XOP, Enabled);
3379 .Case("+xop", XOP)
3619 case XOP:
3790 .Case("xop", XOPLevel >= XOP)
3818 .Case("xop", true)