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

  /external/v8/src/base/
cpu.h 99 bool has_popcnt() const { return has_popcnt_; } function in class:v8::base::final
  /external/v8/src/ia32/
assembler-ia32.cc 128 if (cpu.has_popcnt() && FLAG_enable_popcnt) supported_ |= 1u << POPCNT;
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 97 if (cpu.has_popcnt() && FLAG_enable_popcnt) supported_ |= 1u << POPCNT;
    [all...]

Completed in 2004 milliseconds