]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Power10 Set boolean extension
authorPeter Bergner <bergner@linux.ibm.com>
Mon, 11 May 2020 00:15:42 +0000 (09:45 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 11 May 2020 11:38:37 +0000 (21:08 +0930)
commit4f3e9537c47ce65086cb86587a5fa9be4dc41392
tree5adccbeda2ea15a813d22e3cd13fb24ff396d986
parentec40e91c77ecf4ca853577aa7d68bdaf5aeedfd5
Power10 Set boolean extension

opcodes/
* ppc-opc.c (powerpc_opcodes) <setbc, setbcr, setnbc, setnbcr>: New
mnemonics.
gas/
* testsuite/gas/ppc/set_bool.d,
* testsuite/gas/ppc/set_bool.s: New test.
* testsuite/gas/ppc/ppc.exp: Run it.
gas/ChangeLog
gas/testsuite/gas/ppc/ppc.exp
gas/testsuite/gas/ppc/set_bool.d [new file with mode: 0644]
gas/testsuite/gas/ppc/set_bool.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/ppc-opc.c