Searched defs:AVX (Results 1 - 13 of 13) sorted by relevance

/external/skia/src/core/
H A DSkCpu.h21 AVX = 1 << 6, enumerator in enum:SkCpu::__anon20656
80 features |= AVX;
/external/skqp/src/core/
H A DSkCpu.h21 AVX = 1 << 6, enumerator in enum:SkCpu::__anon21324
80 features |= AVX;
/external/libchrome/base/
H A Dcpu.h28 AVX, enumerator in enum:base::CPU::IntelMicroArchitecture
/external/tensorflow/tensorflow/core/platform/
H A Dcpu_info.h52 AVX = 12, enumerator in enum:tensorflow::port::CPUFeature
75 // AVX-512: 512-bit vectors (plus masking, etc.) in Knights Landing,
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
H A Disa.hpp104 bool AVX(void) { return CPU_Rep.f_1_ECX_[28]; } function in class:InstructionSet
/external/llvm/lib/Target/X86/
H A DX86Subtarget.h49 NoSSE, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512F enumerator in enum:llvm::final::X86SSEEnum
228 /// Processor has AVX-512 PreFetch Instructions
231 /// Processor has AVX-512 Exponential and Reciprocal Instructions
234 /// Processor has AVX-512 Conflict Detection Instructions
237 /// Processor has AVX-512 Doubleword and Quadword instructions
240 /// Processor has AVX-512 Byte and Word instructions
243 /// Processor has AVX-512 Vector Length eXtenstions
388 bool hasAVX() const { return X86SSELevel >= AVX; }
/external/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc1626 CpuFeatureScope avx_scope(masm(), AVX); local
1632 CpuFeatureScope avx_scope(masm(), AVX); local
1638 CpuFeatureScope avx_scope(masm(), AVX); local
1644 CpuFeatureScope avx_scope(masm(), AVX); local
1653 CpuFeatureScope avx_scope(masm(), AVX); local
1659 CpuFeatureScope avx_scope(masm(), AVX); local
1665 CpuFeatureScope avx_scope(masm(), AVX); local
1671 CpuFeatureScope avx_scope(masm(), AVX); local
1683 CpuFeatureScope avx_scope(masm(), AVX); local
1691 CpuFeatureScope avx_scope(masm(), AVX); local
1699 CpuFeatureScope avx_scope(masm(), AVX); local
1707 CpuFeatureScope avx_scope(masm(), AVX); local
[all...]
/external/v8/src/compiler/x64/
H A Dcode-generator-x64.cc448 CpuFeatureScope avx_scope(masm(), AVX); \
1748 CpuFeatureScope avx_scope(masm(), AVX); local
1772 CpuFeatureScope avx_scope(masm(), AVX); local
1797 CpuFeatureScope avx_scope(masm(), AVX); local
1811 CpuFeatureScope avx_scope(masm(), AVX); local
1825 CpuFeatureScope avx_scope(masm(), AVX); local
1839 CpuFeatureScope avx_scope(masm(), AVX); local
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp1829 /// The AVX ABI level for X86 targets.
1832 AVX, member in class:__anon1658::X86AVXABILevel
1841 case X86AVXABILevel::AVX:
2071 // that when AVX types are involved: the ABI explicitly states it is
8068 : ABI == "avx" ? X86AVXABILevel::AVX : X86AVXABILevel::None);
H A DCGBuiltin.cpp6730 // AVX has a larger immediate than SSE we would need separate builtins to
6772 AVX, enumerator in enum:X86Features
6804 .Case("avx", X86Features::AVX)
/external/v8/src/
H A Dglobals.h770 AVX, enumerator in enum:v8::internal::CpuFeature
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc1706 if (CpuFeatures::IsSupported(AVX)) {
1707 CpuFeatureScope scope(masm(), AVX); local
1715 if (CpuFeatures::IsSupported(AVX)) {
1716 CpuFeatureScope scope(masm(), AVX); local
1724 if (CpuFeatures::IsSupported(AVX)) {
1725 CpuFeatureScope scope(masm(), AVX); local
1733 if (CpuFeatures::IsSupported(AVX)) {
1734 CpuFeatureScope scope(masm(), AVX); local
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc1850 if (CpuFeatures::IsSupported(AVX)) {
1851 CpuFeatureScope scope(masm(), AVX); local
1859 if (CpuFeatures::IsSupported(AVX)) {
1860 CpuFeatureScope scope(masm(), AVX); local
1868 if (CpuFeatures::IsSupported(AVX)) {
1869 CpuFeatureScope scope(masm(), AVX); local
1877 if (CpuFeatures::IsSupported(AVX)) {
1878 CpuFeatureScope scope(masm(), AVX); local

Completed in 1257 milliseconds