/openbmc/linux/arch/x86/crypto/ |
H A D | Makefile | 11 obj-$(CONFIG_CRYPTO_TWOFISH_AVX_X86_64) += twofish-avx-x86_64.o 12 twofish-avx-x86_64-y := twofish-avx-x86_64-asm_64.o twofish_avx_glue.o 18 obj-$(CONFIG_CRYPTO_SERPENT_AVX_X86_64) += serpent-avx-x86_64.o 19 serpent-avx-x86_64-y := serpent-avx-x86_64-asm_64.o serpent_avx_glue.o 28 obj-$(CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64) += camellia-aesni-avx-x86_64.o 29 camellia-aesni-avx-x86_64-y := camellia-aesni-avx-asm_64.o camellia_aesni_avx_glue.o 36 obj-$(CONFIG_CRYPTO_CAST5_AVX_X86_64) += cast5-avx-x86_64.o 37 cast5-avx-x86_64-y := cast5-avx-x86_64-asm_64.o cast5_avx_glue.o 39 obj-$(CONFIG_CRYPTO_CAST6_AVX_X86_64) += cast6-avx-x86_64.o 40 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. 134 if ($avx) { [all …]
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | Makefile.target | 16 SKIP_I386_TESTS=test-i386-ssse3 test-avx test-3dnow test-mmx test-flags 82 CLEANFILES += test-avx.h test-mmx.h test-3dnow.h 89 test-avx.h: test-avx.py x86.csv 90 $(PYTHON) $(I386_SRC)/test-avx.py $(I386_SRC)/x86.csv $@ 100 test-avx: CFLAGS += -mavx -masm=intel -O -I. 101 run-test-avx: QEMU_OPTS += -cpu max 102 test-avx: test-avx.h
|
H A D | README | 18 test-avx 24 test-avx.h is generate from x86.csv by test-avx.py
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/spandsp/ |
H A D | spandsp_git.bb | 44 PACKAGECONFIG[avx] = "--enable-avx,--disable-avx"
|
/openbmc/openbmc/poky/meta/recipes-multimedia/flac/ |
H A D | flac_1.4.3.bb | 30 PACKAGECONFIG[avx] = "--enable-avx,--disable-avx"
|
/openbmc/qemu/target/i386/ |
H A D | xsave_helper.c | 54 XSaveAVX *avx; in x86_cpu_xsave_all_areas() local 56 avx = buf + e->offset; in x86_cpu_xsave_all_areas() 59 uint8_t *ymmh = avx->ymmh[i]; in x86_cpu_xsave_all_areas() 188 const XSaveAVX *avx; in x86_cpu_xrstor_all_areas() local 190 avx = buf + e->offset; in x86_cpu_xrstor_all_areas() 192 const uint8_t *ymmh = avx->ymmh[i]; in x86_cpu_xrstor_all_areas()
|
/openbmc/linux/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()
|
/openbmc/linux/arch/x86/ |
H A D | Makefile.um | 11 KBUILD_CFLAGS += -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx 12 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2
|
H A D | Makefile | 70 KBUILD_CFLAGS += -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx 71 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2
|
/openbmc/openbmc/poky/meta/recipes-support/boost/boost/ |
H A D | 0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch | 60 -cpu-flags gcc OPTIONS : x86 : corei7-avx : -march=corei7-avx ; 61 -cpu-flags gcc OPTIONS : x86 : sandy-bridge : -march=corei7-avx ; 62 -cpu-flags gcc OPTIONS : x86 : core-avx-i : -march=core-avx-i ; 63 -cpu-flags gcc OPTIONS : x86 : ivy-bridge : -march=core-avx-i ; 64 -cpu-flags gcc OPTIONS : x86 : haswell : -march=core-avx-i -mavx2 -mfma -mbmi -mbmi2 -mlzcnt ;
|
/openbmc/linux/lib/zstd/common/ |
H A D | cpu.h | 124 C(avx, 28)
|
/openbmc/linux/Documentation/admin-guide/hw-vuln/ |
H A D | gather_data_sampling.rst | 64 "clearcpuid=avx" on the kernel command-line.
|
/openbmc/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 47 1, 0, ECX, 28, avx, AVX instruction supported 247 0xD, 0, EAX, 2, avx, AVX state
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | rust-target-config.bbclass | 112 f.append("+avx")
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.1.rst | 149 - flac: avx, ogg
|
/openbmc/linux/tools/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 10 # AVXcode: avx-code
|
/openbmc/linux/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 10 # AVXcode: avx-code
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |