• Home
  • Raw
  • Download

Lines Matching refs:uiCPU

57   uint32_t uiCPU = 0;  in WelsCPUFeatureDetect()  local
81 uiCPU = WELS_CPU_MMX; in WelsCPUFeatureDetect()
84 uiCPU |= WELS_CPU_MMXEXT | WELS_CPU_SSE; in WelsCPUFeatureDetect()
88 uiCPU |= WELS_CPU_SSE2; in WelsCPUFeatureDetect()
92 uiCPU |= WELS_CPU_FPU; in WelsCPUFeatureDetect()
96 uiCPU |= WELS_CPU_CMOV; in WelsCPUFeatureDetect()
102 uiCPU |= WELS_CPU_HTT; in WelsCPUFeatureDetect()
108 uiCPU |= WELS_CPU_SSE3; in WelsCPUFeatureDetect()
112 uiCPU |= WELS_CPU_SSSE3; in WelsCPUFeatureDetect()
116 uiCPU |= WELS_CPU_SSE41; in WelsCPUFeatureDetect()
120 uiCPU |= WELS_CPU_SSE42; in WelsCPUFeatureDetect()
124 uiCPU |= WELS_CPU_AVX; in WelsCPUFeatureDetect()
128 uiCPU |= WELS_CPU_FMA; in WelsCPUFeatureDetect()
132 uiCPU |= WELS_CPU_AES; in WelsCPUFeatureDetect()
136 uiCPU |= WELS_CPU_MOVBE; in WelsCPUFeatureDetect()
142 if ((uiCPU & WELS_CPU_AVX) && (uiFeatureB & 0x00000020)) { in WelsCPUFeatureDetect()
144 uiCPU |= WELS_CPU_AVX2; in WelsCPUFeatureDetect()
150 if (uiFeatureC & 0x10000) uiCPU |= WELS_CPU_AVX512F; in WelsCPUFeatureDetect()
151 if (uiFeatureC & 0x10000000) uiCPU |= WELS_CPU_AVX512CD; in WelsCPUFeatureDetect()
152 if (uiFeatureC & 0x20000) uiCPU |= WELS_CPU_AVX512DQ; in WelsCPUFeatureDetect()
153 if (uiFeatureC & 0x40000000) uiCPU |= WELS_CPU_AVX512BW; in WelsCPUFeatureDetect()
154 if (uiFeatureC & 0x80000000) uiCPU |= WELS_CPU_AVX512VL; in WelsCPUFeatureDetect()
158 if (uiCPU & WELS_CPU_HTT) { in WelsCPUFeatureDetect()
180 uiCPU |= WELS_CPU_MMXEXT; in WelsCPUFeatureDetect()
183 uiCPU |= WELS_CPU_3DNOW; in WelsCPUFeatureDetect()
195 uiCPU &= ~ (WELS_CPU_SSE2 | WELS_CPU_SSE3); in WelsCPUFeatureDetect()
208 uiCPU |= WELS_CPU_CACHELINE_128; in WelsCPUFeatureDetect()
210 uiCPU |= WELS_CPU_CACHELINE_64; in WelsCPUFeatureDetect()
212 uiCPU |= WELS_CPU_CACHELINE_32; in WelsCPUFeatureDetect()
214 uiCPU |= WELS_CPU_CACHELINE_16; in WelsCPUFeatureDetect()
218 return uiCPU; in WelsCPUFeatureDetect()
231 uint32_t uiCPU = 0; in WelsCPUFeatureDetect() local
238 uiCPU |= WELS_CPU_ARMv7; in WelsCPUFeatureDetect()
241 uiCPU |= WELS_CPU_VFPv3; in WelsCPUFeatureDetect()
244 uiCPU |= WELS_CPU_NEON; in WelsCPUFeatureDetect()
252 return uiCPU; in WelsCPUFeatureDetect()
257 uint32_t uiCPU = 0; in WelsCPUFeatureDetect() local
260 uiCPU |= WELS_CPU_ARMv7; in WelsCPUFeatureDetect()
261 uiCPU |= WELS_CPU_VFPv3; in WelsCPUFeatureDetect()
262 uiCPU |= WELS_CPU_NEON; in WelsCPUFeatureDetect()
264 return uiCPU; in WelsCPUFeatureDetect()