Searched refs:regs2 (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/util/ |
D | u_cpu_detect.c | 686 uint32_t regs2[4]; in util_cpu_detect_once() local 696 cpuid (0x00000001, regs2); in util_cpu_detect_once() 698 util_cpu_caps.x86_cpu_type = (regs2[0] >> 8) & 0xf; in util_cpu_detect_once() 701 util_cpu_caps.x86_cpu_type += ((regs2[0] >> 20) & 0xff); in util_cpu_detect_once() 719 util_cpu_caps.has_tsc = (regs2[3] >> 4) & 1; /* 0x0000010 */ in util_cpu_detect_once() 720 util_cpu_caps.has_mmx = (regs2[3] >> 23) & 1; /* 0x0800000 */ in util_cpu_detect_once() 721 util_cpu_caps.has_sse = (regs2[3] >> 25) & 1; /* 0x2000000 */ in util_cpu_detect_once() 722 util_cpu_caps.has_sse2 = (regs2[3] >> 26) & 1; /* 0x4000000 */ in util_cpu_detect_once() 723 util_cpu_caps.has_sse3 = (regs2[2] >> 0) & 1; /* 0x0000001 */ in util_cpu_detect_once() 724 util_cpu_caps.has_ssse3 = (regs2[2] >> 9) & 1; /* 0x0000020 */ in util_cpu_detect_once() [all …]
|
/third_party/ffmpeg/libavcodec/arm/ |
D | hevcdsp_qpel_neon.S | 948 .macro put_qpel_uw_pixels width, regs, regs2, regs3, regs4 953 vld1.32 {\regs2} , [r2], r3 957 vst1.32 {\regs2} , [r0], r1 965 .macro put_qpel_uw_pixels_m width, regs, regs2, regs3, regs4 972 vld1.32 {\regs2} , [r2] 980 vst1.32 {\regs2} , [r0]
|