Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc62 bool has_SSSE3, in Create() argument
69 return X86FeaturesUniquePtr(new X86_64InstructionSetFeatures(has_SSSE3, in Create()
76 return X86FeaturesUniquePtr(new X86InstructionSetFeatures(has_SSSE3, in Create()
88 bool has_SSSE3 = FindVariantInArray(x86_variants_with_ssse3, arraysize(x86_variants_with_ssse3), in FromVariant() local
110 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromVariant()
114 bool has_SSSE3 = (bitmap & kSsse3Bitfield) != 0; in FromBitmap() local
120 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromBitmap()
125 const bool has_SSSE3 = false; in FromCppDefines() local
127 const bool has_SSSE3 = true; in FromCppDefines()
160 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 X86InstructionSetFeatures(bool has_SSSE3, in X86InstructionSetFeatures() argument
90 has_SSSE3_(has_SSSE3), in X86InstructionSetFeatures()
99 bool has_SSSE3,
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h77 X86_64InstructionSetFeatures(bool has_SSSE3, in X86_64InstructionSetFeatures() argument
83 : X86InstructionSetFeatures(has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, in X86_64InstructionSetFeatures()