From: Aurelien Jarno Date: Wed, 3 Jun 2015 21:09:45 +0000 (+0200) Subject: target-s390x: move SET DFP ROUNDING MODE to the correct facility X-Git-Tag: v2.4.0-rc0~97^2~12 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9182886d797a20925d801a3378ca5330c0d91dfb;p=users%2Fdwmw2%2Fqemu.git target-s390x: move SET DFP ROUNDING MODE to the correct facility It belongs to the DFP rounding facility. Reviewed-by: Richard Henderson Signed-off-by: Aurelien Jarno Signed-off-by: Alexander Graf --- diff --git a/target-s390x/insn-data.def b/target-s390x/insn-data.def index c09f8a12c3..83256842a8 100644 --- a/target-s390x/insn-data.def +++ b/target-s390x/insn-data.def @@ -622,7 +622,7 @@ C(0xb299, SRNM, S, Z, 0, 0, 0, 0, srnm, 0) C(0xb2b8, SRNMB, S, FPE, 0, 0, 0, 0, srnm, 0) /* SET DFP ROUNDING MODE */ - C(0xb2b9, SRNMT, S, DFP, 0, 0, 0, 0, srnm, 0) + C(0xb2b9, SRNMT, S, DFPR, 0, 0, 0, 0, srnm, 0) /* SHIFT LEFT SINGLE */ D(0x8b00, SLA, RS_a, Z, r1, sh32, new, r1_32, sla, 0, 31)