max_stars_repo_path
stringlengths
4
261
max_stars_repo_name
stringlengths
6
106
max_stars_count
int64
0
38.8k
id
stringlengths
1
6
text
stringlengths
7
1.05M
oeis/080/A080121.asm
neoneye/loda-programs
11
179668
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A080121: a(n) is the smallest k > 0 such that n^2^k + (n+1)^2^k is prime, or -1 if no such k exists. ; Submitted by <NAME> ; 1,1,2,1,1,2,1,2,1,5 trn $0,1 pow $0,2 add $0,4 gcd $0,255 div $0,4 add $0,1
programs/oeis/324/A324128.asm
karttu/loda
1
7499
<filename>programs/oeis/324/A324128.asm ; A324128: a(n) = 2*n*Fibonacci(n) + (-1)^n + 1. ; 2,2,6,12,26,50,98,182,338,612,1102,1958,3458,6058,10558,18300,31586,54298,93026,158878,270602,459732,779286,1318222,2225666,3751250,6312438,10606572,17797418,29825282,49922402,83468678,139411778,232622148,387796318,645922550,1074985346,1787678458,2970700846,4933186908,8186732402,13577571562,22504800866,37280521582,61723968506,102141285300,168940695078,279294216862,461522589698,762316720802,1258626902502,2077231129548,3426933130298,5651526864338,9316897697378,15354224868950,25295360576306,41659623762468,68589260665966,112893199072838,185761050710402,305577155399242,502539702697246,826241260300092,1358106861788546,2231798423083450,3666681484658018,6022706408522302 mov $2,$0 gcd $2,2 cal $0,45925 ; a(n) = n*Fibonacci(n). mov $1,$0 add $1,$2 sub $1,2 mul $1,2 add $1,2
nxtmote/misc/src/libnxt/docs/reversing/samba.fw.asm
tinyos-io/tinyos-3.x-contrib
1
176646
samba.fw: file format binary Disassembly of section .data: 00000000 <.data>: /* * Interrupt vector */ 0: ea000013 b 0x54 /* Reset */ 4: eafffffe b 0x4 /* Illegal instruction */ 8: ea000054 b 0x160 /* SWI */ c: eafffffe b 0xc /* Prefetch Abort */ 10: eafffffe b 0x10 /* Data Abort */ 14: eafffffe b 0x14 /* (Reserved) */ 18: eafffffe b 0x18 /* IRQ */ 1c: e599820c ldr r8, [r9, #524] /* FIQ */ 20: e3a0d004 mov sp, #4 ; 0x4 24: e58bd128 str sp, [fp, #296] 28: e59ad04c ldr sp, [sl, #76] 2c: e59cd004 ldr sp, [ip, #4] 30: e21dd001 ands sp, sp, #1 ; 0x1 34: 125ef004 subnes pc, lr, #4 ; 0x4 38: e59ad03c ldr sp, [sl, #60] 3c: e21ddf80 ands sp, sp, #512 ; 0x200 40: 01cc80b0 streqh r8, [ip] 44: 11cc80b2 strneh r8, [ip, #2] 48: 13a0d001 movne sp, #1 ; 0x1 4c: 158cd004 strne sp, [ip, #4] 50: e25ef004 subs pc, lr, #4 ; 0x4 /* * Reset bootstrap */ /* Switch to FIQ mode and initialize banked registers */ 54: e10f0000 mrs r0, CPSR 58: e321f0d1 msr CPSR_c, #209 ; 0xd1 5c: e28f200c add r2, pc, #12 ; 0xc 60: e8921e00 ldmia r2, {r9, sl, fp, ip} 64: e3c00040 bic r0, r0, #64 ; 0x40 68: e121f000 msr CPSR_c, r0 6c: ea000003 b 0x80 70: fffcc000 swinv 0x00fcc000 74: fffff400 swinv 0x00fff400 78: fffff000 swinv 0x00fff000 7c: 00200f44 eoreq r0, r0, r4, asr #30 /* Initialize stack */ 80: e59fd0f4 ldr sp, [pc, #244] ; 0x17c /* Initialize flash controller */ 84: e3e010ff mvn r1, #255 /* Memory controller base */ 88: e59f00f0 ldr r0, [pc, #240] ; 0x180 8c: e5810060 str r0, [r1, #96] /* Try to use an external oscillator */ 90: e59f10ec ldr r1, [pc, #236] ; 0x184 94: e3a00002 mov r0, #2 ; 0x2 98: e5810020 str r0, [r1, #32] /* Set oscillator bypass */ 9c: e3a0002d mov r0, #45 ; 0x2d a0: e2500001 subs r0, r0, #1 ; 0x1 a4: 8afffffd bhi 0xa0 /* Wait for input to stabilize */ /* Test Main Clock Ready */ a8: e3a04b40 mov r4, #65536 ; 0x10000 ac: e5913024 ldr r3, [r1, #36] b0: e0043003 and r3, r4, r3 b4: e3530b40 cmp r3, #65536 ; 0x10000 b8: 0a000006 beq 0xd8 /* External oscillator configured */ /* Start Main Oscillator */ bc: e59f00c4 ldr r0, [pc, #196] ; 0x188 c0: e5810020 str r0, [r1, #32] c4: e3a04001 mov r4, #1 ; 0x1 c8: e5913068 ldr r3, [r1, #104] cc: e0043003 and r3, r4, r3 d0: e3530001 cmp r3, #1 ; 0x1 d4: 1afffffb bne 0xc8 /* Wait for Main Oscillator stabilized */ /* Set Main Clock to use Main Oscillator */ d8: e3a00001 mov r0, #1 ; 0x1 dc: e5810030 str r0, [r1, #48] /* Main clock, no divisor */ e0: e3a04008 mov r4, #8 ; 0x8 e4: e5913068 ldr r3, [r1, #104] e8: e0043003 and r3, r4, r3 ec: e3530008 cmp r3, #8 ; 0x8 f0: 1afffffb bne 0xe4 /* Wait for Master Clock ready */ /* Copy OS core to ram */ f4: e3a00000 mov r0, #0 ; 0x0 f8: e3a01d50 mov r1, #5120 ; 0x1400 fc: e3a02980 mov r2, #2097152 ; 0x200000 100: e490a004 ldr sl, [r0], #4 104: e482a004 str sl, [r2], #4 108: e1500001 cmp r0, r1 10c: 3afffffb bcc 0x100 /* Copy more stuff to RAM */ 110: e28f202c add r2, pc, #44 ; 0x2c 114: e892001b ldmia r2, {r0, r1, r3, r4} 118: e1500001 cmp r0, r1 11c: 0a000003 beq 0x130 120: e1510003 cmp r1, r3 124: 34902004 ldrcc r2, [r0], #4 128: 34812004 strcc r2, [r1], #4 12c: 3afffffb bcc 0x120 130: e3a02000 mov r2, #0 ; 0x0 134: e1530004 cmp r3, r4 138: 34832004 strcc r2, [r3], #4 13c: 3afffffc bcc 0x134 140: ea000003 b 0x154 144: 00200f2c eoreq /* */ 148: 00200f2c eoreq /* */ 14c: 00200f3c eoreq /* */ 150: 00200f84 eoreq /* */ /* Call the Boot0 additional bootstrap */ 154: e59f0030 ldr r0, [pc, #48] ; 0x18c 158: e1a0e00f mov lr, pc 15c: e12fff10 bx r0 /* Call into Main, the OS bootup sequence. */ 160: e59f0028 ldr r0, [pc, #40] ; 0x190 164: e1a0e00f mov lr, pc 168: e12fff10 bx r0 /* Crash if Main returns. */ 16c: eafffffe b 0x16c /* Branch to something else, dunno what yet. */ 170: e59fe01c ldr lr, [pc, #28] ; 0x194 174: e12fff10 bx r0 178: eafffffe b 0x178 17c: 00202000 /* Stack pointer address */ 180: 00340100 /* Initial flash controller mode */ 184: fffffc00 /* Power Mgmt Controller base*/ 188: 00004001 /* Oscillator configuration */ 18c: 0020038d /* Address of Boot0 */ 190: 00200c9b /* Address of Main */ 194: 00200160 /* Address of ??? */ 198: b4104998 ldrlt r4, [r0], #-2456 19c: 60882001 addvs r2, r8, r1 1a0: 22004897 andcs r4, r0, #9895936 ; 0x970000 1a4: 20016082 andcs r6, r1, r2, lsl #1 1a8: 42430280 submi r0, r3, #8 ; 0x8 1ac: 48956158 ldmmiia r5, {r3, r4, r6, r8, sp, lr} 1b0: 62812104 addvs r2, r1, #1 ; 0x1 1b4: 68446804 stmvsda r4, {r2, fp, sp, lr}^ 1b8: 009c6302 addeqs r6, ip, r2, lsl #6 1bc: 4a9160a2 bmi 0xfe45844c 1c0: 60513240 subvss r3, r1, r0, asr #4 1c4: 4a906241 bmi 0xfe418ad0 1c8: 605001c8 subvss r0, r0, r8, asr #3 1cc: bc106159 ldflts f6, [r0], {89} 1d0: b4f04770 ldrltbt r4, [r0], #1904 1d4: 6843488d stmvsda r3, {r0, r2, r3, r7, fp, lr}^ 1d8: 2504488b strcs r4, [r4, #-2187] 1dc: 3c401c04 mcrrcc 12, 0, r1, r0, cr4 1e0: 2b002201 blcs 0x89ec 1e4: d11d498a tstle sp, sl, lsl #19 1e8: 610b424b tstvs fp, fp, asr #4 1ec: 0c034e84 stceq 14, cr4, [r3], {132} 1f0: 4b8260b3 blmi 0xfe0984c4 1f4: 1c0b605a stcne 0, cr6, [fp], {90} 1f8: 0253611d subeqs r6, r3, #1073741831 ; 0x40000007 1fc: 60236163 eorvs r6, r3, r3, ror #2 200: 6306424e tstvs r6, #-536870908 ; 0xe0000004 204: 4f836066 swimi 0x00836066 208: 60fe1306 rscvss r1, lr, r6, lsl #6 20c: 008f2620 addeq r2, pc, r0, lsr #12 210: 4e7c60be mrcmi 0, 3, r6, cr12, cr14, {5} 214: 60353640 eorvss r3, r5, r0, asr #12 218: 62354e7a eorvss r4, r5, #1952 ; 0x7a0 21c: 600368c6 andvs r6, r3, r6, asr #17 220: 605a4b7a subvss r4, sl, sl, ror fp 224: 685e4b79 ldmvsda lr, {r0, r3, r4, r5, r6, r8, r9, fp, lr}^ 228: 37084f78 smlsdxcc r8, r8, pc, r4 22c: d1692e01 cmnle r9, r1, lsl #28 230: 1c3c6878 ldcne 8, cr6, [ip], #-480 234: d0642800 rsble r2, r4, r0, lsl #16 238: 1c3d8860 ldcne 8, cr8, [sp], #-384 23c: 1b40882d blne 0x10222f8 240: 4d730400 cfldrdmi mvd0, [r3] 244: 27ad0c00 strcs r0, [sp, r0, lsl #24]! 248: 354000ff strccb r0, [r0, #-255] 24c: 801842b8 ldrhih r4, [r8], -r8 250: d2464e71 suble r4, r6, #1808 ; 0x710 254: d2012888 andle r2, r1, #8912896 ; 0x880000 258: e0234870 eor r4, r3, r0, ror r8 25c: 3a881c02 bcc 0xfe20726c 260: d2012a48 andle r2, r1, #294912 ; 0x48000 264: e01d486e ands r4, sp, lr, ror #16 268: 3ad01c02 bcc 0xff407278 26c: d2012ad0 andle r2, r1, #851968 ; 0xd0000 270: e017486c ands r4, r7, ip, ror #16 274: 3aff1c02 bcc 0xfffc7284 278: 2a883aa1 bcs 0xfe20ed04 27c: 486ad201 stmmida sl!, {r0, r9, ip, lr, pc}^ 280: 2245e010 subcs lr, r5, #16 ; 0x10 284: 27ff00d2 undefined 288: 1a8237e9 bne 0xfe08e234 28c: d20142ba andle r4, r1, #-1610612725 ; 0xa000000b 290: e0074866 and r4, r7, r6, ror #16 294: 01122241 tsteq r2, r1, asr #4 298: 22ff1a80 rsccss r1, pc, #524288 ; 0x80000 29c: 42903259 addmis r3, r0, #-1879048187 ; 0x90000005 2a0: 4863d201 stmmida r3!, {r0, r9, ip, lr, pc}^ 2a4: 200062c8 andcs r6, r0, r8, asr #5 2a8: 07526aaa ldreqb r6, [r2, -sl, lsr #21] 2ac: 1c02d403 cfstrsne mvf13, [r2], {3} 2b0: 42b23001 adcmis r3, r2, #1 ; 0x1 2b4: 2009d3f8 strcsd sp, [r9], -r8 2b8: 20006308 andcs r6, r0, r8, lsl #6 2bc: 07126aaa ldreq r6, [r2, -sl, lsr #21] 2c0: 1c02d403 cfstrsne mvf13, [r2], {3} 2c4: 42b23001 adcmis r3, r2, #1 ; 0x1 2c8: 200bd3f8 strcsd sp, [fp], -r8 2cc: 20006308 andcs r6, r0, r8, lsl #6 2d0: 07096aa9 streq r6, [r9, -r9, lsr #21] 2d4: 1c01d403 cfstrsne mvf13, [r1], {3} 2d8: 42b13001 adcmis r3, r1, #1 ; 0x1 2dc: 2002d3f8 strcsd sp, [r2], -r8 2e0: 630ae00c tstvs sl, #12 ; 0xc 2e4: 6aaa2000 bvs 0xfea882ec 2e8: d4030712 strle r0, [r3], #-1810 2ec: 30011c02 andcc r1, r1, r2, lsl #24 2f0: d3f842b2 mvnles r4, #536870923 ; 0x2000000b 2f4: 0200203f andeq r2, r0, #63 ; 0x3f 2f8: 200362c8 andcs r6, r3, r8, asr #5 2fc: 20006058 andcs r6, r0, r8, asr r0 300: e0406060 sub r6, r0, r0, rrx 304: 6859e7ff ldmvsda r9, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, sp, lr, pc}^ 308: d10a2902 tstle sl, r2, lsl #18 30c: 28006878 stmcsda r0, {r3, r4, r5, r6, fp, sp, lr} 310: 8878d039 ldmhida r8!, {r0, r3, r4, r5, ip, lr, pc}^ 314: 1a408839 bne 0x1022400 318: 20008018 andcs r8, r0, r8, lsl r0 31c: 20036078 andcs r6, r3, r8, ror r0 320: 6859e02c ldmvsda r9, {r2, r3, r5, sp, lr, pc}^ 324: d1102903 tstle r0, r3, lsl #18 328: 63010249 tstvs r1, #-1879048188 ; 0x90000004 32c: 48396061 ldmmida r9!, {r0, r5, r6, sp, lr} 330: 600121ac andvs r2, r1, ip, lsr #3 334: 31408819 cmpcc r0, r9, lsl r8 338: 620109c9 andvs r0, r1, #3293184 ; 0x324000 33c: 01892123 orreq r2, r9, r3, lsr #2 340: 21506041 cmpcs r0, r1, asr #32 344: 605d6001 subvss r6, sp, r1 348: 6858e01d ldmvsda r8, {r0, r2, r3, r4, sp, lr, pc}^ 34c: d11a2804 tstle sl, r4, lsl #16 350: 69484930 stmvsdb r8, {r4, r5, r8, fp, lr}^ 354: 0f400600 swieq 0x00400600 358: 6988d004 stmvsib r8, {r2, ip, lr, pc} 35c: 300120ff strccd r2, [r1], -pc 360: e00f6008 and r6, pc, r8 364: 07c06948 streqb r6, [r0, r8, asr #18] 368: 6988d50d stmvsib r8, {r0, r2, r3, r8, sl, ip, lr, pc} 36c: d1072823 tstle r7, r3, lsr #16 370: 07806948 streq r6, [r0, r8, asr #18] 374: 203ed5fc ldrcssh sp, [lr], -ip 378: 200561c8 andcs r6, r5, r8, asr #3 37c: e0026058 and r6, r2, r8, asr r0 380: d0002880 andle r2, r0, r0, lsl #17 384: 6858605a ldmvsda r8, {r1, r3, r4, r6, sp, lr}^ 388: 4770bcf0 undefined 38c: 4829b510 stmmida r9!, {r4, r8, sl, ip, sp, pc} 390: 2400491f strcs r4, [r0], #-2335 394: 4a1e62c8 bmi 0x798ebc 398: 32404b1f subcc r4, r0, #31744 ; 0x7c00 39c: 07406a90 undefined 3a0: 1c20d403 cfstrsne mvf13, [r0], #-12 3a4: 42983401 addmis r3, r8, #16777216 ; 0x1000000 3a8: 2001d3f8 strcsd sp, [r1], -r8 3ac: 03c04a22 biceq r4, r0, #139264 ; 0x22000 3b0: 4a216050 bmi 0x8584f8 3b4: 3a404821 bcc 0x1012440 3b8: 48166090 ldmmida r6, {r4, r7, sp, lr} 3bc: 68003040 stmvsda r0, {r6, ip, sp} 3c0: 42904a1f addmis r4, r0, #126976 ; 0x1f000 3c4: 2080d009 addcs sp, r0, r9 3c8: 01006008 tsteq r0, r8 3cc: 490e6108 stmmidb lr, {r3, r8, sp, lr} 3d0: 39400140 stmccdb r0, {r6, r8}^ 3d4: 61086008 tstvs r8, r8 3d8: 490c6348 stmmidb ip, {r3, r6, r8, r9, sp, lr} 3dc: 31082000 tstcc r8, r0 3e0: 80488008 subhi r8, r8, r8 3e4: 48176048 ldmmida r7, {r3, r6, sp, lr} 3e8: f92bf000 stmnvdb fp!, {ip, sp, lr, pc} 3ec: 48174916 ldmmida r7, {r1, r2, r4, r8, fp, lr} 3f0: fb2bf000 blx 0xafc3fa 3f4: bc08bc10 stclt 12, cr11, [r8], {16} 3f8: 00004718 andeq r4, r0, r8, lsl r7 3fc: fffcc000 swinv 0x00fcc000 400: fffcc200 swinv 0x00fcc200 404: fffff100 swinv 0x00fff100 408: fffff440 swinv 0x00fff440 40c: 00200f3c eoreq r0, r0, ip, lsr pc 410: fffffc00 swinv 0x00fffc00 414: fffff200 swinv 0x00fff200 418: 000f4240 andeq r4, pc, r0, asr #4 41c: 004f3f01 subeq r3, pc, r1, lsl #30 420: 00273f01 eoreq r3, r7, r1, lsl #30 424: 001a3f01 andeqs r3, sl, r1, lsl #30 428: 001abf01 andeqs fp, sl, r1, lsl #30 42c: 00093f01 andeq r3, r9, r1, lsl #30 430: 0009bf01 andeq fp, r9, r1, lsl #30 434: 10483f0e subne r3, r8, lr, lsl #30 438: fffffd40 swinv 0x00fffd40 43c: a5000401 strge r0, [r0, #-1025] 440: 27080340 strcs r0, [r8, -r0, asr #6] 444: 00200f64 eoreq r0, r0, r4, ror #30 448: fffb0000 swinv 0x00fb0000 44c: 00200f6c eoreq r0, r0, ip, ror #30 450: 40480200 submi r0, r8, r0, lsl #4 454: 21004ab3 strcsh r4, [r0, -r3] 458: d5020403 strle r0, [r2, #-1027] 45c: 40500040 submis r0, r0, r0, asr #32 460: 0040e000 subeq lr, r0, r0 464: 04093101 streq r3, [r9], #-257 468: 0c000400 cfstrseq mvf0, [r0], {0} 46c: 29080c09 stmcsdb r8, {r0, r3, sl, fp} 470: 4770d3f2 undefined 474: 694a49ac stmvsdb sl, {r2, r3, r5, r7, r8, fp, lr}^ 478: d5fc0792 ldrleb r0, [ip, #1938]! 47c: 477061c8 ldrmib r6, [r0, -r8, asr #3]! 480: 49a948aa stmmiib r9!, {r1, r3, r5, r7, fp, lr} 484: 3801e000 stmccda r1, {sp, lr, pc} 488: 07d2694a ldreqb r6, [r2, sl, asr #18] 48c: 2800d402 stmcsda r0, {r1, sl, ip, lr, pc} 490: e005d1f9 strd sp, [r5], -r9 494: d0032800 andle r2, r3, r0, lsl #16 498: 06006988 streq r6, [r0], -r8, lsl #19 49c: 47700e00 ldrmib r0, [r0, -r0, lsl #28]! 4a0: 200149a3 andcs r4, r1, r3, lsr #19 4a4: 20ff7048 rsccss r7, pc, r8, asr #32 4a8: b5f34770 ldrltb r4, [r3, #1904]! 4ac: 26001c0f strcs r1, [r0], -pc, lsl #24 4b0: e01e2400 ands r2, lr, r0, lsl #8 4b4: ffe4f7ff swinv 0x00e4f7ff 4b8: 1c054a9d stcne 10, cr4, [r5], {157} 4bc: 28007850 stmcsda r0, {r4, r6, fp, ip, sp, lr} 4c0: 2001d003 andcs sp, r1, r3 4c4: bc08bcfc stclt 12, cr11, [r8], {252} 4c8: 1c314718 ldcne 7, cr4, [r1], #-96 4cc: f7ff1c28 ldrnvb r1, [pc, r8, lsr #24]! 4d0: 4a97ffbf bmi 0xfe6003d4 4d4: 78111c06 ldmvcda r1, {r1, r2, sl, fp, ip} 4d8: 43086850 tstmi r8, #5242880 ; 0x500000 4dc: 9800d008 stmlsda r0, {r3, ip, lr, pc} 4e0: 30017005 andcc r7, r1, r5 4e4: 2f809000 swics 0x00809000 4e8: 6850d102 ldmvsda r0, {r1, r8, ip, lr, pc}^ 4ec: 60503801 subvss r3, r0, r1, lsl #16 4f0: 42bc3401 adcmis r3, ip, #16777216 ; 0x1000000 4f4: 1c30d3de ldcne 3, cr13, [r0], #-888 4f8: b5f8e7e4 ldrltb lr, [r8, #2020]! 4fc: 20001c06 andcs r1, r0, r6, lsl #24 500: 1c0c4f8b stcne 15, cr4, [ip], {139} 504: 70782900 rsbvcs r2, r8, r0, lsl #18 508: 2101d102 tstcs r1, r2, lsl #2 50c: e0017039 and r7, r1, r9, lsr r0 510: 7038607c eorvcs r6, r8, ip, ror r0 514: d0030661 andle r0, r3, r1, ror #12 518: 31801c21 orrcc r1, r0, r1, lsr #24 51c: 01e409cc mvneq r0, ip, asr #19 520: f7ff2500 ldrnvb r2, [pc, r0, lsl #10]! 524: 4f82ffad swimi 0x0082ffad 528: 29007879 stmcsdb r0, {r0, r3, r4, r5, r6, fp, ip, sp, lr} 52c: 2000d00b andcs sp, r0, fp 530: f7ff7078 undefined 534: 7879ffa5 ldmvcda r9!, {r0, r2, r5, r7, r8, r9, sl, fp, ip, sp, lr, pc}^ 538: d0042900 andle r2, r4, r0, lsl #18 53c: 70782000 rsbvcs r2, r8, r0 540: bc08bcf8 stclt 12, cr11, [r8], {248} 544: 28154718 ldmcsda r5, {r3, r4, r8, r9, sl, lr} 548: 2843d005 stmcsda r3, {r0, r2, ip, lr, pc}^ 54c: 2871d003 ldmcsda r1!, {r0, r1, ip, lr, pc}^ 550: 2d00d0f6 stccs 0, cr13, [r0, #-984] 554: 2700d0e5 strcs sp, [r0, -r5, ror #1] 558: 1c292501 cfstr32ne mvfx2, [r9], #-4 55c: f0001c30 andnv r1, r0, r0, lsr ip 560: 4973f878 ldmmidb r3!, {r3, r4, r5, r6, fp, ip, sp, lr, pc}^ 564: 78490600 stmvcda r9, {r9, sl}^ 568: 29000e00 stmcsdb r0, {r9, sl, fp} 56c: 4970d003 ldmmidb r0!, {r0, r1, ip, lr, pc}^ 570: 70482000 subvc r2, r8, r0 574: 2804e7e4 stmcsda r4, {r2, r5, r6, r7, r8, r9, sl, sp, lr, pc} 578: 2806d003 stmcsda r6, {r0, r1, ip, lr, pc} 57c: 2815d00b ldmcsda r5, {r0, r1, r3, ip, lr, pc} 580: 2700d001 strcs sp, [r0, -r1] 584: 2c0043ff stccs 3, cr4, [r0], {255} 588: 2004d10b andcs sp, r4, fp, lsl #2 58c: ff72f7ff swinv 0x0072f7ff 590: ff76f7ff swinv 0x0076f7ff 594: 3501e007 strcc lr, [r1, #-7] 598: 0e2d062d cfmadda32eq mvax1, mvax0, mvfx13, mvfx13 59c: 36803c80 strcc r3, [r0], r0, lsl #25 5a0: 2f00e7f1 swics 0x0000e7f1 5a4: 4962d0d9 stmmidb r2!, {r0, r3, r4, r6, r7, ip, lr, pc}^ 5a8: 70082000 andvc r2, r8, r0 5ac: b5f8e7c8 ldrltb lr, [r8, #1992]! 5b0: 485e1c06 ldmmida lr, {r1, r2, sl, fp, ip}^ 5b4: 90004a5e andls r4, r0, lr, asr sl 5b8: 27642000 strcsb r2, [r4, -r0]! 5bc: 24002501 strcs r2, [r0], #-1281 5c0: 70502900 subvcs r2, r0, r0, lsl #18 5c4: 2001d101 andcs sp, r1, r1, lsl #2 5c8: 4a59e002 bmi 0x16785d8 5cc: 60512000 subvss r2, r1, r0 5d0: 20437010 subcs r7, r3, r0, lsl r0 5d4: ff4ef7ff swinv 0x004ef7ff 5d8: 98004a53 stmlsda r0, {r0, r1, r4, r6, r9, fp, lr} 5dc: 3801e000 stmccda r1, {sp, lr, pc} 5e0: 07c96951 undefined 5e4: 2800d402 stmcsda r0, {r1, sl, ip, lr, pc} 5e8: e001d1f9 strd sp, [r1], -r9 5ec: d1042800 tstle r4, r0, lsl #16 5f0: d1ee3f01 mvnle r3, r1, lsl #30 5f4: bc08bcf8 stclt 12, cr11, [r8], {248} 5f8: 4f4d4718 swimi 0x004d4718 5fc: ff40f7ff swinv 0x0040f7ff 600: 29007879 stmcsdb r0, {r0, r3, r4, r5, r6, fp, ip, sp, lr} 604: 2801d112 stmcsda r1, {r1, r4, r8, ip, lr, pc} 608: 2804d009 stmcsda r4, {r0, r3, ip, lr, pc} 60c: 2006d104 andcs sp, r6, r4, lsl #2 610: ff30f7ff swinv 0x0030f7ff 614: d0f12c00 rscles r2, r1, r0, lsl #24 618: 70382000 eorvcs r2, r8, r0 61c: 1c29e7ea stcne 7, cr14, [r9], #-936 620: f0001c30 andnv r1, r0, r0, lsr ip 624: 7879f848 ldmvcda r9!, {r3, r6, fp, ip, sp, lr, pc}^ 628: d0022900 andle r2, r2, r0, lsl #18 62c: 70782000 rsbvcs r2, r8, r0 630: 2800e7e0 stmcsda r0, {r5, r6, r7, r8, r9, sl, sp, lr, pc} 634: 3501d1f0 strcc sp, [r1, #-496] 638: 0e2d062d cfmadda32eq mvax1, mvax0, mvfx13, mvfx13 63c: 34803680 strcc r3, [r0], #1664 640: 493ce7dc ldmmidb ip!, {r2, r3, r4, r6, r7, r8, r9, sl, sp, lr, pc} 644: 60014a3a andvs r4, r1, sl, lsr sl 648: 6041493b subvs r4, r1, fp, lsr r9 64c: 70512100 subvcs r2, r1, r0, lsl #2 650: b5f04770 ldrltb r4, [r0, #1904]! 654: 1c0c1c07 stcne 12, cr1, [ip], {7} 658: 20012600 andcs r2, r1, r0, lsl #12 65c: ff0af7ff swinv 0x000af7ff 660: f7ff1c20 ldrnvb r1, [pc, r0, lsr #24]! 664: 43e0ff07 mvnmi pc, #28 ; 0x1c 668: 0e000600 cfmadd32eq mvax0, mvfx0, mvfx0, mvfx0 66c: ff02f7ff swinv 0x0002f7ff 670: 492f2500 stmmidb pc!, {r8, sl, sp} 674: 6848780a stmvsda r8, {r1, r3, fp, ip, sp, lr}^ 678: d0044302 andle r4, r4, r2, lsl #6 67c: 3701783c smladxcc r1, ip, r8, r7 680: 60483801 subvs r3, r8, r1, lsl #16 684: 2400e000 strcs lr, [r0] 688: f7ff1c20 ldrnvb r1, [pc, r0, lsr #24]! 68c: 1c31fef3 ldcne 14, cr15, [r1], #-972 690: f7ff1c20 ldrnvb r1, [pc, r0, lsr #24]! 694: 1c06fedd stcne 14, cr15, [r6], {221} 698: 2d803501 cfstr32cs mvfx3, [r0, #4] 69c: 0a30dbe9 beq 0xc37648 6a0: fee8f7ff mcr2 7, 7, pc, cr8, cr15, {7} 6a4: 0e000630 cfmadd32eq mvax1, mvfx0, mvfx0, mvfx0 6a8: fee4f7ff mcr2 7, 7, pc, cr4, cr15, {7} 6ac: fee8f7ff mcr2 7, 7, pc, cr8, cr15, {7} 6b0: bc08bcf0 stclt 12, cr11, [r8], {240} 6b4: b5f84718 ldrltb r4, [r8, #1816]! 6b8: 1c0c1c05 stcne 12, cr1, [ip], {5} 6bc: 46682102 strmibt r2, [r8], -r2, lsl #2 6c0: fef3f7ff mrc2 7, 7, pc, cr3, cr15, {7} 6c4: 1c282180 stfnes f2, [r8], #-512 6c8: feeff7ff mcr2 7, 7, pc, cr15, cr15, {7} 6cc: 1c064918 stcne 9, cr4, [r6], {24} 6d0: 25007848 strcs r7, [r0, #-2120] 6d4: 280043ed stmcsda r0, {r0, r2, r3, r5, r6, r7, r8, r9, lr} 6d8: f7ffd10b ldrnvb sp, [pc, fp, lsl #2]! 6dc: 0207fed1 andeq pc, r7, #3344 ; 0xd10 6e0: fecef7ff mcr2 7, 6, pc, cr14, cr15, {7} 6e4: 19c04912 stmneib r0, {r1, r4, r8, fp, lr}^ 6e8: 04007849 streq r7, [r0], #-2121 6ec: 29010c00 stmcsdb r1, {sl, fp} 6f0: 1c28d103 stfned f5, [r8], #-12 6f4: bc08bcf8 stclt 12, cr11, [r8], {248} 6f8: 42b04718 adcmis r4, r0, #6291456 ; 0x600000 6fc: ab00d109 blge 0x34b28 700: 42a07818 adcmi r7, r0, #1572864 ; 0x180000 704: 7858d105 ldmvcda r8, {r0, r2, r8, ip, lr, pc}^ 708: 060943e1 streq r4, [r9], -r1, ror #7 70c: 42880e09 addmi r0, r8, #144 ; 0x90 710: 2018d003 andcss sp, r8, r3 714: feaef7ff mcr2 7, 5, pc, cr14, cr15, {7} 718: 2006e7eb andcs lr, r6, fp, ror #15 71c: feaaf7ff mcr2 7, 5, pc, cr10, cr15, {7} 720: e7e72000 strb r2, [r7, r0]! 724: 00001021 andeq r1, r0, r1, lsr #32 728: fffff200 swinv 0x00fff200 72c: 00186a00 andeqs r6, r8, r0, lsl #20 730: 00200f4c eoreq r0, r0, ip, asr #30 734: 002004fb streqd r0, [r0], -fp 738: 002005af eoreq r0, r0, pc, lsr #11 73c: 22206b01 eorcs r6, r0, #1024 ; 0x400 740: 63014311 tstvs r1, #1140850688 ; 0x44000000 744: 07096b01 streq r6, [r9, -r1, lsl #22] 748: 6b01d5fc blvs 0x75f40 74c: 43912228 orrmis r2, r1, #-2147483646 ; 0x80000002 750: 6b016301 blvs 0x5935c 754: d1fc4011 mvnles r4, r1, lsl r0 758: 6b014770 blvs 0x52520 75c: 43112210 tstmi r1, #1 ; 0x1 760: 6b016301 blvs 0x5936c 764: d5fc07c9 ldrleb r0, [ip, #1993]! 768: 08496b01 stmeqda r9, {r0, r8, r9, fp, sp, lr}^ 76c: 63010049 tstvs r1, #73 ; 0x49 770: 07c96b01 streqb r6, [r9, r1, lsl #22] 774: 4770d4fc undefined 778: 2508b470 strcs fp, [r8, #-1136] 77c: 1c2c2610 stcne 6, cr2, [ip], #-64 780: d2002a08 andle r2, r0, #32768 ; 0x8000 784: 1b121c14 blne 0x4877dc 788: 780be002 stmvcda fp, {r1, sp, lr, pc} 78c: 65033101 strvs r3, [r3, #-257] 790: d2fa3c01 rscles r3, sl, #256 ; 0x100 794: 07db6b03 ldreqb r6, [fp, r3, lsl #22] 798: 6b03d506 blvs 0xf5bb8 79c: 005b085b subeqs r0, fp, fp, asr r8 7a0: 6b036303 blvs 0xd93b4 7a4: d4fc07db ldrlebt r0, [ip], #2011 7a8: 43336b03 teqmi r3, #3072 ; 0xc00 7ac: 6b036303 blvs 0xd93c0 7b0: d505079c strle r0, [r5, #-1948] 7b4: 22026b01 andcs r6, r2, #1024 ; 0x400 7b8: 63014391 tstvs r1, #1140850690 ; 0x44000002 7bc: 4770bc70 undefined 7c0: d5f407db ldrleb r0, [r4, #2011]! 7c4: d1da2a00 bicles r2, sl, r0, lsl #20 7c8: 07c96b01 streqb r6, [r9, r1, lsl #22] 7cc: 6b01d5f6 blvs 0x75fac 7d0: 00490849 subeq r0, r9, r9, asr #16 7d4: 6b016301 blvs 0x593e0 7d8: d4fc07c9 ldrlebt r0, [ip], #1993 7dc: b5f8e7ee ldrltb lr, [r8, #2030]! 7e0: 6b216804 blvs 0x85a7f8 7e4: d56f0749 strleb r0, [pc, #-1865]! ; 0xa3 7e8: 060a6d21 streq r6, [sl], -r1, lsr #26 7ec: 0e126d21 cdpeq 13, 1, cr6, cr2, cr1, {1} 7f0: 0e1b060b cfmsub32eq mvax0, mvfx0, mvfx11, mvfx11 7f4: 469c6d21 ldrmi r6, [ip], r1, lsr #26 7f8: 6d230609 stcvs 6, cr0, [r3, #-36]! 7fc: 021b0e09 andeqs r0, fp, #144 ; 0x90 800: 040d4319 streq r4, [sp], #-793 804: 0c2d6d21 stceq 13, cr6, [sp], #-132 808: 6d230609 stcvs 6, cr0, [r3, #-36]! 80c: 021b0e09 andeqs r0, fp, #144 ; 0x90 810: 040e4319 streq r4, [lr], #-793 814: 0c366d21 ldceq 13, cr6, [r6], #-132 818: 6d230609 stcvs 6, cr0, [r3, #-36]! 81c: 021b0e09 andeqs r0, fp, #144 ; 0x90 820: 04094319 streq r4, [r9], #-793 824: 06130c09 ldreq r0, [r3], -r9, lsl #24 828: 6b23d506 blvs 0x8f5c48 82c: 433b2780 teqmi fp, #33554432 ; 0x2000000 830: 6b236323 blvs 0x8d94c4 834: d5fc061b ldrleb r0, [ip, #1563]! 838: 27046b23 strcs r6, [r4, -r3, lsr #22] 83c: 632343bb teqvs r3, #-335544318 ; 0xec000002 840: 075b6b23 ldreqb r6, [fp, -r3, lsr #22] 844: 4663d4fc undefined 848: 431a021b tstmi sl, #-1342177279 ; 0xb0000001 84c: 27004bc1 strcs r4, [r0, -r1, asr #23] 850: d06a429a strleb r4, [sl], #-42 854: 23ffdc23 mvncss sp, #8960 ; 0x2300 858: 429a3302 addmis r3, sl, #134217728 ; 0x8000000 85c: dc12d040 ldcle 0, cr13, [r2], {64} 860: d0632a80 rsble r2, r3, r0, lsl #21 864: d0612a81 rsble r2, r1, r1, lsl #21 868: d1712a82 cmnle r1, r2, lsl #21 86c: 801fab00 andhis sl, pc, r0, lsl #22 870: 07306861 ldreq r6, [r0, -r1, ror #16]! 874: 07890f00 streq r0, [r9, r0, lsl #30] 878: 2803d56b stmcsda r3, {r0, r1, r3, r5, r6, r8, sl, ip, lr, pc} 87c: 0080d869 addeq sp, r0, r9, ror #16 880: 6b001900 blvs 0x6c88 884: 23ffe07b mvncss lr, #123 ; 0x7b 888: 429a3303 addmis r3, sl, #201326592 ; 0xc000000 88c: 2303d06d tstcs r3, #109 ; 0x6d 890: 429a021b addmis r0, sl, #-1342177279 ; 0xb0000001 894: 3301d05c tstcc r1, #92 ; 0x5c 898: d021429a mlale r1, sl, r2, r4 89c: 2309e058 tstcs r9, #88 ; 0x58 8a0: 2602021b undefined 8a4: d042429a umaalle r4, r2, sl, r2 8a8: 2305dc0f tstcs r5, #3840 ; 0xf00 8ac: 429a021b addmis r0, sl, #-1342177279 ; 0xb0000001 8b0: 230dd02c tstcs sp, #44 ; 0x2c 8b4: 429a01db addmis r0, sl, #-1073741770 ; 0xc0000036 8b8: 2311d013 tstcs r1, #19 ; 0x13 8bc: 429a01db addmis r0, sl, #-1073741770 ; 0xc0000036 8c0: 2201d146 andcs sp, r1, #-2147483631 ; 0x80000011 8c4: e0991d01 adds r1, r9, r1, lsl #26 8c8: 4ba3e02c blmi 0xfe8f8980 8cc: d06a429a strleb r4, [sl], #-42 8d0: 429a4ba2 addmis r4, sl, #165888 ; 0x28800 8d4: 4ba1d068 blmi 0xfe874a7c 8d8: 429a3380 addmis r3, sl, #2 ; 0x2 8dc: 7145d138 cmpvc r5, r8, lsr r1 8e0: 1c28e083 stcne 0, cr14, [r8], #-524 8e4: 380138ff stmccda r1, {r0, r1, r2, r3, r4, r5, r6, r7, fp, ip, sp} 8e8: 2212d105 andcss sp, r2, #1073741825 ; 0x40000001 8ec: d8002912 stmleda r0, {r1, r4, r8, fp, sp} 8f0: 499b1c0a ldmmiib fp, {r1, r3, sl, fp, ip} 8f4: 2001e082 andcs lr, r1, r2, lsl #1 8f8: 42850240 addmi r0, r5, #4 ; 0x4 8fc: 2243d128 subcs sp, r3, #10 ; 0xa 900: d8002943 stmleda r0, {r0, r1, r6, r8, fp, sp} 904: 49961c0a ldmmiib r6, {r1, r3, sl, fp, ip} 908: e0773112 rsbs r3, r7, r2, lsl r1 90c: f7ff1c20 ldrnvb r1, [pc, r0, lsr #24]! 910: 20ffff24 rsccss pc, pc, r4, lsr #30 914: 43283001 teqmi r8, #1 ; 0x1 918: 200160a0 andcs r6, r1, r0, lsr #1 91c: d1002d00 tstle r0, r0, lsl #26 920: 60602000 rsbvs r2, r0, r0 924: bc08bcf8 stclt 12, cr11, [r8], {248} 928: e0304718 eors r4, r0, r8, lsl r7 92c: 7105e01e tstvc r5, lr, lsl r0 930: f7ff1c20 ldrnvb r1, [pc, r0, lsr #24]! 934: 2d00ff12 stccs 15, cr15, [r0, #-72] 938: 2601d100 strcs sp, [r1], -r0, lsl #2 93c: 20416066 subcs r6, r1, r6, rrx 940: 2d000240 sfmcs f0, 4, [r0, #-256] 944: 2000d100 andcs sp, r0, r0, lsl #2 948: 20436360 subcs r6, r3, r0, ror #6 94c: e0010240 and r0, r1, r0, asr #4 950: e00ee058 and lr, lr, r8, asr r0 954: d1002d00 tstle r0, r0, lsl #26 958: 63a02000 movvs r2, #0 ; 0x0 95c: 02002085 andeq r2, r0, #133 ; 0x85 960: d1002d00 tstle r0, r0, lsl #26 964: 63e02000 mvnvs r2, #0 ; 0x0 968: e01ee7dc ldrsb lr, [lr], -ip 96c: 801fab00 andhis sl, pc, r0, lsl #22 970: 6861e00a stmvsda r1!, {r1, r3, sp, lr, pc}^ 974: d54507c9 strleb r0, [r5, #-1993] 978: d1432800 cmple r3, r0, lsl #16 97c: 04006b20 streq r6, [r0], #-2848 980: 300117c0 andcc r1, r1, r0, asr #15 984: 8018ab00 andhis sl, r8, r0, lsl #22 988: 46692202 strmibt r2, [r9], -r2, lsl #4 98c: 0730e036 undefined 990: 2d000f00 stccs 15, cr0, [r0] 994: 2800d136 stmcsda r0, {r1, r2, r4, r5, r8, ip, lr, pc} 998: 2803d034 stmcsda r3, {r2, r4, r5, ip, lr, pc} 99c: 0080d832 addeq sp, r0, r2, lsr r8 9a0: 63071900 tstvs r7, #0 ; 0x0 9a4: e01ae021 ands lr, sl, r1, lsr #32 9a8: 0730e023 ldreq lr, [r0, -r3, lsr #32]! 9ac: 2d000f00 stccs 15, cr0, [r0] 9b0: 2800d128 stmcsda r0, {r3, r5, r8, ip, lr, pc} 9b4: 2803d026 stmcsda r3, {r1, r2, r5, ip, lr, pc} 9b8: 2801d824 stmcsda r1, {r2, r5, fp, ip, lr, pc} 9bc: 2041d103 subcs sp, r1, r3, lsl #2 9c0: 63600240 cmnvs r0, #4 ; 0x4 9c4: 2802e011 stmcsda r2, {r0, r4, sp, lr, pc} 9c8: 2043d103 subcs sp, r3, r3, lsl #2 9cc: 63a00240 movvs r0, #4 ; 0x4 9d0: 2803e00b stmcsda r3, {r0, r1, r3, sp, lr, pc} 9d4: 2085d109 addcs sp, r5, r9, lsl #2 9d8: 63e00200 mvnvs r0, #0 ; 0x0 9dc: 6b20e005 blvs 0x8389f8 9e0: d5fc0780 ldrleb r0, [ip, #1920]! 9e4: 43b06b20 movmis r6, #32768 ; 0x8000 9e8: 1c206320 stcne 3, cr6, [r0], #-128 9ec: feb5f7ff mrc2 7, 5, pc, cr5, cr15, {7} 9f0: 2208e798 andcs lr, r8, #39845888 ; 0x2600000 9f4: d8002908 stmleda r0, {r3, r8, fp, sp} 9f8: 495a1c0a ldmmidb sl, {r1, r3, sl, fp, ip}^ 9fc: f7ff1c20 ldrnvb r1, [pc, r0, lsr #24]! a00: e78ffebb undefined a04: f7ff1c20 ldrnvb r1, [pc, r0, lsr #24]! a08: e78bfe99 undefined a0c: 1c04b510 cfstr32ne mvfx11, [r4], {16} a10: 69c16800 stmvsib r1, {fp, sp, lr}^ a14: d50d04ca strle r0, [sp, #-1226] a18: 03092101 tsteq r9, #1073741824 ; 0x40000000 a1c: 21006201 tstcs r0, r1, lsl #4 a20: 628143c9 addvs r4, r1, #603979779 ; 0x24000003 a24: 62812100 addvs r2, r1, #0 ; 0x0 a28: 310121ff strccd r2, [r1, -pc] a2c: 01c96081 biceq r6, r9, r1, lsl #1 a30: e0066301 and r6, r6, r1, lsl #6 a34: d50407c9 strle r0, [r4, #-1993] a38: 62012101 andvs r2, r1, #1073741824 ; 0x40000000 a3c: f7ff1c20 ldrnvb r1, [pc, r0, lsr #24]! a40: 7920fece stmvcdb r0!, {r1, r2, r3, r6, r7, r9, sl, fp, ip, sp, lr, pc} a44: bc08bc10 stclt 12, cr11, [r8], {16} a48: 60014718 andvs r4, r1, r8, lsl r7 a4c: 71012100 tstvc r1, r0, lsl #2 a50: 21027141 tstcs r2, r1, asr #2 a54: 49446081 stmmidb r4, {r0, r7, sp, lr}^ a58: 494460c1 stmmidb r4, {r0, r6, r7, sp, lr}^ a5c: 49446101 stmmidb r4, {r0, r8, sp, lr}^ a60: 47706141 ldrmib r6, [r0, -r1, asr #2]! a64: 6804b5f7 stmvsda r4, {r0, r1, r2, r4, r5, r6, r7, r8, sl, ip, sp, pc} a68: 1c076885 stcne 8, cr6, [r7], {133} a6c: 1c382600 ldcne 6, cr2, [r8] a70: ffccf7ff swinv 0x00ccf7ff a74: d01d2800 andles r2, sp, r0, lsl #16 a78: 40286b60 eormi r6, r8, r0, ror #22 a7c: 6b60d018 blvs 0x1834ae4 a80: 0c009902 stceq 9, cr9, [r0], {2} a84: d2024288 andle r4, r2, #-2147483640 ; 0x80000008 a88: 0c006b60 stceq 11, cr6, [r0], {96} a8c: 9802e006 stmlsda r2, {r1, r2, sp, lr, pc} a90: 6d62e004 stcvsl 0, cr14, [r2, #-16]! a94: 9b011c31 blls 0x47b60 a98: 545a3601 ldrplb r3, [sl], #-1537 a9c: d2f83801 rscles r3, r8, #65536 ; 0x10000 aa0: 43a86b60 movmi r6, #98304 ; 0x18000 aa4: 2d026360 stccs 3, cr6, [r2, #-384] aa8: 2540d101 strcsb sp, [r0, #-257] aac: 2502e000 strcs lr, [r2] ab0: d0dc2e00 sbcles r2, ip, r0, lsl #28 ab4: 60bd1c30 adcvss r1, sp, r0, lsr ip ab8: bc08bcfe stclt 12, cr11, [r8], {254} abc: b5f04718 ldrltb r4, [r0, #1816]! ac0: 21401c0e cmpcs r0, lr, lsl #24 ac4: 1c076804 stcne 8, cr6, [r7], {4} ac8: 2a401c08 bcs 0x1007af0 acc: 1c10d200 lfmne f5, 1, [r0], {0} ad0: e0021a15 and r1, r2, r5, lsl sl ad4: 36017832 undefined ad8: 380165a2 stmccda r1, {r1, r5, r7, r8, sl, sp, lr} adc: 6ba2d2fa blvs 0xfe8b56cc ae0: 43022010 tstmi r2, #16 ; 0x10 ae4: e01e63a2 ands r6, lr, r2, lsr #7 ae8: 2d402040 stccsl 0, cr2, [r0, #-256] aec: 1c28d200 sfmne f5, 1, [r8] af0: e0021a2d and r1, r2, sp, lsr #20 af4: 36017831 undefined af8: 380165a1 stmccda r1, {r0, r5, r7, r8, sl, sp, lr} afc: e004d2fa strd sp, [r4], -sl b00: f7ff1c38 undefined b04: 2800ff83 stmcsda r0, {r0, r1, r7, r8, r9, sl, fp, ip, sp, lr, pc} b08: 6ba0d01f blvs 0xfe834b8c b0c: d5f707c0 ldrleb r0, [r7, #1984]! b10: 08406ba0 stmeqda r0, {r5, r7, r8, r9, fp, sp, lr}^ b14: 63a00040 movvs r0, #64 ; 0x40 b18: 07c06ba0 streqb r6, [r0, r0, lsr #23] b1c: 6ba0d4fc blvs 0xfe835f14 b20: 43082110 tstmi r8, #4 ; 0x4 b24: 2d0063a0 stccs 3, cr6, [r0, #-640] b28: e004d1de ldrd sp, [r4], -lr b2c: f7ff1c38 undefined b30: 2800ff6d stmcsda r0, {r0, r2, r3, r5, r6, r8, r9, sl, fp, ip, sp, lr, pc} b34: 6ba0d009 blvs 0xfe834b60 b38: d5f707c0 ldrleb r0, [r7, #1984]! b3c: 08406ba0 stmeqda r0, {r5, r7, r8, r9, fp, sp, lr}^ b40: 63a00040 movvs r0, #64 ; 0x40 b44: 07c06ba0 streqb r6, [r0, r0, lsr #23] b48: 1c28d4fc cfstrsne mvf13, [r8], #-1008 b4c: bc08bcf0 stclt 12, cr11, [r8], {240} b50: 00004718 andeq r4, r0, r8, lsl r7 b54: 00000302 andeq r0, r0, r2, lsl #6 b58: 00002021 andeq r2, r0, r1, lsr #32 b5c: 000021a1 andeq r2, r0, r1, lsr #3 b60: 00200ed0 ldreqd r0, [r0], -r0 b64: 00200f2c eoreq r0, r0, ip, lsr #30 b68: 00200a0d eoreq r0, r0, sp, lsl #20 b6c: 00200abf streqh r0, [r0], -pc b70: 00200a65 eoreq r0, r0, r5, ror #20 b74: 4abfb5fe bmi 0xfefee374 b78: 4abf7813 bmi 0xfefdebcc b7c: d0312b00 eorles r2, r1, r0, lsl #22 b80: d1012904 tstle r1, r4, lsl #18 b84: e0066803 and r6, r6, r3, lsl #16 b88: d1032902 tstle r3, r2, lsl #18 b8c: 5ec02300 cdppl 3, 12, cr2, cr0, cr0, {0} b90: e0001c03 and r1, r0, r3, lsl #24 b94: ac007803 stcge 8, cr7, [r0], {3} b98: 00483402 subeq r3, r8, r2, lsl #8 b9c: 39011901 stmccdb r1, {r0, r8, fp, ip} ba0: 26302500 ldrcst r2, [r0], -r0, lsl #10 ba4: 071ce00a ldreq lr, [ip, -sl] ba8: 2c090f24 stccs 15, cr0, [r9], {36} bac: 4334d801 teqmi r4, #65536 ; 0x10000 bb0: 3437e000 ldrcct lr, [r7] bb4: 3901700c stmccdb r1, {r2, r3, ip, sp, lr} bb8: 3501111b strcc r1, [r1, #-283] bbc: d8f242a8 ldmleia r2!, {r3, r5, r7, r9, lr}^ bc0: 701eab00 andvcs sl, lr, r0, lsl #22 bc4: 70592178 subvcs r2, r9, r8, ror r1 bc8: 44691c01 strmibt r1, [r9], #-3073 bcc: 708b230a addvc r2, fp, sl, lsl #6 bd0: 70cb230d sbcvc r2, fp, sp, lsl #6 bd4: 46681d01 strmibt r1, [r8], -r1, lsl #26 bd8: f0006892 mulnv r0, r2, r8 bdc: bcfef96f ldcltl 9, cr15, [lr], #444 be0: 4718bc08 ldrmi fp, [r8, -r8, lsl #24] be4: f0006892 mulnv r0, r2, r8 be8: e7f8f969 ldrb pc, [r8, r9, ror #18]! bec: 1c04b510 cfstr32ne mvfx11, [r4], {16} bf0: fc46f7ff mcrr2 7, 15, pc, r6, cr15 bf4: bc107020 ldclt 0, cr7, [r0], {32} bf8: 2001bc08 andcs fp, r1, r8, lsl #24 bfc: b5704718 ldrltb r4, [r0, #-1816]! c00: 1c0e1c05 stcne 12, cr1, [lr], {5} c04: e0042400 and r2, r4, r0, lsl #8 c08: 35017828 strcc r7, [r1, #-2088] c0c: fc32f7ff ldc2 7, cr15, [r2], #-1020 c10: 42b43401 adcmis r3, r4, #16777216 ; 0x1000000 c14: bc70d3f8 ldcltl 3, cr13, [r0], #-992 c18: 4718bc08 ldrmi fp, [r8, -r8, lsl #24] c1c: 4c96b510 cfldr32mi mvfx11, [r6], {16} c20: 34181c0a ldrcc r1, [r8], #-3082 c24: 1c201c01 stcne 12, cr1, [r0], #-4 c28: f0006923 andnv r6, r0, r3, lsr #18 c2c: bc10f948 ldclt 9, cr15, [r0], {72} c30: 4718bc08 ldrmi fp, [r8, -r8, lsl #24] c34: 4c90b510 cfldr32mi mvfx11, [r0], {16} c38: 34181c0a ldrcc r1, [r8], #-3082 c3c: 1c201c01 stcne 12, cr1, [r0], #-4 c40: f0006963 andnv r6, r0, r3, ror #18 c44: bc10f93c ldclt 9, cr15, [r0], {60} c48: 4718bc08 ldrmi fp, [r8, -r8, lsl #24] c4c: 1c06b5f8 cfstr32ne mvfx11, [r6], {248} c50: 27401c0c strcsb r1, [r0, -ip, lsl #24] c54: 1c3de009 ldcne 0, cr14, [sp], #-36 c58: d2002c40 andle r2, r0, #16384 ; 0x4000 c5c: 1c291c25 stcne 12, cr1, [r9], #-148 c60: f7ff1c30 undefined c64: 1b64ffdb blne 0x1940bd8 c68: 2c001976 stccs 9, cr1, [r0], {118} c6c: bcf8d1f3 ldfltp f5, [r8], #972 c70: 4718bc08 ldrmi fp, [r8, -r8, lsl #24] c74: 1c05b570 cfstr32ne mvfx11, [r5], {112} c78: 26401c0c strcsb r1, [r0], -ip, lsl #24 c7c: 1c31e008 ldcne 0, cr14, [r1], #-32 c80: d2002c40 andle r2, r0, #16384 ; 0x4000 c84: 1c281c21 stcne 12, cr1, [r8], #-132 c88: ffd4f7ff swinv 0x00d4f7ff c8c: 182d1a24 stmneda sp!, {r2, r5, r9, fp, ip} c90: d1f42c00 mvnles r2, r0, lsl #24 c94: bc08bc70 stclt 12, cr11, [r8], {112} c98: b5f04718 ldrltb r4, [r0, #1816]! c9c: 4d764f76 ldcmil 15, cr4, [r6, #-472]! ca0: 3718b093 undefined ca4: 68f91c38 ldmvsia r9!, {r3, r4, r5, sl, fp, ip}^ ca8: f907f000 stmnvdb r7, {ip, sp, lr, pc} cac: d0072800 andle r2, r7, r0, lsl #16 cb0: 60284872 eorvs r4, r8, r2, ror r8 cb4: 60684872 rsbvs r4, r8, r2, ror r8 cb8: 60a84872 adcvs r4, r8, r2, ror r8 cbc: e00c4872 and r4, ip, r2, ror r8 cc0: fa87f7ff blx 0xfe1fecc4 cc4: d1ed2805 mvnle r2, r5, lsl #16 cc8: 3110496b tstcc r0, fp, ror #18 ccc: 60286808 eorvs r6, r8, r8, lsl #16 cd0: 60686848 rsbvs r6, r8, r8, asr #16 cd4: 60a8486d adcvs r4, r8, sp, ror #16 cd8: 60e8486d rscvs r4, r8, sp, ror #16 cdc: fa5cf7ff blx 0x173ece0 ce0: 21404a65 cmpcs r0, r5, ror #20 ce4: 68d2a801 ldmvsia r2, {r0, fp, sp, pc}^ ce8: f8e8f000 stmnvia r8!, {ip, sp, lr, pc}^ cec: af019011 swige 0x00019011 cf0: e0ba2500 adcs r2, sl, r0, lsl #10 cf4: 28ff7838 ldmcsia pc!, {r3, r4, r5, fp, ip, sp, lr}^ cf8: 2823d066 stmcsda r3!, {r1, r2, r5, r6, ip, lr, pc} cfc: 485dd165 ldmmida sp, {r0, r2, r5, r6, r8, ip, lr, pc}^ d00: 28007800 stmcsda r0, {fp, ip, sp, lr} d04: 4a5cd005 bmi 0x1734d20 d08: a0622102 rsbge r2, r2, r2, lsl #2 d0c: f0006892 mulnv r0, r2, r8 d10: 2c53f8d5 mrrccs 8, 13, pc, r3, cr5 d14: 4a58d106 bmi 0x1635134 d18: 68529912 ldmvsda r2, {r1, r4, r8, fp, ip, pc}^ d1c: f0001c30 andnv r1, r0, r0, lsr ip d20: e072f8cd rsbs pc, r2, sp, asr #17 d24: d1062c52 tstle r6, r2, asr ip d28: 99124a53 ldmlsdb r2, {r0, r1, r4, r6, r9, fp, lr} d2c: 1c306812 ldcne 8, cr6, [r0], #-72 d30: f8c4f000 stmnvia r4, {ip, sp, lr, pc}^ d34: 2c4fe069 mcrrcs 0, 6, lr, pc, cr9 d38: 9812d102 ldmlsda r2, {r1, r8, ip, lr, pc} d3c: e0647030 rsb r7, r4, r0, lsr r0 d40: d1022c48 tstle r2, r8, asr #24 d44: 80309812 eorhis r9, r0, r2, lsl r8 d48: 2c57e05f mrrccs 0, 5, lr, r7, cr15 d4c: 9812d102 ldmlsda r2, {r1, r8, ip, lr, pc} d50: e05a6030 subs r6, sl, r0, lsr r0 d54: d1022c6f tstle r2, pc, ror #24 d58: 1c302101 ldfnes f2, [r0], #-4 d5c: 2c68e00c stccsl 0, cr14, [r8], #-48 d60: 2300d104 tstcs r0, #1 ; 0x1 d64: 21025ef0 strcsd r5, [r2, -r0] d68: e0049012 and r9, r4, r2, lsl r0 d6c: d1062c77 tstle r6, r7, ror ip d70: 21046830 tstcs r4, r0, lsr r8 d74: a8129012 ldmgeda r2, {r1, r4, ip, pc} d78: fefcf7ff mrc2 7, 7, pc, cr12, cr15, {7} d7c: 2c47e045 mcrrcs 0, 4, lr, r7, cr5 d80: 9812d103 ldmlsda r2, {r0, r1, r8, ip, lr, pc} d84: f8a0f000 stmnvia r0!, {ip, sp, lr, pc} d88: 2c54e03f mrrccs 0, 3, lr, r4, cr15 d8c: 4939d109 ldmmidb r9!, {r0, r3, r8, ip, lr, pc} d90: 70082001 andvc r2, r8, r1 d94: 21024a38 tstcs r2, r8, lsr sl d98: 6892a03e ldmvsia r2, {r1, r2, r3, r4, r5, sp, pc} d9c: f88ef000 stmnvia lr, {ip, sp, lr, pc} da0: 2c4ee033 mcrrcs 0, 3, lr, lr, cr3 da4: 4933d103 ldmmidb r3!, {r0, r1, r8, ip, lr, pc} da8: 70082000 andvc r2, r8, r0 dac: 2c56e02d mrrccs 0, 2, lr, r6, cr13 db0: 4830d12b ldmmida r0!, {r0, r1, r3, r5, r8, ip, lr, pc} db4: 68404c30 stmvsda r0, {r4, r5, sl, fp, lr}^ db8: 210568a2 smlatbcs r5, r2, r8, r6 dbc: f87ef000 ldmnvda lr!, {ip, sp, lr, pc}^ dc0: 1c292500 cfstr32ne mvfx2, [r9] dc4: e002a034 and sl, r2, r4, lsr r0 dc8: e02ce04d eor lr, ip, sp, asr #32 dcc: 78023101 stmvcda r2, {r0, r8, ip, sp} dd0: 2a003001 bcs 0xcddc dd4: a030d1fa ldrgesh sp, [r0], -sl dd8: f00068a2 andnv r6, r0, r2, lsr #17 ddc: 2101f86f tstcsp r1, pc, ror #16 de0: 68a2a030 stmvsia r2!, {r4, r5, sp, pc} de4: f86af000 stmnvda sl!, {ip, sp, lr, pc}^ de8: e000a72f and sl, r0, pc, lsr #14 dec: 78383501 ldmvcda r8!, {r0, r8, sl, ip, sp} df0: 28003701 stmcsda r0, {r0, r8, r9, sl, ip, sp} df4: 1c29d1fa stfned f5, [r9], #-1000 df8: 68a2a02b stmvsia r2!, {r0, r1, r3, r5, sp, pc} dfc: f85ef000 ldmnvda lr, {ip, sp, lr, pc}^ e00: a0242102 eorge r2, r4, r2, lsl #2 e04: f00068a2 andnv r6, r0, r2, lsr #17 e08: 2000f859 andcs pc, r0, r9, asr r8 e0c: 48199012 ldmmida r9, {r1, r4, ip, pc} e10: 7800247a stmvcda r0, {r1, r3, r4, r5, r6, sl, sp} e14: d0262800 eorle r2, r6, r0, lsl #16 e18: 21014a17 tstcs r1, r7, lsl sl e1c: 6892a025 ldmvsia r2, {r0, r2, r5, sp, pc} e20: f84cf000 stmnvda ip, {ip, sp, lr, pc}^ e24: 1c01e01f stcne 0, cr14, [r1], {31} e28: 29093930 stmcsdb r9, {r4, r5, r8, fp, ip, sp} e2c: 9812d803 ldmlsda r2, {r0, r1, fp, ip, lr, pc} e30: 43080100 tstmi r8, #0 ; 0x0 e34: 1c01e016 stcne 0, cr14, [r1], {22} e38: 29053941 stmcsdb r5, {r0, r6, r8, fp, ip, sp} e3c: 9912d803 ldmlsdb r2, {r0, r1, fp, ip, lr, pc} e40: 38370109 ldmccda r7!, {r0, r3, r8} e44: 1c01e006 stcne 0, cr14, [r1], {6} e48: 29053961 stmcsdb r5, {r0, r5, r6, r8, fp, ip, sp} e4c: 9912d804 ldmlsdb r2, {r2, fp, ip, lr, pc} e50: 38570109 ldmccda r7, {r0, r3, r8}^ e54: e0054308 and r4, r5, r8, lsl #6 e58: d101282c tstle r1, ip, lsr #16 e5c: e0009e12 and r9, r0, r2, lsl lr e60: 20001c04 andcs r1, r0, r4, lsl #24 e64: 37019012 smladcc r1, r2, r0, r9 e68: 98113501 ldmlsda r1, {r0, r8, sl, ip, sp} e6c: da004285 ble 0x11888 e70: e735e740 ldr lr, [r5, -r0, asr #14]! e74: 00200f34 eoreq r0, r0, r4, lsr pc e78: 00200f54 eoreq r0, r0, r4, asr pc e7c: 00200c4d eoreq r0, r0, sp, asr #24 e80: 00200c75 eoreq r0, r0, r5, ror ip e84: 00200c1d eoreq r0, r0, sp, lsl ip e88: 00200c35 eoreq r0, r0, r5, lsr ip e8c: 00200bff streqd r0, [r0], -pc e90: 00200bed eoreq r0, r0, sp, ror #23 e94: 00000d0a andeq r0, r0, sl, lsl #26 e98: 20766f4e rsbcss r6, r6, lr, asr #30 e9c: 32203031 eorcc r3, r0, #49 ; 0x31 ea0: 00343030 eoreqs r3, r4, r0, lsr r0 ea4: 00000020 andeq r0, r0, r0, lsr #32 ea8: 343a3431 ldrcct r3, [sl], #-1073 eac: 33333a39 teqcc r3, #233472 ; 0x39000 eb0: 00000000 andeq r0, r0, r0 eb4: 0000003e andeq r0, r0, lr, lsr r0 eb8: 47084700 strmi r4, [r8, -r0, lsl #14] ebc: 47184710 undefined ec0: 47284720 strmi r4, [r8, -r0, lsr #14]! ec4: 47384730 undefined ec8: 46c04778 undefined ecc: eafffca7 b 0x170 ed0: 01100112 tsteq r0, r2, lsl r1 ed4: 08000002 stmeqda r0, {r1} ed8: 612403eb smulwtvs r4, fp, r3 edc: 00000110 andeq r0, r0, r0, lsl r1 ee0: 02090100 andeq r0, r9, #0 ; 0x0 ee4: 01020043 tsteq r2, r3, asr #32 ee8: 0900c000 stmeqdb r0, {lr, pc} eec: 01000004 tsteq r0, r4 ef0: 00000202 andeq r0, r0, r2, lsl #4 ef4: 10002405 andne r2, r0, r5, lsl #8 ef8: 02240401 eoreq r0, r4, #16777216 ; 0x1000000 efc: 06240500 streqt r0, [r4], -r0, lsl #10 f00: 24050100 strcs r0, [r5], #-256 f04: 07010001 streq r0, [r1, -r1] f08: 08038305 stmeqda r3, {r0, r2, r8, r9, pc} f0c: 0409ff00 streq pc, [r9], #-3840 f10: 0a020001 beq 0x80f1c f14: 07000000 streq r0, [r0, -r0] f18: 40020105 andmi r0, r2, r5, lsl #2 f1c: 05070000 streq r0, [r7] f20: 00400282 subeq r0, r0, r2, lsl #5 f24: 2e317600 cfmsuba32cs mvax0, mvax7, mvfx1, mvfx0 f28: 00002034 andeq r2, r0, r4, lsr r0 f2c: 0001c200 andeq ip, r1, r0, lsl #4 f30: 00080000 andeq r0, r8, r0 f34: 00000001 andeq r0, r0, r1 f38: 00200f25 eoreq r0, r0, r5, lsr #30 f3c: ffffffff swinv 0x00ffffff f40: ffffffff swinv 0x00ffffff f44: ffffffff swinv 0x00ffffff f48: ffffffff swinv 0x00ffffff f4c: ffffffff swinv 0x00ffffff f50: ffffffff swinv 0x00ffffff f54: ffffffff swinv 0x00ffffff f58: ffffffff swinv 0x00ffffff f5c: ffffffff swinv 0x00ffffff f60: ffffffff swinv 0x00ffffff f64: ffffffff swinv 0x00ffffff f68: ffffffff swinv 0x00ffffff f6c: ffffffff swinv 0x00ffffff f70: ffffffff swinv 0x00ffffff f74: ffffffff swinv 0x00ffffff f78: ffffffff swinv 0x00ffffff f7c: ffffffff swinv 0x00ffffff f80: ffffffff swinv 0x00ffffff f84: ffffffff swinv 0x00ffffff f88: ffffffff swinv 0x00ffffff f8c: ffffffff swinv 0x00ffffff f90: ffffffff swinv 0x00ffffff f94: ffffffff swinv 0x00ffffff f98: ffffffff swinv 0x00ffffff f9c: ffffffff swinv 0x00ffffff fa0: ffffffff swinv 0x00ffffff fa4: ffffffff swinv 0x00ffffff fa8: ffffffff swinv 0x00ffffff fac: ffffffff swinv 0x00ffffff fb0: ffffffff swinv 0x00ffffff fb4: ffffffff swinv 0x00ffffff fb8: ffffffff swinv 0x00ffffff fbc: ffffffff swinv 0x00ffffff fc0: ffffffff swinv 0x00ffffff fc4: ffffffff swinv 0x00ffffff fc8: ffffffff swinv 0x00ffffff fcc: ffffffff swinv 0x00ffffff fd0: ffffffff swinv 0x00ffffff fd4: ffffffff swinv 0x00ffffff fd8: ffffffff swinv 0x00ffffff fdc: ffffffff swinv 0x00ffffff fe0: ffffffff swinv 0x00ffffff fe4: ffffffff swinv 0x00ffffff fe8: ffffffff swinv 0x00ffffff fec: ffffffff swinv 0x00ffffff ff0: ffffffff swinv 0x00ffffff ff4: ffffffff swinv 0x00ffffff ff8: ffffffff swinv 0x00ffffff ffc: ffffffff swinv 0x00ffffff 1000: ffffffff swinv 0x00ffffff 1004: ffffffff swinv 0x00ffffff 1008: ffffffff swinv 0x00ffffff 100c: ffffffff swinv 0x00ffffff 1010: ffffffff swinv 0x00ffffff 1014: ffffffff swinv 0x00ffffff 1018: ffffffff swinv 0x00ffffff 101c: ffffffff swinv 0x00ffffff 1020: ffffffff swinv 0x00ffffff 1024: ffffffff swinv 0x00ffffff 1028: ffffffff swinv 0x00ffffff 102c: ffffffff swinv 0x00ffffff 1030: ffffffff swinv 0x00ffffff 1034: ffffffff swinv 0x00ffffff 1038: ffffffff swinv 0x00ffffff 103c: ffffffff swinv 0x00ffffff 1040: ffffffff swinv 0x00ffffff 1044: ffffffff swinv 0x00ffffff 1048: ffffffff swinv 0x00ffffff 104c: ffffffff swinv 0x00ffffff 1050: ffffffff swinv 0x00ffffff 1054: ffffffff swinv 0x00ffffff 1058: ffffffff swinv 0x00ffffff 105c: ffffffff swinv 0x00ffffff 1060: ffffffff swinv 0x00ffffff 1064: ffffffff swinv 0x00ffffff 1068: ffffffff swinv 0x00ffffff 106c: ffffffff swinv 0x00ffffff 1070: ffffffff swinv 0x00ffffff 1074: ffffffff swinv 0x00ffffff 1078: ffffffff swinv 0x00ffffff 107c: ffffffff swinv 0x00ffffff 1080: ffffffff swinv 0x00ffffff 1084: ffffffff swinv 0x00ffffff 1088: ffffffff swinv 0x00ffffff 108c: ffffffff swinv 0x00ffffff 1090: ffffffff swinv 0x00ffffff 1094: ffffffff swinv 0x00ffffff 1098: ffffffff swinv 0x00ffffff 109c: ffffffff swinv 0x00ffffff 10a0: ffffffff swinv 0x00ffffff 10a4: ffffffff swinv 0x00ffffff 10a8: ffffffff swinv 0x00ffffff 10ac: ffffffff swinv 0x00ffffff 10b0: ffffffff swinv 0x00ffffff 10b4: ffffffff swinv 0x00ffffff 10b8: ffffffff swinv 0x00ffffff 10bc: ffffffff swinv 0x00ffffff 10c0: ffffffff swinv 0x00ffffff 10c4: ffffffff swinv 0x00ffffff 10c8: ffffffff swinv 0x00ffffff 10cc: ffffffff swinv 0x00ffffff 10d0: ffffffff swinv 0x00ffffff 10d4: ffffffff swinv 0x00ffffff 10d8: ffffffff swinv 0x00ffffff 10dc: ffffffff swinv 0x00ffffff 10e0: ffffffff swinv 0x00ffffff 10e4: ffffffff swinv 0x00ffffff 10e8: ffffffff swinv 0x00ffffff 10ec: ffffffff swinv 0x00ffffff 10f0: ffffffff swinv 0x00ffffff 10f4: ffffffff swinv 0x00ffffff 10f8: ffffffff swinv 0x00ffffff 10fc: ffffffff swinv 0x00ffffff 1100: ffffffff swinv 0x00ffffff 1104: ffffffff swinv 0x00ffffff 1108: ffffffff swinv 0x00ffffff 110c: ffffffff swinv 0x00ffffff 1110: ffffffff swinv 0x00ffffff 1114: ffffffff swinv 0x00ffffff 1118: ffffffff swinv 0x00ffffff 111c: ffffffff swinv 0x00ffffff 1120: ffffffff swinv 0x00ffffff 1124: ffffffff swinv 0x00ffffff 1128: ffffffff swinv 0x00ffffff 112c: ffffffff swinv 0x00ffffff 1130: ffffffff swinv 0x00ffffff 1134: ffffffff swinv 0x00ffffff 1138: ffffffff swinv 0x00ffffff 113c: ffffffff swinv 0x00ffffff 1140: ffffffff swinv 0x00ffffff 1144: ffffffff swinv 0x00ffffff 1148: ffffffff swinv 0x00ffffff 114c: ffffffff swinv 0x00ffffff 1150: ffffffff swinv 0x00ffffff 1154: ffffffff swinv 0x00ffffff 1158: ffffffff swinv 0x00ffffff 115c: ffffffff swinv 0x00ffffff 1160: ffffffff swinv 0x00ffffff 1164: ffffffff swinv 0x00ffffff 1168: ffffffff swinv 0x00ffffff 116c: ffffffff swinv 0x00ffffff 1170: ffffffff swinv 0x00ffffff 1174: ffffffff swinv 0x00ffffff 1178: ffffffff swinv 0x00ffffff 117c: ffffffff swinv 0x00ffffff 1180: ffffffff swinv 0x00ffffff 1184: ffffffff swinv 0x00ffffff 1188: ffffffff swinv 0x00ffffff 118c: ffffffff swinv 0x00ffffff 1190: ffffffff swinv 0x00ffffff 1194: ffffffff swinv 0x00ffffff 1198: ffffffff swinv 0x00ffffff 119c: ffffffff swinv 0x00ffffff 11a0: ffffffff swinv 0x00ffffff 11a4: ffffffff swinv 0x00ffffff 11a8: ffffffff swinv 0x00ffffff 11ac: ffffffff swinv 0x00ffffff 11b0: ffffffff swinv 0x00ffffff 11b4: ffffffff swinv 0x00ffffff 11b8: ffffffff swinv 0x00ffffff 11bc: ffffffff swinv 0x00ffffff 11c0: ffffffff swinv 0x00ffffff 11c4: ffffffff swinv 0x00ffffff 11c8: ffffffff swinv 0x00ffffff 11cc: ffffffff swinv 0x00ffffff 11d0: ffffffff swinv 0x00ffffff 11d4: ffffffff swinv 0x00ffffff 11d8: ffffffff swinv 0x00ffffff 11dc: ffffffff swinv 0x00ffffff 11e0: ffffffff swinv 0x00ffffff 11e4: ffffffff swinv 0x00ffffff 11e8: ffffffff swinv 0x00ffffff 11ec: ffffffff swinv 0x00ffffff 11f0: ffffffff swinv 0x00ffffff 11f4: ffffffff swinv 0x00ffffff 11f8: ffffffff swinv 0x00ffffff 11fc: ffffffff swinv 0x00ffffff 1200: 22407c80 subcs r7, r0, #32768 ; 0x8000 1204: 748a4302 strvc r4, [sl], #770 1208: 1809e123 stmneda r9, {r0, r1, r5, r8, sp, lr, pc} 120c: 6a5269ba bvs 0x149b8fc 1210: 7c801810 stcvc 8, cr1, [r0], {16} 1214: e7f52220 ldrb r2, [r5, r0, lsr #4]! 1218: 28019802 stmcsda r1, {r1, fp, ip, pc} 121c: 4975d1f4 ldmmidb r5!, {r2, r4, r5, r6, r7, r8, ip, lr, pc}^ 1220: 6a896909 bvs 0xfe25b64c 1224: 1d096a49 fstsne s12, [r9, #-292] 1228: 780b1c62 stmvcda fp, {r1, r5, r6, sl, fp, ip} 122c: 784b7013 stmvcda fp, {r0, r1, r4, ip, sp, lr}^ 1230: 20037053 andcs r7, r3, r3, asr r0 1234: 69f8e751 ldmvsib r8!, {r0, r4, r6, r8, r9, sl, sp, lr, pc}^ 1238: 21046a40 tstcs r4, r0, asr #20 123c: e10876c1 smlabt r8, r1, r6, r7 1240: 6a406ab8 bvs 0x101bd28 1244: 6a496ab9 bvs 0x125bd30 1248: 22107e89 andcss r7, r0, #2192 ; 0x890 124c: 7682430a strvc r4, [r2], sl, lsl #6 1250: 28019802 stmcsda r1, {r1, fp, ip, pc} 1254: 6ab8d1f3 bvs 0xfee35a28 1258: 30216a40 eorcc r6, r1, r0, asr #20 125c: 49847800 stmmiib r4, {fp, ip, sp, lr} 1260: 90004348 andls r4, r0, r8, asr #6 1264: 1c624669 stcnel 6, cr4, [r2], #-420 1268: 1e402004 cdpne 0, 4, cr2, cr0, cr4, {0} 126c: 54135c0b ldrpl r5, [r3], #-3083 1270: 2005d1fb strcsd sp, [r5], -fp 1274: 9802e6b3 stmlsda r2, {r0, r1, r4, r5, r7, r9, sl, sp, lr, pc} 1278: d1e02801 mvnle r2, r1, lsl #16 127c: 90007870 andls r7, r0, r0, ror r8 1280: d3022804 tstle r2, #262144 ; 0x40000 1284: 43ed253f mvnmi r2, #264241152 ; 0xfc00000 1288: 9800e0e6 stmlsda r0, {r1, r2, r5, r6, r7, sp, lr, pc} 128c: 0e000600 cfmadd32eq mvax0, mvfx0, mvfx0, mvfx0 1290: fb74f003 blx 0x1d3d2a6 1294: 98001c05 stmlsda r0, {r0, r2, sl, fp, ip} 1298: 0e000600 cfmadd32eq mvax0, mvfx0, mvfx0, mvfx0 129c: fb96f003 blx 0xfe5bd2b2 12a0: 20027060 andcs r7, r2, r0, rrx 12a4: 7870e69b ldmvcda r0!, {r0, r1, r3, r4, r7, r9, sl, sp, lr, pc}^ 12a8: 46689000 strmibt r9, [r8], -r0 12ac: 808178b1 strhih r7, [r1], r1 12b0: 28049800 stmcsda r4, {fp, ip, pc} 12b4: 253fd301 ldrcs sp, [pc, #-769]! ; 0xfbb 12b8: 78f3e594 ldmvcia r3!, {r2, r4, r7, r8, sl, sp, lr, pc}^ 12bc: 1c321d36 ldcne 13, cr1, [r2], #-216 12c0: 88814668 stmhiia r1, {r3, r5, r6, r9, sl, lr} 12c4: 0e090609 cfmadd32eq mvax0, mvfx0, mvfx9, mvfx9 12c8: 06009800 streq r9, [r0], -r0, lsl #16 12cc: f0030e00 andnv r0, r3, r0, lsl #28 12d0: 1c05fb9f stcne 11, cr15, [r5], {159} 12d4: 9802e0bd stmlsda r2, {r0, r2, r3, r4, r5, r7, sp, lr, pc} 12d8: d1fb2801 mvnles r2, r1, lsl #16 12dc: 90007870 andls r7, r0, r0, ror r8 12e0: d2cf2804 sbcle r2, pc, #262144 ; 0x40000 12e4: 06009800 streq r9, [r0], -r0, lsl #16 12e8: f0030e00 andnv r0, r3, r0, lsl #28 12ec: 1c05fb47 stcne 11, cr15, [r5], {71} 12f0: 06009800 streq r9, [r0], -r0, lsl #16 12f4: f0030e00 andnv r0, r3, r0, lsl #28 12f8: 4669fb69 strmibt pc, [r9], -r9, ror #22 12fc: 46688088 strmibt r8, [r8], -r8, lsl #1 1300: 70608880 rsbvc r8, r0, r0, lsl #17 1304: 2d002002 stccs 0, cr2, [r0, #-8] 1308: 8889db10 stmhiia r9, {r4, r8, r9, fp, ip, lr, pc} 130c: d00d2900 andle r2, sp, r0, lsl #18 1310: 46681ca2 strmibt r1, [r8], -r2, lsr #25 1314: 06098881 streq r8, [r9], -r1, lsl #17 1318: 98000e09 stmlsda r0, {r0, r3, r9, sl, fp} 131c: 0e000600 cfmadd32eq mvax0, mvfx0, mvfx0, mvfx0 1320: fbecf003 blx 0xffb3d336 1324: 46681c05 strmibt r1, [r8], -r5, lsl #24 1328: 1c808880 stcne 8, cr8, [r0], {128} 132c: 22104669 andcss r4, r0, #110100480 ; 0x6900000 1330: 889b466b ldmhiia fp, {r0, r1, r3, r5, r6, r9, sl, lr} 1334: 808a1ad2 ldrhid r1, [sl], r2 1338: 22008889 andcs r8, r0, #8978432 ; 0x890000 133c: 29001823 stmcsdb r0, {r0, r1, r5, fp, ip} 1340: 1e49d002 cdpne 0, 4, cr13, cr9, cr2, {0} 1344: d1fc545a mvnles r5, sl, asr r4 1348: 88894669 stmhiia r9, {r0, r3, r5, r6, r9, sl, lr} 134c: e6461840 strb r1, [r6], -r0, asr #16 1350: 28019802 stmcsda r1, {r1, fp, ip, pc} 1354: 29ffd114 ldmcsib pc!, {r2, r4, r8, ip, lr, pc}^ 1358: 2513d108 ldrcs sp, [r3, #-264] 135c: 201443ed andcss r4, r4, sp, ror #7 1360: 1c622100 stfnee f2, [r2] 1364: 54111e40 ldrpl r1, [r1], #-3648 1368: e005d1fc strd sp, [r5], -ip 136c: 49b12214 ldmmiib r1!, {r2, r4, r9, sp} 1370: 1c603136 stfnee f3, [r0], #-216 1374: feeef013 mcr2 0, 7, pc, cr14, cr3, {0} 1378: e6ae2015 ssat r2, #15, r5 137c: 28019802 stmcsda r1, {r1, fp, ip, pc} 1380: 4668d167 strmibt sp, [r8], -r7, ror #2 1384: 80c17871 sbchi r7, r1, r1, ror r8 1388: 706078b0 strvch r7, [r0], #-128 138c: 4668a901 strmibt sl, [r8], -r1, lsl #18 1390: f00188c0 andnv r8, r1, r0, asr #17 1394: 1c05f9c5 stcne 9, cr15, [r5], {197} 1398: 88804668 stmhiia r0, {r3, r5, r6, r9, sl, lr} 139c: 270370a0 strcs r7, [r3, -r0, lsr #1] 13a0: db132d00 blle 0x4cc7a8 13a4: 88804668 stmhiia r0, {r3, r5, r6, r9, sl, lr} 13a8: d00f2800 andle r2, pc, r0, lsl #16 13ac: 466878f3 undefined 13b0: 1ce18882 stcnel 8, cr8, [r1], #520 13b4: f00188c0 andnv r8, r1, r0, asr #17 13b8: 1c05f9e7 stcne 9, cr15, [r5], {231} 13bc: 46682800 strmibt r2, [r8], -r0, lsl #16 13c0: 2100da02 tstcs r0, r2, lsl #20 13c4: e0018081 and r8, r1, r1, lsl #1 13c8: 1cff8887 ldcnel 8, cr8, [pc], #540 13cc: 213b4668 teqcs fp, r8, ror #12 13d0: 8892466a ldmhiia r2, {r1, r3, r5, r6, r9, sl, lr} 13d4: 80811a89 addhi r1, r1, r9, lsl #21 13d8: 21008880 smlabbcs r0, r0, r8, r8 13dc: 280019e2 stmcsda r0, {r1, r5, r6, r7, r8, fp, ip} 13e0: 1e40d002 cdpne 0, 4, cr13, cr0, cr2, {0} 13e4: d1fc5411 mvnles r5, r1, lsl r4 13e8: 88804668 stmhiia r0, {r3, r5, r6, r9, sl, lr} 13ec: e5f61838 ldrb r1, [r6, #2104]! 13f0: e4f72541 ldrbt r2, [r7], #1345 13f4: 0000015c andeq r0, r0, ip, asr r1 13f8: 28137830 ldmcsda r3, {r4, r5, fp, ip, sp, lr} 13fc: 4668d129 strmibt sp, [r8], -r9, lsr #2 1400: 80c178b1 strhih r7, [r1], #129 1404: 808178f1 strhid r7, [r1], r1 1408: 78701d31 ldmvcda r0!, {r0, r4, r5, r8, sl, fp, ip}^ 140c: 16000600 strne r0, [r0], -r0, lsl #12 1410: db1e2800 blle 0x78b418 1414: 88804668 stmhiia r0, {r3, r5, r6, r9, sl, lr} 1418: d01a2800 andles r2, sl, r0, lsl #16 141c: 88804668 stmhiia r0, {r3, r5, r6, r9, sl, lr} 1420: d216283c andles r2, r6, #3932160 ; 0x3c0000 1424: 88804668 stmhiia r0, {r3, r5, r6, r9, sl, lr} 1428: 1e401808 cdpne 8, 4, cr1, cr0, cr8, {0} 142c: 28007800 stmcsda r0, {fp, ip, sp, lr} 1430: 4668d10f strmibt sp, [r8], -pc, lsl #2 1434: 88c08882 stmhiia r0, {r1, r7, fp, pc}^ 1438: f908f001 stmnvdb r8, {r0, ip, sp, lr, pc} 143c: 20041c05 andcs r1, r4, r5, lsl #24 1440: 428543c0 addmi r4, r5, #3 ; 0x3 1444: 9805d105 stmlsda r5, {r0, r2, r8, ip, lr, pc} 1448: 78099905 stmvcda r9, {r0, r2, r8, fp, ip, pc} 144c: 430a2201 tstmi sl, #268435456 ; 0x10000000 1450: 98027002 stmlsda r2, {r1, ip, sp, lr} 1454: d1042801 tstle r4, r1, lsl #16 1458: 99039806 stmlsdb r3, {r1, r2, fp, ip, pc} 145c: 70257001 eorvc r7, r5, r1 1460: 9806e002 stmlsda r6, {r1, sp, lr, pc} 1464: 70012100 andvc r2, r1, r0, lsl #2 1468: b0072000 andlt r2, r7, r0 146c: ff61f000 swinv 0x0061f000 1470: 0000ea60 andeq lr, r0, r0, ror #20 1474: 496eb5f0 stmmidb lr!, {r4, r5, r6, r7, r8, sl, ip, sp, pc}^ 1478: 4c726108 ldfmie f6, [r2], #-32 147c: 61204869 teqvs r0, r9, ror #16 1480: 4a692100 bmi 0x1a49888 1484: 486a014e stmmida sl!, {r1, r2, r3, r6, r8}^ 1488: 203c6903 eorcss r6, ip, r3, lsl #18 148c: 699d4348 ldmvsib sp, {r3, r6, r8, r9, lr} 1490: 19ad6a6d stmneib sp!, {r0, r2, r3, r5, r6, r9, fp, sp, lr} 1494: 50153512 andpls r3, r5, r2, lsl r5 1498: 4348200f cmpmi r8, #15 ; 0xf 149c: 1d150080 ldcne 0, cr0, [r5, #-512] 14a0: 6a7f699f bvs 0x1fdbb24 14a4: 371319bf undefined 14a8: 1c15502f ldcne 0, cr5, [r5], {47} 14ac: 699f3508 ldmvsib pc, {r3, r8, sl, ip, sp} 14b0: 19bf6a7f ldmneib pc!, {r0, r1, r2, r3, r4, r5, r6, r9, fp, sp, lr} 14b4: 502f3714 eorpl r3, pc, r4, lsl r7 14b8: 350c1c15 strcc r1, [ip, #-3093] 14bc: 6a7f699f bvs 0x1fdbb40 14c0: 371519bf undefined 14c4: 1c15502f ldcne 0, cr5, [r5], {47} 14c8: 699f3510 ldmvsib pc, {r4, r8, sl, ip, sp} 14cc: 19bf6a7f ldmneib pc!, {r0, r1, r2, r3, r4, r5, r6, r9, fp, sp, lr} 14d0: 1c15502f ldcne 0, cr5, [r5], {47} 14d4: 699f3514 ldmvsib pc, {r2, r4, r8, sl, ip, sp} 14d8: 19bf6a7f ldmneib pc!, {r0, r1, r2, r3, r4, r5, r6, r9, fp, sp, lr} 14dc: 502f370c eorpl r3, pc, ip, lsl #14 14e0: 35181c15 ldrcc r1, [r8, #-3093] 14e4: 6a7f699f bvs 0x1fdbb68 14e8: 371919bf undefined 14ec: 1c15502f ldcne 0, cr5, [r5], {47} 14f0: 699f351c ldmvsib pc, {r2, r3, r4, r8, sl, ip, sp} 14f4: 19bf6a7f ldmneib pc!, {r0, r1, r2, r3, r4, r5, r6, r9, fp, sp, lr} 14f8: 502f371c eorpl r3, pc, ip, lsl r7 14fc: 35201c15 strcc r1, [r0, #-3093]! 1500: 6a7f699f bvs 0x1fdbb84 1504: 371a19bf undefined 1508: 1c15502f ldcne 0, cr5, [r5], {47} 150c: 699f3524 ldmvsib pc, {r2, r5, r8, sl, ip, sp} 1510: 19bf6a7f ldmneib pc!, {r0, r1, r2, r3, r4, r5, r6, r9, fp, sp, lr} 1514: 502f371b eorpl r3, pc, fp, lsl r7 1518: 35281c15 strcc r1, [r8, #-3093]! 151c: 6a7f699f bvs 0x1fdbba0 1520: 371619bf undefined 1524: 1c15502f ldcne 0, cr5, [r5], {47} 1528: 699f352c ldmvsib pc, {r2, r3, r5, r8, sl, ip, sp} 152c: 19bf6a7f ldmneib pc!, {r0, r1, r2, r3, r4, r5, r6, r9, fp, sp, lr} 1530: 502f3717 eorpl r3, pc, r7, lsl r7 1534: 35301c15 ldrcc r1, [r0, #-3093]! 1538: 6a7f699f bvs 0x1fdbbbc 153c: 371819bf undefined 1540: 1c15502f ldcne 0, cr5, [r5], {47} 1544: 699f3534 ldmvsib pc, {r2, r4, r5, r8, sl, ip, sp} 1548: 19bf6a7f ldmneib pc!, {r0, r1, r2, r3, r4, r5, r6, r9, fp, sp, lr} 154c: 502f1d3f eorpl r1, pc, pc, lsr sp 1550: 35381c15 ldrcc r1, [r8, #-3093]! 1554: 6a7f699f bvs 0x1fdbbd8 1558: 360819be undefined 155c: 1c49502e mcrrne 0, 2, r5, r9, cr14 1560: d38f2903 orrle r2, pc, #49152 ; 0xc000 1564: 4a312100 bmi 0xc4996c 1568: 434e2614 cmpmi lr, #20971520 ; 0x1400000 156c: 43482018 cmpmi r8, #24 ; 0x18 1570: 6a6d685d bvs 0x1b5b6ec 1574: 350819ad strcc r1, [r8, #-2477] 1578: 20065015 andcs r5, r6, r5, lsl r0 157c: 00804348 addeq r4, r0, r8, asr #6 1580: 685f1d15 ldmvsda pc, {r0, r2, r4, r8, sl, fp, ip}^ 1584: 19bf6a7f ldmneib pc!, {r0, r1, r2, r3, r4, r5, r6, r9, fp, sp, lr} 1588: 502f3709 eorpl r3, pc, r9, lsl #14 158c: 35081c15 strcc r1, [r8, #-3093] 1590: 6a7f685f bvs 0x1fdb714 1594: 1cbf19bf ldcne 9, cr1, [pc], #764 1598: 1c15502f ldcne 0, cr5, [r5], {47} 159c: 685f350c ldmvsda pc, {r2, r3, r8, sl, ip, sp}^ 15a0: 19bf6a7f ldmneib pc!, {r0, r1, r2, r3, r4, r5, r6, r9, fp, sp, lr} 15a4: 502f1d3f eorpl r1, pc, pc, lsr sp 15a8: 35101c15 ldrcc r1, [r0, #-3093] 15ac: 6a7f685f bvs 0x1fdb730 15b0: 1dbf19bf ldcne 9, cr1, [pc, #764]! 15b4: 1c15502f ldcne 0, cr5, [r5], {47} 15b8: 685f3514 ldmvsda pc, {r2, r4, r8, sl, ip, sp}^ 15bc: 19be6a7f ldmneib lr!, {r0, r1, r2, r3, r4, r5, r6, r9, fp, sp, lr} 15c0: 502e3610 eorpl r3, lr, r0, lsl r6 15c4: 29041c49 stmcsdb r4, {r0, r3, r6, sl, fp, ip} 15c8: f000d3ce andnv sp, r0, lr, asr #7 15cc: f000fcd1 ldrnvd pc, [r0], -r1 15d0: 4818fb53 ldmmida r8, {r0, r1, r4, r6, r8, r9, fp, ip, sp, lr, pc} 15d4: 18414918 stmneda r1, {r3, r4, r8, fp, lr}^ 15d8: 800a2200 andhi r2, sl, r0, lsl #4 15dc: 804a4a92 umaalhi r4, sl, r2, sl 15e0: 710a2201 tstvc sl, r1, lsl #4 15e4: 714a2200 cmpvc sl, r0, lsl #4 15e8: 302280ca eorcc r8, r2, sl, asr #1 15ec: 77227002 strvc r7, [r2, -r2]! 15f0: 200177a2 andcs r7, r1, r2, lsr #15 15f4: 48117760 ldmmida r1, {r5, r6, r8, r9, sl, ip, sp, lr} 15f8: 83208360 teqhi r0, #-2147483647 ; 0x80000001 15fc: 49102210 ldmmidb r0, {r4, r9, sp} 1600: f0131c20 andnvs r1, r3, r0, lsr #24 1604: 2014fda7 andcss pc, r4, r7, lsr #27 1608: 4a0e2100 bmi 0x389a10 160c: 1f003220 swine 0x00003220 1610: d1fc5011 mvnles r5, r1, lsl r0 1614: fffcf012 swinv 0x00fcf012 1618: f804f013 stmnvda r4, {r0, r1, r4, ip, sp, lr, pc} 161c: f7ff6160 ldrnvb r6, [pc, r0, ror #2]! 1620: 46c0f9bf undefined 1624: 00100d3d andeqs r0, r0, sp, lsr sp 1628: 000089a0 andeq r8, r0, r0, lsr #19 162c: 00008940 andeq r8, r0, r0, asr #18 1630: 0000015c andeq r0, r0, ip, asr r1 1634: 00008680 andeq r8, r0, r0, lsl #13 1638: 000002b2 streqh r0, [r0], -r2 163c: 0000ffff streqd pc, [r0], -pc 1640: 00118d48 andeqs r8, r1, r8, asr #26 1644: 0000064c andeq r0, r0, ip, asr #12 1648: 2700b5f3 undefined 164c: 69004875 stmvsdb r0, {r0, r2, r4, r5, r6, fp, lr} 1650: 20ad9000 adccs r9, sp, r0 1654: 49750080 ldmmidb r5!, {r7}^ 1658: 4e74180d cdpmi 8, 7, cr1, cr4, cr13, {0} 165c: 4c701d36 ldcmil 13, cr1, [r0], #-216 1660: 28007fb0 stmcsda r0, {r4, r5, r7, r8, r9, sl, fp, ip, sp, lr} 1664: 1e40d007 cdpne 0, 4, cr13, cr0, cr7, {0} 1668: d9672801 stmledb r7!, {r0, fp, sp}^ 166c: d0231ec0 eorle r1, r3, r0, asr #29 1670: d0431e40 suble r1, r3, r0, asr #28 1674: 7fa0e0ca swivc 0x00a0e0ca 1678: d1fb2801 mvnles r2, r1, lsl #16 167c: 1c2077a7 stcne 7, cr7, [r0], #-668 1680: f0003020 andnv r3, r0, r0, lsr #32 1684: 2800f9eb stmcsda r0, {r0, r1, r3, r5, r6, r7, r8, fp, ip, sp, lr, pc} 1688: 2003da03 andcs sp, r3, r3, lsl #20 168c: 20047720 andcs r7, r4, r0, lsr #14 1690: 2001e0bb strcsh lr, [r1], -fp 1694: 200277b0 strcsh r7, [r2], -r0 1698: 69607720 stmvsdb r0!, {r5, r8, r9, sl, ip, sp, lr}^ 169c: f00060a8 andnv r6, r0, r8, lsr #1 16a0: 4860fb43 stmmida r0!, {r0, r1, r6, r8, r9, fp, ip, sp, lr, pc}^ 16a4: 6a816900 bvs 0xfe05baac 16a8: 6a806a49 bvs 0xfe01bfd4 16ac: 7e806a40 cdpvc 10, 8, cr6, cr0, cr0, {2} 16b0: 43022206 tstmi r2, #1610612736 ; 0x60000000 16b4: e0a9768a adc r7, r9, sl, lsl #13 16b8: 28047f20 stmcsda r4, {r5, r8, r9, sl, fp, ip, sp, lr} 16bc: f000d101 andnv sp, r0, r1, lsl #2 16c0: 4858fb33 ldmmida r8, {r0, r1, r4, r5, r8, r9, fp, ip, sp, lr, pc}^ 16c4: 6a806900 bvs 0xfe01bacc 16c8: 7e816a40 cdpvc 10, 8, cr6, cr1, cr0, {2} 16cc: 400a22f9 strmid r2, [sl], -r9 16d0: f0007682 andnv r7, r0, r2, lsl #13 16d4: f7fffad1 undefined 16d8: 4852fa6d ldmmida r2, {r0, r2, r3, r5, r6, r9, fp, ip, sp, lr, pc}^ 16dc: 69c16900 stmvsib r1, {r8, fp, sp, lr}^ 16e0: 22046a49 andcs r6, r4, #299008 ; 0x49000 16e4: 69c176ca stmvsib r1, {r1, r3, r6, r7, r9, sl, ip, sp, lr}^ 16e8: 6a806a49 bvs 0xfe01c014 16ec: 30246a40 eorcc r6, r4, r0, asr #20 16f0: 77487800 strvcb r7, [r8, -r0, lsl #16] 16f4: 8028484c eorhi r4, r8, ip, asr #16 16f8: e0862005 add r2, r6, r5 16fc: 5e282000 cdppl 0, 2, cr2, cr8, cr0, {0} 1700: 42884949 addmi r4, r8, #1196032 ; 0x124000 1704: 78e8d110 stmvcia r8!, {r4, r8, ip, lr, pc}^ 1708: d10d2801 tstle sp, r1, lsl #16 170c: 20001c29 andcs r1, r0, r9, lsr #24 1710: 2300b403 tstcs r0, #50331648 ; 0x3000000 1714: 21002200 tstcs r0, r0, lsl #4 1718: 9f022008 swils 0x00022008 171c: 6a7f683f bvs 0x1fdb820 1720: f015683f andnvs r6, r5, pc, lsr r8 1724: b002fd67 andlt pc, r2, r7, ror #26 1728: 28057f20 stmcsda r5, {r5, r8, r9, sl, fp, ip, sp, lr} 172c: f000d16e andnv sp, r0, lr, ror #2 1730: 2000fafb strcsd pc, [r0], -fp 1734: 77b070e8 ldrvc r7, [r0, r8, ror #1]! 1738: e0677720 rsb r7, r7, r0, lsr #14 173c: 28017fe0 stmcsda r1, {r5, r6, r7, r8, r9, sl, fp, ip, sp, lr} 1740: 9800d006 stmlsda r0, {r1, r2, ip, lr, pc} 1744: 6a406880 bvs 0x101b94c 1748: 78003020 stmvcda r0, {r5, ip, sp} 174c: d50c07c0 strle r0, [ip, #-1984] 1750: 980077e7 stmlsda r0, {r0, r1, r2, r5, r6, r7, r8, r9, sl, ip, sp, lr} 1754: 6a406880 bvs 0x101b95c 1758: 1c022120 stfnes f2, [r2], {32} 175c: 78123220 ldmvcda r2, {r5, r9, ip, sp} 1760: 401323fe ldrmish r2, [r3], -lr 1764: 20045443 andcs r5, r4, r3, asr #8 1768: 7968e7e5 stmvcdb r8!, {r0, r2, r5, r6, r7, r8, r9, sl, sp, lr, pc}^ 176c: d0082800 andle r2, r8, r0, lsl #16 1770: fef4f000 cdp2 0, 15, cr15, cr4, cr0, {0} 1774: e004716f and r7, r4, pc, ror #2 1778: ff54f012 swinv 0x0054f012 177c: 42816961 addmi r6, r1, #1589248 ; 0x184000 1780: 482ad144 stmmida sl!, {r2, r6, r8, ip, lr, pc} 1784: 78053030 stmvcda r5, {r4, r5, ip, sp} 1788: f0001c28 andnv r1, r0, r8, lsr #24 178c: 2800fbe9 stmcsda r0, {r0, r3, r5, r6, r7, r8, r9, fp, ip, sp, lr, pc} 1790: 4668d022 strmibt sp, [r8], -r2, lsr #32 1794: 25007105 strcs r7, [r0, #-261] 1798: 79004668 stmvcdb r0, {r3, r5, r6, r9, sl, lr} 179c: fc98f001 ldc2 0, cr15, [r8], {1} 17a0: 28001c07 stmcsda r0, {r0, r1, r2, sl, fp, ip} 17a4: 2f01db18 swics 0x0001db18 17a8: 2f02d01c swics 0x0002d01c 17ac: 2f04d01a swics 0x0004d01a 17b0: 2f05d018 swics 0x0005d018 17b4: 1c6dd00c stcnel 0, cr13, [sp], #-48 17b8: 28017fb0 stmcsda r1, {r4, r5, r7, r8, r9, sl, fp, ip, sp, lr} 17bc: 4668d108 strmibt sp, [r8], -r8, lsl #2 17c0: 21147900 tstcs r4, r0, lsl #18 17c4: 68314348 ldmvsda r1!, {r3, r6, r8, r9, lr} 17c8: 7a401808 bvc 0x10077f0 17cc: d3e34285 mvnle r4, #1342177288 ; 0x50000008 17d0: 30304816 eorccs r4, r0, r6, lsl r8 17d4: fb4ef000 blx 0x13bd7de 17d8: da032f00 ble 0xcd3e0 17dc: 77b02004 ldrvc r2, [r0, r4]! 17e0: e7a92003 str r2, [r9, r3]! 17e4: d0112f04 andles r2, r1, r4, lsl #30 17e8: 30304810 eorccs r4, r0, r0, lsl r8 17ec: f0007800 andnv r7, r0, r0, lsl #16 17f0: 2800fbb7 stmcsda r0, {r0, r1, r2, r4, r5, r7, r8, r9, fp, ip, sp, lr, pc} 17f4: 2f05d001 swics 0x0005d001 17f8: 2004d103 andcs sp, r4, r3, lsl #2 17fc: 200177b0 strcsh r7, [r1], -r0 1800: 7fb0e79a swivc 0x00b0e79a 1804: d0b72801 adcles r2, r7, r1, lsl #16 1808: 77b02003 ldrvc r2, [r0, r3]! 180c: ff0af012 swinv 0x000af012 1810: 42816961 addmi r6, r1, #1589248 ; 0x184000 1814: f012d0fa ldrnvsh sp, [r2], -sl 1818: 6160ff05 msrvs SPSR_, r5, lsl #30 181c: 0000e326 andeq lr, r0, r6, lsr #6 1820: 0000064c andeq r0, r0, ip, asr #12 1824: 0000015c andeq r0, r0, ip, asr r1 1828: ffff9400 swinv 0x00ff9400 182c: 00008680 andeq r8, r0, r0, lsl #13 1830: f012b500 andnvs fp, r2, r0, lsl #10 1834: bc01ff17 stclt 15, cr15, [r1], {23} 1838: 00004700 andeq r4, r0, r0, lsl #14 183c: 1c04b5f7 cfstr32ne mvfx11, [r4], {247} 1840: 330e1c03 tstcc lr, #768 ; 0x300 1844: 785e781d ldmvcda lr, {r0, r2, r3, r4, fp, ip, sp, lr}^ 1848: 49532210 ldmmidb r3, {r4, r9, sp}^ 184c: fc68f013 stc2l 0, cr15, [r8], #-76 1850: d1032800 tstle r3, r0, lsl #16 1854: d3012e04 tstle r1, #64 ; 0x40 1858: d3022d02 tstle r2, #128 ; 0x80 185c: 43c02003 bicmi r2, r0, #3 ; 0x3 1860: 497de094 ldmmidb sp!, {r2, r4, r7, sp, lr, pc}^ 1864: 83888a20 orrhi r8, r8, #131072 ; 0x20000 1868: 83c88a60 bichi r8, r8, #393216 ; 0x60000 186c: 84088aa0 strhi r8, [r8], #-2720 1870: 8ae29802 bhi 0xff8a7880 1874: 98028082 stmlsda r2, {r1, r7, pc} 1878: 80c28b22 sbchi r8, r2, r2, lsr #22 187c: 8b629802 blhi 0x18a788c 1880: 8ba08102 blhi 0xfe821c90 1884: 8be08488 blhi 0xff822aac 1888: 8c2284c8 cfstrshi mvf8, [r2], #-800 188c: 20028c63 andcs r8, r2, r3, ror #24 1890: 2b0043c0 blcs 0x12798 1894: 2bffd07a blcs 0xffff5a84 1898: 768bd278 undefined 189c: 830b8ca3 tsthi fp, #41728 ; 0xa300 18a0: d0732b00 rsbles r2, r3, r0, lsl #22 18a4: 25269b02 strcs r9, [r6, #-2818]! 18a8: 8b8b801d blhi 0xfe2e1924 18ac: 3526009d strcc r0, [r6, #-157]! 18b0: 0c2d042d cfstrseq mvf0, [sp], #-180 18b4: 4e36006b cdpmi 0, 3, cr0, cr6, cr11, {3} 18b8: 1b9b402e blne 0xfe6d1978 18bc: 806b9d02 rsbhi r9, fp, r2, lsl #26 18c0: 88ad9d02 stmhiia sp!, {r1, r8, sl, fp, ip, pc} 18c4: 042d195d streqt r1, [sp], #-2397 18c8: 006b0c2d rsbeq r0, fp, sp, lsr #24 18cc: 402e4e30 eormi r4, lr, r0, lsr lr 18d0: 9b021b9d blls 0x8874c 18d4: 042d815d streqt r8, [sp], #-349 18d8: 19630c2d stmnedb r3!, {r0, r2, r3, r5, sl, fp}^ 18dc: 7e8f466e cdpvc 6, 8, cr4, cr15, cr14, {3} 18e0: 78367037 ldmvcda r6!, {r0, r1, r2, r4, r5, ip, sp, lr} 18e4: 19ad00b6 stmneib sp!, {r1, r2, r4, r5, r7} 18e8: e0032600 and r2, r3, r0, lsl #12 18ec: 19ed785f stmneib sp!, {r0, r1, r2, r3, r4, r6, fp, ip, sp, lr}^ 18f0: 1c761d1b ldcnel 13, cr1, [r6], #-108 18f4: 783f466f ldmvcda pc!, {r0, r1, r2, r3, r5, r6, r9, sl, lr} 18f8: d3f742be mvnles r4, #-536870901 ; 0xe000000b 18fc: 0c2d042d cfstrseq mvf0, [sp], #-180 1900: 4e23006b cdpmi 0, 2, cr0, cr3, cr11, {3} 1904: 1b9b402e blne 0xfe6d19c4 1908: 81ab9d02 movhi r9, r2, lsl #26 190c: 0c1b041b cfldrseq mvf0, [fp], {27} 1910: 8b0e9d01 blhi 0x3a8d1c 1914: 1bad0076 blne 0xfeb41af4 1918: d13742ab teqle r7, fp, lsr #5 191c: 33301c0b teqcc r0, #2816 ; 0xb00 1920: 701d25ff ldrvcsh r2, [sp], -pc 1924: 9b02705d blls 0x9daa0 1928: 18e3899b stmneia r3!, {r0, r1, r3, r4, r7, r8, fp, pc}^ 192c: 694b600b stmvsdb fp, {r0, r1, r3, sp, lr}^ 1930: 18eb690d stmneia fp!, {r0, r2, r3, r8, fp, sp, lr}^ 1934: 694b604b stmvsdb fp, {r0, r1, r3, r6, sp, lr}^ 1938: 26147e8d ldrcs r7, [r4], -sp, lsl #29 193c: 195b4375 ldmnedb fp, {r0, r2, r4, r5, r6, r8, r9, lr}^ 1940: 9b02614b blls 0x99e74 1944: 18e3881b stmneia r3!, {r0, r1, r3, r4, fp, pc}^ 1948: 694b608b stmvsdb fp, {r0, r1, r3, r7, sp, lr}^ 194c: 25031c1c strcs r1, [r3, #-3100] 1950: d004422b andle r4, r4, fp, lsr #4 1954: 079b1d24 ldreq r1, [fp, r4, lsr #26] 1958: 1ae30f9b bne 0xff8c57cc 195c: 694b614b stmvsdb fp, {r0, r1, r3, r6, r8, sp, lr}^ 1960: 18e5690c stmneia r5!, {r2, r3, r8, fp, sp, lr}^ 1964: 4b0d60cd blmi 0x359ca0 1968: 831d1aed tsthi sp, #970752 ; 0xed000 196c: 8bce694d blhi 0xff39bea8 1970: 614d19ad smlaltbvs r1, sp, sp, r9 1974: 18aa68cd stmneia sl!, {r0, r2, r3, r6, r7, fp, sp, lr} 1978: 1ad262ca bne 0xff49a4a8 197c: 0c02835a stceq 3, cr8, [r2], {90} 1980: 6949850a stmvsdb r9, {r1, r3, r8, sl, pc}^ 1984: 42914a03 addmis r4, r1, #12288 ; 0x3000 1988: 2000d200 andcs sp, r0, r0, lsl #4 198c: fc28f000 stc2 0, cr15, [r8] 1990: 0000fffe streqd pc, [r0], -lr 1994: 00008001 andeq r8, r0, r1 1998: 00118d48 andeqs r8, r1, r8, asr #26 199c: 0000064c andeq r0, r0, ip, asr #12 19a0: 1c17b5f3 cfldr32ne mvfx11, [r7], {243} 19a4: 1c102400 cfldrsne mvf2, [r0], {0} 19a8: ff54f000 swinv 0x0054f000 19ac: 28081c05 stmcsda r8, {r0, r2, sl, fp, ip} 19b0: 1c38d11b ldfned f5, [r8], #-108 19b4: f9c4f001 stmnvib r4, {r0, ip, sp, lr, pc}^ 19b8: 1c7f1c05 ldcnel 12, cr1, [pc], #-20 19bc: e0052600 and r2, r5, r0, lsl #12 19c0: 0c000438 cfstrseq mvf0, [r0], {56} 19c4: fff8f000 swinv 0x00f8f000 19c8: 1c761c07 ldcnel 12, cr1, [r6], #-28 19cc: 0c360436 cfldrseq mvf0, [r6], #-216 19d0: d20842ae andle r4, r8, #-536870902 ; 0xe000000a 19d4: 0c12043a cfldrseq mvf0, [r2], {58} 19d8: 98009901 stmlsda r0, {r0, r8, fp, ip, pc} 19dc: ffe0f7ff swinv 0x00e0f7ff 19e0: 28001c04 stmcsda r0, {r2, sl, fp, ip} 19e4: 1c20daec stcne 10, cr13, [r0], #-944 19e8: 00bee322 adceqs lr, lr, r2, lsr #6 19ec: d1082d07 tstle r8, r7, lsl #26 19f0: 49192002 ldmmidb r9, {r1, sp} 19f4: 19896889 stmneib r9, {r0, r3, r7, fp, sp, lr} 19f8: 49175e08 ldmmidb r7, {r3, r9, sl, fp, ip, lr} 19fc: 180f68c9 stmneda pc, {r0, r3, r6, r7, fp, sp, lr} 1a00: 2200e005 andcs lr, r0, #5 ; 0x5 1a04: 1c382100 ldfnes f2, [r8] 1a08: ff2af000 swinv 0x002af000 1a0c: 48121c07 ldmmida r2, {r0, r1, r2, sl, fp, ip} 1a10: 19806880 stmneib r0, {r7, fp, sp, lr} 1a14: 28007840 stmcsda r0, {r6, fp, ip, sp, lr} 1a18: 1c28d009 stcne 0, cr13, [r8], #-36 1a1c: ff7ef000 swinv 0x007ef000 1a20: 28002100 stmcsda r0, {r8, sp} 1a24: 1e40d0df mcrne 0, 2, sp, cr0, cr15, {6} 1a28: d1fc5439 mvnles r5, r9, lsr r4 1a2c: 1c28e7db stcne 7, cr14, [r8], #-876 1a30: ff74f000 swinv 0x0074f000 1a34: 98011c02 stmlsda r1, {r1, sl, fp, ip} 1a38: 99008800 stmlsdb r0, {fp, pc} 1a3c: 1c381809 ldcne 8, cr1, [r8], #-36 1a40: faaaf013 blx 0xfeabda94 1a44: 88069801 stmhida r6, {r0, fp, ip, pc} 1a48: f0001c28 andnv r1, r0, r8, lsr #24 1a4c: 1830ff67 ldmneda r0!, {r0, r1, r2, r5, r6, r8, r9, sl, fp, ip, sp, lr, pc} 1a50: 80089901 andhi r9, r8, r1, lsl #18 1a54: 0000e7c7 andeq lr, r0, r7, asr #15 1a58: 00008680 andeq r8, r0, r0, lsl #13 1a5c: b08cb5f0 strltd fp, [ip], r0 1a60: ab021c06 blge 0x88a80 1a64: 1c01aa05 stcne 10, cr10, [r1], {5} 1a68: 4cad208a stcmi 0, cr2, [sp], #552 1a6c: 69246924 stmvsdb r4!, {r2, r5, r8, fp, sp, lr} 1a70: 68246a64 stmvsda r4!, {r2, r5, r6, r9, fp, sp, lr} 1a74: fbc4f015 blx 0xff13dad2 1a78: 98051c07 stmlsda r5, {r0, r1, r2, sl, fp, ip} 1a7c: 24029000 strcs r9, [r2] 1a80: 20ff43e4 rsccss r4, pc, r4, ror #7 1a84: 42070200 andmi r0, r7, #0 ; 0x0 1a88: 9800d105 stmlsda r0, {r0, r2, r8, ip, lr, pc} 1a8c: d0022800 andle r2, r2, r0, lsl #16 1a90: 28009802 stmcsda r0, {r1, fp, ip, pc} 1a94: 1c20d101 stfned f5, [r0], #-4 1a98: f000e0ec andnv lr, r0, ip, ror #1 1a9c: f000f8ed andnv pc, r0, sp, ror #17 1aa0: 4da0fa67 stcmi 10, cr15, [r0, #412]! 1aa4: 30301c28 eorccs r1, r0, r8, lsr #24 1aa8: 71479003 cmpvc r7, r3 1aac: 1c312214 lfmne f2, 4, [r1], #-80 1ab0: 30361c28 eorccs r1, r6, r8, lsr #24 1ab4: fb4ef013 blx 0x13bdb0a 1ab8: 9902aa06 stmlsdb r2, {r1, r2, r9, fp, sp, pc} 1abc: f7ff9800 ldrnvb r9, [pc, r0, lsl #16]! 1ac0: 2800febd stmcsda r0, {r0, r2, r3, r4, r5, r7, r9, sl, fp, ip, sp, lr, pc} 1ac4: 6828dbe8 stmvsda r8!, {r3, r5, r6, r7, r8, r9, fp, ip, lr, pc} 1ac8: 42889900 addmi r9, r8, #0 ; 0x0 1acc: 9902d3e3 stmlsdb r2, {r0, r1, r5, r6, r7, r8, r9, ip, lr, pc} 1ad0: 18519a00 ldmneda r1, {r9, fp, ip, pc}^ 1ad4: d2de4288 sbcles r4, lr, #-2147483640 ; 0x80000008 1ad8: 68696928 stmvsda r9!, {r3, r5, r8, fp, sp, lr}^ 1adc: d3da4281 bicles r4, sl, #268435464 ; 0x10000008 1ae0: 1882696a stmneia r2, {r1, r3, r5, r6, r8, fp, sp, lr} 1ae4: d2d64291 sbcles r4, r6, #268435465 ; 0x10000009 1ae8: 428168e9 addmi r6, r1, #15269888 ; 0xe90000 1aec: 4291d3d3 addmis sp, r1, #1275068419 ; 0x4c000003 1af0: 8be8d2d1 blhi 0xffa3663c 1af4: d0ce2800 sbcle r2, lr, r0, lsl #16 1af8: 8940a806 stmhidb r0, {r1, r2, fp, sp, pc}^ 1afc: 180e9900 stmneda lr, {r8, fp, ip, pc} 1b00: e02a2700 eor r2, sl, r0, lsl #14 1b04: 00b91c38 adceqs r1, r9, r8, lsr ip 1b08: 22141871 andcss r1, r4, #7405568 ; 0x710000 1b0c: 686a4350 stmvsda sl!, {r4, r6, r8, r9, lr}^ 1b10: 780b1812 stmvcda fp, {r1, r4, fp, ip} 1b14: 686a7193 stmvsda sl!, {r0, r1, r4, r7, r8, ip, sp, lr}^ 1b18: 784b1812 stmvcda fp, {r1, r4, fp, ip}^ 1b1c: 686a7413 stmvsda sl!, {r0, r1, r4, sl, ip, sp, lr}^ 1b20: 52118849 andpls r8, r1, #4784128 ; 0x490000 1b24: 18096869 stmneda r9, {r0, r3, r5, r6, fp, sp, lr} 1b28: 808a2200 addhi r2, sl, r0, lsl #4 1b2c: 18096869 stmneda r9, {r0, r3, r5, r6, fp, sp, lr} 1b30: 724a2214 subvc r2, sl, #1073741825 ; 0x40000001 1b34: 18096869 stmneda r9, {r0, r3, r5, r6, fp, sp, lr} 1b38: 720a22ff andvc r2, sl, #-268435441 ; 0xf000000f 1b3c: 18096869 stmneda r9, {r0, r3, r5, r6, fp, sp, lr} 1b40: 71ca798a bicvc r7, sl, sl, lsl #19 1b44: 18086869 stmneda r8, {r0, r3, r5, r6, fp, sp, lr} 1b48: 280079c0 stmcsda r0, {r6, r7, r8, fp, ip, sp, lr} 1b4c: 0639d104 ldreqt sp, [r9], -r4, lsl #2 1b50: 98030e09 stmlsda r3, {r0, r3, r9, sl, fp} 1b54: f948f000 stmnvdb r8, {ip, sp, lr, pc}^ 1b58: 7ea81c7f mcrvc 12, 5, r1, cr8, cr15, {3} 1b5c: 0c3f043f cfldrseq mvf0, [pc], #-252 1b60: d3cf4287 bicle r4, pc, #1879048200 ; 0x70000008 1b64: 18300080 ldmneda r0!, {r7} 1b68: e0032600 and r2, r3, r0, lsl #12 1b6c: 1e498b29 cdpne 11, 4, cr8, cr9, cr9, {1} 1b70: 1c768051 ldcnel 0, cr8, [r6], #-324 1b74: 04367ea9 ldreqt r7, [r6], #-3753 1b78: 428e0c36 addmi r0, lr, #13824 ; 0x3600 1b7c: 1c31d217 lfmne f5, 1, [r1], #-92 1b80: 43722214 cmnmi r2, #1073741825 ; 0x40000001 1b84: 189b686b ldmneia fp, {r0, r1, r3, r5, r6, fp, sp, lr} 1b88: 2f007c1f swics 0x00007c1f 1b8c: 60d8d005 sbcvss sp, r8, r5 1b90: 189b686b ldmneia fp, {r0, r1, r3, r5, r6, fp, sp, lr} 1b94: 18c07c1b stmneia r0, {r0, r1, r3, r4, sl, fp, ip, sp, lr}^ 1b98: 2700e001 strcs lr, [r0, -r1] 1b9c: 686b60df stmvsda fp!, {r0, r1, r2, r3, r4, r6, r7, sp, lr}^ 1ba0: 7eab189a mcrvc 8, 5, r1, cr11, cr10, {4} 1ba4: 42991e5b addmis r1, r9, #1456 ; 0x5b0 1ba8: 8a91dae0 bhi 0xfe478730 1bac: 9803e7df stmlsda r3, {r0, r1, r2, r3, r4, r6, r7, r8, r9, sl, sp, lr, pc} 1bb0: 28ff7800 ldmcsia pc!, {fp, ip, sp, lr}^ 1bb4: 1c20d101 stfned f5, [r0], #-4 1bb8: 4668e05c undefined 1bbc: 80812100 addhi r2, r1, r0, lsl #2 1bc0: 1c322600 ldcne 6, cr2, [r2] 1bc4: a806a901 stmgeda r6, {r0, r8, fp, sp, pc} 1bc8: 9b008840 blls 0x23cd0 1bcc: f7ff1818 undefined 1bd0: 1c07fee7 stcne 14, cr15, [r7], {231} 1bd4: db4d2800 blle 0x134bbdc 1bd8: f0001c30 andnv r1, r0, r0, lsr ip 1bdc: 1c06feed stcne 14, cr15, [r6], {237} 1be0: 42860c20 addmi r0, r6, #8192 ; 0x2000 1be4: a806d1ed stmgeda r6, {r0, r2, r3, r5, r6, r7, r8, ip, lr, pc} 1be8: 466988c0 strmibt r8, [r9], -r0, asr #17 1bec: 42818889 addmi r8, r1, #8978432 ; 0x890000 1bf0: a906d13d stmgedb r6, {r0, r2, r3, r4, r5, r8, ip, lr, pc} 1bf4: 4669890a strmibt r8, [r9], -sl, lsl #18 1bf8: 18898889 stmneia r9, {r0, r3, r7, fp, pc} 1bfc: 889bab06 ldmhiia fp, {r1, r2, r8, r9, fp, sp, pc} 1c00: d1344299 ldrleb r4, [r4, -r9]! 1c04: 8849a906 stmhida r9, {r1, r2, r8, fp, sp, pc}^ 1c08: 18599b00 ldmneda r9, {r8, r9, fp, ip, pc}^ 1c0c: 8c281809 stchi 8, cr1, [r8], #-36 1c10: 181868eb ldmneda r8, {r0, r1, r3, r5, r6, r7, fp, sp, lr} 1c14: f9c0f013 stmnvib r0, {r0, r1, r4, ip, sp, lr, pc}^ 1c18: 88016ae8 stmhida r1, {r3, r5, r6, r7, r9, fp, sp, lr} 1c1c: 185168ea ldmneda r1, {r1, r3, r5, r6, r7, fp, sp, lr}^ 1c20: d1c84288 bicle r4, r8, r8, lsl #5 1c24: 20cd2600 sbccs r2, sp, r0, lsl #12 1c28: 18280040 stmneda r8!, {r6} 1c2c: 200e9004 andcs r9, lr, r4 1c30: 90004370 andls r4, r0, r0, ror r3 1c34: 22009904 andcs r9, r0, #65536 ; 0x10000 1c38: 9800520a stmlsda r0, {r1, r3, r9, ip, lr} 1c3c: 1c899904 stcne 9, cr9, [r9], {4} 1c40: 2000520a andcs r5, r0, sl, lsl #4 1c44: 21cf0042 biccs r0, pc, r2, asr #32 1c48: 9b000049 blls 0x1d74 1c4c: 185b18eb ldmneda fp, {r0, r1, r3, r5, r6, r7, fp, ip}^ 1c50: 52990c21 addpls r0, r9, #8448 ; 0x2100 1c54: 04001c40 streq r1, [r0], #-3136 1c58: 28050c00 stmcsda r5, {sl, fp} 1c5c: 1c76d3f2 ldcnel 3, cr13, [r6], #-968 1c60: 0c360436 cfldrseq mvf0, [r6], #-216 1c64: d3e22e14 mvnle r2, #320 ; 0x140 1c68: fc46f000 mcrr2 0, 0, pc, r6, cr0 1c6c: d0002801 andle r2, r0, r1, lsl #16 1c70: 1c38e711 ldcne 7, cr14, [r8], #-68 1c74: e35cb00c cmp ip, #12 ; 0xc 1c78: 2000b5f1 strcsd fp, [r0], -r1 1c7c: 60084929 andvs r4, r8, r9, lsr #18 1c80: 60488308 subvs r8, r8, r8, lsl #6 1c84: 61c87688 bicvs r7, r8, r8, lsl #13 1c88: 60c86088 sbcvs r6, r8, r8, lsl #1 1c8c: 4a238408 bmi 0x8e2cb4 1c90: 84ca848a strhib r8, [sl], #1162 1c94: 62c8850a sbcvs r8, r8, #41943040 ; 0x2800000 1c98: 34301c0c ldrcct r1, [r0], #-3084 1c9c: 702525ff strvcd r2, [r5], -pc 1ca0: 80607065 rsbhi r7, r0, r5, rrx 1ca4: 4e1e7125 mufmiep f7, f6, f5 1ca8: 28ff7960 ldmcsia pc!, {r5, r6, r8, fp, ip, sp, lr}^ 1cac: 2300d011 tstcs r0, #17 ; 0x11 1cb0: 31352200 teqcc r5, r0, lsl #4 1cb4: 69372084 ldmvsdb r7!, {r2, r7, sp} 1cb8: 6a7f693f bvs 0x1fdc1bc 1cbc: f015683f andnvs r6, r5, pc, lsr r8 1cc0: 7165fa99 strvcb pc, [r5, #-169]! 1cc4: 21002014 tstcs r0, r4, lsl r0 1cc8: 32364a16 eorccs r4, r6, #90112 ; 0x16000 1ccc: 52111e80 andpls r1, r1, #2048 ; 0x800 1cd0: 2500d1fc strcs sp, [r0, #-508] 1cd4: 70054668 andvc r4, r5, r8, ror #12 1cd8: 43682015 cmnmi r8, #21 ; 0x15 1cdc: 311a1c21 tstcc sl, r1, lsr #24 1ce0: 28005c08 stmcsda r0, {r3, sl, fp, ip, lr} 1ce4: 2300d009 tstcs r0, #9 ; 0x9 1ce8: 46692200 strmibt r2, [r9], -r0, lsl #4 1cec: 69372084 ldmvsdb r7!, {r2, r7, sp} 1cf0: 6a7f693f bvs 0x1fdc1f4 1cf4: f015683f andnvs r6, r5, pc, lsr r8 1cf8: 1c6dfa7d stcnel 10, cr15, [sp], #-500 1cfc: 0e2d062d cfmadda32eq mvax1, mvax0, mvfx13, mvfx13 1d00: d3e72d10 mvnle r2, #1024 ; 0x400 1d04: 004020a8 subeq r2, r0, r8, lsr #1 1d08: 4a062100 bmi 0x18a110 1d0c: 1e80324a cdpne 2, 8, cr3, cr0, cr10, {2} 1d10: d1fc5211 mvnles r5, r1, lsl r2 1d14: bc01bcf8 stclt 12, cr11, [r1], {248} 1d18: 00004700 andeq r4, r0, r0, lsl #14 1d1c: 0000ffff streqd pc, [r0], -pc 1d20: 0000015c andeq r0, r0, ip, asr r1 1d24: 00008680 andeq r8, r0, r0, lsl #13 1d28: 2100b510 tstcs r0, r0, lsl r5 1d2c: 6900482d stmvsdb r0, {r0, r2, r3, r5, fp, lr} 1d30: 00ca2400 sbceq r2, sl, r0, lsl #8 1d34: 6a5b6883 bvs 0x16dbf48 1d38: 711c189b ldrvcb r1, [ip, -fp] 1d3c: 6a5b6883 bvs 0x16dbf50 1d40: 709c189b umullvcs r1, ip, fp, r8 1d44: 6a5b6883 bvs 0x16dbf58 1d48: 70d4189a smullvcs r1, r4, sl, r8 1d4c: 06091c49 streq r1, [r9], -r9, asr #24 1d50: 29040e09 stmcsdb r4, {r0, r3, r9, sl, fp} 1d54: 2100d3ed smlattcs r0, sp, r3, sp 1d58: 434a2214 cmpmi sl, #1073741825 ; 0x40000001 1d5c: 6a5b6843 bvs 0x16dbe70 1d60: 721c189b andvcs r1, ip, #10158080 ; 0x9b0000 1d64: 6a5b6843 bvs 0x16dbe78 1d68: 725c189b subvcs r1, ip, #10158080 ; 0x9b0000 1d6c: 6a5b6843 bvs 0x16dbe80 1d70: 805c189b ldrhib r1, [ip], #-139 1d74: 6a5b6843 bvs 0x16dbe88 1d78: 809c189b umullhis r1, ip, fp, r8 1d7c: 6a5b6843 bvs 0x16dbe90 1d80: 80dc189b smullhis r1, ip, fp, r8 1d84: 6a5b6843 bvs 0x16dbe98 1d88: 2301189a tstcs r1, #10092544 ; 0x9a0000 1d8c: 1c497413 cfstrdne mvd7, [r9], {19} 1d90: 0e090609 cfmadd32eq mvax0, mvfx0, mvfx9, mvfx9 1d94: d3df2904 bicles r2, pc, #65536 ; 0x10000 1d98: 014a2100 cmpeq sl, r0, lsl #2 1d9c: 6a5b6983 bvs 0x16dc3b0 1da0: 74dc189b ldrvcb r1, [ip], #2203 1da4: 6a5b6983 bvs 0x16dc3b8 1da8: 769c189b undefined 1dac: 6a5b6983 bvs 0x16dc3c0 1db0: 765c189b undefined 1db4: 6a5b6983 bvs 0x16dc3c8 1db8: 751c189b ldrvc r1, [ip, #-2203] 1dbc: 6a5b6983 bvs 0x16dc3d0 1dc0: 60dc189b smullvss r1, ip, fp, r8 1dc4: 6a5b6983 bvs 0x16dc3d8 1dc8: 771c189b undefined 1dcc: 6a5b6983 bvs 0x16dc3e0 1dd0: 236f189a cmncs pc, #10092544 ; 0x9a0000 1dd4: 1c497493 cfstrdne mvd7, [r9], {147} 1dd8: 0e090609 cfmadd32eq mvax0, mvfx0, mvfx9, mvfx9 1ddc: d3dc2903 bicles r2, ip, #49152 ; 0xc000 1de0: 0000e016 andeq lr, r0, r6, lsl r0 1de4: 0000015c andeq r0, r0, ip, asr r1 1de8: 4a90b510 bmi 0xfe42f230 1dec: 23146852 tstcs r4, #5373952 ; 0x520000 1df0: 18d3434b ldmneia r3, {r0, r1, r3, r6, r8, r9, lr}^ 1df4: 721c24ff andvcs r2, ip, #-16777216 ; 0xff000000 1df8: 2bff7803 blcs 0xfffdfe0c 1dfc: 7001d101 andvc sp, r1, r1, lsl #2 1e00: 7843e004 stmvcda r3, {r2, sp, lr, pc}^ 1e04: 43632414 cmnmi r3, #335544320 ; 0x14000000 1e08: 721118d2 andvcs r1, r1, #13762560 ; 0xd20000 1e0c: 46c07041 strmib r7, [r0], r1, asr #32 1e10: bc01bc10 stclt 12, cr11, [r1], {16} 1e14: 00004700 andeq r4, r0, r0, lsl #14 1e18: 7802b5f3 stmvcda r2, {r0, r1, r4, r5, r6, r7, r8, sl, ip, sp, pc} 1e1c: 685b4b83 ldmvsda fp, {r0, r1, r7, r8, r9, fp, lr}^ 1e20: 23149300 tstcs r4, #0 ; 0x0 1e24: 9c00434b stcls 3, cr4, [r0], {75} 1e28: 23ff18e4 mvncss r1, #14942208 ; 0xe40000 1e2c: d107428a smlabble r7, sl, r2, r4 1e30: 70017a21 andvc r7, r1, r1, lsr #20 1e34: 78017223 stmvcda r1, {r0, r1, r5, r9, ip, sp, lr} 1e38: d11629ff ldrlesh r2, [r6, -pc] 1e3c: e0147043 ands r7, r4, r3, asr #32 1e40: 43552514 cmpmi r5, #83886080 ; 0x5000000 1e44: 19759e00 ldmnedb r5!, {r9, sl, fp, ip, pc}^ 1e48: 7a2f466e bvc 0xbd3808 1e4c: 7a2e7137 bvc 0xb9e330 1e50: d106428e smlabble r6, lr, r2, r4 1e54: 722e7a26 eorvc r7, lr, #155648 ; 0x26000 1e58: 78457223 stmvcda r5, {r0, r1, r5, r9, ip, sp, lr}^ 1e5c: d10042a9 smlatble r0, r9, r2, r4 1e60: 466a7042 strmibt r7, [sl], -r2, asr #32 1e64: 2aff7912 bcs 0xfffe02b4 1e68: 46c0d1ea strmib sp, [r0], sl, ror #3 1e6c: bc01bcfc stclt 12, cr11, [r1], {252} 1e70: 00004700 andeq r4, r0, r0, lsl #14 1e74: 7801b510 stmvcda r1, {r4, r8, sl, ip, sp, pc} 1e78: 42917842 addmis r7, r1, #4325376 ; 0x420000 1e7c: 4a6bd00e bmi 0x1af5ebc 1e80: 23146852 tstcs r4, #5373952 ; 0x520000 1e84: 18d3434b ldmneia r3, {r0, r1, r3, r6, r8, r9, lr}^ 1e88: 70047a1c andvc r7, r4, ip, lsl sl 1e8c: 721c24ff andvcs r2, ip, #-16777216 ; 0xff000000 1e90: 24147843 ldrcs r7, [r4], #-2115 1e94: 18d24363 ldmneia r2, {r0, r1, r5, r6, r8, r9, lr}^ 1e98: 70417211 subvc r7, r1, r1, lsl r2 1e9c: 0000e7b8 streqh lr, [r0], -r8 1ea0: 1c04b530 cfstr32ne mvfx11, [r4], {48} 1ea4: 20001c0d andcs r1, r0, sp, lsl #24 1ea8: 29ff7821 ldmcsib pc!, {r0, r5, fp, ip, sp, lr}^ 1eac: 7025d101 eorvc sp, r5, r1, lsl #2 1eb0: 1c29e00a stcne 0, cr14, [r9], #-40 1eb4: 303048a9 eorccs r4, r0, r9, lsr #17 1eb8: ffaef7ff swinv 0x00aef7ff 1ebc: 1c641c29 stcnel 12, cr1, [r4], #-164 1ec0: f7ff1c20 ldrnvb r1, [pc, r0, lsr #24]! 1ec4: 2002ff91 mulcs r2, r1, pc 1ec8: faa3f7fe blx 0xfe8ffec8 1ecc: 1c04b510 cfstr32ne mvfx11, [r4], {16} 1ed0: 70017841 andvc r7, r1, r1, asr #16 1ed4: d00729ff strled r2, [r7], -pc 1ed8: f7ff1c40 ldrnvb r1, [pc, r0, asr #24]! 1edc: 7821ff9d stmvcda r1!, {r0, r2, r3, r4, r7, r8, r9, sl, fp, ip, sp, lr, pc} 1ee0: 3030489e mlaccs r0, lr, r8, r4 1ee4: ff80f7ff swinv 0x0080f7ff 1ee8: f82cf003 stmnvda ip!, {r0, r1, ip, sp, lr, pc} 1eec: 1c04b5f0 cfstr32ne mvfx11, [r4], {240} 1ef0: 20001c15 andcs r1, r0, r5, lsl ip 1ef4: 428143c0 addmi r4, r1, #3 ; 0x3 1ef8: 4285d101 addmi sp, r5, #1073741824 ; 0x40000000 1efc: 1c0ed01b stcne 0, cr13, [lr], {27} 1f00: 4896e015 ldmmiia r6, {r0, r2, r4, sp, lr, pc} 1f04: 21146842 tstcs r4, r2, asr #16 1f08: 18514361 ldmneda r1, {r0, r5, r6, r8, r9, lr}^ 1f0c: 5d8968c9 stcpl 8, cr6, [r9, #804] 1f10: 434b2314 cmpmi fp, #1342177280 ; 0x50000000 1f14: 79d718d2 ldmvcib r7, {r1, r4, r6, r7, fp, ip}^ 1f18: 71d71e7f bicvcs r1, r7, pc, ror lr 1f1c: 18d26842 ldmneia r2, {r1, r6, fp, sp, lr}^ 1f20: 2a0079d2 bcs 0x20670 1f24: 3030d102 eorccs sp, r0, r2, lsl #2 1f28: ff5ef7ff swinv 0x005ef7ff 1f2c: 04361c76 ldreqt r1, [r6], #-3190 1f30: 42b51436 adcmis r1, r5, #905969664 ; 0x36000000 1f34: e1fbdae5 mvns sp, r5, ror #21 1f38: 2214b510 andcss fp, r4, #67108864 ; 0x4000000 1f3c: 4887434a stmmiia r7, {r1, r3, r6, r8, r9, lr} 1f40: 189b6843 ldmneia fp, {r0, r1, r6, fp, sp, lr} 1f44: 1e6479dc mcrne 9, 3, r7, cr4, cr12, {6} 1f48: 684371dc stmvsda r3, {r2, r3, r4, r6, r7, r8, ip, sp, lr}^ 1f4c: 79d2189a ldmvcib r2, {r1, r3, r4, r7, fp, ip}^ 1f50: d1022a00 tstle r2, r0, lsl #20 1f54: f7ff3030 undefined 1f58: f002ff47 andnv pc, r2, r7, asr #30 1f5c: 0000fff3 streqd pc, [r0], -r3 1f60: 487e1c01 ldmmida lr!, {r0, sl, fp, ip}^ 1f64: 42917e82 addmis r7, r1, #2080 ; 0x820 1f68: 0fc04180 swieq 0x00c04180 1f6c: 00004770 andeq r4, r0, r0, ror r7 1f70: 487ab530 ldmmida sl!, {r4, r5, r8, sl, ip, sp, pc}^ 1f74: 31344909 teqcc r4, r9, lsl #18 1f78: 21006101 tstcs r0, r1, lsl #2 1f7c: 4d062200 sfmmi f2, 4, [r6] 1f80: 69040093 stmvsdb r4, {r0, r1, r4, r7} 1f84: 1c5250e5 mrrcne 0, 14, r5, r2, cr5 1f88: 019b2380 orreqs r2, fp, r0, lsl #7 1f8c: d3f7429a mvnles r4, #-1610612727 ; 0xa0000009 1f90: f7fe6141 ldrnvb r6, [lr, r1, asr #2]! 1f94: 46c0fe33 undefined 1f98: deadbeef cdple 14, 10, cr11, cr13, cr15, {7} 1f9c: 0000064c andeq r0, r0, ip, asr #12 1fa0: 1c04b5f3 cfstr32ne mvfx11, [r4], {243} 1fa4: f0001c15 andnv r1, r0, r5, lsl ip 1fa8: 210afed5 ldrcsd pc, [sl, -r5] 1fac: 91004341 tstls r0, r1, asr #6 1fb0: 6af24e1e bvs 0xffc95830 1fb4: 888f1851 stmhiia pc, {r0, r4, r6, fp, ip} 1fb8: f0001c29 andnv r1, r0, r9, lsr #24 1fbc: 2800f83d stmcsda r0, {r0, r2, r3, r4, r5, fp, ip, sp, lr, pc} 1fc0: e035da00 eors sp, r5, r0, lsl #20 1fc4: 1c644669 stcnel 6, cr4, [r4], #-420 1fc8: 42bd808c adcmis r8, sp, #140 ; 0x8c 1fcc: 1c2cd215 sfmne f5, 1, [ip], #-84 1fd0: 0c240424 cfstrseq mvf0, [r4], #-144 1fd4: d2f442bc rscles r4, r4, #-1073741813 ; 0xc000000b 1fd8: 6af19800 bvs 0xffc67fe0 1fdc: 88011808 stmhida r1, {r3, fp, ip} 1fe0: 43608840 cmnmi r0, #4194304 ; 0x400000 1fe4: 04091809 streq r1, [r9], #-2057 1fe8: 46680c09 strmibt r0, [r8], -r9, lsl #24 1fec: f0008880 andnv r8, r0, r0, lsl #17 1ff0: 2800f8fb stmcsda r0, {r0, r1, r3, r4, r5, r6, r7, fp, ip, sp, lr, pc} 1ff4: 1c64dbe5 stcnel 11, cr13, [r4], #-916 1ff8: 42afe7ea adcmi lr, pc, #61341696 ; 0x3a80000 1ffc: 1c3cd2e1 lfmne f5, 1, [ip], #-900 2000: 0c240424 cfstrseq mvf0, [r4], #-144 2004: d2dc42ac sbcles r4, ip, #-1073741814 ; 0xc000000a 2008: 6af19800 bvs 0xffc68010 200c: 88011808 stmhida r1, {r3, fp, ip} 2010: 43608840 cmnmi r0, #4194304 ; 0x400000 2014: 04091809 streq r1, [r9], #-2057 2018: 46680c09 strmibt r0, [r8], -r9, lsl #24 201c: f0008880 andnv r8, r0, r0, lsl #17 2020: 2800f89f stmcsda r0, {r0, r1, r2, r3, r4, r7, fp, ip, sp, lr, pc} 2024: 1c64dbcd stcnel 11, cr13, [r4], #-820 2028: 0000e7ea andeq lr, r0, sl, ror #15 202c: 00008680 andeq r8, r0, r0, lsl #13 2030: bc02bcfc stclt 12, cr11, [r2], {252} 2034: 00004708 andeq r4, r0, r8, lsl #14 2038: b081b5f1 strltd fp, [r1], r1 203c: 46681c0c strmibt r1, [r8], -ip, lsl #24 2040: 200a8885 andcs r8, sl, r5, lsl #17 2044: 4e454345 cdpmi 3, 4, cr4, cr5, cr5, {2} 2048: 19416af0 stmnedb r1, {r4, r5, r6, r7, r9, fp, sp, lr}^ 204c: 42a2888a adcmi r8, r2, #9043968 ; 0x8a0000 2050: 2000d101 andcs sp, r0, r1, lsl #2 2054: 4294e07e addmis lr, r4, #126 ; 0x7e 2058: 808cd201 addhi sp, ip, r1, lsl #4 205c: 466ae7f9 undefined 2060: 4363884b cmnmi r3, #4915200 ; 0x4b0000 2064: 8bf28013 blhi 0xffca20b8 2068: 880f4bb4 stmhida pc, {r2, r4, r5, r7, r8, r9, fp, lr} 206c: d011429f mulles r1, pc, r2 2070: 429f890f addmis r8, pc, #245760 ; 0x3c000 2074: 890bd006 stmhidb fp, {r1, r2, ip, lr, pc} 2078: 437b270a cmnmi fp, #2621440 ; 0x280000 207c: 880b5ac0 stmhida fp, {r6, r7, r9, fp, ip, lr} 2080: e0011ac0 and r1, r1, r0, asr #21 2084: 1a108808 bne 0x4240ac 2088: 881b466b ldmhida fp, {r0, r1, r3, r5, r6, r9, sl, lr} 208c: 0c000400 cfstrseq mvf0, [r0], {0} 2090: d2e24298 rscle r4, r2, #-2147483639 ; 0x80000009 2094: 1c036970 stcne 9, cr6, [r3], {112} 2098: 42382703 eormis r2, r8, #786432 ; 0xc0000 209c: 1d1bd004 ldcne 0, cr13, [fp, #-16] 20a0: 0f800780 swieq 0x00800780 20a4: 61701a18 cmnvs r0, r8, lsl sl 20a8: 0f801050 swieq 0x00801050 20ac: 1c181883 ldcne 8, cr1, [r8], {131} 20b0: 1a1043b8 bne 0x412f98 20b4: 4828d003 stmmida r8!, {r0, r1, ip, lr, pc} 20b8: 1d004018 stcne 0, cr4, [r0, #-96] 20bc: 697083f0 ldmvsdb r0!, {r4, r5, r6, r7, r8, r9, pc}^ 20c0: 8812466a ldmhida r2, {r1, r3, r5, r6, r9, sl, lr} 20c4: 23801882 orrcs r1, r0, #8519680 ; 0x820000 20c8: 429a021b addmis r0, sl, #-1342177279 ; 0xb0000001 20cc: 2004d302 andcs sp, r4, r2, lsl #6 20d0: e03f43c0 eors r4, pc, r0, asr #7 20d4: 181f6933 ldmneda pc, {r0, r1, r4, r5, r8, fp, sp, lr} 20d8: 8bf06172 blhi 0xffc1a6a8 20dc: 8812466a ldmhida r2, {r1, r3, r5, r6, r9, sl, lr} 20e0: 83f01880 mvnhis r1, #8388608 ; 0x800000 20e4: 8888884a stmhiia r8, {r1, r3, r6, fp, pc} 20e8: 04124342 ldreq r4, [r2], #-834 20ec: 88080c12 stmhida r8, {r1, r4, sl, fp} 20f0: 180968f1 stmneda r9, {r0, r4, r5, r6, r7, fp, sp, lr} 20f4: f0121c38 andnvs r1, r2, r8, lsr ip 20f8: 4668ff4f strmibt pc, [r8], -pc, asr #30 20fc: 210a8880 smlabbcs sl, r0, r8, r8 2100: 49164348 ldmmidb r6, {r3, r6, r8, r9, lr} 2104: 18086ac9 stmneda r8, {r0, r3, r6, r7, r9, fp, sp, lr} 2108: 46688842 strmibt r8, [r8], -r2, asr #16 210c: 210a8880 smlabbcs sl, r0, r8, r8 2110: 49124348 ldmmidb r2, {r3, r6, r8, r9, lr} 2114: 18086ac9 stmneda r8, {r0, r3, r6, r7, r9, fp, sp, lr} 2118: 43428880 cmpmi r2, #8388608 ; 0x800000 211c: 0c120412 cfldrseq mvf0, [r2], {18} 2120: 466920ff undefined 2124: 230a8889 tstcs sl, #8978432 ; 0x890000 2128: 4b0c4359 blmi 0x312e94 212c: 5a596adb bpl 0x165cca0 2130: 68db4b0a ldmvsia fp, {r1, r3, r8, r9, fp, lr}^ 2134: 2a001859 bcs 0x82a0 2138: 1e52d002 cdpne 0, 5, cr13, cr2, cr2, {0} 213c: d1fc5488 mvnles r5, r8, lsl #9 2140: 19406af0 stmnedb r0, {r4, r5, r6, r7, r9, fp, sp, lr}^ 2144: 1a7968f1 bne 0x1e5c510 2148: 80848001 addhi r8, r4, r1 214c: 88804668 stmhiia r0, {r3, r5, r6, r9, sl, lr} 2150: f99cf000 ldmnvib ip, {ip, sp, lr, pc} 2154: 0000e76c andeq lr, r0, ip, ror #14 2158: 0000fffc streqd pc, [r0], -ip 215c: 00008680 andeq r8, r0, r0, lsl #13 2160: b081b5f3 strltd fp, [r1], r3 2164: 24012700 strcs r2, [r1], #-1792 2168: e00d2500 and r2, sp, r0, lsl #10 216c: 0c360436 cfldrseq mvf0, [r6], #-216 2170: 68c04871 stmvsia r0, {r0, r4, r5, r6, fp, lr}^ 2174: 88094669 stmhida r9, {r0, r3, r5, r6, r9, sl, lr} 2178: 1c6d5381 stcnel 3, cr5, [sp], #-516 217c: 0c2d042d cfstrseq mvf0, [sp], #-180 2180: 0c240424 cfstrseq mvf0, [r4], #-144 2184: d22942a5 eorle r4, r9, #1342177290 ; 0x5000000a 2188: 88804668 stmhiia r0, {r3, r5, r6, r9, sl, lr} 218c: 04301946 ldreqt r1, [r0], #-2374 2190: f0000c00 andnv r0, r0, r0, lsl #24 2194: 2808fb5f stmcsda r8, {r0, r1, r2, r3, r4, r6, r8, r9, fp, ip, sp, lr, pc} 2198: 4668d105 strmibt sp, [r8], -r5, lsl #2 219c: f0008880 andnv r8, r0, r0, lsl #17 21a0: 1824fdcf stmneda r4!, {r0, r1, r2, r3, r6, r7, r8, sl, fp, ip, sp, lr, pc} 21a4: 2807e7e9 stmcsda r7, {r0, r3, r5, r6, r7, r8, r9, sl, sp, lr, pc} 21a8: 0430d1e7 ldreqt sp, [r0], #-487 21ac: f0000c00 andnv r0, r0, r0, lsl #24 21b0: 2102f92f tstcsp r2, pc, lsr #18 21b4: 8892466a ldmhiia r2, {r1, r3, r5, r6, r9, sl, lr} 21b8: 00921952 addeqs r1, r2, r2, asr r9 21bc: 689b4b5e ldmvsia fp, {r1, r2, r3, r4, r6, r8, r9, fp, lr} 21c0: 5e51189a mrcpl 8, 2, r1, cr1, cr10, {4} 21c4: 8912466a ldmhidb r2, {r1, r3, r5, r6, r9, sl, lr} 21c8: 0432188e ldreqt r1, [r2], #-2190 21cc: 1c010c12 stcne 12, cr0, [r1], {18} 21d0: f0004668 andnv r4, r0, r8, ror #12 21d4: 1c07f859 stcne 8, cr15, [r7], {89} 21d8: dac72800 ble 0xff1cc1e0 21dc: 46c01c38 undefined 21e0: bc02bcfe stclt 12, cr11, [r2], {254} 21e4: 00004708 andeq r4, r0, r8, lsl #14 21e8: b082b5f2 strltd fp, [r2], r2 21ec: 26001c07 strcs r1, [r0], -r7, lsl #24 21f0: fb30f000 blx 0xc3e1fa 21f4: 1c79466a ldcnel 6, cr4, [r9], #-424 21f8: 25008011 strcs r8, [r0, #-17] 21fc: d12a2807 teqle sl, r7, lsl #16 2200: 89014668 stmhidb r1, {r3, r5, r6, r9, sl, lr} 2204: f0001c38 andnv r1, r0, r8, lsr ip 2208: 1c07fda5 stcne 13, cr15, [r7], {165} 220c: 4378200a cmnmi r8, #10 ; 0xa 2210: 49499001 stmmidb r9, {r0, ip, pc}^ 2214: 18086ac9 stmneda r8, {r0, r3, r6, r7, r9, fp, sp, lr} 2218: e0008884 and r8, r0, r4, lsl #17 221c: 042d1c6d streqt r1, [sp], #-3181 2220: 42a50c2d adcmi r0, r5, #11520 ; 0x2d00 2224: 9801d212 stmlsda r1, {r1, r4, r9, ip, lr, pc} 2228: 6ac94943 bvs 0xff25473c 222c: 88011808 stmhida r1, {r3, fp, ip} 2230: 43688840 cmnmi r8, #4194304 ; 0x400000 2234: 04091809 streq r1, [r9], #-2057 2238: 46680c09 strmibt r0, [r8], -r9, lsl #24 223c: f7ff8800 ldrnvb r8, [pc, r0, lsl #16]! 2240: 1c06ffd3 stcne 15, cr15, [r6], {211} 2244: dae92800 ble 0xffa4c24c 2248: e7c91c30 undefined 224c: f0001c38 andnv r1, r0, r8, lsr ip 2250: 1c06f84b stcne 8, cr15, [r6], {75} 2254: 2808e7f8 stmcsda r8, {r3, r4, r5, r6, r7, r8, r9, sl, sp, lr, pc} 2258: 1c38d1f6 ldfned f5, [r8], #-984 225c: fd70f000 ldc2l 0, cr15, [r0] 2260: 46681c04 strmibt r1, [r8], -r4, lsl #24 2264: 042d8807 streqt r8, [sp], #-2055 2268: 42a50c2d adcmi r0, r5, #11520 ; 0x2d00 226c: 4668d2ec strmibt sp, [r8], -ip, ror #5 2270: 19788901 ldmnedb r8!, {r0, r8, fp, pc}^ 2274: 0c000400 cfstrseq mvf0, [r0], {0} 2278: ffb6f7ff swinv 0x00b6f7ff 227c: 28001c06 stmcsda r0, {r1, r2, sl, fp, ip} 2280: 1c6ddbe2 stcnel 11, cr13, [sp], #-904 2284: 0000e7ef andeq lr, r0, pc, ror #15 2288: 1c04b5f2 cfstr32ne mvfx11, [r4], {242} 228c: 4e2b1c15 mcrmi 12, 1, r1, cr11, cr5, {0} 2290: 8d384f29 ldchi 15, cr4, [r8, #-164]! 2294: d10542b0 strleh r4, [r5, -r0] 2298: f0002005 andnv r2, r0, r5 229c: 2800f851 stmcsda r0, {r0, r4, r6, fp, ip, sp, lr, pc} 22a0: e0b1da00 adcs sp, r1, r0, lsl #20 22a4: 80208d38 eorhi r8, r0, r8, lsr sp 22a8: 4341210a cmpmi r1, #-2147483646 ; 0x80000002 22ac: 18516afa ldmneda r1, {r1, r3, r4, r5, r6, r7, r9, fp, sp, lr}^ 22b0: 85398909 ldrhi r8, [r9, #-2313]! 22b4: f90ef000 stmnvdb lr, {ip, sp, lr, pc} 22b8: 88226af9 stmhida r2!, {r0, r3, r4, r5, r6, r7, r9, fp, sp, lr} 22bc: 435a230a cmpmi sl, #671088640 ; 0x28000000 22c0: 8822528e stmhida r2!, {r1, r2, r3, r7, r9, ip, lr} 22c4: 188a435a stmneia sl, {r1, r3, r4, r6, r8, r9, lr} 22c8: 881b466b ldmhida fp, {r0, r1, r3, r5, r6, r9, sl, lr} 22cc: 88228053 stmhida r2!, {r0, r1, r4, r6, pc} 22d0: 435a230a cmpmi sl, #671088640 ; 0x28000000 22d4: 2300188a tstcs r0, #9043968 ; 0x8a0000 22d8: 88228093 stmhida r2!, {r0, r1, r4, r7, pc} 22dc: 435a230a cmpmi sl, #671088640 ; 0x28000000 22e0: 80cd1889 sbchi r1, sp, r9, lsl #17 22e4: 0000e7dd ldreqd lr, [r0], -sp 22e8: 4913b5f0 ldmmidb r3, {r4, r5, r6, r7, r8, sl, ip, sp, pc} 22ec: 230a6aca tstcs sl, #827392 ; 0xca000 22f0: 18d34343 ldmneia r3, {r0, r1, r6, r8, r9, lr}^ 22f4: 809c2400 addhis r2, ip, r0, lsl #8 22f8: 4c10805c ldcmi 0, cr8, [r0], {92} 22fc: 80dc801c sbchis r8, ip, ip, lsl r0 2300: 42a88c8d adcmi r8, r8, #36096 ; 0x8d00 2304: 891ad103 ldmhidb sl, {r0, r1, r8, ip, lr, pc} 2308: e00e848a and r8, lr, sl, lsl #9 230c: 42a58935 adcmi r8, r5, #868352 ; 0xd4000 2310: 260ad00b strcs sp, [sl], -fp 2314: 1996436e ldmneib r6, {r1, r2, r3, r5, r6, r8, r9, lr} 2318: 42878937 addmi r8, r7, #901120 ; 0xdc000 231c: 891ad1f6 ldmhidb sl, {r1, r2, r4, r5, r6, r7, r8, ip, lr, pc} 2320: 8cca8132 stfhip f0, [sl], {50} 2324: d1004290 strleb r4, [r0, -r0] 2328: 8d0a84cd cfstrshi mvf8, [sl, #-820] 232c: 8508811a strhi r8, [r8, #-282] 2330: bcf02000 ldcltl 0, cr2, [r0] 2334: 4708bc02 strmi fp, [r8, -r2, lsl #24] 2338: 00008680 andeq r8, r0, r0, lsl #13 233c: 0000ffff streqd pc, [r0], -pc 2340: 4cbeb5f1 cfldr32mi mvfx11, [lr], #964 2344: 466a6ae1 strmibt r6, [sl], -r1, ror #21 2348: 8013888b andhis r8, r3, fp, lsl #17 234c: 18158812 ldmneda r5, {r1, r4, fp, pc} 2350: 436a884a cmnmi sl, #4849664 ; 0x4a0000 2354: 1c036960 stcne 9, cr6, [r3], {96} 2358: 42302603 eormis r2, r0, #3145728 ; 0x300000 235c: 1d1bd004 ldcne 0, cr13, [fp, #-16] 2360: 0f800780 swieq 0x00800780 2364: 61601a18 cmnvs r0, r8, lsl sl 2368: 10588be3 subnes r8, r8, r3, ror #23 236c: 18c60f80 stmneia r6, {r7, r8, r9, sl, fp}^ 2370: 27031c30 smladxcs r3, r0, ip, r1 2374: 1a1843b8 bne 0x61325c 2378: 48b2d003 ldmmiia r2!, {r0, r1, ip, lr, pc} 237c: 1d004030 stcne 0, cr4, [r0, #-192] 2380: 696383e0 stmvsdb r3!, {r5, r6, r7, r8, r9, pc}^ 2384: 0c120412 cfldrseq mvf0, [r2], {18} 2388: 26801898 pkhbtcs r1, r0, r8, LSL #17 238c: 42b00236 adcmis r0, r0, #1610612739 ; 0x60000003 2390: 2004d302 andcs sp, r4, r2, lsl #6 2394: e03743c0 eors r4, r7, r0, asr #7 2398: 18f66926 ldmneia r6!, {r1, r2, r5, r8, fp, sp, lr}^ 239c: 8be06160 blhi 0xff81a924 23a0: 83e01880 mvnhi r1, #8388608 ; 0x800000 23a4: 8888884a stmhiia r8, {r1, r3, r6, fp, pc} 23a8: 04124342 ldreq r4, [r2], #-834 23ac: 1c300c12 ldcne 12, cr0, [r0], #-72 23b0: fdf2f012 ldc2l 0, cr15, [r2, #72]! 23b4: 48a262e6 stmmiia r2!, {r1, r2, r5, r6, r7, r9, sp, lr} 23b8: 83411a31 cmphi r1, #200704 ; 0x31000 23bc: 68e16ae0 stmvsia r1!, {r5, r6, r7, r9, fp, sp, lr}^ 23c0: 80011a71 andhi r1, r1, r1, ror sl 23c4: 80856ae0 addhi r6, r5, r0, ror #21 23c8: 1829489f stmneda r9!, {r0, r1, r2, r3, r4, r7, fp, lr} 23cc: e0122500 ands r2, r2, r0, lsl #10 23d0: 434a220a cmpmi sl, #-1610612736 ; 0xa0000000 23d4: 52986ae3 addpls r6, r8, #929792 ; 0xe3000 23d8: 189b6ae3 ldmneia fp, {r0, r1, r5, r6, r7, r9, fp, sp, lr} 23dc: 6ae3805d bvs 0xff8e2558 23e0: 809d189b umullhis r1, sp, fp, r8 23e4: 189b6ae3 ldmneia fp, {r0, r1, r5, r6, r7, r9, fp, sp, lr} 23e8: 6ae380d8 bvs 0xff8e2750 23ec: 8d23189a stchi 8, cr1, [r3, #-616]! 23f0: 85218113 strhi r8, [r1, #-275]! 23f4: 466a1809 strmibt r1, [sl], -r9, lsl #16 23f8: 04098812 streq r8, [r9], #-2066 23fc: 42910c09 addmis r0, r1, #2304 ; 0x900 2400: 2000d2e6 andcs sp, r0, r6, ror #5 2404: f842f000 stmnvda r2, {ip, sp, lr, pc}^ 2408: bc02bcf8 stclt 12, cr11, [r2], {248} 240c: 00004708 andeq r4, r0, r8, lsl #14 2410: 2401b5f1 strcs fp, [r1], #-1521 2414: 26002500 strcs r2, [r0], -r0, lsl #10 2418: 1c404669 mcrrne 6, 6, r4, r0, cr9 241c: 27008048 strcs r8, [r0, -r8, asr #32] 2420: 46694668 strmibt r4, [r9], -r8, ror #12 2424: 19c98849 stmneib r9, {r0, r3, r6, fp, pc}^ 2428: 88008001 stmhida r0, {r0, pc} 242c: fa12f000 blx 0x4be434 2430: d1052808 tstle r5, r8, lsl #16 2434: 88004668 stmhida r0, {r3, r5, r6, r9, sl, lr} 2438: fc82f000 stc2 0, cr15, [r2], {0} 243c: e0101824 ands r1, r0, r4, lsr #16 2440: fa6cf000 blx 0x1b3e448 2444: 042d1c02 streqt r1, [sp], #-3074 2448: 1c280c2d stcne 12, cr0, [r8], #-180 244c: f0151c11 andnvs r1, r5, r1, lsl ip 2450: 2800fa5d stmcsda r0, {r0, r2, r3, r4, r6, r9, fp, ip, sp, lr, pc} 2454: 18a9d001 stmneia r9!, {r0, ip, lr, pc} 2458: 18ad1a0d stmneia sp!, {r0, r2, r3, r9, fp, ip} 245c: d2004296 andle r4, r0, #1610612745 ; 0x60000009 2460: 1c7f1c16 ldcnel 12, cr1, [pc], #-88 2464: 0c3f043f cfldrseq mvf0, [pc], #-252 2468: 0c240424 cfstrseq mvf0, [r4], #-144 246c: d3d742a7 bicles r4, r7, #1879048202 ; 0x7000000a 2470: 0c2d042d cfstrseq mvf0, [sp], #-180 2474: 1c311c28 ldcne 12, cr1, [r1], #-160 2478: fa48f015 blx 0x123e4d4 247c: d0012800 andle r2, r1, r0, lsl #16 2480: 1a0d19a9 bne 0x348b2c 2484: 0c000428 cfstrseq mvf0, [r0], {40} 2488: 0000e7be streqh lr, [r0], -lr 248c: 4919b5f0 ldmmidb r9, {r4, r5, r6, r7, r8, sl, ip, sp, pc} 2490: 42908cca addmis r8, r0, #51712 ; 0xca00 2494: e74bd100 strb sp, [fp, -r0, lsl #2] 2498: 240a6acb strcs r6, [sl], #-2763 249c: 191c4344 ldmnedb ip, {r2, r6, r8, r9, lr} 24a0: 4d698c8e stcmil 12, cr8, [r9, #-568]! 24a4: d10342b0 strleh r4, [r3, -r0] 24a8: 848e8926 strhi r8, [lr], #2342 24ac: 8936e00a ldmhidb r6!, {r1, r3, sp, lr, pc} 24b0: d00742ae andle r4, r7, lr, lsr #5 24b4: 437e270a cmnmi lr, #2621440 ; 0x280000 24b8: 8937199e ldmhidb r7!, {r1, r2, r3, r4, r7, r8, fp, ip} 24bc: d1f64287 mvnles r4, r7, lsl #5 24c0: 81378927 teqhi r7, r7, lsr #18 24c4: 240a8125 strcs r8, [sl], #-293 24c8: 189a4362 ldmneia sl, {r1, r5, r6, r8, r9, lr} 24cc: 84c88110 strhib r8, [r8], #272 24d0: 0000e7e1 andeq lr, r0, r1, ror #15 24d4: 4907b410 stmmidb r7, {r4, sl, ip, sp, pc} 24d8: 8ccb6aca fstmiashi fp, {s13-s214} 24dc: 4363240a cmnmi r3, #167772160 ; 0xa000000 24e0: 811818d3 ldrhisb r1, [r8, -r3] 24e4: 436084c8 cmnmi r0, #-939524096 ; 0xc8000000 24e8: 49571810 ldmmidb r7, {r4, fp, ip}^ 24ec: 20008101 andcs r8, r0, r1, lsl #2 24f0: 4770bc10 undefined 24f4: 00008680 andeq r8, r0, r0, lsl #13 24f8: 2400b570 strcs fp, [r0], #-1392 24fc: 484f2200 stmmida pc, {r9, sp}^ 2500: 49518c83 ldmmidb r1, {r0, r1, r7, sl, fp, pc}^ 2504: 1c52e001 mrrcne 0, 0, lr, r2, cr1 2508: 6ac5892b bvs 0xff1649bc 250c: d011428b andles r4, r1, fp, lsl #5 2510: 435e260a cmpmi lr, #10485760 ; 0xa00000 2514: 882e19ad stmhida lr!, {r0, r2, r3, r5, r7, r8, fp, ip} 2518: d004428e andle r4, r4, lr, lsl #5 251c: d20142a6 andle r4, r1, #1610612746 ; 0x6000000a 2520: e0182000 ands r2, r8, r0 2524: 892e1c34 stmhidb lr!, {r2, r4, r5, sl, fp, ip} 2528: d1ec428e mvnle r4, lr, lsl #5 252c: 42b38cc6 adcmis r8, r3, #50688 ; 0xc600 2530: e7f5d0e9 ldrb sp, [r5, r9, ror #1]! 2534: e0048d03 and r8, r4, r3, lsl #26 2538: 200a1c52 andcs r1, sl, r2, asr ip 253c: 18e84343 stmneia r8!, {r0, r1, r6, r8, r9, lr}^ 2540: 428b8903 addmi r8, fp, #49152 ; 0xc000 2544: 88a8d1f8 stmhiia r8!, {r3, r4, r5, r6, r7, r8, ip, lr, pc} 2548: 0c120412 cfldrseq mvf0, [r2], {18} 254c: d0014282 andle r4, r1, r2, lsl #5 2550: e0002000 and r2, r0, r0 2554: f0022001 andnv r2, r2, r1 2558: 0000fbaf andeq pc, r0, pc, lsr #23 255c: 4c37b5f1 cfldr32mi mvfx11, [r7], #-964 2560: 8ca68c25 stchi 12, cr8, [r6], #148 2564: 8800e020 stmhida r0, {r5, sp, lr, pc} 2568: 88494669 stmhida r9, {r0, r3, r5, r6, r9, sl, lr}^ 256c: 0c090409 cfstrseq mvf0, [r9], {9} 2570: 040022ff streq r2, [r0], #-767 2574: 4b310c00 blmi 0xc4557c 2578: 181868db ldmneda r8, {r0, r1, r3, r4, r6, r7, fp, sp, lr} 257c: d0022900 andle r2, r2, r0, lsl #18 2580: 54421e49 strplb r1, [r2], #-3657 2584: 2e00d1fc mcrcs 1, 0, sp, cr0, cr12, {7} 2588: 68e0d106 stmvsia r0!, {r1, r2, r8, ip, lr, pc}^ 258c: 62e01940 rscvs r1, r0, #1048576 ; 0x100000 2590: 6ae1482b bvs 0xff854644 2594: 83411a09 cmphi r1, #36864 ; 0x9000 2598: 53c56ae0 bicpl r6, r5, #917504 ; 0xe0000 259c: 88404668 stmhida r0, {r3, r5, r6, r9, sl, lr}^ 25a0: 6ae0182d bvs 0xff80865c 25a4: 890619c0 stmhidb r6, {r6, r7, r8, fp, ip} 25a8: 42864827 addmi r4, r6, #2555904 ; 0x270000 25ac: 042dd03a streqt sp, [sp], #-58 25b0: 10680c2d rsbne r0, r8, sp, lsr #24 25b4: 19420f80 stmnedb r2, {r7, r8, r9, sl, fp}^ 25b8: 23031c10 tstcs r3, #4096 ; 0x1000 25bc: 1a284398 bne 0xa13424 25c0: 4d20d002 stcmi 0, cr13, [r0, #-8]! 25c4: 1d2d4015 stcne 0, cr4, [sp, #-84]! 25c8: 4377270a cmnmi r7, #2621440 ; 0x280000 25cc: 19c06ae0 stmneib r0, {r5, r6, r7, r9, fp, sp, lr}^ 25d0: 88024669 stmhida r2, {r0, r3, r5, r6, r9, sl, lr} 25d4: 8809800a stmhida r9, {r1, r3, pc} 25d8: 42914a1b addmis r4, r1, #110592 ; 0x1b000 25dc: 4669d0e1 strmibt sp, [r9], -r1, ror #1 25e0: 88808842 stmhiia r0, {r1, r6, fp, pc} 25e4: 804a4342 subhi r4, sl, r2, asr #6 25e8: 88004668 stmhida r0, {r3, r5, r6, r9, sl, lr} 25ec: 0c2d042d cfstrseq mvf0, [sp], #-180 25f0: d0d342a8 sbcles r4, r3, r8, lsr #5 25f4: 884a68e0 stmhida sl, {r5, r6, r7, fp, sp, lr}^ 25f8: 18418809 stmneda r1, {r0, r3, fp, pc}^ 25fc: f0121940 andnvs r1, r2, r0, asr #18 2600: 4668fccb strmibt pc, [r8], -fp, asr #25 2604: 46698800 strmibt r8, [r9], -r0, lsl #16 2608: 18698849 stmneda r9!, {r0, r3, r6, fp, pc}^ 260c: 46684288 strmibt r4, [r8], -r8, lsl #5 2610: 8840daa9 stmhida r0, {r0, r3, r5, r7, r9, fp, ip, lr, pc}^ 2614: 46691828 strmibt r1, [r9], -r8, lsr #16 2618: 1a098849 bne 0x264744 261c: 8812466a ldmhida r2, {r1, r3, r5, r6, r9, sl, lr} 2620: e7a31889 str r1, [r3, r9, lsl #17]! 2624: 1b418be0 blne 0x10655ac 2628: 04096962 streq r6, [r9], #-2402 262c: 1a520c09 bne 0x1485658 2630: 1a406162 bne 0x101abc0 2634: 200083e0 andcs r8, r0, r0, ror #7 2638: 0000e6e6 andeq lr, r0, r6, ror #13 263c: 00008680 andeq r8, r0, r0, lsl #13 2640: 0000064c andeq r0, r0, ip, asr #12 2644: 0000fffc streqd pc, [r0], -ip 2648: 0000ffff streqd pc, [r0], -pc 264c: 9900b5f6 stmlsdb r0, {r1, r2, r4, r5, r6, r7, r8, sl, ip, sp, pc} 2650: d1022900 tstle r2, r0, lsl #18 2654: 43c02000 bicmi r2, r0, #0 ; 0x0 2658: 2814e061 ldmcsda r4, {r0, r5, r6, sp, lr, pc} 265c: 2011d301 andcss sp, r1, r1, lsl #6 2660: 4a96e7f9 bmi 0xfe5bc64c 2664: 312c1c11 teqcc ip, r1, lsl ip 2668: 2bff7a4b blcs 0xfffe0f9c 266c: 2013d102 andcss sp, r3, r2, lsl #2 2670: e05443c0 subs r4, r4, r0, asr #7 2674: 889b466b ldmhiia fp, {r0, r1, r3, r5, r6, r9, sl, lr} 2678: d3012b3c tstle r1, #61440 ; 0xf000 267c: e7ea2012 undefined 2680: 4358230e cmpmi r8, #939524096 ; 0x38000000 2684: 20cd1814 sbccs r1, sp, r4, lsl r8 2688: 18250040 stmneda r5!, {r6} 268c: 007626cf rsbeqs r2, r6, pc, asr #13 2690: 00408868 subeq r8, r0, r8, ror #16 2694: 5b801820 blpl 0xfe00871c 2698: d0242800 eorle r2, r4, r0, lsl #16 269c: 00408868 subeq r8, r0, r8, ror #16 26a0: 5b801820 blpl 0xfe008728 26a4: 88896809 stmhiia r9, {r0, r3, fp, sp, lr} 26a8: d21c4288 andles r4, ip, #-2147483640 ; 0x80000008 26ac: 1c408828 mcrrne 8, 2, r8, r0, cr8 26b0: f0152105 andnvs r2, r5, r5, lsl #2 26b4: 8028f92b eorhi pc, r8, fp, lsr #18 26b8: 88814668 stmhiia r1, {r3, r5, r6, r9, sl, lr} 26bc: 00408868 subeq r8, r0, r8, ror #16 26c0: 5b801820 blpl 0xfe008748 26c4: fcb8f7ff ldc2 7, cr15, [r8], #1020 26c8: 28001c07 stmcsda r0, {r0, r1, r2, sl, fp, ip} 26cc: da158868 ble 0x564874 26d0: 18200040 stmneda r0!, {r6} 26d4: f7ff5b80 ldrnvb r5, [pc, r0, lsl #23]! 26d8: 8868fe07 stmhida r8!, {r0, r1, r2, r9, sl, fp, ip, sp, lr, pc}^ 26dc: 18200040 stmneda r0!, {r6} 26e0: 53814957 orrpl r4, r1, #1425408 ; 0x15c000 26e4: 4a56e01a bmi 0x15ba754 26e8: 88682101 stmhida r8!, {r0, r8, sp}^ 26ec: 18200040 stmneda r0!, {r6} 26f0: f7ff1980 ldrnvb r1, [pc, r0, lsl #19]! 26f4: 2800fdc9 stmcsda r0, {r0, r3, r6, r7, r8, sl, fp, ip, sp, lr, pc} 26f8: e010dade ldrsb sp, [r0], -lr 26fc: 18200040 stmneda r0!, {r6} 2700: f0005b80 andnv r5, r0, r0, lsl #23 2704: 4669f951 undefined 2708: 9900888a stmlsdb r0, {r1, r3, r7, fp, pc} 270c: fc44f012 mcrr2 0, 1, pc, r4, cr2 2710: 1c408868 mcrrne 8, 6, r8, r0, cr8 2714: f0152105 andnvs r2, r5, r5, lsl #2 2718: 8068f8f9 strhid pc, [r8], #-137 271c: e4871c38 str r1, [r7], #3128 2720: 2900b510 stmcsdb r0, {r4, r8, sl, ip, sp, pc} 2724: 2000d102 andcs sp, r0, r2, lsl #2 2728: e02b43c0 eor r4, fp, r0, asr #7 272c: 1c1a4b63 ldcne 11, cr4, [sl], {99} 2730: 7a54322c bvc 0x150efe8 2734: d1032cff strled r2, [r3, -pc] 2738: 80082000 andhi r2, r8, r0 273c: e7f32013 undefined 2740: d3042814 tstle r4, #1310720 ; 0x140000 2744: 80082000 andhi r2, r8, r0 2748: 43c02011 bicmi r2, r0, #17 ; 0x11 274c: 240ee01a strcs lr, [lr], #-26 2750: 18184360 ldmneda r8, {r5, r6, r8, r9, lr} 2754: 005b23cf subeqs r2, fp, pc, asr #7 2758: 006424cd rsbeq r2, r4, sp, asr #9 275c: 00645b04 rsbeq r5, r4, r4, lsl #22 2760: 5ac01900 bpl 0xff008b68 2764: d00a2800 andle r2, sl, r0, lsl #16 2768: 88936812 ldmhiia r3, {r1, r4, fp, sp, lr} 276c: d2064298 andle r4, r6, #-2147483639 ; 0x80000009 2770: 4358230a cmpmi r8, #671088640 ; 0x28000000 2774: 88801810 stmhiia r0, {r4, fp, ip} 2778: 20008008 andcs r8, r0, r8 277c: 2000e002 andcs lr, r0, r2 2780: 20408008 subcs r8, r0, r8 2784: fbdff002 blx 0xff7fe796 2788: b083b5f2 strltd fp, [r3], r2 278c: 25001c1c strcs r1, [r0, #-3100] 2790: 29009903 stmcsdb r0, {r0, r1, r8, fp, ip, pc} 2794: 2000d102 andcs sp, r0, r2, lsl #2 2798: e04f43c0 sub r4, pc, r0, asr #7 279c: 1c194b47 ldcne 11, cr4, [r9], {71} 27a0: 7a4e312c bvc 0x138ec58 27a4: d1012eff strled r2, [r1, -pc] 27a8: e7f52013 undefined 27ac: d3022814 tstle r2, #1310720 ; 0x140000 27b0: 43c02011 bicmi r2, r0, #17 ; 0x11 27b4: 260ee042 strcs lr, [lr], -r2, asr #32 27b8: 18184370 ldmneda r8, {r4, r5, r6, r8, r9, lr} 27bc: 20cd9001 sbccs r9, sp, r1 27c0: 9b010040 blls 0x428c8 27c4: 90001818 andls r1, r0, r8, lsl r8 27c8: 007626cf rsbeqs r2, r6, pc, asr #13 27cc: 00408800 subeq r8, r0, r0, lsl #16 27d0: 18189b01 ldmneda r8, {r0, r8, r9, fp, ip, pc} 27d4: 2f005b87 swics 0x00005b87 27d8: 6808d02f stmvsda r8, {r0, r1, r2, r3, r5, ip, lr, pc} 27dc: 428f8881 addmi r8, pc, #8454144 ; 0x810000 27e0: 210ad22b tstcs sl, fp, lsr #4 27e4: 18404379 stmneda r0, {r0, r3, r4, r5, r6, r8, r9, lr}^ 27e8: 88809002 stmhiia r0, {r1, ip, pc} 27ec: d2014282 andle r4, r1, #536870920 ; 0x20000008 27f0: e7d12012 undefined 27f4: f0001c38 andnv r1, r0, r8, lsr ip 27f8: 9902f8d7 stmlsdb r2, {r0, r1, r2, r4, r6, r7, fp, ip, sp, lr, pc} 27fc: 1c01888a stcne 8, cr8, [r1], {138} 2800: f0129803 andnvs r9, r2, r3, lsl #16 2804: 2c00fbc9 stccs 11, cr15, [r0], {201} 2808: 1c38d005 ldcne 0, cr13, [r8], #-20 280c: fd6cf7ff stc2l 7, cr15, [ip, #-1020]! 2810: 28001c05 stmcsda r0, {r0, r2, sl, fp, ip} 2814: 1c28da01 stcne 10, cr13, [r8], #-4 2818: 9800e010 stmlsda r0, {r4, sp, lr, pc} 281c: 00408800 subeq r8, r0, r0, lsl #16 2820: 18089901 stmneda r8, {r0, r8, fp, ip, pc} 2824: 53814906 orrpl r4, r1, #98304 ; 0x18000 2828: 98009a00 stmlsda r0, {r9, fp, ip, pc} 282c: 1c408800 mcrrne 8, 0, r8, r0, cr0 2830: f0152105 andnvs r2, r5, r5, lsl #2 2834: 8010f86b andhis pc, r0, fp, ror #16 2838: 2040e7ed subcs lr, r0, sp, ror #15 283c: e578b004 ldrb fp, [r8, #-4]! 2840: 0000ffff streqd pc, [r0], -pc 2844: 481d1c01 ldmmida sp, {r0, sl, fp, ip} 2848: 42918b82 addmis r8, r1, #133120 ; 0x20800 284c: 0fc04180 swieq 0x00c04180 2850: 00004770 andeq r4, r0, r0, ror r7 2854: 49190080 ldmmidb r9, {r7} 2858: 5c086889 stcpl 8, cr6, [r8], {137} 285c: 00004770 andeq r4, r0, r0, ror r7 2860: 1c05b530 cfstr32ne mvfx11, [r5], {48} 2864: 20001c14 andcs r1, r0, r4, lsl ip 2868: 01d22280 biceqs r2, r2, r0, lsl #5 286c: d2094295 andle r4, r9, #1342177289 ; 0x50000009 2870: f0001c28 andnv r1, r0, r8, lsr #24 2874: 2c00f869 stccs 8, cr15, [r0], {105} 2878: 00a9d01e adceq sp, r9, lr, lsl r0 287c: 68924a0f ldmvsia r2, {r0, r1, r2, r3, r9, fp, lr} 2880: e0185c51 ands r5, r8, r1, asr ip 2884: 020921c0 andeq r2, r9, #48 ; 0x30 2888: d015420d andles r4, r5, sp, lsl #4 288c: 06c00a68 streqb r0, [r0], r8, ror #20 2890: 05ed0ec0 streqb r0, [sp, #3776]! 2894: 28020ded stmcsda r2, {r0, r2, r3, r5, r6, r7, r8, sl, fp} 2898: 2d2dd201 sfmcs f5, 1, [sp, #-4]! 289c: 2000d301 andcs sp, r0, r1, lsl #6 28a0: 0081e00a addeq lr, r1, sl 28a4: 00a84a06 adceq r4, r8, r6, lsl #20 28a8: 689b1853 ldmvsia fp, {r0, r1, r4, r6, fp, ip} 28ac: 2c005818 stccs 8, cr5, [r0], {24} 28b0: 5851d002 ldmplda r1, {r1, ip, lr, pc}^ 28b4: 70215d49 eorvc r5, r1, r9, asr #26 28b8: fdabf7fd stc2 7, cr15, [fp, #1012]! 28bc: 00008680 andeq r8, r0, r0, lsl #13 28c0: 00000270 andeq r0, r0, r0, ror r2 28c4: d00d2800 andle r2, sp, r0, lsl #16 28c8: 29011e49 stmcsdb r1, {r0, r3, r6, r9, sl, fp, ip} 28cc: 1e89d909 cdpne 9, 8, cr13, cr9, cr9, {0} 28d0: d9042901 stmledb r4, {r0, r8, fp, sp} 28d4: 29011e89 stmcsdb r1, {r0, r3, r7, r9, sl, fp, ip} 28d8: 6002d804 andvs sp, r2, r4, lsl #16 28dc: 8002e002 andhi lr, r2, r2 28e0: 7002e000 andvc lr, r2, r0 28e4: 4770b000 ldrmib fp, [r0, -r0]! 28e8: d0142800 andles r2, r4, r0, lsl #16 28ec: 29051e49 stmcsdb r5, {r0, r3, r6, r9, sl, fp, ip} 28f0: a201d811 andge sp, r1, #1114112 ; 0x110000 28f4: 44975c52 ldrmi r5, [r7], #3154 28f8: 0c081612 stceq 6, cr1, [r8], {18} 28fc: 68000404 stmvsda r0, {r2, sl} 2900: 8800e00a stmhida r0, {r1, r3, sp, lr, pc} 2904: 2100e008 tstcs r0, r8 2908: e0055e40 and r5, r5, r0, asr #28 290c: e0037800 and r7, r3, r0, lsl #16 2910: 56402100 strplb r2, [r0], -r0, lsl #2 2914: 2000e000 andcs lr, r0, r0 2918: 4770b000 ldrmib fp, [r0, -r0]! 291c: 28011e40 stmcsda r1, {r6, r9, sl, fp, ip} 2920: 1e80d90d cdpne 9, 8, cr13, cr0, cr13, {0} 2924: d9082801 stmledb r8, {r0, fp, sp} 2928: 28011e80 stmcsda r1, {r7, r9, sl, fp, ip} 292c: 1e80d903 cdpne 9, 8, cr13, cr0, cr3, {0} 2930: 1e80d003 cdpne 0, 8, cr13, cr0, cr3, {0} 2934: 2004d105 andcs sp, r4, r5, lsl #2 2938: 2002e004 andcs lr, r2, r4 293c: 2001e002 andcs lr, r1, r2 2940: 2000e000 andcs lr, r0, r0 2944: 4770b000 ldrmib fp, [r0, -r0]! 2948: 1c04b530 cfstr32ne mvfx11, [r4], {48} 294c: e0001c0d and r1, r0, sp, lsl #24 2950: 04201c64 streqt r1, [r0], #-3172 2954: f7ff0c00 ldrnvb r0, [pc, r0, lsl #24]! 2958: 2807ff7d stmcsda r7, {r0, r2, r3, r4, r5, r6, r8, r9, sl, fp, ip, sp, lr, pc} 295c: 1c29d115 stfned f5, [r9], #-84 2960: 0c000420 cfstrseq mvf0, [r0], {32} 2964: fa02f000 blx 0xbe96c 2968: d1012800 tstle r1, r0, lsl #16 296c: e0192000 ands r2, r9, r0 2970: 04201c29 streqt r1, [r0], #-3113 2974: f0000c00 andnv r0, r0, r0, lsl #24 2978: 49b1f9ed ldmmiib r1!, {r0, r2, r3, r5, r6, r7, r8, fp, ip, sp, lr, pc} 297c: 4350220a cmpmi r0, #-1610612736 ; 0xa0000000 2980: 5a106aca bpl 0x41d4b0 2984: 180868c9 stmneda r8, {r0, r3, r6, r7, fp, sp, lr} 2988: 2808e00c stmcsda r8, {r2, r3, sp, lr, pc} 298c: 49acd0e0 stmmiib ip!, {r5, r6, r7, ip, lr, pc} 2990: 04242002 streqt r2, [r4], #-2 2994: 00a20c24 adceq r0, r2, r4, lsr #24 2998: 189a688b ldmneia sl, {r0, r1, r3, r7, fp, sp, lr} 299c: 68c95e10 stmvsia r9, {r4, r9, sl, fp, ip, lr}^ 29a0: 19401808 stmnedb r0, {r3, fp, ip}^ 29a4: fd35f7fd ldc2 7, cr15, [r5, #-1012]! 29a8: 220a49a5 andcs r4, sl, #2703360 ; 0x294000 29ac: 6aca4350 bvs 0xff2936f4 29b0: 68c95a10 stmvsia r9, {r4, r9, fp, ip, lr}^ 29b4: 47701808 ldrmib r1, [r0, -r8, lsl #16]! 29b8: 1c04b570 cfstr32ne mvfx11, [r4], {112} 29bc: 1c2ce000 stcne 0, cr14, [ip] 29c0: 04281c65 streqt r1, [r8], #-3173 29c4: f7ff0c00 ldrnvb r0, [pc, r0, lsl #24]! 29c8: 2800ff3d stmcsda r0, {r0, r2, r3, r4, r5, r8, r9, sl, fp, ip, sp, lr, pc} 29cc: 480fd101 stmmida pc, {r0, r8, ip, lr, pc} 29d0: 0420e01a streqt lr, [r0], #-26 29d4: f7ff0c00 ldrnvb r0, [pc, r0, lsl #24]! 29d8: 2807ff3d stmcsda r7, {r0, r2, r3, r4, r5, r8, r9, sl, fp, ip, sp, lr, pc} 29dc: 2808d0ef stmcsda r8, {r0, r1, r2, r3, r5, r6, r7, ip, lr, pc} 29e0: 0420d110 streqt sp, [r0], #-272 29e4: f0000c00 andnv r0, r0, r0, lsl #24 29e8: 1c04f9ab stcne 9, cr15, [r4], {171} 29ec: e0052600 and r2, r5, r0, lsl #12 29f0: 0c000428 cfstrseq mvf0, [r0], {40} 29f4: ffe0f7ff swinv 0x00e0f7ff 29f8: 1c761c05 ldcnel 12, cr1, [r6], #-20 29fc: 0c360436 cfldrseq mvf0, [r6], #-216 2a00: d3f542a6 mvnles r4, #1610612746 ; 0x6000000a 2a04: 0c000428 cfstrseq mvf0, [r0], {40} 2a08: f956f002 ldmnvdb r6, {r1, ip, sp, lr, pc}^ 2a0c: 0000ffff streqd pc, [r0], -pc 2a10: 1c04b5f1 cfstr32ne mvfx11, [r4], {241} 2a14: f7ff1c0e ldrnvb r1, [pc, lr, lsl #24]! 2a18: 1c05ff1d stcne 15, cr15, [r5], {29} 2a1c: f7ff1c30 undefined 2a20: 4285ff19 addmi pc, r5, #100 ; 0x64 2a24: 2000d001 andcs sp, r0, r1 2a28: 4669e033 undefined 2a2c: 80081c60 andhi r1, r8, r0, ror #24 2a30: 2d081c77 stccs 12, cr1, [r8, #-476] 2a34: 1c20d122 stfned f5, [r0], #-136 2a38: f982f000 stmnvib r2, {ip, sp, lr, pc} 2a3c: 1c301c05 ldcne 12, cr1, [r0], #-20 2a40: f97ef000 ldmnvdb lr!, {ip, sp, lr, pc}^ 2a44: d1ee4285 mvnle r4, r5, lsl #5 2a48: 88044668 stmhida r4, {r3, r5, r6, r9, sl, lr} 2a4c: 27001c3e smladxcs r0, lr, ip, r1 2a50: 0c3f043f cfldrseq mvf0, [pc], #-252 2a54: d21b42af andles r4, fp, #-268435446 ; 0xf000000a 2a58: 0c090431 cfstrseq mvf0, [r9], {49} 2a5c: f7ff1c20 ldrnvb r1, [pc, r0, lsr #24]! 2a60: 2800ffd7 stmcsda r0, {r0, r1, r2, r4, r6, r7, r8, r9, sl, fp, ip, sp, lr, pc} 2a64: 1c20d0df stcne 0, cr13, [r0], #-892 2a68: ffa6f7ff swinv 0x00a6f7ff 2a6c: 04301c04 ldreqt r1, [r0], #-3076 2a70: f7ff0c00 ldrnvb r0, [pc, r0, lsl #24]! 2a74: 1c06ffa1 stcne 15, cr15, [r6], {161} 2a78: e7e91c7f undefined 2a7c: d1072d07 tstle r7, r7, lsl #26 2a80: 0c090439 cfstrseq mvf0, [r9], {57} 2a84: 88004668 stmhida r0, {r3, r5, r6, r9, sl, lr} 2a88: ffc2f7ff swinv 0x00c2f7ff 2a8c: d0ca2800 sbcle r2, sl, r0, lsl #16 2a90: e4b92001 ldrt r2, [r9], #1 2a94: 1c05b5f3 cfstr32ne mvfx11, [r5], {243} 2a98: 24002600 strcs r2, [r0], #-1536 2a9c: fedaf7ff mrc2 7, 6, pc, cr10, cr15, {7} 2aa0: 1c69466a stcnel 6, cr4, [r9], #-424 2aa4: 28078011 stmcsda r7, {r0, r4, pc} 2aa8: 4668d12d strmibt sp, [r8], -sp, lsr #2 2aac: 1c288881 stcne 8, cr8, [r8], #-516 2ab0: f950f000 ldmnvdb r0, {ip, sp, lr, pc}^ 2ab4: 46681c07 strmibt r1, [r8], -r7, lsl #24 2ab8: 1c288805 stcne 8, cr8, [r8], #-20 2abc: fecaf7ff mcr2 7, 6, pc, cr10, cr15, {7} 2ac0: d00a2807 andle r2, sl, r7, lsl #16 2ac4: d0082808 andle r2, r8, r8, lsl #16 2ac8: 4347200a cmpmi r7, #10 ; 0xa 2acc: 6ac0481d bvs 0xff014b48 2ad0: 884419c0 stmhida r4, {r6, r7, r8, fp, ip}^ 2ad4: 43448880 cmpmi r4, #8388608 ; 0x800000 2ad8: 200ae030 andcs lr, sl, r0, lsr r0 2adc: 48194347 ldmmida r9, {r0, r1, r2, r6, r8, r9, lr} 2ae0: 19c06ac0 stmneib r0, {r6, r7, r9, fp, sp, lr}^ 2ae4: 04368881 ldreqt r8, [r6], #-2177 2ae8: 428e0c36 addmi r0, lr, #13824 ; 0x3600 2aec: 8801d226 stmhida r1, {r1, r2, r5, r9, ip, lr, pc} 2af0: 43708840 cmnmi r0, #4194304 ; 0x400000 2af4: 04091809 streq r1, [r9], #-2057 2af8: 1c280c09 stcne 12, cr0, [r8], #-36 2afc: ffcaf7ff swinv 0x00caf7ff 2b00: 1c761824 ldcnel 8, cr1, [r6], #-144 2b04: 2808e7eb stmcsda r8, {r0, r1, r3, r5, r6, r7, r8, r9, sl, sp, lr, pc} 2b08: 1c28d115 stfned f5, [r8], #-84 2b0c: f918f000 ldmnvdb r8, {ip, sp, lr, pc} 2b10: 46681c07 strmibt r1, [r8], -r7, lsl #24 2b14: 04368805 ldreqt r8, [r6], #-2053 2b18: 42be0c36 adcmis r0, lr, #13824 ; 0x3600 2b1c: 4668d20e strmibt sp, [r8], -lr, lsl #4 2b20: 1c288881 stcne 8, cr8, [r8], #-516 2b24: ffb6f7ff swinv 0x00b6f7ff 2b28: 1c281824 stcne 8, cr1, [r8], #-144 2b2c: ff44f7ff swinv 0x0044f7ff 2b30: 1c761c05 ldcnel 12, cr1, [r6], #-20 2b34: f7ffe7ef ldrnvb lr, [pc, pc, ror #15]! 2b38: 1c04fef1 stcne 14, cr15, [r4], {241} 2b3c: 0c000420 cfstrseq mvf0, [r0], {32} 2b40: fa76f7ff blx 0x1dc0b44 2b44: 00008680 andeq r8, r0, r0, lsl #13 2b48: b083b5f9 strltd fp, [r3], r9 2b4c: 1c161c0c ldcne 12, cr1, [r6], {12} 2b50: f7ff1c10 undefined 2b54: 1c07fe7f stcne 14, cr15, [r7], {127} 2b58: 1c704669 ldcnel 6, cr4, [r0], #-420 2b5c: 2f078088 swics 0x00078088 2b60: 4668d13a undefined 2b64: 1c308a01 ldcne 10, cr8, [r0], #-4 2b68: f8f4f000 ldmnvia r4!, {ip, sp, lr, pc}^ 2b6c: 4348210a cmpmi r8, #-2147483646 ; 0x80000002 2b70: 49339002 ldmmidb r3!, {r1, ip, pc} 2b74: 18086ac9 stmneda r8, {r0, r3, r6, r7, r9, fp, sp, lr} 2b78: 88859000 stmhiia r5, {ip, pc} 2b7c: 88864668 stmhiia r6, {r3, r5, r6, r9, sl, lr} 2b80: f7ff1c30 undefined 2b84: 1c07fe67 stcne 14, cr15, [r7], {103} 2b88: d00f2807 andle r2, pc, r7, lsl #16 2b8c: d00d2f08 andle r2, sp, r8, lsl #30 2b90: 88459800 stmhida r5, {fp, ip, pc}^ 2b94: 88809800 stmhiia r0, {fp, ip, pc} 2b98: 042d4345 streqt r4, [sp], #-837 2b9c: 1c2a0c2d stcne 12, cr0, [sl], #-180 2ba0: 88009800 stmhida r0, {fp, ip, pc} 2ba4: 68c94926 stmvsia r9, {r1, r2, r5, r8, fp, lr}^ 2ba8: e03c1809 eors r1, ip, r9, lsl #16 2bac: 043f2700 ldreqt r2, [pc], #1792 ; 0x2bb4 2bb0: 42af0c3f adcmi r0, pc, #16128 ; 0x3f00 2bb4: 9802d23f stmlsda r2, {r0, r1, r2, r3, r4, r5, r9, ip, lr, pc} 2bb8: 6ac94921 bvs 0xff255044 2bbc: 88011808 stmhida r1, {r3, fp, ip} 2bc0: 43788840 cmnmi r8, #4194304 ; 0x400000 2bc4: 041b180b ldreq r1, [fp], #-2059 2bc8: 1c320c1b ldcne 12, cr0, [r2], #-108 2bcc: 98031c21 stmlsda r3, {r0, r5, sl, fp, ip} 2bd0: ffbaf7ff swinv 0x00baf7ff 2bd4: e7ea1c7f undefined 2bd8: d1172f08 tstle r7, r8, lsl #30 2bdc: f0001c30 andnv r1, r0, r0, lsr ip 2be0: 1c05f8af stcne 8, cr15, [r5], {175} 2be4: 88864668 stmhiia r6, {r3, r5, r6, r9, sl, lr} 2be8: 043f2700 ldreqt r2, [pc], #1792 ; 0x2bf0 2bec: 42af0c3f adcmi r0, pc, #16128 ; 0x3f00 2bf0: 4668d221 strmibt sp, [r8], -r1, lsr #4 2bf4: 1c328a03 ldcne 10, cr8, [r2], #-12 2bf8: 98031c21 stmlsda r3, {r0, r5, sl, fp, ip} 2bfc: ffa4f7ff swinv 0x00a4f7ff 2c00: f7ff1c30 undefined 2c04: 1c06fed9 stcne 14, cr15, [r6], {217} 2c08: e7ee1c7f undefined 2c0c: 46682200 strmibt r2, [r8], -r0, lsl #4 2c10: 1c308a01 ldcne 10, cr8, [r0], #-4 2c14: fe24f7ff mcr2 7, 1, pc, cr4, cr15, {7} 2c18: 1c381c06 ldcne 12, cr1, [r8], #-24 2c1c: fe7ef7ff mrc2 7, 3, pc, cr14, cr15, {7} 2c20: 1c021c05 stcne 12, cr1, [r2], {5} 2c24: 88201c31 stmhida r0!, {r0, r4, r5, sl, fp, ip} 2c28: 18189b03 ldmneda r8, {r0, r1, r8, r9, fp, ip, pc} 2c2c: f9b4f012 ldmnvib r4!, {r1, r4, ip, sp, lr, pc} 2c30: 19408820 stmnedb r0, {r5, fp, pc}^ 2c34: 20008020 andcs r8, r0, r0, lsr #32 2c38: f7ffb005 ldrnvb fp, [pc, r5]! 2c3c: 0000fb7a andeq pc, r0, sl, ror fp 2c40: 00008680 andeq r8, r0, r0, lsl #13 2c44: b083b5f9 strltd fp, [r3], r9 2c48: 1c161c0c ldcne 12, cr1, [r6], {12} 2c4c: f7ff1c10 undefined 2c50: 1c07fe01 stcne 14, cr15, [r7], {1} 2c54: 1c704669 ldcnel 6, cr4, [r0], #-420 2c58: 2f078088 swics 0x00078088 2c5c: 4668d13d undefined 2c60: 1c308a01 ldcne 10, cr8, [r0], #-4 2c64: f876f000 ldmnvda r6!, {ip, sp, lr, pc}^ 2c68: 4348210a cmpmi r8, #-2147483646 ; 0x80000002 2c6c: 494e9002 stmmidb lr, {r1, ip, pc}^ 2c70: 18086ac9 stmneda r8, {r0, r3, r6, r7, r9, fp, sp, lr} 2c74: 88859000 stmhiia r5, {ip, pc} 2c78: 88864668 stmhiia r6, {r3, r5, r6, r9, sl, lr} 2c7c: f7ff1c30 undefined 2c80: 1c07fde9 stcne 13, cr15, [r7], {233} 2c84: d0122807 andles r2, r2, r7, lsl #16 2c88: d0102f08 andles r2, r0, r8, lsl #30 2c8c: 88459800 stmhida r5, {fp, ip, pc}^ 2c90: 88809800 stmhiia r0, {fp, ip, pc} 2c94: 042d4345 streqt r4, [sp], #-837 2c98: 1c2a0c2d stcne 12, cr0, [sl], #-180 2c9c: 99038820 stmlsdb r3, {r5, fp, pc} 2ca0: 98001809 stmlsda r0, {r0, r3, fp, ip} 2ca4: 4b408800 blmi 0x1024cac 2ca8: 181868db ldmneda r8, {r0, r1, r3, r4, r6, r7, fp, sp, lr} 2cac: 2700e03f smladxcs r0, pc, r0, lr 2cb0: 0c3f043f cfldrseq mvf0, [pc], #-252 2cb4: d23f42af eorles r4, pc, #-268435446 ; 0xf000000a 2cb8: 493b9802 ldmmidb fp!, {r1, fp, ip, pc} 2cbc: 18086ac9 stmneda r8, {r0, r3, r6, r7, r9, fp, sp, lr} 2cc0: 88408801 stmhida r0, {r0, fp, pc}^ 2cc4: 180b4378 stmneda fp, {r3, r4, r5, r6, r8, r9, lr} 2cc8: 0c1b041b cfldrseq mvf0, [fp], {27} 2ccc: 1c211c32 stcne 12, cr1, [r1], #-200 2cd0: f7ff9803 ldrnvb r9, [pc, r3, lsl #16]! 2cd4: 1c7fffb7 ldcnel 15, cr15, [pc], #-732 2cd8: 2f08e7ea swics 0x0008e7ea 2cdc: 1c30d117 ldfned f5, [r0], #-92 2ce0: f82ef000 stmnvda lr!, {ip, sp, lr, pc} 2ce4: 46681c05 strmibt r1, [r8], -r5, lsl #24 2ce8: 27008886 strcs r8, [r0, -r6, lsl #17] 2cec: 0c3f043f cfldrseq mvf0, [pc], #-252 2cf0: d22142af eorle r4, r1, #-268435446 ; 0xf000000a 2cf4: 8a034668 bhi 0xd469c 2cf8: 1c211c32 stcne 12, cr1, [r1], #-200 2cfc: f7ff9803 ldrnvb r9, [pc, r3, lsl #16]! 2d00: 1c30ffa1 ldcne 15, cr15, [r0], #-644 2d04: fe58f7ff mrc2 7, 2, pc, cr8, cr15, {7} 2d08: 1c7f1c06 ldcnel 12, cr1, [pc], #-24 2d0c: 2200e7ee andcs lr, r0, #62390272 ; 0x3b80000 2d10: 8a014668 bhi 0x546b8 2d14: f7ff1c30 undefined 2d18: 1c06fda3 stcne 13, cr15, [r6], {163} 2d1c: f7ff1c38 undefined 2d20: 1c05fdfd stcne 13, cr15, [r5], {253} 2d24: 88201c02 stmhida r0!, {r1, sl, fp, ip} 2d28: 18099903 stmneda r9, {r0, r1, r8, fp, ip, pc} 2d2c: f0121c30 andnvs r1, r2, r0, lsr ip 2d30: 8820f933 stmhida r0!, {r0, r1, r4, r5, r8, fp, ip, sp, lr, pc} 2d34: 80201940 eorhi r1, r0, r0, asr #18 2d38: b0052000 andlt r2, r5, r0 2d3c: faf9f7ff blx 0xffe80d40 2d40: 00802102 addeq r2, r0, r2, lsl #2 2d44: 68924a18 ldmvsia r2, {r3, r4, r9, fp, lr} 2d48: 5e401810 mcrpl 8, 2, r1, cr0, cr0, {0} 2d4c: 0c000400 cfstrseq mvf0, [r0], {0} 2d50: 00004770 andeq r4, r0, r0, ror r7 2d54: 4a14b410 bmi 0x52fd9c 2d58: 00802302 addeq r2, r0, r2, lsl #6 2d5c: 18206894 stmneda r0!, {r2, r4, r7, fp, sp, lr} 2d60: 68d25ec0 ldmvsia r2, {r6, r7, r9, sl, fp, ip, lr}^ 2d64: 5a401810 bpl 0x1008dac 2d68: 4770bc10 undefined 2d6c: f7ffb500 ldrnvb fp, [pc, r0, lsl #10]! 2d70: 210afff1 strcsd pc, [sl, -r1] 2d74: 490c4348 stmmidb ip, {r3, r6, r8, r9, lr} 2d78: 18086ac9 stmneda r8, {r0, r3, r6, r7, r9, fp, sp, lr} 2d7c: bc028880 stclt 8, cr8, [r2], {128} 2d80: 00004708 andeq r4, r0, r8, lsl #14 2d84: 28ff4908 ldmcsia pc!, {r3, r8, fp, lr}^ 2d88: 8b08d101 blhi 0x237194 2d8c: 2214e009 andcss lr, r4, #9 ; 0x9 2d90: 68494350 stmvsda r9, {r4, r6, r8, r9, lr}^ 2d94: 88411808 stmhida r1, {r3, fp, ip}^ 2d98: 1a088800 bne 0x224da0 2d9c: 04001c40 streq r1, [r0], #-3136 2da0: b0000c00 andlt r0, r0, r0, lsl #24 2da4: 00004770 andeq r4, r0, r0, ror r7 2da8: 00008680 andeq r8, r0, r0, lsl #13 2dac: 1c04b570 cfstr32ne mvfx11, [r4], {112} 2db0: 46681c0d strmibt r1, [r8], -sp, lsl #24 2db4: 20007c06 andcs r7, r0, r6, lsl #24 2db8: d0032b02 andle r2, r3, r2, lsl #22 2dbc: d0012b04 andle r2, r1, r4, lsl #22 2dc0: d1222b06 teqle r2, r6, lsl #22 2dc4: d0032e02 andle r2, r3, r2, lsl #28 2dc8: d0012e04 andle r2, r1, r4, lsl #28 2dcc: d11c2e06 tstle ip, r6, lsl #28 2dd0: d1022c00 tstle r2, r0, lsl #24 2dd4: db164295 blle 0x593830 2dd8: 2c01e01b stccs 0, cr14, [r1], {27} 2ddc: 42aad101 adcmi sp, sl, #1073741824 ; 0x40000000 2de0: 2c02e7f9 stccs 7, cr14, [r2], {249} 2de4: 42aad102 adcmi sp, sl, #-2147483648 ; 0x80000000 2de8: e012da0d ands sp, r2, sp, lsl #20 2dec: d1012c03 tstle r1, r3, lsl #24 2df0: e7f94295 undefined 2df4: d1022c04 tstle r2, r4, lsl #24 2df8: d0044295 mulle r4, r5, r2 2dfc: 2c05e009 stccs 0, cr14, [r5], {9} 2e00: 4295d107 addmis sp, r5, #-1073741823 ; 0xc0000001 2e04: 2001d005 andcs sp, r1, r5 2e08: 2c00e003 stccs 0, cr14, [r0], {3} 2e0c: 4295d103 addmis sp, r5, #-1073741824 ; 0xc0000000 2e10: f001d3f9 strnvd sp, [r1], -r9 2e14: 2c01ff51 stccs 15, cr15, [r1], {81} 2e18: 42aad102 adcmi sp, sl, #-2147483648 ; 0x80000000 2e1c: e7f8d3f3 undefined 2e20: d1022c02 tstle r2, r2, lsl #24 2e24: d2ee42aa rscle r4, lr, #-1610612726 ; 0xa000000a 2e28: 2c03e7f3 stccs 7, cr14, [r3], {243} 2e2c: 4295d101 addmis sp, r5, #1073741824 ; 0x40000000 2e30: 2c04e7f9 stccs 7, cr14, [r4], {249} 2e34: 4295d102 addmis sp, r5, #-2147483648 ; 0x80000000 2e38: e7ead0e5 strb sp, [sl, r5, ror #1]! 2e3c: d1e82c05 mvnle r2, r5, lsl #24 2e40: d0e64295 smlalle r4, r6, r5, r2 2e44: 0000e7df ldreqd lr, [r0], -pc 2e48: 1c04b5f1 cfstr32ne mvfx11, [r4], {241} 2e4c: 1c161c0d ldcne 12, cr1, [r6], {13} 2e50: 46691c18 undefined 2e54: 466a8b09 strmibt r8, [sl], -r9, lsl #22 2e58: 27008b92 undefined 2e5c: 701f466b andvcs r4, pc, fp, ror #12 2e60: 1c33b407 cfldrsne mvf11, [r3], #-28 2e64: 1c29aa03 stcne 10, cr10, [r9], #-12 2e68: f0001c20 andnv r1, r0, r0, lsr #24 2e6c: a903f80f stmgedb r3, {r0, r1, r2, r3, fp, ip, sp, lr, pc} 2e70: b0037809 andlt r7, r3, r9, lsl #16 2e74: d1072900 tstle r7, r0, lsl #18 2e78: d0032c04 andle r2, r3, r4, lsl #24 2e7c: d0012c03 andle r2, r1, r3, lsl #24 2e80: d1002c02 tstle r0, r2, lsl #24 2e84: 702f2701 eorvc r2, pc, r1, lsl #14 2e88: fabef7ff blx 0xfefc0e8c 2e8c: b085b5f3 strltd fp, [r5], r3 2e90: 1c1d1c14 ldcne 12, cr1, [sp], {20} 2e94: 8e864668 cdphi 6, 8, cr4, cr6, cr8, {3} 2e98: 71012100 tstvc r1, r0, lsl #2 2e9c: f7ff1c18 undefined 2ea0: 4669fcd9 undefined 2ea4: 1c307008 ldcne 0, cr7, [r0], #-32 2ea8: fcd4f7ff ldc2l 7, cr15, [r4], {255} 2eac: 70484669 subvc r4, r8, r9, ror #12 2eb0: 78004668 stmvcda r0, {r3, r5, r6, r9, sl, lr} 2eb4: d0032807 andle r2, r3, r7, lsl #16 2eb8: 78004668 stmvcda r0, {r3, r5, r6, r9, sl, lr} 2ebc: d10d2808 tstle sp, r8, lsl #16 2ec0: 78004668 stmvcda r0, {r3, r5, r6, r9, sl, lr} 2ec4: 42887849 addmi r7, r8, #4784128 ; 0x490000 2ec8: 2000d004 andcs sp, r0, r4 2ecc: b00743c0 andlt r4, r7, r0, asr #7 2ed0: fa2ff7ff blx 0xc00ed4 2ed4: 78004668 stmvcda r0, {r3, r5, r6, r9, sl, lr} 2ed8: d03c2807 eorles r2, ip, r7, lsl #16 2edc: 78004668 stmvcda r0, {r3, r5, r6, r9, sl, lr} 2ee0: d0642808 rsble r2, r4, r8, lsl #16 2ee4: 4668466a strmibt r4, [r8], -sl, ror #12 2ee8: 1c288e01 stcne 14, cr8, [r8], #-4 2eec: fcb8f7ff ldc2 7, cr15, [r8], #1020 2ef0: aa001c05 bge 0x9f0c 2ef4: 46681c52 undefined 2ef8: 1c308f01 ldcne 15, cr8, [r0], #-4 2efc: fcb0f7ff ldc2 7, cr15, [r0], #1020 2f00: 46681c06 strmibt r1, [r8], -r6, lsl #24 2f04: 1c287801 stcne 8, cr7, [r8], #-4 2f08: fceef7ff stc2l 7, cr15, [lr], #1020 2f0c: 46681c05 strmibt r1, [r8], -r5, lsl #24 2f10: 1c307841 ldcne 8, cr7, [r0], #-260 2f14: fce8f7ff stc2l 7, cr15, [r8], #1020 2f18: 46681c06 strmibt r1, [r8], -r6, lsl #24 2f1c: b4017840 strlt r7, [r1], #-2112 2f20: 7803a801 stmvcda r3, {r0, fp, sp, pc} 2f24: 1c291c32 stcne 12, cr1, [r9], #-200 2f28: f7ff2005 ldrnvb r2, [pc, r5]! 2f2c: 7020ff3f eorvc pc, r0, pc, lsr pc 2f30: b0017820 andlt r7, r1, r0, lsr #16 2f34: d00c2800 andle r2, ip, r0, lsl #16 2f38: 78404668 stmvcda r0, {r3, r5, r6, r9, sl, lr}^ 2f3c: a801b401 stmgeda r1, {r0, sl, ip, sp, pc} 2f40: 1c327803 ldcne 8, cr7, [r2], #-12 2f44: 7d001c29 stcvc 12, cr1, [r0, #-164] 2f48: ff30f7ff swinv 0x0030f7ff 2f4c: 70089907 andvc r9, r8, r7, lsl #18 2f50: 2000b001 andcs fp, r0, r1 2f54: 4668e7bb undefined 2f58: 1c288e01 stcne 14, cr8, [r8], #-4 2f5c: ff06f7ff swinv 0x0006f7ff 2f60: 80484669 subhi r4, r8, r9, ror #12 2f64: 8e014668 cfmadd32hi mvax3, mvfx4, mvfx1, mvfx8 2f68: f7ff1c28 ldrnvb r1, [pc, r8, lsr #24]! 2f6c: 4669fef3 undefined 2f70: 485680c8 ldmmida r6, {r3, r6, r7, pc}^ 2f74: 90036ac0 andls r6, r3, r0, asr #21 2f78: 88c94668 stmhiia r9, {r3, r5, r6, r9, sl, lr}^ 2f7c: 4351220a cmpmi r1, #-1610612736 ; 0xa0000000 2f80: 5a519a03 bpl 0x1469794 2f84: 8f018601 swihi 0x00018601 2f88: f7ff1c30 undefined 2f8c: 1c07feef stcne 14, cr15, [r7], {239} 2f90: 8f014668 swihi 0x00014668 2f94: f7ff1c30 undefined 2f98: 4669fedd undefined 2f9c: 46688108 strmibt r8, [r8], -r8, lsl #2 2fa0: 220a8909 andcs r8, sl, #147456 ; 0x24000 2fa4: 9a034351 bls 0xd3cf0 2fa8: 87015a51 smlsdhi r1, r1, sl, r5 2fac: 1c28e008 stcne 0, cr14, [r8], #-32 2fb0: fec6f7ff mcr2 7, 6, pc, cr6, cr15, {7} 2fb4: 80484669 subhi r4, r8, r9, ror #12 2fb8: f7ff1c30 undefined 2fbc: 1c07fec1 stcne 14, cr15, [r7], {193} 2fc0: 88404668 stmhida r0, {r3, r5, r6, r9, sl, lr}^ 2fc4: d01342b8 ldrleh r4, [r3], -r8 2fc8: 7d004668 stcvc 6, cr4, [r0, #-416] 2fcc: d0032804 andle r2, r3, r4, lsl #16 2fd0: 7d004668 stcvc 6, cr4, [r0, #-416] 2fd4: d10b2805 tstle fp, r5, lsl #16 2fd8: 70202001 eorvc r2, r0, r1 2fdc: 7d004668 stcvc 6, cr4, [r0, #-416] 2fe0: d1012805 tstle r1, r5, lsl #16 2fe4: e0002001 and r2, r0, r1 2fe8: 99062000 stmlsdb r6, {sp} 2fec: e7b07008 ldr r7, [r0, r8]! 2ff0: 46694668 strmibt r4, [r9], -r8, ror #12 2ff4: 42b98849 adcmis r8, r9, #4784128 ; 0x490000 2ff8: 1c39d900 ldcne 9, cr13, [r9] 2ffc: 1c6d8201 sfmne f0, 3, [sp], #-4 3000: 21001c76 tstcs r0, r6, ror ip 3004: 4668e011 undefined 3008: 28087800 stmcsda r8, {fp, ip, sp, lr} 300c: 0428d109 streqt sp, [r8], #-265 3010: f7ff0c00 ldrnvb r0, [pc, r0, lsl #24]! 3014: 1c05fcd1 stcne 12, cr15, [r5], {209} 3018: 0c000430 cfstrseq mvf0, [r0], {48} 301c: fcccf7ff stc2l 7, cr15, [ip], {255} 3020: 46681c06 strmibt r1, [r8], -r6, lsl #24 3024: 89494669 stmhidb r9, {r0, r3, r5, r6, r9, sl, lr}^ 3028: 81411c49 cmphi r1, r9, asr #24 302c: 46698940 strmibt r8, [r9], -r0, asr #18 3030: 42888a09 addmi r8, r8, #36864 ; 0x9000 3034: d2364668 eorles r4, r6, #109051904 ; 0x6800000 3038: 8e008f02 cdphi 15, 0, cr8, cr0, cr2, {0} 303c: 0c090431 cfstrseq mvf0, [r9], {49} 3040: 042bb407 streqt fp, [fp], #-1031 3044: 1c220c1b stcne 12, cr0, [r2], #-108 3048: a8039909 stmgeda r3, {r0, r3, r8, fp, ip, pc} 304c: f7ff7d00 ldrnvb r7, [pc, r0, lsl #26]! 3050: a903ff1d stmgedb r3, {r0, r2, r3, r4, r8, r9, sl, fp, ip, sp, lr, pc} 3054: 78207108 stmvcda r0!, {r3, r8, ip, sp, lr} 3058: 2800b003 stmcsda r0, {r0, r1, ip, sp, pc} 305c: 2004d103 andcs sp, r4, r3, lsl #2 3060: 28005608 stmcsda r0, {r3, r9, sl, ip, lr} 3064: 4669da03 strmibt sp, [r9], -r3, lsl #20 3068: 56082004 strpl r2, [r8], -r4 306c: 4668e72f strmibt lr, [r8], -pc, lsr #14 3070: 28077800 stmcsda r7, {fp, ip, sp, lr} 3074: 4815d1c7 ldmmida r5, {r0, r1, r2, r6, r7, r8, ip, lr, pc} 3078: 466b6ac0 strmibt r6, [fp], -r0, asr #21 307c: 46948e0a ldrmi r8, [r4], sl, lsl #28 3080: 210a88ca smlabtcs sl, sl, r8, r8 3084: 1881434a stmneia r1, {r1, r3, r6, r8, r9, lr} 3088: 44618849 strmibt r8, [r1], #-2121 308c: 46698619 undefined 3090: 468c8f09 strmi r8, [ip], r9, lsl #30 3094: 890a4669 stmhidb sl, {r0, r3, r5, r6, r9, sl, lr} 3098: 434a210a cmpmi sl, #-2147483646 ; 0x80000002 309c: 88401880 stmhida r0, {r7, fp, ip}^ 30a0: 87184460 ldrhi r4, [r8, -r0, ror #8] 30a4: 8840e7bd stmhida r0, {r0, r2, r3, r4, r5, r7, r8, r9, sl, sp, lr, pc}^ 30a8: d0dc42b8 ldrleh r4, [ip], #40 30ac: 70202001 eorvc r2, r0, r1 30b0: b4012003 strlt r2, [r1], #-3 30b4: 1c3a2303 ldcne 3, cr2, [sl], #-12 30b8: 8841a801 stmhida r1, {r0, fp, sp, pc}^ 30bc: f7ff7d00 ldrnvb r7, [pc, r0, lsl #26]! 30c0: 9907fe75 stmlsdb r7, {r0, r2, r4, r5, r6, r9, sl, fp, ip, sp, lr, pc} 30c4: b0017008 andlt r7, r1, r8 30c8: 0000e7cd andeq lr, r0, sp, asr #15 30cc: 00008680 andeq r8, r0, r0, lsl #13 30d0: b081b5f1 strltd fp, [r1], r1 30d4: 79004668 stmvcdb r0, {r3, r5, r6, r9, sl, lr} 30d8: ff42f7fe swinv 0x0042f7fe 30dc: d1022800 tstle r2, r0, lsl #16 30e0: 43c02000 bicmi r2, r0, #0 ; 0x0 30e4: 4668e083 strmibt lr, [r8], -r3, lsl #1 30e8: 21147900 tstcs r4, r0, lsl #18 30ec: 49924348 ldmmiib r2, {r3, r6, r8, r9, lr} 30f0: 180c6849 stmneda ip, {r0, r3, r6, fp, sp, lr} 30f4: 004888a1 subeq r8, r8, r1, lsr #17 30f8: 00528822 subeqs r8, r2, r2, lsr #16 30fc: 681b4b8e ldmvsda fp, {r1, r2, r3, r7, r8, r9, fp, lr} 3100: 1815189a ldmneda r5, {r1, r3, r4, r7, fp, ip} 3104: 5e282000 cdppl 0, 2, cr2, cr8, cr0, {0} 3108: 0f060400 swieq 0x00060400 310c: d41907f0 ldrle r0, [r9], #-2032 3110: 882a4888 stmhida sl!, {r3, r7, fp, lr} 3114: 011b2380 tsteq fp, r0, lsl #7 3118: 121a4013 andnes r4, sl, #19 ; 0x13 311c: 0e120612 cfmsub32eq mvax0, mvfx0, mvfx2, mvfx2 3120: d1092a08 tstle r9, r8, lsl #20 3124: 5eaa2200 cdppl 2, 10, cr2, cr10, cr0, {0} 3128: 00db23e0 sbceqs r2, fp, r0, ror #7 312c: 121a4013 andnes r4, sl, #19 ; 0x13 3130: 0e120612 cfmsub32eq mvax0, mvfx0, mvfx2, mvfx2 3134: e0035c82 and r5, r3, r2, lsl #25 3138: 5eaa2200 cdppl 2, 10, cr2, cr10, cr0, {0} 313c: 0e120612 cfmsub32eq mvax0, mvfx0, mvfx2, mvfx2 3140: db012a36 blle 0x4da20 3144: e7cc2001 strb r2, [ip, r1] 3148: 19922200 ldmneib r2, {r9, sp} 314c: 1e521052 mrcne 0, 2, r1, cr2, cr2, {2} 3150: 2780882b strcs r8, [r0, fp, lsr #16] 3154: 401f013f andmis r0, pc, pc, lsr r1 3158: 061b123b undefined 315c: 2b080e1b blcs 0x2069d0 3160: 1c52d100 ldfnep f5, [r2], {0} 3164: 0e120612 cfmsub32eq mvax0, mvfx0, mvfx2, mvfx2 3168: d3002a05 tstle r0, #20480 ; 0x5000 316c: 2e0e2204 cdpcs 2, 0, cr2, cr14, cr4, {0} 3170: 2302d101 tstcs r2, #1073741824 ; 0x40000000 3174: 4b705eee blmi 0x1c1ad34 3178: 496f8659 stmmidb pc!, {r0, r3, r4, r6, r9, sl, pc}^ 317c: 466b3134 undefined 3180: 700b791b andvc r7, fp, fp, lsl r9 3184: 18400091 stmneda r0, {r0, r4, r7}^ 3188: 1c289000 stcne 0, cr9, [r8] 318c: 68499900 stmvsda r9, {r8, fp, ip, pc}^ 3190: ff9cf011 swinv 0x009cf011 3194: 20041c07 andcs r1, r4, r7, lsl #24 3198: 428743c0 addmi r4, r7, #3 ; 0x3 319c: f7ffd107 ldrnvb sp, [pc, r7, lsl #2]! 31a0: 1c28f9dd stcne 9, cr15, [r8], #-884 31a4: 68499900 stmvsda r9, {r8, fp, ip, pc}^ 31a8: ff90f011 swinv 0x0090f011 31ac: 2f001c07 swics 0x00001c07 31b0: 2f01db1c swics 0x0001db1c 31b4: 2000d104 andcs sp, r0, r4, lsl #2 31b8: 79a080a0 stmvcib r0!, {r5, r7, pc} 31bc: e00c71e0 and r7, ip, r0, ror #3 31c0: d1022f03 tstle r2, r3, lsl #30 31c4: 8e40485c mcrhi 8, 2, r4, cr0, cr12, {2} 31c8: 0636e006 ldreqt lr, [r6], -r6 31cc: 88a00e36 stmhiia r0!, {r1, r2, r4, r5, r9, sl, fp} 31d0: 19892100 stmneib r9, {r8, sp} 31d4: 18401049 stmneda r0, {r0, r3, r6, ip}^ 31d8: 466880a0 strmibt r8, [r8], -r0, lsr #1 31dc: f7ff7900 ldrnvb r7, [pc, r0, lsl #18]! 31e0: 88a1fdd1 stmhiia r1!, {r0, r4, r6, r7, r8, sl, fp, ip, sp, lr, pc} 31e4: d2014288 andle r4, r1, #-2147483640 ; 0x80000008 31e8: 43ff2701 mvnmis r2, #262144 ; 0x40000 31ec: f7fe1c38 undefined 31f0: 0000ff1f andeq pc, r0, pc, lsl pc 31f4: 2400b5f1 strcs fp, [r0], #-1521 31f8: 00c921e0 sbceq r2, r9, r0, ror #3 31fc: 23804a4d orrcs r4, r0, #315392 ; 0x4d000 3200: 8805011b stmhida r5, {r0, r1, r3, r4, r8} 3204: 122d401d eorne r4, sp, #29 ; 0x1d 3208: 0e2d062d cfmadda32eq mvax1, mvax0, mvfx13, mvfx13 320c: d10b2d08 tstle fp, r8, lsl #26 3210: 5ec32300 cdppl 3, 12, cr2, cr3, cr0, {0} 3214: 12094019 andne r4, r9, #25 ; 0x19 3218: 0e090609 cfmadd32eq mvax0, mvfx0, mvfx9, mvfx9 321c: 22005c51 andcs r5, r0, #20736 ; 0x5100 3220: 06365e86 ldreqt r5, [r6], -r6, lsl #29 3224: e0121636 ands r1, r2, r6, lsr r6 3228: 402b8805 eormi r8, fp, r5, lsl #16 322c: 061b121b undefined 3230: 2b080e1b blcs 0x206aa4 3234: 2300d107 tstcs r0, #-1073741823 ; 0xc0000001 3238: 40195ec3 andmis r5, r9, r3, asr #29 323c: 06091209 streq r1, [r9], -r9, lsl #4 3240: 5c510e09 mrrcpl 14, 0, r0, r1, cr9 3244: 2100e001 tstcs r0, r1 3248: 22025e41 andcs r5, r2, #1040 ; 0x410 324c: 4f3a5e86 swimi 0x003a5e86 3250: 78bd3732 ldmvcia sp!, {r1, r4, r5, r8, r9, sl, ip, sp} 3254: 0e090609 cfmadd32eq mvax0, mvfx0, mvfx9, mvfx9 3258: d00c2925 andle r2, ip, r5, lsr #18 325c: d04e2929 suble r2, lr, r9, lsr #18 3260: d031292b eorles r2, r1, fp, lsr #18 3264: d00b292c andle r2, fp, ip, lsr #18 3268: d013292d andles r2, r3, sp, lsr #18 326c: d01a292f andles r2, sl, pc, lsr #18 3270: d0342935 eorles r2, r4, r5, lsr r9 3274: 8838e058 ldmhida r8!, {r3, r4, r6, sp, lr, pc} 3278: 80381980 eorhis r1, r8, r0, lsl #19 327c: e0552403 subs r2, r5, r3, lsl #8 3280: 04302100 ldreqt r2, [r0], #-256 3284: f7ff0c00 ldrnvb r0, [pc, r0, lsl #24]! 3288: 1c29fb5f stcne 11, cr15, [r9], #-380 328c: fe08f7fe mcr2 7, 0, pc, cr8, cr14, {7} 3290: e04b1c04 sub r1, fp, r4, lsl #24 3294: 04302100 ldreqt r2, [r0], #-256 3298: f7ff0c00 ldrnvb r0, [pc, r0, lsl #24]! 329c: 1c29fb55 stcne 11, cr15, [r9], #-340 32a0: fe14f7fe mrc2 7, 0, pc, cr4, cr14, {7} 32a4: 1c29e7f4 stcne 7, cr14, [r9], #-976 32a8: 30304823 eorccs r4, r0, r3, lsr #16 32ac: fdb4f7fe ldc2 7, cr15, [r4, #1016]! 32b0: 04302100 ldreqt r2, [r0], #-256 32b4: f7ff0c00 ldrnvb r0, [pc, r0, lsl #24]! 32b8: 7801fb47 stmvcda r1, {r0, r1, r2, r6, r8, r9, fp, ip, sp, lr, pc} 32bc: 3030481e eorccs r4, r0, lr, lsl r8 32c0: fd92f7fe ldc2 7, cr15, [r2, #1016] 32c4: e0312401 eors r2, r1, r1, lsl #8 32c8: 481b1c29 ldmmida fp, {r0, r3, r5, sl, fp, ip} 32cc: f7fe3030 undefined 32d0: 0631fda3 ldreqt pc, [r1], -r3, lsr #27 32d4: 78b80e09 ldmvcia r8!, {r0, r3, r9, sl, fp} 32d8: fe2ef7fe mcr2 7, 1, pc, cr14, cr14, {7} 32dc: 466ae7f2 undefined 32e0: 04302100 ldreqt r2, [r0], #-256 32e4: f7ff0c00 ldrnvb r0, [pc, r0, lsl #24]! 32e8: 1c06fabb stcne 10, cr15, [r6], {187} 32ec: f99af011 ldmnvib sl, {r0, r4, ip, sp, lr, pc} 32f0: 46681c02 strmibt r1, [r8], -r2, lsl #24 32f4: 1c307801 ldcne 8, cr7, [r0], #-4 32f8: fae4f7ff blx 0xff9412fc 32fc: 480fe016 stmmida pc, {r1, r2, r4, sp, lr, pc} 3300: 0c360436 cfldrseq mvf0, [r6], #-216 3304: d1014286 smlabble r1, r6, r2, r4 3308: e00f2405 and r2, pc, r5, lsl #8 330c: 2100466a tstcs r0, sl, ror #12 3310: f7ff1c30 undefined 3314: 1c06faa5 stcne 10, cr15, [r6], {165} 3318: 78014668 stmvcda r1, {r3, r5, r6, r9, sl, lr} 331c: f7ff1c30 undefined 3320: 2800fae3 stmcsda r0, {r0, r1, r5, r6, r7, r9, fp, ip, sp, lr, pc} 3324: e7efd002 strb sp, [pc, r2]! 3328: 43e42401 mvnmi r2, #16777216 ; 0x1000000 332c: f7ff1c20 ldrnvb r1, [pc, r0, lsr #24]! 3330: 0000f86b andeq pc, r0, fp, ror #16 3334: 00000100 andeq r0, r0, r0, lsl #2 3338: 00008680 andeq r8, r0, r0, lsl #13 333c: 0000ffff streqd pc, [r0], -pc 3340: 1c06b5ff cfstr32ne mvfx11, [r6], {255} 3344: 20802400 addcs r2, r0, r0, lsl #8 3348: 88310100 ldmhida r1!, {r8} 334c: 12094001 andne r4, r9, #1 ; 0x1 3350: 0e090609 cfmadd32eq mvax0, mvfx0, mvfx9, mvfx9 3354: d1122908 tstle r2, r8, lsl #18 3358: 5e302000 cdppl 0, 3, cr2, cr0, cr0, {0} 335c: 00c921e0 sbceq r2, r9, r0, ror #3 3360: 12084001 andne r4, r8, #1 ; 0x1 3364: 0e000600 cfmadd32eq mvax0, mvfx0, mvfx0, mvfx0 3368: 5c0949cf stcpl 9, cr4, [r9], {207} 336c: 5e302000 cdppl 0, 3, cr2, cr0, cr0, {0} 3370: 16000600 strne r0, [r0], -r0, lsl #12 3374: 5eb22202 cdppl 2, 11, cr2, cr2, cr2, {0} 3378: 20021887 andcs r1, r2, r7, lsl #17 337c: 8831e016 ldmhida r1!, {r1, r2, r4, sp, lr, pc} 3380: 12004008 andne r4, r0, #8 ; 0x8 3384: 0e000600 cfmadd32eq mvax0, mvfx0, mvfx0, mvfx0 3388: d10a2808 tstle sl, r8, lsl #16 338c: 5e302000 cdppl 0, 3, cr2, cr0, cr0, {0} 3390: 00c921e0 sbceq r2, r9, r0, ror #3 3394: 12084001 andne r4, r8, #1 ; 0x1 3398: 0e000600 cfmadd32eq mvax0, mvfx0, mvfx0, mvfx0 339c: 5c0949c2 stcpl 9, cr4, [r9], {194} 33a0: 2000e001 andcs lr, r0, r1 33a4: 20025e31 andcs r5, r2, r1, lsr lr 33a8: 20045e37 andcs r5, r4, r7, lsr lr 33ac: 06095e35 undefined 33b0: 29020e09 stmcsdb r2, {r0, r3, r9, sl, fp} 33b4: 2909d003 stmcsdb r9, {r0, r1, ip, lr, pc} 33b8: 2912d001 ldmcsdb r2, {r0, ip, lr, pc} 33bc: 2000d10d andcs sp, r0, sp, lsl #2 33c0: 042bb401 streqt fp, [fp], #-1025 33c4: 22000c1b andcs r0, r0, #6912 ; 0x1b00 33c8: 0c090439 cfstrseq mvf0, [r9], {57} 33cc: f0005e30 andnv r5, r0, r0, lsr lr 33d0: b001f9f5 strltd pc, [r1], -r5 33d4: f7feb004 ldrnvb fp, [lr, r4]! 33d8: 4668ffac strmibt pc, [r8], -ip, lsr #31 33dc: 32344ab3 eorccs r4, r4, #733184 ; 0xb3000 33e0: 71027812 tstvc r2, r2, lsl r8 33e4: 1c68466a stcnel 6, cr4, [r8], #-424 33e8: 48b080d0 ldmmiia r0!, {r4, r6, r7, pc} 33ec: 90023008 andls r3, r2, r8 33f0: d1002917 tstle r0, r7, lsl r9 33f4: 291be0bd ldmcsdb fp, {r0, r2, r3, r4, r5, r7, sp, lr, pc} 33f8: 291cd019 ldmcsdb ip, {r0, r3, r4, ip, lr, pc} 33fc: 291dd061 ldmcsdb sp, {r0, r5, r6, ip, lr, pc} 3400: e10cd100 tst ip, r0, lsl #2 3404: d100291f tstle r0, pc, lsl r9 3408: 2923e131 stmcsdb r3!, {r0, r4, r5, r8, sp, lr, pc} 340c: e188d100 orr sp, r8, r0, lsl #2 3410: d1002924 tstle r0, r4, lsr #18 3414: 2927e1a6 stmcsdb r7!, {r1, r2, r5, r7, r8, sp, lr, pc} 3418: 2928d063 stmcsdb r8!, {r0, r1, r5, r6, ip, lr, pc} 341c: e0b6d100 adcs sp, r6, r0, lsl #2 3420: d100292a tstle r0, sl, lsr #18 3424: 292ee07e stmcsdb lr!, {r1, r2, r3, r4, r5, r6, sp, lr, pc} 3428: e08bd100 add sp, fp, r0, lsl #2 342c: 0438e0b3 ldreqt lr, [r8], #-179 3430: f7ff0c00 ldrnvb r0, [pc, r0, lsl #24]! 3434: 2807fa0f stmcsda r7, {r0, r1, r2, r3, r9, fp, ip, sp, lr, pc} 3438: 1c78d136 ldfnep f5, [r8], #-216 343c: 0c000400 cfstrseq mvf0, [r0], {0} 3440: fa08f7ff blx 0x241444 3444: d12f2801 teqle pc, r1, lsl #16 3448: 0c000428 cfstrseq mvf0, [r0], {40} 344c: fa02f7ff blx 0xc1450 3450: d1292807 teqle r9, r7, lsl #16 3454: 88c04668 stmhiia r0, {r3, r5, r6, r9, sl, lr}^ 3458: f9fcf7ff ldmnvib ip!, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc}^ 345c: d1232801 teqle r3, r1, lsl #16 3460: 04282100 streqt r2, [r8], #-256 3464: f7ff0c00 ldrnvb r0, [pc, r0, lsl #24]! 3468: 1c06fc81 stcne 12, cr15, [r6], {129} 346c: 21001c02 tstcs r0, r2, lsl #24 3470: 0c000438 cfstrseq mvf0, [r0], {56} 3474: fd94f7fe ldc2 7, cr15, [r4, #1016] 3478: 28001c04 stmcsda r0, {r2, sl, fp, ip} 347c: 1c20da01 stcne 10, cr13, [r0], #-4 3480: 2200e7a8 andcs lr, r0, #44040192 ; 0x2a00000 3484: 04382100 ldreqt r2, [r8], #-256 3488: f7ff0c00 ldrnvb r0, [pc, r0, lsl #24]! 348c: 1c07f9e9 stcne 9, cr15, [r7], {233} 3490: 21002200 tstcs r0, r0, lsl #4 3494: 0c000428 cfstrseq mvf0, [r0], {40} 3498: f9e2f7ff stmnvib r2!, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc}^ 349c: 1c011c32 stcne 12, cr1, [r1], {50} 34a0: f0111c38 andnvs r1, r1, r8, lsr ip 34a4: e7eafd79 undefined 34a8: b4012000 strlt r2, [r1] 34ac: 0c1b042b cfldrseq mvf0, [fp], {43} 34b0: 04392200 ldreqt r2, [r9], #-512 34b4: 201b0c09 andcss r0, fp, r9, lsl #24 34b8: f980f000 stmnvib r0, {ip, sp, lr, pc} 34bc: b0011c04 andlt r1, r1, r4, lsl #24 34c0: 1c52e7dd mrrcne 7, 13, lr, r2, cr13 34c4: 04382100 ldreqt r2, [r8], #-256 34c8: f7ff0c00 ldrnvb r0, [pc, r0, lsl #24]! 34cc: 1c07f9c9 stcne 9, cr15, [r7], {201} 34d0: 0c2d042d cfstrseq mvf0, [sp], #-180 34d4: 46681c2a strmibt r1, [r8], -sl, lsr #24 34d8: 1c387841 ldcne 8, cr7, [r8], #-260 34dc: f9f2f7ff ldmnvib r2!, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc}^ 34e0: 2100e7cd smlabtcs r0, sp, r7, lr 34e4: 0c000428 cfstrseq mvf0, [r0], {40} 34e8: f9baf7ff ldmnvib sl!, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc} 34ec: 78094669 stmvcda r9, {r0, r3, r5, r6, r9, sl, lr} 34f0: f9faf7ff ldmnvib sl!, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc}^ 34f4: 20061c01 andcs r1, r6, r1, lsl #24 34f8: 2306b401 tstcs r6, #16777216 ; 0x1000000 34fc: 88302200 ldmhida r0!, {r9, sp} 3500: 00ed25e0 rsceq r2, sp, r0, ror #11 3504: 12284005 eorne r4, r8, #5 ; 0x5 3508: 0e000600 cfmadd32eq mvax0, mvfx0, mvfx0, mvfx0 350c: fc4ef7ff mcrr2 7, 15, pc, lr, cr15 3510: 2800b001 stmcsda r0, {r0, ip, sp, pc} 3514: 9802d0b3 stmlsda r2, {r0, r1, r4, r5, r7, ip, lr, pc} 3518: 8d499902 stchil 9, cr9, [r9, #-8] 351c: 854119c9 strhib r1, [r1, #-2505] 3520: e7ac2403 str r2, [ip, r3, lsl #8]! 3524: 79014668 stmvcdb r1, {r3, r5, r6, r9, sl, lr} 3528: 30304860 eorccs r4, r0, r0, ror #16 352c: fc74f7fe ldc2l 7, cr15, [r4], #-1016 3530: 04391c2a ldreqt r1, [r9], #-3114 3534: 485d1409 ldmmida sp, {r0, r3, sl, ip}^ 3538: 78003034 stmvcda r0, {r2, r4, r5, ip, sp} 353c: fcd6f7fe ldc2l 7, cr15, [r6], {254} 3540: e79c2401 ldr r2, [ip, r1, lsl #8] 3544: 04282100 streqt r2, [r8], #-256 3548: f7ff0c00 ldrnvb r0, [pc, r0, lsl #24]! 354c: 4669f9fd undefined 3550: 70017909 andvc r7, r1, r9, lsl #18 3554: 30344855 eorccs r4, r4, r5, asr r8 3558: 48547801 ldmmida r4, {r0, fp, ip, sp, lr}^ 355c: f7fe3030 undefined 3560: 0639fc5b undefined 3564: 48510e09 ldmmida r1, {r0, r3, r9, sl, fp}^ 3568: f7fe3030 undefined 356c: 2402fc3d strcs pc, [r2], #-3133 3570: 1c52e785 mrrcne 7, 8, lr, r2, cr5 3574: 04382100 ldreqt r2, [r8], #-256 3578: f7ff0c00 ldrnvb r0, [pc, r0, lsl #24]! 357c: 1c07f971 stcne 9, cr15, [r7], {113} 3580: 04282100 streqt r2, [r8], #-256 3584: f7ff0c00 ldrnvb r0, [pc, r0, lsl #24]! 3588: 1c02fbf1 stcne 11, cr15, [r2], {241} 358c: 043fe7a3 ldreqt lr, [pc], #1955 ; 0x3594 3590: 2f220c3f swics 0x00220c3f 3594: 2401d302 strcs sp, [r1], #-770 3598: e77043e4 ldrb r4, [r0, -r4, ror #7]! 359c: 0c000428 cfstrseq mvf0, [r0], {40} 35a0: fbcef7ff blx 0xff3c15a6 35a4: 28111c04 ldmcsda r1, {r2, sl, fp, ip} 35a8: 2c00d2f5 sfmcs f5, 1, [r0], {245} 35ac: 4668d028 strmibt sp, [r8], -r8, lsr #32 35b0: 260088c5 strcs r8, [r0], -r5, asr #17 35b4: 2100e00e tstcs r0, lr 35b8: f7ff1c28 ldrnvb r1, [pc, r8, lsr #24]! 35bc: 9903f9c5 stmlsdb r3, {r0, r2, r6, r7, r8, fp, ip, sp, lr, pc} 35c0: 98036188 stmlsda r3, {r3, r7, r8, sp, lr} 35c4: 28006980 stmcsda r0, {r7, r8, fp, sp, lr} 35c8: 1c28d01b stcne 0, cr13, [r8], #-108 35cc: f9f4f7ff ldmnvib r4!, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc}^ 35d0: 1c761c05 ldcnel 12, cr1, [r6], #-20 35d4: d21442a6 andles r4, r4, #1610612746 ; 0x6000000a 35d8: 493300b0 ldmmidb r3!, {r4, r5, r7} 35dc: 90031808 andls r1, r3, r8, lsl #16 35e0: f7ff1c28 ldrnvb r1, [pc, r8, lsr #24]! 35e4: 2807f937 stmcsda r7, {r0, r1, r2, r4, r5, r8, fp, ip, sp, lr, pc} 35e8: 9903d1e5 stmlsdb r3, {r0, r2, r5, r6, r7, r8, ip, lr, pc} 35ec: 00a82202 adceq r2, r8, r2, lsl #4 35f0: 681b9b02 ldmvsda fp, {r1, r8, r9, fp, ip, pc} 35f4: 5e801818 mcrpl 8, 4, r1, cr0, cr8, {0} 35f8: 68529a02 ldmvsda r2, {r1, r9, fp, ip, pc}^ 35fc: e7df1810 undefined 3600: 00b02600 adceqs r2, r0, r0, lsl #12 3604: 18084928 stmneda r8, {r3, r5, r8, fp, lr} 3608: 61812100 orrvs r2, r1, r0, lsl #2 360c: 30184826 andccs r4, r8, r6, lsr #16 3610: 4a6700b9 bmi 0x19c38fc 3614: f0115851 andnvs r5, r1, r1, asr r8 3618: 1c04fd59 stcne 13, cr15, [r4], {89} 361c: 2100e72f tstcs r0, pc, lsr #14 3620: 0c000428 cfstrseq mvf0, [r0], {40} 3624: fa36f7ff blx 0xdc1628 3628: 04321c46 ldreqt r1, [r2], #-3142 362c: 21000c12 tstcs r0, r2, lsl ip 3630: 0c000438 cfstrseq mvf0, [r0], {56} 3634: fcb4f7fe ldc2 7, cr15, [r4], #1016 3638: 28001c04 stmcsda r0, {r2, sl, fp, ip} 363c: 2200dbee andcs sp, r0, #243712 ; 0x3b800 3640: 04382100 ldreqt r2, [r8], #-256 3644: f7ff0c00 ldrnvb r0, [pc, r0, lsl #24]! 3648: 1c07f90b stcne 9, cr15, [r7], {11} 364c: 21004668 tstcs r0, r8, ror #12 3650: 23008041 tstcs r0, #65 ; 0x41 3654: 0c12042a cfldrseq mvf0, [r2], {42} 3658: 1c89a900 stcne 9, cr10, [r9], {0} 365c: f7ff1c38 undefined 3660: 1c04fa73 stcne 10, cr15, [r4], {115} 3664: 88404668 stmhida r0, {r3, r5, r6, r9, sl, lr}^ 3668: 54392100 ldrplt r2, [r9], #-256 366c: 2100e707 tstcs r0, r7, lsl #14 3670: 0c000428 cfstrseq mvf0, [r0], {40} 3674: f8f4f7ff ldmnvia r4!, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc}^ 3678: 78094669 stmvcda r9, {r0, r3, r5, r6, r9, sl, lr} 367c: f934f7ff ldmnvdb r4!, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc} 3680: 1e461c05 cdpne 12, 4, cr1, cr6, cr5, {0} 3684: 0ff641b6 swieq 0x00f641b6 3688: 78004668 stmvcda r0, {r3, r5, r6, r9, sl, lr} 368c: d0072806 andle r2, r7, r6, lsl #16 3690: 78004668 stmvcda r0, {r3, r5, r6, r9, sl, lr} 3694: d0032804 andle r2, r3, r4, lsl #16 3698: 78004668 stmvcda r0, {r3, r5, r6, r9, sl, lr} 369c: d10f2802 tstle pc, r2, lsl #16 36a0: d5051c28 strle r1, [r5, #-3112] 36a4: e0051c76 and r1, r5, r6, ror ip 36a8: 00000100 andeq r0, r0, r0, lsl #2 36ac: 00008680 andeq r8, r0, r0, lsl #13 36b0: d00e2800 andle r2, lr, r0, lsl #16 36b4: f014210a andnvs r2, r4, sl, lsl #2 36b8: 1c08f929 stcne 9, cr15, [r8], {41} 36bc: e7f71c76 undefined 36c0: e0041c28 and r1, r4, r8, lsr #24 36c4: f014210a andnvs r2, r4, sl, lsl #2 36c8: 1c08f919 stcne 9, cr15, [r8], {25} 36cc: 28001c76 stmcsda r0, {r1, r2, r4, r5, r6, sl, fp, ip} 36d0: 1c76d1f8 ldfnep f5, [r6], #-992 36d4: 0c120432 cfldrseq mvf0, [r2], {50} 36d8: 04382100 ldreqt r2, [r8], #-256 36dc: f7fe0c00 ldrnvb r0, [lr, r0, lsl #24]! 36e0: 1c04fc5f stcne 12, cr15, [r4], {95} 36e4: db182800 blle 0x60d6ec 36e8: 1c52aa00 mrrcne 10, 0, sl, r2, cr0 36ec: 04382100 ldreqt r2, [r8], #-256 36f0: f7ff0c00 ldrnvb r0, [pc, r0, lsl #24]! 36f4: 1c07f8b5 stcne 8, cr15, [r7], {181} 36f8: 78004668 stmvcda r0, {r3, r5, r6, r9, sl, lr} 36fc: d0072806 andle r2, r7, r6, lsl #16 3700: 78004668 stmvcda r0, {r3, r5, r6, r9, sl, lr} 3704: d0032804 andle r2, r3, r4, lsl #16 3708: 78004668 stmvcda r0, {r3, r5, r6, r9, sl, lr} 370c: d1052802 tstle r5, r2, lsl #16 3710: 49291c2a stmmidb r9!, {r1, r3, r5, sl, fp, ip} 3714: f0111c38 andnvs r1, r1, r8, lsr ip 3718: e6b0fc9f ssat pc, #17, pc, LSL #25 371c: a1251c2a teqge r5, sl, lsr #24 3720: 2100e7f8 strcsd lr, [r0, -r8] 3724: 0c000428 cfstrseq mvf0, [r0], {40} 3728: fb20f7ff blx 0x84172e 372c: d0f41c06 rscles r1, r4, r6, lsl #24 3730: 04121e72 ldreq r1, [r2], #-3698 3734: 21000c12 tstcs r0, r2, lsl ip 3738: 0c000438 cfstrseq mvf0, [r0], {56} 373c: fc30f7fe ldc2 7, cr15, [r0], #-1016 3740: 28001c04 stmcsda r0, {r2, sl, fp, ip} 3744: 2200dbe9 andcs sp, r0, #238592 ; 0x3a400 3748: 04382100 ldreqt r2, [r8], #-256 374c: f7ff0c00 ldrnvb r0, [pc, r0, lsl #24]! 3750: 1c07f887 stcne 8, cr15, [r7], {135} 3754: 21002200 tstcs r0, r0, lsl #4 3758: 0c000428 cfstrseq mvf0, [r0], {40} 375c: f880f7ff stmnvia r0, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc} 3760: e69b1e76 undefined 3764: 04282100 streqt r2, [r8], #-256 3768: f7ff0c00 ldrnvb r0, [pc, r0, lsl #24]! 376c: 1c06faff stcne 10, cr15, [r6], {255} 3770: 04121c42 ldreq r1, [r2], #-3138 3774: 21000c12 tstcs r0, r2, lsl ip 3778: 0c000438 cfstrseq mvf0, [r0], {56} 377c: fc10f7fe ldc2 7, cr15, [r0], {254} 3780: 28001c04 stmcsda r0, {r2, sl, fp, ip} 3784: 2200db13 andcs sp, r0, #19456 ; 0x4c00 3788: 04382100 ldreqt r2, [r8], #-256 378c: f7ff0c00 ldrnvb r0, [pc, r0, lsl #24]! 3790: 1c07f867 stcne 8, cr15, [r7], {103} 3794: 21002200 tstcs r0, r0, lsl #4 3798: 0c000428 cfstrseq mvf0, [r0], {40} 379c: f860f7ff stmnvda r0!, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc}^ 37a0: 1c011c32 stcne 12, cr1, [r1], {50} 37a4: f0111c38 andnvs r1, r1, r8, lsr ip 37a8: 2000fbf7 strcsd pc, [r0], -r7 37ac: e66655b8 undefined 37b0: 000001a0 andeq r0, r0, r0, lsr #3 37b4: 00007525 andeq r7, r0, r5, lsr #10 37b8: 0011b3dc ldreqsb fp, [r1], -ip 37bc: b083b5f5 strltd fp, [r3], r5 37c0: 1c1d1c0c ldcne 12, cr1, [sp], {12} 37c4: 1c082700 stcne 7, cr2, [r8], {0} 37c8: f844f7ff stmnvda r4, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc}^ 37cc: 70484669 subvc r4, r8, r9, ror #12 37d0: f7ff1c28 ldrnvb r1, [pc, r8, lsr #24]! 37d4: 4669f83f undefined 37d8: 46687008 strmibt r7, [r8], -r8 37dc: 28077800 stmcsda r7, {fp, ip, sp, lr} 37e0: d0264668 eorle r4, r6, r8, ror #12 37e4: 28087800 stmcsda r8, {fp, ip, sp, lr} 37e8: aa00d038 bge 0x378d0 37ec: 46681c52 undefined 37f0: 1c208a01 stcne 10, cr8, [r0], #-4 37f4: f834f7ff ldmnvda r4!, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc} 37f8: 466a1c04 strmibt r1, [sl], -r4, lsl #24 37fc: 8d014668 stchi 6, cr4, [r1, #-416] 3800: f7ff1c28 ldrnvb r1, [pc, r8, lsr #24]! 3804: 4669f82d strmibt pc, [r9], -sp, lsr #16 3808: f7ff7809 ldrnvb r7, [pc, r9, lsl #16]! 380c: 1c01f86d stcne 8, cr15, [r1], {109} 3810: 78024668 stmvcda r2, {r3, r5, r6, r9, sl, lr} 3814: 200c466b andcs r4, ip, fp, ror #12 3818: f0005e18 andnv r5, r0, r8, lsl lr 381c: 1c02f8c3 stcne 8, cr15, [r2], {195} 3820: 78414668 stmvcda r1, {r3, r5, r6, r9, sl, lr}^ 3824: f7ff1c20 ldrnvb r1, [pc, r0, lsr #24]! 3828: 2000f84d andcs pc, r0, sp, asr #16 382c: f7feb005 ldrnvb fp, [lr, r5]! 3830: 8d01fd80 stchi 13, cr15, [r1, #-512] 3834: f7ff1c28 ldrnvb r1, [pc, r8, lsr #24]! 3838: 1c06fa99 stcne 10, cr15, [r6], {153} 383c: 8d014668 stchi 6, cr4, [r1, #-416] 3840: f7ff1c28 ldrnvb r1, [pc, r8, lsr #24]! 3844: 4669fa87 strmibt pc, [r9], -r7, lsl #21 3848: 466880c8 strmibt r8, [r8], -r8, asr #1 384c: 220a88c9 andcs r8, sl, #13172736 ; 0xc90000 3850: 4a534351 bmi 0x14d459c 3854: 5a516ad2 bpl 0x145e3a4 3858: e0038501 and r8, r3, r1, lsl #10 385c: f7ff1c28 ldrnvb r1, [pc, r8, lsr #24]! 3860: 1c06fa6f stcne 10, cr15, [r6], {111} 3864: 78404668 stmvcda r0, {r3, r5, r6, r9, sl, lr}^ 3868: 46682807 strmibt r2, [r8], -r7, lsl #16 386c: 7800d136 stmvcda r0, {r1, r2, r4, r5, r8, ip, lr, pc} 3870: d0022807 andle r2, r2, r7, lsl #16 3874: 43c02000 bicmi r2, r0, #0 ; 0x0 3878: 1c32e7d8 ldcne 7, cr14, [r2], #-864 387c: 8a014668 bhi 0x55224 3880: f7fe1c20 ldrnvb r1, [lr, r0, lsr #24]! 3884: 1c07fb8d stcne 11, cr15, [r7], {141} 3888: da012800 ble 0x4d890 388c: e7cd1c38 undefined 3890: 81064668 tsthi r6, r8, ror #12 3894: 1c208a01 stcne 10, cr8, [r0], #-4 3898: fa5cf7ff blx 0x174189c 389c: 80884669 addhi r4, r8, r9, ror #12 38a0: 88894668 stmhiia r9, {r3, r5, r6, r9, sl, lr} 38a4: 4351220a cmpmi r1, #-1610612736 ; 0xa0000000 38a8: 6ad24a3d bvs 0xff4961a4 38ac: 82015a51 andhi r5, r1, #331776 ; 0x51000 38b0: 70812100 addvc r2, r1, r0, lsl #2 38b4: 78404668 stmvcda r0, {r3, r5, r6, r9, sl, lr}^ 38b8: d0032807 andle r2, r3, r7, lsl #16 38bc: 78404668 stmvcda r0, {r3, r5, r6, r9, sl, lr}^ 38c0: d1002808 tstle r0, r8, lsl #16 38c4: 46681c64 strmibt r1, [r8], -r4, ror #24 38c8: 28077800 stmcsda r7, {fp, ip, sp, lr} 38cc: 4668d003 strmibt sp, [r8], -r3 38d0: 28087800 stmcsda r8, {fp, ip, sp, lr} 38d4: 1c6dd100 stfnep f5, [sp] 38d8: e0182600 ands r2, r8, r0, lsl #12 38dc: 28087840 stmcsda r8, {r6, fp, ip, sp, lr} 38e0: 1c20d1e8 stfned f5, [r0], #-928 38e4: fa2cf7ff blx 0xb418e8 38e8: 81084669 tsthi r8, r9, ror #12 38ec: 21014668 tstcs r1, r8, ror #12 38f0: e7e77081 strb r7, [r7, r1, lsl #1]! 38f4: 28087800 stmcsda r8, {fp, ip, sp, lr} 38f8: 4668d108 strmibt sp, [r8], -r8, lsl #2 38fc: 28007880 stmcsda r0, {r7, fp, ip, sp, lr} 3900: 0428d004 streqt sp, [r8], #-4 3904: f7ff0c00 ldrnvb r0, [pc, r0, lsl #24]! 3908: 1c05f857 stcne 8, cr15, [r5], {87} 390c: 46681c76 undefined 3910: 04368900 ldreqt r8, [r6], #-2304 3914: 42860c36 addmi r0, r6, #13824 ; 0x3600 3918: 4668d2b8 undefined 391c: b4018d00 strlt r8, [r1], #-3328 3920: 0c1b042b cfldrseq mvf0, [fp], {43} 3924: 8a02a801 bhi 0xad930 3928: 0c090421 cfstrseq mvf0, [r9], {33} 392c: 200caf01 andcs sl, ip, r1, lsl #30 3930: f7ff5e38 undefined 3934: 1c07ff43 stcne 15, cr15, [r7], {67} 3938: 2800b001 stmcsda r0, {r0, ip, sp, pc} 393c: 4668dba6 strmibt sp, [r8], -r6, lsr #23 3940: 28077840 stmcsda r7, {r6, fp, ip, sp, lr} 3944: d10c4668 tstle ip, r8, ror #12 3948: 8a094669 bhi 0x2552f4 394c: 8892466a ldmhiia r2, {r1, r3, r5, r6, r9, sl, lr} 3950: 435a230a cmpmi sl, #671088640 ; 0x28000000 3954: 6adb4b12 bvs 0xff6d65a4 3958: 8852189a ldmhida r2, {r1, r3, r4, r7, fp, ip}^ 395c: 82011889 andhi r1, r1, #8978432 ; 0x890000 3960: 7840e00b stmvcda r0, {r0, r1, r3, sp, lr, pc}^ 3964: d1082808 tstle r8, r8, lsl #16 3968: 78804668 stmvcia r0, {r3, r5, r6, r9, sl, lr} 396c: d0042800 andle r2, r4, r0, lsl #16 3970: 0c000420 cfstrseq mvf0, [r0], {32} 3974: f820f7ff stmnvda r0!, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc} 3978: 46681c04 strmibt r1, [r8], -r4, lsl #24 397c: 28077800 stmcsda r7, {fp, ip, sp, lr} 3980: d1b74668 movles r4, r8, ror #12 3984: 8d094669 stchi 6, cr4, [r9, #-420] 3988: 88d2466a ldmhiia r2, {r1, r3, r5, r6, r9, sl, lr}^ 398c: 435a230a cmpmi sl, #671088640 ; 0x28000000 3990: 6adb4b03 bvs 0xff6d65a4 3994: 8852189a ldmhida r2, {r1, r3, r4, r7, fp, ip}^ 3998: 85011889 strhi r1, [r1, #-2185] 399c: 0000e7b6 streqh lr, [r0], -r6 39a0: 00008680 andeq r8, r0, r0, lsl #13 39a4: 1c04b530 cfstr32ne mvfx11, [r4], {48} 39a8: 25e01c08 strcsb r1, [r0, #3080]! 39ac: 218000ed orrcs r0, r0, sp, ror #1 39b0: 40210109 eormi r0, r1, r9, lsl #2 39b4: 06091209 streq r1, [r9], -r9, lsl #4 39b8: 29080e09 stmcsdb r8, {r0, r3, r9, sl, fp} 39bc: 1c29d107 stfned f5, [r9], #-28 39c0: 12094021 andne r4, r9, #33 ; 0x21 39c4: 0e090609 cfmadd32eq mvax0, mvfx0, mvfx9, mvfx9 39c8: 5c594b12 fmrrdpl r4, r9, d2 39cc: 1c21e000 stcne 0, cr14, [r1] 39d0: 0e090609 cfmadd32eq mvax0, mvfx0, mvfx9, mvfx9 39d4: d0062902 andle r2, r6, r2, lsl #18 39d8: d0072909 andle r2, r7, r9, lsl #18 39dc: d0092912 andle r2, r9, r2, lsl r9 39e0: d014291b andles r2, r4, fp, lsl r9 39e4: 4241e012 submi lr, r1, #18 ; 0x12 39e8: e0101c08 ands r1, r0, r8, lsl #24 39ec: 41801e40 orrmi r1, r0, r0, asr #28 39f0: e00c0fc0 and r0, ip, r0, asr #31 39f4: 1c13b404 cfldrsne mvf11, [r3], {4} 39f8: 1c012200 sfmne f2, 4, [r1], {0} 39fc: 12284025 eorne r4, r8, #37 ; 0x25 3a00: 0e000600 cfmadd32eq mvax0, mvfx0, mvfx0, mvfx0 3a04: f9d2f7ff ldmnvib r2, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc}^ 3a08: e000b001 and fp, r0, r1 3a0c: f7fc2000 ldrnvb r2, [ip, r0]! 3a10: 0000fd00 andeq pc, r0, r0, lsl #26 3a14: 00000100 andeq r0, r0, r0, lsl #2 3a18: b083b5f1 strltd fp, [r3], r1 3a1c: 94022400 strls r2, [r2], #-1024 3a20: 218048cd orrcs r4, r0, sp, asr #17 3a24: 9a030109 bls 0xc3e50 3a28: 400a8812 andmi r8, sl, r2, lsl r8 3a2c: 06121212 undefined 3a30: 2a080e12 bcs 0x207280 3a34: 9903d119 stmlsdb r3, {r0, r3, r4, r8, ip, lr, pc} 3a38: 5e892200 cdppl 2, 8, cr2, cr9, cr0, {0} 3a3c: 00d222e0 sbceqs r2, r2, r0, ror #5 3a40: 1211400a andnes r4, r1, #10 ; 0xa 3a44: 0e090609 cfmadd32eq mvax0, mvfx0, mvfx9, mvfx9 3a48: 46685c45 strmibt r5, [r8], -r5, asr #24 3a4c: 22009903 andcs r9, r0, #49152 ; 0xc000 3a50: 06095e89 streq r5, [r9], -r9, lsl #29 3a54: 22021609 andcs r1, r2, #9437184 ; 0x900000 3a58: 5e9a9b03 cdppl 11, 9, cr9, cr10, cr3, {0} 3a5c: 80411889 subhi r1, r1, r9, lsl #17 3a60: 884a9903 stmhida sl, {r0, r1, r8, fp, ip, pc}^ 3a64: 20048082 andcs r8, r4, r2, lsl #1 3a68: 9a03e01d bls 0xfbae4 3a6c: 40118812 andmis r8, r1, r2, lsl r8 3a70: 06091209 streq r1, [r9], -r9, lsl #4 3a74: 29080e09 stmcsdb r8, {r0, r3, r9, sl, fp} 3a78: 9903d10a stmlsdb r3, {r1, r3, r8, ip, lr, pc} 3a7c: 5e892200 cdppl 2, 8, cr2, cr9, cr0, {0} 3a80: 00d222e0 sbceqs r2, r2, r0, ror #5 3a84: 1211400a andnes r4, r1, #10 ; 0xa 3a88: 0e090609 cfmadd32eq mvax0, mvfx0, mvfx9, mvfx9 3a8c: e0025c45 and r5, r2, r5, asr #24 3a90: 21009803 tstcs r0, r3, lsl #16 3a94: 46685e45 strmibt r5, [r8], -r5, asr #28 3a98: 884a9903 stmhida sl, {r0, r1, r8, fp, ip, pc}^ 3a9c: 99038042 stmlsdb r3, {r1, r6, pc} 3aa0: 8082888a addhi r8, r2, sl, lsl #17 3aa4: 99032006 stmlsdb r3, {r1, r2, sp} 3aa8: 062d5e0e streqt r5, [sp], -lr, lsl #28 3aac: d00d0e2d andle r0, sp, sp, lsr #28 3ab0: d00b2d01 andle r2, fp, r1, lsl #26 3ab4: d0092d03 andle r2, r9, r3, lsl #26 3ab8: d0072d04 andle r2, r7, r4, lsl #26 3abc: d0052d05 andle r2, r5, r5, lsl #26 3ac0: d0032d06 andle r2, r3, r6, lsl #26 3ac4: d0012d07 andle r2, r1, r7, lsl #26 3ac8: d10e2d08 tstle lr, r8, lsl #26 3acc: 20002200 andcs r2, r0, r0, lsl #4 3ad0: 0c090431 cfstrseq mvf0, [r9], {49} 3ad4: a803b407 stmgeda r3, {r0, r1, r2, sl, ip, sp, pc} 3ad8: 88418883 stmhida r1, {r0, r1, r7, fp, pc}^ 3adc: f0001c28 andnv r1, r0, r8, lsr #24 3ae0: b003f977 andlt pc, r3, r7, ror r9 3ae4: f7feb004 ldrnvb fp, [lr, r4]! 3ae8: 2d26fc24 stccs 12, cr15, [r6, #-144]! 3aec: aa01d007 bge 0x77b10 3af0: 21001c92 strcsb r1, [r0, -r2] 3af4: 88404668 stmhida r0, {r3, r5, r6, r9, sl, lr}^ 3af8: feb2f7fe mrc2 7, 5, pc, cr2, cr14, {7} 3afc: 2d159002 ldccs 0, cr9, [r5, #-8] 3b00: 466ad00c strmibt sp, [sl], -ip 3b04: 46682100 strmibt r2, [r8], -r0, lsl #2 3b08: f7fe8880 ldrnvb r8, [lr, r0, lsl #17]! 3b0c: 1c07fea9 stcne 14, cr15, [r7], {169} 3b10: 78014668 stmvcda r1, {r3, r5, r6, r9, sl, lr} 3b14: f7fe1c38 undefined 3b18: 1c07fee7 stcne 14, cr15, [r7], {231} 3b1c: d0122d33 andles r2, r2, r3, lsr sp 3b20: d0102d30 andles r2, r0, r0, lsr sp 3b24: d00e2d32 andle r2, lr, r2, lsr sp 3b28: d00c2d15 andle r2, ip, r5, lsl sp 3b2c: d00a2d1a andle r2, sl, sl, lsl sp 3b30: 1c52aa00 mrrcne 10, 0, sl, r2, cr0 3b34: 04302100 ldreqt r2, [r0], #-256 3b38: f7fe0c00 ldrnvb r0, [lr, r0, lsl #24]! 3b3c: 4669fe91 undefined 3b40: f7fe7849 ldrnvb r7, [lr, r9, asr #16]! 3b44: 1c38fed1 ldcne 14, cr15, [r8], #-836 3b48: 43482106 cmpmi r8, #-2147483647 ; 0x80000001 3b4c: 20c01831 sbccs r1, r0, r1, lsr r8 3b50: 43080200 tstmi r8, #0 ; 0x0 3b54: 4a9c2100 bmi 0xfe70bf5c 3b58: d0102d11 andles r2, r0, r1, lsl sp 3b5c: d1002d15 tstle r0, r5, lsl sp 3b60: 2d1ae0b7 ldccs 0, cr14, [sl, #-732] 3b64: e0e8d100 rsc sp, r8, r0, lsl #2 3b68: d0572d26 subles r2, r7, r6, lsr #26 3b6c: d1002d30 tstle r0, r0, lsr sp 3b70: 2d32e08d ldccs 0, cr14, [r2, #-564]! 3b74: e09ad100 adds sp, sl, r0, lsl #2 3b78: d0702d33 rsbles r2, r0, r3, lsr sp 3b7c: 4668e121 strmibt lr, [r8], -r1, lsr #2 3b80: f7fe8840 ldrnvb r8, [lr, r0, asr #16]! 3b84: 2807fe67 stmcsda r7, {r0, r1, r2, r5, r6, r9, sl, fp, ip, sp, lr, pc} 3b88: 4668d039 undefined 3b8c: f7fe8840 ldrnvb r8, [lr, r0, asr #16]! 3b90: 2808fe61 stmcsda r8, {r0, r5, r6, r9, sl, fp, ip, sp, lr, pc} 3b94: 4668d033 undefined 3b98: f7fe8880 ldrnvb r8, [lr, r0, lsl #17]! 3b9c: 2807fe5b stmcsda r7, {r0, r1, r3, r4, r6, r9, sl, fp, ip, sp, lr, pc} 3ba0: 4668d005 strmibt sp, [r8], -r5 3ba4: f7fe8880 ldrnvb r8, [lr, r0, lsl #17]! 3ba8: 2808fe55 stmcsda r8, {r0, r2, r4, r6, r9, sl, fp, ip, sp, lr, pc} 3bac: 0430d127 ldreqt sp, [r0], #-295 3bb0: f7fe0c00 ldrnvb r0, [lr, r0, lsl #24]! 3bb4: 2807fe4f stmcsda r7, {r0, r1, r2, r3, r6, r9, sl, fp, ip, sp, lr, pc} 3bb8: 0430d005 ldreqt sp, [r0], #-5 3bbc: f7fe0c00 ldrnvb r0, [lr, r0, lsl #24]! 3bc0: 2808fe49 stmcsda r8, {r0, r3, r6, r9, sl, fp, ip, sp, lr, pc} 3bc4: 2100d11b tstcs r0, fp, lsl r1 3bc8: 0c000430 cfstrseq mvf0, [r0], {48} 3bcc: 2300b403 tstcs r0, #50331648 ; 0x3000000 3bd0: 8882a802 stmhiia r2, {r1, fp, sp, pc} 3bd4: 1cc9a903 stcnel 9, cr10, [r9], {3} 3bd8: 88009805 stmhida r0, {r0, r2, fp, ip, pc} 3bdc: 00e424e0 rsceq r2, r4, r0, ror #9 3be0: 12204004 eorne r4, r0, #4 ; 0x4 3be4: 0e000600 cfmadd32eq mvax0, mvfx0, mvfx0, mvfx0 3be8: f92ef7ff stmnvdb lr!, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc} 3bec: a8021c04 stmgeda r2, {r2, sl, fp, ip} 3bf0: 798179c2 stmvcib r1, {r1, r6, r7, r8, fp, ip, sp, lr} 3bf4: f7fe9804 ldrnvb r9, [lr, r4, lsl #16]! 3bf8: b002fe65 andlt pc, r2, r5, ror #28 3bfc: 2200e0b9 andcs lr, r0, #185 ; 0xb9 3c00: 04312000 ldreqt r2, [r1] 3c04: b4070c09 strlt r0, [r7], #-3081 3c08: 8883a803 stmhiia r3, {r0, r1, fp, sp, pc} 3c0c: 98068841 stmlsda r6, {r0, r6, fp, pc} 3c10: f0005f00 andnv r5, r0, r0, lsl #30 3c14: 1c04f8dd stcne 8, cr15, [r4], {221} 3c18: e0aab003 adc fp, sl, r3 3c1c: 0c000430 cfstrseq mvf0, [r0], {48} 3c20: 2300b403 tstcs r0, #50331648 ; 0x3000000 3c24: 8882a802 stmhiia r2, {r1, fp, sp, pc} 3c28: 1cc9a903 stcnel 9, cr10, [r9], {3} 3c2c: 88009805 stmhida r0, {r0, r2, fp, ip, pc} 3c30: 00e424e0 rsceq r2, r4, r0, ror #9 3c34: 12204004 eorne r4, r0, #4 ; 0x4 3c38: 0e000600 cfmadd32eq mvax0, mvfx0, mvfx0, mvfx0 3c3c: f904f7ff stmnvdb r4, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc} 3c40: a8021c04 stmgeda r2, {r2, sl, fp, ip} 3c44: b00279c0 andlt r7, r2, r0, asr #19 3c48: d0072800 andle r2, r7, r0, lsl #16 3c4c: 495f485f ldmmidb pc, {r0, r1, r2, r3, r4, r6, fp, lr}^ 3c50: 466a8e49 strmibt r8, [sl], -r9, asr #28 3c54: 18898852 stmneia r9, {r1, r4, r6, fp, pc} 3c58: 24038641 strcs r8, [r3], #-1601 3c5c: 466ae089 strmibt lr, [sl], -r9, lsl #1 3c60: 4347200f cmpmi r7, #15 ; 0xf 3c64: 20c219f3 strcsd r1, [r2], #147 3c68: 43180200 tstmi r8, #0 ; 0x0 3c6c: 0c000400 cfstrseq mvf0, [r0], {0} 3c70: fdf6f7fe ldc2l 7, cr15, [r6, #1016]! 3c74: 46681c07 strmibt r1, [r8], -r7, lsl #24 3c78: 1c387801 ldcne 8, cr7, [r8], #-4 3c7c: fe34f7fe mrc2 7, 1, pc, cr4, cr14, {7} 3c80: 46681c02 strmibt r1, [r8], -r2, lsl #24 3c84: 98027981 stmlsda r2, {r0, r7, r8, fp, ip, sp, lr} 3c88: fe1cf7fe mrc2 7, 0, pc, cr12, cr14, {7} 3c8c: 466ae071 undefined 3c90: 0c000400 cfstrseq mvf0, [r0], {0} 3c94: fde4f7fe stc2l 7, cr15, [r4, #1016]! 3c98: 46681c07 strmibt r1, [r8], -r7, lsl #24 3c9c: 98027981 stmlsda r2, {r0, r7, r8, fp, ip, sp, lr} 3ca0: fe22f7fe mcr2 7, 1, pc, cr2, cr14, {7} 3ca4: 46681c02 strmibt r1, [r8], -r2, lsl #24 3ca8: 1c387801 ldcne 8, cr7, [r8], #-4 3cac: 466ae7ec strmibt lr, [sl], -ip, ror #15 3cb0: 0c000400 cfstrseq mvf0, [r0], {0} 3cb4: fdd4f7fe ldc2l 7, cr15, [r4, #1016] 3cb8: 46681c07 strmibt r1, [r8], -r7, lsl #24 3cbc: 1c387801 ldcne 8, cr7, [r8], #-4 3cc0: fe12f7fe mrc2 7, 0, pc, cr2, cr14, {7} 3cc4: 46681c02 strmibt r1, [r8], -r2, lsl #24 3cc8: 98027981 stmlsda r2, {r0, r7, r8, fp, ip, sp, lr} 3ccc: fdfaf7fe ldc2l 7, cr15, [sl, #1016]! 3cd0: 0436e04f ldreqt lr, [r6], #-79 3cd4: 42960c36 addmis r0, r6, #13824 ; 0x3600 3cd8: aa00d00a bge 0x37d08 3cdc: 1c301c52 ldcne 12, cr1, [r0], #-328 3ce0: fdbef7fe ldc2 7, cr15, [lr, #1016]! 3ce4: 78494669 stmvcda r9, {r0, r3, r5, r6, r9, sl, lr}^ 3ce8: fdfef7fe ldc2l 7, cr15, [lr, #1016]! 3cec: e0001c05 and r1, r0, r5, lsl #24 3cf0: 21002500 tstcs r0, r0, lsl #10 3cf4: 88804668 stmhiia r0, {r3, r5, r6, r9, sl, lr} 3cf8: f82cf7ff stmnvda ip!, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc} 3cfc: 4348210a cmpmi r8, #-2147483646 ; 0x80000002 3d00: 6ac94932 bvs 0xff2561d0 3d04: 88811808 stmhiia r1, {r3, fp, ip} 3d08: d302428d tstle r2, #-805306360 ; 0xd0000008 3d0c: 43c02000 bicmi r2, r0, #0 ; 0x0 3d10: 8801e6e8 stmhida r1, {r3, r5, r6, r7, r9, sl, sp, lr, pc} 3d14: 43688840 cmnmi r8, #4194304 ; 0x400000 3d18: 04001808 streq r1, [r0], #-2056 3d1c: b4010c00 strlt r0, [r1], #-3072 3d20: 8883a801 stmhiia r3, {r0, fp, sp, pc} 3d24: 041b1c5b ldreq r1, [fp], #-3163 3d28: 22000c1b andcs r0, r0, #6912 ; 0x1b00 3d2c: 201b8841 andcss r8, fp, r1, asr #16 3d30: fd44f7ff stc2l 7, cr15, [r4, #-1020] 3d34: b0011c04 andlt r1, r1, r4, lsl #24 3d38: 0436e01b ldreqt lr, [r6], #-27 3d3c: 42960c36 addmis r0, r6, #13824 ; 0x3600 3d40: aa00d00c bge 0x37d78 3d44: 1c301c52 ldcne 12, cr1, [r0], #-328 3d48: fd8af7fe stc2 7, cr15, [sl, #1016] 3d4c: 78494669 stmvcda r9, {r0, r3, r5, r6, r9, sl, lr}^ 3d50: fdcaf7fe stc2l 7, cr15, [sl, #1016] 3d54: e0021c05 and r1, r2, r5, lsl #24 3d58: 00000100 andeq r0, r0, r0, lsl #2 3d5c: 042a2500 streqt r2, [sl], #-1280 3d60: 21000c12 tstcs r0, r2, lsl ip 3d64: 88404668 stmhida r0, {r3, r5, r6, r9, sl, lr}^ 3d68: f91af7fe ldmnvdb sl, {r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc} 3d6c: 28001c04 stmcsda r0, {r2, sl, fp, ip} 3d70: 1c20da01 stcne 10, cr13, [r0], #-4 3d74: 2100e6b6 strcsh lr, [r0, -r6] 3d78: 88404668 stmhida r0, {r3, r5, r6, r9, sl, lr}^ 3d7c: ffeaf7fe swinv 0x00eaf7fe 3d80: 27001c06 strcs r1, [r0, -r6, lsl #24] 3d84: 0c3f043f cfldrseq mvf0, [pc], #-252 3d88: d2f242af rscles r4, r2, #-268435446 ; 0xf000000a 3d8c: 4370200a cmnmi r0, #10 ; 0xa 3d90: 6ac9490e bvs 0xff2561d0 3d94: 21001808 tstcs r0, r8, lsl #16 3d98: a901b402 stmgedb r1, {r1, sl, ip, sp, pc} 3d9c: 8801888b stmhida r1, {r0, r1, r3, r7, fp, pc} 3da0: 43788840 cmnmi r8, #4194304 ; 0x400000 3da4: 0412180a ldreq r1, [r2], #-2058 3da8: a8010c12 stmgeda r1, {r1, r4, sl, fp} 3dac: 1c498841 mcrrne 8, 4, r8, r9, cr1 3db0: 0c090409 cfstrseq mvf0, [r9], {9} 3db4: f7ff201b undefined 3db8: 1c04fd01 stcne 13, cr15, [r4], {1} 3dbc: b0011c7f andlt r1, r1, pc, ror ip 3dc0: 2401e7e0 strcs lr, [r1], #-2016 3dc4: e7d443e4 ldrb r4, [r4, r4, ror #7] 3dc8: 0000ffff streqd pc, [r0], -pc 3dcc: 00008680 andeq r8, r0, r0, lsl #13 3dd0: b085b5f5 strltd fp, [r5], r5 3dd4: 1c1c1c0e ldcne 12, cr1, [ip], {14} 3dd8: 8e854668 cdphi 6, 8, cr4, cr5, cr8, {3} 3ddc: 1c082700 stcne 7, cr2, [r8], {0} 3de0: fd38f7fe ldc2 7, cr15, [r8, #-1016]! 3de4: 70884669 addvc r4, r8, r9, ror #12 3de8: f7fe1c20 ldrnvb r1, [lr, r0, lsr #24]! 3dec: 4669fd33 undefined 3df0: 1c287048 stcne 0, cr7, [r8], #-288 3df4: fd2ef7fe stc2 7, cr15, [lr, #-1016]! 3df8: 70084669 andvc r4, r8, r9, ror #12 3dfc: 78404668 stmvcda r0, {r3, r5, r6, r9, sl, lr}^ 3e00: 46682807 strmibt r2, [r8], -r7, lsl #16 3e04: 7840d043 stmvcda r0, {r0, r1, r6, ip, lr, pc}^ 3e08: d0562808 subles r2, r6, r8, lsl #16 3e0c: 78004668 stmvcda r0, {r3, r5, r6, r9, sl, lr} 3e10: d0572807 subles r2, r7, r7, lsl #16 3e14: 78004668 stmvcda r0, {r3, r5, r6, r9, sl, lr} 3e18: d06e2808 rsble r2, lr, r8, lsl #16 3e1c: 1c92aa00 fldmiasne r2, {s20-s19} 3e20: 8b014668 blhi 0x557c8 3e24: f7fe1c30 undefined 3e28: 1c06fd1b stcne 13, cr15, [r6], {27} 3e2c: 1c52aa00 mrrcne 10, 0, sl, r2, cr0 3e30: 8e014668 cfmadd32hi mvax3, mvfx4, mvfx1, mvfx8 3e34: f7fe1c20 ldrnvb r1, [lr, r0, lsr #24]! 3e38: 1c04fd13 stcne 13, cr15, [r4], {19} 3e3c: 4668466a strmibt r4, [r8], -sl, ror #12 3e40: 1c288f01 stcne 15, cr8, [r8], #-4 3e44: fd0cf7fe stc2 7, cr15, [ip, #-1016] 3e48: 46681c05 strmibt r1, [r8], -r5, lsl #24 3e4c: 1c207841 stcne 8, cr7, [r0], #-260 3e50: fd4af7fe stc2l 7, cr15, [sl, #-1016] 3e54: 46681c04 strmibt r1, [r8], -r4, lsl #24 3e58: 1c287801 stcne 8, cr7, [r8], #-4 3e5c: fd44f7fe stc2l 7, cr15, [r4, #-1016] 3e60: 78094669 stmvcda r9, {r0, r3, r5, r6, r9, sl, lr} 3e64: a901b402 stmgedb r1, {r1, sl, ip, sp, pc} 3e68: 1c02784b stcne 8, cr7, [r2], {75} 3e6c: ac011c21 stcge 12, cr1, [r1], {33} 3e70: 5e202014 miapl acc0, r4, r2 3e74: f92cf000 stmnvdb ip!, {ip, sp, lr, pc} 3e78: a8011c02 stmgeda r1, {r1, sl, fp, ip} 3e7c: 1c307881 ldcne 8, cr7, [r0], #-516 3e80: fd20f7fe stc2 7, cr15, [r0, #-1016]! 3e84: b0012000 andlt r2, r1, r0 3e88: f7feb007 ldrnvb fp, [lr, r7]! 3e8c: 8e01fa52 mcrhi 10, 0, pc, cr1, cr2, {2} 3e90: f7fe1c20 ldrnvb r1, [lr, r0, lsr #24]! 3e94: 4669ff6b strmibt pc, [r9], -fp, ror #30 3e98: 46688088 strmibt r8, [r8], -r8, lsl #1 3e9c: 1c208e01 stcne 14, cr8, [r0], #-4 3ea0: ff58f7fe swinv 0x0058f7fe 3ea4: 81884669 orrhi r4, r8, r9, ror #12 3ea8: 89894668 stmhiib r9, {r3, r5, r6, r9, sl, lr} 3eac: 4351220a cmpmi r1, #-1610612736 ; 0xa0000000 3eb0: 6ad24a86 bvs 0xff4968d0 3eb4: 86015a51 undefined 3eb8: 1c20e004 stcne 0, cr14, [r0], #-16 3ebc: ff40f7fe swinv 0x0040f7fe 3ec0: 80884669 addhi r4, r8, r9, ror #12 3ec4: 78004668 stmvcda r0, {r3, r5, r6, r9, sl, lr} 3ec8: d1162807 tstle r6, r7, lsl #16 3ecc: 8f014668 swihi 0x00014668 3ed0: f7fe1c28 ldrnvb r1, [lr, r8, lsr #24]! 3ed4: 4669ff4b strmibt pc, [r9], -fp, asr #30 3ed8: 466880c8 strmibt r8, [r8], -r8, asr #1 3edc: 1c288f01 stcne 15, cr8, [r8], #-4 3ee0: ff38f7fe swinv 0x0038f7fe 3ee4: 81c84669 bichi r4, r8, r9, ror #12 3ee8: 89c94668 stmhiib r9, {r3, r5, r6, r9, sl, lr}^ 3eec: 4351220a cmpmi r1, #-1610612736 ; 0xa0000000 3ef0: 6ad24a76 bvs 0xff4968d0 3ef4: 87015a51 smlsdhi r1, r1, sl, r5 3ef8: 4668e008 strmibt lr, [r8], -r8 3efc: 28087800 stmcsda r8, {fp, ip, sp, lr} 3f00: 1c28d104 stfned f5, [r8], #-16 3f04: ff1cf7fe swinv 0x001cf7fe 3f08: 80c84669 sbchi r4, r8, r9, ror #12 3f0c: 78804668 stmvcia r0, {r3, r5, r6, r9, sl, lr} 3f10: 46682807 strmibt r2, [r8], -r7, lsl #16 3f14: 7840d154 stmvcda r0, {r2, r4, r6, r8, ip, lr, pc}^ 3f18: 46682807 strmibt r2, [r8], -r7, lsl #16 3f1c: d1147800 tstle r4, r0, lsl #16 3f20: 46682807 strmibt r2, [r8], -r7, lsl #16 3f24: 88894669 stmhiia r9, {r0, r3, r5, r6, r9, sl, lr} 3f28: 466ad104 strmibt sp, [sl], -r4, lsl #2 3f2c: 429188d2 addmis r8, r1, #13762560 ; 0xd20000 3f30: 1c11d900 ldcne 9, cr13, [r1], {0} 3f34: 89028101 stmhidb r2, {r0, r8, pc} 3f38: 1c308b01 ldcne 11, cr8, [r0], #-4 3f3c: f830f7fe ldmnvda r0!, {r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc} 3f40: 28001c07 stmcsda r0, {r0, r1, r2, sl, fp, ip} 3f44: 1c38da0a ldcne 10, cr13, [r8], #-40 3f48: 2807e79e stmcsda r7, {r1, r2, r3, r4, r7, r8, r9, sl, sp, lr, pc} 3f4c: 4668d103 strmibt sp, [r8], -r3, lsl #2 3f50: 88c94669 stmhiia r9, {r0, r3, r5, r6, r9, sl, lr}^ 3f54: 2000e7ee andcs lr, r0, lr, ror #15 3f58: e79543c0 ldr r4, [r5, r0, asr #7] 3f5c: 46694668 strmibt r4, [r9], -r8, ror #12 3f60: 82018909 andhi r8, r1, #147456 ; 0x24000 3f64: 1c308b01 ldcne 11, cr8, [r0], #-4 3f68: fef4f7fe mrc2 7, 7, pc, cr4, cr14, {7} 3f6c: 81484669 cmphi r8, r9, ror #12 3f70: 89494668 stmhidb r9, {r3, r5, r6, r9, sl, lr}^ 3f74: 4351220a cmpmi r1, #-1610612736 ; 0xa0000000 3f78: 6ad24a54 bvs 0xff4968d0 3f7c: 83015a51 tsthi r1, #331776 ; 0x51000 3f80: 70c12100 sbcvc r2, r1, r0, lsl #2 3f84: 78804668 stmvcia r0, {r3, r5, r6, r9, sl, lr} 3f88: d0032807 andle r2, r3, r7, lsl #16 3f8c: 78804668 stmvcia r0, {r3, r5, r6, r9, sl, lr} 3f90: d1002808 tstle r0, r8, lsl #16 3f94: 46681c76 undefined 3f98: 28077840 stmcsda r7, {r6, fp, ip, sp, lr} 3f9c: 4668d003 strmibt sp, [r8], -r3 3fa0: 28087840 stmcsda r8, {r6, fp, ip, sp, lr} 3fa4: 1c64d100 stfnep f5, [r4] 3fa8: 78004668 stmvcda r0, {r3, r5, r6, r9, sl, lr} 3fac: d0032807 andle r2, r3, r7, lsl #16 3fb0: 78004668 stmvcda r0, {r3, r5, r6, r9, sl, lr} 3fb4: d1002808 tstle r0, r8, lsl #16 3fb8: 46681c6d strmibt r1, [r8], -sp, ror #24 3fbc: e01b2100 ands r2, fp, r0, lsl #2 3fc0: 28087880 stmcsda r8, {r7, fp, ip, sp, lr} 3fc4: 1c30d1de ldfned f5, [r0], #-888 3fc8: febaf7fe mrc2 7, 5, pc, cr10, cr14, {7} 3fcc: 82084669 andhi r4, r8, #110100480 ; 0x6900000 3fd0: 21014668 tstcs r1, r8, ror #12 3fd4: e7dd70c1 ldrb r7, [sp, r1, asr #1] 3fd8: 28087800 stmcsda r8, {fp, ip, sp, lr} 3fdc: 4668d108 strmibt sp, [r8], -r8, lsl #2 3fe0: 280078c0 stmcsda r0, {r6, r7, fp, ip, sp, lr} 3fe4: 0428d004 streqt sp, [r8], #-4 3fe8: f7fe0c00 ldrnvb r0, [lr, r0, lsl #24]! 3fec: 1c05fce5 stcne 12, cr15, [r5], {229} 3ff0: 46694668 strmibt r4, [r9], -r8, ror #12 3ff4: 1c498889 mcrrne 8, 8, r8, r9, cr9 3ff8: 88808081 stmhiia r0, {r0, r7, pc} 3ffc: 8a094669 bhi 0x2559a8 4000: d2a04288 adcle r4, r0, #-2147483640 ; 0x80000008 4004: 8f024668 swihi 0x00024668 4008: 04298e00 streqt r8, [r9], #-3584 400c: b4070c09 strlt r0, [r7], #-3081 4010: 0c1b0423 cfldrseq mvf0, [fp], {35} 4014: 8b02a803 blhi 0xae028 4018: 0c090431 cfstrseq mvf0, [r9], {49} 401c: 2014af03 andcss sl, r4, r3, lsl #30 4020: f7ff5e38 undefined 4024: 1c07fed5 stcne 14, cr15, [r7], {213} 4028: 2800b003 stmcsda r0, {r0, r1, ip, sp, pc} 402c: 4668db8b strmibt sp, [r8], -fp, lsl #23 4030: 28077880 stmcsda r7, {r7, fp, ip, sp, lr} 4034: d10c4668 tstle ip, r8, ror #12 4038: 8b094669 blhi 0x2559e4 403c: 8952466a ldmhidb r2, {r1, r3, r5, r6, r9, sl, lr}^ 4040: 435a230a cmpmi sl, #671088640 ; 0x28000000 4044: 6adb4b21 bvs 0xff6d6cd0 4048: 8852189a ldmhida r2, {r1, r3, r4, r7, fp, ip}^ 404c: 83011889 tsthi r1, #8978432 ; 0x890000 4050: 7880e00b stmvcia r0, {r0, r1, r3, sp, lr, pc} 4054: d1082808 tstle r8, r8, lsl #16 4058: 78c04668 stmvcia r0, {r3, r5, r6, r9, sl, lr}^ 405c: d0042800 andle r2, r4, r0, lsl #16 4060: 0c000430 cfstrseq mvf0, [r0], {48} 4064: fca8f7fe stc2 7, cr15, [r8], #1016 4068: 46681c06 strmibt r1, [r8], -r6, lsl #24 406c: 28077840 stmcsda r7, {r6, fp, ip, sp, lr} 4070: d10c4668 tstle ip, r8, ror #12 4074: 8e094669 cfmadd32hi mvax3, mvfx4, mvfx9, mvfx9 4078: 8992466a ldmhiib r2, {r1, r3, r5, r6, r9, sl, lr} 407c: 435a230a cmpmi sl, #671088640 ; 0x28000000 4080: 6adb4b12 bvs 0xff6d6cd0 4084: 8852189a ldmhida r2, {r1, r3, r4, r7, fp, ip}^ 4088: 86011889 strhi r1, [r1], -r9, lsl #17 408c: 7840e00b stmvcda r0, {r0, r1, r3, sp, lr, pc}^ 4090: d1082808 tstle r8, r8, lsl #16 4094: 78c04668 stmvcia r0, {r3, r5, r6, r9, sl, lr}^ 4098: d0042800 andle r2, r4, r0, lsl #16 409c: 0c000420 cfstrseq mvf0, [r0], {32} 40a0: fc8af7fe stc2 7, cr15, [sl], {254} 40a4: 46681c04 strmibt r1, [r8], -r4, lsl #24 40a8: 28077800 stmcsda r7, {fp, ip, sp, lr} 40ac: d1934668 orrles r4, r3, r8, ror #12 40b0: 8f094669 swihi 0x00094669 40b4: 89d2466a ldmhiib r2, {r1, r3, r5, r6, r9, sl, lr}^ 40b8: 435a230a cmpmi sl, #671088640 ; 0x28000000 40bc: 6adb4b03 bvs 0xff6d6cd0 40c0: 8852189a ldmhida r2, {r1, r3, r4, r7, fp, ip}^ 40c4: 87011889 strhi r1, [r1, -r9, lsl #17] 40c8: 0000e792 muleq r0, r2, r7 40cc: 00008680 andeq r8, r0, r0, lsl #13 40d0: 1c04b5f0 cfstr32ne mvfx11, [r4], {240} 40d4: 1c111c08 ldcne 12, cr1, [r1], {8} 40d8: 7d15466a ldcvc 6, cr4, [r5, #-424] 40dc: 01122280 tsteq r2, r0, lsl #5 40e0: 12124022 andnes r4, r2, #34 ; 0x22 40e4: 0e120612 cfmsub32eq mvax0, mvfx0, mvfx2, mvfx2 40e8: d1082a08 tstle r8, r8, lsl #20 40ec: 00d222e0 sbceqs r2, r2, r0, ror #5 40f0: 12124022 andnes r4, r2, #34 ; 0x22 40f4: 0e120612 cfmsub32eq mvax0, mvfx0, mvfx2, mvfx2 40f8: 5cb64e30 ldcpl 14, cr4, [r6], #192 40fc: 1c26e000 stcne 0, cr14, [r6] 4100: 43021c0a tstmi r2, #2560 ; 0xa00 4104: 0e360636 cfmsuba32eq mvax1, mvax0, mvfx6, mvfx6 4108: 2e01d010 mcrcs 0, 0, sp, cr1, cr0, {0} 410c: 2e03d010 mcrcs 0, 0, sp, cr3, cr0, {0} 4110: 2e04d010 mcrcs 0, 0, sp, cr4, cr0, {0} 4114: 2e05d010 mcrcs 0, 0, sp, cr5, cr0, {0} 4118: 2e06d025 cdpcs 0, 0, cr13, cr6, cr5, {1} 411c: 2e07d037 mcrcs 0, 0, sp, cr7, cr7, {1} 4120: 2e08d037 mcrcs 0, 0, sp, cr8, cr7, {1} 4124: 2e11d037 mrccs 0, 0, sp, cr1, cr7, {1} 4128: e007d039 and sp, r7, r9, lsr r0 412c: e0421840 sub r1, r2, r0, asr #16 4130: e0401a40 sub r1, r0, r0, asr #20 4134: e03e4348 eors r4, lr, r8, asr #6 4138: d1012900 tstle r1, r0, lsl #18 413c: e03a2000 eors r2, sl, r0 4140: d0032b02 andle r2, r3, r2, lsl #22 4144: d0012b04 andle r2, r1, r4, lsl #22 4148: d1092b06 tstle r9, r6, lsl #22 414c: d0032d02 andle r2, r3, r2, lsl #26 4150: d0012d04 andle r2, r1, r4, lsl #26 4154: d1032d06 tstle r3, r6, lsl #26 4158: fbd8f013 blx 0xff6401ae 415c: e02a1c08 eor r1, sl, r8, lsl #24 4160: fbccf013 blx 0xff3401b6 4164: 2900e7fa stmcsdb r0, {r1, r3, r4, r5, r6, r7, r8, r9, sl, sp, lr, pc} 4168: 2b02d025 blcs 0xb8204 416c: 2b04d003 blcs 0x138180 4170: 2b06d001 blcs 0x1b817c 4174: 2d02d108 stfcsd f5, [r2, #-32] 4178: 2d04d003 stccs 0, cr13, [r4, #-12] 417c: 2d06d001 stccs 0, cr13, [r6, #-4] 4180: f013d102 andnvs sp, r3, r2, lsl #2 4184: e016fbc3 ands pc, r6, r3, asr #23 4188: fbb8f013 blx 0xfee401de 418c: 4001e013 andmi lr, r1, r3, lsl r0 4190: 1c10e7e4 ldcne 7, cr14, [r0], {228} 4194: 4001e00f andmi lr, r1, pc 4198: 401043c8 andmis r4, r0, r8, asr #7 419c: b420e00b strltt lr, [r0], #-11 41a0: 1c011c0a stcne 12, cr1, [r1], {10} 41a4: 00c020e0 sbceq r2, r0, r0, ror #1 41a8: 12004020 andne r4, r0, #32 ; 0x20 41ac: 0e000600 cfmadd32eq mvax0, mvfx0, mvfx0, mvfx0 41b0: fdfcf7fe ldc2l 7, cr15, [ip, #1016]! 41b4: f7feb001 ldrnvb fp, [lr, r1]! 41b8: 0000f8bc streqh pc, [r0], -ip 41bc: 00000100 andeq r0, r0, r0, lsl #2 41c0: 43c02001 bicmi r2, r0, #1 ; 0x1 41c4: 00004770 andeq r4, r0, r0, ror r7 41c8: b08cb5f0 strltd fp, [ip], r0 41cc: 27001c05 strcs r1, [r0, -r5, lsl #24] 41d0: 21808800 orrcs r8, r0, r0, lsl #16 41d4: 40010109 andmi r0, r1, r9, lsl #2 41d8: 06001208 streq r1, [r0], -r8, lsl #4 41dc: 28080e00 stmcsda r8, {r9, sl, fp} 41e0: 2000d10a andcs sp, r0, sl, lsl #2 41e4: 21e05e28 mvncs r5, r8, lsr #28 41e8: 400100c9 andmi r0, r1, r9, asr #1 41ec: 06001208 streq r1, [r0], -r8, lsl #4 41f0: 49d70e00 ldmmiib r7, {r9, sl, fp}^ 41f4: e0015c09 and r5, r1, r9, lsl #24 41f8: 5e292000 cdppl 0, 2, cr2, cr9, cr0, {0} 41fc: 060948d5 undefined 4200: 29160e09 ldmcsdb r6, {r0, r3, r9, sl, fp} 4204: 2918d015 ldmcsdb r8, {r0, r2, r4, ip, lr, pc} 4208: e1d6d100 bics sp, r6, r0, lsl #2 420c: d1002919 tstle r0, r9, lsl r9 4210: 291ee0b9 ldmcsdb lr, {r0, r3, r4, r5, r7, sp, lr, pc} 4214: e2efd100 rsc sp, pc, #0 ; 0x0 4218: d1002920 tstle r0, r0, lsr #18 421c: 2921e335 stmcsdb r1!, {r0, r2, r4, r5, r8, r9, sp, lr, pc} 4220: e27ad100 rsbs sp, sl, #0 ; 0x0 4224: d1002922 tstle r0, r2, lsr #18 4228: 2931e141 ldmcsdb r1!, {r0, r6, r8, sp, lr, pc} 422c: e1c0d100 bic sp, r0, r0, lsl #2 4230: 4668e39a undefined 4234: 80818869 addhi r8, r1, r9, ror #16 4238: 800188a9 andhi r8, r1, r9, lsr #17 423c: 5e2c2006 cdppl 0, 2, cr2, cr12, cr6, {0} 4240: 89294668 stmhidb r9!, {r3, r5, r6, r9, sl, lr} 4244: 888080c1 stmhiia r0, {r0, r6, r7, pc} 4248: 88094669 stmhida r9, {r0, r3, r5, r6, r9, sl, lr} 424c: d0104288 andles r4, r0, r8, lsl #5 4250: b4012000 strlt r2, [r1] 4254: 8803a801 stmhida r3, {r0, fp, sp, pc} 4258: 88812200 stmhiia r1, {r9, sp} 425c: f7ff201b undefined 4260: 1c07faad stcne 10, cr15, [r7], {173} 4264: 2800b001 stmcsda r0, {r0, ip, sp, pc} 4268: 1c38da03 ldcne 10, cr13, [r8], #-12 426c: f7feb00c ldrnvb fp, [lr, ip]! 4270: 2100f860 tstcsp r0, r0, ror #16 4274: 88804668 stmhiia r0, {r3, r5, r6, r9, sl, lr} 4278: fd6cf7fe stc2l 7, cr15, [ip, #-1016]! 427c: 81c84669 bichi r4, r8, r9, ror #12 4280: 042448b5 streqt r4, [r4], #-2229 4284: 42840c24 addmi r0, r4, #9216 ; 0x2400 4288: aa02d00c bge 0xb82c0 428c: 1c202100 stfnes f2, [r0] 4290: fae6f7fe blx 0xff9c2290 4294: 46681c04 strmibt r1, [r8], -r4, lsl #24 4298: 1c207a01 stcne 10, cr7, [r0], #-4 429c: fb24f7fe blx 0x94229e 42a0: e0001c04 and r1, r0, r4, lsl #24 42a4: 21002400 tstcs r0, r0, lsl #8 42a8: 88804668 stmhiia r0, {r3, r5, r6, r9, sl, lr} 42ac: fd5ef7fe ldc2l 7, cr15, [lr, #-1016] 42b0: 1c061c05 stcne 12, cr1, [r6], {5} 42b4: d3014284 tstle r1, #1073741832 ; 0x40000008 42b8: e7d72000 ldrb r2, [r7, r0] 42bc: 89c04668 stmhiib r0, {r3, r5, r6, r9, sl, lr}^ 42c0: 4348210a cmpmi r8, #-2147483646 ; 0x80000002 42c4: 46689004 strmibt r9, [r8], -r4 42c8: 88894669 stmhiia r9, {r0, r3, r5, r6, r9, sl, lr} 42cc: 82c11c49 sbchi r1, r1, #18688 ; 0x4900 42d0: f7fe88c0 ldrnvb r8, [lr, r0, asr #17]! 42d4: 2807fabf stmcsda r7, {r0, r1, r2, r3, r4, r5, r7, r9, fp, ip, sp, lr, pc} 42d8: 9804d015 stmlsda r4, {r0, r2, r4, ip, lr, pc} 42dc: 6ac9499f bvs 0xff256960 42e0: 21001808 tstcs r0, r8, lsl #16 42e4: a901b402 stmgedb r1, {r1, sl, ip, sp, pc} 42e8: 880188cb stmhida r1, {r0, r1, r3, r6, r7, fp, pc} 42ec: 43608840 cmnmi r0, #4194304 ; 0x400000 42f0: 0412180a ldreq r1, [r2], #-2058 42f4: a8010c12 stmgeda r1, {r1, r4, sl, fp} 42f8: 201b8ac1 andcss r8, fp, r1, asr #21 42fc: fa5ef7ff blx 0x17c2300 4300: b0011c07 andlt r1, r1, r7, lsl #24 4304: 2100e7b1 strcsh lr, [r0, -r1] 4308: 88c04668 stmhiia r0, {r3, r5, r6, r9, sl, lr}^ 430c: fd22f7fe stc2 7, cr15, [r2, #-1016]! 4310: 85884669 strhi r4, [r8, #1641] 4314: 46682100 strmibt r2, [r8], -r0, lsl #2 4318: f7fe88c0 ldrnvb r8, [lr, r0, asr #17]! 431c: 1b31fd27 blne 0xc837c0 4320: d2014281 andle r4, r1, #268435464 ; 0x10000008 4324: e0001b2d and r1, r0, sp, lsr #22 4328: 26001c05 strcs r1, [r0], -r5, lsl #24 432c: 0c360436 cfldrseq mvf0, [r6], #-216 4330: 0c2d042d cfstrseq mvf0, [sp], #-180 4334: d29842ae addles r4, r8, #-536870902 ; 0xe000000a 4338: 6ac14888 bvs 0xff056560 433c: 18089804 stmneda r8, {r2, fp, ip, pc} 4340: 8d92466a ldchi 6, cr4, [r2, #424] 4344: 435a230a cmpmi sl, #671088640 ; 0x28000000 4348: 880a1889 stmhida sl, {r0, r3, r7, fp, ip} 434c: 43718849 cmnmi r1, #4784128 ; 0x490000 4350: 04091851 streq r1, [r9], #-2129 4354: b4020c09 strlt r0, [r2], #-3081 4358: 88cba901 stmhiia fp, {r0, r8, fp, sp, pc}^ 435c: 041b1c5b ldreq r1, [fp], #-3163 4360: 88010c1b stmhida r1, {r0, r1, r3, r4, sl, fp} 4364: 19a28840 stmneib r2!, {r6, fp, pc} 4368: 180a4350 stmneda sl, {r4, r6, r8, r9, lr} 436c: 0c120412 cfldrseq mvf0, [r2], {18} 4370: 8ac1a801 bhi 0xff06e37c 4374: f7ff201b undefined 4378: 1c07fa21 stcne 10, cr15, [r7], {33} 437c: 2800b001 stmcsda r0, {r0, ip, sp, pc} 4380: 1c76dbc0 ldcnel 11, cr13, [r6], #-768 4384: 4668e7d2 undefined 4388: 80818869 addhi r8, r1, r9, ror #16 438c: 800188a9 andhi r8, r1, r9, lsr #17 4390: 5e2c2006 cdppl 0, 2, cr2, cr12, cr6, {0} 4394: 89294668 stmhidb r9!, {r3, r5, r6, r9, sl, lr} 4398: 210080c1 smlabtcs r0, r1, r0, r8 439c: f7fe8800 ldrnvb r8, [lr, r0, lsl #16]! 43a0: 1c07fce5 stcne 12, cr15, [r7], {229} 43a4: 0424486c streqt r4, [r4], #-2156 43a8: 42840c24 addmi r0, r4, #9216 ; 0x2400 43ac: aa02d00c bge 0xb83e4 43b0: 1c202100 stfnes f2, [r0] 43b4: fa54f7fe blx 0x15423b4 43b8: 46681c04 strmibt r1, [r8], -r4, lsl #24 43bc: 1c207a01 stcne 10, cr7, [r0], #-4 43c0: fa92f7fe blx 0xfe4c23c0 43c4: e0001c04 and r1, r0, r4, lsl #24 43c8: 1c3d2400 cfldrsne mvf2, [sp] 43cc: 88c04668 stmhiia r0, {r3, r5, r6, r9, sl, lr}^ 43d0: 42884961 addmi r4, r8, #1589248 ; 0x184000 43d4: aa02d00c bge 0xb840c 43d8: 21001c52 tstcs r0, r2, asr ip 43dc: 88c04668 stmhiia r0, {r3, r5, r6, r9, sl, lr}^ 43e0: fa3ef7fe blx 0xfc23e0 43e4: 7a494669 bvc 0x1255d90 43e8: fa7ef7fe blx 0x1fc23e8 43ec: e0021c06 and r1, r2, r6, lsl #24 43f0: 04361b2e ldreqt r1, [r6], #-2862 43f4: 42a50c36 adcmi r0, r5, #13824 ; 0x3600 43f8: 2200d207 andcs sp, r0, #1879048192 ; 0x70000000 43fc: 46682100 strmibt r2, [r8], -r0, lsl #2 4400: f7fd8880 ldrnvb r8, [sp, r0, lsl #17]! 4404: 1c07fdcd stcne 13, cr15, [r7], {205} 4408: 1b3de72f blne 0xf7e0cc 440c: 0c2d042d cfstrseq mvf0, [sp], #-180 4410: d20042ae andle r4, r0, #-536870902 ; 0xe000000a 4414: 042a1c35 streqt r1, [sl], #-3125 4418: 21000c12 tstcs r0, r2, lsl ip 441c: 88804668 stmhiia r0, {r3, r5, r6, r9, sl, lr} 4420: fdbef7fd ldc2 7, cr15, [lr, #1012]! 4424: 28001c07 stmcsda r0, {r0, r1, r2, sl, fp, ip} 4428: 2100dbee smlattcs r0, lr, fp, sp 442c: 88804668 stmhiia r0, {r3, r5, r6, r9, sl, lr} 4430: fc90f7fe ldc2 7, cr15, [r0], {254} 4434: 81c84669 bichi r4, r8, r9, ror #12 4438: 46682100 strmibt r2, [r8], -r0, lsl #2 443c: f7fe8800 ldrnvb r8, [lr, r0, lsl #16]! 4440: 4669fc89 strmibt pc, [r9], -r9, lsl #25 4444: 26008388 strcs r8, [r0], -r8, lsl #7 4448: 0c360436 cfldrseq mvf0, [r6], #-216 444c: 0c2d042d cfstrseq mvf0, [sp], #-180 4450: d2d942ae sbcles r4, r9, #-536870902 ; 0xe000000a 4454: 6ac04841 bvs 0xff016560 4458: 89c94669 stmhiib r9, {r0, r3, r5, r6, r9, sl, lr}^ 445c: 4351220a cmpmi r1, #-1610612736 ; 0xa0000000 4460: 466a1841 strmibt r1, [sl], -r1, asr #16 4464: 230a8b92 tstcs sl, #149504 ; 0x24800 4468: 1880435a stmneia r0, {r1, r3, r4, r6, r8, r9, lr} 446c: 88408802 stmhida r0, {r1, fp, pc}^ 4470: 435819a3 cmpmi r8, #2670592 ; 0x28c000 4474: 04001810 streq r1, [r0], #-2064 4478: b4010c00 strlt r0, [r1], #-3072 447c: 8803a801 stmhida r3, {r0, fp, sp, pc} 4480: 041b1c5b ldreq r1, [fp], #-3163 4484: 88080c1b stmhida r8, {r0, r1, r3, r4, sl, fp} 4488: 43718849 cmnmi r1, #4784128 ; 0x490000 448c: 04121842 ldreq r1, [r2], #-2114 4490: a8010c12 stmgeda r1, {r1, r4, sl, fp} 4494: 1c498881 mcrrne 8, 8, r8, r9, cr1 4498: 0c090409 cfstrseq mvf0, [r9], {9} 449c: f7ff201b undefined 44a0: 1c07f98d stcne 9, cr15, [r7], {141} 44a4: 2800b001 stmcsda r0, {r0, ip, sp, pc} 44a8: 1c76dbae ldcnel 11, cr13, [r6], #-696 44ac: 4668e7cc strmibt lr, [r8], -ip, asr #15 44b0: 80818869 addhi r8, r1, r9, ror #16 44b4: 800188a9 andhi r8, r1, r9, lsr #17 44b8: 5e2c2006 cdppl 0, 2, cr2, cr12, cr6, {0} 44bc: 89294668 stmhidb r9!, {r3, r5, r6, r9, sl, lr} 44c0: 210080c1 smlabtcs r0, r1, r0, r8 44c4: f7fe8800 ldrnvb r8, [lr, r0, lsl #16]! 44c8: 1e47fc51 mcrne 12, 2, pc, cr7, cr1, {2} 44cc: 04244822 streqt r4, [r4], #-2082 44d0: 42840c24 addmi r0, r4, #9216 ; 0x2400 44d4: aa02d00c bge 0xb850c 44d8: 1c202100 stfnes f2, [r0] 44dc: f9c0f7fe stmnvib r0, {r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc}^ 44e0: 46681c04 strmibt r1, [r8], -r4, lsl #24 44e4: 1c207a01 stcne 10, cr7, [r0], #-4 44e8: f9fef7fe ldmnvib lr!, {r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc}^ 44ec: e0001c04 and r1, r0, r4, lsl #24 44f0: 043f2400 ldreqt r2, [pc], #1024 ; 0x44f8 44f4: 1c3d0c3f ldcne 12, cr0, [sp], #-252 44f8: 90041b38 andls r1, r4, r8, lsr fp 44fc: 88c04668 stmhiia r0, {r3, r5, r6, r9, sl, lr}^ 4500: 42884915 addmi r4, r8, #344064 ; 0x54000 4504: aa02d00c bge 0xb853c 4508: 21001c52 tstcs r0, r2, asr ip 450c: 88c04668 stmhiia r0, {r3, r5, r6, r9, sl, lr}^ 4510: f9a6f7fe stmnvib r6!, {r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc} 4514: 7a494669 bvc 0x1255ec0 4518: f9e6f7fe stmnvib r6!, {r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc}^ 451c: e0021c06 and r1, r2, r6, lsl #24 4520: 04369e04 ldreqt r9, [r6], #-3588 4524: 42a50c36 adcmi r0, r5, #13824 ; 0x3600 4528: 2201d21a andcs sp, r1, #-1610612735 ; 0xa0000001 452c: 46682100 strmibt r2, [r8], -r0, lsl #2 4530: f7fd8880 ldrnvb r8, [sp, r0, lsl #17]! 4534: 1c07fd35 stcne 13, cr15, [r7], {53} 4538: db072800 blle 0x1ce540 453c: 21002200 tstcs r0, r0, lsl #4 4540: 88804668 stmhiia r0, {r3, r5, r6, r9, sl, lr} 4544: f98cf7fe stmnvib ip, {r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc} 4548: 70012100 andvc r2, r1, r0, lsl #2 454c: 46c0e68d strmib lr, [r0], sp, lsl #13 4550: 00000100 andeq r0, r0, r0, lsl #2 4554: 0000fffd streqd pc, [r0], -sp 4558: 0000ffff streqd pc, [r0], -pc 455c: 00008680 andeq r8, r0, r0, lsl #13 4560: 98041b3d stmlsda r4, {r0, r2, r3, r4, r5, r8, r9, fp, ip} 4564: d2004286 andle r4, r0, #1610612744 ; 0x60000008 4568: 1c6a1c35 stcnel 12, cr1, [sl], #-212 456c: 0c120412 cfldrseq mvf0, [r2], {18} 4570: 46682100 strmibt r2, [r8], -r0, lsl #2 4574: f7fd8880 ldrnvb r8, [sp, r0, lsl #17]! 4578: 1c07fd13 stcne 13, cr15, [r7], {19} 457c: db172800 blle 0x5ce584 4580: 21002200 tstcs r0, r0, lsl #4 4584: 88804668 stmhiia r0, {r3, r5, r6, r9, sl, lr} 4588: f96af7fe stmnvdb sl!, {r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc}^ 458c: 22009009 andcs r9, r0, #9 ; 0x9 4590: 46682100 strmibt r2, [r8], -r0, lsl #2 4594: f7fe8800 ldrnvb r8, [lr, r0, lsl #16]! 4598: 9006f963 andls pc, r6, r3, ror #18 459c: 0c2d042d cfstrseq mvf0, [sp], #-180 45a0: 19011c2a stmnedb r1, {r1, r3, r5, sl, fp, ip} 45a4: f0109809 andnvs r9, r0, r9, lsl #16 45a8: 9809fcf7 stmlsda r9, {r0, r1, r2, r4, r5, r6, r7, sl, fp, ip, sp, lr, pc} 45ac: 55412100 strplb r2, [r1, #-256] 45b0: 1c28e65b stcne 6, cr14, [r8], #-364 45b4: fb28f7fc blx 0xa425ae 45b8: 4669e725 strmibt lr, [r9], -r5, lsr #14 45bc: 800a88aa andhi r8, sl, sl, lsr #17 45c0: 5e692102 powple f2, f1, f2 45c4: 0fcb466a swieq 0x00cb466a 45c8: 10491859 subne r1, r9, r9, asr r8 45cc: 82901808 addhis r1, r0, #524288 ; 0x80000 45d0: e0012600 and r2, r1, r0, lsl #12 45d4: 1c761c7f ldcnel 12, cr1, [r6], #-508 45d8: 8a804668 bhi 0xfe015f80 45dc: 0c360436 cfldrseq mvf0, [r6], #-216 45e0: d2114286 andles r4, r1, #1610612744 ; 0x60000008 45e4: 00714668 rsbeqs r4, r1, r8, ror #12 45e8: 88ca1869 stmhiia sl, {r0, r3, r5, r6, fp, ip}^ 45ec: 88418042 stmhida r1, {r1, r6, pc}^ 45f0: f7fe8800 ldrnvb r8, [lr, r0, lsl #16]! 45f4: 2800fa0d stmcsda r0, {r0, r2, r3, r9, fp, ip, sp, lr, pc} 45f8: 2100d0ec smlattcs r0, ip, r0, sp 45fc: 88404668 stmhida r0, {r3, r5, r6, r9, sl, lr}^ 4600: fbb4f7fe blx 0xfed42602 4604: e7e6183f undefined 4608: 0c12043a cfldrseq mvf0, [r2], {58} 460c: 46682100 strmibt r2, [r8], -r0, lsl #2 4610: f7fd8800 ldrnvb r8, [sp, r0, lsl #16]! 4614: 1c07fcc5 stcne 12, cr15, [r7], {197} 4618: dbc92800 blle 0xff24e620 461c: 46682100 strmibt r2, [r8], -r0, lsl #2 4620: f7fe8800 ldrnvb r8, [lr, r0, lsl #16]! 4624: 4669fb97 undefined 4628: 46688388 strmibt r8, [r8], -r8, lsl #7 462c: 81412100 cmphi r1, r0, lsl #2 4630: e01e2600 ands r2, lr, r0, lsl #12 4634: 49ce9804 stmmiib lr, {r2, fp, ip, pc}^ 4638: 18086ac9 stmneda r8, {r0, r3, r6, r7, r9, fp, sp, lr} 463c: b4022100 strlt r2, [r2], #-256 4640: 884ba901 stmhida fp, {r0, r8, fp, sp, pc}^ 4644: 88408801 stmhida r0, {r0, fp, pc}^ 4648: 8952aa01 ldmhidb r2, {r0, r9, fp, sp, pc}^ 464c: 180a4350 stmneda sl, {r4, r6, r8, r9, lr} 4650: 0c120412 cfldrseq mvf0, [r2], {18} 4654: 89c1a801 stmhiib r1, {r0, fp, sp, pc}^ 4658: f7ff201b undefined 465c: 1c07f8af stcne 8, cr15, [r7], {175} 4660: 2800b001 stmcsda r0, {r0, ip, sp, pc} 4664: 4668dba4 strmibt sp, [r8], -r4, lsr #23 4668: 89494669 stmhidb r9, {r0, r3, r5, r6, r9, sl, lr}^ 466c: 81411c49 cmphi r1, r9, asr #24 4670: 46681c76 undefined 4674: 04368a80 ldreqt r8, [r6], #-2688 4678: 42860c36 addmi r0, r6, #13824 ; 0x3600 467c: 4668d298 undefined 4680: 18690071 stmneda r9!, {r0, r4, r5, r6}^ 4684: 804288ca subhi r8, r2, sl, asr #17 4688: 210a8b80 smlabbcs sl, r0, fp, r8 468c: 90044348 andls r4, r4, r8, asr #6 4690: 46694668 strmibt r4, [r9], -r8, ror #12 4694: 1c498809 mcrrne 8, 0, r8, r9, cr9 4698: 884181c1 stmhida r1, {r0, r6, r7, r8, pc}^ 469c: f7fe8800 ldrnvb r8, [lr, r0, lsl #16]! 46a0: 2800f9b7 stmcsda r0, {r0, r1, r2, r4, r5, r7, r8, fp, ip, sp, lr, pc} 46a4: 2100d0c6 smlabtcs r0, r6, r0, sp 46a8: 88404668 stmhida r0, {r3, r5, r6, r9, sl, lr}^ 46ac: fb52f7fe blx 0x14c26ae 46b0: 82c84669 sbchi r4, r8, #110100480 ; 0x6900000 46b4: 48ae2400 stmmiia lr!, {sl, sp} 46b8: 46696ac0 strmibt r6, [r9], -r0, asr #21 46bc: 220a8ac9 andcs r8, sl, #823296 ; 0xc9000 46c0: 18414351 stmneda r1, {r0, r4, r6, r8, r9, lr}^ 46c4: 0424888a streqt r8, [r4], #-2186 46c8: 42940c24 addmis r0, r4, #9216 ; 0x2400 46cc: 9a04d2d0 bls 0x139214 46d0: 880a1880 stmhida sl, {r7, fp, ip} 46d4: 43618849 cmnmi r1, #4784128 ; 0x490000 46d8: 04091851 streq r1, [r9], #-2129 46dc: b4020c09 strlt r0, [r2], #-3081 46e0: 884ba901 stmhida fp, {r0, r8, fp, sp, pc}^ 46e4: 041b1c5b ldreq r1, [fp], #-3163 46e8: 88010c1b stmhida r1, {r0, r1, r3, r4, sl, fp} 46ec: aa018840 bge 0x667f4 46f0: 43508952 cmpmi r0, #1343488 ; 0x148000 46f4: 0412180a ldreq r1, [r2], #-2058 46f8: a8010c12 stmgeda r1, {r1, r4, sl, fp} 46fc: 201b89c1 andcss r8, fp, r1, asr #19 4700: f85cf7ff ldmnvda ip, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc}^ 4704: b0011c07 andlt r1, r1, r7, lsl #24 4708: db3b2800 blle 0xece710 470c: 46694668 strmibt r4, [r9], -r8, ror #12 4710: 1c498949 mcrrne 9, 4, r8, r9, cr9 4714: 1c648141 stfnep f0, [r4], #-260 4718: 4669e7cd strmibt lr, [r9], -sp, asr #15 471c: 800a88aa andhi r8, sl, sl, lsr #17 4720: 5e692102 powple f2, f1, f2 4724: 0fcb466a swieq 0x00cb466a 4728: 10491859 subne r1, r9, r9, asr r8 472c: 82901808 addhis r1, r0, #524288 ; 0x80000 4730: e0072600 and r2, r7, r0, lsl #12 4734: 46682100 strmibt r2, [r8], -r0, lsl #2 4738: f7fe8840 ldrnvb r8, [lr, r0, asr #16]! 473c: 1e40fb17 mcrne 11, 2, pc, cr0, cr7, {0} 4740: 1c76183f ldcnel 8, cr1, [r6], #-252 4744: 8a804668 bhi 0xfe0160ec 4748: 0c360436 cfldrseq mvf0, [r6], #-216 474c: d20f4286 andle r4, pc, #1610612744 ; 0x60000008 4750: 00714668 rsbeqs r4, r1, r8, ror #12 4754: 88ca1869 stmhiia sl, {r0, r3, r5, r6, fp, ip}^ 4758: 88408042 stmhida r0, {r1, r6, pc}^ 475c: 04001c40 streq r1, [r0], #-3136 4760: f7fe0c00 ldrnvb r0, [lr, r0, lsl #24]! 4764: 2801f877 stmcsda r1, {r0, r1, r2, r4, r5, r6, fp, ip, sp, lr, pc} 4768: 2000d0e4 andcs sp, r0, r4, ror #1 476c: e57d43c0 ldrb r4, [sp, #-960]! 4770: 043a1c7f ldreqt r1, [sl], #-3199 4774: 21000c12 tstcs r0, r2, lsl ip 4778: 88004668 stmhida r0, {r3, r5, r6, r9, sl, lr} 477c: fc10f7fd ldc2 7, cr15, [r0], {253} 4780: 28001c07 stmcsda r0, {r0, r1, r2, sl, fp, ip} 4784: e570da00 ldrb sp, [r0, #-2560]! 4788: 21004668 tstcs r0, r8, ror #12 478c: 22008141 andcs r8, r0, #1073741840 ; 0x40000010 4790: f7fe8800 ldrnvb r8, [lr, r0, lsl #16]! 4794: 9006f865 andls pc, r6, r5, ror #16 4798: e0202600 eor r2, r0, r0, lsl #12 479c: 00714668 rsbeqs r4, r1, r8, ror #12 47a0: 88ca1869 stmhiia sl, {r0, r3, r5, r6, fp, ip}^ 47a4: 22008042 andcs r8, r0, #66 ; 0x42 47a8: 88402100 stmhida r0, {r8, sp}^ 47ac: f858f7fe ldmnvda r8, {r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc}^ 47b0: 21001c04 tstcs r0, r4, lsl #24 47b4: 88404668 stmhida r0, {r3, r5, r6, r9, sl, lr}^ 47b8: fad8f7fe blx 0xff6427b8 47bc: 1e404669 cdpne 6, 4, cr4, cr0, cr9, {3} 47c0: 46688048 strmibt r8, [r8], -r8, asr #32 47c4: 1c218842 stcne 8, cr8, [r1], #-264 47c8: f0109804 andnvs r9, r0, r4, lsl #16 47cc: 4668fbe5 strmibt pc, [r8], -r5, ror #23 47d0: 89494669 stmhidb r9, {r0, r3, r5, r6, r9, sl, lr}^ 47d4: 8852466a ldmhida r2, {r1, r3, r5, r6, r9, sl, lr}^ 47d8: 81411889 smlalbbhi r1, r1, r9, r8 47dc: 46681c76 undefined 47e0: 99068940 stmlsdb r6, {r6, r8, fp, pc} 47e4: 90041808 andls r1, r4, r8, lsl #16 47e8: 8a804668 bhi 0xfe016190 47ec: 0c360436 cfldrseq mvf0, [r6], #-216 47f0: d3d34286 bicles r4, r3, #1610612744 ; 0x60000008 47f4: e6a79804 strt r9, [r7], r4, lsl #16 47f8: 88694668 stmhida r9!, {r3, r5, r6, r9, sl, lr}^ 47fc: 88a98081 stmhiia r9!, {r0, r7, pc} 4800: 20068001 andcs r8, r6, r1 4804: 46685e2c strmibt r5, [r8], -ip, lsr #28 4808: 80c18929 sbchi r8, r1, r9, lsr #18 480c: 04202100 streqt r2, [r0], #-256 4810: f7fe0c00 ldrnvb r0, [lr, r0, lsl #24]! 4814: 4669faab strmibt pc, [r9], -fp, lsr #21 4818: 46688048 strmibt r8, [r8], -r8, asr #32 481c: 1e6d8845 cdpne 8, 6, cr8, cr13, cr5, {2} 4820: 88c02100 stmhiia r0, {r8, sp}^ 4824: f936f7fe ldmnvdb r6!, {r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc} 4828: 0c2d042d cfstrseq mvf0, [sp], #-180 482c: d11e4285 tstle lr, r5, lsl #5 4830: b4012000 strlt r2, [r1] 4834: 88c3a801 stmhiia r3, {r0, fp, sp, pc}^ 4838: 88812200 stmhiia r1, {r9, sp} 483c: f7fe201b undefined 4840: 1c07ffbd stcne 15, cr15, [r7], {189} 4844: 2800b001 stmcsda r0, {r0, ip, sp, pc} 4848: 2200db1e andcs sp, r0, #30720 ; 0x7800 484c: 04202100 streqt r2, [r0], #-256 4850: f7fe0c00 ldrnvb r0, [lr, r0, lsl #24]! 4854: 1c04f805 stcne 8, cr15, [r4], {5} 4858: 21004668 tstcs r0, r8, ror #12 485c: 23008441 tstcs r0, #1090519040 ; 0x41000000 4860: a9088882 stmgedb r8, {r1, r7, fp, pc} 4864: 1c201c89 stcne 12, cr1, [r0], #-548 4868: f9ecf7fe stmnvib ip!, {r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc}^ 486c: aa03e5cb bge 0xfdfa0 4870: 46682100 strmibt r2, [r8], -r0, lsl #2 4874: f7fd8800 ldrnvb r8, [sp, r0, lsl #16]! 4878: 9006fff3 strlsd pc, [r6], -r3 487c: 46682201 strmibt r2, [r8], -r1, lsl #4 4880: 98067b01 stmlsda r6, {r0, r8, r9, fp, ip, sp, lr} 4884: f81ef7fe ldmnvda lr, {r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc} 4888: 4668e4ef strmibt lr, [r8], -pc, ror #9 488c: 800188a9 andhi r8, r1, r9, lsr #17 4890: 5e2c2006 cdppl 0, 2, cr2, cr12, cr6, {0} 4894: 89294668 stmhidb r9!, {r3, r5, r6, r9, sl, lr} 4898: 896980c1 stmhidb r9!, {r0, r6, r7, pc}^ 489c: aa038401 bge 0xe58a8 48a0: 21001c52 tstcs r0, r2, asr ip 48a4: 5e282002 cdppl 0, 2, cr2, cr8, cr2, {0} 48a8: 0c000400 cfstrseq mvf0, [r0], {0} 48ac: ffd8f7fd swinv 0x00d8f7fd 48b0: aa039009 bge 0xe88dc 48b4: 46682100 strmibt r2, [r8], -r0, lsl #2 48b8: f7fd8800 ldrnvb r8, [sp, r0, lsl #16]! 48bc: 9006ffd1 ldrlsd pc, [r6], -r1 48c0: 2100aa02 tstcs r0, r2, lsl #20 48c4: 0c000420 cfstrseq mvf0, [r0], {32} 48c8: ffcaf7fd swinv 0x00caf7fd 48cc: 46681c04 strmibt r1, [r8], -r4, lsl #24 48d0: 492888c0 stmmidb r8!, {r6, r7, fp, pc} 48d4: d00c4288 andle r4, ip, r8, lsl #5 48d8: 1c52aa02 mrrcne 10, 0, sl, r2, cr2 48dc: 46682100 strmibt r2, [r8], -r0, lsl #2 48e0: f7fd88c0 ldrnvb r8, [sp, r0, asr #17]! 48e4: 4669ffbd undefined 48e8: f7fd7a49 ldrnvb r7, [sp, r9, asr #20]! 48ec: 1c06fffd stcne 15, cr15, [r6], {253} 48f0: 2600e000 strcs lr, [r0], -r0 48f4: 8c004668 stchi 6, cr4, [r0], {104} 48f8: 4288491e addmi r4, r8, #491520 ; 0x78000 48fc: aa07d00c bge 0x1f8934 4900: 21001c92 strcsb r1, [r0, -r2] 4904: 8c004668 stchi 6, cr4, [r0], {104} 4908: ffaaf7fd swinv 0x00aaf7fd 490c: 7f894669 swivc 0x00894669 4910: ffeaf7fd swinv 0x00eaf7fd 4914: e0001c05 and r1, r0, r5, lsl #24 4918: aa0a2500 bge 0x28dd20 491c: 19a04916 stmneib r0!, {r1, r2, r4, r8, fp, lr} 4920: fbd8f010 blx 0xff64096a 4924: d1152801 tstle r5, r1, lsl #16 4928: 1c76e000 ldcnel 0, cr14, [r6] 492c: 0c360436 cfldrseq mvf0, [r6], #-216 4930: 780119a0 stmvcda r1, {r5, r7, r8, fp, ip} 4934: d3f82930 mvnles r2, #786432 ; 0xc0000 4938: 283a7800 ldmcsda sl!, {fp, ip, sp, lr} 493c: 0436d2f5 ldreqt sp, [r6], #-757 4940: 19a00c36 stmneib r0!, {r1, r2, r4, r5, sl, fp} 4944: 29307801 ldmcsdb r0!, {r0, fp, ip, sp, lr} 4948: 7800d306 stmvcda r0, {r1, r2, r8, r9, ip, lr, pc} 494c: d203283a andle r2, r3, #3801088 ; 0x3a0000 4950: e7f41c76 undefined 4954: 2600950a strcs r9, [r0], -sl, lsl #10 4958: 46689a0a strmibt r9, [r8], -sl, lsl #20 495c: 98097b41 stmlsda r9, {r0, r6, r8, r9, fp, ip, sp, lr} 4960: ffb0f7fd swinv 0x00b0f7fd 4964: e78a1c32 undefined 4968: 43ff2701 mvnmis r2, #262144 ; 0x40000 496c: 0000e47d andeq lr, r0, sp, ror r4 4970: 00008680 andeq r8, r0, r0, lsl #13 4974: 0000ffff streqd pc, [r0], -pc 4978: 0011b3dc ldreqsb fp, [r1], -ip 497c: 2804b510 stmcsda r4, {r4, r8, sl, ip, sp, pc} 4980: 2020d302 eorcs sp, r0, r2, lsl #6 4984: e01f43c0 ands r4, pc, r0, asr #7 4988: 43432314 cmpmi r3, #1342177280 ; 0x50000000 498c: 690a49a9 stmvsdb sl, {r0, r3, r5, r7, r8, fp, lr} 4990: 6a646854 bvs 0x191eae8 4994: 7a2418e4 bvc 0x90ad2c 4998: d0052c0b andle r2, r5, fp, lsl #24 499c: 6a646854 bvs 0x191eaf4 49a0: 7a2418e4 bvc 0x90ad38 49a4: d1052c0a tstle r5, sl, lsl #24 49a8: 6a646854 bvs 0x191eb00 49ac: 7c1b18e3 ldcvc 8, cr1, [fp], {227} 49b0: d0012b00 andle r2, r1, r0, lsl #22 49b4: e7e5201f undefined 49b8: 69522308 ldmvsdb r2, {r3, r8, r9, sp}^ 49bc: 18106a52 ldmneda r0, {r1, r4, r6, r9, fp, sp, lr} 49c0: 7800309c stmvcda r0, {r2, r3, r4, r7, ip, sp} 49c4: 56c01808 strplb r1, [r0], r8, lsl #16 49c8: 0000e2bd streqh lr, [r0], -sp 49cc: 28041c01 stmcsda r4, {r0, sl, fp, ip} 49d0: 2000d301 andcs sp, r0, r1, lsl #6 49d4: 2013e019 andcss lr, r3, r9, lsl r0 49d8: 48964341 ldmmiia r6, {r0, r6, r8, r9, lr} 49dc: 69506902 ldmvsdb r0, {r1, r8, fp, sp, lr}^ 49e0: 18406a40 stmneda r0, {r6, r9, fp, sp, lr}^ 49e4: 69537c00 ldmvsdb r3, {sl, fp, ip, sp, lr}^ 49e8: 185b6a5b ldmneda fp, {r0, r1, r3, r4, r6, r9, fp, sp, lr}^ 49ec: 1ac07c5b bne 0xff023b60 49f0: 6950d509 ldmvsdb r0, {r0, r3, r8, sl, ip, lr, pc}^ 49f4: 18406a40 stmneda r0, {r6, r9, fp, sp, lr}^ 49f8: 30107c00 andccs r7, r0, r0, lsl #24 49fc: 6a526952 bvs 0x149ef4c 4a00: 7c491851 mcrrvc 8, 5, r1, r9, cr1 4a04: 06001a40 streq r1, [r0], -r0, asr #20 4a08: b0000e00 andlt r0, r0, r0, lsl #28 4a0c: 00004770 andeq r4, r0, r0, ror r7 4a10: 4668b5f9 undefined 4a14: 28047800 stmcsda r4, {fp, ip, sp, lr} 4a18: 2020d301 eorcs sp, r0, r1, lsl #6 4a1c: 2911e06b ldmcsdb r1, {r0, r1, r3, r5, r6, sp, lr, pc} 4a20: 4668d203 strmibt sp, [r8], -r3, lsl #4 4a24: 28117900 ldmcsda r1, {r8, fp, ip, sp, lr} 4a28: 2012d301 andcss sp, r2, r1, lsl #6 4a2c: 4668e063 strmibt lr, [r8], -r3, rrx 4a30: 25147803 ldrcs r7, [r4, #-2051] 4a34: 4c7f435d ldcmil 3, cr4, [pc], #-372 4a38: 68466920 stmvsda r6, {r5, r8, fp, sp, lr}^ 4a3c: 19766a76 ldmnedb r6!, {r1, r2, r4, r5, r6, r9, fp, sp, lr}^ 4a40: 2e0b7a36 mcrcs 10, 0, r7, cr11, cr6, {1} 4a44: 6846d005 stmvsda r6, {r0, r2, ip, lr, pc}^ 4a48: 19766a76 ldmnedb r6!, {r1, r2, r4, r5, r6, r9, fp, sp, lr}^ 4a4c: 2e0a7a36 mcrcs 10, 0, r7, cr10, cr6, {1} 4a50: 6846d10c stmvsda r6, {r2, r3, r8, ip, lr, pc}^ 4a54: 19756a76 ldmnedb r5!, {r1, r2, r4, r5, r6, r9, fp, sp, lr}^ 4a58: 2d007c2d stccs 12, cr7, [r0, #-180] 4a5c: 6945d106 stmvsdb r5, {r1, r2, r8, ip, lr, pc}^ 4a60: 18ed6a6d stmneia sp!, {r0, r2, r3, r5, r6, r9, fp, sp, lr}^ 4a64: 782d359c stmvcda sp!, {r2, r3, r4, r7, r8, sl, ip, sp} 4a68: d0062d00 andle r2, r6, r0, lsl #26 4a6c: 6a6d6945 bvs 0x1b5ef88 4a70: 359c18ed ldrcc r1, [ip, #2285] 4a74: 2d04782d stccs 8, cr7, [r4, #-180] 4a78: 2513d13c ldrcs sp, [r3, #-316] 4a7c: 6946435d stmvsdb r6, {r0, r2, r3, r4, r6, r8, r9, lr}^ 4a80: 19766a76 ldmnedb r6!, {r1, r2, r4, r5, r6, r9, fp, sp, lr}^ 4a84: 2700365c smlsdcs r0, ip, r6, r3 4a88: 69407037 stmvsdb r0, {r0, r1, r2, r4, r5, ip, sp, lr}^ 4a8c: 19406a40 stmnedb r0, {r6, r9, fp, sp, lr}^ 4a90: 7007305d andvc r3, r7, sp, asr r0 4a94: 78004668 stmvcda r0, {r3, r5, r6, r9, sl, lr} 4a98: 43702613 cmnmi r0, #19922944 ; 0x1300000 4a9c: 69364e65 ldmvsdb r6!, {r0, r2, r5, r6, r9, sl, fp, lr} 4aa0: 6a766976 bvs 0x1d9f080 4aa4: 364c1836 undefined 4aa8: d0031c08 andle r1, r3, r8, lsl #24 4aac: 5c171e40 ldcpl 14, cr1, [r7], {64} 4ab0: d1fb5437 mvnles r5, r7, lsr r4 4ab4: 69426920 stmvsdb r2, {r5, r8, fp, sp, lr}^ 4ab8: 19526a52 ldmnedb r2, {r1, r4, r6, r9, fp, sp, lr}^ 4abc: 7011325c andvcs r3, r1, ip, asr r2 4ac0: 6a496941 bvs 0x125efcc 4ac4: 466a1949 strmibt r1, [sl], -r9, asr #18 4ac8: 748a7912 strvc r7, [sl], #2322 4acc: 6a496941 bvs 0x125efd8 4ad0: 319c18c9 orrccs r1, ip, r9, asr #17 4ad4: 700a2201 andvc r2, sl, r1, lsl #4 4ad8: 6a496941 bvs 0x125efe4 4adc: 694031a4 stmvsdb r0, {r2, r5, r7, r8, ip, sp}^ 4ae0: 30a46a40 adccc r6, r4, r0, asr #20 4ae4: 466b7800 strmibt r7, [fp], -r0, lsl #16 4ae8: 409a781b addmis r7, sl, fp, lsl r8 4aec: 700a4302 andvc r4, sl, r2, lsl #6 4af0: e0012000 and r2, r1, r0 4af4: 43c0201f bicmi r2, r0, #31 ; 0x1f 4af8: fa9af7fd blx 0xfe6c2af4 4afc: 1c05b5f0 cfstr32ne mvfx11, [r5], {240} 4b00: 1c141c0e ldcne 12, cr1, [r4], {14} 4b04: d3022804 tstle r2, #262144 ; 0x40000 4b08: 43c02020 bicmi r2, r0, #32 ; 0x20 4b0c: 2e11e061 cdpcs 0, 1, cr14, cr1, cr1, {3} 4b10: 2012d301 andcss sp, r2, r1, lsl #6 4b14: f7ffe7f9 undefined 4b18: 42b0ff59 adcmis pc, r0, #356 ; 0x164 4b1c: 201fd202 andcss sp, pc, r2, lsl #4 4b20: e05643c0 subs r4, r6, r0, asr #7 4b24: 43692113 cmnmi r9, #-1073741820 ; 0xc0000004 4b28: 69004842 stmvsdb r0, {r1, r6, fp, lr} 4b2c: 6a526942 bvs 0x149f03c 4b30: 7c521852 mrrcvc 8, 5, r1, r2, cr2 4b34: 04121992 ldreq r1, [r2], #-2450 4b38: 2a100c12 bcs 0x407b88 4b3c: 2210d325 andcss sp, r0, #-1811939328 ; 0x94000000 4b40: 6a406940 bvs 0x101f048 4b44: 7c401840 mcrrvc 8, 4, r1, r0, cr0 4b48: 06121a12 undefined 4b4c: 20130e12 andcss r0, r3, r2, lsl lr 4b50: 4b384368 blmi 0xe158f8 4b54: 695b691b ldmvsdb fp, {r0, r1, r3, r4, r8, fp, sp, lr}^ 4b58: 18186a5b ldmneda r8, {r0, r1, r3, r4, r6, r9, fp, sp, lr} 4b5c: 23137c40 tstcs r3, #16384 ; 0x4000 4b60: 4f34436b swimi 0x0034436b 4b64: 697f693f ldmvsdb pc!, {r0, r1, r2, r3, r4, r5, r8, fp, sp, lr}^ 4b68: 18fb6a7f ldmneia fp!, {r0, r1, r2, r3, r4, r5, r6, r9, fp, sp, lr}^ 4b6c: 1c10181b ldcne 8, cr1, [r0], {27} 4b70: 1e40d003 cdpne 0, 4, cr13, cr0, cr3, {0} 4b74: 54275c1f strplt r5, [r7], #-3103 4b78: 482ed1fb stmmida lr!, {r0, r1, r3, r4, r5, r6, r7, r8, ip, lr, pc} 4b7c: 69406900 stmvsdb r0, {r8, fp, sp, lr}^ 4b80: 18406a40 stmneda r0, {r6, r9, fp, sp, lr}^ 4b84: 74432300 strvcb r2, [r3], #-768 4b88: 06361ab6 undefined 4b8c: 20130e36 andcss r0, r3, r6, lsr lr 4b90: 4a284368 bmi 0xa15938 4b94: 69526912 ldmvsdb r2, {r1, r4, r8, fp, sp, lr}^ 4b98: 18106a52 ldmneda r0, {r1, r4, r6, r9, fp, sp, lr} 4b9c: 22137c40 andcss r7, r3, #16384 ; 0x4000 4ba0: 4a244355 bmi 0x9158fc 4ba4: 69526912 ldmvsdb r2, {r1, r4, r8, fp, sp, lr}^ 4ba8: 19526a52 ldmnedb r2, {r1, r4, r6, r9, fp, sp, lr}^ 4bac: 1c301812 ldcne 8, cr1, [r0], #-72 4bb0: 1e40d003 cdpne 0, 4, cr13, cr0, cr3, {0} 4bb4: 54235c13 strplt r5, [r3], #-3091 4bb8: 481ed1fb ldmmida lr, {r0, r1, r3, r4, r5, r6, r7, r8, ip, lr, pc} 4bbc: 69506902 ldmvsdb r0, {r1, r8, fp, sp, lr}^ 4bc0: 18406a40 stmneda r0, {r6, r9, fp, sp, lr}^ 4bc4: 6a526952 bvs 0x149f114 4bc8: 7c491851 mcrrvc 8, 5, r1, r9, cr1 4bcc: 74411989 strvcb r1, [r1], #-2441 4bd0: f7fd2000 ldrnvb r2, [sp, r0]! 4bd4: 0000fbae andeq pc, r0, lr, lsr #23 4bd8: 1c04b570 cfstr32ne mvfx11, [r4], {112} 4bdc: 88006880 stmhida r0, {r7, fp, sp, lr} 4be0: fee2f7fd mcr2 7, 7, pc, cr2, cr13, {7} 4be4: 68e360a0 stmvsia r3!, {r5, r7, sp, lr}^ 4be8: 1c012200 sfmne f2, 4, [r1], {0} 4bec: 4d112080 ldcmi 0, cr2, [r1, #-512] 4bf0: 692d692d stmvsdb sp!, {r0, r2, r3, r5, r8, fp, sp, lr} 4bf4: 682d6a6d stmvsda sp!, {r0, r2, r3, r5, r6, r9, fp, sp, lr} 4bf8: fb00f012 blx 0x40c4a 4bfc: 020921ff andeq r2, r9, #-1073741761 ; 0xc000003f 4c00: d1164208 tstle r6, r8, lsl #4 4c04: 0e120602 cfmsub32eq mvax0, mvfx0, mvfx2, mvfx2 4c08: 435a2315 cmpmi sl, #1409286144 ; 0x54000000 4c0c: 189a4b82 ldmneia sl, {r1, r7, r8, r9, fp, lr} 4c10: 2372324a cmncs r2, #-1610612732 ; 0xa0000004 4c14: 68a27013 stmvsia r2!, {r0, r1, r4, ip, sp, lr} 4c18: 0e1b0603 cfmsub32eq mvax0, mvfx0, mvfx11, mvfx3 4c1c: 436b2515 cmnmi fp, #88080384 ; 0x5400000 4c20: 18eb4d7d stmneia fp!, {r0, r2, r3, r4, r5, r6, r8, sl, fp, lr}^ 4c24: 2500334b strcs r3, [r0, #-843] 4c28: 555e5d56 ldrplb r5, [lr, #-3414] 4c2c: 2e001c6d cdpcs 12, 0, cr1, cr0, cr13, {3} 4c30: e03bd1fa ldrsh sp, [fp], -sl 4c34: 0000015c andeq r0, r0, ip, asr r1 4c38: 1c04b570 cfstr32ne mvfx11, [r4], {112} 4c3c: 88006880 stmhida r0, {r7, fp, sp, lr} 4c40: feb2f7fd mrc2 7, 5, pc, cr2, cr13, {7} 4c44: 68e360a0 stmvsia r3!, {r5, r7, sp, lr}^ 4c48: 1c012200 sfmne f2, 4, [r1], {0} 4c4c: e00b208b and r2, fp, fp, lsl #1 4c50: 1c04b570 cfstr32ne mvfx11, [r4], {112} 4c54: 88006880 stmhida r0, {r7, fp, sp, lr} 4c58: fea6f7fd mcr2 7, 5, pc, cr6, cr13, {7} 4c5c: 68e360a0 stmvsia r3!, {r5, r7, sp, lr}^ 4c60: 1c012200 sfmne f2, 4, [r1], {0} 4c64: 46c0208c strmib r2, [r0], ip, lsl #1 4c68: 692d4dbf stmvsdb sp!, {r0, r1, r2, r3, r4, r5, r7, r8, sl, fp, lr} 4c6c: 6a6d692d bvs 0x1b5f128 4c70: f012682d andnvs r6, r2, sp, lsr #16 4c74: 21fffac3 mvncss pc, r3, asr #21 4c78: 42080209 andmi r0, r8, #-1879048192 ; 0x90000000 4c7c: 0602d116 undefined 4c80: 23150e12 tstcs r5, #288 ; 0x120 4c84: 4b64435a blmi 0x19159f4 4c88: 324a189a subcc r1, sl, #10092544 ; 0x9a0000 4c8c: 70132377 andvcs r2, r3, r7, ror r3 4c90: 060368a2 streq r6, [r3], -r2, lsr #17 4c94: 25150e1b ldrcs r0, [r5, #-3611] 4c98: 4d5f436b ldcmil 3, cr4, [pc, #-428] 4c9c: 334b18eb cmpcc fp, #15400960 ; 0xeb0000 4ca0: 5d562500 cfldr64pl mvdx2, [r6] 4ca4: 1c6d555e cfstr64ne mvdx5, [sp], #-376 4ca8: d1fa2e00 mvnles r2, r0, lsl #28 4cac: 40016822 andmi r6, r1, r2, lsr #16 4cb0: 68618011 stmvsda r1!, {r0, r4, pc}^ 4cb4: 20007008 andcs r7, r0, r8 4cb8: bc02bc70 stclt 12, cr11, [r2], {112} 4cbc: 00004708 andeq r4, r0, r8, lsl #14 4cc0: 1c04b570 cfstr32ne mvfx11, [r4], {112} 4cc4: 88066880 stmhida r6, {r7, fp, sp, lr} 4cc8: 680168e0 stmvsda r1, {r5, r6, r7, fp, sp, lr} 4ccc: 04091c49 streq r1, [r9], #-3145 4cd0: 1c300c09 ldcne 12, cr0, [r0], #-36 4cd4: f9b0f7fd ldmnvib r0!, {r0, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc} 4cd8: 28001c05 stmcsda r0, {r0, r2, sl, fp, ip} 4cdc: 1c30db1b ldcne 11, cr13, [r0], #-108 4ce0: fe62f7fd mcr2 7, 3, pc, cr2, cr13, {7} 4ce4: 68e360a0 stmvsia r3!, {r5, r7, sp, lr}^ 4ce8: 68611c02 stmvsda r1!, {r1, sl, fp, ip}^ 4cec: 4e9e2082 cdpmi 0, 9, cr2, cr14, cr2, {4} 4cf0: 69366936 ldmvsdb r6!, {r1, r2, r4, r5, r8, fp, sp, lr} 4cf4: 68366a76 ldmvsda r6!, {r1, r2, r4, r5, r6, r9, fp, sp, lr} 4cf8: fa7ef012 blx 0x1fc0d48 4cfc: 680968e1 stmvsda r9, {r0, r5, r6, r7, fp, sp, lr} 4d00: 230068a2 tstcs r0, #10616832 ; 0xa20000 4d04: 68215453 stmvsda r1!, {r0, r1, r4, r6, sl, ip, lr} 4d08: 021222ff andeqs r2, r2, #-268435441 ; 0xf000000f 4d0c: 800a4002 andhi r4, sl, r2 4d10: 70086861 andvc r6, r8, r1, ror #16 4d14: e7cf1c28 strb r1, [pc, r8, lsr #24] 4d18: 1c04b530 cfstr32ne mvfx11, [r4], {48} 4d1c: 88006880 stmhida r0, {r7, fp, sp, lr} 4d20: fe42f7fd mcr2 7, 2, pc, cr2, cr13, {7} 4d24: 68e360a0 stmvsia r3!, {r5, r7, sp, lr}^ 4d28: 68611c02 stmvsda r1!, {r1, sl, fp, ip}^ 4d2c: 4d8e2083 stcmi 0, cr2, [lr, #524] 4d30: 692d692d stmvsdb sp!, {r0, r2, r3, r5, r8, fp, sp, lr} 4d34: 682d6a6d stmvsda sp!, {r0, r2, r3, r5, r6, r9, fp, sp, lr} 4d38: fa60f012 blx 0x1840d88 4d3c: 22ff6821 rsccss r6, pc, #2162688 ; 0x210000 4d40: 40020212 andmi r0, r2, r2, lsl r2 4d44: 6861800a stmvsda r1!, {r1, r3, pc}^ 4d48: f7fb7008 ldrnvb r7, [fp, r8]! 4d4c: 0000fb61 andeq pc, r0, r1, ror #22 4d50: 1c04b530 cfstr32ne mvfx11, [r4], {48} 4d54: 78006840 stmvcda r0, {r6, fp, sp, lr} 4d58: d3042810 tstle r4, #1048576 ; 0x100000 4d5c: 21936820 orrcss r6, r3, r0, lsr #16 4d60: 80010209 andhi r0, r1, r9, lsl #4 4d64: 2300e01a tstcs r0, #26 ; 0x1a 4d68: 68612200 stmvsda r1!, {r9, sp}^ 4d6c: 4d7e2084 ldcmil 0, cr2, [lr, #-528]! 4d70: 692d692d stmvsdb sp!, {r0, r2, r3, r5, r8, fp, sp, lr} 4d74: 682d6a6d stmvsda sp!, {r0, r2, r3, r5, r6, r9, fp, sp, lr} 4d78: fa40f012 blx 0x1040dc8 4d7c: 22002115 andcs r2, r0, #1073741829 ; 0x40000005 4d80: 781b6863 ldmvcda fp, {r0, r1, r5, r6, fp, sp, lr} 4d84: 4d24434b stcmi 3, cr4, [r4, #-300]! 4d88: 334a18eb cmpcc sl, #15400960 ; 0xeb0000 4d8c: 545a1e49 ldrplb r1, [sl], #-3657 4d90: 6821d1fc stmvsda r1!, {r2, r3, r4, r5, r6, r7, r8, ip, lr, pc} 4d94: 021222ff andeqs r2, r2, #-268435441 ; 0xf000000f 4d98: 800a4002 andhi r4, sl, r2 4d9c: f7fb2000 ldrnvb r2, [fp, r0]! 4da0: 0000fb38 andeq pc, r0, r8, lsr fp 4da4: 1c04b5f0 cfstr32ne mvfx11, [r4], {240} 4da8: 880068c0 stmhida r0, {r6, r7, fp, sp, lr} 4dac: fdfcf7fd ldc2l 7, cr15, [ip, #1012]! 4db0: 200060e0 andcs r6, r0, r0, ror #1 4db4: 43412115 cmpmi r1, #1073741829 ; 0x40000005 4db8: 18514a17 ldmneda r1, {r0, r1, r2, r4, r9, fp, lr}^ 4dbc: 68e2314b stmvsia r2!, {r0, r1, r3, r6, r8, ip, sp}^ 4dc0: 5d8d2600 stcpl 6, cr2, [sp] 4dc4: 1c765d93 ldcnel 13, cr5, [r6], #-588 4dc8: d10342ab smlatble r3, fp, r2, r4 4dcc: d1f82b00 mvnles r2, r0, lsl #22 4dd0: e0002700 and r2, r0, r0, lsl #14 4dd4: 2f001b5f swics 0x00001b5f 4dd8: 2115d113 tstcs r5, r3, lsl r1 4ddc: 4a0e4341 bmi 0x395ae8 4de0: 314a1851 cmpcc sl, r1, asr r8 4de4: 29777809 ldmcsdb r7!, {r0, r3, fp, ip, sp, lr}^ 4de8: 2101d101 tstcs r1, r1, lsl #2 4dec: 2100e000 tstcs r0, r0 4df0: 701168a2 andvcs r6, r1, r2, lsr #17 4df4: 22006821 andcs r6, r0, #2162688 ; 0x210000 4df8: 6861800a stmvsda r1!, {r1, r3, pc}^ 4dfc: f7fd7008 ldrnvb r7, [sp, r8]! 4e00: 1c40fa97 mcrrne 10, 9, pc, r0, cr7 4e04: 0e000600 cfmadd32eq mvax0, mvfx0, mvfx0, mvfx0 4e08: d3d32810 bicles r2, r3, #1048576 ; 0x100000 4e0c: 20ffd1f2 ldrcssh sp, [pc, #18] ; 0x4e26 4e10: 22886821 addcs r6, r8, #2162688 ; 0x210000 4e14: e7ef0212 undefined 4e18: 00008680 andeq r8, r0, r0, lsl #13 4e1c: 1c04b531 cfstr32ne mvfx11, [r4], {49} 4e20: 88006840 stmhida r0, {r6, fp, sp, lr} 4e24: fdc0f7fd stc2l 7, cr15, [r0, #1012] 4e28: 68a06060 stmvsia r0!, {r5, r6, sp, lr} 4e2c: f7fd8800 ldrnvb r8, [sp, r0, lsl #16]! 4e30: 60a0fdbb strvsh pc, [r0], fp 4e34: 1c02466b stcne 6, cr4, [r2], {107} 4e38: 20a36861 adccs r6, r3, r1, ror #16 4e3c: 692d4d4a stmvsdb sp!, {r1, r3, r6, r8, sl, fp, lr} 4e40: 6a6d692d bvs 0x1b5f2fc 4e44: f012682d andnvs r6, r2, sp, lsr #16 4e48: 21fff9d9 ldrcssb pc, [pc, #153] ; 0x4ee9 4e4c: 40010209 andmi r0, r1, r9, lsl #4 4e50: 80016820 andhi r6, r1, r0, lsr #16 4e54: bc382000 ldclt 0, cr2, [r8] 4e58: 4708bc02 strmi fp, [r8, -r2, lsl #24] 4e5c: 1c04b530 cfstr32ne mvfx11, [r4], {48} 4e60: 88006840 stmhida r0, {r6, fp, sp, lr} 4e64: fda0f7fd stc2 7, cr15, [r0, #1012]! 4e68: 23006060 tstcs r0, #96 ; 0x60 4e6c: 1c012200 sfmne f2, 4, [r1], {0} 4e70: 4d3d2085 ldcmi 0, cr2, [sp, #-532]! 4e74: 692d692d stmvsdb sp!, {r0, r2, r3, r5, r8, fp, sp, lr} 4e78: 682d6a6d stmvsda sp!, {r0, r2, r3, r5, r6, r9, fp, sp, lr} 4e7c: f9bef012 ldmnvib lr!, {r1, r4, ip, sp, lr, pc} 4e80: 020921ff andeq r2, r9, #-1073741761 ; 0xc000003f 4e84: 68204001 stmvsda r0!, {r0, lr} 4e88: f7fb8001 ldrnvb r8, [fp, r1]! 4e8c: 0000fac1 andeq pc, r0, r1, asr #21 4e90: 1c04b530 cfstr32ne mvfx11, [r4], {48} 4e94: 88006840 stmhida r0, {r6, fp, sp, lr} 4e98: fd86f7fd stc2 7, cr15, [r6, #1012] 4e9c: 4d326060 ldcmi 0, cr6, [r2, #-384]! 4ea0: 1c012213 sfmne f2, 4, [r1], {19} 4ea4: 69c06928 stmvsib r0, {r3, r5, r8, fp, sp, lr}^ 4ea8: 1d806a40 fstsne s12, [r0, #256] 4eac: f952f010 ldmnvdb r2, {r4, ip, sp, lr, pc}^ 4eb0: 68a12001 stmvsia r1!, {r0, sp} 4eb4: 29017809 stmcsdb r1, {r0, r3, fp, ip, sp, lr} 4eb8: 69c96929 stmvsib r9, {r0, r3, r5, r8, fp, sp, lr}^ 4ebc: d1016a49 tstle r1, r9, asr #20 4ec0: e0017708 and r7, r1, r8, lsl #14 4ec4: 770a2200 strvc r2, [sl, -r0, lsl #4] 4ec8: 69ca6929 stmvsib sl, {r0, r3, r5, r8, fp, sp, lr}^ 4ecc: 68e36a52 stmvsia r3!, {r1, r4, r6, r9, fp, sp, lr}^ 4ed0: 7753781b smmlavc r3, fp, r8, r7 4ed4: 6a5269ca bvs 0x149f604 4ed8: 80932300 addhis r2, r3, r0, lsl #6 4edc: 6a5269ca bvs 0x149f60c 4ee0: 6a4969c9 bvs 0x125f60c 4ee4: 43087e89 tstmi r8, #2192 ; 0x890 4ee8: 68207690 stmvsda r0!, {r4, r7, r9, sl, ip, sp, lr} 4eec: f7fb7003 ldrnvb r7, [fp, r3]! 4ef0: 0000fa8f andeq pc, r0, pc, lsl #21 4ef4: 491cb510 ldmmidb ip, {r4, r8, sl, ip, sp, pc} 4ef8: 69ca6909 stmvsib sl, {r0, r3, r8, fp, sp, lr}^ 4efc: 68436a52 stmvsda r3, {r1, r4, r6, r9, fp, sp, lr}^ 4f00: 8013881b andhis r8, r3, fp, lsl r8 4f04: 6a5269ca bvs 0x149f634 4f08: 881b6883 ldmhida fp, {r0, r1, r7, fp, sp, lr} 4f0c: 69ca8053 stmvsib sl, {r0, r1, r4, r6, pc}^ 4f10: 69036a52 stmvsdb r3, {r1, r4, r6, r9, fp, sp, lr} 4f14: 7753781b smmlavc r3, fp, r8, r7 4f18: 6a5269ca bvs 0x149f648 4f1c: 6a5b69cb bvs 0x16df650 4f20: 24017e9b strcs r7, [r1], #-3739 4f24: 7694431c undefined 4f28: 781268c2 ldmvcda r2, {r1, r6, r7, fp, sp, lr} 4f2c: 69c92a01 stmvsib r9, {r0, r9, fp, sp}^ 4f30: d1016a49 tstle r1, r9, asr #20 4f34: e0002203 and r2, r0, r3, lsl #4 4f38: 770a2202 strvc r2, [sl, -r2, lsl #4] 4f3c: 46c06800 strmib r6, [r0], r0, lsl #16 4f40: 70012100 andvc r2, r1, r0, lsl #2 4f44: bc102000 ldclt 0, cr2, [r0], {0} 4f48: 4708bc02 strmi fp, [r8, -r2, lsl #24] 4f4c: 69094906 stmvsdb r9, {r1, r2, r8, fp, lr} 4f50: 69cb6802 stmvsib fp, {r1, fp, sp, lr}^ 4f54: 7edb6a5b mrcvc 10, 6, r6, cr11, cr11, {2} 4f58: 68407013 stmvsda r0, {r0, r1, r4, ip, sp, lr}^ 4f5c: 6a4969c9 bvs 0x125f688 4f60: 70017e89 andvc r7, r1, r9, lsl #29 4f64: 47702000 ldrmib r2, [r0, -r0]! 4f68: 0000015c andeq r0, r0, ip, asr r1 4f6c: 6909498a stmvsdb r9, {r1, r3, r7, r8, fp, lr} 4f70: 6a5269ca bvs 0x149f6a0 4f74: 781b6843 ldmvcda fp, {r0, r1, r6, fp, sp, lr} 4f78: 680276d3 stmvsda r2, {r0, r1, r4, r6, r7, r9, sl, ip, sp, lr} 4f7c: 6a5b69cb bvs 0x16df6b0 4f80: 70137edb ldrvcsb r7, [r3], -fp 4f84: 6a5269ca bvs 0x149f6b4 4f88: 6a4969c9 bvs 0x125f6b4 4f8c: 68807e89 stmvsia r0, {r0, r3, r7, r9, sl, fp, ip, sp, lr} 4f90: 43087800 tstmi r8, #0 ; 0x0 4f94: 20007690 mulcs r0, r0, r6 4f98: 00004770 andeq r4, r0, r0, ror r7 4f9c: 6841b530 stmvsda r1, {r4, r5, r8, sl, ip, sp, pc}^ 4fa0: 2a04780a bcs 0x122fd0 4fa4: 497cd229 ldmmidb ip!, {r0, r3, r5, r9, ip, lr, pc}^ 4fa8: 68836909 stmvsia r3, {r0, r3, r8, fp, sp, lr} 4fac: 6a64688c bvs 0x191f1e4 4fb0: 342018a4 strcct r1, [r0], #-2212 4fb4: 25807824 strcs r7, [r0, #2084] 4fb8: 1c2c4025 stcne 0, cr4, [ip], #-148 4fbc: 2401d000 strcs sp, [r1] 4fc0: 00d2701c sbceqs r7, r2, ip, lsl r0 4fc4: 688c68c3 stmvsia ip, {r0, r1, r6, r7, fp, sp, lr} 4fc8: 18a46a64 stmneia r4!, {r2, r5, r6, r9, fp, sp, lr} 4fcc: 701c7924 andvcs r7, ip, r4, lsr #18 4fd0: 781b6903 ldmvcda fp, {r0, r1, r8, fp, sp, lr} 4fd4: d00c2b00 andle r2, ip, r0, lsl #22 4fd8: 6a5b688b bvs 0x16df20c 4fdc: 2400189b strcs r1, [r0], #-2203 4fe0: 688b711c stmvsia fp, {r2, r3, r4, r8, ip, sp, lr} 4fe4: 189b6a5b ldmneia fp, {r0, r1, r3, r4, r6, r9, fp, sp, lr} 4fe8: 6889709c stmvsia r9, {r2, r3, r4, r7, ip, sp, lr} 4fec: 18896a49 stmneia r9, {r0, r3, r6, r9, fp, sp, lr} 4ff0: 680070cc stmvsda r0, {r2, r3, r6, r7, ip, sp, lr} 4ff4: 70012100 andvc r2, r1, r0, lsl #2 4ff8: 6801e008 stmvsda r1, {r3, sp, lr, pc} 4ffc: 43d2220f bicmis r2, r2, #-268435456 ; 0xf0000000 5000: 6881700a stmvsia r1, {r1, r3, ip, sp, lr} 5004: 700a2200 andvc r2, sl, r0, lsl #4 5008: 700268c0 andvc r6, r2, r0, asr #17 500c: fa00f7fb blx 0x43000 5010: 6804b5f0 stmvsda r4, {r4, r5, r6, r7, r8, sl, ip, sp, pc} 5014: 780d6841 stmvcda sp, {r0, r6, fp, sp, lr} 5018: 780f68c1 stmvcda pc, {r0, r6, r7, fp, sp, lr} 501c: 88066880 stmhida r6, {r7, fp, sp, lr} 5020: f7fd1c30 undefined 5024: 1c02fcc1 stcne 12, cr15, [r2], {193} 5028: 200a1c3b andcs r1, sl, fp, lsr ip 502c: 48bd4346 ldmmiia sp!, {r1, r2, r6, r8, r9, lr} 5030: 19806ac0 stmneib r0, {r6, r7, r9, fp, sp, lr} 5034: 06098881 streq r8, [r9], -r1, lsl #17 5038: 1c280e09 stcne 14, cr0, [r8], #-36 503c: fce8f7ff stc2l 7, cr15, [r8], #1020 5040: f7fd7020 ldrnvb r7, [sp, r0, lsr #32]! 5044: 0000f975 andeq pc, r0, r5, ror r9 5048: 1c04b530 cfstr32ne mvfx11, [r4], {48} 504c: 78056840 stmvcda r5, {r6, fp, sp, lr} 5050: f7ff1c28 ldrnvb r1, [pc, r8, lsr #24]! 5054: 6821fc93 stmvsda r1!, {r0, r1, r4, r7, sl, fp, ip, sp, lr, pc} 5058: 1c287008 stcne 0, cr7, [r8], #-32 505c: fcb6f7ff ldc2 7, cr15, [r6], #1020 5060: 700868a1 andvc r6, r8, r1, lsr #17 5064: f9d4f7fb ldmnvib r4, {r0, r1, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc}^ 5068: 6804b5f0 stmvsda r4, {r4, r5, r6, r7, r8, sl, ip, sp, pc} 506c: 780d6841 stmvcda sp, {r0, r6, fp, sp, lr} 5070: 780e68c1 stmvcda lr, {r0, r6, r7, fp, sp, lr} 5074: 88076880 stmhida r7, {r7, fp, sp, lr} 5078: f7ff1c28 ldrnvb r1, [pc, r8, lsr #24]! 507c: 7020fc7f eorvc pc, r0, pc, ror ip 5080: f7ff1c28 ldrnvb r1, [pc, r8, lsr #24]! 5084: 2100fca3 smlatbcs r0, r3, ip, pc 5088: 29005661 stmcsdb r0, {r0, r5, r6, r9, sl, ip, lr} 508c: 2800db14 stmcsda r0, {r2, r4, r8, r9, fp, ip, lr, pc} 5090: 42b0d012 adcmis sp, r0, #18 ; 0x12 5094: 1c06d200 sfmne f5, 1, [r6], {0} 5098: 1c381c31 ldcne 12, cr1, [r8], #-196 509c: ffccf7fc swinv 0x00ccf7fc 50a0: db102800 blle 0x40f0a8 50a4: f7fd1c38 undefined 50a8: 1c02fc7f stcne 12, cr15, [r2], {127} 50ac: 1c281c31 stcne 12, cr1, [r8], #-196 50b0: fd24f7ff stc2 7, cr15, [r4, #-1020]! 50b4: e0057020 and r7, r5, r0, lsr #32 50b8: 1c382100 ldfnes f2, [r8] 50bc: ffbcf7fc swinv 0x00bcf7fc 50c0: db002800 blle 0xf0c8 50c4: f7fd2000 ldrnvb r2, [sp, r0]! 50c8: 0000f934 andeq pc, r0, r4, lsr r9 50cc: 1c04b530 cfstr32ne mvfx11, [r4], {48} 50d0: 78284d0a stmvcda r8!, {r1, r3, r8, sl, fp, lr} 50d4: d1032800 tstle r3, r0, lsl #16 50d8: faa4f00f blx 0xfe94111c 50dc: ffd8f00f swinv 0x00d8f00f 50e0: 28157828 ldmcsda r5, {r3, r5, fp, ip, sp, lr} 50e4: 2000d301 andcs sp, r0, r1, lsl #6 50e8: 1c40e000 marne acc0, lr, r0 50ec: f00f7028 andnv r7, pc, r8, lsr #32 50f0: 6821ff71 stmvsda r1!, {r0, r4, r5, r6, r8, r9, sl, fp, ip, sp, lr, pc} 50f4: f7fb8008 ldrnvb r8, [fp, r8]! 50f8: 46c0f98b strmib pc, [r0], fp, lsl #19 50fc: 0000b59e muleq r0, lr, r5 5100: 21af6800 movcs r6, r0, lsl #16 5104: 4a870089 bmi 0xfe1c5330 5108: 60015851 andvs r5, r1, r1, asr r8 510c: 47702000 ldrmib r2, [r0, -r0]! 5110: 1c04b530 cfstr32ne mvfx11, [r4], {48} 5114: 88056880 stmhida r5, {r7, fp, sp, lr} 5118: f7fd1c28 ldrnvb r1, [sp, r8, lsr #24]! 511c: 60a0fc45 adcvs pc, r0, r5, asr #24 5120: 4345200a cmpmi r5, #10 ; 0xa 5124: 6ac0487f bvs 0xff017328 5128: 88821940 stmhiia r2, {r6, r8, fp, ip} 512c: 686068a1 stmvsda r0!, {r0, r5, r7, fp, sp, lr}^ 5130: f7fd7800 ldrnvb r7, [sp, r0, lsl #16]! 5134: 6821fa8b stmvsda r1!, {r0, r1, r3, r7, r9, fp, ip, sp, lr, pc} 5138: 28007008 stmcsda r0, {r3, ip, sp, lr} 513c: 2105da03 tstcs r5, r3, lsl #20 5140: 428843c9 addmi r4, r8, #603979779 ; 0x24000003 5144: 2000da00 andcs sp, r0, r0, lsl #20 5148: f963f7fb stmnvdb r3!, {r0, r1, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc}^ 514c: 28041c01 stmcsda r4, {r0, sl, fp, ip} 5150: 200fd302 andcs sp, pc, r2, lsl #6 5154: e01843c0 ands r4, r8, r0, asr #7 5158: 4a0e4873 bmi 0x39732c 515c: 28015e10 stmcsda r1, {r4, r9, sl, fp, ip, lr} 5160: 2020d101 eorcs sp, r0, r1, lsl #2 5164: 4a71e011 bmi 0x1c7d1b0 5168: d00a4290 mulle sl, r0, r2 516c: 232f4a08 teqcs pc, #32768 ; 0x8000 5170: 4b094359 blmi 0x255edc 5174: 681b691b ldmvsda fp, {r0, r1, r3, r4, r8, fp, sp, lr} 5178: 18596a5b ldmneda r9, {r0, r1, r3, r4, r6, r9, fp, sp, lr}^ 517c: 29005c89 stmcsdb r0, {r0, r3, r7, sl, fp, ip, lr} 5180: 201fd101 andcss sp, pc, r1, lsl #2 5184: 0600e7e6 streq lr, [r0], -r6, ror #15 5188: b0001600 andlt r1, r0, r0, lsl #12 518c: 46c04770 undefined 5190: 000003aa andeq r0, r0, sl, lsr #7 5194: 00008680 andeq r8, r0, r0, lsl #13 5198: 0000015c andeq r0, r0, ip, asr r1 519c: b081b5f1 strltd fp, [r1], r1 51a0: 68409801 stmvsda r0, {r0, fp, ip, pc}^ 51a4: 98017806 stmlsda r1, {r1, r2, fp, ip, sp, lr} 51a8: 880468c0 stmhida r4, {r6, r7, fp, sp, lr} 51ac: 46691c37 undefined 51b0: f7fd1c30 undefined 51b4: 1c05fab5 stcne 10, cr15, [r5], {181} 51b8: db182800 blle 0x60f1c0 51bc: 88004668 stmhida r0, {r3, r5, r6, r9, sl, lr} 51c0: d0142800 andles r2, r4, r0, lsl #16 51c4: 88014668 stmhida r1, {r3, r5, r6, r9, sl, lr} 51c8: f7fc1c20 ldrnvb r1, [ip, r0, lsr #24]! 51cc: 2800ff35 stmcsda r0, {r0, r2, r4, r5, r8, r9, sl, fp, ip, sp, lr, pc} 51d0: 1c20db61 stcne 11, cr13, [r0], #-388 51d4: fbe8f7fd blx 0xffa431d2 51d8: 98011c01 stmlsda r1, {r0, sl, fp, ip} 51dc: 78036880 stmvcda r3, {r7, fp, sp, lr} 51e0: 88024668 stmhida r2, {r3, r5, r6, r9, sl, lr} 51e4: f7fd1c38 undefined 51e8: 1c05facf stcne 10, cr15, [r5], {207} 51ec: 2101e00a tstcs r1, sl 51f0: f7fc1c20 ldrnvb r1, [ip, r0, lsr #24]! 51f4: 2800ff21 stmcsda r0, {r0, r5, r8, r9, sl, fp, ip, sp, lr, pc} 51f8: 1c20db4d stcne 11, cr13, [r0], #-308 51fc: fbd4f7fd blx 0xff5431fa 5200: 70012100 andvc r2, r1, r0, lsl #2 5204: d13a2d40 teqle sl, r0, asr #26 5208: d2382e0a eorles r2, r8, #160 ; 0xa0 520c: 49454846 stmmidb r5, {r1, r2, r6, fp, lr}^ 5210: 2000180c andcs r1, r0, ip, lsl #16 5214: 28005e20 stmcsda r0, {r5, r9, sl, fp, ip, lr} 5218: 2000da01 andcs sp, r0, r1, lsl #20 521c: 27008020 strcs r8, [r0, -r0, lsr #32] 5220: 1c7fe004 ldcnel 0, cr14, [pc], #-16 5224: 0e3f063f cfmsuba32eq mvax1, mvax0, mvfx15, mvfx15 5228: d2282f03 eorle r2, r8, #12 ; 0xc 522c: 1c407920 mcrrne 9, 2, r7, r0, cr0 5230: 06007120 streq r7, [r0], -r0, lsr #2 5234: 28040e00 stmcsda r4, {r9, sl, fp} 5238: 2001d101 andcs sp, r1, r1, lsl #2 523c: 79207120 stmvcdb r0!, {r5, r8, ip, sp, lr} 5240: ff84f7ff swinv 0x0084f7ff 5244: d1ec2800 mvnle r2, r0, lsl #16 5248: 1c304d14 ldcne 13, cr4, [r0], #-80 524c: 70a8300a adcvc r3, r8, sl 5250: 1c2170ee stcne 0, cr7, [r1], #-952 5254: b4031c28 strlt r1, [r3], #-3112 5258: 79222301 stmvcdb r2!, {r0, r8, r9, sp} 525c: 200a2105 andcs r2, sl, r5, lsl #2 5260: 682d692d stmvsda sp!, {r0, r2, r3, r5, r8, fp, sp, lr} 5264: 682d6a6d stmvsda sp!, {r0, r2, r3, r5, r6, r9, fp, sp, lr} 5268: ffc8f011 swinv 0x00c8f011 526c: f7ff7920 ldrnvb r7, [pc, r0, lsr #18]! 5270: 1c05ff6d stcne 15, cr15, [r5], {109} 5274: 2820b002 stmcsda r0!, {r1, ip, sp, pc} 5278: 2001d101 andcs sp, r1, r1, lsl #2 527c: 98017160 stmlsda r1, {r5, r6, r8, ip, sp, lr} 5280: 70056800 andvc r6, r5, r0, lsl #16 5284: da052d00 ble 0x15068c 5288: 43c02005 bicmi r2, r0, #5 ; 0x5 528c: db014285 blle 0x55ca8 5290: e0001c28 and r1, r0, r8, lsr #24 5294: f7fc2000 ldrnvb r2, [ip, r0]! 5298: 46c0fecb strmib pc, [r0], fp, asr #29 529c: 0000015c andeq r0, r0, ip, asr r1 52a0: 1c04b510 cfstr32ne mvfx11, [r4], {16} 52a4: 78006840 stmvcda r0, {r6, fp, sp, lr} 52a8: ff50f7ff swinv 0x0050f7ff 52ac: 70086821 andvc r6, r8, r1, lsr #16 52b0: 0000e648 andeq lr, r0, r8, asr #12 52b4: 6804b5f0 stmvsda r4, {r4, r5, r6, r7, r8, sl, ip, sp, pc} 52b8: 780d6841 stmvcda sp, {r0, r6, fp, sp, lr} 52bc: 88066880 stmhida r6, {r7, fp, sp, lr} 52c0: f7fd1c30 undefined 52c4: 4917fb71 ldmmidb r7, {r0, r4, r5, r6, r8, r9, fp, ip, sp, lr, pc} 52c8: 4356220a cmpmi r6, #-1610612736 ; 0xa0000000 52cc: 19926aca ldmneib r2, {r1, r3, r6, r7, r9, fp, sp, lr} 52d0: 4a158896 bmi 0x567530 52d4: 2100188f smlabbcs r0, pc, r8, r1 52d8: 29005e79 stmcsdb r0, {r0, r3, r4, r5, r6, r9, sl, fp, ip, lr} 52dc: 2100da01 tstcs r0, r1, lsl #20 52e0: 1c398039 ldcne 0, cr8, [r9], #-228 52e4: 2300b403 tstcs r0, #50331648 ; 0x3000000 52e8: 06311c2a ldreqt r1, [r1], -sl, lsr #24 52ec: 200a0e09 andcs r0, sl, r9, lsl #28 52f0: 692d4d88 stmvsdb sp!, {r3, r7, r8, sl, fp, lr} 52f4: 6a6d682d bvs 0x1b5f3b0 52f8: f011682d andnvs r6, r1, sp, lsr #16 52fc: 2000ff7f andcs pc, r0, pc, ror pc 5300: b0025e38 andlt r5, r2, r8, lsr lr 5304: d1042801 tstle r4, r1, lsl #16 5308: 70202020 eorvc r2, r0, r0, lsr #32 530c: 71782001 cmnvc r8, r1 5310: 4906e005 stmmidb r6, {r0, r2, sp, lr, pc} 5314: d1014288 smlabble r1, r8, r2, r4 5318: 43c0201f bicmi r2, r0, #31 ; 0x1f 531c: f7fd7020 ldrnvb r7, [sp, r0, lsr #32]! 5320: 0000f807 andeq pc, r0, r7, lsl #16 5324: 00008680 andeq r8, r0, r0, lsl #13 5328: 000002b2 streqh r0, [r0], -r2 532c: ffff9400 swinv 0x00ff9400 5330: 43c02001 bicmi r2, r0, #1 ; 0x1 5334: 00004770 andeq r4, r0, r0, ror r7 5338: 4976b410 ldmmidb r6!, {r4, sl, ip, sp, pc}^ 533c: 6a8a6909 bvs 0xfe29f768 5340: 6a8b6a52 bvs 0xfe2dfc90 5344: 7e9b6a5b mrcvc 10, 4, r6, cr11, cr11, {2} 5348: 431c2410 tstmi ip, #268435456 ; 0x10000000 534c: 68007694 stmvsda r0, {r2, r4, r7, r9, sl, ip, sp, lr} 5350: 6a496a89 bvs 0x125fd7c 5354: 78093121 stmvcda r9, {r0, r5, r8, ip, sp} 5358: 43514a02 cmpmi r1, #8192 ; 0x2000 535c: 20006001 andcs r6, r0, r1 5360: 4770bc10 undefined 5364: 0000ea60 andeq lr, r0, r0, ror #20 5368: b09bb5f0 ldrltsh fp, [fp], r0 536c: 68051c04 stmvsda r5, {r2, sl, fp, ip} 5370: 68a14668 stmvsia r1!, {r3, r5, r6, r9, sl, lr} 5374: 80818809 addhi r8, r1, r9, lsl #16 5378: 880068e0 stmhida r0, {r5, r6, r7, fp, sp, lr} 537c: 28419000 stmcsda r1, {ip, pc}^ 5380: 2100d30d tstcs r0, sp, lsl #6 5384: 88006920 stmhida r0, {r5, r8, fp, sp, lr} 5388: fe56f7fc mrc2 7, 2, pc, cr6, cr12, {7} 538c: 20007028 andcs r7, r0, r8, lsr #32 5390: 28005628 stmcsda r0, {r3, r5, r9, sl, ip, lr} 5394: 2012db62 andcss sp, r2, r2, ror #22 5398: 702843c0 eorvc r4, r8, r0, asr #7 539c: 6860e05d stmvsda r0!, {r0, r2, r3, r4, r6, sp, lr, pc}^ 53a0: f7fd8800 ldrnvb r8, [sp, r0, lsl #16]! 53a4: 6060fb01 rsbvs pc, r0, r1, lsl #22 53a8: aa132300 bge 0x4cdfb0 53ac: 20901c01 addcss r1, r0, r1, lsl #24 53b0: 69364e58 ldmvsdb r6!, {r3, r4, r6, r9, sl, fp, lr} 53b4: 6a766936 bvs 0x1d9f894 53b8: f0116836 andnvs r6, r1, r6, lsr r8 53bc: 1c07ff1d stcne 15, cr15, [r7], {29} 53c0: 023626ff eoreqs r2, r6, #267386880 ; 0xff00000 53c4: d13b4230 teqle fp, r0, lsr r2 53c8: 46694668 strmibt r4, [r9], -r8, ror #12 53cc: 81018889 smlabbhi r1, r9, r8, r8 53d0: aa02466b bge 0x96d84 53d4: 3114a913 tstcc r4, r3, lsl r9 53d8: 4f4e2094 swimi 0x004e2094 53dc: 693f693f ldmvsdb pc!, {r0, r1, r2, r3, r4, r5, r8, fp, sp, lr} 53e0: 683f6a7f ldmvsda pc!, {r0, r1, r2, r3, r4, r5, r6, r9, fp, sp, lr} 53e4: ff06f011 swinv 0x0006f011 53e8: 42301c07 eormis r1, r0, #1792 ; 0x700 53ec: 4668d128 strmibt sp, [r8], -r8, lsr #2 53f0: 88096921 stmhida r9, {r0, r5, r8, fp, sp, lr} 53f4: 99008081 stmlsdb r0, {r0, r7, pc} 53f8: 0c090409 cfstrseq mvf0, [r9], {9} 53fc: f7fc8880 ldrnvb r8, [ip, r0, lsl #17]! 5400: 1c06fe1b stcne 14, cr15, [r6], {27} 5404: da0c2800 ble 0x30f40c 5408: 22002300 andcs r2, r0, #0 ; 0x0 540c: 20922100 addcss r2, r2, r0, lsl #2 5410: 69244c40 stmvsdb r4!, {r6, sl, fp, lr} 5414: 6a646924 bvs 0x191f8ac 5418: f0116824 andnvs r6, r1, r4, lsr #16 541c: 1c30fef1 ldcne 14, cr15, [r0], #-964 5420: 4668e01c undefined 5424: f7fd8880 ldrnvb r8, [sp, r0, lsl #17]! 5428: 6120fabf strvsh pc, [r0, -pc]! 542c: a9029800 stmgedb r2, {fp, ip, pc} 5430: 69221c89 stmvsdb r2!, {r0, r3, r7, sl, fp, ip} 5434: d0032800 andle r2, r3, r0, lsl #16 5438: 5c0b1e40 stcpl 14, cr1, [fp], {64} 543c: d1fb5413 mvnles r5, r3, lsl r4 5440: 70280a38 eorvc r0, r8, r8, lsr sl 5444: 22002300 andcs r2, r0, #0 ; 0x0 5448: 20922100 addcss r2, r2, r0, lsl #2 544c: 69244c31 stmvsdb r4!, {r0, r4, r5, sl, fp, lr} 5450: 6a646924 bvs 0x191f8e8 5454: f0116824 andnvs r6, r1, r4, lsr #16 5458: 2000fed3 ldrcsd pc, [r0], -r3 545c: f7fcb01b undefined 5460: 0000ff68 andeq pc, r0, r8, ror #30 5464: b09bb5f0 ldrltsh fp, [fp], r0 5468: 68051c04 stmvsda r5, {r2, sl, fp, ip} 546c: 68a14668 stmvsia r1!, {r3, r5, r6, r9, sl, lr} 5470: 80818809 addhi r8, r1, r9, lsl #16 5474: 88006860 stmhida r0, {r5, r6, fp, sp, lr} 5478: fa96f7fd blx 0xfe5c3474 547c: 68e06060 stmvsia r0!, {r5, r6, sp, lr}^ 5480: 1c308806 ldcne 8, cr8, [r0], #-24 5484: fa90f7fd blx 0xfe443480 5488: 200a60e0 andcs r6, sl, r0, ror #1 548c: 48224346 stmmida r2!, {r1, r2, r6, r8, r9, lr} 5490: 19806ac0 stmneib r0, {r6, r7, r9, fp, sp, lr} 5494: 90008880 andls r8, r0, r0, lsl #17 5498: d3032841 tstle r3, #4259840 ; 0x410000 549c: 43c02012 bicmi r2, r0, #18 ; 0x12 54a0: e0337028 eors r7, r3, r8, lsr #32 54a4: 23004e1b tstcs r0, #432 ; 0x1b0 54a8: 6861aa13 stmvsda r1!, {r0, r1, r4, r9, fp, sp, pc}^ 54ac: 69372090 ldmvsdb r7!, {r4, r7, sp} 54b0: 6a7f693f bvs 0x1fdf9b4 54b4: f011683f andnvs r6, r1, pc, lsr r8 54b8: 21fffe9d ldrcsb pc, [pc, #237] ; 0x55ad 54bc: 42080209 andmi r0, r8, #-1879048192 ; 0x90000000 54c0: 4668d118 undefined 54c4: 88894669 stmhiia r9, {r0, r3, r5, r6, r9, sl, lr} 54c8: 98008101 stmlsda r0, {r0, r8, pc} 54cc: aa0268e1 bge 0x9f858 54d0: 28001c92 stmcsda r0, {r1, r4, r7, sl, fp, ip} 54d4: 1e40d003 cdpne 0, 4, cr13, cr0, cr3, {0} 54d8: 54135c0b ldrpl r5, [r3], #-3083 54dc: 466bd1fb undefined 54e0: a913aa02 ldmgedb r3, {r1, r9, fp, sp, pc} 54e4: 20953114 addcss r3, r5, r4, lsl r1 54e8: 69246934 stmvsdb r4!, {r2, r4, r5, r8, fp, sp, lr} 54ec: 68246a64 stmvsda r4!, {r2, r5, r6, r9, fp, sp, lr} 54f0: fe86f011 mcr2 0, 4, pc, cr6, cr1, {0} 54f4: 70280a00 eorvc r0, r8, r0, lsl #20 54f8: 22002300 andcs r2, r0, #0 ; 0x0 54fc: 20922100 addcss r2, r2, r0, lsl #2 5500: 69246934 stmvsdb r4!, {r2, r4, r5, r8, fp, sp, lr} 5504: 68246a64 stmvsda r4!, {r2, r5, r6, r9, fp, sp, lr} 5508: fe7af011 mrc2 0, 3, pc, cr10, cr1, {0} 550c: b01b2000 andlts r2, fp, r0 5510: ff0ff7fc swinv 0x000ff7fc 5514: 0000015c andeq r0, r0, ip, asr r1 5518: 00008680 andeq r8, r0, r0, lsl #13 551c: 49c7b5f0 stmmiib r7, {r4, r5, r6, r7, r8, sl, ip, sp, pc}^ 5520: 4cbd6008 ldcmi 0, cr6, [sp], #32 5524: 6020483e eorvs r4, r0, lr, lsr r8 5528: 6060483e rsbvs r4, r0, lr, lsr r8 552c: 1825483f stmneda r5!, {r0, r1, r2, r3, r4, r5, fp, lr} 5530: 72a82000 adcvc r2, r8, #0 ; 0x0 5534: 210048c0 smlabtcs r0, r0, r8, r4 5538: 20005421 andcs r5, r0, r1, lsr #8 553c: 2300493c tstcs r0, #983040 ; 0xf0000 5540: 18a20082 stmneia r2!, {r1, r7} 5544: 1c405453 cfstrdne mvd5, [r0], {83} 5548: 0e000600 cfmadd32eq mvax0, mvfx0, mvfx0, mvfx0 554c: d3f72803 mvnles r2, #196608 ; 0x30000 5550: fc30f00f ldc2 0, cr15, [r0], #-60 5554: f8e0f00b stmnvia r0!, {r0, r1, r3, ip, sp, lr, pc}^ 5558: 182048b0 stmneda r0!, {r4, r5, r7, fp, lr} 555c: 70012111 andvc r2, r1, r1, lsl r1 5560: 70412100 subvc r2, r1, r0, lsl #2 5564: 70c16041 sbcvc r6, r1, r1, asr #32 5568: 52a14a2f adcpl r4, r1, #192512 ; 0x2f000 556c: 52a14a31 adcpl r4, r1, #200704 ; 0x31000 5570: 7001210b andvc r2, r1, fp, lsl #2 5574: 72012101 andvc r2, r1, #1073741824 ; 0x40000000 5578: 482f71a9 stmmida pc!, {r0, r3, r5, r7, r8, ip, sp, lr} 557c: 70411820 subvc r1, r1, r0, lsr #16 5580: 26002100 strcs r2, [r0], -r0, lsl #2 5584: 434a221f cmpmi sl, #-268435455 ; 0xf0000001 5588: 33231c23 teqcc r3, #8960 ; 0x2300 558c: 1c49549e cfstrdne mvd5, [r9], {158} 5590: 0e090609 cfmadd32eq mvax0, mvfx0, mvfx9, mvfx9 5594: d3f5291e mvnles r2, #491520 ; 0x78000 5598: 7006712e andvc r7, r6, lr, lsr #2 559c: 49272000 stmmidb r7!, {sp} 55a0: 27071861 strcs r1, [r7, -r1, ror #16] 55a4: 4343232f cmpmi r3, #-1140850688 ; 0xbc000000 55a8: 4b25469c blmi 0x957020 55ac: 18d24a9a ldmneia r2, {r1, r3, r4, r7, r9, fp, lr}^ 55b0: 1e7f4462 cdpne 4, 7, cr4, cr15, cr2, {3} 55b4: d1fc55d6 ldrlesb r5, [ip, #86]! 55b8: 3b242710 blcc 0x90f200 55bc: 18d24a96 ldmneia r2, {r1, r2, r4, r7, r9, fp, lr}^ 55c0: 1e7f4462 cdpne 4, 7, cr4, cr15, cr2, {3} 55c4: d1fc55d6 ldrlesb r5, [ip, #86]! 55c8: 33102704 tstcc r0, #1048576 ; 0x100000 55cc: 18d24a92 ldmneia r2, {r1, r4, r7, r9, fp, lr}^ 55d0: 1e7f4462 cdpne 4, 7, cr4, cr15, cr2, {3} 55d4: d1fc55d6 ldrlesb r5, [ip, #86]! 55d8: 1d1b2710 ldcne 7, cr2, [fp, #-64] 55dc: 18d24a8e ldmneia r2, {r1, r2, r3, r7, r9, fp, lr}^ 55e0: 1e7f4462 cdpne 4, 7, cr4, cr15, cr2, {3} 55e4: d1fc55d6 ldrlesb r5, [ip, #86]! 55e8: 4342222f cmpmi r2, #-268435454 ; 0xf0000002 55ec: 548b23ff strpl r2, [fp], #1023 55f0: 549e1c4b ldrpl r1, [lr], #3147 55f4: 549e1c8b ldrpl r1, [lr], #3211 55f8: 06001c40 streq r1, [r0], -r0, asr #24 55fc: 28040e00 stmcsda r4, {r9, sl, fp} 5600: 2102d3cf smlabtcs r2, pc, r3, sp 5604: 18204887 stmneda r0!, {r0, r1, r2, r7, fp, lr} 5608: f954f00b ldmnvdb r4, {r0, r1, r3, ip, sp, lr, pc}^ 560c: f94cf00b stmnvdb ip, {r0, r1, r3, ip, sp, lr, pc}^ 5610: fdf8f00b ldc2l 0, cr15, [r8, #44]! 5614: 54264886 strplt r4, [r6], #-2182 5618: 706e702e rsbvc r7, lr, lr, lsr #32 561c: ffd6f000 swinv 0x00d6f000 5620: 00107fc5 andeqs r7, r0, r5, asr #31 5624: 00108169 andeqs r8, r0, r9, ror #2 5628: 0000086e andeq r0, r0, lr, ror #16 562c: 0000075d andeq r0, r0, sp, asr r7 5630: 00000ba8 andeq r0, r0, r8, lsr #23 5634: 0000076c andeq r0, r0, ip, ror #14 5638: 0000047f andeq r0, r0, pc, ror r4 563c: 000003d5 ldreqd r0, [r0], -r5 5640: 000003ce andeq r0, r0, lr, asr #7 5644: 4d74b5f3 cfldr64mi mvdx11, [r4, #-972]! 5648: 182c4874 stmneda ip!, {r2, r4, r5, r6, fp, lr} 564c: fe24f000 cdp2 0, 2, cr15, cr4, cr0, {0} 5650: d1092800 tstle r9, r0, lsl #16 5654: 70202011 eorvc r2, r0, r1, lsl r0 5658: 70602000 rsbvc r2, r0, r0 565c: 70e06060 rscvc r6, r0, r0, rrx 5660: 219668e0 orrcss r6, r6, r0, ror #17 5664: 80010209 andhi r0, r1, r9, lsl #4 5668: f82af001 stmnvda sl!, {r0, ip, sp, lr, pc} 566c: 182f486c stmneda pc!, {r2, r3, r5, r6, fp, lr} 5670: f936f00b ldmnvdb r6!, {r0, r1, r3, ip, sp, lr, pc} 5674: 782071b8 stmvcda r0!, {r3, r4, r5, r7, r8, ip, sp, lr} 5678: d12c2811 teqle ip, r1, lsl r8 567c: 496979b8 stmmidb r9!, {r3, r4, r5, r7, r8, fp, ip, sp, lr}^ 5680: 4969186e stmmidb r9!, {r1, r2, r3, r5, r6, fp, ip}^ 5684: 7a221869 bvc 0x88b830 5688: d0042a00 andle r2, r4, r0, lsl #20 568c: d0082a01 andle r2, r8, r1, lsl #20 5690: d0132a02 andles r2, r3, r2, lsl #20 5694: 2000e01f andcs lr, r0, pc, lsl r0 5698: 71f87038 mvnvcs r7, r8, lsr r0 569c: f8fcf00b ldmnvia ip!, {r0, r1, r3, ip, sp, lr, pc}^ 56a0: 2800e019 stmcsda r0, {r0, r3, r4, sp, lr, pc} 56a4: 2000d017 andcs sp, r0, r7, lsl r0 56a8: 20027008 andcs r7, r2, r8 56ac: 72207038 eorvc r7, r0, #56 ; 0x38 56b0: fa90f00b blx 0xfe4416e4 56b4: f908f00b stmnvdb r8, {r0, r1, r3, ip, sp, lr, pc} 56b8: e0092101 and r2, r9, r1, lsl #2 56bc: d10a2800 tstle sl, r0, lsl #16 56c0: 70382001 eorvcs r2, r8, r1 56c4: 20007220 andcs r7, r0, r0, lsr #4 56c8: f00b7008 andnv r7, fp, r8 56cc: 2102f901 tstcsp r2, r1, lsl #18 56d0: f00b1c30 andnv r1, fp, r0, lsr ip 56d4: 4855f8ef ldmmida r5, {r0, r1, r2, r3, r5, r6, r7, fp, ip, sp, lr, pc}^ 56d8: 54292100 strplt r2, [r9], #-256 56dc: 182c4854 stmneda ip!, {r2, r4, r6, fp, lr} 56e0: 07c07878 undefined 56e4: 7878d524 ldmvcda r8!, {r2, r5, r8, sl, ip, lr, pc}^ 56e8: 400121fe strmid r2, [r1], -lr 56ec: 78f87079 ldmvcia r8!, {r0, r3, r4, r5, r6, ip, sp, lr}^ 56f0: d0062801 andle r2, r6, r1, lsl #16 56f4: d00d2802 andle r2, sp, r2, lsl #16 56f8: d0122803 andles r2, r2, r3, lsl #16 56fc: d0132804 andles r2, r3, r4, lsl #16 5700: f00be016 andnv lr, fp, r6, lsl r0 5704: 2002fda9 andcs pc, r2, r9, lsr #27 5708: 787870f8 ldmvcda r8!, {r3, r4, r5, r6, r7, ip, sp, lr}^ 570c: 43012101 tstmi r1, #1073741824 ; 0x40000000 5710: e00d7079 and r7, sp, r9, ror r0 5714: 18284847 stmneda r8!, {r0, r1, r2, r6, fp, lr} 5718: fe1af00b wxornv wr15, wr10, wr11 571c: 70202001 eorvc r2, r0, r1 5720: f000e009 andnv lr, r0, r9 5724: e003ff31 and pc, r3, r1, lsr pc 5728: 70202000 eorvc r2, r0, r0 572c: fea2f00b cdp2 0, 10, cr15, cr2, cr11, {0} 5730: 28007820 stmcsda r0, {r5, fp, ip, sp, lr} 5734: f000d001 andnv sp, r0, r1 5738: 483fff55 ldmmida pc!, {r0, r2, r4, r6, r8, r9, sl, fp, ip, sp, lr, pc} 573c: 7821182c stmvcda r1!, {r2, r3, r5, fp, ip} 5740: 18283841 stmneda r8!, {r0, r6, fp, ip, sp} 5744: 29009001 stmcsdb r0, {r0, ip, pc} 5748: 9801d004 stmlsda r1, {r2, ip, lr, pc} 574c: f848f00f stmnvda r8, {r0, r1, r2, r3, ip, sp, lr, pc}^ 5750: 70202000 eorvc r2, r0, r0 5754: 90002000 andls r2, r0, r0 5758: 182c482d stmneda ip!, {r0, r2, r3, r5, fp, lr} 575c: f00f4e37 andnv r4, pc, r7, lsr lr 5760: 2801fb19 stmcsda r1, {r0, r3, r4, r8, r9, fp, ip, sp, lr, pc} 5764: 6a806830 bvs 0xfe01f82c 5768: d1146a40 tstle r4, r0, asr #20 576c: 21013020 tstcs r1, r0, lsr #32 5770: f00f7001 andnv r7, pc, r1 5774: 2801fa77 stmcsda r1, {r0, r1, r2, r4, r5, r6, r9, fp, ip, sp, lr, pc} 5778: 2140d12f cmpcs r0, pc, lsr #2 577c: f00e1c20 andnv r1, lr, r0, lsr #24 5780: 9000fff1 strlsd pc, [r0], -r1 5784: 71382001 teqvc r8, r1 5788: 6a806830 bvs 0xfe01f850 578c: 30206a40 eorcc r6, r0, r0, asr #20 5790: 70012102 andvc r2, r1, r2, lsl #2 5794: 3020e021 eorcc lr, r0, r1, lsr #32 5798: 70012100 andvc r2, r1, r0, lsl #2 579c: fb56f00f blx 0x15c17e2 57a0: 28017938 stmcsda r1, {r3, r4, r5, r8, fp, ip, sp, lr} 57a4: 2000d119 andcs sp, r0, r9, lsl r1 57a8: f00f7138 andnv r7, pc, r8, lsr r1 57ac: e010fad5 ldrsb pc, [r0], -r5 57b0: 466b7020 strmibt r7, [fp], -r0, lsr #32 57b4: 182a4817 stmneda sl!, {r0, r1, r2, r4, fp, lr} 57b8: 20841c21 addcs r1, r4, r1, lsr #24 57bc: 693f6837 ldmvsdb pc!, {r0, r1, r2, r4, r5, fp, sp, lr} 57c0: 683f6a7f ldmvsda pc!, {r0, r1, r2, r3, r4, r5, r6, r9, fp, sp, lr} 57c4: fd16f011 ldc2 0, cr15, [r6, #-68] 57c8: f00f7820 andnv r7, pc, r0, lsr #16 57cc: f00ffab3 strnvh pc, [pc], -r3 57d0: 21fffacb mvncss pc, fp, asr #21 57d4: 42080209 andmi r0, r8, #-1879048192 ; 0x90000000 57d8: 9800d0ea stmlsda r0, {r1, r3, r5, r6, r7, ip, lr, pc} 57dc: d0112800 andles r2, r1, r0, lsl #16 57e0: 04009800 streq r9, [r0], #-2048 57e4: b4010c00 strlt r0, [r1], #-3072 57e8: aa012301 bge 0x4e3f4 57ec: 1c209902 stcne 9, cr9, [r0], #-8 57f0: f830f000 ldmnvda r0!, {ip, sp, lr, pc} 57f4: b0019801 andlt r9, r1, r1, lsl #16 57f8: d0032800 andle r2, r3, r0, lsl #16 57fc: 98019900 stmlsda r1, {r8, fp, ip, pc} 5800: ffeef00e swinv 0x00eef00e 5804: f850f00b ldmnvda r0, {r0, r1, r3, ip, sp, lr, pc}^ 5808: bc01bcfc stclt 12, cr11, [r1], {252} 580c: 46c04700 strmib r4, [r0], r0, lsl #14 5810: 00000695 muleq r0, r5, r6 5814: 00000697 muleq r0, r7, r6 5818: 00008a54 andeq r8, r0, r4, asr sl 581c: 00000bb4 streqh r0, [r0], -r4 5820: 00000763 andeq r0, r0, r3, ror #14 5824: 0000076e andeq r0, r0, lr, ror #14 5828: 00000505 andeq r0, r0, r5, lsl #10 582c: 00000486 andeq r0, r0, r6, lsl #9 5830: 00000979 andeq r0, r0, r9, ror r9 5834: 0000097a andeq r0, r0, sl, ror r9 5838: 0000071a andeq r0, r0, sl, lsl r7 583c: 00009624 andeq r9, r0, r4, lsr #12 5840: f00fb500 andnv fp, pc, r0, lsl #10 5844: f00bfb0b andnv pc, fp, fp, lsl #22 5848: f00bfe15 andnv pc, fp, r5, lsl lr 584c: bc01fb65 stclt 11, cr15, [r1], {101} 5850: 00004700 andeq r4, r0, r0, lsl #14 5854: 1c04b5fb cfstr32ne mvfx11, [r4], {251} 5858: 1c161c0d ldcne 12, cr1, [r6], {13} 585c: 8c014668 stchi 6, cr4, [r1], {104} 5860: 08427a00 stmeqda r2, {r9, fp, ip, sp, lr}^ 5864: 0092483f addeqs r4, r2, pc, lsr r8 5868: 189a4b3f ldmneia sl, {r0, r1, r2, r3, r4, r5, r8, r9, fp, lr} 586c: 90001810 andls r1, r0, r0, lsl r8 5870: 207f2780 rsbcss r2, pc, r0, lsl #15 5874: 78129a00 ldmvcda r2, {r9, fp, ip, pc} 5878: d14e2a00 cmple lr, r0, lsl #20 587c: 68134a3b ldmvsda r3, {r0, r1, r3, r4, r5, r9, fp, lr} 5880: 40107822 andmis r7, r0, r2, lsr #16 5884: 2801d01b stmcsda r1, {r0, r1, r3, r4, ip, lr, pc} 5888: 2802d002 stmcsda r2, {r1, ip, lr, pc} 588c: e041d037 sub sp, r1, r7, lsr r0 5890: 7a004668 bvc 0x17238 5894: 1c33b403 cfldrsne mvf11, [r3], #-12 5898: 1c611caa stcnel 12, cr1, [r1], #-680 589c: f0007860 andnv r7, r0, r0, ror #16 58a0: a902f867 stmgedb r2, {r0, r1, r2, r5, r6, fp, ip, sp, lr, pc} 58a4: 78208088 stmvcda r0!, {r3, r7, pc} 58a8: 4238b002 eormis fp, r8, #2 ; 0x2 58ac: 2000d01e andcs sp, r0, lr, lsl r0 58b0: 98007030 stmlsda r0, {r4, r5, ip, sp, lr} 58b4: 78499900 stmvcda r9, {r8, fp, ip, pc}^ 58b8: 7047430f subvc r4, r7, pc, lsl #6 58bc: 7830e04d ldmvcda r0!, {r0, r2, r3, r6, sp, lr, pc} 58c0: 70301e40 eorvcs r1, r0, r0, asr #28 58c4: 42387820 eormis r7, r8, #2097152 ; 0x200000 58c8: 1c32d008 ldcne 0, cr13, [r2], #-32 58cc: 1c202100 stfnes f2, [r0] 58d0: 6a5b6a5b bvs 0x16e0244 58d4: f011691b andnvs r6, r1, fp, lsl r9 58d8: e03efc8b eors pc, lr, fp, lsl #25 58dc: 1ca91c32 stcne 12, cr1, [r9], #200 58e0: 6a5b1c20 bvs 0x16cc968 58e4: 691b6a5b ldmvsdb fp, {r0, r1, r3, r4, r6, r9, fp, sp, lr} 58e8: fc82f011 stc2 0, cr15, [r2], {17} 58ec: 28007830 stmcsda r0, {r4, r5, fp, ip, sp, lr} 58f0: 1c80d033 stcne 0, cr13, [r0], {51} 58f4: 20027030 andcs r7, r2, r0, lsr r0 58f8: 78607028 stmvcda r0!, {r3, r5, ip, sp, lr}^ 58fc: 7860e02c stmvcda r0!, {r2, r3, r5, sp, lr, pc}^ 5900: d2072814 andle r2, r7, #1310720 ; 0x140000 5904: 21001c32 tstcs r0, r2, lsr ip 5908: 6a5b1c20 bvs 0x16cc990 590c: 691b6a5b ldmvsdb fp, {r0, r1, r3, r4, r6, r9, fp, sp, lr} 5910: fc6ef011 stc2l 0, cr15, [lr], #-68 5914: 70302000 eorvcs r2, r0, r0 5918: 9a00e01f bls 0x3d99c 591c: 40107852 andmis r7, r0, r2, asr r8 5920: d11a2801 tstle sl, r1, lsl #16 5924: 7a004668 bvc 0x172cc 5928: 1c33b403 cfldrsne mvf11, [r3], #-12 592c: 1c211caa stcne 12, cr1, [r1], #-680 5930: 78c09802 stmvcia r0, {r1, fp, ip, pc}^ 5934: f81cf000 ldmnvda ip, {ip, sp, lr, pc} 5938: 8088a902 addhi sl, r8, r2, lsl #18 593c: 78409802 stmvcda r0, {r1, fp, ip, pc}^ 5940: 4238b002 eormis fp, r8, #2 ; 0x2 5944: 7830d1e6 ldmvcda r0!, {r1, r2, r5, r6, r7, r8, ip, lr, pc} 5948: d0062800 andle r2, r6, r0, lsl #16 594c: 70301c80 eorvcs r1, r0, r0, lsl #25 5950: 70282002 eorvc r2, r8, r2 5954: 78c09800 stmvcia r0, {fp, ip, pc}^ 5958: 46687068 strmibt r7, [r8], -r8, rrx 595c: f0028880 andnv r8, r2, r0, lsl #17 5960: 0000f96d andeq pc, r0, sp, ror #18 5964: 00000ba8 andeq r0, r0, r8, lsr #23 5968: 00008a54 andeq r8, r0, r4, asr sl 596c: 00009624 andeq r9, r0, r4, lsr #12 5970: b089b5f3 strltd fp, [r9], r3 5974: 1c1d1c14 ldcne 12, cr1, [sp], {20} 5978: 7806a810 stmvcda r6, {r4, fp, sp, pc} 597c: 48db0871 ldmmiia fp, {r0, r4, r5, r6, fp}^ 5980: 18104adb ldmneda r0, {r0, r1, r3, r4, r6, r7, r9, fp, lr} 5984: 48db9002 ldmmiia fp, {r1, ip, pc}^ 5988: aa091810 bge 0x24b9d0 598c: 3a807812 bcc 0xfe0239dc 5990: d9002a24 stmledb r0, {r2, r5, r9, fp, sp} 5994: a302e078 tstge r2, #120 ; 0x78 5998: 5a9b0052 bpl 0xfe6c5ae8 599c: 46c0449f undefined 59a0: 004a0258 subeq r0, sl, r8, asr r2 59a4: 00ea0294 smlaleq r0, sl, r4, r2 59a8: 031e0228 tsteq lr, #-2147483646 ; 0x80000002 59ac: 03ca0370 biceq r0, sl, #-1073741823 ; 0xc0000001 59b0: 04300418 ldreqt r0, [r0], #-1048 59b4: 019408c4 orreqs r0, r4, r4, asr #17 59b8: 08c401d6 stmeqia r4, {r1, r2, r4, r6, r7, r8}^ 59bc: 08c408c4 stmeqia r4, {r2, r6, r7, fp}^ 59c0: 04b00478 ldreqt r0, [r0], #1144 59c4: 08c404e4 stmeqia r4, {r2, r5, r6, r7, sl}^ 59c8: 05b00508 ldreq r0, [r0, #1288]! 59cc: 063e08c4 ldreqt r0, [lr], -r4, asr #17 59d0: 08c406ba stmeqia r4, {r1, r3, r4, r5, r7, r9, sl}^ 59d4: 071a06f8 undefined 59d8: 08c408c4 stmeqia r4, {r2, r6, r7, fp}^ 59dc: 08c408c4 stmeqia r4, {r2, r6, r7, fp}^ 59e0: 07900774 undefined 59e4: 08c407c2 stmeqia r4, {r1, r6, r7, r8, r9, sl}^ 59e8: 980a0896 stmlsda sl, {r1, r2, r4, r7, fp} 59ec: 90007d40 andls r7, r0, r0, asr #26 59f0: 7d89990a stcvc 9, cr9, [r9, #40] 59f4: 18400209 stmneda r0, {r0, r3, r9}^ 59f8: 990a9000 stmlsdb sl, {ip, pc} 59fc: 04097dc9 streq r7, [r9], #-3529 5a00: 90001840 andls r1, r0, r0, asr #16 5a04: 7e09990a cdpvc 9, 0, cr9, cr9, cr10, {0} 5a08: 18400609 stmneda r0, {r0, r3, r9, sl}^ 5a0c: 22149000 andcss r9, r4, #0 ; 0x0 5a10: 1c49990a mcrrne 9, 0, r9, r9, cr10 5a14: f000a804 andnv sl, r0, r4, lsl #16 5a18: 49b7fd8d ldmmiib r7!, {r0, r2, r3, r7, r8, sl, fp, ip, sp, lr, pc} 5a1c: a8043114 stmgeda r4, {r2, r4, r8, ip, sp} 5a20: fbaef00f blx 0xfebc1a66 5a24: d10d2800 tstle sp, r0, lsl #16 5a28: 311c49b3 ldrcch r4, [ip, -r3] 5a2c: f00fa804 andnv sl, pc, r4, lsl #16 5a30: 2800fba7 stmcsda r0, {r0, r1, r2, r5, r7, r8, r9, fp, ip, sp, lr, pc} 5a34: 49b0d106 ldmmiib r0!, {r1, r2, r8, ip, lr, pc} 5a38: a8043124 stmgeda r4, {r2, r5, r8, ip, sp} 5a3c: fba0f00f blx 0xfe841a82 5a40: d0052800 andle r2, r5, r0, lsl #16 5a44: 2200466b andcs r4, r0, #112197632 ; 0x6b00000 5a48: 1c49990a mcrrne 9, 0, r9, r9, cr10 5a4c: e0042089 and r2, r4, r9, lsl #1 5a50: 2200466b andcs r4, r0, #112197632 ; 0x6b00000 5a54: 1c49990a mcrrne 9, 0, r9, r9, cr10 5a58: 4fa82081 swimi 0x00a82081 5a5c: 693f683f ldmvsdb pc!, {r0, r1, r2, r3, r4, r5, fp, sp, lr} 5a60: 683f6a7f ldmvsda pc!, {r0, r1, r2, r3, r4, r5, r6, r9, fp, sp, lr} 5a64: fbc6f011 blx 0xff1c1ab2 5a68: 0a381c07 beq 0xe0ca8c 5a6c: 70677020 rsbvc r7, r7, r0, lsr #32 5a70: 70282002 eorvc r2, r8, r2 5a74: 020020ff andeq r2, r0, #255 ; 0xff 5a78: d1054207 tstle r5, r7, lsl #4 5a7c: d50307f6 strle r0, [r3, #-2038] 5a80: 0e000638 cfmadd32eq mvax1, mvfx0, mvfx0, mvfx8 5a84: f944f00f stmnvdb r4, {r0, r1, r2, r3, ip, sp, lr, pc}^ 5a88: 0088e3ec addeq lr, r8, ip, ror #7 5a8c: 18084998 stmneda r8, {r3, r4, r7, r8, fp, lr} 5a90: 1846499b stmneda r6, {r0, r1, r3, r4, r7, r8, fp, lr}^ 5a94: 29007831 stmcsdb r0, {r0, r4, r5, fp, ip, sp, lr} 5a98: 7828d126 stmvcda r8!, {r1, r2, r5, r8, ip, lr, pc} 5a9c: 90001ec0 andls r1, r0, r0, asr #29 5aa0: 9a0a466b bls 0x297454 5aa4: 990a1c92 stmlsdb sl, {r1, r4, r7, sl, fp, ip} 5aa8: 20831c49 addcs r1, r3, r9, asr #24 5aac: 683f4f93 ldmvsda pc!, {r0, r1, r4, r7, r8, r9, sl, fp, lr} 5ab0: 6a7f693f bvs 0x1fdffb4 5ab4: f011683f andnvs r6, r1, pc, lsr r8 5ab8: 1c07fb9d stcne 11, cr15, [r7], {157} 5abc: 70a09800 adcvc r9, r0, r0, lsl #16 5ac0: 04009800 streq r9, [r0], #-2048 5ac4: 70e00e00 rscvc r0, r0, r0, lsl #28 5ac8: a9117828 ldmgedb r1, {r3, r5, fp, ip, sp, lr} 5acc: 42888809 addmi r8, r8, #589824 ; 0x90000 5ad0: a811d02b ldmgeda r1, {r0, r1, r3, r5, ip, lr, pc} 5ad4: 28008800 stmcsda r0, {fp, pc} 5ad8: 2083d027 addcs sp, r3, r7, lsr #32 5adc: 200170f0 strcsd r7, [r1], -r0 5ae0: 70307070 eorvcs r7, r0, r0, ror r0 5ae4: e01c70b7 ldrh r7, [ip], -r7 5ae8: 91007829 tstls r0, r9, lsr #16 5aec: 9a0a466b bls 0x2974a0 5af0: 18414984 stmneda r1, {r2, r7, r8, fp, lr}^ 5af4: 4f812083 swimi 0x00812083 5af8: 693f683f ldmvsdb pc!, {r0, r1, r2, r3, r4, r5, fp, sp, lr} 5afc: 683f6a7f ldmvsda pc!, {r0, r1, r2, r3, r4, r5, r6, r9, fp, sp, lr} 5b00: fb78f011 blx 0x1e41b4e 5b04: 78e01c07 stmvcia r0!, {r0, r1, r2, sl, fp, ip}^ 5b08: 78a10200 stmvcia r1!, {r9} 5b0c: 98004301 stmlsda r0, {r0, r8, r9, lr} 5b10: 70a01808 adcvc r1, r0, r8, lsl #16 5b14: 0e000400 cfcpyseq mvf0, mvf0 5b18: a81170e0 ldmgeda r1, {r5, r6, r7, ip, sp, lr} 5b1c: 28008800 stmcsda r0, {fp, pc} 5b20: 2000d001 andcs sp, r0, r1 5b24: 2000e39d mulcs r0, sp, r3 5b28: 0a387030 beq 0xe21bf0 5b2c: 70677020 rsbvc r7, r7, r0, lsr #32 5b30: e3962004 orrs r2, r6, #4 ; 0x4 5b34: 7d40980a stcvcl 8, cr9, [r0, #-40] 5b38: 990a9000 stmlsdb sl, {ip, pc} 5b3c: 02097d89 andeq r7, r9, #8768 ; 0x2240 5b40: 90001840 andls r1, r0, r0, asr #16 5b44: 7dc9990a stcvcl 9, cr9, [r9, #40] 5b48: 18400409 stmneda r0, {r0, r3, sl}^ 5b4c: 990a9000 stmlsdb sl, {ip, pc} 5b50: 06097e09 streq r7, [r9], -r9, lsl #28 5b54: 90001840 andls r1, r0, r0, asr #16 5b58: 2200466b andcs r4, r0, #112197632 ; 0x6b00000 5b5c: 1c49990a mcrrne 9, 0, r9, r9, cr10 5b60: 4f66208b swimi 0x0066208b 5b64: 693f683f ldmvsdb pc!, {r0, r1, r2, r3, r4, r5, fp, sp, lr} 5b68: 683f6a7f ldmvsda pc!, {r0, r1, r2, r3, r4, r5, r6, r9, fp, sp, lr} 5b6c: fb42f011 blx 0x10c1bba 5b70: 0a001c07 beq 0xcb94 5b74: 466be77a undefined 5b78: 990a2200 stmlsdb sl, {r9, sp} 5b7c: 208c1c49 addcs r1, ip, r9, asr #24 5b80: 683f4f5e ldmvsda pc!, {r1, r2, r3, r4, r6, r8, r9, sl, fp, lr} 5b84: 6a7f693f bvs 0x1fe0088 5b88: f011683f andnvs r6, r1, pc, lsr r8 5b8c: 1c07fb33 stcne 11, cr15, [r7], {51} 5b90: 70200a00 eorvc r0, r0, r0, lsl #20 5b94: 98007067 stmlsda r0, {r0, r1, r2, r5, r6, ip, sp, lr} 5b98: 980070a0 stmlsda r0, {r5, r7, ip, sp, lr} 5b9c: 0e000400 cfcpyseq mvf0, mvf0 5ba0: 980070e0 stmlsda r0, {r5, r6, r7, ip, sp, lr} 5ba4: 71200c00 teqvc r0, r0, lsl #24 5ba8: 0e009800 cdpeq 8, 0, cr9, cr0, cr0, {0} 5bac: 20067160 andcs r7, r6, r0, ror #2 5bb0: 20ff7028 rsccss r7, pc, r8, lsr #32 5bb4: 42070200 andmi r0, r7, #0 ; 0x0 5bb8: 07f6d105 ldreqb sp, [r6, r5, lsl #2]! 5bbc: 0638d503 ldreqt sp, [r8], -r3, lsl #10 5bc0: f00f0e00 andnv r0, pc, r0, lsl #28 5bc4: e34df8a5 cmpp sp, #10813440 ; 0xa50000 5bc8: d50307f6 strle r0, [r3, #-2038] 5bcc: 7840980a stmvcda r0, {r1, r3, fp, ip, pc}^ 5bd0: f8b0f00f ldmnvia r0!, {r0, r1, r2, r3, ip, sp, lr, pc} 5bd4: 2200466b andcs r4, r0, #112197632 ; 0x6b00000 5bd8: 1c49990a mcrrne 9, 0, r9, r9, cr10 5bdc: 4e472084 cdpmi 0, 4, cr2, cr7, cr4, {4} 5be0: 69366836 ldmvsdb r6!, {r1, r2, r4, r5, fp, sp, lr} 5be4: 68366a76 ldmvsda r6!, {r1, r2, r4, r5, r6, r9, fp, sp, lr} 5be8: fb06f011 blx 0x1c1c36 5bec: 0a001c07 beq 0xcc10 5bf0: 70677020 rsbvc r7, r7, r0, lsr #32 5bf4: e3342002 teq r4, #2 ; 0x2 5bf8: 2200466b andcs r4, r0, #112197632 ; 0x6b00000 5bfc: 1c49990a mcrrne 9, 0, r9, r9, cr10 5c00: 4f3e2080 swimi 0x003e2080 5c04: 693f683f ldmvsdb pc!, {r0, r1, r2, r3, r4, r5, fp, sp, lr} 5c08: 683f6a7f ldmvsda pc!, {r0, r1, r2, r3, r4, r5, r6, r9, fp, sp, lr} 5c0c: faf2f011 blx 0xffcc1c58 5c10: 0a001c07 beq 0xcc34 5c14: 70677020 rsbvc r7, r7, r0, lsr #32 5c18: 70a09800 adcvc r9, r0, r0, lsl #16 5c1c: 04009800 streq r9, [r0], #-2048 5c20: 70e00e00 rscvc r0, r0, r0, lsl #28 5c24: 0c009800 stceq 8, cr9, [r0], {0} 5c28: 98007120 stmlsda r0, {r5, r8, ip, sp, lr} 5c2c: 71600e00 cmnvc r0, r0, lsl #28 5c30: e71e2006 ldr r2, [lr, -r6] 5c34: 78c0980a stmvcia r0, {r1, r3, fp, ip, pc}^ 5c38: 90000200 andls r0, r0, r0, lsl #4 5c3c: 7889990a stmvcia r9, {r1, r3, r8, fp, ip, pc} 5c40: 91004301 tstls r0, r1, lsl #6 5c44: 297b1c0e ldmcsdb fp!, {r1, r2, r3, sl, fp, ip}^ 5c48: 482fd312 stmmida pc!, {r1, r4, r8, r9, ip, lr, pc} 5c4c: 18084928 stmneda r8, {r3, r5, r8, fp, lr} 5c50: 29117801 ldmcsdb r1, {r0, fp, ip, sp, lr} 5c54: 492dd10c stmmidb sp!, {r2, r3, r8, ip, lr, pc} 5c58: 18514a25 ldmneda r1, {r0, r2, r5, r9, fp, lr}^ 5c5c: 800a9a00 andhi r9, sl, r0, lsl #20 5c60: 78529a0a ldmvcda r2, {r1, r3, r9, fp, ip, pc}^ 5c64: 2282804a addcs r8, r2, #74 ; 0x4a 5c68: 210c770a tstcs ip, sl, lsl #14 5c6c: e7587001 ldrb r7, [r8, -r1] 5c70: 1d009800 stcne 8, cr9, [r0] 5c74: 466b7028 strmibt r7, [fp], -r8, lsr #32 5c78: 990a1d22 stmlsdb sl, {r1, r5, r8, sl, fp, ip} 5c7c: 20821c49 addcs r1, r2, r9, asr #24 5c80: 682d4d1e stmvsda sp!, {r1, r2, r3, r4, r8, sl, fp, lr} 5c84: 6a6d692d bvs 0x1b60140 5c88: f011682d andnvs r6, r1, sp, lsr #16 5c8c: 1c07fab7 stcne 10, cr15, [r7], {183} 5c90: 70200a00 eorvc r0, r0, r0, lsl #20 5c94: 70a67067 adcvc r7, r6, r7, rrx 5c98: 0c000430 cfstrseq mvf0, [r0], {48} 5c9c: 70e00a00 rscvc r0, r0, r0, lsl #20 5ca0: 42b09800 adcmis r9, r0, #0 ; 0x0 5ca4: 9800d20a stmlsda r0, {r1, r3, r9, ip, lr, pc} 5ca8: 21001a30 tstcs r0, r0, lsr sl 5cac: 18a29a00 stmneia r2!, {r9, fp, ip, pc} 5cb0: 28001d12 stmcsda r0, {r1, r4, r8, sl, fp, ip} 5cb4: 1e40d002 cdpne 0, 4, cr13, cr0, cr2, {0} 5cb8: d1fc5411 mvnles r5, r1, lsl r4 5cbc: 466be2d2 undefined 5cc0: 990a2200 stmlsdb sl, {r9, sp} 5cc4: 20851c49 addcs r1, r5, r9, asr #24 5cc8: 68364e0c ldmvsda r6!, {r2, r3, r9, sl, fp, lr} 5ccc: 6a766936 bvs 0x1da01ac 5cd0: f0116836 andnvs r6, r1, r6, lsr r8 5cd4: 1c07fa91 stcne 10, cr15, [r7], {145} 5cd8: 70200a00 eorvc r0, r0, r0, lsl #20 5cdc: 1c49990a mcrrne 9, 0, r9, r9, cr10 5ce0: 1c201c64 stcne 12, cr1, [r0], #-400 5ce4: fc42f000 mcrr2 0, 0, pc, r2, cr0 5ce8: e2ba2015 adcs r2, sl, #21 ; 0x15 5cec: 0000075d andeq r0, r0, sp, asr r7 5cf0: 00008a54 andeq r8, r0, r4, asr sl 5cf4: 0000060d andeq r0, r0, sp, lsl #12 5cf8: 00118d8c andeqs r8, r1, ip, lsl #27 5cfc: 00009624 andeq r9, r0, r4, lsr #12 5d00: 00000ba8 andeq r0, r0, r8, lsr #23 5d04: 00000baa andeq r0, r0, sl, lsr #23 5d08: 00000bb4 streqh r0, [r0], -r4 5d0c: 00000b88 andeq r0, r0, r8, lsl #23 5d10: 1ca2466b stcne 6, cr4, [r2], #428 5d14: 1c49990a mcrrne 9, 0, r9, r9, cr10 5d18: 4fde2086 swimi 0x00de2086 5d1c: 693f683f ldmvsdb pc!, {r0, r1, r2, r3, r4, r5, fp, sp, lr} 5d20: 683f6a7f ldmvsda pc!, {r0, r1, r2, r3, r4, r5, r6, r9, fp, sp, lr} 5d24: fa66f011 blx 0x19c1d70 5d28: 0a001c07 beq 0xcd4c 5d2c: 70677020 rsbvc r7, r7, r0, lsr #32 5d30: 28007820 stmcsda r0, {r5, fp, ip, sp, lr} 5d34: 9800d111 stmlsda r0, {r0, r4, r8, ip, lr, pc} 5d38: 980075a0 stmlsda r0, {r5, r7, r8, sl, ip, sp, lr} 5d3c: 0e000400 cfcpyseq mvf0, mvf0 5d40: 980075e0 stmlsda r0, {r5, r6, r7, r8, sl, ip, sp, lr} 5d44: 76200c00 strvct r0, [r0], -r0, lsl #24 5d48: 0e009800 cdpeq 8, 0, cr9, cr0, cr0, {0} 5d4c: 07f67660 ldreqb r7, [r6, r0, ror #12]! 5d50: 7860d509 stmvcda r0!, {r0, r3, r8, sl, ip, lr, pc}^ 5d54: ffdcf00e swinv 0x00dcf00e 5d58: 2018e005 andcss lr, r8, r5 5d5c: 1ca42100 stfnes f2, [r4] 5d60: 54211e40 strplt r1, [r1], #-3648 5d64: 201ad1fc ldrcssh sp, [sl], -ip 5d68: 466be27b undefined 5d6c: 990a1ca2 stmlsdb sl, {r1, r5, r7, sl, fp, ip} 5d70: 20871c49 addcs r1, r7, r9, asr #24 5d74: 68364ec7 ldmvsda r6!, {r0, r1, r2, r6, r7, r9, sl, fp, lr} 5d78: 6a766936 bvs 0x1da0258 5d7c: f0116836 andnvs r6, r1, r6, lsr r8 5d80: 1c07fa3b stcne 10, cr15, [r7], {59} 5d84: 70200a00 eorvc r0, r0, r0, lsl #20 5d88: 78207067 stmvcda r0!, {r0, r1, r2, r5, r6, ip, sp, lr} 5d8c: d10c2800 tstle ip, r0, lsl #16 5d90: 75a09800 strvc r9, [r0, #2048]! 5d94: 04009800 streq r9, [r0], #-2048 5d98: 75e00e00 strvcb r0, [r0, #3584]! 5d9c: 0c009800 stceq 8, cr9, [r0], {0} 5da0: 98007620 stmlsda r0, {r5, r9, sl, ip, sp, lr} 5da4: 76600e00 strvcbt r0, [r0], -r0, lsl #28 5da8: 2018e7dd ldrcssb lr, [r8], -sp 5dac: 1ca42100 stfnes f2, [r4] 5db0: 54211e40 strplt r1, [r1], #-3648 5db4: e7d6d1fc undefined 5db8: 70202000 eorvc r2, r0, r0 5dbc: 7060207c rsbvc r2, r0, ip, ror r0 5dc0: 70a02001 adcvc r2, r0, r1 5dc4: 70e02000 rscvc r2, r0, r0 5dc8: 71202001 teqvc r0, r1 5dcc: e2482005 sub r2, r8, #5 ; 0x5 5dd0: 7d40980a stcvcl 8, cr9, [r0, #-40] 5dd4: 990a9000 stmlsdb sl, {ip, pc} 5dd8: 02097d89 andeq r7, r9, #8768 ; 0x2240 5ddc: 90001840 andls r1, r0, r0, asr #16 5de0: 7dc9990a stcvcl 9, cr9, [r9, #40] 5de4: 18400409 stmneda r0, {r0, r3, sl}^ 5de8: 990a9000 stmlsdb sl, {ip, pc} 5dec: 06097e09 streq r7, [r9], -r9, lsl #28 5df0: 90001840 andls r1, r0, r0, asr #16 5df4: 2200466b andcs r4, r0, #112197632 ; 0x6b00000 5df8: 1c49990a mcrrne 9, 0, r9, r9, cr10 5dfc: 4fa52089 swimi 0x00a52089 5e00: 693f683f ldmvsdb pc!, {r0, r1, r2, r3, r4, r5, fp, sp, lr} 5e04: 683f6a7f ldmvsda pc!, {r0, r1, r2, r3, r4, r5, r6, r9, fp, sp, lr} 5e08: f9f4f011 ldmnvib r4!, {r0, r4, ip, sp, lr, pc}^ 5e0c: 0a001c07 beq 0xce30 5e10: 70677020 rsbvc r7, r7, r0, lsr #32 5e14: e62c2002 strt r2, [ip], -r2 5e18: 1ca2466b stcne 6, cr4, [r2], #428 5e1c: 1c49990a mcrrne 9, 0, r9, r9, cr10 5e20: 4e9c2090 mrcmi 0, 4, r2, cr12, cr0, {4} 5e24: 69366836 ldmvsdb r6!, {r1, r2, r4, r5, fp, sp, lr} 5e28: 68366a76 ldmvsda r6!, {r1, r2, r4, r5, r6, r9, fp, sp, lr} 5e2c: f9e4f011 stmnvib r4!, {r0, r4, ip, sp, lr, pc}^ 5e30: 0a001c07 beq 0xce54 5e34: 20007020 andcs r7, r0, r0, lsr #32 5e38: 78207060 stmvcda r0!, {r5, r6, ip, sp, lr} 5e3c: d0052800 andle r2, r5, r0, lsl #16 5e40: 2100201e tstcs r0, lr, lsl r0 5e44: 1e401ca4 cdpne 12, 4, cr1, cr0, cr4, {5} 5e48: d1fc5421 mvnles r5, r1, lsr #8 5e4c: e2082020 and r2, r8, #32 ; 0x20 5e50: 1ca2466b stcne 6, cr4, [r2], #428 5e54: 2091990a addcss r9, r1, sl, lsl #18 5e58: 68364e8e ldmvsda r6!, {r1, r2, r3, r7, r9, sl, fp, lr} 5e5c: 6a766936 bvs 0x1da033c 5e60: f0116836 andnvs r6, r1, r6, lsr r8 5e64: 1c07f9c9 stcne 9, cr15, [r7], {201} 5e68: 70200a00 eorvc r0, r0, r0, lsl #20 5e6c: 70602000 rsbvc r2, r0, r0 5e70: 28007820 stmcsda r0, {r5, fp, ip, sp, lr} 5e74: 201ed0ea andcss sp, lr, sl, ror #1 5e78: 1ca42100 stfnes f2, [r4] 5e7c: 54211e40 strplt r1, [r1], #-3648 5e80: e7e3d1fc undefined 5e84: 22002300 andcs r2, r0, #0 ; 0x0 5e88: 20922100 addcss r2, r2, r0, lsl #2 5e8c: 68364e81 ldmvsda r6!, {r0, r7, r9, sl, fp, lr} 5e90: 6a766936 bvs 0x1da0370 5e94: f0116836 andnvs r6, r1, r6, lsr r8 5e98: 1c07f9af stcne 9, cr15, [r7], {175} 5e9c: 70200a00 eorvc r0, r0, r0, lsl #20 5ea0: 70602000 rsbvc r2, r0, r0 5ea4: e1dc2002 bics r2, ip, r2 5ea8: 7840980a stmvcda r0, {r1, r3, fp, ip, pc}^ 5eac: 990a9001 stmlsdb sl, {r0, ip, pc} 5eb0: 02097889 andeq r7, r9, #8978432 ; 0x890000 5eb4: 91014301 tstls r1, r1, lsl #6 5eb8: 990a1c08 stmlsdb sl, {r3, sl, fp, ip} 5ebc: 040978c9 streq r7, [r9], #-2249 5ec0: 91014301 tstls r1, r1, lsl #6 5ec4: 990a1c08 stmlsdb sl, {r3, sl, fp, ip} 5ec8: 06097909 streq r7, [r9], -r9, lsl #18 5ecc: 91014301 tstls r1, r1, lsl #6 5ed0: 7840980a stmvcda r0, {r1, r3, fp, ip, pc}^ 5ed4: 980a7060 stmlsda sl, {r5, r6, ip, sp, lr} 5ed8: 70a07880 adcvc r7, r0, r0, lsl #17 5edc: 78c0980a stmvcia r0, {r1, r3, fp, ip, pc}^ 5ee0: 980a70e0 stmlsda sl, {r5, r6, r7, ip, sp, lr} 5ee4: 71207900 teqvc r0, r0, lsl #18 5ee8: 7940980a stmvcdb r0, {r1, r3, fp, ip, pc}^ 5eec: 980a7160 stmlsda sl, {r5, r6, r8, ip, sp, lr} 5ef0: 71a07980 movvc r7, r0, lsl #19 5ef4: 7a00980a bvc 0x2bf24 5ef8: 90000200 andls r0, r0, r0, lsl #4 5efc: 79c9990a stmvcib r9, {r1, r3, r8, fp, ip, pc}^ 5f00: 91004301 tstls r0, r1, lsl #6 5f04: 1dc81c0e stcnel 12, cr1, [r8, #56] 5f08: 466b7028 strmibt r7, [fp], -r8, lsr #32 5f0c: a9011d62 stmgedb r1, {r1, r5, r6, r8, sl, fp, ip} 5f10: 4d602094 stcmil 0, cr2, [r0, #-592]! 5f14: 692d682d stmvsdb sp!, {r0, r2, r3, r5, fp, sp, lr} 5f18: 682d6a6d stmvsda sp!, {r0, r2, r3, r5, r6, r9, fp, sp, lr} 5f1c: f96ef011 stmnvdb lr!, {r0, r4, ip, sp, lr, pc}^ 5f20: 0a001c07 beq 0xcf44 5f24: 98007020 stmlsda r0, {r5, ip, sp, lr} 5f28: 98007160 stmlsda r0, {r5, r6, r8, ip, sp, lr} 5f2c: 0e000400 cfcpyseq mvf0, mvf0 5f30: 980071a0 stmlsda r0, {r5, r7, r8, ip, sp, lr} 5f34: 0c360436 cfldrseq mvf0, [r6], #-216 5f38: d30042b0 tstle r0, #11 ; 0xb 5f3c: 9800e192 stmlsda r0, {r1, r4, r7, r8, sp, lr, pc} 5f40: 04001a30 streq r1, [r0], #-2608 5f44: 21000c00 tstcs r0, r0, lsl #24 5f48: 18a29a00 stmneia r2!, {r9, fp, ip, pc} 5f4c: e6b01dd2 ssat r1, #17, r2, ASR #27 5f50: 7840980a stmvcda r0, {r1, r3, fp, ip, pc}^ 5f54: 980a7060 stmlsda sl, {r5, r6, ip, sp, lr} 5f58: 70a07880 adcvc r7, r0, r0, lsl #17 5f5c: 78c0980a stmvcia r0, {r1, r3, fp, ip, pc}^ 5f60: 980a70e0 stmlsda sl, {r5, r6, r7, ip, sp, lr} 5f64: 71207900 teqvc r0, r0, lsl #18 5f68: 7840980a stmvcda r0, {r1, r3, fp, ip, pc}^ 5f6c: 990a9001 stmlsdb sl, {r0, ip, pc} 5f70: 02097889 andeq r7, r9, #8978432 ; 0x890000 5f74: 91014301 tstls r1, r1, lsl #6 5f78: 990a1c08 stmlsdb sl, {r3, sl, fp, ip} 5f7c: 040978c9 streq r7, [r9], #-2249 5f80: 91014301 tstls r1, r1, lsl #6 5f84: 990a1c08 stmlsdb sl, {r3, sl, fp, ip} 5f88: 06097909 streq r7, [r9], -r9, lsl #18 5f8c: 91014301 tstls r1, r1, lsl #6 5f90: 7a00980a bvc 0x2bfc0 5f94: 90000200 andls r0, r0, r0, lsl #4 5f98: 79c9990a stmvcib r9, {r1, r3, r8, fp, ip, pc}^ 5f9c: 91004301 tstls r0, r1, lsl #6 5fa0: 990a980a stmlsdb sl, {r1, r3, fp, ip, pc} 5fa4: 72017989 andvc r7, r1, #2244608 ; 0x224000 5fa8: 990a980a stmlsdb sl, {r1, r3, fp, ip, pc} 5fac: 71c17949 bicvc r7, r1, r9, asr #18 5fb0: 9a0a466b bls 0x297964 5fb4: a9011dd2 stmgedb r1, {r1, r4, r6, r7, r8, sl, fp, ip} 5fb8: 4e362095 mrcmi 0, 1, r2, cr6, cr5, {4} 5fbc: 69366836 ldmvsdb r6!, {r1, r2, r4, r5, fp, sp, lr} 5fc0: 68366a76 ldmvsda r6!, {r1, r2, r4, r5, r6, r9, fp, sp, lr} 5fc4: f918f011 ldmnvdb r8, {r0, r4, ip, sp, lr, pc} 5fc8: 0a001c07 beq 0xcfec 5fcc: 98007020 stmlsda r0, {r5, ip, sp, lr} 5fd0: 98007160 stmlsda r0, {r5, r6, r8, ip, sp, lr} 5fd4: 0e000400 cfcpyseq mvf0, mvf0 5fd8: 200771a0 andcs r7, r7, r0, lsr #3 5fdc: 208ae141 addcs lr, sl, r1, asr #2 5fe0: 20047020 andcs r7, r4, r0, lsr #32 5fe4: 1c622100 stfnee f2, [r2] 5fe8: 54111e40 ldrpl r1, [r1], #-3648 5fec: 2005d1fc strcsd sp, [r5], -ip 5ff0: 07f67028 ldreqb r7, [r6, r8, lsr #32]! 5ff4: 2000d530 andcs sp, r0, r0, lsr r5 5ff8: 5c09499d stcpl 9, cr4, [r9], {157} 5ffc: 18129a0a ldmneda r2, {r1, r3, r9, fp, ip, pc} 6000: 42917852 addmis r7, r1, #5373952 ; 0x520000 6004: 1c40d128 stfnep f5, [r0], {40} 6008: 0e000600 cfmadd32eq mvax0, mvfx0, mvfx0, mvfx0 600c: d3f32812 mvnles r2, #1179648 ; 0x120000 6010: 4820d122 stmmida r0!, {r1, r5, r8, ip, lr, pc} 6014: 68c16800 stmvsia r1, {fp, sp, lr}^ 6018: 22756a49 rsbcss r6, r5, #299008 ; 0x49000 601c: 33751c0b cmncc r5, #2816 ; 0xb00 6020: 25fe781b ldrcsb r7, [lr, #2075]! 6024: 548d401d strpl r4, [sp], #29 6028: 6a4968c1 bvs 0x1260334 602c: 68c23175 stmvsia r2, {r0, r2, r4, r5, r6, r8, ip, sp}^ 6030: 32756a52 rsbccs r6, r5, #335872 ; 0x52000 6034: 23027812 tstcs r2, #1179648 ; 0x120000 6038: 700b4313 andvc r4, fp, r3, lsl r3 603c: 6a406a00 bvs 0x1020844 6040: 8001498c andhi r4, r1, ip, lsl #19 6044: 70202000 eorvc r2, r0, r0 6048: 70602059 rsbvc r2, r0, r9, asr r0 604c: 70a02065 adcvc r2, r0, r5, rrx 6050: 70e02073 rscvc r2, r0, r3, ror r0 6054: 71202000 teqvc r0, r0 6058: 2001e104 andcs lr, r1, r4, lsl #2 605c: a9037028 stmgedb r3, {r3, r5, ip, sp, lr} 6060: 1c40980a mcrrne 8, 0, r9, r0, cr10 6064: 2300b403 tstcs r0, #50331648 ; 0x3000000 6068: 21002200 tstcs r0, r0, lsl #4 606c: f001200e andnv r2, r1, lr 6070: b002ffa9 andlt pc, r2, r9, lsr #31 6074: d1092800 tstle r9, r0, lsl #16 6078: 70202000 eorvc r2, r0, r0 607c: 1c49990a mcrrne 9, 0, r9, r9, cr10 6080: 4aad4882 bmi 0xfeb58290 6084: f0011810 andnv r1, r1, r0, lsl r8 6088: e0ebfd6b rsc pc, fp, fp, ror #26 608c: 70202094 mlavc r0, r4, r0, r2 6090: 46c0e0e8 strmib lr, [r0], r8, ror #1 6094: 00009624 andeq r9, r0, r4, lsr #12 6098: 1c612000 stcnel 0, cr2, [r1] 609c: 00d2228f sbceqs r2, r2, pc, lsl #5 60a0: 181b4ba5 ldmneda fp, {r0, r2, r5, r7, r8, r9, fp, lr} 60a4: 540a5c9a strpl r5, [sl], #-3226 60a8: 06001c40 streq r1, [r0], -r0, asr #24 60ac: 28070e00 stmcsda r7, {r9, sl, fp} 60b0: 2000d3f3 strcsd sp, [r0], -r3 60b4: 20087020 andcs r7, r8, r0, lsr #32 60b8: 2000e0d3 ldrcsd lr, [r0], -r3 60bc: 49737020 ldmmidb r3!, {r5, ip, sp, lr}^ 60c0: 18514a9d ldmneda r1, {r0, r2, r3, r4, r7, r9, fp, lr}^ 60c4: 200f1c62 andcs r1, pc, r2, ror #24 60c8: 5c0b1e40 stcpl 14, cr1, [fp], {64} 60cc: d1fb5413 mvnles r5, r3, lsl r4 60d0: 00c0208f sbceq r2, r0, pc, lsl #1 60d4: 18094998 stmneda r9, {r3, r4, r7, r8, fp, lr} 60d8: 30101c20 andccs r1, r0, r0, lsr #24 60dc: fd2cf001 stc2 0, cr15, [ip, #-4]! 60e0: 49954865 ldmmiib r5, {r0, r2, r5, r6, fp, lr} 60e4: 75e05c08 strvcb r5, [r0, #3080]! 60e8: 5c084864 stcpl 8, cr4, [r8], {100} 60ec: 48647620 stmmida r4!, {r5, r9, sl, ip, sp, lr}^ 60f0: 76605c08 strvcbt r5, [r0], -r8, lsl #24 60f4: 5c084863 stcpl 8, cr4, [r8], {99} 60f8: 496576a0 stmmidb r5!, {r5, r7, r9, sl, ip, sp, lr}^ 60fc: 69096809 stmvsdb r9, {r0, r3, fp, sp, lr} 6100: 1d096a49 fstsne s12, [r9, #-292] 6104: 2004341b andcs r3, r4, fp, lsl r4 6108: 5c0a1e40 stcpl 14, cr1, [sl], {64} 610c: d1fb5422 mvnles r5, r2, lsr #8 6110: e0a6201f adc r2, r6, pc, lsl r0 6114: 22002300 andcs r2, r0, #0 ; 0x0 6118: 20a02100 adccs r2, r0, r0, lsl #2 611c: 68364e5c ldmvsda r6!, {r2, r3, r4, r6, r9, sl, fp, lr} 6120: 6a766936 bvs 0x1da0600 6124: f0116836 andnvs r6, r1, r6, lsr r8 6128: 1c07f867 stcne 8, cr15, [r7], {103} 612c: e0962000 adds r2, r6, r0 6130: 70212100 eorvc r2, r1, r0, lsl #2 6134: 7849990a stmvcda r9, {r1, r3, r8, fp, ip, pc}^ 6138: 990a7061 stmlsdb sl, {r0, r5, r6, ip, sp, lr} 613c: 29007849 stmcsdb r0, {r0, r3, r6, fp, ip, sp, lr} 6140: 9802d107 stmlsda r2, {r0, r1, r2, r8, ip, lr, pc} 6144: 99027800 stmlsdb r2, {fp, ip, sp, lr} 6148: 1a407849 bne 0x1024274 614c: 0e800680 cdpeq 6, 8, cr0, cr0, cr0, {4} 6150: 7801e004 stmvcda r1, {r2, sp, lr, pc} 6154: 1a087840 bne 0x22425c 6158: 0e400640 cdpeq 6, 4, cr0, cr0, cr0, {2} 615c: 200370a0 andcs r7, r3, r0, lsr #1 6160: 2100e07f tstcs r0, pc, ror r0 6164: 990a7021 stmlsdb sl, {r0, r5, ip, sp, lr} 6168: 70617849 rsbvc r7, r1, r9, asr #16 616c: 7889990a stmvcia r9, {r1, r3, r8, fp, ip, pc} 6170: 07f67029 ldreqb r7, [r6, r9, lsr #32]! 6174: 223bd501 eorcss sp, fp, #4194304 ; 0x400000 6178: 2279e000 rsbcss lr, r9, #0 ; 0x0 617c: 785b9b0a ldmvcda fp, {r1, r3, r8, r9, fp, ip, pc}^ 6180: d1382b00 teqle r8, r0, lsl #22 6184: d32d428a teqle sp, #-1610612728 ; 0xa0000008 6188: e0122100 ands r2, r2, r0, lsl #2 618c: 483e1862 ldmmida lr!, {r1, r5, r6, fp, ip} 6190: 18f34e69 ldmneia r3!, {r0, r3, r5, r6, r9, sl, fp, lr}^ 6194: 70d05c18 sbcvcs r5, r0, r8, lsl ip 6198: 78429802 stmvcda r2, {r1, fp, ip, pc}^ 619c: 9b021c50 blls 0x8d2e4 61a0: 11461c52 cmpne r6, r2, asr ip 61a4: 18300eb6 ldmneda r0!, {r1, r2, r4, r5, r7, r9, sl, fp} 61a8: 400626c0 andmi r2, r6, r0, asr #13 61ac: 70581b90 ldrvcb r1, [r8], #-176 61b0: 78281c49 stmvcda r8!, {r0, r3, r6, sl, fp, ip} 61b4: 0e090609 cfmadd32eq mvax0, mvfx0, mvfx9, mvfx9 61b8: d2054281 andle r4, r5, #268435464 ; 0x10000008 61bc: 78439802 stmvcda r3, {r1, fp, ip, pc}^ 61c0: 78009802 stmvcda r0, {r1, fp, ip, pc} 61c4: d1e14298 strleb r4, [r1, #40]! 61c8: 782870a1 stmvcda r8!, {r0, r5, r7, ip, sp, lr} 61cc: 22001a40 andcs r1, r0, #262144 ; 0x40000 61d0: 1cc91861 stcnel 8, cr1, [r9], {97} 61d4: d0022800 andle r2, r2, r0, lsl #16 61d8: 540a1e40 strpl r1, [sl], #-3648 61dc: 7828d1fc stmvcda r8!, {r2, r3, r4, r5, r6, r7, r8, ip, lr, pc} 61e0: e03e1cc0 eors r1, lr, r0, asr #25 61e4: 7020208a eorvc r2, r0, sl, lsl #1 61e8: 7840980a stmvcda r0, {r1, r3, fp, ip, pc}^ 61ec: 20007060 andcs r7, r0, r0, rrx 61f0: 702870a0 eorvc r7, r8, r0, lsr #1 61f4: 428ae7f3 addmi lr, sl, #63700992 ; 0x3cc0000 61f8: 2100d3f4 strcsd sp, [r0, -r4] 61fc: 0609782a streq r7, [r9], -sl, lsr #16 6200: 42910e09 addmis r0, r1, #144 ; 0x90 6204: 7843d2e0 stmvcda r3, {r5, r6, r7, r9, ip, lr, pc}^ 6208: 429a7802 addmis r7, sl, #131072 ; 0x20000 620c: 1866d0dc stmneda r6!, {r2, r3, r4, r6, r7, ip, lr, pc}^ 6210: 46944a20 ldrmi r4, [r4], r0, lsr #20 6214: 18d24a48 ldmneia r2, {r3, r6, r9, fp, lr}^ 6218: 5cd24663 ldcpll 6, cr4, [r2], {99} 621c: 784370f2 stmvcda r3, {r1, r4, r5, r6, r7, ip, sp, lr}^ 6220: 1c5b1c5a mrrcne 12, 5, r1, fp, cr10 6224: 0eb61156 mrceq 1, 5, r1, cr6, cr6, {2} 6228: 26c018b2 undefined 622c: 1b9a4016 blne 0xfe69628c 6230: 1c497042 mcrrne 0, 4, r7, r9, cr2 6234: 07f6e7e2 ldreqb lr, [r6, r2, ror #15]! 6238: a903d510 stmgedb r3, {r4, r8, sl, ip, lr, pc} 623c: 20001c89 andcs r1, r0, r9, lsl #25 6240: 2300b403 tstcs r0, #50331648 ; 0x3000000 6244: 21002200 tstcs r0, r0, lsl #4 6248: f001200b andnv r2, r1, fp 624c: b002febb strlth pc, [r2], -fp 6250: d1012800 tstle r1, r0, lsl #16 6254: e0022000 and r2, r2, r0 6258: e000208a and r2, r0, sl, lsl #1 625c: 7020208a eorvc r2, r0, sl, lsl #1 6260: 70282001 eorvc r2, r8, r1 6264: 0c000438 cfstrseq mvf0, [r0], {56} 6268: f001b00b andnv fp, r1, fp 626c: 46c0ff69 strmib pc, [r0], r9, ror #30 6270: 00118d8c andeqs r8, r1, ip, lsl #27 6274: 0000a55a andeq sl, r0, sl, asr r5 6278: 000003d7 ldreqd r0, [r0], -r7 627c: 00000406 andeq r0, r0, r6, lsl #8 6280: 00000435 andeq r0, r0, r5, lsr r4 6284: 00000464 andeq r0, r0, r4, ror #8 6288: 0000071d andeq r0, r0, sp, lsl r7 628c: 00000466 andeq r0, r0, r6, ror #8 6290: 00009624 andeq r9, r0, r4, lsr #12 6294: 0000058d andeq r0, r0, sp, lsl #11 6298: a900b5f1 stmgedb r0, {r0, r4, r5, r6, r7, r8, sl, ip, sp, pc} 629c: 46681c89 strmibt r1, [r8], -r9, lsl #25 62a0: fbb4f00a blx 0xfed422d2 62a4: 28011c04 stmcsda r1, {r2, sl, fp, ip} 62a8: 4668d13b undefined 62ac: 28008800 stmcsda r0, {fp, pc} 62b0: 4668d037 undefined 62b4: 491f8800 ldmmidb pc, {fp, pc} 62b8: 18514a1f ldmneda r1, {r0, r1, r2, r3, r4, r9, fp, lr}^ 62bc: 4b1e4a21 blmi 0x798b48 62c0: 2800189a stmcsda r0, {r1, r3, r4, r7, fp, ip} 62c4: 1e40d003 cdpne 0, 4, cr13, cr0, cr3, {0} 62c8: 54135c0b ldrpl r5, [r3], #-3083 62cc: 481ad1fb ldmmida sl, {r0, r1, r3, r4, r5, r6, r7, r8, ip, lr, pc} 62d0: 5c41491a mcrrpl 9, 1, r4, r1, cr10 62d4: 18854a1a stmneia r5, {r1, r3, r4, r9, fp, lr} 62d8: d1022901 tstle r2, r1, lsl #18 62dc: f834f000 ldmnvda r4!, {ip, sp, lr, pc} 62e0: 2902e01d stmcsdb r2, {r0, r2, r3, r4, sp, lr, pc} 62e4: 4669d11d undefined 62e8: 70298809 eorvc r8, r9, r9, lsl #16 62ec: 1845490f stmneda r5, {r0, r1, r2, r3, r8, fp, lr}^ 62f0: 88094669 stmhida r9, {r0, r3, r5, r6, r9, sl, lr} 62f4: 490e7029 stmmidb lr, {r0, r3, r5, ip, sp, lr} 62f8: 46691846 strmibt r1, [r9], -r6, asr #16 62fc: b4028849 strlt r8, [r2], #-2121 6300: 1c2a2302 stcne 3, cr2, [sl], #-8 6304: 4f0f1c31 swimi 0x000f1c31 6308: f7ff19c0 ldrnvb r1, [pc, r0, asr #19]! 630c: 7829faa3 stmvcda r9!, {r0, r1, r5, r7, r9, fp, ip, sp, lr, pc} 6310: 2900b001 stmcsdb r0, {r0, ip, sp, pc} 6314: 1c0ad005 stcne 0, cr13, [sl], {5} 6318: f00a1c30 andnv r1, sl, r0, lsr ip 631c: 2000fb07 andcs pc, r0, r7, lsl #22 6320: 1c207028 stcne 0, cr7, [r0], #-160 6324: bc02bcf8 stclt 12, cr11, [r2], {248} 6328: 46c04708 strmib r4, [r0], r8, lsl #14 632c: 00000589 andeq r0, r0, r9, lsl #11 6330: 00000509 andeq r0, r0, r9, lsl #10 6334: 0000076e andeq r0, r0, lr, ror #14 6338: 00008a54 andeq r8, r0, r4, asr sl 633c: 00000763 andeq r0, r0, r3, ror #14 6340: 00000505 andeq r0, r0, r5, lsl #10 6344: 00000485 andeq r0, r0, r5, lsl #9 6348: f000b5f1 strnvd fp, [r0], -r1 634c: 2800f97d stmcsda r0, {r0, r2, r3, r4, r5, r6, r8, fp, ip, sp, lr, pc} 6350: 486ed023 stmmida lr!, {r0, r1, r5, ip, lr, pc}^ 6354: 180849b8 stmneda r8, {r3, r4, r5, r7, r8, fp, lr} 6358: 4a6d7a01 bmi 0x1b64b64 635c: 189a4bb6 ldmneia sl, {r1, r2, r4, r5, r7, r8, r9, fp, lr} 6360: 78139200 ldmvcda r3, {r9, ip, pc} 6364: 4c6c7802 stcmil 8, cr7, [ip], #-8 6368: 192d4db3 stmnedb sp!, {r0, r1, r4, r5, r7, r8, sl, fp, lr} 636c: 68244c6f stmvsda r4!, {r0, r1, r2, r3, r5, r6, sl, fp, lr} 6370: 2e1579c6 cdpcs 9, 1, cr7, cr5, cr6, {6} 6374: 2e16d012 mrccs 0, 0, sp, cr6, cr2, {0} 6378: 2e17d02b cdpcs 0, 1, cr13, cr7, cr11, {1} 637c: 2e1ad02e cdpcs 0, 1, cr13, cr10, cr14, {1} 6380: 2e1bd03d mrccs 0, 0, sp, cr11, cr13, {1} 6384: e091d100 adds sp, r1, r0, lsl #2 6388: d1002e1e tstle r0, lr, lsl lr 638c: 2e1fe095 mrccs 0, 0, lr, cr15, cr5, {4} 6390: e09bd100 adds sp, fp, r0, lsl #2 6394: d1002e20 tstle r0, r0, lsr #28 6398: e0b5e09e umlals lr, r5, lr, r0 639c: d1fc2b11 mvnles r2, r1, lsl fp 63a0: 49a5485c stmmiib r5!, {r2, r3, r4, r6, fp, lr} 63a4: 38b91809 ldmccia r9!, {r0, r3, fp, ip} 63a8: 18104aa3 ldmneda r0, {r0, r1, r5, r7, r9, fp, lr} 63ac: fbc4f001 blx 0xff1423ba 63b0: 6800485e stmvsda r0, {r1, r2, r3, r4, r6, fp, lr} 63b4: 6a496a81 bvs 0x1260dc0 63b8: 6a406a80 bvs 0x1020dc0 63bc: 22c07fc0 sbccs r7, r0, #768 ; 0x300 63c0: 77ca4302 strvcb r4, [sl, r2, lsl #6] 63c4: 21009800 tstcs r0, r0, lsl #16 63c8: 98006141 stmlsda r0, {r0, r6, r8, sp, lr} 63cc: 70012106 andvc r2, r1, r6, lsl #2 63d0: 2b11e09a blcs 0x47e640 63d4: 9800d1fc stmlsda r0, {r2, r3, r4, r5, r6, r7, r8, ip, lr, pc} 63d8: e7f82105 ldrb r2, [r8, r5, lsl #2]! 63dc: d0f72950 rscles r2, r7, r0, asr r9 63e0: d0f52953 rscles r2, r5, r3, asr r9 63e4: 6a406aa0 bvs 0x1020e6c 63e8: 70013025 andvc r3, r1, r5, lsr #32 63ec: 6a406aa0 bvs 0x1020e74 63f0: 6a496aa1 bvs 0x1260e7c 63f4: 22087fc9 andcs r7, r8, #804 ; 0x324 63f8: 77c2430a strvcb r4, [r2, sl, lsl #6] 63fc: 2100e084 smlabbcs r0, r4, r0, lr 6400: 4a454f8d bmi 0x115a23c 6404: 434b232f cmpmi fp, #-1140850688 ; 0xbc000000 6408: 18e34c8b stmneia r3!, {r0, r1, r3, r7, sl, fp, lr}^ 640c: 7813189a ldmvcda r3, {r1, r3, r4, r7, fp, ip} 6410: 42a37a44 adcmi r7, r3, #278528 ; 0x44000 6414: 7803d130 stmvcda r3, {r4, r5, r8, ip, lr, pc} 6418: 408c2410 addmi r2, ip, r0, lsl r4 641c: 401d43e5 andmis r4, sp, r5, ror #7 6420: 24077005 strcs r7, [r7], #-5 6424: 4b3d2500 blmi 0xf4f82c 6428: 434e262f cmpmi lr, #49283072 ; 0x2f00000 642c: 18f319be ldmneia r3!, {r1, r2, r3, r4, r5, r7, r8, fp, ip}^ 6430: 551d1e64 ldrpl r1, [sp, #-3684] 6434: 2410d1fc ldrcs sp, [r0], #-508 6438: 262f4b39 undefined 643c: 19be434e ldmneib lr!, {r1, r2, r3, r6, r8, r9, lr} 6440: 1e6418f3 mcrne 8, 3, r1, cr4, cr3, {7} 6444: d1fc551d mvnles r5, sp, lsl r5 6448: 4b362404 blmi 0xd8f460 644c: 434e262f cmpmi lr, #49283072 ; 0x2f00000 6450: 18f319be ldmneia r3!, {r1, r2, r3, r4, r5, r7, r8, fp, ip}^ 6454: 551d1e64 ldrpl r1, [sp, #-3684] 6458: 2410d1fc ldrcs sp, [r0], #-508 645c: 262f4b32 undefined 6460: 4e754371 mrcmi 3, 3, r4, cr5, cr1, {3} 6464: 18c91871 stmneia r9, {r0, r4, r5, r6, fp, ip}^ 6468: 550d1e64 strpl r1, [sp, #-3684] 646c: 21ffd1fc ldrcssh sp, [pc, #28] ; 0x6490 6470: 70557011 subvcs r7, r5, r1, lsl r0 6474: 21047095 swpcs r7, r5, [r4] 6478: 06091c49 streq r1, [r9], -r9, asr #24 647c: 29040e09 stmcsdb r4, {r0, r3, r9, sl, fp} 6480: 492ad3bf stmmidb sl!, {r0, r1, r2, r3, r4, r5, r7, r8, r9, ip, lr, pc} 6484: 78006809 stmvcda r0, {r0, r3, fp, sp, lr} 6488: 421022f0 andmis r2, r0, #15 ; 0xf 648c: 6a88d105 bvs 0xfe23a8a8 6490: 7fc26a40 swivc 0x00c26a40 6494: 401323fd ldrmish r2, [r3], -sp 6498: 6a8877c3 bvs 0xfe2243ac 649c: 6a896a40 bvs 0xfe260da4 64a0: 7e896a49 cdpvc 10, 8, cr6, cr9, cr9, {2} 64a4: 430a2208 tstmi sl, #-2147483648 ; 0x80000000 64a8: e02d7682 eor r7, sp, r2, lsl #13 64ac: d1062901 tstle r6, r1, lsl #18 64b0: 70297a41 eorvc r7, r9, r1, asr #20 64b4: 43112102 tstmi r1, #-2147483648 ; 0x80000000 64b8: 2901e789 stmcsdb r1, {r0, r3, r7, r8, r9, sl, sp, lr, pc} 64bc: 21ffd124 mvncss sp, r4, lsr #2 64c0: 78017029 stmvcda r1, {r0, r3, r5, ip, sp, lr} 64c4: 400a22fd strmid r2, [sl], -sp 64c8: e01d7002 ands r7, sp, r2 64cc: 6a406aa0 bvs 0x1020f54 64d0: 06497fc1 streqb r7, [r9], -r1, asr #31 64d4: e0160e49 ands r0, r6, r9, asr #28 64d8: 4b574915 blmi 0x15d8934 64dc: 29015c59 stmcsdb r1, {r0, r3, r4, r6, sl, fp, ip, lr} 64e0: 2101d109 tstcs r1, r9, lsl #2 64e4: 7002430a andvc r4, r2, sl, lsl #6 64e8: 6a406aa0 bvs 0x1020f70 64ec: 6a526aa2 bvs 0x14a0f7c 64f0: 43117fd2 tstmi r1, #840 ; 0x348 64f4: 21fee007 mvncss lr, r7 64f8: 400a7802 andmi r7, sl, r2, lsl #16 64fc: 6aa07002 bvs 0xfe82250c 6500: 7fc26a40 swivc 0x00c26a40 6504: 77c14011 undefined 6508: fc42f001 mcrr2 0, 0, pc, r2, cr1 650c: 0000047f andeq r0, r0, pc, ror r4 6510: 00000bb4 streqh r0, [r0], -r4 6514: 00000487 andeq r0, r0, r7, lsl #9 6518: 000003d5 ldreqd r0, [r0], -r5 651c: 000003ce andeq r0, r0, lr, asr #7 6520: 000003aa andeq r0, r0, sl, lsr #7 6524: 000003ba streqh r0, [r0], -sl 6528: 000003be streqh r0, [r0], -lr 652c: 00009624 andeq r9, r0, r4, lsr #12 6530: 00000976 andeq r0, r0, r6, ror r9 6534: 2300b570 tstcs r0, #469762048 ; 0x1c000000 6538: e0012400 and r2, r1, r0, lsl #8 653c: 1c645585 cfstr64ne mvdx5, [r4], #-532 6540: 0e240624 cfmadda32eq mvax1, mvax0, mvfx4, mvfx4 6544: d2094294 andle r4, r9, #1073741833 ; 0x40000009 6548: 5d0d1c26 stcpl 12, cr1, [sp, #-152] 654c: dbf52d61 blle 0xffd51ad8 6550: daf32d7b ble 0xffcd1b44 6554: e7f13d20 ldrb r3, [r1, r0, lsr #26]! 6558: 1c525483 cfldrdne mvd5, [r2], {131} 655c: 0e120612 cfmsub32eq mvax0, mvfx0, mvfx2, mvfx2 6560: d3f92a14 mvnles r2, #81920 ; 0x14000 6564: bc01bc70 stclt 12, cr11, [r1], {112} 6568: 00004700 andeq r4, r0, r0, lsl #14 656c: 780b2214 stmvcda fp, {r2, r4, r9, sp} 6570: d0012b00 andle r2, r1, r0, lsl #22 6574: e0001c49 and r1, r0, r9, asr #24 6578: 70032300 andvc r2, r3, r0, lsl #6 657c: 1e521c40 cdpne 12, 5, cr1, cr2, cr0, {2} 6580: b000d1f5 strltd sp, [r0], -r5 6584: 00004770 andeq r4, r0, r0, ror r7 6588: 4a2bb5f0 bmi 0xaf3d50 658c: 18114811 ldmneda r1, {r0, r4, fp, lr} 6590: 80482000 subhi r2, r8, r0 6594: 48108008 ldmmida r0, {r3, pc} 6598: e00a1813 and r1, sl, r3, lsl r8 659c: 1956785c ldmnedb r6, {r2, r3, r4, r6, fp, ip, sp, lr}^ 65a0: 19174d0e ldmnedb r7, {r1, r2, r3, r8, sl, fp, lr} 65a4: 54355d7d ldrplt r5, [r5], #-3453 65a8: 705c1c64 subvcs r1, ip, r4, ror #24 65ac: 1c408808 mcrrne 8, 0, r8, r0, cr8 65b0: 880d8008 stmhida sp, {r3, pc} 65b4: 781c480a ldmvcda ip, {r1, r3, fp, lr} 65b8: d3ef42a5 mvnle r4, #1342177290 ; 0x5000000a 65bc: 1a698849 bne 0x1a686e8 65c0: 0e090609 cfmadd32eq mvax0, mvfx0, mvfx9, mvfx9 65c4: f00a1810 andnv r1, sl, r0, lsl r8 65c8: 46c0fe1f undefined 65cc: bc01bcf0 stclt 12, cr11, [r1], {240} 65d0: 46c04700 strmib r4, [r0], r0, lsl #14 65d4: 00000b7e andeq r0, r0, lr, ror fp 65d8: 00000691 muleq r0, r1, r6 65dc: 00000611 andeq r0, r0, r1, lsl r6 65e0: 00000a7e andeq r0, r0, lr, ror sl 65e4: 4668b571 undefined 65e8: fef4f00a cdp2 0, 15, cr15, cr4, cr10, {0} 65ec: 88004668 stmhida r0, {r3, r5, r6, r9, sl, lr} 65f0: d01d2800 andles r2, sp, r0, lsl #16 65f4: 49102000 ldmmidb r0, {sp} 65f8: 188a4a10 stmneia sl, {r4, r9, fp, lr} 65fc: 180c4b10 stmneda ip, {r4, r8, r9, fp, lr} 6600: 781418e3 ldmvcda r4, {r0, r1, r5, r6, r7, fp, ip} 6604: 194d4d0f stmnedb sp, {r0, r1, r2, r3, r8, sl, fp, lr}^ 6608: 552e781e strpl r7, [lr, #-2078]! 660c: 1c647814 stcnel 8, cr7, [r4], #-80 6610: 06247014 undefined 6614: 2c800e24 stccs 14, cr0, [r0], {36} 6618: 2400d301 strcs sp, [r0], #-769 661c: 24007014 strcs r7, [r0], #-20 6620: 1c40701c mcrrne 0, 1, r7, r0, cr12 6624: 881b466b ldmhida fp, {r0, r1, r3, r5, r6, r9, sl, lr} 6628: 0c000400 cfstrseq mvf0, [r0], {0} 662c: d3e54298 mvnle r4, #-2147483639 ; 0x80000009 6630: bc01bc78 stclt 12, cr11, [r1], {120} 6634: 00004700 andeq r4, r0, r0, lsl #14 6638: 00008a54 andeq r8, r0, r4, asr sl 663c: 0000060d andeq r0, r0, sp, lsl #12 6640: 0000097a andeq r0, r0, sl, ror r9 6644: 0000058d andeq r0, r0, sp, lsl #11 6648: 2200b570 andcs fp, r0, #469762048 ; 0x1c000000 664c: 4b132400 blmi 0x4cf654 6650: 5cc14819 stcpll 8, cr4, [r1], {25} 6654: e0031e4e and r1, r3, lr, asr #28 6658: 5ced1945 stcpll 9, cr1, [sp], #276 665c: 1c641952 stcnel 9, cr1, [r4], #-328 6660: 0e240624 cfmadda32eq mvax1, mvax0, mvfx4, mvfx4 6664: 42b41c25 adcmis r1, r4, #9472 ; 0x2500 6668: 0412dbf6 ldreq sp, [r2], #-3062 666c: 42530c12 submis r0, r3, #4608 ; 0x1200 6670: 18404a09 stmneda r0, {r0, r3, r9, fp, lr}^ 6674: 041b1880 ldreq r1, [fp], #-2176 6678: 0a190c1b beq 0x6496ec 667c: 42917802 addmis r7, r1, #131072 ; 0x20000 6680: 7840d106 stmvcda r0, {r1, r2, r8, ip, lr, pc}^ 6684: 0e1b061b cfmsub32eq mvax0, mvfx0, mvfx11, mvfx11 6688: d1014283 smlabble r1, r3, r2, r4 668c: e0002001 and r2, r0, r1 6690: bc702000 ldcltl 0, cr2, [r0] 6694: 4708bc02 strmi fp, [r8, -r2, lsl #24] 6698: 00000484 andeq r0, r0, r4, lsl #9 669c: 00000485 andeq r0, r0, r5, lsl #9 66a0: 49052000 stmmidb r5, {sp} 66a4: 54884a05 strpl r4, [r8], #2565 66a8: 5488322f strpl r3, [r8], #559 66ac: 5488322f strpl r3, [r8], #559 66b0: 5488322f strpl r3, [r8], #559 66b4: 00004770 andeq r4, r0, r0, ror r7 66b8: 00008a54 andeq r8, r0, r4, asr sl 66bc: 000003d6 ldreqd r0, [r0], -r6 66c0: b093b5f0 ldrltsh fp, [r3], r0 66c4: 21004668 tstcs r0, r8, ror #12 66c8: 48da7281 ldmmiia sl, {r0, r7, r9, ip, sp, lr}^ 66cc: 180849da stmneda r8, {r1, r3, r4, r6, r7, r8, fp, lr} 66d0: 48da9008 ldmmiia sl, {r3, ip, pc}^ 66d4: 90051808 andls r1, r5, r8, lsl #16 66d8: 180848d9 stmneda r8, {r0, r3, r4, r6, r7, fp, lr} 66dc: 48d99009 ldmmiia r9, {r0, r3, ip, pc}^ 66e0: 900d1808 andls r1, sp, r8, lsl #16 66e4: 180848d8 stmneda r8, {r3, r4, r6, r7, fp, lr} 66e8: 48d8900e ldmmiia r8, {r1, r2, r3, ip, pc}^ 66ec: 48d8180c ldmmiia r8, {r2, r3, fp, ip}^ 66f0: 90061808 andls r1, r6, r8, lsl #16 66f4: 180848d7 stmneda r8, {r0, r1, r2, r4, r6, r7, fp, lr} 66f8: 48d79000 ldmmiia r7, {ip, pc}^ 66fc: 900b1808 andls r1, fp, r8, lsl #16 6700: 180848d6 stmneda r8, {r1, r2, r4, r6, r7, fp, lr} 6704: 48d69003 ldmmiia r6, {r0, r1, ip, pc}^ 6708: 90041808 andls r1, r4, r8, lsl #16 670c: 180d48d5 stmneda sp, {r0, r2, r4, r6, r7, fp, lr} 6710: 180f48d5 stmneda pc, {r0, r2, r4, r6, r7, fp, lr} 6714: 180e48d5 stmneda lr, {r0, r2, r4, r6, r7, fp, lr} 6718: 7c3120fe ldcvc 0, cr2, [r1], #-1016 671c: d9012910 stmledb r1, {r4, r8, fp, sp} 6720: f9f9f001 ldmnvib r9!, {r0, ip, sp, lr, pc}^ 6724: 0049a201 subeq sl, r9, r1, lsl #4 6728: 44975a52 ldrmi r5, [r7], #2642 672c: 02d20386 sbceqs r0, r2, #402653186 ; 0x18000002 6730: 05de05f6 ldreqb r0, [lr, #1526] 6734: 0d5e0f0c ldceql 15, cr0, [lr, #-48] 6738: 11541214 cmpne r4, r4, lsl r2 673c: 11c411a8 bicne r1, r4, r8, lsr #3 6740: 002009b8 streqh r0, [r0], -r8 6744: 060a08ec streq r0, [sl], -ip, ror #17 6748: 126212e4 rsbne r1, r2, #1073741838 ; 0x4000000e 674c: 7c391358 ldcvc 3, cr1, [r9], #-352 6750: 2a097c72 bcs 0x265920 6754: e192d900 orrs sp, r2, r0, lsl #18 6758: 0052a301 subeqs sl, r2, r1, lsl #6 675c: 449f5a9b ldrmi r5, [pc], #2715 ; 0x6764 6760: 002e0012 eoreq r0, lr, r2, lsl r0 6764: 00580036 subeqs r0, r8, r6, lsr r0 6768: 00c2008c sbceq r0, r2, ip, lsl #1 676c: 01bc0126 moveqs r0, r6, lsr #2 6770: 025e01fe subeqs r0, lr, #-2147483585 ; 0x8000003f 6774: 680048be stmvsda r0, {r1, r2, r3, r4, r5, r7, fp, lr} 6778: 6a406a80 bvs 0x1021180 677c: 680949bc stmvsda r9, {r2, r3, r4, r5, r7, r8, fp, lr} 6780: 6a496a89 bvs 0x12611ac 6784: 22047fc9 andcs r7, r4, #804 ; 0x324 6788: 77c2430a strvcb r4, [r2, sl, lsl #6] 678c: e2412001 sub r2, r1, #1 ; 0x1 6790: f0019809 andnv r9, r1, r9, lsl #16 6794: e172fb89 cmnp r2, r9, lsl #23 6798: 21019800 tstcs r1, r0, lsl #16 679c: 76317081 ldrvct r7, [r1], -r1, lsl #1 67a0: 1c407c70 mcrrne 12, 7, r7, r0, cr0 67a4: 22007470 andcs r7, r0, #1879048192 ; 0x70000000 67a8: 20002100 andcs r2, r0, r0, lsl #2 67ac: 2300b407 tstcs r0, #117440512 ; 0x7000000 67b0: f00a2027 andnv r2, sl, r7, lsr #32 67b4: b003fa17 andlt pc, r3, r7, lsl sl 67b8: 2928e161 stmcsdb r8!, {r0, r5, r6, r8, sp, lr, pc} 67bc: e15ed000 cmp lr, r0 67c0: 208f9905 addcs r9, pc, r5, lsl #18 67c4: 4a9c00c0 bmi 0xfe706acc 67c8: f0011810 andnv r1, r1, r0, lsl r8 67cc: 9805f9b5 stmlsda r5, {r0, r2, r4, r5, r7, r8, fp, ip, sp, lr, pc} 67d0: ff84f00d swinv 0x0084f00d 67d4: 21002200 tstcs r0, r0, lsl #4 67d8: b4072000 strlt r2, [r7] 67dc: 20292300 eorcs r2, r9, r0, lsl #6 67e0: fa00f00a blx 0x42810 67e4: 1c407c70 mcrrne 12, 7, r7, r0, cr0 67e8: b0037470 andlt r7, r3, r0, ror r4 67ec: 292ce147 stmcsdb ip!, {r0, r1, r2, r6, r8, sp, lr, pc} 67f0: e144d000 cmp r4, r0 67f4: 4a904991 bmi 0xfe418e40 67f8: 4a9e1851 bmi 0xfe78c944 67fc: 189a4b8e ldmneia sl, {r1, r2, r3, r7, r8, r9, fp, lr} 6800: 1e402008 cdpne 0, 4, cr2, cr0, cr8, {0} 6804: 54135c0b ldrpl r5, [r3], #-3083 6808: 2200d1fb andcs sp, r0, #-1073741762 ; 0xc000003e 680c: 20002100 andcs r2, r0, r0, lsl #2 6810: 2300b407 tstcs r0, #117440512 ; 0x7000000 6814: f00a202a andnv r2, sl, sl, lsr #32 6818: 7c70f9e5 ldcvcl 9, cr15, [r0], #-916 681c: 74701c40 ldrvcbt r1, [r0], #-3136 6820: e12cb003 teq ip, r3 6824: d000292d andle r2, r0, sp, lsr #18 6828: 7c79e129 ldfvcp f6, [r9], #-164 682c: d51007c9 ldrle r0, [r0, #-1993] 6830: 21017a78 tstcs r1, r8, ror sl 6834: 72794301 rsbvcs r4, r9, #67108864 ; 0x4000000 6838: 6800488d stmvsda r0, {r0, r2, r3, r7, fp, lr} 683c: 6a406a80 bvs 0x1021244 6840: 6809498b stmvsda r9, {r0, r1, r3, r7, r8, fp, lr} 6844: 6a496a89 bvs 0x1261270 6848: 22017fc9 andcs r7, r1, #804 ; 0x324 684c: 77c2430a strvcb r4, [r2, sl, lsl #6] 6850: 7a79e009 bvc 0x1e7e87c 6854: 72794001 rsbvcs r4, r9, #1 ; 0x1 6858: 68094985 stmvsda r9, {r0, r2, r7, r8, fp, lr} 685c: 6a496a89 bvs 0x1261288 6860: 40107fca andmis r7, r0, sl, asr #31 6864: 980077c8 stmlsda r0, {r3, r6, r7, r8, r9, sl, ip, sp, lr} 6868: 70012100 andvc r2, r1, r0, lsl #2 686c: 70419800 subvc r9, r1, r0, lsl #16 6870: 20002200 andcs r2, r0, r0, lsl #4 6874: 2300b407 tstcs r0, #117440512 ; 0x7000000 6878: f00a2007 andnv r2, sl, r7 687c: 7c70f9b3 ldcvcl 9, cr15, [r0], #-716 6880: 74701c40 ldrvcbt r1, [r0], #-3136 6884: e0fab003 rscs fp, sl, r3 6888: d1362918 teqle r6, r8, lsl r9 688c: 98009905 stmlsda r0, {r0, r2, r8, fp, ip, pc} 6890: 221f7800 andcss r7, pc, #0 ; 0x0 6894: 4a684350 bmi 0x1a175dc 6898: 301c1810 andccs r1, ip, r0, lsl r8 689c: f94cf001 stmnvdb ip, {r0, ip, sp, lr, pc}^ 68a0: 98009908 stmlsda r0, {r3, r8, fp, ip, pc} 68a4: 221f7800 andcss r7, pc, #0 ; 0x0 68a8: 4a634350 bmi 0x18d75f0 68ac: 30081810 andcc r1, r8, r0, lsl r8 68b0: f956f001 ldmnvdb r6, {r0, ip, sp, lr, pc}^ 68b4: 78009800 stmvcda r0, {fp, ip, pc} 68b8: 4348211f cmpmi r8, #-1073741817 ; 0xc0000007 68bc: 1808495e stmneda r8, {r1, r2, r3, r4, r6, r8, fp, lr} 68c0: 21023023 tstcs r2, r3, lsr #32 68c4: 495f7001 ldmmidb pc, {r0, ip, sp, lr}^ 68c8: 18514a5b ldmneda r1, {r0, r1, r3, r4, r6, r9, fp, lr}^ 68cc: 4b5a4a61 blmi 0x1699258 68d0: 231f5c9a tstcs pc, #39424 ; 0x9a00 68d4: 4b58435a blmi 0x1617644 68d8: 3218189a andccs r1, r8, #10092544 ; 0x9a0000 68dc: 1e402004 cdpne 0, 4, cr2, cr0, cr4, {0} 68e0: 54135c0b ldrpl r5, [r3], #-3083 68e4: 9800d1fb stmlsda r0, {r0, r1, r3, r4, r5, r6, r7, r8, ip, lr, pc} 68e8: 78099900 stmvcda r9, {r8, fp, ip, pc} 68ec: 70011c49 andvc r1, r1, r9, asr #24 68f0: 99009800 stmlsdb r0, {fp, ip, pc} 68f4: 1c497849 mcrrne 8, 4, r7, r9, cr9 68f8: 7c387041 ldcvc 0, cr7, [r8], #-260 68fc: d10b2819 tstle fp, r9, lsl r8 6900: 21002200 tstcs r0, r0, lsl #4 6904: b4072000 strlt r2, [r7] 6908: 202f2300 eorcs r2, pc, r0, lsl #6 690c: f96af00a stmnvdb sl!, {r1, r3, ip, sp, lr, pc}^ 6910: 1c407c70 mcrrne 12, 7, r7, r0, cr0 6914: b0037470 andlt r7, r3, r0, ror r4 6918: 74382000 ldrvct r2, [r8] 691c: 2930e0af ldmcsdb r0!, {r0, r1, r2, r3, r5, r7, sp, lr, pc} 6920: e0acd000 adc sp, ip, r0 6924: 70387cb8 ldrvch r7, [r8], -r8 6928: 70787c78 rsbvcs r7, r8, r8, ror ip 692c: 28017ab8 stmcsda r1, {r3, r4, r5, r7, r9, fp, ip, sp, lr} 6930: 2200d109 andcs sp, r0, #1073741826 ; 0x40000002 6934: 20002100 andcs r2, r0, r0, lsl #2 6938: 2300b407 tstcs r0, #117440512 ; 0x7000000 693c: f00a2033 andnv r2, sl, r3, lsr r0 6940: b003f951 andlt pc, r3, r1, asr r9 6944: 2200e008 andcs lr, r0, #8 ; 0x8 6948: 20002100 andcs r2, r0, r0, lsl #2 694c: 2300b407 tstcs r0, #117440512 ; 0x7000000 6950: f00a2034 andnv r2, sl, r4, lsr r0 6954: b003f947 andlt pc, r3, r7, asr #18 6958: 1c407c70 mcrrne 12, 7, r7, r0, cr0 695c: e1a37470 mov r7, r0, ror r4 6960: d11d2931 tstle sp, r1, lsr r9 6964: 72f87cb8 rscvcs r7, r8, #47104 ; 0xb800 6968: 28007c78 stmcsda r0, {r3, r4, r5, r6, sl, fp, ip, sp, lr} 696c: 2200d10c andcs sp, r0, #3 ; 0x3 6970: 20002100 andcs r2, r0, r0, lsl #2 6974: 2300b407 tstcs r0, #117440512 ; 0x7000000 6978: f00a2003 andnv r2, sl, r3 697c: 7c70f933 ldcvcl 9, cr15, [r0], #-204 6980: 74701c40 ldrvcbt r1, [r0], #-3136 6984: e00bb003 and fp, fp, r3 6988: 76302000 ldrvct r2, [r0], -r0 698c: 201172b8 ldrcsh r7, [r1], -r8 6990: 20007430 andcs r7, r0, r0, lsr r4 6994: 61707470 cmnvs r0, r0, ror r4 6998: 69f074f0 ldmvsib r0!, {r4, r5, r6, r7, sl, ip, sp, lr}^ 699c: 80012100 andhi r2, r1, r0, lsl #2 69a0: 28327c38 ldmcsda r2!, {r3, r4, r5, sl, fp, ip, sp, lr} 69a4: 2200d16b andcs sp, r0, #-1073741798 ; 0xc000001a 69a8: 20002100 andcs r2, r0, r0, lsl #2 69ac: 2300b407 tstcs r0, #117440512 ; 0x7000000 69b0: f00a2003 andnv r2, sl, r3 69b4: 7c70f917 ldcvcl 9, cr15, [r0], #-92 69b8: 74701c40 ldrvcbt r1, [r0], #-3136 69bc: e05eb003 subs fp, lr, r3 69c0: d15c291b cmple ip, fp, lsl r9 69c4: 07c07c78 undefined 69c8: d5027a78 strle r7, [r2, #-2680] 69cc: 43012102 tstmi r1, #-2147483648 ; 0x80000000 69d0: 21fde001 mvncss lr, r1 69d4: 72794001 rsbvcs r4, r9, #1 ; 0x1 69d8: 68004825 stmvsda r0, {r0, r2, r5, fp, lr} 69dc: 6a406a80 bvs 0x10213e4 69e0: 22fb7fc1 rsccss r7, fp, #772 ; 0x304 69e4: 77c2400a strvcb r4, [r2, sl] 69e8: 72b82000 adcvcs r2, r8, #0 ; 0x0 69ec: 74302011 ldrvct r2, [r0], #-17 69f0: 74702000 ldrvcbt r2, [r0] 69f4: 74f06170 ldrvcbt r6, [r0], #368 69f8: 210069f0 strcsd r6, [r0, -r0] 69fc: e03e8001 eors r8, lr, r1 6a00: 1c017c70 stcne 12, cr7, [r1], {112} 6a04: d83a2805 ldmleda sl!, {r0, r2, fp, sp} 6a08: 0049a201 subeq sl, r9, r1, lsl #4 6a0c: 44975e52 ldrmi r5, [r7], #3666 6a10: fd7e000a ldc2l 0, cr0, [lr, #-40]! 6a14: 00660ed8 ldreqd r0, [r6], #-232 6a18: 008a0070 addeq r0, sl, r0, ror r0 6a1c: 68094914 stmvsda r9, {r2, r4, r8, fp, lr} 6a20: 6a496a89 bvs 0x126144c 6a24: 07497fc9 streqb r7, [r9, -r9, asr #31] 6a28: 1c40d501 cfstr64ne mvdx13, [r0], {1} 6a2c: 1c80e0f2 stcne 0, cr14, [r0], {242} 6a30: 46c0e0f0 undefined 6a34: 0000048e andeq r0, r0, lr, lsl #9 6a38: 00008a54 andeq r8, r0, r4, asr sl 6a3c: 00000487 andeq r0, r0, r7, lsl #9 6a40: 00000bb5 streqh r0, [r0], -r5 6a44: 0000049e muleq r0, lr, r4 6a48: 0000076e andeq r0, r0, lr, ror #14 6a4c: 00000505 andeq r0, r0, r5, lsl #10 6a50: 000003d5 ldreqd r0, [r0], -r5 6a54: 00000761 andeq r0, r0, r1, ror #14 6a58: 000003ce andeq r0, r0, lr, asr #7 6a5c: 00000872 andeq r0, r0, r2, ror r8 6a60: 00000976 andeq r0, r0, r6, ror r9 6a64: 00000b84 andeq r0, r0, r4, lsl #23 6a68: 00000476 andeq r0, r0, r6, ror r4 6a6c: 00000ba4 andeq r0, r0, r4, lsr #23 6a70: 00009624 andeq r9, r0, r4, lsr #12 6a74: 00000466 andeq r0, r0, r6, ror #8 6a78: f0019809 andnv r9, r1, r9, lsl #16 6a7c: f001f9cf andnv pc, r1, pc, asr #19 6a80: 2200f84c andcs pc, r0, #4980736 ; 0x4c0000 6a84: 20002100 andcs r2, r0, r0, lsl #2 6a88: 2300b407 tstcs r0, #117440512 ; 0x7000000 6a8c: f00a2025 andnv r2, sl, r5, lsr #32 6a90: 7c70f8a9 ldcvcl 8, cr15, [r0], #-676 6a94: 74701c40 ldrvcbt r1, [r0], #-3136 6a98: e7f0b003 ldrb fp, [r0, r3]! 6a9c: 28267c38 stmcsda r6!, {r3, r4, r5, sl, fp, ip, sp, lr} 6aa0: 2000d1ed andcs sp, r0, sp, ror #3 6aa4: 61707470 cmnvs r0, r0, ror r4 6aa8: 200174f0 strcsd r7, [r1], -r0 6aac: 200b72b8 strcsh r7, [fp], -r8 6ab0: e7e47430 undefined 6ab4: 49ca7c70 stmmiib sl, {r4, r5, r6, sl, fp, ip, sp, lr}^ 6ab8: 18554aca ldmneda r5, {r1, r3, r6, r7, r9, fp, lr}^ 6abc: 28081c01 stmcsda r8, {r0, sl, fp, ip} 6ac0: a202d8dd andge sp, r2, #14483456 ; 0xdd0000 6ac4: 5a520049 bpl 0x1486bf0 6ac8: 46c04497 undefined 6acc: 004e0012 subeq r0, lr, r2, lsl r0 6ad0: 0102006e tsteq r2, lr, rrx 6ad4: 0e1e0110 mrceq 1, 0, r0, cr14, cr0, {0} 6ad8: 0184014c orreq r0, r4, ip, asr #2 6adc: 48c201f2 stmmiia r2, {r1, r4, r5, r6, r7, r8}^ 6ae0: 6a806800 bvs 0xfe020ae8 6ae4: 7fc06a40 swivc 0x00c06a40 6ae8: d5140740 ldrle r0, [r4, #-1856] 6aec: 680048be stmvsda r0, {r1, r2, r3, r4, r5, r7, fp, lr} 6af0: 6a406a80 bvs 0x10214f8 6af4: 680949bc stmvsda r9, {r2, r3, r4, r5, r7, r8, fp, lr} 6af8: 6a496a89 bvs 0x1261524 6afc: 22047fc9 andcs r7, r4, #804 ; 0x324 6b00: 77c2430a strvcb r4, [r2, sl, lsl #6] 6b04: 21009800 tstcs r0, r0, lsl #16 6b08: 7c707241 lfmvc f7, 2, [r0], #-260 6b0c: 74701c40 ldrvcbt r1, [r0], #-3136 6b10: fec2f009 cdp2 0, 12, cr15, cr2, cr9, {0} 6b14: 2004e7b3 strcsh lr, [r4], -r3 6b18: 9800e07c stmlsda r0, {r2, r3, r4, r5, r6, sp, lr, pc} 6b1c: 1c407a40 mcrrne 10, 4, r7, r0, cr0 6b20: 72489900 subvc r9, r8, #0 ; 0x0 6b24: 0e000600 cfmadd32eq mvax0, mvfx0, mvfx0, mvfx0 6b28: d3a82865 movle r2, #6619136 ; 0x650000 6b2c: feb6f009 cdp2 0, 11, cr15, cr6, cr9, {0} 6b30: 80282000 eorhi r2, r8, r0 6b34: 1c407c70 mcrrne 12, 7, r7, r0, cr0 6b38: 8828e06c stmhida r8!, {r2, r3, r5, r6, sp, lr, pc} 6b3c: 80281c40 eorhi r1, r8, r0, asr #24 6b40: 040049aa streq r4, [r0], #-2474 6b44: 42880c00 addmi r0, r8, #0 ; 0x0 6b48: 48a9d399 stmmiia r9!, {r0, r3, r4, r7, r8, r9, ip, lr, pc} 6b4c: 4aa52100 bmi 0xfe94ef54 6b50: 1e803208 cdpne 2, 8, cr3, cr0, cr8, {0} 6b54: d1fc5211 mvnles r5, r1, lsl r2 6b58: 4da22400 cfstrsmi mvf2, [r2] 6b5c: 21002007 tstcs r0, r7 6b60: 4362222f cmnmi r2, #-268435454 ; 0xf0000002 6b64: 18eb4ba3 stmneia fp!, {r0, r1, r5, r7, r8, r9, fp, lr}^ 6b68: 1e40189a mcrne 8, 2, r1, cr0, cr10, {4} 6b6c: d1fc5411 mvnles r5, r1, lsl r4 6b70: 222f2010 eorcs r2, pc, #16 ; 0x10 6b74: 4ba04362 blmi 0xfe817904 6b78: 189a18eb ldmneia sl, {r0, r1, r3, r5, r6, r7, fp, ip} 6b7c: 54111e40 ldrpl r1, [r1], #-3648 6b80: 2004d1fc strcsd sp, [r4], -ip 6b84: 4362222f cmnmi r2, #-268435454 ; 0xf0000002 6b88: 18eb4b9c stmneia fp!, {r2, r3, r4, r7, r8, r9, fp, lr}^ 6b8c: 1e40189a mcrne 8, 2, r1, cr0, cr10, {4} 6b90: d1fc5411 mvnles r5, r1, lsl r4 6b94: 222f2010 eorcs r2, pc, #16 ; 0x10 6b98: 4b994362 blmi 0xfe657928 6b9c: 189a18eb ldmneia sl, {r0, r1, r3, r5, r6, r7, fp, ip} 6ba0: 54111e40 ldrpl r1, [r1], #-3648 6ba4: 202fd1fc strcsd sp, [pc], -ip 6ba8: 99064360 stmlsdb r6, {r5, r6, r8, r9, lr} 6bac: 540a22ff strpl r2, [sl], #-767 6bb0: 1c499906 mcrrne 9, 0, r9, r9, cr6 6bb4: 540a2200 strpl r2, [sl], #-512 6bb8: 1c899906 stcne 9, cr9, [r9], {6} 6bbc: 1c64540a cfstrdne mvd5, [r4], #-40 6bc0: 0e240624 cfmadda32eq mvax1, mvax0, mvfx4, mvfx4 6bc4: d3c92c04 bicle r2, r9, #1024 ; 0x400 6bc8: 1c407c70 mcrrne 12, 7, r7, r0, cr0 6bcc: 9800e022 stmlsda r0, {r1, r5, sp, lr, pc} 6bd0: 70812101 addvc r2, r1, r1, lsl #2 6bd4: 7c707631 ldcvcl 6, cr7, [r0], #-196 6bd8: e01b1c40 ands r1, fp, r0, asr #24 6bdc: 22009900 andcs r9, r0, #0 ; 0x0 6be0: 990071ca stmlsdb r0, {r1, r3, r6, r7, r8, ip, sp, lr} 6be4: 29027889 stmcsdb r2, {r0, r3, r7, fp, ip, sp, lr} 6be8: 2400d113 strcs sp, [r0], #-275 6bec: 4360202f cmnmi r0, #47 ; 0x2f 6bf0: 1c499906 mcrrne 9, 0, r9, r9, cr6 6bf4: 28005c08 stmcsda r0, {r3, sl, fp, ip, lr} 6bf8: 9800d003 stmlsda r0, {r0, r1, ip, lr, pc} 6bfc: 43212180 teqmi r1, #32 ; 0x20 6c00: 1c6471c1 stfnee f7, [r4], #-772 6c04: 0e240624 cfmadda32eq mvax1, mvax0, mvfx4, mvfx4 6c08: d3ef2c04 mvnle r2, #1024 ; 0x400 6c0c: 1c407c70 mcrrne 12, 7, r7, r0, cr0 6c10: 1c80e000 stcne 0, cr14, [r0], {0} 6c14: ff80f000 swinv 0x0080f000 6c18: 4a72497a bmi 0x1c99208 6c1c: aa0f1851 bge 0x3ccd68 6c20: 1e802008 cdpne 0, 8, cr2, cr0, cr8, {0} 6c24: 52135a0b andpls r5, r3, #45056 ; 0xb000 6c28: 2000d1fb strcsd sp, [r0], -fp 6c2c: 3108a90f tstcc r8, pc, lsl #18 6c30: 60486008 subvs r6, r8, r8 6c34: 21002200 tstcs r0, r0, lsl #4 6c38: 4b6a4872 blmi 0x1a98e08 6c3c: b4071818 strlt r1, [r7], #-2072 6c40: 20212300 eorcs r2, r1, r0, lsl #6 6c44: ffcef009 swinv 0x00cef009 6c48: 74702007 ldrvcbt r2, [r0], #-7 6c4c: e716b003 ldr fp, [r6, -r3] 6c50: 28227c38 stmcsda r2!, {r3, r4, r5, sl, fp, ip, sp, lr} 6c54: e712d000 ldr sp, [r2, -r0] 6c58: 79c49800 stmvcib r4, {fp, ip, pc}^ 6c5c: d5110620 ldrle r0, [r1, #-1568] 6c60: 21002200 tstcs r0, r0, lsl #4 6c64: b4072000 strlt r2, [r7] 6c68: 48672300 stmmida r7!, {r8, r9, sp}^ 6c6c: 438c2180 orrmi r2, ip, #32 ; 0x20 6c70: 434c212f cmpmi ip, #-1073741813 ; 0xc000000b 6c74: 1909495b stmnedb r9, {r0, r1, r3, r4, r6, r8, fp, lr} 6c78: 200b5c09 andcs r5, fp, r9, lsl #24 6c7c: ffb2f009 swinv 0x00b2f009 6c80: e669b003 strbt fp, [r9], -r3 6c84: 68004858 stmvsda r0, {r3, r4, r6, fp, lr} 6c88: 6a406a80 bvs 0x1021690 6c8c: 07407fc0 streqb r7, [r0, -r0, asr #31] 6c90: 2000d501 andcs sp, r0, r1, lsl #10 6c94: 20117630 andcss r7, r1, r0, lsr r6 6c98: 20007430 andcs r7, r0, r0, lsr r4 6c9c: 61707470 cmnvs r0, r0, ror r4 6ca0: 69f074f0 ldmvsib r0!, {r4, r5, r6, r7, sl, ip, sp, lr}^ 6ca4: 80012100 andhi r2, r1, r0, lsl #2 6ca8: 6800484f stmvsda r0, {r0, r1, r2, r3, r6, fp, lr} 6cac: 6a496a81 bvs 0x12616b8 6cb0: 6a406a80 bvs 0x10216b8 6cb4: 22087e80 andcs r7, r8, #2048 ; 0x800 6cb8: 768a4302 strvc r4, [sl], r2, lsl #6 6cbc: 9800e3b3 stmlsda r0, {r0, r1, r4, r5, r7, r8, r9, sp, lr, pc} 6cc0: 28007a00 stmcsda r0, {r9, fp, ip, sp, lr} 6cc4: e3aed100 mov sp, #0 ; 0x0 6cc8: 99004850 stmlsdb r0, {r4, r6, fp, lr} 6ccc: 228079c9 addcs r7, r0, #3293184 ; 0x324000 6cd0: 222f4391 eorcs r4, pc, #1140850690 ; 0x44000002 6cd4: 4a434351 bmi 0x10d7a20 6cd8: 22011851 andcs r1, r1, #5308416 ; 0x510000 6cdc: 69f0540a ldmvsib r0!, {r1, r3, sl, ip, lr}^ 6ce0: 80012100 andhi r2, r1, r0, lsl #2 6ce4: 98007021 stmlsda r0, {r0, r5, ip, sp, lr} 6ce8: 70812102 addvc r2, r1, r2, lsl #2 6cec: f0097631 andnv r7, r9, r1, lsr r6 6cf0: f009ff71 andnv pc, r9, r1, ror pc 6cf4: 2101fde9 smlattcs r1, r9, sp, pc 6cf8: f009980e andnv r9, r9, lr, lsl #16 6cfc: 2011fddb ldrcssb pc, [r1], -fp 6d00: 20007430 andcs r7, r0, r0, lsr r4 6d04: 61707470 cmnvs r0, r0, ror r4 6d08: e38c74f0 orr r7, ip, #-268435456 ; 0xf0000000 6d0c: 28007c70 stmcsda r0, {r4, r5, r6, sl, fp, ip, sp, lr} 6d10: f000d101 andnv sp, r0, r1, lsl #2 6d14: 2801fdea stmcsda r1, {r1, r3, r5, r6, r7, r8, sl, fp, ip, sp, lr, pc} 6d18: e384d000 orr sp, r4, #0 ; 0x0 6d1c: 210069f0 strcsd r6, [r0, -r0] 6d20: e7ec8001 strb r8, [ip, r1]! 6d24: 28007c70 stmcsda r0, {r4, r5, r6, sl, fp, ip, sp, lr} 6d28: 2801d002 stmcsda r1, {r1, ip, lr, pc} 6d2c: e37ad0f6 cmn sl, #246 ; 0xf6 6d30: f0009809 andnv r9, r0, r9, lsl #16 6d34: e376ffc3 cmnp r6, #780 ; 0x30c 6d38: 88e94668 stmhiia r9!, {r3, r5, r6, r9, sl, lr}^ 6d3c: 7c398601 ldcvc 6, cr8, [r9], #-4 6d40: 72027bfa andvc r7, r2, #256000 ; 0x3e800 6d44: 7c727820 ldcvcl 8, cr7, [r2], #-128 6d48: d9002a0a stmledb r0, {r1, r3, r9, fp, sp} 6d4c: a302e36b tstge r2, #-1409286143 ; 0xac000001 6d50: 5e9b0052 mrcpl 0, 4, r0, cr11, cr2, {2} 6d54: 46c0449f undefined 6d58: 0016ffd8 ldreqsb pc, [r6], -r8 6d5c: 010800c8 smlabteq r8, r8, r0, r0 6d60: 0202018e andeq r0, r2, #-2147483613 ; 0x80000023 6d64: 0260023c rsbeq r0, r0, #-1073741821 ; 0xc0000003 6d68: 0b92029e bleq 0xfe4877e8 6d6c: 4827ffa6 stmmida r7!, {r1, r2, r5, r7, r8, r9, sl, fp, ip, sp, lr, pc} 6d70: 222f7871 eorcs r7, pc, #7405568 ; 0x710000 6d74: 4a1b4351 bmi 0x6d7ac0 6d78: 5c081851 stcpl 8, cr1, [r8], {81} 6d7c: d0212800 eorle r2, r1, r0, lsl #16 6d80: 21019803 tstcs r1, r3, lsl #16 6d84: 98037001 stmlsda r3, {r0, ip, sp, lr} 6d88: 70412181 subvc r2, r1, r1, lsl #3 6d8c: 010921b9 streqh r2, [r9, -r9] 6d90: 4a1f1851 bmi 0x7ccedc 6d94: 189a4b13 ldmneia sl, {r0, r1, r4, r8, r9, fp, lr} 6d98: 1f002014 swine 0x00002014 6d9c: 5013580b andpls r5, r3, fp, lsl #16 6da0: 481cd1fb ldmmida ip, {r0, r1, r3, r4, r5, r6, r7, r8, ip, lr, pc} 6da4: 1808490f stmneda r8, {r0, r1, r2, r3, r8, fp, lr} 6da8: 4a0e491b bmi 0x39921c 6dac: 68021851 stmvsda r2, {r0, r4, r6, fp, ip} 6db0: 221a600a andcss r6, sl, #10 ; 0xa 6db4: 9803211a stmlsda r3, {r1, r3, r4, r8, sp} 6db8: fdb8f009 ldc2 0, cr15, [r8, #36]! 6dbc: 81682000 cmnhi r8, r0 6dc0: e31d2002 tst sp, #2 ; 0x2 6dc4: 49158968 ldmmidb r5, {r3, r5, r6, r8, fp, pc} 6dc8: d3054288 tstle r5, #-2147483640 ; 0x80000008 6dcc: 219a69f0 ldrcssh r6, [sl, r0] 6dd0: 80010209 andhi r0, r1, r9, lsl #4 6dd4: e3132008 tst r3, #8 ; 0x8 6dd8: 81681c40 cmnhi r8, r0, asr #24 6ddc: 46c0e323 strmib lr, [r0], r3, lsr #6 6de0: 0000076c andeq r0, r0, ip, ror #14 6de4: 00008a54 andeq r8, r0, r4, asr sl 6de8: 00009624 andeq r9, r0, r4, lsr #12 6dec: 000007d1 ldreqd r0, [r0], -r1 6df0: 000003a2 andeq r0, r0, r2, lsr #7 6df4: 000003ce andeq r0, r0, lr, asr #7 6df8: 000003aa andeq r0, r0, sl, lsr #7 6dfc: 000003ba streqh r0, [r0], -sl 6e00: 000003be streqh r0, [r0], -lr 6e04: 00000466 andeq r0, r0, r6, ror #8 6e08: 000003d5 ldreqd r0, [r0], -r5 6e0c: 000003d6 ldreqd r0, [r0], -r6 6e10: 00000874 andeq r0, r0, r4, ror r8 6e14: 00000b84 andeq r0, r0, r4, lsl #23 6e18: 00000888 andeq r0, r0, r8, lsl #17 6e1c: 00007530 andeq r7, r0, r0, lsr r5 6e20: d1132804 tstle r3, r4, lsl #16 6e24: 7a004668 bvc 0x187cc 6e28: d10f2802 tstle pc, r2, lsl #16 6e2c: d10d2981 smlabble sp, r1, r9, r2 6e30: 28007c78 stmcsda r0, {r3, r4, r5, r6, sl, fp, ip, sp, lr} 6e34: 7cb8d106 ldfvcd f5, [r8], #24 6e38: 20038128 andcs r8, r3, r8, lsr #2 6e3c: 20007470 andcs r7, r0, r0, ror r4 6e40: e0037020 and r7, r3, r0, lsr #32 6e44: 800869f1 strhid r6, [r8], -r1 6e48: 74702008 ldrvcbt r2, [r0], #-8 6e4c: 49cf8968 stmmiib pc, {r3, r5, r6, r8, fp, pc}^ 6e50: d3c14288 bicle r4, r1, #-2147483640 ; 0x80000008 6e54: 219769f0 ldrcssh r6, [r7, r0] 6e58: 80010209 andhi r0, r1, r9, lsl #4 6e5c: e2cf2008 sbc r2, pc, #8 ; 0x8 6e60: 81682000 cmnhi r8, r0 6e64: 49ca6828 stmmiib sl, {r3, r5, fp, sp, lr}^ 6e68: d3004288 tstle r0, #-2147483640 ; 0x80000008 6e6c: 80a81e48 adchi r1, r8, r8, asr #28 6e70: 0c000400 cfstrseq mvf0, [r0], {0} 6e74: d303287c tstle r3, #8126464 ; 0x7c0000 6e78: 9001207b andls r2, r1, fp, ror r0 6e7c: e0022004 and r2, r2, r4 6e80: 900188a8 andls r8, r1, r8, lsr #17 6e84: 74702005 ldrvcbt r2, [r0], #-5 6e88: 46694668 strmibt r4, [r9], -r8, ror #12 6e8c: 72418e09 subvc r8, r1, #144 ; 0x90 6e90: 48c0ab01 stmmiia r0, {r0, r8, r9, fp, sp, pc}^ 6e94: 180a49c0 stmneda sl, {r6, r7, r8, fp, lr} 6e98: 1c49a902 mcrrne 9, 0, sl, r9, cr2 6e9c: 4cbf2082 ldcmi 0, cr2, [pc], #520 6ea0: 69246824 stmvsdb r4!, {r2, r5, fp, sp, lr} 6ea4: 68246a64 stmvsda r4!, {r2, r5, r6, r9, fp, sp, lr} 6ea8: f9aaf010 stmnvib sl!, {r4, ip, sp, lr, pc} 6eac: 1cd288aa ldcnel 8, cr8, [r2], {170} 6eb0: 21019803 tstcs r1, r3, lsl #16 6eb4: 98037001 stmlsda r3, {r0, ip, sp, lr} 6eb8: 70412183 subvc r2, r1, r3, lsl #3 6ebc: 89299803 stmhidb r9!, {r0, r1, fp, ip, pc} 6ec0: 04127081 ldreq r7, [r2], #-129 6ec4: 99010c12 stmlsdb r1, {r1, r4, sl, fp} 6ec8: 06091cc9 streq r1, [r9], -r9, asr #25 6ecc: 98030e09 stmlsda r3, {r0, r3, r9, sl, fp} 6ed0: fd2cf009 stc2 0, cr15, [ip, #-36]! 6ed4: 990188a8 stmlsdb r1, {r3, r5, r7, fp, pc} 6ed8: 80a81a40 adchi r1, r8, r0, asr #20 6edc: 99016828 stmlsdb r1, {r3, r5, fp, sp, lr} 6ee0: 60281a40 eorvs r1, r8, r0, asr #20 6ee4: f009e29f mulnv r9, pc, r2 6ee8: 2800fd17 stmcsda r0, {r0, r1, r2, r4, r8, sl, fp, ip, sp, lr, pc} 6eec: e29ad100 adds sp, sl, #0 ; 0x0 6ef0: 81682000 cmnhi r8, r0 6ef4: 288088a8 stmcsia r0, {r3, r5, r7, fp, pc} 6ef8: 2180d302 orrcs sp, r0, r2, lsl #6 6efc: e0009101 and r9, r0, r1, lsl #2 6f00: 99019001 stmlsdb r1, {r0, ip, pc} 6f04: 80a81a40 adchi r1, r8, r0, asr #20 6f08: 99016828 stmlsdb r1, {r3, r5, fp, sp, lr} 6f0c: 60281a40 eorvs r1, r8, r0, asr #20 6f10: 88e94668 stmhiia r9!, {r3, r5, r6, r9, sl, lr}^ 6f14: ab017241 blge 0x63820 6f18: a9029a03 stmgedb r2, {r0, r1, r9, fp, ip, pc} 6f1c: 20821c49 addcs r1, r2, r9, asr #24 6f20: 683f4f9e ldmvsda pc!, {r1, r2, r3, r4, r7, r8, r9, sl, fp, lr} 6f24: 6a7f693f bvs 0x1fe1428 6f28: f010683f andnvs r6, r0, pc, lsr r8 6f2c: 2180f963 orrcs pc, r0, r3, ror #18 6f30: 42880209 addmi r0, r8, #-1879048192 ; 0x90000000 6f34: 2000d301 andcs sp, r0, r1, lsl #6 6f38: 99019001 stmlsdb r1, {r0, ip, pc} 6f3c: 0e090609 cfmadd32eq mvax0, mvfx0, mvfx9, mvfx9 6f40: f0099803 andnv r9, r9, r3, lsl #16 6f44: 88a8fd2f stmhiia r8!, {r0, r1, r2, r3, r5, r8, sl, fp, ip, sp, lr, pc} 6f48: d0002800 andle r2, r0, r0, lsl #16 6f4c: 2005e26b andcs lr, r5, fp, ror #4 6f50: 20007470 andcs r7, r0, r0, ror r4 6f54: 70208168 eorvc r8, r0, r8, ror #2 6f58: 2806e265 stmcsda r6, {r0, r2, r5, r6, r9, sp, lr, pc} 6f5c: 2983d115 stmcsib r3, {r0, r2, r4, r8, ip, lr, pc} 6f60: 4668d113 undefined 6f64: 28027a00 stmcsda r2, {r9, fp, ip, sp, lr} 6f68: 8928d10f stmhidb r8!, {r0, r1, r2, r3, r8, ip, lr, pc} 6f6c: 42887cb9 addmi r7, r8, #47360 ; 0xb900 6f70: 7c78d10b ldfvcp f5, [r8], #-44 6f74: d1082800 tstle r8, r0, lsl #16 6f78: 28006828 stmcsda r0, {r3, r5, fp, sp, lr} 6f7c: 2003d001 andcs sp, r3, r1 6f80: 2006e000 andcs lr, r6, r0 6f84: 20007470 andcs r7, r0, r0, ror r4 6f88: 89687020 stmhidb r8!, {r5, ip, sp, lr}^ 6f8c: 4288497f addmi r4, r8, #2080768 ; 0x1fc000 6f90: e721d22e str sp, [r1, -lr, lsr #4]! 6f94: 21019803 tstcs r1, r3, lsl #16 6f98: 98037001 stmlsda r3, {r0, ip, sp, lr} 6f9c: 70412184 subvc r2, r1, r4, lsl #3 6fa0: 89299803 stmhidb r9!, {r0, r1, fp, ip, pc} 6fa4: 22037081 andcs r7, r3, #129 ; 0x81 6fa8: 98032103 stmlsda r3, {r0, r1, r8, sp} 6fac: fcbef009 ldc2 0, cr15, [lr], #36 6fb0: 81682000 cmnhi r8, r0 6fb4: e2232007 eor r2, r3, #7 ; 0x7 6fb8: d1162804 tstle r6, r4, lsl #16 6fbc: d1142984 tstle r4, r4, lsl #19 6fc0: 7a004668 bvc 0x18968 6fc4: d1102802 tstle r0, r2, lsl #16 6fc8: 7cb98928 ldcvc 9, cr8, [r9], #160 6fcc: d10c4288 smlabble ip, r8, r2, r4 6fd0: 28007c78 stmcsda r0, {r3, r4, r5, r6, sl, fp, ip, sp, lr} 6fd4: d10169f0 strled r6, [r1, -r0] 6fd8: e0012100 and r2, r1, r0, lsl #2 6fdc: 0209219b andeq r2, r9, #-1073741786 ; 0xc0000026 6fe0: 20088001 andcs r8, r8, r1 6fe4: 20007470 andcs r7, r0, r0, ror r4 6fe8: 89687020 stmhidb r8!, {r5, ip, sp, lr}^ 6fec: 42884967 addmi r4, r8, #1687552 ; 0x19c000 6ff0: e72fd300 str sp, [pc, -r0, lsl #6]! 6ff4: 4668e6f0 undefined 6ff8: 8e094669 cfmadd32hi mvax3, mvfx4, mvfx9, mvfx9 6ffc: 23007201 tstcs r0, #268435456 ; 0x10000000 7000: a9022200 stmgedb r2, {r9, sp} 7004: 4c652084 stcmil 0, cr2, [r5], #-528 7008: 69246824 stmvsdb r4!, {r2, r5, fp, sp, lr} 700c: 68246a64 stmvsda r4!, {r2, r5, r6, r9, fp, sp, lr} 7010: f8f6f010 ldmnvia r6!, {r4, ip, sp, lr, pc}^ 7014: 1c407c70 mcrrne 12, 7, r7, r0, cr0 7018: 7c70e1f2 ldfvcp f6, [r0], #-968 701c: d0022800 andle r2, r2, r0, lsl #16 7020: d0322801 eorles r2, r2, r1, lsl #16 7024: 2078e1ff ldrcssh lr, [r8], #-31 7028: 46689001 strmibt r9, [r8], -r1 702c: 724188e9 subvc r8, r1, #15269888 ; 0xe90000 7030: 485bab01 ldmmida fp, {r0, r8, r9, fp, sp, pc}^ 7034: 180a4958 stmneda sl, {r3, r4, r6, r8, fp, lr} 7038: 1c49a902 mcrrne 9, 0, sl, r9, cr2 703c: 4c572082 mrrcmi 0, 8, r2, r7, cr2 7040: 69246824 stmvsdb r4!, {r2, r5, fp, sp, lr} 7044: 68246a64 stmvsda r4!, {r2, r5, r6, r9, fp, sp, lr} 7048: f8daf010 ldmnvia sl, {r4, ip, sp, lr, pc}^ 704c: 22029903 andcs r9, r2, #49152 ; 0xc000 7050: 9903700a stmlsdb r3, {r1, r3, ip, sp, lr} 7054: 704a7832 subvc r7, sl, r2, lsr r8 7058: 0a029903 beq 0xad46c 705c: 9903708a stmlsdb r3, {r1, r3, r7, ip, sp, lr} 7060: 980370c8 stmlsda r3, {r3, r6, r7, ip, sp, lr} 7064: 710188a9 smlatbvc r1, r9, r8, r8 7068: 88a99803 stmhiia r9!, {r0, r1, fp, ip, pc} 706c: 71410a09 cmpvc r1, r9, lsl #20 7070: 1d9288aa ldcne 8, cr8, [r2, #680] 7074: 0c120412 cfldrseq mvf0, [r2], {18} 7078: 9803217e stmlsda r3, {r1, r2, r3, r4, r5, r6, r8, sp} 707c: fc56f009 mrrc2 0, 0, pc, r6, cr9 7080: 387888a8 ldmccda r8!, {r3, r5, r7, fp, pc}^ 7084: 200180a8 andcs r8, r1, r8, lsr #1 7088: f009e1ba strnvh lr, [r9], -sl 708c: 2800fc45 stmcsda r0, {r0, r2, r6, sl, fp, ip, sp, lr, pc} 7090: e1c8d100 bic sp, r8, r0, lsl #2 7094: 288188a8 stmcsia r1, {r3, r5, r7, fp, pc} 7098: 3880d304 stmccia r0, {r2, r8, r9, ip, lr, pc} 709c: 208080a8 addcs r8, r0, r8, lsr #1 70a0: e00a9001 and r9, sl, r1 70a4: 20009001 andcs r9, r0, r1 70a8: 69f080a8 ldmvsib r0!, {r3, r5, r7, pc}^ 70ac: 80012100 andhi r2, r1, r0, lsl #2 70b0: 74302011 ldrvct r2, [r0], #-17 70b4: 61717471 cmnvs r1, r1, ror r4 70b8: 466874f1 undefined 70bc: 724188e9 subvc r8, r1, #15269888 ; 0xe90000 70c0: 9a03ab01 bls 0xf1ccc 70c4: 1c49a902 mcrrne 9, 0, sl, r9, cr2 70c8: 4c342082 ldcmi 0, cr2, [r4], #-520 70cc: 69246824 stmvsdb r4!, {r2, r5, fp, sp, lr} 70d0: 68246a64 stmvsda r4!, {r2, r5, r6, r9, fp, sp, lr} 70d4: f894f010 ldmnvia r4, {r4, ip, sp, lr, pc} 70d8: 06099901 streq r9, [r9], -r1, lsl #18 70dc: 98030e09 stmlsda r3, {r0, r3, r9, sl, fp} 70e0: fc60f009 stc2l 0, cr15, [r0], #-36 70e4: 4668e19f undefined 70e8: 72017cb1 andvc r7, r1, #45312 ; 0xb100 70ec: 7c707c39 ldcvcl 12, cr7, [r0], #-228 70f0: 78129a00 ldmvcda r2, {r9, fp, ip, pc} 70f4: 781b9b04 ldmvcda fp, {r2, r8, r9, fp, ip, pc} 70f8: 4d274c2a stcmi 12, cr4, [r7, #-168]! 70fc: 940a192c strls r1, [sl], #-2348 7100: 28081c04 stmcsda r8, {r2, sl, fp, ip} 7104: e18ed900 orr sp, lr, r0, lsl #18 7108: 0064a501 rsbeq sl, r4, r1, lsl #10 710c: 44af5b2d strmit r5, [pc], #2861 ; 0x7114 7110: 001007d8 ldreqsb r0, [r0], -r8 7114: 005e0018 subeqs r0, lr, r8, lsl r0 7118: 01820114 orreq r0, r2, r4, lsl r1 711c: 031602e0 tsteq r6, #14 ; 0xe 7120: 98090350 stmlsda r9, {r4, r6, r8, r9} 7124: fe4af000 cdp2 0, 4, cr15, cr10, cr0, {0} 7128: 2400e17d strcs lr, [r0], #-381 712c: 4360201f cmnmi r0, #31 ; 0x1f 7130: 18094919 stmneda r9, {r0, r3, r4, r8, fp, lr} 7134: 32234a18 eorcc r4, r3, #98304 ; 0x18000 7138: 07805c10 usada8eq r0, r0, ip, r5 713c: 3123d502 teqcc r3, r2, lsl #10 7140: e0012082 and r2, r1, r2, lsl #1 7144: 20003123 andcs r3, r0, r3, lsr #2 7148: 1c647008 stcnel 0, cr7, [r4], #-32 714c: 0e240624 cfmadda32eq mvax1, mvax0, mvfx4, mvfx4 7150: d3eb2c1e mvnle r2, #7680 ; 0x1e00 7154: 21002200 tstcs r0, r0, lsl #4 7158: b4072000 strlt r2, [r7] 715c: 220a2300 andcs r2, sl, #0 ; 0x0 7160: f009211e andnv r2, r9, lr, lsl r1 7164: 7c70fd3f ldcvcl 13, cr15, [r0], #-252 7168: 74701c40 ldrvcbt r1, [r0], #-3136 716c: e15ab003 cmp sl, r3 7170: d1192b01 tstle r9, r1, lsl #22 7174: 21002200 tstcs r0, r0, lsl #4 7178: b4072000 strlt r2, [r7] 717c: 20012300 andcs r2, r1, r0, lsl #6 7180: fd30f009 ldc2 0, cr15, [r0, #-36]! 7184: 74702007 ldrvcbt r2, [r0], #-7 7188: e04ab003 sub fp, sl, r3 718c: 00007530 andeq r7, r0, r0, lsr r5 7190: 0000ea5c andeq lr, r0, ip, asr sl 7194: 00000875 andeq r0, r0, r5, ror r8 7198: 00008a54 andeq r8, r0, r4, asr sl 719c: 00009624 andeq r9, r0, r4, lsr #12 71a0: 00000878 andeq r0, r0, r8, ror r8 71a4: 00000bcc andeq r0, r0, ip, asr #23 71a8: d12f290f teqle pc, pc, lsl #18 71ac: d2382a1e eorles r2, r8, #122880 ; 0x1e000 71b0: fd0cf009 stc2 0, cr15, [ip, #-36] 71b4: 1c80a802 stcne 8, cr10, [r0], {2} 71b8: 2301b401 tstcs r1, #16777216 ; 0x1000000 71bc: 99099a0e stmlsdb r9, {r1, r2, r3, r9, fp, ip, pc} 71c0: f0009806 andnv r9, r0, r6, lsl #16 71c4: b001fcd7 ldrltd pc, [r1], -r7 71c8: 0e240604 cfmadda32eq mvax0, mvax0, mvfx4, mvfx4 71cc: d2142c1e andles r2, r4, #7680 ; 0x1e00 71d0: 7a804668 bvc 0xfe018b78 71d4: d0192800 andles r2, r9, r0, lsl #16 71d8: 4344201f cmpmi r4, #31 ; 0x1f 71dc: 190048bb stmnedb r0, {r0, r1, r3, r4, r5, r7, fp, lr} 71e0: 1c022123 stfnes f2, [r2], {35} 71e4: 78123223 ldmvcda r2, {r0, r1, r5, r9, ip, sp} 71e8: 0e520652 mrceq 6, 2, r0, cr2, cr2, {2} 71ec: 98005442 stmlsda r0, {r1, r6, sl, ip, lr} 71f0: 78099900 stmvcda r9, {r8, fp, ip, pc} 71f4: 70011c49 andvc r1, r1, r9, asr #24 71f8: 2200e008 andcs lr, r0, #8 ; 0x8 71fc: 20002100 andcs r2, r0, r0, lsl #2 7200: 2300b407 tstcs r0, #117440512 ; 0x7000000 7204: f0092001 andnv r2, r9, r1 7208: b003fced andlt pc, r3, sp, ror #25 720c: 28107c38 ldmcsda r0, {r3, r4, r5, sl, fp, ip, sp, lr} 7210: 2000d107 andcs sp, r0, r7, lsl #2 7214: 980a74b0 stmlsda sl, {r4, r5, r7, sl, ip, sp, lr} 7218: 70012100 andvc r2, r1, r0, lsl #2 721c: 1c407c70 mcrrne 12, 7, r7, r0, cr0 7220: f7ff7470 undefined 7224: 2b01fb79 blcs 0x86010 7228: 2008d101 andcs sp, r8, r1, lsl #2 722c: 4669e0e8 strmibt lr, [r9], -r8, ror #1 7230: 06247a0c streqt r7, [r4], -ip, lsl #20 7234: 2c1e0e24 ldccs 14, cr0, [lr], {36} 7238: 211fd217 tstcs pc, r7, lsl r2 723c: 4ba34361 blmi 0xfe8d7fc8 7240: 2123185b teqcs r3, fp, asr r8 7244: 1c645c59 stcnel 12, cr5, [r4], #-356 7248: d0012901 andle r2, r1, r1, lsl #18 724c: d1f02902 mvnles r2, r2, lsl #18 7250: 1c4074b4 cfstrdne mvd7, [r0], {180} 7254: 22007470 andcs r7, r0, #1879048192 ; 0x70000000 7258: 20002100 andcs r2, r0, r0, lsl #2 725c: 331cb407 tstcc ip, #117440512 ; 0x7000000 7260: f0092004 andnv r2, r9, r4 7264: b003fcbf strlth pc, [r3], -pc 7268: d000e0dd ldrled lr, [r0], -sp 726c: 980ae0db stmlsda sl, {r0, r1, r3, r4, r6, r7, sp, lr, pc} 7270: 1c407800 mcrrne 8, 0, r7, r0, cr0 7274: 7008990a andvc r9, r8, sl, lsl #18 7278: 0e000600 cfmadd32eq mvax0, mvfx0, mvfx0, mvfx0 727c: d3002803 tstle r0, #196608 ; 0x30000 7280: 9800e0f4 stmlsda r0, {r2, r4, r5, r6, r7, sp, lr, pc} 7284: 42907840 addmis r7, r0, #4194304 ; 0x400000 7288: f7ffd101 ldrnvb sp, [pc, r1, lsl #2]! 728c: 2000fbaf andcs pc, r0, pc, lsr #23 7290: e0c874b0 strh r7, [r8], #64 7294: d1732911 cmnle r3, r1, lsl r9 7298: 99009800 stmlsdb r0, {fp, ip, pc} 729c: 1c497849 mcrrne 8, 4, r7, r9, cr9 72a0: 7cb47041 ldcvc 0, cr7, [r4], #260 72a4: 99051e64 stmlsdb r5, {r2, r5, r6, r9, sl, fp, ip} 72a8: 0e240624 cfmadda32eq mvax1, mvax0, mvfx4, mvfx4 72ac: 4360201f cmnmi r0, #31 ; 0x1f 72b0: 18104a86 ldmneda r0, {r1, r2, r7, r9, fp, lr} 72b4: f000301c andnv r3, r0, ip, lsl r0 72b8: 2801fc47 stmcsda r1, {r0, r1, r2, r6, sl, fp, ip, sp, lr, pc} 72bc: 2400d00f strcs sp, [r0], #-15 72c0: 201f9905 andcss r9, pc, r5, lsl #18 72c4: 4a814360 bmi 0xfe05804c 72c8: 301c1810 andccs r1, ip, r0, lsl r8 72cc: fc3cf000 ldc2 0, cr15, [ip] 72d0: d0042801 andle r2, r4, r1, lsl #16 72d4: 06241c64 streqt r1, [r4], -r4, ror #24 72d8: 2c1e0e24 ldccs 14, cr0, [lr], {36} 72dc: 201fd3f0 ldrcssh sp, [pc], -r0 72e0: 497a4360 ldmmidb sl!, {r5, r6, r8, r9, lr}^ 72e4: 90011808 andls r1, r1, r8, lsl #16 72e8: 90073008 andls r3, r7, r8 72ec: d2412c1e suble r2, r1, #7680 ; 0x1e00 72f0: 28007e38 stmcsda r0, {r3, r4, r5, r9, sl, fp, ip, sp, lr} 72f4: 9807d108 stmlsda r7, {r3, r8, ip, lr, pc} 72f8: 28007800 stmcsda r0, {fp, ip, sp, lr} 72fc: 4974d11f ldmmidb r4!, {r0, r1, r2, r3, r4, r8, ip, lr, pc}^ 7300: f0009807 andnv r9, r0, r7, lsl #16 7304: e01afc2d ands pc, sl, sp, lsr #24 7308: 18084872 stmneda r8, {r1, r4, r5, r6, fp, lr} 730c: 434c211f cmpmi ip, #-1073741817 ; 0xc0000007 7310: 1909496e stmnedb r9, {r1, r2, r3, r5, r6, r8, fp, lr} 7314: 24003108 strcs r3, [r0], #-264 7318: 5d0a5d03 stcpl 13, cr5, [sl, #-12] 731c: 429a1c64 addmis r1, sl, #25600 ; 0x6400 7320: 2a00d103 bcs 0x3b734 7324: 2500d1f8 strcs sp, [r0, #-504] 7328: 1ad5e000 bne 0xff57f330 732c: d0062d00 andle r2, r6, r0, lsl #26 7330: 98079908 stmlsda r7, {r3, r8, fp, ip, pc} 7334: fc14f000 ldc2 0, cr15, [r4], {0} 7338: 21014668 tstcs r1, r8, ror #12 733c: 98077281 stmlsda r7, {r0, r7, r9, ip, sp, lr} 7340: 28027ec0 stmcsda r2, {r6, r7, r9, sl, fp, ip, sp, lr} 7344: 4668d113 undefined 7348: 28017a80 stmcsda r1, {r7, r9, fp, ip, sp, lr} 734c: 2200d10f andcs sp, r0, #-1073741821 ; 0xc0000003 7350: 31189901 tstcc r8, r1, lsl #18 7354: b4079807 strlt r9, [r7], #-2055 7358: 331c9b04 tstcc ip, #4096 ; 0x1000 735c: 20052100 andcs r2, r5, r0, lsl #2 7360: fc40f009 mcrr2 0, 0, pc, r0, cr9 7364: 1c407c70 mcrrne 12, 7, r7, r0, cr0 7368: b0037470 andlt r7, r3, r0, ror r4 736c: 7c70e002 ldcvcl 0, cr14, [r0], #-8 7370: 74701e40 ldrvcbt r1, [r0], #-3648 7374: 99079807 stmlsdb r7, {r0, r1, r2, fp, ip, pc} 7378: 22407ec9 subcs r7, r0, #3216 ; 0xc90 737c: 76c2430a strvcb r4, [r2], sl, lsl #6 7380: 28127c38 ldmcsda r2, {r3, r4, r5, sl, fp, ip, sp, lr} 7384: e74cd000 strb sp, [ip, -r0] 7388: 7800980a stmvcda r0, {r1, r3, fp, ip, pc} 738c: d12d2802 teqle sp, r2, lsl #16 7390: 7cb09905 ldcvc 9, cr9, [r0], #20 7394: 06001e40 streq r1, [r0], -r0, asr #28 7398: 221f0e00 andcss r0, pc, #0 ; 0x0 739c: 4a4b4350 bmi 0x12d80e4 73a0: 301c1810 andccs r1, ip, r0, lsl r8 73a4: fbd0f000 blx 0xff4433ae 73a8: d01a2801 andles r2, sl, r1, lsl #16 73ac: e0042400 and r2, r4, r0, lsl #8 73b0: 06241c64 streqt r1, [r4], -r4, ror #24 73b4: 2c1e0e24 ldccs 14, cr0, [lr], {36} 73b8: 201fd213 andcss sp, pc, r3, lsl r2 73bc: 49434360 stmmidb r3, {r5, r6, r8, r9, lr}^ 73c0: 9905180d stmlsdb r5, {r0, r2, r3, fp, ip} 73c4: 301c1c28 andccs r1, ip, r8, lsr #24 73c8: fbbef000 blx 0xfefc33d2 73cc: d1ef2801 mvnle r2, r1, lsl #16 73d0: 5c282023 stcpl 0, cr2, [r8], #-140 73d4: d1042801 tstle r4, r1, lsl #16 73d8: 3508493d strcc r4, [r8, #-2365] 73dc: f0001c28 andnv r1, r0, r8, lsr #24 73e0: 9800fbbf stmlsda r0, {r0, r1, r2, r3, r4, r5, r7, r8, r9, fp, ip, sp, lr, pc} 73e4: 78499900 stmvcda r9, {r8, fp, ip, pc}^ 73e8: 70411c49 subvc r1, r1, r9, asr #24 73ec: 1e407c70 mcrne 12, 2, r7, cr0, cr0, {3} 73f0: 2917e716 ldmcsdb r7, {r1, r2, r4, r8, r9, sl, sp, lr, pc} 73f4: 7c78d117 ldfvcp f5, [r8], #-92 73f8: d1022850 tstle r2, r0, asr r8 73fc: 30fe7c70 rscccs r7, lr, r0, ror ip 7400: 4935e38a ldmmidb r5!, {r1, r3, r7, r8, r9, sp, lr, pc} 7404: 6a896809 bvs 0xfe261430 7408: 31256a49 teqcc r5, r9, asr #20 740c: 48327008 ldmmida r2!, {r3, ip, sp, lr} 7410: 6a806800 bvs 0xfe021418 7414: 49306a40 ldmmidb r0!, {r6, r9, fp, sp, lr} 7418: 6a896809 bvs 0xfe261444 741c: 7fc96a49 swivc 0x00c96a49 7420: 430a2208 tstmi sl, #-2147483648 ; 0x80000000 7424: e37877c2 cmn r8, #50855936 ; 0x3080000 7428: d1fc2910 mvnles r2, r0, lsl r9 742c: e00c2400 and r2, ip, r0, lsl #8 7430: 21003023 tstcs r0, r3, lsr #32 7434: 98007001 stmlsda r0, {r0, ip, sp, lr} 7438: 70012100 andvc r2, r1, r0, lsl #2 743c: 70419800 subvc r9, r1, r0, lsl #16 7440: 06241c64 streqt r1, [r4], -r4, ror #24 7444: 2c1e0e24 ldccs 14, cr0, [lr], {36} 7448: 211fd210 tstcs pc, r0, lsl r2 744c: 481f4361 ldmmida pc, {r0, r5, r6, r8, r9, lr} 7450: 4a1e1840 bmi 0x78d558 7454: 5c513223 lfmpl f3, 2, [r1], {35} 7458: d5e90789 strleb r0, [r9, #1929]! 745c: 21023023 tstcs r2, r3, lsr #32 7460: 4668e7e8 strmibt lr, [r8], -r8, ror #15 7464: 06247a04 streqt r7, [r4], -r4, lsl #20 7468: 2c1e0e24 ldccs 14, cr0, [lr], {36} 746c: f7ffd301 ldrnvb sp, [pc, r1, lsl #6]! 7470: 201ffabd ldrcsh pc, [pc], -sp 7474: 49154360 ldmmidb r5, {r5, r6, r8, r9, lr} 7478: 21231808 teqcs r3, r8, lsl #16 747c: 29015c41 stmcsdb r1, {r0, r6, sl, fp, ip, lr} 7480: 3023d102 eorcc sp, r3, r2, lsl #2 7484: 70012100 andvc r2, r1, r0, lsl #2 7488: e7ec1c64 strb r1, [ip, r4, ror #24]! 748c: 7c707c39 ldcvcl 12, cr7, [r0], #-228 7490: d8192804 ldmleda r9, {r2, fp, sp} 7494: 0040a201 subeq sl, r0, r1, lsl #4 7498: 44975a12 ldrmi r5, [r7], #2578 749c: 003e0008 eoreqs r0, lr, r8 74a0: 01620082 smulbbeq r2, r2, r0 74a4: 2200018a andcs r0, r0, #-2147483614 ; 0x80000022 74a8: 20002100 andcs r2, r0, r0, lsl #2 74ac: 2300b407 tstcs r0, #117440512 ; 0x7000000 74b0: 20092101 andcs r2, r9, r1, lsl #2 74b4: fb96f009 blx 0xfe5c34e2 74b8: 980e9908 stmlsda lr, {r3, r8, fp, ip, pc} 74bc: fb3cf000 blx 0xf434c6 74c0: 1c407c70 mcrrne 12, 7, r7, r0, cr0 74c4: b0037470 andlt r7, r3, r0, ror r4 74c8: 46c0e327 strmib lr, [r0], r7, lsr #6 74cc: 00008a54 andeq r8, r0, r4, asr sl 74d0: 00118db8 ldreqh r8, [r1], -r8 74d4: 0000048e andeq r0, r0, lr, lsl #9 74d8: 00009624 andeq r9, r0, r4, lsr #12 74dc: 28137c38 ldmcsda r3, {r3, r4, r5, sl, fp, ip, sp, lr} 74e0: 7c78d1f2 ldfvcp f5, [r8], #-968 74e4: d1212801 teqle r1, r1, lsl #16 74e8: 7cb99806 ldcvc 8, cr9, [r9], #24 74ec: 48d97001 ldmmiia r9, {r0, ip, sp, lr}^ 74f0: 6a806800 bvs 0xfe0214f8 74f4: 49d76a40 ldmmiib r7, {r6, r9, fp, sp, lr}^ 74f8: 6a896809 bvs 0xfe261524 74fc: 7fc96a49 swivc 0x00c96a49 7500: 430a2202 tstmi sl, #536870912 ; 0x20000000 7504: 220077c2 andcs r7, r0, #50855936 ; 0x3080000 7508: 20002100 andcs r2, r0, r0, lsl #2 750c: 9b0eb407 blls 0x3b4530 7510: f0092004 andnv r2, r9, r4 7514: 7c70fb67 ldcvcl 11, cr15, [r0], #-412 7518: 74701c40 ldrvcbt r1, [r0], #-3136 751c: e2fcb003 rscs fp, ip, #3 ; 0x3 7520: d10e291a tstle lr, sl, lsl r9 7524: 78009806 stmvcda r0, {r1, r2, fp, ip, pc} 7528: d1f828ff ldrlesh r2, [r8, #143]! 752c: 74302011 ldrvct r2, [r0], #-17 7530: 74702000 ldrvcbt r2, [r0] 7534: 74f06170 ldrvcbt r6, [r0], #368 7538: 219569f0 ldrcssh r6, [r5, r0] 753c: f7ff0209 ldrnvb r0, [pc, r9, lsl #4]! 7540: 2911fa5d ldmcsdb r1, {r0, r2, r3, r4, r6, r9, fp, ip, sp, lr, pc} 7544: a802d14d stmgeda r2, {r0, r2, r3, r6, r8, ip, lr, pc} 7548: b4011c80 strlt r1, [r1], #-3200 754c: 9a0e2302 bls 0x39015c 7550: 98069909 stmlsda r6, {r0, r3, r8, fp, ip, pc} 7554: fb0ef000 blx 0x3c355e 7558: 0604b001 streq fp, [r4], -r1 755c: 2c1e0e24 ldccs 14, cr0, [lr], {36} 7560: 9908d22a stmlsdb r8, {r1, r3, r5, r9, ip, lr, pc} 7564: 4abd48bc bmi 0xfef5985c 7568: f0001810 andnv r1, r0, r0, lsl r8 756c: 9905faf9 stmlsdb r5, {r0, r3, r4, r5, r6, r7, r9, fp, ip, sp, lr, pc} 7570: f000980b andnv r9, r0, fp, lsl #16 7574: 211ffae1 tstcsp pc, r1, ror #21 7578: 4ab84361 bmi 0xfee18304 757c: 31181851 tstcc r8, r1, asr r8 7580: 4bb64ab7 blmi 0xfed9a064 7584: 2004189a mulcs r4, sl, r8 7588: 5c0b1e40 stcpl 14, cr1, [fp], {64} 758c: d1fb5413 mvnles r5, r3, lsl r4 7590: 4344201f cmpmi r4, #31 ; 0x1f 7594: 190348b1 stmnedb r3, {r0, r4, r5, r7, fp, lr} 7598: 1c192200 lfmne f2, 4, [r9], {0} 759c: 1c183118 ldfnes f3, [r8], {24} 75a0: b4073008 strlt r3, [r7], #-8 75a4: 2100331c tstcs r0, ip, lsl r3 75a8: f0092005 andnv r2, r9, r5 75ac: 7c70fb1b ldcvcl 11, cr15, [r0], #-108 75b0: 74701c40 ldrvcbt r1, [r0], #-3136 75b4: e014b003 ands fp, r4, r3 75b8: 21002200 tstcs r0, r0, lsl #4 75bc: b4072000 strlt r2, [r7] 75c0: 98092300 stmlsda r9, {r8, r9, sp} 75c4: 20087801 andcs r7, r8, r1, lsl #16 75c8: fb0cf009 blx 0x3435f6 75cc: 74302011 ldrvct r2, [r0], #-17 75d0: 74702000 ldrvcbt r2, [r0] 75d4: 74f06170 ldrvcbt r6, [r0], #368 75d8: 219569f0 ldrcssh r6, [r5, r0] 75dc: 80010209 andhi r0, r1, r9, lsl #4 75e0: 7c38b003 ldcvc 0, cr11, [r8], #-12 75e4: d11e2812 tstle lr, r2, lsl r8 75e8: 21002200 tstcs r0, r0, lsl #4 75ec: b4072000 strlt r2, [r7] 75f0: 98092300 stmlsda r9, {r8, r9, sp} 75f4: 20087801 andcs r7, r8, r1, lsl #16 75f8: faf4f009 blx 0xffd43624 75fc: e114b003 tst r4, r3 7600: d1102917 tstle r0, r7, lsl r9 7604: 28507c78 ldmcsda r0, {r3, r4, r5, r6, sl, fp, ip, sp, lr}^ 7608: 2200d1ee andcs sp, r0, #-2147483589 ; 0x8000003b 760c: 20002100 andcs r2, r0, r0, lsl #2 7610: 2300b407 tstcs r0, #117440512 ; 0x7000000 7614: 78019809 stmvcda r1, {r0, r3, fp, ip, pc} 7618: f009200b andnv r2, r9, fp 761c: 7c70fae3 ldcvcl 10, cr15, [r0], #-908 7620: 74701c40 ldrvcbt r1, [r0], #-3136 7624: e278b003 rsbs fp, r8, #3 ; 0x3 7628: 7a009800 bvc 0x2d630 762c: d0fa2800 rscles r2, sl, r0, lsl #16 7630: 21019806 tstcs r1, r6, lsl #16 7634: f7ff7041 ldrnvb r7, [pc, r1, asr #32]! 7638: 7c39fb52 ldcvc 11, cr15, [r9], #-328 763c: 28067c70 stmcsda r6, {r4, r5, r6, sl, fp, ip, sp, lr} 7640: a202d8f1 andge sp, r2, #15794176 ; 0xf10000 7644: 5e120040 cdppl 0, 1, cr0, cr2, cr0, {2} 7648: 46c04497 undefined 764c: fad6029e blx 0xff5880cc 7650: 0036000e eoreqs r0, r6, lr 7654: 01e60184 mvneq r0, r4, lsl #3 7658: 2200022c andcs r0, r0, #-1073741822 ; 0xc0000002 765c: 20002100 andcs r2, r0, r0, lsl #2 7660: 9807b407 stmlsda r7, {r0, r1, r2, sl, ip, sp, pc} 7664: 211f7800 tstcs pc, r0, lsl #16 7668: 497c4348 ldmmidb ip!, {r3, r6, r8, r9, lr}^ 766c: 331c180b tstcc ip, #720896 ; 0xb0000 7670: 20022100 andcs r2, r2, r0, lsl #2 7674: fab6f009 blx 0xfedc36a0 7678: 1c407c70 mcrrne 12, 7, r7, r0, cr0 767c: b0037470 andlt r7, r3, r0, ror r4 7680: 2913e24b ldmcsdb r3, {r0, r1, r3, r6, r9, sp, lr, pc} 7684: e098d000 adds sp, r8, r0 7688: 28017c78 stmcsda r1, {r3, r4, r5, r6, sl, fp, ip, sp, lr} 768c: e08ad000 add sp, sl, r0 7690: 99044874 stmlsdb r4, {r2, r4, r5, r6, fp, lr} 7694: 222f7849 eorcs r7, pc, #4784128 ; 0x490000 7698: 4a704351 bmi 0x1c183e4 769c: 7cba1851 ldcvc 8, cr1, [sl], #324 76a0: 486c540a stmmida ip!, {r1, r3, sl, ip, lr}^ 76a4: 6a806800 bvs 0xfe0216ac 76a8: 496a6a40 stmmidb sl!, {r6, r9, fp, sp, lr}^ 76ac: 6a896809 bvs 0xfe2616d8 76b0: 7fc96a49 swivc 0x00c96a49 76b4: 430a2202 tstmi sl, #536870912 ; 0x20000000 76b8: 496b77c2 stmmidb fp!, {r1, r6, r7, r8, r9, sl, ip, sp, lr}^ 76bc: 5c514a67 mrrcpl 10, 6, r4, r1, cr7 76c0: 4351221f cmpmi r1, #-268435455 ; 0xf0000001 76c4: 18514a65 ldmneda r1, {r0, r2, r5, r6, r9, fp, lr}^ 76c8: 4a68311c bmi 0x1a13b40 76cc: 4c634b66 stcmil 11, cr4, [r3], #-408 76d0: 785b18e3 ldmvcda fp, {r0, r1, r5, r6, r7, fp, ip}^ 76d4: 4363242f cmnmi r3, #788529152 ; 0x2f000000 76d8: 18e34c60 stmneia r3!, {r5, r6, sl, fp, lr}^ 76dc: 2007189a mulcs r7, sl, r8 76e0: 5c0b1e40 stcpl 14, cr1, [fp], {64} 76e4: d1fb5413 mvnles r5, r3, lsl r4 76e8: 78009804 stmvcda r0, {r2, fp, ip, pc} 76ec: 4348211f cmpmi r8, #-1073741817 ; 0xc0000007 76f0: 1809495a stmneda r9, {r1, r3, r4, r6, r8, fp, lr} 76f4: 48583108 ldmmida r8, {r3, r8, ip, sp}^ 76f8: 78529a04 ldmvcda r2, {r2, r9, fp, ip, pc}^ 76fc: 435a232f cmpmi sl, #-1140850688 ; 0xbc000000 7700: 189a4b56 ldmneia sl, {r1, r2, r4, r6, r8, r9, fp, lr} 7704: f0001810 andnv r1, r0, r0, lsl r8 7708: 4957fa2b ldmmidb r7, {r0, r1, r3, r5, r9, fp, ip, sp, lr, pc}^ 770c: 5c514a53 mrrcpl 10, 5, r4, r1, cr3 7710: 4351221f cmpmi r1, #-268435455 ; 0xf0000001 7714: 18514a51 ldmneda r1, {r0, r4, r6, r9, fp, lr}^ 7718: 4a513118 bmi 0x1453b80 771c: 18e34b52 stmneia r3!, {r1, r4, r6, r8, r9, fp, lr}^ 7720: 242f785b strcst r7, [pc], #2139 ; 0x7728 7724: 4c4d4363 mcrrmi 3, 6, r4, sp, cr3 7728: 189a18e3 ldmneia sl, {r0, r1, r5, r6, r7, fp, ip} 772c: 1e402004 cdpne 0, 4, cr2, cr0, cr4, {0} 7730: 54135c0b ldrpl r5, [r3], #-3083 7734: 9804d1fb stmlsda r4, {r0, r1, r3, r4, r5, r6, r7, r8, ip, lr, pc} 7738: 211f7800 tstcs pc, r0, lsl #16 773c: 49474348 stmmidb r7, {r3, r6, r8, r9, lr}^ 7740: 30231808 eorcc r1, r3, r8, lsl #16 7744: 70012102 andvc r2, r1, r2, lsl #2 7748: 78409804 stmvcda r0, {r2, fp, ip, pc}^ 774c: d1042801 tstle r4, r1, lsl #16 7750: 21207a78 teqcs r0, r8, ror sl 7754: 72794301 rsbvcs r4, r9, #67108864 ; 0x4000000 7758: 7a79e009 bvc 0x1e7f784 775c: d1012802 tstle r1, r2, lsl #16 7760: e0022040 and r2, r2, r0, asr #32 7764: d1022803 tstle r2, r3, lsl #16 7768: 43082080 tstmi r8, #128 ; 0x80 776c: 98047278 stmlsda r4, {r3, r4, r5, r6, r9, ip, sp, lr} 7770: 212f7840 teqcs pc, r0, asr #16 7774: 49394348 ldmmidb r9!, {r3, r6, r8, r9, lr} 7778: 2200180b andcs r1, r0, #720896 ; 0xb0000 777c: 78009804 stmvcda r0, {r2, fp, ip, pc} 7780: 4348211f cmpmi r8, #-1073741817 ; 0xc0000007 7784: 18094935 stmneda r9, {r0, r2, r4, r5, r8, fp, lr} 7788: 48333118 ldmmida r3!, {r3, r4, r8, ip, sp} 778c: b4071818 strlt r1, [r7], #-2072 7790: 181b4836 ldmneda fp, {r1, r2, r4, r5, fp, lr} 7794: 20052100 andcs r2, r5, r0, lsl #2 7798: fa24f009 blx 0x9437c4 779c: 1cc07c70 stcnel 12, cr7, [r0], {112} 77a0: b0037470 andlt r7, r3, r0, ror r4 77a4: 69f0e009 ldmvsib r0!, {r0, r3, sp, lr, pc}^ 77a8: 02092195 andeq r2, r9, #1073741861 ; 0x40000025 77ac: 20118001 andcss r8, r1, r1 77b0: 20007430 andcs r7, r0, r0, lsr r4 77b4: 61707470 cmnvs r0, r0, ror r4 77b8: 7c3874f0 cfldrsvc mvf7, [r8], #-960 77bc: d1672815 cmnle r7, r5, lsl r8 77c0: 210269f0 strcsd r6, [r2, -r0] 77c4: 20008001 andcs r8, r0, r1 77c8: 7c706270 lfmvc f6, 2, [r0], #-448 77cc: e1a31c40 mov r1, r0, asr #24 77d0: 28006a70 stmcsda r0, {r4, r5, r6, r9, fp, sp, lr} 77d4: 4926d026 stmmidb r6!, {r1, r2, r5, ip, lr, pc} 77d8: 18514a20 ldmneda r1, {r5, r9, fp, lr}^ 77dc: 4a256a49 bmi 0x962108 77e0: 4c1e4b21 ldcmi 11, cr4, [lr], {33} 77e4: 785b18e3 ldmvcda fp, {r0, r1, r5, r6, r7, fp, ip}^ 77e8: 4363242f cmnmi r3, #788529152 ; 0x2f000000 77ec: 18e34c1b stmneia r3!, {r0, r1, r3, r4, sl, fp, lr}^ 77f0: 2010189a mulcss r0, sl, r8 77f4: 5c0b1e40 stcpl 14, cr1, [fp], {64} 77f8: d1fb5413 mvnles r5, r3, lsl r4 77fc: 21006a72 tstcs r0, r2, ror sl 7800: b4072000 strlt r2, [r7] 7804: 78009807 stmvcda r0, {r0, r1, r2, fp, ip, pc} 7808: 4348211f cmpmi r8, #-1073741817 ; 0xc0000007 780c: 180b4913 stmneda fp, {r0, r1, r4, r8, fp, lr} 7810: 2200331c andcs r3, r0, #1879048192 ; 0x70000000 7814: 200a2100 andcs r2, sl, r0, lsl #2 7818: f9e4f009 stmnvib r4!, {r0, r3, ip, sp, lr, pc}^ 781c: 1c407c70 mcrrne 12, 7, r7, r0, cr0 7820: b0037470 andlt r7, r3, r0, ror r4 7824: 28137c38 ldmcsda r3, {r3, r4, r5, sl, fp, ip, sp, lr} 7828: 69f0d132 ldmvsib r0!, {r1, r4, r5, r8, ip, lr, pc}^ 782c: 02092195 andeq r2, r9, #1073741861 ; 0x40000025 7830: 2913e0ed ldmcsdb r3, {r0, r2, r3, r5, r6, r7, sp, lr, pc} 7834: 69f0d109 ldmvsib r0!, {r0, r3, r8, ip, lr, pc}^ 7838: 02092195 andeq r2, r9, #1073741861 ; 0x40000025 783c: 20118001 andcss r8, r1, r1 7840: 20007430 andcs r7, r0, r0, lsr r4 7844: 61707470 cmnvs r0, r0, ror r4 7848: 7c3874f0 cfldrsvc mvf7, [r8], #-960 784c: d11f281f tstle pc, pc, lsl r8 7850: e1612003 cmn r1, r3 7854: 00009624 andeq r9, r0, r4, lsr #12 7858: 000003aa andeq r0, r0, sl, lsr #7 785c: 00008a54 andeq r8, r0, r4, asr sl 7860: 000003ba streqh r0, [r0], -sl 7864: 000003d5 ldreqd r0, [r0], -r5 7868: 00000976 andeq r0, r0, r6, ror r9 786c: 000003ce andeq r0, r0, lr, asr #7 7870: 00000ba4 andeq r0, r0, r4, lsr #23 7874: 000003be streqh r0, [r0], -lr 7878: 28177c38 ldmcsda r7, {r3, r4, r5, sl, fp, ip, sp, lr} 787c: f7ffd108 ldrnvb sp, [pc, r8, lsl #2]! 7880: 7c70fa4d ldcvcl 10, cr15, [r0], #-308 7884: d0302800 eorles r2, r0, r0, lsl #16 7888: d0022801 andle r2, r2, r1, lsl #16 788c: d01a2802 andles r2, sl, r2, lsl #16 7890: 9804e143 stmlsda r4, {r0, r1, r6, r8, sp, lr, pc} 7894: 48a27803 stmmiia r2!, {r0, r1, fp, ip, sp, lr} 7898: 434b212f cmpmi fp, #-1073741813 ; 0xc000000b 789c: 18c949a1 stmneia r9, {r0, r5, r7, r8, fp, lr}^ 78a0: 2cff5c0c ldccsl 12, cr5, [pc], #48 78a4: 9804d0eb stmlsda r4, {r0, r1, r3, r5, r6, r7, ip, lr, pc} 78a8: 22007004 andcs r7, r0, #4 ; 0x4 78ac: 20002100 andcs r2, r0, r0, lsl #2 78b0: 2300b407 tstcs r0, #117440512 ; 0x7000000 78b4: 20081c21 andcs r1, r8, r1, lsr #24 78b8: f994f009 ldmnvib r4, {r0, r3, ip, sp, lr, pc} 78bc: 1c407c70 mcrrne 12, 7, r7, r0, cr0 78c0: b0037470 andlt r7, r3, r0, ror r4 78c4: 7c38e129 ldfvcd f6, [r8], #-164 78c8: d1fb281a mvnles r2, sl, lsl r8 78cc: 78009804 stmvcda r0, {r2, fp, ip, pc} 78d0: 42887cb9 addmi r7, r8, #47360 ; 0xb900 78d4: 7c70e7d2 ldcvcl 7, cr14, [r0], #-840 78d8: d0062800 andle r2, r6, r0, lsl #16 78dc: d1012801 tstle r1, r1, lsl #16 78e0: f8caf7ff stmnvia sl, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, ip, sp, lr, pc}^ 78e4: f7ff2802 ldrnvb r2, [pc, r2, lsl #16]! 78e8: 9809fa21 stmlsda r9, {r0, r5, r9, fp, ip, sp, lr, pc} 78ec: f9aaf000 stmnvib sl!, {ip, sp, lr, pc} 78f0: 7c70e113 ldfvcp f6, [r0], #-76 78f4: d8fb2803 ldmleia fp!, {r0, r1, fp, sp}^ 78f8: 0040a101 subeq sl, r0, r1, lsl #2 78fc: 448f5e09 strmi r5, [pc], #3593 ; 0x7904 7900: f820ffe8 stmnvda r0!, {r3, r5, r6, r7, r8, r9, sl, fp, ip, sp, lr, pc} 7904: ff760006 swinv 0x00760006 7908: 21002200 tstcs r0, r0, lsl #4 790c: b4072000 strlt r2, [r7] 7910: 78009807 stmvcda r0, {r0, r1, r2, fp, ip, pc} 7914: 4348211f cmpmi r8, #-1073741817 ; 0xc0000007 7918: 180b4982 stmneda fp, {r1, r7, r8, fp, lr} 791c: 2100331c tstcs r0, ip, lsl r3 7920: f0092006 andnv r2, r9, r6 7924: 9807f95f stmlsda r7, {r0, r1, r2, r3, r4, r6, r8, fp, ip, sp, lr, pc} 7928: 211f7800 tstcs pc, r0, lsl #16 792c: 497d4348 ldmmidb sp!, {r3, r6, r8, r9, lr}^ 7930: 30231808 eorcc r1, r3, r8, lsl #16 7934: 70012100 andvc r2, r1, r0, lsl #2 7938: 1c407c70 mcrrne 12, 7, r7, r0, cr0 793c: b0037470 andlt r7, r3, r0, ror r4 7940: 7c70e0eb ldcvcl 0, cr14, [r0], #-940 7944: d0022800 andle r2, r2, r0, lsl #16 7948: d01d2801 andles r2, sp, r1, lsl #16 794c: 6a70e0e5 bvs 0x1c3fce8 7950: d0fb2800 rscles r2, fp, r0, lsl #16 7954: 4a734974 bmi 0x1cd9f2c 7958: 6a491851 bvs 0x124daa4 795c: 4b714a73 blmi 0x1c5a330 7960: 2010189a mulcss r0, sl, r8 7964: 5c0b1e40 stcpl 14, cr1, [fp], {64} 7968: d1fb5413 mvnles r5, r3, lsl r4 796c: 21006a72 tstcs r0, r2, ror sl 7970: b4072000 strlt r2, [r7] 7974: 22009b0e andcs r9, r0, #14336 ; 0x3800 7978: f009200a andnv r2, r9, sl 797c: 7c70f933 ldcvcl 9, cr15, [r0], #-204 7980: 74701c40 ldrvcbt r1, [r0], #-3136 7984: e0c8b003 sbc fp, r8, r3 7988: 281f7c38 ldmcsda pc, {r3, r4, r5, sl, fp, ip, sp, lr} 798c: e0c0d1fb strd sp, [r0], #27 7990: 29037c71 stmcsdb r3, {r0, r4, r5, r6, sl, fp, ip, sp, lr} 7994: a202d8f7 andge sp, r2, #16187392 ; 0xf70000 7998: 5e520049 cdppl 0, 5, cr0, cr2, cr9, {2} 799c: 46c04497 undefined 79a0: f782ff4a strnv pc, [r2, sl, asr #30] 79a4: 00260008 eoreq r0, r6, r8 79a8: 21002200 tstcs r0, r0, lsl #4 79ac: b4072000 strlt r2, [r7] 79b0: 98072300 stmlsda r7, {r8, r9, sp} 79b4: 201c7801 andcss r7, ip, r1, lsl #16 79b8: f914f009 ldmnvdb r4, {r0, r3, ip, sp, lr, pc} 79bc: 1c407c70 mcrrne 12, 7, r7, r0, cr0 79c0: b0037470 andlt r7, r3, r0, ror r4 79c4: 7c39e0a9 ldcvc 0, cr14, [r9], #-676 79c8: d1fb2920 mvnles r2, r0, lsr #18 79cc: 78099904 stmvcda r9, {r2, r8, fp, ip, pc} 79d0: d1102901 tstle r0, r1, lsl #18 79d4: 21017a78 tstcs r1, r8, ror sl 79d8: 72794301 rsbvcs r4, r9, #67108864 ; 0x4000000 79dc: 68004854 stmvsda r0, {r2, r4, r6, fp, lr} 79e0: 6a406a80 bvs 0x10223e8 79e4: 68094952 stmvsda r9, {r1, r4, r6, r8, fp, lr} 79e8: 6a496a89 bvs 0x1262414 79ec: 22017fc9 andcs r7, r1, #804 ; 0x324 79f0: 77c2430a strvcb r4, [r2, sl, lsl #6] 79f4: 7a79e009 bvc 0x1e7fa20 79f8: 72794001 rsbvcs r4, r9, #1 ; 0x1 79fc: 6809494c stmvsda r9, {r2, r3, r6, r8, fp, lr} 7a00: 6a496a89 bvs 0x126242c 7a04: 40107fca andmis r7, r0, sl, asr #31 7a08: 69f077c8 ldmvsib r0!, {r3, r6, r7, r8, r9, sl, ip, sp, lr}^ 7a0c: f7ff2100 ldrnvb r2, [pc, r0, lsl #2]! 7a10: 7c70f987 ldcvcl 9, cr15, [r0], #-540 7a14: d8142803 ldmleda r4, {r0, r1, fp, sp} 7a18: 0040a101 subeq sl, r0, r1, lsl #2 7a1c: 448f5e09 strmi r5, [pc], #3593 ; 0x7a24 7a20: f056fec8 subnvs pc, r6, r8, asr #29 7a24: 00220006 eoreq r0, r2, r6 7a28: 21002200 tstcs r0, r0, lsl #4 7a2c: b4072000 strlt r2, [r7] 7a30: 21012300 tstcs r1, r0, lsl #6 7a34: f0092034 andnv r2, r9, r4, lsr r0 7a38: 7c70f8d5 ldcvcl 8, cr15, [r0], #-852 7a3c: 74701c40 ldrvcbt r1, [r0], #-3136 7a40: e06ab003 rsb fp, sl, r3 7a44: 28327c38 ldmcsda r2!, {r3, r4, r5, sl, fp, ip, sp, lr} 7a48: 7c78d167 ldfvcp f5, [r8], #-412 7a4c: d1dc2850 bicles r2, ip, r0, asr r8 7a50: 76302000 ldrvct r2, [r0], -r0 7a54: 68004836 stmvsda r0, {r1, r2, r4, r5, fp, lr} 7a58: 6a406a80 bvs 0x1022460 7a5c: 68094934 stmvsda r9, {r2, r4, r5, r8, fp, lr} 7a60: 6a496a89 bvs 0x126248c 7a64: 22047fc9 andcs r7, r4, #804 ; 0x324 7a68: 77c2430a strvcb r4, [r2, sl, lsl #6] 7a6c: 68004830 stmvsda r0, {r4, r5, fp, lr} 7a70: 6a406a80 bvs 0x1022478 7a74: 6809492e stmvsda r9, {r1, r2, r3, r5, r8, fp, lr} 7a78: 6a496a89 bvs 0x12624a4 7a7c: 22087e89 andcs r7, r8, #2192 ; 0x890 7a80: 7682430a strvc r4, [r2], sl, lsl #6 7a84: 7c70e7c1 ldcvcl 7, cr14, [r0], #-772 7a88: 28041c01 stmcsda r4, {r0, sl, fp, ip} 7a8c: a202d845 andge sp, r2, #4521984 ; 0x450000 7a90: 5e520049 cdppl 0, 5, cr0, cr2, cr9, {2} 7a94: 46c04497 undefined 7a98: f298000a addnvs r0, r8, #10 ; 0xa 7a9c: 003e0028 eoreqs r0, lr, r8, lsr #32 7aa0: 49240058 stmmidb r4!, {r3, r4, r6} 7aa4: 78529a04 ldmvcda r2, {r2, r9, fp, ip, pc}^ 7aa8: 435a232f cmpmi sl, #-1140850688 ; 0xbc000000 7aac: 189a4b1d ldmneia sl, {r0, r2, r3, r4, r8, r9, fp, lr} 7ab0: 29015c51 stmcsdb r1, {r0, r4, r6, sl, fp, ip, lr} 7ab4: 7c70d102 ldfvcp f5, [r0], #-8 7ab8: e02d1c80 eor r1, sp, r0, lsl #25 7abc: e02b1c40 eor r1, fp, r0, asr #24 7ac0: 73f82000 mvnvcs r2, #0 ; 0x0 7ac4: 78019804 stmvcda r1, {r2, fp, ip, pc} 7ac8: 98031c0a stmlsda r3, {r1, r3, sl, fp, ip} 7acc: ff2ef008 swinv 0x002ef008 7ad0: 1c407c70 mcrrne 12, 7, r7, r0, cr0 7ad4: f008e020 andnv lr, r8, r0, lsr #32 7ad8: 2800ff1f stmcsda r0, {r0, r1, r2, r3, r4, r8, r9, sl, fp, ip, sp, lr, pc} 7adc: 9804d01d stmlsda r4, {r0, r2, r3, r4, ip, lr, pc} 7ae0: 28007880 stmcsda r0, {r7, fp, ip, sp, lr} 7ae4: 2000d091 mulcs r0, r1, r0 7ae8: 7c708168 ldfvcp f0, [r0], #-416 7aec: e0131c40 ands r1, r3, r0, asr #24 7af0: 28027bf8 stmcsda r2, {r3, r4, r5, r6, r7, r8, r9, fp, ip, sp, lr} 7af4: e6c2d100 strb sp, [r2], r0, lsl #2 7af8: 1c408968 mcrrne 9, 6, r8, r0, cr8 7afc: 21ff8168 mvncss r8, r8, ror #2 7b00: 040031f6 streq r3, [r0], #-502 7b04: 42880c00 addmi r0, r8, #0 ; 0x0 7b08: 69f0d307 ldmvsib r0!, {r0, r1, r2, r8, r9, ip, lr, pc}^ 7b0c: 02092196 andeq r2, r9, #-2147483611 ; 0x80000025 7b10: f7ff8001 ldrnvb r8, [pc, r1]! 7b14: 2000f8f4 strcsd pc, [r0], -r4 7b18: b0137470 andlts r7, r3, r0, ror r4 7b1c: fd56f7fe ldc2l 7, cr15, [r6, #-1016] 7b20: 000003d5 ldreqd r0, [r0], -r5 7b24: 00008a54 andeq r8, r0, r4, asr sl 7b28: 00000ba4 andeq r0, r0, r4, lsr #23 7b2c: 000003be streqh r0, [r0], -lr 7b30: 00009624 andeq r9, r0, r4, lsr #12 7b34: 000003d6 ldreqd r0, [r0], -r6 7b38: 1e522207 cdpne 2, 5, cr2, cr2, cr7, {0} 7b3c: 54835c8b strpl r5, [r3], #3211 7b40: 2007d1fb strcsd sp, [r7], -fp 7b44: 00004770 andeq r4, r0, r0, ror r7 7b48: 2400b510 strcs fp, [r0], #-1296 7b4c: f00d2207 andnv r2, sp, r7, lsl #4 7b50: 2800fa0b stmcsda r0, {r0, r1, r3, r9, fp, ip, sp, lr, pc} 7b54: 2401d100 strcs sp, [r1], #-256 7b58: bc101c20 ldclt 12, cr1, [r0], {32} 7b5c: 4708bc02 strmi fp, [r8, -r2, lsl #24] 7b60: 1e52220f cdpne 2, 5, cr2, cr2, cr15, {0} 7b64: 54835c8b strpl r5, [r3], #3211 7b68: 2100d1fb strcsd sp, [r0, -fp] 7b6c: 20107381 andcss r7, r0, r1, lsl #7 7b70: 00004770 andeq r4, r0, r0, ror r7 7b74: 1c14b5fb cfldr32ne mvfx11, [r4], {251} 7b78: 20009d08 andcs r9, r0, r8, lsl #26 7b7c: 26007028 strcs r7, [r0], -r8, lsr #32 7b80: 4370201f cmnmi r0, #31 ; 0x1f 7b84: 180f49a4 stmneda pc, {r2, r5, r7, r8, fp, lr} 7b88: 1c389900 ldcne 9, cr9, [r8] 7b8c: f7ff301c undefined 7b90: 2801ffdb stmcsda r1, {r0, r1, r3, r4, r6, r7, r8, r9, sl, fp, ip, sp, lr, pc} 7b94: 2023d120 eorcs sp, r3, r0, lsr #2 7b98: 28005c38 stmcsda r0, {r3, r4, r5, sl, fp, ip, lr} 7b9c: 0600d01c undefined 7ba0: 2001d54a andcs sp, r1, sl, asr #10 7ba4: 20237028 eorcs r7, r3, r8, lsr #32 7ba8: 06495c39 undefined 7bac: 54390e49 ldrplt r0, [r9], #-3657 7bb0: 28015c38 stmcsda r1, {r3, r4, r5, sl, fp, ip, lr} 7bb4: 3723d103 strcc sp, [r3, -r3, lsl #2]! 7bb8: 7a004668 bvc 0x19560 7bbc: 2c007038 stccs 0, cr7, [r0], {56} 7bc0: 211fd03a tstcs pc, sl, lsr r0 7bc4: 4a944371 bmi 0xfe518990 7bc8: 31181851 tstcc r8, r1, asr r8 7bcc: 1e402004 cdpne 0, 4, cr2, cr0, cr4, {0} 7bd0: 540a5c22 strpl r5, [sl], #-3106 7bd4: e02fd1fb strd sp, [pc], -fp 7bd8: 04361c76 ldreqt r1, [r6], #-3190 7bdc: 2e1e0c36 mrccs 12, 0, r0, cr14, cr6, {1} 7be0: 2600d3ce strcs sp, [r0], -lr, asr #7 7be4: 201f498c andcss r4, pc, ip, lsl #19 7be8: 180f4370 stmneda pc, {r4, r5, r6, r8, r9, lr} 7bec: 5c382023 ldcpl 0, cr2, [r8], #-140 7bf0: d11c2800 tstle ip, r0, lsl #16 7bf4: 70282002 eorvc r2, r8, r2 7bf8: 46692023 strmibt r2, [r9], -r3, lsr #32 7bfc: 54397a09 ldrplt r7, [r9], #-2569 7c00: 1c389900 ldcne 9, cr9, [r8] 7c04: f7ff301c undefined 7c08: 9901ff97 stmlsdb r1, {r0, r1, r2, r4, r7, r8, r9, sl, fp, ip, sp, lr, pc} 7c0c: 1c383708 ldcne 7, cr3, [r8], #-32 7c10: ffa6f7ff swinv 0x00a6f7ff 7c14: d1d42c00 bicles r2, r4, r0, lsl #24 7c18: 21002004 tstcs r0, r4 7c1c: 4372221f cmnmi r2, #-268435455 ; 0xf0000001 7c20: 189a4b7d ldmneia sl, {r0, r2, r3, r4, r5, r6, r8, r9, fp, lr} 7c24: 1e403218 mcrne 2, 2, r3, cr0, cr8, {0} 7c28: d1fc5411 mvnles r5, r1, lsl r4 7c2c: 1c76e004 ldcnel 0, cr14, [r6], #-16 7c30: 0c360436 cfldrseq mvf0, [r6], #-216 7c34: d3d62e1e bicles r2, r6, #480 ; 0x1e0 7c38: 46c01c30 undefined 7c3c: bc02bcfe stclt 12, cr11, [r2], {254} 7c40: 00004708 andeq r4, r0, r8, lsl #14 7c44: 1c04b5f0 cfstr32ne mvfx11, [r4], {240} 7c48: 481b4d73 ldmmida fp, {r0, r1, r4, r5, r6, r8, sl, fp, lr} 7c4c: 7837182e ldmvcda r7!, {r1, r2, r3, r5, fp, ip} 7c50: 18294856 stmneda r9!, {r1, r2, r4, r6, fp, lr} 7c54: 2f002000 swics 0x00002000 7c58: 2f01d004 swics 0x0001d004 7c5c: 2f02d00f swics 0x0002d00f 7c60: e025d016 eor sp, r5, r6, lsl r0 7c64: 29017809 stmcsdb r1, {r0, r3, fp, ip, sp, lr} 7c68: f7fed004 ldrnvb sp, [lr, r4]! 7c6c: 1c7ffd19 ldcnel 13, cr15, [pc], #-100 7c70: e01e7037 ands r7, lr, r7, lsr r0 7c74: 78207030 stmvcda r0!, {r4, r5, ip, sp, lr} 7c78: 70201c40 eorvc r1, r0, r0, asr #24 7c7c: f008e019 andnv lr, r8, r9, lsl r0 7c80: 2801fe3d stmcsda r1, {r0, r2, r3, r4, r5, r9, sl, fp, ip, sp, lr, pc} 7c84: f008d115 andnv sp, r8, r5, lsl r1 7c88: 7830fe23 ldmvcda r0!, {r0, r1, r5, r9, sl, fp, ip, sp, lr, pc} 7c8c: e00f1c40 and r1, pc, r0, asr #24 7c90: 2a00798a bcs 0x262c0 7c94: 2201d10d andcs sp, r1, #1073741827 ; 0x40000003 7c98: 7172700a cmnvc r2, sl 7c9c: 54684944 strplbt r4, [r8], #-2372 7ca0: fe16f008 wxornv wr15, wr6, wr8 7ca4: 48432102 stmmida r3, {r1, r8, sp}^ 7ca8: f0081828 andnv r1, r8, r8, lsr #16 7cac: e7e2fe03 strb pc, [r2, r3, lsl #28]! 7cb0: f7fe7030 undefined 7cb4: 46c0fc8b strmib pc, [r0], fp, lsl #25 7cb8: 00000bb7 streqh r0, [r0], -r7 7cbc: 1c04b5f1 cfstr32ne mvfx11, [r4], {241} 7cc0: 48354d55 ldmmida r5!, {r0, r2, r4, r6, r8, sl, fp, lr} 7cc4: 90001828 andls r1, r0, r8, lsr #16 7cc8: 202f7801 eorcs r7, pc, r1, lsl #16 7ccc: 182e4348 stmneda lr!, {r3, r6, r8, r9, lr} 7cd0: 18284832 stmneda r8!, {r1, r4, r5, fp, lr} 7cd4: 18af4a34 stmneia pc!, {r2, r4, r5, r9, fp, lr} 7cd8: 2a04793a bcs 0x1261c8 7cdc: a301d856 tstge r1, #5636096 ; 0x560000 7ce0: 449f5c9b ldrmi r5, [pc], #3227 ; 0x7ce8 7ce4: 4c464004 mcrrmi 0, 0, r4, r6, cr4 7ce8: 20110068 andcss r0, r1, r8, rrx 7cec: d2172904 andles r2, r7, #65536 ; 0x10000 7cf0: 5c7149b1 ldcpll 9, cr4, [r1], #-708 7cf4: d00a2900 andle r2, sl, r0, lsl #18 7cf8: 183048ac ldmneda r0!, {r2, r3, r5, r7, fp, lr} 7cfc: 28017840 stmcsda r1, {r6, fp, ip, sp, lr} 7d00: 7820d103 stmvcda r0!, {r0, r1, r8, ip, lr, pc} 7d04: 70201c40 eorvc r1, r0, r0, asr #24 7d08: 2001e042 andcs lr, r1, r2, asr #32 7d0c: 68f9e03f ldmvsia r9!, {r0, r1, r2, r3, r4, r5, sp, lr, pc}^ 7d10: 800a4a23 andhi r4, sl, r3, lsr #20 7d14: 20007038 andcs r7, r0, r8, lsr r0 7d18: 60787078 rsbvss r7, r8, r8, ror r0 7d1c: e03770f8 ldrsh r7, [r7], -r8 7d20: 4a2068f9 bmi 0x82210c 7d24: f7ffe7f5 undefined 7d28: e031ff8d eors pc, r1, sp, lsl #31 7d2c: f846f000 stmnvda r6, {ip, sp, lr, pc}^ 7d30: 2004e02e andcs lr, r4, lr, lsr #32 7d34: 22007138 andcs r7, r0, #14 ; 0xe 7d38: 20002100 andcs r2, r0, r0, lsl #2 7d3c: 2300b407 tstcs r0, #117440512 ; 0x7000000 7d40: 5c31489a ldcpl 8, cr4, [r1], #-616 7d44: f008200b andnv r2, r8, fp 7d48: b003ff4d andlt pc, r3, sp, asr #30 7d4c: 4817e020 ldmmida r7, {r5, sp, lr, pc} 7d50: 79811828 stmvcib r1, {r3, r5, fp, ip} 7d54: d01b2900 andles r2, fp, r0, lsl #18 7d58: 22004915 andcs r4, r0, #344064 ; 0x54000 7d5c: 2102546a tstcs r2, sl, ror #8 7d60: 72397001 eorvcs r7, r9, #1 ; 0x1 7d64: ff36f008 swinv 0x0036f008 7d68: fdaef008 stc2 0, cr15, [lr, #32]! 7d6c: 48112101 ldmmida r1, {r0, r8, sp} 7d70: f0081828 andnv r1, r8, r8, lsr #16 7d74: 4810fd9f ldmmida r0, {r0, r1, r2, r3, r4, r7, r8, sl, fp, ip, sp, lr, pc} 7d78: 78099900 stmvcda r9, {r8, fp, ip, pc} 7d7c: 4351222f cmpmi r1, #-268435454 ; 0xf0000002 7d80: 22011869 andcs r1, r1, #6881280 ; 0x690000 7d84: 2000540a andcs r5, r0, sl, lsl #8 7d88: e7ba7138 undefined 7d8c: 71382000 teqvc r8, r0 7d90: bc01bcf8 stclt 12, cr11, [r1], {248} 7d94: 46c04700 strmib r4, [r0], r0, lsl #14 7d98: 00000977 andeq r0, r0, r7, ror r9 7d9c: 00000bb8 streqh r0, [r0], -r8 7da0: 0000ffe0 andeq pc, r0, r0, ror #31 7da4: 0000ffdf ldreqd pc, [r0], -pc 7da8: 00000bb4 streqh r0, [r0], -r4 7dac: 00000763 andeq r0, r0, r3, ror #14 7db0: 00000505 andeq r0, r0, r5, lsl #10 7db4: 0000076e andeq r0, r0, lr, ror #14 7db8: 000003d6 ldreqd r0, [r0], -r6 7dbc: 4c16b510 cfldr32mi mvfx11, [r6], {16} 7dc0: 18614914 stmneda r1!, {r2, r4, r8, fp, lr}^ 7dc4: 2a00780a bcs 0x25df4 7dc8: 2a01d002 bcs 0x7bdd8 7dcc: e01cd016 ands sp, ip, r6, lsl r0 7dd0: 5ca24a79 fstmiaspl r2!, {s8-s128} 7dd4: d00d2a00 andle r2, sp, r0, lsl #20 7dd8: 70082001 andvc r2, r8, r1 7ddc: 21002200 tstcs r0, r0, lsl #4 7de0: b4072000 strlt r2, [r7] 7de4: 48712300 ldmmida r1!, {r8, r9, sp}^ 7de8: 20085c21 andcs r5, r8, r1, lsr #24 7dec: fefaf008 cdp2 0, 15, cr15, cr10, cr8, {0} 7df0: e00cb003 and fp, ip, r3 7df4: 1c497801 mcrrne 8, 0, r7, r9, cr1 7df8: e0087001 and r7, r8, r1 7dfc: 5ca24a69 fstmiaspl r2!, {s8-s112} 7e00: d1042a1a tstle r4, sl, lsl sl 7e04: 700a2200 andvc r2, sl, r0, lsl #4 7e08: 2000e7f4 strcsd lr, [r0], -r4 7e0c: bc107008 ldclt 0, cr7, [r0], {8} 7e10: 4700bc01 strmi fp, [r0, -r1, lsl #24] 7e14: 00000bb9 streqh r0, [r0], -r9 7e18: 00008a54 andeq r8, r0, r4, asr sl 7e1c: 4c64b5f0 cfstr64mi mvdx11, [r4], #-960 7e20: 1865491f stmneda r5!, {r0, r1, r2, r3, r4, r8, fp, lr}^ 7e24: 4a1f7829 bmi 0x7e5ed0 7e28: 290018a6 stmcsdb r0, {r1, r2, r5, r7, fp, ip} 7e2c: 2901d004 stmcsdb r1, {r2, ip, lr, pc} 7e30: 2902d008 stmcsdb r2, {r3, ip, lr, pc} 7e34: e030d02b eors sp, r0, fp, lsr #32 7e38: 70302000 eorvcs r2, r0, r0 7e3c: e02b1c49 eor r1, fp, r9, asr #24 7e40: 70311c49 eorvcs r1, r1, r9, asr #24 7e44: 272f7831 undefined 7e48: 4a5b434f bmi 0x16d8b8c 7e4c: 5dd218a2 ldcpll 8, cr1, [r2, #648] 7e50: d1012a00 tstle r1, r0, lsl #20 7e54: d3f32904 mvnles r2, #65536 ; 0x10000 7e58: d2122904 andles r2, r2, #65536 ; 0x10000 7e5c: 21002200 tstcs r0, r0, lsl #4 7e60: b4072000 strlt r2, [r7] 7e64: 48512300 ldmmida r1, {r8, r9, sp}^ 7e68: 5c0919e1 stcpl 9, cr1, [r9], {225} 7e6c: f0082008 andnv r2, r8, r8 7e70: 7830feb9 ldmvcda r0!, {r0, r3, r4, r5, r7, r9, sl, fp, ip, sp, lr, pc} 7e74: 70301c40 eorvcs r1, r0, r0, asr #24 7e78: 1c407828 mcrrne 8, 2, r7, r0, cr8 7e7c: b0037028 andlt r7, r3, r8, lsr #32 7e80: 2100e00b tstcs r0, fp 7e84: 78017029 stmvcda r1, {r0, r3, r5, ip, sp, lr} 7e88: 70011c49 andvc r1, r1, r9, asr #24 7e8c: 4845e005 stmmida r5, {r0, r2, sp, lr, pc}^ 7e90: 281a5c20 ldmcsda sl, {r5, sl, fp, ip, lr} 7e94: 1e49d101 sqtnee f5, f1 7e98: f7fe7029 ldrnvb r7, [lr, r9, lsr #32]! 7e9c: 46c0fb97 undefined 7ea0: 00000bba streqh r0, [r0], -sl 7ea4: 00000976 andeq r0, r0, r6, ror r9 7ea8: 4941b5f0 stmmidb r1, {r4, r5, r6, r7, r8, sl, ip, sp, pc}^ 7eac: 188d4a3b stmneia sp, {r0, r1, r3, r4, r5, r9, fp, lr} 7eb0: 188a3a09 stmneia sl, {r0, r3, r9, fp, ip, sp} 7eb4: 18cc4b38 stmneia ip, {r3, r4, r5, r8, r9, fp, lr}^ 7eb8: 2b037823 blcs 0xe5f4c 7ebc: a601d86a strge sp, [r1], -sl, ror #16 7ec0: 44b75cf6 ldrmit r5, [r7], #3318 7ec4: c22c1002 eorgt r1, ip, #2 ; 0x2 7ec8: 71d02000 bicvcs r2, r0, r0 7ecc: 70202001 eorvc r2, r0, r1 7ed0: fce2f008 stc2l 0, cr15, [r2], #32 7ed4: 79d0e05e ldmvcib r0, {r1, r2, r3, r4, r6, sp, lr, pc}^ 7ed8: 71d01c40 bicvcs r1, r0, r0, asr #24 7edc: 0e000600 cfmadd32eq mvax0, mvfx0, mvfx0, mvfx0 7ee0: d3572865 cmple r7, #6619136 ; 0x650000 7ee4: fcdaf008 ldc2l 0, cr15, [sl], {8} 7ee8: 80282000 eorhi r2, r8, r0 7eec: 70202002 eorvc r2, r0, r2 7ef0: 8828e050 stmhida r8!, {r4, r6, sp, lr, pc} 7ef4: 80281c40 eorhi r1, r8, r0, asr #24 7ef8: 04004a29 streq r4, [r0], #-2601 7efc: 42900c00 addmis r0, r0, #0 ; 0x0 7f00: 4828d203 stmmida r8!, {r0, r1, r9, ip, lr, pc} 7f04: 28145c08 ldmcsda r4, {r3, sl, fp, ip, lr} 7f08: 4827d144 stmmida r7!, {r2, r6, r8, ip, lr, pc} 7f0c: 4b282200 blmi 0xa10714 7f10: 1e803308 cdpne 3, 8, cr3, cr0, cr8, {0} 7f14: d1fc521a mvnles r5, sl, lsl r2 7f18: 4a242000 bmi 0x90ff20 7f1c: 25001889 strcs r1, [r0, #-2185] 7f20: 23074f23 tstcs r7, #140 ; 0x8c 7f24: 4342222f cmpmi r2, #-268435454 ; 0xf0000002 7f28: 19be4e22 ldmneib lr!, {r1, r5, r9, sl, fp, lr} 7f2c: 1e5b18b2 mrcne 8, 2, r1, cr11, cr2, {5} 7f30: d1fc54d5 ldrlesb r5, [ip, #69]! 7f34: 222f2310 eorcs r2, pc, #1073741824 ; 0x40000000 7f38: 4e1f4342 cdpmi 3, 1, cr4, cr15, cr2, {2} 7f3c: 18b219be ldmneia r2!, {r1, r2, r3, r4, r5, r7, r8, fp, ip} 7f40: 54d51e5b ldrplb r1, [r5], #3675 7f44: 2304d1fc tstcs r4, #63 ; 0x3f 7f48: 4342222f cmpmi r2, #-268435454 ; 0xf0000002 7f4c: 19be4e1b ldmneib lr!, {r0, r1, r3, r4, r9, sl, fp, lr} 7f50: 1e5b18b2 mrcne 8, 2, r1, cr11, cr2, {5} 7f54: d1fc54d5 ldrlesb r5, [ip, #69]! 7f58: 222f2310 eorcs r2, pc, #1073741824 ; 0x40000000 7f5c: 4e184342 cdpmi 3, 1, cr4, cr8, cr2, {2} 7f60: 18b219be ldmneia r2!, {r1, r2, r3, r4, r5, r7, r8, fp, ip} 7f64: 54d51e5b ldrplb r1, [r5], #3675 7f68: 222fd1fc eorcs sp, pc, #63 ; 0x3f 7f6c: 23ff4342 mvncss r4, #134217729 ; 0x8000001 7f70: 1c4b548b cfstrdne mvd5, [fp], {139} 7f74: 1c8b549d cfstrsne mvf5, [fp], {157} 7f78: 1c40549d cfstrdne mvd5, [r0], {157} 7f7c: 0e000600 cfmadd32eq mvax0, mvfx0, mvfx0, mvfx0 7f80: d3ce2804 bicle r2, lr, #262144 ; 0x40000 7f84: e7b22003 ldr r2, [r2, r3]! 7f88: 70112101 andvcs r2, r1, r1, lsl #2 7f8c: 78017061 stmvcda r1, {r0, r5, r6, ip, sp, lr} 7f90: 70011c49 andvc r1, r1, r9, asr #24 7f94: fb1af7fe blx 0x6c5f96 7f98: 00000bbb streqh r0, [r0], -fp 7f9c: 0000076c andeq r0, r0, ip, ror #14 7fa0: 000007d1 ldreqd r0, [r0], -r1 7fa4: 00000486 andeq r0, r0, r6, lsl #9 7fa8: 000003a2 andeq r0, r0, r2, lsr #7 7fac: 000003d5 ldreqd r0, [r0], -r5 7fb0: 00008a54 andeq r8, r0, r4, asr sl 7fb4: 000003ce andeq r0, r0, lr, asr #7 7fb8: 000003aa andeq r0, r0, sl, lsr #7 7fbc: 000003ba streqh r0, [r0], -sl 7fc0: 000003be streqh r0, [r0], -lr 7fc4: b084b5fc strltd fp, [r4], ip 7fc8: 990c1c0c stmlsdb ip, {r2, r3, sl, fp, ip} 7fcc: 02122294 andeqs r2, r2, #1073741833 ; 0x40000009 7fd0: 801a466b andhis r4, sl, fp, ror #12 7fd4: 4a5c800a bmi 0x1728004 7fd8: 189d4b62 ldmneia sp, {r1, r5, r6, r8, r9, fp, lr} 7fdc: 2b117c2b blcs 0x467090 7fe0: 2b0ad003 blcs 0x2bbff4 7fe4: 2802d145 stmcsda r2, {r0, r2, r6, r8, ip, lr, pc} 7fe8: 466ad143 strmibt sp, [sl], -r3, asr #2 7fec: 80162600 andhis r2, r6, r0, lsl #12 7ff0: 800a2201 andhi r2, sl, r1, lsl #4 7ff4: 4a5561e9 bmi 0x15607a0 7ff8: 92026812 andls r6, r2, #1179648 ; 0x120000 7ffc: 4e594a54 mrcmi 10, 2, r4, cr9, cr4, {2}
file_system/createDirectoryAtPath.applescript
adriannier/applescript-functions
7
3271
<filename>file_system/createDirectoryAtPath.applescript (* Creates a folder at the specified path (HFS-style or POSIX) with intermediate directories being created when necessary. *) createDirectoryAtPath("~/Desktop/Test/A/B/C/") on createDirectoryAtPath(dirPath) try -- Expand tilde in filePath if dirPath starts with "~" then -- Get the path to the user’s home folder set userPath to POSIX path of (path to home folder) -- Remove trailing slash if userPath ends with "/" then set userPath to text 1 thru -2 of userPath as text if dirPath is "~" then set dirPath to userPath else set dirPath to userPath & text 2 thru -1 of dirPath as text end if end if -- Convert to HFS style path if necessary if dirPath does not contain ":" then set dirPath to (POSIX file dirPath) as text if dirPath does not end with ":" then set dirPath to dirPath & ":" -- Exit early if directory already exists tell application "System Events" to if (exists folder dirPath) then return true -- Break path into components set prvDlmt to text item delimiters set text item delimiters to ":" set pathComponents to text items of dirPath set text item delimiters to prvDlmt -- Check directories at each level set parentDirectoryPath to (item 1 of pathComponents) & ":" repeat with i from 2 to ((count of pathComponents) - 1) -- Get the name and path for this directory set currentName to item i of pathComponents set currentPath to parentDirectoryPath & currentName & ":" -- Create directory if necessary tell application "System Events" if (exists folder currentPath) is false then make new folder at end of folders of folder parentDirectoryPath with properties {name:currentName} end if end tell -- Save this directory as the next parent directory set parentDirectoryPath to currentPath end repeat return true on error eMsg number eNum return false end try end createDirectoryAtPath
libsrc/malloc/free.asm
andydansby/z88dk-mk2
1
83226
; void __FASTCALL__ free(void *addr) ; 12.2006 aralbrec XLIB free LIB HeapFree_callee XREF _heap, ASMDISP_HEAPFREE_CALLEE .free ld de,_heap jp HeapFree_callee + ASMDISP_HEAPFREE_CALLEE
programs/oeis/038/A038167.asm
neoneye/loda
22
99190
; A038167: G.f.: x*(1+3*x+x^2)/((1-x^2)^2*(1-x^5)). ; 0,1,3,3,6,5,10,10,15,15,20,21,28,28,36,35,45,45,55,55,65,66,78,78,91,90,105,105,120,120,135,136,153,153,171,170,190,190,210,210,230,231,253,253,276,275,300,300,325,325,350,351,378,378,406,405 lpb $0 mov $2,$0 seq $2,226294 ; Period 2: repeat [6, 4]. mul $2,$0 trn $0,5 add $1,$2 lpe div $1,4 mov $0,$1
libsrc/adt/queue/adt_QueueDelete_callee.asm
andydansby/z88dk-mk2
1
241054
; void __CALLEE__ adt_QueueDelete_callee(struct adt_Queue *q, void *delete) ; 09.2005 aralbrec XLIB adt_QueueDelete_callee XDEF ASMDISP_ADT_QUEUEDELETE_CALLEE LIB adt_QueueDeleteS_callee XREF ASMDISP_ADT_QUEUEDELETES_CALLEE XREF _u_free .adt_QueueDelete_callee pop hl pop de ex (sp),hl .asmentry push hl call adt_QueueDeleteS_callee + ASMDISP_ADT_QUEUEDELETES_CALLEE pop hl push hl call _u_free ; free struct adt_Queue container pop hl ret DEFC ASMDISP_ADT_QUEUEDELETE_CALLEE = asmentry - adt_QueueDelete_callee
alloy4fun_models/trainstlt/models/13/Wmnf67hkoJyM6yJB8.als
Kaixi26/org.alloytools.alloy
0
1537
<filename>alloy4fun_models/trainstlt/models/13/Wmnf67hkoJyM6yJB8.als open main pred idWmnf67hkoJyM6yJB8_prop14 { always ( all t:Train | let tr=t.pos |pos!=pos' and ( one (tr.signal :>Green) )implies after (tr.signal in Signal-Green) ) } pred __repair { idWmnf67hkoJyM6yJB8_prop14 } check __repair { idWmnf67hkoJyM6yJB8_prop14 <=> prop14o }
test/Fail/InstanceErrorMessage.agda
cruhland/agda
1,989
8642
<reponame>cruhland/agda module _ where record Semiring (A : Set) : Set where infixl 6 _+_ field _+_ : A → A → A open Semiring {{...}} public infix 4 _≡_ postulate Nat Bool : Set _≡_ : Nat → Nat → Set refl : ∀ {x} → x ≡ x to : ∀ {x} (y : Nat) → x ≡ y trans : {x y z : Nat} → x ≡ y → y ≡ z → x ≡ z instance _ : Semiring Nat _ : Semiring Bool bad : (a b c : Nat) → a + b ≡ c + a bad a b c = trans (to (a + c)) refl -- Should complain about a != c when checking refl, not a missing instance Semiring Nat.
oeis/342/A342433.asm
neoneye/loda-programs
11
101894
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A342433: a(n) = Sum_{k=1..n} gcd(k,n)^(n-1). ; Submitted by <NAME> ; 1,3,11,74,629,8085,117655,2113796,43059849,1001955177,25937424611,743379914746,23298085122493,793811662313709,29192938251553759,1152956691126550536,48661191875666868497,2185928270773974154773,104127350297911241532859,5242890000039246486381186,278218429606536102153126821,15519456371350833230755923813,907846434775996175406740561351,55572330661347943356893018956084,3552713678800501167774200439453145,236773837064377603743611831371862265,16423203268273580310009936398502089763 mov $3,$0 mov $4,$0 lpb $3 mov $2,$4 add $2,1 sub $3,1 gcd $2,$3 pow $2,$4 add $1,$2 lpe mov $0,$1 add $0,1
base/ntos/ke/x86/ldtsup2.asm
MasonLeeBack/WRKRazzle
54
240536
title "Ldt Support 2 - Low Level" ;++ ; ; Copyright (c) Microsoft Corporation. All rights reserved. ; ; You may only use this code if you agree to the terms of the Windows Research Kernel Source Code License agreement (see License.txt). ; If you do not agree to the terms, do not use the code. ; ; ; Module Name: ; ; ldtsup2.asm ; ; Abstract: ; ; This module implements procedures to load a new ldt and to flush ; segment descriptors. ; ;-- .386p .xlist include ks386.inc include x86\kimacro.inc include mac386.inc include callconv.inc .list _TEXT$00 SEGMENT DWORD PUBLIC 'CODE' ASSUME DS:FLAT, ES:FLAT, SS:NOTHING, FS:NOTHING, GS:NOTHING ;++ ; ; VOID ; KiLoadLdtr( ; VOID ; ) ; ; Routine Description: ; ; This routine copies the Ldt descriptor image out of the currently ; executing process object into the Ldt descriptor, and reloads the ; the Ldt descriptor into the Ldtr. The effect of this is to provide ; a new Ldt. ; ; If the Ldt descriptor image has a base or limit of 0, then NULL will ; be loaded into the Ldtr, and no copy to the Gdt will be done. ; ; Arguments: ; ; None. ; ; Return Value: ; ; None. ; ;-- cPublicProc _KiLoadLdtr, 0 push esi push edi mov eax,PCR[PcPrcbData+PbCurrentThread] ; (eax)->CurrentThread mov eax,[eax]+(ThApcState+AsProcess) ; (eax)->CurrentProcess lea esi,[eax]+PrLdtDescriptor ; (esi)->Ldt value xor dx,dx ; assume null value cmp word ptr [esi],0 ; limit == 0? jz kill10 ; yes limit 0, go load null ; ; We have a non-null Ldt Descriptor, copy it into the Gdt ; mov edi,PCR[PcGdt] add edi,KGDT_LDT ; (edi)->Ldt descriptor movsd movsd ; descrip. now matches value mov dx,KGDT_LDT kill10: lldt dx pop edi pop esi stdCall _KiFlushDescriptors stdRET _KiLoadLdtr stdENDP _KiLoadLdtr ;++ ; ; VOID ; KiFlushDescriptors( ; VOID ; ) ; ; Routine Description: ; ; Flush the in-processor descriptor registers for the segment registers. ; We do this by reloading each segment register. ; ; N.B. ; ; This procedure is only intended to support Ldt operations. ; It does not support operations on the Gdt. In particular, ; neither it nor Ke386SetDescriptorProcess are appropriate for ; editing descriptors used by 16bit kernel code (i.e. ABIOS.) ; ; Since we are in kernel mode, we know that CS and SS do NOT ; contain Ldt selectors, any such selectors will be save/restored ; by the interrupt that brought us here from user space. ; ; Since we are in kernel mode, DS must contain a flat GDT descriptor, ; since all entry sequences would have forced a reference to it. ; ; Since we are in kernel mode, FS points to the PCR, since all ; entry sequences force it to. ; ; Therefore, only ES and GS need to be flushed. ; ; Since no inline kernel code ever uses GS, we know it will be ; restored from a frame of some caller, or nobody cares. Therefore, ; we load null into GS. (Fastest possible load.) ; ; ES is restored to KGDT_R3_DATA, because kernel exit will not restore ; it for us. If we do not put the correct value in ES, we may wind ; up with zero in ES in user mode. ; ; Arguments: ; ; None. ; ; Return Value: ; ; None. ; ;-- cPublicProc _KiFlushDescriptors ,0 xor ax,ax mov gs,ax push ds pop es stdRET _KiFlushDescriptors stdENDP _KiFlushDescriptors _TEXT$00 ends end
programs/oeis/081/A081490.asm
neoneye/loda
22
243978
<reponame>neoneye/loda<gh_stars>10-100 ; A081490: Leading term of n-th row of A081491. ; 1,2,4,9,19,36,62,99,149,214,296,397,519,664,834,1031,1257,1514,1804,2129,2491,2892,3334,3819,4349,4926,5552,6229,6959,7744,8586,9487,10449,11474,12564,13721,14947,16244,17614,19059,20581,22182,23864,25629,27479,29416,31442,33559,35769,38074,40476,42977,45579,48284,51094,54011,57037,60174,63424,66789,70271,73872,77594,81439,85409,89506,93732,98089,102579,107204,111966,116867,121909,127094,132424,137901,143527,149304,155234,161319,167561,173962,180524,187249,194139,201196,208422,215819,223389,231134,239056,247157,255439,263904,272554,281391,290417,299634,309044,318649 mul $0,2 mov $1,$0 bin $0,3 mul $1,2 add $0,$1 div $0,4 add $0,1
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_410_1470.asm
ljhsiun2/medusa
9
15795
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_D_ht+0x1c230, %rsi lea addresses_WT_ht+0xcc04, %rdi nop nop nop nop nop cmp $53795, %rax mov $95, %rcx rep movsl nop cmp $61926, %r9 lea addresses_WC_ht+0x14664, %rsi lea addresses_WC_ht+0x5fb4, %rdi nop nop nop nop nop add $180, %r9 mov $59, %rcx rep movsl nop nop nop nop sub $11485, %rdi lea addresses_UC_ht+0xe864, %rsi lfence mov (%rsi), %r9 nop add %r11, %r11 lea addresses_normal_ht+0x17264, %rax nop nop nop nop nop cmp $48479, %r9 movb (%rax), %cl sub %r9, %r9 lea addresses_normal_ht+0xe434, %rsi lea addresses_WC_ht+0x9364, %rdi nop add $335, %r11 mov $123, %rcx rep movsb nop inc %rdi lea addresses_normal_ht+0x11664, %r11 cmp $24925, %r14 movb $0x61, (%r11) nop nop nop nop nop add $48737, %rsi lea addresses_WT_ht+0x6c64, %r9 nop nop nop and $38395, %r14 movb $0x61, (%r9) nop nop nop nop inc %rsi lea addresses_D_ht+0xaa08, %rax sub $8931, %r9 movl $0x61626364, (%rax) nop nop dec %r11 lea addresses_D_ht+0x9de4, %rsi nop nop add $45801, %rax mov $0x6162636465666768, %rdi movq %rdi, %xmm4 movups %xmm4, (%rsi) nop nop nop nop nop sub $50005, %r9 lea addresses_WT_ht+0x15ba4, %rsi nop nop xor $35395, %r14 mov $0x6162636465666768, %rdi movq %rdi, %xmm2 vmovups %ymm2, (%rsi) nop nop nop cmp %r9, %r9 lea addresses_normal_ht+0x5864, %rsi lea addresses_A_ht+0x14aa4, %rdi add %rax, %rax mov $96, %rcx rep movsl nop sub $5583, %r14 lea addresses_WT_ht+0x16bb8, %rsi lea addresses_UC_ht+0x15e64, %rdi nop nop nop cmp %r11, %r11 mov $3, %rcx rep movsb nop nop nop nop nop xor $42845, %rdi lea addresses_A_ht+0x1b664, %r14 nop nop nop nop inc %r9 movups (%r14), %xmm5 vpextrq $0, %xmm5, %rax nop nop nop nop add %r11, %r11 pop %rsi pop %rdi pop %rcx pop %rax pop %r9 pop %r14 pop %r11 ret .global s_faulty_load s_faulty_load: push %r11 push %r12 push %r15 push %r8 push %rax push %rdx push %rsi // Store mov $0x4d8c490000000254, %rsi nop nop nop nop nop add $3625, %rdx movw $0x5152, (%rsi) inc %r8 // Store lea addresses_PSE+0x138f4, %rdx nop nop add %r12, %r12 movb $0x51, (%rdx) nop nop dec %r11 // Faulty Load lea addresses_US+0xe664, %r8 xor $51894, %rax mov (%r8), %r12d lea oracles, %r8 and $0xff, %r12 shlq $12, %r12 mov (%r8,%r12,1), %r12 pop %rsi pop %rdx pop %rax pop %r8 pop %r15 pop %r12 pop %r11 ret /* <gen_faulty_load> [REF] {'src': {'same': False, 'congruent': 0, 'NT': False, 'type': 'addresses_US', 'size': 1, 'AVXalign': False}, 'OP': 'LOAD'} {'OP': 'STOR', 'dst': {'same': False, 'congruent': 4, 'NT': False, 'type': 'addresses_NC', 'size': 2, 'AVXalign': False}} {'OP': 'STOR', 'dst': {'same': False, 'congruent': 2, 'NT': False, 'type': 'addresses_PSE', 'size': 1, 'AVXalign': False}} [Faulty Load] {'src': {'same': True, 'congruent': 0, 'NT': False, 'type': 'addresses_US', 'size': 4, 'AVXalign': False}, 'OP': 'LOAD'} <gen_prepare_buffer> {'src': {'type': 'addresses_D_ht', 'congruent': 1, 'same': True}, 'OP': 'REPM', 'dst': {'type': 'addresses_WT_ht', 'congruent': 4, 'same': False}} {'src': {'type': 'addresses_WC_ht', 'congruent': 7, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_WC_ht', 'congruent': 4, 'same': True}} {'src': {'same': False, 'congruent': 7, 'NT': True, 'type': 'addresses_UC_ht', 'size': 8, 'AVXalign': False}, 'OP': 'LOAD'} {'src': {'same': False, 'congruent': 9, 'NT': False, 'type': 'addresses_normal_ht', 'size': 1, 'AVXalign': True}, 'OP': 'LOAD'} {'src': {'type': 'addresses_normal_ht', 'congruent': 4, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_WC_ht', 'congruent': 8, 'same': False}} {'OP': 'STOR', 'dst': {'same': False, 'congruent': 11, 'NT': False, 'type': 'addresses_normal_ht', 'size': 1, 'AVXalign': True}} {'OP': 'STOR', 'dst': {'same': False, 'congruent': 8, 'NT': False, 'type': 'addresses_WT_ht', 'size': 1, 'AVXalign': False}} {'OP': 'STOR', 'dst': {'same': True, 'congruent': 2, 'NT': False, 'type': 'addresses_D_ht', 'size': 4, 'AVXalign': False}} {'OP': 'STOR', 'dst': {'same': False, 'congruent': 6, 'NT': False, 'type': 'addresses_D_ht', 'size': 16, 'AVXalign': False}} {'OP': 'STOR', 'dst': {'same': False, 'congruent': 3, 'NT': False, 'type': 'addresses_WT_ht', 'size': 32, 'AVXalign': False}} {'src': {'type': 'addresses_normal_ht', 'congruent': 8, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_A_ht', 'congruent': 6, 'same': False}} {'src': {'type': 'addresses_WT_ht', 'congruent': 2, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_UC_ht', 'congruent': 11, 'same': False}} {'src': {'same': False, 'congruent': 11, 'NT': False, 'type': 'addresses_A_ht', 'size': 16, 'AVXalign': False}, 'OP': 'LOAD'} {'00': 410} 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 */
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/renaming4.ads
best08618/asylo
7
5081
package Renaming4 is type Big_Array is array (Natural range <>) of Integer; subtype Index is Natural range 1..4; subtype My_Array is Big_Array(Index); A : constant My_Array := (1, 2, 3, 4); subtype Small is Index range 1..2; subtype Small_Array is Big_Array(Small); B : Small_Array renames A(Index); end Renaming4;
oeis/130/A130553.asm
neoneye/loda-programs
11
88715
<reponame>neoneye/loda-programs ; A130553: Numerators of partial sums for a series for 2*Pi*sqrt(3)/9. ; Submitted by <NAME> ; 1,7,6,169,1523,133,72623,87149,823077,15638477,46915441,13834041,224803169,6936783521,5587964507,4157445593923,12472336782289,170187831339,71785227258967,153825486983593,4905323862699739 mov $1,1 lpb $0 mov $2,$0 mul $2,2 add $3,$1 mul $3,$0 sub $0,1 mul $1,2 add $2,1 mul $1,$2 lpe add $1,$3 gcd $3,$1 div $1,$3 mov $0,$1
Preservation.agda
danelahman/higher-order-aeff-agda
2
662
<filename>Preservation.agda open import Data.List hiding ([_]) renaming (_∷_ to _∷ₗ_) open import Data.Maybe open import Data.Product open import AEff open import EffectAnnotations open import Renamings open import Substitutions renaming (⟨_,_⟩ to ⟨_,,_⟩) open import Types open import Relation.Binary.PropositionalEquality hiding ([_]) open import Relation.Nullary module Preservation where -- BINDING CONTEXTS BCtx = List VType -- WELL-TYPED EVALUATION CONTEXTS data _⊢E[_]⦂_ (Γ : Ctx) : (Δ : BCtx) → CType → Set where [-] : {C : CType} → ------------- Γ ⊢E[ [] ]⦂ C let=_`in_ : {Δ : BCtx} {X Y : VType} {o : O} {i : I} → Γ ⊢E[ Δ ]⦂ X ! (o , i) → Γ ∷ X ⊢C⦂ Y ! (o , i) → ------------------------ Γ ⊢E[ Δ ]⦂ Y ! (o , i) ↑ : {Δ : BCtx} {X : VType} {o : O} {i : I} → (op : Σₛ) → op ∈ₒ o → Γ ⊢V⦂ proj₁ (payload op) → Γ ⊢E[ Δ ]⦂ X ! (o , i) → -------------------------- Γ ⊢E[ Δ ]⦂ X ! (o , i) ↓ : {Δ : BCtx} {X : VType} {o : O} {i : I} (op : Σₛ) → Γ ⊢V⦂ proj₁ (payload op) → Γ ⊢E[ Δ ]⦂ X ! (o , i) → --------------------------- Γ ⊢E[ Δ ]⦂ X ! op ↓ₑ (o , i) promise_∣_↦_`in_ : {Δ : BCtx} {X Y : VType} {o o' : O} {i i' : I} → (op : Σₛ) → (o' , i') ⊑ lkpᵢ op i → Γ ∷ proj₁ (payload op) ∷ (𝟙 ⇒ (⟨ X ⟩ ! (∅ₒ , ∅ᵢ [ op ↦ just (o' , i') ]ᵢ))) ⊢C⦂ ⟨ X ⟩ ! (o' , i') → Γ ∷ ⟨ X ⟩ ⊢E[ Δ ]⦂ Y ! (o , i) → ---------------------------------------------- Γ ⊢E[ X ∷ₗ Δ ]⦂ Y ! (o , i) spawn : {Δ : BCtx} {C D : CType} → Γ ■ ⊢C⦂ C → Γ ⊢E[ Δ ]⦂ D → --------------- Γ ⊢E[ Δ ]⦂ D coerce : {Δ : BCtx} {X : VType} {o o' : O} {i i' : I} → o ⊑ₒ o' → i ⊑ᵢ i' → Γ ⊢E[ Δ ]⦂ X ! (o , i) → ------------------------ Γ ⊢E[ Δ ]⦂ X ! (o' , i') -- MERGING AN ORDINARY CONTEXT AND A BINDING CONTEXT infix 30 _⋈_ _⋈_ : Ctx → BCtx → Ctx Γ ⋈ [] = Γ Γ ⋈ (X ∷ₗ Δ) = (Γ ∷ ⟨ X ⟩) ⋈ Δ -- FINDING THE TYPE OF THE HOLE OF A WELL-TYPED EVALUATION CONTEXT hole-ty-e : {Γ : Ctx} {Δ : BCtx} {C : CType} → Γ ⊢E[ Δ ]⦂ C → CType hole-ty-e {_} {_} {C} [-] = C hole-ty-e (let= E `in M) = hole-ty-e E hole-ty-e (↑ op p V E) = hole-ty-e E hole-ty-e (↓ op V E) = hole-ty-e E hole-ty-e (promise op ∣ p ↦ M `in E) = hole-ty-e E hole-ty-e (spawn M E) = hole-ty-e E hole-ty-e (coerce p q E) = hole-ty-e E -- FILLING A WELL-TYPED EVALUATION CONTEXT infix 30 _[_] _[_] : {Γ : Ctx} {Δ : BCtx} {C : CType} → (E : Γ ⊢E[ Δ ]⦂ C) → Γ ⋈ Δ ⊢C⦂ (hole-ty-e E) → Γ ⊢C⦂ C [-] [ M ] = M (let= E `in N) [ M ] = let= (E [ M ]) `in N (↑ op p V E) [ M ] = ↑ op p V (E [ M ]) (↓ op V E) [ M ] = ↓ op V (E [ M ]) (promise op ∣ p ↦ N `in E) [ M ] = promise op ∣ p ↦ N `in (E [ M ]) (spawn N E) [ M ] = spawn N (E [ M ]) (coerce p q E) [ M ] = coerce p q (E [ M ]) -- STRENGTHENING OF GROUND VALUES WRT BOUND PROMISES strengthen-var : {Γ : Ctx} → (Δ : BCtx) → {X : VType} → mobile X → X ∈ Γ ⋈ Δ → -------------------------------------- X ∈ Γ strengthen-var [] p x = x strengthen-var (y ∷ₗ Δ) p x with strengthen-var Δ p x ... | Tl-v z = z strengthen-■-var : {Γ : Ctx} → (Γ' : Ctx) → (Δ : BCtx) → {X : VType} → X ∈ (Γ ⋈ Δ) ■ ++ₖ Γ' → -------------------------- X ∈ Γ ■ ++ₖ Γ' strengthen-■-var Γ' [] x = x strengthen-■-var [] (y ∷ₗ Δ) x with strengthen-■-var [] Δ x ... | Tl-■ p (Tl-v z) = Tl-■ p z strengthen-■-var (Γ' ∷ Z) (y ∷ₗ Δ) Hd = Hd strengthen-■-var (Γ' ∷ Z) (y ∷ₗ Δ) (Tl-v x) with strengthen-■-var Γ' (y ∷ₗ Δ) x ... | q = Tl-v q strengthen-■-var (Γ' ■) (y ∷ₗ Δ) (Tl-■ p x) with strengthen-■-var Γ' (y ∷ₗ Δ) x ... | q = Tl-■ p q mutual strengthen-■-v : {Γ Γ' : Ctx} {Δ : BCtx} {X : VType} → (Γ ⋈ Δ) ■ ++ₖ Γ' ⊢V⦂ X → ------------------------------------- Γ ■ ++ₖ Γ' ⊢V⦂ X strengthen-■-v {_} {Γ'} {Δ} (` x) = ` strengthen-■-var Γ' Δ x strengthen-■-v (´ c) = ´ c strengthen-■-v ⋆ = ⋆ strengthen-■-v {Γ} {Γ'} {Δ} (ƛ M) = ƛ (strengthen-■-c {Γ} {Γ' ∷ _} {Δ} M) strengthen-■-v {Γ} {Γ'} {Δ} ⟨ V ⟩ = ⟨ strengthen-■-v {Γ} {Γ'} {Δ} V ⟩ strengthen-■-v {Γ} {Γ'} {Δ} (□ V) = □ (strengthen-■-v {Γ' = _ ■} {Δ = Δ} V) strengthen-■-c : {Γ Γ' : Ctx} {Δ : BCtx} {C : CType} → (Γ ⋈ Δ) ■ ++ₖ Γ' ⊢C⦂ C → ------------------------------------- Γ ■ ++ₖ Γ' ⊢C⦂ C strengthen-■-c {Γ} {Γ'} {Δ} (return V) = return (strengthen-■-v {Γ} {Γ'} {Δ} V) strengthen-■-c {Γ} {Γ'} {Δ} (let= M `in N) = let= (strengthen-■-c {Γ} {Γ'} {Δ} M) `in (strengthen-■-c {Γ} {Γ' ∷ _} {Δ} N) strengthen-■-c {Γ} {Γ'} {Δ} (V · W) = (strengthen-■-v {Γ} {Γ'} {Δ} V) · (strengthen-■-v {Γ} {Γ'} {Δ} W) strengthen-■-c {Γ} {Γ'} {Δ} (↑ op p V M) = ↑ op p (strengthen-■-v {Γ} {Γ'} {Δ} V) (strengthen-■-c {Γ} {Γ'} {Δ} M) strengthen-■-c {Γ} {Γ'} {Δ} (↓ op V M) = ↓ op (strengthen-■-v {Γ} {Γ'} {Δ} V) (strengthen-■-c {Γ} {Γ'} {Δ} M) strengthen-■-c {Γ} {Γ'} {Δ} (promise op ∣ p ↦ M `in N) = promise op ∣ p ↦ (strengthen-■-c {Γ} {Γ' ∷ proj₁ (payload op) ∷ _} {Δ} M) `in (strengthen-■-c {Γ} {Γ' ∷ ⟨ _ ⟩} {Δ} N) strengthen-■-c {Γ} {Γ'} {Δ} (await V until N) = await (strengthen-■-v {Γ} {Γ'} {Δ} V) until (strengthen-■-c {Γ} {Γ' ∷ _} {Δ} N) strengthen-■-c {Γ} {Γ'} {Δ} (unbox V `in N) = unbox (strengthen-■-v {Γ} {Γ'} {Δ} V) `in (strengthen-■-c {Γ} {Γ' ∷ _} {Δ} N) strengthen-■-c {Γ} {Γ'} {Δ} (spawn M N) = spawn (strengthen-■-c {Γ' = _ ■} {Δ = Δ} M) (strengthen-■-c {Δ = Δ} N) strengthen-■-c {Γ} {Γ'} {Δ} (coerce p q M) = coerce p q (strengthen-■-c {Γ} {Γ'} {Δ} M) strengthen-val : {Γ : Ctx} {Δ : BCtx} {X : VType} → mobile X → Γ ⋈ Δ ⊢V⦂ X → ---------------------------------- Γ ⊢V⦂ X strengthen-val {_} {Δ} p (` x) = ` strengthen-var Δ p x strengthen-val p (´ c) = ´ c strengthen-val p ⋆ = ⋆ strengthen-val {Γ} {Δ} p (□ V) = □ (strengthen-■-v {Γ} {[]} {Δ} V) -- SMALL-STEP OPERATIONAL SEMANTICS FOR WELL-TYPED COMPUTATIONS -- (ADDITIONALLY SERVES AS THE PRESERVATION THEOREM) infix 10 _↝_ data _↝_ {Γ : Ctx} : {C : CType} → Γ ⊢C⦂ C → Γ ⊢C⦂ C → Set where -- COMPUTATIONAL RULES apply : {X : VType} {C : CType} → (M : Γ ∷ X ⊢C⦂ C) → (V : Γ ⊢V⦂ X) → ---------------------- (ƛ M) · V ↝ M [ sub-id [ V ]s ]c let-return : {X Y : VType} {o : O} {i : I} → (V : Γ ⊢V⦂ X) → (N : Γ ∷ X ⊢C⦂ Y ! (o , i)) → ----------------------------- let= (return V) `in N ↝ N [ sub-id [ V ]s ]c let-↑ : {X Y : VType} {o : O} {i : I} {op : Σₛ} → (p : op ∈ₒ o) → (V : Γ ⊢V⦂ proj₁ (payload op)) → (M : Γ ⊢C⦂ X ! (o , i)) → (N : Γ ∷ X ⊢C⦂ Y ! (o , i)) → ----------------------------- let= (↑ op p V M) `in N ↝ ↑ op p V (let= M `in N) let-promise : {X Y Z : VType} {o o' : O} {i i' : I} {op : Σₛ} → (p : (o' , i') ⊑ lkpᵢ op i) → (M₁ : Γ ∷ proj₁ (payload op) ∷ (𝟙 ⇒ (⟨ X ⟩ ! (∅ₒ , ∅ᵢ [ op ↦ just (o' , i') ]ᵢ))) ⊢C⦂ ⟨ X ⟩ ! (o' , i')) → (M₂ : Γ ∷ ⟨ X ⟩ ⊢C⦂ Y ! (o , i)) → (N : Γ ∷ Y ⊢C⦂ Z ! (o , i)) → ---------------------------------------------------------------------------------------------------------- let= (promise op ∣ p ↦ M₁ `in M₂) `in N ↝ (promise op ∣ p ↦ M₁ `in (let= M₂ `in (C-rename (ren-cong ren-wk) N))) let-await : {X Y Z : VType} {o : O} {i : I} → (V : Γ ⊢V⦂ ⟨ X ⟩) → (M : Γ ∷ X ⊢C⦂ Y ! (o , i)) → (N : Γ ∷ Y ⊢C⦂ Z ! (o , i)) → ------------------------------------------------------- let= (await V until M) `in N ↝ await V until (let= M `in C-rename (ren-cong ren-wk) N) let-spawn : {X Y : VType} {C : CType} {o : O} {i : I} → (M : Γ ■ ⊢C⦂ C) → (N : Γ ⊢C⦂ X ! (o , i)) → (K : Γ ∷ X ⊢C⦂ Y ! (o , i)) → --------------------------------------- let= (spawn M N) `in K ↝ spawn M (let= N `in K) promise-↑ : {X Y : VType} {o o' : O} {i i' : I} {op op' : Σₛ} → (p : (o' , i') ⊑ lkpᵢ op i) → (q : op' ∈ₒ o) → (V : Γ ∷ ⟨ X ⟩ ⊢V⦂ proj₁ (payload op')) → (M : Γ ∷ proj₁ (payload op) ∷ (𝟙 ⇒ (⟨ X ⟩ ! (∅ₒ , ∅ᵢ [ op ↦ just (o' , i') ]ᵢ))) ⊢C⦂ ⟨ X ⟩ ! (o' , i')) → (N : Γ ∷ ⟨ X ⟩ ⊢C⦂ Y ! (o , i)) → ----------------------------------------------------------------------------------------- (promise op ∣ p ↦ M `in (↑ op' q V N)) ↝ ↑ op' q (strengthen-val {Δ = X ∷ₗ []} (proj₂ (payload op')) V) (promise op ∣ p ↦ M `in N) promise-spawn : {X Y : VType} {C : CType} {o o' : O} {i i' : I} {op : Σₛ} → (p : (o' , i') ⊑ lkpᵢ op i) → (M : Γ ∷ proj₁ (payload op) ∷ (𝟙 ⇒ (⟨ X ⟩ ! (∅ₒ , ∅ᵢ [ op ↦ just (o' , i') ]ᵢ))) ⊢C⦂ ⟨ X ⟩ ! (o' , i')) → (N : Γ ∷ ⟨ X ⟩ ■ ⊢C⦂ C) → (K : Γ ∷ ⟨ X ⟩ ⊢C⦂ Y ! (o , i)) → --------------------------------------------------------------------------- (promise op ∣ p ↦ M `in (spawn N K)) ↝ spawn (strengthen-■-c {Γ' = []} {Δ = X ∷ₗ []} N) (promise op ∣ p ↦ M `in K) ↓-return : {X : VType} {o : O} {i : I} {op : Σₛ} → (V : Γ ⊢V⦂ proj₁ (payload op)) → (W : Γ ⊢V⦂ X) → ---------------------------------------------------------------- ↓ {o = o} {i = i} op V (return W) ↝ return {o = proj₁ (op ↓ₑ (o , i))} {i = proj₂ (op ↓ₑ (o , i))} W ↓-↑ : {X : VType} {o : O} {i : I} {op : Σₛ} {op' : Σₛ} → (p : op' ∈ₒ o) → (V : Γ ⊢V⦂ proj₁ (payload op)) → (W : Γ ⊢V⦂ proj₁ (payload op')) → (M : Γ ⊢C⦂ X ! (o , i)) → -------------------------------- ↓ op V (↑ op' p W M) ↝ ↑ op' (↓ₑ-⊑ₒ op' p) W (↓ op V M) ↓-promise-op : {X Y : VType} {o o' : O} {i i' : I} {op : Σₛ} → (p : (o' , i') ⊑ lkpᵢ op i) → (V : Γ ⊢V⦂ proj₁ (payload op)) → (M : Γ ∷ proj₁ (payload op) ∷ (𝟙 ⇒ (⟨ X ⟩ ! (∅ₒ , ∅ᵢ [ op ↦ just (o' , i') ]ᵢ))) ⊢C⦂ ⟨ X ⟩ ! (o' , i')) → (N : Γ ∷ ⟨ X ⟩ ⊢C⦂ Y ! (o , i)) → -------------------------------------------------------------------------------------------------------------------------------------------------------- ↓ op V (promise op ∣ p ↦ M `in N ) ↝ (let= (coerce (⊑ₒ-trans (proj₁ (⊑-proj p (proj₂ (proj₂ (⊑-just p))))) (↓ₑ-⊑ₒ-o' {o = o} (proj₂ (proj₂ (⊑-just p))))) (⊑ᵢ-trans (proj₂ (⊑-proj p (proj₂ (proj₂ (⊑-just p))))) (↓ₑ-⊑ₒ-i' {o = o} (proj₂ (proj₂ (⊑-just p))))) (M [ (sub-id [ V ]s) [ ƛ (promise op ∣ subst (λ oi → (o' , i') ⊑ oi) (sym ite-≡) ⊑-refl ↦ C-rename (ren-cong (ren-cong ren-wk)) M `in return (` Hd)) ]s ]c)) `in (↓ op (V-rename ren-wk V) N)) ↓-promise-op' : {X Y : VType} {o o' : O} {i i' : I} {op op' : Σₛ} → (p : ¬ op ≡ op') → (q : (o' , i') ⊑ lkpᵢ op' i) → (V : Γ ⊢V⦂ proj₁ (payload op)) → (M : Γ ∷ proj₁ (payload op') ∷ (𝟙 ⇒ (⟨ X ⟩ ! (∅ₒ , ∅ᵢ [ op' ↦ just (o' , i') ]ᵢ))) ⊢C⦂ ⟨ X ⟩ ! (o' , i')) → (N : Γ ∷ ⟨ X ⟩ ⊢C⦂ Y ! (o , i)) → ---------------------------------------------------------------------------------------------------------- ↓ op V (promise op' ∣ q ↦ M `in N ) ↝ promise op' ∣ (lkpᵢ-↓ₑ-neq-⊑ {o = o} {i = i} p q) ↦ M `in ↓ op (V-rename ren-wk V) N ↓-await : {X Y : VType} {o : O} {i : I} {op : Σₛ} → (V : Γ ⊢V⦂ proj₁ (payload op)) → (W : Γ ⊢V⦂ ⟨ X ⟩) → (M : Γ ∷ X ⊢C⦂ Y ! (o , i)) → ------------------------------------------ ↓ op V (await W until M) ↝ await W until (↓ op (V-rename ren-wk V) M) ↓-spawn : {X : VType} {C : CType} {o : O} {i : I} {op : Σₛ} → (V : Γ ⊢V⦂ proj₁ (payload op)) → (M : Γ ■ ⊢C⦂ C) → (N : Γ ⊢C⦂ X ! (o , i)) → -------------------------------- ↓ op V (spawn M N) ↝ spawn M (↓ op V N) await-promise : {X : VType} {C : CType} → (V : Γ ⊢V⦂ X) → (M : Γ ∷ X ⊢C⦂ C) → -------------------- await ⟨ V ⟩ until M ↝ M [ sub-id [ V ]s ]c box-unbox : {X : VType} {C : CType} → (V : Γ ■ ⊢V⦂ X) → (M : Γ ∷ X ⊢C⦂ C) → ------------------- unbox (□ V) `in M ↝ M [ ⟨ sub-id ,, ■-str-v {Γ' = []} V ⟩ ]c -- EVALUATION CONTEXT RULE context : {Δ : BCtx} {C : CType} → (E : Γ ⊢E[ Δ ]⦂ C) → {M N : Γ ⋈ Δ ⊢C⦂ (hole-ty-e E)} → M ↝ N → ------------------------------- E [ M ] ↝ E [ N ] -- COERCION RULES -- (THE RESULT OF WORKING WITH WELL-TYPED SYNTAX AND MAKING SUBSUMPTION INTO AN EXPLICIT COERCION) coerce-return : {X : VType} {o o' : O} {i i' : I} {p : o ⊑ₒ o'} {q : i ⊑ᵢ i'} → (V : Γ ⊢V⦂ X) → -------------------------------- coerce p q (return V) ↝ return V coerce-↑ : {X : VType} {o o' : O} {i i' : I} {p : o ⊑ₒ o'} {q : i ⊑ᵢ i'} {op : Σₛ} → (r : op ∈ₒ o) → (V : Γ ⊢V⦂ proj₁ (payload op)) → (M : Γ ⊢C⦂ X ! (o , i)) → -------------------------------- coerce p q (↑ op r V M) ↝ ↑ op (p op r) V (coerce p q M) coerce-promise : {X Y : VType} {o o' o'' : O} {i i' i'' : I} {p : o ⊑ₒ o'} {q : i ⊑ᵢ i'} {op : Σₛ} → (r : (o'' , i'') ⊑ lkpᵢ op i) (M : Γ ∷ proj₁ (payload op) ∷ (𝟙 ⇒ (⟨ X ⟩ ! (∅ₒ , ∅ᵢ [ op ↦ just (o'' , i'') ]ᵢ))) ⊢C⦂ ⟨ X ⟩ ! (o'' , i'')) → (N : Γ ∷ ⟨ X ⟩ ⊢C⦂ Y ! (o , i)) → ------------------------------------------------------------------------------------------------------------- coerce p q (promise op ∣ r ↦ M `in N) ↝ promise_∣_↦_`in_ op (subst (λ oi → (o'' , i'') ⊑ oi) (sym (lkpᵢ-next-eq q (proj₂ (proj₂ (⊑-just r))))) (⊑-trans r (proj₂ (proj₂ (⊑-just r))) ( (lkpᵢ-next-⊑ₒ q (proj₂ (proj₂ (⊑-just r)))) , (lkpᵢ-next-⊑ᵢ q (proj₂ (proj₂ (⊑-just r))))))) M (coerce p q N) coerce-await : {X Y : VType} {o o' : O} {i i' : I} {p : o ⊑ₒ o'} {q : i ⊑ᵢ i'} → (V : Γ ⊢V⦂ ⟨ X ⟩) → (M : Γ ∷ X ⊢C⦂ Y ! (o , i)) → ----------------------------- coerce p q (await V until M) ↝ await V until (coerce p q M) coerce-spawn : {X : VType} {C : CType} {o o' : O} {i i' : I} {p : o ⊑ₒ o'} {q : i ⊑ᵢ i'} → (M : Γ ■ ⊢C⦂ C) → (N : Γ ⊢C⦂ X ! (o , i)) → ------------------------- coerce p q (spawn M N) ↝ spawn M (coerce p q N)
out/PropLog/Syntax.agda
JoeyEremondi/agda-soas
39
11816
{- This second-order term syntax was created from the following second-order syntax description: syntax PropLog | PR type * : 0-ary term false : * | ⊥ or : * * -> * | _∨_ l20 true : * | ⊤ and : * * -> * | _∧_ l30 not : * -> * | ¬_ r50 theory (⊥U∨ᴸ) a |> or (false, a) = a (⊥U∨ᴿ) a |> or (a, false) = a (∨A) a b c |> or (or(a, b), c) = or (a, or(b, c)) (∨C) a b |> or(a, b) = or(b, a) (⊤U∧ᴸ) a |> and (true, a) = a (⊤U∧ᴿ) a |> and (a, true) = a (∧A) a b c |> and (and(a, b), c) = and (a, and(b, c)) (∧D∨ᴸ) a b c |> and (a, or (b, c)) = or (and(a, b), and(a, c)) (∧D∨ᴿ) a b c |> and (or (a, b), c) = or (and(a, c), and(b, c)) (⊥X∧ᴸ) a |> and (false, a) = false (⊥X∧ᴿ) a |> and (a, false) = false (¬N∨ᴸ) a |> or (not (a), a) = false (¬N∨ᴿ) a |> or (a, not (a)) = false (∧C) a b |> and(a, b) = and(b, a) (∨I) a |> or(a, a) = a (∧I) a |> and(a, a) = a (¬²) a |> not(not (a)) = a (∨D∧ᴸ) a b c |> or (a, and (b, c)) = and (or(a, b), or(a, c)) (∨D∧ᴿ) a b c |> or (and (a, b), c) = and (or(a, c), or(b, c)) (∨B∧ᴸ) a b |> or (and (a, b), a) = a (∨B∧ᴿ) a b |> or (a, and (a, b)) = a (∧B∨ᴸ) a b |> and (or (a, b), a) = a (∧B∨ᴿ) a b |> and (a, or (a, b)) = a (⊤X∨ᴸ) a |> or (true, a) = true (⊤X∨ᴿ) a |> or (a, true) = true (¬N∧ᴸ) a |> and (not (a), a) = false (¬N∧ᴿ) a |> and (a, not (a)) = false (DM∧) a b |> not (and (a, b)) = or (not(a), not(b)) (DM∨) a b |> not (or (a, b)) = and (not(a), not(b)) -} module PropLog.Syntax where open import SOAS.Common open import SOAS.Context open import SOAS.Variable open import SOAS.Families.Core open import SOAS.Construction.Structure open import SOAS.ContextMaps.Inductive open import SOAS.Metatheory.Syntax open import PropLog.Signature private variable Γ Δ Π : Ctx α : *T 𝔛 : Familyₛ -- Inductive term declaration module PR:Terms (𝔛 : Familyₛ) where data PR : Familyₛ where var : ℐ ⇾̣ PR mvar : 𝔛 α Π → Sub PR Π Γ → PR α Γ ⊥ : PR * Γ _∨_ : PR * Γ → PR * Γ → PR * Γ ⊤ : PR * Γ _∧_ : PR * Γ → PR * Γ → PR * Γ ¬_ : PR * Γ → PR * Γ infixl 20 _∨_ infixl 30 _∧_ infixr 50 ¬_ open import SOAS.Metatheory.MetaAlgebra ⅀F 𝔛 PRᵃ : MetaAlg PR PRᵃ = record { 𝑎𝑙𝑔 = λ where (falseₒ ⋮ _) → ⊥ (orₒ ⋮ a , b) → _∨_ a b (trueₒ ⋮ _) → ⊤ (andₒ ⋮ a , b) → _∧_ a b (notₒ ⋮ a) → ¬_ a ; 𝑣𝑎𝑟 = var ; 𝑚𝑣𝑎𝑟 = λ 𝔪 mε → mvar 𝔪 (tabulate mε) } module PRᵃ = MetaAlg PRᵃ module _ {𝒜 : Familyₛ}(𝒜ᵃ : MetaAlg 𝒜) where open MetaAlg 𝒜ᵃ 𝕤𝕖𝕞 : PR ⇾̣ 𝒜 𝕊 : Sub PR Π Γ → Π ~[ 𝒜 ]↝ Γ 𝕊 (t ◂ σ) new = 𝕤𝕖𝕞 t 𝕊 (t ◂ σ) (old v) = 𝕊 σ v 𝕤𝕖𝕞 (mvar 𝔪 mε) = 𝑚𝑣𝑎𝑟 𝔪 (𝕊 mε) 𝕤𝕖𝕞 (var v) = 𝑣𝑎𝑟 v 𝕤𝕖𝕞 ⊥ = 𝑎𝑙𝑔 (falseₒ ⋮ tt) 𝕤𝕖𝕞 (_∨_ a b) = 𝑎𝑙𝑔 (orₒ ⋮ 𝕤𝕖𝕞 a , 𝕤𝕖𝕞 b) 𝕤𝕖𝕞 ⊤ = 𝑎𝑙𝑔 (trueₒ ⋮ tt) 𝕤𝕖𝕞 (_∧_ a b) = 𝑎𝑙𝑔 (andₒ ⋮ 𝕤𝕖𝕞 a , 𝕤𝕖𝕞 b) 𝕤𝕖𝕞 (¬_ a) = 𝑎𝑙𝑔 (notₒ ⋮ 𝕤𝕖𝕞 a) 𝕤𝕖𝕞ᵃ⇒ : MetaAlg⇒ PRᵃ 𝒜ᵃ 𝕤𝕖𝕞 𝕤𝕖𝕞ᵃ⇒ = record { ⟨𝑎𝑙𝑔⟩ = λ{ {t = t} → ⟨𝑎𝑙𝑔⟩ t } ; ⟨𝑣𝑎𝑟⟩ = refl ; ⟨𝑚𝑣𝑎𝑟⟩ = λ{ {𝔪 = 𝔪}{mε} → cong (𝑚𝑣𝑎𝑟 𝔪) (dext (𝕊-tab mε)) } } where open ≡-Reasoning ⟨𝑎𝑙𝑔⟩ : (t : ⅀ PR α Γ) → 𝕤𝕖𝕞 (PRᵃ.𝑎𝑙𝑔 t) ≡ 𝑎𝑙𝑔 (⅀₁ 𝕤𝕖𝕞 t) ⟨𝑎𝑙𝑔⟩ (falseₒ ⋮ _) = refl ⟨𝑎𝑙𝑔⟩ (orₒ ⋮ _) = refl ⟨𝑎𝑙𝑔⟩ (trueₒ ⋮ _) = refl ⟨𝑎𝑙𝑔⟩ (andₒ ⋮ _) = refl ⟨𝑎𝑙𝑔⟩ (notₒ ⋮ _) = refl 𝕊-tab : (mε : Π ~[ PR ]↝ Γ)(v : ℐ α Π) → 𝕊 (tabulate mε) v ≡ 𝕤𝕖𝕞 (mε v) 𝕊-tab mε new = refl 𝕊-tab mε (old v) = 𝕊-tab (mε ∘ old) v module _ (g : PR ⇾̣ 𝒜)(gᵃ⇒ : MetaAlg⇒ PRᵃ 𝒜ᵃ g) where open MetaAlg⇒ gᵃ⇒ 𝕤𝕖𝕞! : (t : PR α Γ) → 𝕤𝕖𝕞 t ≡ g t 𝕊-ix : (mε : Sub PR Π Γ)(v : ℐ α Π) → 𝕊 mε v ≡ g (index mε v) 𝕊-ix (x ◂ mε) new = 𝕤𝕖𝕞! x 𝕊-ix (x ◂ mε) (old v) = 𝕊-ix mε v 𝕤𝕖𝕞! (mvar 𝔪 mε) rewrite cong (𝑚𝑣𝑎𝑟 𝔪) (dext (𝕊-ix mε)) = trans (sym ⟨𝑚𝑣𝑎𝑟⟩) (cong (g ∘ mvar 𝔪) (tab∘ix≈id mε)) 𝕤𝕖𝕞! (var v) = sym ⟨𝑣𝑎𝑟⟩ 𝕤𝕖𝕞! ⊥ = sym ⟨𝑎𝑙𝑔⟩ 𝕤𝕖𝕞! (_∨_ a b) rewrite 𝕤𝕖𝕞! a | 𝕤𝕖𝕞! b = sym ⟨𝑎𝑙𝑔⟩ 𝕤𝕖𝕞! ⊤ = sym ⟨𝑎𝑙𝑔⟩ 𝕤𝕖𝕞! (_∧_ a b) rewrite 𝕤𝕖𝕞! a | 𝕤𝕖𝕞! b = sym ⟨𝑎𝑙𝑔⟩ 𝕤𝕖𝕞! (¬_ a) rewrite 𝕤𝕖𝕞! a = sym ⟨𝑎𝑙𝑔⟩ -- Syntax instance for the signature PR:Syn : Syntax PR:Syn = record { ⅀F = ⅀F ; ⅀:CS = ⅀:CompatStr ; mvarᵢ = PR:Terms.mvar ; 𝕋:Init = λ 𝔛 → let open PR:Terms 𝔛 in record { ⊥ = PR ⋉ PRᵃ ; ⊥-is-initial = record { ! = λ{ {𝒜 ⋉ 𝒜ᵃ} → 𝕤𝕖𝕞 𝒜ᵃ ⋉ 𝕤𝕖𝕞ᵃ⇒ 𝒜ᵃ } ; !-unique = λ{ {𝒜 ⋉ 𝒜ᵃ} (f ⋉ fᵃ⇒) {x = t} → 𝕤𝕖𝕞! 𝒜ᵃ f fᵃ⇒ t } } } } -- Instantiation of the syntax and metatheory open Syntax PR:Syn public open PR:Terms public open import SOAS.Families.Build public open import SOAS.Syntax.Shorthands PRᵃ public open import SOAS.Metatheory PR:Syn public -- Derived operations _⟹_ : PR 𝔛 * Γ → PR 𝔛 * Γ → PR 𝔛 * Γ p ⟹ q = ¬ p ∨ q
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1769.asm
ljhsiun2/medusa
9
90279
<filename>Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1769.asm .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r8 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi // Load lea addresses_WT+0x1500e, %rsi nop and %rbp, %rbp movups (%rsi), %xmm3 vpextrq $0, %xmm3, %rcx nop add %rbx, %rbx // Store lea addresses_normal+0x1630e, %rbp clflush (%rbp) xor $60629, %rbx mov $0x5152535455565758, %rcx movq %rcx, (%rbp) nop cmp %rcx, %rcx // Faulty Load lea addresses_normal+0x1090e, %rbx nop nop nop cmp $52811, %r8 mov (%rbx), %r9d lea oracles, %rbp and $0xff, %r9 shlq $12, %r9 mov (%rbp,%r9,1), %r9 pop %rsi pop %rdi pop %rcx pop %rbx pop %rbp pop %r9 pop %r8 ret /* <gen_faulty_load> [REF] {'OP': 'LOAD', 'src': {'same': False, 'type': 'addresses_normal', 'NT': False, 'AVXalign': True, 'size': 32, 'congruent': 0}} {'OP': 'LOAD', 'src': {'same': False, 'type': 'addresses_WT', 'NT': False, 'AVXalign': False, 'size': 16, 'congruent': 8}} {'OP': 'STOR', 'dst': {'same': False, 'type': 'addresses_normal', 'NT': False, 'AVXalign': False, 'size': 8, 'congruent': 9}} [Faulty Load] {'OP': 'LOAD', 'src': {'same': True, 'type': 'addresses_normal', 'NT': False, 'AVXalign': True, 'size': 4, 'congruent': 0}} <gen_prepare_buffer> {'34': 21829} 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 */
programs/oeis/131/A131505.asm
neoneye/loda
22
86822
; A131505: n, -1, n, 2n+2. ; 0,-1,0,2,1,-1,1,4,2,-1,2,6,3,-1,3,8,4,-1,4,10,5,-1,5,12,6,-1,6,14,7,-1,7,16,8,-1,8,18,9,-1,9,20,10,-1,10,22,11,-1,11,24,12,-1,12,26,13,-1,13,28,14,-1,14,30,15,-1,15,32,16,-1,16,34,17,-1,17,36,18,-1,18,38,19,-1,19,40,20,-1,20,42,21,-1,21,44,22,-1,22,46,23 add $0,2 seq $0,131728 ; a(4n) = n, a(4n+1) = 2n+1, a(4n+2) = n+1, a(4n+3) = 0. sub $0,1
oeis/128/A128797.asm
neoneye/loda-programs
11
100681
; A128797: (n^2-n)*3^n. ; 0,0,18,162,972,4860,21870,91854,367416,1417176,5314410,19486170,70150212,248714388,870500358,3013270470,10331213040,35126124336,118550669634,397493421714,1324978072380,4393348345260,14498049539358,47636448486462,155901104137512,508373165665800,1652212788413850,5353169434460874,17294855095950516,55727866420284996,179125284922344630,574436258544070710,1838196027341026272,5870367958282632288,18711797867025890418,59537538667809651330,189119240474218892460,599778162646808487516 mov $1,3 pow $1,$0 bin $0,2 mul $1,$0 div $1,9 mul $1,18 mov $0,$1
reports/16_dense_array.exp2.asm
arnaudroger/re2j-benchmark
0
18275
# JMH version: 1.19 # VM version: JDK 1.8.0_131, VM 25.131-b11 # VM invoker: /usr/lib/jvm/java-8-oracle/jre/bin/java # VM options: <none> # Warmup: 20 iterations, 1 s each # Measurement: 20 iterations, 1 s each # Timeout: 10 min per iteration # Threads: 1 thread, will synchronize iterations # Benchmark mode: Throughput, ops/time # Benchmark: com.github.arnaudroger.re2j.Re2jFindRegex.testExp2 # Run progress: 0.00% complete, ETA 00:00:40 # Fork: 1 of 1 # Preparing profilers: LinuxPerfAsmProfiler # Profilers consume stdout and stderr from target VM, use -v EXTRA to copy to console # Warmup Iteration 1: 12101.077 ops/s # Warmup Iteration 2: 20542.668 ops/s # Warmup Iteration 3: 20547.998 ops/s # Warmup Iteration 4: 20541.933 ops/s # Warmup Iteration 5: 20593.040 ops/s # Warmup Iteration 6: 20548.869 ops/s # Warmup Iteration 7: 20573.676 ops/s # Warmup Iteration 8: 20537.644 ops/s # Warmup Iteration 9: 20515.529 ops/s # Warmup Iteration 10: 20530.498 ops/s # Warmup Iteration 11: 20553.456 ops/s # Warmup Iteration 12: 20560.624 ops/s # Warmup Iteration 13: 20569.537 ops/s # Warmup Iteration 14: 20571.280 ops/s # Warmup Iteration 15: 20498.186 ops/s # Warmup Iteration 16: 20197.075 ops/s # Warmup Iteration 17: 20437.804 ops/s # Warmup Iteration 18: 19938.543 ops/s # Warmup Iteration 19: 20467.697 ops/s # Warmup Iteration 20: 20466.220 ops/s Iteration 1: 20462.542 ops/s Iteration 2: 20452.754 ops/s Iteration 3: 20455.917 ops/s Iteration 4: 18986.552 ops/s Iteration 5: 20619.877 ops/s Iteration 6: 20633.221 ops/s Iteration 7: 20638.220 ops/s Iteration 8: 20637.955 ops/s Iteration 9: 20616.965 ops/s Iteration 10: 20623.627 ops/s Iteration 11: 20545.302 ops/s Iteration 12: 19866.466 ops/s Iteration 13: 19507.668 ops/s Iteration 14: 19502.076 ops/s Iteration 15: 19500.590 ops/s Iteration 16: 19499.161 ops/s Iteration 17: 19498.436 ops/s Iteration 18: 19501.268 ops/s Iteration 19: 19500.175 ops/s Iteration 20: 19494.905 ops/s # Processing profiler results: LinuxPerfAsmProfiler Result "com.github.arnaudroger.re2j.Re2jFindRegex.testExp2": 20027.184 ±(99.9%) 500.785 ops/s [Average] (min, avg, max) = (18986.552, 20027.184, 20638.220), stdev = 576.705 CI (99.9%): [19526.399, 20527.969] (assumes normal distribution) Secondary result "com.github.arnaudroger.re2j.Re2jFindRegex.testExp2:·asm": PrintAssembly processed: 194903 total address lines. Perf output processed (skipped 23.436 seconds): Column 1: cycles (20562 events) Column 2: instructions (20556 events) Hottest code regions (>10.00% "cycles" events): ....[Hottest Region 1].............................................................................. C2, level 4, com.google.re2j.Machine::match, version 546 (1497 bytes) 0x00007eff1123e69b: or $0x1,%r9d 0x00007eff1123e69f: or $0x1,%r8d ;*ior ; - com.google.re2j.MachineInput$UTF16Input::step@41 (line 190) ; - com.google.re2j.Machine::match@96 (line 199) 0x00007eff1123e6a3: sar $0x3,%r9d ;*iand ; - com.google.re2j.Machine::match@111 (line 201) 0x00007eff1123e6a7: vmovd %xmm1,%r10d 0x00007eff1123e6ac: test %r10d,%r10d 0x00007eff1123e6af: jne 0x00007eff1123f8fd ;*ifne ; - com.google.re2j.Machine::match@115 (line 204) 0x00007eff1123e6b5: vmovd %xmm0,%ecx 0.00% 0.01% 0x00007eff1123e6b9: test %ecx,%ecx 0x00007eff1123e6bb: jl 0x00007eff1123ece1 ;*ifge ; - com.google.re2j.Utils::emptyOpContext@21 (line 179) ; - com.google.re2j.Machine::match@121 (line 205) 0x00007eff1123e6c1: mov $0x5,%r10d ;*iload_1 ; - com.google.re2j.Utils::emptyOpContext@29 (line 182) ; - com.google.re2j.Machine::match@121 (line 205) 0x00007eff1123e6c7: cmp $0xa,%ecx 0x00007eff1123e6ca: je 0x00007eff1123ecfa ;*iload_0 ; - com.google.re2j.Utils::emptyOpContext@39 (line 185) ; - com.google.re2j.Machine::match@121 (line 205) 0x00007eff1123e6d0: mov %ecx,%r11d 0.01% 0.01% 0x00007eff1123e6d3: add $0xffffffbf,%r11d 0x00007eff1123e6d7: cmp $0x1a,%r11d ╭ 0x00007eff1123e6db: jb 0x00007eff1123e6eb ;*if_icmple │ ; - com.google.re2j.Utils::isWordRune@9 (line 149) │ ; - com.google.re2j.Utils::emptyOpContext@44 (line 185) │ ; - com.google.re2j.Machine::match@121 (line 205) │ 0x00007eff1123e6dd: mov %ecx,%edi │ 0x00007eff1123e6df: add $0xffffff9f,%edi 0.01% │ 0x00007eff1123e6e2: cmp $0x1a,%edi │ 0x00007eff1123e6e5: jae 0x00007eff1123ed03 ;*iconst_1 │ ; - com.google.re2j.Utils::isWordRune@42 (line 149) │ ; - com.google.re2j.Utils::emptyOpContext@44 (line 185) │ ; - com.google.re2j.Machine::match@121 (line 205) ↘ 0x00007eff1123e6eb: or $0x10,%r10d ;*iload_2 ; - com.google.re2j.Utils::emptyOpContext@63 (line 190) ; - com.google.re2j.Machine::match@121 (line 205) 0.00% 0x00007eff1123e6ef: mov %ebx,%r11d 0x00007eff1123e6f2: test %r11d,%r11d 0x00007eff1123e6f5: jne 0x00007eff1123f885 ;*aload ; - com.google.re2j.Machine::match@136 (line 211) 0.01% 0.00% 0x00007eff1123e6fb: mov %r8d,0x34(%rsp) 0.00% 0x00007eff1123e700: mov %r9d,0x28(%rsp) 0.01% 0x00007eff1123e705: mov %ecx,0x24(%rsp) 0.00% 0x00007eff1123e709: mov %r11d,0x30(%rsp) 0.00% 0.01% 0x00007eff1123e70e: mov 0x68(%rsp),%r11d 0x00007eff1123e713: and $0x4,%r11d ;*iand ; - com.google.re2j.Machine::match@147 (line 212) 0x00007eff1123e717: mov %r11d,0x38(%rsp) 0.00% 0x00007eff1123e71c: mov %r13,%r11 0x00007eff1123e71f: shl $0x3,%r11 ;*getfield q1 ; - com.google.re2j.Machine::match@53 (line 192) 0x00007eff1123e723: mov %r11,0x50(%rsp) 0.00% 0x00007eff1123e728: xor %eax,%eax 0x00007eff1123e72a: xor %r11d,%r11d 0.00% 0x00007eff1123e72d: mov %r11d,0x3c(%rsp) ╭ 0x00007eff1123e732: jmpq 0x00007eff1123ea94 0.00% 0.01% │ ↗ 0x00007eff1123e737: or $0xa,%r10d ;*ior ; - com.google.re2j.Utils::emptyOpContext@27 (line 180) │ │ ; - com.google.re2j.Machine::match@326 (line 245) 0.00% │╭ │ 0x00007eff1123e73b: jmpq 0x00007eff1123eb6e 0.01% ││ ↗ │ 0x00007eff1123e740: mov $0x5,%r10d ││╭ │ │ 0x00007eff1123e746: jmpq 0x00007eff1123eb57 0.33% 0.44% │││ ↗↗↗ │ │ 0x00007eff1123e74b: mov 0x2c(%r12,%rcx,8),%ebp ;*getfield outInst │││ │││ │ │ ; - com.google.re2j.Machine::step@199 (line 317) │││ │││ │ │ ; - com.google.re2j.Machine::match@359 (line 246) 0.30% 0.40% │││ │││ │ │ 0x00007eff1123e750: mov 0x8(%r12,%rbp,8),%ecx ; implicit exception: dispatches to 0x00007eff1123fd91 0.34% 0.14% │││ │││ │ │ 0x00007eff1123e755: cmp $0xf8019909,%ecx ; {metadata(&apos;com/google/re2j/Inst$MatchInst&apos;)} │││ │││ │ │ 0x00007eff1123e75b: jne 0x00007eff1123f4b1 0.12% 0.07% │││ │││ │ │ 0x00007eff1123e761: lea (%r12,%rbp,8),%r9 ;*invokevirtual add │││ │││ │ │ ; - com.google.re2j.Machine::step@214 (line 317) │││ │││ │ │ ; - com.google.re2j.Machine::match@359 (line 246) 0.00% 0.00% │││ │││ │ │ 0x00007eff1123e765: vmovq %r9,%xmm2 0.01% 0.02% │││ │││ │ │ 0x00007eff1123e76a: mov 0x18(%r9),%r9d ;*getfield pc │││ │││ │ │ ; - com.google.re2j.Inst$MatchInst::add@2 (line 144) │││ │││ │ │ ; - com.google.re2j.Machine::step@214 (line 317) │││ │││ │ │ ; - com.google.re2j.Machine::match@359 (line 246) 0.07% 0.01% │││ │││ │ │ 0x00007eff1123e76e: vmovd %r9d,%xmm5 0.11% 0.07% │││ │││ │ │ 0x00007eff1123e773: mov 0x50(%rsp),%r9 0.01% │││ │││ │ │ 0x00007eff1123e778: mov 0x10(%r9),%r9 ;*getfield pcsl │││ │││ │ │ ; - com.google.re2j.Machine$Queue::contains@7 (line 42) │││ │││ │ │ ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) │││ │││ │ │ ; - com.google.re2j.Machine::step@214 (line 317) │││ │││ │ │ ; - com.google.re2j.Machine::match@359 (line 246) │││ │││ │ │ ; implicit exception: dispatches to 0x00007eff1123fdad 0.01% 0.00% │││ │││ │ │ 0x00007eff1123e77c: vmovd %xmm5,%ecx 0.13% 0.12% │││ │││ │ │ 0x00007eff1123e780: cmp $0x40,%ecx │││ │││ │ │ 0x00007eff1123e783: jg 0x00007eff1123f59d ;*if_icmpgt │││ │││ │ │ ; - com.google.re2j.Machine$Queue::contains@3 (line 41) │││ │││ │ │ ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) │││ │││ │ │ ; - com.google.re2j.Machine::step@214 (line 317) │││ │││ │ │ ; - com.google.re2j.Machine::match@359 (line 246) 0.12% 0.11% │││ │││ │ │ 0x00007eff1123e789: mov $0x1,%edi │││ │││ │ │ 0x00007eff1123e78e: shl %cl,%rdi ;*lshl │││ │││ │ │ ; - com.google.re2j.Machine$Queue::contains@12 (line 42) │││ │││ │ │ ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) │││ │││ │ │ ; - com.google.re2j.Machine::step@214 (line 317) │││ │││ │ │ ; - com.google.re2j.Machine::match@359 (line 246) 0.23% 0.22% │││ │││ │ │ 0x00007eff1123e791: mov %r9,%rcx 0.00% │││ │││ │ │ 0x00007eff1123e794: and %rdi,%rcx ;*land │││ │││ │ │ ; - com.google.re2j.Machine$Queue::contains@13 (line 42) │││ │││ │ │ ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) │││ │││ │ │ ; - com.google.re2j.Machine::step@214 (line 317) │││ │││ │ │ ; - com.google.re2j.Machine::match@359 (line 246) 0.01% 0.01% │││ │││ │ │ 0x00007eff1123e797: test %rcx,%rcx │││ │││ │ │ 0x00007eff1123e79a: jne 0x00007eff1123f621 ;*ifeq │││ │││ │ │ ; - com.google.re2j.Machine$Queue::contains@16 (line 42) │││ │││ │ │ ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) │││ │││ │ │ ; - com.google.re2j.Machine::step@214 (line 317) │││ │││ │ │ ; - com.google.re2j.Machine::match@359 (line 246) 0.12% 0.10% │││ │││ │ │ 0x00007eff1123e7a0: vmovd %xmm5,%ecx 0.01% │││ │││ │ │ 0x00007eff1123e7a4: cmp $0x40,%ecx │││ │││ │ │ 0x00007eff1123e7a7: jge 0x00007eff1123f6a1 ;*if_icmpge │││ │││ │ │ ; - com.google.re2j.Machine$Queue::add@3 (line 51) │││ │││ │ │ ; - com.google.re2j.Inst$MatchInst::add@19 (line 147) │││ │││ │ │ ; - com.google.re2j.Machine::step@214 (line 317) │││ │││ │ │ ; - com.google.re2j.Machine::match@359 (line 246) 0.04% 0.10% │││ │││ │ │ 0x00007eff1123e7ad: mov 0x50(%rsp),%rcx │││ │││ │ │ 0x00007eff1123e7b2: mov %r12b,0x18(%rcx) ;*putfield empty │││ │││ │ │ ; - com.google.re2j.Machine$Queue::add@33 (line 56) │││ │││ │ │ ; - com.google.re2j.Inst$MatchInst::add@19 (line 147) │││ │││ │ │ ; - com.google.re2j.Machine::step@214 (line 317) │││ │││ │ │ ; - com.google.re2j.Machine::match@359 (line 246) 0.08% 0.05% │││ │││ │ │ 0x00007eff1123e7b6: mov 0x20(%rcx),%ecx ;*getfield denseThreadsInstructions │││ │││ │ │ ; - com.google.re2j.Machine$Queue::addThread@1 (line 66) │││ │││ │ │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │││ │││ │ │ ; - com.google.re2j.Machine::step@214 (line 317) │││ │││ │ │ ; - com.google.re2j.Machine::match@359 (line 246) 0.08% 0.02% │││ │││ │ │ 0x00007eff1123e7b9: vmovd %ecx,%xmm4 0.12% 0.06% │││ │││ │ │ 0x00007eff1123e7bd: mov 0x50(%rsp),%rcx 0.02% │││ │││ │ │ 0x00007eff1123e7c2: mov 0xc(%rcx),%ebp ;*getfield size │││ │││ │ │ ; - com.google.re2j.Machine$Queue::addThread@6 (line 66) │││ │││ │ │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │││ │││ │ │ ; - com.google.re2j.Machine::step@214 (line 317) │││ │││ │ │ ; - com.google.re2j.Machine::match@359 (line 246) 0.11% 0.08% │││ │││ │ │ 0x00007eff1123e7c5: or %r9,%rdi 0.01% 0.04% │││ │││ │ │ 0x00007eff1123e7c8: mov %rdi,0x10(%rcx) ;*putfield pcsl │││ │││ │ │ ; - com.google.re2j.Machine$Queue::add@15 (line 52) │││ │││ │ │ ; - com.google.re2j.Inst$MatchInst::add@19 (line 147) │││ │││ │ │ ; - com.google.re2j.Machine::step@214 (line 317) │││ │││ │ │ ; - com.google.re2j.Machine::match@359 (line 246) 0.10% 0.05% │││ │││ │ │ 0x00007eff1123e7cc: mov %ebp,%r9d 0.01% 0.00% │││ │││ │ │ 0x00007eff1123e7cf: inc %r9d 0.04% 0.10% │││ │││ │ │ 0x00007eff1123e7d2: mov %r9d,0xc(%rcx) ;*putfield size │││ │││ │ │ ; - com.google.re2j.Machine$Queue::addThread@12 (line 66) │││ │││ │ │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │││ │││ │ │ ; - com.google.re2j.Machine::step@214 (line 317) │││ │││ │ │ ; - com.google.re2j.Machine::match@359 (line 246) 0.02% 0.01% │││ │││ │ │ 0x00007eff1123e7d6: vmovd %xmm4,%r9d 0.03% 0.09% │││ │││ │ │ 0x00007eff1123e7db: mov 0xc(%r12,%r9,8),%r9d ; implicit exception: dispatches to 0x00007eff1123fdc1 0.23% 0.12% │││ │││ │ │ 0x00007eff1123e7e0: cmp %r9d,%ebp │││ │││ │ │ 0x00007eff1123e7e3: jae 0x00007eff1123f431 0.24% 0.24% │││ │││ │ │ 0x00007eff1123e7e9: vmovd %xmm4,%r9d 0.01% 0.00% │││ │││ │ │ 0x00007eff1123e7ee: mov 0x8(%r12,%r9,8),%ecx 0.02% 0.01% │││ │││ │ │ 0x00007eff1123e7f3: cmp $0xf8019807,%ecx ; {metadata(&apos;com/google/re2j/Inst&apos;[])} │││ │││ │ │ 0x00007eff1123e7f9: jne 0x00007eff1123f519 ;*aastore │││ │││ │ │ ; - com.google.re2j.Machine$Queue::addThread@16 (line 66) │││ │││ │ │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │││ │││ │ │ ; - com.google.re2j.Machine::step@214 (line 317) │││ │││ │ │ ; - com.google.re2j.Machine::match@359 (line 246) 0.07% 0.09% │││ │││ │ │ 0x00007eff1123e7ff: shl $0x3,%r9 ;*getfield denseThreadsInstructions │││ │││ │ │ ; - com.google.re2j.Machine$Queue::addThread@1 (line 66) │││ │││ │ │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │││ │││ │ │ ; - com.google.re2j.Machine::step@214 (line 317) │││ │││ │ │ ; - com.google.re2j.Machine::match@359 (line 246) 0.04% 0.06% │││ │││ │ │ 0x00007eff1123e803: lea 0x10(%r9,%rbp,4),%r9 │││ │││ │ │ 0x00007eff1123e808: vmovq %xmm2,%rcx 0.02% 0.03% │││ │││ │ │ 0x00007eff1123e80d: shr $0x3,%rcx 0.07% 0.05% │││ │││ │ │ 0x00007eff1123e811: mov %ecx,(%r9) 0.23% 0.24% │││ │││ │ │ 0x00007eff1123e814: shr $0x9,%r9 0.00% 0.00% │││ │││ │ │ 0x00007eff1123e818: movabs $0x7eff20d45000,%rcx 0.03% 0.02% │││ │││ │ │ 0x00007eff1123e822: mov %r12b,(%rcx,%r9,1) ;*aastore │││ │││ │ │ ; - com.google.re2j.Machine$Queue::addThread@16 (line 66) │││ │││ │ │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │││ │││ │ │ ; - com.google.re2j.Machine::step@214 (line 317) │││ │││ │ │ ; - com.google.re2j.Machine::match@359 (line 246) 0.15% 0.25% │││╭ │││ │ │ 0x00007eff1123e826: jmpq 0x00007eff1123e943 0.40% 0.24% ││││ │││ │ │ ↗ 0x00007eff1123e82b: or $0x20,%r10d ;*iload_2 ││││ │││ │ │ │ ; - com.google.re2j.Utils::emptyOpContext@63 (line 190) ││││ │││ │ │ │ ; - com.google.re2j.Machine::match@326 (line 245) 0.23% 0.26% ││││ │││ │ │ │↗ 0x00007eff1123e82f: mov 0x60(%rsp),%r11 0.24% 0.27% ││││ │││ │ │ ││ 0x00007eff1123e834: mov 0x14(%r11),%r11d ;*getfield re2 ││││ │││ │ │ ││ ; - com.google.re2j.Machine::step@1 (line 280) ││││ │││ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 0.67% 0.71% ││││ │││ │ │ ││ 0x00007eff1123e838: movzbl 0x18(%r12,%r11,8),%r14d ;*getfield longest ││││ │││ │ │ ││ ; - com.google.re2j.Machine::step@4 (line 280) ││││ │││ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) ││││ │││ │ │ ││ ; implicit exception: dispatches to 0x00007eff1123fd2d 1.10% 1.16% ││││ │││ │ │ ││ 0x00007eff1123e83e: mov 0x2c(%rsp),%r11d 0.15% 0.23% ││││ │││ │ │ ││ 0x00007eff1123e843: mov 0xc(%r12,%r11,8),%eax ;*getfield size ││││ │││ │ │ ││ ; - com.google.re2j.Machine::step@10 (line 281) ││││ │││ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 0.01% 0.02% ││││ │││ │ │ ││ 0x00007eff1123e848: mov 0x3c(%rsp),%r8d 0.05% 0.06% ││││ │││ │ │ ││ 0x00007eff1123e84d: add 0x20(%rsp),%r8d ;*iadd ││││ │││ │ │ ││ ; - com.google.re2j.Machine::match@340 (line 246) 0.45% 0.50% ││││ │││ │ │ ││ 0x00007eff1123e852: test %eax,%eax ││││╭ │││ │ │ ││ 0x00007eff1123e854: jle 0x00007eff1123e94b ;*if_icmpge │││││ │││ │ │ ││ ; - com.google.re2j.Machine::step@40 (line 286) │││││ │││ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 0.15% 0.17% │││││ │││ │ │ ││ 0x00007eff1123e85a: mov 0x24(%r12,%r11,8),%r9d ;*getfield denseThreadsCapture │││││ │││ │ │ ││ ; - com.google.re2j.Machine::step@28 (line 284) │││││ │││ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 0.02% │││││ │││ │ │ ││ 0x00007eff1123e85f: vmovd %r9d,%xmm1 0.06% 0.05% │││││ │││ │ │ ││ 0x00007eff1123e864: mov 0x20(%r12,%r11,8),%r11d ;*getfield denseThreadsInstructions │││││ │││ │ │ ││ ; - com.google.re2j.Machine::step@22 (line 283) │││││ │││ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 0.46% 0.50% │││││ │││ │ │ ││ 0x00007eff1123e869: vmovd %r11d,%xmm0 0.23% 0.17% │││││ │││ │ │ ││ 0x00007eff1123e86e: mov 0x60(%rsp),%r11 0.05% │││││ │││ │ │ ││ 0x00007eff1123e873: movzbl 0x11(%r11),%ecx ;*getfield captures │││││ │││ │ │ ││ ; - com.google.re2j.Machine::step@16 (line 282) │││││ │││ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 0.05% 0.06% │││││ │││ │ │ ││ 0x00007eff1123e878: mov 0x70(%rsp),%r11 0.47% 0.51% │││││ │││ │ │ ││ 0x00007eff1123e87d: mov 0x10(%r11),%r9d 0.24% 0.18% │││││ │││ │ │ ││ 0x00007eff1123e881: mov 0x3c(%rsp),%ebx 0.03% 0.02% │││││ │││ │ │ ││ 0x00007eff1123e885: mov $0x1,%r11d 0.03% 0.05% │││││ │││ │ │ ││ 0x00007eff1123e88b: xor %esi,%esi 0.45% 0.47% │││││ │││ │ │ ││ 0x00007eff1123e88d: cmp %r9d,%ebx 0.23% 0.22% │││││ │││ │ │ ││ 0x00007eff1123e890: cmovne %esi,%r11d ;*invokespecial step │││││ │││ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 0.24% 0.18% │││││ │││ │ │ ││ 0x00007eff1123e894: vmovd %r11d,%xmm3 0.46% 0.49% │││││ │││ │ │ ││ 0x00007eff1123e899: test %ecx,%ecx │││││ │││ │ │ ││ 0x00007eff1123e89b: jne 0x00007eff1123f081 ;*iload │││││ │││ │ │ ││ ; - com.google.re2j.Machine::step@43 (line 289) │││││ │││ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 0.19% 0.18% │││││ │││ │ │ ││ 0x00007eff1123e8a1: vmovd %xmm0,%r9d 0.02% 0.02% │││││ │││ │ │ ││ 0x00007eff1123e8a6: mov 0xc(%r12,%r9,8),%r9d ;*aaload │││││ │││ │ │ ││ ; - com.google.re2j.Machine::step@99 (line 299) │││││ │││ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) │││││ │││ │ │ ││ ; implicit exception: dispatches to 0x00007eff1123f081 0.04% 0.06% │││││ │││ │ │ ││ 0x00007eff1123e8ab: test %r9d,%r9d │││││ │││ │ │ ││ 0x00007eff1123e8ae: jbe 0x00007eff1123f081 0.49% 0.30% │││││ │││ │ │ ││ 0x00007eff1123e8b4: mov %eax,%ebx 0.19% 0.23% │││││ │││ │ │ ││ 0x00007eff1123e8b6: dec %ebx 0.02% 0.02% │││││ │││ │ │ ││ 0x00007eff1123e8b8: cmp %r9d,%ebx │││││ │││ │ │ ││ 0x00007eff1123e8bb: jae 0x00007eff1123f081 0.05% 0.05% │││││ │││ │ │ ││ 0x00007eff1123e8c1: vmovd %xmm0,%r11d 0.38% 0.55% │││││ │││ │ │ ││ 0x00007eff1123e8c6: lea (%r12,%r11,8),%rbx 0.19% 0.17% │││││ │││ │ │ ││ 0x00007eff1123e8ca: xor %r11d,%r11d 0.04% 0.03% │││││ │││ │ │ ││ 0x00007eff1123e8cd: data16 xchg %ax,%ax ;*iload │││││ │││ │ │ ││ ; - com.google.re2j.Machine::step@43 (line 289) │││││ │││ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 1.34% 1.29% │││││ │││↗ │ │ ││ 0x00007eff1123e8d0: mov 0x10(%rbx,%r11,4),%ecx ;*aaload │││││ ││││ │ │ ││ ; - com.google.re2j.Machine::step@99 (line 299) │││││ ││││ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 0.91% 0.83% │││││ ││││ │ │ ││ 0x00007eff1123e8d5: mov 0xc(%r12,%rcx,8),%r9d ;*getfield op │││││ ││││ │ │ ││ ; - com.google.re2j.Machine::step@104 (line 301) │││││ ││││ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) │││││ ││││ │ │ ││ ; implicit exception: dispatches to 0x00007eff1123fcdd 1.28% 1.19% │││││ ││││ │ │ ││ 0x00007eff1123e8da: cmp $0x6,%r9d │││││╭││││ │ │ ││ 0x00007eff1123e8de: je 0x00007eff1123ec97 ;*if_icmpne ││││││││││ │ │ ││ ; - com.google.re2j.Machine::step@109 (line 301) ││││││││││ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 1.10% 0.81% ││││││││││ │ │ ││ 0x00007eff1123e8e4: cmp $0xa,%r9d ││││││╰│││ │ │ ││ 0x00007eff1123e8e8: je 0x00007eff1123e74b ;*if_icmpne ││││││ │││ │ │ ││ ; - com.google.re2j.Inst::matchRune@6 (line 90) ││││││ │││ │ │ ││ ; - com.google.re2j.Machine::step@191 (line 316) ││││││ │││ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 1.38% 1.35% ││││││ │││ │ │ ││ 0x00007eff1123e8ee: cmp $0xb,%r9d ││││││ │││ │ │ ││ 0x00007eff1123e8f2: je 0x00007eff1123eda9 ;*if_icmpne ││││││ │││ │ │ ││ ; - com.google.re2j.Inst::matchRune@17 (line 94) ││││││ │││ │ │ ││ ; - com.google.re2j.Machine::step@191 (line 316) ││││││ │││ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 1.20% 1.25% ││││││ │││ │ │ ││ 0x00007eff1123e8f8: cmp $0x9,%r9d ││││││ │││ │ │ ││ 0x00007eff1123e8fc: je 0x00007eff1123ee2d ;*if_icmpne ││││││ │││ │ │ ││ ; - com.google.re2j.Inst::matchRune@38 (line 98) ││││││ │││ │ │ ││ ; - com.google.re2j.Machine::step@191 (line 316) ││││││ │││ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 1.22% 0.92% ││││││ │││ │ │ ││ 0x00007eff1123e902: cmp $0xc,%r9d ││││││ │││ │ │ ││ 0x00007eff1123e906: jne 0x00007eff1123ed26 ;*if_icmpne ││││││ │││ │ │ ││ ; - com.google.re2j.Inst::matchRune@61 (line 102) ││││││ │││ │ │ ││ ; - com.google.re2j.Machine::step@191 (line 316) ││││││ │││ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 1.14% 1.40% ││││││ │││ │ │ ││ 0x00007eff1123e90c: mov 0x1c(%r12,%rcx,8),%edi ;*getfield f0 ││││││ │││ │ │ ││ ; - com.google.re2j.Inst::matchRune@65 (line 103) ││││││ │││ │ │ ││ ; - com.google.re2j.Machine::step@191 (line 316) ││││││ │││ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 0.92% 0.85% ││││││ │││ │ │ ││ 0x00007eff1123e911: cmp %edx,%edi ││││││ ╰││ │ │ ││ 0x00007eff1123e913: je 0x00007eff1123e74b ;*if_icmpeq ││││││ ││ │ │ ││ ; - com.google.re2j.Inst::matchRune@69 (line 103) ││││││ ││ │ │ ││ ; - com.google.re2j.Machine::step@191 (line 316) ││││││ ││ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 1.53% 1.71% ││││││ ││ │ │ ││ 0x00007eff1123e919: mov 0x20(%r12,%rcx,8),%r9d ;*getfield f1 ││││││ ││ │ │ ││ ; - com.google.re2j.Inst::matchRune@73 (line 103) ││││││ ││ │ │ ││ ; - com.google.re2j.Machine::step@191 (line 316) ││││││ ││ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 0.63% 0.78% ││││││ ││ │ │ ││ 0x00007eff1123e91e: cmp %edx,%r9d ││││││ ╰│ │ │ ││ 0x00007eff1123e921: je 0x00007eff1123e74b ;*if_icmpeq ││││││ │ │ │ ││ ; - com.google.re2j.Inst::matchRune@77 (line 103) ││││││ │ │ │ ││ ; - com.google.re2j.Machine::step@191 (line 316) ││││││ │ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 1.33% 1.49% ││││││ │ │ │ ││ 0x00007eff1123e927: mov 0x24(%r12,%rcx,8),%r9d ;*getfield f2 ││││││ │ │ │ ││ ; - com.google.re2j.Inst::matchRune@81 (line 103) ││││││ │ │ │ ││ ; - com.google.re2j.Machine::step@191 (line 316) ││││││ │ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 0.95% 0.98% ││││││ │ │ │ ││ 0x00007eff1123e92c: cmp %edx,%r9d ││││││ │ │ │ ││ 0x00007eff1123e92f: je 0x00007eff1123eeb1 ;*if_icmpeq ││││││ │ │ │ ││ ; - com.google.re2j.Inst::matchRune@85 (line 103) ││││││ │ │ │ ││ ; - com.google.re2j.Machine::step@191 (line 316) ││││││ │ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 1.78% 2.02% ││││││ │ │ │ ││ 0x00007eff1123e935: mov 0x28(%r12,%rcx,8),%r9d ;*getfield f3 ││││││ │ │ │ ││ ; - com.google.re2j.Inst::matchRune@89 (line 103) ││││││ │ │ │ ││ ; - com.google.re2j.Machine::step@191 (line 316) ││││││ │ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 0.52% 0.62% ││││││ │ │ │ ││ 0x00007eff1123e93a: cmp %edx,%r9d ││││││ │ │ │ ││ 0x00007eff1123e93d: je 0x00007eff1123ef31 ;*aload ││││││ │ │ │ ││ ; - com.google.re2j.Machine::step@219 (line 320) ││││││ │ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 1.04% 1.12% │││↘││ │ │ │ ││ 0x00007eff1123e943: inc %r11d ;*iinc │││ ││ │ │ │ ││ ; - com.google.re2j.Machine::step@230 (line 286) │││ ││ │ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 0.62% 0.73% │││ ││ │ │ │ ││ 0x00007eff1123e946: cmp %eax,%r11d │││ ││ ╰ │ │ ││ 0x00007eff1123e949: jl 0x00007eff1123e8d0 ;*if_icmpge │││ ││ │ │ ││ ; - com.google.re2j.Machine::step@40 (line 286) │││ ││ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 0.32% 0.41% │││ ↘│ │ │ ││ 0x00007eff1123e94b: mov 0x2c(%rsp),%r9d 0.13% 0.16% │││ │ │ │ ││ 0x00007eff1123e950: movzbl 0x18(%r12,%r9,8),%r9d 0.18% 0.22% │││ │ │ │ ││ 0x00007eff1123e956: test %r9d,%r9d │││ │ ╭ │ │ ││ 0x00007eff1123e959: jne 0x00007eff1123e97d ;*ifeq │││ │ │ │ │ ││ ; - com.google.re2j.Machine$Queue::clear@4 (line 69) │││ │ │ │ │ ││ ; - com.google.re2j.Machine::step@237 (line 324) │││ │ │ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 0.19% 0.18% │││ │ │ │ │ ││ 0x00007eff1123e95b: mov 0x2c(%rsp),%r11d 0.27% 0.36% │││ │ │ │ │ ││ 0x00007eff1123e960: mov 0x1c(%r12,%r11,8),%ebp ;*getfield pcs │││ │ │ │ │ ││ ; - com.google.re2j.Machine$Queue::clear@29 (line 73) │││ │ │ │ │ ││ ; - com.google.re2j.Machine::step@237 (line 324) │││ │ │ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 0.13% 0.14% │││ │ │ │ │ ││ 0x00007eff1123e965: movb $0x1,0x18(%r12,%r11,8) ;*putfield empty │││ │ │ │ │ ││ ; - com.google.re2j.Machine$Queue::clear@15 (line 71) │││ │ │ │ │ ││ ; - com.google.re2j.Machine::step@237 (line 324) │││ │ │ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 0.35% 0.57% │││ │ │ │ │ ││ 0x00007eff1123e96b: mov %r12,0x10(%r12,%r11,8) ;*putfield pcsl │││ │ │ │ │ ││ ; - com.google.re2j.Machine$Queue::clear@25 (line 72) │││ │ │ │ │ ││ ; - com.google.re2j.Machine::step@237 (line 324) │││ │ │ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 0.66% 1.03% │││ │ │ │ │ ││ 0x00007eff1123e970: mov %r12d,0xc(%r12,%r11,8) ;*putfield size │││ │ │ │ │ ││ ; - com.google.re2j.Machine$Queue::clear@10 (line 70) │││ │ │ │ │ ││ ; - com.google.re2j.Machine::step@237 (line 324) │││ │ │ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 0.41% 0.69% │││ │ │ │ │ ││ 0x00007eff1123e975: test %ebp,%ebp │││ │ │ │ │ ││ 0x00007eff1123e977: jne 0x00007eff1123f281 ;*invokevirtual clear │││ │ │ │ │ ││ ; - com.google.re2j.Machine::step@237 (line 324) │││ │ │ │ │ ││ ; - com.google.re2j.Machine::match@359 (line 246) 0.06% 0.05% │││ │ ↘ │ │ ││ 0x00007eff1123e97d: mov 0x60(%rsp),%r11 0.27% 0.45% │││ │ │ │ ││ 0x00007eff1123e982: movzbl 0x10(%r11),%eax ;*getfield matched │││ │ │ │ ││ ; - com.google.re2j.Machine::match@378 (line 250) 0.40% 0.53% │││ │ │ │ ││ 0x00007eff1123e987: mov 0x60(%rsp),%r11 0.23% 0.31% │││ │ │ │ ││ 0x00007eff1123e98c: movzbl 0x11(%r11),%ebp ;*getfield captures │││ │ │ │ ││ ; - com.google.re2j.Machine::match@371 (line 250) 0.13% 0.13% │││ │ │ │ ││ 0x00007eff1123e991: mov 0x20(%rsp),%r11d 0.16% 0.25% │││ │ │ │ ││ 0x00007eff1123e996: test %r11d,%r11d │││ │ ╭ │ │ ││ 0x00007eff1123e999: je 0x00007eff1123ebd9 ;*ifne │││ │ │ │ │ ││ ; - com.google.re2j.Machine::match@364 (line 247) 0.26% 0.38% │││ │ │ │ │ ││ 0x00007eff1123e99f: test %ebp,%ebp │││ │ │ │ │ ││ 0x00007eff1123e9a1: jne 0x00007eff1123f161 ;*ifne │││ │ │ │ │ ││ ; - com.google.re2j.Machine::match@374 (line 250) 0.20% 0.24% │││ │ │ │ │ ││ 0x00007eff1123e9a7: test %eax,%eax │││ │ │ │ │ ││ 0x00007eff1123e9a9: jne 0x00007eff1123f241 ;*ifeq │││ │ │ │ │ ││ ; - com.google.re2j.Machine::match@381 (line 250) 0.03% 0.08% │││ │ │ │ │ ││ 0x00007eff1123e9af: cmp $0xffffffff,%r13d │││ │ │╭ │ │ ││ 0x00007eff1123e9b3: je 0x00007eff1123ec18 ;*if_icmpeq │││ │ ││ │ │ ││ ; - com.google.re2j.Machine::match@403 (line 258) 0.17% 0.24% │││ │ ││ │ │ ││ 0x00007eff1123e9b9: mov %r13d,0x24(%rsp) 0.24% 0.34% │││ │ ││ │ │ ││ 0x00007eff1123e9be: mov 0x70(%rsp),%r11 1.11% 1.59% │││ │ ││ │ │ ││ 0x00007eff1123e9c3: mov 0x10(%r11),%r11d ;*getfield end │││ │ ││ │ │ ││ ; - com.google.re2j.MachineInput$UTF16Input::step@9 (line 186) │││ │ ││ │ │ ││ ; - com.google.re2j.Machine::match@411 (line 259) 0.89% 1.23% │││ │ ││ │ │ ││ 0x00007eff1123e9c7: mov 0x34(%rsp),%r9d 0.08% 0.11% │││ │ ││ │ │ ││ 0x00007eff1123e9cc: add %r8d,%r9d 0.20% 0.22% │││ │ ││ │ │ ││ 0x00007eff1123e9cf: mov 0x70(%rsp),%rcx 0.20% 0.34% │││ │ ││ │ │ ││ 0x00007eff1123e9d4: add 0xc(%rcx),%r9d ;*iadd │││ │ ││ │ │ ││ ; - com.google.re2j.MachineInput$UTF16Input::step@5 (line 185) │││ │ ││ │ │ ││ ; - com.google.re2j.Machine::match@411 (line 259) 0.56% 0.54% │││ │ ││ │ │ ││ 0x00007eff1123e9d8: cmp %r11d,%r9d │││ │ ││╭ │ │ ││ 0x00007eff1123e9db: jge 0x00007eff1123ec2b ;*if_icmpge │││ │ │││ │ │ ││ ; - com.google.re2j.MachineInput$UTF16Input::step@12 (line 186) │││ │ │││ │ │ ││ ; - com.google.re2j.Machine::match@411 (line 259) 0.42% 0.47% │││ │ │││ │ │ ││ 0x00007eff1123e9e1: mov 0x14(%rcx),%ebp ;*getfield str │││ │ │││ │ │ ││ ; - com.google.re2j.MachineInput$UTF16Input::step@16 (line 187) │││ │ │││ │ │ ││ ; - com.google.re2j.Machine::match@411 (line 259) 0.18% 0.23% │││ │ │││ │ │ ││ 0x00007eff1123e9e4: mov 0x8(%r12,%rbp,8),%r11d ; implicit exception: dispatches to 0x00007eff1123fd3d 1.29% 1.13% │││ │ │││ │ │ ││ 0x00007eff1123e9e9: cmp $0xf80002da,%r11d ; {metadata(&apos;java/lang/String&apos;)} │││ │ │││ │ │ ││ 0x00007eff1123e9f0: jne 0x00007eff1123f045 0.34% 0.24% │││ │ │││ │ │ ││ 0x00007eff1123e9f6: lea (%r12,%rbp,8),%rbx ;*invokeinterface charAt │││ │ │││ │ │ ││ ; - java.lang.Character::codePointAt@2 (line 4866) │││ │ │││ │ │ ││ ; - com.google.re2j.MachineInput$UTF16Input::step@20 (line 187) │││ │ │││ │ │ ││ ; - com.google.re2j.Machine::match@411 (line 259) 0.07% 0.06% │││ │ │││ │ │ ││ 0x00007eff1123e9fa: test %r9d,%r9d │││ │ │││ │ │ ││ 0x00007eff1123e9fd: jl 0x00007eff1123f1a5 ;*iflt │││ │ │││ │ │ ││ ; - java.lang.String::charAt@1 (line 657) │││ │ │││ │ │ ││ ; - java.lang.Character::codePointAt@2 (line 4866) │││ │ │││ │ │ ││ ; - com.google.re2j.MachineInput$UTF16Input::step@20 (line 187) │││ │ │││ │ │ ││ ; - com.google.re2j.Machine::match@411 (line 259) 0.15% 0.26% │││ │ │││ │ │ ││ 0x00007eff1123ea03: mov 0xc(%rbx),%edi ;*getfield value │││ │ │││ │ │ ││ ; - java.lang.String::charAt@6 (line 657) │││ │ │││ │ │ ││ ; - java.lang.Character::codePointAt@2 (line 4866) │││ │ │││ │ │ ││ ; - com.google.re2j.MachineInput$UTF16Input::step@20 (line 187) │││ │ │││ │ │ ││ ; - com.google.re2j.Machine::match@411 (line 259) 0.18% 0.22% │││ │ │││ │ │ ││ 0x00007eff1123ea06: mov 0xc(%r12,%rdi,8),%ebp ;*arraylength │││ │ │││ │ │ ││ ; - java.lang.String::charAt@9 (line 657) │││ │ │││ │ │ ││ ; - java.lang.Character::codePointAt@2 (line 4866) │││ │ │││ │ │ ││ ; - com.google.re2j.MachineInput$UTF16Input::step@20 (line 187) │││ │ │││ │ │ ││ ; - com.google.re2j.Machine::match@411 (line 259) │││ │ │││ │ │ ││ ; implicit exception: dispatches to 0x00007eff1123fd51 2.42% 2.42% │││ │ │││ │ │ ││ 0x00007eff1123ea0b: cmp %ebp,%r9d │││ │ │││ │ │ ││ 0x00007eff1123ea0e: jge 0x00007eff1123f2b9 ;*if_icmplt │││ │ │││ │ │ ││ ; - java.lang.String::charAt@10 (line 657) │││ │ │││ │ │ ││ ; - java.lang.Character::codePointAt@2 (line 4866) │││ │ │││ │ │ ││ ; - com.google.re2j.MachineInput$UTF16Input::step@20 (line 187) │││ │ │││ │ │ ││ ; - com.google.re2j.Machine::match@411 (line 259) 0.69% 0.67% │││ │ │││ │ │ ││ 0x00007eff1123ea14: cmp %ebp,%r9d │││ │ │││ │ │ ││ 0x00007eff1123ea17: jae 0x00007eff1123f001 0.10% 0.08% │││ │ │││ │ │ ││ 0x00007eff1123ea1d: lea (%r12,%rdi,8),%r11 0.01% 0.02% │││ │ │││ │ │ ││ 0x00007eff1123ea21: movzwl 0x10(%r11,%r9,2),%ecx ;*caload │││ │ │││ │ │ ││ ; - java.lang.String::charAt@27 (line 660) │││ │ │││ │ │ ││ ; - java.lang.Character::codePointAt@2 (line 4866) │││ │ │││ │ │ ││ ; - com.google.re2j.MachineInput$UTF16Input::step@20 (line 187) │││ │ │││ │ │ ││ ; - com.google.re2j.Machine::match@411 (line 259) 0.07% 0.11% │││ │ │││ │ │ ││ 0x00007eff1123ea27: cmp $0xd800,%ecx │││ │ │││ │ │ ││ 0x00007eff1123ea2d: jge 0x00007eff1123f305 ;*if_icmplt │││ │ │││ │ │ ││ ; - java.lang.Character::isHighSurrogate@3 (line 4729) │││ │ │││ │ │ ││ ; - java.lang.Character::codePointAt@9 (line 4867) │││ │ │││ │ │ ││ ; - com.google.re2j.MachineInput$UTF16Input::step@20 (line 187) │││ │ │││ │ │ ││ ; - com.google.re2j.Machine::match@411 (line 259) 0.57% 0.67% │││ │ │││ │ │ ││ 0x00007eff1123ea33: shl $0x3,%ecx ;*ishl │││ │ │││ │ │ ││ ; - com.google.re2j.MachineInput$UTF16Input::step@38 (line 190) │││ │ │││ │ │ ││ ; - com.google.re2j.Machine::match@411 (line 259) 0.14% 0.11% │││ │ │││ │ │ ││ 0x00007eff1123ea36: mov %ecx,%ebx 0.01% 0.01% │││ │ │││ │ │ ││ 0x00007eff1123ea38: and $0x7,%ebx 0.62% 0.57% │││ │ │││ │ │ ││ 0x00007eff1123ea3b: or $0x1,%ecx 0.03% 0.07% │││ │ │││ │ │ ││ 0x00007eff1123ea3e: or $0x1,%ebx ;*ior ; - com.google.re2j.MachineInput$UTF16Input::step@41 (line 190) │││ │ │││ │ │ ││ ; - com.google.re2j.Machine::match@411 (line 259) 0.62% 0.56% │││ │ │││ │ │ ││ 0x00007eff1123ea41: sar $0x3,%ecx ; OopMap{[16]=Oop [80]=Oop [96]=Oop [112]=Oop off=1348} │││ │ │││ │ │ ││ ;*goto │││ │ │││ │ │ ││ ; - com.google.re2j.Machine::match@441 (line 266) 0.00% 0.01% │││ │ │││ │ │ ││ ↗↗ 0x00007eff1123ea44: test %eax,0x170fe5b6(%rip) # 0x00007eff2833d000 │││ │ │││ │ │ ││ ││ ;*goto │││ │ │││ │ │ ││ ││ ; - com.google.re2j.Machine::match@441 (line 266) │││ │ │││ │ │ ││ ││ ; {poll} 0.02% 0.02% │││ │ │││ │ │ ││ ││ 0x00007eff1123ea4a: mov 0x60(%rsp),%r11 0.03% 0.02% │││ │ │││ │ │ ││ ││ 0x00007eff1123ea4f: mov 0x14(%r11),%r11d ;*getfield re2 │││ │ │││ │ │ ││ ││ ; - com.google.re2j.Machine::match@169 (line 220) 0.68% 0.46% │││ │ │││ │ │ ││ ││ 0x00007eff1123ea53: vmovd %r11d,%xmm2 0.02% 0.03% │││ │ │││ │ │ ││ ││ 0x00007eff1123ea58: mov 0x60(%rsp),%r11 0.01% │││ │ │││ │ │ ││ ││ 0x00007eff1123ea5d: mov 0x28(%r11),%edx ;*getfield matchcap │││ │ │││ │ │ ││ ││ ; - com.google.re2j.Machine::match@307 (line 243) 0.06% 0.03% │││ │ │││ │ │ ││ ││ 0x00007eff1123ea61: mov 0x50(%rsp),%r11 0.69% 0.33% │││ │ │││ │ │ ││ ││ 0x00007eff1123ea66: shr $0x3,%r11 0.01% 0.01% │││ │ │││ │ │ ││ ││ 0x00007eff1123ea6a: mov %r11d,0x2c(%rsp) 0.01% │││ │ │││ │ │ ││ ││ 0x00007eff1123ea6f: mov 0x34(%rsp),%r9d 0.03% 0.03% │││ │ │││ │ │ ││ ││ 0x00007eff1123ea74: mov %r9d,0x20(%rsp) 0.57% 0.24% │││ │ │││ │ │ ││ ││ 0x00007eff1123ea79: mov %r8d,0x3c(%rsp) 0.02% 0.01% │││ │ │││ │ │ ││ ││ 0x00007eff1123ea7e: mov %ebx,0x34(%rsp) 0.01% │││ │ │││ │ │ ││ ││ 0x00007eff1123ea82: mov %ecx,0x28(%rsp) 0.06% 0.04% │││ │ │││ │ │ ││ ││ 0x00007eff1123ea86: mov 0x10(%rsp),%r11 0.53% 0.34% │││ │ │││ │ │ ││ ││ 0x00007eff1123ea8b: mov %r11,0x50(%rsp) 0.02% 0.02% │││ │ │││ │ │ ││ ││ 0x00007eff1123ea90: vmovd %edx,%xmm3 ;*aload │││ │ │││ │ │ ││ ││ ; - com.google.re2j.Machine::match@136 (line 211) ↘││ │ │││ │ │ ││ ││ 0x00007eff1123ea94: mov 0x2c(%rsp),%r11d 0.06% 0.05% ││ │ │││ │ │ ││ ││ 0x00007eff1123ea99: movzbl 0x18(%r12,%r11,8),%r8d ; implicit exception: dispatches to 0x00007eff1123fced 0.64% 0.48% ││ │ │││ │ │ ││ ││ 0x00007eff1123ea9f: test %r8d,%r8d ││ │ │││╭│ │ ││ ││ 0x00007eff1123eaa2: je 0x00007eff1123ead6 ;*ifeq ││ │ │││││ │ ││ ││ ; - com.google.re2j.Machine::match@141 (line 211) 0.03% 0.01% ││ │ │││││ │ ││ ││ 0x00007eff1123eaa4: mov 0x38(%rsp),%r8d 0.01% ││ │ │││││ │ ││ ││ 0x00007eff1123eaa9: test %r8d,%r8d ││ │ │││││ │ ││ ││ 0x00007eff1123eaac: jne 0x00007eff1123f399 ;*ifeq ││ │ │││││ │ ││ ││ ; - com.google.re2j.Machine::match@148 (line 212) 0.02% 0.00% ││ │ │││││ │ ││ ││ 0x00007eff1123eab2: test %eax,%eax ││ │ │││││ │ ││ ││ 0x00007eff1123eab4: jne 0x00007eff1123f3e5 ;*ifeq ││ │ │││││ │ ││ ││ ; - com.google.re2j.Machine::match@162 (line 216) 0.52% 0.34% ││ │ │││││ │ ││ ││ 0x00007eff1123eaba: vmovd %xmm2,%r11d 0.00% 0.01% ││ │ │││││ │ ││ ││ 0x00007eff1123eabf: mov 0x24(%r12,%r11,8),%r11d ;*getfield prefix ││ │ │││││ │ ││ ││ ; - com.google.re2j.Machine::match@172 (line 220) ││ │ │││││ │ ││ ││ ; implicit exception: dispatches to 0x00007eff1123fd61 ││ │ │││││ │ ││ ││ 0x00007eff1123eac4: mov 0xc(%r12,%r11,8),%r8d ;*getfield value ││ │ │││││ │ ││ ││ ; - java.lang.String::isEmpty@1 (line 635) ││ │ │││││ │ ││ ││ ; - com.google.re2j.Machine::match@175 (line 220) ││ │ │││││ │ ││ ││ ; implicit exception: dispatches to 0x00007eff1123fd71 0.02% 0.05% ││ │ │││││ │ ││ ││ 0x00007eff1123eac9: mov 0xc(%r12,%r8,8),%ebp ;*arraylength ││ │ │││││ │ ││ ││ ; - java.lang.String::isEmpty@4 (line 635) ││ │ │││││ │ ││ ││ ; - com.google.re2j.Machine::match@175 (line 220) ││ │ │││││ │ ││ ││ ; implicit exception: dispatches to 0x00007eff1123fd81 0.90% 1.00% ││ │ │││││ │ ││ ││ 0x00007eff1123eace: test %ebp,%ebp ││ │ │││││ │ ││ ││ 0x00007eff1123ead0: jne 0x00007eff1123f351 ;*iload_3 ││ │ │││││ │ ││ ││ ; - com.google.re2j.Machine::match@267 (line 237) 0.20% 0.33% ││ │ │││↘│ │ ││ ││ 0x00007eff1123ead6: test %eax,%eax ││ │ │││ │ │ ││ ││ 0x00007eff1123ead8: jne 0x00007eff1123f111 ;*ifne ││ │ │││ │ │ ││ ││ ; - com.google.re2j.Machine::match@279 (line 237) 0.00% ││ │ │││ │ │ ││ ││ 0x00007eff1123eade: mov 0x60(%rsp),%r11 0.06% 0.04% ││ │ │││ │ │ ││ ││ 0x00007eff1123eae3: movzbl 0x11(%r11),%r9d ;*getfield captures ││ │ │││ │ │ ││ ││ ; - com.google.re2j.Machine::match@283 (line 240) 0.41% 0.24% ││ │ │││ │ │ ││ ││ 0x00007eff1123eae8: test %r9d,%r9d ││ │ │││ │ │ ││ ││ 0x00007eff1123eaeb: jne 0x00007eff1123f1f1 ;*ifeq ││ │ │││ │ │ ││ ││ ; - com.google.re2j.Machine::match@286 (line 240) 0.23% 0.25% ││ │ │││ │ │ ││ ││ 0x00007eff1123eaf1: mov 0x18(%r11),%r8d ;*getfield prog ││ │ │││ │ │ ││ ││ ; - com.google.re2j.Machine::match@297 (line 243) 0.00% ││ │ │││ │ │ ││ ││ 0x00007eff1123eaf5: mov 0x1c(%r12,%r8,8),%ebp ;*getfield startInst ││ │ │││ │ │ ││ ││ ; - com.google.re2j.Machine::match@300 (line 243) ││ │ │││ │ │ ││ ││ ; implicit exception: dispatches to 0x00007eff1123fcfd 0.02% 0.02% ││ │ │││ │ │ ││ ││ 0x00007eff1123eafa: mov 0x8(%r12,%rbp,8),%r11d ; implicit exception: dispatches to 0x00007eff1123fd0d 0.46% 0.37% ││ │ │││ │ │ ││ ││ 0x00007eff1123eaff: cmp $0xf8019a09,%r11d ; {metadata(&apos;com/google/re2j/Inst$Alt5Inst&apos;)} ││ │ │││ │ │ ││ ││ 0x00007eff1123eb06: jne 0x00007eff1123efa5 ;*ifeq ││ │ │││ │ │ ││ ││ ; - com.google.re2j.Machine::match@286 (line 240) 0.33% 0.13% ││ │ │││ │ │ ││ ││ 0x00007eff1123eb0c: lea (%r12,%rbp,8),%rsi ;*invokevirtual add ││ │ │││ │ │ ││ ││ ; - com.google.re2j.Machine::match@318 (line 243) ││ │ │││ │ │ ││ ││ 0x00007eff1123eb10: mov 0x2c(%rsp),%r11d 0.05% 0.02% ││ │ │││ │ │ ││ ││ 0x00007eff1123eb15: shl $0x3,%r11 ;*aload ││ │ │││ │ │ ││ ││ ; - com.google.re2j.Machine::match@136 (line 211) 0.32% 0.11% ││ │ │││ │ │ ││ ││ 0x00007eff1123eb19: mov %r11,0x10(%rsp) 0.34% 0.07% ││ │ │││ │ │ ││ ││ 0x00007eff1123eb1e: vmovd %xmm3,%r8d 0.00% ││ │ │││ │ │ ││ ││ 0x00007eff1123eb23: shl $0x3,%r8 ;*getfield matchcap ││ │ │││ │ │ ││ ││ ; - com.google.re2j.Machine::match@307 (line 243) 0.04% 0.04% ││ │ │││ │ │ ││ ││ 0x00007eff1123eb27: mov %r11,%rdx 0.35% 0.09% ││ │ │││ │ │ ││ ││ 0x00007eff1123eb2a: mov 0x3c(%rsp),%ecx 0.30% 0.16% ││ │ │││ │ │ ││ ││ 0x00007eff1123eb2e: xor %edi,%edi ││ │ │││ │ │ ││ ││ 0x00007eff1123eb30: mov 0x60(%rsp),%r11 0.02% ││ │ │││ │ │ ││ ││ 0x00007eff1123eb35: mov %r11,(%rsp) 0.35% 0.07% ││ │ │││ │ │ ││ ││ 0x00007eff1123eb39: mov %r9d,0x8(%rsp) 0.30% 0.35% ││ │ │││ │ │ ││ ││ 0x00007eff1123eb3e: mov %r10d,%r9d ││ │ │││ │ │ ││ ││ 0x00007eff1123eb41: xchg %ax,%ax 0.01% 0.00% ││ │ │││ │ │ ││ ││ 0x00007eff1123eb43: callq 0x00007eff11046020 ; OopMap{[16]=Oop [44]=NarrowOop [80]=Oop [96]=Oop [112]=Oop off=1608} ││ │ │││ │ │ ││ ││ ;*invokevirtual add ││ │ │││ │ │ ││ ││ ; - com.google.re2j.Machine::match@318 (line 243) ││ │ │││ │ │ ││ ││ ; {optimized virtual_call} 0.17% 0.27% ││ │ │││ │ │ ││ ││ 0x00007eff1123eb48: mov 0x24(%rsp),%edx 0.10% 0.09% ││ │ │││ │ │ ││ ││ 0x00007eff1123eb4c: test %edx,%edx ││ │ │││ ╰ │ ││ ││ 0x00007eff1123eb4e: jl 0x00007eff1123e740 ;*ifge ││ │ │││ │ ││ ││ ; - com.google.re2j.Utils::emptyOpContext@3 (line 173) ││ │ │││ │ ││ ││ ; - com.google.re2j.Machine::match@326 (line 245) 0.47% 0.40% ││ │ │││ │ ││ ││ 0x00007eff1123eb54: xor %r10d,%r10d ;*iload_0 ││ │ │││ │ ││ ││ ; - com.google.re2j.Utils::emptyOpContext@10 (line 176) ││ │ │││ │ ││ ││ ; - com.google.re2j.Machine::match@326 (line 245) 0.24% 0.26% │↘ │ │││ │ ││ ││ 0x00007eff1123eb57: cmp $0xa,%edx │ │ │││ ╭│ ││ ││ 0x00007eff1123eb5a: je 0x00007eff1123ec37 ;*iload_1 │ │ │││ ││ ││ ││ ; - com.google.re2j.Utils::emptyOpContext@20 (line 179) │ │ │││ ││ ││ ││ ; - com.google.re2j.Machine::match@326 (line 245) 0.04% 0.03% │ │ │││ ││ ││ ││↗ 0x00007eff1123eb60: mov 0x28(%rsp),%r13d 0.06% 0.02% │ │ │││ ││ ││ │││ 0x00007eff1123eb65: test %r13d,%r13d │ │ │││ │╰ ││ │││ 0x00007eff1123eb68: jl 0x00007eff1123e737 ;*iload_1 │ │ │││ │ ││ │││ ; - com.google.re2j.Utils::emptyOpContext@29 (line 182) │ │ │││ │ ││ │││ ; - com.google.re2j.Machine::match@326 (line 245) 0.37% 0.44% ↘ │ │││ │ ││ │││ 0x00007eff1123eb6e: cmp $0xa,%r13d │ │││ │ ╭ ││ │││ 0x00007eff1123eb72: je 0x00007eff1123ec40 ;*iload_0 │ │││ │ │ ││ │││ ; - com.google.re2j.Utils::emptyOpContext@39 (line 185) │ │││ │ │ ││ │││ ; - com.google.re2j.Machine::match@326 (line 245) 0.18% 0.22% │ │││ │ │ ││ │││↗ 0x00007eff1123eb78: mov 0x24(%rsp),%r11d 0.03% 0.03% │ │││ │ │ ││ ││││ 0x00007eff1123eb7d: add $0xffffffbf,%r11d 0.03% 0.07% │ │││ │ │ ││ ││││ 0x00007eff1123eb81: cmp $0x1a,%r11d │ │││ │ │╭ ││ ││││ 0x00007eff1123eb85: jb 0x00007eff1123eb9a ;*if_icmple │ │││ │ ││ ││ ││││ ; - com.google.re2j.Utils::isWordRune@9 (line 149) │ │││ │ ││ ││ ││││ ; - com.google.re2j.Utils::emptyOpContext@40 (line 185) │ │││ │ ││ ││ ││││ ; - com.google.re2j.Machine::match@326 (line 245) 0.43% 0.43% │ │││ │ ││ ││ ││││ 0x00007eff1123eb87: mov 0x24(%rsp),%r8d 0.19% 0.18% │ │││ │ ││ ││ ││││ 0x00007eff1123eb8c: add $0xffffff9f,%r8d 0.03% 0.02% │ │││ │ ││ ││ ││││ 0x00007eff1123eb90: cmp $0x1a,%r8d │ │││ │ ││╭ ││ ││││ 0x00007eff1123eb94: jae 0x00007eff1123ec49 ;*iconst_1 │ │││ │ │││ ││ ││││ ; - com.google.re2j.Utils::isWordRune@42 (line 149) │ │││ │ │││ ││ ││││ ; - com.google.re2j.Utils::emptyOpContext@40 (line 185) │ │││ │ │││ ││ ││││ ; - com.google.re2j.Machine::match@326 (line 245) 0.05% 0.07% │ │││ │ │↘│ ││ ││││↗ 0x00007eff1123eb9a: mov $0x1,%ebp ;*ireturn │ │││ │ │ │ ││ │││││ ; - com.google.re2j.Utils::isWordRune@47 (line 149) │ │││ │ │ │ ││ │││││ ; - com.google.re2j.Utils::emptyOpContext@40 (line 185) │ │││ │ │ │ ││ │││││ ; - com.google.re2j.Machine::match@326 (line 245) 0.33% 0.44% │ │││ │ │ │ ││ │││││↗ 0x00007eff1123eb9f: mov 0x28(%rsp),%r11d 0.19% 0.21% │ │││ │ │ │ ││ ││││││ 0x00007eff1123eba4: add $0xffffffbf,%r11d 0.10% 0.07% │ │││ │ │ │ ││ ││││││ 0x00007eff1123eba8: cmp $0x1a,%r11d │ │││ │ │ │╭ ││ ││││││ 0x00007eff1123ebac: jb 0x00007eff1123ebc1 ;*if_icmple │ │││ │ │ ││ ││ ││││││ ; - com.google.re2j.Utils::isWordRune@9 (line 149) │ │││ │ │ ││ ││ ││││││ ; - com.google.re2j.Utils::emptyOpContext@44 (line 185) │ │││ │ │ ││ ││ ││││││ ; - com.google.re2j.Machine::match@326 (line 245) 0.09% 0.07% │ │││ │ │ ││ ││ ││││││ 0x00007eff1123ebae: mov 0x28(%rsp),%r8d 0.35% 0.53% │ │││ │ │ ││ ││ ││││││ 0x00007eff1123ebb3: add $0xffffff9f,%r8d 0.19% 0.22% │ │││ │ │ ││ ││ ││││││ 0x00007eff1123ebb7: cmp $0x1a,%r8d │ │││ │ │ ││╭││ ││││││ 0x00007eff1123ebbb: jae 0x00007eff1123ec72 ;*iconst_1 │ │││ │ │ │││││ ││││││ ; - com.google.re2j.Utils::isWordRune@42 (line 149) │ │││ │ │ │││││ ││││││ ; - com.google.re2j.Utils::emptyOpContext@44 (line 185) │ │││ │ │ │││││ ││││││ ; - com.google.re2j.Machine::match@326 (line 245) 0.11% 0.13% │ │││ │ │ │↘│││ ││││││↗ 0x00007eff1123ebc1: mov $0x1,%r11d ;*ireturn │ │││ │ │ │ │││ │││││││ ; - com.google.re2j.Utils::isWordRune@47 (line 149) │ │││ │ │ │ │││ │││││││ ; - com.google.re2j.Utils::emptyOpContext@44 (line 185) │ │││ │ │ │ │││ │││││││ ; - com.google.re2j.Machine::match@326 (line 245) 0.16% 0.21% │ │││ │ │ │ │││ │││││││↗ 0x00007eff1123ebc7: cmp %r11d,%ebp │ │││ │ │ │ │╰│ ││││││││ 0x00007eff1123ebca: je 0x00007eff1123e82b ;*if_icmpeq │ │││ │ │ │ │ │ ││││││││ ; - com.google.re2j.Utils::emptyOpContext@47 (line 185) │ │││ │ │ │ │ │ ││││││││ ; - com.google.re2j.Machine::match@326 (line 245) 0.06% 0.07% │ │││ │ │ │ │ │ ││││││││ 0x00007eff1123ebd0: or $0x10,%r10d ;*ior ; - com.google.re2j.Utils::emptyOpContext@53 (line 186) │ │││ │ │ │ │ │ ││││││││ ; - com.google.re2j.Machine::match@326 (line 245) 0.01% 0.02% │ │││ │ │ │ │ ╰ ││││││││ 0x00007eff1123ebd4: jmpq 0x00007eff1123e82f 0.01% 0.01% │ ↘││ │ │ │ │ ││││││││ 0x00007eff1123ebd9: test %ebp,%ebp │ ││ │ │ │ │ ││││││││ 0x00007eff1123ebdb: jne 0x00007eff1123fa99 ;*ifeq │ ││ │ │ │ │ ││││││││ ; - com.google.re2j.Machine::freeQueue@4 (line 150) │ ││ │ │ │ │ ││││││││ ; - com.google.re2j.Machine::freeQueue@3 (line 146) │ ││ │ │ │ │ ││││││││ ; - com.google.re2j.Machine::match@447 (line 267) 0.00% │ ││ │ │ │ │ ││││││││ 0x00007eff1123ebe1: mov 0x50(%rsp),%r10 0.00% │ ││ │ │ │ │ ││││││││ 0x00007eff1123ebe6: movzbl 0x18(%r10),%r11d ; implicit exception: dispatches to 0x00007eff1123fe31 0.00% │ ││ │ │ │ │ ││││││││ 0x00007eff1123ebeb: test %r11d,%r11d │ ││ │ │ │ │ ╭││││││││ 0x00007eff1123ebee: jne 0x00007eff1123ec09 ;*ifeq │ ││ │ │ │ │ │││││││││ ; - com.google.re2j.Machine$Queue::clear@4 (line 69) │ ││ │ │ │ │ │││││││││ ; - com.google.re2j.Machine::freeQueue@26 (line 156) │ ││ │ │ │ │ │││││││││ ; - com.google.re2j.Machine::freeQueue@3 (line 146) │ ││ │ │ │ │ │││││││││ ; - com.google.re2j.Machine::match@447 (line 267) │ ││ │ │ │ │ │││││││││ 0x00007eff1123ebf0: mov 0x1c(%r10),%ebp ;*getfield pcs │ ││ │ │ │ │ │││││││││ ; - com.google.re2j.Machine$Queue::clear@29 (line 73) │ ││ │ │ │ │ │││││││││ ; - com.google.re2j.Machine::freeQueue@26 (line 156) │ ││ │ │ │ │ │││││││││ ; - com.google.re2j.Machine::freeQueue@3 (line 146) │ ││ │ │ │ │ │││││││││ ; - com.google.re2j.Machine::match@447 (line 267) │ ││ │ │ │ │ │││││││││ 0x00007eff1123ebf4: movb $0x1,0x18(%r10) ;*putfield empty │ ││ │ │ │ │ │││││││││ ; - com.google.re2j.Machine$Queue::clear@15 (line 71) │ ││ │ │ │ │ │││││││││ ; - com.google.re2j.Machine::freeQueue@26 (line 156) │ ││ │ │ │ │ │││││││││ ; - com.google.re2j.Machine::freeQueue@3 (line 146) │ ││ │ │ │ │ │││││││││ ; - com.google.re2j.Machine::match@447 (line 267) │ ││ │ │ │ │ │││││││││ 0x00007eff1123ebf9: mov %r12,0x10(%r10) ;*putfield pcsl │ ││ │ │ │ │ │││││││││ ; - com.google.re2j.Machine$Queue::clear@25 (line 72) │ ││ │ │ │ │ │││││││││ ; - com.google.re2j.Machine::freeQueue@26 (line 156) │ ││ │ │ │ │ │││││││││ ; - com.google.re2j.Machine::freeQueue@3 (line 146) │ ││ │ │ │ │ │││││││││ ; - com.google.re2j.Machine::match@447 (line 267) │ ││ │ │ │ │ │││││││││ 0x00007eff1123ebfd: mov %r12d,0xc(%r10) ;*putfield size │ ││ │ │ │ │ │││││││││ ; - com.google.re2j.Machine$Queue::clear@10 (line 70) │ ││ │ │ │ │ │││││││││ ; - com.google.re2j.Machine::freeQueue@26 (line 156) │ ││ │ │ │ │ │││││││││ ; - com.google.re2j.Machine::freeQueue@3 (line 146) │ ││ │ │ │ │ │││││││││ ; - com.google.re2j.Machine::match@447 (line 267) │ ││ │ │ │ │ │││││││││ 0x00007eff1123ec01: test %ebp,%ebp │ ││ │ │ │ │ │││││││││ 0x00007eff1123ec03: jne 0x00007eff1123fb45 ;*if_icmpne │ ││ │ │ │ │ │││││││││ ; - com.google.re2j.Machine::match@12 (line 183) 0.00% │ ││ │ │ │ │ ↘││││││││ 0x00007eff1123ec09: add $0xb0,%rsp 0.00% │ ││ │ │ │ │ ││││││││ 0x00007eff1123ec10: pop %rbp │ ││ │ │ │ │ ││││││││ 0x00007eff1123ec11: test %eax,0x170fe3e9(%rip) # 0x00007eff2833d000 │ ││ │ │ │ │ ││││││││ ; {poll_return} 0.00% 0.01% │ ││ │ │ │ │ ││││││││ 0x00007eff1123ec17: retq 0.00% 0.01% │ ↘│ │ │ │ │ ││││││││ 0x00007eff1123ec18: mov %r13d,0x24(%rsp) 0.00% │ │ │ │ │ │ ││││││││ 0x00007eff1123ec1d: mov 0x34(%rsp),%ebx 0.00% │ │ │ │ │ │ ││││││││ 0x00007eff1123ec21: mov $0xffffffff,%ecx │ │ │ │ │ │ ╰│││││││ 0x00007eff1123ec26: jmpq 0x00007eff1123ea44 0.02% 0.01% │ ↘ │ │ │ │ │││││││ 0x00007eff1123ec2b: mov $0xffffffff,%ecx 0.01% │ │ │ │ │ │││││││ 0x00007eff1123ec30: xor %ebx,%ebx │ │ │ │ │ ╰││││││ 0x00007eff1123ec32: jmpq 0x00007eff1123ea44 │ ↘ │ │ │ ││││││ 0x00007eff1123ec37: or $0x1,%r10d ;*ior ; - com.google.re2j.Utils::emptyOpContext@18 (line 177) │ │ │ │ ││││││ ; - com.google.re2j.Machine::match@326 (line 245) │ │ │ │ ╰│││││ 0x00007eff1123ec3b: jmpq 0x00007eff1123eb60 │ ↘ │ │ │││││ 0x00007eff1123ec40: or $0x2,%r10d ;*ior ; - com.google.re2j.Utils::emptyOpContext@37 (line 183) │ │ │ │││││ ; - com.google.re2j.Machine::match@326 (line 245) 0.00% │ │ │ ╰││││ 0x00007eff1123ec44: jmpq 0x00007eff1123eb78 0.01% 0.01% │ ↘ │ ││││ 0x00007eff1123ec49: mov 0x24(%rsp),%r11d 0.09% 0.12% │ │ ││││ 0x00007eff1123ec4e: add $0xffffffd0,%r11d 0.03% 0.05% │ │ ││││ 0x00007eff1123ec52: cmp $0xa,%r11d │ │ ╰│││ 0x00007eff1123ec56: jb 0x00007eff1123eb9a ;*if_icmple │ │ │││ ; - com.google.re2j.Utils::isWordRune@33 (line 149) │ │ │││ ; - com.google.re2j.Utils::emptyOpContext@40 (line 185) │ │ │││ ; - com.google.re2j.Machine::match@326 (line 245) 0.01% 0.00% │ │ │││ 0x00007eff1123ec5c: mov 0x24(%rsp),%r11d 0.02% 0.01% │ │ │││ 0x00007eff1123ec61: cmp $0x5f,%r11d │ │ │││ 0x00007eff1123ec65: je 0x00007eff1123fc0d ;*if_icmpne │ │ │││ ; - com.google.re2j.Utils::isWordRune@39 (line 149) │ │ │││ ; - com.google.re2j.Utils::emptyOpContext@40 (line 185) │ │ │││ ; - com.google.re2j.Machine::match@326 (line 245) 0.07% 0.12% │ │ │││ 0x00007eff1123ec6b: xor %ebp,%ebp 0.02% 0.01% │ │ ╰││ 0x00007eff1123ec6d: jmpq 0x00007eff1123eb9f 0.06% 0.08% │ ↘ ││ 0x00007eff1123ec72: mov 0x28(%rsp),%r11d 0.18% 0.17% │ ││ 0x00007eff1123ec77: add $0xffffffd0,%r11d 0.06% 0.08% │ ││ 0x00007eff1123ec7b: cmp $0xa,%r11d │ ╰│ 0x00007eff1123ec7f: jb 0x00007eff1123ebc1 ;*if_icmple │ │ ; - com.google.re2j.Utils::isWordRune@33 (line 149) │ │ ; - com.google.re2j.Utils::emptyOpContext@44 (line 185) │ │ ; - com.google.re2j.Machine::match@326 (line 245) 0.05% 0.04% │ │ 0x00007eff1123ec85: cmp $0x5f,%r13d │ │ 0x00007eff1123ec89: je 0x00007eff1123fc49 ;*if_icmpne │ │ ; - com.google.re2j.Utils::isWordRune@39 (line 149) │ │ ; - com.google.re2j.Utils::emptyOpContext@44 (line 185) │ │ ; - com.google.re2j.Machine::match@326 (line 245) 0.02% 0.01% │ │ 0x00007eff1123ec8f: xor %r11d,%r11d 0.03% │ ╰ 0x00007eff1123ec92: jmpq 0x00007eff1123ebc7 ↘ 0x00007eff1123ec97: mov 0x60(%rsp),%r9 0x00007eff1123ec9c: movb $0x1,0x10(%r9) ;*putfield matched ; - com.google.re2j.Machine::step@171 (line 309) ; - com.google.re2j.Machine::match@359 (line 246) 0x00007eff1123eca1: test %r14d,%r14d 0x00007eff1123eca4: jne 0x00007eff1123fb55 ;*ifne ; - com.google.re2j.Machine::step@176 (line 310) ; - com.google.re2j.Machine::match@359 (line 246) 0x00007eff1123ecaa: mov 0x2c(%rsp),%r11d 0x00007eff1123ecaf: movzbl 0x18(%r12,%r11,8),%r9d .................................................................................................... 59.93% 61.05% <total for region 1> ....[Hottest Region 2].............................................................................. C2, level 4, com.google.re2j.Inst$Alt5Inst::add, version 508 (839 bytes) # parm5: [sp+0x80] = &apos;com/google/re2j/Machine&apos; (sp of caller) # parm6: [sp+0x88] = boolean 0x00007eff1121fc80: mov 0x8(%rsi),%r10d 0x00007eff1121fc84: shl $0x3,%r10 0x00007eff1121fc88: cmp %r10,%rax 0x00007eff1121fc8b: jne 0x00007eff11045e20 ; {runtime_call} 0x00007eff1121fc91: data16 xchg %ax,%ax 0x00007eff1121fc94: nopl 0x0(%rax,%rax,1) 0x00007eff1121fc9c: data16 data16 xchg %ax,%ax [Verified Entry Point] 0.68% 0.38% 0x00007eff1121fca0: mov %eax,-0x14000(%rsp) 0.04% 0.01% 0x00007eff1121fca7: push %rbp 0.35% 0.24% 0x00007eff1121fca8: sub $0x70,%rsp ;*synchronization entry ; - com.google.re2j.Inst$Alt5Inst::add@-1 (line 260) 0.36% 0.22% 0x00007eff1121fcac: vmovq %r8,%xmm5 0.04% 0.02% 0x00007eff1121fcb1: vmovq %rsi,%xmm4 0.25% 0.46% 0x00007eff1121fcb6: mov %ecx,%r14d 0.33% 0.28% 0x00007eff1121fcb9: mov 0x18(%rsi),%ecx ;*getfield pc ; - com.google.re2j.Inst$Alt5Inst::add@2 (line 260) 0.00% 0x00007eff1121fcbc: mov 0x10(%rdx),%r11 ;*getfield pcsl ; - com.google.re2j.Machine$Queue::contains@7 (line 42) ; - com.google.re2j.Inst$Alt5Inst::add@5 (line 260) ; implicit exception: dispatches to 0x00007eff112205d9 0.02% 0.02% 0x00007eff1121fcc0: cmp $0x40,%ecx 0x00007eff1121fcc3: jg 0x00007eff11220181 ;*if_icmpgt ; - com.google.re2j.Machine$Queue::contains@3 (line 41) ; - com.google.re2j.Inst$Alt5Inst::add@5 (line 260) 0.43% 0.33% 0x00007eff1121fcc9: mov $0x1,%esi 0.32% 0.34% 0x00007eff1121fcce: mov $0x1,%r8d 0.00% 0x00007eff1121fcd4: shl %cl,%r8 ;*lshl ; - com.google.re2j.Machine$Queue::contains@12 (line 42) ; - com.google.re2j.Inst$Alt5Inst::add@5 (line 260) 0.76% 0.48% 0x00007eff1121fcd7: mov %r11,%r10 0x00007eff1121fcda: and %r8,%r10 ;*land ; - com.google.re2j.Machine$Queue::contains@13 (line 42) ; - com.google.re2j.Inst$Alt5Inst::add@5 (line 260) 0.03% 0.02% 0x00007eff1121fcdd: xor %r13d,%r13d 0.26% 0.36% 0x00007eff1121fce0: test %r10,%r10 0x00007eff1121fce3: jne 0x00007eff112201b5 ;*ifeq ; - com.google.re2j.Machine$Queue::contains@16 (line 42) ; - com.google.re2j.Inst$Alt5Inst::add@5 (line 260) 0.34% 0.35% 0x00007eff1121fce9: cmp $0x40,%ecx 0x00007eff1121fcec: jge 0x00007eff112201f5 ;*if_icmpge ; - com.google.re2j.Machine$Queue::add@3 (line 51) ; - com.google.re2j.Inst$Alt5Inst::add@19 (line 263) 0x00007eff1121fcf2: mov %r12b,0x18(%rdx) ;*putfield empty ; - com.google.re2j.Machine$Queue::add@33 (line 56) ; - com.google.re2j.Inst$Alt5Inst::add@19 (line 263) 0.02% 0.04% 0x00007eff1121fcf6: vmovq %xmm4,%r10 0.36% 0.26% 0x00007eff1121fcfb: mov 0x2c(%r10),%ebp ;*getfield outInst ; - com.google.re2j.Inst$Alt5Inst::add@23 (line 265) 0.33% 0.28% 0x00007eff1121fcff: or %r11,%r8 ;*lor ; - com.google.re2j.Machine$Queue::add@14 (line 52) ; - com.google.re2j.Inst$Alt5Inst::add@19 (line 263) 0.00% 0x00007eff1121fd02: mov %r8,0x10(%rdx) ;*putfield pcsl ; - com.google.re2j.Machine$Queue::add@15 (line 52) ; - com.google.re2j.Inst$Alt5Inst::add@19 (line 263) 0.03% 0.03% 0x00007eff1121fd06: mov 0x8(%r12,%rbp,8),%r10d ; implicit exception: dispatches to 0x00007eff112205ed 0.37% 0.32% 0x00007eff1121fd0b: cmp $0xf8019909,%r10d ; {metadata(&apos;com/google/re2j/Inst$MatchInst&apos;)} 0x00007eff1121fd12: jne 0x00007eff11220065 0.33% 0.38% 0x00007eff1121fd18: lea (%r12,%rbp,8),%r11 ;*invokevirtual add ; - com.google.re2j.Inst$Alt5Inst::add@37 (line 265) 0x00007eff1121fd1c: mov 0x18(%r11),%ecx ;*getfield pc ; - com.google.re2j.Inst$MatchInst::add@2 (line 144) ; - com.google.re2j.Inst$Alt5Inst::add@37 (line 265) 0.01% 0.03% 0x00007eff1121fd20: cmp $0x40,%ecx 0x00007eff1121fd23: jg 0x00007eff11220229 ;*if_icmpgt ; - com.google.re2j.Machine$Queue::contains@3 (line 41) ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) ; - com.google.re2j.Inst$Alt5Inst::add@37 (line 265) 0.32% 0.35% 0x00007eff1121fd29: mov $0x1,%r10d 0.35% 0.31% 0x00007eff1121fd2f: shl %cl,%r10 ;*lshl ; - com.google.re2j.Machine$Queue::contains@12 (line 42) ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) ; - com.google.re2j.Inst$Alt5Inst::add@37 (line 265) 0.35% 0.41% 0x00007eff1121fd32: mov %r8,%rbx 0.31% 0.24% 0x00007eff1121fd35: and %r10,%rbx ;*land ; - com.google.re2j.Machine$Queue::contains@13 (line 42) ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) ; - com.google.re2j.Inst$Alt5Inst::add@37 (line 265) 0.00% 0x00007eff1121fd38: test %rbx,%rbx 0x00007eff1121fd3b: jne 0x00007eff11220265 ;*ifeq ; - com.google.re2j.Machine$Queue::contains@16 (line 42) ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) ; - com.google.re2j.Inst$Alt5Inst::add@37 (line 265) 0.06% 0.04% 0x00007eff1121fd41: cmp $0x40,%ecx 0x00007eff1121fd44: jge 0x00007eff112202ad ;*if_icmpge ; - com.google.re2j.Machine$Queue::add@3 (line 51) ; - com.google.re2j.Inst$MatchInst::add@19 (line 147) ; - com.google.re2j.Inst$Alt5Inst::add@37 (line 265) 0.38% 0.40% 0x00007eff1121fd4a: or %r10,%r8 ;*lor ; - com.google.re2j.Machine$Queue::add@14 (line 52) ; - com.google.re2j.Inst$MatchInst::add@19 (line 147) ; - com.google.re2j.Inst$Alt5Inst::add@37 (line 265) 0.30% 0.06% 0x00007eff1121fd4d: mov %r8,0x10(%rdx) ;*putfield pcsl ; - com.google.re2j.Machine$Queue::add@15 (line 52) ; - com.google.re2j.Inst$MatchInst::add@19 (line 147) ; - com.google.re2j.Inst$Alt5Inst::add@37 (line 265) 0.00% 0x00007eff1121fd51: mov 0x88(%rsp),%ecx 0.07% 0.05% 0x00007eff1121fd58: test %ecx,%ecx 0x00007eff1121fd5a: jne 0x00007eff112202e9 ;*ifeq ; - com.google.re2j.Inst$MatchInst::add@24 (line 149) ; - com.google.re2j.Inst$Alt5Inst::add@37 (line 265) 0.35% 0.44% 0x00007eff1121fd60: mov 0xc(%rdx),%edi ;*getfield size ; - com.google.re2j.Machine$Queue::addThread@6 (line 66) ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) ; - com.google.re2j.Inst$Alt5Inst::add@37 (line 265) 0.30% 0.18% 0x00007eff1121fd63: mov 0x20(%rdx),%eax ;*getfield denseThreadsInstructions ; - com.google.re2j.Machine$Queue::addThread@1 (line 66) ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) ; - com.google.re2j.Inst$Alt5Inst::add@37 (line 265) 0.01% 0x00007eff1121fd66: mov %edi,%r10d 0.07% 0.10% 0x00007eff1121fd69: inc %r10d ;*iadd ; - com.google.re2j.Machine$Queue::addThread@11 (line 66) ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) ; - com.google.re2j.Inst$Alt5Inst::add@37 (line 265) 0.34% 0.50% 0x00007eff1121fd6c: mov %r10d,0xc(%rdx) ;*putfield size ; - com.google.re2j.Machine$Queue::addThread@12 (line 66) ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) ; - com.google.re2j.Inst$Alt5Inst::add@37 (line 265) 0.30% 0.38% 0x00007eff1121fd70: mov 0xc(%r12,%rax,8),%ebx ; implicit exception: dispatches to 0x00007eff11220615 0x00007eff1121fd75: cmp %ebx,%edi ╭ 0x00007eff1121fd77: jae 0x00007eff1121ffe8 0.05% 0.07% │ 0x00007eff1121fd7d: vmovd %r10d,%xmm2 0.35% 0.51% │ 0x00007eff1121fd82: vmovd %eax,%xmm0 0.36% 0.28% │ 0x00007eff1121fd86: mov %edi,%eax │ 0x00007eff1121fd88: vmovd %xmm0,%r10d 0.04% 0.06% │ 0x00007eff1121fd8d: mov 0x8(%r12,%r10,8),%r10d 0.30% 0.39% │ 0x00007eff1121fd92: cmp $0xf8019807,%r10d ; {metadata(&apos;com/google/re2j/Inst&apos;[])} │ 0x00007eff1121fd99: jne 0x00007eff11220095 ;*aastore │ ; - com.google.re2j.Machine$Queue::addThread@16 (line 66) │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │ ; - com.google.re2j.Inst$Alt5Inst::add@37 (line 265) 0.26% 0.40% │ 0x00007eff1121fd9f: vmovq %xmm4,%r10 │ 0x00007eff1121fda4: mov 0x34(%r10),%ebp ;*getfield inst2 │ ; - com.google.re2j.Inst$Alt5Inst::add@43 (line 266) 0.05% 0.06% │ 0x00007eff1121fda8: mov %r11,%rcx 0.45% 0.37% │ 0x00007eff1121fdab: shr $0x3,%rcx ;*aastore │ ; - com.google.re2j.Machine$Queue::addThread@16 (line 66) │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │ ; - com.google.re2j.Inst$Alt5Inst::add@37 (line 265) 0.30% 0.33% │ 0x00007eff1121fdaf: vmovd %xmm0,%r10d │ 0x00007eff1121fdb4: lea (%r12,%r10,8),%r11 ;*getfield denseThreadsInstructions │ ; - com.google.re2j.Machine$Queue::addThread@1 (line 66) │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │ ; - com.google.re2j.Inst$Alt5Inst::add@37 (line 265) 0.09% 0.06% │ 0x00007eff1121fdb8: lea 0x10(%r11,%rdi,4),%r10 0.32% 0.35% │ 0x00007eff1121fdbd: mov %ecx,(%r10) 0.59% 0.52% │ 0x00007eff1121fdc0: shr $0x9,%r10 0.00% │ 0x00007eff1121fdc4: movabs $0x7eff20d45000,%rdi 0.07% 0.08% │ 0x00007eff1121fdce: mov %r12b,(%rdi,%r10,1) ;*aastore │ ; - com.google.re2j.Machine$Queue::addThread@16 (line 66) │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │ ; - com.google.re2j.Inst$Alt5Inst::add@37 (line 265) 0.51% 0.46% │ 0x00007eff1121fdd2: mov 0x8(%r12,%rbp,8),%r10d ; implicit exception: dispatches to 0x00007eff11220631 0.22% 0.18% │ 0x00007eff1121fdd7: cmp $0xf8019909,%r10d ; {metadata(&apos;com/google/re2j/Inst$MatchInst&apos;)} │ 0x00007eff1121fdde: jne 0x00007eff112200d5 0.01% 0.00% │ 0x00007eff1121fde4: lea (%r12,%rbp,8),%r10 ;*invokevirtual add │ ; - com.google.re2j.Inst$Alt5Inst::add@57 (line 266) 0.05% 0.02% │ 0x00007eff1121fde8: vmovq %r10,%xmm1 0.34% 0.26% │ 0x00007eff1121fded: mov 0x18(%r10),%ecx ;*getfield pc │ ; - com.google.re2j.Inst$MatchInst::add@2 (line 144) │ ; - com.google.re2j.Inst$Alt5Inst::add@57 (line 266) 0.36% 0.32% │ 0x00007eff1121fdf1: vmovd %ecx,%xmm3 0.03% 0.02% │ 0x00007eff1121fdf5: cmp $0x40,%ecx │ 0x00007eff1121fdf8: jg 0x00007eff11220325 ;*if_icmpgt │ ; - com.google.re2j.Machine$Queue::contains@3 (line 41) │ ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) │ ; - com.google.re2j.Inst$Alt5Inst::add@57 (line 266) 0.01% 0.02% │ 0x00007eff1121fdfe: mov $0x1,%r10d 0.44% 0.34% │ 0x00007eff1121fe04: shl %cl,%r10 ;*lshl │ ; - com.google.re2j.Machine$Queue::contains@12 (line 42) │ ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) │ ; - com.google.re2j.Inst$Alt5Inst::add@57 (line 266) 0.39% 0.29% │ 0x00007eff1121fe07: mov %r8,%rcx 0.36% 0.41% │ 0x00007eff1121fe0a: and %r10,%rcx ;*land │ ; - com.google.re2j.Machine$Queue::contains@13 (line 42) │ ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) │ ; - com.google.re2j.Inst$Alt5Inst::add@57 (line 266) 0.19% 0.30% │ 0x00007eff1121fe0d: test %rcx,%rcx │ 0x00007eff1121fe10: jne 0x00007eff11220361 ;*ifeq │ ; - com.google.re2j.Machine$Queue::contains@16 (line 42) │ ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) │ ; - com.google.re2j.Inst$Alt5Inst::add@57 (line 266) 0.06% 0.06% │ 0x00007eff1121fe16: vmovd %xmm3,%ecx 0.04% 0.04% │ 0x00007eff1121fe1a: cmp $0x40,%ecx │ 0x00007eff1121fe1d: jge 0x00007eff112203a5 ;*if_icmpge │ ; - com.google.re2j.Machine$Queue::add@3 (line 51) │ ; - com.google.re2j.Inst$MatchInst::add@19 (line 147) │ ; - com.google.re2j.Inst$Alt5Inst::add@57 (line 266) 0.44% 0.48% │ 0x00007eff1121fe23: or %r10,%r8 ;*lor ; - com.google.re2j.Machine$Queue::add@14 (line 52) │ ; - com.google.re2j.Inst$MatchInst::add@19 (line 147) │ ; - com.google.re2j.Inst$Alt5Inst::add@57 (line 266) 0.25% 0.16% │ 0x00007eff1121fe26: mov %r8,0x10(%rdx) ;*putfield pcsl │ ; - com.google.re2j.Machine$Queue::add@15 (line 52) │ ; - com.google.re2j.Inst$MatchInst::add@19 (line 147) │ ; - com.google.re2j.Inst$Alt5Inst::add@57 (line 266) 0.00% 0.01% │ 0x00007eff1121fe2a: mov %eax,%ecx 0.03% 0.03% │ 0x00007eff1121fe2c: add $0x2,%ecx 0.44% 0.36% │ 0x00007eff1121fe2f: mov %ecx,0xc(%rdx) ;*putfield size │ ; - com.google.re2j.Machine$Queue::addThread@12 (line 66) │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │ ; - com.google.re2j.Inst$Alt5Inst::add@57 (line 266) 0.17% 0.16% │ 0x00007eff1121fe32: mov %eax,%r10d 0.01% 0.00% │ 0x00007eff1121fe35: add $0x4,%r10d ;*iadd │ ; - com.google.re2j.Machine$Queue::addThread@11 (line 66) │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │ ; - com.google.re2j.Inst$Alt5Inst::add@97 (line 268) 0.05% 0.07% │ 0x00007eff1121fe39: cmp %ebx,%r10d │ 0x00007eff1121fe3c: jae 0x00007eff11220025 ;*aastore │ ; - com.google.re2j.Machine$Queue::addThread@16 (line 66) │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │ ; - com.google.re2j.Inst$Alt5Inst::add@57 (line 266) 0.36% 0.56% │ 0x00007eff1121fe42: vmovd %r9d,%xmm3 0.15% 0.29% │ 0x00007eff1121fe47: vmovq %xmm4,%r9 0.00% │ 0x00007eff1121fe4c: mov 0x38(%r9),%ebp ;*getfield inst3 │ ; - com.google.re2j.Inst$Alt5Inst::add@63 (line 267) 0.06% 0.06% │ 0x00007eff1121fe50: vmovq %xmm1,%r9 0.33% 0.41% │ 0x00007eff1121fe55: mov %r9,%rcx 0.21% 0.19% │ 0x00007eff1121fe58: shr $0x3,%rcx ;*aastore │ ; - com.google.re2j.Machine$Queue::addThread@16 (line 66) │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │ ; - com.google.re2j.Inst$Alt5Inst::add@57 (line 266) 0.00% │ 0x00007eff1121fe5c: movslq %eax,%r9 0.07% 0.08% │ 0x00007eff1121fe5f: lea (%r11,%r9,4),%r9 ;*aastore │ ; - com.google.re2j.Machine$Queue::addThread@16 (line 66) │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │ ; - com.google.re2j.Inst$Alt5Inst::add@117 (line 269) 0.43% 0.53% │ 0x00007eff1121fe63: mov %r9,%rbx 0.20% 0.32% │ 0x00007eff1121fe66: add $0x14,%rbx 0.01% │ 0x00007eff1121fe6a: mov %ecx,(%rbx) 0.07% 0.03% │ 0x00007eff1121fe6c: mov %rbx,%rcx 0.40% 0.41% │ 0x00007eff1121fe6f: shr $0x9,%rcx 0.19% 0.15% │ 0x00007eff1121fe73: mov %r12b,(%rdi,%rcx,1) ;*aastore │ ; - com.google.re2j.Machine$Queue::addThread@16 (line 66) │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │ ; - com.google.re2j.Inst$Alt5Inst::add@57 (line 266) 0.00% 0.02% │ 0x00007eff1121fe77: mov 0x8(%r12,%rbp,8),%ecx ; implicit exception: dispatches to 0x00007eff11220655 0.08% 0.02% │ 0x00007eff1121fe7c: cmp $0xf8019909,%ecx ; {metadata(&apos;com/google/re2j/Inst$MatchInst&apos;)} │ 0x00007eff1121fe82: jne 0x00007eff11220101 0.45% 0.46% │ 0x00007eff1121fe88: lea (%r12,%rbp,8),%rcx ;*invokevirtual add │ ; - com.google.re2j.Inst$Alt5Inst::add@77 (line 267) 0.18% 0.37% │ 0x00007eff1121fe8c: vmovq %rcx,%xmm0 0.01% 0.00% │ 0x00007eff1121fe91: mov 0x18(%rcx),%ecx ;*getfield pc │ ; - com.google.re2j.Inst$MatchInst::add@2 (line 144) │ ; - com.google.re2j.Inst$Alt5Inst::add@77 (line 267) 0.06% 0.09% │ 0x00007eff1121fe94: vmovd %ecx,%xmm2 0.49% 0.42% │ 0x00007eff1121fe98: cmp $0x40,%ecx │ 0x00007eff1121fe9b: jg 0x00007eff112203e1 ;*if_icmpgt │ ; - com.google.re2j.Machine$Queue::contains@3 (line 41) │ ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) │ ; - com.google.re2j.Inst$Alt5Inst::add@77 (line 267) 0.19% 0.27% │ 0x00007eff1121fea1: mov $0x1,%ebx 0.01% 0.02% │ 0x00007eff1121fea6: shl %cl,%rbx ;*lshl │ ; - com.google.re2j.Machine$Queue::contains@12 (line 42) │ ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) │ ; - com.google.re2j.Inst$Alt5Inst::add@77 (line 267) 0.77% 0.88% │ 0x00007eff1121fea9: mov %r8,%rcx 0.02% 0.00% │ 0x00007eff1121feac: and %rbx,%rcx ;*land │ ; - com.google.re2j.Machine$Queue::contains@13 (line 42) │ ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) │ ; - com.google.re2j.Inst$Alt5Inst::add@77 (line 267) 0.03% 0.05% │ 0x00007eff1121feaf: test %rcx,%rcx │ 0x00007eff1121feb2: jne 0x00007eff1122041d ;*ifeq │ ; - com.google.re2j.Machine$Queue::contains@16 (line 42) │ ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) │ ; - com.google.re2j.Inst$Alt5Inst::add@77 (line 267) 0.43% 0.46% │ 0x00007eff1121feb8: vmovd %xmm2,%ecx 0.28% 0.29% │ 0x00007eff1121febc: cmp $0x40,%ecx │ 0x00007eff1121febf: jge 0x00007eff11220465 ;*if_icmpge │ ; - com.google.re2j.Machine$Queue::add@3 (line 51) │ ; - com.google.re2j.Inst$MatchInst::add@19 (line 147) │ ; - com.google.re2j.Inst$Alt5Inst::add@77 (line 267) 0.03% 0.04% │ 0x00007eff1121fec5: or %rbx,%r8 ;*lor ; - com.google.re2j.Machine$Queue::add@14 (line 52) │ ; - com.google.re2j.Inst$MatchInst::add@19 (line 147) │ ; - com.google.re2j.Inst$Alt5Inst::add@77 (line 267) 0.02% 0.06% │ 0x00007eff1121fec8: mov %r8,0x10(%rdx) ;*putfield pcsl │ ; - com.google.re2j.Machine$Queue::add@15 (line 52) │ ; - com.google.re2j.Inst$MatchInst::add@19 (line 147) │ ; - com.google.re2j.Inst$Alt5Inst::add@77 (line 267) 0.33% 0.36% │ 0x00007eff1121fecc: vmovq %xmm4,%rcx 0.20% 0.18% │ 0x00007eff1121fed1: mov 0x3c(%rcx),%ebp ;*getfield inst4 │ ; - com.google.re2j.Inst$Alt5Inst::add@83 (line 268) 0.05% 0.01% │ 0x00007eff1121fed4: mov %r9,%rbx 0.04% 0.07% │ 0x00007eff1121fed7: add $0x18,%rbx 0.38% 0.45% │ 0x00007eff1121fedb: vmovq %xmm0,%rcx 0.18% 0.28% │ 0x00007eff1121fee0: shr $0x3,%rcx 0.03% 0.02% │ 0x00007eff1121fee4: mov %ecx,(%rbx) ;*aastore │ ; - com.google.re2j.Machine$Queue::addThread@16 (line 66) │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │ ; - com.google.re2j.Inst$Alt5Inst::add@77 (line 267) 0.04% 0.05% │ 0x00007eff1121fee6: mov %eax,%ecx 0.46% 0.34% │ 0x00007eff1121fee8: add $0x3,%ecx 0.20% 0.22% │ 0x00007eff1121feeb: mov %ecx,0xc(%rdx) ;*putfield size │ ; - com.google.re2j.Machine$Queue::addThread@12 (line 66) │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │ ; - com.google.re2j.Inst$Alt5Inst::add@77 (line 267) 0.03% 0.06% │ 0x00007eff1121feee: shr $0x9,%rbx 0.04% 0.06% │ 0x00007eff1121fef2: mov %r12b,(%rdi,%rbx,1) ;*aastore │ ; - com.google.re2j.Machine$Queue::addThread@16 (line 66) │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │ ; - com.google.re2j.Inst$Alt5Inst::add@77 (line 267) 0.45% 0.38% │ 0x00007eff1121fef6: mov 0x8(%r12,%rbp,8),%ecx ; implicit exception: dispatches to 0x00007eff1122067d 0.18% 0.20% │ 0x00007eff1121fefb: cmp $0xf8019909,%ecx ; {metadata(&apos;com/google/re2j/Inst$MatchInst&apos;)} │ 0x00007eff1121ff01: jne 0x00007eff1122012d 0.04% 0.02% │ 0x00007eff1121ff07: lea (%r12,%rbp,8),%rcx ;*invokevirtual add │ ; - com.google.re2j.Inst$Alt5Inst::add@97 (line 268) 0.04% 0.05% │ 0x00007eff1121ff0b: vmovq %rcx,%xmm0 0.46% 0.51% │ 0x00007eff1121ff10: mov 0x18(%rcx),%ecx ;*getfield pc │ ; - com.google.re2j.Inst$MatchInst::add@2 (line 144) │ ; - com.google.re2j.Inst$Alt5Inst::add@97 (line 268) 0.21% 0.23% │ 0x00007eff1121ff13: vmovd %ecx,%xmm1 0.04% 0.02% │ 0x00007eff1121ff17: cmp $0x40,%ecx │ 0x00007eff1121ff1a: jg 0x00007eff112204a1 ;*if_icmpgt │ ; - com.google.re2j.Machine$Queue::contains@3 (line 41) │ ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) │ ; - com.google.re2j.Inst$Alt5Inst::add@97 (line 268) 0.03% 0.04% │ 0x00007eff1121ff20: mov $0x1,%ebx 0.36% 0.52% │ 0x00007eff1121ff25: shl %cl,%rbx ;*lshl │ ; - com.google.re2j.Machine$Queue::contains@12 (line 42) │ ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) │ ; - com.google.re2j.Inst$Alt5Inst::add@97 (line 268) 0.35% 0.35% │ 0x00007eff1121ff28: mov %r8,%rcx 0.35% 0.14% │ 0x00007eff1121ff2b: and %rbx,%rcx ;*land │ ; - com.google.re2j.Machine$Queue::contains@13 (line 42) │ ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) │ ; - com.google.re2j.Inst$Alt5Inst::add@97 (line 268) 0.20% 0.11% │ 0x00007eff1121ff2e: test %rcx,%rcx │ 0x00007eff1121ff31: jne 0x00007eff112204dd ;*ifeq │ ; - com.google.re2j.Machine$Queue::contains@16 (line 42) │ ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) │ ; - com.google.re2j.Inst$Alt5Inst::add@97 (line 268) 0.02% 0.03% │ 0x00007eff1121ff37: vmovd %xmm1,%ecx 0.03% 0.05% │ 0x00007eff1121ff3b: cmp $0x40,%ecx │ 0x00007eff1121ff3e: jge 0x00007eff11220525 ;*if_icmpge │ ; - com.google.re2j.Machine$Queue::add@3 (line 51) │ ; - com.google.re2j.Inst$MatchInst::add@19 (line 147) │ ; - com.google.re2j.Inst$Alt5Inst::add@97 (line 268) 0.46% 0.46% │ 0x00007eff1121ff44: mov %r10d,0xc(%rdx) ;*putfield size │ ; - com.google.re2j.Machine$Queue::addThread@12 (line 66) │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │ ; - com.google.re2j.Inst$Alt5Inst::add@97 (line 268) 0.25% 0.26% │ 0x00007eff1121ff48: vmovq %xmm4,%r10 0.01% 0.03% │ 0x00007eff1121ff4d: mov 0x40(%r10),%ebp ;*getfield inst5 │ ; - com.google.re2j.Inst$Alt5Inst::add@103 (line 269) 0.04% 0.02% │ 0x00007eff1121ff51: mov %r9,%rcx 0.35% 0.43% │ 0x00007eff1121ff54: add $0x1c,%rcx ;*aastore │ ; - com.google.re2j.Machine$Queue::addThread@16 (line 66) │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │ ; - com.google.re2j.Inst$Alt5Inst::add@97 (line 268) 0.19% 0.26% │ 0x00007eff1121ff58: or %rbx,%r8 ;*lor ; - com.google.re2j.Machine$Queue::add@14 (line 52) │ ; - com.google.re2j.Inst$MatchInst::add@19 (line 147) │ ; - com.google.re2j.Inst$Alt5Inst::add@97 (line 268) 0.02% 0.03% │ 0x00007eff1121ff5b: mov %r8,0x10(%rdx) ;*putfield pcsl │ ; - com.google.re2j.Machine$Queue::add@15 (line 52) │ ; - com.google.re2j.Inst$MatchInst::add@19 (line 147) │ ; - com.google.re2j.Inst$Alt5Inst::add@97 (line 268) 0.05% 0.03% │ 0x00007eff1121ff5f: vmovq %xmm0,%r10 0.40% 0.44% │ 0x00007eff1121ff64: shr $0x3,%r10 0.22% 0.26% │ 0x00007eff1121ff68: mov %r10d,(%rcx) 0.02% 0.04% │ 0x00007eff1121ff6b: mov %rcx,%r10 0.04% 0.05% │ 0x00007eff1121ff6e: shr $0x9,%r10 0.47% 0.56% │ 0x00007eff1121ff72: mov %r12b,(%rdi,%r10,1) ;*aastore │ ; - com.google.re2j.Machine$Queue::addThread@16 (line 66) │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │ ; - com.google.re2j.Inst$Alt5Inst::add@97 (line 268) 0.18% 0.29% │ 0x00007eff1121ff76: mov 0x8(%r12,%rbp,8),%r10d ; implicit exception: dispatches to 0x00007eff112206a5 0.02% 0.05% │ 0x00007eff1121ff7b: cmp $0xf8019909,%r10d ; {metadata(&apos;com/google/re2j/Inst$MatchInst&apos;)} │ 0x00007eff1121ff82: jne 0x00007eff11220159 0.05% 0.04% │ 0x00007eff1121ff88: lea (%r12,%rbp,8),%r10 ;*invokevirtual add │ ; - com.google.re2j.Inst$Alt5Inst::add@117 (line 269) 0.46% 0.38% │ 0x00007eff1121ff8c: mov 0x18(%r10),%ecx ;*getfield pc │ ; - com.google.re2j.Inst$MatchInst::add@2 (line 144) │ ; - com.google.re2j.Inst$Alt5Inst::add@117 (line 269) 0.19% 0.20% │ 0x00007eff1121ff90: cmp $0x40,%ecx │ 0x00007eff1121ff93: jg 0x00007eff11220561 ;*if_icmpgt │ ; - com.google.re2j.Machine$Queue::contains@3 (line 41) │ ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) │ ; - com.google.re2j.Inst$Alt5Inst::add@117 (line 269) 0.06% 0.04% │ 0x00007eff1121ff99: shl %cl,%rsi ;*lshl │ ; - com.google.re2j.Machine$Queue::contains@12 (line 42) │ ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) │ ; - com.google.re2j.Inst$Alt5Inst::add@117 (line 269) 0.67% 0.67% │ 0x00007eff1121ff9c: mov %r8,%rbx 0.02% 0.04% │ 0x00007eff1121ff9f: and %rsi,%rbx ;*land │ ; - com.google.re2j.Machine$Queue::contains@13 (line 42) │ ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) │ ; - com.google.re2j.Inst$Alt5Inst::add@117 (line 269) 0.04% 0.05% │ 0x00007eff1121ffa2: test %rbx,%rbx │ 0x00007eff1121ffa5: jne 0x00007eff11220585 ;*ifeq │ ; - com.google.re2j.Machine$Queue::contains@16 (line 42) │ ; - com.google.re2j.Inst$MatchInst::add@5 (line 144) │ ; - com.google.re2j.Inst$Alt5Inst::add@117 (line 269) 0.48% 0.31% │ 0x00007eff1121ffab: cmp $0x40,%ecx │ 0x00007eff1121ffae: jge 0x00007eff112205b5 ;*if_icmpge │ ; - com.google.re2j.Machine$Queue::add@3 (line 51) │ ; - com.google.re2j.Inst$MatchInst::add@19 (line 147) │ ; - com.google.re2j.Inst$Alt5Inst::add@117 (line 269) 0.17% 0.27% │ 0x00007eff1121ffb4: or %rsi,%r8 0.01% 0.03% │ 0x00007eff1121ffb7: mov %r8,0x10(%rdx) ;*putfield pcsl │ ; - com.google.re2j.Machine$Queue::add@15 (line 52) │ ; - com.google.re2j.Inst$MatchInst::add@19 (line 147) │ ; - com.google.re2j.Inst$Alt5Inst::add@117 (line 269) 0.05% 0.10% │ 0x00007eff1121ffbb: add $0x20,%r9 0.43% 0.53% │ 0x00007eff1121ffbf: mov %r10,%r11 0.18% 0.25% │ 0x00007eff1121ffc2: shr $0x3,%r11 0.04% 0.01% │ 0x00007eff1121ffc6: mov %r11d,(%r9) ;*aastore │ ; - com.google.re2j.Machine$Queue::addThread@16 (line 66) │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │ ; - com.google.re2j.Inst$Alt5Inst::add@117 (line 269) 0.04% 0.07% │ 0x00007eff1121ffc9: mov %r9,%r10 0.42% 0.42% │ 0x00007eff1121ffcc: add $0x5,%eax 0.26% 0.14% │ 0x00007eff1121ffcf: mov %eax,0xc(%rdx) ;*putfield size │ ; - com.google.re2j.Machine$Queue::addThread@12 (line 66) │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │ ; - com.google.re2j.Inst$Alt5Inst::add@117 (line 269) 0.02% 0.01% │ 0x00007eff1121ffd2: shr $0x9,%r10 0.06% 0.02% │ 0x00007eff1121ffd6: mov %r12b,(%rdi,%r10,1) ;*aastore │ ; - com.google.re2j.Machine$Queue::addThread@16 (line 66) │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │ ; - com.google.re2j.Inst$Alt5Inst::add@117 (line 269) 0.39% 0.26% │ 0x00007eff1121ffda: xor %eax,%eax 0.23% 0.31% │ 0x00007eff1121ffdc: add $0x70,%rsp 0.05% 0.03% │ 0x00007eff1121ffe0: pop %rbp 0.05% 0.07% │ 0x00007eff1121ffe1: test %eax,0x1711d019(%rip) # 0x00007eff2833d000 │ ; {poll_return} 0.40% 0.72% │ 0x00007eff1121ffe7: retq ;*aastore │ ; - com.google.re2j.Machine$Queue::addThread@16 (line 66) │ ; - com.google.re2j.Inst$MatchInst::add@72 (line 158) │ ; - com.google.re2j.Inst$Alt5Inst::add@37 (line 265) ↘ 0x00007eff1121ffe8: mov $0xffffffe4,%esi 0x00007eff1121ffed: vmovq %xmm4,%rbp 0x00007eff1121fff2: mov %rdx,(%rsp) 0x00007eff1121fff6: mov %r14d,0x88(%rsp) 0x00007eff1121fffe: vmovsd %xmm5,0x8(%rsp) 0x00007eff11220004: mov %r9d,0x10(%rsp) .................................................................................................... 34.65% 35.28% <total for region 2> ....[Hottest Regions]............................................................................... 59.93% 61.05% C2, level 4 com.google.re2j.Machine::match, version 546 (1497 bytes) 34.65% 35.28% C2, level 4 com.google.re2j.Inst$Alt5Inst::add, version 508 (839 bytes) 1.16% 1.13% [kernel.kallsyms] [unknown] (0 bytes) 0.28% 0.08% C2, level 4 com.google.re2j.RE2::match, version 553 (49 bytes) 0.15% 0.01% [kernel.kallsyms] [unknown] (45 bytes) 0.15% 0.06% C2, level 4 java.util.Collections::shuffle, version 560 (104 bytes) 0.13% 0.01% C2, level 4 java.util.Collections::shuffle, version 560 (185 bytes) 0.11% 0.06% C2, level 4 com.google.re2j.RE2::match, version 553 (0 bytes) 0.10% 0.03% [kernel.kallsyms] [unknown] (66 bytes) 0.10% 0.11% C2, level 4 com.google.re2j.RE2::match, version 553 (33 bytes) 0.10% 0.07% C2, level 4 com.google.re2j.RE2::match, version 553 (0 bytes) 0.10% 0.01% C2, level 4 com.google.re2j.Machine::match, version 546 (120 bytes) 0.08% 0.07% C2, level 4 com.google.re2j.RE2::match, version 553 (0 bytes) 0.07% 0.04% C2, level 4 com.google.re2j.RE2::match, version 553 (111 bytes) 0.06% 0.01% [kernel.kallsyms] [unknown] (0 bytes) 0.06% 0.01% [vdso] [unknown] (5 bytes) 0.05% C2, level 4 com.google.re2j.RE2::match, version 553 (18 bytes) 0.05% 0.02% [kernel.kallsyms] [unknown] (39 bytes) 0.05% C2, level 4 com.google.re2j.RE2::match, version 553 (45 bytes) 0.04% 0.06% C2, level 4 com.google.re2j.Machine::match, version 546 (102 bytes) 2.57% 1.86% <...other 476 warm regions...> .................................................................................................... 100.00% 100.00% <totals> ....[Hottest Methods (after inlining)].............................................................. 60.11% 61.14% C2, level 4 com.google.re2j.Machine::match, version 546 34.65% 35.28% C2, level 4 com.google.re2j.Inst$Alt5Inst::add, version 508 2.79% 1.93% [kernel.kallsyms] [unknown] 1.02% 0.46% C2, level 4 com.google.re2j.RE2::match, version 553 0.30% 0.08% C2, level 4 java.util.Collections::shuffle, version 560 0.11% 0.02% C2, level 4 com.github.arnaudroger.re2j.generated.Re2jFindRegex_testExp2_jmhTest::testExp2_thrpt_jmhStub, version 596 0.10% 0.01% [vdso] [unknown] 0.06% 0.04% hsdis-amd64.so [unknown] 0.05% 0.05% libjvm.so _ZN18PSPromotionManager22copy_to_survivor_spaceILb0EEEP7oopDescS2_ 0.04% 0.04% libjvm.so _ZN19GenericTaskQueueSetI17OverflowTaskQueueI8StarTaskL10MemoryType1ELj131072EELS2_1EE15steal_best_of_2EjPiRS1_ 0.04% 0.01% libc-2.26.so __clock_gettime 0.04% 0.07% libjvm.so _ZN13RelocIterator10initializeEP7nmethodPhS2_ 0.03% 0.00% libpthread-2.26.so __libc_write 0.03% 0.02% libjvm.so _ZN18PSPromotionManager18drain_stacks_depthEb 0.02% libjvm.so _ZN2os13javaTimeNanosEv 0.02% 0.04% libc-2.26.so __strlen_avx2 0.02% 0.04% libc-2.26.so _IO_fwrite 0.02% 0.04% libjvm.so _ZN13InstanceKlass17oop_push_contentsEP18PSPromotionManagerP7oopDesc 0.02% 0.08% libc-2.26.so vfprintf 0.01% 0.01% libjvm.so _ZN9StealTask5do_itEP13GCTaskManagerj 0.52% 0.40% <...other 80 warm methods...> .................................................................................................... 100.00% 99.77% <totals> ....[Distribution by Source]........................................................................ 96.20% 96.98% C2, level 4 2.79% 1.93% [kernel.kallsyms] 0.56% 0.64% libjvm.so 0.17% 0.35% libc-2.26.so 0.10% 0.01% [vdso] 0.07% 0.04% libpthread-2.26.so 0.07% 0.05% hsdis-amd64.so 0.03% interpreter 0.00% runtime stub 0.00% C1, level 3 .................................................................................................... 100.00% 100.00% <totals> # Run complete. Total time: 00:00:45 Benchmark Mode Cnt Score Error Units Re2jFindRegex.testExp2 thrpt 20 20027.184 ± 500.785 ops/s Re2jFindRegex.testExp2:·asm thrpt NaN ---
linux64/lesson11.asm
mashingan/notes-asmtutor
1
240266
format ELF64 executable 3 entry start include 'procs.inc' segment readable executable start: mov rdx, 0 @@: inc rdx mov rax, rdx call iprintLF cmp rdx, 10 jne @b call quitProgram
Kernel/asm/TimeDriver.asm
fgomez98/TP2SO
0
23385
<gh_stars>0 GLOBAL getHour GLOBAL getMin GLOBAL getSec section .text getTime: out 70h, al in al, 71h ret getHour: push rbp mov rbp, rsp call configStatusRegisterB mov rax, 0h mov al, 4h call getTime mov rsp, rbp pop rbp ret getMin: push rbp mov rbp, rsp call configStatusRegisterB mov rax, 0h mov al, 2h call getTime mov rsp, rbp pop rbp ret getSec: push rbp mov rbp, rsp call configStatusRegisterB mov rax, 0h call getTime mov rsp, rbp pop rbp ret configStatusRegisterB: push rbp mov rbp, rsp mov al,0x0B ; RTC Status Register B out 70h,al in al, 71h or al, 0x04 ; Second bit = 1 out 71h, al mov rsp, rbp pop rbp ret
programs/oeis/299/A299766.asm
neoneye/loda
22
25238
<reponame>neoneye/loda ; A299766: Greatest odd noncomposite divisor of n. ; 1,1,3,1,5,3,7,1,3,5,11,3,13,7,5,1,17,3,19,5,7,11,23,3,5,13,3,7,29,5,31,1,11,17,7,3,37,19,13,5,41,7,43,11,5,23,47,3,7,5,17,13,53,3,11,7,19,29,59,5,61,31,7,1,13,11,67,17,23,7,71,3,73,37,5,19,11,13,79,5,3,41,83,7,17,43 add $0,1 lpb $0 dif $0,2 lpe sub $0,1 seq $0,6530 ; Gpf(n): greatest prime dividing n, for n >= 2; a(1)=1.
src/curve25519_other_mult.ads
joffreyhuguet/curve25519-spark2014
4
24692
with Big_Integers; use Big_Integers; with Types; use Types; with Conversion; use Conversion; package Curve25519_Other_Mult with SPARK_Mode is function Multiply_1 (X, Y : Integer_255) return Product_Integer with Pre => All_In_Range (X, Y, Min_Multiply, Max_Multiply), Post => (+Multiply_1'Result) = (+X) * (+Y); function Multiply_2 (X, Y : Integer_255) return Product_Integer with Pre => All_In_Range (X, Y, Min_Multiply, Max_Multiply), Post => (+Multiply_2'Result) = (+X) * (+Y); end Curve25519_Other_Mult;
Cubical/Data/Universe/Properties.agda
limemloh/cubical
0
9331
<reponame>limemloh/cubical<gh_stars>0 {-# OPTIONS --cubical --safe #-} module Cubical.Data.Universe.Properties where open import Cubical.Core.Everything open import Cubical.Foundations.Prelude open import Cubical.Foundations.Equiv open import Cubical.Foundations.HLevels open import Cubical.Foundations.Univalence isInjectiveTransport : ∀ {ℓ : Level} {A B : Type ℓ} {p q : A ≡ B} → transport p ≡ transport q → p ≡ q isInjectiveTransport {p = p} {q} α i = hcomp (λ j → λ { (i = i0) → secEq univalence p j ; (i = i1) → secEq univalence q j }) (invEq univalence ((λ a → α i a) , t i)) where t : PathP (λ i → isEquiv (λ a → α i a)) (pathToEquiv p .snd) (pathToEquiv q .snd) t = isProp→isContrPathP (λ i → isPropIsEquiv (λ a → α i a)) _ _ .fst
worker/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/bn/rsaz-x86_64.asm
SteveMcFarlin/mediasoup
1,666
11460
<reponame>SteveMcFarlin/mediasoup default rel %define XMMWORD %define YMMWORD %define ZMMWORD section .text code align=64 EXTERN OPENSSL_ia32cap_P global rsaz_512_sqr ALIGN 32 rsaz_512_sqr: mov QWORD[8+rsp],rdi ;WIN64 prologue mov QWORD[16+rsp],rsi mov rax,rsp $L$SEH_begin_rsaz_512_sqr: mov rdi,rcx mov rsi,rdx mov rdx,r8 mov rcx,r9 mov r8,QWORD[40+rsp] push rbx push rbp push r12 push r13 push r14 push r15 sub rsp,128+24 $L$sqr_body: DB 102,72,15,110,202 mov rdx,QWORD[rsi] mov rax,QWORD[8+rsi] mov QWORD[128+rsp],rcx mov r11d,0x80100 and r11d,DWORD[((OPENSSL_ia32cap_P+8))] cmp r11d,0x80100 je NEAR $L$oop_sqrx jmp NEAR $L$oop_sqr ALIGN 32 $L$oop_sqr: mov DWORD[((128+8))+rsp],r8d mov rbx,rdx mov rbp,rax mul rdx mov r8,rax mov rax,QWORD[16+rsi] mov r9,rdx mul rbx add r9,rax mov rax,QWORD[24+rsi] mov r10,rdx adc r10,0 mul rbx add r10,rax mov rax,QWORD[32+rsi] mov r11,rdx adc r11,0 mul rbx add r11,rax mov rax,QWORD[40+rsi] mov r12,rdx adc r12,0 mul rbx add r12,rax mov rax,QWORD[48+rsi] mov r13,rdx adc r13,0 mul rbx add r13,rax mov rax,QWORD[56+rsi] mov r14,rdx adc r14,0 mul rbx add r14,rax mov rax,rbx adc rdx,0 xor rcx,rcx add r8,r8 mov r15,rdx adc rcx,0 mul rax add rdx,r8 adc rcx,0 mov QWORD[rsp],rax mov QWORD[8+rsp],rdx mov rax,QWORD[16+rsi] mul rbp add r10,rax mov rax,QWORD[24+rsi] mov rbx,rdx adc rbx,0 mul rbp add r11,rax mov rax,QWORD[32+rsi] adc rdx,0 add r11,rbx mov rbx,rdx adc rbx,0 mul rbp add r12,rax mov rax,QWORD[40+rsi] adc rdx,0 add r12,rbx mov rbx,rdx adc rbx,0 mul rbp add r13,rax mov rax,QWORD[48+rsi] adc rdx,0 add r13,rbx mov rbx,rdx adc rbx,0 mul rbp add r14,rax mov rax,QWORD[56+rsi] adc rdx,0 add r14,rbx mov rbx,rdx adc rbx,0 mul rbp add r15,rax mov rax,rbp adc rdx,0 add r15,rbx adc rdx,0 xor rbx,rbx add r9,r9 mov r8,rdx adc r10,r10 adc rbx,0 mul rax add rax,rcx mov rbp,QWORD[16+rsi] add r9,rax mov rax,QWORD[24+rsi] adc r10,rdx adc rbx,0 mov QWORD[16+rsp],r9 mov QWORD[24+rsp],r10 mul rbp add r12,rax mov rax,QWORD[32+rsi] mov rcx,rdx adc rcx,0 mul rbp add r13,rax mov rax,QWORD[40+rsi] adc rdx,0 add r13,rcx mov rcx,rdx adc rcx,0 mul rbp add r14,rax mov rax,QWORD[48+rsi] adc rdx,0 add r14,rcx mov rcx,rdx adc rcx,0 mul rbp add r15,rax mov rax,QWORD[56+rsi] adc rdx,0 add r15,rcx mov rcx,rdx adc rcx,0 mul rbp add r8,rax mov rax,rbp adc rdx,0 add r8,rcx adc rdx,0 xor rcx,rcx add r11,r11 mov r9,rdx adc r12,r12 adc rcx,0 mul rax add rax,rbx mov r10,QWORD[24+rsi] add r11,rax mov rax,QWORD[32+rsi] adc r12,rdx adc rcx,0 mov QWORD[32+rsp],r11 mov QWORD[40+rsp],r12 mov r11,rax mul r10 add r14,rax mov rax,QWORD[40+rsi] mov rbx,rdx adc rbx,0 mov r12,rax mul r10 add r15,rax mov rax,QWORD[48+rsi] adc rdx,0 add r15,rbx mov rbx,rdx adc rbx,0 mov rbp,rax mul r10 add r8,rax mov rax,QWORD[56+rsi] adc rdx,0 add r8,rbx mov rbx,rdx adc rbx,0 mul r10 add r9,rax mov rax,r10 adc rdx,0 add r9,rbx adc rdx,0 xor rbx,rbx add r13,r13 mov r10,rdx adc r14,r14 adc rbx,0 mul rax add rax,rcx add r13,rax mov rax,r12 adc r14,rdx adc rbx,0 mov QWORD[48+rsp],r13 mov QWORD[56+rsp],r14 mul r11 add r8,rax mov rax,rbp mov rcx,rdx adc rcx,0 mul r11 add r9,rax mov rax,QWORD[56+rsi] adc rdx,0 add r9,rcx mov rcx,rdx adc rcx,0 mov r14,rax mul r11 add r10,rax mov rax,r11 adc rdx,0 add r10,rcx adc rdx,0 xor rcx,rcx add r15,r15 mov r11,rdx adc r8,r8 adc rcx,0 mul rax add rax,rbx add r15,rax mov rax,rbp adc r8,rdx adc rcx,0 mov QWORD[64+rsp],r15 mov QWORD[72+rsp],r8 mul r12 add r10,rax mov rax,r14 mov rbx,rdx adc rbx,0 mul r12 add r11,rax mov rax,r12 adc rdx,0 add r11,rbx adc rdx,0 xor rbx,rbx add r9,r9 mov r12,rdx adc r10,r10 adc rbx,0 mul rax add rax,rcx add r9,rax mov rax,r14 adc r10,rdx adc rbx,0 mov QWORD[80+rsp],r9 mov QWORD[88+rsp],r10 mul rbp add r12,rax mov rax,rbp adc rdx,0 xor rcx,rcx add r11,r11 mov r13,rdx adc r12,r12 adc rcx,0 mul rax add rax,rbx add r11,rax mov rax,r14 adc r12,rdx adc rcx,0 mov QWORD[96+rsp],r11 mov QWORD[104+rsp],r12 xor rbx,rbx add r13,r13 adc rbx,0 mul rax add rax,rcx add rax,r13 adc rdx,rbx mov r8,QWORD[rsp] mov r9,QWORD[8+rsp] mov r10,QWORD[16+rsp] mov r11,QWORD[24+rsp] mov r12,QWORD[32+rsp] mov r13,QWORD[40+rsp] mov r14,QWORD[48+rsp] mov r15,QWORD[56+rsp] DB 102,72,15,126,205 mov QWORD[112+rsp],rax mov QWORD[120+rsp],rdx call __rsaz_512_reduce add r8,QWORD[64+rsp] adc r9,QWORD[72+rsp] adc r10,QWORD[80+rsp] adc r11,QWORD[88+rsp] adc r12,QWORD[96+rsp] adc r13,QWORD[104+rsp] adc r14,QWORD[112+rsp] adc r15,QWORD[120+rsp] sbb rcx,rcx call __rsaz_512_subtract mov rdx,r8 mov rax,r9 mov r8d,DWORD[((128+8))+rsp] mov rsi,rdi dec r8d jnz NEAR $L$oop_sqr jmp NEAR $L$sqr_tail ALIGN 32 $L$oop_sqrx: mov DWORD[((128+8))+rsp],r8d DB 102,72,15,110,199 mulx r9,r8,rax mov rbx,rax mulx r10,rcx,QWORD[16+rsi] xor rbp,rbp mulx r11,rax,QWORD[24+rsi] adcx r9,rcx DB 0xc4,0x62,0xf3,0xf6,0xa6,0x20,0x00,0x00,0x00 adcx r10,rax DB 0xc4,0x62,0xfb,0xf6,0xae,0x28,0x00,0x00,0x00 adcx r11,rcx mulx r14,rcx,QWORD[48+rsi] adcx r12,rax adcx r13,rcx mulx r15,rax,QWORD[56+rsi] adcx r14,rax adcx r15,rbp mulx rdi,rax,rdx mov rdx,rbx xor rcx,rcx adox r8,r8 adcx r8,rdi adox rcx,rbp adcx rcx,rbp mov QWORD[rsp],rax mov QWORD[8+rsp],r8 DB 0xc4,0xe2,0xfb,0xf6,0x9e,0x10,0x00,0x00,0x00 adox r10,rax adcx r11,rbx mulx r8,rdi,QWORD[24+rsi] adox r11,rdi DB 0x66 adcx r12,r8 mulx rbx,rax,QWORD[32+rsi] adox r12,rax adcx r13,rbx mulx r8,rdi,QWORD[40+rsi] adox r13,rdi adcx r14,r8 DB 0xc4,0xe2,0xfb,0xf6,0x9e,0x30,0x00,0x00,0x00 adox r14,rax adcx r15,rbx DB 0xc4,0x62,0xc3,0xf6,0x86,0x38,0x00,0x00,0x00 adox r15,rdi adcx r8,rbp mulx rdi,rax,rdx adox r8,rbp DB 0x48,0x8b,0x96,0x10,0x00,0x00,0x00 xor rbx,rbx adox r9,r9 adcx rax,rcx adox r10,r10 adcx r9,rax adox rbx,rbp adcx r10,rdi adcx rbx,rbp mov QWORD[16+rsp],r9 DB 0x4c,0x89,0x94,0x24,0x18,0x00,0x00,0x00 mulx r9,rdi,QWORD[24+rsi] adox r12,rdi adcx r13,r9 mulx rcx,rax,QWORD[32+rsi] adox r13,rax adcx r14,rcx DB 0xc4,0x62,0xc3,0xf6,0x8e,0x28,0x00,0x00,0x00 adox r14,rdi adcx r15,r9 DB 0xc4,0xe2,0xfb,0xf6,0x8e,0x30,0x00,0x00,0x00 adox r15,rax adcx r8,rcx mulx r9,rdi,QWORD[56+rsi] adox r8,rdi adcx r9,rbp mulx rdi,rax,rdx adox r9,rbp mov rdx,QWORD[24+rsi] xor rcx,rcx adox r11,r11 adcx rax,rbx adox r12,r12 adcx r11,rax adox rcx,rbp adcx r12,rdi adcx rcx,rbp mov QWORD[32+rsp],r11 mov QWORD[40+rsp],r12 mulx rbx,rax,QWORD[32+rsi] adox r14,rax adcx r15,rbx mulx r10,rdi,QWORD[40+rsi] adox r15,rdi adcx r8,r10 mulx rbx,rax,QWORD[48+rsi] adox r8,rax adcx r9,rbx mulx r10,rdi,QWORD[56+rsi] adox r9,rdi adcx r10,rbp mulx rdi,rax,rdx adox r10,rbp mov rdx,QWORD[32+rsi] xor rbx,rbx adox r13,r13 adcx rax,rcx adox r14,r14 adcx r13,rax adox rbx,rbp adcx r14,rdi adcx rbx,rbp mov QWORD[48+rsp],r13 mov QWORD[56+rsp],r14 mulx r11,rdi,QWORD[40+rsi] adox r8,rdi adcx r9,r11 mulx rcx,rax,QWORD[48+rsi] adox r9,rax adcx r10,rcx mulx r11,rdi,QWORD[56+rsi] adox r10,rdi adcx r11,rbp mulx rdi,rax,rdx mov rdx,QWORD[40+rsi] adox r11,rbp xor rcx,rcx adox r15,r15 adcx rax,rbx adox r8,r8 adcx r15,rax adox rcx,rbp adcx r8,rdi adcx rcx,rbp mov QWORD[64+rsp],r15 mov QWORD[72+rsp],r8 DB 0xc4,0xe2,0xfb,0xf6,0x9e,0x30,0x00,0x00,0x00 adox r10,rax adcx r11,rbx DB 0xc4,0x62,0xc3,0xf6,0xa6,0x38,0x00,0x00,0x00 adox r11,rdi adcx r12,rbp mulx rdi,rax,rdx adox r12,rbp mov rdx,QWORD[48+rsi] xor rbx,rbx adox r9,r9 adcx rax,rcx adox r10,r10 adcx r9,rax adcx r10,rdi adox rbx,rbp adcx rbx,rbp mov QWORD[80+rsp],r9 mov QWORD[88+rsp],r10 DB 0xc4,0x62,0xfb,0xf6,0xae,0x38,0x00,0x00,0x00 adox r12,rax adox r13,rbp mulx rdi,rax,rdx xor rcx,rcx mov rdx,QWORD[56+rsi] adox r11,r11 adcx rax,rbx adox r12,r12 adcx r11,rax adox rcx,rbp adcx r12,rdi adcx rcx,rbp DB 0x4c,0x89,0x9c,0x24,0x60,0x00,0x00,0x00 DB 0x4c,0x89,0xa4,0x24,0x68,0x00,0x00,0x00 mulx rdx,rax,rdx xor rbx,rbx adox r13,r13 adcx rax,rcx adox rbx,rbp adcx rax,r13 adcx rbx,rdx DB 102,72,15,126,199 DB 102,72,15,126,205 mov rdx,QWORD[128+rsp] mov r8,QWORD[rsp] mov r9,QWORD[8+rsp] mov r10,QWORD[16+rsp] mov r11,QWORD[24+rsp] mov r12,QWORD[32+rsp] mov r13,QWORD[40+rsp] mov r14,QWORD[48+rsp] mov r15,QWORD[56+rsp] mov QWORD[112+rsp],rax mov QWORD[120+rsp],rbx call __rsaz_512_reducex add r8,QWORD[64+rsp] adc r9,QWORD[72+rsp] adc r10,QWORD[80+rsp] adc r11,QWORD[88+rsp] adc r12,QWORD[96+rsp] adc r13,QWORD[104+rsp] adc r14,QWORD[112+rsp] adc r15,QWORD[120+rsp] sbb rcx,rcx call __rsaz_512_subtract mov rdx,r8 mov rax,r9 mov r8d,DWORD[((128+8))+rsp] mov rsi,rdi dec r8d jnz NEAR $L$oop_sqrx $L$sqr_tail: lea rax,[((128+24+48))+rsp] mov r15,QWORD[((-48))+rax] mov r14,QWORD[((-40))+rax] mov r13,QWORD[((-32))+rax] mov r12,QWORD[((-24))+rax] mov rbp,QWORD[((-16))+rax] mov rbx,QWORD[((-8))+rax] lea rsp,[rax] $L$sqr_epilogue: mov rdi,QWORD[8+rsp] ;WIN64 epilogue mov rsi,QWORD[16+rsp] DB 0F3h,0C3h ;repret $L$SEH_end_rsaz_512_sqr: global rsaz_512_mul ALIGN 32 rsaz_512_mul: mov QWORD[8+rsp],rdi ;WIN64 prologue mov QWORD[16+rsp],rsi mov rax,rsp $L$SEH_begin_rsaz_512_mul: mov rdi,rcx mov rsi,rdx mov rdx,r8 mov rcx,r9 mov r8,QWORD[40+rsp] push rbx push rbp push r12 push r13 push r14 push r15 sub rsp,128+24 $L$mul_body: DB 102,72,15,110,199 DB 102,72,15,110,201 mov QWORD[128+rsp],r8 mov r11d,0x80100 and r11d,DWORD[((OPENSSL_ia32cap_P+8))] cmp r11d,0x80100 je NEAR $L$mulx mov rbx,QWORD[rdx] mov rbp,rdx call __rsaz_512_mul DB 102,72,15,126,199 DB 102,72,15,126,205 mov r8,QWORD[rsp] mov r9,QWORD[8+rsp] mov r10,QWORD[16+rsp] mov r11,QWORD[24+rsp] mov r12,QWORD[32+rsp] mov r13,QWORD[40+rsp] mov r14,QWORD[48+rsp] mov r15,QWORD[56+rsp] call __rsaz_512_reduce jmp NEAR $L$mul_tail ALIGN 32 $L$mulx: mov rbp,rdx mov rdx,QWORD[rdx] call __rsaz_512_mulx DB 102,72,15,126,199 DB 102,72,15,126,205 mov rdx,QWORD[128+rsp] mov r8,QWORD[rsp] mov r9,QWORD[8+rsp] mov r10,QWORD[16+rsp] mov r11,QWORD[24+rsp] mov r12,QWORD[32+rsp] mov r13,QWORD[40+rsp] mov r14,QWORD[48+rsp] mov r15,QWORD[56+rsp] call __rsaz_512_reducex $L$mul_tail: add r8,QWORD[64+rsp] adc r9,QWORD[72+rsp] adc r10,QWORD[80+rsp] adc r11,QWORD[88+rsp] adc r12,QWORD[96+rsp] adc r13,QWORD[104+rsp] adc r14,QWORD[112+rsp] adc r15,QWORD[120+rsp] sbb rcx,rcx call __rsaz_512_subtract lea rax,[((128+24+48))+rsp] mov r15,QWORD[((-48))+rax] mov r14,QWORD[((-40))+rax] mov r13,QWORD[((-32))+rax] mov r12,QWORD[((-24))+rax] mov rbp,QWORD[((-16))+rax] mov rbx,QWORD[((-8))+rax] lea rsp,[rax] $L$mul_epilogue: mov rdi,QWORD[8+rsp] ;WIN64 epilogue mov rsi,QWORD[16+rsp] DB 0F3h,0C3h ;repret $L$SEH_end_rsaz_512_mul: global rsaz_512_mul_gather4 ALIGN 32 rsaz_512_mul_gather4: mov QWORD[8+rsp],rdi ;WIN64 prologue mov QWORD[16+rsp],rsi mov rax,rsp $L$SEH_begin_rsaz_512_mul_gather4: mov rdi,rcx mov rsi,rdx mov rdx,r8 mov rcx,r9 mov r8,QWORD[40+rsp] mov r9,QWORD[48+rsp] push rbx push rbp push r12 push r13 push r14 push r15 sub rsp,328 movaps XMMWORD[160+rsp],xmm6 movaps XMMWORD[176+rsp],xmm7 movaps XMMWORD[192+rsp],xmm8 movaps XMMWORD[208+rsp],xmm9 movaps XMMWORD[224+rsp],xmm10 movaps XMMWORD[240+rsp],xmm11 movaps XMMWORD[256+rsp],xmm12 movaps XMMWORD[272+rsp],xmm13 movaps XMMWORD[288+rsp],xmm14 movaps XMMWORD[304+rsp],xmm15 $L$mul_gather4_body: movd xmm8,r9d movdqa xmm1,XMMWORD[(($L$inc+16))] movdqa xmm0,XMMWORD[$L$inc] pshufd xmm8,xmm8,0 movdqa xmm7,xmm1 movdqa xmm2,xmm1 paddd xmm1,xmm0 pcmpeqd xmm0,xmm8 movdqa xmm3,xmm7 paddd xmm2,xmm1 pcmpeqd xmm1,xmm8 movdqa xmm4,xmm7 paddd xmm3,xmm2 pcmpeqd xmm2,xmm8 movdqa xmm5,xmm7 paddd xmm4,xmm3 pcmpeqd xmm3,xmm8 movdqa xmm6,xmm7 paddd xmm5,xmm4 pcmpeqd xmm4,xmm8 paddd xmm6,xmm5 pcmpeqd xmm5,xmm8 paddd xmm7,xmm6 pcmpeqd xmm6,xmm8 pcmpeqd xmm7,xmm8 movdqa xmm8,XMMWORD[rdx] movdqa xmm9,XMMWORD[16+rdx] movdqa xmm10,XMMWORD[32+rdx] movdqa xmm11,XMMWORD[48+rdx] pand xmm8,xmm0 movdqa xmm12,XMMWORD[64+rdx] pand xmm9,xmm1 movdqa xmm13,XMMWORD[80+rdx] pand xmm10,xmm2 movdqa xmm14,XMMWORD[96+rdx] pand xmm11,xmm3 movdqa xmm15,XMMWORD[112+rdx] lea rbp,[128+rdx] pand xmm12,xmm4 pand xmm13,xmm5 pand xmm14,xmm6 pand xmm15,xmm7 por xmm8,xmm10 por xmm9,xmm11 por xmm8,xmm12 por xmm9,xmm13 por xmm8,xmm14 por xmm9,xmm15 por xmm8,xmm9 pshufd xmm9,xmm8,0x4e por xmm8,xmm9 mov r11d,0x80100 and r11d,DWORD[((OPENSSL_ia32cap_P+8))] cmp r11d,0x80100 je NEAR $L$mulx_gather DB 102,76,15,126,195 mov QWORD[128+rsp],r8 mov QWORD[((128+8))+rsp],rdi mov QWORD[((128+16))+rsp],rcx mov rax,QWORD[rsi] mov rcx,QWORD[8+rsi] mul rbx mov QWORD[rsp],rax mov rax,rcx mov r8,rdx mul rbx add r8,rax mov rax,QWORD[16+rsi] mov r9,rdx adc r9,0 mul rbx add r9,rax mov rax,QWORD[24+rsi] mov r10,rdx adc r10,0 mul rbx add r10,rax mov rax,QWORD[32+rsi] mov r11,rdx adc r11,0 mul rbx add r11,rax mov rax,QWORD[40+rsi] mov r12,rdx adc r12,0 mul rbx add r12,rax mov rax,QWORD[48+rsi] mov r13,rdx adc r13,0 mul rbx add r13,rax mov rax,QWORD[56+rsi] mov r14,rdx adc r14,0 mul rbx add r14,rax mov rax,QWORD[rsi] mov r15,rdx adc r15,0 lea rdi,[8+rsp] mov ecx,7 jmp NEAR $L$oop_mul_gather ALIGN 32 $L$oop_mul_gather: movdqa xmm8,XMMWORD[rbp] movdqa xmm9,XMMWORD[16+rbp] movdqa xmm10,XMMWORD[32+rbp] movdqa xmm11,XMMWORD[48+rbp] pand xmm8,xmm0 movdqa xmm12,XMMWORD[64+rbp] pand xmm9,xmm1 movdqa xmm13,XMMWORD[80+rbp] pand xmm10,xmm2 movdqa xmm14,XMMWORD[96+rbp] pand xmm11,xmm3 movdqa xmm15,XMMWORD[112+rbp] lea rbp,[128+rbp] pand xmm12,xmm4 pand xmm13,xmm5 pand xmm14,xmm6 pand xmm15,xmm7 por xmm8,xmm10 por xmm9,xmm11 por xmm8,xmm12 por xmm9,xmm13 por xmm8,xmm14 por xmm9,xmm15 por xmm8,xmm9 pshufd xmm9,xmm8,0x4e por xmm8,xmm9 DB 102,76,15,126,195 mul rbx add r8,rax mov rax,QWORD[8+rsi] mov QWORD[rdi],r8 mov r8,rdx adc r8,0 mul rbx add r9,rax mov rax,QWORD[16+rsi] adc rdx,0 add r8,r9 mov r9,rdx adc r9,0 mul rbx add r10,rax mov rax,QWORD[24+rsi] adc rdx,0 add r9,r10 mov r10,rdx adc r10,0 mul rbx add r11,rax mov rax,QWORD[32+rsi] adc rdx,0 add r10,r11 mov r11,rdx adc r11,0 mul rbx add r12,rax mov rax,QWORD[40+rsi] adc rdx,0 add r11,r12 mov r12,rdx adc r12,0 mul rbx add r13,rax mov rax,QWORD[48+rsi] adc rdx,0 add r12,r13 mov r13,rdx adc r13,0 mul rbx add r14,rax mov rax,QWORD[56+rsi] adc rdx,0 add r13,r14 mov r14,rdx adc r14,0 mul rbx add r15,rax mov rax,QWORD[rsi] adc rdx,0 add r14,r15 mov r15,rdx adc r15,0 lea rdi,[8+rdi] dec ecx jnz NEAR $L$oop_mul_gather mov QWORD[rdi],r8 mov QWORD[8+rdi],r9 mov QWORD[16+rdi],r10 mov QWORD[24+rdi],r11 mov QWORD[32+rdi],r12 mov QWORD[40+rdi],r13 mov QWORD[48+rdi],r14 mov QWORD[56+rdi],r15 mov rdi,QWORD[((128+8))+rsp] mov rbp,QWORD[((128+16))+rsp] mov r8,QWORD[rsp] mov r9,QWORD[8+rsp] mov r10,QWORD[16+rsp] mov r11,QWORD[24+rsp] mov r12,QWORD[32+rsp] mov r13,QWORD[40+rsp] mov r14,QWORD[48+rsp] mov r15,QWORD[56+rsp] call __rsaz_512_reduce jmp NEAR $L$mul_gather_tail ALIGN 32 $L$mulx_gather: DB 102,76,15,126,194 mov QWORD[128+rsp],r8 mov QWORD[((128+8))+rsp],rdi mov QWORD[((128+16))+rsp],rcx mulx r8,rbx,QWORD[rsi] mov QWORD[rsp],rbx xor edi,edi mulx r9,rax,QWORD[8+rsi] mulx r10,rbx,QWORD[16+rsi] adcx r8,rax mulx r11,rax,QWORD[24+rsi] adcx r9,rbx mulx r12,rbx,QWORD[32+rsi] adcx r10,rax mulx r13,rax,QWORD[40+rsi] adcx r11,rbx mulx r14,rbx,QWORD[48+rsi] adcx r12,rax mulx r15,rax,QWORD[56+rsi] adcx r13,rbx adcx r14,rax DB 0x67 mov rbx,r8 adcx r15,rdi mov rcx,-7 jmp NEAR $L$oop_mulx_gather ALIGN 32 $L$oop_mulx_gather: movdqa xmm8,XMMWORD[rbp] movdqa xmm9,XMMWORD[16+rbp] movdqa xmm10,XMMWORD[32+rbp] movdqa xmm11,XMMWORD[48+rbp] pand xmm8,xmm0 movdqa xmm12,XMMWORD[64+rbp] pand xmm9,xmm1 movdqa xmm13,XMMWORD[80+rbp] pand xmm10,xmm2 movdqa xmm14,XMMWORD[96+rbp] pand xmm11,xmm3 movdqa xmm15,XMMWORD[112+rbp] lea rbp,[128+rbp] pand xmm12,xmm4 pand xmm13,xmm5 pand xmm14,xmm6 pand xmm15,xmm7 por xmm8,xmm10 por xmm9,xmm11 por xmm8,xmm12 por xmm9,xmm13 por xmm8,xmm14 por xmm9,xmm15 por xmm8,xmm9 pshufd xmm9,xmm8,0x4e por xmm8,xmm9 DB 102,76,15,126,194 DB 0xc4,0x62,0xfb,0xf6,0x86,0x00,0x00,0x00,0x00 adcx rbx,rax adox r8,r9 mulx r9,rax,QWORD[8+rsi] adcx r8,rax adox r9,r10 mulx r10,rax,QWORD[16+rsi] adcx r9,rax adox r10,r11 DB 0xc4,0x62,0xfb,0xf6,0x9e,0x18,0x00,0x00,0x00 adcx r10,rax adox r11,r12 mulx r12,rax,QWORD[32+rsi] adcx r11,rax adox r12,r13 mulx r13,rax,QWORD[40+rsi] adcx r12,rax adox r13,r14 DB 0xc4,0x62,0xfb,0xf6,0xb6,0x30,0x00,0x00,0x00 adcx r13,rax DB 0x67 adox r14,r15 mulx r15,rax,QWORD[56+rsi] mov QWORD[64+rcx*8+rsp],rbx adcx r14,rax adox r15,rdi mov rbx,r8 adcx r15,rdi inc rcx jnz NEAR $L$oop_mulx_gather mov QWORD[64+rsp],r8 mov QWORD[((64+8))+rsp],r9 mov QWORD[((64+16))+rsp],r10 mov QWORD[((64+24))+rsp],r11 mov QWORD[((64+32))+rsp],r12 mov QWORD[((64+40))+rsp],r13 mov QWORD[((64+48))+rsp],r14 mov QWORD[((64+56))+rsp],r15 mov rdx,QWORD[128+rsp] mov rdi,QWORD[((128+8))+rsp] mov rbp,QWORD[((128+16))+rsp] mov r8,QWORD[rsp] mov r9,QWORD[8+rsp] mov r10,QWORD[16+rsp] mov r11,QWORD[24+rsp] mov r12,QWORD[32+rsp] mov r13,QWORD[40+rsp] mov r14,QWORD[48+rsp] mov r15,QWORD[56+rsp] call __rsaz_512_reducex $L$mul_gather_tail: add r8,QWORD[64+rsp] adc r9,QWORD[72+rsp] adc r10,QWORD[80+rsp] adc r11,QWORD[88+rsp] adc r12,QWORD[96+rsp] adc r13,QWORD[104+rsp] adc r14,QWORD[112+rsp] adc r15,QWORD[120+rsp] sbb rcx,rcx call __rsaz_512_subtract lea rax,[((128+24+48))+rsp] movaps xmm6,XMMWORD[((160-200))+rax] movaps xmm7,XMMWORD[((176-200))+rax] movaps xmm8,XMMWORD[((192-200))+rax] movaps xmm9,XMMWORD[((208-200))+rax] movaps xmm10,XMMWORD[((224-200))+rax] movaps xmm11,XMMWORD[((240-200))+rax] movaps xmm12,XMMWORD[((256-200))+rax] movaps xmm13,XMMWORD[((272-200))+rax] movaps xmm14,XMMWORD[((288-200))+rax] movaps xmm15,XMMWORD[((304-200))+rax] lea rax,[176+rax] mov r15,QWORD[((-48))+rax] mov r14,QWORD[((-40))+rax] mov r13,QWORD[((-32))+rax] mov r12,QWORD[((-24))+rax] mov rbp,QWORD[((-16))+rax] mov rbx,QWORD[((-8))+rax] lea rsp,[rax] $L$mul_gather4_epilogue: mov rdi,QWORD[8+rsp] ;WIN64 epilogue mov rsi,QWORD[16+rsp] DB 0F3h,0C3h ;repret $L$SEH_end_rsaz_512_mul_gather4: global rsaz_512_mul_scatter4 ALIGN 32 rsaz_512_mul_scatter4: mov QWORD[8+rsp],rdi ;WIN64 prologue mov QWORD[16+rsp],rsi mov rax,rsp $L$SEH_begin_rsaz_512_mul_scatter4: mov rdi,rcx mov rsi,rdx mov rdx,r8 mov rcx,r9 mov r8,QWORD[40+rsp] mov r9,QWORD[48+rsp] push rbx push rbp push r12 push r13 push r14 push r15 mov r9d,r9d sub rsp,128+24 $L$mul_scatter4_body: lea r8,[r9*8+r8] DB 102,72,15,110,199 DB 102,72,15,110,202 DB 102,73,15,110,208 mov QWORD[128+rsp],rcx mov rbp,rdi mov r11d,0x80100 and r11d,DWORD[((OPENSSL_ia32cap_P+8))] cmp r11d,0x80100 je NEAR $L$mulx_scatter mov rbx,QWORD[rdi] call __rsaz_512_mul DB 102,72,15,126,199 DB 102,72,15,126,205 mov r8,QWORD[rsp] mov r9,QWORD[8+rsp] mov r10,QWORD[16+rsp] mov r11,QWORD[24+rsp] mov r12,QWORD[32+rsp] mov r13,QWORD[40+rsp] mov r14,QWORD[48+rsp] mov r15,QWORD[56+rsp] call __rsaz_512_reduce jmp NEAR $L$mul_scatter_tail ALIGN 32 $L$mulx_scatter: mov rdx,QWORD[rdi] call __rsaz_512_mulx DB 102,72,15,126,199 DB 102,72,15,126,205 mov rdx,QWORD[128+rsp] mov r8,QWORD[rsp] mov r9,QWORD[8+rsp] mov r10,QWORD[16+rsp] mov r11,QWORD[24+rsp] mov r12,QWORD[32+rsp] mov r13,QWORD[40+rsp] mov r14,QWORD[48+rsp] mov r15,QWORD[56+rsp] call __rsaz_512_reducex $L$mul_scatter_tail: add r8,QWORD[64+rsp] adc r9,QWORD[72+rsp] adc r10,QWORD[80+rsp] adc r11,QWORD[88+rsp] adc r12,QWORD[96+rsp] adc r13,QWORD[104+rsp] adc r14,QWORD[112+rsp] adc r15,QWORD[120+rsp] DB 102,72,15,126,214 sbb rcx,rcx call __rsaz_512_subtract mov QWORD[rsi],r8 mov QWORD[128+rsi],r9 mov QWORD[256+rsi],r10 mov QWORD[384+rsi],r11 mov QWORD[512+rsi],r12 mov QWORD[640+rsi],r13 mov QWORD[768+rsi],r14 mov QWORD[896+rsi],r15 lea rax,[((128+24+48))+rsp] mov r15,QWORD[((-48))+rax] mov r14,QWORD[((-40))+rax] mov r13,QWORD[((-32))+rax] mov r12,QWORD[((-24))+rax] mov rbp,QWORD[((-16))+rax] mov rbx,QWORD[((-8))+rax] lea rsp,[rax] $L$mul_scatter4_epilogue: mov rdi,QWORD[8+rsp] ;WIN64 epilogue mov rsi,QWORD[16+rsp] DB 0F3h,0C3h ;repret $L$SEH_end_rsaz_512_mul_scatter4: global rsaz_512_mul_by_one ALIGN 32 rsaz_512_mul_by_one: mov QWORD[8+rsp],rdi ;WIN64 prologue mov QWORD[16+rsp],rsi mov rax,rsp $L$SEH_begin_rsaz_512_mul_by_one: mov rdi,rcx mov rsi,rdx mov rdx,r8 mov rcx,r9 push rbx push rbp push r12 push r13 push r14 push r15 sub rsp,128+24 $L$mul_by_one_body: mov eax,DWORD[((OPENSSL_ia32cap_P+8))] mov rbp,rdx mov QWORD[128+rsp],rcx mov r8,QWORD[rsi] pxor xmm0,xmm0 mov r9,QWORD[8+rsi] mov r10,QWORD[16+rsi] mov r11,QWORD[24+rsi] mov r12,QWORD[32+rsi] mov r13,QWORD[40+rsi] mov r14,QWORD[48+rsi] mov r15,QWORD[56+rsi] movdqa XMMWORD[rsp],xmm0 movdqa XMMWORD[16+rsp],xmm0 movdqa XMMWORD[32+rsp],xmm0 movdqa XMMWORD[48+rsp],xmm0 movdqa XMMWORD[64+rsp],xmm0 movdqa XMMWORD[80+rsp],xmm0 movdqa XMMWORD[96+rsp],xmm0 and eax,0x80100 cmp eax,0x80100 je NEAR $L$by_one_callx call __rsaz_512_reduce jmp NEAR $L$by_one_tail ALIGN 32 $L$by_one_callx: mov rdx,QWORD[128+rsp] call __rsaz_512_reducex $L$by_one_tail: mov QWORD[rdi],r8 mov QWORD[8+rdi],r9 mov QWORD[16+rdi],r10 mov QWORD[24+rdi],r11 mov QWORD[32+rdi],r12 mov QWORD[40+rdi],r13 mov QWORD[48+rdi],r14 mov QWORD[56+rdi],r15 lea rax,[((128+24+48))+rsp] mov r15,QWORD[((-48))+rax] mov r14,QWORD[((-40))+rax] mov r13,QWORD[((-32))+rax] mov r12,QWORD[((-24))+rax] mov rbp,QWORD[((-16))+rax] mov rbx,QWORD[((-8))+rax] lea rsp,[rax] $L$mul_by_one_epilogue: mov rdi,QWORD[8+rsp] ;WIN64 epilogue mov rsi,QWORD[16+rsp] DB 0F3h,0C3h ;repret $L$SEH_end_rsaz_512_mul_by_one: ALIGN 32 __rsaz_512_reduce: mov rbx,r8 imul rbx,QWORD[((128+8))+rsp] mov rax,QWORD[rbp] mov ecx,8 jmp NEAR $L$reduction_loop ALIGN 32 $L$reduction_loop: mul rbx mov rax,QWORD[8+rbp] neg r8 mov r8,rdx adc r8,0 mul rbx add r9,rax mov rax,QWORD[16+rbp] adc rdx,0 add r8,r9 mov r9,rdx adc r9,0 mul rbx add r10,rax mov rax,QWORD[24+rbp] adc rdx,0 add r9,r10 mov r10,rdx adc r10,0 mul rbx add r11,rax mov rax,QWORD[32+rbp] adc rdx,0 add r10,r11 mov rsi,QWORD[((128+8))+rsp] adc rdx,0 mov r11,rdx mul rbx add r12,rax mov rax,QWORD[40+rbp] adc rdx,0 imul rsi,r8 add r11,r12 mov r12,rdx adc r12,0 mul rbx add r13,rax mov rax,QWORD[48+rbp] adc rdx,0 add r12,r13 mov r13,rdx adc r13,0 mul rbx add r14,rax mov rax,QWORD[56+rbp] adc rdx,0 add r13,r14 mov r14,rdx adc r14,0 mul rbx mov rbx,rsi add r15,rax mov rax,QWORD[rbp] adc rdx,0 add r14,r15 mov r15,rdx adc r15,0 dec ecx jne NEAR $L$reduction_loop DB 0F3h,0C3h ;repret ALIGN 32 __rsaz_512_reducex: imul rdx,r8 xor rsi,rsi mov ecx,8 jmp NEAR $L$reduction_loopx ALIGN 32 $L$reduction_loopx: mov rbx,r8 mulx r8,rax,QWORD[rbp] adcx rax,rbx adox r8,r9 mulx r9,rax,QWORD[8+rbp] adcx r8,rax adox r9,r10 mulx r10,rbx,QWORD[16+rbp] adcx r9,rbx adox r10,r11 mulx r11,rbx,QWORD[24+rbp] adcx r10,rbx adox r11,r12 DB 0xc4,0x62,0xe3,0xf6,0xa5,0x20,0x00,0x00,0x00 mov rax,rdx mov rdx,r8 adcx r11,rbx adox r12,r13 mulx rdx,rbx,QWORD[((128+8))+rsp] mov rdx,rax mulx r13,rax,QWORD[40+rbp] adcx r12,rax adox r13,r14 DB 0xc4,0x62,0xfb,0xf6,0xb5,0x30,0x00,0x00,0x00 adcx r13,rax adox r14,r15 mulx r15,rax,QWORD[56+rbp] mov rdx,rbx adcx r14,rax adox r15,rsi adcx r15,rsi dec ecx jne NEAR $L$reduction_loopx DB 0F3h,0C3h ;repret ALIGN 32 __rsaz_512_subtract: mov QWORD[rdi],r8 mov QWORD[8+rdi],r9 mov QWORD[16+rdi],r10 mov QWORD[24+rdi],r11 mov QWORD[32+rdi],r12 mov QWORD[40+rdi],r13 mov QWORD[48+rdi],r14 mov QWORD[56+rdi],r15 mov r8,QWORD[rbp] mov r9,QWORD[8+rbp] neg r8 not r9 and r8,rcx mov r10,QWORD[16+rbp] and r9,rcx not r10 mov r11,QWORD[24+rbp] and r10,rcx not r11 mov r12,QWORD[32+rbp] and r11,rcx not r12 mov r13,QWORD[40+rbp] and r12,rcx not r13 mov r14,QWORD[48+rbp] and r13,rcx not r14 mov r15,QWORD[56+rbp] and r14,rcx not r15 and r15,rcx add r8,QWORD[rdi] adc r9,QWORD[8+rdi] adc r10,QWORD[16+rdi] adc r11,QWORD[24+rdi] adc r12,QWORD[32+rdi] adc r13,QWORD[40+rdi] adc r14,QWORD[48+rdi] adc r15,QWORD[56+rdi] mov QWORD[rdi],r8 mov QWORD[8+rdi],r9 mov QWORD[16+rdi],r10 mov QWORD[24+rdi],r11 mov QWORD[32+rdi],r12 mov QWORD[40+rdi],r13 mov QWORD[48+rdi],r14 mov QWORD[56+rdi],r15 DB 0F3h,0C3h ;repret ALIGN 32 __rsaz_512_mul: lea rdi,[8+rsp] mov rax,QWORD[rsi] mul rbx mov QWORD[rdi],rax mov rax,QWORD[8+rsi] mov r8,rdx mul rbx add r8,rax mov rax,QWORD[16+rsi] mov r9,rdx adc r9,0 mul rbx add r9,rax mov rax,QWORD[24+rsi] mov r10,rdx adc r10,0 mul rbx add r10,rax mov rax,QWORD[32+rsi] mov r11,rdx adc r11,0 mul rbx add r11,rax mov rax,QWORD[40+rsi] mov r12,rdx adc r12,0 mul rbx add r12,rax mov rax,QWORD[48+rsi] mov r13,rdx adc r13,0 mul rbx add r13,rax mov rax,QWORD[56+rsi] mov r14,rdx adc r14,0 mul rbx add r14,rax mov rax,QWORD[rsi] mov r15,rdx adc r15,0 lea rbp,[8+rbp] lea rdi,[8+rdi] mov ecx,7 jmp NEAR $L$oop_mul ALIGN 32 $L$oop_mul: mov rbx,QWORD[rbp] mul rbx add r8,rax mov rax,QWORD[8+rsi] mov QWORD[rdi],r8 mov r8,rdx adc r8,0 mul rbx add r9,rax mov rax,QWORD[16+rsi] adc rdx,0 add r8,r9 mov r9,rdx adc r9,0 mul rbx add r10,rax mov rax,QWORD[24+rsi] adc rdx,0 add r9,r10 mov r10,rdx adc r10,0 mul rbx add r11,rax mov rax,QWORD[32+rsi] adc rdx,0 add r10,r11 mov r11,rdx adc r11,0 mul rbx add r12,rax mov rax,QWORD[40+rsi] adc rdx,0 add r11,r12 mov r12,rdx adc r12,0 mul rbx add r13,rax mov rax,QWORD[48+rsi] adc rdx,0 add r12,r13 mov r13,rdx adc r13,0 mul rbx add r14,rax mov rax,QWORD[56+rsi] adc rdx,0 add r13,r14 mov r14,rdx lea rbp,[8+rbp] adc r14,0 mul rbx add r15,rax mov rax,QWORD[rsi] adc rdx,0 add r14,r15 mov r15,rdx adc r15,0 lea rdi,[8+rdi] dec ecx jnz NEAR $L$oop_mul mov QWORD[rdi],r8 mov QWORD[8+rdi],r9 mov QWORD[16+rdi],r10 mov QWORD[24+rdi],r11 mov QWORD[32+rdi],r12 mov QWORD[40+rdi],r13 mov QWORD[48+rdi],r14 mov QWORD[56+rdi],r15 DB 0F3h,0C3h ;repret ALIGN 32 __rsaz_512_mulx: mulx r8,rbx,QWORD[rsi] mov rcx,-6 mulx r9,rax,QWORD[8+rsi] mov QWORD[8+rsp],rbx mulx r10,rbx,QWORD[16+rsi] adc r8,rax mulx r11,rax,QWORD[24+rsi] adc r9,rbx mulx r12,rbx,QWORD[32+rsi] adc r10,rax mulx r13,rax,QWORD[40+rsi] adc r11,rbx mulx r14,rbx,QWORD[48+rsi] adc r12,rax mulx r15,rax,QWORD[56+rsi] mov rdx,QWORD[8+rbp] adc r13,rbx adc r14,rax adc r15,0 xor rdi,rdi jmp NEAR $L$oop_mulx ALIGN 32 $L$oop_mulx: mov rbx,r8 mulx r8,rax,QWORD[rsi] adcx rbx,rax adox r8,r9 mulx r9,rax,QWORD[8+rsi] adcx r8,rax adox r9,r10 mulx r10,rax,QWORD[16+rsi] adcx r9,rax adox r10,r11 mulx r11,rax,QWORD[24+rsi] adcx r10,rax adox r11,r12 DB 0x3e,0xc4,0x62,0xfb,0xf6,0xa6,0x20,0x00,0x00,0x00 adcx r11,rax adox r12,r13 mulx r13,rax,QWORD[40+rsi] adcx r12,rax adox r13,r14 mulx r14,rax,QWORD[48+rsi] adcx r13,rax adox r14,r15 mulx r15,rax,QWORD[56+rsi] mov rdx,QWORD[64+rcx*8+rbp] mov QWORD[((8+64-8))+rcx*8+rsp],rbx adcx r14,rax adox r15,rdi adcx r15,rdi inc rcx jnz NEAR $L$oop_mulx mov rbx,r8 mulx r8,rax,QWORD[rsi] adcx rbx,rax adox r8,r9 DB 0xc4,0x62,0xfb,0xf6,0x8e,0x08,0x00,0x00,0x00 adcx r8,rax adox r9,r10 DB 0xc4,0x62,0xfb,0xf6,0x96,0x10,0x00,0x00,0x00 adcx r9,rax adox r10,r11 mulx r11,rax,QWORD[24+rsi] adcx r10,rax adox r11,r12 mulx r12,rax,QWORD[32+rsi] adcx r11,rax adox r12,r13 mulx r13,rax,QWORD[40+rsi] adcx r12,rax adox r13,r14 DB 0xc4,0x62,0xfb,0xf6,0xb6,0x30,0x00,0x00,0x00 adcx r13,rax adox r14,r15 DB 0xc4,0x62,0xfb,0xf6,0xbe,0x38,0x00,0x00,0x00 adcx r14,rax adox r15,rdi adcx r15,rdi mov QWORD[((8+64-8))+rsp],rbx mov QWORD[((8+64))+rsp],r8 mov QWORD[((8+64+8))+rsp],r9 mov QWORD[((8+64+16))+rsp],r10 mov QWORD[((8+64+24))+rsp],r11 mov QWORD[((8+64+32))+rsp],r12 mov QWORD[((8+64+40))+rsp],r13 mov QWORD[((8+64+48))+rsp],r14 mov QWORD[((8+64+56))+rsp],r15 DB 0F3h,0C3h ;repret global rsaz_512_scatter4 ALIGN 16 rsaz_512_scatter4: lea rcx,[r8*8+rcx] mov r9d,8 jmp NEAR $L$oop_scatter ALIGN 16 $L$oop_scatter: mov rax,QWORD[rdx] lea rdx,[8+rdx] mov QWORD[rcx],rax lea rcx,[128+rcx] dec r9d jnz NEAR $L$oop_scatter DB 0F3h,0C3h ;repret global rsaz_512_gather4 ALIGN 16 rsaz_512_gather4: $L$SEH_begin_rsaz_512_gather4: DB 0x48,0x81,0xec,0xa8,0x00,0x00,0x00 DB 0x0f,0x29,0x34,0x24 DB 0x0f,0x29,0x7c,0x24,0x10 DB 0x44,0x0f,0x29,0x44,0x24,0x20 DB 0x44,0x0f,0x29,0x4c,0x24,0x30 DB 0x44,0x0f,0x29,0x54,0x24,0x40 DB 0x44,0x0f,0x29,0x5c,0x24,0x50 DB 0x44,0x0f,0x29,0x64,0x24,0x60 DB 0x44,0x0f,0x29,0x6c,0x24,0x70 DB 0x44,0x0f,0x29,0xb4,0x24,0x80,0,0,0 DB 0x44,0x0f,0x29,0xbc,0x24,0x90,0,0,0 movd xmm8,r8d movdqa xmm1,XMMWORD[(($L$inc+16))] movdqa xmm0,XMMWORD[$L$inc] pshufd xmm8,xmm8,0 movdqa xmm7,xmm1 movdqa xmm2,xmm1 paddd xmm1,xmm0 pcmpeqd xmm0,xmm8 movdqa xmm3,xmm7 paddd xmm2,xmm1 pcmpeqd xmm1,xmm8 movdqa xmm4,xmm7 paddd xmm3,xmm2 pcmpeqd xmm2,xmm8 movdqa xmm5,xmm7 paddd xmm4,xmm3 pcmpeqd xmm3,xmm8 movdqa xmm6,xmm7 paddd xmm5,xmm4 pcmpeqd xmm4,xmm8 paddd xmm6,xmm5 pcmpeqd xmm5,xmm8 paddd xmm7,xmm6 pcmpeqd xmm6,xmm8 pcmpeqd xmm7,xmm8 mov r9d,8 jmp NEAR $L$oop_gather ALIGN 16 $L$oop_gather: movdqa xmm8,XMMWORD[rdx] movdqa xmm9,XMMWORD[16+rdx] movdqa xmm10,XMMWORD[32+rdx] movdqa xmm11,XMMWORD[48+rdx] pand xmm8,xmm0 movdqa xmm12,XMMWORD[64+rdx] pand xmm9,xmm1 movdqa xmm13,XMMWORD[80+rdx] pand xmm10,xmm2 movdqa xmm14,XMMWORD[96+rdx] pand xmm11,xmm3 movdqa xmm15,XMMWORD[112+rdx] lea rdx,[128+rdx] pand xmm12,xmm4 pand xmm13,xmm5 pand xmm14,xmm6 pand xmm15,xmm7 por xmm8,xmm10 por xmm9,xmm11 por xmm8,xmm12 por xmm9,xmm13 por xmm8,xmm14 por xmm9,xmm15 por xmm8,xmm9 pshufd xmm9,xmm8,0x4e por xmm8,xmm9 movq QWORD[rcx],xmm8 lea rcx,[8+rcx] dec r9d jnz NEAR $L$oop_gather movaps xmm6,XMMWORD[rsp] movaps xmm7,XMMWORD[16+rsp] movaps xmm8,XMMWORD[32+rsp] movaps xmm9,XMMWORD[48+rsp] movaps xmm10,XMMWORD[64+rsp] movaps xmm11,XMMWORD[80+rsp] movaps xmm12,XMMWORD[96+rsp] movaps xmm13,XMMWORD[112+rsp] movaps xmm14,XMMWORD[128+rsp] movaps xmm15,XMMWORD[144+rsp] add rsp,0xa8 DB 0F3h,0C3h ;repret $L$SEH_end_rsaz_512_gather4: ALIGN 64 $L$inc: DD 0,0,1,1 DD 2,2,2,2 EXTERN __imp_RtlVirtualUnwind ALIGN 16 se_handler: push rsi push rdi push rbx push rbp push r12 push r13 push r14 push r15 pushfq sub rsp,64 mov rax,QWORD[120+r8] mov rbx,QWORD[248+r8] mov rsi,QWORD[8+r9] mov r11,QWORD[56+r9] mov r10d,DWORD[r11] lea r10,[r10*1+rsi] cmp rbx,r10 jb NEAR $L$common_seh_tail mov rax,QWORD[152+r8] mov r10d,DWORD[4+r11] lea r10,[r10*1+rsi] cmp rbx,r10 jae NEAR $L$common_seh_tail lea rax,[((128+24+48))+rax] lea rbx,[$L$mul_gather4_epilogue] cmp rbx,r10 jne NEAR $L$se_not_in_mul_gather4 lea rax,[176+rax] lea rsi,[((-48-168))+rax] lea rdi,[512+r8] mov ecx,20 DD 0xa548f3fc $L$se_not_in_mul_gather4: mov rbx,QWORD[((-8))+rax] mov rbp,QWORD[((-16))+rax] mov r12,QWORD[((-24))+rax] mov r13,QWORD[((-32))+rax] mov r14,QWORD[((-40))+rax] mov r15,QWORD[((-48))+rax] mov QWORD[144+r8],rbx mov QWORD[160+r8],rbp mov QWORD[216+r8],r12 mov QWORD[224+r8],r13 mov QWORD[232+r8],r14 mov QWORD[240+r8],r15 $L$common_seh_tail: mov rdi,QWORD[8+rax] mov rsi,QWORD[16+rax] mov QWORD[152+r8],rax mov QWORD[168+r8],rsi mov QWORD[176+r8],rdi mov rdi,QWORD[40+r9] mov rsi,r8 mov ecx,154 DD 0xa548f3fc mov rsi,r9 xor rcx,rcx mov rdx,QWORD[8+rsi] mov r8,QWORD[rsi] mov r9,QWORD[16+rsi] mov r10,QWORD[40+rsi] lea r11,[56+rsi] lea r12,[24+rsi] mov QWORD[32+rsp],r10 mov QWORD[40+rsp],r11 mov QWORD[48+rsp],r12 mov QWORD[56+rsp],rcx call QWORD[__imp_RtlVirtualUnwind] mov eax,1 add rsp,64 popfq pop r15 pop r14 pop r13 pop r12 pop rbp pop rbx pop rdi pop rsi DB 0F3h,0C3h ;repret section .pdata rdata align=4 ALIGN 4 DD $L$SEH_begin_rsaz_512_sqr wrt ..imagebase DD $L$SEH_end_rsaz_512_sqr wrt ..imagebase DD $L$SEH_info_rsaz_512_sqr wrt ..imagebase DD $L$SEH_begin_rsaz_512_mul wrt ..imagebase DD $L$SEH_end_rsaz_512_mul wrt ..imagebase DD $L$SEH_info_rsaz_512_mul wrt ..imagebase DD $L$SEH_begin_rsaz_512_mul_gather4 wrt ..imagebase DD $L$SEH_end_rsaz_512_mul_gather4 wrt ..imagebase DD $L$SEH_info_rsaz_512_mul_gather4 wrt ..imagebase DD $L$SEH_begin_rsaz_512_mul_scatter4 wrt ..imagebase DD $L$SEH_end_rsaz_512_mul_scatter4 wrt ..imagebase DD $L$SEH_info_rsaz_512_mul_scatter4 wrt ..imagebase DD $L$SEH_begin_rsaz_512_mul_by_one wrt ..imagebase DD $L$SEH_end_rsaz_512_mul_by_one wrt ..imagebase DD $L$SEH_info_rsaz_512_mul_by_one wrt ..imagebase DD $L$SEH_begin_rsaz_512_gather4 wrt ..imagebase DD $L$SEH_end_rsaz_512_gather4 wrt ..imagebase DD $L$SEH_info_rsaz_512_gather4 wrt ..imagebase section .xdata rdata align=8 ALIGN 8 $L$SEH_info_rsaz_512_sqr: DB 9,0,0,0 DD se_handler wrt ..imagebase DD $L$sqr_body wrt ..imagebase,$L$sqr_epilogue wrt ..imagebase $L$SEH_info_rsaz_512_mul: DB 9,0,0,0 DD se_handler wrt ..imagebase DD $L$mul_body wrt ..imagebase,$L$mul_epilogue wrt ..imagebase $L$SEH_info_rsaz_512_mul_gather4: DB 9,0,0,0 DD se_handler wrt ..imagebase DD $L$mul_gather4_body wrt ..imagebase,$L$mul_gather4_epilogue wrt ..imagebase $L$SEH_info_rsaz_512_mul_scatter4: DB 9,0,0,0 DD se_handler wrt ..imagebase DD $L$mul_scatter4_body wrt ..imagebase,$L$mul_scatter4_epilogue wrt ..imagebase $L$SEH_info_rsaz_512_mul_by_one: DB 9,0,0,0 DD se_handler wrt ..imagebase DD $L$mul_by_one_body wrt ..imagebase,$L$mul_by_one_epilogue wrt ..imagebase $L$SEH_info_rsaz_512_gather4: DB 0x01,0x46,0x16,0x00 DB 0x46,0xf8,0x09,0x00 DB 0x3d,0xe8,0x08,0x00 DB 0x34,0xd8,0x07,0x00 DB 0x2e,0xc8,0x06,0x00 DB 0x28,0xb8,0x05,0x00 DB 0x22,0xa8,0x04,0x00 DB 0x1c,0x98,0x03,0x00 DB 0x16,0x88,0x02,0x00 DB 0x10,0x78,0x01,0x00 DB 0x0b,0x68,0x00,0x00 DB 0x07,0x01,0x15,0x00
src/main/antlr4/SqlBase.g4
jaceklaskowski/sql-parser
4
5290
<filename>src/main/antlr4/SqlBase.g4<gh_stars>1-10 grammar SqlBase; init : '{' value (',' value)* '}' ; value : init | INT ; INT : [0-9]+ ;
src/framework/aunit-test_suites-simple_main_generic.ads
persan/AUnit-addons
0
25436
<reponame>persan/AUnit-addons<filename>src/framework/aunit-test_suites-simple_main_generic.ads -- ---------------------------------------------------------------------------- -- -- The intent of this unit is to provide a simple main program that runs -- one Test_Suite. -- The procedure is intended to be instansiated as a childern to -- the package containing the function Suite. -- -- with AUnit.Test_Suites.Simple_Main_Generic; -- procedure component.children.Tests.Suit1.main is -- new AUnit.Test_Suites.Simple_Main_Generic(Suit); -- -- Thus providing a simple main for One_Testcase to be used during development. -- -- ---------------------------------------------------------------------------- with AUnit.Run.Generic_Runner; generic procedure AUnit.Test_Suites.Simple_Main_Generic renames AUnit.Run.Generic_Runner;
test/Compiler/simple/Sort.agda
cruhland/agda
1,989
11295
module _ where open import Common.Prelude renaming (_∸_ to _-_) -- work-around for #1855 _<_ : Nat → Nat → Bool a < b with b - a ... | zero = false ... | suc _ = true insert : Nat → List Nat → List Nat insert x [] = x ∷ [] insert x (y ∷ xs) = if x < y then x ∷ y ∷ xs else (y ∷ insert x xs) sort : List Nat → List Nat sort [] = [] sort (x ∷ xs) = insert x (sort xs) downFrom : Nat → List Nat downFrom zero = [] downFrom (suc n) = n ∷ downFrom n mapM! : {A : Set} → (A → IO Unit) → List A → IO Unit mapM! f [] = return unit mapM! f (x ∷ xs) = f x >>= λ _ → mapM! f xs main : IO Unit main = mapM! printNat (sort (downFrom 1200)) -- 1000 0.6s -- 2000 4.8s -- 4000 36.2s
src/gl/implementation/gl-attributes.adb
Roldak/OpenGLAda
79
13808
<reponame>Roldak/OpenGLAda -- part of OpenGLAda, (c) 2017 <NAME> -- released under the terms of the MIT license, see the file "COPYING" with System; with GL.API.Doubles; with GL.API.Ints; with GL.API.Shorts; with GL.API.Singles; with GL.API.UInts; with GL.Low_Level; with GL.Errors; package body GL.Attributes is procedure Set_Vertex_Attrib_Pointer (Index : Attribute; Count : Component_Count; Kind : Numeric_Type; Stride, Offset : Size) is begin case Kind is when Single_Type => API.Vertex_Attrib_Pointer (Index, Count, Kind, Low_Level.False, Stride * Single'Size / System.Storage_Unit, Offset * Single'Size / System.Storage_Unit); when Double_Type => API.Vertex_AttribL_Pointer (Index, Count, Kind, Stride * Double'Size / System.Storage_Unit, Offset * Double'Size / System.Storage_Unit); when UInt_Type => API.Vertex_AttribI_Pointer (Index, Count, Kind, Stride * UInt'Size / System.Storage_Unit, Offset * UInt'Size / System.Storage_Unit); when UByte_Type => API.Vertex_AttribI_Pointer (Index, Count, Kind, Stride * UByte'Size / System.Storage_Unit, Offset * UByte'Size / System.Storage_Unit); when UShort_Type => API.Vertex_AttribI_Pointer (Index, Count, Kind, Stride * UShort'Size / System.Storage_Unit, Offset * UShort'Size / System.Storage_Unit); when Int_Type => API.Vertex_AttribI_Pointer (Index, Count, Kind, Stride * Int'Size / System.Storage_Unit, Offset * Int'Size / System.Storage_Unit); when Byte_Type => API.Vertex_AttribI_Pointer (Index, Count, Kind, Stride * Byte'Size / System.Storage_Unit, Offset * Byte'Size / System.Storage_Unit); when Short_Type => API.Vertex_AttribI_Pointer (Index, Count, Kind, Stride * Short'Size / System.Storage_Unit, Offset * Short'Size / System.Storage_Unit); end case; Raise_Exception_On_OpenGL_Error; end Set_Vertex_Attrib_Pointer; procedure Set_Vertex_Attrib_Pointer (Index : Attribute; Count : Component_Count; Kind : Numeric_Type; Normalized : Boolean; Stride, Offset : Size) is begin case Kind is when Byte_Type | UByte_Type | Short_Type | UShort_Type | Int_Type | UInt_Type | Single_Type | Double_Type => API.Vertex_Attrib_Pointer (Index, Count, Kind, Low_Level.Bool (Normalized), Stride, Offset); -- when others => -- raise Errors.Invalid_Value_Error with "Unsupported Kind value"; end case; Raise_Exception_On_OpenGL_Error; end Set_Vertex_Attrib_Pointer; procedure Set_Vertex_Integer_Attrib_Pointer (Index : Attribute; Count : Component_Count; Kind : Numeric_Type; Stride, Offset : Size) is begin case Kind is when Byte_Type | UByte_Type | Short_Type | UShort_Type | Int_Type | UInt_Type => API.Vertex_AttribI_Pointer (Index, Count, Kind, Stride, Offset); when others => raise Errors.Invalid_Value_Error with "Unsupported Kind value"; end case; Raise_Exception_On_OpenGL_Error; end Set_Vertex_Integer_Attrib_Pointer; procedure Set_Vertex_Double_Attrib_Pointer (Index : Attribute; Count : Component_Count; Kind : Numeric_Type; Stride, Offset : Size) is begin case Kind is when Double_Type => API.Vertex_AttribL_Pointer (Index, Count, Kind, Stride, Offset); when others => raise Errors.Invalid_Value_Error with "Unsupported Kind value"; end case; Raise_Exception_On_OpenGL_Error; end Set_Vertex_Double_Attrib_Pointer; procedure Enable_Vertex_Attrib_Array (Index : Attribute) is begin API.Enable_Vertex_Attrib_Array (Index); Raise_Exception_On_OpenGL_Error; end Enable_Vertex_Attrib_Array; procedure Disable_Vertex_Attrib_Array (Index : Attribute) is begin API.Disable_Vertex_Attrib_Array (Index); Raise_Exception_On_OpenGL_Error; end Disable_Vertex_Attrib_Array; procedure Vertex_Attrib_Divisor (Index : Attribute; Divisor : UInt) is begin API.Vertex_Attrib_Divisor (Index, Divisor); Raise_Exception_On_OpenGL_Error; end Vertex_Attrib_Divisor; procedure Set_Short (Index : Attribute; Value : Short) is begin API.Shorts.Vertex_Attrib1 (Index, Value); Raise_Exception_On_OpenGL_Error; end Set_Short; procedure Set_Short (Index : Attribute; V1, V2 : Short) is begin API.Shorts.Vertex_Attrib2 (Index, V1, V2); Raise_Exception_On_OpenGL_Error; end Set_Short; procedure Set_Short (Index : Attribute; Value : Shorts.Vector2) is begin API.Shorts.Vertex_Attrib2v (Index, Value); Raise_Exception_On_OpenGL_Error; end Set_Short; procedure Set_Short (Index : Attribute; V1, V2, V3 : Short) is begin API.Shorts.Vertex_Attrib3 (Index, V1, V2, V3); Raise_Exception_On_OpenGL_Error; end Set_Short; procedure Set_Short (Index : Attribute; Value : Shorts.Vector3) is begin API.Shorts.Vertex_Attrib3v (Index, Value); Raise_Exception_On_OpenGL_Error; end Set_Short; procedure Set_Short (Index : Attribute; V1, V2, V3, V4 : Short) is begin API.Shorts.Vertex_Attrib4 (Index, V1, V2, V3, V4); Raise_Exception_On_OpenGL_Error; end Set_Short; procedure Set_Short (Index : Attribute; Value : Shorts.Vector4) is begin API.Shorts.Vertex_Attrib4v (Index, Value); Raise_Exception_On_OpenGL_Error; end Set_Short; procedure Set_Single (Index : Attribute; Value : Single) is begin API.Singles.Vertex_Attrib1 (Index, Value); Raise_Exception_On_OpenGL_Error; end Set_Single; procedure Set_Single (Index : Attribute; V1, V2 : Single) is begin API.Singles.Vertex_Attrib2 (Index, V1, V2); Raise_Exception_On_OpenGL_Error; end Set_Single; procedure Set_Single (Index : Attribute; Value : Singles.Vector2) is begin API.Singles.Vertex_Attrib2v (Index, Value); Raise_Exception_On_OpenGL_Error; end Set_Single; procedure Set_Single (Index : Attribute; V1, V2, V3 : Single) is begin API.Singles.Vertex_Attrib3 (Index, V1, V2, V3); Raise_Exception_On_OpenGL_Error; end Set_Single; procedure Set_Single (Index : Attribute; Value : Singles.Vector3) is begin API.Singles.Vertex_Attrib3v (Index, Value); Raise_Exception_On_OpenGL_Error; end Set_Single; procedure Set_Single (Index : Attribute; V1, V2, V3, V4 : Single) is begin API.Singles.Vertex_Attrib4 (Index, V1, V2, V3, V4); Raise_Exception_On_OpenGL_Error; end Set_Single; procedure Set_Single (Index : Attribute; Value : Singles.Vector4) is begin API.Singles.Vertex_Attrib4v (Index, Value); Raise_Exception_On_OpenGL_Error; end Set_Single; procedure Set_Int (Index : Attribute; Value : Int) is begin API.Ints.Vertex_Attrib1 (Index, Value); Raise_Exception_On_OpenGL_Error; end Set_Int; procedure Set_Int (Index : Attribute; V1, V2 : Int) is begin API.Ints.Vertex_Attrib2 (Index, V1, V2); Raise_Exception_On_OpenGL_Error; end Set_Int; procedure Set_Int (Index : Attribute; Value : Ints.Vector2) is begin API.Ints.Vertex_Attrib2v (Index, Value); Raise_Exception_On_OpenGL_Error; end Set_Int; procedure Set_Int (Index : Attribute; V1, V2, V3 : Int) is begin API.Ints.Vertex_Attrib3 (Index, V1, V2, V3); Raise_Exception_On_OpenGL_Error; end Set_Int; procedure Set_Int (Index : Attribute; Value : Ints.Vector3) is begin API.Ints.Vertex_Attrib3v (Index, Value); Raise_Exception_On_OpenGL_Error; end Set_Int; procedure Set_Int (Index : Attribute; V1, V2, V3, V4 : Int) is begin API.Ints.Vertex_Attrib4 (Index, V1, V2, V3, V4); Raise_Exception_On_OpenGL_Error; end Set_Int; procedure Set_Int (Index : Attribute; Value : Ints.Vector4) is begin API.Ints.Vertex_Attrib4v (Index, Value); Raise_Exception_On_OpenGL_Error; end Set_Int; procedure Set_UInt (Index : Attribute; Value : UInt) is begin API.UInts.Vertex_Attrib1 (Index, Value); Raise_Exception_On_OpenGL_Error; end Set_UInt; procedure Set_UInt (Index : Attribute; V1, V2 : UInt) is begin API.UInts.Vertex_Attrib2 (Index, V1, V2); Raise_Exception_On_OpenGL_Error; end Set_UInt; procedure Set_UInt (Index : Attribute; Value : UInts.Vector2) is begin API.UInts.Vertex_Attrib2v (Index, Value); Raise_Exception_On_OpenGL_Error; end Set_UInt; procedure Set_UInt (Index : Attribute; V1, V2, V3 : UInt) is begin API.UInts.Vertex_Attrib3 (Index, V1, V2, V3); Raise_Exception_On_OpenGL_Error; end Set_UInt; procedure Set_UInt (Index : Attribute; Value : UInts.Vector3) is begin API.UInts.Vertex_Attrib3v (Index, Value); Raise_Exception_On_OpenGL_Error; end Set_UInt; procedure Set_UInt (Index : Attribute; V1, V2, V3, V4 : UInt) is begin API.UInts.Vertex_Attrib4 (Index, V1, V2, V3, V4); Raise_Exception_On_OpenGL_Error; end Set_UInt; procedure Set_UInt (Index : Attribute; Value : UInts.Vector4) is begin API.UInts.Vertex_Attrib4v (Index, Value); Raise_Exception_On_OpenGL_Error; end Set_UInt; procedure Set_Double (Index : Attribute; Value : Double) is begin API.Doubles.Vertex_Attrib1 (Index, Value); Raise_Exception_On_OpenGL_Error; end Set_Double; procedure Set_Double (Index : Attribute; V1, V2 : Double) is begin API.Doubles.Vertex_Attrib2 (Index, V1, V2); Raise_Exception_On_OpenGL_Error; end Set_Double; procedure Set_Double (Index : Attribute; Value : Doubles.Vector2) is begin API.Doubles.Vertex_Attrib2v (Index, Value); Raise_Exception_On_OpenGL_Error; end Set_Double; procedure Set_Double (Index : Attribute; V1, V2, V3 : Double) is begin API.Doubles.Vertex_Attrib3 (Index, V1, V2, V3); Raise_Exception_On_OpenGL_Error; end Set_Double; procedure Set_Double (Index : Attribute; Value : Doubles.Vector3) is begin API.Doubles.Vertex_Attrib3v (Index, Value); Raise_Exception_On_OpenGL_Error; end Set_Double; procedure Set_Double (Index : Attribute; V1, V2, V3, V4 : Double) is begin API.Doubles.Vertex_Attrib4 (Index, V1, V2, V3, V4); Raise_Exception_On_OpenGL_Error; end Set_Double; procedure Set_Double (Index : Attribute; Value : Doubles.Vector4) is begin API.Doubles.Vertex_Attrib4v (Index, Value); Raise_Exception_On_OpenGL_Error; end Set_Double; end GL.Attributes;
EH.agda
andmkent/misc-HoTT
1
6142
<reponame>andmkent/misc-HoTT {-# OPTIONS --without-K #-} -- Finished 6pm Th, March 24! yay! -- Bit thanks to tzaikin for posting his work online (some of his macros -- were essential for this proof for me) and to the code we saw in class today. module EH where open import Level using (_⊔_) open import Data.Product using (Σ; _,_) open import Function renaming (_∘_ to _○_) infixr 8 _∘_ -- path composition infixr 8 _⋆_ -- horizontal path composition infix 4 _≡_ -- propositional equality infix 4 _∼_ -- homotopy between two functions infix 4 _≃_ -- type of equivalences -- macros from tzaikin for equational rewriting over non-standard ≡ infixr 4 _≡⟨_⟩_ infix 4 _∎ ------------------------------------------------------------------------------ -- A few HoTT primitives data _≡_ {ℓ} {A : Set ℓ} : (a b : A) → Set ℓ where refl : (a : A) → (a ≡ a) pathInd : ∀ {u ℓ} → {A : Set u} → (C : {x y : A} → x ≡ y → Set ℓ) → (c : (x : A) → C (refl x)) → ({x y : A} (p : x ≡ y) → C p) pathInd C c (refl x) = c x -- ! : ∀ {u} → {A : Set u} {x y : A} → (x ≡ y) → (y ≡ x) ! = pathInd (λ {x} {y} _ → y ≡ x) refl _∘_ : ∀ {u} → {A : Set u} → {x y z : A} → (x ≡ y) → (y ≡ z) → (x ≡ z) _∘_ {u} {A} {x} {y} {z} p q = pathInd {u} (λ {x} {y} p → ((z : A) → (q : y ≡ z) → (x ≡ z))) (λ x z q → pathInd (λ {x} {z} _ → x ≡ z) refl {x} {z} q) {x} {y} p z q -- Handy "macros" (from tzaikin) _∎ : {A : Set} → (p : A) → p ≡ p p ∎ = refl p _≡⟨_⟩_ : {A : Set} → {q r : A} → (p : A) → p ≡ q → q ≡ r → p ≡ r p ≡⟨ α ⟩ β = α ∘ β -- RU : {A : Set} {x y : A} → (p : x ≡ y) → (p ≡ p ∘ refl y) RU {A} {x} {y} p = pathInd (λ {x} {y} p → p ≡ p ∘ (refl y)) (λ x → refl (refl x)) {x} {y} p LU : {A : Set} {x y : A} → (p : x ≡ y) → (p ≡ refl x ∘ p) LU {A} {x} {y} p = pathInd (λ {x} {y} p → p ≡ (refl x) ∘ p) (λ x → refl (refl x)) {x} {y} p invTransL : {A : Set} {x y : A} → (p : x ≡ y) → (! p ∘ p ≡ refl y) invTransL {A} {x} {y} p = pathInd (λ {x} {y} p → ! p ∘ p ≡ refl y) (λ x → refl (refl x)) {x} {y} p invTransR : ∀ {ℓ} {A : Set ℓ} {x y : A} → (p : x ≡ y) → (p ∘ ! p ≡ refl x) invTransR {ℓ} {A} {x} {y} p = pathInd (λ {x} {y} p → p ∘ ! p ≡ refl x) (λ x → refl (refl x)) {x} {y} p invId : {A : Set} {x y : A} → (p : x ≡ y) → (! (! p) ≡ p) invId {A} {x} {y} p = pathInd (λ {x} {y} p → ! (! p) ≡ p) (λ x → refl (refl x)) {x} {y} p assocP : {A : Set} {x y z w : A} → (p : x ≡ y) → (q : y ≡ z) → (r : z ≡ w) → (p ∘ (q ∘ r) ≡ (p ∘ q) ∘ r) assocP {A} {x} {y} {z} {w} p q r = pathInd (λ {x} {y} p → (z : A) → (w : A) → (q : y ≡ z) → (r : z ≡ w) → p ∘ (q ∘ r) ≡ (p ∘ q) ∘ r) (λ x z w q r → pathInd (λ {x} {z} q → (w : A) → (r : z ≡ w) → (refl x) ∘ (q ∘ r) ≡ ((refl x) ∘ q) ∘ r) (λ x w r → pathInd (λ {x} {w} r → (refl x) ∘ ((refl x) ∘ r) ≡ ((refl x) ∘ (refl x)) ∘ r) (λ x → (refl (refl x))) {x} {w} r) {x} {z} q w r) {x} {y} p z w q r invComp : {A : Set} {x y z : A} → (p : x ≡ y) → (q : y ≡ z) → ! (p ∘ q) ≡ ! q ∘ ! p invComp {A} {x} {y} {z} p q = pathInd (λ {x} {y} p → (z : A) → (q : y ≡ z) → ! (p ∘ q) ≡ ! q ∘ ! p) (λ x z q → pathInd (λ {x} {z} q → ! (refl x ∘ q) ≡ ! q ∘ ! (refl x)) (λ x → refl (refl x)) {x} {z} q) {x} {y} p z q -- ap : ∀ {ℓ ℓ'} → {A : Set ℓ} {B : Set ℓ'} {x y : A} → (f : A → B) → (x ≡ y) → (f x ≡ f y) ap {ℓ} {ℓ'} {A} {B} {x} {y} f p = pathInd -- on p (λ {x} {y} p → f x ≡ f y) (λ x → refl (f x)) {x} {y} p apfTrans : ∀ {u} → {A B : Set u} {x y z : A} → (f : A → B) → (p : x ≡ y) → (q : y ≡ z) → ap f (p ∘ q) ≡ (ap f p) ∘ (ap f q) apfTrans {u} {A} {B} {x} {y} {z} f p q = pathInd {u} (λ {x} {y} p → (z : A) → (q : y ≡ z) → ap f (p ∘ q) ≡ (ap f p) ∘ (ap f q)) (λ x z q → pathInd {u} (λ {x} {z} q → ap f (refl x ∘ q) ≡ (ap f (refl x)) ∘ (ap f q)) (λ x → refl (refl (f x))) {x} {z} q) {x} {y} p z q apfInv : ∀ {u} → {A B : Set u} {x y : A} → (f : A → B) → (p : x ≡ y) → ap f (! p) ≡ ! (ap f p) apfInv {u} {A} {B} {x} {y} f p = pathInd {u} (λ {x} {y} p → ap f (! p) ≡ ! (ap f p)) (λ x → refl (ap f (refl x))) {x} {y} p apfComp : {A B C : Set} {x y : A} → (f : A → B) → (g : B → C) → (p : x ≡ y) → ap g (ap f p) ≡ ap (g ○ f) p apfComp {A} {B} {C} {x} {y} f g p = pathInd (λ {x} {y} p → ap g (ap f p) ≡ ap (g ○ f) p) (λ x → refl (ap g (ap f (refl x)))) {x} {y} p apfId : {A : Set} {x y : A} → (p : x ≡ y) → ap id p ≡ p apfId {A} {x} {y} p = pathInd (λ {x} {y} p → ap id p ≡ p) (λ x → refl (refl x)) {x} {y} p -- transport : ∀ {ℓ ℓ'} → {A : Set ℓ} {x y : A} → (P : A → Set ℓ') → (p : x ≡ y) → P x → P y transport {ℓ} {ℓ'} {A} {x} {y} P p = pathInd -- on p (λ {x} {y} p → (P x → P y)) (λ _ → id) {x} {y} p apd : ∀ {ℓ ℓ'} → {A : Set ℓ} {B : A → Set ℓ'} {x y : A} → (f : (a : A) → B a) → (p : x ≡ y) → (transport B p (f x) ≡ f y) apd {ℓ} {ℓ'} {A} {B} {x} {y} f p = pathInd (λ {x} {y} p → transport B p (f x) ≡ f y) (λ x → refl (f x)) {x} {y} p -- Homotopies and equivalences _∼_ : ∀ {ℓ ℓ'} → {A : Set ℓ} {P : A → Set ℓ'} → (f g : (x : A) → P x) → Set (ℓ ⊔ ℓ') _∼_ {ℓ} {ℓ'} {A} {P} f g = (x : A) → f x ≡ g x record qinv {ℓ ℓ'} {A : Set ℓ} {B : Set ℓ'} (f : A → B) : Set (ℓ ⊔ ℓ') where constructor mkqinv field g : B → A α : (f ○ g) ∼ id β : (g ○ f) ∼ id record isequiv {ℓ ℓ'} {A : Set ℓ} {B : Set ℓ'} (f : A → B) : Set (ℓ ⊔ ℓ') where constructor mkisequiv field g : B → A α : (f ○ g) ∼ id h : B → A β : (h ○ f) ∼ id equiv₁ : ∀ {ℓ ℓ'} → {A : Set ℓ} {B : Set ℓ'} {f : A → B} → qinv f → isequiv f equiv₁ (mkqinv qg qα qβ) = mkisequiv qg qα qg qβ _≃_ : ∀ {ℓ ℓ'} (A : Set ℓ) (B : Set ℓ') → Set (ℓ ⊔ ℓ') A ≃ B = Σ (A → B) isequiv postulate univalence : {A B : Set} → (A ≡ B) ≃ (A ≃ B) ------------------------------------------------------------------------------ -- Path and loop spaces 1-Path : {A : Set} → (a b : A) → Set 1-Path {A} a b = (a ≡ b) 2-Path : {A : Set} → (a b : A) (p q : 1-Path {A} a b) → Set 2-Path {A} a b p q = (p ≡ q) Ω : (A : Set) → {a : A} → Set Ω A {a} = 1-Path {A} a a Ω² : (A : Set) → {a : A} → Set Ω² A {a} = 2-Path {A} a a (refl a) (refl a) -- Whiskering Lemmas -- ___ p ___ ___ r ___ -- / \ / \ -- a α⇓ b β⇓ c -- \ / \ / -- --- q --- --- s --- wskR : {A : Set} {a b c : A} {p q : 1-Path {A} a b} → (α : 2-Path {A} a b p q) → (r : 1-Path {A} b c) → (p ∘ r) ≡ (q ∘ r) wskR {A} {a} {b} {c} {p} {q} α r = (pathInd (λ {b} {c} r → {p q : a ≡ b} → (α : p ≡ q) → 2-Path {A} a c (p ∘ r) (q ∘ r)) (λ b {p} {q} α → (p ∘ refl b) ≡⟨ ! (RU p) ⟩ p ≡⟨ α ⟩ q ≡⟨ RU q ⟩ (q ∘ refl b) ∎) r) α wskL : {A : Set} {a b c : A} {r s : 1-Path {A} b c} → (q : 1-Path {A} a b) → (β : 2-Path {A} b c r s) → (q ∘ r) ≡ (q ∘ s) wskL {A} {a} {b} {c} {r} {s} q β = (pathInd (λ {a} {b} q → {r s : b ≡ c} → (α : r ≡ s) → 2-Path {A} a c (q ∘ r) (q ∘ s)) ((λ b {p} {q} β → (refl b ∘ p) ≡⟨ ! (LU p) ⟩ p ≡⟨ β ⟩ q ≡⟨ LU q ⟩ (refl b ∘ q) ∎)) q) β _⋆_ : {A : Set} {a b c : A} {p q : 1-Path {A} a b} {r s : 1-Path {A} b c} (α : 2-Path {A} a b p q) → (β : 2-Path {A} b c r s) → (p ∘ r) ≡ (q ∘ s) _⋆_ {A} {a} {b} {c} {p} {q} {r} {s} α β = (wskR α r) ∘ (wskL q β) Hcomp→compR1 : {A : Set} {a : A} (α : 2-Path {A} a a (refl a) (refl a)) → (wskR α (refl a)) ≡ (! (RU (refl a))) ∘ α ∘ (RU (refl a)) Hcomp→compR1 {A} {a} α = refl (pathInd (λ {x} {y} _ → x ≡ y) refl (pathInd (λ {x} {y} _ → (x₁ : a ≡ a) (x₂ : y ≡ x₁) → x ≡ x₁) (λ x x₁ → pathInd (λ {x₂} {y} _ → x₂ ≡ y) refl) α (refl a) (refl (refl a)))) Hcomp→compL1 : {A : Set} {a : A} (β : 2-Path {A} a a (refl a) (refl a)) → (wskL (refl a) β) ≡ (! (LU (refl a))) ∘ β ∘ (LU (refl a)) Hcomp→compL1 {A} {a} β = refl (pathInd (λ {x} {y} _ → x ≡ y) refl (pathInd (λ {x} {y} _ → (x₁ : a ≡ a) (x₂ : y ≡ x₁) → x ≡ x₁) (λ x x₁ → pathInd (λ {x₂} {y} _ → x₂ ≡ y) refl) β (refl a) (refl (refl a)))) -- proof from pg 81 α⋆β≡α∘β : {A : Set} {a : A} (α : 2-Path {A} a a (refl a) (refl a)) → (β : 2-Path {A} a a (refl a) (refl a)) → α ⋆ β ≡ α ∘ β α⋆β≡α∘β {A} {a} α β = α ⋆ β ≡⟨ refl (α ⋆ β) ⟩ (wskR α ra) ∘ (wskL ra β) ≡⟨ refl ((!(refl ra) ∘ α ∘ (refl ra)) ∘ (wskL ra β)) ⟩ (!(refl ra) ∘ (α ∘ (refl ra))) ∘ (wskL ra β) ≡⟨ ap (λ p → ((!(refl ra) ∘ p) ∘ (wskL ra β))) (! (RU α)) ⟩ ((!(refl ra) ∘ α) ∘ (wskL ra β)) ≡⟨ ap (λ p → (p ∘ (wskL ra β))) (! (LU α)) ⟩ (α ∘ (wskL ra β)) ≡⟨ refl (α ∘ (wskL ra β)) ⟩ (α ∘ (!(refl ra) ∘ β ∘ (refl ra))) ≡⟨ ap (λ p → (α ∘ (!(refl ra) ∘ p))) (! (RU β)) ⟩ (α ∘ (!(refl ra) ∘ β)) ≡⟨ ap (λ p → (α ∘ p)) (! (LU β)) ⟩ α ∘ β ∎ where ra = (refl a) _⋆'_ : {A : Set} {a b c : A} {p q : 1-Path {A} a b} {r s : 1-Path {A} b c} (α : 2-Path {A} a b p q) → (β : 2-Path {A} b c r s) → (p ∘ r) ≡ (q ∘ s) _⋆'_ {A} {a} {b} {c} {p} {q} {r} {s} α β = (wskL p β) ∘ (wskR α s) α⋆'β≡β∘α : {A : Set} {a : A} (α : 2-Path {A} a a (refl a) (refl a)) → (β : 2-Path {A} a a (refl a) (refl a)) → α ⋆' β ≡ β ∘ α α⋆'β≡β∘α {A} {a} α β = α ⋆' β ≡⟨ refl (α ⋆' β) ⟩ (wskL ra β) ∘ (!(refl ra) ∘ (α ∘ (refl ra))) ≡⟨ ap (λ p → ((wskL ra β) ∘ (!(refl ra) ∘ p))) (! (RU α)) ⟩ ((wskL ra β) ∘ (!(refl ra) ∘ α)) ≡⟨ ap (λ p → ((wskL ra β) ∘ p)) (! (LU α)) ⟩ ((wskL ra β) ∘ α) ≡⟨ refl ((wskL ra β) ∘ α) ⟩ ((!(refl ra) ∘ β ∘ (refl ra)) ∘ α) ≡⟨ ap (λ p → ((!(refl ra) ∘ p) ∘ α)) (! (RU β)) ⟩ ((!(refl ra) ∘ β) ∘ α) ≡⟨ ap (λ p → (p ∘ α)) (! (LU β)) ⟩ β ∘ α ∎ where ra = (refl a) -- yuck lots of nested induction α⋆β≡α⋆'β : {A : Set} {a : A} (α : 2-Path {A} a a (refl a) (refl a)) → (β : 2-Path {A} a a (refl a) (refl a)) → α ⋆ β ≡ α ⋆' β α⋆β≡α⋆'β {A} {a} α β = -- induction on α pathInd (λ α → α ⋆ β ≡ α ⋆' β) (λ p → -- induction on β pathInd (λ β → refl p ⋆ β ≡ refl p ⋆' β) (λ q → -- induction on p (pathInd (λ {a} {b} p → (c : A) → (q : b ≡ c) → ((refl p ⋆ refl q) ≡ (refl p ⋆' refl q))) (λ a d q → -- induction on q pathInd (λ {a} {d} r → ((refl (refl a) ⋆ refl r) ≡ (refl (refl a) ⋆' refl r))) (λ a → refl (refl (refl a))) q) p a q)) β) α eckmann-hilton : {A : Set} {a : A} (α β : Ω² A {a}) → α ∘ β ≡ β ∘ α eckmann-hilton {A} {a} α β = α ∘ β ≡⟨ ! (α⋆β≡α∘β α β) ⟩ α ⋆ β ≡⟨ α⋆β≡α⋆'β α β ⟩ α ⋆' β ≡⟨ α⋆'β≡β∘α α β ⟩ β ∘ α ∎ ------------------------------------------------------------------------------
src/compiling/ANTLR/grammar/PackageItems.g4
jecassis/VSCode-SystemVerilog
75
4384
<reponame>jecassis/VSCode-SystemVerilog grammar PackageItems; import DeclarationTypes; package_item : package_or_generate_item_declaration | anonymous_program | package_export_declaration | timeunits_declaration ; package_or_generate_item_declaration : net_declaration | data_declaration | task_declaration | function_declaration | checker_declaration | dpi_import_export | extern_constraint_declaration | class_declaration | class_constructor_declaration | local_parameter_declaration ';' | parameter_declaration ';' | covergroup_declaration | assertion_item_declaration | ';' ; anonymous_program : 'program' ';' ( anonymous_program_item )* 'endprogram' ; anonymous_program_item : task_declaration | function_declaration | class_declaration | covergroup_declaration | class_constructor_declaration | ';' ;
programs/oeis/062/A062918.asm
jmorken/loda
1
15741
; A062918: Sum of the digit reversals of the first n natural numbers. ; 1,3,6,10,15,21,28,36,45,46,57,78,109,150,201,262,333,414,505,507,519,541,573,615,667,729,801,883,975,978,991,1014,1047,1090,1143,1206,1279,1362,1455,1459,1473,1497,1531,1575,1629,1693,1767,1851,1945,1950,1965,1990,2025,2070,2125,2190,2265,2350,2445,2451,2467,2493,2529,2575,2631,2697,2773,2859,2955,2962,2979,3006,3043,3090,3147,3214,3291,3378,3475,3483,3501,3529,3567,3615,3673,3741,3819,3907,4005,4014,4033,4062,4101,4150,4209,4278,4357,4446,4545,4546,4647,4848,5149,5550,6051,6652,7353,8154,9055,9066,9177,9388,9699,10110,10621,11232,11943,12754,13665,13686,13807,14028,14349,14770,15291,15912,16633,17454,18375,18406,18537,18768,19099,19530,20061,20692,21423,22254,23185,23226,23367,23608,23949,24390,24931,25572,26313,27154,28095,28146,28297,28548,28899,29350,29901,30552,31303,32154,33105,33166,33327,33588,33949,34410,34971,35632,36393,37254,38215,38286,38457,38728,39099,39570,40141,40812,41583,42454,43425,43506,43687,43968,44349,44830,45411,46092,46873,47754,48735,48826,49017,49308,49699,50190,50781,51472,52263,53154,54145,54147,54249,54451,54753,55155,55657,56259,56961,57763,58665,58677,58789,59001,59313,59725,60237,60849,61561,62373,63285,63307,63429,63651,63973,64395,64917,65539,66261,67083,68005,68037,68169,68401,68733,69165,69697,70329,71061,71893,72825,72867,73009,73251,73593,74035,74577,75219,75961,76803,77745,77797 mov $2,$0 add $2,1 mov $3,$0 lpb $2 mov $0,$3 sub $2,1 sub $0,$2 add $0,1 cal $0,4086 ; Read n backwards (referred to as R(n) in many sequences). add $1,$0 lpe
programs/oeis/188/A188530.asm
neoneye/loda
22
89725
; A188530: 2^(2n+1)-5*2^(n-1)-1. ; 2,21,107,471,1967,8031,32447,130431,523007,2094591,8383487,33544191,134197247,536829951,2147401727,8589770751,34359410687,137438298111,549754503167,2199020634111 add $0,3 mov $1,2 pow $1,$0 sub $1,2 bin $1,2 sub $1,15 div $1,4 add $1,2 mov $0,$1
lib/Haskell/Prim/Ord.agda
dxts/agda2hs
0
3861
module Haskell.Prim.Ord where open import Agda.Builtin.Nat as Nat hiding (_==_; _<_) open import Agda.Builtin.Char open import Haskell.Prim open import Haskell.Prim.Eq open import Haskell.Prim.Bool open import Haskell.Prim.Int open import Haskell.Prim.Word open import Haskell.Prim.Integer open import Haskell.Prim.Double open import Haskell.Prim.Tuple open import Haskell.Prim.Monoid open import Haskell.Prim.List open import Haskell.Prim.Maybe open import Haskell.Prim.Either -------------------------------------------------- -- Ordering data Ordering : Set where LT EQ GT : Ordering instance iEqOrdering : Eq Ordering iEqOrdering ._==_ LT LT = true iEqOrdering ._==_ EQ EQ = true iEqOrdering ._==_ GT GT = true iEqOrdering ._==_ _ _ = false iSemigroupOrdering : Semigroup Ordering iSemigroupOrdering ._<>_ LT _ = LT iSemigroupOrdering ._<>_ EQ o = o iSemigroupOrdering ._<>_ GT _ = GT iMonoidOrdering : Monoid Ordering iMonoidOrdering .mempty = EQ -------------------------------------------------- -- Ord record Ord (a : Set) : Set where field compare : a → a → Ordering _<_ : a → a → Bool _>_ : a → a → Bool _>=_ : a → a → Bool _<=_ : a → a → Bool max : a → a → a min : a → a → a overlap ⦃ super ⦄ : Eq a infix 4 _<_ _>_ _<=_ _>=_ open Ord ⦃ ... ⦄ public {-# COMPILE AGDA2HS Ord existing-class #-} ordFromCompare : ⦃ Eq a ⦄ → (a → a → Ordering) → Ord a ordFromCompare cmp .compare = cmp ordFromCompare cmp ._<_ x y = cmp x y == LT ordFromCompare cmp ._>_ x y = cmp x y == GT ordFromCompare cmp ._<=_ x y = cmp x y /= GT ordFromCompare cmp ._>=_ x y = cmp x y /= LT ordFromCompare cmp .max x y = if cmp x y == LT then y else x ordFromCompare cmp .min x y = if cmp x y == GT then y else x ordFromLessThan : ⦃ Eq a ⦄ → (a → a → Bool) → Ord a ordFromLessThan _<_ .compare x y = if x < y then LT else if x == y then EQ else GT ordFromLessThan _<_ ._<_ x y = x < y ordFromLessThan _<_ ._>_ x y = y < x ordFromLessThan _<_ ._<=_ x y = x < y || x == y ordFromLessThan _<_ ._>=_ x y = y < x || x == y ordFromLessThan _<_ .max x y = if x < y then y else x ordFromLessThan _<_ .min x y = if y < x then y else x ordFromLessEq : ⦃ Eq a ⦄ → (a → a → Bool) → Ord a ordFromLessEq _<=_ .compare x y = if x == y then EQ else if x <= y then LT else GT ordFromLessEq _<=_ ._<_ x y = x <= y && not (x == y) ordFromLessEq _<=_ ._>_ x y = y <= x && not (x == y) ordFromLessEq _<=_ ._<=_ x y = x <= y ordFromLessEq _<=_ ._>=_ x y = y <= x ordFromLessEq _<=_ .max x y = if y <= x then x else y ordFromLessEq _<=_ .min x y = if x <= y then x else y private compareFromLt : ⦃ Eq a ⦄ → (a → a → Bool) → a → a → Ordering compareFromLt _<_ x y = if x < y then LT else if x == y then EQ else GT instance iOrdNat : Ord Nat iOrdNat = ordFromLessThan Nat._<_ iOrdInteger : Ord Integer iOrdInteger = ordFromLessThan ltInteger iOrdInt : Ord Int iOrdInt = ordFromLessThan ltInt iOrdWord : Ord Word iOrdWord = ordFromLessThan ltWord iOrdDouble : Ord Double iOrdDouble = ordFromLessThan primFloatNumericalLess iOrdChar : Ord Char iOrdChar = ordFromLessThan λ x y → primCharToNat x < primCharToNat y iOrdBool : Ord Bool iOrdBool = ordFromCompare λ where false true → LT true false → GT _ _ → EQ iOrdTuple₀ : Ord (Tuple []) iOrdTuple₀ = ordFromCompare λ _ _ → EQ iOrdTuple : ∀ {as} → ⦃ Ord a ⦄ → ⦃ Ord (Tuple as) ⦄ → Ord (Tuple (a ∷ as)) iOrdTuple = ordFromCompare λ where (x ∷ xs) (y ∷ ys) → compare x y <> compare xs ys compareList : ⦃ Ord a ⦄ → List a → List a → Ordering compareList [] [] = EQ compareList [] (_ ∷ _) = LT compareList (_ ∷ _) [] = GT compareList (x ∷ xs) (y ∷ ys) = compare x y <> compareList xs ys instance iOrdList : ⦃ Ord a ⦄ → Ord (List a) iOrdList = ordFromCompare compareList iOrdMaybe : ⦃ Ord a ⦄ → Ord (Maybe a) iOrdMaybe = ordFromCompare λ where Nothing Nothing → EQ Nothing (Just _) → LT (Just _) Nothing → GT (Just x) (Just y) → compare x y iOrdEither : ⦃ Ord a ⦄ → ⦃ Ord b ⦄ → Ord (Either a b) iOrdEither = ordFromCompare λ where (Left x) (Left y) → compare x y (Left _) (Right _) → LT (Right _) (Left _) → GT (Right x) (Right y) → compare x y iOrdOrdering : Ord Ordering iOrdOrdering = ordFromCompare λ where LT LT → EQ LT _ → LT _ LT → GT EQ EQ → EQ EQ GT → LT GT EQ → GT GT GT → EQ
data/pokemon/dex_entries/blissey.asm
AtmaBuster/pokeplat-gen2
6
5115
<reponame>AtmaBuster/pokeplat-gen2<gh_stars>1-10 db "HAPPINESS@" ; species name db "Biting into one" next "of the delicious" next "eggs that BLISSEY" page "provides will make" next "everyone around" next "smile with joy.@"
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_1848.asm
ljhsiun2/medusa
9
171022
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %rcx push %rdi push %rsi lea addresses_normal_ht+0xd1f0, %rsi lea addresses_normal_ht+0x1abf0, %rdi clflush (%rsi) nop nop nop nop nop sub $35607, %r13 mov $61, %rcx rep movsw nop nop nop nop nop cmp %r10, %r10 lea addresses_D_ht+0x18120, %r10 nop nop dec %r12 mov (%r10), %r13w nop nop nop sub $50967, %r13 pop %rsi pop %rdi pop %rcx pop %r13 pop %r12 pop %r10 ret .global s_faulty_load s_faulty_load: push %r10 push %r11 push %r12 push %r8 push %rcx push %rdi push %rdx push %rsi // Store lea addresses_D+0xe7f0, %rsi nop nop nop add %rcx, %rcx mov $0x5152535455565758, %r11 movq %r11, %xmm3 vmovups %ymm3, (%rsi) nop nop nop nop nop add %rcx, %rcx // Store lea addresses_WC+0x1ebf0, %r11 nop sub $19046, %r8 movb $0x51, (%r11) nop nop and $31879, %r10 // REPMOV lea addresses_D+0x1a5d0, %rsi lea addresses_D+0x16024, %rdi clflush (%rdi) nop add $15569, %rdx mov $97, %rcx rep movsw nop nop nop nop inc %rcx // REPMOV lea addresses_WC+0x1ebf0, %rsi lea addresses_UC+0xdec8, %rdi nop sub %r12, %r12 mov $38, %rcx rep movsb nop nop nop nop dec %r12 // Faulty Load lea addresses_WC+0x1ebf0, %r8 nop nop nop sub $20289, %rdx mov (%r8), %rcx lea oracles, %r12 and $0xff, %rcx shlq $12, %rcx mov (%r12,%rcx,1), %rcx pop %rsi pop %rdx pop %rdi pop %rcx pop %r8 pop %r12 pop %r11 pop %r10 ret /* <gen_faulty_load> [REF] {'src': {'same': False, 'congruent': 0, 'NT': False, 'type': 'addresses_WC', 'size': 1, 'AVXalign': False}, 'OP': 'LOAD'} {'OP': 'STOR', 'dst': {'same': False, 'congruent': 9, 'NT': False, 'type': 'addresses_D', 'size': 32, 'AVXalign': False}} {'OP': 'STOR', 'dst': {'same': True, 'congruent': 0, 'NT': False, 'type': 'addresses_WC', 'size': 1, 'AVXalign': False}} {'src': {'type': 'addresses_D', 'congruent': 5, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_D', 'congruent': 2, 'same': False}} {'src': {'type': 'addresses_WC', 'congruent': 0, 'same': True}, 'OP': 'REPM', 'dst': {'type': 'addresses_UC', 'congruent': 3, 'same': False}} [Faulty Load] {'src': {'same': True, 'congruent': 0, 'NT': False, 'type': 'addresses_WC', 'size': 8, 'AVXalign': False}, 'OP': 'LOAD'} <gen_prepare_buffer> {'src': {'type': 'addresses_normal_ht', 'congruent': 9, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_normal_ht', 'congruent': 11, 'same': False}} {'src': {'same': False, 'congruent': 0, 'NT': False, 'type': 'addresses_D_ht', 'size': 2, 'AVXalign': False}, 'OP': 'LOAD'} {'51': 21829} 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 */
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c2/c24202d.ada
best08618/asylo
7
18946
-- C24202D.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025, the U.S. Government obtained -- unlimited rights in the software and documentation contained herein. -- Unlimited rights are defined in DFAR 252.227-7013(a)(19). By making -- this public release, the Government intends to confer upon all -- recipients unlimited rights equal to those held by the Government. -- These rights include rights to use, duplicate, release or disclose the -- released technical data and computer software in whole or in part, in -- any manner and for any purpose whatsoever, and to have or permit others -- to do so. -- -- DISCLAIMER -- -- ALL MATERIALS OR INFORMATION HEREIN RELEASED, MADE AVAILABLE OR -- DISCLOSED ARE AS IS. THE GOVERNMENT MAKES NO EXPRESS OR IMPLIED -- WARRANTY AS TO ANY MATTER WHATSOEVER, INCLUDING THE CONDITIONS OF THE -- SOFTWARE, DOCUMENTATION OR OTHER INFORMATION RELEASED, MADE AVAILABLE -- OR DISCLOSED, OR THE OWNERSHIP, MERCHANTABILITY, OR FITNESS FOR A -- PARTICULAR PURPOSE OF SAID MATERIAL. --* -- CHECK THAT NON-CONSECUTIVE UNDERSCORES ARE PERMITTED -- IN EVERY PART OF BASED INTEGER, FLOATING POINT, AND FIXED POINT LITERALS. -- WMC 03/16/92 CONSOLIDATION OF C24202A.ADA, C24202B.ADA, C24202C.ADA WITH REPORT; PROCEDURE C24202D IS USE REPORT; TYPE FIXED1 IS DELTA 2.0**(-6) RANGE 0.0 .. 10.0; I1, I2 : INTEGER; F1, F2, F3 : FLOAT; F4, F5 : FIXED1; BEGIN TEST("C24202D", "UNDERSCORES ALLOWED IN NUMERIC LITERALS"); I1 := 12_3; I2 := 16#D#E0_1; IF (I1 /= 123) OR (I2 /= 16#D#E01) THEN FAILED("UNDERSCORES IN INTEGER LITERALS NOT HANDLED CORRECTLY"); END IF; F1 := 1.2_5E1; F2 := 8#1_3.5#; F3 := 8#3.4#E1_1; IF (F1 /= 1.25E1) OR (F2 /= 8#13.5#) OR (F3 /= 8#3.4#E11) THEN FAILED("UNDERSCORES IN FLOATING POINT LITERALS NOT " & "HANDLED CORRECTLY"); END IF; F4 := 1_6#1.A#; F5 := 8#2.3_7#; IF (F4 /= 16#1.A#) OR (F5 /= 8#2.37#) THEN FAILED("UNDERSCORES IN FIXED POINT LITERALS NOT " & "HANDLED CORRECTLY"); END IF; RESULT; END C24202D;
emc_512/lab/PSpice/SCHEMATICS/Schematictl.als
antelk/teaching
0
2087
* Schematics Aliases * .ALIASES X_U1 U1(1=$N_0001 2=$N_0002 ) R_R2 R2(1=$N_0003 2=$N_0001 ) R_R1 R1(1=0 2=$N_0004 ) V_V3 V3(+=$N_0003 -=0 ) T_T1 T1(A+=$N_0002 A-=0 B+=$N_0004 B-=0 ) .ENDALIASES
_maps/obj2A.asm
vladjester2020/Sonic1TMR
0
171757
; --------------------------------------------------------------------------- ; Sprite mappings - doors (SBZ) ; --------------------------------------------------------------------------- dc.w byte_89FE-Map_obj2A, byte_8A09-Map_obj2A dc.w byte_8A14-Map_obj2A, byte_8A1F-Map_obj2A dc.w byte_8A2A-Map_obj2A, byte_8A35-Map_obj2A dc.w byte_8A40-Map_obj2A, byte_8A4B-Map_obj2A dc.w byte_8A56-Map_obj2A byte_89FE: dc.b 2 dc.b $E0, 7, 8, 0, $F8 ; door closed dc.b 0, 7, 8, 0, $F8 byte_8A09: dc.b 2 dc.b $DC, 7, 8, 0, $F8 dc.b 4, 7, 8, 0, $F8 byte_8A14: dc.b 2 dc.b $D8, 7, 8, 0, $F8 dc.b 8, 7, 8, 0, $F8 byte_8A1F: dc.b 2 dc.b $D4, 7, 8, 0, $F8 dc.b $C, 7, 8, 0, $F8 byte_8A2A: dc.b 2 dc.b $D0, 7, 8, 0, $F8 dc.b $10, 7, 8, 0, $F8 byte_8A35: dc.b 2 dc.b $CC, 7, 8, 0, $F8 dc.b $14, 7, 8, 0, $F8 byte_8A40: dc.b 2 dc.b $C8, 7, 8, 0, $F8 dc.b $18, 7, 8, 0, $F8 byte_8A4B: dc.b 2 dc.b $C4, 7, 8, 0, $F8 dc.b $1C, 7, 8, 0, $F8 byte_8A56: dc.b 2 dc.b $C0, 7, 8, 0, $F8 ; door fully open dc.b $20, 7, 8, 0, $F8 even
tools-src/gnu/gcc/gcc/ada/par-prag.adb
enfoTek/tomato.linksys.e2000.nvram-mod
80
1118
<filename>tools-src/gnu/gcc/gcc/ada/par-prag.adb ------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- P A R . P R A G -- -- -- -- B o d y -- -- -- -- $Revision$ -- -- -- Copyright (C) 1992-2001 Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 2, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNAT; see file COPYING. If not, write -- -- to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, -- -- MA 02111-1307, USA. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ -- Generally the parser checks the basic syntax of pragmas, but does not -- do specialized syntax checks for individual pragmas, these are deferred -- to semantic analysis time (see unit Sem_Prag). There are some pragmas -- which require recognition and either partial or complete processing -- during parsing, and this unit performs this required processing. with Fname.UF; use Fname.UF; with Osint; use Osint; with Stringt; use Stringt; with Stylesw; use Stylesw; with Uintp; use Uintp; with Uname; use Uname; separate (Par) function Prag (Pragma_Node : Node_Id; Semi : Source_Ptr) return Node_Id is Pragma_Name : constant Name_Id := Chars (Pragma_Node); Pragma_Sloc : constant Source_Ptr := Sloc (Pragma_Node); Arg_Count : Nat; Arg_Node : Node_Id; ----------------------- -- Local Subprograms -- ----------------------- function Arg1 return Node_Id; function Arg2 return Node_Id; function Arg3 return Node_Id; function Arg4 return Node_Id; -- Obtain specified Pragma_Argument_Association. It is allowable to call -- the routine for the argument one past the last present argument, but -- that is the only case in which a non-present argument can be referenced. procedure Check_Arg_Count (Required : Int); -- Check argument count for pragma = Required. -- If not give error and raise Error_Resync. procedure Check_Arg_Is_String_Literal (Arg : Node_Id); -- Check the expression of the specified argument to make sure that it -- is a string literal. If not give error and raise Error_Resync. procedure Check_Arg_Is_On_Or_Off (Arg : Node_Id); -- Check the expression of the specified argument to make sure that it -- is an identifier which is either ON or OFF, and if not, then issue -- an error message and raise Error_Resync. procedure Check_No_Identifier (Arg : Node_Id); -- Checks that the given argument does not have an identifier. If an -- identifier is present, then an error message is issued, and -- Error_Resync is raised. procedure Check_Optional_Identifier (Arg : Node_Id; Id : Name_Id); -- Checks if the given argument has an identifier, and if so, requires -- it to match the given identifier name. If there is a non-matching -- identifier, then an error message is given and Error_Resync raised. procedure Check_Required_Identifier (Arg : Node_Id; Id : Name_Id); -- Same as Check_Optional_Identifier, except that the name is required -- to be present and to match the given Id value. ---------- -- Arg1 -- ---------- function Arg1 return Node_Id is begin return First (Pragma_Argument_Associations (Pragma_Node)); end Arg1; ---------- -- Arg2 -- ---------- function Arg2 return Node_Id is begin return Next (Arg1); end Arg2; ---------- -- Arg3 -- ---------- function Arg3 return Node_Id is begin return Next (Arg2); end Arg3; ---------- -- Arg4 -- ---------- function Arg4 return Node_Id is begin return Next (Arg3); end Arg4; --------------------- -- Check_Arg_Count -- --------------------- procedure Check_Arg_Count (Required : Int) is begin if Arg_Count /= Required then Error_Msg ("wrong number of arguments for pragma%", Pragma_Sloc); raise Error_Resync; end if; end Check_Arg_Count; ---------------------------- -- Check_Arg_Is_On_Or_Off -- ---------------------------- procedure Check_Arg_Is_On_Or_Off (Arg : Node_Id) is Argx : constant Node_Id := Expression (Arg); begin if Nkind (Expression (Arg)) /= N_Identifier or else (Chars (Argx) /= Name_On and then Chars (Argx) /= Name_Off) then Error_Msg_Name_2 := Name_On; Error_Msg_Name_3 := Name_Off; Error_Msg ("argument for pragma% must be% or%", Sloc (Argx)); raise Error_Resync; end if; end Check_Arg_Is_On_Or_Off; --------------------------------- -- Check_Arg_Is_String_Literal -- --------------------------------- procedure Check_Arg_Is_String_Literal (Arg : Node_Id) is begin if Nkind (Expression (Arg)) /= N_String_Literal then Error_Msg ("argument for pragma% must be string literal", Sloc (Expression (Arg))); raise Error_Resync; end if; end Check_Arg_Is_String_Literal; ------------------------- -- Check_No_Identifier -- ------------------------- procedure Check_No_Identifier (Arg : Node_Id) is begin if Chars (Arg) /= No_Name then Error_Msg_N ("pragma% does not permit named arguments", Arg); raise Error_Resync; end if; end Check_No_Identifier; ------------------------------- -- Check_Optional_Identifier -- ------------------------------- procedure Check_Optional_Identifier (Arg : Node_Id; Id : Name_Id) is begin if Present (Arg) and then Chars (Arg) /= No_Name then if Chars (Arg) /= Id then Error_Msg_Name_2 := Id; Error_Msg_N ("pragma% argument expects identifier%", Arg); end if; end if; end Check_Optional_Identifier; ------------------------------- -- Check_Required_Identifier -- ------------------------------- procedure Check_Required_Identifier (Arg : Node_Id; Id : Name_Id) is begin if Chars (Arg) /= Id then Error_Msg_Name_2 := Id; Error_Msg_N ("pragma% argument must have identifier%", Arg); end if; end Check_Required_Identifier; ---------- -- Prag -- ---------- begin Error_Msg_Name_1 := Pragma_Name; -- Count number of arguments. This loop also checks if any of the arguments -- are Error, indicating a syntax error as they were parsed. If so, we -- simply return, because we get into trouble with cascaded errors if we -- try to perform our error checks on junk arguments. Arg_Count := 0; if Present (Pragma_Argument_Associations (Pragma_Node)) then Arg_Node := Arg1; while Arg_Node /= Empty loop Arg_Count := Arg_Count + 1; if Expression (Arg_Node) = Error then return Error; end if; Next (Arg_Node); end loop; end if; -- Remaining processing is pragma dependent case Get_Pragma_Id (Pragma_Name) is ------------ -- Ada_83 -- ------------ -- This pragma must be processed at parse time, since we want to set -- the Ada 83 and Ada 95 switches properly at parse time to recognize -- Ada 83 syntax or Ada 95 syntax as appropriate. when Pragma_Ada_83 => Ada_83 := True; Ada_95 := False; ------------ -- Ada_95 -- ------------ -- This pragma must be processed at parse time, since we want to set -- the Ada 83 and Ada_95 switches properly at parse time to recognize -- Ada 83 syntax or Ada 95 syntax as appropriate. when Pragma_Ada_95 => Ada_83 := False; Ada_95 := True; ----------- -- Debug -- ----------- -- pragma Debug (PROCEDURE_CALL_STATEMENT); -- This has to be processed by the parser because of the very peculiar -- form of the second parameter, which is syntactically from a formal -- point of view a function call (since it must be an expression), but -- semantically we treat it as a procedure call (which has exactly the -- same syntactic form, so that's why we can get away with this!) when Pragma_Debug => Check_Arg_Count (1); Check_No_Identifier (Arg1); declare Expr : constant Node_Id := New_Copy (Expression (Arg1)); begin if Nkind (Expr) /= N_Indexed_Component and then Nkind (Expr) /= N_Function_Call and then Nkind (Expr) /= N_Identifier and then Nkind (Expr) /= N_Selected_Component then Error_Msg ("argument of pragma% is not procedure call", Sloc (Expr)); raise Error_Resync; else Set_Debug_Statement (Pragma_Node, P_Statement_Name (Expr)); end if; end; ------------------------------- -- Extensions_Allowed (GNAT) -- ------------------------------- -- pragma Extensions_Allowed (Off | On) -- The processing for pragma Extensions_Allowed must be done at -- parse time, since extensions mode may affect what is accepted. when Pragma_Extensions_Allowed => Check_Arg_Count (1); Check_No_Identifier (Arg1); Check_Arg_Is_On_Or_Off (Arg1); Opt.Extensions_Allowed := (Chars (Expression (Arg1)) = Name_On); ---------------- -- List (2.8) -- ---------------- -- pragma List (Off | On) -- The processing for pragma List must be done at parse time, -- since a listing can be generated in parse only mode. when Pragma_List => Check_Arg_Count (1); Check_No_Identifier (Arg1); Check_Arg_Is_On_Or_Off (Arg1); -- We unconditionally make a List_On entry for the pragma, so that -- in the List (Off) case, the pragma will print even in a region -- of code with listing turned off (this is required!) List_Pragmas.Increment_Last; List_Pragmas.Table (List_Pragmas.Last) := (Ptyp => List_On, Ploc => Sloc (Pragma_Node)); -- Now generate the list off entry for pragma List (Off) if Chars (Expression (Arg1)) = Name_Off then List_Pragmas.Increment_Last; List_Pragmas.Table (List_Pragmas.Last) := (Ptyp => List_Off, Ploc => Semi); end if; ---------------- -- Page (2.8) -- ---------------- -- pragma Page; -- Processing for this pragma must be done at parse time, since a -- listing can be generated in parse only mode with semantics off. when Pragma_Page => Check_Arg_Count (0); List_Pragmas.Increment_Last; List_Pragmas.Table (List_Pragmas.Last) := (Page, Semi); ----------------------------- -- Source_File_Name (GNAT) -- ----------------------------- -- There are five forms of this pragma: -- pragma Source_File_Name ( -- [UNIT_NAME =>] unit_NAME, -- BODY_FILE_NAME => STRING_LITERAL); -- pragma Source_File_Name ( -- [UNIT_NAME =>] unit_NAME, -- SPEC_FILE_NAME => STRING_LITERAL); -- pragma Source_File_Name ( -- BODY_FILE_NAME => STRING_LITERAL -- [, DOT_REPLACEMENT => STRING_LITERAL] -- [, CASING => CASING_SPEC]); -- pragma Source_File_Name ( -- SPEC_FILE_NAME => STRING_LITERAL -- [, DOT_REPLACEMENT => STRING_LITERAL] -- [, CASING => CASING_SPEC]); -- pragma Source_File_Name ( -- SUBUNIT_FILE_NAME => STRING_LITERAL -- [, DOT_REPLACEMENT => STRING_LITERAL] -- [, CASING => CASING_SPEC]); -- CASING_SPEC ::= Uppercase | Lowercase | Mixedcase -- Note: we process this during parsing, since we need to have the -- source file names set well before the semantic analysis starts, -- since we load the spec and with'ed packages before analysis. when Pragma_Source_File_Name => Source_File_Name : declare Unam : Unit_Name_Type; Expr1 : Node_Id; Pat : String_Ptr; Typ : Character; Dot : String_Ptr; Cas : Casing_Type; Nast : Nat; function Get_Fname (Arg : Node_Id) return Name_Id; -- Process file name from unit name form of pragma function Get_String_Argument (Arg : Node_Id) return String_Ptr; -- Process string literal value from argument procedure Process_Casing (Arg : Node_Id); -- Process Casing argument of pattern form of pragma procedure Process_Dot_Replacement (Arg : Node_Id); -- Process Dot_Replacement argument of patterm form of pragma --------------- -- Get_Fname -- --------------- function Get_Fname (Arg : Node_Id) return Name_Id is begin String_To_Name_Buffer (Strval (Expression (Arg))); for J in 1 .. Name_Len loop if Is_Directory_Separator (Name_Buffer (J)) then Error_Msg ("directory separator character not allowed", Sloc (Expression (Arg)) + Source_Ptr (J)); end if; end loop; return Name_Find; end Get_Fname; ------------------------- -- Get_String_Argument -- ------------------------- function Get_String_Argument (Arg : Node_Id) return String_Ptr is Str : String_Id; begin if Nkind (Expression (Arg)) /= N_String_Literal and then Nkind (Expression (Arg)) /= N_Operator_Symbol then Error_Msg_N ("argument for pragma% must be string literal", Arg); raise Error_Resync; end if; Str := Strval (Expression (Arg)); -- Check string has no wide chars for J in 1 .. String_Length (Str) loop if Get_String_Char (Str, J) > 255 then Error_Msg ("wide character not allowed in pattern for pragma%", Sloc (Expression (Arg2)) + Text_Ptr (J) - 1); end if; end loop; -- Acquire string String_To_Name_Buffer (Str); return new String'(Name_Buffer (1 .. Name_Len)); end Get_String_Argument; -------------------- -- Process_Casing -- -------------------- procedure Process_Casing (Arg : Node_Id) is Expr : constant Node_Id := Expression (Arg); begin Check_Required_Identifier (Arg, Name_Casing); if Nkind (Expr) = N_Identifier then if Chars (Expr) = Name_Lowercase then Cas := All_Lower_Case; return; elsif Chars (Expr) = Name_Uppercase then Cas := All_Upper_Case; return; elsif Chars (Expr) = Name_Mixedcase then Cas := Mixed_Case; return; end if; end if; Error_Msg_N ("Casing argument for pragma% must be " & "one of Mixedcase, Lowercase, Uppercase", Arg); end Process_Casing; ----------------------------- -- Process_Dot_Replacement -- ----------------------------- procedure Process_Dot_Replacement (Arg : Node_Id) is begin Check_Required_Identifier (Arg, Name_Dot_Replacement); Dot := Get_String_Argument (Arg); end Process_Dot_Replacement; -- Start of processing for Source_File_Name pragma begin -- We permit from 1 to 3 arguments if Arg_Count not in 1 .. 3 then Check_Arg_Count (1); end if; Expr1 := Expression (Arg1); -- If first argument is identifier or selected component, then -- we have the specific file case of the Source_File_Name pragma, -- and the first argument is a unit name. if Nkind (Expr1) = N_Identifier or else (Nkind (Expr1) = N_Selected_Component and then Nkind (Selector_Name (Expr1)) = N_Identifier) then Check_Arg_Count (2); Check_Optional_Identifier (Arg1, Name_Unit_Name); Unam := Get_Unit_Name (Expr1); Check_Arg_Is_String_Literal (Arg2); if Chars (Arg2) = Name_Spec_File_Name then Set_File_Name (Get_Spec_Name (Unam), Get_Fname (Arg2)); elsif Chars (Arg2) = Name_Body_File_Name then Set_File_Name (Unam, Get_Fname (Arg2)); else Error_Msg_N ("pragma% argument has incorrect identifier", Arg2); return Pragma_Node; end if; -- If the first argument is not an identifier, then we must have -- the pattern form of the pragma, and the first argument must be -- the pattern string with an appropriate name. else if Chars (Arg1) = Name_Spec_File_Name then Typ := 's'; elsif Chars (Arg1) = Name_Body_File_Name then Typ := 'b'; elsif Chars (Arg1) = Name_Subunit_File_Name then Typ := 'u'; elsif Chars (Arg1) = Name_Unit_Name then Error_Msg_N ("Unit_Name parameter for pragma% must be an identifier", Arg1); raise Error_Resync; else Error_Msg_N ("pragma% argument has incorrect identifier", Arg1); raise Error_Resync; end if; Pat := Get_String_Argument (Arg1); -- Check pattern has exactly one asterisk Nast := 0; for J in Pat'Range loop if Pat (J) = '*' then Nast := Nast + 1; end if; end loop; if Nast /= 1 then Error_Msg_N ("file name pattern must have exactly one * character", Arg2); return Pragma_Node; end if; -- Set defaults for Casing and Dot_Separator parameters Cas := All_Lower_Case; Dot := new String'("."); -- Process second and third arguments if present if Arg_Count > 1 then if Chars (Arg2) = Name_Casing then Process_Casing (Arg2); if Arg_Count = 3 then Process_Dot_Replacement (Arg3); end if; else Process_Dot_Replacement (Arg2); if Arg_Count = 3 then Process_Casing (Arg3); end if; end if; end if; Set_File_Name_Pattern (Pat, Typ, Dot, Cas); end if; end Source_File_Name; ----------------------------- -- Source_Reference (GNAT) -- ----------------------------- -- pragma Source_Reference -- (INTEGER_LITERAL [, STRING_LITERAL] ); -- Processing for this pragma must be done at parse time, since error -- messages needing the proper line numbers can be generated in parse -- only mode with semantic checking turned off, and indeed we usually -- turn off semantic checking anyway if any parse errors are found. when Pragma_Source_Reference => Source_Reference : declare Fname : Name_Id; begin if Arg_Count /= 1 then Check_Arg_Count (2); Check_No_Identifier (Arg2); end if; -- Check that this is first line of file. We skip this test if -- we are in syntax check only mode, since we may be dealing with -- multiple compilation units. if Get_Physical_Line_Number (Pragma_Sloc) /= 1 and then Num_SRef_Pragmas (Current_Source_File) = 0 and then Operating_Mode /= Check_Syntax then Error_Msg ("first % pragma must be first line of file", Pragma_Sloc); raise Error_Resync; end if; Check_No_Identifier (Arg1); if Arg_Count = 1 then if Num_SRef_Pragmas (Current_Source_File) = 0 then Error_Msg ("file name required for first % pragma in file", Pragma_Sloc); raise Error_Resync; else Fname := No_Name; end if; -- File name present else Check_Arg_Is_String_Literal (Arg2); String_To_Name_Buffer (Strval (Expression (Arg2))); Fname := Name_Find; if Num_SRef_Pragmas (Current_Source_File) > 0 then if Fname /= Full_Ref_Name (Current_Source_File) then Error_Msg ("file name must be same in all % pragmas", Pragma_Sloc); raise Error_Resync; end if; end if; end if; if Nkind (Expression (Arg1)) /= N_Integer_Literal then Error_Msg ("argument for pragma% must be integer literal", Sloc (Expression (Arg1))); raise Error_Resync; -- OK, this source reference pragma is effective, however, we -- ignore it if it is not in the first unit in the multiple unit -- case. This is because the only purpose in this case is to -- provide source pragmas for subsequent use by gnatchop. else if Num_Library_Units = 1 then Register_Source_Ref_Pragma (Fname, Strip_Directory (Fname), UI_To_Int (Intval (Expression (Arg1))), Get_Physical_Line_Number (Pragma_Sloc) + 1); end if; end if; end Source_Reference; ------------------------- -- Style_Checks (GNAT) -- ------------------------- -- pragma Style_Checks (On | Off | ALL_CHECKS | STRING_LITERAL); -- This is processed by the parser since some of the style -- checks take place during source scanning and parsing. when Pragma_Style_Checks => Style_Checks : declare A : Node_Id; S : String_Id; C : Char_Code; OK : Boolean := True; begin -- Two argument case is only for semantics if Arg_Count = 2 then null; else Check_Arg_Count (1); Check_No_Identifier (Arg1); A := Expression (Arg1); if Nkind (A) = N_String_Literal then S := Strval (A); declare Slen : Natural := Natural (String_Length (S)); Options : String (1 .. Slen); J : Natural; Ptr : Natural; begin J := 1; loop C := Get_String_Char (S, Int (J)); if not In_Character_Range (C) then OK := False; Ptr := J; exit; else Options (J) := Get_Character (C); end if; if J = Slen then Set_Style_Check_Options (Options, OK, Ptr); exit; else J := J + 1; end if; end loop; if not OK then Error_Msg ("invalid style check option", Sloc (Expression (Arg1)) + Source_Ptr (Ptr)); raise Error_Resync; end if; end; elsif Nkind (A) /= N_Identifier then OK := False; elsif Chars (A) = Name_All_Checks then Stylesw.Set_Default_Style_Check_Options; elsif Chars (A) = Name_On then Style_Check := True; elsif Chars (A) = Name_Off then Style_Check := False; else OK := False; end if; if not OK then Error_Msg ("incorrect argument for pragma%", Sloc (A)); raise Error_Resync; end if; end if; end Style_Checks; --------------------- -- Warnings (GNAT) -- --------------------- -- pragma Warnings (On | Off, [LOCAL_NAME]) -- The one argument case is processed by the parser, since it may -- control parser warnings as well as semantic warnings, and in any -- case we want to be absolutely sure that the range in the warnings -- table is set well before any semantic analysis is performed. when Pragma_Warnings => if Arg_Count = 1 then Check_No_Identifier (Arg1); Check_Arg_Is_On_Or_Off (Arg1); if Chars (Expression (Arg1)) = Name_On then Set_Warnings_Mode_On (Pragma_Sloc); else Set_Warnings_Mode_Off (Pragma_Sloc); end if; end if; ----------------------- -- All Other Pragmas -- ----------------------- -- For all other pragmas, checking and processing is handled -- entirely in Sem_Prag, and no further checking is done by Par. when Pragma_Abort_Defer | Pragma_AST_Entry | Pragma_All_Calls_Remote | Pragma_Annotate | Pragma_Assert | Pragma_Asynchronous | Pragma_Atomic | Pragma_Atomic_Components | Pragma_Attach_Handler | Pragma_CPP_Class | Pragma_CPP_Constructor | Pragma_CPP_Virtual | Pragma_CPP_Vtable | Pragma_C_Pass_By_Copy | Pragma_Comment | Pragma_Common_Object | Pragma_Complex_Representation | Pragma_Component_Alignment | Pragma_Controlled | Pragma_Convention | Pragma_Discard_Names | Pragma_Eliminate | Pragma_Elaborate | Pragma_Elaborate_All | Pragma_Elaborate_Body | Pragma_Elaboration_Checks | Pragma_Export | Pragma_Export_Exception | Pragma_Export_Function | Pragma_Export_Object | Pragma_Export_Procedure | Pragma_Export_Valued_Procedure | Pragma_Extend_System | Pragma_External | Pragma_External_Name_Casing | Pragma_Finalize_Storage_Only | Pragma_Float_Representation | Pragma_Ident | Pragma_Import | Pragma_Import_Exception | Pragma_Import_Function | Pragma_Import_Object | Pragma_Import_Procedure | Pragma_Import_Valued_Procedure | Pragma_Initialize_Scalars | Pragma_Inline | Pragma_Inline_Always | Pragma_Inline_Generic | Pragma_Inspection_Point | Pragma_Interface | Pragma_Interface_Name | Pragma_Interrupt_Handler | Pragma_Interrupt_Priority | Pragma_Java_Constructor | Pragma_Java_Interface | Pragma_License | Pragma_Link_With | Pragma_Linker_Alias | Pragma_Linker_Options | Pragma_Linker_Section | Pragma_Locking_Policy | Pragma_Long_Float | Pragma_Machine_Attribute | Pragma_Main | Pragma_Main_Storage | Pragma_Memory_Size | Pragma_No_Return | Pragma_No_Run_Time | Pragma_Normalize_Scalars | Pragma_Optimize | Pragma_Pack | Pragma_Passive | Pragma_Polling | Pragma_Preelaborate | Pragma_Priority | Pragma_Propagate_Exceptions | Pragma_Psect_Object | Pragma_Pure | Pragma_Pure_Function | Pragma_Queuing_Policy | Pragma_Remote_Call_Interface | Pragma_Remote_Types | Pragma_Restrictions | Pragma_Restricted_Run_Time | Pragma_Ravenscar | Pragma_Reviewable | Pragma_Share_Generic | Pragma_Shared | Pragma_Shared_Passive | Pragma_Storage_Size | Pragma_Storage_Unit | Pragma_Stream_Convert | Pragma_Subtitle | Pragma_Suppress | Pragma_Suppress_All | Pragma_Suppress_Debug_Info | Pragma_Suppress_Initialization | Pragma_System_Name | Pragma_Task_Dispatching_Policy | Pragma_Task_Info | Pragma_Task_Name | Pragma_Task_Storage | Pragma_Time_Slice | Pragma_Title | Pragma_Unchecked_Union | Pragma_Unimplemented_Unit | Pragma_Unreserve_All_Interrupts | Pragma_Unsuppress | Pragma_Use_VADS_Size | Pragma_Volatile | Pragma_Volatile_Components | Pragma_Weak_External | Pragma_Validity_Checks => null; end case; return Pragma_Node; -------------------- -- Error Handling -- -------------------- exception when Error_Resync => return Error; end Prag;
programs/oeis/109/A109164.asm
neoneye/loda
22
105430
; A109164: a(n) = 4*a(n-1) - 4*a(n-2) + a(n-3), n >= 3; a(0)=1, a(1)=6, a(2)=20. ; 1,6,20,57,154,408,1073,2814,7372,19305,50546,132336,346465,907062,2374724,6217113,16276618,42612744,111561617,292072110,764654716,2001892041,5241021410,13721172192,35922495169,94046313318,246216444788 mov $1,8 mov $2,2 lpb $0 sub $0,1 add $2,$1 add $1,$2 lpe div $1,2 sub $1,3 mov $0,$1
programs/add_two_numbers.asm
blurpy/8-bit-computer-emulator
12
27434
<reponame>blurpy/8-bit-computer-emulator LDA 14 ; Put the value from memory location 14 in the A-register ADD 15 ; Put the value from memory location 15 in the B-register, and store A+B in the A-register OUT ; Output the value of the A-register HLT ; Halt the computer ORG 14 ; Change memory location to 14 DB 28 ; Define a byte with the value 28 at memory location 14 DB 14 ; Define a byte with the value 14 at memory location 15
libsrc/_DEVELOPMENT/adt/p_queue/c/sdcc_iy/p_queue_size_fastcall.asm
meesokim/z88dk
0
176695
; size_t p_queue_size_fastcall(p_queue_t *q) SECTION code_adt_p_queue PUBLIC _p_queue_size_fastcall defc _p_queue_size_fastcall = asm_p_queue_size INCLUDE "adt/p_queue/z80/asm_p_queue_size.asm"
test/Succeed/Issue4447.agda
shlevy/agda
1,989
8886
-- Andreas, 2020-02-15, issue #4447, reported by zraffer record Wrap : Set₁ where constructor ↑ field ↓ : Set open Wrap public data Unit : Set -- The type checker sees through this definition, -- thus, the positivity checker should as well: 𝕌nit = ↑ Unit data Unit where unit : ↓ 𝕌nit -- WAS: internal error in the positivity checker.
programs/oeis/198/A198395.asm
jmorken/loda
1
104449
; A198395: Ceiling(n*sqrt(17)). ; 0,5,9,13,17,21,25,29,33,38,42,46,50,54,58,62,66,71,75,79,83,87,91,95,99,104,108,112,116,120,124,128,132,137,141,145,149,153,157,161,165,170,174,178,182,186,190,194,198,203,207,211,215,219,223,227,231,236,240,244,248,252,256,260,264,269,273,277,281,285,289,293,297,301,306,310,314,318,322,326,330,334,339,343,347,351,355,359,363,367,372,376,380,384,388,392,396,400,405,409,413,417,421,425,429,433,438,442,446,450,454,458,462,466,471,475,479,483,487,491,495,499,504,508,512,516,520,524,528,532,537,541,545,549,553,557,561,565,569,574,578,582,586,590,594,598,602,607,611,615,619,623,627,631,635,640,644,648,652,656,660,664,668,673,677,681,685,689,693,697,701,706,710,714,718,722,726,730,734,739,743,747,751,755,759,763,767,772,776,780,784,788,792,796,800,805,809,813,817,821,825,829,833,837,842,846,850,854,858,862,866,870,875,879,883,887,891,895,899,903,908,912,916,920,924,928,932,936,941,945,949,953,957,961,965,969,974,978,982,986,990,994,998,1002,1007,1011,1015,1019,1023,1027 mul $0,2 mov $1,$0 mov $3,$0 mul $0,2 mul $1,2 mov $2,1 lpb $2 mul $1,$0 add $2,$3 mov $4,1 lpb $1 trn $1,$2 add $2,2 lpe lpb $4 mov $1,$2 trn $4,$2 lpe mov $2,0 lpe div $1,2
oeis/142/A142060.asm
neoneye/loda-programs
11
14919
<gh_stars>10-100 ; A142060: Primes congruent to 19 mod 33. ; Submitted by <NAME> ; 19,151,283,349,547,613,811,877,1009,1471,1669,1801,1867,1933,1999,2131,2593,2659,2791,2857,3121,3187,3253,3319,3517,3583,3847,4111,4177,4243,4441,4507,4639,4903,4969,5101,5167,5233,5431,5563,5827,6091,6421,6553,6619,6883,6949,7213,7411,7477,7741,7873,8269,8467,8599,8731,8863,8929,9127,9391,9721,9787,10513,10711,10909,11173,11239,11437,11503,11701,11833,12097,12163,12757,12823,12889,13219,13417,13681,13879,14011,14143,14341,14407,14737,14869,15199,15331,15661,15727,15859,15991,16057,16189,16453 mov $2,$0 add $2,6 pow $2,2 lpb $2 add $4,18 mov $3,$4 seq $3,10051 ; Characteristic function of primes: 1 if n is prime, else 0. sub $0,$3 mov $1,$0 max $1,0 cmp $1,$0 mul $2,$1 sub $2,1 add $4,48 lpe mov $0,$4 add $0,19
agda/Number/Instances/QuoIntFromInt.agda
mchristianl/synthetic-reals
3
7445
<reponame>mchristianl/synthetic-reals<filename>agda/Number/Instances/QuoIntFromInt.agda {-# OPTIONS --cubical --no-import-sorts #-} module Number.Instances.QuoIntFromInt where open import Agda.Primitive renaming (_⊔_ to ℓ-max; lsuc to ℓ-suc; lzero to ℓ-zero) open import Cubical.Foundations.Everything hiding (⋆) renaming (_⁻¹ to _⁻¹ᵖ; assoc to ∙-assoc) open import Cubical.Foundations.Logic renaming (inl to inlᵖ; inr to inrᵖ) open import Cubical.Relation.Nullary.Base renaming (¬_ to ¬ᵗ_) open import Cubical.Relation.Binary.Base open import Cubical.Data.Sum.Base renaming (_⊎_ to infixr 4 _⊎_) open import Cubical.Data.Sigma.Base renaming (_×_ to infixr 4 _×_) open import Cubical.Data.Sigma open import Cubical.Data.Bool as Bool using (Bool; not; true; false) open import Cubical.Data.Empty renaming (elim to ⊥-elim; ⊥ to ⊥⊥) -- `⊥` and `elim` open import Cubical.Foundations.Logic renaming (¬_ to ¬ᵖ_; inl to inlᵖ; inr to inrᵖ) open import Function.Base using (it; _∋_; _$_) open import Cubical.Foundations.Isomorphism open import Cubical.Foundations.Univalence open import Cubical.HITs.PropositionalTruncation --.Properties open import Utils using (!_; !!_) open import MoreLogic.Reasoning open import MoreLogic.Definitions open import MoreLogic.Properties open import MorePropAlgebra.Definitions hiding (_≤''_) open import MorePropAlgebra.Structures open import MorePropAlgebra.Bundles open import MorePropAlgebra.Consequences open import Number.Structures2 open import Number.Bundles2 import Agda.Builtin.Int as Builtin import Data.Integer.Base as BuiltinBase import Data.Integer.Properties as BuiltinProps open import Cubical.Data.Nat.Literals open import Number.Prelude.Nat open import Number.Prelude.Int import Cubical.Data.Int as Int import Number.Instances.Int open import Cubical.HITs.Ints.QuoInt as QuoInt using ( ℤ ; _+_ ; -_ ; Int≡ℤ ; signed ; posneg ; ℤ→Int ; sucℤ ; predℤ ; sign ; abs ; pos ; neg ; +-comm ; +-assoc ; sucℤ-+ʳ ) renaming ( _*_ to _·_ ) ℤ≡Int = sym Int≡ℤ private _·ᵗʳ_ : Int → Int → Int _·ᵗʳ_ = transport (λ i → (ℤ≡Int i → ℤ≡Int i → ℤ≡Int i)) _·_ ·≡·ᵗʳ : PathP (λ i → (ℤ≡Int i → ℤ≡Int i → ℤ≡Int i)) _·_ _·ᵗʳ_ ·≡·ᵗʳ i = transp (λ j → ℤ≡Int (i ∧ j) → ℤ≡Int (i ∧ j) → ℤ≡Int (i ∧ j)) (~ i) _·_ lemma1 : ∀ a b → b +ⁿ a ·ⁿ suc b ≡ a ·ⁿ b +ⁿ (a +ⁿ b) lemma1 a b = b +ⁿ a ·ⁿ suc b ≡⟨ (λ i → b +ⁿ ·ⁿ-suc a b i) ⟩ b +ⁿ (a +ⁿ a ·ⁿ b) ≡⟨ +ⁿ-assoc b a (a ·ⁿ b) ⟩ (b +ⁿ a) +ⁿ a ·ⁿ b ≡⟨ (λ i → +ⁿ-comm b a i +ⁿ a ·ⁿ b) ⟩ (a +ⁿ b) +ⁿ a ·ⁿ b ≡⟨ +ⁿ-comm (a +ⁿ b) (a ·ⁿ b) ⟩ a ·ⁿ b +ⁿ (a +ⁿ b) ∎ ·ᵗʳ≡'·ᶻ : ∀ a b → a ·ᵗʳ b ≡ a ·ᶻ b ·ᵗʳ≡'·ᶻ (posᶻ 0 ) (posᶻ 0 ) = refl ·ᵗʳ≡'·ᶻ (posᶻ 0 ) (posᶻ (suc b)) = refl ·ᵗʳ≡'·ᶻ (posᶻ (suc a)) (posᶻ 0 ) = refl ·ᵗʳ≡'·ᶻ (posᶻ (suc a)) (posᶻ (suc b)) = refl ·ᵗʳ≡'·ᶻ (posᶻ 0 ) (negsucᶻ b ) = refl ·ᵗʳ≡'·ᶻ (posᶻ (suc a)) (negsucᶻ b ) i = negsucᶻ (lemma1 a b i) ·ᵗʳ≡'·ᶻ (negsucᶻ a ) (posᶻ 0 ) i = ℤ→Int (signed sneg (·ⁿ-nullifiesʳ a i)) ·ᵗʳ≡'·ᶻ (negsucᶻ a ) (posᶻ (suc b)) i = negsucᶻ (lemma1 a b i) ·ᵗʳ≡'·ᶻ (negsucᶻ a ) (negsucᶻ b ) = refl ·ᵗʳ≡·ᶻ : _·ᵗʳ_ ≡ _·ᶻ_ ·ᵗʳ≡·ᶻ i a b = ·ᵗʳ≡'·ᶻ a b i ·≡·ᶻ : PathP (λ i → (ℤ≡Int i → ℤ≡Int i → ℤ≡Int i)) _·_ _·ᶻ_ ·≡·ᶻ = J (λ _⋆_ _ → PathP (λ i → (ℤ≡Int i → ℤ≡Int i → ℤ≡Int i)) _·_ _⋆_) ·≡·ᵗʳ ·ᵗʳ≡·ᶻ -- ·-assoc''''' : ∀ a b c → a · (b · c) ≡ (a · b) · c -- ·-assoc''''' = transport γ ·-assoc where -- γ : ((m n o : Z) → m · (n · o) ≡ (m · n) · o) -- ≡ ((a b c : ℤ) → a · (b · c) ≡ (a · b) · c) -- γ i = let _⋆_ = QuoInt·≡· i in (x y z : ℤ≡Int i) → x ⋆ (y ⋆ z) ≡ (x ⋆ y) ⋆ z sucInt-preserves-ℤ→Int : ∀ a → sucInt (ℤ→Int a) ≡ ℤ→Int (sucℤ a) sucInt-preserves-ℤ→Int (signed spos n) = refl sucInt-preserves-ℤ→Int (signed sneg zero) = refl sucInt-preserves-ℤ→Int (signed sneg (suc zero)) = refl sucInt-preserves-ℤ→Int (signed sneg (suc (suc n))) = refl sucInt-preserves-ℤ→Int (posneg i) = refl predInt-preserves-ℤ→Int : ∀ a → predInt (ℤ→Int a) ≡ ℤ→Int (predℤ a) predInt-preserves-ℤ→Int (signed spos zero) = refl predInt-preserves-ℤ→Int (signed spos (suc n)) = refl predInt-preserves-ℤ→Int (signed sneg zero) = refl predInt-preserves-ℤ→Int (signed sneg (suc n)) = refl predInt-preserves-ℤ→Int (posneg i) = refl -sucℤ-sucℤ≡id : ∀ a → - sucℤ (- sucℤ a) ≡ a -sucℤ-sucℤ≡id (signed spos n) = refl -sucℤ-sucℤ≡id (signed sneg zero) = posneg -sucℤ-sucℤ≡id (signed sneg (suc n)) = refl -sucℤ-sucℤ≡id (posneg i) j = posneg (i ∧ j) sucℤ-sucℤ-≡id : ∀ a → sucℤ (- sucℤ (- a)) ≡ a sucℤ-sucℤ-≡id (signed spos zero) i = posneg (~ i) sucℤ-sucℤ-≡id (signed spos (suc n)) = refl sucℤ-sucℤ-≡id (signed sneg n) = refl sucℤ-sucℤ-≡id (posneg i) j = posneg (i ∨ (~ j)) -sucℤ-sucℤ≡sucℤ-sucℤ- : ∀ a → - sucℤ (- sucℤ a) ≡ sucℤ (- sucℤ (- a)) -sucℤ-sucℤ≡sucℤ-sucℤ- a = -sucℤ-sucℤ≡id a ∙ sym (sucℤ-sucℤ-≡id a) private _+ᵗʳ_ : Int → Int → Int _+ᵗʳ_ = transport (λ i → (ℤ≡Int i → ℤ≡Int i → ℤ≡Int i)) _+_ +≡+ᵗʳ : PathP (λ i → (ℤ≡Int i → ℤ≡Int i → ℤ≡Int i)) _+_ _+ᵗʳ_ +≡+ᵗʳ i = transp (λ j → ℤ≡Int (i ∧ j) → ℤ≡Int (i ∧ j) → ℤ≡Int (i ∧ j)) (~ i) _+_ +ᵗʳ≡'+ᶻ : ∀ a b → a +ᵗʳ b ≡ a +ᶻ b +ᵗʳ≡'+ᶻ (posᶻ 0 ) (posᶻ 0 ) = refl +ᵗʳ≡'+ᶻ (posᶻ 0 ) (posᶻ (suc b)) i = sucInt (Int.+-comm (posᶻ b) 0 i) +ᵗʳ≡'+ᶻ (posᶻ (suc a)) (posᶻ 0 ) i = ℤ→Int (sucℤ (+-comm (pos a) 0 i)) +ᵗʳ≡'+ᶻ (posᶻ (suc a)) (posᶻ (suc b)) = (posᶻ (suc a) +ᵗʳ posᶻ (suc b)) ≡⟨ sym (sucInt-preserves-ℤ→Int (signed spos a + signed spos (suc b))) ⟩ sucInt (posᶻ a +ᵗʳ posᶻ (suc b)) ≡⟨ (λ i → sucInt $ (+ᵗʳ≡'+ᶻ (posᶻ a) (posᶻ (suc b)) ∙ sucInt+ (posᶻ a) (posᶻ b)) i) ⟩ sucInt (posᶻ (suc a) +pos b) ∎ +ᵗʳ≡'+ᶻ (posᶻ 0 ) (negsucᶻ b ) = sym (+negsuc-identityˡ b) +ᵗʳ≡'+ᶻ (posᶻ (suc a)) (negsucᶻ b ) = (posᶻ (suc a) +ᵗʳ negsucᶻ b) ≡⟨ sym $ sucInt-preserves-ℤ→Int (signed spos a + signed sneg (suc b)) ⟩ sucInt (posᶻ a +ᵗʳ negsucᶻ b) ≡⟨ (λ i → sucInt $ +ᵗʳ≡'+ᶻ (posᶻ a) (negsucᶻ b) i) ⟩ sucInt (posᶻ a +ᶻ negsucᶻ b) ≡⟨ sucInt+ (posᶻ a) (negsucᶻ b) ⟩ (posᶻ (suc a) +negsuc b) ∎ +ᵗʳ≡'+ᶻ (negsucᶻ a ) (posᶻ 0 ) i = ℤ→Int $ -_ $ sucℤ $ -_ $ +-comm (signed sneg a) (pos 0) i +ᵗʳ≡'+ᶻ (negsucᶻ a ) (posᶻ (suc b)) = (negsucᶻ a +ᵗʳ posᶻ (suc b)) ≡⟨ (λ i → ℤ→Int $ - sucℤ (- sucℤ-+ʳ (signed sneg a) (signed spos b) (~ i))) ⟩ ℤ→Int (- sucℤ (- sucℤ (signed sneg a + signed spos b))) ≡⟨ (λ i → ℤ→Int $ -sucℤ-sucℤ≡sucℤ-sucℤ- (signed sneg a + signed spos b) i) ⟩ ℤ→Int (sucℤ (- sucℤ (- (signed sneg a + signed spos b)))) ≡⟨ sym $ sucInt-preserves-ℤ→Int (- sucℤ (- (signed sneg a + signed spos b))) ⟩ sucInt (negsucᶻ a +ᵗʳ posᶻ b) ≡⟨ (λ i → sucInt $ +ᵗʳ≡'+ᶻ (negsucᶻ a) (posᶻ b) i) ⟩ sucInt (negsucᶻ a +pos b) ∎ +ᵗʳ≡'+ᶻ (negsucᶻ zero) (negsucᶻ b) = sym $ negsuc+negsuc≡+ⁿ 0 b +ᵗʳ≡'+ᶻ (negsucᶻ (suc a)) (negsucᶻ b) = (negsucᶻ (suc a) +ᵗʳ negsucᶻ b) ≡⟨ sym $ predInt-preserves-ℤ→Int (- sucℤ (- (signed sneg a + signed sneg (suc b)))) ⟩ predInt (negsucᶻ a +ᵗʳ negsucᶻ b) ≡⟨ (λ i → predInt $ +ᵗʳ≡'+ᶻ (negsucᶻ a) (negsucᶻ b) i) ⟩ predInt (negsucᶻ a +ᶻ negsucᶻ b) ≡⟨ predInt+ (negsucᶻ a) (negsucᶻ b) ⟩ (negsucᶻ (suc a) +negsuc b) ∎ +ᵗʳ≡+ᶻ : _+ᵗʳ_ ≡ _+ᶻ_ +ᵗʳ≡+ᶻ i a b = +ᵗʳ≡'+ᶻ a b i +≡+ᶻ : PathP (λ i → (ℤ≡Int i → ℤ≡Int i → ℤ≡Int i)) _+_ _+ᶻ_ +≡+ᶻ = J (λ _+ᵗʳ_ _ → PathP (λ i → (ℤ≡Int i → ℤ≡Int i → ℤ≡Int i)) _+_ _+ᵗʳ_) +≡+ᵗʳ +ᵗʳ≡+ᶻ private -ᵗʳ_ : Int → Int -ᵗʳ_ = transport (λ i → (ℤ≡Int i → ℤ≡Int i)) -_ -≡-ᵗʳ : PathP (λ i → (ℤ≡Int i → ℤ≡Int i)) -_ -ᵗʳ_ -≡-ᵗʳ i = transp (λ j → ℤ≡Int (i ∧ j) → ℤ≡Int (i ∧ j)) (~ i) -_ -ᵗʳ≡'-ᶻ : ∀ a → -ᵗʳ a ≡ -ᶻ a -ᵗʳ≡'-ᶻ (posᶻ zero) = refl -ᵗʳ≡'-ᶻ (posᶻ (suc n)) = refl -ᵗʳ≡'-ᶻ (negsucᶻ n) = refl -ᵗʳ≡-ᶻ : (-ᵗʳ_) ≡ (-ᶻ_) -ᵗʳ≡-ᶻ i a = -ᵗʳ≡'-ᶻ a i -≡-ᶻ : PathP (λ i → (ℤ≡Int i → ℤ≡Int i)) (-_) (-ᶻ_) -≡-ᶻ = J (λ -ᵗʳ_ _ → PathP (λ i → (ℤ≡Int i → ℤ≡Int i)) -_ -ᵗʳ_) -≡-ᵗʳ -ᵗʳ≡-ᶻ min : ℤ → ℤ → ℤ min x y with sign x | sign y ... | spos | spos = pos (minⁿ (abs x) (abs y)) ... | spos | sneg = y ... | sneg | spos = x ... | sneg | sneg = neg (maxⁿ (abs x) (abs y)) max : ℤ → ℤ → ℤ max x y with sign x | sign y ... | spos | spos = pos (maxⁿ (abs x) (abs y)) ... | spos | sneg = x ... | sneg | spos = y ... | sneg | sneg = neg (minⁿ (abs x) (abs y)) private minᵗʳ : Int → Int → Int minᵗʳ = transport (λ i → (ℤ≡Int i → ℤ≡Int i → ℤ≡Int i)) min maxᵗʳ : Int → Int → Int maxᵗʳ = transport (λ i → (ℤ≡Int i → ℤ≡Int i → ℤ≡Int i)) max min≡minᵗʳ : PathP (λ i → (ℤ≡Int i → ℤ≡Int i → ℤ≡Int i)) min minᵗʳ min≡minᵗʳ i = transp (λ j → ℤ≡Int (i ∧ j) → ℤ≡Int (i ∧ j) → ℤ≡Int (i ∧ j)) (~ i) min max≡maxᵗʳ : PathP (λ i → (ℤ≡Int i → ℤ≡Int i → ℤ≡Int i)) max maxᵗʳ max≡maxᵗʳ i = transp (λ j → ℤ≡Int (i ∧ j) → ℤ≡Int (i ∧ j) → ℤ≡Int (i ∧ j)) (~ i) max minᵗʳ≡'minᶻ : ∀ a b → minᵗʳ a b ≡ minᶻ a b minᵗʳ≡'minᶻ (posᶻ 0 ) (posᶻ 0 ) = refl minᵗʳ≡'minᶻ (posᶻ 0 ) (posᶻ (suc b)) = refl minᵗʳ≡'minᶻ (posᶻ (suc a)) (posᶻ 0 ) = refl minᵗʳ≡'minᶻ (posᶻ (suc a)) (posᶻ (suc b)) = refl minᵗʳ≡'minᶻ (posᶻ 0 ) (negsucᶻ b ) = refl minᵗʳ≡'minᶻ (posᶻ (suc a)) (negsucᶻ b ) = refl minᵗʳ≡'minᶻ (negsucᶻ a ) (posᶻ 0 ) = refl minᵗʳ≡'minᶻ (negsucᶻ a ) (posᶻ (suc b)) = refl minᵗʳ≡'minᶻ (negsucᶻ a ) (negsucᶻ b ) = refl maxᵗʳ≡'maxᶻ : ∀ a b → maxᵗʳ a b ≡ maxᶻ a b maxᵗʳ≡'maxᶻ (posᶻ 0 ) (posᶻ 0 ) = refl maxᵗʳ≡'maxᶻ (posᶻ 0 ) (posᶻ (suc b)) = refl maxᵗʳ≡'maxᶻ (posᶻ (suc a)) (posᶻ 0 ) = refl maxᵗʳ≡'maxᶻ (posᶻ (suc a)) (posᶻ (suc b)) = refl maxᵗʳ≡'maxᶻ (posᶻ 0 ) (negsucᶻ b ) = refl maxᵗʳ≡'maxᶻ (posᶻ (suc a)) (negsucᶻ b ) = refl maxᵗʳ≡'maxᶻ (negsucᶻ a ) (posᶻ 0 ) = refl maxᵗʳ≡'maxᶻ (negsucᶻ a ) (posᶻ (suc b)) = refl maxᵗʳ≡'maxᶻ (negsucᶻ a ) (negsucᶻ b ) = refl minᵗʳ≡minᶻ : minᵗʳ ≡ minᶻ minᵗʳ≡minᶻ i a b = minᵗʳ≡'minᶻ a b i maxᵗʳ≡maxᶻ : maxᵗʳ ≡ maxᶻ maxᵗʳ≡maxᶻ i a b = maxᵗʳ≡'maxᶻ a b i min≡min : PathP (λ i → (ℤ≡Int i → ℤ≡Int i → ℤ≡Int i)) min minᶻ min≡min = J (λ minᵗʳ _ → PathP (λ i → (ℤ≡Int i → ℤ≡Int i → ℤ≡Int i)) min minᵗʳ) min≡minᵗʳ minᵗʳ≡minᶻ max≡max : PathP (λ i → (ℤ≡Int i → ℤ≡Int i → ℤ≡Int i)) max maxᶻ max≡max = J (λ maxᵗʳ _ → PathP (λ i → (ℤ≡Int i → ℤ≡Int i → ℤ≡Int i)) max maxᵗʳ) max≡maxᵗʳ maxᵗʳ≡maxᶻ infixl 4 _<_ _<_ : ∀(x y : ℤ) → hProp ℓ-zero x < y with sign x | sign y ... | spos | spos = abs x <ⁿ abs y ... | spos | sneg = ⊥ ... | sneg | spos = ⊤ ... | sneg | sneg = abs y <ⁿ abs x private _<ᵗʳ_ : Int → Int → hProp ℓ-zero _<ᵗʳ_ = transport (λ i → (ℤ≡Int i → ℤ≡Int i → hProp ℓ-zero)) _<_ <≡<ᵗʳ : PathP (λ i → (ℤ≡Int i → ℤ≡Int i → hProp ℓ-zero)) _<_ _<ᵗʳ_ <≡<ᵗʳ i = transp (λ j → ℤ≡Int (i ∧ j) → ℤ≡Int (i ∧ j) → hProp ℓ-zero) (~ i) _<_ <ᵗʳ⇔<ᶻ : ∀ a b → [ (a <ᵗʳ b) ⇔ (a <ᶻ b) ] <ᵗʳ⇔<ᶻ (posᶻ 0 ) (posᶻ 0 ) .fst pᵗʳ = pᵗʳ <ᵗʳ⇔<ᶻ (posᶻ 0 ) (posᶻ (suc b)) .fst pᵗʳ = pᵗʳ <ᵗʳ⇔<ᶻ (posᶻ (suc a)) (posᶻ 0 ) .fst pᵗʳ = pᵗʳ <ᵗʳ⇔<ᶻ (posᶻ (suc a)) (posᶻ (suc b)) .fst pᵗʳ = pᵗʳ <ᵗʳ⇔<ᶻ (posᶻ 0 ) (negsucᶻ b ) .fst pᵗʳ = pᵗʳ <ᵗʳ⇔<ᶻ (posᶻ (suc a)) (negsucᶻ b ) .fst pᵗʳ = pᵗʳ <ᵗʳ⇔<ᶻ (negsucᶻ a ) (posᶻ 0 ) .fst pᵗʳ = pᵗʳ <ᵗʳ⇔<ᶻ (negsucᶻ a ) (posᶻ (suc b)) .fst pᵗʳ = pᵗʳ <ᵗʳ⇔<ᶻ (negsucᶻ a ) (negsucᶻ b ) .fst pᵗʳ = sucⁿ-creates-<ⁿ b a .snd pᵗʳ <ᵗʳ⇔<ᶻ (posᶻ 0 ) (posᶻ 0 ) .snd p = p <ᵗʳ⇔<ᶻ (posᶻ 0 ) (posᶻ (suc b)) .snd p = p <ᵗʳ⇔<ᶻ (posᶻ (suc a)) (posᶻ 0 ) .snd p = p <ᵗʳ⇔<ᶻ (posᶻ (suc a)) (posᶻ (suc b)) .snd p = p <ᵗʳ⇔<ᶻ (negsucᶻ a ) (posᶻ 0 ) .snd p = p <ᵗʳ⇔<ᶻ (negsucᶻ a ) (posᶻ (suc b)) .snd p = p <ᵗʳ⇔<ᶻ (negsucᶻ a ) (negsucᶻ b ) .snd p = sucⁿ-creates-<ⁿ b a .fst p <ᵗʳ≡<ᶻ : _<ᵗʳ_ ≡ _<ᶻ_ <ᵗʳ≡<ᶻ i a b = ⇔toPath {P = a <ᵗʳ b} {Q = a <ᶻ b} (<ᵗʳ⇔<ᶻ a b .fst) (<ᵗʳ⇔<ᶻ a b .snd) i <≡<ᶻ : PathP (λ i → (ℤ≡Int i → ℤ≡Int i → hProp ℓ-zero)) _<_ _<ᶻ_ <≡<ᶻ = J (λ _<ᵗʳ_ _ → PathP (λ i → (ℤ≡Int i → ℤ≡Int i → hProp ℓ-zero)) _<_ _<ᵗʳ_) <≡<ᵗʳ <ᵗʳ≡<ᶻ is-LinearlyOrderedCommRing : [ isLinearlyOrderedCommRing 0 1 _+_ _·_ -_ _<_ min max ] is-LinearlyOrderedCommRing = transport γ is-LinearlyOrderedCommRingᶻ where γ : ([ isLinearlyOrderedCommRing 0 1 _+ᶻ_ _·ᶻ_ (-ᶻ_) _<ᶻ_ minᶻ maxᶻ ]) ≡ [ isLinearlyOrderedCommRing 0 1 _+_ _·_ -_ _<_ min max ] γ i = [ isLinearlyOrderedCommRing 0ⁱ 1ⁱ _+ⁱ_ _·ⁱ_ -ⁱ_ _<ⁱ_ minⁱ maxⁱ ] where 0ⁱ = transport (λ j → ℤ≡Int (~ i ∧ j)) 0 1ⁱ = transport (λ j → ℤ≡Int (~ i ∧ j)) 1 _+ⁱ_ = +≡+ᶻ (~ i) _·ⁱ_ = ·≡·ᶻ (~ i) -ⁱ_ = -≡-ᶻ (~ i) _<ⁱ_ = <≡<ᶻ (~ i) minⁱ = min≡min (~ i) maxⁱ = max≡max (~ i) bundle : LinearlyOrderedCommRing {ℓ-zero} {ℓ-zero} bundle .LinearlyOrderedCommRing.Carrier = ℤ bundle .LinearlyOrderedCommRing.0f = 0 bundle .LinearlyOrderedCommRing.1f = 1 bundle .LinearlyOrderedCommRing._+_ = _+_ bundle .LinearlyOrderedCommRing._·_ = _·_ bundle .LinearlyOrderedCommRing.-_ = -_ bundle .LinearlyOrderedCommRing.min = min bundle .LinearlyOrderedCommRing.max = max bundle .LinearlyOrderedCommRing._<_ = _<_ bundle .LinearlyOrderedCommRing.is-LinearlyOrderedCommRing = is-LinearlyOrderedCommRing ·-reflects-< : (x y z : ℤ) → [ 0 < z ] → [ (x · z) < (y · z) ] → [ x < y ] ·-reflects-< = transport γ ·ᶻ-reflects-<ᶻ where γ : ((x y z : Int) → [ 0 <ᶻ z ] → [ x ·ᶻ z <ᶻ y ·ᶻ z ] → [ x <ᶻ y ]) ≡ ((x y z : ℤ) → [ 0 < z ] → [ (x · z) < (y · z) ] → [ x < y ]) γ i = let _·'_ = ·≡·ᶻ (~ i); _<'_ = <≡<ᶻ (~ i); 0ⁱ = transport (λ j → ℤ≡Int (~ i ∧ j)) 0 in ((x y z : ℤ≡Int (~ i)) → [ 0ⁱ <' z ] → [ (x ·' z) <' (y ·' z) ] → [ x <' y ])
Code/Z80-Assembly/RainbowDemo/src/rainbow-demo.asm
sonic2000gr/RainbowProject
6
161125
; ; Rainbow Project Demo Program ; For Festival use ; ; (C) 2018 - The Rainbow Project Team org 0x0000 ; Program entry point endram: equ 0x27FF ; Stack at end of RAM (dec 10239) LD SP, endram ; Load Stack Pointer JP start ; JP to main program (subs follow) disp: LD A,(HL) ; Display subroutine for null terminated strings CP 0 ; affects A, HL. HL points to string. JP Z, dend ; RET Z could be used, I know... OUT (0x1),A ; Display is on port 0x1 (keyboard will be 0x0) INC HL ; Move to next letter JP disp ; Loop until word is printed dend: RET ; Return to caller delay: NOP ; Delay subroutine. Affects B. B must have a valid DJNZ delay ; delay value RET ; Return to caller start: LD C, 192 ; Initial display position (0,0) stloop: LD A,C ; Load to A for out CP 208 ; if end of screen line 0, exit star demo JP Z, msgst ; and proceed with names OUT (0x1),A ; Send command to display LD A,42 ; Load A with ASCII for * OUT (0x1),A ; Send * to screen LD A,224 ; Clear screen (no delay!) OUT (0x1),A ; Send clear command INC C ; Increase column JP stloop ; and repeat msgst: LD A, 192 ; Initial display position (0,0) OUT (0x1),A ; Send command to display LD HL, messg ; Get HL poiting to Rainbow Project string CALL disp ; Display it using the subroutine LD B,10 ; Load B with delay value CALL delay ; Call delay subroutine LD HL, mesg2 ; Load address of first name (INC HL would also do) start2: LD A,224 ; Clear screen OUT (0x1),A ; Send clear command LD A, 192 ; Initial display position (0,0) OUT (0x1),A ; Send command to display CALL disp ; Display message LD A,208 ; Move cursor to second line OUT (0x1),A ; Send command to display INC HL ; Get to the next message CALL disp ; Display it using the subroutine LD B,10 ; Load B with delay value CALL delay ; Call delay subroutine INC HL ; Get to the next message LD A,(HL) ; Load A with the first character of the message CP 255 ; If A=255, no more messages. HALT. JP NZ, start2 ; else loop HALT ; HALT here. HALT LED lights up. Press reset to restart org 0x1000 ; String Messages start here. messg: defm "Rainbow Project" defb 0 mesg2: defm "Nikos" defb 0 defm "Koutsonikolis" defb 0 defm "Giorgos" defb 0 defm "Papadakis" defb 0 defm "Nikos" defb 0 defm "Gkiomakis" defb 0 defm "Giorgos" defb 0 defm "Krommydakis" defb 0 defm "Alexandros" defb 0 defm "Kordatzakis" defb 0 defm "Eftichios" defb 0 defm "Giakoumakis" defb 0 defm "Iasonas" defb 0 defm "Mavrommatakis" defb 0 defm "Giorgos" defb 0 defm "Priftis" defb 0 defm "Manolis" defb 0 defm "Kiagias" defb 0 defb 255
Stop.g4
pocketlabs/stop
3
2707
<filename>Stop.g4 grammar Stop; // Rules file: packageDeclaration? ( include | model | enumeration )+; packageName : ID | packageName DOT ID ; packageDeclaration : 'package' packageName ; include : 'include' FILENAME ; model : START? MODEL_TYPE (throw_type)? block | STOP? MODEL_TYPE (throw_type)? block | QUEUE? MODEL_TYPE (throw_type)? block | ASYNC MODEL_TYPE (throw_type)? block_with_timeout | ASYNC MODEL_TYPE RETURN_OP return_type (throw_type)? return_block_with_timeout | MODEL_TYPE RETURN_OP return_type (throw_type)? return_block ; block : '{' ( statement ';'? )* '}' ; statement : enumeration | field | transition | enqueue ; block_with_timeout : '{' ( block_with_timeout_statement ';'? )* '}' ; block_with_timeout_statement : enumeration | field | transition | timeout | enqueue ; return_block : '{' ( return_block_statement ';'? )* '}' ; return_block_statement : enumeration | field ; return_block_with_timeout : '{' ( return_block_with_timeout_statement ';'? )* '}' ; return_block_with_timeout_statement : enumeration | field | timeout ; scalar_type: 'double' | 'float' | 'int32' | 'int64' | 'uint32' | 'uint64' | 'sint32' | 'sint64' | 'fixed32' | 'fixed64' | 'sfixed32' | 'sfixed64' | 'bool' | 'string' | 'bytes' | 'timestamp' ; model_type : MODEL_TYPE | reference DOT MODEL_TYPE ; enum_type : MODEL_TYPE ; enum_value : MODEL_TYPE ; enumeration : 'enum' enum_type '{' ( enum_value )+ '}' ; field : OPTIONAL? type ID (async_source)? | OPTIONAL? collection ID (async_source)? ; async_source : RETURN_OP model_type (async_source_mapping)? ; async_source_mapping : '(' async_source_mapping_parameter (',' async_source_mapping_parameter)* ')' ; async_source_mapping_parameter : ID ':' async_source_mapping_parameter_rename ; reference : ID | reference DOT ID ; async_source_mapping_parameter_rename : reference ; type : scalar_type | model_type ; collection : '[' type ']' ; return_type : collection | type; throw_type : 'throws' throw_parameter (',' throw_parameter)* ; throw_parameter : model_type ; timeout: 'timeout' NUMBER transition; transition: TRANSITION_OP model_type; enqueue: ENQUEUE_OP model_type; // Tokens ASYNC : 'async'; START : 'start'; STOP : 'stop'; QUEUE : 'queue'; TRANSITION_OP : '->'; RETURN_OP : '<-'; ENQUEUE_OP : '>>'; OPTIONAL : 'optional'; DOT: '.'; NUMBER : '-'? ( DOT DIGIT+ | DIGIT+ ( DOT DIGIT* )? ) ; MODEL_TYPE : UPPERCASE_LETTER ( LETTER | DIGIT )* ; ID : LOWERCASE_LETTER ( LETTER | DIGIT )* ; FILENAME : '"' (LETTER | DIGIT | DOT | '\\' | '/' | '-' | '_')+ '"' ; fragment UPPERCASE_LETTER : [A-Z] ; fragment LOWERCASE_LETTER : [a-z] ; fragment LETTER : [a-zA-Z_] ; fragment DIGIT : [0-9] ; COMMENT : '/*' .*? '*/' -> skip ; LINE_COMMENT : '//' .*? '\r'? '\n' -> skip ; WS : [ \t\n\r]+ -> skip ;
courses/spark_for_ada_programmers/labs/answers/130_state_abstractions/state/reverser.ads
AdaCore/training_material
15
10179
with A_Stack; use A_Stack; package Reverser with SPARK_Mode is subtype Array_Range is Natural range 1 .. 10_000; type Array_Of_Items is array (Array_Range range <>) of Item; procedure Reverse_Array (A : in out Array_Of_Items) with Global => (In_Out => The_Stack), Pre => A'Length > 0 and then A'Length <= Stack_Size; end Reverser;
definition/swift-mt/src/antlr/SwiftMtComponentFormat.g4
Yanick-Salzmann/libmessage
0
7092
<filename>definition/swift-mt/src/antlr/SwiftMtComponentFormat.g4 grammar SwiftMtComponentFormat; @parser::header { #include "proto/SwiftMtComponentDefinition.pb.h" #include "SwiftMtComponentFormatLexer.h" #include <stack> #include <vector> } @parser::members { class DefaultErrorListener : public antlr4::BaseErrorListener { private: std::vector<std::string>& _errors; public: explicit DefaultErrorListener(std::vector<std::string>& errors) : _errors(errors) { } void syntaxError(Recognizer *recognizer, antlr4::Token * offendingSymbol, size_t line, size_t charPositionInLine, const std::string &msg, std::exception_ptr e) override { _errors.push_back(msg); } }; DefaultErrorListener _error_listener { _errors }; std::vector<std::string> _errors; bool _is_in_line = false; std::stack<ComponentContent> _component_stack; std::stack<ComponentContent> _complex_line_stack; SwiftMtComponentDefinition _components; ComplexLineType _complex_line; bool process(std::vector<std::string>& errors) { _errors.clear(); removeErrorListeners(); addErrorListener(&_error_listener); _components = SwiftMtComponentDefinition{}; comp_format(); if(!_errors.empty()) { errors.insert(errors.end(), _errors.begin(), _errors.end()); return false; } return true; } static bool process_format(const std::string& format, std::vector<std::string>& errors, SwiftMtComponentDefinition& component_format) { antlr4::ANTLRInputStream stream{format}; SwiftMtComponentFormatLexer lexer{&stream}; antlr4::CommonTokenStream token_stream{&lexer}; SwiftMtComponentFormatParser parser{&token_stream}; if(!parser.process(errors)) { return false; } component_format = parser._components; return true; } [[nodiscard]] const std::vector<std::string>& errors() const { return _errors; } ComponentContent& current_comp() { if (!_is_in_line) { return _component_stack.top(); } else { return _complex_line_stack.top(); } } void new_component() { if (!_is_in_line) { _component_stack.push(ComponentContent{}); } else { _complex_line_stack.push(ComponentContent{}); } } void end_component() { if (!_is_in_line) { const auto comp = _component_stack.top(); _component_stack.pop(); if(_component_stack.empty()) { _components.add_formats()->MergeFrom(comp); } else { _component_stack.top().add_formats()->mutable_child()->MergeFrom(comp); } } else { const auto comp = _complex_line_stack.top(); _complex_line_stack.pop(); if(_complex_line_stack.empty()) { _complex_line.add_formats()->MergeFrom(comp); } else { _complex_line_stack.top().add_formats()->mutable_child()->MergeFrom(comp); } } } static auto map_char_set(char chrset) -> ValueEntry::Charset { switch(chrset) { case 'n': return ValueEntry_Charset_NUMERIC; case 'a': return ValueEntry_Charset_ALPHA; case 'c': return ValueEntry_Charset_ALPHA_NUMERIC; case 'h': return ValueEntry_Charset_HEX; case 'x': return ValueEntry_Charset_X; case 'y': return ValueEntry_Charset_Y; case 'z': return ValueEntry_Charset_Z; case 'd': return ValueEntry_Charset_DECIMAL; case 'e': return ValueEntry_Charset_BLANK; default: throw std::runtime_error("Invalid charset type"); } } } comp_format: ('Empty field' | comp | opt_comp)+; comp @init { new_component(); } @after { end_component(); } : separator? { if($separator.ctx) { current_comp().set_separator_before($separator.text); } } ( char_range | exact_chars | multi_line | max_chars | 'ISIN' | 'N' ) separator? { if($separator.ctx) { current_comp().set_separator_after($separator.text); } } ; opt_comp @init { new_component(); current_comp().set_optional(true); } @after { end_component(); } : separator? '[' separator? { if($separator.ctx) { current_comp().set_separator_before($separator.text); } } opt_comp_cttnt separator? { if($separator.ctx) { current_comp().set_separator_after($separator.text); } } ']' separator?; opt_comp_cttnt: (char_range | exact_chars | multi_line | max_chars | opt_comp | 'ISIN' | 'N' | comp)+; char_range locals [ ValueEntry* val = nullptr ] @init { ComponentContentFormat* formats = current_comp().add_formats(); $ctx->val = formats->mutable_value(); } : range { $ctx->val->mutable_range_count()->set_min_count($range.ctx->rng_min); $ctx->val->mutable_range_count()->set_max_count($range.ctx->rng_max); } chr_class { $ctx->val->set_charset(map_char_set($chr_class.text[0])); }; exact_chars locals [ ValueEntry* val = nullptr ] @init { ComponentContentFormat* formats = current_comp().add_formats(); $ctx->val = formats->mutable_value(); } : exact_count { $ctx->val->set_exact_count($exact_count.ctx->count); } chr_class{ $ctx->val->set_charset(map_char_set($chr_class.text[0])); }; multi_line locals [ ValueEntry* val = nullptr ] @init { ComponentContentFormat* formats = current_comp().add_formats(); $ctx->val = formats->mutable_value(); } : lines[$ctx->val]; max_chars locals [ ValueEntry* val = nullptr ] @init { ComponentContentFormat* formats = current_comp().add_formats(); $ctx->val = formats->mutable_value(); } : max_range { $ctx->val->set_max_count($max_range.ctx->max_size); } chr_class { $ctx->val->set_charset(map_char_set($chr_class.text[0])); }; range locals [ int64_t rng_min = 0u, int64_t rng_max = 0u ] : cardinality { $ctx->rng_min = std::stoull($text); } '-' cardinality { $ctx->rng_max = std::stoull($text); }; exact_count locals [ int64_t count = 0u ] : cardinality { $ctx->count = std::stoull($text); } '!'; lines [ValueEntry* val] locals [ int64_t line_count = 0u, int64_t line_size = 0u ] : cardinality { $ctx->line_count = std::stoull($text); } '*' ( ( cardinality { val->mutable_line_count()->set_num_lines($ctx->line_count); val->mutable_line_count()->set_line_size(std::stoull($text)); } chr_class { val->set_charset(map_char_set($chr_class.text[0])); } ) | complex_line { val->mutable_line_count()->set_num_lines($ctx->line_count); val->mutable_line_count()->mutable_complex_type()->MergeFrom(_complex_line); } ); max_range locals [ int64_t max_size = 0u ] : cardinality { $ctx->max_size = std::stoull($text); }; complex_line @init { _complex_line = ComplexLineType{}; _is_in_line = true; } @after { _is_in_line = false; } : '(' comp_format ')'; chr_class: CHR_NUMERIC | CHR_ALPHA | CHR_ALPHA_NUM | CHR_HEX | CHR_X | CHR_Y | CHR_Z | CHR_DECIMAL | CHR_BLANK; cardinality: DIGIT DIGIT*; separator: SEPARATOR | CRLF; CHR_NUMERIC: 'n'; CHR_ALPHA: 'a'; CHR_ALPHA_NUM: 'c'; CHR_HEX: 'h'; CHR_X: 'x'; CHR_Y: 'y'; CHR_Z: 'z'; CHR_DECIMAL: 'd'; CHR_BLANK: 'e'; CRLF: '\r' '\n'; DIGIT: '0'..'9'; SEPARATOR: . ;
programs/oeis/226/A226293.asm
neoneye/loda
22
163365
<reponame>neoneye/loda<gh_stars>10-100 ; A226293: Class of sequences of (p-1)-tuples of reverse order of natural numbers for p = 7. ; 6,5,4,3,2,1,13,12,11,10,9,8,20,19,18,17,16,15,27,26,25,24,23,22,34,33,32,31,30,29,41,40,39,38,37,36,48,47,46,45,44,43,55,54,53,52,51,50,62,61,60,59,58,57,69,68,67,66,65,64,76,75,74,73,72,71,83 mov $1,14 mov $2,$0 mul $2,2 mov $3,$0 div $3,6 mul $3,26 sub $3,$2 add $1,$3 div $1,2 sub $1,1 mov $0,$1
alloy4fun_models/trashltl/models/4/RZ4MYDWcpFr479Jnn.als
Kaixi26/org.alloytools.alloy
0
3297
<reponame>Kaixi26/org.alloytools.alloy open main pred idRZ4MYDWcpFr479Jnn_prop5 { some f: File | eventually (f in Trash) } pred __repair { idRZ4MYDWcpFr479Jnn_prop5 } check __repair { idRZ4MYDWcpFr479Jnn_prop5 <=> prop5o }
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1002.asm
ljhsiun2/medusa
9
11755
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0xd640, %rdi clflush (%rdi) nop nop nop nop and $18812, %r15 movb $0x61, (%rdi) nop nop nop inc %r14 lea addresses_normal_ht+0xed1c, %r9 nop nop nop xor $47836, %rbx movups (%r9), %xmm6 vpextrq $1, %xmm6, %rdx nop nop nop nop nop and $52572, %rdx lea addresses_UC_ht+0x10bb4, %rsi lea addresses_A_ht+0x1bbdc, %rdi nop nop nop nop and $10456, %rdx mov $44, %rcx rep movsl nop nop nop cmp %r15, %r15 lea addresses_WC_ht+0x99c4, %rsi lea addresses_UC_ht+0x1b2d7, %rdi nop nop and $41146, %rbx mov $67, %rcx rep movsl nop nop nop nop nop xor $14689, %rdi lea addresses_normal_ht+0x11f1c, %rcx nop nop sub %rdx, %rdx mov (%rcx), %ebx nop nop nop nop add %rdi, %rdi lea addresses_A_ht+0x1817c, %rsi lea addresses_WC_ht+0x1571c, %rdi nop nop cmp $1829, %r14 mov $119, %rcx rep movsq nop nop sub $50786, %rbx lea addresses_UC_ht+0x12b1c, %r9 nop nop nop inc %rdi movw $0x6162, (%r9) nop xor $45085, %rdx lea addresses_A_ht+0x19062, %rsi nop nop nop nop lfence movw $0x6162, (%rsi) sub $59839, %rsi lea addresses_A_ht+0xf51c, %r9 nop nop nop nop nop sub $30305, %rdi mov (%r9), %cx nop nop nop nop inc %r15 lea addresses_D_ht+0x4dc, %rcx nop nop and $21753, %rsi mov (%rcx), %r9w nop sub %rbx, %rbx lea addresses_normal_ht+0x125dc, %rcx nop nop and %r15, %r15 mov (%rcx), %esi nop sub %rsi, %rsi lea addresses_A_ht+0xdbb4, %r14 nop nop nop xor $63936, %rdi mov $0x6162636465666768, %rsi movq %rsi, (%r14) nop nop add %rsi, %rsi lea addresses_UC_ht+0xdd84, %rsi lea addresses_normal_ht+0x12cc4, %rdi nop nop nop inc %r15 mov $0, %rcx rep movsb nop nop nop add $10953, %rcx pop %rsi pop %rdx pop %rdi pop %rcx pop %rbx pop %r9 pop %r15 pop %r14 ret .global s_faulty_load s_faulty_load: push %r10 push %r11 push %r15 push %r9 push %rdi // Store lea addresses_normal+0x1611c, %r9 nop cmp %r11, %r11 movb $0x51, (%r9) nop nop nop nop add %r10, %r10 // Faulty Load lea addresses_WT+0x1c51c, %rdi nop nop sub $35532, %r11 mov (%rdi), %r9 lea oracles, %r15 and $0xff, %r9 shlq $12, %r9 mov (%r15,%r9,1), %r9 pop %rdi pop %r9 pop %r15 pop %r11 pop %r10 ret /* <gen_faulty_load> [REF] {'OP': 'LOAD', 'src': {'same': False, 'type': 'addresses_WT', 'NT': False, 'AVXalign': False, 'size': 4, 'congruent': 0}} {'OP': 'STOR', 'dst': {'same': False, 'type': 'addresses_normal', 'NT': True, 'AVXalign': False, 'size': 1, 'congruent': 10}} [Faulty Load] {'OP': 'LOAD', 'src': {'same': True, 'type': 'addresses_WT', 'NT': False, 'AVXalign': False, 'size': 8, 'congruent': 0}} <gen_prepare_buffer> {'OP': 'STOR', 'dst': {'same': False, 'type': 'addresses_A_ht', 'NT': False, 'AVXalign': False, 'size': 1, 'congruent': 2}} {'OP': 'LOAD', 'src': {'same': False, 'type': 'addresses_normal_ht', 'NT': False, 'AVXalign': False, 'size': 16, 'congruent': 11}} {'OP': 'REPM', 'src': {'same': False, 'congruent': 2, 'type': 'addresses_UC_ht'}, 'dst': {'same': False, 'congruent': 6, 'type': 'addresses_A_ht'}} {'OP': 'REPM', 'src': {'same': False, 'congruent': 0, 'type': 'addresses_WC_ht'}, 'dst': {'same': False, 'congruent': 0, 'type': 'addresses_UC_ht'}} {'OP': 'LOAD', 'src': {'same': False, 'type': 'addresses_normal_ht', 'NT': False, 'AVXalign': True, 'size': 4, 'congruent': 9}} {'OP': 'REPM', 'src': {'same': False, 'congruent': 4, 'type': 'addresses_A_ht'}, 'dst': {'same': False, 'congruent': 9, 'type': 'addresses_WC_ht'}} {'OP': 'STOR', 'dst': {'same': False, 'type': 'addresses_UC_ht', 'NT': False, 'AVXalign': False, 'size': 2, 'congruent': 7}} {'OP': 'STOR', 'dst': {'same': False, 'type': 'addresses_A_ht', 'NT': False, 'AVXalign': False, 'size': 2, 'congruent': 1}} {'OP': 'LOAD', 'src': {'same': False, 'type': 'addresses_A_ht', 'NT': False, 'AVXalign': False, 'size': 2, 'congruent': 11}} {'OP': 'LOAD', 'src': {'same': False, 'type': 'addresses_D_ht', 'NT': False, 'AVXalign': True, 'size': 2, 'congruent': 6}} {'OP': 'LOAD', 'src': {'same': False, 'type': 'addresses_normal_ht', 'NT': False, 'AVXalign': False, 'size': 4, 'congruent': 6}} {'OP': 'STOR', 'dst': {'same': False, 'type': 'addresses_A_ht', 'NT': False, 'AVXalign': False, 'size': 8, 'congruent': 3}} {'OP': 'REPM', 'src': {'same': False, 'congruent': 3, 'type': 'addresses_UC_ht'}, 'dst': {'same': True, 'congruent': 0, 'type': 'addresses_normal_ht'}} {'39': 21829} 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 */
programs/oeis/016/A016824.asm
neoneye/loda
22
7364
; A016824: (4n+1)^12. ; 1,244140625,282429536481,23298085122481,582622237229761,7355827511386641,59604644775390625,353814783205469041,1667889514952984961,6582952005840035281,22563490300366186081 mul $0,4 add $0,1 pow $0,12
test/Fail/Issue1886-dont-duplicate-ip.agda
cruhland/agda
1,989
2795
-- Andreas, 2016-12-30, issue #1886 -- Make sure we do not duplicate types of parameters. -- {-# OPTIONS --allow-unsolved-metas #-} -- {-# OPTIONS -v tc.data:40 -v scope.data.def:40 -v tc.decl:10 -v tc:20 #-} data D {A : Set} (x y : {!!}) : Set where -- Expected: only one type and one sort meta.
programs/oeis/003/A003769.asm
jmorken/loda
1
101727
; A003769: Number of perfect matchings (or domino tilings) in K_4 X P_n. ; 3,16,75,361,1728,8281,39675,190096,910803,4363921,20908800,100180081,479991603,2299777936,11018898075,52794712441,252954664128,1211978608201,5806938376875,27822713276176,133306628004003,638710426743841,3060245505715200 add $0,2 cal $0,3501 ; a(n) = 5*a(n-1) - a(n-2), with a(0) = 2, a(1) = 5. mov $1,4 add $1,$0 div $1,7
oeis/212/A212069.asm
neoneye/loda-programs
11
27599
<gh_stars>10-100 ; A212069: Number of (w,x,y,z) with all terms in {1,...,n} and 3*w = x+y+z. ; Submitted by <NAME> ; 0,1,2,9,22,41,72,115,170,243,334,443,576,733,914,1125,1366,1637,1944,2287,2666,3087,3550,4055,4608,5209,5858,6561,7318,8129,9000,9931,10922,11979,13102,14291,15552,16885,18290,19773,21334,22973 pow $0,3 sub $2,$0 cmp $0,1 add $0,3 add $2,1 gcd $0,$2 sub $0,$2 div $0,3
GPG Verify.applescript
levigroker/GPGVerify
1
214
<reponame>levigroker/GPGVerify (* GPG Verify A manually activated Script to verify signed files with GPG (see GPG homepage http://www.gnupg.org/ ) By <NAME> <mailto:<EMAIL>> Version 1.0.4 April 24th, 2020 This script works in tandem with the 'gpg' command line binary (which should already be installed and functional) to provide a simple user interface to the validation of signed files with a detached signature. The intention is for this script to be accessed from the Script Menu and acts on the current selection in the Finder. If only one file is selected the script will attempt to locate the matching signed file or detached signature file based on file name. I suggest adding this script to the Finder Scripts Folder so it is available from the Finder as needed. For more information about the Script Menu please visit: http://www.apple.com/applescript/scriptmenu/ * This script has been tested on Mac OS X 10.4.7 to 10.15.4 under US English and may contain i18n issues which are not accounted for. Please feel free to contact me with improvements and feedback. Release History: 1.0 September 18th, 2006: Internal initial release. 1.0.1 September 8th, 2011: Release to GitHub. 1.0.2 September 27th, 2017: Minor compatibility fix for GPG 2.2.0. 1.0.3 September 3rd, 2019: Extract keyserver to property (and update). Remove obsolete keyserver-options 1.0.4 April 24th, 2020: Handle alias conversion error in Catalina. Copyright (c) 2006-2020 <NAME>. This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit https://creativecommons.org/licenses/by/4.0/ 1. DISCLAIMER OF WARRANTY. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT THESE DISCLAIMERS ARE HELD TO BE LEGALLY INVALID. 2. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT WILL THE AUTHOR OR THE AUTHOR'S LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF OR RELATED TO THE USE OF OR INABILITY TO USE SOFTWARE, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. In no event will the author's liability to you, whether in contract, tort (including negligence), or otherwise, exceed the amount paid by you for Software under this Agreement. The foregoing limitations will apply even if the above stated warranty fails of its essential purpose. Some states do not allow the exclusion of incidental or consequential damages, so some of the terms above may not be applicable to you. *) property _sig_file_extensions : {".asc.txt", ".txt", ".asc", ".sig"} property _keyserver : "pool.sks-keyservers.net" on run tell application "Finder" set _sel to selection set cnt to number of items of _sel if cnt is 0 then beep display dialog "Please select the target file and/or the corresponding signature file." buttons {"Cancel"} default button "Cancel" with icon 0 else if cnt > 2 then beep display dialog "Please select only the target file and/or the corresponding signature file." buttons {"Cancel"} default button "Cancel" with icon 0 else if cnt is 1 then set anItem to item 1 of _sel set _sigFile to my findSigFile(anItem) if anItem is _sigFile then set _targetFile to my findTargetFile(anItem) else set _targetFile to anItem end if else set anItem to item 1 of _sel set _sigFile to my findSigFile(anItem) if anItem is _sigFile then set _targetFile to item 2 of _sel else set _targetFile to anItem end if end if if _targetFile is "" or _sigFile is "" then beep display dialog "Could not determine signature file from target file." buttons {"Cancel"} default button "Cancel" with icon 0 else set _targetFile to POSIX path of (_targetFile as alias) set _sigFile to POSIX path of (_sigFile as alias) try set res to do shell script "/usr/local/bin/gpg --keyserver " & _keyserver & " --keyserver-options auto-key-retrieve,include-subkeys --verify-options show-photos --verify \"" & _sigFile & "\" \"" & _targetFile & "\" 2>&1" my parseGPGRes(res) on error errText number errNum display alert "Error: GPG Signature Validation Failed" message errText as critical buttons {"OK"} default button "OK" end try end if end if end tell end run on parseGPGRes(res) set _message to "" set _lines to {} set _oldATID to AppleScript's text item delimiters set AppleScript's text item delimiters to ASCII character 13 try set _lines to text items of res on error _err tell application "Finder" to display dialog _err end try set AppleScript's text item delimiters to _oldATID if _lines is {} then beep tell application "Finder" to display dialog "Could not determine signature status from gpg results." buttons {"Cancel"} default button "Cancel" with icon 0 else set num to number of items in _lines repeat with indx from 1 to num set _line to item indx of _lines -- Look for 'Good Signature' lines if _line starts with "gpg: Good signature from" then set _line to my removePrefix(_line, "gpg: ") set _message to _message & _line & return -- get all 'aka' lines following a 'Good signature' line repeat with jndx from (indx + 1) to num set _next to item jndx of _lines if _next starts with "gpg: aka" then set indx to jndx set _next to my removePrefix(_next, "gpg: ") set _message to _message & tab & _next & return else exit repeat end if end repeat else if _line starts with "gpg: WARNING: " then set _line to my removePrefix(_line, "gpg: ") set _message to _message & _line & return -- get all 'aka' lines following a 'Good signature' line repeat with jndx from (indx + 1) to num set _next to item jndx of _lines if _next starts with "gpg: " then set indx to jndx set _next to my removePrefix(_next, "gpg: ") set _message to _message & _next & return else exit repeat end if end repeat set _message to _message & return end if end repeat end if tell application "Finder" to set retButton to button returned of (display alert "GPG Signature Validation" message _message as informational buttons {"OK"} default button "OK") end parseGPGRes on findSigFile(anAlias) set _name to name of anAlias repeat with indx from 1 to number of items in _sig_file_extensions set _ext to item indx of _sig_file_extensions if _name ends with _ext then return anAlias end if end repeat set _pwd to my getParentPath(anAlias) repeat with indx from 1 to number of items in _sig_file_extensions set _ext to item indx of _sig_file_extensions set _tmpPath to _pwd & _name & _ext if my isThere(_tmpPath) then return (_tmpPath as alias) end if end repeat return "" end findSigFile on findTargetFile(anAlias) set _name to name of anAlias set sigExt to "" repeat with indx from 1 to number of items in _sig_file_extensions set _ext to item indx of _sig_file_extensions if _name ends with _ext then set sigExt to _ext exit repeat end if end repeat if (sigExt is "") then return anAlais else set _tmpPath to my removeExtension(anAlias as string, sigExt) if my isThere(_tmpPath) then return (_tmpPath as alias) end if end if return "" end findTargetFile on removePrefix(_str, _pre) set strChars to characters of _str set preLen to number of characters of _pre return (items (preLen + 1) thru end of strChars) as string end removePrefix on removeExtension(_str, _ext) set strChars to characters of _str set extLen to number of characters of _ext return (items 1 thru ((number of strChars) - extLen) of strChars) as string end removeExtension on getParentPath(anAlias) tell application "Finder" set _cont to container of anAlias return _cont as string end tell end getParentPath on isThere(strFilePath) try strFilePath as alias on error errText number errNum if (errNum is -43) or (errNum is -1700) then return false else error number errNum end if end try return true end isThere
void/scripts/reload.applescript
claymation/void
0
2494
on run argv set browser to item 1 of argv activate application browser tell application "System Events" to keystroke "r" using command down activate application "Terminal" end run
antlr-basics/src/main/java/com/poc/chapter_06_part01_CSV/CSV.g4
cgonul/antlr-poc
0
7184
grammar CSV; file: hdr row+; hdr : row; row : element (',' element)* NL; element : TEXT | STRING |; TEXT : ~[,\n\r"]+ ; STRING : '"' ('""'|~'"')* '"' ; // quote-quote is an escaped quote NL : '\r'? '\n' ;
source/sql/firebird/matreshka-internals-sql_drivers-firebird.ads
svn2github/matreshka
24
27957
<filename>source/sql/firebird/matreshka-internals-sql_drivers-firebird.ads<gh_stars>10-100 ------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- SQL Database Access -- -- -- -- Runtime Library Component -- -- -- ------------------------------------------------------------------------------ -- -- -- Copyright © 2011-2014, <NAME> <<EMAIL>> -- -- All rights reserved. -- -- -- -- Redistribution and use in source and binary forms, with or without -- -- modification, are permitted provided that the following conditions -- -- are met: -- -- -- -- * Redistributions of source code must retain the above copyright -- -- notice, this list of conditions and the following disclaimer. -- -- -- -- * Redistributions in binary form must reproduce the above copyright -- -- notice, this list of conditions and the following disclaimer in the -- -- documentation and/or other materials provided with the distribution. -- -- -- -- * Neither the name of the Vadim Godunko, IE nor the names of its -- -- contributors may be used to endorse or promote products derived from -- -- this software without specific prior written permission. -- -- -- -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -- -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -- -- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -- -- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -- -- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -- -- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -- -- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -- -- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -- -- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -- -- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -- -- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- -- -- ------------------------------------------------------------------------------ -- $Revision$ $Date$ ------------------------------------------------------------------------------ -- This package is low level bindings to Firebird library. ------------------------------------------------------------------------------ with System; with Interfaces.C; package Matreshka.Internals.SQL_Drivers.Firebird is ----------- -- Types -- ----------- type Isc_Database_Handle is new System.Address; type Isc_Database_Handle_Access is access constant Isc_Database_Handle; pragma Convention (C, Isc_Database_Handle_Access); Null_Isc_Database_Handle : constant Isc_Database_Handle := Isc_Database_Handle (System.Null_Address); type Isc_Transaction_Handle is new System.Address; type Isc_Transaction_Handle_Access is access constant Isc_Transaction_Handle; pragma Convention (C, Isc_Transaction_Handle_Access); Null_Isc_Transaction_Handle : constant Isc_Transaction_Handle := Isc_Transaction_Handle (System.Null_Address); type Isc_Stmt_Handle is new System.Address; Null_Isc_Stmt_Handle : constant Isc_Stmt_Handle := Isc_Stmt_Handle (System.Null_Address); subtype Isc_Address is System.Address; Zero : constant Isc_Address := System.Null_Address; subtype Isc_Short is Interfaces.C.short; type Isc_Short_Access is access all Isc_Short; pragma Convention (C, Isc_Short_Access); subtype Isc_Ushort is Interfaces.Unsigned_16; subtype Isc_Long is Interfaces.C.long; type Isc_Result_Code is new Isc_Long; type Isc_Results is array (1 .. 20) of aliased Isc_Result_Code; pragma Convention (C, Isc_Results); type Isc_Result_Codes is array (Positive range <>) of Isc_Result_Code; type Isc_Results_Access is access constant Isc_Result_Code; pragma Convention (C, Isc_Results_Access); subtype Isc_String is Interfaces.C.char_array; type Isc_String_Access is access all Isc_String; type Isc_Teb is record Db_Handle : access Isc_Database_Handle := null; Tpb_Length : Isc_Long := 0; Tpb : access Isc_String := null; end record; pragma Convention (C, Isc_Teb); type Isc_Tebs is array (Integer range <>) of Isc_Teb; pragma Convention (C, Isc_Tebs); subtype Isc_Db_Dialect is Interfaces.Unsigned_16 range 1 .. 3; Isc_Sqlda_Current_Version : constant := 1; Current_Metanames_Length : constant := 32; type Isc_Field_Index is new Isc_Short range 0 .. Isc_Short'Last; subtype Isc_Valid_Field_Index is Isc_Field_Index range 1 .. Isc_Field_Index'Last; -- for allow XSQLVAR:sqltype bits manipulation subtype Isc_Num_Bits is Natural range 0 .. 15; type Isc_Sqltype is array (Isc_Num_Bits) of Boolean; pragma Pack (Isc_Sqltype); for Isc_Sqltype'Size use 16; Isc_Sqlind_Flag : constant Isc_Num_Bits := 0; Isc_Type_Text : constant Isc_Sqltype := (False, False, True, False, False, False, True, True, True, others => False); -- 452; 111000100 Isc_Type_Varying : constant Isc_Sqltype := (False, False, False, False, False, False, True, True, True, others => False); -- 448; 111000000 Isc_Type_Short : constant Isc_Sqltype := (False, False, True, False, True, True, True, True, True, others => False); -- 500; 111110100 Isc_Type_Long : constant Isc_Sqltype := (False, False, False, False, True, True, True, True, True, others => False); -- 496; 111110000 Isc_Type_Float : constant Isc_Sqltype := (False, True, False, False, False, True, True, True, True, others => False); -- 482; 111100010 Isc_Type_Double : constant Isc_Sqltype := (False, False, False, False, False, True, True, True, True, others => False); -- 480; 111100000 Isc_Type_D_Float : constant Isc_Sqltype := (False, True, False, False, True, False, False, False, False, True, others => False); -- 530; 1000010010 Isc_Type_Timestamp : constant Isc_Sqltype := (False, True, True, True, True, True, True, True, True, others => False); -- 510; 111111110 Isc_Type_Blob : constant Isc_Sqltype := (False, False, False, True, False, False, False, False, False, True, others => False); -- 520; 1000001000 Isc_Type_Array : constant Isc_Sqltype := (False, False, True, True, True, False, False, False, False, True, others => False); -- 540; 1000011100 Isc_Type_Quad : constant Isc_Sqltype := (False, True, True, False, False, True, False, False, False, True, others => False); -- 550; 1000100110 Isc_Type_Time : constant Isc_Sqltype := (False, False, False, False, True, True, False, False, False, True, others => False); -- 560; 1000110000 Isc_Type_Date : constant Isc_Sqltype := (False, True, False, True, True, True, False, False, False, True, others => False); -- 570; 1000111010 Isc_Type_Int64 : constant Isc_Sqltype := (False, False, True, False, False, False, True, False, False, True, others => False); -- 580; 1001000100 Isc_Type_Boolean : constant Isc_Sqltype := (False, True, True, True, False, False, True, False, False, True, others => False); -- 590; 1001001110 Isc_Type_Empty : constant Isc_Sqltype := (others => False); -- 0; Isc_Type_Empty1 : constant Isc_Sqltype := (True, others => False); -- 1; Isc_Type_Min : constant Isc_Sqltype := (False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, True); -- -1; Empty_Metanames_String : constant Isc_String (1 .. Current_Metanames_Length) := (others => Interfaces.C.nul); type Isc_Sqlvar is record Sqltype : Isc_Sqltype := Isc_Type_Empty; -- datatype of field Sqlscale : Isc_Short := 0; -- scale factor Sqlsubtype : Isc_Short := 0; -- BLOBs & Text types only Sqllen : Isc_Short := 0; -- length of data area Sqldata : Isc_Address := Zero; -- address of data Sqlind : Isc_Short_Access := null; -- address of indicator variable Sqlname_Length : Isc_Short := 0; -- length of sqlname field -- name of field, name length + space for NULL Sqlname : Isc_String (1 .. Current_Metanames_Length) := Empty_Metanames_String; Relname_Length : Isc_Short := 0; -- length of relation name -- field's relation name + space for NULL Relname : Isc_String (1 .. Current_Metanames_Length) := Empty_Metanames_String; Ownname_Length : Isc_Short := 0; -- length of owner name -- relation's owner name + space for NULL Ownname : Isc_String (1 .. Current_Metanames_Length) := Empty_Metanames_String; Aliasname_Length : Isc_Short := 0; -- length of alias name -- relation's alias name + space for NULL Aliasname : Isc_String (1 .. Current_Metanames_Length) := Empty_Metanames_String; end record; pragma Convention (C, Isc_Sqlvar); type Isc_Sqlvars is array (Isc_Valid_Field_Index) of aliased Isc_Sqlvar; pragma Convention (C, Isc_Sqlvars); pragma Suppress (Index_Check, Isc_Sqlvars); type Isc_Sqlda is record -- version of this XSQLDA Version : Isc_Short := Isc_Sqlda_Current_Version; -- XSQLDA name field Sqldaid : Isc_String (1 .. 8) := (others => Interfaces.C.nul); Sqldabc : Isc_Long := 0; -- length in bytes of SQLDA Sqln : Isc_Field_Index := 1; -- number of fields allocated Sqld : Isc_Field_Index := 0; -- used number of fields Sqlvar : Isc_Sqlvars; -- first field of 1..n array of fields end record; pragma Convention (C, Isc_Sqlda); -- Constants -- Buffer_Length : constant := 512; Huge_Buffer_Length : constant := Buffer_Length * 20; Isc_True : constant := 1; -- Database parameter block stuff -- subtype Isc_Dpb_Code is Interfaces.C.char; Isc_Dpb_Version1 : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (1); Isc_Dpb_Cdd_Pathname : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (1); Isc_Dpb_Allocation : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (2); Isc_Dpb_Journal : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (3); Isc_Dpb_Page_Size : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (4); Isc_Dpb_Num_Buffers : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (5); Isc_Dpb_Buffer_Length : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (6); Isc_Dpb_Debug : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (7); Isc_Dpb_Garbage_Collect : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (8); Isc_Dpb_Verify : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (9); Isc_Dpb_Sweep : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (10); Isc_Dpb_Enable_Journal : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (11); Isc_Dpb_Disable_Journal : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (12); Isc_Dpb_Dbkey_Scope : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (13); Isc_Dpb_Number_Of_Users : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (14); Isc_Dpb_Trace : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (15); Isc_Dpb_No_Garbage_Collect : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (16); Isc_Dpb_Damaged : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (17); Isc_Dpb_License : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (18); Isc_Dpb_Sys_User_Name : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (19); Isc_Dpb_Encrypt_Key : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (20); Isc_Dpb_Activate_Shadow : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (21); Isc_Dpb_Sweep_Interval : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (22); Isc_Dpb_Delete_Shadow : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (23); Isc_Dpb_Force_Write : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (24); Isc_Dpb_Begin_Log : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (25); Isc_Dpb_Quit_Log : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (26); Isc_Dpb_No_Reserve : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (27); Isc_Dpb_User_Name : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (28); Isc_Dpb_Password : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (29); Isc_Dpb_Password_Enc : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (30); Isc_Dpb_Sys_User_Name_Enc : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (31); Isc_Dpb_Interp : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (32); Isc_Dpb_Online_Dump : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (33); Isc_Dpb_Old_File_Size : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (34); Isc_Dpb_Old_Num_Files : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (35); Isc_Dpb_Old_File : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (36); Isc_Dpb_Old_Start_Page : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (37); Isc_Dpb_Old_Start_Seqno : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (38); Isc_Dpb_Old_Start_File : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (39); Isc_Dpb_Drop_Walfile : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (40); Isc_Dpb_Old_Dump_Id : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (41); Isc_Dpb_Wal_Backup_Dir : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (42); Isc_Dpb_Wal_Chkptlen : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (43); Isc_Dpb_Wal_Numbufs : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (44); Isc_Dpb_Wal_Bufsize : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (45); Isc_Dpb_Wal_Grp_Cmt_Wait : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (46); Isc_Dpb_Lc_Messages : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (47); Isc_Dpb_Lc_Ctype : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (48); Isc_Dpb_Cache_Manager : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (49); Isc_Dpb_Shutdown : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (50); Isc_Dpb_Online : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (51); Isc_Dpb_Shutdown_Delay : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (52); Isc_Dpb_Reserved : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (53); Isc_Dpb_Overwrite : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (54); Isc_Dpb_Sec_Attach : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (55); Isc_Dpb_Disable_Wal : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (56); Isc_Dpb_Connect_Timeout : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (57); Isc_Dpb_Dummy_Packet_Interval : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (58); Isc_Dpb_Gbak_Attach : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (59); Isc_Dpb_Sql_Role_Name : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (60); Isc_Dpb_Set_Page_Buffers : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (61); Isc_Dpb_Working_Directory : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (62); Isc_Dpb_Sql_Dialect : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (63); Isc_Dpb_Set_Db_Readonly : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (64); Isc_Dpb_Set_Db_Sql_Dialect : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (65); Isc_Dpb_Gfix_Attach : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (66); Isc_Dpb_Gstat_Attach : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (67); Isc_Dpb_Set_Db_Charset : constant Isc_Dpb_Code := Isc_Dpb_Code'Val (68); -- Isc_DPB_Verify specific flags -- subtype Isc_Dpb_Vcode is Interfaces.C.char; Isc_Dpb_Pages : constant Isc_Dpb_Vcode := Isc_Dpb_Vcode'Val (1); Isc_Dpb_Records : constant Isc_Dpb_Vcode := Isc_Dpb_Vcode'Val (2); Isc_Dpb_Indices : constant Isc_Dpb_Vcode := Isc_Dpb_Vcode'Val (4); Isc_Dpb_Transactions : constant Isc_Dpb_Vcode := Isc_Dpb_Vcode'Val (8); Isc_Dpb_No_Update : constant Isc_Dpb_Vcode := Isc_Dpb_Vcode'Val (16); Isc_Dpb_Repair : constant Isc_Dpb_Vcode := Isc_Dpb_Vcode'Val (32); Isc_DPB_Ignore : constant Isc_Dpb_Vcode := Isc_Dpb_Vcode'Val (64); -- Transaction parameter block stuff -- subtype Isc_Tpb_Code is Interfaces.C.char; Isc_Tpb_Version1 : constant Isc_Tpb_Code := Isc_Tpb_Code'Val (1); Isc_Tpb_Version3 : constant Isc_Tpb_Code := Isc_Tpb_Code'Val (3); Isc_Tpb_Consistency : constant Isc_Tpb_Code := Isc_Tpb_Code'Val (1); Isc_Tpb_Concurrency : constant Isc_Tpb_Code := Isc_Tpb_Code'Val (2); Isc_Tpb_Shared : constant Isc_Tpb_Code := Isc_Tpb_Code'Val (3); Isc_Tpb_Protected : constant Isc_Tpb_Code := Isc_Tpb_Code'Val (4); Isc_Tpb_Exclusive : constant Isc_Tpb_Code := Isc_Tpb_Code'Val (5); Isc_Tpb_Wait : constant Isc_Tpb_Code := Isc_Tpb_Code'Val (6); Isc_Tpb_Nowait : constant Isc_Tpb_Code := Isc_Tpb_Code'Val (7); Isc_Tpb_Read : constant Isc_Tpb_Code := Isc_Tpb_Code'Val (8); Isc_Tpb_Write : constant Isc_Tpb_Code := Isc_Tpb_Code'Val (9); Isc_Tpb_Lock_Read : constant Isc_Tpb_Code := Isc_Tpb_Code'Val (10); Isc_Tpb_Lock_Write : constant Isc_Tpb_Code := Isc_Tpb_Code'Val (11); Isc_Tpb_Verb_Time : constant Isc_Tpb_Code := Isc_Tpb_Code'Val (12); Isc_Tpb_Commit_Time : constant Isc_Tpb_Code := Isc_Tpb_Code'Val (13); Isc_Tpb_Ignore_Limbo : constant Isc_Tpb_Code := Isc_Tpb_Code'Val (14); Isc_Tpb_Read_Committed : constant Isc_Tpb_Code := Isc_Tpb_Code'Val (15); Isc_Tpb_Autocommit : constant Isc_Tpb_Code := Isc_Tpb_Code'Val (16); Isc_Tpb_Rec_Version : constant Isc_Tpb_Code := Isc_Tpb_Code'Val (17); Isc_Tpb_No_Rec_Version : constant Isc_Tpb_Code := Isc_Tpb_Code'Val (18); Isc_Tpb_Restart_Requests : constant Isc_Tpb_Code := Isc_Tpb_Code'Val (19); Isc_Tpb_No_Auto_Undo : constant Isc_Tpb_Code := Isc_Tpb_Code'Val (20); Isc_Tpb_No_Savepoint : constant Isc_Tpb_Code := Isc_Tpb_Code'Val (21); -- IB 7.5 Isc_Tpb_Last_Code : constant Isc_Tpb_Code := Isc_Tpb_No_Savepoint; type Isc_Stmt_Free_Code is new Isc_Short; pragma Convention (C, Isc_Stmt_Free_Code); Isc_Sql_Close : constant Isc_Stmt_Free_Code := 1; Isc_Sql_Drop : constant Isc_Stmt_Free_Code := 2; type Isc_Character_Set is (UNKNOWN, NONE, OCTETS, ASCII, UNICODE_FSS, SJIS_0208, EUCJ_0208, DOS737, DOS437, DOS850, DOS865, DOS860, DOS863, DOS775, DOS858, DOS862, DOS864, NEXT, ISO8859_1, ISO8859_2, ISO8859_3, ISO8859_4, ISO8859_5, ISO8859_6, ISO8859_7, ISO8859_8, ISO8859_9, ISO8859_13, KSC_5601, DOS852, DOS857, DOS861, DOS866, DOS869, CYRL, WIN1250, WIN1251, WIN1252, WIN1253, WIN1254, BIG_5, GB_2312, WIN1255, WIN1256, WIN1257, UFT8); Isc_Charsets_Count : constant Isc_Short := 60; type Isc_Character_Sets is array (0 .. Isc_Charsets_Count) of Isc_Character_Set; Character_Set : constant Isc_Character_Sets := (NONE, OCTETS, ASCII, UNICODE_FSS, UFT8, SJIS_0208, EUCJ_0208, UNKNOWN, UNKNOWN, DOS737, DOS437, DOS850, DOS865, DOS860, DOS863, DOS775, DOS858, DOS862, DOS864, NEXT, UNKNOWN, ISO8859_1, ISO8859_2, ISO8859_3, UNKNOWN, UNKNOWN, UNKNOWN, UNKNOWN, UNKNOWN, UNKNOWN, UNKNOWN, UNKNOWN, UNKNOWN, UNKNOWN, ISO8859_4, ISO8859_5, ISO8859_6, ISO8859_7, ISO8859_8, ISO8859_9, ISO8859_13, UNKNOWN, UNKNOWN, UNKNOWN, KSC_5601, DOS852, DOS857, DOS861, DOS866, DOS869, CYRL, WIN1250, WIN1251, WIN1252, WIN1253, WIN1254, BIG_5, GB_2312, WIN1255, WIN1256, WIN1257); -- Error codes -- Isc_Dsql_Cursor_Err : constant Isc_Result_Code := 335544572; Isc_Bad_Stmt_Handle : constant Isc_Result_Code := 335544485; Isc_Dsql_Cursor_Close_Err : constant Isc_Result_Code := 335544577; -- Info -- subtype Isc_Info_Request is Interfaces.C.char; Isc_Info_Sql_Stmt_Type : constant Isc_Info_Request := Isc_Info_Request'Val (21); Frb_Info_Att_Charset : constant Isc_Info_Request := Isc_Info_Request'Val (101); -- methods -- function Isc_Attach_Database (Status : access Isc_Results; Db_Name_Length : Isc_Short; Db_Name : Isc_String; Db_Handle : access Isc_Database_Handle; Parms_Length : Isc_Short; Parms : Isc_String) return Isc_Result_Code; function Isc_Detach_Database (Status : access Isc_Results; Handle : access Isc_Database_Handle) return Isc_Result_Code; function Isc_Sqlcode (Status : Isc_Results) return Isc_Long; procedure Isc_Sql_Interprete (Sqlcode : Isc_Short; Buffer : access Isc_String; Buffer_Length : Isc_Short); function Isc_Interprete (Buffer : access Isc_String; Status : access Isc_Results_Access) return Isc_Result_Code; function Isc_Commit_Retaining (Status : access Isc_Results; Handle : access Isc_Transaction_Handle) return Isc_Result_Code; function Isc_Start_Multiple (Status : access Isc_Results; Handle : access Isc_Transaction_Handle; Tebs_Count : Isc_Short; Teb : access Isc_Tebs) return Isc_Result_Code; function Isc_Rollback_Transaction (Status : access Isc_Results; Handle : access Isc_Transaction_Handle) return Isc_Result_Code; function Isc_Dsql_Fetch (Status : access Isc_Results; Handle : access Isc_Stmt_Handle; Version : Isc_Db_Dialect; Sqlda : access Isc_Sqlda) return Isc_Result_Code; function Isc_Dsql_Free_Statement (Status : access Isc_Results; Handle : access Isc_Stmt_Handle; Code : Isc_Stmt_Free_Code) return Isc_Result_Code; function Isc_Dsql_Alloc_Statement2 (Status : access Isc_Results; Db : Isc_Database_Handle_Access; Stmt : access Isc_Stmt_Handle) return Isc_Result_Code; function Isc_Dsql_Prepare (Status : access Isc_Results; Tr : Isc_Transaction_Handle_Access; Stmt : access Isc_Stmt_Handle; Length : Isc_Ushort; Statement : Isc_String; Dialect : Isc_Ushort; Xsqlda : access Isc_Sqlda) return Isc_Result_Code; function Isc_Dsql_Sql_Info (Status : access Isc_Results; Stmt : access Isc_Stmt_Handle; Items_Length : Isc_Short; Items : Isc_String; Buffer_Length : Isc_Short; Buffer : access Isc_String) return Isc_Result_Code; function Isc_Vax_Integer (Buffer : Isc_String; Length : Isc_Short) return Isc_Long; function Isc_Dsql_Set_Cursor_Name (Status : access Isc_Results; Stmt : access Isc_Stmt_Handle; Name : Isc_String; Itype : Isc_Ushort) return Isc_Result_Code; function Isc_Dsql_Describe_Bind (Status : access Isc_Results; Stmt : access Isc_Stmt_Handle; Version : Isc_Ushort; Params : access Isc_Sqlda) return Isc_Result_Code; function Isc_Dsql_Describe (Status : access Isc_Results; Stmt : access Isc_Stmt_Handle; Version : Isc_Ushort; Rec : access Isc_Sqlda) return Isc_Result_Code; function Isc_Dsql_Execute_Immediate (Status : access Isc_Results; Db : Isc_Database_Handle_Access; Tr : Isc_Transaction_Handle_Access; Length : Isc_Short; Statement : Isc_String; Version : Isc_Ushort; Params : access Isc_Sqlda) return Isc_Result_Code; function Isc_Dsql_Execute (Status : access Isc_Results; Tr : Isc_Transaction_Handle_Access; Stmt : access Isc_Stmt_Handle; Version : Isc_Ushort; Params : access Isc_Sqlda) return Isc_Result_Code; function Isc_Dsql_Execute2 (Status : access Isc_Results; Tr : Isc_Transaction_Handle_Access; Stmt : access Isc_Stmt_Handle; Version : Isc_Ushort; Params : access Isc_Sqlda; Fields : access Isc_Sqlda) return Isc_Result_Code; function Isc_Database_Info (Status : access Isc_Results; Handle : access Isc_Database_Handle; Length : Isc_Short; Items : Isc_String; Buf_Length : Isc_Short; Buf : access Isc_String) return Isc_Result_Code; ----------- -- Utils -- ----------- function Get_Error (Status : access Isc_Results) return League.Strings.Universal_String; function Check_For_Error (Status : access Isc_Results; Codes : Isc_Result_Codes) return Boolean; function To_Isc_String (Item : League.Strings.Universal_String) return Isc_String; function Is_Datetime_Type (Sql_Type : Isc_Sqltype) return Boolean; function Is_Numeric_Type (Sql_Type : Isc_Sqltype) return Boolean; ------------------------- -- Time & Date Support -- ------------------------- type Isc_Date is new Isc_Long; type Isc_Time is new Interfaces.Unsigned_32; type Isc_Timestamp is record Timestamp_Date : Isc_Date; Timestamp_Time : Isc_Time; end record; pragma Convention (C, Isc_Timestamp); Isc_Time_Seconds_Precision_Scale : constant := 4; MSecs_Per_Sec : constant := 10**Isc_Time_Seconds_Precision_Scale; -- C_Time -- type C_Time is record Tm_Sec : Interfaces.C.int := 0; Tm_Min : Interfaces.C.int := 0; Tm_Hour : Interfaces.C.int := 0; Tm_Mday : Interfaces.C.int := 0; Tm_Mon : Interfaces.C.int := 0; Tm_Year : Interfaces.C.int := 0; Tm_Wday : Interfaces.C.int := 0; Tm_Yday : Interfaces.C.int := 0; Tm_Isdst : Interfaces.C.int := 0; Tm_Gmtoff : Interfaces.C.int := 0; Tm_Zone : System.Address := System.Null_Address; end record; pragma Convention (C, C_Time); procedure Isc_Encode_Sql_Time (C_Date : access C_Time; Ib_Date : access Isc_Time); procedure Isc_Encode_Sql_Date (C_Date : access C_Time; Ib_Date : access Isc_Date); procedure Isc_Encode_Timestamp (C_Date : access C_Time; Ib_Date : access Isc_Timestamp); procedure Isc_Decode_Timestamp (Ib_Date : access Isc_Timestamp; C_Date : access C_Time); procedure Isc_Decode_Sql_Date (Ib_Date : access Isc_Date; C_Date : access C_Time); procedure Isc_Decode_Sql_Time (Ib_Date : access Isc_Time; C_Date : access C_Time); private pragma Import (Stdcall, Isc_Attach_Database, "isc_attach_database"); pragma Import (Stdcall, Isc_Detach_Database, "isc_detach_database"); pragma Import (Stdcall, Isc_Sqlcode, "isc_sqlcode"); pragma Import (Stdcall, Isc_Sql_Interprete, "isc_sql_interprete"); pragma Import (Stdcall, Isc_Interprete, "isc_interprete"); pragma Import (Stdcall, Isc_Commit_Retaining, "isc_commit_retaining"); pragma Import (Stdcall, Isc_Start_Multiple, "isc_start_multiple"); pragma Import (Stdcall, Isc_Dsql_Fetch, "isc_dsql_fetch"); pragma Import (Stdcall, Isc_Dsql_Free_Statement, "isc_dsql_free_statement"); pragma Import (Stdcall, Isc_Dsql_Prepare, "isc_dsql_prepare"); pragma Import (Stdcall, Isc_Dsql_Sql_Info, "isc_dsql_sql_info"); pragma Import (Stdcall, Isc_Vax_Integer, "isc_vax_integer"); pragma Import (Stdcall, Isc_Dsql_Describe_Bind, "isc_dsql_describe_bind"); pragma Import (Stdcall, Isc_Dsql_Describe, "isc_dsql_describe"); pragma Import (Stdcall, Isc_Dsql_Execute, "isc_dsql_execute"); pragma Import (Stdcall, Isc_Dsql_Execute2, "isc_dsql_execute2"); pragma Import (Stdcall, Isc_Encode_Sql_Time, "isc_encode_sql_time"); pragma Import (Stdcall, Isc_Encode_Timestamp, "isc_encode_timestamp"); pragma Import (Stdcall, Isc_Encode_Sql_Date, "isc_encode_sql_date"); pragma Import (Stdcall, Isc_Decode_Timestamp, "isc_decode_timestamp"); pragma Import (Stdcall, Isc_Decode_Sql_Date, "isc_decode_sql_date"); pragma Import (Stdcall, Isc_Decode_Sql_Time, "isc_decode_sql_time"); pragma Import (Stdcall, Isc_Database_Info, "isc_database_info"); pragma Import (Stdcall, Isc_Rollback_Transaction, "isc_rollback_transaction"); pragma Import (Stdcall, Isc_Dsql_Alloc_Statement2, "isc_dsql_alloc_statement2"); pragma Import (Stdcall, Isc_Dsql_Set_Cursor_Name, "isc_dsql_set_cursor_name"); pragma Import (Stdcall, Isc_Dsql_Execute_Immediate, "isc_dsql_execute_immediate"); end Matreshka.Internals.SQL_Drivers.Firebird;
src/System/IO/Examples/Transducers.agda
ilya-fiveisky/agda-system-io
10
6170
<reponame>ilya-fiveisky/agda-system-io open import Coinduction using ( ♯_ ) open import Data.Maybe using ( Maybe ; just ; nothing ; maybe ) open import Data.Nat using ( ℕ ; _+_ ) open import Data.Integer using ( ℤ ; +_ ; _⊖_ ) open import System.IO.Transducers using ( inp ; out ; done ; _⇒_ ; Inp_⇒_ ; C⟦_⟧ ; _⟨¿⟩_ ) open import System.IO.Transducers.Trace using ( [] ; _∷_ ) open import System.IO.Transducers.Session using ( ⟨_⟩ ; _&_ ; ¡ ; ¿ ) open import System.IO.Transducers.Stateful using ( loop ) module System.IO.Examples.Transducers where add : ⟨ ℕ ⟩ & ⟨ ℕ ⟩ ⇒ ⟨ ℕ ⟩ add = inp (♯ λ x → inp (♯ λ y → out (x + y) done)) -- runAdd == 8 ∷ [] runAdd = C⟦ add ⟧ ( 3 ∷ 5 ∷ [] ) nat? : ¡ ⟨ ℤ ⟩ ⇒ ¿ ⟨ ℕ ⟩ & ¡ ⟨ ℤ ⟩ nat? = inp (♯ rest) where rest : Inp ¡ ⟨ ℤ ⟩ ⇒ ¿ ⟨ ℕ ⟩ & ¡ ⟨ ℤ ⟩ rest nothing = out nothing (out nothing done) rest (just (+ n)) = out (just n) done rest (just x) = out nothing (out (just x) done) -- runNat? == ( just 5 ∷ just (+ 7) ∷ just (0 ⊖ 3) ∷ just (+ 8) ∷ nothing ∷ []) runNat? = C⟦ nat? ⟧ ( just (+ 5) ∷ just (+ 7) ∷ just (0 ⊖ 3) ∷ just (+ 8) ∷ nothing ∷ []) nat! : ¡ ⟨ ℤ ⟩ ⇒ ¡ ⟨ ℕ ⟩ & ¡ ⟨ ℤ ⟩ nat! = loop {⟨ ℕ ⟩} nat? -- runNat! == ( just 5 ∷ just 7 ∷ nothing ∷ just (0 ⊖ 3) ∷ just (+ 8) ∷ nothing ∷ []) runNat! = C⟦ nat! ⟧ ( just (+ 5) ∷ just (+ 7) ∷ just (0 ⊖ 3) ∷ just (+ 8) ∷ nothing ∷ [])
ppl/src/main/antlr/OpenDistroPPLParser.g4
pakio/sql
0
1
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://www.apache.org/licenses/LICENSE-2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ parser grammar OpenDistroPPLParser; options { tokenVocab=OpenDistroPPLLexer; } root : pplStatement? EOF ; /** statement */ pplStatement : searchCommand (PIPE commands)* ; /** commands */ commands : whereCommand | fieldsCommand | renameCommand | statsCommand | dedupCommand | sortCommand | evalCommand | headCommand | topCommand | rareCommand; searchCommand : (SEARCH)? fromClause #searchFrom | (SEARCH)? fromClause logicalExpression #searchFromFilter | (SEARCH)? logicalExpression fromClause #searchFilterFrom ; whereCommand : WHERE logicalExpression ; fieldsCommand : FIELDS (PLUS | MINUS)? wcFieldList ; renameCommand : RENAME renameClasue (COMMA renameClasue)* ; statsCommand : STATS (PARTITIONS EQUAL partitions=integerLiteral)? (ALLNUM EQUAL allnum=booleanLiteral)? (DELIM EQUAL delim=stringLiteral)? statsAggTerm (COMMA statsAggTerm)* (byClause)? (DEDUP_SPLITVALUES EQUAL dedupsplit=booleanLiteral)? ; dedupCommand : DEDUP (number=integerLiteral)? fieldList (KEEPEMPTY EQUAL keepempty=booleanLiteral)? (CONSECUTIVE EQUAL consecutive=booleanLiteral)? ; sortCommand : SORT (count=integerLiteral)? sortbyClause (D | DESC)? ; evalCommand : EVAL evalClause (COMMA evalClause)* ; headCommand : HEAD (KEEPLAST EQUAL keeplast=booleanLiteral)? (WHILE LT_PRTHS whileExpr=logicalExpression RT_PRTHS)? (number=integerLiteral)? ; topCommand : TOP (number=integerLiteral)? fieldList (byClause)? ; rareCommand : RARE fieldList (byClause)? ; /** clauses */ fromClause : SOURCE EQUAL tableSource | INDEX EQUAL tableSource ; renameClasue : orignalField=wcFieldExpression AS renamedField=wcFieldExpression ; byClause : BY fieldList ; sortbyClause : sortField (COMMA sortField)* ; evalClause : fieldExpression EQUAL expression ; /** aggregation terms */ statsAggTerm : statsFunction (AS alias=wcFieldExpression)? ; /** aggregation functions */ statsFunction : statsFunctionName LT_PRTHS valueExpression RT_PRTHS #statsFunctionCall | percentileAggFunction #percentileAggFunctionCall ; statsFunctionName : AVG | COUNT | SUM | MIN | MAX ; percentileAggFunction : PERCENTILE '<' value=integerLiteral '>' LT_PRTHS aggField=fieldExpression RT_PRTHS ; /** expressions */ expression : logicalExpression | comparisonExpression | valueExpression ; logicalExpression : comparisonExpression #comparsion | NOT logicalExpression #logicalNot | left=logicalExpression OR right=logicalExpression #logicalOr | left=logicalExpression (AND)? right=logicalExpression #logicalAnd | left=logicalExpression XOR right=logicalExpression #logicalXor ; comparisonExpression : left=valueExpression comparisonOperator right=valueExpression #compareExpr | valueExpression IN valueList #inExpr ; valueExpression : left=valueExpression binaryOperator right=valueExpression #binaryArithmetic | LT_PRTHS left=valueExpression binaryOperator right=valueExpression RT_PRTHS #parentheticBinaryArithmetic | primaryExpression #valueExpressionDefault ; primaryExpression : evalFunctionCall | fieldExpression | literalValue ; /** tables */ tableSource : qualifiedName ; /** fields */ fieldList : fieldExpression (COMMA fieldExpression)* ; wcFieldList : wcFieldExpression (COMMA wcFieldExpression)* ; sortField : (PLUS | MINUS)? sortFieldExpression ; sortFieldExpression : fieldExpression | AUTO LT_PRTHS fieldExpression RT_PRTHS | STR LT_PRTHS fieldExpression RT_PRTHS | IP LT_PRTHS fieldExpression RT_PRTHS | NUM LT_PRTHS fieldExpression RT_PRTHS ; fieldExpression : qualifiedName ; wcFieldExpression : wcQualifiedName ; /** functions */ evalFunctionCall : evalFunctionName LT_PRTHS functionArgs RT_PRTHS ; evalFunctionName : mathematicalFunctionBase | dateAndTimeFunctionBase | textFunctionBase ; functionArgs : (functionArg (COMMA functionArg)*)? ; functionArg : valueExpression ; mathematicalFunctionBase : ABS | CEIL | CEILING | CONV | CRC32 | E | EXP | FLOOR | LN | LOG | LOG10 | LOG2 | MOD | PI |POW | POWER | RAND | ROUND | SIGN | SQRT | TRUNCATE | trigonometricFunctionName ; trigonometricFunctionName : ACOS | ASIN | ATAN | ATAN2 | COS | COT | DEGREES | RADIANS | SIN | TAN ; dateAndTimeFunctionBase : ADDDATE | DATE | DATE_ADD | DATE_SUB | DAY | DAYNAME | DAYOFMONTH | DAYOFWEEK | DAYOFYEAR | FROM_DAYS | HOUR | MICROSECOND | MINUTE | MONTH | MONTHNAME | QUARTER | SECOND | SUBDATE | TIME | TIME_TO_SEC | TIMESTAMP | TO_DAYS | YEAR | WEEK | DATE_FORMAT ; textFunctionBase : SUBSTR | SUBSTRING | TRIM | LTRIM | RTRIM | LOWER | UPPER | CONCAT | CONCAT_WS | LENGTH | STRCMP ; /** operators */ comparisonOperator : EQUAL | NOT_EQUAL | LESS | NOT_LESS | GREATER | NOT_GREATER | LIKE | REGEXP ; binaryOperator : PLUS | MINUS | STAR | DIVIDE | MODULE ; /** literals and values*/ literalValue : intervalLiteral | stringLiteral | integerLiteral | decimalLiteral | booleanLiteral ; intervalLiteral : INTERVAL valueExpression intervalUnit ; stringLiteral : DQUOTA_STRING | SQUOTA_STRING ; integerLiteral : (PLUS | MINUS)? INTEGER_LITERAL ; decimalLiteral : (PLUS | MINUS)? DECIMAL_LITERAL ; booleanLiteral : TRUE | FALSE ; intervalUnit : MICROSECOND | SECOND | MINUTE | HOUR | DAY | WEEK | MONTH | QUARTER | YEAR | SECOND_MICROSECOND | MINUTE_MICROSECOND | MINUTE_SECOND | HOUR_MICROSECOND | HOUR_SECOND | HOUR_MINUTE | DAY_MICROSECOND | DAY_SECOND | DAY_MINUTE | DAY_HOUR | YEAR_MONTH ; valueList : LT_PRTHS literalValue (COMMA literalValue)* RT_PRTHS ; qualifiedName : ident (DOT ident)* #identsAsQualifiedName | keywordsCanBeId #keywordsAsQualifiedName ; wcQualifiedName : wildcard (DOT wildcard)* #identsAsWildcardQualifiedName | keywordsCanBeId #keywordsAsWildcardQualifiedName ; ident : (DOT)? ID | BACKTICK ident BACKTICK | BQUOTA_STRING ; wildcard : ident (MODULE ident)* (MODULE)? | SINGLE_QUOTE wildcard SINGLE_QUOTE | DOUBLE_QUOTE wildcard DOUBLE_QUOTE | BACKTICK wildcard BACKTICK ; keywordsCanBeId : D // OD SQL and ODBC special | statsFunctionName | TIMESTAMP | DATE | TIME ;
c3.unicap.br.waldemar.plp/Ada2Java/Ada2Java/src/ada2java/assets/ComandoEntrada.adb
LuisFLCCQ/base_cod_java
1
7876
with Ada.Text_IO; use Ada.Text_IO; with Ada.Integer_Text_IO; use Ada.Integer_Text_IO; procedure Check_Positive is N : Integer; begin Put_Line ("Enter an integer value: "); Get (N); if N > 0 then Put_Line (N); Put_Line (" is a positive number"); end if; end Check_Positive;
1A/S5/PIM/tps/tp6/piles.adb
MOUDDENEHamza/ENSEEIHT
4
23422
-- Implantation du module Piles. with Ada.Unchecked_Deallocation; with Ada.Text_IO; use Ada.Text_IO; --// Ce module est nécessaire parce qu'on a ajouté le SP Afficher. package body Piles is procedure Free is new Ada.Unchecked_Deallocation (T_Cellule, T_Pile); procedure Initialiser (Pile : out T_Pile) is begin Pile := Null; end Initialiser; function Est_Vide (Pile : in T_Pile) return Boolean is begin return Pile = Null; end Est_Vide; function Sommet (Pile : in T_Pile) return T_Element is begin return Pile.all.Element; end Sommet; procedure Empiler (Pile : in out T_Pile; Element : in T_Element) is Nouvelle_Cellule: T_Pile; begin -- Créer une nouvelle cellule (allcoation puis initialisation) Nouvelle_Cellule := new T_Cellule; Nouvelle_Cellule.all.Element := Element; Nouvelle_Cellule.all.Suivant := Pile; -- Changer Pile (elle pointe sur la nouvelle cellule) Pile := Nouvelle_Cellule; end Empiler; procedure Depiler (Pile : in out T_Pile) is A_Detruire : T_Pile; begin A_Detruire := Pile; Pile := Pile.all.Suivant; Free (A_Detruire); end Depiler; procedure Detruire (P: in out T_Pile) is begin if P /= Null then Detruire (P.all.Suivant); Free (P); else Null; end if; end Detruire; procedure Afficher (Pile : in T_Pile) is -- Afficher les éléments de la pile. Le premier affiché est le fond de -- pile, le dernier le sommet, ils sont séparés par des virgules. procedure Afficher_Elements (Pile : in T_Pile) is begin if Pile = Null then Null; elsif Pile.all.Suivant = Null then Put (" "); Afficher_Element (Pile.all.Element); else Afficher_Elements (Pile.all.Suivant); Put (", "); Afficher_Element (Pile.all.Element); end if; end Afficher_Elements; begin Put ('['); Afficher_Elements (Pile); Put (" >"); end Afficher; end Piles;
oeis/136/A136799.asm
neoneye/loda-programs
11
83102
; A136799: Last term in a sequence of at least 3 consecutive composite integers. ; Submitted by <NAME>(w2) ; 10,16,22,28,36,40,46,52,58,66,70,78,82,88,96,100,106,112,126,130,136,148,156,162,166,172,178,190,196,210,222,226,232,238,250,256,262,268,276,280,292,306,310,316,330,336,346,352,358,366,372,378,382,388,396,400,408,418,430,438,442,448,456,460,466,478,486,490,498,502,508,520,540,546,556,562,568,576,586,592,598,606,612,616,630,640,646,652,658,672,676,682,690,700,708,718,726,732,738,742 add $0,1 seq $0,104279 ; Numbers n such that 2n+1 is prime and 2n-1 is not prime. mul $0,2
oeis/153/A153052.asm
neoneye/loda-programs
11
164618
; A153052: Numbers n such that 2*n + 5 is not a prime. ; Submitted by <NAME> ; 2,5,8,10,11,14,15,17,20,22,23,25,26,29,30,32,35,36,38,40,41,43,44,45,47,50,53,55,56,57,58,59,60,62,64,65,68,69,70,71,74,75,77,78,80,82,83,85,86,89,90,91,92,95,98,99,100,101,102,104,105,106,107,108,110,113,115,116,119,120,121,122,124,125,127,128,130,131,134,135,137,140,141,142,143,145,146,147,148,149,150,152,155,157,158,159,160,161,162,164 add $0,2 mov $1,3 mov $2,1 lpb $0 mov $3,$2 lpb $3 add $2,2 mov $4,$1 gcd $4,$2 cmp $4,1 sub $3,$4 lpe sub $0,1 add $2,2 mul $1,$2 lpe mov $0,$2 div $0,2 sub $0,2
Data/BinaryTree/Properties.agda
Lolirofle/stuff-in-agda
6
6368
module Data.BinaryTree.Properties where import Lvl open import Data hiding (empty) open import Data.BinaryTree open import Data.Boolean open import Functional as Fn open import Logic.Propositional open import Numeral.Natural open import Type private variable ℓ ℓᵢ ℓₗ ℓₙ ℓₒ : Lvl.Level private variable n : ℕ private variable N N₁ N₂ L T A B : Type{ℓ} -- A tree is full when every node has no or all children. data Full {L : Type{ℓₗ}}{N : Type{ℓₙ}} : BinaryTree L N → Type{ℓₗ Lvl.⊔ ℓₙ} where leaf : ∀{l} → Full(Leaf l) single : ∀{a}{l₁ l₂} → Full(Node a (Leaf l₁) (Leaf l₂)) step : ∀{al ar a}{cll clr crl crr} → Full(Node al cll clr) → Full(Node ar crl crr) → Full(Node a (Node al cll clr) (Node ar crl crr)) -- A tree is perfect at depth `n` when all leaves are at height `n`. -- In other words, a tree is perfect when all leaves are at the same height. data Perfect {L : Type{ℓₗ}}{N : Type{ℓₙ}} : BinaryTree L N → ℕ → Type{ℓₗ Lvl.⊔ ℓₙ} where leaf : ∀{l} → Perfect(Leaf l)(𝟎) step : ∀{a}{l r}{h} → Perfect(l)(h) → Perfect(r)(h) → Perfect(Node a l r)(𝐒(h)) data Complete {L : Type{ℓₗ}}{N : Type{ℓₙ}} : BinaryTree L N → ℕ → Bool → Type{ℓₗ Lvl.⊔ ℓₙ} where perfect-leaf : ∀{l} → Complete(Leaf l)(𝟎)(𝑇) imperfect-leaf : ∀{l} → Complete(Leaf l)(𝐒(𝟎))(𝐹) step₀ : ∀{a}{l r}{h} → Complete(l)(h)(𝐹) → Complete(r)(h)(𝐹) → Complete(Node a l r)(𝐒(h))(𝐹) step₁ : ∀{a}{l r}{h} → Complete(l)(h)(𝑇) → Complete(r)(h)(𝐹) → Complete(Node a l r)(𝐒(h))(𝐹) step₂ : ∀{a}{l r}{h} → Complete(l)(h)(𝑇) → Complete(r)(h)(𝑇) → Complete(Node a l r)(𝐒(h))(𝑇) data DepthOrdered {L : Type{ℓₗ}}{N : Type{ℓₙ}} (_≤_ : N → N → Type{ℓₒ}) : BinaryTree L N → Type{ℓₗ Lvl.⊔ ℓₙ Lvl.⊔ ℓₒ} where leaf : ∀{l} → DepthOrdered(_≤_)(Leaf l) step : ∀{a}{l₁ l₂} → DepthOrdered(_≤_)(Node a (Leaf l₁) (Leaf l₂)) stepₗ : ∀{a al ar}{l}{rl rr} → (a ≤ al) → DepthOrdered(_≤_)(Node al rl rr) → DepthOrdered(_≤_)(Node a (Leaf l) (Node ar rl rr)) stepᵣ : ∀{a al ar}{l}{ll lr} → (a ≤ ar) → DepthOrdered(_≤_)(Node ar ll lr) → DepthOrdered(_≤_)(Node a (Node al ll lr) (Leaf l)) stepₗᵣ : ∀{a al ar}{ll lr rl rr} → (a ≤ al) → DepthOrdered(_≤_)(Node al ll lr) → (a ≤ ar) → DepthOrdered(_≤_)(Node ar rl rr) → DepthOrdered(_≤_)(Node a (Node al ll lr) (Node ar rl rr)) Heap : ∀{L : Type{ℓₗ}}{N : Type{ℓₙ}} → (N → N → Type{ℓₒ}) → BinaryTree L N → ℕ → Bool → Type Heap(_≤_) tree height perfect = DepthOrdered(_≤_)(tree) ∧ Complete(tree)(height)(perfect)
src/main/antlr4/com/bitplan/exp/Exp.g4
BITPlan/com.bitplan.antlr
0
847
/** * Copyright 2016-2017 BITPlan GmbH * Author: <NAME> * * this is an Example Antlr Grammar * * * it is specified using antlr syntax and uses the ANTLR V4 parser generator * see http://www.antlr.org * * for Eclipse you might want to install the IDE support: * https://github.com/jknack/antlr4ide * */ grammar Exp; /* This will be the entry point of our parser. */ eval returns [double value] : exp=additionExp {$value = $exp.value;} ; /* Addition and subtraction have the lowest precedence. */ additionExp returns [double value] : m1=multiplyExp {$value = $m1.value;} ( '+' m2=multiplyExp {$value += $m2.value;} | '-' m2=multiplyExp {$value -= $m2.value;} )* ; /* Multiplication and division have a higher precedence. */ multiplyExp returns [double value] : a1=atomExp {$value = $a1.value;} ( '*' a2=atomExp {$value *= $a2.value;} | '/' a2=atomExp {$value /= $a2.value;} )* ; /* An expression atom is the smallest part of an expression: a number. Or when we encounter parenthesis, we're making a recursive call back to the rule 'additionExp'. As you can see, an 'atomExp' has the highest precedence. */ atomExp returns [double value] : n=Number {$value = Double.parseDouble($n.text);} | '(' exp=additionExp ')' {$value = $exp.value;} ; /* A number: can be an integer value, or a decimal value */ Number : ('0'..'9')+ ('.' ('0'..'9')+)? ; /* We're going to ignore all white space characters */ WS : (' ' | '\t' | '\r'| '\n') { } ;
lib/types/Circle.agda
UlrikBuchholtz/HoTT-Agda
1
13113
{-# OPTIONS --without-K #-} open import lib.Basics open import lib.types.Paths open import lib.types.Pi open import lib.types.Unit module lib.types.Circle where {- Idea : data S¹ : Type₀ where base : S¹ loop : base == base I’m using Dan Licata’s trick to have a higher inductive type with definitional reduction rule for [base] -} module _ where private data #S¹-aux : Type₀ where #base : #S¹-aux data #S¹ : Type₀ where #s¹ : #S¹-aux → (Unit → Unit) → #S¹ S¹ : Type₀ S¹ = #S¹ base : S¹ base = #s¹ #base _ postulate -- HIT loop : base == base module S¹Elim {i} {P : S¹ → Type i} (base* : P base) (loop* : base* == base* [ P ↓ loop ]) where f : Π S¹ P f = f-aux phantom where f-aux : Phantom loop* → Π S¹ P f-aux phantom (#s¹ #base _) = base* postulate -- HIT loop-β : apd f loop == loop* open S¹Elim public using () renaming (f to S¹-elim) module S¹Rec {i} {A : Type i} (base* : A) (loop* : base* == base*) where private module M = S¹Elim base* (↓-cst-in loop*) f : S¹ → A f = M.f loop-β : ap f loop == loop* loop-β = apd=cst-in {f = f} M.loop-β module S¹RecType {i} (A : Type i) (e : A ≃ A) where open S¹Rec A (ua e) public coe-loop-β : (a : A) → coe (ap f loop) a == –> e a coe-loop-β a = coe (ap f loop) a =⟨ loop-β |in-ctx (λ u → coe u a) ⟩ coe (ua e) a =⟨ coe-β e a ⟩ –> e a ∎ coe!-loop-β : (a : A) → coe! (ap f loop) a == <– e a coe!-loop-β a = coe! (ap f loop) a =⟨ loop-β |in-ctx (λ u → coe! u a) ⟩ coe! (ua e) a =⟨ coe!-β e a ⟩ <– e a ∎ ↓-loop-out : {a a' : A} → a == a' [ f ↓ loop ] → –> e a == a' ↓-loop-out {a} {a'} p = –> e a =⟨ ! (coe-loop-β a) ⟩ coe (ap f loop) a =⟨ to-transp p ⟩ a' ∎ import lib.types.Generic1HIT as Generic1HIT module S¹G = Generic1HIT Unit Unit (idf _) (idf _) module P = S¹G.RecType (cst A) (cst e) private generic-S¹ : Σ S¹ f == Σ S¹G.T P.f generic-S¹ = eqv-tot where module To = S¹Rec (S¹G.cc tt) (S¹G.pp tt) to = To.f module From = S¹G.Rec (cst base) (cst loop) from : S¹G.T → S¹ from = From.f abstract to-from : (x : S¹G.T) → to (from x) == x to-from = S¹G.elim (λ _ → idp) (λ _ → ↓-∘=idf-in to from (ap to (ap from (S¹G.pp tt)) =⟨ From.pp-β tt |in-ctx ap to ⟩ ap to loop =⟨ To.loop-β ⟩ S¹G.pp tt ∎)) from-to : (x : S¹) → from (to x) == x from-to = S¹-elim idp (↓-∘=idf-in from to (ap from (ap to loop) =⟨ To.loop-β |in-ctx ap from ⟩ ap from (S¹G.pp tt) =⟨ From.pp-β tt ⟩ loop ∎)) eqv : S¹ ≃ S¹G.T eqv = equiv to from to-from from-to eqv-fib : f == P.f [ (λ X → (X → Type _)) ↓ ua eqv ] eqv-fib = ↓-app→cst-in (λ {t} p → S¹-elim {P = λ t → f t == P.f (–> eqv t)} idp (↓-='-in (ap (P.f ∘ (–> eqv)) loop =⟨ ap-∘ P.f to loop ⟩ ap P.f (ap to loop) =⟨ To.loop-β |in-ctx ap P.f ⟩ ap P.f (S¹G.pp tt) =⟨ P.pp-β tt ⟩ ua e =⟨ ! loop-β ⟩ ap f loop ∎)) t ∙ ap P.f (↓-idf-ua-out eqv p)) eqv-tot : Σ S¹ f == Σ S¹G.T P.f eqv-tot = ap (uncurry Σ) (pair= (ua eqv) eqv-fib) import lib.types.Flattening as Flattening module FlatteningS¹ = Flattening Unit Unit (idf _) (idf _) (cst A) (cst e) open FlatteningS¹ public hiding (flattening-equiv; module P) flattening-S¹ : Σ S¹ f == Wt flattening-S¹ = generic-S¹ ∙ ua FlatteningS¹.flattening-equiv
Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xca.log_4_643.asm
ljhsiun2/medusa
9
99231
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %r9 push %rax push %rbx push %rsi lea addresses_normal_ht+0x8cb1, %r9 nop cmp $43131, %r12 movups (%r9), %xmm5 vpextrq $0, %xmm5, %r14 nop nop nop nop add $16856, %rsi lea addresses_WC_ht+0x1e31, %rsi clflush (%rsi) nop nop nop nop inc %rbx mov $0x6162636465666768, %r15 movq %r15, %xmm3 movups %xmm3, (%rsi) nop nop nop mfence lea addresses_A_ht+0xc8b1, %r14 nop and $42899, %r15 mov $0x6162636465666768, %r9 movq %r9, (%r14) nop nop nop nop dec %r12 lea addresses_A_ht+0x163b1, %r14 nop nop dec %rax movl $0x61626364, (%r14) nop nop sub %r9, %r9 lea addresses_WC_ht+0x14571, %r14 nop dec %r15 movb (%r14), %r9b nop nop nop nop nop xor %rax, %rax pop %rsi pop %rbx pop %rax pop %r9 pop %r15 pop %r14 pop %r12 ret .global s_faulty_load s_faulty_load: push %r10 push %r11 push %r12 push %r8 push %r9 push %rbx push %rcx push %rdi push %rsi // Store lea addresses_normal+0x47b1, %rdi nop nop nop nop inc %r10 mov $0x5152535455565758, %r8 movq %r8, %xmm0 movups %xmm0, (%rdi) nop nop nop nop and $8348, %r10 // Store lea addresses_A+0x1ecb1, %rdi nop nop cmp $60355, %rbx mov $0x5152535455565758, %r10 movq %r10, (%rdi) nop nop sub $50999, %r11 // REPMOV lea addresses_PSE+0x30b1, %rsi lea addresses_PSE+0x1d9ee, %rdi nop nop nop nop nop dec %r9 mov $16, %rcx rep movsb nop nop cmp %r9, %r9 // Faulty Load lea addresses_WT+0x1ccb1, %r11 nop nop nop nop dec %rsi mov (%r11), %rcx lea oracles, %r8 and $0xff, %rcx shlq $12, %rcx mov (%r8,%rcx,1), %rcx pop %rsi pop %rdi pop %rcx pop %rbx pop %r9 pop %r8 pop %r12 pop %r11 pop %r10 ret /* <gen_faulty_load> [REF] {'OP': 'LOAD', 'src': {'size': 1, 'NT': False, 'type': 'addresses_WT', 'same': False, 'AVXalign': False, 'congruent': 0}} {'OP': 'STOR', 'dst': {'size': 16, 'NT': False, 'type': 'addresses_normal', 'same': False, 'AVXalign': False, 'congruent': 7}} {'OP': 'STOR', 'dst': {'size': 8, 'NT': False, 'type': 'addresses_A', 'same': False, 'AVXalign': False, 'congruent': 11}} {'OP': 'REPM', 'src': {'same': False, 'type': 'addresses_PSE', 'congruent': 7}, 'dst': {'same': False, 'type': 'addresses_PSE', 'congruent': 0}} [Faulty Load] {'OP': 'LOAD', 'src': {'size': 8, 'NT': False, 'type': 'addresses_WT', 'same': True, 'AVXalign': False, 'congruent': 0}} <gen_prepare_buffer> {'OP': 'LOAD', 'src': {'size': 16, 'NT': False, 'type': 'addresses_normal_ht', 'same': False, 'AVXalign': False, 'congruent': 9}} {'OP': 'STOR', 'dst': {'size': 16, 'NT': False, 'type': 'addresses_WC_ht', 'same': False, 'AVXalign': False, 'congruent': 6}} {'OP': 'STOR', 'dst': {'size': 8, 'NT': False, 'type': 'addresses_A_ht', 'same': False, 'AVXalign': False, 'congruent': 10}} {'OP': 'STOR', 'dst': {'size': 4, 'NT': False, 'type': 'addresses_A_ht', 'same': False, 'AVXalign': False, 'congruent': 6}} {'OP': 'LOAD', 'src': {'size': 1, 'NT': False, 'type': 'addresses_WC_ht', 'same': False, 'AVXalign': False, 'congruent': 6}} {'58': 4} 58 58 58 58 */
tools/css-commands-list.adb
stcarrez/ada-css
3
21239
----------------------------------------------------------------------- -- css-commands-list -- List command for CSS tools -- Copyright (C) 2018, 2020 <NAME> -- Written by <NAME> (<EMAIL>) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- See the License for the specific language governing permissions and -- limitations under the License. ----------------------------------------------------------------------- with Ada.Text_IO; with Ada.Containers.Ordered_Sets; with CSS.Core.Values; with CSS.Core.Properties; with CSS.Analysis.Rules.Main; package body CSS.Commands.List is -- The Value_Sets package represents a set of values all of -- them being strictly different. package Value_Sets is new Ada.Containers.Ordered_Sets (Element_Type => CSS.Core.Values.Value_Type, "<" => CSS.Core.Values."<", "=" => CSS.Core.Values.Compare); -- ------------------------------ -- Execute the command with the arguments. -- ------------------------------ overriding procedure Execute (Cmd : in out Command; Name : in String; Args : in Argument_List'Class; Context : in out CSS.Commands.Context_Type) is pragma Unreferenced (Cmd); use type CSS.Core.Values.Value_Kind; procedure Process (Pos : in CSS.Analysis.Classes.Cursor); procedure Process_Value (Value : in CSS.Core.Values.Value_Type); Console : constant CSS.Commands.Console_Access := Context.Console; Expect : CSS.Core.Values.Value_Kind; Column : Field_Type := F_VALUE_1; Rule : CSS.Analysis.Rules.Rule_Type_Access; Loc : CSS.Core.Location; Values : Value_Sets.Set; procedure Process (Pos : in CSS.Analysis.Classes.Cursor) is begin Ada.Text_IO.Put_Line (CSS.Analysis.Classes.Class_Maps.Key (Pos)); end Process; procedure Process_Value (Value : in CSS.Core.Values.Value_Type) is begin if Column < F_VALUE_1 or Column > F_VALUE_4 then if Column > F_VALUE_4 then Console.End_Row; end if; Console.Start_Row; Column := F_VALUE_1; end if; Console.Print_Field (Column, CSS.Core.Values.To_String (Value)); Column := Field_Type'Succ (Column); end Process_Value; procedure Report_Value (Value : in CSS.Core.Values.Value_Type) is begin if Column < F_VALUE_1 or Column > F_VALUE_4 then if Column > F_VALUE_4 then Console.End_Row; end if; Console.Start_Row; Column := F_VALUE_1; end if; Console.Print_Field (Column, CSS.Core.Values.To_String (Value)); Column := Field_Type'Succ (Column); end Report_Value; procedure Process_Search (Prop : in CSS.Core.Properties.CSSProperty; Match : in CSS.Analysis.Rules.Match_Result) is begin for M of Match.List loop if CSS.Analysis.Rules.Is_Rule (M.Rule, Rule) then for I in M.First .. M.Last loop Values.Include (CSS.Core.Values.Get_Value (Prop.Value, I)); end loop; end if; end loop; end Process_Search; begin CSS.Commands.Load (Args, Context); if Name = "list" then CSS.Analysis.Classes.Analyze (Context.Doc, Context.Class_Map, Context.Err_Handler); Context.Class_Map.Iterate (Process'Access); end if; if Name = "list-colors" then Values.Clear; Rule := CSS.Analysis.Rules.Main.Rule_Repository.Create_Definition ("<color>", Loc); Expect := CSS.Core.Values.VALUE_COLOR; Console.Start_Title; Console.Print_Title (F_VALUE_1, "", 20); Console.Print_Title (F_VALUE_2, "", 20); Console.Print_Title (F_VALUE_3, "", 20); Console.Print_Title (F_VALUE_4, "", 20); Console.End_Title; CSS.Analysis.Rules.Main.Rule_Repository.Search (Context.Doc, Rule, Process_Search'Access); for V of Values loop Report_Value (V); end loop; end if; if Name = "list-length" then Values.Clear; Rule := CSS.Analysis.Rules.Main.Rule_Repository.Create_Definition ("<length>", Loc); Expect := CSS.Core.Values.VALUE_COLOR; Console.Start_Title; Console.Print_Title (F_VALUE_1, "", 20); Console.Print_Title (F_VALUE_2, "", 20); Console.Print_Title (F_VALUE_3, "", 20); Console.Print_Title (F_VALUE_4, "", 20); Console.End_Title; CSS.Analysis.Rules.Main.Rule_Repository.Search (Context.Doc, Rule, Process_Search'Access); for V of Values loop Report_Value (V); end loop; end if; end Execute; -- ------------------------------ -- Write the help associated with the command. -- ------------------------------ overriding procedure Help (Cmd : in out Command; Name : in String; Context : in out CSS.Commands.Context_Type) is pragma Unreferenced (Cmd, Name); Console : constant CSS.Commands.Console_Access := Context.Console; begin Console.Notice (N_HELP, "list: list information about the CSS files"); end Help; end CSS.Commands.List;
oeis/189/A189666.asm
neoneye/loda-programs
11
92174
<filename>oeis/189/A189666.asm ; A189666: Positions of 1 in A189664; complement of A189665. ; Submitted by <NAME> ; 2,6,8,11,14,18,20,24,26,29,33,35,38,42,44,47,50,54,56,60,62,65,68,72,74,78,80,83,87,89,92,95,99,101,105,107,110,114,116,119,122,126,128,132,134,137,141,143,146,150,152,155,158,162,164,168,170,173,176,180,182,186,188,191,195,197,200,204,206,209,212,216,218,222,224,227,230,234,236,240,242 add $0,1 mov $1,$0 mul $0,3 seq $1,284817 ; a(n) = 2n - 1 - A284776(n). add $0,$1 sub $0,1
oeis/266/A266975.asm
neoneye/loda-programs
11
5539
; A266975: Binary representation of the n-th iteration of the "Rule 78" elementary cellular automaton starting with a single ON (black) cell. ; Submitted by <NAME> ; 1,110,11100,1101000,111010000,11010100000,1110101000000,110101010000000,11101010100000000,1101010101000000000,111010101010000000000,11010101010100000000000,1110101010101000000000000,110101010101010000000000000,11101010101010100000000000000,1101010101010101000000000000000,111010101010101010000000000000000,11010101010101010100000000000000000,1110101010101010101000000000000000000,110101010101010101010000000000000000000,11101010101010101010100000000000000000000 seq $0,266976 ; Decimal representation of the n-th iteration of the "Rule 78" elementary cellular automaton starting with a single ON (black) cell. seq $0,7088 ; The binary numbers (or binary words, or binary vectors, or binary expansion of n): numbers written in base 2.
3-mid/physics/interface/source/private/bullet/bullet_physics-shape.ads
charlie5/lace
20
25660
with physics.Shape, c_math_c.Pointers, bullet_c.Pointers, bullet_c; package bullet_Physics.Shape -- -- Provides glue between a physics shape and a Bullet3D shape. -- is type Item is abstract new physics.Shape.item with record C : bullet_c.Pointers.Shape_Pointer; end record; type View is access all Item'Class; use Math; --------- -- Forge -- overriding procedure define (Self : in out Item); overriding procedure destruct (Self : in out Item); function new_box_Shape (half_Extents : in Vector_3) return physics.Shape.view; function new_capsule_Shape (Radii : in Vector_2; Height : in Real) return physics.Shape.view; function new_cone_Shape (Radius, Height : in Real) return physics.Shape.view; function new_convex_hull_Shape (Points : in physics.Vector_3_array) return physics.Shape.view; function new_mesh_Shape (Model : access Geometry.d3.a_Model) return physics.Shape.view; function new_cylinder_Shape (half_Extents : in Vector_3) return physics.Shape.view; function new_heightfield_Shape (Width, Depth : in Positive; Heights : in c_math_c.Pointers.Real_pointer; min_Height, max_Height : in Real; Scale : in Vector_3) return physics.Shape.view; function new_multiSphere_Shape (Positions : in physics.Vector_3_array; Radii : in Vector) return physics.Shape.view; function new_plane_Shape (Normal : in Vector_3; Offset : in Real) return physics.Shape.view; function new_sphere_Shape (Radius : in Real) return physics.Shape.view; procedure free (the_Shape : in out physics.Shape.view); --------------- --- Attributes -- overriding procedure Scale_is (Self : in out Item; Now : Vector_3); private type Box is new Item with null record; type Capsule is new Item with null record; type Cone is new Item with null record; type Cylinder is new Item with null record; type Heightfield is new Item with null record; type multiSphere is new Item with null record; type Plane is new Item with null record; type Sphere is new Item with null record; type convex_Hull is new Item with null record; type Mesh is new Item with null record; end bullet_Physics.Shape;
src/asf-requests.adb
Letractively/ada-asf
0
21838
----------------------------------------------------------------------- -- asf.requests -- ASF Requests -- Copyright (C) 2010, 2011, 2012, 2013 <NAME> -- Written by <NAME> (<EMAIL>) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- See the License for the specific language governing permissions and -- limitations under the License. ----------------------------------------------------------------------- with Ada.Unchecked_Deallocation; with Ada.Strings.Fixed; with ASF.Servlets; with Util.Strings; with Util.Strings.Transforms; with Util.Strings.Tokenizers; -- The <b>ASF.Requests</b> package is an Ada implementation of -- the Java servlet request (JSR 315 3. The Request). package body ASF.Requests is -- ------------------------------ -- Returns the value of the named attribute as an Object, or null if no attribute -- of the given name exists. -- -- Attributes can be set two ways. The servlet container may set attributes to make -- available custom information about a request. For example, for requests made -- using HTTPS, the attribute javax.servlet.request.X509Certificate can be used -- to retrieve information on the certificate of the client. Attributes can also -- be set programatically using setAttribute(String, Object). -- This allows information to be embedded into a request before -- a RequestDispatcher call. -- ------------------------------ function Get_Attribute (Req : in Request; Name : in String) return EL.Objects.Object is Pos : constant EL.Objects.Maps.Cursor := Req.Attributes.Find (Name); begin if EL.Objects.Maps.Has_Element (Pos) then return EL.Objects.Maps.Element (Pos); else return EL.Objects.Null_Object; end if; end Get_Attribute; -- ------------------------------ -- Stores an attribute in this request. Attributes are reset between requests. -- This method is most often used in conjunction with RequestDispatcher. -- -- If the object passed in is null, the effect is the same as calling -- removeAttribute(java.lang.String). It is warned that when the request is -- dispatched from the servlet resides in a different web application by -- RequestDispatcher, the object set by this method may not be correctly -- retrieved in the caller servlet. -- ------------------------------ procedure Set_Attribute (Req : in out Request; Name : in String; Value : in EL.Objects.Object) is begin if EL.Objects.Is_Null (Value) then Req.Attributes.Delete (Name); else Req.Attributes.Include (Name, Value); end if; end Set_Attribute; -- ------------------------------ -- Stores a list of attributes in this request. -- ------------------------------ procedure Set_Attributes (Req : in out Request; Attributes : in Util.Beans.Objects.Maps.Map) is procedure Set_Attribute (Name : in String; Value : in Util.Beans.Objects.Object); procedure Set_Attribute (Name : in String; Value : in Util.Beans.Objects.Object) is begin if EL.Objects.Is_Null (Value) then Req.Attributes.Delete (Name); else Req.Attributes.Include (Name, Value); end if; end Set_Attribute; Iter : Util.Beans.Objects.Maps.Cursor := Attributes.First; begin while Util.Beans.Objects.Maps.Has_Element (Iter) loop Util.Beans.Objects.Maps.Query_Element (Iter, Set_Attribute'Access); Util.Beans.Objects.Maps.Next (Iter); end loop; end Set_Attributes; -- ------------------------------ -- Removes an attribute from this request. This method is not generally needed -- as attributes only persist as long as the request is being handled. -- ------------------------------ procedure Remove_Attribute (Req : in out Request; Name : in String) is begin Req.Set_Attribute (Name => Name, Value => EL.Objects.Null_Object); end Remove_Attribute; -- ------------------------------ -- Iterate over the request attributes and executes the <b>Process</b> procedure. -- ------------------------------ procedure Iterate_Attributes (Req : in Request; Process : not null access procedure (Name : in String; Value : in EL.Objects.Object)) is procedure Process_Wrapper (Position : in EL.Objects.Maps.Cursor); procedure Process_Wrapper (Position : in EL.Objects.Maps.Cursor) is begin Process.all (Name => EL.Objects.Maps.Key (Position), Value => EL.Objects.Maps.Element (Position)); end Process_Wrapper; begin Req.Attributes.Iterate (Process => Process_Wrapper'Access); end Iterate_Attributes; -- Returns the name of the character encoding used in the body of this request. -- This method returns null if the request does not specify a character encoding function Get_Character_Encoding (Req : in Request) return String is pragma Unreferenced (Req); begin return "UTF-8"; end Get_Character_Encoding; -- Overrides the name of the character encoding used in the body of this request. -- This method must be called prior to reading request parameters or reading input -- using getReader(). Otherwise, it has no effect. procedure Set_Character_Encoding (Req : in out Request; Encoding : in String) is begin null; end Set_Character_Encoding; -- ------------------------------ -- Returns the length, in bytes, of the request body and made available by the -- input stream, or -1 if the length is not known. For HTTP servlets, -- same as the value of the CGI variable CONTENT_LENGTH. -- ------------------------------ function Get_Content_Length (Req : in Request) return Integer is begin return Request'Class (Req).Get_Int_Header ("Content-Length"); end Get_Content_Length; -- ------------------------------ -- Returns the MIME type of the body of the request, or null if the type is -- not known. For HTTP servlets, same as the value of the CGI variable CONTENT_TYPE. -- ------------------------------ function Get_Content_Type (Req : in Request) return String is begin return Request'Class (Req).Get_Header ("Content-Type"); end Get_Content_Type; -- Returns the value of a request parameter as a String, or null if the -- parameter does not exist. Request parameters are extra information sent with -- the request. For HTTP servlets, parameters are contained in the query string -- or posted form data. -- -- You should only use this method when you are sure the parameter has only one -- value. If the parameter might have more than one value, use -- Get_Parameter_Values(String). -- -- If you use this method with a multivalued parameter, the value returned is -- equal to the first value in the array returned by Get_Parameter_Values. -- -- If the parameter data was sent in the request body, such as occurs with -- an HTTP POST request, then reading the body directly via getInputStream() -- or getReader() can interfere with the execution of this method. -- -- function Get_Parameter (Req : in Request; -- Name : in String) -- return String is abstract; -- Returns an array of String objects containing all of the values the given -- request parameter has, or null if the parameter does not exist. -- -- If the parameter has a single value, the array has a length of 1. function Get_Parameter_Values (Req : in Request; Name : in String) return String is pragma Unreferenced (Req, Name); begin return ""; end Get_Parameter_Values; -- ------------------------------ -- Returns the name and version of the protocol the request uses in the form -- protocol/majorVersion.minorVersion, for example, HTTP/1.1. For HTTP servlets, -- the value returned is the same as the value of the CGI variable SERVER_PROTOCOL. -- ------------------------------ function Get_Protocol (Req : in Request) return String is pragma Unreferenced (Req); begin return "HTTP/1.1"; end Get_Protocol; -- Returns the name of the scheme used to make this request, for example, http, -- https, or ftp. Different schemes have different rules for constructing URLs, -- as noted in RFC 1738. function Get_Scheme (Req : in Request) return String is pragma Unreferenced (Req); begin return "http"; end Get_Scheme; -- Returns the host name of the server to which the request was sent. -- It is the value of the part before ":" in the Host header value, if any, -- or the resolved server name, or the server IP address. function Get_Server_Name (Req : in Request) return String is pragma Unreferenced (Req); begin return ""; end Get_Server_Name; -- Returns the port number to which the request was sent. It is the value of the -- part after ":" in the Host header value, if any, or the server port where the -- client connection was accepted on. function Get_Server_Port (Req : in Request) return Natural is pragma Unreferenced (Req); begin return 0; end Get_Server_Port; -- Returns the Internet Protocol (IP) address of the client or last proxy that -- sent the request. For HTTP servlets, same as the value of the CGI variable -- REMOTE_ADDR. function Get_Remote_Addr (Req : in Request) return String is pragma Unreferenced (Req); begin return ""; end Get_Remote_Addr; -- Returns the fully qualified name of the client or the last proxy that sent -- the request. If the engine cannot or chooses not to resolve the hostname -- (to improve performance), this method returns the dotted-string form of the -- IP address. For HTTP servlets, same as the value of the CGI variable REMOTE_HOST. function Get_Remote_Host (Req : in Request) return String is begin return Request'Class (Req).Get_Remote_Addr; end Get_Remote_Host; -- ------------------------------ -- Split an accept like header into multiple tokens and a quality value. -- Invoke the <b>Process</b> procedure for each token. Example: -- Accept-Language: de, en;q=0.7, jp, fr;q=0.8, ru -- The <b>Process</b> will be called for "de", "en" with quality 0.7, -- and "jp", "fr" with quality 0.8 and then "ru" with quality 1.0. -- ------------------------------ procedure Split_Header (Header : in String; Process : access procedure (Item : in String; Quality : in Quality_Type)) is use Util.Strings; procedure Process_Token (Token : in String; Done : out Boolean); Quality : Quality_Type := 1.0; procedure Process_Token (Token : in String; Done : out Boolean) is Name : constant String := Ada.Strings.Fixed.Trim (Token, Ada.Strings.Both); begin Process (Name, Quality); Done := False; end Process_Token; Q, N, Pos : Natural; Last : Natural := Header'First; begin while Last < Header'Last loop Quality := 1.0; Pos := Index (Header, ';', Last); if Pos > 0 then N := Index (Header, ',', Pos); if N = 0 then N := Header'Last + 1; end if; Q := Pos + 1; while Q < N loop if Header (Q .. Q + 1) = "q=" then begin Quality := Quality_Type'Value (Header (Q + 2 .. N - 1)); exception when others => null; end; exit; elsif Header (Q) /= ' ' then exit; end if; Q := Q + 1; end loop; Util.Strings.Tokenizers.Iterate_Tokens (Content => Header (Last .. Pos - 1), Pattern => ",", Process => Process_Token'Access); Last := N + 1; else Util.Strings.Tokenizers.Iterate_Tokens (Content => Header (Last .. Header'Last), Pattern => ",", Process => Process_Token'Access); return; end if; end loop; end Split_Header; -- Returns the preferred Locale that the client will accept content in, based -- on the Accept-Language header. If the client request doesn't provide an -- Accept-Language header, this method returns the default locale for the server. function Get_Locale (Req : in Request) return Util.Locales.Locale is pragma Unreferenced (Req); begin return Util.Locales.ENGLISH; end Get_Locale; -- ------------------------------ -- From the <b>Accept-Language</b> request header, find the locales that are recognized -- by the client and execute the <b>Process</b> procedure with each locale and the -- associated quality value (ranging from 0.0 to 1.0). -- ------------------------------ procedure Accept_Locales (Req : in Request; Process : access procedure (Item : in Util.Locales.Locale; Quality : in Quality_Type)) is use Util.Strings.Transforms; procedure Process_Locale (Name : in String; Quality : in Quality_Type); procedure Process_Locale (Name : in String; Quality : in Quality_Type) is use Util.Locales; Locale : Util.Locales.Locale := Util.Locales.Get_Locale (Name); begin if Locale = Util.Locales.NULL_LOCALE and then Name'Length > 2 and then Name (Name'First + 2) = '-' then Locale := Get_Locale (Name (Name'First .. Name'First + 1) & "_" & To_Upper_Case (Name (Name'First + 3 .. Name'Last))); end if; if Locale /= Util.Locales.NULL_LOCALE then Process (Locale, Quality); end if; end Process_Locale; H : constant String := Request'Class (Req).Get_Header ("Accept-Language"); begin if H'Length > 0 then Split_Header (H, Process_Locale'Access); else Process (Util.Locales.ENGLISH, 1.0); end if; end Accept_Locales; -- Returns an Enumeration of Locale objects indicating, in decreasing order -- starting with the preferred locale, the locales that are acceptable to the -- client based on the Accept-Language header. If the client request doesn't -- provide an Accept-Language header, this method returns an Enumeration containing -- one Locale, the default locale for the server. function Get_Locales (Req : in Request) return Util.Locales.Locale is pragma Unreferenced (Req); begin return Util.Locales.ENGLISH; end Get_Locales; -- Returns a boolean indicating whether this request was made using a secure -- channel, such as HTTPS. function Is_Secure (Req : in Request) return Boolean is pragma Unreferenced (Req); begin return False; end Is_Secure; -- Returns the Internet Protocol (IP) source port of the client or last proxy -- that sent the request. function Get_Remote_Port (Req : in Request) return Natural is pragma Unreferenced (Req); begin return 0; end Get_Remote_Port; -- Returns the host name of the Internet Protocol (IP) interface on which -- the request was received. function Get_Local_Name (Req : in Request) return String is pragma Unreferenced (Req); begin return ""; end Get_Local_Name; -- Returns the Internet Protocol (IP) address of the interface on which the -- request was received. function Get_Local_Addr (Req : in Request) return String is pragma Unreferenced (Req); begin return ""; end Get_Local_Addr; -- Returns the Internet Protocol (IP) port number of the interface on which -- the request was received. function Get_Local_Port (Req : in Request) return Natural is pragma Unreferenced (Req); begin return 0; end Get_Local_Port; -- Returns the name of the authentication scheme used to protect the servlet. -- All servlet containers support basic, form and client certificate authentication, -- and may additionally support digest authentication. If the servlet is not -- authenticated null is returned. function Get_Auth_Type (Req : in Request) return String is pragma Unreferenced (Req); begin return ""; end Get_Auth_Type; -- ------------------------------ -- Make sure the cookies are loaded in the request object. -- ------------------------------ procedure Load_Cookies (Req : in Request'Class) is use type ASF.Cookies.Cookie_Array_Access; begin if Req.Info.Cookies = null then Req.Info.Cookies := ASF.Cookies.Get_Cookies (Req.Get_Header ("Cookie")); end if; end Load_Cookies; -- ------------------------------ -- Returns an array containing all of the Cookie objects the client sent with -- this request. This method returns null if no cookies were sent. -- ------------------------------ function Get_Cookies (Req : in Request) return ASF.Cookies.Cookie_Array is begin Req.Load_Cookies; return Req.Info.Cookies.all; end Get_Cookies; -- ------------------------------ -- Iterate over the request cookies and executes the <b>Process</b> procedure. -- ------------------------------ procedure Iterate_Cookies (Req : in Request; Process : not null access procedure (Cookie : in ASF.Cookies.Cookie)) is use type ASF.Cookies.Cookie_Array_Access; begin Req.Load_Cookies; for I in Req.Info.Cookies'Range loop Process (Cookie => Req.Info.Cookies (I)); end loop; end Iterate_Cookies; -- Returns the value of the specified request header as a long value that -- represents a Date object. Use this method with headers that contain dates, -- such as If-Modified-Since. -- -- The date is returned as the number of milliseconds since January 1, 1970 GMT. -- The header name is case insensitive. -- -- If the request did not have a header of the specified name, this method -- returns -1. If the header can't be converted to a date, the method throws -- an IllegalArgumentException. function Get_Date_Header (Req : in Request; Name : in String) return Ada.Calendar.Time is Header : constant String := Request'Class (Req).Get_Header (Name); begin return Ada.Calendar.Clock; end Get_Date_Header; -- Returns the value of the specified request header as a String. If the request -- did not include a header of the specified name, this method returns null. -- If there are multiple headers with the same name, this method returns the -- first head in the request. The header name is case insensitive. You can use -- this method with any request header. function Get_Header (Req : in Request; Name : in String) return String is pragma Unreferenced (Req, Name); begin return ""; end Get_Header; -- Returns all the values of the specified request header as an Enumeration -- of String objects. -- -- Some headers, such as Accept-Language can be sent by clients as several headers -- each with a different value rather than sending the header as a comma -- separated list. -- -- If the request did not include any headers of the specified name, this method -- returns an empty Enumeration. The header name is case insensitive. You can use -- this method with any request header. function Get_Headers (Req : in Request; Name : in String) return String is pragma Unreferenced (Req, Name); begin return ""; end Get_Headers; -- Returns the value of the specified request header as an int. If the request -- does not have a header of the specified name, this method returns -1. -- If the header cannot be converted to an integer, this method throws -- a NumberFormatException. -- -- The header name is case insensitive. function Get_Int_Header (Req : in Request; Name : in String) return Integer is Value : constant String := Req.Get_Header (Name); begin return Integer'Value (Value); end Get_Int_Header; -- Returns the name of the HTTP method with which this request was made, -- for example, GET, POST, or PUT. Same as the value of the CGI variable -- REQUEST_METHOD. function Get_Method (Req : in Request) return String is pragma Unreferenced (Req); begin return "GET"; end Get_Method; -- ------------------------------ -- Returns any extra path information associated with the URL the client sent when -- it made this request. The extra path information follows the servlet path but -- precedes the query string and will start with a "/" character. -- ------------------------------ function Get_Path_Info (Req : in Request) return String is begin if Req.Path_Pos = 0 then return To_String (Req.Path_Info); else return Ada.Strings.Unbounded.Slice (Req.Path_Info, Req.Path_Pos + 1, Length (Req.Path_Info)); end if; end Get_Path_Info; -- ------------------------------ -- Returns the portion of the request URI that indicates the context of the -- request. The context path always comes first in a request URI. The path -- starts with a "/" character but does not end with a "/" character. -- For servlets in the default (root) context, this method returns "". -- The container does not decode this string. -- ------------------------------ function Get_Context_Path (Req : in Request) return String is begin if Req.Servlet = null then return "/"; else return Req.Servlet.Get_Servlet_Context.Get_Context_Path; end if; end Get_Context_Path; -- Returns the query string that is contained in the request URL after the path. -- This method returns null if the URL does not have a query string. Same as the -- value of the CGI variable QUERY_STRING. function Get_Query_String (Req : in Request) return String is pragma Unreferenced (Req); begin return ""; end Get_Query_String; -- ------------------------------ -- Returns the login of the user making this request, if the user has been -- authenticated, or null if the user has not been authenticated. Whether -- the user name is sent with each subsequent request depends on the browser -- and type of authentication. Same as the value of the CGI variable REMOTE_USER. -- ------------------------------ function Get_Remote_User (Req : in Request) return String is use type ASF.Principals.Principal_Access; Principal : constant ASF.Principals.Principal_Access := Req.Get_User_Principal; begin if Principal = null then return ""; else return Principal.Get_Name; end if; end Get_Remote_User; -- ------------------------------ -- Returns a Principal object containing the name of the current -- authenticated user. If the user has not been authenticated, the method returns null. -- ------------------------------ function Get_User_Principal (Req : in Request) return ASF.Principals.Principal_Access is begin if not Req.Info.Session_Initialized then -- Look if the session exist if not Req.Has_Session then return null; end if; Req.Info.Session_Initialized := True; end if; if not Req.Info.Session.Is_Valid then return null; end if; return Req.Info.Session.Get_Principal; end Get_User_Principal; -- ------------------------------ -- Returns the session ID specified by the client. This may not be the same as -- the ID of the current valid session for this request. If the client did not -- specify a session ID, this method returns null. -- ------------------------------ function Get_Request_Session_Id (Req : in Request) return String is begin Req.Load_Cookies; for I in Req.Info.Cookies'Range loop if ASF.Cookies.Get_Name (Req.Info.Cookies (I)) = "SID" then return ASF.Cookies.Get_Value (Req.Info.Cookies (I)); end if; end loop; return ""; end Get_Request_Session_Id; -- Returns the part of this request's URL from the protocol name up to the query -- string in the first line of the HTTP request. The web container does not decode -- this String. For example: -- First line of HTTP request Returned Value -- POST /some/path.html HTTP/1.1 /some/path.html -- GET http://foo.bar/a.html HTTP/1.0 /a.html -- HEAD /xyz?a=b HTTP/1.1 /xyz function Get_Request_URI (Req : in Request) return String is pragma Unreferenced (Req); begin return ""; end Get_Request_URI; -- Reconstructs the URL the client used to make the request. The returned URL -- contains a protocol, server name, port number, and server path, but it does -- not include query string parameters. -- -- If this request has been forwarded using RequestDispatcher.forward(Request, Response), -- the server path in the reconstructed URL must reflect the path used to -- obtain the RequestDispatcher, and not the server path specified by the client. -- -- Because this method returns a StringBuffer, not a string, you can modify the -- URL easily, for example, to append query parameters. -- -- This method is useful for creating redirect messages and for reporting errors. function Get_Request_URL (Req : in Request) return Ada.Strings.Unbounded.Unbounded_String is pragma Unreferenced (Req); Res : Ada.Strings.Unbounded.Unbounded_String; begin return Res; end Get_Request_URL; -- ------------------------------ -- Returns the part of this request's URL that calls the servlet. This path starts -- with a "/" character and includes either the servlet name or a path to the -- servlet, but does not include any extra path information or a query string. -- Same as the value of the CGI variable SCRIPT_NAME. -- -- This method will return an empty string ("") if the servlet used to process -- this request was matched using the "/*" pattern. -- ------------------------------ function Get_Servlet_Path (Req : in Request) return String is begin if Req.Path_Pos = 0 then return ""; else return Ada.Strings.Unbounded.Slice (Req.Path_Info, 1, Req.Path_Pos); end if; end Get_Servlet_Path; -- ------------------------------ -- Get and check the request session -- ------------------------------ function Has_Session (Req : in Request'Class) return Boolean is begin Req.Load_Cookies; for I in Req.Info.Cookies'Range loop if ASF.Cookies.Get_Name (Req.Info.Cookies (I)) = "SID" then declare SID : constant String := ASF.Cookies.Get_Value (Req.Info.Cookies (I)); Ctx : constant Servlets.Servlet_Registry_Access := Req.Servlet.Get_Servlet_Context; begin Ctx.Find_Session (Id => SID, Result => Req.Info.Session); return Req.Info.Session.Is_Valid; end; end if; end loop; return False; end Has_Session; -- ------------------------------ -- Returns the current HttpSession associated with this request or, if there -- is no current session and create is true, returns a new session. -- -- If create is false and the request has no valid HttpSession, this method -- returns null. -- -- To make sure the session is properly maintained, you must call this method -- before the response is committed. If the container is using cookies to maintain -- session integrity and is asked to create a new session when the response is -- committed, an IllegalStateException is thrown. -- ------------------------------ function Get_Session (Req : in Request; Create : in Boolean := False) return ASF.Sessions.Session is begin if not Req.Info.Session_Initialized then -- Look if the session exist if not Req.Has_Session then null; end if; Req.Info.Session_Initialized := True; end if; -- Create the session if necessary. if Create and not Req.Info.Session.Is_Valid then declare Ctx : constant ASF.Servlets.Servlet_Registry_Access := Req.Servlet.Get_Servlet_Context; begin Ctx.Create_Session (Req.Info.Session); declare C : ASF.Cookies.Cookie := ASF.Cookies.Create ("SID", Req.Info.Session.Get_Id); begin ASF.Cookies.Set_Path (C, Req.Get_Context_Path); Req.Info.Response.Add_Cookie (Cookie => C); end; end; end if; return Req.Info.Session; end Get_Session; -- ------------------------------ -- Set the path info. The <tt>Path_Pos</tt> parameter indicates the optional starting -- position for the path info. When specified, the servlet path is built from the -- beginning of the path up to that path position. -- ------------------------------ procedure Set_Path_Info (Req : in out Request; Path : in String; Path_Pos : in Natural := 0) is begin Req.Path_Info := To_Unbounded_String (Path); Req.Path_Pos := Path_Pos; end Set_Path_Info; -- ------------------------------ -- Returns True if the request is an AJAX request. -- ------------------------------ function Is_Ajax_Request (Req : in Request) return Boolean is Header : constant String := Request'Class (Req).Get_Header ("X-Requested-With"); begin return Header'Length > 0; end Is_Ajax_Request; -- ------------------------------ -- Returns the absolute path of the resource identified by the given relative path. -- The resource is searched in a list of directories configured by the application. -- The path must begin with a "/" and is interpreted as relative to the current -- context root. -- -- This method allows the servlet container to make a resource available to -- servlets from any source. -- -- This method returns an empty string if the resource could not be localized. -- ------------------------------ function Get_Resource (Req : in Request; Path : in String) return String is begin return Req.Servlet.Get_Servlet_Context.Get_Resource (Path); end Get_Resource; -- ------------------------------ -- Initialize the request object. -- ------------------------------ overriding procedure Initialize (Req : in out Request) is begin Req.Info := new Request_Data; end Initialize; -- ------------------------------ -- Finalize the request object. -- ------------------------------ overriding procedure Finalize (Req : in out Request) is procedure Free is new Ada.Unchecked_Deallocation (Request_Data, Request_Data_Access); procedure Free is new Ada.Unchecked_Deallocation (ASF.Cookies.Cookie_Array, ASF.Cookies.Cookie_Array_Access); begin Free (Req.Info.Cookies); Free (Req.Info); end Finalize; end ASF.Requests;
Driver/Printer/DotMatrix/Canon48/canon48ControlCodes.asm
steakknife/pcgeos
504
86738
<filename>Driver/Printer/DotMatrix/Canon48/canon48ControlCodes.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: Canon Bubble-Jet 48-jet Print Driver FILE: canon48ControlCodes.asm AUTHOR: <NAME>, 1 March 1990 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date Description ---- ---- ----------- Dave 3/1/90 Initial revision Dave 5/92 Initial 2.0 version DESCRIPTION: This file contains all the control codes for the Canon 48-jet driver. $Id: canon48ControlCodes.asm,v 1.1 97/04/18 11:54:05 newdeal Exp $ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@ ;***************************************************************************** ; ;CONTROL CODES FOR THE CANON BUBBLEJET 48-JET PRINTERS..... ; ; the first byte is the byte count for the control code. ; ;***************************************************************************** ;__________Job Control______________________________________ pr_codes_ResetPrinter label byte byte 9,C_ESC,"[K",4,0 ;SIC, byte count byte 4 ;init value = factory defaults byte 37 ;ID = BJ-130e byte 00100001b ;param1 = CR only etc.... byte 10000000b ;param2 = ignore param2 pr_codes_InitPrinter label byte byte 14 ;byte count byte C_ESC,"[",92,4,0,0,0,104,1 ;set 1/360 vertical spacing. byte C_ESC,"O" ;defeat perf-skip feature. byte C_ESC,"U",1 ;set uni-directional pr_codes_InitTextMode label byte byte 5 ;count byte C_ESC,"6" ;set character set 2 byte C_ESC,"U",0 ;set bi-directional pr_codes_DefeatPaperOut label byte byte C_NULL ;no code for this yet. ;__________Code Page Selection______________________________ pr_codes_SetASCII7 label byte byte C_NULL pr_codes_SetIBM437 label byte byte 9 ;count byte C_ESC,"[T",4,0,0,0,01h,0b5h pr_codes_SetIBM850 label byte byte 9 ;count byte C_ESC,"[T",4,0,0,0,03h,052h ;__________ASF Control______________________________________ pr_codes_InitPaperLength label byte byte 4,C_ESC,"C",0,22 ;set page length to max (22") pr_codes_FormFeed label byte byte 5 byte C_ESC,"3",5 ;set 5/360" line spacing. byte C_ESC,"C" ;set form length. pr_codes_ASFControl label byte byte 7,C_ESC,"[F",3,0,0,1 ;argument is function of ASF pr_codes_EnableASF label byte byte 8,C_ESC,"[F",3,0,3,1,0 pr_codes_DisableASF label byte byte 8,C_ESC,"[F",3,0,1,0,0 ;__________Cursor Control______________________________________ pr_codes_AbsPos label byte byte 3,C_CR,C_ESC,"d" pr_codes_DoLineFeed label byte byte 2,C_ESC,"J" pr_codes_DoMaxLineFeed label byte byte 3,C_ESC,"J",PR_MAX_LINE_FEED ;__________Graphics Control______________________________________ pr_codes_SetLoGraphics label byte byte 0 pr_codes_SetMedGraphics label byte byte 11 pr_codes_SetHiGraphics label byte byte 16 pr_codes_SetGraphics label byte byte 4,C_CR,C_ESC,"[g" ;__________Pitch Control______________________________________ pr_codes_Set10PitchRoman label byte byte 10,C_ESC,"[I",5,0,0,0bh,0,90h,1 ;courier 10 pitch. pr_codes_Set12PitchRoman label byte byte 10,C_ESC,"[I",5,0,0,55h,0,78h,1 ;courier 12 pitch. pr_codes_Set15PitchRoman label byte byte 10,C_ESC,"[I",5,0,0,0dfh,0,60h,1 ;courier 15 pitch. pr_codes_Set17PitchRoman label byte byte 10,C_ESC,"[I",5,0,0,0feh,0,54h,1 ;courier 17 pitch. pr_codes_Set20PitchRoman label byte byte 10,C_ESC,"[I",5,0,1,0eeh,0,48h,1 ;courier 20 pitch. pr_codes_Set24PitchRoman label byte byte 10,C_ESC,"[I",5,0,1,1eh,0,3ch,1 ;courier 24 pitch. pr_codes_SetProportionalRoman label byte byte 10,C_ESC,"[I",5,0,0,0abh,0,0h,2 ;courier proportional. pr_codes_Set10PitchSans label byte byte 10,C_ESC,"[I",5,0,0,24h,0,90h,1 ;gothic 10 pitch. pr_codes_Set12PitchSans label byte byte 10,C_ESC,"[I",5,0,0,57h,0,78h,1 ;gothic 12 pitch. pr_codes_Set15PitchSans label byte byte 10,C_ESC,"[I",5,0,0,0deh,0,60h,1 ;gothic 15 pitch. pr_codes_Set17PitchSans label byte byte 10,C_ESC,"[I",5,0,0,0ffh,0,54h,1 ;gothic 17 pitch. pr_codes_Set20PitchSans label byte byte 10,C_ESC,"[I",5,0,1,08ch,0,48h,1 ;gothic 20 pitch. pr_codes_Set24PitchSans label byte byte 10,C_ESC,"[I",5,0,1,20h,0,3ch,1 ;gothic 24 pitch. pr_codes_SetProportionalSans label byte byte 10,C_ESC,"[I",5,0,0,0aeh,0,0h,2 ;gothic proportional. ;__________Style Control_____________________________________ pr_codes_SetSubscript label byte byte 3,C_ESC,"S",1 pr_codes_SetSuperscript label byte byte 3,C_ESC,"S",0 pr_codes_SetNLQ label byte byte C_NULL pr_codes_SetBold label byte byte 4,C_ESC,"E",C_ESC,"G" pr_codes_SetItalic label byte byte 6,C_ESC,"[@",1,0,1 pr_codes_SetUnderline label byte byte 3,C_ESC,"-",1 pr_codes_SetShadow label byte byte 6,C_ESC,"[@",1,0,10h pr_codes_SetOutline label byte byte 6,C_ESC,"[@",1,0,4 pr_codes_SetDblWidth label byte byte 9,C_ESC,"[@",4,0,0,0,0,2 pr_codes_SetDblHeight label byte byte 8,C_ESC,"[@",3,0,0,0,2 pr_codes_ResetScript label byte byte 2,C_ESC,"T" pr_codes_ResetNLQ label byte byte C_NULL pr_codes_ResetBold label byte byte 4,C_ESC,"F",C_ESC,"H" pr_codes_ResetItalic label byte byte 6,C_ESC,"[@",1,0,2 pr_codes_ResetUnderline label byte byte 3,C_ESC,"-",0 pr_codes_ResetShadow label byte byte 6,C_ESC,"[@",1,0,20h pr_codes_ResetOutline label byte byte 6,C_ESC,"[@",1,0,8 pr_codes_ResetDblWidth label byte byte 9,C_ESC,"[@",4,0,0,0,0,1 pr_codes_ResetDblHeight label byte byte 8,C_ESC,"[@",3,0,0,0,1
Task/Cholesky-decomposition/Ada/cholesky-decomposition-2.ada
mullikine/RosettaCodeData
1
2862
with Ada.Numerics.Generic_Elementary_Functions; package body Decomposition is package Math is new Ada.Numerics.Generic_Elementary_Functions (Matrix.Real); procedure Decompose (A : Matrix.Real_Matrix; L : out Matrix.Real_Matrix) is use type Matrix.Real_Matrix, Matrix.Real; Order : constant Positive := A'Length (1); S : Matrix.Real; begin L := (others => (others => 0.0)); for I in 0 .. Order - 1 loop for K in 0 .. I loop S := 0.0; for J in 0 .. K - 1 loop S := S + L (L'First (1) + I, L'First (2) + J) * L (L'First (1) + K, L'First (2) + J); end loop; -- diagonals if K = I then L (L'First (1) + K, L'First (2) + K) := Math.Sqrt (A (A'First (1) + K, A'First (2) + K) - S); else L (L'First (1) + I, L'First (2) + K) := 1.0 / L (L'First (1) + K, L'First (2) + K) * (A (A'First (1) + I, A'First (2) + K) - S); end if; end loop; end loop; end Decompose; end Decomposition;
test/Fail/Issue1441-3.agda
redfish64/autonomic-agda
0
12903
<filename>test/Fail/Issue1441-3.agda -- Andreas, 2015-02-24 data Wrap (A : Set) : Set where wrap : A → Wrap A data D : Set → Set1 where c : (A : Set) → D (Wrap A) test : (A : Set) → D A → Set test .(Wrap A) (c A) = A -- this should crash Epic as long as A is considered forced in constructor c -- should succeed now
oeis/177/A177411.asm
neoneye/loda-programs
11
87622
; A177411: a(n) = binomial((n+1)*2^(n+1), n)/(n+1). ; Submitted by <NAME> ; 1,4,92,10416,5258872,11297164096,100955979001152,3709635244861142784,556796318904269731012544,339945532169833436692992549888,841788571395046141591475043524725760 mov $1,2 mov $2,$0 add $0,1 pow $1,$2 mul $1,$0 mul $1,2 bin $1,$2 div $1,$0 mov $0,$1
Categories/Object/Product.agda
copumpkin/categories
98
16252
{-# OPTIONS --universe-polymorphism #-} open import Categories.Category module Categories.Object.Product {o ℓ e} (C : Category o ℓ e) where open Category C open Equiv open import Function using (flip) open import Level open import Function using (flip) open import Categories.Support.PropositionalEquality open import Categories.Square open GlueSquares C -- Borrowed from <NAME>el's definition of products record Product (A B : Obj) : Set (o ⊔ ℓ ⊔ e) where infix 10 ⟨_,_⟩ field A×B : Obj π₁ : A×B ⇒ A π₂ : A×B ⇒ B ⟨_,_⟩ : ∀ {C} → (C ⇒ A) → (C ⇒ B) → (C ⇒ A×B) .commute₁ : ∀ {C} {f : C ⇒ A} {g : C ⇒ B} → π₁ ∘ ⟨ f , g ⟩ ≡ f .commute₂ : ∀ {C} {f : C ⇒ A} {g : C ⇒ B} → π₂ ∘ ⟨ f , g ⟩ ≡ g .universal : ∀ {C} {f : C ⇒ A} {g : C ⇒ B} {i : C ⇒ A×B} → π₁ ∘ i ≡ f → π₂ ∘ i ≡ g → ⟨ f , g ⟩ ≡ i .g-η : ∀ {C} {f : C ⇒ A×B} → ⟨ π₁ ∘ f , π₂ ∘ f ⟩ ≡ f g-η = universal refl refl .η : ⟨ π₁ , π₂ ⟩ ≡ id η = universal identityʳ identityʳ .⟨⟩-cong₂ : ∀ {C} → {f f′ : C ⇒ A} {g g′ : C ⇒ B} → f ≡ f′ → g ≡ g′ → ⟨ f , g ⟩ ≡ ⟨ f′ , g′ ⟩ ⟨⟩-cong₂ f≡f′ g≡g′ = universal (trans commute₁ (sym f≡f′)) (trans commute₂ (sym g≡g′)) .⟨⟩∘ : ∀ {C D} {f : C ⇒ A} {g : C ⇒ B} {q : D ⇒ C} → ⟨ f , g ⟩ ∘ q ≡ ⟨ f ∘ q , g ∘ q ⟩ ⟨⟩∘ = sym (universal (pullˡ commute₁) (pullˡ commute₂)) import Categories.Morphisms open Categories.Morphisms C private module Lemmas {A B : Obj} where open Product {A} {B} renaming (⟨_,_⟩ to _⟨_,_⟩) repack : (p₁ p₂ : Product A B) → A×B p₁ ⇒ A×B p₂ repack p₁ p₂ = p₂ ⟨ π₁ p₁ , π₂ p₁ ⟩ .repack∘ : (p₁ p₂ p₃ : Product A B) → repack p₂ p₃ ∘ repack p₁ p₂ ≡ repack p₁ p₃ repack∘ p₁ p₂ p₃ = sym (universal p₃ (glueTrianglesʳ (commute₁ p₃) (commute₁ p₂)) (glueTrianglesʳ (commute₂ p₃) (commute₂ p₂))) .repack≡id : (p : Product A B) → repack p p ≡ id repack≡id p = η p .repack-cancel : (p₁ p₂ : Product A B) → repack p₁ p₂ ∘ repack p₂ p₁ ≡ id repack-cancel p₁ p₂ = trans (repack∘ p₂ p₁ p₂) (repack≡id p₂) up-to-iso : ∀ {A B} → (p₁ p₂ : Product A B) → Product.A×B p₁ ≅ Product.A×B p₂ up-to-iso p₁ p₂ = record { f = repack p₁ p₂ ; g = repack p₂ p₁ ; iso = record { isoˡ = repack-cancel p₂ p₁ ; isoʳ = repack-cancel p₁ p₂ } } where open Lemmas transport-by-iso : ∀ {A B} → (p : Product A B) → ∀ {X} → Product.A×B p ≅ X → Product A B transport-by-iso p {X} p≅X = record { A×B = X ; π₁ = p.π₁ ∘ g ; π₂ = p.π₂ ∘ g ; ⟨_,_⟩ = λ h₁ h₂ → f ∘ p ⟨ h₁ , h₂ ⟩ ; commute₁ = trans (cancelInner isoˡ) p.commute₁ ; commute₂ = trans (cancelInner isoˡ) p.commute₂ ; universal = λ {_ l r i} pfˡ pfʳ → let open HomReasoning in begin f ∘ p ⟨ l , r ⟩ ↑⟨ ∘-resp-≡ʳ (p.⟨⟩-cong₂ pfˡ pfʳ) ⟩ f ∘ p ⟨ (p.π₁ ∘ g) ∘ i , (p.π₂ ∘ g) ∘ i ⟩ ↓⟨ ∘-resp-≡ʳ (p.universal (sym assoc) (sym assoc)) ⟩ f ∘ (g ∘ i) ↓⟨ cancelLeft isoʳ ⟩ i ∎ } where module p = Product p open Product using () renaming (⟨_,_⟩ to _⟨_,_⟩) open _≅_ p≅X Reversible : ∀ {A B} → (p : Product A B) → Product B A Reversible p = record { A×B = p.A×B ; π₁ = p.π₂ ; π₂ = p.π₁ ; ⟨_,_⟩ = flip p.⟨_,_⟩ ; commute₁ = p.commute₂ ; commute₂ = p.commute₁ ; universal = flip p.universal } where module p = Product p Commutative : ∀ {A B} (p₁ : Product A B) (p₂ : Product B A) → Product.A×B p₁ ≅ Product.A×B p₂ Commutative p₁ p₂ = up-to-iso p₁ (Reversible p₂) Associable : ∀ {X Y Z} (p₁ : Product X Y) (p₂ : Product Y Z) (p₃ : Product X (Product.A×B p₂)) → Product (Product.A×B p₁) Z Associable p₁ p₂ p₃ = record { A×B = A×B p₃ ; π₁ = p₁ ⟨ π₁ p₃ , π₁ p₂ ∘ π₂ p₃ ⟩ ; π₂ = π₂ p₂ ∘ π₂ p₃ ; ⟨_,_⟩ = λ f g → p₃ ⟨ π₁ p₁ ∘ f , p₂ ⟨ π₂ p₁ ∘ f , g ⟩ ⟩ ; commute₁ = λ {_ f g} → let open HomReasoning in begin p₁ ⟨ π₁ p₃ , π₁ p₂ ∘ π₂ p₃ ⟩ ∘ p₃ ⟨ π₁ p₁ ∘ f , p₂ ⟨ π₂ p₁ ∘ f , g ⟩ ⟩ ↓⟨ ⟨⟩∘ p₁ ⟩ p₁ ⟨ π₁ p₃ ∘ p₃ ⟨ π₁ p₁ ∘ f , _ ⟩ , (π₁ p₂ ∘ π₂ p₃) ∘ p₃ ⟨ _ , p₂ ⟨ π₂ p₁ ∘ f , g ⟩ ⟩ ⟩ ↓⟨ ⟨⟩-cong₂ p₁ (commute₁ p₃) (glueTrianglesˡ (commute₁ p₂) (commute₂ p₃)) ⟩ p₁ ⟨ π₁ p₁ ∘ f , π₂ p₁ ∘ f ⟩ ↓⟨ g-η p₁ ⟩ f ∎ ; commute₂ = λ {_ f g} → glueTrianglesˡ (commute₂ p₂) (commute₂ p₃) ; universal = λ {D l r i} pfˡ pfʳ → let open HomReasoning in begin p₃ ⟨ π₁ p₁ ∘ l , p₂ ⟨ π₂ p₁ ∘ l , r ⟩ ⟩ ↑⟨ ⟨⟩-cong₂ p₃ (∘-resp-≡ʳ pfˡ) (⟨⟩-cong₂ p₂ (∘-resp-≡ʳ pfˡ) pfʳ) ⟩ p₃ ⟨ π₁ p₁ ∘ (p₁ ⟨ π₁ p₃ , _ ⟩ ∘ i) , p₂ ⟨ π₂ p₁ ∘ (p₁ ⟨ _ , π₁ p₂ ∘ π₂ p₃ ⟩ ∘ i) , (π₂ p₂ ∘ π₂ p₃) ∘ i ⟩ ⟩ ↓⟨ ⟨⟩-cong₂ p₃ (pullˡ (commute₁ p₁)) (⟨⟩-cong₂ p₂ (pullˡ (commute₂ p₁)) refl) ⟩ p₃ ⟨ π₁ p₃ ∘ i , p₂ ⟨ (π₁ p₂ ∘ π₂ p₃) ∘ i , (π₂ p₂ ∘ π₂ p₃) ∘ i ⟩ ⟩ ↓⟨ ⟨⟩-cong₂ p₃ refl (universal p₂ (sym assoc) (sym assoc)) ⟩ p₃ ⟨ π₁ p₃ ∘ i , π₂ p₃ ∘ i ⟩ ↓⟨ g-η p₃ ⟩ i ∎ } where open Product renaming (⟨_,_⟩ to _⟨_,_⟩) Associative : ∀ {X Y Z} (p₁ : Product X Y) (p₂ : Product Y Z) (p₃ : Product X (Product.A×B p₂)) (p₄ : Product (Product.A×B p₁) Z) → (Product.A×B p₃) ≅ (Product.A×B p₄) Associative p₁ p₂ p₃ p₄ = up-to-iso (Associable p₁ p₂ p₃) p₄ open Lemmas public Mobile : ∀ {A₁ B₁ A₂ B₂} (p : Product A₁ B₁) → A₁ ≅ A₂ → B₁ ≅ B₂ → Product A₂ B₂ Mobile p A₁≅A₂ B₁≅B₂ = record { A×B = p.A×B ; π₁ = f A₁≅A₂ ∘ p.π₁ ; π₂ = f B₁≅B₂ ∘ p.π₂ ; ⟨_,_⟩ = λ h k → p ⟨ g A₁≅A₂ ∘ h , g B₁≅B₂ ∘ k ⟩ ; commute₁ = let open HomReasoning in begin (f A₁≅A₂ ∘ p.π₁) ∘ p ⟨ g A₁≅A₂ ∘ _ , g B₁≅B₂ ∘ _ ⟩ ↓⟨ pullʳ p.commute₁ ⟩ f A₁≅A₂ ∘ (g A₁≅A₂ ∘ _) ↓⟨ cancelLeft (isoʳ A₁≅A₂) ⟩ _ ∎ ; commute₂ = let open HomReasoning in begin (f B₁≅B₂ ∘ p.π₂) ∘ p ⟨ g A₁≅A₂ ∘ _ , g B₁≅B₂ ∘ _ ⟩ ↓⟨ pullʳ p.commute₂ ⟩ f B₁≅B₂ ∘ (g B₁≅B₂ ∘ _) ↓⟨ cancelLeft (isoʳ B₁≅B₂) ⟩ _ ∎ ; universal = λ pfˡ pfʳ → p.universal (switch-fgˡ A₁≅A₂ (trans (sym assoc) pfˡ)) (switch-fgˡ B₁≅B₂ (trans (sym assoc) pfʳ)) } where module p = Product p open Product renaming (⟨_,_⟩ to _⟨_,_⟩) open _≅_
src/ada/src/services/uxas-comms-lmcp_net_client-service.ads
VVCAS-Sean/OpenUxAS
88
27542
<filename>src/ada/src/services/uxas-comms-lmcp_net_client-service.ads with DOM.Core; package UxAS.Comms.LMCP_Net_Client.Service is pragma Elaborate_Body; type Service_Base is abstract new LMCP_Object_Network_Client_Base with private; type Any_Service is access all Service_Base'Class; -- ServiceBase::ServiceBase(const std::string& serviceType, const std::string& workDirectoryName) -- : m_serviceType(serviceType), m_workDirectoryName(workDirectoryName) procedure Construct_Service (This : in out Service_Base; Service_Type : String; Work_Directory_Name : String) with Post'Class => Constructed (This); -- /** \brief The <B><i>configureService</i></B> method performs service configuration. -- * It must be invoked before calling the <B><i>initializeAndStartService</i></B>. -- * -- * @param parentOfWorkDirectory parent directory where work directory will be created -- * @param serviceXml XML configuration -- * @return true if configuration succeeds; false if configuration fails. -- */ -- bool -- configureService(const std::string& parentOfWorkDirectory, const std::string& serviceXml); procedure Configure_Service (This : in out Service_Base; Parent_Of_Work_Directory : String; ServiceXml : String; Result : out Boolean) with Pre'Class => Constructed (This), Post'Class => Configured (This); -- /** \brief The <B><i>configureService</i></B> method performs service configuration. -- * It must be invoked before calling the <B><i>initializeAndStartService</i></B>. -- * -- * @param parentOfWorkDirectory parent directory where work directory will be created -- * @param serviceXmlNode XML configuration -- * @return true if configuration succeeds; false if configuration fails. -- */ -- bool -- configureService(const std::string& parentWorkDirectory, const pugi::xml_node& serviceXmlNode); procedure Configure_Service (This : in out Service_Base; Parent_Of_Work_Directory : String; Service_XML_Node : DOM.Core.Element; Result : out Boolean) with Pre'Class => Constructed (This), Post'Class => Configured (This); -- /** \brief The <B><i>initializeAndStartService</i></B> method performs service -- * initialization and startup. It must be invoked after calling the -- * <B><i>configureService</i></B> method. Do not use for -- * <B><i>ServiceManager</i></B>, instead invoke the -- * <B><i>initializeAndStart</i></B> method. -- * -- * @return true if all initialization and startup succeeds; false if initialization or startup fails. -- */ -- bool -- initializeAndStartService(); procedure Initialize_And_Start_Service (This : in out Service_Base; Result : out Boolean) with Pre'Class => Constructed (This) and Configured (This); -- * \brief The <B><i>getUniqueNetworkClientId</i></B> returns a unique service ID. -- * It returns the ID from a call to getUniqueNetworkClientId(), which are used as service IDs -- * -- * @return unique service ID. -- */ -- static int64_t -- getUniqueServceId() -- { -- return (getUniqueNetworkClientId()); // call static routine in base class -- }; function Get_Unique_Service_Id return Int64; -- public: -- so we provide accessors rather than have a non-private record type with a private component -- /** \brief unique ID of the component. */ -- std::uint32_t m_serviceId; function Get_Service_Id (This : Service_Base) return UInt32 with Pre'Class => Constructed (This) and Configured (This); -- std::string m_serviceType; function Get_Service_Type (This : Service_Base) return String with Pre'Class => Constructed (This) and Configured (This); Service_Type_Max_Length : constant := 255; -- arbitrary -- std::string m_workDirectoryName; function Get_Work_Directory_Name (This : Service_Base) return String with Pre'Class => Constructed (This) and Configured (This); Work_Directory_Name_Max_Length : constant := 255; -- arbitrary ----------------------------------------------------------------------------------------- -- /** \brief The <B><i>instantiateService</i></B> method creates an instance -- * of a service class that inherits from <B><i>ServiceBase</i></B> -- * -- * @param serviceType type name of the service to be instantiated -- * @return instantiated service -- */ function Instantiate_Service (Type_Name : String) return Any_Service; function Configured (This : Service_Base) return Boolean; function Constructed (This : Service_Base) return Boolean; Service_Type_Name_Max_Length : constant := 255; -- arbitrary subtype Service_Type_Name is Dynamic_String (Service_Type_Name_Max_Length); type Service_Type_Names_List is array (Positive range <>) of Service_Type_Name; private Work_Directory_Path_Max_Length : constant := 255; -- arbitrary type Service_Base is abstract new LMCP_Object_Network_Client_Base with record Is_Constructed : Boolean := False; Service_Id : UInt32; Service_Type : Service_Type_Name; Work_Directory_Name : Dynamic_String (Work_Directory_Name_Max_Length); Work_Directory_Path : Dynamic_String (Work_Directory_Path_Max_Length); -- In the C++ version these two components are declared as *private* -- for class LMCP_Object_Network_Client_Base, but then declared as -- *protected* in Service_Base. They would both be visible in Ada, -- therefore their declaration here would be illegal. We use the -- components declared in the root baseclass but with their default values -- as specified in serviceBase.h, as indicated below. -- -- Is_Configured : Boolean := False; -- Processing_Type : Receive_Processing_Type := LMCP; -- -- TODO: verify this works!! end record; -- static service creation function implemented with non-null values by subclasses. -- static -- ServiceBase* -- create() { return nullptr; }; function Create return Any_Service is (null); -- must match profile for type Service_Creation_Function_Pointer type Service_Creation_Function_Pointer is access function return Any_Service; -- to designate static function Create in each subclass's package, which when -- called, allocates an instance of the packages's subclass type -- registers service type name, alias type names and it's create() function for a subclass. -- -- registerServiceCreationFunctionPointers procedure Register_Service_Creation_Function_Pointers (Service_Type_Names : Service_Type_Names_List; Associated_Creator : Service_Creation_Function_Pointer); -- Every concrete subclass's package MUST call Register_Service_Creation_Function_Pointers -- during their package body executable part, corresponding to this effect in C++ : -- -- template <typename T> -- struct CreationRegistrar -- { -- explicit -- CreationRegistrar(const std::vector<std::string>& registryServiceTypeNames) -- { -- ServiceBase::registerServiceCreationFunctionPointers(registryServiceTypeNames, &T::create); -- } -- }; end UxAS.Comms.LMCP_Net_Client.Service;
PRG/levels/Hills.asm
narfman0/smb3_pp1
0
179127
W2PY_InsideL: .include "PRG/levels/Hills/PyramidI" ; World 2 Pyramid (Inside) UnusedHillsL: .include "PRG/levels/Hills/UnusedR" ; Unused ruins of an underground level of some sort UnusedPipeJc1L: .include "PRG/levels/Hills/UnusedP1" ; Unused apparent pipe junction EmptyHills1L: .include "PRG/levels/Hills/Empty1" ; Empty/unused 1 W605_UnderL: .include "PRG/levels/Hills/6-5Under" ; 6-5 Underground UnusedPipeJc2L: .include "PRG/levels/Hills/UnusedP2" ; Unused apparent pipe junction EmptyHills2L: .include "PRG/levels/Hills/Empty2" ; Empty/unused 2 W609_UnderL: .include "PRG/levels/Hills/6-9Under" ; 6-9 underground W5HBA: .include "PRG/levels/Hills/W5HBA" ; World 5 Hammer Bro ground battle A EmptyHills3L: .include "PRG/levels/Hills/Empty3" ; Empty/unused 3 W606_UnderL: .include "PRG/levels/Hills/6-6Under" ; 6-6 Underground W102L: .include "PRG/levels/Hills/1-2" ; 1-2 Unused3L: .include "PRG/levels/Hills/Unused3" ; "Unused level 3" W703L: .include "PRG/levels/Hills/7-3" ; 7-3 W1HBA: .include "PRG/levels/Hills/W1HBA" ; World 1 Hammer Bro battle A W1HBB: .include "PRG/levels/Hills/W1HBB" ; World 1 Hammer Bro battle B W5HBB: .include "PRG/levels/Hills/W5HBB" ; World 5 Hammer Bro ground battle B (unused) Unused4L: .include "PRG/levels/Hills/Unused4" ; "Unused level 4" Entrance Unused4_InnerL: .include "PRG/levels/Hills/Unused4I" ; "Unused level 4" inner section W2STL: .include "PRG/levels/Hills/SandTrap" ; World 2 Sand Trap W403_UnderL: .include "PRG/levels/Hills/4-3Under" ; 4-3 Underground W202L: .include "PRG/levels/Hills/2-2" ; 2-2
test/Succeed/PostponedTypeChecking.agda
cruhland/agda
1,989
13882
-- There was a bug when postponing a type checking problem under -- a non-empty context. Fixed now. module PostponedTypeChecking where data Unit : Set where unit : Unit record R : Set where field f : Unit data *_ (A : Set) : Set where <_> : A -> * A get : {A : Set} -> * A -> A get < x > = x mk : Unit -> Unit -> * R mk _ _ = < record { f = unit } > r : R r = get (mk unit unit) data IsUnit : Unit -> Set where isUnit : IsUnit unit foo : IsUnit (R.f r) foo = isUnit
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_27_914.asm
ljhsiun2/medusa
9
97941
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0xe2a8, %rax clflush (%rax) nop sub %r13, %r13 movups (%rax), %xmm0 vpextrq $0, %xmm0, %rdi nop nop nop sub %r9, %r9 lea addresses_WT_ht+0xf78a, %rsi nop nop dec %rax movw $0x6162, (%rsi) nop nop sub %rsi, %rsi lea addresses_UC_ht+0xc6a8, %rsi nop nop and %r15, %r15 movb $0x61, (%rsi) nop nop nop nop nop sub %r15, %r15 lea addresses_WC_ht+0x103c8, %r13 nop nop nop and $60245, %rcx mov (%r13), %r15 nop nop nop nop nop xor $57993, %rcx lea addresses_WT_ht+0x25e8, %rax nop nop xor %r9, %r9 mov $0x6162636465666768, %rsi movq %rsi, %xmm3 movups %xmm3, (%rax) nop nop nop nop nop add $13489, %r15 lea addresses_D_ht+0x174a8, %r13 cmp %rcx, %rcx mov $0x6162636465666768, %rdi movq %rdi, %xmm6 movups %xmm6, (%r13) nop nop nop cmp %rcx, %rcx lea addresses_D_ht+0x1bf70, %rsi lea addresses_UC_ht+0x18016, %rdi nop nop nop nop nop add $33872, %rbx mov $97, %rcx rep movsw nop nop nop nop nop sub $63348, %rbx lea addresses_normal_ht+0x186a8, %r15 nop nop nop nop dec %rax mov $0x6162636465666768, %rcx movq %rcx, %xmm2 vmovups %ymm2, (%r15) nop nop nop nop and %rsi, %rsi lea addresses_D_ht+0x30a8, %r9 nop nop nop nop nop xor $61943, %r15 mov (%r9), %di nop nop nop nop nop inc %rsi pop %rsi pop %rdi pop %rcx pop %rbx pop %rax pop %r9 pop %r15 pop %r13 ret .global s_faulty_load s_faulty_load: push %r10 push %r12 push %r13 push %r15 push %r8 push %r9 push %rax // Store lea addresses_A+0xfe78, %r10 and %r9, %r9 movw $0x5152, (%r10) nop nop nop nop nop xor %r12, %r12 // Load lea addresses_PSE+0x75ec, %r13 nop nop nop add %r12, %r12 mov (%r13), %r10 // Exception!!! nop nop nop nop nop mov (0), %r13 nop nop nop nop nop sub %r13, %r13 // Store lea addresses_WC+0xdaa0, %r9 nop nop nop nop xor $55026, %r15 mov $0x5152535455565758, %r8 movq %r8, %xmm4 vmovups %ymm4, (%r9) nop xor $28616, %r9 // Store lea addresses_US+0x1c4a8, %r10 sub $63725, %r15 mov $0x5152535455565758, %r9 movq %r9, (%r10) nop nop xor %r15, %r15 // Store lea addresses_PSE+0x68a8, %r9 dec %r12 movw $0x5152, (%r9) nop nop nop inc %r12 // Store lea addresses_normal+0x1c8a8, %r8 nop nop sub %r15, %r15 mov $0x5152535455565758, %r9 movq %r9, (%r8) nop nop nop nop nop add $11629, %rax // Store mov $0x6b1a560000000500, %r9 nop nop xor $31612, %rax mov $0x5152535455565758, %r8 movq %r8, %xmm0 vmovaps %ymm0, (%r9) nop and $42977, %r12 // Load lea addresses_A+0x11688, %r8 nop nop cmp $16215, %r13 mov (%r8), %r15w nop nop and %r8, %r8 // Store lea addresses_A+0x12968, %rax nop nop nop nop sub $51809, %r15 movb $0x51, (%rax) nop nop and $36359, %r8 // Load lea addresses_WC+0x192a8, %r13 nop sub %r8, %r8 movb (%r13), %r10b nop xor $52397, %r15 // Faulty Load lea addresses_PSE+0x68a8, %r15 and $59844, %r10 movb (%r15), %r12b lea oracles, %r8 and $0xff, %r12 shlq $12, %r12 mov (%r8,%r12,1), %r12 pop %rax pop %r9 pop %r8 pop %r15 pop %r13 pop %r12 pop %r10 ret /* <gen_faulty_load> [REF] {'OP': 'LOAD', 'src': {'type': 'addresses_PSE', 'size': 32, 'AVXalign': False, 'NT': False, 'congruent': 0, 'same': False}} {'OP': 'STOR', 'dst': {'type': 'addresses_A', 'size': 2, 'AVXalign': False, 'NT': False, 'congruent': 3, 'same': False}} {'OP': 'LOAD', 'src': {'type': 'addresses_PSE', 'size': 8, 'AVXalign': False, 'NT': False, 'congruent': 2, 'same': False}} {'OP': 'STOR', 'dst': {'type': 'addresses_WC', 'size': 32, 'AVXalign': False, 'NT': False, 'congruent': 3, 'same': False}} {'OP': 'STOR', 'dst': {'type': 'addresses_US', 'size': 8, 'AVXalign': False, 'NT': False, 'congruent': 10, 'same': False}} {'OP': 'STOR', 'dst': {'type': 'addresses_PSE', 'size': 2, 'AVXalign': False, 'NT': True, 'congruent': 0, 'same': True}} {'OP': 'STOR', 'dst': {'type': 'addresses_normal', 'size': 8, 'AVXalign': False, 'NT': False, 'congruent': 11, 'same': False}} {'OP': 'STOR', 'dst': {'type': 'addresses_NC', 'size': 32, 'AVXalign': True, 'NT': False, 'congruent': 3, 'same': False}} {'OP': 'LOAD', 'src': {'type': 'addresses_A', 'size': 2, 'AVXalign': False, 'NT': False, 'congruent': 5, 'same': False}} {'OP': 'STOR', 'dst': {'type': 'addresses_A', 'size': 1, 'AVXalign': False, 'NT': False, 'congruent': 5, 'same': False}} {'OP': 'LOAD', 'src': {'type': 'addresses_WC', 'size': 1, 'AVXalign': False, 'NT': False, 'congruent': 7, 'same': False}} [Faulty Load] {'OP': 'LOAD', 'src': {'type': 'addresses_PSE', 'size': 1, 'AVXalign': False, 'NT': False, 'congruent': 0, 'same': True}} <gen_prepare_buffer> {'OP': 'LOAD', 'src': {'type': 'addresses_D_ht', 'size': 16, 'AVXalign': False, 'NT': False, 'congruent': 9, 'same': False}} {'OP': 'STOR', 'dst': {'type': 'addresses_WT_ht', 'size': 2, 'AVXalign': False, 'NT': False, 'congruent': 1, 'same': False}} {'OP': 'STOR', 'dst': {'type': 'addresses_UC_ht', 'size': 1, 'AVXalign': False, 'NT': False, 'congruent': 9, 'same': False}} {'OP': 'LOAD', 'src': {'type': 'addresses_WC_ht', 'size': 8, 'AVXalign': False, 'NT': False, 'congruent': 5, 'same': True}} {'OP': 'STOR', 'dst': {'type': 'addresses_WT_ht', 'size': 16, 'AVXalign': False, 'NT': False, 'congruent': 6, 'same': False}} {'OP': 'STOR', 'dst': {'type': 'addresses_D_ht', 'size': 16, 'AVXalign': False, 'NT': False, 'congruent': 10, 'same': False}} {'OP': 'REPM', 'src': {'type': 'addresses_D_ht', 'congruent': 2, 'same': False}, 'dst': {'type': 'addresses_UC_ht', 'congruent': 1, 'same': False}} {'OP': 'STOR', 'dst': {'type': 'addresses_normal_ht', 'size': 32, 'AVXalign': False, 'NT': False, 'congruent': 9, 'same': False}} {'OP': 'LOAD', 'src': {'type': 'addresses_D_ht', 'size': 2, 'AVXalign': False, 'NT': False, 'congruent': 11, 'same': False}} {'52': 27} 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 */
prototyping/Luau/RuntimeError/ToString.agda
Tr4shh/Roblox-Luau
0
5506
<gh_stars>0 module Luau.RuntimeError.ToString where open import Agda.Builtin.Float using (primShowFloat) open import FFI.Data.String using (String; _++_) open import Luau.RuntimeError using (RuntimeErrorᴮ; RuntimeErrorᴱ; local; return; TypeMismatch; UnboundVariable; SEGV; app₁; app₂; block; bin₁; bin₂) open import Luau.RuntimeType.ToString using (runtimeTypeToString) open import Luau.Addr.ToString using (addrToString) open import Luau.Syntax.ToString using (exprToString) open import Luau.Var.ToString using (varToString) open import Luau.Value.ToString using (valueToString) open import Luau.Syntax using (name; _$_) errToStringᴱ : ∀ {a H B} → RuntimeErrorᴱ {a} H B → String errToStringᴮ : ∀ {a H B} → RuntimeErrorᴮ {a} H B → String errToStringᴱ (UnboundVariable x) = "variable " ++ varToString x ++ " is unbound" errToStringᴱ (SEGV a x) = "address " ++ addrToString a ++ " is unallocated" errToStringᴱ (app₁ E) = errToStringᴱ E errToStringᴱ (app₂ E) = errToStringᴱ E errToStringᴱ (bin₁ E) = errToStringᴱ E errToStringᴱ (bin₂ E) = errToStringᴱ E errToStringᴱ (block b E) = errToStringᴮ E ++ "\n in call of function " ++ varToString b errToStringᴱ (TypeMismatch t v _) = "value " ++ valueToString v ++ " is not a " ++ runtimeTypeToString t errToStringᴮ (local x E) = errToStringᴱ E ++ "\n in definition of " ++ varToString (name x) errToStringᴮ (return E) = errToStringᴱ E ++ "\n in return statement"
programs/oeis/260/A260033.asm
neoneye/loda
22
242365
; A260033: Number of configurations of the general monomer-dimer model for a 2 X 2n square lattice. ; 1,7,71,733,7573,78243,808395,8352217,86293865,891575391,9211624463,95173135221,983314691581,10159461285307,104966044432531,1084493574452273,11204826469232593,115766602184825143,1196083332322900695,12357755266727364237,127678491209925526885,1319155199774412146771,13629315514315782290523,140816062750262645695241,1454890636852453038760761,15031713881639460688792207,155305434302817158951084191,1604592670796364976679141413,16578413052521934091501758413,171285700316469537328716436843,1769698404784307736952047637795,18284260963464620279263010716257,188910267464937138450557500851105,1951792813774840488738243481986151,20165633340232150027246038806606183,208348327313594704016989279999616061 mul $0,2 seq $0,30186 ; a(n) = 3*a(n-1) + a(n-2) - a(n-3) for n >= 3, a(0)=1, a(1)=2, a(2)=7.
assembler/classes/production/bip32/prog.asm
jorgy343/condor
0
97572
<gh_stars>0 movl 0xaaf0,r1 movh 0x2c44,r1 mov r1,r5 j .skip_data .data d32 55 .skip_data mov r5,[r2]
Validation/pyFrame3DD-master/gcc-master/gcc/ada/repinfo-input.ads
djamal2727/Main-Bearing-Analytical-Model
0
2409
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- R E P I N F O - I N P U T -- -- -- -- S p e c -- -- -- -- Copyright (C) 2018-2020, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNAT; see file COPYING3. If not, go to -- -- http://www.gnu.org/licenses for a complete copy of the license. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ -- This package provides an alternate way of populating the internal tables -- of Repinfo from a JSON input rather than the binary blob of the tree file. -- Note that this is an additive mechanism, i.e. nothing is destroyed in the -- internal state of the unit when it is used. -- The first step is to feed the unit with a JSON stream of a specified format -- (see the spec of Repinfo for its description) by means of Read_JSON_Stream. -- Then, for each entity whose representation information is present in the -- JSON stream, the appropriate Get_JSON_* routines can be invoked to override -- the eponymous fields of the entity in the tree. package Repinfo.Input is function Get_JSON_Esize (Name : String) return Node_Ref_Or_Val; -- Returns the Esize value of the entity specified by Name, which is not -- the component of a record type, or else No_Uint if no representation -- information was supplied for the entity. Name is the full qualified name -- of the entity in lower case letters. function Get_JSON_RM_Size (Name : String) return Node_Ref_Or_Val; -- Likewise for the RM_Size function Get_JSON_Component_Size (Name : String) return Node_Ref_Or_Val; -- Likewise for the Component_Size of an array type function Get_JSON_Component_Bit_Offset (Name : String; Record_Name : String) return Node_Ref_Or_Val; -- Returns the Component_Bit_Offset of the component specified by Name, -- which is declared in the record type specified by Record_Name, or else -- No_Uint if no representation information was supplied for the component. -- Name is the unqualified name of the component whereas Record_Name is the -- full qualified name of the record type, both in lower case letters. function Get_JSON_Esize (Name : String; Record_Name : String) return Node_Ref_Or_Val; -- Likewise for the Esize Invalid_JSON_Stream : exception; -- Raised if a format error is detected in the JSON stream procedure Read_JSON_Stream (Text : Text_Buffer; File_Name : String); -- Reads a JSON stream and populates internal tables from it. File_Name is -- only used in error messages issued by the JSON parser. end Repinfo.Input;
gcc-gcc-7_3_0-release/gcc/ada/xr_tabls.adb
best08618/asylo
7
22445
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- X R _ T A B L S -- -- -- -- B o d y -- -- -- -- Copyright (C) 1998-2016, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNAT; see file COPYING3. If not, go to -- -- http://www.gnu.org/licenses for a complete copy of the license. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ with Types; use Types; with Osint; with Ada.Unchecked_Conversion; with Ada.Unchecked_Deallocation; with Ada.Strings.Fixed; with Ada.Strings; with Ada.Text_IO; with Ada.Characters.Handling; use Ada.Characters.Handling; with Ada.Strings.Unbounded; use Ada.Strings.Unbounded; with GNAT.OS_Lib; use GNAT.OS_Lib; with GNAT.Directory_Operations; use GNAT.Directory_Operations; with GNAT.HTable; use GNAT.HTable; with GNAT.Heap_Sort_G; package body Xr_Tabls is type HTable_Headers is range 1 .. 10000; procedure Set_Next (E : File_Reference; Next : File_Reference); function Next (E : File_Reference) return File_Reference; function Get_Key (E : File_Reference) return Cst_String_Access; function Hash (F : Cst_String_Access) return HTable_Headers; function Equal (F1, F2 : Cst_String_Access) return Boolean; -- The five subprograms above are used to instantiate the static -- htable to store the files that should be processed. package File_HTable is new GNAT.HTable.Static_HTable (Header_Num => HTable_Headers, Element => File_Record, Elmt_Ptr => File_Reference, Null_Ptr => null, Set_Next => Set_Next, Next => Next, Key => Cst_String_Access, Get_Key => Get_Key, Hash => Hash, Equal => Equal); -- A hash table to store all the files referenced in the -- application. The keys in this htable are the name of the files -- themselves, therefore it is assumed that the source path -- doesn't contain twice the same source or ALI file name type Unvisited_Files_Record; type Unvisited_Files_Access is access Unvisited_Files_Record; type Unvisited_Files_Record is record File : File_Reference; Next : Unvisited_Files_Access; end record; -- A special list, in addition to File_HTable, that only stores -- the files that haven't been visited so far. Note that the File -- list points to some data in File_HTable, and thus should never be freed. function Next (E : Declaration_Reference) return Declaration_Reference; procedure Set_Next (E, Next : Declaration_Reference); function Get_Key (E : Declaration_Reference) return Cst_String_Access; -- The subprograms above are used to instantiate the static -- htable to store the entities that have been found in the application package Entities_HTable is new GNAT.HTable.Static_HTable (Header_Num => HTable_Headers, Element => Declaration_Record, Elmt_Ptr => Declaration_Reference, Null_Ptr => null, Set_Next => Set_Next, Next => Next, Key => Cst_String_Access, Get_Key => Get_Key, Hash => Hash, Equal => Equal); -- A hash table to store all the entities defined in the -- application. For each entity, we store a list of its reference -- locations as well. -- The keys in this htable should be created with Key_From_Ref, -- and are the file, line and column of the declaration, which are -- unique for every entity. Entities_Count : Natural := 0; -- Number of entities in Entities_HTable. This is used in the end -- when sorting the table. Longest_File_Name_In_Table : Natural := 0; Unvisited_Files : Unvisited_Files_Access := null; Directories : Project_File_Ptr; Default_Match : Boolean := False; -- The above need commenting ??? function Parse_Gnatls_Src return String; -- Return the standard source directories (taking into account the -- ADA_INCLUDE_PATH environment variable, if Osint.Add_Default_Search_Dirs -- was called first). function Parse_Gnatls_Obj return String; -- Return the standard object directories (taking into account the -- ADA_OBJECTS_PATH environment variable). function Key_From_Ref (File_Ref : File_Reference; Line : Natural; Column : Natural) return String; -- Return a key for the symbol declared at File_Ref, Line, -- Column. This key should be used for lookup in Entity_HTable function Is_Less_Than (Decl1, Decl2 : Declaration_Reference) return Boolean; -- Compare two declarations (the comparison is case-insensitive) function Is_Less_Than (Ref1, Ref2 : Reference) return Boolean; -- Compare two references procedure Store_References (Decl : Declaration_Reference; Get_Writes : Boolean := False; Get_Reads : Boolean := False; Get_Bodies : Boolean := False; Get_Declaration : Boolean := False; Arr : in out Reference_Array; Index : in out Natural); -- Store in Arr, starting at Index, all the references to Decl. The Get_* -- parameters can be used to indicate which references should be stored. -- Constraint_Error will be raised if Arr is not big enough. procedure Sort (Arr : in out Reference_Array); -- Sort an array of references (Arr'First must be 1) -------------- -- Set_Next -- -------------- procedure Set_Next (E : File_Reference; Next : File_Reference) is begin E.Next := Next; end Set_Next; procedure Set_Next (E : Declaration_Reference; Next : Declaration_Reference) is begin E.Next := Next; end Set_Next; ------------- -- Get_Key -- ------------- function Get_Key (E : File_Reference) return Cst_String_Access is begin return E.File; end Get_Key; function Get_Key (E : Declaration_Reference) return Cst_String_Access is begin return E.Key; end Get_Key; ---------- -- Hash -- ---------- function Hash (F : Cst_String_Access) return HTable_Headers is function H is new GNAT.HTable.Hash (HTable_Headers); begin return H (F.all); end Hash; ----------- -- Equal -- ----------- function Equal (F1, F2 : Cst_String_Access) return Boolean is begin return F1.all = F2.all; end Equal; ------------------ -- Key_From_Ref -- ------------------ function Key_From_Ref (File_Ref : File_Reference; Line : Natural; Column : Natural) return String is begin return File_Ref.File.all & Natural'Image (Line) & Natural'Image (Column); end Key_From_Ref; --------------------- -- Add_Declaration -- --------------------- function Add_Declaration (File_Ref : File_Reference; Symbol : String; Line : Natural; Column : Natural; Decl_Type : Character; Is_Parameter : Boolean := False; Remove_Only : Boolean := False; Symbol_Match : Boolean := True) return Declaration_Reference is procedure Unchecked_Free is new Ada.Unchecked_Deallocation (Declaration_Record, Declaration_Reference); Key : aliased constant String := Key_From_Ref (File_Ref, Line, Column); New_Decl : Declaration_Reference := Entities_HTable.Get (Key'Unchecked_Access); Is_Param : Boolean := Is_Parameter; begin -- Insert the Declaration in the table. There might already be a -- declaration in the table if the entity is a parameter, so we -- need to check that first. if New_Decl /= null and then New_Decl.Symbol_Length = 0 then Is_Param := Is_Parameter or else New_Decl.Is_Parameter; Entities_HTable.Remove (Key'Unrestricted_Access); Entities_Count := Entities_Count - 1; Free (New_Decl.Key); Unchecked_Free (New_Decl); New_Decl := null; end if; -- The declaration might also already be there for parent types. In -- this case, we should keep the entry, since some other entries are -- pointing to it. if New_Decl = null and then not Remove_Only then New_Decl := new Declaration_Record' (Symbol_Length => Symbol'Length, Symbol => Symbol, Key => new String'(Key), Decl => new Reference_Record' (File => File_Ref, Line => Line, Column => Column, Source_Line => null, Next => null), Is_Parameter => Is_Param, Decl_Type => Decl_Type, Body_Ref => null, Ref_Ref => null, Modif_Ref => null, Match => Symbol_Match and then (Default_Match or else Match (File_Ref, Line, Column)), Par_Symbol => null, Next => null); Entities_HTable.Set (New_Decl); Entities_Count := Entities_Count + 1; if New_Decl.Match then Longest_File_Name_In_Table := Natural'Max (File_Ref.File'Length, Longest_File_Name_In_Table); end if; elsif New_Decl /= null and then not New_Decl.Match then New_Decl.Match := Default_Match or else Match (File_Ref, Line, Column); New_Decl.Is_Parameter := New_Decl.Is_Parameter or Is_Param; elsif New_Decl /= null then New_Decl.Is_Parameter := New_Decl.Is_Parameter or Is_Param; end if; return New_Decl; end Add_Declaration; ---------------------- -- Add_To_Xref_File -- ---------------------- function Add_To_Xref_File (File_Name : String; Visited : Boolean := True; Emit_Warning : Boolean := False; Gnatchop_File : String := ""; Gnatchop_Offset : Integer := 0) return File_Reference is Base : aliased constant String := Base_Name (File_Name); Dir : constant String := Dir_Name (File_Name); Dir_Acc : GNAT.OS_Lib.String_Access := null; Ref : File_Reference; begin -- Do we have a directory name as well? if File_Name /= Base then Dir_Acc := new String'(Dir); end if; Ref := File_HTable.Get (Base'Unchecked_Access); if Ref = null then Ref := new File_Record' (File => new String'(Base), Dir => Dir_Acc, Lines => null, Visited => Visited, Emit_Warning => Emit_Warning, Gnatchop_File => new String'(Gnatchop_File), Gnatchop_Offset => Gnatchop_Offset, Next => null); File_HTable.Set (Ref); if not Visited then -- Keep a separate list for faster access Set_Unvisited (Ref); end if; end if; return Ref; end Add_To_Xref_File; -------------- -- Add_Line -- -------------- procedure Add_Line (File : File_Reference; Line : Natural; Column : Natural) is begin File.Lines := new Ref_In_File'(Line => Line, Column => Column, Next => File.Lines); end Add_Line; ---------------- -- Add_Parent -- ---------------- procedure Add_Parent (Declaration : in out Declaration_Reference; Symbol : String; Line : Natural; Column : Natural; File_Ref : File_Reference) is begin Declaration.Par_Symbol := Add_Declaration (File_Ref, Symbol, Line, Column, Decl_Type => ' ', Symbol_Match => False); end Add_Parent; ------------------- -- Add_Reference -- ------------------- procedure Add_Reference (Declaration : Declaration_Reference; File_Ref : File_Reference; Line : Natural; Column : Natural; Ref_Type : Character; Labels_As_Ref : Boolean) is New_Ref : Reference; New_Decl : Declaration_Reference; pragma Unreferenced (New_Decl); begin case Ref_Type is when ' ' | 'b' | 'c' | 'H' | 'i' | 'm' | 'o' | 'r' | 'R' | 's' | 'x' => null; when 'l' | 'w' => if not Labels_As_Ref then return; end if; when '=' | '<' | '>' | '^' => -- Create dummy declaration in table to report it as a parameter -- In a given ALI file, the declaration of the subprogram comes -- before the declaration of the parameter. However, it is -- possible that another ALI file has been parsed that also -- references the parameter (for instance a named parameter in -- a call), so we need to check whether there already exists a -- declaration for the parameter. New_Decl := Add_Declaration (File_Ref => File_Ref, Symbol => "", Line => Line, Column => Column, Decl_Type => ' ', Is_Parameter => True); when 'd' | 'e' | 'E' | 'k' | 'p' | 'P' | 't' | 'z' => return; when others => Ada.Text_IO.Put_Line ("Unknown reference type: " & Ref_Type); return; end case; New_Ref := new Reference_Record' (File => File_Ref, Line => Line, Column => Column, Source_Line => null, Next => null); -- We can insert the reference into the list directly, since all the -- references will appear only once in the ALI file corresponding to the -- file where they are referenced. This saves a lot of time compared to -- checking the list to check if it exists. case Ref_Type is when 'b' | 'c' => New_Ref.Next := Declaration.Body_Ref; Declaration.Body_Ref := New_Ref; when ' ' | 'H' | 'i' | 'l' | 'o' | 'r' | 'R' | 's' | 'w' | 'x' => New_Ref.Next := Declaration.Ref_Ref; Declaration.Ref_Ref := New_Ref; when 'm' => New_Ref.Next := Declaration.Modif_Ref; Declaration.Modif_Ref := New_Ref; when others => null; end case; if not Declaration.Match then Declaration.Match := Match (File_Ref, Line, Column); end if; if Declaration.Match then Longest_File_Name_In_Table := Natural'Max (File_Ref.File'Length, Longest_File_Name_In_Table); end if; end Add_Reference; ------------------- -- ALI_File_Name -- ------------------- function ALI_File_Name (Ada_File_Name : String) return String is -- ??? Should ideally be based on the naming scheme defined in -- project files. Index : constant Natural := Ada.Strings.Fixed.Index (Ada_File_Name, ".", Going => Ada.Strings.Backward); begin if Index /= 0 then return Ada_File_Name (Ada_File_Name'First .. Index) & Osint.ALI_Suffix.all; else return Ada_File_Name & "." & Osint.ALI_Suffix.all; end if; end ALI_File_Name; ------------------ -- Is_Less_Than -- ------------------ function Is_Less_Than (Ref1, Ref2 : Reference) return Boolean is begin if Ref1 = null then return False; elsif Ref2 = null then return True; end if; if Ref1.File.File.all < Ref2.File.File.all then return True; elsif Ref1.File.File.all = Ref2.File.File.all then return (Ref1.Line < Ref2.Line or else (Ref1.Line = Ref2.Line and then Ref1.Column < Ref2.Column)); end if; return False; end Is_Less_Than; ------------------ -- Is_Less_Than -- ------------------ function Is_Less_Than (Decl1, Decl2 : Declaration_Reference) return Boolean is -- We cannot store the data case-insensitive in the table, -- since we wouldn't be able to find the right casing for the -- display later on. S1 : constant String := To_Lower (Decl1.Symbol); S2 : constant String := To_Lower (Decl2.Symbol); begin if S1 < S2 then return True; elsif S1 > S2 then return False; end if; return Decl1.Key.all < Decl2.Key.all; end Is_Less_Than; ------------------------- -- Create_Project_File -- ------------------------- procedure Create_Project_File (Name : String) is Obj_Dir : Unbounded_String := Null_Unbounded_String; Src_Dir : Unbounded_String := Null_Unbounded_String; Build_Dir : GNAT.OS_Lib.String_Access := new String'(""); F : File_Descriptor; Len : Positive; File_Name : aliased String := Name & ASCII.NUL; begin -- Read the size of the file F := Open_Read (File_Name'Address, Text); -- Project file not found if F /= Invalid_FD then Len := Positive (File_Length (F)); declare Buffer : String (1 .. Len); Index : Positive := Buffer'First; Last : Positive; begin Len := Read (F, Buffer'Address, Len); Close (F); -- First, look for Build_Dir, since all the source and object -- path are relative to it. while Index <= Buffer'Last loop -- Find the end of line Last := Index; while Last <= Buffer'Last and then Buffer (Last) /= ASCII.LF and then Buffer (Last) /= ASCII.CR loop Last := Last + 1; end loop; if Index <= Buffer'Last - 9 and then Buffer (Index .. Index + 9) = "build_dir=" then Index := Index + 10; while Index <= Last and then (Buffer (Index) = ' ' or else Buffer (Index) = ASCII.HT) loop Index := Index + 1; end loop; Free (Build_Dir); Build_Dir := new String'(Buffer (Index .. Last - 1)); end if; Index := Last + 1; -- In case we had a ASCII.CR/ASCII.LF end of line, skip the -- remaining symbol if Index <= Buffer'Last and then Buffer (Index) = ASCII.LF then Index := Index + 1; end if; end loop; -- Now parse the source and object paths Index := Buffer'First; while Index <= Buffer'Last loop -- Find the end of line Last := Index; while Last <= Buffer'Last and then Buffer (Last) /= ASCII.LF and then Buffer (Last) /= ASCII.CR loop Last := Last + 1; end loop; if Index <= Buffer'Last - 7 and then Buffer (Index .. Index + 7) = "src_dir=" then Append (Src_Dir, Normalize_Pathname (Name => Ada.Strings.Fixed.Trim (Buffer (Index + 8 .. Last - 1), Ada.Strings.Both), Directory => Build_Dir.all) & Path_Separator); elsif Index <= Buffer'Last - 7 and then Buffer (Index .. Index + 7) = "obj_dir=" then Append (Obj_Dir, Normalize_Pathname (Name => Ada.Strings.Fixed.Trim (Buffer (Index + 8 .. Last - 1), Ada.Strings.Both), Directory => Build_Dir.all) & Path_Separator); end if; -- In case we had a ASCII.CR/ASCII.LF end of line, skip the -- remaining symbol Index := Last + 1; if Index <= Buffer'Last and then Buffer (Index) = ASCII.LF then Index := Index + 1; end if; end loop; end; end if; Osint.Add_Default_Search_Dirs; declare Src : constant String := Parse_Gnatls_Src; Obj : constant String := Parse_Gnatls_Obj; begin Directories := new Project_File' (Src_Dir_Length => Length (Src_Dir) + Src'Length, Obj_Dir_Length => Length (Obj_Dir) + Obj'Length, Src_Dir => To_String (Src_Dir) & Src, Obj_Dir => To_String (Obj_Dir) & Obj, Src_Dir_Index => 1, Obj_Dir_Index => 1, Last_Obj_Dir_Start => 0); end; Free (Build_Dir); end Create_Project_File; --------------------- -- Current_Obj_Dir -- --------------------- function Current_Obj_Dir return String is begin return Directories.Obj_Dir (Directories.Last_Obj_Dir_Start .. Directories.Obj_Dir_Index - 2); end Current_Obj_Dir; ---------------- -- Get_Column -- ---------------- function Get_Column (Decl : Declaration_Reference) return String is begin return Ada.Strings.Fixed.Trim (Natural'Image (Decl.Decl.Column), Ada.Strings.Left); end Get_Column; function Get_Column (Ref : Reference) return String is begin return Ada.Strings.Fixed.Trim (Natural'Image (Ref.Column), Ada.Strings.Left); end Get_Column; --------------------- -- Get_Declaration -- --------------------- function Get_Declaration (File_Ref : File_Reference; Line : Natural; Column : Natural) return Declaration_Reference is Key : aliased constant String := Key_From_Ref (File_Ref, Line, Column); begin return Entities_HTable.Get (Key'Unchecked_Access); end Get_Declaration; ---------------------- -- Get_Emit_Warning -- ---------------------- function Get_Emit_Warning (File : File_Reference) return Boolean is begin return File.Emit_Warning; end Get_Emit_Warning; -------------- -- Get_File -- -------------- function Get_File (Decl : Declaration_Reference; With_Dir : Boolean := False) return String is begin return Get_File (Decl.Decl.File, With_Dir); end Get_File; function Get_File (Ref : Reference; With_Dir : Boolean := False) return String is begin return Get_File (Ref.File, With_Dir); end Get_File; function Get_File (File : File_Reference; With_Dir : Boolean := False; Strip : Natural := 0) return String is Tmp : GNAT.OS_Lib.String_Access; function Internal_Strip (Full_Name : String) return String; -- Internal function to process the Strip parameter -------------------- -- Internal_Strip -- -------------------- function Internal_Strip (Full_Name : String) return String is Unit_End : Natural; Extension_Start : Natural; S : Natural; begin if Strip = 0 then return Full_Name; end if; -- Isolate the file extension Extension_Start := Full_Name'Last; while Extension_Start >= Full_Name'First and then Full_Name (Extension_Start) /= '.' loop Extension_Start := Extension_Start - 1; end loop; -- Strip the right number of subunit_names S := Strip; Unit_End := Extension_Start - 1; while Unit_End >= Full_Name'First and then S > 0 loop if Full_Name (Unit_End) = '-' then S := S - 1; end if; Unit_End := Unit_End - 1; end loop; if Unit_End < Full_Name'First then return ""; else return Full_Name (Full_Name'First .. Unit_End) & Full_Name (Extension_Start .. Full_Name'Last); end if; end Internal_Strip; -- Start of processing for Get_File; begin -- If we do not want the full path name if not With_Dir then return Internal_Strip (File.File.all); end if; if File.Dir = null then if Ada.Strings.Fixed.Tail (File.File.all, 3) = Osint.ALI_Suffix.all then Tmp := Locate_Regular_File (Internal_Strip (File.File.all), Directories.Obj_Dir); else Tmp := Locate_Regular_File (File.File.all, Directories.Src_Dir); end if; if Tmp = null then File.Dir := new String'(""); else File.Dir := new String'(Dir_Name (Tmp.all)); Free (Tmp); end if; end if; return Internal_Strip (File.Dir.all & File.File.all); end Get_File; ------------------ -- Get_File_Ref -- ------------------ function Get_File_Ref (Ref : Reference) return File_Reference is begin return Ref.File; end Get_File_Ref; ----------------------- -- Get_Gnatchop_File -- ----------------------- function Get_Gnatchop_File (File : File_Reference; With_Dir : Boolean := False) return String is begin if File.Gnatchop_File.all = "" then return Get_File (File, With_Dir); else return File.Gnatchop_File.all; end if; end Get_Gnatchop_File; function Get_Gnatchop_File (Ref : Reference; With_Dir : Boolean := False) return String is begin return Get_Gnatchop_File (Ref.File, With_Dir); end Get_Gnatchop_File; function Get_Gnatchop_File (Decl : Declaration_Reference; With_Dir : Boolean := False) return String is begin return Get_Gnatchop_File (Decl.Decl.File, With_Dir); end Get_Gnatchop_File; -------------- -- Get_Line -- -------------- function Get_Line (Decl : Declaration_Reference) return String is begin return Ada.Strings.Fixed.Trim (Natural'Image (Decl.Decl.Line), Ada.Strings.Left); end Get_Line; function Get_Line (Ref : Reference) return String is begin return Ada.Strings.Fixed.Trim (Natural'Image (Ref.Line), Ada.Strings.Left); end Get_Line; ---------------- -- Get_Parent -- ---------------- function Get_Parent (Decl : Declaration_Reference) return Declaration_Reference is begin return Decl.Par_Symbol; end Get_Parent; --------------------- -- Get_Source_Line -- --------------------- function Get_Source_Line (Ref : Reference) return String is begin if Ref.Source_Line /= null then return Ref.Source_Line.all; else return ""; end if; end Get_Source_Line; function Get_Source_Line (Decl : Declaration_Reference) return String is begin if Decl.Decl.Source_Line /= null then return Decl.Decl.Source_Line.all; else return ""; end if; end Get_Source_Line; ---------------- -- Get_Symbol -- ---------------- function Get_Symbol (Decl : Declaration_Reference) return String is begin return Decl.Symbol; end Get_Symbol; -------------- -- Get_Type -- -------------- function Get_Type (Decl : Declaration_Reference) return Character is begin return Decl.Decl_Type; end Get_Type; ---------- -- Sort -- ---------- procedure Sort (Arr : in out Reference_Array) is Tmp : Reference; function Lt (Op1, Op2 : Natural) return Boolean; procedure Move (From, To : Natural); -- See GNAT.Heap_Sort_G -------- -- Lt -- -------- function Lt (Op1, Op2 : Natural) return Boolean is begin if Op1 = 0 then return Is_Less_Than (Tmp, Arr (Op2)); elsif Op2 = 0 then return Is_Less_Than (Arr (Op1), Tmp); else return Is_Less_Than (Arr (Op1), Arr (Op2)); end if; end Lt; ---------- -- Move -- ---------- procedure Move (From, To : Natural) is begin if To = 0 then Tmp := Arr (From); elsif From = 0 then Arr (To) := Tmp; else Arr (To) := Arr (From); end if; end Move; package Ref_Sort is new GNAT.Heap_Sort_G (Move, Lt); -- Start of processing for Sort begin Ref_Sort.Sort (Arr'Last); end Sort; ----------------------- -- Grep_Source_Files -- ----------------------- procedure Grep_Source_Files is Length : Natural := 0; Decl : Declaration_Reference := Entities_HTable.Get_First; Arr : Reference_Array_Access; Index : Natural; End_Index : Natural; Current_File : File_Reference; Current_Line : Cst_String_Access; Buffer : GNAT.OS_Lib.String_Access; Ref : Reference; Line : Natural; begin -- Create a temporary array, where all references will be -- sorted by files. This way, we only have to read the source -- files once. while Decl /= null loop -- Add 1 for the declaration itself Length := Length + References_Count (Decl, True, True, True) + 1; Decl := Entities_HTable.Get_Next; end loop; Arr := new Reference_Array (1 .. Length); Index := Arr'First; Decl := Entities_HTable.Get_First; while Decl /= null loop Store_References (Decl, True, True, True, True, Arr.all, Index); Decl := Entities_HTable.Get_Next; end loop; Sort (Arr.all); -- Now traverse the whole array and find the appropriate source -- lines. for R in Arr'Range loop Ref := Arr (R); if Ref.File /= Current_File then Free (Buffer); begin Read_File (Get_File (Ref.File, With_Dir => True), Buffer); End_Index := Buffer'First - 1; Line := 0; exception when Ada.Text_IO.Name_Error | Ada.Text_IO.End_Error => Line := Natural'Last; end; Current_File := Ref.File; end if; if Ref.Line > Line then -- Do not free Current_Line, it is referenced by the last -- Ref we processed. loop Index := End_Index + 1; loop End_Index := End_Index + 1; exit when End_Index > Buffer'Last or else Buffer (End_Index) = ASCII.LF; end loop; -- Skip spaces at beginning of line while Index < End_Index and then (Buffer (Index) = ' ' or else Buffer (Index) = ASCII.HT) loop Index := Index + 1; end loop; Line := Line + 1; exit when Ref.Line = Line; end loop; Current_Line := new String'(Buffer (Index .. End_Index - 1)); end if; Ref.Source_Line := Current_Line; end loop; Free (Buffer); Free (Arr); end Grep_Source_Files; --------------- -- Read_File -- --------------- procedure Read_File (File_Name : String; Contents : out GNAT.OS_Lib.String_Access) is Name_0 : constant String := File_Name & ASCII.NUL; FD : constant File_Descriptor := Open_Read (Name_0'Address, Binary); Length : Natural; begin if FD = Invalid_FD then raise Ada.Text_IO.Name_Error; end if; -- Include room for EOF char Length := Natural (File_Length (FD)); declare Buffer : String (1 .. Length + 1); This_Read : Integer; Read_Ptr : Natural := 1; begin loop This_Read := Read (FD, A => Buffer (Read_Ptr)'Address, N => Length + 1 - Read_Ptr); Read_Ptr := Read_Ptr + Integer'Max (This_Read, 0); exit when This_Read <= 0; end loop; Buffer (Read_Ptr) := EOF; Contents := new String'(Buffer (1 .. Read_Ptr)); if Read_Ptr /= Length + 1 then raise Ada.Text_IO.End_Error; end if; Close (FD); end; end Read_File; ----------------------- -- Longest_File_Name -- ----------------------- function Longest_File_Name return Natural is begin return Longest_File_Name_In_Table; end Longest_File_Name; ----------- -- Match -- ----------- function Match (File : File_Reference; Line : Natural; Column : Natural) return Boolean is Ref : Ref_In_File_Ptr := File.Lines; begin while Ref /= null loop if (Ref.Line = 0 or else Ref.Line = Line) and then (Ref.Column = 0 or else Ref.Column = Column) then return True; end if; Ref := Ref.Next; end loop; return False; end Match; ----------- -- Match -- ----------- function Match (Decl : Declaration_Reference) return Boolean is begin return Decl.Match; end Match; ---------- -- Next -- ---------- function Next (E : File_Reference) return File_Reference is begin return E.Next; end Next; function Next (E : Declaration_Reference) return Declaration_Reference is begin return E.Next; end Next; ------------------ -- Next_Obj_Dir -- ------------------ function Next_Obj_Dir return String is First : constant Integer := Directories.Obj_Dir_Index; Last : Integer; begin Last := Directories.Obj_Dir_Index; if Last > Directories.Obj_Dir_Length then return String'(1 .. 0 => ' '); end if; while Directories.Obj_Dir (Last) /= Path_Separator loop Last := Last + 1; end loop; Directories.Obj_Dir_Index := Last + 1; Directories.Last_Obj_Dir_Start := First; return Directories.Obj_Dir (First .. Last - 1); end Next_Obj_Dir; ------------------------- -- Next_Unvisited_File -- ------------------------- function Next_Unvisited_File return File_Reference is procedure Unchecked_Free is new Ada.Unchecked_Deallocation (Unvisited_Files_Record, Unvisited_Files_Access); Ref : File_Reference; Tmp : Unvisited_Files_Access; begin if Unvisited_Files = null then return Empty_File; else Tmp := Unvisited_Files; Ref := Unvisited_Files.File; Unvisited_Files := Unvisited_Files.Next; Unchecked_Free (Tmp); return Ref; end if; end Next_Unvisited_File; ---------------------- -- Parse_Gnatls_Src -- ---------------------- function Parse_Gnatls_Src return String is Length : Natural; begin Length := 0; for J in 1 .. Osint.Nb_Dir_In_Src_Search_Path loop if Osint.Dir_In_Src_Search_Path (J)'Length = 0 then Length := Length + 2; else Length := Length + Osint.Dir_In_Src_Search_Path (J)'Length + 1; end if; end loop; declare Result : String (1 .. Length); L : Natural; begin L := Result'First; for J in 1 .. Osint.Nb_Dir_In_Src_Search_Path loop if Osint.Dir_In_Src_Search_Path (J)'Length = 0 then Result (L .. L + 1) := "." & Path_Separator; L := L + 2; else Result (L .. L + Osint.Dir_In_Src_Search_Path (J)'Length - 1) := Osint.Dir_In_Src_Search_Path (J).all; L := L + Osint.Dir_In_Src_Search_Path (J)'Length; Result (L) := Path_Separator; L := L + 1; end if; end loop; return Result; end; end Parse_Gnatls_Src; ---------------------- -- Parse_Gnatls_Obj -- ---------------------- function Parse_Gnatls_Obj return String is Length : Natural; begin Length := 0; for J in 1 .. Osint.Nb_Dir_In_Obj_Search_Path loop if Osint.Dir_In_Obj_Search_Path (J)'Length = 0 then Length := Length + 2; else Length := Length + Osint.Dir_In_Obj_Search_Path (J)'Length + 1; end if; end loop; declare Result : String (1 .. Length); L : Natural; begin L := Result'First; for J in 1 .. Osint.Nb_Dir_In_Obj_Search_Path loop if Osint.Dir_In_Obj_Search_Path (J)'Length = 0 then Result (L .. L + 1) := "." & Path_Separator; L := L + 2; else Result (L .. L + Osint.Dir_In_Obj_Search_Path (J)'Length - 1) := Osint.Dir_In_Obj_Search_Path (J).all; L := L + Osint.Dir_In_Obj_Search_Path (J)'Length; Result (L) := Path_Separator; L := L + 1; end if; end loop; return Result; end; end Parse_Gnatls_Obj; ------------------- -- Reset_Obj_Dir -- ------------------- procedure Reset_Obj_Dir is begin Directories.Obj_Dir_Index := 1; end Reset_Obj_Dir; ----------------------- -- Set_Default_Match -- ----------------------- procedure Set_Default_Match (Value : Boolean) is begin Default_Match := Value; end Set_Default_Match; ---------- -- Free -- ---------- procedure Free (Str : in out Cst_String_Access) is function Convert is new Ada.Unchecked_Conversion (Cst_String_Access, GNAT.OS_Lib.String_Access); S : GNAT.OS_Lib.String_Access := Convert (Str); begin Free (S); Str := null; end Free; --------------------- -- Reset_Directory -- --------------------- procedure Reset_Directory (File : File_Reference) is begin Free (File.Dir); end Reset_Directory; ------------------- -- Set_Unvisited -- ------------------- procedure Set_Unvisited (File_Ref : File_Reference) is F : constant String := Get_File (File_Ref, With_Dir => False); begin File_Ref.Visited := False; -- ??? Do not add a source file to the list. This is true at -- least for gnatxref, and probably for gnatfind as well if F'Length > 4 and then F (F'Last - 3 .. F'Last) = "." & Osint.ALI_Suffix.all then Unvisited_Files := new Unvisited_Files_Record' (File => File_Ref, Next => Unvisited_Files); end if; end Set_Unvisited; ---------------------- -- Get_Declarations -- ---------------------- function Get_Declarations (Sorted : Boolean := True) return Declaration_Array_Access is Arr : constant Declaration_Array_Access := new Declaration_Array (1 .. Entities_Count); Decl : Declaration_Reference := Entities_HTable.Get_First; Index : Natural := Arr'First; Tmp : Declaration_Reference; procedure Move (From : Natural; To : Natural); function Lt (Op1, Op2 : Natural) return Boolean; -- See GNAT.Heap_Sort_G -------- -- Lt -- -------- function Lt (Op1, Op2 : Natural) return Boolean is begin if Op1 = 0 then return Is_Less_Than (Tmp, Arr (Op2)); elsif Op2 = 0 then return Is_Less_Than (Arr (Op1), Tmp); else return Is_Less_Than (Arr (Op1), Arr (Op2)); end if; end Lt; ---------- -- Move -- ---------- procedure Move (From : Natural; To : Natural) is begin if To = 0 then Tmp := Arr (From); elsif From = 0 then Arr (To) := Tmp; else Arr (To) := Arr (From); end if; end Move; package Decl_Sort is new GNAT.Heap_Sort_G (Move, Lt); -- Start of processing for Get_Declarations begin while Decl /= null loop Arr (Index) := Decl; Index := Index + 1; Decl := Entities_HTable.Get_Next; end loop; if Sorted and then Arr'Length /= 0 then Decl_Sort.Sort (Entities_Count); end if; return Arr; end Get_Declarations; ---------------------- -- References_Count -- ---------------------- function References_Count (Decl : Declaration_Reference; Get_Reads : Boolean := False; Get_Writes : Boolean := False; Get_Bodies : Boolean := False) return Natural is function List_Length (E : Reference) return Natural; -- Return the number of references in E ----------------- -- List_Length -- ----------------- function List_Length (E : Reference) return Natural is L : Natural := 0; E1 : Reference := E; begin while E1 /= null loop L := L + 1; E1 := E1.Next; end loop; return L; end List_Length; Length : Natural := 0; -- Start of processing for References_Count begin if Get_Reads then Length := List_Length (Decl.Ref_Ref); end if; if Get_Writes then Length := Length + List_Length (Decl.Modif_Ref); end if; if Get_Bodies then Length := Length + List_Length (Decl.Body_Ref); end if; return Length; end References_Count; ---------------------- -- Store_References -- ---------------------- procedure Store_References (Decl : Declaration_Reference; Get_Writes : Boolean := False; Get_Reads : Boolean := False; Get_Bodies : Boolean := False; Get_Declaration : Boolean := False; Arr : in out Reference_Array; Index : in out Natural) is procedure Add (List : Reference); -- Add all the references in List to Arr --------- -- Add -- --------- procedure Add (List : Reference) is E : Reference := List; begin while E /= null loop Arr (Index) := E; Index := Index + 1; E := E.Next; end loop; end Add; -- Start of processing for Store_References begin if Get_Declaration then Add (Decl.Decl); end if; if Get_Reads then Add (Decl.Ref_Ref); end if; if Get_Writes then Add (Decl.Modif_Ref); end if; if Get_Bodies then Add (Decl.Body_Ref); end if; end Store_References; -------------------- -- Get_References -- -------------------- function Get_References (Decl : Declaration_Reference; Get_Reads : Boolean := False; Get_Writes : Boolean := False; Get_Bodies : Boolean := False) return Reference_Array_Access is Length : constant Natural := References_Count (Decl, Get_Reads, Get_Writes, Get_Bodies); Arr : constant Reference_Array_Access := new Reference_Array (1 .. Length); Index : Natural := Arr'First; begin Store_References (Decl => Decl, Get_Writes => Get_Writes, Get_Reads => Get_Reads, Get_Bodies => Get_Bodies, Get_Declaration => False, Arr => Arr.all, Index => Index); if Arr'Length /= 0 then Sort (Arr.all); end if; return Arr; end Get_References; ---------- -- Free -- ---------- procedure Free (Arr : in out Reference_Array_Access) is procedure Internal is new Ada.Unchecked_Deallocation (Reference_Array, Reference_Array_Access); begin Internal (Arr); end Free; ------------------ -- Is_Parameter -- ------------------ function Is_Parameter (Decl : Declaration_Reference) return Boolean is begin return Decl.Is_Parameter; end Is_Parameter; end Xr_Tabls;
canonical-value-forms.agda
hazelgrove/hazelnut-agda
0
15013
open import Nat open import Prelude open import contexts open import dynamics-core module canonical-value-forms where canonical-value-forms-num : ∀{Δ d} → Δ , ∅ ⊢ d :: num → d val → Σ[ n ∈ Nat ] (d == N n) canonical-value-forms-num TANum VNum = _ , refl canonical-value-forms-num (TAVar x₁) () canonical-value-forms-num (TAAp wt wt₁) () canonical-value-forms-num (TAEHole x x₁) () canonical-value-forms-num (TANEHole x wt x₁) () canonical-value-forms-num (TACast wt x) () canonical-value-forms-num (TAFailedCast wt x x₁ x₂) () canonical-value-forms-arr : ∀{Δ d τ1 τ2} → Δ , ∅ ⊢ d :: (τ1 ==> τ2) → d val → Σ[ x ∈ Nat ] Σ[ d' ∈ ihexp ] ((d == (·λ x ·[ τ1 ] d')) × (Δ , ■ (x , τ1) ⊢ d' :: τ2)) canonical-value-forms-arr (TAVar x₁) () canonical-value-forms-arr {Δ = Δ} {d = ·λ x ·[ τ1 ] d} {τ1 = τ1} {τ2 = τ2} (TALam _ wt) VLam = _ , _ , refl , tr (λ Γ → Δ , Γ ⊢ d :: τ2) (extend-empty x τ1) wt canonical-value-forms-arr (TAAp wt wt₁) () canonical-value-forms-arr (TAEHole x x₁) () canonical-value-forms-arr (TANEHole x wt x₁) () canonical-value-forms-arr (TACast wt x) () canonical-value-forms-arr (TAFailedCast x x₁ x₂ x₃) () canonical-value-form-sum : ∀{Δ d τ1 τ2} → Δ , ∅ ⊢ d :: (τ1 ⊕ τ2) → d val → (Σ[ d' ∈ ihexp ] ((d == (inl τ2 d')) × (Δ , ∅ ⊢ d' :: τ1))) + (Σ[ d' ∈ ihexp ] ((d == (inr τ1 d')) × (Δ , ∅ ⊢ d' :: τ2))) canonical-value-form-sum (TAInl wt) (VInl v) = Inl (_ , refl , wt) canonical-value-form-sum (TAInr wt) (VInr v) = Inr (_ , refl , wt) canonical-value-form-prod : ∀{Δ d τ1 τ2} → Δ , ∅ ⊢ d :: (τ1 ⊠ τ2) → d val → Σ[ d1 ∈ ihexp ] Σ[ d2 ∈ ihexp ] ((d == ⟨ d1 , d2 ⟩) × (Δ , ∅ ⊢ d1 :: τ1) × (Δ , ∅ ⊢ d2 :: τ2)) canonical-value-form-prod (TAVar x) () canonical-value-form-prod (TAAp wt wt₁) () canonical-value-form-prod (TACase wt x wt₁ x₁ wt₂) () canonical-value-form-prod (TAPair wt wt₁) (VPair v v₁) = _ , _ , refl , wt , wt₁ canonical-value-form-prod (TAFst wt) () canonical-value-form-prod (TASnd wt) () canonical-value-form-prod (TAEHole x x₁) () canonical-value-form-prod (TANEHole x wt x₁) () canonical-value-form-prod (TACast wt x) () canonical-value-form-prod (TAFailedCast wt x x₁ x₂) () -- this argues (somewhat informally, because you still have to inspect -- the types of the theorems above and manually verify this property) -- that we didn't miss any cases above; this intentionally will make this -- file fail to typecheck if we added more types, hopefully forcing us to -- remember to add canonical forms lemmas as appropriate canonical-value-forms-coverage1 : ∀{Δ d τ} → Δ , ∅ ⊢ d :: τ → d val → τ ≠ num → ((τ1 : htyp) (τ2 : htyp) → τ ≠ (τ1 ==> τ2)) → ((τ1 : htyp) (τ2 : htyp) → τ ≠ (τ1 ⊕ τ2)) → ((τ1 : htyp) (τ2 : htyp) → τ ≠ (τ1 ⊠ τ2)) → ⊥ canonical-value-forms-coverage1 TANum val nn na ns np = nn refl canonical-value-forms-coverage1 (TALam x wt) val nn na ns np = na _ _ refl canonical-value-forms-coverage1 (TAInl wt) val nn na ns np = ns _ _ refl canonical-value-forms-coverage1 (TAInr wt) val nn na ns np = ns _ _ refl canonical-value-forms-coverage1 (TAPair wt wt₁) val nn na ns np = np _ _ refl canonical-value-forms-coverage2 : ∀{Δ d} → Δ , ∅ ⊢ d :: ⦇-⦈ → d val → ⊥ canonical-value-forms-coverage2 (TAVar x₁) () canonical-value-forms-coverage2 (TAAp wt wt₁) () canonical-value-forms-coverage2 (TAEHole x x₁) () canonical-value-forms-coverage2 (TANEHole x wt x₁) () canonical-value-forms-coverage2 (TACast wt x) () canonical-value-forms-coverage2 (TAFailedCast wt x x₁ x₂) ()
awa/plugins/awa-workspaces/src/awa-workspaces-beans.adb
twdroeger/ada-awa
81
7902
<gh_stars>10-100 ----------------------------------------------------------------------- -- awa-workspaces-beans -- Beans for module workspaces -- Copyright (C) 2011, 2012, 2017, 2018 <NAME> -- Written by <NAME> (<EMAIL>) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- See the License for the specific language governing permissions and -- limitations under the License. ----------------------------------------------------------------------- with ASF.Contexts.Flash; with ASF.Contexts.Faces; with ASF.Applications.Messages.Factory; with ADO.Utils; with ADO.Sessions; with ADO.Queries; with ADO.Datasets; with AWA.Services.Contexts; with AWA.Events.Action_Method; package body AWA.Workspaces.Beans is use ASF.Applications; package ASC renames AWA.Services.Contexts; -- ------------------------------ -- Get the value identified by the name. -- ------------------------------ overriding function Get_Value (From : in Member_Bean; Name : in String) return Util.Beans.Objects.Object is begin return AWA.Workspaces.Models.Member_Bean (From).Get_Value (Name); end Get_Value; -- ------------------------------ -- Set the value identified by the name -- ------------------------------ overriding procedure Set_Value (Item : in out Member_Bean; Name : in String; Value : in Util.Beans.Objects.Object) is begin if Name = "id" and not Util.Beans.Objects.Is_Empty (Value) then Item.Set_Id (ADO.Utils.To_Identifier (Value)); else AWA.Workspaces.Models.Member_Bean (Item).Set_Value (Name, Value); end if; end Set_Value; overriding procedure Load (Bean : in out Member_Bean; Outcome : in out Ada.Strings.Unbounded.Unbounded_String) is pragma Unreferenced (Outcome); begin null; end Load; overriding procedure Delete (Bean : in out Member_Bean; Outcome : in out Ada.Strings.Unbounded.Unbounded_String) is pragma Unreferenced (Outcome); begin Bean.Module.Delete_Member (Bean.Get_Id); end Delete; -- ------------------------------ -- Create the Member_Bean bean instance. -- ------------------------------ function Create_Member_Bean (Module : in AWA.Workspaces.Modules.Workspace_Module_Access) return Util.Beans.Basic.Readonly_Bean_Access is Object : constant Member_Bean_Access := new Member_Bean; begin Object.Module := Module; return Object.all'Access; end Create_Member_Bean; -- ------------------------------ -- Get the value identified by the name. -- ------------------------------ overriding function Get_Value (From : in Invitation_Bean; Name : in String) return Util.Beans.Objects.Object is begin if Name = "inviter" then return From.Inviter.Get_Value ("name"); else return AWA.Workspaces.Models.Invitation_Bean (From).Get_Value (Name); end if; end Get_Value; overriding procedure Load (Bean : in out Invitation_Bean; Outcome : in out Ada.Strings.Unbounded.Unbounded_String) is begin Bean.Module.Load_Invitation (Key => Ada.Strings.Unbounded.To_String (Bean.Key), Invitation => Bean, Inviter => Bean.Inviter); exception when others => Outcome := Ada.Strings.Unbounded.To_Unbounded_String ("not-found"); end Load; overriding procedure Accept_Invitation (Bean : in out Invitation_Bean; Outcome : in out Ada.Strings.Unbounded.Unbounded_String) is pragma Unreferenced (Outcome); Ctx : constant ASF.Contexts.Faces.Faces_Context_Access := ASF.Contexts.Faces.Current; Flash : constant ASF.Contexts.Faces.Flash_Context_Access := Ctx.Get_Flash; begin Bean.Module.Accept_Invitation (Key => Ada.Strings.Unbounded.To_String (Bean.Key)); Flash.Set_Keep_Messages (True); Messages.Factory.Add_Message (Ctx.all, "workspaces.workspace_welcome_message", Messages.INFO); end Accept_Invitation; overriding procedure Send (Bean : in out Invitation_Bean; Outcome : in out Ada.Strings.Unbounded.Unbounded_String) is pragma Unreferenced (Outcome); Ctx : constant ASF.Contexts.Faces.Faces_Context_Access := ASF.Contexts.Faces.Current; Flash : constant ASF.Contexts.Faces.Flash_Context_Access := Ctx.Get_Flash; begin Bean.Module.Send_Invitation (Bean); Flash.Set_Keep_Messages (True); Messages.Factory.Add_Message (Ctx.all, "workspaces.workspace_invitation_sent", Messages.INFO); end Send; -- ------------------------------ -- Create the Invitation_Bean bean instance. -- ------------------------------ function Create_Invitation_Bean (Module : in AWA.Workspaces.Modules.Workspace_Module_Access) return Util.Beans.Basic.Readonly_Bean_Access is Object : constant Invitation_Bean_Access := new Invitation_Bean; begin Object.Module := Module; return Object.all'Access; end Create_Invitation_Bean; -- ------------------------------ -- Event action called to create the workspace when the given event is posted. -- ------------------------------ procedure Create (Bean : in out Workspaces_Bean; Event : in AWA.Events.Module_Event'Class) is pragma Unreferenced (Event); WS : AWA.Workspaces.Models.Workspace_Ref; begin Bean.Module.Create_Workspace (WS); end Create; package Create_Binding is new AWA.Events.Action_Method.Bind (Name => "create", Bean => Workspaces_Bean, Method => Create); Workspaces_Bean_Binding : aliased constant Util.Beans.Methods.Method_Binding_Array := (1 => Create_Binding.Proxy'Access); -- ------------------------------ -- Get the value identified by the name. -- ------------------------------ overriding function Get_Value (From : in Workspaces_Bean; Name : in String) return Util.Beans.Objects.Object is begin if Name = "count" then return Util.Beans.Objects.To_Object (From.Count); else return Util.Beans.Objects.Null_Object; end if; end Get_Value; -- ------------------------------ -- Set the value identified by the name. -- ------------------------------ overriding procedure Set_Value (From : in out Workspaces_Bean; Name : in String; Value : in Util.Beans.Objects.Object) is begin if Name = "count" then From.Count := Util.Beans.Objects.To_Integer (Value); end if; end Set_Value; -- ------------------------------ -- This bean provides some methods that can be used in a Method_Expression -- ------------------------------ overriding function Get_Method_Bindings (From : in Workspaces_Bean) return Util.Beans.Methods.Method_Binding_Array_Access is pragma Unreferenced (From); begin return Workspaces_Bean_Binding'Access; end Get_Method_Bindings; -- ------------------------------ -- Create the Workspaces_Bean bean instance. -- ------------------------------ function Create_Workspaces_Bean (Module : in AWA.Workspaces.Modules.Workspace_Module_Access) return Util.Beans.Basic.Readonly_Bean_Access is Object : constant Workspaces_Bean_Access := new Workspaces_Bean; begin Object.Module := Module; return Object.all'Access; end Create_Workspaces_Bean; -- ------------------------------ -- Get the value identified by the name. -- ------------------------------ overriding function Get_Value (From : in Member_List_Bean; Name : in String) return Util.Beans.Objects.Object is begin if Name = "members" then return Util.Beans.Objects.To_Object (Value => From.Members_Bean, Storage => Util.Beans.Objects.STATIC); else return AWA.Workspaces.Models.Member_List_Bean (From).Get_Value (Name); end if; end Get_Value; -- ------------------------------ -- Load the list of members. -- ------------------------------ overriding procedure Load (Into : in out Member_List_Bean; Outcome : in out Ada.Strings.Unbounded.Unbounded_String) is pragma Unreferenced (Outcome); Ctx : constant ASC.Service_Context_Access := ASC.Current; User : constant ADO.Identifier := Ctx.Get_User_Identifier; Session : ADO.Sessions.Session := Into.Module.Get_Session; Query : ADO.Queries.Context; Count_Query : ADO.Queries.Context; begin Query.Set_Query (AWA.Workspaces.Models.Query_Workspace_Member_List); Count_Query.Set_Count_Query (AWA.Workspaces.Models.Query_Workspace_Member_List); Query.Bind_Param (Name => "user_id", Value => User); Count_Query.Bind_Param (Name => "user_id", Value => User); AWA.Workspaces.Models.List (Into.Members, Session, Query); Into.Count := ADO.Datasets.Get_Count (Session, Count_Query); end Load; -- ------------------------------ -- Create the Member_List_Bean bean instance. -- ------------------------------ function Create_Member_List_Bean (Module : in AWA.Workspaces.Modules.Workspace_Module_Access) return Util.Beans.Basic.Readonly_Bean_Access is Object : constant Member_List_Bean_Access := new Member_List_Bean; begin Object.Module := Module; Object.Members_Bean := Object.Members'Access; Object.Page_Size := 20; Object.Page := 1; Object.Count := 0; return Object.all'Access; end Create_Member_List_Bean; end AWA.Workspaces.Beans;
week_7/dataset/Assembly/056585.asm
Dumebi35/DumebiCSC102
0
167899
<filename>week_7/dataset/Assembly/056585.asm .model small .stack 100h .data wordArray dw 1000,2000,3000 sum dw ? .code extrn clrscr:proc, writeint:proc, crlf:proc main proc mov ax,@data ; init data segment mov ds,ax call ClrScr mov sum,0 mov cx,3 ; loop counter mov bx,offset wordArray L1: mov ax,[bx] ; get an integer push bx mov bx,10 ; display the integer call Writeint call Crlf pop bx add sum,ax ; add it to the sum add bx,type wordArray ; point to next value loop L1 mov ax,sum mov bx,10 ; display the sum call Writeint call Crlf mov ax,4c00h ; end program int 21h main endp end main
gcc-gcc-7_3_0-release/gcc/ada/prj-env.adb
best08618/asylo
7
20365
<reponame>best08618/asylo<filename>gcc-gcc-7_3_0-release/gcc/ada/prj-env.adb<gh_stars>1-10 ------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- P R J . E N V -- -- -- -- B o d y -- -- -- -- Copyright (C) 2001-2016, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNAT; see file COPYING3. If not, go to -- -- http://www.gnu.org/licenses for a complete copy of the license. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ with Fmap; with Makeutl; use Makeutl; with Opt; with Osint; use Osint; with Output; use Output; with Prj.Com; use Prj.Com; with Sdefault; with Tempdir; with Ada.Text_IO; use Ada.Text_IO; with GNAT.Directory_Operations; use GNAT.Directory_Operations; package body Prj.Env is Buffer_Initial : constant := 1_000; -- Initial arbitrary size of buffers Uninitialized_Prefix : constant String := '#' & Path_Separator; -- Prefix to indicate that the project path has not been initialized yet. -- Must be two characters long No_Project_Default_Dir : constant String := "-"; -- Indicator in the project path to indicate that the default search -- directories should not be added to the path ----------------------- -- Local Subprograms -- ----------------------- package Source_Path_Table is new GNAT.Dynamic_Tables (Table_Component_Type => Name_Id, Table_Index_Type => Natural, Table_Low_Bound => 1, Table_Initial => 50, Table_Increment => 100); -- A table to store the source dirs before creating the source path file package Object_Path_Table is new GNAT.Dynamic_Tables (Table_Component_Type => Path_Name_Type, Table_Index_Type => Natural, Table_Low_Bound => 1, Table_Initial => 50, Table_Increment => 100); -- A table to store the object dirs, before creating the object path file procedure Add_To_Buffer (S : String; Buffer : in out String_Access; Buffer_Last : in out Natural); -- Add a string to Buffer, extending Buffer if needed procedure Add_To_Path (Source_Dirs : String_List_Id; Shared : Shared_Project_Tree_Data_Access; Buffer : in out String_Access; Buffer_Last : in out Natural); -- Add to Ada_Path_Buffer all the source directories in string list -- Source_Dirs, if any. procedure Add_To_Path (Dir : String; Buffer : in out String_Access; Buffer_Last : in out Natural); -- If Dir is not already in the global variable Ada_Path_Buffer, add it. -- If Buffer_Last /= 0, prepend a Path_Separator character to Path. procedure Add_To_Source_Path (Source_Dirs : String_List_Id; Shared : Shared_Project_Tree_Data_Access; Source_Paths : in out Source_Path_Table.Instance); -- Add to Ada_Path_B all the source directories in string list -- Source_Dirs, if any. Increment Ada_Path_Length. procedure Add_To_Object_Path (Object_Dir : Path_Name_Type; Object_Paths : in out Object_Path_Table.Instance); -- Add Object_Dir to object path table. Make sure it is not duplicate -- and it is the last one in the current table. ---------------------- -- Ada_Include_Path -- ---------------------- function Ada_Include_Path (Project : Project_Id; In_Tree : Project_Tree_Ref; Recursive : Boolean := False) return String is Buffer : String_Access; Buffer_Last : Natural := 0; procedure Add (Project : Project_Id; In_Tree : Project_Tree_Ref; Dummy : in out Boolean); -- Add source dirs of Project to the path --------- -- Add -- --------- procedure Add (Project : Project_Id; In_Tree : Project_Tree_Ref; Dummy : in out Boolean) is begin Add_To_Path (Project.Source_Dirs, In_Tree.Shared, Buffer, Buffer_Last); end Add; procedure For_All_Projects is new For_Every_Project_Imported (Boolean, Add); Dummy : Boolean := False; -- Start of processing for Ada_Include_Path begin if Recursive then -- If it is the first time we call this function for this project, -- compute the source path. if Project.Ada_Include_Path = null then Buffer := new String (1 .. Buffer_Initial); For_All_Projects (Project, In_Tree, Dummy, Include_Aggregated => True); Project.Ada_Include_Path := new String'(Buffer (1 .. Buffer_Last)); Free (Buffer); end if; return Project.Ada_Include_Path.all; else Buffer := new String (1 .. Buffer_Initial); Add_To_Path (Project.Source_Dirs, In_Tree.Shared, Buffer, Buffer_Last); declare Result : constant String := Buffer (1 .. Buffer_Last); begin Free (Buffer); return Result; end; end if; end Ada_Include_Path; ---------------------- -- Ada_Objects_Path -- ---------------------- function Ada_Objects_Path (Project : Project_Id; In_Tree : Project_Tree_Ref; Including_Libraries : Boolean := True) return String_Access is Buffer : String_Access; Buffer_Last : Natural := 0; procedure Add (Project : Project_Id; In_Tree : Project_Tree_Ref; Dummy : in out Boolean); -- Add all the object directories of a project to the path --------- -- Add -- --------- procedure Add (Project : Project_Id; In_Tree : Project_Tree_Ref; Dummy : in out Boolean) is pragma Unreferenced (In_Tree); Path : constant Path_Name_Type := Get_Object_Directory (Project, Including_Libraries => Including_Libraries, Only_If_Ada => False); begin if Path /= No_Path then Add_To_Path (Get_Name_String (Path), Buffer, Buffer_Last); end if; end Add; procedure For_All_Projects is new For_Every_Project_Imported (Boolean, Add); Dummy : Boolean := False; Result : String_Access; -- Start of processing for Ada_Objects_Path begin -- If it is the first time we call this function for -- this project, compute the objects path if Including_Libraries and then Project.Ada_Objects_Path /= null then return Project.Ada_Objects_Path; elsif not Including_Libraries and then Project.Ada_Objects_Path_No_Libs /= null then return Project.Ada_Objects_Path_No_Libs; else Buffer := new String (1 .. Buffer_Initial); For_All_Projects (Project, In_Tree, Dummy); Result := new String'(Buffer (1 .. Buffer_Last)); Free (Buffer); if Including_Libraries then Project.Ada_Objects_Path := Result; else Project.Ada_Objects_Path_No_Libs := Result; end if; return Result; end if; end Ada_Objects_Path; ------------------- -- Add_To_Buffer -- ------------------- procedure Add_To_Buffer (S : String; Buffer : in out String_Access; Buffer_Last : in out Natural) is Last : constant Natural := Buffer_Last + S'Length; begin while Last > Buffer'Last loop declare New_Buffer : constant String_Access := new String (1 .. 2 * Buffer'Last); begin New_Buffer (1 .. Buffer_Last) := Buffer (1 .. Buffer_Last); Free (Buffer); Buffer := New_Buffer; end; end loop; Buffer (Buffer_Last + 1 .. Last) := S; Buffer_Last := Last; end Add_To_Buffer; ------------------------ -- Add_To_Object_Path -- ------------------------ procedure Add_To_Object_Path (Object_Dir : Path_Name_Type; Object_Paths : in out Object_Path_Table.Instance) is begin -- Check if the directory is already in the table for Index in Object_Path_Table.First .. Object_Path_Table.Last (Object_Paths) loop -- If it is, remove it, and add it as the last one if Object_Paths.Table (Index) = Object_Dir then for Index2 in Index + 1 .. Object_Path_Table.Last (Object_Paths) loop Object_Paths.Table (Index2 - 1) := Object_Paths.Table (Index2); end loop; Object_Paths.Table (Object_Path_Table.Last (Object_Paths)) := Object_Dir; return; end if; end loop; -- The directory is not already in the table, add it Object_Path_Table.Append (Object_Paths, Object_Dir); end Add_To_Object_Path; ----------------- -- Add_To_Path -- ----------------- procedure Add_To_Path (Source_Dirs : String_List_Id; Shared : Shared_Project_Tree_Data_Access; Buffer : in out String_Access; Buffer_Last : in out Natural) is Current : String_List_Id; Source_Dir : String_Element; begin Current := Source_Dirs; while Current /= Nil_String loop Source_Dir := Shared.String_Elements.Table (Current); Add_To_Path (Get_Name_String (Source_Dir.Display_Value), Buffer, Buffer_Last); Current := Source_Dir.Next; end loop; end Add_To_Path; procedure Add_To_Path (Dir : String; Buffer : in out String_Access; Buffer_Last : in out Natural) is Len : Natural; New_Buffer : String_Access; Min_Len : Natural; function Is_Present (Path : String; Dir : String) return Boolean; -- Return True if Dir is part of Path ---------------- -- Is_Present -- ---------------- function Is_Present (Path : String; Dir : String) return Boolean is Last : constant Integer := Path'Last - Dir'Length + 1; begin for J in Path'First .. Last loop -- Note: the order of the conditions below is important, since -- it ensures a minimal number of string comparisons. if (J = Path'First or else Path (J - 1) = Path_Separator) and then (J + Dir'Length > Path'Last or else Path (J + Dir'Length) = Path_Separator) and then Dir = Path (J .. J + Dir'Length - 1) then return True; end if; end loop; return False; end Is_Present; -- Start of processing for Add_To_Path begin if Is_Present (Buffer (1 .. Buffer_Last), Dir) then -- Dir is already in the path, nothing to do return; end if; Min_Len := Buffer_Last + Dir'Length; if Buffer_Last > 0 then -- Add 1 for the Path_Separator character Min_Len := Min_Len + 1; end if; -- If Ada_Path_Buffer is too small, increase it Len := Buffer'Last; if Len < Min_Len then loop Len := Len * 2; exit when Len >= Min_Len; end loop; New_Buffer := new String (1 .. Len); New_Buffer (1 .. Buffer_Last) := Buffer (1 .. Buffer_Last); Free (Buffer); Buffer := New_Buffer; end if; if Buffer_Last > 0 then Buffer_Last := Buffer_Last + 1; Buffer (Buffer_Last) := Path_Separator; end if; Buffer (Buffer_Last + 1 .. Buffer_Last + Dir'Length) := Dir; Buffer_Last := Buffer_Last + Dir'Length; end Add_To_Path; ------------------------ -- Add_To_Source_Path -- ------------------------ procedure Add_To_Source_Path (Source_Dirs : String_List_Id; Shared : Shared_Project_Tree_Data_Access; Source_Paths : in out Source_Path_Table.Instance) is Current : String_List_Id; Source_Dir : String_Element; Add_It : Boolean; begin -- Add each source directory Current := Source_Dirs; while Current /= Nil_String loop Source_Dir := Shared.String_Elements.Table (Current); Add_It := True; -- Check if the source directory is already in the table for Index in Source_Path_Table.First .. Source_Path_Table.Last (Source_Paths) loop -- If it is already, no need to add it if Source_Paths.Table (Index) = Source_Dir.Value then Add_It := False; exit; end if; end loop; if Add_It then Source_Path_Table.Append (Source_Paths, Source_Dir.Display_Value); end if; -- Next source directory Current := Source_Dir.Next; end loop; end Add_To_Source_Path; -------------------------------- -- Create_Config_Pragmas_File -- -------------------------------- procedure Create_Config_Pragmas_File (For_Project : Project_Id; In_Tree : Project_Tree_Ref) is type Naming_Id is new Nat; package Naming_Table is new GNAT.Dynamic_Tables (Table_Component_Type => Lang_Naming_Data, Table_Index_Type => Naming_Id, Table_Low_Bound => 1, Table_Initial => 5, Table_Increment => 100); Default_Naming : constant Naming_Id := Naming_Table.First; Namings : Naming_Table.Instance; -- Table storing the naming data for gnatmake/gprmake Buffer : String_Access := new String (1 .. Buffer_Initial); Buffer_Last : Natural := 0; File_Name : Path_Name_Type := No_Path; File : File_Descriptor := Invalid_FD; Current_Naming : Naming_Id; procedure Check (Project : Project_Id; In_Tree : Project_Tree_Ref; State : in out Integer); -- Recursive procedure that put in the config pragmas file any non -- standard naming schemes, if it is not already in the file, then call -- itself for any imported project. procedure Put (Source : Source_Id); -- Put an SFN pragma in the temporary file procedure Put (S : String); procedure Put_Line (S : String); -- Output procedures, analogous to normal Text_IO procs of same name. -- The text is put in Buffer, then it will be written into a temporary -- file with procedure Write_Temp_File below. procedure Write_Temp_File; -- Create a temporary file and put the content of the buffer in it ----------- -- Check -- ----------- procedure Check (Project : Project_Id; In_Tree : Project_Tree_Ref; State : in out Integer) is pragma Unreferenced (State); Lang : constant Language_Ptr := Get_Language_From_Name (Project, "ada"); Naming : Lang_Naming_Data; Iter : Source_Iterator; Source : Source_Id; begin if Current_Verbosity = High then Debug_Output ("Checking project file:", Project.Name); end if; if Lang = null then if Current_Verbosity = High then Debug_Output ("Languages does not contain Ada, nothing to do"); end if; return; end if; -- Visit all the files and process those that need an SFN pragma Iter := For_Each_Source (In_Tree, Project); while Element (Iter) /= No_Source loop Source := Element (Iter); if not Source.Locally_Removed and then Source.Unit /= null and then (Source.Index >= 1 or else Source.Naming_Exception /= No) then Put (Source); end if; Next (Iter); end loop; Naming := Lang.Config.Naming_Data; -- Is the naming scheme of this project one that we know? Current_Naming := Default_Naming; while Current_Naming <= Naming_Table.Last (Namings) and then Namings.Table (Current_Naming).Dot_Replacement = Naming.Dot_Replacement and then Namings.Table (Current_Naming).Casing = Naming.Casing and then Namings.Table (Current_Naming).Separate_Suffix = Naming.Separate_Suffix loop Current_Naming := Current_Naming + 1; end loop; -- If we don't know it, add it if Current_Naming > Naming_Table.Last (Namings) then Naming_Table.Increment_Last (Namings); Namings.Table (Naming_Table.Last (Namings)) := Naming; -- Put the SFN pragmas for the naming scheme -- Spec Put_Line ("pragma Source_File_Name_Project"); Put_Line (" (Spec_File_Name => ""*" & Get_Name_String (Naming.Spec_Suffix) & ""","); Put_Line (" Casing => " & Image (Naming.Casing) & ","); Put_Line (" Dot_Replacement => """ & Get_Name_String (Naming.Dot_Replacement) & """);"); -- and body Put_Line ("pragma Source_File_Name_Project"); Put_Line (" (Body_File_Name => ""*" & Get_Name_String (Naming.Body_Suffix) & ""","); Put_Line (" Casing => " & Image (Naming.Casing) & ","); Put_Line (" Dot_Replacement => """ & Get_Name_String (Naming.Dot_Replacement) & """);"); -- and maybe separate if Naming.Body_Suffix /= Naming.Separate_Suffix then Put_Line ("pragma Source_File_Name_Project"); Put_Line (" (Subunit_File_Name => ""*" & Get_Name_String (Naming.Separate_Suffix) & ""","); Put_Line (" Casing => " & Image (Naming.Casing) & ","); Put_Line (" Dot_Replacement => """ & Get_Name_String (Naming.Dot_Replacement) & """);"); end if; end if; end Check; --------- -- Put -- --------- procedure Put (Source : Source_Id) is begin -- Put the pragma SFN for the unit kind (spec or body) Put ("pragma Source_File_Name_Project ("); Put (Namet.Get_Name_String (Source.Unit.Name)); if Source.Kind = Spec then Put (", Spec_File_Name => """); else Put (", Body_File_Name => """); end if; Put (Namet.Get_Name_String (Source.File)); Put (""""); if Source.Index /= 0 then Put (", Index =>"); Put (Source.Index'Img); end if; Put_Line (");"); end Put; procedure Put (S : String) is begin Add_To_Buffer (S, Buffer, Buffer_Last); if Current_Verbosity = High then Write_Str (S); end if; end Put; -------------- -- Put_Line -- -------------- procedure Put_Line (S : String) is begin -- Add an ASCII.LF to the string. As this config file is supposed to -- be used only by the compiler, we don't care about the characters -- for the end of line. In fact we could have put a space, but -- it is more convenient to be able to read gnat.adc during -- development, for which the ASCII.LF is fine. Put (S); Put (S => (1 => ASCII.LF)); end Put_Line; --------------------- -- Write_Temp_File -- --------------------- procedure Write_Temp_File is Status : Boolean := False; Last : Natural; begin Tempdir.Create_Temp_File (File, File_Name); if File /= Invalid_FD then Last := Write (File, Buffer (1)'Address, Buffer_Last); if Last = Buffer_Last then Close (File, Status); end if; end if; if not Status then Prj.Com.Fail ("unable to create temporary file"); end if; end Write_Temp_File; procedure Check_Imported_Projects is new For_Every_Project_Imported (Integer, Check); Dummy : Integer := 0; -- Start of processing for Create_Config_Pragmas_File begin if not For_Project.Config_Checked then Naming_Table.Init (Namings); -- Check the naming schemes Check_Imported_Projects (For_Project, In_Tree, Dummy, Imported_First => False); -- If there are no non standard naming scheme, issue the GNAT -- standard naming scheme. This will tell the compiler that -- a project file is used and will forbid any pragma SFN. if Buffer_Last = 0 then Put_Line ("pragma Source_File_Name_Project"); Put_Line (" (Spec_File_Name => ""*.ads"","); Put_Line (" Dot_Replacement => ""-"","); Put_Line (" Casing => lowercase);"); Put_Line ("pragma Source_File_Name_Project"); Put_Line (" (Body_File_Name => ""*.adb"","); Put_Line (" Dot_Replacement => ""-"","); Put_Line (" Casing => lowercase);"); end if; -- Close the temporary file Write_Temp_File; if Opt.Verbose_Mode then Write_Str ("Created configuration file """); Write_Str (Get_Name_String (File_Name)); Write_Line (""""); end if; For_Project.Config_File_Name := File_Name; For_Project.Config_File_Temp := True; For_Project.Config_Checked := True; end if; Free (Buffer); end Create_Config_Pragmas_File; -------------------- -- Create_Mapping -- -------------------- procedure Create_Mapping (In_Tree : Project_Tree_Ref) is Data : Source_Id; Iter : Source_Iterator; begin Fmap.Reset_Tables; Iter := For_Each_Source (In_Tree); loop Data := Element (Iter); exit when Data = No_Source; if Data.Unit /= No_Unit_Index then if Data.Locally_Removed and then not Data.Suppressed then Fmap.Add_Forbidden_File_Name (Data.File); else Fmap.Add_To_File_Map (Unit_Name => Unit_Name_Type (Data.Unit.Name), File_Name => Data.File, Path_Name => File_Name_Type (Data.Path.Display_Name)); end if; end if; Next (Iter); end loop; end Create_Mapping; ------------------------- -- Create_Mapping_File -- ------------------------- procedure Create_Mapping_File (Project : Project_Id; Language : Name_Id; In_Tree : Project_Tree_Ref; Name : out Path_Name_Type) is File : File_Descriptor := Invalid_FD; Buffer : String_Access := new String (1 .. Buffer_Initial); Buffer_Last : Natural := 0; procedure Put_Name_Buffer; -- Put the line contained in the Name_Buffer in the global buffer procedure Process (Project : Project_Id; In_Tree : Project_Tree_Ref; State : in out Integer); -- Generate the mapping file for Project (not recursively) --------------------- -- Put_Name_Buffer -- --------------------- procedure Put_Name_Buffer is begin if Current_Verbosity = High then Debug_Output (Name_Buffer (1 .. Name_Len)); end if; Name_Len := Name_Len + 1; Name_Buffer (Name_Len) := ASCII.LF; Add_To_Buffer (Name_Buffer (1 .. Name_Len), Buffer, Buffer_Last); end Put_Name_Buffer; ------------- -- Process -- ------------- procedure Process (Project : Project_Id; In_Tree : Project_Tree_Ref; State : in out Integer) is pragma Unreferenced (State); Source : Source_Id; Suffix : File_Name_Type; Iter : Source_Iterator; begin Debug_Output ("Add mapping for project", Project.Name); Iter := For_Each_Source (In_Tree, Project, Language => Language); loop Source := Prj.Element (Iter); exit when Source = No_Source; if not Source.Suppressed and then Source.Replaced_By = No_Source and then Source.Path.Name /= No_Path and then (Source.Language.Config.Kind = File_Based or else Source.Unit /= No_Unit_Index) then if Source.Unit /= No_Unit_Index then -- Put the encoded unit name in the name buffer declare Uname : constant String := Get_Name_String (Source.Unit.Name); begin Name_Len := 0; for J in Uname'Range loop if Uname (J) in Upper_Half_Character then Store_Encoded_Character (Get_Char_Code (Uname (J))); else Add_Char_To_Name_Buffer (Uname (J)); end if; end loop; end; if Source.Language.Config.Kind = Unit_Based then -- ??? Mapping_Spec_Suffix could be set in the case of -- gnatmake as well Add_Char_To_Name_Buffer ('%'); if Source.Kind = Spec then Add_Char_To_Name_Buffer ('s'); else Add_Char_To_Name_Buffer ('b'); end if; else case Source.Kind is when Spec => Suffix := Source.Language.Config.Mapping_Spec_Suffix; when Impl | Sep => Suffix := Source.Language.Config.Mapping_Body_Suffix; end case; if Suffix /= No_File then Add_Str_To_Name_Buffer (Get_Name_String (Suffix)); end if; end if; Put_Name_Buffer; end if; Get_Name_String (Source.Display_File); Put_Name_Buffer; if Source.Locally_Removed then Name_Len := 1; Name_Buffer (1) := '/'; else Get_Name_String (Source.Path.Display_Name); end if; Put_Name_Buffer; end if; Next (Iter); end loop; end Process; procedure For_Every_Imported_Project is new For_Every_Project_Imported (State => Integer, Action => Process); -- Local variables Dummy : Integer := 0; -- Start of processing for Create_Mapping_File begin if Current_Verbosity = High then Debug_Output ("Create mapping file for", Debug_Name (In_Tree)); end if; Create_Temp_File (In_Tree.Shared, File, Name, "mapping"); if Current_Verbosity = High then Debug_Increase_Indent ("Create mapping file ", Name_Id (Name)); end if; For_Every_Imported_Project (Project, In_Tree, Dummy, Include_Aggregated => False); declare Last : Natural; Status : Boolean := False; begin if File /= Invalid_FD then Last := Write (File, Buffer (1)'Address, Buffer_Last); if Last = Buffer_Last then GNAT.OS_Lib.Close (File, Status); end if; end if; if not Status then Prj.Com.Fail ("could not write mapping file"); end if; end; Free (Buffer); Debug_Decrease_Indent ("Done create mapping file"); end Create_Mapping_File; ---------------------- -- Create_Temp_File -- ---------------------- procedure Create_Temp_File (Shared : Shared_Project_Tree_Data_Access; Path_FD : out File_Descriptor; Path_Name : out Path_Name_Type; File_Use : String) is begin Tempdir.Create_Temp_File (Path_FD, Path_Name); if Path_Name /= No_Path then if Current_Verbosity = High then Write_Line ("Create temp file (" & File_Use & ") " & Get_Name_String (Path_Name)); end if; Record_Temp_File (Shared, Path_Name); else Prj.Com.Fail ("unable to create temporary " & File_Use & " file"); end if; end Create_Temp_File; -------------------------- -- Create_New_Path_File -- -------------------------- procedure Create_New_Path_File (Shared : Shared_Project_Tree_Data_Access; Path_FD : out File_Descriptor; Path_Name : out Path_Name_Type) is begin Create_Temp_File (Shared, Path_FD, Path_Name, "path file"); end Create_New_Path_File; ------------------------------------ -- File_Name_Of_Library_Unit_Body -- ------------------------------------ function File_Name_Of_Library_Unit_Body (Name : String; Project : Project_Id; In_Tree : Project_Tree_Ref; Main_Project_Only : Boolean := True; Full_Path : Boolean := False) return String is Lang : constant Language_Ptr := Get_Language_From_Name (Project, "ada"); The_Project : Project_Id := Project; Original_Name : String := Name; Unit : Unit_Index; The_Original_Name : Name_Id; The_Spec_Name : Name_Id; The_Body_Name : Name_Id; begin -- ??? Same block in Project_Of Canonical_Case_File_Name (Original_Name); Name_Len := Original_Name'Length; Name_Buffer (1 .. Name_Len) := Original_Name; The_Original_Name := Name_Find; if Lang /= null then declare Naming : constant Lang_Naming_Data := Lang.Config.Naming_Data; Extended_Spec_Name : String := Name & Namet.Get_Name_String (Naming.Spec_Suffix); Extended_Body_Name : String := Name & Namet.Get_Name_String (Naming.Body_Suffix); begin Canonical_Case_File_Name (Extended_Spec_Name); Name_Len := Extended_Spec_Name'Length; Name_Buffer (1 .. Name_Len) := Extended_Spec_Name; The_Spec_Name := Name_Find; Canonical_Case_File_Name (Extended_Body_Name); Name_Len := Extended_Body_Name'Length; Name_Buffer (1 .. Name_Len) := Extended_Body_Name; The_Body_Name := Name_Find; end; else Name_Len := Name'Length; Name_Buffer (1 .. Name_Len) := Name; Canonical_Case_File_Name (Name_Buffer); The_Spec_Name := Name_Find; The_Body_Name := The_Spec_Name; end if; if Current_Verbosity = High then Write_Str ("Looking for file name of """); Write_Str (Name); Write_Char ('"'); Write_Eol; Write_Str (" Extended Spec Name = """); Write_Str (Get_Name_String (The_Spec_Name)); Write_Char ('"'); Write_Eol; Write_Str (" Extended Body Name = """); Write_Str (Get_Name_String (The_Body_Name)); Write_Char ('"'); Write_Eol; end if; -- For extending project, search in the extended project if the source -- is not found. For non extending projects, this loop will be run only -- once. loop -- Loop through units Unit := Units_Htable.Get_First (In_Tree.Units_HT); while Unit /= null loop -- Check for body if not Main_Project_Only or else (Unit.File_Names (Impl) /= null and then Unit.File_Names (Impl).Project = The_Project) then declare Current_Name : File_Name_Type; begin -- Case of a body present if Unit.File_Names (Impl) /= null then Current_Name := Unit.File_Names (Impl).File; if Current_Verbosity = High then Write_Str (" Comparing with """); Write_Str (Get_Name_String (Current_Name)); Write_Char ('"'); Write_Eol; end if; -- If it has the name of the original name, return the -- original name. if Unit.Name = The_Original_Name or else Current_Name = File_Name_Type (The_Original_Name) then if Current_Verbosity = High then Write_Line (" OK"); end if; if Full_Path then return Get_Name_String (Unit.File_Names (Impl).Path.Name); else return Get_Name_String (Current_Name); end if; -- If it has the name of the extended body name, -- return the extended body name elsif Current_Name = File_Name_Type (The_Body_Name) then if Current_Verbosity = High then Write_Line (" OK"); end if; if Full_Path then return Get_Name_String (Unit.File_Names (Impl).Path.Name); else return Get_Name_String (The_Body_Name); end if; else if Current_Verbosity = High then Write_Line (" not good"); end if; end if; end if; end; end if; -- Check for spec if not Main_Project_Only or else (Unit.File_Names (Spec) /= null and then Unit.File_Names (Spec).Project = The_Project) then declare Current_Name : File_Name_Type; begin -- Case of spec present if Unit.File_Names (Spec) /= null then Current_Name := Unit.File_Names (Spec).File; if Current_Verbosity = High then Write_Str (" Comparing with """); Write_Str (Get_Name_String (Current_Name)); Write_Char ('"'); Write_Eol; end if; -- If name same as original name, return original name if Unit.Name = The_Original_Name or else Current_Name = File_Name_Type (The_Original_Name) then if Current_Verbosity = High then Write_Line (" OK"); end if; if Full_Path then return Get_Name_String (Unit.File_Names (Spec).Path.Name); else return Get_Name_String (Current_Name); end if; -- If it has the same name as the extended spec name, -- return the extended spec name. elsif Current_Name = File_Name_Type (The_Spec_Name) then if Current_Verbosity = High then Write_Line (" OK"); end if; if Full_Path then return Get_Name_String (Unit.File_Names (Spec).Path.Name); else return Get_Name_String (The_Spec_Name); end if; else if Current_Verbosity = High then Write_Line (" not good"); end if; end if; end if; end; end if; Unit := Units_Htable.Get_Next (In_Tree.Units_HT); end loop; -- If we are not in an extending project, give up exit when not Main_Project_Only or else The_Project.Extends = No_Project; -- Otherwise, look in the project we are extending The_Project := The_Project.Extends; end loop; -- We don't know this file name, return an empty string return ""; end File_Name_Of_Library_Unit_Body; ------------------------- -- For_All_Object_Dirs -- ------------------------- procedure For_All_Object_Dirs (Project : Project_Id; Tree : Project_Tree_Ref) is procedure For_Project (Prj : Project_Id; Tree : Project_Tree_Ref; Dummy : in out Integer); -- Get all object directories of Prj ----------------- -- For_Project -- ----------------- procedure For_Project (Prj : Project_Id; Tree : Project_Tree_Ref; Dummy : in out Integer) is pragma Unreferenced (Tree); begin -- ??? Set_Ada_Paths has a different behavior for library project -- files, should we have the same ? if Prj.Object_Directory /= No_Path_Information then Get_Name_String (Prj.Object_Directory.Display_Name); Action (Name_Buffer (1 .. Name_Len)); end if; end For_Project; procedure Get_Object_Dirs is new For_Every_Project_Imported (Integer, For_Project); Dummy : Integer := 1; -- Start of processing for For_All_Object_Dirs begin Get_Object_Dirs (Project, Tree, Dummy); end For_All_Object_Dirs; ------------------------- -- For_All_Source_Dirs -- ------------------------- procedure For_All_Source_Dirs (Project : Project_Id; In_Tree : Project_Tree_Ref) is procedure For_Project (Prj : Project_Id; In_Tree : Project_Tree_Ref; Dummy : in out Integer); -- Get all object directories of Prj ----------------- -- For_Project -- ----------------- procedure For_Project (Prj : Project_Id; In_Tree : Project_Tree_Ref; Dummy : in out Integer) is Current : String_List_Id := Prj.Source_Dirs; The_String : String_Element; begin -- If there are Ada sources, call action with the name of every -- source directory. if Has_Ada_Sources (Prj) then while Current /= Nil_String loop The_String := In_Tree.Shared.String_Elements.Table (Current); Action (Get_Name_String (The_String.Display_Value)); Current := The_String.Next; end loop; end if; end For_Project; procedure Get_Source_Dirs is new For_Every_Project_Imported (Integer, For_Project); Dummy : Integer := 1; -- Start of processing for For_All_Source_Dirs begin Get_Source_Dirs (Project, In_Tree, Dummy); end For_All_Source_Dirs; ------------------- -- Get_Reference -- ------------------- procedure Get_Reference (Source_File_Name : String; In_Tree : Project_Tree_Ref; Project : out Project_Id; Path : out Path_Name_Type) is begin -- Body below could use some comments ??? if Current_Verbosity > Default then Write_Str ("Getting Reference_Of ("""); Write_Str (Source_File_Name); Write_Str (""") ... "); end if; declare Original_Name : String := Source_File_Name; Unit : Unit_Index; begin Canonical_Case_File_Name (Original_Name); Unit := Units_Htable.Get_First (In_Tree.Units_HT); while Unit /= null loop if Unit.File_Names (Spec) /= null and then not Unit.File_Names (Spec).Locally_Removed and then Unit.File_Names (Spec).File /= No_File and then (Namet.Get_Name_String (Unit.File_Names (Spec).File) = Original_Name or else (Unit.File_Names (Spec).Path /= No_Path_Information and then Namet.Get_Name_String (Unit.File_Names (Spec).Path.Name) = Original_Name)) then Project := Ultimate_Extending_Project_Of (Unit.File_Names (Spec).Project); Path := Unit.File_Names (Spec).Path.Display_Name; if Current_Verbosity > Default then Write_Str ("Done: Spec."); Write_Eol; end if; return; elsif Unit.File_Names (Impl) /= null and then Unit.File_Names (Impl).File /= No_File and then not Unit.File_Names (Impl).Locally_Removed and then (Namet.Get_Name_String (Unit.File_Names (Impl).File) = Original_Name or else (Unit.File_Names (Impl).Path /= No_Path_Information and then Namet.Get_Name_String (Unit.File_Names (Impl).Path.Name) = Original_Name)) then Project := Ultimate_Extending_Project_Of (Unit.File_Names (Impl).Project); Path := Unit.File_Names (Impl).Path.Display_Name; if Current_Verbosity > Default then Write_Str ("Done: Body."); Write_Eol; end if; return; end if; Unit := Units_Htable.Get_Next (In_Tree.Units_HT); end loop; end; Project := No_Project; Path := No_Path; if Current_Verbosity > Default then Write_Str ("Cannot be found."); Write_Eol; end if; end Get_Reference; ---------------------- -- Get_Runtime_Path -- ---------------------- function Get_Runtime_Path (Self : Project_Search_Path; Name : String) return String_Access is function Find_Rts_In_Path is new Prj.Env.Find_Name_In_Path (Check_Filename => Is_Directory); begin return Find_Rts_In_Path (Self, Name); end Get_Runtime_Path; ---------------- -- Initialize -- ---------------- procedure Initialize (In_Tree : Project_Tree_Ref) is begin In_Tree.Shared.Private_Part.Current_Source_Path_File := No_Path; In_Tree.Shared.Private_Part.Current_Object_Path_File := No_Path; end Initialize; ------------------- -- Print_Sources -- ------------------- -- Could use some comments in this body ??? procedure Print_Sources (In_Tree : Project_Tree_Ref) is Unit : Unit_Index; begin Write_Line ("List of Sources:"); Unit := Units_Htable.Get_First (In_Tree.Units_HT); while Unit /= No_Unit_Index loop Write_Str (" "); Write_Line (Namet.Get_Name_String (Unit.Name)); if Unit.File_Names (Spec).File /= No_File then if Unit.File_Names (Spec).Project = No_Project then Write_Line (" No project"); else Write_Str (" Project: "); Get_Name_String (Unit.File_Names (Spec).Project.Path.Name); Write_Line (Name_Buffer (1 .. Name_Len)); end if; Write_Str (" spec: "); Write_Line (Namet.Get_Name_String (Unit.File_Names (Spec).File)); end if; if Unit.File_Names (Impl).File /= No_File then if Unit.File_Names (Impl).Project = No_Project then Write_Line (" No project"); else Write_Str (" Project: "); Get_Name_String (Unit.File_Names (Impl).Project.Path.Name); Write_Line (Name_Buffer (1 .. Name_Len)); end if; Write_Str (" body: "); Write_Line (Namet.Get_Name_String (Unit.File_Names (Impl).File)); end if; Unit := Units_Htable.Get_Next (In_Tree.Units_HT); end loop; Write_Line ("end of List of Sources."); end Print_Sources; ---------------- -- Project_Of -- ---------------- function Project_Of (Name : String; Main_Project : Project_Id; In_Tree : Project_Tree_Ref) return Project_Id is Result : Project_Id := No_Project; Original_Name : String := Name; Lang : constant Language_Ptr := Get_Language_From_Name (Main_Project, "ada"); Unit : Unit_Index; Current_Name : File_Name_Type; The_Original_Name : File_Name_Type; The_Spec_Name : File_Name_Type; The_Body_Name : File_Name_Type; begin -- ??? Same block in File_Name_Of_Library_Unit_Body Canonical_Case_File_Name (Original_Name); Name_Len := Original_Name'Length; Name_Buffer (1 .. Name_Len) := Original_Name; The_Original_Name := Name_Find; if Lang /= null then declare Naming : Lang_Naming_Data renames Lang.Config.Naming_Data; Extended_Spec_Name : String := Name & Namet.Get_Name_String (Naming.Spec_Suffix); Extended_Body_Name : String := Name & Namet.Get_Name_String (Naming.Body_Suffix); begin Canonical_Case_File_Name (Extended_Spec_Name); Name_Len := Extended_Spec_Name'Length; Name_Buffer (1 .. Name_Len) := Extended_Spec_Name; The_Spec_Name := Name_Find; Canonical_Case_File_Name (Extended_Body_Name); Name_Len := Extended_Body_Name'Length; Name_Buffer (1 .. Name_Len) := Extended_Body_Name; The_Body_Name := Name_Find; end; else The_Spec_Name := The_Original_Name; The_Body_Name := The_Original_Name; end if; Unit := Units_Htable.Get_First (In_Tree.Units_HT); while Unit /= null loop -- Case of a body present if Unit.File_Names (Impl) /= null then Current_Name := Unit.File_Names (Impl).File; -- If it has the name of the original name or the body name, -- we have found the project. if Unit.Name = Name_Id (The_Original_Name) or else Current_Name = The_Original_Name or else Current_Name = The_Body_Name then Result := Unit.File_Names (Impl).Project; exit; end if; end if; -- Check for spec if Unit.File_Names (Spec) /= null then Current_Name := Unit.File_Names (Spec).File; -- If name same as the original name, or the spec name, we have -- found the project. if Unit.Name = Name_Id (The_Original_Name) or else Current_Name = The_Original_Name or else Current_Name = The_Spec_Name then Result := Unit.File_Names (Spec).Project; exit; end if; end if; Unit := Units_Htable.Get_Next (In_Tree.Units_HT); end loop; return Ultimate_Extending_Project_Of (Result); end Project_Of; ------------------- -- Set_Ada_Paths -- ------------------- procedure Set_Ada_Paths (Project : Project_Id; In_Tree : Project_Tree_Ref; Including_Libraries : Boolean; Include_Path : Boolean := True; Objects_Path : Boolean := True) is Shared : constant Shared_Project_Tree_Data_Access := In_Tree.Shared; Source_Paths : Source_Path_Table.Instance; Object_Paths : Object_Path_Table.Instance; -- List of source or object dirs. Only computed the first time this -- procedure is called (since Source_FD is then reused) Source_FD : File_Descriptor := Invalid_FD; Object_FD : File_Descriptor := Invalid_FD; -- The temporary files to store the paths. These are only created the -- first time this procedure is called, and reused from then on. Process_Source_Dirs : Boolean := False; Process_Object_Dirs : Boolean := False; Status : Boolean; -- For calls to Close Last : Natural; Buffer : String_Access := new String (1 .. Buffer_Initial); Buffer_Last : Natural := 0; procedure Recursive_Add (Project : Project_Id; In_Tree : Project_Tree_Ref; Dummy : in out Boolean); -- Recursive procedure to add the source/object paths of extended/ -- imported projects. ------------------- -- Recursive_Add -- ------------------- procedure Recursive_Add (Project : Project_Id; In_Tree : Project_Tree_Ref; Dummy : in out Boolean) is pragma Unreferenced (In_Tree); Path : Path_Name_Type; begin if Process_Source_Dirs then -- Add to path all source directories of this project if there are -- Ada sources. if Has_Ada_Sources (Project) then Add_To_Source_Path (Project.Source_Dirs, Shared, Source_Paths); end if; end if; if Process_Object_Dirs then Path := Get_Object_Directory (Project, Including_Libraries => Including_Libraries, Only_If_Ada => True); if Path /= No_Path then Add_To_Object_Path (Path, Object_Paths); end if; end if; end Recursive_Add; procedure For_All_Projects is new For_Every_Project_Imported (Boolean, Recursive_Add); Dummy : Boolean := False; -- Start of processing for Set_Ada_Paths begin -- If it is the first time we call this procedure for this project, -- compute the source path and/or the object path. if Include_Path and then Project.Include_Path_File = No_Path then Source_Path_Table.Init (Source_Paths); Process_Source_Dirs := True; Create_New_Path_File (Shared, Source_FD, Project.Include_Path_File); end if; -- For the object path, we make a distinction depending on -- Including_Libraries. if Objects_Path and Including_Libraries then if Project.Objects_Path_File_With_Libs = No_Path then Object_Path_Table.Init (Object_Paths); Process_Object_Dirs := True; Create_New_Path_File (Shared, Object_FD, Project.Objects_Path_File_With_Libs); end if; elsif Objects_Path then if Project.Objects_Path_File_Without_Libs = No_Path then Object_Path_Table.Init (Object_Paths); Process_Object_Dirs := True; Create_New_Path_File (Shared, Object_FD, Project.Objects_Path_File_Without_Libs); end if; end if; -- If there is something to do, set Seen to False for all projects, -- then call the recursive procedure Add for Project. if Process_Source_Dirs or Process_Object_Dirs then For_All_Projects (Project, In_Tree, Dummy); end if; -- Write and close any file that has been created. Source_FD is not set -- when this subprogram is called a second time or more, since we reuse -- the previous version of the file. if Source_FD /= Invalid_FD then Buffer_Last := 0; for Index in Source_Path_Table.First .. Source_Path_Table.Last (Source_Paths) loop Get_Name_String (Source_Paths.Table (Index)); Name_Len := Name_Len + 1; Name_Buffer (Name_Len) := ASCII.LF; Add_To_Buffer (Name_Buffer (1 .. Name_Len), Buffer, Buffer_Last); end loop; Last := Write (Source_FD, Buffer (1)'Address, Buffer_Last); if Last = Buffer_Last then Close (Source_FD, Status); else Status := False; end if; if not Status then Prj.Com.Fail ("could not write temporary file"); end if; end if; if Object_FD /= Invalid_FD then Buffer_Last := 0; for Index in Object_Path_Table.First .. Object_Path_Table.Last (Object_Paths) loop Get_Name_String (Object_Paths.Table (Index)); Name_Len := Name_Len + 1; Name_Buffer (Name_Len) := ASCII.LF; Add_To_Buffer (Name_Buffer (1 .. Name_Len), Buffer, Buffer_Last); end loop; Last := Write (Object_FD, Buffer (1)'Address, Buffer_Last); if Last = Buffer_Last then Close (Object_FD, Status); else Status := False; end if; if not Status then Prj.Com.Fail ("could not write temporary file"); end if; end if; -- Set the env vars, if they need to be changed, and set the -- corresponding flags. if Include_Path and then Shared.Private_Part.Current_Source_Path_File /= Project.Include_Path_File then Shared.Private_Part.Current_Source_Path_File := Project.Include_Path_File; Set_Path_File_Var (Project_Include_Path_File, Get_Name_String (Shared.Private_Part.Current_Source_Path_File)); end if; if Objects_Path then if Including_Libraries then if Shared.Private_Part.Current_Object_Path_File /= Project.Objects_Path_File_With_Libs then Shared.Private_Part.Current_Object_Path_File := Project.Objects_Path_File_With_Libs; Set_Path_File_Var (Project_Objects_Path_File, Get_Name_String (Shared.Private_Part.Current_Object_Path_File)); end if; else if Shared.Private_Part.Current_Object_Path_File /= Project.Objects_Path_File_Without_Libs then Shared.Private_Part.Current_Object_Path_File := Project.Objects_Path_File_Without_Libs; Set_Path_File_Var (Project_Objects_Path_File, Get_Name_String (Shared.Private_Part.Current_Object_Path_File)); end if; end if; end if; Free (Buffer); end Set_Ada_Paths; --------------------- -- Add_Directories -- --------------------- procedure Add_Directories (Self : in out Project_Search_Path; Path : String; Prepend : Boolean := False) is Tmp : String_Access; begin if Self.Path = null then Self.Path := new String'(Uninitialized_Prefix & Path); else Tmp := Self.Path; if Prepend then Self.Path := new String'(Path & Path_Separator & Tmp.all); else Self.Path := new String'(Tmp.all & Path_Separator & Path); end if; Free (Tmp); end if; if Current_Verbosity = High then Debug_Output ("Adding directories to Project_Path: """ & Path & '"'); end if; end Add_Directories; -------------------- -- Is_Initialized -- -------------------- function Is_Initialized (Self : Project_Search_Path) return Boolean is begin return Self.Path /= null and then (Self.Path'Length = 0 or else Self.Path (Self.Path'First) /= '#'); end Is_Initialized; ---------------------- -- Initialize_Empty -- ---------------------- procedure Initialize_Empty (Self : in out Project_Search_Path) is begin Free (Self.Path); Self.Path := new String'(""); end Initialize_Empty; ------------------------------------- -- Initialize_Default_Project_Path -- ------------------------------------- procedure Initialize_Default_Project_Path (Self : in out Project_Search_Path; Target_Name : String; Runtime_Name : String := "") is Add_Default_Dir : Boolean := Target_Name /= "-"; First : Positive; Last : Positive; Ada_Project_Path : constant String := "ADA_PROJECT_PATH"; Gpr_Project_Path : constant String := "GPR_PROJECT_PATH"; Gpr_Project_Path_File : constant String := "GPR_PROJECT_PATH_FILE"; -- Names of alternate env. variable that contain path name(s) of -- directories where project files may reside. They are taken into -- account in this order: GPR_PROJECT_PATH_FILE, GPR_PROJECT_PATH, -- ADA_PROJECT_PATH. Gpr_Prj_Path_File : String_Access; Gpr_Prj_Path : String_Access; Ada_Prj_Path : String_Access; -- The path name(s) of directories where project files may reside. -- May be empty. Prefix : String_Ptr; Runtime : String_Ptr; procedure Add_Target; -- Add :<prefix>/<target> to the project path ---------------- -- Add_Target -- ---------------- procedure Add_Target is begin Add_Str_To_Name_Buffer (Path_Separator & Prefix.all & Target_Name); -- Note: Target_Name has a trailing / when it comes from Sdefault if Name_Buffer (Name_Len) /= '/' then Add_Char_To_Name_Buffer (Directory_Separator); end if; end Add_Target; -- Start of processing for Initialize_Default_Project_Path begin if Is_Initialized (Self) then return; end if; -- The current directory is always first in the search path. Since the -- Project_Path currently starts with '#:' as a sign that it isn't -- initialized, we simply replace '#' with '.' if Self.Path = null then Self.Path := new String'('.' & Path_Separator); else Self.Path (Self.Path'First) := '.'; end if; -- Then the reset of the project path (if any) currently contains the -- directories added through Add_Search_Project_Directory -- If environment variables are defined and not empty, add their content Gpr_Prj_Path_File := Getenv (Gpr_Project_Path_File); Gpr_Prj_Path := Getenv (Gpr_Project_Path); Ada_Prj_Path := Getenv (Ada_Project_Path); if Gpr_Prj_Path_File.all /= "" then declare File : Ada.Text_IO.File_Type; Line : String (1 .. 10_000); Last : Natural; Tmp : String_Access; begin Open (File, In_File, Gpr_Prj_Path_File.all); while not End_Of_File (File) loop Get_Line (File, Line, Last); if Last /= 0 and then (Last = 1 or else Line (1 .. 2) /= "--") then Tmp := Self.Path; Self.Path := new String' (Tmp.all & Path_Separator & Line (1 .. Last)); Free (Tmp); end if; if Current_Verbosity = High then Debug_Output ("Adding directory to Project_Path: """ & Line (1 .. Last) & '"'); end if; end loop; Close (File); exception when others => Write_Str ("warning: could not read project path file """); Write_Str (Gpr_Prj_Path_File.all); Write_Line (""""); end; end if; if Gpr_Prj_Path.all /= "" then Add_Directories (Self, Gpr_Prj_Path.all); end if; Free (Gpr_Prj_Path); if Ada_Prj_Path.all /= "" then Add_Directories (Self, Ada_Prj_Path.all); end if; Free (Ada_Prj_Path); -- Copy to Name_Buffer, since we will need to manipulate the path Name_Len := Self.Path'Length; Name_Buffer (1 .. Name_Len) := Self.Path.all; -- Scan the directory path to see if "-" is one of the directories. -- Remove each occurrence of "-" and set Add_Default_Dir to False. -- Also resolve relative paths and symbolic links. First := 3; loop while First <= Name_Len and then (Name_Buffer (First) = Path_Separator) loop First := First + 1; end loop; exit when First > Name_Len; Last := First; while Last < Name_Len and then Name_Buffer (Last + 1) /= Path_Separator loop Last := Last + 1; end loop; -- If the directory is "-", set Add_Default_Dir to False and -- remove from path. if Name_Buffer (First .. Last) = No_Project_Default_Dir then Add_Default_Dir := False; for J in Last + 1 .. Name_Len loop Name_Buffer (J - No_Project_Default_Dir'Length - 1) := Name_Buffer (J); end loop; Name_Len := Name_Len - No_Project_Default_Dir'Length - 1; -- After removing the '-', go back one character to get the next -- directory correctly. Last := Last - 1; else declare New_Dir : constant String := Normalize_Pathname (Name_Buffer (First .. Last), Resolve_Links => Opt.Follow_Links_For_Dirs); New_Len : Positive; New_Last : Positive; begin -- If the absolute path was resolved and is different from -- the original, replace original with the resolved path. if New_Dir /= Name_Buffer (First .. Last) and then New_Dir'Length /= 0 then New_Len := Name_Len + New_Dir'Length - (Last - First + 1); New_Last := First + New_Dir'Length - 1; Name_Buffer (New_Last + 1 .. New_Len) := Name_Buffer (Last + 1 .. Name_Len); Name_Buffer (First .. New_Last) := New_Dir; Name_Len := New_Len; Last := New_Last; end if; end; end if; First := Last + 1; end loop; Free (Self.Path); -- Set the initial value of Current_Project_Path if Add_Default_Dir then if Sdefault.Search_Dir_Prefix = null then -- gprbuild case Prefix := new String'(Executable_Prefix_Path); else Prefix := new String'(Sdefault.Search_Dir_Prefix.all & ".." & Dir_Separator & ".." & Dir_Separator & ".." & Dir_Separator & ".." & Dir_Separator); end if; if Prefix.all /= "" then if Target_Name /= "" then if Runtime_Name /= "" then if Base_Name (Runtime_Name) = Runtime_Name then -- $prefix/$target/$runtime/lib/gnat Add_Target; Add_Str_To_Name_Buffer (Runtime_Name & Directory_Separator & "lib" & Directory_Separator & "gnat"); -- $prefix/$target/$runtime/share/gpr Add_Target; Add_Str_To_Name_Buffer (Runtime_Name & Directory_Separator & "share" & Directory_Separator & "gpr"); else Runtime := new String'(Normalize_Pathname (Runtime_Name)); -- $runtime_dir/lib/gnat Add_Str_To_Name_Buffer (Path_Separator & Runtime.all & Directory_Separator & "lib" & Directory_Separator & "gnat"); -- $runtime_dir/share/gpr Add_Str_To_Name_Buffer (Path_Separator & Runtime.all & Directory_Separator & "share" & Directory_Separator & "gpr"); end if; end if; -- $prefix/$target/lib/gnat Add_Target; Add_Str_To_Name_Buffer ("lib" & Directory_Separator & "gnat"); -- $prefix/$target/share/gpr Add_Target; Add_Str_To_Name_Buffer ("share" & Directory_Separator & "gpr"); end if; -- $prefix/share/gpr Add_Str_To_Name_Buffer (Path_Separator & Prefix.all & "share" & Directory_Separator & "gpr"); -- $prefix/lib/gnat Add_Str_To_Name_Buffer (Path_Separator & Prefix.all & "lib" & Directory_Separator & "gnat"); end if; Free (Prefix); end if; Self.Path := new String'(Name_Buffer (1 .. Name_Len)); end Initialize_Default_Project_Path; -------------- -- Get_Path -- -------------- procedure Get_Path (Self : Project_Search_Path; Path : out String_Access) is begin pragma Assert (Is_Initialized (Self)); Path := Self.Path; end Get_Path; -------------- -- Set_Path -- -------------- procedure Set_Path (Self : in out Project_Search_Path; Path : String) is begin Free (Self.Path); Self.Path := new String'(Path); Projects_Paths.Reset (Self.Cache); end Set_Path; ----------------------- -- Find_Name_In_Path -- ----------------------- function Find_Name_In_Path (Self : Project_Search_Path; Path : String) return String_Access is First : Natural; Last : Natural; begin if Current_Verbosity = High then Debug_Output ("Trying " & Path); end if; if Is_Absolute_Path (Path) then if Check_Filename (Path) then return new String'(Path); else return null; end if; else -- Because we don't want to resolve symbolic links, we cannot use -- Locate_Regular_File. So, we try each possible path successively. First := Self.Path'First; while First <= Self.Path'Last loop while First <= Self.Path'Last and then Self.Path (First) = Path_Separator loop First := First + 1; end loop; exit when First > Self.Path'Last; Last := First; while Last < Self.Path'Last and then Self.Path (Last + 1) /= Path_Separator loop Last := Last + 1; end loop; Name_Len := 0; if not Is_Absolute_Path (Self.Path (First .. Last)) then Add_Str_To_Name_Buffer (Get_Current_Dir); -- ??? System call Add_Char_To_Name_Buffer (Directory_Separator); end if; Add_Str_To_Name_Buffer (Self.Path (First .. Last)); Add_Char_To_Name_Buffer (Directory_Separator); Add_Str_To_Name_Buffer (Path); if Current_Verbosity = High then Debug_Output ("Testing file " & Name_Buffer (1 .. Name_Len)); end if; if Check_Filename (Name_Buffer (1 .. Name_Len)) then return new String'(Name_Buffer (1 .. Name_Len)); end if; First := Last + 1; end loop; end if; return null; end Find_Name_In_Path; ------------------ -- Find_Project -- ------------------ procedure Find_Project (Self : in out Project_Search_Path; Project_File_Name : String; Directory : String; Path : out Namet.Path_Name_Type) is Result : String_Access; Has_Dot : Boolean := False; Key : Name_Id; File : constant String := Project_File_Name; -- Have to do a copy, in case the parameter is Name_Buffer, which we -- modify below. Cached_Path : Namet.Path_Name_Type; -- This should be commented rather than making us guess from the name??? function Try_Path_Name is new Find_Name_In_Path (Check_Filename => Is_Regular_File); -- Find a file in the project search path -- Start of processing for Find_Project begin pragma Assert (Is_Initialized (Self)); if Current_Verbosity = High then Debug_Increase_Indent ("Searching for project """ & File & """ in """ & Directory & '"'); end if; -- Check the project cache Name_Len := File'Length; Name_Buffer (1 .. Name_Len) := File; Key := Name_Find; Cached_Path := Projects_Paths.Get (Self.Cache, Key); -- Check if File contains an extension (a dot before a -- directory separator). If it is the case we do not try project file -- with an added extension as it is not possible to have multiple dots -- on a project file name. Check_Dot : for K in reverse File'Range loop if File (K) = '.' then Has_Dot := True; exit Check_Dot; end if; exit Check_Dot when Is_Directory_Separator (File (K)); end loop Check_Dot; if not Is_Absolute_Path (File) then -- If we have found project in the cache, check if in the directory if Cached_Path /= No_Path then declare Cached : constant String := Get_Name_String (Cached_Path); begin if (not Has_Dot and then Cached = GNAT.OS_Lib.Normalize_Pathname (File & Project_File_Extension, Directory => Directory, Resolve_Links => Opt.Follow_Links_For_Files, Case_Sensitive => True)) or else Cached = GNAT.OS_Lib.Normalize_Pathname (File, Directory => Directory, Resolve_Links => Opt.Follow_Links_For_Files, Case_Sensitive => True) then Path := Cached_Path; Debug_Decrease_Indent; return; end if; end; end if; -- First we try <directory>/<file_name>.<extension> if not Has_Dot then Result := Try_Path_Name (Self, Directory & Directory_Separator & File & Project_File_Extension); end if; -- Then we try <directory>/<file_name> if Result = null then Result := Try_Path_Name (Self, Directory & Directory_Separator & File); end if; end if; -- If we found the path in the cache, this is the one if Result = null and then Cached_Path /= No_Path then Path := Cached_Path; Debug_Decrease_Indent; return; end if; -- Then we try <file_name>.<extension> if Result = null and then not Has_Dot then Result := Try_Path_Name (Self, File & Project_File_Extension); end if; -- Then we try <file_name> if Result = null then Result := Try_Path_Name (Self, File); end if; -- If we cannot find the project file, we return an empty string if Result = null then Path := Namet.No_Path; return; else declare Final_Result : constant String := GNAT.OS_Lib.Normalize_Pathname (Result.all, Directory => Directory, Resolve_Links => Opt.Follow_Links_For_Files, Case_Sensitive => True); begin Free (Result); Name_Len := Final_Result'Length; Name_Buffer (1 .. Name_Len) := Final_Result; Path := Name_Find; Projects_Paths.Set (Self.Cache, Key, Path); end; end if; Debug_Decrease_Indent; end Find_Project; ---------- -- Free -- ---------- procedure Free (Self : in out Project_Search_Path) is begin Free (Self.Path); Projects_Paths.Reset (Self.Cache); end Free; ---------- -- Copy -- ---------- procedure Copy (From : Project_Search_Path; To : out Project_Search_Path) is begin Free (To); if From.Path /= null then To.Path := new String'(From.Path.all); end if; -- No need to copy the Cache, it will be recomputed as needed end Copy; end Prj.Env;
tests/src/images/images_test_jpg.adb
Cre8or/OpenGLAda
79
6931
-- part of OpenGLAda, (c) 2020 <NAME> -- released under the terms of the MIT license, see the file "COPYING" with GL.Buffers; with GL.Types.Colors; with GL.Fixed.Matrix; with GL.Images; with GL.Immediate; with GL.Objects.Textures.Targets; with GL.Pixels; with GL.Toggles; with GL.Types; with GL_Test.Display_Backend; procedure Images_Test_JPG is use GL.Fixed.Matrix; use GL.Types; use GL.Types.Doubles; Texture : GL.Objects.Textures.Texture; begin GL_Test.Display_Backend.Init; GL_Test.Display_Backend.Open_Window (1000, 498); GL.Images.Load_File_To_Texture ("../ada2012-color.jpg", Texture, GL.Pixels.RGB); Projection.Load_Identity; Projection.Apply_Orthogonal (-1.0, 1.0, -1.0, 1.0, -1.0, 1.0); GL.Buffers.Set_Color_Clear_Value (Colors.Color'(1.0, 0.0, 0.0, 1.0)); while GL_Test.Display_Backend.Window_Opened loop GL.Buffers.Clear ((others => True)); GL.Objects.Textures.Set_Active_Unit (0); GL.Toggles.Enable (GL.Toggles.Texture_2D); GL.Objects.Textures.Targets.Texture_2D.Bind (Texture); declare Token : GL.Immediate.Input_Token := GL.Immediate.Start (Quads); begin GL.Immediate.Set_Texture_Coordinates (Vector2'(0.0, 0.0)); Token.Add_Vertex (Vector2'(-1.0, -1.0)); GL.Immediate.Set_Texture_Coordinates (Vector2'(0.0, 1.0)); Token.Add_Vertex (Vector2'(-1.0, 1.0)); GL.Immediate.Set_Texture_Coordinates (Vector2'(1.0, 1.0)); Token.Add_Vertex (Vector2'(1.0, 1.0)); GL.Immediate.Set_Texture_Coordinates (Vector2'(1.0, 0.0)); Token.Add_Vertex (Vector2'(1.0, -1.0)); end; GL.Toggles.Disable (GL.Toggles.Texture_2D); GL_Test.Display_Backend.Swap_Buffers; GL_Test.Display_Backend.Poll_Events; end loop; GL_Test.Display_Backend.Shutdown; end Images_Test_JPG;
llvm-gcc-4.2-2.9/gcc/ada/exp_prag.adb
vidkidz/crossbridge
1
20834
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- E X P _ P R A G -- -- -- -- B o d y -- -- -- -- Copyright (C) 1992-2006, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 2, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNAT; see file COPYING. If not, write -- -- to the Free Software Foundation, 51 Franklin Street, Fifth Floor, -- -- Boston, MA 02110-1301, USA. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ with Atree; use Atree; with Casing; use Casing; with Einfo; use Einfo; with Errout; use Errout; with Exp_Ch11; use Exp_Ch11; with Exp_Tss; use Exp_Tss; with Exp_Util; use Exp_Util; with Expander; use Expander; with Namet; use Namet; with Nlists; use Nlists; with Nmake; use Nmake; with Opt; use Opt; with Rtsfind; use Rtsfind; with Sem; use Sem; with Sem_Eval; use Sem_Eval; with Sem_Res; use Sem_Res; with Sem_Util; use Sem_Util; with Sinfo; use Sinfo; with Sinput; use Sinput; with Snames; use Snames; with Stringt; use Stringt; with Stand; use Stand; with Targparm; use Targparm; with Tbuild; use Tbuild; with Uintp; use Uintp; package body Exp_Prag is ----------------------- -- Local Subprograms -- ----------------------- function Arg1 (N : Node_Id) return Node_Id; function Arg2 (N : Node_Id) return Node_Id; -- Obtain specified pragma argument expression procedure Expand_Pragma_Abort_Defer (N : Node_Id); procedure Expand_Pragma_Assert (N : Node_Id); procedure Expand_Pragma_Common_Object (N : Node_Id); procedure Expand_Pragma_Import (N : Node_Id); procedure Expand_Pragma_Import_Export_Exception (N : Node_Id); procedure Expand_Pragma_Inspection_Point (N : Node_Id); procedure Expand_Pragma_Interrupt_Priority (N : Node_Id); procedure Expand_Pragma_Psect_Object (N : Node_Id); ---------- -- Arg1 -- ---------- function Arg1 (N : Node_Id) return Node_Id is Arg : constant Node_Id := First (Pragma_Argument_Associations (N)); begin if Present (Arg) and then Nkind (Arg) = N_Pragma_Argument_Association then return Expression (Arg); else return Arg; end if; end Arg1; ---------- -- Arg2 -- ---------- function Arg2 (N : Node_Id) return Node_Id is Arg1 : constant Node_Id := First (Pragma_Argument_Associations (N)); begin if No (Arg1) then return Empty; else declare Arg : constant Node_Id := Next (Arg1); begin if Present (Arg) and then Nkind (Arg) = N_Pragma_Argument_Association then return Expression (Arg); else return Arg; end if; end; end if; end Arg2; --------------------- -- Expand_N_Pragma -- --------------------- procedure Expand_N_Pragma (N : Node_Id) is begin -- Note: we may have a pragma whose chars field is not a -- recognized pragma, and we must ignore it at this stage. if Is_Pragma_Name (Chars (N)) then case Get_Pragma_Id (Chars (N)) is -- Pragmas requiring special expander action when Pragma_Abort_Defer => Expand_Pragma_Abort_Defer (N); when Pragma_Assert => Expand_Pragma_Assert (N); when Pragma_Common_Object => Expand_Pragma_Common_Object (N); when Pragma_Export_Exception => Expand_Pragma_Import_Export_Exception (N); when Pragma_Import => Expand_Pragma_Import (N); when Pragma_Import_Exception => Expand_Pragma_Import_Export_Exception (N); when Pragma_Inspection_Point => Expand_Pragma_Inspection_Point (N); when Pragma_Interrupt_Priority => Expand_Pragma_Interrupt_Priority (N); when Pragma_Psect_Object => Expand_Pragma_Psect_Object (N); -- All other pragmas need no expander action when others => null; end case; end if; end Expand_N_Pragma; ------------------------------- -- Expand_Pragma_Abort_Defer -- ------------------------------- -- An Abort_Defer pragma appears as the first statement in a handled -- statement sequence (right after the begin). It defers aborts for -- the entire statement sequence, but not for any declarations or -- handlers (if any) associated with this statement sequence. -- The transformation is to transform -- pragma Abort_Defer; -- statements; -- into -- begin -- Abort_Defer.all; -- statements -- exception -- when all others => -- Abort_Undefer.all; -- raise; -- at end -- Abort_Undefer_Direct; -- end; procedure Expand_Pragma_Abort_Defer (N : Node_Id) is Loc : constant Source_Ptr := Sloc (N); Stm : Node_Id; Stms : List_Id; HSS : Node_Id; Blk : constant Entity_Id := New_Internal_Entity (E_Block, Current_Scope, Sloc (N), 'B'); begin Stms := New_List (Build_Runtime_Call (Loc, RE_Abort_Defer)); loop Stm := Remove_Next (N); exit when No (Stm); Append (Stm, Stms); end loop; HSS := Make_Handled_Sequence_Of_Statements (Loc, Statements => Stms, At_End_Proc => New_Occurrence_Of (RTE (RE_Abort_Undefer_Direct), Loc)); Rewrite (N, Make_Block_Statement (Loc, Handled_Statement_Sequence => HSS)); Set_Scope (Blk, Current_Scope); Set_Etype (Blk, Standard_Void_Type); Set_Identifier (N, New_Occurrence_Of (Blk, Sloc (N))); Expand_At_End_Handler (HSS, Blk); Analyze (N); end Expand_Pragma_Abort_Defer; -------------------------- -- Expand_Pragma_Assert -- -------------------------- procedure Expand_Pragma_Assert (N : Node_Id) is Loc : constant Source_Ptr := Sloc (N); Cond : constant Node_Id := Arg1 (N); Msg : String_Id; begin -- We already know that assertions are enabled, because otherwise -- the semantic pass dealt with rewriting the assertion (see Sem_Prag) pragma Assert (Assertions_Enabled); -- Since assertions are on, we rewrite the pragma with its -- corresponding if statement, and then analyze the statement -- The expansion transforms: -- pragma Assert (condition [,message]); -- into -- if not condition then -- System.Assertions.Raise_Assert_Failure (Str); -- end if; -- where Str is the message if one is present, or the default of -- file:line if no message is given. -- First, we need to prepare the character literal if Present (Arg2 (N)) then Msg := Strval (Expr_Value_S (Arg2 (N))); else Build_Location_String (Loc); Msg := String_From_Name_Buffer; end if; -- Now generate the if statement. Note that we consider this to be -- an explicit conditional in the source, not an implicit if, so we -- do not call Make_Implicit_If_Statement. Rewrite (N, Make_If_Statement (Loc, Condition => Make_Op_Not (Loc, Right_Opnd => Cond), Then_Statements => New_List ( Make_Procedure_Call_Statement (Loc, Name => New_Reference_To (RTE (RE_Raise_Assert_Failure), Loc), Parameter_Associations => New_List ( Make_String_Literal (Loc, Msg)))))); Analyze (N); -- If new condition is always false, give a warning if Nkind (N) = N_Procedure_Call_Statement and then Is_RTE (Entity (Name (N)), RE_Raise_Assert_Failure) then -- If original condition was a Standard.False, we assume -- that this is indeed intented to raise assert error -- and no warning is required. if Is_Entity_Name (Original_Node (Cond)) and then Entity (Original_Node (Cond)) = Standard_False then return; else Error_Msg_N ("?assertion will fail at run-time", N); end if; end if; end Expand_Pragma_Assert; --------------------------------- -- Expand_Pragma_Common_Object -- --------------------------------- -- Add series of pragmas to replicate semantic effect in DEC Ada -- pragma Linker_Section (internal_name, external_name); -- pragma Machine_Attribute (internal_name, "overlaid"); -- pragma Machine_Attribute (internal_name, "global"); -- pragma Machine_Attribute (internal_name, "initialize"); -- For now we do nothing with the size attribute ??? -- Really this expansion would be much better in the back end. The -- front end should not need to know about target dependent, back end -- dependent semantics ??? procedure Expand_Pragma_Common_Object (N : Node_Id) is Loc : constant Source_Ptr := Sloc (N); Internal : constant Node_Id := Arg1 (N); External : constant Node_Id := Arg2 (N); Psect : Node_Id; -- Psect value upper cased as string literal Iloc : constant Source_Ptr := Sloc (Internal); Eloc : constant Source_Ptr := Sloc (External); Ploc : Source_Ptr; begin -- Acquire Psect value and fold to upper case if Present (External) then if Nkind (External) = N_String_Literal then String_To_Name_Buffer (Strval (External)); else Get_Name_String (Chars (External)); end if; Set_All_Upper_Case; Psect := Make_String_Literal (Eloc, Strval => String_From_Name_Buffer); else Get_Name_String (Chars (Internal)); Set_All_Upper_Case; Psect := Make_String_Literal (Iloc, Strval => String_From_Name_Buffer); end if; Ploc := Sloc (Psect); -- Insert pragmas Insert_List_After_And_Analyze (N, New_List ( -- The Linker_Section pragma ensures the correct section Make_Pragma (Loc, Chars => Name_Linker_Section, Pragma_Argument_Associations => New_List ( Make_Pragma_Argument_Association (Iloc, Expression => New_Copy_Tree (Internal)), Make_Pragma_Argument_Association (Ploc, Expression => New_Copy_Tree (Psect)))), -- Machine_Attribute "overlaid" ensures that this section -- overlays any other sections of the same name. Make_Pragma (Loc, Chars => Name_Machine_Attribute, Pragma_Argument_Associations => New_List ( Make_Pragma_Argument_Association (Iloc, Expression => New_Copy_Tree (Internal)), Make_Pragma_Argument_Association (Eloc, Expression => Make_String_Literal (Sloc => Ploc, Strval => "overlaid")))), -- Machine_Attribute "global" ensures that section is visible Make_Pragma (Loc, Chars => Name_Machine_Attribute, Pragma_Argument_Associations => New_List ( Make_Pragma_Argument_Association (Iloc, Expression => New_Copy_Tree (Internal)), Make_Pragma_Argument_Association (Eloc, Expression => Make_String_Literal (Sloc => Ploc, Strval => "global")))), -- Machine_Attribute "initialize" ensures section is demand zeroed Make_Pragma (Loc, Chars => Name_Machine_Attribute, Pragma_Argument_Associations => New_List ( Make_Pragma_Argument_Association (Iloc, Expression => New_Copy_Tree (Internal)), Make_Pragma_Argument_Association (Eloc, Expression => Make_String_Literal (Sloc => Ploc, Strval => "initialize")))))); end Expand_Pragma_Common_Object; -------------------------- -- Expand_Pragma_Import -- -------------------------- -- When applied to a variable, the default initialization must not be -- done. As it is already done when the pragma is found, we just get rid -- of the call the initialization procedure which followed the object -- declaration. The call is inserted after the declaration, but validity -- checks may also have been inserted and the initialization call does -- not necessarily appear immediately after the object declaration. -- We can't use the freezing mechanism for this purpose, since we -- have to elaborate the initialization expression when it is first -- seen (i.e. this elaboration cannot be deferred to the freeze point). procedure Expand_Pragma_Import (N : Node_Id) is Def_Id : constant Entity_Id := Entity (Arg2 (N)); Typ : Entity_Id; Init_Call : Node_Id; begin if Ekind (Def_Id) = E_Variable then Typ := Etype (Def_Id); -- Loop to ??? Init_Call := Next (Parent (Def_Id)); while Present (Init_Call) and then Init_Call /= N loop if Has_Non_Null_Base_Init_Proc (Typ) and then Nkind (Init_Call) = N_Procedure_Call_Statement and then Is_Entity_Name (Name (Init_Call)) and then Entity (Name (Init_Call)) = Base_Init_Proc (Typ) then Remove (Init_Call); exit; else Next (Init_Call); end if; end loop; -- Any default initialization expression should be removed -- (e.g., null defaults for access objects, zero initialization -- of packed bit arrays). Imported objects aren't allowed to -- have explicit initialization, so the expression must have -- been generated by the compiler. if No (Init_Call) and then Present (Expression (Parent (Def_Id))) then Set_Expression (Parent (Def_Id), Empty); end if; end if; end Expand_Pragma_Import; ------------------------------------------- -- Expand_Pragma_Import_Export_Exception -- ------------------------------------------- -- For a VMS exception fix up the language field with "VMS" -- instead of "Ada" (gigi needs this), create a constant that will be the -- value of the VMS condition code and stuff the Interface_Name field -- with the unexpanded name of the exception (if not already set). -- For a Ada exception, just stuff the Interface_Name field -- with the unexpanded name of the exception (if not already set). procedure Expand_Pragma_Import_Export_Exception (N : Node_Id) is begin -- This pragma is only effective on OpenVMS systems, it was ignored -- on non-VMS systems, and we need to ignore it here as well. if not OpenVMS_On_Target then return; end if; declare Id : constant Entity_Id := Entity (Arg1 (N)); Call : constant Node_Id := Register_Exception_Call (Id); Loc : constant Source_Ptr := Sloc (N); begin if Present (Call) then declare Excep_Internal : constant Node_Id := Make_Defining_Identifier (Loc, New_Internal_Name ('V')); Export_Pragma : Node_Id; Excep_Alias : Node_Id; Excep_Object : Node_Id; Excep_Image : String_Id; Exdata : List_Id; Lang1 : Node_Id; Lang2 : Node_Id; Lang3 : Node_Id; Code : Node_Id; begin if Present (Interface_Name (Id)) then Excep_Image := Strval (Interface_Name (Id)); else Get_Name_String (Chars (Id)); Set_All_Upper_Case; Excep_Image := String_From_Name_Buffer; end if; Exdata := Component_Associations (Expression (Parent (Id))); if Is_VMS_Exception (Id) then Lang1 := Next (First (Exdata)); Lang2 := Next (Lang1); Lang3 := Next (Lang2); Rewrite (Expression (Lang1), Make_Character_Literal (Loc, Chars => Name_uV, Char_Literal_Value => UI_From_Int (Character'Pos ('V')))); Analyze (Expression (Lang1)); Rewrite (Expression (Lang2), Make_Character_Literal (Loc, Chars => Name_uM, Char_Literal_Value => UI_From_Int (Character'Pos ('M')))); Analyze (Expression (Lang2)); Rewrite (Expression (Lang3), Make_Character_Literal (Loc, Chars => Name_uS, Char_Literal_Value => UI_From_Int (Character'Pos ('S')))); Analyze (Expression (Lang3)); if Exception_Code (Id) /= No_Uint then Code := Make_Integer_Literal (Loc, Intval => Exception_Code (Id)); Excep_Object := Make_Object_Declaration (Loc, Defining_Identifier => Excep_Internal, Object_Definition => New_Reference_To (RTE (RE_Exception_Code), Loc)); Insert_Action (N, Excep_Object); Analyze (Excep_Object); Start_String; Store_String_Int (UI_To_Int (Exception_Code (Id)) / 8 * 8); Excep_Alias := Make_Pragma (Loc, Name_Linker_Alias, New_List (Make_Pragma_Argument_Association (Sloc => Loc, Expression => New_Reference_To (Excep_Internal, Loc)), Make_Pragma_Argument_Association (Sloc => Loc, Expression => Make_String_Literal (Sloc => Loc, Strval => End_String)))); Insert_Action (N, Excep_Alias); Analyze (Excep_Alias); Export_Pragma := Make_Pragma (Loc, Name_Export, New_List (Make_Pragma_Argument_Association (Sloc => Loc, Expression => Make_Identifier (Loc, Name_C)), Make_Pragma_Argument_Association (Sloc => Loc, Expression => New_Reference_To (Excep_Internal, Loc)), Make_Pragma_Argument_Association (Sloc => Loc, Expression => Make_String_Literal (Sloc => Loc, Strval => Excep_Image)), Make_Pragma_Argument_Association (Sloc => Loc, Expression => Make_String_Literal (Sloc => Loc, Strval => Excep_Image)))); Insert_Action (N, Export_Pragma); Analyze (Export_Pragma); else Code := Unchecked_Convert_To (RTE (RE_Exception_Code), Make_Function_Call (Loc, Name => New_Reference_To (RTE (RE_Import_Value), Loc), Parameter_Associations => New_List (Make_String_Literal (Loc, Strval => Excep_Image)))); end if; Rewrite (Call, Make_Procedure_Call_Statement (Loc, Name => New_Reference_To (RTE (RE_Register_VMS_Exception), Loc), Parameter_Associations => New_List ( Code, Unchecked_Convert_To (RTE (RE_Exception_Data_Ptr), Make_Attribute_Reference (Loc, Prefix => New_Occurrence_Of (Id, Loc), Attribute_Name => Name_Unrestricted_Access))))); Analyze_And_Resolve (Code, RTE (RE_Exception_Code)); Analyze (Call); end if; if No (Interface_Name (Id)) then Set_Interface_Name (Id, Make_String_Literal (Sloc => Loc, Strval => Excep_Image)); end if; end; end if; end; end Expand_Pragma_Import_Export_Exception; ------------------------------------ -- Expand_Pragma_Inspection_Point -- ------------------------------------ -- If no argument is given, then we supply a default argument list that -- includes all objects declared at the source level in all subprograms -- that enclose the inspection point pragma. procedure Expand_Pragma_Inspection_Point (N : Node_Id) is Loc : constant Source_Ptr := Sloc (N); A : List_Id; Assoc : Node_Id; S : Entity_Id; E : Entity_Id; begin if No (Pragma_Argument_Associations (N)) then A := New_List; S := Current_Scope; while S /= Standard_Standard loop E := First_Entity (S); while Present (E) loop if Comes_From_Source (E) and then Is_Object (E) and then not Is_Entry_Formal (E) and then Ekind (E) /= E_Component and then Ekind (E) /= E_Discriminant and then Ekind (E) /= E_Generic_In_Parameter and then Ekind (E) /= E_Generic_In_Out_Parameter then Append_To (A, Make_Pragma_Argument_Association (Loc, Expression => New_Occurrence_Of (E, Loc))); end if; Next_Entity (E); end loop; S := Scope (S); end loop; Set_Pragma_Argument_Associations (N, A); end if; -- Expand the arguments of the pragma. Expanding an entity reference -- is a noop, except in a protected operation, where a reference may -- have to be transformed into a reference to the corresponding prival. -- Are there other pragmas that may require this ??? Assoc := First (Pragma_Argument_Associations (N)); while Present (Assoc) loop Expand (Expression (Assoc)); Next (Assoc); end loop; end Expand_Pragma_Inspection_Point; -------------------------------------- -- Expand_Pragma_Interrupt_Priority -- -------------------------------------- -- Supply default argument if none exists (System.Interrupt_Priority'Last) procedure Expand_Pragma_Interrupt_Priority (N : Node_Id) is Loc : constant Source_Ptr := Sloc (N); begin if No (Pragma_Argument_Associations (N)) then Set_Pragma_Argument_Associations (N, New_List ( Make_Pragma_Argument_Association (Loc, Expression => Make_Attribute_Reference (Loc, Prefix => New_Occurrence_Of (RTE (RE_Interrupt_Priority), Loc), Attribute_Name => Name_Last)))); end if; end Expand_Pragma_Interrupt_Priority; -------------------------------- -- Expand_Pragma_Psect_Object -- -------------------------------- -- Convert to Common_Object, and expand the resulting pragma procedure Expand_Pragma_Psect_Object (N : Node_Id) is begin Set_Chars (N, Name_Common_Object); Expand_Pragma_Common_Object (N); end Expand_Pragma_Psect_Object; end Exp_Prag;
data/phone/text/tiffany_overworld.asm
Dev727/ancientplatinum
28
3443
<gh_stars>10-100 TiffanyAskNumber1Text: text "Hi! You like" line "CLEFAIRY too?" para "They're so very" line "cute, aren't they?" para "I think we can be" line "good friends!" para "I want to know" line "your phone number!" para "Let's talk about" line "CLEFAIRY!" done TiffanyAskNumber2Text: text "I want to know" line "your phone number!" para "Let's talk about" line "CLEFAIRY!" done TiffanyNumberAcceptedText: text "Isn't my CLEFAIRY" line "super-adorable?" done TiffanyNumberDeclinedText: text "Aww… Oh well." line "Look for me if you" para "want to talk about" line "CLEFAIRY." done TiffanyPhoneFullText: text "Oh? Your phone" line "registry is full." done TiffanyRematchText: text "There you are!" para "CLEFAIRY, I want" line "you to try hard!" done TiffanyGiftText: text "You took a long" line "time. See this?" para "Isn't it cute?" line "It's a PINK BOW." done TiffanyPackFullText: text "Uh-oh. Your PACK" line "is crammed full." done