Home
last modified time | relevance | path

Searched refs:BMI2 (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/src/core/
DSkCpu.h26 BMI2 = 1 << 11, enumerator
28 HSW = AVX2 | BMI1 | BMI2 | F16C | FMA,
DSkCpu.cpp59 if (abcd[1] & (1<<8)) { features |= SkCpu::BMI2; } in read_cpu_features()
/third_party/node/deps/v8/src/codegen/
Dcpu-features.h26 BMI2, enumerator
/third_party/node/deps/v8/src/codegen/x64/
Dassembler-x64.cc108 if (cpu.has_bmi2() && FLAG_enable_bmi2) SetSupported(BMI2); in ProbeImpl()
153 CpuFeatures::IsSupported(BMI1), CpuFeatures::IsSupported(BMI2), in PrintFeatures()
4028 DCHECK(IsEnabled(BMI2)); in bmi2q()
4037 DCHECK(IsEnabled(BMI2)); in bmi2q()
4046 DCHECK(IsEnabled(BMI2)); in bmi2l()
4055 DCHECK(IsEnabled(BMI2)); in bmi2l()
4063 DCHECK(IsEnabled(BMI2)); in rorxq()
4074 DCHECK(IsEnabled(BMI2)); in rorxq()
4085 DCHECK(IsEnabled(BMI2)); in rorxl()
4096 DCHECK(IsEnabled(BMI2)); in rorxl()
/third_party/openssl/doc/man3/
DOPENSSL_ia32cap.pod95 =item bit #64+8 denoting availability of BMI2 instructions, e.g. MULX
/third_party/node/deps/simdutf/
Dsimdutf.h667 BMI2 = 0x40, enumerator
810 host_isa |= instruction_set::BMI2; in detect_supported_architectures()
Dsimdutf.cpp1267 …_set::AVX2 | internal::instruction_set::BMI1 | internal::instruction_set::BMI2 | internal::instruc… in implementation()
1473 …internal::instruction_set::AVX2 | internal::instruction_set::BMI1 | internal::instruction_set::BMI2 in implementation()
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.cc152 if (cpu.has_bmi2() && FLAG_enable_bmi2) SetSupported(BMI2); in ProbeImpl()
189 CpuFeatures::IsSupported(BMI1), CpuFeatures::IsSupported(BMI2), in PrintFeatures()
3148 DCHECK(IsEnabled(BMI2)); in bmi2()
3156 DCHECK(IsEnabled(BMI2)); in rorx()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ScheduleSLM.td160 // BMI1 BEXTR/BLS, BMI2 BZHI
DX86ScheduleBdVer2.td437 defm : X86WriteResUnsupported<WriteIMulH>; // BMI2 MULX
558 // BMI1 BEXTR, 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
DX86.td220 "Support BMI2 instructions">;
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/openssl/openssl/
DCHANGES.md3745 This only affects processors that support the BMI1, BMI2 and ADX extensions
5496 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc186 { "bmi2", "Support BMI2 instructions", X86::FeatureBMI2, { { { 0x0ULL, 0x0ULL, 0x0ULL, } } } },