Home
last modified time | relevance | path

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

/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.cc127 bool has_dotprod = FindVariantInArray(arm64_variants_with_dotprod, in FromVariant() local
192 bool has_dotprod = (bitmap & kDotProdBitField) != 0; in FromBitmap() local
212 bool has_dotprod = false; in FromCppDefines() local
256 bool has_dotprod = false; in FromHwcap() local
391 bool has_dotprod = has_dotprod_; in AddFeaturesFromSplitString() local
Dinstruction_set_features_arm64.h130 bool has_dotprod, in Arm64InstructionSetFeatures()