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

  /external/chromium_org/v8/src/base/
cpu.h 63 bool has_sahf() const { return has_sahf_; }
96 bool has_sahf_; member in class:v8::base::FINAL
cpu.cc 277 has_sahf_(false),
331 has_sahf_ = true;
341 has_sahf_ = (cpu_info[2] & 0x00000001) != 0;

Completed in 30 milliseconds