From 352897995147c4a054679654048f5c128ca32743 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 24 Aug 2012 15:20:49 -0700 Subject: target-s390: Convert SCK Signed-off-by: Richard Henderson --- target-s390x/insn-data.def | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target-s390x/insn-data.def') 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 */ -- cgit v1.2.3