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

  /art/runtime/arch/x86/
instruction_set_features_x86.h 86 has_SSE4_2_(has_SSE4_2),
108 const bool has_SSE4_2_; // x86 128bit SIMD SSE4.2.
instruction_set_features_x86.cc 245 (has_SSE4_2_ == other_as_x86->has_SSE4_2_) &&
256 (has_SSE4_2_ ? kSse4_2Bitfield : 0) |
280 if (has_SSE4_2_) {
313 bool has_SSE4_2 = has_SSE4_2_;

Completed in 296 milliseconds