Home
last modified time | relevance | path

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

/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.cc107 bool has_lse = FindVariantInArray(arm64_variants_with_lse, in FromVariant() local
156 bool has_lse = (bitmap & kLSEBitField) != 0; in FromBitmap() local
176 bool has_lse = false; in FromCppDefines() local
220 bool has_lse = false; in FromHwcap() local
339 bool has_lse = has_lse_; in AddFeaturesFromSplitString() local
Dinstruction_set_features_arm64.h112 bool has_lse, in Arm64InstructionSetFeatures()