Searched refs:has_AVX_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/arch/x86/
H A Dinstruction_set_features_x86.h78 has_SSE4_2_(has_SSE4_2), has_AVX_(has_AVX), has_AVX2_(has_AVX2) {
95 const bool has_AVX_; // x86 256bit SIMD AVX. member in class:art::X86InstructionSetFeatures
H A Dinstruction_set_features_x86.cc206 (has_AVX_ == other_as_x86->has_AVX_) &&
215 (has_AVX_ ? kAvxBitfield : 0) |
241 if (has_AVX_) {
260 bool has_AVX = has_AVX_;

Completed in 57 milliseconds