summaryrefslogtreecommitdiff
path: root/target-s390x/insn-data.def
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2012-08-27 10:17:16 -0700
committerRichard Henderson <rth@twiddle.net>2013-01-05 12:18:43 -0800
commit14244b21a041161185bb53c3eb29e3d8dc7bfe6e (patch)
tree3ad539f046f5a37d775b512fb5ba3f5ec72841a5 /target-s390x/insn-data.def
parent39a5003c89191a46ec6af722ade3dfdf457e9f58 (diff)
downloadqemu-14244b21a041161185bb53c3eb29e3d8dc7bfe6e.tar.gz
target-s390: Convert SACF
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 75729fee64..a389f1503e 100644
--- a/target-s390x/insn-data.def
+++ b/target-s390x/insn-data.def
@@ -643,6 +643,8 @@
/* 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 ADDRESS SPACE CONTROL FAST */
+ C(0xb279, SACF, S, Z, 0, a2, 0, 0, sacf, 0)
/* SET CLOCK */
/* ??? Not implemented - is it necessary? */
C(0xb204, SCK, S, Z, 0, 0, 0, 0, 0, 0)