target/s390x: Finish implementing RISBGN
commitfdaae351435147b9be6161d0f136ca7c40308059
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 7 Nov 2017 14:55:46 +0000 (7 15:55 +0100)
committerCornelia Huck <cohuck@redhat.com>
Thu, 9 Nov 2017 09:36:06 +0000 (9 10:36 +0100)
treeabab7b6f5463cac829eb7a15d801280c9cdab0ca
parent2c28c490571f61fe8a01e048e5114ad6c08d80a0
target/s390x: Finish implementing RISBGN

We added the entry to insn-data.def, but failed to update op_risbg
to match.  No need to special-case the imask inversion, since that
is already ~0 for RISBG (and now RISBGN).

Fixes: 375ee58bedcda359011fe7fa99e0647f66f9ffa0
Fixes: https://bugs.launchpad.net/qemu/+bug/1701798 (s390x part)
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20171107145546.767-1-richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Tested-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/translate.c