diff options
author | Patrick Steuer <steuer@linux.vnet.ibm.com> | 2016-09-12 16:32:02 +0200 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2016-09-12 16:32:02 +0200 |
commit | 8b71537b6be5d66d6b6cf1273f7acab0621adfc5 (patch) | |
tree | 4542587ab2fc6f248aad8df2e3ca070e1a4116c2 /opcodes/s390-opc.txt | |
parent | 2c29df25b7c2ff006b45afd80ee6dd734ebbd47c (diff) | |
download | gdb-8b71537b6be5d66d6b6cf1273f7acab0621adfc5.zip gdb-8b71537b6be5d66d6b6cf1273f7acab0621adfc5.tar.gz gdb-8b71537b6be5d66d6b6cf1273f7acab0621adfc5.tar.bz2 |
S/390: Fix kmctr instruction type.
opcodes/ChangeLog:
2016-09-12 Patrick Steuer <steuer@linux.vnet.ibm.com>
* s390-opc.txt: Fix kmctr instruction type.
gas/ChangeLog:
2016-09-12 Patrick Steuer <steuer@linux.vnet.ibm.com>
* testsuite/gas/s390/zarch-z196.d: Adjust testcase.
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 46db26f..3675762 100644 --- a/opcodes/s390-opc.txt +++ b/opcodes/s390-opc.txt @@ -1115,7 +1115,7 @@ b2b8 srnmb S_RD "set 3 bit bfp rounding mode" z196 zarch b92a kmf RRE_RR "cipher message with CFB" z196 zarch b92b kmo RRE_RR "cipher message with OFB" z196 zarch b92c pcc RRE_00 "perform cryptographic computation" z196 zarch -b92d kmctr RRF_R0RR2 "cipher message with counter" z196 zarch +b92d kmctr RRF_R0RR "cipher message with counter" z196 zarch # The new instructions of the IBM zEnterprise EC12 b2ec etnd RRE_R0 "extract transaction nesting depth" zEC12 zarch htm |