diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-05-24 17:13:49 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2013-05-24 17:13:49 +0000 |
commit | a3dcb6c598f20585aabfcaaee2d6054dc54d0d1c (patch) | |
tree | 364ccb012412aa0ce387534020101e92f0bbc11e /opcodes/s390-opc.txt | |
parent | 8f56dad4bb60fea7282951a7945c4c98fc0e8379 (diff) | |
download | gdb-a3dcb6c598f20585aabfcaaee2d6054dc54d0d1c.zip gdb-a3dcb6c598f20585aabfcaaee2d6054dc54d0d1c.tar.gz gdb-a3dcb6c598f20585aabfcaaee2d6054dc54d0d1c.tar.bz2 |
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.
Diffstat (limited to 'opcodes/s390-opc.txt')
-rw-r--r-- | opcodes/s390-opc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |