/external/skqp/src/core/ |
D | SkCpu.h | 25 BMI1 = 1 << 10, enumerator 28 HSW = AVX2 | BMI1 | BMI2 | F16C | FMA,
|
D | SkCpu.cpp | 56 if (abcd[1] & (1<<3)) { features |= SkCpu::BMI1; } in read_cpu_features()
|
/external/skia/src/core/ |
D | SkCpu.h | 25 BMI1 = 1 << 10, enumerator 28 HSW = AVX2 | BMI1 | BMI2 | F16C | FMA,
|
D | SkCpu.cpp | 58 if (abcd[1] & (1<<3)) { features |= SkCpu::BMI1; } in read_cpu_features()
|
/external/tensorflow/tensorflow/core/platform/ |
D | cpu_info.h | 101 BMI1 = 22, enumerator
|
D | cpu_info.cc | 226 case BMI1: return cpuid->have_bmi1_; in TestFeature()
|
/external/v8/src/codegen/ |
D | cpu-features.h | 24 BMI1, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | bmi-x86_64.ll | 2 …UN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+bmi | FileCheck %s --check-prefixes=CHECK,BMI1
|
D | bmi.ll | 2 …s -mtriple=i686-unknown-unknown -mattr=+bmi | FileCheck %s --check-prefixes=CHECK,X86,BMI1,X86-BMI1 4 …-mtriple=x86_64-unknown-unknown -mattr=+bmi | FileCheck %s --check-prefixes=CHECK,X64,BMI1,X64-BMI1
|
D | extract-lowbits.ll | 3 …known-linux-gnu -mattr=+bmi,-tbm,-bmi2 < %s | FileCheck %s --check-prefixes=CHECK,X86,BMI1,X86-BMI1 4 …-mattr=+bmi,+tbm,-bmi2 < %s | FileCheck %s --check-prefixes=CHECK,X86,BMI1,X86-BMI1,BMI1TBM,X86-BM… 5 …-mattr=+bmi,+tbm,+bmi2 < %s | FileCheck %s --check-prefixes=CHECK,X86,BMI1,X86-BMI1,BMI1BMI2,X86-B… 6 …-mattr=+bmi,-tbm,+bmi2 < %s | FileCheck %s --check-prefixes=CHECK,X86,BMI1,X86-BMI1,BMI1BMI2,X86-B… 8 …known-linux-gnu -mattr=+bmi,-tbm,-bmi2 < %s | FileCheck %s --check-prefixes=CHECK,X64,BMI1,X64-BMI1 9 …-mattr=+bmi,+tbm,-bmi2 < %s | FileCheck %s --check-prefixes=CHECK,X64,BMI1,X64-BMI1,BMI1TBM,X64-BM… 10 …-mattr=+bmi,+tbm,+bmi2 < %s | FileCheck %s --check-prefixes=CHECK,X64,BMI1,X64-BMI1,BMI1BMI2,X64-B… 11 …-mattr=+bmi,-tbm,+bmi2 < %s | FileCheck %s --check-prefixes=CHECK,X64,BMI1,X64-BMI1,BMI1BMI2,X64-B…
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | isa.hpp | 81 bool BMI1(void) { return CPU_Rep.f_7_EBX_[3]; } in BMI1() function in InstructionSet
|
/external/v8/src/codegen/x64/ |
D | macro-assembler-x64.cc | 2022 if (CpuFeatures::IsSupported(BMI1)) { in Tzcntq() 2023 CpuFeatureScope scope(this, BMI1); in Tzcntq() 2036 if (CpuFeatures::IsSupported(BMI1)) { in Tzcntq() 2037 CpuFeatureScope scope(this, BMI1); in Tzcntq() 2050 if (CpuFeatures::IsSupported(BMI1)) { in Tzcntl() 2051 CpuFeatureScope scope(this, BMI1); in Tzcntl() 2063 if (CpuFeatures::IsSupported(BMI1)) { in Tzcntl() 2064 CpuFeatureScope scope(this, BMI1); in Tzcntl()
|
D | assembler-x64.cc | 98 if (cpu.has_bmi1() && FLAG_enable_bmi1) supported_ |= 1u << BMI1; in ProbeImpl() 119 CpuFeatures::IsSupported(FMA3), CpuFeatures::IsSupported(BMI1), in PrintFeatures() 3649 DCHECK(IsEnabled(BMI1)); in bmi1q() 3657 DCHECK(IsEnabled(BMI1)); in bmi1q() 3665 DCHECK(IsEnabled(BMI1)); in bmi1l() 3673 DCHECK(IsEnabled(BMI1)); in bmi1l() 3681 DCHECK(IsEnabled(BMI1)); in tzcntq() 3691 DCHECK(IsEnabled(BMI1)); in tzcntq() 3701 DCHECK(IsEnabled(BMI1)); in tzcntl() 3711 DCHECK(IsEnabled(BMI1)); in tzcntl()
|
/external/v8/src/codegen/ia32/ |
D | assembler-ia32.cc | 146 if (cpu.has_bmi1() && FLAG_enable_bmi1) supported_ |= 1u << BMI1; in ProbeImpl() 164 CpuFeatures::IsSupported(FMA3), CpuFeatures::IsSupported(BMI1), in PrintFeatures() 2999 DCHECK(IsEnabled(BMI1)); in bmi1() 3007 DCHECK(IsEnabled(BMI1)); in tzcnt()
|
D | macro-assembler-ia32.cc | 1784 if (CpuFeatures::IsSupported(BMI1)) { in Tzcnt() 1785 CpuFeatureScope scope(this, BMI1); in Tzcnt()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ScheduleSLM.td | 137 // BMI1 BEXTR, BMI2 BZHI
|
D | X86ScheduleBtVer2.td | 203 // BMI1 BEXTR, BMI2 BZHI
|
D | X86ScheduleAtom.td | 144 // BMI1 BEXTR, BMI2 BZHI
|
D | X86Schedule.td | 155 // BMI1 BEXTR, BMI2 BZHI
|
D | X86SchedSandyBridge.td | 162 // BMI1 BEXTR, BMI2 BZHI
|
D | X86ScheduleZnver1.td | 213 // BMI1 BEXTR, BMI2 BZHI
|
D | X86SchedBroadwell.td | 158 // BMI1 BEXTR, BMI2 BZHI
|
D | X86SchedHaswell.td | 167 // BMI1 BEXTR, BMI2 BZHI
|
D | X86SchedSkylakeClient.td | 157 // BMI1 BEXTR, BMI2 BZHI
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 1702 if (CpuFeatures::IsSupported(BMI1)) { in emit_i64_ctz() 1703 CpuFeatureScope scope(this, BMI1); in emit_i64_ctz()
|