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.cc119 bool has_lse = FindVariantInArray(arm64_variants_with_lse, in FromVariant() local
190 bool has_lse = (bitmap & kLSEBitField) != 0; in FromBitmap() local
210 bool has_lse = false; in FromCppDefines() local
254 bool has_lse = false; in FromHwcap() local
389 bool has_lse = has_lse_; in AddFeaturesFromSplitString() local
Dinstruction_set_features_arm64.h128 bool has_lse, in Arm64InstructionSetFeatures()