blob: c43f41cf0aaebb4db216f6f8b7963da86b5cbb9a [file] [log] [blame]
/* 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
/* Substitute the variable and function names. */
#define yyparse rx_parse
#define yylex rx_lex
#define yyerror rx_error
#define yylval rx_lval
#define yychar rx_char
#define yydebug rx_debug
#define yynerrs rx_nerrs
/* Tokens. */
#ifndef YYTOKENTYPE
# define YYTOKENTYPE
/* Put the tokens into the symbol table, so that GDB and other debuggers
know about them. */
enum yytokentype {
REG = 258,
FLAG = 259,
CREG = 260,
EXPR = 261,
UNKNOWN_OPCODE = 262,
IS_OPCODE = 263,
DOT_S = 264,
DOT_B = 265,
DOT_W = 266,
DOT_L = 267,
DOT_A = 268,
DOT_UB = 269,
DOT_UW = 270,
ABS = 271,
ADC = 272,
ADD = 273,
AND_ = 274,
BCLR = 275,
BCND = 276,
BMCND = 277,
BNOT = 278,
BRA = 279,
BRK = 280,
BSET = 281,
BSR = 282,
BTST = 283,
CLRPSW = 284,
CMP = 285,
DBT = 286,
DIV = 287,
DIVU = 288,
EDIV = 289,
EDIVU = 290,
EMUL = 291,
EMULU = 292,
FADD = 293,
FCMP = 294,
FDIV = 295,
FMUL = 296,
FREIT = 297,
FSUB = 298,
FTOI = 299,
INT = 300,
ITOF = 301,
JMP = 302,
JSR = 303,
MACHI = 304,
MACLO = 305,
MAX = 306,
MIN = 307,
MOV = 308,
MOVU = 309,
MUL = 310,
MULHI = 311,
MULLO = 312,
MULU = 313,
MVFACHI = 314,
MVFACMI = 315,
MVFACLO = 316,
MVFC = 317,
MVTACHI = 318,
MVTACLO = 319,
MVTC = 320,
MVTIPL = 321,
NEG = 322,
NOP = 323,
NOT = 324,
OR = 325,
POP = 326,
POPC = 327,
POPM = 328,
PUSH = 329,
PUSHA = 330,
PUSHC = 331,
PUSHM = 332,
RACW = 333,
REIT = 334,
REVL = 335,
REVW = 336,
RMPA = 337,
ROLC = 338,
RORC = 339,
ROTL = 340,
ROTR = 341,
ROUND = 342,
RTE = 343,
RTFI = 344,
RTS = 345,
RTSD = 346,
SAT = 347,
SATR = 348,
SBB = 349,
SCCND = 350,
SCMPU = 351,
SETPSW = 352,
SHAR = 353,
SHLL = 354,
SHLR = 355,
SMOVB = 356,
SMOVF = 357,
SMOVU = 358,
SSTR = 359,
STNZ = 360,
STOP = 361,
STZ = 362,
SUB = 363,
SUNTIL = 364,
SWHILE = 365,
TST = 366,
WAIT = 367,
XCHG = 368,
XOR = 369
};
#endif
/* Tokens. */
#define REG 258
#define FLAG 259
#define CREG 260
#define EXPR 261
#define UNKNOWN_OPCODE 262
#define IS_OPCODE 263
#define DOT_S 264
#define DOT_B 265
#define DOT_W 266
#define DOT_L 267
#define DOT_A 268
#define DOT_UB 269
#define DOT_UW 270
#define ABS 271
#define ADC 272
#define ADD 273
#define AND_ 274
#define BCLR 275
#define BCND 276
#define BMCND 277
#define BNOT 278
#define BRA 279
#define BRK 280
#define BSET 281
#define BSR 282
#define BTST 283
#define CLRPSW 284
#define CMP 285
#define DBT 286
#define DIV 287
#define DIVU 288
#define EDIV 289
#define EDIVU 290
#define EMUL 291
#define EMULU 292
#define FADD 293
#define FCMP 294
#define FDIV 295
#define FMUL 296
#define FREIT 297
#define FSUB 298
#define FTOI 299
#define INT 300
#define ITOF 301
#define JMP 302
#define JSR 303
#define MACHI 304
#define MACLO 305
#define MAX 306
#define MIN 307
#define MOV 308
#define MOVU 309
#define MUL 310
#define MULHI 311
#define MULLO 312
#define MULU 313
#define MVFACHI 314
#define MVFACMI 315
#define MVFACLO 316
#define MVFC 317
#define MVTACHI 318
#define MVTACLO 319
#define MVTC 320
#define MVTIPL 321
#define NEG 322
#define NOP 323
#define NOT 324
#define OR 325
#define POP 326
#define POPC 327
#define POPM 328
#define PUSH 329
#define PUSHA 330
#define PUSHC 331
#define PUSHM 332
#define RACW 333
#define REIT 334
#define REVL 335
#define REVW 336
#define RMPA 337
#define ROLC 338
#define RORC 339
#define ROTL 340
#define ROTR 341
#define ROUND 342
#define RTE 343
#define RTFI 344
#define RTS 345
#define RTSD 346
#define SAT 347
#define SATR 348
#define SBB 349
#define SCCND 350
#define SCMPU 351
#define SETPSW 352
#define SHAR 353
#define SHLL 354
#define SHLR 355
#define SMOVB 356
#define SMOVF 357
#define SMOVU 358
#define SSTR 359
#define STNZ 360
#define STOP 361
#define STZ 362
#define SUB 363
#define SUNTIL 364
#define SWHILE 365
#define TST 366
#define WAIT 367
#define XCHG 368
#define XOR 369
/* Copy the first part of user declarations. */
#line 21 "rx-parse.y"
#include "as.h"
#include "safe-ctype.h"
#include "rx-defs.h"
static int rx_lex (void);
#define COND_EQ 0
#define COND_NE 1
#define MEMEX 0x06
#define BSIZE 0
#define WSIZE 1
#define LSIZE 2
/* .sb .sw .l .uw */
static int sizemap[] = { BSIZE, WSIZE, LSIZE, WSIZE };
/* Ok, here are the rules for using these macros...
B*() is used to specify the base opcode bytes. Fields to be filled
in later, leave zero. Call this first.
F() and FE() are used to fill in fields within the base opcode bytes. You MUST
call B*() before any F() or FE().
[UN]*O*(), PC*() appends operands to the end of the opcode. You
must call P() and B*() before any of these, so that the fixups
have the right byte location.
O = signed, UO = unsigned, NO = negated, PC = pcrel
IMM() adds an immediate and fills in the field for it.
NIMM() same, but negates the immediate.
NBIMM() same, but negates the immediate, for sbb.
DSP() adds a displacement, and fills in the field for it.
Note that order is significant for the O, IMM, and DSP macros, as
they append their data to the operand buffer in the order that you
call them.
Use "disp" for displacements whenever possible; this handles the
"0" case properly. */
#define B1(b1) rx_base1 (b1)
#define B2(b1, b2) rx_base2 (b1, b2)
#define B3(b1, b2, b3) rx_base3 (b1, b2, b3)
#define B4(b1, b2, b3, b4) rx_base4 (b1, b2, b3, b4)
/* POS is bits from the MSB of the first byte to the LSB of the last byte. */
#define F(val,pos,sz) rx_field (val, pos, sz)
#define FE(exp,pos,sz) rx_field (exp_val (exp), pos, sz);
#define O1(v) rx_op (v, 1, RXREL_SIGNED)
#define O2(v) rx_op (v, 2, RXREL_SIGNED)
#define O3(v) rx_op (v, 3, RXREL_SIGNED)
#define O4(v) rx_op (v, 4, RXREL_SIGNED)
#define UO1(v) rx_op (v, 1, RXREL_UNSIGNED)
#define UO2(v) rx_op (v, 2, RXREL_UNSIGNED)
#define UO3(v) rx_op (v, 3, RXREL_UNSIGNED)
#define UO4(v) rx_op (v, 4, RXREL_UNSIGNED)
#define NO1(v) rx_op (v, 1, RXREL_NEGATIVE)
#define NO2(v) rx_op (v, 2, RXREL_NEGATIVE)
#define NO3(v) rx_op (v, 3, RXREL_NEGATIVE)
#define NO4(v) rx_op (v, 4, RXREL_NEGATIVE)
#define PC1(v) rx_op (v, 1, RXREL_PCREL)
#define PC2(v) rx_op (v, 2, RXREL_PCREL)
#define PC3(v) rx_op (v, 3, RXREL_PCREL)
#define IMM(v,pos) F (immediate (v, RXREL_SIGNED, pos), pos, 2); \
if (v.X_op != O_constant && v.X_op != O_big) rx_linkrelax_imm (pos)
#define NIMM(v,pos) F (immediate (v, RXREL_NEGATIVE, pos), pos, 2)
#define NBIMM(v,pos) F (immediate (v, RXREL_NEGATIVE_BORROW, pos), pos, 2)
#define DSP(v,pos,msz) if (!v.X_md) rx_relax (RX_RELAX_DISP, pos); \
else rx_linkrelax_dsp (pos); \
F (displacement (v, msz), pos, 2)
#define id24(a,b2,b3) B3 (0xfb+a, b2, b3)
static int rx_intop (expressionS, int);
static int rx_uintop (expressionS, int);
static int rx_disp3op (expressionS);
static int rx_disp5op (expressionS *, int);
static int rx_disp5op0 (expressionS *, int);
static int exp_val (expressionS exp);
static expressionS zero_expr (void);
static int immediate (expressionS, int, int);
static int displacement (expressionS, int);
static void rtsd_immediate (expressionS);
static int need_flag = 0;
static int rx_in_brackets = 0;
static int rx_last_token = 0;
static char * rx_init_start;
static char * rx_last_exp_start = 0;
static int sub_op;
static int sub_op2;
#define YYDEBUG 1
#define YYERROR_VERBOSE 1
/* 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 130 "rx-parse.y"
{
int regno;
expressionS exp;
}
/* Line 193 of yacc.c. */
#line 444 "rx-parse.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 457 "rx-parse.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 <stddef.h> /* 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 <libintl.h> /* 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 <alloca.h> /* INFRINGES ON USER NAME SPACE */
# elif defined _AIX
# define YYSTACK_ALLOC __alloca
# elif defined _MSC_VER
# include <malloc.h> /* 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 <stdlib.h> /* 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 <stdlib.h> /* 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 216
/* YYLAST -- Last index in YYTABLE. */
#define YYLAST 602
/* YYNTOKENS -- Number of terminals. */
#define YYNTOKENS 121
/* YYNNTS -- Number of nonterminals. */
#define YYNNTS 57
/* YYNRULES -- Number of rules. */
#define YYNRULES 237
/* YYNRULES -- Number of states. */
#define YYNSTATES 594
/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
#define YYUNDEFTOK 2
#define YYMAXUTOK 369
#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, 115, 2, 2, 2, 2,
2, 2, 2, 120, 116, 119, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 117, 2, 118, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 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, 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, 36, 37, 38, 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, 92, 93, 94,
95, 96, 97, 98, 99, 100, 101, 102, 103, 104,
105, 106, 107, 108, 109, 110, 111, 112, 113, 114
};
#if YYDEBUG
/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
YYRHS. */
static const yytype_uint16 yyprhs[] =
{
0, 0, 3, 5, 7, 9, 11, 13, 16, 20,
24, 27, 31, 35, 39, 43, 47, 51, 55, 58,
68, 78, 88, 96, 101, 110, 119, 125, 133, 142,
148, 154, 160, 166, 172, 178, 185, 191, 195, 196,
200, 201, 205, 206, 210, 215, 220, 228, 232, 238,
244, 250, 253, 256, 259, 263, 266, 269, 272, 275,
278, 281, 284, 288, 292, 294, 296, 298, 300, 303,
306, 309, 312, 314, 316, 318, 320, 324, 333, 342,
350, 361, 373, 379, 387, 397, 407, 417, 424, 425,
429, 430, 434, 435, 439, 440, 444, 445, 449, 450,
454, 455, 459, 460, 464, 465, 469, 470, 474, 475,
479, 480, 484, 485, 489, 490, 494, 495, 499, 500,
504, 505, 509, 510, 514, 515, 519, 524, 529, 534,
539, 548, 557, 566, 575, 576, 580, 581, 585, 586,
590, 591, 595, 596, 600, 601, 605, 606, 610, 614,
621, 631, 641, 646, 651, 656, 661, 664, 667, 670,
673, 676, 680, 689, 698, 707, 716, 725, 734, 735,
739, 740, 744, 745, 749, 750, 754, 759, 764, 770,
776, 782, 788, 794, 804, 814, 824, 825, 829, 830,
834, 835, 839, 840, 844, 845, 849, 855, 859, 867,
875, 881, 885, 893, 901, 906, 908, 910, 912, 914,
918, 926, 934, 938, 943, 950, 952, 957, 959, 963,
971, 972, 974, 975, 978, 980, 982, 983, 985, 987,
988, 990, 992, 994, 995, 997, 999, 1000
};
/* YYRHS -- A `-1'-separated list of the rules' RHS. */
static const yytype_int16 yyrhs[] =
{
122, 0, -1, 7, -1, 25, -1, 31, -1, 90,
-1, 68, -1, 24, 6, -1, 24, 13, 6, -1,
24, 9, 6, -1, 27, 6, -1, 27, 13, 6,
-1, 21, 9, 6, -1, 21, 10, 6, -1, 24,
10, 6, -1, 24, 11, 6, -1, 27, 11, 6,
-1, 21, 11, 6, -1, 21, 6, -1, 53, 10,
115, 6, 116, 171, 117, 3, 118, -1, 53, 11,
115, 6, 116, 171, 117, 3, 118, -1, 53, 12,
115, 6, 116, 171, 117, 3, 118, -1, 91, 115,
6, 116, 3, 119, 3, -1, 30, 3, 116, 3,
-1, 30, 171, 117, 3, 118, 14, 116, 3, -1,
30, 171, 117, 3, 118, 174, 116, 3, -1, 54,
176, 3, 116, 3, -1, 54, 176, 117, 3, 118,
116, 3, -1, 54, 176, 6, 117, 3, 118, 116,
3, -1, 108, 115, 6, 116, 3, -1, 30, 115,
6, 116, 3, -1, 18, 115, 6, 116, 3, -1,
55, 115, 6, 116, 3, -1, 19, 115, 6, 116,
3, -1, 70, 115, 6, 116, 3, -1, 53, 12,
115, 6, 116, 3, -1, 53, 115, 6, 116, 3,
-1, 91, 115, 6, -1, -1, 100, 123, 168, -1,
-1, 98, 124, 168, -1, -1, 99, 125, 168, -1,
77, 3, 119, 3, -1, 73, 3, 119, 3, -1,
18, 115, 6, 116, 3, 116, 3, -1, 45, 115,
6, -1, 26, 115, 6, 116, 3, -1, 20, 115,
6, 116, 3, -1, 28, 115, 6, 116, 3, -1,
92, 3, -1, 84, 3, -1, 83, 3, -1, 74,
175, 3, -1, 71, 3, -1, 76, 5, -1, 72,
5, -1, 97, 172, -1, 29, 172, -1, 47, 3,
-1, 48, 3, -1, 24, 177, 3, -1, 27, 177,
3, -1, 96, -1, 103, -1, 101, -1, 102, -1,
109, 175, -1, 110, 175, -1, 104, 175, -1, 82,
175, -1, 89, -1, 88, -1, 112, -1, 93, -1,
66, 115, 6, -1, 53, 175, 3, 116, 6, 117,
3, 118, -1, 53, 175, 6, 117, 3, 118, 116,
3, -1, 53, 175, 3, 116, 117, 3, 118, -1,
53, 175, 117, 3, 118, 116, 171, 117, 3, 118,
-1, 53, 175, 6, 117, 3, 118, 116, 171, 117,
3, 118, -1, 53, 175, 3, 116, 3, -1, 53,
175, 117, 3, 118, 116, 3, -1, 26, 115, 6,
116, 171, 117, 3, 118, 10, -1, 20, 115, 6,
116, 171, 117, 3, 118, 10, -1, 28, 115, 6,
116, 171, 117, 3, 118, 10, -1, 74, 175, 171,
117, 3, 118, -1, -1, 94, 126, 162, -1, -1,
67, 127, 165, -1, -1, 17, 128, 164, -1, -1,
16, 129, 165, -1, -1, 51, 130, 164, -1, -1,
52, 131, 164, -1, -1, 36, 132, 163, -1, -1,
37, 133, 163, -1, -1, 32, 134, 164, -1, -1,
33, 135, 164, -1, -1, 111, 136, 164, -1, -1,
114, 137, 164, -1, -1, 69, 138, 165, -1, -1,
107, 139, 163, -1, -1, 105, 140, 163, -1, -1,
36, 141, 166, -1, -1, 37, 142, 166, -1, -1,
113, 143, 166, -1, -1, 46, 144, 166, -1, 26,
3, 116, 3, -1, 20, 3, 116, 3, -1, 28,
3, 116, 3, -1, 23, 3, 116, 3, -1, 26,
3, 116, 171, 117, 3, 118, 10, -1, 20, 3,
116, 171, 117, 3, 118, 10, -1, 28, 3, 116,
171, 117, 3, 118, 10, -1, 23, 3, 116, 171,
117, 3, 118, 10, -1, -1, 43, 145, 169, -1,
-1, 39, 146, 169, -1, -1, 38, 147, 169, -1,
-1, 41, 148, 169, -1, -1, 40, 149, 169, -1,
-1, 44, 150, 170, -1, -1, 87, 151, 170, -1,
95, 12, 3, -1, 95, 175, 171, 117, 3, 118,
-1, 22, 115, 6, 116, 171, 117, 3, 118, 10,
-1, 23, 115, 6, 116, 171, 117, 3, 118, 10,
-1, 56, 3, 116, 3, -1, 57, 3, 116, 3,
-1, 49, 3, 116, 3, -1, 50, 3, 116, 3,
-1, 63, 3, -1, 64, 3, -1, 59, 3, -1,
60, 3, -1, 61, 3, -1, 78, 115, 6, -1,
53, 175, 3, 116, 117, 3, 120, 118, -1, 53,
175, 3, 116, 117, 119, 3, 118, -1, 53, 175,
117, 3, 120, 118, 116, 3, -1, 53, 175, 117,
119, 3, 118, 116, 3, -1, 54, 176, 117, 3,
120, 118, 116, 3, -1, 54, 176, 117, 119, 3,
118, 116, 3, -1, -1, 85, 152, 167, -1, -1,
86, 153, 167, -1, -1, 81, 154, 167, -1, -1,
80, 155, 167, -1, 65, 3, 116, 5, -1, 62,
5, 116, 3, -1, 85, 115, 6, 116, 3, -1,
86, 115, 6, 116, 3, -1, 65, 115, 6, 116,
5, -1, 22, 115, 6, 116, 3, -1, 23, 115,
6, 116, 3, -1, 53, 175, 3, 116, 117, 3,
116, 3, 118, -1, 53, 175, 117, 3, 116, 3,
118, 116, 3, -1, 54, 176, 117, 3, 116, 3,
118, 116, 3, -1, -1, 108, 156, 161, -1, -1,
18, 157, 161, -1, -1, 55, 158, 161, -1, -1,
19, 159, 161, -1, -1, 70, 160, 161, -1, 94,
115, 6, 116, 3, -1, 3, 116, 3, -1, 171,
117, 3, 118, 14, 116, 3, -1, 171, 117, 3,
118, 174, 116, 3, -1, 3, 116, 3, 116, 3,
-1, 3, 116, 3, -1, 171, 117, 3, 118, 14,
116, 3, -1, 171, 117, 3, 118, 174, 116, 3,
-1, 115, 6, 116, 3, -1, 162, -1, 163, -1,
162, -1, 3, -1, 3, 116, 3, -1, 171, 117,
3, 118, 14, 116, 3, -1, 171, 117, 3, 118,
174, 116, 3, -1, 3, 116, 3, -1, 115, 6,
116, 3, -1, 115, 6, 116, 3, 116, 3, -1,
167, -1, 115, 6, 116, 3, -1, 170, -1, 3,
116, 3, -1, 171, 117, 3, 118, 177, 116, 3,
-1, -1, 6, -1, -1, 173, 4, -1, 10, -1,
11, -1, -1, 12, -1, 15, -1, -1, 10, -1,
11, -1, 12, -1, -1, 10, -1, 11, -1, -1,
12, -1
};
/* YYRLINE[YYN] -- source line where rule number YYN was defined. */
static const yytype_uint16 yyrline[] =
{
0, 170, 170, 175, 178, 181, 184, 189, 204, 207,
212, 221, 226, 234, 237, 242, 244, 246, 251, 269,
277, 283, 291, 300, 305, 308, 313, 318, 321, 329,
336, 344, 350, 356, 362, 368, 376, 386, 391, 391,
392, 392, 393, 393, 397, 410, 423, 428, 433, 435,
440, 445, 447, 449, 454, 459, 464, 472, 480, 482,
487, 489, 491, 493, 498, 500, 502, 504, 509, 511,
513, 518, 523, 525, 527, 529, 534, 540, 548, 562,
567, 572, 577, 582, 587, 589, 591, 596, 601, 601,
602, 602, 603, 603, 604, 604, 605, 605, 606, 606,
607, 607, 608, 608, 609, 609, 610, 610, 611, 611,
612, 612, 613, 613, 614, 614, 615, 615, 619, 619,
620, 620, 621, 621, 622, 622, 626, 628, 630, 632,
635, 637, 639, 641, 646, 646, 647, 647, 648, 648,
649, 649, 650, 650, 651, 651, 652, 652, 656, 658,
663, 669, 675, 677, 679, 681, 687, 689, 691, 693,
695, 698, 709, 711, 716, 718, 723, 725, 730, 730,
731, 731, 732, 732, 733, 733, 737, 743, 748, 750,
755, 760, 766, 771, 774, 777, 782, 782, 783, 783,
784, 784, 785, 785, 786, 786, 791, 801, 803, 805,
807, 814, 816, 818, 824, 829, 830, 834, 835, 841,
843, 845, 852, 856, 858, 860, 866, 868, 871, 873,
879, 880, 883, 883, 888, 889, 890, 891, 892, 895,
896, 897, 898, 901, 902, 903, 906, 907
};
#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", "REG", "FLAG", "CREG", "EXPR",
"UNKNOWN_OPCODE", "IS_OPCODE", "DOT_S", "DOT_B", "DOT_W", "DOT_L",
"DOT_A", "DOT_UB", "DOT_UW", "ABS", "ADC", "ADD", "AND_", "BCLR", "BCND",
"BMCND", "BNOT", "BRA", "BRK", "BSET", "BSR", "BTST", "CLRPSW", "CMP",
"DBT", "DIV", "DIVU", "EDIV", "EDIVU", "EMUL", "EMULU", "FADD", "FCMP",
"FDIV", "FMUL", "FREIT", "FSUB", "FTOI", "INT", "ITOF", "JMP", "JSR",
"MACHI", "MACLO", "MAX", "MIN", "MOV", "MOVU", "MUL", "MULHI", "MULLO",
"MULU", "MVFACHI", "MVFACMI", "MVFACLO", "MVFC", "MVTACHI", "MVTACLO",
"MVTC", "MVTIPL", "NEG", "NOP", "NOT", "OR", "POP", "POPC", "POPM",
"PUSH", "PUSHA", "PUSHC", "PUSHM", "RACW", "REIT", "REVL", "REVW",
"RMPA", "ROLC", "RORC", "ROTL", "ROTR", "ROUND", "RTE", "RTFI", "RTS",
"RTSD", "SAT", "SATR", "SBB", "SCCND", "SCMPU", "SETPSW", "SHAR", "SHLL",
"SHLR", "SMOVB", "SMOVF", "SMOVU", "SSTR", "STNZ", "STOP", "STZ", "SUB",
"SUNTIL", "SWHILE", "TST", "WAIT", "XCHG", "XOR", "'#'", "','", "'['",
"']'", "'-'", "'+'", "$accept", "statement", "@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", "@28", "@29", "@30", "@31", "@32", "@33", "@34", "@35",
"@36", "@37", "@38", "op_subadd", "op_dp20_rm", "op_dp20_i",
"op_dp20_rim", "op_dp20_rms", "op_xchg", "op_shift_rot", "op_shift",
"float2_op", "float2_op_ni", "disp", "flag", "@39", "memex", "bwl", "bw",
"opt_l", 0
};
#endif
# ifdef YYPRINT
/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
token YYLEX-NUM. */
static const yytype_uint16 yytoknum[] =
{
0, 256, 257, 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, 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, 329, 330, 331, 332, 333, 334,
335, 336, 337, 338, 339, 340, 341, 342, 343, 344,
345, 346, 347, 348, 349, 350, 351, 352, 353, 354,
355, 356, 357, 358, 359, 360, 361, 362, 363, 364,
365, 366, 367, 368, 369, 35, 44, 91, 93, 45,
43
};
# endif
/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
static const yytype_uint8 yyr1[] =
{
0, 121, 122, 122, 122, 122, 122, 122, 122, 122,
122, 122, 122, 122, 122, 122, 122, 122, 122, 122,
122, 122, 122, 122, 122, 122, 122, 122, 122, 122,
122, 122, 122, 122, 122, 122, 122, 122, 123, 122,
124, 122, 125, 122, 122, 122, 122, 122, 122, 122,
122, 122, 122, 122, 122, 122, 122, 122, 122, 122,
122, 122, 122, 122, 122, 122, 122, 122, 122, 122,
122, 122, 122, 122, 122, 122, 122, 122, 122, 122,
122, 122, 122, 122, 122, 122, 122, 122, 126, 122,
127, 122, 128, 122, 129, 122, 130, 122, 131, 122,
132, 122, 133, 122, 134, 122, 135, 122, 136, 122,
137, 122, 138, 122, 139, 122, 140, 122, 141, 122,
142, 122, 143, 122, 144, 122, 122, 122, 122, 122,
122, 122, 122, 122, 145, 122, 146, 122, 147, 122,
148, 122, 149, 122, 150, 122, 151, 122, 122, 122,
122, 122, 122, 122, 122, 122, 122, 122, 122, 122,
122, 122, 122, 122, 122, 122, 122, 122, 152, 122,
153, 122, 154, 122, 155, 122, 122, 122, 122, 122,
122, 122, 122, 122, 122, 122, 156, 122, 157, 122,
158, 122, 159, 122, 160, 122, 122, 161, 161, 161,
161, 162, 162, 162, 163, 164, 164, 165, 165, 166,
166, 166, 167, 168, 168, 168, 169, 169, 170, 170,
171, 171, 173, 172, 174, 174, 174, 174, 174, 175,
175, 175, 175, 176, 176, 176, 177, 177
};
/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
static const yytype_uint8 yyr2[] =
{
0, 2, 1, 1, 1, 1, 1, 2, 3, 3,
2, 3, 3, 3, 3, 3, 3, 3, 2, 9,
9, 9, 7, 4, 8, 8, 5, 7, 8, 5,
5, 5, 5, 5, 5, 6, 5, 3, 0, 3,
0, 3, 0, 3, 4, 4, 7, 3, 5, 5,
5, 2, 2, 2, 3, 2, 2, 2, 2, 2,
2, 2, 3, 3, 1, 1, 1, 1, 2, 2,
2, 2, 1, 1, 1, 1, 3, 8, 8, 7,
10, 11, 5, 7, 9, 9, 9, 6, 0, 3,
0, 3, 0, 3, 0, 3, 0, 3, 0, 3,
0, 3, 0, 3, 0, 3, 0, 3, 0, 3,
0, 3, 0, 3, 0, 3, 0, 3, 0, 3,
0, 3, 0, 3, 0, 3, 4, 4, 4, 4,
8, 8, 8, 8, 0, 3, 0, 3, 0, 3,
0, 3, 0, 3, 0, 3, 0, 3, 3, 6,
9, 9, 4, 4, 4, 4, 2, 2, 2, 2,
2, 3, 8, 8, 8, 8, 8, 8, 0, 3,
0, 3, 0, 3, 0, 3, 4, 4, 5, 5,
5, 5, 5, 9, 9, 9, 0, 3, 0, 3,
0, 3, 0, 3, 0, 3, 5, 3, 7, 7,
5, 3, 7, 7, 4, 1, 1, 1, 1, 3,
7, 7, 3, 4, 6, 1, 4, 1, 3, 7,
0, 1, 0, 2, 1, 1, 0, 1, 1, 0,
1, 1, 1, 0, 1, 1, 0, 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[] =
{
0, 2, 94, 92, 188, 192, 0, 0, 0, 0,
236, 3, 0, 236, 0, 222, 220, 4, 104, 106,
118, 120, 138, 136, 142, 140, 134, 144, 0, 124,
0, 0, 0, 0, 96, 98, 229, 233, 190, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 90,
6, 112, 194, 0, 0, 0, 229, 0, 0, 0,
174, 172, 229, 0, 0, 168, 170, 146, 73, 72,
5, 0, 0, 75, 88, 229, 64, 222, 40, 42,
38, 66, 67, 65, 229, 116, 114, 186, 229, 229,
108, 74, 122, 110, 0, 220, 220, 0, 220, 0,
220, 0, 0, 18, 0, 0, 0, 0, 0, 0,
7, 0, 0, 0, 237, 0, 0, 0, 0, 10,
0, 0, 0, 0, 0, 59, 0, 0, 221, 0,
0, 220, 220, 0, 220, 0, 220, 220, 220, 220,
220, 220, 220, 0, 220, 60, 61, 0, 0, 220,
220, 230, 231, 232, 0, 0, 234, 235, 0, 0,
220, 0, 0, 158, 159, 160, 0, 156, 157, 0,
0, 0, 220, 220, 0, 220, 55, 57, 0, 230,
231, 232, 220, 56, 0, 0, 0, 0, 71, 53,
52, 0, 0, 0, 0, 220, 0, 51, 0, 220,
232, 220, 58, 0, 0, 0, 70, 0, 0, 0,
220, 68, 69, 220, 220, 220, 1, 208, 207, 95,
0, 0, 0, 205, 206, 93, 0, 0, 189, 0,
0, 193, 220, 0, 12, 13, 17, 0, 220, 0,
9, 14, 15, 8, 62, 220, 0, 16, 11, 63,
220, 0, 223, 0, 0, 0, 105, 107, 101, 0,
119, 0, 103, 121, 0, 0, 139, 217, 0, 137,
143, 141, 135, 145, 47, 125, 0, 0, 97, 99,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 191, 0, 0, 0, 0, 0, 76, 91, 113,
0, 195, 0, 54, 0, 0, 161, 0, 175, 173,
0, 169, 0, 171, 147, 37, 0, 89, 148, 0,
0, 215, 41, 43, 39, 117, 115, 0, 187, 109,
123, 111, 0, 0, 0, 0, 0, 0, 0, 127,
0, 220, 220, 129, 0, 220, 126, 0, 220, 128,
0, 220, 23, 0, 0, 0, 0, 0, 0, 0,
154, 155, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 152, 153, 177, 176, 0,
0, 45, 0, 44, 0, 0, 0, 0, 0, 0,
0, 0, 201, 0, 0, 31, 197, 0, 33, 0,
49, 0, 181, 0, 0, 182, 0, 0, 48, 0,
0, 50, 0, 30, 226, 209, 0, 218, 0, 0,
220, 220, 220, 36, 82, 0, 0, 0, 0, 0,
0, 0, 26, 0, 0, 0, 0, 0, 32, 180,
34, 0, 212, 178, 179, 0, 196, 0, 0, 29,
226, 204, 0, 0, 226, 0, 0, 0, 0, 0,
0, 0, 0, 0, 224, 225, 227, 0, 228, 0,
226, 216, 236, 0, 0, 35, 0, 0, 0, 0,
0, 0, 220, 0, 0, 0, 0, 0, 0, 0,
87, 0, 149, 213, 0, 0, 46, 200, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 79,
0, 0, 220, 0, 83, 0, 0, 0, 0, 0,
27, 0, 0, 22, 0, 0, 0, 0, 0, 131,
0, 0, 133, 0, 130, 0, 132, 0, 24, 25,
0, 0, 0, 0, 0, 0, 77, 0, 162, 163,
78, 0, 0, 0, 164, 165, 28, 0, 166, 167,
214, 202, 203, 198, 199, 85, 150, 151, 84, 86,
210, 211, 219, 19, 20, 21, 183, 0, 184, 0,
185, 0, 80, 81
};
/* YYDEFGOTO[NTERM-NUM]. */
static const yytype_int16 yydefgoto[] =
{
-1, 94, 205, 203, 204, 199, 172, 96, 95, 149,
150, 133, 135, 131, 132, 213, 215, 173, 208, 207,
134, 136, 214, 144, 141, 138, 137, 140, 139, 142,
195, 192, 194, 187, 186, 210, 98, 160, 100, 175,
228, 223, 224, 225, 219, 260, 321, 322, 266, 267,
220, 125, 126, 469, 155, 158, 116
};
/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
STATE-NUM. */
#define YYPACT_NINF -415
static const yytype_int16 yypact[] =
{
464, -415, -415, -415, -67, -62, 24, 94, -54, 25,
83, -415, 26, 39, 27, -415, 18, -415, -415, -415,
-32, -30, -415, -415, -415, -415, -415, -415, -6, -415,
112, 114, 129, 134, -415, -415, -4, 4, 34, 150,
154, 173, 179, 192, 203, 200, 206, 28, 95, -415,
-415, -415, 96, 209, 208, 211, 57, 210, 214, 103,
-415, -415, 57, 216, 217, 106, 108, -415, -415, -415,
-415, 109, 222, -415, 111, 195, -415, -415, -415, -415,
-415, -415, -415, -415, 57, -415, -415, 113, 57, 57,
-415, -415, -415, -415, 227, 40, 19, 224, 152, 225,
152, 116, 229, -415, 230, 231, 232, 233, 117, 234,
-415, 235, 236, 237, -415, 238, 242, 130, 241, -415,
243, 244, 245, 135, 246, -415, 249, 138, -415, 250,
140, 19, 19, 143, 161, 143, 161, 20, 20, 20,
20, 20, 162, 253, 161, -415, -415, 139, 144, 19,
19, 146, 147, 148, 258, -1, -415, -415, 13, 259,
152, 151, 153, -415, -415, -415, 155, -415, -415, 156,
260, 262, 40, 40, 264, 152, -415, -415, 157, -415,
-415, -415, 166, -415, 158, 267, 271, 271, -415, -415,
-415, 269, 271, 272, 271, 162, 273, -415, 274, 167,
278, 276, -415, 30, 30, 30, -415, 143, 143, 277,
152, -415, -415, 19, 161, 19, -415, 169, -415, -415,
170, 169, 280, -415, -415, -415, 175, 176, -415, 171,
177, -415, 168, 181, -415, -415, -415, 182, 172, 183,
-415, -415, -415, -415, -415, 174, 187, -415, -415, -415,
178, 188, -415, 281, 189, 286, -415, -415, -415, 191,
-415, 193, -415, -415, 197, 284, -415, -415, 199, -415,
-415, -415, -415, -415, -415, -415, 291, 292, -415, -415,
290, 294, 295, 201, 202, 204, 0, 207, 205, 8,
212, -415, 299, 303, 305, 304, 215, -415, -415, -415,
218, -415, 308, -415, 213, 309, -415, 220, -415, -415,
221, -415, 223, -415, -415, 226, 228, -415, -415, 239,
313, -415, -415, -415, -415, -415, -415, 247, -415, -415,
-415, -415, 311, 312, 248, 317, 321, 324, 330, -415,
240, 180, 184, -415, 251, 185, -415, 252, 186, -415,
254, 190, -415, 335, 255, 337, 338, 340, 256, 342,
-415, -415, 261, 263, 265, 343, 14, 344, -81, 345,
346, 347, -8, 348, 349, -415, -415, -415, -415, 350,
351, -415, 355, -415, 356, 357, 358, 359, 362, 363,
266, 364, -415, 257, 367, 268, 270, 275, -415, 371,
-415, 279, -415, 282, 373, -415, 283, 375, -415, 285,
377, -415, 293, -415, 48, -415, 289, -415, 380, 296,
276, 276, 194, -415, -415, 298, 10, 300, 382, 287,
301, 302, -415, 306, 384, 297, 307, 310, -415, -415,
-415, 314, -415, -415, -415, 315, -415, 318, 385, -415,
66, -415, 386, 387, 87, 319, 388, 389, 320, 391,
322, 392, 323, 394, -415, -415, -415, 326, -415, 327,
136, -415, 341, 316, 328, -415, 329, 395, 36, 398,
331, 332, 196, 333, 336, 339, 352, 405, 353, 360,
-415, 406, -415, 361, 383, 423, -415, -415, 427, 454,
401, 354, 404, 402, 461, 407, 462, 411, 463, 413,
419, 466, 467, 468, 420, 424, 426, 469, 428, -415,
470, 471, 198, 474, -415, 334, 432, 436, 441, 475,
-415, 445, 450, -415, 451, 453, 455, 456, 458, -415,
416, 447, -415, 452, -415, 457, -415, 465, -415, -415,
460, 476, 495, 477, 478, 479, -415, 480, -415, -415,
-415, 482, 582, 583, -415, -415, -415, 589, -415, -415,
-415, -415, -415, -415, -415, -415, -415, -415, -415, -415,
-415, -415, -415, -415, -415, -415, -415, 590, -415, 483,
-415, 484, -415, -415
};
/* YYPGOTO[NTERM-NUM]. */
static const yytype_int16 yypgoto[] =
{
-415, -415, -415, -415, -415, -415, -415, -415, -415, -415,
-415, -415, -415, -415, -415, -415, -415, -415, -415, -415,
-415, -415, -415, -415, -415, -415, -415, -415, -415, -415,
-415, -415, -415, -415, -415, -415, -415, -415, -415, -415,
-96, -86, -101, -77, -98, -126, -145, -114, 22, -130,
-16, 396, -415, -414, -18, -415, -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 -103
static const yytype_int16 yytable[] =
{
130, 122, 284, 368, 231, 285, 151, 152, 153, 218,
263, 372, 273, 478, 156, 157, 287, 424, 275, 288,
425, 127, 221, 264, 128, 128, 128, 101, 108, 117,
123, 169, 258, 307, 262, 428, 495, 429, 182, 430,
499, 308, 309, 217, 188, 119, 128, 311, 97, 313,
120, 114, 121, 99, 256, 257, 512, 201, 464, 465,
466, 107, 467, 468, 291, 314, 206, 179, 180, 181,
211, 212, 278, 279, 298, 299, 464, 465, 466, 301,
494, 468, 229, -100, 229, -102, 218, 218, 330, 110,
323, 324, 111, 112, 113, 114, 115, 464, 465, 466,
103, 498, 468, 104, 105, 106, 325, 326, 434, 143,
435, 154, 436, 317, 328, 145, 286, 146, 261, 369,
261, 268, 268, 268, 268, 268, 268, 373, 261, 479,
289, 426, 147, 129, 222, 265, 329, 148, 331, 102,
109, 118, 124, 170, 229, 320, 464, 465, 466, 159,
511, 468, 518, 161, 519, 227, 520, 162, 128, 229,
269, 270, 271, 272, 259, 264, 304, 128, 128, 303,
221, 339, 128, 128, 128, 343, 163, 346, 128, 268,
128, 349, 164, 400, 128, 319, 128, 402, 405, 408,
128, 128, 128, 411, 229, 165, 128, 475, 261, 524,
128, 560, 128, 167, 128, 179, 180, 200, 166, 168,
171, 174, 176, 177, 178, 183, 340, 184, 185, 189,
190, 191, 344, 193, 196, 197, 198, 216, 209, 347,
226, 230, 232, 238, 350, 233, 234, 235, 236, 237,
239, 240, 241, 242, 243, 244, 245, 246, 249, 247,
248, 250, 251, 252, 253, 276, 254, 255, 222, 274,
277, 280, 281, 282, 283, 290, 296, 292, 297, 293,
300, 294, 295, 306, 307, 310, 302, 305, 312, 315,
316, 318, 128, 327, 352, 332, 334, 333, 337, 354,
358, 335, 336, 338, 360, 361, 362, 341, 342, 345,
363, 364, 375, 348, 351, 353, 376, 355, 377, 378,
356, 381, 383, 357, 392, 393, 359, 365, 366, 390,
395, 367, 371, 370, 396, 401, 403, 397, 374, 406,
382, 379, 409, 398, 380, 412, 384, 385, 413, 386,
415, 416, 387, 417, 388, 419, 423, 427, 431, 432,
433, 437, 438, 114, 440, 439, 389, 399, 441, 442,
443, 444, 445, 391, 394, 446, 447, 449, 404, 407,
451, 410, 418, 414, 455, 450, 458, 420, 460, 421,
462, 422, 448, 471, 452, 481, 453, 486, 493, 496,
497, 501, 502, 454, 504, 506, 456, 508, 517, 457,
459, 521, 461, 482, 473, 474, 476, 470, 530, 533,
463, 539, 542, 487, 472, 477, 548, 544, 480, 483,
484, 546, 549, 553, 485, 488, 575, 554, 489, 555,
0, 557, 490, 514, 491, 564, 492, 500, 503, 565,
505, 507, 509, 510, 566, 515, 516, 522, 568, 526,
523, 563, 527, 569, 570, 528, 571, 576, 572, 573,
513, 574, 577, 580, 0, 0, 525, 578, 0, 531,
529, 1, 540, 202, 0, 579, 532, 534, 0, 581,
2, 3, 4, 5, 6, 7, 8, 9, 10, 11,
12, 13, 14, 15, 16, 17, 18, 19, 582, 535,
20, 21, 22, 23, 24, 25, 561, 26, 27, 28,
29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 541, 41, 42, 43, 44, 45, 46, 47,
48, 49, 50, 51, 52, 53, 54, 55, 56, 536,
57, 58, 59, 537, 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,
538, 86, 87, 88, 89, 90, 91, 92, 93, 543,
545, 547, 550, 551, 552, 588, 589, 556, 558, 559,
562, 567, 590, 591, 0, 583, 584, 585, 586, 587,
0, 592, 593
};
static const yytype_int16 yycheck[] =
{
16, 13, 3, 3, 100, 6, 10, 11, 12, 95,
136, 3, 142, 3, 10, 11, 3, 3, 144, 6,
6, 3, 3, 3, 6, 6, 6, 3, 3, 3,
3, 3, 133, 3, 135, 116, 450, 118, 56, 120,
454, 186, 187, 3, 62, 6, 6, 192, 115, 194,
11, 12, 13, 115, 131, 132, 470, 75, 10, 11,
12, 115, 14, 15, 160, 195, 84, 10, 11, 12,
88, 89, 149, 150, 172, 173, 10, 11, 12, 175,
14, 15, 98, 115, 100, 115, 172, 173, 214, 6,
204, 205, 9, 10, 11, 12, 13, 10, 11, 12,
6, 14, 15, 9, 10, 11, 207, 208, 116, 115,
118, 115, 120, 199, 210, 3, 117, 3, 134, 119,
136, 137, 138, 139, 140, 141, 142, 119, 144, 119,
117, 117, 3, 115, 115, 115, 213, 3, 215, 115,
115, 115, 115, 115, 160, 115, 10, 11, 12, 115,
14, 15, 116, 3, 118, 3, 120, 3, 6, 175,
138, 139, 140, 141, 3, 3, 182, 6, 6, 3,
3, 3, 6, 6, 6, 3, 3, 3, 6, 195,
6, 3, 3, 3, 6, 201, 6, 3, 3, 3,
6, 6, 6, 3, 210, 3, 6, 3, 214, 3,
6, 3, 6, 3, 6, 10, 11, 12, 5, 3,
115, 115, 3, 5, 3, 5, 232, 3, 115, 3,
3, 115, 238, 115, 115, 3, 115, 0, 115, 245,
6, 6, 116, 116, 250, 6, 6, 6, 6, 6,
6, 6, 6, 6, 6, 3, 116, 6, 3, 6,
6, 116, 6, 4, 116, 116, 6, 117, 115, 6,
116, 115, 115, 115, 6, 6, 6, 116, 6, 116,
6, 116, 116, 6, 3, 6, 119, 119, 6, 6,
6, 3, 6, 6, 3, 116, 6, 117, 117, 3,
6, 116, 116, 116, 3, 3, 6, 116, 116, 116,
6, 6, 3, 116, 116, 116, 3, 116, 3, 5,
117, 3, 3, 116, 3, 3, 117, 116, 116, 6,
3, 117, 117, 116, 3, 341, 342, 3, 116, 345,
117, 116, 348, 3, 116, 351, 116, 116, 3, 116,
3, 3, 116, 3, 116, 3, 3, 3, 3, 3,
3, 3, 3, 12, 3, 5, 117, 117, 3, 3,
3, 3, 3, 116, 116, 3, 3, 3, 117, 117,
3, 117, 116, 118, 3, 118, 3, 116, 3, 116,
3, 116, 116, 3, 116, 3, 116, 3, 3, 3,
3, 3, 3, 118, 3, 3, 117, 3, 3, 117,
117, 3, 117, 116, 420, 421, 422, 118, 3, 3,
117, 10, 10, 116, 118, 117, 3, 10, 118, 118,
118, 10, 3, 3, 118, 118, 10, 3, 118, 3,
-1, 3, 118, 117, 119, 3, 118, 118, 118, 3,
118, 118, 116, 116, 3, 117, 117, 116, 3, 116,
118, 117, 116, 3, 3, 116, 3, 10, 3, 3,
472, 3, 10, 3, -1, -1, 482, 10, -1, 116,
118, 7, 118, 77, -1, 10, 116, 116, -1, 3,
16, 17, 18, 19, 20, 21, 22, 23, 24, 25,
26, 27, 28, 29, 30, 31, 32, 33, 3, 116,
36, 37, 38, 39, 40, 41, 522, 43, 44, 45,
46, 47, 48, 49, 50, 51, 52, 53, 54, 55,
56, 57, 118, 59, 60, 61, 62, 63, 64, 65,
66, 67, 68, 69, 70, 71, 72, 73, 74, 116,
76, 77, 78, 116, 80, 81, 82, 83, 84, 85,
86, 87, 88, 89, 90, 91, 92, 93, 94, 95,
96, 97, 98, 99, 100, 101, 102, 103, 104, 105,
116, 107, 108, 109, 110, 111, 112, 113, 114, 118,
118, 118, 116, 116, 116, 3, 3, 118, 118, 118,
116, 116, 3, 3, -1, 118, 118, 118, 118, 117,
-1, 118, 118
};
/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
symbol of state STATE-NUM. */
static const yytype_uint8 yystos[] =
{
0, 7, 16, 17, 18, 19, 20, 21, 22, 23,
24, 25, 26, 27, 28, 29, 30, 31, 32, 33,
36, 37, 38, 39, 40, 41, 43, 44, 45, 46,
47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
57, 59, 60, 61, 62, 63, 64, 65, 66, 67,
68, 69, 70, 71, 72, 73, 74, 76, 77, 78,
80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
90, 91, 92, 93, 94, 95, 96, 97, 98, 99,
100, 101, 102, 103, 104, 105, 107, 108, 109, 110,
111, 112, 113, 114, 122, 129, 128, 115, 157, 115,
159, 3, 115, 6, 9, 10, 11, 115, 3, 115,
6, 9, 10, 11, 12, 13, 177, 3, 115, 6,
11, 13, 177, 3, 115, 172, 173, 3, 6, 115,
171, 134, 135, 132, 141, 133, 142, 147, 146, 149,
148, 145, 150, 115, 144, 3, 3, 3, 3, 130,
131, 10, 11, 12, 115, 175, 10, 11, 176, 115,
158, 3, 3, 3, 3, 3, 5, 3, 3, 3,
115, 115, 127, 138, 115, 160, 3, 5, 3, 10,
11, 12, 175, 5, 3, 115, 155, 154, 175, 3,
3, 115, 152, 115, 153, 151, 115, 3, 115, 126,
12, 175, 172, 124, 125, 123, 175, 140, 139, 115,
156, 175, 175, 136, 143, 137, 0, 3, 162, 165,
171, 3, 115, 162, 163, 164, 6, 3, 161, 171,
6, 161, 116, 6, 6, 6, 6, 6, 116, 6,
6, 6, 6, 6, 3, 116, 6, 6, 6, 3,
116, 6, 4, 116, 6, 117, 164, 164, 163, 3,
166, 171, 163, 166, 3, 115, 169, 170, 171, 169,
169, 169, 169, 170, 6, 166, 116, 116, 164, 164,
115, 115, 115, 6, 3, 6, 117, 3, 6, 117,
6, 161, 116, 116, 116, 116, 6, 6, 165, 165,
6, 161, 119, 3, 171, 119, 6, 3, 167, 167,
6, 167, 6, 167, 170, 6, 6, 162, 3, 171,
115, 167, 168, 168, 168, 163, 163, 6, 161, 164,
166, 164, 116, 117, 6, 116, 116, 117, 116, 3,
171, 116, 116, 3, 171, 116, 3, 171, 116, 3,
171, 116, 3, 116, 3, 116, 117, 116, 6, 117,
3, 3, 6, 6, 6, 116, 116, 117, 3, 119,
116, 117, 3, 119, 116, 3, 3, 3, 5, 116,
116, 3, 117, 3, 116, 116, 116, 116, 116, 117,
6, 116, 3, 3, 116, 3, 3, 3, 3, 117,
3, 171, 3, 171, 117, 3, 171, 117, 3, 171,
117, 3, 171, 3, 118, 3, 3, 3, 116, 3,
116, 116, 116, 3, 3, 6, 117, 3, 116, 118,
120, 3, 3, 3, 116, 118, 120, 3, 3, 5,
3, 3, 3, 3, 3, 3, 3, 3, 116, 3,
118, 3, 116, 116, 118, 3, 117, 117, 3, 117,
3, 117, 3, 117, 10, 11, 12, 14, 15, 174,
118, 3, 118, 171, 171, 3, 171, 117, 3, 119,
118, 3, 116, 118, 118, 118, 3, 116, 118, 118,
118, 119, 118, 3, 14, 174, 3, 3, 14, 174,
118, 3, 3, 118, 3, 118, 3, 118, 3, 116,
116, 14, 174, 177, 117, 117, 117, 3, 116, 118,
120, 3, 116, 118, 3, 171, 116, 116, 116, 118,
3, 116, 116, 3, 116, 116, 116, 116, 116, 10,
118, 118, 10, 118, 10, 118, 10, 118, 3, 3,
116, 116, 116, 3, 3, 3, 118, 3, 118, 118,
3, 171, 116, 117, 3, 3, 3, 116, 3, 3,
3, 3, 3, 3, 3, 10, 10, 10, 10, 10,
3, 3, 3, 118, 118, 118, 118, 117, 3, 3,
3, 3, 118, 118
};
#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 <stdio.h> /* 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 2:
#line 171 "rx-parse.y"
{ as_bad (_("Unknown opcode: %s"), rx_init_start); }
break;
case 3:
#line 176 "rx-parse.y"
{ B1 (0x00); }
break;
case 4:
#line 179 "rx-parse.y"
{ B1 (0x01); }
break;
case 5:
#line 182 "rx-parse.y"
{ B1 (0x02); }
break;
case 6:
#line 185 "rx-parse.y"
{ B1 (0x03); }
break;
case 7:
#line 190 "rx-parse.y"
{ if (rx_disp3op ((yyvsp[(2) - (2)].exp)))
{ B1 (0x08); rx_disp3 ((yyvsp[(2) - (2)].exp), 5); }
else if (rx_intop ((yyvsp[(2) - (2)].exp), 8))
{ B1 (0x2e); PC1 ((yyvsp[(2) - (2)].exp)); }
else if (rx_intop ((yyvsp[(2) - (2)].exp), 16))
{ B1 (0x38); PC2 ((yyvsp[(2) - (2)].exp)); }
else if (rx_intop ((yyvsp[(2) - (2)].exp), 24))
{ B1 (0x04); PC3 ((yyvsp[(2) - (2)].exp)); }
else
{ rx_relax (RX_RELAX_BRANCH, 0);
rx_linkrelax_branch ();
/* We'll convert this to a longer one later if needed. */
B1 (0x08); rx_disp3 ((yyvsp[(2) - (2)].exp), 5); } }
break;
case 8:
#line 205 "rx-parse.y"
{ B1 (0x04); PC3 ((yyvsp[(3) - (3)].exp)); }
break;
case 9:
#line 208 "rx-parse.y"
{ B1 (0x08); rx_disp3 ((yyvsp[(3) - (3)].exp), 5); }
break;
case 10:
#line 213 "rx-parse.y"
{ if (rx_intop ((yyvsp[(2) - (2)].exp), 16))
{ B1 (0x39); PC2 ((yyvsp[(2) - (2)].exp)); }
else if (rx_intop ((yyvsp[(2) - (2)].exp), 24))
{ B1 (0x05); PC3 ((yyvsp[(2) - (2)].exp)); }
else
{ rx_relax (RX_RELAX_BRANCH, 0);
rx_linkrelax_branch ();
B1 (0x39); PC2 ((yyvsp[(2) - (2)].exp)); } }
break;
case 11:
#line 222 "rx-parse.y"
{ B1 (0x05), PC3 ((yyvsp[(3) - (3)].exp)); }
break;
case 12:
#line 227 "rx-parse.y"
{ if ((yyvsp[(1) - (3)].regno) == COND_EQ || (yyvsp[(1) - (3)].regno) == COND_NE)
{ B1 ((yyvsp[(1) - (3)].regno) == COND_EQ ? 0x10 : 0x18); rx_disp3 ((yyvsp[(3) - (3)].exp), 5); }
else
as_bad (_("Only BEQ and BNE may have .S")); }
break;
case 13:
#line 235 "rx-parse.y"
{ B1 (0x20); F ((yyvsp[(1) - (3)].regno), 4, 4); PC1 ((yyvsp[(3) - (3)].exp)); }
break;
case 14:
#line 238 "rx-parse.y"
{ B1 (0x2e), PC1 ((yyvsp[(3) - (3)].exp)); }
break;
case 15:
#line 243 "rx-parse.y"
{ B1 (0x38), PC2 ((yyvsp[(3) - (3)].exp)); }
break;
case 16:
#line 245 "rx-parse.y"
{ B1 (0x39), PC2 ((yyvsp[(3) - (3)].exp)); }
break;
case 17:
#line 247 "rx-parse.y"
{ if ((yyvsp[(1) - (3)].regno) == COND_EQ || (yyvsp[(1) - (3)].regno) == COND_NE)
{ B1 ((yyvsp[(1) - (3)].regno) == COND_EQ ? 0x3a : 0x3b); PC2 ((yyvsp[(3) - (3)].exp)); }
else
as_bad (_("Only BEQ and BNE may have .W")); }
break;
case 18:
#line 252 "rx-parse.y"
{ if ((yyvsp[(1) - (2)].regno) == COND_EQ || (yyvsp[(1) - (2)].regno) == COND_NE)
{
rx_relax (RX_RELAX_BRANCH, 0);
rx_linkrelax_branch ();
B1 ((yyvsp[(1) - (2)].regno) == COND_EQ ? 0x10 : 0x18); rx_disp3 ((yyvsp[(2) - (2)].exp), 5);
}
else
{
rx_relax (RX_RELAX_BRANCH, 0);
/* This is because we might turn it into a
jump-over-jump long branch. */
rx_linkrelax_branch ();
B1 (0x20); F ((yyvsp[(1) - (2)].regno), 4, 4); PC1 ((yyvsp[(2) - (2)].exp));
} }
break;
case 19:
#line 271 "rx-parse.y"
{ if ((yyvsp[(8) - (9)].regno) <= 7 && rx_uintop ((yyvsp[(4) - (9)].exp), 8) && rx_disp5op0 (&(yyvsp[(6) - (9)].exp), BSIZE))
{ B2 (0x3c, 0); rx_field5s2 ((yyvsp[(6) - (9)].exp)); F ((yyvsp[(8) - (9)].regno), 9, 3); O1 ((yyvsp[(4) - (9)].exp)); }
else
{ B2 (0xf8, 0x04); F ((yyvsp[(8) - (9)].regno), 8, 4); DSP ((yyvsp[(6) - (9)].exp), 6, BSIZE); O1 ((yyvsp[(4) - (9)].exp));
if ((yyvsp[(4) - (9)].exp).X_op != O_constant && (yyvsp[(4) - (9)].exp).X_op != O_big) rx_linkrelax_imm (12); } }
break;
case 20:
#line 278 "rx-parse.y"
{ if ((yyvsp[(8) - (9)].regno) <= 7 && rx_uintop ((yyvsp[(4) - (9)].exp), 8) && rx_disp5op0 (&(yyvsp[(6) - (9)].exp), WSIZE))
{ B2 (0x3d, 0); rx_field5s2 ((yyvsp[(6) - (9)].exp)); F ((yyvsp[(8) - (9)].regno), 9, 3); O1 ((yyvsp[(4) - (9)].exp)); }
else
{ B2 (0xf8, 0x01); F ((yyvsp[(8) - (9)].regno), 8, 4); DSP ((yyvsp[(6) - (9)].exp), 6, WSIZE); IMM ((yyvsp[(4) - (9)].exp), 12); } }
break;
case 21:
#line 284 "rx-parse.y"
{ if ((yyvsp[(8) - (9)].regno) <= 7 && rx_uintop ((yyvsp[(4) - (9)].exp), 8) && rx_disp5op0 (&(yyvsp[(6) - (9)].exp), LSIZE))
{ B2 (0x3e, 0); rx_field5s2 ((yyvsp[(6) - (9)].exp)); F ((yyvsp[(8) - (9)].regno), 9, 3); O1 ((yyvsp[(4) - (9)].exp)); }
else
{ B2 (0xf8, 0x02); F ((yyvsp[(8) - (9)].regno), 8, 4); DSP ((yyvsp[(6) - (9)].exp), 6, LSIZE); IMM ((yyvsp[(4) - (9)].exp), 12); } }
break;
case 22:
#line 292 "rx-parse.y"
{ B2 (0x3f, 0); F ((yyvsp[(5) - (7)].regno), 8, 4); F ((yyvsp[(7) - (7)].regno), 12, 4); rtsd_immediate ((yyvsp[(3) - (7)].exp));
if ((yyvsp[(5) - (7)].regno) == 0)
rx_error (_("RTSD cannot pop R0"));
if ((yyvsp[(5) - (7)].regno) > (yyvsp[(7) - (7)].regno))
rx_error (_("RTSD first reg must be <= second reg")); }
break;
case 23:
#line 301 "rx-parse.y"
{ B2 (0x47, 0); F ((yyvsp[(2) - (4)].regno), 8, 4); F ((yyvsp[(4) - (4)].regno), 12, 4); }
break;
case 24:
#line 306 "rx-parse.y"
{ B2 (0x44, 0); F ((yyvsp[(4) - (8)].regno), 8, 4); F ((yyvsp[(8) - (8)].regno), 12, 4); DSP ((yyvsp[(2) - (8)].exp), 6, BSIZE); }
break;
case 25:
#line 309 "rx-parse.y"
{ B3 (MEMEX, 0x04, 0); F ((yyvsp[(6) - (8)].regno), 8, 2); F ((yyvsp[(4) - (8)].regno), 16, 4); F ((yyvsp[(8) - (8)].regno), 20, 4); DSP ((yyvsp[(2) - (8)].exp), 14, sizemap[(yyvsp[(6) - (8)].regno)]); }
break;
case 26:
#line 314 "rx-parse.y"
{ B2 (0x5b, 0x00); F ((yyvsp[(2) - (5)].regno), 5, 1); F ((yyvsp[(3) - (5)].regno), 8, 4); F ((yyvsp[(5) - (5)].regno), 12, 4); }
break;
case 27:
#line 319 "rx-parse.y"
{ B2 (0x58, 0x00); F ((yyvsp[(2) - (7)].regno), 5, 1); F ((yyvsp[(4) - (7)].regno), 8, 4); F ((yyvsp[(7) - (7)].regno), 12, 4); }
break;
case 28:
#line 322 "rx-parse.y"
{ if ((yyvsp[(5) - (8)].regno) <= 7 && (yyvsp[(8) - (8)].regno) <= 7 && rx_disp5op (&(yyvsp[(3) - (8)].exp), (yyvsp[(2) - (8)].regno)))
{ B2 (0xb0, 0); F ((yyvsp[(2) - (8)].regno), 4, 1); F ((yyvsp[(5) - (8)].regno), 9, 3); F ((yyvsp[(8) - (8)].regno), 13, 3); rx_field5s ((yyvsp[(3) - (8)].exp)); }
else
{ B2 (0x58, 0x00); F ((yyvsp[(2) - (8)].regno), 5, 1); F ((yyvsp[(5) - (8)].regno), 8, 4); F ((yyvsp[(8) - (8)].regno), 12, 4); DSP ((yyvsp[(3) - (8)].exp), 6, (yyvsp[(2) - (8)].regno)); } }
break;
case 29:
#line 330 "rx-parse.y"
{ if (rx_uintop ((yyvsp[(3) - (5)].exp), 4))
{ B2 (0x60, 0); FE ((yyvsp[(3) - (5)].exp), 8, 4); F ((yyvsp[(5) - (5)].regno), 12, 4); }
else
/* This is really an add, but we negate the immediate. */
{ B2 (0x70, 0); F ((yyvsp[(5) - (5)].regno), 8, 4); F ((yyvsp[(5) - (5)].regno), 12, 4); NIMM ((yyvsp[(3) - (5)].exp), 6); } }
break;
case 30:
#line 337 "rx-parse.y"
{ if (rx_uintop ((yyvsp[(3) - (5)].exp), 4))
{ B2 (0x61, 0); FE ((yyvsp[(3) - (5)].exp), 8, 4); F ((yyvsp[(5) - (5)].regno), 12, 4); }
else if (rx_uintop ((yyvsp[(3) - (5)].exp), 8))
{ B2 (0x75, 0x50); F ((yyvsp[(5) - (5)].regno), 12, 4); UO1 ((yyvsp[(3) - (5)].exp)); }
else
{ B2 (0x74, 0x00); F ((yyvsp[(5) - (5)].regno), 12, 4); IMM ((yyvsp[(3) - (5)].exp), 6); } }
break;
case 31:
#line 345 "rx-parse.y"
{ if (rx_uintop ((yyvsp[(3) - (5)].exp), 4))
{ B2 (0x62, 0); FE ((yyvsp[(3) - (5)].exp), 8, 4); F ((yyvsp[(5) - (5)].regno), 12, 4); }
else
{ B2 (0x70, 0); F ((yyvsp[(5) - (5)].regno), 8, 4); F ((yyvsp[(5) - (5)].regno), 12, 4); IMM ((yyvsp[(3) - (5)].exp), 6); } }
break;
case 32:
#line 351 "rx-parse.y"
{ if (rx_uintop ((yyvsp[(3) - (5)].exp), 4))
{ B2 (0x63, 0); FE ((yyvsp[(3) - (5)].exp), 8, 4); F ((yyvsp[(5) - (5)].regno), 12, 4); }
else
{ B2 (0x74, 0x10); F ((yyvsp[(5) - (5)].regno), 12, 4); IMM ((yyvsp[(3) - (5)].exp), 6); } }
break;
case 33:
#line 357 "rx-parse.y"
{ if (rx_uintop ((yyvsp[(3) - (5)].exp), 4))
{ B2 (0x64, 0); FE ((yyvsp[(3) - (5)].exp), 8, 4); F ((yyvsp[(5) - (5)].regno), 12, 4); }
else
{ B2 (0x74, 0x20); F ((yyvsp[(5) - (5)].regno), 12, 4); IMM ((yyvsp[(3) - (5)].exp), 6); } }
break;
case 34:
#line 363 "rx-parse.y"
{ if (rx_uintop ((yyvsp[(3) - (5)].exp), 4))
{ B2 (0x65, 0); FE ((yyvsp[(3) - (5)].exp), 8, 4); F ((yyvsp[(5) - (5)].regno), 12, 4); }
else
{ B2 (0x74, 0x30); F ((yyvsp[(5) - (5)].regno), 12, 4); IMM ((yyvsp[(3) - (5)].exp), 6); } }
break;
case 35:
#line 369 "rx-parse.y"
{ if (rx_uintop ((yyvsp[(4) - (6)].exp), 4))
{ B2 (0x66, 0); FE ((yyvsp[(4) - (6)].exp), 8, 4); F ((yyvsp[(6) - (6)].regno), 12, 4); }
else if (rx_uintop ((yyvsp[(4) - (6)].exp), 8))
{ B2 (0x75, 0x40); F ((yyvsp[(6) - (6)].regno), 12, 4); UO1 ((yyvsp[(4) - (6)].exp)); }
else
{ B2 (0xfb, 0x02); F ((yyvsp[(6) - (6)].regno), 8, 4); IMM ((yyvsp[(4) - (6)].exp), 12); } }
break;
case 36:
#line 377 "rx-parse.y"
{ if (rx_uintop ((yyvsp[(3) - (5)].exp), 4))
{ B2 (0x66, 0); FE ((yyvsp[(3) - (5)].exp), 8, 4); F ((yyvsp[(5) - (5)].regno), 12, 4); }
else if (rx_uintop ((yyvsp[(3) - (5)].exp), 8))
{ B2 (0x75, 0x40); F ((yyvsp[(5) - (5)].regno), 12, 4); UO1 ((yyvsp[(3) - (5)].exp)); }
else
{ B2 (0xfb, 0x02); F ((yyvsp[(5) - (5)].regno), 8, 4); IMM ((yyvsp[(3) - (5)].exp), 12); } }
break;
case 37:
#line 387 "rx-parse.y"
{ B1 (0x67); rtsd_immediate ((yyvsp[(3) - (3)].exp)); }
break;
case 38:
#line 391 "rx-parse.y"
{ sub_op = 0; }
break;
case 40:
#line 392 "rx-parse.y"
{ sub_op = 1; }
break;
case 42:
#line 393 "rx-parse.y"
{ sub_op = 2; }
break;
case 44:
#line 398 "rx-parse.y"
{
if ((yyvsp[(2) - (4)].regno) == (yyvsp[(4) - (4)].regno))
{ B2 (0x7e, 0x80); F (LSIZE, 10, 2); F ((yyvsp[(2) - (4)].regno), 12, 4); }
else
{ B2 (0x6e, 0); F ((yyvsp[(2) - (4)].regno), 8, 4); F ((yyvsp[(4) - (4)].regno), 12, 4); }
if ((yyvsp[(2) - (4)].regno) == 0)
rx_error (_("PUSHM cannot push R0"));
if ((yyvsp[(2) - (4)].regno) > (yyvsp[(4) - (4)].regno))
rx_error (_("PUSHM first reg must be <= second reg")); }
break;
case 45:
#line 411 "rx-parse.y"
{
if ((yyvsp[(2) - (4)].regno) == (yyvsp[(4) - (4)].regno))
{ B2 (0x7e, 0xb0); F ((yyvsp[(2) - (4)].regno), 12, 4); }
else
{ B2 (0x6f, 0); F ((yyvsp[(2) - (4)].regno), 8, 4); F ((yyvsp[(4) - (4)].regno), 12, 4); }
if ((yyvsp[(2) - (4)].regno) == 0)
rx_error (_("POPM cannot pop R0"));
if ((yyvsp[(2) - (4)].regno) > (yyvsp[(4) - (4)].regno))
rx_error (_("POPM first reg must be <= second reg")); }
break;
case 46:
#line 424 "rx-parse.y"
{ B2 (0x70, 0x00); F ((yyvsp[(5) - (7)].regno), 8, 4); F ((yyvsp[(7) - (7)].regno), 12, 4); IMM ((yyvsp[(3) - (7)].exp), 6); }
break;
case 47:
#line 429 "rx-parse.y"
{ B2(0x75, 0x60), UO1 ((yyvsp[(3) - (3)].exp)); }
break;
case 48:
#line 434 "rx-parse.y"
{ B2 (0x78, 0); FE ((yyvsp[(3) - (5)].exp), 7, 5); F ((yyvsp[(5) - (5)].regno), 12, 4); }
break;
case 49:
#line 436 "rx-parse.y"
{ B2 (0x7a, 0); FE ((yyvsp[(3) - (5)].exp), 7, 5); F ((yyvsp[(5) - (5)].regno), 12, 4); }
break;
case 50:
#line 441 "rx-parse.y"
{ B2 (0x7c, 0x00); FE ((yyvsp[(3) - (5)].exp), 7, 5); F ((yyvsp[(5) - (5)].regno), 12, 4); }
break;
case 51:
#line 446 "rx-parse.y"
{ B2 (0x7e, 0x30); F ((yyvsp[(2) - (2)].regno), 12, 4); }
break;
case 52:
#line 448 "rx-parse.y"
{ B2 (0x7e, 0x40); F ((yyvsp[(2) - (2)].regno), 12, 4); }
break;
case 53:
#line 450 "rx-parse.y"
{ B2 (0x7e, 0x50); F ((yyvsp[(2) - (2)].regno), 12, 4); }
break;
case 54:
#line 455 "rx-parse.y"
{ B2 (0x7e, 0x80); F ((yyvsp[(2) - (3)].regno), 10, 2); F ((yyvsp[(3) - (3)].regno), 12, 4); }
break;
case 55:
#line 460 "rx-parse.y"
{ B2 (0x7e, 0xb0); F ((yyvsp[(2) - (2)].regno), 12, 4); }
break;
case 56:
#line 465 "rx-parse.y"
{ if ((yyvsp[(2) - (2)].regno) < 16)
{ B2 (0x7e, 0xc0); F ((yyvsp[(2) - (2)].regno), 12, 4); }
else
as_bad (_("PUSHC can only push the first 16 control registers")); }
break;
case 57:
#line 473 "rx-parse.y"
{ if ((yyvsp[(2) - (2)].regno) < 16)
{ B2 (0x7e, 0xe0); F ((yyvsp[(2) - (2)].regno), 12, 4); }
else
as_bad (_("POPC can only pop the first 16 control registers")); }
break;
case 58:
#line 481 "rx-parse.y"
{ B2 (0x7f, 0xa0); F ((yyvsp[(2) - (2)].regno), 12, 4); }
break;
case 59:
#line 483 "rx-parse.y"
{ B2 (0x7f, 0xb0); F ((yyvsp[(2) - (2)].regno), 12, 4); }
break;
case 60:
#line 488 "rx-parse.y"
{ B2 (0x7f, 0x00); F ((yyvsp[(2) - (2)].regno), 12, 4); }
break;
case 61:
#line 490 "rx-parse.y"
{ B2 (0x7f, 0x10); F ((yyvsp[(2) - (2)].regno), 12, 4); }
break;
case 62:
#line 492 "rx-parse.y"
{ B2 (0x7f, 0x40); F ((yyvsp[(3) - (3)].regno), 12, 4); }
break;
case 63:
#line 494 "rx-parse.y"
{ B2 (0x7f, 0x50); F ((yyvsp[(3) - (3)].regno), 12, 4); }
break;
case 64:
#line 499 "rx-parse.y"
{ B2 (0x7f, 0x83); }
break;
case 65:
#line 501 "rx-parse.y"
{ B2 (0x7f, 0x87); }
break;
case 66:
#line 503 "rx-parse.y"
{ B2 (0x7f, 0x8b); }
break;
case 67:
#line 505 "rx-parse.y"
{ B2 (0x7f, 0x8f); }
break;
case 68:
#line 510 "rx-parse.y"
{ B2 (0x7f, 0x80); F ((yyvsp[(2) - (2)].regno), 14, 2); }
break;
case 69:
#line 512 "rx-parse.y"
{ B2 (0x7f, 0x84); F ((yyvsp[(2) - (2)].regno), 14, 2); }
break;
case 70:
#line 514 "rx-parse.y"
{ B2 (0x7f, 0x88); F ((yyvsp[(2) - (2)].regno), 14, 2); }
break;
case 71:
#line 519 "rx-parse.y"
{ B2 (0x7f, 0x8c); F ((yyvsp[(2) - (2)].regno), 14, 2); }
break;
case 72:
#line 524 "rx-parse.y"
{ B2 (0x7f, 0x94); }
break;
case 73:
#line 526 "rx-parse.y"
{ B2 (0x7f, 0x95); }
break;
case 74:
#line 528 "rx-parse.y"
{ B2 (0x7f, 0x96); }
break;
case 75:
#line 530 "rx-parse.y"
{ B2 (0x7f, 0x93); }
break;
case 76:
#line 535 "rx-parse.y"
{ B3 (0x75, 0x70, 0x00); FE ((yyvsp[(3) - (3)].exp), 20, 4); }
break;
case 77:
#line 541 "rx-parse.y"
{ if ((yyvsp[(3) - (8)].regno) <= 7 && (yyvsp[(7) - (8)].regno) <= 7 && rx_disp5op (&(yyvsp[(5) - (8)].exp), (yyvsp[(2) - (8)].regno)))
{ B2 (0x80, 0); F ((yyvsp[(2) - (8)].regno), 2, 2); F ((yyvsp[(7) - (8)].regno), 9, 3); F ((yyvsp[(3) - (8)].regno), 13, 3); rx_field5s ((yyvsp[(5) - (8)].exp)); }
else
{ B2 (0xc3, 0x00); F ((yyvsp[(2) - (8)].regno), 2, 2); F ((yyvsp[(7) - (8)].regno), 8, 4); F ((yyvsp[(3) - (8)].regno), 12, 4); DSP ((yyvsp[(5) - (8)].exp), 4, (yyvsp[(2) - (8)].regno)); }}
break;
case 78:
#line 549 "rx-parse.y"
{ if ((yyvsp[(5) - (8)].regno) <= 7 && (yyvsp[(8) - (8)].regno) <= 7 && rx_disp5op (&(yyvsp[(3) - (8)].exp), (yyvsp[(2) - (8)].regno)))
{ B2 (0x88, 0); F ((yyvsp[(2) - (8)].regno), 2, 2); F ((yyvsp[(5) - (8)].regno), 9, 3); F ((yyvsp[(8) - (8)].regno), 13, 3); rx_field5s ((yyvsp[(3) - (8)].exp)); }
else
{ B2 (0xcc, 0x00); F ((yyvsp[(2) - (8)].regno), 2, 2); F ((yyvsp[(5) - (8)].regno), 8, 4); F ((yyvsp[(8) - (8)].regno), 12, 4); DSP ((yyvsp[(3) - (8)].exp), 6, (yyvsp[(2) - (8)].regno)); } }
break;
case 79:
#line 563 "rx-parse.y"
{ B2 (0xc3, 0x00); F ((yyvsp[(2) - (7)].regno), 2, 2); F ((yyvsp[(6) - (7)].regno), 8, 4); F ((yyvsp[(3) - (7)].regno), 12, 4); }
break;
case 80:
#line 568 "rx-parse.y"
{ B2 (0xc0, 0); F ((yyvsp[(2) - (10)].regno), 2, 2); F ((yyvsp[(4) - (10)].regno), 8, 4); F ((yyvsp[(9) - (10)].regno), 12, 4); DSP ((yyvsp[(7) - (10)].exp), 4, (yyvsp[(2) - (10)].regno)); }
break;
case 81:
#line 573 "rx-parse.y"
{ B2 (0xc0, 0x00); F ((yyvsp[(2) - (11)].regno), 2, 2); F ((yyvsp[(5) - (11)].regno), 8, 4); F ((yyvsp[(10) - (11)].regno), 12, 4); DSP ((yyvsp[(3) - (11)].exp), 6, (yyvsp[(2) - (11)].regno)); DSP ((yyvsp[(8) - (11)].exp), 4, (yyvsp[(2) - (11)].regno)); }
break;
case 82:
#line 578 "rx-parse.y"
{ B2 (0xcf, 0x00); F ((yyvsp[(2) - (5)].regno), 2, 2); F ((yyvsp[(3) - (5)].regno), 8, 4); F ((yyvsp[(5) - (5)].regno), 12, 4); }
break;
case 83:
#line 583 "rx-parse.y"
{ B2 (0xcc, 0x00); F ((yyvsp[(2) - (7)].regno), 2, 2); F ((yyvsp[(4) - (7)].regno), 8, 4); F ((yyvsp[(7) - (7)].regno), 12, 4); }
break;
case 84:
#line 588 "rx-parse.y"
{ B2 (0xf0, 0x00); F ((yyvsp[(7) - (9)].regno), 8, 4); FE ((yyvsp[(3) - (9)].exp), 13, 3); DSP ((yyvsp[(5) - (9)].exp), 6, BSIZE); }
break;
case 85:
#line 590 "rx-parse.y"
{ B2 (0xf0, 0x08); F ((yyvsp[(7) - (9)].regno), 8, 4); FE ((yyvsp[(3) - (9)].exp), 13, 3); DSP ((yyvsp[(5) - (9)].exp), 6, BSIZE); }
break;
case 86:
#line 592 "rx-parse.y"
{ B2 (0xf4, 0x00); F ((yyvsp[(7) - (9)].regno), 8, 4); FE ((yyvsp[(3) - (9)].exp), 13, 3); DSP ((yyvsp[(5) - (9)].exp), 6, BSIZE); }
break;
case 87:
#line 597 "rx-parse.y"
{ B2 (0xf4, 0x08); F ((yyvsp[(2) - (6)].regno), 14, 2); F ((yyvsp[(5) - (6)].regno), 8, 4); DSP ((yyvsp[(3) - (6)].exp), 6, (yyvsp[(2) - (6)].regno)); }
break;
case 88:
#line 601 "rx-parse.y"
{ sub_op = 0; }
break;
case 90:
#line 602 "rx-parse.y"
{ sub_op = 1; sub_op2 = 1; }
break;
case 92:
#line 603 "rx-parse.y"
{ sub_op = 2; }
break;
case 94:
#line 604 "rx-parse.y"
{ sub_op = 3; sub_op2 = 2; }
break;
case 96:
#line 605 "rx-parse.y"
{ sub_op = 4; }
break;
case 98:
#line 606 "rx-parse.y"
{ sub_op = 5; }
break;
case 100:
#line 607 "rx-parse.y"
{ sub_op = 6; }
break;
case 102:
#line 608 "rx-parse.y"
{ sub_op = 7; }
break;
case 104:
#line 609 "rx-parse.y"
{ sub_op = 8; }
break;
case 106:
#line 610 "rx-parse.y"
{ sub_op = 9; }
break;
case 108:
#line 611 "rx-parse.y"
{ sub_op = 12; }
break;
case 110:
#line 612 "rx-parse.y"
{ sub_op = 13; }
break;
case 112:
#line 613 "rx-parse.y"
{ sub_op = 14; sub_op2 = 0; }
break;
case 114:
#line 614 "rx-parse.y"
{ sub_op = 14; }
break;
case 116:
#line 615 "rx-parse.y"
{ sub_op = 15; }
break;
case 118:
#line 619 "rx-parse.y"
{ sub_op = 6; }
break;
case 120:
#line 620 "rx-parse.y"
{ sub_op = 7; }
break;
case 122:
#line 621 "rx-parse.y"
{ sub_op = 16; }
break;
case 124:
#line 622 "rx-parse.y"
{ sub_op = 17; }
break;
case 126:
#line 627 "rx-parse.y"
{ id24 (1, 0x63, 0x00); F ((yyvsp[(4) - (4)].regno), 16, 4); F ((yyvsp[(2) - (4)].regno), 20, 4); }
break;
case 127:
#line 629 "rx-parse.y"
{ id24 (1, 0x67, 0x00); F ((yyvsp[(4) - (4)].regno), 16, 4); F ((yyvsp[(2) - (4)].regno), 20, 4); }
break;
case 128:
#line 631 "rx-parse.y"
{ id24 (1, 0x6b, 0x00); F ((yyvsp[(4) - (4)].regno), 16, 4); F ((yyvsp[(2) - (4)].regno), 20, 4); }
break;
case 129:
#line 633 "rx-parse.y"
{ id24 (1, 0x6f, 0x00); F ((yyvsp[(4) - (4)].regno), 16, 4); F ((yyvsp[(2) - (4)].regno), 20, 4); }
break;
case 130:
#line 636 "rx-parse.y"
{ id24 (1, 0x60, 0x00); F ((yyvsp[(6) - (8)].regno), 16, 4); F ((yyvsp[(2) - (8)].regno), 20, 4); DSP ((yyvsp[(4) - (8)].exp), 14, BSIZE); }
break;
case 131:
#line 638 "rx-parse.y"
{ id24 (1, 0x64, 0x00); F ((yyvsp[(6) - (8)].regno), 16, 4); F ((yyvsp[(2) - (8)].regno), 20, 4); DSP ((yyvsp[(4) - (8)].exp), 14, BSIZE); }
break;
case 132:
#line 640 "rx-parse.y"
{ id24 (1, 0x68, 0x00); F ((yyvsp[(6) - (8)].regno), 16, 4); F ((yyvsp[(2) - (8)].regno), 20, 4); DSP ((yyvsp[(4) - (8)].exp), 14, BSIZE); }
break;
case 133:
#line 642 "rx-parse.y"
{ id24 (1, 0x6c, 0x00); F ((yyvsp[(6) - (8)].regno), 16, 4); F ((yyvsp[(2) - (8)].regno), 20, 4); DSP ((yyvsp[(4) - (8)].exp), 14, BSIZE); }
break;
case 134:
#line 646 "rx-parse.y"
{ sub_op = 0; }
break;
case 136:
#line 647 "rx-parse.y"
{ sub_op = 1; }
break;
case 138:
#line 648 "rx-parse.y"
{ sub_op = 2; }
break;
case 140:
#line 649 "rx-parse.y"
{ sub_op = 3; }
break;
case 142:
#line 650 "rx-parse.y"
{ sub_op = 4; }
break;
case 144:
#line 651 "rx-parse.y"
{ sub_op = 5; }
break;
case 146:
#line 652 "rx-parse.y"
{ sub_op = 6; }
break;
case 148:
#line 657 "rx-parse.y"
{ id24 (1, 0xdb, 0x00); F ((yyvsp[(1) - (3)].regno), 20, 4); F ((yyvsp[(3) - (3)].regno), 16, 4); }
break;
case 149:
#line 659 "rx-parse.y"
{ id24 (1, 0xd0, 0x00); F ((yyvsp[(1) - (6)].regno), 20, 4); F ((yyvsp[(2) - (6)].regno), 12, 2); F ((yyvsp[(5) - (6)].regno), 16, 4); DSP ((yyvsp[(3) - (6)].exp), 14, (yyvsp[(2) - (6)].regno)); }
break;
case 150:
#line 664 "rx-parse.y"
{ id24 (1, 0xe0, 0x00); F ((yyvsp[(1) - (9)].regno), 20, 4); FE ((yyvsp[(3) - (9)].exp), 11, 3);
F ((yyvsp[(7) - (9)].regno), 16, 4); DSP ((yyvsp[(5) - (9)].exp), 14, BSIZE); }
break;
case 151:
#line 670 "rx-parse.y"
{ id24 (1, 0xe0, 0x0f); FE ((yyvsp[(3) - (9)].exp), 11, 3); F ((yyvsp[(7) - (9)].regno), 16, 4);
DSP ((yyvsp[(5) - (9)].exp), 14, BSIZE); }
break;
case 152:
#line 676 "rx-parse.y"
{ id24 (2, 0x00, 0x00); F ((yyvsp[(2) - (4)].regno), 16, 4); F ((yyvsp[(4) - (4)].regno), 20, 4); }
break;
case 153:
#line 678 "rx-parse.y"
{ id24 (2, 0x01, 0x00); F ((yyvsp[(2) - (4)].regno), 16, 4); F ((yyvsp[(4) - (4)].regno), 20, 4); }
break;
case 154:
#line 680 "rx-parse.y"
{ id24 (2, 0x04, 0x00); F ((yyvsp[(2) - (4)].regno), 16, 4); F ((yyvsp[(4) - (4)].regno), 20, 4); }
break;
case 155:
#line 682 "rx-parse.y"
{ id24 (2, 0x05, 0x00); F ((yyvsp[(2) - (4)].regno), 16, 4); F ((yyvsp[(4) - (4)].regno), 20, 4); }
break;
case 156:
#line 688 "rx-parse.y"
{ id24 (2, 0x17, 0x00); F ((yyvsp[(2) - (2)].regno), 20, 4); }
break;
case 157:
#line 690 "rx-parse.y"
{ id24 (2, 0x17, 0x10); F ((yyvsp[(2) - (2)].regno), 20, 4); }
break;
case 158:
#line 692 "rx-parse.y"
{ id24 (2, 0x1f, 0x00); F ((yyvsp[(2) - (2)].regno), 20, 4); }
break;
case 159:
#line 694 "rx-parse.y"
{ id24 (2, 0x1f, 0x20); F ((yyvsp[(2) - (2)].regno), 20, 4); }
break;
case 160:
#line 696 "rx-parse.y"
{ id24 (2, 0x1f, 0x10); F ((yyvsp[(2) - (2)].regno), 20, 4); }
break;
case 161:
#line 699 "rx-parse.y"
{ id24 (2, 0x18, 0x00);
if (rx_uintop ((yyvsp[(3) - (3)].exp), 4) && (yyvsp[(3) - (3)].exp).X_add_number == 1)
;
else if (rx_uintop ((yyvsp[(3) - (3)].exp), 4) && (yyvsp[(3) - (3)].exp).X_add_number == 2)
F (1, 19, 1);
else
as_bad (_("RACW expects #1 or #2"));}
break;
case 162:
#line 710 "rx-parse.y"
{ id24 (2, 0x20, 0); F ((yyvsp[(2) - (8)].regno), 14, 2); F ((yyvsp[(6) - (8)].regno), 16, 4); F ((yyvsp[(3) - (8)].regno), 20, 4); }
break;
case 163:
#line 712 "rx-parse.y"
{ id24 (2, 0x24, 0); F ((yyvsp[(2) - (8)].regno), 14, 2); F ((yyvsp[(7) - (8)].regno), 16, 4); F ((yyvsp[(3) - (8)].regno), 20, 4); }
break;
case 164:
#line 717 "rx-parse.y"
{ id24 (2, 0x28, 0); F ((yyvsp[(2) - (8)].regno), 14, 2); F ((yyvsp[(4) - (8)].regno), 16, 4); F ((yyvsp[(8) - (8)].regno), 20, 4); }
break;
case 165:
#line 719 "rx-parse.y"
{ id24 (2, 0x2c, 0); F ((yyvsp[(2) - (8)].regno), 14, 2); F ((yyvsp[(5) - (8)].regno), 16, 4); F ((yyvsp[(8) - (8)].regno), 20, 4); }
break;
case 166:
#line 724 "rx-parse.y"
{ id24 (2, 0x38, 0); F ((yyvsp[(2) - (8)].regno), 15, 1); F ((yyvsp[(4) - (8)].regno), 16, 4); F ((yyvsp[(8) - (8)].regno), 20, 4); }
break;
case 167:
#line 726 "rx-parse.y"
{ id24 (2, 0x3c, 0); F ((yyvsp[(2) - (8)].regno), 15, 1); F ((yyvsp[(5) - (8)].regno), 16, 4); F ((yyvsp[(8) - (8)].regno), 20, 4); }
break;
case 168:
#line 730 "rx-parse.y"
{ sub_op = 6; }
break;
case 170:
#line 731 "rx-parse.y"
{ sub_op = 4; }
break;
case 172:
#line 732 "rx-parse.y"
{ sub_op = 5; }
break;
case 174:
#line 733 "rx-parse.y"
{ sub_op = 7; }
break;
case 176:
#line 738 "rx-parse.y"
{ id24 (2, 0x68, 0x00); F ((yyvsp[(4) - (4)].regno) % 16, 20, 4); F ((yyvsp[(4) - (4)].regno) / 16, 15, 1);
F ((yyvsp[(2) - (4)].regno), 16, 4); }
break;
case 177:
#line 744 "rx-parse.y"
{ id24 (2, 0x6a, 0); F ((yyvsp[(2) - (4)].regno), 15, 5); F ((yyvsp[(4) - (4)].regno), 20, 4); }
break;
case 178:
#line 749 "rx-parse.y"
{ id24 (2, 0x6e, 0); FE ((yyvsp[(3) - (5)].exp), 15, 5); F ((yyvsp[(5) - (5)].regno), 20, 4); }
break;
case 179:
#line 751 "rx-parse.y"
{ id24 (2, 0x6c, 0); FE ((yyvsp[(3) - (5)].exp), 15, 5); F ((yyvsp[(5) - (5)].regno), 20, 4); }
break;
case 180:
#line 756 "rx-parse.y"
{ id24 (2, 0x73, 0x00); F ((yyvsp[(5) - (5)].regno), 19, 5); IMM ((yyvsp[(3) - (5)].exp), 12); }
break;
case 181:
#line 761 "rx-parse.y"
{ id24 (2, 0xe0, 0x00); F ((yyvsp[(1) - (5)].regno), 16, 4); FE ((yyvsp[(3) - (5)].exp), 11, 5);
F ((yyvsp[(5) - (5)].regno), 20, 4); }
break;
case 182:
#line 767 "rx-parse.y"
{ id24 (2, 0xe0, 0xf0); FE ((yyvsp[(3) - (5)].exp), 11, 5); F ((yyvsp[(5) - (5)].regno), 20, 4); }
break;
case 183:
#line 772 "rx-parse.y"
{ id24 (3, 0x00, 0); F ((yyvsp[(2) - (9)].regno), 10, 2); F ((yyvsp[(6) - (9)].regno), 12, 4); F ((yyvsp[(8) - (9)].regno), 16, 4); F ((yyvsp[(3) - (9)].regno), 20, 4); }
break;
case 184:
#line 775 "rx-parse.y"
{ id24 (3, 0x40, 0); F ((yyvsp[(2) - (9)].regno), 10, 2); F ((yyvsp[(4) - (9)].regno), 12, 4); F ((yyvsp[(6) - (9)].regno), 16, 4); F ((yyvsp[(9) - (9)].regno), 20, 4); }
break;
case 185:
#line 778 "rx-parse.y"
{ id24 (3, 0xc0, 0); F ((yyvsp[(2) - (9)].regno), 10, 2); F ((yyvsp[(4) - (9)].regno), 12, 4); F ((yyvsp[(6) - (9)].regno), 16, 4); F ((yyvsp[(9) - (9)].regno), 20, 4); }
break;
case 186:
#line 782 "rx-parse.y"
{ sub_op = 0; }
break;
case 188:
#line 783 "rx-parse.y"
{ sub_op = 2; }
break;
case 190:
#line 784 "rx-parse.y"
{ sub_op = 3; }
break;
case 192:
#line 785 "rx-parse.y"
{ sub_op = 4; }
break;
case 194:
#line 786 "rx-parse.y"
{ sub_op = 5; }
break;
case 196:
#line 792 "rx-parse.y"
{ id24 (2, 0x70, 0x20); F ((yyvsp[(5) - (5)].regno), 20, 4); NBIMM ((yyvsp[(3) - (5)].exp), 12); }
break;
case 197:
#line 802 "rx-parse.y"
{ B2 (0x43 + (sub_op<<2), 0); F ((yyvsp[(1) - (3)].regno), 8, 4); F ((yyvsp[(3) - (3)].regno), 12, 4); }
break;
case 198:
#line 804 "rx-parse.y"
{ B2 (0x40 + (sub_op<<2), 0); F ((yyvsp[(3) - (7)].regno), 8, 4); F ((yyvsp[(7) - (7)].regno), 12, 4); DSP ((yyvsp[(1) - (7)].exp), 6, BSIZE); }
break;
case 199:
#line 806 "rx-parse.y"
{ B3 (MEMEX, sub_op<<2, 0); F ((yyvsp[(5) - (7)].regno), 8, 2); F ((yyvsp[(3) - (7)].regno), 16, 4); F ((yyvsp[(7) - (7)].regno), 20, 4); DSP ((yyvsp[(1) - (7)].exp), 14, sizemap[(yyvsp[(5) - (7)].regno)]); }
break;
case 200:
#line 808 "rx-parse.y"
{ id24 (4, sub_op<<4, 0), F ((yyvsp[(5) - (5)].regno), 12, 4), F ((yyvsp[(1) - (5)].regno), 16, 4), F ((yyvsp[(3) - (5)].regno), 20, 4); }
break;
case 201:
#line 815 "rx-parse.y"
{ id24 (1, 0x03 + (sub_op<<2), 0x00); F ((yyvsp[(1) - (3)].regno), 16, 4); F ((yyvsp[(3) - (3)].regno), 20, 4); }
break;
case 202:
#line 817 "rx-parse.y"
{ id24 (1, 0x00 + (sub_op<<2), 0x00); F ((yyvsp[(3) - (7)].regno), 16, 4); F ((yyvsp[(7) - (7)].regno), 20, 4); DSP ((yyvsp[(1) - (7)].exp), 14, BSIZE); }
break;
case 203:
#line 819 "rx-parse.y"
{ B4 (MEMEX, 0x20 + ((yyvsp[(5) - (7)].regno) << 6), 0x00 + sub_op, 0x00);
F ((yyvsp[(3) - (7)].regno), 24, 4); F ((yyvsp[(7) - (7)].regno), 28, 4); DSP ((yyvsp[(1) - (7)].exp), 14, sizemap[(yyvsp[(5) - (7)].regno)]); }
break;
case 204:
#line 825 "rx-parse.y"
{ id24 (2, 0x70, sub_op<<4); F ((yyvsp[(4) - (4)].regno), 20, 4); IMM ((yyvsp[(2) - (4)].exp), 12); }
break;
case 208:
#line 836 "rx-parse.y"
{ B2 (0x7e, sub_op2 << 4); F ((yyvsp[(1) - (1)].regno), 12, 4); }
break;
case 209:
#line 842 "rx-parse.y"
{ id24 (1, 0x03 + (sub_op<<2), 0); F ((yyvsp[(1) - (3)].regno), 16, 4); F ((yyvsp[(3) - (3)].regno), 20, 4); }
break;
case 210:
#line 844 "rx-parse.y"
{ id24 (1, 0x00 + (sub_op<<2), 0); F ((yyvsp[(3) - (7)].regno), 16, 4); F ((yyvsp[(7) - (7)].regno), 20, 4); DSP ((yyvsp[(1) - (7)].exp), 14, BSIZE); }
break;
case 211:
#line 846 "rx-parse.y"
{ B4 (MEMEX, 0x20, 0x00 + sub_op, 0); F ((yyvsp[(5) - (7)].regno), 8, 2); F ((yyvsp[(3) - (7)].regno), 24, 4); F ((yyvsp[(7) - (7)].regno), 28, 4);
DSP ((yyvsp[(1) - (7)].exp), 14, sizemap[(yyvsp[(5) - (7)].regno)]); }
break;
case 212:
#line 853 "rx-parse.y"
{ id24 (2, 0x60 + sub_op, 0); F ((yyvsp[(1) - (3)].regno), 16, 4); F ((yyvsp[(3) - (3)].regno), 20, 4); }
break;
case 213:
#line 857 "rx-parse.y"
{ B2 (0x68 + (sub_op<<1), 0); FE ((yyvsp[(2) - (4)].exp), 7, 5); F ((yyvsp[(4) - (4)].regno), 12, 4); }
break;
case 214:
#line 859 "rx-parse.y"
{ id24 (2, 0x80 + (sub_op << 5), 0); FE ((yyvsp[(2) - (6)].exp), 11, 5); F ((yyvsp[(4) - (6)].regno), 16, 4); F ((yyvsp[(6) - (6)].regno), 20, 4); }
break;
case 216:
#line 867 "rx-parse.y"
{ id24 (2, 0x72, sub_op << 4); F ((yyvsp[(4) - (4)].regno), 20, 4); O4 ((yyvsp[(2) - (4)].exp)); }
break;
case 218:
#line 872 "rx-parse.y"
{ id24 (1, 0x83 + (sub_op << 2), 0); F ((yyvsp[(1) - (3)].regno), 16, 4); F ((yyvsp[(3) - (3)].regno), 20, 4); }
break;
case 219:
#line 874 "rx-parse.y"
{ id24 (1, 0x80 + (sub_op << 2), 0); F ((yyvsp[(3) - (7)].regno), 16, 4); F ((yyvsp[(7) - (7)].regno), 20, 4); DSP ((yyvsp[(1) - (7)].exp), 14, LSIZE); }
break;
case 220:
#line 879 "rx-parse.y"
{ (yyval.exp) = zero_expr (); }
break;
case 221:
#line 880 "rx-parse.y"
{ (yyval.exp) = (yyvsp[(1) - (1)].exp); }
break;
case 222:
#line 883 "rx-parse.y"
{ need_flag = 1; }
break;
case 223:
#line 883 "rx-parse.y"
{ need_flag = 0; (yyval.regno) = (yyvsp[(2) - (2)].regno); }
break;
case 224:
#line 888 "rx-parse.y"
{ (yyval.regno) = 0; }
break;
case 225:
#line 889 "rx-parse.y"
{ (yyval.regno) = 1; }
break;
case 226:
#line 890 "rx-parse.y"
{ (yyval.regno) = 2; }
break;
case 227:
#line 891 "rx-parse.y"
{ (yyval.regno) = 2; }
break;
case 228:
#line 892 "rx-parse.y"
{ (yyval.regno) = 3; }
break;
case 229:
#line 895 "rx-parse.y"
{ (yyval.regno) = LSIZE; }
break;
case 230:
#line 896 "rx-parse.y"
{ (yyval.regno) = BSIZE; }
break;
case 231:
#line 897 "rx-parse.y"
{ (yyval.regno) = WSIZE; }
break;
case 232:
#line 898 "rx-parse.y"
{ (yyval.regno) = LSIZE; }
break;
case 233:
#line 901 "rx-parse.y"
{ (yyval.regno) = 1; }
break;
case 234:
#line 902 "rx-parse.y"
{ (yyval.regno) = 0; }
break;
case 235:
#line 903 "rx-parse.y"
{ (yyval.regno) = 1; }
break;
case 236:
#line 906 "rx-parse.y"
{}
break;
case 237:
#line 907 "rx-parse.y"
{}
break;
/* Line 1267 of yacc.c. */
#line 3269 "rx-parse.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 910 "rx-parse.y"
/* ====================================================================== */
static struct
{
const char * string;
int token;
int val;
}
token_table[] =
{
{ "r0", REG, 0 },
{ "r1", REG, 1 },
{ "r2", REG, 2 },
{ "r3", REG, 3 },
{ "r4", REG, 4 },
{ "r5", REG, 5 },
{ "r6", REG, 6 },
{ "r7", REG, 7 },
{ "r8", REG, 8 },
{ "r9", REG, 9 },
{ "r10", REG, 10 },
{ "r11", REG, 11 },
{ "r12", REG, 12 },
{ "r13", REG, 13 },
{ "r14", REG, 14 },
{ "r15", REG, 15 },
{ "psw", CREG, 0 },
{ "pc", CREG, 1 },
{ "usp", CREG, 2 },
{ "fpsw", CREG, 3 },
/* reserved */
/* reserved */
/* reserved */
{ "wr", CREG, 7 },
{ "bpsw", CREG, 8 },
{ "bpc", CREG, 9 },
{ "isp", CREG, 10 },
{ "fintv", CREG, 11 },
{ "intb", CREG, 12 },
{ "pbp", CREG, 16 },
{ "pben", CREG, 17 },
{ "bbpsw", CREG, 24 },
{ "bbpc", CREG, 25 },
{ ".s", DOT_S, 0 },
{ ".b", DOT_B, 0 },
{ ".w", DOT_W, 0 },
{ ".l", DOT_L, 0 },
{ ".a", DOT_A , 0},
{ ".ub", DOT_UB, 0 },
{ ".uw", DOT_UW , 0},
{ "c", FLAG, 0 },
{ "z", FLAG, 1 },
{ "s", FLAG, 2 },
{ "o", FLAG, 3 },
{ "i", FLAG, 8 },
{ "u", FLAG, 9 },
#define OPC(x) { #x, x, IS_OPCODE }
OPC(ABS),
OPC(ADC),
OPC(ADD),
{ "and", AND_, IS_OPCODE },
OPC(BCLR),
OPC(BCND),
OPC(BMCND),
OPC(BNOT),
OPC(BRA),
OPC(BRK),
OPC(BSET),
OPC(BSR),
OPC(BTST),
OPC(CLRPSW),
OPC(CMP),
OPC(DBT),
OPC(DIV),
OPC(DIVU),
OPC(EDIV),
OPC(EDIVU),
OPC(EMUL),
OPC(EMULU),
OPC(FADD),
OPC(FCMP),
OPC(FDIV),
OPC(FMUL),
OPC(FREIT),
OPC(FSUB),
OPC(FTOI),
OPC(INT),
OPC(ITOF),
OPC(JMP),
OPC(JSR),
OPC(MVFACHI),
OPC(MVFACMI),
OPC(MVFACLO),
OPC(MVFC),
OPC(MVTACHI),
OPC(MVTACLO),
OPC(MVTC),
OPC(MVTIPL),
OPC(MACHI),
OPC(MACLO),
OPC(MAX),
OPC(MIN),
OPC(MOV),
OPC(MOVU),
OPC(MUL),
OPC(MULHI),
OPC(MULLO),
OPC(MULU),
OPC(NEG),
OPC(NOP),
OPC(NOT),
OPC(OR),
OPC(POP),
OPC(POPC),
OPC(POPM),
OPC(PUSH),
OPC(PUSHA),
OPC(PUSHC),
OPC(PUSHM),
OPC(RACW),
OPC(REIT),
OPC(REVL),
OPC(REVW),
OPC(RMPA),
OPC(ROLC),
OPC(RORC),
OPC(ROTL),
OPC(ROTR),
OPC(ROUND),
OPC(RTE),
OPC(RTFI),
OPC(RTS),
OPC(RTSD),
OPC(SAT),
OPC(SATR),
OPC(SBB),
OPC(SCCND),
OPC(SCMPU),
OPC(SETPSW),
OPC(SHAR),
OPC(SHLL),
OPC(SHLR),
OPC(SMOVB),
OPC(SMOVF),
OPC(SMOVU),
OPC(SSTR),
OPC(STNZ),
OPC(STOP),
OPC(STZ),
OPC(SUB),
OPC(SUNTIL),
OPC(SWHILE),
OPC(TST),
OPC(WAIT),
OPC(XCHG),
OPC(XOR),
};
#define NUM_TOKENS (sizeof (token_table) / sizeof (token_table[0]))
static struct
{
char * string;
int token;
}
condition_opcode_table[] =
{
{ "b", BCND },
{ "bm", BMCND },
{ "sc", SCCND },
};
#define NUM_CONDITION_OPCODES (sizeof (condition_opcode_table) / sizeof (condition_opcode_table[0]))
static struct
{
char * string;
int val;
}
condition_table[] =
{
{ "z", 0 },
{ "eq", 0 },
{ "geu", 2 },
{ "c", 2 },
{ "gtu", 4 },
{ "pz", 6 },
{ "ge", 8 },
{ "gt", 10 },
{ "o", 12},
/* always = 14 */
{ "nz", 1 },
{ "ne", 1 },
{ "ltu", 3 },
{ "nc", 3 },
{ "leu", 5 },
{ "n", 7 },
{ "lt", 9 },
{ "le", 11 },
{ "no", 13 }
/* never = 15 */
};
#define NUM_CONDITIONS (sizeof (condition_table) / sizeof (condition_table[0]))
void
rx_lex_init (char * beginning, char * ending)
{
rx_init_start = beginning;
rx_lex_start = beginning;
rx_lex_end = ending;
rx_in_brackets = 0;
rx_last_token = 0;
setbuf (stdout, 0);
}
static int
check_condition (char * base)
{
char * cp;
unsigned int i;
if ((unsigned) (rx_lex_end - rx_lex_start) < strlen (base) + 1)
return 0;
if (memcmp (rx_lex_start, base, strlen (base)))
return 0;
cp = rx_lex_start + strlen (base);
for (i = 0; i < NUM_CONDITIONS; i ++)
{
if (strcasecmp (cp, condition_table[i].string) == 0)
{
rx_lval.regno = condition_table[i].val;
return 1;
}
}
return 0;
}
static int
rx_lex (void)
{
unsigned int ci;
char * save_input_pointer;
while (ISSPACE (*rx_lex_start)
&& rx_lex_start != rx_lex_end)
rx_lex_start ++;
rx_last_exp_start = rx_lex_start;
if (rx_lex_start == rx_lex_end)
return 0;
if (ISALPHA (*rx_lex_start)
|| (*rx_lex_start == '.' && ISALPHA (rx_lex_start[1])))
{
unsigned int i;
char * e;
char save;
for (e = rx_lex_start + 1;
e < rx_lex_end && ISALNUM (*e);
e ++)
;
save = *e;
*e = 0;
if (rx_last_token == 0)
for (ci = 0; ci < NUM_CONDITION_OPCODES; ci ++)
if (check_condition (condition_opcode_table[ci].string))
{
*e = save;
rx_lex_start = e;
rx_last_token = condition_opcode_table[ci].token;
return condition_opcode_table[ci].token;
}
for (i = 0; i < NUM_TOKENS; i++)
if (strcasecmp (rx_lex_start, token_table[i].string) == 0
&& !(token_table[i].val == IS_OPCODE && rx_last_token != 0)
&& !(token_table[i].token == FLAG && !need_flag))
{
rx_lval.regno = token_table[i].val;
*e = save;
rx_lex_start = e;
rx_last_token = token_table[i].token;
return token_table[i].token;
}
*e = save;
}
if (rx_last_token == 0)
{
rx_last_token = UNKNOWN_OPCODE;
return UNKNOWN_OPCODE;
}
if (rx_last_token == UNKNOWN_OPCODE)
return 0;
if (*rx_lex_start == '[')
rx_in_brackets = 1;
if (*rx_lex_start == ']')
rx_in_brackets = 0;
if (rx_in_brackets
|| rx_last_token == REG
|| strchr ("[],#", *rx_lex_start))
{
rx_last_token = *rx_lex_start;
return *rx_lex_start ++;
}
save_input_pointer = input_line_pointer;
input_line_pointer = rx_lex_start;
rx_lval.exp.X_md = 0;
expression (&rx_lval.exp);
/* We parse but ignore any :<size> modifier on expressions. */
if (*input_line_pointer == ':')
{
char *cp;
for (cp = input_line_pointer + 1; *cp && cp < rx_lex_end; cp++)
if (!ISDIGIT (*cp))
break;
if (cp > input_line_pointer+1)
input_line_pointer = cp;
}
rx_lex_start = input_line_pointer;
input_line_pointer = save_input_pointer;
rx_last_token = EXPR;
return EXPR;
}
int
rx_error (char * str)
{
int len;
len = rx_last_exp_start - rx_init_start;
as_bad ("%s", rx_init_start);
as_bad ("%*s^ %s", len, "", str);
return 0;
}
static int
rx_intop (expressionS exp, int nbits)
{
long v;
if (exp.X_op == O_big && nbits == 32)
return 1;
if (exp.X_op != O_constant)
return 0;
v = exp.X_add_number;
switch (nbits)
{
case 4:
return -0x8 <= v && v <= 0x7;
case 5:
return -0x10 <= v && v <= 0x17;
case 8:
return -0x80 <= v && v <= 0x7f;
case 16:
return -0x8000 <= v && v <= 0x7fff;
case 24:
return -0x800000 <= v && v <= 0x7fffff;
case 32:
return 1;
default:
printf ("rx_intop passed %d\n", nbits);
abort ();
}
return 1;
}
static int
rx_uintop (expressionS exp, int nbits)
{
unsigned long v;
if (exp.X_op != O_constant)
return 0;
v = exp.X_add_number;
switch (nbits)
{
case 4:
return v <= 0xf;
case 8:
return v <= 0xff;
case 16:
return v <= 0xffff;
case 24:
return v <= 0xffffff;
default:
printf ("rx_uintop passed %d\n", nbits);
abort ();
}
return 1;
}
static int
rx_disp3op (expressionS exp)
{
unsigned long v;
if (exp.X_op != O_constant)
return 0;
v = exp.X_add_number;
if (v < 3 || v > 10)
return 0;
return 1;
}
static int
rx_disp5op (expressionS * exp, int msize)
{
long v;
if (exp->X_op != O_constant)
return 0;
v = exp->X_add_number;
switch (msize)
{
case BSIZE:
if (0 < v && v <= 31)
return 1;
break;
case WSIZE:
if (v & 1)
return 0;
if (0 < v && v <= 63)
{
exp->X_add_number >>= 1;
return 1;
}
break;
case LSIZE:
if (v & 3)
return 0;
if (0 < v && v <= 127)
{
exp->X_add_number >>= 2;
return 1;
}
break;
}
return 0;
}
/* Just like the above, but allows a zero displacement. */
static int
rx_disp5op0 (expressionS * exp, int msize)
{
if (exp->X_op != O_constant)
return 0;
if (exp->X_add_number == 0)
return 1;
return rx_disp5op (exp, msize);
}
static int
exp_val (expressionS exp)
{
if (exp.X_op != O_constant)
{
rx_error (_("constant expected"));
return 0;
}
return exp.X_add_number;
}
static expressionS
zero_expr (void)
{
/* Static, so program load sets it to all zeros, which is what we want. */
static expressionS zero;
zero.X_op = O_constant;
return zero;
}
static int
immediate (expressionS exp, int type, int pos)
{
/* We will emit constants ourself here, so negate them. */
if (type == RXREL_NEGATIVE && exp.X_op == O_constant)
exp.X_add_number = - exp.X_add_number;
if (type == RXREL_NEGATIVE_BORROW)
{
if (exp.X_op == O_constant)
exp.X_add_number = - exp.X_add_number - 1;
else
rx_error (_("sbb cannot use symbolic immediates"));
}
if (rx_intop (exp, 8))
{
rx_op (exp, 1, type);
return 1;
}
else if (rx_intop (exp, 16))
{
rx_op (exp, 2, type);
return 2;
}
else if (rx_intop (exp, 24))
{
rx_op (exp, 3, type);
return 3;
}
else if (rx_intop (exp, 32))
{
rx_op (exp, 4, type);
return 0;
}
else if (type == RXREL_SIGNED)
{
/* This is a symbolic immediate, we will relax it later. */
rx_relax (RX_RELAX_IMM, pos);
rx_op (exp, linkrelax ? 4 : 1, type);
return 1;
}
else
{
/* Let the linker deal with it. */
rx_op (exp, 4, type);
return 0;
}
}
static int
displacement (expressionS exp, int msize)
{
int val;
int vshift = 0;
if (exp.X_op == O_symbol
&& exp.X_md)
{
switch (exp.X_md)
{
case BFD_RELOC_GPREL16:
switch (msize)
{
case BSIZE:
exp.X_md = BFD_RELOC_RX_GPRELB;
break;
case WSIZE:
exp.X_md = BFD_RELOC_RX_GPRELW;
break;
case LSIZE:
exp.X_md = BFD_RELOC_RX_GPRELL;
break;
}
O2 (exp);
return 2;
}
}
if (exp.X_op != O_constant)
{
rx_error (_("displacements must be constants"));
return -1;
}
val = exp.X_add_number;
if (val == 0)
return 0;
switch (msize)
{
case BSIZE:
break;
case WSIZE:
if (val & 1)
rx_error (_("word displacement not word-aligned"));
vshift = 1;
break;
case LSIZE:
if (val & 3)
rx_error (_("long displacement not long-aligned"));
vshift = 2;
break;
default:
as_bad (_("displacement with unknown size (internal bug?)\n"));
break;
}
val >>= vshift;
exp.X_add_number = val;
if (0 <= val && val <= 255 )
{
O1 (exp);
return 1;
}
if (0 <= val && val <= 65535)
{
O2 (exp);
return 2;
}
if (val < 0)
rx_error (_("negative displacements not allowed"));
else
rx_error (_("displacement too large"));
return -1;
}
static void
rtsd_immediate (expressionS exp)
{
int val;
if (exp.X_op != O_constant)
{
rx_error (_("rtsd size must be constant"));
return;
}
val = exp.X_add_number;
if (val & 3)
rx_error (_("rtsd size must be multiple of 4"));
if (val < 0 || val > 1020)
rx_error (_("rtsd size must be 0..1020"));
val >>= 2;
exp.X_add_number = val;
O1 (exp);
}