| OLD | NEW |
| 1 /* Instruction opcode header for sh. | 1 /* Instruction opcode header for sh. |
| 2 | 2 |
| 3 THIS FILE IS MACHINE GENERATED WITH CGEN. | 3 THIS FILE IS MACHINE GENERATED WITH CGEN. |
| 4 | 4 |
| 5 Copyright 1996-2010, 2012 Free Software Foundation, Inc. | 5 Copyright 1996-2013 Free Software Foundation, Inc. |
| 6 | 6 |
| 7 This file is part of the GNU Binutils and/or GDB, the GNU debugger. | 7 This file is part of the GNU Binutils and/or GDB, the GNU debugger. |
| 8 | 8 |
| 9 This file is free software; you can redistribute it and/or modify | 9 This file is free software; you can redistribute it and/or modify |
| 10 it under the terms of the GNU General Public License as published by | 10 it under the terms of the GNU General Public License as published by |
| 11 the Free Software Foundation; either version 3, or (at your option) | 11 the Free Software Foundation; either version 3, or (at your option) |
| 12 any later version. | 12 any later version. |
| 13 | 13 |
| 14 It is distributed in the hope that it will be useful, but WITHOUT | 14 It is distributed in the hope that it will be useful, but WITHOUT |
| 15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | 15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
| 16 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public | 16 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public |
| 17 License for more details. | 17 License for more details. |
| 18 | 18 |
| 19 You should have received a copy of the GNU General Public License along | 19 You should have received a copy of the GNU General Public License along |
| 20 with this program; if not, write to the Free Software Foundation, Inc., | 20 with this program; if not, see <http://www.gnu.org/licenses/>. |
| 21 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. | |
| 22 | 21 |
| 23 */ | 22 */ |
| 24 | 23 |
| 25 #ifndef SH_OPC_H | 24 #ifndef SH_OPC_H |
| 26 #define SH_OPC_H | 25 #define SH_OPC_H |
| 27 | 26 |
| 28 /* Enum declaration for sh instruction types. */ | 27 /* Enum declaration for sh instruction types. */ |
| 29 typedef enum cgen_insn_type { | 28 typedef enum cgen_insn_type { |
| 30 SH_INSN_INVALID, SH_INSN_ADD_COMPACT, SH_INSN_ADDI_COMPACT, SH_INSN_ADDC_COMPA
CT | 29 SH_INSN_INVALID, SH_INSN_ADD_COMPACT, SH_INSN_ADDI_COMPACT, SH_INSN_ADDC_COMPA
CT |
| 31 , SH_INSN_ADDV_COMPACT, SH_INSN_AND_COMPACT, SH_INSN_ANDI_COMPACT, SH_INSN_ANDB
_COMPACT | 30 , SH_INSN_ADDV_COMPACT, SH_INSN_AND_COMPACT, SH_INSN_ANDI_COMPACT, SH_INSN_ANDB
_COMPACT |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 } | 205 } |
| 207 #define CGEN_INIT_EXTRACT(od) \ | 206 #define CGEN_INIT_EXTRACT(od) \ |
| 208 {\ | 207 {\ |
| 209 } | 208 } |
| 210 #define CGEN_INIT_PRINT(od) \ | 209 #define CGEN_INIT_PRINT(od) \ |
| 211 {\ | 210 {\ |
| 212 } | 211 } |
| 213 | 212 |
| 214 | 213 |
| 215 #endif /* SH_OPC_H */ | 214 #endif /* SH_OPC_H */ |
| OLD | NEW |