Lines Matching refs:IsSupported

1322     } else if (CpuFeatures::IsSupported(SSE4_1)) {  in Move()
1342 if (CpuFeatures::IsSupported(AVX)) { in Pshufhw()
1351 if (CpuFeatures::IsSupported(AVX)) { in Pshuflw()
1360 if (CpuFeatures::IsSupported(AVX)) { in Pshufd()
1369 if (CpuFeatures::IsSupported(AVX)) { in Psraw()
1378 if (CpuFeatures::IsSupported(AVX)) { in Psrlw()
1387 if (CpuFeatures::IsSupported(AVX)) { in Psignb()
1392 if (CpuFeatures::IsSupported(SSSE3)) { in Psignb()
1401 if (CpuFeatures::IsSupported(AVX)) { in Psignw()
1406 if (CpuFeatures::IsSupported(SSSE3)) { in Psignw()
1415 if (CpuFeatures::IsSupported(AVX)) { in Psignd()
1420 if (CpuFeatures::IsSupported(SSSE3)) { in Psignd()
1429 if (CpuFeatures::IsSupported(AVX)) { in Pshufb()
1434 if (CpuFeatures::IsSupported(SSSE3)) { in Pshufb()
1443 if (CpuFeatures::IsSupported(AVX)) { in Pblendw()
1448 if (CpuFeatures::IsSupported(SSE4_1)) { in Pblendw()
1457 if (CpuFeatures::IsSupported(AVX)) { in Palignr()
1462 if (CpuFeatures::IsSupported(SSSE3)) { in Palignr()
1471 if (CpuFeatures::IsSupported(AVX)) { in Pextrb()
1476 if (CpuFeatures::IsSupported(SSE4_1)) { in Pextrb()
1485 if (CpuFeatures::IsSupported(AVX)) { in Pextrw()
1490 if (CpuFeatures::IsSupported(SSE4_1)) { in Pextrw()
1503 if (CpuFeatures::IsSupported(AVX)) { in Pextrd()
1508 if (CpuFeatures::IsSupported(SSE4_1)) { in Pextrd()
1520 if (CpuFeatures::IsSupported(SSE4_1)) { in Pinsrd()
1547 if (CpuFeatures::IsSupported(LZCNT)) { in Lzcnt()
1561 if (CpuFeatures::IsSupported(BMI1)) { in Tzcnt()
1574 if (CpuFeatures::IsSupported(POPCNT)) { in Popcnt()