From c46eb7b88a1261bc079bfbe2339060152bdf3527 Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Wed, 14 Oct 2015 10:58:41 +0200 Subject: S/390: Fix instruction type of troo, trot, trto, and trtt. opcodes/ChangeLog: 2015-10-14 Andreas Krebbel * s390-opc.c: Fix comment. * s390-opc.txt: Change instruction type for troo, trot, trto, and trtt to RRF_U0RER since the second parameter does not need to be a register pair. gas/testsuite/ChangeLog: 2015-10-14 Andreas Krebbel * gas/s390/esa-g5.d: Use odd GPR for the second operand. * gas/s390/esa-g5.s: Likewise. * gas/s390/esa-z9-109.d: Likewise. * gas/s390/esa-z9-109.s: Likewise. --- opcodes/s390-opc.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'opcodes/s390-opc.txt') diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt index 477ad0d..b9a2f10 100644 --- a/opcodes/s390-opc.txt +++ b/opcodes/s390-opc.txt @@ -767,10 +767,10 @@ b9aa lptea RRF_RURR2 "load page-table-entry address" z9-109 zarch # z9-109 conditional sske facility, sske instruction entered twice b22b sske RRF_U0RR "set storage key extended" z9-109 zarch optparm # z9-109 etf2-enhancement facility, instructions entered twice -b993 troo RRF_U0RERE "translate one to one" z9-109 esa,zarch optparm -b992 trot RRF_U0RERE "translate one to two" z9-109 esa,zarch optparm -b991 trto RRF_U0RERE "translate two to one" z9-109 esa,zarch optparm -b990 trtt RRF_U0RERE "translate two to two" z9-109 esa,zarch optparm +b993 troo RRF_U0RER "translate one to one" z9-109 esa,zarch optparm +b992 trot RRF_U0RER "translate one to two" z9-109 esa,zarch optparm +b991 trto RRF_U0RER "translate two to one" z9-109 esa,zarch optparm +b990 trtt RRF_U0RER "translate two to two" z9-109 esa,zarch optparm # z9-109 etf3-enhancement facility, some instructions entered twice b9b1 cu24 RRF_U0RERE "convert utf-16 to utf-32" z9-109 zarch optparm b2a6 cu21 RRF_U0RERE "convert utf-16 to utf-8" z9-109 zarch optparm -- cgit v1.1