Home
last modified time | relevance | path

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

/aosp12/art/runtime/arch/x86/
H A Dinstruction_set_features_x86.cc84 bool has_SSE4_2, in Create()
119 bool has_SSE4_2 = FindVariantInArray(x86_variants_with_sse4_2, in FromVariant() local
145 bool has_SSE4_2 = (bitmap & kSse4_2Bitfield) != 0; in FromBitmap() local
166 const bool has_SSE4_2 = false; in FromCppDefines() local
168 const bool has_SSE4_2 = true; in FromCppDefines() local
197 bool has_SSE4_2 = false; in FromCpuInfo() local
342 bool has_SSE4_2 = has_SSE4_2_; in AddFeaturesFromSplitString() local
H A Dinstruction_set_features_x86.h112 bool has_SSE4_2, in X86InstructionSetFeatures()
/aosp12/art/runtime/arch/x86_64/
H A Dinstruction_set_features_x86_64.h84 bool has_SSE4_2, in X86_64InstructionSetFeatures()