Searched refs:kAvx2Bitfield (Results 1 – 2 of 2) sorted by relevance
/art/runtime/arch/x86/ | ||
D | instruction_set_features_x86.h | 137 kAvx2Bitfield = 1 << 4, enumerator |
D | instruction_set_features_x86.cc | 266 (has_AVX2_ ? kAvx2Bitfield : 0) | in AsBitmap() |