From: David Hildenbrand Date: Mon, 25 Feb 2019 20:03:12 +0000 (+0100) Subject: s390x/tcg: RXE has an optional M3 field X-Git-Tag: v4.0.0-rc0~66^2~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5cf955066515df9f948947fce668a05ca6164e14;p=thirdparty%2Fqemu.git s390x/tcg: RXE has an optional M3 field Will be needed, so add it to the format description. Reviewed-by: Thomas Huth Reviewed-by: Richard Henderson Signed-off-by: David Hildenbrand Message-Id: <20190225200318.16102-2-david@redhat.com> Signed-off-by: Cornelia Huck --- diff --git a/target/s390x/insn-format.def b/target/s390x/insn-format.def index a412d90fb76..4297ff41658 100644 --- a/target/s390x/insn-format.def +++ b/target/s390x/insn-format.def @@ -36,7 +36,7 @@ F3(RSY_a, R(1, 8), BDL(2), R(3,12)) F3(RSY_b, R(1, 8), BDL(2), M(3,12)) F2(RX_a, R(1, 8), BXD(2)) F2(RX_b, M(1, 8), BXD(2)) -F2(RXE, R(1, 8), BXD(2)) +F3(RXE, R(1, 8), BXD(2), M(3,32)) F3(RXF, R(1,32), BXD(2), R(3, 8)) F2(RXY_a, R(1, 8), BXDL(2)) F2(RXY_b, M(1, 8), BXDL(2))