Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc76 bool has_SSE4_2, in Create()
111 bool has_SSE4_2 = FindVariantInArray(x86_variants_with_sse4_2, in FromVariant() local
137 bool has_SSE4_2 = (bitmap & kSse4_2Bitfield) != 0; in FromBitmap() local
158 const bool has_SSE4_2 = false; in FromCppDefines() local
160 const bool has_SSE4_2 = true; in FromCppDefines() local
189 bool has_SSE4_2 = false; in FromCpuInfo() local
316 bool has_SSE4_2 = has_SSE4_2_; in AddFeaturesFromSplitString() local
Dinstruction_set_features_x86.h109 bool has_SSE4_2, in X86InstructionSetFeatures()
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h79 bool has_SSE4_2, in X86_64InstructionSetFeatures()