Correct vcmpsq, vcmpuq and xvtlsbb BF field
authorAlan Modra <amodra@gmail.com>
Tue, 18 Aug 2020 23:17:35 +0000 (08:47 +0930)
committerAlan Modra <amodra@gmail.com>
Tue, 18 Aug 2020 23:17:35 +0000 (08:47 +0930)
commit18a8a00ebe3159b65798c6132cb5f93ff4ef6c17
treed0f2aff39f2687d199bb4f7993995bb3fb0468a5
parentd138725a62c3fd04cd1b34352d778d6682c73694
Correct vcmpsq, vcmpuq and xvtlsbb BF field

These shouldn't be optional.  The record form of vector instructions
set CR6, giving an expectation that omitting BF should be the same as
specifying CR6.

opcodes/
* ppc-opc.c (powerpc_opcodes): Replace OBF with BF for vcmpsq,
vcmpuq and xvtlsbb.
gas/
* testsuite/gas/ppc/int128.s: Correct vcmpuq.
* testsuite/gas/ppc/int128.d: Update.
* testsuite/gas/ppc/xvtlsbb.d: Update.
gas/ChangeLog
gas/testsuite/gas/ppc/int128.d
gas/testsuite/gas/ppc/int128.s
gas/testsuite/gas/ppc/xvtlsbb.d
opcodes/ChangeLog
opcodes/ppc-opc.c