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