diff options
author | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2012-11-20 11:58:30 +0000 |
---|---|---|
committer | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2012-11-20 11:58:30 +0000 |
commit | 0b7fe784ac28f5add04161a99e0eac73db7cbdf3 (patch) | |
tree | 201d2430d3d68f2ffd42ba84f64d4e1698192061 /opcodes/s390-opc.txt | |
parent | 3e0baa280f5f03b3c9cb7c516cca7bf8ca68bece (diff) | |
download | gdb-0b7fe784ac28f5add04161a99e0eac73db7cbdf3.zip gdb-0b7fe784ac28f5add04161a99e0eac73db7cbdf3.tar.gz gdb-0b7fe784ac28f5add04161a99e0eac73db7cbdf3.tar.bz2 |
2012-11-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* s390-opc.txt: Fix srstu and strag opcodes.
2012-11-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* gas/s390/zarch-z9-109.d: Fix srstu opcode.
* gas/s390/zarch-z900.d: Replace lasp with strag.
Diffstat (limited to 'opcodes/s390-opc.txt')
-rw-r--r-- | opcodes/s390-opc.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt index cf9f079..60757c8 100644 --- a/opcodes/s390-opc.txt +++ b/opcodes/s390-opc.txt @@ -452,7 +452,7 @@ eb0000000096 lmh RSE_RRRD "load multiple high" z900 zarch ef lmd SS_RRRDRD3 "load multiple disjoint" z900 zarch eb000000000f tracg RSE_RRRD "trace 64" z900 zarch e30000000003 lrag RXE_RRRD "load real address 64" z900 zarch -e50000000002 strag SSE_RDRD "store read address" z900 zarch +e502 strag SSE_RDRD "store read address" z900 zarch eb0000000025 stctg RSE_CCRD "store control 64" z900 zarch eb000000002f lctlg RSE_CCRD "load control 64" z900 zarch eb0000000030 csg RSE_RRRD "compare and swap 64" z900 zarch @@ -781,7 +781,7 @@ b9b2 cu41 RRE_RERE "convert utf-32 to utf-8" z9-109 zarch b2a7 cu12 RRF_M0RERE "convert utf-8 to utf-16" z9-109 zarch b2a7 cutfu RRF_M0RERE "convert utf-8 to unicode" z9-109 zarch b9b0 cu14 RRF_M0RERE "convert utf-8 to utf-32" z9-109 zarch -b9eb srstu RRE_RR "search string unicode" z9-109 zarch +b9be srstu RRE_RR "search string unicode" z9-109 zarch d0 trtr SS_L0RDRD "tranlate and test reverse" z9-109 zarch # z9-109 unnormalized hfp multiply & multiply and add b33b myr RRF_FE0FF "multiply unnormalized long hfp" z9-109 zarch |