Home
last modified time | relevance | path

Searched refs:has_popcnt (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/util/
H A Du_cpu_detect.h103 unsigned has_popcnt:1; member
H A Du_cpu_detect.c727 util_cpu_caps.has_popcnt = (regs2[2] >> 23) & 1; in util_cpu_detect_once()
842 printf("util_cpu_caps.has_popcnt = %u\n", util_cpu_caps.has_popcnt); in util_cpu_detect_once()
/third_party/node/deps/v8/src/base/
H A Dcpu.h102 bool has_popcnt() const { return has_popcnt_; } in has_popcnt() function in v8::base::final
H A Dcpu.cc395 has_popcnt_ = features.x86.has_popcnt; in StarboardDetectCPU()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom.c56 if (util_get_cpu_caps()->has_popcnt) in init_atoms_once()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.cpp2716 if (util_get_cpu_caps()->has_popcnt) {
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.cc154 if (cpu.has_popcnt() && FLAG_enable_popcnt) SetSupported(POPCNT); in ProbeImpl()
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.cc110 if (cpu.has_popcnt() && FLAG_enable_popcnt) SetSupported(POPCNT); in ProbeImpl()

Completed in 21 milliseconds