summaryrefslogtreecommitdiff
path: root/target-s390x/insn-data.def
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2012-08-27 10:58:59 -0700
committerRichard Henderson <rth@twiddle.net>2013-01-05 12:18:43 -0800
commitfc778b55a5ae45abac2a94d591e7490622917872 (patch)
tree0bcd435a6cd6689998a076cd1378784988fd1f84 /target-s390x/insn-data.def
parentd14b3e09b21a297fddc62c0c7839156022079d05 (diff)
downloadqemu-fc778b55a5ae45abac2a94d591e7490622917872.tar.gz
target-s390: Convert STFL
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-s390x/insn-data.def')
-rw-r--r--target-s390x/insn-data.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/target-s390x/insn-data.def b/target-s390x/insn-data.def
index 5de3256be9..ba070f1725 100644
--- a/target-s390x/insn-data.def
+++ b/target-s390x/insn-data.def
@@ -678,6 +678,8 @@
C(0xb202, STIDP, S, Z, la2, 0, new, m1_64, stidp, 0)
/* STORE CPU TIMER */
C(0xb209, STPT, S, Z, la2, 0, new, m1_64, stpt, 0)
+/* STORE FACILITY LIST */
+ C(0xb2b1, STFL, S, Z, 0, 0, 0, 0, stfl, 0)
/* STORE PREFIX */
C(0xb211, STPX, S, Z, la2, 0, new, m1_32, stpx, 0)
/* STORE SYSTEM INFORMATION */