projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87d7d93
)
s390x/tcg: Implement SUBTRACT HALFWORD (SGH)
author
David Hildenbrand
<david@redhat.com>
Mon, 28 Sep 2020 12:27:11 +0000
(14:27 +0200)
committer
Cornelia Huck
<cohuck@redhat.com>
Fri, 2 Oct 2020 11:52:49 +0000
(13:52 +0200)
Easy to wire up.
Signed-off-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <
20200928122717
.30586-4-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/insn-data.def
patch
|
blob
|
history
diff --git
a/target/s390x/insn-data.def
b/target/s390x/insn-data.def
index dbcdb4c387fa856a8de3f21551e56c26221c895b..e994d32d96bd5b710036f4208ac8cf5257f83a87 100644
(file)
--- a/
target/s390x/insn-data.def
+++ b/
target/s390x/insn-data.def
@@
-886,6
+886,7
@@
/* SUBTRACT HALFWORD */
C(0x4b00, SH, RX_a, Z, r1, m2_16s, new, r1_32, sub, subs32)
C(0xe37b, SHY, RXY_a, LD, r1, m2_16s, new, r1_32, sub, subs32)
+ C(0xe339, SGH, RXY_a, MIE2,r1, m2_16s, r1, 0, sub, subs64)
/* SUBTRACT HIGH */
C(0xb9c9, SHHHR, RRF_a, HW, r2_sr32, r3_sr32, new, r1_32h, sub, subs32)
C(0xb9d9, SHHLR, RRF_a, HW, r2_sr32, r3, new, r1_32h, sub, subs32)