aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gas/ChangeLog7
-rw-r--r--gas/config/tc-ia64.c23
-rw-r--r--gas/testsuite/ChangeLog10
-rw-r--r--gas/testsuite/gas/ia64/dv-raw-err.l422
-rw-r--r--gas/testsuite/gas/ia64/dv-raw-err.s9
-rw-r--r--gas/testsuite/gas/ia64/dv-waw-err.l530
-rw-r--r--gas/testsuite/gas/ia64/dv-waw-err.s9
-rw-r--r--gas/testsuite/gas/ia64/regs.d6
-rw-r--r--gas/testsuite/gas/ia64/regs.s2
-rw-r--r--include/opcode/ChangeLog5
-rw-r--r--include/opcode/ia64.h3
-rw-r--r--opcodes/ChangeLog10
-rw-r--r--opcodes/ia64-asmtab.c1657
-rw-r--r--opcodes/ia64-dis.c2
-rw-r--r--opcodes/ia64-gen.c2
-rw-r--r--opcodes/ia64-ic.tbl6
-rw-r--r--opcodes/ia64-raw.tbl3
-rw-r--r--opcodes/ia64-waw.tbl3
18 files changed, 1405 insertions, 1304 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 8c1a460f..22b706b 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+2008-08-28 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/tc-ia64.c (CR_IIB0): New.
+ (CR_IIB1): Likewise.
+ (cr): Add cr.iib0 and cr.iib1.
+ (specify_resource): Handle IA64_RS_CR_IIB and CR_IIB0/CR_IIB1.
+
2008-08-28 Jan Beulich <jbeulich@novell.com>
* config/tc-i386.c (md_assemble): Force number of displacement
diff --git a/gas/config/tc-ia64.c b/gas/config/tc-ia64.c
index e31bd26..da56dd3 100644
--- a/gas/config/tc-ia64.c
+++ b/gas/config/tc-ia64.c
@@ -408,6 +408,8 @@ ar[] =
#define CR_IFS 23
#define CR_IIM 24
#define CR_IHA 25
+#define CR_IIB0 26
+#define CR_IIB1 27
#define CR_LID 64
#define CR_IVR 65
#define CR_TPR 66
@@ -441,6 +443,8 @@ cr[] =
{"cr.ifs", CR_IFS},
{"cr.iim", CR_IIM},
{"cr.iha", CR_IHA},
+ {"cr.iib0", CR_IIB0},
+ {"cr.iib1", CR_IIB1},
{"cr.lid", CR_LID},
{"cr.ivr", CR_IVR},
{"cr.tpr", CR_TPR},
@@ -8417,6 +8421,23 @@ dep->name, idesc->name, (rsrc_write?"write":"read"), note)
}
break;
+ case IA64_RS_CR_IIB:
+ if (note != 0)
+ {
+ UNHANDLED;
+ }
+ else
+ {
+ int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_CR;
+ if (idesc->operands[!rsrc_write] == IA64_OPND_CR3
+ && (regno == CR_IIB0 || regno == CR_IIB1))
+ {
+ specs[count] = tmpl;
+ specs[count++].index = regno;
+ }
+ }
+ break;
+
case IA64_RS_CR_LRR:
if (note != 1)
{
@@ -8848,6 +8869,8 @@ dep->name, idesc->name, (rsrc_write?"write":"read"), note)
case CR_ISR:
case CR_IFA:
case CR_IHA:
+ case CR_IIB0:
+ case CR_IIB1:
case CR_IIPA:
specs[count++] = tmpl;
break;
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index d0cd9d2..5bb281a 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,13 @@
+2008-08-28 H.J. Lu <hongjiu.lu@intel.com>
+
+ * gas/ia64/dv-raw-err.s: Add tests for cr.iib0 and cr.iib1.
+ * gas/ia64/dv-waw-err.s: Likewise.
+ * gas/ia64/regs.s: Likewise.
+
+ * gas/ia64/dv-raw-err.l: Updated.
+ * gas/ia64/dv-waw-err.l: Likewise.
+ * gas/ia64/regs.d: Likewise.
+
2008-08-28 Jan Beulich <jbeulich@novell.com>
* gas/i386/string-bad.{l,s}, gas/i386/string-ok.{d,e,s}: New.
diff --git a/gas/testsuite/gas/ia64/dv-raw-err.l b/gas/testsuite/gas/ia64/dv-raw-err.l
index 45fa70a..036fa3e 100644
--- a/gas/testsuite/gas/ia64/dv-raw-err.l
+++ b/gas/testsuite/gas/ia64/dv-raw-err.l
@@ -69,135 +69,133 @@
.*:148: Warning: This is the location of the conflicting usage
.*:154: Warning: Use of 'mov' violates RAW dependency 'CR\[IHA\]' \(data\)
.*:153: Warning: This is the location of the conflicting usage
-.*:159: Warning: Use of 'mov' violates RAW dependency 'CR\[IIM\]' \(data\)
+.*:159: Warning: Use of 'mov' violates RAW dependency 'CR\[IIB%\], % in[ ]*0[ ]+- 1' \(data\), specific resource number is 26
.*:158: Warning: This is the location of the conflicting usage
-.*:164: Warning: Use of 'rfi' violates RAW dependency 'CR\[IIP\]' \(implied\)
-.*:163: Warning: This is the location of the conflicting usage
-.*:169: Warning: Use of 'mov' violates RAW dependency 'CR\[IIPA\]' \(data\)
-.*:168: Warning: This is the location of the conflicting usage
-.*:174: Warning: Use of 'rfi' violates RAW dependency 'CR\[IPSR\]' \(implied\)
-.*:173: Warning: This is the location of the conflicting usage
-.*:179: Warning: Use of 'mov' violates RAW dependency 'CR\[IRR%\], % in[ ]*0[ ]+- 3' \(data\), specific resource number is 68
-.*:178: Warning: This is the location of the conflicting usage
-.*:184: Warning: Use of 'mov' violates RAW dependency 'CR\[ISR\]' \(data\)
-.*:183: Warning: This is the location of the conflicting usage
-.*:189: Warning: Use of 'itc\.d' violates RAW dependency 'CR\[ITIR\]' \(implied\)
-.*:188: Warning: This is the location of the conflicting usage
-.*:194: Warning: Use of 'mov' violates RAW dependency 'CR\[ITM\]' \(data\)
-.*:193: Warning: This is the location of the conflicting usage
-.*:199: Warning: Use of 'mov' violates RAW dependency 'CR\[ITV\]' \(data\)
-.*:198: Warning: This is the location of the conflicting usage
-.*:206: Warning: Use of 'mov' violates RAW dependency 'CR\[IVA\]' \(instr\)
-.*:205: Warning: This is the location of the conflicting usage
-.*:211: Warning: Use of 'mov' violates RAW dependency 'CR\[LID\]' \(other\)
-.*:210: Warning: This is the location of the conflicting usage
-.*:217: Warning: Use of 'mov' violates RAW dependency 'CR\[LRR%\], % in[ ]*0[ ]+- 1' \(data\), specific resource number is 80
-.*:216: Warning: This is the location of the conflicting usage
-.*:222: Warning: Use of 'mov' violates RAW dependency 'CR\[PMV\]' \(data\)
-.*:221: Warning: This is the location of the conflicting usage
-.*:227: Warning: Use of 'thash' violates RAW dependency 'CR\[PTA\]' \(data\)
-.*:226: Warning: This is the location of the conflicting usage
-.*:232: Warning: Use of 'mov' violates RAW dependency 'CR\[TPR\]' \(data\)
-.*:231: Warning: This is the location of the conflicting usage
-.*:236: Warning: Use of 'mov' violates RAW dependency 'CR\[TPR\]' \(other\)
+.*:163: Warning: Use of 'mov' violates RAW dependency 'CR\[IIB%\], % in[ ]*0[ ]+- 1' \(data\), specific resource number is 27
+.*:162: Warning: This is the location of the conflicting usage
+.*:168: Warning: Use of 'mov' violates RAW dependency 'CR\[IIM\]' \(data\)
+.*:167: Warning: This is the location of the conflicting usage
+.*:173: Warning: Use of 'rfi' violates RAW dependency 'CR\[IIP\]' \(implied\)
+.*:172: Warning: This is the location of the conflicting usage
+.*:178: Warning: Use of 'mov' violates RAW dependency 'CR\[IIPA\]' \(data\)
+.*:177: Warning: This is the location of the conflicting usage
+.*:183: Warning: Use of 'rfi' violates RAW dependency 'CR\[IPSR\]' \(implied\)
+.*:182: Warning: This is the location of the conflicting usage
+.*:188: Warning: Use of 'mov' violates RAW dependency 'CR\[IRR%\], % in[ ]*0[ ]+- 3' \(data\), specific resource number is 68
+.*:187: Warning: This is the location of the conflicting usage
+.*:193: Warning: Use of 'mov' violates RAW dependency 'CR\[ISR\]' \(data\)
+.*:192: Warning: This is the location of the conflicting usage
+.*:198: Warning: Use of 'itc\.d' violates RAW dependency 'CR\[ITIR\]' \(implied\)
+.*:197: Warning: This is the location of the conflicting usage
+.*:203: Warning: Use of 'mov' violates RAW dependency 'CR\[ITM\]' \(data\)
+.*:202: Warning: This is the location of the conflicting usage
+.*:208: Warning: Use of 'mov' violates RAW dependency 'CR\[ITV\]' \(data\)
+.*:207: Warning: This is the location of the conflicting usage
+.*:215: Warning: Use of 'mov' violates RAW dependency 'CR\[IVA\]' \(instr\)
+.*:214: Warning: This is the location of the conflicting usage
+.*:220: Warning: Use of 'mov' violates RAW dependency 'CR\[LID\]' \(other\)
+.*:219: Warning: This is the location of the conflicting usage
+.*:226: Warning: Use of 'mov' violates RAW dependency 'CR\[LRR%\], % in[ ]*0[ ]+- 1' \(data\), specific resource number is 80
+.*:225: Warning: This is the location of the conflicting usage
+.*:231: Warning: Use of 'mov' violates RAW dependency 'CR\[PMV\]' \(data\)
+.*:230: Warning: This is the location of the conflicting usage
+.*:236: Warning: Use of 'thash' violates RAW dependency 'CR\[PTA\]' \(data\)
.*:235: Warning: This is the location of the conflicting usage
-.*:242: Warning: Use of 'mov' may violate RAW dependency 'DBR\#' \(impliedf\)
-.*:241: Warning: This is the location of the conflicting usage
-.*:246: Warning: Use of 'probe\.r' may violate RAW dependency 'DBR\#' \(data\)
-.*:245: Warning: This is the location of the conflicting usage
-.*:252: Warning: Use of 'fc' violates RAW dependency 'DTC' \(data\)
-.*:251: Warning: This is the location of the conflicting usage
-.*:256: Warning: Use of 'ptc\.e' violates RAW dependency 'DTC' \(impliedf\)
-.*:255: Warning: This is the location of the conflicting usage
-.*:256: Warning: Use of 'ptc\.e' violates WAW dependency 'DTC' \(impliedf\)
-.*:255: Warning: This is the location of the conflicting usage
-.*:256: Warning: Use of 'ptc\.e' violates WAW dependency 'ITC' \(impliedf\)
-.*:255: Warning: This is the location of the conflicting usage
-.*:267: Warning: Use of 'tak' violates RAW dependency 'DTC' \(data\)
-.*:266: Warning: This is the location of the conflicting usage
-.*:267: Warning: Use of 'tak' violates RAW dependency 'DTR' \(data\)
-.*:266: Warning: This is the location of the conflicting usage
-.*:271: Warning: Use of 'tpa' violates RAW dependency 'DTC' \(data\)
-.*:270: Warning: This is the location of the conflicting usage
-.*:271: Warning: Use of 'tpa' violates RAW dependency 'DTR' \(data\)
-.*:270: Warning: This is the location of the conflicting usage
-.*:280: Warning: Use of 'mov' violates RAW dependency 'FR%, % in[ ]*2[ ]+- 127' \(impliedf\), specific resource number is 4
+.*:241: Warning: Use of 'mov' violates RAW dependency 'CR\[TPR\]' \(data\)
+.*:240: Warning: This is the location of the conflicting usage
+.*:245: Warning: Use of 'mov' violates RAW dependency 'CR\[TPR\]' \(other\)
+.*:244: Warning: This is the location of the conflicting usage
+.*:251: Warning: Use of 'mov' may violate RAW dependency 'DBR\#' \(impliedf\)
+.*:250: Warning: This is the location of the conflicting usage
+.*:255: Warning: Use of 'probe\.r' may violate RAW dependency 'DBR\#' \(data\)
+.*:254: Warning: This is the location of the conflicting usage
+.*:261: Warning: Use of 'fc' violates RAW dependency 'DTC' \(data\)
+.*:260: Warning: This is the location of the conflicting usage
+.*:265: Warning: Use of 'ptc\.e' violates RAW dependency 'DTC' \(impliedf\)
+.*:264: Warning: This is the location of the conflicting usage
+.*:265: Warning: Use of 'ptc\.e' violates WAW dependency 'DTC' \(impliedf\)
+.*:264: Warning: This is the location of the conflicting usage
+.*:265: Warning: Use of 'ptc\.e' violates WAW dependency 'ITC' \(impliedf\)
+.*:264: Warning: This is the location of the conflicting usage
+.*:276: Warning: Use of 'tak' violates RAW dependency 'DTC' \(data\)
+.*:275: Warning: This is the location of the conflicting usage
+.*:276: Warning: Use of 'tak' violates RAW dependency 'DTR' \(data\)
+.*:275: Warning: This is the location of the conflicting usage
+.*:280: Warning: Use of 'tpa' violates RAW dependency 'DTC' \(data\)
.*:279: Warning: This is the location of the conflicting usage
-.*:288: Warning: Use of 'mov' violates RAW dependency 'GR%, % in[ ]*1[ ]+- 127' \(impliedf\), specific resource number is 3
-.*:287: Warning: This is the location of the conflicting usage
-.*:293: Warning: Use of 'mov' may violate RAW dependency 'IBR\#' \(impliedf\)
-.*:292: Warning: This is the location of the conflicting usage
-.*:298: Warning: Use of 'mov' violates RAW dependency 'InService\*' \(data\)
-.*:297: Warning: This is the location of the conflicting usage
-.*:298: Warning: Use of 'mov' violates WAW dependency 'InService\*' \(other\)
-.*:297: Warning: This is the location of the conflicting usage
-.*:302: Warning: Use of 'mov' violates RAW dependency 'InService\*' \(impliedf\)
-.*:301: Warning: This is the location of the conflicting usage
-.*:302: Warning: Use of 'mov' violates WAW dependency 'CR\[IRR%\], % in[ ]*0[ ]+- 3' \(impliedf\), specific resource number is 71
-.*:301: Warning: This is the location of the conflicting usage
-.*:302: Warning: Use of 'mov' violates WAW dependency 'CR\[IRR%\], % in[ ]*0[ ]+- 3' \(impliedf\), specific resource number is 70
-.*:301: Warning: This is the location of the conflicting usage
-.*:302: Warning: Use of 'mov' violates WAW dependency 'CR\[IRR%\], % in[ ]*0[ ]+- 3' \(impliedf\), specific resource number is 69
-.*:301: Warning: This is the location of the conflicting usage
-.*:302: Warning: Use of 'mov' violates WAW dependency 'CR\[IRR%\], % in[ ]*0[ ]+- 3' \(impliedf\), specific resource number is 68
-.*:301: Warning: This is the location of the conflicting usage
-.*:302: Warning: Use of 'mov' violates WAW dependency 'InService\*' \(other\)
-.*:301: Warning: This is the location of the conflicting usage
-.*:304: Warning: Use of 'mov' violates WAW dependency 'InService\*' \(other\)
-.*:302: Warning: This is the location of the conflicting usage
-.*:304: Warning: Use of 'mov' violates WAW dependency 'InService\*' \(other\)
-.*:301: Warning: This is the location of the conflicting usage
-.*:305: Warning: Use of 'mov' violates WAW dependency 'InService\*' \(other\)
-.*:302: Warning: This is the location of the conflicting usage
-.*:305: Warning: Use of 'mov' violates WAW dependency 'InService\*' \(other\)
+.*:280: Warning: Use of 'tpa' violates RAW dependency 'DTR' \(data\)
+.*:279: Warning: This is the location of the conflicting usage
+.*:289: Warning: Use of 'mov' violates RAW dependency 'FR%, % in[ ]*2[ ]+- 127' \(impliedf\), specific resource number is 4
+.*:288: Warning: This is the location of the conflicting usage
+.*:297: Warning: Use of 'mov' violates RAW dependency 'GR%, % in[ ]*1[ ]+- 127' \(impliedf\), specific resource number is 3
+.*:296: Warning: This is the location of the conflicting usage
+.*:302: Warning: Use of 'mov' may violate RAW dependency 'IBR\#' \(impliedf\)
.*:301: Warning: This is the location of the conflicting usage
-.*:305: Warning: Use of 'mov' violates RAW dependency 'InService\*' \(impliedf\)
-.*:304: Warning: This is the location of the conflicting usage
-.*:305: Warning: Use of 'mov' violates WAW dependency 'CR\[EOI\]' \(other\)
-.*:304: Warning: This is the location of the conflicting usage
-.*:305: Warning: Use of 'mov' violates WAW dependency 'InService\*' \(other\)
-.*:304: Warning: This is the location of the conflicting usage
-.*:310: Warning: Use of 'epc' violates RAW dependency 'ITC' \(instr\)
-.*:309: Warning: This is the location of the conflicting usage
+.*:307: Warning: Use of 'mov' violates RAW dependency 'InService\*' \(data\)
+.*:306: Warning: This is the location of the conflicting usage
+.*:307: Warning: Use of 'mov' violates WAW dependency 'InService\*' \(other\)
+.*:306: Warning: This is the location of the conflicting usage
+.*:311: Warning: Use of 'mov' violates RAW dependency 'InService\*' \(impliedf\)
+.*:310: Warning: This is the location of the conflicting usage
+.*:311: Warning: Use of 'mov' violates WAW dependency 'CR\[IRR%\], % in[ ]*0[ ]+- 3' \(impliedf\), specific resource number is 71
+.*:310: Warning: This is the location of the conflicting usage
+.*:311: Warning: Use of 'mov' violates WAW dependency 'CR\[IRR%\], % in[ ]*0[ ]+- 3' \(impliedf\), specific resource number is 70
+.*:310: Warning: This is the location of the conflicting usage
+.*:311: Warning: Use of 'mov' violates WAW dependency 'CR\[IRR%\], % in[ ]*0[ ]+- 3' \(impliedf\), specific resource number is 69
+.*:310: Warning: This is the location of the conflicting usage
+.*:311: Warning: Use of 'mov' violates WAW dependency 'CR\[IRR%\], % in[ ]*0[ ]+- 3' \(impliedf\), specific resource number is 68
+.*:310: Warning: This is the location of the conflicting usage
+.*:311: Warning: Use of 'mov' violates WAW dependency 'InService\*' \(other\)
+.*:310: Warning: This is the location of the conflicting usage
+.*:313: Warning: Use of 'mov' violates WAW dependency 'InService\*' \(other\)
+.*:311: Warning: This is the location of the conflicting usage
+.*:313: Warning: Use of 'mov' violates WAW dependency 'InService\*' \(other\)
+.*:310: Warning: This is the location of the conflicting usage
+.*:314: Warning: Use of 'mov' violates WAW dependency 'InService\*' \(other\)
+.*:311: Warning: This is the location of the conflicting usage
+.*:314: Warning: Use of 'mov' violates WAW dependency 'InService\*' \(other\)
+.*:310: Warning: This is the location of the conflicting usage
+.*:314: Warning: Use of 'mov' violates RAW dependency 'InService\*' \(impliedf\)
+.*:313: Warning: This is the location of the conflicting usage
+.*:314: Warning: Use of 'mov' violates WAW dependency 'CR\[EOI\]' \(other\)
+.*:313: Warning: This is the location of the conflicting usage
+.*:314: Warning: Use of 'mov' violates WAW dependency 'InService\*' \(other\)
+.*:313: Warning: This is the location of the conflicting usage
.*:319: Warning: Use of 'epc' violates RAW dependency 'ITC' \(instr\)
.*:318: Warning: This is the location of the conflicting usage
-.*:319: Warning: Use of 'epc' violates RAW dependency 'ITR' \(instr\)
-.*:318: Warning: This is the location of the conflicting usage
-.*:326: Warning: Use of 'probe\.r' may violate RAW dependency 'PKR\#' \(data\)
-.*:325: Warning: This is the location of the conflicting usage
-.*:330: Warning: Use of 'mov' may violate RAW dependency 'PKR\#' \(data\)
-.*:329: Warning: This is the location of the conflicting usage
-.*:330: Warning: Use of 'mov' may violate RAW dependency 'PKR\#' \(impliedf\)
-.*:329: Warning: This is the location of the conflicting usage
-.*:336: Warning: Use of 'mov' may violate RAW dependency 'PMC\#' \(impliedf\)
-.*:335: Warning: This is the location of the conflicting usage
-.*:340: Warning: Use of 'mov' may violate RAW dependency 'PMC\#' \(other\)
-.*:339: Warning: This is the location of the conflicting usage
-.*:346: Warning: Use of 'mov' may violate RAW dependency 'PMD\#' \(impliedf\)
-.*:345: Warning: This is the location of the conflicting usage
-.*:351: Warning: Use of 'add' may violate RAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 1
-.*:350: Warning: This is the location of the conflicting usage
-.*:354: Warning: Use of 'add' may violate RAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 2
-.*:353: Warning: This is the location of the conflicting usage
-.*:357: Warning: Use of 'br\.cond\.sptk' may violate RAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 5
-.*:356: Warning: This is the location of the conflicting usage
-.*:365: Warning: Use of 'add' may violate RAW dependency 'CFM' \(impliedf\)
-.*:364: Warning: This is the location of the conflicting usage
-.*:365: Warning: Use of 'add' may violate RAW dependency 'PR63' \(impliedf\)
-.*:364: Warning: This is the location of the conflicting usage
-.*:368: Warning: Use of 'add' may violate RAW dependency 'PR63' \(impliedf\)
-.*:367: Warning: This is the location of the conflicting usage
-.*:376: Warning: Use of 'ld8' violates RAW dependency 'PSR\.ac' \(implied\)
-.*:375: Warning: This is the location of the conflicting usage
-.*:381: Warning: Use of 'ld8' violates RAW dependency 'PSR\.be' \(implied\)
-.*:380: Warning: This is the location of the conflicting usage
-.*:394: Warning: Use of 'st8' violates RAW dependency 'PSR\.cpl' \(implied\)
-.*:393: Warning: This is the location of the conflicting usage
-.*:397: Warning: Use of 'mov\.m' violates RAW dependency 'PSR\.cpl' \(implied\)
-.*:396: Warning: This is the location of the conflicting usage
-.*:400: Warning: Use of 'mov\.m' violates RAW dependency 'PSR\.cpl' \(implied\)
-.*:399: Warning: This is the location of the conflicting usage
-.*:403: Warning: Use of 'mov\.m' violates RAW dependency 'PSR\.cpl' \(implied\)
+.*:328: Warning: Use of 'epc' violates RAW dependency 'ITC' \(instr\)
+.*:327: Warning: This is the location of the conflicting usage
+.*:328: Warning: Use of 'epc' violates RAW dependency 'ITR' \(instr\)
+.*:327: Warning: This is the location of the conflicting usage
+.*:335: Warning: Use of 'probe\.r' may violate RAW dependency 'PKR\#' \(data\)
+.*:334: Warning: This is the location of the conflicting usage
+.*:339: Warning: Use of 'mov' may violate RAW dependency 'PKR\#' \(data\)
+.*:338: Warning: This is the location of the conflicting usage
+.*:339: Warning: Use of 'mov' may violate RAW dependency 'PKR\#' \(impliedf\)
+.*:338: Warning: This is the location of the conflicting usage
+.*:345: Warning: Use of 'mov' may violate RAW dependency 'PMC\#' \(impliedf\)
+.*:344: Warning: This is the location of the conflicting usage
+.*:349: Warning: Use of 'mov' may violate RAW dependency 'PMC\#' \(other\)
+.*:348: Warning: This is the location of the conflicting usage
+.*:355: Warning: Use of 'mov' may violate RAW dependency 'PMD\#' \(impliedf\)
+.*:354: Warning: This is the location of the conflicting usage
+.*:360: Warning: Use of 'add' may violate RAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 1
+.*:359: Warning: This is the location of the conflicting usage
+.*:363: Warning: Use of 'add' may violate RAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 2
+.*:362: Warning: This is the location of the conflicting usage
+.*:366: Warning: Use of 'br\.cond\.sptk' may violate RAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 5
+.*:365: Warning: This is the location of the conflicting usage
+.*:374: Warning: Use of 'add' may violate RAW dependency 'CFM' \(impliedf\)
+.*:373: Warning: This is the location of the conflicting usage
+.*:374: Warning: Use of 'add' may violate RAW dependency 'PR63' \(impliedf\)
+.*:373: Warning: This is the location of the conflicting usage
+.*:377: Warning: Use of 'add' may violate RAW dependency 'PR63' \(impliedf\)
+.*:376: Warning: This is the location of the conflicting usage
+.*:385: Warning: Use of 'ld8' violates RAW dependency 'PSR\.ac' \(implied\)
+.*:384: Warning: This is the location of the conflicting usage
+.*:390: Warning: Use of 'ld8' violates RAW dependency 'PSR\.be' \(implied\)
+.*:389: Warning: This is the location of the conflicting usage
+.*:403: Warning: Use of 'st8' violates RAW dependency 'PSR\.cpl' \(implied\)
.*:402: Warning: This is the location of the conflicting usage
.*:406: Warning: Use of 'mov\.m' violates RAW dependency 'PSR\.cpl' \(implied\)
.*:405: Warning: This is the location of the conflicting usage
@@ -205,101 +203,107 @@
.*:408: Warning: This is the location of the conflicting usage
.*:412: Warning: Use of 'mov\.m' violates RAW dependency 'PSR\.cpl' \(implied\)
.*:411: Warning: This is the location of the conflicting usage
-.*:415: Warning: Use of 'mov' violates RAW dependency 'PSR\.cpl' \(implied\)
+.*:415: Warning: Use of 'mov\.m' violates RAW dependency 'PSR\.cpl' \(implied\)
.*:414: Warning: This is the location of the conflicting usage
+.*:418: Warning: Use of 'mov\.m' violates RAW dependency 'PSR\.cpl' \(implied\)
+.*:417: Warning: This is the location of the conflicting usage
+.*:421: Warning: Use of 'mov\.m' violates RAW dependency 'PSR\.cpl' \(implied\)
+.*:420: Warning: This is the location of the conflicting usage
.*:424: Warning: Use of 'mov' violates RAW dependency 'PSR\.cpl' \(implied\)
.*:423: Warning: This is the location of the conflicting usage
-.*:427: Warning: Use of 'mov' violates RAW dependency 'PSR\.cpl' \(implied\)
-.*:426: Warning: This is the location of the conflicting usage
-.*:433: Warning: Use of 'ld8' violates RAW dependency 'PSR\.ac' \(data\)
-.*:432: Warning: This is the location of the conflicting usage
-.*:433: Warning: Use of 'ld8' violates RAW dependency 'PSR\.be' \(data\)
-.*:432: Warning: This is the location of the conflicting usage
-.*:433: Warning: Use of 'ld8' violates RAW dependency 'PSR\.db' \(data\)
-.*:432: Warning: This is the location of the conflicting usage
-.*:433: Warning: Use of 'ld8' violates RAW dependency 'PSR\.dt' \(data\)
+.*:433: Warning: Use of 'mov' violates RAW dependency 'PSR\.cpl' \(implied\)
.*:432: Warning: This is the location of the conflicting usage
-.*:433: Warning: Use of 'ld8' violates RAW dependency 'PSR\.pk' \(data\)
-.*:432: Warning: This is the location of the conflicting usage
-.*:441: Warning: Use of 'mov' violates RAW dependency 'PSR\.dfh' \(data\)
-.*:440: Warning: This is the location of the conflicting usage
-.*:441: Warning: Use of 'mov' violates WAW dependency 'PSR\.mfh' \(impliedf\)
-.*:440: Warning: This is the location of the conflicting usage
-.*:447: Warning: Use of 'mov' violates RAW dependency 'PSR\.dfl' \(data\)
-.*:446: Warning: This is the location of the conflicting usage
-.*:447: Warning: Use of 'mov' violates WAW dependency 'PSR\.mfl' \(impliedf\)
-.*:446: Warning: This is the location of the conflicting usage
-.*:453: Warning: Use of 'mov' violates RAW dependency 'PSR\.di' \(impliedf\)
-.*:452: Warning: This is the location of the conflicting usage
-.*:458: Warning: Use of 'ld8' violates RAW dependency 'PSR\.dt' \(data\)
-.*:457: Warning: This is the location of the conflicting usage
-.*:464: Warning: Use of 'mov' violates RAW dependency 'PSR\.i' \(impliedf\)
-.*:463: Warning: This is the location of the conflicting usage
-.*:470: Warning: Use of 'mov' violates RAW dependency 'PSR\.ic' \(impliedf\)
-.*:469: Warning: This is the location of the conflicting usage
-.*:474: Warning: Use of 'mov' violates RAW dependency 'PSR\.ic' \(data\)
-.*:473: Warning: This is the location of the conflicting usage
-.*:487: Warning: Use of 'br\.ret\.sptk' violates RAW dependency 'PSR\.lp' \(data\)
-.*:486: Warning: This is the location of the conflicting usage
-.*:487: Warning: Use of 'br\.ret\.sptk' violates RAW dependency 'PSR\.tb' \(data\)
-.*:486: Warning: This is the location of the conflicting usage
-.*:493: Warning: Use of 'mov' violates RAW dependency 'PSR\.mfh' \(impliedf\)
-.*:492: Warning: This is the location of the conflicting usage
-.*:498: Warning: Use of 'mov' violates RAW dependency 'PSR\.mfl' \(impliedf\)
-.*:497: Warning: This is the location of the conflicting usage
-.*:503: Warning: Use of 'ld8' violates RAW dependency 'PSR\.pk' \(data\)
-.*:502: Warning: This is the location of the conflicting usage
-.*:506: Warning: Use of 'mov' violates RAW dependency 'PSR\.pk' \(impliedf\)
-.*:505: Warning: This is the location of the conflicting usage
-.*:511: Warning: Use of 'mov' violates RAW dependency 'PSR\.pp' \(impliedf\)
-.*:510: Warning: This is the location of the conflicting usage
-.*:517: Warning: Use of 'flushrs' violates RAW dependency 'PSR\.rt' \(data\)
-.*:516: Warning: This is the location of the conflicting usage
-.*:523: Warning: Use of 'mov\.m' violates RAW dependency 'PSR\.si' \(data\)
-.*:522: Warning: This is the location of the conflicting usage
-.*:526: Warning: Use of 'mov\.m' violates RAW dependency 'PSR\.si' \(data\)
-.*:522: Warning: This is the location of the conflicting usage
-.*:526: Warning: Use of 'mov\.m' violates RAW dependency 'PSR\.si' \(data\)
+.*:436: Warning: Use of 'mov' violates RAW dependency 'PSR\.cpl' \(implied\)
+.*:435: Warning: This is the location of the conflicting usage
+.*:442: Warning: Use of 'ld8' violates RAW dependency 'PSR\.ac' \(data\)
+.*:441: Warning: This is the location of the conflicting usage
+.*:442: Warning: Use of 'ld8' violates RAW dependency 'PSR\.be' \(data\)
+.*:441: Warning: This is the location of the conflicting usage
+.*:442: Warning: Use of 'ld8' violates RAW dependency 'PSR\.db' \(data\)
+.*:441: Warning: This is the location of the conflicting usage
+.*:442: Warning: Use of 'ld8' violates RAW dependency 'PSR\.dt' \(data\)
+.*:441: Warning: This is the location of the conflicting usage
+.*:442: Warning: Use of 'ld8' violates RAW dependency 'PSR\.pk' \(data\)
+.*:441: Warning: This is the location of the conflicting usage
+.*:450: Warning: Use of 'mov' violates RAW dependency 'PSR\.dfh' \(data\)
+.*:449: Warning: This is the location of the conflicting usage
+.*:450: Warning: Use of 'mov' violates WAW dependency 'PSR\.mfh' \(impliedf\)
+.*:449: Warning: This is the location of the conflicting usage
+.*:456: Warning: Use of 'mov' violates RAW dependency 'PSR\.dfl' \(data\)
+.*:455: Warning: This is the location of the conflicting usage
+.*:456: Warning: Use of 'mov' violates WAW dependency 'PSR\.mfl' \(impliedf\)
+.*:455: Warning: This is the location of the conflicting usage
+.*:462: Warning: Use of 'mov' violates RAW dependency 'PSR\.di' \(impliedf\)
+.*:461: Warning: This is the location of the conflicting usage
+.*:467: Warning: Use of 'ld8' violates RAW dependency 'PSR\.dt' \(data\)
+.*:466: Warning: This is the location of the conflicting usage
+.*:473: Warning: Use of 'mov' violates RAW dependency 'PSR\.i' \(impliedf\)
+.*:472: Warning: This is the location of the conflicting usage
+.*:479: Warning: Use of 'mov' violates RAW dependency 'PSR\.ic' \(impliedf\)
+.*:478: Warning: This is the location of the conflicting usage
+.*:483: Warning: Use of 'mov' violates RAW dependency 'PSR\.ic' \(data\)
+.*:482: Warning: This is the location of the conflicting usage
+.*:496: Warning: Use of 'br\.ret\.sptk' violates RAW dependency 'PSR\.lp' \(data\)
+.*:495: Warning: This is the location of the conflicting usage
+.*:496: Warning: Use of 'br\.ret\.sptk' violates RAW dependency 'PSR\.tb' \(data\)
+.*:495: Warning: This is the location of the conflicting usage
+.*:502: Warning: Use of 'mov' violates RAW dependency 'PSR\.mfh' \(impliedf\)
+.*:501: Warning: This is the location of the conflicting usage
+.*:507: Warning: Use of 'mov' violates RAW dependency 'PSR\.mfl' \(impliedf\)
+.*:506: Warning: This is the location of the conflicting usage
+.*:512: Warning: Use of 'ld8' violates RAW dependency 'PSR\.pk' \(data\)
+.*:511: Warning: This is the location of the conflicting usage
+.*:515: Warning: Use of 'mov' violates RAW dependency 'PSR\.pk' \(impliedf\)
+.*:514: Warning: This is the location of the conflicting usage
+.*:520: Warning: Use of 'mov' violates RAW dependency 'PSR\.pp' \(impliedf\)
+.*:519: Warning: This is the location of the conflicting usage
+.*:526: Warning: Use of 'flushrs' violates RAW dependency 'PSR\.rt' \(data\)
.*:525: Warning: This is the location of the conflicting usage
-.*:534: Warning: Use of 'mov' violates RAW dependency 'PSR\.sp' \(data\)
-.*:533: Warning: This is the location of the conflicting usage
-.*:537: Warning: Use of 'rum' violates RAW dependency 'PSR\.sp' \(data\)
-.*:533: Warning: This is the location of the conflicting usage
-.*:537: Warning: Use of 'rum' violates RAW dependency 'PSR\.sp' \(data\)
-.*:536: Warning: This is the location of the conflicting usage
-.*:546: Warning: Use of 'chk\.s' violates RAW dependency 'PSR\.tb' \(data\)
+.*:532: Warning: Use of 'mov\.m' violates RAW dependency 'PSR\.si' \(data\)
+.*:531: Warning: This is the location of the conflicting usage
+.*:535: Warning: Use of 'mov\.m' violates RAW dependency 'PSR\.si' \(data\)
+.*:531: Warning: This is the location of the conflicting usage
+.*:535: Warning: Use of 'mov\.m' violates RAW dependency 'PSR\.si' \(data\)
+.*:534: Warning: This is the location of the conflicting usage
+.*:543: Warning: Use of 'mov' violates RAW dependency 'PSR\.sp' \(data\)
+.*:542: Warning: This is the location of the conflicting usage
+.*:546: Warning: Use of 'rum' violates RAW dependency 'PSR\.sp' \(data\)
+.*:542: Warning: This is the location of the conflicting usage
+.*:546: Warning: Use of 'rum' violates RAW dependency 'PSR\.sp' \(data\)
.*:545: Warning: This is the location of the conflicting usage
-.*:551: Warning: Use of 'mov' violates RAW dependency 'PSR\.up' \(impliedf\)
-.*:550: Warning: This is the location of the conflicting usage
-.*:557: Warning: Use of 'ld8' may violate RAW dependency 'RR\#' \(data\)
-.*:556: Warning: This is the location of the conflicting usage
-.*:560: Warning: Use of 'mov' may violate RAW dependency 'RR\#' \(impliedf\)
+.*:555: Warning: Use of 'chk\.s' violates RAW dependency 'PSR\.tb' \(data\)
+.*:554: Warning: This is the location of the conflicting usage
+.*:560: Warning: Use of 'mov' violates RAW dependency 'PSR\.up' \(impliedf\)
.*:559: Warning: This is the location of the conflicting usage
-.*:569: Warning: Use of 'addl' violates RAW dependency 'GR%, % in[ ]*1[ ]+- 127' \(impliedf\), specific resource number is 2
+.*:566: Warning: Use of 'ld8' may violate RAW dependency 'RR\#' \(data\)
+.*:565: Warning: This is the location of the conflicting usage
+.*:569: Warning: Use of 'mov' may violate RAW dependency 'RR\#' \(impliedf\)
.*:568: Warning: This is the location of the conflicting usage
-.*:573: Warning: Use of 'mov' violates RAW dependency 'GR%, % in[ ]*1[ ]+- 127' \(impliedf\), specific resource number is 32
-.*:572: Warning: This is the location of the conflicting usage
-.*:578: Warning: Use of 'add' may violate RAW dependency 'PR%, % in[ ]*16[ ]+- 62' \(impliedf\), specific resource number is 21
+.*:578: Warning: Use of 'addl' violates RAW dependency 'GR%, % in[ ]*1[ ]+- 127' \(impliedf\), specific resource number is 2
.*:577: Warning: This is the location of the conflicting usage
-.*:581: Warning: Use of 'add' may violate RAW dependency 'PR%, % in[ ]*16[ ]+- 62' \(impliedf\), specific resource number is 22
-.*:580: Warning: This is the location of the conflicting usage
-.*:584: Warning: Use of 'add' may violate RAW dependency 'PR%, % in[ ]*16[ ]+- 62' \(impliedf\), specific resource number is 23
-.*:583: Warning: This is the location of the conflicting usage
-.*:587: Warning: Use of 'br\.cond\.sptk' may violate RAW dependency 'PR%, % in[ ]*16[ ]+- 62' \(impliedf\), specific resource number is 25
+.*:582: Warning: Use of 'mov' violates RAW dependency 'GR%, % in[ ]*1[ ]+- 127' \(impliedf\), specific resource number is 32
+.*:581: Warning: This is the location of the conflicting usage
+.*:587: Warning: Use of 'add' may violate RAW dependency 'PR%, % in[ ]*16[ ]+- 62' \(impliedf\), specific resource number is 21
.*:586: Warning: This is the location of the conflicting usage
-.*:595: Warning: Use of 'adds' violates RAW dependency 'GR%, % in[ ]*1[ ]+- 127' \(impliedf\), specific resource number is 6
-.*:594: Warning: This is the location of the conflicting usage
-.*:598: Warning: Use of 'adds' violates RAW dependency 'GR%, % in[ ]*1[ ]+- 127' \(impliedf\), specific resource number is 6
-.*:597: Warning: This is the location of the conflicting usage
-.*:601: Warning: Use of 'add' violates RAW dependency 'GR%, % in[ ]*1[ ]+- 127' \(impliedf\), specific resource number is 6
-.*:600: Warning: This is the location of the conflicting usage
-.*:604: Warning: Use of 'ld8' violates RAW dependency 'GR%, % in[ ]*1[ ]+- 127' \(impliedf\), specific resource number is 6
-.*:603: Warning: This is the location of the conflicting usage
-.*:604: Warning: Use of 'ld8' violates WAW dependency 'GR%, % in[ ]*1[ ]+- 127' \(impliedf\), specific resource number is 6
+.*:590: Warning: Use of 'add' may violate RAW dependency 'PR%, % in[ ]*16[ ]+- 62' \(impliedf\), specific resource number is 22
+.*:589: Warning: This is the location of the conflicting usage
+.*:593: Warning: Use of 'add' may violate RAW dependency 'PR%, % in[ ]*16[ ]+- 62' \(impliedf\), specific resource number is 23
+.*:592: Warning: This is the location of the conflicting usage
+.*:596: Warning: Use of 'br\.cond\.sptk' may violate RAW dependency 'PR%, % in[ ]*16[ ]+- 62' \(impliedf\), specific resource number is 25
+.*:595: Warning: This is the location of the conflicting usage
+.*:604: Warning: Use of 'adds' violates RAW dependency 'GR%, % in[ ]*1[ ]+- 127' \(impliedf\), specific resource number is 6
.*:603: Warning: This is the location of the conflicting usage
-.*:607: Warning: Use of 'ldfd' violates RAW dependency 'GR%, % in[ ]*1[ ]+- 127' \(impliedf\), specific resource number is 6
-.*:606: Warning: This is the location of the conflicting usage
-.*:607: Warning: Use of 'ldfd' violates WAW dependency 'GR%, % in[ ]*1[ ]+- 127' \(impliedf\), specific resource number is 6
+.*:607: Warning: Use of 'adds' violates RAW dependency 'GR%, % in[ ]*1[ ]+- 127' \(impliedf\), specific resource number is 6
.*:606: Warning: This is the location of the conflicting usage
-.*:615: Warning: Use of 'ld8' violates RAW dependency 'PSR\.vm' \(implied\)
-.*:614: Warning: This is the location of the conflicting usage
+.*:610: Warning: Use of 'add' violates RAW dependency 'GR%, % in[ ]*1[ ]+- 127' \(impliedf\), specific resource number is 6
+.*:609: Warning: This is the location of the conflicting usage
+.*:613: Warning: Use of 'ld8' violates RAW dependency 'GR%, % in[ ]*1[ ]+- 127' \(impliedf\), specific resource number is 6
+.*:612: Warning: This is the location of the conflicting usage
+.*:613: Warning: Use of 'ld8' violates WAW dependency 'GR%, % in[ ]*1[ ]+- 127' \(impliedf\), specific resource number is 6
+.*:612: Warning: This is the location of the conflicting usage
+.*:616: Warning: Use of 'ldfd' violates RAW dependency 'GR%, % in[ ]*1[ ]+- 127' \(impliedf\), specific resource number is 6
+.*:615: Warning: This is the location of the conflicting usage
+.*:616: Warning: Use of 'ldfd' violates WAW dependency 'GR%, % in[ ]*1[ ]+- 127' \(impliedf\), specific resource number is 6
+.*:615: Warning: This is the location of the conflicting usage
+.*:624: Warning: Use of 'ld8' violates RAW dependency 'PSR\.vm' \(implied\)
+.*:623: Warning: This is the location of the conflicting usage
diff --git a/gas/testsuite/gas/ia64/dv-raw-err.s b/gas/testsuite/gas/ia64/dv-raw-err.s
index 53a3291..d671040 100644
--- a/gas/testsuite/gas/ia64/dv-raw-err.s
+++ b/gas/testsuite/gas/ia64/dv-raw-err.s
@@ -154,6 +154,15 @@
mov r14 = cr.iha
;;
+// CR[IIB%]
+ mov cr.iib0 = r15
+ mov r16 = cr.iib0
+ ;;
+
+ mov cr.iib1 = r15
+ mov r16 = cr.iib1
+ ;;
+
// CR[IIM]
mov cr.iim = r15
mov r16 = cr.iim
diff --git a/gas/testsuite/gas/ia64/dv-waw-err.l b/gas/testsuite/gas/ia64/dv-waw-err.l
index 0399701..761bc36 100644
--- a/gas/testsuite/gas/ia64/dv-waw-err.l
+++ b/gas/testsuite/gas/ia64/dv-waw-err.l
@@ -117,275 +117,279 @@
.*:164: Warning: This is the location of the conflicting usage
.*:170: Warning: Use of 'mov' violates WAW dependency 'CR\[IHA\]' \(impliedf\)
.*:169: Warning: This is the location of the conflicting usage
-.*:175: Warning: Use of 'mov' violates WAW dependency 'CR\[IIM\]' \(impliedf\)
+.*:175: Warning: Use of 'mov' violates WAW dependency 'CR\[IIB%\], % in[ ]*0[ ]+- 1' \(impliedf\), specific resource number is 26
.*:174: Warning: This is the location of the conflicting usage
-.*:180: Warning: Use of 'mov' violates WAW dependency 'CR\[IIP\]' \(impliedf\)
-.*:179: Warning: This is the location of the conflicting usage
-.*:185: Warning: Use of 'mov' violates WAW dependency 'CR\[IIPA\]' \(impliedf\)
-.*:184: Warning: This is the location of the conflicting usage
-.*:190: Warning: Use of 'mov' violates WAW dependency 'CR\[IPSR\]' \(impliedf\)
-.*:189: Warning: This is the location of the conflicting usage
-.*:195: Warning: Use of 'mov' violates RAW dependency 'InService\*' \(impliedf\)
-.*:194: Warning: This is the location of the conflicting usage
-.*:195: Warning: Use of 'mov' violates WAW dependency 'CR\[IRR%\], % in[ ]*0[ ]+- 3' \(impliedf\), specific resource number is 71
-.*:194: Warning: This is the location of the conflicting usage
-.*:195: Warning: Use of 'mov' violates WAW dependency 'CR\[IRR%\], % in[ ]*0[ ]+- 3' \(impliedf\), specific resource number is 70
-.*:194: Warning: This is the location of the conflicting usage
-.*:195: Warning: Use of 'mov' violates WAW dependency 'CR\[IRR%\], % in[ ]*0[ ]+- 3' \(impliedf\), specific resource number is 69
-.*:194: Warning: This is the location of the conflicting usage
-.*:195: Warning: Use of 'mov' violates WAW dependency 'CR\[IRR%\], % in[ ]*0[ ]+- 3' \(impliedf\), specific resource number is 68
-.*:194: Warning: This is the location of the conflicting usage
-.*:195: Warning: Use of 'mov' violates WAW dependency 'InService\*' \(other\)
-.*:194: Warning: This is the location of the conflicting usage
-.*:200: Warning: Use of 'mov' violates WAW dependency 'CR\[ISR\]' \(impliedf\)
-.*:199: Warning: This is the location of the conflicting usage
-.*:205: Warning: Use of 'mov' violates WAW dependency 'CR\[ITIR\]' \(impliedf\)
-.*:204: Warning: This is the location of the conflicting usage
-.*:210: Warning: Use of 'mov' violates WAW dependency 'CR\[ITM\]' \(impliedf\)
-.*:209: Warning: This is the location of the conflicting usage
-.*:215: Warning: Use of 'mov' violates WAW dependency 'CR\[ITV\]' \(impliedf\)
-.*:214: Warning: This is the location of the conflicting usage
-.*:220: Warning: Use of 'mov' violates WAW dependency 'CR\[IVA\]' \(impliedf\)
-.*:219: Warning: This is the location of the conflicting usage
-.*:227: Warning: Use of 'mov' violates WAW dependency 'CR\[LID\]' \(other\)
-.*:226: Warning: This is the location of the conflicting usage
-.*:235: Warning: Use of 'mov' violates WAW dependency 'CR\[LRR%\], % in[ ]*0[ ]+- 1' \(impliedf\), specific resource number is 80
-.*:234: Warning: This is the location of the conflicting usage
-.*:240: Warning: Use of 'mov' violates WAW dependency 'CR\[PMV\]' \(impliedf\)
-.*:239: Warning: This is the location of the conflicting usage
-.*:245: Warning: Use of 'mov' violates WAW dependency 'CR\[PTA\]' \(impliedf\)
-.*:244: Warning: This is the location of the conflicting usage
-.*:250: Warning: Use of 'mov' violates WAW dependency 'CR\[TPR\]' \(impliedf\)
-.*:249: Warning: This is the location of the conflicting usage
-.*:255: Warning: Use of 'mov' may violate WAW dependency 'DBR\#' \(impliedf\)
-.*:254: Warning: This is the location of the conflicting usage
-.*:264: Warning: Use of 'itc\.i' violates RAW dependency 'DTC' \(impliedf\)
+.*:179: Warning: Use of 'mov' violates WAW dependency 'CR\[IIB%\], % in[ ]*0[ ]+- 1' \(impliedf\), specific resource number is 27
+.*:178: Warning: This is the location of the conflicting usage
+.*:184: Warning: Use of 'mov' violates WAW dependency 'CR\[IIM\]' \(impliedf\)
+.*:183: Warning: This is the location of the conflicting usage
+.*:189: Warning: Use of 'mov' violates WAW dependency 'CR\[IIP\]' \(impliedf\)
+.*:188: Warning: This is the location of the conflicting usage
+.*:194: Warning: Use of 'mov' violates WAW dependency 'CR\[IIPA\]' \(impliedf\)
+.*:193: Warning: This is the location of the conflicting usage
+.*:199: Warning: Use of 'mov' violates WAW dependency 'CR\[IPSR\]' \(impliedf\)
+.*:198: Warning: This is the location of the conflicting usage
+.*:204: Warning: Use of 'mov' violates RAW dependency 'InService\*' \(impliedf\)
+.*:203: Warning: This is the location of the conflicting usage
+.*:204: Warning: Use of 'mov' violates WAW dependency 'CR\[IRR%\], % in[ ]*0[ ]+- 3' \(impliedf\), specific resource number is 71
+.*:203: Warning: This is the location of the conflicting usage
+.*:204: Warning: Use of 'mov' violates WAW dependency 'CR\[IRR%\], % in[ ]*0[ ]+- 3' \(impliedf\), specific resource number is 70
+.*:203: Warning: This is the location of the conflicting usage
+.*:204: Warning: Use of 'mov' violates WAW dependency 'CR\[IRR%\], % in[ ]*0[ ]+- 3' \(impliedf\), specific resource number is 69
+.*:203: Warning: This is the location of the conflicting usage
+.*:204: Warning: Use of 'mov' violates WAW dependency 'CR\[IRR%\], % in[ ]*0[ ]+- 3' \(impliedf\), specific resource number is 68
+.*:203: Warning: This is the location of the conflicting usage
+.*:204: Warning: Use of 'mov' violates WAW dependency 'InService\*' \(other\)
+.*:203: Warning: This is the location of the conflicting usage
+.*:209: Warning: Use of 'mov' violates WAW dependency 'CR\[ISR\]' \(impliedf\)
+.*:208: Warning: This is the location of the conflicting usage
+.*:214: Warning: Use of 'mov' violates WAW dependency 'CR\[ITIR\]' \(impliedf\)
+.*:213: Warning: This is the location of the conflicting usage
+.*:219: Warning: Use of 'mov' violates WAW dependency 'CR\[ITM\]' \(impliedf\)
+.*:218: Warning: This is the location of the conflicting usage
+.*:224: Warning: Use of 'mov' violates WAW dependency 'CR\[ITV\]' \(impliedf\)
+.*:223: Warning: This is the location of the conflicting usage
+.*:229: Warning: Use of 'mov' violates WAW dependency 'CR\[IVA\]' \(impliedf\)
+.*:228: Warning: This is the location of the conflicting usage
+.*:236: Warning: Use of 'mov' violates WAW dependency 'CR\[LID\]' \(other\)
+.*:235: Warning: This is the location of the conflicting usage
+.*:244: Warning: Use of 'mov' violates WAW dependency 'CR\[LRR%\], % in[ ]*0[ ]+- 1' \(impliedf\), specific resource number is 80
+.*:243: Warning: This is the location of the conflicting usage
+.*:249: Warning: Use of 'mov' violates WAW dependency 'CR\[PMV\]' \(impliedf\)
+.*:248: Warning: This is the location of the conflicting usage
+.*:254: Warning: Use of 'mov' violates WAW dependency 'CR\[PTA\]' \(impliedf\)
+.*:253: Warning: This is the location of the conflicting usage
+.*:259: Warning: Use of 'mov' violates WAW dependency 'CR\[TPR\]' \(impliedf\)
+.*:258: Warning: This is the location of the conflicting usage
+.*:264: Warning: Use of 'mov' may violate WAW dependency 'DBR\#' \(impliedf\)
.*:263: Warning: This is the location of the conflicting usage
-.*:264: Warning: Use of 'itc\.i' violates RAW dependency 'ITC' \(impliedf\)
-.*:263: Warning: This is the location of the conflicting usage
-.*:264: Warning: Use of 'itc\.i' violates WAW dependency 'DTC' \(impliedf\)
-.*:263: Warning: This is the location of the conflicting usage
-.*:264: Warning: Use of 'itc\.i' violates WAW dependency 'ITC' \(impliedf\)
-.*:263: Warning: This is the location of the conflicting usage
-.*:276: Warning: Use of 'ptr\.d' violates RAW dependency 'DTC' \(impliedf\)
-.*:275: Warning: This is the location of the conflicting usage
-.*:276: Warning: Use of 'ptr\.d' violates RAW dependency 'DTR' \(impliedf\)
-.*:275: Warning: This is the location of the conflicting usage
-.*:276: Warning: Use of 'ptr\.d' violates RAW dependency 'ITC' \(impliedf\)
-.*:275: Warning: This is the location of the conflicting usage
-.*:276: Warning: Use of 'ptr\.d' violates WAW dependency 'DTC' \(impliedf\)
-.*:275: Warning: This is the location of the conflicting usage
-.*:276: Warning: Use of 'ptr\.d' violates WAW dependency 'DTR' \(impliedf\)
-.*:275: Warning: This is the location of the conflicting usage
-.*:276: Warning: Use of 'ptr\.d' violates WAW dependency 'ITC' \(impliedf\)
-.*:275: Warning: This is the location of the conflicting usage
-.*:282: Warning: Use of 'ldfs\.c\.clr' violates WAW dependency 'FR%, % in[ ]*2[ ]+- 127' \(impliedf\), specific resource number is 3
-.*:281: Warning: This is the location of the conflicting usage
-.*:287: Warning: Use of 'ld8\.c\.clr' violates WAW dependency 'GR%, % in[ ]*1[ ]+- 127' \(impliedf\), specific resource number is 2
-.*:286: Warning: This is the location of the conflicting usage
-.*:292: Warning: Use of 'mov' may violate WAW dependency 'IBR\#' \(impliedf\)
-.*:291: Warning: This is the location of the conflicting usage
-.*:297: Warning: Use of 'mov' violates RAW dependency 'InService\*' \(data\)
-.*:296: Warning: This is the location of the conflicting usage
-.*:297: Warning: Use of 'mov' violates WAW dependency 'InService\*' \(other\)
-.*:296: Warning: This is the location of the conflicting usage
-.*:303: Warning: Use of 'itc\.i' violates RAW dependency 'DTC' \(impliedf\)
-.*:302: Warning: This is the location of the conflicting usage
-.*:303: Warning: Use of 'itc\.i' violates RAW dependency 'ITC' \(impliedf\)
-.*:302: Warning: This is the location of the conflicting usage
-.*:303: Warning: Use of 'itc\.i' violates WAW dependency 'DTC' \(impliedf\)
-.*:302: Warning: This is the location of the conflicting usage
-.*:303: Warning: Use of 'itc\.i' violates WAW dependency 'ITC' \(impliedf\)
-.*:302: Warning: This is the location of the conflicting usage
-.*:310: Warning: Use of 'ptr\.i' violates RAW dependency 'DTC' \(impliedf\)
-.*:309: Warning: This is the location of the conflicting usage
-.*:310: Warning: Use of 'ptr\.i' violates RAW dependency 'ITC' \(impliedf\)
-.*:309: Warning: This is the location of the conflicting usage
-.*:310: Warning: Use of 'ptr\.i' violates RAW dependency 'ITR' \(impliedf\)
-.*:309: Warning: This is the location of the conflicting usage
-.*:310: Warning: Use of 'ptr\.i' violates WAW dependency 'DTC' \(impliedf\)
-.*:309: Warning: This is the location of the conflicting usage
-.*:310: Warning: Use of 'ptr\.i' violates WAW dependency 'ITC' \(impliedf\)
-.*:309: Warning: This is the location of the conflicting usage
-.*:310: Warning: Use of 'ptr\.i' violates WAW dependency 'ITR' \(impliedf\)
-.*:309: Warning: This is the location of the conflicting usage
-.*:322: Warning: Use of 'mov' violates WAW dependency 'PKR\#' \(impliedf\), specific resource number is 1
-.*:321: Warning: This is the location of the conflicting usage
-.*:327: Warning: Use of 'mov' may violate WAW dependency 'PMC\#' \(impliedf\)
-.*:326: Warning: This is the location of the conflicting usage
-.*:332: Warning: Use of 'mov' may violate WAW dependency 'PMD\#' \(impliedf\)
-.*:331: Warning: This is the location of the conflicting usage
-.*:337: Warning: Use of 'cmp\.eq' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 1
-.*:336: Warning: This is the location of the conflicting usage
-.*:337: Warning: Use of 'cmp\.eq' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 1
-.*:336: Warning: This is the location of the conflicting usage
-.*:340: Warning: Use of 'fcmp\.eq' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 1
-.*:339: Warning: This is the location of the conflicting usage
-.*:340: Warning: Use of 'fcmp\.eq' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 1
-.*:339: Warning: This is the location of the conflicting usage
-.*:343: Warning: Use of 'cmp\.eq\.or' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 1
-.*:342: Warning: This is the location of the conflicting usage
-.*:346: Warning: Use of 'cmp\.eq\.and' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 1
+.*:273: Warning: Use of 'itc\.i' violates RAW dependency 'DTC' \(impliedf\)
+.*:272: Warning: This is the location of the conflicting usage
+.*:273: Warning: Use of 'itc\.i' violates RAW dependency 'ITC' \(impliedf\)
+.*:272: Warning: This is the location of the conflicting usage
+.*:273: Warning: Use of 'itc\.i' violates WAW dependency 'DTC' \(impliedf\)
+.*:272: Warning: This is the location of the conflicting usage
+.*:273: Warning: Use of 'itc\.i' violates WAW dependency 'ITC' \(impliedf\)
+.*:272: Warning: This is the location of the conflicting usage
+.*:285: Warning: Use of 'ptr\.d' violates RAW dependency 'DTC' \(impliedf\)
+.*:284: Warning: This is the location of the conflicting usage
+.*:285: Warning: Use of 'ptr\.d' violates RAW dependency 'DTR' \(impliedf\)
+.*:284: Warning: This is the location of the conflicting usage
+.*:285: Warning: Use of 'ptr\.d' violates RAW dependency 'ITC' \(impliedf\)
+.*:284: Warning: This is the location of the conflicting usage
+.*:285: Warning: Use of 'ptr\.d' violates WAW dependency 'DTC' \(impliedf\)
+.*:284: Warning: This is the location of the conflicting usage
+.*:285: Warning: Use of 'ptr\.d' violates WAW dependency 'DTR' \(impliedf\)
+.*:284: Warning: This is the location of the conflicting usage
+.*:285: Warning: Use of 'ptr\.d' violates WAW dependency 'ITC' \(impliedf\)
+.*:284: Warning: This is the location of the conflicting usage
+.*:291: Warning: Use of 'ldfs\.c\.clr' violates WAW dependency 'FR%, % in[ ]*2[ ]+- 127' \(impliedf\), specific resource number is 3
+.*:290: Warning: This is the location of the conflicting usage
+.*:296: Warning: Use of 'ld8\.c\.clr' violates WAW dependency 'GR%, % in[ ]*1[ ]+- 127' \(impliedf\), specific resource number is 2
+.*:295: Warning: This is the location of the conflicting usage
+.*:301: Warning: Use of 'mov' may violate WAW dependency 'IBR\#' \(impliedf\)
+.*:300: Warning: This is the location of the conflicting usage
+.*:306: Warning: Use of 'mov' violates RAW dependency 'InService\*' \(data\)
+.*:305: Warning: This is the location of the conflicting usage
+.*:306: Warning: Use of 'mov' violates WAW dependency 'InService\*' \(other\)
+.*:305: Warning: This is the location of the conflicting usage
+.*:312: Warning: Use of 'itc\.i' violates RAW dependency 'DTC' \(impliedf\)
+.*:311: Warning: This is the location of the conflicting usage
+.*:312: Warning: Use of 'itc\.i' violates RAW dependency 'ITC' \(impliedf\)
+.*:311: Warning: This is the location of the conflicting usage
+.*:312: Warning: Use of 'itc\.i' violates WAW dependency 'DTC' \(impliedf\)
+.*:311: Warning: This is the location of the conflicting usage
+.*:312: Warning: Use of 'itc\.i' violates WAW dependency 'ITC' \(impliedf\)
+.*:311: Warning: This is the location of the conflicting usage
+.*:319: Warning: Use of 'ptr\.i' violates RAW dependency 'DTC' \(impliedf\)
+.*:318: Warning: This is the location of the conflicting usage
+.*:319: Warning: Use of 'ptr\.i' violates RAW dependency 'ITC' \(impliedf\)
+.*:318: Warning: This is the location of the conflicting usage
+.*:319: Warning: Use of 'ptr\.i' violates RAW dependency 'ITR' \(impliedf\)
+.*:318: Warning: This is the location of the conflicting usage
+.*:319: Warning: Use of 'ptr\.i' violates WAW dependency 'DTC' \(impliedf\)
+.*:318: Warning: This is the location of the conflicting usage
+.*:319: Warning: Use of 'ptr\.i' violates WAW dependency 'ITC' \(impliedf\)
+.*:318: Warning: This is the location of the conflicting usage
+.*:319: Warning: Use of 'ptr\.i' violates WAW dependency 'ITR' \(impliedf\)
+.*:318: Warning: This is the location of the conflicting usage
+.*:331: Warning: Use of 'mov' violates WAW dependency 'PKR\#' \(impliedf\), specific resource number is 1
+.*:330: Warning: This is the location of the conflicting usage
+.*:336: Warning: Use of 'mov' may violate WAW dependency 'PMC\#' \(impliedf\)
+.*:335: Warning: This is the location of the conflicting usage
+.*:341: Warning: Use of 'mov' may violate WAW dependency 'PMD\#' \(impliedf\)
+.*:340: Warning: This is the location of the conflicting usage
+.*:346: Warning: Use of 'cmp\.eq' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 1
+.*:345: Warning: This is the location of the conflicting usage
+.*:346: Warning: Use of 'cmp\.eq' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 1
.*:345: Warning: This is the location of the conflicting usage
-.*:357: Warning: Use of 'br\.wtop\.sptk' violates RAW dependency 'AR\[EC\]' \(impliedf\)
-.*:356: Warning: This is the location of the conflicting usage
-.*:357: Warning: Use of 'br\.wtop\.sptk' violates RAW dependency 'CFM' \(impliedf\)
-.*:356: Warning: This is the location of the conflicting usage
-.*:357: Warning: Use of 'br\.wtop\.sptk' violates WAW dependency 'AR\[EC\]' \(impliedf\)
-.*:356: Warning: This is the location of the conflicting usage
-.*:357: Warning: Use of 'br\.wtop\.sptk' violates WAW dependency 'CFM' \(impliedf\)
-.*:356: Warning: This is the location of the conflicting usage
-.*:357: Warning: Use of 'br\.wtop\.sptk' violates WAW dependency 'PR63' \(impliedf\)
-.*:356: Warning: This is the location of the conflicting usage
-.*:357: Warning: Use of 'br\.wtop\.sptk' violates WAW dependency 'PR63' \(impliedf\)
-.*:356: Warning: This is the location of the conflicting usage
-.*:360: Warning: Use of 'cmp\.eq' violates WAW dependency 'PR63' \(impliedf\)
-.*:359: Warning: This is the location of the conflicting usage
-.*:360: Warning: Use of 'cmp\.eq' violates WAW dependency 'PR63' \(impliedf\)
-.*:359: Warning: This is the location of the conflicting usage
-.*:363: Warning: Use of 'fcmp\.eq' violates WAW dependency 'PR63' \(impliedf\)
-.*:362: Warning: This is the location of the conflicting usage
-.*:363: Warning: Use of 'fcmp\.eq' violates WAW dependency 'PR63' \(impliedf\)
-.*:362: Warning: This is the location of the conflicting usage
-.*:366: Warning: Use of 'cmp\.eq\.or' violates WAW dependency 'PR63' \(impliedf\)
+.*:349: Warning: Use of 'fcmp\.eq' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 1
+.*:348: Warning: This is the location of the conflicting usage
+.*:349: Warning: Use of 'fcmp\.eq' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 1
+.*:348: Warning: This is the location of the conflicting usage
+.*:352: Warning: Use of 'cmp\.eq\.or' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 1
+.*:351: Warning: This is the location of the conflicting usage
+.*:355: Warning: Use of 'cmp\.eq\.and' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 1
+.*:354: Warning: This is the location of the conflicting usage
+.*:366: Warning: Use of 'br\.wtop\.sptk' violates RAW dependency 'AR\[EC\]' \(impliedf\)
+.*:365: Warning: This is the location of the conflicting usage
+.*:366: Warning: Use of 'br\.wtop\.sptk' violates RAW dependency 'CFM' \(impliedf\)
+.*:365: Warning: This is the location of the conflicting usage
+.*:366: Warning: Use of 'br\.wtop\.sptk' violates WAW dependency 'AR\[EC\]' \(impliedf\)
+.*:365: Warning: This is the location of the conflicting usage
+.*:366: Warning: Use of 'br\.wtop\.sptk' violates WAW dependency 'CFM' \(impliedf\)
.*:365: Warning: This is the location of the conflicting usage
-.*:369: Warning: Use of 'cmp\.eq\.and' violates WAW dependency 'PR63' \(impliedf\)
+.*:366: Warning: Use of 'br\.wtop\.sptk' violates WAW dependency 'PR63' \(impliedf\)
+.*:365: Warning: This is the location of the conflicting usage
+.*:366: Warning: Use of 'br\.wtop\.sptk' violates WAW dependency 'PR63' \(impliedf\)
+.*:365: Warning: This is the location of the conflicting usage
+.*:369: Warning: Use of 'cmp\.eq' violates WAW dependency 'PR63' \(impliedf\)
.*:368: Warning: This is the location of the conflicting usage
-.*:380: Warning: Use of 'rum' violates WAW dependency 'PSR\.ac' \(impliedf\)
-.*:379: Warning: This is the location of the conflicting usage
-.*:385: Warning: Use of 'rum' violates WAW dependency 'PSR\.be' \(impliedf\)
-.*:384: Warning: This is the location of the conflicting usage
-.*:395: Warning: Use of 'br\.ret\.sptk' violates WAW dependency 'PSR\.cpl' \(impliedf\)
-.*:394: Warning: This is the location of the conflicting usage
-.*:401: Warning: Use of 'mov' violates WAW dependency 'PSR\.ac' \(impliedf\)
-.*:400: Warning: This is the location of the conflicting usage
-.*:401: Warning: Use of 'mov' violates WAW dependency 'PSR\.be' \(impliedf\)
-.*:400: Warning: This is the location of the conflicting usage
-.*:401: Warning: Use of 'mov' violates WAW dependency 'PSR\.db' \(impliedf\)
-.*:400: Warning: This is the location of the conflicting usage
-.*:401: Warning: Use of 'mov' violates WAW dependency 'PSR\.dfh' \(impliedf\)
-.*:400: Warning: This is the location of the conflicting usage
-.*:401: Warning: Use of 'mov' violates WAW dependency 'PSR\.dfl' \(impliedf\)
-.*:400: Warning: This is the location of the conflicting usage
-.*:401: Warning: Use of 'mov' violates WAW dependency 'PSR\.di' \(impliedf\)
-.*:400: Warning: This is the location of the conflicting usage
-.*:401: Warning: Use of 'mov' violates WAW dependency 'PSR\.dt' \(impliedf\)
-.*:400: Warning: This is the location of the conflicting usage
-.*:401: Warning: Use of 'mov' violates WAW dependency 'PSR\.i' \(impliedf\)
-.*:400: Warning: This is the location of the conflicting usage
-.*:401: Warning: Use of 'mov' violates WAW dependency 'PSR\.ic' \(impliedf\)
-.*:400: Warning: This is the location of the conflicting usage
-.*:401: Warning: Use of 'mov' violates WAW dependency 'PSR\.lp' \(impliedf\)
-.*:400: Warning: This is the location of the conflicting usage
-.*:401: Warning: Use of 'mov' violates WAW dependency 'PSR\.mfh' \(impliedf\)
-.*:400: Warning: This is the location of the conflicting usage
-.*:401: Warning: Use of 'mov' violates WAW dependency 'PSR\.mfh' \(impliedf\)
-.*:400: Warning: This is the location of the conflicting usage
-.*:401: Warning: Use of 'mov' violates WAW dependency 'PSR\.mfl' \(impliedf\)
-.*:400: Warning: This is the location of the conflicting usage
-.*:401: Warning: Use of 'mov' violates WAW dependency 'PSR\.mfl' \(impliedf\)
-.*:400: Warning: This is the location of the conflicting usage
-.*:401: Warning: Use of 'mov' violates WAW dependency 'PSR\.pk' \(impliedf\)
-.*:400: Warning: This is the location of the conflicting usage
-.*:401: Warning: Use of 'mov' violates WAW dependency 'PSR\.pp' \(impliedf\)
-.*:400: Warning: This is the location of the conflicting usage
-.*:401: Warning: Use of 'mov' violates WAW dependency 'PSR\.rt' \(impliedf\)
-.*:400: Warning: This is the location of the conflicting usage
-.*:401: Warning: Use of 'mov' violates WAW dependency 'PSR\.si' \(impliedf\)
-.*:400: Warning: This is the location of the conflicting usage
-.*:401: Warning: Use of 'mov' violates WAW dependency 'PSR\.sp' \(impliedf\)
-.*:400: Warning: This is the location of the conflicting usage
-.*:401: Warning: Use of 'mov' violates WAW dependency 'PSR\.tb' \(impliedf\)
-.*:400: Warning: This is the location of the conflicting usage
-.*:401: Warning: Use of 'mov' violates WAW dependency 'PSR\.up' \(impliedf\)
-.*:400: Warning: This is the location of the conflicting usage
-.*:409: Warning: Use of 'ssm' violates WAW dependency 'PSR\.dfh' \(impliedf\)
-.*:408: Warning: This is the location of the conflicting usage
-.*:415: Warning: Use of 'ssm' violates WAW dependency 'PSR\.dfl' \(impliedf\)
-.*:414: Warning: This is the location of the conflicting usage
-.*:421: Warning: Use of 'rsm' violates WAW dependency 'PSR\.di' \(impliedf\)
-.*:420: Warning: This is the location of the conflicting usage
-.*:426: Warning: Use of 'rsm' violates WAW dependency 'PSR\.dt' \(impliedf\)
-.*:425: Warning: This is the location of the conflicting usage
-.*:432: Warning: Use of 'ssm' violates WAW dependency 'PSR\.i' \(impliedf\)
-.*:431: Warning: This is the location of the conflicting usage
-.*:438: Warning: Use of 'ssm' violates WAW dependency 'PSR\.ic' \(impliedf\)
-.*:437: Warning: This is the location of the conflicting usage
-.*:449: Warning: Use of 'mov' violates RAW dependency 'PSR\.mfh' \(impliedf\)
-.*:448: Warning: This is the location of the conflicting usage
-.*:452: Warning: Use of 'ssm' violates WAW dependency 'PSR\.mfh' \(impliedf\)
-.*:451: Warning: This is the location of the conflicting usage
-.*:452: Warning: Use of 'ssm' violates WAW dependency 'PSR\.mfh' \(impliedf\)
-.*:451: Warning: This is the location of the conflicting usage
-.*:455: Warning: Use of 'mov' violates WAW dependency 'PSR\.mfh' \(impliedf\)
-.*:454: Warning: This is the location of the conflicting usage
-.*:455: Warning: Use of 'mov' violates WAW dependency 'PSR\.mfh' \(impliedf\)
-.*:454: Warning: This is the location of the conflicting usage
-.*:458: Warning: Use of 'rum' violates WAW dependency 'PSR\.mfh' \(impliedf\)
-.*:457: Warning: This is the location of the conflicting usage
-.*:458: Warning: Use of 'rum' violates WAW dependency 'PSR\.mfh' \(impliedf\)
+.*:369: Warning: Use of 'cmp\.eq' violates WAW dependency 'PR63' \(impliedf\)
+.*:368: Warning: This is the location of the conflicting usage
+.*:372: Warning: Use of 'fcmp\.eq' violates WAW dependency 'PR63' \(impliedf\)
+.*:371: Warning: This is the location of the conflicting usage
+.*:372: Warning: Use of 'fcmp\.eq' violates WAW dependency 'PR63' \(impliedf\)
+.*:371: Warning: This is the location of the conflicting usage
+.*:375: Warning: Use of 'cmp\.eq\.or' violates WAW dependency 'PR63' \(impliedf\)
+.*:374: Warning: This is the location of the conflicting usage
+.*:378: Warning: Use of 'cmp\.eq\.and' violates WAW dependency 'PR63' \(impliedf\)
+.*:377: Warning: This is the location of the conflicting usage
+.*:389: Warning: Use of 'rum' violates WAW dependency 'PSR\.ac' \(impliedf\)
+.*:388: Warning: This is the location of the conflicting usage
+.*:394: Warning: Use of 'rum' violates WAW dependency 'PSR\.be' \(impliedf\)
+.*:393: Warning: This is the location of the conflicting usage
+.*:404: Warning: Use of 'br\.ret\.sptk' violates WAW dependency 'PSR\.cpl' \(impliedf\)
+.*:403: Warning: This is the location of the conflicting usage
+.*:410: Warning: Use of 'mov' violates WAW dependency 'PSR\.ac' \(impliedf\)
+.*:409: Warning: This is the location of the conflicting usage
+.*:410: Warning: Use of 'mov' violates WAW dependency 'PSR\.be' \(impliedf\)
+.*:409: Warning: This is the location of the conflicting usage
+.*:410: Warning: Use of 'mov' violates WAW dependency 'PSR\.db' \(impliedf\)
+.*:409: Warning: This is the location of the conflicting usage
+.*:410: Warning: Use of 'mov' violates WAW dependency 'PSR\.dfh' \(impliedf\)
+.*:409: Warning: This is the location of the conflicting usage
+.*:410: Warning: Use of 'mov' violates WAW dependency 'PSR\.dfl' \(impliedf\)
+.*:409: Warning: This is the location of the conflicting usage
+.*:410: Warning: Use of 'mov' violates WAW dependency 'PSR\.di' \(impliedf\)
+.*:409: Warning: This is the location of the conflicting usage
+.*:410: Warning: Use of 'mov' violates WAW dependency 'PSR\.dt' \(impliedf\)
+.*:409: Warning: This is the location of the conflicting usage
+.*:410: Warning: Use of 'mov' violates WAW dependency 'PSR\.i' \(impliedf\)
+.*:409: Warning: This is the location of the conflicting usage
+.*:410: Warning: Use of 'mov' violates WAW dependency 'PSR\.ic' \(impliedf\)
+.*:409: Warning: This is the location of the conflicting usage
+.*:410: Warning: Use of 'mov' violates WAW dependency 'PSR\.lp' \(impliedf\)
+.*:409: Warning: This is the location of the conflicting usage
+.*:410: Warning: Use of 'mov' violates WAW dependency 'PSR\.mfh' \(impliedf\)
+.*:409: Warning: This is the location of the conflicting usage
+.*:410: Warning: Use of 'mov' violates WAW dependency 'PSR\.mfh' \(impliedf\)
+.*:409: Warning: This is the location of the conflicting usage
+.*:410: Warning: Use of 'mov' violates WAW dependency 'PSR\.mfl' \(impliedf\)
+.*:409: Warning: This is the location of the conflicting usage
+.*:410: Warning: Use of 'mov' violates WAW dependency 'PSR\.mfl' \(impliedf\)
+.*:409: Warning: This is the location of the conflicting usage
+.*:410: Warning: Use of 'mov' violates WAW dependency 'PSR\.pk' \(impliedf\)
+.*:409: Warning: This is the location of the conflicting usage
+.*:410: Warning: Use of 'mov' violates WAW dependency 'PSR\.pp' \(impliedf\)
+.*:409: Warning: This is the location of the conflicting usage
+.*:410: Warning: Use of 'mov' violates WAW dependency 'PSR\.rt' \(impliedf\)
+.*:409: Warning: This is the location of the conflicting usage
+.*:410: Warning: Use of 'mov' violates WAW dependency 'PSR\.si' \(impliedf\)
+.*:409: Warning: This is the location of the conflicting usage
+.*:410: Warning: Use of 'mov' violates WAW dependency 'PSR\.sp' \(impliedf\)
+.*:409: Warning: This is the location of the conflicting usage
+.*:410: Warning: Use of 'mov' violates WAW dependency 'PSR\.tb' \(impliedf\)
+.*:409: Warning: This is the location of the conflicting usage
+.*:410: Warning: Use of 'mov' violates WAW dependency 'PSR\.up' \(impliedf\)
+.*:409: Warning: This is the location of the conflicting usage
+.*:418: Warning: Use of 'ssm' violates WAW dependency 'PSR\.dfh' \(impliedf\)
+.*:417: Warning: This is the location of the conflicting usage
+.*:424: Warning: Use of 'ssm' violates WAW dependency 'PSR\.dfl' \(impliedf\)
+.*:423: Warning: This is the location of the conflicting usage
+.*:430: Warning: Use of 'rsm' violates WAW dependency 'PSR\.di' \(impliedf\)
+.*:429: Warning: This is the location of the conflicting usage
+.*:435: Warning: Use of 'rsm' violates WAW dependency 'PSR\.dt' \(impliedf\)
+.*:434: Warning: This is the location of the conflicting usage
+.*:441: Warning: Use of 'ssm' violates WAW dependency 'PSR\.i' \(impliedf\)
+.*:440: Warning: This is the location of the conflicting usage
+.*:447: Warning: Use of 'ssm' violates WAW dependency 'PSR\.ic' \(impliedf\)
+.*:446: Warning: This is the location of the conflicting usage
+.*:458: Warning: Use of 'mov' violates RAW dependency 'PSR\.mfh' \(impliedf\)
.*:457: Warning: This is the location of the conflicting usage
-.*:466: Warning: Use of 'mov' violates RAW dependency 'PSR\.mfl' \(impliedf\)
-.*:465: Warning: This is the location of the conflicting usage
-.*:469: Warning: Use of 'ssm' violates WAW dependency 'PSR\.mfl' \(impliedf\)
-.*:468: Warning: This is the location of the conflicting usage
-.*:469: Warning: Use of 'ssm' violates WAW dependency 'PSR\.mfl' \(impliedf\)
-.*:468: Warning: This is the location of the conflicting usage
-.*:472: Warning: Use of 'mov' violates WAW dependency 'PSR\.mfl' \(impliedf\)
-.*:471: Warning: This is the location of the conflicting usage
-.*:472: Warning: Use of 'mov' violates WAW dependency 'PSR\.mfl' \(impliedf\)
-.*:471: Warning: This is the location of the conflicting usage
-.*:475: Warning: Use of 'rum' violates WAW dependency 'PSR\.mfl' \(impliedf\)
-.*:474: Warning: This is the location of the conflicting usage
-.*:475: Warning: Use of 'rum' violates WAW dependency 'PSR\.mfl' \(impliedf\)
+.*:461: Warning: Use of 'ssm' violates WAW dependency 'PSR\.mfh' \(impliedf\)
+.*:460: Warning: This is the location of the conflicting usage
+.*:461: Warning: Use of 'ssm' violates WAW dependency 'PSR\.mfh' \(impliedf\)
+.*:460: Warning: This is the location of the conflicting usage
+.*:464: Warning: Use of 'mov' violates WAW dependency 'PSR\.mfh' \(impliedf\)
+.*:463: Warning: This is the location of the conflicting usage
+.*:464: Warning: Use of 'mov' violates WAW dependency 'PSR\.mfh' \(impliedf\)
+.*:463: Warning: This is the location of the conflicting usage
+.*:467: Warning: Use of 'rum' violates WAW dependency 'PSR\.mfh' \(impliedf\)
+.*:466: Warning: This is the location of the conflicting usage
+.*:467: Warning: Use of 'rum' violates WAW dependency 'PSR\.mfh' \(impliedf\)
+.*:466: Warning: This is the location of the conflicting usage
+.*:475: Warning: Use of 'mov' violates RAW dependency 'PSR\.mfl' \(impliedf\)
.*:474: Warning: This is the location of the conflicting usage
-.*:483: Warning: Use of 'rsm' violates WAW dependency 'PSR\.pk' \(impliedf\)
-.*:482: Warning: This is the location of the conflicting usage
-.*:488: Warning: Use of 'rsm' violates WAW dependency 'PSR\.pp' \(impliedf\)
-.*:487: Warning: This is the location of the conflicting usage
-.*:496: Warning: Use of 'ssm' violates WAW dependency 'PSR\.si' \(impliedf\)
-.*:495: Warning: This is the location of the conflicting usage
-.*:501: Warning: Use of 'rsm' violates WAW dependency 'PSR\.sp' \(impliedf\)
-.*:500: Warning: This is the location of the conflicting usage
-.*:510: Warning: Use of 'rsm' violates WAW dependency 'PSR\.up' \(impliedf\)
+.*:478: Warning: Use of 'ssm' violates WAW dependency 'PSR\.mfl' \(impliedf\)
+.*:477: Warning: This is the location of the conflicting usage
+.*:478: Warning: Use of 'ssm' violates WAW dependency 'PSR\.mfl' \(impliedf\)
+.*:477: Warning: This is the location of the conflicting usage
+.*:481: Warning: Use of 'mov' violates WAW dependency 'PSR\.mfl' \(impliedf\)
+.*:480: Warning: This is the location of the conflicting usage
+.*:481: Warning: Use of 'mov' violates WAW dependency 'PSR\.mfl' \(impliedf\)
+.*:480: Warning: This is the location of the conflicting usage
+.*:484: Warning: Use of 'rum' violates WAW dependency 'PSR\.mfl' \(impliedf\)
+.*:483: Warning: This is the location of the conflicting usage
+.*:484: Warning: Use of 'rum' violates WAW dependency 'PSR\.mfl' \(impliedf\)
+.*:483: Warning: This is the location of the conflicting usage
+.*:492: Warning: Use of 'rsm' violates WAW dependency 'PSR\.pk' \(impliedf\)
+.*:491: Warning: This is the location of the conflicting usage
+.*:497: Warning: Use of 'rsm' violates WAW dependency 'PSR\.pp' \(impliedf\)
+.*:496: Warning: This is the location of the conflicting usage
+.*:505: Warning: Use of 'ssm' violates WAW dependency 'PSR\.si' \(impliedf\)
+.*:504: Warning: This is the location of the conflicting usage
+.*:510: Warning: Use of 'rsm' violates WAW dependency 'PSR\.sp' \(impliedf\)
.*:509: Warning: This is the location of the conflicting usage
-.*:513: Warning: Use of 'mov' violates WAW dependency 'PSR\.up' \(impliedf\)
-.*:512: Warning: This is the location of the conflicting usage
-.*:518: Warning: Use of 'mov' violates WAW dependency 'RR\#' \(impliedf\), specific resource number is 7
-.*:517: Warning: This is the location of the conflicting usage
-.*:541: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 7
-.*:540: Warning: This is the location of the conflicting usage
-.*:541: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 6
-.*:540: Warning: This is the location of the conflicting usage
-.*:541: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 7
-.*:540: Warning: This is the location of the conflicting usage
-.*:541: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 6
-.*:540: Warning: This is the location of the conflicting usage
-.*:544: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 7
-.*:543: Warning: This is the location of the conflicting usage
-.*:544: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 7
-.*:543: Warning: This is the location of the conflicting usage
-.*:544: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR63' \(impliedf\)
-.*:543: Warning: This is the location of the conflicting usage
-.*:544: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR63' \(impliedf\)
-.*:543: Warning: This is the location of the conflicting usage
-.*:547: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 6
-.*:546: Warning: This is the location of the conflicting usage
-.*:547: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 6
-.*:546: Warning: This is the location of the conflicting usage
-.*:547: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR63' \(impliedf\)
-.*:546: Warning: This is the location of the conflicting usage
-.*:547: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR63' \(impliedf\)
-.*:546: Warning: This is the location of the conflicting usage
-.*:552: Warning: Use of 'cmp\.eq' violates WAW dependency 'PR%, % in[ ]*16[ ]+- 62' \(impliedf\), specific resource number is 21
-.*:551: Warning: This is the location of the conflicting usage
-.*:552: Warning: Use of 'cmp\.eq' violates WAW dependency 'PR%, % in[ ]*16[ ]+- 62' \(impliedf\), specific resource number is 21
-.*:551: Warning: This is the location of the conflicting usage
-.*:555: Warning: Use of 'fcmp\.eq' violates WAW dependency 'PR%, % in[ ]*16[ ]+- 62' \(impliedf\), specific resource number is 21
-.*:554: Warning: This is the location of the conflicting usage
-.*:555: Warning: Use of 'fcmp\.eq' violates WAW dependency 'PR%, % in[ ]*16[ ]+- 62' \(impliedf\), specific resource number is 21
-.*:554: Warning: This is the location of the conflicting usage
-.*:558: Warning: Use of 'cmp\.eq\.or' violates WAW dependency 'PR%, % in[ ]*16[ ]+- 62' \(impliedf\), specific resource number is 21
-.*:557: Warning: This is the location of the conflicting usage
-.*:561: Warning: Use of 'cmp\.eq\.and' violates WAW dependency 'PR%, % in[ ]*16[ ]+- 62' \(impliedf\), specific resource number is 21
+.*:519: Warning: Use of 'rsm' violates WAW dependency 'PSR\.up' \(impliedf\)
+.*:518: Warning: This is the location of the conflicting usage
+.*:522: Warning: Use of 'mov' violates WAW dependency 'PSR\.up' \(impliedf\)
+.*:521: Warning: This is the location of the conflicting usage
+.*:527: Warning: Use of 'mov' violates WAW dependency 'RR\#' \(impliedf\), specific resource number is 7
+.*:526: Warning: This is the location of the conflicting usage
+.*:550: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 7
+.*:549: Warning: This is the location of the conflicting usage
+.*:550: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 6
+.*:549: Warning: This is the location of the conflicting usage
+.*:550: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 7
+.*:549: Warning: This is the location of the conflicting usage
+.*:550: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 6
+.*:549: Warning: This is the location of the conflicting usage
+.*:553: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 7
+.*:552: Warning: This is the location of the conflicting usage
+.*:553: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 7
+.*:552: Warning: This is the location of the conflicting usage
+.*:553: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR63' \(impliedf\)
+.*:552: Warning: This is the location of the conflicting usage
+.*:553: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR63' \(impliedf\)
+.*:552: Warning: This is the location of the conflicting usage
+.*:556: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 6
+.*:555: Warning: This is the location of the conflicting usage
+.*:556: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR%, % in[ ]*1[ ]+- 15' \(impliedf\), specific resource number is 6
+.*:555: Warning: This is the location of the conflicting usage
+.*:556: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR63' \(impliedf\)
+.*:555: Warning: This is the location of the conflicting usage
+.*:556: Warning: Use of 'cmp\.eq\.and\.orcm' violates WAW dependency 'PR63' \(impliedf\)
+.*:555: Warning: This is the location of the conflicting usage
+.*:561: Warning: Use of 'cmp\.eq' violates WAW dependency 'PR%, % in[ ]*16[ ]+- 62' \(impliedf\), specific resource number is 21
+.*:560: Warning: This is the location of the conflicting usage
+.*:561: Warning: Use of 'cmp\.eq' violates WAW dependency 'PR%, % in[ ]*16[ ]+- 62' \(impliedf\), specific resource number is 21
.*:560: Warning: This is the location of the conflicting usage
+.*:564: Warning: Use of 'fcmp\.eq' violates WAW dependency 'PR%, % in[ ]*16[ ]+- 62' \(impliedf\), specific resource number is 21
+.*:563: Warning: This is the location of the conflicting usage
+.*:564: Warning: Use of 'fcmp\.eq' violates WAW dependency 'PR%, % in[ ]*16[ ]+- 62' \(impliedf\), specific resource number is 21
+.*:563: Warning: This is the location of the conflicting usage
+.*:567: Warning: Use of 'cmp\.eq\.or' violates WAW dependency 'PR%, % in[ ]*16[ ]+- 62' \(impliedf\), specific resource number is 21
+.*:566: Warning: This is the location of the conflicting usage
+.*:570: Warning: Use of 'cmp\.eq\.and' violates WAW dependency 'PR%, % in[ ]*16[ ]+- 62' \(impliedf\), specific resource number is 21
+.*:569: Warning: This is the location of the conflicting usage
diff --git a/gas/testsuite/gas/ia64/dv-waw-err.s b/gas/testsuite/gas/ia64/dv-waw-err.s
index af1cab2..7d8c0f2 100644
--- a/gas/testsuite/gas/ia64/dv-waw-err.s
+++ b/gas/testsuite/gas/ia64/dv-waw-err.s
@@ -170,6 +170,15 @@
mov cr.iha = r14
;;
+// CR[IIB%]
+ mov cr.iib0 = r15
+ mov cr.iib0 = r16
+ ;;
+
+ mov cr.iib1 = r15
+ mov cr.iib1 = r16
+ ;;
+
// CR[IIM]
mov cr.iim = r15
mov cr.iim = r16
diff --git a/gas/testsuite/gas/ia64/regs.d b/gas/testsuite/gas/ia64/regs.d
index b10e68e..b1e9e51 100644
--- a/gas/testsuite/gas/ia64/regs.d
+++ b/gas/testsuite/gas/ia64/regs.d
@@ -2269,6 +2269,12 @@ Disassembly of section \.text:
[ ]*[a-f0-9]+: 1d 08 00 32 24 04 \[MFB\] mov r1=cr.iha
[ ]*[a-f0-9]+: 00 00 00 02 00 00 nop.f 0x0
[ ]*[a-f0-9]+: 00 00 00 20 nop.b 0x0;;
+[ ]*[a-f0-9]+: 1d 08 00 34 24 04 \[MFB\] mov r1=cr.iib0
+[ ]*[a-f0-9]+: 00 00 00 02 00 00 nop.f 0x0
+[ ]*[a-f0-9]+: 00 00 00 20 nop.b 0x0;;
+[ ]*[a-f0-9]+: 1d 08 00 36 24 04 \[MFB\] mov r1=cr.iib1
+[ ]*[a-f0-9]+: 00 00 00 02 00 00 nop.f 0x0
+[ ]*[a-f0-9]+: 00 00 00 20 nop.b 0x0;;
[ ]*[a-f0-9]+: 1d 08 00 80 24 04 \[MFB\] mov r1=cr.lid
[ ]*[a-f0-9]+: 00 00 00 02 00 00 nop.f 0x0
[ ]*[a-f0-9]+: 00 00 00 20 nop.b 0x0;;
diff --git a/gas/testsuite/gas/ia64/regs.s b/gas/testsuite/gas/ia64/regs.s
index 2a0da00..1c4200e 100644
--- a/gas/testsuite/gas/ia64/regs.s
+++ b/gas/testsuite/gas/ia64/regs.s
@@ -963,6 +963,8 @@ _start:
{ .mfb; mov r1 = cr.ifs ;; }
{ .mfb; mov r1 = cr.iim ;; }
{ .mfb; mov r1 = cr.iha ;; }
+ { .mfb; mov r1 = cr.iib0 ;; }
+ { .mfb; mov r1 = cr.iib1 ;; }
{ .mfb; mov r1 = cr.lid ;; }
{ .mfb; mov r1 = cr.ivr ;; }
{ .mfb; mov r1 = cr.tpr ;; }
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 467cc5b..9a97ab6 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-28 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ia64.h (ia64_resource_specifier): Add IA64_RS_CR_IIB. Update
+ IA64_RS_CR.
+
2008-08-01 Peter Bergner <bergner@vnet.ibm.com>
* ppc.h (PPC_OPCODE_VSX, PPC_OPERAND_VSR): New.
diff --git a/include/opcode/ia64.h b/include/opcode/ia64.h
index 447e50e..280862d 100644
--- a/include/opcode/ia64.h
+++ b/include/opcode/ia64.h
@@ -171,9 +171,10 @@ enum ia64_resource_specifier
IA64_RS_BR,
IA64_RS_CFM,
IA64_RS_CPUID,
+ IA64_RS_CR_IIB,
IA64_RS_CR_IRR,
IA64_RS_CR_LRR,
- IA64_RS_CR, /* 3-7,10-15,18,26-63,75-79,82-127 */
+ IA64_RS_CR, /* 3-7,10-15,18,28-63,75-79,82-127 */
IA64_RS_DBR,
IA64_RS_FR,
IA64_RS_FRb,
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 953d654..e41e5dc 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,13 @@
+2008-08-28 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ia64-dis.c (print_insn_ia64): Handle cr.iib0 and cr.iib1.
+ * ia64-gen.c (lookup_specifier): Likewise.
+
+ * ia64-ic.tbl: Add support for cr.iib0 and cr.iib1.
+ * ia64-raw.tbl: Likewise.
+ * ia64-waw.tbl: Likewise.
+ * ia64-asmtab.c: Regenerated.
+
2008-08-27 H.J. Lu <hongjiu.lu@intel.com>
* i386-opc.tbl: Correct fidivr operand size.
diff --git a/opcodes/ia64-asmtab.c b/opcodes/ia64-asmtab.c
index 2eef7ec..3285228 100644
--- a/opcodes/ia64-asmtab.c
+++ b/opcodes/ia64-asmtab.c
@@ -56,37 +56,37 @@ static const char * const ia64_strings[] = {
static const struct ia64_dependency
dependencies[] = {
{ "ALAT", 0, 0, 0, -1, NULL, },
- { "AR[BSP]", 26, 0, 2, 17, NULL, },
- { "AR[BSPSTORE]", 26, 0, 2, 18, NULL, },
- { "AR[CCV]", 26, 0, 2, 32, NULL, },
- { "AR[CFLG]", 26, 0, 2, 27, NULL, },
- { "AR[CSD]", 26, 0, 2, 25, NULL, },
- { "AR[EC]", 26, 0, 2, 66, NULL, },
- { "AR[EFLAG]", 26, 0, 2, 24, NULL, },
- { "AR[FCR]", 26, 0, 2, 21, NULL, },
- { "AR[FDR]", 26, 0, 2, 30, NULL, },
- { "AR[FIR]", 26, 0, 2, 29, NULL, },
- { "AR[FPSR].sf0.controls", 30, 0, 2, -1, NULL, },
- { "AR[FPSR].sf1.controls", 30, 0, 2, -1, NULL, },
- { "AR[FPSR].sf2.controls", 30, 0, 2, -1, NULL, },
- { "AR[FPSR].sf3.controls", 30, 0, 2, -1, NULL, },
- { "AR[FPSR].sf0.flags", 30, 0, 2, -1, NULL, },
- { "AR[FPSR].sf1.flags", 30, 0, 2, -1, NULL, },
- { "AR[FPSR].sf2.flags", 30, 0, 2, -1, NULL, },
- { "AR[FPSR].sf3.flags", 30, 0, 2, -1, NULL, },
- { "AR[FPSR].traps", 30, 0, 2, -1, NULL, },
- { "AR[FPSR].rv", 30, 0, 2, -1, NULL, },
- { "AR[FSR]", 26, 0, 2, 28, NULL, },
- { "AR[ITC]", 26, 0, 2, 44, NULL, },
+ { "AR[BSP]", 27, 0, 2, 17, NULL, },
+ { "AR[BSPSTORE]", 27, 0, 2, 18, NULL, },
+ { "AR[CCV]", 27, 0, 2, 32, NULL, },
+ { "AR[CFLG]", 27, 0, 2, 27, NULL, },
+ { "AR[CSD]", 27, 0, 2, 25, NULL, },
+ { "AR[EC]", 27, 0, 2, 66, NULL, },
+ { "AR[EFLAG]", 27, 0, 2, 24, NULL, },
+ { "AR[FCR]", 27, 0, 2, 21, NULL, },
+ { "AR[FDR]", 27, 0, 2, 30, NULL, },
+ { "AR[FIR]", 27, 0, 2, 29, NULL, },
+ { "AR[FPSR].sf0.controls", 31, 0, 2, -1, NULL, },
+ { "AR[FPSR].sf1.controls", 31, 0, 2, -1, NULL, },
+ { "AR[FPSR].sf2.controls", 31, 0, 2, -1, NULL, },
+ { "AR[FPSR].sf3.controls", 31, 0, 2, -1, NULL, },
+ { "AR[FPSR].sf0.flags", 31, 0, 2, -1, NULL, },
+ { "AR[FPSR].sf1.flags", 31, 0, 2, -1, NULL, },
+ { "AR[FPSR].sf2.flags", 31, 0, 2, -1, NULL, },
+ { "AR[FPSR].sf3.flags", 31, 0, 2, -1, NULL, },
+ { "AR[FPSR].traps", 31, 0, 2, -1, NULL, },
+ { "AR[FPSR].rv", 31, 0, 2, -1, NULL, },
+ { "AR[FSR]", 27, 0, 2, 28, NULL, },
+ { "AR[ITC]", 27, 0, 2, 44, NULL, },
{ "AR[K%], % in 0 - 7", 1, 0, 2, -1, NULL, },
- { "AR[LC]", 26, 0, 2, 65, NULL, },
- { "AR[PFS]", 26, 0, 2, 64, NULL, },
- { "AR[PFS]", 26, 0, 2, 64, NULL, },
- { "AR[PFS]", 26, 0, 0, 64, NULL, },
- { "AR[RNAT]", 26, 0, 2, 19, NULL, },
- { "AR[RSC]", 26, 0, 2, 16, NULL, },
- { "AR[RUC]", 26, 0, 2, 45, NULL, },
- { "AR[SSD]", 26, 0, 2, 26, NULL, },
+ { "AR[LC]", 27, 0, 2, 65, NULL, },
+ { "AR[PFS]", 27, 0, 2, 64, NULL, },
+ { "AR[PFS]", 27, 0, 2, 64, NULL, },
+ { "AR[PFS]", 27, 0, 0, 64, NULL, },
+ { "AR[RNAT]", 27, 0, 2, 19, NULL, },
+ { "AR[RSC]", 27, 0, 2, 16, NULL, },
+ { "AR[RUC]", 27, 0, 2, 45, NULL, },
+ { "AR[SSD]", 27, 0, 2, 26, NULL, },
{ "AR[UNAT]{%}, % in 0 - 63", 2, 0, 2, -1, NULL, },
{ "AR%, % in 8-15, 20, 22-23, 31, 33-35, 37-39, 41-43, 46-47, 67-111", 3, 0, 0, -1, NULL, },
{ "AR%, % in 48-63, 112-127", 4, 0, 2, -1, NULL, },
@@ -99,40 +99,41 @@ dependencies[] = {
{ "CFM", 6, 0, 2, -1, NULL, },
{ "CFM", 6, 0, 0, -1, NULL, },
{ "CPUID#", 7, 0, 5, -1, NULL, },
- { "CR[CMCV]", 27, 0, 3, 74, NULL, },
- { "CR[DCR]", 27, 0, 3, 0, NULL, },
- { "CR[EOI]", 27, 0, 7, 67, "SC Section 5.8.3.4, \"End of External Interrupt Register (EOI Ð CR67)\" on page 2:119", },
- { "CR[GPTA]", 27, 0, 3, 9, NULL, },
- { "CR[IFA]", 27, 0, 1, 20, NULL, },
- { "CR[IFA]", 27, 0, 3, 20, NULL, },
- { "CR[IFS]", 27, 0, 3, 23, NULL, },
- { "CR[IFS]", 27, 0, 1, 23, NULL, },
- { "CR[IFS]", 27, 0, 1, 23, NULL, },
- { "CR[IHA]", 27, 0, 3, 25, NULL, },
- { "CR[IIM]", 27, 0, 3, 24, NULL, },
- { "CR[IIP]", 27, 0, 3, 19, NULL, },
- { "CR[IIP]", 27, 0, 1, 19, NULL, },
- { "CR[IIPA]", 27, 0, 3, 22, NULL, },
- { "CR[IPSR]", 27, 0, 3, 16, NULL, },
- { "CR[IPSR]", 27, 0, 1, 16, NULL, },
- { "CR[IRR%], % in 0 - 3", 8, 0, 3, -1, NULL, },
- { "CR[ISR]", 27, 0, 3, 17, NULL, },
- { "CR[ITIR]", 27, 0, 3, 21, NULL, },
- { "CR[ITIR]", 27, 0, 1, 21, NULL, },
- { "CR[ITM]", 27, 0, 3, 1, NULL, },
- { "CR[ITV]", 27, 0, 3, 72, NULL, },
- { "CR[IVA]", 27, 0, 4, 2, NULL, },
- { "CR[IVR]", 27, 0, 7, 65, "SC Section 5.8.3.2, \"External Interrupt Vector Register (IVR Ð CR65)\" on page 2:118", },
- { "CR[LID]", 27, 0, 7, 64, "SC Section 5.8.3.1, \"Local ID (LID Ð CR64)\" on page 2:117", },
- { "CR[LRR%], % in 0 - 1", 9, 0, 3, -1, NULL, },
- { "CR[PMV]", 27, 0, 3, 73, NULL, },
- { "CR[PTA]", 27, 0, 3, 8, NULL, },
- { "CR[TPR]", 27, 0, 3, 66, NULL, },
- { "CR[TPR]", 27, 0, 7, 66, "SC Section 5.8.3.3, \"Task Priority Register (TPR Ð CR66)\" on page 2:119", },
- { "CR[TPR]", 27, 0, 1, 66, NULL, },
- { "CR%, % in 3-7, 10-15, 18, 26-63, 75-79, 82-127", 10, 0, 0, -1, NULL, },
- { "DBR#", 11, 0, 2, -1, NULL, },
- { "DBR#", 11, 0, 3, -1, NULL, },
+ { "CR[CMCV]", 28, 0, 3, 74, NULL, },
+ { "CR[DCR]", 28, 0, 3, 0, NULL, },
+ { "CR[EOI]", 28, 0, 7, 67, "SC Section 5.8.3.4, \"End of External Interrupt Register (EOI Ð CR67)\" on page 2:119", },
+ { "CR[GPTA]", 28, 0, 3, 9, NULL, },
+ { "CR[IFA]", 28, 0, 1, 20, NULL, },
+ { "CR[IFA]", 28, 0, 3, 20, NULL, },
+ { "CR[IFS]", 28, 0, 3, 23, NULL, },
+ { "CR[IFS]", 28, 0, 1, 23, NULL, },
+ { "CR[IFS]", 28, 0, 1, 23, NULL, },
+ { "CR[IHA]", 28, 0, 3, 25, NULL, },
+ { "CR[IIB%], % in 0 - 1", 8, 0, 3, -1, NULL, },
+ { "CR[IIM]", 28, 0, 3, 24, NULL, },
+ { "CR[IIP]", 28, 0, 3, 19, NULL, },
+ { "CR[IIP]", 28, 0, 1, 19, NULL, },
+ { "CR[IIPA]", 28, 0, 3, 22, NULL, },
+ { "CR[IPSR]", 28, 0, 3, 16, NULL, },
+ { "CR[IPSR]", 28, 0, 1, 16, NULL, },
+ { "CR[IRR%], % in 0 - 3", 9, 0, 3, -1, NULL, },
+ { "CR[ISR]", 28, 0, 3, 17, NULL, },
+ { "CR[ITIR]", 28, 0, 3, 21, NULL, },
+ { "CR[ITIR]", 28, 0, 1, 21, NULL, },
+ { "CR[ITM]", 28, 0, 3, 1, NULL, },
+ { "CR[ITV]", 28, 0, 3, 72, NULL, },
+ { "CR[IVA]", 28, 0, 4, 2, NULL, },
+ { "CR[IVR]", 28, 0, 7, 65, "SC Section 5.8.3.2, \"External Interrupt Vector Register (IVR Ð CR65)\" on page 2:118", },
+ { "CR[LID]", 28, 0, 7, 64, "SC Section 5.8.3.1, \"Local ID (LID Ð CR64)\" on page 2:117", },
+ { "CR[LRR%], % in 0 - 1", 10, 0, 3, -1, NULL, },
+ { "CR[PMV]", 28, 0, 3, 73, NULL, },
+ { "CR[PTA]", 28, 0, 3, 8, NULL, },
+ { "CR[TPR]", 28, 0, 3, 66, NULL, },
+ { "CR[TPR]", 28, 0, 7, 66, "SC Section 5.8.3.3, \"Task Priority Register (TPR Ð CR66)\" on page 2:119", },
+ { "CR[TPR]", 28, 0, 1, 66, NULL, },
+ { "CR%, % in 3-7, 10-15, 18, 28-63, 75-79, 82-127", 11, 0, 0, -1, NULL, },
+ { "DBR#", 12, 0, 2, -1, NULL, },
+ { "DBR#", 12, 0, 3, -1, NULL, },
{ "DTC", 0, 0, 3, -1, NULL, },
{ "DTC", 0, 0, 2, -1, NULL, },
{ "DTC", 0, 0, 0, -1, NULL, },
@@ -143,16 +144,16 @@ dependencies[] = {
{ "DTR", 0, 0, 3, -1, NULL, },
{ "DTR", 0, 0, 0, -1, NULL, },
{ "DTR", 0, 0, 2, -1, NULL, },
- { "FR%, % in 0 - 1", 12, 0, 0, -1, NULL, },
- { "FR%, % in 2 - 127", 13, 0, 2, -1, NULL, },
- { "FR%, % in 2 - 127", 13, 0, 0, -1, NULL, },
- { "GR0", 14, 0, 0, -1, NULL, },
- { "GR%, % in 1 - 127", 15, 0, 0, -1, NULL, },
- { "GR%, % in 1 - 127", 15, 0, 2, -1, NULL, },
- { "IBR#", 16, 0, 2, -1, NULL, },
- { "InService*", 17, 0, 3, -1, NULL, },
- { "InService*", 17, 0, 2, -1, NULL, },
- { "InService*", 17, 0, 2, -1, NULL, },
+ { "FR%, % in 0 - 1", 13, 0, 0, -1, NULL, },
+ { "FR%, % in 2 - 127", 14, 0, 2, -1, NULL, },
+ { "FR%, % in 2 - 127", 14, 0, 0, -1, NULL, },
+ { "GR0", 15, 0, 0, -1, NULL, },
+ { "GR%, % in 1 - 127", 16, 0, 0, -1, NULL, },
+ { "GR%, % in 1 - 127", 16, 0, 2, -1, NULL, },
+ { "IBR#", 17, 0, 2, -1, NULL, },
+ { "InService*", 18, 0, 3, -1, NULL, },
+ { "InService*", 18, 0, 2, -1, NULL, },
+ { "InService*", 18, 0, 2, -1, NULL, },
{ "IP", 0, 0, 0, -1, NULL, },
{ "ITC", 0, 0, 4, -1, NULL, },
{ "ITC", 0, 0, 2, -1, NULL, },
@@ -166,131 +167,131 @@ dependencies[] = {
{ "ITR", 0, 0, 0, -1, NULL, },
{ "ITR", 0, 0, 4, -1, NULL, },
{ "memory", 0, 0, 0, -1, NULL, },
- { "MSR#", 18, 0, 5, -1, NULL, },
- { "PKR#", 19, 0, 3, -1, NULL, },
- { "PKR#", 19, 0, 0, -1, NULL, },
- { "PKR#", 19, 0, 2, -1, NULL, },
- { "PKR#", 19, 0, 2, -1, NULL, },
- { "PMC#", 20, 0, 2, -1, NULL, },
- { "PMC#", 20, 0, 7, -1, "SC Section 7.2.1, \"Generic Performance Counter Registers\" for PMC[0].fr on page 2:150", },
- { "PMD#", 21, 0, 2, -1, NULL, },
+ { "MSR#", 19, 0, 5, -1, NULL, },
+ { "PKR#", 20, 0, 3, -1, NULL, },
+ { "PKR#", 20, 0, 0, -1, NULL, },
+ { "PKR#", 20, 0, 2, -1, NULL, },
+ { "PKR#", 20, 0, 2, -1, NULL, },
+ { "PMC#", 21, 0, 2, -1, NULL, },
+ { "PMC#", 21, 0, 7, -1, "SC Section 7.2.1, \"Generic Performance Counter Registers\" for PMC[0].fr on page 2:150", },
+ { "PMD#", 22, 0, 2, -1, NULL, },
{ "PR0", 0, 0, 0, -1, NULL, },
- { "PR%, % in 1 - 15", 22, 0, 2, -1, NULL, },
- { "PR%, % in 1 - 15", 22, 0, 2, -1, NULL, },
- { "PR%, % in 1 - 15", 22, 0, 0, -1, NULL, },
- { "PR%, % in 16 - 62", 23, 0, 2, -1, NULL, },
- { "PR%, % in 16 - 62", 23, 0, 2, -1, NULL, },
- { "PR%, % in 16 - 62", 23, 0, 0, -1, NULL, },
- { "PR63", 24, 0, 2, -1, NULL, },
- { "PR63", 24, 0, 2, -1, NULL, },
- { "PR63", 24, 0, 0, -1, NULL, },
- { "PSR.ac", 28, 0, 1, 3, NULL, },
- { "PSR.ac", 28, 0, 3, 3, NULL, },
- { "PSR.ac", 28, 0, 2, 3, NULL, },
- { "PSR.ac", 28, 0, 2, 3, NULL, },
- { "PSR.be", 28, 0, 1, 1, NULL, },
- { "PSR.be", 28, 0, 3, 1, NULL, },
- { "PSR.be", 28, 0, 2, 1, NULL, },
- { "PSR.be", 28, 0, 2, 1, NULL, },
- { "PSR.bn", 28, 0, 2, 44, NULL, },
- { "PSR.cpl", 28, 0, 1, 32, NULL, },
- { "PSR.cpl", 28, 0, 2, 32, NULL, },
- { "PSR.da", 28, 0, 2, 38, NULL, },
- { "PSR.db", 28, 0, 3, 24, NULL, },
- { "PSR.db", 28, 0, 2, 24, NULL, },
- { "PSR.db", 28, 0, 2, 24, NULL, },
- { "PSR.dd", 28, 0, 2, 39, NULL, },
- { "PSR.dfh", 28, 0, 3, 19, NULL, },
- { "PSR.dfh", 28, 0, 2, 19, NULL, },
- { "PSR.dfh", 28, 0, 2, 19, NULL, },
- { "PSR.dfl", 28, 0, 3, 18, NULL, },
- { "PSR.dfl", 28, 0, 2, 18, NULL, },
- { "PSR.dfl", 28, 0, 2, 18, NULL, },
- { "PSR.di", 28, 0, 3, 22, NULL, },
- { "PSR.di", 28, 0, 2, 22, NULL, },
- { "PSR.di", 28, 0, 2, 22, NULL, },
- { "PSR.dt", 28, 0, 3, 17, NULL, },
- { "PSR.dt", 28, 0, 2, 17, NULL, },
- { "PSR.dt", 28, 0, 2, 17, NULL, },
- { "PSR.ed", 28, 0, 2, 43, NULL, },
- { "PSR.i", 28, 0, 2, 14, NULL, },
- { "PSR.ia", 28, 0, 0, 14, NULL, },
- { "PSR.ic", 28, 0, 2, 13, NULL, },
- { "PSR.ic", 28, 0, 3, 13, NULL, },
- { "PSR.ic", 28, 0, 2, 13, NULL, },
- { "PSR.id", 28, 0, 0, 14, NULL, },
- { "PSR.is", 28, 0, 0, 14, NULL, },
- { "PSR.it", 28, 0, 2, 14, NULL, },
- { "PSR.lp", 28, 0, 2, 25, NULL, },
- { "PSR.lp", 28, 0, 3, 25, NULL, },
- { "PSR.lp", 28, 0, 2, 25, NULL, },
- { "PSR.mc", 28, 0, 2, 35, NULL, },
- { "PSR.mfh", 28, 0, 2, 5, NULL, },
- { "PSR.mfl", 28, 0, 2, 4, NULL, },
- { "PSR.pk", 28, 0, 3, 15, NULL, },
- { "PSR.pk", 28, 0, 2, 15, NULL, },
- { "PSR.pk", 28, 0, 2, 15, NULL, },
- { "PSR.pp", 28, 0, 2, 21, NULL, },
- { "PSR.ri", 28, 0, 0, 41, NULL, },
- { "PSR.rt", 28, 0, 2, 27, NULL, },
- { "PSR.rt", 28, 0, 3, 27, NULL, },
- { "PSR.rt", 28, 0, 2, 27, NULL, },
- { "PSR.si", 28, 0, 2, 23, NULL, },
- { "PSR.si", 28, 0, 3, 23, NULL, },
- { "PSR.si", 28, 0, 2, 23, NULL, },
- { "PSR.sp", 28, 0, 2, 20, NULL, },
- { "PSR.sp", 28, 0, 3, 20, NULL, },
- { "PSR.sp", 28, 0, 2, 20, NULL, },
- { "PSR.ss", 28, 0, 2, 40, NULL, },
- { "PSR.tb", 28, 0, 3, 26, NULL, },
- { "PSR.tb", 28, 0, 2, 26, NULL, },
- { "PSR.tb", 28, 0, 2, 26, NULL, },
- { "PSR.up", 28, 0, 2, 2, NULL, },
- { "PSR.vm", 28, 0, 1, 46, NULL, },
- { "PSR.vm", 28, 0, 2, 46, NULL, },
- { "RR#", 25, 0, 3, -1, NULL, },
- { "RR#", 25, 0, 2, -1, NULL, },
- { "RSE", 29, 0, 2, -1, NULL, },
+ { "PR%, % in 1 - 15", 23, 0, 2, -1, NULL, },
+ { "PR%, % in 1 - 15", 23, 0, 2, -1, NULL, },
+ { "PR%, % in 1 - 15", 23, 0, 0, -1, NULL, },
+ { "PR%, % in 16 - 62", 24, 0, 2, -1, NULL, },
+ { "PR%, % in 16 - 62", 24, 0, 2, -1, NULL, },
+ { "PR%, % in 16 - 62", 24, 0, 0, -1, NULL, },
+ { "PR63", 25, 0, 2, -1, NULL, },
+ { "PR63", 25, 0, 2, -1, NULL, },
+ { "PR63", 25, 0, 0, -1, NULL, },
+ { "PSR.ac", 29, 0, 1, 3, NULL, },
+ { "PSR.ac", 29, 0, 3, 3, NULL, },
+ { "PSR.ac", 29, 0, 2, 3, NULL, },
+ { "PSR.ac", 29, 0, 2, 3, NULL, },
+ { "PSR.be", 29, 0, 1, 1, NULL, },
+ { "PSR.be", 29, 0, 3, 1, NULL, },
+ { "PSR.be", 29, 0, 2, 1, NULL, },
+ { "PSR.be", 29, 0, 2, 1, NULL, },
+ { "PSR.bn", 29, 0, 2, 44, NULL, },
+ { "PSR.cpl", 29, 0, 1, 32, NULL, },
+ { "PSR.cpl", 29, 0, 2, 32, NULL, },
+ { "PSR.da", 29, 0, 2, 38, NULL, },
+ { "PSR.db", 29, 0, 3, 24, NULL, },
+ { "PSR.db", 29, 0, 2, 24, NULL, },
+ { "PSR.db", 29, 0, 2, 24, NULL, },
+ { "PSR.dd", 29, 0, 2, 39, NULL, },
+ { "PSR.dfh", 29, 0, 3, 19, NULL, },
+ { "PSR.dfh", 29, 0, 2, 19, NULL, },
+ { "PSR.dfh", 29, 0, 2, 19, NULL, },
+ { "PSR.dfl", 29, 0, 3, 18, NULL, },
+ { "PSR.dfl", 29, 0, 2, 18, NULL, },
+ { "PSR.dfl", 29, 0, 2, 18, NULL, },
+ { "PSR.di", 29, 0, 3, 22, NULL, },
+ { "PSR.di", 29, 0, 2, 22, NULL, },
+ { "PSR.di", 29, 0, 2, 22, NULL, },
+ { "PSR.dt", 29, 0, 3, 17, NULL, },
+ { "PSR.dt", 29, 0, 2, 17, NULL, },
+ { "PSR.dt", 29, 0, 2, 17, NULL, },
+ { "PSR.ed", 29, 0, 2, 43, NULL, },
+ { "PSR.i", 29, 0, 2, 14, NULL, },
+ { "PSR.ia", 29, 0, 0, 14, NULL, },
+ { "PSR.ic", 29, 0, 2, 13, NULL, },
+ { "PSR.ic", 29, 0, 3, 13, NULL, },
+ { "PSR.ic", 29, 0, 2, 13, NULL, },
+ { "PSR.id", 29, 0, 0, 14, NULL, },
+ { "PSR.is", 29, 0, 0, 14, NULL, },
+ { "PSR.it", 29, 0, 2, 14, NULL, },
+ { "PSR.lp", 29, 0, 2, 25, NULL, },
+ { "PSR.lp", 29, 0, 3, 25, NULL, },
+ { "PSR.lp", 29, 0, 2, 25, NULL, },
+ { "PSR.mc", 29, 0, 2, 35, NULL, },
+ { "PSR.mfh", 29, 0, 2, 5, NULL, },
+ { "PSR.mfl", 29, 0, 2, 4, NULL, },
+ { "PSR.pk", 29, 0, 3, 15, NULL, },
+ { "PSR.pk", 29, 0, 2, 15, NULL, },
+ { "PSR.pk", 29, 0, 2, 15, NULL, },
+ { "PSR.pp", 29, 0, 2, 21, NULL, },
+ { "PSR.ri", 29, 0, 0, 41, NULL, },
+ { "PSR.rt", 29, 0, 2, 27, NULL, },
+ { "PSR.rt", 29, 0, 3, 27, NULL, },
+ { "PSR.rt", 29, 0, 2, 27, NULL, },
+ { "PSR.si", 29, 0, 2, 23, NULL, },
+ { "PSR.si", 29, 0, 3, 23, NULL, },
+ { "PSR.si", 29, 0, 2, 23, NULL, },
+ { "PSR.sp", 29, 0, 2, 20, NULL, },
+ { "PSR.sp", 29, 0, 3, 20, NULL, },
+ { "PSR.sp", 29, 0, 2, 20, NULL, },
+ { "PSR.ss", 29, 0, 2, 40, NULL, },
+ { "PSR.tb", 29, 0, 3, 26, NULL, },
+ { "PSR.tb", 29, 0, 2, 26, NULL, },
+ { "PSR.tb", 29, 0, 2, 26, NULL, },
+ { "PSR.up", 29, 0, 2, 2, NULL, },
+ { "PSR.vm", 29, 0, 1, 46, NULL, },
+ { "PSR.vm", 29, 0, 2, 46, NULL, },
+ { "RR#", 26, 0, 3, -1, NULL, },
+ { "RR#", 26, 0, 2, -1, NULL, },
+ { "RSE", 30, 0, 2, -1, NULL, },
{ "ALAT", 0, 1, 0, -1, NULL, },
- { "AR[BSP]", 26, 1, 2, 17, NULL, },
- { "AR[BSPSTORE]", 26, 1, 2, 18, NULL, },
- { "AR[CCV]", 26, 1, 2, 32, NULL, },
- { "AR[CFLG]", 26, 1, 2, 27, NULL, },
- { "AR[CSD]", 26, 1, 2, 25, NULL, },
- { "AR[EC]", 26, 1, 2, 66, NULL, },
- { "AR[EFLAG]", 26, 1, 2, 24, NULL, },
- { "AR[FCR]", 26, 1, 2, 21, NULL, },
- { "AR[FDR]", 26, 1, 2, 30, NULL, },
- { "AR[FIR]", 26, 1, 2, 29, NULL, },
- { "AR[FPSR].sf0.controls", 30, 1, 2, -1, NULL, },
- { "AR[FPSR].sf1.controls", 30, 1, 2, -1, NULL, },
- { "AR[FPSR].sf2.controls", 30, 1, 2, -1, NULL, },
- { "AR[FPSR].sf3.controls", 30, 1, 2, -1, NULL, },
- { "AR[FPSR].sf0.flags", 30, 1, 0, -1, NULL, },
- { "AR[FPSR].sf0.flags", 30, 1, 2, -1, NULL, },
- { "AR[FPSR].sf0.flags", 30, 1, 2, -1, NULL, },
- { "AR[FPSR].sf1.flags", 30, 1, 0, -1, NULL, },
- { "AR[FPSR].sf1.flags", 30, 1, 2, -1, NULL, },
- { "AR[FPSR].sf1.flags", 30, 1, 2, -1, NULL, },
- { "AR[FPSR].sf2.flags", 30, 1, 0, -1, NULL, },
- { "AR[FPSR].sf2.flags", 30, 1, 2, -1, NULL, },
- { "AR[FPSR].sf2.flags", 30, 1, 2, -1, NULL, },
- { "AR[FPSR].sf3.flags", 30, 1, 0, -1, NULL, },
- { "AR[FPSR].sf3.flags", 30, 1, 2, -1, NULL, },
- { "AR[FPSR].sf3.flags", 30, 1, 2, -1, NULL, },
- { "AR[FPSR].rv", 30, 1, 2, -1, NULL, },
- { "AR[FPSR].traps", 30, 1, 2, -1, NULL, },
- { "AR[FSR]", 26, 1, 2, 28, NULL, },
- { "AR[ITC]", 26, 1, 2, 44, NULL, },
+ { "AR[BSP]", 27, 1, 2, 17, NULL, },
+ { "AR[BSPSTORE]", 27, 1, 2, 18, NULL, },
+ { "AR[CCV]", 27, 1, 2, 32, NULL, },
+ { "AR[CFLG]", 27, 1, 2, 27, NULL, },
+ { "AR[CSD]", 27, 1, 2, 25, NULL, },
+ { "AR[EC]", 27, 1, 2, 66, NULL, },
+ { "AR[EFLAG]", 27, 1, 2, 24, NULL, },
+ { "AR[FCR]", 27, 1, 2, 21, NULL, },
+ { "AR[FDR]", 27, 1, 2, 30, NULL, },
+ { "AR[FIR]", 27, 1, 2, 29, NULL, },
+ { "AR[FPSR].sf0.controls", 31, 1, 2, -1, NULL, },
+ { "AR[FPSR].sf1.controls", 31, 1, 2, -1, NULL, },
+ { "AR[FPSR].sf2.controls", 31, 1, 2, -1, NULL, },
+ { "AR[FPSR].sf3.controls", 31, 1, 2, -1, NULL, },
+ { "AR[FPSR].sf0.flags", 31, 1, 0, -1, NULL, },
+ { "AR[FPSR].sf0.flags", 31, 1, 2, -1, NULL, },
+ { "AR[FPSR].sf0.flags", 31, 1, 2, -1, NULL, },
+ { "AR[FPSR].sf1.flags", 31, 1, 0, -1, NULL, },
+ { "AR[FPSR].sf1.flags", 31, 1, 2, -1, NULL, },
+ { "AR[FPSR].sf1.flags", 31, 1, 2, -1, NULL, },
+ { "AR[FPSR].sf2.flags", 31, 1, 0, -1, NULL, },
+ { "AR[FPSR].sf2.flags", 31, 1, 2, -1, NULL, },
+ { "AR[FPSR].sf2.flags", 31, 1, 2, -1, NULL, },
+ { "AR[FPSR].sf3.flags", 31, 1, 0, -1, NULL, },
+ { "AR[FPSR].sf3.flags", 31, 1, 2, -1, NULL, },
+ { "AR[FPSR].sf3.flags", 31, 1, 2, -1, NULL, },
+ { "AR[FPSR].rv", 31, 1, 2, -1, NULL, },
+ { "AR[FPSR].traps", 31, 1, 2, -1, NULL, },
+ { "AR[FSR]", 27, 1, 2, 28, NULL, },
+ { "AR[ITC]", 27, 1, 2, 44, NULL, },
{ "AR[K%], % in 0 - 7", 1, 1, 2, -1, NULL, },
- { "AR[LC]", 26, 1, 2, 65, NULL, },
- { "AR[PFS]", 26, 1, 0, 64, NULL, },
- { "AR[PFS]", 26, 1, 2, 64, NULL, },
- { "AR[PFS]", 26, 1, 2, 64, NULL, },
- { "AR[RNAT]", 26, 1, 2, 19, NULL, },
- { "AR[RSC]", 26, 1, 2, 16, NULL, },
- { "AR[RUC]", 26, 1, 2, 45, NULL, },
- { "AR[SSD]", 26, 1, 2, 26, NULL, },
+ { "AR[LC]", 27, 1, 2, 65, NULL, },
+ { "AR[PFS]", 27, 1, 0, 64, NULL, },
+ { "AR[PFS]", 27, 1, 2, 64, NULL, },
+ { "AR[PFS]", 27, 1, 2, 64, NULL, },
+ { "AR[RNAT]", 27, 1, 2, 19, NULL, },
+ { "AR[RSC]", 27, 1, 2, 16, NULL, },
+ { "AR[RUC]", 27, 1, 2, 45, NULL, },
+ { "AR[SSD]", 27, 1, 2, 26, NULL, },
{ "AR[UNAT]{%}, % in 0 - 63", 2, 1, 2, -1, NULL, },
{ "AR%, % in 8-15, 20, 22-23, 31, 33-35, 37-39, 41-43, 46-47, 67-111", 3, 1, 0, -1, NULL, },
{ "AR%, % in 48 - 63, 112-127", 4, 1, 2, -1, NULL, },
@@ -300,31 +301,32 @@ dependencies[] = {
{ "BR%, % in 0 - 7", 5, 1, 0, -1, NULL, },
{ "CFM", 6, 1, 2, -1, NULL, },
{ "CPUID#", 7, 1, 0, -1, NULL, },
- { "CR[CMCV]", 27, 1, 2, 74, NULL, },
- { "CR[DCR]", 27, 1, 2, 0, NULL, },
- { "CR[EOI]", 27, 1, 7, 67, "SC Section 5.8.3.4, \"End of External Interrupt Register (EOI Ð CR67)\" on page 2:119", },
- { "CR[GPTA]", 27, 1, 2, 9, NULL, },
- { "CR[IFA]", 27, 1, 2, 20, NULL, },
- { "CR[IFS]", 27, 1, 2, 23, NULL, },
- { "CR[IHA]", 27, 1, 2, 25, NULL, },
- { "CR[IIM]", 27, 1, 2, 24, NULL, },
- { "CR[IIP]", 27, 1, 2, 19, NULL, },
- { "CR[IIPA]", 27, 1, 2, 22, NULL, },
- { "CR[IPSR]", 27, 1, 2, 16, NULL, },
- { "CR[IRR%], % in 0 - 3", 8, 1, 2, -1, NULL, },
- { "CR[ISR]", 27, 1, 2, 17, NULL, },
- { "CR[ITIR]", 27, 1, 2, 21, NULL, },
- { "CR[ITM]", 27, 1, 2, 1, NULL, },
- { "CR[ITV]", 27, 1, 2, 72, NULL, },
- { "CR[IVA]", 27, 1, 2, 2, NULL, },
- { "CR[IVR]", 27, 1, 7, 65, "SC", },
- { "CR[LID]", 27, 1, 7, 64, "SC", },
- { "CR[LRR%], % in 0 - 1", 9, 1, 2, -1, NULL, },
- { "CR[PMV]", 27, 1, 2, 73, NULL, },
- { "CR[PTA]", 27, 1, 2, 8, NULL, },
- { "CR[TPR]", 27, 1, 2, 66, NULL, },
- { "CR%, % in 3-7, 10-15, 18, 26-63, 75-79, 82-127", 10, 1, 0, -1, NULL, },
- { "DBR#", 11, 1, 2, -1, NULL, },
+ { "CR[CMCV]", 28, 1, 2, 74, NULL, },
+ { "CR[DCR]", 28, 1, 2, 0, NULL, },
+ { "CR[EOI]", 28, 1, 7, 67, "SC Section 5.8.3.4, \"End of External Interrupt Register (EOI Ð CR67)\" on page 2:119", },
+ { "CR[GPTA]", 28, 1, 2, 9, NULL, },
+ { "CR[IFA]", 28, 1, 2, 20, NULL, },
+ { "CR[IFS]", 28, 1, 2, 23, NULL, },
+ { "CR[IHA]", 28, 1, 2, 25, NULL, },
+ { "CR[IIB%], % in 0 - 1", 8, 1, 2, -1, NULL, },
+ { "CR[IIM]", 28, 1, 2, 24, NULL, },
+ { "CR[IIP]", 28, 1, 2, 19, NULL, },
+ { "CR[IIPA]", 28, 1, 2, 22, NULL, },
+ { "CR[IPSR]", 28, 1, 2, 16, NULL, },
+ { "CR[IRR%], % in 0 - 3", 9, 1, 2, -1, NULL, },
+ { "CR[ISR]", 28, 1, 2, 17, NULL, },
+ { "CR[ITIR]", 28, 1, 2, 21, NULL, },
+ { "CR[ITM]", 28, 1, 2, 1, NULL, },
+ { "CR[ITV]", 28, 1, 2, 72, NULL, },
+ { "CR[IVA]", 28, 1, 2, 2, NULL, },
+ { "CR[IVR]", 28, 1, 7, 65, "SC", },
+ { "CR[LID]", 28, 1, 7, 64, "SC", },
+ { "CR[LRR%], % in 0 - 1", 10, 1, 2, -1, NULL, },
+ { "CR[PMV]", 28, 1, 2, 73, NULL, },
+ { "CR[PTA]", 28, 1, 2, 8, NULL, },
+ { "CR[TPR]", 28, 1, 2, 66, NULL, },
+ { "CR%, % in 3-7, 10-15, 18, 28-63, 75-79, 82-127", 11, 1, 0, -1, NULL, },
+ { "DBR#", 12, 1, 2, -1, NULL, },
{ "DTC", 0, 1, 0, -1, NULL, },
{ "DTC", 0, 1, 2, -1, NULL, },
{ "DTC", 0, 1, 2, -1, NULL, },
@@ -333,12 +335,12 @@ dependencies[] = {
{ "DTR", 0, 1, 2, -1, NULL, },
{ "DTR", 0, 1, 2, -1, NULL, },
{ "DTR", 0, 1, 0, -1, NULL, },
- { "FR%, % in 0 - 1", 12, 1, 0, -1, NULL, },
- { "FR%, % in 2 - 127", 13, 1, 2, -1, NULL, },
- { "GR0", 14, 1, 0, -1, NULL, },
- { "GR%, % in 1 - 127", 15, 1, 2, -1, NULL, },
- { "IBR#", 16, 1, 2, -1, NULL, },
- { "InService*", 17, 1, 7, -1, "SC", },
+ { "FR%, % in 0 - 1", 13, 1, 0, -1, NULL, },
+ { "FR%, % in 2 - 127", 14, 1, 2, -1, NULL, },
+ { "GR0", 15, 1, 0, -1, NULL, },
+ { "GR%, % in 1 - 127", 16, 1, 2, -1, NULL, },
+ { "IBR#", 17, 1, 2, -1, NULL, },
+ { "InService*", 18, 1, 7, -1, "SC", },
{ "IP", 0, 1, 0, -1, NULL, },
{ "ITC", 0, 1, 0, -1, NULL, },
{ "ITC", 0, 1, 2, -1, NULL, },
@@ -347,1418 +349,1419 @@ dependencies[] = {
{ "ITR", 0, 1, 2, -1, NULL, },
{ "ITR", 0, 1, 0, -1, NULL, },
{ "memory", 0, 1, 0, -1, NULL, },
- { "MSR#", 18, 1, 7, -1, "SC", },
- { "PKR#", 19, 1, 0, -1, NULL, },
- { "PKR#", 19, 1, 0, -1, NULL, },
- { "PKR#", 19, 1, 2, -1, NULL, },
- { "PMC#", 20, 1, 2, -1, NULL, },
- { "PMD#", 21, 1, 2, -1, NULL, },
+ { "MSR#", 19, 1, 7, -1, "SC", },
+ { "PKR#", 20, 1, 0, -1, NULL, },
+ { "PKR#", 20, 1, 0, -1, NULL, },
+ { "PKR#", 20, 1, 2, -1, NULL, },
+ { "PMC#", 21, 1, 2, -1, NULL, },
+ { "PMD#", 22, 1, 2, -1, NULL, },
{ "PR0", 0, 1, 0, -1, NULL, },
- { "PR%, % in 1 - 15", 22, 1, 0, -1, NULL, },
- { "PR%, % in 1 - 15", 22, 1, 0, -1, NULL, },
- { "PR%, % in 1 - 15", 22, 1, 2, -1, NULL, },
- { "PR%, % in 1 - 15", 22, 1, 2, -1, NULL, },
- { "PR%, % in 16 - 62", 23, 1, 0, -1, NULL, },
- { "PR%, % in 16 - 62", 23, 1, 0, -1, NULL, },
- { "PR%, % in 16 - 62", 23, 1, 2, -1, NULL, },
- { "PR%, % in 16 - 62", 23, 1, 2, -1, NULL, },
- { "PR63", 24, 1, 0, -1, NULL, },
- { "PR63", 24, 1, 0, -1, NULL, },
- { "PR63", 24, 1, 2, -1, NULL, },
- { "PR63", 24, 1, 2, -1, NULL, },
- { "PSR.ac", 28, 1, 2, 3, NULL, },
- { "PSR.be", 28, 1, 2, 1, NULL, },
- { "PSR.bn", 28, 1, 2, 44, NULL, },
- { "PSR.cpl", 28, 1, 2, 32, NULL, },
- { "PSR.da", 28, 1, 2, 38, NULL, },
- { "PSR.db", 28, 1, 2, 24, NULL, },
- { "PSR.dd", 28, 1, 2, 39, NULL, },
- { "PSR.dfh", 28, 1, 2, 19, NULL, },
- { "PSR.dfl", 28, 1, 2, 18, NULL, },
- { "PSR.di", 28, 1, 2, 22, NULL, },
- { "PSR.dt", 28, 1, 2, 17, NULL, },
- { "PSR.ed", 28, 1, 2, 43, NULL, },
- { "PSR.i", 28, 1, 2, 14, NULL, },
- { "PSR.ia", 28, 1, 2, 14, NULL, },
- { "PSR.ic", 28, 1, 2, 13, NULL, },
- { "PSR.id", 28, 1, 2, 14, NULL, },
- { "PSR.is", 28, 1, 2, 14, NULL, },
- { "PSR.it", 28, 1, 2, 14, NULL, },
- { "PSR.lp", 28, 1, 2, 25, NULL, },
- { "PSR.mc", 28, 1, 2, 35, NULL, },
- { "PSR.mfh", 28, 1, 0, 5, NULL, },
- { "PSR.mfh", 28, 1, 2, 5, NULL, },
- { "PSR.mfh", 28, 1, 2, 5, NULL, },
- { "PSR.mfl", 28, 1, 0, 4, NULL, },
- { "PSR.mfl", 28, 1, 2, 4, NULL, },
- { "PSR.mfl", 28, 1, 2, 4, NULL, },
- { "PSR.pk", 28, 1, 2, 15, NULL, },
- { "PSR.pp", 28, 1, 2, 21, NULL, },
- { "PSR.ri", 28, 1, 2, 41, NULL, },
- { "PSR.rt", 28, 1, 2, 27, NULL, },
- { "PSR.si", 28, 1, 2, 23, NULL, },
- { "PSR.sp", 28, 1, 2, 20, NULL, },
- { "PSR.ss", 28, 1, 2, 40, NULL, },
- { "PSR.tb", 28, 1, 2, 26, NULL, },
- { "PSR.up", 28, 1, 2, 2, NULL, },
- { "PSR.vm", 28, 1, 2, 46, NULL, },
- { "RR#", 25, 1, 2, -1, NULL, },
- { "RSE", 29, 1, 2, -1, NULL, },
- { "PR63", 24, 2, 6, -1, NULL, },
+ { "PR%, % in 1 - 15", 23, 1, 0, -1, NULL, },
+ { "PR%, % in 1 - 15", 23, 1, 0, -1, NULL, },
+ { "PR%, % in 1 - 15", 23, 1, 2, -1, NULL, },
+ { "PR%, % in 1 - 15", 23, 1, 2, -1, NULL, },
+ { "PR%, % in 16 - 62", 24, 1, 0, -1, NULL, },
+ { "PR%, % in 16 - 62", 24, 1, 0, -1, NULL, },
+ { "PR%, % in 16 - 62", 24, 1, 2, -1, NULL, },
+ { "PR%, % in 16 - 62", 24, 1, 2, -1, NULL, },
+ { "PR63", 25, 1, 0, -1, NULL, },
+ { "PR63", 25, 1, 0, -1, NULL, },
+ { "PR63", 25, 1, 2, -1, NULL, },
+ { "PR63", 25, 1, 2, -1, NULL, },
+ { "PSR.ac", 29, 1, 2, 3, NULL, },
+ { "PSR.be", 29, 1, 2, 1, NULL, },
+ { "PSR.bn", 29, 1, 2, 44, NULL, },
+ { "PSR.cpl", 29, 1, 2, 32, NULL, },
+ { "PSR.da", 29, 1, 2, 38, NULL, },
+ { "PSR.db", 29, 1, 2, 24, NULL, },
+ { "PSR.dd", 29, 1, 2, 39, NULL, },
+ { "PSR.dfh", 29, 1, 2, 19, NULL, },
+ { "PSR.dfl", 29, 1, 2, 18, NULL, },
+ { "PSR.di", 29, 1, 2, 22, NULL, },
+ { "PSR.dt", 29, 1, 2, 17, NULL, },
+ { "PSR.ed", 29, 1, 2, 43, NULL, },
+ { "PSR.i", 29, 1, 2, 14, NULL, },
+ { "PSR.ia", 29, 1, 2, 14, NULL, },
+ { "PSR.ic", 29, 1, 2, 13, NULL, },
+ { "PSR.id", 29, 1, 2, 14, NULL, },
+ { "PSR.is", 29, 1, 2, 14, NULL, },
+ { "PSR.it", 29, 1, 2, 14, NULL, },
+ { "PSR.lp", 29, 1, 2, 25, NULL, },
+ { "PSR.mc", 29, 1, 2, 35, NULL, },
+ { "PSR.mfh", 29, 1, 0, 5, NULL, },
+ { "PSR.mfh", 29, 1, 2, 5, NULL, },
+ { "PSR.mfh", 29, 1, 2, 5, NULL, },
+ { "PSR.mfl", 29, 1, 0, 4, NULL, },
+ { "PSR.mfl", 29, 1, 2, 4, NULL, },
+ { "PSR.mfl", 29, 1, 2, 4, NULL, },
+ { "PSR.pk", 29, 1, 2, 15, NULL, },
+ { "PSR.pp", 29, 1, 2, 21, NULL, },
+ { "PSR.ri", 29, 1, 2, 41, NULL, },
+ { "PSR.rt", 29, 1, 2, 27, NULL, },
+ { "PSR.si", 29, 1, 2, 23, NULL, },
+ { "PSR.sp", 29, 1, 2, 20, NULL, },
+ { "PSR.ss", 29, 1, 2, 40, NULL, },
+ { "PSR.tb", 29, 1, 2, 26, NULL, },
+ { "PSR.up", 29, 1, 2, 2, NULL, },
+ { "PSR.vm", 29, 1, 2, 46, NULL, },
+ { "RR#", 26, 1, 2, -1, NULL, },
+ { "RSE", 30, 1, 2, -1, NULL, },
+ { "PR63", 25, 2, 6, -1, NULL, },
};
static const unsigned short dep0[] = {
- 98, 284, 2141, 2329,
+ 99, 286, 2142, 2331,
};
static const unsigned short dep1[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174,
- 2329, 4136, 20617,
+ 41, 42, 99, 160, 164, 177, 187, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175,
+ 2331, 4136, 20618,
};
static const unsigned short dep2[] = {
- 98, 284, 2167, 2168, 2170, 2171, 2173, 2174, 2176, 2346, 2349, 2350, 2353,
- 2354, 2357, 2358,
+ 99, 286, 2168, 2169, 2171, 2172, 2174, 2175, 2177, 2348, 2351, 2352, 2355,
+ 2356, 2359, 2360,
};
static const unsigned short dep3[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174,
- 2346, 2349, 2350, 2353, 2354, 2357, 2358, 4136, 20617,
+ 41, 42, 99, 160, 164, 177, 187, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175,
+ 2348, 2351, 2352, 2355, 2356, 2359, 2360, 4136, 20618,
};
static const unsigned short dep4[] = {
- 98, 284, 22647, 22648, 22650, 22651, 22653, 22654, 22656, 22826, 22829, 22830,
- 22833, 22834, 22837, 22838,
+ 99, 286, 22648, 22649, 22651, 22652, 22654, 22655, 22657, 22828, 22831, 22832,
+ 22835, 22836, 22839, 22840,
};
static const unsigned short dep5[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174,
- 4136, 20617, 22826, 22829, 22830, 22833, 22834, 22837, 22838,
+ 41, 42, 99, 160, 164, 177, 187, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175,
+ 4136, 20618, 22828, 22831, 22832, 22835, 22836, 22839, 22840,
};
static const unsigned short dep6[] = {
- 98, 284, 2167, 2168, 2170, 2171, 2173, 2174, 2176, 2346, 2347, 2349, 2351,
- 2353, 2355, 2357,
+ 99, 286, 2168, 2169, 2171, 2172, 2174, 2175, 2177, 2348, 2349, 2351, 2353,
+ 2355, 2357, 2359,
};
static const unsigned short dep7[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174,
- 2346, 2347, 2350, 2351, 2354, 2355, 2358, 4136, 20617,
+ 41, 42, 99, 160, 164, 177, 187, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175,
+ 2348, 2349, 2352, 2353, 2356, 2357, 2360, 4136, 20618,
};
static const unsigned short dep8[] = {
- 98, 284, 2167, 2168, 2170, 2171, 2173, 2174, 2176, 2346, 2348, 2350, 2352,
- 2354, 2356, 2358,
+ 99, 286, 2168, 2169, 2171, 2172, 2174, 2175, 2177, 2348, 2350, 2352, 2354,
+ 2356, 2358, 2360,
};
static const unsigned short dep9[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174,
- 2346, 2348, 2349, 2352, 2353, 2356, 2357, 4136, 20617,
+ 41, 42, 99, 160, 164, 177, 187, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175,
+ 2348, 2350, 2351, 2354, 2355, 2358, 2359, 4136, 20618,
};
static const unsigned short dep10[] = {
- 98, 284, 2167, 2168, 2170, 2171, 2173, 2174, 2176, 2346, 2347, 2348, 2349,
- 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358,
+ 99, 286, 2168, 2169, 2171, 2172, 2174, 2175, 2177, 2348, 2349, 2350, 2351,
+ 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2360,
};
static const unsigned short dep11[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174,
- 2346, 2347, 2348, 2349, 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358,
- 4136, 20617,
+ 41, 42, 99, 160, 164, 177, 187, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175,
+ 2348, 2349, 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2360,
+ 4136, 20618,
};
static const unsigned short dep12[] = {
- 98, 284, 2397,
+ 99, 286, 2399,
};
static const unsigned short dep13[] = {
- 41, 42, 98, 159, 163, 165, 176, 186, 187, 189, 284, 2083, 2084, 2167, 2169,
- 2170, 2172, 2173, 2175, 2176, 4136,
+ 41, 42, 99, 160, 164, 166, 177, 187, 188, 190, 286, 2083, 2084, 2168, 2170,
+ 2171, 2173, 2174, 2176, 2177, 4136,
};
static const unsigned short dep14[] = {
- 98, 164, 284, 327, 2397, 28867, 29020,
+ 99, 165, 286, 329, 2399, 28868, 29022,
};
static const unsigned short dep15[] = {
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, 28, 29, 30, 31, 32, 33, 34, 41, 42, 98, 151, 153, 159,
- 163, 165, 176, 186, 187, 189, 284, 327, 2083, 2084, 2167, 2169, 2170, 2172,
- 2173, 2175, 2176, 4136, 28867, 29020,
+ 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 41, 42, 99, 152, 154, 160,
+ 164, 166, 177, 187, 188, 190, 286, 329, 2083, 2084, 2168, 2170, 2171, 2173,
+ 2174, 2176, 2177, 4136, 28868, 29022,
};
static const unsigned short dep16[] = {
- 1, 6, 41, 98, 138, 197, 202, 243, 284, 314, 2397, 28867, 29020,
+ 1, 6, 41, 99, 139, 198, 203, 244, 286, 316, 2399, 28868, 29022,
};
static const unsigned short dep17[] = {
- 1, 25, 27, 39, 41, 42, 98, 159, 163, 165, 167, 168, 176, 186, 187, 189, 197,
- 202, 243, 284, 314, 2083, 2084, 2167, 2169, 2170, 2172, 2173, 2175, 2176,
- 4136, 28867, 29020,
+ 1, 25, 27, 39, 41, 42, 99, 160, 164, 166, 168, 169, 177, 187, 188, 190, 198,
+ 203, 244, 286, 316, 2083, 2084, 2168, 2170, 2171, 2173, 2174, 2176, 2177,
+ 4136, 28868, 29022,
};
static const unsigned short dep18[] = {
- 1, 41, 52, 98, 197, 243, 250, 284, 28867, 29020,
+ 1, 41, 52, 99, 198, 244, 251, 286, 28868, 29022,
};
static const unsigned short dep19[] = {
- 1, 39, 41, 42, 98, 159, 161, 162, 163, 176, 186, 191, 192, 197, 243, 250,
- 284, 4136, 28867, 29020,
+ 1, 39, 41, 42, 99, 160, 162, 163, 164, 177, 187, 192, 193, 198, 244, 251,
+ 286, 4136, 28868, 29022,
};
static const unsigned short dep20[] = {
- 41, 98, 243, 284,
+ 41, 99, 244, 286,
};
static const unsigned short dep21[] = {
- 98, 159, 163, 176, 186, 243, 284,
+ 99, 160, 164, 177, 187, 244, 286,
};
static const unsigned short dep22[] = {
- 1, 41, 98, 132, 136, 137, 139, 140, 143, 144, 147, 150, 153, 156, 157, 158,
- 159, 162, 163, 164, 165, 168, 169, 170, 171, 174, 175, 176, 179, 182, 185,
- 186, 189, 190, 192, 197, 243, 284, 311, 312, 313, 314, 315, 316, 317, 318,
- 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 332, 333, 335,
- 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 28867, 29020,
+ 1, 41, 99, 133, 137, 138, 140, 141, 144, 145, 148, 151, 154, 157, 158, 159,
+ 160, 163, 164, 165, 166, 169, 170, 171, 172, 175, 176, 177, 180, 183, 186,
+ 187, 190, 191, 193, 198, 244, 286, 313, 314, 315, 316, 317, 318, 319, 320,
+ 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 334, 335, 337,
+ 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 28868, 29022,
};
static const unsigned short dep23[] = {
- 1, 39, 41, 42, 51, 52, 56, 59, 74, 98, 138, 139, 159, 163, 176, 186, 191,
- 192, 197, 243, 284, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321,
- 322, 323, 324, 325, 326, 327, 328, 329, 330, 332, 333, 335, 336, 337, 338,
- 339, 340, 341, 342, 343, 344, 345, 346, 4136, 28867, 29020,
+ 1, 39, 41, 42, 51, 52, 57, 60, 75, 99, 139, 140, 160, 164, 177, 187, 192,
+ 193, 198, 244, 286, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323,
+ 324, 325, 326, 327, 328, 329, 330, 331, 332, 334, 335, 337, 338, 339, 340,
+ 341, 342, 343, 344, 345, 346, 347, 348, 4136, 28868, 29022,
};
static const unsigned short dep24[] = {
- 98, 137, 284, 313,
+ 99, 138, 286, 315,
};
static const unsigned short dep25[] = {
- 98, 138, 139, 159, 163, 176, 186, 191, 192, 284, 313,
+ 99, 139, 140, 160, 164, 177, 187, 192, 193, 286, 315,
};
static const unsigned short dep26[] = {
- 98, 138, 284, 314,
+ 99, 139, 286, 316,
};
static const unsigned short dep27[] = {
- 25, 26, 98, 99, 102, 106, 109, 138, 139, 159, 163, 165, 176, 186, 284, 314,
+ 25, 26, 99, 100, 103, 107, 110, 139, 140, 160, 164, 166, 177, 187, 286, 316,
};
static const unsigned short dep28[] = {
- 98, 191, 284, 346,
+ 99, 192, 286, 348,
};
static const unsigned short dep29[] = {
- 98, 99, 102, 106, 109, 138, 139, 159, 163, 165, 176, 186, 284, 346,
+ 99, 100, 103, 107, 110, 139, 140, 160, 164, 166, 177, 187, 286, 348,
};
static const unsigned short dep30[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 2167, 2169, 2170, 2172, 2173, 2175, 2176,
+ 41, 42, 99, 160, 164, 177, 187, 286, 2168, 2170, 2171, 2173, 2174, 2176, 2177,
4136,
};
static const unsigned short dep31[] = {
- 1, 25, 41, 98, 197, 229, 230, 243, 284, 2083, 2287, 2290, 2397, 28867, 29020,
+ 1, 25, 41, 99, 198, 230, 231, 244, 286, 2083, 2288, 2291, 2399, 28868, 29022,
};
static const unsigned short dep32[] = {
- 1, 6, 39, 41, 42, 98, 138, 139, 159, 163, 165, 176, 186, 187, 189, 197, 229,
- 231, 243, 284, 2083, 2084, 2167, 2169, 2170, 2172, 2173, 2175, 2176, 2288,
- 2290, 4136, 28867, 29020,
+ 1, 6, 39, 41, 42, 99, 139, 140, 160, 164, 166, 177, 187, 188, 190, 198, 230,
+ 232, 244, 286, 2083, 2084, 2168, 2170, 2171, 2173, 2174, 2176, 2177, 2289,
+ 2291, 4136, 28868, 29022,
};
static const unsigned short dep33[] = {
- 98, 284,
+ 99, 286,
};
static const unsigned short dep34[] = {
- 98, 159, 163, 176, 186, 284, 2083, 2085,
+ 99, 160, 164, 177, 187, 286, 2083, 2085,
};
static const unsigned short dep35[] = {
- 41, 42, 98, 159, 163, 165, 176, 186, 187, 189, 284, 2167, 2169, 2170, 2172,
- 2173, 2175, 2176, 4136,
+ 41, 42, 99, 160, 164, 166, 177, 187, 188, 190, 286, 2168, 2170, 2171, 2173,
+ 2174, 2176, 2177, 4136,
};
static const unsigned short dep36[] = {
- 6, 38, 39, 40, 98, 126, 127, 202, 243, 284, 309, 310, 2397,
+ 6, 38, 39, 40, 99, 127, 128, 203, 244, 286, 311, 312, 2399,
};
static const unsigned short dep37[] = {
- 6, 38, 41, 42, 98, 159, 163, 165, 176, 186, 187, 189, 202, 243, 284, 309,
- 310, 349, 2167, 2169, 2170, 2172, 2173, 2175, 2176, 4136,
+ 6, 38, 41, 42, 99, 160, 164, 166, 177, 187, 188, 190, 203, 244, 286, 311,
+ 312, 351, 2168, 2170, 2171, 2173, 2174, 2176, 2177, 4136,
};
static const unsigned short dep38[] = {
- 24, 98, 228, 284, 2397,
+ 24, 99, 229, 286, 2399,
};
static const unsigned short dep39[] = {
- 24, 41, 42, 98, 159, 163, 165, 176, 186, 187, 189, 228, 284, 2167, 2169, 2170,
- 2172, 2173, 2175, 2176, 4136,
+ 24, 41, 42, 99, 160, 164, 166, 177, 187, 188, 190, 229, 286, 2168, 2170, 2171,
+ 2173, 2174, 2176, 2177, 4136,
};
static const unsigned short dep40[] = {
- 6, 24, 38, 39, 40, 98, 126, 127, 202, 228, 243, 284, 309, 310, 2397,
+ 6, 24, 38, 39, 40, 99, 127, 128, 203, 229, 244, 286, 311, 312, 2399,
};
static const unsigned short dep41[] = {
- 6, 24, 38, 41, 42, 98, 159, 163, 165, 176, 186, 187, 189, 202, 228, 243, 284,
- 309, 310, 349, 2167, 2169, 2170, 2172, 2173, 2175, 2176, 4136,
+ 6, 24, 38, 41, 42, 99, 160, 164, 166, 177, 187, 188, 190, 203, 229, 244, 286,
+ 311, 312, 351, 2168, 2170, 2171, 2173, 2174, 2176, 2177, 4136,
};
static const unsigned short dep42[] = {
- 1, 6, 39, 41, 42, 98, 138, 139, 159, 163, 165, 176, 186, 187, 189, 197, 229,
- 231, 243, 284, 2167, 2169, 2170, 2172, 2173, 2175, 2176, 2288, 2290, 4136,
- 28867, 29020,
+ 1, 6, 39, 41, 42, 99, 139, 140, 160, 164, 166, 177, 187, 188, 190, 198, 230,
+ 232, 244, 286, 2168, 2170, 2171, 2173, 2174, 2176, 2177, 2289, 2291, 4136,
+ 28868, 29022,
};
static const unsigned short dep43[] = {
- 98, 159, 163, 176, 186, 284,
+ 99, 160, 164, 177, 187, 286,
};
static const unsigned short dep44[] = {
- 15, 98, 211, 212, 284, 2137, 2327, 18602, 18603, 18763, 18764, 18766, 18767,
- 22647, 22648, 22649, 22651, 22652, 22654, 22655, 22826, 22829, 22830, 22833,
- 22834, 22837, 22838,
+ 15, 99, 212, 213, 286, 2138, 2329, 18603, 18604, 18765, 18766, 18768, 18769,
+ 22648, 22649, 22650, 22652, 22653, 22655, 22656, 22828, 22831, 22832, 22835,
+ 22836, 22839, 22840,
};
static const unsigned short dep45[] = {
- 11, 19, 20, 41, 42, 98, 159, 163, 176, 186, 211, 213, 284, 2136, 2137, 2138,
- 2167, 2168, 2171, 2174, 2327, 4136, 16529, 16531, 16532, 16534, 18763, 18765,
- 18766, 18768, 22826, 22829, 22830, 22833, 22834, 22837, 22838,
+ 11, 19, 20, 41, 42, 99, 160, 164, 177, 187, 212, 214, 286, 2137, 2138, 2139,
+ 2168, 2169, 2172, 2175, 2329, 4136, 16530, 16532, 16533, 16535, 18765, 18767,
+ 18768, 18770, 22828, 22831, 22832, 22835, 22836, 22839, 22840,
};
static const unsigned short dep46[] = {
- 15, 16, 17, 18, 98, 211, 212, 214, 215, 217, 218, 220, 221, 284, 2137, 2327,
- 18602, 18603, 18763, 18764, 18766, 18767, 22647, 22648, 22649, 22651, 22652,
- 22654, 22655, 22826, 22829, 22830, 22833, 22834, 22837, 22838,
+ 15, 16, 17, 18, 99, 212, 213, 215, 216, 218, 219, 221, 222, 286, 2138, 2329,
+ 18603, 18604, 18765, 18766, 18768, 18769, 22648, 22649, 22650, 22652, 22653,
+ 22655, 22656, 22828, 22831, 22832, 22835, 22836, 22839, 22840,
};
static const unsigned short dep47[] = {
- 11, 12, 13, 14, 19, 20, 41, 42, 98, 159, 163, 176, 186, 211, 213, 214, 216,
- 217, 219, 220, 222, 284, 2136, 2137, 2138, 2167, 2168, 2171, 2174, 2327, 4136,
- 16529, 16531, 16532, 16534, 18763, 18765, 18766, 18768, 22826, 22829, 22830,
- 22833, 22834, 22837, 22838,
+ 11, 12, 13, 14, 19, 20, 41, 42, 99, 160, 164, 177, 187, 212, 214, 215, 217,
+ 218, 220, 221, 223, 286, 2137, 2138, 2139, 2168, 2169, 2172, 2175, 2329, 4136,
+ 16530, 16532, 16533, 16535, 18765, 18767, 18768, 18770, 22828, 22831, 22832,
+ 22835, 22836, 22839, 22840,
};
static const unsigned short dep48[] = {
- 16, 98, 214, 215, 284, 2137, 2327, 18602, 18603, 18763, 18764, 18766, 18767,
- 22647, 22648, 22649, 22651, 22652, 22654, 22655, 22826, 22829, 22830, 22833,
- 22834, 22837, 22838,
+ 16, 99, 215, 216, 286, 2138, 2329, 18603, 18604, 18765, 18766, 18768, 18769,
+ 22648, 22649, 22650, 22652, 22653, 22655, 22656, 22828, 22831, 22832, 22835,
+ 22836, 22839, 22840,
};
static const unsigned short dep49[] = {
- 12, 19, 20, 41, 42, 98, 159, 163, 176, 186, 214, 216, 284, 2136, 2137, 2138,
- 2167, 2168, 2171, 2174, 2327, 4136, 16529, 16531, 16532, 16534, 18763, 18765,
- 18766, 18768, 22826, 22829, 22830, 22833, 22834, 22837, 22838,
+ 12, 19, 20, 41, 42, 99, 160, 164, 177, 187, 215, 217, 286, 2137, 2138, 2139,
+ 2168, 2169, 2172, 2175, 2329, 4136, 16530, 16532, 16533, 16535, 18765, 18767,
+ 18768, 18770, 22828, 22831, 22832, 22835, 22836, 22839, 22840,
};
static const unsigned short dep50[] = {
- 17, 98, 217, 218, 284, 2137, 2327, 18602, 18603, 18763, 18764, 18766, 18767,
- 22647, 22648, 22649, 22651, 22652, 22654, 22655, 22826, 22829, 22830, 22833,
- 22834, 22837, 22838,
+ 17, 99, 218, 219, 286, 2138, 2329, 18603, 18604, 18765, 18766, 18768, 18769,
+ 22648, 22649, 22650, 22652, 22653, 22655, 22656, 22828, 22831, 22832, 22835,
+ 22836, 22839, 22840,
};
static const unsigned short dep51[] = {
- 13, 19, 20, 41, 42, 98, 159, 163, 176, 186, 217, 219, 284, 2136, 2137, 2138,
- 2167, 2168, 2171, 2174, 2327, 4136, 16529, 16531, 16532, 16534, 18763, 18765,
- 18766, 18768, 22826, 22829, 22830, 22833, 22834, 22837, 22838,
+ 13, 19, 20, 41, 42, 99, 160, 164, 177, 187, 218, 220, 286, 2137, 2138, 2139,
+ 2168, 2169, 2172, 2175, 2329, 4136, 16530, 16532, 16533, 16535, 18765, 18767,
+ 18768, 18770, 22828, 22831, 22832, 22835, 22836, 22839, 22840,
};
static const unsigned short dep52[] = {
- 18, 98, 220, 221, 284, 2137, 2327, 18602, 18603, 18763, 18764, 18766, 18767,
- 22647, 22648, 22649, 22651, 22652, 22654, 22655, 22826, 22829, 22830, 22833,
- 22834, 22837, 22838,
+ 18, 99, 221, 222, 286, 2138, 2329, 18603, 18604, 18765, 18766, 18768, 18769,
+ 22648, 22649, 22650, 22652, 22653, 22655, 22656, 22828, 22831, 22832, 22835,
+ 22836, 22839, 22840,
};
static const unsigned short dep53[] = {
- 14, 19, 20, 41, 42, 98, 159, 163, 176, 186, 220, 222, 284, 2136, 2137, 2138,
- 2167, 2168, 2171, 2174, 2327, 4136, 16529, 16531, 16532, 16534, 18763, 18765,
- 18766, 18768, 22826, 22829, 22830, 22833, 22834, 22837, 22838,
+ 14, 19, 20, 41, 42, 99, 160, 164, 177, 187, 221, 223, 286, 2137, 2138, 2139,
+ 2168, 2169, 2172, 2175, 2329, 4136, 16530, 16532, 16533, 16535, 18765, 18767,
+ 18768, 18770, 22828, 22831, 22832, 22835, 22836, 22839, 22840,
};
static const unsigned short dep54[] = {
- 15, 98, 211, 212, 284, 2137, 2327, 18602, 18603, 18763, 18764, 18766, 18767,
+ 15, 99, 212, 213, 286, 2138, 2329, 18603, 18604, 18765, 18766, 18768, 18769,
};
static const unsigned short dep55[] = {
- 11, 19, 20, 41, 42, 98, 159, 163, 176, 186, 211, 213, 284, 2136, 2137, 2138,
- 2167, 2168, 2171, 2174, 2327, 4136, 16529, 16531, 16532, 16534, 18763, 18765,
- 18766, 18768,
+ 11, 19, 20, 41, 42, 99, 160, 164, 177, 187, 212, 214, 286, 2137, 2138, 2139,
+ 2168, 2169, 2172, 2175, 2329, 4136, 16530, 16532, 16533, 16535, 18765, 18767,
+ 18768, 18770,
};
static const unsigned short dep56[] = {
- 15, 16, 17, 18, 98, 211, 212, 214, 215, 217, 218, 220, 221, 284, 2137, 2327,
- 18602, 18603, 18763, 18764, 18766, 18767,
+ 15, 16, 17, 18, 99, 212, 213, 215, 216, 218, 219, 221, 222, 286, 2138, 2329,
+ 18603, 18604, 18765, 18766, 18768, 18769,
};
static const unsigned short dep57[] = {
- 11, 12, 13, 14, 19, 20, 41, 42, 98, 159, 163, 176, 186, 211, 213, 214, 216,
- 217, 219, 220, 222, 284, 2136, 2137, 2138, 2167, 2168, 2171, 2174, 2327, 4136,
- 16529, 16531, 16532, 16534, 18763, 18765, 18766, 18768,
+ 11, 12, 13, 14, 19, 20, 41, 42, 99, 160, 164, 177, 187, 212, 214, 215, 217,
+ 218, 220, 221, 223, 286, 2137, 2138, 2139, 2168, 2169, 2172, 2175, 2329, 4136,
+ 16530, 16532, 16533, 16535, 18765, 18767, 18768, 18770,
};
static const unsigned short dep58[] = {
- 16, 98, 214, 215, 284, 2137, 2327, 18602, 18603, 18763, 18764, 18766, 18767,
+ 16, 99, 215, 216, 286, 2138, 2329, 18603, 18604, 18765, 18766, 18768, 18769,
};
static const unsigned short dep59[] = {
- 12, 19, 20, 41, 42, 98, 159, 163, 176, 186, 214, 216, 284, 2136, 2137, 2138,
- 2167, 2168, 2171, 2174, 2327, 4136, 16529, 16531, 16532, 16534, 18763, 18765,
- 18766, 18768,
+ 12, 19, 20, 41, 42, 99, 160, 164, 177, 187, 215, 217, 286, 2137, 2138, 2139,
+ 2168, 2169, 2172, 2175, 2329, 4136, 16530, 16532, 16533, 16535, 18765, 18767,
+ 18768, 18770,
};
static const unsigned short dep60[] = {
- 17, 98, 217, 218, 284, 2137, 2327, 18602, 18603, 18763, 18764, 18766, 18767,
+ 17, 99, 218, 219, 286, 2138, 2329, 18603, 18604, 18765, 18766, 18768, 18769,
};
static const unsigned short dep61[] = {
- 13, 19, 20, 41, 42, 98, 159, 163, 176, 186, 217, 219, 284, 2136, 2137, 2138,
- 2167, 2168, 2171, 2174, 2327, 4136, 16529, 16531, 16532, 16534, 18763, 18765,
- 18766, 18768,
+ 13, 19, 20, 41, 42, 99, 160, 164, 177, 187, 218, 220, 286, 2137, 2138, 2139,
+ 2168, 2169, 2172, 2175, 2329, 4136, 16530, 16532, 16533, 16535, 18765, 18767,
+ 18768, 18770,
};
static const unsigned short dep62[] = {
- 18, 98, 220, 221, 284, 2137, 2327, 18602, 18603, 18763, 18764, 18766, 18767,
+ 18, 99, 221, 222, 286, 2138, 2329, 18603, 18604, 18765, 18766, 18768, 18769,
};
static const unsigned short dep63[] = {
- 14, 19, 20, 41, 42, 98, 159, 163, 176, 186, 220, 222, 284, 2136, 2137, 2138,
- 2167, 2168, 2171, 2174, 2327, 4136, 16529, 16531, 16532, 16534, 18763, 18765,
- 18766, 18768,
+ 14, 19, 20, 41, 42, 99, 160, 164, 177, 187, 221, 223, 286, 2137, 2138, 2139,
+ 2168, 2169, 2172, 2175, 2329, 4136, 16530, 16532, 16533, 16535, 18765, 18767,
+ 18768, 18770,
};
static const unsigned short dep64[] = {
- 98, 284, 2137, 2327, 18602, 18603, 18763, 18764, 18766, 18767,
+ 99, 286, 2138, 2329, 18603, 18604, 18765, 18766, 18768, 18769,
};
static const unsigned short dep65[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 2136, 2137, 2138, 2167, 2168, 2171, 2174,
- 2327, 4136, 16529, 16531, 16532, 16534, 18763, 18765, 18766, 18768,
+ 41, 42, 99, 160, 164, 177, 187, 286, 2137, 2138, 2139, 2168, 2169, 2172, 2175,
+ 2329, 4136, 16530, 16532, 16533, 16535, 18765, 18767, 18768, 18770,
};
static const unsigned short dep66[] = {
- 11, 98, 207, 284,
+ 11, 99, 208, 286,
};
static const unsigned short dep67[] = {
- 11, 41, 42, 98, 159, 163, 176, 186, 207, 284, 2167, 2168, 2171, 2174, 4136,
+ 11, 41, 42, 99, 160, 164, 177, 187, 208, 286, 2168, 2169, 2172, 2175, 4136,
};
static const unsigned short dep68[] = {
- 11, 41, 42, 98, 159, 163, 176, 186, 284, 2167, 2168, 2171, 2174, 4136,
+ 11, 41, 42, 99, 160, 164, 177, 187, 286, 2168, 2169, 2172, 2175, 4136,
};
static const unsigned short dep69[] = {
- 12, 98, 208, 284,
+ 12, 99, 209, 286,
};
static const unsigned short dep70[] = {
- 11, 41, 42, 98, 159, 163, 176, 186, 208, 284, 2167, 2168, 2171, 2174, 4136,
+ 11, 41, 42, 99, 160, 164, 177, 187, 209, 286, 2168, 2169, 2172, 2175, 4136,
};
static const unsigned short dep71[] = {
- 13, 98, 209, 284,
+ 13, 99, 210, 286,
};
static const unsigned short dep72[] = {
- 11, 41, 42, 98, 159, 163, 176, 186, 209, 284, 2167, 2168, 2171, 2174, 4136,
+ 11, 41, 42, 99, 160, 164, 177, 187, 210, 286, 2168, 2169, 2172, 2175, 4136,
};
static const unsigned short dep73[] = {
- 14, 98, 210, 284,
+ 14, 99, 211, 286,
};
static const unsigned short dep74[] = {
- 11, 41, 42, 98, 159, 163, 176, 186, 210, 284, 2167, 2168, 2171, 2174, 4136,
+ 11, 41, 42, 99, 160, 164, 177, 187, 211, 286, 2168, 2169, 2172, 2175, 4136,
};
static const unsigned short dep75[] = {
- 15, 98, 212, 213, 284,
+ 15, 99, 213, 214, 286,
};
static const unsigned short dep76[] = {
- 41, 42, 98, 159, 163, 176, 186, 212, 213, 284, 2167, 2168, 2171, 2174, 4136,
+ 41, 42, 99, 160, 164, 177, 187, 213, 214, 286, 2168, 2169, 2172, 2175, 4136,
};
static const unsigned short dep77[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 2167, 2168, 2171, 2174, 4136,
+ 41, 42, 99, 160, 164, 177, 187, 286, 2168, 2169, 2172, 2175, 4136,
};
static const unsigned short dep78[] = {
- 16, 98, 215, 216, 284,
+ 16, 99, 216, 217, 286,
};
static const unsigned short dep79[] = {
- 41, 42, 98, 159, 163, 176, 186, 215, 216, 284, 2167, 2168, 2171, 2174, 4136,
+ 41, 42, 99, 160, 164, 177, 187, 216, 217, 286, 2168, 2169, 2172, 2175, 4136,
};
static const unsigned short dep80[] = {
- 17, 98, 218, 219, 284,
+ 17, 99, 219, 220, 286,
};
static const unsigned short dep81[] = {
- 41, 42, 98, 159, 163, 176, 186, 218, 219, 284, 2167, 2168, 2171, 2174, 4136,
+ 41, 42, 99, 160, 164, 177, 187, 219, 220, 286, 2168, 2169, 2172, 2175, 4136,
};
static const unsigned short dep82[] = {
- 18, 98, 221, 222, 284,
+ 18, 99, 222, 223, 286,
};
static const unsigned short dep83[] = {
- 41, 42, 98, 159, 163, 176, 186, 221, 222, 284, 2167, 2168, 2171, 2174, 4136,
+ 41, 42, 99, 160, 164, 177, 187, 222, 223, 286, 2168, 2169, 2172, 2175, 4136,
};
static const unsigned short dep84[] = {
- 15, 19, 20, 41, 42, 98, 159, 163, 165, 176, 186, 187, 189, 284, 2167, 2168,
- 2171, 2174, 4136,
+ 15, 19, 20, 41, 42, 99, 160, 164, 166, 177, 187, 188, 190, 286, 2168, 2169,
+ 2172, 2175, 4136,
};
static const unsigned short dep85[] = {
- 15, 16, 19, 20, 41, 42, 98, 159, 163, 165, 176, 186, 187, 189, 284, 2167,
- 2168, 2171, 2174, 4136,
+ 15, 16, 19, 20, 41, 42, 99, 160, 164, 166, 177, 187, 188, 190, 286, 2168,
+ 2169, 2172, 2175, 4136,
};
static const unsigned short dep86[] = {
- 15, 17, 19, 20, 41, 42, 98, 159, 163, 165, 176, 186, 187, 189, 284, 2167,
- 2168, 2171, 2174, 4136,
+ 15, 17, 19, 20, 41, 42, 99, 160, 164, 166, 177, 187, 188, 190, 286, 2168,
+ 2169, 2172, 2175, 4136,
};
static const unsigned short dep87[] = {
- 15, 18, 19, 20, 41, 42, 98, 159, 163, 165, 176, 186, 187, 189, 284, 2167,
- 2168, 2171, 2174, 4136,
+ 15, 18, 19, 20, 41, 42, 99, 160, 164, 166, 177, 187, 188, 190, 286, 2168,
+ 2169, 2172, 2175, 4136,
};
static const unsigned short dep88[] = {
- 15, 98, 211, 212, 284,
+ 15, 99, 212, 213, 286,
};
static const unsigned short dep89[] = {
- 11, 19, 20, 41, 42, 98, 159, 163, 176, 186, 211, 213, 284, 2167, 2168, 2171,
- 2174, 4136,
+ 11, 19, 20, 41, 42, 99, 160, 164, 177, 187, 212, 214, 286, 2168, 2169, 2172,
+ 2175, 4136,
};
static const unsigned short dep90[] = {
- 15, 16, 17, 18, 98, 211, 212, 214, 215, 217, 218, 220, 221, 284,
+ 15, 16, 17, 18, 99, 212, 213, 215, 216, 218, 219, 221, 222, 286,
};
static const unsigned short dep91[] = {
- 11, 12, 13, 14, 19, 20, 41, 42, 98, 159, 163, 176, 186, 211, 213, 214, 216,
- 217, 219, 220, 222, 284, 2167, 2168, 2171, 2174, 4136,
+ 11, 12, 13, 14, 19, 20, 41, 42, 99, 160, 164, 177, 187, 212, 214, 215, 217,
+ 218, 220, 221, 223, 286, 2168, 2169, 2172, 2175, 4136,
};
static const unsigned short dep92[] = {
- 16, 98, 214, 215, 284,
+ 16, 99, 215, 216, 286,
};
static const unsigned short dep93[] = {
- 12, 19, 20, 41, 42, 98, 159, 163, 176, 186, 214, 216, 284, 2167, 2168, 2171,
- 2174, 4136,
+ 12, 19, 20, 41, 42, 99, 160, 164, 177, 187, 215, 217, 286, 2168, 2169, 2172,
+ 2175, 4136,
};
static const unsigned short dep94[] = {
- 17, 98, 217, 218, 284,
+ 17, 99, 218, 219, 286,
};
static const unsigned short dep95[] = {
- 13, 19, 20, 41, 42, 98, 159, 163, 176, 186, 217, 219, 284, 2167, 2168, 2171,
- 2174, 4136,
+ 13, 19, 20, 41, 42, 99, 160, 164, 177, 187, 218, 220, 286, 2168, 2169, 2172,
+ 2175, 4136,
};
static const unsigned short dep96[] = {
- 18, 98, 220, 221, 284,
+ 18, 99, 221, 222, 286,
};
static const unsigned short dep97[] = {
- 14, 19, 20, 41, 42, 98, 159, 163, 176, 186, 220, 222, 284, 2167, 2168, 2171,
- 2174, 4136,
+ 14, 19, 20, 41, 42, 99, 160, 164, 177, 187, 221, 223, 286, 2168, 2169, 2172,
+ 2175, 4136,
};
static const unsigned short dep98[] = {
- 15, 98, 211, 212, 284, 2167, 2168, 2169, 2171, 2172, 2174, 2175, 2346, 2349,
- 2350, 2353, 2354, 2357, 2358,
+ 15, 99, 212, 213, 286, 2168, 2169, 2170, 2172, 2173, 2175, 2176, 2348, 2351,
+ 2352, 2355, 2356, 2359, 2360,
};
static const unsigned short dep99[] = {
- 11, 19, 20, 41, 42, 98, 159, 163, 176, 186, 211, 213, 284, 2136, 2137, 2138,
- 2167, 2168, 2171, 2174, 2346, 2349, 2350, 2353, 2354, 2357, 2358, 4136, 16529,
- 16531, 16532, 16534,
+ 11, 19, 20, 41, 42, 99, 160, 164, 177, 187, 212, 214, 286, 2137, 2138, 2139,
+ 2168, 2169, 2172, 2175, 2348, 2351, 2352, 2355, 2356, 2359, 2360, 4136, 16530,
+ 16532, 16533, 16535,
};
static const unsigned short dep100[] = {
- 15, 16, 17, 18, 98, 211, 212, 214, 215, 217, 218, 220, 221, 284, 2167, 2168,
- 2169, 2171, 2172, 2174, 2175, 2346, 2349, 2350, 2353, 2354, 2357, 2358,
+ 15, 16, 17, 18, 99, 212, 213, 215, 216, 218, 219, 221, 222, 286, 2168, 2169,
+ 2170, 2172, 2173, 2175, 2176, 2348, 2351, 2352, 2355, 2356, 2359, 2360,
};
static const unsigned short dep101[] = {
- 11, 12, 13, 14, 19, 20, 41, 42, 98, 159, 163, 176, 186, 211, 213, 214, 216,
- 217, 219, 220, 222, 284, 2136, 2137, 2138, 2167, 2168, 2171, 2174, 2346, 2349,
- 2350, 2353, 2354, 2357, 2358, 4136, 16529, 16531, 16532, 16534,
+ 11, 12, 13, 14, 19, 20, 41, 42, 99, 160, 164, 177, 187, 212, 214, 215, 217,
+ 218, 220, 221, 223, 286, 2137, 2138, 2139, 2168, 2169, 2172, 2175, 2348, 2351,
+ 2352, 2355, 2356, 2359, 2360, 4136, 16530, 16532, 16533, 16535,
};
static const unsigned short dep102[] = {
- 16, 98, 214, 215, 284, 2167, 2168, 2169, 2171, 2172, 2174, 2175, 2346, 2349,
- 2350, 2353, 2354, 2357, 2358,
+ 16, 99, 215, 216, 286, 2168, 2169, 2170, 2172, 2173, 2175, 2176, 2348, 2351,
+ 2352, 2355, 2356, 2359, 2360,
};
static const unsigned short dep103[] = {
- 12, 19, 20, 41, 42, 98, 159, 163, 176, 186, 214, 216, 284, 2136, 2137, 2138,
- 2167, 2168, 2171, 2174, 2346, 2349, 2350, 2353, 2354, 2357, 2358, 4136, 16529,
- 16531, 16532, 16534,
+ 12, 19, 20, 41, 42, 99, 160, 164, 177, 187, 215, 217, 286, 2137, 2138, 2139,
+ 2168, 2169, 2172, 2175, 2348, 2351, 2352, 2355, 2356, 2359, 2360, 4136, 16530,
+ 16532, 16533, 16535,
};
static const unsigned short dep104[] = {
- 17, 98, 217, 218, 284, 2167, 2168, 2169, 2171, 2172, 2174, 2175, 2346, 2349,
- 2350, 2353, 2354, 2357, 2358,
+ 17, 99, 218, 219, 286, 2168, 2169, 2170, 2172, 2173, 2175, 2176, 2348, 2351,
+ 2352, 2355, 2356, 2359, 2360,
};
static const unsigned short dep105[] = {
- 13, 19, 20, 41, 42, 98, 159, 163, 176, 186, 217, 219, 284, 2136, 2137, 2138,
- 2167, 2168, 2171, 2174, 2346, 2349, 2350, 2353, 2354, 2357, 2358, 4136, 16529,
- 16531, 16532, 16534,
+ 13, 19, 20, 41, 42, 99, 160, 164, 177, 187, 218, 220, 286, 2137, 2138, 2139,
+ 2168, 2169, 2172, 2175, 2348, 2351, 2352, 2355, 2356, 2359, 2360, 4136, 16530,
+ 16532, 16533, 16535,
};
static const unsigned short dep106[] = {
- 18, 98, 220, 221, 284, 2167, 2168, 2169, 2171, 2172, 2174, 2175, 2346, 2349,
- 2350, 2353, 2354, 2357, 2358,
+ 18, 99, 221, 222, 286, 2168, 2169, 2170, 2172, 2173, 2175, 2176, 2348, 2351,
+ 2352, 2355, 2356, 2359, 2360,
};
static const unsigned short dep107[] = {
- 14, 19, 20, 41, 42, 98, 159, 163, 176, 186, 220, 222, 284, 2136, 2137, 2138,
- 2167, 2168, 2171, 2174, 2346, 2349, 2350, 2353, 2354, 2357, 2358, 4136, 16529,
- 16531, 16532, 16534,
+ 14, 19, 20, 41, 42, 99, 160, 164, 177, 187, 221, 223, 286, 2137, 2138, 2139,
+ 2168, 2169, 2172, 2175, 2348, 2351, 2352, 2355, 2356, 2359, 2360, 4136, 16530,
+ 16532, 16533, 16535,
};
static const unsigned short dep108[] = {
- 15, 98, 211, 212, 284, 22647, 22648, 22649, 22651, 22652, 22654, 22655, 22826,
- 22829, 22830, 22833, 22834, 22837, 22838,
+ 15, 99, 212, 213, 286, 22648, 22649, 22650, 22652, 22653, 22655, 22656, 22828,
+ 22831, 22832, 22835, 22836, 22839, 22840,
};
static const unsigned short dep109[] = {
- 11, 19, 20, 41, 42, 98, 159, 163, 176, 186, 211, 213, 284, 2136, 2137, 2138,
- 2167, 2168, 2171, 2174, 4136, 16529, 16531, 16532, 16534, 22826, 22829, 22830,
- 22833, 22834, 22837, 22838,
+ 11, 19, 20, 41, 42, 99, 160, 164, 177, 187, 212, 214, 286, 2137, 2138, 2139,
+ 2168, 2169, 2172, 2175, 4136, 16530, 16532, 16533, 16535, 22828, 22831, 22832,
+ 22835, 22836, 22839, 22840,
};
static const unsigned short dep110[] = {
- 15, 16, 17, 18, 98, 211, 212, 214, 215, 217, 218, 220, 221, 284, 22647, 22648,
- 22649, 22651, 22652, 22654, 22655, 22826, 22829, 22830, 22833, 22834, 22837,
- 22838,
+ 15, 16, 17, 18, 99, 212, 213, 215, 216, 218, 219, 221, 222, 286, 22648, 22649,
+ 22650, 22652, 22653, 22655, 22656, 22828, 22831, 22832, 22835, 22836, 22839,
+ 22840,
};
static const unsigned short dep111[] = {
- 11, 12, 13, 14, 19, 20, 41, 42, 98, 159, 163, 176, 186, 211, 213, 214, 216,
- 217, 219, 220, 222, 284, 2136, 2137, 2138, 2167, 2168, 2171, 2174, 4136, 16529,
- 16531, 16532, 16534, 22826, 22829, 22830, 22833, 22834, 22837, 22838,
+ 11, 12, 13, 14, 19, 20, 41, 42, 99, 160, 164, 177, 187, 212, 214, 215, 217,
+ 218, 220, 221, 223, 286, 2137, 2138, 2139, 2168, 2169, 2172, 2175, 4136, 16530,
+ 16532, 16533, 16535, 22828, 22831, 22832, 22835, 22836, 22839, 22840,
};
static const unsigned short dep112[] = {
- 16, 98, 214, 215, 284, 22647, 22648, 22649, 22651, 22652, 22654, 22655, 22826,
- 22829, 22830, 22833, 22834, 22837, 22838,
+ 16, 99, 215, 216, 286, 22648, 22649, 22650, 22652, 22653, 22655, 22656, 22828,
+ 22831, 22832, 22835, 22836, 22839, 22840,
};
static const unsigned short dep113[] = {
- 12, 19, 20, 41, 42, 98, 159, 163, 176, 186, 214, 216, 284, 2136, 2137, 2138,
- 2167, 2168, 2171, 2174, 4136, 16529, 16531, 16532, 16534, 22826, 22829, 22830,
- 22833, 22834, 22837, 22838,
+ 12, 19, 20, 41, 42, 99, 160, 164, 177, 187, 215, 217, 286, 2137, 2138, 2139,
+ 2168, 2169, 2172, 2175, 4136, 16530, 16532, 16533, 16535, 22828, 22831, 22832,
+ 22835, 22836, 22839, 22840,
};
static const unsigned short dep114[] = {
- 17, 98, 217, 218, 284, 22647, 22648, 22649, 22651, 22652, 22654, 22655, 22826,
- 22829, 22830, 22833, 22834, 22837, 22838,
+ 17, 99, 218, 219, 286, 22648, 22649, 22650, 22652, 22653, 22655, 22656, 22828,
+ 22831, 22832, 22835, 22836, 22839, 22840,
};
static const unsigned short dep115[] = {
- 13, 19, 20, 41, 42, 98, 159, 163, 176, 186, 217, 219, 284, 2136, 2137, 2138,
- 2167, 2168, 2171, 2174, 4136, 16529, 16531, 16532, 16534, 22826, 22829, 22830,
- 22833, 22834, 22837, 22838,
+ 13, 19, 20, 41, 42, 99, 160, 164, 177, 187, 218, 220, 286, 2137, 2138, 2139,
+ 2168, 2169, 2172, 2175, 4136, 16530, 16532, 16533, 16535, 22828, 22831, 22832,
+ 22835, 22836, 22839, 22840,
};
static const unsigned short dep116[] = {
- 18, 98, 220, 221, 284, 22647, 22648, 22649, 22651, 22652, 22654, 22655, 22826,
- 22829, 22830, 22833, 22834, 22837, 22838,
+ 18, 99, 221, 222, 286, 22648, 22649, 22650, 22652, 22653, 22655, 22656, 22828,
+ 22831, 22832, 22835, 22836, 22839, 22840,
};
static const unsigned short dep117[] = {
- 14, 19, 20, 41, 42, 98, 159, 163, 176, 186, 220, 222, 284, 2136, 2137, 2138,
- 2167, 2168, 2171, 2174, 4136, 16529, 16531, 16532, 16534, 22826, 22829, 22830,
- 22833, 22834, 22837, 22838,
+ 14, 19, 20, 41, 42, 99, 160, 164, 177, 187, 221, 223, 286, 2137, 2138, 2139,
+ 2168, 2169, 2172, 2175, 4136, 16530, 16532, 16533, 16535, 22828, 22831, 22832,
+ 22835, 22836, 22839, 22840,
};
static const unsigned short dep118[] = {
- 98, 284, 2167, 2168, 2169, 2171, 2172, 2174, 2175, 2346, 2349, 2350, 2353,
- 2354, 2357, 2358,
+ 99, 286, 2168, 2169, 2170, 2172, 2173, 2175, 2176, 2348, 2351, 2352, 2355,
+ 2356, 2359, 2360,
};
static const unsigned short dep119[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 2136, 2137, 2138, 2167, 2168, 2171, 2174,
- 2346, 2349, 2350, 2353, 2354, 2357, 2358, 4136, 16529, 16531, 16532, 16534,
+ 41, 42, 99, 160, 164, 177, 187, 286, 2137, 2138, 2139, 2168, 2169, 2172, 2175,
+ 2348, 2351, 2352, 2355, 2356, 2359, 2360, 4136, 16530, 16532, 16533, 16535,
};
static const unsigned short dep120[] = {
- 98, 284, 22647, 22648, 22649, 22651, 22652, 22654, 22655, 22826, 22829, 22830,
- 22833, 22834, 22837, 22838,
+ 99, 286, 22648, 22649, 22650, 22652, 22653, 22655, 22656, 22828, 22831, 22832,
+ 22835, 22836, 22839, 22840,
};
static const unsigned short dep121[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 2136, 2137, 2138, 2167, 2168, 2171, 2174,
- 4136, 16529, 16531, 16532, 16534, 22826, 22829, 22830, 22833, 22834, 22837,
- 22838,
+ 41, 42, 99, 160, 164, 177, 187, 286, 2137, 2138, 2139, 2168, 2169, 2172, 2175,
+ 4136, 16530, 16532, 16533, 16535, 22828, 22831, 22832, 22835, 22836, 22839,
+ 22840,
};
static const unsigned short dep122[] = {
- 19, 20, 41, 42, 98, 159, 163, 176, 186, 284, 2136, 2137, 2138, 2167, 2168,
- 2171, 2174, 2327, 4136, 16529, 16531, 16532, 16534, 18763, 18765, 18766, 18768,
+ 19, 20, 41, 42, 99, 160, 164, 177, 187, 286, 2137, 2138, 2139, 2168, 2169,
+ 2172, 2175, 2329, 4136, 16530, 16532, 16533, 16535, 18765, 18767, 18768, 18770,
};
static const unsigned short dep123[] = {
- 41, 42, 98, 159, 163, 165, 176, 186, 187, 189, 284, 2139, 2140, 2141, 2167,
- 2168, 2171, 2174, 4136, 20617,
+ 41, 42, 99, 160, 164, 166, 177, 187, 188, 190, 286, 2140, 2141, 2142, 2168,
+ 2169, 2172, 2175, 4136, 20618,
};
static const unsigned short dep124[] = {
- 98, 284, 2084, 2085, 2288, 2289,
+ 99, 286, 2084, 2085, 2289, 2290,
};
static const unsigned short dep125[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174,
- 2287, 2289, 4136, 20617,
+ 41, 42, 99, 160, 164, 177, 187, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175,
+ 2288, 2290, 4136, 20618,
};
static const unsigned short dep126[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 2083, 2085, 2167, 2168, 2171, 2174, 2329,
- 4136, 20617,
+ 41, 42, 99, 160, 164, 177, 187, 286, 2083, 2085, 2168, 2169, 2172, 2175, 2331,
+ 4136, 20618,
};
static const unsigned short dep127[] = {
- 98, 284, 14456, 14458, 14459, 14461, 14462, 14464, 14637, 14638, 14641, 14642,
- 14645, 14646,
+ 99, 286, 14457, 14459, 14460, 14462, 14463, 14465, 14639, 14640, 14643, 14644,
+ 14647, 14648,
};
static const unsigned short dep128[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 2139, 2140, 2141, 4136, 14637, 14638,
- 14641, 14642, 14645, 14646, 20617, 24695, 24696, 24699, 24702,
+ 41, 42, 99, 160, 164, 177, 187, 286, 2140, 2141, 2142, 4136, 14639, 14640,
+ 14643, 14644, 14647, 14648, 20618, 24696, 24697, 24700, 24703,
};
static const unsigned short dep129[] = {
- 98, 123, 125, 126, 128, 284, 305, 306, 309, 310,
+ 99, 124, 126, 127, 129, 286, 307, 308, 311, 312,
};
static const unsigned short dep130[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 305, 306, 309, 310, 4136, 24695, 24696,
- 24699, 24702,
+ 41, 42, 99, 160, 164, 177, 187, 286, 307, 308, 311, 312, 4136, 24696, 24697,
+ 24700, 24703,
};
static const unsigned short dep131[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 2167, 2168, 2171, 2174, 2329, 4136, 20617,
+ 41, 42, 99, 160, 164, 177, 187, 286, 2168, 2169, 2172, 2175, 2331, 4136, 20618,
};
static const unsigned short dep132[] = {
- 41, 42, 98, 120, 123, 126, 159, 163, 176, 186, 284, 2329, 4136, 20617, 24695,
+ 41, 42, 99, 121, 124, 127, 160, 164, 177, 187, 286, 2331, 4136, 20618, 24696,
};
static const unsigned short dep133[] = {
- 6, 24, 26, 27, 98, 202, 228, 231, 284, 2082, 2286,
+ 6, 24, 26, 27, 99, 203, 229, 232, 286, 2082, 2287,
};
static const unsigned short dep134[] = {
- 41, 42, 98, 159, 163, 176, 186, 202, 228, 230, 284, 2139, 2140, 2141, 2167,
- 2168, 2171, 2174, 2286, 4136, 20617,
+ 41, 42, 99, 160, 164, 177, 187, 203, 229, 231, 286, 2140, 2141, 2142, 2168,
+ 2169, 2172, 2175, 2287, 4136, 20618,
};
static const unsigned short dep135[] = {
- 6, 24, 25, 26, 41, 42, 98, 159, 163, 176, 186, 284, 2082, 2167, 2168, 2171,
- 2174, 2329, 4136, 20617,
+ 6, 24, 25, 26, 41, 42, 99, 160, 164, 177, 187, 286, 2082, 2168, 2169, 2172,
+ 2175, 2331, 4136, 20618,
};
static const unsigned short dep136[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 2167, 2168, 2171, 2174, 2346, 2349, 2350,
- 2353, 2354, 2357, 2358, 4136,
+ 41, 42, 99, 160, 164, 177, 187, 286, 2168, 2169, 2172, 2175, 2348, 2351, 2352,
+ 2355, 2356, 2359, 2360, 4136,
};
static const unsigned short dep137[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 2167, 2168, 2171, 2174, 4136, 22826,
- 22829, 22830, 22833, 22834, 22837, 22838,
+ 41, 42, 99, 160, 164, 177, 187, 286, 2168, 2169, 2172, 2175, 4136, 22828,
+ 22831, 22832, 22835, 22836, 22839, 22840,
};
static const unsigned short dep138[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 2167, 2168, 2171, 2174, 2346, 2347, 2350,
- 2351, 2354, 2355, 2358, 4136,
+ 41, 42, 99, 160, 164, 177, 187, 286, 2168, 2169, 2172, 2175, 2348, 2349, 2352,
+ 2353, 2356, 2357, 2360, 4136,
};
static const unsigned short dep139[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 2167, 2168, 2171, 2174, 2346, 2348, 2349,
- 2352, 2353, 2356, 2357, 4136,
+ 41, 42, 99, 160, 164, 177, 187, 286, 2168, 2169, 2172, 2175, 2348, 2350, 2351,
+ 2354, 2355, 2358, 2359, 4136,
};
static const unsigned short dep140[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 2167, 2168, 2171, 2174, 2346, 2347, 2348,
- 2349, 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 4136,
+ 41, 42, 99, 160, 164, 177, 187, 286, 2168, 2169, 2172, 2175, 2348, 2349, 2350,
+ 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2360, 4136,
};
static const unsigned short dep141[] = {
- 0, 41, 42, 98, 159, 163, 165, 176, 186, 187, 189, 284, 2167, 2168, 2171, 2174,
+ 0, 41, 42, 99, 160, 164, 166, 177, 187, 188, 190, 286, 2168, 2169, 2172, 2175,
4136,
};
static const unsigned short dep142[] = {
- 0, 98, 196, 284,
+ 0, 99, 197, 286,
};
static const unsigned short dep143[] = {
- 0, 41, 42, 98, 159, 163, 165, 176, 186, 187, 189, 196, 284, 2167, 2168, 2171,
- 2174, 4136,
+ 0, 41, 42, 99, 160, 164, 166, 177, 187, 188, 190, 197, 286, 2168, 2169, 2172,
+ 2175, 4136,
};
static const unsigned short dep144[] = {
- 41, 42, 98, 159, 163, 176, 186, 196, 284, 2167, 2168, 2171, 2174, 4136,
+ 41, 42, 99, 160, 164, 177, 187, 197, 286, 2168, 2169, 2172, 2175, 4136,
};
static const unsigned short dep145[] = {
- 2, 28, 98, 198, 232, 284, 28867, 29020,
+ 2, 28, 99, 199, 233, 286, 28868, 29022,
};
static const unsigned short dep146[] = {
- 1, 2, 28, 29, 98, 159, 163, 176, 178, 179, 186, 198, 232, 284, 28867, 29020,
+ 1, 2, 28, 29, 99, 160, 164, 177, 179, 180, 187, 199, 233, 286, 28868, 29022,
};
static const unsigned short dep147[] = {
- 1, 28, 29, 39, 41, 42, 98, 159, 163, 176, 178, 179, 186, 198, 232, 284, 4136,
- 28867, 29020,
+ 1, 28, 29, 39, 41, 42, 99, 160, 164, 177, 179, 180, 187, 199, 233, 286, 4136,
+ 28868, 29022,
};
static const unsigned short dep148[] = {
- 0, 41, 42, 98, 159, 163, 176, 186, 196, 284, 2167, 2168, 2171, 2174, 4136,
+ 0, 41, 42, 99, 160, 164, 177, 187, 197, 286, 2168, 2169, 2172, 2175, 4136,
};
static const unsigned short dep149[] = {
1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22,
- 28, 29, 30, 31, 32, 98, 197, 198, 199, 200, 201, 203, 204, 205, 206, 207,
- 208, 209, 210, 212, 213, 215, 216, 218, 219, 221, 222, 223, 224, 225, 226,
- 232, 233, 234, 235, 236, 284, 2071, 2082, 2275, 2286, 28867, 29020,
+ 28, 29, 30, 31, 32, 99, 198, 199, 200, 201, 202, 204, 205, 206, 207, 208,
+ 209, 210, 211, 213, 214, 216, 217, 219, 220, 222, 223, 224, 225, 226, 227,
+ 233, 234, 235, 236, 237, 286, 2071, 2082, 2276, 2287, 28868, 29022,
};
static const unsigned short dep150[] = {
- 29, 41, 42, 98, 138, 139, 159, 163, 176, 186, 191, 192, 197, 198, 199, 200,
- 201, 203, 204, 205, 206, 207, 208, 209, 210, 212, 213, 215, 216, 218, 219,
- 221, 222, 223, 224, 225, 226, 232, 233, 234, 235, 236, 284, 2139, 2140, 2141,
- 2167, 2168, 2171, 2174, 2275, 2286, 4136, 20617, 28867, 29020,
+ 29, 41, 42, 99, 139, 140, 160, 164, 177, 187, 192, 193, 198, 199, 200, 201,
+ 202, 204, 205, 206, 207, 208, 209, 210, 211, 213, 214, 216, 217, 219, 220,
+ 222, 223, 224, 225, 226, 227, 233, 234, 235, 236, 237, 286, 2140, 2141, 2142,
+ 2168, 2169, 2172, 2175, 2276, 2287, 4136, 20618, 28868, 29022,
};
static const unsigned short dep151[] = {
- 98, 284, 14465, 14467, 14469, 14471, 14506, 14507, 14526, 14647, 14648, 14668,
- 14669, 14671, 14672, 14681,
+ 99, 286, 14466, 14468, 14470, 14472, 14507, 14508, 14527, 14649, 14650, 14670,
+ 14671, 14673, 14674, 14683,
};
static const unsigned short dep152[] = {
- 41, 42, 98, 159, 163, 176, 184, 185, 186, 284, 2167, 2168, 2171, 2174, 4136,
- 14647, 14648, 14668, 14669, 14671, 14672, 14681,
+ 41, 42, 99, 160, 164, 177, 185, 186, 187, 286, 2168, 2169, 2172, 2175, 4136,
+ 14649, 14650, 14670, 14671, 14673, 14674, 14683,
};
static const unsigned short dep153[] = {
- 14465, 14467, 14469, 14471, 14506, 14507, 14526, 14647, 14648, 14668, 14669,
- 14671, 14672, 14681,
+ 14466, 14468, 14470, 14472, 14507, 14508, 14527, 14649, 14650, 14670, 14671,
+ 14673, 14674, 14683,
};
static const unsigned short dep154[] = {
- 184, 185, 14647, 14648, 14668, 14669, 14671, 14672, 14681,
+ 185, 186, 14649, 14650, 14670, 14671, 14673, 14674, 14683,
};
static const unsigned short dep155[] = {
- 98, 284, 14466, 14467, 14470, 14471, 14481, 14482, 14484, 14485, 14487, 14488,
- 14490, 14491, 14494, 14496, 14497, 14506, 14507, 14508, 14509, 14511, 14516,
- 14517, 14519, 14520, 14526, 14647, 14648, 14654, 14655, 14656, 14657, 14659,
- 14661, 14668, 14669, 14671, 14672, 14673, 14674, 14677, 14678, 14681,
+ 99, 286, 14467, 14468, 14471, 14472, 14482, 14483, 14485, 14486, 14488, 14489,
+ 14491, 14492, 14495, 14497, 14498, 14507, 14508, 14509, 14510, 14512, 14517,
+ 14518, 14520, 14521, 14527, 14649, 14650, 14656, 14657, 14658, 14659, 14661,
+ 14663, 14670, 14671, 14673, 14674, 14675, 14676, 14679, 14680, 14683,
};
static const unsigned short dep156[] = {
- 41, 42, 98, 138, 139, 159, 163, 176, 186, 191, 192, 284, 2167, 2168, 2171,
- 2174, 4136, 14647, 14648, 14654, 14655, 14656, 14657, 14659, 14661, 14668,
- 14669, 14671, 14672, 14673, 14674, 14677, 14678, 14681, 34889,
+ 41, 42, 99, 139, 140, 160, 164, 177, 187, 192, 193, 286, 2168, 2169, 2172,
+ 2175, 4136, 14649, 14650, 14656, 14657, 14658, 14659, 14661, 14663, 14670,
+ 14671, 14673, 14674, 14675, 14676, 14679, 14680, 14683, 34890,
};
static const unsigned short dep157[] = {
- 41, 42, 98, 138, 139, 159, 163, 176, 186, 191, 192, 284, 2167, 2168, 2171,
- 2174, 4136, 14647, 14648, 14654, 14655, 14656, 14657, 14659, 14661, 14668,
- 14669, 14671, 14672, 14673, 14674, 14677, 14678, 14681,
+ 41, 42, 99, 139, 140, 160, 164, 177, 187, 192, 193, 286, 2168, 2169, 2172,
+ 2175, 4136, 14649, 14650, 14656, 14657, 14658, 14659, 14661, 14663, 14670,
+ 14671, 14673, 14674, 14675, 14676, 14679, 14680, 14683,
};
static const unsigned short dep158[] = {
1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22,
- 28, 29, 30, 31, 32, 41, 42, 98, 138, 139, 159, 163, 176, 181, 182, 186, 191,
- 192, 284, 2071, 2082, 2167, 2168, 2171, 2174, 2329, 4136, 20617, 28867,
+ 28, 29, 30, 31, 32, 41, 42, 99, 139, 140, 160, 164, 177, 182, 183, 187, 192,
+ 193, 286, 2071, 2082, 2168, 2169, 2172, 2175, 2331, 4136, 20618, 28868,
};
static const unsigned short dep159[] = {
- 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64,
- 65, 66, 68, 70, 71, 72, 73, 74, 95, 97, 98, 245, 246, 247, 248, 249, 250,
- 251, 252, 253, 254, 255, 257, 258, 259, 260, 261, 263, 265, 266, 267, 283,
- 284, 2117, 2312,
+ 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64,
+ 65, 66, 67, 69, 71, 72, 73, 74, 75, 96, 98, 99, 246, 247, 248, 249, 250, 251,
+ 252, 253, 254, 255, 256, 257, 259, 260, 261, 262, 263, 265, 267, 268, 269,
+ 285, 286, 2118, 2314,
};
static const unsigned short dep160[] = {
- 41, 42, 97, 98, 138, 139, 159, 161, 162, 163, 176, 186, 191, 192, 245, 246,
- 247, 248, 249, 250, 251, 252, 253, 254, 255, 257, 258, 259, 260, 261, 263,
- 265, 266, 267, 283, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 2312, 4136,
- 20617,
+ 41, 42, 98, 99, 139, 140, 160, 162, 163, 164, 177, 187, 192, 193, 246, 247,
+ 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 259, 260, 261, 262, 263,
+ 265, 267, 268, 269, 285, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 2314,
+ 4136, 20618,
};
static const unsigned short dep161[] = {
- 60, 96, 98, 256, 283, 284, 2141, 2329,
+ 61, 97, 99, 258, 285, 286, 2142, 2331,
};
static const unsigned short dep162[] = {
- 41, 42, 44, 45, 47, 49, 50, 52, 53, 54, 55, 57, 58, 61, 62, 64, 65, 66, 67,
- 68, 70, 71, 72, 95, 96, 98, 138, 139, 159, 161, 162, 163, 176, 186, 191, 192,
- 256, 283, 284, 2108, 2117, 2167, 2168, 2171, 2174, 2329, 4136, 20617,
+ 41, 42, 44, 45, 47, 49, 50, 52, 53, 54, 55, 56, 58, 59, 62, 63, 65, 66, 67,
+ 68, 69, 71, 72, 73, 96, 97, 99, 139, 140, 160, 162, 163, 164, 177, 187, 192,
+ 193, 258, 285, 286, 2109, 2118, 2168, 2169, 2172, 2175, 2331, 4136, 20618,
+
};
static const unsigned short dep163[] = {
- 2, 28, 42, 98, 198, 232, 243, 284, 2141, 2329, 28867, 29020,
+ 2, 28, 42, 99, 199, 233, 244, 286, 2142, 2331, 28868, 29022,
};
static const unsigned short dep164[] = {
- 2, 25, 26, 28, 29, 39, 41, 42, 98, 159, 163, 176, 178, 179, 186, 198, 232,
- 243, 284, 2329, 4136, 20617, 28867, 29020,
+ 2, 25, 26, 28, 29, 39, 41, 42, 99, 160, 164, 177, 179, 180, 187, 199, 233,
+ 244, 286, 2331, 4136, 20618, 28868, 29022,
};
static const unsigned short dep165[] = {
- 98, 130, 131, 134, 135, 141, 142, 145, 146, 148, 149, 151, 152, 154, 155,
- 158, 160, 161, 166, 167, 170, 171, 172, 173, 175, 177, 178, 180, 181, 183,
- 184, 187, 188, 190, 284, 311, 312, 316, 318, 319, 320, 321, 323, 325, 329,
- 332, 333, 335, 336, 337, 338, 340, 341, 342, 344, 345,
+ 99, 131, 132, 135, 136, 142, 143, 146, 147, 149, 150, 152, 153, 155, 156,
+ 159, 161, 162, 167, 168, 171, 172, 173, 174, 176, 178, 179, 181, 182, 184,
+ 185, 188, 189, 191, 286, 313, 314, 318, 320, 321, 322, 323, 325, 327, 331,
+ 334, 335, 337, 338, 339, 340, 342, 343, 344, 346, 347,
};
static const unsigned short dep166[] = {
- 41, 42, 98, 138, 139, 159, 163, 176, 186, 191, 192, 284, 311, 312, 316, 318,
- 319, 320, 321, 323, 325, 329, 332, 333, 335, 336, 337, 338, 340, 341, 342,
- 344, 345, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 4136, 20617, 34889,
+ 41, 42, 99, 139, 140, 160, 164, 177, 187, 192, 193, 286, 313, 314, 318, 320,
+ 321, 322, 323, 325, 327, 331, 334, 335, 337, 338, 339, 340, 342, 343, 344,
+ 346, 347, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 4136, 20618, 34890,
};
static const unsigned short dep167[] = {
- 98, 129, 131, 133, 135, 170, 171, 190, 284, 311, 312, 332, 333, 335, 336,
- 345,
+ 99, 130, 132, 134, 136, 171, 172, 191, 286, 313, 314, 334, 335, 337, 338,
+ 347,
};
static const unsigned short dep168[] = {
- 41, 42, 98, 159, 163, 176, 184, 185, 186, 284, 311, 312, 332, 333, 335, 336,
- 345, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 4136, 20617,
+ 41, 42, 99, 160, 164, 177, 185, 186, 187, 286, 313, 314, 334, 335, 337, 338,
+ 347, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 4136, 20618,
};
static const unsigned short dep169[] = {
- 41, 42, 98, 131, 132, 135, 136, 138, 139, 142, 143, 146, 147, 149, 150, 152,
- 153, 155, 156, 158, 159, 160, 162, 163, 165, 166, 168, 169, 170, 171, 173,
- 174, 175, 176, 177, 179, 180, 182, 183, 185, 186, 188, 189, 190, 191, 192,
- 284, 2167, 2168, 2171, 2174, 2329, 4136, 20617,
+ 41, 42, 99, 132, 133, 136, 137, 139, 140, 143, 144, 147, 148, 150, 151, 153,
+ 154, 156, 157, 159, 160, 161, 163, 164, 166, 167, 169, 170, 171, 172, 174,
+ 175, 176, 177, 178, 180, 181, 183, 184, 186, 187, 189, 190, 191, 192, 193,
+ 286, 2168, 2169, 2172, 2175, 2331, 4136, 20618,
};
static const unsigned short dep170[] = {
- 41, 42, 98, 131, 132, 135, 136, 159, 163, 170, 171, 176, 186, 190, 284, 2167,
- 2168, 2171, 2174, 2329, 4136, 20617,
+ 41, 42, 99, 132, 133, 136, 137, 160, 164, 171, 172, 177, 187, 191, 286, 2168,
+ 2169, 2172, 2175, 2331, 4136, 20618,
};
static const unsigned short dep171[] = {
- 41, 42, 71, 77, 78, 83, 85, 98, 112, 138, 139, 154, 156, 159, 163, 172, 174,
- 176, 186, 193, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 2329, 4136,
- 20617,
+ 41, 42, 72, 78, 79, 84, 86, 99, 113, 139, 140, 155, 157, 160, 164, 173, 175,
+ 177, 187, 194, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 2331, 4136,
+ 20618,
};
static const unsigned short dep172[] = {
- 41, 42, 71, 77, 78, 83, 85, 98, 112, 138, 139, 140, 141, 143, 144, 154, 156,
- 159, 163, 172, 174, 176, 186, 193, 284, 2139, 2140, 2141, 2167, 2168, 2171,
- 2174, 4136, 20617,
+ 41, 42, 72, 78, 79, 84, 86, 99, 113, 139, 140, 141, 142, 144, 145, 155, 157,
+ 160, 164, 173, 175, 177, 187, 194, 286, 2140, 2141, 2142, 2168, 2169, 2172,
+ 2175, 4136, 20618,
};
static const unsigned short dep173[] = {
- 78, 79, 98, 102, 103, 271, 272, 284, 286, 287,
+ 79, 80, 99, 103, 104, 273, 274, 286, 288, 289,
};
static const unsigned short dep174[] = {
- 41, 42, 48, 63, 79, 81, 87, 98, 100, 103, 138, 139, 159, 161, 162, 163, 176,
- 186, 191, 192, 193, 271, 272, 284, 286, 287, 2139, 2140, 2141, 2167, 2168,
- 2171, 2174, 4136, 20617,
+ 41, 42, 48, 64, 80, 82, 88, 99, 101, 104, 139, 140, 160, 162, 163, 164, 177,
+ 187, 192, 193, 194, 273, 274, 286, 288, 289, 2140, 2141, 2142, 2168, 2169,
+ 2172, 2175, 4136, 20618,
};
static const unsigned short dep175[] = {
- 41, 42, 48, 63, 79, 81, 98, 100, 103, 105, 107, 138, 139, 159, 161, 162, 163,
- 176, 186, 191, 192, 193, 271, 272, 284, 286, 287, 2139, 2140, 2141, 2167,
- 2168, 2171, 2174, 4136, 20617,
+ 41, 42, 48, 64, 80, 82, 99, 101, 104, 106, 108, 139, 140, 160, 162, 163, 164,
+ 177, 187, 192, 193, 194, 273, 274, 286, 288, 289, 2140, 2141, 2142, 2168,
+ 2169, 2172, 2175, 4136, 20618,
};
static const unsigned short dep176[] = {
- 98, 284, 12481, 12482, 12635,
+ 99, 286, 12482, 12483, 12637,
};
static const unsigned short dep177[] = {
- 41, 42, 98, 138, 139, 159, 163, 176, 186, 191, 192, 284, 2139, 2140, 2141,
- 2167, 2168, 2171, 2174, 4136, 12635, 20617,
+ 41, 42, 99, 139, 140, 160, 164, 177, 187, 192, 193, 286, 2140, 2141, 2142,
+ 2168, 2169, 2172, 2175, 4136, 12637, 20618,
};
static const unsigned short dep178[] = {
- 98, 284, 6220, 6221, 6413,
+ 99, 286, 6221, 6222, 6415,
};
static const unsigned short dep179[] = {
- 41, 42, 98, 138, 139, 159, 163, 176, 186, 191, 192, 284, 2139, 2140, 2141,
- 2167, 2168, 2171, 2174, 4136, 6413, 20617,
+ 41, 42, 99, 139, 140, 160, 164, 177, 187, 192, 193, 286, 2140, 2141, 2142,
+ 2168, 2169, 2172, 2175, 4136, 6415, 20618,
};
static const unsigned short dep180[] = {
- 98, 284, 6238, 6426,
+ 99, 286, 6239, 6428,
};
static const unsigned short dep181[] = {
- 41, 42, 98, 138, 139, 159, 163, 176, 186, 191, 192, 284, 2139, 2140, 2141,
- 2167, 2168, 2171, 2174, 4136, 6426, 20617,
+ 41, 42, 99, 139, 140, 160, 164, 177, 187, 192, 193, 286, 2140, 2141, 2142,
+ 2168, 2169, 2172, 2175, 4136, 6428, 20618,
};
static const unsigned short dep182[] = {
- 98, 284, 6256, 6257, 6258, 6259, 6437, 6439, 8486,
+ 99, 286, 6257, 6258, 6259, 6260, 6439, 6441, 8488,
};
static const unsigned short dep183[] = {
- 41, 42, 98, 138, 139, 159, 163, 176, 186, 191, 192, 284, 2139, 2140, 2141,
- 2167, 2168, 2171, 2174, 4136, 6259, 6438, 6439, 8305, 8485, 20617,
+ 41, 42, 99, 139, 140, 160, 164, 177, 187, 192, 193, 286, 2140, 2141, 2142,
+ 2168, 2169, 2172, 2175, 4136, 6260, 6440, 6441, 8306, 8487, 20618,
};
static const unsigned short dep184[] = {
- 98, 284, 6260, 6261, 6440,
+ 99, 286, 6261, 6262, 6442,
};
static const unsigned short dep185[] = {
- 41, 42, 98, 138, 139, 159, 163, 176, 186, 191, 192, 284, 2139, 2140, 2141,
- 2167, 2168, 2171, 2174, 4136, 6440, 20617,
+ 41, 42, 99, 139, 140, 160, 164, 177, 187, 192, 193, 286, 2140, 2141, 2142,
+ 2168, 2169, 2172, 2175, 4136, 6442, 20618,
};
static const unsigned short dep186[] = {
- 98, 284, 6262, 6441,
+ 99, 286, 6263, 6443,
};
static const unsigned short dep187[] = {
- 41, 42, 98, 138, 139, 159, 163, 176, 186, 191, 192, 284, 2139, 2140, 2141,
- 2167, 2168, 2171, 2174, 4136, 6441, 20617,
+ 41, 42, 99, 139, 140, 160, 164, 177, 187, 192, 193, 286, 2140, 2141, 2142,
+ 2168, 2169, 2172, 2175, 4136, 6443, 20618,
};
static const unsigned short dep188[] = {
- 98, 284, 10351, 10532,
+ 99, 286, 10352, 10534,
};
static const unsigned short dep189[] = {
- 41, 42, 98, 138, 139, 159, 163, 176, 186, 191, 192, 284, 2139, 2140, 2141,
- 2167, 2168, 2171, 2174, 4136, 10532, 20617,
+ 41, 42, 99, 139, 140, 160, 164, 177, 187, 192, 193, 286, 2140, 2141, 2142,
+ 2168, 2169, 2172, 2175, 4136, 10534, 20618,
};
static const unsigned short dep190[] = {
- 78, 79, 83, 84, 98, 102, 103, 271, 272, 274, 275, 284, 286, 287,
+ 79, 80, 84, 85, 99, 103, 104, 273, 274, 276, 277, 286, 288, 289,
};
static const unsigned short dep191[] = {
- 41, 42, 48, 63, 79, 81, 84, 87, 98, 100, 103, 138, 139, 159, 161, 162, 163,
- 176, 186, 191, 192, 193, 271, 272, 274, 276, 284, 286, 287, 2139, 2140, 2141,
- 2167, 2168, 2171, 2174, 4136, 20617,
+ 41, 42, 48, 64, 80, 82, 85, 88, 99, 101, 104, 139, 140, 160, 162, 163, 164,
+ 177, 187, 192, 193, 194, 273, 274, 276, 278, 286, 288, 289, 2140, 2141, 2142,
+ 2168, 2169, 2172, 2175, 4136, 20618,
};
static const unsigned short dep192[] = {
- 78, 79, 98, 102, 103, 105, 106, 271, 272, 284, 286, 287, 288, 289,
+ 79, 80, 99, 103, 104, 106, 107, 273, 274, 286, 288, 289, 290, 291,
};
static const unsigned short dep193[] = {
- 41, 42, 48, 63, 79, 81, 98, 100, 103, 105, 107, 138, 139, 159, 161, 162, 163,
- 176, 186, 191, 192, 193, 271, 272, 284, 286, 287, 288, 289, 2139, 2140, 2141,
- 2167, 2168, 2171, 2174, 4136, 20617,
+ 41, 42, 48, 64, 80, 82, 99, 101, 104, 106, 108, 139, 140, 160, 162, 163, 164,
+ 177, 187, 192, 193, 194, 273, 274, 286, 288, 289, 290, 291, 2140, 2141, 2142,
+ 2168, 2169, 2172, 2175, 4136, 20618,
};
static const unsigned short dep194[] = {
- 41, 42, 98, 138, 139, 159, 163, 176, 186, 191, 192, 284, 2139, 2140, 2141,
- 2167, 2168, 2171, 2174, 2329, 4136, 12482, 20617,
+ 41, 42, 99, 139, 140, 160, 164, 177, 187, 192, 193, 286, 2140, 2141, 2142,
+ 2168, 2169, 2172, 2175, 2331, 4136, 12483, 20618,
};
static const unsigned short dep195[] = {
- 41, 42, 98, 138, 139, 159, 163, 176, 186, 191, 192, 284, 2139, 2140, 2141,
- 2167, 2168, 2171, 2174, 2329, 4136, 6220, 20617,
+ 41, 42, 99, 139, 140, 160, 164, 177, 187, 192, 193, 286, 2140, 2141, 2142,
+ 2168, 2169, 2172, 2175, 2331, 4136, 6221, 20618,
};
static const unsigned short dep196[] = {
- 41, 42, 98, 138, 139, 159, 163, 176, 186, 191, 192, 284, 2139, 2140, 2141,
- 2167, 2168, 2171, 2174, 2329, 4136, 6238, 20617,
+ 41, 42, 99, 139, 140, 160, 164, 177, 187, 192, 193, 286, 2140, 2141, 2142,
+ 2168, 2169, 2172, 2175, 2331, 4136, 6239, 20618,
};
static const unsigned short dep197[] = {
- 41, 42, 98, 138, 139, 159, 163, 176, 186, 191, 192, 284, 2139, 2140, 2141,
- 2167, 2168, 2171, 2174, 2329, 4136, 6258, 8304, 20617,
+ 41, 42, 99, 139, 140, 160, 164, 177, 187, 192, 193, 286, 2140, 2141, 2142,
+ 2168, 2169, 2172, 2175, 2331, 4136, 6259, 8305, 20618,
};
static const unsigned short dep198[] = {
- 41, 42, 98, 138, 139, 159, 163, 176, 186, 191, 192, 284, 2139, 2140, 2141,
- 2167, 2168, 2171, 2174, 2329, 4136, 6260, 20617,
+ 41, 42, 99, 139, 140, 160, 164, 177, 187, 192, 193, 286, 2140, 2141, 2142,
+ 2168, 2169, 2172, 2175, 2331, 4136, 6261, 20618,
};
static const unsigned short dep199[] = {
- 41, 42, 98, 138, 139, 159, 163, 176, 184, 185, 186, 284, 2139, 2140, 2141,
- 2167, 2168, 2171, 2174, 2329, 4136, 6261, 6262, 20617,
+ 41, 42, 99, 139, 140, 160, 164, 177, 185, 186, 187, 286, 2140, 2141, 2142,
+ 2168, 2169, 2172, 2175, 2331, 4136, 6262, 6263, 20618,
};
static const unsigned short dep200[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174,
- 2329, 4136, 10351, 20617,
+ 41, 42, 99, 160, 164, 177, 187, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175,
+ 2331, 4136, 10352, 20618,
};
static const unsigned short dep201[] = {
- 41, 42, 98, 159, 163, 176, 186, 191, 192, 284, 2139, 2140, 2141, 2167, 2168,
- 2171, 2174, 2329, 4136, 6187, 20617,
+ 41, 42, 99, 160, 164, 177, 187, 192, 193, 286, 2140, 2141, 2142, 2168, 2169,
+ 2172, 2175, 2331, 4136, 6187, 20618,
};
static const unsigned short dep202[] = {
- 78, 80, 81, 98, 99, 100, 101, 270, 271, 284, 285, 286,
+ 79, 81, 82, 99, 100, 101, 102, 272, 273, 286, 287, 288,
};
static const unsigned short dep203[] = {
- 41, 42, 79, 80, 84, 86, 98, 101, 103, 105, 108, 138, 139, 159, 163, 176, 186,
- 191, 192, 193, 270, 272, 284, 285, 287, 2139, 2140, 2141, 2167, 2168, 2171,
- 2174, 4136, 20617,
+ 41, 42, 80, 81, 85, 87, 99, 102, 104, 106, 109, 139, 140, 160, 164, 177, 187,
+ 192, 193, 194, 272, 274, 286, 287, 289, 2140, 2141, 2142, 2168, 2169, 2172,
+ 2175, 4136, 20618,
};
static const unsigned short dep204[] = {
- 78, 80, 81, 82, 98, 99, 100, 101, 104, 270, 271, 273, 284, 285, 286,
+ 79, 81, 82, 83, 99, 100, 101, 102, 105, 272, 273, 275, 286, 287, 288,
};
static const unsigned short dep205[] = {
- 41, 42, 79, 80, 82, 84, 86, 98, 101, 103, 104, 105, 108, 138, 139, 159, 163,
- 176, 186, 191, 192, 193, 270, 272, 273, 284, 285, 287, 2139, 2140, 2141, 2167,
- 2168, 2171, 2174, 4136, 20617,
+ 41, 42, 80, 81, 83, 85, 87, 99, 102, 104, 105, 106, 109, 139, 140, 160, 164,
+ 177, 187, 192, 193, 194, 272, 274, 275, 286, 287, 289, 2140, 2141, 2142, 2168,
+ 2169, 2172, 2175, 4136, 20618,
};
static const unsigned short dep206[] = {
- 78, 80, 81, 85, 86, 87, 98, 99, 100, 101, 270, 271, 276, 277, 284, 285, 286,
+ 79, 81, 82, 86, 87, 88, 99, 100, 101, 102, 272, 273, 278, 279, 286, 287, 288,
};
static const unsigned short dep207[] = {
- 41, 42, 79, 80, 84, 86, 98, 101, 103, 138, 139, 159, 163, 176, 186, 191, 192,
- 193, 270, 272, 275, 277, 284, 285, 287, 2139, 2140, 2141, 2167, 2168, 2171,
- 2174, 4136, 20617,
+ 41, 42, 80, 81, 85, 87, 99, 102, 104, 139, 140, 160, 164, 177, 187, 192, 193,
+ 194, 272, 274, 277, 279, 286, 287, 289, 2140, 2141, 2142, 2168, 2169, 2172,
+ 2175, 4136, 20618,
};
static const unsigned short dep208[] = {
- 78, 80, 81, 98, 99, 100, 101, 107, 108, 109, 270, 271, 284, 285, 286, 289,
- 290,
+ 79, 81, 82, 99, 100, 101, 102, 108, 109, 110, 272, 273, 286, 287, 288, 291,
+ 292,
};
static const unsigned short dep209[] = {
- 41, 42, 79, 80, 98, 101, 103, 105, 108, 138, 139, 159, 163, 176, 186, 191,
- 192, 193, 270, 272, 284, 285, 287, 288, 290, 2139, 2140, 2141, 2167, 2168,
- 2171, 2174, 4136, 20617,
+ 41, 42, 80, 81, 99, 102, 104, 106, 109, 139, 140, 160, 164, 177, 187, 192,
+ 193, 194, 272, 274, 286, 287, 289, 290, 292, 2140, 2141, 2142, 2168, 2169,
+ 2172, 2175, 4136, 20618,
};
static const unsigned short dep210[] = {
- 41, 42, 47, 71, 98, 159, 163, 176, 186, 191, 192, 193, 284, 2139, 2140, 2141,
- 2167, 2168, 2171, 2174, 2329, 4136, 20617,
+ 41, 42, 47, 72, 99, 160, 164, 177, 187, 192, 193, 194, 286, 2140, 2141, 2142,
+ 2168, 2169, 2172, 2175, 2331, 4136, 20618,
};
static const unsigned short dep211[] = {
- 41, 42, 98, 159, 163, 176, 186, 191, 192, 193, 284, 2139, 2140, 2141, 2167,
- 2168, 2171, 2174, 2329, 4136, 20617,
+ 41, 42, 99, 160, 164, 177, 187, 192, 193, 194, 286, 2140, 2141, 2142, 2168,
+ 2169, 2172, 2175, 2331, 4136, 20618,
};
static const unsigned short dep212[] = {
- 41, 42, 71, 78, 83, 85, 98, 138, 139, 154, 156, 159, 163, 176, 186, 191, 192,
- 193, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 2329, 4136, 20617,
+ 41, 42, 72, 79, 84, 86, 99, 139, 140, 155, 157, 160, 164, 177, 187, 192, 193,
+ 194, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 2331, 4136, 20618,
};
static const unsigned short dep213[] = {
- 41, 42, 98, 159, 163, 165, 176, 186, 187, 189, 284, 2136, 2137, 2138, 2139,
- 2140, 2141, 2167, 2168, 2171, 2174, 4136, 16529, 16531, 16532, 16534, 20617,
+ 41, 42, 99, 160, 164, 166, 177, 187, 188, 190, 286, 2137, 2138, 2139, 2140,
+ 2141, 2142, 2168, 2169, 2172, 2175, 4136, 16530, 16532, 16533, 16535, 20618,
};
static const unsigned short dep214[] = {
- 41, 42, 71, 78, 83, 85, 98, 154, 156, 159, 163, 176, 186, 193, 284, 2139,
- 2140, 2141, 2167, 2168, 2171, 2174, 4136, 20617,
+ 41, 42, 72, 79, 84, 86, 99, 155, 157, 160, 164, 177, 187, 194, 286, 2140,
+ 2141, 2142, 2168, 2169, 2172, 2175, 4136, 20618,
};
static const unsigned short dep215[] = {
- 41, 42, 79, 80, 98, 101, 138, 139, 159, 163, 176, 186, 191, 192, 270, 272,
- 284, 285, 287, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 4136, 20617,
+ 41, 42, 80, 81, 99, 102, 139, 140, 160, 164, 177, 187, 192, 193, 272, 274,
+ 286, 287, 289, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 4136, 20618,
};
static const unsigned short dep216[] = {
- 41, 42, 71, 77, 78, 83, 85, 98, 110, 112, 129, 130, 132, 133, 134, 136, 138,
- 139, 140, 141, 143, 144, 154, 156, 159, 163, 172, 174, 176, 186, 191, 192,
- 193, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 2329, 4136, 20617,
+ 41, 42, 72, 78, 79, 84, 86, 99, 111, 113, 130, 131, 133, 134, 135, 137, 139,
+ 140, 141, 142, 144, 145, 155, 157, 160, 164, 173, 175, 177, 187, 192, 193,
+ 194, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 2331, 4136, 20618,
};
static const unsigned short dep217[] = {
- 5, 98, 201, 284, 2141, 2329,
+ 5, 99, 202, 286, 2142, 2331,
};
static const unsigned short dep218[] = {
- 41, 42, 71, 77, 78, 83, 85, 98, 110, 112, 129, 130, 132, 133, 134, 136, 138,
- 139, 140, 141, 143, 144, 154, 156, 159, 163, 172, 174, 176, 186, 191, 192,
- 193, 201, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 2329, 4136, 20617,
+ 41, 42, 72, 78, 79, 84, 86, 99, 111, 113, 130, 131, 133, 134, 135, 137, 139,
+ 140, 141, 142, 144, 145, 155, 157, 160, 164, 173, 175, 177, 187, 192, 193,
+ 194, 202, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 2331, 4136, 20618,
};
static const unsigned short dep219[] = {
- 41, 42, 45, 71, 77, 78, 83, 85, 98, 110, 112, 129, 130, 132, 133, 134, 136,
- 138, 139, 140, 141, 143, 144, 154, 156, 157, 159, 163, 172, 174, 176, 186,
- 191, 192, 193, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 2329, 4136,
- 20617,
+ 41, 42, 45, 72, 78, 79, 84, 86, 99, 111, 113, 130, 131, 133, 134, 135, 137,
+ 139, 140, 141, 142, 144, 145, 155, 157, 158, 160, 164, 173, 175, 177, 187,
+ 192, 193, 194, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 2331, 4136,
+ 20618,
};
static const unsigned short dep220[] = {
- 0, 98, 196, 284, 2141, 2329,
+ 0, 99, 197, 286, 2142, 2331,
};
static const unsigned short dep221[] = {
- 0, 41, 42, 71, 77, 78, 83, 85, 98, 110, 112, 129, 130, 132, 133, 134, 136,
- 138, 139, 140, 141, 143, 144, 154, 156, 159, 163, 172, 174, 176, 186, 191,
- 192, 193, 196, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 2329, 4136,
- 20617,
+ 0, 41, 42, 72, 78, 79, 84, 86, 99, 111, 113, 130, 131, 133, 134, 135, 137,
+ 139, 140, 141, 142, 144, 145, 155, 157, 160, 164, 173, 175, 177, 187, 192,
+ 193, 194, 197, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 2331, 4136,
+ 20618,
};
static const unsigned short dep222[] = {
- 0, 41, 42, 45, 71, 77, 78, 83, 85, 98, 110, 112, 129, 130, 132, 133, 134,
- 136, 138, 139, 140, 141, 143, 144, 154, 156, 157, 159, 163, 172, 174, 176,
- 186, 191, 192, 193, 196, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 2329,
- 4136, 20617,
+ 0, 41, 42, 45, 72, 78, 79, 84, 86, 99, 111, 113, 130, 131, 133, 134, 135,
+ 137, 139, 140, 141, 142, 144, 145, 155, 157, 158, 160, 164, 173, 175, 177,
+ 187, 192, 193, 194, 197, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 2331,
+ 4136, 20618,
};
static const unsigned short dep223[] = {
- 32, 41, 42, 71, 77, 78, 83, 85, 98, 110, 112, 129, 130, 132, 133, 134, 136,
- 138, 139, 140, 141, 143, 144, 154, 156, 159, 163, 172, 174, 176, 186, 191,
- 192, 193, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 2329, 4136, 20617,
+ 32, 41, 42, 72, 78, 79, 84, 86, 99, 111, 113, 130, 131, 133, 134, 135, 137,
+ 139, 140, 141, 142, 144, 145, 155, 157, 160, 164, 173, 175, 177, 187, 192,
+ 193, 194, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 2331, 4136, 20618,
};
static const unsigned short dep224[] = {
- 0, 98, 196, 284, 2329, 26716,
+ 0, 99, 197, 286, 2331, 26717,
};
static const unsigned short dep225[] = {
- 0, 98, 110, 196, 284, 291,
+ 0, 99, 111, 197, 286, 293,
};
static const unsigned short dep226[] = {
- 0, 41, 42, 71, 77, 78, 83, 85, 98, 112, 129, 130, 132, 133, 134, 136, 138,
- 139, 140, 141, 143, 144, 154, 156, 159, 163, 172, 174, 176, 186, 191, 192,
- 193, 196, 284, 291, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 4136, 20617,
+ 0, 41, 42, 72, 78, 79, 84, 86, 99, 113, 130, 131, 133, 134, 135, 137, 139,
+ 140, 141, 142, 144, 145, 155, 157, 160, 164, 173, 175, 177, 187, 192, 193,
+ 194, 197, 286, 293, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 4136, 20618,
};
static const unsigned short dep227[] = {
- 0, 5, 41, 42, 71, 77, 78, 83, 85, 98, 112, 129, 130, 132, 133, 134, 136, 138,
- 139, 140, 141, 143, 144, 154, 156, 159, 163, 172, 174, 176, 186, 191, 192,
- 193, 196, 284, 291, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 4136, 20617,
+ 0, 5, 41, 42, 72, 78, 79, 84, 86, 99, 113, 130, 131, 133, 134, 135, 137, 139,
+ 140, 141, 142, 144, 145, 155, 157, 160, 164, 173, 175, 177, 187, 192, 193,
+ 194, 197, 286, 293, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 4136, 20618,
};
static const unsigned short dep228[] = {
- 0, 32, 98, 110, 196, 236, 284, 291,
+ 0, 32, 99, 111, 197, 237, 286, 293,
};
static const unsigned short dep229[] = {
- 0, 41, 42, 71, 77, 78, 83, 85, 98, 112, 129, 130, 132, 133, 134, 136, 138,
- 139, 140, 141, 143, 144, 154, 156, 159, 163, 172, 174, 176, 186, 191, 192,
- 193, 196, 236, 284, 291, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 4136, 20617,
+ 0, 41, 42, 72, 78, 79, 84, 86, 99, 113, 130, 131, 133, 134, 135, 137, 139,
+ 140, 141, 142, 144, 145, 155, 157, 160, 164, 173, 175, 177, 187, 192, 193,
+ 194, 197, 237, 286, 293, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 4136, 20618,
};
static const unsigned short dep230[] = {
- 0, 98, 110, 196, 284, 291, 2141, 2329,
+ 0, 99, 111, 197, 286, 293, 2142, 2331,
};
static const unsigned short dep231[] = {
- 0, 3, 41, 42, 71, 77, 78, 83, 85, 98, 110, 112, 129, 130, 132, 133, 134, 136,
- 138, 139, 140, 141, 143, 144, 154, 156, 159, 163, 172, 174, 176, 186, 191,
- 192, 193, 196, 284, 291, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 2329, 4136,
- 20617,
+ 0, 3, 41, 42, 72, 78, 79, 84, 86, 99, 111, 113, 130, 131, 133, 134, 135, 137,
+ 139, 140, 141, 142, 144, 145, 155, 157, 160, 164, 173, 175, 177, 187, 192,
+ 193, 194, 197, 286, 293, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 2331, 4136,
+ 20618,
};
static const unsigned short dep232[] = {
- 0, 3, 5, 41, 42, 71, 77, 78, 83, 85, 98, 110, 112, 129, 130, 132, 133, 134,
- 136, 138, 139, 140, 141, 143, 144, 154, 156, 159, 163, 172, 174, 176, 186,
- 191, 192, 193, 196, 284, 291, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 2329,
- 4136, 20617,
+ 0, 3, 5, 41, 42, 72, 78, 79, 84, 86, 99, 111, 113, 130, 131, 133, 134, 135,
+ 137, 139, 140, 141, 142, 144, 145, 155, 157, 160, 164, 173, 175, 177, 187,
+ 192, 193, 194, 197, 286, 293, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 2331,
+ 4136, 20618,
};
static const unsigned short dep233[] = {
- 0, 41, 42, 71, 77, 78, 83, 85, 98, 110, 112, 129, 130, 132, 133, 134, 136,
- 138, 139, 140, 141, 143, 144, 154, 156, 159, 163, 172, 174, 176, 186, 191,
- 192, 193, 196, 284, 291, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 2329, 4136,
- 20617,
+ 0, 41, 42, 72, 78, 79, 84, 86, 99, 111, 113, 130, 131, 133, 134, 135, 137,
+ 139, 140, 141, 142, 144, 145, 155, 157, 160, 164, 173, 175, 177, 187, 192,
+ 193, 194, 197, 286, 293, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 2331, 4136,
+ 20618,
};
static const unsigned short dep234[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 2136, 2137, 2138, 2167, 2168, 2171, 2174,
- 2329, 4136, 16529, 16531, 16532, 16534, 20617,
+ 41, 42, 99, 160, 164, 177, 187, 286, 2137, 2138, 2139, 2168, 2169, 2172, 2175,
+ 2331, 4136, 16530, 16532, 16533, 16535, 20618,
};
static const unsigned short dep235[] = {
- 0, 41, 42, 71, 77, 78, 83, 85, 98, 112, 129, 130, 132, 133, 134, 136, 138,
- 139, 140, 141, 143, 144, 154, 156, 159, 163, 172, 174, 176, 186, 191, 192,
- 193, 196, 284, 291, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 2329, 4136,
- 20617,
+ 0, 41, 42, 72, 78, 79, 84, 86, 99, 113, 130, 131, 133, 134, 135, 137, 139,
+ 140, 141, 142, 144, 145, 155, 157, 160, 164, 173, 175, 177, 187, 192, 193,
+ 194, 197, 286, 293, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 2331, 4136,
+ 20618,
};
static const unsigned short dep236[] = {
- 0, 32, 98, 110, 196, 236, 284, 291, 2141, 2329,
+ 0, 32, 99, 111, 197, 237, 286, 293, 2142, 2331,
};
static const unsigned short dep237[] = {
- 0, 41, 42, 71, 77, 78, 83, 85, 98, 112, 129, 130, 132, 133, 134, 136, 138,
- 139, 140, 141, 143, 144, 154, 156, 159, 163, 172, 174, 176, 186, 191, 192,
- 193, 196, 236, 284, 291, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 2329, 4136,
- 20617,
+ 0, 41, 42, 72, 78, 79, 84, 86, 99, 113, 130, 131, 133, 134, 135, 137, 139,
+ 140, 141, 142, 144, 145, 155, 157, 160, 164, 173, 175, 177, 187, 192, 193,
+ 194, 197, 237, 286, 293, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 2331, 4136,
+ 20618,
};
static const unsigned short dep238[] = {
- 41, 42, 71, 77, 78, 83, 85, 98, 110, 112, 129, 130, 132, 133, 134, 136, 138,
- 139, 140, 141, 143, 144, 154, 156, 159, 163, 172, 174, 176, 186, 191, 192,
- 193, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 2327, 4136, 16529, 16531,
- 16532, 16534, 18763, 18765, 18766, 18768, 20617,
+ 41, 42, 72, 78, 79, 84, 86, 99, 111, 113, 130, 131, 133, 134, 135, 137, 139,
+ 140, 141, 142, 144, 145, 155, 157, 160, 164, 173, 175, 177, 187, 192, 193,
+ 194, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 2329, 4136, 16530, 16532,
+ 16533, 16535, 18765, 18767, 18768, 18770, 20618,
};
static const unsigned short dep239[] = {
- 41, 42, 45, 71, 77, 78, 83, 85, 98, 110, 112, 129, 130, 132, 133, 134, 136,
- 138, 139, 140, 141, 143, 144, 154, 156, 157, 159, 163, 172, 174, 176, 186,
- 191, 192, 193, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 2327, 4136,
- 16529, 16531, 16532, 16534, 18763, 18765, 18766, 18768, 20617,
+ 41, 42, 45, 72, 78, 79, 84, 86, 99, 111, 113, 130, 131, 133, 134, 135, 137,
+ 139, 140, 141, 142, 144, 145, 155, 157, 158, 160, 164, 173, 175, 177, 187,
+ 192, 193, 194, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 2329, 4136,
+ 16530, 16532, 16533, 16535, 18765, 18767, 18768, 18770, 20618,
};
static const unsigned short dep240[] = {
- 0, 98, 196, 284, 2137, 2327, 18602, 18603, 18763, 18764, 18766, 18767,
+ 0, 99, 197, 286, 2138, 2329, 18603, 18604, 18765, 18766, 18768, 18769,
};
static const unsigned short dep241[] = {
- 0, 41, 42, 71, 77, 78, 83, 85, 98, 110, 112, 129, 130, 132, 133, 134, 136,
- 138, 139, 140, 141, 143, 144, 154, 156, 159, 163, 172, 174, 176, 186, 191,
- 192, 193, 196, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 2327, 4136,
- 16529, 16531, 16532, 16534, 18763, 18765, 18766, 18768, 20617,
+ 0, 41, 42, 72, 78, 79, 84, 86, 99, 111, 113, 130, 131, 133, 134, 135, 137,
+ 139, 140, 141, 142, 144, 145, 155, 157, 160, 164, 173, 175, 177, 187, 192,
+ 193, 194, 197, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 2329, 4136,
+ 16530, 16532, 16533, 16535, 18765, 18767, 18768, 18770, 20618,
};
static const unsigned short dep242[] = {
- 0, 41, 42, 45, 71, 77, 78, 83, 85, 98, 110, 112, 129, 130, 132, 133, 134,
- 136, 138, 139, 140, 141, 143, 144, 154, 156, 157, 159, 163, 172, 174, 176,
- 186, 191, 192, 193, 196, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 2327,
- 4136, 16529, 16531, 16532, 16534, 18763, 18765, 18766, 18768, 20617,
+ 0, 41, 42, 45, 72, 78, 79, 84, 86, 99, 111, 113, 130, 131, 133, 134, 135,
+ 137, 139, 140, 141, 142, 144, 145, 155, 157, 158, 160, 164, 173, 175, 177,
+ 187, 192, 193, 194, 197, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 2329,
+ 4136, 16530, 16532, 16533, 16535, 18765, 18767, 18768, 18770, 20618,
};
static const unsigned short dep243[] = {
- 0, 98, 196, 284, 2138, 2327, 18602, 18603, 18763, 18764, 18766, 18767,
+ 0, 99, 197, 286, 2139, 2329, 18603, 18604, 18765, 18766, 18768, 18769,
};
static const unsigned short dep244[] = {
- 98, 284, 2137, 2141, 2327, 2329, 18602, 18603, 18763, 18764, 18766, 18767,
+ 99, 286, 2138, 2142, 2329, 2331, 18603, 18604, 18765, 18766, 18768, 18769,
};
static const unsigned short dep245[] = {
- 41, 42, 71, 77, 78, 83, 85, 98, 110, 112, 129, 130, 132, 133, 134, 136, 138,
- 139, 140, 141, 143, 144, 154, 156, 159, 163, 172, 174, 176, 186, 191, 192,
- 193, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 2327, 2329, 4136, 16529,
- 16531, 16532, 16534, 18763, 18765, 18766, 18768, 20617,
+ 41, 42, 72, 78, 79, 84, 86, 99, 111, 113, 130, 131, 133, 134, 135, 137, 139,
+ 140, 141, 142, 144, 145, 155, 157, 160, 164, 173, 175, 177, 187, 192, 193,
+ 194, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 2329, 2331, 4136, 16530,
+ 16532, 16533, 16535, 18765, 18767, 18768, 18770, 20618,
};
static const unsigned short dep246[] = {
- 41, 42, 45, 71, 77, 78, 83, 85, 98, 110, 112, 129, 130, 132, 133, 134, 136,
- 138, 139, 140, 141, 143, 144, 154, 156, 157, 159, 163, 172, 174, 176, 186,
- 191, 192, 193, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 2327, 2329,
- 4136, 16529, 16531, 16532, 16534, 18763, 18765, 18766, 18768, 20617,
+ 41, 42, 45, 72, 78, 79, 84, 86, 99, 111, 113, 130, 131, 133, 134, 135, 137,
+ 139, 140, 141, 142, 144, 145, 155, 157, 158, 160, 164, 173, 175, 177, 187,
+ 192, 193, 194, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 2329, 2331,
+ 4136, 16530, 16532, 16533, 16535, 18765, 18767, 18768, 18770, 20618,
};
static const unsigned short dep247[] = {
- 0, 98, 196, 284, 2137, 2141, 2327, 2329, 18602, 18603, 18763, 18764, 18766,
- 18767,
+ 0, 99, 197, 286, 2138, 2142, 2329, 2331, 18603, 18604, 18765, 18766, 18768,
+ 18769,
};
static const unsigned short dep248[] = {
- 0, 41, 42, 71, 77, 78, 83, 85, 98, 110, 112, 129, 130, 132, 133, 134, 136,
- 138, 139, 140, 141, 143, 144, 154, 156, 159, 163, 172, 174, 176, 186, 191,
- 192, 193, 196, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 2327, 2329,
- 4136, 16529, 16531, 16532, 16534, 18763, 18765, 18766, 18768, 20617,
+ 0, 41, 42, 72, 78, 79, 84, 86, 99, 111, 113, 130, 131, 133, 134, 135, 137,
+ 139, 140, 141, 142, 144, 145, 155, 157, 160, 164, 173, 175, 177, 187, 192,
+ 193, 194, 197, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 2329, 2331,
+ 4136, 16530, 16532, 16533, 16535, 18765, 18767, 18768, 18770, 20618,
};
static const unsigned short dep249[] = {
- 0, 41, 42, 45, 71, 77, 78, 83, 85, 98, 110, 112, 129, 130, 132, 133, 134,
- 136, 138, 139, 140, 141, 143, 144, 154, 156, 157, 159, 163, 172, 174, 176,
- 186, 191, 192, 193, 196, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174, 2327,
- 2329, 4136, 16529, 16531, 16532, 16534, 18763, 18765, 18766, 18768, 20617,
+ 0, 41, 42, 45, 72, 78, 79, 84, 86, 99, 111, 113, 130, 131, 133, 134, 135,
+ 137, 139, 140, 141, 142, 144, 145, 155, 157, 158, 160, 164, 173, 175, 177,
+ 187, 192, 193, 194, 197, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175, 2329,
+ 2331, 4136, 16530, 16532, 16533, 16535, 18765, 18767, 18768, 18770, 20618,
};
static const unsigned short dep250[] = {
- 0, 98, 196, 284, 2138, 2141, 2327, 2329, 18602, 18603, 18763, 18764, 18766,
- 18767,
+ 0, 99, 197, 286, 2139, 2142, 2329, 2331, 18603, 18604, 18765, 18766, 18768,
+ 18769,
};
static const unsigned short dep251[] = {
- 0, 41, 42, 71, 77, 78, 83, 85, 98, 112, 129, 130, 132, 133, 134, 136, 138,
- 139, 140, 141, 143, 144, 154, 156, 159, 163, 172, 174, 176, 186, 191, 192,
- 193, 196, 284, 291, 2136, 2137, 2138, 2139, 2140, 2141, 2167, 2168, 2171,
- 2174, 4136, 16529, 16531, 16532, 16534, 20617,
+ 0, 41, 42, 72, 78, 79, 84, 86, 99, 113, 130, 131, 133, 134, 135, 137, 139,
+ 140, 141, 142, 144, 145, 155, 157, 160, 164, 173, 175, 177, 187, 192, 193,
+ 194, 197, 286, 293, 2137, 2138, 2139, 2140, 2141, 2142, 2168, 2169, 2172,
+ 2175, 4136, 16530, 16532, 16533, 16535, 20618,
};
static const unsigned short dep252[] = {
- 41, 42, 71, 77, 78, 83, 85, 98, 138, 139, 140, 141, 143, 144, 154, 156, 157,
- 159, 163, 172, 174, 176, 186, 193, 284, 2167, 2168, 2171, 2174, 4136,
+ 41, 42, 72, 78, 79, 84, 86, 99, 139, 140, 141, 142, 144, 145, 155, 157, 158,
+ 160, 164, 173, 175, 177, 187, 194, 286, 2168, 2169, 2172, 2175, 4136,
};
static const unsigned short dep253[] = {
- 41, 42, 71, 77, 78, 83, 85, 98, 138, 139, 140, 141, 143, 144, 154, 156, 157,
- 159, 163, 172, 174, 176, 186, 193, 284, 2139, 2140, 2141, 2167, 2168, 2171,
- 2174, 2329, 4136, 20617,
+ 41, 42, 72, 78, 79, 84, 86, 99, 139, 140, 141, 142, 144, 145, 155, 157, 158,
+ 160, 164, 173, 175, 177, 187, 194, 286, 2140, 2141, 2142, 2168, 2169, 2172,
+ 2175, 2331, 4136, 20618,
};
static const unsigned short dep254[] = {
- 41, 42, 98, 159, 163, 176, 186, 284, 2139, 2140, 2141, 2167, 2168, 2171, 2174,
- 2327, 4136, 16529, 16531, 16532, 16534, 18763, 18765, 18766, 18768, 20617,
+ 41, 42, 99, 160, 164, 177, 187, 286, 2140, 2141, 2142, 2168, 2169, 2172, 2175,
+ 2329, 4136, 16530, 16532, 16533, 16535, 18765, 18767, 18768, 18770, 20618,
};
static const unsigned short dep255[] = {
- 0, 41, 42, 71, 77, 78, 83, 85, 98, 112, 129, 130, 132, 133, 134, 136, 138,
- 139, 140, 141, 143, 144, 154, 156, 159, 163, 172, 174, 176, 186, 191, 192,
- 193, 196, 284, 291, 2136, 2137, 2138, 2139, 2140, 2141, 2167, 2168, 2171,
- 2174, 2329, 4136, 16529, 16531, 16532, 16534, 20617,
+ 0, 41, 42, 72, 78, 79, 84, 86, 99, 113, 130, 131, 133, 134, 135, 137, 139,
+ 140, 141, 142, 144, 145, 155, 157, 160, 164, 173, 175, 177, 187, 192, 193,
+ 194, 197, 286, 293, 2137, 2138, 2139, 2140, 2141, 2142, 2168, 2169, 2172,
+ 2175, 2331, 4136, 16530, 16532, 16533, 16535, 20618,
};
static const unsigned short dep256[] = {
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21,
- 22, 24, 26, 27, 28, 29, 30, 31, 32, 98, 197, 198, 199, 200, 201, 202, 203,
- 204, 205, 206, 207, 208, 209, 210, 212, 213, 215, 216, 218, 219, 221, 222,
- 223, 224, 225, 226, 228, 231, 232, 233, 234, 235, 236, 284, 2071, 2082, 2141,
- 2275, 2286, 2329, 28867, 29020,
+ 22, 24, 26, 27, 28, 29, 30, 31, 32, 99, 198, 199, 200, 201, 202, 203, 204,
+ 205, 206, 207, 208, 209, 210, 211, 213, 214, 216, 217, 219, 220, 222, 223,
+ 224, 225, 226, 227, 229, 232, 233, 234, 235, 236, 237, 286, 2071, 2082, 2142,
+ 2276, 2287, 2331, 28868, 29022,
};
static const unsigned short dep257[] = {
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21,
- 22, 24, 25, 26, 28, 29, 30, 31, 32, 41, 42, 98, 138, 139, 159, 163, 176, 181,
- 182, 186, 191, 192, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207,
- 208, 209, 210, 212, 213, 215, 216, 218, 219, 221, 222, 223, 224, 225, 226,
- 228, 230, 232, 233, 234, 235, 236, 284, 2071, 2082, 2139, 2140, 2141, 2167,
- 2168, 2171, 2174, 2275, 2286, 2329, 4136, 20617, 28867, 29020,
+ 22, 24, 25, 26, 28, 29, 30, 31, 32, 41, 42, 99, 139, 140, 160, 164, 177, 182,
+ 183, 187, 192, 193, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208,
+ 209, 210, 211, 213, 214, 216, 217, 219, 220, 222, 223, 224, 225, 226, 227,
+ 229, 231, 233, 234, 235, 236, 237, 286, 2071, 2082, 2140, 2141, 2142, 2168,
+ 2169, 2172, 2175, 2276, 2287, 2331, 4136, 20618, 28868, 29022,
};
#define NELS(X) (sizeof(X)/sizeof(X[0]))
diff --git a/opcodes/ia64-dis.c b/opcodes/ia64-dis.c
index 44926c7..bd71456 100644
--- a/opcodes/ia64-dis.c
+++ b/opcodes/ia64-dis.c
@@ -240,6 +240,8 @@ print_insn_ia64 (bfd_vma memaddr, struct disassemble_info *info)
case 23: strcpy (regname, "cr.ifs"); break;
case 24: strcpy (regname, "cr.iim"); break;
case 25: strcpy (regname, "cr.iha"); break;
+ case 26: strcpy (regname, "cr.iib0"); break;
+ case 27: strcpy (regname, "cr.iib1"); break;
case 64: strcpy (regname, "cr.lid"); break;
case 65: strcpy (regname, "cr.ivr"); break;
case 66: strcpy (regname, "cr.tpr"); break;
diff --git a/opcodes/ia64-gen.c b/opcodes/ia64-gen.c
index 3c2a987..af4170c 100644
--- a/opcodes/ia64-gen.c
+++ b/opcodes/ia64-gen.c
@@ -1437,6 +1437,8 @@ lookup_specifier (const char *name)
return IA64_RS_ARb;
if (strstr (name, "BR%") != NULL)
return IA64_RS_BR;
+ if (strstr (name, "CR[IIB%]") != NULL)
+ return IA64_RS_CR_IIB;
if (strstr (name, "CR[IRR%]") != NULL)
return IA64_RS_CR_IRR;
if (strstr (name, "CR[LRR%]") != NULL)
diff --git a/opcodes/ia64-ic.tbl b/opcodes/ia64-ic.tbl
index 1bbd07f..015a088 100644
--- a/opcodes/ia64-ic.tbl
+++ b/opcodes/ia64-ic.tbl
@@ -103,6 +103,7 @@ mov-from-CR-GPTA; IC:mov-from-CR[Field(cr3) == GPTA]
mov-from-CR-IFA; IC:mov-from-CR[Field(cr3) == IFA]
mov-from-CR-IFS; IC:mov-from-CR[Field(cr3) == IFS]
mov-from-CR-IHA; IC:mov-from-CR[Field(cr3) == IHA]
+mov-from-CR-IIB; IC:mov-from-CR[Field(cr3) in {IIB0 IIB1}]
mov-from-CR-IIM; IC:mov-from-CR[Field(cr3) == IIM]
mov-from-CR-IIP; IC:mov-from-CR[Field(cr3) == IIP]
mov-from-CR-IIPA; IC:mov-from-CR[Field(cr3) == IIPA]
@@ -130,7 +131,7 @@ mov-from-IND-PMC; IC:mov-from-IND[Field(ireg) == pmc]
mov-from-IND-PMD; IC:mov-from-IND[Field(ireg) == pmd]
mov-from-IND-priv; IC:mov-from-IND[Field(ireg) in {dbr ibr pkr pmc rr}]
mov-from-IND-RR; IC:mov-from-IND[Field(ireg) == rr]
-mov-from-interruption-CR; IC:mov-from-CR-ITIR, IC:mov-from-CR-IFS, IC:mov-from-CR-IIM, IC:mov-from-CR-IIP, IC:mov-from-CR-IPSR, IC:mov-from-CR-ISR, IC:mov-from-CR-IFA, IC:mov-from-CR-IHA, IC:mov-from-CR-IIPA
+mov-from-interruption-CR; IC:mov-from-CR-ITIR, IC:mov-from-CR-IFS, IC:mov-from-CR-IIB, IC:mov-from-CR-IIM, IC:mov-from-CR-IIP, IC:mov-from-CR-IPSR, IC:mov-from-CR-ISR, IC:mov-from-CR-IFA, IC:mov-from-CR-IHA, IC:mov-from-CR-IIPA
mov-from-PR; mov_pr[Format in {I25}]
mov-from-PSR; mov_psr[Format in {M36}]
mov-from-PSR-um; mov_um[Format in {M36}]
@@ -171,6 +172,7 @@ mov-to-CR-GPTA; IC:mov-to-CR[Field(cr3) == GPTA]
mov-to-CR-IFA; IC:mov-to-CR[Field(cr3) == IFA]
mov-to-CR-IFS; IC:mov-to-CR[Field(cr3) == IFS]
mov-to-CR-IHA; IC:mov-to-CR[Field(cr3) == IHA]
+mov-to-CR-IIB; IC:mov-to-CR[Field(cr3) in {IIB0 IIB1}]
mov-to-CR-IIM; IC:mov-to-CR[Field(cr3) == IIM]
mov-to-CR-IIP; IC:mov-to-CR[Field(cr3) == IIP]
mov-to-CR-IIPA; IC:mov-to-CR[Field(cr3) == IIPA]
@@ -197,7 +199,7 @@ mov-to-IND-PMC; IC:mov-to-IND[Field(ireg) == pmc]
mov-to-IND-PMD; IC:mov-to-IND[Field(ireg) == pmd]
mov-to-IND-priv; IC:mov-to-IND
mov-to-IND-RR; IC:mov-to-IND[Field(ireg) == rr]
-mov-to-interruption-CR; IC:mov-to-CR-ITIR, IC:mov-to-CR-IFS, IC:mov-to-CR-IIM, IC:mov-to-CR-IIP, IC:mov-to-CR-IPSR, IC:mov-to-CR-ISR, IC:mov-to-CR-IFA, IC:mov-to-CR-IHA, IC:mov-to-CR-IIPA
+mov-to-interruption-CR; IC:mov-to-CR-ITIR, IC:mov-to-CR-IFS, IC:mov-to-CR-IIB, IC:mov-to-CR-IIM, IC:mov-to-CR-IIP, IC:mov-to-CR-IPSR, IC:mov-to-CR-ISR, IC:mov-to-CR-IFA, IC:mov-to-CR-IHA, IC:mov-to-CR-IIPA
mov-to-PR; IC:mov-to-PR-allreg, IC:mov-to-PR-rotreg
mov-to-PR-allreg; mov_pr[Format in {I23}]
mov-to-PR-rotreg; mov_pr[Format in {I24}]
diff --git a/opcodes/ia64-raw.tbl b/opcodes/ia64-raw.tbl
index eee0b98..7eca3e3 100644
--- a/opcodes/ia64-raw.tbl
+++ b/opcodes/ia64-raw.tbl
@@ -53,6 +53,7 @@ CR[IFS]; IC:mov-to-CR-IFS; IC:mov-from-CR-IFS; data
CR[IFS]; IC:mov-to-CR-IFS; rfi; implied
CR[IFS]; cover; rfi, IC:mov-from-CR-IFS; implied
CR[IHA]; IC:mov-to-CR-IHA; IC:mov-from-CR-IHA; data
+CR[IIB%], % in 0 - 1; IC:mov-to-CR-IIB; IC:mov-from-CR-IIB; data
CR[IIM]; IC:mov-to-CR-IIM; IC:mov-from-CR-IIM; data
CR[IIP]; IC:mov-to-CR-IIP; IC:mov-from-CR-IIP; data
CR[IIP]; IC:mov-to-CR-IIP; rfi; implied
@@ -74,7 +75,7 @@ CR[PTA]; IC:mov-to-CR-PTA; IC:mov-from-CR-PTA, IC:mem-readers, IC:mem-writers, I
CR[TPR]; IC:mov-to-CR-TPR; IC:mov-from-CR-TPR, IC:mov-from-CR-IVR; data
CR[TPR]; IC:mov-to-CR-TPR; IC:mov-to-PSR-l+17, ssm+17; SC Section 5.8.3.3, "Task Priority Register (TPR Ð CR66)" on page 2:119
CR[TPR]; IC:mov-to-CR-TPR; rfi; implied
-CR%, % in 3-7, 10-15, 18, 26-63, 75-79, 82-127; IC:none; IC:mov-from-CR-rv+1; none
+CR%, % in 3-7, 10-15, 18, 28-63, 75-79, 82-127; IC:none; IC:mov-from-CR-rv+1; none
DBR#; IC:mov-to-IND-DBR+3; IC:mov-from-IND-DBR+3; impliedF
DBR#; IC:mov-to-IND-DBR+3; IC:probe-all, IC:lfetch-all, IC:mem-readers, IC:mem-writers; data
DTC; ptc.e, ptc.g, ptc.ga, ptc.l, ptr.i, ptr.d, itc.i, itc.d, itr.i, itr.d; IC:mem-readers, IC:mem-writers, IC:non-access; data
diff --git a/opcodes/ia64-waw.tbl b/opcodes/ia64-waw.tbl
index 4524cb6..82b9e83 100644
--- a/opcodes/ia64-waw.tbl
+++ b/opcodes/ia64-waw.tbl
@@ -49,6 +49,7 @@ CR[GPTA]; IC:mov-to-CR-GPTA; IC:mov-to-CR-GPTA; impliedF
CR[IFA]; IC:mov-to-CR-IFA; IC:mov-to-CR-IFA; impliedF
CR[IFS]; IC:mov-to-CR-IFS, cover; IC:mov-to-CR-IFS, cover; impliedF
CR[IHA]; IC:mov-to-CR-IHA; IC:mov-to-CR-IHA; impliedF
+CR[IIB%], % in 0 - 1; IC:mov-to-CR-IIB; IC:mov-to-CR-IIB; impliedF
CR[IIM]; IC:mov-to-CR-IIM; IC:mov-to-CR-IIM; impliedF
CR[IIP]; IC:mov-to-CR-IIP; IC:mov-to-CR-IIP; impliedF
CR[IIPA]; IC:mov-to-CR-IIPA; IC:mov-to-CR-IIPA; impliedF
@@ -65,7 +66,7 @@ CR[LRR%], % in 0 - 1; IC:mov-to-CR-LRR+1; IC:mov-to-CR-LRR+1; impliedF
CR[PMV]; IC:mov-to-CR-PMV; IC:mov-to-CR-PMV; impliedF
CR[PTA]; IC:mov-to-CR-PTA; IC:mov-to-CR-PTA; impliedF
CR[TPR]; IC:mov-to-CR-TPR; IC:mov-to-CR-TPR; impliedF
-CR%, % in 3-7, 10-15, 18, 26-63, 75-79, 82-127; IC:none; IC:none; none
+CR%, % in 3-7, 10-15, 18, 28-63, 75-79, 82-127; IC:none; IC:none; none
DBR#; IC:mov-to-IND-DBR+3; IC:mov-to-IND-DBR+3; impliedF
DTC; ptc.e, ptc.g, ptc.ga, ptc.l, ptr.i, ptr.d; ptc.e, ptc.g, ptc.ga, ptc.l, ptr.i, ptr.d; none
DTC; ptc.e, ptc.g, ptc.ga, ptc.l, ptr.i, ptr.d, itc.i, itc.d, itr.i, itr.d; itc.i, itc.d, itr.i, itr.d; impliedF