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

  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.h 57 unsigned has_mmx2:1; member in struct:util_cpu_caps
u_cpu_detect.c 282 util_cpu_caps.has_mmx2 = util_cpu_caps.has_sse; /* SSE cpus supports mmxext too */
296 util_cpu_caps.has_mmx2 |= (regs2[3] >> 22) & 1;
328 debug_printf("util_cpu_caps.has_mmx2 = %u\n", util_cpu_caps.has_mmx2);
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_x86sse.c     [all...]

Completed in 565 milliseconds