gas/ppc: Additional tests for DFP instructions
authorAndrew Burgess <aburgess@redhat.com>
Mon, 30 Jan 2023 11:47:31 +0000 (11:47 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Tue, 31 Jan 2023 09:33:33 +0000 (09:33 +0000)
commit0fcf99b8ab5ccbde30fa7d36742e670cd4df48ef
tree1a070f9509f4fc2b435e63576afb8104fd01cff0
parenta3c2d248683e13aafa7362e3da278080a5bb5954
gas/ppc: Additional tests for DFP instructions

I noticed that some of the Power6 DFP instructions were not covered by
the assembler tests.  I've added a new test file which I believe
covers all the DFP Power6 instructions.

The existing gas/testsuite/gas/ppc/power6.d test is called:

  POWER6 tests (includes DFP and Altivec)

And does cover some of the DFP instructions.  But, given the number of
additional instructions I'm adding I opted to add a whole new test
file.  I've left the original power6.d unchanged, so there is now some
overlap, but I don't think that should hurt much.
gas/testsuite/gas/ppc/power6-dfp.d [new file with mode: 0644]
gas/testsuite/gas/ppc/power6-dfp.s [new file with mode: 0644]
gas/testsuite/gas/ppc/ppc.exp