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

  /art/runtime/arch/x86/
instruction_set_features_x86.cc 58 bool has_SSE4_1,
65 has_SSE4_1,
72 has_SSE4_1,
85 bool has_SSE4_1 = FindVariantInArray(x86_variants_with_sse4_1,
105 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT);
110 bool has_SSE4_1 = (bitmap & kSse4_1Bitfield) != 0;
115 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT);
126 const bool has_SSE4_1 = false;
128 const bool has_SSE4_1 = 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 83 bool has_SSE4_1,
90 has_SSE4_1_(has_SSE4_1),
99 bool has_SSE4_1,
  /art/runtime/arch/x86_64/
instruction_set_features_x86_64.h 78 bool has_SSE4_1,
83 : X86InstructionSetFeatures(has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX,

Completed in 45 milliseconds