Home
last modified time | relevance | path

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

12

/external/skqp/src/core/
DSkCpu.h25 BMI1 = 1 << 10, enumerator
28 HSW = AVX2 | BMI1 | BMI2 | F16C | FMA,
DSkCpu.cpp56 if (abcd[1] & (1<<3)) { features |= SkCpu::BMI1; } in read_cpu_features()
/external/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()
/external/tensorflow/tensorflow/core/platform/
Dcpu_info.h101 BMI1 = 22, enumerator
Dcpu_info.cc226 case BMI1: return cpuid->have_bmi1_; in TestFeature()
/external/v8/src/codegen/
Dcpu-features.h24 BMI1, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dbmi-x86_64.ll2 …UN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+bmi | FileCheck %s --check-prefixes=CHECK,BMI1
Dbmi.ll2 …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
Dextract-lowbits.ll3 …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/
Disa.hpp81 bool BMI1(void) { return CPU_Rep.f_7_EBX_[3]; } in BMI1() function in InstructionSet
/external/v8/src/codegen/x64/
Dmacro-assembler-x64.cc2022 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()
Dassembler-x64.cc98 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/
Dassembler-ia32.cc146 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()
Dmacro-assembler-ia32.cc1784 if (CpuFeatures::IsSupported(BMI1)) { in Tzcnt()
1785 CpuFeatureScope scope(this, BMI1); in Tzcnt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ScheduleSLM.td137 // BMI1 BEXTR, BMI2 BZHI
DX86ScheduleBtVer2.td203 // BMI1 BEXTR, BMI2 BZHI
DX86ScheduleAtom.td144 // BMI1 BEXTR, BMI2 BZHI
DX86Schedule.td155 // BMI1 BEXTR, BMI2 BZHI
DX86SchedSandyBridge.td162 // BMI1 BEXTR, BMI2 BZHI
DX86ScheduleZnver1.td213 // BMI1 BEXTR, BMI2 BZHI
DX86SchedBroadwell.td158 // BMI1 BEXTR, BMI2 BZHI
DX86SchedHaswell.td167 // BMI1 BEXTR, BMI2 BZHI
DX86SchedSkylakeClient.td157 // BMI1 BEXTR, BMI2 BZHI
/external/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h1702 if (CpuFeatures::IsSupported(BMI1)) { in emit_i64_ctz()
1703 CpuFeatureScope scope(this, BMI1); in emit_i64_ctz()

12