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

/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.h67 typedef __i386_avx_state_t AVX; typedef in class:DNBArchImplI386
99 e_regSetWordSizeAVX = sizeof(AVX) / sizeof(int),
115 AVX avx;
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.h66 typedef __x86_64_avx_state_t AVX; typedef in class:DNBArchImplX86_64
98 e_regSetWordSizeAVX = sizeof(AVX) / sizeof(int),
114 AVX avx;
/external/llvm/lib/Target/X86/
H A DX86Subtarget.h50 NoMMXSSE, MMX, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512F enumerator in enum:llvm::final::X86SSEEnum
203 /// Processor has AVX-512 PreFetch Instructions
206 /// Processor has AVX-512 Exponential and Reciprocal Instructions
209 /// Processor has AVX-512 Conflict Detection Instructions
212 /// Processor has AVX-512 Doubleword and Quadword instructions
215 /// Processor has AVX-512 Byte and Word instructions
218 /// Processor has AVX-512 Vector Length eXtenstions
334 bool hasAVX() const { return X86SSELevel >= AVX; }

Completed in 70 milliseconds