]> Git Repo - binutils.git/blob - sim/fr30/arch.h
Replace occurences of 'tolower' with 'TOLOWER'.
[binutils.git] / sim / fr30 / arch.h
1 // OBSOLETE /* Simulator header for fr30.
2 // OBSOLETE 
3 // OBSOLETE THIS FILE IS MACHINE GENERATED WITH CGEN.
4 // OBSOLETE 
5 // OBSOLETE Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
6 // OBSOLETE 
7 // OBSOLETE This file is part of the GNU simulators.
8 // OBSOLETE 
9 // OBSOLETE This program is free software; you can redistribute it and/or modify
10 // OBSOLETE it under the terms of the GNU General Public License as published by
11 // OBSOLETE the Free Software Foundation; either version 2, or (at your option)
12 // OBSOLETE any later version.
13 // OBSOLETE 
14 // OBSOLETE This program is distributed in the hope that it will be useful,
15 // OBSOLETE but WITHOUT ANY WARRANTY; without even the implied warranty of
16 // OBSOLETE MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 // OBSOLETE GNU General Public License for more details.
18 // OBSOLETE 
19 // OBSOLETE You should have received a copy of the GNU General Public License along
20 // OBSOLETE with this program; if not, write to the Free Software Foundation, Inc.,
21 // OBSOLETE 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 // OBSOLETE 
23 // OBSOLETE */
24 // OBSOLETE 
25 // OBSOLETE #ifndef FR30_ARCH_H
26 // OBSOLETE #define FR30_ARCH_H
27 // OBSOLETE 
28 // OBSOLETE #define TARGET_BIG_ENDIAN 1
29 // OBSOLETE 
30 // OBSOLETE /* Enum declaration for model types.  */
31 // OBSOLETE typedef enum model_type {
32 // OBSOLETE   MODEL_FR30_1, MODEL_MAX
33 // OBSOLETE } MODEL_TYPE;
34 // OBSOLETE 
35 // OBSOLETE #define MAX_MODELS ((int) MODEL_MAX)
36 // OBSOLETE 
37 // OBSOLETE /* Enum declaration for unit types.  */
38 // OBSOLETE typedef enum unit_type {
39 // OBSOLETE   UNIT_NONE, UNIT_FR30_1_U_STM, UNIT_FR30_1_U_LDM, UNIT_FR30_1_U_STORE
40 // OBSOLETE  , UNIT_FR30_1_U_LOAD, UNIT_FR30_1_U_CTI, UNIT_FR30_1_U_EXEC, UNIT_MAX
41 // OBSOLETE } UNIT_TYPE;
42 // OBSOLETE 
43 // OBSOLETE #define MAX_UNITS (3)
44 // OBSOLETE 
45 // OBSOLETE #endif /* FR30_ARCH_H */
This page took 0.026092 seconds and 4 git commands to generate.