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

  /external/v8/src/base/
cpu.h 86 bool has_sahf() const { return has_sahf_; }
133 bool has_sahf_; member in class:v8::base::final
cpu.cc 320 has_sahf_(false),
417 has_sahf_ = (cpu_info[2] & 0x00000001) != 0;

Completed in 1195 milliseconds