| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | Makefile | 15 obj-$(CONFIG_CRYPTO_TWOFISH_AVX_X86_64) += twofish-avx-x86_64.o 16 twofish-avx-x86_64-y := twofish-avx-x86_64-asm_64.o twofish_avx_glue.o 22 obj-$(CONFIG_CRYPTO_SERPENT_AVX_X86_64) += serpent-avx-x86_64.o 23 serpent-avx-x86_64-y := serpent-avx-x86_64-asm_64.o serpent_avx_glue.o 32 obj-$(CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64) += camellia-aesni-avx-x86_64.o 33 camellia-aesni-avx-x86_64-y := camellia-aesni-avx-asm_64.o camellia_aesni_avx_glue.o 40 obj-$(CONFIG_CRYPTO_CAST5_AVX_X86_64) += cast5-avx-x86_64.o 41 cast5-avx-x86_64-y := cast5-avx-x86_64-asm_64.o cast5_avx_glue.o 43 obj-$(CONFIG_CRYPTO_CAST6_AVX_X86_64) += cast6-avx-x86_64.o 44 cast6-avx-x86_64-y := cast6-avx-x86_64-asm_64.o cast6_avx_glue.o [all …]
|
| H A D | poly1305-x86_64-cryptogams.pl | 87 $avx = ($1>=2.19) + ($1>=2.22) + ($1>=2.25); 90 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) && 92 $avx = ($1>=2.09) + ($1>=2.10) + ($1>=2.12); 93 $avx += 1 if ($1==2.11 && $2>=8); 96 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) && 98 $avx = ($1>=10) + ($1>=11); 101 if (!$avx && `$ENV{CC} -v 2>&1` =~ /((?:^clang|LLVM) version|.*based on LLVM) ([3-9]\.[0-9]+)/) { 102 $avx = ($2>=3.0) + ($2>3.0); 105 $avx = 4; # The kernel uses ifdefs for this. 135 if ($avx) { [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | hgpk.c | 127 int avx, avy; in hgpk_discard_decay_hack() local 130 avx = abs(x); in hgpk_discard_decay_hack() 134 if (avx > recalib_delta || in hgpk_discard_decay_hack() 135 (avx > recalib_delta / 2 && ((avx / 4) > priv->xlast))) { in hgpk_discard_decay_hack() 137 priv->xbigj = avx; in hgpk_discard_decay_hack() 138 } else if (approx_half(avx, priv->xbigj)) { in hgpk_discard_decay_hack() 140 priv->xbigj = avx; in hgpk_discard_decay_hack() 164 priv->xlast = avx; in hgpk_discard_decay_hack()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/boost/boost/ |
| H A D | 0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch | 61 -cpu-flags gcc OPTIONS : x86 : corei7-avx : -march=corei7-avx ; 62 -cpu-flags gcc OPTIONS : x86 : sandy-bridge : -march=corei7-avx ; 63 -cpu-flags gcc OPTIONS : x86 : core-avx-i : -march=core-avx-i ; 64 -cpu-flags gcc OPTIONS : x86 : ivy-bridge : -march=core-avx-i ; 65 -cpu-flags gcc OPTIONS : x86 : haswell : -march=core-avx-i -mavx2 -mfma -mbmi -mbmi2 -mlzcnt ;
|
| /OK3568_Linux_fs/buildroot/arch/ |
| H A D | Config.in.x86 | 116 bool "corei7-avx" 291 default "corei7-avx" if BR2_x86_corei7_avx
|
| /OK3568_Linux_fs/buildroot/package/ffmpeg/ |
| H A D | ffmpeg.mk | 468 FFMPEG_CONF_OPTS += --enable-avx 470 FFMPEG_CONF_OPTS += --disable-avx
|
| /OK3568_Linux_fs/kernel/arch/x86/ |
| H A D | Makefile | 59 KBUILD_CFLAGS += $(call cc-option,-mno-avx,)
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5base/ |
| H A D | qt5base.mk | 76 QT5BASE_CONFIGURE_OPTS += -no-avx
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/ |
| H A D | rust-common.inc | 102 f.append("+avx")
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 10 # AVXcode: avx-code
|
| /OK3568_Linux_fs/kernel/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 10 # AVXcode: avx-code
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | CHANGES | 6742 #8861: With buildroot 2016.02 trying to build for corei7-avx 7641 support for steamroller, corei7-avx and core-avx2 x86
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccinstall.info | 1142 'sse' which enables '-msse2' or 'avx' which enables '-mavx' by
|
| H A D | gcc.info | 32483 'target_clones("sse4.1,avx")'. GCC creates two function clones, 34718 'avx' 34719 'no-avx' 51269 'avx' 66600 * 'target("avx")' function attribute, x86: x86 Function Attributes.
|
| H A D | as.info | 11835 'nossse3', 'nosse4.1', 'nosse4.2', 'nosse4', 'avx', 'avx2', 12756 '.avx' '.vmx' '.smx' '.ept'
|
| H A D | gccint.info | 5376 'avx' 5377 Target supports compiling 'avx' instructions. 5380 Target supports the execution of 'avx' instructions.
|
| H A D | gdb.info | 49984 The 'org.gnu.gdb.i386.avx' feature is optional and requires the 50005 'org.gnu.gdb.i386.avx' feature. It should describe additional XMM
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccinstall.info | 1142 'sse' which enables '-msse2' or 'avx' which enables '-mavx' by
|
| H A D | gcc.info | 32483 'target_clones("sse4.1,avx")'. GCC creates two function clones, 34718 'avx' 34719 'no-avx' 51269 'avx' 66600 * 'target("avx")' function attribute, x86: x86 Function Attributes.
|
| H A D | as.info | 11835 'nossse3', 'nosse4.1', 'nosse4.2', 'nosse4', 'avx', 'avx2', 12756 '.avx' '.vmx' '.smx' '.ept'
|
| H A D | gccint.info | 5376 'avx' 5377 Target supports compiling 'avx' instructions. 5380 Target supports the execution of 'avx' instructions.
|
| H A D | gdb.info | 49984 The 'org.gnu.gdb.i386.avx' feature is optional and requires the 50005 'org.gnu.gdb.i386.avx' feature. It should describe additional XMM
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 4657 ,{��������z��������iJ[`avx����}z~�qv�lS[`YQbz|z|��|vuutrlfoG/U]8$31/+'
|