/external/skia/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/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/tensorflow/tensorflow/core/platform/ |
D | cpu_info.h | 85 BMI1 = 22, enumerator
|
D | cpu_info.cc | 224 case BMI1: return cpuid->have_bmi1_; in TestFeature()
|
/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/v8/src/x64/ |
D | macro-assembler-x64.cc | 1708 if (CpuFeatures::IsSupported(BMI1)) { in Tzcntq() 1709 CpuFeatureScope scope(this, BMI1); in Tzcntq() 1722 if (CpuFeatures::IsSupported(BMI1)) { in Tzcntq() 1723 CpuFeatureScope scope(this, BMI1); in Tzcntq() 1736 if (CpuFeatures::IsSupported(BMI1)) { in Tzcntl() 1737 CpuFeatureScope scope(this, BMI1); in Tzcntl() 1749 if (CpuFeatures::IsSupported(BMI1)) { in Tzcntl() 1750 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(BMI1), CpuFeatures::IsSupported(BMI2), in PrintFeatures() 4391 DCHECK(IsEnabled(BMI1)); in bmi1q() 4399 DCHECK(IsEnabled(BMI1)); in bmi1q() 4408 DCHECK(IsEnabled(BMI1)); in bmi1l() 4416 DCHECK(IsEnabled(BMI1)); in bmi1l() 4425 DCHECK(IsEnabled(BMI1)); in tzcntq() 4435 DCHECK(IsEnabled(BMI1)); in tzcntq() 4446 DCHECK(IsEnabled(BMI1)); in tzcntl() 4456 DCHECK(IsEnabled(BMI1)); in tzcntl()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | isa.hpp | 79 bool BMI1(void) { return CPU_Rep.f_7_EBX_[3]; } in BMI1() function in InstructionSet
|
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 146 if (cpu.has_bmi1() && FLAG_enable_bmi1) supported_ |= 1u << BMI1; in ProbeImpl() 165 CpuFeatures::IsSupported(FMA3), CpuFeatures::IsSupported(BMI1), in PrintFeatures() 3051 DCHECK(IsEnabled(BMI1)); in bmi1() 3059 DCHECK(IsEnabled(BMI1)); in tzcnt()
|
D | macro-assembler-ia32.cc | 1561 if (CpuFeatures::IsSupported(BMI1)) { in Tzcnt() 1562 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 | X86Schedule.td | 155 // BMI1 BEXTR, BMI2 BZHI
|
D | X86ScheduleAtom.td | 144 // BMI1 BEXTR, BMI2 BZHI
|
D | X86SchedSandyBridge.td | 162 // BMI1 BEXTR, BMI2 BZHI
|
D | X86ScheduleZnver1.td | 213 // BMI1 BEXTR, BMI2 BZHI
|
D | X86SchedSkylakeClient.td | 157 // BMI1 BEXTR, BMI2 BZHI
|
D | X86SchedBroadwell.td | 158 // BMI1 BEXTR, BMI2 BZHI
|
D | X86SchedHaswell.td | 167 // BMI1 BEXTR, BMI2 BZHI
|
D | X86SchedSkylakeServer.td | 157 // BMI1 BEXTR, BMI2 BZHI
|
/external/v8/src/ |
D | globals.h | 802 BMI1, enumerator
|