From a3dcb6c598f20585aabfcaaee2d6054dc54d0d1c Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Fri, 24 May 2013 17:13:49 +0000 Subject: opcodes/ * s390-opc.txt (flogr): Require a register pair destination. gas/testsuite/ * gas/s390/zarch-z9-109-err.s, gas/s390/zarch-z9-109-err.l: New test. * gas/s390/s390.exp: Run it. --- opcodes/ChangeLog | 4 ++++ opcodes/s390-opc.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'opcodes') diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index eb16b0a..570ebb9 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2013-05-24 Richard Sandiford + + * s390-opc.txt (flogr): Require a register pair destination. + 2013-05-23 Andreas Krebbel * s390-opc.c: Fix length operand in RSL_LRDFU and RSL_LRDFEU diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt index 60757c8..65068de 100644 --- a/opcodes/s390-opc.txt +++ b/opcodes/s390-opc.txt @@ -736,7 +736,7 @@ c007 xilf RIL_RU "exclusive or immediate low" z9-109 zarch c008 iihf RIL_RU "insert immediate high" z9-109 zarch c009 iilf RIL_RU "insert immediate low" z9-109 zarch # z9-109 misc instruction -b983 flogr RRE_RR "find leftmost one" z9-109 zarch +b983 flogr RRE_RER "find leftmost one" z9-109 zarch e30000000012 lt RXY_RRRD "load and test 32" z9-109 zarch e30000000002 ltg RXY_RRRD "load and test 64" z9-109 zarch b926 lbr RRE_RR "load byte 32" z9-109 zarch -- cgit v1.1