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

  /external/v8/src/base/
cpu.h 99 bool has_lzcnt() const { return has_lzcnt_; }
147 bool has_lzcnt_; member in class:v8::base::final
cpu.cc 334 has_lzcnt_(false),
415 has_lzcnt_ = (cpu_info[2] & 0x00000020) != 0;

Completed in 74 milliseconds