Searched refs:FE_FALSE (Results 1 – 1 of 1) sorted by relevance
140 enum { FE_NOSET = -1, FE_FALSE, FE_TRUE }; in initFeatureMap() enumerator179 } else if (HasEVEX512 != FE_FALSE && Feature == "-evex512") { in initFeatureMap()180 HasEVEX512 = FE_FALSE; in initFeatureMap()190 UpdatedFeaturesVec.push_back(HasEVEX512 == FE_FALSE ? "-evex512" in initFeatureMap()192 if (HasAVX10 && !HasAVX10_512 && HasEVEX512 != FE_FALSE) in initFeatureMap()