Lines Matching full:popcnt
1948 Features["popcnt"] = false;
2066 setFeatureEnabled(Features, "popcnt", true);
2072 setFeatureEnabled(Features, "popcnt", true);
2132 Features["popcnt"] = true;
2147 Features["popcnt"] = Features["avx"] = true;
2151 Features["popcnt"] = Features["avx"] = Features["avx2"] = true;
2155 Features["popcnt"] = Features["avx"] = Features["fma"] = true;
2159 Features["popcnt"] = Features["avx"] = Features["sse4a"] =
2164 Features["popcnt"] = Features["avx"] = Features["sse4a"] =
2177 else if (Name == "popcnt")
2178 Features["popcnt"] = true;
2241 else if (Name == "popcnt")
2242 Features["popcnt"] = false;
2301 if (Feature == "popcnt") {
2648 .Case("popcnt", HasPOPCNT)