Searched refs:altivec (Results 1 – 17 of 17) sorted by relevance
/linux-6.12.1/lib/raid6/test/ |
D | Makefile | 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*.c vpermxor*.c neon*.c tables.c raid6test
|
/linux-6.12.1/lib/raid6/ |
D | Makefile | 17 altivec_flags := -maltivec $(call cc-option,-mabi=altivec) 48 $(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-6.12.1/tools/testing/selftests/powerpc/benchmarks/ |
D | Makefile | 16 $(OUTPUT)/context_switch: CFLAGS += -maltivec -mvsx -mabi=altivec
|
/linux-6.12.1/arch/powerpc/kernel/ptrace/ |
D | Makefile | 15 obj-$(CONFIG_ALTIVEC) += ptrace-altivec.o
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | emulated_ops.h | 22 struct ppc_emulated_entry altivec; member
|
/linux-6.12.1/arch/powerpc/lib/ |
D | Makefile | 77 CFLAGS_xor_vmx.o += -mhard-float -maltivec $(call cc-option,-mabi=altivec)
|
/linux-6.12.1/arch/powerpc/platforms/ |
D | Kconfig.cputype | 367 altivec registers, and turning on the 'altivec enable' bit so user 368 processes can execute altivec instructions. 371 altivec (G4, otherwise known as 74xx series), but does not have 372 any affect on a non-altivec cpu (it does, however add code to the
|
/linux-6.12.1/arch/powerpc/ |
D | Makefile | 205 KBUILD_CFLAGS += $(call cc-option,-mno-altivec) 287 85xx-64bit 85xx-smp altivec 85xx-hw fsl-emb-nonhw dpaa)
|
D | Kconfig | 12 # where pcrel code is not generated if -msoft-float, -mno-altivec, or
|
/linux-6.12.1/Documentation/ |
D | dontdiff | 88 altivec*.c
|
/linux-6.12.1/Documentation/arch/powerpc/ |
D | dawr-power9.rst | 17 cpu : POWER9, altivec supported
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | traps.c | 2112 PPC_WARN_EMULATED(altivec, regs); in DEFINE_INTERRUPT_HANDLER() 2273 WARN_EMULATED_SETUP(altivec),
|
/linux-6.12.1/arch/powerpc/boot/ |
D | Makefile | 75 -msoft-float -mno-altivec -mno-vsx \
|