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

  /external/libchrome/base/
cpu.h 49 bool has_avx() const { return has_avx_; }
77 bool has_avx_; member in class:base::CPU
cpu.cc 46 has_avx_(false),
190 has_avx_ =
196 has_avx2_ = has_avx_ && (cpu_info7[1] & 0x00000020) != 0;
  /external/v8/src/base/
cpu.h 95 bool has_avx() const { return has_avx_; }
143 bool has_avx_; member in class:v8::base::final
cpu.cc 330 has_avx_(false),
381 has_avx_ = (cpu_info[2] & 0x10000000) != 0;

Completed in 362 milliseconds