projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa5e82c
)
s390x/tcg: Implement MULTIPLY HALFWORD (MGH)
author
David Hildenbrand
<david@redhat.com>
Mon, 28 Sep 2020 12:27:13 +0000
(14:27 +0200)
committer
Cornelia Huck
<cohuck@redhat.com>
Fri, 2 Oct 2020 11:52:49 +0000
(13:52 +0200)
Just like MULTIPLY HALFWORD IMMEDIATE (MGHI), only the second operand
(signed 16 bit) comes from memory.
Signed-off-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <
20200928122717
.30586-6-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 13c4ffdaf5b3f058974983ddab39e7abbdb89b7b..bf18d8aaf43e3cc721bc185899e869a2698c04e4 100644
(file)
--- a/
target/s390x/insn-data.def
+++ b/
target/s390x/insn-data.def
@@
-669,6
+669,7
@@
/* MULTIPLY HALFWORD */
C(0x4c00, MH, RX_a, Z, r1_o, m2_16s, new, r1_32, mul, 0)
C(0xe37c, MHY, RXY_a, GIE, r1_o, m2_16s, new, r1_32, mul, 0)
+ C(0xe33c, MGH, RXY_a, MIE2,r1_o, m2_16s, r1, 0, mul, 0)
/* MULTIPLY HALFWORD IMMEDIATE */
C(0xa70c, MHI, RI_a, Z, r1_o, i2, new, r1_32, mul, 0)
C(0xa70d, MGHI, RI_a, Z, r1_o, i2, r1, 0, mul, 0)