Home
last modified time | relevance | path

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

/arch/powerpc/kernel/ptrace/
DMakefile14 obj-$(CONFIG_ALTIVEC) += ptrace-altivec.o
/arch/powerpc/include/asm/
Demulated_ops.h22 struct ppc_emulated_entry altivec; member
/arch/powerpc/lib/
DMakefile70 CFLAGS_xor_vmx.o += -maltivec $(call cc-option,-mabi=altivec)
/arch/powerpc/platforms/
DKconfig.cputype307 altivec registers, and turning on the 'altivec enable' bit so user
308 processes can execute altivec instructions.
311 altivec (G4, otherwise known as 74xx series), but does not have
312 any affect on a non-altivec cpu (it does, however add code to the
/arch/powerpc/
DMakefile208 KBUILD_CFLAGS += $(call cc-option,-mno-altivec)
327 85xx-64bit 85xx-smp altivec 85xx-hw fsl-emb-nonhw dpaa)
/arch/powerpc/boot/
DMakefile32 -fno-strict-aliasing -O2 -msoft-float -mno-altivec -mno-vsx \
/arch/powerpc/kernel/
Dtraps.c2106 PPC_WARN_EMULATED(altivec, regs); in altivec_assist_exception()
2286 WARN_EMULATED_SETUP(altivec),