HomeSort by relevance Sort by last modified time
    Searched refs:avx (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
gen_x86_insn.py 43 "AVX", "FMA", "AES", "CLMUL", "MOVBE", "XOP", "FMA4", "F16C",
383 avx=False):
418 if avx:
423 self.cpu = set(["AVX"])
7282 avx=True) variable
    [all...]
x86cpu.gperf 363 avx, x86_cpu_set, CPU_AVX
  /external/libvpx/libvpx/build/make/
rtcd.sh 330 ALL_ARCHS=$(filter mmx sse sse2 sse3 ssse3 sse4_1 avx avx2)
334 ALL_ARCHS=$(filter mmx sse sse2 sse3 ssse3 sse4_1 avx avx2)
configure.sh 1097 echo "${tgt_cc} does not support avx/avx2, disabling....."
1098 RTCD_OPTIONS="${RTCD_OPTIONS}--disable-avx --disable-avx2 "
1099 soft_disable avx
1120 if enabled gcc && ! disabled avx && ! check_cflags -mavx; then
1121 RTCD_OPTIONS="${RTCD_OPTIONS}--disable-avx "
1123 soft_enable avx
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 35 # (*) There are two code paths: SSSE3 and AVX. See sha1-568.pl for
37 # results collected on AVX-capable CPU, i.e. apply on OSes that
38 # don't support AVX.
62 $avx=1 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
65 $avx=1 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
68 $avx=1 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
95 $code.=<<___ if ($avx);
96 and \$`1<<28`,%r11d # mask AVX bi
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-x86_64.pl 50 # Add AVX code path. See sha1-586.pl for further information.
56 # x86_64 SSSE3 AVX
75 $avx=1 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
78 $avx=1 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
81 $avx=1 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
229 $code.=<<___ if ($avx);
230 and \$`1<<28`,%r8d # mask AVX bit
714 if ($avx) {
    [all...]
  /external/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 35 # (*) There are two code paths: SSSE3 and AVX. See sha1-568.pl for
37 # results collected on AVX-capable CPU, i.e. apply on OSes that
38 # don't support AVX.
62 $avx=1 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
65 $avx=1 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
68 $avx=1 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
95 $code.=<<___ if ($avx);
96 and \$`1<<28`,%r11d # mask AVX bi
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-x86_64.pl 50 # Add AVX code path. See sha1-586.pl for further information.
56 # x86_64 SSSE3 AVX
75 $avx=1 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
78 $avx=1 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
81 $avx=1 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
229 $code.=<<___ if ($avx);
230 and \$`1<<28`,%r8d # mask AVX bit
714 if ($avx) {
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_rtcd_defs.sh 25 sse2_x86inc=sse2 && ssse3_x86inc=ssse3 && avx_x86inc=avx && avx2_x86inc=avx2
29 ssse3_x86_64=ssse3 && avx_x86_64=avx && avx2_x86_64=avx2
    [all...]
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 686 %if cpuflag(avx)
760 ; FIXME: INIT_AVX can be replaced by INIT_XMM avx
913 ; AVX abstraction layer
972 ; 3arg AVX ops with a memory arg can only have it in src2,
1163 ; 3DNow instructions, for sharing code between AVX, SSE and 3DN
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile 726 modules/arch/x86/tests/avx.asm modules/arch/x86/tests/avx.hex \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile 726 modules/arch/x86/tests/avx.asm modules/arch/x86/tests/avx.hex \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile 726 modules/arch/x86/tests/avx.asm modules/arch/x86/tests/avx.hex \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile 726 modules/arch/x86/tests/avx.asm modules/arch/x86/tests/avx.hex \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile 726 modules/arch/x86/tests/avx.asm modules/arch/x86/tests/avx.hex \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/win/
Makefile 726 modules/arch/x86/tests/avx.asm modules/arch/x86/tests/avx.hex \
    [all...]

Completed in 2032 milliseconds