Changeset 609 for branches/GNU/src/binutils/include/opcode/ia64.h
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/include/opcode/ia64.h
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r608 r609 1 1 /* ia64.h -- Header file for ia64 opcode table 2 Copyright (C) 1998, 1999 David Mosberger-Tang <[email protected]> 3 4 See the file HP-COPYRIGHT for additional information. */ 2 Copyright (C) 1998, 1999, 2002 Free Software Foundation, Inc. 3 Contributed by David Mosberger-Tang <[email protected]> */ 5 4 6 5 #ifndef opcode_ia64_h … … 9 8 #include <sys/types.h> 10 9 11 #include <bfd.h>10 #include 12 11 13 12 … … 40 39 41 40 /* Changes to this enumeration must be propagated to the operand table in 42 bfd/cpu-ia64-opc.c 43 */ 41 bfd/cpu-ia64-opc.c 42 */ 44 43 enum ia64_opnd 45 44 { … … 47 46 48 47 /* constants */ 48 49 49 IA64_OPND_AR_CCV, /* application register ccv (ar.ccv) */ 50 50 IA64_OPND_AR_PFS, /* application register pfs (ar.pfs) */ … … 134 134 IA64_OPND_TGT25c, /* signed 25-bit (ip + 16*bits 13-32, 36) */ 135 135 IA64_OPND_TGT64, /* 64-bit (ip + 16*bits 13-32, 36, 2-40(L)) */ 136 136 137 137 138 IA64_OPND_COUNT /* # of operand types (MUST BE LAST!) */ … … 288 289 short ent_index; 289 290 290 /* Opcode dependencies. */ 291 /* Opcode dependencies. */ 291 292 const struct ia64_opcode_dependency *dependencies; 292 293 }; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
