Home
last modified time | relevance | path

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

/aosp12/art/runtime/arch/x86/
H A Dinstruction_set_features_x86.cc83 bool has_SSE4_1, in Create()
116 bool has_SSE4_1 = FindVariantInArray(x86_variants_with_sse4_1, in FromVariant() local
144 bool has_SSE4_1 = (bitmap & kSse4_1Bitfield) != 0; in FromBitmap() local
160 const bool has_SSE4_1 = false; in FromCppDefines() local
162 const bool has_SSE4_1 = true; in FromCppDefines() local
196 bool has_SSE4_1 = false; in FromCpuInfo() local
341 bool has_SSE4_1 = has_SSE4_1_; in AddFeaturesFromSplitString() local
H A Dinstruction_set_features_x86.h111 bool has_SSE4_1, in X86InstructionSetFeatures()
/aosp12/art/runtime/arch/x86_64/
H A Dinstruction_set_features_x86_64.h83 bool has_SSE4_1, in X86_64InstructionSetFeatures()