diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2009-06-19 10:55:42 +0000 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2009-06-19 10:55:42 +0000 |
commit | ce21feb4baa0e93d4ce510f755cd5b92ec1580d0 (patch) | |
tree | 49d30babd6749552e49ebad3283a8e8c79129640 /opcodes/s390-opc.txt | |
parent | b8674692ae6dc6be8d235e2a4cef7f13402f2322 (diff) | |
download | gdb-ce21feb4baa0e93d4ce510f755cd5b92ec1580d0.zip gdb-ce21feb4baa0e93d4ce510f755cd5b92ec1580d0.tar.gz gdb-ce21feb4baa0e93d4ce510f755cd5b92ec1580d0.tar.bz2 |
* s390-opc.c (INSTR_RR_0R_OPT, INSTR_RX_0RRD_OPT, MASK_RR_0R_OPT,
MASK_RX_0RRD_OPT): New instruction formats with optional arguments.
* s390-opc.txt (nopr, nop): Use new instruction format.
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 0753af0..0f43b55 100644 --- a/opcodes/s390-opc.txt +++ b/opcodes/s390-opc.txt @@ -260,10 +260,10 @@ b252 msr RRE_RR "multiply single" g5 esa,zarch 71 ms RX_RRRD "multiply single" g5 esa,zarch a700 tmh RI_RU "test under mask high" g5 esa,zarch a701 tml RI_RU "test under mask low" g5 esa,zarch -0700 nopr RR_0R "no operation" g5 esa,zarch +0700 nopr RR_0R_OPT "no operation" g5 esa,zarch 0700 b*8r RR_0R "conditional branch" g5 esa,zarch 07f0 br RR_0R "unconditional branch" g5 esa,zarch -4700 nop RX_0RRD "no operation" g5 esa,zarch +4700 nop RX_0RRD_OPT "no operation" g5 esa,zarch 4700 b*8 RX_0RRD "conditional branch" g5 esa,zarch 47f0 b RX_0RRD "unconditional branch" g5 esa,zarch a704 j*8 RI_0P "conditional jump" g5 esa,zarch |