Home
last modified time | relevance | path

Searched refs:BMI1 (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/src/core/
DSkCpu.h25 BMI1 = 1 << 10, enumerator
28 HSW = AVX2 | BMI1 | BMI2 | F16C | FMA,
DSkCpu.cpp58 if (abcd[1] & (1<<3)) { features |= SkCpu::BMI1; } in read_cpu_features()
/third_party/node/deps/v8/src/codegen/
Dcpu-features.h25 BMI1, enumerator
/third_party/node/deps/v8/src/codegen/x64/
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()
Dassembler-x64.cc107 if (cpu.has_bmi1() && FLAG_enable_bmi1) SetSupported(BMI1); in ProbeImpl()
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()
3937 DCHECK(IsEnabled(BMI1)); in tzcntl()
/third_party/openssl/doc/man3/
DOPENSSL_ia32cap.pod91 =item bit #64+3 denoting availability of BMI1 instructions, e.g. ANDN;
/third_party/node/deps/simdutf/
Dsimdutf.h677 BMI1 = 0x20, enumerator
817 host_isa |= instruction_set::BMI1; in detect_supported_architectures()
Dsimdutf.cpp1286 …internal::instruction_set::AVX2 | internal::instruction_set::BMI1 | internal::instruction_set::BMI… in implementation()
1475 …internal::instruction_set::AVX2 | internal::instruction_set::BMI1 | internal::instruction_set::BMI2 in implementation()
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.cc151 if (cpu.has_bmi1() && FLAG_enable_bmi1) SetSupported(BMI1); in ProbeImpl()
189 CpuFeatures::IsSupported(BMI1), CpuFeatures::IsSupported(BMI2), in PrintFeatures()
3112 DCHECK(IsEnabled(BMI1)); in bmi1()
3120 DCHECK(IsEnabled(BMI1)); in tzcnt()
Dmacro-assembler-ia32.cc1652 if (CpuFeatures::IsSupported(BMI1)) { in CallRecordWriteStub()
1653 CpuFeatureScope scope(this, BMI1); in CallRecordWriteStub()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ScheduleSLM.td160 // BMI1 BEXTR/BLS, BMI2 BZHI
DX86ScheduleAtom.td144 // BMI1 BEXTR/BLS, BMI2 BZHI
DX86Schedule.td199 // BMI1 BEXTR/BLS, BMI2 BZHI
DX86ScheduleBtVer2.td248 // BMI1 BEXTR/BLS, BMI2 BZHI
DX86SchedSandyBridge.td190 // BMI1 BEXTR/BLS, BMI2 BZHI
DX86ScheduleBdVer2.td558 // BMI1 BEXTR, BMI2 BZHI
DX86ScheduleZnver2.td227 // BMI1 BEXTR, BMI2 BZHI
DX86ScheduleZnver1.td239 // BMI1 BEXTR/BLS, BMI2 BZHI
DX86SchedBroadwell.td198 // BMI1 BEXTR/BLS, BMI2 BZHI
DX86SchedHaswell.td195 // BMI1 BEXTR/BLS, BMI2 BZHI
DX86SchedSkylakeClient.td195 // BMI1 BEXTR/BLS, BMI2 BZHI
DX86SchedSkylakeServer.td195 // BMI1 BEXTR/BLS, BMI2 BZHI
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h1832 if (CpuFeatures::IsSupported(BMI1)) { in emit_i64_ctz()
1833 CpuFeatureScope scope(this, BMI1); in emit_i64_ctz()
/third_party/node/deps/openssl/openssl/
DCHANGES.md3629 This only affects processors that support the BMI1, BMI2 and ADX extensions
5380 This only affects processors that support the BMI1, BMI2 and ADX extensions
/third_party/openssl/
DCHANGES.md3567 This only affects processors that support the BMI1, BMI2 and ADX extensions
5318 This only affects processors that support the BMI1, BMI2 and ADX extensions