projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bac03ec
)
s390x/tcg: RXE has an optional M3 field
author
David Hildenbrand
<david@redhat.com>
Mon, 25 Feb 2019 20:03:12 +0000
(21:03 +0100)
committer
Cornelia Huck
<cohuck@redhat.com>
Mon, 4 Mar 2019 10:49:31 +0000
(11:49 +0100)
Will be needed, so add it to the format description.
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <
20190225200318
.16102-2-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/insn-format.def
patch
|
blob
|
history
diff --git
a/target/s390x/insn-format.def
b/target/s390x/insn-format.def
index a412d90fb76d130712d4b3a2eb448fbac95489af..4297ff4165899f8d26c2158db7127c35b38ec145 100644
(file)
--- 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))
-F
2(RXE, R(1, 8), BXD(
2))
+F
3(RXE, R(1, 8), BXD(2), M(3,3
2))
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))