From dc458df91d00986885fe12ed25876aa6d0604cee Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 27 Aug 2012 11:12:40 -0700 Subject: target-s390: Convert SERVC Signed-off-by: Richard Henderson --- target-s390x/insn-data.def | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target-s390x/insn-data.def') diff --git a/target-s390x/insn-data.def b/target-s390x/insn-data.def index b0cf908..cd773d0 100644 --- a/target-s390x/insn-data.def +++ b/target-s390x/insn-data.def @@ -641,6 +641,8 @@ C(0xb20d, PTLB, S, Z, 0, 0, 0, 0, ptlb, 0) /* RESET REFERENCE BIT EXTENDED */ C(0xb22a, RRBE, RRE, Z, 0, r2_o, 0, 0, rrbe, 0) +/* SERVICE CALL LOGICAL PROCESSOR (PV hypercall) */ + C(0xb220, SERVC, RRE, Z, r1_o, r2_o, 0, 0, servc, 0) /* SET ADDRESSING MODE */ /* We only do 64-bit, so accept this as a no-op. Let SAM24 and SAM31 signal illegal instruction. */ -- cgit v1.1