Searched refs:hasAll (Results 1 – 1 of 1) sorted by relevance
3865 bool hasAll = getSTI().hasFeature(AArch64::FeatureAll); in parseSysAlias() local3866 bool hasPredres = hasAll || getSTI().hasFeature(AArch64::FeaturePredRes); in parseSysAlias()3867 bool hasSpecres2 = hasAll || getSTI().hasFeature(AArch64::FeatureSPECRES2); in parseSysAlias()