diff --git a/src/Make.ctool b/src/Make.ctool index cd50ffb66a..6898ebca32 100644 --- a/src/Make.ctool +++ b/src/Make.ctool @@ -15,8 +15,6 @@ $(TARG): $(OFILES) $(LIB) $(OFILES): $(HFILES) -CLEANFILES+=y.tab.[ch] - clean: rm -f *.$(HOST_O) $(TARG) $(CLEANFILES) diff --git a/src/cmd/5a/y.tab.c b/src/cmd/5a/y.tab.c new file mode 100644 index 0000000000..a2fba60b34 --- /dev/null +++ b/src/cmd/5a/y.tab.c @@ -0,0 +1,2949 @@ + +/* A Bison parser, made by GNU Bison 2.4.1. */ + +/* Skeleton implementation for Bison's Yacc-like parsers in C + + Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Free Software Foundation, Inc. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ + +/* As a special exception, you may create a larger work that contains + part or all of the Bison parser skeleton and distribute that work + under terms of your choice, so long as that work isn't itself a + parser generator using the skeleton or a modified version thereof + as a parser skeleton. Alternatively, if you modify or redistribute + the parser skeleton itself, you may (at your option) remove this + special exception, which will cause the skeleton and the resulting + Bison output files to be licensed under the GNU General Public + License without this special exception. + + This special exception was added by the Free Software Foundation in + version 2.2 of Bison. */ + +/* C LALR(1) parser skeleton written by Richard Stallman, by + simplifying the original so-called "semantic" parser. */ + +/* All symbols defined below should begin with yy or YY, to avoid + infringing on user name space. This should be done even for local + variables, as they might otherwise be expanded by user macros. + There are some unavoidable exceptions within include files to + define necessary library symbols; they are noted "INFRINGES ON + USER NAME SPACE" below. */ + +/* Identify Bison output. */ +#define YYBISON 1 + +/* Bison version. */ +#define YYBISON_VERSION "2.4.1" + +/* Skeleton name. */ +#define YYSKELETON_NAME "yacc.c" + +/* Pure parsers. */ +#define YYPURE 0 + +/* Push parsers. */ +#define YYPUSH 0 + +/* Pull parsers. */ +#define YYPULL 1 + +/* Using locations. */ +#define YYLSP_NEEDED 0 + + + +/* Copy the first part of user declarations. */ + +/* Line 189 of yacc.c */ +#line 31 "a.y" + +#include +#include /* if we don't, bison will, and a.h re-#defines getc */ +#include +#include "a.h" + + +/* Line 189 of yacc.c */ +#line 81 "y.tab.c" + +/* Enabling traces. */ +#ifndef YYDEBUG +# define YYDEBUG 0 +#endif + +/* Enabling verbose error messages. */ +#ifdef YYERROR_VERBOSE +# undef YYERROR_VERBOSE +# define YYERROR_VERBOSE 1 +#else +# define YYERROR_VERBOSE 0 +#endif + +/* Enabling the token table. */ +#ifndef YYTOKEN_TABLE +# define YYTOKEN_TABLE 0 +#endif + + +/* Tokens. */ +#ifndef YYTOKENTYPE +# define YYTOKENTYPE + /* Put the tokens into the symbol table, so that GDB and other debuggers + know about them. */ + enum yytokentype { + LTYPE1 = 258, + LTYPE2 = 259, + LTYPE3 = 260, + LTYPE4 = 261, + LTYPE5 = 262, + LTYPE6 = 263, + LTYPE7 = 264, + LTYPE8 = 265, + LTYPE9 = 266, + LTYPEA = 267, + LTYPEB = 268, + LTYPEC = 269, + LTYPED = 270, + LTYPEE = 271, + LTYPEF = 272, + LTYPEG = 273, + LTYPEH = 274, + LTYPEI = 275, + LTYPEJ = 276, + LTYPEK = 277, + LTYPEL = 278, + LTYPEM = 279, + LTYPEN = 280, + LTYPEBX = 281, + LCONST = 282, + LSP = 283, + LSB = 284, + LFP = 285, + LPC = 286, + LTYPEX = 287, + LR = 288, + LREG = 289, + LF = 290, + LFREG = 291, + LC = 292, + LCREG = 293, + LPSR = 294, + LFCR = 295, + LCOND = 296, + LS = 297, + LAT = 298, + LFCONST = 299, + LSCONST = 300, + LNAME = 301, + LLAB = 302, + LVAR = 303 + }; +#endif +/* Tokens. */ +#define LTYPE1 258 +#define LTYPE2 259 +#define LTYPE3 260 +#define LTYPE4 261 +#define LTYPE5 262 +#define LTYPE6 263 +#define LTYPE7 264 +#define LTYPE8 265 +#define LTYPE9 266 +#define LTYPEA 267 +#define LTYPEB 268 +#define LTYPEC 269 +#define LTYPED 270 +#define LTYPEE 271 +#define LTYPEF 272 +#define LTYPEG 273 +#define LTYPEH 274 +#define LTYPEI 275 +#define LTYPEJ 276 +#define LTYPEK 277 +#define LTYPEL 278 +#define LTYPEM 279 +#define LTYPEN 280 +#define LTYPEBX 281 +#define LCONST 282 +#define LSP 283 +#define LSB 284 +#define LFP 285 +#define LPC 286 +#define LTYPEX 287 +#define LR 288 +#define LREG 289 +#define LF 290 +#define LFREG 291 +#define LC 292 +#define LCREG 293 +#define LPSR 294 +#define LFCR 295 +#define LCOND 296 +#define LS 297 +#define LAT 298 +#define LFCONST 299 +#define LSCONST 300 +#define LNAME 301 +#define LLAB 302 +#define LVAR 303 + + + + +#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED +typedef union YYSTYPE +{ + +/* Line 214 of yacc.c */ +#line 38 "a.y" + + Sym *sym; + int32 lval; + double dval; + char sval[8]; + Gen gen; + + + +/* Line 214 of yacc.c */ +#line 223 "y.tab.c" +} YYSTYPE; +# define YYSTYPE_IS_TRIVIAL 1 +# define yystype YYSTYPE /* obsolescent; will be withdrawn */ +# define YYSTYPE_IS_DECLARED 1 +#endif + + +/* Copy the second part of user declarations. */ + + +/* Line 264 of yacc.c */ +#line 235 "y.tab.c" + +#ifdef short +# undef short +#endif + +#ifdef YYTYPE_UINT8 +typedef YYTYPE_UINT8 yytype_uint8; +#else +typedef unsigned char yytype_uint8; +#endif + +#ifdef YYTYPE_INT8 +typedef YYTYPE_INT8 yytype_int8; +#elif (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +typedef signed char yytype_int8; +#else +typedef short int yytype_int8; +#endif + +#ifdef YYTYPE_UINT16 +typedef YYTYPE_UINT16 yytype_uint16; +#else +typedef unsigned short int yytype_uint16; +#endif + +#ifdef YYTYPE_INT16 +typedef YYTYPE_INT16 yytype_int16; +#else +typedef short int yytype_int16; +#endif + +#ifndef YYSIZE_T +# ifdef __SIZE_TYPE__ +# define YYSIZE_T __SIZE_TYPE__ +# elif defined size_t +# define YYSIZE_T size_t +# elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +# include /* INFRINGES ON USER NAME SPACE */ +# define YYSIZE_T size_t +# else +# define YYSIZE_T unsigned int +# endif +#endif + +#define YYSIZE_MAXIMUM ((YYSIZE_T) -1) + +#ifndef YY_ +# if YYENABLE_NLS +# if ENABLE_NLS +# include /* INFRINGES ON USER NAME SPACE */ +# define YY_(msgid) dgettext ("bison-runtime", msgid) +# endif +# endif +# ifndef YY_ +# define YY_(msgid) msgid +# endif +#endif + +/* Suppress unused-variable warnings by "using" E. */ +#if ! defined lint || defined __GNUC__ +# define YYUSE(e) ((void) (e)) +#else +# define YYUSE(e) /* empty */ +#endif + +/* Identity function, used to suppress warnings about constant conditions. */ +#ifndef lint +# define YYID(n) (n) +#else +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static int +YYID (int yyi) +#else +static int +YYID (yyi) + int yyi; +#endif +{ + return yyi; +} +#endif + +#if ! defined yyoverflow || YYERROR_VERBOSE + +/* The parser invokes alloca or malloc; define the necessary symbols. */ + +# ifdef YYSTACK_USE_ALLOCA +# if YYSTACK_USE_ALLOCA +# ifdef __GNUC__ +# define YYSTACK_ALLOC __builtin_alloca +# elif defined __BUILTIN_VA_ARG_INCR +# include /* INFRINGES ON USER NAME SPACE */ +# elif defined _AIX +# define YYSTACK_ALLOC __alloca +# elif defined _MSC_VER +# include /* INFRINGES ON USER NAME SPACE */ +# define alloca _alloca +# else +# define YYSTACK_ALLOC alloca +# if ! defined _ALLOCA_H && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +# include /* INFRINGES ON USER NAME SPACE */ +# ifndef _STDLIB_H +# define _STDLIB_H 1 +# endif +# endif +# endif +# endif +# endif + +# ifdef YYSTACK_ALLOC + /* Pacify GCC's `empty if-body' warning. */ +# define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) +# ifndef YYSTACK_ALLOC_MAXIMUM + /* The OS might guarantee only one guard page at the bottom of the stack, + and a page size can be as small as 4096 bytes. So we cannot safely + invoke alloca (N) if N exceeds 4096. Use a slightly smaller number + to allow for a few compiler-allocated temporary stack slots. */ +# define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ +# endif +# else +# define YYSTACK_ALLOC YYMALLOC +# define YYSTACK_FREE YYFREE +# ifndef YYSTACK_ALLOC_MAXIMUM +# define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM +# endif +# if (defined __cplusplus && ! defined _STDLIB_H \ + && ! ((defined YYMALLOC || defined malloc) \ + && (defined YYFREE || defined free))) +# include /* INFRINGES ON USER NAME SPACE */ +# ifndef _STDLIB_H +# define _STDLIB_H 1 +# endif +# endif +# ifndef YYMALLOC +# define YYMALLOC malloc +# if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ +# endif +# endif +# ifndef YYFREE +# define YYFREE free +# if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +void free (void *); /* INFRINGES ON USER NAME SPACE */ +# endif +# endif +# endif +#endif /* ! defined yyoverflow || YYERROR_VERBOSE */ + + +#if (! defined yyoverflow \ + && (! defined __cplusplus \ + || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) + +/* A type that is properly aligned for any stack member. */ +union yyalloc +{ + yytype_int16 yyss_alloc; + YYSTYPE yyvs_alloc; +}; + +/* The size of the maximum gap between one aligned stack and the next. */ +# define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) + +/* The size of an array large to enough to hold all stacks, each with + N elements. */ +# define YYSTACK_BYTES(N) \ + ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + + YYSTACK_GAP_MAXIMUM) + +/* Copy COUNT objects from FROM to TO. The source and destination do + not overlap. */ +# ifndef YYCOPY +# if defined __GNUC__ && 1 < __GNUC__ +# define YYCOPY(To, From, Count) \ + __builtin_memcpy (To, From, (Count) * sizeof (*(From))) +# else +# define YYCOPY(To, From, Count) \ + do \ + { \ + YYSIZE_T yyi; \ + for (yyi = 0; yyi < (Count); yyi++) \ + (To)[yyi] = (From)[yyi]; \ + } \ + while (YYID (0)) +# endif +# endif + +/* Relocate STACK from its old location to the new one. The + local variables YYSIZE and YYSTACKSIZE give the old and new number of + elements in the stack, and YYPTR gives the new location of the + stack. Advance YYPTR to a properly aligned location for the next + stack. */ +# define YYSTACK_RELOCATE(Stack_alloc, Stack) \ + do \ + { \ + YYSIZE_T yynewbytes; \ + YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ + Stack = &yyptr->Stack_alloc; \ + yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ + yyptr += yynewbytes / sizeof (*yyptr); \ + } \ + while (YYID (0)) + +#endif + +/* YYFINAL -- State number of the termination state. */ +#define YYFINAL 2 +/* YYLAST -- Last index in YYTABLE. */ +#define YYLAST 643 + +/* YYNTOKENS -- Number of terminals. */ +#define YYNTOKENS 69 +/* YYNNTS -- Number of nonterminals. */ +#define YYNNTS 35 +/* YYNRULES -- Number of rules. */ +#define YYNRULES 129 +/* YYNRULES -- Number of states. */ +#define YYNSTATES 327 + +/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ +#define YYUNDEFTOK 2 +#define YYMAXUTOK 303 + +#define YYTRANSLATE(YYX) \ + ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) + +/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ +static const yytype_uint8 yytranslate[] = +{ + 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 67, 12, 5, 2, + 65, 66, 10, 8, 62, 9, 2, 11, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 59, 61, + 6, 60, 7, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 63, 2, 64, 4, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 3, 2, 68, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 1, 2, 13, 14, + 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, + 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, + 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, + 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, + 55, 56, 57, 58 +}; + +#if YYDEBUG +/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in + YYRHS. */ +static const yytype_uint16 yyprhs[] = +{ + 0, 0, 3, 4, 5, 9, 10, 15, 16, 21, + 26, 31, 33, 36, 39, 47, 54, 60, 66, 72, + 77, 82, 86, 90, 95, 102, 110, 118, 126, 133, + 140, 144, 149, 156, 163, 168, 172, 178, 184, 192, + 199, 212, 220, 230, 233, 234, 237, 240, 241, 244, + 249, 252, 255, 258, 261, 266, 269, 271, 274, 278, + 280, 284, 288, 290, 292, 294, 299, 301, 303, 305, + 307, 309, 311, 313, 317, 319, 324, 326, 331, 333, + 335, 337, 339, 342, 344, 350, 355, 360, 365, 370, + 372, 374, 376, 378, 383, 385, 387, 389, 394, 396, + 398, 400, 405, 410, 416, 424, 425, 428, 431, 433, + 435, 437, 439, 441, 444, 447, 450, 454, 455, 458, + 460, 464, 468, 472, 476, 480, 485, 490, 494, 498 +}; + +/* YYRHS -- A `-1'-separated list of the rules' RHS. */ +static const yytype_int8 yyrhs[] = +{ + 70, 0, -1, -1, -1, 70, 71, 72, -1, -1, + 57, 59, 73, 72, -1, -1, 56, 59, 74, 72, + -1, 56, 60, 103, 61, -1, 58, 60, 103, 61, + -1, 61, -1, 75, 61, -1, 1, 61, -1, 13, + 76, 87, 62, 94, 62, 89, -1, 13, 76, 87, + 62, 94, 62, -1, 13, 76, 87, 62, 89, -1, + 14, 76, 87, 62, 89, -1, 15, 76, 82, 62, + 82, -1, 16, 76, 77, 78, -1, 16, 76, 77, + 83, -1, 36, 77, 84, -1, 17, 77, 78, -1, + 18, 76, 77, 82, -1, 19, 76, 87, 62, 94, + 77, -1, 20, 76, 85, 62, 63, 81, 64, -1, + 20, 76, 63, 81, 64, 62, 85, -1, 21, 76, + 89, 62, 84, 62, 89, -1, 21, 76, 89, 62, + 84, 77, -1, 21, 76, 77, 84, 62, 89, -1, + 22, 76, 77, -1, 23, 98, 62, 88, -1, 23, + 98, 62, 101, 62, 88, -1, 24, 98, 11, 101, + 62, 79, -1, 25, 76, 89, 77, -1, 29, 77, + 79, -1, 30, 76, 97, 62, 97, -1, 32, 76, + 96, 62, 97, -1, 32, 76, 96, 62, 46, 62, + 97, -1, 33, 76, 97, 62, 97, 77, -1, 31, + 76, 101, 62, 103, 62, 94, 62, 95, 62, 95, + 102, -1, 34, 76, 89, 62, 89, 62, 90, -1, + 35, 76, 89, 62, 89, 62, 89, 62, 94, -1, + 26, 77, -1, -1, 76, 51, -1, 76, 52, -1, + -1, 62, 77, -1, 101, 65, 41, 66, -1, 56, + 99, -1, 57, 99, -1, 67, 101, -1, 67, 86, + -1, 67, 10, 67, 86, -1, 67, 55, -1, 80, + -1, 67, 54, -1, 67, 9, 54, -1, 94, -1, + 94, 9, 94, -1, 94, 77, 81, -1, 89, -1, + 79, -1, 91, -1, 91, 65, 94, 66, -1, 49, + -1, 50, -1, 101, -1, 86, -1, 97, -1, 84, + -1, 98, -1, 65, 94, 66, -1, 84, -1, 101, + 65, 93, 66, -1, 98, -1, 98, 65, 93, 66, + -1, 85, -1, 89, -1, 88, -1, 91, -1, 67, + 101, -1, 94, -1, 65, 94, 62, 94, 66, -1, + 94, 6, 6, 92, -1, 94, 7, 7, 92, -1, + 94, 9, 7, 92, -1, 94, 53, 7, 92, -1, + 94, -1, 101, -1, 44, -1, 41, -1, 43, 65, + 103, 66, -1, 93, -1, 38, -1, 48, -1, 47, + 65, 103, 66, -1, 97, -1, 80, -1, 46, -1, + 45, 65, 101, 66, -1, 101, 65, 100, 66, -1, + 56, 99, 65, 100, 66, -1, 56, 6, 7, 99, + 65, 39, 66, -1, -1, 8, 101, -1, 9, 101, + -1, 39, -1, 38, -1, 40, -1, 37, -1, 58, + -1, 9, 101, -1, 8, 101, -1, 68, 101, -1, + 65, 103, 66, -1, -1, 62, 103, -1, 101, -1, + 103, 8, 103, -1, 103, 9, 103, -1, 103, 10, + 103, -1, 103, 11, 103, -1, 103, 12, 103, -1, + 103, 6, 6, 103, -1, 103, 7, 7, 103, -1, + 103, 5, 103, -1, 103, 4, 103, -1, 103, 3, + 103, -1 +}; + +/* YYRLINE[YYN] -- source line where rule number YYN was defined. */ +static const yytype_uint16 yyrline[] = +{ + 0, 67, 67, 69, 68, 76, 75, 83, 82, 88, + 93, 99, 100, 101, 107, 111, 115, 122, 129, 136, + 140, 147, 154, 161, 168, 175, 184, 196, 200, 204, + 211, 218, 222, 229, 236, 243, 250, 254, 258, 262, + 269, 291, 298, 307, 313, 316, 320, 325, 326, 329, + 335, 344, 352, 358, 363, 368, 374, 377, 383, 391, + 395, 404, 410, 411, 412, 413, 418, 424, 430, 436, + 437, 440, 441, 449, 458, 459, 468, 469, 475, 478, + 479, 480, 482, 490, 498, 507, 513, 519, 525, 533, + 539, 547, 548, 552, 560, 561, 567, 568, 576, 577, + 580, 586, 594, 602, 610, 620, 623, 627, 633, 634, + 635, 638, 639, 643, 647, 651, 655, 661, 664, 670, + 671, 675, 679, 683, 687, 691, 695, 699, 703, 707 +}; +#endif + +#if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE +/* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. + First, the terminals, then, starting at YYNTOKENS, nonterminals. */ +static const char *const yytname[] = +{ + "$end", "error", "$undefined", "'|'", "'^'", "'&'", "'<'", "'>'", "'+'", + "'-'", "'*'", "'/'", "'%'", "LTYPE1", "LTYPE2", "LTYPE3", "LTYPE4", + "LTYPE5", "LTYPE6", "LTYPE7", "LTYPE8", "LTYPE9", "LTYPEA", "LTYPEB", + "LTYPEC", "LTYPED", "LTYPEE", "LTYPEF", "LTYPEG", "LTYPEH", "LTYPEI", + "LTYPEJ", "LTYPEK", "LTYPEL", "LTYPEM", "LTYPEN", "LTYPEBX", "LCONST", + "LSP", "LSB", "LFP", "LPC", "LTYPEX", "LR", "LREG", "LF", "LFREG", "LC", + "LCREG", "LPSR", "LFCR", "LCOND", "LS", "LAT", "LFCONST", "LSCONST", + "LNAME", "LLAB", "LVAR", "':'", "'='", "';'", "','", "'['", "']'", "'('", + "')'", "'$'", "'~'", "$accept", "prog", "$@1", "line", "$@2", "$@3", + "inst", "cond", "comma", "rel", "ximm", "fcon", "reglist", "gen", + "nireg", "ireg", "ioreg", "oreg", "imsr", "imm", "reg", "regreg", + "shift", "rcon", "sreg", "spreg", "creg", "frcon", "freg", "name", + "offset", "pointer", "con", "oexpr", "expr", 0 +}; +#endif + +# ifdef YYPRINT +/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to + token YYLEX-NUM. */ +static const yytype_uint16 yytoknum[] = +{ + 0, 256, 257, 124, 94, 38, 60, 62, 43, 45, + 42, 47, 37, 258, 259, 260, 261, 262, 263, 264, + 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, + 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, + 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, + 295, 296, 297, 298, 299, 300, 301, 302, 303, 58, + 61, 59, 44, 91, 93, 40, 41, 36, 126 +}; +# endif + +/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ +static const yytype_uint8 yyr1[] = +{ + 0, 69, 70, 71, 70, 73, 72, 74, 72, 72, + 72, 72, 72, 72, 75, 75, 75, 75, 75, 75, + 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, + 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, + 75, 75, 75, 75, 76, 76, 76, 77, 77, 78, + 78, 78, 79, 79, 79, 79, 79, 80, 80, 81, + 81, 81, 82, 82, 82, 82, 82, 82, 82, 82, + 82, 83, 83, 84, 85, 85, 86, 86, 86, 87, + 87, 87, 88, 89, 90, 91, 91, 91, 91, 92, + 92, 93, 93, 93, 94, 94, 95, 95, 96, 96, + 97, 97, 98, 98, 98, 99, 99, 99, 100, 100, + 100, 101, 101, 101, 101, 101, 101, 102, 102, 103, + 103, 103, 103, 103, 103, 103, 103, 103, 103, 103 +}; + +/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ +static const yytype_uint8 yyr2[] = +{ + 0, 2, 0, 0, 3, 0, 4, 0, 4, 4, + 4, 1, 2, 2, 7, 6, 5, 5, 5, 4, + 4, 3, 3, 4, 6, 7, 7, 7, 6, 6, + 3, 4, 6, 6, 4, 3, 5, 5, 7, 6, + 12, 7, 9, 2, 0, 2, 2, 0, 2, 4, + 2, 2, 2, 2, 4, 2, 1, 2, 3, 1, + 3, 3, 1, 1, 1, 4, 1, 1, 1, 1, + 1, 1, 1, 3, 1, 4, 1, 4, 1, 1, + 1, 1, 2, 1, 5, 4, 4, 4, 4, 1, + 1, 1, 1, 4, 1, 1, 1, 4, 1, 1, + 1, 4, 4, 5, 7, 0, 2, 2, 1, 1, + 1, 1, 1, 2, 2, 2, 3, 0, 2, 1, + 3, 3, 3, 3, 3, 4, 4, 3, 3, 3 +}; + +/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state + STATE-NUM when YYTABLE doesn't specify something else to do. Zero + means the default is an error. */ +static const yytype_uint8 yydefact[] = +{ + 2, 3, 1, 0, 0, 44, 44, 44, 44, 47, + 44, 44, 44, 44, 44, 0, 0, 44, 47, 47, + 44, 44, 44, 44, 44, 44, 47, 0, 0, 0, + 11, 4, 0, 13, 0, 0, 0, 47, 47, 0, + 47, 0, 0, 47, 47, 0, 0, 111, 105, 112, + 0, 0, 0, 0, 0, 0, 43, 0, 0, 0, + 0, 0, 0, 0, 0, 7, 0, 5, 0, 12, + 95, 92, 0, 91, 45, 46, 0, 0, 80, 79, + 81, 94, 83, 0, 0, 100, 66, 67, 0, 0, + 63, 56, 0, 74, 78, 69, 62, 64, 70, 76, + 68, 0, 48, 105, 105, 22, 0, 0, 0, 0, + 0, 0, 0, 0, 83, 30, 114, 113, 0, 0, + 0, 0, 119, 0, 115, 0, 0, 0, 47, 35, + 0, 0, 0, 99, 0, 98, 0, 0, 0, 0, + 21, 0, 0, 0, 0, 0, 82, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 57, 55, 53, + 52, 0, 0, 0, 0, 105, 19, 20, 71, 72, + 0, 50, 51, 0, 23, 0, 0, 47, 0, 0, + 0, 0, 105, 106, 107, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 116, 31, 0, 109, + 108, 110, 0, 0, 34, 0, 0, 0, 0, 0, + 0, 0, 8, 9, 6, 10, 0, 16, 83, 0, + 0, 0, 0, 17, 0, 73, 58, 0, 18, 0, + 0, 0, 50, 0, 0, 47, 0, 0, 0, 0, + 0, 47, 0, 0, 129, 128, 127, 0, 0, 120, + 121, 122, 123, 124, 0, 102, 0, 36, 0, 100, + 37, 47, 0, 0, 93, 15, 85, 89, 90, 86, + 87, 88, 101, 54, 0, 65, 77, 75, 49, 24, + 0, 60, 61, 0, 29, 47, 28, 0, 103, 125, + 126, 32, 33, 0, 0, 39, 0, 0, 14, 26, + 25, 27, 0, 0, 38, 0, 41, 0, 104, 0, + 0, 0, 0, 96, 0, 0, 42, 0, 0, 0, + 0, 117, 84, 97, 0, 40, 118 +}; + +/* YYDEFGOTO[NTERM-NUM]. */ +static const yytype_int16 yydefgoto[] = +{ + -1, 1, 3, 31, 143, 141, 32, 34, 102, 105, + 90, 91, 176, 92, 167, 93, 94, 95, 77, 78, + 79, 306, 80, 266, 81, 114, 314, 134, 98, 99, + 121, 202, 122, 325, 123 +}; + +/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing + STATE-NUM. */ +#define YYPACT_NINF -147 +static const yytype_int16 yypact[] = +{ + -147, 19, -147, 305, -37, -147, -147, -147, -147, -40, + -147, -147, -147, -147, -147, 448, 448, -147, -40, -40, + -147, -147, -147, -147, -147, -147, -40, -8, -22, -21, + -147, -147, -20, -147, 102, 102, 334, 108, -40, 416, + 108, 102, 397, 48, 108, 482, 482, -147, 95, -147, + 482, 482, -19, 18, 34, 223, -147, 5, 174, 424, + 132, 174, 223, 223, 20, -147, 482, -147, 482, -147, + -147, -147, 30, -147, -147, -147, 482, 35, -147, -147, + -147, -147, 49, 76, 84, -147, -147, -147, 205, 339, + -147, -147, 93, -147, -147, -147, -147, 110, -147, 124, + 125, 442, -147, 98, 98, -147, 128, 373, 134, 36, + 144, 147, 20, 153, -147, -147, -147, -147, 60, 482, + 482, 175, -147, 114, -147, 249, 21, 482, -40, -147, + 182, 183, 12, -147, 185, -147, 188, 189, 198, 36, + -147, 305, 562, 305, 572, 482, -147, 36, 256, 258, + 261, 269, 36, 482, 212, 460, 216, -147, -147, -147, + 125, 373, 36, 138, 586, 95, -147, -147, -147, -147, + 217, -147, -147, 247, -147, 36, 226, 7, 229, 138, + 227, 20, 98, -147, -147, 21, 482, 482, 482, 287, + 301, 482, 482, 482, 482, 482, -147, -147, 248, -147, + -147, -147, 243, 250, -147, 66, 482, 257, 106, 66, + 36, 36, -147, -147, -147, -147, 225, -147, 251, 205, + 205, 205, 205, -147, 266, -147, -147, 478, -147, 267, + 278, 279, 175, 215, 280, -40, 253, 36, 36, 36, + 36, 297, 295, 298, 601, 345, 609, 482, 482, 190, + 190, -147, -147, -147, 300, -147, 5, -147, 552, 303, + -147, -40, 306, 307, -147, 36, -147, -147, -147, -147, + -147, -147, -147, -147, 125, -147, -147, -147, -147, -147, + 486, -147, -147, 309, -147, 130, -147, 331, -147, 121, + 121, -147, -147, 36, 66, -147, 322, 36, -147, -147, + -147, -147, 308, 326, -147, 36, -147, 327, -147, 119, + 329, 36, 333, -147, 338, 36, -147, 482, 119, 330, + 292, 341, -147, -147, 482, -147, 631 +}; + +/* YYPGOTO[NTERM-NUM]. */ +static const yytype_int16 yypgoto[] = +{ + -147, -147, -147, -114, -147, -147, -147, 579, 44, 311, + -49, 348, 0, -97, -147, -44, -39, -80, -9, -119, + -13, -147, -25, 2, -146, -34, 91, -147, -14, -3, + -89, 228, -11, -147, -30 +}; + +/* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If + positive, shift that token. If negative, reduce the rule which + number is the opposite. If zero, do what YYDEFACT says. + If YYTABLE_NINF, syntax error. */ +#define YYTABLE_NINF -60 +static const yytype_int16 yytable[] = +{ + 82, 82, 82, 110, 53, 53, 197, 82, 129, 159, + 174, 97, 52, 54, 171, 172, 237, 230, 231, 2, + 140, 207, 38, 96, 33, 100, 83, 212, 106, 214, + 113, 111, 108, 231, 116, 117, 142, 67, 144, 68, + 124, 69, 128, 125, 130, 127, 135, 136, 131, 137, + 138, 65, 66, 39, 154, 148, 149, 168, 150, 199, + 200, 201, 56, 57, 228, 146, 157, 182, 180, 38, + 64, -59, 89, 82, 70, 177, 232, 71, 160, 72, + 73, 101, 97, 126, 107, 139, 70, 112, 115, 71, + 170, 72, 73, 242, 96, 145, 100, 147, 169, 74, + 75, 118, 151, 119, 120, 154, 119, 120, 183, 184, + 38, 84, 85, 218, 198, 216, 203, 186, 187, 188, + 189, 190, 191, 192, 193, 194, 195, 82, 229, 191, + 192, 193, 194, 195, 217, 291, 97, 241, 152, 223, + 70, 235, 224, 71, 117, 72, 73, 273, 96, 153, + 100, 84, 259, 74, 75, 161, 244, 245, 246, 74, + 75, 249, 250, 251, 252, 253, 312, 313, 70, 76, + 38, 71, 204, 72, 73, 162, 258, 84, 85, 71, + 196, 72, 73, 74, 75, 267, 267, 267, 267, 163, + 164, 257, 38, 173, 260, 261, 175, 262, 263, 132, + 193, 194, 195, 281, 177, 177, 178, 292, 268, 268, + 268, 268, 179, 45, 46, 181, 274, 289, 290, 84, + 85, 238, 269, 270, 271, 74, 75, 284, 186, 187, + 188, 189, 190, 191, 192, 193, 194, 195, 282, 283, + 185, 299, 47, 70, 205, 206, 71, 208, 72, 73, + 209, 210, 298, 199, 200, 201, 234, 45, 46, 303, + 211, 70, 219, 49, 71, 220, 72, 73, 221, 111, + 50, 310, 301, 51, 74, 75, 222, 316, 225, 279, + 304, 319, 233, 227, 307, 286, 47, 320, 234, 240, + 236, 264, 239, 247, 326, 186, 187, 188, 189, 190, + 191, 192, 193, 194, 195, 295, 4, 49, 248, 255, + 254, 226, 256, 265, 50, 280, 76, 51, 5, 6, + 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, + 17, 18, 272, 275, 19, 20, 21, 22, 23, 24, + 25, 26, 45, 46, 276, 277, 278, 45, 155, 156, + 188, 189, 190, 191, 192, 193, 194, 195, 323, 285, + 287, 27, 28, 29, 288, 294, 30, 76, 296, 297, + 302, 47, 70, 300, 308, 71, 47, 72, 73, 84, + 85, 45, 46, 86, 87, 74, 75, 305, 309, 311, + 48, 315, 49, 157, 158, 48, 322, 49, 317, 88, + 318, 89, 51, 324, 88, 45, 46, 51, 133, 321, + 47, 70, 166, 243, 71, 0, 72, 73, 84, 85, + 0, 0, 86, 87, 45, 46, 0, 0, 0, 48, + 0, 49, 45, 46, 47, 0, 0, 0, 88, 0, + 89, 51, 0, 0, 0, 0, 0, 0, 74, 75, + 45, 46, 0, 47, 0, 49, 45, 46, 0, 0, + 109, 47, 88, 0, 0, 51, 0, 0, 45, 46, + 0, 0, 103, 104, 49, 74, 75, 0, 0, 47, + 0, 50, 49, 0, 51, 47, 45, 46, 0, 50, + 45, 46, 51, 0, 45, 46, 0, 47, 165, 104, + 49, 0, 0, 0, 48, 0, 49, 88, 0, 0, + 51, 0, 0, 50, 226, 47, 51, 0, 49, 47, + 0, 0, 0, 47, 0, 50, 0, 0, 51, 0, + 0, 0, 0, 0, 48, 0, 49, 0, 0, 0, + 49, 0, 0, 88, 49, 0, 51, 50, 0, 0, + 51, 88, 0, 0, 51, 186, 187, 188, 189, 190, + 191, 192, 193, 194, 195, 186, 187, 188, 189, 190, + 191, 192, 193, 194, 195, 186, 187, 188, 189, 190, + 191, 192, 193, 194, 195, 35, 36, 37, 0, 40, + 41, 42, 43, 44, 0, 0, 55, 0, 0, 58, + 59, 60, 61, 62, 63, 187, 188, 189, 190, 191, + 192, 193, 194, 195, 293, 189, 190, 191, 192, 193, + 194, 195, 0, 213, 199, 200, 201, 71, 0, 72, + 73, 0, 0, 215, 186, 187, 188, 189, 190, 191, + 192, 193, 194, 195 +}; + +static const yytype_int16 yycheck[] = +{ + 34, 35, 36, 42, 15, 16, 125, 41, 57, 89, + 107, 36, 15, 16, 103, 104, 9, 163, 164, 0, + 64, 9, 62, 36, 61, 36, 35, 141, 39, 143, + 43, 42, 41, 179, 45, 46, 66, 59, 68, 60, + 51, 61, 55, 62, 58, 11, 60, 61, 59, 62, + 63, 59, 60, 9, 88, 6, 7, 101, 9, 38, + 39, 40, 18, 19, 161, 76, 54, 7, 112, 62, + 26, 64, 67, 107, 38, 109, 165, 41, 89, 43, + 44, 37, 107, 65, 40, 65, 38, 43, 44, 41, + 101, 43, 44, 182, 107, 65, 107, 62, 101, 51, + 52, 6, 53, 8, 9, 139, 8, 9, 119, 120, + 62, 45, 46, 147, 125, 145, 127, 3, 4, 5, + 6, 7, 8, 9, 10, 11, 12, 161, 162, 8, + 9, 10, 11, 12, 147, 254, 161, 181, 62, 152, + 38, 175, 153, 41, 155, 43, 44, 227, 161, 65, + 161, 45, 46, 51, 52, 62, 186, 187, 188, 51, + 52, 191, 192, 193, 194, 195, 47, 48, 38, 67, + 62, 41, 128, 43, 44, 65, 206, 45, 46, 41, + 66, 43, 44, 51, 52, 219, 220, 221, 222, 65, + 65, 205, 62, 65, 208, 209, 62, 210, 211, 67, + 10, 11, 12, 237, 238, 239, 62, 256, 219, 220, + 221, 222, 65, 8, 9, 62, 227, 247, 248, 45, + 46, 177, 220, 221, 222, 51, 52, 240, 3, 4, + 5, 6, 7, 8, 9, 10, 11, 12, 238, 239, + 65, 280, 37, 38, 62, 62, 41, 62, 43, 44, + 62, 62, 265, 38, 39, 40, 41, 8, 9, 293, + 62, 38, 6, 58, 41, 7, 43, 44, 7, 280, + 65, 305, 285, 68, 51, 52, 7, 311, 66, 235, + 294, 315, 65, 67, 297, 241, 37, 317, 41, 62, + 64, 66, 63, 6, 324, 3, 4, 5, 6, 7, + 8, 9, 10, 11, 12, 261, 1, 58, 7, 66, + 62, 54, 62, 62, 65, 62, 67, 68, 13, 14, + 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, + 25, 26, 66, 66, 29, 30, 31, 32, 33, 34, + 35, 36, 8, 9, 66, 66, 66, 8, 9, 10, + 5, 6, 7, 8, 9, 10, 11, 12, 66, 62, + 65, 56, 57, 58, 66, 62, 61, 67, 62, 62, + 39, 37, 38, 64, 66, 41, 37, 43, 44, 45, + 46, 8, 9, 49, 50, 51, 52, 65, 62, 62, + 56, 62, 58, 54, 55, 56, 66, 58, 65, 65, + 62, 67, 68, 62, 65, 8, 9, 68, 60, 318, + 37, 38, 101, 185, 41, -1, 43, 44, 45, 46, + -1, -1, 49, 50, 8, 9, -1, -1, -1, 56, + -1, 58, 8, 9, 37, -1, -1, -1, 65, -1, + 67, 68, -1, -1, -1, -1, -1, -1, 51, 52, + 8, 9, -1, 37, -1, 58, 8, 9, -1, -1, + 63, 37, 65, -1, -1, 68, -1, -1, 8, 9, + -1, -1, 56, 57, 58, 51, 52, -1, -1, 37, + -1, 65, 58, -1, 68, 37, 8, 9, -1, 65, + 8, 9, 68, -1, 8, 9, -1, 37, 56, 57, + 58, -1, -1, -1, 56, -1, 58, 65, -1, -1, + 68, -1, -1, 65, 54, 37, 68, -1, 58, 37, + -1, -1, -1, 37, -1, 65, -1, -1, 68, -1, + -1, -1, -1, -1, 56, -1, 58, -1, -1, -1, + 58, -1, -1, 65, 58, -1, 68, 65, -1, -1, + 68, 65, -1, -1, 68, 3, 4, 5, 6, 7, + 8, 9, 10, 11, 12, 3, 4, 5, 6, 7, + 8, 9, 10, 11, 12, 3, 4, 5, 6, 7, + 8, 9, 10, 11, 12, 6, 7, 8, -1, 10, + 11, 12, 13, 14, -1, -1, 17, -1, -1, 20, + 21, 22, 23, 24, 25, 4, 5, 6, 7, 8, + 9, 10, 11, 12, 62, 6, 7, 8, 9, 10, + 11, 12, -1, 61, 38, 39, 40, 41, -1, 43, + 44, -1, -1, 61, 3, 4, 5, 6, 7, 8, + 9, 10, 11, 12 +}; + +/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing + symbol of state STATE-NUM. */ +static const yytype_uint8 yystos[] = +{ + 0, 70, 0, 71, 1, 13, 14, 15, 16, 17, + 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, + 30, 31, 32, 33, 34, 35, 36, 56, 57, 58, + 61, 72, 75, 61, 76, 76, 76, 76, 62, 77, + 76, 76, 76, 76, 76, 8, 9, 37, 56, 58, + 65, 68, 98, 101, 98, 76, 77, 77, 76, 76, + 76, 76, 76, 76, 77, 59, 60, 59, 60, 61, + 38, 41, 43, 44, 51, 52, 67, 87, 88, 89, + 91, 93, 94, 87, 45, 46, 49, 50, 65, 67, + 79, 80, 82, 84, 85, 86, 89, 91, 97, 98, + 101, 77, 77, 56, 57, 78, 101, 77, 87, 63, + 85, 101, 77, 89, 94, 77, 101, 101, 6, 8, + 9, 99, 101, 103, 101, 62, 65, 11, 89, 79, + 97, 101, 67, 80, 96, 97, 97, 89, 89, 65, + 84, 74, 103, 73, 103, 65, 101, 62, 6, 7, + 9, 53, 62, 65, 94, 9, 10, 54, 55, 86, + 101, 62, 65, 65, 65, 56, 78, 83, 84, 98, + 101, 99, 99, 65, 82, 62, 81, 94, 62, 65, + 84, 62, 7, 101, 101, 65, 3, 4, 5, 6, + 7, 8, 9, 10, 11, 12, 66, 88, 101, 38, + 39, 40, 100, 101, 77, 62, 62, 9, 62, 62, + 62, 62, 72, 61, 72, 61, 103, 89, 94, 6, + 7, 7, 7, 89, 101, 66, 54, 67, 82, 94, + 93, 93, 99, 65, 41, 94, 64, 9, 77, 63, + 62, 84, 99, 100, 103, 103, 103, 6, 7, 103, + 103, 103, 103, 103, 62, 66, 62, 97, 103, 46, + 97, 97, 89, 89, 66, 62, 92, 94, 101, 92, + 92, 92, 66, 86, 101, 66, 66, 66, 66, 77, + 62, 94, 81, 81, 89, 62, 77, 65, 66, 103, + 103, 88, 79, 62, 62, 77, 62, 62, 89, 85, + 64, 89, 39, 94, 97, 65, 90, 89, 66, 62, + 94, 62, 47, 48, 95, 62, 94, 65, 62, 94, + 103, 95, 66, 66, 62, 102, 103 +}; + +#define yyerrok (yyerrstatus = 0) +#define yyclearin (yychar = YYEMPTY) +#define YYEMPTY (-2) +#define YYEOF 0 + +#define YYACCEPT goto yyacceptlab +#define YYABORT goto yyabortlab +#define YYERROR goto yyerrorlab + + +/* Like YYERROR except do call yyerror. This remains here temporarily + to ease the transition to the new meaning of YYERROR, for GCC. + Once GCC version 2 has supplanted version 1, this can go. */ + +#define YYFAIL goto yyerrlab + +#define YYRECOVERING() (!!yyerrstatus) + +#define YYBACKUP(Token, Value) \ +do \ + if (yychar == YYEMPTY && yylen == 1) \ + { \ + yychar = (Token); \ + yylval = (Value); \ + yytoken = YYTRANSLATE (yychar); \ + YYPOPSTACK (1); \ + goto yybackup; \ + } \ + else \ + { \ + yyerror (YY_("syntax error: cannot back up")); \ + YYERROR; \ + } \ +while (YYID (0)) + + +#define YYTERROR 1 +#define YYERRCODE 256 + + +/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. + If N is 0, then set CURRENT to the empty location which ends + the previous symbol: RHS[0] (always defined). */ + +#define YYRHSLOC(Rhs, K) ((Rhs)[K]) +#ifndef YYLLOC_DEFAULT +# define YYLLOC_DEFAULT(Current, Rhs, N) \ + do \ + if (YYID (N)) \ + { \ + (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ + (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ + (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ + (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ + } \ + else \ + { \ + (Current).first_line = (Current).last_line = \ + YYRHSLOC (Rhs, 0).last_line; \ + (Current).first_column = (Current).last_column = \ + YYRHSLOC (Rhs, 0).last_column; \ + } \ + while (YYID (0)) +#endif + + +/* YY_LOCATION_PRINT -- Print the location on the stream. + This macro was not mandated originally: define only if we know + we won't break user code: when these are the locations we know. */ + +#ifndef YY_LOCATION_PRINT +# if YYLTYPE_IS_TRIVIAL +# define YY_LOCATION_PRINT(File, Loc) \ + fprintf (File, "%d.%d-%d.%d", \ + (Loc).first_line, (Loc).first_column, \ + (Loc).last_line, (Loc).last_column) +# else +# define YY_LOCATION_PRINT(File, Loc) ((void) 0) +# endif +#endif + + +/* YYLEX -- calling `yylex' with the right arguments. */ + +#ifdef YYLEX_PARAM +# define YYLEX yylex (YYLEX_PARAM) +#else +# define YYLEX yylex () +#endif + +/* Enable debugging if requested. */ +#if YYDEBUG + +# ifndef YYFPRINTF +# include /* INFRINGES ON USER NAME SPACE */ +# define YYFPRINTF fprintf +# endif + +# define YYDPRINTF(Args) \ +do { \ + if (yydebug) \ + YYFPRINTF Args; \ +} while (YYID (0)) + +# define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ +do { \ + if (yydebug) \ + { \ + YYFPRINTF (stderr, "%s ", Title); \ + yy_symbol_print (stderr, \ + Type, Value); \ + YYFPRINTF (stderr, "\n"); \ + } \ +} while (YYID (0)) + + +/*--------------------------------. +| Print this symbol on YYOUTPUT. | +`--------------------------------*/ + +/*ARGSUSED*/ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static void +yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) +#else +static void +yy_symbol_value_print (yyoutput, yytype, yyvaluep) + FILE *yyoutput; + int yytype; + YYSTYPE const * const yyvaluep; +#endif +{ + if (!yyvaluep) + return; +# ifdef YYPRINT + if (yytype < YYNTOKENS) + YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); +# else + YYUSE (yyoutput); +# endif + switch (yytype) + { + default: + break; + } +} + + +/*--------------------------------. +| Print this symbol on YYOUTPUT. | +`--------------------------------*/ + +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static void +yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) +#else +static void +yy_symbol_print (yyoutput, yytype, yyvaluep) + FILE *yyoutput; + int yytype; + YYSTYPE const * const yyvaluep; +#endif +{ + if (yytype < YYNTOKENS) + YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); + else + YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); + + yy_symbol_value_print (yyoutput, yytype, yyvaluep); + YYFPRINTF (yyoutput, ")"); +} + +/*------------------------------------------------------------------. +| yy_stack_print -- Print the state stack from its BOTTOM up to its | +| TOP (included). | +`------------------------------------------------------------------*/ + +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static void +yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) +#else +static void +yy_stack_print (yybottom, yytop) + yytype_int16 *yybottom; + yytype_int16 *yytop; +#endif +{ + YYFPRINTF (stderr, "Stack now"); + for (; yybottom <= yytop; yybottom++) + { + int yybot = *yybottom; + YYFPRINTF (stderr, " %d", yybot); + } + YYFPRINTF (stderr, "\n"); +} + +# define YY_STACK_PRINT(Bottom, Top) \ +do { \ + if (yydebug) \ + yy_stack_print ((Bottom), (Top)); \ +} while (YYID (0)) + + +/*------------------------------------------------. +| Report that the YYRULE is going to be reduced. | +`------------------------------------------------*/ + +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static void +yy_reduce_print (YYSTYPE *yyvsp, int yyrule) +#else +static void +yy_reduce_print (yyvsp, yyrule) + YYSTYPE *yyvsp; + int yyrule; +#endif +{ + int yynrhs = yyr2[yyrule]; + int yyi; + unsigned long int yylno = yyrline[yyrule]; + YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", + yyrule - 1, yylno); + /* The symbols being reduced. */ + for (yyi = 0; yyi < yynrhs; yyi++) + { + YYFPRINTF (stderr, " $%d = ", yyi + 1); + yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], + &(yyvsp[(yyi + 1) - (yynrhs)]) + ); + YYFPRINTF (stderr, "\n"); + } +} + +# define YY_REDUCE_PRINT(Rule) \ +do { \ + if (yydebug) \ + yy_reduce_print (yyvsp, Rule); \ +} while (YYID (0)) + +/* Nonzero means print parse trace. It is left uninitialized so that + multiple parsers can coexist. */ +int yydebug; +#else /* !YYDEBUG */ +# define YYDPRINTF(Args) +# define YY_SYMBOL_PRINT(Title, Type, Value, Location) +# define YY_STACK_PRINT(Bottom, Top) +# define YY_REDUCE_PRINT(Rule) +#endif /* !YYDEBUG */ + + +/* YYINITDEPTH -- initial size of the parser's stacks. */ +#ifndef YYINITDEPTH +# define YYINITDEPTH 200 +#endif + +/* YYMAXDEPTH -- maximum size the stacks can grow to (effective only + if the built-in stack extension method is used). + + Do not make this value too large; the results are undefined if + YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) + evaluated with infinite-precision integer arithmetic. */ + +#ifndef YYMAXDEPTH +# define YYMAXDEPTH 10000 +#endif + + + +#if YYERROR_VERBOSE + +# ifndef yystrlen +# if defined __GLIBC__ && defined _STRING_H +# define yystrlen strlen +# else +/* Return the length of YYSTR. */ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static YYSIZE_T +yystrlen (const char *yystr) +#else +static YYSIZE_T +yystrlen (yystr) + const char *yystr; +#endif +{ + YYSIZE_T yylen; + for (yylen = 0; yystr[yylen]; yylen++) + continue; + return yylen; +} +# endif +# endif + +# ifndef yystpcpy +# if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE +# define yystpcpy stpcpy +# else +/* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in + YYDEST. */ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static char * +yystpcpy (char *yydest, const char *yysrc) +#else +static char * +yystpcpy (yydest, yysrc) + char *yydest; + const char *yysrc; +#endif +{ + char *yyd = yydest; + const char *yys = yysrc; + + while ((*yyd++ = *yys++) != '\0') + continue; + + return yyd - 1; +} +# endif +# endif + +# ifndef yytnamerr +/* Copy to YYRES the contents of YYSTR after stripping away unnecessary + quotes and backslashes, so that it's suitable for yyerror. The + heuristic is that double-quoting is unnecessary unless the string + contains an apostrophe, a comma, or backslash (other than + backslash-backslash). YYSTR is taken from yytname. If YYRES is + null, do not copy; instead, return the length of what the result + would have been. */ +static YYSIZE_T +yytnamerr (char *yyres, const char *yystr) +{ + if (*yystr == '"') + { + YYSIZE_T yyn = 0; + char const *yyp = yystr; + + for (;;) + switch (*++yyp) + { + case '\'': + case ',': + goto do_not_strip_quotes; + + case '\\': + if (*++yyp != '\\') + goto do_not_strip_quotes; + /* Fall through. */ + default: + if (yyres) + yyres[yyn] = *yyp; + yyn++; + break; + + case '"': + if (yyres) + yyres[yyn] = '\0'; + return yyn; + } + do_not_strip_quotes: ; + } + + if (! yyres) + return yystrlen (yystr); + + return yystpcpy (yyres, yystr) - yyres; +} +# endif + +/* Copy into YYRESULT an error message about the unexpected token + YYCHAR while in state YYSTATE. Return the number of bytes copied, + including the terminating null byte. If YYRESULT is null, do not + copy anything; just return the number of bytes that would be + copied. As a special case, return 0 if an ordinary "syntax error" + message will do. Return YYSIZE_MAXIMUM if overflow occurs during + size calculation. */ +static YYSIZE_T +yysyntax_error (char *yyresult, int yystate, int yychar) +{ + int yyn = yypact[yystate]; + + if (! (YYPACT_NINF < yyn && yyn <= YYLAST)) + return 0; + else + { + int yytype = YYTRANSLATE (yychar); + YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]); + YYSIZE_T yysize = yysize0; + YYSIZE_T yysize1; + int yysize_overflow = 0; + enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; + char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; + int yyx; + +# if 0 + /* This is so xgettext sees the translatable formats that are + constructed on the fly. */ + YY_("syntax error, unexpected %s"); + YY_("syntax error, unexpected %s, expecting %s"); + YY_("syntax error, unexpected %s, expecting %s or %s"); + YY_("syntax error, unexpected %s, expecting %s or %s or %s"); + YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"); +# endif + char *yyfmt; + char const *yyf; + static char const yyunexpected[] = "syntax error, unexpected %s"; + static char const yyexpecting[] = ", expecting %s"; + static char const yyor[] = " or %s"; + char yyformat[sizeof yyunexpected + + sizeof yyexpecting - 1 + + ((YYERROR_VERBOSE_ARGS_MAXIMUM - 2) + * (sizeof yyor - 1))]; + char const *yyprefix = yyexpecting; + + /* Start YYX at -YYN if negative to avoid negative indexes in + YYCHECK. */ + int yyxbegin = yyn < 0 ? -yyn : 0; + + /* Stay within bounds of both yycheck and yytname. */ + int yychecklim = YYLAST - yyn + 1; + int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; + int yycount = 1; + + yyarg[0] = yytname[yytype]; + yyfmt = yystpcpy (yyformat, yyunexpected); + + for (yyx = yyxbegin; yyx < yyxend; ++yyx) + if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR) + { + if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) + { + yycount = 1; + yysize = yysize0; + yyformat[sizeof yyunexpected - 1] = '\0'; + break; + } + yyarg[yycount++] = yytname[yyx]; + yysize1 = yysize + yytnamerr (0, yytname[yyx]); + yysize_overflow |= (yysize1 < yysize); + yysize = yysize1; + yyfmt = yystpcpy (yyfmt, yyprefix); + yyprefix = yyor; + } + + yyf = YY_(yyformat); + yysize1 = yysize + yystrlen (yyf); + yysize_overflow |= (yysize1 < yysize); + yysize = yysize1; + + if (yysize_overflow) + return YYSIZE_MAXIMUM; + + if (yyresult) + { + /* Avoid sprintf, as that infringes on the user's name space. + Don't have undefined behavior even if the translation + produced a string with the wrong number of "%s"s. */ + char *yyp = yyresult; + int yyi = 0; + while ((*yyp = *yyf) != '\0') + { + if (*yyp == '%' && yyf[1] == 's' && yyi < yycount) + { + yyp += yytnamerr (yyp, yyarg[yyi++]); + yyf += 2; + } + else + { + yyp++; + yyf++; + } + } + } + return yysize; + } +} +#endif /* YYERROR_VERBOSE */ + + +/*-----------------------------------------------. +| Release the memory associated to this symbol. | +`-----------------------------------------------*/ + +/*ARGSUSED*/ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static void +yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) +#else +static void +yydestruct (yymsg, yytype, yyvaluep) + const char *yymsg; + int yytype; + YYSTYPE *yyvaluep; +#endif +{ + YYUSE (yyvaluep); + + if (!yymsg) + yymsg = "Deleting"; + YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); + + switch (yytype) + { + + default: + break; + } +} + +/* Prevent warnings from -Wmissing-prototypes. */ +#ifdef YYPARSE_PARAM +#if defined __STDC__ || defined __cplusplus +int yyparse (void *YYPARSE_PARAM); +#else +int yyparse (); +#endif +#else /* ! YYPARSE_PARAM */ +#if defined __STDC__ || defined __cplusplus +int yyparse (void); +#else +int yyparse (); +#endif +#endif /* ! YYPARSE_PARAM */ + + +/* The lookahead symbol. */ +int yychar; + +/* The semantic value of the lookahead symbol. */ +YYSTYPE yylval; + +/* Number of syntax errors so far. */ +int yynerrs; + + + +/*-------------------------. +| yyparse or yypush_parse. | +`-------------------------*/ + +#ifdef YYPARSE_PARAM +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +int +yyparse (void *YYPARSE_PARAM) +#else +int +yyparse (YYPARSE_PARAM) + void *YYPARSE_PARAM; +#endif +#else /* ! YYPARSE_PARAM */ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +int +yyparse (void) +#else +int +yyparse () + +#endif +#endif +{ + + + int yystate; + /* Number of tokens to shift before error messages enabled. */ + int yyerrstatus; + + /* The stacks and their tools: + `yyss': related to states. + `yyvs': related to semantic values. + + Refer to the stacks thru separate pointers, to allow yyoverflow + to reallocate them elsewhere. */ + + /* The state stack. */ + yytype_int16 yyssa[YYINITDEPTH]; + yytype_int16 *yyss; + yytype_int16 *yyssp; + + /* The semantic value stack. */ + YYSTYPE yyvsa[YYINITDEPTH]; + YYSTYPE *yyvs; + YYSTYPE *yyvsp; + + YYSIZE_T yystacksize; + + int yyn; + int yyresult; + /* Lookahead token as an internal (translated) token number. */ + int yytoken; + /* The variables used to return semantic value and location from the + action routines. */ + YYSTYPE yyval; + +#if YYERROR_VERBOSE + /* Buffer for error messages, and its allocated size. */ + char yymsgbuf[128]; + char *yymsg = yymsgbuf; + YYSIZE_T yymsg_alloc = sizeof yymsgbuf; +#endif + +#define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) + + /* The number of symbols on the RHS of the reduced rule. + Keep to zero when no symbol should be popped. */ + int yylen = 0; + + yytoken = 0; + yyss = yyssa; + yyvs = yyvsa; + yystacksize = YYINITDEPTH; + + YYDPRINTF ((stderr, "Starting parse\n")); + + yystate = 0; + yyerrstatus = 0; + yynerrs = 0; + yychar = YYEMPTY; /* Cause a token to be read. */ + + /* Initialize stack pointers. + Waste one element of value and location stack + so that they stay on the same level as the state stack. + The wasted elements are never initialized. */ + yyssp = yyss; + yyvsp = yyvs; + + goto yysetstate; + +/*------------------------------------------------------------. +| yynewstate -- Push a new state, which is found in yystate. | +`------------------------------------------------------------*/ + yynewstate: + /* In all cases, when you get here, the value and location stacks + have just been pushed. So pushing a state here evens the stacks. */ + yyssp++; + + yysetstate: + *yyssp = yystate; + + if (yyss + yystacksize - 1 <= yyssp) + { + /* Get the current used size of the three stacks, in elements. */ + YYSIZE_T yysize = yyssp - yyss + 1; + +#ifdef yyoverflow + { + /* Give user a chance to reallocate the stack. Use copies of + these so that the &'s don't force the real ones into + memory. */ + YYSTYPE *yyvs1 = yyvs; + yytype_int16 *yyss1 = yyss; + + /* Each stack pointer address is followed by the size of the + data in use in that stack, in bytes. This used to be a + conditional around just the two extra args, but that might + be undefined if yyoverflow is a macro. */ + yyoverflow (YY_("memory exhausted"), + &yyss1, yysize * sizeof (*yyssp), + &yyvs1, yysize * sizeof (*yyvsp), + &yystacksize); + + yyss = yyss1; + yyvs = yyvs1; + } +#else /* no yyoverflow */ +# ifndef YYSTACK_RELOCATE + goto yyexhaustedlab; +# else + /* Extend the stack our own way. */ + if (YYMAXDEPTH <= yystacksize) + goto yyexhaustedlab; + yystacksize *= 2; + if (YYMAXDEPTH < yystacksize) + yystacksize = YYMAXDEPTH; + + { + yytype_int16 *yyss1 = yyss; + union yyalloc *yyptr = + (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); + if (! yyptr) + goto yyexhaustedlab; + YYSTACK_RELOCATE (yyss_alloc, yyss); + YYSTACK_RELOCATE (yyvs_alloc, yyvs); +# undef YYSTACK_RELOCATE + if (yyss1 != yyssa) + YYSTACK_FREE (yyss1); + } +# endif +#endif /* no yyoverflow */ + + yyssp = yyss + yysize - 1; + yyvsp = yyvs + yysize - 1; + + YYDPRINTF ((stderr, "Stack size increased to %lu\n", + (unsigned long int) yystacksize)); + + if (yyss + yystacksize - 1 <= yyssp) + YYABORT; + } + + YYDPRINTF ((stderr, "Entering state %d\n", yystate)); + + if (yystate == YYFINAL) + YYACCEPT; + + goto yybackup; + +/*-----------. +| yybackup. | +`-----------*/ +yybackup: + + /* Do appropriate processing given the current state. Read a + lookahead token if we need one and don't already have one. */ + + /* First try to decide what to do without reference to lookahead token. */ + yyn = yypact[yystate]; + if (yyn == YYPACT_NINF) + goto yydefault; + + /* Not known => get a lookahead token if don't already have one. */ + + /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ + if (yychar == YYEMPTY) + { + YYDPRINTF ((stderr, "Reading a token: ")); + yychar = YYLEX; + } + + if (yychar <= YYEOF) + { + yychar = yytoken = YYEOF; + YYDPRINTF ((stderr, "Now at end of input.\n")); + } + else + { + yytoken = YYTRANSLATE (yychar); + YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); + } + + /* If the proper action on seeing token YYTOKEN is to reduce or to + detect an error, take that action. */ + yyn += yytoken; + if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) + goto yydefault; + yyn = yytable[yyn]; + if (yyn <= 0) + { + if (yyn == 0 || yyn == YYTABLE_NINF) + goto yyerrlab; + yyn = -yyn; + goto yyreduce; + } + + /* Count tokens shifted since error; after three, turn off error + status. */ + if (yyerrstatus) + yyerrstatus--; + + /* Shift the lookahead token. */ + YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); + + /* Discard the shifted token. */ + yychar = YYEMPTY; + + yystate = yyn; + *++yyvsp = yylval; + + goto yynewstate; + + +/*-----------------------------------------------------------. +| yydefault -- do the default action for the current state. | +`-----------------------------------------------------------*/ +yydefault: + yyn = yydefact[yystate]; + if (yyn == 0) + goto yyerrlab; + goto yyreduce; + + +/*-----------------------------. +| yyreduce -- Do a reduction. | +`-----------------------------*/ +yyreduce: + /* yyn is the number of a rule to reduce with. */ + yylen = yyr2[yyn]; + + /* If YYLEN is nonzero, implement the default value of the action: + `$$ = $1'. + + Otherwise, the following line sets YYVAL to garbage. + This behavior is undocumented and Bison + users should not rely upon it. Assigning to YYVAL + unconditionally makes the parser a bit smaller, and it avoids a + GCC warning that YYVAL may be used uninitialized. */ + yyval = yyvsp[1-yylen]; + + + YY_REDUCE_PRINT (yyn); + switch (yyn) + { + case 3: + +/* Line 1455 of yacc.c */ +#line 69 "a.y" + { + stmtline = lineno; + } + break; + + case 5: + +/* Line 1455 of yacc.c */ +#line 76 "a.y" + { + if((yyvsp[(1) - (2)].sym)->value != pc) + yyerror("redeclaration of %s", (yyvsp[(1) - (2)].sym)->name); + (yyvsp[(1) - (2)].sym)->value = pc; + } + break; + + case 7: + +/* Line 1455 of yacc.c */ +#line 83 "a.y" + { + (yyvsp[(1) - (2)].sym)->type = LLAB; + (yyvsp[(1) - (2)].sym)->value = pc; + } + break; + + case 9: + +/* Line 1455 of yacc.c */ +#line 89 "a.y" + { + (yyvsp[(1) - (4)].sym)->type = LVAR; + (yyvsp[(1) - (4)].sym)->value = (yyvsp[(3) - (4)].lval); + } + break; + + case 10: + +/* Line 1455 of yacc.c */ +#line 94 "a.y" + { + if((yyvsp[(1) - (4)].sym)->value != (yyvsp[(3) - (4)].lval)) + yyerror("redeclaration of %s", (yyvsp[(1) - (4)].sym)->name); + (yyvsp[(1) - (4)].sym)->value = (yyvsp[(3) - (4)].lval); + } + break; + + case 14: + +/* Line 1455 of yacc.c */ +#line 108 "a.y" + { + outcode((yyvsp[(1) - (7)].lval), (yyvsp[(2) - (7)].lval), &(yyvsp[(3) - (7)].gen), (yyvsp[(5) - (7)].lval), &(yyvsp[(7) - (7)].gen)); + } + break; + + case 15: + +/* Line 1455 of yacc.c */ +#line 112 "a.y" + { + outcode((yyvsp[(1) - (6)].lval), (yyvsp[(2) - (6)].lval), &(yyvsp[(3) - (6)].gen), (yyvsp[(5) - (6)].lval), &nullgen); + } + break; + + case 16: + +/* Line 1455 of yacc.c */ +#line 116 "a.y" + { + outcode((yyvsp[(1) - (5)].lval), (yyvsp[(2) - (5)].lval), &(yyvsp[(3) - (5)].gen), NREG, &(yyvsp[(5) - (5)].gen)); + } + break; + + case 17: + +/* Line 1455 of yacc.c */ +#line 123 "a.y" + { + outcode((yyvsp[(1) - (5)].lval), (yyvsp[(2) - (5)].lval), &(yyvsp[(3) - (5)].gen), NREG, &(yyvsp[(5) - (5)].gen)); + } + break; + + case 18: + +/* Line 1455 of yacc.c */ +#line 130 "a.y" + { + outcode((yyvsp[(1) - (5)].lval), (yyvsp[(2) - (5)].lval), &(yyvsp[(3) - (5)].gen), NREG, &(yyvsp[(5) - (5)].gen)); + } + break; + + case 19: + +/* Line 1455 of yacc.c */ +#line 137 "a.y" + { + outcode((yyvsp[(1) - (4)].lval), (yyvsp[(2) - (4)].lval), &nullgen, NREG, &(yyvsp[(4) - (4)].gen)); + } + break; + + case 20: + +/* Line 1455 of yacc.c */ +#line 141 "a.y" + { + outcode((yyvsp[(1) - (4)].lval), (yyvsp[(2) - (4)].lval), &nullgen, NREG, &(yyvsp[(4) - (4)].gen)); + } + break; + + case 21: + +/* Line 1455 of yacc.c */ +#line 148 "a.y" + { + outcode((yyvsp[(1) - (3)].lval), Always, &nullgen, NREG, &(yyvsp[(3) - (3)].gen)); + } + break; + + case 22: + +/* Line 1455 of yacc.c */ +#line 155 "a.y" + { + outcode((yyvsp[(1) - (3)].lval), Always, &nullgen, NREG, &(yyvsp[(3) - (3)].gen)); + } + break; + + case 23: + +/* Line 1455 of yacc.c */ +#line 162 "a.y" + { + outcode((yyvsp[(1) - (4)].lval), (yyvsp[(2) - (4)].lval), &nullgen, NREG, &(yyvsp[(4) - (4)].gen)); + } + break; + + case 24: + +/* Line 1455 of yacc.c */ +#line 169 "a.y" + { + outcode((yyvsp[(1) - (6)].lval), (yyvsp[(2) - (6)].lval), &(yyvsp[(3) - (6)].gen), (yyvsp[(5) - (6)].lval), &nullgen); + } + break; + + case 25: + +/* Line 1455 of yacc.c */ +#line 176 "a.y" + { + Gen g; + + g = nullgen; + g.type = D_CONST; + g.offset = (yyvsp[(6) - (7)].lval); + outcode((yyvsp[(1) - (7)].lval), (yyvsp[(2) - (7)].lval), &(yyvsp[(3) - (7)].gen), NREG, &g); + } + break; + + case 26: + +/* Line 1455 of yacc.c */ +#line 185 "a.y" + { + Gen g; + + g = nullgen; + g.type = D_CONST; + g.offset = (yyvsp[(4) - (7)].lval); + outcode((yyvsp[(1) - (7)].lval), (yyvsp[(2) - (7)].lval), &g, NREG, &(yyvsp[(7) - (7)].gen)); + } + break; + + case 27: + +/* Line 1455 of yacc.c */ +#line 197 "a.y" + { + outcode((yyvsp[(1) - (7)].lval), (yyvsp[(2) - (7)].lval), &(yyvsp[(5) - (7)].gen), (yyvsp[(3) - (7)].gen).reg, &(yyvsp[(7) - (7)].gen)); + } + break; + + case 28: + +/* Line 1455 of yacc.c */ +#line 201 "a.y" + { + outcode((yyvsp[(1) - (6)].lval), (yyvsp[(2) - (6)].lval), &(yyvsp[(5) - (6)].gen), (yyvsp[(3) - (6)].gen).reg, &(yyvsp[(3) - (6)].gen)); + } + break; + + case 29: + +/* Line 1455 of yacc.c */ +#line 205 "a.y" + { + outcode((yyvsp[(1) - (6)].lval), (yyvsp[(2) - (6)].lval), &(yyvsp[(4) - (6)].gen), (yyvsp[(6) - (6)].gen).reg, &(yyvsp[(6) - (6)].gen)); + } + break; + + case 30: + +/* Line 1455 of yacc.c */ +#line 212 "a.y" + { + outcode((yyvsp[(1) - (3)].lval), (yyvsp[(2) - (3)].lval), &nullgen, NREG, &nullgen); + } + break; + + case 31: + +/* Line 1455 of yacc.c */ +#line 219 "a.y" + { + outcode((yyvsp[(1) - (4)].lval), Always, &(yyvsp[(2) - (4)].gen), NREG, &(yyvsp[(4) - (4)].gen)); + } + break; + + case 32: + +/* Line 1455 of yacc.c */ +#line 223 "a.y" + { + outcode((yyvsp[(1) - (6)].lval), Always, &(yyvsp[(2) - (6)].gen), (yyvsp[(4) - (6)].lval), &(yyvsp[(6) - (6)].gen)); + } + break; + + case 33: + +/* Line 1455 of yacc.c */ +#line 230 "a.y" + { + outcode((yyvsp[(1) - (6)].lval), Always, &(yyvsp[(2) - (6)].gen), (yyvsp[(4) - (6)].lval), &(yyvsp[(6) - (6)].gen)); + } + break; + + case 34: + +/* Line 1455 of yacc.c */ +#line 237 "a.y" + { + outcode((yyvsp[(1) - (4)].lval), (yyvsp[(2) - (4)].lval), &(yyvsp[(3) - (4)].gen), NREG, &nullgen); + } + break; + + case 35: + +/* Line 1455 of yacc.c */ +#line 244 "a.y" + { + outcode((yyvsp[(1) - (3)].lval), Always, &nullgen, NREG, &(yyvsp[(3) - (3)].gen)); + } + break; + + case 36: + +/* Line 1455 of yacc.c */ +#line 251 "a.y" + { + outcode((yyvsp[(1) - (5)].lval), (yyvsp[(2) - (5)].lval), &(yyvsp[(3) - (5)].gen), NREG, &(yyvsp[(5) - (5)].gen)); + } + break; + + case 37: + +/* Line 1455 of yacc.c */ +#line 255 "a.y" + { + outcode((yyvsp[(1) - (5)].lval), (yyvsp[(2) - (5)].lval), &(yyvsp[(3) - (5)].gen), NREG, &(yyvsp[(5) - (5)].gen)); + } + break; + + case 38: + +/* Line 1455 of yacc.c */ +#line 259 "a.y" + { + outcode((yyvsp[(1) - (7)].lval), (yyvsp[(2) - (7)].lval), &(yyvsp[(3) - (7)].gen), (yyvsp[(5) - (7)].lval), &(yyvsp[(7) - (7)].gen)); + } + break; + + case 39: + +/* Line 1455 of yacc.c */ +#line 263 "a.y" + { + outcode((yyvsp[(1) - (6)].lval), (yyvsp[(2) - (6)].lval), &(yyvsp[(3) - (6)].gen), (yyvsp[(5) - (6)].gen).reg, &nullgen); + } + break; + + case 40: + +/* Line 1455 of yacc.c */ +#line 270 "a.y" + { + Gen g; + + g = nullgen; + g.type = D_CONST; + g.offset = + (0xe << 24) | /* opcode */ + ((yyvsp[(1) - (12)].lval) << 20) | /* MCR/MRC */ + ((yyvsp[(2) - (12)].lval) << 28) | /* scond */ + (((yyvsp[(3) - (12)].lval) & 15) << 8) | /* coprocessor number */ + (((yyvsp[(5) - (12)].lval) & 7) << 21) | /* coprocessor operation */ + (((yyvsp[(7) - (12)].lval) & 15) << 12) | /* arm register */ + (((yyvsp[(9) - (12)].lval) & 15) << 16) | /* Crn */ + (((yyvsp[(11) - (12)].lval) & 15) << 0) | /* Crm */ + (((yyvsp[(12) - (12)].lval) & 7) << 5) | /* coprocessor information */ + (1<<4); /* must be set */ + outcode(AWORD, Always, &nullgen, NREG, &g); + } + break; + + case 41: + +/* Line 1455 of yacc.c */ +#line 292 "a.y" + { + outcode((yyvsp[(1) - (7)].lval), (yyvsp[(2) - (7)].lval), &(yyvsp[(3) - (7)].gen), (yyvsp[(5) - (7)].gen).reg, &(yyvsp[(7) - (7)].gen)); + } + break; + + case 42: + +/* Line 1455 of yacc.c */ +#line 299 "a.y" + { + (yyvsp[(7) - (9)].gen).type = D_REGREG; + (yyvsp[(7) - (9)].gen).offset = (yyvsp[(9) - (9)].lval); + outcode((yyvsp[(1) - (9)].lval), (yyvsp[(2) - (9)].lval), &(yyvsp[(3) - (9)].gen), (yyvsp[(5) - (9)].gen).reg, &(yyvsp[(7) - (9)].gen)); + } + break; + + case 43: + +/* Line 1455 of yacc.c */ +#line 308 "a.y" + { + outcode((yyvsp[(1) - (2)].lval), Always, &nullgen, NREG, &nullgen); + } + break; + + case 44: + +/* Line 1455 of yacc.c */ +#line 313 "a.y" + { + (yyval.lval) = Always; + } + break; + + case 45: + +/* Line 1455 of yacc.c */ +#line 317 "a.y" + { + (yyval.lval) = ((yyvsp[(1) - (2)].lval) & ~C_SCOND) | (yyvsp[(2) - (2)].lval); + } + break; + + case 46: + +/* Line 1455 of yacc.c */ +#line 321 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (2)].lval) | (yyvsp[(2) - (2)].lval); + } + break; + + case 49: + +/* Line 1455 of yacc.c */ +#line 330 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_BRANCH; + (yyval.gen).offset = (yyvsp[(1) - (4)].lval) + pc; + } + break; + + case 50: + +/* Line 1455 of yacc.c */ +#line 336 "a.y" + { + (yyval.gen) = nullgen; + if(pass == 2) + yyerror("undefined label: %s", (yyvsp[(1) - (2)].sym)->name); + (yyval.gen).type = D_BRANCH; + (yyval.gen).sym = (yyvsp[(1) - (2)].sym); + (yyval.gen).offset = (yyvsp[(2) - (2)].lval); + } + break; + + case 51: + +/* Line 1455 of yacc.c */ +#line 345 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_BRANCH; + (yyval.gen).sym = (yyvsp[(1) - (2)].sym); + (yyval.gen).offset = (yyvsp[(1) - (2)].sym)->value + (yyvsp[(2) - (2)].lval); + } + break; + + case 52: + +/* Line 1455 of yacc.c */ +#line 353 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_CONST; + (yyval.gen).offset = (yyvsp[(2) - (2)].lval); + } + break; + + case 53: + +/* Line 1455 of yacc.c */ +#line 359 "a.y" + { + (yyval.gen) = (yyvsp[(2) - (2)].gen); + (yyval.gen).type = D_CONST; + } + break; + + case 54: + +/* Line 1455 of yacc.c */ +#line 364 "a.y" + { + (yyval.gen) = (yyvsp[(4) - (4)].gen); + (yyval.gen).type = D_OCONST; + } + break; + + case 55: + +/* Line 1455 of yacc.c */ +#line 369 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_SCONST; + memcpy((yyval.gen).sval, (yyvsp[(2) - (2)].sval), sizeof((yyval.gen).sval)); + } + break; + + case 57: + +/* Line 1455 of yacc.c */ +#line 378 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_FCONST; + (yyval.gen).dval = (yyvsp[(2) - (2)].dval); + } + break; + + case 58: + +/* Line 1455 of yacc.c */ +#line 384 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_FCONST; + (yyval.gen).dval = -(yyvsp[(3) - (3)].dval); + } + break; + + case 59: + +/* Line 1455 of yacc.c */ +#line 392 "a.y" + { + (yyval.lval) = 1 << (yyvsp[(1) - (1)].lval); + } + break; + + case 60: + +/* Line 1455 of yacc.c */ +#line 396 "a.y" + { + int i; + (yyval.lval)=0; + for(i=(yyvsp[(1) - (3)].lval); i<=(yyvsp[(3) - (3)].lval); i++) + (yyval.lval) |= 1<= 16) + print("register value out of range\n"); + (yyval.lval) = (((yyvsp[(1) - (1)].lval)&15) << 8) | (1 << 4); + } + break; + + case 90: + +/* Line 1455 of yacc.c */ +#line 540 "a.y" + { + if((yyval.lval) < 0 || (yyval.lval) >= 32) + print("shift value out of range\n"); + (yyval.lval) = ((yyvsp[(1) - (1)].lval)&31) << 7; + } + break; + + case 92: + +/* Line 1455 of yacc.c */ +#line 549 "a.y" + { + (yyval.lval) = REGPC; + } + break; + + case 93: + +/* Line 1455 of yacc.c */ +#line 553 "a.y" + { + if((yyvsp[(3) - (4)].lval) < 0 || (yyvsp[(3) - (4)].lval) >= NREG) + print("register value out of range\n"); + (yyval.lval) = (yyvsp[(3) - (4)].lval); + } + break; + + case 95: + +/* Line 1455 of yacc.c */ +#line 562 "a.y" + { + (yyval.lval) = REGSP; + } + break; + + case 97: + +/* Line 1455 of yacc.c */ +#line 569 "a.y" + { + if((yyvsp[(3) - (4)].lval) < 0 || (yyvsp[(3) - (4)].lval) >= NREG) + print("register value out of range\n"); + (yyval.lval) = (yyvsp[(3) - (4)].lval); + } + break; + + case 100: + +/* Line 1455 of yacc.c */ +#line 581 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_FREG; + (yyval.gen).reg = (yyvsp[(1) - (1)].lval); + } + break; + + case 101: + +/* Line 1455 of yacc.c */ +#line 587 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_FREG; + (yyval.gen).reg = (yyvsp[(3) - (4)].lval); + } + break; + + case 102: + +/* Line 1455 of yacc.c */ +#line 595 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_OREG; + (yyval.gen).name = (yyvsp[(3) - (4)].lval); + (yyval.gen).sym = S; + (yyval.gen).offset = (yyvsp[(1) - (4)].lval); + } + break; + + case 103: + +/* Line 1455 of yacc.c */ +#line 603 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_OREG; + (yyval.gen).name = (yyvsp[(4) - (5)].lval); + (yyval.gen).sym = (yyvsp[(1) - (5)].sym); + (yyval.gen).offset = (yyvsp[(2) - (5)].lval); + } + break; + + case 104: + +/* Line 1455 of yacc.c */ +#line 611 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_OREG; + (yyval.gen).name = D_STATIC; + (yyval.gen).sym = (yyvsp[(1) - (7)].sym); + (yyval.gen).offset = (yyvsp[(4) - (7)].lval); + } + break; + + case 105: + +/* Line 1455 of yacc.c */ +#line 620 "a.y" + { + (yyval.lval) = 0; + } + break; + + case 106: + +/* Line 1455 of yacc.c */ +#line 624 "a.y" + { + (yyval.lval) = (yyvsp[(2) - (2)].lval); + } + break; + + case 107: + +/* Line 1455 of yacc.c */ +#line 628 "a.y" + { + (yyval.lval) = -(yyvsp[(2) - (2)].lval); + } + break; + + case 112: + +/* Line 1455 of yacc.c */ +#line 640 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (1)].sym)->value; + } + break; + + case 113: + +/* Line 1455 of yacc.c */ +#line 644 "a.y" + { + (yyval.lval) = -(yyvsp[(2) - (2)].lval); + } + break; + + case 114: + +/* Line 1455 of yacc.c */ +#line 648 "a.y" + { + (yyval.lval) = (yyvsp[(2) - (2)].lval); + } + break; + + case 115: + +/* Line 1455 of yacc.c */ +#line 652 "a.y" + { + (yyval.lval) = ~(yyvsp[(2) - (2)].lval); + } + break; + + case 116: + +/* Line 1455 of yacc.c */ +#line 656 "a.y" + { + (yyval.lval) = (yyvsp[(2) - (3)].lval); + } + break; + + case 117: + +/* Line 1455 of yacc.c */ +#line 661 "a.y" + { + (yyval.lval) = 0; + } + break; + + case 118: + +/* Line 1455 of yacc.c */ +#line 665 "a.y" + { + (yyval.lval) = (yyvsp[(2) - (2)].lval); + } + break; + + case 120: + +/* Line 1455 of yacc.c */ +#line 672 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) + (yyvsp[(3) - (3)].lval); + } + break; + + case 121: + +/* Line 1455 of yacc.c */ +#line 676 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) - (yyvsp[(3) - (3)].lval); + } + break; + + case 122: + +/* Line 1455 of yacc.c */ +#line 680 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) * (yyvsp[(3) - (3)].lval); + } + break; + + case 123: + +/* Line 1455 of yacc.c */ +#line 684 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) / (yyvsp[(3) - (3)].lval); + } + break; + + case 124: + +/* Line 1455 of yacc.c */ +#line 688 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) % (yyvsp[(3) - (3)].lval); + } + break; + + case 125: + +/* Line 1455 of yacc.c */ +#line 692 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (4)].lval) << (yyvsp[(4) - (4)].lval); + } + break; + + case 126: + +/* Line 1455 of yacc.c */ +#line 696 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (4)].lval) >> (yyvsp[(4) - (4)].lval); + } + break; + + case 127: + +/* Line 1455 of yacc.c */ +#line 700 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) & (yyvsp[(3) - (3)].lval); + } + break; + + case 128: + +/* Line 1455 of yacc.c */ +#line 704 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) ^ (yyvsp[(3) - (3)].lval); + } + break; + + case 129: + +/* Line 1455 of yacc.c */ +#line 708 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) | (yyvsp[(3) - (3)].lval); + } + break; + + + +/* Line 1455 of yacc.c */ +#line 2740 "y.tab.c" + default: break; + } + YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); + + YYPOPSTACK (yylen); + yylen = 0; + YY_STACK_PRINT (yyss, yyssp); + + *++yyvsp = yyval; + + /* Now `shift' the result of the reduction. Determine what state + that goes to, based on the state we popped back to and the rule + number reduced by. */ + + yyn = yyr1[yyn]; + + yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; + if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) + yystate = yytable[yystate]; + else + yystate = yydefgoto[yyn - YYNTOKENS]; + + goto yynewstate; + + +/*------------------------------------. +| yyerrlab -- here on detecting error | +`------------------------------------*/ +yyerrlab: + /* If not already recovering from an error, report this error. */ + if (!yyerrstatus) + { + ++yynerrs; +#if ! YYERROR_VERBOSE + yyerror (YY_("syntax error")); +#else + { + YYSIZE_T yysize = yysyntax_error (0, yystate, yychar); + if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM) + { + YYSIZE_T yyalloc = 2 * yysize; + if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM)) + yyalloc = YYSTACK_ALLOC_MAXIMUM; + if (yymsg != yymsgbuf) + YYSTACK_FREE (yymsg); + yymsg = (char *) YYSTACK_ALLOC (yyalloc); + if (yymsg) + yymsg_alloc = yyalloc; + else + { + yymsg = yymsgbuf; + yymsg_alloc = sizeof yymsgbuf; + } + } + + if (0 < yysize && yysize <= yymsg_alloc) + { + (void) yysyntax_error (yymsg, yystate, yychar); + yyerror (yymsg); + } + else + { + yyerror (YY_("syntax error")); + if (yysize != 0) + goto yyexhaustedlab; + } + } +#endif + } + + + + if (yyerrstatus == 3) + { + /* If just tried and failed to reuse lookahead token after an + error, discard it. */ + + if (yychar <= YYEOF) + { + /* Return failure if at end of input. */ + if (yychar == YYEOF) + YYABORT; + } + else + { + yydestruct ("Error: discarding", + yytoken, &yylval); + yychar = YYEMPTY; + } + } + + /* Else will try to reuse lookahead token after shifting the error + token. */ + goto yyerrlab1; + + +/*---------------------------------------------------. +| yyerrorlab -- error raised explicitly by YYERROR. | +`---------------------------------------------------*/ +yyerrorlab: + + /* Pacify compilers like GCC when the user code never invokes + YYERROR and the label yyerrorlab therefore never appears in user + code. */ + if (/*CONSTCOND*/ 0) + goto yyerrorlab; + + /* Do not reclaim the symbols of the rule which action triggered + this YYERROR. */ + YYPOPSTACK (yylen); + yylen = 0; + YY_STACK_PRINT (yyss, yyssp); + yystate = *yyssp; + goto yyerrlab1; + + +/*-------------------------------------------------------------. +| yyerrlab1 -- common code for both syntax error and YYERROR. | +`-------------------------------------------------------------*/ +yyerrlab1: + yyerrstatus = 3; /* Each real token shifted decrements this. */ + + for (;;) + { + yyn = yypact[yystate]; + if (yyn != YYPACT_NINF) + { + yyn += YYTERROR; + if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) + { + yyn = yytable[yyn]; + if (0 < yyn) + break; + } + } + + /* Pop the current state because it cannot handle the error token. */ + if (yyssp == yyss) + YYABORT; + + + yydestruct ("Error: popping", + yystos[yystate], yyvsp); + YYPOPSTACK (1); + yystate = *yyssp; + YY_STACK_PRINT (yyss, yyssp); + } + + *++yyvsp = yylval; + + + /* Shift the error token. */ + YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); + + yystate = yyn; + goto yynewstate; + + +/*-------------------------------------. +| yyacceptlab -- YYACCEPT comes here. | +`-------------------------------------*/ +yyacceptlab: + yyresult = 0; + goto yyreturn; + +/*-----------------------------------. +| yyabortlab -- YYABORT comes here. | +`-----------------------------------*/ +yyabortlab: + yyresult = 1; + goto yyreturn; + +#if !defined(yyoverflow) || YYERROR_VERBOSE +/*-------------------------------------------------. +| yyexhaustedlab -- memory exhaustion comes here. | +`-------------------------------------------------*/ +yyexhaustedlab: + yyerror (YY_("memory exhausted")); + yyresult = 2; + /* Fall through. */ +#endif + +yyreturn: + if (yychar != YYEMPTY) + yydestruct ("Cleanup: discarding lookahead", + yytoken, &yylval); + /* Do not reclaim the symbols of the rule which action triggered + this YYABORT or YYACCEPT. */ + YYPOPSTACK (yylen); + YY_STACK_PRINT (yyss, yyssp); + while (yyssp != yyss) + { + yydestruct ("Cleanup: popping", + yystos[*yyssp], yyvsp); + YYPOPSTACK (1); + } +#ifndef yyoverflow + if (yyss != yyssa) + YYSTACK_FREE (yyss); +#endif +#if YYERROR_VERBOSE + if (yymsg != yymsgbuf) + YYSTACK_FREE (yymsg); +#endif + /* Make sure YYID is used. */ + return YYID (yyresult); +} + + + diff --git a/src/cmd/5a/y.tab.h b/src/cmd/5a/y.tab.h new file mode 100644 index 0000000000..28039992c9 --- /dev/null +++ b/src/cmd/5a/y.tab.h @@ -0,0 +1,166 @@ + +/* A Bison parser, made by GNU Bison 2.4.1. */ + +/* Skeleton interface for Bison's Yacc-like parsers in C + + Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Free Software Foundation, Inc. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ + +/* As a special exception, you may create a larger work that contains + part or all of the Bison parser skeleton and distribute that work + under terms of your choice, so long as that work isn't itself a + parser generator using the skeleton or a modified version thereof + as a parser skeleton. Alternatively, if you modify or redistribute + the parser skeleton itself, you may (at your option) remove this + special exception, which will cause the skeleton and the resulting + Bison output files to be licensed under the GNU General Public + License without this special exception. + + This special exception was added by the Free Software Foundation in + version 2.2 of Bison. */ + + +/* Tokens. */ +#ifndef YYTOKENTYPE +# define YYTOKENTYPE + /* Put the tokens into the symbol table, so that GDB and other debuggers + know about them. */ + enum yytokentype { + LTYPE1 = 258, + LTYPE2 = 259, + LTYPE3 = 260, + LTYPE4 = 261, + LTYPE5 = 262, + LTYPE6 = 263, + LTYPE7 = 264, + LTYPE8 = 265, + LTYPE9 = 266, + LTYPEA = 267, + LTYPEB = 268, + LTYPEC = 269, + LTYPED = 270, + LTYPEE = 271, + LTYPEF = 272, + LTYPEG = 273, + LTYPEH = 274, + LTYPEI = 275, + LTYPEJ = 276, + LTYPEK = 277, + LTYPEL = 278, + LTYPEM = 279, + LTYPEN = 280, + LTYPEBX = 281, + LCONST = 282, + LSP = 283, + LSB = 284, + LFP = 285, + LPC = 286, + LTYPEX = 287, + LR = 288, + LREG = 289, + LF = 290, + LFREG = 291, + LC = 292, + LCREG = 293, + LPSR = 294, + LFCR = 295, + LCOND = 296, + LS = 297, + LAT = 298, + LFCONST = 299, + LSCONST = 300, + LNAME = 301, + LLAB = 302, + LVAR = 303 + }; +#endif +/* Tokens. */ +#define LTYPE1 258 +#define LTYPE2 259 +#define LTYPE3 260 +#define LTYPE4 261 +#define LTYPE5 262 +#define LTYPE6 263 +#define LTYPE7 264 +#define LTYPE8 265 +#define LTYPE9 266 +#define LTYPEA 267 +#define LTYPEB 268 +#define LTYPEC 269 +#define LTYPED 270 +#define LTYPEE 271 +#define LTYPEF 272 +#define LTYPEG 273 +#define LTYPEH 274 +#define LTYPEI 275 +#define LTYPEJ 276 +#define LTYPEK 277 +#define LTYPEL 278 +#define LTYPEM 279 +#define LTYPEN 280 +#define LTYPEBX 281 +#define LCONST 282 +#define LSP 283 +#define LSB 284 +#define LFP 285 +#define LPC 286 +#define LTYPEX 287 +#define LR 288 +#define LREG 289 +#define LF 290 +#define LFREG 291 +#define LC 292 +#define LCREG 293 +#define LPSR 294 +#define LFCR 295 +#define LCOND 296 +#define LS 297 +#define LAT 298 +#define LFCONST 299 +#define LSCONST 300 +#define LNAME 301 +#define LLAB 302 +#define LVAR 303 + + + + +#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED +typedef union YYSTYPE +{ + +/* Line 1676 of yacc.c */ +#line 38 "a.y" + + Sym *sym; + int32 lval; + double dval; + char sval[8]; + Gen gen; + + + +/* Line 1676 of yacc.c */ +#line 158 "y.tab.h" +} YYSTYPE; +# define YYSTYPE_IS_TRIVIAL 1 +# define yystype YYSTYPE /* obsolescent; will be withdrawn */ +# define YYSTYPE_IS_DECLARED 1 +#endif + +extern YYSTYPE yylval; + + diff --git a/src/cmd/6a/y.tab.c b/src/cmd/6a/y.tab.c new file mode 100644 index 0000000000..2da8a1fac5 --- /dev/null +++ b/src/cmd/6a/y.tab.c @@ -0,0 +1,2730 @@ +/* A Bison parser, made by GNU Bison 2.3. */ + +/* Skeleton implementation for Bison's Yacc-like parsers in C + + Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ + +/* As a special exception, you may create a larger work that contains + part or all of the Bison parser skeleton and distribute that work + under terms of your choice, so long as that work isn't itself a + parser generator using the skeleton or a modified version thereof + as a parser skeleton. Alternatively, if you modify or redistribute + the parser skeleton itself, you may (at your option) remove this + special exception, which will cause the skeleton and the resulting + Bison output files to be licensed under the GNU General Public + License without this special exception. + + This special exception was added by the Free Software Foundation in + version 2.2 of Bison. */ + +/* C LALR(1) parser skeleton written by Richard Stallman, by + simplifying the original so-called "semantic" parser. */ + +/* All symbols defined below should begin with yy or YY, to avoid + infringing on user name space. This should be done even for local + variables, as they might otherwise be expanded by user macros. + There are some unavoidable exceptions within include files to + define necessary library symbols; they are noted "INFRINGES ON + USER NAME SPACE" below. */ + +/* Identify Bison output. */ +#define YYBISON 1 + +/* Bison version. */ +#define YYBISON_VERSION "2.3" + +/* Skeleton name. */ +#define YYSKELETON_NAME "yacc.c" + +/* Pure parsers. */ +#define YYPURE 0 + +/* Using locations. */ +#define YYLSP_NEEDED 0 + + + +/* Tokens. */ +#ifndef YYTOKENTYPE +# define YYTOKENTYPE + /* Put the tokens into the symbol table, so that GDB and other debuggers + know about them. */ + enum yytokentype { + LTYPE0 = 258, + LTYPE1 = 259, + LTYPE2 = 260, + LTYPE3 = 261, + LTYPE4 = 262, + LTYPEC = 263, + LTYPED = 264, + LTYPEN = 265, + LTYPER = 266, + LTYPET = 267, + LTYPEG = 268, + LTYPES = 269, + LTYPEM = 270, + LTYPEI = 271, + LTYPEXC = 272, + LTYPEX = 273, + LTYPERT = 274, + LCONST = 275, + LFP = 276, + LPC = 277, + LSB = 278, + LBREG = 279, + LLREG = 280, + LSREG = 281, + LFREG = 282, + LMREG = 283, + LXREG = 284, + LFCONST = 285, + LSCONST = 286, + LSP = 287, + LNAME = 288, + LLAB = 289, + LVAR = 290 + }; +#endif +/* Tokens. */ +#define LTYPE0 258 +#define LTYPE1 259 +#define LTYPE2 260 +#define LTYPE3 261 +#define LTYPE4 262 +#define LTYPEC 263 +#define LTYPED 264 +#define LTYPEN 265 +#define LTYPER 266 +#define LTYPET 267 +#define LTYPEG 268 +#define LTYPES 269 +#define LTYPEM 270 +#define LTYPEI 271 +#define LTYPEXC 272 +#define LTYPEX 273 +#define LTYPERT 274 +#define LCONST 275 +#define LFP 276 +#define LPC 277 +#define LSB 278 +#define LBREG 279 +#define LLREG 280 +#define LSREG 281 +#define LFREG 282 +#define LMREG 283 +#define LXREG 284 +#define LFCONST 285 +#define LSCONST 286 +#define LSP 287 +#define LNAME 288 +#define LLAB 289 +#define LVAR 290 + + + + +/* Copy the first part of user declarations. */ +#line 31 "a.y" + +#include +#include /* if we don't, bison will, and a.h re-#defines getc */ +#include +#include "a.h" + + +/* Enabling traces. */ +#ifndef YYDEBUG +# define YYDEBUG 0 +#endif + +/* Enabling verbose error messages. */ +#ifdef YYERROR_VERBOSE +# undef YYERROR_VERBOSE +# define YYERROR_VERBOSE 1 +#else +# define YYERROR_VERBOSE 0 +#endif + +/* Enabling the token table. */ +#ifndef YYTOKEN_TABLE +# define YYTOKEN_TABLE 0 +#endif + +#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED +typedef union YYSTYPE +#line 37 "a.y" +{ + Sym *sym; + vlong lval; + double dval; + char sval[8]; + Gen gen; + Gen2 gen2; +} +/* Line 193 of yacc.c. */ +#line 182 "y.tab.c" + YYSTYPE; +# define yystype YYSTYPE /* obsolescent; will be withdrawn */ +# define YYSTYPE_IS_DECLARED 1 +# define YYSTYPE_IS_TRIVIAL 1 +#endif + + + +/* Copy the second part of user declarations. */ + + +/* Line 216 of yacc.c. */ +#line 195 "y.tab.c" + +#ifdef short +# undef short +#endif + +#ifdef YYTYPE_UINT8 +typedef YYTYPE_UINT8 yytype_uint8; +#else +typedef unsigned char yytype_uint8; +#endif + +#ifdef YYTYPE_INT8 +typedef YYTYPE_INT8 yytype_int8; +#elif (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +typedef signed char yytype_int8; +#else +typedef short int yytype_int8; +#endif + +#ifdef YYTYPE_UINT16 +typedef YYTYPE_UINT16 yytype_uint16; +#else +typedef unsigned short int yytype_uint16; +#endif + +#ifdef YYTYPE_INT16 +typedef YYTYPE_INT16 yytype_int16; +#else +typedef short int yytype_int16; +#endif + +#ifndef YYSIZE_T +# ifdef __SIZE_TYPE__ +# define YYSIZE_T __SIZE_TYPE__ +# elif defined size_t +# define YYSIZE_T size_t +# elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +# include /* INFRINGES ON USER NAME SPACE */ +# define YYSIZE_T size_t +# else +# define YYSIZE_T unsigned int +# endif +#endif + +#define YYSIZE_MAXIMUM ((YYSIZE_T) -1) + +#ifndef YY_ +# if defined YYENABLE_NLS && YYENABLE_NLS +# if ENABLE_NLS +# include /* INFRINGES ON USER NAME SPACE */ +# define YY_(msgid) dgettext ("bison-runtime", msgid) +# endif +# endif +# ifndef YY_ +# define YY_(msgid) msgid +# endif +#endif + +/* Suppress unused-variable warnings by "using" E. */ +#if ! defined lint || defined __GNUC__ +# define YYUSE(e) ((void) (e)) +#else +# define YYUSE(e) /* empty */ +#endif + +/* Identity function, used to suppress warnings about constant conditions. */ +#ifndef lint +# define YYID(n) (n) +#else +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static int +YYID (int i) +#else +static int +YYID (i) + int i; +#endif +{ + return i; +} +#endif + +#if ! defined yyoverflow || YYERROR_VERBOSE + +/* The parser invokes alloca or malloc; define the necessary symbols. */ + +# ifdef YYSTACK_USE_ALLOCA +# if YYSTACK_USE_ALLOCA +# ifdef __GNUC__ +# define YYSTACK_ALLOC __builtin_alloca +# elif defined __BUILTIN_VA_ARG_INCR +# include /* INFRINGES ON USER NAME SPACE */ +# elif defined _AIX +# define YYSTACK_ALLOC __alloca +# elif defined _MSC_VER +# include /* INFRINGES ON USER NAME SPACE */ +# define alloca _alloca +# else +# define YYSTACK_ALLOC alloca +# if ! defined _ALLOCA_H && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +# include /* INFRINGES ON USER NAME SPACE */ +# ifndef _STDLIB_H +# define _STDLIB_H 1 +# endif +# endif +# endif +# endif +# endif + +# ifdef YYSTACK_ALLOC + /* Pacify GCC's `empty if-body' warning. */ +# define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) +# ifndef YYSTACK_ALLOC_MAXIMUM + /* The OS might guarantee only one guard page at the bottom of the stack, + and a page size can be as small as 4096 bytes. So we cannot safely + invoke alloca (N) if N exceeds 4096. Use a slightly smaller number + to allow for a few compiler-allocated temporary stack slots. */ +# define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ +# endif +# else +# define YYSTACK_ALLOC YYMALLOC +# define YYSTACK_FREE YYFREE +# ifndef YYSTACK_ALLOC_MAXIMUM +# define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM +# endif +# if (defined __cplusplus && ! defined _STDLIB_H \ + && ! ((defined YYMALLOC || defined malloc) \ + && (defined YYFREE || defined free))) +# include /* INFRINGES ON USER NAME SPACE */ +# ifndef _STDLIB_H +# define _STDLIB_H 1 +# endif +# endif +# ifndef YYMALLOC +# define YYMALLOC malloc +# if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ +# endif +# endif +# ifndef YYFREE +# define YYFREE free +# if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +void free (void *); /* INFRINGES ON USER NAME SPACE */ +# endif +# endif +# endif +#endif /* ! defined yyoverflow || YYERROR_VERBOSE */ + + +#if (! defined yyoverflow \ + && (! defined __cplusplus \ + || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) + +/* A type that is properly aligned for any stack member. */ +union yyalloc +{ + yytype_int16 yyss; + YYSTYPE yyvs; + }; + +/* The size of the maximum gap between one aligned stack and the next. */ +# define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) + +/* The size of an array large to enough to hold all stacks, each with + N elements. */ +# define YYSTACK_BYTES(N) \ + ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + + YYSTACK_GAP_MAXIMUM) + +/* Copy COUNT objects from FROM to TO. The source and destination do + not overlap. */ +# ifndef YYCOPY +# if defined __GNUC__ && 1 < __GNUC__ +# define YYCOPY(To, From, Count) \ + __builtin_memcpy (To, From, (Count) * sizeof (*(From))) +# else +# define YYCOPY(To, From, Count) \ + do \ + { \ + YYSIZE_T yyi; \ + for (yyi = 0; yyi < (Count); yyi++) \ + (To)[yyi] = (From)[yyi]; \ + } \ + while (YYID (0)) +# endif +# endif + +/* Relocate STACK from its old location to the new one. The + local variables YYSIZE and YYSTACKSIZE give the old and new number of + elements in the stack, and YYPTR gives the new location of the + stack. Advance YYPTR to a properly aligned location for the next + stack. */ +# define YYSTACK_RELOCATE(Stack) \ + do \ + { \ + YYSIZE_T yynewbytes; \ + YYCOPY (&yyptr->Stack, Stack, yysize); \ + Stack = &yyptr->Stack; \ + yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ + yyptr += yynewbytes / sizeof (*yyptr); \ + } \ + while (YYID (0)) + +#endif + +/* YYFINAL -- State number of the termination state. */ +#define YYFINAL 2 +/* YYLAST -- Last index in YYTABLE. */ +#define YYLAST 548 + +/* YYNTOKENS -- Number of terminals. */ +#define YYNTOKENS 54 +/* YYNNTS -- Number of nonterminals. */ +#define YYNNTS 40 +/* YYNRULES -- Number of rules. */ +#define YYNRULES 131 +/* YYNRULES -- Number of states. */ +#define YYNSTATES 260 + +/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ +#define YYUNDEFTOK 2 +#define YYMAXUTOK 290 + +#define YYTRANSLATE(YYX) \ + ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) + +/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ +static const yytype_uint8 yytranslate[] = +{ + 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 52, 12, 5, 2, + 50, 51, 10, 8, 49, 9, 2, 11, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 46, 47, + 6, 48, 7, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 4, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 3, 2, 53, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 1, 2, 13, 14, + 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, + 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, + 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, + 45 +}; + +#if YYDEBUG +/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in + YYRHS. */ +static const yytype_uint16 yyprhs[] = +{ + 0, 0, 3, 4, 5, 9, 10, 15, 16, 21, + 23, 26, 29, 33, 37, 40, 43, 46, 49, 52, + 55, 58, 61, 64, 67, 70, 73, 76, 79, 82, + 85, 88, 89, 91, 95, 99, 102, 104, 107, 109, + 112, 114, 120, 124, 130, 133, 135, 137, 139, 143, + 149, 153, 159, 162, 164, 168, 174, 180, 181, 183, + 187, 193, 195, 197, 199, 201, 204, 207, 209, 211, + 213, 215, 220, 223, 226, 228, 230, 232, 234, 236, + 238, 240, 243, 246, 249, 252, 255, 260, 266, 270, + 272, 274, 276, 281, 286, 291, 298, 308, 312, 316, + 322, 331, 333, 340, 346, 354, 355, 358, 361, 363, + 365, 367, 369, 371, 374, 377, 380, 384, 386, 389, + 393, 398, 400, 404, 408, 412, 416, 420, 425, 430, + 434, 438 +}; + +/* YYRHS -- A `-1'-separated list of the rules' RHS. */ +static const yytype_int8 yyrhs[] = +{ + 55, 0, -1, -1, -1, 55, 56, 57, -1, -1, + 44, 46, 58, 57, -1, -1, 43, 46, 59, 57, + -1, 47, -1, 60, 47, -1, 1, 47, -1, 43, + 48, 93, -1, 45, 48, 93, -1, 13, 61, -1, + 14, 65, -1, 15, 64, -1, 16, 62, -1, 17, + 63, -1, 21, 66, -1, 19, 67, -1, 22, 68, + -1, 18, 69, -1, 20, 70, -1, 24, 71, -1, + 25, 72, -1, 26, 73, -1, 27, 74, -1, 28, + 75, -1, 29, 76, -1, 23, 77, -1, -1, 49, + -1, 80, 49, 78, -1, 78, 49, 80, -1, 80, + 49, -1, 80, -1, 49, 78, -1, 78, -1, 49, + 81, -1, 81, -1, 88, 11, 91, 49, 84, -1, + 85, 49, 83, -1, 85, 49, 91, 49, 83, -1, + 49, 79, -1, 79, -1, 61, -1, 65, -1, 80, + 49, 78, -1, 80, 49, 78, 46, 35, -1, 80, + 49, 78, -1, 80, 49, 78, 46, 36, -1, 80, + 49, -1, 80, -1, 80, 49, 78, -1, 82, 49, + 78, 49, 91, -1, 84, 49, 78, 49, 82, -1, + -1, 84, -1, 85, 49, 84, -1, 85, 49, 91, + 49, 84, -1, 82, -1, 85, -1, 81, -1, 87, + -1, 10, 82, -1, 10, 86, -1, 82, -1, 86, + -1, 78, -1, 84, -1, 91, 50, 32, 51, -1, + 43, 89, -1, 44, 89, -1, 34, -1, 37, -1, + 35, -1, 38, -1, 42, -1, 36, -1, 39, -1, + 52, 92, -1, 52, 91, -1, 52, 88, -1, 52, + 41, -1, 52, 40, -1, 52, 50, 40, 51, -1, + 52, 50, 9, 40, 51, -1, 52, 9, 40, -1, + 86, -1, 87, -1, 91, -1, 91, 50, 35, 51, + -1, 91, 50, 42, 51, -1, 91, 50, 36, 51, + -1, 91, 50, 35, 10, 91, 51, -1, 91, 50, + 35, 51, 50, 35, 10, 91, 51, -1, 50, 35, + 51, -1, 50, 42, 51, -1, 50, 35, 10, 91, + 51, -1, 50, 35, 51, 50, 35, 10, 91, 51, + -1, 88, -1, 88, 50, 35, 10, 91, 51, -1, + 43, 89, 50, 90, 51, -1, 43, 6, 7, 89, + 50, 33, 51, -1, -1, 8, 91, -1, 9, 91, + -1, 33, -1, 42, -1, 31, -1, 30, -1, 45, + -1, 9, 91, -1, 8, 91, -1, 53, 91, -1, + 50, 93, 51, -1, 30, -1, 9, 30, -1, 30, + 9, 30, -1, 9, 30, 9, 30, -1, 91, -1, + 93, 8, 93, -1, 93, 9, 93, -1, 93, 10, + 93, -1, 93, 11, 93, -1, 93, 12, 93, -1, + 93, 6, 6, 93, -1, 93, 7, 7, 93, -1, + 93, 5, 93, -1, 93, 4, 93, -1, 93, 3, + 93, -1 +}; + +/* YYRLINE[YYN] -- source line where rule number YYN was defined. */ +static const yytype_uint16 yyrline[] = +{ + 0, 64, 64, 66, 65, 73, 72, 80, 79, 85, + 86, 87, 90, 95, 101, 102, 103, 104, 105, 106, + 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, + 117, 120, 124, 131, 138, 145, 150, 157, 162, 169, + 174, 181, 189, 194, 202, 207, 214, 215, 218, 223, + 233, 238, 248, 253, 258, 265, 273, 283, 287, 294, + 299, 307, 308, 311, 312, 313, 317, 321, 322, 325, + 326, 329, 335, 344, 353, 358, 363, 368, 373, 378, + 383, 389, 397, 403, 414, 420, 426, 432, 438, 446, + 447, 450, 456, 462, 468, 474, 483, 492, 497, 502, + 510, 520, 524, 533, 540, 549, 552, 556, 562, 563, + 567, 570, 571, 575, 579, 583, 587, 593, 597, 601, + 606, 613, 614, 618, 622, 626, 630, 634, 638, 642, + 646, 650 +}; +#endif + +#if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE +/* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. + First, the terminals, then, starting at YYNTOKENS, nonterminals. */ +static const char *const yytname[] = +{ + "$end", "error", "$undefined", "'|'", "'^'", "'&'", "'<'", "'>'", "'+'", + "'-'", "'*'", "'/'", "'%'", "LTYPE0", "LTYPE1", "LTYPE2", "LTYPE3", + "LTYPE4", "LTYPEC", "LTYPED", "LTYPEN", "LTYPER", "LTYPET", "LTYPEG", + "LTYPES", "LTYPEM", "LTYPEI", "LTYPEXC", "LTYPEX", "LTYPERT", "LCONST", + "LFP", "LPC", "LSB", "LBREG", "LLREG", "LSREG", "LFREG", "LMREG", + "LXREG", "LFCONST", "LSCONST", "LSP", "LNAME", "LLAB", "LVAR", "':'", + "';'", "'='", "','", "'('", "')'", "'$'", "'~'", "$accept", "prog", "@1", + "line", "@2", "@3", "inst", "nonnon", "rimrem", "remrim", "rimnon", + "nonrem", "nonrel", "spec1", "spec2", "spec3", "spec4", "spec5", "spec6", + "spec7", "spec8", "spec9", "spec10", "spec11", "rem", "rom", "rim", + "rel", "reg", "imm2", "imm", "mem", "omem", "nmem", "nam", "offset", + "pointer", "con", "con2", "expr", 0 +}; +#endif + +# ifdef YYPRINT +/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to + token YYLEX-NUM. */ +static const yytype_uint16 yytoknum[] = +{ + 0, 256, 257, 124, 94, 38, 60, 62, 43, 45, + 42, 47, 37, 258, 259, 260, 261, 262, 263, 264, + 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, + 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, + 285, 286, 287, 288, 289, 290, 58, 59, 61, 44, + 40, 41, 36, 126 +}; +# endif + +/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ +static const yytype_uint8 yyr1[] = +{ + 0, 54, 55, 56, 55, 58, 57, 59, 57, 57, + 57, 57, 60, 60, 60, 60, 60, 60, 60, 60, + 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, + 60, 61, 61, 62, 63, 64, 64, 65, 65, 66, + 66, 67, 68, 68, 69, 69, 70, 70, 71, 71, + 72, 72, 73, 73, 73, 74, 75, 76, 76, 77, + 77, 78, 78, 79, 79, 79, 79, 79, 79, 80, + 80, 81, 81, 81, 82, 82, 82, 82, 82, 82, + 82, 83, 84, 84, 84, 84, 84, 84, 84, 85, + 85, 86, 86, 86, 86, 86, 86, 86, 86, 86, + 86, 87, 87, 88, 88, 89, 89, 89, 90, 90, + 90, 91, 91, 91, 91, 91, 91, 92, 92, 92, + 92, 93, 93, 93, 93, 93, 93, 93, 93, 93, + 93, 93 +}; + +/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ +static const yytype_uint8 yyr2[] = +{ + 0, 2, 0, 0, 3, 0, 4, 0, 4, 1, + 2, 2, 3, 3, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 0, 1, 3, 3, 2, 1, 2, 1, 2, + 1, 5, 3, 5, 2, 1, 1, 1, 3, 5, + 3, 5, 2, 1, 3, 5, 5, 0, 1, 3, + 5, 1, 1, 1, 1, 2, 2, 1, 1, 1, + 1, 4, 2, 2, 1, 1, 1, 1, 1, 1, + 1, 2, 2, 2, 2, 2, 4, 5, 3, 1, + 1, 1, 4, 4, 4, 6, 9, 3, 3, 5, + 8, 1, 6, 5, 7, 0, 2, 2, 1, 1, + 1, 1, 1, 2, 2, 2, 3, 1, 2, 3, + 4, 1, 3, 3, 3, 3, 3, 4, 4, 3, + 3, 3 +}; + +/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state + STATE-NUM when YYTABLE doesn't specify something else to do. Zero + means the default is an error. */ +static const yytype_uint8 yydefact[] = +{ + 2, 3, 1, 0, 0, 31, 0, 0, 0, 0, + 0, 0, 31, 0, 0, 0, 0, 0, 0, 0, + 0, 57, 0, 0, 0, 9, 4, 0, 11, 32, + 14, 0, 0, 111, 74, 76, 79, 75, 77, 80, + 78, 105, 112, 0, 0, 0, 15, 38, 61, 62, + 89, 90, 101, 91, 0, 16, 69, 36, 70, 17, + 0, 18, 0, 0, 105, 105, 0, 22, 45, 63, + 67, 68, 64, 91, 20, 0, 32, 46, 47, 23, + 105, 0, 0, 19, 40, 0, 21, 0, 30, 0, + 24, 0, 25, 0, 26, 53, 27, 0, 28, 0, + 29, 58, 7, 0, 5, 0, 10, 114, 113, 0, + 0, 0, 0, 37, 0, 0, 121, 0, 115, 0, + 0, 0, 85, 84, 0, 83, 82, 35, 0, 0, + 65, 66, 72, 73, 44, 0, 0, 72, 39, 0, + 0, 0, 0, 0, 52, 0, 0, 0, 12, 0, + 13, 105, 106, 107, 0, 0, 97, 98, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 116, 0, + 0, 0, 0, 88, 0, 0, 33, 34, 0, 0, + 0, 42, 0, 59, 0, 48, 50, 54, 0, 0, + 8, 6, 0, 110, 108, 109, 0, 0, 0, 131, + 130, 129, 0, 0, 122, 123, 124, 125, 126, 0, + 0, 92, 94, 93, 0, 86, 71, 0, 0, 117, + 81, 0, 0, 0, 0, 0, 0, 0, 103, 99, + 0, 127, 128, 0, 0, 0, 87, 41, 118, 0, + 43, 60, 49, 51, 55, 56, 0, 0, 102, 95, + 0, 0, 119, 104, 0, 0, 120, 100, 0, 96 +}; + +/* YYDEFGOTO[NTERM-NUM]. */ +static const yytype_int16 yydefgoto[] = +{ + -1, 1, 3, 26, 149, 147, 27, 30, 59, 61, + 55, 46, 83, 74, 86, 67, 79, 90, 92, 94, + 96, 98, 100, 88, 56, 68, 57, 69, 48, 181, + 58, 49, 50, 51, 52, 112, 196, 53, 220, 117 +}; + +/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing + STATE-NUM. */ +#define YYPACT_NINF -97 +static const yytype_int16 yypact[] = +{ + -97, 29, -97, 206, -39, -36, 254, 278, 278, 326, + 230, 15, 302, 59, 412, 412, 278, 278, 278, 82, + -20, -20, -22, -6, 2, -97, -97, 12, -97, -97, + -97, 476, 476, -97, -97, -97, -97, -97, -97, -97, + -97, 88, -97, 326, 366, 476, -97, -97, -97, -97, + -97, -97, 14, 16, 364, -97, -97, 33, -97, -97, + 39, -97, 41, 350, 88, 11, 152, -97, -97, -97, + -97, -97, -97, 31, -97, 51, 326, -97, -97, -97, + 11, 382, 476, -97, -97, 42, -97, 50, -97, 56, + -97, 58, -97, 61, -97, 64, -97, 66, -97, 79, + -97, -97, -97, 476, -97, 476, -97, -97, -97, 84, + 476, 476, 92, -97, 18, 78, -97, 129, -97, 108, + -5, 414, -97, -97, 421, -97, -97, -97, 326, 278, + -97, -97, 92, -97, -97, 13, 476, -97, -97, 112, + 428, 438, 326, 326, 326, 326, 326, 206, 527, 206, + 527, 11, -97, -97, 10, 476, 96, -97, 476, 476, + 476, 141, 144, 476, 476, 476, 476, 476, -97, 142, + 23, 126, 127, -97, 467, 128, -97, -97, 130, 110, + 8, -97, 114, -97, 134, 138, 139, -97, 149, 154, + -97, -97, 163, -97, -97, -97, 153, 165, 179, 536, + 493, 159, 476, 476, 65, 65, -97, -97, -97, 476, + 476, 168, -97, -97, 185, -97, -97, -20, 211, 233, + -97, 191, -20, 209, 210, 476, 82, 214, -97, -97, + 238, 200, 200, 201, 203, 220, -97, -97, 247, 227, + -97, -97, -97, -97, -97, -97, 207, 476, -97, -97, + 249, 231, -97, -97, 219, 476, -97, -97, 225, -97 +}; + +/* YYPGOTO[NTERM-NUM]. */ +static const yytype_int16 yypgoto[] = +{ + -97, -97, -97, -96, -97, -97, -97, 259, -97, -97, + -97, 265, -97, -97, -97, -97, -97, -97, -97, -97, + -97, -97, -97, -97, 30, 212, -2, -11, -9, 60, + -16, 32, -3, -1, 7, -53, -97, -10, -97, -80 +}; + +/* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If + positive, shift that token. If negative, reduce the rule which + number is the opposite. If zero, do what YYDEFACT says. + If YYTABLE_NINF, syntax error. */ +#define YYTABLE_NINF -1 +static const yytype_uint16 yytable[] = +{ + 73, 70, 84, 85, 99, 101, 60, 71, 28, 72, + 97, 132, 133, 29, 91, 93, 95, 218, 75, 110, + 111, 107, 108, 148, 102, 150, 103, 137, 155, 2, + 170, 171, 54, 210, 116, 118, 47, 172, 219, 62, + 104, 193, 47, 194, 126, 178, 87, 89, 170, 171, + 105, 190, 195, 191, 130, 172, 73, 70, 41, 106, + 131, 125, 136, 71, 119, 72, 120, 31, 32, 156, + 138, 85, 116, 113, 211, 165, 166, 167, 199, 200, + 201, 135, 127, 204, 205, 206, 207, 208, 128, 33, + 129, 151, 139, 116, 109, 116, 110, 111, 192, 140, + 152, 153, 80, 65, 42, 141, 113, 142, 81, 82, + 143, 108, 45, 144, 116, 145, 34, 35, 36, 37, + 38, 39, 231, 232, 40, 183, 179, 177, 146, 157, + 182, 184, 158, 159, 160, 161, 162, 163, 164, 165, + 166, 167, 154, 169, 178, 197, 198, 202, 116, 116, + 116, 203, 209, 116, 116, 116, 116, 116, 176, 217, + 31, 32, 63, 221, 108, 161, 162, 163, 164, 165, + 166, 167, 185, 186, 187, 188, 189, 212, 213, 215, + 168, 216, 33, 222, 223, 224, 34, 35, 36, 37, + 38, 39, 116, 116, 40, 64, 65, 42, 225, 233, + 234, 237, 44, 226, 228, 45, 241, 4, 163, 164, + 165, 166, 167, 227, 230, 244, 229, 245, 235, 5, + 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, + 16, 17, 18, 19, 20, 21, 236, 254, 31, 32, + 63, 238, 239, 180, 242, 258, 243, 246, 247, 22, + 23, 24, 248, 25, 249, 250, 251, 252, 253, 255, + 33, 256, 31, 32, 34, 35, 36, 37, 38, 39, + 257, 77, 40, 64, 65, 42, 259, 78, 134, 66, + 44, 240, 0, 45, 33, 0, 31, 32, 34, 35, + 36, 37, 38, 39, 0, 0, 40, 41, 0, 42, + 0, 0, 0, 43, 44, 0, 0, 45, 33, 0, + 31, 32, 34, 35, 36, 37, 38, 39, 0, 0, + 40, 41, 0, 42, 0, 0, 0, 0, 44, 0, + 54, 45, 33, 0, 31, 32, 34, 35, 36, 37, + 38, 39, 0, 0, 40, 41, 0, 42, 0, 0, + 0, 76, 44, 0, 0, 45, 33, 0, 31, 32, + 34, 35, 36, 37, 38, 39, 0, 0, 40, 41, + 0, 42, 31, 121, 31, 32, 44, 0, 0, 45, + 33, 0, 0, 0, 34, 35, 36, 37, 38, 39, + 31, 32, 40, 0, 33, 42, 33, 0, 0, 0, + 44, 114, 0, 45, 122, 123, 0, 41, 115, 42, + 0, 42, 33, 0, 124, 0, 82, 45, 0, 45, + 31, 32, 31, 32, 0, 80, 65, 42, 0, 31, + 174, 0, 82, 0, 0, 45, 31, 32, 0, 0, + 0, 0, 33, 0, 33, 0, 31, 32, 0, 0, + 0, 33, 0, 0, 173, 41, 0, 42, 33, 42, + 0, 175, 44, 0, 82, 45, 42, 45, 33, 0, + 0, 82, 0, 42, 45, 31, 32, 0, 82, 0, + 180, 45, 0, 42, 31, 32, 0, 0, 82, 0, + 54, 45, 0, 0, 0, 0, 0, 33, 160, 161, + 162, 163, 164, 165, 166, 167, 33, 214, 0, 0, + 0, 0, 42, 0, 0, 0, 0, 82, 0, 0, + 45, 42, 0, 0, 0, 0, 82, 0, 0, 45, + 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 159, 160, 161, 162, 163, 164, 165, 166, 167 +}; + +static const yytype_int16 yycheck[] = +{ + 10, 10, 13, 13, 20, 21, 8, 10, 47, 10, + 19, 64, 65, 49, 16, 17, 18, 9, 11, 8, + 9, 31, 32, 103, 46, 105, 48, 80, 10, 0, + 35, 36, 52, 10, 44, 45, 6, 42, 30, 9, + 46, 31, 12, 33, 54, 32, 14, 15, 35, 36, + 48, 147, 42, 149, 63, 42, 66, 66, 43, 47, + 63, 54, 11, 66, 50, 66, 50, 8, 9, 51, + 81, 81, 82, 43, 51, 10, 11, 12, 158, 159, + 160, 50, 49, 163, 164, 165, 166, 167, 49, 30, + 49, 7, 50, 103, 6, 105, 8, 9, 151, 49, + 110, 111, 43, 44, 45, 49, 76, 49, 49, 50, + 49, 121, 53, 49, 124, 49, 34, 35, 36, 37, + 38, 39, 202, 203, 42, 141, 136, 129, 49, 51, + 140, 141, 3, 4, 5, 6, 7, 8, 9, 10, + 11, 12, 50, 35, 32, 155, 50, 6, 158, 159, + 160, 7, 10, 163, 164, 165, 166, 167, 128, 49, + 8, 9, 10, 49, 174, 6, 7, 8, 9, 10, + 11, 12, 142, 143, 144, 145, 146, 51, 51, 51, + 51, 51, 30, 49, 46, 46, 34, 35, 36, 37, + 38, 39, 202, 203, 42, 43, 44, 45, 49, 209, + 210, 217, 50, 49, 51, 53, 222, 1, 8, 9, + 10, 11, 12, 50, 35, 225, 51, 226, 50, 13, + 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, + 24, 25, 26, 27, 28, 29, 51, 247, 8, 9, + 10, 30, 9, 52, 35, 255, 36, 33, 10, 43, + 44, 45, 51, 47, 51, 35, 9, 30, 51, 10, + 30, 30, 8, 9, 34, 35, 36, 37, 38, 39, + 51, 12, 42, 43, 44, 45, 51, 12, 66, 49, + 50, 221, -1, 53, 30, -1, 8, 9, 34, 35, + 36, 37, 38, 39, -1, -1, 42, 43, -1, 45, + -1, -1, -1, 49, 50, -1, -1, 53, 30, -1, + 8, 9, 34, 35, 36, 37, 38, 39, -1, -1, + 42, 43, -1, 45, -1, -1, -1, -1, 50, -1, + 52, 53, 30, -1, 8, 9, 34, 35, 36, 37, + 38, 39, -1, -1, 42, 43, -1, 45, -1, -1, + -1, 49, 50, -1, -1, 53, 30, -1, 8, 9, + 34, 35, 36, 37, 38, 39, -1, -1, 42, 43, + -1, 45, 8, 9, 8, 9, 50, -1, -1, 53, + 30, -1, -1, -1, 34, 35, 36, 37, 38, 39, + 8, 9, 42, -1, 30, 45, 30, -1, -1, -1, + 50, 35, -1, 53, 40, 41, -1, 43, 42, 45, + -1, 45, 30, -1, 50, -1, 50, 53, -1, 53, + 8, 9, 8, 9, -1, 43, 44, 45, -1, 8, + 9, -1, 50, -1, -1, 53, 8, 9, -1, -1, + -1, -1, 30, -1, 30, -1, 8, 9, -1, -1, + -1, 30, -1, -1, 40, 43, -1, 45, 30, 45, + -1, 40, 50, -1, 50, 53, 45, 53, 30, -1, + -1, 50, -1, 45, 53, 8, 9, -1, 50, -1, + 52, 53, -1, 45, 8, 9, -1, -1, 50, -1, + 52, 53, -1, -1, -1, -1, -1, 30, 5, 6, + 7, 8, 9, 10, 11, 12, 30, 40, -1, -1, + -1, -1, 45, -1, -1, -1, -1, 50, -1, -1, + 53, 45, -1, -1, -1, -1, 50, -1, -1, 53, + 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, + 4, 5, 6, 7, 8, 9, 10, 11, 12 +}; + +/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing + symbol of state STATE-NUM. */ +static const yytype_uint8 yystos[] = +{ + 0, 55, 0, 56, 1, 13, 14, 15, 16, 17, + 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, + 28, 29, 43, 44, 45, 47, 57, 60, 47, 49, + 61, 8, 9, 30, 34, 35, 36, 37, 38, 39, + 42, 43, 45, 49, 50, 53, 65, 78, 82, 85, + 86, 87, 88, 91, 52, 64, 78, 80, 84, 62, + 80, 63, 78, 10, 43, 44, 49, 69, 79, 81, + 82, 86, 87, 91, 67, 88, 49, 61, 65, 70, + 43, 49, 50, 66, 81, 91, 68, 85, 77, 85, + 71, 80, 72, 80, 73, 80, 74, 82, 75, 84, + 76, 84, 46, 48, 46, 48, 47, 91, 91, 6, + 8, 9, 89, 78, 35, 42, 91, 93, 91, 50, + 50, 9, 40, 41, 50, 88, 91, 49, 49, 49, + 82, 86, 89, 89, 79, 50, 11, 89, 81, 50, + 49, 49, 49, 49, 49, 49, 49, 59, 93, 58, + 93, 7, 91, 91, 50, 10, 51, 51, 3, 4, + 5, 6, 7, 8, 9, 10, 11, 12, 51, 35, + 35, 36, 42, 40, 9, 40, 78, 80, 32, 91, + 52, 83, 91, 84, 91, 78, 78, 78, 78, 78, + 57, 57, 89, 31, 33, 42, 90, 91, 50, 93, + 93, 93, 6, 7, 93, 93, 93, 93, 93, 10, + 10, 51, 51, 51, 40, 51, 51, 49, 9, 30, + 92, 49, 49, 46, 46, 49, 49, 50, 51, 51, + 35, 93, 93, 91, 91, 50, 51, 84, 30, 9, + 83, 84, 35, 36, 91, 82, 33, 10, 51, 51, + 35, 9, 30, 51, 91, 10, 30, 51, 91, 51 +}; + +#define yyerrok (yyerrstatus = 0) +#define yyclearin (yychar = YYEMPTY) +#define YYEMPTY (-2) +#define YYEOF 0 + +#define YYACCEPT goto yyacceptlab +#define YYABORT goto yyabortlab +#define YYERROR goto yyerrorlab + + +/* Like YYERROR except do call yyerror. This remains here temporarily + to ease the transition to the new meaning of YYERROR, for GCC. + Once GCC version 2 has supplanted version 1, this can go. */ + +#define YYFAIL goto yyerrlab + +#define YYRECOVERING() (!!yyerrstatus) + +#define YYBACKUP(Token, Value) \ +do \ + if (yychar == YYEMPTY && yylen == 1) \ + { \ + yychar = (Token); \ + yylval = (Value); \ + yytoken = YYTRANSLATE (yychar); \ + YYPOPSTACK (1); \ + goto yybackup; \ + } \ + else \ + { \ + yyerror (YY_("syntax error: cannot back up")); \ + YYERROR; \ + } \ +while (YYID (0)) + + +#define YYTERROR 1 +#define YYERRCODE 256 + + +/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. + If N is 0, then set CURRENT to the empty location which ends + the previous symbol: RHS[0] (always defined). */ + +#define YYRHSLOC(Rhs, K) ((Rhs)[K]) +#ifndef YYLLOC_DEFAULT +# define YYLLOC_DEFAULT(Current, Rhs, N) \ + do \ + if (YYID (N)) \ + { \ + (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ + (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ + (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ + (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ + } \ + else \ + { \ + (Current).first_line = (Current).last_line = \ + YYRHSLOC (Rhs, 0).last_line; \ + (Current).first_column = (Current).last_column = \ + YYRHSLOC (Rhs, 0).last_column; \ + } \ + while (YYID (0)) +#endif + + +/* YY_LOCATION_PRINT -- Print the location on the stream. + This macro was not mandated originally: define only if we know + we won't break user code: when these are the locations we know. */ + +#ifndef YY_LOCATION_PRINT +# if defined YYLTYPE_IS_TRIVIAL && YYLTYPE_IS_TRIVIAL +# define YY_LOCATION_PRINT(File, Loc) \ + fprintf (File, "%d.%d-%d.%d", \ + (Loc).first_line, (Loc).first_column, \ + (Loc).last_line, (Loc).last_column) +# else +# define YY_LOCATION_PRINT(File, Loc) ((void) 0) +# endif +#endif + + +/* YYLEX -- calling `yylex' with the right arguments. */ + +#ifdef YYLEX_PARAM +# define YYLEX yylex (YYLEX_PARAM) +#else +# define YYLEX yylex () +#endif + +/* Enable debugging if requested. */ +#if YYDEBUG + +# ifndef YYFPRINTF +# include /* INFRINGES ON USER NAME SPACE */ +# define YYFPRINTF fprintf +# endif + +# define YYDPRINTF(Args) \ +do { \ + if (yydebug) \ + YYFPRINTF Args; \ +} while (YYID (0)) + +# define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ +do { \ + if (yydebug) \ + { \ + YYFPRINTF (stderr, "%s ", Title); \ + yy_symbol_print (stderr, \ + Type, Value); \ + YYFPRINTF (stderr, "\n"); \ + } \ +} while (YYID (0)) + + +/*--------------------------------. +| Print this symbol on YYOUTPUT. | +`--------------------------------*/ + +/*ARGSUSED*/ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static void +yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) +#else +static void +yy_symbol_value_print (yyoutput, yytype, yyvaluep) + FILE *yyoutput; + int yytype; + YYSTYPE const * const yyvaluep; +#endif +{ + if (!yyvaluep) + return; +# ifdef YYPRINT + if (yytype < YYNTOKENS) + YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); +# else + YYUSE (yyoutput); +# endif + switch (yytype) + { + default: + break; + } +} + + +/*--------------------------------. +| Print this symbol on YYOUTPUT. | +`--------------------------------*/ + +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static void +yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) +#else +static void +yy_symbol_print (yyoutput, yytype, yyvaluep) + FILE *yyoutput; + int yytype; + YYSTYPE const * const yyvaluep; +#endif +{ + if (yytype < YYNTOKENS) + YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); + else + YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); + + yy_symbol_value_print (yyoutput, yytype, yyvaluep); + YYFPRINTF (yyoutput, ")"); +} + +/*------------------------------------------------------------------. +| yy_stack_print -- Print the state stack from its BOTTOM up to its | +| TOP (included). | +`------------------------------------------------------------------*/ + +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static void +yy_stack_print (yytype_int16 *bottom, yytype_int16 *top) +#else +static void +yy_stack_print (bottom, top) + yytype_int16 *bottom; + yytype_int16 *top; +#endif +{ + YYFPRINTF (stderr, "Stack now"); + for (; bottom <= top; ++bottom) + YYFPRINTF (stderr, " %d", *bottom); + YYFPRINTF (stderr, "\n"); +} + +# define YY_STACK_PRINT(Bottom, Top) \ +do { \ + if (yydebug) \ + yy_stack_print ((Bottom), (Top)); \ +} while (YYID (0)) + + +/*------------------------------------------------. +| Report that the YYRULE is going to be reduced. | +`------------------------------------------------*/ + +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static void +yy_reduce_print (YYSTYPE *yyvsp, int yyrule) +#else +static void +yy_reduce_print (yyvsp, yyrule) + YYSTYPE *yyvsp; + int yyrule; +#endif +{ + int yynrhs = yyr2[yyrule]; + int yyi; + unsigned long int yylno = yyrline[yyrule]; + YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", + yyrule - 1, yylno); + /* The symbols being reduced. */ + for (yyi = 0; yyi < yynrhs; yyi++) + { + fprintf (stderr, " $%d = ", yyi + 1); + yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], + &(yyvsp[(yyi + 1) - (yynrhs)]) + ); + fprintf (stderr, "\n"); + } +} + +# define YY_REDUCE_PRINT(Rule) \ +do { \ + if (yydebug) \ + yy_reduce_print (yyvsp, Rule); \ +} while (YYID (0)) + +/* Nonzero means print parse trace. It is left uninitialized so that + multiple parsers can coexist. */ +int yydebug; +#else /* !YYDEBUG */ +# define YYDPRINTF(Args) +# define YY_SYMBOL_PRINT(Title, Type, Value, Location) +# define YY_STACK_PRINT(Bottom, Top) +# define YY_REDUCE_PRINT(Rule) +#endif /* !YYDEBUG */ + + +/* YYINITDEPTH -- initial size of the parser's stacks. */ +#ifndef YYINITDEPTH +# define YYINITDEPTH 200 +#endif + +/* YYMAXDEPTH -- maximum size the stacks can grow to (effective only + if the built-in stack extension method is used). + + Do not make this value too large; the results are undefined if + YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) + evaluated with infinite-precision integer arithmetic. */ + +#ifndef YYMAXDEPTH +# define YYMAXDEPTH 10000 +#endif + + + +#if YYERROR_VERBOSE + +# ifndef yystrlen +# if defined __GLIBC__ && defined _STRING_H +# define yystrlen strlen +# else +/* Return the length of YYSTR. */ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static YYSIZE_T +yystrlen (const char *yystr) +#else +static YYSIZE_T +yystrlen (yystr) + const char *yystr; +#endif +{ + YYSIZE_T yylen; + for (yylen = 0; yystr[yylen]; yylen++) + continue; + return yylen; +} +# endif +# endif + +# ifndef yystpcpy +# if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE +# define yystpcpy stpcpy +# else +/* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in + YYDEST. */ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static char * +yystpcpy (char *yydest, const char *yysrc) +#else +static char * +yystpcpy (yydest, yysrc) + char *yydest; + const char *yysrc; +#endif +{ + char *yyd = yydest; + const char *yys = yysrc; + + while ((*yyd++ = *yys++) != '\0') + continue; + + return yyd - 1; +} +# endif +# endif + +# ifndef yytnamerr +/* Copy to YYRES the contents of YYSTR after stripping away unnecessary + quotes and backslashes, so that it's suitable for yyerror. The + heuristic is that double-quoting is unnecessary unless the string + contains an apostrophe, a comma, or backslash (other than + backslash-backslash). YYSTR is taken from yytname. If YYRES is + null, do not copy; instead, return the length of what the result + would have been. */ +static YYSIZE_T +yytnamerr (char *yyres, const char *yystr) +{ + if (*yystr == '"') + { + YYSIZE_T yyn = 0; + char const *yyp = yystr; + + for (;;) + switch (*++yyp) + { + case '\'': + case ',': + goto do_not_strip_quotes; + + case '\\': + if (*++yyp != '\\') + goto do_not_strip_quotes; + /* Fall through. */ + default: + if (yyres) + yyres[yyn] = *yyp; + yyn++; + break; + + case '"': + if (yyres) + yyres[yyn] = '\0'; + return yyn; + } + do_not_strip_quotes: ; + } + + if (! yyres) + return yystrlen (yystr); + + return yystpcpy (yyres, yystr) - yyres; +} +# endif + +/* Copy into YYRESULT an error message about the unexpected token + YYCHAR while in state YYSTATE. Return the number of bytes copied, + including the terminating null byte. If YYRESULT is null, do not + copy anything; just return the number of bytes that would be + copied. As a special case, return 0 if an ordinary "syntax error" + message will do. Return YYSIZE_MAXIMUM if overflow occurs during + size calculation. */ +static YYSIZE_T +yysyntax_error (char *yyresult, int yystate, int yychar) +{ + int yyn = yypact[yystate]; + + if (! (YYPACT_NINF < yyn && yyn <= YYLAST)) + return 0; + else + { + int yytype = YYTRANSLATE (yychar); + YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]); + YYSIZE_T yysize = yysize0; + YYSIZE_T yysize1; + int yysize_overflow = 0; + enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; + char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; + int yyx; + +# if 0 + /* This is so xgettext sees the translatable formats that are + constructed on the fly. */ + YY_("syntax error, unexpected %s"); + YY_("syntax error, unexpected %s, expecting %s"); + YY_("syntax error, unexpected %s, expecting %s or %s"); + YY_("syntax error, unexpected %s, expecting %s or %s or %s"); + YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"); +# endif + char *yyfmt; + char const *yyf; + static char const yyunexpected[] = "syntax error, unexpected %s"; + static char const yyexpecting[] = ", expecting %s"; + static char const yyor[] = " or %s"; + char yyformat[sizeof yyunexpected + + sizeof yyexpecting - 1 + + ((YYERROR_VERBOSE_ARGS_MAXIMUM - 2) + * (sizeof yyor - 1))]; + char const *yyprefix = yyexpecting; + + /* Start YYX at -YYN if negative to avoid negative indexes in + YYCHECK. */ + int yyxbegin = yyn < 0 ? -yyn : 0; + + /* Stay within bounds of both yycheck and yytname. */ + int yychecklim = YYLAST - yyn + 1; + int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; + int yycount = 1; + + yyarg[0] = yytname[yytype]; + yyfmt = yystpcpy (yyformat, yyunexpected); + + for (yyx = yyxbegin; yyx < yyxend; ++yyx) + if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR) + { + if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) + { + yycount = 1; + yysize = yysize0; + yyformat[sizeof yyunexpected - 1] = '\0'; + break; + } + yyarg[yycount++] = yytname[yyx]; + yysize1 = yysize + yytnamerr (0, yytname[yyx]); + yysize_overflow |= (yysize1 < yysize); + yysize = yysize1; + yyfmt = yystpcpy (yyfmt, yyprefix); + yyprefix = yyor; + } + + yyf = YY_(yyformat); + yysize1 = yysize + yystrlen (yyf); + yysize_overflow |= (yysize1 < yysize); + yysize = yysize1; + + if (yysize_overflow) + return YYSIZE_MAXIMUM; + + if (yyresult) + { + /* Avoid sprintf, as that infringes on the user's name space. + Don't have undefined behavior even if the translation + produced a string with the wrong number of "%s"s. */ + char *yyp = yyresult; + int yyi = 0; + while ((*yyp = *yyf) != '\0') + { + if (*yyp == '%' && yyf[1] == 's' && yyi < yycount) + { + yyp += yytnamerr (yyp, yyarg[yyi++]); + yyf += 2; + } + else + { + yyp++; + yyf++; + } + } + } + return yysize; + } +} +#endif /* YYERROR_VERBOSE */ + + +/*-----------------------------------------------. +| Release the memory associated to this symbol. | +`-----------------------------------------------*/ + +/*ARGSUSED*/ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static void +yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) +#else +static void +yydestruct (yymsg, yytype, yyvaluep) + const char *yymsg; + int yytype; + YYSTYPE *yyvaluep; +#endif +{ + YYUSE (yyvaluep); + + if (!yymsg) + yymsg = "Deleting"; + YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); + + switch (yytype) + { + + default: + break; + } +} + + +/* Prevent warnings from -Wmissing-prototypes. */ + +#ifdef YYPARSE_PARAM +#if defined __STDC__ || defined __cplusplus +int yyparse (void *YYPARSE_PARAM); +#else +int yyparse (); +#endif +#else /* ! YYPARSE_PARAM */ +#if defined __STDC__ || defined __cplusplus +int yyparse (void); +#else +int yyparse (); +#endif +#endif /* ! YYPARSE_PARAM */ + + + +/* The look-ahead symbol. */ +int yychar; + +/* The semantic value of the look-ahead symbol. */ +YYSTYPE yylval; + +/* Number of syntax errors so far. */ +int yynerrs; + + + +/*----------. +| yyparse. | +`----------*/ + +#ifdef YYPARSE_PARAM +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +int +yyparse (void *YYPARSE_PARAM) +#else +int +yyparse (YYPARSE_PARAM) + void *YYPARSE_PARAM; +#endif +#else /* ! YYPARSE_PARAM */ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +int +yyparse (void) +#else +int +yyparse () + +#endif +#endif +{ + + int yystate; + int yyn; + int yyresult; + /* Number of tokens to shift before error messages enabled. */ + int yyerrstatus; + /* Look-ahead token as an internal (translated) token number. */ + int yytoken = 0; +#if YYERROR_VERBOSE + /* Buffer for error messages, and its allocated size. */ + char yymsgbuf[128]; + char *yymsg = yymsgbuf; + YYSIZE_T yymsg_alloc = sizeof yymsgbuf; +#endif + + /* Three stacks and their tools: + `yyss': related to states, + `yyvs': related to semantic values, + `yyls': related to locations. + + Refer to the stacks thru separate pointers, to allow yyoverflow + to reallocate them elsewhere. */ + + /* The state stack. */ + yytype_int16 yyssa[YYINITDEPTH]; + yytype_int16 *yyss = yyssa; + yytype_int16 *yyssp; + + /* The semantic value stack. */ + YYSTYPE yyvsa[YYINITDEPTH]; + YYSTYPE *yyvs = yyvsa; + YYSTYPE *yyvsp; + + + +#define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) + + YYSIZE_T yystacksize = YYINITDEPTH; + + /* The variables used to return semantic value and location from the + action routines. */ + YYSTYPE yyval; + + + /* The number of symbols on the RHS of the reduced rule. + Keep to zero when no symbol should be popped. */ + int yylen = 0; + + YYDPRINTF ((stderr, "Starting parse\n")); + + yystate = 0; + yyerrstatus = 0; + yynerrs = 0; + yychar = YYEMPTY; /* Cause a token to be read. */ + + /* Initialize stack pointers. + Waste one element of value and location stack + so that they stay on the same level as the state stack. + The wasted elements are never initialized. */ + + yyssp = yyss; + yyvsp = yyvs; + + goto yysetstate; + +/*------------------------------------------------------------. +| yynewstate -- Push a new state, which is found in yystate. | +`------------------------------------------------------------*/ + yynewstate: + /* In all cases, when you get here, the value and location stacks + have just been pushed. So pushing a state here evens the stacks. */ + yyssp++; + + yysetstate: + *yyssp = yystate; + + if (yyss + yystacksize - 1 <= yyssp) + { + /* Get the current used size of the three stacks, in elements. */ + YYSIZE_T yysize = yyssp - yyss + 1; + +#ifdef yyoverflow + { + /* Give user a chance to reallocate the stack. Use copies of + these so that the &'s don't force the real ones into + memory. */ + YYSTYPE *yyvs1 = yyvs; + yytype_int16 *yyss1 = yyss; + + + /* Each stack pointer address is followed by the size of the + data in use in that stack, in bytes. This used to be a + conditional around just the two extra args, but that might + be undefined if yyoverflow is a macro. */ + yyoverflow (YY_("memory exhausted"), + &yyss1, yysize * sizeof (*yyssp), + &yyvs1, yysize * sizeof (*yyvsp), + + &yystacksize); + + yyss = yyss1; + yyvs = yyvs1; + } +#else /* no yyoverflow */ +# ifndef YYSTACK_RELOCATE + goto yyexhaustedlab; +# else + /* Extend the stack our own way. */ + if (YYMAXDEPTH <= yystacksize) + goto yyexhaustedlab; + yystacksize *= 2; + if (YYMAXDEPTH < yystacksize) + yystacksize = YYMAXDEPTH; + + { + yytype_int16 *yyss1 = yyss; + union yyalloc *yyptr = + (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); + if (! yyptr) + goto yyexhaustedlab; + YYSTACK_RELOCATE (yyss); + YYSTACK_RELOCATE (yyvs); + +# undef YYSTACK_RELOCATE + if (yyss1 != yyssa) + YYSTACK_FREE (yyss1); + } +# endif +#endif /* no yyoverflow */ + + yyssp = yyss + yysize - 1; + yyvsp = yyvs + yysize - 1; + + + YYDPRINTF ((stderr, "Stack size increased to %lu\n", + (unsigned long int) yystacksize)); + + if (yyss + yystacksize - 1 <= yyssp) + YYABORT; + } + + YYDPRINTF ((stderr, "Entering state %d\n", yystate)); + + goto yybackup; + +/*-----------. +| yybackup. | +`-----------*/ +yybackup: + + /* Do appropriate processing given the current state. Read a + look-ahead token if we need one and don't already have one. */ + + /* First try to decide what to do without reference to look-ahead token. */ + yyn = yypact[yystate]; + if (yyn == YYPACT_NINF) + goto yydefault; + + /* Not known => get a look-ahead token if don't already have one. */ + + /* YYCHAR is either YYEMPTY or YYEOF or a valid look-ahead symbol. */ + if (yychar == YYEMPTY) + { + YYDPRINTF ((stderr, "Reading a token: ")); + yychar = YYLEX; + } + + if (yychar <= YYEOF) + { + yychar = yytoken = YYEOF; + YYDPRINTF ((stderr, "Now at end of input.\n")); + } + else + { + yytoken = YYTRANSLATE (yychar); + YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); + } + + /* If the proper action on seeing token YYTOKEN is to reduce or to + detect an error, take that action. */ + yyn += yytoken; + if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) + goto yydefault; + yyn = yytable[yyn]; + if (yyn <= 0) + { + if (yyn == 0 || yyn == YYTABLE_NINF) + goto yyerrlab; + yyn = -yyn; + goto yyreduce; + } + + if (yyn == YYFINAL) + YYACCEPT; + + /* Count tokens shifted since error; after three, turn off error + status. */ + if (yyerrstatus) + yyerrstatus--; + + /* Shift the look-ahead token. */ + YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); + + /* Discard the shifted token unless it is eof. */ + if (yychar != YYEOF) + yychar = YYEMPTY; + + yystate = yyn; + *++yyvsp = yylval; + + goto yynewstate; + + +/*-----------------------------------------------------------. +| yydefault -- do the default action for the current state. | +`-----------------------------------------------------------*/ +yydefault: + yyn = yydefact[yystate]; + if (yyn == 0) + goto yyerrlab; + goto yyreduce; + + +/*-----------------------------. +| yyreduce -- Do a reduction. | +`-----------------------------*/ +yyreduce: + /* yyn is the number of a rule to reduce with. */ + yylen = yyr2[yyn]; + + /* If YYLEN is nonzero, implement the default value of the action: + `$$ = $1'. + + Otherwise, the following line sets YYVAL to garbage. + This behavior is undocumented and Bison + users should not rely upon it. Assigning to YYVAL + unconditionally makes the parser a bit smaller, and it avoids a + GCC warning that YYVAL may be used uninitialized. */ + yyval = yyvsp[1-yylen]; + + + YY_REDUCE_PRINT (yyn); + switch (yyn) + { + case 3: +#line 66 "a.y" + { + stmtline = lineno; + } + break; + + case 5: +#line 73 "a.y" + { + if((yyvsp[(1) - (2)].sym)->value != pc) + yyerror("redeclaration of %s", (yyvsp[(1) - (2)].sym)->name); + (yyvsp[(1) - (2)].sym)->value = pc; + } + break; + + case 7: +#line 80 "a.y" + { + (yyvsp[(1) - (2)].sym)->type = LLAB; + (yyvsp[(1) - (2)].sym)->value = pc; + } + break; + + case 12: +#line 91 "a.y" + { + (yyvsp[(1) - (3)].sym)->type = LVAR; + (yyvsp[(1) - (3)].sym)->value = (yyvsp[(3) - (3)].lval); + } + break; + + case 13: +#line 96 "a.y" + { + if((yyvsp[(1) - (3)].sym)->value != (yyvsp[(3) - (3)].lval)) + yyerror("redeclaration of %s", (yyvsp[(1) - (3)].sym)->name); + (yyvsp[(1) - (3)].sym)->value = (yyvsp[(3) - (3)].lval); + } + break; + + case 14: +#line 101 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 15: +#line 102 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 16: +#line 103 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 17: +#line 104 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 18: +#line 105 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 19: +#line 106 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 20: +#line 107 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 21: +#line 108 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 22: +#line 109 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 23: +#line 110 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 24: +#line 111 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 25: +#line 112 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 26: +#line 113 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 27: +#line 114 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 28: +#line 115 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 29: +#line 116 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 30: +#line 117 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 31: +#line 120 "a.y" + { + (yyval.gen2).from = nullgen; + (yyval.gen2).to = nullgen; + } + break; + + case 32: +#line 125 "a.y" + { + (yyval.gen2).from = nullgen; + (yyval.gen2).to = nullgen; + } + break; + + case 33: +#line 132 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (3)].gen); + (yyval.gen2).to = (yyvsp[(3) - (3)].gen); + } + break; + + case 34: +#line 139 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (3)].gen); + (yyval.gen2).to = (yyvsp[(3) - (3)].gen); + } + break; + + case 35: +#line 146 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (2)].gen); + (yyval.gen2).to = nullgen; + } + break; + + case 36: +#line 151 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (1)].gen); + (yyval.gen2).to = nullgen; + } + break; + + case 37: +#line 158 "a.y" + { + (yyval.gen2).from = nullgen; + (yyval.gen2).to = (yyvsp[(2) - (2)].gen); + } + break; + + case 38: +#line 163 "a.y" + { + (yyval.gen2).from = nullgen; + (yyval.gen2).to = (yyvsp[(1) - (1)].gen); + } + break; + + case 39: +#line 170 "a.y" + { + (yyval.gen2).from = nullgen; + (yyval.gen2).to = (yyvsp[(2) - (2)].gen); + } + break; + + case 40: +#line 175 "a.y" + { + (yyval.gen2).from = nullgen; + (yyval.gen2).to = (yyvsp[(1) - (1)].gen); + } + break; + + case 41: +#line 182 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (5)].gen); + (yyval.gen2).from.scale = (yyvsp[(3) - (5)].lval); + (yyval.gen2).to = (yyvsp[(5) - (5)].gen); + } + break; + + case 42: +#line 190 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (3)].gen); + (yyval.gen2).to = (yyvsp[(3) - (3)].gen); + } + break; + + case 43: +#line 195 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (5)].gen); + (yyval.gen2).from.scale = (yyvsp[(3) - (5)].lval); + (yyval.gen2).to = (yyvsp[(5) - (5)].gen); + } + break; + + case 44: +#line 203 "a.y" + { + (yyval.gen2).from = nullgen; + (yyval.gen2).to = (yyvsp[(2) - (2)].gen); + } + break; + + case 45: +#line 208 "a.y" + { + (yyval.gen2).from = nullgen; + (yyval.gen2).to = (yyvsp[(1) - (1)].gen); + } + break; + + case 48: +#line 219 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (3)].gen); + (yyval.gen2).to = (yyvsp[(3) - (3)].gen); + } + break; + + case 49: +#line 224 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (5)].gen); + (yyval.gen2).to = (yyvsp[(3) - (5)].gen); + if((yyval.gen2).from.index != D_NONE) + yyerror("dp shift with lhs index"); + (yyval.gen2).from.index = (yyvsp[(5) - (5)].lval); + } + break; + + case 50: +#line 234 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (3)].gen); + (yyval.gen2).to = (yyvsp[(3) - (3)].gen); + } + break; + + case 51: +#line 239 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (5)].gen); + (yyval.gen2).to = (yyvsp[(3) - (5)].gen); + if((yyval.gen2).to.index != D_NONE) + yyerror("dp move with lhs index"); + (yyval.gen2).to.index = (yyvsp[(5) - (5)].lval); + } + break; + + case 52: +#line 249 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (2)].gen); + (yyval.gen2).to = nullgen; + } + break; + + case 53: +#line 254 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (1)].gen); + (yyval.gen2).to = nullgen; + } + break; + + case 54: +#line 259 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (3)].gen); + (yyval.gen2).to = (yyvsp[(3) - (3)].gen); + } + break; + + case 55: +#line 266 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (5)].gen); + (yyval.gen2).to = (yyvsp[(3) - (5)].gen); + (yyval.gen2).to.offset = (yyvsp[(5) - (5)].lval); + } + break; + + case 56: +#line 274 "a.y" + { + (yyval.gen2).from = (yyvsp[(3) - (5)].gen); + (yyval.gen2).to = (yyvsp[(5) - (5)].gen); + if((yyvsp[(1) - (5)].gen).type != D_CONST) + yyerror("illegal constant"); + (yyval.gen2).to.offset = (yyvsp[(1) - (5)].gen).offset; + } + break; + + case 57: +#line 283 "a.y" + { + (yyval.gen2).from = nullgen; + (yyval.gen2).to = nullgen; + } + break; + + case 58: +#line 288 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (1)].gen); + (yyval.gen2).to = nullgen; + } + break; + + case 59: +#line 295 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (3)].gen); + (yyval.gen2).to = (yyvsp[(3) - (3)].gen); + } + break; + + case 60: +#line 300 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (5)].gen); + (yyval.gen2).from.scale = (yyvsp[(3) - (5)].lval); + (yyval.gen2).to = (yyvsp[(5) - (5)].gen); + } + break; + + case 65: +#line 314 "a.y" + { + (yyval.gen) = (yyvsp[(2) - (2)].gen); + } + break; + + case 66: +#line 318 "a.y" + { + (yyval.gen) = (yyvsp[(2) - (2)].gen); + } + break; + + case 71: +#line 330 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_BRANCH; + (yyval.gen).offset = (yyvsp[(1) - (4)].lval) + pc; + } + break; + + case 72: +#line 336 "a.y" + { + (yyval.gen) = nullgen; + if(pass == 2) + yyerror("undefined label: %s", (yyvsp[(1) - (2)].sym)->name); + (yyval.gen).type = D_BRANCH; + (yyval.gen).sym = (yyvsp[(1) - (2)].sym); + (yyval.gen).offset = (yyvsp[(2) - (2)].lval); + } + break; + + case 73: +#line 345 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_BRANCH; + (yyval.gen).sym = (yyvsp[(1) - (2)].sym); + (yyval.gen).offset = (yyvsp[(1) - (2)].sym)->value + (yyvsp[(2) - (2)].lval); + } + break; + + case 74: +#line 354 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = (yyvsp[(1) - (1)].lval); + } + break; + + case 75: +#line 359 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = (yyvsp[(1) - (1)].lval); + } + break; + + case 76: +#line 364 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = (yyvsp[(1) - (1)].lval); + } + break; + + case 77: +#line 369 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = (yyvsp[(1) - (1)].lval); + } + break; + + case 78: +#line 374 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_SP; + } + break; + + case 79: +#line 379 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = (yyvsp[(1) - (1)].lval); + } + break; + + case 80: +#line 384 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = (yyvsp[(1) - (1)].lval); + } + break; + + case 81: +#line 390 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_CONST; + (yyval.gen).offset = (yyvsp[(2) - (2)].lval); + } + break; + + case 82: +#line 398 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_CONST; + (yyval.gen).offset = (yyvsp[(2) - (2)].lval); + } + break; + + case 83: +#line 404 "a.y" + { + (yyval.gen) = (yyvsp[(2) - (2)].gen); + (yyval.gen).index = (yyvsp[(2) - (2)].gen).type; + (yyval.gen).type = D_ADDR; + /* + if($2.type == D_AUTO || $2.type == D_PARAM) + yyerror("constant cannot be automatic: %s", + $2.sym->name); + */ + } + break; + + case 84: +#line 415 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_SCONST; + memcpy((yyval.gen).sval, (yyvsp[(2) - (2)].sval), sizeof((yyval.gen).sval)); + } + break; + + case 85: +#line 421 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_FCONST; + (yyval.gen).dval = (yyvsp[(2) - (2)].dval); + } + break; + + case 86: +#line 427 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_FCONST; + (yyval.gen).dval = (yyvsp[(3) - (4)].dval); + } + break; + + case 87: +#line 433 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_FCONST; + (yyval.gen).dval = -(yyvsp[(4) - (5)].dval); + } + break; + + case 88: +#line 439 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_FCONST; + (yyval.gen).dval = -(yyvsp[(3) - (3)].dval); + } + break; + + case 91: +#line 451 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_INDIR+D_NONE; + (yyval.gen).offset = (yyvsp[(1) - (1)].lval); + } + break; + + case 92: +#line 457 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_INDIR+(yyvsp[(3) - (4)].lval); + (yyval.gen).offset = (yyvsp[(1) - (4)].lval); + } + break; + + case 93: +#line 463 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_INDIR+D_SP; + (yyval.gen).offset = (yyvsp[(1) - (4)].lval); + } + break; + + case 94: +#line 469 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_INDIR+(yyvsp[(3) - (4)].lval); + (yyval.gen).offset = (yyvsp[(1) - (4)].lval); + } + break; + + case 95: +#line 475 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_INDIR+D_NONE; + (yyval.gen).offset = (yyvsp[(1) - (6)].lval); + (yyval.gen).index = (yyvsp[(3) - (6)].lval); + (yyval.gen).scale = (yyvsp[(5) - (6)].lval); + checkscale((yyval.gen).scale); + } + break; + + case 96: +#line 484 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_INDIR+(yyvsp[(3) - (9)].lval); + (yyval.gen).offset = (yyvsp[(1) - (9)].lval); + (yyval.gen).index = (yyvsp[(6) - (9)].lval); + (yyval.gen).scale = (yyvsp[(8) - (9)].lval); + checkscale((yyval.gen).scale); + } + break; + + case 97: +#line 493 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_INDIR+(yyvsp[(2) - (3)].lval); + } + break; + + case 98: +#line 498 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_INDIR+D_SP; + } + break; + + case 99: +#line 503 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_INDIR+D_NONE; + (yyval.gen).index = (yyvsp[(2) - (5)].lval); + (yyval.gen).scale = (yyvsp[(4) - (5)].lval); + checkscale((yyval.gen).scale); + } + break; + + case 100: +#line 511 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_INDIR+(yyvsp[(2) - (8)].lval); + (yyval.gen).index = (yyvsp[(5) - (8)].lval); + (yyval.gen).scale = (yyvsp[(7) - (8)].lval); + checkscale((yyval.gen).scale); + } + break; + + case 101: +#line 521 "a.y" + { + (yyval.gen) = (yyvsp[(1) - (1)].gen); + } + break; + + case 102: +#line 525 "a.y" + { + (yyval.gen) = (yyvsp[(1) - (6)].gen); + (yyval.gen).index = (yyvsp[(3) - (6)].lval); + (yyval.gen).scale = (yyvsp[(5) - (6)].lval); + checkscale((yyval.gen).scale); + } + break; + + case 103: +#line 534 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = (yyvsp[(4) - (5)].lval); + (yyval.gen).sym = (yyvsp[(1) - (5)].sym); + (yyval.gen).offset = (yyvsp[(2) - (5)].lval); + } + break; + + case 104: +#line 541 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_STATIC; + (yyval.gen).sym = (yyvsp[(1) - (7)].sym); + (yyval.gen).offset = (yyvsp[(4) - (7)].lval); + } + break; + + case 105: +#line 549 "a.y" + { + (yyval.lval) = 0; + } + break; + + case 106: +#line 553 "a.y" + { + (yyval.lval) = (yyvsp[(2) - (2)].lval); + } + break; + + case 107: +#line 557 "a.y" + { + (yyval.lval) = -(yyvsp[(2) - (2)].lval); + } + break; + + case 109: +#line 564 "a.y" + { + (yyval.lval) = D_AUTO; + } + break; + + case 112: +#line 572 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (1)].sym)->value; + } + break; + + case 113: +#line 576 "a.y" + { + (yyval.lval) = -(yyvsp[(2) - (2)].lval); + } + break; + + case 114: +#line 580 "a.y" + { + (yyval.lval) = (yyvsp[(2) - (2)].lval); + } + break; + + case 115: +#line 584 "a.y" + { + (yyval.lval) = ~(yyvsp[(2) - (2)].lval); + } + break; + + case 116: +#line 588 "a.y" + { + (yyval.lval) = (yyvsp[(2) - (3)].lval); + } + break; + + case 117: +#line 594 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (1)].lval) & 0xffffffffLL; + } + break; + + case 118: +#line 598 "a.y" + { + (yyval.lval) = -(yyvsp[(2) - (2)].lval) & 0xffffffffLL; + } + break; + + case 119: +#line 602 "a.y" + { + (yyval.lval) = ((yyvsp[(1) - (3)].lval) & 0xffffffffLL) + + (((yyvsp[(3) - (3)].lval) & 0xffffLL) << 32); + } + break; + + case 120: +#line 607 "a.y" + { + (yyval.lval) = (-(yyvsp[(2) - (4)].lval) & 0xffffffffLL) + + (((yyvsp[(4) - (4)].lval) & 0xffffLL) << 32); + } + break; + + case 122: +#line 615 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) + (yyvsp[(3) - (3)].lval); + } + break; + + case 123: +#line 619 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) - (yyvsp[(3) - (3)].lval); + } + break; + + case 124: +#line 623 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) * (yyvsp[(3) - (3)].lval); + } + break; + + case 125: +#line 627 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) / (yyvsp[(3) - (3)].lval); + } + break; + + case 126: +#line 631 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) % (yyvsp[(3) - (3)].lval); + } + break; + + case 127: +#line 635 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (4)].lval) << (yyvsp[(4) - (4)].lval); + } + break; + + case 128: +#line 639 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (4)].lval) >> (yyvsp[(4) - (4)].lval); + } + break; + + case 129: +#line 643 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) & (yyvsp[(3) - (3)].lval); + } + break; + + case 130: +#line 647 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) ^ (yyvsp[(3) - (3)].lval); + } + break; + + case 131: +#line 651 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) | (yyvsp[(3) - (3)].lval); + } + break; + + +/* Line 1267 of yacc.c. */ +#line 2517 "y.tab.c" + default: break; + } + YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); + + YYPOPSTACK (yylen); + yylen = 0; + YY_STACK_PRINT (yyss, yyssp); + + *++yyvsp = yyval; + + + /* Now `shift' the result of the reduction. Determine what state + that goes to, based on the state we popped back to and the rule + number reduced by. */ + + yyn = yyr1[yyn]; + + yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; + if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) + yystate = yytable[yystate]; + else + yystate = yydefgoto[yyn - YYNTOKENS]; + + goto yynewstate; + + +/*------------------------------------. +| yyerrlab -- here on detecting error | +`------------------------------------*/ +yyerrlab: + /* If not already recovering from an error, report this error. */ + if (!yyerrstatus) + { + ++yynerrs; +#if ! YYERROR_VERBOSE + yyerror (YY_("syntax error")); +#else + { + YYSIZE_T yysize = yysyntax_error (0, yystate, yychar); + if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM) + { + YYSIZE_T yyalloc = 2 * yysize; + if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM)) + yyalloc = YYSTACK_ALLOC_MAXIMUM; + if (yymsg != yymsgbuf) + YYSTACK_FREE (yymsg); + yymsg = (char *) YYSTACK_ALLOC (yyalloc); + if (yymsg) + yymsg_alloc = yyalloc; + else + { + yymsg = yymsgbuf; + yymsg_alloc = sizeof yymsgbuf; + } + } + + if (0 < yysize && yysize <= yymsg_alloc) + { + (void) yysyntax_error (yymsg, yystate, yychar); + yyerror (yymsg); + } + else + { + yyerror (YY_("syntax error")); + if (yysize != 0) + goto yyexhaustedlab; + } + } +#endif + } + + + + if (yyerrstatus == 3) + { + /* If just tried and failed to reuse look-ahead token after an + error, discard it. */ + + if (yychar <= YYEOF) + { + /* Return failure if at end of input. */ + if (yychar == YYEOF) + YYABORT; + } + else + { + yydestruct ("Error: discarding", + yytoken, &yylval); + yychar = YYEMPTY; + } + } + + /* Else will try to reuse look-ahead token after shifting the error + token. */ + goto yyerrlab1; + + +/*---------------------------------------------------. +| yyerrorlab -- error raised explicitly by YYERROR. | +`---------------------------------------------------*/ +yyerrorlab: + + /* Pacify compilers like GCC when the user code never invokes + YYERROR and the label yyerrorlab therefore never appears in user + code. */ + if (/*CONSTCOND*/ 0) + goto yyerrorlab; + + /* Do not reclaim the symbols of the rule which action triggered + this YYERROR. */ + YYPOPSTACK (yylen); + yylen = 0; + YY_STACK_PRINT (yyss, yyssp); + yystate = *yyssp; + goto yyerrlab1; + + +/*-------------------------------------------------------------. +| yyerrlab1 -- common code for both syntax error and YYERROR. | +`-------------------------------------------------------------*/ +yyerrlab1: + yyerrstatus = 3; /* Each real token shifted decrements this. */ + + for (;;) + { + yyn = yypact[yystate]; + if (yyn != YYPACT_NINF) + { + yyn += YYTERROR; + if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) + { + yyn = yytable[yyn]; + if (0 < yyn) + break; + } + } + + /* Pop the current state because it cannot handle the error token. */ + if (yyssp == yyss) + YYABORT; + + + yydestruct ("Error: popping", + yystos[yystate], yyvsp); + YYPOPSTACK (1); + yystate = *yyssp; + YY_STACK_PRINT (yyss, yyssp); + } + + if (yyn == YYFINAL) + YYACCEPT; + + *++yyvsp = yylval; + + + /* Shift the error token. */ + YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); + + yystate = yyn; + goto yynewstate; + + +/*-------------------------------------. +| yyacceptlab -- YYACCEPT comes here. | +`-------------------------------------*/ +yyacceptlab: + yyresult = 0; + goto yyreturn; + +/*-----------------------------------. +| yyabortlab -- YYABORT comes here. | +`-----------------------------------*/ +yyabortlab: + yyresult = 1; + goto yyreturn; + +#ifndef yyoverflow +/*-------------------------------------------------. +| yyexhaustedlab -- memory exhaustion comes here. | +`-------------------------------------------------*/ +yyexhaustedlab: + yyerror (YY_("memory exhausted")); + yyresult = 2; + /* Fall through. */ +#endif + +yyreturn: + if (yychar != YYEOF && yychar != YYEMPTY) + yydestruct ("Cleanup: discarding lookahead", + yytoken, &yylval); + /* Do not reclaim the symbols of the rule which action triggered + this YYABORT or YYACCEPT. */ + YYPOPSTACK (yylen); + YY_STACK_PRINT (yyss, yyssp); + while (yyssp != yyss) + { + yydestruct ("Cleanup: popping", + yystos[*yyssp], yyvsp); + YYPOPSTACK (1); + } +#ifndef yyoverflow + if (yyss != yyssa) + YYSTACK_FREE (yyss); +#endif +#if YYERROR_VERBOSE + if (yymsg != yymsgbuf) + YYSTACK_FREE (yymsg); +#endif + /* Make sure YYID is used. */ + return YYID (yyresult); +} + + + diff --git a/src/cmd/6a/y.tab.h b/src/cmd/6a/y.tab.h new file mode 100644 index 0000000000..3cca766d3a --- /dev/null +++ b/src/cmd/6a/y.tab.h @@ -0,0 +1,135 @@ +/* A Bison parser, made by GNU Bison 2.3. */ + +/* Skeleton interface for Bison's Yacc-like parsers in C + + Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ + +/* As a special exception, you may create a larger work that contains + part or all of the Bison parser skeleton and distribute that work + under terms of your choice, so long as that work isn't itself a + parser generator using the skeleton or a modified version thereof + as a parser skeleton. Alternatively, if you modify or redistribute + the parser skeleton itself, you may (at your option) remove this + special exception, which will cause the skeleton and the resulting + Bison output files to be licensed under the GNU General Public + License without this special exception. + + This special exception was added by the Free Software Foundation in + version 2.2 of Bison. */ + +/* Tokens. */ +#ifndef YYTOKENTYPE +# define YYTOKENTYPE + /* Put the tokens into the symbol table, so that GDB and other debuggers + know about them. */ + enum yytokentype { + LTYPE0 = 258, + LTYPE1 = 259, + LTYPE2 = 260, + LTYPE3 = 261, + LTYPE4 = 262, + LTYPEC = 263, + LTYPED = 264, + LTYPEN = 265, + LTYPER = 266, + LTYPET = 267, + LTYPEG = 268, + LTYPES = 269, + LTYPEM = 270, + LTYPEI = 271, + LTYPEXC = 272, + LTYPEX = 273, + LTYPERT = 274, + LCONST = 275, + LFP = 276, + LPC = 277, + LSB = 278, + LBREG = 279, + LLREG = 280, + LSREG = 281, + LFREG = 282, + LMREG = 283, + LXREG = 284, + LFCONST = 285, + LSCONST = 286, + LSP = 287, + LNAME = 288, + LLAB = 289, + LVAR = 290 + }; +#endif +/* Tokens. */ +#define LTYPE0 258 +#define LTYPE1 259 +#define LTYPE2 260 +#define LTYPE3 261 +#define LTYPE4 262 +#define LTYPEC 263 +#define LTYPED 264 +#define LTYPEN 265 +#define LTYPER 266 +#define LTYPET 267 +#define LTYPEG 268 +#define LTYPES 269 +#define LTYPEM 270 +#define LTYPEI 271 +#define LTYPEXC 272 +#define LTYPEX 273 +#define LTYPERT 274 +#define LCONST 275 +#define LFP 276 +#define LPC 277 +#define LSB 278 +#define LBREG 279 +#define LLREG 280 +#define LSREG 281 +#define LFREG 282 +#define LMREG 283 +#define LXREG 284 +#define LFCONST 285 +#define LSCONST 286 +#define LSP 287 +#define LNAME 288 +#define LLAB 289 +#define LVAR 290 + + + + +#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED +typedef union YYSTYPE +#line 37 "a.y" +{ + Sym *sym; + vlong lval; + double dval; + char sval[8]; + Gen gen; + Gen2 gen2; +} +/* Line 1529 of yacc.c. */ +#line 128 "y.tab.h" + YYSTYPE; +# define yystype YYSTYPE /* obsolescent; will be withdrawn */ +# define YYSTYPE_IS_DECLARED 1 +# define YYSTYPE_IS_TRIVIAL 1 +#endif + +extern YYSTYPE yylval; + diff --git a/src/cmd/8a/y.tab.c b/src/cmd/8a/y.tab.c new file mode 100644 index 0000000000..ccd3a25632 --- /dev/null +++ b/src/cmd/8a/y.tab.c @@ -0,0 +1,2852 @@ + +/* A Bison parser, made by GNU Bison 2.4.1. */ + +/* Skeleton implementation for Bison's Yacc-like parsers in C + + Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Free Software Foundation, Inc. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ + +/* As a special exception, you may create a larger work that contains + part or all of the Bison parser skeleton and distribute that work + under terms of your choice, so long as that work isn't itself a + parser generator using the skeleton or a modified version thereof + as a parser skeleton. Alternatively, if you modify or redistribute + the parser skeleton itself, you may (at your option) remove this + special exception, which will cause the skeleton and the resulting + Bison output files to be licensed under the GNU General Public + License without this special exception. + + This special exception was added by the Free Software Foundation in + version 2.2 of Bison. */ + +/* C LALR(1) parser skeleton written by Richard Stallman, by + simplifying the original so-called "semantic" parser. */ + +/* All symbols defined below should begin with yy or YY, to avoid + infringing on user name space. This should be done even for local + variables, as they might otherwise be expanded by user macros. + There are some unavoidable exceptions within include files to + define necessary library symbols; they are noted "INFRINGES ON + USER NAME SPACE" below. */ + +/* Identify Bison output. */ +#define YYBISON 1 + +/* Bison version. */ +#define YYBISON_VERSION "2.4.1" + +/* Skeleton name. */ +#define YYSKELETON_NAME "yacc.c" + +/* Pure parsers. */ +#define YYPURE 0 + +/* Push parsers. */ +#define YYPUSH 0 + +/* Pull parsers. */ +#define YYPULL 1 + +/* Using locations. */ +#define YYLSP_NEEDED 0 + + + +/* Copy the first part of user declarations. */ + +/* Line 189 of yacc.c */ +#line 31 "a.y" + +#include +#include /* if we don't, bison will, and a.h re-#defines getc */ +#include +#include "a.h" + + +/* Line 189 of yacc.c */ +#line 81 "y.tab.c" + +/* Enabling traces. */ +#ifndef YYDEBUG +# define YYDEBUG 0 +#endif + +/* Enabling verbose error messages. */ +#ifdef YYERROR_VERBOSE +# undef YYERROR_VERBOSE +# define YYERROR_VERBOSE 1 +#else +# define YYERROR_VERBOSE 0 +#endif + +/* Enabling the token table. */ +#ifndef YYTOKEN_TABLE +# define YYTOKEN_TABLE 0 +#endif + + +/* Tokens. */ +#ifndef YYTOKENTYPE +# define YYTOKENTYPE + /* Put the tokens into the symbol table, so that GDB and other debuggers + know about them. */ + enum yytokentype { + LTYPE0 = 258, + LTYPE1 = 259, + LTYPE2 = 260, + LTYPE3 = 261, + LTYPE4 = 262, + LTYPEC = 263, + LTYPED = 264, + LTYPEN = 265, + LTYPER = 266, + LTYPET = 267, + LTYPES = 268, + LTYPEM = 269, + LTYPEI = 270, + LTYPEG = 271, + LCONST = 272, + LFP = 273, + LPC = 274, + LSB = 275, + LBREG = 276, + LLREG = 277, + LSREG = 278, + LFREG = 279, + LFCONST = 280, + LSCONST = 281, + LSP = 282, + LNAME = 283, + LLAB = 284, + LVAR = 285 + }; +#endif +/* Tokens. */ +#define LTYPE0 258 +#define LTYPE1 259 +#define LTYPE2 260 +#define LTYPE3 261 +#define LTYPE4 262 +#define LTYPEC 263 +#define LTYPED 264 +#define LTYPEN 265 +#define LTYPER 266 +#define LTYPET 267 +#define LTYPES 268 +#define LTYPEM 269 +#define LTYPEI 270 +#define LTYPEG 271 +#define LCONST 272 +#define LFP 273 +#define LPC 274 +#define LSB 275 +#define LBREG 276 +#define LLREG 277 +#define LSREG 278 +#define LFREG 279 +#define LFCONST 280 +#define LSCONST 281 +#define LSP 282 +#define LNAME 283 +#define LLAB 284 +#define LVAR 285 + + + + +#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED +typedef union YYSTYPE +{ + +/* Line 214 of yacc.c */ +#line 37 "a.y" + + Sym *sym; + int32 lval; + struct { + int32 v1; + int32 v2; + } con2; + double dval; + char sval[8]; + Gen gen; + Gen2 gen2; + + + +/* Line 214 of yacc.c */ +#line 192 "y.tab.c" +} YYSTYPE; +# define YYSTYPE_IS_TRIVIAL 1 +# define yystype YYSTYPE /* obsolescent; will be withdrawn */ +# define YYSTYPE_IS_DECLARED 1 +#endif + + +/* Copy the second part of user declarations. */ + + +/* Line 264 of yacc.c */ +#line 204 "y.tab.c" + +#ifdef short +# undef short +#endif + +#ifdef YYTYPE_UINT8 +typedef YYTYPE_UINT8 yytype_uint8; +#else +typedef unsigned char yytype_uint8; +#endif + +#ifdef YYTYPE_INT8 +typedef YYTYPE_INT8 yytype_int8; +#elif (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +typedef signed char yytype_int8; +#else +typedef short int yytype_int8; +#endif + +#ifdef YYTYPE_UINT16 +typedef YYTYPE_UINT16 yytype_uint16; +#else +typedef unsigned short int yytype_uint16; +#endif + +#ifdef YYTYPE_INT16 +typedef YYTYPE_INT16 yytype_int16; +#else +typedef short int yytype_int16; +#endif + +#ifndef YYSIZE_T +# ifdef __SIZE_TYPE__ +# define YYSIZE_T __SIZE_TYPE__ +# elif defined size_t +# define YYSIZE_T size_t +# elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +# include /* INFRINGES ON USER NAME SPACE */ +# define YYSIZE_T size_t +# else +# define YYSIZE_T unsigned int +# endif +#endif + +#define YYSIZE_MAXIMUM ((YYSIZE_T) -1) + +#ifndef YY_ +# if YYENABLE_NLS +# if ENABLE_NLS +# include /* INFRINGES ON USER NAME SPACE */ +# define YY_(msgid) dgettext ("bison-runtime", msgid) +# endif +# endif +# ifndef YY_ +# define YY_(msgid) msgid +# endif +#endif + +/* Suppress unused-variable warnings by "using" E. */ +#if ! defined lint || defined __GNUC__ +# define YYUSE(e) ((void) (e)) +#else +# define YYUSE(e) /* empty */ +#endif + +/* Identity function, used to suppress warnings about constant conditions. */ +#ifndef lint +# define YYID(n) (n) +#else +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static int +YYID (int yyi) +#else +static int +YYID (yyi) + int yyi; +#endif +{ + return yyi; +} +#endif + +#if ! defined yyoverflow || YYERROR_VERBOSE + +/* The parser invokes alloca or malloc; define the necessary symbols. */ + +# ifdef YYSTACK_USE_ALLOCA +# if YYSTACK_USE_ALLOCA +# ifdef __GNUC__ +# define YYSTACK_ALLOC __builtin_alloca +# elif defined __BUILTIN_VA_ARG_INCR +# include /* INFRINGES ON USER NAME SPACE */ +# elif defined _AIX +# define YYSTACK_ALLOC __alloca +# elif defined _MSC_VER +# include /* INFRINGES ON USER NAME SPACE */ +# define alloca _alloca +# else +# define YYSTACK_ALLOC alloca +# if ! defined _ALLOCA_H && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +# include /* INFRINGES ON USER NAME SPACE */ +# ifndef _STDLIB_H +# define _STDLIB_H 1 +# endif +# endif +# endif +# endif +# endif + +# ifdef YYSTACK_ALLOC + /* Pacify GCC's `empty if-body' warning. */ +# define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) +# ifndef YYSTACK_ALLOC_MAXIMUM + /* The OS might guarantee only one guard page at the bottom of the stack, + and a page size can be as small as 4096 bytes. So we cannot safely + invoke alloca (N) if N exceeds 4096. Use a slightly smaller number + to allow for a few compiler-allocated temporary stack slots. */ +# define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ +# endif +# else +# define YYSTACK_ALLOC YYMALLOC +# define YYSTACK_FREE YYFREE +# ifndef YYSTACK_ALLOC_MAXIMUM +# define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM +# endif +# if (defined __cplusplus && ! defined _STDLIB_H \ + && ! ((defined YYMALLOC || defined malloc) \ + && (defined YYFREE || defined free))) +# include /* INFRINGES ON USER NAME SPACE */ +# ifndef _STDLIB_H +# define _STDLIB_H 1 +# endif +# endif +# ifndef YYMALLOC +# define YYMALLOC malloc +# if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ +# endif +# endif +# ifndef YYFREE +# define YYFREE free +# if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +void free (void *); /* INFRINGES ON USER NAME SPACE */ +# endif +# endif +# endif +#endif /* ! defined yyoverflow || YYERROR_VERBOSE */ + + +#if (! defined yyoverflow \ + && (! defined __cplusplus \ + || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) + +/* A type that is properly aligned for any stack member. */ +union yyalloc +{ + yytype_int16 yyss_alloc; + YYSTYPE yyvs_alloc; +}; + +/* The size of the maximum gap between one aligned stack and the next. */ +# define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) + +/* The size of an array large to enough to hold all stacks, each with + N elements. */ +# define YYSTACK_BYTES(N) \ + ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + + YYSTACK_GAP_MAXIMUM) + +/* Copy COUNT objects from FROM to TO. The source and destination do + not overlap. */ +# ifndef YYCOPY +# if defined __GNUC__ && 1 < __GNUC__ +# define YYCOPY(To, From, Count) \ + __builtin_memcpy (To, From, (Count) * sizeof (*(From))) +# else +# define YYCOPY(To, From, Count) \ + do \ + { \ + YYSIZE_T yyi; \ + for (yyi = 0; yyi < (Count); yyi++) \ + (To)[yyi] = (From)[yyi]; \ + } \ + while (YYID (0)) +# endif +# endif + +/* Relocate STACK from its old location to the new one. The + local variables YYSIZE and YYSTACKSIZE give the old and new number of + elements in the stack, and YYPTR gives the new location of the + stack. Advance YYPTR to a properly aligned location for the next + stack. */ +# define YYSTACK_RELOCATE(Stack_alloc, Stack) \ + do \ + { \ + YYSIZE_T yynewbytes; \ + YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ + Stack = &yyptr->Stack_alloc; \ + yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ + yyptr += yynewbytes / sizeof (*yyptr); \ + } \ + while (YYID (0)) + +#endif + +/* YYFINAL -- State number of the termination state. */ +#define YYFINAL 2 +/* YYLAST -- Last index in YYTABLE. */ +#define YYLAST 483 + +/* YYNTOKENS -- Number of terminals. */ +#define YYNTOKENS 49 +/* YYNNTS -- Number of nonterminals. */ +#define YYNNTS 37 +/* YYNRULES -- Number of rules. */ +#define YYNRULES 124 +/* YYNRULES -- Number of states. */ +#define YYNSTATES 244 + +/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ +#define YYUNDEFTOK 2 +#define YYMAXUTOK 285 + +#define YYTRANSLATE(YYX) \ + ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) + +/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ +static const yytype_uint8 yytranslate[] = +{ + 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 47, 12, 5, 2, + 45, 46, 10, 8, 44, 9, 2, 11, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 41, 42, + 6, 43, 7, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 4, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 3, 2, 48, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 1, 2, 13, 14, + 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, + 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, + 35, 36, 37, 38, 39, 40 +}; + +#if YYDEBUG +/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in + YYRHS. */ +static const yytype_uint16 yyprhs[] = +{ + 0, 0, 3, 4, 5, 9, 10, 15, 16, 21, + 23, 26, 29, 33, 37, 40, 43, 46, 49, 52, + 55, 58, 61, 64, 67, 70, 73, 76, 79, 80, + 82, 86, 90, 93, 95, 98, 100, 103, 105, 111, + 115, 121, 124, 126, 129, 131, 133, 137, 143, 147, + 153, 156, 158, 162, 166, 172, 174, 176, 178, 180, + 183, 186, 188, 190, 192, 194, 196, 201, 204, 207, + 209, 211, 213, 215, 217, 220, 223, 226, 229, 234, + 240, 244, 247, 249, 252, 256, 261, 263, 265, 267, + 272, 277, 284, 294, 298, 302, 307, 313, 322, 324, + 331, 337, 345, 346, 349, 352, 354, 356, 358, 360, + 362, 365, 368, 371, 375, 377, 381, 385, 389, 393, + 397, 402, 407, 411, 415 +}; + +/* YYRHS -- A `-1'-separated list of the rules' RHS. */ +static const yytype_int8 yyrhs[] = +{ + 50, 0, -1, -1, -1, 50, 51, 52, -1, -1, + 39, 41, 53, 52, -1, -1, 38, 41, 54, 52, + -1, 42, -1, 55, 42, -1, 1, 42, -1, 38, + 43, 85, -1, 40, 43, 85, -1, 13, 56, -1, + 14, 60, -1, 15, 59, -1, 16, 57, -1, 17, + 58, -1, 21, 61, -1, 19, 62, -1, 22, 63, + -1, 18, 64, -1, 20, 65, -1, 23, 66, -1, + 24, 67, -1, 25, 68, -1, 26, 69, -1, -1, + 44, -1, 72, 44, 70, -1, 70, 44, 72, -1, + 72, 44, -1, 72, -1, 44, 70, -1, 70, -1, + 44, 73, -1, 73, -1, 81, 11, 84, 44, 75, + -1, 78, 44, 76, -1, 78, 44, 84, 44, 76, + -1, 44, 71, -1, 71, -1, 10, 81, -1, 56, + -1, 60, -1, 72, 44, 70, -1, 72, 44, 70, + 41, 32, -1, 72, 44, 70, -1, 72, 44, 70, + 41, 33, -1, 72, 44, -1, 72, -1, 72, 44, + 70, -1, 78, 44, 75, -1, 78, 44, 84, 44, + 75, -1, 74, -1, 78, -1, 73, -1, 80, -1, + 10, 74, -1, 10, 79, -1, 74, -1, 79, -1, + 75, -1, 70, -1, 75, -1, 84, 45, 29, 46, + -1, 38, 82, -1, 39, 82, -1, 31, -1, 34, + -1, 32, -1, 37, -1, 33, -1, 47, 84, -1, + 47, 81, -1, 47, 36, -1, 47, 35, -1, 47, + 45, 35, 46, -1, 47, 45, 9, 35, 46, -1, + 47, 9, 35, -1, 47, 77, -1, 27, -1, 9, + 27, -1, 27, 9, 27, -1, 9, 27, 9, 27, + -1, 79, -1, 80, -1, 84, -1, 84, 45, 32, + 46, -1, 84, 45, 37, 46, -1, 84, 45, 32, + 10, 84, 46, -1, 84, 45, 32, 46, 45, 32, + 10, 84, 46, -1, 45, 32, 46, -1, 45, 37, + 46, -1, 84, 45, 33, 46, -1, 45, 32, 10, + 84, 46, -1, 45, 32, 46, 45, 32, 10, 84, + 46, -1, 81, -1, 81, 45, 32, 10, 84, 46, + -1, 38, 82, 45, 83, 46, -1, 38, 6, 7, + 82, 45, 30, 46, -1, -1, 8, 84, -1, 9, + 84, -1, 30, -1, 37, -1, 28, -1, 27, -1, + 40, -1, 9, 84, -1, 8, 84, -1, 48, 84, + -1, 45, 85, 46, -1, 84, -1, 85, 8, 85, + -1, 85, 9, 85, -1, 85, 10, 85, -1, 85, + 11, 85, -1, 85, 12, 85, -1, 85, 6, 6, + 85, -1, 85, 7, 7, 85, -1, 85, 5, 85, + -1, 85, 4, 85, -1, 85, 3, 85, -1 +}; + +/* YYRLINE[YYN] -- source line where rule number YYN was defined. */ +static const yytype_uint16 yyrline[] = +{ + 0, 68, 68, 70, 69, 77, 76, 84, 83, 89, + 90, 91, 94, 99, 105, 106, 107, 108, 109, 110, + 111, 112, 113, 114, 115, 116, 117, 118, 121, 125, + 132, 139, 146, 151, 158, 163, 170, 175, 182, 190, + 195, 203, 208, 213, 222, 223, 226, 231, 241, 246, + 256, 261, 266, 273, 278, 286, 287, 290, 291, 292, + 296, 300, 301, 302, 305, 306, 309, 315, 324, 333, + 338, 343, 348, 353, 360, 366, 377, 383, 389, 395, + 401, 409, 418, 423, 428, 433, 440, 441, 444, 450, + 456, 462, 471, 480, 485, 490, 496, 504, 514, 518, + 527, 534, 543, 546, 550, 556, 557, 561, 564, 565, + 569, 573, 577, 581, 587, 588, 592, 596, 600, 604, + 608, 612, 616, 620, 624 +}; +#endif + +#if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE +/* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. + First, the terminals, then, starting at YYNTOKENS, nonterminals. */ +static const char *const yytname[] = +{ + "$end", "error", "$undefined", "'|'", "'^'", "'&'", "'<'", "'>'", "'+'", + "'-'", "'*'", "'/'", "'%'", "LTYPE0", "LTYPE1", "LTYPE2", "LTYPE3", + "LTYPE4", "LTYPEC", "LTYPED", "LTYPEN", "LTYPER", "LTYPET", "LTYPES", + "LTYPEM", "LTYPEI", "LTYPEG", "LCONST", "LFP", "LPC", "LSB", "LBREG", + "LLREG", "LSREG", "LFREG", "LFCONST", "LSCONST", "LSP", "LNAME", "LLAB", + "LVAR", "':'", "';'", "'='", "','", "'('", "')'", "'$'", "'~'", + "$accept", "prog", "$@1", "line", "$@2", "$@3", "inst", "nonnon", + "rimrem", "remrim", "rimnon", "nonrem", "nonrel", "spec1", "spec2", + "spec3", "spec4", "spec5", "spec6", "spec7", "spec8", "rem", "rom", + "rim", "rel", "reg", "imm", "imm2", "con2", "mem", "omem", "nmem", "nam", + "offset", "pointer", "con", "expr", 0 +}; +#endif + +# ifdef YYPRINT +/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to + token YYLEX-NUM. */ +static const yytype_uint16 yytoknum[] = +{ + 0, 256, 257, 124, 94, 38, 60, 62, 43, 45, + 42, 47, 37, 258, 259, 260, 261, 262, 263, 264, + 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, + 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, + 285, 58, 59, 61, 44, 40, 41, 36, 126 +}; +# endif + +/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ +static const yytype_uint8 yyr1[] = +{ + 0, 49, 50, 51, 50, 53, 52, 54, 52, 52, + 52, 52, 55, 55, 55, 55, 55, 55, 55, 55, + 55, 55, 55, 55, 55, 55, 55, 55, 56, 56, + 57, 58, 59, 59, 60, 60, 61, 61, 62, 63, + 63, 64, 64, 64, 65, 65, 66, 66, 67, 67, + 68, 68, 68, 69, 69, 70, 70, 71, 71, 71, + 71, 71, 71, 71, 72, 72, 73, 73, 73, 74, + 74, 74, 74, 74, 75, 75, 75, 75, 75, 75, + 75, 76, 77, 77, 77, 77, 78, 78, 79, 79, + 79, 79, 79, 79, 79, 79, 79, 79, 80, 80, + 81, 81, 82, 82, 82, 83, 83, 83, 84, 84, + 84, 84, 84, 84, 85, 85, 85, 85, 85, 85, + 85, 85, 85, 85, 85 +}; + +/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ +static const yytype_uint8 yyr2[] = +{ + 0, 2, 0, 0, 3, 0, 4, 0, 4, 1, + 2, 2, 3, 3, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 0, 1, + 3, 3, 2, 1, 2, 1, 2, 1, 5, 3, + 5, 2, 1, 2, 1, 1, 3, 5, 3, 5, + 2, 1, 3, 3, 5, 1, 1, 1, 1, 2, + 2, 1, 1, 1, 1, 1, 4, 2, 2, 1, + 1, 1, 1, 1, 2, 2, 2, 2, 4, 5, + 3, 2, 1, 2, 3, 4, 1, 1, 1, 4, + 4, 6, 9, 3, 3, 4, 5, 8, 1, 6, + 5, 7, 0, 2, 2, 1, 1, 1, 1, 1, + 2, 2, 2, 3, 1, 3, 3, 3, 3, 3, + 4, 4, 3, 3, 3 +}; + +/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state + STATE-NUM when YYTABLE doesn't specify something else to do. Zero + means the default is an error. */ +static const yytype_uint8 yydefact[] = +{ + 2, 3, 1, 0, 0, 28, 0, 0, 0, 0, + 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 9, 4, 0, 11, 29, 14, 0, 0, + 108, 69, 71, 73, 70, 72, 102, 109, 0, 0, + 0, 15, 35, 55, 56, 86, 87, 98, 88, 0, + 16, 64, 33, 65, 17, 0, 18, 0, 0, 102, + 102, 0, 22, 42, 57, 61, 63, 62, 58, 88, + 20, 0, 29, 44, 45, 23, 102, 0, 0, 19, + 37, 0, 21, 0, 24, 0, 25, 0, 26, 51, + 27, 0, 7, 0, 5, 0, 10, 111, 110, 0, + 0, 0, 0, 34, 0, 0, 114, 0, 112, 0, + 0, 0, 77, 76, 0, 75, 74, 32, 0, 0, + 59, 60, 43, 67, 68, 0, 41, 0, 0, 67, + 36, 0, 0, 0, 0, 50, 0, 0, 12, 0, + 13, 102, 103, 104, 0, 0, 93, 94, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 113, 0, + 0, 0, 0, 80, 0, 0, 30, 31, 0, 0, + 0, 39, 0, 46, 48, 52, 53, 0, 8, 6, + 0, 107, 105, 106, 0, 0, 0, 124, 123, 122, + 0, 0, 115, 116, 117, 118, 119, 0, 0, 89, + 95, 90, 0, 78, 66, 0, 0, 82, 81, 0, + 0, 0, 0, 0, 100, 96, 0, 120, 121, 0, + 0, 0, 79, 38, 83, 0, 40, 47, 49, 54, + 0, 0, 99, 91, 0, 0, 84, 101, 0, 0, + 85, 97, 0, 92 +}; + +/* YYDEFGOTO[NTERM-NUM]. */ +static const yytype_int16 yydefgoto[] = +{ + -1, 1, 3, 23, 139, 137, 24, 27, 54, 56, + 50, 41, 79, 70, 82, 62, 75, 84, 86, 88, + 90, 51, 63, 52, 64, 43, 53, 171, 208, 44, + 45, 46, 47, 102, 184, 48, 107 +}; + +/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing + STATE-NUM. */ +#define YYPACT_NINF -107 +static const yytype_int16 yypact[] = +{ + -107, 9, -107, 151, -28, -19, 235, 255, 255, 302, + 175, 6, 282, 34, 363, 255, 255, 255, 363, -3, + -6, 5, -107, -107, 4, -107, -107, -107, 373, 373, + -107, -107, -107, -107, -107, -107, 128, -107, 302, 343, + 373, -107, -107, -107, -107, -107, -107, 17, 19, 115, + -107, -107, 15, -107, -107, 27, -107, 42, 302, 128, + 72, 208, -107, -107, -107, -107, -107, -107, -107, 52, + -107, 44, 302, -107, -107, -107, 72, 359, 373, -107, + -107, 55, -107, 71, -107, 76, -107, 81, -107, 84, + -107, 97, -107, 373, -107, 373, -107, -107, -107, 142, + 373, 373, 114, -107, 1, 116, -107, 102, -107, 129, + 66, 385, -107, -107, 387, -107, -107, -107, 302, 255, + -107, -107, -107, 114, -107, 329, -107, 168, 373, -107, + -107, 149, 18, 302, 302, 302, 397, 151, 447, 151, + 447, 72, -107, -107, 47, 373, 134, -107, 373, 373, + 373, 176, 179, 373, 373, 373, 373, 373, -107, 182, + 3, 148, 152, -107, 401, 153, -107, -107, 158, 166, + 14, -107, 167, 154, 189, -107, -107, 187, -107, -107, + 188, -107, -107, -107, 186, 190, 202, 456, 464, 471, + 373, 373, 146, 146, -107, -107, -107, 373, 373, 192, + -107, -107, 203, -107, -107, 191, 223, 242, -107, 205, + 222, 224, 191, 228, -107, -107, 249, 216, 216, 214, + 215, 233, -107, -107, 261, 244, -107, -107, -107, -107, + 230, 373, -107, -107, 264, 250, -107, -107, 232, 373, + -107, -107, 238, -107 +}; + +/* YYPGOTO[NTERM-NUM]. */ +static const yytype_int16 yypgoto[] = +{ + -107, -107, -107, -106, -107, -107, -107, 269, -107, -107, + -107, 273, -107, -107, -107, -107, -107, -107, -107, -107, + -107, -2, 236, 0, -1, -8, -9, 85, -107, 10, + -4, -5, 11, -39, -107, -10, -61 +}; + +/* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If + positive, shift that token. If negative, reduce the rule which + number is the opposite. If zero, do what YYDEFACT says. + If YYTABLE_NINF, syntax error. */ +#define YYTABLE_NINF -1 +static const yytype_uint8 yytable[] = +{ + 69, 66, 65, 81, 42, 68, 67, 57, 55, 2, + 42, 145, 80, 198, 25, 85, 87, 89, 97, 98, + 123, 124, 71, 206, 83, 26, 28, 29, 91, 106, + 108, 178, 138, 179, 140, 94, 103, 129, 92, 116, + 93, 207, 28, 29, 36, 30, 96, 146, 95, 199, + 120, 69, 66, 65, 121, 128, 68, 67, 37, 117, + 115, 30, 109, 78, 110, 170, 40, 81, 106, 122, + 103, 118, 76, 60, 37, 181, 130, 182, 77, 78, + 100, 101, 40, 106, 183, 106, 119, 187, 188, 189, + 142, 143, 192, 193, 194, 195, 196, 127, 160, 161, + 131, 98, 180, 162, 106, 148, 149, 150, 151, 152, + 153, 154, 155, 156, 157, 132, 166, 120, 169, 167, + 133, 121, 172, 28, 111, 134, 177, 176, 135, 217, + 218, 173, 174, 175, 99, 185, 100, 101, 106, 106, + 106, 136, 30, 106, 106, 106, 106, 106, 158, 141, + 112, 113, 4, 36, 98, 37, 155, 156, 157, 144, + 114, 159, 147, 40, 5, 6, 7, 8, 9, 10, + 11, 12, 13, 14, 15, 16, 17, 18, 168, 186, + 106, 106, 190, 28, 29, 58, 191, 219, 220, 19, + 20, 21, 197, 22, 200, 210, 223, 168, 201, 203, + 160, 161, 30, 229, 204, 162, 31, 32, 33, 34, + 205, 209, 35, 59, 60, 37, 28, 29, 125, 61, + 39, 238, 49, 40, 153, 154, 155, 156, 157, 242, + 211, 212, 214, 213, 216, 30, 215, 221, 49, 31, + 32, 33, 34, 28, 29, 35, 59, 60, 37, 222, + 224, 225, 170, 39, 227, 49, 40, 228, 230, 231, + 232, 233, 30, 28, 29, 234, 31, 32, 33, 34, + 235, 236, 35, 36, 239, 37, 237, 240, 241, 38, + 39, 73, 30, 40, 243, 74, 31, 32, 33, 34, + 28, 29, 35, 36, 226, 37, 0, 126, 0, 0, + 39, 0, 49, 40, 0, 0, 0, 0, 0, 30, + 28, 29, 0, 31, 32, 33, 34, 0, 0, 35, + 36, 0, 37, 0, 0, 0, 72, 39, 0, 30, + 40, 0, 0, 31, 32, 33, 34, 28, 29, 35, + 36, 0, 37, 0, 0, 0, 0, 39, 0, 0, + 40, 28, 29, 0, 0, 0, 30, 0, 0, 0, + 31, 32, 33, 34, 0, 0, 35, 28, 29, 37, + 30, 28, 29, 0, 39, 104, 0, 40, 0, 0, + 105, 28, 29, 37, 0, 0, 30, 0, 78, 0, + 30, 40, 0, 28, 29, 28, 164, 76, 60, 37, + 30, 36, 0, 37, 78, 28, 29, 40, 39, 28, + 29, 40, 30, 37, 30, 0, 0, 0, 78, 0, + 163, 40, 165, 0, 30, 37, 0, 37, 30, 0, + 78, 0, 78, 40, 0, 40, 202, 37, 0, 0, + 0, 37, 78, 0, 49, 40, 78, 0, 0, 40, + 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, + 149, 150, 151, 152, 153, 154, 155, 156, 157, 150, + 151, 152, 153, 154, 155, 156, 157, 151, 152, 153, + 154, 155, 156, 157 +}; + +static const yytype_int16 yycheck[] = +{ + 10, 10, 10, 13, 6, 10, 10, 9, 8, 0, + 12, 10, 13, 10, 42, 15, 16, 17, 28, 29, + 59, 60, 11, 9, 14, 44, 8, 9, 18, 39, + 40, 137, 93, 139, 95, 41, 38, 76, 41, 49, + 43, 27, 8, 9, 38, 27, 42, 46, 43, 46, + 58, 61, 61, 61, 58, 11, 61, 61, 40, 44, + 49, 27, 45, 45, 45, 47, 48, 77, 78, 58, + 72, 44, 38, 39, 40, 28, 77, 30, 44, 45, + 8, 9, 48, 93, 37, 95, 44, 148, 149, 150, + 100, 101, 153, 154, 155, 156, 157, 45, 32, 33, + 45, 111, 141, 37, 114, 3, 4, 5, 6, 7, + 8, 9, 10, 11, 12, 44, 118, 125, 128, 119, + 44, 125, 132, 8, 9, 44, 136, 136, 44, 190, + 191, 133, 134, 135, 6, 145, 8, 9, 148, 149, + 150, 44, 27, 153, 154, 155, 156, 157, 46, 7, + 35, 36, 1, 38, 164, 40, 10, 11, 12, 45, + 45, 32, 46, 48, 13, 14, 15, 16, 17, 18, + 19, 20, 21, 22, 23, 24, 25, 26, 29, 45, + 190, 191, 6, 8, 9, 10, 7, 197, 198, 38, + 39, 40, 10, 42, 46, 41, 205, 29, 46, 46, + 32, 33, 27, 212, 46, 37, 31, 32, 33, 34, + 44, 44, 37, 38, 39, 40, 8, 9, 10, 44, + 45, 231, 47, 48, 8, 9, 10, 11, 12, 239, + 41, 44, 46, 45, 32, 27, 46, 45, 47, 31, + 32, 33, 34, 8, 9, 37, 38, 39, 40, 46, + 27, 9, 47, 45, 32, 47, 48, 33, 30, 10, + 46, 46, 27, 8, 9, 32, 31, 32, 33, 34, + 9, 27, 37, 38, 10, 40, 46, 27, 46, 44, + 45, 12, 27, 48, 46, 12, 31, 32, 33, 34, + 8, 9, 37, 38, 209, 40, -1, 61, -1, -1, + 45, -1, 47, 48, -1, -1, -1, -1, -1, 27, + 8, 9, -1, 31, 32, 33, 34, -1, -1, 37, + 38, -1, 40, -1, -1, -1, 44, 45, -1, 27, + 48, -1, -1, 31, 32, 33, 34, 8, 9, 37, + 38, -1, 40, -1, -1, -1, -1, 45, -1, -1, + 48, 8, 9, -1, -1, -1, 27, -1, -1, -1, + 31, 32, 33, 34, -1, -1, 37, 8, 9, 40, + 27, 8, 9, -1, 45, 32, -1, 48, -1, -1, + 37, 8, 9, 40, -1, -1, 27, -1, 45, -1, + 27, 48, -1, 8, 9, 8, 9, 38, 39, 40, + 27, 38, -1, 40, 45, 8, 9, 48, 45, 8, + 9, 48, 27, 40, 27, -1, -1, -1, 45, -1, + 35, 48, 35, -1, 27, 40, -1, 40, 27, -1, + 45, -1, 45, 48, -1, 48, 35, 40, -1, -1, + -1, 40, 45, -1, 47, 48, 45, -1, -1, 48, + 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, + 4, 5, 6, 7, 8, 9, 10, 11, 12, 5, + 6, 7, 8, 9, 10, 11, 12, 6, 7, 8, + 9, 10, 11, 12 +}; + +/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing + symbol of state STATE-NUM. */ +static const yytype_uint8 yystos[] = +{ + 0, 50, 0, 51, 1, 13, 14, 15, 16, 17, + 18, 19, 20, 21, 22, 23, 24, 25, 26, 38, + 39, 40, 42, 52, 55, 42, 44, 56, 8, 9, + 27, 31, 32, 33, 34, 37, 38, 40, 44, 45, + 48, 60, 70, 74, 78, 79, 80, 81, 84, 47, + 59, 70, 72, 75, 57, 72, 58, 70, 10, 38, + 39, 44, 64, 71, 73, 74, 75, 79, 80, 84, + 62, 81, 44, 56, 60, 65, 38, 44, 45, 61, + 73, 84, 63, 78, 66, 72, 67, 72, 68, 72, + 69, 78, 41, 43, 41, 43, 42, 84, 84, 6, + 8, 9, 82, 70, 32, 37, 84, 85, 84, 45, + 45, 9, 35, 36, 45, 81, 84, 44, 44, 44, + 74, 79, 81, 82, 82, 10, 71, 45, 11, 82, + 73, 45, 44, 44, 44, 44, 44, 54, 85, 53, + 85, 7, 84, 84, 45, 10, 46, 46, 3, 4, + 5, 6, 7, 8, 9, 10, 11, 12, 46, 32, + 32, 33, 37, 35, 9, 35, 70, 72, 29, 84, + 47, 76, 84, 70, 70, 70, 75, 84, 52, 52, + 82, 28, 30, 37, 83, 84, 45, 85, 85, 85, + 6, 7, 85, 85, 85, 85, 85, 10, 10, 46, + 46, 46, 35, 46, 46, 44, 9, 27, 77, 44, + 41, 41, 44, 45, 46, 46, 32, 85, 85, 84, + 84, 45, 46, 75, 27, 9, 76, 32, 33, 75, + 30, 10, 46, 46, 32, 9, 27, 46, 84, 10, + 27, 46, 84, 46 +}; + +#define yyerrok (yyerrstatus = 0) +#define yyclearin (yychar = YYEMPTY) +#define YYEMPTY (-2) +#define YYEOF 0 + +#define YYACCEPT goto yyacceptlab +#define YYABORT goto yyabortlab +#define YYERROR goto yyerrorlab + + +/* Like YYERROR except do call yyerror. This remains here temporarily + to ease the transition to the new meaning of YYERROR, for GCC. + Once GCC version 2 has supplanted version 1, this can go. */ + +#define YYFAIL goto yyerrlab + +#define YYRECOVERING() (!!yyerrstatus) + +#define YYBACKUP(Token, Value) \ +do \ + if (yychar == YYEMPTY && yylen == 1) \ + { \ + yychar = (Token); \ + yylval = (Value); \ + yytoken = YYTRANSLATE (yychar); \ + YYPOPSTACK (1); \ + goto yybackup; \ + } \ + else \ + { \ + yyerror (YY_("syntax error: cannot back up")); \ + YYERROR; \ + } \ +while (YYID (0)) + + +#define YYTERROR 1 +#define YYERRCODE 256 + + +/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. + If N is 0, then set CURRENT to the empty location which ends + the previous symbol: RHS[0] (always defined). */ + +#define YYRHSLOC(Rhs, K) ((Rhs)[K]) +#ifndef YYLLOC_DEFAULT +# define YYLLOC_DEFAULT(Current, Rhs, N) \ + do \ + if (YYID (N)) \ + { \ + (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ + (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ + (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ + (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ + } \ + else \ + { \ + (Current).first_line = (Current).last_line = \ + YYRHSLOC (Rhs, 0).last_line; \ + (Current).first_column = (Current).last_column = \ + YYRHSLOC (Rhs, 0).last_column; \ + } \ + while (YYID (0)) +#endif + + +/* YY_LOCATION_PRINT -- Print the location on the stream. + This macro was not mandated originally: define only if we know + we won't break user code: when these are the locations we know. */ + +#ifndef YY_LOCATION_PRINT +# if YYLTYPE_IS_TRIVIAL +# define YY_LOCATION_PRINT(File, Loc) \ + fprintf (File, "%d.%d-%d.%d", \ + (Loc).first_line, (Loc).first_column, \ + (Loc).last_line, (Loc).last_column) +# else +# define YY_LOCATION_PRINT(File, Loc) ((void) 0) +# endif +#endif + + +/* YYLEX -- calling `yylex' with the right arguments. */ + +#ifdef YYLEX_PARAM +# define YYLEX yylex (YYLEX_PARAM) +#else +# define YYLEX yylex () +#endif + +/* Enable debugging if requested. */ +#if YYDEBUG + +# ifndef YYFPRINTF +# include /* INFRINGES ON USER NAME SPACE */ +# define YYFPRINTF fprintf +# endif + +# define YYDPRINTF(Args) \ +do { \ + if (yydebug) \ + YYFPRINTF Args; \ +} while (YYID (0)) + +# define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ +do { \ + if (yydebug) \ + { \ + YYFPRINTF (stderr, "%s ", Title); \ + yy_symbol_print (stderr, \ + Type, Value); \ + YYFPRINTF (stderr, "\n"); \ + } \ +} while (YYID (0)) + + +/*--------------------------------. +| Print this symbol on YYOUTPUT. | +`--------------------------------*/ + +/*ARGSUSED*/ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static void +yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) +#else +static void +yy_symbol_value_print (yyoutput, yytype, yyvaluep) + FILE *yyoutput; + int yytype; + YYSTYPE const * const yyvaluep; +#endif +{ + if (!yyvaluep) + return; +# ifdef YYPRINT + if (yytype < YYNTOKENS) + YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); +# else + YYUSE (yyoutput); +# endif + switch (yytype) + { + default: + break; + } +} + + +/*--------------------------------. +| Print this symbol on YYOUTPUT. | +`--------------------------------*/ + +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static void +yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) +#else +static void +yy_symbol_print (yyoutput, yytype, yyvaluep) + FILE *yyoutput; + int yytype; + YYSTYPE const * const yyvaluep; +#endif +{ + if (yytype < YYNTOKENS) + YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); + else + YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); + + yy_symbol_value_print (yyoutput, yytype, yyvaluep); + YYFPRINTF (yyoutput, ")"); +} + +/*------------------------------------------------------------------. +| yy_stack_print -- Print the state stack from its BOTTOM up to its | +| TOP (included). | +`------------------------------------------------------------------*/ + +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static void +yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) +#else +static void +yy_stack_print (yybottom, yytop) + yytype_int16 *yybottom; + yytype_int16 *yytop; +#endif +{ + YYFPRINTF (stderr, "Stack now"); + for (; yybottom <= yytop; yybottom++) + { + int yybot = *yybottom; + YYFPRINTF (stderr, " %d", yybot); + } + YYFPRINTF (stderr, "\n"); +} + +# define YY_STACK_PRINT(Bottom, Top) \ +do { \ + if (yydebug) \ + yy_stack_print ((Bottom), (Top)); \ +} while (YYID (0)) + + +/*------------------------------------------------. +| Report that the YYRULE is going to be reduced. | +`------------------------------------------------*/ + +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static void +yy_reduce_print (YYSTYPE *yyvsp, int yyrule) +#else +static void +yy_reduce_print (yyvsp, yyrule) + YYSTYPE *yyvsp; + int yyrule; +#endif +{ + int yynrhs = yyr2[yyrule]; + int yyi; + unsigned long int yylno = yyrline[yyrule]; + YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", + yyrule - 1, yylno); + /* The symbols being reduced. */ + for (yyi = 0; yyi < yynrhs; yyi++) + { + YYFPRINTF (stderr, " $%d = ", yyi + 1); + yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], + &(yyvsp[(yyi + 1) - (yynrhs)]) + ); + YYFPRINTF (stderr, "\n"); + } +} + +# define YY_REDUCE_PRINT(Rule) \ +do { \ + if (yydebug) \ + yy_reduce_print (yyvsp, Rule); \ +} while (YYID (0)) + +/* Nonzero means print parse trace. It is left uninitialized so that + multiple parsers can coexist. */ +int yydebug; +#else /* !YYDEBUG */ +# define YYDPRINTF(Args) +# define YY_SYMBOL_PRINT(Title, Type, Value, Location) +# define YY_STACK_PRINT(Bottom, Top) +# define YY_REDUCE_PRINT(Rule) +#endif /* !YYDEBUG */ + + +/* YYINITDEPTH -- initial size of the parser's stacks. */ +#ifndef YYINITDEPTH +# define YYINITDEPTH 200 +#endif + +/* YYMAXDEPTH -- maximum size the stacks can grow to (effective only + if the built-in stack extension method is used). + + Do not make this value too large; the results are undefined if + YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) + evaluated with infinite-precision integer arithmetic. */ + +#ifndef YYMAXDEPTH +# define YYMAXDEPTH 10000 +#endif + + + +#if YYERROR_VERBOSE + +# ifndef yystrlen +# if defined __GLIBC__ && defined _STRING_H +# define yystrlen strlen +# else +/* Return the length of YYSTR. */ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static YYSIZE_T +yystrlen (const char *yystr) +#else +static YYSIZE_T +yystrlen (yystr) + const char *yystr; +#endif +{ + YYSIZE_T yylen; + for (yylen = 0; yystr[yylen]; yylen++) + continue; + return yylen; +} +# endif +# endif + +# ifndef yystpcpy +# if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE +# define yystpcpy stpcpy +# else +/* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in + YYDEST. */ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static char * +yystpcpy (char *yydest, const char *yysrc) +#else +static char * +yystpcpy (yydest, yysrc) + char *yydest; + const char *yysrc; +#endif +{ + char *yyd = yydest; + const char *yys = yysrc; + + while ((*yyd++ = *yys++) != '\0') + continue; + + return yyd - 1; +} +# endif +# endif + +# ifndef yytnamerr +/* Copy to YYRES the contents of YYSTR after stripping away unnecessary + quotes and backslashes, so that it's suitable for yyerror. The + heuristic is that double-quoting is unnecessary unless the string + contains an apostrophe, a comma, or backslash (other than + backslash-backslash). YYSTR is taken from yytname. If YYRES is + null, do not copy; instead, return the length of what the result + would have been. */ +static YYSIZE_T +yytnamerr (char *yyres, const char *yystr) +{ + if (*yystr == '"') + { + YYSIZE_T yyn = 0; + char const *yyp = yystr; + + for (;;) + switch (*++yyp) + { + case '\'': + case ',': + goto do_not_strip_quotes; + + case '\\': + if (*++yyp != '\\') + goto do_not_strip_quotes; + /* Fall through. */ + default: + if (yyres) + yyres[yyn] = *yyp; + yyn++; + break; + + case '"': + if (yyres) + yyres[yyn] = '\0'; + return yyn; + } + do_not_strip_quotes: ; + } + + if (! yyres) + return yystrlen (yystr); + + return yystpcpy (yyres, yystr) - yyres; +} +# endif + +/* Copy into YYRESULT an error message about the unexpected token + YYCHAR while in state YYSTATE. Return the number of bytes copied, + including the terminating null byte. If YYRESULT is null, do not + copy anything; just return the number of bytes that would be + copied. As a special case, return 0 if an ordinary "syntax error" + message will do. Return YYSIZE_MAXIMUM if overflow occurs during + size calculation. */ +static YYSIZE_T +yysyntax_error (char *yyresult, int yystate, int yychar) +{ + int yyn = yypact[yystate]; + + if (! (YYPACT_NINF < yyn && yyn <= YYLAST)) + return 0; + else + { + int yytype = YYTRANSLATE (yychar); + YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]); + YYSIZE_T yysize = yysize0; + YYSIZE_T yysize1; + int yysize_overflow = 0; + enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; + char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; + int yyx; + +# if 0 + /* This is so xgettext sees the translatable formats that are + constructed on the fly. */ + YY_("syntax error, unexpected %s"); + YY_("syntax error, unexpected %s, expecting %s"); + YY_("syntax error, unexpected %s, expecting %s or %s"); + YY_("syntax error, unexpected %s, expecting %s or %s or %s"); + YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"); +# endif + char *yyfmt; + char const *yyf; + static char const yyunexpected[] = "syntax error, unexpected %s"; + static char const yyexpecting[] = ", expecting %s"; + static char const yyor[] = " or %s"; + char yyformat[sizeof yyunexpected + + sizeof yyexpecting - 1 + + ((YYERROR_VERBOSE_ARGS_MAXIMUM - 2) + * (sizeof yyor - 1))]; + char const *yyprefix = yyexpecting; + + /* Start YYX at -YYN if negative to avoid negative indexes in + YYCHECK. */ + int yyxbegin = yyn < 0 ? -yyn : 0; + + /* Stay within bounds of both yycheck and yytname. */ + int yychecklim = YYLAST - yyn + 1; + int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; + int yycount = 1; + + yyarg[0] = yytname[yytype]; + yyfmt = yystpcpy (yyformat, yyunexpected); + + for (yyx = yyxbegin; yyx < yyxend; ++yyx) + if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR) + { + if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) + { + yycount = 1; + yysize = yysize0; + yyformat[sizeof yyunexpected - 1] = '\0'; + break; + } + yyarg[yycount++] = yytname[yyx]; + yysize1 = yysize + yytnamerr (0, yytname[yyx]); + yysize_overflow |= (yysize1 < yysize); + yysize = yysize1; + yyfmt = yystpcpy (yyfmt, yyprefix); + yyprefix = yyor; + } + + yyf = YY_(yyformat); + yysize1 = yysize + yystrlen (yyf); + yysize_overflow |= (yysize1 < yysize); + yysize = yysize1; + + if (yysize_overflow) + return YYSIZE_MAXIMUM; + + if (yyresult) + { + /* Avoid sprintf, as that infringes on the user's name space. + Don't have undefined behavior even if the translation + produced a string with the wrong number of "%s"s. */ + char *yyp = yyresult; + int yyi = 0; + while ((*yyp = *yyf) != '\0') + { + if (*yyp == '%' && yyf[1] == 's' && yyi < yycount) + { + yyp += yytnamerr (yyp, yyarg[yyi++]); + yyf += 2; + } + else + { + yyp++; + yyf++; + } + } + } + return yysize; + } +} +#endif /* YYERROR_VERBOSE */ + + +/*-----------------------------------------------. +| Release the memory associated to this symbol. | +`-----------------------------------------------*/ + +/*ARGSUSED*/ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static void +yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) +#else +static void +yydestruct (yymsg, yytype, yyvaluep) + const char *yymsg; + int yytype; + YYSTYPE *yyvaluep; +#endif +{ + YYUSE (yyvaluep); + + if (!yymsg) + yymsg = "Deleting"; + YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); + + switch (yytype) + { + + default: + break; + } +} + +/* Prevent warnings from -Wmissing-prototypes. */ +#ifdef YYPARSE_PARAM +#if defined __STDC__ || defined __cplusplus +int yyparse (void *YYPARSE_PARAM); +#else +int yyparse (); +#endif +#else /* ! YYPARSE_PARAM */ +#if defined __STDC__ || defined __cplusplus +int yyparse (void); +#else +int yyparse (); +#endif +#endif /* ! YYPARSE_PARAM */ + + +/* The lookahead symbol. */ +int yychar; + +/* The semantic value of the lookahead symbol. */ +YYSTYPE yylval; + +/* Number of syntax errors so far. */ +int yynerrs; + + + +/*-------------------------. +| yyparse or yypush_parse. | +`-------------------------*/ + +#ifdef YYPARSE_PARAM +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +int +yyparse (void *YYPARSE_PARAM) +#else +int +yyparse (YYPARSE_PARAM) + void *YYPARSE_PARAM; +#endif +#else /* ! YYPARSE_PARAM */ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +int +yyparse (void) +#else +int +yyparse () + +#endif +#endif +{ + + + int yystate; + /* Number of tokens to shift before error messages enabled. */ + int yyerrstatus; + + /* The stacks and their tools: + `yyss': related to states. + `yyvs': related to semantic values. + + Refer to the stacks thru separate pointers, to allow yyoverflow + to reallocate them elsewhere. */ + + /* The state stack. */ + yytype_int16 yyssa[YYINITDEPTH]; + yytype_int16 *yyss; + yytype_int16 *yyssp; + + /* The semantic value stack. */ + YYSTYPE yyvsa[YYINITDEPTH]; + YYSTYPE *yyvs; + YYSTYPE *yyvsp; + + YYSIZE_T yystacksize; + + int yyn; + int yyresult; + /* Lookahead token as an internal (translated) token number. */ + int yytoken; + /* The variables used to return semantic value and location from the + action routines. */ + YYSTYPE yyval; + +#if YYERROR_VERBOSE + /* Buffer for error messages, and its allocated size. */ + char yymsgbuf[128]; + char *yymsg = yymsgbuf; + YYSIZE_T yymsg_alloc = sizeof yymsgbuf; +#endif + +#define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) + + /* The number of symbols on the RHS of the reduced rule. + Keep to zero when no symbol should be popped. */ + int yylen = 0; + + yytoken = 0; + yyss = yyssa; + yyvs = yyvsa; + yystacksize = YYINITDEPTH; + + YYDPRINTF ((stderr, "Starting parse\n")); + + yystate = 0; + yyerrstatus = 0; + yynerrs = 0; + yychar = YYEMPTY; /* Cause a token to be read. */ + + /* Initialize stack pointers. + Waste one element of value and location stack + so that they stay on the same level as the state stack. + The wasted elements are never initialized. */ + yyssp = yyss; + yyvsp = yyvs; + + goto yysetstate; + +/*------------------------------------------------------------. +| yynewstate -- Push a new state, which is found in yystate. | +`------------------------------------------------------------*/ + yynewstate: + /* In all cases, when you get here, the value and location stacks + have just been pushed. So pushing a state here evens the stacks. */ + yyssp++; + + yysetstate: + *yyssp = yystate; + + if (yyss + yystacksize - 1 <= yyssp) + { + /* Get the current used size of the three stacks, in elements. */ + YYSIZE_T yysize = yyssp - yyss + 1; + +#ifdef yyoverflow + { + /* Give user a chance to reallocate the stack. Use copies of + these so that the &'s don't force the real ones into + memory. */ + YYSTYPE *yyvs1 = yyvs; + yytype_int16 *yyss1 = yyss; + + /* Each stack pointer address is followed by the size of the + data in use in that stack, in bytes. This used to be a + conditional around just the two extra args, but that might + be undefined if yyoverflow is a macro. */ + yyoverflow (YY_("memory exhausted"), + &yyss1, yysize * sizeof (*yyssp), + &yyvs1, yysize * sizeof (*yyvsp), + &yystacksize); + + yyss = yyss1; + yyvs = yyvs1; + } +#else /* no yyoverflow */ +# ifndef YYSTACK_RELOCATE + goto yyexhaustedlab; +# else + /* Extend the stack our own way. */ + if (YYMAXDEPTH <= yystacksize) + goto yyexhaustedlab; + yystacksize *= 2; + if (YYMAXDEPTH < yystacksize) + yystacksize = YYMAXDEPTH; + + { + yytype_int16 *yyss1 = yyss; + union yyalloc *yyptr = + (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); + if (! yyptr) + goto yyexhaustedlab; + YYSTACK_RELOCATE (yyss_alloc, yyss); + YYSTACK_RELOCATE (yyvs_alloc, yyvs); +# undef YYSTACK_RELOCATE + if (yyss1 != yyssa) + YYSTACK_FREE (yyss1); + } +# endif +#endif /* no yyoverflow */ + + yyssp = yyss + yysize - 1; + yyvsp = yyvs + yysize - 1; + + YYDPRINTF ((stderr, "Stack size increased to %lu\n", + (unsigned long int) yystacksize)); + + if (yyss + yystacksize - 1 <= yyssp) + YYABORT; + } + + YYDPRINTF ((stderr, "Entering state %d\n", yystate)); + + if (yystate == YYFINAL) + YYACCEPT; + + goto yybackup; + +/*-----------. +| yybackup. | +`-----------*/ +yybackup: + + /* Do appropriate processing given the current state. Read a + lookahead token if we need one and don't already have one. */ + + /* First try to decide what to do without reference to lookahead token. */ + yyn = yypact[yystate]; + if (yyn == YYPACT_NINF) + goto yydefault; + + /* Not known => get a lookahead token if don't already have one. */ + + /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ + if (yychar == YYEMPTY) + { + YYDPRINTF ((stderr, "Reading a token: ")); + yychar = YYLEX; + } + + if (yychar <= YYEOF) + { + yychar = yytoken = YYEOF; + YYDPRINTF ((stderr, "Now at end of input.\n")); + } + else + { + yytoken = YYTRANSLATE (yychar); + YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); + } + + /* If the proper action on seeing token YYTOKEN is to reduce or to + detect an error, take that action. */ + yyn += yytoken; + if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) + goto yydefault; + yyn = yytable[yyn]; + if (yyn <= 0) + { + if (yyn == 0 || yyn == YYTABLE_NINF) + goto yyerrlab; + yyn = -yyn; + goto yyreduce; + } + + /* Count tokens shifted since error; after three, turn off error + status. */ + if (yyerrstatus) + yyerrstatus--; + + /* Shift the lookahead token. */ + YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); + + /* Discard the shifted token. */ + yychar = YYEMPTY; + + yystate = yyn; + *++yyvsp = yylval; + + goto yynewstate; + + +/*-----------------------------------------------------------. +| yydefault -- do the default action for the current state. | +`-----------------------------------------------------------*/ +yydefault: + yyn = yydefact[yystate]; + if (yyn == 0) + goto yyerrlab; + goto yyreduce; + + +/*-----------------------------. +| yyreduce -- Do a reduction. | +`-----------------------------*/ +yyreduce: + /* yyn is the number of a rule to reduce with. */ + yylen = yyr2[yyn]; + + /* If YYLEN is nonzero, implement the default value of the action: + `$$ = $1'. + + Otherwise, the following line sets YYVAL to garbage. + This behavior is undocumented and Bison + users should not rely upon it. Assigning to YYVAL + unconditionally makes the parser a bit smaller, and it avoids a + GCC warning that YYVAL may be used uninitialized. */ + yyval = yyvsp[1-yylen]; + + + YY_REDUCE_PRINT (yyn); + switch (yyn) + { + case 3: + +/* Line 1455 of yacc.c */ +#line 70 "a.y" + { + stmtline = lineno; + } + break; + + case 5: + +/* Line 1455 of yacc.c */ +#line 77 "a.y" + { + if((yyvsp[(1) - (2)].sym)->value != pc) + yyerror("redeclaration of %s", (yyvsp[(1) - (2)].sym)->name); + (yyvsp[(1) - (2)].sym)->value = pc; + } + break; + + case 7: + +/* Line 1455 of yacc.c */ +#line 84 "a.y" + { + (yyvsp[(1) - (2)].sym)->type = LLAB; + (yyvsp[(1) - (2)].sym)->value = pc; + } + break; + + case 12: + +/* Line 1455 of yacc.c */ +#line 95 "a.y" + { + (yyvsp[(1) - (3)].sym)->type = LVAR; + (yyvsp[(1) - (3)].sym)->value = (yyvsp[(3) - (3)].lval); + } + break; + + case 13: + +/* Line 1455 of yacc.c */ +#line 100 "a.y" + { + if((yyvsp[(1) - (3)].sym)->value != (yyvsp[(3) - (3)].lval)) + yyerror("redeclaration of %s", (yyvsp[(1) - (3)].sym)->name); + (yyvsp[(1) - (3)].sym)->value = (yyvsp[(3) - (3)].lval); + } + break; + + case 14: + +/* Line 1455 of yacc.c */ +#line 105 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 15: + +/* Line 1455 of yacc.c */ +#line 106 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 16: + +/* Line 1455 of yacc.c */ +#line 107 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 17: + +/* Line 1455 of yacc.c */ +#line 108 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 18: + +/* Line 1455 of yacc.c */ +#line 109 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 19: + +/* Line 1455 of yacc.c */ +#line 110 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 20: + +/* Line 1455 of yacc.c */ +#line 111 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 21: + +/* Line 1455 of yacc.c */ +#line 112 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 22: + +/* Line 1455 of yacc.c */ +#line 113 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 23: + +/* Line 1455 of yacc.c */ +#line 114 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 24: + +/* Line 1455 of yacc.c */ +#line 115 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 25: + +/* Line 1455 of yacc.c */ +#line 116 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 26: + +/* Line 1455 of yacc.c */ +#line 117 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 27: + +/* Line 1455 of yacc.c */ +#line 118 "a.y" + { outcode((yyvsp[(1) - (2)].lval), &(yyvsp[(2) - (2)].gen2)); } + break; + + case 28: + +/* Line 1455 of yacc.c */ +#line 121 "a.y" + { + (yyval.gen2).from = nullgen; + (yyval.gen2).to = nullgen; + } + break; + + case 29: + +/* Line 1455 of yacc.c */ +#line 126 "a.y" + { + (yyval.gen2).from = nullgen; + (yyval.gen2).to = nullgen; + } + break; + + case 30: + +/* Line 1455 of yacc.c */ +#line 133 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (3)].gen); + (yyval.gen2).to = (yyvsp[(3) - (3)].gen); + } + break; + + case 31: + +/* Line 1455 of yacc.c */ +#line 140 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (3)].gen); + (yyval.gen2).to = (yyvsp[(3) - (3)].gen); + } + break; + + case 32: + +/* Line 1455 of yacc.c */ +#line 147 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (2)].gen); + (yyval.gen2).to = nullgen; + } + break; + + case 33: + +/* Line 1455 of yacc.c */ +#line 152 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (1)].gen); + (yyval.gen2).to = nullgen; + } + break; + + case 34: + +/* Line 1455 of yacc.c */ +#line 159 "a.y" + { + (yyval.gen2).from = nullgen; + (yyval.gen2).to = (yyvsp[(2) - (2)].gen); + } + break; + + case 35: + +/* Line 1455 of yacc.c */ +#line 164 "a.y" + { + (yyval.gen2).from = nullgen; + (yyval.gen2).to = (yyvsp[(1) - (1)].gen); + } + break; + + case 36: + +/* Line 1455 of yacc.c */ +#line 171 "a.y" + { + (yyval.gen2).from = nullgen; + (yyval.gen2).to = (yyvsp[(2) - (2)].gen); + } + break; + + case 37: + +/* Line 1455 of yacc.c */ +#line 176 "a.y" + { + (yyval.gen2).from = nullgen; + (yyval.gen2).to = (yyvsp[(1) - (1)].gen); + } + break; + + case 38: + +/* Line 1455 of yacc.c */ +#line 183 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (5)].gen); + (yyval.gen2).from.scale = (yyvsp[(3) - (5)].lval); + (yyval.gen2).to = (yyvsp[(5) - (5)].gen); + } + break; + + case 39: + +/* Line 1455 of yacc.c */ +#line 191 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (3)].gen); + (yyval.gen2).to = (yyvsp[(3) - (3)].gen); + } + break; + + case 40: + +/* Line 1455 of yacc.c */ +#line 196 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (5)].gen); + (yyval.gen2).from.scale = (yyvsp[(3) - (5)].lval); + (yyval.gen2).to = (yyvsp[(5) - (5)].gen); + } + break; + + case 41: + +/* Line 1455 of yacc.c */ +#line 204 "a.y" + { + (yyval.gen2).from = nullgen; + (yyval.gen2).to = (yyvsp[(2) - (2)].gen); + } + break; + + case 42: + +/* Line 1455 of yacc.c */ +#line 209 "a.y" + { + (yyval.gen2).from = nullgen; + (yyval.gen2).to = (yyvsp[(1) - (1)].gen); + } + break; + + case 43: + +/* Line 1455 of yacc.c */ +#line 214 "a.y" + { + (yyval.gen2).from = nullgen; + (yyval.gen2).to = (yyvsp[(2) - (2)].gen); + (yyval.gen2).to.index = (yyvsp[(2) - (2)].gen).type; + (yyval.gen2).to.type = D_INDIR+D_ADDR; + } + break; + + case 46: + +/* Line 1455 of yacc.c */ +#line 227 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (3)].gen); + (yyval.gen2).to = (yyvsp[(3) - (3)].gen); + } + break; + + case 47: + +/* Line 1455 of yacc.c */ +#line 232 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (5)].gen); + (yyval.gen2).to = (yyvsp[(3) - (5)].gen); + if((yyval.gen2).from.index != D_NONE) + yyerror("dp shift with lhs index"); + (yyval.gen2).from.index = (yyvsp[(5) - (5)].lval); + } + break; + + case 48: + +/* Line 1455 of yacc.c */ +#line 242 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (3)].gen); + (yyval.gen2).to = (yyvsp[(3) - (3)].gen); + } + break; + + case 49: + +/* Line 1455 of yacc.c */ +#line 247 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (5)].gen); + (yyval.gen2).to = (yyvsp[(3) - (5)].gen); + if((yyval.gen2).to.index != D_NONE) + yyerror("dp move with lhs index"); + (yyval.gen2).to.index = (yyvsp[(5) - (5)].lval); + } + break; + + case 50: + +/* Line 1455 of yacc.c */ +#line 257 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (2)].gen); + (yyval.gen2).to = nullgen; + } + break; + + case 51: + +/* Line 1455 of yacc.c */ +#line 262 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (1)].gen); + (yyval.gen2).to = nullgen; + } + break; + + case 52: + +/* Line 1455 of yacc.c */ +#line 267 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (3)].gen); + (yyval.gen2).to = (yyvsp[(3) - (3)].gen); + } + break; + + case 53: + +/* Line 1455 of yacc.c */ +#line 274 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (3)].gen); + (yyval.gen2).to = (yyvsp[(3) - (3)].gen); + } + break; + + case 54: + +/* Line 1455 of yacc.c */ +#line 279 "a.y" + { + (yyval.gen2).from = (yyvsp[(1) - (5)].gen); + (yyval.gen2).from.scale = (yyvsp[(3) - (5)].lval); + (yyval.gen2).to = (yyvsp[(5) - (5)].gen); + } + break; + + case 59: + +/* Line 1455 of yacc.c */ +#line 293 "a.y" + { + (yyval.gen) = (yyvsp[(2) - (2)].gen); + } + break; + + case 60: + +/* Line 1455 of yacc.c */ +#line 297 "a.y" + { + (yyval.gen) = (yyvsp[(2) - (2)].gen); + } + break; + + case 66: + +/* Line 1455 of yacc.c */ +#line 310 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_BRANCH; + (yyval.gen).offset = (yyvsp[(1) - (4)].lval) + pc; + } + break; + + case 67: + +/* Line 1455 of yacc.c */ +#line 316 "a.y" + { + (yyval.gen) = nullgen; + if(pass == 2) + yyerror("undefined label: %s", (yyvsp[(1) - (2)].sym)->name); + (yyval.gen).type = D_BRANCH; + (yyval.gen).sym = (yyvsp[(1) - (2)].sym); + (yyval.gen).offset = (yyvsp[(2) - (2)].lval); + } + break; + + case 68: + +/* Line 1455 of yacc.c */ +#line 325 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_BRANCH; + (yyval.gen).sym = (yyvsp[(1) - (2)].sym); + (yyval.gen).offset = (yyvsp[(1) - (2)].sym)->value + (yyvsp[(2) - (2)].lval); + } + break; + + case 69: + +/* Line 1455 of yacc.c */ +#line 334 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = (yyvsp[(1) - (1)].lval); + } + break; + + case 70: + +/* Line 1455 of yacc.c */ +#line 339 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = (yyvsp[(1) - (1)].lval); + } + break; + + case 71: + +/* Line 1455 of yacc.c */ +#line 344 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = (yyvsp[(1) - (1)].lval); + } + break; + + case 72: + +/* Line 1455 of yacc.c */ +#line 349 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_SP; + } + break; + + case 73: + +/* Line 1455 of yacc.c */ +#line 354 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = (yyvsp[(1) - (1)].lval); + } + break; + + case 74: + +/* Line 1455 of yacc.c */ +#line 361 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_CONST; + (yyval.gen).offset = (yyvsp[(2) - (2)].lval); + } + break; + + case 75: + +/* Line 1455 of yacc.c */ +#line 367 "a.y" + { + (yyval.gen) = (yyvsp[(2) - (2)].gen); + (yyval.gen).index = (yyvsp[(2) - (2)].gen).type; + (yyval.gen).type = D_ADDR; + /* + if($2.type == D_AUTO || $2.type == D_PARAM) + yyerror("constant cannot be automatic: %s", + $2.sym->name); + */ + } + break; + + case 76: + +/* Line 1455 of yacc.c */ +#line 378 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_SCONST; + memcpy((yyval.gen).sval, (yyvsp[(2) - (2)].sval), sizeof((yyval.gen).sval)); + } + break; + + case 77: + +/* Line 1455 of yacc.c */ +#line 384 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_FCONST; + (yyval.gen).dval = (yyvsp[(2) - (2)].dval); + } + break; + + case 78: + +/* Line 1455 of yacc.c */ +#line 390 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_FCONST; + (yyval.gen).dval = (yyvsp[(3) - (4)].dval); + } + break; + + case 79: + +/* Line 1455 of yacc.c */ +#line 396 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_FCONST; + (yyval.gen).dval = -(yyvsp[(4) - (5)].dval); + } + break; + + case 80: + +/* Line 1455 of yacc.c */ +#line 402 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_FCONST; + (yyval.gen).dval = -(yyvsp[(3) - (3)].dval); + } + break; + + case 81: + +/* Line 1455 of yacc.c */ +#line 410 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_CONST2; + (yyval.gen).offset = (yyvsp[(2) - (2)].con2).v1; + (yyval.gen).offset2 = (yyvsp[(2) - (2)].con2).v2; + } + break; + + case 82: + +/* Line 1455 of yacc.c */ +#line 419 "a.y" + { + (yyval.con2).v1 = (yyvsp[(1) - (1)].lval); + (yyval.con2).v2 = 0; + } + break; + + case 83: + +/* Line 1455 of yacc.c */ +#line 424 "a.y" + { + (yyval.con2).v1 = -(yyvsp[(2) - (2)].lval); + (yyval.con2).v2 = 0; + } + break; + + case 84: + +/* Line 1455 of yacc.c */ +#line 429 "a.y" + { + (yyval.con2).v1 = (yyvsp[(1) - (3)].lval); + (yyval.con2).v2 = (yyvsp[(3) - (3)].lval); + } + break; + + case 85: + +/* Line 1455 of yacc.c */ +#line 434 "a.y" + { + (yyval.con2).v1 = -(yyvsp[(2) - (4)].lval); + (yyval.con2).v2 = (yyvsp[(4) - (4)].lval); + } + break; + + case 88: + +/* Line 1455 of yacc.c */ +#line 445 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_INDIR+D_NONE; + (yyval.gen).offset = (yyvsp[(1) - (1)].lval); + } + break; + + case 89: + +/* Line 1455 of yacc.c */ +#line 451 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_INDIR+(yyvsp[(3) - (4)].lval); + (yyval.gen).offset = (yyvsp[(1) - (4)].lval); + } + break; + + case 90: + +/* Line 1455 of yacc.c */ +#line 457 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_INDIR+D_SP; + (yyval.gen).offset = (yyvsp[(1) - (4)].lval); + } + break; + + case 91: + +/* Line 1455 of yacc.c */ +#line 463 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_INDIR+D_NONE; + (yyval.gen).offset = (yyvsp[(1) - (6)].lval); + (yyval.gen).index = (yyvsp[(3) - (6)].lval); + (yyval.gen).scale = (yyvsp[(5) - (6)].lval); + checkscale((yyval.gen).scale); + } + break; + + case 92: + +/* Line 1455 of yacc.c */ +#line 472 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_INDIR+(yyvsp[(3) - (9)].lval); + (yyval.gen).offset = (yyvsp[(1) - (9)].lval); + (yyval.gen).index = (yyvsp[(6) - (9)].lval); + (yyval.gen).scale = (yyvsp[(8) - (9)].lval); + checkscale((yyval.gen).scale); + } + break; + + case 93: + +/* Line 1455 of yacc.c */ +#line 481 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_INDIR+(yyvsp[(2) - (3)].lval); + } + break; + + case 94: + +/* Line 1455 of yacc.c */ +#line 486 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_INDIR+D_SP; + } + break; + + case 95: + +/* Line 1455 of yacc.c */ +#line 491 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_INDIR+(yyvsp[(3) - (4)].lval); + (yyval.gen).offset = (yyvsp[(1) - (4)].lval); + } + break; + + case 96: + +/* Line 1455 of yacc.c */ +#line 497 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_INDIR+D_NONE; + (yyval.gen).index = (yyvsp[(2) - (5)].lval); + (yyval.gen).scale = (yyvsp[(4) - (5)].lval); + checkscale((yyval.gen).scale); + } + break; + + case 97: + +/* Line 1455 of yacc.c */ +#line 505 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_INDIR+(yyvsp[(2) - (8)].lval); + (yyval.gen).index = (yyvsp[(5) - (8)].lval); + (yyval.gen).scale = (yyvsp[(7) - (8)].lval); + checkscale((yyval.gen).scale); + } + break; + + case 98: + +/* Line 1455 of yacc.c */ +#line 515 "a.y" + { + (yyval.gen) = (yyvsp[(1) - (1)].gen); + } + break; + + case 99: + +/* Line 1455 of yacc.c */ +#line 519 "a.y" + { + (yyval.gen) = (yyvsp[(1) - (6)].gen); + (yyval.gen).index = (yyvsp[(3) - (6)].lval); + (yyval.gen).scale = (yyvsp[(5) - (6)].lval); + checkscale((yyval.gen).scale); + } + break; + + case 100: + +/* Line 1455 of yacc.c */ +#line 528 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = (yyvsp[(4) - (5)].lval); + (yyval.gen).sym = (yyvsp[(1) - (5)].sym); + (yyval.gen).offset = (yyvsp[(2) - (5)].lval); + } + break; + + case 101: + +/* Line 1455 of yacc.c */ +#line 535 "a.y" + { + (yyval.gen) = nullgen; + (yyval.gen).type = D_STATIC; + (yyval.gen).sym = (yyvsp[(1) - (7)].sym); + (yyval.gen).offset = (yyvsp[(4) - (7)].lval); + } + break; + + case 102: + +/* Line 1455 of yacc.c */ +#line 543 "a.y" + { + (yyval.lval) = 0; + } + break; + + case 103: + +/* Line 1455 of yacc.c */ +#line 547 "a.y" + { + (yyval.lval) = (yyvsp[(2) - (2)].lval); + } + break; + + case 104: + +/* Line 1455 of yacc.c */ +#line 551 "a.y" + { + (yyval.lval) = -(yyvsp[(2) - (2)].lval); + } + break; + + case 106: + +/* Line 1455 of yacc.c */ +#line 558 "a.y" + { + (yyval.lval) = D_AUTO; + } + break; + + case 109: + +/* Line 1455 of yacc.c */ +#line 566 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (1)].sym)->value; + } + break; + + case 110: + +/* Line 1455 of yacc.c */ +#line 570 "a.y" + { + (yyval.lval) = -(yyvsp[(2) - (2)].lval); + } + break; + + case 111: + +/* Line 1455 of yacc.c */ +#line 574 "a.y" + { + (yyval.lval) = (yyvsp[(2) - (2)].lval); + } + break; + + case 112: + +/* Line 1455 of yacc.c */ +#line 578 "a.y" + { + (yyval.lval) = ~(yyvsp[(2) - (2)].lval); + } + break; + + case 113: + +/* Line 1455 of yacc.c */ +#line 582 "a.y" + { + (yyval.lval) = (yyvsp[(2) - (3)].lval); + } + break; + + case 115: + +/* Line 1455 of yacc.c */ +#line 589 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) + (yyvsp[(3) - (3)].lval); + } + break; + + case 116: + +/* Line 1455 of yacc.c */ +#line 593 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) - (yyvsp[(3) - (3)].lval); + } + break; + + case 117: + +/* Line 1455 of yacc.c */ +#line 597 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) * (yyvsp[(3) - (3)].lval); + } + break; + + case 118: + +/* Line 1455 of yacc.c */ +#line 601 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) / (yyvsp[(3) - (3)].lval); + } + break; + + case 119: + +/* Line 1455 of yacc.c */ +#line 605 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) % (yyvsp[(3) - (3)].lval); + } + break; + + case 120: + +/* Line 1455 of yacc.c */ +#line 609 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (4)].lval) << (yyvsp[(4) - (4)].lval); + } + break; + + case 121: + +/* Line 1455 of yacc.c */ +#line 613 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (4)].lval) >> (yyvsp[(4) - (4)].lval); + } + break; + + case 122: + +/* Line 1455 of yacc.c */ +#line 617 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) & (yyvsp[(3) - (3)].lval); + } + break; + + case 123: + +/* Line 1455 of yacc.c */ +#line 621 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) ^ (yyvsp[(3) - (3)].lval); + } + break; + + case 124: + +/* Line 1455 of yacc.c */ +#line 625 "a.y" + { + (yyval.lval) = (yyvsp[(1) - (3)].lval) | (yyvsp[(3) - (3)].lval); + } + break; + + + +/* Line 1455 of yacc.c */ +#line 2643 "y.tab.c" + default: break; + } + YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); + + YYPOPSTACK (yylen); + yylen = 0; + YY_STACK_PRINT (yyss, yyssp); + + *++yyvsp = yyval; + + /* Now `shift' the result of the reduction. Determine what state + that goes to, based on the state we popped back to and the rule + number reduced by. */ + + yyn = yyr1[yyn]; + + yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; + if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) + yystate = yytable[yystate]; + else + yystate = yydefgoto[yyn - YYNTOKENS]; + + goto yynewstate; + + +/*------------------------------------. +| yyerrlab -- here on detecting error | +`------------------------------------*/ +yyerrlab: + /* If not already recovering from an error, report this error. */ + if (!yyerrstatus) + { + ++yynerrs; +#if ! YYERROR_VERBOSE + yyerror (YY_("syntax error")); +#else + { + YYSIZE_T yysize = yysyntax_error (0, yystate, yychar); + if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM) + { + YYSIZE_T yyalloc = 2 * yysize; + if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM)) + yyalloc = YYSTACK_ALLOC_MAXIMUM; + if (yymsg != yymsgbuf) + YYSTACK_FREE (yymsg); + yymsg = (char *) YYSTACK_ALLOC (yyalloc); + if (yymsg) + yymsg_alloc = yyalloc; + else + { + yymsg = yymsgbuf; + yymsg_alloc = sizeof yymsgbuf; + } + } + + if (0 < yysize && yysize <= yymsg_alloc) + { + (void) yysyntax_error (yymsg, yystate, yychar); + yyerror (yymsg); + } + else + { + yyerror (YY_("syntax error")); + if (yysize != 0) + goto yyexhaustedlab; + } + } +#endif + } + + + + if (yyerrstatus == 3) + { + /* If just tried and failed to reuse lookahead token after an + error, discard it. */ + + if (yychar <= YYEOF) + { + /* Return failure if at end of input. */ + if (yychar == YYEOF) + YYABORT; + } + else + { + yydestruct ("Error: discarding", + yytoken, &yylval); + yychar = YYEMPTY; + } + } + + /* Else will try to reuse lookahead token after shifting the error + token. */ + goto yyerrlab1; + + +/*---------------------------------------------------. +| yyerrorlab -- error raised explicitly by YYERROR. | +`---------------------------------------------------*/ +yyerrorlab: + + /* Pacify compilers like GCC when the user code never invokes + YYERROR and the label yyerrorlab therefore never appears in user + code. */ + if (/*CONSTCOND*/ 0) + goto yyerrorlab; + + /* Do not reclaim the symbols of the rule which action triggered + this YYERROR. */ + YYPOPSTACK (yylen); + yylen = 0; + YY_STACK_PRINT (yyss, yyssp); + yystate = *yyssp; + goto yyerrlab1; + + +/*-------------------------------------------------------------. +| yyerrlab1 -- common code for both syntax error and YYERROR. | +`-------------------------------------------------------------*/ +yyerrlab1: + yyerrstatus = 3; /* Each real token shifted decrements this. */ + + for (;;) + { + yyn = yypact[yystate]; + if (yyn != YYPACT_NINF) + { + yyn += YYTERROR; + if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) + { + yyn = yytable[yyn]; + if (0 < yyn) + break; + } + } + + /* Pop the current state because it cannot handle the error token. */ + if (yyssp == yyss) + YYABORT; + + + yydestruct ("Error: popping", + yystos[yystate], yyvsp); + YYPOPSTACK (1); + yystate = *yyssp; + YY_STACK_PRINT (yyss, yyssp); + } + + *++yyvsp = yylval; + + + /* Shift the error token. */ + YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); + + yystate = yyn; + goto yynewstate; + + +/*-------------------------------------. +| yyacceptlab -- YYACCEPT comes here. | +`-------------------------------------*/ +yyacceptlab: + yyresult = 0; + goto yyreturn; + +/*-----------------------------------. +| yyabortlab -- YYABORT comes here. | +`-----------------------------------*/ +yyabortlab: + yyresult = 1; + goto yyreturn; + +#if !defined(yyoverflow) || YYERROR_VERBOSE +/*-------------------------------------------------. +| yyexhaustedlab -- memory exhaustion comes here. | +`-------------------------------------------------*/ +yyexhaustedlab: + yyerror (YY_("memory exhausted")); + yyresult = 2; + /* Fall through. */ +#endif + +yyreturn: + if (yychar != YYEMPTY) + yydestruct ("Cleanup: discarding lookahead", + yytoken, &yylval); + /* Do not reclaim the symbols of the rule which action triggered + this YYABORT or YYACCEPT. */ + YYPOPSTACK (yylen); + YY_STACK_PRINT (yyss, yyssp); + while (yyssp != yyss) + { + yydestruct ("Cleanup: popping", + yystos[*yyssp], yyvsp); + YYPOPSTACK (1); + } +#ifndef yyoverflow + if (yyss != yyssa) + YYSTACK_FREE (yyss); +#endif +#if YYERROR_VERBOSE + if (yymsg != yymsgbuf) + YYSTACK_FREE (yymsg); +#endif + /* Make sure YYID is used. */ + return YYID (yyresult); +} + + + diff --git a/src/cmd/8a/y.tab.h b/src/cmd/8a/y.tab.h new file mode 100644 index 0000000000..69a966a4bc --- /dev/null +++ b/src/cmd/8a/y.tab.h @@ -0,0 +1,135 @@ + +/* A Bison parser, made by GNU Bison 2.4.1. */ + +/* Skeleton interface for Bison's Yacc-like parsers in C + + Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Free Software Foundation, Inc. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ + +/* As a special exception, you may create a larger work that contains + part or all of the Bison parser skeleton and distribute that work + under terms of your choice, so long as that work isn't itself a + parser generator using the skeleton or a modified version thereof + as a parser skeleton. Alternatively, if you modify or redistribute + the parser skeleton itself, you may (at your option) remove this + special exception, which will cause the skeleton and the resulting + Bison output files to be licensed under the GNU General Public + License without this special exception. + + This special exception was added by the Free Software Foundation in + version 2.2 of Bison. */ + + +/* Tokens. */ +#ifndef YYTOKENTYPE +# define YYTOKENTYPE + /* Put the tokens into the symbol table, so that GDB and other debuggers + know about them. */ + enum yytokentype { + LTYPE0 = 258, + LTYPE1 = 259, + LTYPE2 = 260, + LTYPE3 = 261, + LTYPE4 = 262, + LTYPEC = 263, + LTYPED = 264, + LTYPEN = 265, + LTYPER = 266, + LTYPET = 267, + LTYPES = 268, + LTYPEM = 269, + LTYPEI = 270, + LTYPEG = 271, + LCONST = 272, + LFP = 273, + LPC = 274, + LSB = 275, + LBREG = 276, + LLREG = 277, + LSREG = 278, + LFREG = 279, + LFCONST = 280, + LSCONST = 281, + LSP = 282, + LNAME = 283, + LLAB = 284, + LVAR = 285 + }; +#endif +/* Tokens. */ +#define LTYPE0 258 +#define LTYPE1 259 +#define LTYPE2 260 +#define LTYPE3 261 +#define LTYPE4 262 +#define LTYPEC 263 +#define LTYPED 264 +#define LTYPEN 265 +#define LTYPER 266 +#define LTYPET 267 +#define LTYPES 268 +#define LTYPEM 269 +#define LTYPEI 270 +#define LTYPEG 271 +#define LCONST 272 +#define LFP 273 +#define LPC 274 +#define LSB 275 +#define LBREG 276 +#define LLREG 277 +#define LSREG 278 +#define LFREG 279 +#define LFCONST 280 +#define LSCONST 281 +#define LSP 282 +#define LNAME 283 +#define LLAB 284 +#define LVAR 285 + + + + +#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED +typedef union YYSTYPE +{ + +/* Line 1676 of yacc.c */ +#line 37 "a.y" + + Sym *sym; + int32 lval; + struct { + int32 v1; + int32 v2; + } con2; + double dval; + char sval[8]; + Gen gen; + Gen2 gen2; + + + +/* Line 1676 of yacc.c */ +#line 127 "y.tab.h" +} YYSTYPE; +# define YYSTYPE_IS_TRIVIAL 1 +# define yystype YYSTYPE /* obsolescent; will be withdrawn */ +# define YYSTYPE_IS_DECLARED 1 +#endif + +extern YYSTYPE yylval; + + diff --git a/src/cmd/cc/y.tab.c b/src/cmd/cc/y.tab.c new file mode 100644 index 0000000000..af8328abd6 --- /dev/null +++ b/src/cmd/cc/y.tab.c @@ -0,0 +1,3811 @@ +/* A Bison parser, made by GNU Bison 2.3. */ + +/* Skeleton implementation for Bison's Yacc-like parsers in C + + Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ + +/* As a special exception, you may create a larger work that contains + part or all of the Bison parser skeleton and distribute that work + under terms of your choice, so long as that work isn't itself a + parser generator using the skeleton or a modified version thereof + as a parser skeleton. Alternatively, if you modify or redistribute + the parser skeleton itself, you may (at your option) remove this + special exception, which will cause the skeleton and the resulting + Bison output files to be licensed under the GNU General Public + License without this special exception. + + This special exception was added by the Free Software Foundation in + version 2.2 of Bison. */ + +/* C LALR(1) parser skeleton written by Richard Stallman, by + simplifying the original so-called "semantic" parser. */ + +/* All symbols defined below should begin with yy or YY, to avoid + infringing on user name space. This should be done even for local + variables, as they might otherwise be expanded by user macros. + There are some unavoidable exceptions within include files to + define necessary library symbols; they are noted "INFRINGES ON + USER NAME SPACE" below. */ + +/* Identify Bison output. */ +#define YYBISON 1 + +/* Bison version. */ +#define YYBISON_VERSION "2.3" + +/* Skeleton name. */ +#define YYSKELETON_NAME "yacc.c" + +/* Pure parsers. */ +#define YYPURE 0 + +/* Using locations. */ +#define YYLSP_NEEDED 0 + + + +/* Tokens. */ +#ifndef YYTOKENTYPE +# define YYTOKENTYPE + /* Put the tokens into the symbol table, so that GDB and other debuggers + know about them. */ + enum yytokentype { + LORE = 258, + LXORE = 259, + LANDE = 260, + LLSHE = 261, + LRSHE = 262, + LMDE = 263, + LDVE = 264, + LMLE = 265, + LME = 266, + LPE = 267, + LOROR = 268, + LANDAND = 269, + LNE = 270, + LEQ = 271, + LGE = 272, + LLE = 273, + LRSH = 274, + LLSH = 275, + LMG = 276, + LPP = 277, + LMM = 278, + LNAME = 279, + LTYPE = 280, + LFCONST = 281, + LDCONST = 282, + LCONST = 283, + LLCONST = 284, + LUCONST = 285, + LULCONST = 286, + LVLCONST = 287, + LUVLCONST = 288, + LSTRING = 289, + LLSTRING = 290, + LAUTO = 291, + LBREAK = 292, + LCASE = 293, + LCHAR = 294, + LCONTINUE = 295, + LDEFAULT = 296, + LDO = 297, + LDOUBLE = 298, + LELSE = 299, + LEXTERN = 300, + LFLOAT = 301, + LFOR = 302, + LGOTO = 303, + LIF = 304, + LINT = 305, + LLONG = 306, + LREGISTER = 307, + LRETURN = 308, + LSHORT = 309, + LSIZEOF = 310, + LUSED = 311, + LSTATIC = 312, + LSTRUCT = 313, + LSWITCH = 314, + LTYPEDEF = 315, + LTYPESTR = 316, + LUNION = 317, + LUNSIGNED = 318, + LWHILE = 319, + LVOID = 320, + LENUM = 321, + LSIGNED = 322, + LCONSTNT = 323, + LVOLATILE = 324, + LSET = 325, + LSIGNOF = 326, + LRESTRICT = 327, + LINLINE = 328 + }; +#endif +/* Tokens. */ +#define LORE 258 +#define LXORE 259 +#define LANDE 260 +#define LLSHE 261 +#define LRSHE 262 +#define LMDE 263 +#define LDVE 264 +#define LMLE 265 +#define LME 266 +#define LPE 267 +#define LOROR 268 +#define LANDAND 269 +#define LNE 270 +#define LEQ 271 +#define LGE 272 +#define LLE 273 +#define LRSH 274 +#define LLSH 275 +#define LMG 276 +#define LPP 277 +#define LMM 278 +#define LNAME 279 +#define LTYPE 280 +#define LFCONST 281 +#define LDCONST 282 +#define LCONST 283 +#define LLCONST 284 +#define LUCONST 285 +#define LULCONST 286 +#define LVLCONST 287 +#define LUVLCONST 288 +#define LSTRING 289 +#define LLSTRING 290 +#define LAUTO 291 +#define LBREAK 292 +#define LCASE 293 +#define LCHAR 294 +#define LCONTINUE 295 +#define LDEFAULT 296 +#define LDO 297 +#define LDOUBLE 298 +#define LELSE 299 +#define LEXTERN 300 +#define LFLOAT 301 +#define LFOR 302 +#define LGOTO 303 +#define LIF 304 +#define LINT 305 +#define LLONG 306 +#define LREGISTER 307 +#define LRETURN 308 +#define LSHORT 309 +#define LSIZEOF 310 +#define LUSED 311 +#define LSTATIC 312 +#define LSTRUCT 313 +#define LSWITCH 314 +#define LTYPEDEF 315 +#define LTYPESTR 316 +#define LUNION 317 +#define LUNSIGNED 318 +#define LWHILE 319 +#define LVOID 320 +#define LENUM 321 +#define LSIGNED 322 +#define LCONSTNT 323 +#define LVOLATILE 324 +#define LSET 325 +#define LSIGNOF 326 +#define LRESTRICT 327 +#define LINLINE 328 + + + + +/* Copy the first part of user declarations. */ +#line 31 "cc.y" + +#include +#include /* if we don't, bison will, and cc.h re-#defines getc */ +#include "cc.h" + + +/* Enabling traces. */ +#ifndef YYDEBUG +# define YYDEBUG 0 +#endif + +/* Enabling verbose error messages. */ +#ifdef YYERROR_VERBOSE +# undef YYERROR_VERBOSE +# define YYERROR_VERBOSE 1 +#else +# define YYERROR_VERBOSE 0 +#endif + +/* Enabling the token table. */ +#ifndef YYTOKEN_TABLE +# define YYTOKEN_TABLE 0 +#endif + +#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED +typedef union YYSTYPE +#line 36 "cc.y" +{ + Node* node; + Sym* sym; + Type* type; + struct + { + Type* t; + uchar c; + } tycl; + struct + { + Type* t1; + Type* t2; + Type* t3; + uchar c; + } tyty; + struct + { + char* s; + int32 l; + } sval; + int32 lval; + double dval; + vlong vval; +} +/* Line 193 of yacc.c. */ +#line 274 "y.tab.c" + YYSTYPE; +# define yystype YYSTYPE /* obsolescent; will be withdrawn */ +# define YYSTYPE_IS_DECLARED 1 +# define YYSTYPE_IS_TRIVIAL 1 +#endif + + + +/* Copy the second part of user declarations. */ + + +/* Line 216 of yacc.c. */ +#line 287 "y.tab.c" + +#ifdef short +# undef short +#endif + +#ifdef YYTYPE_UINT8 +typedef YYTYPE_UINT8 yytype_uint8; +#else +typedef unsigned char yytype_uint8; +#endif + +#ifdef YYTYPE_INT8 +typedef YYTYPE_INT8 yytype_int8; +#elif (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +typedef signed char yytype_int8; +#else +typedef short int yytype_int8; +#endif + +#ifdef YYTYPE_UINT16 +typedef YYTYPE_UINT16 yytype_uint16; +#else +typedef unsigned short int yytype_uint16; +#endif + +#ifdef YYTYPE_INT16 +typedef YYTYPE_INT16 yytype_int16; +#else +typedef short int yytype_int16; +#endif + +#ifndef YYSIZE_T +# ifdef __SIZE_TYPE__ +# define YYSIZE_T __SIZE_TYPE__ +# elif defined size_t +# define YYSIZE_T size_t +# elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +# include /* INFRINGES ON USER NAME SPACE */ +# define YYSIZE_T size_t +# else +# define YYSIZE_T unsigned int +# endif +#endif + +#define YYSIZE_MAXIMUM ((YYSIZE_T) -1) + +#ifndef YY_ +# if defined YYENABLE_NLS && YYENABLE_NLS +# if ENABLE_NLS +# include /* INFRINGES ON USER NAME SPACE */ +# define YY_(msgid) dgettext ("bison-runtime", msgid) +# endif +# endif +# ifndef YY_ +# define YY_(msgid) msgid +# endif +#endif + +/* Suppress unused-variable warnings by "using" E. */ +#if ! defined lint || defined __GNUC__ +# define YYUSE(e) ((void) (e)) +#else +# define YYUSE(e) /* empty */ +#endif + +/* Identity function, used to suppress warnings about constant conditions. */ +#ifndef lint +# define YYID(n) (n) +#else +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static int +YYID (int i) +#else +static int +YYID (i) + int i; +#endif +{ + return i; +} +#endif + +#if ! defined yyoverflow || YYERROR_VERBOSE + +/* The parser invokes alloca or malloc; define the necessary symbols. */ + +# ifdef YYSTACK_USE_ALLOCA +# if YYSTACK_USE_ALLOCA +# ifdef __GNUC__ +# define YYSTACK_ALLOC __builtin_alloca +# elif defined __BUILTIN_VA_ARG_INCR +# include /* INFRINGES ON USER NAME SPACE */ +# elif defined _AIX +# define YYSTACK_ALLOC __alloca +# elif defined _MSC_VER +# include /* INFRINGES ON USER NAME SPACE */ +# define alloca _alloca +# else +# define YYSTACK_ALLOC alloca +# if ! defined _ALLOCA_H && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +# include /* INFRINGES ON USER NAME SPACE */ +# ifndef _STDLIB_H +# define _STDLIB_H 1 +# endif +# endif +# endif +# endif +# endif + +# ifdef YYSTACK_ALLOC + /* Pacify GCC's `empty if-body' warning. */ +# define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) +# ifndef YYSTACK_ALLOC_MAXIMUM + /* The OS might guarantee only one guard page at the bottom of the stack, + and a page size can be as small as 4096 bytes. So we cannot safely + invoke alloca (N) if N exceeds 4096. Use a slightly smaller number + to allow for a few compiler-allocated temporary stack slots. */ +# define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ +# endif +# else +# define YYSTACK_ALLOC YYMALLOC +# define YYSTACK_FREE YYFREE +# ifndef YYSTACK_ALLOC_MAXIMUM +# define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM +# endif +# if (defined __cplusplus && ! defined _STDLIB_H \ + && ! ((defined YYMALLOC || defined malloc) \ + && (defined YYFREE || defined free))) +# include /* INFRINGES ON USER NAME SPACE */ +# ifndef _STDLIB_H +# define _STDLIB_H 1 +# endif +# endif +# ifndef YYMALLOC +# define YYMALLOC malloc +# if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ +# endif +# endif +# ifndef YYFREE +# define YYFREE free +# if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +void free (void *); /* INFRINGES ON USER NAME SPACE */ +# endif +# endif +# endif +#endif /* ! defined yyoverflow || YYERROR_VERBOSE */ + + +#if (! defined yyoverflow \ + && (! defined __cplusplus \ + || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) + +/* A type that is properly aligned for any stack member. */ +union yyalloc +{ + yytype_int16 yyss; + YYSTYPE yyvs; + }; + +/* The size of the maximum gap between one aligned stack and the next. */ +# define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) + +/* The size of an array large to enough to hold all stacks, each with + N elements. */ +# define YYSTACK_BYTES(N) \ + ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + + YYSTACK_GAP_MAXIMUM) + +/* Copy COUNT objects from FROM to TO. The source and destination do + not overlap. */ +# ifndef YYCOPY +# if defined __GNUC__ && 1 < __GNUC__ +# define YYCOPY(To, From, Count) \ + __builtin_memcpy (To, From, (Count) * sizeof (*(From))) +# else +# define YYCOPY(To, From, Count) \ + do \ + { \ + YYSIZE_T yyi; \ + for (yyi = 0; yyi < (Count); yyi++) \ + (To)[yyi] = (From)[yyi]; \ + } \ + while (YYID (0)) +# endif +# endif + +/* Relocate STACK from its old location to the new one. The + local variables YYSIZE and YYSTACKSIZE give the old and new number of + elements in the stack, and YYPTR gives the new location of the + stack. Advance YYPTR to a properly aligned location for the next + stack. */ +# define YYSTACK_RELOCATE(Stack) \ + do \ + { \ + YYSIZE_T yynewbytes; \ + YYCOPY (&yyptr->Stack, Stack, yysize); \ + Stack = &yyptr->Stack; \ + yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ + yyptr += yynewbytes / sizeof (*yyptr); \ + } \ + while (YYID (0)) + +#endif + +/* YYFINAL -- State number of the termination state. */ +#define YYFINAL 2 +/* YYLAST -- Last index in YYTABLE. */ +#define YYLAST 1188 + +/* YYNTOKENS -- Number of terminals. */ +#define YYNTOKENS 98 +/* YYNNTS -- Number of nonterminals. */ +#define YYNNTS 75 +/* YYNRULES -- Number of rules. */ +#define YYNRULES 246 +/* YYNRULES -- Number of states. */ +#define YYNSTATES 412 + +/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ +#define YYUNDEFTOK 2 +#define YYMAXUTOK 328 + +#define YYTRANSLATE(YYX) \ + ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) + +/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ +static const yytype_uint8 yytranslate[] = +{ + 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 96, 2, 2, 2, 35, 22, 2, + 38, 92, 33, 31, 4, 32, 36, 34, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 17, 3, + 25, 5, 26, 16, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 37, 2, 93, 21, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 94, 20, 95, 97, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 1, 2, 6, 7, + 8, 9, 10, 11, 12, 13, 14, 15, 18, 19, + 23, 24, 27, 28, 29, 30, 39, 40, 41, 42, + 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, + 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, + 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, + 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, + 83, 84, 85, 86, 87, 88, 89, 90, 91 +}; + +#if YYDEBUG +/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in + YYRHS. */ +static const yytype_uint16 yyprhs[] = +{ + 0, 0, 3, 4, 7, 10, 14, 15, 16, 23, + 25, 26, 31, 35, 37, 41, 43, 47, 52, 57, + 60, 64, 66, 67, 72, 76, 77, 82, 84, 88, + 89, 94, 95, 101, 102, 104, 106, 110, 112, 116, + 119, 120, 122, 125, 129, 131, 133, 138, 143, 146, + 150, 154, 156, 160, 164, 167, 170, 173, 177, 179, + 182, 184, 186, 189, 190, 192, 194, 197, 200, 204, + 208, 212, 213, 216, 219, 221, 224, 228, 231, 234, + 237, 239, 242, 244, 247, 250, 251, 254, 260, 268, + 269, 280, 286, 294, 298, 304, 307, 310, 314, 320, + 326, 327, 329, 330, 332, 334, 336, 340, 342, 346, + 350, 354, 358, 362, 366, 370, 374, 378, 382, 386, + 390, 394, 398, 402, 406, 410, 414, 420, 424, 428, + 432, 436, 440, 444, 448, 452, 456, 460, 464, 466, + 472, 480, 482, 485, 488, 491, 494, 497, 500, 503, + 506, 509, 512, 516, 522, 528, 533, 538, 542, 546, + 549, 552, 554, 556, 558, 560, 562, 564, 566, 568, + 570, 572, 574, 576, 579, 581, 584, 585, 587, 589, + 593, 594, 599, 600, 602, 604, 606, 608, 611, 614, + 618, 621, 625, 627, 629, 632, 633, 638, 641, 644, + 645, 650, 653, 656, 657, 658, 666, 667, 673, 675, + 677, 680, 681, 684, 686, 688, 690, 692, 695, 697, + 699, 701, 705, 708, 712, 714, 716, 718, 720, 722, + 724, 726, 728, 730, 732, 734, 736, 738, 740, 742, + 744, 746, 748, 750, 752, 754, 756 +}; + +/* YYRHS -- A `-1'-separated list of the rules' RHS. */ +static const yytype_int16 yyrhs[] = +{ + 99, 0, -1, -1, 99, 100, -1, 151, 3, -1, + 151, 103, 3, -1, -1, -1, 151, 105, 101, 110, + 102, 128, -1, 105, -1, -1, 105, 104, 5, 122, + -1, 103, 4, 103, -1, 106, -1, 33, 162, 105, + -1, 171, -1, 38, 105, 92, -1, 106, 38, 126, + 92, -1, 106, 37, 138, 93, -1, 154, 3, -1, + 154, 108, 3, -1, 105, -1, -1, 105, 109, 5, + 122, -1, 108, 4, 108, -1, -1, 110, 154, 111, + 3, -1, 105, -1, 111, 4, 111, -1, -1, 153, + 113, 115, 3, -1, -1, 112, 153, 114, 115, 3, + -1, -1, 116, -1, 117, -1, 116, 4, 116, -1, + 105, -1, 171, 17, 139, -1, 17, 139, -1, -1, + 119, -1, 33, 162, -1, 33, 162, 119, -1, 120, + -1, 121, -1, 120, 38, 126, 92, -1, 120, 37, + 138, 93, -1, 38, 92, -1, 37, 138, 93, -1, + 38, 119, 92, -1, 141, -1, 94, 125, 95, -1, + 37, 139, 93, -1, 36, 172, -1, 123, 5, -1, + 122, 4, -1, 124, 122, 4, -1, 123, -1, 124, + 123, -1, 124, -1, 122, -1, 124, 122, -1, -1, + 127, -1, 170, -1, 153, 118, -1, 153, 105, -1, + 36, 36, 36, -1, 127, 4, 127, -1, 94, 129, + 95, -1, -1, 129, 107, -1, 129, 132, -1, 131, + -1, 130, 131, -1, 56, 141, 17, -1, 59, 17, + -1, 42, 17, -1, 1, 3, -1, 134, -1, 130, + 134, -1, 137, -1, 154, 108, -1, 137, 3, -1, + -1, 135, 128, -1, 67, 38, 140, 92, 132, -1, + 67, 38, 140, 92, 132, 62, 132, -1, -1, 136, + 65, 38, 133, 3, 137, 3, 137, 92, 132, -1, + 82, 38, 140, 92, 132, -1, 60, 132, 82, 38, + 140, 92, 3, -1, 71, 137, 3, -1, 77, 38, + 140, 92, 132, -1, 55, 3, -1, 58, 3, -1, + 66, 172, 3, -1, 74, 38, 147, 92, 3, -1, + 88, 38, 147, 92, 3, -1, -1, 140, -1, -1, + 139, -1, 141, -1, 141, -1, 140, 4, 140, -1, + 142, -1, 141, 33, 141, -1, 141, 34, 141, -1, + 141, 35, 141, -1, 141, 31, 141, -1, 141, 32, + 141, -1, 141, 29, 141, -1, 141, 30, 141, -1, + 141, 25, 141, -1, 141, 26, 141, -1, 141, 28, + 141, -1, 141, 27, 141, -1, 141, 24, 141, -1, + 141, 23, 141, -1, 141, 22, 141, -1, 141, 21, + 141, -1, 141, 20, 141, -1, 141, 19, 141, -1, + 141, 18, 141, -1, 141, 16, 140, 17, 141, -1, + 141, 5, 141, -1, 141, 15, 141, -1, 141, 14, + 141, -1, 141, 13, 141, -1, 141, 12, 141, -1, + 141, 11, 141, -1, 141, 9, 141, -1, 141, 10, + 141, -1, 141, 8, 141, -1, 141, 7, 141, -1, + 141, 6, 141, -1, 143, -1, 38, 153, 118, 92, + 142, -1, 38, 153, 118, 92, 94, 125, 95, -1, + 144, -1, 33, 142, -1, 22, 142, -1, 31, 142, + -1, 32, 142, -1, 96, 142, -1, 97, 142, -1, + 40, 142, -1, 41, 142, -1, 73, 143, -1, 89, + 143, -1, 38, 140, 92, -1, 73, 38, 153, 118, + 92, -1, 89, 38, 153, 118, 92, -1, 144, 38, + 147, 92, -1, 144, 37, 140, 93, -1, 144, 39, + 172, -1, 144, 36, 172, -1, 144, 40, -1, 144, + 41, -1, 170, -1, 46, -1, 47, -1, 48, -1, + 49, -1, 45, -1, 44, -1, 50, -1, 51, -1, + 145, -1, 146, -1, 52, -1, 145, 52, -1, 53, + -1, 146, 53, -1, -1, 148, -1, 141, -1, 148, + 4, 148, -1, -1, 94, 150, 112, 95, -1, -1, + 154, -1, 155, -1, 167, -1, 164, -1, 155, 161, + -1, 167, 161, -1, 164, 155, 162, -1, 164, 167, + -1, 164, 167, 161, -1, 152, -1, 152, -1, 76, + 172, -1, -1, 76, 172, 156, 149, -1, 76, 149, + -1, 80, 172, -1, -1, 80, 172, 157, 149, -1, + 80, 149, -1, 84, 172, -1, -1, -1, 84, 172, + 158, 94, 159, 166, 95, -1, -1, 84, 94, 160, + 166, 95, -1, 43, -1, 163, -1, 161, 163, -1, + -1, 162, 169, -1, 167, -1, 169, -1, 168, -1, + 165, -1, 164, 165, -1, 169, -1, 168, -1, 42, + -1, 42, 5, 141, -1, 166, 4, -1, 166, 4, + 166, -1, 57, -1, 72, -1, 68, -1, 69, -1, + 85, -1, 81, -1, 64, -1, 61, -1, 83, -1, + 54, -1, 75, -1, 63, -1, 78, -1, 79, -1, + 70, -1, 91, -1, 86, -1, 87, -1, 90, -1, + 42, -1, 172, -1, 42, -1, 43, -1 +}; + +/* YYRLINE[YYN] -- source line where rule number YYN was defined. */ +static const yytype_uint16 yyrline[] = +{ + 0, 101, 101, 102, 108, 112, 114, 128, 113, 143, + 148, 147, 155, 158, 159, 166, 167, 171, 175, 184, + 188, 194, 200, 199, 211, 224, 225, 228, 232, 239, + 238, 244, 243, 250, 254, 257, 261, 264, 269, 273, + 282, 285, 288, 293, 298, 301, 302, 306, 312, 316, + 320, 326, 327, 333, 337, 342, 345, 346, 350, 351, + 357, 358, 359, 365, 368, 375, 376, 381, 386, 390, + 396, 406, 409, 413, 419, 420, 426, 430, 434, 440, + 444, 445, 451, 452, 458, 459, 459, 470, 476, 484, + 484, 495, 499, 503, 508, 522, 526, 530, 534, 538, + 544, 547, 550, 553, 556, 563, 564, 570, 571, 575, + 579, 583, 587, 591, 595, 599, 603, 607, 611, 615, + 619, 623, 627, 631, 635, 639, 643, 647, 651, 655, + 659, 663, 667, 671, 675, 679, 683, 687, 693, 694, + 701, 709, 710, 714, 718, 722, 726, 730, 734, 738, + 742, 746, 752, 756, 762, 768, 776, 780, 785, 790, + 794, 798, 799, 806, 813, 820, 827, 834, 841, 848, + 855, 856, 859, 869, 887, 897, 915, 918, 921, 922, + 929, 928, 951, 955, 958, 963, 968, 974, 982, 988, + 994, 1000, 1008, 1016, 1023, 1029, 1028, 1040, 1048, 1054, + 1053, 1065, 1073, 1082, 1086, 1081, 1103, 1102, 1111, 1117, + 1118, 1124, 1127, 1133, 1134, 1135, 1138, 1139, 1145, 1146, + 1149, 1153, 1157, 1158, 1161, 1162, 1163, 1164, 1165, 1166, + 1167, 1168, 1169, 1172, 1173, 1174, 1175, 1176, 1177, 1178, + 1181, 1182, 1183, 1186, 1201, 1213, 1214 +}; +#endif + +#if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE +/* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. + First, the terminals, then, starting at YYNTOKENS, nonterminals. */ +static const char *const yytname[] = +{ + "$end", "error", "$undefined", "';'", "','", "'='", "LORE", "LXORE", + "LANDE", "LLSHE", "LRSHE", "LMDE", "LDVE", "LMLE", "LME", "LPE", "'?'", + "':'", "LOROR", "LANDAND", "'|'", "'^'", "'&'", "LNE", "LEQ", "'<'", + "'>'", "LGE", "LLE", "LRSH", "LLSH", "'+'", "'-'", "'*'", "'/'", "'%'", + "'.'", "'['", "'('", "LMG", "LPP", "LMM", "LNAME", "LTYPE", "LFCONST", + "LDCONST", "LCONST", "LLCONST", "LUCONST", "LULCONST", "LVLCONST", + "LUVLCONST", "LSTRING", "LLSTRING", "LAUTO", "LBREAK", "LCASE", "LCHAR", + "LCONTINUE", "LDEFAULT", "LDO", "LDOUBLE", "LELSE", "LEXTERN", "LFLOAT", + "LFOR", "LGOTO", "LIF", "LINT", "LLONG", "LREGISTER", "LRETURN", + "LSHORT", "LSIZEOF", "LUSED", "LSTATIC", "LSTRUCT", "LSWITCH", + "LTYPEDEF", "LTYPESTR", "LUNION", "LUNSIGNED", "LWHILE", "LVOID", + "LENUM", "LSIGNED", "LCONSTNT", "LVOLATILE", "LSET", "LSIGNOF", + "LRESTRICT", "LINLINE", "')'", "']'", "'{'", "'}'", "'!'", "'~'", + "$accept", "prog", "xdecl", "@1", "@2", "xdlist", "@3", "xdecor", + "xdecor2", "adecl", "adlist", "@4", "pdecl", "pdlist", "edecl", "@5", + "@6", "zedlist", "edlist", "edecor", "abdecor", "abdecor1", "abdecor2", + "abdecor3", "init", "qual", "qlist", "ilist", "zarglist", "arglist", + "block", "slist", "labels", "label", "stmnt", "forexpr", "ulstmnt", "@7", + "@8", "zcexpr", "zexpr", "lexpr", "cexpr", "expr", "xuexpr", "uexpr", + "pexpr", "string", "lstring", "zelist", "elist", "sbody", "@9", + "zctlist", "types", "tlist", "ctlist", "complex", "@10", "@11", "@12", + "@13", "@14", "gctnlist", "zgnlist", "gctname", "gcnlist", "gcname", + "enum", "tname", "cname", "gname", "name", "tag", "ltag", 0 +}; +#endif + +# ifdef YYPRINT +/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to + token YYLEX-NUM. */ +static const yytype_uint16 yytoknum[] = +{ + 0, 256, 257, 59, 44, 61, 258, 259, 260, 261, + 262, 263, 264, 265, 266, 267, 63, 58, 268, 269, + 124, 94, 38, 270, 271, 60, 62, 272, 273, 274, + 275, 43, 45, 42, 47, 37, 46, 91, 40, 276, + 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, + 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, + 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, + 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, + 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, + 327, 328, 41, 93, 123, 125, 33, 126 +}; +# endif + +/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ +static const yytype_uint8 yyr1[] = +{ + 0, 98, 99, 99, 100, 100, 101, 102, 100, 103, + 104, 103, 103, 105, 105, 106, 106, 106, 106, 107, + 107, 108, 109, 108, 108, 110, 110, 111, 111, 113, + 112, 114, 112, 115, 115, 116, 116, 117, 117, 117, + 118, 118, 119, 119, 119, 120, 120, 120, 121, 121, + 121, 122, 122, 123, 123, 123, 124, 124, 124, 124, + 125, 125, 125, 126, 126, 127, 127, 127, 127, 127, + 128, 129, 129, 129, 130, 130, 131, 131, 131, 132, + 132, 132, 133, 133, 134, 135, 134, 134, 134, 136, + 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, + 137, 137, 138, 138, 139, 140, 140, 141, 141, 141, + 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, + 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, + 141, 141, 141, 141, 141, 141, 141, 141, 142, 142, + 142, 143, 143, 143, 143, 143, 143, 143, 143, 143, + 143, 143, 144, 144, 144, 144, 144, 144, 144, 144, + 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, + 144, 144, 145, 145, 146, 146, 147, 147, 148, 148, + 150, 149, 151, 151, 152, 152, 152, 152, 152, 152, + 152, 152, 153, 154, 155, 156, 155, 155, 155, 157, + 155, 155, 155, 158, 159, 155, 160, 155, 155, 161, + 161, 162, 162, 163, 163, 163, 164, 164, 165, 165, + 166, 166, 166, 166, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 168, 168, 168, 168, 168, 168, 168, + 169, 169, 169, 170, 171, 172, 172 +}; + +/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ +static const yytype_uint8 yyr2[] = +{ + 0, 2, 0, 2, 2, 3, 0, 0, 6, 1, + 0, 4, 3, 1, 3, 1, 3, 4, 4, 2, + 3, 1, 0, 4, 3, 0, 4, 1, 3, 0, + 4, 0, 5, 0, 1, 1, 3, 1, 3, 2, + 0, 1, 2, 3, 1, 1, 4, 4, 2, 3, + 3, 1, 3, 3, 2, 2, 2, 3, 1, 2, + 1, 1, 2, 0, 1, 1, 2, 2, 3, 3, + 3, 0, 2, 2, 1, 2, 3, 2, 2, 2, + 1, 2, 1, 2, 2, 0, 2, 5, 7, 0, + 10, 5, 7, 3, 5, 2, 2, 3, 5, 5, + 0, 1, 0, 1, 1, 1, 3, 1, 3, 3, + 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, + 3, 3, 3, 3, 3, 3, 5, 3, 3, 3, + 3, 3, 3, 3, 3, 3, 3, 3, 1, 5, + 7, 1, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 3, 5, 5, 4, 4, 3, 3, 2, + 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 2, 1, 2, 0, 1, 1, 3, + 0, 4, 0, 1, 1, 1, 1, 2, 2, 3, + 2, 3, 1, 1, 2, 0, 4, 2, 2, 0, + 4, 2, 2, 0, 0, 7, 0, 5, 1, 1, + 2, 0, 2, 1, 1, 1, 1, 2, 1, 1, + 1, 3, 2, 3, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1 +}; + +/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state + STATE-NUM when YYTABLE doesn't specify something else to do. Zero + means the default is an error. */ +static const yytype_uint8 yydefact[] = +{ + 2, 182, 1, 208, 233, 224, 231, 235, 230, 226, + 227, 238, 225, 234, 0, 236, 237, 0, 229, 232, + 0, 228, 240, 241, 242, 239, 3, 0, 193, 183, + 184, 186, 216, 185, 219, 218, 245, 246, 180, 197, + 194, 201, 198, 206, 202, 4, 211, 0, 0, 6, + 13, 15, 244, 187, 209, 213, 215, 214, 211, 217, + 190, 188, 0, 0, 0, 0, 0, 0, 0, 5, + 0, 25, 0, 102, 63, 210, 189, 191, 0, 192, + 29, 196, 200, 220, 0, 204, 14, 212, 16, 12, + 9, 7, 0, 0, 0, 0, 0, 0, 0, 0, + 243, 167, 166, 162, 163, 164, 165, 168, 169, 172, + 174, 0, 0, 0, 0, 0, 103, 104, 107, 138, + 141, 170, 171, 161, 0, 0, 64, 40, 65, 181, + 31, 33, 0, 222, 207, 0, 0, 0, 0, 11, + 51, 143, 144, 145, 142, 0, 105, 40, 148, 149, + 0, 150, 0, 151, 146, 147, 18, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 176, + 0, 159, 160, 173, 175, 0, 17, 0, 211, 102, + 0, 67, 66, 41, 44, 45, 33, 0, 37, 0, + 34, 35, 15, 221, 223, 0, 71, 8, 27, 0, + 0, 0, 61, 58, 60, 0, 0, 152, 211, 0, + 0, 40, 40, 127, 137, 136, 135, 133, 134, 132, + 131, 130, 129, 128, 0, 125, 124, 123, 122, 121, + 120, 119, 115, 116, 118, 117, 113, 114, 111, 112, + 108, 109, 110, 158, 0, 178, 0, 177, 157, 68, + 69, 42, 0, 48, 0, 102, 63, 0, 39, 30, + 0, 0, 205, 0, 26, 0, 54, 0, 56, 55, + 62, 59, 52, 106, 42, 0, 0, 0, 0, 156, + 155, 0, 43, 49, 50, 0, 0, 32, 36, 38, + 0, 243, 0, 0, 0, 0, 0, 0, 0, 100, + 0, 0, 0, 0, 70, 72, 85, 74, 73, 80, + 0, 0, 0, 101, 0, 28, 53, 57, 0, 139, + 153, 154, 126, 179, 47, 46, 79, 78, 95, 0, + 96, 77, 0, 0, 0, 0, 176, 0, 0, 176, + 75, 81, 86, 0, 84, 19, 21, 0, 0, 76, + 0, 97, 0, 93, 0, 0, 0, 0, 100, 0, + 20, 0, 140, 0, 0, 0, 0, 0, 0, 0, + 82, 0, 0, 24, 0, 87, 98, 94, 91, 99, + 100, 83, 23, 0, 0, 0, 92, 88, 100, 0, + 0, 90 +}; + +/* YYDEFGOTO[NTERM-NUM]. */ +static const yytype_int16 yydefgoto[] = +{ + -1, 1, 26, 71, 136, 48, 72, 208, 50, 325, + 367, 379, 91, 219, 78, 131, 206, 209, 210, 211, + 202, 203, 204, 205, 222, 223, 224, 225, 125, 126, + 217, 283, 326, 327, 328, 389, 329, 330, 331, 332, + 115, 116, 333, 146, 118, 119, 120, 121, 122, 266, + 267, 39, 62, 27, 79, 127, 29, 30, 63, 64, + 66, 135, 65, 53, 67, 54, 31, 32, 84, 33, + 34, 35, 123, 51, 52 +}; + +/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing + STATE-NUM. */ +#define YYPACT_NINF -366 +static const yytype_int16 yypact[] = +{ + -366, 541, -366, -366, -366, -366, -366, -366, -366, -366, + -366, -366, -366, -366, -3, -366, -366, -3, -366, -366, + 140, -366, -366, -366, -366, -366, -366, 161, -366, -366, + 949, 914, -366, 949, -366, -366, -366, -366, -366, -366, + -64, -366, -60, -366, -17, -366, -366, 21, 70, 316, + 51, -366, -366, 949, -366, -366, -366, -366, -366, -366, + 949, 949, 914, -13, -13, 57, 9, 154, 54, -366, + 21, -366, 164, 745, 836, -366, -41, 949, 875, -366, + -366, -366, -366, 167, 7, -366, -366, -366, -366, -366, + 181, 914, 677, 745, 745, 745, 745, 607, 745, 745, + -366, -366, -366, -366, -366, -366, -366, -366, -366, -366, + -366, 779, 813, 745, 745, 95, -366, 1067, -366, -366, + 422, 141, 145, -366, 176, 139, 225, 128, -366, -366, + -366, 289, 745, 57, -366, 57, 149, 21, 169, -366, + 1067, -366, -366, -366, -366, 31, 1067, 130, -366, -366, + 607, -366, 607, -366, -366, -366, -366, 745, 745, 745, + 745, 745, 745, 745, 745, 745, 745, 745, 745, 745, + 745, 745, 745, 745, 745, 745, 745, 745, 745, 745, + 745, 745, 745, 745, 745, 745, 745, 53, 745, 745, + 53, -366, -366, -366, -366, 199, -366, 836, -366, 745, + 147, -366, -366, -366, 111, -366, 289, 745, -366, 243, + 247, -366, 235, 1067, -366, 13, -366, -366, -366, 222, + 53, 745, 260, 255, 169, 172, 745, -366, -366, -6, + 180, 130, 130, 1067, 1067, 1067, 1067, 1067, 1067, 1067, + 1067, 1067, 1067, 1067, 16, 1084, 1100, 1115, 1129, 1142, + 1153, 1153, 319, 319, 319, 319, 303, 303, 295, 295, + -366, -366, -366, -366, 11, 1067, 186, 269, -366, -366, + -366, 190, 188, -366, 187, 745, 836, 280, -366, -366, + 289, 745, -366, 338, -366, 21, -366, 191, -366, -366, + 284, 255, -366, -366, 217, 711, 202, 204, 745, -366, + -366, 745, -366, -366, -366, 198, 207, -366, -366, -366, + 309, 296, 312, 745, 320, 307, 435, 53, 302, 745, + 305, 306, 308, 318, -366, -366, 504, -366, -366, -366, + 149, 292, 342, 354, 259, -366, -366, -366, 169, -366, + -366, -366, 421, -366, -366, -366, -366, -366, -366, 1036, + -366, -366, 277, 358, 745, 359, 745, 745, 745, 745, + -366, -366, -366, 325, -366, -366, 361, 234, 272, -366, + 326, -366, 64, -366, 276, 66, 67, 281, 607, 367, + -366, 21, -366, 745, 435, 371, 435, 435, 372, 397, + -366, 21, 677, -366, 68, 368, -366, -366, -366, -366, + 745, 427, -366, 461, 435, 462, -366, -366, 745, 377, + 435, -366 +}; + +/* YYPGOTO[NTERM-NUM]. */ +static const yytype_int16 yypgoto[] = +{ + -366, -366, -366, -366, -366, 400, -366, -26, -366, -366, + -365, -366, -366, 189, -366, -366, -366, 266, 209, -366, + -122, -187, -366, -366, -82, 254, -366, 133, 216, 299, + 168, -366, -366, 171, -304, -366, 173, -366, -366, -227, + -181, -183, -83, -45, -38, 137, -366, -366, -366, -308, + 203, 2, -366, -366, -1, 0, -88, 472, -366, -366, + -366, -366, -366, -10, -51, 208, -366, 474, 22, 256, + 265, -24, -52, -127, -12 +}; + +/* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If + positive, shift that token. If negative, reduce the rule which + number is the opposite. If zero, do what YYDEFACT says. + If YYTABLE_NINF, syntax error. */ +#define YYTABLE_NINF -204 +static const yytype_int16 yytable[] = +{ + 28, 49, 40, 137, 212, 42, 57, 76, 44, 57, + 139, 133, 352, 274, 145, 226, 393, 133, 272, 41, + 226, 68, 128, 61, 278, 230, 401, 228, 117, 57, + -195, 199, 229, 298, -199, 226, 57, 57, 287, 36, + 37, 86, 274, 87, 90, 22, 23, 140, 374, 24, + 77, 377, 87, 57, 46, 141, 142, 143, 144, 47, + 148, 149, 80, 36, 37, 81, 82, 145, 226, 145, + 226, 226, 226, 69, 70, 154, 155, -203, 130, 212, + 395, 38, 397, 398, 302, 244, 273, 213, 73, 74, + 28, 38, 355, 140, 305, 36, 37, 147, 309, 83, + 407, 201, 134, 85, 299, 264, 411, 302, 282, 296, + 297, 218, 233, 234, 235, 236, 237, 238, 239, 240, + 241, 242, 243, 227, 245, 246, 247, 248, 249, 250, + 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, + 261, 262, 290, 293, 265, 128, 88, 271, 275, 276, + 231, 390, 232, 212, 117, 214, 384, 215, 386, 387, + 403, 198, 117, 228, 45, 199, 200, 199, 229, 92, + 36, 37, 132, 405, 68, 263, 117, 294, 268, 140, + 198, 409, 36, 37, 199, 200, -10, 46, 156, 36, + 37, 93, 47, 193, 46, 334, 36, 37, 194, 47, + 94, 95, 96, 36, 37, 220, 221, 97, 286, 98, + 99, 100, 195, 101, 102, 103, 104, 105, 106, 107, + 108, 109, 110, 198, 128, 284, 285, 199, 200, 197, + 117, 196, 36, 37, 43, 269, 117, 380, 381, 273, + 22, 23, 111, 216, 24, 86, 279, 87, 151, 153, + 228, 280, 281, 342, 199, 229, 265, 339, 112, 218, + 289, 75, 365, 138, 288, 113, 114, 292, 349, 75, + 87, 372, 295, 301, 375, 376, 22, 23, 300, 304, + 24, 303, 28, 307, 336, 75, 55, 60, 337, 55, + 391, 344, 46, 140, 340, 56, 341, 47, 56, 345, + 394, 36, 37, 22, 23, 353, 207, 24, 366, 55, + 402, 265, 346, 347, 265, 348, 55, 55, 56, -9, + -9, -10, 46, 350, 351, 56, 56, 47, 184, 185, + 186, 36, 37, 55, 182, 183, 184, 185, 186, 310, + 354, -100, 56, 356, 357, 364, 358, 140, 180, 181, + 182, 183, 184, 185, 186, 366, 359, 363, 226, 370, + 93, 371, 373, 378, 383, 366, -22, 382, 385, 94, + 95, 96, 392, 388, 396, 399, 97, 28, 98, 99, + 311, 3, 101, 102, 103, 104, 105, 106, 107, 108, + 109, 110, 4, 312, 313, 5, 314, 315, 316, 6, + 400, 7, 8, -89, 317, 318, 9, 10, 11, 319, + 12, 111, 320, 13, 14, 321, 15, 16, 17, 18, + 322, 19, 20, 21, 22, 23, 323, 112, 24, 25, + 404, 381, -85, 324, 113, 114, 310, 168, -100, 169, + 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, 186, 93, 187, 188, + 189, 190, 191, 192, 406, 408, 94, 95, 96, 410, + 89, 368, 277, 97, 335, 98, 99, 311, 291, 101, + 102, 103, 104, 105, 106, 107, 108, 109, 110, 308, + 312, 313, 306, 314, 315, 316, 270, 360, 362, 361, + -89, 317, 318, 58, 343, 59, 319, -100, 111, 320, + 0, 0, 321, 0, 0, 0, 0, 322, 0, 0, + 0, 0, 0, 323, 112, 0, 93, 0, 0, -85, + 0, 113, 114, 0, 0, 94, 95, 96, 0, 0, + 0, 2, 97, 0, 98, 99, 311, 0, 101, 102, + 103, 104, 105, 106, 107, 108, 109, 110, 0, 312, + 313, 0, 314, 315, 316, 0, 0, 0, 0, -89, + 317, 318, 0, 0, 0, 319, 0, 111, 320, 0, + 0, 321, 0, 0, 3, 0, 322, 0, 0, 0, + 0, 0, 323, 112, 0, 4, 0, 0, 5, 0, + 113, 114, 6, 0, 7, 8, 0, 0, 0, 9, + 10, 11, 0, 12, 0, 0, 13, 14, 0, 15, + 16, 17, 18, 0, 19, 20, 21, 22, 23, 93, + 0, 24, 25, 0, 0, 0, 0, 0, 94, 95, + 96, 0, 0, 0, 0, 97, 0, 98, 99, 100, + 3, 101, 102, 103, 104, 105, 106, 107, 108, 109, + 110, 4, 0, 0, 5, 0, 0, 0, 6, 0, + 7, 8, 0, 0, 0, 9, 10, 11, 0, 12, + 111, 0, 13, 14, 0, 15, 16, 17, 18, 0, + 19, 20, 21, 22, 23, 0, 112, 24, 25, 93, + 0, 0, 0, 113, 114, 0, 0, 0, 94, 95, + 96, 0, 0, 0, 0, 97, 0, 98, 99, 100, + 0, 101, 102, 103, 104, 105, 106, 107, 108, 109, + 110, 0, 0, 93, 0, 0, 0, 0, 0, 0, + 0, 0, 94, 95, 96, 0, 0, 0, 0, 97, + 111, 98, 99, 100, 0, 101, 102, 103, 104, 105, + 106, 107, 108, 109, 110, 0, 112, 93, 0, 0, + 0, 138, 0, 113, 114, 0, 94, 95, 96, 0, + 0, 0, 0, 97, 111, 98, 99, 100, 0, 101, + 102, 103, 104, 105, 106, 107, 108, 109, 110, 0, + 112, 93, 0, 0, 0, 338, 0, 113, 114, 0, + 94, 95, 96, 0, 0, 0, 0, 150, 111, 98, + 99, 100, 0, 101, 102, 103, 104, 105, 106, 107, + 108, 109, 110, 0, 112, 93, 0, 0, 0, 0, + 0, 113, 114, 0, 94, 95, 96, 0, 0, 0, + 0, 152, 111, 98, 99, 100, 0, 101, 102, 103, + 104, 105, 106, 107, 108, 109, 110, 0, 112, 0, + 0, 0, 124, 0, 0, 113, 114, 0, 100, 3, + 0, 0, 0, 0, 0, 0, 111, 0, 0, 0, + 4, 0, 0, 5, 0, 0, 0, 6, 0, 7, + 8, 0, 112, 0, 9, 10, 11, 0, 12, 113, + 114, 13, 14, 0, 15, 16, 17, 18, 3, 19, + 20, 21, 22, 23, 0, 0, 24, 25, 0, 4, + 0, 0, 5, 0, 0, 0, 6, 0, 7, 8, + 0, 0, 0, 9, 10, 11, 0, 12, 0, 0, + 13, 14, 0, 15, 16, 17, 18, 3, 19, 20, + 21, 22, 23, 0, 0, 24, 25, 0, 4, 0, + 129, 5, 0, 0, 0, 6, 0, 7, 8, 0, + 0, 0, 9, 10, 11, 0, 12, 0, 0, 13, + 14, 0, 15, 16, 17, 18, 0, 19, 20, 21, + 22, 23, 0, 4, 24, 25, 5, 0, 0, 0, + 6, 0, 7, 8, 0, 0, 0, 9, 10, 11, + 0, 12, 0, 0, 13, 0, 0, 15, 16, 0, + 18, 0, 19, 0, 21, 22, 23, 0, 0, 24, + 25, 157, 158, 159, 160, 161, 162, 163, 164, 165, + 166, 167, 168, 369, 169, 170, 171, 172, 173, 174, + 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, + 185, 186, 157, 158, 159, 160, 161, 162, 163, 164, + 165, 166, 167, 168, 0, 169, 170, 171, 172, 173, + 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, + 184, 185, 186, 170, 171, 172, 173, 174, 175, 176, + 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, + 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, + 181, 182, 183, 184, 185, 186, 172, 173, 174, 175, + 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, + 186, 173, 174, 175, 176, 177, 178, 179, 180, 181, + 182, 183, 184, 185, 186, 174, 175, 176, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 176, 177, + 178, 179, 180, 181, 182, 183, 184, 185, 186 +}; + +static const yytype_int16 yycheck[] = +{ + 1, 27, 14, 91, 131, 17, 30, 58, 20, 33, + 92, 4, 316, 200, 97, 4, 381, 4, 199, 17, + 4, 47, 74, 33, 207, 147, 391, 33, 73, 53, + 94, 37, 38, 17, 94, 4, 60, 61, 221, 42, + 43, 67, 229, 67, 70, 86, 87, 92, 356, 90, + 60, 359, 76, 77, 33, 93, 94, 95, 96, 38, + 98, 99, 62, 42, 43, 63, 64, 150, 4, 152, + 4, 4, 4, 3, 4, 113, 114, 94, 78, 206, + 384, 94, 386, 387, 271, 168, 92, 132, 37, 38, + 91, 94, 319, 138, 275, 42, 43, 97, 281, 42, + 404, 127, 95, 94, 93, 188, 410, 294, 95, 231, + 232, 137, 157, 158, 159, 160, 161, 162, 163, 164, + 165, 166, 167, 92, 169, 170, 171, 172, 173, 174, + 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, + 185, 186, 224, 226, 189, 197, 92, 198, 37, 38, + 150, 378, 152, 280, 199, 133, 92, 135, 92, 92, + 92, 33, 207, 33, 3, 37, 38, 37, 38, 5, + 42, 43, 5, 400, 200, 187, 221, 228, 190, 224, + 33, 408, 42, 43, 37, 38, 5, 33, 93, 42, + 43, 22, 38, 52, 33, 283, 42, 43, 53, 38, + 31, 32, 33, 42, 43, 36, 37, 38, 220, 40, + 41, 42, 36, 44, 45, 46, 47, 48, 49, 50, + 51, 52, 53, 33, 276, 3, 4, 37, 38, 4, + 275, 92, 42, 43, 94, 36, 281, 3, 4, 92, + 86, 87, 73, 94, 90, 271, 3, 271, 111, 112, + 33, 4, 17, 298, 37, 38, 301, 295, 89, 285, + 5, 53, 3, 94, 4, 96, 97, 95, 313, 61, + 294, 354, 92, 4, 357, 358, 86, 87, 92, 92, + 90, 93, 283, 3, 93, 77, 30, 31, 4, 33, + 378, 93, 33, 338, 92, 30, 92, 38, 33, 92, + 383, 42, 43, 86, 87, 317, 17, 90, 334, 53, + 392, 356, 3, 17, 359, 3, 60, 61, 53, 3, + 4, 5, 33, 3, 17, 60, 61, 38, 33, 34, + 35, 42, 43, 77, 31, 32, 33, 34, 35, 1, + 38, 3, 77, 38, 38, 3, 38, 392, 29, 30, + 31, 32, 33, 34, 35, 381, 38, 65, 4, 82, + 22, 3, 3, 38, 38, 391, 5, 95, 92, 31, + 32, 33, 5, 92, 3, 3, 38, 378, 40, 41, + 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, + 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, + 3, 63, 64, 65, 66, 67, 68, 69, 70, 71, + 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, + 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, + 62, 4, 94, 95, 96, 97, 1, 16, 3, 18, + 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, + 29, 30, 31, 32, 33, 34, 35, 22, 36, 37, + 38, 39, 40, 41, 3, 3, 31, 32, 33, 92, + 70, 338, 206, 38, 285, 40, 41, 42, 224, 44, + 45, 46, 47, 48, 49, 50, 51, 52, 53, 280, + 55, 56, 276, 58, 59, 60, 197, 326, 330, 326, + 65, 66, 67, 31, 301, 31, 71, 3, 73, 74, + -1, -1, 77, -1, -1, -1, -1, 82, -1, -1, + -1, -1, -1, 88, 89, -1, 22, -1, -1, 94, + -1, 96, 97, -1, -1, 31, 32, 33, -1, -1, + -1, 0, 38, -1, 40, 41, 42, -1, 44, 45, + 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, + 56, -1, 58, 59, 60, -1, -1, -1, -1, 65, + 66, 67, -1, -1, -1, 71, -1, 73, 74, -1, + -1, 77, -1, -1, 43, -1, 82, -1, -1, -1, + -1, -1, 88, 89, -1, 54, -1, -1, 57, -1, + 96, 97, 61, -1, 63, 64, -1, -1, -1, 68, + 69, 70, -1, 72, -1, -1, 75, 76, -1, 78, + 79, 80, 81, -1, 83, 84, 85, 86, 87, 22, + -1, 90, 91, -1, -1, -1, -1, -1, 31, 32, + 33, -1, -1, -1, -1, 38, -1, 40, 41, 42, + 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, + 53, 54, -1, -1, 57, -1, -1, -1, 61, -1, + 63, 64, -1, -1, -1, 68, 69, 70, -1, 72, + 73, -1, 75, 76, -1, 78, 79, 80, 81, -1, + 83, 84, 85, 86, 87, -1, 89, 90, 91, 22, + -1, -1, -1, 96, 97, -1, -1, -1, 31, 32, + 33, -1, -1, -1, -1, 38, -1, 40, 41, 42, + -1, 44, 45, 46, 47, 48, 49, 50, 51, 52, + 53, -1, -1, 22, -1, -1, -1, -1, -1, -1, + -1, -1, 31, 32, 33, -1, -1, -1, -1, 38, + 73, 40, 41, 42, -1, 44, 45, 46, 47, 48, + 49, 50, 51, 52, 53, -1, 89, 22, -1, -1, + -1, 94, -1, 96, 97, -1, 31, 32, 33, -1, + -1, -1, -1, 38, 73, 40, 41, 42, -1, 44, + 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, + 89, 22, -1, -1, -1, 94, -1, 96, 97, -1, + 31, 32, 33, -1, -1, -1, -1, 38, 73, 40, + 41, 42, -1, 44, 45, 46, 47, 48, 49, 50, + 51, 52, 53, -1, 89, 22, -1, -1, -1, -1, + -1, 96, 97, -1, 31, 32, 33, -1, -1, -1, + -1, 38, 73, 40, 41, 42, -1, 44, 45, 46, + 47, 48, 49, 50, 51, 52, 53, -1, 89, -1, + -1, -1, 36, -1, -1, 96, 97, -1, 42, 43, + -1, -1, -1, -1, -1, -1, 73, -1, -1, -1, + 54, -1, -1, 57, -1, -1, -1, 61, -1, 63, + 64, -1, 89, -1, 68, 69, 70, -1, 72, 96, + 97, 75, 76, -1, 78, 79, 80, 81, 43, 83, + 84, 85, 86, 87, -1, -1, 90, 91, -1, 54, + -1, -1, 57, -1, -1, -1, 61, -1, 63, 64, + -1, -1, -1, 68, 69, 70, -1, 72, -1, -1, + 75, 76, -1, 78, 79, 80, 81, 43, 83, 84, + 85, 86, 87, -1, -1, 90, 91, -1, 54, -1, + 95, 57, -1, -1, -1, 61, -1, 63, 64, -1, + -1, -1, 68, 69, 70, -1, 72, -1, -1, 75, + 76, -1, 78, 79, 80, 81, -1, 83, 84, 85, + 86, 87, -1, 54, 90, 91, 57, -1, -1, -1, + 61, -1, 63, 64, -1, -1, -1, 68, 69, 70, + -1, 72, -1, -1, 75, -1, -1, 78, 79, -1, + 81, -1, 83, -1, 85, 86, 87, -1, -1, 90, + 91, 5, 6, 7, 8, 9, 10, 11, 12, 13, + 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, + 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, + 34, 35, 5, 6, 7, 8, 9, 10, 11, 12, + 13, 14, 15, 16, -1, 18, 19, 20, 21, 22, + 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, + 33, 34, 35, 19, 20, 21, 22, 23, 24, 25, + 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, + 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, + 30, 31, 32, 33, 34, 35, 21, 22, 23, 24, + 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, + 35, 22, 23, 24, 25, 26, 27, 28, 29, 30, + 31, 32, 33, 34, 35, 23, 24, 25, 26, 27, + 28, 29, 30, 31, 32, 33, 34, 35, 25, 26, + 27, 28, 29, 30, 31, 32, 33, 34, 35 +}; + +/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing + symbol of state STATE-NUM. */ +static const yytype_uint8 yystos[] = +{ + 0, 99, 0, 43, 54, 57, 61, 63, 64, 68, + 69, 70, 72, 75, 76, 78, 79, 80, 81, 83, + 84, 85, 86, 87, 90, 91, 100, 151, 152, 154, + 155, 164, 165, 167, 168, 169, 42, 43, 94, 149, + 172, 149, 172, 94, 172, 3, 33, 38, 103, 105, + 106, 171, 172, 161, 163, 167, 168, 169, 155, 165, + 167, 161, 150, 156, 157, 160, 158, 162, 105, 3, + 4, 101, 104, 37, 38, 163, 162, 161, 112, 152, + 153, 149, 149, 42, 166, 94, 105, 169, 92, 103, + 105, 110, 5, 22, 31, 32, 33, 38, 40, 41, + 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, + 53, 73, 89, 96, 97, 138, 139, 141, 142, 143, + 144, 145, 146, 170, 36, 126, 127, 153, 170, 95, + 153, 113, 5, 4, 95, 159, 102, 154, 94, 122, + 141, 142, 142, 142, 142, 140, 141, 153, 142, 142, + 38, 143, 38, 143, 142, 142, 93, 5, 6, 7, + 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, + 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, + 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, + 39, 40, 41, 52, 53, 36, 92, 4, 33, 37, + 38, 105, 118, 119, 120, 121, 114, 17, 105, 115, + 116, 117, 171, 141, 166, 166, 94, 128, 105, 111, + 36, 37, 122, 123, 124, 125, 4, 92, 33, 38, + 118, 153, 153, 141, 141, 141, 141, 141, 141, 141, + 141, 141, 141, 141, 140, 141, 141, 141, 141, 141, + 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, + 141, 141, 141, 172, 140, 141, 147, 148, 172, 36, + 127, 162, 138, 92, 119, 37, 38, 115, 139, 3, + 4, 17, 95, 129, 3, 4, 172, 139, 4, 5, + 122, 123, 95, 140, 162, 92, 118, 118, 17, 93, + 92, 4, 119, 93, 92, 138, 126, 3, 116, 139, + 1, 42, 55, 56, 58, 59, 60, 66, 67, 71, + 74, 77, 82, 88, 95, 107, 130, 131, 132, 134, + 135, 136, 137, 140, 154, 111, 93, 4, 94, 142, + 92, 92, 141, 148, 93, 92, 3, 17, 3, 141, + 3, 17, 132, 172, 38, 137, 38, 38, 38, 38, + 131, 134, 128, 65, 3, 3, 105, 108, 125, 17, + 82, 3, 140, 3, 147, 140, 140, 147, 38, 109, + 3, 4, 95, 38, 92, 92, 92, 92, 92, 133, + 137, 154, 5, 108, 140, 132, 3, 132, 132, 3, + 3, 108, 122, 92, 62, 137, 3, 132, 3, 137, + 92, 132 +}; + +#define yyerrok (yyerrstatus = 0) +#define yyclearin (yychar = YYEMPTY) +#define YYEMPTY (-2) +#define YYEOF 0 + +#define YYACCEPT goto yyacceptlab +#define YYABORT goto yyabortlab +#define YYERROR goto yyerrorlab + + +/* Like YYERROR except do call yyerror. This remains here temporarily + to ease the transition to the new meaning of YYERROR, for GCC. + Once GCC version 2 has supplanted version 1, this can go. */ + +#define YYFAIL goto yyerrlab + +#define YYRECOVERING() (!!yyerrstatus) + +#define YYBACKUP(Token, Value) \ +do \ + if (yychar == YYEMPTY && yylen == 1) \ + { \ + yychar = (Token); \ + yylval = (Value); \ + yytoken = YYTRANSLATE (yychar); \ + YYPOPSTACK (1); \ + goto yybackup; \ + } \ + else \ + { \ + yyerror (YY_("syntax error: cannot back up")); \ + YYERROR; \ + } \ +while (YYID (0)) + + +#define YYTERROR 1 +#define YYERRCODE 256 + + +/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. + If N is 0, then set CURRENT to the empty location which ends + the previous symbol: RHS[0] (always defined). */ + +#define YYRHSLOC(Rhs, K) ((Rhs)[K]) +#ifndef YYLLOC_DEFAULT +# define YYLLOC_DEFAULT(Current, Rhs, N) \ + do \ + if (YYID (N)) \ + { \ + (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ + (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ + (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ + (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ + } \ + else \ + { \ + (Current).first_line = (Current).last_line = \ + YYRHSLOC (Rhs, 0).last_line; \ + (Current).first_column = (Current).last_column = \ + YYRHSLOC (Rhs, 0).last_column; \ + } \ + while (YYID (0)) +#endif + + +/* YY_LOCATION_PRINT -- Print the location on the stream. + This macro was not mandated originally: define only if we know + we won't break user code: when these are the locations we know. */ + +#ifndef YY_LOCATION_PRINT +# if defined YYLTYPE_IS_TRIVIAL && YYLTYPE_IS_TRIVIAL +# define YY_LOCATION_PRINT(File, Loc) \ + fprintf (File, "%d.%d-%d.%d", \ + (Loc).first_line, (Loc).first_column, \ + (Loc).last_line, (Loc).last_column) +# else +# define YY_LOCATION_PRINT(File, Loc) ((void) 0) +# endif +#endif + + +/* YYLEX -- calling `yylex' with the right arguments. */ + +#ifdef YYLEX_PARAM +# define YYLEX yylex (YYLEX_PARAM) +#else +# define YYLEX yylex () +#endif + +/* Enable debugging if requested. */ +#if YYDEBUG + +# ifndef YYFPRINTF +# include /* INFRINGES ON USER NAME SPACE */ +# define YYFPRINTF fprintf +# endif + +# define YYDPRINTF(Args) \ +do { \ + if (yydebug) \ + YYFPRINTF Args; \ +} while (YYID (0)) + +# define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ +do { \ + if (yydebug) \ + { \ + YYFPRINTF (stderr, "%s ", Title); \ + yy_symbol_print (stderr, \ + Type, Value); \ + YYFPRINTF (stderr, "\n"); \ + } \ +} while (YYID (0)) + + +/*--------------------------------. +| Print this symbol on YYOUTPUT. | +`--------------------------------*/ + +/*ARGSUSED*/ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static void +yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) +#else +static void +yy_symbol_value_print (yyoutput, yytype, yyvaluep) + FILE *yyoutput; + int yytype; + YYSTYPE const * const yyvaluep; +#endif +{ + if (!yyvaluep) + return; +# ifdef YYPRINT + if (yytype < YYNTOKENS) + YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); +# else + YYUSE (yyoutput); +# endif + switch (yytype) + { + default: + break; + } +} + + +/*--------------------------------. +| Print this symbol on YYOUTPUT. | +`--------------------------------*/ + +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static void +yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) +#else +static void +yy_symbol_print (yyoutput, yytype, yyvaluep) + FILE *yyoutput; + int yytype; + YYSTYPE const * const yyvaluep; +#endif +{ + if (yytype < YYNTOKENS) + YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); + else + YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); + + yy_symbol_value_print (yyoutput, yytype, yyvaluep); + YYFPRINTF (yyoutput, ")"); +} + +/*------------------------------------------------------------------. +| yy_stack_print -- Print the state stack from its BOTTOM up to its | +| TOP (included). | +`------------------------------------------------------------------*/ + +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static void +yy_stack_print (yytype_int16 *bottom, yytype_int16 *top) +#else +static void +yy_stack_print (bottom, top) + yytype_int16 *bottom; + yytype_int16 *top; +#endif +{ + YYFPRINTF (stderr, "Stack now"); + for (; bottom <= top; ++bottom) + YYFPRINTF (stderr, " %d", *bottom); + YYFPRINTF (stderr, "\n"); +} + +# define YY_STACK_PRINT(Bottom, Top) \ +do { \ + if (yydebug) \ + yy_stack_print ((Bottom), (Top)); \ +} while (YYID (0)) + + +/*------------------------------------------------. +| Report that the YYRULE is going to be reduced. | +`------------------------------------------------*/ + +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static void +yy_reduce_print (YYSTYPE *yyvsp, int yyrule) +#else +static void +yy_reduce_print (yyvsp, yyrule) + YYSTYPE *yyvsp; + int yyrule; +#endif +{ + int yynrhs = yyr2[yyrule]; + int yyi; + unsigned long int yylno = yyrline[yyrule]; + YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", + yyrule - 1, yylno); + /* The symbols being reduced. */ + for (yyi = 0; yyi < yynrhs; yyi++) + { + fprintf (stderr, " $%d = ", yyi + 1); + yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], + &(yyvsp[(yyi + 1) - (yynrhs)]) + ); + fprintf (stderr, "\n"); + } +} + +# define YY_REDUCE_PRINT(Rule) \ +do { \ + if (yydebug) \ + yy_reduce_print (yyvsp, Rule); \ +} while (YYID (0)) + +/* Nonzero means print parse trace. It is left uninitialized so that + multiple parsers can coexist. */ +int yydebug; +#else /* !YYDEBUG */ +# define YYDPRINTF(Args) +# define YY_SYMBOL_PRINT(Title, Type, Value, Location) +# define YY_STACK_PRINT(Bottom, Top) +# define YY_REDUCE_PRINT(Rule) +#endif /* !YYDEBUG */ + + +/* YYINITDEPTH -- initial size of the parser's stacks. */ +#ifndef YYINITDEPTH +# define YYINITDEPTH 200 +#endif + +/* YYMAXDEPTH -- maximum size the stacks can grow to (effective only + if the built-in stack extension method is used). + + Do not make this value too large; the results are undefined if + YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) + evaluated with infinite-precision integer arithmetic. */ + +#ifndef YYMAXDEPTH +# define YYMAXDEPTH 10000 +#endif + + + +#if YYERROR_VERBOSE + +# ifndef yystrlen +# if defined __GLIBC__ && defined _STRING_H +# define yystrlen strlen +# else +/* Return the length of YYSTR. */ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static YYSIZE_T +yystrlen (const char *yystr) +#else +static YYSIZE_T +yystrlen (yystr) + const char *yystr; +#endif +{ + YYSIZE_T yylen; + for (yylen = 0; yystr[yylen]; yylen++) + continue; + return yylen; +} +# endif +# endif + +# ifndef yystpcpy +# if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE +# define yystpcpy stpcpy +# else +/* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in + YYDEST. */ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static char * +yystpcpy (char *yydest, const char *yysrc) +#else +static char * +yystpcpy (yydest, yysrc) + char *yydest; + const char *yysrc; +#endif +{ + char *yyd = yydest; + const char *yys = yysrc; + + while ((*yyd++ = *yys++) != '\0') + continue; + + return yyd - 1; +} +# endif +# endif + +# ifndef yytnamerr +/* Copy to YYRES the contents of YYSTR after stripping away unnecessary + quotes and backslashes, so that it's suitable for yyerror. The + heuristic is that double-quoting is unnecessary unless the string + contains an apostrophe, a comma, or backslash (other than + backslash-backslash). YYSTR is taken from yytname. If YYRES is + null, do not copy; instead, return the length of what the result + would have been. */ +static YYSIZE_T +yytnamerr (char *yyres, const char *yystr) +{ + if (*yystr == '"') + { + YYSIZE_T yyn = 0; + char const *yyp = yystr; + + for (;;) + switch (*++yyp) + { + case '\'': + case ',': + goto do_not_strip_quotes; + + case '\\': + if (*++yyp != '\\') + goto do_not_strip_quotes; + /* Fall through. */ + default: + if (yyres) + yyres[yyn] = *yyp; + yyn++; + break; + + case '"': + if (yyres) + yyres[yyn] = '\0'; + return yyn; + } + do_not_strip_quotes: ; + } + + if (! yyres) + return yystrlen (yystr); + + return yystpcpy (yyres, yystr) - yyres; +} +# endif + +/* Copy into YYRESULT an error message about the unexpected token + YYCHAR while in state YYSTATE. Return the number of bytes copied, + including the terminating null byte. If YYRESULT is null, do not + copy anything; just return the number of bytes that would be + copied. As a special case, return 0 if an ordinary "syntax error" + message will do. Return YYSIZE_MAXIMUM if overflow occurs during + size calculation. */ +static YYSIZE_T +yysyntax_error (char *yyresult, int yystate, int yychar) +{ + int yyn = yypact[yystate]; + + if (! (YYPACT_NINF < yyn && yyn <= YYLAST)) + return 0; + else + { + int yytype = YYTRANSLATE (yychar); + YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]); + YYSIZE_T yysize = yysize0; + YYSIZE_T yysize1; + int yysize_overflow = 0; + enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; + char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; + int yyx; + +# if 0 + /* This is so xgettext sees the translatable formats that are + constructed on the fly. */ + YY_("syntax error, unexpected %s"); + YY_("syntax error, unexpected %s, expecting %s"); + YY_("syntax error, unexpected %s, expecting %s or %s"); + YY_("syntax error, unexpected %s, expecting %s or %s or %s"); + YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"); +# endif + char *yyfmt; + char const *yyf; + static char const yyunexpected[] = "syntax error, unexpected %s"; + static char const yyexpecting[] = ", expecting %s"; + static char const yyor[] = " or %s"; + char yyformat[sizeof yyunexpected + + sizeof yyexpecting - 1 + + ((YYERROR_VERBOSE_ARGS_MAXIMUM - 2) + * (sizeof yyor - 1))]; + char const *yyprefix = yyexpecting; + + /* Start YYX at -YYN if negative to avoid negative indexes in + YYCHECK. */ + int yyxbegin = yyn < 0 ? -yyn : 0; + + /* Stay within bounds of both yycheck and yytname. */ + int yychecklim = YYLAST - yyn + 1; + int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; + int yycount = 1; + + yyarg[0] = yytname[yytype]; + yyfmt = yystpcpy (yyformat, yyunexpected); + + for (yyx = yyxbegin; yyx < yyxend; ++yyx) + if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR) + { + if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) + { + yycount = 1; + yysize = yysize0; + yyformat[sizeof yyunexpected - 1] = '\0'; + break; + } + yyarg[yycount++] = yytname[yyx]; + yysize1 = yysize + yytnamerr (0, yytname[yyx]); + yysize_overflow |= (yysize1 < yysize); + yysize = yysize1; + yyfmt = yystpcpy (yyfmt, yyprefix); + yyprefix = yyor; + } + + yyf = YY_(yyformat); + yysize1 = yysize + yystrlen (yyf); + yysize_overflow |= (yysize1 < yysize); + yysize = yysize1; + + if (yysize_overflow) + return YYSIZE_MAXIMUM; + + if (yyresult) + { + /* Avoid sprintf, as that infringes on the user's name space. + Don't have undefined behavior even if the translation + produced a string with the wrong number of "%s"s. */ + char *yyp = yyresult; + int yyi = 0; + while ((*yyp = *yyf) != '\0') + { + if (*yyp == '%' && yyf[1] == 's' && yyi < yycount) + { + yyp += yytnamerr (yyp, yyarg[yyi++]); + yyf += 2; + } + else + { + yyp++; + yyf++; + } + } + } + return yysize; + } +} +#endif /* YYERROR_VERBOSE */ + + +/*-----------------------------------------------. +| Release the memory associated to this symbol. | +`-----------------------------------------------*/ + +/*ARGSUSED*/ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static void +yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) +#else +static void +yydestruct (yymsg, yytype, yyvaluep) + const char *yymsg; + int yytype; + YYSTYPE *yyvaluep; +#endif +{ + YYUSE (yyvaluep); + + if (!yymsg) + yymsg = "Deleting"; + YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); + + switch (yytype) + { + + default: + break; + } +} + + +/* Prevent warnings from -Wmissing-prototypes. */ + +#ifdef YYPARSE_PARAM +#if defined __STDC__ || defined __cplusplus +int yyparse (void *YYPARSE_PARAM); +#else +int yyparse (); +#endif +#else /* ! YYPARSE_PARAM */ +#if defined __STDC__ || defined __cplusplus +int yyparse (void); +#else +int yyparse (); +#endif +#endif /* ! YYPARSE_PARAM */ + + + +/* The look-ahead symbol. */ +int yychar; + +/* The semantic value of the look-ahead symbol. */ +YYSTYPE yylval; + +/* Number of syntax errors so far. */ +int yynerrs; + + + +/*----------. +| yyparse. | +`----------*/ + +#ifdef YYPARSE_PARAM +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +int +yyparse (void *YYPARSE_PARAM) +#else +int +yyparse (YYPARSE_PARAM) + void *YYPARSE_PARAM; +#endif +#else /* ! YYPARSE_PARAM */ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +int +yyparse (void) +#else +int +yyparse () + +#endif +#endif +{ + + int yystate; + int yyn; + int yyresult; + /* Number of tokens to shift before error messages enabled. */ + int yyerrstatus; + /* Look-ahead token as an internal (translated) token number. */ + int yytoken = 0; +#if YYERROR_VERBOSE + /* Buffer for error messages, and its allocated size. */ + char yymsgbuf[128]; + char *yymsg = yymsgbuf; + YYSIZE_T yymsg_alloc = sizeof yymsgbuf; +#endif + + /* Three stacks and their tools: + `yyss': related to states, + `yyvs': related to semantic values, + `yyls': related to locations. + + Refer to the stacks thru separate pointers, to allow yyoverflow + to reallocate them elsewhere. */ + + /* The state stack. */ + yytype_int16 yyssa[YYINITDEPTH]; + yytype_int16 *yyss = yyssa; + yytype_int16 *yyssp; + + /* The semantic value stack. */ + YYSTYPE yyvsa[YYINITDEPTH]; + YYSTYPE *yyvs = yyvsa; + YYSTYPE *yyvsp; + + + +#define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) + + YYSIZE_T yystacksize = YYINITDEPTH; + + /* The variables used to return semantic value and location from the + action routines. */ + YYSTYPE yyval; + + + /* The number of symbols on the RHS of the reduced rule. + Keep to zero when no symbol should be popped. */ + int yylen = 0; + + YYDPRINTF ((stderr, "Starting parse\n")); + + yystate = 0; + yyerrstatus = 0; + yynerrs = 0; + yychar = YYEMPTY; /* Cause a token to be read. */ + + /* Initialize stack pointers. + Waste one element of value and location stack + so that they stay on the same level as the state stack. + The wasted elements are never initialized. */ + + yyssp = yyss; + yyvsp = yyvs; + + goto yysetstate; + +/*------------------------------------------------------------. +| yynewstate -- Push a new state, which is found in yystate. | +`------------------------------------------------------------*/ + yynewstate: + /* In all cases, when you get here, the value and location stacks + have just been pushed. So pushing a state here evens the stacks. */ + yyssp++; + + yysetstate: + *yyssp = yystate; + + if (yyss + yystacksize - 1 <= yyssp) + { + /* Get the current used size of the three stacks, in elements. */ + YYSIZE_T yysize = yyssp - yyss + 1; + +#ifdef yyoverflow + { + /* Give user a chance to reallocate the stack. Use copies of + these so that the &'s don't force the real ones into + memory. */ + YYSTYPE *yyvs1 = yyvs; + yytype_int16 *yyss1 = yyss; + + + /* Each stack pointer address is followed by the size of the + data in use in that stack, in bytes. This used to be a + conditional around just the two extra args, but that might + be undefined if yyoverflow is a macro. */ + yyoverflow (YY_("memory exhausted"), + &yyss1, yysize * sizeof (*yyssp), + &yyvs1, yysize * sizeof (*yyvsp), + + &yystacksize); + + yyss = yyss1; + yyvs = yyvs1; + } +#else /* no yyoverflow */ +# ifndef YYSTACK_RELOCATE + goto yyexhaustedlab; +# else + /* Extend the stack our own way. */ + if (YYMAXDEPTH <= yystacksize) + goto yyexhaustedlab; + yystacksize *= 2; + if (YYMAXDEPTH < yystacksize) + yystacksize = YYMAXDEPTH; + + { + yytype_int16 *yyss1 = yyss; + union yyalloc *yyptr = + (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); + if (! yyptr) + goto yyexhaustedlab; + YYSTACK_RELOCATE (yyss); + YYSTACK_RELOCATE (yyvs); + +# undef YYSTACK_RELOCATE + if (yyss1 != yyssa) + YYSTACK_FREE (yyss1); + } +# endif +#endif /* no yyoverflow */ + + yyssp = yyss + yysize - 1; + yyvsp = yyvs + yysize - 1; + + + YYDPRINTF ((stderr, "Stack size increased to %lu\n", + (unsigned long int) yystacksize)); + + if (yyss + yystacksize - 1 <= yyssp) + YYABORT; + } + + YYDPRINTF ((stderr, "Entering state %d\n", yystate)); + + goto yybackup; + +/*-----------. +| yybackup. | +`-----------*/ +yybackup: + + /* Do appropriate processing given the current state. Read a + look-ahead token if we need one and don't already have one. */ + + /* First try to decide what to do without reference to look-ahead token. */ + yyn = yypact[yystate]; + if (yyn == YYPACT_NINF) + goto yydefault; + + /* Not known => get a look-ahead token if don't already have one. */ + + /* YYCHAR is either YYEMPTY or YYEOF or a valid look-ahead symbol. */ + if (yychar == YYEMPTY) + { + YYDPRINTF ((stderr, "Reading a token: ")); + yychar = YYLEX; + } + + if (yychar <= YYEOF) + { + yychar = yytoken = YYEOF; + YYDPRINTF ((stderr, "Now at end of input.\n")); + } + else + { + yytoken = YYTRANSLATE (yychar); + YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); + } + + /* If the proper action on seeing token YYTOKEN is to reduce or to + detect an error, take that action. */ + yyn += yytoken; + if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) + goto yydefault; + yyn = yytable[yyn]; + if (yyn <= 0) + { + if (yyn == 0 || yyn == YYTABLE_NINF) + goto yyerrlab; + yyn = -yyn; + goto yyreduce; + } + + if (yyn == YYFINAL) + YYACCEPT; + + /* Count tokens shifted since error; after three, turn off error + status. */ + if (yyerrstatus) + yyerrstatus--; + + /* Shift the look-ahead token. */ + YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); + + /* Discard the shifted token unless it is eof. */ + if (yychar != YYEOF) + yychar = YYEMPTY; + + yystate = yyn; + *++yyvsp = yylval; + + goto yynewstate; + + +/*-----------------------------------------------------------. +| yydefault -- do the default action for the current state. | +`-----------------------------------------------------------*/ +yydefault: + yyn = yydefact[yystate]; + if (yyn == 0) + goto yyerrlab; + goto yyreduce; + + +/*-----------------------------. +| yyreduce -- Do a reduction. | +`-----------------------------*/ +yyreduce: + /* yyn is the number of a rule to reduce with. */ + yylen = yyr2[yyn]; + + /* If YYLEN is nonzero, implement the default value of the action: + `$$ = $1'. + + Otherwise, the following line sets YYVAL to garbage. + This behavior is undocumented and Bison + users should not rely upon it. Assigning to YYVAL + unconditionally makes the parser a bit smaller, and it avoids a + GCC warning that YYVAL may be used uninitialized. */ + yyval = yyvsp[1-yylen]; + + + YY_REDUCE_PRINT (yyn); + switch (yyn) + { + case 4: +#line 109 "cc.y" + { + dodecl(xdecl, lastclass, lasttype, Z); + } + break; + + case 6: +#line 114 "cc.y" + { + lastdcl = T; + firstarg = S; + dodecl(xdecl, lastclass, lasttype, (yyvsp[(2) - (2)].node)); + if(lastdcl == T || lastdcl->etype != TFUNC) { + diag((yyvsp[(2) - (2)].node), "not a function"); + lastdcl = types[TFUNC]; + } + thisfn = lastdcl; + markdcl(); + firstdcl = dclstack; + argmark((yyvsp[(2) - (2)].node), 0); + } + break; + + case 7: +#line 128 "cc.y" + { + argmark((yyvsp[(2) - (4)].node), 1); + } + break; + + case 8: +#line 132 "cc.y" + { + Node *n; + + n = revertdcl(); + if(n) + (yyvsp[(6) - (6)].node) = new(OLIST, n, (yyvsp[(6) - (6)].node)); + if(!debug['a'] && !debug['Z']) + codgen((yyvsp[(6) - (6)].node), (yyvsp[(2) - (6)].node)); + } + break; + + case 9: +#line 144 "cc.y" + { + dodecl(xdecl, lastclass, lasttype, (yyvsp[(1) - (1)].node)); + } + break; + + case 10: +#line 148 "cc.y" + { + (yyvsp[(1) - (1)].node) = dodecl(xdecl, lastclass, lasttype, (yyvsp[(1) - (1)].node)); + } + break; + + case 11: +#line 152 "cc.y" + { + doinit((yyvsp[(1) - (4)].node)->sym, (yyvsp[(1) - (4)].node)->type, 0L, (yyvsp[(4) - (4)].node)); + } + break; + + case 14: +#line 160 "cc.y" + { + (yyval.node) = new(OIND, (yyvsp[(3) - (3)].node), Z); + (yyval.node)->garb = simpleg((yyvsp[(2) - (3)].lval)); + } + break; + + case 16: +#line 168 "cc.y" + { + (yyval.node) = (yyvsp[(2) - (3)].node); + } + break; + + case 17: +#line 172 "cc.y" + { + (yyval.node) = new(OFUNC, (yyvsp[(1) - (4)].node), (yyvsp[(3) - (4)].node)); + } + break; + + case 18: +#line 176 "cc.y" + { + (yyval.node) = new(OARRAY, (yyvsp[(1) - (4)].node), (yyvsp[(3) - (4)].node)); + } + break; + + case 19: +#line 185 "cc.y" + { + (yyval.node) = dodecl(adecl, lastclass, lasttype, Z); + } + break; + + case 20: +#line 189 "cc.y" + { + (yyval.node) = (yyvsp[(2) - (3)].node); + } + break; + + case 21: +#line 195 "cc.y" + { + dodecl(adecl, lastclass, lasttype, (yyvsp[(1) - (1)].node)); + (yyval.node) = Z; + } + break; + + case 22: +#line 200 "cc.y" + { + (yyvsp[(1) - (1)].node) = dodecl(adecl, lastclass, lasttype, (yyvsp[(1) - (1)].node)); + } + break; + + case 23: +#line 204 "cc.y" + { + int32 w; + + w = (yyvsp[(1) - (4)].node)->sym->type->width; + (yyval.node) = doinit((yyvsp[(1) - (4)].node)->sym, (yyvsp[(1) - (4)].node)->type, 0L, (yyvsp[(4) - (4)].node)); + (yyval.node) = contig((yyvsp[(1) - (4)].node)->sym, (yyval.node), w); + } + break; + + case 24: +#line 212 "cc.y" + { + (yyval.node) = (yyvsp[(1) - (3)].node); + if((yyvsp[(3) - (3)].node) != Z) { + (yyval.node) = (yyvsp[(3) - (3)].node); + if((yyvsp[(1) - (3)].node) != Z) + (yyval.node) = new(OLIST, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + } + break; + + case 27: +#line 229 "cc.y" + { + dodecl(pdecl, lastclass, lasttype, (yyvsp[(1) - (1)].node)); + } + break; + + case 29: +#line 239 "cc.y" + { + lasttype = (yyvsp[(1) - (1)].type); + } + break; + + case 31: +#line 244 "cc.y" + { + lasttype = (yyvsp[(2) - (2)].type); + } + break; + + case 33: +#line 250 "cc.y" + { + lastfield = 0; + edecl(CXXX, lasttype, S); + } + break; + + case 35: +#line 258 "cc.y" + { + dodecl(edecl, CXXX, lasttype, (yyvsp[(1) - (1)].node)); + } + break; + + case 37: +#line 265 "cc.y" + { + lastbit = 0; + firstbit = 1; + } + break; + + case 38: +#line 270 "cc.y" + { + (yyval.node) = new(OBIT, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 39: +#line 274 "cc.y" + { + (yyval.node) = new(OBIT, Z, (yyvsp[(2) - (2)].node)); + } + break; + + case 40: +#line 282 "cc.y" + { + (yyval.node) = (Z); + } + break; + + case 42: +#line 289 "cc.y" + { + (yyval.node) = new(OIND, (Z), Z); + (yyval.node)->garb = simpleg((yyvsp[(2) - (2)].lval)); + } + break; + + case 43: +#line 294 "cc.y" + { + (yyval.node) = new(OIND, (yyvsp[(3) - (3)].node), Z); + (yyval.node)->garb = simpleg((yyvsp[(2) - (3)].lval)); + } + break; + + case 46: +#line 303 "cc.y" + { + (yyval.node) = new(OFUNC, (yyvsp[(1) - (4)].node), (yyvsp[(3) - (4)].node)); + } + break; + + case 47: +#line 307 "cc.y" + { + (yyval.node) = new(OARRAY, (yyvsp[(1) - (4)].node), (yyvsp[(3) - (4)].node)); + } + break; + + case 48: +#line 313 "cc.y" + { + (yyval.node) = new(OFUNC, (Z), Z); + } + break; + + case 49: +#line 317 "cc.y" + { + (yyval.node) = new(OARRAY, (Z), (yyvsp[(2) - (3)].node)); + } + break; + + case 50: +#line 321 "cc.y" + { + (yyval.node) = (yyvsp[(2) - (3)].node); + } + break; + + case 52: +#line 328 "cc.y" + { + (yyval.node) = new(OINIT, invert((yyvsp[(2) - (3)].node)), Z); + } + break; + + case 53: +#line 334 "cc.y" + { + (yyval.node) = new(OARRAY, (yyvsp[(2) - (3)].node), Z); + } + break; + + case 54: +#line 338 "cc.y" + { + (yyval.node) = new(OELEM, Z, Z); + (yyval.node)->sym = (yyvsp[(2) - (2)].sym); + } + break; + + case 57: +#line 347 "cc.y" + { + (yyval.node) = new(OLIST, (yyvsp[(1) - (3)].node), (yyvsp[(2) - (3)].node)); + } + break; + + case 59: +#line 352 "cc.y" + { + (yyval.node) = new(OLIST, (yyvsp[(1) - (2)].node), (yyvsp[(2) - (2)].node)); + } + break; + + case 62: +#line 360 "cc.y" + { + (yyval.node) = new(OLIST, (yyvsp[(1) - (2)].node), (yyvsp[(2) - (2)].node)); + } + break; + + case 63: +#line 365 "cc.y" + { + (yyval.node) = Z; + } + break; + + case 64: +#line 369 "cc.y" + { + (yyval.node) = invert((yyvsp[(1) - (1)].node)); + } + break; + + case 66: +#line 377 "cc.y" + { + (yyval.node) = new(OPROTO, (yyvsp[(2) - (2)].node), Z); + (yyval.node)->type = (yyvsp[(1) - (2)].type); + } + break; + + case 67: +#line 382 "cc.y" + { + (yyval.node) = new(OPROTO, (yyvsp[(2) - (2)].node), Z); + (yyval.node)->type = (yyvsp[(1) - (2)].type); + } + break; + + case 68: +#line 387 "cc.y" + { + (yyval.node) = new(ODOTDOT, Z, Z); + } + break; + + case 69: +#line 391 "cc.y" + { + (yyval.node) = new(OLIST, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 70: +#line 397 "cc.y" + { + (yyval.node) = invert((yyvsp[(2) - (3)].node)); + // if($2 != Z) + // $$ = new(OLIST, $2, $$); + if((yyval.node) == Z) + (yyval.node) = new(OLIST, Z, Z); + } + break; + + case 71: +#line 406 "cc.y" + { + (yyval.node) = Z; + } + break; + + case 72: +#line 410 "cc.y" + { + (yyval.node) = new(OLIST, (yyvsp[(1) - (2)].node), (yyvsp[(2) - (2)].node)); + } + break; + + case 73: +#line 414 "cc.y" + { + (yyval.node) = new(OLIST, (yyvsp[(1) - (2)].node), (yyvsp[(2) - (2)].node)); + } + break; + + case 75: +#line 421 "cc.y" + { + (yyval.node) = new(OLIST, (yyvsp[(1) - (2)].node), (yyvsp[(2) - (2)].node)); + } + break; + + case 76: +#line 427 "cc.y" + { + (yyval.node) = new(OCASE, (yyvsp[(2) - (3)].node), Z); + } + break; + + case 77: +#line 431 "cc.y" + { + (yyval.node) = new(OCASE, Z, Z); + } + break; + + case 78: +#line 435 "cc.y" + { + (yyval.node) = new(OLABEL, dcllabel((yyvsp[(1) - (2)].sym), 1), Z); + } + break; + + case 79: +#line 441 "cc.y" + { + (yyval.node) = Z; + } + break; + + case 81: +#line 446 "cc.y" + { + (yyval.node) = new(OLIST, (yyvsp[(1) - (2)].node), (yyvsp[(2) - (2)].node)); + } + break; + + case 83: +#line 453 "cc.y" + { + (yyval.node) = (yyvsp[(2) - (2)].node); + } + break; + + case 85: +#line 459 "cc.y" + { + markdcl(); + } + break; + + case 86: +#line 463 "cc.y" + { + (yyval.node) = revertdcl(); + if((yyval.node)) + (yyval.node) = new(OLIST, (yyval.node), (yyvsp[(2) - (2)].node)); + else + (yyval.node) = (yyvsp[(2) - (2)].node); + } + break; + + case 87: +#line 471 "cc.y" + { + (yyval.node) = new(OIF, (yyvsp[(3) - (5)].node), new(OLIST, (yyvsp[(5) - (5)].node), Z)); + if((yyvsp[(5) - (5)].node) == Z) + warn((yyvsp[(3) - (5)].node), "empty if body"); + } + break; + + case 88: +#line 477 "cc.y" + { + (yyval.node) = new(OIF, (yyvsp[(3) - (7)].node), new(OLIST, (yyvsp[(5) - (7)].node), (yyvsp[(7) - (7)].node))); + if((yyvsp[(5) - (7)].node) == Z) + warn((yyvsp[(3) - (7)].node), "empty if body"); + if((yyvsp[(7) - (7)].node) == Z) + warn((yyvsp[(3) - (7)].node), "empty else body"); + } + break; + + case 89: +#line 484 "cc.y" + { markdcl(); } + break; + + case 90: +#line 485 "cc.y" + { + (yyval.node) = revertdcl(); + if((yyval.node)){ + if((yyvsp[(4) - (10)].node)) + (yyvsp[(4) - (10)].node) = new(OLIST, (yyval.node), (yyvsp[(4) - (10)].node)); + else + (yyvsp[(4) - (10)].node) = (yyval.node); + } + (yyval.node) = new(OFOR, new(OLIST, (yyvsp[(6) - (10)].node), new(OLIST, (yyvsp[(4) - (10)].node), (yyvsp[(8) - (10)].node))), (yyvsp[(10) - (10)].node)); + } + break; + + case 91: +#line 496 "cc.y" + { + (yyval.node) = new(OWHILE, (yyvsp[(3) - (5)].node), (yyvsp[(5) - (5)].node)); + } + break; + + case 92: +#line 500 "cc.y" + { + (yyval.node) = new(ODWHILE, (yyvsp[(5) - (7)].node), (yyvsp[(2) - (7)].node)); + } + break; + + case 93: +#line 504 "cc.y" + { + (yyval.node) = new(ORETURN, (yyvsp[(2) - (3)].node), Z); + (yyval.node)->type = thisfn->link; + } + break; + + case 94: +#line 509 "cc.y" + { + (yyval.node) = new(OCONST, Z, Z); + (yyval.node)->vconst = 0; + (yyval.node)->type = types[TINT]; + (yyvsp[(3) - (5)].node) = new(OSUB, (yyval.node), (yyvsp[(3) - (5)].node)); + + (yyval.node) = new(OCONST, Z, Z); + (yyval.node)->vconst = 0; + (yyval.node)->type = types[TINT]; + (yyvsp[(3) - (5)].node) = new(OSUB, (yyval.node), (yyvsp[(3) - (5)].node)); + + (yyval.node) = new(OSWITCH, (yyvsp[(3) - (5)].node), (yyvsp[(5) - (5)].node)); + } + break; + + case 95: +#line 523 "cc.y" + { + (yyval.node) = new(OBREAK, Z, Z); + } + break; + + case 96: +#line 527 "cc.y" + { + (yyval.node) = new(OCONTINUE, Z, Z); + } + break; + + case 97: +#line 531 "cc.y" + { + (yyval.node) = new(OGOTO, dcllabel((yyvsp[(2) - (3)].sym), 0), Z); + } + break; + + case 98: +#line 535 "cc.y" + { + (yyval.node) = new(OUSED, (yyvsp[(3) - (5)].node), Z); + } + break; + + case 99: +#line 539 "cc.y" + { + (yyval.node) = new(OSET, (yyvsp[(3) - (5)].node), Z); + } + break; + + case 100: +#line 544 "cc.y" + { + (yyval.node) = Z; + } + break; + + case 102: +#line 550 "cc.y" + { + (yyval.node) = Z; + } + break; + + case 104: +#line 557 "cc.y" + { + (yyval.node) = new(OCAST, (yyvsp[(1) - (1)].node), Z); + (yyval.node)->type = types[TLONG]; + } + break; + + case 106: +#line 565 "cc.y" + { + (yyval.node) = new(OCOMMA, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 108: +#line 572 "cc.y" + { + (yyval.node) = new(OMUL, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 109: +#line 576 "cc.y" + { + (yyval.node) = new(ODIV, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 110: +#line 580 "cc.y" + { + (yyval.node) = new(OMOD, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 111: +#line 584 "cc.y" + { + (yyval.node) = new(OADD, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 112: +#line 588 "cc.y" + { + (yyval.node) = new(OSUB, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 113: +#line 592 "cc.y" + { + (yyval.node) = new(OASHR, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 114: +#line 596 "cc.y" + { + (yyval.node) = new(OASHL, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 115: +#line 600 "cc.y" + { + (yyval.node) = new(OLT, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 116: +#line 604 "cc.y" + { + (yyval.node) = new(OGT, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 117: +#line 608 "cc.y" + { + (yyval.node) = new(OLE, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 118: +#line 612 "cc.y" + { + (yyval.node) = new(OGE, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 119: +#line 616 "cc.y" + { + (yyval.node) = new(OEQ, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 120: +#line 620 "cc.y" + { + (yyval.node) = new(ONE, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 121: +#line 624 "cc.y" + { + (yyval.node) = new(OAND, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 122: +#line 628 "cc.y" + { + (yyval.node) = new(OXOR, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 123: +#line 632 "cc.y" + { + (yyval.node) = new(OOR, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 124: +#line 636 "cc.y" + { + (yyval.node) = new(OANDAND, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 125: +#line 640 "cc.y" + { + (yyval.node) = new(OOROR, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 126: +#line 644 "cc.y" + { + (yyval.node) = new(OCOND, (yyvsp[(1) - (5)].node), new(OLIST, (yyvsp[(3) - (5)].node), (yyvsp[(5) - (5)].node))); + } + break; + + case 127: +#line 648 "cc.y" + { + (yyval.node) = new(OAS, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 128: +#line 652 "cc.y" + { + (yyval.node) = new(OASADD, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 129: +#line 656 "cc.y" + { + (yyval.node) = new(OASSUB, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 130: +#line 660 "cc.y" + { + (yyval.node) = new(OASMUL, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 131: +#line 664 "cc.y" + { + (yyval.node) = new(OASDIV, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 132: +#line 668 "cc.y" + { + (yyval.node) = new(OASMOD, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 133: +#line 672 "cc.y" + { + (yyval.node) = new(OASASHL, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 134: +#line 676 "cc.y" + { + (yyval.node) = new(OASASHR, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 135: +#line 680 "cc.y" + { + (yyval.node) = new(OASAND, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 136: +#line 684 "cc.y" + { + (yyval.node) = new(OASXOR, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 137: +#line 688 "cc.y" + { + (yyval.node) = new(OASOR, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 139: +#line 695 "cc.y" + { + (yyval.node) = new(OCAST, (yyvsp[(5) - (5)].node), Z); + dodecl(NODECL, CXXX, (yyvsp[(2) - (5)].type), (yyvsp[(3) - (5)].node)); + (yyval.node)->type = lastdcl; + (yyval.node)->xcast = 1; + } + break; + + case 140: +#line 702 "cc.y" + { + (yyval.node) = new(OSTRUCT, (yyvsp[(6) - (7)].node), Z); + dodecl(NODECL, CXXX, (yyvsp[(2) - (7)].type), (yyvsp[(3) - (7)].node)); + (yyval.node)->type = lastdcl; + } + break; + + case 142: +#line 711 "cc.y" + { + (yyval.node) = new(OIND, (yyvsp[(2) - (2)].node), Z); + } + break; + + case 143: +#line 715 "cc.y" + { + (yyval.node) = new(OADDR, (yyvsp[(2) - (2)].node), Z); + } + break; + + case 144: +#line 719 "cc.y" + { + (yyval.node) = new(OPOS, (yyvsp[(2) - (2)].node), Z); + } + break; + + case 145: +#line 723 "cc.y" + { + (yyval.node) = new(ONEG, (yyvsp[(2) - (2)].node), Z); + } + break; + + case 146: +#line 727 "cc.y" + { + (yyval.node) = new(ONOT, (yyvsp[(2) - (2)].node), Z); + } + break; + + case 147: +#line 731 "cc.y" + { + (yyval.node) = new(OCOM, (yyvsp[(2) - (2)].node), Z); + } + break; + + case 148: +#line 735 "cc.y" + { + (yyval.node) = new(OPREINC, (yyvsp[(2) - (2)].node), Z); + } + break; + + case 149: +#line 739 "cc.y" + { + (yyval.node) = new(OPREDEC, (yyvsp[(2) - (2)].node), Z); + } + break; + + case 150: +#line 743 "cc.y" + { + (yyval.node) = new(OSIZE, (yyvsp[(2) - (2)].node), Z); + } + break; + + case 151: +#line 747 "cc.y" + { + (yyval.node) = new(OSIGN, (yyvsp[(2) - (2)].node), Z); + } + break; + + case 152: +#line 753 "cc.y" + { + (yyval.node) = (yyvsp[(2) - (3)].node); + } + break; + + case 153: +#line 757 "cc.y" + { + (yyval.node) = new(OSIZE, Z, Z); + dodecl(NODECL, CXXX, (yyvsp[(3) - (5)].type), (yyvsp[(4) - (5)].node)); + (yyval.node)->type = lastdcl; + } + break; + + case 154: +#line 763 "cc.y" + { + (yyval.node) = new(OSIGN, Z, Z); + dodecl(NODECL, CXXX, (yyvsp[(3) - (5)].type), (yyvsp[(4) - (5)].node)); + (yyval.node)->type = lastdcl; + } + break; + + case 155: +#line 769 "cc.y" + { + (yyval.node) = new(OFUNC, (yyvsp[(1) - (4)].node), Z); + if((yyvsp[(1) - (4)].node)->op == ONAME) + if((yyvsp[(1) - (4)].node)->type == T) + dodecl(xdecl, CXXX, types[TINT], (yyval.node)); + (yyval.node)->right = invert((yyvsp[(3) - (4)].node)); + } + break; + + case 156: +#line 777 "cc.y" + { + (yyval.node) = new(OIND, new(OADD, (yyvsp[(1) - (4)].node), (yyvsp[(3) - (4)].node)), Z); + } + break; + + case 157: +#line 781 "cc.y" + { + (yyval.node) = new(ODOT, new(OIND, (yyvsp[(1) - (3)].node), Z), Z); + (yyval.node)->sym = (yyvsp[(3) - (3)].sym); + } + break; + + case 158: +#line 786 "cc.y" + { + (yyval.node) = new(ODOT, (yyvsp[(1) - (3)].node), Z); + (yyval.node)->sym = (yyvsp[(3) - (3)].sym); + } + break; + + case 159: +#line 791 "cc.y" + { + (yyval.node) = new(OPOSTINC, (yyvsp[(1) - (2)].node), Z); + } + break; + + case 160: +#line 795 "cc.y" + { + (yyval.node) = new(OPOSTDEC, (yyvsp[(1) - (2)].node), Z); + } + break; + + case 162: +#line 800 "cc.y" + { + (yyval.node) = new(OCONST, Z, Z); + (yyval.node)->type = types[TINT]; + (yyval.node)->vconst = (yyvsp[(1) - (1)].vval); + (yyval.node)->cstring = strdup(symb); + } + break; + + case 163: +#line 807 "cc.y" + { + (yyval.node) = new(OCONST, Z, Z); + (yyval.node)->type = types[TLONG]; + (yyval.node)->vconst = (yyvsp[(1) - (1)].vval); + (yyval.node)->cstring = strdup(symb); + } + break; + + case 164: +#line 814 "cc.y" + { + (yyval.node) = new(OCONST, Z, Z); + (yyval.node)->type = types[TUINT]; + (yyval.node)->vconst = (yyvsp[(1) - (1)].vval); + (yyval.node)->cstring = strdup(symb); + } + break; + + case 165: +#line 821 "cc.y" + { + (yyval.node) = new(OCONST, Z, Z); + (yyval.node)->type = types[TULONG]; + (yyval.node)->vconst = (yyvsp[(1) - (1)].vval); + (yyval.node)->cstring = strdup(symb); + } + break; + + case 166: +#line 828 "cc.y" + { + (yyval.node) = new(OCONST, Z, Z); + (yyval.node)->type = types[TDOUBLE]; + (yyval.node)->fconst = (yyvsp[(1) - (1)].dval); + (yyval.node)->cstring = strdup(symb); + } + break; + + case 167: +#line 835 "cc.y" + { + (yyval.node) = new(OCONST, Z, Z); + (yyval.node)->type = types[TFLOAT]; + (yyval.node)->fconst = (yyvsp[(1) - (1)].dval); + (yyval.node)->cstring = strdup(symb); + } + break; + + case 168: +#line 842 "cc.y" + { + (yyval.node) = new(OCONST, Z, Z); + (yyval.node)->type = types[TVLONG]; + (yyval.node)->vconst = (yyvsp[(1) - (1)].vval); + (yyval.node)->cstring = strdup(symb); + } + break; + + case 169: +#line 849 "cc.y" + { + (yyval.node) = new(OCONST, Z, Z); + (yyval.node)->type = types[TUVLONG]; + (yyval.node)->vconst = (yyvsp[(1) - (1)].vval); + (yyval.node)->cstring = strdup(symb); + } + break; + + case 172: +#line 860 "cc.y" + { + (yyval.node) = new(OSTRING, Z, Z); + (yyval.node)->type = typ(TARRAY, types[TCHAR]); + (yyval.node)->type->width = (yyvsp[(1) - (1)].sval).l + 1; + (yyval.node)->cstring = (yyvsp[(1) - (1)].sval).s; + (yyval.node)->sym = symstring; + (yyval.node)->etype = TARRAY; + (yyval.node)->class = CSTATIC; + } + break; + + case 173: +#line 870 "cc.y" + { + char *s; + int n; + + n = (yyvsp[(1) - (2)].node)->type->width - 1; + s = alloc(n+(yyvsp[(2) - (2)].sval).l+MAXALIGN); + + memcpy(s, (yyvsp[(1) - (2)].node)->cstring, n); + memcpy(s+n, (yyvsp[(2) - (2)].sval).s, (yyvsp[(2) - (2)].sval).l); + s[n+(yyvsp[(2) - (2)].sval).l] = 0; + + (yyval.node) = (yyvsp[(1) - (2)].node); + (yyval.node)->type->width += (yyvsp[(2) - (2)].sval).l; + (yyval.node)->cstring = s; + } + break; + + case 174: +#line 888 "cc.y" + { + (yyval.node) = new(OLSTRING, Z, Z); + (yyval.node)->type = typ(TARRAY, types[TUSHORT]); + (yyval.node)->type->width = (yyvsp[(1) - (1)].sval).l + sizeof(ushort); + (yyval.node)->rstring = (ushort*)(yyvsp[(1) - (1)].sval).s; + (yyval.node)->sym = symstring; + (yyval.node)->etype = TARRAY; + (yyval.node)->class = CSTATIC; + } + break; + + case 175: +#line 898 "cc.y" + { + char *s; + int n; + + n = (yyvsp[(1) - (2)].node)->type->width - sizeof(ushort); + s = alloc(n+(yyvsp[(2) - (2)].sval).l+MAXALIGN); + + memcpy(s, (yyvsp[(1) - (2)].node)->rstring, n); + memcpy(s+n, (yyvsp[(2) - (2)].sval).s, (yyvsp[(2) - (2)].sval).l); + *(ushort*)(s+n+(yyvsp[(2) - (2)].sval).l) = 0; + + (yyval.node) = (yyvsp[(1) - (2)].node); + (yyval.node)->type->width += (yyvsp[(2) - (2)].sval).l; + (yyval.node)->rstring = (ushort*)s; + } + break; + + case 176: +#line 915 "cc.y" + { + (yyval.node) = Z; + } + break; + + case 179: +#line 923 "cc.y" + { + (yyval.node) = new(OLIST, (yyvsp[(1) - (3)].node), (yyvsp[(3) - (3)].node)); + } + break; + + case 180: +#line 929 "cc.y" + { + (yyval.tyty).t1 = strf; + (yyval.tyty).t2 = strl; + (yyval.tyty).t3 = lasttype; + (yyval.tyty).c = lastclass; + strf = T; + strl = T; + lastbit = 0; + firstbit = 1; + lastclass = CXXX; + lasttype = T; + } + break; + + case 181: +#line 942 "cc.y" + { + (yyval.type) = strf; + strf = (yyvsp[(2) - (4)].tyty).t1; + strl = (yyvsp[(2) - (4)].tyty).t2; + lasttype = (yyvsp[(2) - (4)].tyty).t3; + lastclass = (yyvsp[(2) - (4)].tyty).c; + } + break; + + case 182: +#line 951 "cc.y" + { + lastclass = CXXX; + lasttype = types[TINT]; + } + break; + + case 184: +#line 959 "cc.y" + { + (yyval.tycl).t = (yyvsp[(1) - (1)].type); + (yyval.tycl).c = CXXX; + } + break; + + case 185: +#line 964 "cc.y" + { + (yyval.tycl).t = simplet((yyvsp[(1) - (1)].lval)); + (yyval.tycl).c = CXXX; + } + break; + + case 186: +#line 969 "cc.y" + { + (yyval.tycl).t = simplet((yyvsp[(1) - (1)].lval)); + (yyval.tycl).c = simplec((yyvsp[(1) - (1)].lval)); + (yyval.tycl).t = garbt((yyval.tycl).t, (yyvsp[(1) - (1)].lval)); + } + break; + + case 187: +#line 975 "cc.y" + { + (yyval.tycl).t = (yyvsp[(1) - (2)].type); + (yyval.tycl).c = simplec((yyvsp[(2) - (2)].lval)); + (yyval.tycl).t = garbt((yyval.tycl).t, (yyvsp[(2) - (2)].lval)); + if((yyvsp[(2) - (2)].lval) & ~BCLASS & ~BGARB) + diag(Z, "duplicate types given: %T and %Q", (yyvsp[(1) - (2)].type), (yyvsp[(2) - (2)].lval)); + } + break; + + case 188: +#line 983 "cc.y" + { + (yyval.tycl).t = simplet(typebitor((yyvsp[(1) - (2)].lval), (yyvsp[(2) - (2)].lval))); + (yyval.tycl).c = simplec((yyvsp[(2) - (2)].lval)); + (yyval.tycl).t = garbt((yyval.tycl).t, (yyvsp[(2) - (2)].lval)); + } + break; + + case 189: +#line 989 "cc.y" + { + (yyval.tycl).t = (yyvsp[(2) - (3)].type); + (yyval.tycl).c = simplec((yyvsp[(1) - (3)].lval)); + (yyval.tycl).t = garbt((yyval.tycl).t, (yyvsp[(1) - (3)].lval)|(yyvsp[(3) - (3)].lval)); + } + break; + + case 190: +#line 995 "cc.y" + { + (yyval.tycl).t = simplet((yyvsp[(2) - (2)].lval)); + (yyval.tycl).c = simplec((yyvsp[(1) - (2)].lval)); + (yyval.tycl).t = garbt((yyval.tycl).t, (yyvsp[(1) - (2)].lval)); + } + break; + + case 191: +#line 1001 "cc.y" + { + (yyval.tycl).t = simplet(typebitor((yyvsp[(2) - (3)].lval), (yyvsp[(3) - (3)].lval))); + (yyval.tycl).c = simplec((yyvsp[(1) - (3)].lval)|(yyvsp[(3) - (3)].lval)); + (yyval.tycl).t = garbt((yyval.tycl).t, (yyvsp[(1) - (3)].lval)|(yyvsp[(3) - (3)].lval)); + } + break; + + case 192: +#line 1009 "cc.y" + { + (yyval.type) = (yyvsp[(1) - (1)].tycl).t; + if((yyvsp[(1) - (1)].tycl).c != CXXX) + diag(Z, "illegal combination of class 4: %s", cnames[(yyvsp[(1) - (1)].tycl).c]); + } + break; + + case 193: +#line 1017 "cc.y" + { + lasttype = (yyvsp[(1) - (1)].tycl).t; + lastclass = (yyvsp[(1) - (1)].tycl).c; + } + break; + + case 194: +#line 1024 "cc.y" + { + dotag((yyvsp[(2) - (2)].sym), TSTRUCT, 0); + (yyval.type) = (yyvsp[(2) - (2)].sym)->suetag; + } + break; + + case 195: +#line 1029 "cc.y" + { + dotag((yyvsp[(2) - (2)].sym), TSTRUCT, autobn); + } + break; + + case 196: +#line 1033 "cc.y" + { + (yyval.type) = (yyvsp[(2) - (4)].sym)->suetag; + if((yyval.type)->link != T) + diag(Z, "redeclare tag: %s", (yyvsp[(2) - (4)].sym)->name); + (yyval.type)->link = (yyvsp[(4) - (4)].type); + sualign((yyval.type)); + } + break; + + case 197: +#line 1041 "cc.y" + { + taggen++; + sprint(symb, "_%d_", taggen); + (yyval.type) = dotag(lookup(), TSTRUCT, autobn); + (yyval.type)->link = (yyvsp[(2) - (2)].type); + sualign((yyval.type)); + } + break; + + case 198: +#line 1049 "cc.y" + { + dotag((yyvsp[(2) - (2)].sym), TUNION, 0); + (yyval.type) = (yyvsp[(2) - (2)].sym)->suetag; + } + break; + + case 199: +#line 1054 "cc.y" + { + dotag((yyvsp[(2) - (2)].sym), TUNION, autobn); + } + break; + + case 200: +#line 1058 "cc.y" + { + (yyval.type) = (yyvsp[(2) - (4)].sym)->suetag; + if((yyval.type)->link != T) + diag(Z, "redeclare tag: %s", (yyvsp[(2) - (4)].sym)->name); + (yyval.type)->link = (yyvsp[(4) - (4)].type); + sualign((yyval.type)); + } + break; + + case 201: +#line 1066 "cc.y" + { + taggen++; + sprint(symb, "_%d_", taggen); + (yyval.type) = dotag(lookup(), TUNION, autobn); + (yyval.type)->link = (yyvsp[(2) - (2)].type); + sualign((yyval.type)); + } + break; + + case 202: +#line 1074 "cc.y" + { + dotag((yyvsp[(2) - (2)].sym), TENUM, 0); + (yyval.type) = (yyvsp[(2) - (2)].sym)->suetag; + if((yyval.type)->link == T) + (yyval.type)->link = types[TINT]; + (yyval.type) = (yyval.type)->link; + } + break; + + case 203: +#line 1082 "cc.y" + { + dotag((yyvsp[(2) - (2)].sym), TENUM, autobn); + } + break; + + case 204: +#line 1086 "cc.y" + { + en.tenum = T; + en.cenum = T; + } + break; + + case 205: +#line 1091 "cc.y" + { + (yyval.type) = (yyvsp[(2) - (7)].sym)->suetag; + if((yyval.type)->link != T) + diag(Z, "redeclare tag: %s", (yyvsp[(2) - (7)].sym)->name); + if(en.tenum == T) { + diag(Z, "enum type ambiguous: %s", (yyvsp[(2) - (7)].sym)->name); + en.tenum = types[TINT]; + } + (yyval.type)->link = en.tenum; + (yyval.type) = en.tenum; + } + break; + + case 206: +#line 1103 "cc.y" + { + en.tenum = T; + en.cenum = T; + } + break; + + case 207: +#line 1108 "cc.y" + { + (yyval.type) = en.tenum; + } + break; + + case 208: +#line 1112 "cc.y" + { + (yyval.type) = tcopy((yyvsp[(1) - (1)].sym)->type); + } + break; + + case 210: +#line 1119 "cc.y" + { + (yyval.lval) = typebitor((yyvsp[(1) - (2)].lval), (yyvsp[(2) - (2)].lval)); + } + break; + + case 211: +#line 1124 "cc.y" + { + (yyval.lval) = 0; + } + break; + + case 212: +#line 1128 "cc.y" + { + (yyval.lval) = typebitor((yyvsp[(1) - (2)].lval), (yyvsp[(2) - (2)].lval)); + } + break; + + case 217: +#line 1140 "cc.y" + { + (yyval.lval) = typebitor((yyvsp[(1) - (2)].lval), (yyvsp[(2) - (2)].lval)); + } + break; + + case 220: +#line 1150 "cc.y" + { + doenum((yyvsp[(1) - (1)].sym), Z); + } + break; + + case 221: +#line 1154 "cc.y" + { + doenum((yyvsp[(1) - (3)].sym), (yyvsp[(3) - (3)].node)); + } + break; + + case 224: +#line 1161 "cc.y" + { (yyval.lval) = BCHAR; } + break; + + case 225: +#line 1162 "cc.y" + { (yyval.lval) = BSHORT; } + break; + + case 226: +#line 1163 "cc.y" + { (yyval.lval) = BINT; } + break; + + case 227: +#line 1164 "cc.y" + { (yyval.lval) = BLONG; } + break; + + case 228: +#line 1165 "cc.y" + { (yyval.lval) = BSIGNED; } + break; + + case 229: +#line 1166 "cc.y" + { (yyval.lval) = BUNSIGNED; } + break; + + case 230: +#line 1167 "cc.y" + { (yyval.lval) = BFLOAT; } + break; + + case 231: +#line 1168 "cc.y" + { (yyval.lval) = BDOUBLE; } + break; + + case 232: +#line 1169 "cc.y" + { (yyval.lval) = BVOID; } + break; + + case 233: +#line 1172 "cc.y" + { (yyval.lval) = BAUTO; } + break; + + case 234: +#line 1173 "cc.y" + { (yyval.lval) = BSTATIC; } + break; + + case 235: +#line 1174 "cc.y" + { (yyval.lval) = BEXTERN; } + break; + + case 236: +#line 1175 "cc.y" + { (yyval.lval) = BTYPEDEF; } + break; + + case 237: +#line 1176 "cc.y" + { (yyval.lval) = BTYPESTR; } + break; + + case 238: +#line 1177 "cc.y" + { (yyval.lval) = BREGISTER; } + break; + + case 239: +#line 1178 "cc.y" + { (yyval.lval) = 0; } + break; + + case 240: +#line 1181 "cc.y" + { (yyval.lval) = BCONSTNT; } + break; + + case 241: +#line 1182 "cc.y" + { (yyval.lval) = BVOLATILE; } + break; + + case 242: +#line 1183 "cc.y" + { (yyval.lval) = 0; } + break; + + case 243: +#line 1187 "cc.y" + { + (yyval.node) = new(ONAME, Z, Z); + if((yyvsp[(1) - (1)].sym)->class == CLOCAL) + (yyvsp[(1) - (1)].sym) = mkstatic((yyvsp[(1) - (1)].sym)); + (yyval.node)->sym = (yyvsp[(1) - (1)].sym); + (yyval.node)->type = (yyvsp[(1) - (1)].sym)->type; + (yyval.node)->etype = TVOID; + if((yyval.node)->type != T) + (yyval.node)->etype = (yyval.node)->type->etype; + (yyval.node)->xoffset = (yyvsp[(1) - (1)].sym)->offset; + (yyval.node)->class = (yyvsp[(1) - (1)].sym)->class; + (yyvsp[(1) - (1)].sym)->aused = 1; + } + break; + + case 244: +#line 1202 "cc.y" + { + (yyval.node) = new(ONAME, Z, Z); + (yyval.node)->sym = (yyvsp[(1) - (1)].sym); + (yyval.node)->type = (yyvsp[(1) - (1)].sym)->type; + (yyval.node)->etype = TVOID; + if((yyval.node)->type != T) + (yyval.node)->etype = (yyval.node)->type->etype; + (yyval.node)->xoffset = (yyvsp[(1) - (1)].sym)->offset; + (yyval.node)->class = (yyvsp[(1) - (1)].sym)->class; + } + break; + + +/* Line 1267 of yacc.c. */ +#line 3596 "y.tab.c" + default: break; + } + YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); + + YYPOPSTACK (yylen); + yylen = 0; + YY_STACK_PRINT (yyss, yyssp); + + *++yyvsp = yyval; + + + /* Now `shift' the result of the reduction. Determine what state + that goes to, based on the state we popped back to and the rule + number reduced by. */ + + yyn = yyr1[yyn]; + + yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; + if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) + yystate = yytable[yystate]; + else + yystate = yydefgoto[yyn - YYNTOKENS]; + + goto yynewstate; + + +/*------------------------------------. +| yyerrlab -- here on detecting error | +`------------------------------------*/ +yyerrlab: + /* If not already recovering from an error, report this error. */ + if (!yyerrstatus) + { + ++yynerrs; +#if ! YYERROR_VERBOSE + yyerror (YY_("syntax error")); +#else + { + YYSIZE_T yysize = yysyntax_error (0, yystate, yychar); + if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM) + { + YYSIZE_T yyalloc = 2 * yysize; + if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM)) + yyalloc = YYSTACK_ALLOC_MAXIMUM; + if (yymsg != yymsgbuf) + YYSTACK_FREE (yymsg); + yymsg = (char *) YYSTACK_ALLOC (yyalloc); + if (yymsg) + yymsg_alloc = yyalloc; + else + { + yymsg = yymsgbuf; + yymsg_alloc = sizeof yymsgbuf; + } + } + + if (0 < yysize && yysize <= yymsg_alloc) + { + (void) yysyntax_error (yymsg, yystate, yychar); + yyerror (yymsg); + } + else + { + yyerror (YY_("syntax error")); + if (yysize != 0) + goto yyexhaustedlab; + } + } +#endif + } + + + + if (yyerrstatus == 3) + { + /* If just tried and failed to reuse look-ahead token after an + error, discard it. */ + + if (yychar <= YYEOF) + { + /* Return failure if at end of input. */ + if (yychar == YYEOF) + YYABORT; + } + else + { + yydestruct ("Error: discarding", + yytoken, &yylval); + yychar = YYEMPTY; + } + } + + /* Else will try to reuse look-ahead token after shifting the error + token. */ + goto yyerrlab1; + + +/*---------------------------------------------------. +| yyerrorlab -- error raised explicitly by YYERROR. | +`---------------------------------------------------*/ +yyerrorlab: + + /* Pacify compilers like GCC when the user code never invokes + YYERROR and the label yyerrorlab therefore never appears in user + code. */ + if (/*CONSTCOND*/ 0) + goto yyerrorlab; + + /* Do not reclaim the symbols of the rule which action triggered + this YYERROR. */ + YYPOPSTACK (yylen); + yylen = 0; + YY_STACK_PRINT (yyss, yyssp); + yystate = *yyssp; + goto yyerrlab1; + + +/*-------------------------------------------------------------. +| yyerrlab1 -- common code for both syntax error and YYERROR. | +`-------------------------------------------------------------*/ +yyerrlab1: + yyerrstatus = 3; /* Each real token shifted decrements this. */ + + for (;;) + { + yyn = yypact[yystate]; + if (yyn != YYPACT_NINF) + { + yyn += YYTERROR; + if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) + { + yyn = yytable[yyn]; + if (0 < yyn) + break; + } + } + + /* Pop the current state because it cannot handle the error token. */ + if (yyssp == yyss) + YYABORT; + + + yydestruct ("Error: popping", + yystos[yystate], yyvsp); + YYPOPSTACK (1); + yystate = *yyssp; + YY_STACK_PRINT (yyss, yyssp); + } + + if (yyn == YYFINAL) + YYACCEPT; + + *++yyvsp = yylval; + + + /* Shift the error token. */ + YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); + + yystate = yyn; + goto yynewstate; + + +/*-------------------------------------. +| yyacceptlab -- YYACCEPT comes here. | +`-------------------------------------*/ +yyacceptlab: + yyresult = 0; + goto yyreturn; + +/*-----------------------------------. +| yyabortlab -- YYABORT comes here. | +`-----------------------------------*/ +yyabortlab: + yyresult = 1; + goto yyreturn; + +#ifndef yyoverflow +/*-------------------------------------------------. +| yyexhaustedlab -- memory exhaustion comes here. | +`-------------------------------------------------*/ +yyexhaustedlab: + yyerror (YY_("memory exhausted")); + yyresult = 2; + /* Fall through. */ +#endif + +yyreturn: + if (yychar != YYEOF && yychar != YYEMPTY) + yydestruct ("Cleanup: discarding lookahead", + yytoken, &yylval); + /* Do not reclaim the symbols of the rule which action triggered + this YYABORT or YYACCEPT. */ + YYPOPSTACK (yylen); + YY_STACK_PRINT (yyss, yyssp); + while (yyssp != yyss) + { + yydestruct ("Cleanup: popping", + yystos[*yyssp], yyvsp); + YYPOPSTACK (1); + } +#ifndef yyoverflow + if (yyss != yyssa) + YYSTACK_FREE (yyss); +#endif +#if YYERROR_VERBOSE + if (yymsg != yymsgbuf) + YYSTACK_FREE (yymsg); +#endif + /* Make sure YYID is used. */ + return YYID (yyresult); +} + + +#line 1215 "cc.y" + + diff --git a/src/cmd/cc/y.tab.h b/src/cmd/cc/y.tab.h new file mode 100644 index 0000000000..c56a1d85ae --- /dev/null +++ b/src/cmd/cc/y.tab.h @@ -0,0 +1,228 @@ +/* A Bison parser, made by GNU Bison 2.3. */ + +/* Skeleton interface for Bison's Yacc-like parsers in C + + Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ + +/* As a special exception, you may create a larger work that contains + part or all of the Bison parser skeleton and distribute that work + under terms of your choice, so long as that work isn't itself a + parser generator using the skeleton or a modified version thereof + as a parser skeleton. Alternatively, if you modify or redistribute + the parser skeleton itself, you may (at your option) remove this + special exception, which will cause the skeleton and the resulting + Bison output files to be licensed under the GNU General Public + License without this special exception. + + This special exception was added by the Free Software Foundation in + version 2.2 of Bison. */ + +/* Tokens. */ +#ifndef YYTOKENTYPE +# define YYTOKENTYPE + /* Put the tokens into the symbol table, so that GDB and other debuggers + know about them. */ + enum yytokentype { + LORE = 258, + LXORE = 259, + LANDE = 260, + LLSHE = 261, + LRSHE = 262, + LMDE = 263, + LDVE = 264, + LMLE = 265, + LME = 266, + LPE = 267, + LOROR = 268, + LANDAND = 269, + LNE = 270, + LEQ = 271, + LGE = 272, + LLE = 273, + LRSH = 274, + LLSH = 275, + LMG = 276, + LPP = 277, + LMM = 278, + LNAME = 279, + LTYPE = 280, + LFCONST = 281, + LDCONST = 282, + LCONST = 283, + LLCONST = 284, + LUCONST = 285, + LULCONST = 286, + LVLCONST = 287, + LUVLCONST = 288, + LSTRING = 289, + LLSTRING = 290, + LAUTO = 291, + LBREAK = 292, + LCASE = 293, + LCHAR = 294, + LCONTINUE = 295, + LDEFAULT = 296, + LDO = 297, + LDOUBLE = 298, + LELSE = 299, + LEXTERN = 300, + LFLOAT = 301, + LFOR = 302, + LGOTO = 303, + LIF = 304, + LINT = 305, + LLONG = 306, + LREGISTER = 307, + LRETURN = 308, + LSHORT = 309, + LSIZEOF = 310, + LUSED = 311, + LSTATIC = 312, + LSTRUCT = 313, + LSWITCH = 314, + LTYPEDEF = 315, + LTYPESTR = 316, + LUNION = 317, + LUNSIGNED = 318, + LWHILE = 319, + LVOID = 320, + LENUM = 321, + LSIGNED = 322, + LCONSTNT = 323, + LVOLATILE = 324, + LSET = 325, + LSIGNOF = 326, + LRESTRICT = 327, + LINLINE = 328 + }; +#endif +/* Tokens. */ +#define LORE 258 +#define LXORE 259 +#define LANDE 260 +#define LLSHE 261 +#define LRSHE 262 +#define LMDE 263 +#define LDVE 264 +#define LMLE 265 +#define LME 266 +#define LPE 267 +#define LOROR 268 +#define LANDAND 269 +#define LNE 270 +#define LEQ 271 +#define LGE 272 +#define LLE 273 +#define LRSH 274 +#define LLSH 275 +#define LMG 276 +#define LPP 277 +#define LMM 278 +#define LNAME 279 +#define LTYPE 280 +#define LFCONST 281 +#define LDCONST 282 +#define LCONST 283 +#define LLCONST 284 +#define LUCONST 285 +#define LULCONST 286 +#define LVLCONST 287 +#define LUVLCONST 288 +#define LSTRING 289 +#define LLSTRING 290 +#define LAUTO 291 +#define LBREAK 292 +#define LCASE 293 +#define LCHAR 294 +#define LCONTINUE 295 +#define LDEFAULT 296 +#define LDO 297 +#define LDOUBLE 298 +#define LELSE 299 +#define LEXTERN 300 +#define LFLOAT 301 +#define LFOR 302 +#define LGOTO 303 +#define LIF 304 +#define LINT 305 +#define LLONG 306 +#define LREGISTER 307 +#define LRETURN 308 +#define LSHORT 309 +#define LSIZEOF 310 +#define LUSED 311 +#define LSTATIC 312 +#define LSTRUCT 313 +#define LSWITCH 314 +#define LTYPEDEF 315 +#define LTYPESTR 316 +#define LUNION 317 +#define LUNSIGNED 318 +#define LWHILE 319 +#define LVOID 320 +#define LENUM 321 +#define LSIGNED 322 +#define LCONSTNT 323 +#define LVOLATILE 324 +#define LSET 325 +#define LSIGNOF 326 +#define LRESTRICT 327 +#define LINLINE 328 + + + + +#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED +typedef union YYSTYPE +#line 36 "cc.y" +{ + Node* node; + Sym* sym; + Type* type; + struct + { + Type* t; + uchar c; + } tycl; + struct + { + Type* t1; + Type* t2; + Type* t3; + uchar c; + } tyty; + struct + { + char* s; + int32 l; + } sval; + int32 lval; + double dval; + vlong vval; +} +/* Line 1529 of yacc.c. */ +#line 221 "y.tab.h" + YYSTYPE; +# define yystype YYSTYPE /* obsolescent; will be withdrawn */ +# define YYSTYPE_IS_DECLARED 1 +# define YYSTYPE_IS_TRIVIAL 1 +#endif + +extern YYSTYPE yylval; +