Lines Matching refs:CpuFeatures
18 if (!CpuFeatures::IsSupported(name)) return false; \
1173 if (!CpuFeatures::IsSupported(POPCNT)) return false; in emit_i32_popcnt()
1330 if (!CpuFeatures::IsSupported(POPCNT)) return false; in emit_i64_popcnt()
1342 if (CpuFeatures::IsSupported(AVX)) { in emit_f32_add()
1355 if (CpuFeatures::IsSupported(AVX)) { in emit_f32_sub()
1370 if (CpuFeatures::IsSupported(AVX)) { in emit_f32_mul()
1383 if (CpuFeatures::IsSupported(AVX)) { in emit_f32_div()
1529 if (CpuFeatures::IsSupported(AVX)) { in emit_f64_add()
1542 if (CpuFeatures::IsSupported(AVX)) { in emit_f64_sub()
1557 if (CpuFeatures::IsSupported(AVX)) { in emit_f64_mul()
1570 if (CpuFeatures::IsSupported(AVX)) { in emit_f64_div()
1702 if (!CpuFeatures::IsSupported(SSE4_1)) { in EmitTruncateFloatToInt()
1734 if (!CpuFeatures::IsSupported(SSE4_1)) { in EmitSatTruncateFloatToInt()
1811 if (!CpuFeatures::IsSupported(SSE4_1)) { in EmitSatTruncateFloatToUInt64()
2117 if (CpuFeatures::IsSupported(AVX)) {
2139 if (CpuFeatures::IsSupported(AVX)) {
2166 if (CpuFeatures::IsSupported(AVX)) { in EmitSimdShiftOp()
2181 if (CpuFeatures::IsSupported(AVX)) { in EmitSimdShiftOpImm()
2308 if (CpuFeatures::IsSupported(AVX)) { in LoadTransform()
2677 if (CpuFeatures::IsSupported(AVX)) { in emit_s128_select()
2731 if (CpuFeatures::IsSupported(AVX)) { in emit_i8x16_shl()
2746 if (CpuFeatures::IsSupported(AVX)) { in emit_i8x16_shli()
2788 if (CpuFeatures::IsSupported(AVX)) { in emit_i8x16_shri_u()
2850 if (CpuFeatures::IsSupported(AVX)) { in emit_i8x16_mul()
3198 if (CpuFeatures::IsSupported(AVX)) { in emit_i64x2_neg()
3273 if (CpuFeatures::IsSupported(AVX)) { in emit_i64x2_mul()
3316 DCHECK(CpuFeatures::IsSupported(SSE4_1)); in emit_f32x4_ceil()
3323 DCHECK(CpuFeatures::IsSupported(SSE4_1)); in emit_f32x4_floor()
3330 DCHECK(CpuFeatures::IsSupported(SSE4_1)); in emit_f32x4_trunc()
3337 DCHECK(CpuFeatures::IsSupported(SSE4_1)); in emit_f32x4_nearest_int()
3370 if (CpuFeatures::IsSupported(AVX)) { in emit_f32x4_min()
3398 if (CpuFeatures::IsSupported(AVX)) { in emit_f32x4_max()
3472 DCHECK(CpuFeatures::IsSupported(SSE4_1)); in emit_f64x2_ceil()
3479 DCHECK(CpuFeatures::IsSupported(SSE4_1)); in emit_f64x2_floor()
3486 DCHECK(CpuFeatures::IsSupported(SSE4_1)); in emit_f64x2_trunc()
3493 DCHECK(CpuFeatures::IsSupported(SSE4_1)); in emit_f64x2_nearest_int()
3526 if (CpuFeatures::IsSupported(AVX)) { in emit_f64x2_min()
3554 if (CpuFeatures::IsSupported(AVX)) { in emit_f64x2_max()
3598 if (CpuFeatures::IsSupported(AVX)) { in emit_i32x4_sconvert_f32x4()
3623 if (CpuFeatures::IsSupported(AVX)) { in emit_i32x4_uconvert_f32x4()
3637 if (CpuFeatures::IsSupported(AVX)) { in emit_i32x4_uconvert_f32x4()
3664 if (CpuFeatures::IsSupported(AVX)) { in emit_f32x4_uconvert_i32x4()
3831 if (CpuFeatures::IsSupported(AVX)) { in emit_f32x4_extract_lane()
3851 if (CpuFeatures::IsSupported(AVX)) { in emit_i8x16_replace_lane()
3865 if (CpuFeatures::IsSupported(AVX)) { in emit_i16x8_replace_lane()
3878 if (CpuFeatures::IsSupported(AVX)) { in emit_i32x4_replace_lane()
3892 if (CpuFeatures::IsSupported(AVX)) { in emit_i64x2_replace_lane()
3906 if (CpuFeatures::IsSupported(AVX)) { in emit_f32x4_replace_lane()
3920 if (CpuFeatures::IsSupported(AVX)) { in emit_f64x2_replace_lane()