HomeSort by relevance Sort by last modified time
    Searched refs:has_SSSE3 (Results 1 - 3 of 3) sorted by null

  /art/runtime/arch/x86/
instruction_set_features_x86.cc 57 bool has_SSSE3,
64 return X86FeaturesUniquePtr(new X86_64InstructionSetFeatures(has_SSSE3,
71 return X86FeaturesUniquePtr(new X86InstructionSetFeatures(has_SSSE3,
83 bool has_SSSE3 = FindVariantInArray(x86_variants_with_ssse3, arraysize(x86_variants_with_ssse3),
105 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT);
109 bool has_SSSE3 = (bitmap & kSsse3Bitfield) != 0;
115 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT);
120 const bool has_SSSE3 = false;
122 const bool has_SSSE3 = true;
155 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT)
    [all...]
instruction_set_features_x86.h 82 X86InstructionSetFeatures(bool has_SSSE3,
89 has_SSSE3_(has_SSSE3),
98 bool has_SSSE3,
  /art/runtime/arch/x86_64/
instruction_set_features_x86_64.h 77 X86_64InstructionSetFeatures(bool has_SSSE3,
83 : X86InstructionSetFeatures(has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX,

Completed in 247 milliseconds