Lines Matching refs:CpuFeatures
19 if (!CpuFeatures::IsSupported(name)) return false; \
1417 if (!CpuFeatures::IsSupported(POPCNT)) return false; in emit_i32_popcnt()
1669 if (CpuFeatures::IsSupported(LZCNT)) { in emit_i64_clz()
1702 if (CpuFeatures::IsSupported(BMI1)) { in emit_i64_ctz()
1729 if (!CpuFeatures::IsSupported(POPCNT)) return false; in emit_i64_popcnt()
1748 if (CpuFeatures::IsSupported(AVX)) { in emit_f32_add()
1761 if (CpuFeatures::IsSupported(AVX)) { in emit_f32_sub()
1776 if (CpuFeatures::IsSupported(AVX)) { in emit_f32_mul()
1789 if (CpuFeatures::IsSupported(AVX)) { in emit_f32_div()
1942 if (CpuFeatures::IsSupported(AVX)) { in emit_f64_add()
1955 if (CpuFeatures::IsSupported(AVX)) { in emit_f64_sub()
1970 if (CpuFeatures::IsSupported(AVX)) { in emit_f64_mul()
1983 if (CpuFeatures::IsSupported(AVX)) { in emit_f64_div()
2110 if (!CpuFeatures::IsSupported(SSE4_1)) { in EmitTruncateFloatToInt()
2145 if (!CpuFeatures::IsSupported(SSE4_1)) { in EmitSatTruncateFloatToInt()
2492 if (CpuFeatures::IsSupported(AVX)) {
2514 if (CpuFeatures::IsSupported(AVX)) {
2545 if (CpuFeatures::IsSupported(AVX)) { in EmitSimdShiftOp()
2560 if (CpuFeatures::IsSupported(AVX)) { in EmitSimdShiftOpImm()
2768 if (CpuFeatures::IsSupported(AVX)) { in emit_f32x4_splat()
3816 if (CpuFeatures::IsSupported(AVX)) { in emit_f32x4_max()
3890 DCHECK(CpuFeatures::IsSupported(SSE4_1)); in emit_f64x2_ceil()
3897 DCHECK(CpuFeatures::IsSupported(SSE4_1)); in emit_f64x2_floor()
3904 DCHECK(CpuFeatures::IsSupported(SSE4_1)); in emit_f64x2_trunc()
3911 DCHECK(CpuFeatures::IsSupported(SSE4_1)); in emit_f64x2_nearest_int()
3944 if (CpuFeatures::IsSupported(AVX)) { in emit_f64x2_min()
3972 if (CpuFeatures::IsSupported(AVX)) { in emit_f64x2_max()
4016 if (CpuFeatures::IsSupported(AVX)) { in emit_i32x4_sconvert_f32x4()
4044 if (CpuFeatures::IsSupported(AVX)) { in emit_i32x4_uconvert_f32x4()
4060 if (CpuFeatures::IsSupported(AVX)) { in emit_i32x4_uconvert_f32x4()
4088 if (CpuFeatures::IsSupported(AVX)) { in emit_f32x4_uconvert_i32x4()
4259 if (CpuFeatures::IsSupported(AVX)) { in emit_f32x4_extract_lane()
4271 if (CpuFeatures::IsSupported(AVX)) { in emit_f64x2_extract_lane()
4284 if (CpuFeatures::IsSupported(AVX)) { in emit_i8x16_replace_lane()
4298 if (CpuFeatures::IsSupported(AVX)) { in emit_i16x8_replace_lane()
4311 if (CpuFeatures::IsSupported(AVX)) { in emit_i32x4_replace_lane()
4325 if (CpuFeatures::IsSupported(AVX)) { in emit_i64x2_replace_lane()
4341 if (CpuFeatures::IsSupported(AVX)) { in emit_f32x4_replace_lane()
4356 if (CpuFeatures::IsSupported(AVX)) { in emit_f64x2_replace_lane()