| OLD | NEW | 
|   1 /* Decode header for iq2000bf. |   1 /* Decode header for iq2000bf. | 
|   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 simulators. |   7 This file is part of the GNU simulators. | 
|   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 IQ2000BF_DECODE_H |  24 #ifndef IQ2000BF_DECODE_H | 
|  26 #define IQ2000BF_DECODE_H |  25 #define IQ2000BF_DECODE_H | 
|  27  |  26  | 
|  28 extern const IDESC *iq2000bf_decode (SIM_CPU *, IADDR, |  27 extern const IDESC *iq2000bf_decode (SIM_CPU *, IADDR, | 
|  29                                   CGEN_INSN_WORD, CGEN_INSN_WORD, |  28                                   CGEN_INSN_WORD, CGEN_INSN_WORD, | 
|  30                                   ARGBUF *); |  29                                   ARGBUF *); | 
|  31 extern void iq2000bf_init_idesc_table (SIM_CPU *); |  30 extern void iq2000bf_init_idesc_table (SIM_CPU *); | 
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  89 /* Function unit handlers (user written).  */ |  88 /* Function unit handlers (user written).  */ | 
|  90  |  89  | 
|  91 extern int iq2000bf_model_iq2000_u_exec (SIM_CPU *, const IDESC *, int /*unit_nu
    m*/, int /*referenced*/); |  90 extern int iq2000bf_model_iq2000_u_exec (SIM_CPU *, const IDESC *, int /*unit_nu
    m*/, int /*referenced*/); | 
|  92  |  91  | 
|  93 /* Profiling before/after handlers (user written) */ |  92 /* Profiling before/after handlers (user written) */ | 
|  94  |  93  | 
|  95 extern void iq2000bf_model_insn_before (SIM_CPU *, int /*first_p*/); |  94 extern void iq2000bf_model_insn_before (SIM_CPU *, int /*first_p*/); | 
|  96 extern void iq2000bf_model_insn_after (SIM_CPU *, int /*last_p*/, int /*cycles*/
    ); |  95 extern void iq2000bf_model_insn_after (SIM_CPU *, int /*last_p*/, int /*cycles*/
    ); | 
|  97  |  96  | 
|  98 #endif /* IQ2000BF_DECODE_H */ |  97 #endif /* IQ2000BF_DECODE_H */ | 
| OLD | NEW |