1*190c253dSEric Biggers/* SPDX-License-Identifier: GPL-2.0-or-later */ 2*190c253dSEric Biggers/* 3*190c253dSEric Biggers * Calculate a crc32c with vpmsum acceleration 4*190c253dSEric Biggers * 5*190c253dSEric Biggers * Copyright (C) 2015 Anton Blanchard <anton@au.ibm.com>, IBM 6*190c253dSEric Biggers */ 7*190c253dSEric Biggers .section .rodata 8*190c253dSEric Biggers.balign 16 9*190c253dSEric Biggers 10*190c253dSEric Biggers.byteswap_constant: 11*190c253dSEric Biggers /* byte reverse permute constant */ 12*190c253dSEric Biggers .octa 0x0F0E0D0C0B0A09080706050403020100 13*190c253dSEric Biggers 14*190c253dSEric Biggers.constants: 15*190c253dSEric Biggers 16*190c253dSEric Biggers /* Reduce 262144 kbits to 1024 bits */ 17*190c253dSEric Biggers /* x^261120 mod p(x)` << 1, x^261184 mod p(x)` << 1 */ 18*190c253dSEric Biggers .octa 0x00000000b6ca9e20000000009c37c408 19*190c253dSEric Biggers 20*190c253dSEric Biggers /* x^260096 mod p(x)` << 1, x^260160 mod p(x)` << 1 */ 21*190c253dSEric Biggers .octa 0x00000000350249a800000001b51df26c 22*190c253dSEric Biggers 23*190c253dSEric Biggers /* x^259072 mod p(x)` << 1, x^259136 mod p(x)` << 1 */ 24*190c253dSEric Biggers .octa 0x00000001862dac54000000000724b9d0 25*190c253dSEric Biggers 26*190c253dSEric Biggers /* x^258048 mod p(x)` << 1, x^258112 mod p(x)` << 1 */ 27*190c253dSEric Biggers .octa 0x00000001d87fb48c00000001c00532fe 28*190c253dSEric Biggers 29*190c253dSEric Biggers /* x^257024 mod p(x)` << 1, x^257088 mod p(x)` << 1 */ 30*190c253dSEric Biggers .octa 0x00000001f39b699e00000000f05a9362 31*190c253dSEric Biggers 32*190c253dSEric Biggers /* x^256000 mod p(x)` << 1, x^256064 mod p(x)` << 1 */ 33*190c253dSEric Biggers .octa 0x0000000101da11b400000001e1007970 34*190c253dSEric Biggers 35*190c253dSEric Biggers /* x^254976 mod p(x)` << 1, x^255040 mod p(x)` << 1 */ 36*190c253dSEric Biggers .octa 0x00000001cab571e000000000a57366ee 37*190c253dSEric Biggers 38*190c253dSEric Biggers /* x^253952 mod p(x)` << 1, x^254016 mod p(x)` << 1 */ 39*190c253dSEric Biggers .octa 0x00000000c7020cfe0000000192011284 40*190c253dSEric Biggers 41*190c253dSEric Biggers /* x^252928 mod p(x)` << 1, x^252992 mod p(x)` << 1 */ 42*190c253dSEric Biggers .octa 0x00000000cdaed1ae0000000162716d9a 43*190c253dSEric Biggers 44*190c253dSEric Biggers /* x^251904 mod p(x)` << 1, x^251968 mod p(x)` << 1 */ 45*190c253dSEric Biggers .octa 0x00000001e804effc00000000cd97ecde 46*190c253dSEric Biggers 47*190c253dSEric Biggers /* x^250880 mod p(x)` << 1, x^250944 mod p(x)` << 1 */ 48*190c253dSEric Biggers .octa 0x0000000077c3ea3a0000000058812bc0 49*190c253dSEric Biggers 50*190c253dSEric Biggers /* x^249856 mod p(x)` << 1, x^249920 mod p(x)` << 1 */ 51*190c253dSEric Biggers .octa 0x0000000068df31b40000000088b8c12e 52*190c253dSEric Biggers 53*190c253dSEric Biggers /* x^248832 mod p(x)` << 1, x^248896 mod p(x)` << 1 */ 54*190c253dSEric Biggers .octa 0x00000000b059b6c200000001230b234c 55*190c253dSEric Biggers 56*190c253dSEric Biggers /* x^247808 mod p(x)` << 1, x^247872 mod p(x)` << 1 */ 57*190c253dSEric Biggers .octa 0x0000000145fb8ed800000001120b416e 58*190c253dSEric Biggers 59*190c253dSEric Biggers /* x^246784 mod p(x)` << 1, x^246848 mod p(x)` << 1 */ 60*190c253dSEric Biggers .octa 0x00000000cbc0916800000001974aecb0 61*190c253dSEric Biggers 62*190c253dSEric Biggers /* x^245760 mod p(x)` << 1, x^245824 mod p(x)` << 1 */ 63*190c253dSEric Biggers .octa 0x000000005ceeedc2000000008ee3f226 64*190c253dSEric Biggers 65*190c253dSEric Biggers /* x^244736 mod p(x)` << 1, x^244800 mod p(x)` << 1 */ 66*190c253dSEric Biggers .octa 0x0000000047d74e8600000001089aba9a 67*190c253dSEric Biggers 68*190c253dSEric Biggers /* x^243712 mod p(x)` << 1, x^243776 mod p(x)` << 1 */ 69*190c253dSEric Biggers .octa 0x00000001407e9e220000000065113872 70*190c253dSEric Biggers 71*190c253dSEric Biggers /* x^242688 mod p(x)` << 1, x^242752 mod p(x)` << 1 */ 72*190c253dSEric Biggers .octa 0x00000001da967bda000000005c07ec10 73*190c253dSEric Biggers 74*190c253dSEric Biggers /* x^241664 mod p(x)` << 1, x^241728 mod p(x)` << 1 */ 75*190c253dSEric Biggers .octa 0x000000006c8983680000000187590924 76*190c253dSEric Biggers 77*190c253dSEric Biggers /* x^240640 mod p(x)` << 1, x^240704 mod p(x)` << 1 */ 78*190c253dSEric Biggers .octa 0x00000000f2d14c9800000000e35da7c6 79*190c253dSEric Biggers 80*190c253dSEric Biggers /* x^239616 mod p(x)` << 1, x^239680 mod p(x)` << 1 */ 81*190c253dSEric Biggers .octa 0x00000001993c6ad4000000000415855a 82*190c253dSEric Biggers 83*190c253dSEric Biggers /* x^238592 mod p(x)` << 1, x^238656 mod p(x)` << 1 */ 84*190c253dSEric Biggers .octa 0x000000014683d1ac0000000073617758 85*190c253dSEric Biggers 86*190c253dSEric Biggers /* x^237568 mod p(x)` << 1, x^237632 mod p(x)` << 1 */ 87*190c253dSEric Biggers .octa 0x00000001a7c93e6c0000000176021d28 88*190c253dSEric Biggers 89*190c253dSEric Biggers /* x^236544 mod p(x)` << 1, x^236608 mod p(x)` << 1 */ 90*190c253dSEric Biggers .octa 0x000000010211e90a00000001c358fd0a 91*190c253dSEric Biggers 92*190c253dSEric Biggers /* x^235520 mod p(x)` << 1, x^235584 mod p(x)` << 1 */ 93*190c253dSEric Biggers .octa 0x000000001119403e00000001ff7a2c18 94*190c253dSEric Biggers 95*190c253dSEric Biggers /* x^234496 mod p(x)` << 1, x^234560 mod p(x)` << 1 */ 96*190c253dSEric Biggers .octa 0x000000001c3261aa00000000f2d9f7e4 97*190c253dSEric Biggers 98*190c253dSEric Biggers /* x^233472 mod p(x)` << 1, x^233536 mod p(x)` << 1 */ 99*190c253dSEric Biggers .octa 0x000000014e37a634000000016cf1f9c8 100*190c253dSEric Biggers 101*190c253dSEric Biggers /* x^232448 mod p(x)` << 1, x^232512 mod p(x)` << 1 */ 102*190c253dSEric Biggers .octa 0x0000000073786c0c000000010af9279a 103*190c253dSEric Biggers 104*190c253dSEric Biggers /* x^231424 mod p(x)` << 1, x^231488 mod p(x)` << 1 */ 105*190c253dSEric Biggers .octa 0x000000011dc037f80000000004f101e8 106*190c253dSEric Biggers 107*190c253dSEric Biggers /* x^230400 mod p(x)` << 1, x^230464 mod p(x)` << 1 */ 108*190c253dSEric Biggers .octa 0x0000000031433dfc0000000070bcf184 109*190c253dSEric Biggers 110*190c253dSEric Biggers /* x^229376 mod p(x)` << 1, x^229440 mod p(x)` << 1 */ 111*190c253dSEric Biggers .octa 0x000000009cde8348000000000a8de642 112*190c253dSEric Biggers 113*190c253dSEric Biggers /* x^228352 mod p(x)` << 1, x^228416 mod p(x)` << 1 */ 114*190c253dSEric Biggers .octa 0x0000000038d3c2a60000000062ea130c 115*190c253dSEric Biggers 116*190c253dSEric Biggers /* x^227328 mod p(x)` << 1, x^227392 mod p(x)` << 1 */ 117*190c253dSEric Biggers .octa 0x000000011b25f26000000001eb31cbb2 118*190c253dSEric Biggers 119*190c253dSEric Biggers /* x^226304 mod p(x)` << 1, x^226368 mod p(x)` << 1 */ 120*190c253dSEric Biggers .octa 0x000000001629e6f00000000170783448 121*190c253dSEric Biggers 122*190c253dSEric Biggers /* x^225280 mod p(x)` << 1, x^225344 mod p(x)` << 1 */ 123*190c253dSEric Biggers .octa 0x0000000160838b4c00000001a684b4c6 124*190c253dSEric Biggers 125*190c253dSEric Biggers /* x^224256 mod p(x)` << 1, x^224320 mod p(x)` << 1 */ 126*190c253dSEric Biggers .octa 0x000000007a44011c00000000253ca5b4 127*190c253dSEric Biggers 128*190c253dSEric Biggers /* x^223232 mod p(x)` << 1, x^223296 mod p(x)` << 1 */ 129*190c253dSEric Biggers .octa 0x00000000226f417a0000000057b4b1e2 130*190c253dSEric Biggers 131*190c253dSEric Biggers /* x^222208 mod p(x)` << 1, x^222272 mod p(x)` << 1 */ 132*190c253dSEric Biggers .octa 0x0000000045eb2eb400000000b6bd084c 133*190c253dSEric Biggers 134*190c253dSEric Biggers /* x^221184 mod p(x)` << 1, x^221248 mod p(x)` << 1 */ 135*190c253dSEric Biggers .octa 0x000000014459d70c0000000123c2d592 136*190c253dSEric Biggers 137*190c253dSEric Biggers /* x^220160 mod p(x)` << 1, x^220224 mod p(x)` << 1 */ 138*190c253dSEric Biggers .octa 0x00000001d406ed8200000000159dafce 139*190c253dSEric Biggers 140*190c253dSEric Biggers /* x^219136 mod p(x)` << 1, x^219200 mod p(x)` << 1 */ 141*190c253dSEric Biggers .octa 0x0000000160c8e1a80000000127e1a64e 142*190c253dSEric Biggers 143*190c253dSEric Biggers /* x^218112 mod p(x)` << 1, x^218176 mod p(x)` << 1 */ 144*190c253dSEric Biggers .octa 0x0000000027ba80980000000056860754 145*190c253dSEric Biggers 146*190c253dSEric Biggers /* x^217088 mod p(x)` << 1, x^217152 mod p(x)` << 1 */ 147*190c253dSEric Biggers .octa 0x000000006d92d01800000001e661aae8 148*190c253dSEric Biggers 149*190c253dSEric Biggers /* x^216064 mod p(x)` << 1, x^216128 mod p(x)` << 1 */ 150*190c253dSEric Biggers .octa 0x000000012ed7e3f200000000f82c6166 151*190c253dSEric Biggers 152*190c253dSEric Biggers /* x^215040 mod p(x)` << 1, x^215104 mod p(x)` << 1 */ 153*190c253dSEric Biggers .octa 0x000000002dc8778800000000c4f9c7ae 154*190c253dSEric Biggers 155*190c253dSEric Biggers /* x^214016 mod p(x)` << 1, x^214080 mod p(x)` << 1 */ 156*190c253dSEric Biggers .octa 0x0000000018240bb80000000074203d20 157*190c253dSEric Biggers 158*190c253dSEric Biggers /* x^212992 mod p(x)` << 1, x^213056 mod p(x)` << 1 */ 159*190c253dSEric Biggers .octa 0x000000001ad381580000000198173052 160*190c253dSEric Biggers 161*190c253dSEric Biggers /* x^211968 mod p(x)` << 1, x^212032 mod p(x)` << 1 */ 162*190c253dSEric Biggers .octa 0x00000001396b78f200000001ce8aba54 163*190c253dSEric Biggers 164*190c253dSEric Biggers /* x^210944 mod p(x)` << 1, x^211008 mod p(x)` << 1 */ 165*190c253dSEric Biggers .octa 0x000000011a68133400000001850d5d94 166*190c253dSEric Biggers 167*190c253dSEric Biggers /* x^209920 mod p(x)` << 1, x^209984 mod p(x)` << 1 */ 168*190c253dSEric Biggers .octa 0x000000012104732e00000001d609239c 169*190c253dSEric Biggers 170*190c253dSEric Biggers /* x^208896 mod p(x)` << 1, x^208960 mod p(x)` << 1 */ 171*190c253dSEric Biggers .octa 0x00000000a140d90c000000001595f048 172*190c253dSEric Biggers 173*190c253dSEric Biggers /* x^207872 mod p(x)` << 1, x^207936 mod p(x)` << 1 */ 174*190c253dSEric Biggers .octa 0x00000001b7215eda0000000042ccee08 175*190c253dSEric Biggers 176*190c253dSEric Biggers /* x^206848 mod p(x)` << 1, x^206912 mod p(x)` << 1 */ 177*190c253dSEric Biggers .octa 0x00000001aaf1df3c000000010a389d74 178*190c253dSEric Biggers 179*190c253dSEric Biggers /* x^205824 mod p(x)` << 1, x^205888 mod p(x)` << 1 */ 180*190c253dSEric Biggers .octa 0x0000000029d15b8a000000012a840da6 181*190c253dSEric Biggers 182*190c253dSEric Biggers /* x^204800 mod p(x)` << 1, x^204864 mod p(x)` << 1 */ 183*190c253dSEric Biggers .octa 0x00000000f1a96922000000001d181c0c 184*190c253dSEric Biggers 185*190c253dSEric Biggers /* x^203776 mod p(x)` << 1, x^203840 mod p(x)` << 1 */ 186*190c253dSEric Biggers .octa 0x00000001ac80d03c0000000068b7d1f6 187*190c253dSEric Biggers 188*190c253dSEric Biggers /* x^202752 mod p(x)` << 1, x^202816 mod p(x)` << 1 */ 189*190c253dSEric Biggers .octa 0x000000000f11d56a000000005b0f14fc 190*190c253dSEric Biggers 191*190c253dSEric Biggers /* x^201728 mod p(x)` << 1, x^201792 mod p(x)` << 1 */ 192*190c253dSEric Biggers .octa 0x00000001f1c022a20000000179e9e730 193*190c253dSEric Biggers 194*190c253dSEric Biggers /* x^200704 mod p(x)` << 1, x^200768 mod p(x)` << 1 */ 195*190c253dSEric Biggers .octa 0x0000000173d00ae200000001ce1368d6 196*190c253dSEric Biggers 197*190c253dSEric Biggers /* x^199680 mod p(x)` << 1, x^199744 mod p(x)` << 1 */ 198*190c253dSEric Biggers .octa 0x00000001d4ffe4ac0000000112c3a84c 199*190c253dSEric Biggers 200*190c253dSEric Biggers /* x^198656 mod p(x)` << 1, x^198720 mod p(x)` << 1 */ 201*190c253dSEric Biggers .octa 0x000000016edc5ae400000000de940fee 202*190c253dSEric Biggers 203*190c253dSEric Biggers /* x^197632 mod p(x)` << 1, x^197696 mod p(x)` << 1 */ 204*190c253dSEric Biggers .octa 0x00000001f1a0214000000000fe896b7e 205*190c253dSEric Biggers 206*190c253dSEric Biggers /* x^196608 mod p(x)` << 1, x^196672 mod p(x)` << 1 */ 207*190c253dSEric Biggers .octa 0x00000000ca0b28a000000001f797431c 208*190c253dSEric Biggers 209*190c253dSEric Biggers /* x^195584 mod p(x)` << 1, x^195648 mod p(x)` << 1 */ 210*190c253dSEric Biggers .octa 0x00000001928e30a20000000053e989ba 211*190c253dSEric Biggers 212*190c253dSEric Biggers /* x^194560 mod p(x)` << 1, x^194624 mod p(x)` << 1 */ 213*190c253dSEric Biggers .octa 0x0000000097b1b002000000003920cd16 214*190c253dSEric Biggers 215*190c253dSEric Biggers /* x^193536 mod p(x)` << 1, x^193600 mod p(x)` << 1 */ 216*190c253dSEric Biggers .octa 0x00000000b15bf90600000001e6f579b8 217*190c253dSEric Biggers 218*190c253dSEric Biggers /* x^192512 mod p(x)` << 1, x^192576 mod p(x)` << 1 */ 219*190c253dSEric Biggers .octa 0x00000000411c5d52000000007493cb0a 220*190c253dSEric Biggers 221*190c253dSEric Biggers /* x^191488 mod p(x)` << 1, x^191552 mod p(x)` << 1 */ 222*190c253dSEric Biggers .octa 0x00000001c36f330000000001bdd376d8 223*190c253dSEric Biggers 224*190c253dSEric Biggers /* x^190464 mod p(x)` << 1, x^190528 mod p(x)` << 1 */ 225*190c253dSEric Biggers .octa 0x00000001119227e0000000016badfee6 226*190c253dSEric Biggers 227*190c253dSEric Biggers /* x^189440 mod p(x)` << 1, x^189504 mod p(x)` << 1 */ 228*190c253dSEric Biggers .octa 0x00000000114d47020000000071de5c58 229*190c253dSEric Biggers 230*190c253dSEric Biggers /* x^188416 mod p(x)` << 1, x^188480 mod p(x)` << 1 */ 231*190c253dSEric Biggers .octa 0x00000000458b5b9800000000453f317c 232*190c253dSEric Biggers 233*190c253dSEric Biggers /* x^187392 mod p(x)` << 1, x^187456 mod p(x)` << 1 */ 234*190c253dSEric Biggers .octa 0x000000012e31fb8e0000000121675cce 235*190c253dSEric Biggers 236*190c253dSEric Biggers /* x^186368 mod p(x)` << 1, x^186432 mod p(x)` << 1 */ 237*190c253dSEric Biggers .octa 0x000000005cf619d800000001f409ee92 238*190c253dSEric Biggers 239*190c253dSEric Biggers /* x^185344 mod p(x)` << 1, x^185408 mod p(x)` << 1 */ 240*190c253dSEric Biggers .octa 0x0000000063f4d8b200000000f36b9c88 241*190c253dSEric Biggers 242*190c253dSEric Biggers /* x^184320 mod p(x)` << 1, x^184384 mod p(x)` << 1 */ 243*190c253dSEric Biggers .octa 0x000000004138dc8a0000000036b398f4 244*190c253dSEric Biggers 245*190c253dSEric Biggers /* x^183296 mod p(x)` << 1, x^183360 mod p(x)` << 1 */ 246*190c253dSEric Biggers .octa 0x00000001d29ee8e000000001748f9adc 247*190c253dSEric Biggers 248*190c253dSEric Biggers /* x^182272 mod p(x)` << 1, x^182336 mod p(x)` << 1 */ 249*190c253dSEric Biggers .octa 0x000000006a08ace800000001be94ec00 250*190c253dSEric Biggers 251*190c253dSEric Biggers /* x^181248 mod p(x)` << 1, x^181312 mod p(x)` << 1 */ 252*190c253dSEric Biggers .octa 0x0000000127d4201000000000b74370d6 253*190c253dSEric Biggers 254*190c253dSEric Biggers /* x^180224 mod p(x)` << 1, x^180288 mod p(x)` << 1 */ 255*190c253dSEric Biggers .octa 0x0000000019d76b6200000001174d0b98 256*190c253dSEric Biggers 257*190c253dSEric Biggers /* x^179200 mod p(x)` << 1, x^179264 mod p(x)` << 1 */ 258*190c253dSEric Biggers .octa 0x00000001b1471f6e00000000befc06a4 259*190c253dSEric Biggers 260*190c253dSEric Biggers /* x^178176 mod p(x)` << 1, x^178240 mod p(x)` << 1 */ 261*190c253dSEric Biggers .octa 0x00000001f64c19cc00000001ae125288 262*190c253dSEric Biggers 263*190c253dSEric Biggers /* x^177152 mod p(x)` << 1, x^177216 mod p(x)` << 1 */ 264*190c253dSEric Biggers .octa 0x00000000003c0ea00000000095c19b34 265*190c253dSEric Biggers 266*190c253dSEric Biggers /* x^176128 mod p(x)` << 1, x^176192 mod p(x)` << 1 */ 267*190c253dSEric Biggers .octa 0x000000014d73abf600000001a78496f2 268*190c253dSEric Biggers 269*190c253dSEric Biggers /* x^175104 mod p(x)` << 1, x^175168 mod p(x)` << 1 */ 270*190c253dSEric Biggers .octa 0x00000001620eb84400000001ac5390a0 271*190c253dSEric Biggers 272*190c253dSEric Biggers /* x^174080 mod p(x)` << 1, x^174144 mod p(x)` << 1 */ 273*190c253dSEric Biggers .octa 0x0000000147655048000000002a80ed6e 274*190c253dSEric Biggers 275*190c253dSEric Biggers /* x^173056 mod p(x)` << 1, x^173120 mod p(x)` << 1 */ 276*190c253dSEric Biggers .octa 0x0000000067b5077e00000001fa9b0128 277*190c253dSEric Biggers 278*190c253dSEric Biggers /* x^172032 mod p(x)` << 1, x^172096 mod p(x)` << 1 */ 279*190c253dSEric Biggers .octa 0x0000000010ffe20600000001ea94929e 280*190c253dSEric Biggers 281*190c253dSEric Biggers /* x^171008 mod p(x)` << 1, x^171072 mod p(x)` << 1 */ 282*190c253dSEric Biggers .octa 0x000000000fee8f1e0000000125f4305c 283*190c253dSEric Biggers 284*190c253dSEric Biggers /* x^169984 mod p(x)` << 1, x^170048 mod p(x)` << 1 */ 285*190c253dSEric Biggers .octa 0x00000001da26fbae00000001471e2002 286*190c253dSEric Biggers 287*190c253dSEric Biggers /* x^168960 mod p(x)` << 1, x^169024 mod p(x)` << 1 */ 288*190c253dSEric Biggers .octa 0x00000001b3a8bd880000000132d2253a 289*190c253dSEric Biggers 290*190c253dSEric Biggers /* x^167936 mod p(x)` << 1, x^168000 mod p(x)` << 1 */ 291*190c253dSEric Biggers .octa 0x00000000e8f3898e00000000f26b3592 292*190c253dSEric Biggers 293*190c253dSEric Biggers /* x^166912 mod p(x)` << 1, x^166976 mod p(x)` << 1 */ 294*190c253dSEric Biggers .octa 0x00000000b0d0d28c00000000bc8b67b0 295*190c253dSEric Biggers 296*190c253dSEric Biggers /* x^165888 mod p(x)` << 1, x^165952 mod p(x)` << 1 */ 297*190c253dSEric Biggers .octa 0x0000000030f2a798000000013a826ef2 298*190c253dSEric Biggers 299*190c253dSEric Biggers /* x^164864 mod p(x)` << 1, x^164928 mod p(x)` << 1 */ 300*190c253dSEric Biggers .octa 0x000000000fba10020000000081482c84 301*190c253dSEric Biggers 302*190c253dSEric Biggers /* x^163840 mod p(x)` << 1, x^163904 mod p(x)` << 1 */ 303*190c253dSEric Biggers .octa 0x00000000bdb9bd7200000000e77307c2 304*190c253dSEric Biggers 305*190c253dSEric Biggers /* x^162816 mod p(x)` << 1, x^162880 mod p(x)` << 1 */ 306*190c253dSEric Biggers .octa 0x0000000075d3bf5a00000000d4a07ec8 307*190c253dSEric Biggers 308*190c253dSEric Biggers /* x^161792 mod p(x)` << 1, x^161856 mod p(x)` << 1 */ 309*190c253dSEric Biggers .octa 0x00000000ef1f98a00000000017102100 310*190c253dSEric Biggers 311*190c253dSEric Biggers /* x^160768 mod p(x)` << 1, x^160832 mod p(x)` << 1 */ 312*190c253dSEric Biggers .octa 0x00000000689c760200000000db406486 313*190c253dSEric Biggers 314*190c253dSEric Biggers /* x^159744 mod p(x)` << 1, x^159808 mod p(x)` << 1 */ 315*190c253dSEric Biggers .octa 0x000000016d5fa5fe0000000192db7f88 316*190c253dSEric Biggers 317*190c253dSEric Biggers /* x^158720 mod p(x)` << 1, x^158784 mod p(x)` << 1 */ 318*190c253dSEric Biggers .octa 0x00000001d0d2b9ca000000018bf67b1e 319*190c253dSEric Biggers 320*190c253dSEric Biggers /* x^157696 mod p(x)` << 1, x^157760 mod p(x)` << 1 */ 321*190c253dSEric Biggers .octa 0x0000000041e7b470000000007c09163e 322*190c253dSEric Biggers 323*190c253dSEric Biggers /* x^156672 mod p(x)` << 1, x^156736 mod p(x)` << 1 */ 324*190c253dSEric Biggers .octa 0x00000001cbb6495e000000000adac060 325*190c253dSEric Biggers 326*190c253dSEric Biggers /* x^155648 mod p(x)` << 1, x^155712 mod p(x)` << 1 */ 327*190c253dSEric Biggers .octa 0x000000010052a0b000000000bd8316ae 328*190c253dSEric Biggers 329*190c253dSEric Biggers /* x^154624 mod p(x)` << 1, x^154688 mod p(x)` << 1 */ 330*190c253dSEric Biggers .octa 0x00000001d8effb5c000000019f09ab54 331*190c253dSEric Biggers 332*190c253dSEric Biggers /* x^153600 mod p(x)` << 1, x^153664 mod p(x)` << 1 */ 333*190c253dSEric Biggers .octa 0x00000001d969853c0000000125155542 334*190c253dSEric Biggers 335*190c253dSEric Biggers /* x^152576 mod p(x)` << 1, x^152640 mod p(x)` << 1 */ 336*190c253dSEric Biggers .octa 0x00000000523ccce2000000018fdb5882 337*190c253dSEric Biggers 338*190c253dSEric Biggers /* x^151552 mod p(x)` << 1, x^151616 mod p(x)` << 1 */ 339*190c253dSEric Biggers .octa 0x000000001e2436bc00000000e794b3f4 340*190c253dSEric Biggers 341*190c253dSEric Biggers /* x^150528 mod p(x)` << 1, x^150592 mod p(x)` << 1 */ 342*190c253dSEric Biggers .octa 0x00000000ddd1c3a2000000016f9bb022 343*190c253dSEric Biggers 344*190c253dSEric Biggers /* x^149504 mod p(x)` << 1, x^149568 mod p(x)` << 1 */ 345*190c253dSEric Biggers .octa 0x0000000019fcfe3800000000290c9978 346*190c253dSEric Biggers 347*190c253dSEric Biggers /* x^148480 mod p(x)` << 1, x^148544 mod p(x)` << 1 */ 348*190c253dSEric Biggers .octa 0x00000001ce95db640000000083c0f350 349*190c253dSEric Biggers 350*190c253dSEric Biggers /* x^147456 mod p(x)` << 1, x^147520 mod p(x)` << 1 */ 351*190c253dSEric Biggers .octa 0x00000000af5828060000000173ea6628 352*190c253dSEric Biggers 353*190c253dSEric Biggers /* x^146432 mod p(x)` << 1, x^146496 mod p(x)` << 1 */ 354*190c253dSEric Biggers .octa 0x00000001006388f600000001c8b4e00a 355*190c253dSEric Biggers 356*190c253dSEric Biggers /* x^145408 mod p(x)` << 1, x^145472 mod p(x)` << 1 */ 357*190c253dSEric Biggers .octa 0x0000000179eca00a00000000de95d6aa 358*190c253dSEric Biggers 359*190c253dSEric Biggers /* x^144384 mod p(x)` << 1, x^144448 mod p(x)` << 1 */ 360*190c253dSEric Biggers .octa 0x0000000122410a6a000000010b7f7248 361*190c253dSEric Biggers 362*190c253dSEric Biggers /* x^143360 mod p(x)` << 1, x^143424 mod p(x)` << 1 */ 363*190c253dSEric Biggers .octa 0x000000004288e87c00000001326e3a06 364*190c253dSEric Biggers 365*190c253dSEric Biggers /* x^142336 mod p(x)` << 1, x^142400 mod p(x)` << 1 */ 366*190c253dSEric Biggers .octa 0x000000016c5490da00000000bb62c2e6 367*190c253dSEric Biggers 368*190c253dSEric Biggers /* x^141312 mod p(x)` << 1, x^141376 mod p(x)` << 1 */ 369*190c253dSEric Biggers .octa 0x00000000d1c71f6e0000000156a4b2c2 370*190c253dSEric Biggers 371*190c253dSEric Biggers /* x^140288 mod p(x)` << 1, x^140352 mod p(x)` << 1 */ 372*190c253dSEric Biggers .octa 0x00000001b4ce08a6000000011dfe763a 373*190c253dSEric Biggers 374*190c253dSEric Biggers /* x^139264 mod p(x)` << 1, x^139328 mod p(x)` << 1 */ 375*190c253dSEric Biggers .octa 0x00000001466ba60c000000007bcca8e2 376*190c253dSEric Biggers 377*190c253dSEric Biggers /* x^138240 mod p(x)` << 1, x^138304 mod p(x)` << 1 */ 378*190c253dSEric Biggers .octa 0x00000001f6c488a40000000186118faa 379*190c253dSEric Biggers 380*190c253dSEric Biggers /* x^137216 mod p(x)` << 1, x^137280 mod p(x)` << 1 */ 381*190c253dSEric Biggers .octa 0x000000013bfb06820000000111a65a88 382*190c253dSEric Biggers 383*190c253dSEric Biggers /* x^136192 mod p(x)` << 1, x^136256 mod p(x)` << 1 */ 384*190c253dSEric Biggers .octa 0x00000000690e9e54000000003565e1c4 385*190c253dSEric Biggers 386*190c253dSEric Biggers /* x^135168 mod p(x)` << 1, x^135232 mod p(x)` << 1 */ 387*190c253dSEric Biggers .octa 0x00000000281346b6000000012ed02a82 388*190c253dSEric Biggers 389*190c253dSEric Biggers /* x^134144 mod p(x)` << 1, x^134208 mod p(x)` << 1 */ 390*190c253dSEric Biggers .octa 0x000000015646402400000000c486ecfc 391*190c253dSEric Biggers 392*190c253dSEric Biggers /* x^133120 mod p(x)` << 1, x^133184 mod p(x)` << 1 */ 393*190c253dSEric Biggers .octa 0x000000016063a8dc0000000001b951b2 394*190c253dSEric Biggers 395*190c253dSEric Biggers /* x^132096 mod p(x)` << 1, x^132160 mod p(x)` << 1 */ 396*190c253dSEric Biggers .octa 0x0000000116a663620000000048143916 397*190c253dSEric Biggers 398*190c253dSEric Biggers /* x^131072 mod p(x)` << 1, x^131136 mod p(x)` << 1 */ 399*190c253dSEric Biggers .octa 0x000000017e8aa4d200000001dc2ae124 400*190c253dSEric Biggers 401*190c253dSEric Biggers /* x^130048 mod p(x)` << 1, x^130112 mod p(x)` << 1 */ 402*190c253dSEric Biggers .octa 0x00000001728eb10c00000001416c58d6 403*190c253dSEric Biggers 404*190c253dSEric Biggers /* x^129024 mod p(x)` << 1, x^129088 mod p(x)` << 1 */ 405*190c253dSEric Biggers .octa 0x00000001b08fd7fa00000000a479744a 406*190c253dSEric Biggers 407*190c253dSEric Biggers /* x^128000 mod p(x)` << 1, x^128064 mod p(x)` << 1 */ 408*190c253dSEric Biggers .octa 0x00000001092a16e80000000096ca3a26 409*190c253dSEric Biggers 410*190c253dSEric Biggers /* x^126976 mod p(x)` << 1, x^127040 mod p(x)` << 1 */ 411*190c253dSEric Biggers .octa 0x00000000a505637c00000000ff223d4e 412*190c253dSEric Biggers 413*190c253dSEric Biggers /* x^125952 mod p(x)` << 1, x^126016 mod p(x)` << 1 */ 414*190c253dSEric Biggers .octa 0x00000000d94869b2000000010e84da42 415*190c253dSEric Biggers 416*190c253dSEric Biggers /* x^124928 mod p(x)` << 1, x^124992 mod p(x)` << 1 */ 417*190c253dSEric Biggers .octa 0x00000001c8b203ae00000001b61ba3d0 418*190c253dSEric Biggers 419*190c253dSEric Biggers /* x^123904 mod p(x)` << 1, x^123968 mod p(x)` << 1 */ 420*190c253dSEric Biggers .octa 0x000000005704aea000000000680f2de8 421*190c253dSEric Biggers 422*190c253dSEric Biggers /* x^122880 mod p(x)` << 1, x^122944 mod p(x)` << 1 */ 423*190c253dSEric Biggers .octa 0x000000012e295fa2000000008772a9a8 424*190c253dSEric Biggers 425*190c253dSEric Biggers /* x^121856 mod p(x)` << 1, x^121920 mod p(x)` << 1 */ 426*190c253dSEric Biggers .octa 0x000000011d0908bc0000000155f295bc 427*190c253dSEric Biggers 428*190c253dSEric Biggers /* x^120832 mod p(x)` << 1, x^120896 mod p(x)` << 1 */ 429*190c253dSEric Biggers .octa 0x0000000193ed97ea00000000595f9282 430*190c253dSEric Biggers 431*190c253dSEric Biggers /* x^119808 mod p(x)` << 1, x^119872 mod p(x)` << 1 */ 432*190c253dSEric Biggers .octa 0x000000013a0f1c520000000164b1c25a 433*190c253dSEric Biggers 434*190c253dSEric Biggers /* x^118784 mod p(x)` << 1, x^118848 mod p(x)` << 1 */ 435*190c253dSEric Biggers .octa 0x000000010c2c40c000000000fbd67c50 436*190c253dSEric Biggers 437*190c253dSEric Biggers /* x^117760 mod p(x)` << 1, x^117824 mod p(x)` << 1 */ 438*190c253dSEric Biggers .octa 0x00000000ff6fac3e0000000096076268 439*190c253dSEric Biggers 440*190c253dSEric Biggers /* x^116736 mod p(x)` << 1, x^116800 mod p(x)` << 1 */ 441*190c253dSEric Biggers .octa 0x000000017b3609c000000001d288e4cc 442*190c253dSEric Biggers 443*190c253dSEric Biggers /* x^115712 mod p(x)` << 1, x^115776 mod p(x)` << 1 */ 444*190c253dSEric Biggers .octa 0x0000000088c8c92200000001eaac1bdc 445*190c253dSEric Biggers 446*190c253dSEric Biggers /* x^114688 mod p(x)` << 1, x^114752 mod p(x)` << 1 */ 447*190c253dSEric Biggers .octa 0x00000001751baae600000001f1ea39e2 448*190c253dSEric Biggers 449*190c253dSEric Biggers /* x^113664 mod p(x)` << 1, x^113728 mod p(x)` << 1 */ 450*190c253dSEric Biggers .octa 0x000000010795297200000001eb6506fc 451*190c253dSEric Biggers 452*190c253dSEric Biggers /* x^112640 mod p(x)` << 1, x^112704 mod p(x)` << 1 */ 453*190c253dSEric Biggers .octa 0x0000000162b00abe000000010f806ffe 454*190c253dSEric Biggers 455*190c253dSEric Biggers /* x^111616 mod p(x)` << 1, x^111680 mod p(x)` << 1 */ 456*190c253dSEric Biggers .octa 0x000000000d7b404c000000010408481e 457*190c253dSEric Biggers 458*190c253dSEric Biggers /* x^110592 mod p(x)` << 1, x^110656 mod p(x)` << 1 */ 459*190c253dSEric Biggers .octa 0x00000000763b13d40000000188260534 460*190c253dSEric Biggers 461*190c253dSEric Biggers /* x^109568 mod p(x)` << 1, x^109632 mod p(x)` << 1 */ 462*190c253dSEric Biggers .octa 0x00000000f6dc22d80000000058fc73e0 463*190c253dSEric Biggers 464*190c253dSEric Biggers /* x^108544 mod p(x)` << 1, x^108608 mod p(x)` << 1 */ 465*190c253dSEric Biggers .octa 0x000000007daae06000000000391c59b8 466*190c253dSEric Biggers 467*190c253dSEric Biggers /* x^107520 mod p(x)` << 1, x^107584 mod p(x)` << 1 */ 468*190c253dSEric Biggers .octa 0x000000013359ab7c000000018b638400 469*190c253dSEric Biggers 470*190c253dSEric Biggers /* x^106496 mod p(x)` << 1, x^106560 mod p(x)` << 1 */ 471*190c253dSEric Biggers .octa 0x000000008add438a000000011738f5c4 472*190c253dSEric Biggers 473*190c253dSEric Biggers /* x^105472 mod p(x)` << 1, x^105536 mod p(x)` << 1 */ 474*190c253dSEric Biggers .octa 0x00000001edbefdea000000008cf7c6da 475*190c253dSEric Biggers 476*190c253dSEric Biggers /* x^104448 mod p(x)` << 1, x^104512 mod p(x)` << 1 */ 477*190c253dSEric Biggers .octa 0x000000004104e0f800000001ef97fb16 478*190c253dSEric Biggers 479*190c253dSEric Biggers /* x^103424 mod p(x)` << 1, x^103488 mod p(x)` << 1 */ 480*190c253dSEric Biggers .octa 0x00000000b48a82220000000102130e20 481*190c253dSEric Biggers 482*190c253dSEric Biggers /* x^102400 mod p(x)` << 1, x^102464 mod p(x)` << 1 */ 483*190c253dSEric Biggers .octa 0x00000001bcb4684400000000db968898 484*190c253dSEric Biggers 485*190c253dSEric Biggers /* x^101376 mod p(x)` << 1, x^101440 mod p(x)` << 1 */ 486*190c253dSEric Biggers .octa 0x000000013293ce0a00000000b5047b5e 487*190c253dSEric Biggers 488*190c253dSEric Biggers /* x^100352 mod p(x)` << 1, x^100416 mod p(x)` << 1 */ 489*190c253dSEric Biggers .octa 0x00000001710d0844000000010b90fdb2 490*190c253dSEric Biggers 491*190c253dSEric Biggers /* x^99328 mod p(x)` << 1, x^99392 mod p(x)` << 1 */ 492*190c253dSEric Biggers .octa 0x0000000117907f6e000000004834a32e 493*190c253dSEric Biggers 494*190c253dSEric Biggers /* x^98304 mod p(x)` << 1, x^98368 mod p(x)` << 1 */ 495*190c253dSEric Biggers .octa 0x0000000087ddf93e0000000059c8f2b0 496*190c253dSEric Biggers 497*190c253dSEric Biggers /* x^97280 mod p(x)` << 1, x^97344 mod p(x)` << 1 */ 498*190c253dSEric Biggers .octa 0x000000005970e9b00000000122cec508 499*190c253dSEric Biggers 500*190c253dSEric Biggers /* x^96256 mod p(x)` << 1, x^96320 mod p(x)` << 1 */ 501*190c253dSEric Biggers .octa 0x0000000185b2b7d0000000000a330cda 502*190c253dSEric Biggers 503*190c253dSEric Biggers /* x^95232 mod p(x)` << 1, x^95296 mod p(x)` << 1 */ 504*190c253dSEric Biggers .octa 0x00000001dcee0efc000000014a47148c 505*190c253dSEric Biggers 506*190c253dSEric Biggers /* x^94208 mod p(x)` << 1, x^94272 mod p(x)` << 1 */ 507*190c253dSEric Biggers .octa 0x0000000030da27220000000042c61cb8 508*190c253dSEric Biggers 509*190c253dSEric Biggers /* x^93184 mod p(x)` << 1, x^93248 mod p(x)` << 1 */ 510*190c253dSEric Biggers .octa 0x000000012f925a180000000012fe6960 511*190c253dSEric Biggers 512*190c253dSEric Biggers /* x^92160 mod p(x)` << 1, x^92224 mod p(x)` << 1 */ 513*190c253dSEric Biggers .octa 0x00000000dd2e357c00000000dbda2c20 514*190c253dSEric Biggers 515*190c253dSEric Biggers /* x^91136 mod p(x)` << 1, x^91200 mod p(x)` << 1 */ 516*190c253dSEric Biggers .octa 0x00000000071c80de000000011122410c 517*190c253dSEric Biggers 518*190c253dSEric Biggers /* x^90112 mod p(x)` << 1, x^90176 mod p(x)` << 1 */ 519*190c253dSEric Biggers .octa 0x000000011513140a00000000977b2070 520*190c253dSEric Biggers 521*190c253dSEric Biggers /* x^89088 mod p(x)` << 1, x^89152 mod p(x)` << 1 */ 522*190c253dSEric Biggers .octa 0x00000001df876e8e000000014050438e 523*190c253dSEric Biggers 524*190c253dSEric Biggers /* x^88064 mod p(x)` << 1, x^88128 mod p(x)` << 1 */ 525*190c253dSEric Biggers .octa 0x000000015f81d6ce0000000147c840e8 526*190c253dSEric Biggers 527*190c253dSEric Biggers /* x^87040 mod p(x)` << 1, x^87104 mod p(x)` << 1 */ 528*190c253dSEric Biggers .octa 0x000000019dd94dbe00000001cc7c88ce 529*190c253dSEric Biggers 530*190c253dSEric Biggers /* x^86016 mod p(x)` << 1, x^86080 mod p(x)` << 1 */ 531*190c253dSEric Biggers .octa 0x00000001373d206e00000001476b35a4 532*190c253dSEric Biggers 533*190c253dSEric Biggers /* x^84992 mod p(x)` << 1, x^85056 mod p(x)` << 1 */ 534*190c253dSEric Biggers .octa 0x00000000668ccade000000013d52d508 535*190c253dSEric Biggers 536*190c253dSEric Biggers /* x^83968 mod p(x)` << 1, x^84032 mod p(x)` << 1 */ 537*190c253dSEric Biggers .octa 0x00000001b192d268000000008e4be32e 538*190c253dSEric Biggers 539*190c253dSEric Biggers /* x^82944 mod p(x)` << 1, x^83008 mod p(x)` << 1 */ 540*190c253dSEric Biggers .octa 0x00000000e30f3a7800000000024120fe 541*190c253dSEric Biggers 542*190c253dSEric Biggers /* x^81920 mod p(x)` << 1, x^81984 mod p(x)` << 1 */ 543*190c253dSEric Biggers .octa 0x000000010ef1f7bc00000000ddecddb4 544*190c253dSEric Biggers 545*190c253dSEric Biggers /* x^80896 mod p(x)` << 1, x^80960 mod p(x)` << 1 */ 546*190c253dSEric Biggers .octa 0x00000001f5ac738000000000d4d403bc 547*190c253dSEric Biggers 548*190c253dSEric Biggers /* x^79872 mod p(x)` << 1, x^79936 mod p(x)` << 1 */ 549*190c253dSEric Biggers .octa 0x000000011822ea7000000001734b89aa 550*190c253dSEric Biggers 551*190c253dSEric Biggers /* x^78848 mod p(x)` << 1, x^78912 mod p(x)` << 1 */ 552*190c253dSEric Biggers .octa 0x00000000c3a33848000000010e7a58d6 553*190c253dSEric Biggers 554*190c253dSEric Biggers /* x^77824 mod p(x)` << 1, x^77888 mod p(x)` << 1 */ 555*190c253dSEric Biggers .octa 0x00000001bd151c2400000001f9f04e9c 556*190c253dSEric Biggers 557*190c253dSEric Biggers /* x^76800 mod p(x)` << 1, x^76864 mod p(x)` << 1 */ 558*190c253dSEric Biggers .octa 0x0000000056002d7600000000b692225e 559*190c253dSEric Biggers 560*190c253dSEric Biggers /* x^75776 mod p(x)` << 1, x^75840 mod p(x)` << 1 */ 561*190c253dSEric Biggers .octa 0x000000014657c4f4000000019b8d3f3e 562*190c253dSEric Biggers 563*190c253dSEric Biggers /* x^74752 mod p(x)` << 1, x^74816 mod p(x)` << 1 */ 564*190c253dSEric Biggers .octa 0x0000000113742d7c00000001a874f11e 565*190c253dSEric Biggers 566*190c253dSEric Biggers /* x^73728 mod p(x)` << 1, x^73792 mod p(x)` << 1 */ 567*190c253dSEric Biggers .octa 0x000000019c5920ba000000010d5a4254 568*190c253dSEric Biggers 569*190c253dSEric Biggers /* x^72704 mod p(x)` << 1, x^72768 mod p(x)` << 1 */ 570*190c253dSEric Biggers .octa 0x000000005216d2d600000000bbb2f5d6 571*190c253dSEric Biggers 572*190c253dSEric Biggers /* x^71680 mod p(x)` << 1, x^71744 mod p(x)` << 1 */ 573*190c253dSEric Biggers .octa 0x0000000136f5ad8a0000000179cc0e36 574*190c253dSEric Biggers 575*190c253dSEric Biggers /* x^70656 mod p(x)` << 1, x^70720 mod p(x)` << 1 */ 576*190c253dSEric Biggers .octa 0x000000018b07beb600000001dca1da4a 577*190c253dSEric Biggers 578*190c253dSEric Biggers /* x^69632 mod p(x)` << 1, x^69696 mod p(x)` << 1 */ 579*190c253dSEric Biggers .octa 0x00000000db1e93b000000000feb1a192 580*190c253dSEric Biggers 581*190c253dSEric Biggers /* x^68608 mod p(x)` << 1, x^68672 mod p(x)` << 1 */ 582*190c253dSEric Biggers .octa 0x000000000b96fa3a00000000d1eeedd6 583*190c253dSEric Biggers 584*190c253dSEric Biggers /* x^67584 mod p(x)` << 1, x^67648 mod p(x)` << 1 */ 585*190c253dSEric Biggers .octa 0x00000001d9968af0000000008fad9bb4 586*190c253dSEric Biggers 587*190c253dSEric Biggers /* x^66560 mod p(x)` << 1, x^66624 mod p(x)` << 1 */ 588*190c253dSEric Biggers .octa 0x000000000e4a77a200000001884938e4 589*190c253dSEric Biggers 590*190c253dSEric Biggers /* x^65536 mod p(x)` << 1, x^65600 mod p(x)` << 1 */ 591*190c253dSEric Biggers .octa 0x00000000508c2ac800000001bc2e9bc0 592*190c253dSEric Biggers 593*190c253dSEric Biggers /* x^64512 mod p(x)` << 1, x^64576 mod p(x)` << 1 */ 594*190c253dSEric Biggers .octa 0x0000000021572a8000000001f9658a68 595*190c253dSEric Biggers 596*190c253dSEric Biggers /* x^63488 mod p(x)` << 1, x^63552 mod p(x)` << 1 */ 597*190c253dSEric Biggers .octa 0x00000001b859daf2000000001b9224fc 598*190c253dSEric Biggers 599*190c253dSEric Biggers /* x^62464 mod p(x)` << 1, x^62528 mod p(x)` << 1 */ 600*190c253dSEric Biggers .octa 0x000000016f7884740000000055b2fb84 601*190c253dSEric Biggers 602*190c253dSEric Biggers /* x^61440 mod p(x)` << 1, x^61504 mod p(x)` << 1 */ 603*190c253dSEric Biggers .octa 0x00000001b438810e000000018b090348 604*190c253dSEric Biggers 605*190c253dSEric Biggers /* x^60416 mod p(x)` << 1, x^60480 mod p(x)` << 1 */ 606*190c253dSEric Biggers .octa 0x0000000095ddc6f2000000011ccbd5ea 607*190c253dSEric Biggers 608*190c253dSEric Biggers /* x^59392 mod p(x)` << 1, x^59456 mod p(x)` << 1 */ 609*190c253dSEric Biggers .octa 0x00000001d977c20c0000000007ae47f8 610*190c253dSEric Biggers 611*190c253dSEric Biggers /* x^58368 mod p(x)` << 1, x^58432 mod p(x)` << 1 */ 612*190c253dSEric Biggers .octa 0x00000000ebedb99a0000000172acbec0 613*190c253dSEric Biggers 614*190c253dSEric Biggers /* x^57344 mod p(x)` << 1, x^57408 mod p(x)` << 1 */ 615*190c253dSEric Biggers .octa 0x00000001df9e9e9200000001c6e3ff20 616*190c253dSEric Biggers 617*190c253dSEric Biggers /* x^56320 mod p(x)` << 1, x^56384 mod p(x)` << 1 */ 618*190c253dSEric Biggers .octa 0x00000001a4a3f95200000000e1b38744 619*190c253dSEric Biggers 620*190c253dSEric Biggers /* x^55296 mod p(x)` << 1, x^55360 mod p(x)` << 1 */ 621*190c253dSEric Biggers .octa 0x00000000e2f5122000000000791585b2 622*190c253dSEric Biggers 623*190c253dSEric Biggers /* x^54272 mod p(x)` << 1, x^54336 mod p(x)` << 1 */ 624*190c253dSEric Biggers .octa 0x000000004aa01f3e00000000ac53b894 625*190c253dSEric Biggers 626*190c253dSEric Biggers /* x^53248 mod p(x)` << 1, x^53312 mod p(x)` << 1 */ 627*190c253dSEric Biggers .octa 0x00000000b3e90a5800000001ed5f2cf4 628*190c253dSEric Biggers 629*190c253dSEric Biggers /* x^52224 mod p(x)` << 1, x^52288 mod p(x)` << 1 */ 630*190c253dSEric Biggers .octa 0x000000000c9ca2aa00000001df48b2e0 631*190c253dSEric Biggers 632*190c253dSEric Biggers /* x^51200 mod p(x)` << 1, x^51264 mod p(x)` << 1 */ 633*190c253dSEric Biggers .octa 0x000000015168231600000000049c1c62 634*190c253dSEric Biggers 635*190c253dSEric Biggers /* x^50176 mod p(x)` << 1, x^50240 mod p(x)` << 1 */ 636*190c253dSEric Biggers .octa 0x0000000036fce78c000000017c460c12 637*190c253dSEric Biggers 638*190c253dSEric Biggers /* x^49152 mod p(x)` << 1, x^49216 mod p(x)` << 1 */ 639*190c253dSEric Biggers .octa 0x000000009037dc10000000015be4da7e 640*190c253dSEric Biggers 641*190c253dSEric Biggers /* x^48128 mod p(x)` << 1, x^48192 mod p(x)` << 1 */ 642*190c253dSEric Biggers .octa 0x00000000d3298582000000010f38f668 643*190c253dSEric Biggers 644*190c253dSEric Biggers /* x^47104 mod p(x)` << 1, x^47168 mod p(x)` << 1 */ 645*190c253dSEric Biggers .octa 0x00000001b42e8ad60000000039f40a00 646*190c253dSEric Biggers 647*190c253dSEric Biggers /* x^46080 mod p(x)` << 1, x^46144 mod p(x)` << 1 */ 648*190c253dSEric Biggers .octa 0x00000000142a983800000000bd4c10c4 649*190c253dSEric Biggers 650*190c253dSEric Biggers /* x^45056 mod p(x)` << 1, x^45120 mod p(x)` << 1 */ 651*190c253dSEric Biggers .octa 0x0000000109c7f1900000000042db1d98 652*190c253dSEric Biggers 653*190c253dSEric Biggers /* x^44032 mod p(x)` << 1, x^44096 mod p(x)` << 1 */ 654*190c253dSEric Biggers .octa 0x0000000056ff931000000001c905bae6 655*190c253dSEric Biggers 656*190c253dSEric Biggers /* x^43008 mod p(x)` << 1, x^43072 mod p(x)` << 1 */ 657*190c253dSEric Biggers .octa 0x00000001594513aa00000000069d40ea 658*190c253dSEric Biggers 659*190c253dSEric Biggers /* x^41984 mod p(x)` << 1, x^42048 mod p(x)` << 1 */ 660*190c253dSEric Biggers .octa 0x00000001e3b5b1e8000000008e4fbad0 661*190c253dSEric Biggers 662*190c253dSEric Biggers /* x^40960 mod p(x)` << 1, x^41024 mod p(x)` << 1 */ 663*190c253dSEric Biggers .octa 0x000000011dd5fc080000000047bedd46 664*190c253dSEric Biggers 665*190c253dSEric Biggers /* x^39936 mod p(x)` << 1, x^40000 mod p(x)` << 1 */ 666*190c253dSEric Biggers .octa 0x00000001675f0cc20000000026396bf8 667*190c253dSEric Biggers 668*190c253dSEric Biggers /* x^38912 mod p(x)` << 1, x^38976 mod p(x)` << 1 */ 669*190c253dSEric Biggers .octa 0x00000000d1c8dd4400000000379beb92 670*190c253dSEric Biggers 671*190c253dSEric Biggers /* x^37888 mod p(x)` << 1, x^37952 mod p(x)` << 1 */ 672*190c253dSEric Biggers .octa 0x0000000115ebd3d8000000000abae54a 673*190c253dSEric Biggers 674*190c253dSEric Biggers /* x^36864 mod p(x)` << 1, x^36928 mod p(x)` << 1 */ 675*190c253dSEric Biggers .octa 0x00000001ecbd0dac0000000007e6a128 676*190c253dSEric Biggers 677*190c253dSEric Biggers /* x^35840 mod p(x)` << 1, x^35904 mod p(x)` << 1 */ 678*190c253dSEric Biggers .octa 0x00000000cdf67af2000000000ade29d2 679*190c253dSEric Biggers 680*190c253dSEric Biggers /* x^34816 mod p(x)` << 1, x^34880 mod p(x)` << 1 */ 681*190c253dSEric Biggers .octa 0x000000004c01ff4c00000000f974c45c 682*190c253dSEric Biggers 683*190c253dSEric Biggers /* x^33792 mod p(x)` << 1, x^33856 mod p(x)` << 1 */ 684*190c253dSEric Biggers .octa 0x00000000f2d8657e00000000e77ac60a 685*190c253dSEric Biggers 686*190c253dSEric Biggers /* x^32768 mod p(x)` << 1, x^32832 mod p(x)` << 1 */ 687*190c253dSEric Biggers .octa 0x000000006bae74c40000000145895816 688*190c253dSEric Biggers 689*190c253dSEric Biggers /* x^31744 mod p(x)` << 1, x^31808 mod p(x)` << 1 */ 690*190c253dSEric Biggers .octa 0x0000000152af8aa00000000038e362be 691*190c253dSEric Biggers 692*190c253dSEric Biggers /* x^30720 mod p(x)` << 1, x^30784 mod p(x)` << 1 */ 693*190c253dSEric Biggers .octa 0x0000000004663802000000007f991a64 694*190c253dSEric Biggers 695*190c253dSEric Biggers /* x^29696 mod p(x)` << 1, x^29760 mod p(x)` << 1 */ 696*190c253dSEric Biggers .octa 0x00000001ab2f5afc00000000fa366d3a 697*190c253dSEric Biggers 698*190c253dSEric Biggers /* x^28672 mod p(x)` << 1, x^28736 mod p(x)` << 1 */ 699*190c253dSEric Biggers .octa 0x0000000074a4ebd400000001a2bb34f0 700*190c253dSEric Biggers 701*190c253dSEric Biggers /* x^27648 mod p(x)` << 1, x^27712 mod p(x)` << 1 */ 702*190c253dSEric Biggers .octa 0x00000001d7ab3a4c0000000028a9981e 703*190c253dSEric Biggers 704*190c253dSEric Biggers /* x^26624 mod p(x)` << 1, x^26688 mod p(x)` << 1 */ 705*190c253dSEric Biggers .octa 0x00000001a8da60c600000001dbc672be 706*190c253dSEric Biggers 707*190c253dSEric Biggers /* x^25600 mod p(x)` << 1, x^25664 mod p(x)` << 1 */ 708*190c253dSEric Biggers .octa 0x000000013cf6382000000000b04d77f6 709*190c253dSEric Biggers 710*190c253dSEric Biggers /* x^24576 mod p(x)` << 1, x^24640 mod p(x)` << 1 */ 711*190c253dSEric Biggers .octa 0x00000000bec12e1e0000000124400d96 712*190c253dSEric Biggers 713*190c253dSEric Biggers /* x^23552 mod p(x)` << 1, x^23616 mod p(x)` << 1 */ 714*190c253dSEric Biggers .octa 0x00000001c6368010000000014ca4b414 715*190c253dSEric Biggers 716*190c253dSEric Biggers /* x^22528 mod p(x)` << 1, x^22592 mod p(x)` << 1 */ 717*190c253dSEric Biggers .octa 0x00000001e6e78758000000012fe2c938 718*190c253dSEric Biggers 719*190c253dSEric Biggers /* x^21504 mod p(x)` << 1, x^21568 mod p(x)` << 1 */ 720*190c253dSEric Biggers .octa 0x000000008d7f2b3c00000001faed01e6 721*190c253dSEric Biggers 722*190c253dSEric Biggers /* x^20480 mod p(x)` << 1, x^20544 mod p(x)` << 1 */ 723*190c253dSEric Biggers .octa 0x000000016b4a156e000000007e80ecfe 724*190c253dSEric Biggers 725*190c253dSEric Biggers /* x^19456 mod p(x)` << 1, x^19520 mod p(x)` << 1 */ 726*190c253dSEric Biggers .octa 0x00000001c63cfeb60000000098daee94 727*190c253dSEric Biggers 728*190c253dSEric Biggers /* x^18432 mod p(x)` << 1, x^18496 mod p(x)` << 1 */ 729*190c253dSEric Biggers .octa 0x000000015f902670000000010a04edea 730*190c253dSEric Biggers 731*190c253dSEric Biggers /* x^17408 mod p(x)` << 1, x^17472 mod p(x)` << 1 */ 732*190c253dSEric Biggers .octa 0x00000001cd5de11e00000001c00b4524 733*190c253dSEric Biggers 734*190c253dSEric Biggers /* x^16384 mod p(x)` << 1, x^16448 mod p(x)` << 1 */ 735*190c253dSEric Biggers .octa 0x000000001acaec540000000170296550 736*190c253dSEric Biggers 737*190c253dSEric Biggers /* x^15360 mod p(x)` << 1, x^15424 mod p(x)` << 1 */ 738*190c253dSEric Biggers .octa 0x000000002bd0ca780000000181afaa48 739*190c253dSEric Biggers 740*190c253dSEric Biggers /* x^14336 mod p(x)` << 1, x^14400 mod p(x)` << 1 */ 741*190c253dSEric Biggers .octa 0x0000000032d63d5c0000000185a31ffa 742*190c253dSEric Biggers 743*190c253dSEric Biggers /* x^13312 mod p(x)` << 1, x^13376 mod p(x)` << 1 */ 744*190c253dSEric Biggers .octa 0x000000001c6d4e4c000000002469f608 745*190c253dSEric Biggers 746*190c253dSEric Biggers /* x^12288 mod p(x)` << 1, x^12352 mod p(x)` << 1 */ 747*190c253dSEric Biggers .octa 0x0000000106a60b92000000006980102a 748*190c253dSEric Biggers 749*190c253dSEric Biggers /* x^11264 mod p(x)` << 1, x^11328 mod p(x)` << 1 */ 750*190c253dSEric Biggers .octa 0x00000000d3855e120000000111ea9ca8 751*190c253dSEric Biggers 752*190c253dSEric Biggers /* x^10240 mod p(x)` << 1, x^10304 mod p(x)` << 1 */ 753*190c253dSEric Biggers .octa 0x00000000e312563600000001bd1d29ce 754*190c253dSEric Biggers 755*190c253dSEric Biggers /* x^9216 mod p(x)` << 1, x^9280 mod p(x)` << 1 */ 756*190c253dSEric Biggers .octa 0x000000009e8f7ea400000001b34b9580 757*190c253dSEric Biggers 758*190c253dSEric Biggers /* x^8192 mod p(x)` << 1, x^8256 mod p(x)` << 1 */ 759*190c253dSEric Biggers .octa 0x00000001c82e562c000000003076054e 760*190c253dSEric Biggers 761*190c253dSEric Biggers /* x^7168 mod p(x)` << 1, x^7232 mod p(x)` << 1 */ 762*190c253dSEric Biggers .octa 0x00000000ca9f09ce000000012a608ea4 763*190c253dSEric Biggers 764*190c253dSEric Biggers /* x^6144 mod p(x)` << 1, x^6208 mod p(x)` << 1 */ 765*190c253dSEric Biggers .octa 0x00000000c63764e600000000784d05fe 766*190c253dSEric Biggers 767*190c253dSEric Biggers /* x^5120 mod p(x)` << 1, x^5184 mod p(x)` << 1 */ 768*190c253dSEric Biggers .octa 0x0000000168d2e49e000000016ef0d82a 769*190c253dSEric Biggers 770*190c253dSEric Biggers /* x^4096 mod p(x)` << 1, x^4160 mod p(x)` << 1 */ 771*190c253dSEric Biggers .octa 0x00000000e986c1480000000075bda454 772*190c253dSEric Biggers 773*190c253dSEric Biggers /* x^3072 mod p(x)` << 1, x^3136 mod p(x)` << 1 */ 774*190c253dSEric Biggers .octa 0x00000000cfb65894000000003dc0a1c4 775*190c253dSEric Biggers 776*190c253dSEric Biggers /* x^2048 mod p(x)` << 1, x^2112 mod p(x)` << 1 */ 777*190c253dSEric Biggers .octa 0x0000000111cadee400000000e9a5d8be 778*190c253dSEric Biggers 779*190c253dSEric Biggers /* x^1024 mod p(x)` << 1, x^1088 mod p(x)` << 1 */ 780*190c253dSEric Biggers .octa 0x0000000171fb63ce00000001609bc4b4 781*190c253dSEric Biggers 782*190c253dSEric Biggers.short_constants: 783*190c253dSEric Biggers 784*190c253dSEric Biggers /* Reduce final 1024-2048 bits to 64 bits, shifting 32 bits to include the trailing 32 bits of zeros */ 785*190c253dSEric Biggers /* x^1952 mod p(x)`, x^1984 mod p(x)`, x^2016 mod p(x)`, x^2048 mod p(x)` */ 786*190c253dSEric Biggers .octa 0x7fec2963e5bf80485cf015c388e56f72 787*190c253dSEric Biggers 788*190c253dSEric Biggers /* x^1824 mod p(x)`, x^1856 mod p(x)`, x^1888 mod p(x)`, x^1920 mod p(x)` */ 789*190c253dSEric Biggers .octa 0x38e888d4844752a9963a18920246e2e6 790*190c253dSEric Biggers 791*190c253dSEric Biggers /* x^1696 mod p(x)`, x^1728 mod p(x)`, x^1760 mod p(x)`, x^1792 mod p(x)` */ 792*190c253dSEric Biggers .octa 0x42316c00730206ad419a441956993a31 793*190c253dSEric Biggers 794*190c253dSEric Biggers /* x^1568 mod p(x)`, x^1600 mod p(x)`, x^1632 mod p(x)`, x^1664 mod p(x)` */ 795*190c253dSEric Biggers .octa 0x543d5c543e65ddf9924752ba2b830011 796*190c253dSEric Biggers 797*190c253dSEric Biggers /* x^1440 mod p(x)`, x^1472 mod p(x)`, x^1504 mod p(x)`, x^1536 mod p(x)` */ 798*190c253dSEric Biggers .octa 0x78e87aaf56767c9255bd7f9518e4a304 799*190c253dSEric Biggers 800*190c253dSEric Biggers /* x^1312 mod p(x)`, x^1344 mod p(x)`, x^1376 mod p(x)`, x^1408 mod p(x)` */ 801*190c253dSEric Biggers .octa 0x8f68fcec1903da7f6d76739fe0553f1e 802*190c253dSEric Biggers 803*190c253dSEric Biggers /* x^1184 mod p(x)`, x^1216 mod p(x)`, x^1248 mod p(x)`, x^1280 mod p(x)` */ 804*190c253dSEric Biggers .octa 0x3f4840246791d588c133722b1fe0b5c3 805*190c253dSEric Biggers 806*190c253dSEric Biggers /* x^1056 mod p(x)`, x^1088 mod p(x)`, x^1120 mod p(x)`, x^1152 mod p(x)` */ 807*190c253dSEric Biggers .octa 0x34c96751b04de25a64b67ee0e55ef1f3 808*190c253dSEric Biggers 809*190c253dSEric Biggers /* x^928 mod p(x)`, x^960 mod p(x)`, x^992 mod p(x)`, x^1024 mod p(x)` */ 810*190c253dSEric Biggers .octa 0x156c8e180b4a395b069db049b8fdb1e7 811*190c253dSEric Biggers 812*190c253dSEric Biggers /* x^800 mod p(x)`, x^832 mod p(x)`, x^864 mod p(x)`, x^896 mod p(x)` */ 813*190c253dSEric Biggers .octa 0xe0b99ccbe661f7bea11bfaf3c9e90b9e 814*190c253dSEric Biggers 815*190c253dSEric Biggers /* x^672 mod p(x)`, x^704 mod p(x)`, x^736 mod p(x)`, x^768 mod p(x)` */ 816*190c253dSEric Biggers .octa 0x041d37768cd75659817cdc5119b29a35 817*190c253dSEric Biggers 818*190c253dSEric Biggers /* x^544 mod p(x)`, x^576 mod p(x)`, x^608 mod p(x)`, x^640 mod p(x)` */ 819*190c253dSEric Biggers .octa 0x3a0777818cfaa9651ce9d94b36c41f1c 820*190c253dSEric Biggers 821*190c253dSEric Biggers /* x^416 mod p(x)`, x^448 mod p(x)`, x^480 mod p(x)`, x^512 mod p(x)` */ 822*190c253dSEric Biggers .octa 0x0e148e8252377a554f256efcb82be955 823*190c253dSEric Biggers 824*190c253dSEric Biggers /* x^288 mod p(x)`, x^320 mod p(x)`, x^352 mod p(x)`, x^384 mod p(x)` */ 825*190c253dSEric Biggers .octa 0x9c25531d19e65ddeec1631edb2dea967 826*190c253dSEric Biggers 827*190c253dSEric Biggers /* x^160 mod p(x)`, x^192 mod p(x)`, x^224 mod p(x)`, x^256 mod p(x)` */ 828*190c253dSEric Biggers .octa 0x790606ff9957c0a65d27e147510ac59a 829*190c253dSEric Biggers 830*190c253dSEric Biggers /* x^32 mod p(x)`, x^64 mod p(x)`, x^96 mod p(x)`, x^128 mod p(x)` */ 831*190c253dSEric Biggers .octa 0x82f63b786ea2d55ca66805eb18b8ea18 832*190c253dSEric Biggers 833*190c253dSEric Biggers 834*190c253dSEric Biggers.barrett_constants: 835*190c253dSEric Biggers /* 33 bit reflected Barrett constant m - (4^32)/n */ 836*190c253dSEric Biggers .octa 0x000000000000000000000000dea713f1 /* x^64 div p(x)` */ 837*190c253dSEric Biggers /* 33 bit reflected Barrett constant n */ 838*190c253dSEric Biggers .octa 0x00000000000000000000000105ec76f1 839*190c253dSEric Biggers 840*190c253dSEric Biggers#define CRC_FUNCTION_NAME __crc32c_vpmsum 841*190c253dSEric Biggers#define REFLECT 842*190c253dSEric Biggers#include "crc-vpmsum-template.S" 843