aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser/llvmAsmParser.cpp.cvs
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-09-29 20:49:50 +0000
committerDevang Patel <dpatel@apple.com>2008-09-29 20:49:50 +0000
commit652203f3f3b6dd5062bb450d189a80d8aaa51693 (patch)
tree4123ccebcf9d7bbda6fa3d578235245e7d5bbd38 /lib/AsmParser/llvmAsmParser.cpp.cvs
parent66c6c65de28c3140fd4d048535fc259fc3f71479 (diff)
Support inreg, zext and sext as return value attributes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56801 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AsmParser/llvmAsmParser.cpp.cvs')
-rw-r--r--lib/AsmParser/llvmAsmParser.cpp.cvs3062
1 files changed, 1534 insertions, 1528 deletions
diff --git a/lib/AsmParser/llvmAsmParser.cpp.cvs b/lib/AsmParser/llvmAsmParser.cpp.cvs
index 097fdb1102..6140f0b7b4 100644
--- a/lib/AsmParser/llvmAsmParser.cpp.cvs
+++ b/lib/AsmParser/llvmAsmParser.cpp.cvs
@@ -224,14 +224,12 @@
READNONE = 405,
READONLY = 406,
GC = 407,
- FNNOTE = 408,
- INLINE = 409,
- ALWAYS = 410,
- NEVER = 411,
- OPTIMIZEFORSIZE = 412,
- DEFAULT = 413,
- HIDDEN = 414,
- PROTECTED = 415
+ OPTSIZE = 408,
+ NOINLINE = 409,
+ ALWAYSINLINE = 410,
+ DEFAULT = 411,
+ HIDDEN = 412,
+ PROTECTED = 413
};
#endif
/* Tokens. */
@@ -385,20 +383,18 @@
#define READNONE 405
#define READONLY 406
#define GC 407
-#define FNNOTE 408
-#define INLINE 409
-#define ALWAYS 410
-#define NEVER 411
-#define OPTIMIZEFORSIZE 412
-#define DEFAULT 413
-#define HIDDEN 414
-#define PROTECTED 415
+#define OPTSIZE 408
+#define NOINLINE 409
+#define ALWAYSINLINE 410
+#define DEFAULT 411
+#define HIDDEN 412
+#define PROTECTED 413
/* Copy the first part of user declarations. */
-#line 14 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 14 "/Volumes/Nanpura/mainline/llvm/lib/AsmParser/llvmAsmParser.y"
#include "ParserInternals.h"
#include "llvm/CallingConv.h"
@@ -1375,7 +1371,7 @@ Module *llvm::RunVMAsmParser(llvm::MemoryBuffer *MB) {
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
-#line 970 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
+#line 970 "/Volumes/Nanpura/mainline/llvm/lib/AsmParser/llvmAsmParser.y"
{
llvm::Module *ModuleVal;
llvm::Function *FunctionVal;
@@ -1424,7 +1420,7 @@ typedef union YYSTYPE
llvm::FCmpInst::Predicate FPredicate;
}
/* Line 193 of yacc.c. */
-#line 1428 "llvmAsmParser.tab.c"
+#line 1424 "llvmAsmParser.tab.c"
YYSTYPE;
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
@@ -1437,7 +1433,7 @@ typedef union YYSTYPE
/* Line 216 of yacc.c. */
-#line 1441 "llvmAsmParser.tab.c"
+#line 1437 "llvmAsmParser.tab.c"
#ifdef short
# undef short
@@ -1652,20 +1648,20 @@ union yyalloc
/* YYFINAL -- State number of the termination state. */
#define YYFINAL 44
/* YYLAST -- Last index in YYTABLE. */
-#define YYLAST 2344
+#define YYLAST 2439
/* YYNTOKENS -- Number of terminals. */
-#define YYNTOKENS 175
+#define YYNTOKENS 173
/* YYNNTS -- Number of nonterminals. */
-#define YYNNTS 90
+#define YYNNTS 89
/* YYNRULES -- Number of rules. */
-#define YYNRULES 353
+#define YYNRULES 354
/* YYNRULES -- Number of states. */
-#define YYNSTATES 720
+#define YYNSTATES 717
/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
#define YYUNDEFTOK 2
-#define YYMAXUTOK 415
+#define YYMAXUTOK 413
#define YYTRANSLATE(YYX) \
((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
@@ -1677,15 +1673,15 @@ static const yytype_uint8 yytranslate[] =
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 161, 162, 165, 2, 164, 2, 2, 2, 2, 2,
+ 159, 160, 163, 2, 162, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 170, 163, 171, 2, 2, 2, 2, 2, 2, 2,
+ 168, 161, 169, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 2, 167, 166, 169, 2, 2, 2, 2, 2, 174,
+ 2, 165, 164, 167, 2, 2, 2, 2, 2, 172,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 168, 2, 2, 172, 2, 173, 2, 2, 2, 2,
+ 166, 2, 2, 170, 2, 171, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
@@ -1714,7 +1710,7 @@ static const yytype_uint8 yytranslate[] =
125, 126, 127, 128, 129, 130, 131, 132, 133, 134,
135, 136, 137, 138, 139, 140, 141, 142, 143, 144,
145, 146, 147, 148, 149, 150, 151, 152, 153, 154,
- 155, 156, 157, 158, 159, 160
+ 155, 156, 157, 158
};
#if YYDEBUG
@@ -1734,36 +1730,36 @@ static const yytype_uint16 yyprhs[] =
179, 181, 183, 184, 186, 188, 190, 192, 193, 195,
197, 198, 200, 202, 204, 206, 208, 211, 213, 215,
217, 219, 221, 223, 225, 227, 229, 232, 233, 236,
- 238, 240, 242, 244, 246, 248, 250, 251, 254, 256,
- 260, 264, 268, 270, 271, 276, 277, 280, 281, 284,
- 285, 289, 292, 293, 295, 296, 300, 302, 305, 307,
- 309, 311, 313, 315, 317, 319, 321, 323, 327, 329,
- 332, 338, 344, 350, 356, 360, 363, 369, 374, 377,
- 379, 381, 383, 387, 389, 393, 395, 396, 398, 402,
- 407, 411, 415, 420, 425, 429, 436, 442, 445, 448,
- 451, 454, 457, 460, 463, 466, 469, 472, 475, 478,
- 485, 491, 500, 507, 514, 522, 530, 538, 546, 553,
- 562, 571, 577, 585, 589, 591, 593, 595, 597, 598,
- 601, 608, 610, 611, 613, 616, 617, 621, 622, 626,
- 630, 634, 638, 639, 648, 649, 659, 660, 670, 676,
- 679, 683, 685, 689, 693, 697, 701, 703, 704, 710,
- 714, 716, 720, 722, 723, 735, 737, 739, 744, 746,
- 748, 751, 755, 756, 758, 760, 762, 764, 766, 768,
- 770, 772, 774, 776, 778, 782, 786, 789, 792, 796,
- 799, 805, 810, 812, 818, 820, 822, 824, 826, 828,
- 830, 833, 835, 839, 842, 845, 849, 853, 856, 857,
- 859, 862, 865, 869, 879, 889, 898, 913, 915, 917,
- 924, 930, 933, 936, 943, 951, 956, 961, 968, 975,
- 976, 977, 981, 984, 988, 991, 993, 999, 1005, 1012,
- 1019, 1026, 1033, 1038, 1045, 1050, 1055, 1062, 1069, 1072,
- 1081, 1083, 1085, 1086, 1090, 1097, 1101, 1108, 1111, 1117,
- 1125, 1131, 1136, 1141
+ 238, 240, 242, 243, 246, 248, 250, 252, 254, 256,
+ 258, 260, 262, 264, 266, 267, 270, 271, 274, 275,
+ 278, 279, 283, 286, 287, 289, 290, 294, 296, 299,
+ 301, 303, 305, 307, 309, 311, 313, 315, 317, 321,
+ 323, 326, 332, 338, 344, 350, 354, 357, 363, 368,
+ 371, 373, 375, 377, 381, 383, 387, 389, 390, 392,
+ 396, 401, 405, 409, 414, 419, 423, 430, 436, 439,
+ 442, 445, 448, 451, 454, 457, 460, 463, 466, 469,
+ 472, 479, 485, 494, 501, 508, 516, 524, 532, 540,
+ 547, 556, 565, 571, 579, 583, 585, 587, 589, 591,
+ 592, 595, 602, 604, 605, 607, 610, 611, 615, 616,
+ 620, 624, 628, 632, 633, 642, 643, 653, 654, 664,
+ 670, 673, 677, 679, 683, 687, 691, 695, 697, 698,
+ 704, 708, 710, 714, 716, 717, 729, 731, 733, 738,
+ 740, 742, 745, 749, 750, 752, 754, 756, 758, 760,
+ 762, 764, 766, 768, 770, 772, 776, 780, 783, 786,
+ 790, 793, 799, 804, 806, 812, 814, 816, 818, 820,
+ 822, 824, 827, 829, 833, 836, 839, 843, 847, 850,
+ 851, 853, 856, 859, 863, 873, 883, 892, 908, 910,
+ 912, 919, 925, 928, 931, 938, 946, 951, 956, 963,
+ 970, 971, 972, 976, 979, 983, 986, 988, 994, 1000,
+ 1007, 1014, 1021, 1028, 1033, 1040, 1045, 1050, 1057, 1064,
+ 1067, 1077, 1079, 1081, 1082, 1086, 1093, 1097, 1104, 1107,
+ 1113, 1121, 1127, 1132, 1137
};
/* YYRHS -- A `-1'-separated list of the rules' RHS. */
static const yytype_int16 yyrhs[] =
{
- 225, 0, -1, 75, -1, 76, -1, 77, -1, 78,
+ 222, 0, -1, 75, -1, 76, -1, 77, -1, 78,
-1, 79, -1, 80, -1, 81, -1, 82, -1, 83,
-1, 87, -1, 88, -1, 89, -1, 84, -1, 85,
-1, 86, -1, 120, -1, 121, -1, 122, -1, 123,
@@ -1775,150 +1771,150 @@ static const yytype_int16 yyrhs[] =
-1, 111, -1, 112, -1, 113, -1, 100, -1, 101,
-1, 102, -1, 103, -1, 26, -1, 27, -1, 11,
-1, 12, -1, 13, -1, 16, -1, 15, -1, 14,
- -1, 19, -1, 22, -1, 24, -1, 183, -1, -1,
- 55, 161, 4, 162, -1, -1, 183, 163, -1, -1,
- 7, 163, -1, 20, -1, 23, -1, 190, -1, -1,
- 188, 163, -1, 42, -1, 44, -1, 43, -1, 45,
+ -1, 19, -1, 22, -1, 24, -1, 181, -1, -1,
+ 55, 159, 4, 160, -1, -1, 181, 161, -1, -1,
+ 7, 161, -1, 20, -1, 23, -1, 188, -1, -1,
+ 186, 161, -1, 42, -1, 44, -1, 43, -1, 45,
-1, 47, -1, 49, -1, 46, -1, 48, -1, 51,
- -1, -1, 158, -1, 159, -1, 160, -1, -1, 46,
+ -1, -1, 156, -1, 157, -1, 158, -1, -1, 46,
-1, 48, -1, -1, 42, -1, 43, -1, 44, -1,
47, -1, -1, 44, -1, 42, -1, -1, 63, -1,
64, -1, 65, -1, 66, -1, 67, -1, 62, 4,
-1, 142, -1, 121, -1, 141, -1, 122, -1, 144,
-1, 145, -1, 147, -1, 148, -1, 149, -1, 54,
- 4, -1, -1, 199, 198, -1, 143, -1, 146, -1,
+ 4, -1, -1, 197, 196, -1, 144, -1, 142, -1,
+ 141, -1, -1, 199, 198, -1, 143, -1, 146, -1,
144, -1, 142, -1, 141, -1, 150, -1, 151, -1,
- -1, 201, 200, -1, 203, -1, 202, 164, 203, -1,
- 154, 163, 156, -1, 154, 163, 155, -1, 157, -1,
- -1, 153, 161, 202, 162, -1, -1, 152, 22, -1,
- -1, 54, 4, -1, -1, 164, 54, 4, -1, 34,
- 22, -1, -1, 208, -1, -1, 164, 211, 210, -1,
- 208, -1, 54, 4, -1, 11, -1, 12, -1, 13,
- -1, 16, -1, 15, -1, 14, -1, 17, -1, 50,
- -1, 212, -1, 213, 185, 165, -1, 247, -1, 166,
- 4, -1, 213, 161, 217, 162, 201, -1, 10, 161,
- 217, 162, 201, -1, 167, 4, 168, 213, 169, -1,
- 170, 4, 168, 213, 171, -1, 172, 218, 173, -1,
- 172, 173, -1, 170, 172, 218, 173, 171, -1, 170,
- 172, 173, 171, -1, 213, 199, -1, 213, -1, 10,
- -1, 214, -1, 216, 164, 214, -1, 216, -1, 216,
- 164, 39, -1, 39, -1, -1, 213, -1, 218, 164,
- 213, -1, 213, 167, 221, 169, -1, 213, 167, 169,
- -1, 213, 174, 22, -1, 213, 170, 221, 171, -1,
- 213, 172, 221, 173, -1, 213, 172, 173, -1, 213,
- 170, 172, 221, 173, 171, -1, 213, 170, 172, 173,
- 171, -1, 213, 40, -1, 213, 41, -1, 213, 247,
- -1, 213, 220, -1, 213, 25, -1, 181, 3, -1,
- 181, 5, -1, 181, 4, -1, 181, 6, -1, 11,
- 26, -1, 11, 27, -1, 182, 9, -1, 178, 161,
- 219, 38, 213, 162, -1, 119, 161, 219, 259, 162,
- -1, 133, 161, 219, 164, 219, 164, 219, 162, -1,
- 176, 161, 219, 164, 219, 162, -1, 177, 161, 219,
- 164, 219, 162, -1, 90, 179, 161, 219, 164, 219,
- 162, -1, 91, 180, 161, 219, 164, 219, 162, -1,
- 92, 179, 161, 219, 164, 219, 162, -1, 93, 180,
- 161, 219, 164, 219, 162, -1, 135, 161, 219, 164,
- 219, 162, -1, 136, 161, 219, 164, 219, 164, 219,
- 162, -1, 137, 161, 219, 164, 219, 164, 219, 162,
- -1, 139, 161, 219, 260, 162, -1, 140, 161, 219,
- 164, 219, 260, 162, -1, 221, 164, 219, -1, 219,
- -1, 32, -1, 33, -1, 37, -1, -1, 215, 247,
- -1, 125, 161, 224, 38, 213, 162, -1, 226, -1,
- -1, 227, -1, 226, 227, -1, -1, 31, 228, 243,
- -1, -1, 30, 229, 244, -1, 60, 59, 233, -1,
- 186, 18, 213, -1, 186, 18, 10, -1, -1, 189,
- 193, 223, 222, 219, 185, 230, 210, -1, -1, 189,
- 191, 193, 223, 222, 219, 185, 231, 210, -1, -1,
- 189, 192, 193, 223, 222, 213, 185, 232, 210, -1,
- 189, 193, 35, 196, 224, -1, 52, 234, -1, 56,
- 163, 235, -1, 22, -1, 53, 163, 22, -1, 68,
- 163, 22, -1, 167, 236, 169, -1, 236, 164, 22,
- -1, 22, -1, -1, 237, 164, 213, 199, 184, -1,
- 213, 199, 184, -1, 237, -1, 237, 164, 39, -1,
- 39, -1, -1, 197, 215, 188, 161, 238, 162, 201,
- 209, 206, 205, 204, -1, 28, -1, 172, -1, 195,
- 193, 239, 240, -1, 29, -1, 173, -1, 251, 242,
- -1, 194, 193, 239, -1, -1, 61, -1, 3, -1,
- 4, -1, 5, -1, 6, -1, 9, -1, 26, -1,
- 27, -1, 40, -1, 41, -1, 25, -1, 170, 221,
- 171, -1, 167, 221, 169, -1, 167, 169, -1, 174,
- 22, -1, 172, 221, 173, -1, 172, 173, -1, 170,
- 172, 221, 173, 171, -1, 170, 172, 173, 171, -1,
- 220, -1, 59, 245, 22, 164, 22, -1, 7, -1,
- 8, -1, 183, -1, 188, -1, 247, -1, 246, -1,
- 213, 248, -1, 249, -1, 250, 164, 249, -1, 251,
- 252, -1, 241, 252, -1, 253, 186, 254, -1, 253,
- 187, 254, -1, 253, 256, -1, -1, 21, -1, 69,
- 250, -1, 69, 10, -1, 70, 17, 248, -1, 70,
- 11, 248, 164, 17, 248, 164, 17, 248, -1, 71,
- 181, 248, 164, 17, 248, 167, 255, 169, -1, 71,
- 181, 248, 164, 17, 248, 167, 169, -1, 72, 197,
- 215, 248, 161, 258, 162, 201, 38, 17, 248, 73,
- 17, 248, -1, 73, -1, 74, -1, 255, 181, 246,
- 164, 17, 248, -1, 181, 246, 164, 17, 248, -1,
- 186, 262, -1, 187, 262, -1, 213, 167, 248, 164,
- 248, 169, -1, 257, 164, 167, 248, 164, 248, 169,
- -1, 213, 199, 248, 199, -1, 17, 199, 248, 199,
- -1, 258, 164, 213, 199, 248, 199, -1, 258, 164,
- 17, 199, 248, 199, -1, -1, -1, 259, 164, 249,
- -1, 164, 4, -1, 260, 164, 4, -1, 58, 57,
- -1, 57, -1, 176, 213, 248, 164, 248, -1, 177,
- 213, 248, 164, 248, -1, 90, 179, 213, 248, 164,
- 248, -1, 91, 180, 213, 248, 164, 248, -1, 92,
- 179, 213, 248, 164, 248, -1, 93, 180, 213, 248,
- 164, 248, -1, 178, 249, 38, 213, -1, 133, 249,
- 164, 249, 164, 249, -1, 134, 249, 164, 213, -1,
- 135, 249, 164, 249, -1, 136, 249, 164, 249, 164,
- 249, -1, 137, 249, 164, 249, 164, 249, -1, 132,
- 257, -1, 261, 197, 215, 248, 161, 258, 162, 201,
- -1, 264, -1, 36, -1, -1, 114, 213, 207, -1,
- 114, 213, 164, 11, 248, 207, -1, 115, 213, 207,
- -1, 115, 213, 164, 11, 248, 207, -1, 116, 249,
- -1, 263, 117, 213, 248, 207, -1, 263, 118, 249,
- 164, 213, 248, 207, -1, 138, 213, 248, 164, 4,
- -1, 119, 213, 248, 259, -1, 139, 213, 248, 260,
- -1, 140, 213, 248, 164, 213, 248, 260, -1
+ 154, -1, 155, -1, 153, -1, -1, 201, 200, -1,
+ -1, 152, 22, -1, -1, 54, 4, -1, -1, 162,
+ 54, 4, -1, 34, 22, -1, -1, 205, -1, -1,
+ 162, 208, 207, -1, 205, -1, 54, 4, -1, 11,
+ -1, 12, -1, 13, -1, 16, -1, 15, -1, 14,
+ -1, 17, -1, 50, -1, 209, -1, 210, 183, 163,
+ -1, 244, -1, 164, 4, -1, 210, 159, 214, 160,
+ 201, -1, 10, 159, 214, 160, 201, -1, 165, 4,
+ 166, 210, 167, -1, 168, 4, 166, 210, 169, -1,
+ 170, 215, 171, -1, 170, 171, -1, 168, 170, 215,
+ 171, 169, -1, 168, 170, 171, 169, -1, 210, 197,
+ -1, 210, -1, 10, -1, 211, -1, 213, 162, 211,
+ -1, 213, -1, 213, 162, 39, -1, 39, -1, -1,
+ 210, -1, 215, 162, 210, -1, 210, 165, 218, 167,
+ -1, 210, 165, 167, -1, 210, 172, 22, -1, 210,
+ 168, 218, 169, -1, 210, 170, 218, 171, -1, 210,
+ 170, 171, -1, 210, 168, 170, 218, 171, 169, -1,
+ 210, 168, 170, 171, 169, -1, 210, 40, -1, 210,
+ 41, -1, 210, 244, -1, 210, 217, -1, 210, 25,
+ -1, 179, 3, -1, 179, 5, -1, 179, 4, -1,
+ 179, 6, -1, 11, 26, -1, 11, 27, -1, 180,
+ 9, -1, 176, 159, 216, 38, 210, 160, -1, 119,
+ 159, 216, 256, 160, -1, 133, 159, 216, 162, 216,
+ 162, 216, 160, -1, 174, 159, 216, 162, 216, 160,
+ -1, 175, 159, 216, 162, 216, 160, -1, 90, 177,
+ 159, 216, 162, 216, 160, -1, 91, 178, 159, 216,
+ 162, 216, 160, -1, 92, 177, 159, 216, 162, 216,
+ 160, -1, 93, 178, 159, 216, 162, 216, 160, -1,
+ 135, 159, 216, 162, 216, 160, -1, 136, 159, 216,
+ 162, 216, 162, 216, 160, -1, 137, 159, 216, 162,
+ 216, 162, 216, 160, -1, 139, 159, 216, 257, 160,
+ -1, 140, 159, 216, 162, 216, 257, 160, -1, 218,
+ 162, 216, -1, 216, -1, 32, -1, 33, -1, 37,
+ -1, -1, 212, 244, -1, 125, 159, 221, 38, 210,
+ 160, -1, 223, -1, -1, 224, -1, 223, 224, -1,
+ -1, 31, 225, 240, -1, -1, 30, 226, 241, -1,
+ 60, 59, 230, -1, 184, 18, 210, -1, 184, 18,
+ 10, -1, -1, 187, 191, 220, 219, 216, 183, 227,
+ 207, -1, -1, 187, 189, 191, 220, 219, 216, 183,
+ 228, 207, -1, -1, 187, 190, 191, 220, 219, 210,
+ 183, 229, 207, -1, 187, 191, 35, 194, 221, -1,
+ 52, 231, -1, 56, 161, 232, -1, 22, -1, 53,
+ 161, 22, -1, 68, 161, 22, -1, 165, 233, 167,
+ -1, 233, 162, 22, -1, 22, -1, -1, 234, 162,
+ 210, 197, 182, -1, 210, 197, 182, -1, 234, -1,
+ 234, 162, 39, -1, 39, -1, -1, 195, 199, 212,
+ 186, 159, 235, 160, 201, 206, 203, 202, -1, 28,
+ -1, 170, -1, 193, 191, 236, 237, -1, 29, -1,
+ 171, -1, 248, 239, -1, 192, 191, 236, -1, -1,
+ 61, -1, 3, -1, 4, -1, 5, -1, 6, -1,
+ 9, -1, 26, -1, 27, -1, 40, -1, 41, -1,
+ 25, -1, 168, 218, 169, -1, 165, 218, 167, -1,
+ 165, 167, -1, 172, 22, -1, 170, 218, 171, -1,
+ 170, 171, -1, 168, 170, 218, 171, 169, -1, 168,
+ 170, 171, 169, -1, 217, -1, 59, 242, 22, 162,
+ 22, -1, 7, -1, 8, -1, 181, -1, 186, -1,
+ 244, -1, 243, -1, 210, 245, -1, 246, -1, 247,
+ 162, 246, -1, 248, 249, -1, 238, 249, -1, 250,
+ 184, 251, -1, 250, 185, 251, -1, 250, 253, -1,
+ -1, 21, -1, 69, 247, -1, 69, 10, -1, 70,
+ 17, 245, -1, 70, 11, 245, 162, 17, 245, 162,
+ 17, 245, -1, 71, 179, 245, 162, 17, 245, 165,
+ 252, 167, -1, 71, 179, 245, 162, 17, 245, 165,
+ 167, -1, 72, 195, 199, 212, 245, 159, 255, 160,
+ 201, 38, 17, 245, 73, 17, 245, -1, 73, -1,
+ 74, -1, 252, 179, 243, 162, 17, 245, -1, 179,
+ 243, 162, 17, 245, -1, 184, 259, -1, 185, 259,
+ -1, 210, 165, 245, 162, 245, 167, -1, 254, 162,
+ 165, 245, 162, 245, 167, -1, 210, 197, 245, 197,
+ -1, 17, 197, 245, 197, -1, 255, 162, 210, 197,
+ 245, 197, -1, 255, 162, 17, 197, 245, 197, -1,
+ -1, -1, 256, 162, 246, -1, 162, 4, -1, 257,
+ 162, 4, -1, 58, 57, -1, 57, -1, 174, 210,
+ 245, 162, 245, -1, 175, 210, 245, 162, 245, -1,
+ 90, 177, 210, 245, 162, 245, -1, 91, 178, 210,
+ 245, 162, 245, -1, 92, 177, 210, 245, 162, 245,
+ -1, 93, 178, 210, 245, 162, 245, -1, 176, 246,
+ 38, 210, -1, 133, 246, 162, 246, 162, 246, -1,
+ 134, 246, 162, 210, -1, 135, 246, 162, 246, -1,
+ 136, 246, 162, 246, 162, 246, -1, 137, 246, 162,
+ 246, 162, 246, -1, 132, 254, -1, 258, 195, 199,
+ 212, 245, 159, 255, 160, 201, -1, 261, -1, 36,
+ -1, -1, 114, 210, 204, -1, 114, 210, 162, 11,
+ 245, 204, -1, 115, 210, 204, -1, 115, 210, 162,
+ 11, 245, 204, -1, 116, 246, -1, 260, 117, 210,
+ 245, 204, -1, 260, 118, 246, 162, 210, 245, 204,
+ -1, 138, 210, 245, 162, 4, -1, 119, 210, 245,
+ 256, -1, 139, 210, 245, 257, -1, 140, 210, 245,
+ 162, 210, 245, 257, -1
};
/* YYRLINE[YYN] -- source line where rule number YYN was defined. */
static const yytype_uint16 yyrline[] =
{
- 0, 1140, 1140, 1140, 1140, 1140, 1140, 1140, 1140, 1140,
- 1140, 1141, 1141, 1141, 1141, 1141, 1141, 1142, 1142, 1142,
- 1142, 1142, 1142, 1143, 1143, 1143, 1143, 1143, 1143, 1146,
- 1146, 1147, 1147, 1148, 1148, 1149, 1149, 1150, 1150, 1154,
- 1154, 1155, 1155, 1156, 1156, 1157, 1157, 1158, 1158, 1159,
- 1159, 1160, 1160, 1161, 1162, 1167, 1168, 1168, 1168, 1168,
- 1168, 1170, 1170, 1170, 1171, 1171, 1173, 1174, 1178, 1182,
- 1187, 1193, 1193, 1195, 1196, 1201, 1207, 1208, 1209, 1210,
- 1211, 1212, 1216, 1217, 1218, 1222, 1223, 1224, 1225, 1229,
- 1230, 1231, 1235, 1236, 1237, 1238, 1239, 1243, 1244, 1245,
- 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1261, 1262, 1263,
- 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1274, 1275, 1280,
- 1281, 1282, 1283, 1284, 1285, 1286, 1289, 1290, 1295, 1296,
- 1309, 1310, 1311, 1314, 1315, 1320, 1321, 1328, 1329, 1335,
- 1336, 1345, 1353, 1354, 1359, 1360, 1361, 1366, 1379, 1379,
- 1379, 1379, 1379, 1379, 1379, 1382, 1386, 1390, 1397, 1402,
- 1410, 1439, 1464, 1469, 1479, 1489, 1493, 1503, 1510, 1519,
- 1526, 1531, 1536, 1543, 1544, 1551, 1558, 1566, 1572, 1584,
- 1612, 1628, 1655, 1683, 1709, 1729, 1755, 1775, 1787, 1794,
- 1860, 1870, 1880, 1886, 1896, 1902, 1912, 1918, 1924, 1937,
- 1949, 1970, 1978, 1984, 1995, 2000, 2005, 2010, 2015, 2021,
- 2027, 2033, 2041, 2052, 2056, 2064, 2064, 2067, 2067, 2070,
- 2082, 2103, 2108, 2116, 2117, 2121, 2121, 2125, 2125, 2128,
- 2131, 2155, 2167, 2166, 2178, 2177, 2187, 2186, 2197, 2237,
- 2240, 2246, 2256, 2260, 2265, 2267, 2272, 2277, 2286, 2296,
- 2307, 2311, 2320, 2329, 2334, 2485, 2485, 2487, 2496, 2496,
- 2498, 2503, 2515, 2519, 2524, 2528, 2532, 2537, 2542, 2546,
- 2550, 2554, 2558, 2562, 2566, 2588, 2610, 2616, 2629, 2641,
- 2646, 2658, 2664, 2668, 2678, 2682, 2686, 2691, 2698, 2698,
- 2704, 2713, 2718, 2723, 2727, 2736, 2745, 2758, 2767, 2771,
- 2779, 2799, 2803, 2808, 2819, 2838, 2847, 2951, 2955, 2962,
- 2973, 2986, 2995, 3008, 3019, 3029, 3040, 3048, 3058, 3065,
- 3068, 3069, 3077, 3083, 3092, 3096, 3101, 3117, 3134, 3146,
- 3158, 3172, 3186, 3198, 3219, 3226, 3232, 3238, 3244, 3259,
- 3369, 3374, 3378, 3385, 3392, 3402, 3409, 3419, 3427, 3441,
- 3458, 3472, 3487, 3502
+ 0, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136,
+ 1136, 1137, 1137, 1137, 1137, 1137, 1137, 1138, 1138, 1138,
+ 1138, 1138, 1138, 1139, 1139, 1139, 1139, 1139, 1139, 1142,
+ 1142, 1143, 1143, 1144, 1144, 1145, 1145, 1146, 1146, 1150,
+ 1150, 1151, 1151, 1152, 1152, 1153, 1153, 1154, 1154, 1155,
+ 1155, 1156, 1156, 1157, 1158, 1163, 1164, 1164, 1164, 1164,
+ 1164, 1166, 1166, 1166, 1167, 1167, 1169, 1170, 1174, 1178,
+ 1183, 1189, 1189, 1191, 1192, 1197, 1203, 1204, 1205, 1206,
+ 1207, 1208, 1212, 1213, 1214, 1218, 1219, 1220, 1221, 1225,
+ 1226, 1227, 1231, 1232, 1233, 1234, 1235, 1239, 1240, 1241,
+ 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1257, 1258, 1259,
+ 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1270, 1271, 1276,
+ 1277, 1278, 1281, 1282, 1288, 1289, 1290, 1291, 1292, 1293,
+ 1294, 1295, 1296, 1297, 1300, 1301, 1307, 1308, 1315, 1316,
+ 1322, 1323, 1332, 1340, 1341, 1346, 1347, 1348, 1353, 1366,
+ 1366, 1366, 1366, 1366, 1366, 1366, 1369, 1373, 1377, 1384,
+ 1389, 1397, 1426, 1451, 1456, 1466, 1476, 1480, 1490, 1497,
+ 1506, 1513, 1518, 1523, 1530, 1531, 1538, 1545, 1553, 1559,
+ 1571, 1599, 1615, 1642, 1670, 1696, 1716, 1742, 1762, 1774,
+ 1781, 1847, 1857, 1867, 1873, 1883, 1889, 1899, 1905, 1911,
+ 1924, 1936, 1957, 1965, 1971, 1982, 1987, 1992, 1997, 2002,
+ 2008, 2014, 2020, 2028, 2039, 2043, 2051, 2051, 2054, 2054,
+ 2057, 2069, 2090, 2095, 2103, 2104, 2108, 2108, 2112, 2112,
+ 2115, 2118, 2142, 2154, 2153, 2165, 2164, 2174, 2173, 2184,
+ 2224, 2227, 2233, 2243, 2247, 2252, 2254, 2259, 2264, 2273,
+ 2283, 2294, 2298, 2307, 2316, 2321, 2469, 2469, 2471, 2480,
+ 2480, 2482, 2487, 2499, 2503, 2508, 2512, 2516, 2521, 2526,
+ 2530, 2534, 2538, 2542, 2546, 2550, 2572, 2594, 2600, 2613,
+ 2625, 2630, 2642, 2648, 2652, 2662, 2666, 2670, 2675, 2682,
+ 2682, 2688, 2697, 2702, 2707, 2711, 2720, 2729, 2742, 2751,
+ 2755, 2763, 2783, 2787, 2792, 2803, 2822, 2831, 2935, 2939,
+ 2946, 2957, 2970, 2979, 2992, 3003, 3013, 3024, 3032, 3042,
+ 3049, 3052, 3053, 3061, 3067, 3076, 3080, 3085, 3101, 3118,
+ 3130, 3142, 3156, 3170, 3182, 3203, 3210, 3216, 3222, 3228,
+ 3243, 3353, 3358, 3362, 3369, 3376, 3386, 3393, 3403, 3411,
+ 3425, 3442, 3456, 3471, 3486
};
#endif
@@ -1950,28 +1946,28 @@ static const char *const yytname[] =
"SELECT", "VAARG", "EXTRACTELEMENT", "INSERTELEMENT", "SHUFFLEVECTOR",
"GETRESULT", "EXTRACTVALUE", "INSERTVALUE", "SIGNEXT", "ZEROEXT",
"NORETURN", "INREG", "SRET", "NOUNWIND", "NOALIAS", "BYVAL", "NEST",
- "READNONE", "READONLY", "GC", "FNNOTE", "INLINE", "ALWAYS", "NEVER",
- "OPTIMIZEFORSIZE", "DEFAULT", "HIDDEN", "PROTECTED", "'('", "')'", "'='",
- "','", "'*'", "'\\\\'", "'['", "'x'", "']'", "'<'", "'>'", "'{'", "'}'",
- "'c'", "$accept", "ArithmeticOps", "LogicalOps", "CastOps",
- "IPredicates", "FPredicates", "IntType", "FPType", "LocalName",
- "OptLocalName", "OptAddrSpace", "OptLocalAssign", "LocalNumber",
- "GlobalName", "OptGlobalAssign", "GlobalAssign", "GVInternalLinkage",
+ "READNONE", "READONLY", "GC", "OPTSIZE", "NOINLINE", "ALWAYSINLINE",
+ "DEFAULT", "HIDDEN", "PROTECTED", "'('", "')'", "'='", "','", "'*'",
+ "'\\\\'", "'['", "'x'", "']'", "'<'", "'>'", "'{'", "'}'", "'c'",
+ "$accept", "ArithmeticOps", "LogicalOps", "CastOps", "IPredicates",
+ "FPredicates", "IntType", "FPType", "LocalName", "OptLocalName",
+ "OptAddrSpace", "OptLocalAssign", "LocalNumber", "GlobalName",
+ "OptGlobalAssign", "GlobalAssign", "GVInternalLinkage",
"GVExternalLinkage", "GVVisibilityStyle", "FunctionDeclareLinkage",
"FunctionDefineLinkage", "AliasLinkage", "OptCallingConv", "Attribute",
- "OptAttributes", "FuncAttr", "OptFuncAttrs", "FuncNoteList", "FuncNote",
- "OptFuncNotes", "OptGC", "OptAlign", "OptCAlign", "SectionString",
- "OptSection", "GlobalVarAttributes", "GlobalVarAttribute", "PrimType",
- "Types", "ArgType", "ResultTypes", "ArgTypeList", "ArgTypeListI",
- "TypeListI", "ConstVal", "ConstExpr", "ConstVector", "GlobalType",
- "ThreadLocal", "AliaseeRef", "Module", "DefinitionList", "Definition",
- "@1", "@2", "@3", "@4", "@5", "AsmBlock", "TargetDefinition",
- "LibrariesDefinition", "LibList", "ArgListH", "ArgList",
- "FunctionHeaderH", "BEGIN", "FunctionHeader", "END", "Function",
- "FunctionProto", "OptSideEffect", "ConstValueRef", "SymbolicValueRef",
- "ValueRef", "ResolvedVal", "ReturnedVal", "BasicBlockList", "BasicBlock",
- "InstructionList", "BBTerminatorInst", "JumpTable", "Inst", "PHIList",
- "ParamList", "IndexList", "ConstantIndexList", "OptTailCall", "InstVal",
+ "OptAttributes", "RetAttr", "OptRetAttrs", "FuncAttr", "OptFuncAttrs",
+ "OptGC", "OptAlign", "OptCAlign", "SectionString", "OptSection",
+ "GlobalVarAttributes", "GlobalVarAttribute", "PrimType", "Types",
+ "ArgType", "ResultTypes", "ArgTypeList", "ArgTypeListI", "TypeListI",
+ "ConstVal", "ConstExpr", "ConstVector", "GlobalType", "ThreadLocal",
+ "AliaseeRef", "Module", "DefinitionList", "Definition", "@1", "@2", "@3",
+ "@4", "@5", "AsmBlock", "TargetDefinition", "LibrariesDefinition",
+ "LibList", "ArgListH", "ArgList", "FunctionHeaderH", "BEGIN",
+ "FunctionHeader", "END", "Function", "FunctionProto", "OptSideEffect",
+ "ConstValueRef", "SymbolicValueRef", "ValueRef", "ResolvedVal",
+ "ReturnedVal", "BasicBlockList", "BasicBlock", "InstructionList",
+ "BBTerminatorInst", "JumpTable", "Inst", "PHIList", "ParamList",
+ "IndexList", "ConstantIndexList", "OptTailCall", "InstVal",
"OptVolatile", "MemoryInst", 0
};
#endif
@@ -1996,51 +1992,51 @@ static const yytype_uint16 yytoknum[] =
375, 376, 377, 378, 379, 380, 381, 382, 383, 384,
385, 386, 387, 388, 389, 390, 391, 392, 393, 394,
395, 396, 397, 398, 399, 400, 401, 402, 403, 404,
- 405, 406, 407, 408, 409, 410, 411, 412, 413, 414,
- 415, 40, 41, 61, 44, 42, 92, 91, 120, 93,
- 60, 62, 123, 125, 99
+ 405, 406, 407, 408, 409, 410, 411, 412, 413, 40,
+ 41, 61, 44, 42, 92, 91, 120, 93, 60, 62,
+ 123, 125, 99
};
# endif
/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
static const yytype_uint16 yyr1[] =
{
- 0, 175, 176, 176, 176, 176, 176, 176, 176, 176,
- 176, 177, 177, 177, 177, 177, 177, 178, 178, 178,
- 178, 178, 178, 178, 178, 178, 178, 178, 178, 179,
- 179, 179, 179, 179, 179, 179, 179, 179, 179, 180,
- 180, 180, 180, 180, 180, 180, 180, 180, 180, 180,
- 180, 180, 180, 180, 180, 181, 182, 182, 182, 182,
- 182, 183, 183, 183, 184, 184, 185, 185, 186, 186,
- 187, 188, 188, 189, 189, 190, 191, 191, 191, 191,
- 191, 191, 192, 192, 192, 193, 193, 193, 193, 194,
- 194, 194, 195, 195, 195, 195, 195, 196, 196, 196,
- 197, 197, 197, 197, 197, 197, 197, 198, 198, 198,
- 198, 198, 198, 198, 198, 198, 198, 199, 199, 200,
- 200, 200, 200, 200, 200, 200, 201, 201, 202, 202,
- 203, 203, 203, 204, 204, 205, 205, 206, 206, 207,
- 207, 208, 209, 209, 210, 210, 211, 211, 212, 212,
- 212, 212, 212, 212, 212, 213, 213, 213, 213, 213,
- 213, 213, 213, 213, 213, 213, 213, 213, 214, 215,
- 215, 216, 216, 217, 217, 217, 217, 218, 218, 219,
- 219, 219, 219, 219, 219, 219, 219, 219, 219, 219,
- 219, 219, 219, 219, 219, 219, 219, 219, 219, 220,
- 220, 220, 220, 220, 220, 220, 220, 220, 220, 220,
- 220, 220, 220, 221, 221, 222, 222, 223, 223, 224,
- 224, 225, 225, 226, 226, 228, 227, 229, 227, 227,
- 227, 227, 230, 227, 231, 227, 232, 227, 227, 227,
- 227, 233, 234, 234, 235, 236, 236, 236, 237, 237,
- 238, 238, 238, 238, 239, 240, 240, 241, 242, 242,
- 243, 244, 245, 245, 246, 246, 246, 246, 246, 246,
- 246, 246, 246, 246, 246, 246, 246, 246, 246, 246,
- 246, 246, 246, 246, 247, 247, 247, 247, 248, 248,
- 249, 250, 250, 251, 251, 252, 252, 253, 253, 253,
- 254, 254, 254, 254, 254, 254, 254, 254, 254, 255,
- 255, 256, 256, 257, 257, 258, 258, 258, 258, 258,
- 259, 259, 260, 260, 261, 261, 262, 262, 262, 262,
- 262, 262, 262, 262, 262, 262, 262, 262, 262, 262,
- 262, 263, 263, 264, 264, 264, 264, 264, 264, 264,
- 264, 264, 264, 264
+ 0, 173, 174, 174, 174, 174, 174, 174, 174, 174,
+ 174, 175, 175, 175, 175, 175, 175, 176, 176, 176,
+ 176, 176, 176, 176, 176, 176, 176, 176, 176, 177,
+ 177, 177, 177, 177, 177, 177, 177, 177, 177, 178,
+ 178, 178, 178, 178, 178, 178, 178, 178, 178, 178,
+ 178, 178, 178, 178, 178, 179, 180, 180, 180, 180,
+ 180, 181, 181, 181, 182, 182, 183, 183, 184, 184,
+ 185, 186, 186, 187, 187, 188, 189, 189, 189, 189,
+ 189, 189, 190, 190, 190, 191, 191, 191, 191, 192,
+ 192, 192, 193, 193, 193, 193, 193, 194, 194, 194,
+ 195, 195, 195, 195, 195, 195, 195, 196, 196, 196,
+ 196, 196, 196, 196, 196, 196, 196, 197, 197, 198,
+ 198, 198, 199, 199, 200, 200, 200, 200, 200, 200,
+ 200, 200, 200, 200, 201, 201, 202, 202, 203, 203,
+ 204, 204, 205, 206, 206, 207, 207, 208, 208, 209,
+ 209, 209, 209, 209, 209, 209, 210, 210, 210, 210,
+ 210, 210, 210, 210, 210, 210, 210, 210, 210, 211,
+ 212, 212, 213, 213, 214, 214, 214, 214, 215, 215,
+ 216, 216, 216, 216, 216, 216, 216, 216, 216, 216,
+ 216, 216, 216, 216, 216, 216, 216, 216, 216, 216,
+ 217, 217, 217, 217, 217, 217, 217, 217, 217, 217,
+ 217, 217, 217, 217, 218, 218, 219, 219, 220, 220,
+ 221, 221, 222, 222, 223, 223, 225, 224, 226, 224,
+ 224, 224, 224, 227, 224, 228, 224, 229, 224, 224,
+ 224, 224, 230, 231, 231, 232, 233, 233, 233, 234,
+ 234, 235, 235, 235, 235, 236, 237, 237, 238, 239,
+ 239, 240, 241, 242, 242, 243, 243, 243, 243, 243,
+ 243, 243, 243, 243, 243, 243, 243, 243, 243, 243,
+ 243, 243, 243, 243, 243, 244, 244, 244, 244, 245,
+ 245, 246, 247, 247, 248, 248, 249, 249, 250, 250,
+ 250, 251, 251, 251, 251, 251, 251, 251, 251, 251,
+ 252, 252, 253, 253, 254, 254, 255, 255, 255, 255,
+ 255, 256, 256, 257, 257, 258, 258, 259, 259, 259,
+ 259, 259, 259, 259, 259, 259, 259, 259, 259, 259,
+ 259, 259, 260, 260, 261, 261, 261, 261, 261, 261,
+ 261, 261, 261, 261, 261
};
/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
@@ -2058,30 +2054,30 @@ static const yytype_uint8 yyr2[] =
1, 1, 0, 1, 1, 1, 1, 0, 1, 1,
0, 1, 1, 1, 1, 1, 2, 1, 1, 1,
1, 1, 1, 1, 1, 1, 2, 0, 2, 1,
- 1, 1, 1, 1, 1, 1, 0, 2, 1, 3,
- 3, 3, 1, 0, 4, 0, 2, 0, 2, 0,
- 3, 2, 0, 1, 0, 3, 1, 2, 1, 1,
- 1, 1, 1, 1, 1, 1, 1, 3, 1, 2,
- 5, 5, 5, 5, 3, 2, 5, 4, 2, 1,
- 1, 1, 3, 1, 3, 1, 0, 1, 3, 4,
- 3, 3, 4, 4, 3, 6, 5, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 2, 2, 6,
- 5, 8, 6, 6, 7, 7, 7, 7, 6, 8,
- 8, 5, 7, 3, 1, 1, 1, 1, 0, 2,
- 6, 1, 0, 1, 2, 0, 3, 0, 3, 3,
- 3, 3, 0, 8, 0, 9, 0, 9, 5, 2,
- 3, 1, 3, 3, 3, 3, 1, 0, 5, 3,
- 1, 3, 1, 0, 11, 1, 1, 4, 1, 1,
- 2, 3, 0, 1, 1, 1, 1, 1, 1, 1,
- 1, 1, 1, 1, 3, 3, 2, 2, 3, 2,
- 5, 4, 1, 5, 1, 1, 1, 1, 1, 1,
- 2, 1, 3, 2, 2, 3, 3, 2, 0, 1,
- 2, 2, 3, 9, 9, 8, 14, 1, 1, 6,
- 5, 2, 2, 6, 7, 4, 4, 6, 6, 0,
- 0, 3, 2, 3, 2, 1, 5, 5, 6, 6,
- 6, 6, 4, 6, 4, 4, 6, 6, 2, 8,
- 1, 1, 0, 3, 6, 3, 6, 2, 5, 7,
- 5, 4, 4, 7
+ 1, 1, 0, 2, 1, 1, 1, 1, 1, 1,
+ 1, 1, 1, 1, 0, 2, 0, 2, 0, 2,
+ 0, 3, 2, 0, 1, 0, 3, 1, 2, 1,
+ 1, 1, 1, 1, 1, 1, 1, 1, 3, 1,
+ 2, 5, 5, 5, 5, 3, 2, 5, 4, 2,
+ 1, 1, 1, 3, 1, 3, 1, 0, 1, 3,
+ 4, 3, 3, 4, 4, 3, 6, 5, 2, 2,
+ 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
+ 6, 5, 8, 6, 6, 7, 7, 7, 7, 6,
+ 8, 8, 5, 7, 3, 1, 1, 1, 1, 0,
+ 2, 6, 1, 0, 1, 2, 0, 3, 0, 3,
+ 3, 3, 3, 0, 8, 0, 9, 0, 9, 5,
+ 2, 3, 1, 3, 3, 3, 3, 1, 0, 5,
+ 3, 1, 3, 1, 0, 11, 1, 1, 4, 1,
+ 1, 2, 3, 0, 1, 1, 1, 1, 1, 1,
+ 1, 1, 1, 1, 1, 3, 3, 2, 2, 3,
+ 2, 5, 4, 1, 5, 1, 1, 1, 1, 1,
+ 1, 2, 1, 3, 2, 2, 3, 3, 2, 0,
+ 1, 2, 2, 3, 9, 9, 8, 15, 1, 1,
+ 6, 5, 2, 2, 6, 7, 4, 4, 6, 6,
+ 0, 0, 3, 2, 3, 2, 1, 5, 5, 6,
+ 6, 6, 6, 4, 6, 4, 4, 6, 6, 2,