X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fopcode%2Fs390.h;h=531011e0fa5a919700300beec66e9bfa9d66eb77;hb=e76ff5abe375e1e7535f7827db01bce70bc9710d;hp=6e32723b235d1d9c091d237d9c4870677e9c6c3a;hpb=1bd490c46b5a3d1313f60553d9a7d4c329bd26e9;p=deliverable%2Fbinutils-gdb.git diff --git a/include/opcode/s390.h b/include/opcode/s390.h index 6e32723b23..531011e0fa 100644 --- a/include/opcode/s390.h +++ b/include/opcode/s390.h @@ -1,12 +1,12 @@ /* s390.h -- Header file for S390 opcode table - Copyright 2000, 2001 Free Software Foundation, Inc. + Copyright 2000, 2001, 2003, 2010 Free Software Foundation, Inc. Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of BFD, the Binary File Descriptor library. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA + 02110-1301, USA. */ #ifndef S390_H #define S390_H @@ -34,7 +34,14 @@ enum s390_opcode_cpu_val { S390_OPCODE_G5 = 0, S390_OPCODE_G6, - S390_OPCODE_Z900 + S390_OPCODE_Z900, + S390_OPCODE_Z990, + S390_OPCODE_Z9_109, + S390_OPCODE_Z9_EC, + S390_OPCODE_Z10, + S390_OPCODE_Z196, + S390_OPCODE_ZEC12, + S390_OPCODE_MAXCPU }; /* The opcode table is an array of struct s390_opcode. */ @@ -137,4 +144,11 @@ extern const struct s390_operand s390_operands[]; /* This operand is a length. */ #define S390_OPERAND_LENGTH 0x200 -#endif /* S390_H */ +/* This operand is optional. Only a single operand at the end of + the instruction may be optional. */ +#define S390_OPERAND_OPTIONAL 0x400 + +/* The operand needs to be a valid GP or FP register pair. */ +#define S390_OPERAND_REG_PAIR 0x800 + + #endif /* S390_H */