Lines Matching refs:AVX

82   if (CpuFeatures::IsSupported(AVX)) {
83 CpuFeatureScope scope(this, AVX);
95 if (CpuFeatures::IsSupported(AVX)) {
96 CpuFeatureScope scope(this, AVX);
108 if (CpuFeatures::IsSupported(AVX)) {
109 CpuFeatureScope scope(this, AVX);
121 if (CpuFeatures::IsSupported(AVX)) {
122 CpuFeatureScope avx_scope(this, AVX);
141 if (CpuFeatures::IsSupported(AVX)) {
142 CpuFeatureScope avx_scope(this, AVX);
154 if (CpuFeatures::IsSupported(AVX)) {
155 CpuFeatureScope scope(this, AVX);
180 if (CpuFeatures::IsSupported(AVX)) {
181 CpuFeatureScope scope(this, AVX);
209 if (CpuFeatures::IsSupported(AVX)) {
210 CpuFeatureScope scope(this, AVX);
239 if (CpuFeatures::IsSupported(AVX)) {
240 CpuFeatureScope scope(this, AVX);
277 if (CpuFeatures::IsSupported(AVX)) {
278 CpuFeatureScope scope(this, AVX);
319 } else if (CpuFeatures::IsSupported(AVX)) {
320 CpuFeatureScope avx_scope(this, AVX);
406 if (!CpuFeatures::IsSupported(AVX) && (dst != src1)) {
438 if (!CpuFeatures::IsSupported(AVX) && (dst != src1)) {
489 if (!CpuFeatures::IsSupported(AVX) && (dst != src1)) {
570 if (CpuFeatures::IsSupported(AVX)) {
571 CpuFeatureScope avx_scope(this, AVX);
596 if (CpuFeatures::IsSupported(AVX)) {
597 CpuFeatureScope avx_scope(this, AVX);
643 if (CpuFeatures::IsSupported(AVX)) {
644 CpuFeatureScope avx_scope(this, AVX);
667 if (CpuFeatures::IsSupported(AVX)) {
668 CpuFeatureScope avx_scope(this, AVX);
697 if (!CpuFeatures::IsSupported(AVX) && (dst != src1)) {
711 if (CpuFeatures::IsSupported(AVX)) {
712 CpuFeatureScope avx_scope(this, AVX);
755 if (CpuFeatures::IsSupported(AVX)) {
756 CpuFeatureScope avx_scope(this, AVX);
772 if (CpuFeatures::IsSupported(AVX)) {
773 CpuFeatureScope avx_scope(this, AVX);
796 if (CpuFeatures::IsSupported(AVX)) {
797 CpuFeatureScope avx_scope(this, AVX);
821 if (CpuFeatures::IsSupported(AVX)) {
822 CpuFeatureScope scope(this, AVX);
838 if (CpuFeatures::IsSupported(AVX)) {
839 CpuFeatureScope avx_scope(this, AVX);
859 if (CpuFeatures::IsSupported(AVX)) {
860 CpuFeatureScope avx_scope(this, AVX);
893 if (CpuFeatures::IsSupported(AVX)) {
894 CpuFeatureScope avx_scope(this, AVX);
944 if (!CpuFeatures::IsSupported(AVX) && (dst != src)) {
978 if (!CpuFeatures::IsSupported(AVX) && (dst != src)) {
996 if (CpuFeatures::IsSupported(AVX)) {
997 CpuFeatureScope avx_scope(this, AVX);
1012 // Same algorithm as AVX version, but with moves to not overwrite inputs.
1037 // For non-AVX, use non-destructive pshufd instead of punpckldq/punpckhdq.
1042 if (CpuFeatures::IsSupported(AVX)) {
1043 CpuFeatureScope avx_scope(this, AVX);
1072 if (CpuFeatures::IsSupported(AVX)) {
1073 CpuFeatureScope avx_scope(this, AVX);
1091 if (CpuFeatures::IsSupported(AVX)) {
1092 CpuFeatureScope avx_scope(this, AVX);
1127 if (CpuFeatures::IsSupported(AVX)) {
1128 CpuFeatureScope avx_scope(this, AVX);
1151 } else if (CpuFeatures::IsSupported(AVX)) {
1152 CpuFeatureScope avx_scope(this, AVX);
1174 } else if (CpuFeatures::IsSupported(AVX)) {
1175 CpuFeatureScope avx_scope(this, AVX);
1192 if (CpuFeatures::IsSupported(AVX)) {
1193 CpuFeatureScope avx_scope(this, AVX);
1224 CpuFeatureScope avx_scope(this, AVX); \
1228 } else if (CpuFeatures::IsSupported(AVX)) { \
1229 CpuFeatureScope avx_scope(this, AVX); \
1264 CpuFeatureScope avx_scope(this, AVX); \
1268 } else if (CpuFeatures::IsSupported(AVX)) { \
1269 CpuFeatureScope avx_scope(this, AVX); \