Home
last modified time | relevance | path

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

/linux/lib/raid6/test/
H A DMakefile40 HAS_ALTIVEC := $(shell printf '$(pound)include <altivec.h>\nvector int a;\n' |\
99 altivec1.c: altivec.uc ../unroll.awk
100 $(AWK) ../unroll.awk -vN=1 < altivec.uc > $@
102 altivec2.c: altivec.uc ../unroll.awk
103 $(AWK) ../unroll.awk -vN=2 < altivec.uc > $@
105 altivec4.c: altivec.uc ../unroll.awk
106 $(AWK) ../unroll.awk -vN=4 < altivec.uc > $@
108 altivec8.c: altivec.uc ../unroll.awk
109 $(AWK) ../unroll.awk -vN=8 < altivec.uc > $@
145 rm -f *.o *.a mktables mktables.c *.uc int*.c altivec*
[all...]
/linux/lib/raid6/
H A DMakefile18 altivec_flags := -maltivec $(call cc-option,-mabi=altivec)
19 # Enable <altivec.h>
49 $(obj)/altivec%.c: $(src)/altivec.uc $(src)/unroll.awk FORCE
H A D.gitignore3 altivec*.c
H A Dvpermxor.uc26 #include <altivec.h>
87 /* Check if arch has both altivec and the vpermxor instructions */
H A Daltivec.uc29 #include <altivec.h>
H A Dneon.uc8 * Based on altivec.uc:
/linux/arch/powerpc/kernel/ptrace/
H A DMakefile15 obj-$(CONFIG_ALTIVEC) += ptrace-altivec.o
/linux/arch/powerpc/include/asm/
H A Demulated_ops.h22 struct ppc_emulated_entry altivec; member
/linux/arch/powerpc/
H A DMakefile205 KBUILD_CFLAGS += $(call cc-option,-mno-altivec)
287 85xx-64bit 85xx-smp altivec 85xx-hw fsl-emb-nonhw dpaa)
H A DKconfig12 # where pcrel code is not generated if -msoft-float, -mno-altivec, or
/linux/Documentation/arch/powerpc/
H A Ddawr-power9.rst17 cpu : POWER9, altivec supported
/linux/arch/powerpc/kernel/
H A Dtraps.c1698 /* A user program has executed an altivec instruction, in DEFINE_INTERRUPT_HANDLER()
1699 but this kernel doesn't support altivec. */ in DEFINE_INTERRUPT_HANDLER()
2111 PPC_WARN_EMULATED(altivec, regs); in DEFINE_INTERRUPT_HANDLER()
2125 printk_ratelimited(KERN_ERR "Unrecognized altivec instruction " in DEFINE_INTERRUPT_HANDLER()
2272 WARN_EMULATED_SETUP(altivec),
/linux/arch/powerpc/boot/
H A DMakefile76 -msoft-float -mno-altivec -mno-vsx \