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

  /art/runtime/arch/x86/
instruction_set_features_x86.cc 69 bool has_AVX = false;
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,
102 bool has_AVX = (bitmap & kAvxBitfield) != 0;
108 has_AVX, has_AVX2, prefers_locked_add,
112 has_AVX, has_AVX2, prefers_locked_add,
139 const bool has_AVX = false;
141 const bool has_AVX = true;
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_AVX,
    [all...]
instruction_set_features_x86.h 80 bool has_AVX, bool has_AVX2,
87 has_AVX_(has_AVX),
  /art/runtime/arch/x86_64/
instruction_set_features_x86_64.h 77 bool has_AVX, bool has_AVX2, bool prefers_locked_add,
79 : X86InstructionSetFeatures(smp, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX,

Completed in 200 milliseconds