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

  /art/runtime/arch/x86/
instruction_set_features_x86.h 84 has_SSSE3_(has_SSSE3),
106 const bool has_SSSE3_; // x86 128bit SIMD - Supplemental SSE.
instruction_set_features_x86.cc 243 (has_SSSE3_ == other_as_x86->has_SSSE3_) &&
254 (has_SSSE3_ ? kSsse3Bitfield : 0) |
270 if (has_SSSE3_) {
311 bool has_SSSE3 = has_SSSE3_;

Completed in 420 milliseconds