s390x/tcg: Implement MULTIPLY (MG, MGRK)
commitfa5e82ccb4ffb9bd6c0fa98636679dad07e9a91f
authorDavid Hildenbrand <david@redhat.com>
Mon, 28 Sep 2020 12:27:12 +0000 (28 14:27 +0200)
committerCornelia Huck <cohuck@redhat.com>
Fri, 2 Oct 2020 11:52:49 +0000 (2 13:52 +0200)
tree9acd7f0629ab25d0a320da2d4b1b396d75c091c2
parent3c3ea1afaec12600b76559a5fb4c1d2f59c35b61
s390x/tcg: Implement MULTIPLY (MG, MGRK)

Multiply two signed 64bit values and store the 128bit result in r1 (0-63)
and r1 + 1 (64-127).

Signed-off-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200928122717.30586-5-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/insn-data.def
target/s390x/translate.c