From 7ab938d706b515cfe4680a823525693124e2047d Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 27 Aug 2012 11:04:48 -0700 Subject: target-s390: Convert LPSWE Signed-off-by: Richard Henderson --- target-s390x/insn-data.def | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target-s390x/insn-data.def') diff --git a/target-s390x/insn-data.def b/target-s390x/insn-data.def index ba070f1..b0cf908 100644 --- a/target-s390x/insn-data.def +++ b/target-s390x/insn-data.def @@ -627,6 +627,8 @@ C(0xeb2f, LCTLG, RSY_a, Z, 0, a2, 0, 0, lctlg, 0) /* LOAD PSW */ C(0x8200, LPSW, S, Z, 0, a2, 0, 0, lpsw, 0) +/* LOAD PSW EXTENDED */ + C(0xb2b2, LPSWE, S, Z, 0, a2, 0, 0, lpswe, 0) /* LOAD REAL ADDRESS */ C(0xb100, LRA, RX_a, Z, 0, a2, r1, 0, lra, 0) C(0xe313, LRAY, RXY_a, LD, 0, a2, r1, 0, lra, 0) -- cgit v1.1