forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -88,7 +88,7 @@ struct ppc_mopt ppc_opts[] = {
|
||||
| PPC_OPCODE_A2),
|
||||
0 },
|
||||
{ "altivec", (PPC_OPCODE_PPC),
|
||||
PPC_OPCODE_ALTIVEC },
|
||||
PPC_OPCODE_ALTIVEC | PPC_OPCODE_ALTIVEC2 },
|
||||
{ "any", 0,
|
||||
PPC_OPCODE_ANY },
|
||||
{ "booke", (PPC_OPCODE_PPC | PPC_OPCODE_BOOKE),
|
||||
|
||||
Reference in New Issue
Block a user