HomeSort by relevance Sort by last modified time
    Searched defs:AVX (Results 1 - 9 of 9) sorted by null

  /external/libchrome/base/
cpu.h 28 AVX,
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 782 CpuFeatureScope avx_scope(masm(), AVX);
788 CpuFeatureScope avx_scope(masm(), AVX);
794 CpuFeatureScope avx_scope(masm(), AVX);
800 CpuFeatureScope avx_scope(masm(), AVX);
809 CpuFeatureScope avx_scope(masm(), AVX);
815 CpuFeatureScope avx_scope(masm(), AVX);
821 CpuFeatureScope avx_scope(masm(), AVX);
827 CpuFeatureScope avx_scope(masm(), AVX);
833 CpuFeatureScope avx_scope(masm(), AVX);
839 CpuFeatureScope avx_scope(masm(), AVX);
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc 337 CpuFeatureScope avx_scope(masm(), AVX); \
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86Subtarget.h 50 NoSSE, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512F
208 /// Processor has AVX-512 PreFetch Instructions
211 /// Processor has AVX-512 Exponential and Reciprocal Instructions
214 /// Processor has AVX-512 Conflict Detection Instructions
217 /// Processor has AVX-512 Doubleword and Quadword instructions
220 /// Processor has AVX-512 Byte and Word instructions
223 /// Processor has AVX-512 Vector Length eXtenstions
346 bool hasAVX() const { return X86SSELevel >= AVX; }
  /external/v8/src/
globals.h 699 AVX,
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc     [all...]

Completed in 274 milliseconds