Searched refs:altivec (Results 1 - 19 of 19) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A DMakefile15 $(OUTPUT)/context_switch: CFLAGS += -maltivec -mvsx -mabi=altivec
H A Dcontext_switch.c27 #include <altivec.h>
395 { "no-altivec", no_argument, &touch_altivec, 0 },
410 fprintf(stderr, "\t\t--no-altivec\tDon't touch altivec\n");
490 printf(" on cpus %d/%d touching FP:%s altivec:%s vector:%s vdso:%s\n",
/linux-master/lib/raid6/test/
H A DMakefile40 HAS_ALTIVEC := $(shell printf '$(pound)include <altivec.h>\nvector int a;\n' |\
102 altivec1.c: altivec.uc ../unroll.awk
103 $(AWK) ../unroll.awk -vN=1 < altivec.uc > $@
105 altivec2.c: altivec.uc ../unroll.awk
106 $(AWK) ../unroll.awk -vN=2 < altivec.uc > $@
108 altivec4.c: altivec.uc ../unroll.awk
109 $(AWK) ../unroll.awk -vN=4 < altivec.uc > $@
111 altivec8.c: altivec.uc ../unroll.awk
112 $(AWK) ../unroll.awk -vN=8 < altivec.uc > $@
148 rm -f *.o *.a mktables mktables.c *.uc int*.c altivec*
[all...]
/linux-master/arch/powerpc/kernel/ptrace/
H A DMakefile15 obj-$(CONFIG_ALTIVEC) += ptrace-altivec.o
/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsignal.c16 #include <altivec.h>
H A Dsignal_tm.c15 #include <altivec.h>
/linux-master/arch/powerpc/include/asm/
H A Demulated_ops.h22 struct ppc_emulated_entry altivec; member in struct:ppc_emulated
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_syscall.c8 #include <altivec.h>
H A Dvmx_signal.c20 #include <altivec.h>
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-chk-fpu.c25 #include <altivec.h>
H A Dtm-signal-context-chk-gpr.c25 #include <altivec.h>
H A Dtm-signal-context-chk-vsx.c26 #include <altivec.h>
H A Dtm-signal-context-chk-vmx.c26 #include <altivec.h>
/linux-master/lib/raid6/
H A DMakefile17 altivec_flags := -maltivec $(call cc-option,-mabi=altivec)
18 # Enable <altivec.h>
67 $(obj)/altivec%.c: $(src)/altivec.uc $(src)/unroll.awk FORCE
/linux-master/arch/powerpc/lib/
H A DMakefile79 CFLAGS_xor_vmx.o += -mhard-float -maltivec $(call cc-option,-mabi=altivec)
80 # Enable <altivec.h>
H A Dxor_vmx.c14 #include <altivec.h>
/linux-master/arch/powerpc/
H A DMakefile206 KBUILD_CFLAGS += $(call cc-option,-mno-altivec)
288 85xx-64bit 85xx-smp altivec 85xx-hw fsl-emb-nonhw dpaa)
/linux-master/arch/powerpc/kernel/
H A Dtraps.c1699 /* A user program has executed an altivec instruction,
1700 but this kernel doesn't support altivec. */
2112 PPC_WARN_EMULATED(altivec, regs);
2126 printk_ratelimited(KERN_ERR "Unrecognized altivec instruction "
2273 WARN_EMULATED_SETUP(altivec),
/linux-master/arch/powerpc/boot/
H A DMakefile77 -msoft-float -mno-altivec -mno-vsx \

Completed in 182 milliseconds