]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Power10 string operations
authorAlan Modra <amodra@gmail.com>
Mon, 11 May 2020 00:16:45 +0000 (09:46 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 11 May 2020 11:38:37 +0000 (21:08 +0930)
commit66ef5847c3a5ec17259f47f6ab52ebd470c0650c
treec8e1dd0aac0708950767becc211731597cb4712d
parent4f3e9537c47ce65086cb86587a5fa9be4dc41392
Power10 string operations

opcodes/
* ppc-opc.c (powerpc_opcodes): Add vstribl, vstribr, vstrihl, vstrihr,
vclrlb, vclrrb, vstribl., vstribr., vstrihl., vstrihr..
gas/
* testsuite/gas/ppc/stringop.d,
* testsuite/gas/ppc/stringop.s: New test.
* testsuite/gas/ppc/ppc.exp: Run it.
gas/ChangeLog
gas/testsuite/gas/ppc/ppc.exp
gas/testsuite/gas/ppc/stringop.d [new file with mode: 0644]
gas/testsuite/gas/ppc/stringop.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/ppc-opc.c