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

  /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...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-metag.c 3605 const metag_reg *regs2[1]; local
    [all...]

Completed in 905 milliseconds