Searched refs:FE_FALSE (Results 1 – 1 of 1) sorted by relevance
169 enum { FE_NOSET = -1, FE_FALSE, FE_TRUE }; in initFeatureMap() enumerator208 } else if (HasEVEX512 != FE_FALSE && Feature == "-evex512") { in initFeatureMap()209 HasEVEX512 = FE_FALSE; in initFeatureMap()219 UpdatedFeaturesVec.push_back(HasEVEX512 == FE_FALSE ? "-evex512" in initFeatureMap()221 if (HasAVX10 && HasEVEX512 != FE_FALSE) in initFeatureMap()