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

/art/runtime/arch/x86_64/
H A Dinstruction_set_features_x86_64.h77 bool has_AVX, bool has_AVX2, bool prefers_locked_add,
80 has_AVX2, prefers_locked_add, has_POPCNT) {
76 X86_64InstructionSetFeatures(bool smp, bool has_SSSE3, bool has_SSE4_1, bool has_SSE4_2, bool has_AVX, bool has_AVX2, bool prefers_locked_add, bool has_POPCNT) argument
/art/runtime/arch/x86/
H A Dinstruction_set_features_x86.cc70 bool has_AVX2 = false; local
89 has_AVX2, prefers_locked_add, has_POPCNT);
92 has_AVX2, prefers_locked_add, has_POPCNT);
103 bool has_AVX2 = (bitmap & kAvxBitfield) != 0; local
108 has_AVX, has_AVX2, prefers_locked_add,
112 has_AVX, has_AVX2, prefers_locked_add,
145 const bool has_AVX2 = false; local
147 const bool has_AVX2 = true; local
161 has_AVX2, prefers_locked_add, has_POPCNT);
164 has_AVX2, prefers_locked_ad
176 bool has_AVX2 = false; local
315 bool has_AVX2 = has_AVX2_; local
[all...]
H A Dinstruction_set_features_x86.h80 bool has_AVX, bool has_AVX2,
88 has_AVX2_(has_AVX2),
79 X86InstructionSetFeatures(bool smp, bool has_SSSE3, bool has_SSE4_1, bool has_SSE4_2, bool has_AVX, bool has_AVX2, bool prefers_locked_add, bool has_POPCNT) argument

Completed in 4695 milliseconds