HomeSort by relevance Sort by last modified time
    Searched refs:AVX (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
arch-avx-1.s 3 # AES + AVX
5 # PCLMUL + AVX
arch-avx-1-1.l 7 [ ]*1[ ]+\.include "arch-avx-1\.s"
10 [ ]*3[ ]+\# AES \+ AVX
12 [ ]*5[ ]+\# PCLMUL \+ AVX
arch-avx-1-2.l 7 [ ]*1[ ]+\.include "arch-avx-1\.s"
10 [ ]*3[ ]+\# AES \+ AVX
12 [ ]*5[ ]+\# PCLMUL \+ AVX
arch-avx-1-3.l 7 [ ]*1[ ]+\.include "arch-avx-1\.s"
10 [ ]*3[ ]+\# AES \+ AVX
12 [ ]*5[ ]+\# PCLMUL \+ AVX
arch-avx-1-4.l 6 [ ]*1[ ]+\.include "arch-avx-1\.s"
9 [ ]*3[ ]+\# AES \+ AVX
12 [ ]*5[ ]+\# PCLMUL \+ AVX
arch-avx-1-5.l 6 [ ]*1[ ]+\.include "arch-avx-1\.s"
9 [ ]*3[ ]+\# AES \+ AVX
11 [ ]*5[ ]+\# PCLMUL \+ AVX
arch-avx-1-6.l 7 [ ]*1[ ]+\.include "arch-avx-1\.s"
10 [ ]*3[ ]+\# AES \+ AVX
12 [ ]*5[ ]+\# PCLMUL \+ AVX
inval-avx.s 1 # Check illegal AVX instructions
x86-64-inval-avx.s 1 # Check illegal 64bit AVX instructions
inval-avx.l 11 [ ]*1[ ]+\# Check illegal AVX instructions
x86-64-inval-avx.l 11 [ ]*1[ ]+\# Check illegal 64bit AVX instructions
arch-10.s 23 # AVX
37 # AES + AVX
39 # PCLMUL + AVX
x86-64-arch-2.s 23 # AVX
37 # AES + AVX
39 # PCLMUL + AVX
arch-10-1.l 59 [ ]*23[ ]+\# AVX
73 [ ]*37[ ]+\# AES \+ AVX
75 [ ]*39[ ]+\# PCLMUL \+ AVX
arch-10-2.l 58 [ ]*23[ ]+\# AVX
72 [ ]*37[ ]+\# AES \+ AVX
74 [ ]*39[ ]+\# PCLMUL \+ AVX
arch-10-3.l 54 [ ]*23[ ]+\# AVX
68 [ ]*37[ ]+\# AES \+ AVX
70 [ ]*39[ ]+\# PCLMUL \+ AVX
arch-10-4.l 52 [ ]*23[ ]+\# AVX
66 [ ]*37[ ]+\# AES \+ AVX
68 [ ]*39[ ]+\# PCLMUL \+ AVX
x86-64-arch-2-1.l 53 [ ]*23[ ]+\# AVX
67 [ ]*37[ ]+\# AES \+ AVX
69 [ ]*39[ ]+\# PCLMUL \+ AVX
x86-64-arch-2-2.l 52 [ ]*23[ ]+\# AVX
66 [ ]*37[ ]+\# AES \+ AVX
68 [ ]*39[ ]+\# PCLMUL \+ AVX
rexw.s 17 # AVX instructions
40 # AVX instructions
  /external/skia/src/core/
SkCpu.h 21 AVX = 1 << 6,
80 features |= AVX;
SkOpts.cpp 22 #define SK_OPTS_NS avx
109 if (SkCpu::Supports(SkCpu::AVX )) { Init_avx(); }
  /external/libchrome/base/
cpu.h 28 AVX,
  /external/v8/src/x64/
macro-assembler-x64.cc 794 if (CpuFeatures::IsSupported(AVX)) {
795 CpuFeatureScope scope(this, AVX);
804 if (CpuFeatures::IsSupported(AVX)) {
805 CpuFeatureScope scope(this, AVX);
814 if (CpuFeatures::IsSupported(AVX)) {
815 CpuFeatureScope scope(this, AVX);
824 if (CpuFeatures::IsSupported(AVX)) {
825 CpuFeatureScope scope(this, AVX);
834 if (CpuFeatures::IsSupported(AVX)) {
835 CpuFeatureScope scope(this, AVX);
    [all...]
assembler-x64.cc 49 // Mac OS X up to 10.9 has a bug where AVX transitions were indeed being
50 // caused by ISRs, so we detect that here and disable AVX in that case.
65 // Check whether OS claims to support AVX.
88 supported_ |= 1u << AVX;
109 "SSE3=%d SSSE3=%d SSE4_1=%d SAHF=%d AVX=%d FMA3=%d BMI1=%d BMI2=%d "
114 CpuFeatures::IsSupported(AVX), CpuFeatures::IsSupported(FMA3),
    [all...]

Completed in 170 milliseconds

1 2 3 4