Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc58 bool has_SSE4_1, in Create() argument
65 has_SSE4_1, in Create()
72 has_SSE4_1, in Create()
85 bool has_SSE4_1 = FindVariantInArray(x86_variants_with_sse4_1, in FromVariant() local
105 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromVariant()
110 bool has_SSE4_1 = (bitmap & kSse4_1Bitfield) != 0; in FromBitmap() local
115 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromBitmap()
126 const bool has_SSE4_1 = false; in FromCppDefines() local
128 const bool has_SSE4_1 = true; in FromCppDefines() local
155 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromCppDefines()
[all …]
Dinstruction_set_features_x86.h83 bool has_SSE4_1, in X86InstructionSetFeatures() argument
90 has_SSE4_1_(has_SSE4_1), in X86InstructionSetFeatures()
99 bool has_SSE4_1,
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h78 bool has_SSE4_1, in X86_64InstructionSetFeatures() argument
83 : X86InstructionSetFeatures(has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, in X86_64InstructionSetFeatures()