From 5bf83628dc61b821c3834730836f1d7c2f5ff1be Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 25 Mar 2013 15:10:06 -0700 Subject: target/s390x: Implement STORE FACILITIES LIST EXTENDED At the same time, improve STORE FACILITIES LIST so that we don't hard-code the list for all cpus. 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 075ff597c3..b6702dab4a 100644 --- a/target/s390x/insn-data.def +++ b/target/s390x/insn-data.def @@ -747,6 +747,8 @@ C(0xe33e, STRV, RXY_a, Z, la2, r1_32u, new, m1_32, rev32, 0) C(0xe32f, STRVG, RXY_a, Z, la2, r1_o, new, m1_64, rev64, 0) +/* STORE FACILITY LIST EXTENDED */ + C(0xb2b0, STFLE, S, SFLE, 0, a2, 0, 0, stfle, 0) /* STORE FPC */ C(0xb29c, STFPC, S, Z, 0, a2, new, m2_32, efpc, 0) -- cgit v1.2.3