Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/raid6/test/
A DMakefile88 altivec1.c: altivec.uc ../unroll.awk
89 $(AWK) ../unroll.awk -vN=1 < altivec.uc > $@
91 altivec2.c: altivec.uc ../unroll.awk
92 $(AWK) ../unroll.awk -vN=2 < altivec.uc > $@
94 altivec4.c: altivec.uc ../unroll.awk
95 $(AWK) ../unroll.awk -vN=4 < altivec.uc > $@
97 altivec8.c: altivec.uc ../unroll.awk
98 $(AWK) ../unroll.awk -vN=8 < altivec.uc > $@
134 rm -f *.o *.a mktables mktables.c *.uc int*.c altivec*.c vpermxor*.c neon*.c tables.c raid6test
/linux-6.3-rc2/lib/raid6/
A DMakefile16 altivec_flags := -maltivec $(call cc-option,-mabi=altivec)
66 $(obj)/altivec%.c: $(src)/altivec.uc $(src)/unroll.awk FORCE
A D.gitignore3 altivec*.c
A Dvpermxor.uc26 #include <altivec.h>
87 /* Check if arch has both altivec and the vpermxor instructions */
A Daltivec.uc29 #include <altivec.h>
A Dneon.uc8 * Based on altivec.uc:
/linux-6.3-rc2/tools/testing/selftests/powerpc/benchmarks/
A DMakefile15 $(OUTPUT)/context_switch: CFLAGS += -maltivec -mvsx -mabi=altivec
/linux-6.3-rc2/arch/powerpc/kernel/ptrace/
A DMakefile15 obj-$(CONFIG_ALTIVEC) += ptrace-altivec.o
/linux-6.3-rc2/arch/powerpc/include/asm/
A Demulated_ops.h22 struct ppc_emulated_entry altivec; member
/linux-6.3-rc2/arch/powerpc/lib/
A DMakefile79 CFLAGS_xor_vmx.o += -maltivec $(call cc-option,-mabi=altivec)
/linux-6.3-rc2/arch/powerpc/platforms/
A DKconfig.cputype372 altivec registers, and turning on the 'altivec enable' bit so user
373 processes can execute altivec instructions.
376 altivec (G4, otherwise known as 74xx series), but does not have
377 any affect on a non-altivec cpu (it does, however add code to the
/linux-6.3-rc2/arch/powerpc/
A DMakefile188 KBUILD_CFLAGS += $(call cc-option,-mno-altivec)
279 85xx-64bit 85xx-smp altivec 85xx-hw fsl-emb-nonhw dpaa)
/linux-6.3-rc2/Documentation/
A Ddontdiff88 altivec*.c
/linux-6.3-rc2/Documentation/powerpc/
A Ddawr-power9.rst17 cpu : POWER9, altivec supported
/linux-6.3-rc2/arch/powerpc/kernel/
A Dtraps.c2081 PPC_WARN_EMULATED(altivec, regs); in DEFINE_INTERRUPT_HANDLER()
2253 WARN_EMULATED_SETUP(altivec),
/linux-6.3-rc2/arch/powerpc/boot/
A DMakefile36 -fno-strict-aliasing -O2 -msoft-float -mno-altivec -mno-vsx \

Completed in 22 milliseconds