Searched refs:has_SSE4_2 (Results 1 – 3 of 3) sorted by relevance
/art/runtime/arch/x86/ |
D | instruction_set_features_x86.cc | 76 bool has_SSE4_2, in Create() argument 83 has_SSE4_2, in Create() 90 has_SSE4_2, in Create() 105 bool has_SSE4_2 = FindVariantInArray(x86_variants_with_sse4_2, in FromVariant() local 125 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromVariant() 131 bool has_SSE4_2 = (bitmap & kSse4_2Bitfield) != 0; in FromBitmap() local 135 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromBitmap() 152 const bool has_SSE4_2 = false; in FromCppDefines() local 154 const bool has_SSE4_2 = true; in FromCppDefines() local 175 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromCppDefines() [all …]
|
D | instruction_set_features_x86.h | 109 bool has_SSE4_2, in X86InstructionSetFeatures() argument 116 has_SSE4_2_(has_SSE4_2), in X86InstructionSetFeatures() 125 bool has_SSE4_2,
|
/art/runtime/arch/x86_64/ |
D | instruction_set_features_x86_64.h | 79 bool has_SSE4_2, in X86_64InstructionSetFeatures() argument 83 : X86InstructionSetFeatures(has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, in X86_64InstructionSetFeatures()
|