Searched defs:has_popcnt (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/util/ | ||
D | u_cpu_detect.h | 103 unsigned has_popcnt:1; member |
/third_party/node/deps/v8/src/base/ | ||
D | cpu.h | 102 bool has_popcnt() const { return has_popcnt_; } in has_popcnt() function |