summaryrefslogtreecommitdiff
path: root/include/opcode
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2007-03-06 13:19:08 +0000
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2007-03-06 13:19:08 +0000
commit8ede3c3dbbac0ecdc3278541783e4f1aa0773a82 (patch)
tree1cf5778c90a64be1ee252dd07b77a3f67e9fe448 /include/opcode
parent767fc271f35155b55badb2c6e74c743df2a9b186 (diff)
downloadbinutils-redhat-8ede3c3dbbac0ecdc3278541783e4f1aa0773a82.tar.gz
2007-03-06 Andreas Krebbel <krebbel1@de.ibm.com>
* opcodes/s390-opc.c (INSTR_RRE_FR, INSTR_RRF_F0FF2, INSTR_RRF_F0FR, INSTR_RRF_UUFF, INSTR_RRF_0UFF, INSTR_RRF_FFFU, INSTR_RRR_F0FF): New instruction formats added. (MASK_RRE_FR, MASK_RRF_F0FF2, MASK_RRF_F0FR, MASK_RRF_UUFF, MASK_RRF_0UFF, MASK_RRF_FFFU, MASK_RRR_F0FF): New instruction format masks added. * opcodes/s390-opc.txt (lpdfr - tgxt): Decimal floating point instructions added. * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z9_EC added. (main): z9-ec cpu type option added. * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z9_EC added. 2007-03-06 Andreas Krebbel <krebbel1@de.ibm.com> * config/tc-s390.c (md_parse_option): z9-ec option added. 2007-03-06 Andreas Krebbel <krebbel1@de.ibm.com> * gas/s390/zarch-z9-ec.d: New file. * gas/s390/zarch-z9-ec.s: New file. * gas/s390/s390.exp: Run the z9-ec testcases.
Diffstat (limited to 'include/opcode')
-rw-r--r--include/opcode/s390.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/opcode/s390.h b/include/opcode/s390.h
index 7bb30de285..ae039efe0f 100644
--- a/include/opcode/s390.h
+++ b/include/opcode/s390.h
@@ -36,7 +36,8 @@ enum s390_opcode_cpu_val
S390_OPCODE_G6,
S390_OPCODE_Z900,
S390_OPCODE_Z990,
- S390_OPCODE_Z9_109
+ S390_OPCODE_Z9_109,
+ S390_OPCODE_Z9_EC
};
/* The opcode table is an array of struct s390_opcode. */