Home
last modified time | relevance | path

Searched refs:has_lse_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.cc256 has_lse_ == other_as_arm64->has_lse_ && in Equals()
271 && (has_lse_ || !other_as_arm64->has_lse_) in HasAtLeast()
280 | (has_lse_ ? kLSEBitField: 0) in AsBitmap()
298 if (has_lse_) { in GetFeatureString()
339 bool has_lse = has_lse_; in AddFeaturesFromSplitString()
409 arm64_features->has_lse_, in AddRuntimeDetectedFeatures()
Dinstruction_set_features_arm64.h81 return has_lse_; in HasLSE()
120 has_lse_(has_lse), in Arm64InstructionSetFeatures()
139 const bool has_lse_; // ARMv8.1 Large System Extensions. variable