|
|
e1d87d |
commit a0a110b0dd5077373c4102d1502130eb159c366b
|
|
|
e1d87d |
Author: Andreas Krebbel <krebbel@linux.vnet.ibm.com>
|
|
|
e1d87d |
Date: Wed May 17 12:39:39 2017 +0200
|
|
|
e1d87d |
|
|
|
e1d87d |
S/390: Fix arch level of pckmo instruction.
|
|
|
e1d87d |
|
|
|
e1d87d |
Fix wrong architecture level of PCKMO instruction.
|
|
|
e1d87d |
|
|
|
e1d87d |
Committed to mainline.
|
|
|
e1d87d |
|
|
|
e1d87d |
opcodes/ChangeLog:
|
|
|
e1d87d |
|
|
|
e1d87d |
2017-05-17 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
|
|
|
e1d87d |
|
|
|
e1d87d |
* s390-opc.txt: PCKMO change arch level to z196.
|
|
|
e1d87d |
|
|
|
e1d87d |
gas/ChangeLog:
|
|
|
e1d87d |
|
|
|
e1d87d |
2017-05-17 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
|
|
|
e1d87d |
|
|
|
e1d87d |
* testsuite/gas/s390/zarch-z10.d: Remove pckmo.
|
|
|
e1d87d |
* testsuite/gas/s390/zarch-z10.s: Remove pckmo.
|
|
|
e1d87d |
* testsuite/gas/s390/zarch-z196.d: Add pckmo.
|
|
|
e1d87d |
* testsuite/gas/s390/zarch-z196.s: Add pckmo.
|
|
|
e1d87d |
|
|
|
e1d87d |
--- a/opcodes/s390-opc.txt
|
|
|
e1d87d |
+++ b/opcodes/s390-opc.txt
|
|
|
e1d87d |
@@ -976,7 +976,6 @@ b286 qsi S_RD "query sampling information" z10 zarch
|
|
|
e1d87d |
b2e0 scctr RRE_RR "set cpu counter" z10 zarch
|
|
|
e1d87d |
b2e1 spctr RRE_RR "set peripheral counter" z10 zarch
|
|
|
e1d87d |
b280 lpp S_RD "load program parameter" z10 zarch
|
|
|
e1d87d |
-b928 pckmo RRE_00 "perform cryptographic key management operation" z10 zarch
|
|
|
e1d87d |
|
|
|
e1d87d |
# The new instructions of the IBM zEnterprise z196
|
|
|
e1d87d |
b9c8 ahhhr RRF_R0RR2 "add high high" z196 zarch
|
|
|
e1d87d |
@@ -1116,6 +1115,7 @@ b92a kmf RRE_RR "cipher message with CFB" z196 zarch
|
|
|
e1d87d |
b92b kmo RRE_RR "cipher message with OFB" z196 zarch
|
|
|
e1d87d |
b92c pcc RRE_00 "perform cryptographic computation" z196 zarch
|
|
|
e1d87d |
b92d kmctr RRF_R0RR "cipher message with counter" z196 zarch
|
|
|
e1d87d |
+b928 pckmo RRE_00 "perform cryptographic key management operation" z196 zarch
|
|
|
e1d87d |
|
|
|
e1d87d |
# The new instructions of the IBM zEnterprise EC12
|
|
|
e1d87d |
b2ec etnd RRE_R0 "extract transaction nesting depth" zEC12 zarch htm
|