📄 _vs1.0_parser.cpp
字号:
/* A Bison parser, made from vs1.0_grammar.y
by GNU bison 1.35. */
#define YYBISON 1 /* Identify Bison output. */
#define yyparse vs10_parse
#define yylex vs10_lex
#define yyerror vs10_error
#define yylval vs10_lval
#define yychar vs10_char
#define yydebug vs10_debug
#define yynerrs vs10_nerrs
# define VERTEX_SHADER 257
# define ADD_INSTR 258
# define DP3_INSTR 259
# define DP4_INSTR 260
# define DST_INSTR 261
# define EXP_INSTR 262
# define EXPP_INSTR 263
# define FRC_INSTR 264
# define LIT_INSTR 265
# define LOG_INSTR 266
# define LOGP_INSTR 267
# define M3X2_INSTR 268
# define M3X3_INSTR 269
# define M3X4_INSTR 270
# define M4X3_INSTR 271
# define M4X4_INSTR 272
# define MAD_INSTR 273
# define MAX_INSTR 274
# define MIN_INSTR 275
# define MOV_INSTR 276
# define MUL_INSTR 277
# define NOP_INSTR 278
# define RCP_INSTR 279
# define RSQ_INSTR 280
# define SGE_INSTR 281
# define SLT_INSTR 282
# define SUB_INSTR 283
# define ILLEGAL 284
# define UNKNOWN_STRING 285
# define INTVAL 286
# define REGISTER 287
# define XYZW_MODIFIER 288
# define COMMENT 289
#line 2 "vs1.0_grammar.y"
void yyerror(char *s);
int yylex(void);
#include <math.h>
#include <string>
#include <stdlib.h>
#include "vs1.0_inst_list.h"
#include "nvparse_errors.h"
#include "nvparse_externs.h"
//extern bool gbTempInsideMacro;
//extern unsigned int &base_linenumber;
void LexError(char *format, ...);
extern int line_incr;
#define do_linenum_incr() { line_number+=line_incr; line_incr = 0; }
//int get_linenum() { return( gbTempInsideMacro ? base_linenumber : line_number ); }
int get_linenum() { return( line_number ); }
#define YYDEBUG 1
#line 26 "vs1.0_grammar.y"
#ifndef YYSTYPE
typedef union {
int ival;
unsigned int lval;
float fval;
char mask[4];
char *comment;
VS10Reg reg;
VS10InstPtr inst;
VS10InstListPtr instList;
} yystype;
# define YYSTYPE yystype
# define YYSTYPE_IS_TRIVIAL 1
#endif
#ifndef YYDEBUG
# define YYDEBUG 0
#endif
#define YYFINAL 103
#define YYFLAG -32768
#define YYNTBASE 44
/* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */
#define YYTRANSLATE(x) ((unsigned)(x) <= 289 ? yytranslate[x] : 61)
/* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */
static const char yytranslate[] =
{
0, 2, 2, 2, 2, 2, 2, 2, 2, 2,
36, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 43, 37, 38, 39, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 41, 2, 42, 2, 2, 2, 2, 2, 40,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 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, 3, 4, 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
};
#if YYDEBUG
static const short yyprhs[] =
{
0, 0, 2, 5, 7, 9, 11, 13, 15, 17,
19, 21, 23, 25, 27, 32, 37, 41, 44, 46,
48, 50, 55, 62, 71, 76, 83, 89, 97, 105,
115, 120, 125, 132, 141, 143, 145, 147, 149, 151,
153, 155, 157, 159, 161, 163, 165, 167, 169, 171,
173, 175, 177, 179, 181, 183, 185, 187, 189
};
static const short yyrhs[] =
{
45, 0, 45, 46, 0, 46, 0, 47, 0, 36,
0, 48, 0, 52, 0, 53, 0, 54, 0, 55,
0, 24, 0, 35, 0, 3, 0, 56, 49, 37,
49, 0, 38, 50, 39, 34, 0, 50, 39, 34,
0, 38, 50, 0, 50, 0, 33, 0, 51, 0,
40, 41, 32, 42, 0, 40, 41, 33, 39, 34,
42, 0, 40, 41, 33, 39, 34, 43, 32, 42,
0, 40, 41, 33, 42, 0, 40, 41, 33, 43,
32, 42, 0, 40, 41, 38, 33, 42, 0, 40,
41, 38, 33, 43, 32, 42, 0, 40, 41, 38,
33, 39, 34, 42, 0, 40, 41, 38, 33, 39,
34, 43, 32, 42, 0, 57, 49, 37, 49, 0,
58, 49, 37, 49, 0, 59, 49, 37, 49, 37,
49, 0, 60, 49, 37, 49, 37, 49, 37, 49,
0, 22, 0, 11, 0, 25, 0, 26, 0, 8,
0, 9, 0, 12, 0, 13, 0, 10, 0, 23,
0, 4, 0, 5, 0, 6, 0, 7, 0, 21,
0, 20, 0, 28, 0, 27, 0, 14, 0, 15,
0, 16, 0, 17, 0, 18, 0, 29, 0, 19,
0
};
#endif
#if YYDEBUG
/* YYRLINE[YYN] -- source line where rule number YYN was defined. */
static const short yyrline[] =
{
0, 95, 103, 109, 121, 126, 133, 134, 135, 136,
137, 138, 142, 146, 152, 158, 168, 178, 188, 199,
199, 203, 210, 245, 281, 286, 291, 296, 301, 306,
313, 319, 325, 331, 338, 342, 348, 352, 356, 360,
364, 368, 374, 380, 384, 388, 392, 396, 400, 404,
408, 412, 416, 420, 424, 428, 432, 436, 442
};
#endif
#if (YYDEBUG) || defined YYERROR_VERBOSE
/* YYTNAME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */
static const char *const yytname[] =
{
"$", "error", "$undefined.", "VERTEX_SHADER", "ADD_INSTR", "DP3_INSTR",
"DP4_INSTR", "DST_INSTR", "EXP_INSTR", "EXPP_INSTR", "FRC_INSTR",
"LIT_INSTR", "LOG_INSTR", "LOGP_INSTR", "M3X2_INSTR", "M3X3_INSTR",
"M3X4_INSTR", "M4X3_INSTR", "M4X4_INSTR", "MAD_INSTR", "MAX_INSTR",
"MIN_INSTR", "MOV_INSTR", "MUL_INSTR", "NOP_INSTR", "RCP_INSTR",
"RSQ_INSTR", "SGE_INSTR", "SLT_INSTR", "SUB_INSTR", "ILLEGAL",
"UNKNOWN_STRING", "INTVAL", "REGISTER", "XYZW_MODIFIER", "COMMENT",
"'\\n'", "','", "'-'", "'.'", "'c'", "'['", "']'", "'+'", "VS10Program",
"InstSequence", "InstLine", "Instruction", "VECTORopinstruction",
"genericReg", "genReg", "constantReg", "SCALARopinstruction",
"UNARYopinstruction", "BINopinstruction", "TRIopinstruction",
"VECTORop", "SCALARop", "UNARYop", "BINop", "TRIop", 0
};
#endif
/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
static const short yyr1[] =
{
0, 44, 45, 45, 46, 46, 47, 47, 47, 47,
47, 47, 47, 47, 48, 49, 49, 49, 49, 50,
50, 51, 51, 51, 51, 51, 51, 51, 51, 51,
52, 53, 54, 55, 56, 56, 57, 57, 57, 57,
57, 57, 58, 59, 59, 59, 59, 59, 59, 59,
59, 59, 59, 59, 59, 59, 59, 59, 60
};
/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
static const short yyr2[] =
{
0, 1, 2, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 4, 4, 3, 2, 1, 1,
1, 4, 6, 8, 4, 6, 5, 7, 7, 9,
4, 4, 6, 8, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1
};
/* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE
doesn't specify something else to do. Zero means the default is an
error. */
static const short yydefact[] =
{
0, 13, 44, 45, 46, 47, 38, 39, 42, 35,
40, 41, 52, 53, 54, 55, 56, 58, 49, 48,
34, 43, 11, 36, 37, 51, 50, 57, 12, 5,
1, 3, 4, 6, 7, 8, 9, 10, 0, 0,
0, 0, 0, 2, 19, 0, 0, 0, 18, 20,
0, 0, 0, 0, 17, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 14, 16, 30, 31,
0, 0, 15, 21, 0, 24, 0, 0, 0, 0,
0, 0, 0, 26, 0, 32, 0, 22, 0, 25,
0, 0, 0, 0, 28, 0, 27, 33, 23, 0,
29, 0, 0, 0
};
static const short yydefgoto[] =
{
101, 30, 31, 32, 33, 47, 48, 49, 34, 35,
36, 37, 38, 39, 40, 41, 42
};
static const short yypact[] =
{
51,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
51,-32768,-32768,-32768,-32768,-32768,-32768,-32768, -29, -29,
-29, -29, -29,-32768,-32768, -28, -35, -23, -21,-32768,
-13, -5, -4, -3, -2, -25, -29, -24, -29, -29,
-29, -29, 1, -6, -16, 5,-32768,-32768,-32768,-32768,
4, 6,-32768,-32768, 8,-32768, 12, -14, -29, -29,
-27, 3, 13,-32768, 14,-32768, 11,-32768, 17,-32768,
-12, 9, -29, 10,-32768, 18,-32768,-32768,-32768, 39,
-32768, 82, 83,-32768
};
static const short yypgoto[] =
{
-32768,-32768, 54,-32768,-32768, -39, 40,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768
};
#define YYLAST 87
static const short yytable[] =
{
50, 51, 52, 53, 44, 44, 55, 63, 64, 45,
67, 46, 46, 65, 56, 87, 88, 66, 57, 68,
69, 70, 71, 74, 58, 82, 75, 76, 83, 84,
94, 95, 59, 60, 61, 72, 73, 62, 77, 85,
86, 78, 80, 79, 81, 89, 91, 90, 92, 93,
99, 96, 98, 97, 1, 2, 3, 4, 5, 6,
7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
27, 100, 102, 103, 43, 54, 28, 29
};
static const short yycheck[] =
{
39, 40, 41, 42, 33, 33, 41, 32, 33, 38,
34, 40, 40, 38, 37, 42, 43, 56, 39, 58,
59, 60, 61, 39, 37, 39, 42, 43, 42, 43,
42, 43, 37, 37, 37, 34, 42, 39, 33, 78,
79, 37, 34, 37, 32, 42, 32, 34, 37, 32,
32, 42, 42, 92, 3, 4, 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, 42, 0, 0, 30, 45, 35, 36
};
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
#line 3 "/usr/share/bison/bison.simple"
/* Skeleton output parser for bison,
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 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., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* As a special exception, when this file is copied by Bison into a
Bison output file, you may use that output file without restriction.
This special exception was added by the Free Software Foundation
in version 1.24 of Bison. */
/* This is the parser code that is written into each bison parser when
the %semantic_parser declaration is not specified in the grammar.
It was written by Richard Stallman by simplifying the hairy parser
used when %semantic_parser is specified. */
/* 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. */
#if ! defined (yyoverflow) || defined (YYERROR_VERBOSE)
/* The parser invokes alloca or malloc; define the necessary symbols. */
# if YYSTACK_USE_ALLOCA
# define YYSTACK_ALLOC alloca
# else
# ifndef YYSTACK_USE_ALLOCA
# if defined (alloca) || defined (_ALLOCA_H)
# define YYSTACK_ALLOC alloca
# else
# ifdef __GNUC__
# define YYSTACK_ALLOC __builtin_alloca
# endif
# endif
# endif
# endif
# ifdef YYSTACK_ALLOC
/* Pacify GCC's `empty if-body' warning. */
# define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)
# else
# if defined (__STDC__) || defined (__cplusplus)
# include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
# define YYSIZE_T size_t
# endif
# define YYSTACK_ALLOC malloc
# define YYSTACK_FREE free
# endif
#endif /* ! defined (yyoverflow) || defined (YYERROR_VERBOSE) */
#if (! defined (yyoverflow) \
&& (! defined (__cplusplus) \
|| (YYLTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
/* A type that is properly aligned for any stack member. */
union yyalloc
{
short yyss;
YYSTYPE yyvs;
# if YYLSP_NEEDED
YYLTYPE yyls;
# endif
};
/* The size of the maximum gap between one aligned stack and the next. */
# define YYSTACK_GAP_MAX (sizeof (union yyalloc) - 1)
/* The size of an array large to enough to hold all stacks, each with
N elements. */
# if YYLSP_NEEDED
# define YYSTACK_BYTES(N) \
((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
+ 2 * YYSTACK_GAP_MAX)
# else
# define YYSTACK_BYTES(N) \
((N) * (sizeof (short) + sizeof (YYSTYPE)) \
+ YYSTACK_GAP_MAX)
# endif
/* Copy COUNT objects from FROM to TO. The source and destination do
not overlap. */
# ifndef YYCOPY
# if 1 < __GNUC__
# define YYCOPY(To, From, Count) \
__builtin_memcpy (To, From, (Count) * sizeof (*(From)))
# else
# define YYCOPY(To, From, Count) \
do \
{ \
register YYSIZE_T yyi; \
for (yyi = 0; yyi < (Count); yyi++) \
(To)[yyi] = (From)[yyi]; \
} \
while (0)
# endif
# endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -