]> Git Repo - qemu.git/commitdiff
target/s390x: Fix SQXBR
authorRichard Henderson <[email protected]>
Sat, 20 Jun 2020 04:21:40 +0000 (21:21 -0700)
committerCornelia Huck <[email protected]>
Fri, 3 Jul 2020 09:15:59 +0000 (11:15 +0200)
The output is 128-bit, and thus requires a pair of 64-bit temps.

Signed-off-by: Richard Henderson <[email protected]>
Reviewed-by: David Hildenbrand <[email protected]>
Buglink: https://bugs.launchpad.net/bugs/1883984
Message-Id: <20200620042140[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
target/s390x/insn-data.def

index 91ddaedd8475848ad81461b0d70b0f1a47297926..d79ae9e3f114cecbcb6f65e95bec5d82a14afc7a 100644 (file)
 /* SQUARE ROOT */
     F(0xb314, SQEBR,   RRE,   Z,   0, e2, new, e1, sqeb, 0, IF_BFP)
     F(0xb315, SQDBR,   RRE,   Z,   0, f2, new, f1, sqdb, 0, IF_BFP)
-    F(0xb316, SQXBR,   RRE,   Z,   x2h, x2l, new, x1, sqxb, 0, IF_BFP)
+    F(0xb316, SQXBR,   RRE,   Z,   x2h, x2l, new_P, x1, sqxb, 0, IF_BFP)
     F(0xed14, SQEB,    RXE,   Z,   0, m2_32u, new, e1, sqeb, 0, IF_BFP)
     F(0xed15, SQDB,    RXE,   Z,   0, m2_64, new, f1, sqdb, 0, IF_BFP)
 
This page took 0.029095 seconds and 4 git commands to generate.