Home
last modified time | relevance | path

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

/arch/powerpc/kernel/ptrace/
DMakefile15 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.cputype337 altivec registers, and turning on the 'altivec enable' bit so user
338 processes can execute altivec instructions.
341 altivec (G4, otherwise known as 74xx series), but does not have
342 any affect on a non-altivec cpu (it does, however add code to the
/arch/powerpc/
DMakefile198 KBUILD_CFLAGS += $(call cc-option,-mno-altivec)
312 85xx-64bit 85xx-smp altivec 85xx-hw fsl-emb-nonhw dpaa)
/arch/powerpc/boot/
DMakefile36 -fno-strict-aliasing -O2 -msoft-float -mno-altivec -mno-vsx \
/arch/powerpc/kernel/
Dtraps.c2069 PPC_WARN_EMULATED(altivec, regs); in DEFINE_INTERRUPT_HANDLER()
2243 WARN_EMULATED_SETUP(altivec),