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.cc65 bool has_AVX, in Create()
96 bool has_AVX = false; in FromVariant() local
117 bool has_AVX = (bitmap & kAvxBitfield) != 0; in FromBitmap() local
143 const bool has_AVX = false; in FromCppDefines() local
145 const bool has_AVX = true; in FromCppDefines() local
169 bool has_AVX = false; in FromCpuInfo() local
283 bool has_AVX = has_AVX_; in AddFeaturesFromSplitString() local
Dinstruction_set_features_x86.h85 bool has_AVX, in X86InstructionSetFeatures()
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h80 bool has_AVX, in X86_64InstructionSetFeatures()