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.cc280 has_lse_ == other_as_arm64->has_lse_ && in Equals()
295 && (has_lse_ || !other_as_arm64->has_lse_) in HasAtLeast()
304 | (has_lse_ ? kLSEBitField: 0) in AsBitmap()
322 if (has_lse_) { in GetFeatureString()
363 bool has_lse = has_lse_; in AddFeaturesFromSplitString()
433 arm64_features->has_lse_, in AddRuntimeDetectedFeatures()
Dinstruction_set_features_arm64.h87 return has_lse_; in HasLSE()
131 has_lse_(has_lse), in Arm64InstructionSetFeatures()
150 const bool has_lse_; // ARMv8.1 Large System Extensions. variable