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

/external/skia/src/core/
H A DSkCpu.h21 AVX = 1 << 6, enumerator in enum:SkCpu::__anon16941
80 features |= AVX;
/external/libchrome/base/
H A Dcpu.h28 AVX, enumerator in enum:base::CPU::IntelMicroArchitecture
/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.cc1276 CpuFeatureScope avx_scope(masm(), AVX); local
1282 CpuFeatureScope avx_scope(masm(), AVX); local
1288 CpuFeatureScope avx_scope(masm(), AVX); local
1294 CpuFeatureScope avx_scope(masm(), AVX); local
1303 CpuFeatureScope avx_scope(masm(), AVX); local
1309 CpuFeatureScope avx_scope(masm(), AVX); local
1315 CpuFeatureScope avx_scope(masm(), AVX); local
1321 CpuFeatureScope avx_scope(masm(), AVX); local
1333 CpuFeatureScope avx_scope(masm(), AVX); local
1341 CpuFeatureScope avx_scope(masm(), AVX); local
1349 CpuFeatureScope avx_scope(masm(), AVX); local
1357 CpuFeatureScope avx_scope(masm(), AVX); local
[all...]
/external/v8/src/compiler/x64/
H A Dcode-generator-x64.cc431 CpuFeatureScope avx_scope(masm(), AVX); \
1733 CpuFeatureScope avx_scope(masm(), AVX); local
1757 CpuFeatureScope avx_scope(masm(), AVX); local
1782 CpuFeatureScope avx_scope(masm(), AVX); local
1796 CpuFeatureScope avx_scope(masm(), AVX); local
1810 CpuFeatureScope avx_scope(masm(), AVX); local
1824 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:__anon1289::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.h767 AVX, enumerator in enum:v8::internal::CpuFeature
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc1702 if (CpuFeatures::IsSupported(AVX)) {
1703 CpuFeatureScope scope(masm(), AVX); local
1711 if (CpuFeatures::IsSupported(AVX)) {
1712 CpuFeatureScope scope(masm(), AVX); local
1720 if (CpuFeatures::IsSupported(AVX)) {
1721 CpuFeatureScope scope(masm(), AVX); local
1729 if (CpuFeatures::IsSupported(AVX)) {
1730 CpuFeatureScope scope(masm(), AVX); local
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc1844 if (CpuFeatures::IsSupported(AVX)) {
1845 CpuFeatureScope scope(masm(), AVX); local
1853 if (CpuFeatures::IsSupported(AVX)) {
1854 CpuFeatureScope scope(masm(), AVX); local
1862 if (CpuFeatures::IsSupported(AVX)) {
1863 CpuFeatureScope scope(masm(), AVX); local
1871 if (CpuFeatures::IsSupported(AVX)) {
1872 CpuFeatureScope scope(masm(), AVX); local

Completed in 1629 milliseconds