Home
last modified time | relevance | path

Searched defs:has_lse (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/arch/arm64/
H A Dinstruction_set_features_arm64.cc115 bool has_lse = FindVariantInArray(arm64_variants_with_lse, in FromVariant() local
164 bool has_lse = (bitmap & kLSEBitField) != 0; in FromBitmap() local
184 bool has_lse = false; in FromCppDefines() local
228 bool has_lse = false; in FromHwcap() local
363 bool has_lse = has_lse_; in AddFeaturesFromSplitString() local
H A Dinstruction_set_features_arm64.h123 bool has_lse, in Arm64InstructionSetFeatures()