diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2017-02-10 14:18:23 +1000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-02-10 19:04:26 +1030 |
commit | dce75bf9848c88583377c608e9734a2f8616d12b (patch) | |
tree | 8c1c0dc5a71a97a3c0131223ff089261951e1639 /gas/testsuite | |
parent | 53f7e8ea7fad1fcff1b58f4cbd74e192e0bcbc1d (diff) | |
download | gdb-dce75bf9848c88583377c608e9734a2f8616d12b.zip gdb-dce75bf9848c88583377c608e9734a2f8616d12b.tar.gz gdb-dce75bf9848c88583377c608e9734a2f8616d12b.tar.bz2 |
POWER9 add scv/rfscv instruction support
opcodes/
* ppc-opc.c (powerpc_opcodes) <scv, rfscv>: New mnemonics.
gas/
* testsuite/gas/ppc/power9.d <scv, rfscv>: New tests.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/ppc/power9.d | 3 | ||||
-rw-r--r-- | gas/testsuite/gas/ppc/power9.s | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gas/testsuite/gas/ppc/power9.d b/gas/testsuite/gas/ppc/power9.d index 6f2f53a..9ba53d0 100644 --- a/gas/testsuite/gas/ppc/power9.d +++ b/gas/testsuite/gas/ppc/power9.d @@ -391,4 +391,7 @@ Disassembly of section \.text: .*: (ff d7 04 8e|8e 04 d7 ff) mffscrni f30,0 .*: (ff d7 1c 8e|8e 1c d7 ff) mffscrni f30,3 .*: (ff f8 04 8e|8e 04 f8 ff) mffsl f31 +.*: (01 00 00 44|44 00 00 01) scv 0 +.*: (e1 0f 00 44|44 00 0f e1) scv 127 +.*: (a4 00 00 4c|4c 00 00 a4) rfscv #pass diff --git a/gas/testsuite/gas/ppc/power9.s b/gas/testsuite/gas/ppc/power9.s index 469435d..27f1122 100644 --- a/gas/testsuite/gas/ppc/power9.s +++ b/gas/testsuite/gas/ppc/power9.s @@ -382,3 +382,6 @@ power9: mffscrni 30,0 mffscrni 30,3 mffsl 31 + scv 0 + scv 127 + rfscv |