Home
last modified time | relevance | path

Searched refs:BMI1 (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/src/core/
H A DSkCpu.h25 BMI1 = 1 << 10, enumerator
28 HSW = AVX2 | BMI1 | BMI2 | F16C | FMA,
H A DSkCpu.cpp58 if (abcd[1] & (1<<3)) { features |= SkCpu::BMI1; } in read_cpu_features()
/third_party/node/deps/v8/src/codegen/
H A Dcpu-features.h25 BMI1, enumerator
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.cc2173 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 Dassembler-x64.cc107 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 Dmacro-assembler-ia32.cc1652 if (CpuFeatures::IsSupported(BMI1)) { in CallRecordWriteStub()
1653 CpuFeatureScope scope(this, BMI1); in CallRecordWriteStub()
H A Dassembler-ia32.cc151 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 Dsimdutf.h666 BMI1 = 0x20, enumerator
807 host_isa |= instruction_set::BMI1; in detect_supported_architectures()
H A Dsimdutf.cpp1267 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 Dliftoff-assembler-ia32.h1832 if (CpuFeatures::IsSupported(BMI1)) { in emit_i64_ctz()
1833 CpuFeatureScope scope(this, BMI1); in emit_i64_ctz()

Completed in 65 milliseconds