Home
last modified time | relevance | path

Searched refs:has_dotprod (Results 1 – 2 of 2) sorted by relevance

/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.cc115 bool has_dotprod = FindVariantInArray(arm64_variants_with_dotprod, in FromVariant() local
145 has_dotprod)); in FromVariant()
153 bool has_dotprod = (bitmap & kDotProdBitField) != 0; in FromBitmap() local
159 has_dotprod)); in FromBitmap()
171 bool has_dotprod = false; in FromCppDefines() local
187 has_dotprod = true; in FromCppDefines()
195 has_dotprod)); in FromCppDefines()
209 bool has_dotprod = false; in FromHwcap() local
216 has_dotprod = hwcaps & HWCAP_ASIMDDP ? true : false; in FromHwcap()
224 has_dotprod)); in FromHwcap()
[all …]
Dinstruction_set_features_arm64.h110 bool has_dotprod) in Arm64InstructionSetFeatures() argument
117 has_dotprod_(has_dotprod) { in Arm64InstructionSetFeatures()