summaryrefslogtreecommitdiff
path: root/target-s390x/insn-data.def
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2012-08-24 15:20:49 -0700
committerRichard Henderson <rth@twiddle.net>2013-01-05 12:18:42 -0800
commit352897995147c4a054679654048f5c128ca32743 (patch)
tree93bc6e1c18767563bccf5039bd1ac4ecbbc0a6fd /target-s390x/insn-data.def
parent71bd666963ad9fb004d7aa919b7222165e602173 (diff)
downloadqemu-352897995147c4a054679654048f5c128ca32743.tar.gz
target-s390: Convert SCK
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-s390x/insn-data.def')
-rw-r--r--target-s390x/insn-data.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/target-s390x/insn-data.def b/target-s390x/insn-data.def
index 4d9ecf4b13..824e9dc526 100644
--- a/target-s390x/insn-data.def
+++ b/target-s390x/insn-data.def
@@ -633,6 +633,9 @@
/* We only do 64-bit, so accept this as a no-op.
Let SAM24 and SAM31 signal illegal instruction. */
C(0x010e, SAM64, E, Z, 0, 0, 0, 0, 0, 0)
+/* SET CLOCK */
+ /* ??? Not implemented - is it necessary? */
+ C(0xb204, SCK, S, Z, 0, 0, 0, 0, 0, 0)
/* SET SYSTEM MASK */
C(0x8000, SSM, S, Z, 0, m2_8u, 0, 0, ssm, 0)
/* SIGNAL PROCESSOR */