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

/art/runtime/arch/x86_64/
H A Dinstruction_set_features_x86_64.h76 X86_64InstructionSetFeatures(bool smp, bool has_SSSE3, bool has_SSE4_1, bool has_SSE4_2, argument
79 : X86InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX,
/art/runtime/arch/x86/
H A Dinstruction_set_features_x86.cc66 bool has_SSE4_2 = FindVariantInArray(x86_variants_with_sse4_2, local
88 return new X86_64InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX,
91 return new X86InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX,
101 bool has_SSE4_2 = (bitmap & kSse4_2Bitfield) != 0; local
107 return new X86_64InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2,
111 return new X86InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2,
133 const bool has_SSE4_2 = false; local
135 const bool has_SSE4_2 = true; local
160 return new X86_64InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX,
163 return new X86InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AV
174 bool has_SSE4_2 = false; local
313 bool has_SSE4_2 = has_SSE4_2_; local
[all...]
H A Dinstruction_set_features_x86.h79 X86InstructionSetFeatures(bool smp, bool has_SSSE3, bool has_SSE4_1, bool has_SSE4_2, argument
86 has_SSE4_2_(has_SSE4_2),

Completed in 2218 milliseconds