Lines Matching refs:IsSupported
82 if (CpuFeatures::IsSupported(AVX)) { in Movhps()
95 if (CpuFeatures::IsSupported(AVX)) { in Movlps()
108 if (CpuFeatures::IsSupported(AVX)) { in Pblendvb()
121 if (CpuFeatures::IsSupported(AVX)) { in Shufps()
141 if (CpuFeatures::IsSupported(AVX)) { in F64x2ExtractLane()
154 if (CpuFeatures::IsSupported(AVX)) { in F64x2ReplaceLane()
180 if (CpuFeatures::IsSupported(AVX)) { in F32x4Min()
209 if (CpuFeatures::IsSupported(AVX)) { in F32x4Max()
239 if (CpuFeatures::IsSupported(AVX)) { in F64x2Min()
277 if (CpuFeatures::IsSupported(AVX)) { in F64x2Max()
316 if (CpuFeatures::IsSupported(AVX2)) { in F32x4Splat()
319 } else if (CpuFeatures::IsSupported(AVX)) { in F32x4Splat()
369 DCHECK(!CpuFeatures::IsSupported(AVX2)); in I8x16SplatPreAvx2()
379 if (CpuFeatures::IsSupported(AVX2)) { in I8x16Splat()
392 if (CpuFeatures::IsSupported(AVX2)) { in I8x16Splat()
406 if (!CpuFeatures::IsSupported(AVX) && (dst != src1)) { in I8x16Shl()
438 if (!CpuFeatures::IsSupported(AVX) && (dst != src1)) { in I8x16Shl()
489 if (!CpuFeatures::IsSupported(AVX) && (dst != src1)) { in I8x16ShrU()
529 DCHECK(!CpuFeatures::IsSupported(AVX2)); in I16x8SplatPreAvx2()
537 if (CpuFeatures::IsSupported(AVX2)) { in I16x8Splat()
549 if (CpuFeatures::IsSupported(AVX2)) { in I16x8Splat()
570 if (CpuFeatures::IsSupported(AVX)) { in I16x8ExtMulHighS()
596 if (CpuFeatures::IsSupported(AVX)) { in I16x8ExtMulHighU()
643 if (CpuFeatures::IsSupported(AVX)) { in I16x8SConvertI8x16High()
667 if (CpuFeatures::IsSupported(AVX)) { in I16x8UConvertI8x16High()
697 if (!CpuFeatures::IsSupported(AVX) && (dst != src1)) { in I16x8Q15MulRSatS()
711 if (CpuFeatures::IsSupported(AVX)) { in I32x4ExtAddPairwiseI16x8U()
720 } else if (CpuFeatures::IsSupported(SSE4_1)) { in I32x4ExtAddPairwiseI16x8U()
755 if (CpuFeatures::IsSupported(AVX)) { in I32x4ExtMul()
772 if (CpuFeatures::IsSupported(AVX)) { in I32x4SConvertI16x8High()
796 if (CpuFeatures::IsSupported(AVX)) { in I32x4UConvertI16x8High()
821 if (CpuFeatures::IsSupported(AVX)) { in I64x2Neg()
838 if (CpuFeatures::IsSupported(AVX)) { in I64x2Abs()
859 if (CpuFeatures::IsSupported(AVX)) { in I64x2GtS()
862 } else if (CpuFeatures::IsSupported(SSE4_2)) { in I64x2GtS()
893 if (CpuFeatures::IsSupported(AVX)) { in I64x2GeS()
898 } else if (CpuFeatures::IsSupported(SSE4_2)) { in I64x2GeS()
944 if (!CpuFeatures::IsSupported(AVX) && (dst != src)) { in I64x2ShrS()
978 if (!CpuFeatures::IsSupported(AVX) && (dst != src)) { in I64x2ShrS()
996 if (CpuFeatures::IsSupported(AVX)) { in I64x2Mul()
1042 if (CpuFeatures::IsSupported(AVX)) { in I64x2ExtMul()
1072 if (CpuFeatures::IsSupported(AVX)) { in I64x2SConvertI32x4High()
1091 if (CpuFeatures::IsSupported(AVX)) { in I64x2UConvertI32x4High()
1127 if (CpuFeatures::IsSupported(AVX)) { in S128Select()
1148 if (CpuFeatures::IsSupported(AVX2)) { in S128Load8Splat()
1151 } else if (CpuFeatures::IsSupported(AVX)) { in S128Load8Splat()
1171 if (CpuFeatures::IsSupported(AVX2)) { in S128Load16Splat()
1174 } else if (CpuFeatures::IsSupported(AVX)) { in S128Load16Splat()
1192 if (CpuFeatures::IsSupported(AVX)) { in S128Load32Splat()
1215 if (CpuFeatures::IsSupported(FMA3)) { \
1228 } else if (CpuFeatures::IsSupported(AVX)) { \
1255 if (CpuFeatures::IsSupported(FMA3)) { \
1268 } else if (CpuFeatures::IsSupported(AVX)) { \