summaryrefslogtreecommitdiffstats
path: root/target-s390x/insn-data.def
diff options
context:
space:
mode:
authorRichard Henderson2012-08-25 00:55:34 +0200
committerRichard Henderson2013-01-05 21:18:42 +0100
commit28d555566719dada8e2d028ff611b4fb8a984e0c (patch)
treefbecbc0a415f8cc36685722460f60e23200835cd /target-s390x/insn-data.def
parenttarget-s390: Convert SPT, STPT (diff)
downloadqemu-28d555566719dada8e2d028ff611b4fb8a984e0c.tar.gz
qemu-28d555566719dada8e2d028ff611b4fb8a984e0c.tar.xz
qemu-28d555566719dada8e2d028ff611b4fb8a984e0c.zip
target-s390: Convert SPKA
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 a45454c4b9..f95ba11b3a 100644
--- a/target-s390x/insn-data.def
+++ b/target-s390x/insn-data.def
@@ -640,6 +640,8 @@
C(0xb206, SCKC, S, Z, 0, m2_64, 0, 0, sckc, 0)
/* SET CPU TIMER */
C(0xb208, SPT, S, Z, 0, m2_64, 0, 0, spt, 0)
+/* SET PSW KEY FROM ADDRESS */
+ C(0xb20a, SPKA, S, Z, 0, a2, 0, 0, spka, 0)
/* SET SYSTEM MASK */
C(0x8000, SSM, S, Z, 0, m2_8u, 0, 0, ssm, 0)
/* SIGNAL PROCESSOR */