Searched refs:altivec (Results 1 – 15 of 15) sorted by relevance
86 altivec1.c: altivec.uc ../unroll.awk87 $(AWK) ../unroll.awk -vN=1 < altivec.uc > $@89 altivec2.c: altivec.uc ../unroll.awk90 $(AWK) ../unroll.awk -vN=2 < altivec.uc > $@92 altivec4.c: altivec.uc ../unroll.awk93 $(AWK) ../unroll.awk -vN=4 < altivec.uc > $@95 altivec8.c: altivec.uc ../unroll.awk96 $(AWK) ../unroll.awk -vN=8 < altivec.uc > $@132 rm -f *.o *.a mktables mktables.c *.uc int*.c altivec*.c vpermxor*.c neon*.c tables.c raid6test
16 altivec_flags := -maltivec $(call cc-option,-mabi=altivec)62 $(obj)/altivec%.c: $(src)/altivec.uc $(src)/unroll.awk FORCE
3 altivec*.c
26 #include <altivec.h>87 /* Check if arch has both altivec and the vpermxor instructions */
29 #include <altivec.h>
8 * Based on altivec.uc:
15 $(OUTPUT)/context_switch: CFLAGS += -maltivec -mvsx -mabi=altivec
15 obj-$(CONFIG_ALTIVEC) += ptrace-altivec.o
22 struct ppc_emulated_entry altivec; member
67 CFLAGS_xor_vmx.o += -maltivec $(call cc-option,-mabi=altivec)
321 altivec registers, and turning on the 'altivec enable' bit so user322 processes can execute altivec instructions.325 altivec (G4, otherwise known as 74xx series), but does not have326 any affect on a non-altivec cpu (it does, however add code to the
88 altivec*.c
227 KBUILD_CFLAGS += $(call cc-option,-mno-altivec)341 85xx-64bit 85xx-smp altivec 85xx-hw fsl-emb-nonhw dpaa)
36 -fno-strict-aliasing -O2 -msoft-float -mno-altivec -mno-vsx \
2065 PPC_WARN_EMULATED(altivec, regs); in DEFINE_INTERRUPT_HANDLER()2239 WARN_EMULATED_SETUP(altivec),