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

  /external/v8/src/base/
cpu.h 100 bool has_popcnt() const { return has_popcnt_; }
148 bool has_popcnt_; member in class:v8::base::final
cpu.cc 335 has_popcnt_(false),
379 has_popcnt_ = (cpu_info[2] & 0x00800000) != 0;

Completed in 899 milliseconds