Searched refs:BMI1 (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkCpu.h | 25 BMI1 = 1 << 10, enumerator 28 HSW = AVX2 | BMI1 | BMI2 | F16C | FMA,
|
H A D | SkCpu.cpp | 58 if (abcd[1] & (1<<3)) { features |= SkCpu::BMI1; } in read_cpu_features()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | cpu-features.h | 25 BMI1, enumerator
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | macro-assembler-x64.cc | 2173 if (CpuFeatures::IsSupported(BMI1)) { in CallRecordWriteStub() 2174 CpuFeatureScope scope(this, BMI1); in CallRecordWriteStub() 2187 if (CpuFeatures::IsSupported(BMI1)) { in CallRecordWriteStub() 2188 CpuFeatureScope scope(this, BMI1); in CallRecordWriteStub() 2201 if (CpuFeatures::IsSupported(BMI1)) { in CallRecordWriteStub() 2202 CpuFeatureScope scope(this, BMI1); in CallRecordWriteStub() 2214 if (CpuFeatures::IsSupported(BMI1)) { in CallRecordWriteStub() 2215 CpuFeatureScope scope(this, BMI1); in CallRecordWriteStub()
|
H A D | assembler-x64.cc | 107 if (cpu.has_bmi1() && FLAG_enable_bmi1) SetSupported(BMI1); in ProbeImpl() 145 "BMI1=%d " in PrintFeatures() 153 CpuFeatures::IsSupported(BMI1), CpuFeatures::IsSupported(BMI2), in PrintFeatures() 3875 DCHECK(IsEnabled(BMI1)); in bmi1q() 3883 DCHECK(IsEnabled(BMI1)); in bmi1q() 3891 DCHECK(IsEnabled(BMI1)); in bmi1l() 3899 DCHECK(IsEnabled(BMI1)); in bmi1l() 3907 DCHECK(IsEnabled(BMI1)); in tzcntq() 3917 DCHECK(IsEnabled(BMI1)); in tzcntq() 3927 DCHECK(IsEnabled(BMI1)); in tzcntl() [all...] |
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.cc | 1652 if (CpuFeatures::IsSupported(BMI1)) { in CallRecordWriteStub() 1653 CpuFeatureScope scope(this, BMI1); in CallRecordWriteStub()
|
H A D | assembler-ia32.cc | 151 if (cpu.has_bmi1() && FLAG_enable_bmi1) SetSupported(BMI1); in ProbeImpl() 183 "SSE3=%d SSSE3=%d SSE4_1=%d AVX=%d AVX2=%d FMA3=%d BMI1=%d BMI2=%d " in PrintFeatures() 189 CpuFeatures::IsSupported(BMI1), CpuFeatures::IsSupported(BMI2), in PrintFeatures() 3112 DCHECK(IsEnabled(BMI1)); in bmi1() 3120 DCHECK(IsEnabled(BMI1)); in tzcnt()
|
/third_party/node/deps/simdutf/ |
H A D | simdutf.h | 666 BMI1 = 0x20, enumerator 807 host_isa |= instruction_set::BMI1; in detect_supported_architectures()
|
H A D | simdutf.cpp | 1267 internal::instruction_set::AVX2 | internal::instruction_set::BMI1 | internal::instruction_set::BMI2 | internal::instruction_set::AVX512BW | internal::instruction_set::AVX512CD | internal::instruction_set::AVX512VL | internal::instruction_set::AVX512VBMI2 | internal::instruction_set::AVX512VPOPCNTDQ ) {} in implementation() 1473 internal::instruction_set::AVX2 | internal::instruction_set::BMI1 | internal::instruction_set::BMI2 in implementation() [all...] |
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 1832 if (CpuFeatures::IsSupported(BMI1)) { in emit_i64_ctz() 1833 CpuFeatureScope scope(this, BMI1); in emit_i64_ctz()
|
Completed in 65 milliseconds