Searched refs:altivec (Results 1 – 16 of 16) sorted by relevance
/Linux-v6.1/lib/raid6/test/ |
D | Makefile | 88 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-v6.1/lib/raid6/ |
D | Makefile | 16 altivec_flags := -maltivec $(call cc-option,-mabi=altivec) 66 $(obj)/altivec%.c: $(src)/altivec.uc $(src)/unroll.awk FORCE
|
D | .gitignore | 3 altivec*.c
|
D | vpermxor.uc | 26 #include <altivec.h> 87 /* Check if arch has both altivec and the vpermxor instructions */
|
D | altivec.uc | 29 #include <altivec.h>
|
D | neon.uc | 8 * Based on altivec.uc:
|
/Linux-v6.1/tools/testing/selftests/powerpc/benchmarks/ |
D | Makefile | 15 $(OUTPUT)/context_switch: CFLAGS += -maltivec -mvsx -mabi=altivec
|
/Linux-v6.1/arch/powerpc/kernel/ptrace/ |
D | Makefile | 15 obj-$(CONFIG_ALTIVEC) += ptrace-altivec.o
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | emulated_ops.h | 22 struct ppc_emulated_entry altivec; member
|
/Linux-v6.1/arch/powerpc/lib/ |
D | Makefile | 75 CFLAGS_xor_vmx.o += -maltivec $(call cc-option,-mabi=altivec)
|
/Linux-v6.1/arch/powerpc/platforms/ |
D | Kconfig.cputype | 357 altivec registers, and turning on the 'altivec enable' bit so user 358 processes can execute altivec instructions. 361 altivec (G4, otherwise known as 74xx series), but does not have 362 any affect on a non-altivec cpu (it does, however add code to the
|
/Linux-v6.1/arch/powerpc/ |
D | Makefile | 200 KBUILD_CFLAGS += $(call cc-option,-mno-altivec) 305 85xx-64bit 85xx-smp altivec 85xx-hw fsl-emb-nonhw dpaa)
|
/Linux-v6.1/Documentation/ |
D | dontdiff | 88 altivec*.c
|
/Linux-v6.1/Documentation/powerpc/ |
D | dawr-power9.rst | 17 cpu : POWER9, altivec supported
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | traps.c | 2081 PPC_WARN_EMULATED(altivec, regs); in DEFINE_INTERRUPT_HANDLER() 2253 WARN_EMULATED_SETUP(altivec),
|
/Linux-v6.1/arch/powerpc/boot/ |
D | Makefile | 36 -fno-strict-aliasing -O2 -msoft-float -mno-altivec -mno-vsx \
|