Home
last modified time | relevance | path

Searched defs:has_AVX (Results 1 – 3 of 3) sorted by relevance

/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc60 bool has_AVX = false; in FromVariant() local
84 bool has_AVX = (bitmap & kAvxBitfield) != 0; in FromBitmap() local
116 const bool has_AVX = false; in FromCppDefines() local
118 const bool has_AVX = true; in FromCppDefines() local
142 bool has_AVX = false; in FromCpuInfo() local
260 bool has_AVX = has_AVX_; in AddFeaturesFromSplitString() local
Dinstruction_set_features_x86.h76 bool has_AVX, bool has_AVX2) in X86InstructionSetFeatures()
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h77 bool has_AVX, bool has_AVX2) in X86_64InstructionSetFeatures()