Changeset 609 for branches/GNU/src/binutils/opcodes/m32r-opc.h
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/opcodes/m32r-opc.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 3 3 THIS FILE IS MACHINE GENERATED WITH CGEN. 4 4 5 Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.5 Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. 6 6 7 7 This file is part of the GNU Binutils and/or GDB, the GNU debugger. … … 28 28 /* -- opc.h */ 29 29 30 #undef CGEN_DIS_HASH_SIZE30 #undef CGEN_DIS_HASH_SIZE 31 31 #define CGEN_DIS_HASH_SIZE 256 32 #undef CGEN_DIS_HASH32 #undef CGEN_DIS_HASH 33 33 #define X(b) (((unsigned char *) (b))[0] & 0xf0) 34 34 #define CGEN_DIS_HASH(buffer, value) \ … … 75 75 , M32R_INSN_SATB, M32R_INSN_SATH, M32R_INSN_SAT, M32R_INSN_PCMPBZ 76 76 , M32R_INSN_SADD, M32R_INSN_MACWU1, M32R_INSN_MSBLO, M32R_INSN_MULWU1 77 , M32R_INSN_MACLH1, M32R_INSN_SC, M32R_INSN_SNC , M32R_INSN_MAX77 , M32R_INSN_MACLH1, M32R_INSN_SC, M32R_INSN_SNC 78 78 } CGEN_INSN_TYPE; 79 79 … … 82 82 83 83 /* Total number of insns in table. */ 84 #define MAX_INSNS ((int) M32R_INSN_ MAX)84 #define MAX_INSNS ((int) M32R_INSN_SNC + 1) 85 85 86 86 /* This struct records data prior to insertion or after extraction. */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.