Searched refs:has_lse_ (Results 1 – 2 of 2) sorted by relevance
240 has_lse_ == other_as_arm64->has_lse_ && in Equals()254 && (has_lse_ || !other_as_arm64->has_lse_) in HasAtLeast()262 | (has_lse_ ? kLSEBitField: 0) in AsBitmap()279 if (has_lse_) { in GetFeatureString()315 bool has_lse = has_lse_; in AddFeaturesFromSplitString()379 arm64_features->has_lse_, in AddRuntimeDetectedFeatures()
81 return has_lse_; in HasLSE()115 has_lse_(has_lse), in Arm64InstructionSetFeatures()132 const bool has_lse_; // ARMv8.1 Large System Extensions. variable