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.cc107 bool has_lse = FindVariantInArray(arm64_variants_with_lse, in FromVariant() local
147 has_lse, in FromVariant()
156 bool has_lse = (bitmap & kLSEBitField) != 0; in FromBitmap() local
163 has_lse, in FromBitmap()
176 bool has_lse = false; in FromCppDefines() local
187 has_lse = true; in FromCppDefines()
205 has_lse, in FromCppDefines()
220 bool has_lse = false; in FromHwcap() local
228 has_lse = hwcaps & HWCAP_ATOMICS ? true : false; in FromHwcap()
237 has_lse, in FromHwcap()
[all …]
Dinstruction_set_features_arm64.h112 bool has_lse, in Arm64InstructionSetFeatures() argument
120 has_lse_(has_lse), in Arm64InstructionSetFeatures()