Home
last modified time | relevance | path

Searched refs:altivec (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/lib/raid6/test/
DMakefile91 altivec1.c: altivec.uc ../unroll.awk
92 $(AWK) ../unroll.awk -vN=1 < altivec.uc > $@
94 altivec2.c: altivec.uc ../unroll.awk
95 $(AWK) ../unroll.awk -vN=2 < altivec.uc > $@
97 altivec4.c: altivec.uc ../unroll.awk
98 $(AWK) ../unroll.awk -vN=4 < altivec.uc > $@
100 altivec8.c: altivec.uc ../unroll.awk
101 $(AWK) ../unroll.awk -vN=8 < altivec.uc > $@
137 rm -f *.o *.a mktables mktables.c *.uc int*.c altivec*.c vpermxor*.c neon*.c tables.c raid6test
/Linux-v5.4/lib/raid6/
DMakefile16 altivec_flags := -maltivec $(call cc-option,-mabi=altivec)
62 $(obj)/altivec%.c: $(src)/altivec.uc $(src)/unroll.awk FORCE
D.gitignore2 altivec*.c
Dvpermxor.uc26 #include <altivec.h>
87 /* Check if arch has both altivec and the vpermxor instructions */
Daltivec.uc29 #include <altivec.h>
Dneon.uc8 * Based on altivec.uc:
/Linux-v5.4/tools/testing/selftests/powerpc/benchmarks/
DMakefile13 $(OUTPUT)/context_switch: CFLAGS += -maltivec -mvsx -mabi=altivec
/Linux-v5.4/arch/powerpc/include/asm/
Demulated_ops.h22 struct ppc_emulated_entry altivec; member
/Linux-v5.4/arch/powerpc/lib/
DMakefile61 CFLAGS_xor_vmx.o += -maltivec $(call cc-option,-mabi=altivec)
/Linux-v5.4/arch/powerpc/platforms/
DKconfig.cputype291 altivec registers, and turning on the 'altivec enable' bit so user
292 processes can execute altivec instructions.
295 altivec (G4, otherwise known as 74xx series), but does not have
296 any affect on a non-altivec cpu (it does, however add code to the
/Linux-v5.4/arch/powerpc/
DMakefile230 KBUILD_CFLAGS += $(call cc-option,-mno-altivec)
349 85xx-64bit 85xx-smp altivec 85xx-hw fsl-emb-nonhw dpaa)
/Linux-v5.4/Documentation/
Ddontdiff87 altivec*.c
/Linux-v5.4/arch/powerpc/boot/
DMakefile32 -fno-strict-aliasing -O2 -msoft-float -mno-altivec -mno-vsx \
/Linux-v5.4/arch/powerpc/kernel/
Dtraps.c2044 PPC_WARN_EMULATED(altivec, regs); in altivec_assist_exception()
2224 WARN_EMULATED_SETUP(altivec),