00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027 #ifndef YYTOKENTYPE
00028 # define YYTOKENTYPE
00029
00030
00031 enum yytokentype {
00032 INT = 258,
00033 STR = 259,
00034 DOT = 260,
00035 COMMA = 261,
00036 SEMICOLON = 262,
00037 COLON = 263,
00038 LT = 264,
00039 GT = 265,
00040 EQ = 266,
00041 RPAREN = 267,
00042 LPAREN = 268,
00043 LBRACK = 269,
00044 RBRACK = 270,
00045 LBRACE = 271,
00046 RBRACE = 272,
00047 SET_DECODER = 273,
00048 SET_ASM = 274,
00049 SET_CYCLES = 275,
00050 ID = 276,
00051 AC_ISA_UPPER = 277,
00052 ISA_CTOR = 278,
00053 AC_FORMAT = 279,
00054 AC_INSTR = 280,
00055 CYCLE_RANGE = 281,
00056 AC_ARCH = 282,
00057 AC_CACHE = 283,
00058 AC_ICACHE = 284,
00059 AC_DCACHE = 285,
00060 AC_MEM = 286,
00061 AC_PC = 287,
00062 AC_REGBANK = 288,
00063 AC_REG = 289,
00064 AC_STAGE = 290,
00065 AC_PIPE = 291,
00066 ARCH_CTOR = 292,
00067 AC_ISA = 293,
00068 AC_WORDSIZE = 294,
00069 AC_FETCHSIZE = 295,
00070 SET_ENDIAN = 296,
00071 BIND_TO = 297
00072 };
00073 #endif
00074 #define INT 258
00075 #define STR 259
00076 #define DOT 260
00077 #define COMMA 261
00078 #define SEMICOLON 262
00079 #define COLON 263
00080 #define LT 264
00081 #define GT 265
00082 #define EQ 266
00083 #define RPAREN 267
00084 #define LPAREN 268
00085 #define LBRACK 269
00086 #define RBRACK 270
00087 #define LBRACE 271
00088 #define RBRACE 272
00089 #define SET_DECODER 273
00090 #define SET_ASM 274
00091 #define SET_CYCLES 275
00092 #define ID 276
00093 #define AC_ISA_UPPER 277
00094 #define ISA_CTOR 278
00095 #define AC_FORMAT 279
00096 #define AC_INSTR 280
00097 #define CYCLE_RANGE 281
00098 #define AC_ARCH 282
00099 #define AC_CACHE 283
00100 #define AC_ICACHE 284
00101 #define AC_DCACHE 285
00102 #define AC_MEM 286
00103 #define AC_PC 287
00104 #define AC_REGBANK 288
00105 #define AC_REG 289
00106 #define AC_STAGE 290
00107 #define AC_PIPE 291
00108 #define ARCH_CTOR 292
00109 #define AC_ISA 293
00110 #define AC_WORDSIZE 294
00111 #define AC_FETCHSIZE 295
00112 #define SET_ENDIAN 296
00113 #define BIND_TO 297
00114
00115
00116
00117
00118 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
00119 #line 578 "src/acpp/archc.bison"
00120 typedef union YYSTYPE {
00121 char* text;
00122 int value;
00123 } YYSTYPE;
00124
00125 #line 125 "./src/acpp/archc.parser.h"
00126 # define yystype YYSTYPE
00127 # define YYSTYPE_IS_DECLARED 1
00128 # define YYSTYPE_IS_TRIVIAL 1
00129 #endif
00130
00131 extern YYSTYPE yylval;
00132
00133
00134