diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-04-24 14:49:47 +0000 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-04-24 14:49:47 +0000 |
commit | dacc8b01fdf113e946a68bb0aef04a5de00a6f89 (patch) | |
tree | 2deaf18add03e3d5118b6d75b916e953272dcdd7 /opcodes/s390-opc.c | |
parent | fbb923013041867c7abbb54ed52ecded4c214251 (diff) | |
download | gdb-dacc8b01fdf113e946a68bb0aef04a5de00a6f89.zip gdb-dacc8b01fdf113e946a68bb0aef04a5de00a6f89.tar.gz gdb-dacc8b01fdf113e946a68bb0aef04a5de00a6f89.tar.bz2 |
2007-04-24 Andreas Krebbel <krebbel1@de.ibm.com>
* opcodes/s390-opc.c (MASK_SSF_RRDRD): Fourth nybble belongs to the
opcode.
* opcodes/s390-opc.txt (pfpo, ectg, csst): New z9-ec instructions added.
2007-04-24 Andreas Krebbel <krebbel1@de.ibm.com>
* gas/s390/zarch-z9-ec.d: Add pfpo, ectg and csst.
* gas/s390/zarch-z9-ec.s: Likewise.
Diffstat (limited to 'opcodes/s390-opc.c')
-rw-r--r-- | opcodes/s390-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/s390-opc.c b/opcodes/s390-opc.c index 8b0b72f..a443fcf 100644 --- a/opcodes/s390-opc.c +++ b/opcodes/s390-opc.c @@ -345,7 +345,7 @@ const struct s390_operand s390_operands[] = #define MASK_SS_RRRDRD3 { 0xff, 0x00, 0x00, 0x00, 0x00, 0x00 } #define MASK_S_00 { 0xff, 0xff, 0xff, 0xff, 0x00, 0x00 } #define MASK_S_RD { 0xff, 0xff, 0x00, 0x00, 0x00, 0x00 } -#define MASK_SSF_RRDRD { 0xff, 0x00, 0x00, 0x00, 0x00, 0x00 } +#define MASK_SSF_RRDRD { 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00 } /* The opcode formats table (blueprints for .insn pseudo mnemonic). */ |