opcodes/
authorPeter Bergner <bergner@vnet.ibm.com>
Fri, 5 Oct 2012 14:06:20 +0000 (14:06 +0000)
committerPeter Bergner <bergner@vnet.ibm.com>
Fri, 5 Oct 2012 14:06:20 +0000 (14:06 +0000)
commitc7a5aa9c64fc5b4fd7de8119dd6597127060e884
treea6449e392a527aa0704deeceb8cdbd98a890b21a
parentc9824451ad40bf7ddb81d21941b880e869c3620a
opcodes/
* ppc-dis.c (ppc_opts) <altivec>: Use PPC_OPCODE_ALTIVEC2;
* ppc-opc.c (VBA): New define.
(powerpc_opcodes) <vcuxwfp, vcsxwfp, vcfpuxws, vcfpsxsw, vmr, vnot,
mfppr, mfppr32, mtppr, mtppr32>: New extended mnemonics.

gas/testsuite/
* gas/ppc/power7.d: Add tests for mfppr, mfppr32, mtppr and mtppr32.
* gas/ppc/power7.s: Likewise.
* gas/ppc/altivec.d: Add tests for all legacy Altivec instructions.
* gas/ppc/altivec.s: Likewise.
* gas/ppc/altivec2.d: New test file.
* gas/ppc/altivec2.s: Likewise.
* gas/ppc/ppc.exp: Run it.
gas/testsuite/ChangeLog
gas/testsuite/gas/ppc/altivec.d
gas/testsuite/gas/ppc/altivec.s
gas/testsuite/gas/ppc/altivec2.d [new file with mode: 0644]
gas/testsuite/gas/ppc/altivec2.s [new file with mode: 0644]
gas/testsuite/gas/ppc/power7.d
gas/testsuite/gas/ppc/power7.s
gas/testsuite/gas/ppc/ppc.exp
opcodes/ChangeLog
opcodes/ppc-dis.c
opcodes/ppc-opc.c
This page took 0.02546 seconds and 4 git commands to generate.