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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_cpu_detect.c 256 uint32_t regs2[4]; local
266 cpuid (0x00000001, regs2);
268 util_cpu_caps.x86_cpu_type = (regs2[0] >> 8) & 0xf;
270 util_cpu_caps.x86_cpu_type = 8 + ((regs2[0] >> 20) & 255); /* use extended family (P4, IA64) */
273 util_cpu_caps.has_tsc = (regs2[3] >> 8) & 1; /* 0x0000010 */
274 util_cpu_caps.has_mmx = (regs2[3] >> 23) & 1; /* 0x0800000 */
275 util_cpu_caps.has_sse = (regs2[3] >> 25) & 1; /* 0x2000000 */
276 util_cpu_caps.has_sse2 = (regs2[3] >> 26) & 1; /* 0x4000000 */
277 util_cpu_caps.has_sse3 = (regs2[2] >> 0) & 1; /* 0x0000001 */
278 util_cpu_caps.has_ssse3 = (regs2[2] >> 9) & 1; /* 0x0000020 *
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.c 256 uint32_t regs2[4]; local
266 cpuid (0x00000001, regs2);
268 util_cpu_caps.x86_cpu_type = (regs2[0] >> 8) & 0xf;
270 util_cpu_caps.x86_cpu_type = 8 + ((regs2[0] >> 20) & 255); /* use extended family (P4, IA64) */
273 util_cpu_caps.has_tsc = (regs2[3] >> 8) & 1; /* 0x0000010 */
274 util_cpu_caps.has_mmx = (regs2[3] >> 23) & 1; /* 0x0800000 */
275 util_cpu_caps.has_sse = (regs2[3] >> 25) & 1; /* 0x2000000 */
276 util_cpu_caps.has_sse2 = (regs2[3] >> 26) & 1; /* 0x4000000 */
277 util_cpu_caps.has_sse3 = (regs2[2] >> 0) & 1; /* 0x0000001 */
278 util_cpu_caps.has_ssse3 = (regs2[2] >> 9) & 1; /* 0x0000020 *
    [all...]
  /hardware/invensense/60xx/mlsdk/mllite/
mlFIFO.c 1497 unsigned char regs2[4] = { DINA20, DINA28, local
    [all...]

Completed in 645 milliseconds