text
stringlengths
197
24.1M
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "%d.%d.%d.%d\n" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 40] mov x1, 0 mov w0, 257 str w0, [sp, 28] add x0, sp, 28 str x0, [sp, 32] ldr x0, [sp, 32] ldrb w0, [x0] mov w1, w0 ldr x0, [sp, 32] add x0, x0, 1 ldrb w0, [x0] mov w2, w0 ldr x0, [sp, 32] add x0, x0, 2 ldrb w0, [x0] mov w3, w0 ldr x0, [sp, 32] add x0, x0, 3 ldrb w0, [x0] mov w4, w0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 40] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L3 bl __stack_chk_fail .L3: mov w0, w1 ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .data .align 3 .type rcsid, %object .size rcsid, 9 rcsid: .string "$Header$" .global ERR_MSG .bss .align 3 .type ERR_MSG, %object .size ERR_MSG, 200 ERR_MSG: .zero 200 .global ERR_FLAG .align 2 .type ERR_FLAG, %object .size ERR_FLAG, 4 ERR_FLAG: .zero 4 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global MAX_STRING_LEN .section .rodata .align 2 .type MAX_STRING_LEN, %object .size MAX_STRING_LEN, 4 MAX_STRING_LEN: .word 110 .global NUM_POSITIONS .align 2 .type NUM_POSITIONS, %object .size NUM_POSITIONS, 4 NUM_POSITIONS: .word 80 .global Start_Position .bss .align 2 .type Start_Position, %object .size Start_Position, 4 Start_Position: .zero 4 .global Stop_Position .align 2 .type Stop_Position, %object .size Stop_Position, 4 Stop_Position: .zero 4 .global Nofile .align 2 .type Nofile, %object .size Nofile, 4 Nofile: .zero 4 .global off .align 2 .type off, %object .size off, 4 off: .zero 4 .global C .align 3 .type C, %object .size C, 400 C: .zero 400 .global V .align 3 .type V, %object .size V, 1600 V: .zero 1600 .global M .align 3 .type M, %object .size M, 160000 M: .zero 160000 .global W .align 3 .type W, %object .size W, 440 W: .zero 440 .section .rodata .align 3 .LC0: .string "USAGE: %s <InpFile> <OutFileName> startpoz endpoz offset\n" .align 3 .LC1: .string "%s: Memory allocation for tree failure.\n" .align 3 .LC2: .string "w" .align 3 .LC3: .string "ERROR: Unable to open file %s\n" .align 3 .LC4: .string "\n%d %d\n" .text .align 2 .global main .type main, %function main: .LFB6: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] ldr w0, [sp, 28] cmp w0, 5 bgt .L2 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] ldr x0, [sp, 16] ldr x0, [x0] mov x2, x0 adrp x0, .LC0 add x1, x0, :lo12:.LC0 mov x0, x3 bl fprintf mov w0, 1 bl exit .L2: ldr x0, [sp, 16] add x0, x0, 40 ldr x0, [x0] bl atoi mov w1, w0 adrp x0, off add x0, x0, :lo12:off str w1, [x0] str wzr, [sp, 44] b .L3 .L4: adrp x0, W add x0, x0, :lo12:W ldrsw x1, [sp, 44] mov w2, 1 str w2, [x0, x1, lsl 2] ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L3: mov w0, 110 ldr w1, [sp, 44] cmp w1, w0 blt .L4 adrp x0, off add x0, x0, :lo12:off ldr w1, [x0] adrp x0, W add x0, x0, :lo12:W sxtw x1, w1 str wzr, [x0, x1, lsl 2] adrp x0, off add x0, x0, :lo12:off ldr w0, [x0] add w1, w0, 1 adrp x0, W add x0, x0, :lo12:W sxtw x1, w1 str wzr, [x0, x1, lsl 2] mov x0, 32 bl malloc str x0, [sp, 48] ldr x0, [sp, 48] cmp x0, 0 bne .L5 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x2, [x0] adrp x0, .LC1 add x1, x0, :lo12:.LC1 mov x0, x2 bl fprintf bl abort .L5: adrp x0, Nofile add x0, x0, :lo12:Nofile str wzr, [x0] adrp x0, Nofile add x0, x0, :lo12:Nofile ldr w1, [x0] ldr x0, [sp, 48] str w1, [x0] ldr x0, [sp, 48] mov w1, -1 str w1, [x0, 4] ldr x0, [sp, 48] mov w1, -1 str w1, [x0, 8] ldr x0, [sp, 48] mov w1, -1 str w1, [x0, 12] ldr x0, [sp, 48] str xzr, [x0, 16] ldr x0, [sp, 48] str xzr, [x0, 24] ldr x0, [sp, 16] add x0, x0, 24 ldr x0, [x0] bl atoi mov w1, w0 adrp x0, Start_Position add x0, x0, :lo12:Start_Position str w1, [x0] ldr x0, [sp, 16] add x0, x0, 32 ldr x0, [x0] bl atoi mov w1, w0 adrp x0, Stop_Position add x0, x0, :lo12:Stop_Position str w1, [x0] ldr x0, [sp, 16] add x0, x0, 8 ldr x1, [x0] ldr x0, [sp, 16] add x0, x0, 16 ldr x0, [x0] mov x2, x0 ldr x0, [sp, 48] bl split ldr x0, [sp, 16] add x0, x0, 16 ldr x2, [x0] adrp x0, .LC2 add x1, x0, :lo12:.LC2 mov x0, x2 bl fopen str x0, [sp, 56] ldr x0, [sp, 56] cmp x0, 0 bne .L6 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] ldr x0, [sp, 16] add x0, x0, 16 ldr x0, [x0] mov x2, x0 adrp x0, .LC3 add x1, x0, :lo12:.LC3 mov x0, x3 bl fprintf mov w0, 1 bl exit .L6: ldr x1, [sp, 48] ldr x0, [sp, 56] bl save adrp x0, Start_Position add x0, x0, :lo12:Start_Position ldr w1, [x0] adrp x0, Stop_Position add x0, x0, :lo12:Stop_Position ldr w0, [x0] mov w3, w0 mov w2, w1 adrp x0, .LC4 add x1, x0, :lo12:.LC4 ldr x0, [sp, 56] bl fprintf ldr x0, [sp, 56] bl fclose mov w0, 0 ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size main, .-main .section .rodata .align 3 .LC5: .string "( %d %d %d %d l" .align 3 .LC6: .string " r" .align 3 .LC7: .string " )" .text .align 2 .global save .type save, %function save: .LFB7: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] ldr x0, [sp, 16] ldr w1, [x0] ldr x0, [sp, 16] ldr w2, [x0, 4] ldr x0, [sp, 16] ldr w3, [x0, 8] ldr x0, [sp, 16] ldr w0, [x0, 12] mov w5, w0 mov w4, w3 mov w3, w2 mov w2, w1 adrp x0, .LC5 add x1, x0, :lo12:.LC5 ldr x0, [sp, 24] bl fprintf ldr x0, [sp, 16] ldr x0, [x0, 16] cmp x0, 0 beq .L9 ldr x0, [sp, 16] ldr x0, [x0, 16] mov x1, x0 ldr x0, [sp, 24] bl save .L9: ldr x3, [sp, 24] mov x2, 2 mov x1, 1 adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl fwrite ldr x0, [sp, 16] ldr x0, [x0, 24] cmp x0, 0 beq .L10 ldr x0, [sp, 16] ldr x0, [x0, 24] mov x1, x0 ldr x0, [sp, 24] bl save .L10: ldr x3, [sp, 24] mov x2, 2 mov x1, 1 adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl fwrite nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size save, .-save .section .rodata .align 3 .LC8: .string "r" .align 3 .LC9: .string "T" .align 3 .LC10: .string "%s: Memory allocation failure.\n" .align 3 .LC11: .string "S" .align 3 .LC12: .string "%*s %s" .align 3 .LC13: .string "program.c" .align 3 .LC14: .string "strlen (S) == NUM_POSITIONS" .align 3 .LC15: .string "Consens %d pe poz %d\n" .align 3 .LC16: .string "%s%d" .align 3 .LC17: .string "Copy" .align 3 .LC18: .string "Frunze de %d si %d componente\n" .text .align 2 .global split .type split, %function split: .LFB8: .cfi_startproc stp x29, x30, [sp, -240]! .cfi_def_cfa_offset 240 .cfi_offset 29, -240 .cfi_offset 30, -232 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str x2, [sp, 24] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 232] mov x1, 0 adrp x0, .LC8 add x1, x0, :lo12:.LC8 ldr x0, [sp, 32] bl fopen str x0, [sp, 112] ldr x0, [sp, 112] cmp x0, 0 bne .L12 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] ldr x2, [sp, 32] adrp x0, .LC3 add x1, x0, :lo12:.LC3 mov x0, x3 bl fprintf mov w0, 1 bl exit .L12: adrp x0, Stop_Position add x0, x0, :lo12:Stop_Position ldr w0, [x0] add w1, w0, 1 adrp x0, Start_Position add x0, x0, :lo12:Start_Position ldr w0, [x0] sub w0, w1, w0 str w0, [sp, 88] str wzr, [sp, 60] b .L13 .L16: str wzr, [sp, 64] b .L14 .L15: adrp x0, V add x0, x0, :lo12:V ldrsw x1, [sp, 64] ldrsw x2, [sp, 60] lsl x2, x2, 2 add x1, x2, x1 str wzr, [x0, x1, lsl 2] ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L14: ldr w0, [sp, 64] cmp w0, 3 ble .L15 ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L13: ldr w1, [sp, 60] ldr w0, [sp, 88] cmp w1, w0 blt .L16 mov w0, 110 add w0, w0, 1 sxtw x0, w0 bl malloc str x0, [sp, 120] ldr x0, [sp, 120] cmp x0, 0 bne .L17 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] adrp x0, .LC9 add x2, x0, :lo12:.LC9 adrp x0, .LC10 add x1, x0, :lo12:.LC10 mov x0, x3 bl fprintf bl abort .L17: mov w0, 110 add w0, w0, 1 sxtw x0, w0 bl malloc str x0, [sp, 128] ldr x0, [sp, 128] cmp x0, 0 bne .L18 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] adrp x0, .LC11 add x2, x0, :lo12:.LC11 adrp x0, .LC10 add x1, x0, :lo12:.LC10 mov x0, x3 bl fprintf bl abort .L18: str wzr, [sp, 72] b .L19 .L23: ldr x2, [sp, 128] adrp x0, .LC12 add x1, x0, :lo12:.LC12 ldr x0, [sp, 120] bl __isoc99_sscanf ldr x0, [sp, 128] bl strlen mov x1, x0 mov w0, 80 sxtw x0, w0 cmp x1, x0 beq .L20 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 150 adrp x0, .LC13 add x1, x0, :lo12:.LC13 adrp x0, .LC14 add x0, x0, :lo12:.LC14 bl __assert_fail .L20: adrp x0, Start_Position add x0, x0, :lo12:Start_Position ldr w0, [x0] sxtw x0, w0 ldr x1, [sp, 128] add x0, x1, x0 ldrsw x1, [sp, 88] mov x2, x1 mov x1, x0 ldr x0, [sp, 120] bl strncpy ldrsw x0, [sp, 88] ldr x1, [sp, 120] add x0, x1, x0 strb wzr, [x0] ldr w0, [sp, 72] add w0, w0, 1 str w0, [sp, 72] ldrsw x0, [sp, 88] mov x1, x0 ldr x0, [sp, 120] bl basetoint str x0, [sp, 160] str wzr, [sp, 60] b .L21 .L22: ldrsw x0, [sp, 60] lsl x0, x0, 2 ldr x1, [sp, 160] add x0, x1, x0 ldr w3, [x0] adrp x0, V add x0, x0, :lo12:V sxtw x1, w3 ldrsw x2, [sp, 60] lsl x2, x2, 2 add x1, x2, x1 ldr w0, [x0, x1, lsl 2] add w2, w0, 1 adrp x0, V add x0, x0, :lo12:V sxtw x1, w3 ldrsw x3, [sp, 60] lsl x3, x3, 2 add x1, x3, x1 str w2, [x0, x1, lsl 2] ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L21: ldr w1, [sp, 60] ldr w0, [sp, 88] cmp w1, w0 blt .L22 ldr x0, [sp, 160] bl free .L19: mov w0, 110 ldr x2, [sp, 112] mov w1, w0 ldr x0, [sp, 120] bl fgets cmp x0, 0 bne .L23 ldr x0, [sp, 40] ldr w1, [sp, 72] str w1, [x0, 12] str wzr, [sp, 60] b .L24 .L29: str xzr, [sp, 96] str wzr, [sp, 64] b .L25 .L28: adrp x0, V add x0, x0, :lo12:V ldrsw x1, [sp, 64] ldrsw x2, [sp, 60] lsl x2, x2, 2 add x1, x2, x1 ldr w0, [x0, x1, lsl 2] scvtf d0, w0 ldr d1, [sp, 96] fcmpe d1, d0 bmi .L63 b .L26 .L63: adrp x0, C add x0, x0, :lo12:C ldrsw x1, [sp, 60] ldr w2, [sp, 64] str w2, [x0, x1, lsl 2] adrp x0, V add x0, x0, :lo12:V ldrsw x1, [sp, 64] ldrsw x2, [sp, 60] lsl x2, x2, 2 add x1, x2, x1 ldr w0, [x0, x1, lsl 2] scvtf d0, w0 str d0, [sp, 96] .L26: ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L25: ldr w0, [sp, 64] cmp w0, 3 ble .L28 ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L24: ldr w1, [sp, 60] ldr w0, [sp, 88] cmp w1, w0 blt .L29 str wzr, [sp, 60] b .L30 .L35: str wzr, [sp, 64] b .L31 .L34: str wzr, [sp, 68] b .L32 .L33: adrp x0, M add x2, x0, :lo12:M ldrsw x3, [sp, 68] ldrsw x1, [sp, 60] ldrsw x4, [sp, 64] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 2 add x0, x0, x4 lsl x0, x0, 2 add x0, x0, x3 str wzr, [x2, x0, lsl 2] ldr w0, [sp, 68] add w0, w0, 1 str w0, [sp, 68] .L32: ldr w0, [sp, 68] cmp w0, 3 ble .L33 ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L31: ldr w1, [sp, 64] ldr w0, [sp, 88] cmp w1, w0 blt .L34 ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L30: ldr w1, [sp, 60] ldr w0, [sp, 88] cmp w1, w0 blt .L35 ldr x0, [sp, 112] bl rewind b .L36 .L43: ldr x2, [sp, 128] adrp x0, .LC12 add x1, x0, :lo12:.LC12 ldr x0, [sp, 120] bl __isoc99_sscanf ldr x0, [sp, 128] bl strlen mov x1, x0 mov w0, 80 sxtw x0, w0 cmp x1, x0 beq .L37 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 190 adrp x0, .LC13 add x1, x0, :lo12:.LC13 adrp x0, .LC14 add x0, x0, :lo12:.LC14 bl __assert_fail .L37: adrp x0, Start_Position add x0, x0, :lo12:Start_Position ldr w0, [x0] sxtw x0, w0 ldr x1, [sp, 128] add x0, x1, x0 ldrsw x1, [sp, 88] mov x2, x1 mov x1, x0 ldr x0, [sp, 120] bl strncpy ldrsw x0, [sp, 88] ldr x1, [sp, 120] add x0, x1, x0 strb wzr, [x0] ldrsw x0, [sp, 88] mov x1, x0 ldr x0, [sp, 120] bl basetoint str x0, [sp, 160] str wzr, [sp, 60] b .L38 .L42: adrp x0, C add x0, x0, :lo12:C ldrsw x1, [sp, 60] ldr w1, [x0, x1, lsl 2] ldrsw x0, [sp, 60] lsl x0, x0, 2 ldr x2, [sp, 160] add x0, x2, x0 ldr w0, [x0] cmp w1, w0 bne .L39 str wzr, [sp, 64] b .L40 .L41: ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 160] add x0, x1, x0 ldr w5, [x0] adrp x0, M add x2, x0, :lo12:M sxtw x3, w5 ldrsw x1, [sp, 60] ldrsw x4, [sp, 64] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 2 add x0, x0, x4 lsl x0, x0, 2 add x0, x0, x3 ldr w0, [x2, x0, lsl 2] add w3, w0, 1 adrp x0, M add x2, x0, :lo12:M sxtw x4, w5 ldrsw x1, [sp, 60] ldrsw x5, [sp, 64] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 2 add x0, x0, x5 lsl x0, x0, 2 add x0, x0, x4 str w3, [x2, x0, lsl 2] ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L40: ldr w1, [sp, 64] ldr w0, [sp, 88] cmp w1, w0 blt .L41 .L39: ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L38: ldr w1, [sp, 60] ldr w0, [sp, 88] cmp w1, w0 blt .L42 ldr x0, [sp, 160] bl free .L36: mov w0, 110 ldr x2, [sp, 112] mov w1, w0 ldr x0, [sp, 120] bl fgets cmp x0, 0 bne .L43 str xzr, [sp, 96] mov w0, -1 str w0, [sp, 84] str wzr, [sp, 60] b .L44 .L50: adrp x0, W add x0, x0, :lo12:W ldrsw x1, [sp, 60] ldr w0, [x0, x1, lsl 2] cmp w0, 0 beq .L45 str xzr, [sp, 104] adrp x0, W add x0, x0, :lo12:W ldrsw x1, [sp, 60] str wzr, [x0, x1, lsl 2] str wzr, [sp, 64] b .L46 .L48: adrp x0, W add x0, x0, :lo12:W ldrsw x1, [sp, 64] ldr w0, [x0, x1, lsl 2] cmp w0, 0 beq .L47 ldr w1, [sp, 64] ldr w0, [sp, 60] bl chi_square fmov d1, d0 ldr d0, [sp, 104] fadd d0, d0, d1 str d0, [sp, 104] .L47: ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L46: ldr w1, [sp, 64] ldr w0, [sp, 88] cmp w1, w0 blt .L48 adrp x0, W add x0, x0, :lo12:W ldrsw x1, [sp, 60] mov w2, 1 str w2, [x0, x1, lsl 2] ldr d1, [sp, 104] ldr d0, [sp, 96] fcmpe d1, d0 bgt .L64 b .L45 .L64: ldr d0, [sp, 104] str d0, [sp, 96] ldr w0, [sp, 60] str w0, [sp, 84] .L45: ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L44: ldr w1, [sp, 60] ldr w0, [sp, 88] cmp w1, w0 blt .L50 adrp x0, C add x0, x0, :lo12:C ldrsw x1, [sp, 84] ldr w0, [x0, x1, lsl 2] ldr w2, [sp, 84] mov w1, w0 adrp x0, .LC15 add x0, x0, :lo12:.LC15 bl printf adrp x0, Nofile add x0, x0, :lo12:Nofile ldr w0, [x0] add w0, w0, 1 add x4, sp, 184 mov w3, w0 ldr x2, [sp, 24] adrp x0, .LC16 add x1, x0, :lo12:.LC16 mov x0, x4 bl sprintf adrp x0, Nofile add x0, x0, :lo12:Nofile ldr w0, [x0] add w0, w0, 2 add x4, sp, 208 mov w3, w0 ldr x2, [sp, 24] adrp x0, .LC16 add x1, x0, :lo12:.LC16 mov x0, x4 bl sprintf add x2, sp, 184 adrp x0, .LC2 add x1, x0, :lo12:.LC2 mov x0, x2 bl fopen str x0, [sp, 136] ldr x0, [sp, 136] cmp x0, 0 bne .L51 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] add x0, sp, 184 mov x2, x0 adrp x0, .LC3 add x1, x0, :lo12:.LC3 mov x0, x3 bl fprintf mov w0, 1 bl exit .L51: add x2, sp, 208 adrp x0, .LC2 add x1, x0, :lo12:.LC2 mov x0, x2 bl fopen str x0, [sp, 144] ldr x0, [sp, 144] cmp x0, 0 bne .L52 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] add x0, sp, 208 mov x2, x0 adrp x0, .LC3 add x1, x0, :lo12:.LC3 mov x0, x3 bl fprintf mov w0, 1 bl exit .L52: mov w0, 110 add w0, w0, 1 sxtw x0, w0 bl malloc str x0, [sp, 152] ldr x0, [sp, 152] cmp x0, 0 bne .L53 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] adrp x0, .LC17 add x2, x0, :lo12:.LC17 adrp x0, .LC10 add x1, x0, :lo12:.LC10 mov x0, x3 bl fprintf bl abort .L53: str wzr, [sp, 76] str wzr, [sp, 80] ldr x0, [sp, 112] bl rewind b .L54 .L57: ldr x1, [sp, 120] ldr x0, [sp, 152] bl strcpy ldr x2, [sp, 128] adrp x0, .LC12 add x1, x0, :lo12:.LC12 ldr x0, [sp, 120] bl __isoc99_sscanf ldr x0, [sp, 128] bl strlen mov x1, x0 mov w0, 80 sxtw x0, w0 cmp x1, x0 beq .L55 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 263 adrp x0, .LC13 add x1, x0, :lo12:.LC13 adrp x0, .LC14 add x0, x0, :lo12:.LC14 bl __assert_fail .L55: adrp x0, Start_Position add x0, x0, :lo12:Start_Position ldr w0, [x0] sxtw x0, w0 ldr x1, [sp, 128] add x0, x1, x0 ldrsw x1, [sp, 88] mov x2, x1 mov x1, x0 ldr x0, [sp, 120] bl strncpy ldrsw x0, [sp, 88] ldr x1, [sp, 120] add x0, x1, x0 strb wzr, [x0] ldrsw x0, [sp, 88] mov x1, x0 ldr x0, [sp, 120] bl basetoint str x0, [sp, 160] ldrsw x0, [sp, 84] lsl x0, x0, 2 ldr x1, [sp, 160] add x0, x1, x0 ldr w1, [x0] adrp x0, C add x0, x0, :lo12:C ldrsw x2, [sp, 84] ldr w0, [x0, x2, lsl 2] cmp w1, w0 bne .L56 ldr w0, [sp, 76] add w0, w0, 1 str w0, [sp, 76] ldr x1, [sp, 136] ldr x0, [sp, 152] bl fputs b .L54 .L56: ldr w0, [sp, 80] add w0, w0, 1 str w0, [sp, 80] ldr x1, [sp, 144] ldr x0, [sp, 152] bl fputs .L54: mov w0, 110 ldr x2, [sp, 112] mov w1, w0 ldr x0, [sp, 120] bl fgets cmp x0, 0 bne .L57 ldr x0, [sp, 128] bl free ldr x0, [sp, 120] bl free ldr x0, [sp, 152] bl free ldr x0, [sp, 136] bl fclose ldr x0, [sp, 144] bl fclose ldr w2, [sp, 80] ldr w1, [sp, 76] adrp x0, .LC18 add x0, x0, :lo12:.LC18 bl printf adrp x0, Nofile add x0, x0, :lo12:Nofile ldr w0, [x0] str w0, [sp, 92] adrp x0, Nofile add x0, x0, :lo12:Nofile ldr w0, [x0] add w1, w0, 2 adrp x0, Nofile add x0, x0, :lo12:Nofile str w1, [x0] ldr w0, [sp, 76] cmp w0, 400 ble .L58 ldr w0, [sp, 80] cmp w0, 400 ble .L58 adrp x0, C add x0, x0, :lo12:C ldrsw x1, [sp, 84] ldr w1, [x0, x1, lsl 2] ldr x0, [sp, 40] str w1, [x0, 4] ldr x0, [sp, 40] ldr w1, [sp, 84] str w1, [x0, 8] mov x0, 32 bl malloc mov x1, x0 ldr x0, [sp, 40] str x1, [x0, 16] ldr x0, [sp, 40] ldr x0, [x0, 16] cmp x0, 0 bne .L59 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x2, [x0] adrp x0, .LC1 add x1, x0, :lo12:.LC1 mov x0, x2 bl fprintf bl abort .L59: ldr x0, [sp, 40] ldr x0, [x0, 16] ldr w1, [sp, 92] add w1, w1, 1 str w1, [x0] ldr x0, [sp, 40] ldr x0, [x0, 16] mov w1, -1 str w1, [x0, 4] ldr x0, [sp, 40] ldr x0, [x0, 16] mov w1, -1 str w1, [x0, 8] ldr x0, [sp, 40] ldr x0, [x0, 16] ldr w1, [sp, 76] str w1, [x0, 12] ldr x0, [sp, 40] ldr x0, [x0, 16] str xzr, [x0, 16] ldr x0, [sp, 40] ldr x0, [x0, 16] str xzr, [x0, 24] ldr w0, [sp, 76] cmp w0, 350 ble .L60 adrp x0, W add x0, x0, :lo12:W ldrsw x1, [sp, 84] str wzr, [x0, x1, lsl 2] ldr x0, [sp, 40] ldr x0, [x0, 16] add x1, sp, 184 ldr x2, [sp, 24] bl split .L60: adrp x0, W add x0, x0, :lo12:W ldrsw x1, [sp, 84] mov w2, 1 str w2, [x0, x1, lsl 2] mov x0, 32 bl malloc mov x1, x0 ldr x0, [sp, 40] str x1, [x0, 24] ldr x0, [sp, 40] ldr x0, [x0, 24] cmp x0, 0 bne .L61 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x2, [x0] adrp x0, .LC1 add x1, x0, :lo12:.LC1 mov x0, x2 bl fprintf bl abort .L61: ldr x0, [sp, 40] ldr x0, [x0, 24] ldr w1, [sp, 92] add w1, w1, 2 str w1, [x0] ldr x0, [sp, 40] ldr x0, [x0, 24] mov w1, -1 str w1, [x0, 4] ldr x0, [sp, 40] ldr x0, [x0, 24] mov w1, -1 str w1, [x0, 8] ldr x0, [sp, 40] ldr x0, [x0, 24] ldr w1, [sp, 80] str w1, [x0, 12] ldr x0, [sp, 40] ldr x0, [x0, 24] str xzr, [x0, 16] ldr x0, [sp, 40] ldr x0, [x0, 24] str xzr, [x0, 24] ldr w0, [sp, 80] cmp w0, 350 ble .L58 ldr x0, [sp, 40] ldr x0, [x0, 24] add x1, sp, 208 ldr x2, [sp, 24] bl split .L58: ldr x0, [sp, 112] bl fclose nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 232] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L62 bl __stack_chk_fail .L62: ldp x29, x30, [sp], 240 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size split, .-split .align 2 .global chi_square .type chi_square, %function chi_square: .LFB9: .cfi_startproc stp x29, x30, [sp, -208]! .cfi_def_cfa_offset 208 .cfi_offset 29, -208 .cfi_offset 30, -200 mov x29, sp str w0, [sp, 28] str w1, [sp, 24] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 200] mov x1, 0 adrp x0, V add x1, x0, :lo12:V ldrsw x0, [sp, 24] lsl x0, x0, 4 add x0, x1, x0 ldr w1, [x0] adrp x0, V add x2, x0, :lo12:V ldrsw x0, [sp, 24] lsl x0, x0, 4 add x0, x2, x0 ldr w0, [x0, 4] add w1, w1, w0 adrp x0, V add x2, x0, :lo12:V ldrsw x0, [sp, 24] lsl x0, x0, 4 add x0, x2, x0 ldr w0, [x0, 8] add w1, w1, w0 adrp x0, V add x2, x0, :lo12:V ldrsw x0, [sp, 24] lsl x0, x0, 4 add x0, x2, x0 ldr w0, [x0, 12] add w0, w1, w0 str w0, [sp, 44] str wzr, [sp, 40] b .L66 .L67: adrp x0, M add x2, x0, :lo12:M ldrsw x3, [sp, 40] ldrsw x1, [sp, 28] ldrsw x4, [sp, 24] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 2 add x0, x0, x4 lsl x0, x0, 2 add x0, x0, x3 ldr w0, [x2, x0, lsl 2] scvtf d0, w0 ldrsw x0, [sp, 40] lsl x0, x0, 3 add x1, sp, 72 str d0, [x1, x0] adrp x0, V add x0, x0, :lo12:V ldrsw x1, [sp, 40] ldrsw x2, [sp, 24] lsl x2, x2, 2 add x1, x2, x1 ldr w2, [x0, x1, lsl 2] adrp x0, M add x3, x0, :lo12:M ldrsw x4, [sp, 40] ldrsw x1, [sp, 28] ldrsw x5, [sp, 24] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 2 add x0, x0, x5 lsl x0, x0, 2 add x0, x0, x4 ldr w0, [x3, x0, lsl 2] sub w0, w2, w0 scvtf d0, w0 ldrsw x0, [sp, 40] add x0, x0, 4 lsl x0, x0, 3 add x1, sp, 72 str d0, [x1, x0] ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L66: ldr w0, [sp, 40] cmp w0, 3 ble .L67 adrp x0, M add x2, x0, :lo12:M ldrsw x3, [sp, 24] ldrsw x1, [sp, 28] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 2 add x0, x0, x3 lsl x0, x0, 4 add x0, x2, x0 ldr w2, [x0] adrp x0, M add x3, x0, :lo12:M ldrsw x4, [sp, 24] ldrsw x1, [sp, 28] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 2 add x0, x0, x4 lsl x0, x0, 4 add x0, x3, x0 ldr w0, [x0, 4] add w2, w2, w0 adrp x0, M add x3, x0, :lo12:M ldrsw x4, [sp, 24] ldrsw x1, [sp, 28] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 2 add x0, x0, x4 lsl x0, x0, 4 add x0, x3, x0 ldr w0, [x0, 8] add w2, w2, w0 adrp x0, M add x3, x0, :lo12:M ldrsw x4, [sp, 24] ldrsw x1, [sp, 28] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 2 add x0, x0, x4 lsl x0, x0, 4 add x0, x3, x0 ldr w0, [x0, 12] add w0, w2, w0 scvtf d0, w0 str d0, [sp, 56] ldr d1, [sp, 56] ldr w0, [sp, 44] scvtf d0, w0 fdiv d0, d1, d0 str d0, [sp, 56] ldr w0, [sp, 44] scvtf d1, w0 ldr d0, [sp, 56] fsub d0, d1, d0 str d0, [sp, 64] ldr d1, [sp, 64] ldr w0, [sp, 44] scvtf d0, w0 fdiv d0, d1, d0 str d0, [sp, 64] str wzr, [sp, 36] b .L68 .L71: str wzr, [sp, 40] b .L69 .L70: ldrsw x0, [sp, 36] lsl x0, x0, 3 add x1, sp, 56 ldr d1, [x1, x0] adrp x0, V add x0, x0, :lo12:V ldrsw x1, [sp, 40] ldrsw x2, [sp, 24] lsl x2, x2, 2 add x1, x2, x1 ldr w0, [x0, x1, lsl 2] scvtf d0, w0 fmul d0, d1, d0 ldrsw x0, [sp, 40] ldrsw x1, [sp, 36] lsl x1, x1, 2 add x0, x1, x0 lsl x0, x0, 3 add x1, sp, 136 str d0, [x1, x0] ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L69: ldr w0, [sp, 40] cmp w0, 3 ble .L70 ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L68: ldr w0, [sp, 36] cmp w0, 1 ble .L71 str xzr, [sp, 48] str wzr, [sp, 36] b .L72 .L76: str wzr, [sp, 40] b .L73 .L75: ldrsw x0, [sp, 40] ldrsw x1, [sp, 36] lsl x1, x1, 2 add x0, x1, x0 lsl x0, x0, 3 add x1, sp, 136 ldr d0, [x1, x0] fcmp d0, #0.0 beq .L74 ldrsw x0, [sp, 40] ldrsw x1, [sp, 36] lsl x1, x1, 2 add x0, x1, x0 lsl x0, x0, 3 add x1, sp, 72 ldr d1, [x1, x0] ldrsw x0, [sp, 40] ldrsw x1, [sp, 36] lsl x1, x1, 2 add x0, x1, x0 lsl x0, x0, 3 add x1, sp, 136 ldr d0, [x1, x0] fsub d1, d1, d0 ldrsw x0, [sp, 40] ldrsw x1, [sp, 36] lsl x1, x1, 2 add x0, x1, x0 lsl x0, x0, 3 add x1, sp, 72 ldr d2, [x1, x0] ldrsw x0, [sp, 40] ldrsw x1, [sp, 36] lsl x1, x1, 2 add x0, x1, x0 lsl x0, x0, 3 add x1, sp, 136 ldr d0, [x1, x0] fsub d0, d2, d0 fmul d1, d1, d0 ldrsw x0, [sp, 40] ldrsw x1, [sp, 36] lsl x1, x1, 2 add x0, x1, x0 lsl x0, x0, 3 add x1, sp, 136 ldr d0, [x1, x0] fdiv d0, d1, d0 ldr d1, [sp, 48] fadd d0, d1, d0 str d0, [sp, 48] .L74: ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L73: ldr w0, [sp, 40] cmp w0, 3 ble .L75 ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L72: ldr w0, [sp, 36] cmp w0, 1 ble .L76 ldr d0, [sp, 48] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 200] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L78 bl __stack_chk_fail .L78: ldp x29, x30, [sp], 208 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE9: .size chi_square, .-chi_square .section .rodata .align 3 .LC19: .string "intarray" .align 3 .LC20: .string "non-acgt character in string (position %ld)\n" .text .align 2 .global basetoint .type basetoint, %function basetoint: .LFB10: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] ldr x0, [sp, 16] add x0, x0, 1 lsl x0, x0, 2 bl malloc str x0, [sp, 40] ldr x0, [sp, 40] cmp x0, 0 bne .L80 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] adrp x0, .LC19 add x2, x0, :lo12:.LC19 adrp x0, .LC10 add x1, x0, :lo12:.LC10 mov x0, x3 bl fprintf bl abort .L80: str xzr, [sp, 32] b .L81 .L88: ldr x0, [sp, 32] ldr x1, [sp, 24] add x0, x1, x0 ldrb w0, [x0] cmp w0, 116 beq .L82 cmp w0, 116 bgt .L83 cmp w0, 103 beq .L84 cmp w0, 103 bgt .L83 cmp w0, 97 beq .L85 cmp w0, 99 beq .L86 b .L83 .L85: ldr x0, [sp, 32] lsl x0, x0, 2 ldr x1, [sp, 40] add x0, x1, x0 str wzr, [x0] b .L87 .L86: ldr x0, [sp, 32] lsl x0, x0, 2 ldr x1, [sp, 40] add x0, x1, x0 mov w1, 1 str w1, [x0] b .L87 .L84: ldr x0, [sp, 32] lsl x0, x0, 2 ldr x1, [sp, 40] add x0, x1, x0 mov w1, 2 str w1, [x0] b .L87 .L82: ldr x0, [sp, 32] lsl x0, x0, 2 ldr x1, [sp, 40] add x0, x1, x0 mov w1, 3 str w1, [x0] b .L87 .L83: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] ldr x2, [sp, 32] adrp x0, .LC20 add x1, x0, :lo12:.LC20 mov x0, x3 bl fprintf ldr x0, [sp, 32] lsl x0, x0, 2 ldr x1, [sp, 40] add x0, x1, x0 mov w1, -1 str w1, [x0] nop .L87: ldr x0, [sp, 32] add x0, x0, 1 str x0, [sp, 32] .L81: ldr x1, [sp, 32] ldr x0, [sp, 16] cmp x1, x0 blt .L88 ldr x0, [sp, 40] ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE10: .size basetoint, .-basetoint .section .rodata .align 3 .type __PRETTY_FUNCTION__.0, %object .size __PRETTY_FUNCTION__.0, 6 __PRETTY_FUNCTION__.0: .string "split" ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global ismapped .type ismapped, %function ismapped: .LFB6: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 24] str w1, [sp, 20] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 56] mov x1, 0 ldr x0, [sp, 24] cmp x0, 0 bne .L2 mov w0, 0 b .L5 .L2: mov w0, 1 str w0, [sp, 44] add x0, sp, 48 bl pipe ldr w0, [sp, 52] ldrsw x1, [sp, 20] mov x2, x1 ldr x1, [sp, 24] bl write cmp x0, 0 bge .L4 bl __errno_location ldr w0, [x0] cmp w0, 14 bne .L4 str wzr, [sp, 44] .L4: ldr w0, [sp, 48] bl close ldr w0, [sp, 52] bl close ldr w0, [sp, 44] .L5: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 56] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L6 bl __stack_chk_fail .L6: mov w0, w1 ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size ismapped, .-ismapped .section .rodata .align 3 .LC0: .string "%s:\t%d\t%p\n" .text .align 2 .global testptr .type testptr, %function testptr: .LFB7: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 40] str w1, [sp, 36] str x2, [sp, 24] ldr w1, [sp, 36] ldr x0, [sp, 40] bl ismapped ldr x3, [sp, 40] mov w2, w0 ldr x1, [sp, 24] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size testptr, .-testptr .section .rodata .align 3 .LC1: .string "junk" .align 3 .LC2: .string "junk2" .align 3 .LC3: .string "px" .align 3 .LC4: .string "p" .text .align 2 .global main .type main, %function main: .LFB8: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 56] mov x1, 0 str xzr, [sp, 24] mov x0, 21066 movk x0, 0x2342, lsl 16 movk x0, 0x35, lsl 32 str x0, [sp, 32] mov x0, 50 bl malloc str x0, [sp, 40] mov w0, 5 str w0, [sp, 20] add x0, sp, 20 str x0, [sp, 48] adrp x0, .LC1 add x2, x0, :lo12:.LC1 mov w1, 1 ldr x0, [sp, 24] bl testptr adrp x0, .LC2 add x2, x0, :lo12:.LC2 mov w1, 1 ldr x0, [sp, 32] bl testptr adrp x0, .LC3 add x2, x0, :lo12:.LC3 mov w1, 4 ldr x0, [sp, 48] bl testptr adrp x0, .LC4 add x2, x0, :lo12:.LC4 mov w1, 50 ldr x0, [sp, 40] bl testptr mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 56] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L10 bl __stack_chk_fail .L10: mov w0, w1 ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global main .type main, %function main: .LFB6: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, my_routine add x1, x0, :lo12:my_routine mov w0, 8 bl signal mov w0, 4 str w0, [sp, 28] ldr w0, [sp, 28] mov w1, 0 sdiv w0, w0, w1 str w0, [sp, 28] mov w0, 0 bl exit .cfi_endproc .LFE6: .size main, .-main .section .rodata .align 3 .LC0: .string "Caught a SIGFPE." .text .align 2 .global my_routine .type my_routine, %function my_routine: .LFB7: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl puts nop ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size my_routine, .-my_routine ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global test_vhaddu16 .type test_vhaddu16, %function test_vhaddu16: .LFB4340: .cfi_startproc sub sp, sp, #48 .cfi_def_cfa_offset 48 ldr d0, [sp, 8] str d0, [sp, 32] ldr d0, [sp, 16] str d0, [sp, 40] ldr d0, [sp, 32] ldr d1, [sp, 40] uhadd v0.4h, v0.4h, v1.4h str d0, [sp, 24] nop add sp, sp, 48 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE4340: .size test_vhaddu16, .-test_vhaddu16 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global A .bss .align 3 .type A, %object .size A, 27 A: .zero 27 .global B .align 3 .type B, %object .size B, 27 B: .zero 27 .global C .align 3 .type C, %object .size C, 27 C: .zero 27 .section .rodata .align 3 .LC0: .string "%s%s" .text .align 2 .global main .type main, %function main: .LFB6: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp b .L2 .L3: adrp x0, B add x0, x0, :lo12:B bl strlen mov w3, w0 mov w2, 0 adrp x0, B add x1, x0, :lo12:B adrp x0, A add x0, x0, :lo12:A bl trans adrp x0, B add x0, x0, :lo12:B bl strlen mov x1, x0 adrp x0, C add x0, x0, :lo12:C strb wzr, [x0, x1] adrp x0, C add x0, x0, :lo12:C bl puts .L2: adrp x0, B add x2, x0, :lo12:B adrp x0, A add x1, x0, :lo12:A adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl __isoc99_scanf cmn w0, #1 bne .L3 mov w0, 0 bl exit .cfi_endproc .LFE6: .size main, .-main .align 2 .global trans .type trans, %function trans: .LFB7: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str w2, [sp, 28] str w3, [sp, 24] ldr w0, [sp, 24] cmp w0, 0 beq .L12 ldr w1, [sp, 28] ldr w0, [sp, 24] add w0, w1, w0 sub w3, w0, #1 ldr x0, [sp, 40] ldrb w2, [x0] adrp x0, C add x1, x0, :lo12:C sxtw x0, w3 strb w2, [x1, x0] ldr w0, [sp, 24] cmp w0, 1 beq .L13 str wzr, [sp, 60] b .L8 .L11: ldrsw x0, [sp, 60] ldr x1, [sp, 32] add x0, x1, x0 ldrb w1, [x0] ldr x0, [sp, 40] ldrb w0, [x0] cmp w1, w0 beq .L14 ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L8: ldr w1, [sp, 60] ldr w0, [sp, 24] cmp w1, w0 blt .L11 b .L10 .L14: nop .L10: ldr x0, [sp, 40] add x0, x0, 1 ldr w3, [sp, 60] ldr w2, [sp, 28] ldr x1, [sp, 32] bl trans ldrsw x0, [sp, 60] add x0, x0, 1 ldr x1, [sp, 40] add x4, x1, x0 ldrsw x0, [sp, 60] add x0, x0, 1 ldr x1, [sp, 32] add x5, x1, x0 ldr w1, [sp, 28] ldr w0, [sp, 60] add w2, w1, w0 ldr w1, [sp, 24] ldr w0, [sp, 60] sub w0, w1, w0 sub w0, w0, #1 mov w3, w0 mov x1, x5 mov x0, x4 bl trans b .L4 .L12: nop b .L4 .L13: nop .L4: ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size trans, .-trans ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global u .data .align 3 .type u, %object .size u, 8 u: .word 1 .word 2 .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc adrp x0, u add x0, x0, :lo12:u ldr w0, [x0] cmp w0, 1 beq .L2 mov w0, 1 b .L3 .L2: adrp x0, u add x0, x0, :lo12:u ldr w0, [x0] cmp w0, 1 beq .L4 mov w0, 2 b .L3 .L4: adrp x0, u add x0, x0, :lo12:u ldr w0, [x0, 4] cmp w0, 2 beq .L5 mov w0, 3 b .L3 .L5: adrp x0, u add x0, x0, :lo12:u ldr w0, [x0] cmp w0, 1 beq .L6 mov w0, 4 b .L3 .L6: mov w0, 0 .L3: ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global V_new .type V_new, %function V_new: .LFB6: .cfi_startproc sub sp, sp, #64 .cfi_def_cfa_offset 64 str s0, [sp, 28] str s1, [sp, 24] str s2, [sp, 20] ldr s0, [sp, 28] str s0, [sp, 32] ldr s0, [sp, 24] str s0, [sp, 36] ldr s0, [sp, 20] str s0, [sp, 40] add x0, sp, 48 add x1, sp, 32 ldr x2, [x1] str x2, [x0] ldr w1, [x1, 8] str w1, [x0, 8] ldr s2, [sp, 48] ldr s1, [sp, 52] ldr s0, [sp, 56] fmov s3, s2 fmov s2, s0 fmov s0, s3 add sp, sp, 64 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size V_new, .-V_new .align 2 .global V_dot .type V_dot, %function V_dot: .LFB7: .cfi_startproc str d8, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 72, -64 fmov s8, s0 fmov s7, s1 fmov s6, s2 fmov s2, s3 fmov s1, s4 fmov s0, s5 str s8, [sp, 32] str s7, [sp, 36] str s6, [sp, 40] str s2, [sp, 16] str s1, [sp, 20] str s0, [sp, 24] str wzr, [sp, 60] ldr s1, [sp, 32] ldr s0, [sp, 16] fmul s0, s1, s0 ldr s1, [sp, 60] fadd s0, s1, s0 str s0, [sp, 60] ldr s1, [sp, 36] ldr s0, [sp, 20] fmul s0, s1, s0 ldr s1, [sp, 60] fadd s0, s1, s0 str s0, [sp, 60] ldr s1, [sp, 40] ldr s0, [sp, 24] fmul s0, s1, s0 ldr s1, [sp, 60] fadd s0, s1, s0 str s0, [sp, 60] ldr s0, [sp, 60] ldr d8, [sp], 64 .cfi_restore 72 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size V_dot, .-V_dot .align 2 .global V_cross .type V_cross, %function V_cross: .LFB8: .cfi_startproc stp x29, x30, [sp, -112]! .cfi_def_cfa_offset 112 .cfi_offset 29, -112 .cfi_offset 30, -104 mov x29, sp str d8, [sp, 16] .cfi_offset 72, -96 fmov s8, s0 fmov s7, s1 fmov s6, s2 fmov s2, s3 fmov s1, s4 fmov s0, s5 str s8, [sp, 64] str s7, [sp, 68] str s6, [sp, 72] str s2, [sp, 48] str s1, [sp, 52] str s0, [sp, 56] movi v2.2s, #0 movi v1.2s, #0 movi v0.2s, #0 bl V_new fmov s3, s0 fmov s0, s2 str s3, [sp, 80] str s1, [sp, 84] str s0, [sp, 88] ldr s1, [sp, 68] ldr s0, [sp, 56] fmul s1, s1, s0 ldr s2, [sp, 72] ldr s0, [sp, 52] fmul s0, s2, s0 fsub s0, s1, s0 str s0, [sp, 80] ldr s1, [sp, 72] ldr s0, [sp, 48] fmul s1, s1, s0 ldr s2, [sp, 64] ldr s0, [sp, 56] fmul s0, s2, s0 fsub s0, s1, s0 str s0, [sp, 84] ldr s1, [sp, 64] ldr s0, [sp, 52] fmul s1, s1, s0 ldr s2, [sp, 68] ldr s0, [sp, 48] fmul s0, s2, s0 fsub s0, s1, s0 str s0, [sp, 88] add x0, sp, 96 add x1, sp, 80 ldr x2, [x1] str x2, [x0] ldr w1, [x1, 8] str w1, [x0, 8] ldr s2, [sp, 96] ldr s1, [sp, 100] ldr s0, [sp, 104] fmov s3, s2 fmov s2, s0 fmov s0, s3 ldr d8, [sp, 16] ldp x29, x30, [sp], 112 .cfi_restore 30 .cfi_restore 29 .cfi_restore 72 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size V_cross, .-V_cross .align 2 .global V_substract .type V_substract, %function V_substract: .LFB9: .cfi_startproc stp x29, x30, [sp, -112]! .cfi_def_cfa_offset 112 .cfi_offset 29, -112 .cfi_offset 30, -104 mov x29, sp str d8, [sp, 16] .cfi_offset 72, -96 fmov s8, s0 fmov s7, s1 fmov s6, s2 fmov s2, s3 fmov s1, s4 fmov s0, s5 str s8, [sp, 64] str s7, [sp, 68] str s6, [sp, 72] str s2, [sp, 48] str s1, [sp, 52] str s0, [sp, 56] movi v2.2s, #0 movi v1.2s, #0 movi v0.2s, #0 bl V_new fmov s3, s0 fmov s0, s2 str s3, [sp, 80] str s1, [sp, 84] str s0, [sp, 88] ldr s1, [sp, 64] ldr s0, [sp, 48] fsub s0, s1, s0 str s0, [sp, 80] ldr s1, [sp, 68] ldr s0, [sp, 52] fsub s0, s1, s0 str s0, [sp, 84] ldr s1, [sp, 72] ldr s0, [sp, 56] fsub s0, s1, s0 str s0, [sp, 88] add x0, sp, 96 add x1, sp, 80 ldr x2, [x1] str x2, [x0] ldr w1, [x1, 8] str w1, [x0, 8] ldr s2, [sp, 96] ldr s1, [sp, 100] ldr s0, [sp, 104] fmov s3, s2 fmov s2, s0 fmov s0, s3 ldr d8, [sp, 16] ldp x29, x30, [sp], 112 .cfi_restore 30 .cfi_restore 29 .cfi_restore 72 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE9: .size V_substract, .-V_substract .align 2 .global det_from_vectors .type det_from_vectors, %function det_from_vectors: .LFB10: .cfi_startproc str d8, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 72, -48 fmov s8, s0 fmov s7, s1 fmov s6, s2 fmov s2, s3 fmov s1, s4 fmov s0, s5 str s8, [sp, 32] str s7, [sp, 36] str s6, [sp, 40] str s2, [sp, 16] str s1, [sp, 20] str s0, [sp, 24] ldr s1, [sp, 32] ldr s0, [sp, 20] fmul s1, s1, s0 ldr s0, [sp, 56] fmul s1, s1, s0 ldr s2, [sp, 16] ldr s0, [sp, 40] fmul s2, s2, s0 ldr s0, [sp, 52] fmul s0, s2, s0 fadd s1, s1, s0 ldr s2, [sp, 36] ldr s0, [sp, 24] fmul s2, s2, s0 ldr s0, [sp, 48] fmul s0, s2, s0 fadd s1, s1, s0 ldr s2, [sp, 40] ldr s0, [sp, 20] fmul s2, s2, s0 ldr s0, [sp, 48] fmul s2, s2, s0 ldr s3, [sp, 36] ldr s0, [sp, 16] fmul s3, s3, s0 ldr s0, [sp, 56] fmul s0, s3, s0 fadd s2, s2, s0 ldr s3, [sp, 32] ldr s0, [sp, 52] fmul s3, s3, s0 ldr s0, [sp, 24] fmul s0, s3, s0 fadd s0, s2, s0 fsub s0, s1, s0 ldr d8, [sp], 48 .cfi_restore 72 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE10: .size det_from_vectors, .-det_from_vectors .align 2 .global are_segments_intersected .type are_segments_intersected, %function are_segments_intersected: .LFB11: .cfi_startproc sub sp, sp, #352 .cfi_def_cfa_offset 352 stp x29, x30, [sp, 16] .cfi_offset 29, -336 .cfi_offset 30, -328 add x29, sp, 16 str d8, [sp, 32] .cfi_offset 72, -320 fmov s8, s0 fmov s7, s1 fmov s6, s2 fmov s2, s3 fmov s1, s4 fmov s0, s5 str s8, [sp, 64] str s7, [sp, 68] str s6, [sp, 72] str s2, [sp, 48] str s1, [sp, 52] str s0, [sp, 56] ldr s3, [sp, 48] ldr s4, [sp, 52] ldr s5, [sp, 56] ldr s0, [sp, 64] ldr s1, [sp, 68] ldr s2, [sp, 72] mov x0, sp add x1, sp, 352 ldr x2, [x1] str x2, [x0] ldr w1, [x1, 8] str w1, [x0, 8] bl det_from_vectors str s0, [sp, 80] ldr s3, [sp, 48] ldr s4, [sp, 52] ldr s5, [sp, 56] ldr s0, [sp, 64] ldr s1, [sp, 68] ldr s2, [sp, 72] mov x1, sp add x0, sp, 368 ldr x2, [x0] str x2, [x1] ldr w0, [x0, 8] str w0, [x1, 8] bl det_from_vectors str s0, [sp, 84] ldr s3, [sp, 368] ldr s4, [sp, 372] ldr s5, [sp, 376] ldr s0, [sp, 352] ldr s1, [sp, 356] ldr s2, [sp, 360] mov x1, sp add x0, sp, 64 ldr x2, [x0] str x2, [x1] ldr w0, [x0, 8] str w0, [x1, 8] bl det_from_vectors str s0, [sp, 88] ldr s3, [sp, 368] ldr s4, [sp, 372] ldr s5, [sp, 376] ldr s0, [sp, 352] ldr s1, [sp, 356] ldr s2, [sp, 360] mov x1, sp add x0, sp, 48 ldr x2, [x0] str x2, [x1] ldr w0, [x0, 8] str w0, [x1, 8] bl det_from_vectors str s0, [sp, 92] ldr s1, [sp, 80] ldr s0, [sp, 84] fmul s0, s1, s0 fcmpe s0, #0.0 bmi .L36 b .L12 .L36: ldr s1, [sp, 88] ldr s0, [sp, 92] fmul s0, s1, s0 fcmpe s0, #0.0 bmi .L37 b .L12 .L37: mov w0, 1 b .L15 .L12: ldr s0, [sp, 80] fcmp s0, #0.0 bne .L16 ldr s0, [sp, 84] fcmp s0, #0.0 bne .L16 ldr s0, [sp, 88] fcmp s0, #0.0 bne .L16 ldr s0, [sp, 92] fcmp s0, #0.0 bne .L16 ldr s3, [sp, 352] ldr s4, [sp, 356] ldr s5, [sp, 360] ldr s0, [sp, 64] ldr s1, [sp, 68] ldr s2, [sp, 72] bl V_substract fmov s3, s0 fmov s0, s2 str s3, [sp, 96] str s1, [sp, 100] str s0, [sp, 104] ldr s3, [sp, 352] ldr s4, [sp, 356] ldr s5, [sp, 360] ldr s0, [sp, 48] ldr s1, [sp, 52] ldr s2, [sp, 56] bl V_substract fmov s3, s0 fmov s0, s2 str s3, [sp, 112] str s1, [sp, 116] str s0, [sp, 120] ldr s3, [sp, 112] ldr s4, [sp, 116] ldr s5, [sp, 120] ldr s0, [sp, 96] ldr s1, [sp, 100] ldr s2, [sp, 104] bl V_dot fcmpe s0, #0.0 bls .L38 b .L46 .L38: mov w0, 1 b .L15 .L46: ldr s3, [sp, 368] ldr s4, [sp, 372] ldr s5, [sp, 376] ldr s0, [sp, 64] ldr s1, [sp, 68] ldr s2, [sp, 72] bl V_substract fmov s3, s0 fmov s0, s2 str s3, [sp, 128] str s1, [sp, 132] str s0, [sp, 136] ldr s3, [sp, 368] ldr s4, [sp, 372] ldr s5, [sp, 376] ldr s0, [sp, 48] ldr s1, [sp, 52] ldr s2, [sp, 56] bl V_substract fmov s3, s0 fmov s0, s2 str s3, [sp, 144] str s1, [sp, 148] str s0, [sp, 152] ldr s3, [sp, 144] ldr s4, [sp, 148] ldr s5, [sp, 152] ldr s0, [sp, 128] ldr s1, [sp, 132] ldr s2, [sp, 136] bl V_dot fcmpe s0, #0.0 bls .L39 b .L47 .L39: mov w0, 1 b .L15 .L47: ldr s3, [sp, 64] ldr s4, [sp, 68] ldr s5, [sp, 72] ldr s0, [sp, 352] ldr s1, [sp, 356] ldr s2, [sp, 360] bl V_substract fmov s3, s0 fmov s0, s2 str s3, [sp, 160] str s1, [sp, 164] str s0, [sp, 168] ldr s3, [sp, 64] ldr s4, [sp, 68] ldr s5, [sp, 72] ldr s0, [sp, 368] ldr s1, [sp, 372] ldr s2, [sp, 376] bl V_substract fmov s3, s0 fmov s0, s2 str s3, [sp, 176] str s1, [sp, 180] str s0, [sp, 184] ldr s3, [sp, 176] ldr s4, [sp, 180] ldr s5, [sp, 184] ldr s0, [sp, 160] ldr s1, [sp, 164] ldr s2, [sp, 168] bl V_dot fcmpe s0, #0.0 bls .L40 b .L48 .L40: mov w0, 1 b .L15 .L48: ldr s3, [sp, 48] ldr s4, [sp, 52] ldr s5, [sp, 56] ldr s0, [sp, 352] ldr s1, [sp, 356] ldr s2, [sp, 360] bl V_substract fmov s3, s0 fmov s0, s2 str s3, [sp, 192] str s1, [sp, 196] str s0, [sp, 200] ldr s3, [sp, 48] ldr s4, [sp, 52] ldr s5, [sp, 56] ldr s0, [sp, 368] ldr s1, [sp, 372] ldr s2, [sp, 376] bl V_substract fmov s3, s0 fmov s0, s2 str s3, [sp, 208] str s1, [sp, 212] str s0, [sp, 216] ldr s3, [sp, 208] ldr s4, [sp, 212] ldr s5, [sp, 216] ldr s0, [sp, 192] ldr s1, [sp, 196] ldr s2, [sp, 200] bl V_dot fcmpe s0, #0.0 bls .L41 b .L25 .L41: mov w0, 1 b .L15 .L16: ldr s0, [sp, 80] fcmp s0, #0.0 bne .L26 ldr s0, [sp, 84] fcmp s0, #0.0 beq .L26 ldr s0, [sp, 88] fcmp s0, #0.0 beq .L26 ldr s0, [sp, 92] fcmp s0, #0.0 beq .L26 ldr s3, [sp, 352] ldr s4, [sp, 356] ldr s5, [sp, 360] ldr s0, [sp, 64] ldr s1, [sp, 68] ldr s2, [sp, 72] bl V_substract fmov s3, s0 fmov s0, s2 str s3, [sp, 224] str s1, [sp, 228] str s0, [sp, 232] ldr s3, [sp, 352] ldr s4, [sp, 356] ldr s5, [sp, 360] ldr s0, [sp, 48] ldr s1, [sp, 52] ldr s2, [sp, 56] bl V_substract fmov s3, s0 fmov s0, s2 str s3, [sp, 240] str s1, [sp, 244] str s0, [sp, 248] ldr s3, [sp, 240] ldr s4, [sp, 244] ldr s5, [sp, 248] ldr s0, [sp, 224] ldr s1, [sp, 228] ldr s2, [sp, 232] bl V_dot fcmpe s0, #0.0 bls .L42 b .L25 .L42: mov w0, 1 b .L15 .L26: ldr s0, [sp, 84] fcmp s0, #0.0 bne .L29 ldr s0, [sp, 80] fcmp s0, #0.0 beq .L29 ldr s0, [sp, 88] fcmp s0, #0.0 beq .L29 ldr s0, [sp, 92] fcmp s0, #0.0 beq .L29 ldr s3, [sp, 368] ldr s4, [sp, 372] ldr s5, [sp, 376] ldr s0, [sp, 64] ldr s1, [sp, 68] ldr s2, [sp, 72] bl V_substract fmov s3, s0 fmov s0, s2 str s3, [sp, 256] str s1, [sp, 260] str s0, [sp, 264] ldr s3, [sp, 368] ldr s4, [sp, 372] ldr s5, [sp, 376] ldr s0, [sp, 48] ldr s1, [sp, 52] ldr s2, [sp, 56] bl V_substract fmov s3, s0 fmov s0, s2 str s3, [sp, 272] str s1, [sp, 276] str s0, [sp, 280] ldr s3, [sp, 272] ldr s4, [sp, 276] ldr s5, [sp, 280] ldr s0, [sp, 256] ldr s1, [sp, 260] ldr s2, [sp, 264] bl V_dot fcmpe s0, #0.0 bls .L43 b .L25 .L43: mov w0, 1 b .L15 .L29: ldr s0, [sp, 88] fcmp s0, #0.0 bne .L32 ldr s0, [sp, 84] fcmp s0, #0.0 beq .L32 ldr s0, [sp, 80] fcmp s0, #0.0 beq .L32 ldr s0, [sp, 92] fcmp s0, #0.0 beq .L32 ldr s3, [sp, 64] ldr s4, [sp, 68] ldr s5, [sp, 72] ldr s0, [sp, 352] ldr s1, [sp, 356] ldr s2, [sp, 360] bl V_substract fmov s3, s0 fmov s0, s2 str s3, [sp, 288] str s1, [sp, 292] str s0, [sp, 296] ldr s3, [sp, 64] ldr s4, [sp, 68] ldr s5, [sp, 72] ldr s0, [sp, 368] ldr s1, [sp, 372] ldr s2, [sp, 376] bl V_substract fmov s3, s0 fmov s0, s2 str s3, [sp, 304] str s1, [sp, 308] str s0, [sp, 312] ldr s3, [sp, 304] ldr s4, [sp, 308] ldr s5, [sp, 312] ldr s0, [sp, 288] ldr s1, [sp, 292] ldr s2, [sp, 296] bl V_dot fcmpe s0, #0.0 bls .L44 b .L25 .L44: mov w0, 1 b .L15 .L32: ldr s0, [sp, 92] fcmp s0, #0.0 bne .L25 ldr s0, [sp, 84] fcmp s0, #0.0 beq .L25 ldr s0, [sp, 88] fcmp s0, #0.0 beq .L25 ldr s0, [sp, 80] fcmp s0, #0.0 beq .L25 ldr s3, [sp, 48] ldr s4, [sp, 52] ldr s5, [sp, 56] ldr s0, [sp, 352] ldr s1, [sp, 356] ldr s2, [sp, 360] bl V_substract fmov s3, s0 fmov s0, s2 str s3, [sp, 320] str s1, [sp, 324] str s0, [sp, 328] ldr s3, [sp, 48] ldr s4, [sp, 52] ldr s5, [sp, 56] ldr s0, [sp, 368] ldr s1, [sp, 372] ldr s2, [sp, 376] bl V_substract fmov s3, s0 fmov s0, s2 str s3, [sp, 336] str s1, [sp, 340] str s0, [sp, 344] ldr s3, [sp, 336] ldr s4, [sp, 340] ldr s5, [sp, 344] ldr s0, [sp, 320] ldr s1, [sp, 324] ldr s2, [sp, 328] bl V_dot fcmpe s0, #0.0 bls .L45 b .L25 .L45: mov w0, 1 b .L15 .L25: mov w0, 0 .L15: ldr d8, [sp, 32] ldp x29, x30, [sp, 16] add sp, sp, 352 .cfi_restore 29 .cfi_restore 30 .cfi_restore 72 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE11: .size are_segments_intersected, .-are_segments_intersected .section .rodata .align 3 .LC0: .string "usage: %s p1 p2 q1 q2 (Vector) \n" .align 3 .LC1: .string "Les segments s'intersectent ." .align 3 .LC2: .string "Les segments ne se coupent pas." .text .align 2 .global main .type main, %function main: .LFB12: .cfi_startproc sub sp, sp, #144 .cfi_def_cfa_offset 144 stp x29, x30, [sp, 32] .cfi_offset 29, -112 .cfi_offset 30, -104 add x29, sp, 32 stp d8, d9, [sp, 48] .cfi_offset 72, -96 .cfi_offset 73, -88 str w0, [sp, 76] str x1, [sp, 64] ldr w0, [sp, 76] cmp w0, 13 beq .L50 ldr x0, [sp, 64] ldr x0, [x0] mov x1, x0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf mov w0, 1 bl exit .L50: ldr x0, [sp, 64] add x0, x0, 8 ldr x0, [x0] bl atof fcvt s8, d0 ldr x0, [sp, 64] add x0, x0, 16 ldr x0, [x0] bl atof fcvt s9, d0 ldr x0, [sp, 64] add x0, x0, 24 ldr x0, [x0] bl atof fcvt s0, d0 fmov s2, s0 fmov s1, s9 fmov s0, s8 bl V_new fmov s3, s0 fmov s0, s2 str s3, [sp, 80] str s1, [sp, 84] str s0, [sp, 88] ldr x0, [sp, 64] add x0, x0, 32 ldr x0, [x0] bl atof fcvt s8, d0 ldr x0, [sp, 64] add x0, x0, 40 ldr x0, [x0] bl atof fcvt s9, d0 ldr x0, [sp, 64] add x0, x0, 48 ldr x0, [x0] bl atof fcvt s0, d0 fmov s2, s0 fmov s1, s9 fmov s0, s8 bl V_new fmov s3, s0 fmov s0, s2 str s3, [sp, 96] str s1, [sp, 100] str s0, [sp, 104] ldr x0, [sp, 64] add x0, x0, 56 ldr x0, [x0] bl atof fcvt s8, d0 ldr x0, [sp, 64] add x0, x0, 64 ldr x0, [x0] bl atof fcvt s9, d0 ldr x0, [sp, 64] add x0, x0, 72 ldr x0, [x0] bl atof fcvt s0, d0 fmov s2, s0 fmov s1, s9 fmov s0, s8 bl V_new fmov s3, s0 fmov s0, s2 str s3, [sp, 112] str s1, [sp, 116] str s0, [sp, 120] ldr x0, [sp, 64] add x0, x0, 80 ldr x0, [x0] bl atof fcvt s8, d0 ldr x0, [sp, 64] add x0, x0, 88 ldr x0, [x0] bl atof fcvt s9, d0 ldr x0, [sp, 64] add x0, x0, 96 ldr x0, [x0] bl atof fcvt s0, d0 fmov s2, s0 fmov s1, s9 fmov s0, s8 bl V_new fmov s3, s0 fmov s0, s2 str s3, [sp, 128] str s1, [sp, 132] str s0, [sp, 136] ldr s3, [sp, 96] ldr s4, [sp, 100] ldr s5, [sp, 104] ldr s0, [sp, 80] ldr s1, [sp, 84] ldr s2, [sp, 88] add x0, sp, 16 add x1, sp, 128 ldr x2, [x1] str x2, [x0] ldr w1, [x1, 8] str w1, [x0, 8] mov x1, sp add x0, sp, 112 ldr x2, [x0] str x2, [x1] ldr w0, [x0, 8] str w0, [x1, 8] bl are_segments_intersected cmp w0, 1 bne .L51 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl puts b .L52 .L51: adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl puts .L52: mov w0, 0 ldp d8, d9, [sp, 48] ldp x29, x30, [sp, 32] add sp, sp, 144 .cfi_restore 29 .cfi_restore 30 .cfi_restore 72 .cfi_restore 73 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE12: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "%d" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 24] mov x1, 0 add x0, sp, 20 mov x1, x0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl scanf_s ldr w0, [sp, 20] cmp w0, 15 bgt .L2 ldr w0, [sp, 20] sub w0, w0, #1 mov w1, w0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf b .L3 .L2: mov w1, -1 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf .L3: mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 24] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L5 bl __stack_chk_fail .L5: mov w0, w1 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC1: .string "clear" .align 3 .LC2: .string "\nSeleccione una opci\303\263n:" .align 3 .LC3: .string "%s (%d)\n" .align 3 .LC4: .string " : " .align 3 .LC5: .string "%c" .align 3 .LC6: .string "\nSe ha seleccionado la opci\303\263n: \"%s\"\n" .align 3 .LC7: .string "\n\nOpci\303\263n incorrecta\n" .align 3 .LC8: .string "\n\nFin del programa\n" .text .align 2 .global main .type main, %function main: .LFB6: .cfi_startproc stp x29, x30, [sp, -96]! .cfi_def_cfa_offset 96 .cfi_offset 29, -96 .cfi_offset 30, -88 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 88] mov x1, 0 adrp x0, .LC0 add x1, x0, :lo12:.LC0 add x0, sp, 32 ldp q0, q1, [x1] stp q0, q1, [x0] ldr q0, [x1, 32] str q0, [x0, 32] ldrh w1, [x1, 48] strh w1, [x0, 48] adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl system .L11: adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl puts str wzr, [sp, 24] b .L2 .L3: add x2, sp, 32 ldrsw x1, [sp, 24] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 1 add x0, x2, x0 ldr w2, [sp, 24] mov x1, x0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] .L2: ldr w0, [sp, 24] cmp w0, 4 ble .L3 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf add x0, sp, 23 mov x1, x0 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl __isoc99_scanf adrp x0, :got:stdin ldr x0, [x0, #:got_lo12:stdin] ldr x0, [x0] bl __fpurge ldrb w0, [sp, 23] sub w0, w0, #48 str w0, [sp, 28] ldr w0, [sp, 28] cmp w0, 4 beq .L4 ldr w0, [sp, 28] cmp w0, 4 bgt .L5 ldr w0, [sp, 28] cmp w0, 3 beq .L6 ldr w0, [sp, 28] cmp w0, 3 bgt .L5 ldr w0, [sp, 28] cmp w0, 2 beq .L7 ldr w0, [sp, 28] cmp w0, 2 bgt .L5 ldr w0, [sp, 28] cmp w0, 0 beq .L8 ldr w0, [sp, 28] cmp w0, 1 beq .L9 b .L5 .L8: add x2, sp, 32 ldrsw x1, [sp, 28] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 1 add x0, x2, x0 mov x1, x0 adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl printf b .L10 .L9: add x2, sp, 32 ldrsw x1, [sp, 28] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 1 add x0, x2, x0 mov x1, x0 adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl printf b .L10 .L7: add x2, sp, 32 ldrsw x1, [sp, 28] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 1 add x0, x2, x0 mov x1, x0 adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl printf b .L10 .L6: add x2, sp, 32 ldrsw x1, [sp, 28] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 1 add x0, x2, x0 mov x1, x0 adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl printf b .L10 .L4: add x2, sp, 32 ldrsw x1, [sp, 28] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 1 add x0, x2, x0 mov x1, x0 adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl printf b .L10 .L5: adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl puts nop .L10: ldr w0, [sp, 28] cmp w0, 4 bne .L11 adrp x0, .LC8 add x0, x0, :lo12:.LC8 bl puts mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 88] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L13 bl __stack_chk_fail .L13: mov w0, w1 ldp x29, x30, [sp], 96 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size main, .-main .section .rodata .align 3 .LC0: .string " Nuevo" .zero 2 .string " Abrir" .zero 2 .string "Guardar" .zero 2 .string " Cerrar" .zero 2 .string " Salir" .zero 2 .text ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "***Example of Nested Structure***" .align 3 .LC1: .string "Enter the Name of Car: " .align 3 .LC2: .string "Enter type of Car: (Mini) Sedan; Sports; Luxury; SUV: " .align 3 .LC3: .string "Enter the color of Car: " .align 3 .LC4: .string "Enter the maker of Car: " .align 3 .LC5: .string "Enter the Model of Car: " .align 3 .LC6: .string "Enter numbers of seats: " .align 3 .LC7: .string "%d" .align 3 .LC8: .string "Enter the price: " .align 3 .LC9: .string "Enter the engine capacity: " .align 3 .LC10: .string "\n\n**Print***" .align 3 .LC11: .string "\nCarName: %s" .align 3 .LC12: .string "\nCarType: %s" .align 3 .LC13: .string "\nColor: %s" .align 3 .LC14: .string "\nMaker: %s" .align 3 .LC15: .string "\nModel: %s" .align 3 .LC16: .string "\nNumbers of Seats: %d" .align 3 .LC17: .string "\nCar Price: %d" .align 3 .LC18: .string "\nCar engine Capacity: %d" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -128]! .cfi_def_cfa_offset 128 .cfi_offset 29, -128 .cfi_offset 30, -120 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 120] mov x1, 0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl puts adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl puts add x0, sp, 24 bl gets adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl puts add x0, sp, 24 add x0, x0, 72 bl gets adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl puts add x0, sp, 24 add x0, x0, 50 bl gets adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl puts add x0, sp, 24 add x0, x0, 20 bl gets adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl puts add x0, sp, 24 add x0, x0, 35 bl gets adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl printf add x0, sp, 24 add x0, x0, 60 mov x1, x0 adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl __isoc99_scanf adrp x0, .LC8 add x0, x0, :lo12:.LC8 bl printf add x0, sp, 24 add x0, x0, 68 mov x1, x0 adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl __isoc99_scanf adrp x0, .LC9 add x0, x0, :lo12:.LC9 bl printf add x0, sp, 24 add x0, x0, 64 mov x1, x0 adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl __isoc99_scanf adrp x0, .LC10 add x0, x0, :lo12:.LC10 bl puts add x0, sp, 24 mov x1, x0 adrp x0, .LC11 add x0, x0, :lo12:.LC11 bl printf add x0, sp, 24 add x0, x0, 72 mov x1, x0 adrp x0, .LC12 add x0, x0, :lo12:.LC12 bl printf add x0, sp, 24 add x0, x0, 50 mov x1, x0 adrp x0, .LC13 add x0, x0, :lo12:.LC13 bl printf add x0, sp, 24 add x0, x0, 20 mov x1, x0 adrp x0, .LC14 add x0, x0, :lo12:.LC14 bl printf add x0, sp, 24 add x0, x0, 35 mov x1, x0 adrp x0, .LC15 add x0, x0, :lo12:.LC15 bl printf ldr w0, [sp, 84] mov w1, w0 adrp x0, .LC16 add x0, x0, :lo12:.LC16 bl printf ldr w0, [sp, 92] mov w1, w0 adrp x0, .LC17 add x0, x0, :lo12:.LC17 bl printf ldr w0, [sp, 88] mov w1, w0 adrp x0, .LC18 add x0, x0, :lo12:.LC18 bl printf mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 120] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L3 bl __stack_chk_fail .L3: mov w0, w1 ldp x29, x30, [sp], 128 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global Reset .type Reset, %function Reset: .LFB0: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str wzr, [sp, 12] nop add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size Reset, .-Reset .section .vectrom,"ax",@progbits .align 2 .type Vectors, %function Vectors: .LFB1: .cfi_startproc adrp x0, Reset add x0, x0, :lo12:Reset #APP // 13 "program.c" 1 ldr pc, x0 // 0 "" 2 #NO_APP nop ret .cfi_endproc .LFE1: .size Vectors, .-Vectors .text .align 2 .global foo_dummy .type foo_dummy, %function foo_dummy: .LFB2: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp bl Vectors nop ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE2: .size foo_dummy, .-foo_dummy ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "--help" .align 3 .LC1: .string "Writes alternating values to TL880 RAM" .align 3 .LC2: .string "Usage: %s [addr [len] [width]]\n" .align 3 .LC3: .string "/dev/tl880/mem0" .align 3 .LC4: .string "Unable to open /dev/tl880/mem0" .align 3 .LC5: .string "Mapping memory space" .align 3 .LC6: .string "Failed to mmap region 1 (mem)" .align 3 .LC7: .string "Writing stripe values" .align 3 .LC8: .string "Unmapping memory space" .text .align 2 .global main .type main, %function main: .LFB6: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] str wzr, [sp, 48] mov w0, 16777216 str w0, [sp, 52] mov w0, 256 str w0, [sp, 56] ldr w0, [sp, 28] cmp w0, 4 bgt .L2 ldr w0, [sp, 28] cmp w0, 1 ble .L3 ldr x0, [sp, 16] add x0, x0, 8 ldr x3, [x0] mov x2, 6 adrp x0, .LC0 add x1, x0, :lo12:.LC0 mov x0, x3 bl strncmp cmp w0, 0 bne .L3 .L2: adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl puts ldr x0, [sp, 16] ldr x0, [x0] mov x1, x0 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf mov w0, -1 b .L4 .L3: ldr w0, [sp, 28] cmp w0, 1 ble .L5 ldr x0, [sp, 16] add x0, x0, 8 ldr x0, [x0] mov w2, 16 mov x1, 0 bl strtoul str w0, [sp, 48] .L5: ldr w0, [sp, 28] cmp w0, 2 ble .L6 ldr x0, [sp, 16] add x0, x0, 16 ldr x0, [x0] mov w2, 16 mov x1, 0 bl strtoul str w0, [sp, 52] .L6: ldr w0, [sp, 28] cmp w0, 3 ble .L7 ldr x0, [sp, 16] add x0, x0, 24 ldr x0, [x0] mov w2, 16 mov x1, 0 bl strtoul str w0, [sp, 56] .L7: ldr w0, [sp, 48] and w0, w0, -4 str w0, [sp, 48] ldr w0, [sp, 52] and w0, w0, -4 str w0, [sp, 52] ldr w0, [sp, 56] and w0, w0, -4 str w0, [sp, 56] ldr w2, [sp, 56] ldr w1, [sp, 56] mov w0, 8 cmp w2, 8 csel w0, w1, w0, cs str w0, [sp, 56] ldr w1, [sp, 48] mov w0, 16777215 cmp w1, w0 bls .L8 str wzr, [sp, 48] .L8: ldr w1, [sp, 48] ldr w0, [sp, 52] add w1, w1, w0 mov w0, 16777215 cmp w1, w0 bls .L9 mov w1, 16777216 ldr w0, [sp, 48] sub w0, w1, w0 str w0, [sp, 52] .L9: mov w1, 2 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl open str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 bge .L10 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl perror mov w0, -1 b .L4 .L10: adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl puts mov x5, 0 ldr w4, [sp, 60] mov w3, 1 mov w2, 3 mov x1, 16777216 mov x0, 0 bl mmap str x0, [sp, 64] ldr x0, [sp, 64] cmp x0, 0 bne .L11 adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl perror ldr w0, [sp, 60] bl close mov w0, -1 b .L4 .L11: ldr x0, [sp, 64] str x0, [sp, 72] adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl puts ldr w0, [sp, 48] str w0, [sp, 40] b .L12 .L17: str wzr, [sp, 44] b .L13 .L14: ldr w1, [sp, 40] ldr w0, [sp, 44] add w0, w1, w0 add w1, w0, 3 cmp w0, 0 csel w0, w1, w0, lt asr w0, w0, 2 sxtw x0, w0 lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 mov w1, -1 str w1, [x0] ldr w0, [sp, 44] add w0, w0, 4 str w0, [sp, 44] .L13: ldr w0, [sp, 56] lsr w1, w0, 1 ldr w0, [sp, 44] cmp w1, w0 bhi .L14 ldr w0, [sp, 56] lsr w0, w0, 1 str w0, [sp, 44] b .L15 .L16: ldr w1, [sp, 40] ldr w0, [sp, 44] add w0, w1, w0 add w1, w0, 3 cmp w0, 0 csel w0, w1, w0, lt asr w0, w0, 2 sxtw x0, w0 lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 str wzr, [x0] ldr w0, [sp, 44] add w0, w0, 4 str w0, [sp, 44] .L15: ldr w0, [sp, 44] ldr w1, [sp, 56] cmp w1, w0 bhi .L16 ldr w1, [sp, 40] ldr w0, [sp, 56] add w0, w1, w0 str w0, [sp, 40] .L12: ldr w1, [sp, 48] ldr w0, [sp, 52] add w1, w1, w0 ldr w0, [sp, 40] cmp w1, w0 bhi .L17 adrp x0, .LC8 add x0, x0, :lo12:.LC8 bl puts mov x1, 16777216 ldr x0, [sp, 64] bl munmap ldr w0, [sp, 60] bl close mov w0, 0 .L4: ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global lower .type lower, %function lower: .LFB6: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] str x0, [sp, 40] b .L2 .L4: bl __ctype_b_loc ldr x1, [x0] ldr x0, [sp, 40] ldrb w0, [x0] and x0, x0, 255 lsl x0, x0, 1 add x0, x1, x0 ldrh w0, [x0] and w0, w0, 256 cmp w0, 0 beq .L3 ldr x0, [sp, 40] ldrb w0, [x0] bl tolower and w1, w0, 255 ldr x0, [sp, 40] strb w1, [x0] .L3: ldr x0, [sp, 40] add x0, x0, 1 str x0, [sp, 40] .L2: ldr x0, [sp, 40] ldrb w0, [x0] cmp w0, 0 bne .L4 ldr x0, [sp, 24] ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size lower, .-lower .align 2 .global unquote .type unquote, %function unquote: .LFB7: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] ldr x0, [sp, 8] str x0, [sp, 24] ldr x0, [sp, 24] str x0, [sp, 16] b .L7 .L11: ldr x0, [sp, 16] ldrb w0, [x0] cmp w0, 39 beq .L8 ldr x0, [sp, 16] ldrb w0, [x0] cmp w0, 92 bne .L9 .L8: ldr x0, [sp, 16] add x0, x0, 1 ldrb w0, [x0] cmp w0, 0 bne .L10 ldr x0, [sp, 16] strb wzr, [x0] .L10: ldr x0, [sp, 16] add x0, x0, 1 ldrb w0, [x0] cmp w0, 0 cset w0, ne and w0, w0, 255 and x0, x0, 255 ldr x1, [sp, 16] add x0, x1, x0 str x0, [sp, 16] .L9: ldr x1, [sp, 16] add x0, x1, 1 str x0, [sp, 16] ldr x0, [sp, 24] add x2, x0, 1 str x2, [sp, 24] ldrb w1, [x1] strb w1, [x0] .L7: ldr x0, [sp, 16] ldrb w0, [x0] cmp w0, 0 bne .L11 ldr x0, [sp, 24] strb wzr, [x0] ldr x0, [sp, 8] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size unquote, .-unquote .align 2 .type quotedtoken, %function quotedtoken: .LFB8: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] ldr x0, [sp, 8] str x0, [sp, 24] b .L14 .L19: ldr x0, [sp, 24] ldrb w0, [x0] cmp w0, 39 bne .L15 ldr x0, [sp, 24] add x0, x0, 1 ldrb w0, [x0] cmp w0, 39 bne .L16 ldr x0, [sp, 24] add x0, x0, 1 str x0, [sp, 24] b .L17 .L16: ldr x0, [sp, 24] add x1, x0, 1 str x1, [sp, 24] strb wzr, [x0] b .L18 .L15: ldr x0, [sp, 24] ldrb w0, [x0] cmp w0, 92 bne .L17 ldr x0, [sp, 24] add x0, x0, 1 ldrb w0, [x0] cmp w0, 0 beq .L17 ldr x0, [sp, 24] add x0, x0, 2 str x0, [sp, 24] .L17: ldr x0, [sp, 24] add x0, x0, 1 str x0, [sp, 24] .L14: ldr x0, [sp, 24] ldrb w0, [x0] cmp w0, 0 bne .L19 .L18: ldr x0, [sp, 24] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size quotedtoken, .-quotedtoken .align 2 .type simpletoken, %function simpletoken: .LFB9: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] str x0, [sp, 40] b .L22 .L24: ldr x0, [sp, 40] add x0, x0, 1 str x0, [sp, 40] .L22: ldr x0, [sp, 40] ldrb w0, [x0] cmp w0, 0 beq .L23 ldr x0, [sp, 40] ldrb w0, [x0] cmp w0, 39 beq .L23 bl __ctype_b_loc ldr x1, [x0] ldr x0, [sp, 40] ldrb w0, [x0] and x0, x0, 255 lsl x0, x0, 1 add x0, x1, x0 ldrh w0, [x0] and w0, w0, 8192 cmp w0, 0 beq .L24 .L23: ldr x0, [sp, 40] ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE9: .size simpletoken, .-simpletoken .align 2 .global tokenizeq .type tokenizeq, %function tokenizeq: .LFB10: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str w2, [sp, 28] ldr x0, [sp, 40] cmp x0, 0 beq .L27 ldr x0, [sp, 32] cmp x0, 0 beq .L27 ldr w0, [sp, 28] cmp w0, 0 bgt .L28 .L27: mov w0, -1 b .L29 .L28: ldr x0, [sp, 40] str x0, [sp, 56] str wzr, [sp, 52] b .L30 .L32: ldr x0, [sp, 56] add x1, x0, 1 str x1, [sp, 56] strb wzr, [x0] .L31: bl __ctype_b_loc ldr x1, [x0] ldr x0, [sp, 56] ldrb w0, [x0] and x0, x0, 255 lsl x0, x0, 1 add x0, x1, x0 ldrh w0, [x0] and w0, w0, 8192 cmp w0, 0 bne .L32 ldr x0, [sp, 56] ldrb w0, [x0] cmp w0, 0 beq .L40 cmp w0, 39 bne .L39 ldr x0, [sp, 56] add x1, x0, 1 str x1, [sp, 56] strb wzr, [x0] ldrsw x0, [sp, 52] lsl x0, x0, 3 ldr x1, [sp, 32] add x0, x1, x0 ldr x1, [sp, 56] str x1, [x0] ldr x0, [sp, 56] add x0, x0, 1 bl quotedtoken str x0, [sp, 56] ldrsw x0, [sp, 52] lsl x0, x0, 3 ldr x1, [sp, 32] add x0, x1, x0 ldr x0, [x0] bl unquote ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] b .L36 .L39: ldr w0, [sp, 52] add w1, w0, 1 str w1, [sp, 52] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 32] add x0, x1, x0 ldr x1, [sp, 56] str x1, [x0] ldr x0, [sp, 56] bl simpletoken str x0, [sp, 56] b .L36 .L40: nop .L36: ldr w1, [sp, 52] ldr w0, [sp, 28] cmp w1, w0 bge .L41 .L30: ldr x0, [sp, 56] ldrb w0, [x0] cmp w0, 0 bne .L31 b .L37 .L41: nop .L37: ldr w0, [sp, 52] .L29: ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE10: .size tokenizeq, .-tokenizeq ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "Deseja Criptografar (C) ou Descriptografar (D)? " .align 3 .LC1: .string "%c" .align 3 .LC2: .string "Frase para Criptografar: " .align 3 .LC3: .string "Frase Entrada: %s\n" .align 3 .LC4: .string "Cripto Saida: %s\n" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -176]! .cfi_def_cfa_offset 176 .cfi_offset 29, -176 .cfi_offset 30, -168 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 168] mov x1, 0 mov w0, 3 str w0, [sp, 40] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf add x0, sp, 48 mov x1, x0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl __isoc99_scanf bl getchar ldrb w0, [sp, 48] cmp w0, 68 beq .L2 ldrb w0, [sp, 48] cmp w0, 100 bne .L3 .L2: mov w0, -3 str w0, [sp, 40] b .L4 .L3: mov w0, 3 str w0, [sp, 40] .L4: adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf adrp x0, :got:stdin ldr x0, [x0, #:got_lo12:stdin] ldr x1, [x0] add x0, sp, 56 mov x2, x1 mov w1, 50 bl fgets add x0, sp, 56 bl strlen str w0, [sp, 44] str wzr, [sp, 36] b .L5 .L6: ldrsw x0, [sp, 36] add x1, sp, 56 ldrb w1, [x1, x0] ldr w0, [sp, 40] and w0, w0, 255 add w0, w1, w0 and w2, w0, 255 ldrsw x0, [sp, 36] add x1, sp, 112 strb w2, [x1, x0] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L5: ldr w1, [sp, 36] ldr w0, [sp, 44] cmp w1, w0 blt .L6 ldrsw x0, [sp, 36] add x1, sp, 112 strb wzr, [x1, x0] add x0, sp, 56 mov x1, x0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf add x0, sp, 112 mov x1, x0 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 168] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L8 bl __stack_chk_fail .L8: mov w0, w1 ldp x29, x30, [sp], 176 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "failed" .align 3 .LC1: .string "ino = %d\n" .align 3 .LC2: .string "mode = %x\n" .align 3 .LC3: .string "nlink = %d\n" .align 3 .LC4: .string "size = %d\n" .text .align 2 .global main .type main, %function main: .LFB6: .cfi_startproc stp x29, x30, [sp, -176]! .cfi_def_cfa_offset 176 .cfi_offset 29, -176 .cfi_offset 30, -168 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 168] mov x1, 0 ldr x0, [sp, 16] add x0, x0, 8 ldr x0, [x0] add x1, sp, 40 bl stat cmp w0, 0 bge .L2 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl puts mov w0, -1 b .L4 .L2: ldr x0, [sp, 48] mov x1, x0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf ldr w0, [sp, 56] mov w1, w0 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf ldr w0, [sp, 60] mov w1, w0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf ldr x0, [sp, 88] mov w1, w0 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf mov w0, 0 .L4: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 168] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L5 bl __stack_chk_fail .L5: mov w0, w1 ldp x29, x30, [sp], 176 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global dsp_lut .data .align 3 .type dsp_lut, %object .size dsp_lut, 1024 dsp_lut: .word 0 .word 65793 .word 131586 .word 197379 .word 263172 .word 328965 .word 394758 .word 460551 .word 526344 .word 592137 .word 657930 .word 723723 .word 789516 .word 855309 .word 921102 .word 986895 .word 1052688 .word 1118481 .word 1184274 .word 1250067 .word 1315860 .word 1381653 .word 1447446 .word 1513239 .word 1579032 .word 1644825 .word 1710618 .word 1776411 .word 1842204 .word 1907997 .word 1973790 .word 2039583 .word 2105376 .word 2171169 .word 2236962 .word 2302755 .word 2368548 .word 2434341 .word 2500134 .word 2565927 .word 2631720 .word 2697513 .word 2763306 .word 2829099 .word 2894892 .word 2960685 .word 3026478 .word 3092271 .word 3158064 .word 3223857 .word 3289650 .word 3355443 .word 3421236 .word 3487029 .word 3552822 .word 3618615 .word 3684408 .word 3750201 .word 3815994 .word 3881787 .word 3947580 .word 4013373 .word 4079166 .word 4144959 .word 4210752 .word 4276545 .word 4342338 .word 4408131 .word 4473924 .word 4539717 .word 4605510 .word 4671303 .word 4737096 .word 4802889 .word 4868682 .word 4934475 .word 5000268 .word 5066061 .word 5131854 .word 5197647 .word 5263440 .word 5329233 .word 5395026 .word 5460819 .word 5526612 .word 5592405 .word 5658198 .word 5723991 .word 5789784 .word 5855577 .word 5921370 .word 5987163 .word 6052956 .word 6118749 .word 6184542 .word 6250335 .word 6316128 .word 6381921 .word 6447714 .word 6513507 .word 6579300 .word 6645093 .word 6710886 .word 6776679 .word 6842472 .word 6908265 .word 6974058 .word 7039851 .word 7105644 .word 7171437 .word 7237230 .word 7303023 .word 7368816 .word 7434609 .word 7500402 .word 7566195 .word 7631988 .word 7697781 .word 7763574 .word 7829367 .word 7895160 .word 7960953 .word 8026746 .word 8092539 .word 8158332 .word 8224125 .word 8289918 .word 8355711 .word 8421504 .word 8487297 .word 8553090 .word 8618883 .word 8684676 .word 8750469 .word 8816262 .word 8882055 .word 8947848 .word 9013641 .word 9079434 .word 9145227 .word 9211020 .word 9276813 .word 9342606 .word 9408399 .word 9474192 .word 9539985 .word 9605778 .word 9671571 .word 9737364 .word 9803157 .word 9868950 .word 9934743 .word 10000536 .word 10066329 .word 10132122 .word 10197915 .word 10263708 .word 10329501 .word 10395294 .word 10461087 .word 10526880 .word 10592673 .word 10658466 .word 10724259 .word 10790052 .word 10855845 .word 10921638 .word 10987431 .word 11053224 .word 11119017 .word 11184810 .word 11250603 .word 11316396 .word 11382189 .word 11447982 .word 11513775 .word 11579568 .word 11645361 .word 11711154 .word 11776947 .word 11842740 .word 11908533 .word 11974326 .word 12040119 .word 12105912 .word 12171705 .word 12237498 .word 12303291 .word 12369084 .word 12434877 .word 12500670 .word 12566463 .word 12632256 .word 12698049 .word 12763842 .word 12829635 .word 12895428 .word 12961221 .word 13027014 .word 13092807 .word 13158600 .word 13224393 .word 13290186 .word 13355979 .word 13421772 .word 13487565 .word 13553358 .word 13619151 .word 13684944 .word 13750737 .word 13816530 .word 13882323 .word 13948116 .word 14013909 .word 14079702 .word 14145495 .word 14211288 .word 14277081 .word 14342874 .word 14408667 .word 14474460 .word 14540253 .word 14606046 .word 14671839 .word 14737632 .word 14803425 .word 14869218 .word 14935011 .word 15000804 .word 15066597 .word 15132390 .word 15198183 .word 15263976 .word 15329769 .word 15395562 .word 15461355 .word 15527148 .word 15592941 .word 15658734 .word 15724527 .word 15790320 .word 15856113 .word 15921906 .word 15987699 .word 16053492 .word 16119285 .word 16185078 .word 16250871 .word 16316664 .word 16382457 .word 16448250 .word 16514043 .word 16579836 .word 16645629 .word 16711422 .word 16777215 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "I'm daemon process...\n" .align 3 .LC1: .string "/tmp/test_daemon.log" .align 3 .LC2: .string "open /tmp/test_daemon.log fail." .text .align 2 .global main .type main, %function main: .LFB6: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp bl daemon_init adrp x0, .LC0 add x0, x0, :lo12:.LC0 str x0, [sp, 24] mov w2, 438 mov w1, 1090 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl open str w0, [sp, 20] ldr w0, [sp, 20] cmp w0, 0 bge .L2 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl puts mov w0, 1 bl exit .L2: ldr x0, [sp, 24] bl strlen mov x2, x0 ldr x1, [sp, 24] ldr w0, [sp, 20] bl write mov w0, 3 bl sleep b .L2 .cfi_endproc .LFE6: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global overflow .type overflow, %function overflow: .LFB6: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 24] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 56] mov x1, 0 add x0, sp, 40 ldr x1, [sp, 24] bl strcpy nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 56] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L2 bl __stack_chk_fail .L2: ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size overflow, .-overflow .section .rodata .align 3 .LC0: .string "errno=%d " .align 3 .LC1: .string "socket create successfully " .align 3 .LC2: .string "bind failed " .align 3 .LC3: .string "bind successfully " .align 3 .LC4: .string "listen error " .align 3 .LC5: .string "listen successfully " .align 3 .LC6: .string "number of receive bytes = %d " .align 3 .LC7: .string "write" .align 3 .LC8: .string "quit" .align 3 .LC9: .string "server is closed" .text .align 2 .global main .type main, %function main: .LFB7: .cfi_startproc stp x29, x30, [sp, -176]! .cfi_def_cfa_offset 176 .cfi_offset 29, -176 .cfi_offset 30, -168 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 168] mov x1, 0 mov w2, 0 mov w1, 1 mov w0, 2 bl socket str w0, [sp, 20] ldr w0, [sp, 20] cmn w0, #1 bne .L4 bl __errno_location ldr w0, [x0] mov w1, w0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf mov w0, 1 bl exit .L4: adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf add x0, sp, 32 stp xzr, xzr, [x0] mov w0, 2 strh w0, [sp, 32] mov w0, 8080 bl htons and w0, w0, 65535 strh w0, [sp, 34] mov w0, 0 bl htons and w0, w0, 65535 str w0, [sp, 36] add x0, sp, 32 mov w2, 16 mov x1, x0 ldr w0, [sp, 20] bl bind cmp w0, 0 beq .L5 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf bl __errno_location ldr w0, [x0] mov w1, w0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf mov w0, 1 bl exit .L5: adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf mov w1, 10 ldr w0, [sp, 20] bl listen cmp w0, 0 beq .L6 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf mov w0, 1 bl exit .L6: adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl printf mov w0, 16 str w0, [sp, 16] b .L7 .L12: add x0, sp, 64 bl overflow ldr w1, [sp, 28] adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl printf ldrsw x0, [sp, 28] add x1, sp, 64 strb wzr, [x1, x0] add x0, sp, 64 bl puts ldrsw x1, [sp, 28] add x0, sp, 64 mov w3, 0 mov x2, x1 mov x1, x0 ldr w0, [sp, 24] bl send cmp x0, 0 bge .L9 adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl perror mov w0, 1 b .L14 .L9: add x2, sp, 64 adrp x0, .LC8 add x1, x0, :lo12:.LC8 mov x0, x2 bl strcmp cmp w0, 0 bne .L8 adrp x0, .LC9 add x0, x0, :lo12:.LC9 bl printf b .L11 .L8: add x0, sp, 64 mov w3, 0 mov x2, 100 mov x1, x0 ldr w0, [sp, 24] bl recv str w0, [sp, 28] ldr w0, [sp, 28] cmp w0, 0 bgt .L12 .L11: ldr w0, [sp, 24] bl close .L7: add x1, sp, 16 add x0, sp, 48 mov x2, x1 mov x1, x0 ldr w0, [sp, 20] bl accept str w0, [sp, 24] ldr w0, [sp, 24] cmp w0, 0 bgt .L8 ldr w0, [sp, 20] bl close mov w0, 0 .L14: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 168] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L15 bl __stack_chk_fail .L15: mov w0, w1 ldp x29, x30, [sp], 176 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc sub sp, sp, #48 .cfi_def_cfa_offset 48 str w0, [sp, 28] str x1, [sp, 16] str x2, [sp, 8] str x3, [sp] str wzr, [sp, 44] b .L2 .L7: ldrsw x0, [sp, 44] lsl x0, x0, 3 ldr x1, [sp] add x0, x1, x0 ldr w0, [x0] cmp w0, 16 bne .L3 ldrsw x0, [sp, 44] lsl x0, x0, 3 ldr x1, [sp] add x0, x1, x0 ldr w0, [x0, 4] and w0, w0, 1024 cmp w0, 0 bne .L8 mov w0, 1 b .L5 .L3: ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L2: ldrsw x0, [sp, 44] lsl x0, x0, 3 ldr x1, [sp] add x0, x1, x0 ldr w0, [x0] cmp w0, 0 bne .L7 b .L6 .L8: nop .L6: #APP // 43 "program.c" 1 mtfsfi 7, 5, 1 // 0 "" 2 #NO_APP mov w0, 0 .L5: add sp, sp, 48 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global IN_Init .type IN_Init, %function IN_Init: .LFB0: .cfi_startproc nop ret .cfi_endproc .LFE0: .size IN_Init, .-IN_Init .align 2 .global IN_Frame .type IN_Frame, %function IN_Frame: .LFB1: .cfi_startproc nop ret .cfi_endproc .LFE1: .size IN_Frame, .-IN_Frame .align 2 .global IN_Shutdown .type IN_Shutdown, %function IN_Shutdown: .LFB2: .cfi_startproc nop ret .cfi_endproc .LFE2: .size IN_Shutdown, .-IN_Shutdown .align 2 .global IN_Restart .type IN_Restart, %function IN_Restart: .LFB3: .cfi_startproc nop ret .cfi_endproc .LFE3: .size IN_Restart, .-IN_Restart ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global MAX_RD_ORD .bss .align 2 .type MAX_RD_ORD, %object .size MAX_RD_ORD, 4 MAX_RD_ORD: .zero 4 .global MAX_WR_ORD .align 2 .type MAX_WR_ORD, %object .size MAX_WR_ORD, 4 MAX_WR_ORD: .zero 4 .global NETIF_MSG_HW .align 2 .type NETIF_MSG_HW, %object .size NETIF_MSG_HW, 4 NETIF_MSG_HW: .zero 4 .global NUM_RD_Q .align 2 .type NUM_RD_Q, %object .size NUM_RD_Q, 4 NUM_RD_Q: .zero 4 .global NUM_WR_Q .align 2 .type NUM_WR_Q, %object .size NUM_WR_Q, 4 NUM_WR_Q: .zero 4 .global PCIE_REG_PCIER_TL_HDR_FC_ST .align 3 .type PCIE_REG_PCIER_TL_HDR_FC_ST, %object .size PCIE_REG_PCIER_TL_HDR_FC_ST, 8 PCIE_REG_PCIER_TL_HDR_FC_ST: .zero 8 .global PXP2_REG_PGL_TAGS_LIMIT .align 3 .type PXP2_REG_PGL_TAGS_LIMIT, %object .size PXP2_REG_PGL_TAGS_LIMIT, 8 PXP2_REG_PGL_TAGS_LIMIT: .zero 8 .global PXP2_REG_PSWRQ_BW_RD .align 3 .type PXP2_REG_PSWRQ_BW_RD, %object .size PXP2_REG_PSWRQ_BW_RD, 8 PXP2_REG_PSWRQ_BW_RD: .zero 8 .global PXP2_REG_PSWRQ_BW_WR .align 3 .type PXP2_REG_PSWRQ_BW_WR, %object .size PXP2_REG_PSWRQ_BW_WR, 8 PXP2_REG_PSWRQ_BW_WR: .zero 8 .global PXP2_REG_RQ_BW_WR_L29 .align 3 .type PXP2_REG_RQ_BW_WR_L29, %object .size PXP2_REG_RQ_BW_WR_L29, 8 PXP2_REG_RQ_BW_WR_L29: .zero 8 .global PXP2_REG_RQ_BW_WR_L30 .align 3 .type PXP2_REG_RQ_BW_WR_L30, %object .size PXP2_REG_RQ_BW_WR_L30, 8 PXP2_REG_RQ_BW_WR_L30: .zero 8 .global PXP2_REG_RQ_PDR_LIMIT .align 3 .type PXP2_REG_RQ_PDR_LIMIT, %object .size PXP2_REG_RQ_PDR_LIMIT, 8 PXP2_REG_RQ_PDR_LIMIT: .zero 8 .global PXP2_REG_RQ_RD_MBS0 .align 3 .type PXP2_REG_RQ_RD_MBS0, %object .size PXP2_REG_RQ_RD_MBS0, 8 PXP2_REG_RQ_RD_MBS0: .zero 8 .global PXP2_REG_RQ_RD_MBS1 .align 3 .type PXP2_REG_RQ_RD_MBS1, %object .size PXP2_REG_RQ_RD_MBS1, 8 PXP2_REG_RQ_RD_MBS1: .zero 8 .global PXP2_REG_RQ_WR_MBS0 .align 3 .type PXP2_REG_RQ_WR_MBS0, %object .size PXP2_REG_RQ_WR_MBS0, 8 PXP2_REG_RQ_WR_MBS0: .zero 8 .global PXP2_REG_RQ_WR_MBS1 .align 3 .type PXP2_REG_RQ_WR_MBS1, %object .size PXP2_REG_RQ_WR_MBS1, 8 PXP2_REG_RQ_WR_MBS1: .zero 8 .global PXP2_REG_WR_CDU_MPS .align 3 .type PXP2_REG_WR_CDU_MPS, %object .size PXP2_REG_WR_CDU_MPS, 8 PXP2_REG_WR_CDU_MPS: .zero 8 .global PXP2_REG_WR_CSDM_MPS .align 3 .type PXP2_REG_WR_CSDM_MPS, %object .size PXP2_REG_WR_CSDM_MPS, 8 PXP2_REG_WR_CSDM_MPS: .zero 8 .global PXP2_REG_WR_DBG_MPS .align 3 .type PXP2_REG_WR_DBG_MPS, %object .size PXP2_REG_WR_DBG_MPS, 8 PXP2_REG_WR_DBG_MPS: .zero 8 .global PXP2_REG_WR_DMAE_MPS .align 3 .type PXP2_REG_WR_DMAE_MPS, %object .size PXP2_REG_WR_DMAE_MPS, 8 PXP2_REG_WR_DMAE_MPS: .zero 8 .global PXP2_REG_WR_HC_MPS .align 3 .type PXP2_REG_WR_HC_MPS, %object .size PXP2_REG_WR_HC_MPS, 8 PXP2_REG_WR_HC_MPS: .zero 8 .global PXP2_REG_WR_QM_MPS .align 3 .type PXP2_REG_WR_QM_MPS, %object .size PXP2_REG_WR_QM_MPS, 8 PXP2_REG_WR_QM_MPS: .zero 8 .global PXP2_REG_WR_SRC_MPS .align 3 .type PXP2_REG_WR_SRC_MPS, %object .size PXP2_REG_WR_SRC_MPS, 8 PXP2_REG_WR_SRC_MPS: .zero 8 .global PXP2_REG_WR_TM_MPS .align 3 .type PXP2_REG_WR_TM_MPS, %object .size PXP2_REG_WR_TM_MPS, 8 PXP2_REG_WR_TM_MPS: .zero 8 .global PXP2_REG_WR_TSDM_MPS .align 3 .type PXP2_REG_WR_TSDM_MPS, %object .size PXP2_REG_WR_TSDM_MPS, 8 PXP2_REG_WR_TSDM_MPS: .zero 8 .global PXP2_REG_WR_USDMDP_TH .align 3 .type PXP2_REG_WR_USDMDP_TH, %object .size PXP2_REG_WR_USDMDP_TH, 8 PXP2_REG_WR_USDMDP_TH: .zero 8 .global PXP2_REG_WR_USDM_MPS .align 3 .type PXP2_REG_WR_USDM_MPS, %object .size PXP2_REG_WR_USDM_MPS, 8 PXP2_REG_WR_USDM_MPS: .zero 8 .global PXP2_REG_WR_XSDM_MPS .align 3 .type PXP2_REG_WR_XSDM_MPS, %object .size PXP2_REG_WR_XSDM_MPS, 8 PXP2_REG_WR_XSDM_MPS: .zero 8 .global read_arb_addr .align 3 .type read_arb_addr, %object .size read_arb_addr, 8 read_arb_addr: .zero 8 .global read_arb_data .align 3 .type read_arb_data, %object .size read_arb_data, 8 read_arb_data: .zero 8 .global write_arb_addr .align 3 .type write_arb_addr, %object .size write_arb_addr, 8 write_arb_addr: .zero 8 .global write_arb_data .align 3 .type write_arb_data, %object .size write_arb_data, 8 write_arb_data: .zero 8 .section .rodata .align 3 .LC0: .string "read order of %d order adjusted to %d\n" .align 3 .LC1: .string "write order of %d order adjusted to %d\n" .align 3 .LC2: .string "write order adjusted to 1 for FPGA\n" .align 3 .LC3: .string "read order %d write order %d\n" .text .align 2 .type bnx2x_init_pxp_arb, %function bnx2x_init_pxp_arb: .LFB0: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str w1, [sp, 20] str w2, [sp, 16] adrp x0, MAX_RD_ORD add x0, x0, :lo12:MAX_RD_ORD ldr w0, [x0] ldr w1, [sp, 20] cmp w1, w0 ble .L2 adrp x0, NETIF_MSG_HW add x0, x0, :lo12:NETIF_MSG_HW ldr w4, [x0] adrp x0, MAX_RD_ORD add x0, x0, :lo12:MAX_RD_ORD ldr w0, [x0] mov w3, w0 ldr w2, [sp, 20] adrp x0, .LC0 add x1, x0, :lo12:.LC0 mov w0, w4 bl DP adrp x0, MAX_RD_ORD add x0, x0, :lo12:MAX_RD_ORD ldr w0, [x0] str w0, [sp, 20] .L2: adrp x0, MAX_WR_ORD add x0, x0, :lo12:MAX_WR_ORD ldr w0, [x0] ldr w1, [sp, 16] cmp w1, w0 ble .L3 adrp x0, NETIF_MSG_HW add x0, x0, :lo12:NETIF_MSG_HW ldr w4, [x0] adrp x0, MAX_WR_ORD add x0, x0, :lo12:MAX_WR_ORD ldr w0, [x0] mov w3, w0 ldr w2, [sp, 16] adrp x0, .LC1 add x1, x0, :lo12:.LC1 mov w0, w4 bl DP adrp x0, MAX_WR_ORD add x0, x0, :lo12:MAX_WR_ORD ldr w0, [x0] str w0, [sp, 16] .L3: ldr x0, [sp, 24] bl CHIP_REV_IS_FPGA cmp x0, 0 beq .L4 adrp x0, NETIF_MSG_HW add x0, x0, :lo12:NETIF_MSG_HW ldr w2, [x0] adrp x0, .LC2 add x1, x0, :lo12:.LC2 mov w0, w2 bl DP str wzr, [sp, 16] .L4: adrp x0, NETIF_MSG_HW add x0, x0, :lo12:NETIF_MSG_HW ldr w4, [x0] ldr w3, [sp, 16] ldr w2, [sp, 20] adrp x0, .LC3 add x1, x0, :lo12:.LC3 mov w0, w4 bl DP str wzr, [sp, 44] b .L5 .L6: adrp x0, read_arb_addr add x0, x0, :lo12:read_arb_addr ldr x2, [x0] ldrsw x1, [sp, 44] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x3, [x0] adrp x0, read_arb_data add x0, x0, :lo12:read_arb_data ldr x1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 3 add x0, x1, x0 ldr x2, [x0] ldrsw x1, [sp, 20] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w0, [x0] mov w2, w0 mov x1, x3 ldr x0, [sp, 24] bl REG_WR adrp x0, read_arb_addr add x0, x0, :lo12:read_arb_addr ldr x2, [x0] ldrsw x1, [sp, 44] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x3, [x0, 8] adrp x0, read_arb_data add x0, x0, :lo12:read_arb_data ldr x1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 3 add x0, x1, x0 ldr x2, [x0] ldrsw x1, [sp, 20] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w0, [x0, 4] mov w2, w0 mov x1, x3 ldr x0, [sp, 24] bl REG_WR adrp x0, read_arb_addr add x0, x0, :lo12:read_arb_addr ldr x2, [x0] ldrsw x1, [sp, 44] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x3, [x0, 16] adrp x0, read_arb_data add x0, x0, :lo12:read_arb_data ldr x1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 3 add x0, x1, x0 ldr x2, [x0] ldrsw x1, [sp, 20] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w0, [x0, 8] mov w2, w0 mov x1, x3 ldr x0, [sp, 24] bl REG_WR ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L5: adrp x0, NUM_RD_Q add x0, x0, :lo12:NUM_RD_Q ldr w0, [x0] sub w0, w0, #1 ldr w1, [sp, 44] cmp w1, w0 blt .L6 str wzr, [sp, 44] b .L7 .L11: adrp x0, write_arb_addr add x0, x0, :lo12:write_arb_addr ldr x2, [x0] ldrsw x1, [sp, 44] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x1, [x0] adrp x0, PXP2_REG_RQ_BW_WR_L29 add x0, x0, :lo12:PXP2_REG_RQ_BW_WR_L29 ldr x0, [x0] cmp x1, x0 beq .L8 adrp x0, write_arb_addr add x0, x0, :lo12:write_arb_addr ldr x2, [x0] ldrsw x1, [sp, 44] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x1, [x0] adrp x0, PXP2_REG_RQ_BW_WR_L30 add x0, x0, :lo12:PXP2_REG_RQ_BW_WR_L30 ldr x0, [x0] cmp x1, x0 bne .L9 .L8: adrp x0, write_arb_addr add x0, x0, :lo12:write_arb_addr ldr x2, [x0] ldrsw x1, [sp, 44] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x3, [x0] adrp x0, write_arb_data add x0, x0, :lo12:write_arb_data ldr x1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 3 add x0, x1, x0 ldr x2, [x0] ldrsw x1, [sp, 16] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w0, [x0] mov w2, w0 mov x1, x3 ldr x0, [sp, 24] bl REG_WR adrp x0, write_arb_addr add x0, x0, :lo12:write_arb_addr ldr x2, [x0] ldrsw x1, [sp, 44] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x3, [x0, 8] adrp x0, write_arb_data add x0, x0, :lo12:write_arb_data ldr x1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 3 add x0, x1, x0 ldr x2, [x0] ldrsw x1, [sp, 16] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w0, [x0, 4] mov w2, w0 mov x1, x3 ldr x0, [sp, 24] bl REG_WR adrp x0, write_arb_addr add x0, x0, :lo12:write_arb_addr ldr x2, [x0] ldrsw x1, [sp, 44] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x3, [x0, 16] adrp x0, write_arb_data add x0, x0, :lo12:write_arb_data ldr x1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 3 add x0, x1, x0 ldr x2, [x0] ldrsw x1, [sp, 16] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w0, [x0, 8] mov w2, w0 mov x1, x3 ldr x0, [sp, 24] bl REG_WR b .L10 .L9: adrp x0, write_arb_addr add x0, x0, :lo12:write_arb_addr ldr x2, [x0] ldrsw x1, [sp, 44] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x0, [x0] mov x1, x0 ldr x0, [sp, 24] bl REG_RD str w0, [sp, 40] adrp x0, write_arb_addr add x0, x0, :lo12:write_arb_addr ldr x2, [x0] ldrsw x1, [sp, 44] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x3, [x0] adrp x0, write_arb_data add x0, x0, :lo12:write_arb_data ldr x1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 3 add x0, x1, x0 ldr x2, [x0] ldrsw x1, [sp, 16] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w0, [x0] lsl w1, w0, 10 ldr w0, [sp, 40] orr w0, w1, w0 mov w2, w0 mov x1, x3 ldr x0, [sp, 24] bl REG_WR adrp x0, write_arb_addr add x0, x0, :lo12:write_arb_addr ldr x2, [x0] ldrsw x1, [sp, 44] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x0, [x0, 8] mov x1, x0 ldr x0, [sp, 24] bl REG_RD str w0, [sp, 40] adrp x0, write_arb_addr add x0, x0, :lo12:write_arb_addr ldr x2, [x0] ldrsw x1, [sp, 44] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x3, [x0, 8] adrp x0, write_arb_data add x0, x0, :lo12:write_arb_data ldr x1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 3 add x0, x1, x0 ldr x2, [x0] ldrsw x1, [sp, 16] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w0, [x0, 4] lsl w1, w0, 10 ldr w0, [sp, 40] orr w0, w1, w0 mov w2, w0 mov x1, x3 ldr x0, [sp, 24] bl REG_WR adrp x0, write_arb_addr add x0, x0, :lo12:write_arb_addr ldr x2, [x0] ldrsw x1, [sp, 44] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x0, [x0, 16] mov x1, x0 ldr x0, [sp, 24] bl REG_RD str w0, [sp, 40] adrp x0, write_arb_addr add x0, x0, :lo12:write_arb_addr ldr x2, [x0] ldrsw x1, [sp, 44] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x3, [x0, 16] adrp x0, write_arb_data add x0, x0, :lo12:write_arb_data ldr x1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 3 add x0, x1, x0 ldr x2, [x0] ldrsw x1, [sp, 16] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w0, [x0, 8] lsl w1, w0, 7 ldr w0, [sp, 40] orr w0, w1, w0 mov w2, w0 mov x1, x3 ldr x0, [sp, 24] bl REG_WR .L10: ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L7: adrp x0, NUM_WR_Q add x0, x0, :lo12:NUM_WR_Q ldr w0, [x0] sub w0, w0, #1 ldr w1, [sp, 44] cmp w1, w0 blt .L11 adrp x0, write_arb_data add x0, x0, :lo12:write_arb_data ldr x1, [x0] adrp x0, NUM_WR_Q add x0, x0, :lo12:NUM_WR_Q ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 3 sub x0, x0, #8 add x0, x1, x0 ldr x2, [x0] ldrsw x1, [sp, 16] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w0, [x0, 4] str w0, [sp, 40] adrp x0, write_arb_data add x0, x0, :lo12:write_arb_data ldr x1, [x0] adrp x0, NUM_WR_Q add x0, x0, :lo12:NUM_WR_Q ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 3 sub x0, x0, #8 add x0, x1, x0 ldr x2, [x0] ldrsw x1, [sp, 16] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w0, [x0, 8] lsl w0, w0, 10 ldr w1, [sp, 40] add w0, w1, w0 str w0, [sp, 40] adrp x0, write_arb_data add x0, x0, :lo12:write_arb_data ldr x1, [x0] adrp x0, NUM_WR_Q add x0, x0, :lo12:NUM_WR_Q ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 3 sub x0, x0, #8 add x0, x1, x0 ldr x2, [x0] ldrsw x1, [sp, 16] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w0, [x0] lsl w0, w0, 17 ldr w1, [sp, 40] add w0, w1, w0 str w0, [sp, 40] adrp x0, PXP2_REG_PSWRQ_BW_RD add x0, x0, :lo12:PXP2_REG_PSWRQ_BW_RD ldr x0, [x0] ldr w2, [sp, 40] mov x1, x0 ldr x0, [sp, 24] bl REG_WR adrp x0, read_arb_data add x0, x0, :lo12:read_arb_data ldr x1, [x0] adrp x0, NUM_RD_Q add x0, x0, :lo12:NUM_RD_Q ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 3 sub x0, x0, #8 add x0, x1, x0 ldr x2, [x0] ldrsw x1, [sp, 20] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w0, [x0, 4] str w0, [sp, 40] adrp x0, read_arb_data add x0, x0, :lo12:read_arb_data ldr x1, [x0] adrp x0, NUM_RD_Q add x0, x0, :lo12:NUM_RD_Q ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 3 sub x0, x0, #8 add x0, x1, x0 ldr x2, [x0] ldrsw x1, [sp, 20] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w0, [x0, 8] lsl w0, w0, 10 ldr w1, [sp, 40] add w0, w1, w0 str w0, [sp, 40] adrp x0, read_arb_data add x0, x0, :lo12:read_arb_data ldr x1, [x0] adrp x0, NUM_RD_Q add x0, x0, :lo12:NUM_RD_Q ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 3 sub x0, x0, #8 add x0, x1, x0 ldr x2, [x0] ldrsw x1, [sp, 20] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w0, [x0] lsl w0, w0, 17 ldr w1, [sp, 40] add w0, w1, w0 str w0, [sp, 40] adrp x0, PXP2_REG_PSWRQ_BW_WR add x0, x0, :lo12:PXP2_REG_PSWRQ_BW_WR ldr x0, [x0] ldr w2, [sp, 40] mov x1, x0 ldr x0, [sp, 24] bl REG_WR adrp x0, PXP2_REG_RQ_WR_MBS0 add x0, x0, :lo12:PXP2_REG_RQ_WR_MBS0 ldr x0, [x0] ldr w2, [sp, 16] mov x1, x0 ldr x0, [sp, 24] bl REG_WR adrp x0, PXP2_REG_RQ_WR_MBS1 add x0, x0, :lo12:PXP2_REG_RQ_WR_MBS1 ldr x0, [x0] ldr w2, [sp, 16] mov x1, x0 ldr x0, [sp, 24] bl REG_WR adrp x0, PXP2_REG_RQ_RD_MBS0 add x0, x0, :lo12:PXP2_REG_RQ_RD_MBS0 ldr x0, [x0] ldr w2, [sp, 20] mov x1, x0 ldr x0, [sp, 24] bl REG_WR adrp x0, PXP2_REG_RQ_RD_MBS1 add x0, x0, :lo12:PXP2_REG_RQ_RD_MBS1 ldr x0, [x0] ldr w2, [sp, 20] mov x1, x0 ldr x0, [sp, 24] bl REG_WR ldr x0, [sp, 24] bl CHIP_IS_E1 cmp x0, 0 bne .L12 ldr x0, [sp, 24] bl CHIP_IS_E1H cmp x0, 0 beq .L13 .L12: adrp x0, MAX_RD_ORD add x0, x0, :lo12:MAX_RD_ORD ldr w0, [x0] ldr w1, [sp, 20] cmp w1, w0 bne .L13 adrp x0, PXP2_REG_RQ_PDR_LIMIT add x0, x0, :lo12:PXP2_REG_RQ_PDR_LIMIT ldr x0, [x0] mov w2, 3584 mov x1, x0 ldr x0, [sp, 24] bl REG_WR .L13: ldr x0, [sp, 24] bl CHIP_IS_E3 cmp x0, 0 beq .L14 adrp x0, PXP2_REG_WR_USDMDP_TH add x0, x0, :lo12:PXP2_REG_WR_USDMDP_TH ldr x3, [x0] ldr w0, [sp, 16] mov w1, 4 lsl w0, w1, w0 mov w2, w0 mov x1, x3 ldr x0, [sp, 24] bl REG_WR b .L15 .L14: ldr x0, [sp, 24] bl CHIP_IS_E2 cmp x0, 0 beq .L16 adrp x0, PXP2_REG_WR_USDMDP_TH add x0, x0, :lo12:PXP2_REG_WR_USDMDP_TH ldr x3, [x0] ldr w0, [sp, 16] mov w1, 8 lsl w0, w1, w0 mov w2, w0 mov x1, x3 ldr x0, [sp, 24] bl REG_WR b .L15 .L16: adrp x0, PXP2_REG_WR_USDMDP_TH add x0, x0, :lo12:PXP2_REG_WR_USDMDP_TH ldr x3, [x0] ldr w0, [sp, 16] mov w1, 24 lsl w0, w1, w0 mov w2, w0 mov x1, x3 ldr x0, [sp, 24] bl REG_WR .L15: ldr x0, [sp, 24] bl CHIP_IS_E1 cmp x0, 0 bne .L17 ldr x0, [sp, 24] bl CHIP_IS_E1H cmp x0, 0 bne .L18 ldr w0, [sp, 16] str w0, [sp, 40] adrp x0, PXP2_REG_WR_DMAE_MPS add x0, x0, :lo12:PXP2_REG_WR_DMAE_MPS ldr x0, [x0] ldr w2, [sp, 40] mov x1, x0 ldr x0, [sp, 24] bl REG_WR b .L19 .L18: ldr w0, [sp, 16] cmp w0, 0 bne .L20 mov w0, 2 b .L21 .L20: mov w0, 3 .L21: str w0, [sp, 40] adrp x0, PXP2_REG_WR_DMAE_MPS add x0, x0, :lo12:PXP2_REG_WR_DMAE_MPS ldr x0, [x0] mov w2, 2 mov x1, x0 ldr x0, [sp, 24] bl REG_WR .L19: adrp x0, PXP2_REG_WR_HC_MPS add x0, x0, :lo12:PXP2_REG_WR_HC_MPS ldr x0, [x0] ldr w2, [sp, 40] mov x1, x0 ldr x0, [sp, 24] bl REG_WR adrp x0, PXP2_REG_WR_USDM_MPS add x0, x0, :lo12:PXP2_REG_WR_USDM_MPS ldr x0, [x0] ldr w2, [sp, 40] mov x1, x0 ldr x0, [sp, 24] bl REG_WR adrp x0, PXP2_REG_WR_CSDM_MPS add x0, x0, :lo12:PXP2_REG_WR_CSDM_MPS ldr x0, [x0] ldr w2, [sp, 40] mov x1, x0 ldr x0, [sp, 24] bl REG_WR adrp x0, PXP2_REG_WR_TSDM_MPS add x0, x0, :lo12:PXP2_REG_WR_TSDM_MPS ldr x0, [x0] ldr w2, [sp, 40] mov x1, x0 ldr x0, [sp, 24] bl REG_WR adrp x0, PXP2_REG_WR_XSDM_MPS add x0, x0, :lo12:PXP2_REG_WR_XSDM_MPS ldr x0, [x0] ldr w2, [sp, 40] mov x1, x0 ldr x0, [sp, 24] bl REG_WR adrp x0, PXP2_REG_WR_QM_MPS add x0, x0, :lo12:PXP2_REG_WR_QM_MPS ldr x0, [x0] ldr w2, [sp, 40] mov x1, x0 ldr x0, [sp, 24] bl REG_WR adrp x0, PXP2_REG_WR_TM_MPS add x0, x0, :lo12:PXP2_REG_WR_TM_MPS ldr x0, [x0] ldr w2, [sp, 40] mov x1, x0 ldr x0, [sp, 24] bl REG_WR adrp x0, PXP2_REG_WR_SRC_MPS add x0, x0, :lo12:PXP2_REG_WR_SRC_MPS ldr x0, [x0] ldr w2, [sp, 40] mov x1, x0 ldr x0, [sp, 24] bl REG_WR adrp x0, PXP2_REG_WR_DBG_MPS add x0, x0, :lo12:PXP2_REG_WR_DBG_MPS ldr x0, [x0] ldr w2, [sp, 40] mov x1, x0 ldr x0, [sp, 24] bl REG_WR adrp x0, PXP2_REG_WR_CDU_MPS add x0, x0, :lo12:PXP2_REG_WR_CDU_MPS ldr x0, [x0] ldr w2, [sp, 40] mov x1, x0 ldr x0, [sp, 24] bl REG_WR .L17: mov x1, 10624 ldr x0, [sp, 24] bl REG_RD str w0, [sp, 40] ldr w0, [sp, 40] and w0, w0, 255 str w0, [sp, 40] ldr w0, [sp, 40] cmp w0, 32 bgt .L23 adrp x0, PXP2_REG_PGL_TAGS_LIMIT add x0, x0, :lo12:PXP2_REG_PGL_TAGS_LIMIT ldr x0, [x0] mov w2, 32 mov x1, x0 ldr x0, [sp, 24] bl REG_WR .L23: nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size bnx2x_init_pxp_arb, .-bnx2x_init_pxp_arb ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global table .data .align 3 .type table, %object .size table, 12288 table: .word -966564955 .word -126059388 .word -294160487 .word -159679603 .word -855539 .word -697603139 .word -563122255 .word -1849309868 .word 1613770832 .word 33620227 .word -832084055 .word 1445669757 .word -402719207 .word -1244145822 .word 1303096294 .word -327780710 .word -1882535355 .word 528646813 .word -1983264448 .word -92439161 .word -268764651 .word -1302767125 .word -1907931191 .word -68095989 .word 1101901292 .word -1277897625 .word 1604494077 .word 1169141738 .word 597466303 .word 1403299063 .word -462261610 .word -1681866661 .word 1974974402 .word -503448292 .word 1033081774 .word 1277568618 .word 1815492186 .word 2118074177 .word -168298750 .word -2083730353 .word 1748251740 .word 1369810420 .word -773462732 .word -101584632 .word -495881837 .word -1411852173 .word 1647391059 .word 706024767 .word 134480908 .word -1782069422 .word 1176707941 .word -1648114850 .word 806885416 .word 932615841 .word 168101135 .word 798661301 .word 235341577 .word 605164086 .word 461406363 .word -538779075 .word -840176858 .word 1311188841 .word 2142417613 .word -361400929 .word 302582043 .word 495158174 .word 1479289972 .word 874125870 .word 907746093 .word -596742478 .word -1269146898 .word 1537253627 .word -1538108682 .word 1983593293 .word -1210657183 .word 2108928974 .word 1378429307 .word -572267714 .word 1580150641 .word 327451799 .word -1504488459 .word -1177431704 .word 0 .word -1041371860 .word 1075847264 .word -469959649 .word 2041688520 .word -1235526675 .word -731223362 .word -1916023994 .word 1740553945 .word 1916352843 .word -1807070498 .word -1739830060 .word -1336387352 .word -2049978550 .word -1143943061 .word -974131414 .word 1336584933 .word -302253290 .word -2042412091 .word -1706209833 .word 1714631509 .word 293963156 .word -1975171633 .word -369493744 .word 67240454 .word -25198719 .word -1605349136 .word 2017213508 .word 631218106 .word 1269344483 .word -1571728909 .word 1571005438 .word -2143272768 .word 93294474 .word 1066570413 .word 563977660 .word 1882732616 .word -235539196 .word 1673313503 .word 2008463041 .word -1344611723 .word 1109467491 .word 537923632 .word -436207846 .word -34344178 .word -1076702611 .word -2117218996 .word 403442708 .word 638784309 .word -1007883217 .word -1101045791 .word 899127202 .word -2008791860 .word 773265209 .word -1815821225 .word 1437050866 .word -58818942 .word 2050833735 .word -932944724 .word -1168286233 .word 840505643 .word -428641387 .word -1067425632 .word 427917720 .word -1638969391 .word -1545806721 .word 1143087718 .word 1412049534 .word 999329963 .word 193497219 .word -1941551414 .word -940642775 .word 1807268051 .word 672404540 .word -1478566279 .word -1134666014 .word 369822493 .word -1378100362 .word -606019525 .word 1681011286 .word 1949973070 .word 336202270 .word -1840690725 .word 201721354 .word 1210328172 .word -1201906460 .word -1614626211 .word -1110191250 .word 1135389935 .word -1000185178 .word 965841320 .word 831886756 .word -739974089 .word -226920053 .word -706222286 .word -1949775805 .word 1849112409 .word -630362697 .word 26054028 .word -1311386268 .word -1672589614 .word 1235855840 .word -663982924 .word -1403627782 .word -202050553 .word -806688219 .word -899324497 .word -193299826 .word 1202630377 .word 268961816 .word 1874508501 .word -260540280 .word 1243948399 .word 1546530418 .word 941366308 .word 1470539505 .word 1941222599 .word -1748580783 .word -873928669 .word -1579295364 .word -395021156 .word 1042226977 .word -1773450275 .word 1639824860 .word 227249030 .word 260737669 .word -529502064 .word 2084453954 .word 1907733956 .word -865704278 .word -1874310952 .word 100860677 .word -134810111 .word 470683154 .word -1033805405 .word 1781871967 .word -1370007559 .word 1773779408 .word 394692241 .word -1715355304 .word 974986535 .word 664706745 .word -639508168 .word -336005101 .word 731420851 .word 571543859 .word -764843589 .word -1445340816 .word 126783113 .word 865375399 .word 765172662 .word 1008606754 .word 361203602 .word -907417312 .word -2016489911 .word -1437248001 .word 1344809080 .word -1512054918 .word 59542671 .word 1503764984 .word 160008576 .word 437062935 .word 1707065306 .word -672733647 .word -2076032314 .word -798463816 .word -2109652541 .word 697932208 .word 1512910199 .word 504303377 .word 2075177163 .word -1470868228 .word 1841019862 .word 739644986 .word -1513725085 .word -2064089988 .word -1712425097 .word -1913226373 .word 234877682 .word -1110021269 .word -1310822545 .word 1418839493 .word 1348481072 .word 50462977 .word -1446090905 .word 2102799147 .word 434634494 .word 1656084439 .word -431117397 .word -1695779210 .word 1167051466 .word -1658879358 .word 1082771913 .word -2013627011 .word 368048890 .word -340633255 .word -913422521 .word 201060592 .word -331240019 .word 1739838676 .word -44064094 .word -364531793 .word -1088185188 .word -145513308 .word -1763413390 .word 1536934080 .word -1032472649 .word 484572669 .word -1371696237 .word 1783375398 .word 1517041206 .word 1098792767 .word 49674231 .word 1334037708 .word 1550332980 .word -195975771 .word 886171109 .word 150598129 .word -1813876367 .word 1940642008 .word 1398944049 .word 1059722517 .word 201851908 .word 1385547719 .word 1699095331 .word 1587397571 .word 674240536 .word -1590192490 .word 252314885 .word -1255171430 .word 151914247 .word 908333586 .word -1692696448 .word 1038082786 .word 651029483 .word 1766729511 .word -847269198 .word -1612024459 .word 454166793 .word -1642232957 .word 1951935532 .word 775166490 .word 758520603 .word -1294176658 .word -290170278 .word -77881184 .word -157003182 .word 1299594043 .word 1639438038 .word -830622797 .word 2068982057 .word 1054729187 .word 1901997871 .word -1760328572 .word -173649069 .word 1757008337 .word 0 .word 750906861 .word 1614815264 .word 535035132 .word -931548751 .word -306816165 .word -1093375382 .word 1183697867 .word -647512386 .word 1265776953 .word -560706998 .word -728216500 .word -391096232 .word 1250283471 .word 1807470800 .word 717615087 .word -447763798 .word 384695291 .word -981056701 .word -677753523 .word 1432761139 .word -1810791035 .word -813021883 .word 283769337 .word 100925954 .word -2114027649 .word -257929136 .word 1148730428 .word -1171939425 .word -481580888 .word -207466159 .word -27417693 .word -1065336768 .word -1979347057 .word -1388342638 .word -1138647651 .word 1215313976 .word 82966005 .word -547111748 .word -1049119050 .word 1974459098 .word 1665278241 .word 807407632 .word 451280895 .word 251524083 .word 1841287890 .word 1283575245 .word 337120268 .word 891687699 .word 801369324 .word -507617441 .word -1573546089 .word -863484860 .word 959321879 .word 1469301956 .word -229267545 .word -2097381762 .word 1199193405 .word -1396153244 .word -407216803 .word 724703513 .word -1780059277 .word -1598005152 .word -1743158911 .word -778154161 .word 2141445340 .word 1715741218 .word 2119445034 .word -1422159728 .word -2096396152 .word -896776634 .word 700968686 .word -747915080 .word 1009259540 .word 2041044702 .word -490971554 .word 487983883 .word 1991105499 .word 1004265696 .word 1449407026 .word 1316239930 .word 504629770 .word -611169975 .word 168560134 .word 1816667172 .word -457679780 .word 1570751170 .word 1857934291 .word -280777556 .word -1497079198 .word -1472622191 .word -1540254315 .word 936633572 .word -1947043463 .word 852879335 .word 1133234376 .word 1500395319 .word -1210421907 .word -1946055283 .word 1689376213 .word -761508274 .word -532043351 .word -1260884884 .word -89369002 .word 133428468 .word 634383082 .word -1345690267 .word -1896580486 .word -381178194 .word 403703816 .word -714097990 .word -1997506440 .word 1867130149 .word 1918643758 .word 607656988 .word -245913946 .word -948718412 .word 1368901318 .word 600565992 .word 2090982877 .word -1662487436 .word 557719327 .word -577352885 .word -597574211 .word -2045932661 .word -2062579062 .word -1864339344 .word 1115438654 .word -999180875 .word -1429445018 .word -661632952 .word 84280067 .word 33027830 .word 303828494 .word -1547542175 .word 1600795957 .word -106014889 .word -798377543 .word -1860729210 .word 1486471617 .word 658119965 .word -1188585826 .word 953803233 .word 334231800 .word -1288988520 .word 857870609 .word -1143838359 .word 1890179545 .word -1995993458 .word -1489791852 .word -1238525029 .word 574365214 .word -1844082809 .word 550103529 .word 1233637070 .word -5614251 .word 2018519080 .word 2057691103 .word -1895592820 .word -128343647 .word -2146858615 .word 387583245 .word -630865985 .word 836232934 .word -964410814 .word -1194301336 .word -1014873791 .word -1339450983 .word 2002398509 .word 287182607 .word -881086288 .word -56077228 .word -697451589 .word 975967766 .word 1671808611 .word 2089089148 .word 2006576759 .word 2072901243 .word -233963534 .word 1807603307 .word 1873927791 .word -984313403 .word 810573872 .word 16974337 .word 1739181671 .word 729634347 .word -31856642 .word -681396777 .word -1410970197 .word 1989864566 .word -901410870 .word -2103631998 .word -918517303 .word 2106063485 .word -99225606 .word 1508618841 .word 1204391495 .word -267650064 .word -1377025619 .word -731401260 .word -1560453214 .word -1343601233 .word -1665195108 .word -1527295068 .word 1922491506 .word -1067738176 .word -1211992649 .word -48438787 .word -1817297517 .word 644500518 .word 911895606 .word 1061256767 .word -150800905 .word -867204148 .word 878471220 .word -1510714971 .word -449523227 .word -251069967 .word 1905517169 .word -663508008 .word 827548209 .word 356461077 .word 67897348 .word -950889017 .word 593839651 .word -1017209405 .word 405286936 .word -1767819370 .word 84871685 .word -1699401830 .word 118033927 .word 305538066 .word -2137318528 .word -499261470 .word -349778453 .word 661212711 .word -1295155278 .word 1973414517 .word 152769033 .word -2086789757 .word 745822252 .word 439235610 .word 455947803 .word 1857215598 .word 1525593178 .word -1594139744 .word 1391895634 .word 994932283 .word -698239018 .word -1278313037 .word 695947817 .word -482419229 .word 795958831 .word -2070473852 .word 1408607827 .word -781665839 .word 0 .word -315833875 .word 543178784 .word -65018884 .word -1312261711 .word 1542305371 .word 1790891114 .word -884568629 .word -1093048386 .word 961245753 .word 1256100938 .word 1289001036 .word 1491644504 .word -817199665 .word -798245936 .word -282409489 .word -1427812438 .word -82383365 .word 1137018435 .word 1305975373 .word 861234739 .word -2053893755 .word 1171229253 .word -116332039 .word 33948674 .word 2139225727 .word 1357946960 .word 1011120188 .word -1615190625 .word -1461498968 .word 1374921297 .word -1543610973 .word 1086357568 .word -1886780017 .word -1834139758 .word -1648615011 .word 944271416 .word -184225291 .word -1126210628 .word -1228834890 .word -629821478 .word 560153121 .word 271589392 .word -15014401 .word -217121293 .word -764559406 .word -850624051 .word 202643468 .word 322250259 .word -332413972 .word 1608629855 .word -1750977129 .word 1154254916 .word 389623319 .word -1000893500 .word -1477290585 .word 2122513534 .word 1028094525 .word 1689045092 .word 1575467613 .word 422261273 .word 1939203699 .word 1621147744 .word -2120738431 .word 1339137615 .word -595614756 .word 577127458 .word 712922154 .word -1867826288 .word -2004677752 .word 1187679302 .word -299251730 .word -1194103880 .word 339486740 .word -562452514 .word 1591917662 .word 186455563 .word -612979237 .word -532948000 .word 844522546 .word 978220090 .word 169743370 .word 1239126601 .word 101321734 .word 611076132 .word 1558493276 .word -1034051646 .word -747717165 .word -1393605716 .word 1655096418 .word -1851246191 .word -1784401515 .word -466103324 .word 2039214713 .word -416098841 .word -935097400 .word 928607799 .word 1840765549 .word -1920204403 .word -714821163 .word 1322425422 .word -1444918871 .word 1823791212 .word 1459268694 .word -200805388 .word -366620694 .word 1706019429 .word 2056189050 .word -1360443474 .word 135794696 .word -1160417350 .word 2022240376 .word 628050469 .word 779246638 .word 472135708 .word -1494132826 .word -1261997132 .word -967731258 .word -400307224 .word -579034659 .word 1956440180 .word 522272287 .word 1272813131 .word -1109630531 .word -1954148981 .word -1970991222 .word 1888542832 .word 1044544574 .word -1245417035 .word 1722469478 .word 1222152264 .word 50660867 .word -167643146 .word 236067854 .word 1638122081 .word 895445557 .word 1475980887 .word -1177523783 .word -2037311610 .word -1051158079 .word 489110045 .word -1632032866 .word -516367903 .word -132912136 .word -1733088360 .word 288563729 .word 1773916777 .word -646927911 .word -1903622258 .word -1800981612 .word -1682559589 .word 505560094 .word -2020469369 .word -383727127 .word -834041906 .word 1442818645 .word 678973480 .word -545610273 .word -1936784500 .word -1577559647 .word -1988097655 .word 219617805 .word -1076206145 .word -432941082 .word 1120306242 .word 1756942440 .word 1103331905 .word -1716508263 .word 762796589 .word 252780047 .word -1328841808 .word 1425844308 .word -1143575109 .word 372911126 .word 1667474886 .word 2088535288 .word 2004326894 .word 2071694838 .word -219017729 .word 1802223062 .word 1869591006 .word -976923503 .word 808472672 .word 16843522 .word 1734846926 .word 724270422 .word -16901657 .word -673750347 .word -1414797747 .word 1987484396 .word -892713585 .word -2105369313 .word -909557623 .word 2105378810 .word -84273681 .word 1499065266 .word 1195886990 .word -252703749 .word -1381110719 .word -724277325 .word -1566376609 .word -1347425723 .word -1667449053 .word -1532692653 .word 1920112356 .word -1061135461 .word -1212693899 .word -33743647 .word -1819038147 .word 640051788 .word 909531756 .word 1061110142 .word -134806795 .word -859025533 .word 875846760 .word -1515850671 .word -437963567 .word -235861767 .word 1903268834 .word -656903253 .word 825316194 .word 353713962 .word 67374088 .word -943238507 .word 589522246 .word -1010606435 .word 404236336 .word -1768513225 .word 84217610 .word -1701137105 .word 117901582 .word 303183396 .word -2139055333 .word -488489505 .word -336910643 .word 656894286 .word -1296904833 .word 1970642922 .word 151591698 .word -2088526307 .word 741110872 .word 437923380 .word 454765878 .word 1852748508 .word 1515908788 .word -1600062629 .word 1381168804 .word 993742198 .word -690593353 .word -1280061827 .word 690584402 .word -471646499 .word 791638366 .word -2071685357 .word 1398011302 .word -774805319 .word 0 .word -303223615 .word 538992704 .word -50585629 .word -1313748871 .word 1532751286 .word 1785380564 .word -875870579 .word -1094788761 .word 960056178 .word 1246420628 .word 1280103576 .word 1482221744 .word -808498555 .word -791647301 .word -269538619 .word -1431640753 .word -67430675 .word 1128514950 .word 1296947098 .word 859002214 .word -2054843375 .word 1162203018 .word -101117719 .word 33687044 .word 2139062782 .word 1347481760 .word 1010582648 .word -1616922075 .word -1465326773 .word 1364325282 .word -1549533603 .word 1077985408 .word -1886418427 .word -1835881153 .word -1650607071 .word 943212656 .word -168491791 .word -1128472733 .word -1229536905 .word -623217233 .word 555836226 .word 269496352 .word -58651 .word -202174723 .word -757961281 .word -842183551 .word 202118168 .word 320025894 .word -320065597 .word 1600119230 .word -1751670219 .word 1145359496 .word 387397934 .word -993765485 .word -1482165675 .word 2122220284 .word 1027426170 .word 1684319432 .word 1566435258 .word 421079858 .word 1936954854 .word 1616945344 .word -2122213351 .word 1330631070 .word -589529181 .word 572679748 .word 707427924 .word -1869567173 .word -2004319477 .word 1179044492 .word -286381625 .word -1195846805 .word 336870440 .word -555845209 .word 1583276732 .word 185277718 .word -606374227 .word -522175525 .word 842159716 .word 976899700 .word 168435220 .word 1229577106 .word 101059084 .word 606366792 .word 1549591736 .word -1027449441 .word -741118275 .word -1397952701 .word 1650632388 .word -1852725191 .word -1785355215 .word -454805549 .word 2038008818 .word -404278571 .word -926399605 .word 926374254 .word 1835907034 .word -1920103423 .word -707435343 .word 1313788572 .word -1448484791 .word 1819063512 .word 1448540844 .word -185333773 .word -353753649 .word 1701162954 .word 2054852340 .word -1364268729 .word 134748176 .word -1162160785 .word 2021165296 .word 623210314 .word 774795868 .word 471606328 .word -1499008681 .word -1263220877 .word -960081513 .word -387439669 .word -572687199 .word 1953799400 .word 522133822 .word 1263263126 .word -1111630751 .word -1953790451 .word -1970633457 .word 1886425312 .word 1044267644 .word -1246378895 .word 1718004428 .word 1212733584 .word 50529542 .word -151649801 .word 235803164 .word 1633788866 .word 892690282 .word 1465383342 .word -1179004823 .word -2038001385 .word -1044293479 .word 488449850 .word -1633765081 .word -505333543 .word -117959701 .word -1734823125 .word 286339874 .word 1768537042 .word -640061271 .word -1903261433 .word -1802197197 .word -1684294099 .word 505291324 .word -2021158379 .word -370597687 .word -825341561 .word 1431699370 .word 673740880 .word -539002203 .word -1936945405 .word -1583220647 .word -1987477495 .word 218961690 .word -1077945755 .word -421121577 .word 1111672452 .word 1751693520 .word 1094828930 .word -1717981143 .word 757954394 .word 252645662 .word -1330590853 .word 1414855848 .word -1145317779 .word 370555436 .word 1042226977 .word 1042226977 .word 403442708 .word 403442708 .word 697932208 .word 697932208 .word 1336584933 .word 1336584933 .word 1647391059 .word 1647391059 .word -1739830060 .word -1739830060 .word 1378429307 .word 1378429307 .word -1579295364 .word -1579295364 .word -1874310952 .word -1874310952 .word 1941222599 .word 1941222599 .word 1571005438 .word 1571005438 .word 1974974402 .word 1974974402 .word -226920053 .word -226920053 .word 437062935 .word 437062935 .word 1882732616 .word 1882732616 .word 2142417613 .word 2142417613 .word -1807070498 .word -1807070498 .word 1907733956 .word 1907733956 .word 302582043 .word 302582043 .word 1983593293 .word 1983593293 .word 965841320 .word 965841320 .word 672404540 .word 672404540 .word 1235855840 .word 1235855840 .word 1210328172 .word 1210328172 .word -1648114850 .word -1648114850 .word -606019525 .word -606019525 .word 126783113 .word 126783113 .word 631218106 .word 631218106 .word 706024767 .word 706024767 .word -1000185178 .word -1000185178 .word -2083730353 .word -2083730353 .word -1782069422 .word -1782069422 .word 260737669 .word 260737669 .word 1815492186 .word 1815492186 .word -361400929 .word -361400929 .word -268764651 .word -268764651 .word -764843589 .word -764843589 .word -899324497 .word -899324497 .word -1882535355 .word -1882535355 .word 1303096294 .word 1303096294 .word 528646813 .word 528646813 .word -1041371860 .word -1041371860 .word -1545806721 .word -1545806721 .word -806688219 .word -806688219 .word 1503764984 .word 1503764984 .word 361203602 .word 361203602 .word 201721354 .word 201721354 .word 899127202 .word 899127202 .word 2118074177 .word 2118074177 .word -1571728909 .word -1571728909 .word 470683154 .word 470683154 .word 2008463041 .word 2008463041 .word 1673313503 .word 1673313503 .word -92439161 .word -92439161 .word -663982924 .word -663982924 .word 1849112409 .word 1849112409 .word -855539 .word -855539 .word -2049978550 .word -2049978550 .word 504303377 .word 504303377 .word -2117218996 .word -2117218996 .word 336202270 .word 336202270 .word -302253290 .word -302253290 .word -974131414 .word -974131414 .word 1109467491 .word 1109467491 .word -1715355304 .word -1715355304 .word -436207846 .word -436207846 .word -1949775805 .word -1949775805 .word -1504488459 .word -1504488459 .word -966564955 .word -966564955 .word -2042412091 .word -2042412091 .word 1916352843 .word 1916352843 .word -731223362 .word -731223362 .word -639508168 .word -639508168 .word 1033081774 .word 1033081774 .word 268961816 .word 268961816 .word 806885416 .word 806885416 .word 1269344483 .word 1269344483 .word 1135389935 .word 1135389935 .word 461406363 .word 461406363 .word -1143943061 .word -1143943061 .word -1076702611 .word -1076702611 .word 1613770832 .word 1613770832 .word -1638969391 .word -1638969391 .word -260540280 .word -260540280 .word 571543859 .word 571543859 .word -2016489911 .word -2016489911 .word 134480908 .word 134480908 .word 563977660 .word 563977660 .word 1580150641 .word 1580150641 .word -1269146898 .word -1269146898 .word -1336387352 .word -1336387352 .word -706222286 .word -706222286 .word 1949973070 .word 1949973070 .word 1008606754 .word 1008606754 .word 1042226977 .word 1042226977 .word 1470539505 .word 1470539505 .word -1614626211 .word -1614626211 .word 369822493 .word 369822493 .word 1874508501 .word 1874508501 .word -462261610 .word -462261610 .word 1781871967 .word 1781871967 .word -697603139 .word -697603139 .word -134810111 .word -134810111 .word 33620227 .word 33620227 .word -1672589614 .word -1672589614 .word -1110191250 .word -1110191250 .word -1773450275 .word -1773450275 .word -336005101 .word -336005101 .word -1470868228 .word -1470868228 .word -940642775 .word -940642775 .word -1907931191 .word -1907931191 .word 495158174 .word 495158174 .word 840505643 .word 840505643 .word 160008576 .word 160008576 .word 2075177163 .word 2075177163 .word 874125870 .word 874125870 .word 293963156 .word 293963156 .word -596742478 .word -596742478 .word 765172662 .word 765172662 .word -168298750 .word -168298750 .word 1512910199 .word 1512910199 .word 327451799 .word 327451799 .word -1302767125 .word -1302767125 .word 1412049534 .word 1412049534 .word -1411852173 .word -1411852173 .word 1143087718 .word 1143087718 .word -739974089 .word -739974089 .word 1101901292 .word 1101901292 .word 557719327 .word 557719327 .word 337120268 .word 337120268 .word -1339450983 .word -1339450983 .word -447763798 .word -447763798 .word 1398944049 .word 1398944049 .word -728216500 .word -728216500 .word 2068982057 .word 2068982057 .word 2090982877 .word 2090982877 .word -661632952 .word -661632952 .word -948718412 .word -948718412 .word -27417693 .word -27417693 .word -1032472649 .word -1032472649 .word -1947043463 .word -1947043463 .word 387583245 .word 387583245 .word 1215313976 .word 1215313976 .word -847269198 .word -847269198 .word -560706998 .word -560706998 .word -999180875 .word -999180875 .word 454166793 .word 454166793 .word 1299594043 .word 1299594043 .word -1472622191 .word -1472622191 .word 1009259540 .word 1009259540 .word -532043351 .word -532043351 .word 1816667172 .word 1816667172 .word 1587397571 .word 1587397571 .word 1004265696 .word 1004265696 .word -1995993458 .word -1995993458 .word -1171939425 .word -1171939425 .word 1059722517 .word 1059722517 .word -1497079198 .word -1497079198 .word 1334037708 .word 1334037708 .word 1385547719 .word 1385547719 .word -2062579062 .word -2062579062 .word 1517041206 .word 1517041206 .word -1612024459 .word -1612024459 .word 368048890 .word 368048890 .word -1143838359 .word -1143838359 .word -1345690267 .word -1345690267 .word 1167051466 .word 1167051466 .word -431117397 .word -431117397 .word -1658879358 .word -1658879358 .word 750906861 .word 750906861 .word 2141445340 .word 2141445340 .word 634383082 .word 634383082 .word -128343647 .word -128343647 .word -1844082809 .word -1844082809 .word 168560134 .word 168560134 .word -1573546089 .word -1573546089 .word 1098792767 .word 1098792767 .word -207466159 .word -207466159 .word 303828494 .word 303828494 .word -1049119050 .word -1049119050 .word -547111748 .word -547111748 .word -2013627011 .word -2013627011 .word -1260884884 .word -1260884884 .word 1500395319 .word 1500395319 .word 234877682 .word 234877682 .word 1250283471 .word 1250283471 .word 287182607 .word 287182607 .word 1283575245 .word 1283575245 .word 504629770 .word 504629770 .word 384695291 .word 384695291 .word 717615087 .word 717615087 .word 1665278241 .word 1665278241 .word 1486471617 .word 1486471617 .word 451280895 .word 451280895 .word 1133234376 .word 1133234376 .word -173649069 .word -173649069 .word -1513725085 .word -1513725085 .word -981056701 .word -981056701 .word 1265776953 .word 1265776953 .word -1093375382 .word -1093375382 .word 953803233 .word 953803233 .word -1371696237 .word -1371696237 .word 403703816 .word 403703816 .word 674240536 .word 674240536 .word -481580888 .word -481580888 .word -280777556 .word -280777556 .word -1692696448 .word -1692696448 .word 1807470800 .word 1807470800 .word 1841287890 .word 1841287890 .word 1348481072 .word 1348481072 .word -778154161 .word -778154161 .word -1997506440 .word -1997506440 .word 857870609 .word 857870609 .word 1233637070 .word 1233637070 .word 201851908 .word 201851908 .word -1138647651 .word -1138647651 .word 1901997871 .word 1901997871 .word -290170278 .word -290170278 .word -391096232 .word -391096232 .word 852879335 .word 852879335 .word 1316239930 .word 1316239930 .word 574365214 .word 574365214 .word 557719327 .word 557719327 .word -245913946 .word -245913946 .word 1570751170 .word 1570751170 .word 487983883 .word 487983883 .word -714097990 .word -714097990 .word -1763413390 .word -1763413390 .word 1600795957 .word 1600795957 .word -1110021269 .word -1110021269 .word 33027830 .word 33027830 .word 50462977 .word 50462977 .word -761508274 .word -761508274 .word 1857934291 .word 1857934291 .word -577352885 .word -577352885 .word 334231800 .word 334231800 .word -56077228 .word -56077228 .word 700968686 .word 700968686 .word -913422521 .word -913422521 .word -1642232957 .word -1642232957 .word 724703513 .word 724703513 .word -2146858615 .word -2146858615 .word -881086288 .word -881086288 .word 775166490 .word 775166490 .word -1810791035 .word -1810791035 .word -1294176658 .word -1294176658 .word -1238525029 .word -1238525029 .word 49674231 .word 49674231 .word 2002398509 .word 2002398509 .word -1760328572 .word -1760328572 .word -340633255 .word -340633255 .word 2119445034 .word 2119445034 .word 1940642008 .word 1940642008 .word 1715741218 .word 1715741218 .word 936633572 .word 936633572 .word -331240019 .word -331240019 .word 522272287 .word 522272287 .word 202643468 .word 202643468 .word -1716508263 .word -1716508263 .word -1427812438 .word -1427812438 .word 827548209 .word 827548209 .word 1289001036 .word 1289001036 .word 695947817 .word 695947817 .word -579034659 .word -579034659 .word 1222152264 .word 1222152264 .word -1261997132 .word -1261997132 .word -1543610973 .word -1543610973 .word -1211992649 .word -1211992649 .word 2039214713 .word 2039214713 .word 219617805 .word 219617805 .word 944271416 .word 944271416 .word -1295155278 .word -1295155278 .word 1256100938 .word 1256100938 .word -1245417035 .word -1245417035 .word 152769033 .word 152769033 .word 994932283 .word 994932283 .word -1851246191 .word -1851246191 .word 339486740 .word 339486740 .word -1444918871 .word -1444918871 .word 611076132 .word 611076132 .word -1017209405 .word -1017209405 .word -532948000 .word -532948000 .word -1903622258 .word -1903622258 .word -1615190625 .word -1615190625 .word 356461077 .word 356461077 .word 1655096418 .word 1655096418 .word -867204148 .word -867204148 .word -950889017 .word -950889017 .word -1970991222 .word -1970991222 .word 911895606 .word 911895606 .word 1973414517 .word 1973414517 .word -99225606 .word -99225606 .word 1773916777 .word 1773916777 .word 1706019429 .word 1706019429 .word -901410870 .word -901410870 .word -1410970197 .word -1410970197 .word -2103631998 .word -2103631998 .word -315833875 .word -315833875 .word -595614756 .word -595614756 .word -366620694 .word -366620694 .word -1577559647 .word -1577559647 .word -2020469369 .word -2020469369 .word 101321734 .word 101321734 .word -1750977129 .word -1750977129 .word 1061256767 .word 1061256767 .word 1374921297 .word 1374921297 .word 236067854 .word 236067854 .word -1228834890 .word -1228834890 .word -1126210628 .word -1126210628 .word 2106063485 .word 2106063485 .word 1823791212 .word 1823791212 .word 928607799 .word 928607799 .word -233963534 .word -233963534 .word -817199665 .word -817199665 .word 252780047 .word 252780047 .word -850624051 .word -850624051 .word 169743370 .word 169743370 .word -82383365 .word -82383365 .word -282409489 .word -282409489 .word 560153121 .word 560153121 .word -1051158079 .word -1051158079 .word -15014401 .word -15014401 .word -935097400 .word -935097400 .word 1408607827 .word 1408607827 .word 1671808611 .word 1671808611 .word 1137018435 .word 1137018435 .word 961245753 .word 961245753 .word 1790891114 .word 1790891114 .word -516367903 .word -516367903 .word -1817297517 .word -1817297517 .word 135794696 .word 135794696 .word 405286936 .word 405286936 .word -1461498968 .word -1461498968 .word -1393605716 .word -1393605716 .word -2137318528 .word -2137318528 .word -798245936 .word -798245936 .word -764559406 .word -764559406 .word 810573872 .word 810573872 .word 1339137615 .word 1339137615 .word 2022240376 .word 2022240376 .word 288563729 .word 288563729 .word -834041906 .word -834041906 .word 67897348 .word 67897348 .word -1648615011 .word -1648615011 .word 795958831 .word 795958831 .word 1525593178 .word 1525593178 .word 1491644504 .word 1491644504 .word -416098841 .word -416098841 .word 978220090 .word 978220090 .word 505560094 .word 505560094 .word 522272287 .word 522272287 .word -1494132826 .word -1494132826 .word -1034051646 .word -1034051646 .word 186455563 .word 186455563 .word -1160417350 .word -1160417350 .word 1922491506 .word 1922491506 .word 895445557 .word 895445557 .word 1807603307 .word 1807603307 .word -167643146 .word -167643146 .word 16974337 .word 16974337 .word 1322425422 .word 1322425422 .word -747717165 .word -747717165 .word 1272813131 .word 1272813131 .word -132912136 .word -132912136 .word 1425844308 .word 1425844308 .word -299251730 .word -299251730 .word 1204391495 .word 1204391495 .word -2086789757 .word -2086789757 .word 422261273 .word 422261273 .word -1988097655 .word -1988097655 .word -1328841808 .word -1328841808 .word 439235610 .word 439235610 .word -2053893755 .word -2053893755 .word 1857215598 .word 1857215598 .word -1682559589 .word -1682559589 .word -150800905 .word -150800905 .word 762796589 .word 762796589 .word -2070473852 .word -2070473852 .word 1508618841 .word 1508618841 .word 712922154 .word 712922154 .word -663508008 .word -663508008 .word 577127458 .word 577127458 .word -466103324 .word -466103324 .word -1377025619 .word -1377025619 .word 522133822 .word 522133822 .word 202118168 .word 202118168 .word -1717981143 .word -1717981143 .word -1431640753 .word -1431640753 .word 825316194 .word 825316194 .word 1280103576 .word 1280103576 .word 690584402 .word 690584402 .word -572687199 .word -572687199 .word 1212733584 .word 1212733584 .word -1263220877 .word -1263220877 .word -1549533603 .word -1549533603 .word -1212693899 .word -1212693899 .word 2038008818 .word 2038008818 .word 218961690 .word 218961690 .word 943212656 .word 943212656 .word -1296904833 .word -1296904833 .word 1246420628 .word 1246420628 .word -1246378895 .word -1246378895 .word 151591698 .word 151591698 .word 993742198 .word 993742198 .word -1852725191 .word -1852725191 .word 336870440 .word 336870440 .word -1448484791 .word -1448484791 .word 606366792 .word 606366792 .word -1010606435 .word -1010606435 .word -522175525 .word -522175525 .word -1903261433 .word -1903261433 .word -1616922075 .word -1616922075 .word 353713962 .word 353713962 .word 1650632388 .word 1650632388 .word -859025533 .word -859025533 .word -943238507 .word -943238507 .word -1970633457 .word -1970633457 .word 909531756 .word 909531756 .word 1970642922 .word 1970642922 .word -84273681 .word -84273681 .word 1768537042 .word 1768537042 .word 1701162954 .word 1701162954 .word -892713585 .word -892713585 .word -1414797747 .word -1414797747 .word -2105369313 .word -2105369313 .word -303223615 .word -303223615 .word -589529181 .word -589529181 .word -353753649 .word -353753649 .word -1583220647 .word -1583220647 .word -2021158379 .word -2021158379 .word 101059084 .word 101059084 .word -1751670219 .word -1751670219 .word 1061110142 .word 1061110142 .word 1364325282 .word 1364325282 .word 235803164 .word 235803164 .word -1229536905 .word -1229536905 .word -1128472733 .word -1128472733 .word 2105378810 .word 2105378810 .word 1819063512 .word 1819063512 .word 926374254 .word 926374254 .word -219017729 .word -219017729 .word -808498555 .word -808498555 .word 252645662 .word 252645662 .word -842183551 .word -842183551 .word 168435220 .word 168435220 .word -67430675 .word -67430675 .word -269538619 .word -269538619 .word 555836226 .word 555836226 .word -1044293479 .word -1044293479 .word -58651 .word -58651 .word -926399605 .word -926399605 .word 1398011302 .word 1398011302 .word 1667474886 .word 1667474886 .word 1128514950 .word 1128514950 .word 960056178 .word 960056178 .word 1785380564 .word 1785380564 .word -505333543 .word -505333543 .word -1819038147 .word -1819038147 .word 134748176 .word 134748176 .word 404236336 .word 404236336 .word -1465326773 .word -1465326773 .word -1397952701 .word -1397952701 .word -2139055333 .word -2139055333 .word -791647301 .word -791647301 .word -757961281 .word -757961281 .word 808472672 .word 808472672 .word 1330631070 .word 1330631070 .word 2021165296 .word 2021165296 .word 286339874 .word 286339874 .word -825341561 .word -825341561 .word 67374088 .word 67374088 .word -1650607071 .word -1650607071 .word 791638366 .word 791638366 .word 1515908788 .word 1515908788 .word 1482221744 .word 1482221744 .word -404278571 .word -404278571 .word 976899700 .word 976899700 .word 505291324 .word 505291324 .word 522133822 .word 522133822 .word -1499008681 .word -1499008681 .word -1027449441 .word -1027449441 .word 185277718 .word 185277718 .word -1162160785 .word -1162160785 .word 1920112356 .word 1920112356 .word 892690282 .word 892690282 .word 1802223062 .word 1802223062 .word -151649801 .word -151649801 .word 16843522 .word 16843522 .word 1313788572 .word 1313788572 .word -741118275 .word -741118275 .word 1263263126 .word 1263263126 .word -117959701 .word -117959701 .word 1414855848 .word 1414855848 .word -286381625 .word -286381625 .word 1195886990 .word 1195886990 .word -2088526307 .word -2088526307 .word 421079858 .word 421079858 .word -1987477495 .word -1987477495 .word -1330590853 .word -1330590853 .word 437923380 .word 437923380 .word -2054843375 .word -2054843375 .word 1852748508 .word 1852748508 .word -1684294099 .word -1684294099 .word -134806795 .word -134806795 .word 757954394 .word 757954394 .word -2071685357 .word -2071685357 .word 1499065266 .word 1499065266 .word 707427924 .word 707427924 .word -656903253 .word -656903253 .word 572679748 .word 572679748 .word -454805549 .word -454805549 .word -1381110719 .word -1381110719 .word 1202630377 .word -529502064 .word -932944724 .word 899127202 .word 1101901292 .word -469959649 .word 1445669757 .word -1076702611 .word -202050553 .word 1470539505 .word 840505643 .word 739644986 .word 798661301 .word 260737669 .word 2142417613 .word 168101135 .word 1336584933 .word 100860677 .word 394692241 .word 1503764984 .word -1411852173 .word -428641387 .word -1244145822 .word -260540280 .word -840176858 .word 1949973070 .word 874125870 .word 1841019862 .word -2076032314 .word -268764651 .word -226920053 .word 907746093 .word -1370007559 .word -2049978550 .word 1235855840 .word 1479289972 .word -25198719 .word 1916352843 .word -1110191250 .word 999329963 .word -134810111 .word -327780710 .word -1840690725 .word 1033081774 .word -606019525 .word -1706209833 .word -1311386268 .word -663982924 .word -572267714 .word 504303377 .word 672404540 .word 1202630377 .word 831886756 .word -2042412091 .word -1773450275 .word 1714631509 .word -697603139 .word -2008791860 .word -395021156 .word 268961816 .word 126783113 .word -1168286233 .word 941366308 .word -92439161 .word 2108928974 .word -302253290 .word 302582043 .word 1748251740 .word 235341577 .word -1949775805 .word -940642775 .word -865704278 .word 1874508501 .word -672733647 .word 1604494077 .word 1135389935 .word -1000185178 .word -1134666014 .word 1403299063 .word 470683154 .word 1176707941 .word -974131414 .word 1907733956 .word 227249030 .word -798463816 .word -436207846 .word -1907931191 .word -1437248001 .word 369822493 .word -402719207 .word -907417312 .word 461406363 .word -2083730353 .word 26054028 .word -1975171633 .word -1571728909 .word 1647391059 .word 773265209 .word 1681011286 .word -806688219 .word 1412049534 .word 865375399 .word 1639824860 .word 571543859 .word -1478566279 .word -706222286 .word 293963156 .word 932615841 .word 664706745 .word -764843589 .word 1974974402 .word -294160487 .word -1579295364 .word 67240454 .word -1983264448 .word 528646813 .word 1512910199 .word -159679603 .word -193299826 .word 563977660 .word -503448292 .word 1580150641 .word -168298750 .word 1546530418 .word 1537253627 .word 1303096294 .word -1874310952 .word -1815821225 .word 1202630377 .word -529502064 .word -932944724 .word 899127202 .word 1101901292 .word -469959649 .word 1445669757 .word -1076702611 .word -202050553 .word 1470539505 .word 840505643 .word 739644986 .word 798661301 .word 260737669 .word 2142417613 .word 168101135 .word 1336584933 .word 100860677 .word 394692241 .word 1503764984 .word -1411852173 .word -428641387 .word -1244145822 .word -260540280 .word -840176858 .word 1949973070 .word 874125870 .word 1841019862 .word -2076032314 .word -268764651 .word -226920053 .word 907746093 .word -1370007559 .word -2049978550 .word 1235855840 .word 1479289972 .word -25198719 .word 1916352843 .word -1110191250 .word 999329963 .word -134810111 .word -327780710 .word -1840690725 .word 1033081774 .word -606019525 .word -1706209833 .word -1311386268 .word -663982924 .word -572267714 .word 504303377 .word 672404540 .word 1202630377 .word 831886756 .word -2042412091 .word -1773450275 .word 1714631509 .word -697603139 .word -2008791860 .word -395021156 .word 268961816 .word 126783113 .word -1168286233 .word 941366308 .word -92439161 .word 2108928974 .word -302253290 .word 302582043 .word 1748251740 .word 235341577 .word -1949775805 .word -940642775 .word -865704278 .word 1874508501 .word -672733647 .word 1604494077 .word 1135389935 .word -1000185178 .word -1134666014 .word 1403299063 .word 470683154 .word 1176707941 .word -974131414 .word 1907733956 .word 227249030 .word -798463816 .word -436207846 .word -1907931191 .word -1437248001 .word 369822493 .word -402719207 .word -907417312 .word 461406363 .word -2083730353 .word 26054028 .word -1975171633 .word -1571728909 .word 1647391059 .word 773265209 .word 1681011286 .word -806688219 .word 1412049534 .word 865375399 .word 1639824860 .word 571543859 .word -1478566279 .word -706222286 .word 293963156 .word 932615841 .word 664706745 .word -764843589 .word 1974974402 .word -294160487 .word -1579295364 .word 67240454 .word -1983264448 .word 528646813 .word 1512910199 .word -159679603 .word -193299826 .word 563977660 .word -503448292 .word 1580150641 .word -168298750 .word 1546530418 .word 1537253627 .word 1303096294 .word -1874310952 .word -1815821225 .word -381178194 .word -1864339344 .word -1396153244 .word -1573546089 .word -331240019 .word 535035132 .word 2102799147 .word 1841287890 .word 133428468 .word -245913946 .word 724703513 .word 975967766 .word -1255171430 .word -2062579062 .word -847269198 .word 252314885 .word -447763798 .word 84280067 .word -1860729210 .word -128343647 .word 1940642008 .word -1780059277 .word 1656084439 .word -1997506440 .word 651029483 .word 1316239930 .word 775166490 .word -697451589 .word -964410814 .word 368048890 .word -1947043463 .word 758520603 .word -106014889 .word 1250283471 .word -532043351 .word 1951935532 .word -2114027649 .word 1265776953 .word 1857934291 .word -1422159728 .word 33027830 .word -1695779210 .word -611169975 .word -1371696237 .word 1004265696 .word -677753523 .word 1689376213 .word -1260884884 .word 1054729187 .word 287182607 .word 1009259540 .word -381178194 .word -1540254315 .word -981056701 .word -577352885 .word 1432761139 .word -1110021269 .word -863484860 .word -1662487436 .word 403703816 .word -1995993458 .word -407216803 .word 607656988 .word -2013627011 .word -830622797 .word 384695291 .word 454166793 .word 1550332980 .word 151914247 .word 1133234376 .word 700968686 .word -1429445018 .word -714097990 .word 836232934 .word -44064094 .word -280777556 .word -1497079198 .word -490971554 .word -145513308 .word 303828494 .word 1699095331 .word 717615087 .word -999180875 .word -2045932661 .word -1194301336 .word 451280895 .word -913422521 .word -5614251 .word 487983883 .word 434634494 .word 550103529 .word -1692696448 .word 1334037708 .word -1946055283 .word -813021883 .word -207466159 .word 1398944049 .word 959321879 .word 1449407026 .word 634383082 .word 2119445034 .word -1489791852 .word -597574211 .word 857870609 .word 2041044702 .word 852879335 .word -1810791035 .word -1590192490 .word -1188585826 .word -1143838359 .word -1032472649 .word -1712425097 .word 2090982877 .word 100925954 .word 1082771913 .word -1658879358 .word 2002398509 .word -1913226373 .word -1896580486 .word -1138647651 .word 484572669 .word 1901997871 .word 49674231 .word 1918643758 .word -77881184 .word -431117397 .word -661632952 .word 1469301956 .word -381178194 .word -1864339344 .word -1396153244 .word -1573546089 .word -331240019 .word 535035132 .word 2102799147 .word 1841287890 .word 133428468 .word -245913946 .word 724703513 .word 975967766 .word -1255171430 .word -2062579062 .word -847269198 .word 252314885 .word -447763798 .word 84280067 .word -1860729210 .word -128343647 .word 1940642008 .word -1780059277 .word 1656084439 .word -1997506440 .word 651029483 .word 1316239930 .word 775166490 .word -697451589 .word -964410814 .word 368048890 .word -1947043463 .word 758520603 .word -106014889 .word 1250283471 .word -532043351 .word 1951935532 .word -2114027649 .word 1265776953 .word 1857934291 .word -1422159728 .word 33027830 .word -1695779210 .word -611169975 .word -1371696237 .word 1004265696 .word -677753523 .word 1689376213 .word -1260884884 .word 1054729187 .word 287182607 .word 1009259540 .word -381178194 .word -1540254315 .word -981056701 .word -577352885 .word 1432761139 .word -1110021269 .word -863484860 .word -1662487436 .word 403703816 .word -1995993458 .word -407216803 .word 607656988 .word -2013627011 .word -830622797 .word 384695291 .word 454166793 .word 1550332980 .word 151914247 .word 1133234376 .word 700968686 .word -1429445018 .word -714097990 .word 836232934 .word -44064094 .word -280777556 .word -1497079198 .word -490971554 .word -145513308 .word 303828494 .word 1699095331 .word 717615087 .word -999180875 .word -2045932661 .word -1194301336 .word 451280895 .word -913422521 .word -5614251 .word 487983883 .word 434634494 .word 550103529 .word -1692696448 .word 1334037708 .word -1946055283 .word -813021883 .word -207466159 .word 1398944049 .word 959321879 .word 1449407026 .word 634383082 .word 2119445034 .word -1489791852 .word -597574211 .word 857870609 .word 2041044702 .word 852879335 .word -1810791035 .word -1590192490 .word -1188585826 .word -1143838359 .word -1032472649 .word -1712425097 .word 2090982877 .word 100925954 .word 1082771913 .word -1658879358 .word 2002398509 .word -1913226373 .word -1896580486 .word -1138647651 .word 484572669 .word 1901997871 .word 49674231 .word 1918643758 .word -77881184 .word -431117397 .word -661632952 .word 1469301956 .word -1360443474 .word 1888542832 .word 1689045092 .word -1750977129 .word -1377025619 .word -65018884 .word 729634347 .word -764559406 .word -200805388 .word -1494132826 .word 422261273 .word 372911126 .word -1699401830 .word -1970991222 .word -1295155278 .word 84871685 .word -1427812438 .word 50660867 .word -2037311610 .word -1577559647 .word -663508008 .word 1939203699 .word -681396777 .word 2022240376 .word -349778453 .word 978220090 .word 439235610 .word -1143575109 .word 1120306242 .word -99225606 .word 2039214713 .word 455947803 .word 1475980887 .word -817199665 .word -1444918871 .word 745822252 .word 2139225727 .word 961245753 .word -747717165 .word -1867826288 .word -167643146 .word 1989864566 .word 1239126601 .word -1817297517 .word -532948000 .word 1305975373 .word -714821163 .word 1823791212 .word -482419229 .word 252780047 .word 339486740 .word -1360443474 .word -1784401515 .word 1137018435 .word 1272813131 .word 861234739 .word 1807603307 .word 1154254916 .word 1956440180 .word 135794696 .word -1903622258 .word 1575467613 .word 472135708 .word 2106063485 .word -1278313037 .word -82383365 .word 152769033 .word 878471220 .word 118033927 .word -935097400 .word -299251730 .word 1722469478 .word -1160417350 .word -432941082 .word -1560453214 .word -1393605716 .word 1655096418 .word 1591917662 .word -1527295068 .word 236067854 .word 593839651 .word -282409489 .word -1245417035 .word -1954148981 .word 1756942440 .word -15014401 .word 1204391495 .word 1442818645 .word 186455563 .word -31856642 .word -383727127 .word -2137318528 .word -867204148 .word -1920204403 .word 1171229253 .word 1374921297 .word 827548209 .word 389623319 .word 844522546 .word -366620694 .word 712922154 .word -1800981612 .word -1109630531 .word 288563729 .word -562452514 .word -416098841 .word -2053893755 .word -1767819370 .word -1632032866 .word 1773916777 .word -1211992649 .word 2006576759 .word -579034659 .word 33948674 .word -918517303 .word -2103631998 .word 762796589 .word 2072901243 .word 2056189050 .word -1648615011 .word -48438787 .word 795958831 .word -150800905 .word 779246638 .word -1594139744 .word -1410970197 .word 1222152264 .word -1000893500 .word -1360443474 .word 1888542832 .word 1689045092 .word -1750977129 .word -1377025619 .word -65018884 .word 729634347 .word -764559406 .word -200805388 .word -1494132826 .word 422261273 .word 372911126 .word -1699401830 .word -1970991222 .word -1295155278 .word 84871685 .word -1427812438 .word 50660867 .word -2037311610 .word -1577559647 .word -663508008 .word 1939203699 .word -681396777 .word 2022240376 .word -349778453 .word 978220090 .word 439235610 .word -1143575109 .word 1120306242 .word -99225606 .word 2039214713 .word 455947803 .word 1475980887 .word -817199665 .word -1444918871 .word 745822252 .word 2139225727 .word 961245753 .word -747717165 .word -1867826288 .word -167643146 .word 1989864566 .word 1239126601 .word -1817297517 .word -532948000 .word 1305975373 .word -714821163 .word 1823791212 .word -482419229 .word 252780047 .word 339486740 .word -1360443474 .word -1784401515 .word 1137018435 .word 1272813131 .word 861234739 .word 1807603307 .word 1154254916 .word 1956440180 .word 135794696 .word -1903622258 .word 1575467613 .word 472135708 .word 2106063485 .word -1278313037 .word -82383365 .word 152769033 .word 878471220 .word 118033927 .word -935097400 .word -299251730 .word 1722469478 .word -1160417350 .word -432941082 .word -1560453214 .word -1393605716 .word 1655096418 .word 1591917662 .word -1527295068 .word 236067854 .word 593839651 .word -282409489 .word -1245417035 .word -1954148981 .word 1756942440 .word -15014401 .word 1204391495 .word 1442818645 .word 186455563 .word -31856642 .word -383727127 .word -2137318528 .word -867204148 .word -1920204403 .word 1171229253 .word 1374921297 .word 827548209 .word 389623319 .word 844522546 .word -366620694 .word 712922154 .word -1800981612 .word -1109630531 .word 288563729 .word -562452514 .word -416098841 .word -2053893755 .word -1767819370 .word -1632032866 .word 1773916777 .word -1211992649 .word 2006576759 .word -579034659 .word 33948674 .word -918517303 .word -2103631998 .word 762796589 .word 2072901243 .word 2056189050 .word -1648615011 .word -48438787 .word 795958831 .word -150800905 .word 779246638 .word -1594139744 .word -1410970197 .word 1222152264 .word -1000893500 .word -1364268729 .word 1886425312 .word 1684319432 .word -1751670219 .word -1381110719 .word -50585629 .word 724270422 .word -757961281 .word -185333773 .word -1499008681 .word 421079858 .word 370555436 .word -1701137105 .word -1970633457 .word -1296904833 .word 84217610 .word -1431640753 .word 50529542 .word -2038001385 .word -1583220647 .word -656903253 .word 1936954854 .word -673750347 .word 2021165296 .word -336910643 .word 976899700 .word 437923380 .word -1145317779 .word 1111672452 .word -84273681 .word 2038008818 .word 454765878 .word 1465383342 .word -808498555 .word -1448484791 .word 741110872 .word 2139062782 .word 960056178 .word -741118275 .word -1869567173 .word -151649801 .word 1987484396 .word 1229577106 .word -1819038147 .word -522175525 .word 1296947098 .word -707435343 .word 1819063512 .word -471646499 .word 252645662 .word 336870440 .word -1364268729 .word -1785355215 .word 1128514950 .word 1263263126 .word 859002214 .word 1802223062 .word 1145359496 .word 1953799400 .word 134748176 .word -1903261433 .word 1566435258 .word 471606328 .word 2105378810 .word -1280061827 .word -67430675 .word 151591698 .word 875846760 .word 117901582 .word -926399605 .word -286381625 .word 1718004428 .word -1162160785 .word -421121577 .word -1566376609 .word -1397952701 .word 1650632388 .word 1583276732 .word -1532692653 .word 235803164 .word 589522246 .word -269538619 .word -1246378895 .word -1953790451 .word 1751693520 .word -58651 .word 1195886990 .word 1431699370 .word 185277718 .word -16901657 .word -370597687 .word -2139055333 .word -859025533 .word -1920103423 .word 1162203018 .word 1364325282 .word 825316194 .word 387397934 .word 842159716 .word -353753649 .word 707427924 .word -1802197197 .word -1111630751 .word 286339874 .word -555845209 .word -404278571 .word -2054843375 .word -1768513225 .word -1633765081 .word 1768537042 .word -1212693899 .word 2004326894 .word -572687199 .word 33687044 .word -909557623 .word -2105369313 .word 757954394 .word 2071694838 .word 2054852340 .word -1650607071 .word -33743647 .word 791638366 .word -134806795 .word 774795868 .word -1600062629 .word -1414797747 .word 1212733584 .word -993765485 .word -1364268729 .word 1886425312 .word 1684319432 .word -1751670219 .word -1381110719 .word -50585629 .word 724270422 .word -757961281 .word -185333773 .word -1499008681 .word 421079858 .word 370555436 .word -1701137105 .word -1970633457 .word -1296904833 .word 84217610 .word -1431640753 .word 50529542 .word -2038001385 .word -1583220647 .word -656903253 .word 1936954854 .word -673750347 .word 2021165296 .word -336910643 .word 976899700 .word 437923380 .word -1145317779 .word 1111672452 .word -84273681 .word 2038008818 .word 454765878 .word 1465383342 .word -808498555 .word -1448484791 .word 741110872 .word 2139062782 .word 960056178 .word -741118275 .word -1869567173 .word -151649801 .word 1987484396 .word 1229577106 .word -1819038147 .word -522175525 .word 1296947098 .word -707435343 .word 1819063512 .word -471646499 .word 252645662 .word 336870440 .word -1364268729 .word -1785355215 .word 1128514950 .word 1263263126 .word 859002214 .word 1802223062 .word 1145359496 .word 1953799400 .word 134748176 .word -1903261433 .word 1566435258 .word 471606328 .word 2105378810 .word -1280061827 .word -67430675 .word 151591698 .word 875846760 .word 117901582 .word -926399605 .word -286381625 .word 1718004428 .word -1162160785 .word -421121577 .word -1566376609 .word -1397952701 .word 1650632388 .word 1583276732 .word -1532692653 .word 235803164 .word 589522246 .word -269538619 .word -1246378895 .word -1953790451 .word 1751693520 .word -58651 .word 1195886990 .word 1431699370 .word 185277718 .word -16901657 .word -370597687 .word -2139055333 .word -859025533 .word -1920103423 .word 1162203018 .word 1364325282 .word 825316194 .word 387397934 .word 842159716 .word -353753649 .word 707427924 .word -1802197197 .word -1111630751 .word 286339874 .word -555845209 .word -404278571 .word -2054843375 .word -1768513225 .word -1633765081 .word 1768537042 .word -1212693899 .word 2004326894 .word -572687199 .word 33687044 .word -909557623 .word -2105369313 .word 757954394 .word 2071694838 .word 2054852340 .word -1650607071 .word -33743647 .word 791638366 .word -134806795 .word 774795868 .word -1600062629 .word -1414797747 .word 1212733584 .word -993765485 .section .rodata .align 3 .LC0: .string "%d %d %d %d\n" .text .align 2 .global main .type main, %function main: .LFB6: .cfi_startproc stp x29, x30, [sp, -112]! .cfi_def_cfa_offset 112 .cfi_offset 29, -112 .cfi_offset 30, -104 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] ldr x0, [sp, 16] add x0, x0, 8 ldr x0, [x0] bl atoi str w0, [sp, 92] ldr x0, [sp, 16] add x0, x0, 16 ldr x0, [x0] bl atoll str w0, [sp, 96] ldr w0, [sp, 92] cmp w0, 0 bne .L2 str wzr, [sp, 44] b .L3 .L11: str wzr, [sp, 48] b .L4 .L10: str wzr, [sp, 52] b .L5 .L9: str wzr, [sp, 56] b .L6 .L8: adrp x0, table add x0, x0, :lo12:table ldrsw x1, [sp, 44] ldr w1, [x0, x1, lsl 2] adrp x0, table add x0, x0, :lo12:table ldrsw x2, [sp, 48] add x2, x2, 256 ldr w0, [x0, x2, lsl 2] eor w1, w1, w0 adrp x0, table add x0, x0, :lo12:table ldrsw x2, [sp, 52] add x2, x2, 512 ldr w0, [x0, x2, lsl 2] eor w1, w1, w0 adrp x0, table add x0, x0, :lo12:table ldrsw x2, [sp, 56] add x2, x2, 768 ldr w0, [x0, x2, lsl 2] eor w0, w1, w0 str w0, [sp, 108] ldr w1, [sp, 108] ldr w0, [sp, 96] cmp w1, w0 bne .L7 ldr w4, [sp, 56] ldr w3, [sp, 52] ldr w2, [sp, 48] ldr w1, [sp, 44] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf .L7: ldr w0, [sp, 56] add w0, w0, 1 str w0, [sp, 56] .L6: ldr w0, [sp, 56] cmp w0, 255 ble .L8 ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L5: ldr w0, [sp, 52] cmp w0, 255 ble .L9 ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] .L4: ldr w0, [sp, 48] cmp w0, 255 ble .L10 ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L3: ldr w0, [sp, 44] cmp w0, 255 ble .L11 b .L12 .L2: ldr w0, [sp, 92] cmp w0, 1 bne .L13 str wzr, [sp, 60] b .L14 .L22: str wzr, [sp, 64] b .L15 .L21: str wzr, [sp, 68] b .L16 .L20: str wzr, [sp, 72] b .L17 .L19: adrp x0, table add x0, x0, :lo12:table ldrsw x1, [sp, 60] add x1, x1, 1024 ldr w1, [x0, x1, lsl 2] adrp x0, table add x0, x0, :lo12:table ldrsw x2, [sp, 64] add x2, x2, 1280 ldr w0, [x0, x2, lsl 2] eor w1, w1, w0 adrp x0, table add x0, x0, :lo12:table ldrsw x2, [sp, 68] add x2, x2, 1536 ldr w0, [x0, x2, lsl 2] eor w1, w1, w0 adrp x0, table add x0, x0, :lo12:table ldrsw x2, [sp, 72] add x2, x2, 1792 ldr w0, [x0, x2, lsl 2] eor w0, w1, w0 str w0, [sp, 104] ldr w1, [sp, 104] ldr w0, [sp, 96] cmp w1, w0 bne .L18 ldr w4, [sp, 72] ldr w3, [sp, 68] ldr w2, [sp, 64] ldr w1, [sp, 60] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 72] orr w0, w0, 1 mov w4, w0 ldr w3, [sp, 68] ldr w2, [sp, 64] ldr w1, [sp, 60] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 68] orr w0, w0, 1 ldr w4, [sp, 72] mov w3, w0 ldr w2, [sp, 64] ldr w1, [sp, 60] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 68] orr w1, w0, 1 ldr w0, [sp, 72] orr w0, w0, 1 mov w4, w0 mov w3, w1 ldr w2, [sp, 64] ldr w1, [sp, 60] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 64] orr w0, w0, 1 ldr w4, [sp, 72] ldr w3, [sp, 68] mov w2, w0 ldr w1, [sp, 60] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 64] orr w1, w0, 1 ldr w0, [sp, 72] orr w0, w0, 1 mov w4, w0 ldr w3, [sp, 68] mov w2, w1 ldr w1, [sp, 60] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 64] orr w1, w0, 1 ldr w0, [sp, 68] orr w0, w0, 1 ldr w4, [sp, 72] mov w3, w0 mov w2, w1 ldr w1, [sp, 60] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 64] orr w1, w0, 1 ldr w0, [sp, 68] orr w2, w0, 1 ldr w0, [sp, 72] orr w0, w0, 1 mov w4, w0 mov w3, w2 mov w2, w1 ldr w1, [sp, 60] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 60] orr w0, w0, 1 ldr w4, [sp, 72] ldr w3, [sp, 68] ldr w2, [sp, 64] mov w1, w0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 60] orr w1, w0, 1 ldr w0, [sp, 72] orr w0, w0, 1 mov w4, w0 ldr w3, [sp, 68] ldr w2, [sp, 64] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 60] orr w1, w0, 1 ldr w0, [sp, 68] orr w0, w0, 1 ldr w4, [sp, 72] mov w3, w0 ldr w2, [sp, 64] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 60] orr w1, w0, 1 ldr w0, [sp, 68] orr w2, w0, 1 ldr w0, [sp, 72] orr w0, w0, 1 mov w4, w0 mov w3, w2 ldr w2, [sp, 64] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 60] orr w1, w0, 1 ldr w0, [sp, 64] orr w0, w0, 1 ldr w4, [sp, 72] ldr w3, [sp, 68] mov w2, w0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 60] orr w1, w0, 1 ldr w0, [sp, 64] orr w2, w0, 1 ldr w0, [sp, 72] orr w0, w0, 1 mov w4, w0 ldr w3, [sp, 68] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 60] orr w1, w0, 1 ldr w0, [sp, 64] orr w2, w0, 1 ldr w0, [sp, 68] orr w0, w0, 1 ldr w4, [sp, 72] mov w3, w0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 60] orr w1, w0, 1 ldr w0, [sp, 64] orr w2, w0, 1 ldr w0, [sp, 68] orr w3, w0, 1 ldr w0, [sp, 72] orr w0, w0, 1 mov w4, w0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf .L18: ldr w0, [sp, 72] add w0, w0, 2 str w0, [sp, 72] .L17: ldr w0, [sp, 72] cmp w0, 255 ble .L19 ldr w0, [sp, 68] add w0, w0, 2 str w0, [sp, 68] .L16: ldr w0, [sp, 68] cmp w0, 255 ble .L20 ldr w0, [sp, 64] add w0, w0, 2 str w0, [sp, 64] .L15: ldr w0, [sp, 64] cmp w0, 255 ble .L21 ldr w0, [sp, 60] add w0, w0, 2 str w0, [sp, 60] .L14: ldr w0, [sp, 60] cmp w0, 255 ble .L22 b .L12 .L13: ldr w0, [sp, 92] cmp w0, 2 bne .L12 str wzr, [sp, 76] b .L23 .L31: str wzr, [sp, 80] b .L24 .L30: str wzr, [sp, 84] b .L25 .L29: str wzr, [sp, 88] b .L26 .L28: adrp x0, table add x0, x0, :lo12:table ldrsw x1, [sp, 76] add x1, x1, 2048 ldr w1, [x0, x1, lsl 2] adrp x0, table add x0, x0, :lo12:table ldrsw x2, [sp, 80] add x2, x2, 2304 ldr w0, [x0, x2, lsl 2] eor w1, w1, w0 adrp x0, table add x0, x0, :lo12:table ldrsw x2, [sp, 84] add x2, x2, 2560 ldr w0, [x0, x2, lsl 2] eor w1, w1, w0 adrp x0, table add x0, x0, :lo12:table ldrsw x2, [sp, 88] add x2, x2, 2816 ldr w0, [x0, x2, lsl 2] eor w0, w1, w0 str w0, [sp, 100] ldr w1, [sp, 100] ldr w0, [sp, 96] cmp w1, w0 bne .L27 ldr w4, [sp, 88] ldr w3, [sp, 84] ldr w2, [sp, 80] ldr w1, [sp, 76] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 88] orr w0, w0, 128 mov w4, w0 ldr w3, [sp, 84] ldr w2, [sp, 80] ldr w1, [sp, 76] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 84] orr w0, w0, 128 ldr w4, [sp, 88] mov w3, w0 ldr w2, [sp, 80] ldr w1, [sp, 76] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 84] orr w1, w0, 128 ldr w0, [sp, 88] orr w0, w0, 128 mov w4, w0 mov w3, w1 ldr w2, [sp, 80] ldr w1, [sp, 76] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 80] orr w0, w0, 128 ldr w4, [sp, 88] ldr w3, [sp, 84] mov w2, w0 ldr w1, [sp, 76] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 80] orr w1, w0, 128 ldr w0, [sp, 88] orr w0, w0, 128 mov w4, w0 ldr w3, [sp, 84] mov w2, w1 ldr w1, [sp, 76] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 80] orr w1, w0, 128 ldr w0, [sp, 84] orr w0, w0, 128 ldr w4, [sp, 88] mov w3, w0 mov w2, w1 ldr w1, [sp, 76] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 80] orr w1, w0, 128 ldr w0, [sp, 84] orr w2, w0, 128 ldr w0, [sp, 88] orr w0, w0, 128 mov w4, w0 mov w3, w2 mov w2, w1 ldr w1, [sp, 76] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 76] orr w0, w0, 128 ldr w4, [sp, 88] ldr w3, [sp, 84] ldr w2, [sp, 80] mov w1, w0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 76] orr w1, w0, 128 ldr w0, [sp, 88] orr w0, w0, 128 mov w4, w0 ldr w3, [sp, 84] ldr w2, [sp, 80] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 76] orr w1, w0, 128 ldr w0, [sp, 84] orr w0, w0, 128 ldr w4, [sp, 88] mov w3, w0 ldr w2, [sp, 80] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 76] orr w1, w0, 128 ldr w0, [sp, 84] orr w2, w0, 128 ldr w0, [sp, 88] orr w0, w0, 128 mov w4, w0 mov w3, w2 ldr w2, [sp, 80] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 76] orr w1, w0, 128 ldr w0, [sp, 80] orr w0, w0, 128 ldr w4, [sp, 88] ldr w3, [sp, 84] mov w2, w0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 76] orr w1, w0, 128 ldr w0, [sp, 80] orr w2, w0, 128 ldr w0, [sp, 88] orr w0, w0, 128 mov w4, w0 ldr w3, [sp, 84] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 76] orr w1, w0, 128 ldr w0, [sp, 80] orr w2, w0, 128 ldr w0, [sp, 84] orr w0, w0, 128 ldr w4, [sp, 88] mov w3, w0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 76] orr w1, w0, 128 ldr w0, [sp, 80] orr w2, w0, 128 ldr w0, [sp, 84] orr w3, w0, 128 ldr w0, [sp, 88] orr w0, w0, 128 mov w4, w0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf .L27: ldr w0, [sp, 88] add w0, w0, 1 str w0, [sp, 88] .L26: ldr w0, [sp, 88] cmp w0, 127 ble .L28 ldr w0, [sp, 84] add w0, w0, 1 str w0, [sp, 84] .L25: ldr w0, [sp, 84] cmp w0, 127 ble .L29 ldr w0, [sp, 80] add w0, w0, 1 str w0, [sp, 80] .L24: ldr w0, [sp, 80] cmp w0, 127 ble .L30 ldr w0, [sp, 76] add w0, w0, 1 str w0, [sp, 76] .L23: ldr w0, [sp, 76] cmp w0, 127 ble .L31 .L12: mov w0, 0 ldp x29, x30, [sp], 112 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global foo .type foo, %function foo: .LFB0: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str w0, [sp, 12] str w1, [sp, 8] str wzr, [sp, 20] mov w0, 100 str w0, [sp, 28] mov w0, 100 str w0, [sp, 24] ldr w0, [sp, 12] cmp w0, 0 beq .L2 str wzr, [sp, 20] b .L3 .L2: mov w0, 10 str w0, [sp, 20] .L3: ldr w0, [sp, 8] cmp w0, 0 beq .L4 ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 28] b .L5 .L4: ldr w0, [sp, 20] sub w0, w0, #1 str w0, [sp, 28] ldr w1, [sp, 28] ldr w0, [sp, 20] mul w0, w1, w0 str w0, [sp, 24] .L5: ldr w0, [sp, 24] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size foo, .-foo ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global q .bss .type q, %object .size q, 1 q: .zero 1 .global a .align 3 .type a, %object .size a, 16 a: .zero 16 .text .align 2 .global foo .type foo, %function foo: .LFB6: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] str wzr, [sp, 28] b .L2 .L3: adrp x0, a add x0, x0, :lo12:a ldrsw x1, [sp, 28] ldr x0, [x0, x1, lsl 3] ldr x2, [sp, 8] adrp x1, q add x1, x1, :lo12:q sub x1, x2, x1 add x2, x0, x1 adrp x0, a add x0, x0, :lo12:a ldrsw x1, [sp, 28] str x2, [x0, x1, lsl 3] ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L2: ldr w0, [sp, 28] cmp w0, 1 ble .L3 nop nop add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size foo, .-foo .align 2 .global main .type main, %function main: .LFB7: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, q add x0, x0, :lo12:q bl foo str wzr, [sp, 28] b .L5 .L7: adrp x0, a add x0, x0, :lo12:a ldrsw x1, [sp, 28] ldr x0, [x0, x1, lsl 3] cmp x0, 0 beq .L6 bl abort .L6: ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L5: ldr w0, [sp, 28] cmp w0, 1 ble .L7 mov w0, 0 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "Hello world!" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf mov w0, 0 ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "Interest calculation program." .align 3 .LC1: .string "Starting balance? " .align 3 .LC2: .string "%lf" .align 3 .LC3: .string "Annual interest rate percentage? " .align 3 .LC4: .string "Balance after one year: %.0lf\n" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 56] mov x1, 0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl puts adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf add x0, sp, 40 mov x1, x0 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl __isoc99_scanf adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf add x0, sp, 48 mov x1, x0 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl __isoc99_scanf ldr d0, [sp, 48] adrp x0, .LC5 ldr d1, [x0, #:lo12:.LC5] fmul d1, d0, d1 fmov d0, 1.0e+0 fadd d1, d1, d0 ldr d0, [sp, 40] fmul d0, d1, d0 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 56] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L3 bl __stack_chk_fail .L3: mov w0, w1 ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main .section .rodata .align 3 .LC5: .word 1202590843 .word 1065646817 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "/sys/class/power_supply/BAT1/capacity" .align 3 .LC1: .string "/sys/class/power_supply/BAT1/status" .align 3 .LC2: .string "r" .align 3 .LC3: .string "Known battery status files don't exist on this system. Exiting..." .align 3 .LC4: .string "Battery Percentage: %s\n" .align 3 .LC5: .string "Charging or Discharging: %s\n" .align 3 .LC6: .string "Getting battery capacity or status failed. Exiting..." .text .align 2 .global main .type main, %function main: .LFB6: .cfi_startproc stp x29, x30, [sp, -112]! .cfi_def_cfa_offset 112 .cfi_offset 29, -112 .cfi_offset 30, -104 mov x29, sp .cfi_def_cfa_register 29 sub sp, sp, #16 adrp x16, :got:__stack_chk_guard ldr x16, [x16, #:got_lo12:__stack_chk_guard] ldr x17, [x16] str x17, [x29, 104] mov x17, 0 mov w16, 4 str w16, [x29, 24] mov w16, 13 str w16, [x29, 28] adrp x16, .LC0 add x16, x16, :lo12:.LC0 str x16, [x29, 40] adrp x16, .LC1 add x16, x16, :lo12:.LC1 str x16, [x29, 48] ldr w16, [x29, 24] sxtw x17, w16 sub x17, x17, #1 str x17, [x29, 56] sxtw x17, w16 mov x14, x17 mov x15, 0 lsr x17, x14, 61 lsl x7, x15, 3 orr x7, x17, x7 lsl x6, x14, 3 sxtw x6, w16 mov x12, x6 mov x13, 0 lsr x6, x12, 61 lsl x5, x13, 3 orr x5, x6, x5 lsl x4, x12, 3 sxtw x4, w16 add x4, x4, 15 lsr x4, x4, 4 lsl x4, x4, 4 and x5, x4, -65536 sub x5, sp, x5 .L2: cmp sp, x5 beq .L3 sub sp, sp, #65536 str xzr, [sp, 1024] b .L2 .L3: and x5, x4, 65535 sub sp, sp, x5 str xzr, [sp] and x4, x4, 65535 cmp x4, 1024 bcc .L4 str xzr, [sp, 1024] .L4: add x4, sp, 16 add x4, x4, 0 str x4, [x29, 64] ldr w4, [x29, 28] sxtw x5, w4 sub x5, x5, #1 str x5, [x29, 72] sxtw x5, w4 mov x10, x5 mov x11, 0 lsr x5, x10, 61 lsl x3, x11, 3 orr x3, x5, x3 lsl x2, x10, 3 sxtw x2, w4 mov x8, x2 mov x9, 0 lsr x2, x8, 61 lsl x1, x9, 3 orr x1, x2, x1 lsl x0, x8, 3 sxtw x0, w4 add x0, x0, 15 lsr x0, x0, 4 lsl x0, x0, 4 and x1, x0, -65536 sub x1, sp, x1 .L5: cmp sp, x1 beq .L6 sub sp, sp, #65536 str xzr, [sp, 1024] b .L5 .L6: and x1, x0, 65535 sub sp, sp, x1 str xzr, [sp] and x0, x0, 65535 cmp x0, 1024 bcc .L7 str xzr, [sp, 1024] .L7: add x0, sp, 16 add x0, x0, 0 str x0, [x29, 80] adrp x0, .LC2 add x1, x0, :lo12:.LC2 ldr x0, [x29, 40] bl fopen str x0, [x29, 88] adrp x0, .LC2 add x1, x0, :lo12:.LC2 ldr x0, [x29, 48] bl fopen str x0, [x29, 96] ldr x0, [x29, 88] cmp x0, 0 beq .L8 ldr x0, [x29, 96] cmp x0, 0 bne .L9 .L8: adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl puts mov w0, 1 bl exit .L9: ldr x2, [x29, 88] ldr w1, [x29, 24] ldr x0, [x29, 64] bl fgets str w0, [x29, 32] ldr x2, [x29, 96] ldr w1, [x29, 28] ldr x0, [x29, 80] bl fgets str w0, [x29, 36] ldr w0, [x29, 32] cmn w0, #1 bne .L10 ldr w0, [x29, 36] cmn w0, #1 beq .L11 .L10: ldr x1, [x29, 64] adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf ldr x1, [x29, 80] adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl printf ldr x0, [x29, 88] bl fclose ldr x0, [x29, 96] bl fclose mov w0, 0 bl exit .L11: adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl puts mov w0, 1 bl exit .cfi_endproc .LFE6: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text #APP .globl main.main main.main: .byte 0 #NO_APP .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, 12] str x1, [sp] mov w0, 0 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global acDummy .bss .align 3 .type acDummy, %object .size acDummy, 240 acDummy: .zero 240 .global B100 .data .align 1 .type B100, %object .size B100, 2 B100: .hword -4661 .global p .section .data.rel.local,"aw" .align 3 .type p, %object .size p, 8 p: .xword B100 .text .align 2 .global Do .type Do, %function Do: .LFB0: .cfi_startproc adrp x0, B100 add x0, x0, :lo12:B100 ldrh w0, [x0] and w0, w0, -129 and w1, w0, 65535 adrp x0, B100 add x0, x0, :lo12:B100 strh w1, [x0] nop ret .cfi_endproc .LFE0: .size Do, .-Do .align 2 .global main .type main, %function main: .LFB1: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp bl Do adrp x0, p add x0, x0, :lo12:p ldr x0, [x0] ldrh w1, [x0] mov w0, 60747 cmp w1, w0 cset w0, ne and w0, w0, 255 ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global license_string .section .rodata .align 3 .LC0: .ascii " Mathomatic computer algebra system\n Copyright (C) 19" .ascii "87-2012 George Gesslein II\n\nThis library is free software;" .ascii " you can redistribute it and/or\nmodify it under the terms o" .ascii "f the GNU Lesser General Public\nLicense as published by the" .ascii " Free Software Foundation; either\nversion 2.1 of the Licens" .ascii "e, or (at your option) any later version.\n\nThis library is" .ascii " distributed in the hope that it will be useful,\nbut WITHOU" .ascii "T ANY WARRANTY; without even the implied warranty of\nMERCHA" .ascii "NTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n" .ascii "Lesser General Public License for more details.\n\nYou shoul" .ascii "d have received a copy of the GNU Lesser General Public\nLic" .ascii "ense along with this library; if not, write to the Free Soft" .ascii "ware\nFoundation, Inc., 51 Franklin Street, Fifth Floor, Bos" .ascii "ton, MA 02110-1301 USA\n\nThe full text of this license wi" .ascii "th details is contained in the file \"COPYING\"\nin the Math" .ascii "omatic source distribution, obtainable from \"www.mathomatic" .ascii ".org\";\nAll Mathomatic software and associated files (excep" .ascii "t for the documentation)\nare published under this license. " .ascii " The Mathomatic documentation is licensed\nunder the GNU Fre" .ascii "e Documentation License (GFDL) version 1.3,\nwith no Invaria" .ascii "nt Sections, no Front-Cover Texts, and no Back-Cover Texts,\n" .ascii "so it can be easily published, corrected, and translated by " .ascii "anyone.\n\nChief author, maintainer, and copyright holder co" .ascii "ntact inform" .string "ation:\n\n email:\n [email protected] or\n [email protected]\n\n postal address:\n George Gesslein II\n P.O. Box 224\n Lansing, New York 14882-0224\n USA\n\nOthers who have contributed code to Mathomatic are listed in file \"AUTHORS\".\n" .section .data.rel.local,"aw" .align 3 .type license_string, %object .size license_string, 8 license_string: .xword .LC0 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global test_vmull_laneu16 .type test_vmull_laneu16, %function test_vmull_laneu16: .LFB4340: .cfi_startproc sub sp, sp, #48 .cfi_def_cfa_offset 48 ldr d0, [sp] str d0, [sp, 16] ldr d0, [sp, 8] str d0, [sp, 24] ldr d1, [sp, 16] ldr d0, [sp, 24] umull v0.4s, v1.4h, v0.h[1] str q0, [sp, 32] nop add sp, sp, 48 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE4340: .size test_vmull_laneu16, .-test_vmull_laneu16 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 mov w0, 1 str w0, [sp, 12] mov w0, 2 str w0, [sp, 12] mov w0, 0 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "%f" .align 3 .LC1: .string "f(%0.1f) = %0.1f" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 24] mov x1, 0 add x0, sp, 16 mov x1, x0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl __isoc99_scanf ldr s0, [sp, 16] fcmp s0, #0.0 bne .L2 ldr s0, [sp, 16] fcvt d2, s0 ldr s0, [sp, 16] fcvt d0, s0 fmov d1, d0 fmov d0, d2 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf b .L3 .L2: ldr s0, [sp, 16] fmov s1, 1.0e+0 fdiv s0, s1, s0 str s0, [sp, 20] ldr s0, [sp, 16] fcvt d2, s0 ldr s0, [sp, 20] fcvt d0, s0 fmov d1, d0 fmov d0, d2 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf .L3: mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 24] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L5 bl __stack_chk_fail .L5: mov w0, w1 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "myl" .align 3 .LC1: .string "%s is not exist\n" .align 3 .LC2: .string "pw->pw_name = %s\n" .align 3 .LC3: .string "pw->pw_passwd = %s\n" .align 3 .LC4: .string "pw->pw_uid = %d\n" .align 3 .LC5: .string "pw->pw_gid = %d\n" .align 3 .LC6: .string "pw->pw_gecos = %s\n" .align 3 .LC7: .string "pw->pw_dir = %s\n" .align 3 .LC8: .string "pw->pw_shell = %s\n" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, .LC0 add x0, x0, :lo12:.LC0 str x0, [sp, 16] ldr x0, [sp, 16] bl getpwnam str x0, [sp, 24] ldr x0, [sp, 24] cmp x0, 0 bne .L2 ldr x1, [sp, 16] adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf mov w0, -1 b .L4 .L2: ldr x0, [sp, 24] ldr x0, [x0] mov x1, x0 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf ldr x0, [sp, 24] ldr x0, [x0, 8] mov x1, x0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf ldr x0, [sp, 24] ldr w0, [x0, 16] mov w1, w0 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf ldr x0, [sp, 24] ldr w0, [x0, 20] mov w1, w0 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl printf ldr x0, [sp, 24] ldr x0, [x0, 24] mov x1, x0 adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl printf ldr x0, [sp, 24] ldr x0, [x0, 32] mov x1, x0 adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl printf ldr x0, [sp, 24] ldr x0, [x0, 40] mov x1, x0 adrp x0, .LC8 add x0, x0, :lo12:.LC8 bl printf mov w0, 0 bl exit .L4: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global factorial .type factorial, %function factorial: .LFB0: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str w0, [sp, 28] ldr w0, [sp, 28] cmp w0, 1 bgt .L2 mov w0, 1 b .L3 .L2: ldr w0, [sp, 28] sub w0, w0, #1 str w0, [sp, 28] ldr w0, [sp, 28] bl factorial mov w1, w0 ldr w0, [sp, 28] mul w0, w1, w0 .L3: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size factorial, .-factorial .align 2 .global main .type main, %function main: .LFB1: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp mov w0, 5 bl factorial ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .type g, %function g: .LFB0: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp .L2: adrp x0, .L2 add x0, x0, :lo12:.L2 bl f .L3: adrp x0, .L3 add x0, x0, :lo12:.L3 bl f nop ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size g, .-g ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global puzzle .bss .align 3 .type puzzle, %object .size puzzle, 256 puzzle: .zero 256 .global words .align 3 .type words, %object .size words, 128 words: .zero 128 .section .rodata .align 2 .type num_tries, %object .size num_tries, 4 num_tries: .word 100 .align 3 .LC0: .string "words.csv" .section .data.rel.local,"aw" .align 3 .type fname, %object .size fname, 8 fname: .xword .LC0 .text .align 2 .global place .type place, %function place: .LFB6: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str x0, [sp, 40] str w1, [sp, 36] str w2, [sp, 32] str w3, [sp, 28] ldr x0, [sp, 40] bl strlen str w0, [sp, 76] ldr w0, [sp, 28] cmp w0, 0 beq .L2 ldr w0, [sp, 28] cmp w0, 1 beq .L3 b .L4 .L2: str wzr, [sp, 60] b .L5 .L8: ldr w1, [sp, 32] ldr w0, [sp, 60] add w1, w1, w0 adrp x0, puzzle add x2, x0, :lo12:puzzle ldrsw x0, [sp, 36] sxtw x1, w1 lsl x1, x1, 4 add x1, x2, x1 add x0, x1, x0 ldrb w0, [x0] cmp w0, 0 beq .L6 ldr w1, [sp, 32] ldr w0, [sp, 60] add w1, w1, w0 adrp x0, puzzle add x2, x0, :lo12:puzzle ldrsw x0, [sp, 36] sxtw x1, w1 lsl x1, x1, 4 add x1, x2, x1 add x0, x1, x0 ldrb w1, [x0] ldrsw x0, [sp, 60] ldr x2, [sp, 40] add x0, x2, x0 ldrb w0, [x0] cmp w1, w0 beq .L6 mov w0, 0 b .L7 .L6: ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L5: ldr w1, [sp, 60] ldr w0, [sp, 76] cmp w1, w0 blt .L8 str wzr, [sp, 64] b .L9 .L10: ldrsw x0, [sp, 64] ldr x1, [sp, 40] add x0, x1, x0 ldr w2, [sp, 32] ldr w1, [sp, 64] add w1, w2, w1 ldrb w3, [x0] adrp x0, puzzle add x2, x0, :lo12:puzzle ldrsw x0, [sp, 36] sxtw x1, w1 lsl x1, x1, 4 add x1, x2, x1 add x0, x1, x0 mov w1, w3 strb w1, [x0] ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L9: ldr w1, [sp, 64] ldr w0, [sp, 76] cmp w1, w0 blt .L10 b .L4 .L3: str wzr, [sp, 68] b .L11 .L13: ldr w1, [sp, 36] ldr w0, [sp, 68] add w1, w1, w0 adrp x0, puzzle add x2, x0, :lo12:puzzle sxtw x0, w1 ldrsw x1, [sp, 32] lsl x1, x1, 4 add x1, x2, x1 add x0, x1, x0 ldrb w0, [x0] cmp w0, 0 beq .L12 ldr w1, [sp, 36] ldr w0, [sp, 68] add w1, w1, w0 adrp x0, puzzle add x2, x0, :lo12:puzzle sxtw x0, w1 ldrsw x1, [sp, 32] lsl x1, x1, 4 add x1, x2, x1 add x0, x1, x0 ldrb w1, [x0] ldrsw x0, [sp, 68] ldr x2, [sp, 40] add x0, x2, x0 ldrb w0, [x0] cmp w1, w0 beq .L12 mov w0, 0 b .L7 .L12: ldr w0, [sp, 68] add w0, w0, 1 str w0, [sp, 68] .L11: ldr w1, [sp, 68] ldr w0, [sp, 76] cmp w1, w0 blt .L13 str wzr, [sp, 72] b .L14 .L15: ldrsw x0, [sp, 72] ldr x1, [sp, 40] add x0, x1, x0 ldr w2, [sp, 36] ldr w1, [sp, 72] add w1, w2, w1 ldrb w3, [x0] adrp x0, puzzle add x2, x0, :lo12:puzzle sxtw x0, w1 ldrsw x1, [sp, 32] lsl x1, x1, 4 add x1, x2, x1 add x0, x1, x0 mov w1, w3 strb w1, [x0] ldr w0, [sp, 72] add w0, w0, 1 str w0, [sp, 72] .L14: ldr w1, [sp, 72] ldr w0, [sp, 76] cmp w1, w0 blt .L15 nop .L4: mov w0, 1 .L7: ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size place, .-place .section .rodata .align 3 .LC1: .string "Could not place \"%s\" in the puzzle after %d tries. Please increase the puzzle size or decrease the number of words and try again.\n" .text .align 2 .global place_word .type place_word, %function place_word: .LFB7: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] bl strlen str w0, [sp, 56] str wzr, [sp, 52] b .L17 .L23: bl rand cmp w0, 0 and w0, w0, 1 csneg w0, w0, w0, ge str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 beq .L18 ldr w0, [sp, 60] cmp w0, 1 beq .L19 b .L20 .L18: bl rand negs w1, w0 and w0, w0, 15 and w1, w1, 15 csneg w0, w0, w1, mi str w0, [sp, 44] bl rand mov w1, w0 mov w2, 16 ldr w0, [sp, 56] sub w0, w2, w0 sdiv w2, w1, w0 mul w0, w2, w0 sub w0, w1, w0 str w0, [sp, 48] b .L20 .L19: bl rand mov w1, w0 mov w2, 16 ldr w0, [sp, 56] sub w0, w2, w0 sdiv w2, w1, w0 mul w0, w2, w0 sub w0, w1, w0 str w0, [sp, 44] bl rand negs w1, w0 and w0, w0, 15 and w1, w1, 15 csneg w0, w0, w1, mi str w0, [sp, 48] nop .L20: ldr w0, [sp, 60] mov w3, w0 ldr w2, [sp, 48] ldr w1, [sp, 44] ldr x0, [sp, 24] bl place and w0, w0, 255 cmp w0, 0 bne .L25 ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L17: ldr w0, [sp, 52] cmp w0, 99 ble .L23 mov w0, 100 mov w2, w0 ldr x1, [sp, 24] adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf mov w0, 1 bl exit .L25: nop ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size place_word, .-place_word .section .rodata .align 3 .LC2: .string "r" .align 3 .LC3: .string "Could not open required file %s" .align 3 .LC4: .string ",\n" .align 3 .LC5: .string "Cannot place \"%s\" into the puzzle. Please increase the size of the puzzle and try again.\n" .align 3 .LC6: .string "%c " .text .align 2 .global main .type main, %function main: .LFB8: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] mov x0, 0 bl time bl srand str wzr, [sp, 32] b .L27 .L30: str wzr, [sp, 36] b .L28 .L29: adrp x0, puzzle add x2, x0, :lo12:puzzle ldrsw x0, [sp, 36] ldrsw x1, [sp, 32] lsl x1, x1, 4 add x1, x2, x1 add x0, x1, x0 strb wzr, [x0] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L28: ldr w0, [sp, 36] cmp w0, 15 ble .L29 ldr w0, [sp, 32] add w0, w0, 1 str w0, [sp, 32] .L27: ldr w0, [sp, 32] cmp w0, 15 ble .L30 adrp x0, fname add x0, x0, :lo12:fname ldr x2, [x0] adrp x0, .LC2 add x1, x0, :lo12:.LC2 mov x0, x2 bl fopen str x0, [sp, 56] ldr x0, [sp, 56] cmp x0, 0 bne .L31 adrp x0, fname add x0, x0, :lo12:fname ldr x0, [x0] mov x1, x0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf mov w0, 1 b .L32 .L31: ldr x2, [sp, 56] mov w1, 128 adrp x0, words add x0, x0, :lo12:words bl fgets adrp x0, .LC4 add x1, x0, :lo12:.LC4 adrp x0, words add x0, x0, :lo12:words bl strtok str x0, [sp, 48] b .L33 .L35: ldr x0, [sp, 48] bl strlen cmp x0, 16 bls .L34 ldr x1, [sp, 48] adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl printf mov w0, 1 bl exit .L34: ldr x0, [sp, 48] bl place_word adrp x0, .LC4 add x1, x0, :lo12:.LC4 mov x0, 0 bl strtok str x0, [sp, 48] .L33: ldr x0, [sp, 48] cmp x0, 0 bne .L35 ldr x0, [sp, 56] bl fclose str wzr, [sp, 40] b .L36 .L40: str wzr, [sp, 44] b .L37 .L39: adrp x0, puzzle add x2, x0, :lo12:puzzle ldrsw x0, [sp, 44] ldrsw x1, [sp, 40] lsl x1, x1, 4 add x1, x2, x1 add x0, x1, x0 ldrb w0, [x0] cmp w0, 0 bne .L38 bl rand mov w1, 60495 movk w1, 0x4ec4, lsl 16 smull x1, w0, w1 lsr x1, x1, 32 asr w2, w1, 3 asr w1, w0, 31 sub w1, w2, w1 mov w2, 26 mul w1, w1, w2 sub w1, w0, w1 and w0, w1, 255 add w0, w0, 97 and w3, w0, 255 adrp x0, puzzle add x2, x0, :lo12:puzzle ldrsw x0, [sp, 44] ldrsw x1, [sp, 40] lsl x1, x1, 4 add x1, x2, x1 add x0, x1, x0 mov w1, w3 strb w1, [x0] .L38: adrp x0, puzzle add x2, x0, :lo12:puzzle ldrsw x0, [sp, 44] ldrsw x1, [sp, 40] lsl x1, x1, 4 add x1, x2, x1 add x0, x1, x0 ldrb w0, [x0] mov w1, w0 adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl printf ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L37: ldr w0, [sp, 44] cmp w0, 15 ble .L39 mov w0, 10 bl putchar ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L36: ldr w0, [sp, 40] cmp w0, 15 ble .L40 mov w0, 0 .L32: ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "Enter %d numbers: " .align 3 .LC1: .string "%d" .align 3 .LC2: .string "In reverse order: " .align 3 .LC3: .string "%d " .text .align 2 .global main .type main, %function main: .LFB6: .cfi_startproc stp x29, x30, [sp, -96]! .cfi_def_cfa_offset 96 .cfi_offset 29, -96 .cfi_offset 30, -88 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 88] mov x1, 0 mov w1, 10 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf str wzr, [sp, 44] b .L2 .L3: add x1, sp, 48 ldrsw x0, [sp, 44] lsl x0, x0, 2 add x0, x1, x0 mov x1, x0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl __isoc99_scanf ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L2: ldr w0, [sp, 44] cmp w0, 9 ble .L3 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf mov w0, 9 str w0, [sp, 44] b .L4 .L5: ldrsw x0, [sp, 44] lsl x0, x0, 2 add x1, sp, 48 ldr w0, [x1, x0] mov w1, w0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf ldr w0, [sp, 44] sub w0, w0, #1 str w0, [sp, 44] .L4: ldr w0, [sp, 44] cmp w0, 0 bge .L5 mov w0, 10 bl putchar mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 88] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L7 bl __stack_chk_fail .L7: mov w0, w1 ldp x29, x30, [sp], 96 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .data .align 3 .type junk, %object .size junk, 30 junk: .string "\n@(#)LIBF77 VERSION 19990503\n" .text .align 2 .type spow_ui, %function spow_ui: .LFB10: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str s0, [sp, 12] str w0, [sp, 8] fmov s0, 1.0e+0 str s0, [sp, 20] ldr w0, [sp, 8] cmp w0, 0 beq .L2 ldr w0, [sp, 8] cmp w0, 0 bge .L3 ldr w0, [sp, 8] neg w0, w0 str w0, [sp, 8] ldr s0, [sp, 12] fmov s1, 1.0e+0 fdiv s0, s1, s0 str s0, [sp, 12] .L3: ldrsw x0, [sp, 8] str x0, [sp, 24] .L7: ldr x0, [sp, 24] and x0, x0, 1 cmp x0, 0 beq .L4 ldr s1, [sp, 20] ldr s0, [sp, 12] fmul s0, s1, s0 str s0, [sp, 20] .L4: ldr x0, [sp, 24] lsr x0, x0, 1 str x0, [sp, 24] ldr x0, [sp, 24] cmp x0, 0 beq .L9 ldr s0, [sp, 12] fmul s0, s0, s0 str s0, [sp, 12] b .L7 .L9: nop .L2: ldr s0, [sp, 20] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE10: .size spow_ui, .-spow_ui .align 2 .type dpow_ui, %function dpow_ui: .LFB11: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str d0, [sp, 8] str w0, [sp, 4] fmov d0, 1.0e+0 str d0, [sp, 16] ldr w0, [sp, 4] cmp w0, 0 beq .L11 ldr w0, [sp, 4] cmp w0, 0 bge .L12 ldr w0, [sp, 4] neg w0, w0 str w0, [sp, 4] ldr d0, [sp, 8] fmov d1, 1.0e+0 fdiv d0, d1, d0 str d0, [sp, 8] .L12: ldrsw x0, [sp, 4] str x0, [sp, 24] .L16: ldr x0, [sp, 24] and x0, x0, 1 cmp x0, 0 beq .L13 ldr d1, [sp, 16] ldr d0, [sp, 8] fmul d0, d1, d0 str d0, [sp, 16] .L13: ldr x0, [sp, 24] lsr x0, x0, 1 str x0, [sp, 24] ldr x0, [sp, 24] cmp x0, 0 beq .L18 ldr d0, [sp, 8] fmul d0, d0, d0 str d0, [sp, 8] b .L16 .L18: nop .L11: ldr d0, [sp, 16] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE11: .size dpow_ui, .-dpow_ui .align 2 .type cpow_ui, %function cpow_ui: .LFB12: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp fmov s2, s0 fmov s0, s1 fmov s1, s2 str s1, [sp, 24] str s0, [sp, 28] str w0, [sp, 20] ldr s0, [sp, 24] str s0, [sp, 32] ldr s0, [sp, 28] str s0, [sp, 36] fmov s0, 1.0e+0 str s0, [sp, 56] str wzr, [sp, 60] ldr w0, [sp, 20] cmp w0, 0 beq .L27 ldr w0, [sp, 20] cmp w0, 0 bge .L21 ldr w0, [sp, 20] neg w0, w0 str w0, [sp, 20] ldr s3, [sp, 36] ldr s2, [sp, 32] movi v1.2s, #0 fmov s0, 1.0e+0 bl __divsc3 fmov s2, s0 fmov s0, s1 str s2, [sp, 24] str s0, [sp, 28] ldr s0, [sp, 24] str s0, [sp, 32] ldr s0, [sp, 28] str s0, [sp, 36] .L21: ldrsw x0, [sp, 20] str x0, [sp, 48] str wzr, [sp, 44] fmov s0, 1.0e+0 str s0, [sp, 40] .L25: ldr x0, [sp, 48] and x0, x0, 1 cmp x0, 0 beq .L22 ldr s3, [sp, 36] ldr s2, [sp, 32] ldr s1, [sp, 44] ldr s0, [sp, 40] bl __mulsc3 fmov s2, s0 fmov s0, s1 str s2, [sp, 56] str s0, [sp, 60] ldr s0, [sp, 56] str s0, [sp, 40] ldr s0, [sp, 60] str s0, [sp, 44] .L22: ldr x0, [sp, 48] lsr x0, x0, 1 str x0, [sp, 48] ldr x0, [sp, 48] cmp x0, 0 beq .L28 ldr s3, [sp, 36] ldr s2, [sp, 32] ldr s1, [sp, 36] ldr s0, [sp, 32] bl __mulsc3 fmov s2, s0 fmov s0, s1 str s2, [sp, 24] str s0, [sp, 28] ldr s0, [sp, 24] str s0, [sp, 32] ldr s0, [sp, 28] str s0, [sp, 36] b .L25 .L27: str wzr, [sp, 44] fmov s0, 1.0e+0 str s0, [sp, 40] b .L20 .L28: nop .L20: ldr s1, [sp, 40] ldr s0, [sp, 44] fmov s2, s1 fmov s1, s0 fmov s0, s2 ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE12: .size cpow_ui, .-cpow_ui .align 2 .type zpow_ui, %function zpow_ui: .LFB13: .cfi_startproc stp x29, x30, [sp, -112]! .cfi_def_cfa_offset 112 .cfi_offset 29, -112 .cfi_offset 30, -104 mov x29, sp fmov d2, d0 fmov d0, d1 fmov d1, d2 str d1, [sp, 32] str d0, [sp, 40] str w0, [sp, 28] ldr d0, [sp, 32] str d0, [sp, 64] ldr d0, [sp, 40] str d0, [sp, 72] fmov d0, 1.0e+0 str d0, [sp, 96] str xzr, [sp, 104] ldr w0, [sp, 28] cmp w0, 0 beq .L37 ldr w0, [sp, 28] cmp w0, 0 bge .L31 ldr w0, [sp, 28] neg w0, w0 str w0, [sp, 28] ldr d3, [sp, 72] ldr d2, [sp, 64] movi d1, #0 fmov d0, 1.0e+0 bl __divdc3 fmov d2, d0 fmov d0, d1 str d2, [sp, 32] str d0, [sp, 40] ldr d0, [sp, 32] str d0, [sp, 64] ldr d0, [sp, 40] str d0, [sp, 72] .L31: ldrsw x0, [sp, 28] str x0, [sp, 56] str xzr, [sp, 88] fmov d0, 1.0e+0 str d0, [sp, 80] .L35: ldr x0, [sp, 56] and x0, x0, 1 cmp x0, 0 beq .L32 ldr d3, [sp, 72] ldr d2, [sp, 64] ldr d1, [sp, 88] ldr d0, [sp, 80] bl __muldc3 fmov d2, d0 fmov d0, d1 str d2, [sp, 96] str d0, [sp, 104] ldr d0, [sp, 96] str d0, [sp, 80] ldr d0, [sp, 104] str d0, [sp, 88] .L32: ldr x0, [sp, 56] lsr x0, x0, 1 str x0, [sp, 56] ldr x0, [sp, 56] cmp x0, 0 beq .L38 ldr d3, [sp, 72] ldr d2, [sp, 64] ldr d1, [sp, 72] ldr d0, [sp, 64] bl __muldc3 fmov d2, d0 fmov d0, d1 str d2, [sp, 32] str d0, [sp, 40] ldr d0, [sp, 32] str d0, [sp, 64] ldr d0, [sp, 40] str d0, [sp, 72] b .L35 .L37: str xzr, [sp, 88] fmov d0, 1.0e+0 str d0, [sp, 80] b .L30 .L38: nop .L30: ldr d1, [sp, 80] ldr d0, [sp, 88] fmov d2, d1 fmov d1, d0 fmov d0, d2 ldp x29, x30, [sp], 112 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE13: .size zpow_ui, .-zpow_ui .align 2 .type pow_ii, %function pow_ii: .LFB14: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str w0, [sp, 12] str w1, [sp, 8] ldr w0, [sp, 8] cmp w0, 0 bgt .L40 ldr w0, [sp, 8] cmp w0, 0 beq .L41 ldr w0, [sp, 12] cmp w0, 1 bne .L42 .L41: mov w0, 1 str w0, [sp, 20] b .L40 .L42: ldr w0, [sp, 12] cmn w0, #1 beq .L43 ldr w0, [sp, 12] cmp w0, 0 bne .L44 mov w1, 1 ldr w0, [sp, 12] sdiv w0, w1, w0 b .L45 .L44: mov w0, 0 .L45: str w0, [sp, 20] b .L40 .L43: ldr w0, [sp, 8] neg w0, w0 str w0, [sp, 8] .L40: ldr w0, [sp, 8] cmp w0, 0 bgt .L46 ldr w0, [sp, 8] cmp w0, 0 beq .L47 ldr w0, [sp, 12] cmp w0, 1 beq .L47 ldr w0, [sp, 12] cmn w0, #1 bne .L47 .L46: ldrsw x0, [sp, 8] str x0, [sp, 24] mov w0, 1 str w0, [sp, 20] .L51: ldr x0, [sp, 24] and x0, x0, 1 cmp x0, 0 beq .L48 ldr w1, [sp, 20] ldr w0, [sp, 12] mul w0, w1, w0 str w0, [sp, 20] .L48: ldr x0, [sp, 24] lsr x0, x0, 1 str x0, [sp, 24] ldr x0, [sp, 24] cmp x0, 0 beq .L53 ldr w0, [sp, 12] mul w0, w0, w0 str w0, [sp, 12] b .L51 .L53: nop .L47: ldr w0, [sp, 20] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE14: .size pow_ii, .-pow_ii .align 2 .type dmaxloc_, %function dmaxloc_: .LFB15: .cfi_startproc sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, 24] str w1, [sp, 20] str w2, [sp, 16] str x3, [sp, 8] ldrsw x0, [sp, 20] lsl x0, x0, 3 sub x0, x0, #8 ldr x1, [sp, 24] add x0, x1, x0 ldr d0, [x0] str d0, [sp, 40] ldr w0, [sp, 20] str w0, [sp, 36] ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 32] b .L55 .L58: ldrsw x0, [sp, 32] lsl x0, x0, 3 sub x0, x0, #8 ldr x1, [sp, 24] add x0, x1, x0 ldr d0, [x0] ldr d1, [sp, 40] fcmpe d1, d0 bmi .L60 b .L56 .L60: ldr w0, [sp, 32] str w0, [sp, 36] ldrsw x0, [sp, 32] lsl x0, x0, 3 sub x0, x0, #8 ldr x1, [sp, 24] add x0, x1, x0 ldr d0, [x0] str d0, [sp, 40] .L56: ldr w0, [sp, 32] add w0, w0, 1 str w0, [sp, 32] .L55: ldr w1, [sp, 32] ldr w0, [sp, 16] cmp w1, w0 ble .L58 ldr w1, [sp, 36] ldr w0, [sp, 20] sub w0, w1, w0 add w0, w0, 1 add sp, sp, 48 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE15: .size dmaxloc_, .-dmaxloc_ .align 2 .type smaxloc_, %function smaxloc_: .LFB16: .cfi_startproc sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, 24] str w1, [sp, 20] str w2, [sp, 16] str x3, [sp, 8] ldrsw x0, [sp, 20] lsl x0, x0, 2 sub x0, x0, #4 ldr x1, [sp, 24] add x0, x1, x0 ldr s0, [x0] str s0, [sp, 36] ldr w0, [sp, 20] str w0, [sp, 44] ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 40] b .L62 .L65: ldrsw x0, [sp, 40] lsl x0, x0, 2 sub x0, x0, #4 ldr x1, [sp, 24] add x0, x1, x0 ldr s0, [x0] ldr s1, [sp, 36] fcmpe s1, s0 bmi .L67 b .L63 .L67: ldr w0, [sp, 40] str w0, [sp, 44] ldrsw x0, [sp, 40] lsl x0, x0, 2 sub x0, x0, #4 ldr x1, [sp, 24] add x0, x1, x0 ldr s0, [x0] str s0, [sp, 36] .L63: ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L62: ldr w1, [sp, 40] ldr w0, [sp, 16] cmp w1, w0 ble .L65 ldr w1, [sp, 44] ldr w0, [sp, 20] sub w0, w1, w0 add w0, w0, 1 add sp, sp, 48 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE16: .size smaxloc_, .-smaxloc_ .data .align 2 .type c__1, %object .size c__1, 4 c__1: .word 1 .section .rodata .align 3 .LC0: .string "V" .align 3 .LC1: .string "U" .align 3 .LC2: .string "N" .align 3 .LC3: .string "L" .align 3 .LC4: .string "DSPGV " .align 3 .LC5: .string "Non-unit" .text .align 2 .global dspgv_ .type dspgv_, %function dspgv_: .LFB21: .cfi_startproc sub sp, sp, #176 .cfi_def_cfa_offset 176 stp x29, x30, [sp, 16] .cfi_offset 29, -160 .cfi_offset 30, -152 add x29, sp, 16 str x0, [sp, 120] str x1, [sp, 112] str x2, [sp, 104] str x3, [sp, 96] str x4, [sp, 88] str x5, [sp, 80] str x6, [sp, 72] str x7, [sp, 64] ldr x0, [sp, 176] str x0, [sp, 56] ldr x0, [sp, 184] str x0, [sp, 48] ldr x0, [sp, 192] str x0, [sp, 40] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 168] mov x1, 0 ldr x0, [sp, 88] sub x0, x0, #8 str x0, [sp, 88] ldr x0, [sp, 80] sub x0, x0, #8 str x0, [sp, 80] ldr x0, [sp, 72] sub x0, x0, #8 str x0, [sp, 72] ldr x0, [sp, 56] ldr w0, [x0] str w0, [sp, 144] ldr w0, [sp, 144] add w0, w0, 1 str w0, [sp, 148] ldrsw x0, [sp, 148] lsl x0, x0, 3 neg x0, x0 ldr x1, [sp, 64] add x0, x1, x0 str x0, [sp, 64] ldr x0, [sp, 48] sub x0, x0, #8 str x0, [sp, 48] adrp x0, .LC0 add x1, x0, :lo12:.LC0 ldr x0, [sp, 112] bl lsame_ str w0, [sp, 152] adrp x0, .LC1 add x1, x0, :lo12:.LC1 ldr x0, [sp, 104] bl lsame_ str w0, [sp, 156] ldr x0, [sp, 40] str wzr, [x0] ldr x0, [sp, 120] ldr w0, [x0] cmp w0, 0 ble .L69 ldr x0, [sp, 120] ldr w0, [x0] cmp w0, 3 ble .L70 .L69: ldr x0, [sp, 40] mov w1, -1 str w1, [x0] b .L71 .L70: ldr w0, [sp, 152] cmp w0, 0 bne .L72 adrp x0, .LC2 add x1, x0, :lo12:.LC2 ldr x0, [sp, 112] bl lsame_ cmp w0, 0 bne .L72 ldr x0, [sp, 40] mov w1, -2 str w1, [x0] b .L71 .L72: ldr w0, [sp, 156] cmp w0, 0 bne .L73 adrp x0, .LC3 add x1, x0, :lo12:.LC3 ldr x0, [sp, 104] bl lsame_ cmp w0, 0 bne .L73 ldr x0, [sp, 40] mov w1, -3 str w1, [x0] b .L71 .L73: ldr x0, [sp, 96] ldr w0, [x0] cmp w0, 0 bge .L74 ldr x0, [sp, 40] mov w1, -4 str w1, [x0] b .L71 .L74: ldr x0, [sp, 56] ldr w0, [x0] cmp w0, 0 ble .L75 ldr w0, [sp, 152] cmp w0, 0 beq .L71 ldr x0, [sp, 56] ldr w1, [x0] ldr x0, [sp, 96] ldr w0, [x0] cmp w1, w0 bge .L71 .L75: ldr x0, [sp, 40] mov w1, -9 str w1, [x0] .L71: ldr x0, [sp, 40] ldr w0, [x0] cmp w0, 0 beq .L76 ldr x0, [sp, 40] ldr w0, [x0] neg w0, w0 str w0, [sp, 132] add x0, sp, 132 mov w2, 6 mov x1, x0 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl xerbla_ mov w0, 0 b .L92 .L76: ldr x0, [sp, 96] ldr w0, [x0] cmp w0, 0 bne .L78 mov w0, 0 b .L92 .L78: ldr x0, [sp, 80] add x0, x0, 8 ldr x3, [sp, 40] mov x2, x0 ldr x1, [sp, 96] ldr x0, [sp, 104] bl dpptrf_ ldr x0, [sp, 40] ldr w0, [x0] cmp w0, 0 beq .L79 ldr x0, [sp, 96] ldr w1, [x0] ldr x0, [sp, 40] ldr w0, [x0] add w1, w1, w0 ldr x0, [sp, 40] str w1, [x0] mov w0, 0 b .L92 .L79: ldr x0, [sp, 88] add x1, x0, 8 ldr x0, [sp, 80] add x0, x0, 8 ldr x5, [sp, 40] mov x4, x0 mov x3, x1 ldr x2, [sp, 96] ldr x1, [sp, 104] ldr x0, [sp, 120] bl dspgst_ ldr x0, [sp, 88] add x2, x0, 8 ldr x0, [sp, 72] add x3, x0, 8 ldrsw x0, [sp, 148] lsl x0, x0, 3 ldr x1, [sp, 64] add x1, x1, x0 ldr x0, [sp, 48] add x4, x0, 8 ldr x0, [sp, 40] str x0, [sp] mov x7, x4 ldr x6, [sp, 56] mov x5, x1 mov x4, x3 mov x3, x2 ldr x2, [sp, 96] ldr x1, [sp, 104] ldr x0, [sp, 112] bl dspev_ ldr w0, [sp, 152] cmp w0, 0 beq .L80 ldr x0, [sp, 96] ldr w0, [x0] str w0, [sp, 136] ldr x0, [sp, 40] ldr w0, [x0] cmp w0, 0 ble .L81 ldr x0, [sp, 40] ldr w0, [x0] sub w0, w0, #1 str w0, [sp, 136] .L81: ldr x0, [sp, 120] ldr w0, [x0] cmp w0, 1 beq .L82 ldr x0, [sp, 120] ldr w0, [x0] cmp w0, 2 bne .L83 .L82: ldr w0, [sp, 156] cmp w0, 0 beq .L84 add x0, sp, 160 mov w1, 78 strb w1, [x0] b .L85 .L84: add x0, sp, 160 mov w1, 84 strb w1, [x0] .L85: ldr w0, [sp, 136] str w0, [sp, 132] mov w0, 1 str w0, [sp, 140] b .L86 .L87: ldr x0, [sp, 80] add x2, x0, 8 ldr w1, [sp, 140] ldr w0, [sp, 144] mul w0, w1, w0 sxtw x0, w0 add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 64] add x3, x1, x0 add x1, sp, 160 adrp x0, c__1 add x6, x0, :lo12:c__1 mov x5, x3 mov x4, x2 ldr x3, [sp, 96] adrp x0, .LC5 add x2, x0, :lo12:.LC5 ldr x0, [sp, 104] bl dtpsv_ ldr w0, [sp, 140] add w0, w0, 1 str w0, [sp, 140] .L86: ldr w0, [sp, 132] ldr w1, [sp, 140] cmp w1, w0 ble .L87 b .L80 .L83: ldr x0, [sp, 120] ldr w0, [x0] cmp w0, 3 bne .L80 ldr w0, [sp, 156] cmp w0, 0 beq .L88 add x0, sp, 160 mov w1, 84 strb w1, [x0] b .L89 .L88: add x0, sp, 160 mov w1, 78 strb w1, [x0] .L89: ldr w0, [sp, 136] str w0, [sp, 132] mov w0, 1 str w0, [sp, 140] b .L90 .L91: ldr x0, [sp, 80] add x2, x0, 8 ldr w1, [sp, 140] ldr w0, [sp, 144] mul w0, w1, w0 sxtw x0, w0 add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 64] add x3, x1, x0 add x1, sp, 160 adrp x0, c__1 add x6, x0, :lo12:c__1 mov x5, x3 mov x4, x2 ldr x3, [sp, 96] adrp x0, .LC5 add x2, x0, :lo12:.LC5 ldr x0, [sp, 104] bl dtpmv_ ldr w0, [sp, 140] add w0, w0, 1 str w0, [sp, 140] .L90: ldr w0, [sp, 132] ldr w1, [sp, 140] cmp w1, w0 ble .L91 .L80: mov w0, 0 .L92: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 168] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L93 bl __stack_chk_fail .L93: mov w0, w1 ldp x29, x30, [sp, 16] add sp, sp, 176 .cfi_restore 29 .cfi_restore 30 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE21: .size dspgv_, .-dspgv_ ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global r .bss .align 2 .type r, %object .size r, 4 r: .zero 4 .global a .align 3 .type a, %object .size a, 4096 a: .zero 4096 .global b .align 3 .type b, %object .size b, 4096 b: .zero 4096 .global r2 .align 1 .type r2, %object .size r2, 2 r2: .zero 2 .global b2 .align 3 .type b2, %object .size b2, 2048 b2: .zero 2048 .global r3 .type r3, %object .size r3, 1 r3: .zero 1 .global b3 .align 3 .type b3, %object .size b3, 1024 b3: .zero 1024 .text .align 2 .global foo .type foo, %function foo: .LFB0: .cfi_startproc sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, 24] str x1, [sp, 16] str x2, [sp, 8] str x3, [sp] str wzr, [sp, 44] b .L2 .L3: ldrsw x0, [sp, 44] lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 ldr w1, [x0] adrp x0, r add x0, x0, :lo12:r ldr w0, [x0] add w1, w1, w0 adrp x0, r add x0, x0, :lo12:r str w1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 ldr w0, [x0] and w1, w0, 65535 adrp x0, r2 add x0, x0, :lo12:r2 ldrh w0, [x0] add w0, w1, w0 and w1, w0, 65535 adrp x0, r2 add x0, x0, :lo12:r2 strh w1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 ldr w0, [x0] and w1, w0, 255 adrp x0, r3 add x0, x0, :lo12:r3 ldrb w0, [x0] add w0, w1, w0 and w1, w0, 255 adrp x0, r3 add x0, x0, :lo12:r3 strb w1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 2 ldr x1, [sp, 16] add x0, x1, x0 adrp x1, r add x1, x1, :lo12:r ldr w1, [x1] str w1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 1 ldr x1, [sp, 8] add x0, x1, x0 adrp x1, r2 add x1, x1, :lo12:r2 ldrh w1, [x1] strh w1, [x0] ldrsw x0, [sp, 44] ldr x1, [sp] add x0, x1, x0 adrp x1, r3 add x1, x1, :lo12:r3 ldrb w1, [x1] strb w1, [x0] ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L2: ldr w0, [sp, 44] cmp w0, 1023 ble .L3 nop nop add sp, sp, 48 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size foo, .-foo .align 2 .global bar .type bar, %function bar: .LFB1: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] str x1, [sp] str wzr, [sp, 24] strh wzr, [sp, 22] strb wzr, [sp, 21] str wzr, [sp, 28] b .L5 .L6: adrp x0, a add x0, x0, :lo12:a ldrsw x1, [sp, 28] ldr w0, [x0, x1, lsl 2] lsl w0, w0, 1 ldr w1, [sp, 24] add w0, w1, w0 str w0, [sp, 24] adrp x0, a add x0, x0, :lo12:a ldrsw x1, [sp, 28] ldr w0, [x0, x1, lsl 2] and w0, w0, 65535 ubfiz w0, w0, 1, 15 and w0, w0, 65535 ldrh w1, [sp, 22] add w0, w0, w1 strh w0, [sp, 22] adrp x0, a add x0, x0, :lo12:a ldrsw x1, [sp, 28] ldr w0, [x0, x1, lsl 2] and w0, w0, 255 ubfiz w0, w0, 1, 7 and w0, w0, 255 ldrb w1, [sp, 21] add w0, w0, w1 strb w0, [sp, 21] adrp x0, b add x0, x0, :lo12:b ldrsw x1, [sp, 28] ldr w2, [sp, 24] str w2, [x0, x1, lsl 2] adrp x0, b2 add x0, x0, :lo12:b2 ldrsw x1, [sp, 28] ldrh w2, [sp, 22] strh w2, [x0, x1, lsl 1] adrp x0, b3 add x1, x0, :lo12:b3 ldrsw x0, [sp, 28] ldrb w2, [sp, 21] strb w2, [x1, x0] ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L5: ldr w0, [sp, 28] cmp w0, 1023 ble .L6 ldr x0, [sp, 8] ldrh w1, [sp, 22] strh w1, [x0] ldr x0, [sp] ldrb w1, [sp, 21] strb w1, [x0] ldr w0, [sp, 24] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size bar, .-bar .align 2 .global baz .type baz, %function baz: .LFB2: .cfi_startproc sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, 24] str x1, [sp, 16] str x2, [sp, 8] str x3, [sp] str wzr, [sp, 44] b .L9 .L10: ldrsw x0, [sp, 44] lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 ldr w1, [x0] adrp x0, r add x0, x0, :lo12:r ldr w0, [x0] add w1, w1, w0 adrp x0, r add x0, x0, :lo12:r str w1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 ldr w0, [x0] and w1, w0, 65535 adrp x0, r2 add x0, x0, :lo12:r2 ldrh w0, [x0] add w0, w1, w0 and w1, w0, 65535 adrp x0, r2 add x0, x0, :lo12:r2 strh w1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 ldr w0, [x0] and w1, w0, 255 adrp x0, r3 add x0, x0, :lo12:r3 ldrb w0, [x0] add w0, w1, w0 and w1, w0, 255 adrp x0, r3 add x0, x0, :lo12:r3 strb w1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 2 ldr x1, [sp, 16] add x0, x1, x0 adrp x1, r add x1, x1, :lo12:r ldr w1, [x1] str w1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 1 ldr x1, [sp, 8] add x0, x1, x0 adrp x1, r2 add x1, x1, :lo12:r2 ldrh w1, [x1] strh w1, [x0] ldrsw x0, [sp, 44] ldr x1, [sp] add x0, x1, x0 adrp x1, r3 add x1, x1, :lo12:r3 ldrb w1, [x1] strb w1, [x0] ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L9: ldr w0, [sp, 44] cmp w0, 1023 ble .L10 nop nop add sp, sp, 48 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE2: .size baz, .-baz .align 2 .global qux .type qux, %function qux: .LFB3: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] str x1, [sp] str wzr, [sp, 24] strh wzr, [sp, 22] strb wzr, [sp, 21] str wzr, [sp, 28] b .L12 .L13: adrp x0, a add x0, x0, :lo12:a ldrsw x1, [sp, 28] ldr w0, [x0, x1, lsl 2] lsl w0, w0, 1 ldr w1, [sp, 24] add w0, w1, w0 str w0, [sp, 24] adrp x0, a add x0, x0, :lo12:a ldrsw x1, [sp, 28] ldr w0, [x0, x1, lsl 2] and w0, w0, 65535 ubfiz w0, w0, 1, 15 and w0, w0, 65535 ldrh w1, [sp, 22] add w0, w0, w1 strh w0, [sp, 22] adrp x0, a add x0, x0, :lo12:a ldrsw x1, [sp, 28] ldr w0, [x0, x1, lsl 2] and w0, w0, 255 ubfiz w0, w0, 1, 7 and w0, w0, 255 ldrb w1, [sp, 21] add w0, w0, w1 strb w0, [sp, 21] adrp x0, b add x0, x0, :lo12:b ldrsw x1, [sp, 28] ldr w2, [sp, 24] str w2, [x0, x1, lsl 2] adrp x0, b2 add x0, x0, :lo12:b2 ldrsw x1, [sp, 28] ldrh w2, [sp, 22] strh w2, [x0, x1, lsl 1] adrp x0, b3 add x1, x0, :lo12:b3 ldrsw x0, [sp, 28] ldrb w2, [sp, 21] strb w2, [x1, x0] ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L12: ldr w0, [sp, 28] cmp w0, 1023 ble .L13 ldr x0, [sp, 8] ldrh w1, [sp, 22] strh w1, [x0] ldr x0, [sp] ldrb w1, [sp, 21] strb w1, [x0] ldr w0, [sp, 24] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE3: .size qux, .-qux .align 2 .global main .type main, %function main: .LFB4: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 56] mov x1, 0 str wzr, [sp, 32] str wzr, [sp, 36] b .L16 .L17: adrp x0, a add x0, x0, :lo12:a ldrsw x1, [sp, 36] ldr w2, [sp, 36] str w2, [x0, x1, lsl 2] adrp x0, b add x0, x0, :lo12:b ldrsw x1, [sp, 36] mov w2, -1 str w2, [x0, x1, lsl 2] adrp x0, b2 add x0, x0, :lo12:b2 ldrsw x1, [sp, 36] mov w2, -1 strh w2, [x0, x1, lsl 1] adrp x0, b3 add x1, x0, :lo12:b3 ldrsw x0, [sp, 36] mov w2, -1 strb w2, [x1, x0] ldr w0, [sp, 36] str w0, [sp, 36] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L16: ldr w0, [sp, 36] cmp w0, 1023 ble .L17 adrp x0, b3 add x3, x0, :lo12:b3 adrp x0, b2 add x2, x0, :lo12:b2 adrp x0, b add x1, x0, :lo12:b adrp x0, a add x0, x0, :lo12:a bl foo adrp x0, r add x0, x0, :lo12:r ldr w1, [x0] mov w0, 523776 cmp w1, w0 bne .L18 adrp x0, r add x0, x0, :lo12:r ldr w0, [x0] and w1, w0, 65535 adrp x0, r2 add x0, x0, :lo12:r2 ldrh w0, [x0] cmp w1, w0 bne .L18 adrp x0, r add x0, x0, :lo12:r ldr w0, [x0] and w1, w0, 255 adrp x0, r3 add x0, x0, :lo12:r3 ldrb w0, [x0] cmp w1, w0 beq .L19 .L18: bl abort .L19: str wzr, [sp, 40] b .L20 .L23: ldr w1, [sp, 32] ldr w0, [sp, 40] add w0, w1, w0 str w0, [sp, 32] adrp x0, b add x0, x0, :lo12:b ldrsw x1, [sp, 40] ldr w0, [x0, x1, lsl 2] ldr w1, [sp, 32] cmp w1, w0 bne .L21 adrp x0, b2 add x0, x0, :lo12:b2 ldrsw x1, [sp, 40] ldrh w1, [x0, x1, lsl 1] ldr w0, [sp, 32] and w0, w0, 65535 cmp w1, w0 bne .L21 adrp x0, b3 add x1, x0, :lo12:b3 ldrsw x0, [sp, 40] ldrb w1, [x1, x0] ldr w0, [sp, 32] and w0, w0, 255 cmp w1, w0 beq .L22 .L21: bl abort .L22: adrp x0, b add x0, x0, :lo12:b ldrsw x1, [sp, 40] mov w2, 25 str w2, [x0, x1, lsl 2] adrp x0, b2 add x0, x0, :lo12:b2 ldrsw x1, [sp, 40] mov w2, 24 strh w2, [x0, x1, lsl 1] adrp x0, b3 add x1, x0, :lo12:b3 ldrsw x0, [sp, 40] mov w2, 26 strb w2, [x1, x0] ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L20: ldr w0, [sp, 40] cmp w0, 1023 ble .L23 add x1, sp, 29 add x0, sp, 30 bl bar mov w1, w0 mov w0, 1047552 cmp w1, w0 beq .L24 bl abort .L24: ldrh w1, [sp, 30] mov w0, 64512 cmp w1, w0 bne .L25 ldrb w0, [sp, 29] cmp w0, 0 beq .L26 .L25: bl abort .L26: str wzr, [sp, 32] str wzr, [sp, 44] b .L27 .L30: ldr w0, [sp, 44] lsl w0, w0, 1 ldr w1, [sp, 32] add w0, w1, w0 str w0, [sp, 32] adrp x0, b add x0, x0, :lo12:b ldrsw x1, [sp, 44] ldr w0, [x0, x1, lsl 2] ldr w1, [sp, 32] cmp w1, w0 bne .L28 adrp x0, b2 add x0, x0, :lo12:b2 ldrsw x1, [sp, 44] ldrh w1, [x0, x1, lsl 1] ldr w0, [sp, 32] and w0, w0, 65535 cmp w1, w0 bne .L28 adrp x0, b3 add x1, x0, :lo12:b3 ldrsw x0, [sp, 44] ldrb w1, [x1, x0] ldr w0, [sp, 32] and w0, w0, 255 cmp w1, w0 beq .L29 .L28: bl abort .L29: adrp x0, b add x0, x0, :lo12:b ldrsw x1, [sp, 44] mov w2, -1 str w2, [x0, x1, lsl 2] adrp x0, b2 add x0, x0, :lo12:b2 ldrsw x1, [sp, 44] mov w2, -1 strh w2, [x0, x1, lsl 1] adrp x0, b3 add x1, x0, :lo12:b3 ldrsw x0, [sp, 44] mov w2, -1 strb w2, [x1, x0] ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L27: ldr w0, [sp, 44] cmp w0, 1023 ble .L30 adrp x0, r add x0, x0, :lo12:r str wzr, [x0] adrp x0, r2 add x0, x0, :lo12:r2 strh wzr, [x0] adrp x0, r3 add x0, x0, :lo12:r3 strb wzr, [x0] adrp x0, b3 add x3, x0, :lo12:b3 adrp x0, b2 add x2, x0, :lo12:b2 adrp x0, b add x1, x0, :lo12:b adrp x0, a add x0, x0, :lo12:a bl baz adrp x0, r add x0, x0, :lo12:r ldr w1, [x0] mov w0, 523776 cmp w1, w0 bne .L31 adrp x0, r add x0, x0, :lo12:r ldr w0, [x0] and w1, w0, 65535 adrp x0, r2 add x0, x0, :lo12:r2 ldrh w0, [x0] cmp w1, w0 bne .L31 adrp x0, r add x0, x0, :lo12:r ldr w0, [x0] and w1, w0, 255 adrp x0, r3 add x0, x0, :lo12:r3 ldrb w0, [x0] cmp w1, w0 beq .L32 .L31: bl abort .L32: str wzr, [sp, 32] str wzr, [sp, 48] b .L33 .L36: ldr w1, [sp, 32] ldr w0, [sp, 48] add w0, w1, w0 str w0, [sp, 32] adrp x0, b add x0, x0, :lo12:b ldrsw x1, [sp, 48] ldr w0, [x0, x1, lsl 2] ldr w1, [sp, 32] cmp w1, w0 bne .L34 adrp x0, b2 add x0, x0, :lo12:b2 ldrsw x1, [sp, 48] ldrh w1, [x0, x1, lsl 1] ldr w0, [sp, 32] and w0, w0, 65535 cmp w1, w0 bne .L34 adrp x0, b3 add x1, x0, :lo12:b3 ldrsw x0, [sp, 48] ldrb w1, [x1, x0] ldr w0, [sp, 32] and w0, w0, 255 cmp w1, w0 beq .L35 .L34: bl abort .L35: adrp x0, b add x0, x0, :lo12:b ldrsw x1, [sp, 48] mov w2, 25 str w2, [x0, x1, lsl 2] adrp x0, b2 add x0, x0, :lo12:b2 ldrsw x1, [sp, 48] mov w2, 24 strh w2, [x0, x1, lsl 1] adrp x0, b3 add x1, x0, :lo12:b3 ldrsw x0, [sp, 48] mov w2, 26 strb w2, [x1, x0] ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] .L33: ldr w0, [sp, 48] cmp w0, 1023 ble .L36 strh wzr, [sp, 30] strb wzr, [sp, 29] add x1, sp, 29 add x0, sp, 30 bl qux mov w1, w0 mov w0, 1047552 cmp w1, w0 beq .L37 bl abort .L37: ldrh w1, [sp, 30] mov w0, 64512 cmp w1, w0 bne .L38 ldrb w0, [sp, 29] cmp w0, 0 beq .L39 .L38: bl abort .L39: str wzr, [sp, 32] str wzr, [sp, 52] b .L40 .L43: ldr w0, [sp, 52] lsl w0, w0, 1 ldr w1, [sp, 32] add w0, w1, w0 str w0, [sp, 32] adrp x0, b add x0, x0, :lo12:b ldrsw x1, [sp, 52] ldr w0, [x0, x1, lsl 2] ldr w1, [sp, 32] cmp w1, w0 bne .L41 adrp x0, b2 add x0, x0, :lo12:b2 ldrsw x1, [sp, 52] ldrh w1, [x0, x1, lsl 1] ldr w0, [sp, 32] and w0, w0, 65535 cmp w1, w0 bne .L41 adrp x0, b3 add x1, x0, :lo12:b3 ldrsw x0, [sp, 52] ldrb w1, [x1, x0] ldr w0, [sp, 32] and w0, w0, 255 cmp w1, w0 beq .L42 .L41: bl abort .L42: ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L40: ldr w0, [sp, 52] cmp w0, 1023 ble .L43 mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 56] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L45 bl __stack_chk_fail .L45: mov w0, w1 ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE4: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global PciVenTable .section .rodata .align 3 .LC0: .string "<" .align 3 .LC1: .string "Paradyne Corp." .align 3 .LC2: .string "well" .align 3 .LC3: .string "master" .align 3 .LC4: .string "Hauppauge1" .align 3 .LC5: .string "Hauppauge Computer Works Inc." .align 3 .LC6: .string "ncipher" .align 3 .LC7: .string "USBPDO-8" .align 3 .LC8: .string "General Dynamics" .align 3 .LC9: .string "" .align 3 .LC10: .string "SK - Electronics Co., Ltd." .align 3 .LC11: .string "PCI\\VEN_10EC&DEV_AA01&SUBSYS_00AA0100&REV_1003" .align 3 .LC12: .string " Acer aspire one" .align 3 .LC13: .string " " .align 3 .LC14: .string "Logitech Inc." .align 3 .LC15: .string "UPEK" .align 3 .LC16: .string "Canon Scanner Elite" .align 3 .LC17: .string "Canon" .align 3 .LC18: .string " Satrio" .align 3 .LC19: .string "IBM" .align 3 .LC20: .string "Filco" .align 3 .LC21: .string "Chicony Electronics" .align 3 .LC22: .string "Chicony Electronics Co. " .align 3 .LC23: .string "INT33A0 " .align 3 .LC24: .string "ACPI\\VEN_INT&DEV_33A0" .align 3 .LC25: .string "Aladdin E-Token" .align 3 .LC26: .string "Aiptek" .align 3 .LC27: .string " Aiptek USA" .align 3 .LC28: .string "Alcor" .align 3 .LC29: .string "Alcor Micro Corp." .align 3 .LC30: .string "Omron Corp" .align 3 .LC31: .string "Apple" .align 3 .LC32: .string "Apple Inc." .align 3 .LC33: .string "D-MAX" .align 3 .LC34: .string " Suyin" .align 3 .LC35: .string "SUYIN Corporation" .align 3 .LC36: .string "Prolific" .align 3 .LC37: .string "Prolific Technology Inc." .align 3 .LC38: .string "Acresso Software" .align 3 .LC39: .string "Acresso Software Inc." .align 3 .LC40: .string "SIIG, Inc." .align 3 .LC41: .string "Genius" .align 3 .LC42: .string "KYE Systems Corp. / Pixart Imaging" .align 3 .LC43: .string "USB Rockey dongle from Feitain " .align 3 .LC44: .string " sd vid_02d0&pid_4330&fn_1" .align 3 .LC45: .string "Broadcom Corporation" .align 3 .LC46: .string "BREA" .align 3 .LC47: .string "BREA Technologies Inc." .align 3 .LC48: .string "Egosys" .align 3 .LC49: .string "Egosys, Inc." .align 3 .LC50: .string "ASUS " .align 3 .LC51: .string "Toshiba BT-183 bluetooth 2.0" .align 3 .LC52: .string "Toshiba Bluetooth RFBUS, RFCOM, RFHID" .align 3 .LC53: .string "Microdia p" .align 3 .LC54: .string "Microdia Ltd." .align 3 .LC55: .string "TP-Link" .align 3 .LC56: .string "Feedback Group " .align 3 .LC57: .string "Feedback Instruments Ltd." .align 3 .LC58: .string "C-Media Electronics" .align 3 .LC59: .string "C-Media Electronics, Inc." .align 3 .LC60: .string "Sitecom" .align 3 .LC61: .string "Compaq" .align 3 .LC62: .string "Compaq Computer Corp." .align 3 .LC63: .string "MediaTek Inc." .align 3 .LC64: .string "LSI" .align 3 .LC65: .string "LSI Logic" .align 3 .LC66: .string "KOLTER" .align 3 .LC67: .string "Kolter Electronic - Germany" .align 3 .LC68: .string "AMD" .align 3 .LC69: .string "Advanced Micro Devices, Inc." .align 3 .LC70: .string "ULSI" .align 3 .LC71: .string "VLSI" .align 3 .LC72: .string "VLSI Technology" .align 3 .LC73: .string "Reply" .align 3 .LC74: .string "Reply Group" .align 3 .LC75: .string "NetFrame" .align 3 .LC76: .string "Netframe Systems Inc." .align 3 .LC77: .string "Epson" .align 3 .LC78: .string "Phoenix" .align 3 .LC79: .string "\303\203\302\202as Ltd. de Phoenix del \303\202\302\203 de Tecnolog\303\203\302\203" .align 3 .LC80: .string "NSC" .align 3 .LC81: .string "National Semiconductors" .align 3 .LC82: .string "Tseng" .align 3 .LC83: .string "Tseng Labs" .align 3 .LC84: .string "AST" .align 3 .LC85: .string "AST Research" .align 3 .LC86: .string "Weitek" .align 3 .LC87: .string "VLogic" .align 3 .LC88: .string "Video Logic Ltd." .align 3 .LC89: .string "DEC" .align 3 .LC90: .string "Digital Equipment Corporation" .align 3 .LC91: .string "Micronics" .align 3 .LC92: .string "Micronics Computers Inc." .align 3 .LC93: .string "Cirrus" .align 3 .LC94: .string "Cirrus Logic" .align 3 .LC95: .string "International Business Machines Corp." .align 3 .LC96: .string "Fujitsu ICL" .align 3 .LC97: .string "Fujitsu ICL Computers" .align 3 .LC98: .string "Spea" .align 3 .LC99: .string "Spea Software AG" .align 3 .LC100: .string "Unisys" .align 3 .LC101: .string "Unisys Systems" .align 3 .LC102: .string "ECS" .align 3 .LC103: .string "Elitegroup Computer System" .align 3 .LC104: .string "NCR" .align 3 .LC105: .string "NCR Corporation" .align 3 .LC106: .string "Vitesse" .align 3 .LC107: .string "Vitesse Semiconductor" .align 3 .LC108: .string "AMI" .align 3 .LC109: .string "American Megatrends Inc." .align 3 .LC110: .string "PictureTel" .align 3 .LC111: .string "PictureTel Corp." .align 3 .LC112: .string "Hitachi" .align 3 .LC113: .string "Hitachi Computer Electronics" .align 3 .LC114: .string "OKI" .align 3 .LC115: .string "Oki Electric Industry" .align 3 .LC116: .string "Advanced Micro Devices" .align 3 .LC117: .string "machdo" .align 3 .LC118: .string "TRIDENT MICRO" .align 3 .LC119: .string "Acer" .align 3 .LC120: .string "Acer Incorporated" .align 3 .LC121: .string "Dell755" .align 3 .LC122: .string "Dell Inc." .align 3 .LC123: .string "LSI Logic Headland Division" .align 3 .LC124: .string "Matrox" .align 3 .LC125: .string "Matrox Electronic Systems Ltd." .align 3 .LC126: .string "C&T" .align 3 .LC127: .string "Asiliant (Chips And Technologies)" .align 3 .LC128: .string "Wyse" .align 3 .LC129: .string "Wyse Technology" .align 3 .LC130: .string "Olivetti" .align 3 .LC131: .string "Olivetti Advanced Technology" .align 3 .LC132: .string "U305-S7446" .align 3 .LC133: .string "Toshiba America" .align 3 .LC134: .string "TMC" .align 3 .LC135: .string "TMC Research" .align 3 .LC136: .string "miro dc30d" .align 3 .LC137: .string "miro Computer Products AG" .align 3 .LC138: .string "NEC" .align 3 .LC139: .string "NEC Electronics" .align 3 .LC140: .string "Burndy" .align 3 .LC141: .string "Burndy Corporation" .align 3 .LC142: .string "FDomain" .align 3 .LC143: .string "Future Domain" .align 3 .LC144: .string "Hitachi Micro Systems Inc" .align 3 .LC145: .string "AMP" .align 3 .LC146: .string "AMP Incorporated" .align 3 .LC147: .string "SiS" .align 3 .LC148: .string "Silicon Integrated Systems" .align 3 .LC149: .string "Seiko" .align 3 .LC150: .string "Seiko Epson Corporation" .align 3 .LC151: .string "Tatung" .align 3 .LC152: .string "Tatung Corp. Of America" .align 3 .LC153: .string "HP" .align 3 .LC154: .string "Hewlett-Packard" .align 3 .LC155: .string "Solliday" .align 3 .LC156: .string "Solliday Engineering" .align 3 .LC157: .string "Logic Mod." .align 3 .LC158: .string "Logic Modeling" .align 3 .LC159: .string "Computrend" .align 3 .LC160: .string "Asustek" .align 3 .LC161: .string "Asustek Computer Inc." .align 3 .LC162: .string "DPT" .align 3 .LC163: .string "Distributed Processing Tech" .align 3 .LC164: .string "OPTi" .align 3 .LC165: .string "OPTi Inc." .align 3 .LC166: .string "IPC" .align 3 .LC167: .string "IPC Corporation LTD" .align 3 .LC168: .string "Genoa" .align 3 .LC169: .string "Genoa Systems Corp." .align 3 .LC170: .string "ELSA" .align 3 .LC171: .string "ELSA GmbH" .align 3 .LC172: .string "Fountain" .align 3 .LC173: .string "Fountain Technology" .align 3 .LC174: .string "STM" .align 3 .LC175: .string "STMicroelectronics" .align 3 .LC176: .string "Mylex / Buslogic" .align 3 .LC177: .string "TSIK" .align 3 .LC178: .string "Texas Instruments" .align 3 .LC179: .string "Sony" .align 3 .LC180: .string "Sony Corporation" .align 3 .LC181: .string "Oak" .align 3 .LC182: .string "Oak Technology" .align 3 .LC183: .string "Co-Time" .align 3 .LC184: .string "Co-Time Computer Ltd." .align 3 .LC185: .string "Winbond" .align 3 .LC186: .string "Winbond Electronics Corp." .align 3 .LC187: .string "Anigma" .align 3 .LC188: .string "Anigma Corp." .align 3 .LC189: .string "Young" .align 3 .LC190: .string "Young Micro Systems" .align 3 .LC191: .string "Hitachi Ltd" .align 3 .LC192: .string "SMSC" .align 3 .LC193: .string "Standard Microsystems Corp." .align 3 .LC194: .string "ICL" .align 3 .LC195: .string "Motorola" .align 3 .LC196: .string "ETRI" .align 3 .LC197: .string "Electronics & Telecommunication Res" .align 3 .LC198: .string "Kontron" .align 3 .LC199: .string "Kontron Canada" .align 3 .LC200: .string "Promise" .align 3 .LC201: .string "Promise Technology" .align 3 .LC202: .string "Mobham" .align 3 .LC203: .string "Mobham chip" .align 3 .LC204: .string "Wipro" .align 3 .LC205: .string "Wipro Infotech Limited" .align 3 .LC206: .string "Number-Nine" .align 3 .LC207: .string "Number Nine Visual Technology" .align 3 .LC208: .string "Vtech" .align 3 .LC209: .string "Vtech Engineering Canada Ltd." .align 3 .LC210: .string "Infotronic" .align 3 .LC211: .string "Infotronic America Inc." .align 3 .LC212: .string "UMC" .align 3 .LC213: .string "United Microelectronics" .align 3 .LC214: .string "8x8" .align 3 .LC215: .string "8x8 Inc." .align 3 .LC216: .string "Maspar" .align 3 .LC217: .string "Maspar Computer Corp." .align 3 .LC218: .string "OOA" .align 3 .LC219: .string "Ocean Office Automation" .align 3 .LC220: .string "Alcatel" .align 3 .LC221: .string "Alcatel Cit" .align 3 .LC222: .string "TM" .align 3 .LC223: .string "Texas Microsystems" .align 3 .LC224: .string "Picopower" .align 3 .LC225: .string "Picopower Technology" .align 3 .LC226: .string "Mitsubishi" .align 3 .LC227: .string "Mitsubishi Electronics" .align 3 .LC228: .string "Div. Tech." .align 3 .LC229: .string "Diversified Technology" .align 3 .LC230: .string "Aten" .align 3 .LC231: .string "Aten Research Inc." .align 3 .LC232: .string "Hyundai" .align 3 .LC233: .string "Hyundai Electronics America" .align 3 .LC234: .string "Sequent" .align 3 .LC235: .string "Sequent Computer Systems" .align 3 .LC236: .string "DFI" .align 3 .LC237: .string "DFI Inc." .align 3 .LC238: .string "CityGate" .align 3 .LC239: .string "City Gate Development LTD" .align 3 .LC240: .string "Daewoo" .align 3 .LC241: .string "Daewoo Telecom Ltd." .align 3 .LC242: .string "Mitac" .align 3 .LC243: .string "GIT" .align 3 .LC244: .string "GIT Co. Ltd." .align 3 .LC245: .string "Yamaha" .align 3 .LC246: .string "Yamaha Corporation" .align 3 .LC247: .string "Nexgen" .align 3 .LC248: .string "Nexgen Microsystems" .align 3 .LC249: .string "AIR" .align 3 .LC250: .string "Advanced Integration Research" .align 3 .LC251: .string "QLogic" .align 3 .LC252: .string "QLogic Corporation" .align 3 .LC253: .string "Cyrix" .align 3 .LC254: .string "Cyrix Corporation" .align 3 .LC255: .string "I-Bus" .align 3 .LC256: .string "Networth" .align 3 .LC257: .string "Networth controls" .align 3 .LC258: .string "Gateway" .align 3 .LC259: .string "Gateway 2000" .align 3 .LC260: .string "Goldstar" .align 3 .LC261: .string "Goldstar Co. Ltd." .align 3 .LC262: .string "Leadtek" .align 3 .LC263: .string "Leadtek Research" .align 3 .LC264: .string "Interphase" .align 3 .LC265: .string "Testernec" .align 3 .LC266: .string "DTC" .align 3 .LC267: .string "Data Technology Corporation" .align 3 .LC268: .string "Cypress" .align 3 .LC269: .string "Cypress Semiconductor" .align 3 .LC270: .string "Radius Inc." .align 3 .LC271: .string "EFA" .align 3 .LC272: .string "EFA Corporation Of America" .align 3 .LC273: .string "Forex" .align 3 .LC274: .string "Forex Computer Corporation" .align 3 .LC275: .string "Parador" .align 3 .LC276: .string "Tulip" .align 3 .LC277: .string "Tulip Computers Int'l BV" .align 3 .LC278: .string "J. Bond" .align 3 .LC279: .string "J. Bond Computer Systems" .align 3 .LC280: .string "Cache" .align 3 .LC281: .string "Cache Computer" .align 3 .LC282: .string "MS Son." .align 3 .LC283: .string "Microcomputer Systems (M) Son" .align 3 .LC284: .string "DG" .align 3 .LC285: .string "Data General Corporation" .align 3 .LC286: .string "Bit3" .align 3 .LC287: .string "SBS Operations" .align 3 .LC288: .string "Oakleigh" .align 3 .LC289: .string "Oakleigh Systems Inc." .align 3 .LC290: .string "Olicom" .align 3 .LC291: .string "Sun" .align 3 .LC292: .string "Sun Microsystems" .align 3 .LC293: .string "Systemsoft" .align 3 .LC294: .string "Systemsoft Corporation" .align 3 .LC295: .string "Encore" .align 3 .LC296: .string "Encore Computer Corporation" .align 3 .LC297: .string "Intergraph" .align 3 .LC298: .string "Intergraph Corporation" .align 3 .LC299: .string "Diamond" .align 3 .LC300: .string "Diamond Computer Systems" .align 3 .LC301: .string "NI" .align 3 .LC302: .string "National Instruments" .align 3 .LC303: .string "Apostolos" .align 3 .LC304: .string "Silicon Image" .align 3 .LC305: .string "Silicon Image, Inc." .align 3 .LC306: .string "Alacron" .align 3 .LC307: .string "Appian" .align 3 .LC308: .string "Appian Graphics" .align 3 .LC309: .string "Quantum" .align 3 .LC310: .string "Quantum Designs Ltd." .align 3 .LC311: .string "Samsung" .align 3 .LC312: .string "Samsung Electronics Co. Ltd." .align 3 .LC313: .string "Packard-Bell" .align 3 .LC314: .string "Packard Bell" .align 3 .LC315: .string "Gemlight" .align 3 .LC316: .string "Gemlight Computer Ltd." .align 3 .LC317: .string "Megachips" .align 3 .LC318: .string "Megachips Corporation" .align 3 .LC319: .string "Zida" .align 3 .LC320: .string "Zida Technologies Ltd." .align 3 .LC321: .string "Brooktree" .align 3 .LC322: .string "Brooktree Corporation" .align 3 .LC323: .string "Trigem" .align 3 .LC324: .string "Trigem Computer Inc." .align 3 .LC325: .string "Meidensha" .align 3 .LC326: .string "Meidensha Corporation" .align 3 .LC327: .string "Juko" .align 3 .LC328: .string "Juko Electronics Inc. Ltd." .align 3 .LC329: .string "Quantum Corporation" .align 3 .LC330: .string "Everex" .align 3 .LC331: .string "Everex Systems Inc." .align 3 .LC332: .string "Globe" .align 3 .LC333: .string "Globe Manufacturing Sales" .align 3 .LC334: .string "Racal" .align 3 .LC335: .string "Racal Interlan" .align 3 .LC336: .string "Sierra" .align 3 .LC337: .string "Sierra Semiconductor" .align 3 .LC338: .string "SG" .align 3 .LC339: .string "Silicon Graphics" .align 3 .LC340: .string "Digicom" .align 3 .LC341: .string "Honeywell" .align 3 .LC342: .string "Honeywell IASD" .align 3 .LC343: .string "Winbond Systems Labs" .align 3 .LC344: .string "Cornerstone" .align 3 .LC345: .string "Cornerstone Technology" .align 3 .LC346: .string "MCS" .align 3 .LC347: .string "Micro Computer Systems Inc." .align 3 .LC348: .string "Gainward GmbH " .align 3 .LC349: .string "Cabletron" .align 3 .LC350: .string "Cabletron Systems Inc." .align 3 .LC351: .string "Raytheon" .align 3 .LC352: .string "Raytheon Company" .align 3 .LC353: .string "Databook" .align 3 .LC354: .string "Databook Inc." .align 3 .LC355: .string "STB" .align 3 .LC356: .string "STB Systems" .align 3 .LC357: .string "PLX" .align 3 .LC358: .string "PLX Technology Inc." .align 3 .LC359: .string "Madge" .align 3 .LC360: .string "Madge Networks" .align 3 .LC361: .string "3Com" .align 3 .LC362: .string "3Com Corporation" .align 3 .LC363: .string "SMC" .align 3 .LC364: .string "Standard Microsystems Corporation" .align 3 .LC365: .string "Ali" .align 3 .LC366: .string "Ali Corporation" .align 3 .LC367: .string "Mitsubishi Electronics Corp." .align 3 .LC368: .string "Dapha" .align 3 .LC369: .string "Dapha Electronics Corporation" .align 3 .LC370: .string "ALR" .align 3 .LC371: .string "Advanced Logic Research Inc." .align 3 .LC372: .string "Surecom" .align 3 .LC373: .string "Surecom Technology" .align 3 .LC374: .string "Tsenglabs International Corp." .align 3 .LC375: .string "MOST" .align 3 .LC376: .string "MOST Corp." .align 3 .LC377: .string "Boca" .align 3 .LC378: .string "Boca Research Inc." .align 3 .LC379: .string "ICM" .align 3 .LC380: .string "ICM Corp. Ltd." .align 3 .LC381: .string "Auspex" .align 3 .LC382: .string "Auspex Systems Inc." .align 3 .LC383: .string "Samsung Semiconductors" .align 3 .LC384: .string "wim" .align 3 .LC385: .string "Award Software Int'l Inc." .align 3 .LC386: .string "Xerox Workcentre XD103" .align 3 .LC387: .string "Xerox Corporation" .align 3 .LC388: .string "Rambus" .align 3 .LC389: .string "Rambus Inc." .align 3 .LC390: .string "Neomagic" .align 3 .LC391: .string "Neomagic Corporation" .align 3 .LC392: .string "Dataexpert" .align 3 .LC393: .string "Dataexpert Corporation" .align 3 .LC394: .string "Fujitsu" .align 3 .LC395: .string "Fujitsu Siemens" .align 3 .LC396: .string "Omron" .align 3 .LC397: .string "Omron Corporation" .align 3 .LC398: .string "AdvanSys" .align 3 .LC399: .string "Advanced System Products" .align 3 .LC400: .string "Fujitsu Ltd." .align 3 .LC401: .string "Future+" .align 3 .LC402: .string "Future+ Systems" .align 3 .LC403: .string "Molex" .align 3 .LC404: .string "Molex Incorporated" .align 3 .LC405: .string "Jabil" .align 3 .LC406: .string "Jabil Circuit Inc." .align 3 .LC407: .string "Hualon" .align 3 .LC408: .string "Hualon Microelectronics" .align 3 .LC409: .string "Autologic" .align 3 .LC410: .string "Autologic Inc." .align 3 .LC411: .string "Wilson .co .ltd" .align 3 .LC412: .string "BCM" .align 3 .LC413: .string "BCM Advanced Research" .align 3 .LC414: .string "APL" .align 3 .LC415: .string "Advanced Peripherals Labs" .align 3 .LC416: .string "Macronix" .align 3 .LC417: .string "Macronix International Co. Ltd." .align 3 .LC418: .string "Rohm" .align 3 .LC419: .string "Rohm Research" .align 3 .LC420: .string "CERN" .align 3 .LC421: .string "CERN-European Lab. for Particle Physics" .align 3 .LC422: .string "E&S" .align 3 .LC423: .string "Evans & Sutherland" .align 3 .LC424: .string "NVIDIA" .align 3 .LC425: .string "Emulex" .align 3 .LC426: .string "Emulex Corporation" .align 3 .LC427: .string "Tekram" .align 3 .LC428: .string "Tekram Technology Corp. Ltd." .align 3 .LC429: .string "Aptix" .align 3 .LC430: .string "Aptix Corporation" .align 3 .LC431: .string "Tundra" .align 3 .LC432: .string "Tundra Semiconductor Corp." .align 3 .LC433: .string "Tandem" .align 3 .LC434: .string "Tandem Computers" .align 3 .LC435: .string "MIC" .align 3 .LC436: .string "Micro Industries Corporation" .align 3 .LC437: .string "Gainbery" .align 3 .LC438: .string "Gainbery Computer Products Inc." .align 3 .LC439: .string "Vadem" .align 3 .LC440: .string "AMCC" .align 3 .LC441: .string "Applied Micro Circuits Corp." .align 3 .LC442: .string "Alps" .align 3 .LC443: .string "Alps Electronic Corp. Ltd." .align 3 .LC444: .string "Tvia" .align 3 .LC445: .string "Tvia, Inc." .align 3 .LC446: .string "Artist" .align 3 .LC447: .string "Artist Graphics" .align 3 .LC448: .string "Realtek" .align 3 .LC449: .string "Realtek Semiconductor Corp." .align 3 .LC450: .string "Ascii" .align 3 .LC451: .string "Ascii Corporation" .align 3 .LC452: .string "Xilinx" .align 3 .LC453: .string "Xilinx Corporation" .align 3 .LC454: .string "Racore" .align 3 .LC455: .string "Racore Computer Products" .align 3 .LC456: .string "Real-Time Graphics & Video" .align 3 .LC457: .string "Curtiss-Wright Controls Embedded Computing" .align 3 .LC458: .string "Tyan" .align 3 .LC459: .string "Tyan Computer" .align 3 .LC460: .string "Achme" .align 3 .LC461: .string "Achme Computer Inc. - GONE !!!!" .align 3 .LC462: .string "Alaris" .align 3 .LC463: .string "Alaris Inc." .align 3 .LC464: .string "S-Mos" .align 3 .LC465: .string "S-Mos Systems" .align 3 .LC466: .string "NKK" .align 3 .LC467: .string "NKK Corporation" .align 3 .LC468: .string "CES" .align 3 .LC469: .string "Creative Electronic Systems SA" .align 3 .LC470: .string "Matsushita" .align 3 .LC471: .string "Matsushita Electric Industrial Corp." .align 3 .LC472: .string "Altos" .align 3 .LC473: .string "Altos India Ltd." .align 3 .LC474: .string "PC-Direct" .align 3 .LC475: .string "PC Direct" .align 3 .LC476: .string "Truevision" .align 3 .LC477: .string "Thesys" .align 3 .LC478: .string "Thesys Microelectronic's" .align 3 .LC479: .string "I-O" .align 3 .LC480: .string "I-O Data Device Inc." .align 3 .LC481: .string "Soyo" .align 3 .LC482: .string "Soyo Technology Corp. Ltd." .align 3 .LC483: .string "Fast" .align 3 .LC484: .string "Fast Electronic GmbH" .align 3 .LC485: .string "Ncube" .align 3 .LC486: .string "Jazz" .align 3 .LC487: .string "Jazz Multimedia" .align 3 .LC488: .string "Initio" .align 3 .LC489: .string "Initio Corporation" .align 3 .LC490: .string "Creative Labs" .align 3 .LC491: .string "Creative Technology LTD." .align 3 .LC492: .string "HighPoint" .align 3 .LC493: .string " HighPoint Technologies, Inc." .align 3 .LC494: .string "Rasterops" .align 3 .LC495: .string "Sigma" .align 3 .LC496: .string "Sigma Designs Inc." .align 3 .LC497: .string "VIA" .align 3 .LC498: .string "VIA Technologies, Inc." .align 3 .LC499: .string "Stratus" .align 3 .LC500: .string "Stratus Computer" .align 3 .LC501: .string "Proteon" .align 3 .LC502: .string "Proteon Inc." .align 3 .LC503: .string "Cogent" .align 3 .LC504: .string "Adaptec/Cogent Data Technologies" .align 3 .LC505: .string "Siemens" .align 3 .LC506: .string "Siemens AG" .align 3 .LC507: .string "Chromatic" .align 3 .LC508: .string "Chromatic Research Inc" .align 3 .LC509: .string "Mini-Max" .align 3 .LC510: .string "Mini-Max Technology Inc." .align 3 .LC511: .string "ZNYX" .align 3 .LC512: .string "ZNYX Corporation" .align 3 .LC513: .string "CPU Tech." .align 3 .LC514: .string "CPU Technology" .align 3 .LC515: .string "Ross" .align 3 .LC516: .string "Ross Technology" .align 3 .LC517: .string "Osicom" .align 3 .LC518: .string "Osicom Technologies Inc." .align 3 .LC519: .string "Accton" .align 3 .LC520: .string "Accton Technology Corporation" .align 3 .LC521: .string "Atmel" .align 3 .LC522: .string "Atmel Corp." .align 3 .LC523: .string "Data Translation" .align 3 .LC524: .string "Data Translation, Inc." .align 3 .LC525: .string "Datacube" .align 3 .LC526: .string "Datacube Inc." .align 3 .LC527: .string "Berg" .align 3 .LC528: .string "Berg Electronics" .align 3 .LC529: .string "Vortex" .align 3 .LC530: .string "ICP vortex Computersysteme GmbH" .align 3 .LC531: .string "Eff. Net." .align 3 .LC532: .string "Efficent Networks" .align 3 .LC533: .string "Tricord" .align 3 .LC534: .string "Tricord Systems Inc." .align 3 .LC535: .string "IDT" .align 3 .LC536: .string "Integrated Device Technology Inc." .align 3 .LC537: .string "PDI" .align 3 .LC538: .string "Precision Digital Images" .align 3 .LC539: .string "EMC" .align 3 .LC540: .string "EMC Corp." .align 3 .LC541: .string "Zilog" .align 3 .LC542: .string "EDI" .align 3 .LC543: .string "Excellent Design Inc." .align 3 .LC544: .string "Leutron" .align 3 .LC545: .string "Leutron Vision AG" .align 3 .LC546: .string "Eurocore" .align 3 .LC547: .string "Eurocore/Vigra" .align 3 .LC548: .string "FORE RUNNER LE" .align 3 .LC549: .string "FORE Systems" .align 3 .LC550: .string "Firmworks" .align 3 .LC551: .string "Hermes" .align 3 .LC552: .string "Hermes Electronics Co. Ltd." .align 3 .LC553: .string "Zenith" .align 3 .LC554: .string "Zenith Data Systems" .align 3 .LC555: .string "Ravicad" .align 3 .LC556: .string "Infomedia" .align 3 .LC557: .string "Computervision" .align 3 .LC558: .string "NXP" .align 3 .LC559: .string "NXP Semiconductors N.V." .align 3 .LC560: .string "Mitel" .align 3 .LC561: .string "Mitel Corp." .align 3 .LC562: .string "EIC" .align 3 .LC563: .string "Eicon Networks Corporation" .align 3 .LC564: .string "Mercury Computer Systems Inc." .align 3 .LC565: .string "Fuji" .align 3 .LC566: .string "Fuji Xerox Co Ltd" .align 3 .LC567: .string "Momentum" .align 3 .LC568: .string "Momentum Data Systems" .align 3 .LC569: .string "Cisco" .align 3 .LC570: .string "Cisco Systems Inc" .align 3 .LC571: .string "Ziatech" .align 3 .LC572: .string "Ziatech Corporation" .align 3 .LC573: .string "Dyn. Pict." .align 3 .LC574: .string "Dynamic Pictures Inc" .align 3 .LC575: .string "FWB" .align 3 .LC576: .string "FWB Inc" .align 3 .LC577: .string "NCD" .align 3 .LC578: .string "Network Computing Devices" .align 3 .LC579: .string "Cyclone" .align 3 .LC580: .string "Cyclone Microsystems Inc." .align 3 .LC581: .string "Leading Edge" .align 3 .LC582: .string "Leading Edge Products Inc" .align 3 .LC583: .string "Sanyo" .align 3 .LC584: .string "Sanyo Electric Co" .align 3 .LC585: .string "Equinox" .align 3 .LC586: .string "Equinox Systems" .align 3 .LC587: .string "Intervoice" .align 3 .LC588: .string "Intervoice Inc" .align 3 .LC589: .string "Crest" .align 3 .LC590: .string "Crest Microsystem Inc" .align 3 .LC591: .string "Alliance" .align 3 .LC592: .string "Alliance Semiconductor" .align 3 .LC593: .string "Netpower" .align 3 .LC594: .string "Netpower Inc" .align 3 .LC595: .string "Cinn. Mil." .align 3 .LC596: .string "Cincinnati Milacron" .align 3 .LC597: .string "Workbit" .align 3 .LC598: .string "Workbit Corp" .align 3 .LC599: .string "Force" .align 3 .LC600: .string "Force Computers" .align 3 .LC601: .string "Interface" .align 3 .LC602: .string "Interface Corp" .align 3 .LC603: .string "Marvell" .align 3 .LC604: .string "Marvell Semiconductor Germany GmbH" .align 3 .LC605: .string "Win System" .align 3 .LC606: .string "Win System Corporation" .align 3 .LC607: .string "VMIC" .align 3 .LC608: .string "Canopus" .align 3 .LC609: .string "Canopus corporation" .align 3 .LC610: .string "Annabooks" .align 3 .LC611: .string "IC Corp." .align 3 .LC612: .string "IC Corporation" .align 3 .LC613: .string "Nikon" .align 3 .LC614: .string "Nikon Systems Inc" .align 3 .LC615: .string "Digi" .align 3 .LC616: .string "Digi International" .align 3 .LC617: .string "Thinking Machines Corporation" .align 3 .LC618: .string "JAE" .align 3 .LC619: .string "JAE Electronics Inc." .align 3 .LC620: .string "Land Win" .align 3 .LC621: .string "Land Win Electronic Corp" .align 3 .LC622: .string "Melco" .align 3 .LC623: .string "Melco Inc" .align 3 .LC624: .string "Pine" .align 3 .LC625: .string "Pine Technology Ltd" .align 3 .LC626: .string "Periscope" .align 3 .LC627: .string "Periscope Engineering" .align 3 .LC628: .string "Avsys" .align 3 .LC629: .string "Avsys Corporation" .align 3 .LC630: .string "Voarx" .align 3 .LC631: .string "Voarx R&D Inc" .align 3 .LC632: .string "Mutech" .align 3 .LC633: .string "Harlequin" .align 3 .LC634: .string "Harlequin Ltd" .align 3 .LC635: .string "Parallax" .align 3 .LC636: .string "Parallax Graphics" .align 3 .LC637: .string "Photron" .align 3 .LC638: .string "Photron Ltd." .align 3 .LC639: .string "Xircom" .align 3 .LC640: .string "Peer" .align 3 .LC641: .string "Peer Protocols Inc" .align 3 .LC642: .string "Maxtorr" .align 3 .LC643: .string "Maxtor Corporation" .align 3 .LC644: .string "Megasoft" .align 3 .LC645: .string "Megasoft Inc" .align 3 .LC646: .string "PFU" .align 3 .LC647: .string "PFU Ltd" .align 3 .LC648: .string "OA Lab" .align 3 .LC649: .string "OA Laboratory Co Ltd" .align 3 .LC650: .string "mohamed" .align 3 .LC651: .string "mohamed alsherif" .align 3 .LC652: .string "APT" .align 3 .LC653: .string "Advanced Peripherals Tech" .align 3 .LC654: .string "Imagraph" .align 3 .LC655: .string "Imagraph Corporation" .align 3 .LC656: .string "BRCM/ServerWorks" .align 3 .LC657: .string "Broadcom / ServerWorks" .align 3 .LC658: .string "Mutoh" .align 3 .LC659: .string "Mutoh Industries Inc" .align 3 .LC660: .string "Thine" .align 3 .LC661: .string "Thine Electronics Inc" .align 3 .LC662: .string "CDAC" .align 3 .LC663: .string "Centre f/Dev. of Adv. Computing" .align 3 .LC664: .string "Luminex" .align 3 .LC665: .string "Luminex Software, Inc" .align 3 .LC666: .string "Connectware" .align 3 .LC667: .string "Connectware Inc" .align 3 .LC668: .string "Int Res." .align 3 .LC669: .string "Intelligent Resources" .align 3 .LC670: .string "EFI" .align 3 .LC671: .string "Electronics for Imaging" .align 3 .LC672: .string "Inventec" .align 3 .LC673: .string "Inventec Corporation" .align 3 .LC674: .string "Altera" .align 3 .LC675: .string "Altera Corporation" .align 3 .LC676: .string "Adobe" .align 3 .LC677: .string "Adobe Systems" .align 3 .LC678: .string "Bridgeport" .align 3 .LC679: .string "Bridgeport Machines" .align 3 .LC680: .string "Mitron" .align 3 .LC681: .string "Mitron Computer Inc." .align 3 .LC682: .string "SBE" .align 3 .LC683: .string "Silicon Eng." .align 3 .LC684: .string "Silicon Engineering" .align 3 .LC685: .string "Alfa" .align 3 .LC686: .string "Alfa Inc" .align 3 .LC687: .string "Toshiba" .align 3 .LC688: .string "Toshiba corporation" .align 3 .LC689: .string "A-Trend" .align 3 .LC690: .string "A-Trend Technology" .align 3 .LC691: .string "LG" .align 3 .LC692: .string "LG (Lucky Goldstar) Electronics Inc." .align 3 .LC693: .string "Atto" .align 3 .LC694: .string "Atto Technology" .align 3 .LC695: .string "B&D" .align 3 .LC696: .string "Becton & Dickinson" .align 3 .LC697: .string "T/R" .align 3 .LC698: .string "T/R Systems" .align 3 .LC699: .string "ICS" .align 3 .LC700: .string "Integrated Circuit Systems" .align 3 .LC701: .string "Ricoh" .align 3 .LC702: .string "RicohCompany,Ltd." .align 3 .LC703: .string "Fujikura" .align 3 .LC704: .string "Fujikura Ltd" .align 3 .LC705: .string "Forks" .align 3 .LC706: .string "Forks Inc" .align 3 .LC707: .string "Dataworld" .align 3 .LC708: .string "D-Link" .align 3 .LC709: .string "D-Link System Inc" .align 3 .LC710: .string "Philips Healthcare" .align 3 .LC711: .string "Shima" .align 3 .LC712: .string "Shima Seiki Manufacturing Ltd." .align 3 .LC713: .string "Matsushita Electronics" .align 3 .LC714: .string "Hilevel" .align 3 .LC715: .string "Hilevel Technology" .align 3 .LC716: .string "Hypertec" .align 3 .LC717: .string "Hypertec Pty Ltd" .align 3 .LC718: .string "Corollary" .align 3 .LC719: .string "Corollary Inc" .align 3 .LC720: .string "BitFlow" .align 3 .LC721: .string "BitFlow Inc" .align 3 .LC722: .string "Hermstedt" .align 3 .LC723: .string "Hermstedt AG" .align 3 .LC724: .string "Green" .align 3 .LC725: .string "Green Logic" .align 3 .LC726: .string "Tripace" .align 3 .LC727: .string "Acard" .align 3 .LC728: .string "Acard Technology Corp." .align 3 .LC729: .string "Densan" .align 3 .LC730: .string "Densan Co. Ltd" .align 3 .LC731: .string "Toucan" .align 3 .LC732: .string "Toucan Technology" .align 3 .LC733: .string "Ratoc" .align 3 .LC734: .string "Ratoc System Inc" .align 3 .LC735: .string "Hytec" .align 3 .LC736: .string "Hytec Electronics Ltd" .align 3 .LC737: .string "Gage" .align 3 .LC738: .string "Gage Applied Technologies" .align 3 .LC739: .string "Lambda" .align 3 .LC740: .string "Lambda Systems Inc" .align 3 .LC741: .string "Attachmate" .align 3 .LC742: .string "Attachmate Corp." .align 3 .LC743: .string "Mind Share" .align 3 .LC744: .string "Mind/Share Inc." .align 3 .LC745: .string "Omega" .align 3 .LC746: .string "Omega Micro Inc." .align 3 .LC747: .string "ITI" .align 3 .LC748: .string "Information Technology Inst." .align 3 .LC749: .string "Bug" .align 3 .LC750: .string "Bug Sapporo Japan" .align 3 .LC751: .string "Fujitsu Microelectronics Ltd." .align 3 .LC752: .string "Bull" .align 3 .LC753: .string "Bull Hn Information Systems" .align 3 .LC754: .string "Hamamatsu" .align 3 .LC755: .string "Hamamatsu Photonics K.K." .align 3 .LC756: .string "Sierra Research and Technology" .align 3 .LC757: .string "Deuretzbacher" .align 3 .LC758: .string "Deuretzbacher GmbH & Co. Eng. KG" .align 3 .LC759: .string "Barco" .align 3 .LC760: .string "MicroUnity" .align 3 .LC761: .string "MicroUnity Systems Engineering Inc." .align 3 .LC762: .string "Pure Data" .align 3 .LC763: .string "Power Comp." .align 3 .LC764: .string "Power Computing Corp." .align 3 .LC765: .string "Systech" .align 3 .LC766: .string "Systech Corp." .align 3 .LC767: .string "InnoSys" .align 3 .LC768: .string "InnoSys Inc." .align 3 .LC769: .string "Actel" .align 3 .LC770: .string "Marvell Semiconductor" .align 3 .LC771: .string "Canon Information Systems" .align 3 .LC772: .string "Lite-On" .align 3 .LC773: .string "Lite-On Technology Corp." .align 3 .LC774: .string "Scitex" .align 3 .LC775: .string "Scitex Corporation Ltd" .align 3 .LC776: .string "Avid" .align 3 .LC777: .string "Avid Technology, Inc." .align 3 .LC778: .string "QuickLogic" .align 3 .LC779: .string "Quicklogic Corp" .align 3 .LC780: .string "Apricot" .align 3 .LC781: .string "Apricot Computers" .align 3 .LC782: .string "Kodak" .align 3 .LC783: .string "Eastman Kodak" .align 3 .LC784: .string "Barr" .align 3 .LC785: .string "Barr Systems Inc." .align 3 .LC786: .string "Leitch" .align 3 .LC787: .string "Leitch Technology International" .align 3 .LC788: .string "Radstone" .align 3 .LC789: .string "Radstone Technology Ltd." .align 3 .LC790: .string "United Video" .align 3 .LC791: .string "United Video Corp" .align 3 .LC792: .string "Xpoint" .align 3 .LC793: .string "Xpoint Technologies Inc" .align 3 .LC794: .string "Pathlight" .align 3 .LC795: .string "Pathlight Technology Inc." .align 3 .LC796: .string "Videotron" .align 3 .LC797: .string "Videotron Corp" .align 3 .LC798: .string "Pyramid" .align 3 .LC799: .string "Pyramid Technology" .align 3 .LC800: .string "Net. Periph." .align 3 .LC801: .string "Network Peripherals Inc" .align 3 .LC802: .string "Pinnacle" .align 3 .LC803: .string "Pinnacle system" .align 3 .LC804: .string "IMI" .align 3 .LC805: .string "International Microcircuits Inc" .align 3 .LC806: .string "Astrodesign" .align 3 .LC807: .string "Astrodesign Inc." .align 3 .LC808: .string "LSI Corporation" .align 3 .LC809: .string "Sand" .align 3 .LC810: .string "Sand Microelectronics" .align 3 .LC811: .string "Doc. Tech." .align 3 .LC812: .string "Document Technologies Ind." .align 3 .LC813: .string "Shiva" .align 3 .LC814: .string "Shiva Corporatin" .align 3 .LC815: .string "Dainippon" .align 3 .LC816: .string "Dainippon Screen Mfg. Co" .align 3 .LC817: .string "D.C.M." .align 3 .LC818: .string "D.C.M. Data Systems" .align 3 .LC819: .string "Dolphin" .align 3 .LC820: .string "Dolphin Interconnect Solutions" .align 3 .LC821: .string "MAGMA" .align 3 .LC822: .string "LSI Sys." .align 3 .LC823: .string "LSI Systems Inc" .align 3 .LC824: .string "Specialix" .align 3 .LC825: .string "Specialix International Ltd." .align 3 .LC826: .string "M&K" .align 3 .LC827: .string "Michels & Kleberhoff Computer GmbH" .align 3 .LC828: .string "HAL" .align 3 .LC829: .string "HAL Computer Systems Inc." .align 3 .LC830: .string "PRI" .align 3 .LC831: .string "Primary Rate Inc" .align 3 .LC832: .string "PEC" .align 3 .LC833: .string "Pioneer Electronic Corporation" .align 3 .LC834: .string "BAE" .align 3 .LC835: .string "BAE SYSTEMS - Manassas" .align 3 .LC836: .string "AuraVision" .align 3 .LC837: .string "AuraVision Corporation" .align 3 .LC838: .string "Intercom" .align 3 .LC839: .string "Intercom Inc." .align 3 .LC840: .string "Trancell" .align 3 .LC841: .string "Trancell Systems Inc" .align 3 .LC842: .string "ADI" .align 3 .LC843: .string "Analog Devices, Inc." .align 3 .LC844: .string "Tahoma" .align 3 .LC845: .string "Tahoma Technology" .align 3 .LC846: .string "Tekelec" .align 3 .LC847: .string "Tekelec Technologies" .align 3 .LC848: .string "Trenton" .align 3 .LC849: .string "TRENTON Technology, Inc." .align 3 .LC850: .string "ITD" .align 3 .LC851: .string "Image Technologies Development" .align 3 .LC852: .string "Tec" .align 3 .LC853: .string "Tec Corporation" .align 3 .LC854: .string "Novell" .align 3 .LC855: .string "Sega" .align 3 .LC856: .string "Sega Enterprises Ltd" .align 3 .LC857: .string "Questra" .align 3 .LC858: .string "Questra Corp" .align 3 .LC859: .string "Crosfield" .align 3 .LC860: .string "Crosfield Electronics Ltd" .align 3 .LC861: .string "Zoran" .align 3 .LC862: .string "Zoran Corporation" .align 3 .LC863: .string "Gec Plessey" .align 3 .LC864: .string "Gec Plessey Semi Inc" .align 3 .LC865: .string "Samsung Information Systems America" .align 3 .LC866: .string "Second Wave" .align 3 .LC867: .string "Second Wave Inc" .align 3 .LC868: .string "IIX" .align 3 .LC869: .string "IIX Consulting" .align 3 .LC870: .string "Mitsui" .align 3 .LC871: .string "Mitsui-Zosen System Research" .align 3 .LC872: .string "DPSI" .align 3 .LC873: .string "Digital Processing Systems Inc" .align 3 .LC874: .string "Highwater" .align 3 .LC875: .string "Highwater Designs Ltd" .align 3 .LC876: .string "Elsag" .align 3 .LC877: .string "Elsag Bailey" .align 3 .LC878: .string "Formation" .align 3 .LC879: .string "Formation, Inc" .align 3 .LC880: .string "Coreco" .align 3 .LC881: .string "Coreco Inc" .align 3 .LC882: .string "Mediamatics" .align 3 .LC883: .string "Dome" .align 3 .LC884: .string "Dome Imaging Systems Inc" .align 3 .LC885: .string "Nicolet" .align 3 .LC886: .string "Nicolet Technologies BV" .align 3 .LC887: .string "Triyabosa" .align 3 .LC888: .string "Triya" .align 3 .LC889: .string "Pic-Tel" .align 3 .LC890: .string "Picture Tel Japan KK" .align 3 .LC891: .string "Keithley" .align 3 .LC892: .string "Keithley Instruments, Inc" .align 3 .LC893: .string "Kinetic" .align 3 .LC894: .string "Kinetic Systems Corporation" .align 3 .LC895: .string "Comp Dev" .align 3 .LC896: .string "Computing Devices Intl" .align 3 .LC897: .string "Powermatic" .align 3 .LC898: .string "Powermatic Data Systems Ltd" .align 3 .LC899: .string "S-A" .align 3 .LC900: .string "Scientific Atlanta" .align 3 .LC901: .string "PMC-Sierra" .align 3 .LC902: .string "PMC-Sierra Inc." .align 3 .LC903: .string "I-Cube" .align 3 .LC904: .string "I-Cube Inc" .align 3 .LC905: .string "Kasan" .align 3 .LC906: .string "Kasan Electronics Co Ltd" .align 3 .LC907: .string "Datel" .align 3 .LC908: .string "Datel Inc" .align 3 .LC909: .string "High Street" .align 3 .LC910: .string "High Street Consultants" .align 3 .LC911: .string "Comtrol" .align 3 .LC912: .string "Comtrol Corp" .align 3 .LC913: .string "Scion" .align 3 .LC914: .string "Scion Corp" .align 3 .LC915: .string "CSS" .align 3 .LC916: .string "CSS Corp" .align 3 .LC917: .string "Vista" .align 3 .LC918: .string "Vista Controls Corp" .align 3 .LC919: .string "Network Gen" .align 3 .LC920: .string "Network General Corp" .align 3 .LC921: .string "Agfa" .align 3 .LC922: .string "Bayer Corporation Agfa Div" .align 3 .LC923: .string "Lattice" .align 3 .LC924: .string "Lattice Semiconductor Corp" .align 3 .LC925: .string "Array" .align 3 .LC926: .string "Array Corp" .align 3 .LC927: .string "Amdahl" .align 3 .LC928: .string "Amdahl Corp" .align 3 .LC929: .string "Parsytec" .align 3 .LC930: .string "Parsytec GmbH" .align 3 .LC931: .string "Sci Sys" .align 3 .LC932: .string "Sci Systems Inc" .align 3 .LC933: .string "Synaptel" .align 3 .LC934: .string "Adaptive" .align 3 .LC935: .string "Adaptive Solutions" .align 3 .LC936: .string "Comp Labs" .align 3 .LC937: .string "Compression Labs Inc." .align 3 .LC938: .string "Cyclades" .align 3 .LC939: .string "Cyclades Corporation" .align 3 .LC940: .string "Essential" .align 3 .LC941: .string "Essential Communications" .align 3 .LC942: .string "Hyperparallel" .align 3 .LC943: .string "Hyperparallel Technologies" .align 3 .LC944: .string "Braintech" .align 3 .LC945: .string "Braintech Inc" .align 3 .LC946: .string "AISI" .align 3 .LC947: .string "Applied Intelligent Systems Inc" .align 3 .LC948: .string "Perf Tech" .align 3 .LC949: .string "Performance Technologies Inc" .align 3 .LC950: .string "Interware" .align 3 .LC951: .string "Interware Co Ltd" .align 3 .LC952: .string "Purup Eskofot" .align 3 .LC953: .string "Purup-Eskofot A/S" .align 3 .LC954: .string "O2Micro" .align 3 .LC955: .string "O2Micro Inc" .align 3 .LC956: .string "Hybricon" .align 3 .LC957: .string "Hybricon Corp" .align 3 .LC958: .string "First Virtual" .align 3 .LC959: .string "First Virtual Corp" .align 3 .LC960: .string "3dfx" .align 3 .LC961: .string "3dfx Interactive Inc" .align 3 .LC962: .string "ATM" .align 3 .LC963: .string "Advanced Telecommunications Modules" .align 3 .LC964: .string "Nippon Texa" .align 3 .LC965: .string "Nippon Texa Co Ltd" .align 3 .LC966: .string "LiPPERT" .align 3 .LC967: .string "LiPPERT Embedded Computers GmbH" .align 3 .LC968: .string "CSPI" .align 3 .LC969: .string "Arcus" .align 3 .LC970: .string "Arcus Technology Inc" .align 3 .LC971: .string "Ariel" .align 3 .LC972: .string "Ariel Corporation" .align 3 .LC973: .string "Contec" .align 3 .LC974: .string "Contec Microelectronics Europe BV" .align 3 .LC975: .string "Ancor" .align 3 .LC976: .string "Ancor Communications Inc" .align 3 .LC977: .string "Artesyn Embedded" .align 3 .LC978: .string "Artesyn Embedded Technologies" .align 3 .LC979: .string "Int. Img." .align 3 .LC980: .string "Interactive Images" .align 3 .LC981: .string "Power IO" .align 3 .LC982: .string "Power I/O Inc." .align 3 .LC983: .string "Tech-Source" .align 3 .LC984: .string "Norsk" .align 3 .LC985: .string "Norsk Elektro Optikk A/S" .align 3 .LC986: .string "Data Kin" .align 3 .LC987: .string "Data Kinesis Inc." .align 3 .LC988: .string "Int. Telecom" .align 3 .LC989: .string "Integrated Telecom" .align 3 .LC990: .string "LG Ind." .align 3 .LC991: .string "LG Industrial Systems Co. Ltd." .align 3 .LC992: .string "sci-worx" .align 3 .LC993: .string "sci-worx GmbH" .align 3 .LC994: .string "Aztech" .align 3 .LC995: .string "Aztech System Ltd" .align 3 .LC996: .string "Absolute Analysis" .align 3 .LC997: .string "Andrew" .align 3 .LC998: .string "Andrew Corp." .align 3 .LC999: .string "Fishcamp" .align 3 .LC1000: .string "Fishcamp Engineering" .align 3 .LC1001: .string "WMI" .align 3 .LC1002: .string "Woodward McCoach Inc." .align 3 .LC1003: .string "Bus-Tech" .align 3 .LC1004: .string "Bus-Tech Inc." .align 3 .LC1005: .string "Technical" .align 3 .LC1006: .string "Technical Corp" .align 3 .LC1007: .string "Sigma Designs" .align 3 .LC1008: .string "Sigma Designs, Inc" .align 3 .LC1009: .string "Alta Tech" .align 3 .LC1010: .string "Alta Technology Corp." .align 3 .LC1011: .string "Adtran" .align 3 .LC1012: .string "3DO" .align 3 .LC1013: .string "The 3DO Company" .align 3 .LC1014: .string "Visicom" .align 3 .LC1015: .string "Visicom Laboratories Inc." .align 3 .LC1016: .string "Seeq" .align 3 .LC1017: .string "Seeq Technology Inc." .align 3 .LC1018: .string "Century Sys" .align 3 .LC1019: .string "Century Systems Inc." .align 3 .LC1020: .string "EDT" .align 3 .LC1021: .string "Engineering Design Team Inc." .align 3 .LC1022: .string "C-Cube" .align 3 .LC1023: .string "C-Cube Microsystems" .align 3 .LC1024: .string "Marathon" .align 3 .LC1025: .string "Marathon Technologies Corp." .align 3 .LC1026: .string "DSC" .align 3 .LC1027: .string "DSC Communications" .align 3 .LC1028: .string "JNI" .align 3 .LC1029: .string "JNI Corporation" .align 3 .LC1030: .string "Delphax" .align 3 .LC1031: .string "AVM" .align 3 .LC1032: .string "AVM AUDIOVISUELLES MKTG & Computer GmbH" .align 3 .LC1033: .string "APD" .align 3 .LC1034: .string "APD S.A." .align 3 .LC1035: .string "Dipix" .align 3 .LC1036: .string "Dipix Technologies Inc" .align 3 .LC1037: .string "Xylon" .align 3 .LC1038: .string "Xylon Research Inc." .align 3 .LC1039: .string "Central Data" .align 3 .LC1040: .string "Central Data Corp." .align 3 .LC1041: .string "AEG" .align 3 .LC1042: .string "AEG Electrocom GmbH" .align 3 .LC1043: .string "Solitron" .align 3 .LC1044: .string "Solitron Technologies Inc." .align 3 .LC1045: .string "Stallion" .align 3 .LC1046: .string "Stallion Technologies" .align 3 .LC1047: .string "Cylink" .align 3 .LC1048: .string "Infortrend" .align 3 .LC1049: .string "Infortrend Technology Inc" .align 3 .LC1050: .string "Hitachi Microcomputer System Ltd." .align 3 .LC1051: .string "VLSI Sol." .align 3 .LC1052: .string "VLSI Solution OY" .align 3 .LC1053: .string "Guzik" .align 3 .LC1054: .string "Guzik Technical Enterprises" .align 3 .LC1055: .string "Linear Systems" .align 3 .LC1056: .string "Linear Systems Ltd." .align 3 .LC1057: .string "Optibase" .align 3 .LC1058: .string "Optibase Ltd." .align 3 .LC1059: .string "Perceptive" .align 3 .LC1060: .string "Perceptive Solutions Inc." .align 3 .LC1061: .string "Vertex" .align 3 .LC1062: .string "Vertex Networks Inc." .align 3 .LC1063: .string "Gilbarco" .align 3 .LC1064: .string "Gilbarco Inc." .align 3 .LC1065: .string "Allied Tsyn" .align 3 .LC1066: .string "Allied Telesyn International" .align 3 .LC1067: .string "ABB Pwr" .align 3 .LC1068: .string "ABB Power Systems" .align 3 .LC1069: .string "Asix" .align 3 .LC1070: .string "Asix Electronics Corp." .align 3 .LC1071: .string "Aurora" .align 3 .LC1072: .string "Aurora Technologies Inc." .align 3 .LC1073: .string "ESS" .align 3 .LC1074: .string "ESS Technology" .align 3 .LC1075: .string "Specvideo" .align 3 .LC1076: .string "Specialvideo Engineering SRL" .align 3 .LC1077: .string "CCT" .align 3 .LC1078: .string "Concurrent Technologies Inc." .align 3 .LC1079: .string "Intersil" .align 3 .LC1080: .string "Intersil Corporation" .align 3 .LC1081: .string "Matsushita-Kotobuki Electronics Indu" .align 3 .LC1082: .string "ES Comp." .align 3 .LC1083: .string "ES Computer Co. Ltd." .align 3 .LC1084: .string "Sonic Sol." .align 3 .LC1085: .string "Sonic Solutions" .align 3 .LC1086: .string "Aval Nag." .align 3 .LC1087: .string "Aval Nagasaki Corp." .align 3 .LC1088: .string "Casio" .align 3 .LC1089: .string "Casio Computer Co. Ltd." .align 3 .LC1090: .string "Microdyne" .align 3 .LC1091: .string "Microdyne Corp." .align 3 .LC1092: .string "SA Telecom" .align 3 .LC1093: .string "S.A. Telecommunications" .align 3 .LC1094: .string "Tektronix" .align 3 .LC1095: .string "SGS Thomson" .align 3 .LC1096: .string "Thomson-CSF/TTM" .align 3 .LC1097: .string "Lexmark" .align 3 .LC1098: .string "Lexmark International Inc." .align 3 .LC1099: .string "Adax" .align 3 .LC1100: .string "Adax Inc." .align 3 .LC1101: .string "Nortel" .align 3 .LC1102: .string "Nortel Networks Corp." .align 3 .LC1103: .string "Splash" .align 3 .LC1104: .string "Splash Technology Inc." .align 3 .LC1105: .string "Sumitomo" .align 3 .LC1106: .string "Sumitomo Metal Industries Ltd." .align 3 .LC1107: .string "Sil Motion" .align 3 .LC1108: .string "Silicon Motion" .align 3 .LC1109: .string "Olympus" .align 3 .LC1110: .string "Olympus Optical Co. Ltd." .align 3 .LC1111: .string "GW Instr." .align 3 .LC1112: .string "GW Instruments" .align 3 .LC1113: .string "taish" .align 3 .LC1114: .string "themrtaish" .align 3 .LC1115: .string "Hughes" .align 3 .LC1116: .string "Hughes Network Systems" .align 3 .LC1117: .string "Ensoniq" .align 3 .LC1118: .string "NetApp" .align 3 .LC1119: .string "Network Appliance" .align 3 .LC1120: .string "Sw Net Tech" .align 3 .LC1121: .string "Switched Network Technologies Inc." .align 3 .LC1122: .string "Comstream" .align 3 .LC1123: .string "Transtech" .align 3 .LC1124: .string "Transtech Parallel Systems" .align 3 .LC1125: .string "Transmeta" .align 3 .LC1126: .string "Transmeta Corp." .align 3 .LC1127: .string "Pixera" .align 3 .LC1128: .string "Pixera Corp" .align 3 .LC1129: .string "Crosspoint" .align 3 .LC1130: .string "Crosspoint Solutions Inc." .align 3 .LC1131: .string "Vela" .align 3 .LC1132: .string "Vela Research LP" .align 3 .LC1133: .string "Winnow" .align 3 .LC1134: .string "Winnov L.P." .align 3 .LC1135: .string "Fujifilm" .align 3 .LC1136: .string "Photoscript" .align 3 .LC1137: .string "Photoscript Group Ltd." .align 3 .LC1138: .string "Yokogawa" .align 3 .LC1139: .string "Yokogawa Electronic Corp." .align 3 .LC1140: .string "Davicom" .align 3 .LC1141: .string "Davicom Semiconductor Inc." .align 3 .LC1142: .string " Zamora" .align 3 .LC1143: .string "Waldo" .align 3 .LC1144: .string "Plat Tech" .align 3 .LC1145: .string "Platform Technologies Inc." .align 3 .LC1146: .string "MAZeT" .align 3 .LC1147: .string "MAZeT GmbH" .align 3 .LC1148: .string "LuxSonor" .align 3 .LC1149: .string "LuxSonor Inc." .align 3 .LC1150: .string "Timestep" .align 3 .LC1151: .string "Timestep Corp." .align 3 .LC1152: .string "AVC Tech" .align 3 .LC1153: .string "AVC Technology Inc." .align 3 .LC1154: .string "Asante" .align 3 .LC1155: .string "Asante Technologies Inc." .align 3 .LC1156: .string "Transwitch" .align 3 .LC1157: .string "Transwitch Corp." .align 3 .LC1158: .string "Retix" .align 3 .LC1159: .string "Retix Corp." .align 3 .LC1160: .string "G2 Net" .align 3 .LC1161: .string "G2 Networks Inc." .align 3 .LC1162: .string "Tateno" .align 3 .LC1163: .string "Tateno Dennou Inc." .align 3 .LC1164: .string "Sord" .align 3 .LC1165: .string "Sord Computer Corp." .align 3 .LC1166: .string "NCS Comp" .align 3 .LC1167: .string "NCS Computer Italia" .align 3 .LC1168: .string "Tritech" .align 3 .LC1169: .string "Tritech Microelectronics Intl PTE" .align 3 .LC1170: .string "M Reality" .align 3 .LC1171: .string "Media Reality Technology" .align 3 .LC1172: .string "Rhetorex" .align 3 .LC1173: .string "Rhetorex Inc." .align 3 .LC1174: .string "Imagenation" .align 3 .LC1175: .string "Imagenation Corp." .align 3 .LC1176: .string "Kofax" .align 3 .LC1177: .string "Kofax Image Products" .align 3 .LC1178: .string "Shuttle Computer" .align 3 .LC1179: .string "Spellcaster" .align 3 .LC1180: .string "Spellcaster Telecommunications Inc." .align 3 .LC1181: .string "Know Tech" .align 3 .LC1182: .string "Knowledge Technology Laboratories" .align 3 .LC1183: .string "CWCEL" .align 3 .LC1184: .string "Curtiss Wright Controls Electronic Systems" .align 3 .LC1185: .string "Img Access" .align 3 .LC1186: .string "Image Access" .align 3 .LC1187: .string "CompCore" .align 3 .LC1188: .string "CompCore Multimedia Inc." .align 3 .LC1189: .string "Victor Jpn" .align 3 .LC1190: .string "Victor Co. of Japan Ltd." .align 3 .LC1191: .string "OEC Med" .align 3 .LC1192: .string "OEC Medical Systems Inc." .align 3 .LC1193: .string "A-B" .align 3 .LC1194: .string "Allen Bradley Co." .align 3 .LC1195: .string "Simpact" .align 3 .LC1196: .string "Simpact Inc" .align 3 .LC1197: .string "NewGen" .align 3 .LC1198: .string "NewGen Systems Corp." .align 3 .LC1199: .string "Lucent" .align 3 .LC1200: .string "Lucent Technologies AMR" .align 3 .LC1201: .string "NTT Elect" .align 3 .LC1202: .string "NTT Electronics Corp." .align 3 .LC1203: .string "Vision Dyn" .align 3 .LC1204: .string "Vision Dynamics Ltd." .align 3 .LC1205: .string "Scalable" .align 3 .LC1206: .string "Scalable Networks Inc." .align 3 .LC1207: .string "AMO" .align 3 .LC1208: .string "AMO GmbH" .align 3 .LC1209: .string "News Datacom" .align 3 .LC1210: .string "Xiotech" .align 3 .LC1211: .string "Xiotech Corp." .align 3 .LC1212: .string "SDL" .align 3 .LC1213: .string "SDL Communications Inc." .align 3 .LC1214: .string "Yuan Yuan" .align 3 .LC1215: .string "Yuan Yuan Enterprise Co. Ltd." .align 3 .LC1216: .string "MeasureX" .align 3 .LC1217: .string "MeasureX Corp." .align 3 .LC1218: .string "MULTIDATA" .align 3 .LC1219: .string "MULTIDATA GmbH" .align 3 .LC1220: .string "Alteon" .align 3 .LC1221: .string "Alteon Networks Inc." .align 3 .LC1222: .string "TDK USA" .align 3 .LC1223: .string "TDK USA Corp." .align 3 .LC1224: .string "Jorge Sci" .align 3 .LC1225: .string "Jorge Scientific Corp." .align 3 .LC1226: .string "GammaLink" .align 3 .LC1227: .string "Gen Signal" .align 3 .LC1228: .string "General Signal Networks" .align 3 .LC1229: .string "Interface Corp. Ltd." .align 3 .LC1230: .string "Future Tel" .align 3 .LC1231: .string "Future Tel Inc." .align 3 .LC1232: .string "Granite" .align 3 .LC1233: .string "Granite Systems Inc." .align 3 .LC1234: .string "Acumen" .align 3 .LC1235: .string "Korg" .align 3 .LC1236: .string "Bittware" .align 3 .LC1237: .string "Bittware, Inc" .align 3 .LC1238: .string "Nippon Uni" .align 3 .LC1239: .string "Nippon Unisoft Corp." .align 3 .LC1240: .string "Array Micro" .align 3 .LC1241: .string "Array Microsystems" .align 3 .LC1242: .string "Computerm" .align 3 .LC1243: .string "Computerm Corp." .align 3 .LC1244: .string "Fujifilm Microdevices" .align 3 .LC1245: .string "Infimed" .align 3 .LC1246: .string "GMM Res" .align 3 .LC1247: .string "GMM Research Corp." .align 3 .LC1248: .string "Mentec" .align 3 .LC1249: .string "Mentec Ltd." .align 3 .LC1250: .string "Holtek" .align 3 .LC1251: .string "Holtek Microelectronics Inc." .align 3 .LC1252: .string "Connect Tech" .align 3 .LC1253: .string "Connect Tech Inc." .align 3 .LC1254: .string "PicturEl" .align 3 .LC1255: .string "Picture Elements Inc." .align 3 .LC1256: .string "Mitani" .align 3 .LC1257: .string "Mitani Corp." .align 3 .LC1258: .string "Dialogic" .align 3 .LC1259: .string "Dialogic Corp." .align 3 .LC1260: .string "G Force" .align 3 .LC1261: .string "G Force Co. Ltd." .align 3 .LC1262: .string "Gigi Ops" .align 3 .LC1263: .string "Gigi Operations" .align 3 .LC1264: .string "ICE" .align 3 .LC1265: .string "Integrated Computing Engines, Inc." .align 3 .LC1266: .string "Antex" .align 3 .LC1267: .string "Antex Electronics Corp." .align 3 .LC1268: .string "Pluto" .align 3 .LC1269: .string "Pluto Technologies International" .align 3 .LC1270: .string "Aims Lab" .align 3 .LC1271: .string "Netspeed" .align 3 .LC1272: .string "Netspeed Inc." .align 3 .LC1273: .string "Prophet" .align 3 .LC1274: .string "Prophet Systems Inc." .align 3 .LC1275: .string "GDE Sys" .align 3 .LC1276: .string "GDE Systems Inc." .align 3 .LC1277: .string "Huawei Inc." .align 3 .LC1278: .string "Huawei Technologies Co., Ltd." .align 3 .LC1279: .string "Vingmed" .align 3 .LC1280: .string "Vingmed Sound A/S" .align 3 .LC1281: .string "Ulticom" .align 3 .LC1282: .string "Ulticom, Inc." .align 3 .LC1283: .string "Equator" .align 3 .LC1284: .string "Equator Technologies" .align 3 .LC1285: .string "Analogic" .align 3 .LC1286: .string "Analogic Corp." .align 3 .LC1287: .string "Biotronic" .align 3 .LC1288: .string "Biotronic SRL" .align 3 .LC1289: .string "Pericom" .align 3 .LC1290: .string "Pericom Semiconductor" .align 3 .LC1291: .string "Aculab" .align 3 .LC1292: .string "Aculab Plc." .align 3 .LC1293: .string "TrueTime" .align 3 .LC1294: .string "Annapolis" .align 3 .LC1295: .string "Annapolis Micro Systems Inc." .align 3 .LC1296: .string "Symicron" .align 3 .LC1297: .string "Symicron Computer Communication Ltd." .align 3 .LC1298: .string "MGI" .align 3 .LC1299: .string "Management Graphics Inc." .align 3 .LC1300: .string "Rainbow" .align 3 .LC1301: .string "Rainbow Technologies" .align 3 .LC1302: .string "SBS Tech" .align 3 .LC1303: .string "SBS Technologies Inc." .align 3 .LC1304: .string "Chase" .align 3 .LC1305: .string "Chase Research PLC" .align 3 .LC1306: .string "Nintendo" .align 3 .LC1307: .string "Nintendo Co. Ltd." .align 3 .LC1308: .string "Datum" .align 3 .LC1309: .string "Datum Inc. Bancomm-Timing Division" .align 3 .LC1310: .string "Imation" .align 3 .LC1311: .string "Imation Corp. - Medical Imaging Syst" .align 3 .LC1312: .string "Brooktrout" .align 3 .LC1313: .string "Brooktrout Technology Inc." .align 3 .LC1314: .string "Cirel" .align 3 .LC1315: .string "Cirel Systems" .align 3 .LC1316: .string "Sebring" .align 3 .LC1317: .string "Sebring Systems Inc" .align 3 .LC1318: .string "CRISC" .align 3 .LC1319: .string "CRISC Corp." .align 3 .LC1320: .string "GE Spacenet" .align 3 .LC1321: .string "Aureal" .align 3 .LC1322: .string "Aureal Semiconductor" .align 3 .LC1323: .string "3A Intl" .align 3 .LC1324: .string "3A International Inc." .align 3 .LC1325: .string "Optivision" .align 3 .LC1326: .string "Optivision Inc." .align 3 .LC1327: .string "Orange Micro" .align 3 .LC1328: .string "Orange Micro, Inc." .align 3 .LC1329: .string "Vienna" .align 3 .LC1330: .string "Vienna Systems" .align 3 .LC1331: .string "Pentek" .align 3 .LC1332: .string "Sorenson" .align 3 .LC1333: .string "Sorenson Vision Inc." .align 3 .LC1334: .string "Gammagraphx" .align 3 .LC1335: .string "Gammagraphx Inc." .align 3 .LC1336: .string "Megatel" .align 3 .LC1337: .string "Cognex" .align 3 .LC1338: .string "Electronic-Design" .align 3 .LC1339: .string "Electronic-Design GmbH" .align 3 .LC1340: .string "FFT" .align 3 .LC1341: .string "FourFold Technologies" .align 3 .LC1342: .string "SSP" .align 3 .LC1343: .string "Spectrum Signal Processing" .align 3 .LC1344: .string "CEC" .align 3 .LC1345: .string "Capital Equipment Corp" .align 3 .LC1346: .string "esd" .align 3 .LC1347: .string "esd Electronic System Design GmbH" .align 3 .LC1348: .string "II" .align 3 .LC1349: .string "Innovative Integration" .align 3 .LC1350: .string "Juniper Networks Inc." .align 3 .LC1351: .string "ComputerBoards" .align 3 .LC1352: .string "Jato" .align 3 .LC1353: .string "Jato Technologies Inc." .align 3 .LC1354: .string "Mitsubishi Electric Microcomputer" .align 3 .LC1355: .string "Colorgraphic" .align 3 .LC1356: .string "Colorgraphic Communications Corp" .align 3 .LC1357: .string "Advanet Inc." .align 3 .LC1358: .string "Gespac" .align 3 .LC1359: .string "Microscan" .align 3 .LC1360: .string "Microscan Systems Inc" .align 3 .LC1361: .string "Yaskawa Electric Co." .align 3 .LC1362: .string "Teradyne Inc." .align 3 .LC1363: .string "ADMtek" .align 3 .LC1364: .string "ADMtek Inc" .align 3 .LC1365: .string "Packet Engines" .align 3 .LC1366: .string "Packet Engines, Inc." .align 3 .LC1367: .string "Forte Media2" .align 3 .LC1368: .string "Forte Media" .align 3 .LC1369: .string "SIIG" .align 3 .LC1370: .string "austriamicrosystems" .align 3 .LC1371: .string "Seachange International" .align 3 .LC1372: .string "CIFELLI" .align 3 .LC1373: .string "CIFELLI SYSTEMS CORPORATION" .align 3 .LC1374: .string "RadiSys" .align 3 .LC1375: .string "RadiSys Corporation" .align 3 .LC1376: .string "CWCEC" .align 3 .LC1377: .string "Videomail" .align 3 .LC1378: .string "Videomail Inc." .align 3 .LC1379: .string "Prisa Networks" .align 3 .LC1380: .string "SCM Microsystems" .align 3 .LC1381: .string "Promax Systems Inc" .align 3 .LC1382: .string "Micron" .align 3 .LC1383: .string "Micron Technology, Inc." .align 3 .LC1384: .string "Spectracom" .align 3 .LC1385: .string "Spectracom Corporation" .align 3 .LC1386: .string "DTC Technology Corp." .align 3 .LC1387: .string "ARK Research Corp." .align 3 .LC1388: .string "Chori Joho System Co. Ltd" .align 3 .LC1389: .string "PCTEL" .align 3 .LC1390: .string "PCTEL Inc." .align 3 .LC1391: .string "constantin" .align 3 .LC1392: .string "Brain Boxes Limited" .align 3 .LC1393: .string "Giganet Inc." .align 3 .LC1394: .string "Quatech Inc" .align 3 .LC1395: .string "ABB Network Partn" .align 3 .LC1396: .string "ABB Network Partner AB" .align 3 .LC1397: .string "Sealevel" .align 3 .LC1398: .string "Sealevel Systems Inc." .align 3 .LC1399: .string "I-Data International A-S" .align 3 .LC1400: .string "Meinberg Funkuhren" .align 3 .LC1401: .string "Meinberg Funkuhren GmbH & Co. KG" .align 3 .LC1402: .string "Soliton Systems K.K." .align 3 .LC1403: .string "Phoenix Technologies Ltd" .align 3 .LC1404: .string "Hypercope" .align 3 .LC1405: .string "Hypercope Corp." .align 3 .LC1406: .string "Teijin" .align 3 .LC1407: .string "Teijin Seiki Co. Ltd." .align 3 .LC1408: .string "Hitachi Zosen Corporation" .align 3 .LC1409: .string "Skyware Corporation" .align 3 .LC1410: .string "Digigram" .align 3 .LC1411: .string "Kawasaki Steel Corporation" .align 3 .LC1412: .string "Adtek System Science Co Ltd" .align 3 .LC1413: .string "Boeing - Sunnyvale" .align 3 .LC1414: .string "MOTU" .align 3 .LC1415: .string "Mark Of The Unicorn Inc" .align 3 .LC1416: .string "PPT Vision" .align 3 .LC1417: .string "Iwatsu Electric Co Ltd" .align 3 .LC1418: .string "Dynachip Corporation" .align 3 .LC1419: .string "PTSC" .align 3 .LC1420: .string "Patriot Scientific Corp." .align 3 .LC1421: .string "SANRITZ" .align 3 .LC1422: .string "Sanritz Automation Co LTC" .align 3 .LC1423: .string "Brains Co. Ltd" .align 3 .LC1424: .string "Marian" .align 3 .LC1425: .string "Marian - Electronic & Software" .align 3 .LC1426: .string "Stellar Semiconductor Inc" .align 3 .LC1427: .string "Netgear" .align 3 .LC1428: .string "Curtiss-Wright Controls Electronic Systems" .align 3 .LC1429: .string "Hitachi Information Technology Co Ltd" .align 3 .LC1430: .string "Applicom" .align 3 .LC1431: .string "Applicom International" .align 3 .LC1432: .string "Validity Sensors, Inc." .align 3 .LC1433: .string "Tokimec Inc" .align 3 .LC1434: .string "Basler GMBH" .align 3 .LC1435: .string "Patapsco Designs Inc" .align 3 .LC1436: .string "CDI" .align 3 .LC1437: .string "Concept Development Inc." .align 3 .LC1438: .string "Moxa Technologies Co Ltd" .align 3 .LC1439: .string "Level One" .align 3 .LC1440: .string "Level One Communications" .align 3 .LC1441: .string "Ambicom Inc" .align 3 .LC1442: .string "Cipher Systems Inc" .align 3 .LC1443: .string "Cologne" .align 3 .LC1444: .string "Cologne Chip Designs GmbH" .align 3 .LC1445: .string "Clarion Co. Ltd" .align 3 .LC1446: .string "Alacritech Inc" .align 3 .LC1447: .string "Xstreams PLC/ EPL Limited" .align 3 .LC1448: .string "Echostar Data Networks" .align 3 .LC1449: .string "Crystal Group Inc" .align 3 .LC1450: .string "Kawasaki Heavy Industries Ltd" .align 3 .LC1451: .string "HI-FN" .align 3 .LC1452: .string "HI-FN Inc." .align 3 .LC1453: .string "Rascom Inc" .align 3 .LC1454: .string "amc330" .align 3 .LC1455: .string "XR" .align 3 .LC1456: .string "Exar Corp." .align 3 .LC1457: .string "Siemens Healthcare" .align 3 .LC1458: .string "Nortel Networks - BWA Division" .align 3 .LC1459: .string "T.Sqware" .align 3 .LC1460: .string "Tamura Corporation" .align 3 .LC1461: .string "Wellbean Co Inc" .align 3 .LC1462: .string "ARM Ltd" .align 3 .LC1463: .string "pci\\ven_13b6" .align 3 .LC1464: .string "DLoG Gesellschaft f\303\274r elektronische Datentechnik mbH" .align 3 .LC1465: .string "Nokia Telecommunications OY" .align 3 .LC1466: .string "SHARP" .align 3 .LC1467: .string "Sharp Corporation" .align 3 .LC1468: .string "Sharewave Inc" .align 3 .LC1469: .string "Microgate" .align 3 .LC1470: .string "Microgate Corp." .align 3 .LC1471: .string "3ware" .align 3 .LC1472: .string "Technotrend Systemtechnik GMBH" .align 3 .LC1473: .string "Janz Computer AG" .align 3 .LC1474: .string "Blue Chip Technology Ltd" .align 3 .LC1475: .string "Metheus Corporation" .align 3 .LC1476: .string "Studio Audio & Video Ltd" .align 3 .LC1477: .string "A" .align 3 .LC1478: .string "B2C2 Inc" .align 3 .LC1479: .string "AboCom" .align 3 .LC1480: .string "AboCom Systems, Inc" .align 3 .LC1481: .string "Graphics Microsystems Inc" .align 3 .LC1482: .string "K.I. Technology Co Ltd" .align 3 .LC1483: .string "tos6205" .align 3 .LC1484: .string "Toshiba Engineering Corporation" .align 3 .LC1485: .string "Phobos Corporation" .align 3 .LC1486: .string "Apex Inc" .align 3 .LC1487: .string "Netboost Corporation" .align 3 .LC1488: .string "ABB Robotics Products AB" .align 3 .LC1489: .string "E-Tech" .align 3 .LC1490: .string "E-Tech Inc." .align 3 .LC1491: .string "GVC" .align 3 .LC1492: .string "GVC Corporation" .align 3 .LC1493: .string "Nest Inc" .align 3 .LC1494: .string "Calculex Inc" .align 3 .LC1495: .string "Telesoft Design Ltd" .align 3 .LC1496: .string "Intraserver Technology Inc" .align 3 .LC1497: .string "Dallas Semiconductor" .align 3 .LC1498: .string "harrys" .align 3 .LC1499: .string "IC Plus Corporation" .align 3 .LC1500: .string "OCE - Industries S.A." .align 3 .LC1501: .string "Troika Networks Inc" .align 3 .LC1502: .string "C-Media" .align 3 .LC1503: .string "C-Media Electronics Inc." .align 3 .LC1504: .string "NTT Advanced Technology Corp." .align 3 .LC1505: .string "Pentland" .align 3 .LC1506: .string "Pentland Systems Ltd." .align 3 .LC1507: .string "Aydin Corp" .align 3 .LC1508: .string "Micro Science Inc" .align 3 .LC1509: .string "Advantech" .align 3 .LC1510: .string "Advantech Co., Ltd." .align 3 .LC1511: .string "Silicon Spice Inc." .align 3 .LC1512: .string "ArtX" .align 3 .LC1513: .string "ArtX Inc" .align 3 .LC1514: .string "Meilhaus Electronic" .align 3 .LC1515: .string "Meilhaus Electronic GmbH Germany" .align 3 .LC1516: .string "Fundamental Software Inc" .align 3 .LC1517: .string "Oc" .align 3 .LC1518: .string "Oce Print Logics Technologies S.A." .align 3 .LC1519: .string "LAVA" .align 3 .LC1520: .string "Lava Computer MFG Inc." .align 3 .LC1521: .string "Aloka Co. Ltd" .align 3 .LC1522: .string "SUNIX" .align 3 .LC1523: .string "SUNIX Co., Ltd." .align 3 .LC1524: .string "DSP Research Inc" .align 3 .LC1525: .string "Ramix Inc" .align 3 .LC1526: .string "Matsushita Electric Works Ltd" .align 3 .LC1527: .string "Salient Systems Corp" .align 3 .LC1528: .string "IC Ensemble" .align 3 .LC1529: .string "IC Ensemble, Inc." .align 3 .LC1530: .string "Addonics" .align 3 .LC1531: .string "Oxford" .align 3 .LC1532: .string "Oxford Semiconductor Ltd - now part of PLX Technology " .align 3 .LC1533: .string "KES Inc." .align 3 .LC1534: .string "Kyushu Electronics Systems Inc" .align 3 .LC1535: .string "Excel Switching Corp" .align 3 .LC1536: .string "Gerd Mokwinski" .align 3 .LC1537: .string "Zoom Telephonics Inc" .align 3 .LC1538: .string "Fanuc Co. Ltd" .align 3 .LC1539: .string "Visiontech Ltd" .align 3 .LC1540: .string "Psion Dacom PLC" .align 3 .LC1541: .string "Chelsio Communications" .align 3 .LC1542: .string "Edec Co Ltd" .align 3 .LC1543: .string "Unex Technology Corp." .align 3 .LC1544: .string "Kingmax Technology Inc" .align 3 .LC1545: .string "Radiolan" .align 3 .LC1546: .string "Minton Optic Industry Co Ltd" .align 3 .LC1547: .string "Pixstream Inc" .align 3 .LC1548: .string "ITT Aerospace/Communications Division" .align 3 .LC1549: .string "Eltec Elektronik AG" .align 3 .LC1550: .string "RTD" .align 3 .LC1551: .string "RTD Embedded Technologies, Inc." .align 3 .LC1552: .string "CIS Technology Inc" .align 3 .LC1553: .string "Nissin Inc Co" .align 3 .LC1554: .string "Atmel-Dream" .align 3 .LC1555: .string "Lightwell Co Ltd - Zax Division" .align 3 .LC1556: .string "Agie SA." .align 3 .LC1557: .string "Unibrain" .align 3 .LC1558: .string "Unibrain S.A." .align 3 .LC1559: .string "Logical Co Ltd" .align 3 .LC1560: .string "Graphin Co., LTD" .align 3 .LC1561: .string "Aim GMBH" .align 3 .LC1562: .string "Alesis" .align 3 .LC1563: .string "Alesis Studio" .align 3 .LC1564: .string "ADLINK" .align 3 .LC1565: .string "ADLINK Technology Inc" .align 3 .LC1566: .string "Loronix" .align 3 .LC1567: .string "Loronix Information Systems, Inc." .align 3 .LC1568: .string "sanyo" .align 3 .LC1569: .string "Octave Communications Ind." .align 3 .LC1570: .string "SP3D Chip Design GMBH" .align 3 .LC1571: .string "Mycom Inc" .align 3 .LC1572: .string "Giga-Byte" .align 3 .LC1573: .string "Giga-Byte Technologies" .align 3 .LC1574: .string "Cryptek" .align 3 .LC1575: .string "Baldor" .align 3 .LC1576: .string "Baldor Electric Company" .align 3 .LC1577: .string "Dynarc Inc" .align 3 .LC1578: .string "MSI" .align 3 .LC1579: .string "Micro-Star International Co Ltd" .align 3 .LC1580: .string "Fast Corporation" .align 3 .LC1581: .string "Interactive Circuits & Systems Ltd" .align 3 .LC1582: .string "Ambit Microsystems Corp." .align 3 .LC1583: .string "Cleveland Motion Controls" .align 3 .LC1584: .string "Ruby Tech Corp." .align 3 .LC1585: .string "SDF" .align 3 .LC1586: .string "Tachyon Inc." .align 3 .LC1587: .string "WMS Gaming" .align 3 .LC1588: .string "ITex" .align 3 .LC1589: .string "Integrated Telecom Express Inc" .align 3 .LC1590: .string "Zapex Technologies Inc" .align 3 .LC1591: .string "Doug Carson & Associates" .align 3 .LC1592: .string "Net Insight" .align 3 .LC1593: .string "Diatrend Corporation" .align 3 .LC1594: .string "Abit Computer Corp." .align 3 .LC1595: .string "Nihon Unisys Ltd." .align 3 .LC1596: .string "Isytec - Integrierte Systemtechnik Gmbh" .align 3 .LC1597: .string "Labway Coporation" .align 3 .LC1598: .string "Edward" .align 3 .LC1599: .string "Erma - Electronic GMBH" .align 3 .LC1600: .string "KYE Systems Corporation" .align 3 .LC1601: .string "Opto 22" .align 3 .LC1602: .string "Innomedialogic Inc." .align 3 .LC1603: .string "CP (PowerColor)" .align 3 .LC1604: .string "C.P. Technology Co. Ltd" .align 3 .LC1605: .string "Digicom Systems Inc." .align 3 .LC1606: .string "OSI Plus Corporation" .align 3 .LC1607: .string "Giggs" .align 3 .LC1608: .string "Plant Equipment Inc." .align 3 .LC1609: .string "TC Labs Pty Ltd." .align 3 .LC1610: .string "Futronic " .align 3 .LC1611: .string "Maker Communications" .align 3 .LC1612: .string "Tokai Communications Industry Co. Ltd" .align 3 .LC1613: .string "Joytech Computer Co. Ltd." .align 3 .LC1614: .string "SMA" .align 3 .LC1615: .string "SMA Technologie AG" .align 3 .LC1616: .string "Tews" .align 3 .LC1617: .string "Tews Technologies" .align 3 .LC1618: .string "Micro-Technology Co Ltd" .align 3 .LC1619: .string "Andor Tech" .align 3 .LC1620: .string "Andor Technology Ltd" .align 3 .LC1621: .string "Seiko Instruments Inc" .align 3 .LC1622: .string "Mapletree Networks Inc." .align 3 .LC1623: .string "Lectron Co Ltd" .align 3 .LC1624: .string "Vetronix Corporation Engenharia Ltda" .align 3 .LC1625: .string "Softing AG" .align 3 .LC1626: .string "Millennium Engineering Inc" .align 3 .LC1627: .string "sebastien" .align 3 .LC1628: .string "GVC/BCM Advanced Research" .align 3 .LC1629: .string "Hivertec Inc." .align 3 .LC1630: .string "Mentor Graphics Corp." .align 3 .LC1631: .string "Nextcom K.K." .align 3 .LC1632: .string "Xpeed" .align 3 .LC1633: .string "Xpeed Inc." .align 3 .LC1634: .string "Philips Business Electronics B.V." .align 3 .LC1635: .string "Creamware" .align 3 .LC1636: .string "Creamware GmbH" .align 3 .LC1637: .string "Quantum Data Corp." .align 3 .LC1638: .string "Proxim" .align 3 .LC1639: .string "Proxim Inc." .align 3 .LC1640: .string "Aironet" .align 3 .LC1641: .string "Aironet Wireless Communication" .align 3 .LC1642: .string "Internix Inc." .align 3 .LC1643: .string "Semtech Corporation" .align 3 .LC1644: .string "L3 Communications" .align 3 .LC1645: .string "Compal" .align 3 .LC1646: .string "Compal Electronics, Inc." .align 3 .LC1647: .string "Myricom Inc." .align 3 .LC1648: .string "DTK Computer" .align 3 .LC1649: .string "Iwasaki Information Systems Co Ltd" .align 3 .LC1650: .string "ABB" .align 3 .LC1651: .string "ABB AB (Sweden)" .align 3 .LC1652: .string "Data Race Inc" .align 3 .LC1653: .string "Modtech" .align 3 .LC1654: .string "Modular Technology Ltd." .align 3 .LC1655: .string "Turbocomm" .align 3 .LC1656: .string "Turbocomm Tech Inc" .align 3 .LC1657: .string "Odin Telesystems Inc" .align 3 .LC1658: .string "Billionton Systems Inc./Cadmus Micro Inc" .align 3 .LC1659: .string "USI" .align 3 .LC1660: .string "Universal Scientific Ind." .align 3 .LC1661: .string "Tekmicro" .align 3 .LC1662: .string "TEK Microsystems Inc." .align 3 .LC1663: .string "PANACOM" .align 3 .LC1664: .string "Panacom Technology Corporation" .align 3 .LC1665: .string "Nitsuko Corporation" .align 3 .LC1666: .string "Accusys Inc" .align 3 .LC1667: .string "Hirakawa Hewtech Corp" .align 3 .LC1668: .string "Hopf Elektronik GMBH" .align 3 .LC1669: .string "Alpha Processor Inc" .align 3 .LC1670: .string "Avlab" .align 3 .LC1671: .string "Avlab Technology Inc." .align 3 .LC1672: .string "Amplicon" .align 3 .LC1673: .string "Amplicon Liveline Limited" .align 3 .LC1674: .string "Imodl Inc." .align 3 .LC1675: .string "Applied Integration Corporation" .align 3 .LC1676: .string "Amtelco" .align 3 .LC1677: .string "samuel" .align 3 .LC1678: .string "Broadcom" .align 3 .LC1679: .string "Planex" .align 3 .LC1680: .string "Planex Communications, Inc." .align 3 .LC1681: .string "Acqiris" .align 3 .LC1682: .string "Datakinetics Ltd" .align 3 .LC1683: .string "Carry Computer Eng. Co Ltd" .align 3 .LC1684: .string "Conexant" .align 3 .LC1685: .string "Mobility" .align 3 .LC1686: .string "Mobility Electronics, Inc." .align 3 .LC1687: .string "Tokyo Electronic Industry Co. Ltd." .align 3 .LC1688: .string "dule" .align 3 .LC1689: .string "Sopac Ltd" .align 3 .LC1690: .string "Coyote Technologies LLC" .align 3 .LC1691: .string "Wolf Technology Inc" .align 3 .LC1692: .string "Audiocodes Inc" .align 3 .LC1693: .string "AG Communications" .align 3 .LC1694: .string "Transas Marine (UK) Ltd" .align 3 .LC1695: .string "Quadrics Ltd" .align 3 .LC1696: .string "Silex" .align 3 .LC1697: .string "Silex Technology Inc." .align 3 .LC1698: .string "Archtek Telecom Corp." .align 3 .LC1699: .string "Twinhead International Corp." .align 3 .LC1700: .string "Banksoft Canada Ltd" .align 3 .LC1701: .string "Mitsubishi Electric Logistics Support Co" .align 3 .LC1702: .string "Kawasaki LSI USA Inc" .align 3 .LC1703: .string "Kaiser Electronics" .align 3 .LC1704: .string "Chameleon Systems Inc" .align 3 .LC1705: .string "Htec" .align 3 .LC1706: .string "Htec Ltd." .align 3 .LC1707: .string "FIC" .align 3 .LC1708: .string "First International Computer Inc" .align 3 .LC1709: .string "Yamashita Systems Corp" .align 3 .LC1710: .string "Kyopal Co Ltd" .align 3 .LC1711: .string "Warpspped Inc" .align 3 .LC1712: .string "C-Port Corporation" .align 3 .LC1713: .string "Intec GMBH" .align 3 .LC1714: .string "Behavior Tech Computer Corp" .align 3 .LC1715: .string "Centillium Technology Corp" .align 3 .LC1716: .string "Rosen" .align 3 .LC1717: .string "Rosun Technologies Inc" .align 3 .LC1718: .string "Raychem" .align 3 .LC1719: .string "TFL LAN Inc" .align 3 .LC1720: .string "ICS Advent" .align 3 .LC1721: .string "Myson Technology Inc" .align 3 .LC1722: .string "Echotek Corporation" .align 3 .LC1723: .string "Kontron Modular Computers GmbH (PEP Modular Computers GMBH)" .align 3 .LC1724: .string "Telefon Aktiebolaget LM Ericsson" .align 3 .LC1725: .string "Globetek" .align 3 .LC1726: .string "Globetek Inc." .align 3 .LC1727: .string "wesam" .align 3 .LC1728: .string "Combox Ltd" .align 3 .LC1729: .string "Digital Audio Labs Inc" .align 3 .LC1730: .string "Fujitsu Computer Products Of America" .align 3 .LC1731: .string "Matrix Corp." .align 3 .LC1732: .string "Topic Semiconductor Corp" .align 3 .LC1733: .string "Chaplet System Inc" .align 3 .LC1734: .string "Bell Corporation" .align 3 .LC1735: .string "Mainpine" .align 3 .LC1736: .string "Mainpine Limited" .align 3 .LC1737: .string "Music Semiconductors" .align 3 .LC1738: .string "mayer " .align 3 .LC1739: .string "ENE Technology Inc" .align 3 .LC1740: .string "Impact Technologies" .align 3 .LC1741: .string "ISS Inc" .align 3 .LC1742: .string "Solectron" .align 3 .LC1743: .string "Acksys" .align 3 .LC1744: .string "American Microsystems Inc" .align 3 .LC1745: .string "Quickturn Design Systems" .align 3 .LC1746: .string "Flytech Technology Co Ltd" .align 3 .LC1747: .string "Macraigor Systems LLC" .align 3 .LC1748: .string "Quanta Computer Inc" .align 3 .LC1749: .string "Melec Inc" .align 3 .LC1750: .string "Philips - Crypto" .align 3 .LC1751: .string "Echelon Corp" .align 3 .LC1752: .string "Echelon Corporation" .align 3 .LC1753: .string "Baltimore" .align 3 .LC1754: .string "Road Corporation" .align 3 .LC1755: .string "Evergreen Technologies Inc" .align 3 .LC1756: .string "Datalex Communcations" .align 3 .LC1757: .string "Aralion" .align 3 .LC1758: .string "Aralion Inc." .align 3 .LC1759: .string "Atelier Informatiques et Electronique Et" .align 3 .LC1760: .string "ONO Sokki" .align 3 .LC1761: .string "cami" .align 3 .LC1762: .string "Terratec Electronic GMBH" .align 3 .LC1763: .string "Antal Electronic" .align 3 .LC1764: .string "Filanet Corporation" .align 3 .LC1765: .string "Techwell" .align 3 .LC1766: .string "Techwell Inc" .align 3 .LC1767: .string "MIPS" .align 3 .LC1768: .string "MIPS Technologies, Inc" .align 3 .LC1769: .string "Provideo Multimedia Co Ltd" .align 3 .LC1770: .string "Telocity Inc." .align 3 .LC1771: .string "Vivid Technology Inc" .align 3 .LC1772: .string "Silicon Laboratories" .align 3 .LC1773: .string "DCM" .align 3 .LC1774: .string "DCM Technologies Ltd." .align 3 .LC1775: .string "Visiontek" .align 3 .LC1776: .string "VisionTek" .align 3 .LC1777: .string "IOI Technology Corp." .align 3 .LC1778: .string "Mitutoyo Corporation" .align 3 .LC1779: .string "Jet Propulsion Laboratory" .align 3 .LC1780: .string "ISS" .align 3 .LC1781: .string "Interconnect Systems Solutions" .align 3 .LC1782: .string "Max Technologies Inc." .align 3 .LC1783: .string "Computex Co Ltd" .align 3 .LC1784: .string "Visual Technology Inc." .align 3 .LC1785: .string "PAN International Industrial Corp" .align 3 .LC1786: .string "Servotest Ltd" .align 3 .LC1787: .string "Stratabeam Technology" .align 3 .LC1788: .string "Open Network Co Ltd" .align 3 .LC1789: .string "Smart Electronic Development GMBH" .align 3 .LC1790: .string "Chicony Electronics Co Ltd" .align 3 .LC1791: .string "PMC" .align 3 .LC1792: .string "Prolink Microsystems Corp." .align 3 .LC1793: .string "Gesytec" .align 3 .LC1794: .string "Gesytec GmbH" .align 3 .LC1795: .string "PLDA" .align 3 .LC1796: .string "Mediastar Co. Ltd" .align 3 .LC1797: .string "dwi" .align 3 .LC1798: .string "Clevo/Kapok Computer" .align 3 .LC1799: .string "SI Logic Ltd" .align 3 .LC1800: .string "Innomedia Inc" .align 3 .LC1801: .string "Protac International Corp" .align 3 .LC1802: .string "s" .align 3 .LC1803: .string "MAC System Co Ltd" .align 3 .LC1804: .string "KR" .align 3 .LC1805: .string "KUKA Roboter GmbH" .align 3 .LC1806: .string "Perle Systems Limited" .align 3 .LC1807: .string "Terayon Communications Systems" .align 3 .LC1808: .string "Viewgraphics Inc" .align 3 .LC1809: .string "Symbol Technologies, Inc." .align 3 .LC1810: .string "A-Trend Technology Co Ltd" .align 3 .LC1811: .string "Yamakatsu Electronics Industry Co Ltd" .align 3 .LC1812: .string "xyz" .align 3 .LC1813: .string "Biostar Microtech Intl Corp" .align 3 .LC1814: .string "Ardent Technologies Inc" .align 3 .LC1815: .string "Jungsoft" .align 3 .LC1816: .string "DDK Electronics Inc" .align 3 .LC1817: .string "AleksSPb" .align 3 .LC1818: .string "Palit Microsystems Inc" .align 3 .LC1819: .string "Avtec" .align 3 .LC1820: .string "Avtec Systems Inc" .align 3 .LC1821: .string "S2io Inc" .align 3 .LC1822: .string "Vidac Electronics GMBH" .align 3 .LC1823: .string "Alpha-Top Corp" .align 3 .LC1824: .string "Alfa Inc." .align 3 .LC1825: .string "M-Systems Flash Disk Pioneers Ltd" .align 3 .LC1826: .string "Lecroy Corporation" .align 3 .LC1827: .string "Contemporary Controls" .align 3 .LC1828: .string "Otis Elevator Company" .align 3 .LC1829: .string "Lattice - Vantis" .align 3 .LC1830: .string "Fairchild Semiconductor" .align 3 .LC1831: .string "Voltaire Advanced Data Security Ltd" .align 3 .LC1832: .string "ViewCast" .align 3 .LC1833: .string "Viewcast Com" .align 3 .LC1834: .string "Hitt" .align 3 .LC1835: .string "Dual Technology Corporation" .align 3 .LC1836: .string "Japan Elecronics Ind. Inc" .align 3 .LC1837: .string "Star Multimedia Corp." .align 3 .LC1838: .string "Eurosoft" .align 3 .LC1839: .string "Eurosoft (UK)" .align 3 .LC1840: .string "Gemflex Networks" .align 3 .LC1841: .string "Transition Networks" .align 3 .LC1842: .string "PX Instruments Technology Ltd" .align 3 .LC1843: .string "Primex Aerospace Co." .align 3 .LC1844: .string "SEH Computertechnik GMBH" .align 3 .LC1845: .string "Cytec Corporation" .align 3 .LC1846: .string "Inet Technologies Inc" .align 3 .LC1847: .string "Vetronix" .align 3 .LC1848: .string "Marconi Commerce Systems SRL" .align 3 .LC1849: .string "Lancast Inc" .align 3 .LC1850: .string "Konica Corporation" .align 3 .LC1851: .string "Solidum" .align 3 .LC1852: .string "Solidum Systems Corp" .align 3 .LC1853: .string "Atlantek Microsystems Pty Ltd" .align 3 .LC1854: .string "Digalog Systems Inc" .align 3 .LC1855: .string "Standard USB Host Controller" .align 3 .LC1856: .string "Allied Data Technologies" .align 3 .LC1857: .string "Hitachi Semiconductor & Devices Sales Co" .align 3 .LC1858: .string "Point Multimedia Systems" .align 3 .LC1859: .string "Lara Technology Inc" .align 3 .LC1860: .string "Ditect Coop" .align 3 .LC1861: .string "3pardata Inc." .align 3 .LC1862: .string "ARN" .align 3 .LC1863: .string "Syba" .align 3 .LC1864: .string "Syba Tech Ltd." .align 3 .LC1865: .string "Bops Inc" .align 3 .LC1866: .string "Netgame Ltd" .align 3 .LC1867: .string "Diva Systems Corp." .align 3 .LC1868: .string "Folsom Research Inc" .align 3 .LC1869: .string "Memec Design Services" .align 3 .LC1870: .string "Granite Microsystems" .align 3 .LC1871: .string "Delta Electronics Inc" .align 3 .LC1872: .string "General Instrument" .align 3 .LC1873: .string "Faraday Technology Corp" .align 3 .LC1874: .string "Stratus Computer Systems" .align 3 .LC1875: .string "Ningbo Harrison Electronics Co Ltd" .align 3 .LC1876: .string "A-Max Technology Co Ltd" .align 3 .LC1877: .string "Galea Network Security" .align 3 .LC1878: .string "Compumaster SRL" .align 3 .LC1879: .string "Geocast Network Systems Inc" .align 3 .LC1880: .string "Catalyst Enterprises Inc" .align 3 .LC1881: .string "Italtel" .align 3 .LC1882: .string "Rafa" .align 3 .LC1883: .string "X-Net OY" .align 3 .LC1884: .string "Toyota MACS Inc" .align 3 .LC1885: .string "Sunlight Ultrasound Technologies Ltd" .align 3 .LC1886: .string "SSE Telecom Inc" .align 3 .LC1887: .string "Shanghai Communications Technologies Cen" .align 3 .LC1888: .string "Moreton Bay" .align 3 .LC1889: .string "Bluesteel Networks Inc" .align 3 .LC1890: .string "North Atlantic Instruments" .align 3 .LC1891: .string "VMware" .align 3 .LC1892: .string "VMware Inc." .align 3 .LC1893: .string "Amersham Pharmacia Biotech" .align 3 .LC1894: .string "Zoltrix International Limited" .align 3 .LC1895: .string "Source Technology Inc" .align 3 .LC1896: .string "Mosaid Technologies Inc." .align 3 .LC1897: .string "Mellanox Technology" .align 3 .LC1898: .string "CCI/Triad" .align 3 .LC1899: .string "Cimetrics Inc" .align 3 .LC1900: .string "Texas Memory Systems Inc" .align 3 .LC1901: .string "Sandisk Corp." .align 3 .LC1902: .string "Addi-Data GMBH" .align 3 .LC1903: .string "Maestro Digital Communications" .align 3 .LC1904: .string "Impacct Technology Corp" .align 3 .LC1905: .string "Portwell Inc" .align 3 .LC1906: .string "Agilent" .align 3 .LC1907: .string "Agilent Technologies" .align 3 .LC1908: .string "Sola Electronics" .align 3 .LC1909: .string "High Tech Computer Corp (HTC)" .align 3 .LC1910: .string "BVM" .align 3 .LC1911: .string "BVM Limited" .align 3 .LC1912: .string "Quantel" .align 3 .LC1913: .string "Newer Technology Inc" .align 3 .LC1914: .string "Taiwan Mycomp Co Ltd" .align 3 .LC1915: .string "EVSX Inc" .align 3 .LC1916: .string "Procomp Informatics Ltd" .align 3 .LC1917: .string "Technical University Of Budapest" .align 3 .LC1918: .string "Tateyama System Laboratory Co Ltd" .align 3 .LC1919: .string "Penta Media Co. Ltd" .align 3 .LC1920: .string "Serome Technology Inc" .align 3 .LC1921: .string "Bitboys OY" .align 3 .LC1922: .string "AG Electronics Ltd" .align 3 .LC1923: .string "Hotrail Inc." .align 3 .LC1924: .string "Dreamtech Co Ltd" .align 3 .LC1925: .string "Genrad Inc." .align 3 .LC1926: .string "Hilscher GMBH" .align 3 .LC1927: .string "Infineon" .align 3 .LC1928: .string "Infineon Technologies AG" .align 3 .LC1929: .string "FIC (First International Computer Inc)" .align 3 .LC1930: .string "NDS Technologies Israel Ltd" .align 3 .LC1931: .string "Iwill Corporation" .align 3 .LC1932: .string "Tatung Co." .align 3 .LC1933: .string "Entridia Corporation" .align 3 .LC1934: .string "Rockwell-Collins Inc" .align 3 .LC1935: .string "Cybernetics Technology Co Ltd" .align 3 .LC1936: .string "uttank" .align 3 .LC1937: .string "Super Micro Computer Inc" .align 3 .LC1938: .string "Cyberfirm Inc." .align 3 .LC1939: .string "Applied Computing Systems Inc." .align 3 .LC1940: .string "Litronic" .align 3 .LC1941: .string "Litronic Inc." .align 3 .LC1942: .string "Sigmatel Inc." .align 3 .LC1943: .string "Malleable Technologies Inc" .align 3 .LC1944: .string "Cacheflow Inc" .align 3 .LC1945: .string "VTG" .align 3 .LC1946: .string "Voice Technologies Group" .align 3 .LC1947: .string "Quicknet Technologies Inc" .align 3 .LC1948: .string "Networth Technologies Inc" .align 3 .LC1949: .string "VSN Systemen BV" .align 3 .LC1950: .string "Valley Technologies Inc" .align 3 .LC1951: .string "Agere Inc." .align 3 .LC1952: .string "GET Engineering Corp." .align 3 .LC1953: .string "akmal" .align 3 .LC1954: .string "National Datacomm Corp." .align 3 .LC1955: .string "Pacific Digital Corp." .align 3 .LC1956: .string "Tokyo Denshi Sekei K.K." .align 3 .LC1957: .string "Drsearch GMBH" .align 3 .LC1958: .string "Beckhoff Automation GmbH" .align 3 .LC1959: .string "Macrolink Inc" .align 3 .LC1960: .string "IN Win Development Inc." .align 3 .LC1961: .string "Intelligent Paradigm Inc" .align 3 .LC1962: .string "B-Tree Systems Inc" .align 3 .LC1963: .string "Times N Systems Inc" .align 3 .LC1964: .string "SPOT Imaging" .align 3 .LC1965: .string "SPOT Imaging Solutions a division of Diagnostic Instruments, Inc" .align 3 .LC1966: .string "Digitmedia Corp." .align 3 .LC1967: .string "Valuesoft" .align 3 .LC1968: .string "Power Micro Research" .align 3 .LC1969: .string "Extreme Packet Device Inc" .align 3 .LC1970: .string "Banctec" .align 3 .LC1971: .string "Koga Electronics Co" .align 3 .LC1972: .string "Zenith Electronics Co" .align 3 .LC1973: .string "Axzam" .align 3 .LC1974: .string "Axzam Corporation" .align 3 .LC1975: .string "Zilog Inc." .align 3 .LC1976: .string "Techsan Electronics Co Ltd" .align 3 .LC1977: .string "N-Cubed.Net" .align 3 .LC1978: .string "Kinpo Electronics Inc" .align 3 .LC1979: .string "Fastpoint Technologies Inc." .align 3 .LC1980: .string "Northrop Grumman - Canada Ltd" .align 3 .LC1981: .string "Tenta Technology" .align 3 .LC1982: .string "Prosys-TEC Inc." .align 3 .LC1983: .string "Nokia Wireless Business Communications" .align 3 .LC1984: .string "Central System Research Co Ltd" .align 3 .LC1985: .string "Pairgain Technologies" .align 3 .LC1986: .string "Europop AG" .align 3 .LC1987: .string "Lava Semiconductor Manufacturing Inc." .align 3 .LC1988: .string "nuri" .align 3 .LC1989: .string "Automated Wagering International" .align 3 .LC1990: .string "Sciemetric Instruments Inc" .align 3 .LC1991: .string "Kollmorgen Servotronix" .align 3 .LC1992: .string "Onkyo Corp." .align 3 .LC1993: .string "Oregon Micro Systems Inc." .align 3 .LC1994: .string "Aaeon Electronics Inc" .align 3 .LC1995: .string "CML Emergency Services" .align 3 .LC1996: .string "ITEC Co Ltd" .align 3 .LC1997: .string "Tottori Sanyo Electric Co Ltd" .align 3 .LC1998: .string "Bel Fuse Inc." .align 3 .LC1999: .string "Telesynergy Research Inc." .align 3 .LC2000: .string "System Craft Inc." .align 3 .LC2001: .string "Jace Tech Inc." .align 3 .LC2002: .string "Equus Computer Systems Inc" .align 3 .LC2003: .string "Iotech Inc." .align 3 .LC2004: .string "Rapidstream Inc" .align 3 .LC2005: .string "Esec SA" .align 3 .LC2006: .string "FarSite" .align 3 .LC2007: .string "FarSite Communications Limited" .align 3 .LC2008: .string "Mobilian Israel Ltd" .align 3 .LC2009: .string "Berkshire Products" .align 3 .LC2010: .string "Gatec" .align 3 .LC2011: .string "Kyoei Sangyo Co Ltd" .align 3 .LC2012: .string "Arima" .align 3 .LC2013: .string "Arima Computer Corporation" .align 3 .LC2014: .string "Sigmacom Co Ltd" .align 3 .LC2015: .string "Lynx Studio Technology Inc" .align 3 .LC2016: .string "NHC" .align 3 .LC2017: .string "Nokia Home Communications" .align 3 .LC2018: .string "KRF Tech Ltd" .align 3 .LC2019: .string "CE Infosys GMBH" .align 3 .LC2020: .string "Warp Nine Engineering" .align 3 .LC2021: .string "TDK Semiconductor Corp." .align 3 .LC2022: .string "BCom Electronics Inc" .align 3 .LC2023: .string "Kongsberg Spacetec a.s." .align 3 .LC2024: .string "Sejin Computerland Co Ltd" .align 3 .LC2025: .string "Shanghai Bell Company Limited" .align 3 .LC2026: .string "C&H Technologies Inc" .align 3 .LC2027: .string "Reprosoft Co Ltd" .align 3 .LC2028: .string "Margi Systems Inc" .align 3 .LC2029: .string "Rohde & Schwarz GMBH & Co KG" .align 3 .LC2030: .string "Sky Computers Inc" .align 3 .LC2031: .string "NEC Computer International" .align 3 .LC2032: .string "Verisys Inc" .align 3 .LC2033: .string "Adac Corporation" .align 3 .LC2034: .string "Visionglobal Network Corp." .align 3 .LC2035: .string "Decros / S.ICZ a.s." .align 3 .LC2036: .string "Jean Company Ltd" .align 3 .LC2037: .string "NSI" .align 3 .LC2038: .string " Eumitcom Technology Inc" .align 3 .LC2039: .string "Eumitcom Technology Inc" .align 3 .LC2040: .string "Air Prime Inc" .align 3 .LC2041: .string "Glotrex Co Ltd" .align 3 .LC2042: .string "intel" .align 3 .LC2043: .string "Heidelberg Digital LLC" .align 3 .LC2044: .string "&#1074;&#1083;&#1072;&#1076;&#1080;&#1084;&#1080;&" .align 3 .LC2045: .string "3dpower" .align 3 .LC2046: .string "Renishaw PLC" .align 3 .LC2047: .string "Intelliworxx Inc" .align 3 .LC2048: .string "MKNet Corporation" .align 3 .LC2049: .string "Bitland" .align 3 .LC2050: .string "Hajime Industries Ltd" .align 3 .LC2051: .string "Western Avionics Ltd" .align 3 .LC2052: .string "Quick-Serv. Computer Co. Ltd" .align 3 .LC2053: .string "Nippon Systemware Co Ltd" .align 3 .LC2054: .string "Hertz Systemtechnik GMBH" .align 3 .LC2055: .string "MeltDown Systems LLC" .align 3 .LC2056: .string "Jupiter Systems" .align 3 .LC2057: .string "Aiwa Co. Ltd" .align 3 .LC2058: .string "Department Of Defense" .align 3 .LC2059: .string "Ishoni Networks" .align 3 .LC2060: .string "Micrel Inc." .align 3 .LC2061: .string "DataVoice" .align 3 .LC2062: .string "Datavoice (Pty) Ltd." .align 3 .LC2063: .string "Admore Technology Inc." .align 3 .LC2064: .string "Chaparral Network Storage" .align 3 .LC2065: .string "Spectrum Digital Inc." .align 3 .LC2066: .string "Naturetech" .align 3 .LC2067: .string "Nature Worldwide Technology Corp" .align 3 .LC2068: .string "Sonicwall Inc" .align 3 .LC2069: .string "Dazzle Multimedia Inc." .align 3 .LC2070: .string "Insyde Software Corp" .align 3 .LC2071: .string "Brocade Communications Systems" .align 3 .LC2072: .string "Med Associates, Inc." .align 3 .LC2073: .string "Med Associates Inc." .align 3 .LC2074: .string "Shiba Denshi Systems Inc." .align 3 .LC2075: .string "Epix Inc." .align 3 .LC2076: .string "Real-Time Digital Inc." .align 3 .LC2077: .string "Kondo Kagaku" .align 3 .LC2078: .string "salva" .align 3 .LC2079: .string "Hsing Tech. Enterprise Co. Ltd." .align 3 .LC2080: .string "Hyunju Computer Co. Ltd." .align 3 .LC2081: .string "Comart" .align 3 .LC2082: .string "Comartsystem Korea" .align 3 .LC2083: .string "NETSEC" .align 3 .LC2084: .string "Network Security Technologies Inc. (NetSec)" .align 3 .LC2085: .string "Worldspace Corp." .align 3 .LC2086: .string "Int Labs" .align 3 .LC2087: .string "Elmec Inc. Ltd." .align 3 .LC2088: .string "Fastfame Technology Co. Ltd." .align 3 .LC2089: .string "Edax Inc." .align 3 .LC2090: .string "Norpak Corporation" .align 3 .LC2091: .string "CoSystems Inc." .align 3 .LC2092: .string "Actiontec" .align 3 .LC2093: .string "Actiontec Electronics Inc." .align 3 .LC2094: .string "Komatsu Ltd." .align 3 .LC2095: .string "Supernet Inc." .align 3 .LC2096: .string "Shade Ltd." .align 3 .LC2097: .string "Sibyte Inc." .align 3 .LC2098: .string "Schneider Automation Inc." .align 3 .LC2099: .string "Televox Software Inc." .align 3 .LC2100: .string "Rearden Steel" .align 3 .LC2101: .string "Atan Technology Inc." .align 3 .LC2102: .string "Unitec Co. Ltd." .align 3 .LC2103: .string "pctel" .align 3 .LC2104: .string "Square Wave Technology" .align 3 .LC2105: .string "Emachines Inc." .align 3 .LC2106: .string "Bernecker + Rainer" .align 3 .LC2107: .string "INH Semiconductor" .align 3 .LC2108: .string "Tokyo Electron Device Ltd." .align 3 .LC2109: .string "iba" .align 3 .LC2110: .string "iba AG" .align 3 .LC2111: .string "Dunti" .align 3 .LC2112: .string "Dunti Corp." .align 3 .LC2113: .string "Hercules" .align 3 .LC2114: .string "PINE" .align 3 .LC2115: .string "PINE Technology, Ltd." .align 3 .LC2116: .string "CastleNet" .align 3 .LC2117: .string "CastleNet Technology Inc." .align 3 .LC2118: .string "USA" .align 3 .LC2119: .string "Utimaco Safeware AG" .align 3 .LC2120: .string "Circut Assembly Corp." .align 3 .LC2121: .string "Atherosef" .align 3 .LC2122: .string "Atheros Communications Inc." .align 3 .LC2123: .string "NMI" .align 3 .LC2124: .string "NMI Electronics Ltd." .align 3 .LC2125: .string "Hyundai MultiCAV" .align 3 .LC2126: .string "Hyundai MultiCAV Computer Co. Ltd." .align 3 .LC2127: .string "qsb" .align 3 .LC2128: .string "KDS Innotech Corp." .align 3 .LC2129: .string "NetContinuum" .align 3 .LC2130: .string "NetContinuum, Inc." .align 3 .LC2131: .string "FERMA" .align 3 .LC2132: .string "EPoX" .align 3 .LC2133: .string "EPoX Computer Co., Ltd." .align 3 .LC2134: .string "SFNT" .align 3 .LC2135: .string "SafeNet Inc." .align 3 .LC2136: .string "CNF Mobile Solutions" .align 3 .LC2137: .string "Sonnet Technologies" .align 3 .LC2138: .string "Sonnet Technologies, Inc." .align 3 .LC2139: .string "Cenatek" .align 3 .LC2140: .string "Cenatek Inc." .align 3 .LC2141: .string "Minolta" .align 3 .LC2142: .string "Minolta Co. Ltd." .align 3 .LC2143: .string "Inari" .align 3 .LC2144: .string "Inari Inc." .align 3 .LC2145: .string "Systemax" .align 3 .LC2146: .string "3MTS" .align 3 .LC2147: .string "Third Millenium Test Solutions, Inc." .align 3 .LC2148: .string "Intellon Corporation" .align 3 .LC2149: .string "USR" .align 3 .LC2150: .string "U.S. Robotics" .align 3 .LC2151: .string "LaserLinc Inc." .align 3 .LC2152: .string "Adicti" .align 3 .LC2153: .string "Adicti Corp." .align 3 .LC2154: .string "Jetway" .align 3 .LC2155: .string "Jetway Information Co., Ltd" .align 3 .LC2156: .string "VideoTele.com" .align 3 .LC2157: .string "VideoTele.com Inc." .align 3 .LC2158: .string "Antara" .align 3 .LC2159: .string "Antara LLC" .align 3 .LC2160: .string "Interactive Computer Products Inc." .align 3 .LC2161: .string "IMC" .align 3 .LC2162: .string "Internet Machines Corp." .align 3 .LC2163: .string "Desana" .align 3 .LC2164: .string "Desana Systems" .align 3 .LC2165: .string "Clearwater" .align 3 .LC2166: .string "Clearwater Networks" .align 3 .LC2167: .string "Digital First" .align 3 .LC2168: .string "PBC" .align 3 .LC2169: .string "Pacific Broadband Communications" .align 3 .LC2170: .string "Cogency" .align 3 .LC2171: .string "Cogency Semiconductor Inc." .align 3 .LC2172: .string "Harris" .align 3 .LC2173: .string "Harris Corp." .align 3 .LC2174: .string "Zarlink" .align 3 .LC2175: .string "Zarlink Semiconductor" .align 3 .LC2176: .string "Alpine" .align 3 .LC2177: .string "Alpine Electronics Inc." .align 3 .LC2178: .string "NetOctave" .align 3 .LC2179: .string "NetOctave Inc." .align 3 .LC2180: .string "YottaYotta" .align 3 .LC2181: .string "YottaYotta Inc." .align 3 .LC2182: .string "SMI" .align 3 .LC2183: .string "SensoMotoric Instruments GmbH" .align 3 .LC2184: .string "San Valley" .align 3 .LC2185: .string "San Valley Systems, Inc." .align 3 .LC2186: .string "Cyberdyne" .align 3 .LC2187: .string "Cyberdyne Inc." .align 3 .LC2188: .string "Pelago" .align 3 .LC2189: .string "Pelago Networks" .align 3 .LC2190: .string "NetScreen" .align 3 .LC2191: .string "MyName Technologies, Inc." .align 3 .LC2192: .string "NICE" .align 3 .LC2193: .string "NICE Systems Inc." .align 3 .LC2194: .string "TOPCON" .align 3 .LC2195: .string "TOPCON Corp." .align 3 .LC2196: .string "Fujitsu-Siemens" .align 3 .LC2197: .string "Fujitsu-Siemens Computers GmbH" .align 3 .LC2198: .string "LinkSys" .align 3 .LC2199: .string "Altima" .align 3 .LC2200: .string "Altima Communications Inc." .align 3 .LC2201: .string "Peppercon" .align 3 .LC2202: .string "Peppercon AG" .align 3 .LC2203: .string "PC Partner (Sapphire)" .align 3 .LC2204: .string "PC Partner Limited" .align 3 .LC2205: .string "AMW Europe GmbH" .align 3 .LC2206: .string "Global Brands Manufacture Ltd." .align 3 .LC2207: .string "TeraRecon" .align 3 .LC2208: .string "TeraRecon, Inc." .align 3 .LC2209: .string "Alchemy" .align 3 .LC2210: .string "Alchemy Semiconductor Inc." .align 3 .LC2211: .string "GDC" .align 3 .LC2212: .string "General Dynamics Canada" .align 3 .LC2213: .string "General Electric" .align 3 .LC2214: .string "Ennyah" .align 3 .LC2215: .string "Ennyah Technologies Corp" .align 3 .LC2216: .string "Unitech" .align 3 .LC2217: .string "Unitech Electronics Co., Ltd" .align 3 .LC2218: .string " " .align 3 .LC2219: .string "Tascorp" .align 3 .LC2220: .string "Start Network" .align 3 .LC2221: .string "Start Network Technology Co., Ltd." .align 3 .LC2222: .string "lenovo" .align 3 .LC2223: .string "Legend Ltd. (Beijing)" .align 3 .LC2224: .string "Philips170C" .align 3 .LC2225: .string "Phillips Components" .align 3 .LC2226: .string "Hightech" .align 3 .LC2227: .string "Hightech Information Systems, Ltd." .align 3 .LC2228: .string "Philips" .align 3 .LC2229: .string "Philips Semiconductors" .align 3 .LC2230: .string "Wistron" .align 3 .LC2231: .string "Wistron Corp." .align 3 .LC2232: .string "Movita" .align 3 .LC2233: .string "NetChip" .align 3 .LC2234: .string "Cadence" .align 3 .LC2235: .string "Cadence Design Systems" .align 3 .LC2236: .string "Neterion" .align 3 .LC2237: .string "Neterion Inc." .align 3 .LC2238: .string " Cray" .align 3 .LC2239: .string "Cray, Inc." .align 3 .LC2240: .string "DH electronics GmbH / Sabrent" .align 3 .LC2241: .string "Connect3D" .align 3 .LC2242: .string "Connect Components, Ltd." .align 3 .LC2243: .string "RDC" .align 3 .LC2244: .string "RDC Semiconductor Co., Ltd." .align 3 .LC2245: .string "INPROCOMM" .align 3 .LC2246: .string "Ambient" .align 3 .LC2247: .string "Ambient Technologies Inc" .align 3 .LC2248: .string "Ralink Technology" .align 3 .LC2249: .string "Ralink Technology, Corp." .align 3 .LC2250: .string "devolo" .align 3 .LC2251: .string "devolo AG" .align 3 .LC2252: .string "InfiniCon" .align 3 .LC2253: .string "InfiniCon Systems, Inc." .align 3 .LC2254: .string "Avocent" .align 3 .LC2255: .string "D-link AirPlus G DWL-G510 rev.C" .align 3 .LC2256: .string "Panda Platinum" .align 3 .LC2257: .string "Primagraphics" .align 3 .LC2258: .string "Primagraphics Ltd." .align 3 .LC2259: .string "Humusoft" .align 3 .LC2260: .string "Humusoft S.R.O" .align 3 .LC2261: .string "Elan" .align 3 .LC2262: .string "Elan Digital Systems Ltd" .align 3 .LC2263: .string "Varisys Limited" .align 3 .LC2264: .string "Millogic" .align 3 .LC2265: .string "Millogic Ltd." .align 3 .LC2266: .string "Egenera, Inc." .align 3 .LC2267: .string "Info-Tek Corp." .align 3 .LC2268: .string "ARVOO" .align 3 .LC2269: .string "ARVOO Engineering BV" .align 3 .LC2270: .string "XGI" .align 3 .LC2271: .string "XGI Technology Inc" .align 3 .LC2272: .string "Spc" .align 3 .LC2273: .string "Spectrum Systementwicklung Microelectronic GmbH" .align 3 .LC2274: .string "Napatech" .align 3 .LC2275: .string "Napatech A/S" .align 3 .LC2276: .string "Commtech" .align 3 .LC2277: .string "Commtech, Inc." .align 3 .LC2278: .string "Resilience Corporation" .align 3 .LC2279: .string "Ritmo" .align 3 .LC2280: .string "WIS Computers" .align 3 .LC2281: .string "WIS Technology, Inc." .align 3 .LC2282: .string "Seaway Networks" .align 3 .LC2283: .string "Renesas" .align 3 .LC2284: .string "Renesas Electronics" .align 3 .LC2285: .string "Option NV" .align 3 .LC2286: .string "Stelar" .align 3 .LC2287: .string "One Stop Systems, Inc." .align 3 .LC2288: .string "ATHR" .align 3 .LC2289: .string "Atheros Communications" .align 3 .LC2290: .string "dreser" .align 3 .LC2291: .string "AGEIA Technologies, Inc." .align 3 .LC2292: .string "santosh" .align 3 .LC2293: .string "JMicron Technology Corp." .align 3 .LC2294: .string "Nallatech" .align 3 .LC2295: .string " tps" .align 3 .LC2296: .string "Topstar Digital Technologies Co., Ltd." .align 3 .LC2297: .string " Emulex" .align 3 .LC2298: .string "ServerEngines" .align 3 .LC2299: .string "DAQDATA" .align 3 .LC2300: .string "DAQDATA GmbH" .align 3 .LC2301: .string "Kasten Chase" .align 3 .LC2302: .string "Kasten Chase Applied Research" .align 3 .LC2303: .string "Mikrotik" .align 3 .LC2304: .string "Vector" .align 3 .LC2305: .string "Vector Informatik GmbH" .align 3 .LC2306: .string "DDRdrive LLC" .align 3 .LC2307: .string "Linux Networx" .align 3 .LC2308: .string "Tilera" .align 3 .LC2309: .string "Tilera Corporation" .align 3 .LC2310: .string "Imaginant" .align 3 .LC2311: .string "Jaton Corp" .align 3 .LC2312: .string "Jaton Corporation USA" .align 3 .LC2313: .string "Asustek - ASMedia" .align 3 .LC2314: .string "Asustek - ASMedia Technology Inc." .align 3 .LC2315: .string "Etron" .align 3 .LC2316: .string "Fresco Logic Inc." .align 3 .LC2317: .string "Averna" .align 3 .LC2318: .string "ReFLEX CES" .align 3 .LC2319: .string "Monarch Innovative Technologies " .align 3 .LC2320: .string "Monarch Innovative Technologies Pvt Ltd's " .align 3 .LC2321: .string "Highland Technology" .align 3 .LC2322: .string "Highland Technology, Inc." .align 3 .LC2323: .string "TH-VN" .align 3 .LC2324: .string "Thomson Video Networks" .align 3 .LC2325: .string "Miranda" .align 3 .LC2326: .string "Miranda Technologies Ltd." .align 3 .LC2327: .string "Temporal Research Ltd" .align 3 .LC2328: .string "Kingston" .align 3 .LC2329: .string "Kingston Technology Co." .align 3 .LC2330: .string "ChainTek" .align 3 .LC2331: .string "ChainTek Computer Co. Ltd." .align 3 .LC2332: .string "Zenic Inc" .align 3 .LC2333: .string "Hint" .align 3 .LC2334: .string "Hint Corp." .align 3 .LC2335: .string "Quantum Designs (H.K.) Inc." .align 3 .LC2336: .string "ARCOM" .align 3 .LC2337: .string "ARCOM Control Systems Ltd." .align 3 .LC2338: .string "4links" .align 3 .LC2339: .string "3DLabs" .align 3 .LC2340: .string "3Dlabs, Inc. Ltd" .align 3 .LC2341: .string "Avance" .align 3 .LC2342: .string "Avance Logic Inc." .align 3 .LC2343: .string "Alpha Data" .align 3 .LC2344: .string "Aladdin Knowledge Systems" .align 3 .LC2345: .string "Nanjing Qin Heng Electronics Co., Ltd" .align 3 .LC2346: .string "wch.cn" .align 3 .LC2347: .string "UMAX Comp" .align 3 .LC2348: .string "UMAX Computer Corp." .align 3 .LC2349: .string "Hercules Computer Technology" .align 3 .LC2350: .string "Growth Networks" .align 3 .LC2351: .string "Integral" .align 3 .LC2352: .string "Integral Technologies" .align 3 .LC2353: .string "Axil" .align 3 .LC2354: .string "Axil Computer Inc." .align 3 .LC2355: .string "Lung Hwa" .align 3 .LC2356: .string "Lung Hwa Electronics" .align 3 .LC2357: .string "SBS" .align 3 .LC2358: .string "SBS-OR Industrial Computers" .align 3 .LC2359: .string "Seanix Technology Inc" .align 3 .LC2360: .string "Mediaq" .align 3 .LC2361: .string "Mediaq Inc." .align 3 .LC2362: .string "Microtechnica Co Ltd" .align 3 .LC2363: .string "ILC" .align 3 .LC2364: .string "ILC Data Device Corp." .align 3 .LC2365: .string " samsung YP-R1JEB" .align 3 .LC2366: .string "Samsung Windows Portable Devices" .align 3 .LC2367: .string "TBS/Voyetra" .align 3 .LC2368: .string "TBS/Voyetra Technologies" .align 3 .LC2369: .string "Samsung T10 MP3 Player" .align 3 .LC2370: .string "S S Technologies" .align 3 .LC2371: .string "Qualcomm" .align 3 .LC2372: .string "Qualcomm Inc. USA" .align 3 .LC2373: .string "S3G" .align 3 .LC2374: .string "S3 Graphics Co., Ltd" .align 3 .LC2375: .string "Teralogic Inc" .align 3 .LC2376: .string "Genroco" .align 3 .LC2377: .string "Genroco Inc." .align 3 .LC2378: .string " Citrix" .align 3 .LC2379: .string "Citrix Systems, Inc." .align 3 .LC2380: .string "Logitec Corp." .align 3 .LC2381: .string "Decision" .align 3 .LC2382: .string "Decision Computer International Co." .align 3 .LC2383: .string "ASMedia " .align 3 .LC2384: .string "ASMedia Technology Inc." .align 3 .LC2385: .string "O.N." .align 3 .LC2386: .string "O.N. Electric Co. Ltd." .align 3 .LC2387: .string "D-Link Corporation" .align 3 .LC2388: .string "Xirlink" .align 3 .LC2389: .string "Xirlink, Inc" .align 3 .LC2390: .string "Intel" .align 3 .LC2391: .string "Intel Corporation" .align 3 .LC2392: .string "VirtualBox" .align 3 .LC2393: .string "Oracle Corporation - InnoTek Systemberatung GmbH" .align 3 .LC2394: .string "T-Square" .align 3 .LC2395: .string "T-Square Design Inc." .align 3 .LC2396: .string "Sil Magic" .align 3 .LC2397: .string "Silicon Magic" .align 3 .LC2398: .string "Computone" .align 3 .LC2399: .string "Computone Corporation" .align 3 .LC2400: .string "Adaptec" .align 3 .LC2401: .string "Adaptec Inc" .align 3 .LC2402: .string "Gigapixel Corp" .align 3 .LC2403: .string "Omni Media Technology Inc." .align 3 .LC2404: .string "MosChip" .align 3 .LC2405: .string "MosChip Semiconductor Technology" .align 3 .LC2406: .string "StarGen" .align 3 .LC2407: .string "StarGen, Inc." .align 3 .LC2408: .string "Aopen" .align 3 .LC2409: .string "Aopen Inc." .align 3 .LC2410: .string "Unisys Corporation" .align 3 .LC2411: .string "NEC Corp." .align 3 .LC2412: .string "Hewlett Packard" .align 3 .LC2413: .string "3com Corporation" .align 3 .LC2414: .string "Abekas" .align 3 .LC2415: .string "Abekas, Inc" .align 3 .LC2416: .string "Digital Receiver Technology Inc" .align 3 .LC2417: .string "Shiva Europe Ltd." .align 3 .LC2418: .string "Brown & Sharpe Mfg. Co." .align 3 .LC2419: .string "Mindstream Computing" .align 3 .LC2420: .string "TSI" .align 3 .LC2421: .string "TSI Telsys" .align 3 .LC2422: .string "Micron/Crucial" .align 3 .LC2423: .string "Micron/Crucial Technology" .align 3 .LC2424: .string "Mot Engrg" .align 3 .LC2425: .string "Motion Engineering Inc." .align 3 .LC2426: .string "Hudson Soft Co Ltd" .align 3 .LC2427: .string "Varian" .align 3 .LC2428: .string "Varian, Inc" .align 3 .LC2429: .string "Chrysalis-ITS" .align 3 .LC2430: .string "Catapult Communications" .align 3 .LC2431: .string "Processing" .align 3 .LC2432: .string "Dawicontrol" .align 3 .LC2433: .string "Indigita" .align 3 .LC2434: .string "Indigita Corporation" .align 3 .LC2435: .string "Middle Digital, Inc" .align 3 .LC2436: .string "Tiger Jet" .align 3 .LC2437: .string "Tiger Jet Network Inc" .align 3 .LC2438: .string "EKF Elektronik GMBH" .align 3 .LC2439: .string "Eagle Technology" .align 3 .LC2440: .string "Aashima" .align 3 .LC2441: .string "Aashima Technology B.V." .align 3 .LC2442: .string "Endace" .align 3 .LC2443: .string "Endace Measurement Systems Ltd." .align 3 .LC2444: .string "Echo" .align 3 .LC2445: .string "Echo Digital Audio Corporation" .align 3 .LC2446: .string "ARK Logic" .align 3 .LC2447: .string "ARK Logic, Inc" .align 3 .LC2448: .string "F5 Networks Inc." .align 3 .LC2449: .string "Interagon" .align 3 .LC2450: .string "Interagon AS" .section .data.rel.local,"aw" .align 3 .type PciVenTable, %object .size PciVenTable, 37632 PciVenTable: .hword 51 .zero 6 .xword .LC0 .xword .LC1 .hword 61 .zero 6 .xword .LC2 .xword .LC3 .hword 112 .zero 6 .xword .LC4 .xword .LC5 .hword 256 .zero 6 .xword .LC6 .xword .LC7 .hword 291 .zero 6 .xword .LC8 .xword .LC8 .hword 789 .zero 6 .xword .LC9 .xword .LC10 .hword 1026 .zero 6 .xword .LC11 .xword .LC12 .hword 1133 .zero 6 .xword .LC13 .xword .LC14 .hword 1155 .zero 6 .xword .LC15 .xword .LC15 .hword 1193 .zero 6 .xword .LC16 .xword .LC17 .hword 1203 .zero 6 .xword .LC18 .xword .LC19 .hword 1241 .zero 6 .xword .LC13 .xword .LC20 .hword 1266 .zero 6 .xword .LC21 .xword .LC22 .hword 1309 .zero 6 .xword .LC23 .xword .LC24 .hword 1321 .zero 6 .xword .LC13 .xword .LC25 .hword 1363 .zero 6 .xword .LC26 .xword .LC27 .hword 1423 .zero 6 .xword .LC28 .xword .LC29 .hword 1424 .zero 6 .xword .LC13 .xword .LC30 .hword 1452 .zero 6 .xword .LC31 .xword .LC32 .hword 1505 .zero 6 .xword .LC33 .xword .LC33 .hword 1614 .zero 6 .xword .LC34 .xword .LC35 .hword 1659 .zero 6 .xword .LC36 .xword .LC37 .hword 1790 .zero 6 .xword .LC38 .xword .LC39 .hword 1809 .zero 6 .xword .LC40 .xword .LC40 .hword 2362 .zero 6 .xword .LC41 .xword .LC42 .hword 2414 .zero 6 .xword .LC13 .xword .LC43 .hword 2652 .zero 6 .xword .LC44 .xword .LC45 .hword 2697 .zero 6 .xword .LC46 .xword .LC47 .hword 2706 .zero 6 .xword .LC48 .xword .LC49 .hword 2760 .zero 6 .xword .LC50 .xword .LC50 .hword 2821 .zero 6 .xword .LC51 .xword .LC52 .hword 3141 .zero 6 .xword .LC53 .xword .LC54 .hword 3315 .zero 6 .xword .LC13 .xword .LC55 .hword 3374 .zero 6 .xword .LC56 .xword .LC57 .hword 3468 .zero 6 .xword .LC58 .xword .LC59 .hword 3574 .zero 6 .xword .LC60 .xword .LC60 .hword 3601 .zero 6 .xword .LC61 .xword .LC62 .hword 3725 .zero 6 .xword .LC63 .xword .LC63 .hword 4096 .zero 6 .xword .LC64 .xword .LC65 .hword 4097 .zero 6 .xword .LC66 .xword .LC67 .hword 4098 .zero 6 .xword .LC68 .xword .LC69 .hword 4099 .zero 6 .xword .LC70 .xword .LC70 .hword 4100 .zero 6 .xword .LC71 .xword .LC72 .hword 4102 .zero 6 .xword .LC73 .xword .LC74 .hword 4103 .zero 6 .xword .LC75 .xword .LC76 .hword 4104 .zero 6 .xword .LC77 .xword .LC77 .hword 4106 .zero 6 .xword .LC78 .xword .LC79 .hword 4107 .zero 6 .xword .LC80 .xword .LC81 .hword 4108 .zero 6 .xword .LC82 .xword .LC83 .hword 4109 .zero 6 .xword .LC84 .xword .LC85 .hword 4110 .zero 6 .xword .LC86 .xword .LC86 .hword 4112 .zero 6 .xword .LC87 .xword .LC88 .hword 4113 .zero 6 .xword .LC89 .xword .LC90 .hword 4114 .zero 6 .xword .LC91 .xword .LC92 .hword 4115 .zero 6 .xword .LC93 .xword .LC94 .hword 4116 .zero 6 .xword .LC19 .xword .LC95 .hword 4118 .zero 6 .xword .LC96 .xword .LC97 .hword 4119 .zero 6 .xword .LC98 .xword .LC99 .hword 4120 .zero 6 .xword .LC100 .xword .LC101 .hword 4121 .zero 6 .xword .LC102 .xword .LC103 .hword 4122 .zero 6 .xword .LC104 .xword .LC105 .hword 4123 .zero 6 .xword .LC106 .xword .LC107 .hword 4126 .zero 6 .xword .LC108 .xword .LC109 .hword 4127 .zero 6 .xword .LC110 .xword .LC111 .hword 4128 .zero 6 .xword .LC112 .xword .LC113 .hword 4129 .zero 6 .xword .LC114 .xword .LC115 .hword 4130 .zero 6 .xword .LC68 .xword .LC116 .hword 4131 .zero 6 .xword .LC117 .xword .LC118 .hword 4133 .zero 6 .xword .LC119 .xword .LC120 .hword 4136 .zero 6 .xword .LC121 .xword .LC122 .hword 4138 .zero 6 .xword .LC64 .xword .LC123 .hword 4139 .zero 6 .xword .LC124 .xword .LC125 .hword 4140 .zero 6 .xword .LC126 .xword .LC127 .hword 4141 .zero 6 .xword .LC128 .xword .LC129 .hword 4142 .zero 6 .xword .LC130 .xword .LC131 .hword 4143 .zero 6 .xword .LC132 .xword .LC133 .hword 4144 .zero 6 .xword .LC134 .xword .LC135 .hword 4145 .zero 6 .xword .LC136 .xword .LC137 .hword 4147 .zero 6 .xword .LC138 .xword .LC139 .hword 4148 .zero 6 .xword .LC140 .xword .LC141 .hword 4150 .zero 6 .xword .LC142 .xword .LC143 .hword 4151 .zero 6 .xword .LC112 .xword .LC144 .hword 4152 .zero 6 .xword .LC145 .xword .LC146 .hword 4153 .zero 6 .xword .LC147 .xword .LC148 .hword 4154 .zero 6 .xword .LC149 .xword .LC150 .hword 4155 .zero 6 .xword .LC151 .xword .LC152 .hword 4156 .zero 6 .xword .LC153 .xword .LC154 .hword 4158 .zero 6 .xword .LC155 .xword .LC156 .hword 4159 .zero 6 .xword .LC157 .xword .LC158 .hword 4161 .zero 6 .xword .LC159 .xword .LC159 .hword 4163 .zero 6 .xword .LC160 .xword .LC161 .hword 4164 .zero 6 .xword .LC162 .xword .LC163 .hword 4165 .zero 6 .xword .LC164 .xword .LC165 .hword 4166 .zero 6 .xword .LC166 .xword .LC167 .hword 4167 .zero 6 .xword .LC168 .xword .LC169 .hword 4168 .zero 6 .xword .LC170 .xword .LC171 .hword 4169 .zero 6 .xword .LC172 .xword .LC173 .hword 4170 .zero 6 .xword .LC174 .xword .LC175 .hword 4171 .zero 6 .xword .LC9 .xword .LC176 .hword 4172 .zero 6 .xword .LC177 .xword .LC178 .hword 4173 .zero 6 .xword .LC179 .xword .LC180 .hword 4174 .zero 6 .xword .LC181 .xword .LC182 .hword 4175 .zero 6 .xword .LC183 .xword .LC184 .hword 4176 .zero 6 .xword .LC185 .xword .LC186 .hword 4177 .zero 6 .xword .LC187 .xword .LC188 .hword 4179 .zero 6 .xword .LC189 .xword .LC190 .hword 4180 .zero 6 .xword .LC112 .xword .LC191 .hword 4181 .zero 6 .xword .LC192 .xword .LC193 .hword 4182 .zero 6 .xword .LC194 .xword .LC194 .hword 4183 .zero 6 .xword .LC195 .xword .LC195 .hword 4184 .zero 6 .xword .LC196 .xword .LC197 .hword 4185 .zero 6 .xword .LC198 .xword .LC199 .hword 4186 .zero 6 .xword .LC200 .xword .LC201 .hword 4187 .zero 6 .xword .LC202 .xword .LC203 .hword 4188 .zero 6 .xword .LC204 .xword .LC205 .hword 4189 .zero 6 .xword .LC206 .xword .LC207 .hword 4190 .zero 6 .xword .LC208 .xword .LC209 .hword 4191 .zero 6 .xword .LC210 .xword .LC211 .hword 4192 .zero 6 .xword .LC212 .xword .LC213 .hword 4193 .zero 6 .xword .LC214 .xword .LC215 .hword 4194 .zero 6 .xword .LC216 .xword .LC217 .hword 4195 .zero 6 .xword .LC218 .xword .LC219 .hword 4196 .zero 6 .xword .LC220 .xword .LC221 .hword 4197 .zero 6 .xword .LC222 .xword .LC223 .hword 4198 .zero 6 .xword .LC224 .xword .LC225 .hword 4199 .zero 6 .xword .LC226 .xword .LC227 .hword 4200 .zero 6 .xword .LC228 .xword .LC229 .hword 4202 .zero 6 .xword .LC230 .xword .LC231 .hword 4203 .zero 6 .xword .LC31 .xword .LC32 .hword 4204 .zero 6 .xword .LC232 .xword .LC233 .hword 4205 .zero 6 .xword .LC234 .xword .LC235 .hword 4206 .zero 6 .xword .LC236 .xword .LC237 .hword 4207 .zero 6 .xword .LC238 .xword .LC239 .hword 4208 .zero 6 .xword .LC240 .xword .LC241 .hword 4209 .zero 6 .xword .LC242 .xword .LC242 .hword 4210 .zero 6 .xword .LC243 .xword .LC244 .hword 4211 .zero 6 .xword .LC245 .xword .LC246 .hword 4212 .zero 6 .xword .LC247 .xword .LC248 .hword 4213 .zero 6 .xword .LC249 .xword .LC250 .hword 4215 .zero 6 .xword .LC251 .xword .LC252 .hword 4216 .zero 6 .xword .LC253 .xword .LC254 .hword 4217 .zero 6 .xword .LC255 .xword .LC255 .hword 4218 .zero 6 .xword .LC256 .xword .LC257 .hword 4219 .zero 6 .xword .LC258 .xword .LC259 .hword 4220 .zero 6 .xword .LC260 .xword .LC261 .hword 4221 .zero 6 .xword .LC262 .xword .LC263 .hword 4222 .zero 6 .xword .LC264 .xword .LC265 .hword 4223 .zero 6 .xword .LC266 .xword .LC267 .hword 4224 .zero 6 .xword .LC268 .xword .LC269 .hword 4225 .zero 6 .xword .LC270 .xword .LC270 .hword 4226 .zero 6 .xword .LC271 .xword .LC272 .hword 4227 .zero 6 .xword .LC273 .xword .LC274 .hword 4228 .zero 6 .xword .LC275 .xword .LC275 .hword 4229 .zero 6 .xword .LC276 .xword .LC277 .hword 4230 .zero 6 .xword .LC278 .xword .LC279 .hword 4231 .zero 6 .xword .LC280 .xword .LC281 .hword 4232 .zero 6 .xword .LC282 .xword .LC283 .hword 4233 .zero 6 .xword .LC284 .xword .LC285 .hword 4234 .zero 6 .xword .LC286 .xword .LC287 .hword 4236 .zero 6 .xword .LC288 .xword .LC289 .hword 4237 .zero 6 .xword .LC290 .xword .LC290 .hword 4238 .zero 6 .xword .LC291 .xword .LC292 .hword 4239 .zero 6 .xword .LC293 .xword .LC294 .hword 4240 .zero 6 .xword .LC295 .xword .LC296 .hword 4241 .zero 6 .xword .LC297 .xword .LC298 .hword 4242 .zero 6 .xword .LC299 .xword .LC300 .hword 4243 .zero 6 .xword .LC301 .xword .LC302 .hword 4244 .zero 6 .xword .LC303 .xword .LC303 .hword 4245 .zero 6 .xword .LC304 .xword .LC305 .hword 4246 .zero 6 .xword .LC306 .xword .LC306 .hword 4247 .zero 6 .xword .LC307 .xword .LC308 .hword 4248 .zero 6 .xword .LC309 .xword .LC310 .hword 4249 .zero 6 .xword .LC311 .xword .LC312 .hword 4250 .zero 6 .xword .LC313 .xword .LC314 .hword 4251 .zero 6 .xword .LC315 .xword .LC316 .hword 4252 .zero 6 .xword .LC317 .xword .LC318 .hword 4253 .zero 6 .xword .LC319 .xword .LC320 .hword 4254 .zero 6 .xword .LC321 .xword .LC322 .hword 4255 .zero 6 .xword .LC323 .xword .LC324 .hword 4256 .zero 6 .xword .LC325 .xword .LC326 .hword 4257 .zero 6 .xword .LC327 .xword .LC328 .hword 4258 .zero 6 .xword .LC309 .xword .LC329 .hword 4259 .zero 6 .xword .LC330 .xword .LC331 .hword 4260 .zero 6 .xword .LC332 .xword .LC333 .hword 4261 .zero 6 .xword .LC334 .xword .LC335 .hword 4264 .zero 6 .xword .LC336 .xword .LC337 .hword 4265 .zero 6 .xword .LC338 .xword .LC339 .hword 4267 .zero 6 .xword .LC340 .xword .LC340 .hword 4268 .zero 6 .xword .LC341 .xword .LC342 .hword 4269 .zero 6 .xword .LC185 .xword .LC343 .hword 4270 .zero 6 .xword .LC344 .xword .LC345 .hword 4271 .zero 6 .xword .LC346 .xword .LC347 .hword 4272 .zero 6 .xword .LC348 .xword .LC348 .hword 4273 .zero 6 .xword .LC349 .xword .LC350 .hword 4274 .zero 6 .xword .LC351 .xword .LC352 .hword 4275 .zero 6 .xword .LC353 .xword .LC354 .hword 4276 .zero 6 .xword .LC355 .xword .LC356 .hword 4277 .zero 6 .xword .LC357 .xword .LC358 .hword 4278 .zero 6 .xword .LC359 .xword .LC360 .hword 4279 .zero 6 .xword .LC361 .xword .LC362 .hword 4280 .zero 6 .xword .LC363 .xword .LC364 .hword 4281 .zero 6 .xword .LC365 .xword .LC366 .hword 4282 .zero 6 .xword .LC226 .xword .LC367 .hword 4283 .zero 6 .xword .LC368 .xword .LC369 .hword 4284 .zero 6 .xword .LC370 .xword .LC371 .hword 4285 .zero 6 .xword .LC372 .xword .LC373 .hword 4286 .zero 6 .xword .LC82 .xword .LC374 .hword 4287 .zero 6 .xword .LC375 .xword .LC376 .hword 4288 .zero 6 .xword .LC377 .xword .LC378 .hword 4289 .zero 6 .xword .LC379 .xword .LC380 .hword 4290 .zero 6 .xword .LC381 .xword .LC382 .hword 4291 .zero 6 .xword .LC311 .xword .LC383 .hword 4292 .zero 6 .xword .LC384 .xword .LC385 .hword 4293 .zero 6 .xword .LC386 .xword .LC387 .hword 4294 .zero 6 .xword .LC388 .xword .LC389 .hword 4296 .zero 6 .xword .LC390 .xword .LC391 .hword 4297 .zero 6 .xword .LC392 .xword .LC393 .hword 4298 .zero 6 .xword .LC394 .xword .LC395 .hword 4299 .zero 6 .xword .LC396 .xword .LC397 .hword 4301 .zero 6 .xword .LC398 .xword .LC399 .hword 4303 .zero 6 .xword .LC394 .xword .LC400 .hword 4305 .zero 6 .xword .LC401 .xword .LC402 .hword 4306 .zero 6 .xword .LC403 .xword .LC404 .hword 4307 .zero 6 .xword .LC405 .xword .LC406 .hword 4308 .zero 6 .xword .LC407 .xword .LC408 .hword 4309 .zero 6 .xword .LC409 .xword .LC410 .hword 4310 .zero 6 .xword .LC411 .xword .LC411 .hword 4311 .zero 6 .xword .LC412 .xword .LC413 .hword 4312 .zero 6 .xword .LC414 .xword .LC415 .hword 4313 .zero 6 .xword .LC416 .xword .LC417 .hword 4315 .zero 6 .xword .LC418 .xword .LC419 .hword 4316 .zero 6 .xword .LC420 .xword .LC421 .hword 4317 .zero 6 .xword .LC422 .xword .LC423 .hword 4318 .zero 6 .xword .LC424 .xword .LC424 .hword 4319 .zero 6 .xword .LC425 .xword .LC426 .hword 4321 .zero 6 .xword .LC427 .xword .LC428 .hword 4322 .zero 6 .xword .LC429 .xword .LC430 .hword 4323 .zero 6 .xword .LC431 .xword .LC432 .hword 4324 .zero 6 .xword .LC433 .xword .LC434 .hword 4325 .zero 6 .xword .LC435 .xword .LC436 .hword 4326 .zero 6 .xword .LC437 .xword .LC438 .hword 4327 .zero 6 .xword .LC439 .xword .LC439 .hword 4328 .zero 6 .xword .LC440 .xword .LC441 .hword 4329 .zero 6 .xword .LC442 .xword .LC443 .hword 4330 .zero 6 .xword .LC444 .xword .LC445 .hword 4331 .zero 6 .xword .LC446 .xword .LC447 .hword 4332 .zero 6 .xword .LC448 .xword .LC449 .hword 4333 .zero 6 .xword .LC450 .xword .LC451 .hword 4334 .zero 6 .xword .LC452 .xword .LC453 .hword 4335 .zero 6 .xword .LC454 .xword .LC455 .hword 4336 .zero 6 .xword .LC456 .xword .LC457 .hword 4337 .zero 6 .xword .LC458 .xword .LC459 .hword 4338 .zero 6 .xword .LC460 .xword .LC461 .hword 4339 .zero 6 .xword .LC462 .xword .LC463 .hword 4340 .zero 6 .xword .LC464 .xword .LC465 .hword 4341 .zero 6 .xword .LC466 .xword .LC467 .hword 4342 .zero 6 .xword .LC468 .xword .LC469 .hword 4343 .zero 6 .xword .LC470 .xword .LC471 .hword 4344 .zero 6 .xword .LC472 .xword .LC473 .hword 4345 .zero 6 .xword .LC474 .xword .LC475 .hword 4346 .zero 6 .xword .LC476 .xword .LC476 .hword 4347 .zero 6 .xword .LC477 .xword .LC478 .hword 4348 .zero 6 .xword .LC479 .xword .LC480 .hword 4349 .zero 6 .xword .LC481 .xword .LC482 .hword 4350 .zero 6 .xword .LC483 .xword .LC484 .hword 4351 .zero 6 .xword .LC485 .xword .LC485 .hword 4352 .zero 6 .xword .LC486 .xword .LC487 .hword 4353 .zero 6 .xword .LC488 .xword .LC489 .hword 4354 .zero 6 .xword .LC490 .xword .LC491 .hword 4355 .zero 6 .xword .LC492 .xword .LC493 .hword 4356 .zero 6 .xword .LC494 .xword .LC494 .hword 4357 .zero 6 .xword .LC495 .xword .LC496 .hword 4358 .zero 6 .xword .LC497 .xword .LC498 .hword 4359 .zero 6 .xword .LC499 .xword .LC500 .hword 4360 .zero 6 .xword .LC501 .xword .LC502 .hword 4361 .zero 6 .xword .LC503 .xword .LC504 .hword 4362 .zero 6 .xword .LC505 .xword .LC506 .hword 4363 .zero 6 .xword .LC507 .xword .LC508 .hword 4364 .zero 6 .xword .LC509 .xword .LC510 .hword 4365 .zero 6 .xword .LC511 .xword .LC512 .hword 4366 .zero 6 .xword .LC513 .xword .LC514 .hword 4367 .zero 6 .xword .LC515 .xword .LC516 .hword 4370 .zero 6 .xword .LC517 .xword .LC518 .hword 4371 .zero 6 .xword .LC519 .xword .LC520 .hword 4372 .zero 6 .xword .LC521 .xword .LC522 .hword 4374 .zero 6 .xword .LC523 .xword .LC524 .hword 4375 .zero 6 .xword .LC525 .xword .LC526 .hword 4376 .zero 6 .xword .LC527 .xword .LC528 .hword 4377 .zero 6 .xword .LC529 .xword .LC530 .hword 4378 .zero 6 .xword .LC531 .xword .LC532 .hword 4380 .zero 6 .xword .LC533 .xword .LC534 .hword 4381 .zero 6 .xword .LC535 .xword .LC536 .hword 4383 .zero 6 .xword .LC537 .xword .LC538 .hword 4384 .zero 6 .xword .LC539 .xword .LC540 .hword 4385 .zero 6 .xword .LC541 .xword .LC541 .hword 4387 .zero 6 .xword .LC542 .xword .LC543 .hword 4388 .zero 6 .xword .LC544 .xword .LC545 .hword 4389 .zero 6 .xword .LC546 .xword .LC547 .hword 4391 .zero 6 .xword .LC548 .xword .LC549 .hword 4393 .zero 6 .xword .LC550 .xword .LC550 .hword 4394 .zero 6 .xword .LC551 .xword .LC552 .hword 4396 .zero 6 .xword .LC553 .xword .LC554 .hword 4397 .zero 6 .xword .LC555 .xword .LC555 .hword 4398 .zero 6 .xword .LC556 .xword .LC556 .hword 4400 .zero 6 .xword .LC557 .xword .LC557 .hword 4401 .zero 6 .xword .LC558 .xword .LC559 .hword 4402 .zero 6 .xword .LC560 .xword .LC561 .hword 4403 .zero 6 .xword .LC562 .xword .LC563 .hword 4404 .zero 6 .xword .LC346 .xword .LC564 .hword 4405 .zero 6 .xword .LC565 .xword .LC566 .hword 4406 .zero 6 .xword .LC567 .xword .LC568 .hword 4407 .zero 6 .xword .LC569 .xword .LC570 .hword 4408 .zero 6 .xword .LC571 .xword .LC572 .hword 4409 .zero 6 .xword .LC573 .xword .LC574 .hword 4410 .zero 6 .xword .LC575 .xword .LC576 .hword 4411 .zero 6 .xword .LC577 .xword .LC578 .hword 4412 .zero 6 .xword .LC579 .xword .LC580 .hword 4413 .zero 6 .xword .LC581 .xword .LC582 .hword 4414 .zero 6 .xword .LC583 .xword .LC584 .hword 4415 .zero 6 .xword .LC585 .xword .LC586 .hword 4416 .zero 6 .xword .LC587 .xword .LC588 .hword 4417 .zero 6 .xword .LC589 .xword .LC590 .hword 4418 .zero 6 .xword .LC591 .xword .LC592 .hword 4419 .zero 6 .xword .LC593 .xword .LC594 .hword 4420 .zero 6 .xword .LC595 .xword .LC596 .hword 4421 .zero 6 .xword .LC597 .xword .LC598 .hword 4422 .zero 6 .xword .LC599 .xword .LC600 .hword 4423 .zero 6 .xword .LC601 .xword .LC602 .hword 4424 .zero 6 .xword .LC603 .xword .LC604 .hword 4425 .zero 6 .xword .LC605 .xword .LC606 .hword 4426 .zero 6 .xword .LC607 .xword .LC607 .hword 4427 .zero 6 .xword .LC608 .xword .LC609 .hword 4428 .zero 6 .xword .LC610 .xword .LC610 .hword 4429 .zero 6 .xword .LC611 .xword .LC612 .hword 4430 .zero 6 .xword .LC613 .xword .LC614 .hword 4431 .zero 6 .xword .LC615 .xword .LC616 .hword 4432 .zero 6 .xword .LC134 .xword .LC617 .hword 4433 .zero 6 .xword .LC618 .xword .LC619 .hword 4435 .zero 6 .xword .LC620 .xword .LC621 .hword 4436 .zero 6 .xword .LC622 .xword .LC623 .hword 4437 .zero 6 .xword .LC624 .xword .LC625 .hword 4438 .zero 6 .xword .LC626 .xword .LC627 .hword 4439 .zero 6 .xword .LC628 .xword .LC629 .hword 4440 .zero 6 .xword .LC630 .xword .LC631 .hword 4441 .zero 6 .xword .LC632 .xword .LC632 .hword 4442 .zero 6 .xword .LC633 .xword .LC634 .hword 4443 .zero 6 .xword .LC635 .xword .LC636 .hword 4444 .zero 6 .xword .LC637 .xword .LC638 .hword 4445 .zero 6 .xword .LC639 .xword .LC639 .hword 4446 .zero 6 .xword .LC640 .xword .LC641 .hword 4447 .zero 6 .xword .LC642 .xword .LC643 .hword 4448 .zero 6 .xword .LC644 .xword .LC645 .hword 4449 .zero 6 .xword .LC646 .xword .LC647 .hword 4450 .zero 6 .xword .LC648 .xword .LC649 .hword 4451 .zero 6 .xword .LC650 .xword .LC651 .hword 4452 .zero 6 .xword .LC652 .xword .LC653 .hword 4453 .zero 6 .xword .LC654 .xword .LC655 .hword 4454 .zero 6 .xword .LC656 .xword .LC657 .hword 4455 .zero 6 .xword .LC658 .xword .LC659 .hword 4456 .zero 6 .xword .LC660 .xword .LC661 .hword 4457 .zero 6 .xword .LC662 .xword .LC663 .hword 4458 .zero 6 .xword .LC664 .xword .LC665 .hword 4459 .zero 6 .xword .LC666 .xword .LC667 .hword 4460 .zero 6 .xword .LC668 .xword .LC669 .hword 4462 .zero 6 .xword .LC670 .xword .LC671 .hword 4464 .zero 6 .xword .LC672 .xword .LC673 .hword 4466 .zero 6 .xword .LC674 .xword .LC675 .hword 4467 .zero 6 .xword .LC676 .xword .LC677 .hword 4468 .zero 6 .xword .LC678 .xword .LC679 .hword 4469 .zero 6 .xword .LC680 .xword .LC681 .hword 4470 .zero 6 .xword .LC682 .xword .LC682 .hword 4471 .zero 6 .xword .LC683 .xword .LC684 .hword 4472 .zero 6 .xword .LC685 .xword .LC686 .hword 4473 .zero 6 .xword .LC687 .xword .LC688 .hword 4474 .zero 6 .xword .LC689 .xword .LC690 .hword 4475 .zero 6 .xword .LC691 .xword .LC692 .hword 4476 .zero 6 .xword .LC693 .xword .LC694 .hword 4477 .zero 6 .xword .LC695 .xword .LC696 .hword 4478 .zero 6 .xword .LC697 .xword .LC698 .hword 4479 .zero 6 .xword .LC699 .xword .LC700 .hword 4480 .zero 6 .xword .LC701 .xword .LC702 .hword 4483 .zero 6 .xword .LC703 .xword .LC704 .hword 4484 .zero 6 .xword .LC705 .xword .LC706 .hword 4485 .zero 6 .xword .LC707 .xword .LC707 .hword 4486 .zero 6 .xword .LC708 .xword .LC709 .hword 4487 .zero 6 .xword .LC710 .xword .LC710 .hword 4488 .zero 6 .xword .LC711 .xword .LC712 .hword 4489 .zero 6 .xword .LC470 .xword .LC713 .hword 4490 .zero 6 .xword .LC714 .xword .LC715 .hword 4491 .zero 6 .xword .LC716 .xword .LC717 .hword 4492 .zero 6 .xword .LC718 .xword .LC719 .hword 4493 .zero 6 .xword .LC720 .xword .LC721 .hword 4494 .zero 6 .xword .LC722 .xword .LC723 .hword 4495 .zero 6 .xword .LC724 .xword .LC725 .hword 4496 .zero 6 .xword .LC726 .xword .LC726 .hword 4497 .zero 6 .xword .LC727 .xword .LC728 .hword 4498 .zero 6 .xword .LC729 .xword .LC730 .hword 4500 .zero 6 .xword .LC731 .xword .LC732 .hword 4501 .zero 6 .xword .LC733 .xword .LC734 .hword 4502 .zero 6 .xword .LC735 .xword .LC736 .hword 4503 .zero 6 .xword .LC737 .xword .LC738 .hword 4504 .zero 6 .xword .LC739 .xword .LC740 .hword 4505 .zero 6 .xword .LC741 .xword .LC742 .hword 4506 .zero 6 .xword .LC743 .xword .LC744 .hword 4507 .zero 6 .xword .LC745 .xword .LC746 .hword 4508 .zero 6 .xword .LC747 .xword .LC748 .hword 4509 .zero 6 .xword .LC749 .xword .LC750 .hword 4510 .zero 6 .xword .LC394 .xword .LC751 .hword 4511 .zero 6 .xword .LC752 .xword .LC753 .hword 4513 .zero 6 .xword .LC754 .xword .LC755 .hword 4514 .zero 6 .xword .LC336 .xword .LC756 .hword 4515 .zero 6 .xword .LC757 .xword .LC758 .hword 4516 .zero 6 .xword .LC759 .xword .LC759 .hword 4517 .zero 6 .xword .LC760 .xword .LC761 .hword 4518 .zero 6 .xword .LC762 .xword .LC762 .hword 4519 .zero 6 .xword .LC763 .xword .LC764 .hword 4520 .zero 6 .xword .LC765 .xword .LC766 .hword 4521 .zero 6 .xword .LC767 .xword .LC768 .hword 4522 .zero 6 .xword .LC769 .xword .LC769 .hword 4523 .zero 6 .xword .LC603 .xword .LC770 .hword 4524 .zero 6 .xword .LC17 .xword .LC771 .hword 4525 .zero 6 .xword .LC772 .xword .LC773 .hword 4526 .zero 6 .xword .LC774 .xword .LC775 .hword 4527 .zero 6 .xword .LC776 .xword .LC777 .hword 4528 .zero 6 .xword .LC778 .xword .LC779 .hword 4529 .zero 6 .xword .LC780 .xword .LC781 .hword 4530 .zero 6 .xword .LC782 .xword .LC783 .hword 4531 .zero 6 .xword .LC784 .xword .LC785 .hword 4532 .zero 6 .xword .LC786 .xword .LC787 .hword 4533 .zero 6 .xword .LC788 .xword .LC789 .hword 4534 .zero 6 .xword .LC790 .xword .LC791 .hword 4535 .zero 6 .xword .LC195 .xword .LC195 .hword 4536 .zero 6 .xword .LC792 .xword .LC793 .hword 4537 .zero 6 .xword .LC794 .xword .LC795 .hword 4538 .zero 6 .xword .LC796 .xword .LC797 .hword 4539 .zero 6 .xword .LC798 .xword .LC799 .hword 4540 .zero 6 .xword .LC800 .xword .LC801 .hword 4541 .zero 6 .xword .LC802 .xword .LC803 .hword 4542 .zero 6 .xword .LC804 .xword .LC805 .hword 4543 .zero 6 .xword .LC806 .xword .LC807 .hword 4545 .zero 6 .xword .LC64 .xword .LC808 .hword 4546 .zero 6 .xword .LC809 .xword .LC810 .hword 4548 .zero 6 .xword .LC811 .xword .LC812 .hword 4549 .zero 6 .xword .LC813 .xword .LC814 .hword 4550 .zero 6 .xword .LC815 .xword .LC816 .hword 4551 .zero 6 .xword .LC817 .xword .LC818 .hword 4552 .zero 6 .xword .LC819 .xword .LC820 .hword 4553 .zero 6 .xword .LC821 .xword .LC821 .hword 4554 .zero 6 .xword .LC822 .xword .LC823 .hword 4555 .zero 6 .xword .LC824 .xword .LC825 .hword 4556 .zero 6 .xword .LC826 .xword .LC827 .hword 4557 .zero 6 .xword .LC828 .xword .LC829 .hword 4558 .zero 6 .xword .LC830 .xword .LC831 .hword 4559 .zero 6 .xword .LC832 .xword .LC833 .hword 4560 .zero 6 .xword .LC834 .xword .LC835 .hword 4561 .zero 6 .xword .LC836 .xword .LC837 .hword 4562 .zero 6 .xword .LC838 .xword .LC839 .hword 4563 .zero 6 .xword .LC840 .xword .LC841 .hword 4564 .zero 6 .xword .LC842 .xword .LC843 .hword 4565 .zero 6 .xword .LC844 .xword .LC845 .hword 4566 .zero 6 .xword .LC846 .xword .LC847 .hword 4567 .zero 6 .xword .LC848 .xword .LC849 .hword 4568 .zero 6 .xword .LC850 .xword .LC851 .hword 4569 .zero 6 .xword .LC852 .xword .LC853 .hword 4570 .zero 6 .xword .LC854 .xword .LC854 .hword 4571 .zero 6 .xword .LC855 .xword .LC856 .hword 4572 .zero 6 .xword .LC857 .xword .LC858 .hword 4573 .zero 6 .xword .LC859 .xword .LC860 .hword 4574 .zero 6 .xword .LC861 .xword .LC862 .hword 4577 .zero 6 .xword .LC863 .xword .LC864 .hword 4578 .zero 6 .xword .LC311 .xword .LC865 .hword 4579 .zero 6 .xword .LC778 .xword .LC779 .hword 4580 .zero 6 .xword .LC866 .xword .LC867 .hword 4581 .zero 6 .xword .LC868 .xword .LC869 .hword 4582 .zero 6 .xword .LC870 .xword .LC871 .hword 4584 .zero 6 .xword .LC872 .xword .LC873 .hword 4585 .zero 6 .xword .LC874 .xword .LC875 .hword 4586 .zero 6 .xword .LC876 .xword .LC877 .hword 4587 .zero 6 .xword .LC878 .xword .LC879 .hword 4588 .zero 6 .xword .LC880 .xword .LC881 .hword 4589 .zero 6 .xword .LC882 .xword .LC882 .hword 4590 .zero 6 .xword .LC883 .xword .LC884 .hword 4591 .zero 6 .xword .LC885 .xword .LC886 .hword 4592 .zero 6 .xword .LC887 .xword .LC888 .hword 4594 .zero 6 .xword .LC889 .xword .LC890 .hword 4595 .zero 6 .xword .LC891 .xword .LC892 .hword 4596 .zero 6 .xword .LC893 .xword .LC894 .hword 4597 .zero 6 .xword .LC895 .xword .LC896 .hword 4598 .zero 6 .xword .LC897 .xword .LC898 .hword 4599 .zero 6 .xword .LC899 .xword .LC900 .hword 4600 .zero 6 .xword .LC901 .xword .LC902 .hword 4601 .zero 6 .xword .LC903 .xword .LC904 .hword 4602 .zero 6 .xword .LC905 .xword .LC906 .hword 4603 .zero 6 .xword .LC907 .xword .LC908 .hword 4605 .zero 6 .xword .LC909 .xword .LC910 .hword 4606 .zero 6 .xword .LC911 .xword .LC912 .hword 4607 .zero 6 .xword .LC913 .xword .LC914 .hword 4608 .zero 6 .xword .LC915 .xword .LC916 .hword 4609 .zero 6 .xword .LC917 .xword .LC918 .hword 4610 .zero 6 .xword .LC919 .xword .LC920 .hword 4611 .zero 6 .xword .LC921 .xword .LC922 .hword 4612 .zero 6 .xword .LC923 .xword .LC924 .hword 4613 .zero 6 .xword .LC925 .xword .LC926 .hword 4614 .zero 6 .xword .LC927 .xword .LC928 .hword 4616 .zero 6 .xword .LC929 .xword .LC930 .hword 4617 .zero 6 .xword .LC931 .xword .LC932 .hword 4618 .zero 6 .xword .LC933 .xword .LC933 .hword 4619 .zero 6 .xword .LC934 .xword .LC935 .hword 4621 .zero 6 .xword .LC936 .xword .LC937 .hword 4622 .zero 6 .xword .LC938 .xword .LC939 .hword 4623 .zero 6 .xword .LC940 .xword .LC941 .hword 4624 .zero 6 .xword .LC942 .xword .LC943 .hword 4625 .zero 6 .xword .LC944 .xword .LC945 .hword 4627 .zero 6 .xword .LC946 .xword .LC947 .hword 4628 .zero 6 .xword .LC948 .xword .LC949 .hword 4629 .zero 6 .xword .LC950 .xword .LC951 .hword 4630 .zero 6 .xword .LC952 .xword .LC953 .hword 4631 .zero 6 .xword .LC954 .xword .LC955 .hword 4632 .zero 6 .xword .LC956 .xword .LC957 .hword 4633 .zero 6 .xword .LC958 .xword .LC959 .hword 4634 .zero 6 .xword .LC960 .xword .LC961 .hword 4635 .zero 6 .xword .LC962 .xword .LC963 .hword 4636 .zero 6 .xword .LC964 .xword .LC965 .hword 4637 .zero 6 .xword .LC966 .xword .LC967 .hword 4638 .zero 6 .xword .LC968 .xword .LC968 .hword 4639 .zero 6 .xword .LC969 .xword .LC970 .hword 4640 .zero 6 .xword .LC971 .xword .LC972 .hword 4641 .zero 6 .xword .LC973 .xword .LC974 .hword 4642 .zero 6 .xword .LC975 .xword .LC976 .hword 4643 .zero 6 .xword .LC977 .xword .LC978 .hword 4644 .zero 6 .xword .LC979 .xword .LC980 .hword 4645 .zero 6 .xword .LC981 .xword .LC982 .hword 4647 .zero 6 .xword .LC983 .xword .LC983 .hword 4648 .zero 6 .xword .LC984 .xword .LC985 .hword 4649 .zero 6 .xword .LC986 .xword .LC987 .hword 4650 .zero 6 .xword .LC988 .xword .LC989 .hword 4651 .zero 6 .xword .LC990 .xword .LC991 .hword 4652 .zero 6 .xword .LC992 .xword .LC993 .hword 4653 .zero 6 .xword .LC994 .xword .LC995 .hword 4654 .zero 6 .xword .LC996 .xword .LC996 .hword 4655 .zero 6 .xword .LC997 .xword .LC998 .hword 4656 .zero 6 .xword .LC999 .xword .LC1000 .hword 4657 .zero 6 .xword .LC1001 .xword .LC1002 .hword 4659 .zero 6 .xword .LC1003 .xword .LC1004 .hword 4660 .zero 6 .xword .LC1005 .xword .LC1006 .hword 4662 .zero 6 .xword .LC1007 .xword .LC1008 .hword 4663 .zero 6 .xword .LC1009 .xword .LC1010 .hword 4664 .zero 6 .xword .LC1011 .xword .LC1011 .hword 4665 .zero 6 .xword .LC1012 .xword .LC1013 .hword 4666 .zero 6 .xword .LC1014 .xword .LC1015 .hword 4667 .zero 6 .xword .LC1016 .xword .LC1017 .hword 4668 .zero 6 .xword .LC1018 .xword .LC1019 .hword 4669 .zero 6 .xword .LC1020 .xword .LC1021 .hword 4671 .zero 6 .xword .LC1022 .xword .LC1023 .hword 4672 .zero 6 .xword .LC1024 .xword .LC1025 .hword 4673 .zero 6 .xword .LC1026 .xword .LC1027 .hword 4674 .zero 6 .xword .LC1028 .xword .LC1029 .hword 4675 .zero 6 .xword .LC1030 .xword .LC1030 .hword 4676 .zero 6 .xword .LC1031 .xword .LC1032 .hword 4677 .zero 6 .xword .LC1033 .xword .LC1034 .hword 4678 .zero 6 .xword .LC1035 .xword .LC1036 .hword 4679 .zero 6 .xword .LC1037 .xword .LC1038 .hword 4680 .zero 6 .xword .LC1039 .xword .LC1040 .hword 4681 .zero 6 .xword .LC311 .xword .LC312 .hword 4682 .zero 6 .xword .LC1041 .xword .LC1042 .hword 4684 .zero 6 .xword .LC1043 .xword .LC1044 .hword 4685 .zero 6 .xword .LC1045 .xword .LC1046 .hword 4686 .zero 6 .xword .LC1047 .xword .LC1047 .hword 4687 .zero 6 .xword .LC1048 .xword .LC1049 .hword 4688 .zero 6 .xword .LC112 .xword .LC1050 .hword 4689 .zero 6 .xword .LC1051 .xword .LC1052 .hword 4691 .zero 6 .xword .LC1053 .xword .LC1054 .hword 4692 .zero 6 .xword .LC1055 .xword .LC1056 .hword 4693 .zero 6 .xword .LC1057 .xword .LC1058 .hword 4694 .zero 6 .xword .LC1059 .xword .LC1060 .hword 4695 .zero 6 .xword .LC1061 .xword .LC1062 .hword 4696 .zero 6 .xword .LC1063 .xword .LC1064 .hword 4697 .zero 6 .xword .LC1065 .xword .LC1066 .hword 4698 .zero 6 .xword .LC1067 .xword .LC1068 .hword 4699 .zero 6 .xword .LC1069 .xword .LC1070 .hword 4700 .zero 6 .xword .LC1071 .xword .LC1072 .hword 4701 .zero 6 .xword .LC1073 .xword .LC1074 .hword 4702 .zero 6 .xword .LC1075 .xword .LC1076 .hword 4703 .zero 6 .xword .LC1077 .xword .LC1078 .hword 4704 .zero 6 .xword .LC1079 .xword .LC1080 .hword 4705 .zero 6 .xword .LC470 .xword .LC1081 .hword 4706 .zero 6 .xword .LC1082 .xword .LC1083 .hword 4707 .zero 6 .xword .LC1084 .xword .LC1085 .hword 4708 .zero 6 .xword .LC1086 .xword .LC1087 .hword 4709 .zero 6 .xword .LC1088 .xword .LC1089 .hword 4710 .zero 6 .xword .LC1090 .xword .LC1091 .hword 4711 .zero 6 .xword .LC1092 .xword .LC1093 .hword 4712 .zero 6 .xword .LC1094 .xword .LC1094 .hword 4713 .zero 6 .xword .LC1095 .xword .LC1096 .hword 4714 .zero 6 .xword .LC1097 .xword .LC1098 .hword 4715 .zero 6 .xword .LC1099 .xword .LC1100 .hword 4716 .zero 6 .xword .LC1101 .xword .LC1102 .hword 4717 .zero 6 .xword .LC1103 .xword .LC1104 .hword 4718 .zero 6 .xword .LC1105 .xword .LC1106 .hword 4719 .zero 6 .xword .LC1107 .xword .LC1108 .hword 4720 .zero 6 .xword .LC1109 .xword .LC1110 .hword 4721 .zero 6 .xword .LC1111 .xword .LC1112 .hword 4722 .zero 6 .xword .LC1113 .xword .LC1114 .hword 4723 .zero 6 .xword .LC1115 .xword .LC1116 .hword 4724 .zero 6 .xword .LC1117 .xword .LC1117 .hword 4725 .zero 6 .xword .LC1118 .xword .LC1119 .hword 4726 .zero 6 .xword .LC1120 .xword .LC1121 .hword 4727 .zero 6 .xword .LC1122 .xword .LC1122 .hword 4728 .zero 6 .xword .LC1123 .xword .LC1124 .hword 4729 .zero 6 .xword .LC1125 .xword .LC1126 .hword 4731 .zero 6 .xword .LC1127 .xword .LC1128 .hword 4732 .zero 6 .xword .LC1129 .xword .LC1130 .hword 4733 .zero 6 .xword .LC1131 .xword .LC1132 .hword 4734 .zero 6 .xword .LC1133 .xword .LC1134 .hword 4735 .zero 6 .xword .LC1135 .xword .LC1135 .hword 4736 .zero 6 .xword .LC1136 .xword .LC1137 .hword 4737 .zero 6 .xword .LC1138 .xword .LC1139 .hword 4738 .zero 6 .xword .LC1140 .xword .LC1141 .hword 4739 .zero 6 .xword .LC1142 .xword .LC1143 .hword 4741 .zero 6 .xword .LC1144 .xword .LC1145 .hword 4742 .zero 6 .xword .LC1146 .xword .LC1147 .hword 4743 .zero 6 .xword .LC1148 .xword .LC1149 .hword 4744 .zero 6 .xword .LC1150 .xword .LC1151 .hword 4745 .zero 6 .xword .LC1152 .xword .LC1153 .hword 4746 .zero 6 .xword .LC1154 .xword .LC1155 .hword 4747 .zero 6 .xword .LC1156 .xword .LC1157 .hword 4748 .zero 6 .xword .LC1158 .xword .LC1159 .hword 4749 .zero 6 .xword .LC1160 .xword .LC1161 .hword 4751 .zero 6 .xword .LC1162 .xword .LC1163 .hword 4752 .zero 6 .xword .LC1164 .xword .LC1165 .hword 4753 .zero 6 .xword .LC1166 .xword .LC1167 .hword 4754 .zero 6 .xword .LC1168 .xword .LC1169 .hword 4755 .zero 6 .xword .LC1170 .xword .LC1171 .hword 4756 .zero 6 .xword .LC1172 .xword .LC1173 .hword 4757 .zero 6 .xword .LC1174 .xword .LC1175 .hword 4758 .zero 6 .xword .LC1176 .xword .LC1177 .hword 4759 .zero 6 .xword .LC1178 .xword .LC1178 .hword 4760 .zero 6 .xword .LC1179 .xword .LC1180 .hword 4761 .zero 6 .xword .LC1181 .xword .LC1182 .hword 4762 .zero 6 .xword .LC1183 .xword .LC1184 .hword 4763 .zero 6 .xword .LC1185 .xword .LC1186 .hword 4765 .zero 6 .xword .LC1187 .xword .LC1188 .hword 4766 .zero 6 .xword .LC1189 .xword .LC1190 .hword 4767 .zero 6 .xword .LC1191 .xword .LC1192 .hword 4768 .zero 6 .xword .LC1193 .xword .LC1194 .hword 4769 .zero 6 .xword .LC1195 .xword .LC1196 .hword 4770 .zero 6 .xword .LC1197 .xword .LC1198 .hword 4771 .zero 6 .xword .LC1199 .xword .LC1200 .hword 4772 .zero 6 .xword .LC1201 .xword .LC1202 .hword 4773 .zero 6 .xword .LC1203 .xword .LC1204 .hword 4774 .zero 6 .xword .LC1205 .xword .LC1206 .hword 4775 .zero 6 .xword .LC1207 .xword .LC1208 .hword 4776 .zero 6 .xword .LC1209 .xword .LC1209 .hword 4777 .zero 6 .xword .LC1210 .xword .LC1211 .hword 4778 .zero 6 .xword .LC1212 .xword .LC1213 .hword 4779 .zero 6 .xword .LC1214 .xword .LC1215 .hword 4780 .zero 6 .xword .LC1216 .xword .LC1217 .hword 4781 .zero 6 .xword .LC1218 .xword .LC1219 .hword 4782 .zero 6 .xword .LC1220 .xword .LC1221 .hword 4783 .zero 6 .xword .LC1222 .xword .LC1223 .hword 4784 .zero 6 .xword .LC1224 .xword .LC1225 .hword 4785 .zero 6 .xword .LC1226 .xword .LC1226 .hword 4786 .zero 6 .xword .LC1227 .xword .LC1228 .hword 4787 .zero 6 .xword .LC601 .xword .LC1229 .hword 4788 .zero 6 .xword .LC1230 .xword .LC1231 .hword 4789 .zero 6 .xword .LC1232 .xword .LC1233 .hword 4791 .zero 6 .xword .LC1234 .xword .LC1234 .hword 4792 .zero 6 .xword .LC1235 .xword .LC1235 .hword 4793 .zero 6 .xword .LC361 .xword .LC362 .hword 4794 .zero 6 .xword .LC1236 .xword .LC1237 .hword 4795 .zero 6 .xword .LC1238 .xword .LC1239 .hword 4796 .zero 6 .xword .LC1240 .xword .LC1241 .hword 4797 .zero 6 .xword .LC1242 .xword .LC1243 .hword 4799 .zero 6 .xword .LC1135 .xword .LC1244 .hword 4800 .zero 6 .xword .LC1245 .xword .LC1245 .hword 4801 .zero 6 .xword .LC1246 .xword .LC1247 .hword 4802 .zero 6 .xword .LC1248 .xword .LC1249 .hword 4803 .zero 6 .xword .LC1250 .xword .LC1251 .hword 4804 .zero 6 .xword .LC1252 .xword .LC1253 .hword 4805 .zero 6 .xword .LC1254 .xword .LC1255 .hword 4806 .zero 6 .xword .LC1256 .xword .LC1257 .hword 4807 .zero 6 .xword .LC1258 .xword .LC1259 .hword 4808 .zero 6 .xword .LC1260 .xword .LC1261 .hword 4809 .zero 6 .xword .LC1262 .xword .LC1263 .hword 4810 .zero 6 .xword .LC1264 .xword .LC1265 .hword 4811 .zero 6 .xword .LC1266 .xword .LC1267 .hword 4812 .zero 6 .xword .LC1268 .xword .LC1269 .hword 4813 .zero 6 .xword .LC1270 .xword .LC1270 .hword 4814 .zero 6 .xword .LC1271 .xword .LC1272 .hword 4815 .zero 6 .xword .LC1273 .xword .LC1274 .hword 4816 .zero 6 .xword .LC1275 .xword .LC1276 .hword 4817 .zero 6 .xword .LC1277 .xword .LC1278 .hword 4819 .zero 6 .xword .LC1279 .xword .LC1280 .hword 4820 .zero 6 .xword .LC1281 .xword .LC1282 .hword 4821 .zero 6 .xword .LC1283 .xword .LC1284 .hword 4822 .zero 6 .xword .LC1285 .xword .LC1286 .hword 4823 .zero 6 .xword .LC1287 .xword .LC1288 .hword 4824 .zero 6 .xword .LC1289 .xword .LC1290 .hword 4825 .zero 6 .xword .LC1291 .xword .LC1292 .hword 4826 .zero 6 .xword .LC1293 .xword .LC1293 .hword 4827 .zero 6 .xword .LC1294 .xword .LC1295 .hword 4828 .zero 6 .xword .LC1296 .xword .LC1297 .hword 4829 .zero 6 .xword .LC1298 .xword .LC1299 .hword 4830 .zero 6 .xword .LC1300 .xword .LC1301 .hword 4831 .zero 6 .xword .LC1302 .xword .LC1303 .hword 4832 .zero 6 .xword .LC1304 .xword .LC1305 .hword 4833 .zero 6 .xword .LC1306 .xword .LC1307 .hword 4834 .zero 6 .xword .LC1308 .xword .LC1309 .hword 4835 .zero 6 .xword .LC1310 .xword .LC1311 .hword 4836 .zero 6 .xword .LC1312 .xword .LC1313 .hword 4838 .zero 6 .xword .LC1314 .xword .LC1315 .hword 4839 .zero 6 .xword .LC1316 .xword .LC1317 .hword 4840 .zero 6 .xword .LC1318 .xword .LC1319 .hword 4841 .zero 6 .xword .LC1320 .xword .LC1320 .hword 4843 .zero 6 .xword .LC1321 .xword .LC1322 .hword 4844 .zero 6 .xword .LC1323 .xword .LC1324 .hword 4845 .zero 6 .xword .LC1325 .xword .LC1326 .hword 4846 .zero 6 .xword .LC1327 .xword .LC1328 .hword 4847 .zero 6 .xword .LC1329 .xword .LC1330 .hword 4848 .zero 6 .xword .LC1331 .xword .LC1331 .hword 4849 .zero 6 .xword .LC1332 .xword .LC1333 .hword 4850 .zero 6 .xword .LC1334 .xword .LC1335 .hword 4852 .zero 6 .xword .LC1336 .xword .LC1336 .hword 4853 .zero 6 .xword .LC705 .xword .LC705 .hword 4855 .zero 6 .xword .LC1337 .xword .LC1337 .hword 4856 .zero 6 .xword .LC1338 .xword .LC1339 .hword 4857 .zero 6 .xword .LC1340 .xword .LC1341 .hword 4859 .zero 6 .xword .LC1342 .xword .LC1343 .hword 4860 .zero 6 .xword .LC1344 .xword .LC1345 .hword 4862 .zero 6 .xword .LC1346 .xword .LC1347 .hword 4867 .zero 6 .xword .LC1348 .xword .LC1349 .hword 4868 .zero 6 .xword .LC9 .xword .LC1350 .hword 4871 .zero 6 .xword .LC1351 .xword .LC1351 .hword 4872 .zero 6 .xword .LC1352 .xword .LC1353 .hword 4874 .zero 6 .xword .LC226 .xword .LC1354 .hword 4875 .zero 6 .xword .LC1355 .xword .LC1356 .hword 4879 .zero 6 .xword .LC9 .xword .LC1357 .hword 4880 .zero 6 .xword .LC9 .xword .LC1358 .hword 4882 .zero 6 .xword .LC1359 .xword .LC1360 .hword 4883 .zero 6 .xword .LC9 .xword .LC1361 .hword 4886 .zero 6 .xword .LC9 .xword .LC1362 .hword 4887 .zero 6 .xword .LC1363 .xword .LC1364 .hword 4888 .zero 6 .xword .LC1365 .xword .LC1366 .hword 4889 .zero 6 .xword .LC1367 .xword .LC1368 .hword 4895 .zero 6 .xword .LC9 .xword .LC1369 .hword 4901 .zero 6 .xword .LC9 .xword .LC1370 .hword 4902 .zero 6 .xword .LC9 .xword .LC1371 .hword 4904 .zero 6 .xword .LC1372 .xword .LC1373 .hword 4913 .zero 6 .xword .LC1374 .xword .LC1375 .hword 4914 .zero 6 .xword .LC1376 .xword .LC457 .hword 4917 .zero 6 .xword .LC1377 .xword .LC1378 .hword 4925 .zero 6 .xword .LC9 .xword .LC1379 .hword 4927 .zero 6 .xword .LC9 .xword .LC1380 .hword 4930 .zero 6 .xword .LC9 .xword .LC1381 .hword 4932 .zero 6 .xword .LC1382 .xword .LC1383 .hword 4935 .zero 6 .xword .LC1384 .xword .LC1385 .hword 4938 .zero 6 .xword .LC266 .xword .LC1386 .hword 4939 .zero 6 .xword .LC9 .xword .LC1387 .hword 4940 .zero 6 .xword .LC9 .xword .LC1388 .hword 4941 .zero 6 .xword .LC1389 .xword .LC1390 .hword 4954 .zero 6 .xword .LC1391 .xword .LC1392 .hword 4955 .zero 6 .xword .LC9 .xword .LC1393 .hword 4956 .zero 6 .xword .LC9 .xword .LC1394 .hword 4957 .zero 6 .xword .LC1395 .xword .LC1396 .hword 4958 .zero 6 .xword .LC1397 .xword .LC1398 .hword 4959 .zero 6 .xword .LC9 .xword .LC1399 .hword 4960 .zero 6 .xword .LC1400 .xword .LC1401 .hword 4961 .zero 6 .xword .LC9 .xword .LC1402 .hword 4963 .zero 6 .xword .LC9 .xword .LC1403 .hword 4965 .zero 6 .xword .LC1404 .xword .LC1405 .hword 4966 .zero 6 .xword .LC1406 .xword .LC1407 .hword 4967 .zero 6 .xword .LC9 .xword .LC1408 .hword 4968 .zero 6 .xword .LC9 .xword .LC1409 .hword 4969 .zero 6 .xword .LC1410 .xword .LC1410 .hword 4971 .zero 6 .xword .LC9 .xword .LC1411 .hword 4972 .zero 6 .xword .LC9 .xword .LC1412 .hword 4981 .zero 6 .xword .LC9 .xword .LC1413 .hword 4986 .zero 6 .xword .LC1414 .xword .LC1415 .hword 4987 .zero 6 .xword .LC9 .xword .LC1416 .hword 4988 .zero 6 .xword .LC9 .xword .LC1417 .hword 4989 .zero 6 .xword .LC9 .xword .LC1418 .hword 4990 .zero 6 .xword .LC1419 .xword .LC1420 .hword 4992 .zero 6 .xword .LC1421 .xword .LC1422 .hword 4993 .zero 6 .xword .LC9 .xword .LC1423 .hword 4994 .zero 6 .xword .LC1424 .xword .LC1425 .hword 4996 .zero 6 .xword .LC9 .xword .LC1426 .hword 4997 .zero 6 .xword .LC1427 .xword .LC1427 .hword 4999 .zero 6 .xword .LC1183 .xword .LC1428 .hword 5000 .zero 6 .xword .LC9 .xword .LC1429 .hword 5001 .zero 6 .xword .LC1430 .xword .LC1431 .hword 5002 .zero 6 .xword .LC13 .xword .LC1432 .hword 5003 .zero 6 .xword .LC9 .xword .LC1433 .hword 5006 .zero 6 .xword .LC9 .xword .LC1434 .hword 5007 .zero 6 .xword .LC9 .xword .LC1435 .hword 5008 .zero 6 .xword .LC1436 .xword .LC1437 .hword 5011 .zero 6 .xword .LC9 .xword .LC1438 .hword 5012 .zero 6 .xword .LC1439 .xword .LC1440 .hword 5013 .zero 6 .xword .LC9 .xword .LC1441 .hword 5014 .zero 6 .xword .LC9 .xword .LC1442 .hword 5015 .zero 6 .xword .LC1443 .xword .LC1444 .hword 5016 .zero 6 .xword .LC9 .xword .LC1445 .hword 5018 .zero 6 .xword .LC9 .xword .LC1446 .hword 5021 .zero 6 .xword .LC9 .xword .LC1447 .hword 5022 .zero 6 .xword .LC9 .xword .LC1448 .hword 5024 .zero 6 .xword .LC9 .xword .LC1449 .hword 5025 .zero 6 .xword .LC9 .xword .LC1450 .hword 5027 .zero 6 .xword .LC1451 .xword .LC1452 .hword 5028 .zero 6 .xword .LC9 .xword .LC1453 .hword 5031 .zero 6 .xword .LC9 .xword .LC1454 .hword 5032 .zero 6 .xword .LC1455 .xword .LC1456 .hword 5033 .zero 6 .xword .LC9 .xword .LC1457 .hword 5034 .zero 6 .xword .LC9 .xword .LC1458 .hword 5039 .zero 6 .xword .LC9 .xword .LC1459 .hword 5041 .zero 6 .xword .LC9 .xword .LC1460 .hword 5044 .zero 6 .xword .LC9 .xword .LC1461 .hword 5045 .zero 6 .xword .LC9 .xword .LC1462 .hword 5046 .zero 6 .xword .LC1463 .xword .LC1464 .hword 5048 .zero 6 .xword .LC9 .xword .LC1465 .hword 5053 .zero 6 .xword .LC1466 .xword .LC1467 .hword 5055 .zero 6 .xword .LC9 .xword .LC1468 .hword 5056 .zero 6 .xword .LC1469 .xword .LC1470 .hword 5057 .zero 6 .xword .LC1471 .xword .LC64 .hword 5058 .zero 6 .xword .LC9 .xword .LC1472 .hword 5059 .zero 6 .xword .LC9 .xword .LC1473 .hword 5063 .zero 6 .xword .LC9 .xword .LC1474 .hword 5068 .zero 6 .xword .LC9 .xword .LC1475 .hword 5071 .zero 6 .xword .LC9 .xword .LC1476 .hword 5072 .zero 6 .xword .LC1477 .xword .LC1478 .hword 5073 .zero 6 .xword .LC1479 .xword .LC1480 .hword 5076 .zero 6 .xword .LC9 .xword .LC1481 .hword 5078 .zero 6 .xword .LC9 .xword .LC1482 .hword 5079 .zero 6 .xword .LC1483 .xword .LC1484 .hword 5080 .zero 6 .xword .LC9 .xword .LC1485 .hword 5081 .zero 6 .xword .LC9 .xword .LC1486 .hword 5084 .zero 6 .xword .LC9 .xword .LC1487 .hword 5086 .zero 6 .xword .LC9 .xword .LC1488 .hword 5087 .zero 6 .xword .LC1489 .xword .LC1490 .hword 5088 .zero 6 .xword .LC1491 .xword .LC1492 .hword 5091 .zero 6 .xword .LC9 .xword .LC1493 .hword 5092 .zero 6 .xword .LC9 .xword .LC1494 .hword 5093 .zero 6 .xword .LC9 .xword .LC1495 .hword 5097 .zero 6 .xword .LC9 .xword .LC1496 .hword 5098 .zero 6 .xword .LC9 .xword .LC1497 .hword 5104 .zero 6 .xword .LC1498 .xword .LC1499 .hword 5105 .zero 6 .xword .LC9 .xword .LC1500 .hword 5108 .zero 6 .xword .LC9 .xword .LC1501 .hword 5110 .zero 6 .xword .LC1502 .xword .LC1503 .hword 5113 .zero 6 .xword .LC9 .xword .LC1504 .hword 5114 .zero 6 .xword .LC1505 .xword .LC1506 .hword 5115 .zero 6 .xword .LC9 .xword .LC1507 .hword 5117 .zero 6 .xword .LC9 .xword .LC1508 .hword 5118 .zero 6 .xword .LC1509 .xword .LC1510 .hword 5119 .zero 6 .xword .LC9 .xword .LC1511 .hword 5120 .zero 6 .xword .LC1512 .xword .LC1513 .hword 5122 .zero 6 .xword .LC1514 .xword .LC1515 .hword 5124 .zero 6 .xword .LC9 .xword .LC1516 .hword 5126 .zero 6 .xword .LC1517 .xword .LC1518 .hword 5127 .zero 6 .xword .LC1519 .xword .LC1520 .hword 5128 .zero 6 .xword .LC9 .xword .LC1521 .hword 5129 .zero 6 .xword .LC1522 .xword .LC1523 .hword 5130 .zero 6 .xword .LC9 .xword .LC1524 .hword 5131 .zero 6 .xword .LC9 .xword .LC1525 .hword 5133 .zero 6 .xword .LC9 .xword .LC1526 .hword 5135 .zero 6 .xword .LC9 .xword .LC1527 .hword 5138 .zero 6 .xword .LC1528 .xword .LC1529 .hword 5139 .zero 6 .xword .LC9 .xword .LC1530 .hword 5141 .zero 6 .xword .LC1531 .xword .LC1532 .hword 5144 .zero 6 .xword .LC1533 .xword .LC1534 .hword 5145 .zero 6 .xword .LC9 .xword .LC1535 .hword 5147 .zero 6 .xword .LC1536 .xword .LC1537 .hword 5150 .zero 6 .xword .LC9 .xword .LC1538 .hword 5151 .zero 6 .xword .LC9 .xword .LC1539 .hword 5152 .zero 6 .xword .LC9 .xword .LC1540 .hword 5157 .zero 6 .xword .LC9 .xword .LC1541 .hword 5160 .zero 6 .xword .LC9 .xword .LC1542 .hword 5161 .zero 6 .xword .LC9 .xword .LC1543 .hword 5162 .zero 6 .xword .LC9 .xword .LC1544 .hword 5163 .zero 6 .xword .LC9 .xword .LC1545 .hword 5164 .zero 6 .xword .LC9 .xword .LC1546 .hword 5165 .zero 6 .xword .LC9 .xword .LC1547 .hword 5168 .zero 6 .xword .LC9 .xword .LC1548 .hword 5171 .zero 6 .xword .LC9 .xword .LC1549 .hword 5173 .zero 6 .xword .LC1550 .xword .LC1551 .hword 5174 .zero 6 .xword .LC9 .xword .LC1552 .hword 5175 .zero 6 .xword .LC9 .xword .LC1553 .hword 5176 .zero 6 .xword .LC9 .xword .LC1554 .hword 5183 .zero 6 .xword .LC9 .xword .LC1555 .hword 5185 .zero 6 .xword .LC9 .xword .LC1556 .hword 5187 .zero 6 .xword .LC1557 .xword .LC1558 .hword 5189 .zero 6 .xword .LC9 .xword .LC1559 .hword 5190 .zero 6 .xword .LC9 .xword .LC1560 .hword 5191 .zero 6 .xword .LC9 .xword .LC1561 .hword 5192 .zero 6 .xword .LC1562 .xword .LC1563 .hword 5194 .zero 6 .xword .LC1564 .xword .LC1565 .hword 5195 .zero 6 .xword .LC1566 .xword .LC1567 .hword 5197 .zero 6 .xword .LC9 .xword .LC1568 .hword 5200 .zero 6 .xword .LC9 .xword .LC1569 .hword 5201 .zero 6 .xword .LC9 .xword .LC1570 .hword 5203 .zero 6 .xword .LC9 .xword .LC1571 .hword 5208 .zero 6 .xword .LC1572 .xword .LC1573 .hword 5212 .zero 6 .xword .LC9 .xword .LC1574 .hword 5215 .zero 6 .xword .LC1575 .xword .LC1576 .hword 5216 .zero 6 .xword .LC9 .xword .LC1577 .hword 5218 .zero 6 .xword .LC1578 .xword .LC1579 .hword 5219 .zero 6 .xword .LC9 .xword .LC1580 .hword 5220 .zero 6 .xword .LC699 .xword .LC1581 .hword 5224 .zero 6 .xword .LC9 .xword .LC1582 .hword 5225 .zero 6 .xword .LC9 .xword .LC1583 .hword 5228 .zero 6 .xword .LC9 .xword .LC1584 .hword 5229 .zero 6 .xword .LC1585 .xword .LC1586 .hword 5230 .zero 6 .xword .LC9 .xword .LC1587 .hword 5233 .zero 6 .xword .LC1588 .xword .LC1589 .hword 5235 .zero 6 .xword .LC9 .xword .LC1590 .hword 5236 .zero 6 .xword .LC9 .xword .LC1591 .hword 5239 .zero 6 .xword .LC9 .xword .LC1592 .hword 5240 .zero 6 .xword .LC9 .xword .LC1593 .hword 5243 .zero 6 .xword .LC9 .xword .LC1594 .hword 5247 .zero 6 .xword .LC9 .xword .LC1595 .hword 5250 .zero 6 .xword .LC9 .xword .LC1596 .hword 5251 .zero 6 .xword .LC9 .xword .LC1597 .hword 5253 .zero 6 .xword .LC1598 .xword .LC1599 .hword 5257 .zero 6 .xword .LC9 .xword .LC1600 .hword 5258 .zero 6 .xword .LC9 .xword .LC1601 .hword 5259 .zero 6 .xword .LC9 .xword .LC1602 .hword 5260 .zero 6 .xword .LC1603 .xword .LC1604 .hword 5261 .zero 6 .xword .LC340 .xword .LC1605 .hword 5262 .zero 6 .xword .LC9 .xword .LC1606 .hword 5263 .zero 6 .xword .LC1607 .xword .LC1608 .hword 5264 .zero 6 .xword .LC9 .xword .LC1609 .hword 5265 .zero 6 .xword .LC1610 .xword .LC1610 .hword 5267 .zero 6 .xword .LC9 .xword .LC1611 .hword 5269 .zero 6 .xword .LC9 .xword .LC1612 .hword 5270 .zero 6 .xword .LC9 .xword .LC1613 .hword 5271 .zero 6 .xword .LC1614 .xword .LC1615 .hword 5272 .zero 6 .xword .LC1616 .xword .LC1617 .hword 5273 .zero 6 .xword .LC9 .xword .LC1618 .hword 5274 .zero 6 .xword .LC1619 .xword .LC1620 .hword 5275 .zero 6 .xword .LC9 .xword .LC1621 .hword 5278 .zero 6 .xword .LC9 .xword .LC1622 .hword 5279 .zero 6 .xword .LC9 .xword .LC1623 .hword 5280 .zero 6 .xword .LC1624 .xword .LC1625 .hword 5282 .zero 6 .xword .LC9 .xword .LC1626 .hword 5284 .zero 6 .xword .LC1627 .xword .LC1628 .hword 5289 .zero 6 .xword .LC1629 .xword .LC1629 .hword 5291 .zero 6 .xword .LC9 .xword .LC1630 .hword 5297 .zero 6 .xword .LC9 .xword .LC1631 .hword 5299 .zero 6 .xword .LC1632 .xword .LC1633 .hword 5300 .zero 6 .xword .LC9 .xword .LC1634 .hword 5301 .zero 6 .xword .LC1635 .xword .LC1636 .hword 5302 .zero 6 .xword .LC9 .xword .LC1637 .hword 5303 .zero 6 .xword .LC1638 .xword .LC1639 .hword 5305 .zero 6 .xword .LC1640 .xword .LC1641 .hword 5306 .zero 6 .xword .LC9 .xword .LC1642 .hword 5307 .zero 6 .xword .LC9 .xword .LC1643 .hword 5310 .zero 6 .xword .LC9 .xword .LC1644 .hword 5312 .zero 6 .xword .LC1645 .xword .LC1646 .hword 5313 .zero 6 .xword .LC9 .xword .LC1647 .hword 5314 .zero 6 .xword .LC9 .xword .LC1648 .hword 5316 .zero 6 .xword .LC9 .xword .LC1649 .hword 5317 .zero 6 .xword .LC1650 .xword .LC1651 .hword 5318 .zero 6 .xword .LC9 .xword .LC1652 .hword 5319 .zero 6 .xword .LC1653 .xword .LC1654 .hword 5320 .zero 6 .xword .LC1655 .xword .LC1656 .hword 5321 .zero 6 .xword .LC9 .xword .LC1657 .hword 5323 .zero 6 .xword .LC9 .xword .LC1658 .hword 5325 .zero 6 .xword .LC1659 .xword .LC1660 .hword 5327 .zero 6 .xword .LC1661 .xword .LC1662 .hword 5332 .zero 6 .xword .LC1663 .xword .LC1664 .hword 5333 .zero 6 .xword .LC9 .xword .LC1665 .hword 5334 .zero 6 .xword .LC9 .xword .LC1666 .hword 5335 .zero 6 .xword .LC9 .xword .LC1667 .hword 5336 .zero 6 .xword .LC9 .xword .LC1668 .hword 5337 .zero 6 .xword .LC9 .xword .LC1669 .hword 5339 .zero 6 .xword .LC1670 .xword .LC1671 .hword 5340 .zero 6 .xword .LC1672 .xword .LC1673 .hword 5341 .zero 6 .xword .LC9 .xword .LC1674 .hword 5342 .zero 6 .xword .LC9 .xword .LC1675 .hword 5347 .zero 6 .xword .LC9 .xword .LC1676 .hword 5348 .zero 6 .xword .LC1677 .xword .LC1678 .hword 5354 .zero 6 .xword .LC1679 .xword .LC1680 .hword 5355 .zero 6 .xword .LC9 .xword .LC150 .hword 5356 .zero 6 .xword .LC9 .xword .LC1681 .hword 5357 .zero 6 .xword .LC9 .xword .LC1682 .hword 5359 .zero 6 .xword .LC9 .xword .LC1683 .hword 5361 .zero 6 .xword .LC1684 .xword .LC1684 .hword 5362 .zero 6 .xword .LC1685 .xword .LC1686 .hword 5364 .zero 6 .xword .LC9 .xword .LC1687 .hword 5365 .zero 6 .xword .LC1688 .xword .LC1689 .hword 5366 .zero 6 .xword .LC9 .xword .LC1690 .hword 5367 .zero 6 .xword .LC9 .xword .LC1691 .hword 5368 .zero 6 .xword .LC9 .xword .LC1692 .hword 5369 .zero 6 .xword .LC9 .xword .LC1693 .hword 5371 .zero 6 .xword .LC9 .xword .LC1694 .hword 5372 .zero 6 .xword .LC9 .xword .LC1695 .hword 5373 .zero 6 .xword .LC1696 .xword .LC1697 .hword 5374 .zero 6 .xword .LC9 .xword .LC1698 .hword 5375 .zero 6 .xword .LC9 .xword .LC1699 .hword 5377 .zero 6 .xword .LC9 .xword .LC1700 .hword 5378 .zero 6 .xword .LC9 .xword .LC1701 .hword 5379 .zero 6 .xword .LC9 .xword .LC1702 .hword 5380 .zero 6 .xword .LC9 .xword .LC1703 .hword 5382 .zero 6 .xword .LC9 .xword .LC1704 .hword 5383 .zero 6 .xword .LC1705 .xword .LC1706 .hword 5385 .zero 6 .xword .LC1707 .xword .LC1708 .hword 5387 .zero 6 .xword .LC9 .xword .LC1709 .hword 5388 .zero 6 .xword .LC9 .xword .LC1710 .hword 5389 .zero 6 .xword .LC9 .xword .LC1711 .hword 5390 .zero 6 .xword .LC9 .xword .LC1712 .hword 5391 .zero 6 .xword .LC9 .xword .LC1713 .hword 5392 .zero 6 .xword .LC9 .xword .LC1714 .hword 5393 .zero 6 .xword .LC9 .xword .LC1715 .hword 5394 .zero 6 .xword .LC1716 .xword .LC1717 .hword 5395 .zero 6 .xword .LC9 .xword .LC1718 .hword 5396 .zero 6 .xword .LC9 .xword .LC1719 .hword 5397 .zero 6 .xword .LC9 .xword .LC1720 .hword 5398 .zero 6 .xword .LC9 .xword .LC1721 .hword 5399 .zero 6 .xword .LC9 .xword .LC1722 .hword 5400 .zero 6 .xword .LC9 .xword .LC1723 .hword 5401 .zero 6 .xword .LC9 .xword .LC1724 .hword 5402 .zero 6 .xword .LC1725 .xword .LC1726 .hword 5403 .zero 6 .xword .LC1727 .xword .LC1728 .hword 5404 .zero 6 .xword .LC9 .xword .LC1729 .hword 5405 .zero 6 .xword .LC9 .xword .LC1730 .hword 5406 .zero 6 .xword .LC9 .xword .LC1731 .hword 5407 .zero 6 .xword .LC9 .xword .LC1732 .hword 5408 .zero 6 .xword .LC9 .xword .LC1733 .hword 5409 .zero 6 .xword .LC9 .xword .LC1734 .hword 5410 .zero 6 .xword .LC1735 .xword .LC1736 .hword 5411 .zero 6 .xword .LC9 .xword .LC1737 .hword 5412 .zero 6 .xword .LC1738 .xword .LC1739 .hword 5413 .zero 6 .xword .LC9 .xword .LC1740 .hword 5414 .zero 6 .xword .LC9 .xword .LC1741 .hword 5415 .zero 6 .xword .LC9 .xword .LC1742 .hword 5416 .zero 6 .xword .LC9 .xword .LC1743 .hword 5417 .zero 6 .xword .LC9 .xword .LC1744 .hword 5418 .zero 6 .xword .LC9 .xword .LC1745 .hword 5419 .zero 6 .xword .LC9 .xword .LC1746 .hword 5420 .zero 6 .xword .LC9 .xword .LC1747 .hword 5421 .zero 6 .xword .LC9 .xword .LC1748 .hword 5422 .zero 6 .xword .LC9 .xword .LC1749 .hword 5423 .zero 6 .xword .LC9 .xword .LC1750 .hword 5426 .zero 6 .xword .LC1751 .xword .LC1752 .hword 5427 .zero 6 .xword .LC9 .xword .LC1753 .hword 5428 .zero 6 .xword .LC9 .xword .LC1754 .hword 5429 .zero 6 .xword .LC9 .xword .LC1755 .hword 5431 .zero 6 .xword .LC9 .xword .LC1756 .hword 5432 .zero 6 .xword .LC1757 .xword .LC1758 .hword 5433 .zero 6 .xword .LC9 .xword .LC1759 .hword 5434 .zero 6 .xword .LC9 .xword .LC1760 .hword 5435 .zero 6 .xword .LC1761 .xword .LC1762 .hword 5436 .zero 6 .xword .LC9 .xword .LC1763 .hword 5437 .zero 6 .xword .LC9 .xword .LC1764 .hword 5438 .zero 6 .xword .LC1765 .xword .LC1766 .hword 5439 .zero 6 .xword .LC1767 .xword .LC1768 .hword 5440 .zero 6 .xword .LC9 .xword .LC1769 .hword 5441 .zero 6 .xword .LC9 .xword .LC1770 .hword 5442 .zero 6 .xword .LC9 .xword .LC1771 .hword 5443 .zero 6 .xword .LC9 .xword .LC1772 .hword 5444 .zero 6 .xword .LC1773 .xword .LC1774 .hword 5445 .zero 6 .xword .LC1775 .xword .LC1776 .hword 5446 .zero 6 .xword .LC9 .xword .LC1777 .hword 5447 .zero 6 .xword .LC9 .xword .LC1778 .hword 5448 .zero 6 .xword .LC9 .xword .LC1779 .hword 5449 .zero 6 .xword .LC1780 .xword .LC1781 .hword 5450 .zero 6 .xword .LC9 .xword .LC1782 .hword 5451 .zero 6 .xword .LC9 .xword .LC1783 .hword 5452 .zero 6 .xword .LC9 .xword .LC1784 .hword 5453 .zero 6 .xword .LC9 .xword .LC1785 .hword 5454 .zero 6 .xword .LC9 .xword .LC1786 .hword 5455 .zero 6 .xword .LC9 .xword .LC1787 .hword 5456 .zero 6 .xword .LC9 .xword .LC1788 .hword 5457 .zero 6 .xword .LC9 .xword .LC1789 .hword 5459 .zero 6 .xword .LC9 .xword .LC1790 .hword 5460 .zero 6 .xword .LC1791 .xword .LC1792 .hword 5461 .zero 6 .xword .LC1793 .xword .LC1794 .hword 5462 .zero 6 .xword .LC9 .xword .LC1795 .hword 5463 .zero 6 .xword .LC9 .xword .LC1796 .hword 5464 .zero 6 .xword .LC1797 .xword .LC1798 .hword 5465 .zero 6 .xword .LC9 .xword .LC1799 .hword 5466 .zero 6 .xword .LC9 .xword .LC1800 .hword 5467 .zero 6 .xword .LC9 .xword .LC1801 .hword 5468 .zero 6 .xword .LC9 .xword .LC1802 .hword 5469 .zero 6 .xword .LC9 .xword .LC1803 .hword 5470 .zero 6 .xword .LC1804 .xword .LC1805 .hword 5471 .zero 6 .xword .LC9 .xword .LC1806 .hword 5472 .zero 6 .xword .LC9 .xword .LC1807 .hword 5473 .zero 6 .xword .LC9 .xword .LC1808 .hword 5474 .zero 6 .xword .LC9 .xword .LC1809 .hword 5475 .zero 6 .xword .LC9 .xword .LC1810 .hword 5476 .zero 6 .xword .LC9 .xword .LC1811 .hword 5477 .zero 6 .xword .LC1812 .xword .LC1813 .hword 5478 .zero 6 .xword .LC9 .xword .LC1814 .hword 5479 .zero 6 .xword .LC9 .xword .LC1815 .hword 5480 .zero 6 .xword .LC9 .xword .LC1816 .hword 5481 .zero 6 .xword .LC1817 .xword .LC1818 .hword 5482 .zero 6 .xword .LC1819 .xword .LC1820 .hword 5483 .zero 6 .xword .LC9 .xword .LC1821 .hword 5484 .zero 6 .xword .LC9 .xword .LC1822 .hword 5485 .zero 6 .xword .LC9 .xword .LC1823 .hword 5486 .zero 6 .xword .LC9 .xword .LC1824 .hword 5487 .zero 6 .xword .LC9 .xword .LC1825 .hword 5488 .zero 6 .xword .LC9 .xword .LC1826 .hword 5489 .zero 6 .xword .LC9 .xword .LC1827 .hword 5490 .zero 6 .xword .LC9 .xword .LC1828 .hword 5491 .zero 6 .xword .LC9 .xword .LC1829 .hword 5492 .zero 6 .xword .LC9 .xword .LC1830 .hword 5493 .zero 6 .xword .LC9 .xword .LC1831 .hword 5494 .zero 6 .xword .LC1832 .xword .LC1833 .hword 5496 .zero 6 .xword .LC9 .xword .LC1834 .hword 5497 .zero 6 .xword .LC9 .xword .LC1835 .hword 5498 .zero 6 .xword .LC9 .xword .LC1836 .hword 5499 .zero 6 .xword .LC9 .xword .LC1837 .hword 5500 .zero 6 .xword .LC1838 .xword .LC1839 .hword 5501 .zero 6 .xword .LC9 .xword .LC1840 .hword 5502 .zero 6 .xword .LC9 .xword .LC1841 .hword 5503 .zero 6 .xword .LC9 .xword .LC1842 .hword 5504 .zero 6 .xword .LC9 .xword .LC1843 .hword 5505 .zero 6 .xword .LC9 .xword .LC1844 .hword 5506 .zero 6 .xword .LC9 .xword .LC1845 .hword 5507 .zero 6 .xword .LC9 .xword .LC1846 .hword 5508 .zero 6 .xword .LC1847 .xword .LC1624 .hword 5509 .zero 6 .xword .LC9 .xword .LC1848 .hword 5510 .zero 6 .xword .LC9 .xword .LC1849 .hword 5511 .zero 6 .xword .LC9 .xword .LC1850 .hword 5512 .zero 6 .xword .LC1851 .xword .LC1852 .hword 5513 .zero 6 .xword .LC9 .xword .LC1853 .hword 5514 .zero 6 .xword .LC9 .xword .LC1854 .hword 5515 .zero 6 .xword .LC1855 .xword .LC1856 .hword 5516 .zero 6 .xword .LC9 .xword .LC1857 .hword 5517 .zero 6 .xword .LC9 .xword .LC1858 .hword 5518 .zero 6 .xword .LC9 .xword .LC1859 .hword 5519 .zero 6 .xword .LC9 .xword .LC1860 .hword 5520 .zero 6 .xword .LC9 .xword .LC1861 .hword 5521 .zero 6 .xword .LC9 .xword .LC1862 .hword 5522 .zero 6 .xword .LC1863 .xword .LC1864 .hword 5523 .zero 6 .xword .LC9 .xword .LC1865 .hword 5524 .zero 6 .xword .LC9 .xword .LC1866 .hword 5525 .zero 6 .xword .LC9 .xword .LC1867 .hword 5526 .zero 6 .xword .LC9 .xword .LC1868 .hword 5527 .zero 6 .xword .LC9 .xword .LC1869 .hword 5528 .zero 6 .xword .LC9 .xword .LC1870 .hword 5529 .zero 6 .xword .LC9 .xword .LC1871 .hword 5530 .zero 6 .xword .LC9 .xword .LC1872 .hword 5531 .zero 6 .xword .LC9 .xword .LC1873 .hword 5532 .zero 6 .xword .LC9 .xword .LC1874 .hword 5533 .zero 6 .xword .LC9 .xword .LC1875 .hword 5534 .zero 6 .xword .LC9 .xword .LC1876 .hword 5535 .zero 6 .xword .LC9 .xword .LC1877 .hword 5536 .zero 6 .xword .LC9 .xword .LC1878 .hword 5537 .zero 6 .xword .LC9 .xword .LC1879 .hword 5538 .zero 6 .xword .LC9 .xword .LC1880 .hword 5539 .zero 6 .xword .LC9 .xword .LC1881 .hword 5540 .zero 6 .xword .LC1882 .xword .LC1883 .hword 5541 .zero 6 .xword .LC9 .xword .LC1884 .hword 5542 .zero 6 .xword .LC9 .xword .LC1885 .hword 5543 .zero 6 .xword .LC9 .xword .LC1886 .hword 5544 .zero 6 .xword .LC9 .xword .LC1887 .hword 5546 .zero 6 .xword .LC9 .xword .LC1888 .hword 5547 .zero 6 .xword .LC9 .xword .LC1889 .hword 5548 .zero 6 .xword .LC9 .xword .LC1890 .hword 5549 .zero 6 .xword .LC1891 .xword .LC1892 .hword 5550 .zero 6 .xword .LC9 .xword .LC1893 .hword 5552 .zero 6 .xword .LC9 .xword .LC1894 .hword 5553 .zero 6 .xword .LC9 .xword .LC1895 .hword 5554 .zero 6 .xword .LC9 .xword .LC1896 .hword 5555 .zero 6 .xword .LC9 .xword .LC1897 .hword 5556 .zero 6 .xword .LC9 .xword .LC1898 .hword 5557 .zero 6 .xword .LC9 .xword .LC1899 .hword 5558 .zero 6 .xword .LC9 .xword .LC1900 .hword 5559 .zero 6 .xword .LC9 .xword .LC1901 .hword 5560 .zero 6 .xword .LC9 .xword .LC1902 .hword 5561 .zero 6 .xword .LC9 .xword .LC1903 .hword 5562 .zero 6 .xword .LC9 .xword .LC1904 .hword 5563 .zero 6 .xword .LC9 .xword .LC1905 .hword 5564 .zero 6 .xword .LC1906 .xword .LC1907 .hword 5565 .zero 6 .xword .LC9 .xword .LC237 .hword 5566 .zero 6 .xword .LC9 .xword .LC1908 .hword 5567 .zero 6 .xword .LC9 .xword .LC1909 .hword 5568 .zero 6 .xword .LC1910 .xword .LC1911 .hword 5569 .zero 6 .xword .LC9 .xword .LC1912 .hword 5570 .zero 6 .xword .LC9 .xword .LC1913 .hword 5571 .zero 6 .xword .LC9 .xword .LC1914 .hword 5572 .zero 6 .xword .LC9 .xword .LC1915 .hword 5573 .zero 6 .xword .LC9 .xword .LC1916 .hword 5574 .zero 6 .xword .LC9 .xword .LC1917 .hword 5575 .zero 6 .xword .LC9 .xword .LC1918 .hword 5576 .zero 6 .xword .LC9 .xword .LC1919 .hword 5577 .zero 6 .xword .LC9 .xword .LC1920 .hword 5578 .zero 6 .xword .LC9 .xword .LC1921 .hword 5579 .zero 6 .xword .LC9 .xword .LC1922 .hword 5580 .zero 6 .xword .LC9 .xword .LC1923 .hword 5581 .zero 6 .xword .LC9 .xword .LC1924 .hword 5582 .zero 6 .xword .LC9 .xword .LC1925 .hword 5583 .zero 6 .xword .LC9 .xword .LC1926 .hword 5585 .zero 6 .xword .LC1927 .xword .LC1928 .hword 5586 .zero 6 .xword .LC9 .xword .LC1929 .hword 5587 .zero 6 .xword .LC9 .xword .LC1930 .hword 5588 .zero 6 .xword .LC9 .xword .LC1931 .hword 5589 .zero 6 .xword .LC9 .xword .LC1932 .hword 5590 .zero 6 .xword .LC9 .xword .LC1933 .hword 5591 .zero 6 .xword .LC9 .xword .LC1934 .hword 5592 .zero 6 .xword .LC9 .xword .LC1935 .hword 5593 .zero 6 .xword .LC1936 .xword .LC1937 .hword 5594 .zero 6 .xword .LC9 .xword .LC1938 .hword 5595 .zero 6 .xword .LC9 .xword .LC1939 .hword 5596 .zero 6 .xword .LC1940 .xword .LC1941 .hword 5597 .zero 6 .xword .LC13 .xword .LC1942 .hword 5598 .zero 6 .xword .LC9 .xword .LC1943 .hword 5600 .zero 6 .xword .LC9 .xword .LC1944 .hword 5601 .zero 6 .xword .LC1945 .xword .LC1946 .hword 5602 .zero 6 .xword .LC9 .xword .LC1947 .hword 5603 .zero 6 .xword .LC9 .xword .LC1948 .hword 5604 .zero 6 .xword .LC9 .xword .LC1949 .hword 5605 .zero 6 .xword .LC9 .xword .LC1950 .hword 5606 .zero 6 .xword .LC9 .xword .LC1951 .hword 5607 .zero 6 .xword .LC9 .xword .LC1952 .hword 5608 .zero 6 .xword .LC1953 .xword .LC1954 .hword 5609 .zero 6 .xword .LC9 .xword .LC1955 .hword 5610 .zero 6 .xword .LC9 .xword .LC1956 .hword 5611 .zero 6 .xword .LC9 .xword .LC1957 .hword 5612 .zero 6 .xword .LC9 .xword .LC1958 .hword 5613 .zero 6 .xword .LC9 .xword .LC1959 .hword 5614 .zero 6 .xword .LC9 .xword .LC1960 .hword 5615 .zero 6 .xword .LC9 .xword .LC1961 .hword 5616 .zero 6 .xword .LC9 .xword .LC1962 .hword 5617 .zero 6 .xword .LC9 .xword .LC1963 .hword 5618 .zero 6 .xword .LC1964 .xword .LC1965 .hword 5619 .zero 6 .xword .LC9 .xword .LC1966 .hword 5620 .zero 6 .xword .LC9 .xword .LC1967 .hword 5621 .zero 6 .xword .LC9 .xword .LC1968 .hword 5622 .zero 6 .xword .LC9 .xword .LC1969 .hword 5623 .zero 6 .xword .LC9 .xword .LC1970 .hword 5624 .zero 6 .xword .LC9 .xword .LC1971 .hword 5625 .zero 6 .xword .LC9 .xword .LC1972 .hword 5626 .zero 6 .xword .LC1973 .xword .LC1974 .hword 5627 .zero 6 .xword .LC9 .xword .LC1975 .hword 5628 .zero 6 .xword .LC9 .xword .LC1976 .hword 5629 .zero 6 .xword .LC9 .xword .LC1977 .hword 5630 .zero 6 .xword .LC9 .xword .LC1978 .hword 5631 .zero 6 .xword .LC9 .xword .LC1979 .hword 5632 .zero 6 .xword .LC9 .xword .LC1980 .hword 5633 .zero 6 .xword .LC9 .xword .LC1981 .hword 5634 .zero 6 .xword .LC9 .xword .LC1982 .hword 5635 .zero 6 .xword .LC9 .xword .LC1983 .hword 5636 .zero 6 .xword .LC9 .xword .LC1984 .hword 5637 .zero 6 .xword .LC9 .xword .LC1985 .hword 5638 .zero 6 .xword .LC9 .xword .LC1986 .hword 5639 .zero 6 .xword .LC9 .xword .LC1987 .hword 5640 .zero 6 .xword .LC1988 .xword .LC1989 .hword 5641 .zero 6 .xword .LC9 .xword .LC1990 .hword 5642 .zero 6 .xword .LC9 .xword .LC1991 .hword 5643 .zero 6 .xword .LC9 .xword .LC1992 .hword 5644 .zero 6 .xword .LC9 .xword .LC1993 .hword 5645 .zero 6 .xword .LC9 .xword .LC1994 .hword 5646 .zero 6 .xword .LC9 .xword .LC1995 .hword 5647 .zero 6 .xword .LC9 .xword .LC1996 .hword 5648 .zero 6 .xword .LC9 .xword .LC1997 .hword 5649 .zero 6 .xword .LC9 .xword .LC1998 .hword 5650 .zero 6 .xword .LC9 .xword .LC1999 .hword 5651 .zero 6 .xword .LC9 .xword .LC2000 .hword 5652 .zero 6 .xword .LC9 .xword .LC2001 .hword 5653 .zero 6 .xword .LC9 .xword .LC2002 .hword 5654 .zero 6 .xword .LC9 .xword .LC2003 .hword 5655 .zero 6 .xword .LC9 .xword .LC2004 .hword 5656 .zero 6 .xword .LC9 .xword .LC2005 .hword 5657 .zero 6 .xword .LC2006 .xword .LC2007 .hword 5659 .zero 6 .xword .LC9 .xword .LC2008 .hword 5660 .zero 6 .xword .LC9 .xword .LC2009 .hword 5661 .zero 6 .xword .LC9 .xword .LC2010 .hword 5662 .zero 6 .xword .LC9 .xword .LC2011 .hword 5663 .zero 6 .xword .LC2012 .xword .LC2013 .hword 5664 .zero 6 .xword .LC9 .xword .LC2014 .hword 5665 .zero 6 .xword .LC9 .xword .LC2015 .hword 5666 .zero 6 .xword .LC2016 .xword .LC2017 .hword 5667 .zero 6 .xword .LC9 .xword .LC2018 .hword 5668 .zero 6 .xword .LC9 .xword .LC2019 .hword 5669 .zero 6 .xword .LC9 .xword .LC2020 .hword 5670 .zero 6 .xword .LC9 .xword .LC2021 .hword 5671 .zero 6 .xword .LC9 .xword .LC2022 .hword 5673 .zero 6 .xword .LC9 .xword .LC2023 .hword 5674 .zero 6 .xword .LC9 .xword .LC2024 .hword 5675 .zero 6 .xword .LC9 .xword .LC2025 .hword 5676 .zero 6 .xword .LC9 .xword .LC2026 .hword 5677 .zero 6 .xword .LC9 .xword .LC2027 .hword 5678 .zero 6 .xword .LC9 .xword .LC2028 .hword 5679 .zero 6 .xword .LC9 .xword .LC2029 .hword 5680 .zero 6 .xword .LC9 .xword .LC2030 .hword 5681 .zero 6 .xword .LC9 .xword .LC2031 .hword 5682 .zero 6 .xword .LC9 .xword .LC2032 .hword 5683 .zero 6 .xword .LC9 .xword .LC2033 .hword 5684 .zero 6 .xword .LC9 .xword .LC2034 .hword 5685 .zero 6 .xword .LC9 .xword .LC2035 .hword 5686 .zero 6 .xword .LC9 .xword .LC2036 .hword 5687 .zero 6 .xword .LC9 .xword .LC2037 .hword 5688 .zero 6 .xword .LC2038 .xword .LC2039 .hword 5690 .zero 6 .xword .LC9 .xword .LC2040 .hword 5691 .zero 6 .xword .LC9 .xword .LC2041 .hword 5692 .zero 6 .xword .LC9 .xword .LC2042 .hword 5693 .zero 6 .xword .LC9 .xword .LC2043 .hword 5694 .zero 6 .xword .LC2044 .xword .LC2045 .hword 5695 .zero 6 .xword .LC9 .xword .LC2046 .hword 5696 .zero 6 .xword .LC9 .xword .LC2047 .hword 5697 .zero 6 .xword .LC9 .xword .LC2048 .hword 5698 .zero 6 .xword .LC9 .xword .LC2049 .hword 5699 .zero 6 .xword .LC9 .xword .LC2050 .hword 5700 .zero 6 .xword .LC9 .xword .LC2051 .hword 5701 .zero 6 .xword .LC9 .xword .LC2052 .hword 5702 .zero 6 .xword .LC9 .xword .LC2053 .hword 5703 .zero 6 .xword .LC9 .xword .LC2054 .hword 5704 .zero 6 .xword .LC9 .xword .LC2055 .hword 5705 .zero 6 .xword .LC9 .xword .LC2056 .hword 5706 .zero 6 .xword .LC9 .xword .LC2057 .hword 5708 .zero 6 .xword .LC9 .xword .LC2058 .hword 5709 .zero 6 .xword .LC9 .xword .LC2059 .hword 5710 .zero 6 .xword .LC9 .xword .LC2060 .hword 5711 .zero 6 .xword .LC2061 .xword .LC2062 .hword 5712 .zero 6 .xword .LC9 .xword .LC2063 .hword 5713 .zero 6 .xword .LC9 .xword .LC2064 .hword 5714 .zero 6 .xword .LC9 .xword .LC2065 .hword 5715 .zero 6 .xword .LC2066 .xword .LC2067 .hword 5716 .zero 6 .xword .LC9 .xword .LC2068 .hword 5717 .zero 6 .xword .LC9 .xword .LC2069 .hword 5718 .zero 6 .xword .LC9 .xword .LC2070 .hword 5719 .zero 6 .xword .LC9 .xword .LC2071 .hword 5720 .zero 6 .xword .LC2072 .xword .LC2073 .hword 5721 .zero 6 .xword .LC9 .xword .LC2074 .hword 5722 .zero 6 .xword .LC9 .xword .LC2075 .hword 5723 .zero 6 .xword .LC9 .xword .LC2076 .hword 5724 .zero 6 .xword .LC9 .xword .LC2077 .hword 5725 .zero 6 .xword .LC2078 .xword .LC2079 .hword 5726 .zero 6 .xword .LC9 .xword .LC2080 .hword 5727 .zero 6 .xword .LC2081 .xword .LC2082 .hword 5728 .zero 6 .xword .LC2083 .xword .LC2084 .hword 5729 .zero 6 .xword .LC9 .xword .LC2085 .hword 5730 .zero 6 .xword .LC9 .xword .LC2086 .hword 5731 .zero 6 .xword .LC9 .xword .LC2087 .hword 5732 .zero 6 .xword .LC9 .xword .LC2088 .hword 5733 .zero 6 .xword .LC9 .xword .LC2089 .hword 5734 .zero 6 .xword .LC9 .xword .LC2090 .hword 5735 .zero 6 .xword .LC9 .xword .LC2091 .hword 5736 .zero 6 .xword .LC2092 .xword .LC2093 .hword 5738 .zero 6 .xword .LC9 .xword .LC2094 .hword 5739 .zero 6 .xword .LC9 .xword .LC2095 .hword 5740 .zero 6 .xword .LC9 .xword .LC2096 .hword 5741 .zero 6 .xword .LC9 .xword .LC2097 .hword 5742 .zero 6 .xword .LC9 .xword .LC2098 .hword 5743 .zero 6 .xword .LC9 .xword .LC2099 .hword 5744 .zero 6 .xword .LC9 .xword .LC2100 .hword 5745 .zero 6 .xword .LC9 .xword .LC2101 .hword 5746 .zero 6 .xword .LC9 .xword .LC2102 .hword 5747 .zero 6 .xword .LC9 .xword .LC2103 .hword 5749 .zero 6 .xword .LC9 .xword .LC2104 .hword 5750 .zero 6 .xword .LC258 .xword .LC2105 .hword 5751 .zero 6 .xword .LC9 .xword .LC2106 .hword 5752 .zero 6 .xword .LC9 .xword .LC2107 .hword 5753 .zero 6 .xword .LC9 .xword .LC2108 .hword 5759 .zero 6 .xword .LC2109 .xword .LC2110 .hword 5760 .zero 6 .xword .LC2111 .xword .LC2112 .hword 5761 .zero 6 .xword .LC2113 .xword .LC2113 .hword 5762 .zero 6 .xword .LC2114 .xword .LC2115 .hword 5768 .zero 6 .xword .LC2116 .xword .LC2117 .hword 5770 .zero 6 .xword .LC2118 .xword .LC2119 .hword 5771 .zero 6 .xword .LC9 .xword .LC2120 .hword 5772 .zero 6 .xword .LC2121 .xword .LC2122 .hword 5773 .zero 6 .xword .LC2123 .xword .LC2124 .hword 5774 .zero 6 .xword .LC2125 .xword .LC2126 .hword 5775 .zero 6 .xword .LC2127 .xword .LC2128 .hword 5776 .zero 6 .xword .LC2129 .xword .LC2130 .hword 5779 .zero 6 .xword .LC2131 .xword .LC2131 .hword 5781 .zero 6 .xword .LC2132 .xword .LC2133 .hword 5806 .zero 6 .xword .LC2134 .xword .LC2135 .hword 5811 .zero 6 .xword .LC9 .xword .LC2136 .hword 5816 .zero 6 .xword .LC2137 .xword .LC2138 .hword 5834 .zero 6 .xword .LC2139 .xword .LC2140 .hword 5835 .zero 6 .xword .LC2141 .xword .LC2142 .hword 5836 .zero 6 .xword .LC2143 .xword .LC2144 .hword 5840 .zero 6 .xword .LC9 .xword .LC2145 .hword 5856 .zero 6 .xword .LC2146 .xword .LC2147 .hword 5861 .zero 6 .xword .LC9 .xword .LC2148 .hword 5868 .zero 6 .xword .LC2149 .xword .LC2150 .hword 5872 .zero 6 .xword .LC9 .xword .LC2151 .hword 5873 .zero 6 .xword .LC2152 .xword .LC2153 .hword 5875 .zero 6 .xword .LC2154 .xword .LC2155 .hword 5878 .zero 6 .xword .LC2156 .xword .LC2157 .hword 5888 .zero 6 .xword .LC2158 .xword .LC2159 .hword 5889 .zero 6 .xword .LC9 .xword .LC2160 .hword 5890 .zero 6 .xword .LC2161 .xword .LC2162 .hword 5891 .zero 6 .xword .LC2163 .xword .LC2164 .hword 5892 .zero 6 .xword .LC2165 .xword .LC2166 .hword 5893 .zero 6 .xword .LC2167 .xword .LC2167 .hword 5894 .zero 6 .xword .LC2168 .xword .LC2169 .hword 5895 .zero 6 .xword .LC2170 .xword .LC2171 .hword 5896 .zero 6 .xword .LC2172 .xword .LC2173 .hword 5897 .zero 6 .xword .LC2174 .xword .LC2175 .hword 5898 .zero 6 .xword .LC2176 .xword .LC2177 .hword 5899 .zero 6 .xword .LC2178 .xword .LC2179 .hword 5900 .zero 6 .xword .LC2180 .xword .LC2181 .hword 5901 .zero 6 .xword .LC2182 .xword .LC2183 .hword 5902 .zero 6 .xword .LC2184 .xword .LC2185 .hword 5903 .zero 6 .xword .LC2186 .xword .LC2187 .hword 5904 .zero 6 .xword .LC2188 .xword .LC2189 .hword 5905 .zero 6 .xword .LC2190 .xword .LC2191 .hword 5906 .zero 6 .xword .LC2192 .xword .LC2193 .hword 5907 .zero 6 .xword .LC2194 .xword .LC2195 .hword 5925 .zero 6 .xword .LC106 .xword .LC107 .hword 5940 .zero 6 .xword .LC2196 .xword .LC2197 .hword 5943 .zero 6 .xword .LC2198 .xword .LC2198 .hword 5947 .zero 6 .xword .LC2199 .xword .LC2200 .hword 5955 .zero 6 .xword .LC2201 .xword .LC2202 .hword 5963 .zero 6 .xword .LC2203 .xword .LC2204 .hword 5970 .zero 6 .xword .LC2205 .xword .LC2206 .hword 5971 .zero 6 .xword .LC2207 .xword .LC2208 .hword 5973 .zero 6 .xword .LC2209 .xword .LC2210 .hword 5994 .zero 6 .xword .LC2211 .xword .LC2212 .hword 6005 .zero 6 .xword .LC13 .xword .LC2213 .hword 6025 .zero 6 .xword .LC2214 .xword .LC2215 .hword 6035 .zero 6 .xword .LC2216 .xword .LC2217 .hword 6049 .zero 6 .xword .LC2218 .xword .LC2219 .hword 6055 .zero 6 .xword .LC2220 .xword .LC2221 .hword 6058 .zero 6 .xword .LC2222 .xword .LC2223 .hword 6059 .zero 6 .xword .LC2224 .xword .LC2225 .hword 6063 .zero 6 .xword .LC2226 .xword .LC2227 .hword 6078 .zero 6 .xword .LC2228 .xword .LC2229 .hword 6080 .zero 6 .xword .LC2230 .xword .LC2231 .hword 6084 .zero 6 .xword .LC9 .xword .LC2232 .hword 6092 .zero 6 .xword .LC2233 .xword .LC2233 .hword 6093 .zero 6 .xword .LC2234 .xword .LC2235 .hword 6101 .zero 6 .xword .LC2236 .xword .LC2237 .hword 6107 .zero 6 .xword .LC2238 .xword .LC2239 .hword 6121 .zero 6 .xword .LC9 .xword .LC2240 .hword 6126 .zero 6 .xword .LC2241 .xword .LC2242 .hword 6131 .zero 6 .xword .LC2243 .xword .LC2244 .hword 6142 .zero 6 .xword .LC2245 .xword .LC2245 .hword 6163 .zero 6 .xword .LC2246 .xword .LC2247 .hword 6164 .zero 6 .xword .LC2248 .xword .LC2249 .hword 6165 .zero 6 .xword .LC2250 .xword .LC2251 .hword 6176 .zero 6 .xword .LC2252 .xword .LC2253 .hword 6180 .zero 6 .xword .LC2254 .xword .LC2254 .hword 6209 .zero 6 .xword .LC2255 .xword .LC2256 .hword 6240 .zero 6 .xword .LC2257 .xword .LC2258 .hword 6252 .zero 6 .xword .LC2259 .xword .LC2260 .hword 6279 .zero 6 .xword .LC2261 .xword .LC2262 .hword 6280 .zero 6 .xword .LC9 .xword .LC2263 .hword 6285 .zero 6 .xword .LC2264 .xword .LC2265 .hword 6288 .zero 6 .xword .LC9 .xword .LC2266 .hword 6332 .zero 6 .xword .LC9 .xword .LC2267 .hword 6345 .zero 6 .xword .LC2268 .xword .LC2269 .hword 6346 .zero 6 .xword .LC2270 .xword .LC2271 .hword 6385 .zero 6 .xword .LC2272 .xword .LC2273 .hword 6388 .zero 6 .xword .LC2274 .xword .LC2275 .hword 6391 .zero 6 .xword .LC2276 .xword .LC2277 .hword 6395 .zero 6 .xword .LC9 .xword .LC2278 .hword 6404 .zero 6 .xword .LC2279 .xword .LC2279 .hword 6405 .zero 6 .xword .LC2280 .xword .LC2281 .hword 6416 .zero 6 .xword .LC2282 .xword .LC2282 .hword 6418 .zero 6 .xword .LC2283 .xword .LC2284 .hword 6449 .zero 6 .xword .LC13 .xword .LC2285 .hword 6465 .zero 6 .xword .LC13 .xword .LC2286 .hword 6484 .zero 6 .xword .LC13 .xword .LC2287 .hword 6505 .zero 6 .xword .LC2288 .xword .LC2289 .hword 6513 .zero 6 .xword .LC2290 .xword .LC2291 .hword 6523 .zero 6 .xword .LC2292 .xword .LC2293 .hword 6538 .zero 6 .xword .LC13 .xword .LC2294 .hword 6545 .zero 6 .xword .LC2295 .xword .LC2296 .hword 6562 .zero 6 .xword .LC2297 .xword .LC2298 .hword 6568 .zero 6 .xword .LC2299 .xword .LC2300 .hword 6572 .zero 6 .xword .LC2301 .xword .LC2302 .hword 6582 .zero 6 .xword .LC13 .xword .LC2303 .hword 6626 .zero 6 .xword .LC2304 .xword .LC2305 .hword 6627 .zero 6 .xword .LC13 .xword .LC2306 .hword 6664 .zero 6 .xword .LC9 .xword .LC2307 .hword 6721 .zero 6 .xword .LC2308 .xword .LC2309 .hword 6722 .zero 6 .xword .LC9 .xword .LC2310 .hword 6931 .zero 6 .xword .LC2311 .xword .LC2312 .hword 6945 .zero 6 .xword .LC2313 .xword .LC2314 .hword 7023 .zero 6 .xword .LC13 .xword .LC2315 .hword 7027 .zero 6 .xword .LC2316 .xword .LC2316 .hword 7057 .zero 6 .xword .LC9 .xword .LC2317 .hword 7085 .zero 6 .xword .LC13 .xword .LC2318 .hword 7183 .zero 6 .xword .LC2319 .xword .LC2320 .hword 7218 .zero 6 .xword .LC2321 .xword .LC2322 .hword 7225 .zero 6 .xword .LC2323 .xword .LC2324 .hword 7649 .zero 6 .xword .LC427 .xword .LC427 .hword 8143 .zero 6 .xword .LC2325 .xword .LC2326 .hword 8193 .zero 6 .xword .LC9 .xword .LC2327 .hword 9798 .zero 6 .xword .LC2328 .xword .LC2329 .hword 9999 .zero 6 .xword .LC2330 .xword .LC2331 .hword 11969 .zero 6 .xword .LC9 .xword .LC2332 .hword 13192 .zero 6 .xword .LC2333 .xword .LC2334 .hword 13329 .zero 6 .xword .LC9 .xword .LC2335 .hword 13587 .zero 6 .xword .LC2336 .xword .LC2337 .hword 14575 .zero 6 .xword .LC9 .xword .LC2338 .hword 15677 .zero 6 .xword .LC2339 .xword .LC2340 .hword 16389 .zero 6 .xword .LC2341 .xword .LC2342 .hword 16708 .zero 6 .xword .LC2343 .xword .LC2343 .hword 16748 .zero 6 .xword .LC9 .xword .LC2344 .hword 17224 .zero 6 .xword .LC2345 .xword .LC2346 .hword 18048 .zero 6 .xword .LC2347 .xword .LC2348 .hword 18499 .zero 6 .xword .LC2113 .xword .LC2349 .hword 18755 .zero 6 .xword .LC9 .xword .LC2350 .hword 18772 .zero 6 .xword .LC2351 .xword .LC2352 .hword 18808 .zero 6 .xword .LC2353 .xword .LC2354 .hword 19528 .zero 6 .xword .LC2355 .xword .LC2356 .hword 19539 .zero 6 .xword .LC2357 .xword .LC2358 .hword 19617 .zero 6 .xword .LC9 .xword .LC2359 .hword 19793 .zero 6 .xword .LC2360 .xword .LC2361 .hword 19796 .zero 6 .xword .LC9 .xword .LC2362 .hword 19932 .zero 6 .xword .LC2363 .xword .LC2364 .hword 1256 .zero 6 .xword .LC2365 .xword .LC2366 .hword 20563 .zero 6 .xword .LC2367 .xword .LC2368 .hword 20618 .zero 6 .xword .LC13 .xword .LC2369 .hword 20790 .zero 6 .xword .LC9 .xword .LC2370 .hword 20803 .zero 6 .xword .LC2371 .xword .LC2372 .hword 21299 .zero 6 .xword .LC2373 .xword .LC2374 .hword 21580 .zero 6 .xword .LC9 .xword .LC2375 .hword 21845 .zero 6 .xword .LC2376 .xword .LC2377 .hword 22611 .zero 6 .xword .LC2378 .xword .LC2379 .hword 25609 .zero 6 .xword .LC9 .xword .LC2380 .hword 26214 .zero 6 .xword .LC2381 .xword .LC2382 .hword 26949 .zero 6 .xword .LC2383 .xword .LC2384 .hword 30212 .zero 6 .xword .LC2385 .xword .LC2386 .hword 2001 .zero 6 .xword .LC708 .xword .LC2387 .hword -32640 .zero 6 .xword .LC2388 .xword .LC2389 .hword -32634 .zero 6 .xword .LC2390 .xword .LC2391 .hword -32633 .zero 6 .xword .LC2390 .xword .LC2390 .hword -32530 .zero 6 .xword .LC2392 .xword .LC2393 .hword -30618 .zero 6 .xword .LC2394 .xword .LC2395 .hword -30584 .zero 6 .xword .LC2396 .xword .LC2397 .hword -29170 .zero 6 .xword .LC2398 .xword .LC2399 .hword -28668 .zero 6 .xword .LC2400 .xword .LC2401 .hword -28667 .zero 6 .xword .LC2400 .xword .LC2401 .hword -28262 .zero 6 .xword .LC9 .xword .LC2402 .hword -27630 .zero 6 .xword .LC1250 .xword .LC1250 .hword -26983 .zero 6 .xword .LC9 .xword .LC2403 .hword -26864 .zero 6 .xword .LC2404 .xword .LC2405 .hword -26366 .zero 6 .xword .LC2406 .xword .LC2407 .hword -24416 .zero 6 .xword .LC2408 .xword .LC2409 .hword -24335 .zero 6 .xword .LC9 .xword .LC2410 .hword -24064 .zero 6 .xword .LC138 .xword .LC2411 .hword -23975 .zero 6 .xword .LC153 .xword .LC2412 .hword -23804 .zero 6 .xword .LC179 .xword .LC179 .hword -22745 .zero 6 .xword .LC9 .xword .LC2413 .hword -21950 .zero 6 .xword .LC2414 .xword .LC2415 .hword -21474 .zero 6 .xword .LC9 .xword .LC2416 .hword -20045 .zero 6 .xword .LC813 .xword .LC2417 .hword -18284 .zero 6 .xword .LC9 .xword .LC2418 .hword -16657 .zero 6 .xword .LC2419 .xword .LC2419 .hword -16383 .zero 6 .xword .LC2420 .xword .LC2421 .hword -16215 .zero 6 .xword .LC2422 .xword .LC2423 .hword -16162 .zero 6 .xword .LC9 .xword .LC195 .hword -16130 .zero 6 .xword .LC2424 .xword .LC2425 .hword -14814 .zero 6 .xword .LC9 .xword .LC2426 .hword -13744 .zero 6 .xword .LC2427 .xword .LC2428 .hword -13570 .zero 6 .xword .LC9 .xword .LC2429 .hword -13108 .zero 6 .xword .LC9 .xword .LC2430 .hword -11052 .zero 6 .xword .LC2431 .xword .LC457 .hword -9069 .zero 6 .xword .LC9 .xword .LC2432 .hword -8531 .zero 6 .xword .LC2433 .xword .LC2434 .hword -8529 .zero 6 .xword .LC9 .xword .LC2435 .hword -7847 .zero 6 .xword .LC2436 .xword .LC2437 .hword -6977 .zero 6 .xword .LC9 .xword .LC2438 .hword -5631 .zero 6 .xword .LC9 .xword .LC2439 .hword -5445 .zero 6 .xword .LC2440 .xword .LC2441 .hword -5426 .zero 6 .xword .LC2442 .xword .LC2443 .hword -4928 .zero 6 .xword .LC2444 .xword .LC2445 .hword -4648 .zero 6 .xword .LC2446 .xword .LC2447 .hword -2571 .zero 6 .xword .LC9 .xword .LC2448 .hword -1449 .zero 6 .xword .LC2449 .xword .LC2450 .global PciDevTable .section .rodata .align 3 .LC2451: .string "FT232BL" .align 3 .LC2452: .string "SafeXcel-1841" .align 3 .LC2453: .string "Crypto Accelerator" .align 3 .LC2454: .string "SafeXcel-1141" .align 3 .LC2455: .string "2" .align 3 .LC2456: .string "Virtual-Bus / AlacrityVM bridge" .align 3 .LC2457: .string "Dreamcast Broadband Adapter" .align 3 .LC2458: .string "59568" .align 3 .LC2459: .string "Mc3aDo <a href=" .align 3 .LC2460: .string "zr36067pqc" .align 3 .LC2461: .string "zoran" .align 3 .LC2462: .string "ZR36120PQC" .align 3 .LC2463: .string "MPEG VideoBVPSXI Capture Card" .align 3 .LC2464: .string "ZR36057PQC" .align 3 .LC2465: .string "ZORAN PCI Bridge (interface for transferring video across the PCI bus)" .align 3 .LC2466: .string "NV05" .align 3 .LC2467: .string "MCP67 High Definition Audio" .align 3 .LC2468: .string "FASTline UTP Quattr" .align 3 .LC2469: .string "PCI\\VEN_8086&DEV_2772&SUBSYS_0CCB105B&REV_02\\3&2411E6FE&0&10" .align 3 .LC2470: .string "1" .align 3 .LC2471: .string "FASTline FO" .align 3 .LC2472: .string "FASTline UTP" .align 3 .LC2473: .string "FASTline-II UTP" .align 3 .LC2474: .string "FASTline-II FO" .align 3 .LC2475: .string "GIGAline" .align 3 .LC2476: .string "Gigabit Ethernet Adapter" .align 3 .LC2477: .string "2915" .align 3 .LC2478: .string "ATT2MD11" .align 3 .LC2479: .string "ReadyLink ENET100-VG4" .align 3 .LC2480: .string "FreedomLine 100" .align 3 .LC2481: .string "832AE28030680" .align 3 .LC2482: .string "ReadyLink RL2000" .align 3 .LC2483: .string "TXA9882" .align 3 .LC2484: .string "ReadyLink RL100ATX/PCI Fast Ethernet Adapter" .align 3 .LC2485: .string "TXA9883" .align 3 .LC2486: .string "ReadyLink 100TX (Winbond W89C840)" .align 3 .LC2487: .string "TXA9881?" .align 3 .LC2488: .string "ReadyLink RL100TX Fast Ethernet Adapter" .align 3 .LC2489: .string "PM7364" .align 3 .LC2490: .string "FREEDM-32 Frame Engine & Datalink Mgr" .align 3 .LC2491: .string "FREEDM-8 Frame Engine & Datalink Manager" .align 3 .LC2492: .string "PM7367" .align 3 .LC2493: .string "FREEDM-32P32 Frame Engine & Datalink Mgr" .align 3 .LC2494: .string "PM7375" .align 3 .LC2495: .string "LASAR-155 ATM SAR" .align 3 .LC2496: .string "PM7380" .align 3 .LC2497: .string "FREEDM-32P672 Frm Engine & Datalink Mgr" .align 3 .LC2498: .string "PM7382" .align 3 .LC2499: .string "FREEDM-32P256 Frm Engine & Datalink Mgr" .align 3 .LC2500: .string "PM7384" .align 3 .LC2501: .string "FREEDM-84P672 Frm Engine & Datalink Mgr" .align 3 .LC2502: .string "PM8000 SPC" .align 3 .LC2503: .string "6G SAS/SATA Controller" .align 3 .LC2504: .string "PM8010 SRC" .align 3 .LC2505: .string "6G SAS/SATA RAID Controller" .align 3 .LC2506: .string "417" .align 3 .LC2507: .string "PCI-417 High Speed A/D Board" .align 3 .LC2508: .string "RocketPort" .align 3 .LC2509: .string "4-port UART 16954" .align 3 .LC2510: .string "NAIATMPCI" .align 3 .LC2511: .string "PCI ATM Adapter" .align 3 .LC2512: .string "Unknown" .align 3 .LC2513: .string "12" .align 3 .LC2514: .string "wwDW" .align 3 .LC2515: .string "HS-Link Device" .align 3 .LC2516: .string "HYSDN" .align 3 .LC2517: .string "PCI 9054" .align 3 .LC2518: .string "PLX PCI BRIDGE" .align 3 .LC2519: .string "Cyclom-Y" .align 3 .LC2520: .string "Multiport Serial Card" .align 3 .LC2521: .string "Cyclom-4Y" .align 3 .LC2522: .string "Cyclom-8Y" .align 3 .LC2523: .string "Cyclom-Z" .align 3 .LC2524: .string "Intelligent Multiport Serial" .align 3 .LC2525: .string "Intelligent Serial Card" .align 3 .LC2526: .string "PC300 RX 2" .align 3 .LC2527: .string "1105" .align 3 .LC2528: .string "PC300 RX 1" .align 3 .LC2529: .string "PC300 TE 2" .align 3 .LC2530: .string "PC300 TE 1" .align 3 .LC2531: .string "teclado" .align 3 .LC2532: .string "Roadrunner" .align 3 .LC2533: .string "No data" .align 3 .LC2534: .string "188A2L432B" .align 3 .LC2535: .string "PTM400 PCI Taxi Module" .align 3 .LC2536: .string "0x00f71217" .align 3 .LC2537: .string "1394 Open Host Controller Interface" .align 3 .LC2538: .string "EN-2242" .align 3 .LC2539: .string "111111111" .align 3 .LC2540: .string "OZ6729" .align 3 .LC2541: .string "PCI to PCMCIA Bridge" .align 3 .LC2542: .string "OZ6730" .align 3 .LC2543: .string "OZ6832/3" .align 3 .LC2544: .string "CardBus Controller" .align 3 .LC2545: .string "OZ6836/6860" .align 3 .LC2546: .string "OZ6812" .align 3 .LC2547: .string "OZ6922" .align 3 .LC2548: .string "OZ6933" .align 3 .LC2549: .string "OZ6912" .align 3 .LC2550: .string "OZ711Mx" .align 3 .LC2551: .string "MemoryCardBus Accelerator" .align 3 .LC2552: .string "0Z711EC1" .align 3 .LC2553: .string "PCMCIA/SmartCardBus Contoller" .align 3 .LC2554: .string "OZ711M1" .align 3 .LC2555: .string "Unknown device" .align 3 .LC2556: .string "O2Micro Integrated MMC/SD controller" .align 3 .LC2557: .string "501179" .align 3 .LC2558: .string "O2Micro Integrated MMC/SD/MS/xD/SM Controller" .align 3 .LC2559: .string "OZ711MP1/MS1" .align 3 .LC2560: .string "MemoryCardBus Controller 6-in-1" .align 3 .LC2561: .string "OZ711EZ1" .align 3 .LC2562: .string "MemoryCardBus Contoller" .align 3 .LC2563: .string "OZ711SP1" .align 3 .LC2564: .string "O2Micro CardBus Controller" .align 3 .LC2565: .string "unknow" .align 3 .LC2566: .string "pci to pcmcia bridge" .align 3 .LC2567: .string "OZ711M3/MC3" .align 3 .LC2568: .string "MemoryCardBus Controller" .align 3 .LC2569: .string "0x8130" .align 3 .LC2570: .string "o2 sd card reader" .align 3 .LC2571: .string "OZ600XXX" .align 3 .LC2572: .string "O2Micro OZ600XXX Memory Card " .align 3 .LC2573: .string " PCI\\VEN_1217&DEV_8331&SUBSYS_049A1028&REV_05\\4&34" .align 3 .LC2574: .string "Mass storage controller [0180]" .align 3 .LC2575: .string "OZ600xxx" .align 3 .LC2576: .string "O2Micro Integrated MS/PRO controller" .align 3 .LC2577: .string "Voodoo" .align 3 .LC2578: .string "Voodoo 3D Acceleration Chip" .align 3 .LC2579: .string "Voodoo2" .align 3 .LC2580: .string "Voodoo 2 3D Accelerator" .align 3 .LC2581: .string "Voodoo Banshee" .align 3 .LC2582: .string "Voodoo3" .align 3 .LC2583: .string "All Voodoo3 chips, 3000" .align 3 .LC2584: .string "Voodoo4" .align 3 .LC2585: .string "Voodoo5" .align 3 .LC2586: .string "AGP X2, or PCI. Chip: 2x VSA100 with 32Mo" .align 3 .LC2587: .string "Rampage" .align 3 .LC2588: .string "Rev.A AGPx4, 0.25\302\265, 200/2x200 core/RAM" .align 3 .LC2589: .string "Voodoo 3/3000" .align 3 .LC2590: .string "Avenger" .align 3 .LC2591: .string "9622qac" .align 3 .LC2592: .string "AMCC 5933 TMS320C80 DSP/Imaging Board" .align 3 .LC2593: .string "controller audio multimediale" .align 3 .LC2594: .string "KatanaQp" .align 3 .LC2595: .string "Real-Time Processing Blade in a standard single-slot AdvancedTCA\302\256 formfactor" .align 3 .LC2596: .string "KosaiPM" .align 3 .LC2597: .string "Intel\302\256 Pentium-M\302\256 based AMC Module" .align 3 .LC2598: .string "PCIe-8120" .align 3 .LC2599: .string "PCIe-8120 MGW Octasic DSP card " .align 3 .LC2600: .string "Katana3752" .align 3 .LC2601: .string "Advanced Tri-Processor Blade" .align 3 .LC2602: .string "Katana3750" .align 3 .LC2603: .string "Memory controller" .align 3 .LC2604: .string "Katana752i" .align 3 .LC2605: .string "Real-time Processing Blade" .align 3 .LC2606: .string "Katana750i" .align 3 .LC2607: .string "CC1000dm" .align 3 .LC2608: .string "Processor PMC Carrier Card" .align 3 .LC2609: .string "Pm3Gv" .align 3 .LC2610: .string "Up to 8 E1/T1/J1 interfaces for PMC-compatible baseboards" .align 3 .LC2611: .string "Pm3GE1T1" .align 3 .LC2612: .string "Third Generation E1 and T1/J1 interfaces for PMC-compatible baseboards" .align 3 .LC2613: .string "SpiderwareSG" .align 3 .LC2614: .string "SIGTRAN Signalling Gateway Blade" .align 3 .LC2615: .string "SpiderwareSS7" .align 3 .LC2616: .string "64 SS7 signaling channels on a single blade" .align 3 .LC2617: .string "SpiderSS7" .align 3 .LC2618: .string "Portable, STREAMS-Based Implementation of the ITU SS7 Protocol Stack" .align 3 .LC2619: .string "Spider FRAME RELAY" .align 3 .LC2620: .string "STREAMS-Based Frame Relay Implementation" .align 3 .LC2621: .string "Spider STREAMS" .align 3 .LC2622: .string "Implementation of the UNIX STREAMS Environment" .align 3 .LC2623: .string "Spider DSF" .align 3 .LC2624: .string "Transparent STREAMS Interface for High Speed LAN or Shared Memory Systems" .align 3 .LC2625: .string "pcie7207" .align 3 .LC2626: .string "PCIe7207 Server Accelerator" .align 3 .LC2627: .string "CL560?" .align 3 .LC2628: .string "Plum Audio, Video and VTR Controller" .align 3 .LC2629: .string "ICH2" .align 3 .LC2630: .string "Asus" .align 3 .LC2631: .string "MR2800W" .align 3 .LC2632: .string "AMR 56K modem" .align 3 .LC2633: .string "pci 120" .align 3 .LC2634: .string "Audio" .align 3 .LC2635: .string "3328" .align 3 .LC2636: .string "0x9030" .align 3 .LC2637: .string "Reflectometer using PLX 9030" .align 3 .LC2638: .string "0304" .align 3 .LC2639: .string "PCI to PCI Bridge" .align 3 .LC2640: .string "RealMagic64/GX" .align 3 .LC2641: .string "SD6425" .align 3 .LC2642: .string "MX98715/25" .align 3 .LC2643: .string "Single Chip Fast Ethernet NIC Controller" .align 3 .LC2644: .string "000" .align 3 .LC2645: .string "RealMagic/2D" .align 3 .LC2646: .string "REALmagic64/GX" .align 3 .LC2647: .string "GUI" .align 3 .LC2648: .string "realmagic64/gx" .align 3 .LC2649: .string "sd6425" .align 3 .LC2650: .string "PCI-DV" .align 3 .LC2651: .string "PCI-DV Digital Video Interface" .align 3 .LC2652: .string "cl 480" .align 3 .LC2653: .string "MPEG" .align 3 .LC2654: .string "12.03" .align 3 .LC2655: .string "DVD device" .align 3 .LC2656: .string "176" .align 3 .LC2657: .string "i440B" .align 3 .LC2658: .string "cPEG C 3.0 DVD/MPEG2 Decoder" .align 3 .LC2659: .string "keyboard" .align 3 .LC2660: .string "B1" .align 3 .LC2661: .string "ISDN controller" .align 3 .LC2662: .string "C4" .align 3 .LC2663: .string "ISDN Controller" .align 3 .LC2664: .string "A1" .align 3 .LC2665: .string "0x1244" .align 3 .LC2666: .string "Fritz!PCI 2.0 ISDN Controller" .align 3 .LC2667: .string "C2" .align 3 .LC2668: .string "T1" .align 3 .LC2669: .string "E13 32A5KYW / 2CAKRCT" .align 3 .LC2670: .string "DSP TNETD5100GHK / TNETD5015" .align 3 .LC2671: .string "-" .align 3 .LC2672: .string "AVM Fritz!Card DSL v2.0 PCI" .align 3 .LC2673: .string "82566DM-2" .align 3 .LC2674: .string "Intel Gigabit network connection" .align 3 .LC2675: .string "BWU713 v2.0" .align 3 .LC2676: .string "Blitzz Wireless G" .align 3 .LC2677: .string "." .align 3 .LC2678: .string "EasyConnect 8/32" .align 3 .LC2679: .string "EasyConnect 8/64" .align 3 .LC2680: .string "EasyIO PCI" .align 3 .LC2681: .string "IFT-2000" .align 3 .LC2682: .string "PCI RAID Controller" .align 3 .LC2683: .string "MPEG Forge" .align 3 .LC2684: .string "MPEG Fusion" .align 3 .LC2685: .string "VideoPlex-pci" .align 3 .LC2686: .string "VideoPlex pci bpc1825 rev a" .align 3 .LC2687: .string "VideoPlex plus" .align 3 .LC2688: .string "VideoPlex BPC 1851 A" .align 3 .LC2689: .string "VideoQuest" .align 3 .LC2690: .string "PCI-2240i" .align 3 .LC2691: .string "EIDE Adapter" .align 3 .LC2692: .string "PCI-2220i" .align 3 .LC2693: .string "Dale EIDE Adapter" .align 3 .LC2694: .string "PCI-2000" .align 3 .LC2695: .string "IntelliCache SCSI Adapter" .align 3 .LC2696: .string "0001" .align 3 .LC2697: .string "Realtek 8139b" .align 3 .LC2698: .string "82845G" .align 3 .LC2699: .string "AT-2560 Fast Ethernet Adapter (i82557B)" .align 3 .LC2700: .string "Realtek 8110S" .align 3 .LC2701: .string "AX88772A" .align 3 .LC2702: .string "USB2.0 to 10/100M Fast Ethernet Controller" .align 3 .LC2703: .string "AX88140A" .align 3 .LC2704: .string "ASIX AX88140 Based PCI Fast Ethernet Adapter" .align 3 .LC2705: .string "AX88172" .align 3 .LC2706: .string "USB2 to Fast Ethernet Adapter" .align 3 .LC2707: .string "ESS336H" .align 3 .LC2708: .string "PCI Fax Modem (early model)" .align 3 .LC2709: .string "Multimedia Device" .align 3 .LC2710: .string "ESS Solo-1 Soundcard" .align 3 .LC2711: .string "ES2839" .align 3 .LC2712: .string "Maestro-2 PCI audio accelerator" .align 3 .LC2713: .string "ES1969" .align 3 .LC2714: .string "Solo-1 PCI AudioDrive family" .align 3 .LC2715: .string "ES1978" .align 3 .LC2716: .string "ESS Maestro-2E PCI Audiodrive" .align 3 .LC2717: .string "0x0401" .align 3 .LC2718: .string "subsys_0012103c_rev_12" .align 3 .LC2719: .string "ES1999" .align 3 .LC2720: .string "ESS Allegro PCI Audio (WDM)" .align 3 .LC2721: .string "ES1980" .align 3 .LC2722: .string "ESS Maestro 3 PCI Audio Accelerator" .align 3 .LC2723: .string "ES2898S" .align 3 .LC2724: .string "Maestro 3i" .align 3 .LC2725: .string "ES1980S" .align 3 .LC2726: .string "TAWE0548S" .align 3 .LC2727: .string "ES1938/41/46 solo audio" .align 3 .LC2728: .string "Maestro-3.COMM PCI Voice+audio" .align 3 .LC2729: .string "ES336H" .align 3 .LC2730: .string "PCI Fax Modem (later model)" .align 3 .LC2731: .string "ES2828S" .align 3 .LC2732: .string "TeleDrive" .align 3 .LC2733: .string "PCI\\VEN_125D&DEV_2838&SUBSYS_2838125D&REV_01" .align 3 .LC2734: .string "PCI Data Fax Modem" .align 3 .LC2735: .string "2838" .align 3 .LC2736: .string "Superlink Modem/V.92 chipset 56K" .align 3 .LC2737: .string "2898" .align 3 .LC2738: .string "TelDrive ES56T-PI family V.90 PCI modem" .align 3 .LC2739: .string "AMCC S5933" .align 3 .LC2740: .string "AMCC Bridge + 2 x Super I/O (National PC97338)" .align 3 .LC2741: .string "PRISM 2.5 " .align 3 .LC2742: .string "PRISM 2.5 802.11b 11Mbps Wireless Controller" .align 3 .LC2743: .string "PRISM 3" .align 3 .LC2744: .string "LAN-Express IEEE 802.11b PCI Adapter" .align 3 .LC2745: .string "ISL3886A" .align 3 .LC2746: .string "PRISMII.5 IEE802.11g Wireless LAN" .align 3 .LC2747: .string "200206BE" .align 3 .LC2748: .string "Creatix CTX405 WLAN Controller / ZyAir G100 - WLAN" .align 3 .LC2749: .string "ISL3890" .align 3 .LC2750: .string "PRISM GT 802.11g 54Mbps Wireless Controller" .align 3 .LC2751: .string "HMP8130" .align 3 .LC2752: .string "NTSC/PAL Video Decoder" .align 3 .LC2753: .string "HMP8131" .align 3 .LC2754: .string "023132" .align 3 .LC2755: .string "NE10/100 Adapter (i82557B)" .align 3 .LC2756: .string "NE2000Plus (RT8029) Ethernet Adapter" .align 3 .LC2757: .string "NICCY PCI card" .align 3 .LC2758: .string "Satellite receiver board / MPEG2 decoder" .align 3 .LC2759: .string "PCR2101" .align 3 .LC2760: .string "telsatturbo" .align 3 .LC2761: .string "f97260118" .align 3 .LC2762: .string "Sek'D ARC88 professional soundcard" .align 3 .LC2763: .string "PLX TECHNOLOGY \\n PCI9052 \\n 0435 \\n BX9497.1 MALA" .align 3 .LC2764: .string "SEK'D Prodif 96 Pro - professional audio card" .align 3 .LC2765: .string "2048" .align 3 .LC2766: .string "Prodif Plus sound card" .align 3 .LC2767: .string "Marc 8 Midi" .align 3 .LC2768: .string "8-in, 8-out sound card" .align 3 .LC2769: .string "Tektronix IO Processor / Tektronix PCI Acquisition Interface Rev 204" .align 3 .LC2770: .string "631xesb/6321esb/3100" .align 3 .LC2771: .string "sm bus controller" .align 3 .LC2772: .string "631xESB/6321ESB/3100" .align 3 .LC2773: .string "SM Bus Controller" .align 3 .LC2774: .string "e-mobility 802.11b Wireless LAN PCI Card" .align 3 .LC2775: .string "SM501/SM502" .align 3 .LC2776: .string "Mobile Multimedia Companion Chip (MMCC)" .align 3 .LC2777: .string "SM710" .align 3 .LC2778: .string "LynxEM" .align 3 .LC2779: .string "SM712" .align 3 .LC2780: .string "LynxEM+" .align 3 .LC2781: .string "SM720 / SM722" .align 3 .LC2782: .string "Lynx3DM" .align 3 .LC2783: .string "SM810" .align 3 .LC2784: .string "LynxE" .align 3 .LC2785: .string "SM811" .align 3 .LC2786: .string "SM820" .align 3 .LC2787: .string "Lynx3D" .align 3 .LC2788: .string "SM910" .align 3 .LC2789: .string "SILICON MOTION" .align 3 .LC2790: .string "SM2260" .align 3 .LC2791: .string "PCIe SSD (NVMe/AHCI)" .align 3 .LC2792: .string "PCI\\VEN_8086&DEV_1C3A&SUBSYS_307c17aa &7rev_04" .align 3 .LC2793: .string "PCI\\VEN_8086&DEV_1C3A" .align 3 .LC2794: .string "PCI\\VEN_8086&DEV_1C3A&CC_078000" .align 3 .LC2795: .string "PCI\\VEN_8086&DEV_1C3A&SUBSYS_1C3A1458" .align 3 .LC2796: .string "0X78000" .align 3 .LC2797: .string "PCI\\VEN_1272&DEV_0780&SUBSYS_00000008&REV_7A\\3&61A" .align 3 .LC2798: .string "PCI\\VEN_1272&DEV_0780&SUBSYS_00000008&REV_7A\\3&61AAA01&0&58" .align 3 .LC2799: .string "DirecPC" .align 3 .LC2800: .string "t9p17af-01" .align 3 .LC2801: .string "Serial PCI Port" .align 3 .LC2802: .string "1880x1274" .align 3 .LC2803: .string "multimedia audio device" .align 3 .LC2804: .string "ES 1371" .align 3 .LC2805: .string "Creative AudioPCI (ES1371,ES1373)" .align 3 .LC2806: .string "ES1373" .align 3 .LC2807: .string "Sound Blaster Audio(PCI)" .align 3 .LC2808: .string "ES1371" .align 3 .LC2809: .string "AudioPCI" .align 3 .LC2810: .string "5880x" .align 3 .LC2811: .string "Soundblaster (CT4750)" .align 3 .LC2812: .string "TPE3/TM3" .align 3 .LC2813: .string "PowerPC Node" .align 3 .LC2814: .string "TMB17" .align 3 .LC2815: .string "TMB17 Motherboard" .align 3 .LC2816: .string "TM8000" .align 3 .LC2817: .string "Efficeon Virtual Northbridge" .align 3 .LC2818: .string "TMTM8000" .align 3 .LC2819: .string "Efficeon AGP Bridge" .align 3 .LC2820: .string "Virtual Northbridge" .align 3 .LC2821: .string "LongRun" .align 3 .LC2822: .string "Northbridge" .align 3 .LC2823: .string "SDRAM Controller" .align 3 .LC2824: .string "18490397" .align 3 .LC2825: .string "BIOS scratchpad" .align 3 .LC2826: .string "Videum 1000 AV Plus" .align 3 .LC2827: .string "DM9102AF" .align 3 .LC2828: .string "DEV" .align 3 .LC2829: .string "DM9009" .align 3 .LC2830: .string "Ethernet Adapter" .align 3 .LC2831: .string "DM9102/A/AF" .align 3 .LC2832: .string "10/100 Mbps Fast Ethernet Controller" .align 3 .LC2833: .string "Audio Digital Controller" .align 3 .LC2834: .string "IT8330G" .align 3 .LC2835: .string "IDE Controller" .align 3 .LC2836: .string "IT8152F/G" .align 3 .LC2837: .string "Advanced RISC-to-PCI Companion Chip" .align 3 .LC2838: .string "IT8172G" .align 3 .LC2839: .string "Ultra RISC (MIPS, SH4) Companion Chip" .align 3 .LC2840: .string "IT8211F" .align 3 .LC2841: .string "ATA/ATAPI Controller" .align 3 .LC2842: .string "ITE8212" .align 3 .LC2843: .string "ATA 133 IDE RAID Controller" .align 3 .LC2844: .string "IT8213F" .align 3 .LC2845: .string "Host Bridge" .align 3 .LC2846: .string "IT8871/72" .align 3 .LC2847: .string "PCI-ISA I/O chip with SMB & Parallel Port" .align 3 .LC2848: .string "IT8875F" .align 3 .LC2849: .string "PCI Parallel Port" .align 3 .LC2850: .string "IT8888F" .align 3 .LC2851: .string "PCI to ISA Bridge" .align 3 .LC2852: .string "IT8889F" .align 3 .LC2853: .string "sound" .align 3 .LC2854: .string "PCI I/O CARD" .align 3 .LC2855: .string "ES1849" .align 3 .LC2856: .string "Maestro-1 AudioDrive" .align 3 .LC2857: .string "LS220D" .align 3 .LC2858: .string "DVD Decoder" .align 3 .LC2859: .string "LS220C" .align 3 .LC2860: .string "LS242" .align 3 .LC2861: .string "MPEG/DVD video decoder" .align 3 .LC2862: .string "1106" .align 3 .LC2863: .string "1708" .align 3 .LC2864: .string "Ethernet 10/100" .align 3 .LC2865: .string "controller ethernet" .align 3 .LC2866: .string "ATM Adapter" .align 3 .LC2867: .string "?" .align 3 .LC2868: .string "13FE" .align 3 .LC2869: .string "Advantech SRamDisk Device" .align 3 .LC2870: .string "PS2134CE-0" .align 3 .LC2871: .string "4-Axis Stepping/Servo Motor Card" .align 3 .LC2872: .string "PCI-1610CU/9-AE" .align 3 .LC2873: .string "4-port RS-232 UNI PCI COMM card w/S&I&D" .align 3 .LC2874: .string "PCI-1680U-A" .align 3 .LC2875: .string "2-port CAN UniversalPCI Communication Card with Isolation" .align 3 .LC2876: .string "PCI-1713" .align 3 .LC2877: .string "32-channel Isolated Analog Input Card" .align 3 .LC2878: .string "PCI-1723" .align 3 .LC2879: .string "16-bit, 8-ch Analog Output PCI Card with 16-ch Digital I/O" .align 3 .LC2880: .string "14-bit, 32-channel Isolated Analog Output Card" .align 3 .LC2881: .string "PCI-1755" .align 3 .LC2882: .string "80 MB/s, 32-ch Digital I/O PCI Card" .align 3 .LC2883: .string "amcc pci matchmaker s5920q" .align 3 .LC2884: .string "pci" .align 3 .LC2885: .string "PCI-1751" .align 3 .LC2886: .string "48 Digital IO + Counter " .align 3 .LC2887: .string "PCI-1762" .align 3 .LC2888: .string "16-ch Relay and 16-ch Isolated Digital Input PCI Card" .align 3 .LC2889: .string "0x03" .align 3 .LC2890: .string "0x0200" .align 3 .LC2891: .string "PCM-3730I" .align 3 .LC2892: .string "16Bit dig. I/O Board" .align 3 .LC2893: .string "PBT-415" .align 3 .LC2894: .string "PCI 66MHz Analyzer and 33MHz Exerciser" .align 3 .LC2895: .string "PBT-515" .align 3 .LC2896: .string "PCI 66MHz Analyzer and Exerciser" .align 3 .LC2897: .string "PBT-615" .align 3 .LC2898: .string "PCI 66MHz and PCI-X 100MHz Bus Analyzer and Exerciser" .align 3 .LC2899: .string "Vanguard PCI/PMC/cPCI" .align 3 .LC2900: .string "PCI 66MHz and PCI-X 133MHz Bus Analyzer and Exerciser" .align 3 .LC2901: .string "DPIO" .align 3 .LC2902: .string "Digital Parallel Input Output Device 32bit, 33MHz PCI bus" .align 3 .LC2903: .string "DPIO2" .align 3 .LC2904: .string "Digital Parallel Input Output Device 64bit, 33MHz PCI bus" .align 3 .LC2905: .string "DPIO2-66" .align 3 .LC2906: .string "Digital Parallel Input Output Device 64bit, 66MHz PCI bus" .align 3 .LC2907: .string "1784-PKTX" .align 3 .LC2908: .string "Allen-Bradley 1784-PKTX" .align 3 .LC2909: .string "1646T00" .align 3 .LC2910: .string "V.92 Lucent Modem" .align 3 .LC2911: .string "Wan405" .align 3 .LC2912: .string "WANic 400 series X.21 controller" .align 3 .LC2913: .string "NAI HSSI Sniffer PCI Adapter" .align 3 .LC2914: .string "JRS-3DS100" .align 3 .LC2915: .string "PCI" .align 3 .LC2916: .string "HERMES-S0" .align 3 .LC2917: .string "HERMES-PRI" .align 3 .LC2918: .string "HERMES-PRI/PCIX" .align 3 .LC2919: .string "3C986" .align 3 .LC2920: .string "ACEnic 1000 BASE-SX Ethernet adapter" .align 3 .LC2921: .string "3C986-T" .align 3 .LC2922: .string "Copper Gigabit Ethernet Adapter" .align 3 .LC2923: .string "Hammerhead-Lite-PCI" .align 3 .LC2924: .string "DSP Prototyping & Development Card" .align 3 .LC2925: .string "Stratix5 Family FPGA" .align 3 .LC2926: .string "Altera FPGA" .align 3 .LC2927: .string "Sync4hs/CCP/PCI/MP" .align 3 .LC2928: .string "Communications Processor" .align 3 .LC2929: .string "7751" .align 3 .LC2930: .string "Security Processor" .align 3 .LC2931: .string "6500" .align 3 .LC2932: .string "Public Key Processor" .align 3 .LC2933: .string "7811" .align 3 .LC2934: .string "7951" .align 3 .LC2935: .string "7814" .align 3 .LC2936: .string "8065" .align 3 .LC2937: .string "8165" .align 3 .LC2938: .string "8154" .align 3 .LC2939: .string "7956" .align 3 .LC2940: .string "Cryptographic Processor" .align 3 .LC2941: .string "7954/7955" .align 3 .LC2942: .string "8155" .align 3 .LC2943: .string "HT80232" .align 3 .LC2944: .string "LAN Adapter (NE2000-compatible)" .align 3 .LC2945: .string "HT80229" .align 3 .LC2946: .string "Ethernet Adapter (NE2000-compatible)" .align 3 .LC2947: .string "Blue Heat-8 RS232" .align 3 .LC2948: .string "BlueHeat 8 Port RS232 Serial Board" .align 3 .LC2949: .string " 32" .align 3 .LC2950: .string "Starcom UM100 Wireless modem for WiMax " .align 3 .LC2951: .string "ISE" .align 3 .LC2952: .string "PEI Imaging Subsystem Engine" .align 3 .LC2953: .string "PCIVST" .align 3 .LC2954: .string "PCI Thresholding Engine" .align 3 .LC2955: .string "Video Simulator/Sender" .align 3 .LC2956: .string "THR2" .align 3 .LC2957: .string "Multi-scale Thresholder" .align 3 .LC2958: .string "kssjsjj" .align 3 .LC2959: .string "D120JCT-LS Card" .align 3 .LC2960: .string "BRI/2 Type Card (Voice Driver)" .align 3 .LC2961: .string "D/240JCT-T1 Card" .align 3 .LC2962: .string "064812C7" .align 3 .LC2963: .string "D/300JCT-E1 Card" .align 3 .LC2964: .string "030000" .align 3 .LC2965: .string "MSI PCI Card" .align 3 .LC2966: .string "BRI/160-PCI Card" .align 3 .LC2967: .string "BRI/120-PCI Card" .align 3 .LC2968: .string "BRI/80-PCI Card" .align 3 .LC2969: .string "067612C7" .align 3 .LC2970: .string "D/41JCT Card" .align 3 .LC2971: .string "D/480JCT-2T1 Card" .align 3 .LC2972: .string "D/600JCT-2E1 (75 Ohm) Card" .align 3 .LC2973: .string "D/600JCT-2E1" .align 3 .LC2974: .string "Dialogic 2E1 - JCT series" .align 3 .LC2975: .string "D/320JCT (Resource Only) Card" .align 3 .LC2976: .string "D/160JCT (Resource Only) Card" .align 3 .LC2977: .string "StudioCard" .align 3 .LC2978: .string "studiocard" .align 3 .LC2979: .string "BX-12" .align 3 .LC2980: .string "agp" .align 3 .LC2981: .string "SC-2000" .align 3 .LC2982: .string "LX-44" .align 3 .LC2983: .string "SC-22" .align 3 .LC2984: .string "BX-44" .align 3 .LC2985: .string "LX-24M" .align 3 .LC2986: .string "20-bit 2-in, 4-out audio card w/MPEG-2" .align 3 .LC2987: .string "LX-22M" .align 3 .LC2988: .string "BX-8" .align 3 .LC2989: .string "BX-12e" .align 3 .LC2990: .string "MSM6246" .align 3 .LC2991: .string "Huawei E1750 3G modem (labled T-Mobile" .align 3 .LC2992: .string "173" .align 3 .LC2993: .string "HUAWEI Mobile Connect - 3G Modem" .align 3 .LC2994: .string "EC159" .align 3 .LC2995: .string "HUAWEI MOBILE BROADBAND MODEM" .align 3 .LC2996: .string "09HT1407" .align 3 .LC2997: .string "MW6208E" .align 3 .LC2998: .string "E1800" .align 3 .LC2999: .string "3G Modem" .align 3 .LC3000: .string "K4204" .align 3 .LC3001: .string "HSPA+ USB Stick" .align 3 .LC3002: .string "E5776" .align 3 .LC3003: .string "Huawei Technologies Co., Ltd. E398 LTE/UMTS/GSM Modem/Networkcard" .align 3 .LC3004: .string "-e620" .align 3 .LC3005: .string "-vodacom mobile connect" .align 3 .LC3006: .string "unknown" .align 3 .LC3007: .string "N/A" .align 3 .LC3008: .string "M88++" .align 3 .LC3009: .string "EP1S" .align 3 .LC3010: .string "SS7 Telecommunications Interface Adapter" .align 3 .LC3011: .string "MAP-CA" .align 3 .LC3012: .string "Broadband Signal Processor" .align 3 .LC3013: .string "MAP-1000" .align 3 .LC3014: .string "Digital Signal Processor" .align 3 .LC3015: .string "Au1500" .align 3 .LC3016: .string "Au1500 Processor" .align 3 .LC3017: .string "PI7C9X2G304SL" .align 3 .LC3018: .string "GENII PCI Express Packet Switch" .align 3 .LC3019: .string "PI7C7300" .align 3 .LC3020: .string "3 Port PCI to PCI bridge" .align 3 .LC3021: .string "PI7C8140" .align 3 .LC3022: .string "4 Port PCI to PCI bridge" .align 3 .LC3023: .string "PI7C8150" .align 3 .LC3024: .string "2-Port PCI to PCI Bridge" .align 3 .LC3025: .string "PI7C8152" .align 3 .LC3026: .string "2-Port PCI-To-PCI Bridge" .align 3 .LC3027: .string "PI7C9X20404SL" .align 3 .LC3028: .string "PCIe Packet Switch" .align 3 .LC3029: .string "P17C9X" .align 3 .LC3030: .string "PCI to PCIe Bridge" .align 3 .LC3031: .string "PI7C9X130" .align 3 .LC3032: .string "PCI-X Bridge" .align 3 .LC3033: .string "FoxFire II" .align 3 .LC3034: .string "2005063294" .align 3 .LC3035: .string "Cryptoswift 200" .align 3 .LC3036: .string "Infineon PEB 20534" .align 3 .LC3037: .string "Communications Controller" .align 3 .LC3038: .string "PCI Controller" .align 3 .LC3039: .string "ST16C654" .align 3 .LC3040: .string "Quad UART" .align 3 .LC3041: .string "TR1000 PRI" .align 3 .LC3042: .string "PRI Controller" .align 3 .LC3043: .string "NV34" .align 3 .LC3044: .string "TR1000 BRI" .align 3 .LC3045: .string "BRI Controller" .align 3 .LC3046: .string "AU8820" .align 3 .LC3047: .string "Vortex 1 Digital Audio Processor" .align 3 .LC3048: .string "AU8830A2" .align 3 .LC3049: .string "Vortex 2 Audio Processor" .align 3 .LC3050: .string "312EB&REV3" .align 3 .LC3051: .string "Aureal Soundcard" .align 3 .LC3052: .string "0xxxx" .align 3 .LC3053: .string "10" .align 3 .LC3054: .string "asf" .align 3 .LC3055: .string "215RAAGCGA11F" .align 3 .LC3056: .string "Grapics Radeon X850" .align 3 .LC3057: .string "VT8235" .align 3 .LC3058: .string "AC97 Enhanced Audio Controller - the 8251 controller is different" .align 3 .LC3059: .string "0000066779" .align 3 .LC3060: .string "0" .align 3 .LC3061: .string "VideoMaker" .align 3 .LC3062: .string "s3 trio" .align 3 .LC3063: .string "RaidCore5000 Series" .align 3 .LC3064: .string "Tekram SAS860 Embedded 8xSAS/SATAII RAID" .align 3 .LC3065: .string "RC5000Series" .align 3 .LC3066: .string "Tekram Elrond 8xSAS/SATAII RAID" .align 3 .LC3067: .string "TRM-S1040" .align 3 .LC3068: .string "SCSI ASIC" .align 3 .LC3069: .string "DC-390" .align 3 .LC3070: .string "SCSI Controller" .align 3 .LC3071: .string "DC-690C" .align 3 .LC3072: .string "IDE Cache Controller" .align 3 .LC3073: .string "DC290M" .align 3 .LC3074: .string "Bus Master IDE PCI 2 controllers" .align 3 .LC3075: .string "GLint 300SX" .align 3 .LC3076: .string "3D Accelerator" .align 3 .LC3077: .string "GLint 500TX" .align 3 .LC3078: .string "Sapphire 3D Accelerator" .align 3 .LC3079: .string "GLint" .align 3 .LC3080: .string "Delta Geometry processor" .align 3 .LC3081: .string "3C0SX" .align 3 .LC3082: .string "2D+3D Accelerator" .align 3 .LC3083: .string "Permedia" .align 3 .LC3084: .string "GLint MX" .align 3 .LC3085: .string "3D Extreme" .align 3 .LC3086: .string "Permedia II 2D+3D Accelerator" .align 3 .LC3087: .string "GLint Gamma G1" .align 3 .LC3088: .string "Permedia2v" .align 3 .LC3089: .string "2d+3d chipset, integrated ramdac" .align 3 .LC3090: .string "8086" .align 3 .LC3091: .string "Driver Ethernet Pci Ven 1969" .align 3 .LC3092: .string "Permedia 3" .align 3 .LC3093: .string "video card" .align 3 .LC3094: .string "GLINT R4" .align 3 .LC3095: .string "GLINT Gamma G2" .align 3 .LC3096: .string "0x0024" .align 3 .LC3097: .string "3Dlabs Wildcat VP 880 Pro" .align 3 .LC3098: .string "0x030000" .align 3 .LC3099: .string "3Dlabs Wildcat Realizm 800" .align 3 .LC3100: .string "Permedia II" .align 3 .LC3101: .string "3D+3D Accelerator" .align 3 .LC3102: .string "same as above? I have no idea" .align 3 .LC3103: .string "GLint VGA" .align 3 .LC3104: .string "3220" .align 3 .LC3105: .string "PCI Audio Device" .align 3 .LC3106: .string "PCI Audio Device + modem" .align 3 .LC3107: .string "ALS300 " .align 3 .LC3108: .string "PCI Input Controller" .align 3 .LC3109: .string "ALG2064" .align 3 .LC3110: .string "GUI Accelerator" .align 3 .LC3111: .string "<DELETE>" .align 3 .LC3112: .string "ALG2364A" .align 3 .LC3113: .string "ALG2301" .align 3 .LC3114: .string "ALG2302" .align 3 .LC3115: .string "AVG2302" .align 3 .LC3116: .string "ALG2364" .align 3 .LC3117: .string "ALG2464" .align 3 .LC3118: .string "ALG2564A/25128A" .align 3 .LC3119: .string "ALS4000" .align 3 .LC3120: .string "Audio Chipset" .align 3 .LC3121: .string "86C551" .align 3 .LC3122: .string "Plato/PX" .align 3 .LC3123: .string "S3 86c765" .align 3 .LC3124: .string "via" .align 3 .LC3125: .string "86C325" .align 3 .LC3126: .string "Virge 3D " .align 3 .LC3127: .string "86C866" .align 3 .LC3128: .string "Vision 866 GUI Accelerator" .align 3 .LC3129: .string "86C964" .align 3 .LC3130: .string "Vision 964 GUI Accelerator" .align 3 .LC3131: .string "86C732-P" .align 3 .LC3132: .string "S3 TRIO32 IACB2 86C732-P" .align 3 .LC3133: .string "8622mcq04" .align 3 .LC3134: .string "Trio 64/64V" .align 3 .LC3135: .string "86CM65?" .align 3 .LC3136: .string "Aurora 64V+" .align 3 .LC3137: .string "86C764" .align 3 .LC3138: .string "Trio 32/64 GUI Accelerator v3" .align 3 .LC3139: .string "86C767" .align 3 .LC3140: .string "Trio 64UV+" .align 3 .LC3141: .string "86CM66" .align 3 .LC3142: .string "Aurora128" .align 3 .LC3143: .string "86C988" .align 3 .LC3144: .string "ViRGE/VX 3D GUI Accelerator" .align 3 .LC3145: .string "Fire GL" .align 3 .LC3146: .string "86C868" .align 3 .LC3147: .string "Vision 868 GUI Accelerator VRAM rev. 0" .align 3 .LC3148: .string "Vision 868 GUI Accelerator VRAM rev. 1" .align 3 .LC3149: .string "Vision 868 GUI Accelerator VRAM rev. 2" .align 3 .LC3150: .string "Vision 868 GUI Accelerator VRAM rev. 3" .align 3 .LC3151: .string "86C928" .align 3 .LC3152: .string "Vision 928 GUI Accelerator VRAM rev. 0" .align 3 .LC3153: .string "Vision 928 GUI Accelerator VRAM rev. 1" .align 3 .LC3154: .string "Vision 928 GUI Accelerator VRAM rev. 2" .align 3 .LC3155: .string "Vision 928 GUI Accelerator VRAM rev. 3" .align 3 .LC3156: .string "86C864" .align 3 .LC3157: .string "Vision 864 GUI Accelerator DRAM rev. 0" .align 3 .LC3158: .string "Vision 864 GUI Accelerator DRAM rev. 1" .align 3 .LC3159: .string "Vision 864 GUI Accelerator DRAM rev. 2" .align 3 .LC3160: .string "Vision 864 GUI Accelerator DRAM rev. 3" .align 3 .LC3161: .string "Vision 964 GUI Accelerator VRAM rev. 0" .align 3 .LC3162: .string "Vision 964-P GUI Accelerator VRAM rev. 1" .align 3 .LC3163: .string "Vision 964-P GUI Accelerator DRAM rev 2" .align 3 .LC3164: .string "Vision 964-P GUI Accelerator VRAM rev. 3" .align 3 .LC3165: .string "86C968" .align 3 .LC3166: .string "Vision 968 GUI Accelerator VRAM rev. 0" .align 3 .LC3167: .string "Vision 968 GUI Accelerator VRAM rev. 1" .align 3 .LC3168: .string "Vision 968 GUI Accelerator VRAM rev. 2" .align 3 .LC3169: .string "Vision 968 GUI Accelerator VRAM rev. 3" .align 3 .LC3170: .string "86C775" .align 3 .LC3171: .string "Trio64V2/DX" .align 3 .LC3172: .string "pci\\ven_5333dev_8C2E&SUBSYS_00011179&REV_05\\4&74C6" .align 3 .LC3173: .string "S3 trio64uv+ for windows 7" .align 3 .LC3174: .string "SMA Family" .align 3 .LC3175: .string "TrioV Family" .align 3 .LC3176: .string "86C365/366" .align 3 .LC3177: .string "Trio3D QFP/BGA" .align 3 .LC3178: .string "86c765" .align 3 .LC3179: .string "86C765 Trio64V+ compatible" .align 3 .LC3180: .string "9711 MCN74" .align 3 .LC3181: .string "7699688" .align 3 .LC3182: .string "0x00091011" .align 3 .LC3183: .string "9726 c19394.00" .align 3 .LC3184: .string "86C765" .align 3 .LC3185: .string "86C375/86C385" .align 3 .LC3186: .string "ViRGE /DX & /GX" .align 3 .LC3187: .string "86C357" .align 3 .LC3188: .string "ViRGE /GX2" .align 3 .LC3189: .string "86C359" .align 3 .LC3190: .string "ViRGE /GX2+ Macrovision" .align 3 .LC3191: .string "ViRGE /GX2+" .align 3 .LC3192: .string "86C368" .align 3 .LC3193: .string "Trio3D2x & Trio3D2x+ AGP / Trio3D2x & Trio3D2x+ 8MB" .align 3 .LC3194: .string "86C391" .align 3 .LC3195: .string "S3savage3D" .align 3 .LC3196: .string "86C390" .align 3 .LC3197: .string "Savage3D/MV" .align 3 .LC3198: .string "86c398" .align 3 .LC3199: .string "Savage 4" .align 3 .LC3200: .string "86C394-397" .align 3 .LC3201: .string "86C370" .align 3 .LC3202: .string "Savage4" .align 3 .LC3203: .string "86C395B" .align 3 .LC3204: .string "ProSavage" .align 3 .LC3205: .string "85C260" .align 3 .LC3206: .string "ViRGE/M3 (ViRGE/MX)" .align 3 .LC3207: .string "86C260" .align 3 .LC3208: .string "ViRGE/M5 (ViRGE/MX)" .align 3 .LC3209: .string "86C240" .align 3 .LC3210: .string "ViRGE/MXC" .align 3 .LC3211: .string "86C280" .align 3 .LC3212: .string "ViRGE /MX+mv" .align 3 .LC3213: .string "86C270/274/290/294" .align 3 .LC3214: .string "Savage MX/IX/MX+MV/IX+MV" .align 3 .LC3215: .string "82C294" .align 3 .LC3216: .string "SAVAGE IX" .align 3 .LC3217: .string "86C508" .align 3 .LC3218: .string "SuperSavage 128/MX" .align 3 .LC3219: .string "86C544" .align 3 .LC3220: .string "SuperSavage 128/IX" .align 3 .LC3221: .string "86C553" .align 3 .LC3222: .string "SuperSavage 128/IX DDR" .align 3 .LC3223: .string "86C564" .align 3 .LC3224: .string "SuperSavage/IX" .align 3 .LC3225: .string "86C573" .align 3 .LC3226: .string "SuperSavage/IX DDR" .align 3 .LC3227: .string "86C584" .align 3 .LC3228: .string "SuperSavage/IXC SDRAM" .align 3 .LC3229: .string "86C594" .align 3 .LC3230: .string "SuperSavage/IXC DDR" .align 3 .LC3231: .string "86C380/381" .align 3 .LC3232: .string "Twister/Twister T" .align 3 .LC3233: .string "86c387" .align 3 .LC3234: .string "Twister K" .align 3 .LC3235: .string "86C410" .align 3 .LC3236: .string "ProSavage DDR P4X333" .align 3 .LC3237: .string "86C777/787" .align 3 .LC3238: .string "DeltaChrome S8/F1" .align 3 .LC3239: .string "86C732" .align 3 .LC3240: .string "DeltaChromeX9m" .align 3 .LC3241: .string "86c410" .align 3 .LC3242: .string "Inno Savage 2000" .align 3 .LC3243: .string "86C617" .align 3 .LC3244: .string "SonicVibes PCI Audio Accelerator" .align 3 .LC3245: .string "XILINX SPARTAN" .align 3 .LC3246: .string "16 Channel Audio Capture Card" .align 3 .LC3247: .string "82801GB/GR" .align 3 .LC3248: .string "Intel(R) 82801GB/GR (ICH7 Family) LPC Interface Controller" .align 3 .LC3249: .string "0x05971028" .align 3 .LC3250: .string "IUSB3\\ROOT" .align 3 .LC3251: .string "Extended Express System Support Ctrlr" .align 3 .LC3252: .string "0x108D" .align 3 .LC3253: .string "Ethernet Controller" .align 3 .LC3254: .string "Intel graphics" .align 3 .LC3255: .string "Intel Q57/H55 Clarkdale (Onboard on D2912-A1x)" .align 3 .LC3256: .string "0044" .align 3 .LC3257: .string "Intel(R) Processor DRAM Controller" .align 3 .LC3258: .string "Intel(R) HD Graphics (Core i3)" .align 3 .LC3259: .string "Intel(R) HD Graphics" .align 3 .LC3260: .string "not known" .align 3 .LC3261: .string "6205" .align 3 .LC3262: .string "Centrino Advanced-N 6205 " .align 3 .LC3263: .string "Mobile Intel\302\256 5 Series Chipset" .align 3 .LC3264: .string "Intel Centrino Wireless-N 1000" .align 3 .LC3265: .string "Intel PROSet WiFi 1000" .align 3 .LC3266: .string "Intel Wireless Link WiFi 1000, download -> http://downloadmirror.intel.com/20791/eng/Wireless_14.3.0" .align 3 .LC3267: .string "0x0280" .align 3 .LC3268: .string "Intel Centrino(R) Advanced-N 6205" .align 3 .LC3269: .string "1306" .align 3 .LC3270: .string "00E1" .align 3 .LC3271: .string "???" .align 3 .LC3272: .string "Intel Centrino Wireless-N1030" .align 3 .LC3273: .string "Intel Wireless-N 1030" .align 3 .LC3274: .string "Intel(R) Centrino(R) Wireless-N 1030 " .align 3 .LC3275: .string "622ANHW" .align 3 .LC3276: .string "Intel\302\256 Centrino\302\256 Advanced-N 6230" .align 3 .LC3277: .string "0100" .align 3 .LC3278: .string "2nd Generation Intel(R) Core(TM) Processor Family DRAM Controller" .align 3 .LC3279: .string "Intel HD Graphics 3000" .align 3 .LC3280: .string "2nd Gen Intel(R) Core(TM) Processor Family" .align 3 .LC3281: .string "DRAM Controller (Host Bus Controller)" .align 3 .LC3282: .string "HD Graphics 3000/2000" .align 3 .LC3283: .string "asus x501a" .align 3 .LC3284: .string "010A" .align 3 .LC3285: .string "Lenovo TS130 Intel Video Adapter HD" .align 3 .LC3286: .string "82915" .align 3 .LC3287: .string "Intel Graphics Conroller" .align 3 .LC3288: .string "intel core i3" .align 3 .LC3289: .string "0300" .align 3 .LC3290: .string "hardwareids" .align 3 .LC3291: .string "Intel HD Graphics 2500" .align 3 .LC3292: .string "3rd Generation Intel Core Processors with Intel HD Graphics 2500" .align 3 .LC3293: .string "Intel\302\256 Dynamic Platform and Thermal Framework Driv" .align 3 .LC3294: .string "Use the Link, choose Win7 64Bit -> Others -> Intel DPTF Driver -> Global. Then download, install and" .align 3 .LC3295: .string "0x01548086" .align 3 .LC3296: .string " 3rd Gen Core processor DRAM Controller (rev 09)" .align 3 .LC3297: .string "Core I5, Core I7, Ivy Bridge" .align 3 .LC3298: .string "Graphics embedded" .align 3 .LC3299: .string "I3" .align 3 .LC3300: .string "Intel(R) HD Graphics 4000" .align 3 .LC3301: .string "Intel Centrino Wireless-N 1030 Bluetooth Adapter" .align 3 .LC3302: .string "Intel Centrino Wireless Bluetooth 3.0 + High Speed Adapter" .align 3 .LC3303: .string "82945GM" .align 3 .LC3304: .string "Mobile Intel(R) 945 Express Chipset Family" .align 3 .LC3305: .string "293esd" .align 3 .LC3306: .string "High Definition Audio Controller" .align 3 .LC3307: .string "AA01211025" .align 3 .LC3308: .string "Intel(R) ICH8 Family SMBus Controller" .align 3 .LC3309: .string "80303" .align 3 .LC3310: .string "I/O Processor PCI-to-PCI Bridge Unit" .align 3 .LC3311: .string "80312" .align 3 .LC3312: .string "I/O Companion Unit PCI-to-PCI Bridge" .align 3 .LC3313: .string "80219" .align 3 .LC3314: .string "General Purpose PCI Processor Address Translation Unit" .align 3 .LC3315: .string "670xPXH" .align 3 .LC3316: .string "I/OxAPIC Interrupt Controller" .align 3 .LC3317: .string "6700PXH" .align 3 .LC3318: .string "I/OxAPIC Interrupt Controller B" .align 3 .LC3319: .string "PCI Express-to-PCI Express Bridge A" .align 3 .LC3320: .string "PCI Express-to-PCI Express Bridge B" .align 3 .LC3321: .string "6702PXH" .align 3 .LC3322: .string "PCI Express-to-PCI Express Bridge" .align 3 .LC3323: .string "80332" .align 3 .LC3324: .string "A-Segment Bridge" .align 3 .LC3325: .string "A-Segment IOAPIC" .align 3 .LC3326: .string "B-Segment Bridge" .align 3 .LC3327: .string "B-Segment IOAPIC" .align 3 .LC3328: .string "Address Translation Unit" .align 3 .LC3329: .string "80331" .align 3 .LC3330: .string "Address Translation Unit (ATU)" .align 3 .LC3331: .string "41210" .align 3 .LC3332: .string "Serial to Parallel PCI Bridge A" .align 3 .LC3333: .string "Serial to Parallel PCI Bridge B" .align 3 .LC3334: .string "80333" .align 3 .LC3335: .string "Segment-A PCI Express-to-PCI Express Bridge" .align 3 .LC3336: .string "A-Bus IOAPIC" .align 3 .LC3337: .string "0893" .align 3 .LC3338: .string "network controller" .align 3 .LC3339: .string "B-Bus IOAPIC" .align 3 .LC3340: .string "266E" .align 3 .LC3341: .string "P040100" .align 3 .LC3342: .string "ACPI x86-based PC" .align 3 .LC3343: .string "HD Graphics 4200" .align 3 .LC3344: .string "Intel HD Graphics 4600" .align 3 .LC3345: .string "ven_8086&dev_0412" .align 3 .LC3346: .string "SUBSYS_197A103C" .align 3 .LC3347: .string "Intel(R) HD Graphics 4600" .align 3 .LC3348: .string "82375MB" .align 3 .LC3349: .string "PCI\\VEN_8086&DEV_3B64&SUBSYS_20391B0A&REV_06" .align 3 .LC3350: .string "82424TX/ZX" .align 3 .LC3351: .string "CPU (i486) Bridge (Saturn)" .align 3 .LC3352: .string "82378ZB/IB" .align 3 .LC3353: .string "SIO ISA Bridge" .align 3 .LC3354: .string "PCI\\VEN_8086&DEV_1C22&SUBSYS_2AC2103C&REV_04" .align 3 .LC3355: .string "HP Pro 3400 XPx32/7x32 drivers" .align 3 .LC3356: .string "0x1502" .align 3 .LC3357: .string "Intel 82579 Gigabit Network Card" .align 3 .LC3358: .string "82434bX/zX" .align 3 .LC3359: .string "Mercury/Neptune Cache/DRAM Controller" .align 3 .LC3360: .string "E8870" .align 3 .LC3361: .string "Processor Bus Controller" .align 3 .LC3362: .string "Memory Controller" .align 3 .LC3363: .string "Scalability Port 0" .align 3 .LC3364: .string "Scalability Port 1 / Glob. Perf. Monitor" .align 3 .LC3365: .string "E8870IO" .align 3 .LC3366: .string "Hub Interface Port 0 (8-bit compatible)" .align 3 .LC3367: .string "Hub Interface Port 2" .align 3 .LC3368: .string "Hub Interface Port 3" .align 3 .LC3369: .string "Hub Interface Port 4" .align 3 .LC3370: .string "Server I/O Hub (SIOH)" .align 3 .LC3371: .string "Reliabilty, Availability, Serviceability" .align 3 .LC3372: .string "E8870SP" .align 3 .LC3373: .string "Scalability Port 1" .align 3 .LC3374: .string "Scalability Port 2" .align 3 .LC3375: .string "Scalability Port 3" .align 3 .LC3376: .string "Scalability Port 4" .align 3 .LC3377: .string "Scalability Port 5" .align 3 .LC3378: .string "Scalability Port Switch Global Registers" .align 3 .LC3379: .string "Interleave Configuration Registers" .align 3 .LC3380: .string "1043" .align 3 .LC3381: .string "Storage RAID Controller" .align 3 .LC3382: .string "3.0/2.0" .align 3 .LC3383: .string "Intel B75 Express Chipset" .align 3 .LC3384: .string "10B01734" .align 3 .LC3385: .string "pci/ven_8086&dev_27da&subsys_30b2103c&rev_02\\3&b1bfb68&0&fb" .align 3 .LC3386: .string "612BNXHMW" .align 3 .LC3387: .string "Intel Centrino Wireless-N + WiMAX 6150" .align 3 .LC3388: .string "Intel Centrino Chipset" .align 3 .LC3389: .string "Intel Centrino Wireless-N 2230" .align 3 .LC3390: .string "40608086" .align 3 .LC3391: .string "Intel Centrino Advanced N 6235" .align 3 .LC3392: .string "Network Controller" .align 3 .LC3393: .string "86881" .align 3 .LC3394: .string "Centrino Wireless-N 105" .align 3 .LC3395: .string "Wireless-N 130" .align 3 .LC3396: .string "Intel Centrino Wireless-N 130" .align 3 .LC3397: .string "802.11n" .align 3 .LC3398: .string "Intel Centrino Wireless-N 100" .align 3 .LC3399: .string "PCI\\VEN_8086&DEV_08B1" .align 3 .LC3400: .string "Intel(R) Dual Band Wireless-AC 7260" .align 3 .LC3401: .string "Intel Dual Band Wireless-AC 3160" .align 3 .LC3402: .string "80960RP" .align 3 .LC3403: .string "i960 RP Microprocessor/Bridge" .align 3 .LC3404: .string "80960RM/RN" .align 3 .LC3405: .string "i960RM/RN Microprocessor/Bridge" .align 3 .LC3406: .string "i960 RP Microprocessor Bridge" .align 3 .LC3407: .string "0A03" .align 3 .LC3408: .string "Intel(R) Dynamic Platform and Thermal Framework Processor Participant" .align 3 .LC3409: .string "0A04" .align 3 .LC3410: .string "PCI standard host CPU bridge" .align 3 .LC3411: .string "0A0C" .align 3 .LC3412: .string "3000" .align 3 .LC3413: .string "Intel HD Graphics Controller" .align 3 .LC3414: .string "0A1" .align 3 .LC3415: .string "0000000" .align 3 .LC3416: .string "Intel Graphics Media Accelerator 3600 Series" .align 3 .LC3417: .string "0C00" .align 3 .LC3418: .string "Intel(R) 4th Gen Core processor DRAM Controller" .align 3 .LC3419: .string "V9201015" .align 3 .LC3420: .string "Intel(R) 6 Series/C200 Series Chipset Family SMBus Controller" .align 3 .LC3421: .string "0F00" .align 3 .LC3422: .string "Intel(R) Pentium(R)/Celeron(R) processor N-/J- series SoC Transaction Router" .align 3 .LC3423: .string "0F04" .align 3 .LC3424: .string "0F12" .align 3 .LC3425: .string "Intel(R) Pentium(R)/Celeron(R) processor N-/J- series Platform Control Unit - SMBus Port" .align 3 .LC3426: .string "0F18" .align 3 .LC3427: .string "Intel(R) Trusted Execution Engine Interface" .align 3 .LC3428: .string "0F1C" .align 3 .LC3429: .string "Intel(R) Pentium(R)/Celeron(R) processor N-/J- series Platform Conrol Unit LPC: Bridge to Intel Lega" .align 3 .LC3430: .string "0F23" .align 3 .LC3431: .string "Intel(R) Pentium(R)/Celeron(R) processor N-/J- series AHCI" .align 3 .LC3432: .string "5200" .align 3 .LC3433: .string "Iris pro 5200" .align 3 .LC3434: .string "0F35" .align 3 .LC3435: .string "Intel(R) USB 3.0 eXtensible Host Controller" .align 3 .LC3436: .string "0F48" .align 3 .LC3437: .string "Intel(R) Pentium(R)/Celeron(R) processor N-/J- series PCI Express Root Port" .align 3 .LC3438: .string "0F4A" .align 3 .LC3439: .string "82542" .align 3 .LC3440: .string "Gigabit Ethernet Controller" .align 3 .LC3441: .string "2572" .align 3 .LC3442: .string "10/100/1000 Ethernet Controller (Fiber)" .align 3 .LC3443: .string "Pro 100 LAN+Modem 56 CardBus II" .align 3 .LC3444: .string "82543GC" .align 3 .LC3445: .string "Gigabit Ethernet Controller (Copper)" .align 3 .LC3446: .string "82544EI/GC" .align 3 .LC3447: .string "82845G/GL/GV/GE/PE Integrated Graphics Device" .align 3 .LC3448: .string "82543EI/GC" .align 3 .LC3449: .string "82544GC" .align 3 .LC3450: .string "Gigabit Ethernet Controller (LOM)" .align 3 .LC3451: .string "02000" .align 3 .LC3452: .string "Intel Pro 1000/MT" .align 3 .LC3453: .string "82545EM" .align 3 .LC3454: .string "Intel(R) PRO/1000 MT Network Connection" .align 3 .LC3455: .string "82546EB" .align 3 .LC3456: .string "Dual Port Gigabit Ethernet Controller (Copper)" .align 3 .LC3457: .string "Gigabit Ethernet Controller (Fiber)" .align 3 .LC3458: .string "Dual Port Gigabit Ethernet Controller (Fiber)" .align 3 .LC3459: .string "82541EI" .align 3 .LC3460: .string "82541ER" .align 3 .LC3461: .string "82540EM" .align 3 .LC3462: .string "82540EP" .align 3 .LC3463: .string "PRO/1000 MT Mobile connection" .align 3 .LC3464: .string "82547EI" .align 3 .LC3465: .string "Dual Port Gigabit Ethernet Controller" .align 3 .LC3466: .string "Gigabit Ethernet Controller (Mobile)" .align 3 .LC3467: .string "82545ep" .align 3 .LC3468: .string "82545GM" .align 3 .LC3469: .string "82559" .align 3 .LC3470: .string "Fast Ethernet PCI/CardBus Controller" .align 3 .LC3471: .string "82801" .align 3 .LC3472: .string "PCI Networking device" .align 3 .LC3473: .string "82801CAM" .align 3 .LC3474: .string "PRO/100 VE Network Connection" .align 3 .LC3475: .string "PB 642365-003" .align 3 .LC3476: .string "multimedia video controller" .align 3 .LC3477: .string "PRO/100 VM Network Connection" .align 3 .LC3478: .string "82562EH" .align 3 .LC3479: .string "Phoneline Network Connection" .align 3 .LC3480: .string "LAN Controller" .align 3 .LC3481: .string "PRO/100 VM/KM Network Connection" .align 3 .LC3482: .string "10011734" .align 3 .LC3483: .string " 82562" .align 3 .LC3484: .string "82801DB" .align 3 .LC3485: .string "LAN Controller with 82562ET/EZ (CNR) PHY" .align 3 .LC3486: .string "LAN Controller with 82562EM/EX PHY" .align 3 .LC3487: .string "LAN Controller with 82562EM/EX (CNR) PHY" .align 3 .LC3488: .string "05221014" .align 3 .LC3489: .string "536EP" .align 3 .LC3490: .string "V.92 PCI (DSP) Data Fax Modema" .align 3 .LC3491: .string "PRO/Wireless 2011 LAN PCI Card" .align 3 .LC3492: .string "Intel(R) PRO/Wireless 2100 LAN Card Driver" .align 3 .LC3493: .string "82597EX" .align 3 .LC3494: .string "10 Gigabit Ethernet Controller" .align 3 .LC3495: .string "82566MM NIC" .align 3 .LC3496: .string "Gigabit Network Connection Interface Controller" .align 3 .LC3497: .string "Intel 82566DM Gigabit Ethernet" .align 3 .LC3498: .string "gigabit ethernet" .align 3 .LC3499: .string "82566DC" .align 3 .LC3500: .string "Gigabit Ethernet" .align 3 .LC3501: .string "82566MC" .align 3 .LC3502: .string "Intel Gigabit 82566MC" .align 3 .LC3503: .string "82562EZ" .align 3 .LC3504: .string "82801EB/ER" .align 3 .LC3505: .string "PRO/100 VM ork NetConnectionw" .align 3 .LC3506: .string "PRO/100 VE Network Connection (mobile)" .align 3 .LC3507: .string "PRO/100 VM Network Connection (mobile)" .align 3 .LC3508: .string "82551QM" .align 3 .LC3509: .string "82579V" .align 3 .LC3510: .string "Intel(R) PRO/1000 PT Dual Port Server Adapter" .align 3 .LC3511: .string "Intel Pro VE" .align 3 .LC3512: .string "82562EZ PLC" .align 3 .LC3513: .string "82801FB/FR/FW/FRW" .align 3 .LC3514: .string "LAN Controller Intel Corporation 82562ET/EZ/GT/GZ - PRO/100 VE Ethernet Controller" .align 3 .LC3515: .string "82562" .align 3 .LC3516: .string "1068h 82562ET/EZ/GT/GZ PRO/100 VE Ethernet Controller" .align 3 .LC3517: .string "82541PI" .align 3 .LC3518: .string "Gigabit Ethernet Controller (Copper) rev 5" .align 3 .LC3519: .string "0321CGEA04" .align 3 .LC3520: .string "FA82537EP - Intel 537EP V.92 (PCI) modem" .align 3 .LC3521: .string "PC82573V" .align 3 .LC3522: .string "Intel network controller (PCIE Gigabit Ethernet)" .align 3 .LC3523: .string "82573E" .align 3 .LC3524: .string "Intel Corporation 82573E Gigabit Ethernet Controller (Copper)" .align 3 .LC3525: .string "ICH7R" .align 3 .LC3526: .string "Intel(R) Active Management Technology - KCS" .align 3 .LC3527: .string "Intel(R) Active Management Technology - SOL" .align 3 .LC3528: .string "27DA" .align 3 .LC3529: .string "PRO/100 VE Network Controller" .align 3 .LC3530: .string "Onboard - Intel PRO 100/VE nic" .align 3 .LC3531: .string "get PRO2KXP.exe from Intel" .align 3 .LC3532: .string "Intel PRO/1000 EB" .align 3 .LC3533: .string "82573L" .align 3 .LC3534: .string "Intel PRO/1000 PL Network Adaptor" .align 3 .LC3535: .string "e1qexpress" .align 3 .LC3536: .string "HP E1Q Express" .align 3 .LC3537: .string "82575 ?" .align 3 .LC3538: .string "82575EB Gigabit Network Connection" .align 3 .LC3539: .string "82575EB Gigabit Backplane Connection" .align 3 .LC3540: .string "82546GB" .align 3 .LC3541: .string "Quad Port Gigabit Ethernet Controller" .align 3 .LC3542: .string "82572GI" .align 3 .LC3543: .string "Intel PRO/1000 PT Desktop" .align 3 .LC3544: .string "82566DM" .align 3 .LC3545: .string "Intel 82566DM Gigabit Ethernet Adapter" .align 3 .LC3546: .string "8082" .align 3 .LC3547: .string "Intel(R) 82562V-2 10/100 Network Connection" .align 3 .LC3548: .string "82562GT" .align 3 .LC3549: .string "Intel 82562GT 10/100 Network Controller" .align 3 .LC3550: .string "82576?" .align 3 .LC3551: .string "82576 Gigabit ET Dual Port Server Adapter" .align 3 .LC3552: .string "82567" .align 3 .LC3553: .string "Intel(R) 82567LF-2 Gigabit Network Connection" .align 3 .LC3554: .string "82567V-2" .align 3 .LC3555: .string "Intel 82567V-2 Gigabit Network Connection" .align 3 .LC3556: .string "82574L" .align 3 .LC3557: .string "Intel\302\256 82574L Gigabit Ethernet Controller" .align 3 .LC3558: .string "82575" .align 3 .LC3559: .string "82566 DM-2-gigabyte" .align 3 .LC3560: .string "02761028" .align 3 .LC3561: .string "82576 ?" .align 3 .LC3562: .string "82576 Gigabit Network Connection" .align 3 .LC3563: .string "82576" .align 3 .LC3564: .string "E64750-xxx Intel Gigabit ET Quad Port Server Adapter" .align 3 .LC3565: .string "82577LM" .align 3 .LC3566: .string "Intel 82577LM Gigabit LAN Controller" .align 3 .LC3567: .string "Realtek AC97Audio" .align 3 .LC3568: .string "Realtek 171 High Definition Audio" .align 3 .LC3569: .string "Intel\302\256 82578DM Gigabit Ethernet Controller" .align 3 .LC3570: .string "82578" .align 3 .LC3571: .string "Intel(R) 82578DC Gigabit NIC" .align 3 .LC3572: .string "82567LM" .align 3 .LC3573: .string "Intel\302\256 82567LM-2 Gigabit Network Connection" .align 3 .LC3574: .string "82599" .align 3 .LC3575: .string "10 Gb Ethernet controller" .align 3 .LC3576: .string "82815/EP/P" .align 3 .LC3577: .string "Host-Hub Interface Bridge / DRAM Ctrlr" .align 3 .LC3578: .string "AGP Bridge" .align 3 .LC3579: .string "82915GV" .align 3 .LC3580: .string "Internal Graphics Device" .align 3 .LC3581: .string "82815" .align 3 .LC3582: .string "2200" .align 3 .LC3583: .string "pci simple controller " .align 3 .LC3584: .string "82815/82815EM/EP" .align 3 .LC3585: .string "65416http://www.pcidatabase.com/update_device.php?" .align 3 .LC3586: .string "Internal Graphics Device [810/815 chipset AGP]" .align 3 .LC3587: .string "82806AA" .align 3 .LC3588: .string "I/O APIC Device" .align 3 .LC3589: .string "BECC" .align 3 .LC3590: .string "XScale 80200 Companion Chip (FPGA)" .align 3 .LC3591: .string "03491025" .align 3 .LC3592: .string "00" .align 3 .LC3593: .string "IXP1200" .align 3 .LC3594: .string "Network Processor" .align 3 .LC3595: .string "8255xER/IT" .align 3 .LC3596: .string "Fast Ethernet Controller for xp pc" .align 3 .LC3597: .string "82092AA" .align 3 .LC3598: .string "PCMCIA Bridge" .align 3 .LC3599: .string "2792" .align 3 .LC3600: .string "IDE Ctrlr" .align 3 .LC3601: .string "Conexant Cx20468 @ Intel 82801FB ICH6 - AC'97 Audi" .align 3 .LC3602: .string "Audio Controller" .align 3 .LC3603: .string "82452KX/GX" .align 3 .LC3604: .string "Orion Extended Express CPU to PCI Bridge" .align 3 .LC3605: .string "82596" .align 3 .LC3606: .string "EtherExpress PRO/10" .align 3 .LC3607: .string "82801db ich4" .align 3 .LC3608: .string "LAN Controller with 82562EM" .align 3 .LC3609: .string "EE PRO/100 Smart" .align 3 .LC3610: .string "Intelligent 10/100 Fast Ethernet Adapter" .align 3 .LC3611: .string "1e22" .align 3 .LC3612: .string "Intel(R) PRO/100 http://ftp.dell.com/network/R56484.EXE" .align 3 .LC3613: .string "82437FX" .align 3 .LC3614: .string "System Controller (TSC)" .align 3 .LC3615: .string "82371AB/EB PCI" .align 3 .LC3616: .string "PCI to ISA Bridge (Triton)" .align 3 .LC3617: .string "FW82371AB" .align 3 .LC3618: .string "IDE Interface (Triton)" .align 3 .LC3619: .string "16345" .align 3 .LC3620: .string "DSVD Modem" .align 3 .LC3621: .string "82371MX" .align 3 .LC3622: .string "82439TX" .align 3 .LC3623: .string "Mobile System Controller (MTSC)" .align 3 .LC3624: .string "82440LX/EX" .align 3 .LC3625: .string "PCI & Memory" .align 3 .LC3626: .string "82371FB" .align 3 .LC3627: .string "82380PB" .align 3 .LC3628: .string "PCI to PCI Docking Bridge" .align 3 .LC3629: .string "82380AB" .align 3 .LC3630: .string "Mobile PCI-to-ISA Bridge (MISA)" .align 3 .LC3631: .string "683053" .align 3 .LC3632: .string "Programmable Interrupt Device" .align 3 .LC3633: .string "82466GX" .align 3 .LC3634: .string "Integrated Hot-Plug Controller (IHPC)" .align 3 .LC3635: .string "PCI\\VEN_8086&DEV_9C22" .align 3 .LC3636: .string "24c6" .align 3 .LC3637: .string "82752" .align 3 .LC3638: .string "AGP Graphics Accelerator" .align 3 .LC3639: .string "Mobile PCI-to-PCIsdsdsdI2)" .align 3 .LC3640: .string "PCI\\VEN_8086&DEV_2E17&CC_070002" .align 3 .LC3641: .string "9776" .align 3 .LC3642: .string "Mobile PCI-to-PCI Bridge (MPCI2)" .align 3 .LC3643: .string "82430HX" .align 3 .LC3644: .string "System Controller (TXC)" .align 3 .LC3645: .string "92XX" .align 3 .LC3646: .string "SIGMATEL STAC 92XX C-Major HD Audio" .align 3 .LC3647: .string "Hub Interface to PCI Bridge" .align 3 .LC3648: .string "Advanced Interrupt Controller" .align 3 .LC3649: .string "VVVV" .align 3 .LC3650: .string "VVVVVV" .align 3 .LC3651: .string "82870P2" .align 3 .LC3652: .string "Hub Interface-to-PCI Bridge" .align 3 .LC3653: .string "14611014" .align 3 .LC3654: .string "Hot Plug Controller" .align 3 .LC3655: .string "0x04931028" .align 3 .LC3656: .string "Intel 82579LM Gigabit Network Card" .align 3 .LC3657: .string "Intel 82579v" .align 3 .LC3658: .string "Gigabit Network Connection" .align 3 .LC3659: .string "82576NS Gigabit Ethernet Controller" .align 3 .LC3660: .string "82583V" .align 3 .LC3661: .string "Intel\302\256 82583V Gigabit Ethernet Controller" .align 3 .LC3662: .string "82576 Gigabit Backplane Connection" .align 3 .LC3663: .string "82580 ?" .align 3 .LC3664: .string "82580 Gigabit Network Connection" .align 3 .LC3665: .string "82580 Gigabit Fiber Network Connection" .align 3 .LC3666: .string "82580 Gigabit Backplane Connection" .align 3 .LC3667: .string "82580 Gigabit SFP Connection" .align 3 .LC3668: .string "82576NS SerDes Gigabit Network Connection" .align 3 .LC3669: .string "I350" .align 3 .LC3670: .string "i350 Gigabit Network Connection" .align 3 .LC3671: .string "82567V-4" .align 3 .LC3672: .string "Intel 82567V-4 Gigabit Network Connection" .align 3 .LC3673: .string "Intel Gigabit ET2 Quad Port Server Adapter" .align 3 .LC3674: .string "210" .align 3 .LC3675: .string "Intel I210 Gigabit Network Connection" .align 3 .LC3676: .string "330" .align 3 .LC3677: .string "Intel I217-LM Ethernet Connection" .align 3 .LC3678: .string "I217-V" .align 3 .LC3679: .string "Intel Gigabit Ethernet Controller I217-V" .align 3 .LC3680: .string "0x8CBA" .align 3 .LC3681: .string "Intel Ethernet I218-V" .align 3 .LC3682: .string "I218LM" .align 3 .LC3683: .string "Intel\302\256 Ethernet Connection I218-V" .align 3 .LC3684: .string "2200bg" .align 3 .LC3685: .string "PCI Simple Communications Controller" .align 3 .LC3686: .string "i960RP Microprocessor" .align 3 .LC3687: .string "Promise SuperTrak SX6000 IDE RAID Controller" .align 3 .LC3688: .string "Eicon DIVA Server Voice PRI 2.0 (PCI)" .align 3 .LC3689: .string "82840" .align 3 .LC3690: .string "Host-Hub Interface A Bridge / DRAM Ctrlr" .align 3 .LC3691: .string "Host to I/O Hub Bridge (Quad PCI)" .align 3 .LC3692: .string "Hub Interface B Bridge" .align 3 .LC3693: .string "82845G[GL/GV/GE/PE]" .align 3 .LC3694: .string "Host-Hub Interface Bridge" .align 3 .LC3695: .string "82845[MP/MZ]" .align 3 .LC3696: .string "5000P" .align 3 .LC3697: .string "5000 Series Chipset DMA Engine" .align 3 .LC3698: .string "1C02" .align 3 .LC3699: .string "Intel(R) 6/C200 Series Chipset Family 6 Port SATA AHCI Controller" .align 3 .LC3700: .string "8086&dev_1c02" .align 3 .LC3701: .string "Intel(R) Desktop/Workstation/Server Express Chipset SATA AHCI Controller" .align 3 .LC3702: .string "Intel(R) Mobile Express Chipset SATA AHCI Controll" .align 3 .LC3703: .string "Intel(R) CPT Chipset Family 6 Port SATA AHCI Controller " .align 3 .LC3704: .string "1C10" .align 3 .LC3705: .string "Intel(R) 6/C200 Series Chipset Family PCI Express Root Port" .align 3 .LC3706: .string "1C18" .align 3 .LC3707: .string "1C3Afsfsdf" .align 3 .LC3708: .string "1C3Asfsfsdf" .align 3 .LC3709: .string "1C1C" .align 3 .LC3710: .string "1C1E" .align 3 .LC3711: .string "1C20" .align 3 .LC3712: .string "win7 64-bit " .align 3 .LC3713: .string "HM65" .align 3 .LC3714: .string "Intel(R) 6/C200 Series Chipset Family USB Enhanced Host Controller" .align 3 .LC3715: .string "1C2D" .align 3 .LC3716: .string "0780" .align 3 .LC3717: .string "pci simple communications controller" .align 3 .LC3718: .string "161C103C" .align 3 .LC3719: .string "Intel Management Engine Interface" .align 3 .LC3720: .string "111" .align 3 .LC3721: .string "Series Chipset Family HECI Controller #2" .align 3 .LC3722: .string "Intel(R) 6 Series Series Chipset Family" .align 3 .LC3723: .string "FCD01179" .align 3 .LC3724: .string "04" .align 3 .LC3725: .string "Q65" .align 3 .LC3726: .string "Intel(R) Q65 Express Chipset Family LPC Interface Controller" .align 3 .LC3727: .string "X79 series chipset HECI Controller" .align 3 .LC3728: .string "X79/C600 series chipset Management Engine Interface" .align 3 .LC3729: .string "CC0700" .align 3 .LC3730: .string "Intel Active Management Technology AMT" .align 3 .LC3731: .string "Intel H77 Express Chipset" .align 3 .LC3732: .string "2 ports IDE Controller" .align 3 .LC3733: .string "SUBSYS_102E17AA&REV_04" .align 3 .LC3734: .string "Intel 7 Series/C216 Chipset Family SATA AHCI Controller" .align 3 .LC3735: .string "PCI\\CC_010601" .align 3 .LC3736: .string "Intel(R) 7 Series Chipset Family SATA AHCI Controller" .align 3 .LC3737: .string "C216" .align 3 .LC3738: .string "Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port" .align 3 .LC3739: .string "c4" .align 3 .LC3740: .string "rev" .align 3 .LC3741: .string "1E20" .align 3 .LC3742: .string "Intel(R) 7 SeriesC216 Chipset Family SMBus Host Co" .align 3 .LC3743: .string "SM-Bus Controller of the Intel Z77 Chipset" .align 3 .LC3744: .string "Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller" .align 3 .LC3745: .string "Intel USB 3.0 eXtensible Host Controller 1E31" .align 3 .LC3746: .string "Intel USB 3.0" .align 3 .LC3747: .string "PCI\\VEN_8086&DEV_1E3A&SUBSYS" .align 3 .LC3748: .string "Intel Management Engine Interface (MEI)" .align 3 .LC3749: .string "8555555555555999999999999999999999999999999999999999999999999999999900000000000000000001222222222222" .align 3 .LC3750: .string "Z77" .align 3 .LC3751: .string "C216 Chipset - Platform controller hub" .align 3 .LC3752: .string "602317" .align 3 .LC3753: .string "Intel(R) AMT LMS_SOL for AMT 8.xx" .align 3 .LC3754: .string "140889" .align 3 .LC3755: .string "Intel(R) HM76 Express Chipset LPC Controller" .align 3 .LC3756: .string "Avoton SoC" .align 3 .LC3757: .string "Intel Corporation Ethernet Connection I354" .align 3 .LC3758: .string "CA 95054" .align 3 .LC3759: .string "505943621" .align 3 .LC3760: .string "0x18C9" .align 3 .LC3761: .string "Framegrabber" .align 3 .LC3762: .string "Atheros L2" .align 3 .LC3763: .string "Fast Ethernet 10/100 Base-T Controller" .align 3 .LC3764: .string "82801G " .align 3 .LC3765: .string "AC97 Audio Controller. website to download - http://www.intel.com/design/chipsets/manuals/29802801.p" .align 3 .LC3766: .string "Intel Management Interface" .align 3 .LC3767: .string "5110P" .align 3 .LC3768: .string "Intel(R) Xeon Phi(TM) Coprocessor" .align 3 .LC3769: .string "810D1043" .align 3 .LC3770: .string "02\\3" .align 3 .LC3771: .string "SE10" .align 3 .LC3772: .string "3120" .align 3 .LC3773: .string "31S1P" .align 3 .LC3774: .string "82801 / ?" .align 3 .LC3775: .string "AC97 Modem Controller / PCI Modem" .align 3 .LC3776: .string "82801AA" .align 3 .LC3777: .string "LPC Interface" .align 3 .LC3778: .string "IDE Controller (UltraATA/66)" .align 3 .LC3779: .string "USB Controller" .align 3 .LC3780: .string "SMBus Controller" .align 3 .LC3781: .string "Intel 82801DBM SM/BUS Controller 24C3" .align 3 .LC3782: .string "Aureal (AD1881 SOUNDMAX) Placa M\303\243e Asaki P3-141" .align 3 .LC3783: .string "82801ER" .align 3 .LC3784: .string "AC'97 Modem Controller" .align 3 .LC3785: .string "Hub Interface-to-PCI Bridge 82801 PCI-2448 0x2448" .align 3 .LC3786: .string "82801AB" .align 3 .LC3787: .string "IDE Controller (UltraATA/33)" .align 3 .LC3788: .string "82801BA" .align 3 .LC3789: .string "Audio controler" .align 3 .LC3790: .string "AC97 Modem Controller" .align 3 .LC3791: .string "82810" .align 3 .LC3792: .string "pci bus" .align 3 .LC3793: .string "82801BA/BAM AC'97" .align 3 .LC3794: .string "LPC Interface Bridge, ICH2" .align 3 .LC3795: .string "82801BA/BAM" .align 3 .LC3796: .string "USB Controller, USB-A" .align 3 .LC3797: .string "USB Controller, USB-B" .align 3 .LC3798: .string "Intel i945G/GZ" .align 3 .LC3799: .string "AC97 Audio Controller" .align 3 .LC3800: .string "82801BAM/CAM/DBM" .align 3 .LC3801: .string "82559ER" .align 3 .LC3802: .string "82559ER Integrated 10Base-T/100Base-TX Ethernet Controller" .align 3 .LC3803: .string "82801BAM" .align 3 .LC3804: .string "LPC Interface Bridge" .align 3 .LC3805: .string "Intel(R) 82801 PCI Bridge" .align 3 .LC3806: .string "82801E" .align 3 .LC3807: .string "LAN0 Controller" .align 3 .LC3808: .string "Multimedia Audio Controller" .align 3 .LC3809: .string "82801CA" .align 3 .LC3810: .string "82801CA/CAM" .align 3 .LC3811: .string "AC 97 Modem Controller" .align 3 .LC3812: .string "UltraATA IDE Controller" .align 3 .LC3813: .string "UltraATA/100 IDE Controller" .align 3 .LC3814: .string "LPC Interface or ISA bridge: see Notes" .align 3 .LC3815: .string "82801??" .align 3 .LC3816: .string "USB 2.0 EHCI Contoroller" .align 3 .LC3817: .string "82801DB/DBL" .align 3 .LC3818: .string "82801DB/DBL/DBM" .align 3 .LC3819: .string "USB UHCI Controller #1" .align 3 .LC3820: .string "modem" .align 3 .LC3821: .string "USB UHCI Controller" .align 3 .LC3822: .string "82801DBM SoundMAXController (ICH4-M B0 step)" .align 3 .LC3823: .string "Realtek AC97" .align 3 .LC3824: .string "82801DBM SoundMAXController " .align 3 .LC3825: .string "VIA Vynil v700b" .align 3 .LC3826: .string "SUBSYS_21179" .align 3 .LC3827: .string "Soundmax Integrated Digital Audio" .align 3 .LC3828: .string "Intel 82801 DB DBM/DA AC 97 Audio Controller" .align 3 .LC3829: .string "C-Media AC97 Audio Device" .align 3 .LC3830: .string "82801 /8086" .align 3 .LC3831: .string "USB UHCI Controller #3" .align 3 .LC3832: .string "82801DBM" .align 3 .LC3833: .string "IDE Controller (UltraATA/100)" .align 3 .LC3834: .string "USB EHCI Controller" .align 3 .LC3835: .string "SATA Controller" .align 3 .LC3836: .string "USB UHCI Controller 1" .align 3 .LC3837: .string "USB UHCI Controller #2" .align 3 .LC3838: .string "AD1888/AD1980" .align 3 .LC3839: .string "Analog Devices AD1888/AD1980 @ Intel 82801EB ICH5 - AC'97 Audio Controller [A-2/A-3]" .align 3 .LC3840: .string "Motorola SM56 Data Fax Modem" .align 3 .LC3841: .string "EIDE Controller" .align 3 .LC3842: .string "82801EB" .align 3 .LC3843: .string "LPC Interface Controller" .align 3 .LC3844: .string "USB UHCI Controller #4" .align 3 .LC3845: .string "SATA Controller (RAID)" .align 3 .LC3846: .string "24e4" .align 3 .LC3847: .string "intel " .align 3 .LC3848: .string "82820" .align 3 .LC3849: .string "Host Bridge (MCH)" .align 3 .LC3850: .string "82805AA" .align 3 .LC3851: .string "Memory Translator Hub (MTH)" .align 3 .LC3852: .string "8280" .align 3 .LC3853: .string "Audio Device on High Definition Audio Bus" .align 3 .LC3854: .string "82850/E" .align 3 .LC3855: .string "Host-Hub Interface Bridge(A2 step)" .align 3 .LC3856: .string "82860" .align 3 .LC3857: .string "Host-Hub Interface_A Bridge (DP mode)" .align 3 .LC3858: .string "82850/850E/860" .align 3 .LC3859: .string "Hub Interface_B Bridge" .align 3 .LC3860: .string "Hub Interface_C Bridge" .align 3 .LC3861: .string "PCI Bridge" .align 3 .LC3862: .string "(Quad Processor mode)" .align 3 .LC3863: .string "E7500" .align 3 .LC3864: .string "Host-HI Bridge & DRAM Controller" .align 3 .LC3865: .string "E7500/E7501" .align 3 .LC3866: .string "DRAM Controller Error Reporting" .align 3 .LC3867: .string "HI_B Virtual PCI-to-PCI Bridge" .align 3 .LC3868: .string "HI_B PCI-to-PCI Bridge Error Reporting" .align 3 .LC3869: .string "HI_C Virtual PCI-to-PCI Bridge" .align 3 .LC3870: .string "HI_C PCI-to-PCI Bridge Error Reporting" .align 3 .LC3871: .string "HI_D Virtual PCI-to-PCI Bridge" .align 3 .LC3872: .string "HI_D PCI-to-PCI Bridge Error Reporting" .align 3 .LC3873: .string "E7501" .align 3 .LC3874: .string "Host Controller" .align 3 .LC3875: .string "E7505" .align 3 .LC3876: .string "25511014" .align 3 .LC3877: .string "Host RAS Controller" .align 3 .LC3878: .string "E7205/E7505" .align 3 .LC3879: .string "PCI-to-AGP Bridge" .align 3 .LC3880: .string "Hub Interface_B PCI-to-PCI Bridge" .align 3 .LC3881: .string "Hub I/F_B PCI-to-PCI Bridge Error Report" .align 3 .LC3882: .string "E7205" .align 3 .LC3883: .string "82845G/GL/GV/GE/PE" .align 3 .LC3884: .string "DRAM Controller / Host-Hub I/F Bridge" .align 3 .LC3885: .string "Host-to-AGP Bridge" .align 3 .LC3886: .string "Integrated Graphics Device" .align 3 .LC3887: .string "82801FR" .align 3 .LC3888: .string "SATA RAID CONTROLLER" .align 3 .LC3889: .string "82865G/PE/P, 82848P" .align 3 .LC3890: .string "DRAM Controller / Host-Hub Interface" .align 3 .LC3891: .string "intel d865glc" .align 3 .LC3892: .string "PCI-to-CSA Bridge" .align 3 .LC3893: .string "Overflow Configuration" .align 3 .LC3894: .string "82875P/E7210" .align 3 .LC3895: .string "82875P" .align 3 .LC3896: .string "PCI to CSA Bridge" .align 3 .LC3897: .string "915G/P/GV" .align 3 .LC3898: .string "Host Bridge / DRAM Controller" .align 3 .LC3899: .string "915G/P/GV, 925X/XE?" .align 3 .LC3900: .string "Host-PCI Express Bridge" .align 3 .LC3901: .string "142550" .align 3 .LC3902: .string "82915g/gv/910gl Express Chipset Family" .align 3 .LC3903: .string "82925X/XE" .align 3 .LC3904: .string "E7221" .align 3 .LC3905: .string "Host Bridge/DRAM Controller" .align 3 .LC3906: .string "PCI Express Bridge" .align 3 .LC3907: .string "Internal Graphics" .align 3 .LC3908: .string "915GM" .align 3 .LC3909: .string "Mobile Intel(R) 915GM/PM/GMS/910GML Express Processor to DRAM Controller" .align 3 .LC3910: .string "Intel 82852/82855 " .align 3 .LC3911: .string "Graphic controller family" .align 3 .LC3912: .string "6300ESB" .align 3 .LC3913: .string "PATA100 IDE Controller" .align 3 .LC3914: .string "SATA Controller(IDE Mode)" .align 3 .LC3915: .string "AC'97 Audio Controller" .align 3 .LC3916: .string "USB 1.1 UHCI Controller #1" .align 3 .LC3917: .string "USB 1.1 UHCI Controller #2" .align 3 .LC3918: .string "Watchdog Timer" .align 3 .LC3919: .string "APIC1" .align 3 .LC3920: .string "USB 2.0 EHCI Controller" .align 3 .LC3921: .string "Hub Interface to PCI-X Bridge" .align 3 .LC3922: .string "Serial ATA Controller (RAID mode)" .align 3 .LC3923: .string "E8500" .align 3 .LC3924: .string "Hub Interface 1.5" .align 3 .LC3925: .string "PCI Express Port D" .align 3 .LC3926: .string "PCI Express Port C0" .align 3 .LC3927: .string "PCI Express Port C1" .align 3 .LC3928: .string "PCI Express Port B0" .align 3 .LC3929: .string "PCI Express Port B1" .align 3 .LC3930: .string "PCI Express Port A0" .align 3 .LC3931: .string "PCI Express Port A1" .align 3 .LC3932: .string "82801FB/FR" .align 3 .LC3933: .string "82801FBM" .align 3 .LC3934: .string "LPC Interface Bridge (ICH6-M)" .align 3 .LC3935: .string "82801Fb" .align 3 .LC3936: .string "SATA RAID Controller" .align 3 .LC3937: .string "82801FR/FRW" .align 3 .LC3938: .string "SATA Raid Controller" .align 3 .LC3939: .string "AHCI Controller" .align 3 .LC3940: .string "SATA AHCI Controller" .align 3 .LC3941: .string "SATA IDE Controller" .align 3 .LC3942: .string "VIA Technologies Vinyl AC'97 Codec Combo Driver (W" .align 3 .LC3943: .string "VIA AC97 codec incorporated into VT82C686VT8251 SouthbridA/B, VT8231, VT8233/A/C, VT8235, VT8237/R" .align 3 .LC3944: .string "PCI Express Port 1" .align 3 .LC3945: .string "PCI Express Port 2" .align 3 .LC3946: .string "82801FB" .align 3 .LC3947: .string "PCI Express Port 3" .align 3 .LC3948: .string "PCI Express Port 4" .align 3 .LC3949: .string "11511583659" .align 3 .LC3950: .string "82801FB (ICH6) High Definition Audio Controller" .align 3 .LC3951: .string "2028026" .align 3 .LC3952: .string "jkn " .align 3 .LC3953: .string "82801BA/CA" .align 3 .LC3954: .string "czc82809kr" .align 3 .LC3955: .string "http://www.dell.com/support/drivers/us/en/19/DriverDetails/DriverFileFormats?DriverId=R104087&FileId" .align 3 .LC3956: .string "Driver audio digitale integrato ADI SoundMAX" .align 3 .LC3957: .string "Driver audio digitale integrato ADI SoundMAX - HP DV4000" .align 3 .LC3958: .string "82801FB/FBM/FW/FR/FRW" .align 3 .LC3959: .string "PATA100 Controller - 266F" .align 3 .LC3960: .string "631xESB/6321ESB/3100 " .align 3 .LC3961: .string "8280 (ICH6) High Defininition Audio Controller" .align 3 .LC3962: .string "631x/632x ESB2&3100" .align 3 .LC3963: .string "62089A2" .align 3 .LC3964: .string "631xESB/632xESB SATA AHCI Controller" .align 3 .LC3965: .string "ESB2" .align 3 .LC3966: .string "Intel(R) ESB2 SATA RAID Controller" .align 3 .LC3967: .string "631x/632x ESB2" .align 3 .LC3968: .string "ICH7 Family" .align 3 .LC3969: .string "82945G/GZ/P/PL" .align 3 .LC3970: .string "Intel(R) 945G/GZ/GC/P/PL Processor to I/O Controller" .align 3 .LC3971: .string "Host to PCI Express Bridge" .align 3 .LC3972: .string "82945G/GZ" .align 3 .LC3973: .string "PCI\\VEN_8086&DEV_2772&SUBSYS_2A57103C&REV_02\\3&11583659&0&10" .align 3 .LC3974: .string "82945G" .align 3 .LC3975: .string "INTEL(R) 82945G EXPRESS FAMILY" .align 3 .LC3976: .string "82975X" .align 3 .LC3977: .string "Intel 975X Express Chipset" .align 3 .LC3978: .string "82915G" .align 3 .LC3979: .string "Graphics device" .align 3 .LC3980: .string "Graphics device: 82915G/GV/910GL Express Chipset Family" .align 3 .LC3981: .string "038000" .align 3 .LC3982: .string "Mobile Intel(R) 915GM/GMS/, 910GML Express Chipset Family" .align 3 .LC3983: .string "945" .align 3 .LC3984: .string "Mobile chipset" .align 3 .LC3985: .string "874079" .align 3 .LC3986: .string "Mobile Intel(R) 945GM/GU/PM/GMS/940GML/943GML and Intel(R) 945GT Express Processor to DRAM Controlle" .align 3 .LC3987: .string "Intel 82945PM Memory Controller" .align 3 .LC3988: .string "Intel Corporation Mobile 945PM Express PCI Express Root Port" .align 3 .LC3989: .string "HPQ0006" .align 3 .LC3990: .string "945GM" .align 3 .LC3991: .string "Intel 945GM/950" .align 3 .LC3992: .string "945GL" .align 3 .LC3993: .string "Intel(R) ICH7 Family LPC Interface Controller" .align 3 .LC3994: .string "ICH7" .align 3 .LC3995: .string "Intel(R) ICH7M/U LPC Interface Controller" .align 3 .LC3996: .string "NM10" .align 3 .LC3997: .string "NM10 Family LPC Interface Controller" .align 3 .LC3998: .string "82801GB/GR/GH" .align 3 .LC3999: .string "Intel(R) N10/ICH7 Family Serial ATA Storage Controller" .align 3 .LC4000: .string "82801GR/GH" .align 3 .LC4001: .string "Raid Controller" .align 3 .LC4002: .string "82801GBM/GHM" .align 3 .LC4003: .string "Intel(R) ICH7/M/MDH SATA AHCI Controller" .align 3 .LC4004: .string "82801GHM" .align 3 .LC4005: .string "946" .align 3 .LC4006: .string "Intel(R) N10/ICH7 Family USB Universal Host Controller" .align 3 .LC4007: .string "82801G" .align 3 .LC4008: .string "Intel(R) N10/ICH7 Family USB2 Enhanced Host Controller" .align 3 .LC4009: .string "Intel(R) 82801G (ICH7 Family) PCI Express Root Port" .align 3 .LC4010: .string "Intel(R) N10/ICH7 Family PCI Express Root Port" .align 3 .LC4011: .string "27D8" .align 3 .LC4012: .string "UAA Bus Driver for HD Audio" .align 3 .LC4013: .string "PCI\\VEN_8086&DEV_2485&SUBSYS_AD021458&REV_02" .align 3 .LC4014: .string "Microsoft UAA Bus HD Audio" .align 3 .LC4015: .string "A62516F3" .align 3 .LC4016: .string "IDT High Definition Audio Driver\t" .align 3 .LC4017: .string "Intel(R) N10/ICH7 Family SMBus Controller" .align 3 .LC4018: .string "336C1462" .align 3 .LC4019: .string "Intel\302\256 PRO/100 VE Desktop Adapter" .align 3 .LC4020: .string "RTL8100C" .align 3 .LC4021: .string "AUDIO (ALC850) << Realtek " .align 3 .LC4022: .string "82801GB/GBM" .align 3 .LC4023: .string "Intel(R) ICH7 Family Ultra ATA Storage Controller" .align 3 .LC4024: .string "INTEL(R) HIGH DEFINITION AUDIO HDMI" .align 3 .LC4025: .string "0111" .align 3 .LC4026: .string "Intel(R) High Definition Audio HDMI Service" .align 3 .LC4027: .string "80860101" .align 3 .LC4028: .string "IntcDAudModel" .align 3 .LC4029: .string "Intel HD Audio" .align 3 .LC4030: .string "Intel HDMI Audio Chip" .align 3 .LC4031: .string "2812" .align 3 .LC4032: .string "Intel(R) ICH8DH LPC Interface Controller" .align 3 .LC4033: .string "902D104D" .align 3 .LC4034: .string "Intel(R) ICH8M LPC Interface Controller - 2815 Driver" .align 3 .LC4035: .string "82801HB/HR/HH/HO" .align 3 .LC4036: .string "SATA IDE Controller:4 port" .align 3 .LC4037: .string "82821HR/HH/HO" .align 3 .LC4038: .string "82801HR/HH/HO&82801IR/IH/IO(AIE=0)/ICH10R" .align 3 .LC4039: .string "82801HB" .align 3 .LC4040: .string "ICH8 AHCI Controller" .align 3 .LC4041: .string "82801IIH" .align 3 .LC4042: .string "Intel Q35" .align 3 .LC4043: .string "82801HBM/HEM" .align 3 .LC4044: .string "82801HBM" .align 3 .LC4045: .string "Intel(R) ICH8M SATA AHCI Controller" .align 3 .LC4046: .string "ICH8M/9M/ICH10M/i5M" .align 3 .LC4047: .string "2830" .align 3 .LC4048: .string "Intel(R) ICH8 Family USB Universal Host Controller" .align 3 .LC4049: .string "2831" .align 3 .LC4050: .string "2832" .align 3 .LC4051: .string "2834" .align 3 .LC4052: .string "2835" .align 3 .LC4053: .string "2836" .align 3 .LC4054: .string "Intel(R) ICH8 Family USB2 Enhanced Host Controller" .align 3 .LC4055: .string "81EC1043 (?)" .align 3 .LC4056: .string "ICH8 Family USB2 Enhanced Host Controller" .align 3 .LC4057: .string "PCI\\VEN_8086&DEV_283E&SUBSYS_20A917AA&REV_03\\3&B1B" .align 3 .LC4058: .string "283F" .align 3 .LC4059: .string "Intel(R) ICH8 Family PCI Express Root Port" .align 3 .LC4060: .string "888" .align 3 .LC4061: .string "Microsoft UAA bus for HD audio" .align 3 .LC4062: .string "ICH8" .align 3 .LC4063: .string "2847" .align 3 .LC4064: .string "Intel(R) ICH8M Ultra ATA Storage Controller" .align 3 .LC4065: .string "Intel Display Audio" .align 3 .LC4066: .string "Q945" .align 3 .LC4067: .string "ICH9D0" .align 3 .LC4068: .string "LPC bridge of ICH9" .align 3 .LC4069: .string "3" .align 3 .LC4070: .string "PCI Simple Communications-Controller " .align 3 .LC4071: .string "ATK0110 driver for WindowsXP/Vista/Win7 32&64-bit" .align 3 .LC4072: .string "http://dlcdnet.asus.com/pub/ASUS/misc/utils/MB_WIN7_ATK.ZIP" .align 3 .LC4073: .string "ICH9M" .align 3 .LC4074: .string "Intel(R) ICH9M/M-E Family 4 Port SATA AHCI Controller" .align 3 .LC4075: .string "82801(IB)/IR/IH/IO" .align 3 .LC4076: .string "82801IR/IH/IO" .align 3 .LC4077: .string "SATA IDE Controller:2 port1" .align 3 .LC4078: .string "82801IB" .align 3 .LC4079: .string "ICH9 AHCI Controller" .align 3 .LC4080: .string "82801IR/IH/IO(AIE=1)" .align 3 .LC4081: .string "SATA IDE Controller:2 port2" .align 3 .LC4082: .string "?(ICH9M Family)" .align 3 .LC4083: .string "SATA IDE Controller:2port1" .align 3 .LC4084: .string "ICH9M/ME" .align 3 .LC4085: .string "ICH9M/ME AHCI Controller" .align 3 .LC4086: .string "SATA IDE Controller:2port2" .align 3 .LC4087: .string "SATA IDE Controller:1port2" .align 3 .LC4088: .string "2930" .align 3 .LC4089: .string "Intel ICH9 Family SMBus Controller" .align 3 .LC4090: .string "ICH9" .align 3 .LC4091: .string "Intel(R) ICH9 Family Thermal Subsystem" .align 3 .LC4092: .string "Intel(R) ICH9 Family USB Universal Host Controller" .align 3 .LC4093: .string "0x02141028" .align 3 .LC4094: .string "Intel(R) ICH9 Family USB Univeral Host Controller" .align 3 .LC4095: .string "Intel(R) ICH9 Family USB2 Enhanced Host Controller" .align 3 .LC4096: .string "486486 " .align 3 .LC4097: .string "82801IB/IR/IH (ICH9 Family) HD Audio Controller" .align 3 .LC4098: .string "486486" .align 3 .LC4099: .string "Intel(R) ICH9 Family PCI Express Root Port" .align 3 .LC4100: .string "82566DC-2" .align 3 .LC4101: .string "Intel(R) 82566DC-2 Gigabit Network Connection" .align 3 .LC4102: .string "82946GZ " .align 3 .LC4103: .string "Onboard Video Device for 82946GZ chips" .align 3 .LC4104: .string "265452" .align 3 .LC4105: .string "Q965/Q963" .align 3 .LC4106: .string "Intel PCI Serial Port" .align 3 .LC4107: .string "Intel(R) Express Chipset video" .align 3 .LC4108: .string "G965" .align 3 .LC4109: .string "Intel(R) Express Chipset Dell Version" .align 3 .LC4110: .string "2802103C" .align 3 .LC4111: .string "Intel Management Engine Interface (HECI)" .align 3 .LC4112: .string "Q963/Q965" .align 3 .LC4113: .string "PCI Serial Port" .align 3 .LC4114: .string "?(82P965)" .align 3 .LC4115: .string "Intel P965/G965 Processor to I/O Controller" .align 3 .LC4116: .string "?(82Q965, 82G965, 82P965)" .align 3 .LC4117: .string "Intel P965/G965 PCI Express Root Port" .align 3 .LC4118: .string "Intel 82G965 Graphics and Memory Controller Hub (G" .align 3 .LC4119: .string "Intel 82G965 Graphics and Memory Controller Hub (GMCH)" .align 3 .LC4120: .string "MRMgRH <a href=" .align 3 .LC4121: .string "Q35" .align 3 .LC4122: .string "Intel(R) Q35 Express Chipset Family" .align 3 .LC4123: .string "Intel Graphics" .align 3 .LC4124: .string "Q35-Chipset" .align 3 .LC4125: .string "Intel\302\256 ME: Management Engine" .align 3 .LC4126: .string "4F4A8086&rev_02" .align 3 .LC4127: .string "Management Engine Driver" .align 3 .LC4128: .string "Serial Over LAN" .align 3 .LC4129: .string "Intel(R) G33 chipset GMA3100 video Driver" .align 3 .LC4130: .string "Intel G33" .align 3 .LC4131: .string "Intel DG33BU" .align 3 .LC4132: .string "Intel ME: Management Engine Interface" .align 3 .LC4133: .string "G3x" .align 3 .LC4134: .string "281e103c" .align 3 .LC4135: .string "Q33" .align 3 .LC4136: .string "x48" .align 3 .LC4137: .string "32xx" .align 3 .LC4138: .string "PM965" .align 3 .LC4139: .string "Mobile Intel(R) PM965/GM965/GL960/GS965 Express Processor to DRAM Controller" .align 3 .LC4140: .string "88B31033" .align 3 .LC4141: .string "Intel GM965, Intel X3100" .align 3 .LC4142: .string "82Q965" .align 3 .LC4143: .string "Mobile Intel(R) 965 Express Chipset Family" .align 3 .LC4144: .string "Q965/Q96" .align 3 .LC4145: .string "Intel PCI communication controller-Intel Management Engine Interface update" .align 3 .LC4146: .string "965PM" .align 3 .LC4147: .string "Q965 Chipset" .align 3 .LC4148: .string "Intel(R) Extended Thermal Model MCH" .align 3 .LC4149: .string "965" .align 3 .LC4150: .string "96xMG" .align 3 .LC4151: .string "2A40" .align 3 .LC4152: .string "Mobile Intel(R) 4 Series Chipset Processor to DRAM Controller" .align 3 .LC4153: .string "Mobile Intel 4 Series Chipset Family" .align 3 .LC4154: .string "Intel Mobile Graphic" .align 3 .LC4155: .string "Mobile 4 Series Chipset" .align 3 .LC4156: .string "IC658" .align 3 .LC4157: .string "M4x" .align 3 .LC4158: .string "20EC17AA" .align 3 .LC4159: .string "Active Management Technology - SOL" .align 3 .LC4160: .string "Cantiga" .align 3 .LC4161: .string "2C62" .align 3 .LC4162: .string "QuickPath Architecture Generic Non-core Registers" .align 3 .LC4163: .string "2D01" .align 3 .LC4164: .string "QuickPath Architecture System Address Decoder" .align 3 .LC4165: .string "2D10" .align 3 .LC4166: .string "QPI Link" .align 3 .LC4167: .string "2D11" .align 3 .LC4168: .string "QPI Physical" .align 3 .LC4169: .string "4x" .align 3 .LC4170: .string "Intel Q45/Q43 Express Chipset" .align 3 .LC4171: .string "Intel Q43/Q45/G43/G45 (Eaglelake) Graphics Control" .align 3 .LC4172: .string "Intel(R) 4 Series Internal Chipset" .align 3 .LC4173: .string "PCI\\VEN_8086&DEV_2E14" .align 3 .LC4174: .string "PCI\\VEN_8086&DEV_29C2&SUBSYS_29C28086&REV_10\\3&115" .align 3 .LC4175: .string "Intel AMT LMS_SOL for AMT 5.xx" .align 3 .LC4176: .string "3646103C" .align 3 .LC4177: .string "pci\\VEN 8086&DEV_3B64&subsys _ 76361462&rev _06" .align 3 .LC4178: .string "PCI\\VEN_8086" .align 3 .LC4179: .string "2e29" .align 3 .LC4180: .string "Intel(R) 4 Series Chipset PCI Express Root Port - 2E29" .align 3 .LC4181: .string "2E30" .align 3 .LC4182: .string "Intel(R) 4 Series Chipset Processor to I/O Controller" .align 3 .LC4183: .string "PCI\\VEN_8086&DEV_2E32&SUBSYS_31031565&REV_03" .align 3 .LC4184: .string "Intel G41 express graphics" .align 3 .LC4185: .string "G41TY EXPRESS CHIPSET" .align 3 .LC4186: .string "ghaphics chipset g41TY" .align 3 .LC4187: .string "G41 EXPRESS CHIPSET" .align 3 .LC4188: .string "ghaphics chipset g41 ghaphics chipset g41 " .align 3 .LC4189: .string "815B104D" .align 3 .LC4190: .string "multimedia audio device (codec AC97) SoundMAX or VIA" .align 3 .LC4191: .string "SRCU32" .align 3 .LC4192: .string "I2O 1.5 RAID Controller" .align 3 .LC4193: .string "31244" .align 3 .LC4194: .string "PCI-X to Serial ATA Controller" .align 3 .LC4195: .string "2802103" .align 3 .LC4196: .string "SUBSYS" .align 3 .LC4197: .string "82855PM" .align 3 .LC4198: .string "Power Management" .align 3 .LC4199: .string "3400" .align 3 .LC4200: .string "Intel(R) 5520/5500/X58 I/O Hub to ESI Port" .align 3 .LC4201: .string "7500" .align 3 .LC4202: .string "Intel(R) 7500/5520/5500/X58 I/O Hub PCI Express Root Port" .align 3 .LC4203: .string "Intel 7500 Chipset PCIe Root Port" .align 3 .LC4204: .string "3422" .align 3 .LC4205: .string "Intel(R) 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers" .align 3 .LC4206: .string "The Intel\302\256 Server RAID Controller U2-1 (SRCU21) an" .align 3 .LC4207: .string "SRCU21/SRCU31 Microsoft Windows* 2000 Memory Management Files" .align 3 .LC4208: .string "Intel(R) 7500/5520/5500/X58 I/O Hub System Management Registers" .align 3 .LC4209: .string "Intel(R) 7500/5520/5500/X58 I/O Hub Throttle Registers" .align 3 .LC4210: .string "PCI\\VEN_14E4&DEV_1692&SUBSYS_04831025&REV_01" .align 3 .LC4211: .string "NTPNP_PCI0002" .align 3 .LC4212: .string "22" .align 3 .LC4213: .string "Realtek AC97 (NOT an intel)" .align 3 .LC4214: .string "82830[MP]" .align 3 .LC4215: .string "Host-Hub I/F Bridge / SDRAM Controller" .align 3 .LC4216: .string "82830M/MP" .align 3 .LC4217: .string "Host-AGP Bridge" .align 3 .LC4218: .string "82830vm" .align 3 .LC4219: .string "CPU to I/O Bridge" .align 3 .LC4220: .string "82835" .align 3 .LC4221: .string "SDRAM Controller / Host-hub Interface" .align 3 .LC4222: .string "852GM/GMV" .align 3 .LC4223: .string "82852GME/PM" .align 3 .LC4224: .string "Virtual PCI to AGP Bridge" .align 3 .LC4225: .string "852GM/GMV or 82852/82855 GM/GME" .align 3 .LC4226: .string "System Memory Controller" .align 3 .LC4227: .string "852GM" .align 3 .LC4228: .string "Configuration Process" .align 3 .LC4229: .string "E7520" .align 3 .LC4230: .string "Memory Controller Hub" .align 3 .LC4231: .string "E7320" .align 3 .LC4232: .string "MCH Error Reporting Registers" .align 3 .LC4233: .string "DMA Controller Registers" .align 3 .LC4234: .string "E7525" .align 3 .LC4235: .string "PCI Express Port A" .align 3 .LC4236: .string "PCI Express Port B" .align 3 .LC4237: .string "PCI Express Port C" .align 3 .LC4238: .string "Extended Configuration Registers" .align 3 .LC4239: .string "MCH Control Registers" .align 3 .LC4240: .string "PCI\\VEN_8086&DEV_2994&SUBSYS_13E910" .align 3 .LC4241: .string "intel simple communication controller" .align 3 .LC4242: .string "ICH10 Family" .align 3 .LC4243: .string "ICH10 4 port SATA IDE Controller" .align 3 .LC4244: .string "82801JD" .align 3 .LC4245: .string "ICH10D SATA Controller" .align 3 .LC4246: .string "ICH10" .align 3 .LC4247: .string "ICH10 AHCI" .align 3 .LC4248: .string "SATA2(2Port1)" .align 3 .LC4249: .string "82801JDO" .align 3 .LC4250: .string "82801JDO ICH10DO" .align 3 .LC4251: .string "ICH10R" .align 3 .LC4252: .string "Intel(R) ICH10R LPC Interface Controller" .align 3 .LC4253: .string "82801JD ICH10D" .align 3 .LC4254: .string "Intel(R) ICH10 Family 4 port Serial ATA Storage Controller" .align 3 .LC4255: .string "Intel(R) ICH10 Family 2 port Serial ATA Storage Controller" .align 3 .LC4256: .string "50011458" .align 3 .LC4257: .string "INTEL(R) ICH10 Family SMB controller " .align 3 .LC4258: .string "Intel(R) ICH10 Family USB Universal Host Controller" .align 3 .LC4259: .string "Intel(R) ICH10 Family USB Enhanced Host Controller" .align 3 .LC4260: .string "Microsoft UAA Bus Driver for High Definition Audio" .align 3 .LC4261: .string "Intel(R) ICH10 Family PCI Express Root Port" .align 3 .LC4262: .string "SM-Bus Controller" .align 3 .LC4263: .string "Intel(R) 5 Series/3400 Series Chipset Family" .align 3 .LC4264: .string "3B07" .align 3 .LC4265: .string "Intel(R) 5/3400 Series Chipset LPC Interface Controller" .align 3 .LC4266: .string "PCH (Ibex P" .align 3 .LC4267: .string "SATA IDE 4-Port Desktop" .align 3 .LC4268: .string "PCH (Ibex Peak)" .align 3 .LC4269: .string "SATA IDE 2-Port Desktop" .align 3 .LC4270: .string "SATA AHCI 6-Port Desktop" .align 3 .LC4271: .string "SATA AHCI 4-Port Desktop" .align 3 .LC4272: .string "PCH" .align 3 .LC4273: .string "SATA Enhanced RAID" .align 3 .LC4274: .string "SATA IDE 2-Port Secondary Desktop" .align 3 .LC4275: .string "SATA IDE 4-Port Mobile" .align 3 .LC4276: .string "SATA AHCI 4-Port Mobile" .align 3 .LC4277: .string "PCHM" .align 3 .LC4278: .string "SATA IDE Controller:2 port" .align 3 .LC4279: .string "Intel(R) 5/3400 Series Chipset Family 6 Port SATA AHCI Controller" .align 3 .LC4280: .string "3B30" .align 3 .LC4281: .string "Intel(R) 5/3400 Series Chipset Family SMBus Controller" .align 3 .LC4282: .string "3B64" .align 3 .LC4283: .string "Intel(R) 5/3400 Series Chipset Family Thermal Subsystem" .align 3 .LC4284: .string "3B34" .align 3 .LC4285: .string "Standard Enhanced PCI to USB Host Controller" .align 3 .LC4286: .string "3B3C" .align 3 .LC4287: .string "3B42" .align 3 .LC4288: .string "Intel(R) 5/3400 Series Chipset Family PCI Express Root Port" .align 3 .LC4289: .string "3B44" .align 3 .LC4290: .string "3B46" .align 3 .LC4291: .string "Intel(R) 5/3400 Series Series Chipset Family PCI Express Root Port" .align 3 .LC4292: .string "3B48" .align 3 .LC4293: .string "3B56" .align 3 .LC4294: .string "ff1e1179" .align 3 .LC4295: .string "06" .align 3 .LC4296: .string "REV_06" .align 3 .LC4297: .string "Intel 3B09" .align 3 .LC4298: .string "ven_8086&dev_3b64&subsys_fd3c1179&rev_06" .align 3 .LC4299: .string "ven_8086&dev_3b64&subsys_fd3c1179&rev_06 [Toshiba C660-1CN]" .align 3 .LC4300: .string "Vendor ID 0x8086 " .align 3 .LC4301: .string "Intel(R) Active Management Technology - Serial Over LAN (SOL) " .align 3 .LC4302: .string "Creatix" .align 3 .LC4303: .string "V.90 HaM Modem" .align 3 .LC4304: .string "Intel (R) 5400 Chipset QuickData Technology device - 402F" .align 3 .LC4305: .string "Intel Pro/Wireless 2200BG" .align 3 .LC4306: .string "Intel 54 MBit/s Notebook WLAN Card" .align 3 .LC4307: .string "10208086" .align 3 .LC4308: .string "Intel 3945ABG Wireless LAN controller" .align 3 .LC4309: .string "2915ABG" .align 3 .LC4310: .string "Intel (R) PRO/Wireless 2200BG Network Connection, (R) PRO/Wireless 2915ABG Network Connection" .align 3 .LC4311: .string "Intel Pro Wireless 2915ABG" .align 3 .LC4312: .string "802.11a/b/g WLan adapter" .align 3 .LC4313: .string "3945ABG" .align 3 .LC4314: .string "Intel(R) PRO/Wireless 3945ABG" .align 3 .LC4315: .string "Intel 4965AGN" .align 3 .LC4316: .string "Intel\302\256 Wireless WiFi Link 4965AGN(supporting 802.11a/b/g/Draft-N)" .align 3 .LC4317: .string "Intel(R) Centrino(R) Ultimate-N 6300 AGN" .align 3 .LC4318: .string "BCM4311KFBG" .align 3 .LC4319: .string "Intel(R) Centrino(R) Advanced-N 6200 AGN" .align 3 .LC4320: .string "Intel\302\256 Wireless WiFi Link 4965AGN" .align 3 .LC4321: .string "Intel\302\256 WiFi Link 5100" .align 3 .LC4322: .string "Carte Intel\302\256 WiFi Link 5100 AGN" .align 3 .LC4323: .string "5300AGN" .align 3 .LC4324: .string "Intel\302\256 WiFi Link 5300 AGN" .align 3 .LC4325: .string "Intel(R) WiFi Link 5300 AGN" .align 3 .LC4326: .string "Intel (R) WiFi Link 5100 AGN" .align 3 .LC4327: .string "6300" .align 3 .LC4328: .string "Intel Centrino Ultimate-N 6300 AGN" .align 3 .LC4329: .string "0x4239" .align 3 .LC4330: .string "5350AGN" .align 3 .LC4331: .string "PRO/Wireless 5350 AGN [Echo Peak]" .align 3 .LC4332: .string "5150AGN" .align 3 .LC4333: .string "WiMAX/WiFi Link 5150" .align 3 .LC4334: .string "1370 (0280)" .align 3 .LC4335: .string "Dell Wireless 1370 WLAN Mini-PCI Card" .align 3 .LC4336: .string "TurboMemory" .align 3 .LC4337: .string "Intel TurboMemory" .align 3 .LC4338: .string "PCI\\VEN8086" .align 3 .LC4339: .string "242121" .align 3 .LC4340: .string "2425678" .align 3 .LC4341: .string "3945" .align 3 .LC4342: .string "intel 3945abg wireless lan controller" .align 3 .LC4343: .string "\\Device\\0000004c" .align 3 .LC4344: .string "Modem - PPP" .align 3 .LC4345: .string "PRO/DSL 2200" .align 3 .LC4346: .string "Modem - PPPoA" .align 3 .LC4347: .string "?(EP80579)" .align 3 .LC4348: .string "Tolaoai" .align 3 .LC4349: .string "Tolapai" .align 3 .LC4350: .string "NH82801GR" .align 3 .LC4351: .string "i960" .align 3 .LC4352: .string "I/O Processor Address Translation Unit" .align 3 .LC4353: .string "I/O Companion Unit Address Translation" .align 3 .LC4354: .string "0x8086" .align 3 .LC4355: .string "EHCI 960 emulator" .align 3 .LC4356: .string "82371SB" .align 3 .LC4357: .string "PIIX3 PCI-to-ISA Bridge (Triton II)" .align 3 .LC4358: .string "PIIX3 IDE Interface (Triton II)" .align 3 .LC4359: .string "PIIX3 USB Host Controller (Triton II)" .align 3 .LC4360: .string "82437VX" .align 3 .LC4361: .string "System Controller" .align 3 .LC4362: .string "Intel Business Video Conferencing Card" .align 3 .LC4363: .string "System Controller (MTXC), part of 430TX chipset" .align 3 .LC4364: .string "82371AB/EB/MB" .align 3 .LC4365: .string "Intel 82371AB/EB PCI to ISA bridge (ISA mode)" .align 3 .LC4366: .string "Intel(R) 82371AB/EB PCI Bus Master IDE Controller" .align 3 .LC4367: .string "PIIX4/4E/4M USB Interface" .align 3 .LC4368: .string "PIIX4/4E/4M Power Management Controller" .align 3 .LC4369: .string "Intel(R) 82801IMB" .align 3 .LC4370: .string "801F104" .align 3 .LC4371: .string "Graphics Controller" .align 3 .LC4372: .string "82810-DC100" .align 3 .LC4373: .string "Intel\303\202\302\256 82810 Graphics Controller" .align 3 .LC4374: .string "Intel\302\256 82810 Graphics Controller" .align 3 .LC4375: .string "82810E" .align 3 .LC4376: .string "Intel Direct AGP 810Chipset " .align 3 .LC4377: .string "82810-DC133" .align 3 .LC4378: .string "Host Bridge and Memory Controller Hub" .align 3 .LC4379: .string "Graphics Device (FSB 133 MHz)" .align 3 .LC4380: .string "82810-M DC-100" .align 3 .LC4381: .string "82810-M DC-133" .align 3 .LC4382: .string "rmc" .align 3 .LC4383: .string "Host/PCI bridge in 440LX/EX AGP chipset" .align 3 .LC4384: .string "82443 ex/lx" .align 3 .LC4385: .string "AGP device in 440LX/EX AGP chipset" .align 3 .LC4386: .string "440LX/EX" .align 3 .LC4387: .string "82443BX/ZX" .align 3 .LC4388: .string "Intel 82443BX Pentium(R) II Processor to PCI Bridge" .align 3 .LC4389: .string "Intel 82443BX Pentium(R) II Processor to AGP Controller" .align 3 .LC4390: .string "440BX/ZX chipset Host-to-PCI Bridge" .align 3 .LC4391: .string "82443MX" .align 3 .LC4392: .string "AC'97 Audio device" .align 3 .LC4393: .string "82440 - 443MX" .align 3 .LC4394: .string "AC97 Modem Controller (Winmodem)" .align 3 .LC4395: .string "USB Universal Host Controller" .align 3 .LC4396: .string "Power Management Controller" .align 3 .LC4397: .string "82443GX" .align 3 .LC4398: .string "Host-to-PCI Bridge" .align 3 .LC4399: .string "intel 82801 IB ICH9 " .align 3 .LC4400: .string "fabricated by Intel " .align 3 .LC4401: .string "graphics device" .align 3 .LC4402: .string "82372FB/82468GX" .align 3 .LC4403: .string "LPC/FWH Interface" .align 3 .LC4404: .string "USB Host Controller" .align 3 .LC4405: .string "82372FB" .align 3 .LC4406: .string "IEEE1394 OpenHCI Host Controller" .align 3 .LC4407: .string "82740" .align 3 .LC4408: .string "PCI\\VEN_8086&DEV_3B64&CC_0780" .align 3 .LC4409: .string "0x104d" .align 3 .LC4410: .string "0x81ef" .align 3 .LC4411: .string "Intel PM45" .align 3 .LC4412: .string "Intel Wireless WiFi Link 5100 ABGN 10/100/1000 Base T" .align 3 .LC4413: .string "http://dlcdnet.asus.com/pub/ASUS/nb/Drivers/MEI/ME" .align 3 .LC4414: .string "0x8086&DEV_3B64&CC_0780" .align 3 .LC4415: .string "9.3.0.1019" .align 3 .LC4416: .string "VIA vynil v700b" .align 3 .LC4417: .string "SUBSYS_148A103C" .align 3 .LC4418: .string "REV_00\\3&61AAA01&0&50 " .align 3 .LC4419: .string "82801DBM SoundMax Controller" .align 3 .LC4420: .string "SUBSYS_03701025" .align 3 .LC4421: .string "SUBSYS_144A103C" .align 3 .LC4422: .string "Intel 3B69Management Engine Driver" .align 3 .LC4423: .string "(0x2994)" .align 3 .LC4424: .string "Intel(R) Management Engine Interface" .align 3 .LC4425: .string "SCH US15WP" .align 3 .LC4426: .string "Intel(R) Graphics Media Accelerator 500 https://downloadcenter.intel.com/confirm.aspx?httpDown=http" .align 3 .LC4427: .string "Atom SCH" .align 3 .LC4428: .string "Atom SCH PATA" .align 3 .LC4429: .string "i dont know" .align 3 .LC4430: .string "24D5" .align 3 .LC4431: .string "82454KX/GX" .align 3 .LC4432: .string "450KX/GX PCI Bridge (Orion)" .align 3 .LC4433: .string "82453KX/GX" .align 3 .LC4434: .string "450KX/GX Memory Controller (Orion)" .align 3 .LC4435: .string "82451NX" .align 3 .LC4436: .string "450NX PCIset Memory & I/O Controller" .align 3 .LC4437: .string "82454NX/82467GX" .align 3 .LC4438: .string "PCI Expander Bridge" .align 3 .LC4439: .string "82461GX" .align 3 .LC4440: .string "System Address controller" .align 3 .LC4441: .string "82462GX" .align 3 .LC4442: .string "System Data Controller" .align 3 .LC4443: .string "82465GX" .align 3 .LC4444: .string "Graphics Expander Bridge" .align 3 .LC4445: .string "82463GX" .align 3 .LC4446: .string "Memory Address Controller" .align 3 .LC4447: .string "82464GX" .align 3 .LC4448: .string "Memory Data Controller" .align 3 .LC4449: .string "Wide and fast PCI eXpander Bridge" .align 3 .LC4450: .string "82460GX" .align 3 .LC4451: .string "AGP Bridge (GXB function 1)" .align 3 .LC4452: .string "LPC Bridge" .align 3 .LC4453: .string "Serial ATA Controller" .align 3 .LC4454: .string "C220" .align 3 .LC4455: .string "Intel(R) 8 Series/C220 Series SATA AHCI Controller" .align 3 .LC4456: .string "8C22" .align 3 .LC4457: .string "Intel(R) 8 Series/C220 Series SMBus Controller" .align 3 .LC4458: .string "PCI\\VEN_8086&DEV_8C3A&SUBSYS_85341043&REV_04" .align 3 .LC4459: .string "Intel USB 3.0 eXtensible" .align 3 .LC4460: .string "0x8C31" .align 3 .LC4461: .string "8C5C" .align 3 .LC4462: .string "Intel(R) H81 LPC Controller" .align 3 .LC4463: .string "PCI\\VEN_8086&DEV_8CBA&SUBSYS_8CBA1849&REV_00" .align 3 .LC4464: .string "PCI\\VEN_8086&DEV_8D3A&SUBSYS_86001043" .align 3 .LC4465: .string "I2O RAID PCI to PCI Bridge" .align 3 .LC4466: .string "SRCU21" .align 3 .LC4467: .string "SRCUxx" .align 3 .LC4468: .string "SRCU31" .align 3 .LC4469: .string "SRCU31L" .align 3 .LC4470: .string "0x2992" .align 3 .LC4471: .string "AC97" .align 3 .LC4472: .string "AUDIO CONTROLLER" .align 3 .LC4473: .string "i845" .align 3 .LC4474: .string "intel brokdale" .align 3 .LC4475: .string "HDAUDIO\\FUNC_01&VEN_8086&DEV_27d8&SUBSYS_80860101&" .align 3 .LC4476: .string "HDAUDIO\\FUNC_01&VEN_8086&DEV_27d8&REV_1000" .align 3 .LC4477: .string "42468068" .align 3 .LC4478: .string " 02" .align 3 .LC4479: .string "pci30b2103c" .align 3 .LC4480: .string "Interface chip" .align 3 .LC4481: .string "9C03" .align 3 .LC4482: .string "Intel(R) 8 Series SATA Controller" .align 3 .LC4483: .string "9C14" .align 3 .LC4484: .string "Intel(R) 9 Series PCI Express Root Port" .align 3 .LC4485: .string "9C20" .align 3 .LC4486: .string "9C22" .align 3 .LC4487: .string "Intel(R) 8 Series SMBus Controller" .align 3 .LC4488: .string "9C24" .align 3 .LC4489: .string "Intel(R) 8 Series Thermal" .align 3 .LC4490: .string "9C26" .align 3 .LC4491: .string "Intel(R) 8 Series USB Enhanced Host Controller" .align 3 .LC4492: .string "Intel USB 3.0 eXtensible Host Controller" .align 3 .LC4493: .string "Intel Management Engine Interface driver" .align 3 .LC4494: .string "9c3a Subsys_05eb1028 & rev_04\\3 & 11583659" .align 3 .LC4495: .string "PCI Simple Communication Controller" .align 3 .LC4496: .string "9C43" .align 3 .LC4497: .string "Intel(R) 8 Series LPC Controller" .align 3 .LC4498: .string "3150" .align 3 .LC4499: .string "Intel Media Accelerator 3150" .align 3 .LC4500: .string "GMA 3150" .align 3 .LC4501: .string "Intel\302\256 Grafik-Media-Accelerator 3150 (Intel\302\256 GMA 3150)" .align 3 .LC4502: .string "Intel(R) Graphics Media Accelerator 3150" .align 3 .LC4503: .string "GMA3150" .align 3 .LC4504: .string "Intel\302\256 Graphics Media Accelerator 3150" .align 3 .LC4505: .string "3&33FD14CA&0&10" .align 3 .LC4506: .string "0x0283E" .align 3 .LC4507: .string "S21152BB" .align 3 .LC4508: .string "21555" .align 3 .LC4509: .string "Non-Transparent PCI-to-PCI Bridge" .align 3 .LC4510: .string "fd" .align 3 .LC4511: .string "sdf" .align 3 .LC4512: .string "7600" .align 3 .LC4513: .string "NXMOQSN00430812D49" .align 3 .LC4514: .string "0F4E" .align 3 .LC4515: .string "11583659" .align 3 .LC4516: .string "PCI\\VEN_8086&DEV_27DA&SUBSYS_31031565" .align 3 .LC4517: .string "PCI\\VEN_8086&DEV_8C22&SUBSYS_FA301179&REV_04\\3&11583659&0&FB" .align 3 .LC4518: .string "11583658" .align 3 .LC4519: .string "PCI\\VEN_8086&DEV_3B64&SUBSYS_04821025&REV_06" .align 3 .LC4520: .string "PCI\\VEN_8086&DEV_27D8&SUBSYS_02D61028&REV_01\\3&61A" .align 3 .LC4521: .string "INTEL IDT Audio" .align 3 .LC4522: .string "PCI\\VEN_8086&DEV_2930&SUBSYS_037E1014&REV_02\\3&61AAA01&0&FB" .align 3 .LC4523: .string "REV_04" .align 3 .LC4524: .string "REV-04" .align 3 .LC4525: .string "0c05" .align 3 .LC4526: .string "i5-3210" .align 3 .LC4527: .string "3b69" .align 3 .LC4528: .string "Chip Description:Management Engine Driver" .align 3 .LC4529: .string "SUBYS_308C17AA" .align 3 .LC4530: .string "REV-04 3&11583659" .align 3 .LC4531: .string "aic-7880x" .align 3 .LC4532: .string "AHA-2940UW/CN" .align 3 .LC4533: .string "AIC-7810C" .align 3 .LC4534: .string "RAID Coprocessor" .align 3 .LC4535: .string "0x0035" .align 3 .LC4536: .string "AIC-1160" .align 3 .LC4537: .string "Fibre Channel Adapter" .align 3 .LC4538: .string "AIC-7821" .align 3 .LC4539: .string "AIC-2930U Ultra SCSI Ctrlr" .align 3 .LC4540: .string "AHA-4944W/4944UW" .align 3 .LC4541: .string "QuadChannel Fast-Wide/Ultra-Wide Diff. SCSI Ctrlr" .align 3 .LC4542: .string "AIC-755x" .align 3 .LC4543: .string "SCSI Ctrlr" .align 3 .LC4544: .string "AIC-7850P" .align 3 .LC4545: .string "Fast/Wide SCSI Controller" .align 3 .LC4546: .string "AIC-7850" .align 3 .LC4547: .string "FAST-SCSI Ctrlr" .align 3 .LC4548: .string "Fast SCSI Ctrlr" .align 3 .LC4549: .string "AVA-2930" .align 3 .LC4550: .string "AIC-7855" .align 3 .LC4551: .string "AIC-7856" .align 3 .LC4552: .string "AIC-5800" .align 3 .LC4553: .string "PCI-to-1394 Ctrlr" .align 3 .LC4554: .string "ANA-5910/30/40" .align 3 .LC4555: .string "ATM155 & 25 LAN Controller" .align 3 .LC4556: .string "ANA-5910A/30A/40A" .align 3 .LC4557: .string "ATM Adpater" .align 3 .LC4558: .string "AHA-2930C" .align 3 .LC4559: .string "Ultra SCSI Adpater (VAR)" .align 3 .LC4560: .string "AIC-7560?" .align 3 .LC4561: .string "CardBus Ultra SCSI Controller" .align 3 .LC4562: .string "AIC-7860" .align 3 .LC4563: .string "PCI SCSI Controller" .align 3 .LC4564: .string "AIC-7861" .align 3 .LC4565: .string "AIC-786x" .align 3 .LC4566: .string "ANA620xx/69011A" .align 3 .LC4567: .string "Fast Ethernet" .align 3 .LC4568: .string "AIC-7870" .align 3 .LC4569: .string "Fast and Wide SCSI Ctrlr" .align 3 .LC4570: .string "AHA-2940/2940W" .align 3 .LC4571: .string "Fast/Fast-Wide SCSI Ctrlr" .align 3 .LC4572: .string "AHA-3940/3940W" .align 3 .LC4573: .string "Multichannel Fast/Fast-Wide SCSI Ctrlr" .align 3 .LC4574: .string "AHA-3985" .align 3 .LC4575: .string "4-chan RAID SCSI Ctrlr" .align 3 .LC4576: .string "AHA-2944" .align 3 .LC4577: .string "AHA-3944/3944W" .align 3 .LC4578: .string "Multichannel Fast/Fast-Wide Diff. SCSI Ctrlr" .align 3 .LC4579: .string "AIC-787x" .align 3 .LC4580: .string "aic 7810" .align 3 .LC4581: .string "Memory control IC" .align 3 .LC4582: .string "AIC-7515" .align 3 .LC4583: .string "RAID + Memory Controller IC" .align 3 .LC4584: .string "aic-7850P" .align 3 .LC4585: .string "Fast/Wide SCSI-2 Controller" .align 3 .LC4586: .string "AHA-2930" .align 3 .LC4587: .string "Single channel SCSI Host Adapter" .align 3 .LC4588: .string "aha 2940" .align 3 .LC4589: .string "SCSI" .align 3 .LC4590: .string "aha 3940" .align 3 .LC4591: .string "Multiple SCSI channels" .align 3 .LC4592: .string "aha 3985" .align 3 .LC4593: .string "aha 2944" .align 3 .LC4594: .string "Differential SCSI" .align 3 .LC4595: .string "aic7880p" .align 3 .LC4596: .string "Fast 20 SCSI" .align 3 .LC4597: .string "AIC-7890" .align 3 .LC4598: .string "SCSI controller" .align 3 .LC4599: .string "AIC-789x" .align 3 .LC4600: .string "AIC-7895" .align 3 .LC4601: .string "Ultra-Wide SCSI Ctrlr on AHA-2940 AHA-394x" .align 3 .LC4602: .string "AIC-7880P" .align 3 .LC4603: .string "Ultra Wide SCSI" .align 3 .LC4604: .string "AHA-2940U/2940UW" .align 3 .LC4605: .string "Ultra/Ultra-Wide SCSI Ctrlr" .align 3 .LC4606: .string "AHA-3940Uxx" .align 3 .LC4607: .string "AHA-3940U/3940UW/3940UWD SCSI Ctrlr" .align 3 .LC4608: .string "AIC-7883U" .align 3 .LC4609: .string "ADAPTEC 2940UW CN SCSI" .align 3 .LC4610: .string "Ultra-Wide Diff. SCSI Ctrlr" .align 3 .LC4611: .string "AHA-3944U/3944UWD" .align 3 .LC4612: .string "Fast-Wide/Ultra-Wide Diff. SCSI Ctrlr" .align 3 .LC4613: .string "AHA-4944UW" .align 3 .LC4614: .string "QuadChannel Ultra-Wide Diff. SCSI Ctrlr" .align 3 .LC4615: .string "AIC-788x" .align 3 .LC4616: .string "Ultra-Wide SCSI Ctrlr" .align 3 .LC4617: .string "AIC-7888?" .align 3 .LC4618: .string "Ultra Wide SCSI Controller" .align 3 .LC4619: .string "ABA-1030" .align 3 .LC4620: .string "PMC-211" .align 3 .LC4621: .string "PCI Mezzanine Card" .align 3 .LC4622: .string "PC Weasel PCI VGA Device" .align 3 .LC4623: .string "PC Weasel PCI Serial Comm. Device" .align 3 .LC4624: .string "PC Weasel PCI" .align 3 .LC4625: .string "Ambient MD3200 A" .align 3 .LC4626: .string "Yeastar TDM400" .align 3 .LC4627: .string "Sedlbauer Speed PCI" .align 3 .LC4628: .string "Tiger 600" .align 3 .LC4629: .string "PCI-to-PCI Bridge" .align 3 .LC4630: .string "ARK1000PV" .align 3 .LC4631: .string "Stingray GUI Accelerator" .align 3 .LC4632: .string "ARK2000PV" .align 3 .LC4633: .string "ARK2000MT" .align 3 .LC4634: .string "Stingray 64" .align 3 .LC4635: .string "ARK2000MI" .align 3 .LC4636: .string "Quadro645 GUI Accelerator" .align 3 .LC4637: .string "ARK2000MI+" .align 3 .LC4638: .string "0123456789" .align 3 .LC4639: .string "HSIC Device" .align 3 .LC4640: .string "PCI Interface bus" .align 3 .LC4641: .string "me594v02100 combox" .align 3 .LC4642: .string "combox cb 300a" .align 3 .LC4643: .string "TOPIC FM-56PCI-TP" .align 3 .LC4644: .string "1.0.1.8" .align 3 .LC4645: .string "56k Internal Data Fax Voice Modem" .align 3 .LC4646: .string "DELETE" .align 3 .LC4647: .string "SPM6020" .align 3 .LC4648: .string "PCI-104 dspModule" .align 3 .LC4649: .string "SPM6030" .align 3 .LC4650: .string "PC/104-Plus dspModule" .align 3 .LC4651: .string "SPM186420" .align 3 .LC4652: .string "SPM176430" .align 3 .LC4653: .string "DM7520" .align 3 .LC4654: .string "PC/104-Plus dataModule" .align 3 .LC4655: .string "SDM7540" .align 3 .LC4656: .string "PC/104-Plus dataModule with SmartCal" .align 3 .LC4657: .string "MU9C8K64" .align 3 .LC4658: .string "Content Addressable Memory" .align 3 .LC4659: .string "08011558" .align 3 .LC4660: .string "ACPI\\ENE0100 " .align 3 .LC4661: .string "ENE CIR Receiver " .align 3 .LC4662: .string "1.4.5.0" .align 3 .LC4663: .string "PCI Memory Card Reader Controller" .align 3 .LC4664: .string "CB-712/714/810" .align 3 .LC4665: .string "Memory Stick Card Reader" .align 3 .LC4666: .string "Secure Digital Card Reader" .align 3 .LC4667: .string "10C11734" .align 3 .LC4668: .string "ven1524&dev_0551&SUBSYS_009F1025&REV_01" .align 3 .LC4669: .string "10c11734" .align 3 .LC4670: .string "PCI Smart Card Reader Controller" .align 3 .LC4671: .string "0x0751" .align 3 .LC4672: .string "ACPI/ENE0100/3&21436425&0" .align 3 .LC4673: .string "ENE CIR Receiver" .align 3 .LC4674: .string "1025123" .align 3 .LC4675: .string "PCI\\VEN_127a&DEV_1025&SUBSYS_1025123A&REV_01\\4&1351887D&0&58F0" .align 3 .LC4676: .string "CB-1211" .align 3 .LC4677: .string "CB-1225" .align 3 .LC4678: .string "CB-1420" .align 3 .LC4679: .string "CB-710/2/4/810" .align 3 .LC4680: .string "pci device" .align 3 .LC4681: .string "Cardbus Controller" .align 3 .LC4682: .string "CB-720/2/4" .align 3 .LC4683: .string "CB-722/4" .align 3 .LC4684: .string "1941" .align 3 .LC4685: .string "card bus" .align 3 .LC4686: .string "2338" .align 3 .LC4687: .string "J micron JM20329" .align 3 .LC4688: .string "n/a" .align 3 .LC4689: .string "JMicron Technology Corp. / JMicron USA Technology Corp" .align 3 .LC4690: .string "ARS106S" .align 3 .LC4691: .string "Tekram DC200 PATA100 RAID Controller" .align 3 .LC4692: .string "ARS0304S" .align 3 .LC4693: .string "ARS0304S PATA133 RAID5" .align 3 .LC4694: .string "ICE1712 Envy24" .align 3 .LC4695: .string "IC Ensemble Inc ICE1712 Envy24 Multichannel Audio Controller" .align 3 .LC4696: .string "SAA7134HL" .align 3 .LC4697: .string "Philips Semiconductors SAA7134HL Multimedia Capture Device" .align 3 .LC4698: .string "CS4614/22/24" .align 3 .LC4699: .string "CrystalClear SoundFusion PCI Audio Accel" .align 3 .LC4700: .string "xx12345" .align 3 .LC4701: .string "Not a chip ..." .align 3 .LC4702: .string "saa7130" .align 3 .LC4703: .string "PAL/SECAM TV card w/ FM1216ME MK3 tuner (+FM radio)" .align 3 .LC4704: .string "PLX PCI9054" .align 3 .LC4705: .string "EPONINE ESR-PCI Board" .align 3 .LC4706: .string "Motorola MPC8245" .align 3 .LC4707: .string "EPONINE MTM120 PCI Board" .align 3 .LC4708: .string "NSP2000-SSL" .align 3 .LC4709: .string "Crypto Aceletator" .align 3 .LC4710: .string "ROL/F-100" .align 3 .LC4711: .string "Fast Ethernet Adapter with ROL" .align 3 .LC4712: .string "PBridge+" .align 3 .LC4713: .string "PCI Interface Chip" .align 3 .LC4714: .string "30201543" .align 3 .LC4715: .string "Modem Intel 537EP (Chipset KAIOMY)" .align 3 .LC4716: .string "InfineonTPMProfessional" .align 3 .LC4717: .string "ModemDeviceonHighDefinitionAudioBus" .align 3 .LC4718: .string "PLX PCI 9050" .align 3 .LC4719: .string "Easylon PCI Bus Interface" .align 3 .LC4720: .string "PCI-ISA-001" .align 3 .LC4721: .string "PCI/ISA Bus Bridge" .align 3 .LC4722: .string "AF9016" .align 3 .LC4723: .string "USB DVB-T Device AF9015" .align 3 .LC4724: .string "AF9015" .align 3 .LC4725: .string "USB DVB-T Device CE950081" .align 3 .LC4726: .string "VT6212L" .align 3 .LC4727: .string "USB" .align 3 .LC4728: .string "001" .align 3 .LC4729: .string "an cpci application" .align 3 .LC4730: .string "0x1558" .align 3 .LC4731: .string "gtx 670mx GPU" .align 3 .LC4732: .string "MFC3" .align 3 .LC4733: .string "Multi Function Card Version 3" .align 3 .LC4734: .string "LA-41x3" .align 3 .LC4735: .string "Spectrum24 Wireless LAN PCI Card" .align 3 .LC4736: .string "LA-5030" .align 3 .LC4737: .string "Symbol Wireless Networker 802.11a/g CardBus" .align 3 .LC4738: .string "LA-5033" .align 3 .LC4739: .string "Symbol Wireless Networker 802.11a/g PCI" .align 3 .LC4740: .string "NA" .align 3 .LC4741: .string "Wideband Advanced Signal Processor" .align 3 .LC4742: .string "High Data Rate Radio" .align 3 .LC4743: .string "Rocket Drive" .align 3 .LC4744: .string "Solid State Disk" .align 3 .LC4745: .string "TFF" .align 3 .LC4746: .string "GHB" .align 3 .LC4747: .string "CCSI PCI20-485D" .align 3 .LC4748: .string "ARCnet" .align 3 .LC4749: .string "CCSI PCI20-485X" .align 3 .LC4750: .string "CCSI PCI20-CXB" .align 3 .LC4751: .string "CCSI PCI20-CXS" .align 3 .LC4752: .string "CCSI PCI20-FOG-SMA" .align 3 .LC4753: .string "CCSI PCI20-FOG-ST" .align 3 .LC4754: .string "CCSI PCI20-TB5" .align 3 .LC4755: .string "SONY" .align 3 .LC4756: .string "CCSI PCI20-5-485" .align 3 .LC4757: .string "5 Mbit ARCnet" .align 3 .LC4758: .string "CCSI PCI20-5-485D" .align 3 .LC4759: .string "CCSI PCI20-5-485X" .align 3 .LC4760: .string "CCSI PIC20-5-FOG-ST" .align 3 .LC4761: .string "CCSI PCI20-5-FOG-SMA" .align 3 .LC4762: .string "COM200C22" .align 3 .LC4763: .string "ARCNET" .align 3 .LC4764: .string "CCSI PCI22-485" .align 3 .LC4765: .string "10 Mbit ARCnet" .align 3 .LC4766: .string "CCSI PCI22-485D" .align 3 .LC4767: .string "CCSI PCI22-485X" .align 3 .LC4768: .string "CCSI PCI22-CHB" .align 3 .LC4769: .string "CCSI PCI22-FOG-ST" .align 3 .LC4770: .string "CCSI PCI22-THB" .align 3 .LC4771: .string "AC1000" .align 3 .LC4772: .string "AC1002" .align 3 .LC4773: .string "VAS5055" .align 3 .LC4774: .string "VAS Vetronix Automotive Service" .align 3 .LC4775: .string "VAS5052" .align 3 .LC4776: .string "PAX.port 1100" .align 3 .LC4777: .string "PAX.ware 1100 dual Gb classifier engine" .align 3 .LC4778: .string "AMD '971" .align 3 .LC4779: .string "SNP 8023 packet classifier - AMD component" .align 3 .LC4780: .string "SNP8023" .align 3 .LC4781: .string "PAX.ware 100 packet classifier" .align 3 .LC4782: .string "HLF-VMPEU560-C" .align 3 .LC4783: .string "Standar HSP Modem" .align 3 .LC4784: .string "Standar HSP Modem Series" .align 3 .LC4785: .string "Intel HD Graphics 2000" .align 3 .LC4786: .string "Intel Sandy Bridge-MB GT1 - Integrated Graphics Controller [D2/J1/Q0] [Lenovo" .align 3 .LC4787: .string "138A" .align 3 .LC4788: .string "Mobility ATI Radeon X1400" .align 3 .LC4789: .string "TA700" .align 3 .LC4790: .string "PCI Bus Analyzer/Exerciser" .align 3 .LC4791: .string "200" .align 3 .LC4792: .string "HIS Excalibur Radeon 6870" .align 3 .LC4793: .string "RV560" .align 3 .LC4794: .string "HIS Radeon X1650 XT" .align 3 .LC4795: .string "FM-3986" .align 3 .LC4796: .string "Pctel" .align 3 .LC4797: .string "2BD0" .align 3 .LC4798: .string "soft56k voice,data,fax CARP" .align 3 .LC4799: .string "MT21108" .align 3 .LC4800: .string "InfiniBridge" .align 3 .LC4801: .string "MT23108" .align 3 .LC4802: .string "InfiniHost I" .align 3 .LC4803: .string "MT25204" .align 3 .LC4804: .string "InfiniHost III Lx" .align 3 .LC4805: .string "MT25208A0-FCC" .align 3 .LC4806: .string "InfiniHost TM III Ex" .align 3 .LC4807: .string "MT25218" .align 3 .LC4808: .string "MT25218 [InfiniHost III Ex]" .align 3 .LC4809: .string "MT2518" .align 3 .LC4810: .string "Mellanox ConnectX VPI (MT2548) - PCIe 2.0 2.5GT/s, IB DDR /10GigE Network Adaptor" .align 3 .LC4811: .string "MT26418" .align 3 .LC4812: .string "ConnectX VPI (MT26418) - PCIe 2.0 5GT/s, IB DDR / 10GigE" .align 3 .LC4813: .string "xPCI-3504" .align 3 .LC4814: .string "Analog output board" .align 3 .LC4815: .string "n2530a" .align 3 .LC4816: .string "DX2+ FC-AL Adapter" .align 3 .LC4817: .string "QX4" .align 3 .LC4818: .string "4 Port Fibre Channel Controller" .align 3 .LC4819: .string "SUBSYS_000015BC&REV_00" .align 3 .LC4820: .string "Agilen PCI-GPIB" .align 3 .LC4821: .string "0x15bc" .align 3 .LC4822: .string "Agilent QX4 Fibre Channel Controller" .align 3 .LC4823: .string "HP Communications Port" .align 3 .LC4824: .string "HP Toptools Remote Control Adapter" .align 3 .LC4825: .string "E2929A" .align 3 .LC4826: .string "PCI/PCI-X Bus Analyzer" .align 3 .LC4827: .string "2.4G" .align 3 .LC4828: .string "part of the iMon-IR-RC-Display-Kit" .align 3 .LC4829: .string "0x1394" .align 3 .LC4830: .string "INTEL" .align 3 .LC4831: .string "1394 Net adapter " .align 3 .LC4832: .string "TC11IB" .align 3 .LC4833: .string "TriCore 32-bit Single-chip Microctrlr" .align 3 .LC4834: .string "PEB 20544 E v1.1" .align 3 .LC4835: .string "6 Port Optimized Comm Ctrlr (SPOCC)" .align 3 .LC4836: .string "PNPA000" .align 3 .LC4837: .string "SLB9635" .align 3 .LC4838: .string "TPM" .align 3 .LC4839: .string "1234" .align 3 .LC4840: .string "4567" .align 3 .LC4841: .string "vgn-ar51j" .align 3 .LC4842: .string "idt high audio" .align 3 .LC4843: .string "2772" .align 3 .LC4844: .string "7690" .align 3 .LC4845: .string "9200 HD \303\220\302\220\303\221\302\203\303\220\302\264\303\220\302\270\303\220\302\276 \303\220\302\232\303\220\302\236\303\220\302\224\303\220\302\225\303\220\302\232" .align 3 .LC4846: .string "10F70000" .align 3 .LC4847: .string "You'll Love me 4 this/ visit http://wendhelofopportunity.info Support Me!" .align 3 .LC4848: .string "HDAUDIO\\FUNC_01&VEN_8384&DEV_7616&SUBSYS_1028020A&" .align 3 .LC4849: .string "Intel Audio Studio" .align 3 .LC4850: .string "01385168" .align 3 .LC4851: .string "01" .align 3 .LC4852: .string "Internet PhoneJack PCI Card" .align 3 .LC4853: .string "DAG 3.10" .align 3 .LC4854: .string "OC-3/OC-12" .align 3 .LC4855: .string "DAG 3.2x" .align 3 .LC4856: .string "DAG 3.2E" .align 3 .LC4857: .string "DAG 3.4E" .align 3 .LC4858: .string "DAG 3.41E" .align 3 .LC4859: .string "DAG 3.5" .align 3 .LC4860: .string "DAG 3.5ECM" .align 3 .LC4861: .string "DAG 4.10" .align 3 .LC4862: .string "OC-48" .align 3 .LC4863: .string "DAG 4.11" .align 3 .LC4864: .string "DAG 4.2" .align 3 .LC4865: .string "DAG 4.2E" .align 3 .LC4866: .string "Dual Gigabit Ethernet" .align 3 .LC4867: .string "DAG 4.3E" .align 3 .LC4868: .string "1646t00" .align 3 .LC4869: .string "v.90 Lucent Modem" .align 3 .LC4870: .string "QUAD-P" .align 3 .LC4871: .string "NTDS Parallel Adapter" .align 3 .LC4872: .string "NCP130" .align 3 .LC4873: .string "Wireless NIC" .align 3 .LC4874: .string "Prism II" .align 3 .LC4875: .string "InstantWave HR PCI card" .align 3 .LC4876: .string "NetStaQ ADMA-100" .align 3 .LC4877: .string "ATA controller" .align 3 .LC4878: .string "8280BDM SoundMAX Controller (ICH7-M B0 Setup)" .align 3 .LC4879: .string "SigmaTelHigh Definition Audio CODEC" .align 3 .LC4880: .string "8280BDM SoundMAX Controller (ICH4-M B0 Setup)" .align 3 .LC4881: .string "VIA-Vynil v700b" .align 3 .LC4882: .string "102801F7" .align 3 .LC4883: .string "CX11252-15" .align 3 .LC4884: .string "Conexant HSFi" .align 3 .LC4885: .string "Spot RT" .align 3 .LC4886: .string "Spot RT Interface Board" .align 3 .LC4887: .string "Spot RT #2" .align 3 .LC4888: .string "Spot Insight" .align 3 .LC4889: .string "Spot Insight Interface Board" .align 3 .LC4890: .string "6656" .align 3 .LC4891: .string "Via VT6656 Wireless Lan Adapter" .align 3 .LC4892: .string "DaqBoard/2000" .align 3 .LC4893: .string "16-Bit, 200-kHz PCI Data Acquisition DaqBoards with DBK Signal Conditioning Support " .align 3 .LC4894: .string "FarSync T2P" .align 3 .LC4895: .string "Two Port Intelligent Sync Comms Card" .align 3 .LC4896: .string "FarSync T4P" .align 3 .LC4897: .string "Four Port Intelligent Sync Comms Card" .align 3 .LC4898: .string "FarSync T1U" .align 3 .LC4899: .string "One Port Intelligent Sync Comms Card" .align 3 .LC4900: .string "FarSync T2U" .align 3 .LC4901: .string "FarSync T4U" .align 3 .LC4902: .string "FarSync TE1" .align 3 .LC4903: .string "FarSync TE1e (PCI Express)" .align 3 .LC4904: .string "FarSync DSL-S1" .align 3 .LC4905: .string "G.SHDSL Intelligent Sync Comms Card" .align 3 .LC4906: .string "FarSync T4E" .align 3 .LC4907: .string "FarSync T2Ue (PCI Express)" .align 3 .LC4908: .string "FarSync T4Ue (PCI Express)" .align 3 .LC4909: .string "FarSync T2Ee (PCI Express)" .align 3 .LC4910: .string "FarSync T4Ee (PCI Express)" .align 3 .LC4911: .string "FarSync-T2U-PMC" .align 3 .LC4912: .string "LynxTWO-A" .align 3 .LC4913: .string "4 in/4 out Professional Digital Audio Card" .align 3 .LC4914: .string "LynxTWO-B" .align 3 .LC4915: .string "2 in/6 out Professional Digital Audio Card" .align 3 .LC4916: .string "LynxTWO-C" .align 3 .LC4917: .string "6 in/2 out Professional Digital Audio Card" .align 3 .LC4918: .string "Lynx L22" .align 3 .LC4919: .string "2 in/2 out Professional Digital Audio Card" .align 3 .LC4920: .string "Lynx AES16" .align 3 .LC4921: .string "16 in/16 out AES/EBU Audio Card" .align 3 .LC4922: .string "Lynx AES16-SRC" .align 3 .LC4923: .string "16 in/16 out AES/EBU Audio Card w/SRC" .align 3 .LC4924: .string "Format Synchronizer v3.0" .align 3 .LC4925: .string "Fast Universal Data Output" .align 3 .LC4926: .string "driver" .align 3 .LC4927: .string "Repeographics controller" .align 3 .LC4928: .string "Reprographics Controller" .align 3 .LC4929: .string "TS-PRL1" .align 3 .LC4930: .string "General Purpose Relay Card" .align 3 .LC4931: .string "TS-PMA" .align 3 .LC4932: .string "Matrix Card" .align 3 .LC4933: .string "WL11000P" .align 3 .LC4934: .string " WL11000P" .align 3 .LC4935: .string "Techwell - TW2804 Model - JSA-2416Drivers on this" .align 3 .LC4936: .string "DVR Video Capture Card 16CH" .align 3 .LC4937: .string "R6793-11" .align 3 .LC4938: .string "RS56/HSP-PCI" .align 3 .LC4939: .string "82801 GB" .align 3 .LC4940: .string "PCI Bridge - 244E" .align 3 .LC4941: .string "Rage XL" .align 3 .LC4942: .string "ATI Rage XL (rev 27)" .align 3 .LC4943: .string "AIC-7902W" .align 3 .LC4944: .string "Adaptec AIC-7902 Dual Channel U320 SCSI" .align 3 .LC4945: .string "CSB6" .align 3 .LC4946: .string "Serverworks Southbridge with RAID/IDE (rev a0), OHCI USB (rev 05), GCLE-2 Host Bridge" .align 3 .LC4947: .string "BCM5703" .align 3 .LC4948: .string "Broadcom Corp. NetXtreme Gigabyte Ethernet" .align 3 .LC4949: .string "0x00541000" .align 3 .LC4950: .string "SAS 3000 series, 8-port with 1068 -StorPort" .align 3 .LC4951: .string "PLX 9054" .align 3 .LC4952: .string "PCI interface chip" .align 3 .LC4953: .string "PCI interaface chip" .align 3 .LC4954: .string "VT8237" .align 3 .LC4955: .string "MD5628D-L-A" .align 3 .LC4956: .string "intel V.92 HaM Modem" .align 3 .LC4957: .string "Ambient MD8820" .align 3 .LC4958: .string "Intel HaM V.92 Modem" .align 3 .LC4959: .string "X1" .align 3 .LC4960: .string "Xframe 10GbE PCI-X Adapter" .align 3 .LC4961: .string "X2" .align 3 .LC4962: .string "Xframe II 10GbE PCI-X 2.0 Adapter" .align 3 .LC4963: .string "X3" .align 3 .LC4964: .string "E3100 PCI-Express 10Gb Ethernet Interface" .align 3 .LC4965: .string "Pattern Matching Chip" .align 3 .LC4966: .string "Volari Z9s" .align 3 .LC4967: .string "Volari Z series (Select GPU Graphic Drivers" .align 3 .LC4968: .string "Silicon Intgrated System" .align 3 .LC4969: .string "Volari Family Z Series" .align 3 .LC4970: .string "Leonardo CL" .align 3 .LC4971: .string "Video processor" .align 3 .LC4972: .string "Leonardo CL-P" .align 3 .LC4973: .string "Leonardo CL-DB" .align 3 .LC4974: .string "Leonardo CL-P-DB" .align 3 .LC4975: .string "Leonardo CL-DVR" .align 3 .LC4976: .string "Leonardo CL-DVR-DB" .align 3 .LC4977: .string "Picasso 2SQ" .align 3 .LC4978: .string "Picasso 3C/3Cpro" .align 3 .LC4979: .string "Picasso LS" .align 3 .LC4980: .string "Picasso CL" .align 3 .LC4981: .string "Picasso FI" .align 3 .LC4982: .string "Picasso SDI" .align 3 .LC4983: .string "Picasso DUO" .align 3 .LC4984: .string "Colory" .align 3 .LC4985: .string "Valentino" .align 3 .LC4986: .string "Video Output Board" .align 3 .LC4987: .string "SW5000-NCA" .align 3 .LC4988: .string "Seaway Network Content Accelerator" .align 3 .LC4989: .string "PCI32" .align 3 .LC4990: .string "DCF77 Radio Clock" .align 3 .LC4991: .string "PCI509" .align 3 .LC4992: .string "PCI510" .align 3 .LC4993: .string "PCI511" .align 3 .LC4994: .string "PEX511" .align 3 .LC4995: .string "DCF77 Receiver" .align 3 .LC4996: .string "PZF180PEX" .align 3 .LC4997: .string "High Precision DCF77 Radio Clock" .align 3 .LC4998: .string "GPS167PCI" .align 3 .LC4999: .string "GPS Receiver" .align 3 .LC5000: .string "GPS168PCI" .align 3 .LC5001: .string "GPS169PCI" .align 3 .LC5002: .string "GPS170PCI" .align 3 .LC5003: .string "GPS170PEX" .align 3 .LC5004: .string "GPS180PEX" .align 3 .LC5005: .string "GPS receiver" .align 3 .LC5006: .string "GLN180PEX" .align 3 .LC5007: .string "GPS/GLONASS receiver" .align 3 .LC5008: .string "GPS180AMC" .align 3 .LC5009: .string "TCR510PCI" .align 3 .LC5010: .string "IRIG Timecode Reader" .align 3 .LC5011: .string "TCR167PCI" .align 3 .LC5012: .string "TCR511PCI" .align 3 .LC5013: .string "TCR511PEX" .align 3 .LC5014: .string "IRIG Timecode Receiver" .align 3 .LC5015: .string "TCR170PEX" .align 3 .LC5016: .string "TCR180PEX" .align 3 .LC5017: .string "PTP270PEX" .align 3 .LC5018: .string "PTP/IEEE1588 Slave Card" .align 3 .LC5019: .string "FRC511PEX" .align 3 .LC5020: .string "Free Running Clock" .align 3 .LC5021: .string "VSC7174" .align 3 .LC5022: .string "VSC7174 PCI/PCI-X SATA Controller" .align 3 .LC5023: .string "VP500" .align 3 .LC5024: .string "VolumePro 500" .align 3 .LC5025: .string "VP1000" .align 3 .LC5026: .string "VolumePro 1000" .align 3 .LC5027: .string "net 2280" .align 3 .LC5028: .string "usb 2.0 device controller" .align 3 .LC5029: .string "Net 2280" .align 3 .LC5030: .string "USB 2.0 Device Controller" .align 3 .LC5031: .string "XFNW-3603-T" .align 3 .LC5032: .string "10/100 Fast Ethernet CardBus (RTL8139)" .align 3 .LC5033: .string "00000005" .align 3 .LC5034: .string "pci simple communication controller" .align 3 .LC5035: .string "5610" .align 3 .LC5036: .string "5610 56K FaxModem WinModem" .align 3 .LC5037: .string "AD1807JS" .align 3 .LC5038: .string "US Robotics 56K DATA FAX WINMODEM" .align 3 .LC5039: .string "USR5610B" .align 3 .LC5040: .string "USR5610B (0005610-02) 56K Performance Pro Modem (PCI Internal)" .align 3 .LC5041: .string "3CP2977" .align 3 .LC5042: .string "US Robotics 56K Fax PCI aka Model 0726, V.90 56K Internal Faxmodem" .align 3 .LC5043: .string "...B742000" .align 3 .LC5044: .string "...I don't know" .align 3 .LC5045: .string "2460 802.11b" .align 3 .LC5046: .string "RT2460 802.11b Baseband/MAC integrated chip" .align 3 .LC5047: .string "PCI\\VEN_1814&DEV_3298&SUBSYS_1451033" .align 3 .LC5048: .string "Ralink Chipset 802.11b/g WLAN Card" .align 3 .LC5049: .string "WiFiSKY" .align 3 .LC5050: .string "Ralink RT2500 802.11b/g WLAN Card" .align 3 .LC5051: .string "001167F044E5" .align 3 .LC5052: .string "W-LAN 802.11b/g" .align 3 .LC5053: .string "RT2560F" .align 3 .LC5054: .string "RaLink" .align 3 .LC5055: .string "WMP54G" .align 3 .LC5056: .string "Wireless-G PCI adapter" .align 3 .LC5057: .string "RT2561" .align 3 .LC5058: .string "Ralink RT2561 Wireless-G PCI" .align 3 .LC5059: .string "RT2525 2.4GHz transceiver + RT2560 MAC/BBP" .align 3 .LC5060: .string "wireless p/n same Chipset in D-Link DWL-G510" .align 3 .LC5061: .string "RT 2661" .align 3 .LC5062: .string "Ralink MIMO RT 2661 Wireless 54 Mbps" .align 3 .LC5063: .string "RT2860T" .align 3 .LC5064: .string "b/g/n Wlan" .align 3 .LC5065: .string "802.11 bgn" .align 3 .LC5066: .string "RT2790T/RT2860/RT2890/RT2700E" .align 3 .LC5067: .string "Wireless 802.11 bgn PCI-e" .align 3 .LC5068: .string "0x14FI" .align 3 .LC5069: .string "802.11b/g Wireless LAN" .align 3 .LC5070: .string "0x1814" .align 3 .LC5071: .string "PCI\\VEN_168C&DEV_001A&SUBSYS_04181468&REV_01\\4&FCF0450&0&10A4" .align 3 .LC5072: .string "25601814&REV_01" .align 3 .LC5073: .string "Ralink RT2500 Wireless Lan Card" .align 3 .LC5074: .string "RT3060" .align 3 .LC5075: .string "Ralink corp. RT3060 Wireless 802.11n PCI adapter" .align 3 .LC5076: .string "Ralink RT3090" .align 3 .LC5077: .string "Ralink RT3090 Wireless Lan Card with Bluetooth" .align 3 .LC5078: .string "1010" .align 3 .LC5079: .string "802.11n Bluetooth 4.0" .align 3 .LC5080: .string "-3290" .align 3 .LC5081: .string "Ralink Bluetooth" .align 3 .LC5082: .string "RT3592" .align 3 .LC5083: .string "Wireless LAN a/b/g/n plus Bluetooth 3.0 combo" .align 3 .LC5084: .string "RT5360 " .align 3 .LC5085: .string "http://www.wikidevi.com/wiki/D-Link_DWA-525_rev_A2" .align 3 .LC5086: .string "ASUS X55VD VEN_1814&DEV_5390&SUBSYS_E054105B&REV00" .align 3 .LC5087: .string "802.11n Wireless Lan Card - Asus X55V - Win 7 64bit - Foxconn Wireless" .align 3 .LC5088: .string "RT5390R" .align 3 .LC5089: .string "Ralink RT5390R 802.11b/g/n WiFi" .align 3 .LC5090: .string "b8341462" .align 3 .LC5091: .string "Edimax 54 MBit WLan 802.11g rt 2500" .align 3 .LC5092: .string "HPT 343/345/363" .align 3 .LC5093: .string "HPT366/368/370/370A/372" .align 3 .LC5094: .string "ATA Raid Controller/ATA 100" .align 3 .LC5095: .string "HPT372/372N" .align 3 .LC5096: .string "PATA133 Raid Controller" .align 3 .LC5097: .string "HPT302" .align 3 .LC5098: .string "ATA Raid Controller" .align 3 .LC5099: .string "HPT371" .align 3 .LC5100: .string "ATA133 Controller" .align 3 .LC5101: .string "HPT-374" .align 3 .LC5102: .string "RR172x" .align 3 .LC5103: .string "RR172x SATA Controller" .align 3 .LC5104: .string "RR174x" .align 3 .LC5105: .string "RR174x SATA Controller" .align 3 .LC5106: .string "RR2210" .align 3 .LC5107: .string "RR2210 SATA Controller" .align 3 .LC5108: .string "RR2300" .align 3 .LC5109: .string "RR2300 SATA Controller" .align 3 .LC5110: .string "RR231x" .align 3 .LC5111: .string "RR231x SATA Controller" .align 3 .LC5112: .string "RR2340" .align 3 .LC5113: .string "RR2340 SATA Controller" .align 3 .LC5114: .string "RR252x" .align 3 .LC5115: .string "RR252x SATA Controller" .align 3 .LC5116: .string "RR312x" .align 3 .LC5117: .string "RR312x SATA Controller" .align 3 .LC5118: .string "RR322x" .align 3 .LC5119: .string "RR322x SATA Controller" .align 3 .LC5120: .string "RR332x" .align 3 .LC5121: .string "RR332x SATA Controller" .align 3 .LC5122: .string "RR341x" .align 3 .LC5123: .string "RR341x SATA Controller" .align 3 .LC5124: .string "RR35xx" .align 3 .LC5125: .string "RR35xx SATA Controller" .align 3 .LC5126: .string "RR3530" .align 3 .LC5127: .string "RR3530 SATA RAID Controller" .align 3 .LC5128: .string "RR432x" .align 3 .LC5129: .string "RR432x SATA Controller" .align 3 .LC5130: .string "RR18xx" .align 3 .LC5131: .string "RR18xx SATA Controller" .align 3 .LC5132: .string "RR222x/224x" .align 3 .LC5133: .string "RR222x/224x SATA Controller" .align 3 .LC5134: .string "HWGPCI-54" .align 3 .LC5135: .string "Hercules WiFi PCI 802.11G" .align 3 .LC5136: .string "ESCC-PCI-335" .align 3 .LC5137: .string "Fastcom:ESCC-PCI-335 Syncronous RS422/485 serial communication adapter" .align 3 .LC5138: .string "422/4-PCI-335" .align 3 .LC5139: .string "Fastcom:422/4-PCI-335 Asyncronous RS422/485 serial adapter" .align 3 .LC5140: .string "422/2-PCI-335" .align 3 .LC5141: .string "Fastcom:422/2-PCI-335 Asyncronous RS422/485 serial adapter" .align 3 .LC5142: .string "232/4-PCI-335" .align 3 .LC5143: .string "Fastcom:232/4-PCI-335 Asyncronous RS232 serial adapter" .align 3 .LC5144: .string "RT2870" .align 3 .LC5145: .string "Dual Band Wireless N USB Network Adapter" .align 3 .LC5146: .string "EG1032 v3" .align 3 .LC5147: .string "Linksys Instant Gigabit Desktop Network Interface" .align 3 .LC5148: .string "ACA2400" .align 3 .LC5149: .string "PEB 20321" .align 3 .LC5150: .string "Multichannel Network Interface Controller for HDLC" .align 3 .LC5151: .string "PEB 20534" .align 3 .LC5152: .string "DMA supported serial communication controller with 4 channels" .align 3 .LC5153: .string "PSB4610" .align 3 .LC5154: .string "PCI Interface for Telephony/Data Applications PITA-2" .align 3 .LC5155: .string "PROFIBUS Communication Processor CP5611 A2" .align 3 .LC5156: .string "ERTEC400" .align 3 .LC5157: .string "EB400 ProfiNet Device-Kit" .align 3 .LC5158: .string "Industrial Ethernet CP 1616" .align 3 .LC5159: .string "Siemens I/O Control" .align 3 .LC5160: .string "BA81C15" .align 3 .LC5161: .string "BT958 SCSI Host Adaptor" .align 3 .LC5162: .string "Flashpoint LT" .align 3 .LC5163: .string "RL5c592" .align 3 .LC5164: .string "RL5c476 II" .align 3 .LC5165: .string "RICOH SmartCard Reader" .align 3 .LC5166: .string "RB5c478" .align 3 .LC5167: .string "R5C552" .align 3 .LC5168: .string "FireWire (IEEE 1394) Controller" .align 3 .LC5169: .string "44192" .align 3 .LC5170: .string "I11fXI <a href=" .align 3 .LC5171: .string "0880" .align 3 .LC5172: .string "Ricoh R5C833 R5C8xx Memory Stick Controller" .align 3 .LC5173: .string "R5C832" .align 3 .LC5174: .string "SDA Standard Compliant SD Host Controller" .align 3 .LC5175: .string "ACPI\\ENE0100\\4&15458EF3&0" .align 3 .LC5176: .string "022E1028" .align 3 .LC5177: .string "Ricoh SD Host Controller" .align 3 .LC5178: .string "delete" .align 3 .LC5179: .string "R5C852" .align 3 .LC5180: .string "Ricoh xD-Picture Card Controller" .align 3 .LC5181: .string "30CF" .align 3 .LC5182: .string "Ricoh Memory Stick Host Controller" .align 3 .LC5183: .string "PCI\\VEN_1180&DEV_0852&SUBSYS_022F1028&REV_12 " .align 3 .LC5184: .string "IEEE 1394 Controller" .align 3 .LC5185: .string "01cf1028 " .align 3 .LC5186: .string "Ricoh xD-Picture Card Host Controller;0852h xd picture card controller" .align 3 .LC5187: .string "CC_088000" .align 3 .LC5188: .string "Ricoh Memory Stick Host Controlle" .align 3 .LC5189: .string "R5C853" .align 3 .LC5190: .string "Ricoh SD/Host Controller" .align 3 .LC5191: .string "0592" .align 3 .LC5192: .string "Ricoh PCIe Memory Stick Host Controller" .align 3 .LC5193: .string "9086104D" .align 3 .LC5194: .string "Ricoh PCIe Memory Stick &#1061;&#1086;&#1089;&#1090;-&#1050;&#1086;&#1085;&#1090;&#1088;&#1086;&#108" .align 3 .LC5195: .string "Ricoh R5C843" .align 3 .LC5196: .string "Multipurpose chip, this e476 seems to be the CardBus controller part" .align 3 .LC5197: .string "R5U822" .align 3 .LC5198: .string "Ricoh PCIe SD/MMC Host Controller" .align 3 .LC5199: .string "Ricoh PCIe SDXC/MMC Host Controller" .align 3 .LC5200: .string "R5U832" .align 3 .LC5201: .string "Ricoh PCIe IEEE1394 Fireware Host Controller" .align 3 .LC5202: .string "Uknown" .align 3 .LC5203: .string "Ricoh PCIe xD-Picture Card Controller" .align 3 .LC5204: .string "cx11252-11" .align 3 .LC5205: .string "HSF Generic Modem" .align 3 .LC5206: .string "0x14F1" .align 3 .LC5207: .string "332" .align 3 .LC5208: .string "dfd" .align 3 .LC5209: .string "RH56D" .align 3 .LC5210: .string "RH56D-PCI" .align 3 .LC5211: .string "R6795-11" .align 3 .LC5212: .string "RH56D/SP-PCI, R6795-11, E416921/1, 0336 Mexico" .align 3 .LC5213: .string "Conexant RH56D/SP-PCI" .align 3 .LC5214: .string "105614f1" .align 3 .LC5215: .string "subsys" .align 3 .LC5216: .string "DI15630-5, DI5631, DI5633" .align 3 .LC5217: .string "SmartHCF" .align 3 .LC5218: .string "Conextant HFC" .align 3 .LC5219: .string "All Conextant HFC Modems (PCI)" .align 3 .LC5220: .string "Conexant HCF PCI Soft modem" .align 3 .LC5221: .string "Contexant" .align 3 .LC5222: .string "1456" .align 3 .LC5223: .string "HCFp Modem" .align 3 .LC5224: .string "AccessRunner ADSL Modem" .align 3 .LC5225: .string "8" .align 3 .LC5226: .string "RS56-PCI" .align 3 .LC5227: .string "in-Build CX11235 modem" .align 3 .LC5228: .string "HSFi or Soft V92 PCI Modem" .align 3 .LC5229: .string "PCI modem card Conexant" .align 3 .LC5230: .string "CC_0780" .align 3 .LC5231: .string "Pci Simple Communtications Controller" .align 3 .LC5232: .string "0x0000ffff" .align 3 .LC5233: .string "Conexant HDA D110 MDC v.92 Modem" .align 3 .LC5234: .string "136" .align 3 .LC5235: .string "Conexant HD Audio SoftV92 Data Fax Modem with SmartCP" .align 3 .LC5236: .string "00101767" .align 3 .LC5237: .string "HSF 56k HSFi Modem" .align 3 .LC5238: .string "0x0780" .align 3 .LC5239: .string "missing driver for pci simple communications controller" .align 3 .LC5240: .string "USR90-12" .align 3 .LC5241: .string "CXT / USR 56K Fax Host int" .align 3 .LC5242: .string "CX11256" .align 3 .LC5243: .string "SoftV92 Data Fax Modem with SmartCP" .align 3 .LC5244: .string "CX11252-41z" .align 3 .LC5245: .string "PCI SoftV92 Modem" .align 3 .LC5246: .string "hp/compaq alhena 5-gl6" .align 3 .LC5247: .string "200014F1" .align 3 .LC5248: .string "PCI Soft Data Fax Modem with SmartCP" .align 3 .LC5249: .string "99269" .align 3 .LC5250: .string "SmartLink 2801" .align 3 .LC5251: .string "C0220001" .align 3 .LC5252: .string "01\\3&61AAA01&0&50" .align 3 .LC5253: .string "cx9510-11z" .align 3 .LC5254: .string "Conexant PCI-E Soft Data/Fax Modem with SmartCP" .align 3 .LC5255: .string "4.0.3.1" .align 3 .LC5256: .string "http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-43284-1&lc=en&dlc=en&cc=us&" .align 3 .LC5257: .string "14f12f30" .align 3 .LC5258: .string "Conextant High Definition" .align 3 .LC5259: .string "14e4" .align 3 .LC5260: .string "Conextant High Definition SmartAudio 221" .align 3 .LC5261: .string "PCI\\VEN_14F1&DEV_5051" .align 3 .LC5262: .string "Conextant High Definition Audio-Venice 5051" .align 3 .LC5263: .string "Not sure" .align 3 .LC5264: .string "HDAUDIO Soft Data Fax Modm- Conexant Sound Card Audio Driver" .align 3 .LC5265: .string "4.0.1.6" .align 3 .LC5266: .string "Conexant HD-Audio SmartAudio 221" .align 3 .LC5267: .string "DG31PR" .align 3 .LC5268: .string "CX20561" .align 3 .LC5269: .string "Cx20561" .align 3 .LC5270: .string "HDAUDIO\\Func_01&VEN_14F1&DEV_5069&SUBSYS_17AA214C&REV_1003" .align 3 .LC5271: .string "20585" .align 3 .LC5272: .string "conexant 20585 smartAudio HD" .align 3 .LC5273: .string "0x506C" .align 3 .LC5274: .string "Conexant High Definition Audio" .align 3 .LC5275: .string "Conexant 20672 SmartAudio HD" .align 3 .LC5276: .string "CX20641/CX20651" .align 3 .LC5277: .string "Conexant HD Audio" .align 3 .LC5278: .string "Conexant CX20642" .align 3 .LC5279: .string "Belived to be a CX23416" .align 3 .LC5280: .string "Single-Chip MPEG-2 Encoder with Integrated Analog Video/Broadcast Audio Decoder" .align 3 .LC5281: .string "Conexant CX23881" .align 3 .LC5282: .string "PAL audio/video decoder" .align 3 .LC5283: .string "CX23880" .align 3 .LC5284: .string "PCI Broadcast Audio/Video Decoder" .align 3 .LC5285: .string "CX2388x" .align 3 .LC5286: .string "MPEG Encoder " .align 3 .LC5287: .string "Audio Capture ike" .align 3 .LC5288: .string "cx23885" .align 3 .LC5289: .string "Leadtek Winfast PxDVR3200 H (XC3028)" .align 3 .LC5290: .string "CX23888" .align 3 .LC5291: .string "PCI Express Video and Broadcast Audio Decoder" .align 3 .LC5292: .string "PCI\\VEN_14F1&DEV_2F20&SUBSYS_200C14F1&REV_00\\4&CF8" .align 3 .LC5293: .string "Communication controller" .align 3 .LC5294: .string "AR5BXB6" .align 3 .LC5295: .string "Atheros 802.11abg" .align 3 .LC5296: .string "PCI\\VEN_1971&DEV_0000&SUBSYS_0003105B&REV_00" .align 3 .LC5297: .string "AGEIA PhysX 100 Series PCI Express Card" .align 3 .LC5298: .string "PCI\\\\VEN_1971&DEV_1011&CC_FF00" .align 3 .LC5299: .string "AGEIA PhysX 100 Series PCI Card" .align 3 .LC5300: .string "AGEIA PhysX 200 Series PCI Express Card" .align 3 .LC5301: .string "AR8121/AR8113 " .align 3 .LC5302: .string "PCI-E ETHERNET CONTROLLER " .align 3 .LC5303: .string "Atheros L1" .align 3 .LC5304: .string "Gigabit Ethernet 10/100/1000 Base-T Controller" .align 3 .LC5305: .string "AR8162" .align 3 .LC5306: .string "PCI-E Fast Ethernet Controller" .align 3 .LC5307: .string "AR8132" .align 3 .LC5308: .string "Atheros AR8132 PCI-E&#1050;&#1086;&#1085;&#1090;&#1088;&#1086;&#1083;&#1083;&#1077;&#1088; &#1041;&#" .align 3 .LC5309: .string "Atheros L1 " .align 3 .LC5310: .string "AR8131" .align 3 .LC5311: .string "Atheros AR8131 PCI-E Gigabit Ethernet Controller" .align 3 .LC5312: .string "AR8151" .align 3 .LC5313: .string "Atheros AR8151" .align 3 .LC5314: .string "78161462" .align 3 .LC5315: .string "Atheros AR8151 PCI-E Gigabit Ethernet Controller (NDIS 6.20)" .align 3 .LC5316: .string "AR8162+" .align 3 .LC5317: .string "AR8161/8165" .align 3 .LC5318: .string "PCI-E Gigabit Ethernet Controller" .align 3 .LC5319: .string "Atheros AR8172/8176/8178" .align 3 .LC5320: .string "Controller Ethernet Qualcomm Atheros AR8172/8176/8178 PCI-E Fast (NDIS 6.30)" .align 3 .LC5321: .string "Gigabit Ethernet 10/100/1000 Base-T Controller " .align 3 .LC5322: .string "Atheros L3" .align 3 .LC5323: .string "Atheros AR815x/816x Ethernet Controller Driver " .align 3 .LC5324: .string "234543" .align 3 .LC5325: .string "der" .align 3 .LC5326: .string "fd501179&rev-c1" .align 3 .LC5327: .string "AR8152 v1.1 Fast Ethernet" .align 3 .LC5328: .string "FB501179" .align 3 .LC5329: .string "Qualcomm Atheros AR8152/8158" .align 3 .LC5330: .string "1969" .align 3 .LC5331: .string "VEN_1969" .align 3 .LC5332: .string "Fast Ethernet 10/100 Base-T Controller " .align 3 .LC5333: .string "Killer E2200" .align 3 .LC5334: .string "Killer E2200 Network Card" .align 3 .LC5335: .string "MCS7705" .align 3 .LC5336: .string "USB 1.1 to Single Parallel Controller " .align 3 .LC5337: .string "MCS7830" .align 3 .LC5338: .string "USB 2.0 to 10/100M Fast Ethernet Controller" .align 3 .LC5339: .string "mcs7830" .align 3 .LC5340: .string "usb 2.0 10/100M ethernet adaptor" .align 3 .LC5341: .string "mcs9805cv" .align 3 .LC5342: .string "MosChip PCI Parallel Port" .align 3 .LC5343: .string "9815" .align 3 .LC5344: .string "MCS9815 / M-CAB Parallel Adapter" .align 3 .LC5345: .string "9835" .align 3 .LC5346: .string "2 serial, 1 LPT port PCI Card" .align 3 .LC5347: .string "NM9845CV" .align 3 .LC5348: .string "2 serial" .align 3 .LC5349: .string "MCS9865" .align 3 .LC5350: .string "PCI Porta Paralela" .align 3 .LC5351: .string "MCS9900CV-AA" .align 3 .LC5352: .string "NetMOS Single Parallel Port Card" .align 3 .LC5353: .string "MCS9900" .align 3 .LC5354: .string "PCIe to Multi IO Controller" .align 3 .LC5355: .string "MCS9901CV-CC" .align 3 .LC5356: .string "PCIe to Dual Serial and Single Parallel" .align 3 .LC5357: .string "MCS9922" .align 3 .LC5358: .string "PCIe to Dual Serial Port Controller" .align 3 .LC5359: .string "2303 HXA" .align 3 .LC5360: .string "Prolific USB 2 Serial Comm Port &#1082;&#1086;&#1085;&#1090;&#1088;&#1086;&#1083;&#1083;&#1077;&#108" .align 3 .LC5361: .string "PL-2303" .align 3 .LC5362: .string "USB-to-Printer Bridge Controller" .align 3 .LC5363: .string "prolific" .align 3 .LC5364: .string "prolificz" .align 3 .LC5365: .string "PL-2506" .align 3 .LC5366: .string "Hi-Speed USB to IDE Bridge Controller" .align 3 .LC5367: .string "PL-2501" .align 3 .LC5368: .string "Prolific PCLinq3 USB Transfer Cable Driver" .align 3 .LC5369: .string "067B" .align 3 .LC5370: .string "TES" .align 3 .LC5371: .string "VIA 82C259 rev 0" .align 3 .LC5372: .string "PCI\\VEN_8086&DEV_0084&SUBSYS_13158086&REV_00" .align 3 .LC5373: .string "USB\\VID_041&PID_6143&REV_0101" .align 3 .LC5374: .string "USB2.0" .align 3 .LC5375: .string "USB\\VID_0C45&PID_612A\\5&B0F4C74&0&2" .align 3 .LC5376: .string "USB webcam" .align 3 .LC5377: .string "xda exec Uknown device" .align 3 .LC5378: .string "USB\\VID_0C45&PID_6007&REV_0101" .align 3 .LC5379: .string "Genius WebCam Eye" .align 3 .LC5380: .string "USB\\VID_0C45&PID_600D&REV_0101" .align 3 .LC5381: .string "USB(v1.1) webcam" .align 3 .LC5382: .string "SN9C102C" .align 3 .LC5383: .string "home made" .align 3 .LC5384: .string "VID_0C45&PID_6480&MI_00" .align 3 .LC5385: .string "USB Webcam" .align 3 .LC5386: .string "USB\\VID_0C45&PID_6029\\5&18D8BE1C&0&1" .align 3 .LC5387: .string "USB WebCam " .align 3 .LC5388: .string "USB\\VID_0C45&PID_610B\\7&3211544E$0$2" .align 3 .LC5389: .string "usb web camera " .align 3 .LC5390: .string "USB\\VID_0C45&PID_613C&REV_0101" .align 3 .LC5391: .string "USB &#1074;&#1077;&#1073;-&#1082;&#1072;&#1084;&#1077;&#1088;&#1072;" .align 3 .LC5392: .string "USB\\VID_0C45&PID_6148&REV_0101" .align 3 .LC5393: .string "USB PC Camera Plus" .align 3 .LC5394: .string "USB\\VID_0C45&PID_6128\\5&3875c171&0&1" .align 3 .LC5395: .string "USB WebCam" .align 3 .LC5396: .string "USB\\VID_0000&PID_0000\\5&1AAEDD8&0&2" .align 3 .LC5397: .string "USB HUB" .align 3 .LC5398: .string "USB\\VID_0C45&PID_613A\\5&2F621EE5&0&5" .align 3 .LC5399: .string "USB WEBCAM" .align 3 .LC5400: .string "USB\\VID_0C45&PID_613C\\5&377B3285&0&1 " .align 3 .LC5401: .string "5&29957435&0&1" .align 3 .LC5402: .string "USB Camera" .align 3 .LC5403: .string "Sonix SN9C201" .align 3 .LC5404: .string "Integrated Webcam in Compal HEL81 series barebones." .align 3 .LC5405: .string "USB\\VID_0C45&PID_6270" .align 3 .LC5406: .string "USB Microscopr" .align 3 .LC5407: .string "USB\\VID_0C45&PID_6270&REV_0100" .align 3 .LC5408: .string "webcam with mic link works for win 7" .align 3 .LC5409: .string "usb\\vid_oc45&pid_627b\\5&138897&#1044;1&0&5" .align 3 .LC5410: .string "webcam" .align 3 .LC5411: .string "USB\\VID_17A1&PID_0118&REV_0100" .align 3 .LC5412: .string "USB\\Vid_0c45&Pid_62b3&Rev_0100&MI_00" .align 3 .LC5413: .string "USB 2.0 PC Camera" .align 3 .LC5414: .string "USB\\Vid_0c45&Pid_62bf" .align 3 .LC5415: .string "USB\\Vid_0c45&Pid_62bf&Rev_0100" .align 3 .LC5416: .string "SNP2UVC" .align 3 .LC5417: .string "Sonix Webcam" .align 3 .LC5418: .string "USB\\VID_0000&PID_0000\\5&1FFD6427&0&2" .align 3 .LC5419: .string "USB Microscope" .align 3 .LC5420: .string "USB\\VID_0C45&PID_643d" .align 3 .LC5421: .string "1.3 MPixel Integrated Webcam used in Dell N5010 series" .align 3 .LC5422: .string "USB\\VID_0C45&PID_6421&REV_0224&MI_00" .align 3 .LC5423: .string "USB 2.0 Webcam slim 32" .align 3 .LC5424: .string "USB\\VID_0C45&PID_642F&REV_1224" .align 3 .LC5425: .string "Webcam" .align 3 .LC5426: .string "oc45&oid 641d& 9:07&mi oo" .align 3 .LC5427: .string "0x6489" .align 3 .LC5428: .string "Integrated Webcam Universal Serial Bus controllers" .align 3 .LC5429: .string "USB\\VID_0C45&PID_6480&MI_00 " .align 3 .LC5430: .string "sonix 1.3 mp laptop integrated webcam" .align 3 .LC5431: .string "n.a." .align 3 .LC5432: .string "RDing TEMPer1V1.4" .align 3 .LC5433: .string "USB\\VID_090C&PID_B371&MI_00\\6&462987E&0&0000" .align 3 .LC5434: .string "Blutonium BCM2035 Bluetooth 2.4 GHz Single Chip Tr" .align 3 .LC5435: .string "Broadcom USB iLine10(tm) Network Adapter" .align 3 .LC5436: .string "0264" .align 3 .LC5437: .string "Controlador sm" .align 3 .LC5438: .string " 0578A97" .align 3 .LC5439: .string "Broadcom Bluetooth Firmware Upgrade Device" .align 3 .LC5440: .string "Broadcom Bluetooth Controller" .align 3 .LC5441: .string " PCI\\VEN_14E4&DEV_43B1&SUBSYS_2B231A3B&REV_03" .align 3 .LC5442: .string "Broadcom 802.11ac Network Adapter " .align 3 .LC5443: .string " n450" .align 3 .LC5444: .string "BROADCOM Bluetooth Device" .align 3 .LC5445: .string "IBM Integrated Bluetooth IV" .align 3 .LC5446: .string "Broadcom Bluetooth Dongle" .align 3 .LC5447: .string " 0A5C" .align 3 .LC5448: .string "BCM2035B3 ROM Adapter Generic" .align 3 .LC5449: .string " 1ujy100539f" .align 3 .LC5450: .string "Broadcom Blutonium Device Firmware Downloader" .align 3 .LC5451: .string "5&263C7E89&0&1" .align 3 .LC5452: .string "BCM92035NMD Bluetooth" .align 3 .LC5453: .string "Broadcom Blutonium Device Firmware Downloader (BCM2038)" .align 3 .LC5454: .string " BCM92045B3 ROM" .align 3 .LC5455: .string "BCM2045A" .align 3 .LC5456: .string " 5738z" .align 3 .LC5457: .string "Broadcom USB Bluetooth Device" .align 3 .LC5458: .string " USB\\VID_0A5C&PID_5801&MI_00" .align 3 .LC5459: .string "BT 50" .align 3 .LC5460: .string "Broadcom Bluetooth 2.0+eDR USB dongle" .align 3 .LC5461: .string "USB\\VID_0A5C&PID_2101" .align 3 .LC5462: .string "Broadcom Bluetooth 2.0+EDR USB dongle" .align 3 .LC5463: .string " USB\\VID_04B4&PID_2102\\5&38CD4C16&0&6" .align 3 .LC5464: .string "ANYCOM Blue USB-200/250" .align 3 .LC5465: .string " 39A18BDD" .align 3 .LC5466: .string "ANYCOM Blue USB-UHE 200/250" .align 3 .LC5467: .string " 2045" .align 3 .LC5468: .string "Broadcom 2045 Bluetooth 2.0 USB-UHE Device with trace filter" .align 3 .LC5469: .string "Broadcom 2045 Bluetooth 2.0 USB Device with trace filter" .align 3 .LC5470: .string " BCM92045B3" .align 3 .LC5471: .string "2045B3ROM Bluetooth Dongle" .align 3 .LC5472: .string "2046 Flash UHE Class 2" .align 3 .LC5473: .string "2046 Flash non UHE Class 2" .align 3 .LC5474: .string "2046 Flash non UHE Class 1" .align 3 .LC5475: .string "2046 Flash non UHE module Class 2" .align 3 .LC5476: .string "bcm9204md " .align 3 .LC5477: .string "Broadcom BCM9204MD LENO Module" .align 3 .LC5478: .string "Broadcom 2045 Bluetooth 2.1 USB UHE Dongle" .align 3 .LC5479: .string " 0A5C&PID_5800" .align 3 .LC5480: .string "Broadcom 2046 Bluetooth 2.1 USB Dongle" .align 3 .LC5481: .string "GBU421" .align 3 .LC5482: .string "Broadcom 2046 Bluetooth 2.1 USB UHE Dongle" .align 3 .LC5483: .string "Broadcom 2046 Bluetooth 2.1 USB Module" .align 3 .LC5484: .string " 52AF1AB24D" .align 3 .LC5485: .string "Broadcom Bluetooth 2.1 UHE Module" .align 3 .LC5486: .string "Thinkpad Bluetooth with Enhanced Data Rate II" .align 3 .LC5487: .string " 2151" .align 3 .LC5488: .string "Broadcom Bluetooth 2.1 USB Dongle" .align 3 .LC5489: .string "Broadcom Bluetooth USB Dongle" .align 3 .LC5490: .string "BCM2046 B1 USB 500" .align 3 .LC5491: .string "Broadcom 2046 Bluetooth 2.1 Device" .align 3 .LC5492: .string "BCM2070" .align 3 .LC5493: .string "Broadcom BCM2070 Bluetooth 3.0+HS USB Device " .align 3 .LC5494: .string "Broadcom 20702 Bluetooth 4.0" .align 3 .LC5495: .string ".0112" .align 3 .LC5496: .string "BCM43142A0" .align 3 .LC5497: .string "Broadcom Bluetooth 4.0" .align 3 .LC5498: .string "BCM2046B1" .align 3 .LC5499: .string " BCM2046B1" .align 3 .LC5500: .string " 1ujy100539f" .align 3 .LC5501: .string "Unified Security Hub" .align 3 .LC5502: .string "0x5801" .align 3 .LC5503: .string "Unified Security Hub " .align 3 .LC5504: .string " 965" .align 3 .LC5505: .string "Pirelli ISB Remote NDIS Device" .align 3 .LC5506: .string "NVIDIA GeForce GT 240M" .align 3 .LC5507: .string "USB\\VID_04B4&PID_8613&REV_:001" .align 3 .LC5508: .string "TD 3104 USB vedio grabber " .align 3 .LC5509: .string "0x9876" .align 3 .LC5510: .string "JMC25" .align 3 .LC5511: .string "JMC250 PCI Express, Gigabit Ethernet" .align 3 .LC5512: .string "JMC2XX" .align 3 .LC5513: .string "JMC260 PCI Express Fast Ethernet" .align 3 .LC5514: .string "ethernet" .align 3 .LC5515: .string "0261" .align 3 .LC5516: .string "JMB38X MS Host Controller" .align 3 .LC5517: .string "12345678" .align 3 .LC5518: .string "1234567" .align 3 .LC5519: .string "JMB38X" .align 3 .LC5520: .string "JMB38X SD/MMC " .align 3 .LC5521: .string "JMicron JMB36X" .align 3 .LC5522: .string "JMB36X" .align 3 .LC5523: .string "JMB363" .align 3 .LC5524: .string "PCI Express to SATA II and PATA Host Controller" .align 3 .LC5525: .string "JMicron JMB362/JMB363 AHCI Controller" .align 3 .LC5526: .string "JMicron JMB366 AHCI/IDE Controller" .align 3 .LC5527: .string "JMB368" .align 3 .LC5528: .string "IDE Comtroller" .align 3 .LC5529: .string "IEEE 1394 Host Controller" .align 3 .LC5530: .string "JMB38X SD Host Controller" .align 3 .LC5531: .string "JMB38X SD/MMC Host Controller" .align 3 .LC5532: .string "JMB38X xD Host Controller" .align 3 .LC5533: .string "JMB38X SD/MMC - JMicron PCIe SD Host Controller" .align 3 .LC5534: .string "721179" .align 3 .LC5535: .string "JMB38Xam5" .align 3 .LC5536: .string "rev_0400" .align 3 .LC5537: .string "usb lan adapter4" .align 3 .LC5538: .string "6387" .align 3 .LC5539: .string "AM usb storage" .align 3 .LC5540: .string "0x01 " .align 3 .LC5541: .string "9380" .align 3 .LC5542: .string "00000000" .align 3 .LC5543: .string "http://www.alldatasheet.com/datasheet-pdf/pdf/91600/ETC/AU9254A21.html" .align 3 .LC5544: .string "UNKNOWN" .align 3 .LC5545: .string "Unknown 4-in-1 card reader (istar)" .align 3 .LC5546: .string "Multi Flash Reader USB Device" .align 3 .LC5547: .string "intel g620" .align 3 .LC5548: .string "USB Mass Storage Device(USB1005B Flash Disk)" .align 3 .LC5549: .string "PCI\\VEN_8086&DEV_8CBA&SUBSYS_78211462&REV_00\\3&115" .align 3 .LC5550: .string "AU9254A21-HAS" .align 3 .LC5551: .string "FC8708-3" .align 3 .LC5552: .string "Micron=MT29F32G08CBABA" .align 3 .LC5553: .string "SmartCard Reader" .align 3 .LC5554: .string "VID_0000&PID_0000\\5&2B3B5BA1&0&1" .align 3 .LC5555: .string "Suyin" .align 3 .LC5556: .string "suYin" .align 3 .LC5557: .string "Acer Crystal Eye Webcam" .align 3 .LC5558: .string "SuYin" .align 3 .LC5559: .string "WebCam" .align 3 .LC5560: .string "Suiyn Optronics" .align 3 .LC5561: .string "USB 2.0 UVC 0.3M WebCam" .align 3 .LC5562: .string "SUYIN" .align 3 .LC5563: .string "SUYIN 1.3M WebCam" .align 3 .LC5564: .string "1.3M HD WebCam" .align 3 .LC5565: .string "dont know" .align 3 .LC5566: .string "its a webcam software" .align 3 .LC5567: .string "Web Cam" .align 3 .LC5568: .string "HP TrueVision HD" .align 3 .LC5569: .string "XMC-210" .align 3 .LC5570: .string "XMC-220" .align 3 .LC5571: .string "XMC-230" .align 3 .LC5572: .string "XMC-240" .align 3 .LC5573: .string " pm 965" .align 3 .LC5574: .string "PCIe-180" .align 3 .LC5575: .string "PCIe-280" .align 3 .LC5576: .string "STRATIX V" .align 3 .LC5577: .string "PCIe-395 standard" .align 3 .LC5578: .string "pm 965" .align 3 .LC5579: .string "PCIe-395 BSP" .align 3 .LC5580: .string " BenNUEY PCIX" .align 3 .LC5581: .string "H100-PCIX" .align 3 .LC5582: .string "BenNUEY PCI-104-V4" .align 3 .LC5583: .string "BenONE-PCIe" .align 3 .LC5584: .string " PCI\\VEN_198A&DEV_4033&SUBSYS_00000000&REV_00" .align 3 .LC5585: .string "BenONE-Xilinx-Kit-ROHS" .align 3 .LC5586: .string "BenNUEY PCIX RoHS" .align 3 .LC5587: .string "D1010" .align 3 .LC5588: .string "IDE Controller " .align 3 .LC5589: .string "D1011" .align 3 .LC5590: .string "Standard IDE Controller" .align 3 .LC5591: .string "M1030" .align 3 .LC5592: .string "PCI to PCI-E Bridge" .align 3 .LC5593: .string "M2010" .align 3 .LC5594: .string "GPU (VGA )" .align 3 .LC5595: .string "M3010" .align 3 .LC5596: .string "HD Audio" .align 3 .LC5597: .string "R6040x" .align 3 .LC5598: .string "Ethernet MACx" .align 3 .LC5599: .string " modem" .align 3 .LC5600: .string "USB Controller (OHCI)" .align 3 .LC5601: .string " V90479. 1" .align 3 .LC5602: .string "USB 2.0 Controller (EHCI)" .align 3 .LC5603: .string "DDRdrive X1" .align 3 .LC5604: .string "DDRdrive X8" .align 3 .LC5605: .string "DDRdrive X1-30" .align 3 .LC5606: .string "Seastar Network" .align 3 .LC5607: .string "Gemini Network" .align 3 .LC5608: .string "Aries Network" .align 3 .LC5609: .string "PCI\\VEN_8086&DEV_24D5&SUBSYS_B026144D&REV_02" .align 3 .LC5610: .string "PCI\\VEN_8086&DEV_293E&SUBSYS_20F217AA&REV_03\\3&B1BFB68&0&D8\t" .align 3 .LC5611: .string "24C5" .align 3 .LC5612: .string "PCI\\VEN_8086&DEV_24C6&REV_03\\3 267A616A" .align 3 .LC5613: .string "cc020000" .align 3 .LC5614: .string "PCI\\VEN_10EC&DEV_5227&SUBSYS_220C17AA&REV_01" .align 3 .LC5615: .string "CC_040100" .align 3 .LC5616: .string "PCI\\VEN_8086&DEV_1C3A&SUBSYS_1C3A1458&REV_04" .align 3 .LC5617: .string "USB\\VID_0B05&PID_580F\\E6AZCY495152" .align 3 .LC5618: .string "Inter (R) Core [TM] 2 Duo cpu" .align 3 .LC5619: .string "0x051d" .align 3 .LC5620: .string "graphic card" .align 3 .LC5621: .string "802.11N usb wifi device" .align 3 .LC5622: .string "DWL-G122 Wifi PCI" .align 3 .LC5623: .string "Same chipset of RALINK RT2500" .align 3 .LC5624: .string "D-Link Wireless G DWA-110 USB Adapter" .align 3 .LC5625: .string "PCI\\VEN_1799&DEV_700F&SUBSYS_700F1799&REV_20\\3&61AAA01&0&48" .align 3 .LC5626: .string "Keyboard IT USB" .align 3 .LC5627: .string "Alluminium Keyboard IT USB" .align 3 .LC5628: .string "Apple iPod 5" .align 3 .LC5629: .string "Apple iPhone " .align 3 .LC5630: .string "Apple iPhone 4" .align 3 .LC5631: .string "phone 3g" .align 3 .LC5632: .string "Allumium keyboard it USB " .align 3 .LC5633: .string "BCM2046" .align 3 .LC5634: .string "Broadcom BCM2046 Bluetooth chipset iMac" .align 3 .LC5635: .string "Emulex OneConnect 10Gb NIC (be3) (rev01)" .align 3 .LC5636: .string "Emulex OneConnect 10Gb iSCSI Initiator (be3) (rev 01)" .align 3 .LC5637: .string "Emulex OneConnect 10Gb FCoE" .align 3 .LC5638: .string "Emulex OneConnect 10Gb FCoE &#1048;&#1085;&#1080;&#1094;&#1080;&#1072;&#1090;&#1086;&#1088; (be3) (&" .align 3 .LC5639: .string "REV_0372" .align 3 .LC5640: .string "0008" .align 3 .LC5641: .string "VFS301 Fingerprint Scanner" .align 3 .LC5642: .string "0006" .align 3 .LC5643: .string "VFS351 Fingerprint Scanner" .align 3 .LC5644: .string "0007" .align 3 .LC5645: .string "VFS451 Fingerprint Scanner" .align 3 .LC5646: .string "VFS421 Fingerprint Scanner" .align 3 .LC5647: .string "11" .align 3 .LC5648: .string "Validity Fingerprint Reader" .align 3 .LC5649: .string "Biometric Devices" .align 3 .LC5650: .string "Validity Sensors, Inc. (WBF) (PID=0018)" .align 3 .LC5651: .string "0086" .align 3 .LC5652: .string "VFS431 Validity-Fingerprint Driver" .align 3 .LC5653: .string "0104" .align 3 .LC5654: .string "Validity Fingerprint Sensor" .align 3 .LC5655: .string "VFS5011" .align 3 .LC5656: .string "Fingerprint Reader" .align 3 .LC5657: .string "Citrix XenServer PV SCSI Host Adapter" .align 3 .LC5658: .string "Citrix PV Bus Device" .align 3 .LC5659: .string "XenServer Device of Windows Update" .align 3 .LC5660: .string "atom &#305;ntel &#305;ns&#305;de" .align 3 .LC5661: .string "Logitech Webcam C600" .align 3 .LC5662: .string "Webcam Pro 9000" .align 3 .LC5663: .string "5&34B666AE&0&7" .align 3 .LC5664: .string "Camera" .align 3 .LC5665: .string "Quickcam Communicate STX" .align 3 .LC5666: .string "123abc" .align 3 .LC5667: .string "logitech QuickCam\302\256 Pro 4000" .align 3 .LC5668: .string "0x08C1" .align 3 .LC5669: .string "Logitech OEM Webcam" .align 3 .LC5670: .string "QuickCam Communicate" .align 3 .LC5671: .string "QuickCam Express" .align 3 .LC5672: .string "model number: V-UAP9" .align 3 .LC5673: .string "A-00008" .align 3 .LC5674: .string "Logitech ClearChat Pro USB" .align 3 .LC5675: .string "USB _ phone toush" .align 3 .LC5676: .string "Logitech G930 Headset" .align 3 .LC5677: .string "356254" .align 3 .LC5678: .string "Baesline 3 Button Corded Optical Mouse, 2 button + scroll wheel" .align 3 .LC5679: .string "M/N: M-BJ96C. P/N: 830667-0000. PID: c00e" .align 3 .LC5680: .string "Epoxy Hidden" .align 3 .LC5681: .string "ee" .align 3 .LC5682: .string "ftht" .align 3 .LC5683: .string "k251d" .align 3 .LC5684: .string "DELL 6-Button mouse" .align 3 .LC5685: .string "J-UA9" .align 3 .LC5686: .string "Wingman Force J-UA9" .align 3 .LC5687: .string "Logitech TrackMan Wheel" .align 3 .LC5688: .string "M-RAM99, C-BS35" .align 3 .LC5689: .string "MediaPlay Cordless Mouse" .align 3 .LC5690: .string "Dell Wireless Keyboard w/ mouse" .align 3 .LC5691: .string "HID Keyboard Device" .align 3 .LC5692: .string "FC8708A607198-10F1043TA3" .align 3 .LC5693: .string "USB Receiver for Wireless Mouse" .align 3 .LC5694: .string "USB3 receiver" .align 3 .LC5695: .string "Logitech Wireless Mouse USB Controller" .align 3 .LC5696: .string "n\\a" .align 3 .LC5697: .string "HEM-790IT" .align 3 .LC5698: .string "hid device class blood pressure monitor" .align 3 .LC5699: .string "VBoxVideo 0x8168" .align 3 .LC5700: .string "VirtualBox Graphics Adapter" .align 3 .LC5701: .string "N/A - Virtual Device" .align 3 .LC5702: .string "VirtualBox Device" .align 3 .LC5703: .string "AR5413" .align 3 .LC5704: .string "Atheros chipset for 802.11a/b/g" .align 3 .LC5705: .string "Realtek AC97Audio drivers" .align 3 .LC5706: .string "LSISAS1078" .align 3 .LC5707: .string "PCI-Express Fusion-MPT SAS" .align 3 .LC5708: .string "Realtek USB 2.0 Card Reader" .align 3 .LC5709: .string "802.11b" .align 3 .LC5710: .string "Realtek 8180 Extensible 802.11b Wireless Device" .align 3 .LC5711: .string "RTL8102E" .align 3 .LC5712: .string "Realtek 10/100/1000 PCI-E NIC Family" .align 3 .LC5713: .string "Realtek ALC260 High Definition Audio" .align 3 .LC5714: .string "HDAUDIO\\FUNC_01&VEN_10EC&DEV_0262&SUBSYS_144DC034&REV_1002" .align 3 .LC5715: .string "Realtek ALC 262" .align 3 .LC5716: .string "Realtek ALC 262 &#1040;&#1091;&#1076;&#1080;&#1086;" .align 3 .LC5717: .string "ALC268" .align 3 .LC5718: .string "High Definition Audio Codecs" .align 3 .LC5719: .string "ALC269" .align 3 .LC5720: .string "Realtek High Definition audio" .align 3 .LC5721: .string "0270" .align 3 .LC5722: .string "Realtek High Definition Audio " .align 3 .LC5723: .string "ALC272X" .align 3 .LC5724: .string "RTL8723AE" .align 3 .LC5725: .string "BT combo mini pcie card" .align 3 .LC5726: .string "HDAUDIO\\FUNC_01&VEN_10EC&DEV_0660&SUBSYS_10191386&" .align 3 .LC5727: .string "ALC662" .align 3 .LC5728: .string "5.1 Channel Audio Codec" .align 3 .LC5729: .string "ALC862" .align 3 .LC5730: .string "Realtek ALC861 High Defintion Audio" .align 3 .LC5731: .string "1631F603" .align 3 .LC5732: .string "Realtek 880 High Definition Audio" .align 3 .LC5733: .string "Realtek ALC882/D/M" .align 3 .LC5734: .string "Intel 82801GB ICH7 - High Definition Audio Controller" .align 3 .LC5735: .string "ALC883" .align 3 .LC5736: .string "Realtek High definition Audio" .align 3 .LC5737: .string "ALC889A" .align 3 .LC5738: .string "REALTEK - 8 channel audio card ALC889A" .align 3 .LC5739: .string "FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1002" .align 3 .LC5740: .string "xHDAUDIO\\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_104383BC&REV_1002\\4&159EE542&0&0001" .align 3 .LC5741: .string "ALC260" .align 3 .LC5742: .string "Realtek High Definition Audio" .align 3 .LC5743: .string "ALC888" .align 3 .LC5744: .string "1Device Ses GigabyteTeh" .align 3 .LC5745: .string "HDAUDIO\\FUNC_01&VEN_10EC&DEV_0662" .align 3 .LC5746: .string "ALC892" .align 3 .LC5747: .string "7.1+2 Channel HD Audio Codec with Content Protection" .align 3 .LC5748: .string "ALC1150" .align 3 .LC5749: .string "HDAUDIO\\FUNC_01&VEN_10EC&DEV_0900" .align 3 .LC5750: .string "5229" .align 3 .LC5751: .string "PCIE RTS5229 Card Reader" .align 3 .LC5752: .string "M5288 SATA/Raid controller" .align 3 .LC5753: .string "cpi" .align 3 .LC5754: .string "naum tem" .align 3 .LC5755: .string "naum tem " .align 3 .LC5756: .string "PCI\\VEN_10EC&DEV_8039&SUBSYS_803910EC" .align 3 .LC5757: .string "012659873654" .align 3 .LC5758: .string "cuenta" .align 3 .LC5759: .string "8185" .align 3 .LC5760: .string "Realtek RTS5208 Card Reader" .align 3 .LC5761: .string "Realtek PCIE CardReader" .align 3 .LC5762: .string "123" .align 3 .LC5763: .string "Realtek PCIE Card Reader" .align 3 .LC5764: .string "Rts5229" .align 3 .LC5765: .string "Realtek RTS528x" .align 3 .LC5766: .string "Realtek RTS528x PCIe Card Reader" .align 3 .LC5767: .string "5287" .align 3 .LC5768: .string "Realtek PCIE CardReader (PCI Device)" .align 3 .LC5769: .string "card reader" .align 3 .LC5770: .string "RTL8411" .align 3 .LC5771: .string " PCIE Card Reader" .align 3 .LC5772: .string "M5461" .align 3 .LC5773: .string "MTC ms9377c" .align 3 .LC5774: .string "PCI /ven_1039" .align 3 .LC5775: .string "Realtek UWB Radio Driver" .align 3 .LC5776: .string "PCI\\VEN_10EC&DEV_7305" .align 3 .LC5777: .string "8172" .align 3 .LC5778: .string "Realtek RTL8191SE Wireless LAN 802.11n PCI-E NIC" .align 3 .LC5779: .string "10EC" .align 3 .LC5780: .string "PCI\\VEN_8086&DEV_1C3A&SUBSYS_1C3A1849&REV_04" .align 3 .LC5781: .string "RTL8139" .align 3 .LC5782: .string "RTL8139 Fast Ethernet NIC" .align 3 .LC5783: .string "RTL8167" .align 3 .LC5784: .string "Realtek RTL8169/8110" .align 3 .LC5785: .string "RTL8168E/RTL8111F/RTL" .align 3 .LC5786: .string "PCIe GBE" .align 3 .LC5787: .string "8169S" .align 3 .LC5788: .string "Realtek RTL8169\\8110 &#1057;&#1077;&#1084;&#1100;&#1080; Gigabit Ethernet" .align 3 .LC5789: .string "Realtek virtual IPMI" .align 3 .LC5790: .string "\\10EC\\" .align 3 .LC5791: .string "Realtek RTL8191SE &#1041;&#1077;&#1089;&#1087;&#1088;&#1086;&#1074;&#1086;&#1076;&#1085;&#1086;&#108" .align 3 .LC5792: .string "RTL8191SE-VA2" .align 3 .LC5793: .string "Single-Chip IEEE 802.11b/g/n 1T2R WLAN Controller with PCI Express Interface" .align 3 .LC5794: .string "RTL8188RU" .align 3 .LC5795: .string "Realtek RTL8188RU" .align 3 .LC5796: .string "RTL8188CE" .align 3 .LC5797: .string "Realtek RTL8188CE Wireless LAN 802.11n PCI-E NIC" .align 3 .LC5798: .string "PCE-N15" .align 3 .LC5799: .string "ASUS PCE-N15 Wireless LAN PCI-E Card" .align 3 .LC5800: .string "RTL8188E" .align 3 .LC5801: .string "IEEE 802.11b/g/n Single-Chip WiFi Chip" .align 3 .LC5802: .string "RTL8180L 802.11b MAC" .align 3 .LC5803: .string "Network controller" .align 3 .LC5804: .string "RTL8188ce" .align 3 .LC5805: .string "RTL8185L " .align 3 .LC5806: .string "RTL8192CE" .align 3 .LC5807: .string "Single-Chip IEEE 802.11b/g/n 2T2R WLAN Controller with PCI Express Interface" .align 3 .LC5808: .string "RTL8187SE" .align 3 .LC5809: .string "http://www.realtek.com/downloads/downloadsView.aspx?Langid=1&PNid=21&PFid=40&Level=5&Conn=4&DownType" .align 3 .LC5810: .string "Realtek 10/100M Fast Ethernet Controller" .align 3 .LC5811: .string "8723AE" .align 3 .LC5812: .string "Realtek 8191SE Wireless LAN" .align 3 .LC5813: .string "RTL8168" .align 3 .LC5814: .string "PCIe Gigabit Ethernet Family Controller" .align 3 .LC5815: .string "Realtek RTL8110SC-&#1043;&#1056;." .align 3 .LC5816: .string "unkown" .align 3 .LC5817: .string "Realtek RTL8723BE Wireless LAN 802.11n PCI-NIC #4" .align 3 .LC5818: .string "PCIE RTS5229 card reader" .align 3 .LC5819: .string "00000000000" .align 3 .LC5820: .string "USB 2.0 Video Capture Controller" .align 3 .LC5821: .string "120315000000621" .align 3 .LC5822: .string "web cam" .align 3 .LC5823: .string "Genius iLook 300" .align 3 .LC5824: .string "http://genius.ru/products.aspx?pnum=24948&archive=1" .align 3 .LC5825: .string "PAC7311" .align 3 .LC5826: .string "http://www.speedlink.com/support/bin/24-02-2012/SETUP.rar" .align 3 .LC5827: .string "PAC7311 - Toshiba PX1342E-1 CAM" .align 3 .LC5828: .string "USB\\VID_093A&PID_2608&REV_0100&MI_00" .align 3 .LC5829: .string "CNR-WCAM53G" .align 3 .LC5830: .string "WEBCAM http://www.canyon-tech.com/archive/voip/webcams/CNR-WCAM53#pr-switcher" .align 3 .LC5831: .string "n /a" .align 3 .LC5832: .string "silan sc92031 Network adapter" .align 3 .LC5833: .string "8129" .align 3 .LC5834: .string "Realtek RTL8139 PCI Fast Ethernet Adapter" .align 3 .LC5835: .string "8139" .align 3 .LC5836: .string "WIFI USB Card" .align 3 .LC5837: .string "PCI\\VEN_1000&DEV_0020&SUBSYS_10301000&REV_01PCI\\VEN" .align 3 .LC5838: .string "USB3.0 host controller" .align 3 .LC5839: .string "USB 3.0 eXtensibile Host controller" .align 3 .LC5840: .string "2120" .align 3 .LC5841: .string "Generic IEEE 802.11b/g Wireless LAN Card" .align 3 .LC5842: .string " \\t9071\\t WL-113 - Wireless Network USB dongle 5" .align 3 .LC5843: .string "\\t9071\\t WL-113 - Wireless Network USB dongle 54g " .align 3 .LC5844: .string "HD-467X-DDF2 video card " .align 3 .LC5845: .string "779A" .align 3 .LC5846: .string "HD 7700 Series" .align 3 .LC5847: .string "DEV_7023&REV_010" .align 3 .LC5848: .string "Etron USB 3.0 Extensible Host Controller" .align 3 .LC5849: .string "PCI Simple Communications Controller / Mobiles China" .align 3 .LC5850: .string "usb" .align 3 .LC5851: .string "Wireless USB 2.0 adapter TL-WN821N" .align 3 .LC5852: .string "USB\\VID_0000&PID_0000\\6&F763642&0&4" .align 3 .LC5853: .string "USB\\VID_0CF3&PID_3002&REV_0001" .align 3 .LC5854: .string "AR3011" .align 3 .LC5855: .string "Atheros Bluetooth Module" .align 3 .LC5856: .string "0x0108" .align 3 .LC5857: .string "TP-LINK 150 Mbps Wireless Lite N Adapter TL-WN721N" .align 3 .LC5858: .string "USB Fingerprint Scanner Model FS80" .align 3 .LC5859: .string "UPEK fingerprint sensors " .align 3 .LC5860: .string "Driver Windows xp" .align 3 .LC5861: .string "3330" .align 3 .LC5862: .string "8086&DEV_0F18&SUBSYS_16DD1043&REV_0E" .align 3 .LC5863: .string "AR5213" .align 3 .LC5864: .string "0x1050" .align 3 .LC5865: .string "ethernet controller" .align 3 .LC5866: .string "0x0436" .align 3 .LC5867: .string "0x4752" .align 3 .LC5868: .string "video controller" .align 3 .LC5869: .string "PCI\\VEN_10DE&DEV_0059&SUBSYS_2052161F&REV_A2" .align 3 .LC5870: .string "ZCT8YBT'" .align 3 .LC5871: .string " 17A1" .align 3 .LC5872: .string "USB2.0 JPEG WebCam " .align 3 .LC5873: .string "Rockey4" .align 3 .LC5874: .string "USB\\VID_138A&PID_0001" .align 3 .LC5875: .string ".oem44.inf" .align 3 .LC5876: .string "SN" .align 3 .LC5877: .string "01A000166" .align 3 .LC5878: .string "Integrated Camera" .align 3 .LC5879: .string "6030" .align 3 .LC5880: .string "YET-D720201-0014" .align 3 .LC5881: .string "usb3.0 renesas" .align 3 .LC5882: .string " upd720202" .align 3 .LC5883: .string " nec" .align 3 .LC5884: .string "EC01-P" .align 3 .LC5885: .string "Renesas Electronics USB 3.0 Host Controller" .align 3 .LC5886: .string "202204073" .align 3 .LC5887: .string "WCH353L" .align 3 .LC5888: .string "32534348" .align 3 .LC5889: .string "SIE9835 PCI=>DUAL SERIAL" .align 3 .LC5890: .string "4348" .align 3 .LC5891: .string "4980" .align 3 .LC5892: .string "35255" .align 3 .LC5893: .string "ch350L" .align 3 .LC5894: .string " CH35X" .align 3 .LC5895: .string "1010&REV_0101&MI_00" .align 3 .LC5896: .string " RoMI/o by Egosys - Midi USB Cable" .align 3 .LC5897: .string "Asmedia 106x SATA Controler" .align 3 .LC5898: .string "Link Below to Mainboard Driver inside" .align 3 .LC5899: .string "SUBSYS_2104174C" .align 3 .LC5900: .string "USB 3.0 Host Controller Driver for Windows 7" .align 3 .LC5901: .string "pci\\ven_14f1&dev_2f50&subsys_205f14f1&rev_01\\4&cf8" .align 3 .LC5902: .string "Asmedia ASM104x USB 3.0 Host Controller" .align 3 .LC5903: .string "i don't know" .align 3 .LC5904: .string "a netcard used usb interface" .align 3 .LC5905: .string "Generic USB Audio Device" .align 3 .LC5906: .string "6206lc" .align 3 .LC5907: .string "USB 5.1CH audio codec" .align 3 .LC5908: .string "0x5200" .align 3 .LC5909: .string "C-Media USB 2.0 Mass Storage Controller" .align 3 .LC5910: .string "uhknown" .align 3 .LC5911: .string "PEGAVIO" .align 3 .LC5912: .string "Pegasus Board PCI-e interface" .align 3 .LC5913: .string "AR5005GS" .align 3 .LC5914: .string "pci\\ven_10ac&dev_ooo" .align 3 .LC5915: .string "E017105B" .align 3 .LC5916: .string "Atheros AR5B95 Wireless LAN 802.11 a/b/g/n Controller" .align 3 .LC5917: .string "PCI\\VEN_168C&DEV_0030&SUBSYS_16A810CF&REV_01" .align 3 .LC5918: .string "TP-LINK 450Mbps Wireless N Adapter" .align 3 .LC5919: .string "AR5007UG" .align 3 .LC5920: .string "ROOT\\MS_SSTPMINIPORT\\0000" .align 3 .LC5921: .string "11L/b/g Wireless LAN Mini PCI Adapter" .align 3 .LC5922: .string "AR5211" .align 3 .LC5923: .string " PCI\\VEN_1217&DEV_7130&SUBSYS_FF501179&REV_01 DELL Latitude C510 as mini-PCI board behind the larg" .align 3 .LC5924: .string "Netgear WPN311" .align 3 .LC5925: .string "Netgear RangeMax WPN311 PCI Wireless NIC" .align 3 .LC5926: .string "AR5bmb5" .align 3 .LC5927: .string "802.11a Wireless Adapter" .align 3 .LC5928: .string "Atheros AR5005GS" .align 3 .LC5929: .string "http://support1.toshiba-tro.de/tools/updates/atheros-wlan/atheros-wlan-xp-7702331.zip" .align 3 .LC5930: .string "AR5006X" .align 3 .LC5931: .string "802.11abg NIC" .align 3 .LC5932: .string "AR5007EG" .align 3 .LC5933: .string "Atheros AR5007EG Wireless Network Adapter" .align 3 .LC5934: .string "AR5BXB63" .align 3 .LC5935: .string "Atheros AR5BXB63 WWAN Chip" .align 3 .LC5936: .string "AR5BXB61" .align 3 .LC5937: .string "AR5006EX AR5423a" .align 3 .LC5938: .string "TP-Link TL-WN350GD" .align 3 .LC5939: .string "PCI\\VEN_168C&DEV_002B&SUBSYS_E034105B&REV_01\\4&124A40C8&0&00E1" .align 3 .LC5940: .string "c660" .align 3 .LC5941: .string "PCI/VEN_168C&DEV_002B&SUBSYS_7173144F&REV_01\\4&200004B7&0&00E1" .align 3 .LC5942: .string "AR5416" .align 3 .LC5943: .string "802.11a/b/g/n&#1041;&#1077;&#1089;&#1087;&#1088;&#1086;&#1074;&#1086;&#1076;&#1085;&#1086;&#1081; PC" .align 3 .LC5944: .string "AR5B97" .align 3 .LC5945: .string "Atheros 802.11a/b/g/n" .align 3 .LC5946: .string "AR9283-ALIA or DW1525" .align 3 .LC5947: .string "Wireless Network Adapter" .align 3 .LC5948: .string "66318898888811ad" .align 3 .LC5949: .string "Atheros AR5B95 " .align 3 .LC5950: .string "AR5006" .align 3 .LC5951: .string "Wireless 802.11 a/b/g/n WiFi Adapter (PCI-Express)" .align 3 .LC5952: .string "AR9287 rev01" .align 3 .LC5953: .string "802.11b/g/n" .align 3 .LC5954: .string "AR9287" .align 3 .LC5955: .string "Atheros ar9287 PCI &#1052;&#1086;&#1078;&#1083;&#1080;&#1074;&#1086;&#1089;&#1090;&#1110;: &#1047;&#" .align 3 .LC5956: .string "1102 - 1103" .align 3 .LC5957: .string "Killer Wireless - N" .align 3 .LC5958: .string "168Cx0032" .align 3 .LC5959: .string "Atheros AR9485" .align 3 .LC5960: .string "DW1901" .align 3 .LC5961: .string "802.11a/b/g/n, BT4.0+HS " .align 3 .LC5962: .string "AR956x" .align 3 .LC5963: .string "Qualcomm Atheros AR956x Wireless Network Adapter" .align 3 .LC5964: .string "AR1111" .align 3 .LC5965: .string "Atheros AR1111 WB-EG Wireless Network Adapter" .align 3 .LC5966: .string "QCA61x4" .align 3 .LC5967: .string "0x002b" .align 3 .LC5968: .string "PCI\\VEN_168C&DEV_002B&SUBSYS_30AF185F" .align 3 .LC5969: .string "Dell Wireless DW1703 802.11b/g/n, BT4.0 + HS " .align 3 .LC5970: .string "AR9285" .align 3 .LC5971: .string "Atheros AR5212 802.11abg wireless Drivers" .align 3 .LC5972: .string "nForce6100-430 " .align 3 .LC5973: .string "AREG9485WB-0036" .align 3 .LC5974: .string "Qualcomm Atheros AR9485WB-EG Wireless Network Adapter" .align 3 .LC5975: .string "ar8132" .align 3 .LC5976: .string "802.11a/b/g/n Wireless PCI Adapte" .align 3 .LC5977: .string "Bluetooth 3.0" .align 3 .LC5978: .string "AR5419" .align 3 .LC5979: .string "AR 5001" .align 3 .LC5980: .string "Wireless LAN G" .align 3 .LC5981: .string "AR5212" .align 3 .LC5982: .string "LAN-Express AS IEEE 802.11g miniPCI adapter" .align 3 .LC5983: .string "5812" .align 3 .LC5984: .string "itech numeric small keyboard" .align 3 .LC5985: .string "9825" .align 3 .LC5986: .string "0x1712" .align 3 .LC5987: .string "0239" .align 3 .LC5988: .string "cM67 CompactPCI DSP Card" .align 3 .LC5989: .string "M44/cM44 DSP board" .align 3 .LC5990: .string "Quattro6x DSP board" .align 3 .LC5991: .string "Chico/ChicoPlus Data Acquisition Board" .align 3 .LC5992: .string "Code Hammer Jtag Debugger board" .align 3 .LC5993: .string "Matador DSP board" .align 3 .LC5994: .string "Quixote DSP board" .align 3 .LC5995: .string "Quadia C64x DSP" .align 3 .LC5996: .string "Quadia DSP Baseboard" .align 3 .LC5997: .string "ADM-XRC" .align 3 .LC5998: .string "Virtex-E Bridge" .align 3 .LC5999: .string "ADM-XRC-II Lite" .align 3 .LC6000: .string "Virtex-II Bridge" .align 3 .LC6001: .string "ADM-XRC-II" .align 3 .LC6002: .string "ADM-XPL" .align 3 .LC6003: .string "Virtex-II Pro Bridge" .align 3 .LC6004: .string "ADM-XP" .align 3 .LC6005: .string "Virtex-II Pro PCI/PCI-X Bridge" .align 3 .LC6006: .string "ADP-WRC-II" .align 3 .LC6007: .string "ADP-DRC-II" .align 3 .LC6008: .string "ADP-XPI" .align 3 .LC6009: .string "Virtex-II Pro PCI" .align 3 .LC6010: .string "ADP-XPI (PCI-X)" .align 3 .LC6011: .string "Virtex-II Pro PCI-X Bridge" .align 3 .LC6012: .string "ADM-XRC-4FX" .align 3 .LC6013: .string "ADM-XRC-5LX" .align 3 .LC6014: .string "Virtex-4LX Bridge" .align 3 .LC6015: .string "ADM-XRC-5T1" .align 3 .LC6016: .string "ADM-XRC-5T2" .align 3 .LC6017: .string "Xilinx Virtex 5 PMC" .align 3 .LC6018: .string "ADM-AMC-5A2" .align 3 .LC6019: .string "Virtex 5 AMC FPGA board" .align 3 .LC6020: .string "ADM-XRC-5TZ" .align 3 .LC6021: .string "Xilinx Virtex 5 FPGA PMC " .align 3 .LC6022: .string "ADC-VXS" .align 3 .LC6023: .string "VXS FPGA and PMC Carrier Board" .align 3 .LC6024: .string "ADM-XRC-5T2-ADV" .align 3 .LC6025: .string "ADM-XRC-5T2 with JPEG 2000 devices" .align 3 .LC6026: .string "ADM-XRC-5T-DA1" .align 3 .LC6027: .string "FPGA PMC with Analog I/O Interface" .align 3 .LC6028: .string "ADM-XRC-5T2-ADV6" .align 3 .LC6029: .string "As per XRC-5T2 but with 6 JPEG2000 devices" .align 3 .LC6030: .string "ADM-XRC-6T1" .align 3 .LC6031: .string "Xilinx Virtex 6 FPGA XMC" .align 3 .LC6032: .string "ADM-XRC-6TGE" .align 3 .LC6033: .string "ADPe-XRC-6T-L" .align 3 .LC6034: .string "Full lenght PCI Express Xilinx Virtex-6 FPGA platform" .align 3 .LC6035: .string "ADPe-XRC-6T" .align 3 .LC6036: .string "Full length PC Card Xilinx Virtex-6 FPGA platform" .align 3 .LC6037: .string "0000" .align 3 .LC6038: .string "USB VGA/DVI Adapter UV-D4A1-B" .align 3 .LC6039: .string "Dell GigabitEthernet (USB-G1000)" .align 3 .LC6040: .string "MM-5410D" .align 3 .LC6041: .string "PCI 32bit Bulk Memory w/DMA" .align 3 .LC6042: .string "MM-5415CN" .align 3 .LC6043: .string "PCI Battery Backed SDRAM Adapter" .align 3 .LC6044: .string "MM-5425CN" .align 3 .LC6045: .string "PCI Memory Module with Battery Backup" .align 3 .LC6046: .string "MM-6140D" .align 3 .LC6047: .string "Memory Module" .align 3 .LC6048: .string "Bt881" .align 3 .LC6049: .string "Video Capture (10 bit High qualtiy cap)" .align 3 .LC6050: .string "Bt878" .align 3 .LC6051: .string "Video Capture" .align 3 .LC6052: .string "nVidia NV28" .align 3 .LC6053: .string "VGA Geforce4 MX440" .align 3 .LC6054: .string "VGA Geforce4 Ti4200" .align 3 .LC6055: .string "FOB-IO Card" .align 3 .LC6056: .string "L2B PCI Board" .align 3 .LC6057: .string "SD \\ VID_03 \303\203\302\220\303\202\302\270 OID_5344 \303\203\302\220\303\202\302\270 PID_SU01G \303\203\302\220\303\202\302\270 REV_" .align 3 .LC6058: .string "FOB-SD Card" .align 3 .LC6059: .string "FOB-TDC Card" .align 3 .LC6060: .string "ibaFOB-io-D" .align 3 .LC6061: .string "ibaFOB-2io-D" .align 3 .LC6062: .string "ibaFOB-4io-D" .align 3 .LC6063: .string "ibaFOB-2i-D" .align 3 .LC6064: .string "ibaFOB-SDexp" .align 3 .LC6065: .string "ibaFOB-TDCexp" .align 3 .LC6066: .string "ibaFOB-io-ExpressCard" .align 3 .LC6067: .string "Scope" .align 3 .LC6068: .string "Pulsar" .align 3 .LC6069: .string "Pulsar SRB" .align 3 .LC6070: .string "Pulsar 2" .align 3 .LC6071: .string "DSP-Board" .align 3 .LC6072: .string "1039" .align 3 .LC6073: .string "RV250" .align 3 .LC6074: .string "RADEON 9000 PRO EVIL COMMANDO" .align 3 .LC6075: .string "0x1002" .align 3 .LC6076: .string "0x2079" .align 3 .LC6077: .string "RV280" .align 3 .LC6078: .string "Saphire Radeon 9250" .align 3 .LC6079: .string "Sapphire Radeon 9250 - Secondary" .align 3 .LC6080: .string "RADEON 9000 ATLANTIS PRO" .align 3 .LC6081: .string "RADEON 9000 ATLANTIS PRO - Secondary" .align 3 .LC6082: .string "RV530" .align 3 .LC6083: .string "ATI RADEON X1650 Series" .align 3 .LC6084: .string "RV580" .align 3 .LC6085: .string "Sapphire ATI X1950 XT" .align 3 .LC6086: .string "RADEON 9200 ATLANTIS - Secondary" .align 3 .LC6087: .string "RADEON 9200 ATLANTIS" .align 3 .LC6088: .string "RV620 " .align 3 .LC6089: .string "ATI Radeon HD 3450" .align 3 .LC6090: .string "0x954F" .align 3 .LC6091: .string "Graphics Chipset\tATI Radeon HD 4300/4500 Series \t" .align 3 .LC6092: .string "RV770" .align 3 .LC6093: .string "ATI 4870" .align 3 .LC6094: .string "5870" .align 3 .LC6095: .string "Sapphire HD 5870 1GB GDDR5" .align 3 .LC6096: .string "RV350" .align 3 .LC6097: .string "Radeon 9550" .align 3 .LC6098: .string "rev 1.5" .align 3 .LC6099: .string "cPEG\302\231 C 3.0 DVD/MPEG2 decoder" .align 3 .LC6100: .string "RTL8169S" .align 3 .LC6101: .string "RealTek 8169S chip" .align 3 .LC6102: .string "Rev_0200" .align 3 .LC6103: .string "U.S. Robotics 56K FAX USB V1.1.0 / V.92 USB modem" .align 3 .LC6104: .string "0637" .align 3 .LC6105: .string "U.S. Robotics 56K Win INT" .align 3 .LC6106: .string "11323A" .align 3 .LC6107: .string "U.S. Robotics 56K Voice Host Int" .align 3 .LC6108: .string "USRobotics 5660A - Internal Soft Modem" .align 3 .LC6109: .string "http://www.usr.com/support/product-template.asp?prod=5660a" .align 3 .LC6110: .string "E129336-1" .align 3 .LC6111: .string "U.S.Robotic (A- Modem/PCI)" .align 3 .LC6112: .string "1518" .align 3 .LC6113: .string "Wireless Access Adapter Model 022415" .align 3 .LC6114: .string "U.S. Robotics 56K Voice Host Int (A-Modem/ PCI)" .align 3 .LC6115: .string "mx98715/25" .align 3 .LC6116: .string "i740pci" .align 3 .LC6117: .string "1740pci" .align 3 .LC6118: .string "i740 PCI" .align 3 .LC6119: .string "PCI to EISA Bridge" .align 3 .LC6120: .string "64320" .align 3 .LC6121: .string "D2ufG0 <a href=" .align 3 .LC6122: .string "CPQB1A9" .align 3 .LC6123: .string "StorageWorks Library Adapter (HVD)" .align 3 .LC6124: .string "686P7" .align 3 .LC6125: .string "Intel Exteme Graphics" .align 3 .LC6126: .string "Smart Array 6400 Controller" .align 3 .LC6127: .string "NC7132" .align 3 .LC6128: .string "Gigabit Upgrade Module" .align 3 .LC6129: .string "NC6136" .align 3 .LC6130: .string "Gigabit Server Adapter" .align 3 .LC6131: .string "PowerPC 405GP processor at 200MHz [3305103C]" .align 3 .LC6132: .string "HP Remote Insight Lights-Out II Board" .align 3 .LC6133: .string "3305103C" .align 3 .LC6134: .string "HP Remote Insight Lights-Out II PCI Device" .align 3 .LC6135: .string "Adaptec AIC-7899G" .align 3 .LC6136: .string "64Bit,66MHz,Dual Channel WideUltra3 SCSI" .align 3 .LC6137: .string "Neteligent 4/16 TR" .align 3 .LC6138: .string "PCI UTP/STP Controller" .align 3 .LC6139: .string "Triflex Model 1000" .align 3 .LC6140: .string "Pentium Bridge" .align 3 .LC6141: .string "Triflex Model 2000" .align 3 .LC6142: .string "95479" .align 3 .LC6143: .string "n9XQeH <a href=" .align 3 .LC6144: .string "23505" .align 3 .LC6145: .string "HTdOCe <a href=" .align 3 .LC6146: .string "QVision 1280/p v2" .align 3 .LC6147: .string "Triflex Model 4000" .align 3 .LC6148: .string "Model 6010" .align 3 .LC6149: .string "HotPlug PCI Bridge" .align 3 .LC6150: .string "camara web" .align 3 .LC6151: .string "Original Compaq fibre Channel HBA" .align 3 .LC6152: .string "Advanced System Management Controller" .align 3 .LC6153: .string "Triflex PCI to ISA PnP Bridge" .align 3 .LC6154: .string "PCI bus 6, device 4, function 4" .align 3 .LC6155: .string "PCI Hotplug Controller" .align 3 .LC6156: .string "ZFMicro" .align 3 .LC6157: .string "USB Open Host Controller" .align 3 .LC6158: .string "HPFC-5166A" .align 3 .LC6159: .string "Tachyon TL 64-bit/66-Mhz FC HBA" .align 3 .LC6160: .string "Smart-2 Array Controller" .align 3 .LC6161: .string "MIS-L" .align 3 .LC6162: .string "MPC" .align 3 .LC6163: .string "CPU to PCI Bridge" .align 3 .LC6164: .string "MIS-E" .align 3 .LC6165: .string "PCI to ISA PnP Bridge" .align 3 .LC6166: .string "1002&DEV-5653&SUBSYS" .align 3 .LC6167: .string "System Management Controller" .align 3 .LC6168: .string "950" .align 3 .LC6169: .string "Netelligent 10/100 TX PCI UTP TLAN 2.3" .align 3 .LC6170: .string "Triflex" .align 3 .LC6171: .string "Dual EIDE Controller" .align 3 .LC6172: .string "Netelligent 10 T PCI UTP TLAN 2.3" .align 3 .LC6173: .string "Integrated NetFlex 3/P TLAN 2.3" .align 3 .LC6174: .string "Dual Port Netelligent 10/100 TX PCI TLAN" .align 3 .LC6175: .string "Integrated Netelligent 10/100 TX PCI" .align 3 .LC6176: .string "CETUS-L" .align 3 .LC6177: .string "DRACO" .align 3 .LC6178: .string "NorthStar" .align 3 .LC6179: .string "Dual Port Netelligent 10/100 TX" .align 3 .LC6180: .string "Netelligent 10 T/2" .align 3 .LC6181: .string "UTP/Coax PCI" .align 3 .LC6182: .string "NC3120" .align 3 .LC6183: .string "Fast Ethernet NIC" .align 3 .LC6184: .string "NC3122" .align 3 .LC6185: .string "NC1120" .align 3 .LC6186: .string "Ethernet NIC" .align 3 .LC6187: .string "Netelligent WS 1500" .align 3 .LC6188: .string "10/100TX Embedded UTP/Coax Controller" .align 3 .LC6189: .string "699209-003" .align 3 .LC6190: .string "10/100TX WOL UTP Controller" .align 3 .LC6191: .string "CISS" .align 3 .LC6192: .string "SMART2 Array Controller" .align 3 .LC6193: .string "NC3161" .align 3 .LC6194: .string "Fast Ethernet Embedded Controller w/ WOL" .align 3 .LC6195: .string "NC3160" .align 3 .LC6196: .string "NC3121 rev. A & B" .align 3 .LC6197: .string "NC3131" .align 3 .LC6198: .string "NC3132" .align 3 .LC6199: .string "NC6132" .align 3 .LC6200: .string "Gigabit Module" .align 3 .LC6201: .string "NC6133" .align 3 .LC6202: .string "NC3133" .align 3 .LC6203: .string "Fast Ethernet Module" .align 3 .LC6204: .string "NC6134" .align 3 .LC6205: .string "Gigabit NIC" .align 3 .LC6206: .string "NC3163" .align 3 .LC6207: .string "NC3162" .align 3 .LC6208: .string "NC3123" .align 3 .LC6209: .string "NC3134" .align 3 .LC6210: .string "NC3135" .align 3 .LC6211: .string "Fast Ethernet Upgrade Module" .align 3 .LC6212: .string "CISSB" .align 3 .LC6213: .string "0230" .align 3 .LC6214: .string "Conexant SoftK56 Modem" .align 3 .LC6215: .string "NC7131" .align 3 .LC6216: .string "iLo" .align 3 .LC6217: .string "Integrated Lights Out Processor" .align 3 .LC6218: .string "FCA2101" .align 3 .LC6219: .string "HP StorageWorks 2 Gb, 64-Bit/66-MHz PCI-to-Fibre Channel Host Bus Adapter for Windows 2000, Windows" .align 3 .LC6220: .string "ThunderLAN 1.0 NetFlex-3/P" .align 3 .LC6221: .string "PCI\\VEN_14E4&DEV_1698&REV_10" .align 3 .LC6222: .string "ThunderLAN 2.3 NetFlex-3/P with BNC" .align 3 .LC6223: .string "LP7000 Compaq/Emulex Fibre Channel HBA" .align 3 .LC6224: .string "LP8000 Compaq/Emulex Fibre Channel HBA" .align 3 .LC6225: .string "LSI53C810" .align 3 .LC6226: .string "PCI-SCSI I/O Processor" .align 3 .LC6227: .string "53C820" .align 3 .LC6228: .string "Fast-wide SCSI gg" .align 3 .LC6229: .string "LSI53C1010-33" .align 3 .LC6230: .string "PCI to SCSI I/O Processor" .align 3 .LC6231: .string "53C815" .align 3 .LC6232: .string "SCSI raid controllers" .align 3 .LC6233: .string "53C810AP" .align 3 .LC6234: .string "Fast SCSI" .align 3 .LC6235: .string "LSI53C860/860E" .align 3 .LC6236: .string "PCI to Ultra SCSI I/O Processor" .align 3 .LC6237: .string "LSI53C1510" .align 3 .LC6238: .string "PCI Dual Channel Wide Ultra2 SCSI Ctrlr" .align 3 .LC6239: .string "LSI53C896/897" .align 3 .LC6240: .string "LSI53C895" .align 3 .LC6241: .string "PCI to Ultra2 SCSI I/O Processor" .align 3 .LC6242: .string "53C885" .align 3 .LC6243: .string "Ultra Wide SCSI, Ethernet" .align 3 .LC6244: .string "53C875/875E/876/876E" .align 3 .LC6245: .string "I2O-Ready PCI RAID Ultra2 SCSI Ctrlr" .align 3 .LC6246: .string "LSI53C895A" .align 3 .LC6247: .string "PCI to Ultra2 SCSI Controller" .align 3 .LC6248: .string "LSI53C875A" .align 3 .LC6249: .string "PCI to Ultra SCSI Controller" .align 3 .LC6250: .string "PCI to Dual Channel Ultra3 SCSI Ctrlr" .align 3 .LC6251: .string "LSI53C1000/1000R/1010R/1010-66" .align 3 .LC6252: .string "PCI to Ultra160 SCSI Controller" .align 3 .LC6253: .string "LSI53C1020/1030" .align 3 .LC6254: .string "PCI-X to Ultra320 SCSI Controller" .align 3 .LC6255: .string "LSI53C1030ZC" .align 3 .LC6256: .string "PCI-X SCSI Controller" .align 3 .LC6257: .string "LSI53C1035" .align 3 .LC6258: .string "LSISAS1068E" .align 3 .LC6259: .string "LSISAS1068E / LSI SAS 6i RAID Controller" .align 3 .LC6260: .string "LSISAS1068" .align 3 .LC6261: .string "LSI Adapter SAS 3000 series 8-port with 1068" .align 3 .LC6262: .string "LSISAS1064ET" .align 3 .LC6263: .string "LSISAS2108/2208" .align 3 .LC6264: .string "LSI Logic / Symbios Logic MegaRAID SAS 2208 [Thunderbolt] [1000:005b] (rev 05)" .align 3 .LC6265: .string "LSISAS1066" .align 3 .LC6266: .string "PCI-X Fusion-MPT SAS" .align 3 .LC6267: .string "0x1734" .align 3 .LC6268: .string "0x10f9" .align 3 .LC6269: .string "LSISAS2116" .align 3 .LC6270: .string "PCI-Express Fusion-MPT SAS 2.0" .align 3 .LC6271: .string "SAS2008" .align 3 .LC6272: .string "Dell PERC H200" .align 3 .LC6273: .string "LSISAS2008" .align 3 .LC6274: .string "IBM ServeRAID M1015, Dell Perc H310" .align 3 .LC6275: .string "LSI Logic SAS2208" .align 3 .LC6276: .string "PCI-Express Fusion-MPT SAS 2.0/2.5" .align 3 .LC6277: .string "53C810" .align 3 .LC6278: .string "LSI 53C8xx SCSI host adapter chip" .align 3 .LC6279: .string "LSISAS3008" .align 3 .LC6280: .string "SAS3008 PCI-Express Fusion-MPT SAS-3" .align 3 .LC6281: .string "L3-01037-03D" .align 3 .LC6282: .string "U320-2E Raid Controller" .align 3 .LC6283: .string "LSIFC909" .align 3 .LC6284: .string "Fibre Channel I/O Processor" .align 3 .LC6285: .string "53c885" .align 3 .LC6286: .string "Dial Channel Fibre Channel I/O Processor" .align 3 .LC6287: .string "LSIFC929" .align 3 .LC6288: .string "Dual Channel Fibre Channel I/O Processor" .align 3 .LC6289: .string "LSIFC919" .align 3 .LC6290: .string "LSIFC929X" .align 3 .LC6291: .string "LSIFC919X" .align 3 .LC6292: .string "LSIFC920" .align 3 .LC6293: .string "LSIFC949X" .align 3 .LC6294: .string "LSIFC939X" .align 3 .LC6295: .string "LSIFC949ES" .align 3 .LC6296: .string "10/100 MBit Ethernet" .align 3 .LC6297: .string "Yellowfin G-NIC" .align 3 .LC6298: .string "61C102" .align 3 .LC6299: .string "63C815" .align 3 .LC6300: .string "Fast SCSI Controller" .align 3 .LC6301: .string "53C895" .align 3 .LC6302: .string "Symbios Ultra2 SCSI controller" .align 3 .LC6303: .string "LSI 53C102000" .align 3 .LC6304: .string "Single channel SCSI controller" .align 3 .LC6305: .string "LSI53C1020" .align 3 .LC6306: .string "LSI Logic MegaRAID 320-1 Dell PowerEdge PERC 4/SC" .align 3 .LC6307: .string "6002432" .align 3 .LC6308: .string "RAID Controller" .align 3 .LC6309: .string "7DB82C.YF.F.3.25" .align 3 .LC6310: .string "5946504E44383243" .align 3 .LC6311: .string "RV370" .align 3 .LC6312: .string "ATI RADEON X300/X550/X1050 Series Secondary" .align 3 .LC6313: .string "6470M" .align 3 .LC6314: .string "AMD Radeon HD 6470M" .align 3 .LC6315: .string "{4D36E972-E325-11CE-BFC1-08002BE10318}\\0016" .align 3 .LC6316: .string "EMU10K1" .align 3 .LC6317: .string "Audio Cipset (SB) Livel" .align 3 .LC6318: .string "bhjkh" .align 3 .LC6319: .string "ATI RADEON X1200 &#1089;&#1077;&#1088;&#1080;&#1080;" .align 3 .LC6320: .string "LXPAY0Y001926158A92000" .align 3 .LC6321: .string "AMD Athlon(tm) X2 Dual-Core QL-62" .align 3 .LC6322: .string "1002" .align 3 .LC6323: .string "R580" .align 3 .LC6324: .string "ATI Radeon X1900" .align 3 .LC6325: .string "0x675d pcie" .align 3 .LC6326: .string "RV360" .align 3 .LC6327: .string "ATI RADEON 9250 Series" .align 3 .LC6328: .string "R9 200" .align 3 .LC6329: .string "Radeon R9 200 Series" .align 3 .LC6330: .string "RV410" .align 3 .LC6331: .string "ATI MOBILITY/ATI RADEON X700" .align 3 .LC6332: .string "0x215r2qzua21" .align 3 .LC6333: .string "0xbcg62" .align 3 .LC6334: .string "ATI Technologies Inc. / Advanced Micro Devices, In" .align 3 .LC6335: .string "ATI Technologies Inc. " .align 3 .LC6336: .string "1202" .align 3 .LC6337: .string "Q770" .align 3 .LC6338: .string "AMD Radeon R7 Series" .align 3 .LC6339: .string "1314" .align 3 .LC6340: .string "1400" .align 3 .LC6341: .string "1401" .align 3 .LC6342: .string "1402" .align 3 .LC6343: .string "1403" .align 3 .LC6344: .string "1404" .align 3 .LC6345: .string "1405" .align 3 .LC6346: .string "1410" .align 3 .LC6347: .string "1417" .align 3 .LC6348: .string "PCI Express standard Root Port" .align 3 .LC6349: .string "1419" .align 3 .LC6350: .string "IOMMU Device" .align 3 .LC6351: .string "bus" .align 3 .LC6352: .string "A4-3400" .align 3 .LC6353: .string "AMD Radeon\302\231 HD 6410D Audio" .align 3 .LC6354: .string "ati radeon " .align 3 .LC6355: .string "M24" .align 3 .LC6356: .string "ATI MOBILITY /ATI RADEON X600" .align 3 .LC6357: .string "RV380" .align 3 .LC6358: .string "ATI FireMV 2400" .align 3 .LC6359: .string "ATI MOBILITY /ATI RADEON X300" .align 3 .LC6360: .string "M24GL" .align 3 .LC6361: .string "ATI MOBILITY FireGL V3200" .align 3 .LC6362: .string "ATI FireMV 2400 Secondary" .align 3 .LC6363: .string "PCI\\VEN_1002&DEV_68A8&SUBSYS_159B103C&REV_00" .align 3 .LC6364: .string "ATI RADEON 6870" .align 3 .LC6365: .string "RV380GL" .align 3 .LC6366: .string "ATI FireGL V3200" .align 3 .LC6367: .string "ATI RADEON X600/X550 Series Secondary" .align 3 .LC6368: .string "ATI FireGL V3200 Secondary" .align 3 .LC6369: .string "A3" .align 3 .LC6370: .string "Radeon IGP 320" .align 3 .LC6371: .string "RS200" .align 3 .LC6372: .string "Radeon IGP 340m" .align 3 .LC6373: .string "9550" .align 3 .LC6374: .string "X1050" .align 3 .LC6375: .string "R300" .align 3 .LC6376: .string "ATI RADEON 9500" .align 3 .LC6377: .string "Radeon 9200 (M+X)" .align 3 .LC6378: .string "ATI RADEON 9600TX" .align 3 .LC6379: .string "R300GL" .align 3 .LC6380: .string "ATI FireGL Z1" .align 3 .LC6381: .string "R350" .align 3 .LC6382: .string "ATI RADEON 9800 SE" .align 3 .LC6383: .string "RV_00" .align 3 .LC6384: .string "ATI RADEON 9600 Pro Family (Microsoft Driver)" .align 3 .LC6385: .string "ATI RADEON 9600 Series" .align 3 .LC6386: .string "ATI RADEON 9550/X1050 Series" .align 3 .LC6387: .string "RV350GL" .align 3 .LC6388: .string "ATI FireGL T2" .align 3 .LC6389: .string "AA01" .align 3 .LC6390: .string "PCI\\VEN_1002&DEV_AAC8&SUBSYS_AAC8174B&REV_00" .align 3 .LC6391: .string "ATI RADEON 9500 Secondary" .align 3 .LC6392: .string "ATI RADEON 9600TX Secondary" .align 3 .LC6393: .string "ATI FireGL Z1 Secondary" .align 3 .LC6394: .string "ATI RADEON 9800 SE Secondary" .align 3 .LC6395: .string "ATI RADEON 9600/9550/x1050 Series Secondary (" .align 3 .LC6396: .string "ATI RADEON 9600 Series Secondary" .align 3 .LC6397: .string "REV_00" .align 3 .LC6398: .string "4484" .align 3 .LC6399: .string "ATI RADEON 9550/X1050 Series Secondary" .align 3 .LC6400: .string "ATI FireGL T2 Secondary" .align 3 .LC6401: .string "RADEON 9200 pro secundar" .align 3 .LC6402: .string "R200AIW" .align 3 .LC6403: .string "All-In-Wonder 8500DV" .align 3 .LC6404: .string "Lucent OHCI IEEE1394 Host Controller" .align 3 .LC6405: .string "rs200" .align 3 .LC6406: .string "Radeon IGP 320M" .align 3 .LC6407: .string "RS200M" .align 3 .LC6408: .string "RADEON IGP 345M" .align 3 .LC6409: .string "SB200" .align 3 .LC6410: .string "PCI-PCI Bridge" .align 3 .LC6411: .string "EHCI USB Controller" .align 3 .LC6412: .string "PATA-100 IDE Controller" .align 3 .LC6413: .string "PCI-ISA Bridge" .align 3 .LC6414: .string "215CT" .align 3 .LC6415: .string "Mach64 CT" .align 3 .LC6416: .string "113-A52021-104" .align 3 .LC6417: .string "PCI\\VEN_1002&DEV_9553&SUBSYS_00821043&REV_00" .align 3 .LC6418: .string "ALC665" .align 3 .LC6419: .string "ATI AC97 REALTEK AUDIO DRIVER" .align 3 .LC6420: .string "SB300" .align 3 .LC6421: .string "ATI SOUTH BRIDGE SB300 DRIVER" .align 3 .LC6422: .string "IXP 3xx" .align 3 .LC6423: .string "PATA 133 Controller" .align 3 .LC6424: .string "ATI 436E Serial ATA Controller" .align 3 .LC6425: .string "SB400" .align 3 .LC6426: .string "AC-Link Audio" .align 3 .LC6427: .string "IXP SB400" .align 3 .LC6428: .string "PCI Standard PCI-to-PCI bridge" .align 3 .LC6429: .string "Standard OpenHCD USB Host Controller" .align 3 .LC6430: .string "SB4xx" .align 3 .LC6431: .string "PCI Stanard ISA Bridge" .align 3 .LC6432: .string "SB400 / SB450 (Sil3112)" .align 3 .LC6433: .string "ATI 4379 Serial ATA Controller" .align 3 .LC6434: .string "ATI 437A Serial ATA Controller" .align 3 .LC6435: .string "SB450" .align 3 .LC6436: .string "High Definition Audio Controller " .align 3 .LC6437: .string "ATI SB600" .align 3 .LC6438: .string "SATA2" .align 3 .LC6439: .string "RAID/AHCI Controller" .align 3 .LC6440: .string "ATI RS690m" .align 3 .LC6441: .string "ATI ?" .align 3 .LC6442: .string "AHCI/Raid Controller" .align 3 .LC6443: .string "SB700" .align 3 .LC6444: .string "High Definition Audio controller" .align 3 .LC6445: .string "4384" .align 3 .LC6446: .string "ATI I/O Communications Processor PCI Bus Controller" .align 3 .LC6447: .string "ATI RD600/RS600" .align 3 .LC6448: .string "ATI I/O Communications Processor SMBus Controller" .align 3 .LC6449: .string "690G" .align 3 .LC6450: .string "4387" .align 3 .LC6451: .string "4388" .align 3 .LC6452: .string "4389" .align 3 .LC6453: .string "438A" .align 3 .LC6454: .string "438B" .align 3 .LC6455: .string "RD600/RS600" .align 3 .LC6456: .string "ATI RD600/RS600 IDE Controller" .align 3 .LC6457: .string "SB600" .align 3 .LC6458: .string "PCI to LPC Bridge" .align 3 .LC6459: .string "rv360" .align 3 .LC6460: .string "ATI Technologies SB700 LPCHost Controller" .align 3 .LC6461: .string "SB750" .align 3 .LC6462: .string "Integrated SATA II Controller" .align 3 .LC6463: .string "ATI SB700" .align 3 .LC6464: .string "AMD SB850" .align 3 .LC6465: .string "AMD Southbridge incorporating AHCI 1.2 with SATA FIS\302\226based switching support" .align 3 .LC6466: .string "ATI SB850" .align 3 .LC6467: .string "RAID-Controller" .align 3 .LC6468: .string "5100" .align 3 .LC6469: .string "AMD SP5100 South Bridge" .align 3 .LC6470: .string "210888CX" .align 3 .LC6471: .string "4397" .align 3 .LC6472: .string "SB7xx" .align 3 .LC6473: .string "SB700 LPC" .align 3 .LC6474: .string "74A" .align 3 .LC6475: .string "43A0" .align 3 .LC6476: .string "43A3" .align 3 .LC6477: .string "ATI Mobility Radeon 7000 IGP" .align 3 .LC6478: .string "RS250M" .align 3 .LC6479: .string "Mach64 ET" .align 3 .LC6480: .string "Mach64 VT" .align 3 .LC6481: .string "113--34004-104" .align 3 .LC6482: .string "(GT-C2U2)" .align 3 .LC6483: .string "3D Rage Pro AGP 1X" .align 3 .LC6484: .string "Rage 3D Pro AGP 2x" .align 3 .LC6485: .string "GT-C2U2" .align 3 .LC6486: .string "Rage 3D Pro" .align 3 .LC6487: .string "RAGE PRO TURBO AGP 2X" .align 3 .LC6488: .string "ATI ALL IN WONDER PRO (8MB)" .align 3 .LC6489: .string "Rage XC PCI-66" .align 3 .LC6490: .string "k7 som+" .align 3 .LC6491: .string "Rage XL AGP 2x" .align 3 .LC6492: .string "SLAT" .align 3 .LC6493: .string "Rage XC AGP 2x" .align 3 .LC6494: .string "Rage XL PCI-66" .align 3 .LC6495: .string "I Need Driver for the Chip" .align 3 .LC6496: .string "ATI 3D Rage Pro 215GP" .align 3 .LC6497: .string "Rage XL PCI" .align 3 .LC6498: .string "ATI On-Board VGA for HP Proliant 350 G3" .align 3 .LC6499: .string "Rage XC PCI" .align 3 .LC6500: .string "Mach 64 VT" .align 3 .LC6501: .string "Rage 3D II Graphics Accelerator" .align 3 .LC6502: .string "Rage 3D II+pci" .align 3 .LC6503: .string "3d rage 2 + dvd" .align 3 .LC6504: .string "Rage 3D IIC AGP" .align 3 .LC6505: .string "Graphics Accelerator" .align 3 .LC6506: .string "3D 11C AGP" .align 3 .LC6507: .string "210888GX" .align 3 .LC6508: .string "Mach64 GX" .align 3 .LC6509: .string "215r2qzua21" .align 3 .LC6510: .string "m3d agp card on agp slot" .align 3 .LC6511: .string "215r2qua12" .align 3 .LC6512: .string "Rage IIC AGP" .align 3 .LC6513: .string "Radeon 9000/9000 Pro" .align 3 .LC6514: .string "Radeon 9000" .align 3 .LC6515: .string "Radeon 9000/9000 Pro - Secondary" .align 3 .LC6516: .string "Radeon 9000 - Secondary" .align 3 .LC6517: .string "R420" .align 3 .LC6518: .string "ATI RADEON X800 Series" .align 3 .LC6519: .string "ATI RADEON X800 PRO" .align 3 .LC6520: .string "ATI RADEON X800 XT" .align 3 .LC6521: .string "R420GL" .align 3 .LC6522: .string "ATI FireGL X3-256" .align 3 .LC6523: .string "M18" .align 3 .LC6524: .string "ATI MOBILITY /ATI RADEON 9800" .align 3 .LC6525: .string "ATI RADEON X800 SE" .align 3 .LC6526: .string "ATI RADEON X800 XT Platinum Edition" .align 3 .LC6527: .string "ATI RADEON X800 VE" .align 3 .LC6528: .string "ATI RADEON X800 Series Secondary" .align 3 .LC6529: .string "ATI RADEON X800 PRO Secondary" .align 3 .LC6530: .string "ATI RADEON X800 XT Secondary" .align 3 .LC6531: .string "ATI FireGL X3-256 Secondary" .align 3 .LC6532: .string "ATI RADEON X800 SE Secondary" .align 3 .LC6533: .string "ATI RADEON X800 XT Platinum Edition Secondary" .align 3 .LC6534: .string "ATI RADEON X800 VE Secondary" .align 3 .LC6535: .string "R481" .align 3 .LC6536: .string "ATI RADEON X850 XT" .align 3 .LC6537: .string "ATI RADEON X850 PRO" .align 3 .LC6538: .string "ATI RADEON X850 XT Platinum Edition" .align 3 .LC6539: .string "ATI RADEON X850 XT Secondary" .align 3 .LC6540: .string "ATI RADEON X850 SE Secondary" .align 3 .LC6541: .string "ATI RADEON X850 PRO Secondary" .align 3 .LC6542: .string "ATI RADEON X850 XT Platinum Edition Secondary" .align 3 .LC6543: .string "B10E0E11" .align 3 .LC6544: .string "3D Rage LT Pro AGP-133" .align 3 .LC6545: .string "Rage 3D LT Pro AGP" .align 3 .LC6546: .string "Rage 3D LT Pro AGP 133 MHz" .align 3 .LC6547: .string "Rage Mobility M3 AGP" .align 3 .LC6548: .string "Mobility M3 AGP" .align 3 .LC6549: .string "0x9495" .align 3 .LC6550: .string "ati rage pro" .align 3 .LC6551: .string "Rage 3D LT-G" .align 3 .LC6552: .string "Rage 3D LT Pro" .align 3 .LC6553: .string "01541014" .align 3 .LC6554: .string "Rage P/M Mobility AGP 2x" .align 3 .LC6555: .string "216lo sasa25" .align 3 .LC6556: .string "Rage Mobility l" .align 3 .LC6557: .string "Rage 3D LT Pro PCI" .align 3 .LC6558: .string "113" .align 3 .LC6559: .string "1241243" .align 3 .LC6560: .string "Rage P/M Mobility agp" .align 3 .LC6561: .string "216L0SASA25" .align 3 .LC6562: .string "Rage L Mobility PCI" .align 3 .LC6563: .string "4372" .align 3 .LC6564: .string "Mach 64 LT" .align 3 .LC6565: .string "M7 [LW]" .align 3 .LC6566: .string "Mobility Radeon 7500" .align 3 .LC6567: .string "(0x71C1) DAC type: Internal DAC(400MHz) " .align 3 .LC6568: .string "FireGL Mobility" .align 3 .LC6569: .string "ATI Mobility Radeon 7000 with 16MB (7500 with 16 o" .align 3 .LC6570: .string "ATI Mobility Radeon AGP (0x4C59), ATI Technologies Inc. -kompatible" .align 3 .LC6571: .string "Radeon Mobility M6 LZ" .align 3 .LC6572: .string "Radeon Mobility M9-GL" .align 3 .LC6573: .string "ATI MOBILITY RADEON 9000" .align 3 .LC6574: .string "0x4C6E" .align 3 .LC6575: .string "ATI FireMV 2400 PCI" .align 3 .LC6576: .string "ATI mobility128" .align 3 .LC6577: .string "Rage Mobility 128 AGP 4x" .align 3 .LC6578: .string "216l0sasa25" .align 3 .LC6579: .string "Rage Mobility 128 AGP" .align 3 .LC6580: .string "ATI Theater 550 Pro" .align 3 .LC6581: .string "TVT2 Wonder Elite" .align 3 .LC6582: .string "ATI RADEON 9700 PRO" .align 3 .LC6583: .string "ATI RADEON 9500 PRO / 9700" .align 3 .LC6584: .string "ATI RADEON 9600 TX" .align 3 .LC6585: .string "ATI FireGL X1" .align 3 .LC6586: .string "ATI RADEON 9800 PRO" .align 3 .LC6587: .string "ATI RADEON 9800" .align 3 .LC6588: .string "R360" .align 3 .LC6589: .string "ATI RADEON 9800 XT" .align 3 .LC6590: .string "R350GL" .align 3 .LC6591: .string "ATI FireGL X2-256/X2-256t" .align 3 .LC6592: .string "M10" .align 3 .LC6593: .string "ATI MOBILITY /ATI RADEON 9600/9700 Series" .align 3 .LC6594: .string "ATI MOBILITY /ATI RADEON 9500" .align 3 .LC6595: .string "M10GL" .align 3 .LC6596: .string "ATI MOBILITY FIRE GL T2/T2e" .align 3 .LC6597: .string "M12" .align 3 .LC6598: .string "ATI MOBILITY /ATI RADEON 9400" .align 3 .LC6599: .string "ATI RADEON 9700" .align 3 .LC6600: .string "ATI RADEON 9500 PRO / 9700 Secondary" .align 3 .LC6601: .string "ATI RADEON 9600 TX Secondary" .align 3 .LC6602: .string "ATI FireGL X1 Secondary" .align 3 .LC6603: .string "ATI RADEON 9800 PRO Secondary" .align 3 .LC6604: .string "ATI RADEON 9800 Secondary" .align 3 .LC6605: .string "ATI RADEON 9800 XT Secondary" .align 3 .LC6606: .string "ATI FireGL X2-256/X2-256t Secondary" .align 3 .LC6607: .string "gt" .align 3 .LC6608: .string "Rage 128 Pro PA PCI" .align 3 .LC6609: .string "rage 128 pf pro agp " .align 3 .LC6610: .string "Rage 128 Pro PB AGP 2x" .align 3 .LC6611: .string "1231324445" .align 3 .LC6612: .string "Rage 128 Pro PC AGP 4x" .align 3 .LC6613: .string "rv100" .align 3 .LC6614: .string "Rage 128 Pro PD PCI" .align 3 .LC6615: .string "Rage 128 Pro PE AGP 2x" .align 3 .LC6616: .string "R128" .align 3 .LC6617: .string "Rage 128 Pro PF AGP 4x" .align 3 .LC6618: .string "215R3BUA22" .align 3 .LC6619: .string " 3d Rage pro agp 2x" .align 3 .LC6620: .string "8212104D" .align 3 .LC6621: .string "Rage 128 Pro PH AGP 2x" .align 3 .LC6622: .string "Rage 128 Pro PI AGP 4x" .align 3 .LC6623: .string "Rage 128 Pro PJ PCI" .align 3 .LC6624: .string "Rage 128 Pro PJ PCI (TMDS)" .align 3 .LC6625: .string "Rage 128 Pro PK AGP" .align 3 .LC6626: .string "Rage 128 Pro PK AGP 2x (TMDS)" .align 3 .LC6627: .string "Rage 128 Pro PL AGP" .align 3 .LC6628: .string "4x (TMDS)" .align 3 .LC6629: .string "Rage 128 Pro PM PCI" .align 3 .LC6630: .string "Rage 128 Pro PN AGP" .align 3 .LC6631: .string "Rage 128 Pro PN AGP 2x" .align 3 .LC6632: .string "Rage 128 Pro PO AGP" .align 3 .LC6633: .string "Rage 128 Pro PO AGP 4x" .align 3 .LC6634: .string "Scheda Grafica Standard PCI(VGA)" .align 3 .LC6635: .string "Rage 128 Pro PP PCI (TMDS)" .align 3 .LC6636: .string "Rage 128 Pro PQ AGP" .align 3 .LC6637: .string "Rage 128 Pro PQ AGP 2x (TMDS)" .align 3 .LC6638: .string "Rage 128 Pro PR AGP" .align 3 .LC6639: .string "Rage 128 Pro PR AGP 4x (TMDS)" .align 3 .LC6640: .string "Rage 128 Pro PS PCI" .align 3 .LC6641: .string "Rage 128 Pro PT AGP" .align 3 .LC6642: .string "Rage 128 Pro PT AGP 2x" .align 3 .LC6643: .string "rage 128 pro agp 4x tmds" .align 3 .LC6644: .string "Rage 128 Pro PV PCI" .align 3 .LC6645: .string "Rage 128 Pro PV PCI (TMDS)" .align 3 .LC6646: .string "Rage 128 Pro PW AGP" .align 3 .LC6647: .string "Rage 128 Pro PW AGP 2x (TMDS)" .align 3 .LC6648: .string "Rage 128 Pro" .align 3 .LC6649: .string "PX AGP 4x (TMDS)" .align 3 .LC6650: .string "Radeon 7200 QD SDR/DDR" .align 3 .LC6651: .string "Radeon QE" .align 3 .LC6652: .string "Radeon QF" .align 3 .LC6653: .string "Radeon QG" .align 3 .LC6654: .string "R200" .align 3 .LC6655: .string "Radeon R200 QH" .align 3 .LC6656: .string "Radeon R200 QI" .align 3 .LC6657: .string "Radeon R200 QJ" .align 3 .LC6658: .string "Radeon R200 QK" .align 3 .LC6659: .string "Radeon 8500 / 8500LE" .align 3 .LC6660: .string "Redeon 9100 Series" .align 3 .LC6661: .string "Radeon R200 QM" .align 3 .LC6662: .string "Radeon R200 QN" .align 3 .LC6663: .string "RV200" .align 3 .LC6664: .string "Radeon 7500" .align 3 .LC6665: .string "radeon 9200" .align 3 .LC6666: .string "Radeon 7500 QX" .align 3 .LC6667: .string "RV100" .align 3 .LC6668: .string "Radeon 7000 series AGP " .align 3 .LC6669: .string "Radeon VE QZ" .align 3 .LC6670: .string "Radeon ES1000" .align 3 .LC6671: .string "ati" .align 3 .LC6672: .string "Radeon R200 Qh" .align 3 .LC6673: .string "Radeon R200 Qi" .align 3 .LC6674: .string "Radeon R200 Qj" .align 3 .LC6675: .string "Radeon R200 Qk" .align 3 .LC6676: .string "Redeon 9100 Series - Secondary" .align 3 .LC6677: .string "215R2QZUA21" .align 3 .LC6678: .string "Rage 128 GL PCI" .align 3 .LC6679: .string "Rage 128" .align 3 .LC6680: .string "Rage 32MB" .align 3 .LC6681: .string "Rage 128 RG" .align 3 .LC6682: .string "g01080-108" .align 3 .LC6683: .string "Rage 128 VR RK PCI" .align 3 .LC6684: .string "Rage 128 VR RL AGP 2x" .align 3 .LC6685: .string "Rage 128 4x SE PCI" .align 3 .LC6686: .string "Rage 128 SF 4x AGP 2x" .align 3 .LC6687: .string "Rage 128 SG 4x AGP 4x" .align 3 .LC6688: .string "Rage 128 4x SH" .align 3 .LC6689: .string "Rage 128 SK PCI" .align 3 .LC6690: .string "Rage 128 4x SK PCI" .align 3 .LC6691: .string "Rage 128 SL AGP 2x" .align 3 .LC6692: .string "Rage 128 4x SL AGP 2x" .align 3 .LC6693: .string "Rage 128 SM AGP 4x" .align 3 .LC6694: .string "Rage 128 4x SM AGP 4x" .align 3 .LC6695: .string "Rage 128 4x" .align 3 .LC6696: .string "Mach 64 ST" .align 3 .LC6697: .string "Rage 128 Pro Ultra TF" .align 3 .LC6698: .string "Rage 128 Pro TL" .align 3 .LC6699: .string "5452" .align 3 .LC6700: .string "Rage 128 Pro TR" .align 3 .LC6701: .string "Rage 128 Pro Ultra TU" .align 3 .LC6702: .string "M22" .align 3 .LC6703: .string "M24C" .align 3 .LC6704: .string "ATI MOBILITY /ATI RADEON X600 SE" .align 3 .LC6705: .string "M22GL" .align 3 .LC6706: .string "ATI MOBILITY FireGL V3100" .align 3 .LC6707: .string "R423" .align 3 .LC6708: .string "ATI RADEON X800 GTO" .align 3 .LC6709: .string "ATI RADEON X800 GT" .align 3 .LC6710: .string "R430" .align 3 .LC6711: .string "ATI RADEON X800 CrossFire Edition" .align 3 .LC6712: .string "R423GL" .align 3 .LC6713: .string "ATI FireGL V7100" .align 3 .LC6714: .string "ATI FireGL V5100" .align 3 .LC6715: .string "ATI RADEON X800 GTO Secondary" .align 3 .LC6716: .string "ATI RADEON X800 GT Secondary" .align 3 .LC6717: .string "ATI RADEON X800 CrossFire Edition Secondary" .align 3 .LC6718: .string "ATI FireGL V7100 Secondary" .align 3 .LC6719: .string "ATI FireGL V5100 Secondary" .align 3 .LC6720: .string "M26GL" .align 3 .LC6721: .string "ATI MOBILITY FireGL V5000" .align 3 .LC6722: .string "M26" .align 3 .LC6723: .string "ATI MOBILITY /ATI RADEON X700 XL" .align 3 .LC6724: .string "ATI MOBILITY /ATI RADEON X700" .align 3 .LC6725: .string "264VT" .align 3 .LC6726: .string "Mach 64 VT3" .align 3 .LC6727: .string "Mach 64 VT4 PCI" .align 3 .LC6728: .string "ATI RADEON X550/X700 Series" .align 3 .LC6729: .string "ATI MOBILITY /ATI RADEON X700 Secondary" .align 3 .LC6730: .string "ATI RADEON X550/X700 Series Secondary" .align 3 .LC6731: .string "RS300" .align 3 .LC6732: .string "RS300M" .align 3 .LC6733: .string "ATI Radeon 9000/9100 IGP Chipset - Host-PCI Bridge" .align 3 .LC6734: .string "Radeon 9100 IGP" .align 3 .LC6735: .string "Mobilitiy Radeon 9000 IGP (RGP)" .align 3 .LC6736: .string "RS330M" .align 3 .LC6737: .string "ATI Radeon 9000/9100 IGP Chipset - AGP Controller" .align 3 .LC6738: .string "RS480" .align 3 .LC6739: .string "ATI RADEON Xpress Series" .align 3 .LC6740: .string "RS482" .align 3 .LC6741: .string "Radeon 9200 Pro Secondary" .align 3 .LC6742: .string "ATI Radeon 9200 - Secondary" .align 3 .LC6743: .string "PCI standard Host CPU Bridge" .align 3 .LC6744: .string "ATI RADEON Xpress 200" .align 3 .LC6745: .string "RS480M" .align 3 .LC6746: .string "ATI RADEON Xpress 200M" .align 3 .LC6747: .string "Radeon 9200 Pro" .align 3 .LC6748: .string "A051400005470" .align 3 .LC6749: .string "PN 1024-RC26-1F-SA" .align 3 .LC6750: .string "ATI RADEON 9200 se agp" .align 3 .LC6751: .string "Rev_01" .align 3 .LC6752: .string "Radeon 9200" .align 3 .LC6753: .string "Radeon 9200 SE Series" .align 3 .LC6754: .string "FireMV 2200" .align 3 .LC6755: .string "ATI Radeon Xpress 200M (Mobile)" .align 3 .LC6756: .string "RS482M (200M)" .align 3 .LC6757: .string "RD890" .align 3 .LC6758: .string "AMD IOMMU" .align 3 .LC6759: .string "RS400/133" .align 3 .LC6760: .string "RC410" .align 3 .LC6761: .string "Northbridge: Radeon Xpress 200" .align 3 .LC6762: .string "5A3F" .align 3 .LC6763: .string "PCI standard PCI-to-PCI bridge" .align 3 .LC6764: .string "ATI RADEON Xpress 1200 Series" .align 3 .LC6765: .string "RS400" .align 3 .LC6766: .string "RS400M" .align 3 .LC6767: .string "SUBSYS_FF311179" .align 3 .LC6768: .string "Video Controller" .align 3 .LC6769: .string "ATI Radeon Xpress 200" .align 3 .LC6770: .string "PCI\\VEN_1002&DEV_5A62&SUBSYS_2A051584&REV_00" .align 3 .LC6771: .string "ATI Radeon X 200" .align 3 .LC6772: .string "ATI RADEON X300/X550/X1050 Series.." .align 3 .LC6773: .string "RV380x" .align 3 .LC6774: .string "ATI RADEON X600 Series" .align 3 .LC6775: .string "REV_00\\4&178951BB&0&0008" .align 3 .LC6776: .string "ATI RADEON X300/X550/X1050 Series" .align 3 .LC6777: .string "RV370GL" .align 3 .LC6778: .string "ATI FireGL V3100" .align 3 .LC6779: .string "ATI FireMV 2200" .align 3 .LC6780: .string "Radeon" .align 3 .LC6781: .string "ATI RADEON X600 Series Secondary" .align 3 .LC6782: .string "0 SerieATI RADEON X300 Secondary" .align 3 .LC6783: .string "ATI FireGL V3100 Secondary" .align 3 .LC6784: .string "ATI FireMV 2200 Secondary" .align 3 .LC6785: .string "bk-ati ver008.016m.085.006" .align 3 .LC6786: .string "Mobility Radeon 9200" .align 3 .LC6787: .string "RV280 (M9+)" .align 3 .LC6788: .string "Radeon 9200 SE Series - Secondary" .align 3 .LC6789: .string "ATI FireMV 2200 PCI Secondary" .align 3 .LC6790: .string "M28" .align 3 .LC6791: .string "ATI MOBILITY/ATI RADEON X800 XT" .align 3 .LC6792: .string "M28GL" .align 3 .LC6793: .string "ATI MOBILITY FireGL V5100" .align 3 .LC6794: .string "ATI MOBILITY /ATI RADEON X800" .align 3 .LC6795: .string "R480" .align 3 .LC6796: .string "R480GL" .align 3 .LC6797: .string "ATI FireGL V7200" .align 3 .LC6798: .string "ATI FireGL V7200 Secondary" .align 3 .LC6799: .string "RV410GL" .align 3 .LC6800: .string "ATI FireGL V5000" .align 3 .LC6801: .string "ATI RADEON X700 XT" .align 3 .LC6802: .string "ATI RADEON X700 PRO" .align 3 .LC6803: .string "ATI RADEON X700 SE" .align 3 .LC6804: .string "ATI RADEON X700" .align 3 .LC6805: .string "ATI RADEON X700/X550 Series" .align 3 .LC6806: .string "ATI FireGL V5000 Secondary" .align 3 .LC6807: .string "ATI RADEON X700 XT Secondary" .align 3 .LC6808: .string "ATI RADEON X700 PRO Secondary" .align 3 .LC6809: .string "ATI RADEON X700 SE Secondary" .align 3 .LC6810: .string "ATI RADEON X700 Secondary" .align 3 .LC6811: .string "ATI RADEON X700/X550 Series Secondary" .align 3 .LC6812: .string "123123132" .align 3 .LC6813: .string "Radeon HD 8600M/8700M/8750M" .align 3 .LC6814: .string "CAYMAN XT" .align 3 .LC6815: .string "AMD Radeon HD 6970" .align 3 .LC6816: .string "Cayman" .align 3 .LC6817: .string "AMD Radeon HD 6950" .align 3 .LC6818: .string "HD6870" .align 3 .LC6819: .string "Barts (Pro)" .align 3 .LC6820: .string "AMD Radeon HD 6850" .align 3 .LC6821: .string "0x2310" .align 3 .LC6822: .string "0x1787" .align 3 .LC6823: .string "Powered by AMD" .align 3 .LC6824: .string "ATI Radeon HD 6700M" .align 3 .LC6825: .string "Whistler" .align 3 .LC6826: .string "AMD Radeon\302\231 HD 6700M/HD 6600M Series " .align 3 .LC6827: .string "AMD Radeon HD 7450M (6470M)&#12289;6630M&#12289;In" .align 3 .LC6828: .string "PCI\\VEN_1002&DEV_6741&SUBSYS_21E317AA&REV_00" .align 3 .LC6829: .string "V3900" .align 3 .LC6830: .string "AMD FirePro V3900 graphics" .align 3 .LC6831: .string "1996" .align 3 .LC6832: .string "AMD Radeon HD 6570" .align 3 .LC6833: .string "AMD Radeon HD 6670" .align 3 .LC6834: .string "HD7570" .align 3 .LC6835: .string "AMD Radeon HD7570" .align 3 .LC6836: .string "3305M" .align 3 .LC6837: .string "AMD/ATi Radeon 6760M" .align 3 .LC6838: .string "AMD Radeon HD 6430M" .align 3 .LC6839: .string "6430M" .align 3 .LC6840: .string "7470" .align 3 .LC6841: .string "AMD Radeon HD 7470" .align 3 .LC6842: .string "AMD Radeon HD 6470m" .align 3 .LC6843: .string "Radeon HD 7450" .align 3 .LC6844: .string "6798" .align 3 .LC6845: .string "AMD Radeon 7970 Series" .align 3 .LC6846: .string "AMD Radeon HD 7800 Series" .align 3 .LC6847: .string "PCI\\VEN_1002&DEV_6819&SUBSYS_32601682&REV_00" .align 3 .LC6848: .string "SUBSY" .align 3 .LC6849: .string "AMD Radeon HD 7600M Series" .align 3 .LC6850: .string "subsys 1789103c" .align 3 .LC6851: .string "AMD Radeon HD 7500M/7600M" .align 3 .LC6852: .string "EG CYPRESS XT" .align 3 .LC6853: .string "ATI Radeon HD 5800 Series" .align 3 .LC6854: .string "EG CYPRESS PRO" .align 3 .LC6855: .string "EG Cypress XT HEMLOCK" .align 3 .LC6856: .string "ATI Radeon HD 5970 Series" .align 3 .LC6857: .string "EG BROADWAY XT" .align 3 .LC6858: .string "ATI Mobility Radeon HD 5800 Series" .align 3 .LC6859: .string "EG BROADWAY PRO/LP" .align 3 .LC6860: .string "AMD Radeon HD6870M (at least the one from Dell)" .align 3 .LC6861: .string "EG JUNIPER XT" .align 3 .LC6862: .string "ATI Radeon HD 5700 Series" .align 3 .LC6863: .string "1482174B" .align 3 .LC6864: .string "ATI Radeon HD 6700 Series graphics card" .align 3 .LC6865: .string "EG JUNIPER LE" .align 3 .LC6866: .string "DEV_68C1&SUBSYS_144A103C&REV_00" .align 3 .LC6867: .string "ATI Mobility Radeon HD 5650M" .align 3 .LC6868: .string "RV830" .align 3 .LC6869: .string "FirePro v4800" .align 3 .LC6870: .string "FirePro 3D V3800" .align 3 .LC6871: .string "Redwood" .align 3 .LC6872: .string "ATI Radeon HD 5670" .align 3 .LC6873: .string "RV830/Redwood" .align 3 .LC6874: .string "HD 5570" .align 3 .LC6875: .string "HD 5470" .align 3 .LC6876: .string "ATI Mobility Radeon HD 5470" .align 3 .LC6877: .string "RV810" .align 3 .LC6878: .string "Ati Radeon HD 6370Mmobile" .align 3 .LC6879: .string "Cedar" .align 3 .LC6880: .string "ATI Radeon HD 5450" .align 3 .LC6881: .string "A3/U1" .align 3 .LC6882: .string "PCI to AGP Bridge" .align 3 .LC6883: .string "R520" .align 3 .LC6884: .string "ATI RADEON X1800 Series" .align 3 .LC6885: .string "M58" .align 3 .LC6886: .string "ATI MOBILITY /ATI RADEON X1800 XT" .align 3 .LC6887: .string "PCIE" .align 3 .LC6888: .string "ATI MOBILITY /ATI RADEON X1800" .align 3 .LC6889: .string "M58GL" .align 3 .LC6890: .string "ATI MOBILITY FireGL V7200" .align 3 .LC6891: .string "R520GL" .align 3 .LC6892: .string "ATI FireGL V5300" .align 3 .LC6893: .string "ATI MOBILITY FireGL V7100" .align 3 .LC6894: .string "ATI FireGL V7300" .align 3 .LC6895: .string "ATI FireGL V7350" .align 3 .LC6896: .string "ATI RADEON X1800 Series Secondary" .align 3 .LC6897: .string "ATI FireGL V5300 Secondary" .align 3 .LC6898: .string "ATI FireGL V7300 Secondary" .align 3 .LC6899: .string "ATI FireGL V7350 Secondary" .align 3 .LC6900: .string "RV515" .align 3 .LC6901: .string "ATI RADEON X1600 Series" .align 3 .LC6902: .string "ATI RADEON X1300/X1550 Series" .align 3 .LC6903: .string "ATI RADEON X1300/ X1550 Series" .align 3 .LC6904: .string "M54" .align 3 .LC6905: .string "ATI MOBILITY /ATI RADEON X1400" .align 3 .LC6906: .string "RV505" .align 3 .LC6907: .string "ATI RADEON X1300 / X1550 Series" .align 3 .LC6908: .string "ATI RADEON X1550 64-bit" .align 3 .LC6909: .string "M52" .align 3 .LC6910: .string "ATI MOBILITY RADEON X1300" .align 3 .LC6911: .string "ATI MOBILITY /ATI RADEON X1300" .align 3 .LC6912: .string "ATI RADEON X1300 Series" .align 3 .LC6913: .string "RV515PCI" .align 3 .LC6914: .string "RV515GL" .align 3 .LC6915: .string "ATI FireGL V3300" .align 3 .LC6916: .string "ATI FireGL V3350" .align 3 .LC6917: .string "ATI RADEON X1600 Series Secondary" .align 3 .LC6918: .string "ATI RADEON X1300/X1550 Series Secondary" .align 3 .LC6919: .string "ATI RADEON X1550 Series Secondary" .align 3 .LC6920: .string "ATI RADEON X1300 / X1550 Series Secondary" .align 3 .LC6921: .string "ATI RADEON X1550 64-bit Secondary" .align 3 .LC6922: .string "ATI RADEON X1300 Series Secondary" .align 3 .LC6923: .string "ATI FireGL V3300 Secondary" .align 3 .LC6924: .string "ATI FireGL V3350 Secondary" .align 3 .LC6925: .string "ATI RADEON X1550 32-bit Secondary" .align 3 .LC6926: .string "ATI RADEON X1300/X1550 Series =x1400" .align 3 .LC6927: .string "ATI MOBILITY /ATI RADEON X1450" .align 3 .LC6928: .string "M64" .align 3 .LC6929: .string "ATI MOBILITY /ATI RADEON X2300" .align 3 .LC6930: .string "ATI MOBILITY /ATI RADEON X1350" .align 3 .LC6931: .string "ATI RADEON X1550 Series" .align 3 .LC6932: .string "M62" .align 3 .LC6933: .string "ATI FireMV 2250" .align 3 .LC6934: .string "ATI FireMV 2250 Secondary" .align 3 .LC6935: .string "RV535" .align 3 .LC6936: .string "M56GL" .align 3 .LC6937: .string "ATI MOBILITY FireGL V5200" .align 3 .LC6938: .string "M56" .align 3 .LC6939: .string "ATI MOBILITY / ATI RADEON X1600" .align 3 .LC6940: .string "ATI MOBILITY /ATI RADEON X1600" .align 3 .LC6941: .string "ATI RADEON X1600 &#1057;&#1077;&#1088;&#1080;&#1080;" .align 3 .LC6942: .string "ATI RADEON X1600 Pro / ATI RADEON X1300 XT" .align 3 .LC6943: .string "RV530GL" .align 3 .LC6944: .string "ATI FireGL V3400" .align 3 .LC6945: .string "ATI MOBILITY FireGL V5250" .align 3 .LC6946: .string "ATI MOBILITY /ATI RADEON X1700" .align 3 .LC6947: .string "ATI MOBILITY /ATI RADEON X1700 XT" .align 3 .LC6948: .string "ATI FireGL V5200" .align 3 .LC6949: .string "ATI RADEON X1650 Series Secondary" .align 3 .LC6950: .string "ATI RADEON X1600 Pro / ATI RADEON X1300 XT Secondary" .align 3 .LC6951: .string "ATI FireGL V3400 Secondary" .align 3 .LC6952: .string "ATI FireGL V5200 Secondary" .align 3 .LC6953: .string "S3G Unichrome IGP KM400/KN400" .align 3 .LC6954: .string "M71" .align 3 .LC6955: .string "ATI MOBILITY /ATI RADEON HD 2300" .align 3 .LC6956: .string "ATI RADEON X1950 Series" .align 3 .LC6957: .string "ATI RADEON X1900 Series" .align 3 .LC6958: .string "ATI FireStream 2U" .align 3 .LC6959: .string "ATI RADEON X1950 Series Secondary" .align 3 .LC6960: .string "ATI RADEON X1900 Series Secondary" .align 3 .LC6961: .string "ATI FireStream 2U Secondary" .align 3 .LC6962: .string "ATI MOBILITY /ATI RADEON X1900" .align 3 .LC6963: .string "ATI RAEDON X1950 " .align 3 .LC6964: .string "ATI RADEON X1950 GT" .align 3 .LC6965: .string "R560" .align 3 .LC6966: .string "ATI RADEON X1950 GT Secondary" .align 3 .LC6967: .string "7801" .align 3 .LC6968: .string "7807" .align 3 .LC6969: .string "7808" .align 3 .LC6970: .string "7809" .align 3 .LC6971: .string "780B" .align 3 .LC6972: .string "SMBus" .align 3 .LC6973: .string "780D" .align 3 .LC6974: .string "HDMI Audio" .align 3 .LC6975: .string "780E" .align 3 .LC6976: .string "PCI standard ISA bridge" .align 3 .LC6977: .string "780F" .align 3 .LC6978: .string "AMD USB 3.0 Host Controller" .align 3 .LC6979: .string "RS350" .align 3 .LC6980: .string "Radeon 9100 Pro" .align 3 .LC6981: .string "unknown, 2200 mhz" .align 3 .LC6982: .string "Campo\tValor Juego de instrucciones\tx86, x86-64, MMX, 3DNow!, SSE, SSE2, SSE3" .align 3 .LC6983: .string "RS690M" .align 3 .LC6984: .string "ATI Mobility Radeon x1200" .align 3 .LC6985: .string "7910" .align 3 .LC6986: .string "7912" .align 3 .LC6987: .string "7914" .align 3 .LC6988: .string "7915" .align 3 .LC6989: .string "7916" .align 3 .LC6990: .string "791A" .align 3 .LC6991: .string "RS690" .align 3 .LC6992: .string "ATI RADEON X1200 Series" .align 3 .LC6993: .string "ATI Radeon X1250" .align 3 .LC6994: .string "SUBSYS_826D1043" .align 3 .LC6995: .string "Samsung R25P" .align 3 .LC6996: .string "ATI Technoligies Inc" .align 3 .LC6997: .string "RS600" .align 3 .LC6998: .string "RS600M" .align 3 .LC6999: .string "ATI RADEON Xpress 1250" .align 3 .LC7000: .string "ATI RADEON 2100" .align 3 .LC7001: .string "1050" .align 3 .LC7002: .string "ATI Radeon 9600" .align 3 .LC7003: .string "RV730" .align 3 .LC7004: .string "ATI Radeon HD 4600 Series" .align 3 .LC7005: .string "R600" .align 3 .LC7006: .string "ATI Radeon HD 2900 XT" .align 3 .LC7007: .string "ATI RADEON HD 2900 XT" .align 3 .LC7008: .string "ATI RADEON HD 2900 PRO" .align 3 .LC7009: .string "ATI RADEON HD 2900 GT" .align 3 .LC7010: .string "R600GL" .align 3 .LC7011: .string "ATI FireGL V8650" .align 3 .LC7012: .string "ATI FireGL V8600" .align 3 .LC7013: .string "ATI FireGL V7600" .align 3 .LC7014: .string "ATI Radeon HD 4870" .align 3 .LC7015: .string "R700" .align 3 .LC7016: .string "ATI Radeon HD 4870 X2" .align 3 .LC7017: .string "ATI Radeon HD 4800 Series" .align 3 .LC7018: .string "ATI Radeon HD 4850 X2" .align 3 .LC7019: .string "ATI FirePro V8750 (FireGL)" .align 3 .LC7020: .string "ATI FirePro V7770 (FireGL)" .align 3 .LC7021: .string "ATI FirePro V8700 Duo (FireGL)" .align 3 .LC7022: .string "M98" .align 3 .LC7023: .string "ATI Mobility Radeon HD 4850" .align 3 .LC7024: .string "ATI Mobility Radeon HD 4850 X2" .align 3 .LC7025: .string "ATI Radeon HD 4700 Series" .align 3 .LC7026: .string "AMD FireStream 9270" .align 3 .LC7027: .string "AMD FireStream 9250" .align 3 .LC7028: .string "ATI FirePro V8700 (FireGL)" .align 3 .LC7029: .string "ATI Mobility Radeon HD 4870" .align 3 .LC7030: .string "RV790" .align 3 .LC7031: .string "ATI Mobility Radeon HD 5650" .align 3 .LC7032: .string "M96" .align 3 .LC7033: .string "ATI Mobility Radeon HD 4650" .align 3 .LC7034: .string "ATI Radeon Graphics Processor" .align 3 .LC7035: .string "ATI Mobility Radeon HD 4670" .align 3 .LC7036: .string "ATI Radeon E4600" .align 3 .LC7037: .string "ATI RADEON HD4650" .align 3 .LC7038: .string "ATI Radeon HD 4600" .align 3 .LC7039: .string "ATI FirePro V7750 (FireGL)" .align 3 .LC7040: .string "ATI FirePro V5700 (FireGL)" .align 3 .LC7041: .string "ATI FirePro V3750 (FireGL)" .align 3 .LC7042: .string "M97" .align 3 .LC7043: .string "ATI Mobility Radeon HD 4830" .align 3 .LC7044: .string "ATI Mobility Radeon HD 4860" .align 3 .LC7045: .string "ATI FirePro M7740" .align 3 .LC7046: .string "RV740" .align 3 .LC7047: .string "ATI Radeon HD 4770" .align 3 .LC7048: .string "AA38" .align 3 .LC7049: .string "ATI Radeon HD 4650" .align 3 .LC7050: .string "RV610-DT (Pro)" .align 3 .LC7051: .string "ATI Radeon HD 2400 XT" .align 3 .LC7052: .string "RV610" .align 3 .LC7053: .string "ATI Radeon HD 2400 PRO PCI-E" .align 3 .LC7054: .string "RV610LE" .align 3 .LC7055: .string "ATI Radeon HD 2400 PRO AGP" .align 3 .LC7056: .string "ATI RADEON HD 2400 LE" .align 3 .LC7057: .string "ATI RADEON HD 2350" .align 3 .LC7058: .string "M72" .align 3 .LC7059: .string "ATI MOBILITY /ATI RADEON HD 2400 XT" .align 3 .LC7060: .string "ATI MOBILITY /ATI RADEON HD 2400" .align 3 .LC7061: .string "ATI RADEON E2400" .align 3 .LC7062: .string "ATI RADEON HD 2400" .align 3 .LC7063: .string "RV670 XT" .align 3 .LC7064: .string "ATI Radeon HD 3870" .align 3 .LC7065: .string "M76" .align 3 .LC7066: .string "ATI MOBILITY /ATI RADEON HD 3850" .align 3 .LC7067: .string "RV630" .align 3 .LC7068: .string "ATI RADEON HD 3850" .align 3 .LC7069: .string "ATI MOBILITY /ATI RADEON HD 3850 X2" .align 3 .LC7070: .string "RV670" .align 3 .LC7071: .string "ATI Radeon HD 3830" .align 3 .LC7072: .string "ATI MOBILITY /ATI RADEON HD 3870" .align 3 .LC7073: .string "ATI MOBILITY /ATI RADEON HD 3870 X2" .align 3 .LC7074: .string "R680" .align 3 .LC7075: .string "ATI RADEON HD 3870 X2" .align 3 .LC7076: .string "RV630GL" .align 3 .LC7077: .string "ATI FireGL V7700" .align 3 .LC7078: .string "ATI Radeon HD 3850 X2" .align 3 .LC7079: .string "RV670 AGP" .align 3 .LC7080: .string "ATI Radeon HD 3850 AGP" .align 3 .LC7081: .string "AMD FireStream 9170" .align 3 .LC7082: .string "RV710" .align 3 .LC7083: .string "ATI Radeon HD 4550" .align 3 .LC7084: .string "ATI Radeon HD 4350" .align 3 .LC7085: .string "M92" .align 3 .LC7086: .string "ATI Mobility Radeon HD 4330 \303\220\302\241\303\220\302\265\303\221\302\200\303\220\302\270\303\220\302\270" .align 3 .LC7087: .string "ATI Mobility Radeon HD 5145" .align 3 .LC7088: .string "M93" .align 3 .LC7089: .string "ATI Mobility Radeon HD 4500 Series" .align 3 .LC7090: .string "ATI FirePro RG220" .align 3 .LC7091: .string "M76M" .align 3 .LC7092: .string "ATI Mobility Radeon HD 2600" .align 3 .LC7093: .string "ATI MOBILITY /ATI RADEON HD 2600 XT" .align 3 .LC7094: .string "ATI RADEON HD 2600 XT AGP" .align 3 .LC7095: .string "RV630 PRO" .align 3 .LC7096: .string "ATI Radeon HD 2600 Pro AGP" .align 3 .LC7097: .string "RV630 XT" .align 3 .LC7098: .string "ATI Radeon HD 2600 XT" .align 3 .LC7099: .string "&#1055;&#1056;&#1054; RV630" .align 3 .LC7100: .string "ATI Radeon HD 2600 Pro" .align 3 .LC7101: .string "ATI MOBILITY / ATI RADEON HD 2600 XT Gemini" .align 3 .LC7102: .string "ATI FireGL V5600" .align 3 .LC7103: .string "ATI FireGL V3600" .align 3 .LC7104: .string "ATI RADEON HD 2600 LE" .align 3 .LC7105: .string "ATI Mobility FireGL Graphics Processor" .align 3 .LC7106: .string "ATI RADEON HD 3650 Serieshttp://www.pcidatabase.com/update_device.php?__ec_i=ec.1307313611.e071ed73c" .align 3 .LC7107: .string "M86-M" .align 3 .LC7108: .string "ATI Mobility Radeon HD 3650" .align 3 .LC7109: .string "M86" .align 3 .LC7110: .string "ATI Mobility Radeon HD 3670" .align 3 .LC7111: .string "ATI Mobility FireGL V5700" .align 3 .LC7112: .string "ATI RADEON HD 3600 Series" .align 3 .LC7113: .string "ATI Radeon HD 3600 Series " .align 3 .LC7114: .string "ATI RADEON HD 3470" .align 3 .LC7115: .string "ATI MOBILITY /ATI RADEON HD 3430" .align 3 .LC7116: .string "M82-S" .align 3 .LC7117: .string "ATI Mobility Radeon HD 3450" .align 3 .LC7118: .string "RV620 LE" .align 3 .LC7119: .string "RV620" .align 3 .LC7120: .string "ATI RADEON HD 3430" .align 3 .LC7121: .string "ATI FirePRO V3700" .align 3 .LC7122: .string "ATI FireMV 2450" .align 3 .LC7123: .string "ATI FireMV 2260" .align 3 .LC7124: .string "RS780" .align 3 .LC7125: .string "ATI Radeon HD 3200 Graphics" .align 3 .LC7126: .string "ATI RADEON 3100 Graphics" .align 3 .LC7127: .string "RS780M" .align 3 .LC7128: .string "ATI RADEON HD 3200 Graphics" .align 3 .LC7129: .string "ATI RADEON HD 3300 Graphics" .align 3 .LC7130: .string "AMD 780E" .align 3 .LC7131: .string "AMD 760G" .align 3 .LC7132: .string "A4-3420" .align 3 .LC7133: .string "AMD Radeon\302\231 HD 6410D" .align 3 .LC7134: .string "AMD A6-3410MX APU With AMD Radeon HD 6520G" .align 3 .LC7135: .string "&#1089;&#1090;&#1072;&#1085;&#1076;&#1072;&#1088;&#1090;&#1085;&#1099;&#1081; vga &#1075;&#1088;&#10" .align 3 .LC7136: .string " 9648" .align 3 .LC7137: .string "AMD Radeon(TM) HD 6480G" .align 3 .LC7138: .string "HD 6480G" .align 3 .LC7139: .string "970F" .align 3 .LC7140: .string "RS880" .align 3 .LC7141: .string "ATI Radeon HD 4200" .align 3 .LC7142: .string "ATI Radeon 4100" .align 3 .LC7143: .string "4250" .align 3 .LC7144: .string "ATI Mobility Radeon HD 4200 Series (ATI Mobility Radeon HD 4250)" .align 3 .LC7145: .string "RS880MC" .align 3 .LC7146: .string "ATI Mobility Radeon 4100" .align 3 .LC7147: .string "ATI Radeon HD 4250 Graphics" .align 3 .LC7148: .string "AMD E-350" .align 3 .LC7149: .string "AMD Radeon HD 6310 series" .align 3 .LC7150: .string "2411E6FE" .align 3 .LC7151: .string "Display driver http://support1.toshiba-tro.de/tedd-files2/0/display-20110404110958.zip" .align 3 .LC7152: .string "AMD Radeon HD 6310 Graphics AMD Radeon HD 6310 Gr" .align 3 .LC7153: .string "AMD Radeon HD 6310 Graphics" .align 3 .LC7154: .string "AMD Radeon HD 6320" .align 3 .LC7155: .string "E-450 APU" .align 3 .LC7156: .string "amd radeon hd 6290 graphic" .align 3 .LC7157: .string "E2-1800" .align 3 .LC7158: .string "E-Series APU (E2-1800, maybe more)" .align 3 .LC7159: .string "7310M" .align 3 .LC7160: .string "ATI Radeon 7310M" .align 3 .LC7161: .string "AMD Radeon HD 8210" .align 3 .LC7162: .string "PCI\\VEN_1002&DEV_9834&SUBSYS_380217AA&REV_00" .align 3 .LC7163: .string "3801" .align 3 .LC7164: .string "AMD Radeon(TM) R4 Graphics" .align 3 .LC7165: .string "ATI GTC (GT-C2U2)" .align 3 .LC7166: .string "ATI 3D Rage Pro AGP 2X" .align 3 .LC7167: .string "9902" .align 3 .LC7168: .string "9998" .align 3 .LC7169: .string "Radeon HD 8370D" .align 3 .LC7170: .string "(0x9498" .align 3 .LC7171: .string "999C" .align 3 .LC7172: .string "Radeon HD 8550D" .align 3 .LC7173: .string "Ati Function driver for high definition audio1" .align 3 .LC7174: .string "Ati Mobility Radeon HD HDMI Audio realtek" .align 3 .LC7175: .string "All with HDMI support" .align 3 .LC7176: .string "High Definition Audio Device" .align 3 .LC7177: .string "677" .align 3 .LC7178: .string "HDMI Audio Support" .align 3 .LC7179: .string "ATI Radeon HD 3600 Series" .align 3 .LC7180: .string "Radeon HD 3400 Series" .align 3 .LC7181: .string "AA58" .align 3 .LC7182: .string " 0x040300" .align 3 .LC7183: .string " 0x00" .align 3 .LC7184: .string "Theater HD T507" .align 3 .LC7185: .string "(DVB-T) TV tuner/capture device" .align 3 .LC7186: .string "S2K CPU to PCI Bridge" .align 3 .LC7187: .string "Slot1 CPU to PCI Bridge" .align 3 .LC7188: .string "0x0201" .align 3 .LC7189: .string "PCI\\VEN_13F0" .align 3 .LC7190: .string "DEV_0200" .align 3 .LC7191: .string "82C593" .align 3 .LC7192: .string "ISA Bridge" .align 3 .LC7193: .string "82C594" .align 3 .LC7194: .string "Wildcat System Controller" .align 3 .LC7195: .string "82C596/597" .align 3 .LC7196: .string "Wildcat ISA Bridge" .align 3 .LC7197: .string "82C597-AFC2" .align 3 .LC7198: .string "82C541" .align 3 .LC7199: .string "82C543" .align 3 .LC7200: .string "dtdftdfz" .align 3 .LC7201: .string "CPU to PCI Bridge for notebook" .align 3 .LC7202: .string "82C532" .align 3 .LC7203: .string "Peripheral Controller" .align 3 .LC7204: .string "82C534" .align 3 .LC7205: .string "82C538" .align 3 .LC7206: .string "82C535" .align 3 .LC7207: .string "82C147" .align 3 .LC7208: .string "IrDA Controller" .align 3 .LC7209: .string "82C975" .align 3 .LC7210: .string "RISC GUI Accelerator" .align 3 .LC7211: .string "82C925" .align 3 .LC7212: .string "SAA7785" .align 3 .LC7213: .string "ThunderBird PCI Audio Accelerator" .align 3 .LC7214: .string "ThunderBird joystick port" .align 3 .LC7215: .string "ThunderBird 16650 UART" .align 3 .LC7216: .string "KTX0208X" .align 3 .LC7217: .string "Philips Seismic Edge 705" .align 3 .LC7218: .string "Philips PSC705 GamePort Enumerator" .align 3 .LC7219: .string "VAS96011" .align 3 .LC7220: .string "Golden Gate II" .align 3 .LC7221: .string "n/a 1" .align 3 .LC7222: .string "OHCI Compliant IEEE 1394 Host Controller" .align 3 .LC7223: .string "23" .align 3 .LC7224: .string "VIA 82C3128" .align 3 .LC7225: .string "U87088R06" .align 3 .LC7226: .string "DP83810" .align 3 .LC7227: .string "10/100 Ethernet MAC" .align 3 .LC7228: .string "PC87415" .align 3 .LC7229: .string "PCI-IDE DMA Master Mode Interface Ctrlr" .align 3 .LC7230: .string "PC87560" .align 3 .LC7231: .string "Legacy I/O Controller" .align 3 .LC7232: .string "CS4210" .align 3 .LC7233: .string "IEEE 1394 OHCI Controller" .align 3 .LC7234: .string "PCI System I/O" .align 3 .LC7235: .string "LM4560" .align 3 .LC7236: .string "Advanced PCI Audio Accelerator" .align 3 .LC7237: .string "DP83815" .align 3 .LC7238: .string "MacPhyter 10/100 Mb/s Ethernet MAC & PHY" .align 3 .LC7239: .string "10/100 MacPhyter3v PCI Adapter" .align 3 .LC7240: .string "PC82440" .align 3 .LC7241: .string "DP83820/1" .align 3 .LC7242: .string "10/100/1000 Mb/s PCI Ethernet NIC" .align 3 .LC7243: .string "Geode GX2" .align 3 .LC7244: .string "PCI Host Bridge" .align 3 .LC7245: .string "CS5535" .align 3 .LC7246: .string "GeodeLink PCI South Bridge" .align 3 .LC7247: .string "5535" .align 3 .LC7248: .string "Geode IDE Controller" .align 3 .LC7249: .string "Castle ()" .align 3 .LC7250: .string "GEODE - GX3 Audio CS5535" .align 3 .LC7251: .string "Geode" .align 3 .LC7252: .string "Geode VGA Compatible Device" .align 3 .LC7253: .string "SCx200" .align 3 .LC7254: .string "LPC Bridge and GPIO" .align 3 .LC7255: .string "SMI Status and ACPI" .align 3 .LC7256: .string "SC1100/SCx200" .align 3 .LC7257: .string "XpressAUDIO" .align 3 .LC7258: .string "Video Processor" .align 3 .LC7259: .string "X-Bus Expansion Interface" .align 3 .LC7260: .string "SC1100" .align 3 .LC7261: .string "M2764AFI" .align 3 .LC7262: .string "PCI-IDE Interface" .align 3 .LC7263: .string "ET4000W32P-A" .align 3 .LC7264: .string "ET4000W32P-B" .align 3 .LC7265: .string "ET4000W32P-C" .align 3 .LC7266: .string "54005443" .align 3 .LC7267: .string "ET6000" .align 3 .LC7268: .string "Graphics/Multimedia Engine" .align 3 .LC7269: .string "ET6300" .align 3 .LC7270: .string "BCM1125/BCM1250 PCI Configuration Header" .align 3 .LC7271: .string "BCM1125/BCM1250 HyperTransport Configuration Heade" .align 3 .LC7272: .string "MIPS BCM1125/BCM1250 processors" .align 3 .LC7273: .string "STPC Client" .align 3 .LC7274: .string "South Bridge" .align 3 .LC7275: .string "P9000" .align 3 .LC7276: .string "WeitekPower GUI Accelerator" .align 3 .LC7277: .string "P9100" .align 3 .LC7278: .string "DC21050" .align 3 .LC7279: .string "DC21040" .align 3 .LC7280: .string "Tulip Ethernet Adapter" .align 3 .LC7281: .string "DC21030" .align 3 .LC7282: .string "PCI Graphics Accelerator" .align 3 .LC7283: .string "Zephyr" .align 3 .LC7284: .string "NV-RAM" .align 3 .LC7285: .string "KZPSA" .align 3 .LC7286: .string "SCSI to SCSI Adapter" .align 3 .LC7287: .string "DC21140" .align 3 .LC7288: .string "Fast Ethernet Ctrlr" .align 3 .LC7289: .string "DC21230" .align 3 .LC7290: .string "Video Codec" .align 3 .LC7291: .string "1011" .align 3 .LC7292: .string "6IfPpL <a href=" .align 3 .LC7293: .string "TGA2" .align 3 .LC7294: .string "TGA2 PDXGB" .align 3 .LC7295: .string "DEFPA" .align 3 .LC7296: .string "FDDI" .align 3 .LC7297: .string "DC21041" .align 3 .LC7298: .string "Tulip Plus Ethernet Adapter" .align 3 .LC7299: .string "DGLPB" .align 3 .LC7300: .string "DC21142/3" .align 3 .LC7301: .string "Olicom RapidFire 2327 Fast Ethernet Adapter" .align 3 .LC7302: .string "21052[-AB]" .align 3 .LC7303: .string "DC21150-AA" .align 3 .LC7304: .string "DC21150" .align 3 .LC7305: .string "DC21151/2" .align 3 .LC7306: .string "21153" .align 3 .LC7307: .string "21154" .align 3 .LC7308: .string "Modem56" .align 3 .LC7309: .string "CardBus" .align 3 .LC7310: .string "DC21553" .align 3 .LC7311: .string "21554" .align 3 .LC7312: .string "DAC960" .align 3 .LC7313: .string "Mylex DAC1164P Disk Array Controller" .align 3 .LC7314: .string "3X-KPCON-AA" .align 3 .LC7315: .string "Fault Mgr (3.3v/5v Universal PCI)" .align 3 .LC7316: .string "FW82371EB" .align 3 .LC7317: .string "CL-GD7555" .align 3 .LC7318: .string "Flat Panel GUI Accelerator" .align 3 .LC7319: .string "CL-GD7556" .align 3 .LC7320: .string "64-bit Accelerated LCD/CRT Controller" .align 3 .LC7321: .string "CL-GD5440" .align 3 .LC7322: .string "CL-GD5432" .align 3 .LC7323: .string "Alpine GUI Accelerator" .align 3 .LC7324: .string "CL-GD5434" .align 3 .LC7325: .string "CL-GD5426" .align 3 .LC7326: .string "Video card (i guess?)" .align 3 .LC7327: .string "CL-GD5446" .align 3 .LC7328: .string "64-bit VisualMedia Accelerator" .align 3 .LC7329: .string "CL-GD5480" .align 3 .LC7330: .string "64-bit SGRAM GUI accelerator" .align 3 .LC7331: .string "CL-GD5462" .align 3 .LC7332: .string "Laguna VisualMedia graphics accelerator" .align 3 .LC7333: .string "CL-GD5455" .align 3 .LC7334: .string "Laguna 3D VisualMedia Graphics Accel" .align 3 .LC7335: .string "CL-GD5464" .align 3 .LC7336: .string "Laguna BD" .align 3 .LC7337: .string "CL-GD5465" .align 3 .LC7338: .string "CL-GD5436U" .align 3 .LC7339: .string "cs4630cm" .align 3 .LC7340: .string "accelerator do audio do pci de sound fusion" .align 3 .LC7341: .string "CL-PD6729" .align 3 .LC7342: .string "PCI-to-PC Card host adapter" .align 3 .LC7343: .string "CL-PD6832" .align 3 .LC7344: .string "PCMCIA/CardBus Controller" .align 3 .LC7345: .string "CL-PD6834" .align 3 .LC7346: .string "CL-PD6833" .align 3 .LC7347: .string "PCI-to-CardBus Host Adapter" .align 3 .LC7348: .string "CL-GD7542" .align 3 .LC7349: .string "Nordic GUI Accelerator" .align 3 .LC7350: .string "GD7543" .align 3 .LC7351: .string "Viking GUI Accelerator" .align 3 .LC7352: .string "CL-GD7541" .align 3 .LC7353: .string "Nordic-lite VGA Cntrlr" .align 3 .LC7354: .string "1085" .align 3 .LC7355: .string "Ambient CLM Data Fax Voice" .align 3 .LC7356: .string "CL-CD4400" .align 3 .LC7357: .string "CS4610/4611" .align 3 .LC7358: .string "CrystalClear SoundFusion PCI Audio Accelerator" .align 3 .LC7359: .string "CS4630-CM" .align 3 .LC7360: .string "Crystal Sound Fusion a" .align 3 .LC7361: .string "CS464" .align 3 .LC7362: .string "CS4010" .align 3 .LC7363: .string "Crystal Soundfusion(tm) CS 40210" .align 3 .LC7364: .string "cirrus logic crystal CS 4614" .align 3 .LC7365: .string "SoundFusion PCI Audio Accelerator" .align 3 .LC7366: .string "MCA Bridge" .align 3 .LC7367: .string "Alta Lite" .align 3 .LC7368: .string "CPU Bridge" .align 3 .LC7369: .string "Alta MP" .align 3 .LC7370: .string "Fire Coral" .align 3 .LC7371: .string "ISA Bridge w/PnP" .align 3 .LC7372: .string "Auto LANStreamer" .align 3 .LC7373: .string "TR Auto LANStreamer" .align 3 .LC7374: .string "GXT-150P" .align 3 .LC7375: .string "Graphics Adapter" .align 3 .LC7376: .string "82G2675" .align 3 .LC7377: .string "scsi-2 fast pci adapter" .align 3 .LC7378: .string "82351/2" .align 3 .LC7379: .string "PCI to PCI Bridge " .align 3 .LC7380: .string "Python" .align 3 .LC7381: .string "ServeRAID I/II/3x/4H" .align 3 .LC7382: .string "Coppertime RAID SCSI Adapter" .align 3 .LC7383: .string "Miami/PCI" .align 3 .LC7384: .string "32-bit LocalBus Bridge" .align 3 .LC7385: .string "IBM27-82660" .align 3 .LC7386: .string "PowerPC to PCI Bridge and Memory Ctrlr" .align 3 .LC7387: .string "85H9533" .align 3 .LC7388: .string "IBM Token Ring PCI" .align 3 .LC7389: .string "SSA Adapter" .align 3 .LC7390: .string "MPIC" .align 3 .LC7391: .string "Interrupt Controller" .align 3 .LC7392: .string "00003720" .align 3 .LC7393: .string "Warhead SCSI Controller" .align 3 .LC7394: .string "IBM 3780IDSP" .align 3 .LC7395: .string "MPEG-2 Decoder" .align 3 .LC7396: .string "ATM Controller" .align 3 .LC7397: .string "85h9533" .align 3 .LC7398: .string "25 MBit ATM controller" .align 3 .LC7399: .string "85g1897" .align 3 .LC7400: .string "MPEG PCI Bridge" .align 3 .LC7401: .string "i82557B" .align 3 .LC7402: .string "10/100 PCI Ethernet Adapter" .align 3 .LC7403: .string "05J3506" .align 3 .LC7404: .string "TCP/IP networking device" .align 3 .LC7405: .string "3780IDSP" .align 3 .LC7406: .string "GXT-3000P" .align 3 .LC7407: .string "20H2999" .align 3 .LC7408: .string "PCI Docking Bridge" .align 3 .LC7409: .string "Chukar chipset SCSI Controller" .align 3 .LC7410: .string "PowerNP NPr2.7" .align 3 .LC7411: .string "ATM support device" .align 3 .LC7412: .string "ATM 155Mbps MM Controller" .align 3 .LC7413: .string "GXT2000" .align 3 .LC7414: .string "256-bit Graphics Rasterizer" .align 3 .LC7415: .string "ATM 622Mbps Controller" .align 3 .LC7416: .string "02li537" .align 3 .LC7417: .string "Adapter 2 Token Ring Card" .align 3 .LC7418: .string "CPC700" .align 3 .LC7419: .string "Memory Controller and PCI Bridge" .align 3 .LC7420: .string "CPC710" .align 3 .LC7421: .string "PCI-64 Bridge" .align 3 .LC7422: .string "PCI-32 Bridge" .align 3 .LC7423: .string "0680" .align 3 .LC7424: .string "Remote Supervisor+Serial Port+Mouse/Keyb" .align 3 .LC7425: .string "cbeh3w" .align 3 .LC7426: .string "Raid controller" .align 3 .LC7427: .string "Yotta" .align 3 .LC7428: .string "Video Compositor Input" .align 3 .LC7429: .string "Video Compositor Output" .align 3 .LC7430: .string "405GP" .align 3 .LC7431: .string "PLB to PCI Bridge" .align 3 .LC7432: .string "RC1000" .align 3 .LC7433: .string "Rasterizer/IBM GT1000 Geometr" .align 3 .LC7434: .string "x" .align 3 .LC7435: .string "Modem: Intel Corporation 82440MX AC'97 Modem Controller (prog-if 00 [Generic])" .align 3 .LC7436: .string "IBM 133" .align 3 .LC7437: .string "PCI-X Bridge R1.1" .align 3 .LC7438: .string "ServeRAID 4/5" .align 3 .LC7439: .string "Morpheus SCSI RAID Controller" .align 3 .LC7440: .string "440GP" .align 3 .LC7441: .string "PLB to PCI-X Bridge" .align 3 .LC7442: .string "FC 4962 CCIN 4962 FRU 09P5023" .align 3 .LC7443: .string "10/100 Mbps Ethernet PCI Adapter II" .align 3 .LC7444: .string "440GX" .align 3 .LC7445: .string "Embedded PowerPC CPU" .align 3 .LC7446: .string "0890" .align 3 .LC7447: .string "112" .align 3 .LC7448: .string "SCSI Storage Controller" .align 3 .LC7449: .string "NECSCE 11508082" .align 3 .LC7450: .string "IBM SurePOS Riser Card Function 0" .align 3 .LC7451: .string "IBM SurePOS Riser Card Function 1 (UARTs)" .align 3 .LC7452: .string "Calgary PCI-X Host Bridge" .align 3 .LC7453: .string "b8331462" .align 3 .LC7454: .string "PCI-X Host Bridge" .align 3 .LC7455: .string "IBM CalIOC2 (Calgary on PCI-E)" .align 3 .LC7456: .string "41U0441 / 41U0442" .align 3 .LC7457: .string "IBM 4764-001 PCI-X Cryptographic Coprocessor (1410e501)" .align 3 .LC7458: .string "MPIC 2" .align 3 .LC7459: .string "IBM Netfinity Advanced System Management Processor" .align 3 .LC7460: .string "v7-mpeg modul" .align 3 .LC7461: .string "SPEA 3D Accelerator" .align 3 .LC7462: .string "544469821" .align 3 .LC7463: .string "5444469821" .align 3 .LC7464: .string "sis-648D" .align 3 .LC7465: .string "VIA chipset" .align 3 .LC7466: .string "5.03.2600.2180 32bit Unicode" .align 3 .LC7467: .string "Intel(R) Celeron(R) CPU 2.80GHz" .align 3 .LC7468: .string "8156" .align 3 .LC7469: .string "100VG/AnyLAN Adapter" .align 3 .LC7470: .string "Altera FLEX" .align 3 .LC7471: .string "PCI-X dual port " .align 3 .LC7472: .string "MegaRAID 428" .align 3 .LC7473: .string "Ultra Wide SCSI RAID Controller2" .align 3 .LC7474: .string "IDE and SCSI Cntrlr" .align 3 .LC7475: .string "I960" .align 3 .LC7476: .string "amd sempron(tm)2200+" .align 3 .LC7477: .string "Multimedia card" .align 3 .LC7478: .string "MegaRAID 434" .align 3 .LC7479: .string "Ultra GT RAID Controller" .align 3 .LC7480: .string "MegaRAC 780" .align 3 .LC7481: .string "Remote Assistant" .align 3 .LC7482: .string "9095" .align 3 .LC7483: .string "SGPIO/SES/IPMI Initiator" .align 3 .LC7484: .string "Athlon 64 / Opteron" .align 3 .LC7485: .string "HyperTransport Technology Configuration" .align 3 .LC7486: .string "Address Map" .align 3 .LC7487: .string "AMD Hammer - DRAM Controller " .align 3 .LC7488: .string "AMD Hammer - Miscellaneous Control " .align 3 .LC7489: .string "1200" .align 3 .LC7490: .string "1201" .align 3 .LC7491: .string "1203" .align 3 .LC7492: .string "1204" .align 3 .LC7493: .string "PCI\\VEN_1022&DEV_1419&SUBSYS_14191022&REV_00" .align 3 .LC7494: .string "AMD Input/Outpu Memory Management Unit" .align 3 .LC7495: .string "1510" .align 3 .LC7496: .string "1513" .align 3 .LC7497: .string "1514" .align 3 .LC7498: .string "1515" .align 3 .LC7499: .string "1700" .align 3 .LC7500: .string "1701" .align 3 .LC7501: .string "1702" .align 3 .LC7502: .string "1703" .align 3 .LC7503: .string "1704" .align 3 .LC7504: .string "1716" .align 3 .LC7505: .string "1718" .align 3 .LC7506: .string "1719" .align 3 .LC7507: .string "Am79C970/1/2/3/5/6" .align 3 .LC7508: .string "PCnet LANCE PCI Ethernet Controller" .align 3 .LC7509: .string "Am79C978" .align 3 .LC7510: .string "PCnet-Home Networking Ctrlr (1/10 Mbps)" .align 3 .LC7511: .string "Am1772" .align 3 .LC7512: .string "Wireless LAN chipset SMC 2602W V3 http://www.smc.com/index.cfm?event=downloads.doSearchCriteria&loca" .align 3 .LC7513: .string "Am53C974" .align 3 .LC7514: .string "Am79C974" .align 3 .LC7515: .string "GeodeLX graphics adapter" .align 3 .LC7516: .string "GX3" .align 3 .LC7517: .string "Geode GX3 AES Crypto Driver" .align 3 .LC7518: .string "CS5536" .align 3 .LC7519: .string "CS5536 Audio Controller" .align 3 .LC7520: .string "CS5536 OHCI USB Host Controller" .align 3 .LC7521: .string "CS5536 EHCI USB Host Controller" .align 3 .LC7522: .string "Number: CS5536" .align 3 .LC7523: .string "CS5536 USB Device Controller" .align 3 .LC7524: .string "CS5536 USB OTG Controller" .align 3 .LC7525: .string "CS5536 IDE Controller" .align 3 .LC7526: .string "690LC" .align 3 .LC7527: .string "Chill Control Connector" .align 3 .LC7528: .string "SC520" .align 3 .LC7529: .string "ELAN Microcontroller PCI Host Bridge" .align 3 .LC7530: .string "Radeon X700 Pro" .align 3 .LC7531: .string "AMD-751" .align 3 .LC7532: .string "Processor-to-PCI Bridge / Memory Ctrlr" .align 3 .LC7533: .string "AGP and PCI-to-PCI Bridge (1x/2x AGP)" .align 3 .LC7534: .string "AMD-IGR4" .align 3 .LC7535: .string "AGP Host to PCI Bridge" .align 3 .LC7536: .string "AGP PCI to PCI Bridge" .align 3 .LC7537: .string "AMD-762" .align 3 .LC7538: .string "CPU to PCI Bridge (SMP chipset)" .align 3 .LC7539: .string "CPU to PCI Bridge (AGP 4x)" .align 3 .LC7540: .string "AMD-761" .align 3 .LC7541: .string "North Bridge" .align 3 .LC7542: .string "CPU to AGP Bridge (AGP 4x)" .align 3 .LC7543: .string "AMD-755" .align 3 .LC7544: .string "Bus Master IDE Controller" .align 3 .LC7545: .string "PCI to USB Open Host Controller" .align 3 .LC7546: .string "AMD-756" .align 3 .LC7547: .string "AMD-766" .align 3 .LC7548: .string "PCI to ISA/LPC Bridge" .align 3 .LC7549: .string "Enhanced IDE Controller" .align 3 .LC7550: .string "USB OpenHCI Host Controller" .align 3 .LC7551: .string "AMD-768" .align 3 .LC7552: .string "System Management" .align 3 .LC7553: .string "AC97 Audio" .align 3 .LC7554: .string "AC97 Modem" .align 3 .LC7555: .string "AMD-8131" .align 3 .LC7556: .string "PCI-X IOAPIC" .align 3 .LC7557: .string "AMD-8151" .align 3 .LC7558: .string "AMD-8132" .align 3 .LC7559: .string "AMD-8111" .align 3 .LC7560: .string "USB 2.0 Controller" .align 3 .LC7561: .string "USB Enhanced Host Controller" .align 3 .LC7562: .string "UltraATA/133 Controller" .align 3 .LC7563: .string "SMBus 2.0 Controller" .align 3 .LC7564: .string "AMD-8111 (not sure but definitively not c-media cm" .align 3 .LC7565: .string " Audio Controller" .align 3 .LC7566: .string "AC'97 Modem" .align 3 .LC7567: .string "ACPI Controller" .align 3 .LC7568: .string "amd_sata" .align 3 .LC7569: .string "AMD SATA Controller" .align 3 .LC7570: .string "Standard OpenHCD USB Host Controller - Amd Usb Fil" .align 3 .LC7571: .string "Standard OpenHCD USB Host Controller - Amd Usb Filter Driver" .align 3 .LC7572: .string "Standard PCI-to-USB extended host controller " .align 3 .LC7573: .string "2128103C" .align 3 .LC7574: .string "SM Bus controller" .align 3 .LC7575: .string "amd_sata " .align 3 .LC7576: .string "FCH USB XHCI Controller" .align 3 .LC7577: .string "4u" .align 3 .LC7578: .string "Used to blow up the motherboard. Highly explosive. Use at ur own risk" .align 3 .LC7579: .string "9601" .align 3 .LC7580: .string "9602" .align 3 .LC7581: .string "9604" .align 3 .LC7582: .string "9605" .align 3 .LC7583: .string "9609" .align 3 .LC7584: .string "AMD-6370D" .align 3 .LC7585: .string "AMD Radeon HD6370D" .align 3 .LC7586: .string "82C194" .align 3 .LC7587: .string "4DWAVE-DX" .align 3 .LC7588: .string "advanced PCI DirectSound accelerator" .align 3 .LC7589: .string "4D WAVE DX SOUND ACCELERATOR" .align 3 .LC7590: .string "PCI Audio" .align 3 .LC7591: .string "Cyber-XP4" .align 3 .LC7592: .string "Video Accelerator" .align 3 .LC7593: .string "Volari V3" .align 3 .LC7594: .string "Video adapter" .align 3 .LC7595: .string "84001023" .align 3 .LC7596: .string "sausgauos" .align 3 .LC7597: .string "51331071" .align 3 .LC7598: .string "Trident Cyber Blade i7 AGP (55)" .align 3 .LC7599: .string "VT8361" .align 3 .LC7600: .string "Via Tech VT8361/VT8601 Graphics Controller" .align 3 .LC7601: .string "Trident Video Accelerator CyberBlade i1" .align 3 .LC7602: .string "Windows xp" .align 3 .LC7603: .string "CyberBlade-i1" .align 3 .LC7604: .string "trident" .align 3 .LC7605: .string "Ai1" .align 3 .LC7606: .string "TRIDENT DISPLAY CONTROLER /CyberALADDiN-T Driver" .align 3 .LC7607: .string "TGUI9320" .align 3 .LC7608: .string "32-bit GUI Accelerator" .align 3 .LC7609: .string "TGUI9350" .align 3 .LC7610: .string "7tskbc" .align 3 .LC7611: .string "Flat panel Cntrlr" .align 3 .LC7612: .string "Cyber9382" .align 3 .LC7613: .string "Cyber9383" .align 3 .LC7614: .string "Cyber9385" .align 3 .LC7615: .string "Cyber9386" .align 3 .LC7616: .string "Cyber9388" .align 3 .LC7617: .string "Cyber9397" .align 3 .LC7618: .string "Video Accelerator 3D" .align 3 .LC7619: .string "Cyber9397DVD" .align 3 .LC7620: .string "TGUI9420" .align 3 .LC7621: .string "DGi GUI Accelerator" .align 3 .LC7622: .string "TGUI9430" .align 3 .LC7623: .string "TGUI9682" .align 3 .LC7624: .string "DGi GUI Acclerator" .align 3 .LC7625: .string "TGUI9460" .align 3 .LC7626: .string "TGUI9470" .align 3 .LC7627: .string "ox16" .align 3 .LC7628: .string "Cyber9525" .align 3 .LC7629: .string "Cyber9540" .align 3 .LC7630: .string "Video Acclerator" .align 3 .LC7631: .string "TGUI9660" .align 3 .LC7632: .string "TGUI9680" .align 3 .LC7633: .string "Trident A CAB01" .align 3 .LC7634: .string "TGUI9683" .align 3 .LC7635: .string "ProVIDIA 9685" .align 3 .LC7636: .string "2MB VGA" .align 3 .LC7637: .string "3DImage 9750 PCI/AGP" .align 3 .LC7638: .string "trident dgi" .align 3 .LC7639: .string "TGUI9753" .align 3 .LC7640: .string "Wave Video Accelerator" .align 3 .LC7641: .string "TGUI975?" .align 3 .LC7642: .string "Image GUI Accelerator" .align 3 .LC7643: .string "TGUI9783" .align 3 .LC7644: .string "TGUI9785" .align 3 .LC7645: .string "3D Image 9850 AGP" .align 3 .LC7646: .string "4mb" .align 3 .LC7647: .string "Blade 3D 9880" .align 3 .LC7648: .string "gggggg" .align 3 .LC7649: .string "00011178" .align 3 .LC7650: .string "CyberBlade XP" .align 3 .LC7651: .string "CyberBlade XPm" .align 3 .LC7652: .string "9960" .align 3 .LC7653: .string "Trident Video Accelerator CyberBlade-1A31" .align 3 .LC7654: .string "Agere Systems soft modem chip" .align 3 .LC7655: .string "M1435" .align 3 .LC7656: .string "USB\\VID_0502&PID_3476&MI_01\\6&207B7CA8&0&0001" .align 3 .LC7657: .string "M1445" .align 3 .LC7658: .string "VL Bridge & EIDE" .align 3 .LC7659: .string "M1449" .align 3 .LC7660: .string "M1451" .align 3 .LC7661: .string "Pentium Chipset" .align 3 .LC7662: .string "M1461" .align 3 .LC7663: .string "P54C Chipset" .align 3 .LC7664: .string "M1489" .align 3 .LC7665: .string "M1511" .align 3 .LC7666: .string "M1512" .align 3 .LC7667: .string "M1513" .align 3 .LC7668: .string "M1521" .align 3 .LC7669: .string "M1523" .align 3 .LC7670: .string "M1531" .align 3 .LC7671: .string "M1533" .align 3 .LC7672: .string "ISA South Bridge" .align 3 .LC7673: .string "M1535" .align 3 .LC7674: .string "PCI South Bridge" .align 3 .LC7675: .string "M1541" .align 3 .LC7676: .string "AGP PCI North Bridge Aladdin V/V+" .align 3 .LC7677: .string "M1542" .align 3 .LC7678: .string "AGP+PCI North Bridge" .align 3 .LC7679: .string "M1543C" .align 3 .LC7680: .string "PCi South Bridge Aladdin IV+/V" .align 3 .LC7681: .string "M1561" .align 3 .LC7682: .string "driver video" .align 3 .LC7683: .string "M1621" .align 3 .LC7684: .string "PCI North Bridge Aladdin Pro II" .align 3 .LC7685: .string "M1631" .align 3 .LC7686: .string "PCI North Bridge Aladdin Pro III" .align 3 .LC7687: .string "M1641" .align 3 .LC7688: .string "PCI North Bridge Aladdin Pro IV" .align 3 .LC7689: .string "M3141" .align 3 .LC7690: .string "M3143" .align 3 .LC7691: .string "M3145" .align 3 .LC7692: .string "M3147" .align 3 .LC7693: .string "M3149" .align 3 .LC7694: .string "M3151" .align 3 .LC7695: .string "M3307" .align 3 .LC7696: .string "MPEG-1 Decoder" .align 3 .LC7697: .string "M3309" .align 3 .LC7698: .string "MPEG Decoder" .align 3 .LC7699: .string "M4803" .align 3 .LC7700: .string "M5217" .align 3 .LC7701: .string "I/O Controller" .align 3 .LC7702: .string "M5219" .align 3 .LC7703: .string "M5225" .align 3 .LC7704: .string "M522" .align 3 .LC7705: .string "EIDE Controlle" .align 3 .LC7706: .string "1025" .align 3 .LC7707: .string "M5237" .align 3 .LC7708: .string "Intel(R) 5 Series/3400 Series Chipset Family 4 Port SATA AHCI Controller - 3B29" .align 3 .LC7709: .string "General Purpose Controller" .align 3 .LC7710: .string "Floppy Disk Controller" .align 3 .LC7711: .string "M5451" .align 3 .LC7712: .string "PCI AC-Link Controller Audio Device" .align 3 .LC7713: .string "M5453" .align 3 .LC7714: .string "M5453 AC-Link Controller Modem Device" .align 3 .LC7715: .string "M7101" .align 3 .LC7716: .string "PCI PMU Power Management Controller" .align 3 .LC7717: .string "PowerEdge 2 /Si" .align 3 .LC7718: .string "Expandable RAID Controller (PERC) (SCSI)" .align 3 .LC7719: .string "PowerEdge 3/Di" .align 3 .LC7720: .string "Expandable RAID Controller" .align 3 .LC7721: .string "PowerEdge 3/Si" .align 3 .LC7722: .string "270" .align 3 .LC7723: .string "Remote Assistant Card" .align 3 .LC7724: .string "RAC Virtual UART Port" .align 3 .LC7725: .string "53C885 23800 SCSI Adapter" .align 3 .LC7726: .string "Embedded Systems Management Device 4" .align 3 .LC7727: .string "LSI53C895 PCI to Ultra2 SCSI I/O Processor with LVD Link" .align 3 .LC7728: .string "000E" .align 3 .LC7729: .string "PERC 4/DI Raid Controller" .align 3 .LC7730: .string "DRAC4" .align 3 .LC7731: .string "HJ866 - ESM4 &#1059;&#1076;&#1072;&#1083;&#1077;&#1085;&#1085;&#1099;&#1081; &#1044;&#1086;&#1089;&#" .align 3 .LC7732: .string "Dell Remote Access Controller v4" .align 3 .LC7733: .string "DRAC4-UART" .align 3 .LC7734: .string "Dell RAC v4 Virtual UART" .align 3 .LC7735: .string "PERC 4e/Si and PERC 4e/Di" .align 3 .LC7736: .string "DRAC4-0" .align 3 .LC7737: .string "Dell Remote Access Controller subsystem" .align 3 .LC7738: .string "PERC 5/i RAID Controller" .align 3 .LC7739: .string "Integrated RAID controller" .align 3 .LC7740: .string "915gm/gms,910gml" .align 3 .LC7741: .string "Intel Gigabit controller" .align 3 .LC7742: .string "82541GI" .align 3 .LC7743: .string "Dell PRO/1000 MT Network Connection" .align 3 .LC7744: .string "DELL PERC 320/DC" .align 3 .LC7745: .string "Adaptec 2200S SCSI RAID controller" .align 3 .LC7746: .string "FA82537EP" .align 3 .LC7747: .string "A Intel 537 epg v.92 modem repackaged by dell" .align 3 .LC7748: .string "0200" .align 3 .LC7749: .string "4050" .align 3 .LC7750: .string "n4050" .align 3 .LC7751: .string "0115" .align 3 .LC7752: .string "Dell Wireless 1702 Bluetooth v3.0+HS" .align 3 .LC7753: .string "ispiron 4700" .align 3 .LC7754: .string "hd7570" .align 3 .LC7755: .string "amd radeon hd7570" .align 3 .LC7756: .string "Dell Wireless 5540" .align 3 .LC7757: .string "Dell Wireless 5540 HSPA Mini Card" .align 3 .LC7758: .string "HYDRA" .align 3 .LC7759: .string "4 port usb hub" .align 3 .LC7760: .string "0x0000" .align 3 .LC7761: .string "USB\\VID_0000&PID_0000\\6&76F8B18&0&2" .align 3 .LC7762: .string "ASPEN" .align 3 .LC7763: .string "i486 Chipset" .align 3 .LC7764: .string "6.1.7601.18328" .align 3 .LC7765: .string "P5 Chipset" .align 3 .LC7766: .string "P5 CHIPSET" .align 3 .LC7767: .string "MGA-I" .align 3 .LC7768: .string "Impression?" .align 3 .LC7769: .string "chip=0x2539102b" .align 3 .LC7770: .string "Matrox P650 very new model (20080724)" .align 3 .LC7771: .string "MGA-2164W" .align 3 .LC7772: .string "matrox" .align 3 .LC7773: .string "MGA-PX2085" .align 3 .LC7774: .string "Atlas GUI Accelerator" .align 3 .LC7775: .string "MGA-2064W" .align 3 .LC7776: .string "Strorm GUI Accelerator" .align 3 .LC7777: .string "mga-1164sg-a" .align 3 .LC7778: .string "Hurricane/Cyclone 64-bit graphics chip" .align 3 .LC7779: .string "MGA-1164SG" .align 3 .LC7780: .string "Chinook" .align 3 .LC7781: .string "MGA-200B" .align 3 .LC7782: .string "Mistral" .align 3 .LC7783: .string "Matrox lnc MGA-G200B" .align 3 .LC7784: .string "AGP" .align 3 .LC7785: .string "102B" .align 3 .LC7786: .string "G200e" .align 3 .LC7787: .string "Matrox G200e (ServerEngines) - English" .align 3 .LC7788: .string "Intel Pentium III" .align 3 .LC7789: .string "Parhelia AGP" .align 3 .LC7790: .string "Parhelia" .align 3 .LC7791: .string "Parhelia 128MB/256MB/PCI/HR256" .align 3 .LC7792: .string "Matrox G200eV" .align 3 .LC7793: .string "Matrox G200eV" .align 3 .LC7794: .string "G200eR" .align 3 .LC7795: .string "M9138" .align 3 .LC7796: .string "M9138 LP PCIe x16" .align 3 .LC7797: .string "Athena GUI accelerator" .align 3 .LC7798: .string "MGA-G100" .align 3 .LC7799: .string "Twister" .align 3 .LC7800: .string "Twister AGP" .align 3 .LC7801: .string "Fusion G450 AGP" .align 3 .LC7802: .string "Fusion Plus G800 AGP" .align 3 .LC7803: .string "GUI+3D Accelerator" .align 3 .LC7804: .string "MGA-G550" .align 3 .LC7805: .string "AGP Chipset" .align 3 .LC7806: .string "Parhelia-LX" .align 3 .LC7807: .string "Parhelia Chipset AGP" .align 3 .LC7808: .string "Matrox Millennium P650 LP PCIe 64" .align 3 .LC7809: .string "G550/P650 Dual DVI" .align 3 .LC7810: .string "Matrox Graphics Board dual DVI" .align 3 .LC7811: .string "Meteor 2 STD/MC/Dig" .align 3 .LC7812: .string "Video Capture Card" .align 3 .LC7813: .string "MGA-G200E" .align 3 .LC7814: .string "Matrox G200e (ServerEngines)" .align 3 .LC7815: .string "G450" .align 3 .LC7816: .string "G45+" .align 3 .LC7817: .string "G200eW" .align 3 .LC7818: .string "Matrox G200eW 8 MB DDR2 " .align 3 .LC7819: .string "Shark" .align 3 .LC7820: .string "10/100 Multiport Switch NIC" .align 3 .LC7821: .string "RT.x10" .align 3 .LC7822: .string "RT 2000" .align 3 .LC7823: .string "Multimedia device" .align 3 .LC7824: .string "64310" .align 3 .LC7825: .string "Wingine DGX - DRAM Graphics Accelerator" .align 3 .LC7826: .string "69000" .align 3 .LC7827: .string "AGP/PCI Flat Panel/CRT VGA Accelerator" .align 3 .LC7828: .string "65545" .align 3 .LC7829: .string "Flat panel/crt VGA Cntrlr" .align 3 .LC7830: .string "65540" .align 3 .LC7831: .string "Flat Panel/CRT VGA Controller" .align 3 .LC7832: .string "65548" .align 3 .LC7833: .string "65550" .align 3 .LC7834: .string "LCD/CRT controller" .align 3 .LC7835: .string "65554" .align 3 .LC7836: .string "Flat Panel/LCD CRT GUI Accelerator" .align 3 .LC7837: .string "65555" .align 3 .LC7838: .string "VGA GUI Accelerator" .align 3 .LC7839: .string "68554" .align 3 .LC7840: .string "vga Controller" .align 3 .LC7841: .string "graphic driver" .align 3 .LC7842: .string "68555" .align 3 .LC7843: .string "GUI Controller" .align 3 .LC7844: .string "65560" .align 3 .LC7845: .string "PCI Flat Panel/CRT VGA Accelerator" .align 3 .LC7846: .string "69030" .align 3 .LC7847: .string "r4x00" .align 3 .LC7848: .string "TX3927" .align 3 .LC7849: .string "CPU Bridge?" .align 3 .LC7850: .string "Meteor 155" .align 3 .LC7851: .string "ATM PCI Adapter" .align 3 .LC7852: .string "TC35815CF" .align 3 .LC7853: .string "TX4938" .align 3 .LC7854: .string "Integrated 10/100 Mbit Ethernet Controller" .align 3 .LC7855: .string "TC86C001FG" .align 3 .LC7856: .string "GOKU-S Bus Master IDE Controller" .align 3 .LC7857: .string "GOKU-S USB Host Controller" .align 3 .LC7858: .string "GOKU-S USB Device Controller" .align 3 .LC7859: .string "GOKU-S I2C Bus/SIO/GPIO Controller" .align 3 .LC7860: .string "TX4927" .align 3 .LC7861: .string "MIPS Processor" .align 3 .LC7862: .string "TX4925" .align 3 .LC7863: .string "MIPS RISC PCI Controller (PCIC)" .align 3 .LC7864: .string "TX4937" .align 3 .LC7865: .string "SE1000" .align 3 .LC7866: .string "SpursEngine" .align 3 .LC7867: .string "PCI\\VEN_1179&DEV_0805&CC_0880" .align 3 .LC7868: .string "ACPI\\SMCFO30\\4&69EE968&0" .align 3 .LC7869: .string "PCI\\VEN_1179&DEV_0805&SUBSYS_00011179&REV_05\\4&7562792&0&68F0" .align 3 .LC7870: .string "MiroVIDEO DC20" .align 3 .LC7871: .string "I/O & JPEG" .align 3 .LC7872: .string "2IVDC-PCX1 1250400 033893932" .align 3 .LC7873: .string "video in and out with motion jpeg compression and deco" .align 3 .LC7874: .string "Media 3D" .align 3 .LC7875: .string "MiroVIDEO DC30D" .align 3 .LC7876: .string "DC30D-601601-4.0" .align 3 .LC7877: .string "upD98409" .align 3 .LC7878: .string "PCI to 486 like bus Bridge" .align 3 .LC7879: .string "PCI to VL98 Bridge" .align 3 .LC7880: .string "R4000" .align 3 .LC7881: .string "PCI bus Bridge" .align 3 .LC7882: .string "pci 7432" .align 3 .LC7883: .string "PCI to 486 like peripheral bus Bridge" .align 3 .LC7884: .string "unknown from Creative.com" .align 3 .LC7885: .string "PCI to ux-bus Bridge" .align 3 .LC7886: .string "GUI Accelerator (vga equivalent)" .align 3 .LC7887: .string "graphic Cntrlr for 98" .align 3 .LC7888: .string "Nile II" .align 3 .LC7889: .string "uPD98405" .align 3 .LC7890: .string "NEASCOT-S20 ATM Integrated SAR Ctrlr" .align 3 .LC7891: .string "Vrc4373" .align 3 .LC7892: .string "Nile I" .align 3 .LC7893: .string "PoverVR PCX1" .align 3 .LC7894: .string "PoverVR" .align 3 .LC7895: .string "NEC D72874GC" .align 3 .LC7896: .string "1394 Host Controller" .align 3 .LC7897: .string "PCI\\VEN_1033&DEV_0034&SUBSYS_00341033&REV_43" .align 3 .LC7898: .string "PCI\\VEN_1033&DEV_0034&SUBSYS_00341033" .align 3 .LC7899: .string "udp9210" .align 3 .LC7900: .string "Dual OHCI controllers plus Single EHCI controller" .align 3 .LC7901: .string "uPD98409" .align 3 .LC7902: .string "NEASCOT-S40C ATM Light SAR Controller" .align 3 .LC7903: .string "uPD66369" .align 3 .LC7904: .string "NAPCCARD CardBus Controller" .align 3 .LC7905: .string "PoverVR PCX2" .align 3 .LC7906: .string "Vrc5074" .align 3 .LC7907: .string "Nile 4" .align 3 .LC7908: .string "uPD72862" .align 3 .LC7909: .string "Firewarden IEEE1394 OHCI Host Controller" .align 3 .LC7910: .string "PowerVR Neon 250" .align 3 .LC7911: .string "PowerVR series II graphics processor" .align 3 .LC7912: .string "NEC FMK 56 V90" .align 3 .LC7913: .string "56k Voice Modem" .align 3 .LC7914: .string "Vrc5476" .align 3 .LC7915: .string "VR4122" .align 3 .LC7916: .string "64-bit CPU with Northbridge" .align 3 .LC7917: .string "uPD72870" .align 3 .LC7918: .string "IEEE1394 1-Chip OHCI Host Controller" .align 3 .LC7919: .string "uPD72871/2" .align 3 .LC7920: .string "0x1033\t" .align 3 .LC7921: .string "USB 2.0 Host Controller" .align 3 .LC7922: .string "uPD720100A uPD720102GC" .align 3 .LC7923: .string "uPD72874" .align 3 .LC7924: .string "IEEE1394 OHCI 1.1 3-port PHY-Link Ctrlr" .align 3 .LC7925: .string "D72874GC" .align 3 .LC7926: .string "IEEE1394+OHCI+1.1+3-port+PHY-Link+Ctrlr" .align 3 .LC7927: .string "AVerMedia A313 MiniCard Hybrid DVB-T" .align 3 .LC7928: .string "0C0330" .align 3 .LC7929: .string "1394 CARD" .align 3 .LC7930: .string "0720101GJ" .align 3 .LC7931: .string "NEC PCI to USB Open Host Controller" .align 3 .LC7932: .string "TMC-18C30" .align 3 .LC7933: .string "HDAUDIO\\FUNC_01&VEN_&DEV_504514F1&SUBSYS_1631C106&" .align 3 .LC7934: .string "PCI Audio Accelerator" .align 3 .LC7935: .string "HPSiS760" .align 3 .LC7936: .string "Anthlon 64 cpu to PCI bridge" .align 3 .LC7937: .string "520" .align 3 .LC7938: .string "Virtual PCI to PCI Bridge (AGP)" .align 3 .LC7939: .string "SiS760" .align 3 .LC7940: .string "SiS AGP Controller / SiS Accelerated Graphics Port " .align 3 .LC7941: .string "0900" .align 3 .LC7942: .string "Pentium chipset" .align 3 .LC7943: .string "SiS 85C501" .align 3 .LC7944: .string "PCI/ISA Cache Memory Controller (PCMC)" .align 3 .LC7945: .string "SiS 85C503" .align 3 .LC7946: .string "PCI System I/O (PSIO)" .align 3 .LC7947: .string "5595" .align 3 .LC7948: .string "SIS PMU device" .align 3 .LC7949: .string "SiS740" .align 3 .LC7950: .string "SMBus ControllerP4kjc" .align 3 .LC7951: .string "SiS950" .align 3 .LC7952: .string "vga" .align 3 .LC7953: .string "SiS160" .align 3 .LC7954: .string "SiS160 811 Wireless LAN Adapter" .align 3 .LC7955: .string "SiS180" .align 3 .LC7956: .string "SiS 180/181 RAID Controller " .align 3 .LC7957: .string "Raid Controller(?Mode Raid1)" .align 3 .LC7958: .string "Raid Controller(?Mode Raid0+1)" .align 3 .LC7959: .string "?SIS965" .align 3 .LC7960: .string "?SATA" .align 3 .LC7961: .string "0330" .align 3 .LC7962: .string "SiS968, SiS965, SiS966, SiS965L, SiS966L" .align 3 .LC7963: .string "SiS191 Gigabit LAN & SiS190 LAN" .align 3 .LC7964: .string "SIS191" .align 3 .LC7965: .string "SiS5597/98" .align 3 .LC7966: .string "Onboard Graphics Controller" .align 3 .LC7967: .string "SiS 6215" .align 3 .LC7968: .string "PCI1" .align 3 .LC7969: .string "SiS 6205" .align 3 .LC7970: .string "PCI Graphics & Video Accelerator" .align 3 .LC7971: .string "SiS330" .align 3 .LC7972: .string "GUI Accelerator+3D" .align 3 .LC7973: .string "SiS305" .align 3 .LC7974: .string "2D/3D/Video/DVD Accelerator" .align 3 .LC7975: .string "Geforce2 MX400" .align 3 .LC7976: .string "2D/3D Accelerator" .align 3 .LC7977: .string "SiS6330" .align 3 .LC7978: .string "Silicon Integrated Systems (SiS)" .align 3 .LC7979: .string "Xabre 2D/3D Accelerator (AG400T8-D64)" .align 3 .LC7980: .string "85C501" .align 3 .LC7981: .string "85C496" .align 3 .LC7982: .string "CPU to PCI & PCI to ISA Bridge" .align 3 .LC7983: .string "SiS530" .align 3 .LC7984: .string "Host-to-PCI bridge" .align 3 .LC7985: .string "SiS540" .align 3 .LC7986: .string "SiS550/1/2" .align 3 .LC7987: .string "SiS596" .align 3 .LC7988: .string "Pentium PCI chipset with IDE" .align 3 .LC7989: .string "SiS620" .align 3 .LC7990: .string "EIDE Controller (step C)" .align 3 .LC7991: .string "SiS83C601" .align 3 .LC7992: .string "PCI EIDE Controller" .align 3 .LC7993: .string "SiS 635" .align 3 .LC7994: .string "SiS 640" .align 3 .LC7995: .string "SiS 645" .align 3 .LC7996: .string "SiS645DX" .align 3 .LC7997: .string "SiS648MX" .align 3 .LC7998: .string "sis649" .align 3 .LC7999: .string "SiS961" .align 3 .LC8000: .string "SiS651" .align 3 .LC8001: .string "SiS655" .align 3 .LC8002: .string "SiS R658" .align 3 .LC8003: .string "SiS R659" .align 3 .LC8004: .string "vt8237a" .align 3 .LC8005: .string "SiS 661FX" .align 3 .LC8006: .string "SiS 661FX/GX Chipset - Host-PCI Bridge" .align 3 .LC8007: .string "SiS 730" .align 3 .LC8008: .string "SiS 735" .align 3 .LC8009: .string "SiS 074" .align 3 .LC8010: .string "SIS741" .align 3 .LC8011: .string "SiS745" .align 3 .LC8012: .string "SiS746" .align 3 .LC8013: .string "SiS748" .align 3 .LC8014: .string "SiSM650?" .align 3 .LC8015: .string "SiS755FX" .align 3 .LC8016: .string "Athlon 64 CPU to PCI Bridge" .align 3 .LC8017: .string "88e8056" .align 3 .LC8018: .string "SiS 900" .align 3 .LC8019: .string "SiS 900 Fast Ethernet Adapter" .align 3 .LC8020: .string "Device ID = 0900 SiS900" .align 3 .LC8021: .string "SiS900 10/100 Ethernet Adapter" .align 3 .LC8022: .string "SiS962" .align 3 .LC8023: .string "SiS963" .align 3 .LC8024: .string "SiS964" .align 3 .LC8025: .string "SiS 964 MuTIOL Media I/O Bridge " .align 3 .LC8026: .string "sis950" .align 3 .LC8027: .string "pci\\ven_1039&subsys_200b163&rev_a0\\3&61aaa01\\0&17" .align 3 .LC8028: .string "SiS5597a" .align 3 .LC8029: .string "SiS5597 SVGAa" .align 3 .LC8030: .string "961/2" .align 3 .LC8031: .string "bus controler" .align 3 .LC8032: .string "Raid Controller(?Mode Raid5)" .align 3 .LC8033: .string "SIS966/968 " .align 3 .LC8034: .string "SIS966(AHCI)&#12289;SIS968(RAID)" .align 3 .LC8035: .string "Raid/AHCI Controller" .align 3 .LC8036: .string "SIS968" .align 3 .LC8037: .string "SiS83C602" .align 3 .LC8038: .string "Video Controller (VGA Compatible)" .align 3 .LC8039: .string "SiS5107" .align 3 .LC8040: .string "Hot Docking Controller" .align 3 .LC8041: .string "SiS530/1/2" .align 3 .LC8042: .string "SiS5401" .align 3 .LC8043: .string "486 PCI Chipset" .align 3 .LC8044: .string "SiS5511/5512" .align 3 .LC8045: .string "PCI/ISA System Memory Controller" .align 3 .LC8046: .string "All SIS SouthBridge" .align 3 .LC8047: .string "SiS 5513 IDE UDMA Controller / SiS 85C513 IDE Controller" .align 3 .LC8048: .string "SiS5517" .align 3 .LC8049: .string "SiS5518" .align 3 .LC8050: .string "UDMA IDE Controller" .align 3 .LC8051: .string "SiS5571" .align 3 .LC8052: .string "Memory/PCI bridge" .align 3 .LC8053: .string "SiS 5581" .align 3 .LC8054: .string "p5 chipset" .align 3 .LC8055: .string "SiS5582" .align 3 .LC8056: .string "MTC ms9377c (SIS 741 " .align 3 .LC8057: .string "PCI\\VEN_1039" .align 3 .LC8058: .string "SiS661FX" .align 3 .LC8059: .string " VGA Controller" .align 3 .LC8060: .string "SiS5597" .align 3 .LC8061: .string "Host to PCI bridge" .align 3 .LC8062: .string "SiS600" .align 3 .LC8063: .string "SiS630" .align 3 .LC8064: .string "SiS6204" .align 3 .LC8065: .string "video decoder/mpeg interface" .align 3 .LC8066: .string "SiS6215" .align 3 .LC8067: .string "PCI VGA Controller" .align 3 .LC8068: .string "SiS 950 m2284dxs" .align 3 .LC8069: .string "SG3730il" .align 3 .LC8070: .string "Graphics" .align 3 .LC8071: .string "SiS630/730" .align 3 .LC8072: .string "SiS530/620" .align 3 .LC8073: .string "Integrated 3D SVGA Controller" .align 3 .LC8074: .string "pc&#305;\\VEN_1039&DEV_6325" .align 3 .LC8075: .string "sis-651dx" .align 3 .LC8076: .string "0x1039" .align 3 .LC8077: .string "sis 6326 AGP" .align 3 .LC8078: .string "SiS661FX/M661FX/760/741/M760/M741" .align 3 .LC8079: .string "GUI 2D/3D Accelerator" .align 3 .LC8080: .string " 04" .align 3 .LC8081: .string "SIS M672 FX" .align 3 .LC8082: .string "SiS IGP Graphics family SIS66x/SIS76x & SIS67x" .align 3 .LC8083: .string "962" .align 3 .LC8084: .string "962lua" .align 3 .LC8085: .string "Smart Link 56K Voice Modem (download from driverguide.com)" .align 3 .LC8086: .string "SiS 7001" .align 3 .LC8087: .string "SiS 7001 PCI to USB Open Host Controller " .align 3 .LC8088: .string "SiS 7001 PCI to USB Open Host Controller" .align 3 .LC8089: .string "USB 2.0 Enhanced Host Controller" .align 3 .LC8090: .string "SiS551/2" .align 3 .LC8091: .string "Memory Stick Controller" .align 3 .LC8092: .string "OHCI Compliant FireWire Controller" .align 3 .LC8093: .string "SiS 7012" .align 3 .LC8094: .string "SiS 7012 Audio Device / Realtek AC'97 Audio" .align 3 .LC8095: .string "SiS7013" .align 3 .LC8096: .string "Smart Link 56K Voice Modem" .align 3 .LC8097: .string "SiS550 dd" .align 3 .LC8098: .string "Software Audio dd" .align 3 .LC8099: .string "SiS191" .align 3 .LC8100: .string "10/100 Ethernet Adapter" .align 3 .LC8101: .string "SiS7018" .align 3 .LC8102: .string "Onboard audio" .align 3 .LC8103: .string "Hardware Audio" .align 3 .LC8104: .string "649" .align 3 .LC8105: .string "Realtek HDA Audio Driver." .align 3 .LC8106: .string "2012" .align 3 .LC8107: .string "pc&#305;\\ven_1039&dev_6325" .align 3 .LC8108: .string "sis 650 integrated gfx controller (IGP)" .align 3 .LC8109: .string "sis964" .align 3 .LC8110: .string "LPC BRIDGE" .align 3 .LC8111: .string "sis6215" .align 3 .LC8112: .string "pci vga card for win95 & nt4 only" .align 3 .LC8113: .string "Standard Vista USB Keyboard" .align 3 .LC8114: .string "0x00000000" .align 3 .LC8115: .string "HP2400" .align 3 .LC8116: .string "HP Scanjet 2400" .align 3 .LC8117: .string "A4977A" .align 3 .LC8118: .string "Visialize EG" .align 3 .LC8119: .string "Donner GFX" .align 3 .LC8120: .string "hpVisualizeFX" .align 3 .LC8121: .string "Hewlett-Packard VisualizeFX Series Video" .align 3 .LC8122: .string "ACPI/HPQ0004/3&b1bfb68&0" .align 3 .LC8123: .string "HP ProtectSmart Hard Drive Protection - HP 3D DriveGuard" .align 3 .LC8124: .string "HPFC-5200B" .align 3 .LC8125: .string "Tachyon XL2 Fibre Channel Adapter" .align 3 .LC8126: .string "Tach TS" .align 3 .LC8127: .string "Tachyon TS Fibre Channel Host Adapter" .align 3 .LC8128: .string "J2585B" .align 3 .LC8129: .string "DeskDirect 10/100VG LAN Adapter" .align 3 .LC8130: .string "J2585B222" .align 3 .LC8131: .string "DeskDirect 10/100" .align 3 .LC8132: .string "J2973A" .align 3 .LC8133: .string "DeskDirect 10BaseT NIC" .align 3 .LC8134: .string "DeskDirect 10/100VG NIC" .align 3 .LC8135: .string "J2970A" .align 3 .LC8136: .string "DeskDirect 10BaseT/2 NIC" .align 3 .LC8137: .string "SAS" .align 3 .LC8138: .string "DIVA1" .align 3 .LC8139: .string "DIVA2" .align 3 .LC8140: .string "SP2" .align 3 .LC8141: .string "J3242A" .align 3 .LC8142: .string "EL-10 Ethernet Adapter" .align 3 .LC8143: .string "79C970" .align 3 .LC8144: .string "PCnet Ethernet Controller" .align 3 .LC8145: .string "PCI\\VEN_10DE&DEV_0543&SUBSYS_30CF103C&REV_A2" .align 3 .LC8146: .string "NetServer Smart IRQ Router" .align 3 .LC8147: .string "TopTools" .align 3 .LC8148: .string "82557B" .align 3 .LC8149: .string "10/100 NIC" .align 3 .LC8150: .string "NetServer PCI Hot-Plug Controller" .align 3 .LC8151: .string "NetServer SMIC Controller" .align 3 .LC8152: .string "NetServer Legacy COM Port Decoder" .align 3 .LC8153: .string "NetServer PCI COM Port Decoder" .align 3 .LC8154: .string "zx1" .align 3 .LC8155: .string "System Bus Adapter" .align 3 .LC8156: .string "Local Bus Adapter" .align 3 .LC8157: .string "Broadcom BCM4306" .align 3 .LC8158: .string "Broadcom Wireless miniPCI in a HP laptop" .align 3 .LC8159: .string "1302103C" .align 3 .LC8160: .string "HP Management Shared Memory Device" .align 3 .LC8161: .string "AR5007" .align 3 .LC8162: .string "Atheros AR5007" .align 3 .LC8163: .string "HPOJ750" .align 3 .LC8164: .string "HP PSC 750" .align 3 .LC8165: .string "HP Integrated Module with Bluetooth Wireless" .align 3 .LC8166: .string "USB\\VID_03F0&PID_241D&REV_0002" .align 3 .LC8167: .string "3G Broadband device" .align 3 .LC8168: .string "USB\\VID_03F0&PID_0a01\\6&23104BA&0&7" .align 3 .LC8169: .string "HP Integrated Module with Bluetooth Wireless Technology" .align 3 .LC8170: .string "USB\\VID_0000_PID_0000_0000\\5&25243b3b&0&1" .align 3 .LC8171: .string "HP compaq nx6125" .align 3 .LC8172: .string "E2910A" .align 3 .LC8173: .string "PCI Bus Exerciser" .align 3 .LC8174: .string "E2924A" .align 3 .LC8175: .string "PCI Host Interface Adapter" .align 3 .LC8176: .string "Fast Host Interface" .align 3 .LC8177: .string "QDS-BRCM1051" .align 3 .LC8178: .string "E2925A" .align 3 .LC8179: .string "32 bit PCI Bus Exerciser and Analyzer" .align 3 .LC8180: .string "E2926A" .align 3 .LC8181: .string "64 bit PCI Bus Exerciser and Analyzer" .align 3 .LC8182: .string "E2927a" .align 3 .LC8183: .string "64 Bit, 66/50MHz PCI Analyzer & Exerciser" .align 3 .LC8184: .string "qds brcm1051" .align 3 .LC8185: .string "pci hostinterface" .align 3 .LC8186: .string "E2940A" .align 3 .LC8187: .string "64 bit, 66/50MHz CompactPCI Analyzer&Exerciser" .align 3 .LC8188: .string "rev 001" .align 3 .LC8189: .string "ATHEROS AR3011 bluetooth 3.0+HS adapter" .align 3 .LC8190: .string "Adaptec Embedded Serial ATA HostRAID" .align 3 .LC8191: .string "not sure" .align 3 .LC8192: .string "P600" .align 3 .LC8193: .string "P600 SmartArray Raid Controller" .align 3 .LC8194: .string "Smart Array P400 Controller" .align 3 .LC8195: .string "Smart Array P410i Controller" .align 3 .LC8196: .string "Integrated Lights Out 2.0 Interfaz IPMI" .align 3 .LC8197: .string "hs2340" .align 3 .LC8198: .string "HP hs2340 HSPA+ MobileBroadband" .align 3 .LC8199: .string "HP integrated Module with Bluetooth 2.0 Wireless support" .align 3 .LC8200: .string "p5g41c-mlx" .align 3 .LC8201: .string "Crestline" .align 3 .LC8202: .string "P5LD2 - EAYZ" .align 3 .LC8203: .string "Attansic L1 Gigabit Ethernet 10/100/1000Base-T Adapter" .align 3 .LC8204: .string "M5A78L-M LX V2" .align 3 .LC8205: .string "ATI Radeon 3000 Graphics (Microsoft Corporation - WDDM v1.1)" .align 3 .LC8206: .string "NV31" .align 3 .LC8207: .string "NV31 [GeForce FX 5600 Ultra]" .align 3 .LC8208: .string "Gigabit Ethernet(NDIS 6.0)" .align 3 .LC8209: .string "Domino" .align 3 .LC8210: .string "RAID Engine" .align 3 .LC8211: .string "13D09B4F" .align 3 .LC8212: .string "802.11 bg WLAN" .align 3 .LC8213: .string "2124A/9X" .align 3 .LC8214: .string "SmartCache III/RAID SCSI Controller" .align 3 .LC8215: .string "c03c" .align 3 .LC8216: .string "I2O SmartRAID V Controller" .align 3 .LC8217: .string "Raptor" .align 3 .LC8218: .string "SmartRAID Controller" .align 3 .LC8219: .string "82C750" .align 3 .LC8220: .string "PCI USB Controller" .align 3 .LC8221: .string "82C264" .align 3 .LC8222: .string "82C178" .align 3 .LC8223: .string "pci usb card 2- port" .align 3 .LC8224: .string "82C556" .align 3 .LC8225: .string "Viper" .align 3 .LC8226: .string "82C557" .align 3 .LC8227: .string "CPU Bridge (Viper)" .align 3 .LC8228: .string "82C558" .align 3 .LC8229: .string "Vendetta chipset: host bridge" .align 3 .LC8230: .string "Vendetta chipset: ISA bridge" .align 3 .LC8231: .string "82C579" .align 3 .LC8232: .string "Pentium to PCI Bridge" .align 3 .LC8233: .string "82C621" .align 3 .LC8234: .string "PCI IDE Controller (PIC)" .align 3 .LC8235: .string "82C700" .align 3 .LC8236: .string "82C700 FireStar PCI to ISA Bridge" .align 3 .LC8237: .string "82C701" .align 3 .LC8238: .string "FireStar mobile chipset: host bridge" .align 3 .LC8239: .string "82C814" .align 3 .LC8240: .string "FireBridge II Docking Station Controller" .align 3 .LC8241: .string "82C822" .align 3 .LC8242: .string "CPU to PCI & PCI to ISA PnP bridge" .align 3 .LC8243: .string "82C824" .align 3 .LC8244: .string "FireFox 32-Bit PC Card Controller" .align 3 .LC8245: .string "82C825 function 0" .align 3 .LC8246: .string "PCI-to-ISA Bridge" .align 3 .LC8247: .string "82C832" .align 3 .LC8248: .string "CPU-to-PCI and PCI-to-ISA Bridge" .align 3 .LC8249: .string "82C861" .align 3 .LC8250: .string "OPTi 82C861 PCI to USB Open Host Controller" .align 3 .LC8251: .string "82C881" .align 3 .LC8252: .string "FireLink 1394 OHCI Link Controller" .align 3 .LC8253: .string "82C895" .align 3 .LC8254: .string "82C931" .align 3 .LC8255: .string "ISA Sound & Game Port controller." .align 3 .LC8256: .string "82C935" .align 3 .LC8257: .string "MachOne integrated PCI audio processor" .align 3 .LC8258: .string "82C825" .align 3 .LC8259: .string "PCI bus master IDE controller" .align 3 .LC8260: .string "Ultra DMA IDE controller" .align 3 .LC8261: .string "03001426" .align 3 .LC8262: .string "00/4&1a671" .align 3 .LC8263: .string "0x0c92" .align 3 .LC8264: .string "ELSA GLADIAC 528" .align 3 .LC8265: .string "Elsa Gladiac MX" .align 3 .LC8266: .string "NVidia Geforce 2 MX" .align 3 .LC8267: .string "Elsa Gladiac 721" .align 3 .LC8268: .string "NVidia GeForce3 Ti 200" .align 3 .LC8269: .string "Quick Step 1000" .align 3 .LC8270: .string "QuickStep 3000" .align 3 .LC8271: .string "ELSA GLoria XL" .align 3 .LC8272: .string "STG 2000X" .align 3 .LC8273: .string "diamond" .align 3 .LC8274: .string "STG 1764X" .align 3 .LC8275: .string "STG4000" .align 3 .LC8276: .string "PowerVR KYRO series 3 graphics processor" .align 3 .LC8277: .string "V65204" .align 3 .LC8278: .string "SPEAr1300" .align 3 .LC8279: .string "STPC Consmr/Indstrl" .align 3 .LC8280: .string "North/South Bridges" .align 3 .LC8281: .string "STPC Atlas/Elite" .align 3 .LC8282: .string "STPC Atlas" .align 3 .LC8283: .string "STPC Consmr-S/Elite" .align 3 .LC8284: .string "STPC Consumer-II" .align 3 .LC8285: .string "ST70137" .align 3 .LC8286: .string "ADSL" .align 3 .LC8287: .string "jmc260" .align 3 .LC8288: .string "mp280" .align 3 .LC8289: .string "STE10/100A" .align 3 .LC8290: .string "PCI 10/100 Ethernet Controller" .align 3 .LC8291: .string "MPEG-II Video Decoder" .align 3 .LC8292: .string "STi7108" .align 3 .LC8293: .string "Advanced HD AVC decoder with 3D graphics acceleration" .align 3 .LC8294: .string "STA2X11" .align 3 .LC8295: .string "ConneXt I/O Hub multifunction device" .align 3 .LC8296: .string "Root Complex of SPEAr1300" .align 3 .LC8297: .string "0366107B" .align 3 .LC8298: .string "Texas Instruments Card Reader" .align 3 .LC8299: .string "4610,4515,4610fm" .align 3 .LC8300: .string "device" .align 3 .LC8301: .string "TNETE100A/110A/211" .align 3 .LC8302: .string "ThunderLAN 100 Mbit LAN Controller" .align 3 .LC8303: .string "TI380PCI" .align 3 .LC8304: .string "PCI interface for TI380 compressors" .align 3 .LC8305: .string "TI PCI Eagle i/f AS" .align 3 .LC8306: .string "PCI\\VEN_104C&DEV_803B&SUBSYS_FF021179&REV_00" .align 3 .LC8307: .string "028000" .align 3 .LC8308: .string "otros dispositivos" .align 3 .LC8309: .string "TVP4010" .align 3 .LC8310: .string "TVP4020" .align 3 .LC8311: .string "AGP Permedia 2" .align 3 .LC8312: .string "TSB12LV21" .align 3 .LC8313: .string "LYNX IEEE1394 FireWire Host Controller" .align 3 .LC8314: .string "TSB12LV22" .align 3 .LC8315: .string "OHCI-Lynx PCI IEEE 1394 Host Controller" .align 3 .LC8316: .string "TSB12LV26" .align 3 .LC8317: .string "OHCI-Lynx IEEE 1394 Host Controller" .align 3 .LC8318: .string "PCI4450" .align 3 .LC8319: .string "OHCI-Lynx IEEE 1394 Controller" .align 3 .LC8320: .string "PCI4410" .align 3 .LC8321: .string "TSB12LV23" .align 3 .LC8322: .string "TSB43AB23" .align 3 .LC8323: .string "1394a-2000 OHCI PHY/Link Layer CONTROLLER" .align 3 .LC8324: .string "TSB43AB21/A" .align 3 .LC8325: .string "IEEE1394a-2000 OHCI PHY/Link-Layer Ctrlr" .align 3 .LC8326: .string "1394a-2000 OHCI PHY/Link Layer Ctrl" .align 3 .LC8327: .string "TSB82AA2" .align 3 .LC8328: .string "1394b OHCI-Lynx IEEE 1394 Host Controller" .align 3 .LC8329: .string "TSB43AB21A" .align 3 .LC8330: .string "1394a-2000 OHCI PHY/Link Layer Ctrlr" .align 3 .LC8331: .string "PCI4451" .align 3 .LC8332: .string "040803-2158" .align 3 .LC8333: .string "OHCI Compliant IEEE-1394 FireWire Controller " .align 3 .LC8334: .string "PCI7420" .align 3 .LC8335: .string "8031" .align 3 .LC8336: .string "Generic CardBus Controller" .align 3 .LC8337: .string "PCI0021" .align 3 .LC8338: .string "Integrated FlashMedia / Card Reader" .align 3 .LC8339: .string "10981734" .align 3 .LC8340: .string "PCI GemCore based SmartCard controller" .align 3 .LC8341: .string "PCI6515" .align 3 .LC8342: .string "Texas Instruments PCIxxx12 Cardbus Controller" .align 3 .LC8343: .string "PCI\\VEN_104C&DEV_8038&SUBSYS_01861028&REV_00\\4&2FA" .align 3 .LC8344: .string "Texas Instruments PCI GemCore based SmartCard Controller" .align 3 .LC8345: .string "104C" .align 3 .LC8346: .string "PCIxx12" .align 3 .LC8347: .string "OHCI Compliant IEEE 1394 Host controller" .align 3 .LC8348: .string "PCIxx12 Integrated FlashMed" .align 3 .LC8349: .string "PCI0024" .align 3 .LC8350: .string "Texas Instruments PCI GemCore based SmartCard controller" .align 3 .LC8351: .string "na" .align 3 .LC8352: .string "iRDA Compatible Controller" .align 3 .LC8353: .string "006B103C" .align 3 .LC8354: .string "TI UltraMedia Firmware Loader Device" .align 3 .LC8355: .string "4610, 4515, 4610FM, 7510" .align 3 .LC8356: .string "PCI 7510/4510 Cardbus Controller" .align 3 .LC8357: .string "XIO2000A" .align 3 .LC8358: .string "PCI-Express to PCI/PCI-X bridge" .align 3 .LC8359: .string "Controladora de v\303\255deo multimedia" .align 3 .LC8360: .string "Texas Instruments USB 3.0 XHCI Host Controller" .align 3 .LC8361: .string "ACX100AGHK" .align 3 .LC8362: .string "D-Link AirPlus DWL-520+, Uses a TI 802.11b 22 MBPS Chip" .align 3 .LC8363: .string "bogus" .align 3 .LC8364: .string "TMX320C6412" .align 3 .LC8365: .string "Fixed Point Digital Signal Processor" .align 3 .LC8366: .string "USR5410" .align 3 .LC8367: .string "U.S. Robotics 802.11g Wireless Turbo PC Card " .align 3 .LC8368: .string "TDC1570" .align 3 .LC8369: .string "64-bit PCI ATM SAR" .align 3 .LC8370: .string "TDC1561" .align 3 .LC8371: .string "32-bit PCI ATM SAR" .align 3 .LC8372: .string "TNETA1575" .align 3 .LC8373: .string "HyperSAR Plus w/PCI host & UTOPIA i/f" .align 3 .LC8374: .string "TMS320C6205" .align 3 .LC8375: .string "TMS320C6416T" .align 3 .LC8376: .string "TI C6416T DSP" .align 3 .LC8377: .string "PCI2050BPDV" .align 3 .LC8378: .string "PCI1050" .align 3 .LC8379: .string "PC Card Controller" .align 3 .LC8380: .string "PCI1030/1053" .align 3 .LC8381: .string "PCI1131" .align 3 .LC8382: .string "PC card CardBus Controller" .align 3 .LC8383: .string "PCI9066" .align 3 .LC8384: .string "Texas Instruments\303\203\302\242\303\242\302\200\303\205\302\276\303\202\302\242 PCIxx12 Integrated FlashMedia Controller" .align 3 .LC8385: .string "PCI-1131" .align 3 .LC8386: .string "PCI1250" .align 3 .LC8387: .string "PC Card CardBus Controller" .align 3 .LC8388: .string "PCI1220" .align 3 .LC8389: .string "PCI1260" .align 3 .LC8390: .string "PCI1221" .align 3 .LC8391: .string "PCI1210" .align 3 .LC8392: .string "PCI1450" .align 3 .LC8393: .string "PCI1225" .align 3 .LC8394: .string "PCI1211" .align 3 .LC8395: .string "PCI To PCMCIA bridge" .align 3 .LC8396: .string "PCI1251B" .align 3 .LC8397: .string "PCI2030" .align 3 .LC8398: .string "PCI2031" .align 3 .LC8399: .string "PCI2032" .align 3 .LC8400: .string "PCI2250" .align 3 .LC8401: .string "PCI2050/2050I" .align 3 .LC8402: .string "PCI4550" .align 3 .LC8403: .string "PCI4510SDFSDFSD" .align 3 .LC8404: .string "PC Card Controller SDFSDAFSADFSDAFSDAF" .align 3 .LC8405: .string "PCI4520" .align 3 .LC8406: .string "PCCard CardBus Controller" .align 3 .LC8407: .string "7510/4510" .align 3 .LC8408: .string "Cardbus" .align 3 .LC8409: .string "PCI1410" .align 3 .LC8410: .string "PC card cardBus Controller" .align 3 .LC8411: .string "PCI-1420" .align 3 .LC8412: .string "Texas Instruments 1420" .align 3 .LC8413: .string "PCI1451" .align 3 .LC8414: .string "PCI1421" .align 3 .LC8415: .string "PC card CardBus Controller - 5-in-1 Media Card Reader" .align 3 .LC8416: .string "PCI-1510" .align 3 .LC8417: .string "PCCard CardBus Controller w/UltraMedia" .align 3 .LC8418: .string "PCI1520" .align 3 .LC8419: .string "PCI1510" .align 3 .LC8420: .string "PCI1530" .align 3 .LC8421: .string "PCI1515" .align 3 .LC8422: .string "PCI1620" .align 3 .LC8423: .string "PCI1610" .align 3 .LC8424: .string " 09050844" .align 3 .LC8425: .string "PCI2040 PCI to DSP Bridge" .align 3 .LC8426: .string "Generic CardBus Controller " .align 3 .LC8427: .string "7420/7620" .align 3 .LC8428: .string "FlashMedia" .align 3 .LC8429: .string "TMS320C645x" .align 3 .LC8430: .string "Device ID: 0xB001 " .align 3 .LC8431: .string "TMS320DM642" .align 3 .LC8432: .string "DSP with a C64x+ core and M/S PCI interface" .align 3 .LC8433: .string "tsb12lv26" .align 3 .LC8434: .string "FireWire Host Controller" .align 3 .LC8435: .string "12C01A" .align 3 .LC8436: .string "RT2571WF" .align 3 .LC8437: .string "USB Ralink Wireless LAN" .align 3 .LC8438: .string "SNY5001" .align 3 .LC8439: .string "Sony Firmware Extension Parser listed as ACPI&#92;SNY5001 in device manager." .align 3 .LC8440: .string "SNY6001" .align 3 .LC8441: .string "Sony Programmable I/O Control Device" .align 3 .LC8442: .string "CXD1947" .align 3 .LC8443: .string "PCI bus 9" .align 3 .LC8444: .string "CXD3222" .align 3 .LC8445: .string "OHCI i.LINK (IEEE 1394) PCI Host Ctrlr" .align 3 .LC8446: .string "0x127a" .align 3 .LC8447: .string "Rockwell HCF 56K Modem" .align 3 .LC8448: .string "PCI\\VEN_104D&DEV_8086" .align 3 .LC8449: .string "SONY MPEG ENCODER" .align 3 .LC8450: .string "Qc pass" .align 3 .LC8451: .string "OTI-64017" .align 3 .LC8452: .string "OTI107" .align 3 .LC8453: .string "Spitfire VGA Accelerator" .align 3 .LC8454: .string "Video Adapter" .align 3 .LC8455: .string "OTI-64217" .align 3 .LC8456: .string "OTI-64317" .align 3 .LC8457: .string "OTI-610" .align 3 .LC8458: .string "T9732" .align 3 .LC8459: .string "iatca8262" .align 3 .LC8460: .string "Multi I/O" .align 3 .LC8461: .string "W6692/92A/92CFyr6" .align 3 .LC8462: .string "PCI BusISDN S/T-Controllerry" .align 3 .LC8463: .string "004005-34c8c8" .align 3 .LC8464: .string "Ethernet Controller (NE2000 compatible)" .align 3 .LC8465: .string "W83769F" .align 3 .LC8466: .string "PCI/IDE controller" .align 3 .LC8467: .string "W89C33" .align 3 .LC8468: .string "Winbond W89C33 mPCI 802.11 Wireless LAN Adapter" .align 3 .LC8469: .string "W82C105" .align 3 .LC8470: .string "W83628F/629D" .align 3 .LC8471: .string "PCI to ISA Bridge Set" .align 3 .LC8472: .string "W89C840F" .align 3 .LC8473: .string "100/10Mbps Ethernet Controller" .align 3 .LC8474: .string "w89c940f" .align 3 .LC8475: .string "winbond pci ethernet" .align 3 .LC8476: .string "W99200aF" .align 3 .LC8477: .string "Video capture card mpeg-1" .align 3 .LC8478: .string "W89C940F" .align 3 .LC8479: .string "ELANC-PCI Twisted-pair Ether-LAN Ctrlr" .align 3 .LC8480: .string "W6692CF" .align 3 .LC8481: .string "PCI BusISDN S/T-Controller" .align 3 .LC8482: .string "SD Host Controller" .align 3 .LC8483: .string "W99200AF" .align 3 .LC8484: .string "MPEG1 capture card" .align 3 .LC8485: .string "W9922PF" .align 3 .LC8486: .string "MPEG-1/2 Decoder" .align 3 .LC8487: .string "W9960CF" .align 3 .LC8488: .string "W9961CF" .align 3 .LC8489: .string "H.263/H.261 Video Codec" .align 3 .LC8490: .string "W9970CF" .align 3 .LC8491: .string "VGA controller" .align 3 .LC8492: .string "W9971CF" .align 3 .LC8493: .string "Motorola MC145575" .align 3 .LC8494: .string "06A2" .align 3 .LC8495: .string "0003" .align 3 .LC8496: .string "PCI bus Cntrlr" .align 3 .LC8497: .string "hts547575a9e384" .align 3 .LC8498: .string "SH7751" .align 3 .LC8499: .string "SuperH (SH) 32-Bit RISC MCU/MPU Series" .align 3 .LC8500: .string "EFAR 486 host Bridge" .align 3 .LC8501: .string "Pentium/p54c host Bridge" .align 3 .LC8502: .string "I don\302\264t know pentium 133 intel everex setpnot mx" .align 3 .LC8503: .string "SLC90E66" .align 3 .LC8504: .string "Ultra ATA/66 IDE Controller" .align 3 .LC8505: .string "Victory66 PCI to ISA Bridge" .align 3 .LC8506: .string "Victory66 UDMA EIDE Controller" .align 3 .LC8507: .string "Victory66 USB Host Controller" .align 3 .LC8508: .string "Victory66 Power Management Controller" .align 3 .LC8509: .string "LAN9420/LAN9420i" .align 3 .LC8510: .string "PCI 10/100 Ethernet controller" .align 3 .LC8511: .string "Divio NW700LQ. 0243CDTAA. V90479. 1" .align 3 .LC8512: .string "Philips P89C51RD271BA. 1D041700A0. AeD0217G" .align 3 .LC8513: .string "52-6116-2A" .align 3 .LC8514: .string "Motorola FM 56 PCI Speakerphone Modem" .align 3 .LC8515: .string "MPC105" .align 3 .LC8516: .string "PCI Bridge / Memory Controller (PCIB/MC)" .align 3 .LC8517: .string "MPC106" .align 3 .LC8518: .string "PCI Bridge/Memory Controller (PCIB/MC)" .align 3 .LC8519: .string "MPC8240" .align 3 .LC8520: .string "Integrated Processor" .align 3 .LC8521: .string "MPC107" .align 3 .LC8522: .string "PCI Bridge/Memory Controller for PPC" .align 3 .LC8523: .string "MPC8245" .align 3 .LC8524: .string "MC145575" .align 3 .LC8525: .string "HCF-PCI" .align 3 .LC8526: .string "KTI829c" .align 3 .LC8527: .string "100VG Ethernet Controller" .align 3 .LC8528: .string "DSP56301" .align 3 .LC8529: .string "24-bit Digital Signal Processor" .align 3 .LC8530: .string "DSP56305" .align 3 .LC8531: .string "24-Bit Digital Signal Processor" .align 3 .LC8532: .string "MPC8265A/66" .align 3 .LC8533: .string "PowerQUICC II PCI Bridge" .align 3 .LC8534: .string "0644dfea15" .align 3 .LC8535: .string "MotorolaSM56Modem_PCI device" .align 3 .LC8536: .string "SM56" .align 3 .LC8537: .string "Motorola SM56 Data Fax Modem " .align 3 .LC8538: .string "HDAUDIO\\FUNC_02om&VEN_1057&DEV_3057&SUBSYS_0001000" .align 3 .LC8539: .string "Modem Device on High Definition Audio Bus" .align 3 .LC8540: .string "DSP56361" .align 3 .LC8541: .string "56IVMR/Phoenix 56ISM" .align 3 .LC8542: .string "Modem" .align 3 .LC8543: .string "Raven" .align 3 .LC8544: .string "PowerPC Chipset" .align 3 .LC8545: .string "Falcon" .align 3 .LC8546: .string "memory control chipset" .align 3 .LC8547: .string "Hawk" .align 3 .LC8548: .string "CPX8216" .align 3 .LC8549: .string "CPX8216T" .align 3 .LC8550: .string "HotSwap Controller" .align 3 .LC8551: .string "WDM MOT8888" .align 3 .LC8552: .string "SM 56 PCI Speakerphone/Data,Fax Modem" .align 3 .LC8553: .string "PCI Modem" .align 3 .LC8554: .string "52-6116-2A 21-864-4 OR 62802-51 QZ0024 M5T90-000" .align 3 .LC8555: .string "Motorola SM56 Speakerphone Modem" .align 3 .LC8556: .string "MPC5200" .align 3 .LC8557: .string "32-Bit Embedded PowerPC Processor" .align 3 .LC8558: .string "MPC190" .align 3 .LC8559: .string "Security Co-Processor" .align 3 .LC8560: .string "1543" .align 3 .LC8561: .string "3052" .align 3 .LC8562: .string "Ultra66/FastTrak66" .align 3 .LC8563: .string "PDC20265/R" .align 3 .LC8564: .string "MBUltra100/MBFastTrack100 Lite" .align 3 .LC8565: .string "PDC20263" .align 3 .LC8566: .string "FastTrak66 Lite EIDE Controller" .align 3 .LC8567: .string "DC5300" .align 3 .LC8568: .string "PDC20275" .align 3 .LC8569: .string "MBUltra133" .align 3 .LC8570: .string "SuperTrak 66/100 RAID" .align 3 .LC8571: .string "SuperTrak SX 6000" .align 3 .LC8572: .string "PDC20318" .align 3 .LC8573: .string "SATA150 TX4" .align 3 .LC8574: .string "PDC20319" .align 3 .LC8575: .string "FastTrak S150 TX4" .align 3 .LC8576: .string "PDC20371?" .align 3 .LC8577: .string "FastTrak S150 TX2+" .align 3 .LC8578: .string "PDC20378" .align 3 .LC8579: .string "FastTrak 378/SATA 378 RAID Controller" .align 3 .LC8580: .string "PDC20375" .align 3 .LC8581: .string "SATA150 TX2+" .align 3 .LC8582: .string "PDC20376" .align 3 .LC8583: .string "FastTrak 376 Controller" .align 3 .LC8584: .string "PDC40719" .align 3 .LC8585: .string "FastTrak TX43xx" .align 3 .LC8586: .string "PDC40519" .align 3 .LC8587: .string "FastTrak TX42xx" .align 3 .LC8588: .string "PDC20771" .align 3 .LC8589: .string "FastTrak TX2300 SATA300 Controller" .align 3 .LC8590: .string "PDC20571" .align 3 .LC8591: .string "Fasttrack TX2200" .align 3 .LC8592: .string "PDC20579" .align 3 .LC8593: .string "SATAII 150 579" .align 3 .LC8594: .string "PDC40718-GP" .align 3 .LC8595: .string "SATA 300 TX4 Controller" .align 3 .LC8596: .string "PDC20518/40518" .align 3 .LC8597: .string "SATAII 150TX2+/SATAII150 TX4" .align 3 .LC8598: .string "PDC40775" .align 3 .LC8599: .string "SATAII 300 TX2+" .align 3 .LC8600: .string "scsi" .align 3 .LC8601: .string "FastTrak TX2650/4650/4652" .align 3 .LC8602: .string "PDC42819" .align 3 .LC8603: .string "FastTrak TX2650(3F21)/4650(3F22)/PDC42819(3716)" .align 3 .LC8604: .string "SuperTrak EX 43X0" .align 3 .LC8605: .string "SuperTrak EX 4350" .align 3 .LC8606: .string "PDC20267" .align 3 .LC8607: .string "FastTrack100 on Intel MB SE7500CW2" .align 3 .LC8608: .string "PDC20246" .align 3 .LC8609: .string "FastTrak/Ultra33 ATA RAID controller" .align 3 .LC8610: .string "PDC20262" .align 3 .LC8611: .string "PDC20268/R" .align 3 .LC8612: .string "Ultra100TX2/FastTrak100TX/LP" .align 3 .LC8613: .string "PDC20269" .align 3 .LC8614: .string "Ultra133TX2" .align 3 .LC8615: .string "PDC20276" .align 3 .LC8616: .string "MBUltra133/MBFastTrak133" .align 3 .LC8617: .string "PDC20270" .align 3 .LC8618: .string "FastTrak100 TX2/TX4/LP" .align 3 .LC8619: .string "PDC20271" .align 3 .LC8620: .string "FastTrak TX2000 EIDE controller" .align 3 .LC8621: .string "FastTrak SX 8300" .align 3 .LC8622: .string "FastTrak SX8300-1" .align 3 .LC8623: .string "6302" .align 3 .LC8624: .string "FastTrak SX 4300" .align 3 .LC8625: .string "FastTrak SX 4" .align 3 .LC8626: .string "FastTrak SX8300-2" .align 3 .LC8627: .string "FastTrak SX8300-3" .align 3 .LC8628: .string "FastTrak SX 4300-2" .align 3 .LC8629: .string "FastTrak SX 4300-3" .align 3 .LC8630: .string "PDC 20621(?)" .align 3 .LC8631: .string "FastTrak SX4000" .align 3 .LC8632: .string "PDC 20622 (?)" .align 3 .LC8633: .string "FastTrak S150SX4" .align 3 .LC8634: .string "PDC20619" .align 3 .LC8635: .string "FastTrak TX4000" .align 3 .LC8636: .string "7250" .align 3 .LC8637: .string "Vitesse 7250 SAS RAID" .align 3 .LC8638: .string "PDC 20277" .align 3 .LC8639: .string "SBUltra133/SBFastTrak 133 Lite" .align 3 .LC8640: .string "SATAII150 SX8" .align 3 .LC8641: .string "PDC 20621" .align 3 .LC8642: .string "SuperTrak EX8350/16350/8300/16300" .align 3 .LC8643: .string "SuperTrak EX SAS RAID" .align 3 .LC8644: .string "SuperTrak EX 123X0" .align 3 .LC8645: .string "SuperTrak EX 243X0" .align 3 .LC8646: .string "Imagine 128" .align 3 .LC8647: .string "I128s2" .align 3 .LC8648: .string "Imagine 128 Series 2" .align 3 .LC8649: .string "T2R" .align 3 .LC8650: .string "Revolution 3D" .align 3 .LC8651: .string "Revolution IV" .align 3 .LC8652: .string "UM82C881" .align 3 .LC8653: .string "486 Chipset" .align 3 .LC8654: .string "UM82C886" .align 3 .LC8655: .string "UM8673F" .align 3 .LC8656: .string "UM8881" .align 3 .LC8657: .string "HB4 486 PCI Chipset" .align 3 .LC8658: .string "UM8886F" .align 3 .LC8659: .string "UM82C891" .align 3 .LC8660: .string "Pentium CPU to PCI bridge" .align 3 .LC8661: .string "UM886A" .align 3 .LC8662: .string "IDE Cntrlr (dual function)" .align 3 .LC8663: .string "UM8886BF" .align 3 .LC8664: .string "EIDE Master/DMA" .align 3 .LC8665: .string "UM8710" .align 3 .LC8666: .string "VGA Cntrlr" .align 3 .LC8667: .string "21611a3b" .align 3 .LC8668: .string "CPU/PCI Bridge" .align 3 .LC8669: .string "PCI/ISA Bridge" .align 3 .LC8670: .string "Pentium CPU/PCI Bridge" .align 3 .LC8671: .string "LG-772" .align 3 .LC8672: .string "Pentium CPU/ISA Bridge" .align 3 .LC8673: .string "UM8886A" .align 3 .LC8674: .string "ISA Bridge with EIDE" .align 3 .LC8675: .string "UM8881F" .align 3 .LC8676: .string "UM8886" .align 3 .LC8677: .string "ISA Bridge (w/o IDE support)" .align 3 .LC8678: .string "UM8891" .align 3 .LC8679: .string "586 Chipset" .align 3 .LC8680: .string "UM9017F" .align 3 .LC8681: .string "Ethernet" .align 3 .LC8682: .string "UM9018" .align 3 .LC8683: .string "UM9026" .align 3 .LC8684: .string "UM8886N" .align 3 .LC8685: .string "ISA Bridge w/EIDE" .align 3 .LC8686: .string "PCI / ISA Bridge" .align 3 .LC8687: .string "UM8891N" .align 3 .LC8688: .string "um8891n" .align 3 .LC8689: .string "AGX013/016" .align 3 .LC8690: .string "IIT3104" .align 3 .LC8691: .string "5.10.00.5760" .align 3 .LC8692: .string "Realtek AC' 97 Audio Driver" .align 3 .LC8693: .string "nic" .align 3 .LC8694: .string "Realtek 8139C Network Card" .align 3 .LC8695: .string "PT80C826" .align 3 .LC8696: .string "VL Bridge" .align 3 .LC8697: .string "PT86C521" .align 3 .LC8698: .string "Vesuvius V1-LS System Controller" .align 3 .LC8699: .string "PT86C523" .align 3 .LC8700: .string "Vesuvius V3-LS ISA Bridge" .align 3 .LC8701: .string "PT80C524" .align 3 .LC8702: .string "Nile PCI to PCI Bridge" .align 3 .LC8703: .string "PT80C525" .align 3 .LC8704: .string "Nile-II PCI to PCI Bridge" .align 3 .LC8705: .string "PCI\\en_14E&DEV4318_REV|02" .align 3 .LC8706: .string "G500" .align 3 .LC8707: .string "VolumePro Volume Rendering Accelerator" .align 3 .LC8708: .string "ispLSI1032E" .align 3 .LC8709: .string "PCI 1616, 16 TTL-IN, 16 TTL-OUT" .align 3 .LC8710: .string "OPTO-PCI, 16 IN / 16 OUT 24 VDC" .align 3 .LC8711: .string "PCI-AD, PCI-ADDA analog I/O-card" .align 3 .LC8712: .string "PCI-OptoRel, PCI-Relais 16 Relais & Opto" .align 3 .LC8713: .string "Timer, Pulse & Counter-card 16..32 bit" .align 3 .LC8714: .string "PCI-DAC416, 4 channel D/A16bit precision" .align 3 .LC8715: .string "PCI-MFB high-speed analog I/O" .align 3 .LC8716: .string "PROTO-3 PCI, digital I/O with chipselect" .align 3 .LC8717: .string "Universal digital I/O PCI-Interface" .align 3 .LC8718: .string "5ACPCI.MFIO-K01" .align 3 .LC8719: .string "Profibus DP / K-Feldbus / COM" .align 3 .LC8720: .string "ME-2000/2600" .align 3 .LC8721: .string "Multifunction Data Aquistion card" .align 3 .LC8722: .string "ME-4610" .align 3 .LC8723: .string "Multi-IO board (16x 16bit ADC, 32x TTL I/O)" .align 3 .LC8724: .string "ME-4650" .align 3 .LC8725: .string "Panacom 7" .align 3 .LC8726: .string "PCI-DAS1602/16" .align 3 .LC8727: .string "PCI-GPIB" .align 3 .LC8728: .string "PCI 488.2" .align 3 .LC8729: .string "PCI-DIO48H" .align 3 .LC8730: .string "PCI-PDISO8" .align 3 .LC8731: .string "PCI-PDISO16" .align 3 .LC8732: .string "PCI-DAS1200" .align 3 .LC8733: .string "PCI-DAS1602/12" .align 3 .LC8734: .string "PCI-DIO24H" .align 3 .LC8735: .string "24 Bit Digital Input/Output Board" .align 3 .LC8736: .string "PCI-DIO24H/CTR3" .align 3 .LC8737: .string "PCI-DIO24H/CTR16" .align 3 .LC8738: .string "PCI-DIO96H" .align 3 .LC8739: .string "PCI-CTR05" .align 3 .LC8740: .string "PCI-DAS1200/JR" .align 3 .LC8741: .string "xkbhavu" .align 3 .LC8742: .string "PCI-DAS1001" .align 3 .LC8743: .string "PCI-DAS1002" .align 3 .LC8744: .string "PCI-DAS1602JR/16" .align 3 .LC8745: .string "AR2425" .align 3 .LC8746: .string "PCI-DAS6402/16" .align 3 .LC8747: .string "PCI-DAS6402/12" .align 3 .LC8748: .string "PCI-DAS16/M1" .align 3 .LC8749: .string "PCI-DDA02/12" .align 3 .LC8750: .string "PCI-DDA04/12" .align 3 .LC8751: .string "PCI-DDA08/12" .align 3 .LC8752: .string "PCI-DDA02/16" .align 3 .LC8753: .string "PCI-DDA04/16" .align 3 .LC8754: .string "PCI-DDA08/16" .align 3 .LC8755: .string "PCI-DAC04/12-HS" .align 3 .LC8756: .string "PCI-DAC04/16-HS" .align 3 .LC8757: .string "PCI-DIO24" .align 3 .LC8758: .string "PCI-DAS08" .align 3 .LC8759: .string "PCI-INT32" .align 3 .LC8760: .string "PCI-DUAL-AC5" .align 3 .LC8761: .string "PCI-DAS-TC" .align 3 .LC8762: .string "PCI-DAS64/M1/16" .align 3 .LC8763: .string "65+6" .align 3 .LC8764: .string "PCI-DAS64/M2/16" .align 3 .LC8765: .string "Dell" .align 3 .LC8766: .string "PCI-DAS64/M3/16" .align 3 .LC8767: .string "PCI-DAS1000" .align 3 .LC8768: .string "PCI-QUAD04" .align 3 .LC8769: .string "PCI-CTR10" .align 3 .LC8770: .string "10 channels, 16 bit counter/timer with 32-Bits of Digital I/O" .align 3 .LC8771: .string "G-NIC II" .align 3 .LC8772: .string "1000BT Network Interface Card" .align 3 .LC8773: .string "0x29e0" .align 3 .LC8774: .string "microsoft" .align 3 .LC8775: .string "GA-X48T-DQ6" .align 3 .LC8776: .string "FM0801-as" .align 3 .LC8777: .string "PCI Card MediaForte made in singapore (driver - ct" .align 3 .LC8778: .string "FM801-as" .align 3 .LC8779: .string "Xwave PCI Joystick" .align 3 .LC8780: .string "FM801" .align 3 .LC8781: .string "Joystick" .align 3 .LC8782: .string "Xwave PCI audio controller" .align 3 .LC8783: .string "FM801-AU" .align 3 .LC8784: .string "ForteMedia PCI Audio Card" .align 3 .LC8785: .string "fm801-au" .align 3 .LC8786: .string "ICE1712" .align 3 .LC8787: .string "M-audio Delta 44 (http://www.m-audio.com)" .align 3 .LC8788: .string "VT1723" .align 3 .LC8789: .string "Envy24PT/HT PCI Multi-Channel Audio Controller (&#1072;&#1091;&#1076;&#1080;&#1086;&#1082;&#1086;&#1" .align 3 .LC8790: .string "72svec" .align 3 .LC8791: .string "CyberSerial 16850" .align 3 .LC8792: .string "1655" .align 3 .LC8793: .string "Siig Inc Duet 1S(16550)+1P" .align 3 .LC8794: .string "Duet 1S(16850)+1P" .align 3 .LC8795: .string "SIIG cyber8000" .align 3 .LC8796: .string "SIIG CyberSerial PCI 16C550" .align 3 .LC8797: .string "SIIG Cyber Serial Dual PCI Board" .align 3 .LC8798: .string "Trio 1S(16850)+2P" .align 3 .LC8799: .string "Siig Inc CyberSerial (4-port) 16550" .align 3 .LC8800: .string "CyberSerial 16650" .align 3 .LC8801: .string "JJ_P21022-B" .align 3 .LC8802: .string "Trio 2S(16550)+1P" .align 3 .LC8803: .string "Trio 2S(16650)+1P" .align 3 .LC8804: .string "Trio 2S(16850)+1P" .align 3 .LC8805: .string "0439" .align 3 .LC8806: .string "Lava Dual Serial 550 PCI" .align 3 .LC8807: .string "Lava Quattro PCI A/B" .align 3 .LC8808: .string "Lava Quattro PCI C/D" .align 3 .LC8809: .string "0110" .align 3 .LC8810: .string "Lava DSerial PCI Port A" .align 3 .LC8811: .string "nep5p" .align 3 .LC8812: .string "Lava DSerial PCI Port B" .align 3 .LC8813: .string "Lava Octopus PCI Ports " .align 3 .LC8814: .string "Lava Octopus PCI Ports 1-4" .align 3 .LC8815: .string "Lava Octopus PCI Ports 5-8" .align 3 .LC8816: .string "9923" .align 3 .LC8817: .string "LavaPort Dual-650 PCI" .align 3 .LC8818: .string "LavaPort Quad-650 PCI A/B" .align 3 .LC8819: .string "LavaPort Quad-650 PCI C/D" .align 3 .LC8820: .string "Lava 8255 PIO PCI" .align 3 .LC8821: .string "P4" .align 3 .LC8822: .string "Lava Single Serial 550 PCI" .align 3 .LC8823: .string "0510" .align 3 .LC8824: .string "Lava SP Serial 550 PCI" .align 3 .LC8825: .string "Lava SP BIDIR Parallel PCI" .align 3 .LC8826: .string "Lava RS422 SS-PCI" .align 3 .LC8827: .string "4-0 9253" .align 3 .LC8828: .string "LavaPort 650 PCI" .align 3 .LC8829: .string "LavaPort PCI" .align 3 .LC8830: .string "COM Port Accelerator" .align 3 .LC8831: .string "Lava Quattro 550 PCI A/B" .align 3 .LC8832: .string "Lava Quattro 550 PCI C/D" .align 3 .LC8833: .string "197B&CC_0880" .align 3 .LC8834: .string "Lava Parallel" .align 3 .LC8835: .string "Lava Dual Parallel port A" .align 3 .LC8836: .string "0x00010002030C2BB0" .align 3 .LC8837: .string "Lava Dual Parallel port B" .align 3 .LC8838: .string "2003" .align 3 .LC8839: .string "BOCA Research IOPPAR" .align 3 .LC8840: .string "HT6565" .align 3 .LC8841: .string "IDE Controller?" .align 3 .LC8842: .string "TC-2550" .align 3 .LC8843: .string "Single Chip Ultra (Wide) SCSI Processor" .align 3 .LC8844: .string "EIDE" .align 3 .LC8845: .string "TP-910/920/940" .align 3 .LC8846: .string "PCI Ultra (Wide) SCSI Adapter" .align 3 .LC8847: .string "JNIC-1460" .align 3 .LC8848: .string "2-Gb/s Fibre Channel-PCI 64-bit 66 MHz" .align 3 .LC8849: .string "JNIC-1560" .align 3 .LC8850: .string "Dual Channel 2 Gb/s Fibre Channel-PCI-X" .align 3 .LC8851: .string "JNI PCI 64-bit Fibrechannel" .align 3 .LC8852: .string "JNI PCI 64-bit Fibrechannel (needs clone)" .align 3 .LC8853: .string "Moselle Split Bridge" .align 3 .LC8854: .string "Capilano Split Bridge" .align 3 .LC8855: .string "win7_rtm.090713-1257" .align 3 .LC8856: .string "Merlin Split Bridge" .align 3 .LC8857: .string "6.1.7600.16385" .align 3 .LC8858: .string "PCI PS/2 Keyboard Port" .align 3 .LC8859: .string "3103" .align 3 .LC8860: .string "PCI PS/2 Mouse Port" .align 3 .LC8861: .string "NetCelerator Adapter" .align 3 .LC8862: .string "fa82537ep" .align 3 .LC8863: .string "HSP688T" .align 3 .LC8864: .string "pctel HSP56 V92 PCI Modem" .align 3 .LC8865: .string "82537" .align 3 .LC8866: .string "V.92 MDC Modem" .align 3 .LC8867: .string "HSP56 MicroModem" .align 3 .LC8868: .string "PCT 789T-c1" .align 3 .LC8869: .string "HSP MicroModem 56" .align 3 .LC8870: .string "PCT 789T-A" .align 3 .LC8871: .string "S911 K017" .align 3 .LC8872: .string "688w" .align 3 .LC8873: .string "PCT789T" .align 3 .LC8874: .string "pct789t-c" .align 3 .LC8875: .string "97860963" .align 3 .LC8876: .string "HSP MicroModem 56/PCT789T" .align 3 .LC8877: .string "PCT 288-1A" .align 3 .LC8878: .string "pct388p-a" .align 3 .LC8879: .string "pctel 56k modem" .align 3 .LC8880: .string "hfp56" .align 3 .LC8881: .string "dev" .align 3 .LC8882: .string "8012e" .align 3 .LC8883: .string "PCIe 8 Relay Output/8 Isolated Input Board " .align 3 .LC8884: .string "5101" .align 3 .LC8885: .string "Route 56" .align 3 .LC8886: .string "PCI-ACB" .align 3 .LC8887: .string "RS-232 synchronous card" .align 3 .LC8888: .string "Single Port RS-232/422/485/520" .align 3 .LC8889: .string "Dual Port RS-232/422/485 Interface" .align 3 .LC8890: .string "Dual Port RS-232 Interface" .align 3 .LC8891: .string "Four Port RS-232 Interface" .align 3 .LC8892: .string "Four Port RS-422/485 Interface" .align 3 .LC8893: .string "Eight Port RS-232 Interface" .align 3 .LC8894: .string "8001" .align 3 .LC8895: .string "Digital I/O Adapter" .align 3 .LC8896: .string "MA401" .align 3 .LC8897: .string "802.11b Wireless Adapter" .align 3 .LC8898: .string "GA620" .align 3 .LC8899: .string "GA622" .align 3 .LC8900: .string "GA630" .align 3 .LC8901: .string "10ec" .align 3 .LC8902: .string "Fast Ethernet Adapter" .align 3 .LC8903: .string "FA311" .align 3 .LC8904: .string "PCI1500PFB" .align 3 .LC8905: .string "Intelligent fieldbus Adapter" .align 3 .LC8906: .string "PCI-CANIO" .align 3 .LC8907: .string "PCI-CANIO adapter" .align 3 .LC8908: .string "HFC-8S 16B8D8S0" .align 3 .LC8909: .string "ISDN HDLC FIFO Controller" .align 3 .LC8910: .string "HFC-PCI A ISDN 2BDS0" .align 3 .LC8911: .string "HFC-4S ISDN 8B4D4S0" .align 3 .LC8912: .string "B000" .align 3 .LC8913: .string "HCF-PCI card" .align 3 .LC8914: .string "B006" .align 3 .LC8915: .string "B007" .align 3 .LC8916: .string "usb webcam" .align 3 .LC8917: .string "B009" .align 3 .LC8918: .string "B00A" .align 3 .LC8919: .string "B00B" .align 3 .LC8920: .string "B00C" .align 3 .LC8921: .string "B100" .align 3 .LC8922: .string "SyncLink Adapter" .align 3 .LC8923: .string "single port multiprotocol serial adapter" .align 3 .LC8924: .string "SyncLink SCC" .align 3 .LC8925: .string "low speed single port multiprotocol serial adapter" .align 3 .LC8926: .string "SyncLink 4 Port Adapter" .align 3 .LC8927: .string "4 port multiprotocol serial adapter" .align 3 .LC8928: .string "SyncLink GT Adapter" .align 3 .LC8929: .string "SyncLink GT4 Adapter" .align 3 .LC8930: .string "SyncLink AC Adapter" .align 3 .LC8931: .string "one port asynchronous serial adapter" .align 3 .LC8932: .string "SyncLink GT2 Adapter" .align 3 .LC8933: .string "2 port multiprotocol serial adapter" .align 3 .LC8934: .string "SyncLink Serial Adapter version 2" .align 3 .LC8935: .string "9548qad" .align 3 .LC8936: .string "ATA-RAID Controller" .align 3 .LC8937: .string "7000/8000 series" .align 3 .LC8938: .string "ATA-133 Storage Controller" .align 3 .LC8939: .string "9000 series" .align 3 .LC8940: .string "SATA/PATA Storage Controller" .align 3 .LC8941: .string "9550SX/9590SE Series" .align 3 .LC8942: .string "SATA2 Raid Controller" .align 3 .LC8943: .string "9650SE Series" .align 3 .LC8944: .string "PCI-Express SATA2 Raid Controller" .align 3 .LC8945: .string "9690SA Series" .align 3 .LC8946: .string "PCI-Express SATA2/SAS Raid Controller" .align 3 .LC8947: .string "9750 Series" .align 3 .LC8948: .string "PCI-Express2 SAS2/SATA2 Raid Controller" .align 3 .LC8949: .string "PCI56RVP" .align 3 .LC8950: .string "pcnet ht2001 9932" .align 3 .LC8951: .string "serl" .align 3 .LC8952: .string "520098396000734" .align 3 .LC8953: .string "sound card" .align 3 .LC8954: .string "CMI8338/PCI C3DX" .align 3 .LC8955: .string "CMI8338-031" .align 3 .LC8956: .string "0434119232" .align 3 .LC8957: .string "PCI-SCCME8738LX-2" .align 3 .LC8958: .string "CMI-8378B/PCI-6CH" .align 3 .LC8959: .string "PCI Audio Chip" .align 3 .LC8960: .string "PCI\\VEN_13F6&DEV_0111&REV_10" .align 3 .LC8961: .string "CMI 8738 8CH Sound Card" .align 3 .LC8962: .string "PCI_021113F6&rev_10\\2&EBB567F&0&79" .align 3 .LC8963: .string " Driver controller pci simple comunications - PCtel HSP56 Micro Modem Driver " .align 3 .LC8964: .string "0x4005" .align 3 .LC8965: .string "pci audio driver" .align 3 .LC8966: .string "PCI\\VEN_13F6&DEPCI\\VEN_13F6&DEV_0511&SUBSYS_051113" .align 3 .LC8967: .string "C-Media Audio Controller" .align 3 .LC8968: .string "CMI8788/PCI-8CH" .align 3 .LC8969: .string "C-Media Oxygen HD" .align 3 .LC8970: .string "CMI8738" .align 3 .LC8971: .string "ADAT/EDIT" .align 3 .LC8972: .string "Audio Editing" .align 3 .LC8973: .string "F01 2ASV17184.1" .align 3 .LC8974: .string "Domex DMX 3191D PCI SCSI Controller" .align 3 .LC8975: .string "Domex DMX3192U/3194UP SCSI Adapter" .align 3 .LC8976: .string "DTC50C18" .align 3 .LC8977: .string "LPCI-3488A" .align 3 .LC8978: .string "Low-profile High-Performance IEEE488 GPIB Interface Card for PCI Bus" .align 3 .LC8979: .string "PLX PCI-9052" .align 3 .LC8980: .string "PCI-9052" .align 3 .LC8981: .string "PLX PCI9052" .align 3 .LC8982: .string "PCI-7250" .align 3 .LC8983: .string "PLX PCI-9050" .align 3 .LC8984: .string "PCI-7256" .align 3 .LC8985: .string "PCI-7256 16-CH Latching Relay & 16-CH Isolated Digital Input Card" .align 3 .LC8986: .string "PCI-7296 (PLX PCI-9052)" .align 3 .LC8987: .string "96-ch digital I/O card" .align 3 .LC8988: .string "PCI-7432" .align 3 .LC8989: .string "PCI-7433" .align 3 .LC8990: .string "64-ch digital Input card" .align 3 .LC8991: .string "PCI-7434" .align 3 .LC8992: .string "PCI-7841" .align 3 .LC8993: .string "SJA 1000- baseddual port CAN bus card" .align 3 .LC8994: .string "PCI-8133" .align 3 .LC8995: .string "Dell Wireless 5720 VZW Mobile Broadband Card" .align 3 .LC8996: .string "PCI-8554" .align 3 .LC8997: .string "PCI-9111" .align 3 .LC8998: .string "PCI-9113" .align 3 .LC8999: .string "PCI-9114" .align 3 .LC9000: .string "GeForce4 MX 440" .align 3 .LC9001: .string "nVidia Corporation NV17" .align 3 .LC9002: .string "NextMove PCI" .align 3 .LC9003: .string "Multi-axis Motion Controller" .align 3 .LC9004: .string "NextMove PCI-2" .align 3 .LC9005: .string "Rockwell HCF chipset" .align 3 .LC9006: .string "Creative ModemBlaster V.90 PCI DI5655" .align 3 .LC9007: .string "9ff-usa-a99-99-0970" .align 3 .LC9008: .string "DSL NIC" .align 3 .LC9009: .string "Symphony 4110" .align 3 .LC9010: .string "pci9052" .align 3 .LC9011: .string "PC4800" .align 3 .LC9012: .string "werwerwerwe" .align 3 .LC9013: .string "Cisco Systems 340 PCI Wireless LAN Adptr" .align 3 .LC9014: .string "PC2500 DS" .align 3 .LC9015: .string "Wireless PCI LAN Adapter" .align 3 .LC9016: .string "PC3100 FH" .align 3 .LC9017: .string "PC3500 FH" .align 3 .LC9018: .string "PC4500 DS" .align 3 .LC9019: .string "PC4800 DS" .align 3 .LC9020: .string "A504 Cisco MAC" .align 3 .LC9021: .string "Cisco Aironet 350 Series Mini-PCI (MPI350)" .align 3 .LC9022: .string "AIR-MP21G" .align 3 .LC9023: .string "802.11b/g wireless adapter" .align 3 .LC9024: .string "PCI IO 1S" .align 3 .LC9025: .string "download drivers" .align 3 .LC9026: .string "PCI IO 1S-650" .align 3 .LC9027: .string "PCI IO 1S-850" .align 3 .LC9028: .string "PCI IO 1S1P" .align 3 .LC9029: .string "OX16PCI952" .align 3 .LC9030: .string "PCI IO 1S1P-650" .align 3 .LC9031: .string "PCI IO 1S1P-850" .align 3 .LC9032: .string "TK9902" .align 3 .LC9033: .string "0701 Parallel Port device" .align 3 .LC9034: .string "PCI IO 2P" .align 3 .LC9035: .string "Avlab Technology PCI IO 2P" .align 3 .LC9036: .string "PCI IO 2S" .align 3 .LC9037: .string "2 Port PCI Serial Card" .align 3 .LC9038: .string "PCI IO 2S-650" .align 3 .LC9039: .string "pci serial port" .align 3 .LC9040: .string "PCI IO 2S-850" .align 3 .LC9041: .string "PCI IO 2P1S" .align 3 .LC9042: .string "PCI IO 2P1S-650" .align 3 .LC9043: .string "PCI IO 2P1S-850" .align 3 .LC9044: .string "PCI IO 2P2S" .align 3 .LC9045: .string "PCI IO 2P2S-650" .align 3 .LC9046: .string "PCI IO 2P2S-850" .align 3 .LC9047: .string "PCI IO 4S" .align 3 .LC9048: .string "PCI IO 4S-654" .align 3 .LC9049: .string "PCI IO 4S-850" .align 3 .LC9050: .string "PCI IO 2S1P" .align 3 .LC9051: .string "PCI IO 2S1P-650" .align 3 .LC9052: .string "PCI IO 2S1P-850" .align 3 .LC9053: .string "PCI IO 8S" .align 3 .LC9054: .string "VEN_14DB&DEV_2180&SUBSYS_218014DB&REV_00" .align 3 .LC9055: .string "PCI IO 8S-654" .align 3 .LC9056: .string "Avlab Technology Inc" .align 3 .LC9057: .string "PCI IO 8S-850" .align 3 .LC9058: .string "PCI 230" .align 3 .LC9059: .string "PCI242H" .align 3 .LC9060: .string "4-port high speed RS-232" .align 3 .LC9061: .string "PCI244H" .align 3 .LC9062: .string "8-port high speed RS-232" .align 3 .LC9063: .string "PCI247H" .align 3 .LC9064: .string "2-port high speed RS-232" .align 3 .LC9065: .string "PCI248H" .align 3 .LC9066: .string "2-port high speed RS-422/485" .align 3 .LC9067: .string "PCI249H" .align 3 .LC9068: .string "2-port high speed RS-232 and RS-422/485" .align 3 .LC9069: .string "PCI260" .align 3 .LC9070: .string "16-channel analog input (with timers)" .align 3 .LC9071: .string "PCI224" .align 3 .LC9072: .string "16-chan 12-bit analog output (w/ timers)" .align 3 .LC9073: .string "PCI234" .align 3 .LC9074: .string "4-chan 16-bit analog output (w/ timers)" .align 3 .LC9075: .string "PCI236" .align 3 .LC9076: .string "24-channel digital I/O" .align 3 .LC9077: .string "PCI272" .align 3 .LC9078: .string "72-channel digital I/O" .align 3 .LC9079: .string "PCI215" .align 3 .LC9080: .string "48-channel digital I/O (w/ 6 timers)" .align 3 .LC9081: .string "PCI263" .align 3 .LC9082: .string "16-channel reed relay output" .align 3 .LC9083: .string "MPC105 Eagle" .align 3 .LC9084: .string "MPC106 Grackle" .align 3 .LC9085: .string "MPC8240 Kahlua" .align 3 .LC9086: .string "MPC145575 HFC-PCI" .align 3 .LC9087: .string "KTI829c 100VG" .align 3 .LC9088: .string "PCI-1002&DEV_4341&subsys_82441033&rev_01\\" .align 3 .LC9089: .string "4341" .align 3 .LC9090: .string "PCI-1004" .align 3 .LC9091: .string "PCI-1008" .align 3 .LC9092: .string "Fix2000" .align 3 .LC9093: .string "PCI Y2K Compliance Card" .align 3 .LC9094: .string "Ralink RT5370" .align 3 .LC9095: .string "USB <=> Wireless N 150 Adapter" .align 3 .LC9096: .string ".7D01" .align 3 .LC9097: .string ".driver" .align 3 .LC9098: .string "W83787IF" .align 3 .LC9099: .string "Multi-IO Card" .align 3 .LC9100: .string "W837871F" .align 3 .LC9101: .string "Parallel Port Card (EPP)" .align 3 .LC9102: .string "TC32001 PCI I/O" .align 3 .LC9103: .string "907ab184740802" .align 3 .LC9104: .string "Winbond w83787if" .align 3 .LC9105: .string "winbond w83787if" .align 3 .LC9106: .string "Multi-IO Card 2 series" .align 3 .LC9107: .string "w837871f" .align 3 .LC9108: .string "007AB192367002ND" .align 3 .LC9109: .string "9500MGS" .align 3 .LC9110: .string "VMWARE SVGA II" .align 3 .LC9111: .string "0740" .align 3 .LC9112: .string "Virtual SVGA" .align 3 .LC9113: .string "VMXNET" .align 3 .LC9114: .string "VMware PCI Ethernet Adapter" .align 3 .LC9115: .string "58" .align 3 .LC9116: .string "VMW5858are VMCI Bus Device" .align 3 .LC9117: .string "0778" .align 3 .LC9118: .string "Sabrent USB-to-Parallel Adapter" .align 3 .LC9119: .string "VMXNET 3" .align 3 .LC9120: .string "VMware vSphere 4 PCI Ethernet Adapter" .align 3 .LC9121: .string "PCI Memory Controller" .align 3 .LC9122: .string "High Definition Audio Codec" .align 3 .LC9123: .string "Argus 300" .align 3 .LC9124: .string "PCI Cryptography Module" .align 3 .LC9125: .string "HB2/HB6" .align 3 .LC9126: .string "Universal PCI-PCI Bridge (transparent mode)" .align 3 .LC9127: .string "HB1 pci-pci 0304" .align 3 .LC9128: .string "ZS095A0" .align 3 .LC9129: .string "HB1 0304" .align 3 .LC9130: .string "PCI6154BB" .align 3 .LC9131: .string "HB8" .align 3 .LC9132: .string "Dual Mode PCI-X-to-PCI-X Bridge (transparent mode)" .align 3 .LC9133: .string "Dual Mode PCI-X-to-PCI-X Bridge (non-transparent mode)" .align 3 .LC9134: .string "HB7" .align 3 .LC9135: .string "Transparent PCI-X-to-PCI-X Bridge" .align 3 .LC9136: .string "PCI 6156" .align 3 .LC9137: .string "Synchronous 32-Bit, 33 MHz PCI-to-PCI Bridge for Video Capture Applications" .align 3 .LC9138: .string "cmi 8330" .align 3 .LC9139: .string "PLX Registration Record Management" .align 3 .LC9140: .string "MQ-200" .align 3 .LC9141: .string "14441" .align 3 .LC9142: .string "Daytona Audio Adapter" .align 3 .LC9143: .string "12333" .align 3 .LC9144: .string "22323" .align 3 .LC9145: .string "6.06324" .align 3 .LC9146: .string "VPI General Digital Video Component" .align 3 .LC9147: .string "Digital Video OEM computer module" .align 3 .LC9148: .string "815" .align 3 .LC9149: .string "PCCOM4" .align 3 .LC9150: .string "PCCOM8" .align 3 .LC9151: .string "MAIAM" .align 3 .LC9152: .string "PCI-488 GPIB" .align 3 .LC9153: .string "IEEE 488" .align 3 .LC9154: .string "PTX SAm FPGA" .align 3 .LC9155: .string "PTX SAM FPGA" .align 3 .LC9156: .string "9060" .align 3 .LC9157: .string "CompactPCI Interface" .align 3 .LC9158: .string "FPGA PCI Bridge" .align 3 .LC9159: .string "nm0403A03461H121S122P" .align 3 .LC9160: .string "ADMtek AN986" .align 3 .LC9161: .string "AN981" .align 3 .LC9162: .string "FastNIC 10/100 Fast Ethernet Adapter" .align 3 .LC9163: .string "an983B" .align 3 .LC9164: .string "Linksys LNE 100TX Fast Ethernet Adapter(LNE100TX v4)" .align 3 .LC9165: .string "AN985" .align 3 .LC9166: .string "CardBus 10/100 Fast Ethernet&#1050;&#1086;&#1085;&#1090;&#1088;&#1086;&#1083;&#1083;&#1077;&#1088;" .align 3 .LC9167: .string "016" .align 3 .LC9168: .string "ADM5120" .align 3 .LC9169: .string "ADMtek ADM5120 SOC (rev: 0)" .align 3 .LC9170: .string "ADM8211" .align 3 .LC9171: .string "802.11b Wireless PCI Card" .align 3 .LC9172: .string "ADM9511" .align 3 .LC9173: .string "PCI 10/100 Fast Ethernet Adapter" .align 3 .LC9174: .string "ADM9513" .align 3 .LC9175: .string "13d1" .align 3 .LC9176: .string "1317" .align 3 .LC9177: .string "SST-5136-PFB-PCI" .align 3 .LC9178: .string "Industrial I/O Card" .align 3 .LC9179: .string "CopperHead CopperTail SC1 AMC AC97" .align 3 .LC9180: .string "MT8LLN21PADF" .align 3 .LC9181: .string "21PAD" .align 3 .LC9182: .string "MT7LLN22NCNE" .align 3 .LC9183: .string "CopperHead CopperTail SC1 IDE Controller4" .align 3 .LC9184: .string "CopperHead CopperTail SC1 USB Controller" .align 3 .LC9185: .string "16550" .align 3 .LC9186: .string "4-port RS-232" .align 3 .LC9187: .string "PCI LPT and RS-232" .align 3 .LC9188: .string "PLX9050" .align 3 .LC9189: .string "PLX PCI Bus Logic" .align 3 .LC9190: .string "pq100akj9737" .align 3 .LC9191: .string "AlladinCARD" .align 3 .LC9192: .string "Puerto paralelo PCI" .align 3 .LC9193: .string "CPC" .align 3 .LC9194: .string "PCI-424 Original" .align 3 .LC9195: .string "PCI-424 X" .align 3 .LC9196: .string "PCIe-424" .align 3 .LC9197: .string "-none-" .align 3 .LC9198: .string "sl240" .align 3 .LC9199: .string "SCRAMNet GT200" .align 3 .LC9200: .string "C104H/PCI" .align 3 .LC9201: .string "SmartIo" .align 3 .LC9202: .string "CP104U series" .align 3 .LC9203: .string "Smartio" .align 3 .LC9204: .string "CP-132" .align 3 .LC9205: .string "Industio" .align 3 .LC9206: .string "CP--134U-I-DB9 V2.3 UPCI Board" .align 3 .LC9207: .string "UniversalPCI board, 4 ports RS-422/485 with Isolation DB9M" .align 3 .LC9208: .string "C168H/PCI" .align 3 .LC9209: .string "CP-168U" .align 3 .LC9210: .string "CP-168U Smart Serial Board" .align 3 .LC9211: .string "CP-204J" .align 3 .LC9212: .string "Intellio" .align 3 .LC9213: .string "C218" .align 3 .LC9214: .string "Intellio Turbo PCI" .align 3 .LC9215: .string "---" .align 3 .LC9216: .string "C320" .align 3 .LC9217: .string "e400" .align 3 .LC9218: .string "dvr capture card" .align 3 .LC9219: .string "SES2000" .align 3 .LC9220: .string "Alacritech iSCSI Controller" .align 3 .LC9221: .string "BSRV2-301A" .align 3 .LC9222: .string "XR17C152" .align 3 .LC9223: .string "Dual UART" .align 3 .LC9224: .string "XR17C154" .align 3 .LC9225: .string "Four Channel PCI Bus UART" .align 3 .LC9226: .string "XR17C158" .align 3 .LC9227: .string "Eight Channel PCI Bus UART (5V)" .align 3 .LC9228: .string "XR17V354" .align 3 .LC9229: .string "High Performance Quad PCI Express UART" .align 3 .LC9230: .string "XR17V358" .align 3 .LC9231: .string "High Performance Octal PCI Express UART" .align 3 .LC9232: .string "PLUSTEST" .align 3 .LC9233: .string "Diagnostics Device" .align 3 .LC9234: .string "pustest" .align 3 .LC9235: .string "S/N 26296347" .align 3 .LC9236: .string "sguiu" .align 3 .LC9237: .string "Multi-Function Analogue/Digital IO card" .align 3 .LC9238: .string "Parallel I/O Card" .align 3 .LC9239: .string "Digital I/O Card" .align 3 .LC9240: .string "Watchdog Card" .align 3 .LC9241: .string "T228502" .align 3 .LC9242: .string "B2C2 Sky2PC Core Chip sky star 2 <technisat>" .align 3 .LC9243: .string "PCMCIA 10/100 mbps Ethernet Adapter" .align 3 .LC9244: .string "FE2000VX" .align 3 .LC9245: .string "CardBus /Atelco Fibreline Ethernet Adptr" .align 3 .LC9246: .string "SMC8035TX" .align 3 .LC9247: .string "EZ Card\302\231 10/100 Fast Ethernet CardBus Adapter" .align 3 .LC9248: .string "6208" .align 3 .LC9249: .string "toshiba" .align 3 .LC9250: .string "XQ11800FP" .align 3 .LC9251: .string "XaQti 1000Mbit/sec Gbit Ethernet Controller" .align 3 .LC9252: .string "Bandit" .align 3 .LC9253: .string "PowerPC Host-PCI Bridge" .align 3 .LC9254: .string "Grand Central" .align 3 .LC9255: .string "Control Video" .align 3 .LC9256: .string "PlanB" .align 3 .LC9257: .string "Video-in" .align 3 .LC9258: .string "OHare" .align 3 .LC9259: .string "BCM5703X" .align 3 .LC9260: .string "Hydra" .align 3 .LC9261: .string "Mac I/O Controller" .align 3 .LC9262: .string "Heathrow" .align 3 .LC9263: .string "Paddington" .align 3 .LC9264: .string "UniNorth" .align 3 .LC9265: .string "FireWire Controller" .align 3 .LC9266: .string "Host-PCI bridge" .align 3 .LC9267: .string "AGP interface" .align 3 .LC9268: .string "Pangea" .align 3 .LC9269: .string "USB Interface" .align 3 .LC9270: .string "UniNorth 1.5" .align 3 .LC9271: .string "Internal PCI" .align 3 .LC9272: .string "UniNorth/Pangea" .align 3 .LC9273: .string "Intrepid" .align 3 .LC9274: .string "Integrated ATA Controller" .align 3 .LC9275: .string "Shasta" .align 3 .LC9276: .string "Mac I/O controler" .align 3 .LC9277: .string "IDE controler" .align 3 .LC9278: .string "Sungem ethernet controler" .align 3 .LC9279: .string "Firewire controler" .align 3 .LC9280: .string "U3L" .align 3 .LC9281: .string "Apple RAID Controller" .align 3 .LC9282: .string "Mac Pro RAID Card" .align 3 .LC9283: .string "BCM4321 802.11a/b/g/n" .align 3 .LC9284: .string "AirPort Extreme" .align 3 .LC9285: .string "Dual Pentium ISA/PCI Motherboard" .align 3 .LC9286: .string "P54C Tr8" .align 3 .LC9287: .string "PowerPC ISA/PCI Motherboard" .align 3 .LC9288: .string "Dual Window Graphics Accelerator" .align 3 .LC9289: .string "ht019a" .align 3 .LC9290: .string "PCI LAN Controller" .align 3 .LC9291: .string "00b" .align 3 .LC9292: .string "100-BaseT LAN Controller" .align 3 .LC9293: .string "88E8053" .align 3 .LC9294: .string "Yukon PCI-E Gigabit Ethernet Controller (copper)" .align 3 .LC9295: .string "BRE040" .align 3 .LC9296: .string "Brocade 400 series PCIe HBA" .align 3 .LC9297: .string "12363383" .align 3 .LC9298: .string "3D graphics Cntrlr" .align 3 .LC9299: .string "YGV615" .align 3 .LC9300: .string "RPA3 3D-Graphics Controller" .align 3 .LC9301: .string "00011179" .align 3 .LC9302: .string "YMF754B DS-1S Audio" .align 3 .LC9303: .string "PCI Audio Controller" .align 3 .LC9304: .string "DS1" .align 3 .LC9305: .string "DS1 Audio" .align 3 .LC9306: .string "YMF740" .align 3 .LC9307: .string "DS-1L PCI Audio Controller" .align 3 .LC9308: .string "YMF740C" .align 3 .LC9309: .string "DS-1L PCI audio controller" .align 3 .LC9310: .string "YMF724F" .align 3 .LC9311: .string "YamahaDS1 native audio " .align 3 .LC9312: .string "YMF744B-V" .align 3 .LC9313: .string "DS-1 PCI audio controller" .align 3 .LC9314: .string "YMF754B" .align 3 .LC9315: .string "DS-1E PCI Audio Controller" .align 3 .LC9316: .string "744" .align 3 .LC9317: .string "DS-1 Audio" .align 3 .LC9318: .string "SW1000XG" .align 3 .LC9319: .string "Sound system" .align 3 .LC9320: .string "DS2416" .align 3 .LC9321: .string "Digital Mixing Card" .align 3 .LC9322: .string "ymf724b-v9941" .align 3 .LC9323: .string "yamaha" .align 3 .LC9324: .string "82C500/1" .align 3 .LC9325: .string "Nx586 Chipset" .align 3 .LC9326: .string "ISP10160" .align 3 .LC9327: .string "Single Channel Ultra3 SCSI Processor" .align 3 .LC9328: .string "ISP093a/2460" .align 3 .LC9329: .string "Fast-wide SCSI - Sparc PCI" .align 3 .LC9330: .string "ISP1022A" .align 3 .LC9331: .string "Fast-wide SCSI" .align 3 .LC9332: .string "ISP1080" .align 3 .LC9333: .string "SCSI Host Adapter" .align 3 .LC9334: .string "ISP12160" .align 3 .LC9335: .string "Dual Channel Ultra3 SCSI Processor" .align 3 .LC9336: .string "ISP1240" .align 3 .LC9337: .string "ISP1280" .align 3 .LC9338: .string "ISP2020A" .align 3 .LC9339: .string "Fast!SCSI Basic Adapter" .align 3 .LC9340: .string "ISP2100" .align 3 .LC9341: .string "64-bit Fibre Channel Adapter" .align 3 .LC9342: .string "ISP2200" .align 3 .LC9343: .string "PCI Fibre Channel Adapter" .align 3 .LC9344: .string "ISP 2300" .align 3 .LC9345: .string "64-bit PCI FC-AL Adapter" .align 3 .LC9346: .string "ISP 2312" .align 3 .LC9347: .string "ISP2422" .align 3 .LC9348: .string "QLogic PCI to Fibre Channel Host Adapter for QLA2460" .align 3 .LC9349: .string "ISP2432" .align 3 .LC9350: .string "4Gb PCI Single/Dual Fibre Channel HBA" .align 3 .LC9351: .string "ISP2532" .align 3 .LC9352: .string "8Gb PCIe x8 Single/Dual Fibre Channel HBA" .align 3 .LC9353: .string "ISP4032" .align 3 .LC9354: .string "QLOGIC Dual Port 1GBPS PCI-E HBA" .align 3 .LC9355: .string "SP202" .align 3 .LC9356: .string "Qlogic FC-HBA QLA200" .align 3 .LC9357: .string "EP2422" .align 3 .LC9358: .string "4-Gbps Fibre Channel to PCI-X 2.0 266MHz controller for Embedded Applications" .align 3 .LC9359: .string "EP2432" .align 3 .LC9360: .string "4-Gbps Fibre Channel to PCIe controller for Embedded Applications" .align 3 .LC9361: .string "8142" .align 3 .LC9362: .string "QLE8142 QLogic PCI Express to 10 GbE Dual Channel CNA" .align 3 .LC9363: .string "QLE8142 QLogic PCI Express to 10 GbE Dual Channel CNA (FCoE)" .align 3 .LC9364: .string "8242" .align 3 .LC9365: .string "QLogic Dual Port 10 Gigabit Ethernet CNA" .align 3 .LC9366: .string "QLogic [FCoE] Adapter" .align 3 .LC9367: .string "ISP8242" .align 3 .LC9368: .string "QLE8142 QLogic PCI Express to 10 GbE Dual Channel CNA (iSCSI)" .align 3 .LC9369: .string "Cx5520" .align 3 .LC9370: .string "MediaGXm" .align 3 .LC9371: .string "Cyrix Integrated CPU" .align 3 .LC9372: .string "Cx5530" .align 3 .LC9373: .string "ISA bridge" .align 3 .LC9374: .string "SMI status and ACPI timer" .align 3 .LC9375: .string "Expansion Bus" .align 3 .LC9376: .string "zdvzdv" .align 3 .LC9377: .string "zdzvz" .align 3 .LC9378: .string "00212673158479" .align 3 .LC9379: .string "IAM" .align 3 .LC9380: .string "P86C850" .align 3 .LC9381: .string "Graphic GLU-Logic" .align 3 .LC9382: .string "FLIPPER" .align 3 .LC9383: .string "FRED Local Bus I/F to PCI Peripheral" .align 3 .LC9384: .string "100 vg anylan Cntrlr" .align 3 .LC9385: .string "5526" .align 3 .LC9386: .string "Fibre Channel Host Adapter" .align 3 .LC9387: .string "x526" .align 3 .LC9388: .string "4575/5525/5575/6575" .align 3 .LC9389: .string "(i)chipSAR+ 155 MBit ATM controller" .align 3 .LC9390: .string "5535-4P-BRI-ST" .align 3 .LC9391: .string "5535-4P-BRI-U" .align 3 .LC9392: .string "5535-1P-SR" .align 3 .LC9393: .string "5535-1P-SR-ST" .align 3 .LC9394: .string "5535-1P-SR-U" .align 3 .LC9395: .string "5535-1P-PRI" .align 3 .LC9396: .string "5535-2P-PRI" .align 3 .LC9397: .string "5536-4P-BRI-U" .align 3 .LC9398: .string "5536-2P-PRI" .align 3 .LC9399: .string "Adapter" .align 3 .LC9400: .string "6535" .align 3 .LC9401: .string "CompactPCI T1/E1/J1Communications Ctrlr" .align 3 .LC9402: .string "4538" .align 3 .LC9403: .string "PMC T1/E1/J1 Communications Controller" .align 3 .LC9404: .string "4532-002/005" .align 3 .LC9405: .string "PMC ATM Over OC-3/STM-1 Comm Controller" .align 3 .LC9406: .string "4532-001/004" .align 3 .LC9407: .string "4532-000/003" .align 3 .LC9408: .string "107" .align 3 .LC9409: .string "PMC ATM Over T3/E3 Communications Ctrlr" .align 3 .LC9410: .string "4539" .align 3 .LC9411: .string "PMC Quad T1/E1/J1 Communications Ctrlr" .align 3 .LC9412: .string "mb87j3560" .align 3 .LC9413: .string "pinacale capture card" .align 3 .LC9414: .string "EIDE Bus Master Controller" .align 3 .LC9415: .string "82C596/9" .align 3 .LC9416: .string "Cypress CY7c68001" .align 3 .LC9417: .string "AN2131QC 0230" .align 3 .LC9418: .string "82C693" .align 3 .LC9419: .string "2330" .align 3 .LC9420: .string "Radius PCI to NuBUS Bridge" .align 3 .LC9421: .string "FR710" .align 3 .LC9422: .string "PCI Enhanced IDE Adapter" .align 3 .LC9423: .string "UsbDgn" .align 3 .LC9424: .string "Datalaster Interface for OBD automotive" .align 3 .LC9425: .string "3059" .align 3 .LC9426: .string "3249" .align 3 .LC9427: .string "Model 617" .align 3 .LC9428: .string "PCI-VME Bus Adapter" .align 3 .LC9429: .string "Model 616" .align 3 .LC9430: .string "PCI to VME Bridge" .align 3 .LC9431: .string "Model 618" .align 3 .LC9432: .string "VME Bridge" .align 3 .LC9433: .string "dataBLIZZARD" .align 3 .LC9434: .string "Model 2106" .align 3 .LC9435: .string "OC-3136/37" .align 3 .LC9436: .string "Token-Ring 16/4 PCI Adapter" .align 3 .LC9437: .string "OC-3139f" .align 3 .LC9438: .string "Fastload 16/4 PCI/III Token Ring Adapter" .align 3 .LC9439: .string "OC-3139/40" .align 3 .LC9440: .string "RapidFire Token Ring 16/4 Adapter" .align 3 .LC9441: .string "OC-3250" .align 3 .LC9442: .string "GoCard Token Ring 16/4 Adapter" .align 3 .LC9443: .string "OC-3530" .align 3 .LC9444: .string "RapidFire Token Ring 100 Adapter" .align 3 .LC9445: .string "OC-3141" .align 3 .LC9446: .string "OC-3540" .align 3 .LC9447: .string "RapidFire HSTR 100/16/4 Adapter" .align 3 .LC9448: .string "OC-3150" .align 3 .LC9449: .string "RapidFire Token-Ring 16/4 PCI Adapter" .align 3 .LC9450: .string "OC-2805" .align 3 .LC9451: .string "OC-2325" .align 3 .LC9452: .string "Ethernet PCI/II 10/100 Controller" .align 3 .LC9453: .string "OC-2183/85" .align 3 .LC9454: .string "PCI/II Ethernet Controller" .align 3 .LC9455: .string "OC-2326" .align 3 .LC9456: .string "PCI/VEN_8086&DEV_1039&SUBSYS_02671014&REV_81\\4&252" .align 3 .LC9457: .string "10/100 Ethernet Controller" .align 3 .LC9458: .string "OC-6151/52" .align 3 .LC9459: .string "155 Mbit ATM Adapter" .align 3 .LC9460: .string "SPARC EBUS" .align 3 .LC9461: .string "PCIO" .align 3 .LC9462: .string "PCI Input/Output Controller" .align 3 .LC9463: .string "Happy Meal Ethernet" .align 3 .LC9464: .string "RIO EBUS" .align 3 .LC9465: .string "RIO GEM" .align 3 .LC9466: .string "RIO 1394" .align 3 .LC9467: .string "RIO USB" .align 3 .LC9468: .string "GEM" .align 3 .LC9469: .string "Sun Gigabit Ethernet Card" .align 3 .LC9470: .string "SME2411" .align 3 .LC9471: .string "UltraSPARC-IIi Advanced PCI Bridge" .align 3 .LC9472: .string "SunPCI" .align 3 .LC9473: .string "Co-processor" .align 3 .LC9474: .string "SunPCi" .align 3 .LC9475: .string "PCI card with Intel or AMD processor" .align 3 .LC9476: .string "STP2223BGA" .align 3 .LC9477: .string "UPA to PCI Interface (UPA)" .align 3 .LC9478: .string "Schizo" .align 3 .LC9479: .string "PCI Bus Module" .align 3 .LC9480: .string "UltraSPARC IIi" .align 3 .LC9481: .string "Sabre" .align 3 .LC9482: .string "UltraSPARC IIe" .align 3 .LC9483: .string "Hummingbird" .align 3 .LC9484: .string "CE (Cassini Ethernet)" .align 3 .LC9485: .string "10/100/1000 Ethernet adapter" .align 3 .LC9486: .string "1091" .align 3 .LC9487: .string "3D Graphics Processor" .align 3 .LC9488: .string "3D graphics processor w/texturing" .align 3 .LC9489: .string "3D graphics frame buffer" .align 3 .LC9490: .string "Proprietary bus Bridge" .align 3 .LC9491: .string "Powerstorm 4D50T" .align 3 .LC9492: .string "Motion JPEG Codec" .align 3 .LC9493: .string "SpeedStar Pro SE" .align 3 .LC9494: .string "SpeedStar 64" .align 3 .LC9495: .string "Viper V550" .align 3 .LC9496: .string "Supra 2260" .align 3 .LC9497: .string "WinModem" .align 3 .LC9498: .string "SupraExpress 56i Pro" .align 3 .LC9499: .string "SUP2761" .align 3 .LC9500: .string "SupraExpress 56i Pro VCC" .align 3 .LC9501: .string "R6793-12" .align 3 .LC9502: .string "RS56-pci" .align 3 .LC9503: .string "Viper V330" .align 3 .LC9504: .string "2710a" .align 3 .LC9505: .string "Maximum" .align 3 .LC9506: .string "DVD" .align 3 .LC9507: .string "Stealth SE" .align 3 .LC9508: .string "Stealth 64/SE" .align 3 .LC9509: .string "Stealth Video" .align 3 .LC9510: .string "Stealth 64 Video" .align 3 .LC9511: .string "Stealth 64" .align 3 .LC9512: .string "Supra Express 56i Pro CW #2" .align 3 .LC9513: .string "Monster Sound" .align 3 .LC9514: .string "Diamand Technology DT0398" .align 3 .LC9515: .string "PCI-DIO-96" .align 3 .LC9516: .string "data adquisition input and output" .align 3 .LC9517: .string "PCI-1200" .align 3 .LC9518: .string "Multifunction data acquisition board" .align 3 .LC9519: .string "PCI-MIO-16XE-50" .align 3 .LC9520: .string "24MIO 6-03-2" .align 3 .LC9521: .string "PCI-DIO-32HS" .align 3 .LC9522: .string "High Speed Digital I/O Board" .align 3 .LC9523: .string "PCI-MIO-16XE-10" .align 3 .LC9524: .string "PCI-VEN-1180 " .align 3 .LC9525: .string "base system device" .align 3 .LC9526: .string "PCI-MIO-16E-4" .align 3 .LC9527: .string "PCI-6032E" .align 3 .LC9528: .string "Multifunction Data Acquisition Card" .align 3 .LC9529: .string "PCI-6534" .align 3 .LC9530: .string "High Speed DIO" .align 3 .LC9531: .string "PCI-6602" .align 3 .LC9532: .string "Data Acquisition Device" .align 3 .LC9533: .string "PCI-6031E" .align 3 .LC9534: .string "PCI-6033E" .align 3 .LC9535: .string "PCI-6071E" .align 3 .LC9536: .string " NI PCI-6071E Multifunction I/O & NI-DAQ" .align 3 .LC9537: .string "PCI611X" .align 3 .LC9538: .string "PCI-6503" .align 3 .LC9539: .string "NI 6014" .align 3 .LC9540: .string "I/O Terminal NI-DAQ (Legacy) and NI-DAQmx" .align 3 .LC9541: .string "PCI-6023E" .align 3 .LC9542: .string "PCI-6024E" .align 3 .LC9543: .string "PCI-6025E" .align 3 .LC9544: .string "PCI-6527" .align 3 .LC9545: .string "PCI-6035E" .align 3 .LC9546: .string "PCI-6034E" .align 3 .LC9547: .string "NI PXI-7831R" .align 3 .LC9548: .string "NI FPGA Modul" .align 3 .LC9549: .string "PCI-6221" .align 3 .LC9550: .string "16-Bit, 250 kS/s, 16 Analog Inputs" .align 3 .LC9551: .string "NI PCI-6251" .align 3 .LC9552: .string "Multifunction DAQ Device" .align 3 .LC9553: .string "NI PXI-8431/8 (RS485/RS422)" .align 3 .LC9554: .string "70E41093" .align 3 .LC9555: .string "NI PCI-8430/8 (RS-232) Interface" .align 3 .LC9556: .string "PCIe-GPIB" .align 3 .LC9557: .string "GPIB Controller Interface Board" .align 3 .LC9558: .string "NI-PCI-6132" .align 3 .LC9559: .string "PCI-6221 " .align 3 .LC9560: .string "16-Bit, 250 kS/s, 16 Analog Inputs (DSUB37)" .align 3 .LC9561: .string "PCIe-GPIB+" .align 3 .LC9562: .string "NI PCIe-GPIB+ GPIB with analyzer" .align 3 .LC9563: .string "IMAQ-PCI-1408" .align 3 .LC9564: .string "IMAQ-PXI-1408" .align 3 .LC9565: .string "IMAQ-PCI-1424" .align 3 .LC9566: .string "IMAQ-PCI-1413" .align 3 .LC9567: .string "IMAQ-PCI-1407" .align 3 .LC9568: .string "1pcs" .align 3 .LC9569: .string "IMAQ-PXI-1407" .align 3 .LC9570: .string "IMAQ-PCI-1411" .align 3 .LC9571: .string "IMAQ-PCI-1422" .align 3 .LC9572: .string "IMAQ-PXI-1422" .align 3 .LC9573: .string "IMAQ-PXI-1411" .align 3 .LC9574: .string "bluethooth" .align 3 .LC9575: .string "TNT5002" .align 3 .LC9576: .string "PCI-232/2" .align 3 .LC9577: .string "2-port RS-232 Serial Interface Board" .align 3 .LC9578: .string "SIL3112" .align 3 .LC9579: .string "SATA/Raid controller(2XSATA150)" .align 3 .LC9580: .string "SIL3132" .align 3 .LC9581: .string "SATAII/Raid controller" .align 3 .LC9582: .string "eSATA/Raid controller" .align 3 .LC9583: .string "PCI0640A/B" .align 3 .LC9584: .string "EIDE Ctrlr" .align 3 .LC9585: .string "pci0640" .align 3 .LC9586: .string "pci eide adapter with raid 1" .align 3 .LC9587: .string "PCI0642" .align 3 .LC9588: .string "IDE Cntrlr w/RAID 1" .align 3 .LC9589: .string "PCI0643" .align 3 .LC9590: .string "PCI EIDE controller" .align 3 .LC9591: .string "CMD646" .align 3 .LC9592: .string "EIDE/UDMA Controller" .align 3 .LC9593: .string "PCI0647" .align 3 .LC9594: .string "9738" .align 3 .LC9595: .string "PCI-648" .align 3 .LC9596: .string "Bus Master Ultra DMA PCI-IDE/ATA Chip" .align 3 .LC9597: .string "PCI-649" .align 3 .LC9598: .string "PATA100 ATAPI/RAID Controller" .align 3 .LC9599: .string "PBC0650A" .align 3 .LC9600: .string "Fast SCSI-II Ctrlr" .align 3 .LC9601: .string "USB0670" .align 3 .LC9602: .string "PCI-USB" .align 3 .LC9603: .string "USB0673" .align 3 .LC9604: .string "PCI-USB ASIC" .align 3 .LC9605: .string "SiI 0680/680A" .align 3 .LC9606: .string "PATA133 ATAPI/RAID Controller" .align 3 .LC9607: .string "1390/1392" .align 3 .LC9608: .string "High Definition Audio HDMI output" .align 3 .LC9609: .string "SI3124" .align 3 .LC9610: .string "SATALink 4-Port PCI-X Host Controller" .align 3 .LC9611: .string "Sil 3114" .align 3 .LC9612: .string "SATALink/SATARaid Controller" .align 3 .LC9613: .string "SiI 3124" .align 3 .LC9614: .string "SiI 3132" .align 3 .LC9615: .string "Sil 3512" .align 3 .LC9616: .string "SATALink/SATARaid Controllerhttp://www.pcidatabase.com/update_device.php?__ec_i=ec.1378825283.616786" .align 3 .LC9617: .string "3531" .align 3 .LC9618: .string "SiI 3531 SATA Controller" .align 3 .LC9619: .string "0x3059" .align 3 .LC9620: .string "Realtek AC97 Audio for VIA (R) Audio Controller" .align 3 .LC9621: .string "VT8233" .align 3 .LC9622: .string "EIDE Controller (single FIFO)" .align 3 .LC9623: .string "QD8500" .align 3 .LC9624: .string "QD8580" .align 3 .LC9625: .string "0x036en" .align 3 .LC9626: .string "4 channel video digitizer cardm" .align 3 .LC9627: .string "036E" .align 3 .LC9628: .string "rb8701.1" .align 3 .LC9629: .string "Bt848h" .align 3 .LC9630: .string "tv tuner driverhj" .align 3 .LC9631: .string "Bt848" .align 3 .LC9632: .string "BrookTree Bt848 Video Capture Device - Audio Section\tPCI" .align 3 .LC9633: .string "Bt878fusion 878a" .align 3 .LC9634: .string "th&#305;k" .align 3 .LC9635: .string "A8FEFC28" .align 3 .LC9636: .string "AVerMediaAverTV WDM AudioCapture (878)" .align 3 .LC9637: .string "Conextant Fucion 878A 25878-123" .align 3 .LC9638: .string "bx878" .align 3 .LC9639: .string "Bt880B" .align 3 .LC9640: .string "Conexant Fusion 878A 25878-13 0549Y1JF" .align 3 .LC9641: .string "Multimedia Controller Conexant Fusion 878A 25878-13 0549Y1JF" .align 3 .LC9642: .string "Bt879khf" .align 3 .LC9643: .string "Video Capture (Audio Section)" .align 3 .LC9644: .string "Bt880" .align 3 .LC9645: .string "Brooktree Corp BT848 SVR-2000 V1.02m" .align 3 .LC9646: .string "Multimedia Video Controllerm" .align 3 .LC9647: .string "1822-0001" .align 3 .LC9648: .string "0400 video devce" .align 3 .LC9649: .string "BtV 2115" .align 3 .LC9650: .string "BtV Mediastream Controller 9x" .align 3 .LC9651: .string "109E" .align 3 .LC9652: .string "BtV Mediastream Controller" .align 3 .LC9653: .string "BtV 2164" .align 3 .LC9654: .string "Display Adapter" .align 3 .LC9655: .string "BtV 2165" .align 3 .LC9656: .string "MediaStream Controller" .align 3 .LC9657: .string "878a" .align 3 .LC9658: .string "25878-13" .align 3 .LC9659: .string "Bt360 MediaStream &#1050;&#1086;&#1085;&#1090;&#10" .align 3 .LC9660: .string "Brooktree Corp" .align 3 .LC9661: .string "CONEXANT FUSION 878A 25878-13 E153498.1" .align 3 .LC9662: .string "conexant 878a" .align 3 .LC9663: .string "BtV 8230" .align 3 .LC9664: .string "ATM Segment/Reassembly Controller (SRC)" .align 3 .LC9665: .string "Bt8471/72" .align 3 .LC9666: .string "32/64-channel HDLC Controllers" .align 3 .LC9667: .string "Bt8474" .align 3 .LC9668: .string "128-channel HDLC Controller" .align 3 .LC9669: .string "20020001" .align 3 .LC9670: .string "Video Capturee" .align 3 .LC9671: .string "SG2010" .align 3 .LC9672: .string "PCI to high speed serial bridge" .align 3 .LC9673: .string "SG1010" .align 3 .LC9674: .string "6 port serial switch /PCI-to-PCI bridge" .align 3 .LC9675: .string "O2 MACE" .align 3 .LC9676: .string "RAD Audio" .align 3 .LC9677: .string "HPCEX" .align 3 .LC9678: .string "RPCEX" .align 3 .LC9679: .string "DiVO VIP" .align 3 .LC9680: .string "Video I/O" .align 3 .LC9681: .string "GRIP" .align 3 .LC9682: .string "SGH PSHAC GSN" .align 3 .LC9683: .string "Magic Carpet" .align 3 .LC9684: .string "Lithium" .align 3 .LC9685: .string "Dual JPEG 1" .align 3 .LC9686: .string "Dual JPEG 2" .align 3 .LC9687: .string "Dual JPEG 3" .align 3 .LC9688: .string "Dual JPEG 4" .align 3 .LC9689: .string "Dual JPEG 5" .align 3 .LC9690: .string "Cesium" .align 3 .LC9691: .string "Fibre Channel" .align 3 .LC9692: .string "ASDE" .align 3 .LC9693: .string "O2 1394" .align 3 .LC9694: .string "G-net NT" .align 3 .LC9695: .string "USB\\VID_0000@PID_0000\\6@390392D@0@1" .align 3 .LC9696: .string "USB Pendrive" .align 3 .LC9697: .string "usb pendrive" .align 3 .LC9698: .string "PCI Simple Communications Controller " .align 3 .LC9699: .string "sl82c103" .align 3 .LC9700: .string "PCI-ide mode 4.5 Cntrlr" .align 3 .LC9701: .string "W83789F" .align 3 .LC9702: .string "Sonata bus master PCI-IDE controller" .align 3 .LC9703: .string "W83C553F" .align 3 .LC9704: .string "PCI/ISA bridge" .align 3 .LC9705: .string "IOP 480" .align 3 .LC9706: .string "Integrated PowerPC I/O Processor" .align 3 .LC9707: .string "PCI 9080RDK-960" .align 3 .LC9708: .string "PCI Reference Design Kit for PCI 9080" .align 3 .LC9709: .string "Gazel R685" .align 3 .LC9710: .string "ISDN card" .align 3 .LC9711: .string "Gazel R697" .align 3 .LC9712: .string "dual channel ISDN card" .align 3 .LC9713: .string "PCI 9050" .align 3 .LC9714: .string "Vision Systems VScom PCI-210" .align 3 .LC9715: .string "Vision Systems VScom PCI-200" .align 3 .LC9716: .string "Vision Systems VScom PCI-010S" .align 3 .LC9717: .string "Vision Systems VScom PCI-020S" .align 3 .LC9718: .string "Gazel R753" .align 3 .LC9719: .string "Thales PCSM Security Card" .align 3 .LC9720: .string "9054" .align 3 .LC9721: .string "TPCX Transientrecorder Card" .align 3 .LC9722: .string "plx9030" .align 3 .LC9723: .string "gpscard" .align 3 .LC9724: .string "PCI RDK9054-LITE" .align 3 .LC9725: .string "PCI Reference Design Kit for PLX PCI 9054" .align 3 .LC9726: .string "PCI 9056" .align 3 .LC9727: .string "32-bit; 66MHz PCI Bus Master I/O Accelerator, 17 x 17mm FPBGA" .align 3 .LC9728: .string "PCI6520 G" .align 3 .LC9729: .string "PCI-X to PCI-X Bridge" .align 3 .LC9730: .string "PCI 9030" .align 3 .LC9731: .string "General Mechatronics 6 Axis Motion Control Card for EMC2" .align 3 .LC9732: .string "PEX 8311" .align 3 .LC9733: .string "1 Lane PCI Express to PCI bridge (PEX8111); 1 Lane PCI Express to Generic Local Bus bridge (PEX8311)" .align 3 .LC9734: .string "PEX8112" .align 3 .LC9735: .string "1 Lane PCI Express to PCI bridge" .align 3 .LC9736: .string "PEX8508" .align 3 .LC9737: .string "8 Lane, 5 Port PCI Express Switch" .align 3 .LC9738: .string "PEX8509" .align 3 .LC9739: .string "8-lane PCI-Express Switch" .align 3 .LC9740: .string "PEX 8516" .align 3 .LC9741: .string "Versatile PCI Express Switch" .align 3 .LC9742: .string "PEX8518-AB25BI" .align 3 .LC9743: .string "PLX PCI-e switch" .align 3 .LC9744: .string "PEX 8532" .align 3 .LC9745: .string "8548" .align 3 .LC9746: .string "48-lane PCIe switch" .align 3 .LC9747: .string "PEX 8609" .align 3 .LC9748: .string "8 Lane, 8 Port PCI Express Switch" .align 3 .LC9749: .string "PEX 8664" .align 3 .LC9750: .string "64-Lane, 16-Port PCI Express Gen 2 (5.0 GT/s) Switch, 35 x 35mm FCBGA" .align 3 .LC9751: .string "PEX 8748" .align 3 .LC9752: .string "48-Lane, 12-Port PCI Express Gen 3 Multi-Root Switch" .align 3 .LC9753: .string "PCI SMARTarget I/O Accelerator" .align 3 .LC9754: .string "PCI9036" .align 3 .LC9755: .string "Interface chip - value 1k" .align 3 .LC9756: .string "Target PCI Interface Chip - value 1k" .align 3 .LC9757: .string "PCI 9052" .align 3 .LC9758: .string "PCI 9052 Target PLX PCI Interface Chip" .align 3 .LC9759: .string "PCI I/O Accelerator" .align 3 .LC9760: .string "PCI9056" .align 3 .LC9761: .string "32-bit, 66 MHz PCI Bus-Mastering I/O Accelerator for PowerQUICC and Generic 32-bit, 66 MHz Local Bus" .align 3 .LC9762: .string "PCI9060" .align 3 .LC9763: .string "PCI Bus Master Interface Chip" .align 3 .LC9764: .string "PCI 9060SD" .align 3 .LC9765: .string "PCI 9060ES" .align 3 .LC9766: .string "PCI 9080" .align 3 .LC9767: .string "High performance PCI to Local Bus chip" .align 3 .LC9768: .string "Smart 16/4" .align 3 .LC9769: .string "Ringnode (PCI1b)" .align 3 .LC9770: .string "Ringnode (PCIBM2/CardBus)" .align 3 .LC9771: .string "Ringnode" .align 3 .LC9772: .string "Smart 16/4 Ringnode Mk1 (PCIBM1)" .align 3 .LC9773: .string "16/4 CardBus Adapter (Eric 2)" .align 3 .LC9774: .string "Presto PCI 1716" .align 3 .LC9775: .string "Smart 100/16/4 PCi-HS Ringnode" .align 3 .LC9776: .string "Smart 100/16/4 PCI Ringnode" .align 3 .LC9777: .string "16/4 CardBus Adapter Mk2" .align 3 .LC9778: .string "Horizon" .align 3 .LC9779: .string "ATM adapter" .align 3 .LC9780: .string "Ambassador" .align 3 .LC9781: .string "3C985" .align 3 .LC9782: .string "1000BaseSX Gigabit Etherlink" .align 3 .LC9783: .string "3com p/n: 3CRDAG675" .align 3 .LC9784: .string "3Com11a/b/g Wireless PCI Adapter " .align 3 .LC9785: .string "3C905CX-TXNM" .align 3 .LC9786: .string "3COM 3C905CX-TXNM with 40-0664-003 ASIC" .align 3 .LC9787: .string "14e4:1645" .align 3 .LC9788: .string "Broadcom Corporation NetXtreme BCM5701 Gigabit Ethernet" .align 3 .LC9789: .string "3C556" .align 3 .LC9790: .string "V.90 Mini-PCI Modem" .align 3 .LC9791: .string "3C940" .align 3 .LC9792: .string "Gigabit Ethernet PCI CODEC" .align 3 .LC9793: .string "3CRWE777A" .align 3 .LC9794: .string "AirConnect Wireless LAN PCI Card" .align 3 .LC9795: .string "3C339" .align 3 .LC9796: .string "Token Link Velocity" .align 3 .LC9797: .string "3C359" .align 3 .LC9798: .string "TokenLink Velocity XL Adapter" .align 3 .LC9799: .string "3C450" .align 3 .LC9800: .string "3C555" .align 3 .LC9801: .string "Laptop Hurricane" .align 3 .LC9802: .string "3C575" .align 3 .LC9803: .string "Megahertz 10/100 LAN CardBus PC Card" .align 3 .LC9804: .string "3C575B" .align 3 .LC9805: .string "3CCFE575CT" .align 3 .LC9806: .string "Cyclone Fast Ethernet CardBus PC Card" .align 3 .LC9807: .string "3C590" .align 3 .LC9808: .string "Ethernet III Bus Fast PCI" .align 3 .LC9809: .string "3C592" .align 3 .LC9810: .string "PCI/EISA 10Mbps Demon/Vortex" .align 3 .LC9811: .string "3COM 3C595-TX" .align 3 .LC9812: .string "100MB PCI Ethernet Adapter" .align 3 .LC9813: .string "3C595" .align 3 .LC9814: .string "Fast EtherLink PCI T4" .align 3 .LC9815: .string "Fast EtherLink PCI MII" .align 3 .LC9816: .string "3C597" .align 3 .LC9817: .string "PCI/EISA Fast Demon/Vortex" .align 3 .LC9818: .string "Megahertz 10/100 LAN CardBus" .align 3 .LC9819: .string "10/100 Fast Ethernet MiniPCI Adapter" .align 3 .LC9820: .string "3CN3AC1556B" .align 3 .LC9821: .string "MiniPCI 10/100 Ethernet+Modem56k (see devid:1007)" .align 3 .LC9822: .string "3CCFE656" .align 3 .LC9823: .string "Cyclone CardBus PC Card" .align 3 .LC9824: .string "FEM656" .align 3 .LC9825: .string "10/100 LAN+56K Modem CardBus PC Card" .align 3 .LC9826: .string "3CCFEM656" .align 3 .LC9827: .string "FEM656B" .align 3 .LC9828: .string "3CCFEM656C" .align 3 .LC9829: .string "Global 10/100 Fast Ethernet+56K Modem" .align 3 .LC9830: .string "3CSOHO100B-TX" .align 3 .LC9831: .string "3com" .align 3 .LC9832: .string "AirConnect Wireless PCI" .align 3 .LC9833: .string "Token Ring" .align 3 .LC9834: .string "3C900-TPO" .align 3 .LC9835: .string "Fast Etherlink PCI TPO NIC" .align 3 .LC9836: .string "3C900-COMBO" .align 3 .LC9837: .string "Fast Etherlink XL PCI Combo NIC" .align 3 .LC9838: .string "EtherLink XL TPO 10Mb" .align 3 .LC9839: .string "3C900B-COMBO" .align 3 .LC9840: .string "Fast Etherlink 10Mbps Combo NIC" .align 3 .LC9841: .string "3C900B-TPC" .align 3 .LC9842: .string "EtherLink XL TPC" .align 3 .LC9843: .string "3C900B-FL" .align 3 .LC9844: .string "EtherLink PCI Fiber NIC" .align 3 .LC9845: .string "3C905-T4" .align 3 .LC9846: .string "Fast Etherlink XL 10/100" .align 3 .LC9847: .string "3C905B - Combo" .align 3 .LC9848: .string "Fast Etherlink XL PCI 10/100" .align 3 .LC9849: .string "APCI/pnpb006" .align 3 .LC9850: .string "Fast Etherlink 10/100 PCI TX NIC" .align 3 .LC9851: .string "3C905B-T4" .align 3 .LC9852: .string "Fast EtherLink XL 10/100" .align 3 .LC9853: .string "3C905B-COMBO" .align 3 .LC9854: .string "Deluxe EtherLink 10/100 PCI Combo NIC" .align 3 .LC9855: .string "3C905B-FX" .align 3 .LC9856: .string "Fast EtherLink 100 Fiber NIC" .align 3 .LC9857: .string "3C905 CX-TXM" .align 3 .LC9858: .string "3Com 10/100 Managed NIC 3C905CX-TX-M" .align 3 .LC9859: .string "3C920B-EMB" .align 3 .LC9860: .string "Integrated Fast Ethernet Controller" .align 3 .LC9861: .string "3C920B-EMB 3Com + Realtek 8201L" .align 3 .LC9862: .string "3C920B-EMB-WNM" .align 3 .LC9863: .string "3csoho100b-tx" .align 3 .LC9864: .string "3ComSOHO100B-TX" .align 3 .LC9865: .string "3C980-TX" .align 3 .LC9866: .string "Fast EtherLink XL Server Adapter2" .align 3 .LC9867: .string "Python-T 10/100baseTX NIC" .align 3 .LC9868: .string "3CR990-TX-95" .align 3 .LC9869: .string "EtherLink 10/100 PCI with 3XP Processor" .align 3 .LC9870: .string "3CR990-TX-97" .align 3 .LC9871: .string "3C990B-FX" .align 3 .LC9872: .string "100FX PCI Server NIC w/3XP" .align 3 .LC9873: .string "3CR990SVR95" .align 3 .LC9874: .string "EtherLink 10/100 Server PCI with 3XP" .align 3 .LC9875: .string "3CR990SVR97" .align 3 .LC9876: .string "3C900B-TPO" .align 3 .LC9877: .string "EtherLink XL PCI" .align 3 .LC9878: .string "LAN83C170QF/171" .align 3 .LC9879: .string "EPIC/XF 10/100 Mbps Fast Ethernet Ctrlr" .align 3 .LC9880: .string "LAN83C175" .align 3 .LC9881: .string "EPIC/C Ethernet CardBus Integrated Ctrlr" .align 3 .LC9882: .string "37C665" .align 3 .LC9883: .string "FDC" .align 3 .LC9884: .string "37C922" .align 3 .LC9885: .string "83C170QF" .align 3 .LC9886: .string "Fast ethernet controller" .align 3 .LC9887: .string "SMC34C90" .align 3 .LC9888: .string "CMI8338/C3DX" .align 3 .LC9889: .string "PCI Audio Device (OEM)" .align 3 .LC9890: .string "CMI8738/C3DX" .align 3 .LC9891: .string "C-Media Audio Device (OEM)" .align 3 .LC9892: .string "ALI M5273 A1" .align 3 .LC9893: .string "0402t505 CK46828100B" .align 3 .LC9894: .string "5288" .align 3 .LC9895: .string "CPU to PCI & PCI to ISA Bridge w/EIDE" .align 3 .LC9896: .string "Pentium CPU to PCI Bridge" .align 3 .LC9897: .string "M1575" .align 3 .LC9898: .string "Aladdin 2 Host Bridge" .align 3 .LC9899: .string "Aladdin 2 South Bridge" .align 3 .LC9900: .string "Bios" .align 3 .LC9901: .string "M1535+" .align 3 .LC9902: .string "M1535x" .align 3 .LC9903: .string "Aladdin V AGPset Host Bridge" .align 3 .LC9904: .string "M1543 a1" .align 3 .LC9905: .string "Aladdin V chipset South Bridge" .align 3 .LC9906: .string "M1563" .align 3 .LC9907: .string "South Bridge with Hypertransport Support" .align 3 .LC9908: .string "M1632" .align 3 .LC9909: .string "M1644" .align 3 .LC9910: .string "AGP System Controller" .align 3 .LC9911: .string "M1646" .align 3 .LC9912: .string "M1647" .align 3 .LC9913: .string "M1651" .align 3 .LC9914: .string "M1661" .align 3 .LC9915: .string "M1667" .align 3 .LC9916: .string "M1671" .align 3 .LC9917: .string "Super P4 Nouth Bridge" .align 3 .LC9918: .string "M1672" .align 3 .LC9919: .string "M1681" .align 3 .LC9920: .string "P4 Nouth Bridge with HyperTransport" .align 3 .LC9921: .string "M1687" .align 3 .LC9922: .string "K8 North Bridge with HyperTransport" .align 3 .LC9923: .string "52871849" .align 3 .LC9924: .string "02\\3&267A616A" .align 3 .LC9925: .string "23128091" .align 3 .LC9926: .string "131312" .align 3 .LC9927: .string "MS4803" .align 3 .LC9928: .string "m5217h" .align 3 .LC9929: .string "I/O (?)" .align 3 .LC9930: .string "PCI\\VEN_10B9&DEV_5451&CC_040100" .align 3 .LC9931: .string "Ali M5219 PCI BUS MASTER IDE Controller" .align 3 .LC9932: .string "M5228 PATA/RAID Controller" .align 3 .LC9933: .string "M5229 Southbridge" .align 3 .LC9934: .string "Ali EIDE" .align 3 .LC9935: .string "PATA 33" .align 3 .LC9936: .string "PATA 66" .align 3 .LC9937: .string "PATA 100" .align 3 .LC9938: .string "chipset" .align 3 .LC9939: .string "PATA 133" .align 3 .LC9940: .string "ALI M6503c" .align 3 .LC9941: .string "M5273" .align 3 .LC9942: .string "EHCI USB 2.0" .align 3 .LC9943: .string "M5273 A1 for windows 2000" .align 3 .LC9944: .string "OpenHCI 1.1 USB to 2.0" .align 3 .LC9945: .string "523910A9" .align 3 .LC9946: .string "USB EHCI2.0 Controller" .align 3 .LC9947: .string "M5249" .align 3 .LC9948: .string "HyperTransport to PCI Bridge" .align 3 .LC9949: .string "M5251" .align 3 .LC9950: .string "IEEE P1394 OpenHCI 1.0 Controller" .align 3 .LC9951: .string "M5253" .align 3 .LC9952: .string "M5261" .align 3 .LC9953: .string "Albatron K8ULTRA-U Pro" .align 3 .LC9954: .string "ULi PCI Fast Ethernet Controller" .align 3 .LC9955: .string "M1565/1566" .align 3 .LC9956: .string "ALI M5281/5283 SATA/RAID Controller" .align 3 .LC9957: .string "52291849" .align 3 .LC9958: .string "ULI M1573" .align 3 .LC9959: .string "SATA/Raid controller" .align 3 .LC9960: .string "ULI M1575/M1697 " .align 3 .LC9961: .string "M5288 SATA/Raid controller (Asrock 939SLI32-eSata2)" .align 3 .LC9962: .string "ULI M1567/M1689 " .align 3 .LC9963: .string "M5289 SATA/Raid controller" .align 3 .LC9964: .string "65525" .align 3 .LC9965: .string "Agere Systems AC97 Modem" .align 3 .LC9966: .string "Ali Audio Accelerator" .align 3 .LC9967: .string "M1563M Southbridge" .align 3 .LC9968: .string "M1563M" .align 3 .LC9969: .string "AC97 Modem controller" .align 3 .LC9970: .string "MDV92XP NetoDragon" .align 3 .LC9971: .string "PCI Soft Modem V92 NetoDragon" .align 3 .LC9972: .string "Memory Stick Host" .align 3 .LC9973: .string "MMC/SD controller" .align 3 .LC9974: .string "mdv92xp" .align 3 .LC9975: .string "xhcth700000b" .align 3 .LC9976: .string "PCI\\VEN_103C&DEV_3302&SUBSYS_3305103C&REV_00" .align 3 .LC9977: .string " MYSON Technology Inc SURECOM EP-320X-S 100/10M Et" .align 3 .LC9978: .string "Ethernet PCI Adapter" .align 3 .LC9979: .string "NE34" .align 3 .LC9980: .string "Ethernet Adapter (NE2000 PCI clone)" .align 3 .LC9981: .string "0055" .align 3 .LC9982: .string "IDE Cntrlr" .align 3 .LC9983: .string "General Purpose Cntrlr" .align 3 .LC9984: .string "Bus Cntrlr" .align 3 .LC9985: .string "FCD Cntrlr" .align 3 .LC9986: .string "Unkown" .align 3 .LC9987: .string "surecom EP-320X-R adapter with realtek 8139c chip" .align 3 .LC9988: .string "realtek 8139c" .align 3 .LC9989: .string "5335fn800829" .align 3 .LC9990: .string "MCP67 High Definition Audio " .align 3 .LC9991: .string "3com 11 a/b/g wireless PCI Adapter" .align 3 .LC9992: .string "s/n124102160" .align 3 .LC9993: .string "10C4" .align 3 .LC9994: .string "CP210x" .align 3 .LC9995: .string "Silicon Labs CP210x USB to UART Bridge" .align 3 .LC9996: .string "831610F7" .align 3 .LC9997: .string "MagicGraph 128XD" .align 3 .LC9998: .string "NM2097" .align 3 .LC9999: .string "Graphics Cntrlr" .align 3 .LC10000: .string "NM2093" .align 3 .LC10001: .string "MagicGraph 128ZV Video Controller" .align 3 .LC10002: .string "NM2160" .align 3 .LC10003: .string "NM2200" .align 3 .LC10004: .string "MagicMedia 256AV" .align 3 .LC10005: .string "NM2360" .align 3 .LC10006: .string "MagicMedia 256ZX/256M6D" .align 3 .LC10007: .string "NM2380" .align 3 .LC10008: .string "MagicMedia 256XL+" .align 3 .LC10009: .string "NM2230" .align 3 .LC10010: .string "MagicMedia 256AV+" .align 3 .LC10011: .string "Graphic Controller NeoMagic MagicGraph128ZV+" .align 3 .LC10012: .string "MagicMedia 256AV Audio Device" .align 3 .LC10013: .string "MagicMedia 256ZX Audio Device" .align 3 .LC10014: .string "MagicMedia 256XL+ Audio Device" .align 3 .LC10015: .string "ROOT\\MEDIA\\0000" .align 3 .LC10016: .string "PCI\\VEN_1217&DEV_7110&SUBSYS_106A1734&REV_00" .align 3 .LC10017: .string "ASC1100" .align 3 .LC10018: .string "PCI SCSI Host Adapter" .align 3 .LC10019: .string "ASC1200" .align 3 .LC10020: .string "Fast SCSI-II" .align 3 .LC10021: .string "ABP-3925" .align 3 .LC10022: .string "F914C536" .align 3 .LC10023: .string "PCI Ultra Wide SCSI Host Adapter" .align 3 .LC10024: .string "ASC38C0800/1600" .align 3 .LC10025: .string "PCI Ultra 80/160 SCSI Controllers" .align 3 .LC10026: .string "ASC30C0400" .align 3 .LC10027: .string "IEEE-1394 OHCI PCI Controller" .align 3 .LC10028: .string "FMV-103" .align 3 .LC10029: .string "Serial Parallel Card" .align 3 .LC10030: .string "MB86605" .align 3 .LC10031: .string "PCI SCSI Host Adapter (Fast Wide SCSI-2)" .align 3 .LC10032: .string "MB86606" .align 3 .LC10033: .string "Fast Wide SCSI Controller" .align 3 .LC10034: .string "MB86974" .align 3 .LC10035: .string "10/100 Fast Ethernet Adapter" .align 3 .LC10036: .string "IEEE1394 OpenHCI Controller" .align 3 .LC10037: .string "OHCI FireWire Controller" .align 3 .LC10038: .string "12711718" .align 3 .LC10039: .string "MPEG2 R-Engine (MPEG2 Hardware Encoder)" .align 3 .LC10040: .string "MB86295" .align 3 .LC10041: .string "Coral-P Graphics Chip" .align 3 .LC10042: .string "MB86296" .align 3 .LC10043: .string "Coral-PA Graphics Chip" .align 3 .LC10044: .string "u/k" .align 3 .LC10045: .string "mb86297" .align 3 .LC10046: .string "Carmine Graphisc adapter" .align 3 .LC10047: .string "0x0100" .align 3 .LC10048: .string "ATJ2091N" .align 3 .LC10049: .string "905410B5" .align 3 .LC10050: .string "DIG 704 PCI - Interface with Millisecond Timer and Interrupts" .align 3 .LC10051: .string "MX86101P" .align 3 .LC10052: .string "sdas" .align 3 .LC10053: .string "MX98713" .align 3 .LC10054: .string "MX98723/727" .align 3 .LC10055: .string "PCI/CardBus Fast Ethernet Controller" .align 3 .LC10056: .string "MX987x5" .align 3 .LC10057: .string "MX86250" .align 3 .LC10058: .string "xiankasqudong" .align 3 .LC10059: .string "MX86251" .align 3 .LC10060: .string "PCI\\VEN_10D9&DEV_8626&SUBSYS_00000000&REV_00\\4&1F7DBC9F&0&08F0 " .align 3 .LC10061: .string "MX86251FC" .align 3 .LC10062: .string "Voodoo Rush MX86251" .align 3 .LC10063: .string "9619E" .align 3 .LC10064: .string "lc82c115" .align 3 .LC10065: .string " Linksys LNE100TX " .align 3 .LC10066: .string "STAR/RD24" .align 3 .LC10067: .string "PCI-SCI PMC mezzanine" .align 3 .LC10068: .string "ATT 2C15-3 (FPGA)" .align 3 .LC10069: .string "SCI bridge on PCI 5 Volt card" .align 3 .LC10070: .string "EP20S780" .align 3 .LC10071: .string "ALTERA STRATIX" .align 3 .LC10072: .string "680-1110-150/400" .align 3 .LC10073: .string "Simple PMC/PCI to S-LINK interface" .align 3 .LC10074: .string "680-1110-200/450" .align 3 .LC10075: .string "Simple S-LINK to PMC/PCI interface" .align 3 .LC10076: .string "S32PCI64" .align 3 .LC10077: .string "32-bit S-LINK to 64-bit PCI interface" .align 3 .LC10078: .string "HIPPI destination" .align 3 .LC10079: .string "HIPPI source" .align 3 .LC10080: .string "EP20KE (APEX-FPGA)" .align 3 .LC10081: .string "ALICE DDL to PCI interface (RORC)" .align 3 .LC10082: .string "SL651 7057 C200" .align 3 .LC10083: .string "Acquisition card for the SPS Orbit System (MACI)" .align 3 .LC10084: .string "XC4VFX100" .align 3 .LC10085: .string "CALICE ODR" .align 3 .LC10086: .string "TTC sr first TTC chip receiver PMC" .align 3 .LC10087: .string "PLX PCI 9030" .align 3 .LC10088: .string "based on the PLX PCI 9030 to build a MIL1553 bus interface" .align 3 .LC10089: .string "PLX PCI96556" .align 3 .LC10090: .string "64 Bit/66MHz PCI to Local Bus Bridge" .align 3 .LC10091: .string "a002" .align 3 .LC10092: .string "geodelink pci south" .align 3 .LC10093: .string "3D graphics processor" .align 3 .LC10094: .string "NV3" .align 3 .LC10095: .string "Riva 128" .align 3 .LC10096: .string "Lucent 0x00da" .align 3 .LC10097: .string "SoundMAX Integrated Digital Audio" .align 3 .LC10098: .string "0x0002" .align 3 .LC10099: .string "HDMI Audio Driver Driver" .align 3 .LC10100: .string "It seems to be Realtek ALC888/9" .align 3 .LC10101: .string "nVIDIA High Definition Audio/HDMI " .align 3 .LC10102: .string "realtek based HD Audio" .align 3 .LC10103: .string "NV1" .align 3 .LC10104: .string "Edge 3D" .align 3 .LC10105: .string "7025" .align 3 .LC10106: .string "HDMI Audio Driver Driver 1.00.00.59" .align 3 .LC10107: .string "NV2" .align 3 .LC10108: .string "Mutara V08" .align 3 .LC10109: .string "Various - see list on site" .align 3 .LC10110: .string "NVIDIA High Def Audio" .align 3 .LC10111: .string "Riva 128ZX" .align 3 .LC10112: .string "NV35" .align 3 .LC10113: .string "nVidia GeForce FX 5900XT" .align 3 .LC10114: .string "GTX680M" .align 3 .LC10115: .string "NVIDIA RIVA TNT" .align 3 .LC10116: .string "0DF4 " .align 3 .LC10117: .string "MCP67 " .align 3 .LC10118: .string "NVIDIA GeForce 635M" .align 3 .LC10119: .string "ACPI\\NSC1200" .align 3 .LC10120: .string "NVIDIA RIVA TNT 2 Ultra" .align 3 .LC10121: .string "0df4" .align 3 .LC10122: .string "TNT2" .align 3 .LC10123: .string "NV5" .align 3 .LC10124: .string "Riva TNT2" .align 3 .LC10125: .string "NVIDIA Vanta/Vanta LT" .align 3 .LC10126: .string "NVIDIA RIVA TNT2 Model 64/Model 64 AGP 32M" .align 3 .LC10127: .string "NV6" .align 3 .LC10128: .string "VANTA" .align 3 .LC10129: .string "MCP04" .align 3 .LC10130: .string "MCP04 PATA Controller" .align 3 .LC10131: .string "MCP04 SATA/RAID Controller" .align 3 .LC10132: .string "NV40" .align 3 .LC10133: .string "NVIDIA GeForce 6800 Ultra" .align 3 .LC10134: .string "NVIDIA GeForce 6800" .align 3 .LC10135: .string "NVIDIA GeForce 6800 LE" .align 3 .LC10136: .string "NVIDIA GeForce 6800 XE" .align 3 .LC10137: .string "NVIDIA GeForce 6800 XT" .align 3 .LC10138: .string "NVIDIA GeForce 6800 GT" .align 3 .LC10139: .string "NV45" .align 3 .LC10140: .string "NVIDIA GeForce 6800 GS" .align 3 .LC10141: .string "NVIDIA NV40GL" .align 3 .LC10142: .string "NVIDIA Quadro FX 3400" .align 3 .LC10143: .string "NVIDIA Quadro FX 4000" .align 3 .LC10144: .string "NV06" .align 3 .LC10145: .string "NVIDIA nForce PCI System Management" .align 3 .LC10146: .string "CK804" .align 3 .LC10147: .string "CK804 PATA Controller" .align 3 .LC10148: .string "CK804 SATA/RAID Controller" .align 3 .LC10149: .string "NVIDIA Network Bus Enumerator" .align 3 .LC10150: .string "sdsd" .align 3 .LC10151: .string "nForce Audio Controller" .align 3 .LC10152: .string "nForce4" .align 3 .LC10153: .string "nForce4 HyperTransport Bridge" .align 3 .LC10154: .string "MCP68" .align 3 .LC10155: .string "MCP" .align 3 .LC10156: .string "nForce MCP2/MCP2-T/MCP2-U" .align 3 .LC10157: .string "PATA Controller" .align 3 .LC10158: .string "nForce MCP2" .align 3 .LC10159: .string "nForce 2 Networking Controller" .align 3 .LC10160: .string "MCP2" .align 3 .LC10161: .string "Nvidia 7050 chipset HDMI Audio" .align 3 .LC10162: .string "EHCI USB 2.0 Controller" .align 3 .LC10163: .string "MCP2s" .align 3 .LC10164: .string "nForce AC97s" .align 3 .LC10165: .string "nForce MCP-T?" .align 3 .LC10166: .string "Audio Processing Unit (Dolby Digital)" .align 3 .LC10167: .string "nForce" .align 3 .LC10168: .string "nForce MCP-T" .align 3 .LC10169: .string "Audio Codec Interface" .align 3 .LC10170: .string "OHCI Compliant IEEE 1394 Controller" .align 3 .LC10171: .string "MCP2S" .align 3 .LC10172: .string "MCP2S PATA Controller" .align 3 .LC10173: .string "RLT8201BL" .align 3 .LC10174: .string "Single-Port 10/100M Fast Ethernet PHYceiver" .align 3 .LC10175: .string "MCP2S SATA/RAID Controller" .align 3 .LC10176: .string "G70" .align 3 .LC10177: .string "NVIDIA GeForce 7800 GTX" .align 3 .LC10178: .string "NVIDIA GeForce 7800 GT" .align 3 .LC10179: .string "NVIDIA GeForce 7800 GS" .align 3 .LC10180: .string "NVIDIA GeForce 7800SE/XT/LE/LT/ZT" .align 3 .LC10181: .string "NVIDIA GeForce 7800 SLI" .align 3 .LC10182: .string "NVIDIA GeForce Go 7800" .align 3 .LC10183: .string "NVIDIA GeForce Go 7800 GTX" .align 3 .LC10184: .string "NVIDIA Quadro FX 350M" .align 3 .LC10185: .string "NVIDIA Quadro FX 4500" .align 3 .LC10186: .string "NVIDIA G70GL" .align 3 .LC10187: .string "NV10de" .align 3 .LC10188: .string "Aladdin TNT2" .align 3 .LC10189: .string "NV41" .align 3 .LC10190: .string "NVIDIA GeForce GTX670M" .align 3 .LC10191: .string "NV41.8" .align 3 .LC10192: .string "NVIDIA GeForce Go 6800" .align 3 .LC10193: .string "NVIDIA GeForce Go 6800 Ultra" .align 3 .LC10194: .string "NVIDIA Quadro FX Go 1400" .align 3 .LC10195: .string "NVIDIA Quadro FX 3450/4000 SDI" .align 3 .LC10196: .string "NVIDIA Quadro FX 1400" .align 3 .LC10197: .string "nForce 3" .align 3 .LC10198: .string "nForce 3?" .align 3 .LC10199: .string "nForce3-150" .align 3 .LC10200: .string "CK8 PATA 133/PATA to SATA Bridge" .align 3 .LC10201: .string "MCP3" .align 3 .LC10202: .string "nForce 3 Networking Controller" .align 3 .LC10203: .string "nForce MCP3?" .align 3 .LC10204: .string "OpenHCD USB Host Controller" .align 3 .LC10205: .string "Enhanced PCI to USB Host Controller" .align 3 .LC10206: .string "Agere System PCI Soft Modem" .align 3 .LC10207: .string "MCP73" .align 3 .LC10208: .string "nForce3 Networking Controller" .align 3 .LC10209: .string "nForce3 250" .align 3 .LC10210: .string "Host/PCI Bridge" .align 3 .LC10211: .string "nForce 8400 M" .align 3 .LC10212: .string "nForce 250" .align 3 .LC10213: .string "CK8S SATA/RAID Controller" .align 3 .LC10214: .string "nForce3 200" .align 3 .LC10215: .string "PCI System Management" .align 3 .LC10216: .string "Parallel ATA Controller" .align 3 .LC10217: .string "OpenHCD USB Controller" .align 3 .LC10218: .string "Enhanced PCI to USB Controller" .align 3 .LC10219: .string "nForce3 250 " .align 3 .LC10220: .string "Audio Codec Interface (Realtek ALC658)" .align 3 .LC10221: .string "nForce gt 220" .align 3 .LC10222: .string "BR02" .align 3 .LC10223: .string "NVIDIA Device" .align 3 .LC10224: .string "NVIDIA GeForce 6600 GT" .align 3 .LC10225: .string "NVIDIA GeForce 6600" .align 3 .LC10226: .string "NVIDIA GeForce 6200" .align 3 .LC10227: .string "NVIDIA GeForce 6600 gt" .align 3 .LC10228: .string "NVIDIA GeForce 6800 GS/XT" .align 3 .LC10229: .string "NVIDIA Quadro FX 3400/4400" .align 3 .LC10230: .string "NVIDIA GeForce 6800 Series GPU" .align 3 .LC10231: .string "NVIDIA GeForce PCX 5750" .align 3 .LC10232: .string "NVIDIA GeForce PCX 5900" .align 3 .LC10233: .string "NVIDIA GeForce PCX 5300" .align 3 .LC10234: .string "NVIDIA Quadro PCI-E Series" .align 3 .LC10235: .string "NVIDIA Quadro FX 1300" .align 3 .LC10236: .string "NVIDIA GeForce PCX 4300" .align 3 .LC10237: .string "NV10" .align 3 .LC10238: .string "HDAUDIO\\FUNC_01&VEN_10EC&DEV_0269&SUBSYS_11790644&REV_1002\\4&1422899C&0&0001" .align 3 .LC10239: .string "NVIDIA GeForce DDR" .align 3 .LC10240: .string "GeForce 256 Ultra" .align 3 .LC10241: .string "NVIDIA Quadro" .align 3 .LC10242: .string "NV12" .align 3 .LC10243: .string "NVIDIA GeForce2 MX/MX 400" .align 3 .LC10244: .string "NV11" .align 3 .LC10245: .string "NVIDIA GeForce2 MX 100/200" .align 3 .LC10246: .string "NV9" .align 3 .LC10247: .string "NVIDIA GeForce 9800gt" .align 3 .LC10248: .string "Nvidia GeForce2 Go/MX Ultra Video Adapter" .align 3 .LC10249: .string "NVIDIA Quadro2 MXR/EX" .align 3 .LC10250: .string "NV43" .align 3 .LC10251: .string "nVIDIA GeForce 6600 PCI-E Video Adapter" .align 3 .LC10252: .string "NVIDIA GeForce 6600 LE" .align 3 .LC10253: .string "NVIDIA GeForce 6600 VE" .align 3 .LC10254: .string "NVIDIA GeForce Go 6600" .align 3 .LC10255: .string "NVIDIA GeForce 6610 XL" .align 3 .LC10256: .string "NVIDIA GeForce Go 6200 TE/6600 TE" .align 3 .LC10257: .string "NVIDIA GeForce 6700 XL" .align 3 .LC10258: .string "NVIDIA GeForce Go 6600 GT" .align 3 .LC10259: .string "NVIDIA Quadro NVS 440" .align 3 .LC10260: .string "NVIDIA NV43" .align 3 .LC10261: .string "NVIDIA Quadro FX 540M" .align 3 .LC10262: .string "NVIDIA Quadro FX 550" .align 3 .LC10263: .string "NVIDIA Quadro FX 540" .align 3 .LC10264: .string "NVIDIA GeForce 6200 go" .align 3 .LC10265: .string "NV15" .align 3 .LC10266: .string "NVIDIA GeForce2 GTS/GeForce2 Pro" .align 3 .LC10267: .string "NVIDIA GeForce2 Ti" .align 3 .LC10268: .string "NVIDIA GeForce2 Ultra" .align 3 .LC10269: .string "NVIDIA Quadro2 Pro" .align 3 .LC10270: .string "NV44" .align 3 .LC10271: .string "NVIDIA GeForce 6500 " .align 3 .LC10272: .string "NVIDIA GeForce 6200 TurboCache(TM)" .align 3 .LC10273: .string "NVIDIA GeForce 6200SE TurboCache(TM)" .align 3 .LC10274: .string "NVIDIA GeForce 6200 LE" .align 3 .LC10275: .string "NVIDIA NV44" .align 3 .LC10276: .string "NVIDIA Quadro NVS 285" .align 3 .LC10277: .string "NVIDIA GeForce Go 6250" .align 3 .LC10278: .string "NVIDIA GeForce Go 6200" .align 3 .LC10279: .string "NVIDIA GeForce Go 6400" .align 3 .LC10280: .string "NVIDIA GeForce 6250" .align 3 .LC10281: .string "NVIDIA GeForce 7100 GS" .align 3 .LC10282: .string "NVIDIA NV44GLM" .align 3 .LC10283: .string "NVIDIA NV44GL" .align 3 .LC10284: .string "NV17" .align 3 .LC10285: .string "NVIDIA GeForce4 MX 460" .align 3 .LC10286: .string "NVIDIA GeForce4 MX 440 with AGP 4X 64mb" .align 3 .LC10287: .string "NVIDIA GeForce4 MX 420" .align 3 .LC10288: .string "NVIDIA GeForce4 MX 440-SE" .align 3 .LC10289: .string "NVIDIA GeForce4 MX 440 Go" .align 3 .LC10290: .string "NVIDIA GeForce4 MX 420 Go" .align 3 .LC10291: .string "NVIDIA GeForce4 MX 420 Go 32M" .align 3 .LC10292: .string "NVIDIA GeForce4 460 Go" .align 3 .LC10293: .string "NVIDIA Quadro4 550 XGL" .align 3 .LC10294: .string "NV17.2" .align 3 .LC10295: .string "NVIDIA GeForce4 MX 440 Go 64M" .align 3 .LC10296: .string "NVIDIA Quadro NVS" .align 3 .LC10297: .string "NV17GL.3" .align 3 .LC10298: .string "Quadro4 550 XGL" .align 3 .LC10299: .string "NVIDIA Quadro4 500 Go GL" .align 3 .LC10300: .string "NVIDIA GeForce4 410 Go 16M" .align 3 .LC10301: .string "NV18" .align 3 .LC10302: .string "NVIDIA GeForce4 MX 440 with AGP8X" .align 3 .LC10303: .string "NVIDIA GeForce4 MX 440SE with AGP8X" .align 3 .LC10304: .string "NVIDIA GeForce4 MX 420 with AGP8X" .align 3 .LC10305: .string "NVIDIA GeForce4 MX 4000 128 mb 64 bit" .align 3 .LC10306: .string "NVIDIA GeForce4 448 Go" .align 3 .LC10307: .string "NVIDIA GeForce4000 Go" .align 3 .LC10308: .string "NVIDIA Quadro4 580 XGL" .align 3 .LC10309: .string "NVIDIA Quadro NVS with AGP8X" .align 3 .LC10310: .string "NVIDIA Quadro4 380 XGL" .align 3 .LC10311: .string "NVIDIA Quadro NVS 50 PCI" .align 3 .LC10312: .string "G80" .align 3 .LC10313: .string "NVIDIA GeForce 8800 GTX" .align 3 .LC10314: .string "NVIDIA GeForce 8800 GTS" .align 3 .LC10315: .string "NVIDIA GeForce 8800 Ultra" .align 3 .LC10316: .string "NVIDIA Tesla C870" .align 3 .LC10317: .string "NVIDIA Quadro FX 5600" .align 3 .LC10318: .string "NVIDIA Quadro FX 4600" .align 3 .LC10319: .string "CR11" .align 3 .LC10320: .string "NVIDIA GeForce2 Integrated GPU" .align 3 .LC10321: .string "AGP Controller" .align 3 .LC10322: .string "nForce 210" .align 3 .LC10323: .string "Memory Controller (SDR) ddr3" .align 3 .LC10324: .string "nForce 420" .align 3 .LC10325: .string "Memory Controller (SDR)" .align 3 .LC10326: .string "nForce 220/230" .align 3 .LC10327: .string "Memory Controller (DDR)" .align 3 .LC10328: .string "nForce 415/420/430" .align 3 .LC10329: .string "nForce 2x0/415/4x0" .align 3 .LC10330: .string "nForce Dolby Digital Audio Controller" .align 3 .LC10331: .string "nForce AC'97 Audio Controller" .align 3 .LC10332: .string "HUB Interface" .align 3 .LC10333: .string "nForce 1/2 SMBus Controller" .align 3 .LC10334: .string "nForce IDE/ATA Controller" .align 3 .LC10335: .string "nForce MCP" .align 3 .LC10336: .string "OHCI USB Controller" .align 3 .LC10337: .string "MCP73 ethernet" .align 3 .LC10338: .string "nForce Networking Controller" .align 3 .LC10339: .string "G72" .align 3 .LC10340: .string "NVIDIA GeForce 7350 LE" .align 3 .LC10341: .string "NVIDIA GeForce 7300 LE" .align 3 .LC10342: .string "NVIDIA GeForce 7550 LE" .align 3 .LC10343: .string "GS7200" .align 3 .LC10344: .string "NVIDIA GeForce 7300 SE/7200 GS" .align 3 .LC10345: .string "NVIDIA GeForce Go 7300" .align 3 .LC10346: .string "NVIDIA GeForce Go 7400" .align 3 .LC10347: .string "NVIDIA Quadro NVS 120M" .align 3 .LC10348: .string "NVIDIA GeForce 7500 LE" .align 3 .LC10349: .string "NVIDIA Quadro FX 350" .align 3 .LC10350: .string "NVIDIA GeForce 7300 GS" .align 3 .LC10351: .string "nForce2" .align 3 .LC10352: .string "Memory Controller 0" .align 3 .LC10353: .string "Memory Controller 1" .align 3 .LC10354: .string "Memory Controller 2" .align 3 .LC10355: .string "Memory Controller 3" .align 3 .LC10356: .string "Memory Controller 4" .align 3 .LC10357: .string "Memory Controller 5" .align 3 .LC10358: .string "CR17" .align 3 .LC10359: .string "NVIDIA GeForce4 MX Integrated GPU" .align 3 .LC10360: .string "NV20" .align 3 .LC10361: .string "NVIDIA GeForce3" .align 3 .LC10362: .string "NVIDIA GeForce3 Ti 200" .align 3 .LC10363: .string "NVIDIA GeForce3 Ti 500" .align 3 .LC10364: .string "NVIDIA Quadro DCC" .align 3 .LC10365: .string "NV48" .align 3 .LC10366: .string "NVIDIA NV48" .align 3 .LC10367: .string "nVidia Geforce 6200 AGP" .align 3 .LC10368: .string "NVIDIA GeForce 6200 A-LE" .align 3 .LC10369: .string "NVIDIA NV44M" .align 3 .LC10370: .string "C51" .align 3 .LC10371: .string "NVIDIA GeForce 6150" .align 3 .LC10372: .string "NVIDIA GeForce 6150 LE" .align 3 .LC10373: .string "NVIDIA GeForce 6100" .align 3 .LC10374: .string "Geforce Go 7600" .align 3 .LC10375: .string "Geforce Go 6150" .align 3 .LC10376: .string "NVIDIA Quadro NVS 210S / NVIDIA GeForce 6150LE" .align 3 .LC10377: .string "Geforce 6100 Go" .align 3 .LC10378: .string "NV25" .align 3 .LC10379: .string "NVIDIA GeForce4 Ti 4600" .align 3 .LC10380: .string "NVIDIA GeForce4 Ti 4400" .align 3 .LC10381: .string "NVIDIA GeForce4 Ti" .align 3 .LC10382: .string "NVIDIA GeForce4 Ti 4200" .align 3 .LC10383: .string "NVIDIA Quadro4 900 XGL" .align 3 .LC10384: .string "NVIDIA Quadro4 750 XGL" .align 3 .LC10385: .string "NVIDIA Quadro4 700 XGL" .align 3 .LC10386: .string "0260" .align 3 .LC10387: .string "NVIDIA SMB Bus Controller" .align 3 .LC10388: .string "MCP51" .align 3 .LC10389: .string "Standard Dual Channel PCI IDE Controller" .align 3 .LC10390: .string "MCP51S" .align 3 .LC10391: .string "NVIDIA nForce 430/410 Serial ATA Controller" .align 3 .LC10392: .string "NVIDIA nForce Networking Controller" .align 3 .LC10393: .string "NVIDIA nForce 10/100 Mbps Ethernet" .align 3 .LC10394: .string "MCP51 AC'97 Audio " .align 3 .LC10395: .string "Realtek HD Audio Driver" .align 3 .LC10396: .string "026D" .align 3 .LC10397: .string "MCP51 USB Controller (EHCI) " .align 3 .LC10398: .string "MCP51 USB Controller" .align 3 .LC10399: .string "026F" .align 3 .LC10400: .string "nForce Memory Controller" .align 3 .LC10401: .string "NVIDIA nForce System Management Controller" .align 3 .LC10402: .string "027E" .align 3 .LC10403: .string "027F" .align 3 .LC10404: .string "NV28" .align 3 .LC10405: .string "NVIDIA GeForce4 Ti 4800" .align 3 .LC10406: .string "NVIDIA GeForce4 Ti 4200 with AGP8X" .align 3 .LC10407: .string "NVIDIA GeForce4 Ti 4800 SE" .align 3 .LC10408: .string "NVIDIA GeForce4 4200 Go" .align 3 .LC10409: .string "NVIDIA Quadro4 980 XGL" .align 3 .LC10410: .string "NVIDIA Quadro4 780 XGL" .align 3 .LC10411: .string "NVIDIA Quadro4 700 Go GL" .align 3 .LC10412: .string "G71" .align 3 .LC10413: .string "NVIDIA GeForce 7900 GTX" .align 3 .LC10414: .string "NVIDIA GeForce 7900 GT/GTO" .align 3 .LC10415: .string "NVIDIA GeForce 7900 GS" .align 3 .LC10416: .string "NVIDIA GeForce 7950 GX2" .align 3 .LC10417: .string "NVIDIA GeForce 7950 GT" .align 3 .LC10418: .string "NVIDIA GeForce Go 7950 GTX" .align 3 .LC10419: .string "NVIDIA GeForce Go 7900 GS" .align 3 .LC10420: .string "NVIDIA GeForce Go 7900 GTX" .align 3 .LC10421: .string "NVIDIA Quadro FX 1500M" .align 3 .LC10422: .string "NVIDIA Quadro FX 5500" .align 3 .LC10423: .string "NVIDIA Quadro FX 3500" .align 3 .LC10424: .string "NVIDIA Quadro FX 1500" .align 3 .LC10425: .string "NVIDIA Quadro FX 4500 X2" .align 3 .LC10426: .string "NV2A" .align 3 .LC10427: .string "NVIDIA NV2A GeForce 3 Integrated (XBOX)" .align 3 .LC10428: .string "NVIDIA GeForce 7600 GT" .align 3 .LC10429: .string "NVIDIA GeForce 7600 GS" .align 3 .LC10430: .string "NVIDIA GeForce 7300 GT" .align 3 .LC10431: .string "02F3" .align 3 .LC10432: .string "PCI standard RAM controller" .align 3 .LC10433: .string "02F8" .align 3 .LC10434: .string "02F9" .align 3 .LC10435: .string "02FA" .align 3 .LC10436: .string "nForce HyperTransport Bridge" .align 3 .LC10437: .string "02FC" .align 3 .LC10438: .string "02FD" .align 3 .LC10439: .string "PCI stanard PCI-to-PCI bridge" .align 3 .LC10440: .string "02FE" .align 3 .LC10441: .string "nForce Memory Controll" .align 3 .LC10442: .string "NV30" .align 3 .LC10443: .string "NVIDIA NV30" .align 3 .LC10444: .string "NVIDIA GeForce FX 5800 Ultra" .align 3 .LC10445: .string "NVIDIA GeForce FX 5800" .align 3 .LC10446: .string "NVIDIA Quadro FX 2000" .align 3 .LC10447: .string "NVIDIA Quadro FX 1000" .align 3 .LC10448: .string "NVIDIA ICE FX 2000" .align 3 .LC10449: .string "NVIDIA GeForce FX 5600 Ultra" .align 3 .LC10450: .string "NVIDIA GeForce FX 5600" .align 3 .LC10451: .string "NVIDIA NV31" .align 3 .LC10452: .string "NVIDIA GeForce FX 5600XT" .align 3 .LC10453: .string "NVIDIA NV31M" .align 3 .LC10454: .string "NVIDIA NV31M Pro" .align 3 .LC10455: .string "NVIDIA NV31GL" .align 3 .LC10456: .string "NVIDIA GeForce FX Go 5600" .align 3 .LC10457: .string "NVIDIA GeForce FX Go 5650" .align 3 .LC10458: .string "NVIDIA Quadro FX Go 700" .align 3 .LC10459: .string "NVIDIA NV31GLM" .align 3 .LC10460: .string "NVIDIA NV31GLM Pro" .align 3 .LC10461: .string "NVIDIA GeForce FX 5200" .align 3 .LC10462: .string "NVIDIA GeForce FX 5200 Ultra" .align 3 .LC10463: .string "NV34.3" .align 3 .LC10464: .string "NVIDIA GeForce FX 5200LE" .align 3 .LC10465: .string "NVIDIA GeForce FX Go 5200 64mb" .align 3 .LC10466: .string "NVIDIA GeForce FX Go 5250/5500" .align 3 .LC10467: .string "FX 5500" .align 3 .LC10468: .string "NVIDIA GeForce FX 5500" .align 3 .LC10469: .string "NVIDIA GeForce FX 5100" .align 3 .LC10470: .string "NVIDIA GeForce FX Go 5200 32/64M" .align 3 .LC10471: .string "NVIDIA NV34MAP" .align 3 .LC10472: .string "NVIDIA Quadro NVS 55/280 PCI" .align 3 .LC10473: .string "NVIDIA Quadro FX 500/FX 600" .align 3 .LC10474: .string "NVIDIA GeForce FX Go 53x0" .align 3 .LC10475: .string "NVIDIA GeForce FX Go 5100" .align 3 .LC10476: .string "NVIDIA NV34GL" .align 3 .LC10477: .string "NVIDIA GeForce FX 5900 Ultra" .align 3 .LC10478: .string "NVIDIA GeForce FX 5900" .align 3 .LC10479: .string "NVIDIA GeForce FX 5900XT" .align 3 .LC10480: .string "NVIDIA GeForce FX 5950 Ultra" .align 3 .LC10481: .string "NVIDIA GeForce FX 5900ZT" .align 3 .LC10482: .string "NVIDIA Quadro FX 3000" .align 3 .LC10483: .string "NVIDIA Quadro FX 700" .align 3 .LC10484: .string "NV36" .align 3 .LC10485: .string "NVIDIA GeForce FX 5700 Ultra" .align 3 .LC10486: .string "NVIDIA GeForce FX 5700" .align 3 .LC10487: .string "NVIDIA GeForce FX 5700LE" .align 3 .LC10488: .string "NVIDIA GeForce FX 5700VE" .align 3 .LC10489: .string "NVIDIA NV36" .align 3 .LC10490: .string "NVIDIA GeForce FX Go 5700" .align 3 .LC10491: .string "NVIDIA NV36M Pro" .align 3 .LC10492: .string "NVIDIA NV36MAP" .align 3 .LC10493: .string "NVIDIA Quadro FX Go 1000" .align 3 .LC10494: .string "NVIDIA Quadro FX 1100" .align 3 .LC10495: .string "NVIDIA NV36GL" .align 3 .LC10496: .string "(0xCB84 integrated chip nForce Pro 3400)" .align 3 .LC10497: .string "SMBus controller" .align 3 .LC10498: .string "81FB1043" .align 3 .LC10499: .string "Standard OpenHCD USB Hostcontroller" .align 3 .LC10500: .string "Standard PCI-to-USB Enhanced Hostcontroller" .align 3 .LC10501: .string "MCP55" .align 3 .LC10502: .string "MCP55 PATA Controller" .align 3 .LC10503: .string "MCP55 SATA/RAID Controller" .align 3 .LC10504: .string "rev.1" .align 3 .LC10505: .string "MCP55S" .align 3 .LC10506: .string "G73" .align 3 .LC10507: .string "NVIDIA GeForce 7650 GS" .align 3 .LC10508: .string "GS" .align 3 .LC10509: .string "NVIDIA GeForce 7600 LE" .align 3 .LC10510: .string "NVIDIA GeForce Go 7600" .align 3 .LC10511: .string "NVIDIA Quadro FX 560" .align 3 .LC10512: .string "SUBSYS_00000000" .align 3 .LC10513: .string "REV_A1\\4&1B41B794&0&00E0" .align 3 .LC10514: .string "GT216GLM" .align 3 .LC10515: .string "Nvidia Quadro FX 880M" .align 3 .LC10516: .string "MCP61 " .align 3 .LC10517: .string "NVIDIA GEForce 6150SE nForce 430" .align 3 .LC10518: .string "C61" .align 3 .LC10519: .string "nForce 520 LE" .align 3 .LC10520: .string "NVIDIA GeForce 6100 nForce 400" .align 3 .LC10521: .string "NVIDIA GeForce 6100 nForce 420" .align 3 .LC10522: .string "GT218" .align 3 .LC10523: .string "NVidia GeForce 7025 nForce 630a" .align 3 .LC10524: .string "nForce 430, MCP61 LPC Bridge" .align 3 .LC10525: .string "Riva128" .align 3 .LC10526: .string "MCP61" .align 3 .LC10527: .string "MCP61 SATA/RAID Controller" .align 3 .LC10528: .string "MCP61 Memory Controller" .align 3 .LC10529: .string "MCP6P1, 85B36Q1, G822B1, MCP61 SMBus" .align 3 .LC10530: .string "NVIDIA nForce PCI \303\220\302\241\303\220\302\270\303\221\302\201\303\221\302\202\303\220\302\265\303\220\302\274\303\220\302\260 \303\220\302\243\303\220\302\277\303\221\302\200\303\220\302\260\303\220\302\262\303\220\302\273\303\220\302\265\303\220\302\275\303\220\302\270\303\220\302\265" .align 3 .LC10531: .string "MCP61 PATA Controller" .align 3 .LC10532: .string "nForce 405, MCP61 Ethernet" .align 3 .LC10533: .string "Nvidia Networking Card" .align 3 .LC10534: .string "MCP51 & MCP61" .align 3 .LC10535: .string "GeForce 6100" .align 3 .LC10536: .string "ALC660/ALC662" .align 3 .LC10537: .string "Realtek High Defnition Audio getarnt als nVidia MCP" .align 3 .LC10538: .string "MCP61 USB Controller" .align 3 .LC10539: .string "Serial bus controller" .align 3 .LC10540: .string "MCP61 PCI bridge" .align 3 .LC10541: .string "Bridge" .align 3 .LC10542: .string "Co-Processor" .align 3 .LC10543: .string "G84" .align 3 .LC10544: .string "NVIDIA GeForce 8600 GTS" .align 3 .LC10545: .string "NVIDIA GeForce 8600 GT" .align 3 .LC10546: .string "NVIDIA GeForce 8600GS" .align 3 .LC10547: .string "NVIDIA GeForce 8400 GS" .align 3 .LC10548: .string "GeForce 9500m GS" .align 3 .LC10549: .string "NVIDIA GeForce 8300 GS" .align 3 .LC10550: .string "NVIDIA GeForce 8600M GT" .align 3 .LC10551: .string "No Idea" .align 3 .LC10552: .string "Nvidia GeForce 8700M GT" .align 3 .LC10553: .string "NVIDIA Quadro FX 370" .align 3 .LC10554: .string "NVIDIA Quadro NVS 570M" .align 3 .LC10555: .string "Mobile Quadro FX/NVS video card" .align 3 .LC10556: .string "NVIDIA Quadro FX 570" .align 3 .LC10557: .string "NVIDIA Quadro FX 1700" .align 3 .LC10558: .string "G86" .align 3 .LC10559: .string "NVIDIA GeForce 8400 SE" .align 3 .LC10560: .string "NVIDIA GeForce 8500 GT" .align 3 .LC10561: .string "NVIDIA 8600m GS" .align 3 .LC10562: .string "G86M" .align 3 .LC10563: .string "Geforce 8400M GT GPU" .align 3 .LC10564: .string "Geforce 8400M GS" .align 3 .LC10565: .string "NVIDIA GeForce 8400M G" .align 3 .LC10566: .string "nVidia Quadro NVS 135M or Quadro NVS 140M " .align 3 .LC10567: .string "9600" .align 3 .LC10568: .string "NVIDIA Quadro NVS 135M" .align 3 .LC10569: .string "NVIDIA GeForce 8600gts" .align 3 .LC10570: .string "Quadro FX 360 M" .align 3 .LC10571: .string "Quadro FX 360 M (Mobile)" .align 3 .LC10572: .string "GeForce 9300M G" .align 3 .LC10573: .string "Mobile graphics" .align 3 .LC10574: .string "NVIDIA Quadro NVS 290" .align 3 .LC10575: .string "NVIDIA nForce AR Chipset" .align 3 .LC10576: .string "MCP65" .align 3 .LC10577: .string "MCP65 PATA Controller" .align 3 .LC10578: .string "MCP65 RAID" .align 3 .LC10579: .string "MCP65 AHCI" .align 3 .LC10580: .string "MCP67D" .align 3 .LC10581: .string "MCP67D AHCI" .align 3 .LC10582: .string "MCP65 ?AHCI" .align 3 .LC10583: .string "E0001458" .align 3 .LC10584: .string "MCP65 SATA Controller(IDE mode)" .align 3 .LC10585: .string "NVidia GeForce 9400GT" .align 3 .LC10586: .string "GPU" .align 3 .LC10587: .string "7150" .align 3 .LC10588: .string "NVIDIA GeForce Go 7150M (UMA)" .align 3 .LC10589: .string "-PCI\\VEN 10DEV 0533&SUBSYS 30EA103C&REV A2\\3&2411E" .align 3 .LC10590: .string "nVidia GeForce 7000M / nForce 610M" .align 3 .LC10591: .string "C68" .align 3 .LC10592: .string "NVIDIA GeForce 7050 PV / NVIDIA nForce 630a" .align 3 .LC10593: .string "NVIDIA GeForce 7025 / NVIDIA nForce 630a" .align 3 .LC10594: .string "NVidia nForce 4 SLI" .align 3 .LC10595: .string "nForce PCI System Management" .align 3 .LC10596: .string "Coprocessor" .align 3 .LC10597: .string "ENE0100" .align 3 .LC10598: .string "ENE0100c" .align 3 .LC10599: .string "MCP67" .align 3 .LC10600: .string "MCP67 Ethernet Vista" .align 3 .LC10601: .string "Myson MTD803/TAMARACK TC6020" .align 3 .LC10602: .string "PCI Ethernet controller" .align 3 .LC10603: .string "MCP67 AHCI" .align 3 .LC10604: .string "MCP67 RAID" .align 3 .LC10605: .string "MCP67 PATA Controller" .align 3 .LC10606: .string "MCP73 PATA" .align 3 .LC10607: .string "GT200b1" .align 3 .LC10608: .string "GeForce GTX 295" .align 3 .LC10609: .string "GT200" .align 3 .LC10610: .string "NVIDIA GeForce GTX 280" .align 3 .LC10611: .string "NVIDIA GeForce GTX 260" .align 3 .LC10612: .string "GT200b" .align 3 .LC10613: .string "GeForce GTX 285" .align 3 .LC10614: .string "NVIDIA Tesla C1060" .align 3 .LC10615: .string "NVIDIA Quadroplex 2200 S4" .align 3 .LC10616: .string "NVIDIA Quadro CX" .align 3 .LC10617: .string "NVIDIA Quadro FX 5800" .align 3 .LC10618: .string "NVIDIA Quadro FX 4800" .align 3 .LC10619: .string "G200GL" .align 3 .LC10620: .string "NVIDIA Quadro FX 3800" .align 3 .LC10621: .string "G92" .align 3 .LC10622: .string "NVIDIA GeForce 8800 GTS 512" .align 3 .LC10623: .string "NVIDIA GeForce 9800 GT" .align 3 .LC10624: .string "NVIDIA GeForce 8800 GT" .align 3 .LC10625: .string "NVIDIA GeForce 9800 GX2" .align 3 .LC10626: .string "NVIDIA GeForce 8800 GS" .align 3 .LC10627: .string "NVIDIA Geforce 9800M GTX" .align 3 .LC10628: .string "GeForce 9800M GT" .align 3 .LC10629: .string "G93" .align 3 .LC10630: .string "NVIDIA GeForce 9300 GSO" .align 3 .LC10631: .string "NVIDIA GeForce 9800 GTX/9800 GTX+" .align 3 .LC10632: .string "NVIDIA GeForce 9800 GTX+" .align 3 .LC10633: .string "0615" .align 3 .LC10634: .string "GeForce GTS 250" .align 3 .LC10635: .string "NVIDIA Quadro FX 4700 X2" .align 3 .LC10636: .string "NVIDIA Quadro FX 3700" .align 3 .LC10637: .string "NVIDIA Quadro VX 200" .align 3 .LC10638: .string "Nvidia Quadro 2800M" .align 3 .LC10639: .string "02EF" .align 3 .LC10640: .string "NVIDIA Quadro FX 3800M" .align 3 .LC10641: .string "G94" .align 3 .LC10642: .string "gt220" .align 3 .LC10643: .string "NVIDIA GeForce 9600 GS" .align 3 .LC10644: .string "NVIDIA GeForce 9600 GSO 512" .align 3 .LC10645: .string "G-Force 9800M GTS" .align 3 .LC10646: .string "NVIDIA GeForce 9600 GT" .align 3 .LC10647: .string "0638" .align 3 .LC10648: .string "NVIDIA Quadro FX 1800" .align 3 .LC10649: .string "60770" .align 3 .LC10650: .string "81yJUT <a href=" .align 3 .LC10651: .string "jwh058862" .align 3 .LC10652: .string "NVIDIA GeForce 9400 GT" .align 3 .LC10653: .string "G96" .align 3 .LC10654: .string "G95" .align 3 .LC10655: .string "NVIDIA GeForce 9500 GT" .align 3 .LC10656: .string "NVIDIA GeForce 9500 GS" .align 3 .LC10657: .string "Geforce 9500GS" .align 3 .LC10658: .string "nVidia GeForce 9600M GT" .align 3 .LC10659: .string "GeForce 9700M GT" .align 3 .LC10660: .string "G96M" .align 3 .LC10661: .string "Ge Force GT 130M" .align 3 .LC10662: .string "NVIDIA (0x10de)" .align 3 .LC10663: .string "Quadro FX 380" .align 3 .LC10664: .string "Quadro FX" .align 3 .LC10665: .string "0x00" .align 3 .LC10666: .string "512 MB QUADRO NVIDIA FX580 " .align 3 .LC10667: .string "Quadro FX 770M" .align 3 .LC10668: .string "GTX 480" .align 3 .LC10669: .string "MSI GTX 480" .align 3 .LC10670: .string "GTX 465" .align 3 .LC10671: .string "nVidia GTX 465" .align 3 .LC10672: .string "Nvidia Gefore GTX 470" .align 3 .LC10673: .string "GF100" .align 3 .LC10674: .string "nVidia Quadro 4000" .align 3 .LC10675: .string "G98" .align 3 .LC10676: .string "NVIDIA GeForce 9300 GE" .align 3 .LC10677: .string "NVIDIA GeForce 9300 GS" .align 3 .LC10678: .string "NVIDIA GeForce 8400" .align 3 .LC10679: .string "2430" .align 3 .LC10680: .string "asus" .align 3 .LC10681: .string "G100" .align 3 .LC10682: .string "nVidia G100" .align 3 .LC10683: .string "NVIDIA GeForce 9300 SE" .align 3 .LC10684: .string "NVIDIA GeForce 9300M GS" .align 3 .LC10685: .string "nvidia quadro nvs 150m" .align 3 .LC10686: .string "G98M" .align 3 .LC10687: .string "Quadro NVS 160M" .align 3 .LC10688: .string "0x0003" .align 3 .LC10689: .string "NVIDIA GeForce G105M (Acer Aspire 5738z)" .align 3 .LC10690: .string "NVIDIA GeForce G 103M" .align 3 .LC10691: .string "NVIDIA Quadro NVS 420" .align 3 .LC10692: .string "NVIDIA Quadro FX 370 LP" .align 3 .LC10693: .string "NVIDIA Quadro NVS 450" .align 3 .LC10694: .string "NVS 295" .align 3 .LC10695: .string "NVidia NVS 295" .align 3 .LC10696: .string "8100" .align 3 .LC10697: .string "MCP78 NIC" .align 3 .LC10698: .string "NForce Network Controller" .align 3 .LC10699: .string "MCP ?" .align 3 .LC10700: .string "MCP72" .align 3 .LC10701: .string "MCP72 AHCI" .align 3 .LC10702: .string "MCP72 RAID" .align 3 .LC10703: .string "nForce 7100-630i (MCP73PV)" .align 3 .LC10704: .string "nForce 7100-630i " .align 3 .LC10705: .string "MCP73PV" .align 3 .LC10706: .string "PCI\\VEN_10DE&DEV_07DA&SUBSYS_01371025&REV_A2" .align 3 .LC10707: .string "coprocessor" .align 3 .LC10708: .string "C73" .align 3 .LC10709: .string "NVIDIA GeForce 7150m graphics" .align 3 .LC10710: .string "NVIDIA GeForce 7100 / NVIDIA nForce 630i" .align 3 .LC10711: .string "NVIDIA GeForce 7050 / NVIDIA nForce 630i" .align 3 .LC10712: .string "NVIDIA GeForce 7050 / NVIDIA nForce 610i" .align 3 .LC10713: .string "NVIDIA GeForce 7050 / NVIDIA nForce 620i" .align 3 .LC10714: .string "MCP73 SATA(IDE mode)" .align 3 .LC10715: .string "MCP73 AHCI1" .align 3 .LC10716: .string "MCP73 AHCI2" .align 3 .LC10717: .string "MCP73 AHCI3" .align 3 .LC10718: .string "MCP73 AHCI4" .align 3 .LC10719: .string "MCP73 RAID1" .align 3 .LC10720: .string "MCP73 RAID2" .align 3 .LC10721: .string "MCP73 RAID3" .align 3 .LC10722: .string "MCP73 RAID4" .align 3 .LC10723: .string "nForce 630i" .align 3 .LC10724: .string "High Definition Audio Bus" .align 3 .LC10725: .string "NVIDIA GeForce 8300" .align 3 .LC10726: .string "C77" .align 3 .LC10727: .string "NVIDIA GeForce 8200" .align 3 .LC10728: .string "NVIDIA nForce 730a" .align 3 .LC10729: .string "NVIDIA nForce 780a SLI" .align 3 .LC10730: .string "NVIDIA nForce 750a SLI" .align 3 .LC10731: .string "NVIDIA GeForce 8100 / nForce 720a" .align 3 .LC10732: .string "C79" .align 3 .LC10733: .string "NVIDIA GeForce 9300" .align 3 .LC10734: .string "NVIDIA GeForce 9400" .align 3 .LC10735: .string "NVIDIA GeForce 9400M" .align 3 .LC10736: .string "NVIDIA GeForce 9400M G" .align 3 .LC10737: .string "NVIDIA nForce 760i SLI" .align 3 .LC10738: .string "NVIDIA GeForce 9300 / nForce 730i" .align 3 .LC10739: .string "NVIDIA GeForce 9200" .align 3 .LC10740: .string "MCP79MVL" .align 3 .LC10741: .string "GeForce 8200M G" .align 3 .LC10742: .string "NVIDIA Quadro FX 470" .align 3 .LC10743: .string "00741B0A" .align 3 .LC10744: .string "REV_B1\\4" .align 3 .LC10745: .string "GeForce GT 220" .align 3 .LC10746: .string "GF315" .align 3 .LC10747: .string "GeForce 315" .align 3 .LC10748: .string "nvidia geforce 210" .align 3 .LC10749: .string "NVIDIA GeForce GT-330M" .align 3 .LC10750: .string "GT 330M" .align 3 .LC10751: .string "NVIDIA GeForce 330M" .align 3 .LC10752: .string "NV" .align 3 .LC10753: .string "Quadro NVS 5100M" .align 3 .LC10754: .string "GT 320M" .align 3 .LC10755: .string "nVidia quadro 400" .align 3 .LC10756: .string "nVidia quadro 400 / 600 / 2000 / NVS 300" .align 3 .LC10757: .string "GeForce 210" .align 3 .LC10758: .string "Nvidia 200 Series" .align 3 .LC10759: .string "GeForce 310" .align 3 .LC10760: .string "NVS 2100M" .align 3 .LC10761: .string "NVIDIA NVS 2100M" .align 3 .LC10762: .string "NVS 5100M" .align 3 .LC10763: .string "NVidia NVS 5100M" .align 3 .LC10764: .string "ION" .align 3 .LC10765: .string "Ion next gen small size chip" .align 3 .LC10766: .string "G310M" .align 3 .LC10767: .string "vga nVidia &#26174;&#31034;&#39537;&#21160;&#31243;&#24207;" .align 3 .LC10768: .string "0x0A73" .align 3 .LC10769: .string "NVIDIA ION Graphic driver" .align 3 .LC10770: .string "GeForce G210M" .align 3 .LC10771: .string "GF300M" .align 3 .LC10772: .string "GeForce 310M" .align 3 .LC10773: .string "GT218GL" .align 3 .LC10774: .string "NVIDIA Quadro FX 380 LP" .align 3 .LC10775: .string "Nvidia GT218 [GeForce 505] " .align 3 .LC10776: .string "MCP7A" .align 3 .LC10777: .string "nForce 730i SMBus Controller" .align 3 .LC10778: .string "NForce 9300 LAN/SATA/SMBUS/SMU/GPU" .align 3 .LC10779: .string "0x0A80" .align 3 .LC10780: .string "MCP79" .align 3 .LC10781: .string "MCP79 AHCI1" .align 3 .LC10782: .string "MCP79 AHCI2" .align 3 .LC10783: .string "MCP79 RAID1" .align 3 .LC10784: .string "MCP79 RAID2" .align 3 .LC10785: .string "MCP78" .align 3 .LC10786: .string "SATA Controller IDE mode" .align 3 .LC10787: .string "MCP?" .align 3 .LC10788: .string "GT240" .align 3 .LC10789: .string "GeForce GT 240" .align 3 .LC10790: .string "GeForce 400M GTS 450" .align 3 .LC10791: .string "http://www.nvidia.pl/download/driverResults.aspx/71737/pl" .align 3 .LC10792: .string "GT555M" .align 3 .LC10793: .string "Nvidia GeForce GT555M" .align 3 .LC10794: .string "GF106M" .align 3 .LC10795: .string "Geforce GTX 460M" .align 3 .LC10796: .string "GF108" .align 3 .LC10797: .string "NVIDIA GeForce GT 430" .align 3 .LC10798: .string "GF116" .align 3 .LC10799: .string "nVidia GT 635M" .align 3 .LC10800: .string "0DF4" .align 3 .LC10801: .string "NVIDIA GeForce GT 540M" .align 3 .LC10802: .string "164A10CF" .align 3 .LC10803: .string "NVIDIA GeForce GT 525M [VISTA,WIN7/64bits]" .align 3 .LC10804: .string "Quadro 600 rev a1" .align 3 .LC10805: .string "1000M" .align 3 .LC10806: .string "Nvidia Quadro 1000M" .align 3 .LC10807: .string "NVS Notebook" .align 3 .LC10808: .string "NVS 5200M" .align 3 .LC10809: .string "0E1B" .align 3 .LC10810: .string "GTX 460" .align 3 .LC10811: .string "GeForce GT 620" .align 3 .LC10812: .string "GK107" .align 3 .LC10813: .string "NVIDIA GeForce GT 640" .align 3 .LC10814: .string "GT 630" .align 3 .LC10815: .string "NVIDIA GeForce 332.21" .align 3 .LC10816: .string "NVIDIA GeForce GTX 650" .align 3 .LC10817: .string "Alienware M17xR3" .align 3 .LC10818: .string "GTX 660M" .align 3 .LC10819: .string "GK107M" .align 3 .LC10820: .string "GeForce GTX 660M (Mac)" .align 3 .LC10821: .string "NVIDIA Quadro K1100M" .align 3 .LC10822: .string "NVIDIA NVS 510" .align 3 .LC10823: .string "GK107GL" .align 3 .LC10824: .string "NVIDIA Quadro K2000" .align 3 .LC10825: .string "GK110" .align 3 .LC10826: .string "GeForce GTX TITAN Black" .align 3 .LC10827: .string "nVidia K20Xm" .align 3 .LC10828: .string "K20X passive cooling" .align 3 .LC10829: .string "nVidia K20c" .align 3 .LC10830: .string "K20 active cooling" .align 3 .LC10831: .string "GT520" .align 3 .LC10832: .string "Nvidia GeForce GT520" .align 3 .LC10833: .string "GT 620" .align 3 .LC10834: .string "GF119" .align 3 .LC10835: .string "NVIDIA GeForce GT 610" .align 3 .LC10836: .string "GT 540M" .align 3 .LC10837: .string "Nvidia GeForce GT 540M" .align 3 .LC10838: .string "GeForce GT520 MX" .align 3 .LC10839: .string "GeForce 410M" .align 3 .LC10840: .string "Vvideo \303\220\302\232\303\220\302\260\303\221\302\200\303\221\302\202\303\221\302\213" .align 3 .LC10841: .string "NVidia NVS 4200m" .align 3 .LC10842: .string "GF110" .align 3 .LC10843: .string "GTX 570" .align 3 .LC10844: .string "NVIDIA GeForce 8400GS" .align 3 .LC10845: .string "Nvidia Geforce 405(OEM)" .align 3 .LC10846: .string "NVIDIA NVS 300" .align 3 .LC10847: .string "GTX780 " .align 3 .LC10848: .string "nv34" .align 3 .LC10849: .string "riva 128" .align 3 .LC10850: .string "GFORCE 410" .align 3 .LC10851: .string "82578DC (NV3)" .align 3 .LC10852: .string "INTEL " .align 3 .LC10853: .string "nv11" .align 3 .LC10854: .string "geforcemx/mx400" .align 3 .LC10855: .string "0x1112" .align 3 .LC10856: .string "Gateway Solo 9550 NVIDIA Geforce 2 GO 32 MB" .align 3 .LC10857: .string "GF117" .align 3 .LC10858: .string "Geforce 710M" .align 3 .LC10859: .string "GK104M" .align 3 .LC10860: .string "GeForce GTX 675MX (Mac)" .align 3 .LC10861: .string "GeForce GTX 680MX" .align 3 .LC10862: .string "GTX660" .align 3 .LC10863: .string "GeForce GTX 660" .align 3 .LC10864: .string "GTX650Ti" .align 3 .LC10865: .string "NVIDIA GeForce GTX 650 Ti" .align 3 .LC10866: .string "Quattro K4000" .align 3 .LC10867: .string "NVidia Quattro K4000" .align 3 .LC10868: .string "GF114" .align 3 .LC10869: .string "560 GTX TI" .align 3 .LC10870: .string "NVIDIA GeForce GTX 560" .align 3 .LC10871: .string "gf114" .align 3 .LC10872: .string "nvidia gtx 560 ti" .align 3 .LC10873: .string "NVIDIA Corporation" .align 3 .LC10874: .string "GeForce GTX 550" .align 3 .LC10875: .string "GF116 (GTX 560m)" .align 3 .LC10876: .string "Nvidia Geforce GTX 560m (MXM 3.0b)" .align 3 .LC10877: .string "NVIDIA GEFORCE GT 740m" .align 3 .LC10878: .string "PCI\\VEN_10DE&DEV_1341&SUBSYS_504017AA&REV_A2" .align 3 .LC10879: .string "NVIDIA GeForce 840M" .align 3 .LC10880: .string "GM107-300-A2" .align 3 .LC10881: .string "GeForce GTX 750" .align 3 .LC10882: .string "GeForce 6200 TurboCache" .align 3 .LC10883: .string "NV18B" .align 3 .LC10884: .string "GeForce4 MX 440 AGP 8X" .align 3 .LC10885: .string "NVS210S" .align 3 .LC10886: .string "GF6150" .align 3 .LC10887: .string "know" .align 3 .LC10888: .string "6150" .align 3 .LC10889: .string "123456" .align 3 .LC10890: .string "need" .align 3 .LC10891: .string "<SCRIPT>alert(" .align 3 .LC10892: .string "<SCRIPT>document.location='http://www.pcidatabase.com/search.php?title=%3Cmeta%20http-equiv=%22refre" .align 3 .LC10893: .string "0x10E6" .align 3 .LC10894: .string "nVidia MCP2T" .align 3 .LC10895: .string "nVidia MCP2T in MSI MEGA 180" .align 3 .LC10896: .string "nVidia MCP73 HDMI Audio Driver" .align 3 .LC10897: .string "OSx 10.6.7" .align 3 .LC10898: .string "4670 ati radeon hd eah4670/di/1gd3/a" .align 3 .LC10899: .string "GeForce2 MX / MX 400" .align 3 .LC10900: .string "PCI(Has compatible Ids)" .align 3 .LC10901: .string "HDAUDIO\\FUNC_01&VEN_10EC&DEV_0662&SUBSYS_1B0A0062&REV_1001\\4&22548B7C&0&0001" .align 3 .LC10902: .string "GTS 450" .align 3 .LC10903: .string "NVIDIA GeForce GTS 450" .align 3 .LC10904: .string "GT525M" .align 3 .LC10905: .string "Nvidia GeForce GT525M" .align 3 .LC10906: .string "GT 630M" .align 3 .LC10907: .string "Geforce GT 630M" .align 3 .LC10908: .string "nVidia Geforce 6150 GPU ( Built-Into Controller )" .align 3 .LC10909: .string "Nvidia Motherboard nForce 430 ( MCP-51 ) with On-Board GeForce 6150 GPU" .align 3 .LC10910: .string "Light Pulse" .align 3 .LC10911: .string "LP6000" .align 3 .LC10912: .string "PL1050Ex" .align 3 .LC10913: .string "Emulex 1050EX FC HBA - 2GB PCI-EXPRESS" .align 3 .LC10914: .string "Emulex LightPulse\302\256 LPe1150 " .align 3 .LC10915: .string "ANSI Fibre Channel: FC-PH-3, FC-PI-2, FC-FS, FC-AL-2, FC-GS-4, FC-FLA, FC-PLDA, FC-SP, FC-TAPE, FCP-" .align 3 .LC10916: .string "LPe12000 / LPe12002 / LPe1205" .align 3 .LC10917: .string "8Gb PCIe Single / Dual port Fibre Channel Adapter" .align 3 .LC10918: .string "LP7000" .align 3 .LC10919: .string "LP8000" .align 3 .LC10920: .string "????" .align 3 .LC10921: .string "Light Pulse LP9002 2Gb" .align 3 .LC10922: .string "FC HBA" .align 3 .LC10923: .string "LP9802 / DC" .align 3 .LC10924: .string "LP9802 & LP9802DC HBA adapter" .align 3 .LC10925: .string "LP10000" .align 3 .LC10926: .string "L2A2860 HELIOS v1.11" .align 3 .LC10927: .string "Emulex LP11002" .align 3 .LC10928: .string "LPe11000 / LPe11002 / LPe1105" .align 3 .LC10929: .string "4Gb PCIe Single / Dual port Fibre Channel Adapter" .align 3 .LC10930: .string "DC-690c" .align 3 .LC10931: .string "DC-390F" .align 3 .LC10932: .string "62802" .align 3 .LC10933: .string "ENF656" .align 3 .LC10934: .string "oZ0030" .align 3 .LC10935: .string "CA91C042/142" .align 3 .LC10936: .string "Universe/II VMEbus Bridge" .align 3 .LC10937: .string "Tundra Tsi148" .align 3 .LC10938: .string "PCI/X-to-VME Bridge" .align 3 .LC10939: .string "Tsi320" .align 3 .LC10940: .string "Dual-Mode PCI-to-PCI Bus Bridge" .align 3 .LC10941: .string "Tsi850" .align 3 .LC10942: .string "Power PC Dual PCI Host Bridge" .align 3 .LC10943: .string "Power PC Single PCI Host Bridge" .align 3 .LC10944: .string "CA91C860" .align 3 .LC10945: .string "QSpan Motorola Processor Bridge" .align 3 .LC10946: .string "CA91L862A" .align 3 .LC10947: .string "QSpan II PCI-to-Motorola CPU Bridge" .align 3 .LC10948: .string "Tsi384" .align 3 .LC10949: .string "PCIe to PCI-X Bridge" .align 3 .LC10950: .string "CA91L8200/8260" .align 3 .LC10951: .string "PowerSpan II PowerPC-to-PCI Bus Switch" .align 3 .LC10952: .string "0904UGG1EB" .align 3 .LC10953: .string "2BA57D2F" .align 3 .LC10954: .string "PCI card" .align 3 .LC10955: .string "Q-Motion pci 264" .align 3 .LC10956: .string "Video Capture/Edit board" .align 3 .LC10957: .string "S59200" .align 3 .LC10958: .string "Amcc PCI MatchMaker" .align 3 .LC10959: .string "S5920" .align 3 .LC10960: .string "amcc" .align 3 .LC10961: .string "BBK-PCI light" .align 3 .LC10962: .string "Transputer Link Interface" .align 3 .LC10963: .string "bbk pci light" .align 3 .LC10964: .string "transputer link interface" .align 3 .LC10965: .string "LANai4.x" .align 3 .LC10966: .string "Myrinet LANai interface chip" .align 3 .LC10967: .string "S5933Qc" .align 3 .LC10968: .string "Parastation" .align 3 .LC10969: .string "S5933QE" .align 3 .LC10970: .string "PCI44" .align 3 .LC10971: .string "FS" .align 3 .LC10972: .string "Kingsberg Spacetec Format Synchronizer" .align 3 .LC10973: .string "SOB" .align 3 .LC10974: .string "Kingsberg Spacetec Serial Output Board" .align 3 .LC10975: .string "S5933" .align 3 .LC10976: .string "Traquair HEPC3" .align 3 .LC10977: .string "Data Fire Basic 4MB PCI" .align 3 .LC10978: .string "Active ISDN Controller" .align 3 .LC10979: .string "PCI MATCHMAKER S5935QF" .align 3 .LC10980: .string "Driver" .align 3 .LC10981: .string "PCI-9112" .align 3 .LC10982: .string "Data Acquisition Card (ADLINK)" .align 3 .LC10983: .string "PCI-7200" .align 3 .LC10984: .string "40MB/s 32-channels Digital I/O card (ADLINK)" .align 3 .LC10985: .string "PCI-9118" .align 3 .LC10986: .string "S5933QC" .align 3 .LC10987: .string "AMCC PCI Matchmaker" .align 3 .LC10988: .string "PCI-DSlink" .align 3 .LC10989: .string "PCI-IEEE1355-DS-DE interface" .align 3 .LC10990: .string "S5933Qe" .align 3 .LC10991: .string "AMCC Matchmaker PCI drivers" .align 3 .LC10992: .string "S5933 32b PCI MatchMaker" .align 3 .LC10993: .string "KVD PCIDIS Interface" .align 3 .LC10994: .string "VID_044E&PID_3001" .align 3 .LC10995: .string "ALPS Integrated Bluetooth UGPZ = BTHUSB, USB \\ Vid_044e & Pid_3001 " .align 3 .LC10996: .string "Bluetooth USB Controller (ALPS/UGPZ6)" .align 3 .LC10997: .string "http://esupport.sony.com/US/p/swu-matrix.pl?upd_id=2396" .align 3 .LC10998: .string "IGA-1680" .align 3 .LC10999: .string "svga" .align 3 .LC11000: .string "IGA-1682" .align 3 .LC11001: .string "video" .align 3 .LC11002: .string "IGA-1683" .align 3 .LC11003: .string "CyberPro 2010" .align 3 .LC11004: .string "TV output ram 2MB Cyberpro2010" .align 3 .LC11005: .string "CyberPro 20xx/2000A" .align 3 .LC11006: .string "vbcvbcvbcvb" .align 3 .LC11007: .string "CyberPro 5000" .align 3 .LC11008: .string "CyberPro 5050" .align 3 .LC11009: .string "3GA" .align 3 .LC11010: .string "64 bit graphics processor" .align 3 .LC11011: .string "Twist3" .align 3 .LC11012: .string "Frame Grabber" .align 3 .LC11013: .string "AIC-7890AB scsi controller" .align 3 .LC11014: .string "AHA-2940U2W/U2B,2950U2W Ultra2 SCSI" .align 3 .LC11015: .string "11111" .align 3 .LC11016: .string "AHA-2930U2 Ultra2 SCSI Host Adapter" .align 3 .LC11017: .string "AIC-7890/1" .align 3 .LC11018: .string "AIC-7890 AB for Windows XP" .align 3 .LC11019: .string "Ultra2-Wide SCSI controller" .align 3 .LC11020: .string "AHA-3940U2x/3950U2x Ultra2 SCSI Adapter" .align 3 .LC11021: .string "AHA-3950U2x Ultra2 SCSI Adapter" .align 3 .LC11022: .string "AIC-7896" .align 3 .LC11023: .string "AIC-7896/7" .align 3 .LC11024: .string "Ultra2 SCSI Controller" .align 3 .LC11025: .string "AIC-7892Q" .align 3 .LC11026: .string "Ultra160/m PCI SCSI Controller" .align 3 .LC11027: .string "AIC-7892B" .align 3 .LC11028: .string "Ultra160 SCSI Controller" .align 3 .LC11029: .string "AIC-7892D" .align 3 .LC11030: .string "AIC-7892" .align 3 .LC11031: .string "AIC-7899A" .align 3 .LC11032: .string "AIC-7899B" .align 3 .LC11033: .string "AIC-7899D" .align 3 .LC11034: .string "RAID Subsystem HBA" .align 3 .LC11035: .string "AIC-7899G" .align 3 .LC11036: .string "1420" .align 3 .LC11037: .string "Adaptec 1420SA Serial AHA HostRAID Controller" .align 3 .LC11038: .string "AAC-RAID" .align 3 .LC11039: .string "Adaptec AAR-2610SA SATA 6-Port Raid" .align 3 .LC11040: .string "Adaptec 2410SA SATA RAID" .align 3 .LC11041: .string "PCIX133 32/64bit" .align 3 .LC11042: .string "SUBSYS_95801014REV_02" .align 3 .LC11043: .string "AIC 9410" .align 3 .LC11044: .string "SAS/SATA Controller" .align 3 .LC11045: .string "AIC9450W" .align 3 .LC11046: .string "AIC-9410W" .align 3 .LC11047: .string "Razor ASIC" .align 3 .LC11048: .string "AIC-7211W" .align 3 .LC11049: .string "iSCSI Controller" .align 3 .LC11050: .string "ASC-29320A" .align 3 .LC11051: .string "Ultra320 SCSI Controller" .align 3 .LC11052: .string "AIC-7901" .align 3 .LC11053: .string "ASC-39320" .align 3 .LC11054: .string "ASC-39320D" .align 3 .LC11055: .string "ASC-29320" .align 3 .LC11056: .string "ASC-29320LP" .align 3 .LC11057: .string "ASC-39320A" .align 3 .LC11058: .string "ASC-29320ALP" .align 3 .LC11059: .string "AIC-?????" .align 3 .LC11060: .string "AIC-7902B" .align 3 .LC11061: .string "AIC-7902" .align 3 .LC11062: .string "Ultra320 HostRAID Controller" .align 3 .LC11063: .string "HostRAID SCSI Controller" .align 3 .LC11064: .string "ASC-29320LPE" .align 3 .LC11065: .string "AIC-7901A" .align 3 .LC11066: .string "SN0730506616" .align 3 .LC11067: .string "PT ICT FQC" .align 3 .LC11068: .string "V753" .align 3 .LC11069: .string "VGA Video Overlay Adapter" .align 3 .LC11070: .string "Virtex 4" .align 3 .LC11071: .string "Virtex 4 FPGA" .align 3 .LC11072: .string "Virtex V" .align 3 .LC11073: .string "Virtex V FPGA" .align 3 .LC11074: .string "Virtex 5" .align 3 .LC11075: .string "data compression device" .align 3 .LC11076: .string "Spartan XC2S50E" .align 3 .LC11077: .string "8343176" .align 3 .LC11078: .string "PCI to H.100 audio interface" .align 3 .LC11079: .string "RME Digi96" .align 3 .LC11080: .string "RME Digi96/8" .align 3 .LC11081: .string "Xilinx Corp RME Digi96/8 Pad" .align 3 .LC11082: .string "RME Digi 96/8 Pro" .align 3 .LC11083: .string "RME Digi96/8 Pad" .align 3 .LC11084: .string "Digi9652" .align 3 .LC11085: .string "Hammerfall" .align 3 .LC11086: .string "HDSP 9632" .align 3 .LC11087: .string "Jungo" .align 3 .LC11088: .string "Seamont SC100" .align 3 .LC11089: .string "Security Adapter" .align 3 .LC11090: .string "Durango PMC" .align 3 .LC11091: .string "Virtex-II Bridge, XC2V1000-4FG456C" .align 3 .LC11092: .string "Santos" .align 3 .LC11093: .string "XA3S1600E" .align 3 .LC11094: .string "Spartan 3E" .align 3 .LC11095: .string "Spartan 6" .align 3 .LC11096: .string "XC6SLX16" .align 3 .LC11097: .string "M815x" .align 3 .LC11098: .string "Token Ring Adapter" .align 3 .LC11099: .string "VCL-P" .align 3 .LC11100: .string "Graphics board" .align 3 .LC11101: .string "VCL-M" .align 3 .LC11102: .string "graphics board" .align 3 .LC11103: .string "IDE/SCSI" .align 3 .LC11104: .string "http://www.broadcom.com/support/ethernet_nic/netxt" .align 3 .LC11105: .string "Multimedia" .align 3 .LC11106: .string "web cam on toshiba satellite c6555" .align 3 .LC11107: .string "RS-56 sp-pci" .align 3 .LC11108: .string "Conexant RS-56 PCI Modem" .align 3 .LC11109: .string "rev1.1" .align 3 .LC11110: .string "PCI to S5U13x06B0B Bridge Adapter" .align 3 .LC11111: .string "NDR4000" .align 3 .LC11112: .string "NR4600 Bridge" .align 3 .LC11113: .string "PCI\\VEN_1102&DEV_000B&SUBSYS_00421102&REV_04" .align 3 .LC11114: .string "CMI8" .align 3 .LC11115: .string "pci\\ven" .align 3 .LC11116: .string "CMI8738/C3DX Multimedia Audio Controller" .align 3 .LC11117: .string "BT848KPF" .align 3 .LC11118: .string "2189" .align 3 .LC11119: .string "Targa 1000" .align 3 .LC11120: .string "Video Capture & Editing card" .align 3 .LC11121: .string "TH6255" .align 3 .LC11122: .string "Chip Description" .align 3 .LC11123: .string "10FD" .align 3 .LC11124: .string "VT6307" .align 3 .LC11125: .string "IEEE1394 Firewire 3 Port PCI Card" .align 3 .LC11126: .string "INI-920" .align 3 .LC11127: .string "Ultra SCSI Adapter" .align 3 .LC11128: .string "INI-A100U2W" .align 3 .LC11129: .string "Orchid Ultra-2 SCSI Controller" .align 3 .LC11130: .string "INIC1620" .align 3 .LC11131: .string "PCI SATA Controller" .align 3 .LC11132: .string "INI-9010/9010W" .align 3 .LC11133: .string "INIC-940" .align 3 .LC11134: .string "INIC-935" .align 3 .LC11135: .string "INIC-1620" .align 3 .LC11136: .string "pci sata controller" .align 3 .LC11137: .string "Fast Wide SCSI" .align 3 .LC11138: .string "sb80611102" .align 3 .LC11139: .string "Sound Blaster audigy! (Also Live! 5.1) - Drivers only 98SE/ME/2k/XP" .align 3 .LC11140: .string "EMU8008" .align 3 .LC11141: .string "AWE64D OEM (CT4600)" .align 3 .LC11142: .string "Creative SB Audigy 2 ZS (WDM)" .align 3 .LC11143: .string "Audigy Audio Processor" .align 3 .LC11144: .string "EMU20K1, CA20K1" .align 3 .LC11145: .string "Sound Blaster X-Fi XtremeMusic (SB0460), XtremeGamer OEM (SB0770)" .align 3 .LC11146: .string "emu10k1x" .align 3 .LC11147: .string "Soundblaster Live! 5.1 (SB0200)" .align 3 .LC11148: .string "C6SB0410515017656A" .align 3 .LC11149: .string "Sound Blaster 5.1 vhttp://files2.europe.creative.com/manualdn/Drivers/AVP/10599/0x48689B99/SB51_XPDR" .align 3 .LC11150: .string "ca0108" .align 3 .LC11151: .string "sound blaster Audigy 4" .align 3 .LC11152: .string "SB24PCDRVLB1040090" .align 3 .LC11153: .string "Creative Labs Sound Blaster X-Fi Xtreme Audio" .align 3 .LC11154: .string "SB1270" .align 3 .LC11155: .string "Sound Blaster X-Fi Titanium HD" .align 3 .LC11156: .string "SB0880" .align 3 .LC11157: .string "PCIe SB X-Fi Titanium Fatal1ty Pro Series" .align 3 .LC11158: .string "SB1500" .align 3 .LC11159: .string "Sound Blaster Z" .align 3 .LC11160: .string "Sound Blaster Z Audio Controller" .align 3 .LC11161: .string "Soundblaster Live! 5.1" .align 3 .LC11162: .string "5803" .align 3 .LC11163: .string "3D Blaster Banshee PCI CT6760" .align 3 .LC11164: .string "3D Blaster RIVA TNT2" .align 3 .LC11165: .string "bV1938" .align 3 .LC11166: .string "Creative bV1938 3D Blaster Annihilator 2" .align 3 .LC11167: .string "10011102" .align 3 .LC11168: .string "Phison" .align 3 .LC11169: .string " ES1373 AudioPCI" .align 3 .LC11170: .string "es2898" .align 3 .LC11171: .string "es56t-p1" .align 3 .LC11172: .string "Audigy IEEE1394a Firewire Controller" .align 3 .LC11173: .string "GamePort" .align 3 .LC11174: .string "EMU10KX" .align 3 .LC11175: .string "SB Creative Labs Audigy MIDI/Game-&#1087;&#1086;&#1088;&#1090;" .align 3 .LC11176: .string "ca0103-dbq" .align 3 .LC11177: .string "Game port for SB Live! Series" .align 3 .LC11178: .string "650" .align 3 .LC11179: .string "Audigy LS Series Game Port" .align 3 .LC11180: .string "EMU1OK1-NGF" .align 3 .LC11181: .string "Environmental Audio (SB Live)" .align 3 .LC11182: .string "EV1938" .align 3 .LC11183: .string "Sound" .align 3 .LC11184: .string "Game Port" .align 3 .LC11185: .string "sound port for SB Live! Series" .align 3 .LC11186: .string "PCI\\VEN_1274&DEV_1371&CC_040100" .align 3 .LC11187: .string "EM8220" .align 3 .LC11188: .string "EM8400" .align 3 .LC11189: .string "EM8470" .align 3 .LC11190: .string "multimedia controller/A/V streaming processor" .align 3 .LC11191: .string "EM8475" .align 3 .LC11192: .string "MPEG-4 Decoder" .align 3 .LC11193: .string "EM8623L" .align 3 .LC11194: .string "Media Decoder SoC" .align 3 .LC11195: .string "VT6305" .align 3 .LC11196: .string "VIA Fire 1394.A OHCI Link Layer Ctrlr" .align 3 .LC11197: .string "K8T890" .align 3 .LC11198: .string "CN400/PM880" .align 3 .LC11199: .string "KT880" .align 3 .LC11200: .string "K8T880Pro" .align 3 .LC11201: .string "VT8363A/8365" .align 3 .LC11202: .string "VIA Technologies" .align 3 .LC11203: .string "VT82xxxx EIDE Controller (All VIA Chipsets)" .align 3 .LC11204: .string "VT8363/71" .align 3 .LC11205: .string "VT1708S" .align 3 .LC11206: .string "VIA High Definition Audio" .align 3 .LC11207: .string "VIA VT1818S" .align 3 .LC11208: .string "VIA VT1818S @ ATI SB800 - High Definition Audio Controller\tPCI" .align 3 .LC11209: .string "VT2020" .align 3 .LC11210: .string "VIA HD Audio Controller" .align 3 .LC11211: .string "VT8501" .align 3 .LC11212: .string "VIA S3G UniChrome IGP" .align 3 .LC11213: .string "0397" .align 3 .LC11214: .string "82C570 MV" .align 3 .LC11215: .string "VT8235 / VT8237a" .align 3 .LC11216: .string "82C576" .align 3 .LC11217: .string "P54 Ctrlr" .align 3 .LC11218: .string "CX700" .align 3 .LC11219: .string "VIA/S3G Unichrome Pro II IGP" .align 3 .LC11220: .string "VT82C585VP/VPX" .align 3 .LC11221: .string "Host Bus-PCI Bridge" .align 3 .LC11222: .string "VT82C586VP" .align 3 .LC11223: .string "VT8237S" .align 3 .LC11224: .string "VIA VT8237A SATA RAID Controller" .align 3 .LC11225: .string "VT82C595" .align 3 .LC11226: .string "Apollo VP2 PCI North Bridge" .align 3 .LC11227: .string "VT82C596" .align 3 .LC11228: .string "PCI ISA Bridge" .align 3 .LC11229: .string "VT82C597" .align 3 .LC11230: .string "Host Bridge (Apollo VP3)" .align 3 .LC11231: .string "VT82C598" .align 3 .LC11232: .string "VIA8601" .align 3 .LC11233: .string "VT82c686b" .align 3 .LC11234: .string "PM133 System Control" .align 3 .LC11235: .string "VT82C680" .align 3 .LC11236: .string "Apollo P6" .align 3 .LC11237: .string "VT82C686" .align 3 .LC11238: .string "PCI-to-ISA bridge" .align 3 .LC11239: .string "8906" .align 3 .LC11240: .string "VIA VT KN133" .align 3 .LC11241: .string "Mainboard" .align 3 .LC11242: .string "VT82C693" .align 3 .LC11243: .string "VT86C926" .align 3 .LC11244: .string "Amazon PCI Ethernet Controller" .align 3 .LC11245: .string "82C570MV" .align 3 .LC11246: .string "VIA Sound VIA AC97 in VT82C686A/B,VIA AC97 in VT8233/AC,VT8235" .align 3 .LC11247: .string "management engine driver" .align 3 .LC11248: .string "060000A" .align 3 .LC11249: .string "ISA Bridge w/IDE" .align 3 .LC11250: .string "060000A1106" .align 3 .LC11251: .string "VIA Sound VIA AC97 in VT82C686A/B, VIA AC97 in VT8233/AC, VT8235 & VT8237/R, VIA Vinyl audio VT1612A" .align 3 .LC11252: .string "CPU to PCI" .align 3 .LC11253: .string "VT1708" .align 3 .LC11254: .string "PCI\\VEN_1106&DEV_3059&SUBSYS_03011F6&REV_50\\3&13C0B0C5&0&8" .align 3 .LC11255: .string "VT82C416" .align 3 .LC11256: .string "VT82C595/97" .align 3 .LC11257: .string "VIA VT8237" .align 3 .LC11258: .string "PCI\\VEN_1106&DEV_3344&SUBSYS_12021565&REV_01\\4&8CA73A7&0&0008 " .align 3 .LC11259: .string "VT6105M" .align 3 .LC11260: .string "VIA Rhine III VT6105M Fast Ethernet controller" .align 3 .LC11261: .string "7205" .align 3 .LC11262: .string "PCI Device" .align 3 .LC11263: .string "K8M400 chipset" .align 3 .LC11264: .string "CPU " .align 3 .LC11265: .string "8086 SoundController (ICH4-M B0 step)" .align 3 .LC11266: .string "VT8251" .align 3 .LC11267: .string "4 x USB1.0 PCI controller" .align 3 .LC11268: .string "VT82C586A/B" .align 3 .LC11269: .string "APM(or ACPIAPIC?)" .align 3 .LC11270: .string "VT86C100A" .align 3 .LC11271: .string "Rhine 10/100 Ethernet Adapter" .align 3 .LC11272: .string "VT6306/VT6307/VT6308" .align 3 .LC11273: .string "VIA Fire II 1394a OHCI Link Layer Ctrlr1" .align 3 .LC11274: .string "VIA Sound VIA AC 97 in VT82C686A/B" .align 3 .LC11275: .string "VIA AC 97 in VT8233/AC" .align 3 .LC11276: .string "VT82C596/596A/596" .align 3 .LC11277: .string "Power Management and SMBus Controller" .align 3 .LC11278: .string "Rhine III Management Adapter" .align 3 .LC11279: .string "VT82C686A/B" .align 3 .LC11280: .string "ACPI Power Management Controller" .align 3 .LC11281: .string "VT1709" .align 3 .LC11282: .string "PCI\\VEN_1106&DEV_3059&SUBSYS_73801462&REV_50" .align 3 .LC11283: .string "VIA Sound VIA AC97 in VT82C686A/B&#8203;, VIA AC97 in VT8233/AC, VT8235" .align 3 .LC11284: .string "9739" .align 3 .LC11285: .string "C-Media Electronics Audio Controller" .align 3 .LC11286: .string "VT6102" .align 3 .LC11287: .string "Rhine II PCI Fast Ethernet Controller" .align 3 .LC11288: .string "PCI\\VEN_1106&DEV_3068&SUBSYS_4C211543&REV_80\\3&13C" .align 3 .LC11289: .string "VIA MC'97 Modem Controller - Agere Systems AC'97 Modem / AC-Link modems" .align 3 .LC11290: .string "VT82C686A/B&VT8231" .align 3 .LC11291: .string "APM(or ACPI?)" .align 3 .LC11292: .string "MC97 MODEM" .align 3 .LC11293: .string "Power" .align 3 .LC11294: .string "VT8633" .align 3 .LC11295: .string "vt8233" .align 3 .LC11296: .string "VT8653" .align 3 .LC11297: .string "VT8362" .align 3 .LC11298: .string "VT8615" .align 3 .LC11299: .string "VT6202" .align 3 .LC11300: .string "VT6105M/LOM" .align 3 .LC11301: .string "Rhine III PCI Fast Ethernet Controller" .align 3 .LC11302: .string "VT8233/A AC97' Enhance Audio Controller" .align 3 .LC11303: .string "8237" .align 3 .LC11304: .string "VIA/S3G UniChrome Pro IGP (Integrated Video Adapter)" .align 3 .LC11305: .string "VT8375" .align 3 .LC11306: .string "CPU-to-PCI Bridge" .align 3 .LC11307: .string "CN400" .align 3 .LC11308: .string "P4M800/CE/Pro UniChrome Pro,PM880, PM800, CN400 UniChrome,VN800 UniChrome Pro" .align 3 .LC11309: .string "VT6120/VT6121/VT6122" .align 3 .LC11310: .string "'Velocity' Gigabit Ethernet Controllers" .align 3 .LC11311: .string "3122110" .align 3 .LC11312: .string "CastleRock AGP 8X Controller" .align 3 .LC11313: .string "VT8623" .align 3 .LC11314: .string "vt8753" .align 3 .LC11315: .string "VT3133" .align 3 .LC11316: .string "VT8751" .align 3 .LC11317: .string "VT8237 Family/ VT6421a" .align 3 .LC11318: .string "VT8372" .align 3 .LC11319: .string "CX700 - SATA RAID " .align 3 .LC11320: .string "VT6410" .align 3 .LC11321: .string "VIA RAID Controller - 3164 " .align 3 .LC11322: .string "VT8374" .align 3 .LC11323: .string "P4X400 Host Controller/AGP Bridge" .align 3 .LC11324: .string "K8HTB-8237" .align 3 .LC11325: .string "VT8377" .align 3 .LC11326: .string "VEN_1106&DEV_B198&SUBSYS_00000000&REV_00" .align 3 .LC11327: .string "1394 i2c" .align 3 .LC11328: .string "PCI\\VEN_1106&DEV_3432" .align 3 .LC11329: .string "PT890" .align 3 .LC11330: .string "VT8237R" .align 3 .LC11331: .string "K8M890CE & K8N890CE Display Driver" .align 3 .LC11332: .string "Via Chrome9 HC IGP Integrated Graphics" .align 3 .LC11333: .string "VT6421" .align 3 .LC11334: .string "VIA VT6421 RAID Controller - Windows XP 32.bit" .align 3 .LC11335: .string "VT6655" .align 3 .LC11336: .string "PCI-Cardbus Wireless LAN Adapter" .align 3 .LC11337: .string "PT880" .align 3 .LC11338: .string "040300" .align 3 .LC11339: .string "HDA Codec Realtek ALC660" .align 3 .LC11340: .string "81CE1043" .align 3 .LC11341: .string "VIA S3G UniChrome Family" .align 3 .LC11342: .string "CN700" .align 3 .LC11343: .string "VIA/S3G UniChrome Pro IGP CN700 in GA-8VM800M" .align 3 .LC11344: .string "VIA VT8251 AHCI RAID Controller" .align 3 .LC11345: .string "P4M900" .align 3 .LC11346: .string "V&#304;A Chrome9 HC IGP" .align 3 .LC11347: .string "VT6315/VT6330" .align 3 .LC11348: .string "OHCI Compliant IEEE 1394 Host Controller " .align 3 .LC11349: .string "VL805-q6" .align 3 .LC11350: .string "Universal Serial Bus (USB) Controller" .align 3 .LC11351: .string "pci\\ven_1106&dev_3108_&subsys_4c211543_rev_80\\3&13" .align 3 .LC11352: .string "via mc97 controller for ac -link modems" .align 3 .LC11353: .string "VT-6325" .align 3 .LC11354: .string "Via Card Reader" .align 3 .LC11355: .string "VT6420" .align 3 .LC11356: .string "PATA" .align 3 .LC11357: .string "VIA HD Audio Codecs" .align 3 .LC11358: .string "VIA Sound VIA AC97 in VT82C686A/B, VIA AC97 in VT8233/AC, VT8235" .align 3 .LC11359: .string "PT880 Pro / VT8237" .align 3 .LC11360: .string "Via I/O APIC Interrupt Controller" .align 3 .LC11361: .string "IDE SATA Controller" .align 3 .LC11362: .string "VIA VT86C100A" .align 3 .LC11363: .string "Rhine II PCI Fast SATA and ethernet controller" .align 3 .LC11364: .string "27611" .align 3 .LC11365: .string "UT2DC2 <a href=" .align 3 .LC11366: .string "SUBSYS_10020000" .align 3 .LC11367: .string "REV_46\\3&61AAA01&0&80" .align 3 .LC11368: .string "K8M400" .align 3 .LC11369: .string "KM400" .align 3 .LC11370: .string "VIA Technologies, Inc. VT8378 [S3 UniChrome] Graphics Adapter" .align 3 .LC11371: .string "PM800" .align 3 .LC11372: .string "SATA RAID" .align 3 .LC11373: .string "473040005" .align 3 .LC11374: .string "60" .align 3 .LC11375: .string "PT890?" .align 3 .LC11376: .string "VT8231" .align 3 .LC11377: .string "VT8754" .align 3 .LC11378: .string "VT8363A/65" .align 3 .LC11379: .string "PCI-to-PCI Bridge (AGP)" .align 3 .LC11380: .string "VT82C601" .align 3 .LC11381: .string "CPU to AGP Bridge" .align 3 .LC11382: .string "VT8605" .align 3 .LC11383: .string "PCI-to-PCI Bridge(AGP)" .align 3 .LC11384: .string "VT82C691/693A/694X" .align 3 .LC11385: .string "VT82C693/A" .align 3 .LC11386: .string "I/O APIC" .align 3 .LC11387: .string "VT8601" .align 3 .LC11388: .string "2D/3D Graphics Accelerator" .align 3 .LC11389: .string "Via MSP Cardreader driver" .align 3 .LC11390: .string "castle rock agp8x controll" .align 3 .LC11391: .string "fast ethernet nic" .align 3 .LC11392: .string "VT8366/A" .align 3 .LC11393: .string "VT8363/65" .align 3 .LC11394: .string "CPU to AGP Controller" .align 3 .LC11395: .string "vt686b" .align 3 .LC11396: .string "VT8751 Apollo" .align 3 .LC11397: .string "PCI-to-Host" .align 3 .LC11398: .string "VIA Technologies Inc" .align 3 .LC11399: .string "PCI-to-PCI Bridge (AGP 2.0/3.0)" .align 3 .LC11400: .string "K8M800/K8N800" .align 3 .LC11401: .string "VIA CPU to AGP2.0/AGP3.0 Controller" .align 3 .LC11402: .string "546546" .align 3 .LC11403: .string "104382EA" .align 3 .LC11404: .string "VIA HD Audio Deck VT1708B" .align 3 .LC11405: .string "VT1705" .align 3 .LC11406: .string "VT HD AUDIO DECK vt8235" .align 3 .LC11407: .string "p1690plus-AA" .align 3 .LC11408: .string "p1690plus-AB" .align 3 .LC11409: .string "2-Port Token Ring Adapter" .align 3 .LC11410: .string "P1690Plus" .align 3 .LC11411: .string "EM110TX" .align 3 .LC11412: .string "EX110TX PCI Fast Ethernet Adapter" .align 3 .LC11413: .string "Mpact" .align 3 .LC11414: .string "Media Processor" .align 3 .LC11415: .string "GM90C7110VX" .align 3 .LC11416: .string "MPACT DVD decoder." .align 3 .LC11417: .string "Integrated video card" .align 3 .LC11418: .string "DS3131" .align 3 .LC11419: .string "BoSS Bit Synchronous HDLC Controller" .align 3 .LC11420: .string "DS3134" .align 3 .LC11421: .string "Chateau Channelized T1/E1/HDLC Controller" .align 3 .LC11422: .string "IP100A Integrated 10/100 Ethernet MAC + PHY" .align 3 .LC11423: .string "ST201" .align 3 .LC11424: .string "Fast Ehternet Adapter" .align 3 .LC11425: .string "NX1001" .align 3 .LC11426: .string "Network Adapter" .align 3 .LC11427: .string "Tamarack 9021A" .align 3 .LC11428: .string "Tamarack 9021A Gigabit Ethernet adapter" .align 3 .LC11429: .string "NX1101a" .align 3 .LC11430: .string "PCI\\VEN_13F0&DEV_0200&SUBSYS_82131043&REV_41\\4&19" .align 3 .LC11431: .string "82131043" .align 3 .LC11432: .string "Initio1606l" .align 3 .LC11433: .string "SATA/150 &#1091;&#1089;&#1090;&#1088;&#1086;&#1081;&#1089;&#1090;&#1074;&#1072; USB 2.0" .align 3 .LC11434: .string "1D59CB92" .align 3 .LC11435: .string "INIC-1608L" .align 3 .LC11436: .string "SATA/150 device to USB 2.0 Host interface (http://www.initio.com/Html/inic-1608.html)" .align 3 .LC11437: .string "9432 TX" .align 3 .LC11438: .string "hd 2600xt" .align 3 .LC11439: .string "7168" .align 3 .LC11440: .string "PCI Serial port" .align 3 .LC11441: .string "1889" .align 3 .LC11442: .string "PCI Serial Port (WinXP --> Win 8.1) (Win 2003 - 2008R2)" .align 3 .LC11443: .string "PCI / ISA IEEE1284 ECP/EPP/SPP/BPP Signal Chips So" .align 3 .LC11444: .string "PCI parallel port" .align 3 .LC11445: .string "PCI / ISA IEEE1284 ECP/EPP/SPP/BPP PAR4008A" .align 3 .LC11446: .string "Na" .align 3 .LC11447: .string "OX9162" .align 3 .LC11448: .string "PCI Interface to local bus" .align 3 .LC11449: .string "OX12PCI840" .align 3 .LC11450: .string "PCI Parallel Card" .align 3 .LC11451: .string "Quad UART (disabled)" .align 3 .LC11452: .string "OX16PCI954" .align 3 .LC11453: .string "OXuPCI952" .align 3 .LC11454: .string "Dual PCI UARTS" .align 3 .LC11455: .string "OXCF950" .align 3 .LC11456: .string "Integrated High Performance UART" .align 3 .LC11457: .string "PCI Interface (disabled)" .align 3 .LC11458: .string "OX9160" .align 3 .LC11459: .string "PCI Interface to 8-bit local bus" .align 3 .LC11460: .string "PCI Interface to 32-bit bus" .align 3 .LC11461: .string "Parallel Port" .align 3 .LC11462: .string "Integrated Parallel Port" .align 3 .LC11463: .string "OXPCIe952" .align 3 .LC11464: .string "Parallel PCI Express Card (Manhattan 158176)" .align 3 .LC11465: .string "Scheda PCI Express Seriale Due porte, X1 linea " .align 3 .LC11466: .string "2 native UARTs (function 1)" .align 3 .LC11467: .string "OXPCIe954" .align 3 .LC11468: .string "Quad UARTs" .align 3 .LC11469: .string "Quad UARTs (function 1)" .align 3 .LC11470: .string "OXPCIe958" .align 3 .LC11471: .string "Octo UARTs" .align 3 .LC11472: .string "Octo UARTs (function 1)" .align 3 .LC11473: .string "RaLink RT2860 300Mbps" .align 3 .LC11474: .string " 802.11n Wireless Card" .align 3 .LC11475: .string "KFIR" .align 3 .LC11476: .string "MPEG decoder" .align 3 .LC11477: .string "T310 10GbE Single Port Adapter" .align 3 .LC11478: .string "T320 10GbE Dual Port Adapter" .align 3 .LC11479: .string "T302 1GbE Dual Port Adapter" .align 3 .LC11480: .string "T304 1GbE Quad Port Adapter" .align 3 .LC11481: .string "B320 10GbE Dual Port Adapter" .align 3 .LC11482: .string "S310-CR 10GbE Single Port Adapter" .align 3 .LC11483: .string "S320-LP-CR 10GbE Dual Port Adapter" .align 3 .LC11484: .string "N320-G2-CR 10GbE Dual Port Adapter" .align 3 .LC11485: .string "T420-CR Unified Wire Ethernet Controller" .align 3 .LC11486: .string "T422-CR Unified Wire Ethernet Controller" .align 3 .LC11487: .string "T440-CR Unified Wire Ethernet Controller" .align 3 .LC11488: .string "T420-BCH Unified Wire Ethernet Controller" .align 3 .LC11489: .string "T440-BCH Unified Wire Ethernet Controller" .align 3 .LC11490: .string "T440-CH Unified Wire Ethernet Controller" .align 3 .LC11491: .string "T420-SO Unified Wire Ethernet Controller" .align 3 .LC11492: .string "T420-CX Unified Wire Ethernet Controller" .align 3 .LC11493: .string "T420-BT Unified Wire Ethernet Controller" .align 3 .LC11494: .string "T404-BT Unified Wire Ethernet Controller" .align 3 .LC11495: .string "T480 Unified Wire Ethernet Controller" .align 3 .LC11496: .string "T440-LP-CR Unified Wire Ethernet Controller" .align 3 .LC11497: .string "NV41.1" .align 3 .LC11498: .string "NX6800-TD256E" .align 3 .LC11499: .string "883" .align 3 .LC11500: .string "Audio controller" .align 3 .LC11501: .string "PCI\\VEN_1002&DEV_7291&SUBSYS_08101462&REV_9A0PCI\\V" .align 3 .LC11502: .string "RADEON 9250/9200 series AGP" .align 3 .LC11503: .string "MCP2T" .align 3 .LC11504: .string "RoadRunner 10" .align 3 .LC11505: .string "ADSL PCI" .align 3 .LC11506: .string "Ralink Motorola BC4 Bluetooth 3.0+HS Adapter" .align 3 .LC11507: .string "5370" .align 3 .LC11508: .string "TP-LINK 7200ND" .align 3 .LC11509: .string "Ralink Motorola BC8 Bluetooth 3.0 + HS Adapter" .align 3 .LC11510: .string "1.0" .align 3 .LC11511: .string "802.11 g WLAN" .align 3 .LC11512: .string "1192Af7b" .align 3 .LC11513: .string "802.11 bg" .align 3 .LC11514: .string "802.11 n WLAN" .align 3 .LC11515: .string "RT3290" .align 3 .LC11516: .string "ralink rt3290_bluetooth_01" .align 3 .LC11517: .string "RT3070L" .align 3 .LC11518: .string "FreeWifiLink D3-10000N" .align 3 .LC11519: .string "RT3572" .align 3 .LC11520: .string "Ralink 3572" .align 3 .LC11521: .string "Ralink RT2870" .align 3 .LC11522: .string "802.11n USB Wireless LAN Card" .align 3 .LC11523: .string "Netopia USB b/g Adapter (black)" .align 3 .LC11524: .string "i865P/PE/G/i848P rev. A2" .align 3 .LC11525: .string "Intel 82801EB (ICH5) rev. 02" .align 3 .LC11526: .string "R6795-12" .align 3 .LC11527: .string "zyxel omni 56k CI lus rev." .align 3 .LC11528: .string "LANai 9.2 0129" .align 3 .LC11529: .string "MyriNet" .align 3 .LC11530: .string "0x02" .align 3 .LC11531: .string "0x1212" .align 3 .LC11532: .string "BCM4356" .align 3 .LC11533: .string "802.11 ac wireless module" .align 3 .LC11534: .string "Multi-Card reader" .align 3 .LC11535: .string "FPMC-FIO1-F100-1" .align 3 .LC11536: .string "Serial I/O Controller aka FPMC-DFLEX64" .align 3 .LC11537: .string "AP1011/SP1011" .align 3 .LC11538: .string "Sturgeon HyperTransport-PCI Bridge" .align 3 .LC11539: .string "BCM88038" .align 3 .LC11540: .string "100G packet processor " .align 3 .LC11541: .string "T2500" .align 3 .LC11542: .string "Intel (R)" .align 3 .LC11543: .string "NV36GL?" .align 3 .LC11544: .string "BCM4312" .align 3 .LC11545: .string "Broadcom 54bg Wireless" .align 3 .LC11546: .string "BCM88732" .align 3 .LC11547: .string "2x40G/8x10G MAC Aggregation Switch with 80G Uplink" .align 3 .LC11548: .string "BCM33xx/47xx" .align 3 .LC11549: .string "Sentry5 Chipcommon I/O Controller" .align 3 .LC11550: .string "Sentry5 PCI Bridge" .align 3 .LC11551: .string "Sentry5 MIPS32 CPU" .align 3 .LC11552: .string "Sentry5 Ethernet Controller" .align 3 .LC11553: .string "Sentry5 Crypto Accelerator" .align 3 .LC11554: .string "Sentry5 DDR/SDR RAM Controller" .align 3 .LC11555: .string "Sentry5 External Interface" .align 3 .LC11556: .string "BCM3302" .align 3 .LC11557: .string "7175144F" .align 3 .LC11558: .string "networkcontroller" .align 3 .LC11559: .string "BCM4313" .align 3 .LC11560: .string "BCM57780" .align 3 .LC11561: .string "802.11b/g Wireless Lan Controller" .align 3 .LC11562: .string "720p FaceTime HD camera" .align 3 .LC11563: .string "Webcam found on Macbook Pro with Retina Display, 2014 (aka. Macbook Pro /w Retina 11,3)" .align 3 .LC11564: .string "BCM5752" .align 3 .LC11565: .string "NetXtreme BCM5752 Gigabit Ethernet PCI Express" .align 3 .LC11566: .string "BCM5752M" .align 3 .LC11567: .string "NetXtreme Desktop/Mobile" .align 3 .LC11568: .string "BCM70010" .align 3 .LC11569: .string "Broadcom BCN70010 Video Decoder" .align 3 .LC11570: .string "BCM70010/BCM70012" .align 3 .LC11571: .string "Crystal HD Video Decoder" .align 3 .LC11572: .string "BCM70015" .align 3 .LC11573: .string "Broadcom Crystal HD Video Decoder" .align 3 .LC11574: .string "AVC/VC-1/MPEG PCI Express\302\256 HD Decoder Chipset for Netbooks/Nettops" .align 3 .LC11575: .string "BCM5709" .align 3 .LC11576: .string "NetXtreme Gigabit Ethernet II" .align 3 .LC11577: .string "Broadcom NetXtreme II BCM5706/5708/5709/5716 Driver" .align 3 .LC11578: .string " BCM5751F" .align 3 .LC11579: .string "ven_1102dev_0004" .align 3 .LC11580: .string "BCM570123" .align 3 .LC11581: .string "broadtcomBCM5701 Gigabit EthernetASD" .align 3 .LC11582: .string "BCM5702x1" .align 3 .LC11583: .string "NetXtreme Gigabit Ethernet" .align 3 .LC11584: .string "BCM57788" .align 3 .LC11585: .string "NetLink tm Gigabit Ethernet pcie" .align 3 .LC11586: .string "BCM5704" .align 3 .LC11587: .string "NetXtreme Dual Gigabit Adapter" .align 3 .LC11588: .string "BCM5708" .align 3 .LC11589: .string "Broadcom NetXtreme II Gigabit Ethernet Adapter" .align 3 .LC11590: .string "83471043" .align 3 .LC11591: .string "NetXtreme Fast Ethernet Controller" .align 3 .LC11592: .string "BCM57711" .align 3 .LC11593: .string "Broadcom PCIe 10Gb Network Controller " .align 3 .LC11594: .string "BCM5788" .align 3 .LC11595: .string "Broadcom NetXtreme Gigabit Ethernet" .align 3 .LC11596: .string "BCM5705A2" .align 3 .LC11597: .string "BM5750" .align 3 .LC11598: .string "NtXtreme Gigabit Ethernet" .align 3 .LC11599: .string "BCM5721" .align 3 .LC11600: .string "NetXtreme Gigabit Ethernet PCI Express" .align 3 .LC11601: .string "94309" .align 3 .LC11602: .string "Broadcom NetXtreme BCM5722 Gigabit" .align 3 .LC11603: .string "Aspire5733Z" .align 3 .LC11604: .string "3C905B" .align 3 .LC11605: .string "BCM5720" .align 3 .LC11606: .string "Broadcom NetXtreme 5720 Gigabit Ethernet" .align 3 .LC11607: .string "BCM5780" .align 3 .LC11608: .string "Broadcom NetXtreme Gigabit Ethernet 5780" .align 3 .LC11609: .string "BCM5780S" .align 3 .LC11610: .string "BCM5705MFE" .align 3 .LC11611: .string "NetXtreme Ethernet 100kB" .align 3 .LC11612: .string "BCM5705" .align 3 .LC11613: .string "BCM5751F" .align 3 .LC11614: .string "BCM5754M" .align 3 .LC11615: .string "B5755M" .align 3 .LC11616: .string "57XX" .align 3 .LC11617: .string "57XX Series Broadcom Driver X86/X64" .align 3 .LC11618: .string "BCM5750A1" .align 3 .LC11619: .string "BCM5751" .align 3 .LC11620: .string "BCM5782" .align 3 .LC11621: .string "Broadcom Netxtreme Gigabit Ethernet" .align 3 .LC11622: .string "BCM5754" .align 3 .LC11623: .string "Broadcom NetXtreme Gigabit Ethernet Controller" .align 3 .LC11624: .string "BCM5755/5780" .align 3 .LC11625: .string "BCM5750" .align 3 .LC11626: .string "BCM5751M" .align 3 .LC11627: .string "BCM5751FKFB" .align 3 .LC11628: .string "vierkant" .align 3 .LC11629: .string "BCM5761E" .align 3 .LC11630: .string "BCM5761" .align 3 .LC11631: .string "Broadcom 57XX Gigabit Integrated Controller " .align 3 .LC11632: .string "BCM5764" .align 3 .LC11633: .string "BCM5776" .align 3 .LC11634: .string "NexTreme Desktop/Mobile" .align 3 .LC11635: .string "Broadcom BCM57788 LOM " .align 3 .LC11636: .string "BCM57788A" .align 3 .LC11637: .string "Broadcom NetLink (TM) Gigabit Ethernet" .align 3 .LC11638: .string "NetLink" .align 3 .LC11639: .string "BCM5787" .align 3 .LC11640: .string "Ethernet Controller Broadcom Netlink Gigabit" .align 3 .LC11641: .string "Broadcom NetXtreme Gigabit Ethernet " .align 3 .LC11642: .string "02941028" .align 3 .LC11643: .string "NetLink Ethernet-FOR DELL LAPTOP AND MAYBE OTHERS" .align 3 .LC11644: .string "Broadcom Netlink (TM) gigabit ethernet Driver" .align 3 .LC11645: .string "BCM5786" .align 3 .LC11646: .string "17351043" .align 3 .LC11647: .string "BCM5782k, BCM5789" .align 3 .LC11648: .string "Broadcom Ethernet Adapter" .align 3 .LC11649: .string "BCM5702X" .align 3 .LC11650: .string "BLM5701" .align 3 .LC11651: .string "B06BDRV" .align 3 .LC11652: .string "BroadCom NetExtreme II Server" .align 3 .LC11653: .string "BCM57781" .align 3 .LC11654: .string "BCM57785X" .align 3 .LC11655: .string "Broadcom NetLink Gigabit Ethernet" .align 3 .LC11656: .string "16BE8" .align 3 .LC11657: .string "CardReader Broadcom 1.0.0.221" .align 3 .LC11658: .string "0x16BF" .align 3 .LC11659: .string "CardReader Broadcom 15.0.7.2" .align 3 .LC11660: .string "BCM5702A3" .align 3 .LC11661: .string "BCM 94311" .align 3 .LC11662: .string "DELL Wireless 1390 WLAN MiniCard" .align 3 .LC11663: .string "BCM5781" .align 3 .LC11664: .string "BCM5753" .align 3 .LC11665: .string "NetXtreme BCM5753 Gigabit PCI Express" .align 3 .LC11666: .string "BCM5753M" .align 3 .LC11667: .string "NetXtreme Gigabit Ethernet PciXpress" .align 3 .LC11668: .string "BCM5753F" .align 3 .LC11669: .string "PCI\\VEN_14E4&DEV_1692&CC_020000" .align 3 .LC11670: .string "Broadcom 440x 10/100 Integrated Controller" .align 3 .LC11671: .string "BCM5901" .align 3 .LC11672: .string "NetXtreme" .align 3 .LC11673: .string "NetXtreme 100Base-TX" .align 3 .LC11674: .string "BCM5906m" .align 3 .LC11675: .string "Broadcom NetLink (TM) Fast Ethernet" .align 3 .LC11676: .string "BCM53333" .align 3 .LC11677: .string "16p 1G (PHY)" .align 3 .LC11678: .string "BCM3352" .align 3 .LC11679: .string "BCM3352 QAMLink\302\256 Single-Chip 4-Line VoIP" .align 3 .LC11680: .string "BCM3360" .align 3 .LC11681: .string "Advanced PHY Broadband Gateway Cable Modem" .align 3 .LC11682: .string "intel CORE I5" .align 3 .LC11683: .string "10Mb/s NIC" .align 3 .LC11684: .string "BCM V.90" .align 3 .LC11685: .string "56k Modem" .align 3 .LC11686: .string "Broadcom BCM4301 802.11g Wireless LAN Controller" .align 3 .LC11687: .string "Dell Truemobile 1180 802.11g MiniPCI" .align 3 .LC11688: .string "BCM4303" .align 3 .LC11689: .string "BCM4301 802.11b802.11b Wireless LAN Controller" .align 3 .LC11690: .string "BCM4307" .align 3 .LC11691: .string "V.90 56k Modem" .align 3 .LC11692: .string "BCM4306" .align 3 .LC11693: .string "Unknown device 4306 (rev 02)" .align 3 .LC11694: .string "802.11b Wireless LAN Controller" .align 3 .LC11695: .string "BCM4310" .align 3 .LC11696: .string "BCM4301USB Controller" .align 3 .LC11697: .string "BCM4311" .align 3 .LC11698: .string "broadcom wireless 1490 (dell)" .align 3 .LC11699: .string "BCM4310 UART" .align 3 .LC11700: .string "wireless network card" .align 3 .LC11701: .string "BCM4315/BCM22062000" .align 3 .LC11702: .string "Broadcom Wireless b/g (Tested Drivers)" .align 3 .LC11703: .string "BCM4318" .align 3 .LC11704: .string "Broadcom 802.11b/g WLAN" .align 3 .LC11705: .string "802.11B/G Wireless Lan Controller 3-&#1103; &#1056;&#1077;&#1076;&#1072;&#1082;&#1094;&#1080;&#1103;" .align 3 .LC11706: .string "802.11a Wireless LAN Controller" .align 3 .LC11707: .string "UART" .align 3 .LC11708: .string "Broadcom 43225" .align 3 .LC11709: .string "802.11a/b/g Wireless LAN" .align 3 .LC11710: .string "802.11b/g Wireless LAN Controller" .align 3 .LC11711: .string "Chipcommon I/O Controller?" .align 3 .LC11712: .string "BCM4321KFBG" .align 3 .LC11713: .string "Broadcom BCM43xx 1.0 (5.10.91.27)" .align 3 .LC11714: .string "BCM43XX" .align 3 .LC11715: .string "Broadcom 802.11n Network Adapter" .align 3 .LC11716: .string "4322" .align 3 .LC11717: .string "Broadcom Wireless LAN Driver " .align 3 .LC11718: .string "BCM4331" .align 3 .LC11719: .string "Broadcom BCM4331" .align 3 .LC11720: .string "BCM943224HMS" .align 3 .LC11721: .string "Broadcom Half Mini PCI Express Wifi card / DL1520 (aka Dell Wireless 1520 802.11n Mini Card WLAN Dri" .align 3 .LC11722: .string "BCM94322c5HM" .align 3 .LC11723: .string "Broadcom WiFi 802.11b/g/n" .align 3 .LC11724: .string "BCM943227HM4L" .align 3 .LC11725: .string "Broadcom 802.11n WLAN module" .align 3 .LC11726: .string "BCM943228HM4L" .align 3 .LC11727: .string "Half-mini wireless-N card DW1530" .align 3 .LC11728: .string "061117AA" .align 3 .LC11729: .string "Broadcom 43142 Wireless LAN Adapter" .align 3 .LC11730: .string "0x4360" .align 3 .LC11731: .string "Broadcom BCM4708A0" .align 3 .LC11732: .string "BCM4401" .align 3 .LC11733: .string "10/100 Integrated Ethernet Controller" .align 3 .LC11734: .string "BCM440" .align 3 .LC11735: .string "BCM4402" .align 3 .LC11736: .string "BCM4413" .align 3 .LC11737: .string "iLine32 HomePNA 2.0" .align 3 .LC11738: .string "BCM4212" .align 3 .LC11739: .string "BCM4412" .align 3 .LC11740: .string "10/100BaseT Ethernet" .align 3 .LC11741: .string "BCM44xx" .align 3 .LC11742: .string "CardBus iLine32 HomePNA 2.0" .align 3 .LC11743: .string "CardBus 10/100BaseT Ethernet" .align 3 .LC11744: .string "BCM4610" .align 3 .LC11745: .string "Sentry5 PCI to SB Bridge" .align 3 .LC11746: .string "Sentry5 iLine32 HomePNA 1.0" .align 3 .LC11747: .string "Sentry5 V.90 56k Modem" .align 3 .LC11748: .string "Sentry5 USB Controller" .align 3 .LC11749: .string "BCM4704" .align 3 .LC11750: .string "BCM4710" .align 3 .LC11751: .string "BCM47xx" .align 3 .LC11752: .string "Sentry5 iLine32 HomePNA 2.0" .align 3 .LC11753: .string "Sentry5 V.92 56k modem" .align 3 .LC11754: .string "Sentry5 USB Host Controller" .align 3 .LC11755: .string "Sentry5 USB Device Controller" .align 3 .LC11756: .string "BCM4712" .align 3 .LC11757: .string "MIPS CPU" .align 3 .LC11758: .string "7175144f" .align 3 .LC11759: .string "BCM1503HMGIPAD_NT61" .align 3 .LC11760: .string "Dell Wireless 1501/1503/1701 Half Mini Card Driver (used google chrome to download file)" .align 3 .LC11761: .string "BCM53343" .align 3 .LC11762: .string "16P 1G (PHY)" .align 3 .LC11763: .string "BCM5365P" .align 3 .LC11764: .string "BCM5600" .align 3 .LC11765: .string "StrataSwitch 24+2 Ethernet Switch Controller" .align 3 .LC11766: .string "BCM5605" .align 3 .LC11767: .string "BCM5784" .align 3 .LC11768: .string "BCM5625" .align 3 .LC11769: .string "BCM5645" .align 3 .LC11770: .string "BCM5670" .align 3 .LC11771: .string "8-Port 10GE Ethernet Switch Fabric" .align 3 .LC11772: .string "BCM5680" .align 3 .LC11773: .string "G-Switch 8-Port Gigabit Ethernet Switch Controller" .align 3 .LC11774: .string "BCM5690" .align 3 .LC11775: .string "12-port Multi-Layer Gigabit Ethernet Switch" .align 3 .LC11776: .string "BCM5691" .align 3 .LC11777: .string "GE/10GE 8+2 Gigabit Ethernet Switch Controller" .align 3 .LC11778: .string "BCM5802" .align 3 .LC11779: .string "The BCM5802 Security Processor integrates Broadcom\302\222s IPSec engine (DES, 3DES, HMAC-SHA-1, HMAC-MD5)," .align 3 .LC11780: .string "BCM5805" .align 3 .LC11781: .string "The BCM5805 Security Processor integrates a high-performance IPSec engine (DES, 3DES, HMAC-SHA-1, HM" .align 3 .LC11782: .string "BCM5820" .align 3 .LC11783: .string "BCM5821" .align 3 .LC11784: .string "BCM5822" .align 3 .LC11785: .string "BCM5823" .align 3 .LC11786: .string "BCM5824" .align 3 .LC11787: .string "BCM5825" .align 3 .LC11788: .string "BCM5840" .align 3 .LC11789: .string "BCM5841" .align 3 .LC11790: .string "BCM5850" .align 3 .LC11791: .string "network card integrated" .align 3 .LC11792: .string "BCM7411" .align 3 .LC11793: .string "High Definition Video/Audio Decoder" .align 3 .LC11794: .string "BCM5787M" .align 3 .LC11795: .string "Wireless-N WLAN" .align 3 .LC11796: .string "BCM53010" .align 3 .LC11797: .string "Next generation router SOC with gigabit switch" .align 3 .LC11798: .string "BCM53011" .align 3 .LC11799: .string "BCM53012" .align 3 .LC11800: .string "BCM53016" .align 3 .LC11801: .string "Next generation router SOC with gigabit switch with RGMII/SDIO, but disable 3 GPHY" .align 3 .LC11802: .string "BCM53018" .align 3 .LC11803: .string "Next generation router SOC with gigabit switch with RGMII/SDIO" .align 3 .LC11804: .string "BCM53019" .align 3 .LC11805: .string "Next generation router SOC with gigabit switch without RGMII/SDIO" .align 3 .LC11806: .string "BCM53022" .align 3 .LC11807: .string "BCM53023" .align 3 .LC11808: .string "Next generation router SOC with gigabit switch with SATA instead of RGMII/SDIO" .align 3 .LC11809: .string "BCM53025" .align 3 .LC11810: .string "Next generation router SOC with gigabit switch with RGMII/SDIO, GMII, SGMII and SATA" .align 3 .LC11811: .string "BCM8202" .align 3 .LC11812: .string "Packet Processor ASIC" .align 3 .LC11813: .string "BCM53334" .align 3 .LC11814: .string "24 1G" .align 3 .LC11815: .string "BCM53342" .align 3 .LC11816: .string "8 1G (PHY)" .align 3 .LC11817: .string "BCM53344" .align 3 .LC11818: .string " 24P 1G +4P 1G (PHY)" .align 3 .LC11819: .string "BCM53346" .align 3 .LC11820: .string "24P 1G +4P 1G/10G (PHY)" .align 3 .LC11821: .string "BCM53393" .align 3 .LC11822: .string "14P (1G, (no PHY)" .align 3 .LC11823: .string "BCM53394" .align 3 .LC11824: .string "10P 1G + 4x1/2.5/5/10G (no PHY) " .align 3 .LC11825: .string "BCM53401" .align 3 .LC11826: .string "160Gbps L2+ Ethernet Switch" .align 3 .LC11827: .string "BCM53402" .align 3 .LC11828: .string "BCM53405" .align 3 .LC11829: .string "BCM53406" .align 3 .LC11830: .string "BCM53408" .align 3 .LC11831: .string "BCM53411" .align 3 .LC11832: .string "BCM53412" .align 3 .LC11833: .string "BCM53415" .align 3 .LC11834: .string "BCM53416" .align 3 .LC11835: .string "BCM53418" .align 3 .LC11836: .string "BCM53433" .align 3 .LC11837: .string "L2+ Ethernet switch: 16P 1G" .align 3 .LC11838: .string "BCM53434" .align 3 .LC11839: .string "L2+ Ethernet switch: 24P 1G" .align 3 .LC11840: .string "BCM53442" .align 3 .LC11841: .string "L2+ Ethernet switch: 8P 1G + 4P 1G" .align 3 .LC11842: .string "BCM53443" .align 3 .LC11843: .string "L2+ Ethernet switch: 16P 1G + 4P 1G" .align 3 .LC11844: .string "BCM53444" .align 3 .LC11845: .string "L2+ Ethernet switch: 24P 1G + 4P 1G" .align 3 .LC11846: .string "BCM53446" .align 3 .LC11847: .string "L2+ Ethernet switch: 24P 1G +2P 1G/10G +2P 1G/10G" .align 3 .LC11848: .string "BCM53447" .align 3 .LC11849: .string "BCM53448" .align 3 .LC11850: .string "L2+ Ethernet switch: 8P 1G + 8P 1G/2.5G + 4P 10G" .align 3 .LC11851: .string "BCM53449" .align 3 .LC11852: .string "L2+ Ethernet switch: 16P 1G + 8P 1G/2.5G + 4P 10G + 2P 20G" .align 3 .LC11853: .string "900000000" .align 3 .LC11854: .string "Texas Instruments PCI GemCore based SmartCard cont" .align 3 .LC11855: .string "0x14E4" .align 3 .LC11856: .string "BCM6368" .align 3 .LC11857: .string "Broadcom 802.11n WLAN chip" .align 3 .LC11858: .string "BCM56061" .align 3 .LC11859: .string "BCM56062" .align 3 .LC11860: .string "BCM56063" .align 3 .LC11861: .string "BCM56064" .align 3 .LC11862: .string "BCM56150" .align 3 .LC11863: .string "Hurricane2 (Lightly Managed) 24P 1G +4P 1G/10G (PHY)" .align 3 .LC11864: .string "BCM56152" .align 3 .LC11865: .string "24P 1G (PHY)" .align 3 .LC11866: .string "BCM56160" .align 3 .LC11867: .string "L2+ switch: 24P 1G +2P 1G/10G +2P 1G/10G" .align 3 .LC11868: .string "BCM56161" .align 3 .LC11869: .string "BCM56162" .align 3 .LC11870: .string "L2+ Ethernet switch: 24P 1G +4P 1G" .align 3 .LC11871: .string "BCM56340" .align 3 .LC11872: .string "48-port multi-layer switch with embedded CPU" .align 3 .LC11873: .string "BCM56450" .align 3 .LC11874: .string "100G Multi-layer Ethernet Switch" .align 3 .LC11875: .string "BCM56640" .align 3 .LC11876: .string "260Gbps Extensible Switch with 100GE" .align 3 .LC11877: .string "BCM56842" .align 3 .LC11878: .string "320Gbps Ethernet Multilayer Switch" .align 3 .LC11879: .string "BCM56845" .align 3 .LC11880: .string "640G Multi-layer Ethernet Switch" .align 3 .LC11881: .string "BCM56850" .align 3 .LC11882: .string "1.28T I/O Multi-layer Ethernet Switch" .align 3 .LC11883: .string "BCM56960" .align 3 .LC11884: .string "3.2T I/O Multi-layer Ethernet Switch" .align 3 .LC11885: .string "1364103c" .align 3 .LC11886: .string "BEMx.x" .align 3 .LC11887: .string "PCI to S5U13xxxB00B Bridge Adapter" .align 3 .LC11888: .string "S1D13808" .align 3 .LC11889: .string "Embedded Memory Display Controller" .align 3 .LC11890: .string "CardReader_Broadcom" .align 3 .LC11891: .string "1.0.0.222_W7x86_A" .align 3 .LC11892: .string "9400-0931" .align 3 .LC11893: .string "CharKey" .align 3 .LC11894: .string "H260u" .align 3 .LC11895: .string "H260u printer server for HP Printer" .align 3 .LC11896: .string "PIXCI CL1" .align 3 .LC11897: .string "PCI camera link video capture board" .align 3 .LC11898: .string "PIXCI D2X" .align 3 .LC11899: .string "PCI digital video capture board" .align 3 .LC11900: .string "PIXCI D3X" .align 3 .LC11901: .string "PIXCI EL1" .align 3 .LC11902: .string "PCI-E camera link video capture board" .align 3 .LC11903: .string "FDDI adapter" .align 3 .LC11904: .string "2300" .align 3 .LC11905: .string "Fast Ethernet adapter" .align 3 .LC11906: .string "2340" .align 3 .LC11907: .string "4 Port 10/100 UTP Fast Ethernet Adapter" .align 3 .LC11908: .string "2400" .align 3 .LC11909: .string "EN5030, EN5038,EN1207D-TX/ Realtek 8139C" .align 3 .LC11910: .string "Ethernet Controller 10/100 MBit" .align 3 .LC11911: .string "EN5251BE" .align 3 .LC11912: .string "accton EN5251BE" .align 3 .LC11913: .string "EN-1660" .align 3 .LC11914: .string "untuk install driver" .align 3 .LC11915: .string "EN-1207F" .align 3 .LC11916: .string "SMC en5251be" .align 3 .LC11917: .string "0445tabgf16143.1" .align 3 .LC11918: .string "EN5251BE / EN1207F-TX" .align 3 .LC11919: .string "Ethernet Controller/ drivers" .align 3 .LC11920: .string "saa1735hl" .align 3 .LC11921: .string "tv" .align 3 .LC11922: .string "AT76C506" .align 3 .LC11923: .string "802.11b Wireless Network Adaptor" .align 3 .LC11924: .string "1103" .align 3 .LC11925: .string "TPM - Trusted Platform Module" .align 3 .LC11926: .string "DT3001" .align 3 .LC11927: .string "DT3002" .align 3 .LC11928: .string "9PAEAN" .align 3 .LC11929: .string "DT3003" .align 3 .LC11930: .string "DT3004" .align 3 .LC11931: .string "Dt3005" .align 3 .LC11932: .string "DT3001-PGL" .align 3 .LC11933: .string "DT3003-PGL" .align 3 .LC11934: .string "max-lc SVGA card" .align 3 .LC11935: .string "MaxPCI image processing board" .align 3 .LC11936: .string "GDT6000/6020/6050" .align 3 .LC11937: .string "PCI SCSI RAID Controller" .align 3 .LC11938: .string "GDT6000/6010" .align 3 .LC11939: .string "PCI 1-channel SCSI RAID Controller" .align 3 .LC11940: .string "GDT6110/6510" .align 3 .LC11941: .string "GDT6120/6520" .align 3 .LC11942: .string "PCI 2-channel SCSI RAID Controller" .align 3 .LC11943: .string "GDT6530" .align 3 .LC11944: .string "PCI 3-channel SCSI RAID Controller" .align 3 .LC11945: .string "GDT6550" .align 3 .LC11946: .string "PCI 5-channel SCSI RAID Controller" .align 3 .LC11947: .string "GDT6117/6517" .align 3 .LC11948: .string "Wide Ultra SCSI Controller" .align 3 .LC11949: .string "GDT6127/6527" .align 3 .LC11950: .string "GDT6537" .align 3 .LC11951: .string "GDT6557/6557-ECC" .align 3 .LC11952: .string "GDT6115/6515" .align 3 .LC11953: .string "Ultra SCSI Controller" .align 3 .LC11954: .string "GDT6125/6525" .align 3 .LC11955: .string "Wide SCSI Controller" .align 3 .LC11956: .string "GDT6535" .align 3 .LC11957: .string "GDT6555/6555-ECC" .align 3 .LC11958: .string "GDT6117RP/6517RP" .align 3 .LC11959: .string "2 Channel Wide Ultra SCSI" .align 3 .LC11960: .string "GDT6127RP/6527RP" .align 3 .LC11961: .string "Wide Ultra SCSI HBA" .align 3 .LC11962: .string "GDT6537RP" .align 3 .LC11963: .string "GDT6557RP" .align 3 .LC11964: .string "GDT6111RP/6511RP" .align 3 .LC11965: .string "Ultra SCSI HBA" .align 3 .LC11966: .string "GDT6121RP/6521RP" .align 3 .LC11967: .string "GDT6117RD/6517RD" .align 3 .LC11968: .string "GDT6127RD/6527RD" .align 3 .LC11969: .string "GDT6537RD" .align 3 .LC11970: .string "GDT6557RD" .align 3 .LC11971: .string "GDT6111RD/6511RD" .align 3 .LC11972: .string "GDT6x18RD" .align 3 .LC11973: .string "Wide Ultra2 SCSI HBA" .align 3 .LC11974: .string "GDT6x28RD" .align 3 .LC11975: .string "GDT6538RD/6638RD" .align 3 .LC11976: .string "GDT6558RD/6658RD" .align 3 .LC11977: .string "GDT6117RP2/6517RP2" .align 3 .LC11978: .string "GDT6127RP2/6527RP2" .align 3 .LC11979: .string "GDT6537RP2" .align 3 .LC11980: .string "GDT6557RP2" .align 3 .LC11981: .string "GDT6111RP2/6511RP2" .align 3 .LC11982: .string "GDT 6x13RS" .align 3 .LC11983: .string "GDT 6x23RS" .align 3 .LC11984: .string "Disk Array Controller" .align 3 .LC11985: .string "GDT 6x18RS" .align 3 .LC11986: .string "GDT 6x28RS" .align 3 .LC11987: .string "0139" .align 3 .LC11988: .string "GDT 6x38RS" .align 3 .LC11989: .string "IBM IXA - Integrated xSeries Adapter" .align 3 .LC11990: .string "GDT 6x58RS" .align 3 .LC11991: .string "GDT 6x33RS" .align 3 .LC11992: .string "GDT 6x43RS" .align 3 .LC11993: .string "GDT 6x53RS" .align 3 .LC11994: .string "GDT 6x63RS" .align 3 .LC11995: .string "GDT 7x13RN" .align 3 .LC11996: .string "GDT 7x23RN" .align 3 .LC11997: .string "GDT7x18RN" .align 3 .LC11998: .string "64-bit PCI Wide Untra2 SCSI HBA" .align 3 .LC11999: .string "GDT7x28RN" .align 3 .LC12000: .string "64-bit PCI Wide Ultra2 SCSI HBA" .align 3 .LC12001: .string "GDT7538RN/7638RN" .align 3 .LC12002: .string "GDT7558RN/7658RN" .align 3 .LC12003: .string "GDT 7x33RN" .align 3 .LC12004: .string "GDT 7x43RN" .align 3 .LC12005: .string "GDT 7x53RN" .align 3 .LC12006: .string "GDT 7x63RN" .align 3 .LC12007: .string "GDT 4x13RZ" .align 3 .LC12008: .string "GDT 4513RZ" .align 3 .LC12009: .string "GDT 4x23RZ" .align 3 .LC12010: .string "GDT8514RZ" .align 3 .LC12011: .string "SCSI Ultra320 1-channel" .align 3 .LC12012: .string "GDT 8x13RZ" .align 3 .LC12013: .string "1119" .align 3 .LC12014: .string "BtYVKixCnmzB" .align 3 .LC12015: .string "GDT 8x33RZ" .align 3 .LC12016: .string "cfa-4k" .align 3 .LC12017: .string "GDT 8x43RZ" .align 3 .LC12018: .string "GDT 8x53RZ" .align 3 .LC12019: .string "GDT 8x63RZ" .align 3 .LC12020: .string "GDT6519RD/6619RD" .align 3 .LC12021: .string "Fibre Channel HBA" .align 3 .LC12022: .string "GDT6529RD/6629RD" .align 3 .LC12023: .string "GDT7519RN/7619RN" .align 3 .LC12024: .string "64-bit PCI Fibre Channel HBA" .align 3 .LC12025: .string "GDT7529RN/7629RN" .align 3 .LC12026: .string "GDT Rx" .align 3 .LC12027: .string "61xx raid" .align 3 .LC12028: .string "155P-MF1" .align 3 .LC12029: .string "166P-MF1" .align 3 .LC12030: .string "ENI-25P" .align 3 .LC12031: .string "921014946" .align 3 .LC12032: .string "Powerbus Bridge" .align 3 .LC12033: .string "55383" .align 3 .LC12034: .string "zqUh5f <a href=" .align 3 .LC12035: .string "IDT77222/252" .align 3 .LC12036: .string "MICRO ABR SAR PCI ATM Controller" .align 3 .LC12037: .string "IDT77V252" .align 3 .LC12038: .string "IDT Audio CODEC" .align 3 .LC12039: .string "IDT High Definition Audio CODEC" .align 3 .LC12040: .string "5.10.5515.0" .align 3 .LC12041: .string "SigmaTel High Definition Audio CODEC" .align 3 .LC12042: .string "STAC9221" .align 3 .LC12043: .string "Sigmatel HD" .align 3 .LC12044: .string "IDT High Definition Codec" .align 3 .LC12045: .string "IDT_Audiov5939" .align 3 .LC12046: .string "IDT/Sigmae HDl Audio Driver v6.10.5939.0 05/06/2008" .align 3 .LC12047: .string "92hdxxx" .align 3 .LC12048: .string "High Definition (HD) Audio Codecs" .align 3 .LC12049: .string "92HD73C1" .align 3 .LC12050: .string "102801ab" .align 3 .LC12051: .string "SIGMATEL STAC 92XX " .align 3 .LC12052: .string "102801FF" .align 3 .LC12053: .string "STAC 92XX C-Major HD Audio (Dell Precision M4300 and LAT D630 & D830)" .align 3 .LC12054: .string "92HD75B3" .align 3 .LC12055: .string "IDT Audio" .align 3 .LC12056: .string "IDT 92HD87B1" .align 3 .LC12057: .string "0x76D1" .align 3 .LC12058: .string "IDT 92HD87B1/3" .align 3 .LC12059: .string "hp IDT Audio Codec" .align 3 .LC12060: .string "92HDxxx" .align 3 .LC12061: .string "HDAUDIO" .align 3 .LC12062: .string "PES12N3A" .align 3 .LC12063: .string "PCI Express Switch" .align 3 .LC12064: .string "PES16T7" .align 3 .LC12065: .string "PCI Express Switch PES16T7" .align 3 .LC12066: .string "PES24T6G2 " .align 3 .LC12067: .string "PCI Express Gen2 Switch" .align 3 .LC12068: .string "IDT77201/211" .align 3 .LC12069: .string "NICStAR ATM Adapter" .align 3 .LC12070: .string "IDT/Sigmatel HDl Audio Driver v6.10.5939.0 05/06/2008" .align 3 .LC12071: .string "Precision MX" .align 3 .LC12072: .string "Video engine interface" .align 3 .LC12073: .string "Frame Capture Bus Interface" .align 3 .LC12074: .string "FireRunner PCA-200" .align 3 .LC12075: .string "PCA-200PC" .align 3 .LC12076: .string "PCA-200E" .align 3 .LC12077: .string "ForeRunner HE" .align 3 .LC12078: .string "USB\\Vid_04d9&Pid_160&Rev_0310" .align 3 .LC12079: .string "atm" .align 3 .LC12080: .string "T2-Mp3-001" .align 3 .LC12081: .string "MP3 player/FM radio/voice recorder 256 Mo flash" .align 3 .LC12082: .string "T2-MP3-001" .align 3 .LC12083: .string "EIDE/hdd and IDE/cd-rom Ctrlr" .align 3 .LC12084: .string "0x010" .align 3 .LC12085: .string "USB Audio Sound Card" .align 3 .LC12086: .string "028" .align 3 .LC12087: .string "bm05e " .align 3 .LC12088: .string "BlueTooth &#1040;&#1076;&#1072;&#1087;&#1090;&#1077;&#1088; ISSCBTA [Tripper USB Dongle]" .align 3 .LC12089: .string "1131" .align 3 .LC12090: .string "VerTV Hybrid Super 007 M135RA" .align 3 .LC12091: .string "7130" .align 3 .LC12092: .string "01384E42y8" .align 3 .LC12093: .string "PTD3000" .align 3 .LC12094: .string "VPN IPSEC coprocessor" .align 3 .LC12095: .string "5.1.2600.0" .align 3 .LC12096: .string "PTD3210" .align 3 .LC12097: .string "SSL Accelerator" .align 3 .LC12098: .string "ISP1561" .align 3 .LC12099: .string "TDA2780AQ" .align 3 .LC12100: .string "Stream\\LVTVTune " .align 3 .LC12101: .string "UCB1500" .align 3 .LC12102: .string "Multimedia Audio Device" .align 3 .LC12103: .string "TriMedia TM1000/1100" .align 3 .LC12104: .string "Multimedia processor" .align 3 .LC12105: .string "Multimedia processorkk" .align 3 .LC12106: .string "TriMedia TM-1300EH" .align 3 .LC12107: .string "TriMedia PNX1700" .align 3 .LC12108: .string "SAA7130HL" .align 3 .LC12109: .string "01384E42" .align 3 .LC12110: .string "Behold TV 609 FM" .align 3 .LC12111: .string "PCI audio and video broadcast decoder or only avertv dvb-t pci card" .align 3 .LC12112: .string "0x7134" .align 3 .LC12113: .string "SAA7134 TV Card Philips" .align 3 .LC12114: .string "d145ah" .align 3 .LC12115: .string "ddddf" .align 3 .LC12116: .string "saa7146ah" .align 3 .LC12117: .string " 0X7146" .align 3 .LC12118: .string "Philips SAA7134E, TDA10046 and TDA8275A" .align 3 .LC12119: .string "PCI\\VEN_1131&DEV_7160&SUBSYS_1F551461&REV_03" .align 3 .LC12120: .string "idk" .align 3 .LC12121: .string "PE9400" .align 3 .LC12122: .string "ASUS My Cinnema PE9400 PCI-E 1x capture card." .align 3 .LC12123: .string "Philips 7231/726x-&#1057;&#1077;&#1088;&#1080;&#10" .align 3 .LC12124: .string "AVerMedia H339 &#1043;&#1080;&#1073;&#1088;&#1080;&#1076;&#1085;&#1099;&#1081; &#1040;&#1085;&#1072;" .align 3 .LC12125: .string "SAA9730" .align 3 .LC12126: .string "Ethernet controller" .align 3 .LC12127: .string "tw9903 " .align 3 .LC12128: .string "FF" .align 3 .LC12129: .string "EiconCard C91" .align 3 .LC12130: .string "EiconCard S90" .align 3 .LC12131: .string "EiconCard S94" .align 3 .LC12132: .string "EiconCard P92" .align 3 .LC12133: .string "DIVA Pro 2.0 S/T" .align 3 .LC12134: .string "Pro 2." .align 3 .LC12135: .string "DIVA 2.0 S/T" .align 3 .LC12136: .string "DIVA Pro 2.0 U" .align 3 .LC12137: .string "DIVA 2.0 U" .align 3 .LC12138: .string "chip" .align 3 .LC12139: .string "DIVA 2.01 S/T" .align 3 .LC12140: .string "Eicon ISDN card using Siemens IPAC chip" .align 3 .LC12141: .string "DIVA ISDN 2.02 PCI" .align 3 .LC12142: .string "Eicon ISDN card using Infineon chip" .align 3 .LC12143: .string "Maestra" .align 3 .LC12144: .string "DIVA Server BRI-2M" .align 3 .LC12145: .string "MaestraQ" .align 3 .LC12146: .string "DIVA Server BRI-8M" .align 3 .LC12147: .string "MaestraQ-U" .align 3 .LC12148: .string "DIVA Server 4BRI/PCI" .align 3 .LC12149: .string "MaestraP" .align 3 .LC12150: .string "DIVA Server PRI-30M" .align 3 .LC12151: .string "Diva Server PRI-30M PCI v.2" .align 3 .LC12152: .string "DIVA Server BRI-2M/-2F" .align 3 .LC12153: .string "audio driver" .align 3 .LC12154: .string "DPRB" .align 3 .LC12155: .string "Dual PCI to RapidIO Bridge" .align 3 .LC12156: .string "Printer Cntrlr" .align 3 .LC12157: .string "8905" .align 3 .LC12158: .string "STD 32 Bridge" .align 3 .LC12159: .string "i960 Bridge" .align 3 .LC12160: .string "i960 Bridge / Evaluation Platform" .align 3 .LC12161: .string "PCI911" .align 3 .LC12162: .string "i960Jx I/O Controller" .align 3 .LC12163: .string "PCI912" .align 3 .LC12164: .string "i960Cx I/O Controller" .align 3 .LC12165: .string "PCI913" .align 3 .LC12166: .string "i960Hx I/O Controller" .align 3 .LC12167: .string "PCI914" .align 3 .LC12168: .string "I/O Controller with secondary PCI bus" .align 3 .LC12169: .string "SST-64P" .align 3 .LC12170: .string "SST-128P" .align 3 .LC12171: .string "EIDE/ATAPI super adapter" .align 3 .LC12172: .string "ProMotion 3210" .align 3 .LC12173: .string "VGA/AVI Playback Accelerator" .align 3 .LC12174: .string "6410 6422" .align 3 .LC12175: .string "ProMotion-6422" .align 3 .LC12176: .string "ProVideo 6424" .align 3 .LC12177: .string "ProMotion AT24 GUI Accelerator" .align 3 .LC12178: .string "ProMotion AT25" .align 3 .LC12179: .string "0752 20005" .align 3 .LC12180: .string "aT25" .align 3 .LC12181: .string "AT25" .align 3 .LC12182: .string "ProMotion-AT3D" .align 3 .LC12183: .string "ProMotion 6422" .align 3 .LC12184: .string "139K76B 9808" .align 3 .LC12185: .string "9809" .align 3 .LC12186: .string "139K76B" .align 3 .LC12187: .string "Noservo Cntrlr" .align 3 .LC12188: .string "CardBus ATAPI Host Adapter" .align 3 .LC12189: .string "NPATA32" .align 3 .LC12190: .string "CardBus CompactFlash Adapter" .align 3 .LC12191: .string "NPATA-32" .align 3 .LC12192: .string "131dq" .align 3 .LC12193: .string "SK-NET" .align 3 .LC12194: .string "SysKonnect Genesis" .align 3 .LC12195: .string "SK-NET Gigabit Ethernet Adapter" .align 3 .LC12196: .string "Marvell Yukon D-Link DGE530T" .align 3 .LC12197: .string "SysKonnect Marvel RDK 8001" .align 3 .LC12198: .string "Marvell Yukon 88E8053 based Ethernet Controller" .align 3 .LC12199: .string "Marvell Yukon II PCI-X" .align 3 .LC12200: .string "PCI-X 10/100/1000Base-T Server" .align 3 .LC12201: .string "Marvell Yukon EC" .align 3 .LC12202: .string "PCI Express 10/100/1000Base-T Desktop" .align 3 .LC12203: .string "VMIPCI-5565" .align 3 .LC12204: .string "Ultrahigh-Speed Fiber-Optics Reflective Memory w/ Interrupts" .align 3 .LC12205: .string "VMIPCI-5579" .align 3 .LC12206: .string "Reflective Memory Card" .align 3 .LC12207: .string "VMICPCI5588" .align 3 .LC12208: .string "VMICPCI5588 Reflective Memory Card" .align 3 .LC12209: .string "Timer/SRAM FPGA" .align 3 .LC12210: .string "VMIVME-7587" .align 3 .LC12211: .string "0x1002114D" .align 3 .LC12212: .string "PCTel HSP56 PCI Modem" .align 3 .LC12213: .string "AccelePort EPC" .align 3 .LC12214: .string "ACPI\\NSC6001" .align 3 .LC12215: .string "RightSwitch SE-6" .align 3 .LC12216: .string "AccelePort Xem" .align 3 .LC12217: .string "AccelePort Xr" .align 3 .LC12218: .string "AccelePort C/X" .align 3 .LC12219: .string "DataFire PCI 1 S/T" .align 3 .LC12220: .string "Digi Data Fire PCI 1 S/T" .align 3 .LC12221: .string "AccelePort Xr/J" .align 3 .LC12222: .string "AccelePort EPC/J" .align 3 .LC12223: .string "DataFirePRIme T1" .align 3 .LC12224: .string "SyncPort" .align 3 .LC12225: .string "X.25/FR 2-port" .align 3 .LC12226: .string "AccelePort8r EIA-232" .align 3 .LC12227: .string "AccelePort8r EIA-422" .align 3 .LC12228: .string "AccelePort EPC/X" .align 3 .LC12229: .string "DataFire PCI 1 U" .align 3 .LC12230: .string "DataFirePRIme E1" .align 3 .LC12231: .string "AccelePort C/X (IBM)" .align 3 .LC12232: .string "DataFire RAS" .align 3 .LC12233: .string "T1/E1/PRI" .align 3 .LC12234: .string "ClydeNonCsu6034" .align 3 .LC12235: .string "ClydeNonCsu6032" .align 3 .LC12236: .string "ClydeNonCsu4" .align 3 .LC12237: .string "ClydeNonCsu2" .align 3 .LC12238: .string "AccelePort RAS" .align 3 .LC12239: .string "DataFire RAS B4 ST/U" .align 3 .LC12240: .string "AccelePort 4r 920" .align 3 .LC12241: .string "AccelePort 8r 920" .align 3 .LC12242: .string "DigiClassic PCI" .align 3 .LC12243: .string "AccelePort 2r 920" .align 3 .LC12244: .string "DataFire DSP" .align 3 .LC12245: .string "T1/E1/PRI, Compact PCI" .align 3 .LC12246: .string "AccelePort Xp" .align 3 .LC12247: .string "AccelePort 2p PCI" .align 3 .LC12248: .string "DataFire Micro V" .align 3 .LC12249: .string "Descargar" .align 3 .LC12250: .string "20F0" .align 3 .LC12251: .string "Digi Neo 2" .align 3 .LC12252: .string "Avanstar" .align 3 .LC12253: .string "ACPI\\VEN_HPQ&DEV_6001" .align 3 .LC12254: .string "WAN Card Lenovo Notebook" .align 3 .LC12255: .string "486 CPU/PCI Bridge" .align 3 .LC12256: .string "3011" .align 3 .LC12257: .string "Tokenet/vg 1001/10m anylan" .align 3 .LC12258: .string "Lanfleet/Truevalue" .align 3 .LC12259: .string "MV1000" .align 3 .LC12260: .string "MV-1500" .align 3 .LC12261: .string "RBEM56G-100" .align 3 .LC12262: .string "Cardbus Ethernet 10/100+Modem 56" .align 3 .LC12263: .string "NEC VersaPro VA70j need to reinstall driver" .align 3 .LC12264: .string "CardBus Ethernet 10/100" .align 3 .LC12265: .string "MPCI 3A56GSP-100 PA" .align 3 .LC12266: .string "Mini-PCI V.90 56k Modem" .align 3 .LC12267: .string "168c" .align 3 .LC12268: .string "Winmodem built into NEC Versa VXi" .align 3 .LC12269: .string "2U6MLA-35295-M5-E" .align 3 .LC12270: .string "Xircom MPCI3B-56G (Lucent SCORPIO) Soft" .align 3 .LC12271: .string "2333333333333" .align 3 .LC12272: .string "Xircom MPCI Modem 56" .align 3 .LC12273: .string "MPCI" .align 3 .LC12274: .string "Modem 56k" .align 3 .LC12275: .string "Ms0612006303" .align 3 .LC12276: .string "CardBus 56k Modem" .align 3 .LC12277: .string "CardBus Ehternet + 56k Modem" .align 3 .LC12278: .string "Verite 1000" .align 3 .LC12279: .string "3D Blaster" .align 3 .LC12280: .string "Rendition V2200 (1179-002)" .align 3 .LC12281: .string "Rendition V2200 (BLITZ 2200 AGP)" .align 3 .LC12282: .string "Motion JPEG rec/play w/audio" .align 3 .LC12283: .string "Foresight Imaging I-Color" .align 3 .LC12284: .string "03200-150" .align 3 .LC12285: .string "AccuStream 50a, 75a & 205a Frame Grabber & Video Streamer" .align 3 .LC12286: .string "NB6536 (CNB20-LE)" .align 3 .LC12287: .string "PCI to PCI Bridge, bus/dev/func 0/0/1" .align 3 .LC12288: .string "NB6536 (CNB20-HE)" .align 3 .LC12289: .string "Host Bridge, function 2 and function 3" .align 3 .LC12290: .string "NB6635 (CNB20-LE/HE)" .align 3 .LC12291: .string "Hostbridge & MCH, bus/dev/func 0/0/0" .align 3 .LC12292: .string "CIOB30" .align 3 .LC12293: .string "CMIC-HE" .align 3 .LC12294: .string "CMIC-LE" .align 3 .LC12295: .string "CNB20-HE" .align 3 .LC12296: .string "Hostbridge and MCH" .align 3 .LC12297: .string "CMIC-GC" .align 3 .LC12298: .string "CMIC-SL" .align 3 .LC12299: .string "CIOB-X2" .align 3 .LC12300: .string "47553" .align 3 .LC12301: .string "CIOB-E" .align 3 .LC12302: .string "I/O Bridge with Gigabit Ethernet ServerWorks Grand Champion" .align 3 .LC12303: .string "OSB4" .align 3 .LC12304: .string "CSB5" .align 3 .LC12305: .string "PATA33 Controller" .align 3 .LC12306: .string "PATA66" .align 3 .LC12307: .string "PATA100 RAID Controller" .align 3 .LC12308: .string "OpenHCI Compliant USB Controller" .align 3 .LC12309: .string "OSB6" .align 3 .LC12310: .string "OHCI Compliant USB Controller" .align 3 .LC12311: .string "0x0223" .align 3 .LC12312: .string "USB controller" .align 3 .LC12313: .string "PCI to ISA bridge" .align 3 .LC12314: .string "RaidCore4000" .align 3 .LC12315: .string "Apple K2 SATA AHCI&RAID Controller" .align 3 .LC12316: .string "RC5000Series&BC48??(4850L&4852...)" .align 3 .LC12317: .string "ServerWorks Frodo4 SATA RAID Controller" .align 3 .LC12318: .string "RaidCore4000 Series" .align 3 .LC12319: .string "ServerWorks Frodo8 8xSATA RAID" .align 3 .LC12320: .string "BC5785" .align 3 .LC12321: .string "Broadcom5785/Serverworks HT1000 AHCI Controller" .align 3 .LC12322: .string "BC5785/ServerWorks HT1000 SATA(IDE MODE)" .align 3 .LC12323: .string "ServerWorks Elrond 8xSAS/SATAII" .align 3 .LC12324: .string "ATI Mobility Radeon X 1400" .align 3 .LC12325: .string "QL5032" .align 3 .LC12326: .string "32 Channel Digital Input Card Interface" .align 3 .LC12327: .string "16 Channel Digital Output, 16 Channel Digital Input Interface" .align 3 .LC12328: .string "32 Channel Analog Input Interface" .align 3 .LC12329: .string "16 Channel Analog Output / Analog Input Interface" .align 3 .LC12330: .string "QL5232" .align 3 .LC12331: .string "8 Channel Timer Counter Interface" .align 3 .LC12332: .string "PCI to TigerSHARC FPGA Interface" .align 3 .LC12333: .string "Ql5032-33APQ208C" .align 3 .LC12334: .string "PCI to C-DAC RTU bus interface FPGA" .align 3 .LC12335: .string "Bus/Tag Channel" .align 3 .LC12336: .string "Escon Channel" .align 3 .LC12337: .string "nvidia harmony" .align 3 .LC12338: .string "VX120" .align 3 .LC12339: .string "Fiery EX2000D RIP Card Melbourne VX120" .align 3 .LC12340: .string "Vx500" .align 3 .LC12341: .string "Printer ASIC" .align 3 .LC12342: .string "EPF6016ATC144-2" .align 3 .LC12343: .string "S CCA5000243A" .align 3 .LC12344: .string "-epf6016qc240-2" .align 3 .LC12345: .string "Multi-serial card" .align 3 .LC12346: .string "StratixIIGX" .align 3 .LC12347: .string "Altera FPGA board" .align 3 .LC12348: .string "5SGXEA7N" .align 3 .LC12349: .string "Stratix V FPGA" .align 3 .LC12350: .string "EP1AGX90EF1152C6N" .align 3 .LC12351: .string "Arria GX" .align 3 .LC12352: .string "42000133" .align 3 .LC12353: .string "Conexant Multichannel Synchronous Communications Controller (MUSYCC)" .align 3 .LC12354: .string "RTL8101E" .align 3 .LC12355: .string "toshiba america info systems" .align 3 .LC12356: .string "Trusted Platform Module" .align 3 .LC12357: .string "833810" .align 3 .LC12358: .string "Extended PCI IDE Controller Type-B" .align 3 .LC12359: .string "0x8136" .align 3 .LC12360: .string "PCI\\VEN_8086&DEV_3B03&SUBSYS_02FE1028&REV_05\\3&11583659&0&F8" .align 3 .LC12361: .string "Tecra a2" .align 3 .LC12362: .string "Video Capture device" .align 3 .LC12363: .string "LEN0068" .align 3 .LC12364: .string "ACPI" .align 3 .LC12365: .string "0555873412" .align 3 .LC12366: .string "Toshiba CPU to PCI bridge" .align 3 .LC12367: .string "TOS6205" .align 3 .LC12368: .string "PCI to ISA Bridge for Notebooks" .align 3 .LC12369: .string "ToPIC95" .align 3 .LC12370: .string "PCI to CardBus Bridge for Notebooks" .align 3 .LC12371: .string "PCI\\VEN_104C&DEV_803B&SUBSYS_FF1E1179" .align 3 .LC12372: .string "PCI to PCI Bridge for Notebooks" .align 3 .LC12373: .string "ACPI\\IBM0068" .align 3 .LC12374: .string "0322" .align 3 .LC12375: .string "ToPIC95B" .align 3 .LC12376: .string "Toshiba ToPIC95 CardBus Controller" .align 3 .LC12377: .string "ToPIC97" .align 3 .LC12378: .string "PNP0510" .align 3 .LC12379: .string "ToPIC100" .align 3 .LC12380: .string "PCI to CardBus Bridge with ZV support" .align 3 .LC12381: .string "CPU to PCI and PCI to ISA Bridge" .align 3 .LC12382: .string "1E3D" .align 3 .LC12383: .string "PCI Communication Device" .align 3 .LC12384: .string "0x0804" .align 3 .LC12385: .string "Toshiba Smart Media Host Controller" .align 3 .LC12386: .string "ACPI\\TOS1901\\2&DABA3FF&er.com1" .align 3 .LC12387: .string "ACPI\\ASD0001\\2&DABA3FF&1" .align 3 .LC12388: .string "0x0D01" .align 3 .LC12389: .string "FIR Port Type-O" .align 3 .LC12390: .string "32" .align 3 .LC12391: .string "Dispositivo de comunicaciones pci" .align 3 .LC12392: .string "XR17C158/154/152" .align 3 .LC12393: .string "Multi-channel PCI UART" .align 3 .LC12394: .string "AREG9485 WB" .align 3 .LC12395: .string "Qualcomm Atheros AR9485WB-EG wireless Network Adapter" .align 3 .LC12396: .string "intel 3b64" .align 3 .LC12397: .string "pci\\ven_10 EC" .align 3 .LC12398: .string "ACPI\\TOS1901" .align 3 .LC12399: .string "SD Card Controller" .align 3 .LC12400: .string "NOFM12" .align 3 .LC12401: .string "VGA" .align 3 .LC12402: .string "ExpressPCI UL5D" .align 3 .LC12403: .string "Dual-Channel Low-Profile Ultra320 SCSI PCIe Host Bus Adapter" .align 3 .LC12404: .string "ExpressSAS H60F" .align 3 .LC12405: .string "Low-Profile 16-Internal Port 6Gb/s SAS/SATA PCIe 2.0 Host Bus Adapter" .align 3 .LC12406: .string "Printer Host" .align 3 .LC12407: .string "88e8003" .align 3 .LC12408: .string "DFE-550TX/580TX/DFE-550FX" .align 3 .LC12409: .string "driv16c003206" .align 3 .LC12410: .string "DL10038C or DL10038E" .align 3 .LC12411: .string "Realtek RTL8139 Family PCI Fast Ethernet Adapter" .align 3 .LC12412: .string "DGE-528T " .align 3 .LC12413: .string "DFE-690TXD" .align 3 .LC12414: .string "Fast Ethernet CardBus PC Card" .align 3 .LC12415: .string "DRP-32TXD" .align 3 .LC12416: .string "CardBus PC Card" .align 3 .LC12417: .string "14001186" .align 3 .LC12418: .string "D-Link DFE-500Tx PCI fast Ethernet adapter Re v.A" .align 3 .LC12419: .string "DFE 520TX/530TX+ rev E1" .align 3 .LC12420: .string "D-Link Air Wireless Network (DWL-G510)" .align 3 .LC12421: .string "IEEE 802.11g PCI card" .align 3 .LC12422: .string "0x3b001186" .align 3 .LC12423: .string "D-LINK DWL-650+" .align 3 .LC12424: .string "DWL-G510 Version C1" .align 3 .LC12425: .string "Ralink RT61" .align 3 .LC12426: .string "DL2000" .align 3 .LC12427: .string "DFE-650TX" .align 3 .LC12428: .string "D Link Fast Ethernet PCMCIA Card" .align 3 .LC12429: .string "DFE-520TX_C1" .align 3 .LC12430: .string "dlg10086" .align 3 .LC12431: .string "Used on DGE-528T Gigabit adaptor" .align 3 .LC12432: .string "dg530t" .align 3 .LC12433: .string "DGE-530T" .align 3 .LC12434: .string "DGE-560T" .align 3 .LC12435: .string "D-Link System Inc DGE-560T PCI Express Gigabit Ethernet Adapter (rev 13)" .align 3 .LC12436: .string "876" .align 3 .LC12437: .string "d" .align 3 .LC12438: .string "VL/PCI Bridge" .align 3 .LC12439: .string "PCIB" .align 3 .LC12440: .string "C-bus II to PCI bus host bridge chip" .align 3 .LC12441: .string "MAC-94C201B3" .align 3 .LC12442: .string "Corollary/Intel Memory Controller Chip" .align 3 .LC12443: .string "Raptor-PCI framegrabber" .align 3 .LC12444: .string "Model 12" .align 3 .LC12445: .string "Road Runner Frame Grabber" .align 3 .LC12446: .string "Model 14" .align 3 .LC12447: .string "Model 24" .align 3 .LC12448: .string "Model 44" .align 3 .LC12449: .string "02321038" .align 3 .LC12450: .string "red" .align 3 .LC12451: .string "ATP850UF" .align 3 .LC12452: .string "UltraDMA33 EIDE Controller (AEC6210UF)" .align 3 .LC12453: .string "SCSI-2 cache Cntrlr" .align 3 .LC12454: .string "4111111111111111" .align 3 .LC12455: .string "UltraDMA33 EIDE Controller" .align 3 .LC12456: .string "ATP860A" .align 3 .LC12457: .string "UltraDMA66 EDIE Controller (AEC6260)" .align 3 .LC12458: .string "ATP860R" .align 3 .LC12459: .string "UltraDMA66 EIDE Controller (AEC6260)" .align 3 .LC12460: .string "ATP865" .align 3 .LC12461: .string "2CH PCI UltraDMA133 IDE Controller" .align 3 .LC12462: .string "AEC6280PATA133|AEC6880 PATA RAID|AEC6290 SATA|AEC6890 SATA RAID|AEC6891 SATA RAID" .align 3 .LC12463: .string "aec6885" .align 3 .LC12464: .string "ACARD AEC-6885/6895/6896 RAID Controller" .align 3 .LC12465: .string "373953244361001" .align 3 .LC12466: .string "ACARD AEC-6897/6898 RAID Controller" .align 3 .LC12467: .string "ATP8620" .align 3 .LC12468: .string "2S1P PCI-X SATA(3G)/UDMA Combo Controller" .align 3 .LC12469: .string "ATP8600" .align 3 .LC12470: .string "SCSI-2 RAID (cache?) Adapter (AEC6820U)" .align 3 .LC12471: .string "ATP850S/5412751206270000" .align 3 .LC12472: .string "AEC6710S/U/UW SCSI-2 Host Adapter " .align 3 .LC12473: .string "ATP870" .align 3 .LC12474: .string "AEC6712U/TU Ultra SCSI Controller" .align 3 .LC12475: .string "AEC 6712S/TS Ultra SCSI Controller" .align 3 .LC12476: .string "AEC6715UW Ultra Wide SCSI Controller" .align 3 .LC12477: .string "4116360015430005" .align 3 .LC12478: .string "SCSI Host Adapter/PAYPAL.COM/X.COM" .align 3 .LC12479: .string "5412751206270000" .align 3 .LC12480: .string "PCI Ultra160 LVD/SE SCSI Adapter" .align 3 .LC12481: .string "ATP885" .align 3 .LC12482: .string "AEC6710S/U/UW SCSI-2 Host Adapter" .align 3 .LC12483: .string "CompuScope 82G" .align 3 .LC12484: .string "8-bit 2GS/s Analog Input Card" .align 3 .LC12485: .string "IRMA 3270 PCI Adapter" .align 3 .LC12486: .string "Advanced ISCA PCI Adapter" .align 3 .LC12487: .string "SDLC PCI Adapter" .align 3 .LC12488: .string "82C092G" .align 3 .LC12489: .string "PCI PCMCIA bridge" .align 3 .LC12490: .string "MB86697" .align 3 .LC12491: .string "FireStream 155 ATM adapter" .align 3 .LC12492: .string "MB86695" .align 3 .LC12493: .string "FireStream 50 ATM adapter" .align 3 .LC12494: .string "MiaMIDI" .align 3 .LC12495: .string "4/2 channel (analog/digital) audio card" .align 3 .LC12496: .string "GINA3G" .align 3 .LC12497: .string "6/8 channel (analog/digital) audio card" .align 3 .LC12498: .string "0x0001" .align 3 .LC12499: .string "NTX-8023-PCI 2MB Long Card" .align 3 .LC12500: .string "NTX-8023-PCI 8MB Long Card" .align 3 .LC12501: .string "NTX-8023-PCI 2MB Short Card" .align 3 .LC12502: .string "NTX-8023-PCI 8MB Short Card" .align 3 .LC12503: .string "AMCC S5933Q" .align 3 .LC12504: .string "pci matchmaker 9622qac" .align 3 .LC12505: .string "GT-64010/A" .align 3 .LC12506: .string "System Ctrlr for R4xxx/5000 Family CPUs" .align 3 .LC12507: .string "88E8055 PCI-E" .align 3 .LC12508: .string "88E8055" .align 3 .LC12509: .string "Marvell Yukon 88E8055 PCI-E Gigabit Ethernet Controller" .align 3 .LC12510: .string "W8300" .align 3 .LC12511: .string "802.11 Adapter" .align 3 .LC12512: .string "88W8310" .align 3 .LC12513: .string "The Libertas WLAN 802.11b/g" .align 3 .LC12514: .string "Libertas WLAN 802.11b/g" .align 3 .LC12515: .string "WG311" .align 3 .LC12516: .string "54M Wireless 802.11b PCI wifi Adapter Card" .align 3 .LC12517: .string "8335 (MRV8835)" .align 3 .LC12518: .string "Marvell Libertas 802.11 b/g Wireless (8335)" .align 3 .LC12519: .string "88W8687" .align 3 .LC12520: .string "PCI-Express 802.11bg Wireless" .align 3 .LC12521: .string "88E8001" .align 3 .LC12522: .string "Marvell Yukon PCI E Gigabit drivers for d" .align 3 .LC12523: .string "88E8036" .align 3 .LC12524: .string "Yukon PCI-E Fast Ethernet Controller" .align 3 .LC12525: .string "88E8038" .align 3 .LC12526: .string "Marvell Yukon 88E8038 PCI-E Fasvt Ethernet Controller" .align 3 .LC12527: .string "88E8039" .align 3 .LC12528: .string "88E8039 PCIe Fast Ethernet Controller" .align 3 .LC12529: .string "88E8040" .align 3 .LC12530: .string "Marvell Yukon 88E8040 PCI-E Fast Ethernet Controller" .align 3 .LC12531: .string "Marvell Yukon 88E8040T PCI-E Fast Ethernet Controller" .align 3 .LC12532: .string "88E8042" .align 3 .LC12533: .string "marvell ethernet lan No painel " .align 3 .LC12534: .string "88E8050" .align 3 .LC12535: .string "Yukon PCI-E ASF Gigabit Ethernet Controller" .align 3 .LC12536: .string "Marvell Yukon 88E8036 Network Card" .align 3 .LC12537: .string "Marvell Yukon 88E8053 PCI-E Gigabit Ethernet Controller" .align 3 .LC12538: .string "Yukon PCI-E Gigabit Ethernet Controller" .align 3 .LC12539: .string "81f81043" .align 3 .LC12540: .string "88E8070" .align 3 .LC12541: .string "Yukon Gigabit Controller DRIVER" .align 3 .LC12542: .string "88E8058" .align 3 .LC12543: .string "Marvell Yukon 88E8058" .align 3 .LC12544: .string "88E8072" .align 3 .LC12545: .string "Marvell Yukon 8072" .align 3 .LC12546: .string "Marvell Yukon PCI-E Gigabit Ethernet Controller" .align 3 .LC12547: .string "Marvell 8072 Ethernet Nic" .align 3 .LC12548: .string "88e8071" .align 3 .LC12549: .string "Marvell Yukon 88E8057 PCI-E Gigabit Ethernet Controller" .align 3 .LC12550: .string "88E8059" .align 3 .LC12551: .string "Marvell Yukon 88E8059 PCI-E Gigabit Ethernet Controller" .align 3 .LC12552: .string "GT-64115" .align 3 .LC12553: .string "GT-64120" .align 3 .LC12554: .string "System Controller for R5000 & R7000 (64-bit PCI)" .align 3 .LC12555: .string "88w8335" .align 3 .LC12556: .string "8 port switched ethernet ctrlr" .align 3 .LC12557: .string "EV-48300" .align 3 .LC12558: .string "Evaluation board for the GT-48300" .align 3 .LC12559: .string "F5D5005" .align 3 .LC12560: .string "Belkin Desktop Gigabit PCI card" .align 3 .LC12561: .string "88SX5040" .align 3 .LC12562: .string "4-port SATA I PCI-X Controller" .align 3 .LC12563: .string "88SX504" .align 3 .LC12564: .string "RocketRAID 62x" .align 3 .LC12565: .string "RocketRAID 182x" .align 3 .LC12566: .string "MV88SX6041" .align 3 .LC12567: .string "Marvell Technology Group Ltd. MV88SX6041 4-port SATA II PCI-X Controller (rev 03)" .align 3 .LC12568: .string "PCI-X RocketRAID 222x SATA Controller" .align 3 .LC12569: .string "88SE6101" .align 3 .LC12570: .string "PATA 133 One Channel" .align 3 .LC12571: .string "61xx RAID" .align 3 .LC12572: .string "88SE6121" .align 3 .LC12573: .string "61xx AHCI" .align 3 .LC12574: .string "4355" .align 3 .LC12575: .string "88SE6145" .align 3 .LC12576: .string "Marvell 6145 SATA II PCI-E Controller 4 SATA2 300MB/s ports - Thor 4S/1P" .align 3 .LC12577: .string "GT-64130/131" .align 3 .LC12578: .string "System Controller for PowerPC Processors" .align 3 .LC12579: .string "88SE6320" .align 3 .LC12580: .string "64xx/63xx SAS" .align 3 .LC12581: .string "MV6446x" .align 3 .LC12582: .string "PowerPC System Controller" .align 3 .LC12583: .string "MV6446x " .align 3 .LC12584: .string "Marvel 88SE6480 is the chip on the mainboard" .align 3 .LC12585: .string "SE9128" .align 3 .LC12586: .string "SATA3 6 GB/s SATA3/Raid Controller" .align 3 .LC12587: .string "91xx" .align 3 .LC12588: .string "Sata 6G RAID Controller" .align 3 .LC12589: .string "GT-96100A" .align 3 .LC12590: .string "Advanced Communication Controller" .align 3 .LC12591: .string "marvell yukon 88E8038 pci-e fast ethernet controller" .align 3 .LC12592: .string "GT-64010" .align 3 .LC12593: .string "Primary Image Piranha Image Generator" .align 3 .LC12594: .string "GT64120" .align 3 .LC12595: .string "Primary Image Barracuda Image Generator" .align 3 .LC12596: .string "GT-64120A" .align 3 .LC12597: .string "Primary Image Cruncher Geometry Accelerator" .align 3 .LC12598: .string "88SA8040" .align 3 .LC12599: .string "PATA2SATA/SATA2PATA Bridge" .align 3 .LC12600: .string "LC82C168" .align 3 .LC12601: .string "LC82C169" .align 3 .LC12602: .string "NETGEAR FA310TX Fast Ethernet PCI Adapter" .align 3 .LC12603: .string "LC82C115" .align 3 .LC12604: .string "PNIC II PCI MAC/PHY" .align 3 .LC12605: .string "Bridge Controller" .align 3 .LC12606: .string "9704" .align 3 .LC12607: .string "Cinema" .align 3 .LC12608: .string "Nitris" .align 3 .LC12609: .string "Nitris DX / Mojo DX" .align 3 .LC12610: .string "V960PBC/PSC" .align 3 .LC12611: .string "i960 Local Bus to PCI Bridge" .align 3 .LC12612: .string "V961PBC/PSC" .align 3 .LC12613: .string "i960Jx Local Bus to PCI Bridge" .align 3 .LC12614: .string "V962PBC/PSC" .align 3 .LC12615: .string "i960Cx/Hx Local Bus to PCI Bridge" .align 3 .LC12616: .string "V292PBC/PSC" .align 3 .LC12617: .string "Am29K Local Bus to PCI Bridge" .align 3 .LC12618: .string "V363EPC" .align 3 .LC12619: .string "i960Sx Local Bus to PCI Bridge" .align 3 .LC12620: .string "V320USC" .align 3 .LC12621: .string "PCI System Ctrlr for 32-bit MIPS CPU" .align 3 .LC12622: .string "PCI System Ctrlr for Super-H SH3 CPU" .align 3 .LC12623: .string "PCI System Ctrlr for Super-H SH4 CPU" .align 3 .LC12624: .string "V370PDC" .align 3 .LC12625: .string "High Performance PCI SDRAM Controller" .align 3 .LC12626: .string "V292PBC" .align 3 .LC12627: .string "Am29030/40 Bridge" .align 3 .LC12628: .string "V340HPC" .align 3 .LC12629: .string "PCI System Ctrlr for 64-bit MIPS CPU" .align 3 .LC12630: .string "V96xPBC" .align 3 .LC12631: .string "i960 Bridges for i960 Processors" .align 3 .LC12632: .string "V3 V962PBC-40LP / VLSI VP06597A" .align 3 .LC12633: .string "SCRAMNet" .align 3 .LC12634: .string "V96DPC" .align 3 .LC12635: .string "i960 Dual PCI Bridge" .align 3 .LC12636: .string "PMC/PMX1553" .align 3 .LC12637: .string "1553 Bus Interface Card" .align 3 .LC12638: .string "PMCF1" .align 3 .LC12639: .string "FLASH memory Card" .align 3 .LC12640: .string "PMCMMA" .align 3 .LC12641: .string "Multi Media Adapter" .align 3 .LC12642: .string "PMCVGO" .align 3 .LC12643: .string "Video Graphics Overlay" .align 3 .LC12644: .string "PMCPCIS" .align 3 .LC12645: .string "PPzero Slave Interface Card" .align 3 .LC12646: .string "PMCPCIM" .align 3 .LC12647: .string "PPzero Master Interface Card" .align 3 .LC12648: .string "PMCQ1" .align 3 .LC12649: .string "Serial/1553 Interface Card" .align 3 .LC12650: .string "EPMCQ2" .align 3 .LC12651: .string "Intelligent Serial/Ethernet Card" .align 3 .LC12652: .string "PMCPIO1" .align 3 .LC12653: .string "Parallel I/O Module" .align 3 .LC12654: .string "PMCFA1C" .align 3 .LC12655: .string "PMCHH1" .align 3 .LC12656: .string "High Speed DSP Gateway Module" .align 3 .LC12657: .string "PMCMA2" .align 3 .LC12658: .string "Memory Adaptor Module" .align 3 .LC12659: .string "FLASH memory Card (V2)" .align 3 .LC12660: .string "PMC1553EX" .align 3 .LC12661: .string "PMC1553E" .align 3 .LC12662: .string "PMCFA2C" .align 3 .LC12663: .string "Dual Fibre Channel Adapter" .align 3 .LC12664: .string "PCI\\VEN_14F1&DEV_2F30&SUBSY5_205D14F1&REV_01\\3&130" .align 3 .LC12665: .string "Hauppage Nova -TD-500 DVB-T Tuner Device" .align 3 .LC12666: .string "PCI\\VEN_14F1&DEV_8810&REV_05" .align 3 .LC12667: .string "Quad PeerMaster" .align 3 .LC12668: .string "SSA Ctrlr" .align 3 .LC12669: .string "NPI NuCard" .align 3 .LC12670: .string "PCI FDDI" .align 3 .LC12671: .string "660806-2.0" .align 3 .LC12672: .string "rob2d" .align 3 .LC12673: .string "www.unibobodioulasso.0fees.net" .align 3 .LC12674: .string "48" .align 3 .LC12675: .string "Tunner Royal TS 1" .align 3 .LC12676: .string "MB87J3560" .align 3 .LC12677: .string "maintenance informatique" .align 3 .LC12678: .string "assistance en ligne" .align 3 .LC12679: .string "70009823/76199706" .align 3 .LC12680: .string "51015777" .align 3 .LC12681: .string "MAINTENANCE INFORMATIQUE VENTE DE CONSOMABLE" .align 3 .LC12682: .string "51014521" .align 3 .LC12683: .string "Pinnacle Studio 700 PCI" .align 3 .LC12684: .string "LT Winmodem 56k" .align 3 .LC12685: .string "Data+Fax+Voice+DSVD" .align 3 .LC12686: .string "5517158" .align 3 .LC12687: .string "modem driver" .align 3 .LC12688: .string "LT WinModem 56K Data+Fax" .align 3 .LC12689: .string "LT Winmodem" .align 3 .LC12690: .string "845G" .align 3 .LC12691: .string "NVidia SMBus" .align 3 .LC12692: .string "PCI\\VEN_10DE&DEV_03d1&subsys_26011019&rev_a2\\3&2411e6fe&0&68" .align 3 .LC12693: .string "windowsme" .align 3 .LC12694: .string "SV2P2" .align 3 .LC12695: .string "0449144F" .align 3 .LC12696: .string "pci ven_1904" .align 3 .LC12697: .string "USB\\VID_13FD&PID_1650&REV_0446" .align 3 .LC12698: .string "SV95PL-TOO" .align 3 .LC12699: .string "12232" .align 3 .LC12700: .string "LT WinModem 56k Data+Fax or Agere F-1156IV/A3" .align 3 .LC12701: .string "90094-1" .align 3 .LC12702: .string "LT V.90+DSL WildFire Modem" .align 3 .LC12703: .string "1468VQH19R-1(INT)" .align 3 .LC12704: .string "LT Winmodem 56K" .align 3 .LC12705: .string "LT WinModem 56k Data+Fax+Voice+DSVD" .align 3 .LC12706: .string "1513144" .align 3 .LC12707: .string "1648C" .align 3 .LC12708: .string "Mars 3 Mercury v.92 v.44" .align 3 .LC12709: .string "LT WinModem" .align 3 .LC12710: .string "mars2" .align 3 .LC12711: .string "90094" .align 3 .LC12712: .string "V90 Wildfire Modem" .align 3 .LC12713: .string "1690" .align 3 .LC12714: .string "56K.V90/ADSL Wildwire Modem" .align 3 .LC12715: .string "This is NOT a Riptide! (as previously stated)" .align 3 .LC12716: .string "Lucent Wildwire v.90 + DSL modem" .align 3 .LC12717: .string "Venus Winmodem " .align 3 .LC12718: .string "56k.V90/ADSL Wildfire Modem " .align 3 .LC12719: .string "1648T00" .align 3 .LC12720: .string "creative modem blaster di5733-1" .align 3 .LC12721: .string "1648c-tv5" .align 3 .LC12722: .string "net-comm modem" .align 3 .LC12723: .string "lt winmodem" .align 3 .LC12724: .string "9m56pml-g" .align 3 .LC12725: .string "svp92pl-t00" .align 3 .LC12726: .string "56k V.92modem" .align 3 .LC12727: .string "SV92P-T00" .align 3 .LC12728: .string "Agere PCI Soft Modem. SV92PL" .align 3 .LC12729: .string "sv5" .align 3 .LC12730: .string "SV92P-T00 Agere PCI Soft Modem. SV92PL" .align 3 .LC12731: .string "SV92PP" .align 3 .LC12732: .string "Agere PCI Soft Modem " .align 3 .LC12733: .string "11c1063011c1" .align 3 .LC12734: .string "#1: 32 pins, 8 each on 4 sides #2: 20 pins, 10 ea on 2 sides. - hp / compaq - Modem_HP_sp45489" .align 3 .LC12735: .string "Prespa" .align 3 .LC12736: .string "Agere Systems HDA Modem" .align 3 .LC12737: .string "\303\220\302\237\303\221\302\200\303\220\302\265\303\221\302\201\303\220\302\277\303\220\302\260" .align 3 .LC12738: .string "Agere Systems \303\220\302\234\303\220\302\276\303\220\302\264\303\220\302\265\303\220\302\274 HDA" .align 3 .LC12739: .string "0x11c11040" .align 3 .LC12740: .string "Agere Modem" .align 3 .LC12741: .string "Modem on Audio Bus" .align 3 .LC12742: .string "Agere Systems HDA Modem v6081" .align 3 .LC12743: .string "OR3TP12" .align 3 .LC12744: .string "FPSC FPGA with 32/64bit, 33/66MHz core" .align 3 .LC12745: .string "USS-312MC" .align 3 .LC12746: .string "2-port PCI-to-USB OpenHCI Host Ctrlr" .align 3 .LC12747: .string "USS-344" .align 3 .LC12748: .string "QuadraBus 4-port USB OpenHCI Host Ctrlr" .align 3 .LC12749: .string "uss344" .align 3 .LC12750: .string "USB Advanced Host Controller" .align 3 .LC12751: .string "FW322/323" .align 3 .LC12752: .string "1394A PCI PHY/Link Open Host Ctrlr I/F" .align 3 .LC12753: .string "FW643" .align 3 .LC12754: .string "firewire chip for macbook pro" .align 3 .LC12755: .string "lucent 1646T00" .align 3 .LC12756: .string "WaveLAN" .align 3 .LC12757: .string "PCI Wireless LAN Adapter" .align 3 .LC12758: .string "wlsam48d" .align 3 .LC12759: .string "Mini-PCI WaveLAN a/b/g" .align 3 .LC12760: .string "ET-131x" .align 3 .LC12761: .string "PCI-E Ethernet Controller" .align 3 .LC12762: .string "VM-1200 Opto Unit Controller" .align 3 .LC12763: .string "PSB 32" .align 3 .LC12764: .string "32 bit , 33 Mhz PCI-SCI Bridge" .align 3 .LC12765: .string "PSB64" .align 3 .LC12766: .string "64 bit , 33 Mhz PCI-SCI Bridge" .align 3 .LC12767: .string "PSB66" .align 3 .LC12768: .string "64 bit , 66 Mhz PCI-SCI Bridge. (D33x)" .align 3 .LC12769: .string "16-line serial port w/DMA" .align 3 .LC12770: .string "4-line serial port w/DMA" .align 3 .LC12771: .string "PCI-9050-1100083-11" .align 3 .LC12772: .string "port small IC" .align 3 .LC12773: .string "SUPI-1" .align 3 .LC12774: .string "XIO/SIO Host" .align 3 .LC12775: .string "T225" .align 3 .LC12776: .string "Bridge RIO Host" .align 3 .LC12777: .string "1001" .align 3 .LC12778: .string "FF00102B" .align 3 .LC12779: .string "VxP524" .align 3 .LC12780: .string "PCI Video Processor" .align 3 .LC12781: .string "rev_03" .align 3 .LC12782: .string "tuner card" .align 3 .LC12783: .string "1986" .align 3 .LC12784: .string "AD1988B 8-channel High Definition Audio CODEC" .align 3 .LC12785: .string "266e&subsys" .align 3 .LC12786: .string "01791028" .align 3 .LC12787: .string "ADSP-21535" .align 3 .LC12788: .string "Blackfin DSP PCI Bus Interface" .align 3 .LC12789: .string "62412-51" .align 3 .LC12790: .string "U52018.2-0.6" .align 3 .LC12791: .string "AD1884HD" .align 3 .LC12792: .string "SoundMAX Integrated Digital HD Audio" .align 3 .LC12793: .string "AD1980" .align 3 .LC12794: .string "Sound Chip" .align 3 .LC12795: .string "AD1984A" .align 3 .LC12796: .string "7037" .align 3 .LC12797: .string "AD1983HD" .align 3 .LC12798: .string "Analog Devices ADI 1984" .align 3 .LC12799: .string "Analog Devices ADI 1984 Integrated HD Audio" .align 3 .LC12800: .string "ADI1986A" .align 3 .LC12801: .string "SoundMAX Digital HD Audio" .align 3 .LC12802: .string "AD1981" .align 3 .LC12803: .string "HD Audio Codec" .align 3 .LC12804: .string "AD1988B" .align 3 .LC12805: .string "SoundMAX AD1988B 8channel CODEC" .align 3 .LC12806: .string "ADSP-2192" .align 3 .LC12807: .string "DSP Microcomputer (function #0)" .align 3 .LC12808: .string "DSP Microcomputer (function #1)" .align 3 .LC12809: .string "DSP Microcomputer (function #2)" .align 3 .LC12810: .string "ADSP-1882" .align 3 .LC12811: .string "SafeNet Crypto Accelerator chip" .align 3 .LC12812: .string "AD1989B" .align 3 .LC12813: .string "SoundMax Integrated Digital HD Audio" .align 3 .LC12814: .string "10115" .align 3 .LC12815: .string "Versatec Parallel Interface (VPI) + Centronics" .align 3 .LC12816: .string "10118" .align 3 .LC12817: .string "DR11-W emulator" .align 3 .LC12818: .string "10117" .section .data.rel.local .align 3 .type PciDevTable, %object .size PciDevTable, 188352 PciDevTable: .hword 5724 .hword 2 .zero 4 .xword .LC2451 .xword .LC2451 .hword 5806 .hword 10 .zero 4 .xword .LC2452 .xword .LC2453 .hword 5806 .hword 4417 .zero 4 .xword .LC2454 .xword .LC2453 .hword 4570 .hword 8192 .zero 4 .xword .LC2455 .xword .LC2456 .hword 4571 .hword 4660 .zero 4 .xword .LC9 .xword .LC2457 .hword 4574 .hword 24663 .zero 4 .xword .LC2458 .xword .LC2459 .hword 4574 .hword 24679 .zero 4 .xword .LC2460 .xword .LC2461 .hword 4574 .hword 24864 .zero 4 .xword .LC2462 .xword .LC2463 .hword 4574 .hword 24663 .zero 4 .xword .LC2464 .xword .LC2465 .hword 4574 .hword -26506 .zero 4 .xword .LC9 .xword .LC9 .hword 4588 .hword 40 .zero 4 .xword .LC2466 .xword .LC2467 .hword 4588 .hword 8292 .zero 4 .xword .LC9 .xword .LC9 .hword 4592 .hword 10098 .zero 4 .xword .LC2468 .xword .LC2469 .hword 4592 .hword 4 .zero 4 .xword .LC2468 .xword .LC2469 .hword 4592 .hword 16945 .zero 4 .xword .LC2470 .xword .LC2455 .hword 4592 .hword 16946 .zero 4 .xword .LC2468 .xword .LC2469 .hword 4592 .hword 16947 .zero 4 .xword .LC2471 .xword .LC9 .hword 4592 .hword 16948 .zero 4 .xword .LC2472 .xword .LC9 .hword 4592 .hword 16949 .zero 4 .xword .LC2473 .xword .LC9 .hword 4592 .hword 16950 .zero 4 .xword .LC2474 .xword .LC9 .hword 4592 .hword 18225 .zero 4 .xword .LC2475 .xword .LC2476 .hword 4592 .hword -26506 .zero 4 .xword .LC2470 .xword .LC2455 .hword 4596 .hword 10517 .zero 4 .xword .LC2477 .xword .LC9 .hword 4598 .hword 274 .zero 4 .xword .LC2478 .xword .LC2479 .hword 4598 .hword 275 .zero 4 .xword .LC9 .xword .LC2480 .hword 4598 .hword 5121 .zero 4 .xword .LC2481 .xword .LC2482 .hword 4598 .hword 8209 .zero 4 .xword .LC2483 .xword .LC2484 .hword 4598 .hword 8705 .zero 4 .xword .LC2485 .xword .LC2486 .hword 4598 .hword -26495 .zero 4 .xword .LC2487 .xword .LC2488 .hword 4600 .hword 29540 .zero 4 .xword .LC2489 .xword .LC2490 .hword 4600 .hword 29542 .zero 4 .xword .LC2489 .xword .LC2491 .hword 4600 .hword 29543 .zero 4 .xword .LC2492 .xword .LC2493 .hword 4600 .hword 29557 .zero 4 .xword .LC2494 .xword .LC2495 .hword 4600 .hword 29568 .zero 4 .xword .LC2496 .xword .LC2497 .hword 4600 .hword 29570 .zero 4 .xword .LC2498 .xword .LC2499 .hword 4600 .hword 29572 .zero 4 .xword .LC2500 .xword .LC2501 .hword 4600 .hword -32768 .zero 4 .xword .LC2502 .xword .LC2503 .hword 4600 .hword -32752 .zero 4 .xword .LC2504 .xword .LC2505 .hword 4603 .hword 1047 .zero 4 .xword .LC2506 .xword .LC2507 .hword 4606 .hword 1 .zero 4 .xword .LC2508 .xword .LC9 .hword 4606 .hword 2 .zero 4 .xword .LC2508 .xword .LC9 .hword 4606 .hword 3 .zero 4 .xword .LC2508 .xword .LC9 .hword 4606 .hword 4 .zero 4 .xword .LC2508 .xword .LC9 .hword 4606 .hword 5 .zero 4 .xword .LC2508 .xword .LC9 .hword 4606 .hword 6 .zero 4 .xword .LC2508 .xword .LC9 .hword 4606 .hword 7 .zero 4 .xword .LC2508 .xword .LC9 .hword 4606 .hword 8 .zero 4 .xword .LC2508 .xword .LC9 .hword 4606 .hword 9 .zero 4 .xword .LC2508 .xword .LC9 .hword 4606 .hword 10 .zero 4 .xword .LC2508 .xword .LC9 .hword 4606 .hword 11 .zero 4 .xword .LC2508 .xword .LC9 .hword 4606 .hword 12 .zero 4 .xword .LC2508 .xword .LC9 .hword 4606 .hword 13 .zero 4 .xword .LC2508 .xword .LC9 .hword 4606 .hword -32747 .zero 4 .xword .LC2508 .xword .LC2509 .hword 4610 .hword 1 .zero 4 .xword .LC2510 .xword .LC2511 .hword 4611 .hword 1 .zero 4 .xword .LC2512 .xword .LC2512 .hword 4612 .hword -26506 .zero 4 .xword .LC2513 .xword .LC2514 .hword 4616 .hword 18515 .zero 4 .xword .LC9 .xword .LC2515 .hword 4965 .hword -28592 .zero 4 .xword .LC2516 .xword .LC9 .hword 4617 .hword 256 .zero 4 .xword .LC2517 .xword .LC2518 .hword 4622 .hword 256 .zero 4 .xword .LC2519 .xword .LC2520 .hword 4622 .hword 257 .zero 4 .xword .LC2519 .xword .LC2520 .hword 4622 .hword 258 .zero 4 .xword .LC2521 .xword .LC2520 .hword 4622 .hword 259 .zero 4 .xword .LC2521 .xword .LC2520 .hword 4622 .hword 260 .zero 4 .xword .LC2522 .xword .LC2520 .hword 4622 .hword 261 .zero 4 .xword .LC2522 .xword .LC2520 .hword 4622 .hword 512 .zero 4 .xword .LC2523 .xword .LC2524 .hword 4622 .hword 513 .zero 4 .xword .LC2523 .xword .LC2525 .hword 4622 .hword 768 .zero 4 .xword .LC2526 .xword .LC2527 .hword 4622 .hword 769 .zero 4 .xword .LC2528 .xword .LC9 .hword 4622 .hword 770 .zero 4 .xword .LC2529 .xword .LC9 .hword 4622 .hword 771 .zero 4 .xword .LC2530 .xword .LC2531 .hword 4623 .hword 1 .zero 4 .xword .LC2532 .xword .LC9 .hword 4624 .hword 9716 .zero 4 .xword .LC2533 .xword .LC2533 .hword 4630 .hword 3 .zero 4 .xword .LC2534 .xword .LC2535 .hword 4631 .hword 247 .zero 4 .xword .LC2536 .xword .LC2537 .hword 4631 .hword 4631 .zero 4 .xword .LC2538 .xword .LC2539 .hword 4631 .hword 26409 .zero 4 .xword .LC2540 .xword .LC2541 .hword 4631 .hword 26426 .zero 4 .xword .LC2542 .xword .LC2541 .hword 4631 .hword 26674 .zero 4 .xword .LC2543 .xword .LC2544 .hword 4631 .hword 26678 .zero 4 .xword .LC2545 .xword .LC2544 .hword 4631 .hword 26738 .zero 4 .xword .LC2546 .xword .LC2544 .hword 4631 .hword 26917 .zero 4 .xword .LC2547 .xword .LC2544 .hword 4631 .hword 26931 .zero 4 .xword .LC2548 .xword .LC2544 .hword 4631 .hword 26994 .zero 4 .xword .LC2549 .xword .LC2544 .hword 4631 .hword 28944 .zero 4 .xword .LC2550 .xword .LC2551 .hword 4631 .hword 28946 .zero 4 .xword .LC9 .xword .LC9 .hword 4631 .hword 28947 .zero 4 .xword .LC2552 .xword .LC2553 .hword 4631 .hword 28948 .zero 4 .xword .LC2554 .xword .LC2544 .hword 4631 .hword 28960 .zero 4 .xword .LC2555 .xword .LC2556 .hword 4631 .hword 28976 .zero 4 .xword .LC2557 .xword .LC2558 .hword 4631 .hword 28980 .zero 4 .xword .LC2559 .xword .LC2560 .hword 4631 .hword 28981 .zero 4 .xword .LC2561 .xword .LC2562 .hword 4631 .hword 28982 .zero 4 .xword .LC2563 .xword .LC2564 .hword 4631 .hword 29154 .zero 4 .xword .LC9 .xword .LC9 .hword 4631 .hword 29202 .zero 4 .xword .LC9 .xword .LC9 .hword 4631 .hword 29203 .zero 4 .xword .LC9 .xword .LC9 .hword 4631 .hword 29218 .zero 4 .xword .LC2565 .xword .LC2566 .hword 4631 .hword 29219 .zero 4 .xword .LC2567 .xword .LC2568 .hword 4631 .hword -32464 .zero 4 .xword .LC2569 .xword .LC2570 .hword 4631 .hword -32207 .zero 4 .xword .LC2571 .xword .LC2572 .hword 4631 .hword -31952 .zero 4 .xword .LC2573 .xword .LC2574 .hword 4631 .hword -31951 .zero 4 .xword .LC2575 .xword .LC2576 .hword 4634 .hword 3 .zero 4 .xword .LC9 .xword .LC9 .hword 4634 .hword 3 .zero 4 .xword .LC9 .xword .LC9 .hword 4634 .hword 1 .zero 4 .xword .LC2577 .xword .LC2578 .hword 4634 .hword 2 .zero 4 .xword .LC2579 .xword .LC2580 .hword 4634 .hword 3 .zero 4 .xword .LC2581 .xword .LC2581 .hword 4634 .hword 5 .zero 4 .xword .LC2582 .xword .LC2583 .hword 4634 .hword 7 .zero 4 .xword .LC2584 .xword .LC9 .hword 4634 .hword 9 .zero 4 .xword .LC2585 .xword .LC2586 .hword 4634 .hword 16 .zero 4 .xword .LC2587 .xword .LC2588 .hword 4634 .hword 87 .zero 4 .xword .LC2589 .xword .LC2590 .hword 4640 .hword 4640 .zero 4 .xword .LC2591 .xword .LC2592 .hword 4640 .hword 16962 .zero 4 .xword .LC13 .xword .LC2593 .hword 4643 .hword 1 .zero 4 .xword .LC2594 .xword .LC2595 .hword 4643 .hword 2 .zero 4 .xword .LC2596 .xword .LC2597 .hword 4643 .hword 22 .zero 4 .xword .LC2598 .xword .LC2599 .hword 4643 .hword 3 .zero 4 .xword .LC2600 .xword .LC2601 .hword 4643 .hword 4 .zero 4 .xword .LC2602 .xword .LC2601 .hword 4643 .hword 68 .zero 4 .xword .LC2603 .xword .LC2603 .hword 4643 .hword 5 .zero 4 .xword .LC2604 .xword .LC2605 .hword 4643 .hword 6 .zero 4 .xword .LC2606 .xword .LC2605 .hword 4643 .hword 7 .zero 4 .xword .LC2607 .xword .LC2608 .hword 4643 .hword 8 .zero 4 .xword .LC2609 .xword .LC2610 .hword 4643 .hword 9 .zero 4 .xword .LC2611 .xword .LC2612 .hword 4643 .hword 16 .zero 4 .xword .LC2613 .xword .LC2614 .hword 4643 .hword 17 .zero 4 .xword .LC2615 .xword .LC2616 .hword 4643 .hword 18 .zero 4 .xword .LC2617 .xword .LC2618 .hword 4643 .hword 19 .zero 4 .xword .LC2619 .xword .LC2620 .hword 4643 .hword 20 .zero 4 .xword .LC2621 .xword .LC2622 .hword 4643 .hword 21 .zero 4 .xword .LC2623 .xword .LC2624 .hword 4643 .hword 29191 .zero 4 .xword .LC2625 .xword .LC2626 .hword 4644 .hword 4096 .zero 4 .xword .LC2627 .xword .LC2628 .hword 4653 .hword 4614 .zero 4 .xword .LC2629 .xword .LC2630 .hword 4653 .hword 16897 .zero 4 .xword .LC2631 .xword .LC2632 .hword 4653 .hword 20700 .zero 4 .xword .LC2633 .xword .LC2634 .hword 4653 .hword -32550 .zero 4 .xword .LC2635 .xword .LC2634 .hword 4655 .hword 14255 .zero 4 .xword .LC2636 .xword .LC2637 .hword 5736 .hword 256 .zero 4 .xword .LC2638 .xword .LC2639 .hword 4662 .hword 0 .zero 4 .xword .LC2640 .xword .LC2641 .hword 4662 .hword 1329 .zero 4 .xword .LC2642 .xword .LC2643 .hword 4662 .hword 15617 .zero 4 .xword .LC2644 .xword .LC2645 .hword 4662 .hword 25601 .zero 4 .xword .LC2646 .xword .LC2647 .hword 4662 .hword -26872 .zero 4 .xword .LC2648 .xword .LC2649 .hword 4669 .hword 16 .zero 4 .xword .LC2650 .xword .LC2651 .hword 4671 .hword 228 .zero 4 .xword .LC2652 .xword .LC2653 .hword 4671 .hword 24864 .zero 4 .xword .LC2654 .xword .LC2655 .hword 4671 .hword -32480 .zero 4 .xword .LC2656 .xword .LC2657 .hword 4671 .hword -30584 .zero 4 .xword .LC2654 .xword .LC2658 .hword 4673 .hword 5635 .zero 4 .xword .LC2470 .xword .LC2659 .hword 4676 .hword 1792 .zero 4 .xword .LC2660 .xword .LC2661 .hword 4676 .hword 2048 .zero 4 .xword .LC2662 .xword .LC2663 .hword 4676 .hword 2560 .zero 4 .xword .LC2664 .xword .LC2663 .hword 4676 .hword 3584 .zero 4 .xword .LC2665 .xword .LC2666 .hword 4676 .hword 4352 .zero 4 .xword .LC2667 .xword .LC2663 .hword 4676 .hword 4608 .zero 4 .xword .LC2668 .xword .LC2663 .hword 4676 .hword 9984 .zero 4 .xword .LC2669 .xword .LC2670 .hword 4676 .hword 10496 .zero 4 .xword .LC2671 .xword .LC2672 .hword 4682 .hword 4285 .zero 4 .xword .LC2673 .xword .LC2674 .hword 4682 .hword 16419 .zero 4 .xword .LC2675 .xword .LC2676 .hword 4684 .hword 544 .zero 4 .xword .LC2677 .xword .LC2677 .hword 4685 .hword 0 .zero 4 .xword .LC2678 .xword .LC9 .hword 4685 .hword 2 .zero 4 .xword .LC2679 .xword .LC9 .hword 4685 .hword 3 .zero 4 .xword .LC2680 .xword .LC9 .hword 4687 .hword 65 .zero 4 .xword .LC2681 .xword .LC2682 .hword 4688 .hword 6520 .zero 4 .xword .LC9 .xword .LC9 .hword 4688 .hword 10392 .zero 4 .xword .LC9 .xword .LC9 .hword 4693 .hword 4368 .zero 4 .xword .LC2683 .xword .LC9 .hword 4693 .hword 4624 .zero 4 .xword .LC2684 .xword .LC9 .hword 4693 .hword 8464 .zero 4 .xword .LC2685 .xword .LC2686 .hword 4693 .hword 8480 .zero 4 .xword .LC2687 .xword .LC2688 .hword 4693 .hword 8496 .zero 4 .xword .LC2689 .xword .LC9 .hword 4694 .hword 16897 .zero 4 .xword .LC2690 .xword .LC2691 .hword 4694 .hword 17409 .zero 4 .xword .LC2692 .xword .LC2693 .hword 4694 .hword 20993 .zero 4 .xword .LC2694 .xword .LC2695 .hword 4696 .hword 6536 .zero 4 .xword .LC2696 .xword .LC9 .hword 4697 .hword 9475 .zero 4 .xword .LC2697 .xword .LC9 .hword 4697 .hword 9568 .zero 4 .xword .LC2698 .xword .LC2699 .hword 4697 .hword -16121 .zero 4 .xword .LC2700 .xword .LC9 .hword 4699 .hword 2965 .zero 4 .xword .LC2701 .xword .LC2702 .hword 4699 .hword 5120 .zero 4 .xword .LC2703 .xword .LC2704 .hword 4699 .hword 5920 .zero 4 .xword .LC2705 .xword .LC2706 .hword 4701 .hword 0 .zero 4 .xword .LC2707 .xword .LC2708 .hword 4701 .hword 6497 .zero 4 .xword .LC2709 .xword .LC2710 .hword 4701 .hword 6504 .zero 4 .xword .LC2711 .xword .LC2712 .hword 4701 .hword 6505 .zero 4 .xword .LC2713 .xword .LC2714 .hword 4701 .hword 6520 .zero 4 .xword .LC2715 .xword .LC2716 .hword 4701 .hword 6528 .zero 4 .xword .LC2717 .xword .LC2718 .hword 4701 .hword 6536 .zero 4 .xword .LC2719 .xword .LC2720 .hword 4701 .hword 6537 .zero 4 .xword .LC2721 .xword .LC2722 .hword 4701 .hword 6544 .zero 4 .xword .LC2723 .xword .LC9 .hword 4701 .hword 6546 .zero 4 .xword .LC9 .xword .LC9 .hword 4701 .hword 6552 .zero 4 .xword .LC2724 .xword .LC2724 .hword 4701 .hword 6553 .zero 4 .xword .LC2725 .xword .LC2726 .hword 4701 .hword 6555 .zero 4 .xword .LC2727 .xword .LC2728 .hword 4701 .hword 10248 .zero 4 .xword .LC2729 .xword .LC2730 .hword 4701 .hword 10280 .zero 4 .xword .LC2731 .xword .LC2732 .hword 4701 .hword 10296 .zero 4 .xword .LC2733 .xword .LC2734 .hword 4701 .hword 10297 .zero 4 .xword .LC2735 .xword .LC2736 .hword 4701 .hword 10392 .zero 4 .xword .LC2737 .xword .LC2738 .hword 4703 .hword 8324 .zero 4 .xword .LC2739 .xword .LC2740 .hword 4704 .hword 14432 .zero 4 .xword .LC2741 .xword .LC2742 .hword 4704 .hword 14450 .zero 4 .xword .LC2743 .xword .LC2744 .hword 4704 .hword 14451 .zero 4 .xword .LC2745 .xword .LC2746 .hword 4704 .hword 14470 .zero 4 .xword .LC2747 .xword .LC2748 .hword 4704 .hword 14480 .zero 4 .xword .LC2749 .xword .LC2750 .hword 4704 .hword -32464 .zero 4 .xword .LC2751 .xword .LC2752 .hword 4704 .hword -32463 .zero 4 .xword .LC2753 .xword .LC2752 .hword 4710 .hword 1 .zero 4 .xword .LC2754 .xword .LC2755 .hword 4710 .hword 6416 .zero 4 .xword .LC9 .xword .LC2756 .hword 4711 .hword 4118 .zero 4 .xword .LC9 .xword .LC2757 .hword 4711 .hword 16963 .zero 4 .xword .LC9 .xword .LC2758 .hword 4711 .hword 21330 .zero 4 .xword .LC2759 .xword .LC9 .hword 4711 .hword 23115 .zero 4 .xword .LC2760 .xword .LC9 .hword 4994 .hword 1 .zero 4 .xword .LC2761 .xword .LC2762 .hword 4994 .hword 8201 .zero 4 .xword .LC2763 .xword .LC2764 .hword 4994 .hword 8264 .zero 4 .xword .LC2765 .xword .LC2766 .hword 4994 .hword 8328 .zero 4 .xword .LC2767 .xword .LC2768 .hword 4712 .hword 516 .zero 4 .xword .LC2512 .xword .LC2769 .hword 4714 .hword 9880 .zero 4 .xword .LC2770 .xword .LC2771 .hword 4714 .hword 9883 .zero 4 .xword .LC2772 .xword .LC2773 .hword 4716 .hword 7967 .zero 4 .xword .LC9 .xword .LC2774 .hword 4719 .hword 1281 .zero 4 .xword .LC2775 .xword .LC2776 .hword 4719 .hword 1808 .zero 4 .xword .LC2777 .xword .LC2778 .hword 4719 .hword 1810 .zero 4 .xword .LC2779 .xword .LC2780 .hword 4719 .hword 1824 .zero 4 .xword .LC2781 .xword .LC2782 .hword 4719 .hword 2064 .zero 4 .xword .LC2783 .xword .LC2784 .hword 4719 .hword 2065 .zero 4 .xword .LC2785 .xword .LC2784 .hword 4719 .hword 2080 .zero 4 .xword .LC2786 .xword .LC2787 .hword 4719 .hword 2320 .zero 4 .xword .LC2788 .xword .LC2789 .hword 4719 .hword 8800 .zero 4 .xword .LC2790 .xword .LC2791 .hword 4722 .hword 1920 .zero 4 .xword .LC2792 .xword .LC2793 .hword 4722 .hword 4722 .zero 4 .xword .LC2794 .xword .LC2795 .hword 4722 .hword 7226 .zero 4 .xword .LC2796 .xword .LC2796 .hword 4722 .hword -26506 .zero 4 .xword .LC2797 .xword .LC2798 .hword 4723 .hword 2 .zero 4 .xword .LC2799 .xword .LC2800 .hword 4724 .hword 4101 .zero 4 .xword .LC9 .xword .LC2801 .hword 4724 .hword 4724 .zero 4 .xword .LC2802 .xword .LC2803 .hword 4724 .hword 4977 .zero 4 .xword .LC2804 .xword .LC2805 .hword 4724 .hword 4979 .zero 4 .xword .LC2806 .xword .LC2807 .hword 4724 .hword 20480 .zero 4 .xword .LC2808 .xword .LC2809 .hword 4724 .hword 22656 .zero 4 .xword .LC2810 .xword .LC2811 .hword 4724 .hword -26506 .zero 4 .xword .LC9 .xword .LC9 .hword 4728 .hword 1793 .zero 4 .xword .LC2812 .xword .LC2813 .hword 4728 .hword 4097 .zero 4 .xword .LC2814 .xword .LC2815 .hword 4729 .hword 96 .zero 4 .xword .LC2816 .xword .LC2817 .hword 4729 .hword 97 .zero 4 .xword .LC2818 .xword .LC2819 .hword 4729 .hword 661 .zero 4 .xword .LC9 .xword .LC2820 .hword 4729 .hword 917 .zero 4 .xword .LC2821 .xword .LC2822 .hword 4729 .hword 918 .zero 4 .xword .LC9 .xword .LC2823 .hword 4729 .hword 919 .zero 4 .xword .LC2824 .xword .LC2825 .hword 4734 .hword 16 .zero 4 .xword .LC2512 .xword .LC2826 .hword 4738 .hword 4738 .zero 4 .xword .LC2827 .xword .LC2828 .hword 4738 .hword -28663 .zero 4 .xword .LC2829 .xword .LC2830 .hword 4738 .hword -28416 .zero 4 .xword .LC9 .xword .LC9 .hword 4738 .hword -28414 .zero 4 .xword .LC2831 .xword .LC2832 .hword 4739 .hword 2049 .zero 4 .xword .LC2833 .xword .LC2833 .hword 4739 .hword 26426 .zero 4 .xword .LC2834 .xword .LC2835 .hword 4739 .hword -32430 .zero 4 .xword .LC2836 .xword .LC2837 .hword 4739 .hword -32398 .zero 4 .xword .LC2838 .xword .LC2839 .hword 4739 .hword -32239 .zero 4 .xword .LC2840 .xword .LC2841 .hword 4739 .hword -32238 .zero 4 .xword .LC2842 .xword .LC2843 .hword 4739 .hword -32237 .zero 4 .xword .LC2844 .xword .LC2835 .hword 4739 .hword -31952 .zero 4 .xword .LC2834 .xword .LC2845 .hword 4739 .hword -30606 .zero 4 .xword .LC2846 .xword .LC2847 .hword 4739 .hword -30603 .zero 4 .xword .LC2848 .xword .LC2849 .hword 4739 .hword -30584 .zero 4 .xword .LC2850 .xword .LC2851 .hword 4739 .hword -30583 .zero 4 .xword .LC2852 .xword .LC2853 .hword 4739 .hword -26506 .zero 4 .xword .LC2848 .xword .LC2854 .hword 4739 .hword -6010 .zero 4 .xword .LC2834 .xword .LC2851 .hword 4741 .hword 256 .zero 4 .xword .LC2855 .xword .LC2856 .hword 4743 .hword 30 .zero 4 .xword .LC2857 .xword .LC2858 .hword 4743 .hword 31 .zero 4 .xword .LC2859 .xword .LC2858 .hword 4743 .hword 32 .zero 4 .xword .LC2860 .xword .LC2861 .hword 4745 .hword 4102 .zero 4 .xword .LC2862 .xword .LC2863 .hword 4746 .hword -4095 .zero 4 .xword .LC2864 .xword .LC2865 .hword 4749 .hword 33 .zero 4 .xword .LC9 .xword .LC2866 .hword 4752 .hword 16 .zero 4 .xword .LC2867 .xword .LC2867 .hword 5118 .hword 4113 .zero 4 .xword .LC2868 .xword .LC2869 .hword 5118 .hword 4672 .zero 4 .xword .LC2870 .xword .LC2871 .hword 5118 .hword 5632 .zero 4 .xword .LC2872 .xword .LC2873 .hword 5118 .hword 5760 .zero 4 .xword .LC2874 .xword .LC2875 .hword 5118 .hword 5887 .zero 4 .xword .LC2872 .xword .LC2873 .hword 5118 .hword 5907 .zero 4 .xword .LC2876 .xword .LC2877 .hword 5118 .hword 5923 .zero 4 .xword .LC2878 .xword .LC2879 .hword 5118 .hword 5924 .zero 4 .xword .LC2878 .xword .LC2880 .hword 5118 .hword 5973 .zero 4 .xword .LC2881 .xword .LC2882 .hword 5118 .hword 5984 .zero 4 .xword .LC2883 .xword .LC2884 .hword 5118 .hword 5985 .zero 4 .xword .LC2885 .xword .LC2886 .hword 5118 .hword 5986 .zero 4 .xword .LC2887 .xword .LC2888 .hword 5118 .hword 6656 .zero 4 .xword .LC2889 .xword .LC2890 .hword 5118 .hword 14128 .zero 4 .xword .LC2891 .xword .LC2892 .hword 4762 .hword 1045 .zero 4 .xword .LC2893 .xword .LC2894 .hword 4762 .hword 1301 .zero 4 .xword .LC2895 .xword .LC2896 .hword 4762 .hword 1557 .zero 4 .xword .LC2897 .xword .LC2898 .hword 4762 .hword 1813 .zero 4 .xword .LC2899 .xword .LC2900 .hword 4762 .hword -8944 .zero 4 .xword .LC2901 .xword .LC2902 .hword 4762 .hword -8943 .zero 4 .xword .LC2903 .xword .LC2904 .hword 4762 .hword -8942 .zero 4 .xword .LC2905 .xword .LC2906 .hword 4768 .hword 8 .zero 4 .xword .LC2907 .xword .LC2908 .hword 4771 .hword -4936 .zero 4 .xword .LC2909 .xword .LC2910 .hword 4778 .hword 21864 .zero 4 .xword .LC2911 .xword .LC2912 .hword 4778 .hword 21868 .zero 4 .xword .LC9 .xword .LC2913 .hword 4779 .hword 12288 .zero 4 .xword .LC2914 .xword .LC2915 .hword 4781 .hword 16 .zero 4 .xword .LC2470 .xword .LC2916 .hword 4781 .hword 32 .zero 4 .xword .LC2470 .xword .LC2917 .hword 4781 .hword 128 .zero 4 .xword .LC2470 .xword .LC2918 .hword 4782 .hword 1 .zero 4 .xword .LC2919 .xword .LC2920 .hword 4782 .hword 2 .zero 4 .xword .LC2921 .xword .LC2922 .hword 4794 .hword 50 .zero 4 .xword .LC2923 .xword .LC2924 .hword 4794 .hword 65 .zero 4 .xword .LC2925 .xword .LC2926 .hword 4801 .hword -28544 .zero 4 .xword .LC2927 .xword .LC2928 .hword 5027 .hword 5 .zero 4 .xword .LC2929 .xword .LC2930 .hword 5027 .hword 6 .zero 4 .xword .LC2931 .xword .LC2932 .hword 5027 .hword 7 .zero 4 .xword .LC2933 .xword .LC2930 .hword 5027 .hword 18 .zero 4 .xword .LC2934 .xword .LC2930 .hword 5027 .hword 20 .zero 4 .xword .LC2935 .xword .LC2930 .hword 5027 .hword 21 .zero 4 .xword .LC2936 .xword .LC2930 .hword 5027 .hword 23 .zero 4 .xword .LC2937 .xword .LC2930 .hword 5027 .hword 24 .zero 4 .xword .LC2938 .xword .LC2930 .hword 5027 .hword 29 .zero 4 .xword .LC2939 .xword .LC2940 .hword 5027 .hword 32 .zero 4 .xword .LC2941 .xword .LC2940 .hword 5027 .hword 38 .zero 4 .xword .LC2942 .xword .LC2930 .hword 5027 .hword 22 .zero 4 .xword .LC2936 .xword .LC2930 .hword 4803 .hword 88 .zero 4 .xword .LC2943 .xword .LC2944 .hword 4803 .hword 21912 .zero 4 .xword .LC2945 .xword .LC2946 .hword 4804 .hword 1 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 2 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 3 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 4 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 5 .zero 4 .xword .LC2947 .xword .LC2948 .hword 4804 .hword 6 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 7 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 8 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 9 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 10 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 11 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 12 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 13 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 14 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 15 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 768 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 769 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 770 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 771 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 772 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 773 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 774 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 775 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 776 .zero 4 .xword .LC2949 .xword .LC2950 .hword 4804 .hword 777 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 778 .zero 4 .xword .LC9 .xword .LC9 .hword 4804 .hword 779 .zero 4 .xword .LC9 .xword .LC9 .hword 4805 .hword 127 .zero 4 .xword .LC2951 .xword .LC2952 .hword 4805 .hword 129 .zero 4 .xword .LC2953 .xword .LC2954 .hword 4805 .hword 133 .zero 4 .xword .LC9 .xword .LC2955 .hword 4805 .hword 134 .zero 4 .xword .LC2956 .xword .LC2957 .hword 4807 .hword 1350 .zero 4 .xword .LC2958 .xword .LC2959 .hword 4807 .hword 1377 .zero 4 .xword .LC9 .xword .LC2960 .hword 4807 .hword 1607 .zero 4 .xword .LC9 .xword .LC2961 .hword 4807 .hword 1608 .zero 4 .xword .LC2962 .xword .LC2963 .hword 4807 .hword 1609 .zero 4 .xword .LC2964 .xword .LC2963 .hword 4807 .hword 1617 .zero 4 .xword .LC9 .xword .LC2965 .hword 4807 .hword 1651 .zero 4 .xword .LC9 .xword .LC2966 .hword 4807 .hword 1652 .zero 4 .xword .LC9 .xword .LC2967 .hword 4807 .hword 1653 .zero 4 .xword .LC9 .xword .LC2968 .hword 4807 .hword 1654 .zero 4 .xword .LC2969 .xword .LC2970 .hword 4807 .hword 1669 .zero 4 .xword .LC9 .xword .LC2971 .hword 4807 .hword 1671 .zero 4 .xword .LC9 .xword .LC2972 .hword 4807 .hword 1673 .zero 4 .xword .LC2973 .xword .LC2974 .hword 4807 .hword 1799 .zero 4 .xword .LC9 .xword .LC2975 .hword 4807 .hword 1800 .zero 4 .xword .LC9 .xword .LC2976 .hword 4811 .hword 39 .zero 4 .xword .LC2977 .xword .LC2978 .hword 4811 .hword 45 .zero 4 .xword .LC2979 .xword .LC2980 .hword 4811 .hword 46 .zero 4 .xword .LC2981 .xword .LC9 .hword 4811 .hword 47 .zero 4 .xword .LC2982 .xword .LC9 .hword 4811 .hword 48 .zero 4 .xword .LC2983 .xword .LC9 .hword 4811 .hword 49 .zero 4 .xword .LC2984 .xword .LC9 .hword 4811 .hword 50 .zero 4 .xword .LC2985 .xword .LC2986 .hword 4811 .hword 51 .zero 4 .xword .LC2987 .xword .LC9 .hword 4811 .hword 52 .zero 4 .xword .LC2988 .xword .LC9 .hword 4811 .hword 53 .zero 4 .xword .LC2989 .xword .LC9 .hword 4817 .hword 4097 .zero 4 .xword .LC2990 .xword .LC2991 .hword 4817 .hword 4099 .zero 4 .xword .LC2992 .xword .LC2993 .hword 4817 .hword 5131 .zero 4 .xword .LC2994 .xword .LC2995 .hword 4817 .hword 5138 .zero 4 .xword .LC2996 .xword .LC2997 .hword 4817 .hword 5190 .zero 4 .xword .LC2998 .xword .LC2999 .hword 4817 .hword 5317 .zero 4 .xword .LC3000 .xword .LC3001 .hword 4817 .hword 5382 .zero 4 .xword .LC3002 .xword .LC3003 .hword 4817 .hword 5408 .zero 4 .xword .LC3004 .xword .LC3005 .hword 4817 .hword 6146 .zero 4 .xword .LC3006 .xword .LC3006 .hword 4817 .hword 13833 .zero 4 .xword .LC3007 .xword .LC3008 .hword 4820 .hword 769 .zero 4 .xword .LC3009 .xword .LC3010 .hword 4821 .hword 4096 .zero 4 .xword .LC3011 .xword .LC3012 .hword 4821 .hword 4098 .zero 4 .xword .LC3013 .xword .LC3014 .hword 5973 .hword 0 .zero 4 .xword .LC9 .xword .LC9 .hword 5973 .hword 0 .zero 4 .xword .LC3015 .xword .LC3016 .hword 4824 .hword 8964 .zero 4 .xword .LC3017 .xword .LC3018 .hword 4824 .hword 29154 .zero 4 .xword .LC3019 .xword .LC3020 .hword 4824 .hword -32448 .zero 4 .xword .LC3021 .xword .LC3022 .hword 4824 .hword -32432 .zero 4 .xword .LC3023 .xword .LC3024 .hword 4824 .hword -32430 .zero 4 .xword .LC3025 .xword .LC3026 .hword 4824 .hword -23548 .zero 4 .xword .LC3027 .xword .LC3028 .hword 4824 .hword -7919 .zero 4 .xword .LC3029 .xword .LC3030 .hword 4824 .hword -7888 .zero 4 .xword .LC3031 .xword .LC3032 .hword 4827 .hword 3 .zero 4 .xword .LC9 .xword .LC3033 .hword 4830 .hword 512 .zero 4 .xword .LC3034 .xword .LC3035 .hword 4831 .hword 8450 .zero 4 .xword .LC3036 .xword .LC3037 .hword 4831 .hword -32202 .zero 4 .xword .LC2512 .xword .LC3038 .hword 4832 .hword 16 .zero 4 .xword .LC3039 .xword .LC3040 .hword 4832 .hword 32 .zero 4 .xword .LC3039 .xword .LC3040 .hword 4832 .hword 48 .zero 4 .xword .LC3039 .xword .LC3040 .hword 4836 .hword 4096 .zero 4 .xword .LC3041 .xword .LC3042 .hword 4836 .hword 4416 .zero 4 .xword .LC3043 .xword .LC2663 .hword 4836 .hword -20475 .zero 4 .xword .LC3044 .xword .LC3045 .hword 4836 .hword -20474 .zero 4 .xword .LC3044 .xword .LC3045 .hword 4843 .hword 1 .zero 4 .xword .LC3046 .xword .LC3047 .hword 4843 .hword 2 .zero 4 .xword .LC3048 .xword .LC3049 .hword 4843 .hword 3 .zero 4 .xword .LC3050 .xword .LC3051 .hword 4844 .hword -32455 .zero 4 .xword .LC3052 .xword .LC3052 .hword 4844 .hword -32448 .zero 4 .xword .LC3053 .xword .LC3054 .hword 4850 .hword 4098 .zero 4 .xword .LC3055 .xword .LC3056 .hword 4850 .hword 12377 .zero 4 .xword .LC3057 .xword .LC3058 .hword 5320 .hword 3 .zero 4 .xword .LC3059 .xword .LC3060 .hword 4856 .hword 2 .zero 4 .xword .LC3061 .xword .LC3062 .hword 7649 .hword 69 .zero 4 .xword .LC3063 .xword .LC3064 .hword 7649 .hword 88 .zero 4 .xword .LC3065 .xword .LC3066 .hword 7649 .hword 913 .zero 4 .xword .LC3067 .xword .LC3068 .hword 7649 .hword 8224 .zero 4 .xword .LC3069 .xword .LC3070 .hword 7649 .hword 26892 .zero 4 .xword .LC3071 .xword .LC3072 .hword 7649 .hword -9175 .zero 4 .xword .LC3073 .xword .LC3074 .hword 15677 .hword 1 .zero 4 .xword .LC3075 .xword .LC3076 .hword 15677 .hword 2 .zero 4 .xword .LC3077 .xword .LC3078 .hword 15677 .hword 3 .zero 4 .xword .LC3079 .xword .LC3080 .hword 15677 .hword 4 .zero 4 .xword .LC3081 .xword .LC3082 .hword 15677 .hword 5 .zero 4 .xword .LC3083 .xword .LC3082 .hword 15677 .hword 6 .zero 4 .xword .LC3084 .xword .LC3076 .hword 15677 .hword 7 .zero 4 .xword .LC3085 .xword .LC3086 .hword 15677 .hword 8 .zero 4 .xword .LC3087 .xword .LC9 .hword 15677 .hword 9 .zero 4 .xword .LC3088 .xword .LC3089 .hword 15677 .hword 10 .zero 4 .xword .LC3090 .xword .LC3091 .hword 15677 .hword 12 .zero 4 .xword .LC3092 .xword .LC3093 .hword 15677 .hword 13 .zero 4 .xword .LC3094 .xword .LC3076 .hword 15677 .hword 14 .zero 4 .xword .LC3095 .xword .LC9 .hword 15677 .hword 32 .zero 4 .xword .LC3096 .xword .LC3097 .hword 15677 .hword 48 .zero 4 .xword .LC3098 .xword .LC3099 .hword 15677 .hword 256 .zero 4 .xword .LC3100 .xword .LC3082 .hword 15677 .hword 4100 .zero 4 .xword .LC3083 .xword .LC3101 .hword 15677 .hword 15620 .zero 4 .xword .LC3083 .xword .LC3082 .hword 15677 .hword 4172 .zero 4 .xword .LC3102 .xword .LC2867 .hword 15677 .hword -1 .zero 4 .xword .LC3103 .xword .LC9 .hword 16389 .hword 768 .zero 4 .xword .LC3104 .xword .LC3105 .hword 16389 .hword 776 .zero 4 .xword .LC3104 .xword .LC3106 .hword 16389 .hword 777 .zero 4 .xword .LC3107 .xword .LC3108 .hword 16389 .hword 4196 .zero 4 .xword .LC3109 .xword .LC3110 .hword 16389 .hword 8292 .zero 4 .xword .LC3111 .xword .LC3110 .hword 16389 .hword 8488 .zero 4 .xword .LC3112 .xword .LC3110 .hword 16389 .hword 8961 .zero 4 .xword .LC3113 .xword .LC3110 .hword 16389 .hword 8962 .zero 4 .xword .LC3114 .xword .LC3110 .hword 16389 .hword 8963 .zero 4 .xword .LC3115 .xword .LC3110 .hword 16389 .hword 9060 .zero 4 .xword .LC3116 .xword .LC3110 .hword 16389 .hword 9316 .zero 4 .xword .LC3117 .xword .LC3110 .hword 16389 .hword 9473 .zero 4 .xword .LC3118 .xword .LC3110 .hword 16389 .hword 16384 .zero 4 .xword .LC3119 .xword .LC3120 .hword 21299 .hword 1361 .zero 4 .xword .LC3121 .xword .LC3122 .hword 21299 .hword 21299 .zero 4 .xword .LC3123 .xword .LC3124 .hword 21299 .hword 22065 .zero 4 .xword .LC3125 .xword .LC3126 .hword 21299 .hword -30720 .zero 4 .xword .LC3127 .xword .LC3128 .hword 21299 .hword -30719 .zero 4 .xword .LC3129 .xword .LC3130 .hword 21299 .hword -30704 .zero 4 .xword .LC3131 .xword .LC3132 .hword 21299 .hword -30703 .zero 4 .xword .LC3133 .xword .LC3134 .hword 21299 .hword -30702 .zero 4 .xword .LC3135 .xword .LC3136 .hword 21299 .hword -30701 .zero 4 .xword .LC3137 .xword .LC3138 .hword 21299 .hword -30700 .zero 4 .xword .LC3139 .xword .LC3140 .hword 21299 .hword -30699 .zero 4 .xword .LC3141 .xword .LC3142 .hword 21299 .hword -30659 .zero 4 .xword .LC3143 .xword .LC3144 .hword 21299 .hword -30608 .zero 4 .xword .LC3145 .xword .LC9 .hword 21299 .hword -30592 .zero 4 .xword .LC3146 .xword .LC3147 .hword 21299 .hword -30591 .zero 4 .xword .LC3146 .xword .LC3148 .hword 21299 .hword -30590 .zero 4 .xword .LC3146 .xword .LC3149 .hword 21299 .hword -30589 .zero 4 .xword .LC3146 .xword .LC3150 .hword 21299 .hword -30544 .zero 4 .xword .LC3151 .xword .LC3152 .hword 21299 .hword -30543 .zero 4 .xword .LC3151 .xword .LC3153 .hword 21299 .hword -30542 .zero 4 .xword .LC3151 .xword .LC3154 .hword 21299 .hword -30541 .zero 4 .xword .LC3151 .xword .LC3155 .hword 21299 .hword -30528 .zero 4 .xword .LC3156 .xword .LC3157 .hword 21299 .hword -30527 .zero 4 .xword .LC3156 .xword .LC3158 .hword 21299 .hword -30526 .zero 4 .xword .LC3156 .xword .LC3159 .hword 21299 .hword -30525 .zero 4 .xword .LC3156 .xword .LC3160 .hword 21299 .hword -30512 .zero 4 .xword .LC3129 .xword .LC3161 .hword 21299 .hword -30511 .zero 4 .xword .LC3129 .xword .LC3162 .hword 21299 .hword -30510 .zero 4 .xword .LC3129 .xword .LC3163 .hword 21299 .hword -30509 .zero 4 .xword .LC3129 .xword .LC3164 .hword 21299 .hword -30480 .zero 4 .xword .LC3165 .xword .LC3166 .hword 21299 .hword -30479 .zero 4 .xword .LC3165 .xword .LC3167 .hword 21299 .hword -30478 .zero 4 .xword .LC3165 .xword .LC3168 .hword 21299 .hword -30477 .zero 4 .xword .LC3165 .xword .LC3169 .hword 21299 .hword -30464 .zero 4 .xword .LC3170 .xword .LC3171 .hword 21299 .hword -30463 .zero 4 .xword .LC3172 .xword .LC3173 .hword 21299 .hword -30462 .zero 4 .xword .LC3121 .xword .LC3174 .hword 21299 .hword -30461 .zero 4 .xword .LC9 .xword .LC3175 .hword 21299 .hword -30460 .zero 4 .xword .LC3176 .xword .LC3177 .hword 21299 .hword -30459 .zero 4 .xword .LC3178 .xword .LC3179 .hword 21299 .hword -30458 .zero 4 .xword .LC3178 .xword .LC3179 .hword 21299 .hword -30457 .zero 4 .xword .LC3178 .xword .LC3179 .hword 21299 .hword -30456 .zero 4 .xword .LC3180 .xword .LC3179 .hword 21299 .hword -30455 .zero 4 .xword .LC3181 .xword .LC3179 .hword 21299 .hword -30454 .zero 4 .xword .LC3182 .xword .LC3179 .hword 21299 .hword -30453 .zero 4 .xword .LC3183 .xword .LC3179 .hword 21299 .hword -30452 .zero 4 .xword .LC3184 .xword .LC3179 .hword 21299 .hword -30451 .zero 4 .xword .LC3179 .xword .LC3179 .hword 21299 .hword -30450 .zero 4 .xword .LC3180 .xword .LC3179 .hword 21299 .hword -30449 .zero 4 .xword .LC3178 .xword .LC3179 .hword 21299 .hword -30207 .zero 4 .xword .LC3185 .xword .LC3186 .hword 21299 .hword -30192 .zero 4 .xword .LC3187 .xword .LC3188 .hword 21299 .hword -30191 .zero 4 .xword .LC3189 .xword .LC3190 .hword 21299 .hword -30190 .zero 4 .xword .LC3189 .xword .LC3191 .hword 21299 .hword -30189 .zero 4 .xword .LC3192 .xword .LC3193 .hword 21299 .hword -30176 .zero 4 .xword .LC3194 .xword .LC3195 .hword 21299 .hword -30175 .zero 4 .xword .LC3196 .xword .LC3197 .hword 21299 .hword -30174 .zero 4 .xword .LC3198 .xword .LC3199 .hword 21299 .hword -30173 .zero 4 .xword .LC3200 .xword .LC3199 .hword 21299 .hword -30171 .zero 4 .xword .LC3201 .xword .LC3202 .hword 21299 .hword -30170 .zero 4 .xword .LC3203 .xword .LC3204 .hword 21299 .hword -29696 .zero 4 .xword .LC3205 .xword .LC3206 .hword 21299 .hword -29695 .zero 4 .xword .LC3207 .xword .LC3208 .hword 21299 .hword -29694 .zero 4 .xword .LC3209 .xword .LC3210 .hword 21299 .hword -29693 .zero 4 .xword .LC3211 .xword .LC3212 .hword 21299 .hword -29680 .zero 4 .xword .LC3213 .xword .LC3214 .hword 21299 .hword -29678 .zero 4 .xword .LC3213 .xword .LC3214 .hword 21299 .hword -29677 .zero 4 .xword .LC3215 .xword .LC3216 .hword 21299 .hword -29662 .zero 4 .xword .LC3217 .xword .LC3218 .hword 21299 .hword -29654 .zero 4 .xword .LC3219 .xword .LC3220 .hword 21299 .hword -29653 .zero 4 .xword .LC3221 .xword .LC3222 .hword 21299 .hword -29652 .zero 4 .xword .LC3223 .xword .LC3224 .hword 21299 .hword -29651 .zero 4 .xword .LC3225 .xword .LC3226 .hword 21299 .hword -29650 .zero 4 .xword .LC3227 .xword .LC3228 .hword 21299 .hword -29649 .zero 4 .xword .LC3229 .xword .LC3230 .hword 21299 .hword -29439 .zero 4 .xword .LC3231 .xword .LC3232 .hword 21299 .hword -29438 .zero 4 .xword .LC3233 .xword .LC3234 .hword 21299 .hword -29436 .zero 4 .xword .LC3235 .xword .LC3236 .hword 21299 .hword -29184 .zero 4 .xword .LC3237 .xword .LC3238 .hword 21299 .hword -29183 .zero 4 .xword .LC3239 .xword .LC3240 .hword 21299 .hword -28414 .zero 4 .xword .LC3241 .xword .LC3242 .hword 21299 .hword -26506 .zero 4 .xword .LC3196 .xword .LC3197 .hword 21299 .hword -13824 .zero 4 .xword .LC3243 .xword .LC3244 .hword 5727 .hword 8192 .zero 4 .xword .LC3245 .xword .LC3246 .hword -32634 .hword 10168 .zero 4 .xword .LC3247 .xword .LC3248 .hword -32634 .hword 4 .zero 4 .xword .LC3249 .xword .LC3250 .hword -32634 .hword 8 .zero 4 .xword .LC9 .xword .LC3251 .hword -32634 .hword 17 .zero 4 .xword .LC3252 .xword .LC3253 .hword -32634 .hword 66 .zero 4 .xword .LC3254 .xword .LC3255 .hword -32634 .hword 68 .zero 4 .xword .LC3256 .xword .LC3257 .hword -32634 .hword 70 .zero 4 .xword .LC3258 .xword .LC3259 .hword -32634 .hword 84 .zero 4 .xword .LC3260 .xword .LC2634 .hword -32634 .hword 130 .zero 4 .xword .LC3261 .xword .LC3262 .hword -32634 .hword 131 .zero 4 .xword .LC3263 .xword .LC3264 .hword -32634 .hword 132 .zero 4 .xword .LC3265 .xword .LC3266 .hword -32634 .hword 133 .zero 4 .xword .LC3267 .xword .LC3268 .hword -32634 .hword 135 .zero 4 .xword .LC3269 .xword .LC3270 .hword -32634 .hword 138 .zero 4 .xword .LC3271 .xword .LC3272 .hword -32634 .hword 139 .zero 4 .xword .LC3273 .xword .LC3274 .hword -32634 .hword 145 .zero 4 .xword .LC3275 .xword .LC3276 .hword -32634 .hword 256 .zero 4 .xword .LC3277 .xword .LC3278 .hword -32634 .hword 258 .zero 4 .xword .LC2696 .xword .LC3279 .hword -32634 .hword 260 .zero 4 .xword .LC3280 .xword .LC3281 .hword -32634 .hword 262 .zero 4 .xword .LC3282 .xword .LC3283 .hword -32634 .hword 266 .zero 4 .xword .LC3284 .xword .LC3285 .hword -32634 .hword 273 .zero 4 .xword .LC3286 .xword .LC3287 .hword -32634 .hword 278 .zero 4 .xword .LC3288 .xword .LC3279 .hword -32634 .hword 291 .zero 4 .xword .LC3289 .xword .LC3290 .hword -32634 .hword 338 .zero 4 .xword .LC3291 .xword .LC3292 .hword -32634 .hword 339 .zero 4 .xword .LC3293 .xword .LC3294 .hword -32634 .hword 340 .zero 4 .xword .LC3295 .xword .LC3296 .hword -32634 .hword 354 .zero 4 .xword .LC3297 .xword .LC3298 .hword -32634 .hword 358 .zero 4 .xword .LC3299 .xword .LC3300 .hword -32634 .hword 393 .zero 4 .xword .LC3301 .xword .LC3302 .hword -32634 .hword 10158 .zero 4 .xword .LC3303 .xword .LC3304 .hword -32634 .hword 10200 .zero 4 .xword .LC3305 .xword .LC3306 .hword -32634 .hword 10302 .zero 4 .xword .LC3307 .xword .LC3308 .hword -32634 .hword 776 .zero 4 .xword .LC3104 .xword .LC3106 .hword -32634 .hword 777 .zero 4 .xword .LC3309 .xword .LC3310 .hword -32634 .hword 781 .zero 4 .xword .LC3311 .xword .LC3312 .hword -32634 .hword 792 .zero 4 .xword .LC3313 .xword .LC3314 .hword -32634 .hword 793 .zero 4 .xword .LC3313 .xword .LC3314 .hword -32634 .hword 806 .zero 4 .xword .LC3315 .xword .LC3316 .hword -32634 .hword 807 .zero 4 .xword .LC3317 .xword .LC3318 .hword -32634 .hword 809 .zero 4 .xword .LC3317 .xword .LC3319 .hword -32634 .hword 810 .zero 4 .xword .LC3317 .xword .LC3320 .hword -32634 .hword 812 .zero 4 .xword .LC3321 .xword .LC3322 .hword -32634 .hword 816 .zero 4 .xword .LC3323 .xword .LC3324 .hword -32634 .hword 817 .zero 4 .xword .LC3323 .xword .LC3325 .hword -32634 .hword 818 .zero 4 .xword .LC3323 .xword .LC3326 .hword -32634 .hword 819 .zero 4 .xword .LC3323 .xword .LC3327 .hword -32634 .hword 820 .zero 4 .xword .LC3323 .xword .LC3328 .hword -32634 .hword 821 .zero 4 .xword .LC3329 .xword .LC3032 .hword -32634 .hword 822 .zero 4 .xword .LC3329 .xword .LC3330 .hword -32634 .hword 832 .zero 4 .xword .LC3331 .xword .LC3332 .hword -32634 .hword 833 .zero 4 .xword .LC3331 .xword .LC3333 .hword -32634 .hword 880 .zero 4 .xword .LC3334 .xword .LC3335 .hword -32634 .hword 881 .zero 4 .xword .LC3334 .xword .LC3336 .hword -32634 .hword 882 .zero 4 .xword .LC3337 .xword .LC3338 .hword -32634 .hword 883 .zero 4 .xword .LC3334 .xword .LC3339 .hword -32634 .hword 884 .zero 4 .xword .LC3334 .xword .LC3328 .hword -32634 .hword 1025 .zero 4 .xword .LC3340 .xword .LC3341 .hword -32634 .hword 1026 .zero 4 .xword .LC3342 .xword .LC3343 .hword -32634 .hword 1042 .zero 4 .xword .LC3344 .xword .LC3345 .hword -32634 .hword 1046 .zero 4 .xword .LC3346 .xword .LC3347 .hword -32634 .hword 1154 .zero 4 .xword .LC3348 .xword .LC3349 .hword -32634 .hword 1155 .zero 4 .xword .LC3350 .xword .LC3351 .hword -32634 .hword 1156 .zero 4 .xword .LC3352 .xword .LC3353 .hword -32634 .hword 1158 .zero 4 .xword .LC3354 .xword .LC3355 .hword -32634 .hword 4136 .zero 4 .xword .LC3356 .xword .LC3357 .hword -32634 .hword 1187 .zero 4 .xword .LC3358 .xword .LC3359 .hword -32634 .hword 1280 .zero 4 .xword .LC3360 .xword .LC3361 .hword -32634 .hword 1281 .zero 4 .xword .LC3360 .xword .LC3362 .hword -32634 .hword 1282 .zero 4 .xword .LC3360 .xword .LC3363 .hword -32634 .hword 1283 .zero 4 .xword .LC3360 .xword .LC3364 .hword -32634 .hword 1296 .zero 4 .xword .LC3365 .xword .LC3366 .hword -32634 .hword 1297 .zero 4 .xword .LC3365 .xword .LC3367 .hword -32634 .hword 1298 .zero 4 .xword .LC3365 .xword .LC3367 .hword -32634 .hword 1299 .zero 4 .xword .LC3365 .xword .LC3368 .hword -32634 .hword 1300 .zero 4 .xword .LC3365 .xword .LC3369 .hword -32634 .hword 1301 .zero 4 .xword .LC3365 .xword .LC3370 .hword -32634 .hword 1302 .zero 4 .xword .LC3365 .xword .LC3371 .hword -32634 .hword 1328 .zero 4 .xword .LC3372 .xword .LC3363 .hword -32634 .hword 1329 .zero 4 .xword .LC3372 .xword .LC3373 .hword -32634 .hword 1330 .zero 4 .xword .LC3372 .xword .LC3374 .hword -32634 .hword 1331 .zero 4 .xword .LC3372 .xword .LC3375 .hword -32634 .hword 1332 .zero 4 .xword .LC3372 .xword .LC3376 .hword -32634 .hword 1333 .zero 4 .xword .LC3372 .xword .LC3377 .hword -32634 .hword 1334 .zero 4 .xword .LC3372 .xword .LC3378 .hword -32634 .hword 1335 .zero 4 .xword .LC3372 .xword .LC3379 .hword -32634 .hword 1536 .zero 4 .xword .LC3380 .xword .LC3381 .hword -32634 .hword 1920 .zero 4 .xword .LC3382 .xword .LC3383 .hword -32634 .hword 2048 .zero 4 .xword .LC3384 .xword .LC3385 .hword -32634 .hword 2181 .zero 4 .xword .LC3386 .xword .LC3387 .hword -32634 .hword 2183 .zero 4 .xword .LC3388 .xword .LC3389 .hword -32634 .hword 2184 .zero 4 .xword .LC3060 .xword .LC3389 .hword -32634 .hword 2190 .zero 4 .xword .LC3390 .xword .LC3391 .hword -32634 .hword 2192 .zero 4 .xword .LC2390 .xword .LC3392 .hword -32634 .hword 2196 .zero 4 .xword .LC3393 .xword .LC3394 .hword -32634 .hword 2198 .zero 4 .xword .LC3395 .xword .LC3396 .hword -32634 .hword 2222 .zero 4 .xword .LC3397 .xword .LC3398 .hword -32634 .hword 2225 .zero 4 .xword .LC3399 .xword .LC3400 .hword -32634 .hword 2227 .zero 4 .xword .LC2867 .xword .LC3401 .hword -32634 .hword 2400 .zero 4 .xword .LC3402 .xword .LC3403 .hword -32634 .hword 2402 .zero 4 .xword .LC3404 .xword .LC3405 .hword -32634 .hword 2404 .zero 4 .xword .LC3402 .xword .LC3406 .hword -32634 .hword 2563 .zero 4 .xword .LC3407 .xword .LC3408 .hword -32634 .hword 2564 .zero 4 .xword .LC3409 .xword .LC3410 .hword -32634 .hword 2572 .zero 4 .xword .LC3411 .xword .LC3306 .hword -32634 .hword 2582 .zero 4 .xword .LC3412 .xword .LC3413 .hword -32634 .hword 2590 .zero 4 .xword .LC3414 .xword .LC3259 .hword -32634 .hword 3041 .zero 4 .xword .LC3415 .xword .LC3416 .hword -32634 .hword 3072 .zero 4 .xword .LC3417 .xword .LC3418 .hword -32634 .hword 3077 .zero 4 .xword .LC3419 .xword .LC3420 .hword -32634 .hword 3840 .zero 4 .xword .LC3421 .xword .LC3422 .hword -32634 .hword 3844 .zero 4 .xword .LC3423 .xword .LC3306 .hword -32634 .hword 3858 .zero 4 .xword .LC3424 .xword .LC3425 .hword -32634 .hword 3864 .zero 4 .xword .LC3426 .xword .LC3427 .hword -32634 .hword 3868 .zero 4 .xword .LC3428 .xword .LC3429 .hword -32634 .hword 3875 .zero 4 .xword .LC3430 .xword .LC3431 .hword -32634 .hword 3889 .zero 4 .xword .LC3432 .xword .LC3433 .hword -32634 .hword 3893 .zero 4 .xword .LC3434 .xword .LC3435 .hword -32634 .hword 3912 .zero 4 .xword .LC3436 .xword .LC3437 .hword -32634 .hword 3914 .zero 4 .xword .LC3438 .xword .LC3437 .hword -32634 .hword 256 .zero 4 .xword .LC3277 .xword .LC3278 .hword -32634 .hword 4096 .zero 4 .xword .LC3439 .xword .LC3440 .hword -32634 .hword 4097 .zero 4 .xword .LC3441 .xword .LC3442 .hword -32634 .hword 4098 .zero 4 .xword .LC9 .xword .LC3443 .hword -32634 .hword 4100 .zero 4 .xword .LC3444 .xword .LC3445 .hword -32634 .hword 4104 .zero 4 .xword .LC3446 .xword .LC3445 .hword -32634 .hword 4105 .zero 4 .xword .LC3447 .xword .LC2390 .hword -32634 .hword 4108 .zero 4 .xword .LC3448 .xword .LC3445 .hword -32634 .hword 4109 .zero 4 .xword .LC3449 .xword .LC3450 .hword -32634 .hword 4110 .zero 4 .xword .LC3451 .xword .LC3452 .hword -32634 .hword 4111 .zero 4 .xword .LC3453 .xword .LC3454 .hword -32634 .hword 4112 .zero 4 .xword .LC3455 .xword .LC3456 .hword -32634 .hword 4113 .zero 4 .xword .LC3453 .xword .LC3457 .hword -32634 .hword 4114 .zero 4 .xword .LC3455 .xword .LC3458 .hword -32634 .hword 4115 .zero 4 .xword .LC3459 .xword .LC3445 .hword -32634 .hword 4116 .zero 4 .xword .LC3460 .xword .LC3440 .hword -32634 .hword 4117 .zero 4 .xword .LC3461 .xword .LC3450 .hword -32634 .hword 4118 .zero 4 .xword .LC3462 .xword .LC3450 .hword -32634 .hword 4119 .zero 4 .xword .LC3462 .xword .LC3450 .hword -32634 .hword 4120 .zero 4 .xword .LC3459 .xword .LC3463 .hword -32634 .hword 4121 .zero 4 .xword .LC3464 .xword .LC3450 .hword -32634 .hword 4122 .zero 4 .xword .LC3464 .xword .LC3450 .hword -32634 .hword 4125 .zero 4 .xword .LC3455 .xword .LC3465 .hword -32634 .hword 4126 .zero 4 .xword .LC3462 .xword .LC3466 .hword -32634 .hword 4134 .zero 4 .xword .LC3467 .xword .LC3440 .hword -32634 .hword 4135 .zero 4 .xword .LC3468 .xword .LC3457 .hword -32634 .hword 4136 .zero 4 .xword .LC3468 .xword .LC3440 .hword -32634 .hword 4137 .zero 4 .xword .LC3469 .xword .LC3470 .hword -32634 .hword 4144 .zero 4 .xword .LC3471 .xword .LC3472 .hword -32634 .hword 4145 .zero 4 .xword .LC3473 .xword .LC3474 .hword -32634 .hword 4146 .zero 4 .xword .LC3473 .xword .LC3474 .hword -32634 .hword 4147 .zero 4 .xword .LC3475 .xword .LC3476 .hword -32634 .hword 4148 .zero 4 .xword .LC3473 .xword .LC3477 .hword -32634 .hword 4149 .zero 4 .xword .LC3478 .xword .LC3479 .hword -32634 .hword 4150 .zero 4 .xword .LC3478 .xword .LC3479 .hword -32634 .hword 4151 .zero 4 .xword .LC3473 .xword .LC3480 .hword -32634 .hword 4152 .zero 4 .xword .LC3473 .xword .LC3481 .hword -32634 .hword 4153 .zero 4 .xword .LC3482 .xword .LC3483 .hword -32634 .hword 4154 .zero 4 .xword .LC3484 .xword .LC3485 .hword -32634 .hword 4155 .zero 4 .xword .LC3484 .xword .LC3486 .hword -32634 .hword 4156 .zero 4 .xword .LC3484 .xword .LC3487 .hword -32634 .hword 4157 .zero 4 .xword .LC3488 .xword .LC3474 .hword -32634 .hword 4158 .zero 4 .xword .LC3484 .xword .LC3477 .hword -32634 .hword 4160 .zero 4 .xword .LC3489 .xword .LC3490 .hword -32634 .hword 4162 .zero 4 .xword .LC3090 .xword .LC3491 .hword -32634 .hword 4163 .zero 4 .xword .LC3471 .xword .LC3492 .hword -32634 .hword 4168 .zero 4 .xword .LC3493 .xword .LC3494 .hword -32634 .hword 4169 .zero 4 .xword .LC3495 .xword .LC3496 .hword -32634 .hword 4170 .zero 4 .xword .LC3497 .xword .LC3498 .hword -32634 .hword 4171 .zero 4 .xword .LC3499 .xword .LC3500 .hword -32634 .hword 4173 .zero 4 .xword .LC3501 .xword .LC3502 .hword -32634 .hword 4176 .zero 4 .xword .LC3503 .xword .LC3474 .hword -32634 .hword 4177 .zero 4 .xword .LC3504 .xword .LC3474 .hword -32634 .hword 4178 .zero 4 .xword .LC3504 .xword .LC3477 .hword -32634 .hword 4179 .zero 4 .xword .LC3504 .xword .LC3505 .hword -32634 .hword 4180 .zero 4 .xword .LC3504 .xword .LC3506 .hword -32634 .hword 4181 .zero 4 .xword .LC3504 .xword .LC3507 .hword -32634 .hword 4185 .zero 4 .xword .LC3508 .xword .LC3470 .hword -32634 .hword 4190 .zero 4 .xword .LC3509 .xword .LC3510 .hword -32634 .hword 4196 .zero 4 .xword .LC3511 .xword .LC3512 .hword -32634 .hword 4197 .zero 4 .xword .LC3513 .xword .LC3514 .hword -32634 .hword 4200 .zero 4 .xword .LC3515 .xword .LC3516 .hword -32634 .hword 4213 .zero 4 .xword .LC3464 .xword .LC3440 .hword -32634 .hword 4214 .zero 4 .xword .LC3459 .xword .LC3440 .hword -32634 .hword 4215 .zero 4 .xword .LC3464 .xword .LC3466 .hword -32634 .hword 4216 .zero 4 .xword .LC3460 .xword .LC3440 .hword -32634 .hword 4217 .zero 4 .xword .LC3455 .xword .LC3465 .hword -32634 .hword 4218 .zero 4 .xword .LC3455 .xword .LC3458 .hword -32634 .hword 4219 .zero 4 .xword .LC3455 .xword .LC3456 .hword -32634 .hword 4220 .zero 4 .xword .LC3517 .xword .LC3518 .hword -32634 .hword 4224 .zero 4 .xword .LC3519 .xword .LC3520 .hword -32634 .hword 4235 .zero 4 .xword .LC3521 .xword .LC3522 .hword -32634 .hword 4236 .zero 4 .xword .LC3523 .xword .LC3524 .hword -32634 .hword 4238 .zero 4 .xword .LC3525 .xword .LC3526 .hword -32634 .hword 4239 .zero 4 .xword .LC3525 .xword .LC3527 .hword -32634 .hword 4242 .zero 4 .xword .LC3528 .xword .LC3529 .hword -32634 .hword 4244 .zero 4 .xword .LC3530 .xword .LC3531 .hword -32634 .hword 4246 .zero 4 .xword .LC3532 .xword .LC3532 .hword -32634 .hword 4250 .zero 4 .xword .LC3533 .xword .LC3534 .hword -32634 .hword 4252 .zero 4 .xword .LC3535 .xword .LC3536 .hword -32634 .hword 4263 .zero 4 .xword .LC3537 .xword .LC3538 .hword -32634 .hword 4265 .zero 4 .xword .LC3537 .xword .LC3539 .hword -32634 .hword 4277 .zero 4 .xword .LC3540 .xword .LC3541 .hword -32634 .hword 4281 .zero 4 .xword .LC3542 .xword .LC3543 .hword -32634 .hword 4285 .zero 4 .xword .LC3544 .xword .LC3545 .hword -32634 .hword 4288 .zero 4 .xword .LC3546 .xword .LC3547 .hword -32634 .hword 4292 .zero 4 .xword .LC3548 .xword .LC3549 .hword -32634 .hword 4292 .zero 4 .xword .LC3512 .xword .LC3549 .hword -32634 .hword 4297 .zero 4 .xword .LC3550 .xword .LC3551 .hword -32634 .hword 4301 .zero 4 .xword .LC3552 .xword .LC3553 .hword -32634 .hword 4302 .zero 4 .xword .LC3554 .xword .LC3555 .hword -32634 .hword 4307 .zero 4 .xword .LC3556 .xword .LC3557 .hword -32634 .hword 4310 .zero 4 .xword .LC3558 .xword .LC3559 .hword -32634 .hword 4318 .zero 4 .xword .LC3560 .xword .LC2674 .hword -32634 .hword 4326 .zero 4 .xword .LC3561 .xword .LC3562 .hword -32634 .hword 4327 .zero 4 .xword .LC3561 .xword .LC3562 .hword -32634 .hword 4328 .zero 4 .xword .LC3563 .xword .LC3564 .hword -32634 .hword 4330 .zero 4 .xword .LC3565 .xword .LC3566 .hword -32634 .hword 4332 .zero 4 .xword .LC3567 .xword .LC3568 .hword -32634 .hword 4335 .zero 4 .xword .LC3569 .xword .LC3569 .hword -32634 .hword 4336 .zero 4 .xword .LC3570 .xword .LC3571 .hword -32634 .hword 4341 .zero 4 .xword .LC3572 .xword .LC3573 .hword -32634 .hword 4347 .zero 4 .xword .LC3574 .xword .LC3575 .hword -32634 .hword 4352 .zero 4 .xword .LC3576 .xword .LC3577 .hword -32634 .hword 4353 .zero 4 .xword .LC3576 .xword .LC3578 .hword -32634 .hword 4354 .zero 4 .xword .LC3579 .xword .LC3580 .hword -32634 .hword 4368 .zero 4 .xword .LC3581 .xword .LC3577 .hword -32634 .hword 4370 .zero 4 .xword .LC3581 .xword .LC3580 .hword -32634 .hword 4384 .zero 4 .xword .LC3581 .xword .LC3577 .hword -32634 .hword 4385 .zero 4 .xword .LC3581 .xword .LC3578 .hword -32634 .hword 4397 .zero 4 .xword .LC3582 .xword .LC3583 .hword -32634 .hword 4400 .zero 4 .xword .LC3584 .xword .LC3577 .hword -32634 .hword 4401 .zero 4 .xword .LC3584 .xword .LC3578 .hword -32634 .hword 4402 .zero 4 .xword .LC3585 .xword .LC3586 .hword -32634 .hword 4449 .zero 4 .xword .LC3587 .xword .LC3588 .hword -32634 .hword 4450 .zero 4 .xword .LC3589 .xword .LC3590 .hword -32634 .hword 4473 .zero 4 .xword .LC3455 .xword .LC3465 .hword -32634 .hword 18 .zero 4 .xword .LC3591 .xword .LC3592 .hword -32634 .hword 4608 .zero 4 .xword .LC3593 .xword .LC3594 .hword -32634 .hword 4617 .zero 4 .xword .LC3595 .xword .LC3596 .hword -32634 .hword 4641 .zero 4 .xword .LC3597 .xword .LC3598 .hword -32634 .hword 4642 .zero 4 .xword .LC3599 .xword .LC3600 .hword -32634 .hword 4643 .zero 4 .xword .LC3601 .xword .LC3602 .hword -32634 .hword 4645 .zero 4 .xword .LC3603 .xword .LC3604 .hword -32634 .hword 4646 .zero 4 .xword .LC3605 .xword .LC3606 .hword -32634 .hword 4647 .zero 4 .xword .LC3607 .xword .LC3608 .hword -32634 .hword 4648 .zero 4 .xword .LC3609 .xword .LC3610 .hword -32634 .hword 4649 .zero 4 .xword .LC3611 .xword .LC3612 .hword -32634 .hword 4653 .zero 4 .xword .LC3613 .xword .LC3614 .hword -32634 .hword 4654 .zero 4 .xword .LC3615 .xword .LC3616 .hword -32634 .hword 4656 .zero 4 .xword .LC3617 .xword .LC3618 .hword -32634 .hword 4657 .zero 4 .xword .LC3619 .xword .LC3620 .hword -32634 .hword 4660 .zero 4 .xword .LC3621 .xword .LC2851 .hword -32634 .hword 4661 .zero 4 .xword .LC3622 .xword .LC3623 .hword -32634 .hword 4663 .zero 4 .xword .LC3624 .xword .LC3625 .hword -32634 .hword 4665 .zero 4 .xword .LC3626 .xword .LC3618 .hword -32634 .hword 4667 .zero 4 .xword .LC3627 .xword .LC3628 .hword -32634 .hword 4668 .zero 4 .xword .LC3629 .xword .LC3630 .hword -32634 .hword 4669 .zero 4 .xword .LC3631 .xword .LC3632 .hword -32634 .hword 4670 .zero 4 .xword .LC3633 .xword .LC3634 .hword -32634 .hword 4671 .zero 4 .xword .LC3633 .xword .LC3634 .hword -32634 .hword 292 .zero 4 .xword .LC3635 .xword .LC3636 .hword -32634 .hword 4672 .zero 4 .xword .LC3637 .xword .LC3638 .hword -32634 .hword 4683 .zero 4 .xword .LC3305 .xword .LC3639 .hword -32634 .hword 4683 .zero 4 .xword .LC3640 .xword .LC3636 .hword -32634 .hword 4684 .zero 4 .xword .LC3641 .xword .LC3642 .hword -32634 .hword 4688 .zero 4 .xword .LC3643 .xword .LC3644 .hword -32634 .hword 4824 .zero 4 .xword .LC3645 .xword .LC3646 .hword -32634 .hword 4960 .zero 4 .xword .LC3587 .xword .LC3647 .hword -32634 .hword 4961 .zero 4 .xword .LC3587 .xword .LC3648 .hword -32634 .hword 5066 .zero 4 .xword .LC3649 .xword .LC3650 .hword -32634 .hword 5216 .zero 4 .xword .LC3651 .xword .LC3652 .hword -32634 .hword 5217 .zero 4 .xword .LC3653 .xword .LC3316 .hword -32634 .hword 5218 .zero 4 .xword .LC3651 .xword .LC3654 .hword -32634 .hword 5378 .zero 4 .xword .LC3655 .xword .LC3656 .hword -32634 .hword 5379 .zero 4 .xword .LC3657 .xword .LC3658 .hword -32634 .hword 5386 .zero 4 .xword .LC3561 .xword .LC3659 .hword -32634 .hword 5388 .zero 4 .xword .LC3660 .xword .LC3661 .hword -32634 .hword 5389 .zero 4 .xword .LC3561 .xword .LC3662 .hword -32634 .hword 5390 .zero 4 .xword .LC3663 .xword .LC3664 .hword -32634 .hword 5391 .zero 4 .xword .LC3663 .xword .LC3665 .hword -32634 .hword 5392 .zero 4 .xword .LC3663 .xword .LC3666 .hword -32634 .hword 5393 .zero 4 .xword .LC3663 .xword .LC3667 .hword -32634 .hword 5398 .zero 4 .xword .LC3663 .xword .LC3664 .hword -32634 .hword 5400 .zero 4 .xword .LC3561 .xword .LC3668 .hword -32634 .hword 5409 .zero 4 .xword .LC3669 .xword .LC3670 .hword -32634 .hword 5413 .zero 4 .xword .LC3671 .xword .LC3672 .hword -32634 .hword 5414 .zero 4 .xword .LC3563 .xword .LC3673 .hword -32634 .hword 5427 .zero 4 .xword .LC3674 .xword .LC3675 .hword -32634 .hword 5434 .zero 4 .xword .LC3676 .xword .LC3677 .hword -32634 .hword 5435 .zero 4 .xword .LC3678 .xword .LC3679 .hword -32634 .hword 5465 .zero 4 .xword .LC3680 .xword .LC3681 .hword -32634 .hword 5466 .zero 4 .xword .LC3682 .xword .LC3500 .hword -32634 .hword 5537 .zero 4 .xword .LC3680 .xword .LC3683 .hword -32634 .hword 5538 .zero 4 .xword .LC3682 .xword .LC3500 .hword -32634 .hword 5757 .zero 4 .xword .LC3684 .xword .LC3685 .hword -32634 .hword 6496 .zero 4 .xword .LC3402 .xword .LC3686 .hword -32634 .hword 6498 .zero 4 .xword .LC3271 .xword .LC3687 .hword -32634 .hword 6674 .zero 4 .xword .LC3271 .xword .LC3688 .hword -32634 .hword 6675 .zero 4 .xword .LC3271 .xword .LC3688 .hword -32634 .hword 6688 .zero 4 .xword .LC3689 .xword .LC9 .hword -32634 .hword 6689 .zero 4 .xword .LC3689 .xword .LC3690 .hword -32634 .hword 6690 .zero 4 .xword .LC3689 .xword .LC3691 .hword -32634 .hword 6691 .zero 4 .xword .LC3689 .xword .LC3578 .hword -32634 .hword 6692 .zero 4 .xword .LC3689 .xword .LC3692 .hword -32634 .hword 6704 .zero 4 .xword .LC3693 .xword .LC3694 .hword -32634 .hword 6705 .zero 4 .xword .LC3695 .xword .LC3578 .hword -32634 .hword 6712 .zero 4 .xword .LC3696 .xword .LC3697 .hword -32634 .hword 7170 .zero 4 .xword .LC3698 .xword .LC3699 .hword -32634 .hword 7170 .zero 4 .xword .LC3700 .xword .LC3701 .hword -32634 .hword 7171 .zero 4 .xword .LC3702 .xword .LC3703 .hword -32634 .hword 7184 .zero 4 .xword .LC3704 .xword .LC3705 .hword -32634 .hword 7192 .zero 4 .xword .LC3706 .xword .LC3705 .hword -32634 .hword 7194 .zero 4 .xword .LC3707 .xword .LC3708 .hword -32634 .hword 7196 .zero 4 .xword .LC3709 .xword .LC3705 .hword -32634 .hword 7198 .zero 4 .xword .LC3710 .xword .LC3705 .hword -32634 .hword 7200 .zero 4 .xword .LC3711 .xword .LC3306 .hword -32634 .hword 7202 .zero 4 .xword .LC3712 .xword .LC3420 .hword -32634 .hword 7206 .zero 4 .xword .LC3713 .xword .LC3714 .hword -32634 .hword 7213 .zero 4 .xword .LC3715 .xword .LC3714 .hword -32634 .hword -15542 .zero 4 .xword .LC3716 .xword .LC3717 .hword -32634 .hword 7226 .zero 4 .xword .LC3718 .xword .LC3719 .hword -32634 .hword 7226 .zero 4 .xword .LC3718 .xword .LC3719 .hword -32634 .hword 7227 .zero 4 .xword .LC3720 .xword .LC3721 .hword -32634 .hword 7229 .zero 4 .xword .LC3722 .xword .LC3527 .hword -32634 .hword 7241 .zero 4 .xword .LC3723 .xword .LC3724 .hword -32634 .hword 7244 .zero 4 .xword .LC3725 .xword .LC3726 .hword -32634 .hword 7482 .zero 4 .xword .LC3727 .xword .LC3728 .hword -32634 .hword 7485 .zero 4 .xword .LC3729 .xword .LC3730 .hword -32634 .hword 7680 .zero 4 .xword .LC3731 .xword .LC3732 .hword -32634 .hword 7682 .zero 4 .xword .LC3733 .xword .LC3734 .hword -32634 .hword 7683 .zero 4 .xword .LC3735 .xword .LC3736 .hword -32634 .hword 7688 .zero 4 .xword .LC3731 .xword .LC3732 .hword -32634 .hword 7696 .zero 4 .xword .LC3737 .xword .LC3738 .hword -32634 .hword 7698 .zero 4 .xword .LC3739 .xword .LC3740 .hword -32634 .hword 7702 .zero 4 .xword .LC3737 .xword .LC3738 .hword -32634 .hword 7712 .zero 4 .xword .LC3741 .xword .LC3306 .hword -32634 .hword 7714 .zero 4 .xword .LC3742 .xword .LC3743 .hword -32634 .hword 7718 .zero 4 .xword .LC3737 .xword .LC3744 .hword -32634 .hword 7725 .zero 4 .xword .LC3737 .xword .LC3744 .hword -32634 .hword 7729 .zero 4 .xword .LC3745 .xword .LC3746 .hword -32634 .hword 7738 .zero 4 .xword .LC3747 .xword .LC3748 .hword -32634 .hword 7738 .zero 4 .xword .LC3737 .xword .LC3749 .hword -32634 .hword 7738 .zero 4 .xword .LC3750 .xword .LC3751 .hword -32634 .hword 7741 .zero 4 .xword .LC3752 .xword .LC3753 .hword -32634 .hword 7769 .zero 4 .xword .LC3754 .xword .LC3755 .hword -32634 .hword 8001 .zero 4 .xword .LC3756 .xword .LC3757 .hword -32634 .hword 8192 .zero 4 .xword .LC3758 .xword .LC3759 .hword -32634 .hword 8212 .zero 4 .xword .LC3760 .xword .LC3761 .hword -32634 .hword 8264 .zero 4 .xword .LC3762 .xword .LC3763 .hword -32634 .hword 8484 .zero 4 .xword .LC3528 .xword .LC3474 .hword -32634 .hword 8485 .zero 4 .xword .LC3764 .xword .LC3765 .hword -32634 .hword 8738 .zero 4 .xword .LC3471 .xword .LC3766 .hword -32634 .hword 8784 .zero 4 .xword .LC3767 .xword .LC3768 .hword -32634 .hword 8789 .zero 4 .xword .LC3769 .xword .LC3770 .hword -32634 .hword 8796 .zero 4 .xword .LC3771 .xword .LC3768 .hword -32634 .hword 8797 .zero 4 .xword .LC3772 .xword .LC3768 .hword -32634 .hword 8798 .zero 4 .xword .LC3773 .xword .LC3768 .hword -32634 .hword 9222 .zero 4 .xword .LC3774 .xword .LC3775 .hword -32634 .hword 9232 .zero 4 .xword .LC3776 .xword .LC3777 .hword -32634 .hword 9233 .zero 4 .xword .LC3776 .xword .LC3778 .hword -32634 .hword 9234 .zero 4 .xword .LC3776 .xword .LC3779 .hword -32634 .hword 9235 .zero 4 .xword .LC3776 .xword .LC3780 .hword -32634 .hword 9237 .zero 4 .xword .LC3781 .xword .LC3782 .hword -32634 .hword 9238 .zero 4 .xword .LC3783 .xword .LC3784 .hword -32634 .hword 9240 .zero 4 .xword .LC3776 .xword .LC3785 .hword -32634 .hword 9248 .zero 4 .xword .LC3786 .xword .LC3777 .hword -32634 .hword 9249 .zero 4 .xword .LC3786 .xword .LC3787 .hword -32634 .hword 9250 .zero 4 .xword .LC3786 .xword .LC3779 .hword -32634 .hword 9251 .zero 4 .xword .LC3786 .xword .LC3780 .hword -32634 .hword 9253 .zero 4 .xword .LC3788 .xword .LC3789 .hword -32634 .hword 9254 .zero 4 .xword .LC3786 .xword .LC3790 .hword -32634 .hword 9256 .zero 4 .xword .LC3786 .xword .LC3652 .hword -32634 .hword 9265 .zero 4 .xword .LC3791 .xword .LC3792 .hword -32634 .hword 9280 .zero 4 .xword .LC3793 .xword .LC3794 .hword -32634 .hword 9281 .zero 4 .xword .LC3788 .xword .LC3778 .hword -32634 .hword 9282 .zero 4 .xword .LC3795 .xword .LC3796 .hword -32634 .hword 9283 .zero 4 .xword .LC3795 .xword .LC3780 .hword -32634 .hword 9284 .zero 4 .xword .LC3795 .xword .LC3797 .hword -32634 .hword 9285 .zero 4 .xword .LC3798 .xword .LC3799 .hword -32634 .hword 9286 .zero 4 .xword .LC3795 .xword .LC3790 .hword -32634 .hword 9288 .zero 4 .xword .LC3800 .xword .LC3647 .hword -32634 .hword 9289 .zero 4 .xword .LC3801 .xword .LC3802 .hword -32634 .hword 9290 .zero 4 .xword .LC3803 .xword .LC2835 .hword -32634 .hword 9291 .zero 4 .xword .LC3788 .xword .LC2835 .hword -32634 .hword 9292 .zero 4 .xword .LC3803 .xword .LC3804 .hword -32634 .hword 9294 .zero 4 .xword .LC3484 .xword .LC3805 .hword -32634 .hword 9296 .zero 4 .xword .LC3806 .xword .LC3804 .hword -32634 .hword 9298 .zero 4 .xword .LC3806 .xword .LC3779 .hword -32634 .hword 9299 .zero 4 .xword .LC3806 .xword .LC3780 .hword -32634 .hword 9305 .zero 4 .xword .LC3806 .xword .LC3807 .hword -32634 .hword 9307 .zero 4 .xword .LC3806 .xword .LC2835 .hword -32634 .hword 9309 .zero 4 .xword .LC3806 .xword .LC3808 .hword -32634 .hword 9310 .zero 4 .xword .LC3806 .xword .LC3647 .hword -32634 .hword 9344 .zero 4 .xword .LC3809 .xword .LC3804 .hword -32634 .hword 9345 .zero 4 .xword .LC3809 .xword .LC3778 .hword -32634 .hword 9346 .zero 4 .xword .LC3810 .xword .LC3779 .hword -32634 .hword 9347 .zero 4 .xword .LC3810 .xword .LC3780 .hword -32634 .hword 9348 .zero 4 .xword .LC3810 .xword .LC3779 .hword -32634 .hword 9349 .zero 4 .xword .LC3810 .xword .LC3799 .hword -32634 .hword 9350 .zero 4 .xword .LC3810 .xword .LC3811 .hword -32634 .hword 9351 .zero 4 .xword .LC3810 .xword .LC3779 .hword -32634 .hword 9354 .zero 4 .xword .LC3473 .xword .LC3812 .hword -32634 .hword 9355 .zero 4 .xword .LC3809 .xword .LC3813 .hword -32634 .hword 9356 .zero 4 .xword .LC3473 .xword .LC3814 .hword -32634 .hword 9357 .zero 4 .xword .LC3815 .xword .LC3816 .hword -32634 .hword 9408 .zero 4 .xword .LC3817 .xword .LC3804 .hword -32634 .hword 9410 .zero 4 .xword .LC3818 .xword .LC3819 .hword -32634 .hword 9411 .zero 4 .xword .LC3818 .xword .LC3820 .hword -32634 .hword 9412 .zero 4 .xword .LC3818 .xword .LC3821 .hword -32634 .hword 9413 .zero 4 .xword .LC3822 .xword .LC3823 .hword -32634 .hword 9413 .zero 4 .xword .LC3684 .xword .LC3685 .hword -32634 .hword 9413 .zero 4 .xword .LC3824 .xword .LC3825 .hword -32634 .hword 9413 .zero 4 .xword .LC3826 .xword .LC3827 .hword -32634 .hword 9413 .zero 4 .xword .LC3822 .xword .LC3828 .hword -32634 .hword 9413 .zero 4 .xword .LC3829 .xword .LC3602 .hword -32634 .hword 9414 .zero 4 .xword .LC3830 .xword .LC3775 .hword -32634 .hword 9415 .zero 4 .xword .LC3818 .xword .LC3831 .hword -32634 .hword 9418 .zero 4 .xword .LC3832 .xword .LC3833 .hword -32634 .hword 9419 .zero 4 .xword .LC3817 .xword .LC3833 .hword -32634 .hword 9420 .zero 4 .xword .LC3832 .xword .LC3804 .hword -32634 .hword 9421 .zero 4 .xword .LC3818 .xword .LC3834 .hword -32634 .hword 9424 .zero 4 .xword .LC3504 .xword .LC3804 .hword -32634 .hword 9425 .zero 4 .xword .LC3504 .xword .LC3835 .hword -32634 .hword 9426 .zero 4 .xword .LC3504 .xword .LC3836 .hword -32634 .hword 9427 .zero 4 .xword .LC3504 .xword .LC3780 .hword -32634 .hword 9428 .zero 4 .xword .LC3504 .xword .LC3837 .hword -32634 .hword 9429 .zero 4 .xword .LC3838 .xword .LC3839 .hword -32634 .hword 9430 .zero 4 .xword .LC3504 .xword .LC3840 .hword -32634 .hword 9431 .zero 4 .xword .LC3504 .xword .LC3831 .hword -32634 .hword 9435 .zero 4 .xword .LC3504 .xword .LC3841 .hword -32634 .hword 9436 .zero 4 .xword .LC3842 .xword .LC3843 .hword -32634 .hword 9437 .zero 4 .xword .LC3504 .xword .LC3834 .hword -32634 .hword 9438 .zero 4 .xword .LC3504 .xword .LC3844 .hword -32634 .hword 9439 .zero 4 .xword .LC3783 .xword .LC3845 .hword -32634 .hword 9444 .zero 4 .xword .LC3846 .xword .LC3847 .hword -32634 .hword 9472 .zero 4 .xword .LC3848 .xword .LC3577 .hword -32634 .hword 9473 .zero 4 .xword .LC3848 .xword .LC3849 .hword -32634 .hword 9474 .zero 4 .xword .LC3848 .xword .LC9 .hword -32634 .hword 9475 .zero 4 .xword .LC3848 .xword .LC9 .hword -32634 .hword 9476 .zero 4 .xword .LC3848 .xword .LC9 .hword -32634 .hword 9483 .zero 4 .xword .LC3848 .xword .LC3849 .hword -32634 .hword 9487 .zero 4 .xword .LC3848 .xword .LC3578 .hword -32634 .hword 9504 .zero 4 .xword .LC3850 .xword .LC3851 .hword -32634 .hword 9505 .zero 4 .xword .LC3852 .xword .LC3853 .hword -32634 .hword 9520 .zero 4 .xword .LC3854 .xword .LC3855 .hword -32634 .hword 9521 .zero 4 .xword .LC3856 .xword .LC3857 .hword -32634 .hword 9522 .zero 4 .xword .LC3858 .xword .LC3578 .hword -32634 .hword 9523 .zero 4 .xword .LC3856 .xword .LC3859 .hword -32634 .hword 9524 .zero 4 .xword .LC3856 .xword .LC3860 .hword -32634 .hword 9525 .zero 4 .xword .LC3856 .xword .LC3861 .hword -32634 .hword 9526 .zero 4 .xword .LC3856 .xword .LC3861 .hword -32634 .hword 9529 .zero 4 .xword .LC3856 .xword .LC3862 .hword -32634 .hword 9536 .zero 4 .xword .LC3863 .xword .LC3864 .hword -32634 .hword 9537 .zero 4 .xword .LC3865 .xword .LC3866 .hword -32634 .hword 9539 .zero 4 .xword .LC3865 .xword .LC3867 .hword -32634 .hword 9540 .zero 4 .xword .LC3865 .xword .LC3868 .hword -32634 .hword 9541 .zero 4 .xword .LC3865 .xword .LC3869 .hword -32634 .hword 9542 .zero 4 .xword .LC3865 .xword .LC3870 .hword -32634 .hword 9543 .zero 4 .xword .LC3865 .xword .LC3871 .hword -32634 .hword 9544 .zero 4 .xword .LC3865 .xword .LC3872 .hword -32634 .hword 9548 .zero 4 .xword .LC3873 .xword .LC3874 .hword -32634 .hword 9552 .zero 4 .xword .LC3875 .xword .LC3874 .hword -32634 .hword 9553 .zero 4 .xword .LC3876 .xword .LC3877 .hword -32634 .hword 9554 .zero 4 .xword .LC3878 .xword .LC3879 .hword -32634 .hword 9555 .zero 4 .xword .LC3875 .xword .LC3880 .hword -32634 .hword 9556 .zero 4 .xword .LC3875 .xword .LC3881 .hword -32634 .hword 9565 .zero 4 .xword .LC3882 .xword .LC3874 .hword -32634 .hword 9568 .zero 4 .xword .LC3883 .xword .LC3884 .hword -32634 .hword 9569 .zero 4 .xword .LC3883 .xword .LC3885 .hword -32634 .hword 9570 .zero 4 .xword .LC2698 .xword .LC3886 .hword -32634 .hword 9570 .zero 4 .xword .LC3887 .xword .LC3888 .hword -32634 .hword 9584 .zero 4 .xword .LC3889 .xword .LC3890 .hword -32634 .hword 9585 .zero 4 .xword .LC3889 .xword .LC3879 .hword -32634 .hword 9586 .zero 4 .xword .LC3891 .xword .LC3886 .hword -32634 .hword 9587 .zero 4 .xword .LC3889 .xword .LC3892 .hword -32634 .hword 9590 .zero 4 .xword .LC3889 .xword .LC3893 .hword -32634 .hword 9592 .zero 4 .xword .LC3894 .xword .LC3890 .hword -32634 .hword 9593 .zero 4 .xword .LC3895 .xword .LC3879 .hword -32634 .hword 9594 .zero 4 .xword .LC9 .xword .LC9 .hword -32634 .hword 9595 .zero 4 .xword .LC3894 .xword .LC3896 .hword -32634 .hword 9598 .zero 4 .xword .LC3894 .xword .LC3893 .hword -32634 .hword 9600 .zero 4 .xword .LC3897 .xword .LC3898 .hword -32634 .hword 9601 .zero 4 .xword .LC3899 .xword .LC3900 .hword -32634 .hword 9602 .zero 4 .xword .LC3901 .xword .LC3902 .hword -32634 .hword 9602 .zero 4 .xword .LC3902 .xword .LC3902 .hword -32634 .hword 9604 .zero 4 .xword .LC3903 .xword .LC3898 .hword -32634 .hword 9605 .zero 4 .xword .LC9 .xword .LC9 .hword -32634 .hword 9608 .zero 4 .xword .LC3904 .xword .LC3905 .hword -32634 .hword 9609 .zero 4 .xword .LC3904 .xword .LC3906 .hword -32634 .hword 9610 .zero 4 .xword .LC3904 .xword .LC3907 .hword -32634 .hword 9616 .zero 4 .xword .LC3908 .xword .LC3909 .hword -32634 .hword 9618 .zero 4 .xword .LC3910 .xword .LC3911 .hword -32634 .hword 9633 .zero 4 .xword .LC3912 .xword .LC3804 .hword -32634 .hword 9634 .zero 4 .xword .LC3912 .xword .LC3913 .hword -32634 .hword 9635 .zero 4 .xword .LC3912 .xword .LC3914 .hword -32634 .hword 9636 .zero 4 .xword .LC3912 .xword .LC3780 .hword -32634 .hword 9638 .zero 4 .xword .LC3912 .xword .LC3915 .hword -32634 .hword 9639 .zero 4 .xword .LC3912 .xword .LC3784 .hword -32634 .hword 9641 .zero 4 .xword .LC3912 .xword .LC3916 .hword -32634 .hword 9642 .zero 4 .xword .LC3912 .xword .LC3917 .hword -32634 .hword 9643 .zero 4 .xword .LC3912 .xword .LC3918 .hword -32634 .hword 9644 .zero 4 .xword .LC3912 .xword .LC3919 .hword -32634 .hword 9645 .zero 4 .xword .LC3912 .xword .LC3920 .hword -32634 .hword 9646 .zero 4 .xword .LC3912 .xword .LC3921 .hword -32634 .hword 9648 .zero 4 .xword .LC3912 .xword .LC3922 .hword -32634 .hword 9728 .zero 4 .xword .LC3923 .xword .LC3924 .hword -32634 .hword 9729 .zero 4 .xword .LC3923 .xword .LC3925 .hword -32634 .hword 9730 .zero 4 .xword .LC3923 .xword .LC3926 .hword -32634 .hword 9731 .zero 4 .xword .LC3923 .xword .LC3927 .hword -32634 .hword 9732 .zero 4 .xword .LC3923 .xword .LC3928 .hword -32634 .hword 9733 .zero 4 .xword .LC3923 .xword .LC3929 .hword -32634 .hword 9734 .zero 4 .xword .LC3923 .xword .LC3930 .hword -32634 .hword 9735 .zero 4 .xword .LC3923 .xword .LC3931 .hword -32634 .hword 9792 .zero 4 .xword .LC3932 .xword .LC3804 .hword -32634 .hword 9793 .zero 4 .xword .LC3933 .xword .LC3934 .hword -32634 .hword 9809 .zero 4 .xword .LC3935 .xword .LC3835 .hword -32634 .hword 9810 .zero 4 .xword .LC3887 .xword .LC3936 .hword -32634 .hword 9810 .zero 4 .xword .LC3937 .xword .LC3835 .hword -32634 .hword 9810 .zero 4 .xword .LC3937 .xword .LC3938 .hword -32634 .hword 9810 .zero 4 .xword .LC3937 .xword .LC3939 .hword -32634 .hword 9811 .zero 4 .xword .LC3933 .xword .LC3940 .hword -32634 .hword 9811 .zero 4 .xword .LC3933 .xword .LC3941 .hword -32634 .hword 9811 .zero 4 .xword .LC3933 .xword .LC3939 .hword -32634 .hword 9816 .zero 4 .xword .LC3513 .xword .LC3819 .hword -32634 .hword 9817 .zero 4 .xword .LC3513 .xword .LC3837 .hword -32634 .hword 9818 .zero 4 .xword .LC3513 .xword .LC3831 .hword -32634 .hword 9819 .zero 4 .xword .LC3513 .xword .LC3844 .hword -32634 .hword 9820 .zero 4 .xword .LC3513 .xword .LC3920 .hword -32634 .hword 614 .zero 4 .xword .LC3942 .xword .LC3943 .hword -32634 .hword 9824 .zero 4 .xword .LC3513 .xword .LC3944 .hword -32634 .hword 9826 .zero 4 .xword .LC3513 .xword .LC3945 .hword -32634 .hword 9828 .zero 4 .xword .LC3946 .xword .LC3947 .hword -32634 .hword 9830 .zero 4 .xword .LC3513 .xword .LC3948 .hword -32634 .hword 9832 .zero 4 .xword .LC3949 .xword .LC3950 .hword -32634 .hword 9833 .zero 4 .xword .LC3951 .xword .LC3952 .hword -32634 .hword 9834 .zero 4 .xword .LC3953 .xword .LC3780 .hword -32634 .hword 9836 .zero 4 .xword .LC3513 .xword .LC3480 .hword -32634 .hword 9837 .zero 4 .xword .LC3954 .xword .LC3955 .hword -32634 .hword 9838 .zero 4 .xword .LC3956 .xword .LC3957 .hword -32634 .hword 9839 .zero 4 .xword .LC3958 .xword .LC3959 .hword -32634 .hword 9840 .zero 4 .xword .LC3960 .xword .LC3843 .hword -32634 .hword 9848 .zero 4 .xword .LC3852 .xword .LC3961 .hword -32634 .hword 9856 .zero 4 .xword .LC3962 .xword .LC3914 .hword -32634 .hword 9857 .zero 4 .xword .LC3963 .xword .LC3964 .hword -32634 .hword 9858 .zero 4 .xword .LC3965 .xword .LC3966 .hword -32634 .hword 9883 .zero 4 .xword .LC2772 .xword .LC3780 .hword -32634 .hword 9886 .zero 4 .xword .LC3967 .xword .LC3913 .hword -32634 .hword 39 .zero 4 .xword .LC3764 .xword .LC3968 .hword -32634 .hword 10096 .zero 4 .xword .LC3969 .xword .LC3970 .hword -32634 .hword 10097 .zero 4 .xword .LC3969 .xword .LC3971 .hword -32634 .hword 10098 .zero 4 .xword .LC3972 .xword .LC3973 .hword -32634 .hword 10102 .zero 4 .xword .LC3974 .xword .LC3975 .hword -32634 .hword 10108 .zero 4 .xword .LC3976 .xword .LC3977 .hword -32634 .hword 10112 .zero 4 .xword .LC3978 .xword .LC3979 .hword -32634 .hword 10114 .zero 4 .xword .LC3978 .xword .LC3980 .hword -32634 .hword 10130 .zero 4 .xword .LC3981 .xword .LC3982 .hword -32634 .hword 10132 .zero 4 .xword .LC3983 .xword .LC3984 .hword -32634 .hword 10144 .zero 4 .xword .LC3985 .xword .LC3986 .hword -32634 .hword 10145 .zero 4 .xword .LC3987 .xword .LC3988 .hword -32634 .hword 10146 .zero 4 .xword .LC3989 .xword .LC3304 .hword -32634 .hword 10150 .zero 4 .xword .LC3990 .xword .LC3991 .hword -32634 .hword 10168 .zero 4 .xword .LC3992 .xword .LC3993 .hword -32634 .hword 10169 .zero 4 .xword .LC3994 .xword .LC3995 .hword -32634 .hword 10172 .zero 4 .xword .LC3996 .xword .LC3997 .hword -32634 .hword 10176 .zero 4 .xword .LC3998 .xword .LC3999 .hword -32634 .hword 10177 .zero 4 .xword .LC3998 .xword .LC3939 .hword -32634 .hword 10179 .zero 4 .xword .LC4000 .xword .LC4001 .hword -32634 .hword 10180 .zero 4 .xword .LC4002 .xword .LC3941 .hword -32634 .hword 10181 .zero 4 .xword .LC4002 .xword .LC4003 .hword -32634 .hword 10182 .zero 4 .xword .LC4004 .xword .LC4001 .hword -32634 .hword 10184 .zero 4 .xword .LC4005 .xword .LC4006 .hword -32634 .hword 10185 .zero 4 .xword .LC3821 .xword .LC4006 .hword -32634 .hword 10186 .zero 4 .xword .LC3994 .xword .LC4006 .hword -32634 .hword 10187 .zero 4 .xword .LC3994 .xword .LC4006 .hword -32634 .hword 10188 .zero 4 .xword .LC4007 .xword .LC4008 .hword -32634 .hword 10192 .zero 4 .xword .LC4007 .xword .LC4009 .hword -32634 .hword 10194 .zero 4 .xword .LC4007 .xword .LC4009 .hword -32634 .hword 10196 .zero 4 .xword .LC3994 .xword .LC4010 .hword -32634 .hword 10200 .zero 4 .xword .LC4011 .xword .LC4012 .hword -32634 .hword 10200 .zero 4 .xword .LC4013 .xword .LC4014 .hword -32634 .hword 10201 .zero 4 .xword .LC4015 .xword .LC4016 .hword -32634 .hword 10202 .zero 4 .xword .LC4007 .xword .LC4017 .hword -32634 .hword 10204 .zero 4 .xword .LC4018 .xword .LC4019 .hword -32634 .hword 10204 .zero 4 .xword .LC4018 .xword .LC4019 .hword -32634 .hword 10206 .zero 4 .xword .LC4020 .xword .LC4021 .hword -32634 .hword 10207 .zero 4 .xword .LC4022 .xword .LC4023 .hword -32634 .hword 10242 .zero 4 .xword .LC3090 .xword .LC4024 .hword -32634 .hword 10243 .zero 4 .xword .LC4025 .xword .LC4026 .hword -32634 .hword 10244 .zero 4 .xword .LC4027 .xword .LC4028 .hword -32634 .hword 10247 .zero 4 .xword .LC4029 .xword .LC4030 .hword -32634 .hword 10258 .zero 4 .xword .LC4031 .xword .LC4032 .hword -32634 .hword 10261 .zero 4 .xword .LC4033 .xword .LC4034 .hword -32634 .hword 10272 .zero 4 .xword .LC4035 .xword .LC4036 .hword -32634 .hword 10273 .zero 4 .xword .LC4037 .xword .LC3939 .hword -32634 .hword 10274 .zero 4 .xword .LC4038 .xword .LC4001 .hword -32634 .hword 10276 .zero 4 .xword .LC4039 .xword .LC4040 .hword -32634 .hword 10277 .zero 4 .xword .LC4041 .xword .LC4042 .hword -32634 .hword 10280 .zero 4 .xword .LC4043 .xword .LC3941 .hword -32634 .hword 10281 .zero 4 .xword .LC4044 .xword .LC4045 .hword -32634 .hword 10282 .zero 4 .xword .LC4046 .xword .LC4001 .hword -32634 .hword 10288 .zero 4 .xword .LC4047 .xword .LC4048 .hword -32634 .hword 10289 .zero 4 .xword .LC4049 .xword .LC4048 .hword -32634 .hword 10290 .zero 4 .xword .LC4050 .xword .LC4048 .hword -32634 .hword 10292 .zero 4 .xword .LC4051 .xword .LC4048 .hword -32634 .hword 10293 .zero 4 .xword .LC4052 .xword .LC4048 .hword -32634 .hword 10294 .zero 4 .xword .LC4053 .xword .LC4054 .hword -32634 .hword 10298 .zero 4 .xword .LC4055 .xword .LC4056 .hword -32634 .hword 10302 .zero 4 .xword .LC4057 .xword .LC3308 .hword -32634 .hword 10303 .zero 4 .xword .LC4058 .xword .LC4059 .hword -32634 .hword 644 .zero 4 .xword .LC4060 .xword .LC4061 .hword -32634 .hword 10305 .zero 4 .xword .LC4062 .xword .LC4059 .hword -32634 .hword 10307 .zero 4 .xword .LC4062 .xword .LC4059 .hword -32634 .hword 10309 .zero 4 .xword .LC4062 .xword .LC4059 .hword -32634 .hword 10311 .zero 4 .xword .LC4063 .xword .LC4059 .hword -32634 .hword 10315 .zero 4 .xword .LC4060 .xword .LC4061 .hword -32634 .hword 10320 .zero 4 .xword .LC4043 .xword .LC4064 .hword -32634 .hword 10368 .zero 4 .xword .LC3415 .xword .LC4065 .hword -32634 .hword 10376 .zero 4 .xword .LC4066 .xword .LC4066 .hword -32634 .hword 10516 .zero 4 .xword .LC4067 .xword .LC4068 .hword -32634 .hword 10518 .zero 4 .xword .LC4069 .xword .LC4070 .hword -32634 .hword 10520 .zero 4 .xword .LC4071 .xword .LC4072 .hword -32634 .hword 10521 .zero 4 .xword .LC4073 .xword .LC4074 .hword -32634 .hword 10528 .zero 4 .xword .LC4075 .xword .LC4036 .hword -32634 .hword 10529 .zero 4 .xword .LC4076 .xword .LC4077 .hword -32634 .hword 10530 .zero 4 .xword .LC4076 .xword .LC3939 .hword -32634 .hword 10531 .zero 4 .xword .LC4078 .xword .LC4079 .hword -32634 .hword 10533 .zero 4 .xword .LC4080 .xword .LC4001 .hword -32634 .hword 10534 .zero 4 .xword .LC4076 .xword .LC4081 .hword -32634 .hword 10536 .zero 4 .xword .LC4082 .xword .LC4083 .hword -32634 .hword 10537 .zero 4 .xword .LC4084 .xword .LC4085 .hword -32634 .hword 10541 .zero 4 .xword .LC4082 .xword .LC4086 .hword -32634 .hword 10542 .zero 4 .xword .LC4082 .xword .LC4087 .hword -32634 .hword 10544 .zero 4 .xword .LC3090 .xword .LC4088 .hword -32634 .hword 10544 .zero 4 .xword .LC4089 .xword .LC4089 .hword -32634 .hword 10546 .zero 4 .xword .LC4090 .xword .LC4091 .hword -32634 .hword 10548 .zero 4 .xword .LC4090 .xword .LC4092 .hword -32634 .hword 10549 .zero 4 .xword .LC4090 .xword .LC4092 .hword -32634 .hword 10550 .zero 4 .xword .LC4093 .xword .LC4094 .hword -32634 .hword 10551 .zero 4 .xword .LC4090 .xword .LC4092 .hword -32634 .hword 10552 .zero 4 .xword .LC4090 .xword .LC4092 .hword -32634 .hword 10553 .zero 4 .xword .LC4090 .xword .LC4092 .hword -32634 .hword 10554 .zero 4 .xword .LC4090 .xword .LC4095 .hword -32634 .hword 10556 .zero 4 .xword .LC4090 .xword .LC4095 .hword -32634 .hword 10558 .zero 4 .xword .LC4096 .xword .LC4097 .hword -32634 .hword 10558 .zero 4 .xword .LC4098 .xword .LC4097 .hword -32634 .hword 10560 .zero 4 .xword .LC4090 .xword .LC4099 .hword -32634 .hword 10562 .zero 4 .xword .LC4090 .xword .LC4099 .hword -32634 .hword 10564 .zero 4 .xword .LC4090 .xword .LC4099 .hword -32634 .hword 10568 .zero 4 .xword .LC4090 .xword .LC4099 .hword -32634 .hword 10572 .zero 4 .xword .LC4100 .xword .LC4101 .hword -32634 .hword 10610 .zero 4 .xword .LC4102 .xword .LC4103 .hword -32634 .hword 10630 .zero 4 .xword .LC4104 .xword .LC2390 .hword -32634 .hword 10631 .zero 4 .xword .LC4105 .xword .LC4106 .hword -32634 .hword 10642 .zero 4 .xword .LC4105 .xword .LC4107 .hword -32634 .hword 10643 .zero 4 .xword .LC4108 .xword .LC4109 .hword -32634 .hword 10644 .zero 4 .xword .LC4110 .xword .LC4111 .hword -32634 .hword 10646 .zero 4 .xword .LC4112 .xword .LC2835 .hword -32634 .hword 10647 .zero 4 .xword .LC4105 .xword .LC4113 .hword -32634 .hword 10656 .zero 4 .xword .LC4114 .xword .LC4115 .hword -32634 .hword 10657 .zero 4 .xword .LC4116 .xword .LC4117 .hword -32634 .hword 10658 .zero 4 .xword .LC4118 .xword .LC4119 .hword -32634 .hword 10660 .zero 4 .xword .LC3393 .xword .LC4120 .hword -32634 .hword 10662 .zero 4 .xword .LC4108 .xword .LC2835 .hword -32634 .hword 10674 .zero 4 .xword .LC4121 .xword .LC4122 .hword -32634 .hword 10675 .zero 4 .xword .LC4121 .xword .LC4123 .hword -32634 .hword 10676 .zero 4 .xword .LC4124 .xword .LC4125 .hword -32634 .hword 10676 .zero 4 .xword .LC4126 .xword .LC4127 .hword -32634 .hword 10678 .zero 4 .xword .LC4121 .xword .LC2835 .hword -32634 .hword 10679 .zero 4 .xword .LC4124 .xword .LC4128 .hword -32634 .hword 10690 .zero 4 .xword .LC3090 .xword .LC4129 .hword -32634 .hword 10690 .zero 4 .xword .LC4130 .xword .LC4129 .hword -32634 .hword 10692 .zero 4 .xword .LC4131 .xword .LC4132 .hword -32634 .hword 10694 .zero 4 .xword .LC4133 .xword .LC2835 .hword -32634 .hword 10708 .zero 4 .xword .LC4134 .xword .LC3766 .hword -32634 .hword 10710 .zero 4 .xword .LC4135 .xword .LC2835 .hword -32634 .hword 10726 .zero 4 .xword .LC4136 .xword .LC2835 .hword -32634 .hword 10742 .zero 4 .xword .LC4137 .xword .LC2835 .hword -32634 .hword 10752 .zero 4 .xword .LC4138 .xword .LC4139 .hword -32634 .hword 10754 .zero 4 .xword .LC4140 .xword .LC4141 .hword -32634 .hword 10755 .zero 4 .xword .LC4142 .xword .LC4143 .hword -32634 .hword 10756 .zero 4 .xword .LC4144 .xword .LC4145 .hword -32634 .hword 10758 .zero 4 .xword .LC4146 .xword .LC2835 .hword -32634 .hword 10759 .zero 4 .xword .LC4105 .xword .LC4106 .hword -32634 .hword 10760 .zero 4 .xword .LC4147 .xword .LC4148 .hword -32634 .hword 10770 .zero 4 .xword .LC4149 .xword .LC4143 .hword -32634 .hword 10774 .zero 4 .xword .LC4150 .xword .LC2835 .hword -32634 .hword 10816 .zero 4 .xword .LC4151 .xword .LC4152 .hword -32634 .hword 10818 .zero 4 .xword .LC4153 .xword .LC4154 .hword -32634 .hword 10819 .zero 4 .xword .LC4153 .xword .LC4154 .hword -32634 .hword 10820 .zero 4 .xword .LC4155 .xword .LC4156 .hword -32634 .hword 10822 .zero 4 .xword .LC4157 .xword .LC2835 .hword -32634 .hword 10823 .zero 4 .xword .LC4158 .xword .LC4159 .hword -32634 .hword 10834 .zero 4 .xword .LC4160 .xword .LC2835 .hword -32634 .hword 11362 .zero 4 .xword .LC4161 .xword .LC4162 .hword -32634 .hword 11521 .zero 4 .xword .LC4163 .xword .LC4164 .hword -32634 .hword 11536 .zero 4 .xword .LC4165 .xword .LC4166 .hword -32634 .hword 11537 .zero 4 .xword .LC4167 .xword .LC4168 .hword -32634 .hword 11782 .zero 4 .xword .LC4169 .xword .LC2835 .hword -32634 .hword 11794 .zero 4 .xword .LC2671 .xword .LC4170 .hword -32634 .hword 11795 .zero 4 .xword .LC4171 .xword .LC4172 .hword -32634 .hword 11796 .zero 4 .xword .LC4173 .xword .LC4111 .hword -32634 .hword 11797 .zero 4 .xword .LC4174 .xword .LC4175 .hword -32634 .hword 11798 .zero 4 .xword .LC4169 .xword .LC2835 .hword -32634 .hword 11799 .zero 4 .xword .LC4176 .xword .LC4175 .hword -32634 .hword 11812 .zero 4 .xword .LC4177 .xword .LC3717 .hword -32634 .hword 11812 .zero 4 .xword .LC4178 .xword .LC3719 .hword -32634 .hword 11814 .zero 4 .xword .LC4169 .xword .LC2835 .hword -32634 .hword 11817 .zero 4 .xword .LC4179 .xword .LC4180 .hword -32634 .hword 11824 .zero 4 .xword .LC4181 .xword .LC4182 .hword -32634 .hword 11826 .zero 4 .xword .LC4183 .xword .LC4184 .hword -32634 .hword 11827 .zero 4 .xword .LC4185 .xword .LC4186 .hword -32634 .hword 11827 .zero 4 .xword .LC4187 .xword .LC4188 .hword -32634 .hword 11846 .zero 4 .xword .LC4169 .xword .LC2835 .hword -32634 .hword 11926 .zero 4 .xword .LC4169 .xword .LC2835 .hword -32634 .hword 12032 .zero 4 .xword .LC4189 .xword .LC4190 .hword -32634 .hword 12434 .zero 4 .xword .LC4191 .xword .LC4192 .hword -32634 .hword 12800 .zero 4 .xword .LC4193 .xword .LC4194 .hword -32634 .hword 12882 .zero 4 .xword .LC4195 .xword .LC4196 .hword -32634 .hword 13120 .zero 4 .xword .LC4197 .xword .LC3694 .hword -32634 .hword 13121 .zero 4 .xword .LC4197 .xword .LC3578 .hword -32634 .hword 13122 .zero 4 .xword .LC4197 .xword .LC4198 .hword -32634 .hword 13312 .zero 4 .xword .LC4199 .xword .LC4200 .hword -32634 .hword 13320 .zero 4 .xword .LC4201 .xword .LC4202 .hword -32634 .hword 13321 .zero 4 .xword .LC4201 .xword .LC4203 .hword -32634 .hword 13322 .zero 4 .xword .LC4201 .xword .LC4202 .hword -32634 .hword 13323 .zero 4 .xword .LC4201 .xword .LC4203 .hword -32634 .hword 13324 .zero 4 .xword .LC4201 .xword .LC4203 .hword -32634 .hword 13326 .zero 4 .xword .LC4201 .xword .LC4202 .hword -32634 .hword 13328 .zero 4 .xword .LC4201 .xword .LC4203 .hword -32634 .hword 13346 .zero 4 .xword .LC4204 .xword .LC4205 .hword -32634 .hword 13347 .zero 4 .xword .LC4206 .xword .LC4207 .hword -32634 .hword 13358 .zero 4 .xword .LC4201 .xword .LC4208 .hword -32634 .hword 13368 .zero 4 .xword .LC4201 .xword .LC4209 .hword -32634 .hword 13411 .zero 4 .xword .LC4210 .xword .LC4211 .hword -32634 .hword 13412 .zero 4 .xword .LC4212 .xword .LC4211 .hword -32634 .hword 13413 .zero 4 .xword .LC4210 .xword .LC4211 .hword -32634 .hword 13453 .zero 4 .xword .LC3459 .xword .LC3440 .hword -32634 .hword 13509 .zero 4 .xword .LC3822 .xword .LC4213 .hword -32634 .hword 13685 .zero 4 .xword .LC4214 .xword .LC4215 .hword -32634 .hword 13686 .zero 4 .xword .LC4216 .xword .LC4217 .hword -32634 .hword 13687 .zero 4 .xword .LC4218 .xword .LC3886 .hword -32634 .hword 13688 .zero 4 .xword .LC4214 .xword .LC4219 .hword -32634 .hword 13689 .zero 4 .xword .LC4220 .xword .LC4221 .hword -32634 .hword 13691 .zero 4 .xword .LC4220 .xword .LC3886 .hword -32634 .hword 13696 .zero 4 .xword .LC4222 .xword .LC3694 .hword -32634 .hword 13697 .zero 4 .xword .LC4223 .xword .LC4224 .hword -32634 .hword 13698 .zero 4 .xword .LC4225 .xword .LC3886 .hword -32634 .hword 13700 .zero 4 .xword .LC4222 .xword .LC4226 .hword -32634 .hword 13701 .zero 4 .xword .LC4227 .xword .LC4228 .hword -32634 .hword 13712 .zero 4 .xword .LC4229 .xword .LC4230 .hword -32634 .hword 13713 .zero 4 .xword .LC4229 .xword .LC4230 .hword -32634 .hword 13714 .zero 4 .xword .LC4231 .xword .LC4230 .hword -32634 .hword 13715 .zero 4 .xword .LC4231 .xword .LC4232 .hword -32634 .hword 13716 .zero 4 .xword .LC4229 .xword .LC4233 .hword -32634 .hword 13717 .zero 4 .xword .LC4234 .xword .LC4235 .hword -32634 .hword 13718 .zero 4 .xword .LC4234 .xword .LC4236 .hword -32634 .hword 13719 .zero 4 .xword .LC4234 .xword .LC4236 .hword -32634 .hword 13720 .zero 4 .xword .LC4229 .xword .LC3929 .hword -32634 .hword 13721 .zero 4 .xword .LC4229 .xword .LC4237 .hword -32634 .hword 13722 .zero 4 .xword .LC4229 .xword .LC3927 .hword -32634 .hword 13723 .zero 4 .xword .LC4234 .xword .LC4238 .hword -32634 .hword 13726 .zero 4 .xword .LC4234 .xword .LC4239 .hword -32634 .hword 13835 .zero 4 .xword .LC4240 .xword .LC4241 .hword -32634 .hword 14848 .zero 4 .xword .LC4242 .xword .LC4243 .hword -32634 .hword 14850 .zero 4 .xword .LC4244 .xword .LC4245 .hword -32634 .hword 14851 .zero 4 .xword .LC4246 .xword .LC4247 .hword -32634 .hword 14853 .zero 4 .xword .LC4244 .xword .LC4245 .hword -32634 .hword 14854 .zero 4 .xword .LC4242 .xword .LC4248 .hword -32634 .hword 14868 .zero 4 .xword .LC4249 .xword .LC4250 .hword -32634 .hword 14870 .zero 4 .xword .LC4251 .xword .LC4252 .hword -32634 .hword 14874 .zero 4 .xword .LC4244 .xword .LC4253 .hword -32634 .hword 14880 .zero 4 .xword .LC4242 .xword .LC4254 .hword -32634 .hword 14882 .zero 4 .xword .LC4251 .xword .LC3939 .hword -32634 .hword 14883 .zero 4 .xword .LC4246 .xword .LC4247 .hword -32634 .hword 14886 .zero 4 .xword .LC4242 .xword .LC4255 .hword -32634 .hword 14896 .zero 4 .xword .LC4256 .xword .LC4257 .hword -32634 .hword 14900 .zero 4 .xword .LC4246 .xword .LC4258 .hword -32634 .hword 14901 .zero 4 .xword .LC4246 .xword .LC4258 .hword -32634 .hword 14902 .zero 4 .xword .LC4246 .xword .LC4258 .hword -32634 .hword 14903 .zero 4 .xword .LC4246 .xword .LC4258 .hword -32634 .hword 14904 .zero 4 .xword .LC4246 .xword .LC4258 .hword -32634 .hword 14905 .zero 4 .xword .LC4246 .xword .LC4258 .hword -32634 .hword 14906 .zero 4 .xword .LC4246 .xword .LC4258 .hword -32634 .hword 14908 .zero 4 .xword .LC4246 .xword .LC4259 .hword -32634 .hword 14910 .zero 4 .xword .LC4260 .xword .LC4260 .hword -32634 .hword 14912 .zero 4 .xword .LC4246 .xword .LC4261 .hword -32634 .hword 14914 .zero 4 .xword .LC4246 .xword .LC4261 .hword -32634 .hword 14944 .zero 4 .xword .LC4246 .xword .LC4262 .hword -32634 .hword 15104 .zero 4 .xword .LC4263 .xword .LC3843 .hword -32634 .hword 15105 .zero 4 .xword .LC4263 .xword .LC3843 .hword -32634 .hword 15106 .zero 4 .xword .LC4263 .xword .LC3843 .hword -32634 .hword 15107 .zero 4 .xword .LC4263 .xword .LC3843 .hword -32634 .hword 15110 .zero 4 .xword .LC4263 .xword .LC3843 .hword -32634 .hword 15111 .zero 4 .xword .LC4264 .xword .LC4265 .hword -32634 .hword 15112 .zero 4 .xword .LC4263 .xword .LC3843 .hword -32634 .hword 15113 .zero 4 .xword .LC4263 .xword .LC3843 .hword -32634 .hword 15114 .zero 4 .xword .LC4263 .xword .LC3843 .hword -32634 .hword 15115 .zero 4 .xword .LC4263 .xword .LC3843 .hword -32634 .hword 15117 .zero 4 .xword .LC4263 .xword .LC3843 .hword -32634 .hword 15119 .zero 4 .xword .LC4263 .xword .LC3843 .hword -32634 .hword 15122 .zero 4 .xword .LC4263 .xword .LC3843 .hword -32634 .hword 15124 .zero 4 .xword .LC4263 .xword .LC3843 .hword -32634 .hword 15126 .zero 4 .xword .LC4263 .xword .LC3843 .hword -32634 .hword 15136 .zero 4 .xword .LC4266 .xword .LC4267 .hword -32634 .hword 15137 .zero 4 .xword .LC4268 .xword .LC4269 .hword -32634 .hword 15138 .zero 4 .xword .LC4268 .xword .LC4270 .hword -32634 .hword 15139 .zero 4 .xword .LC4268 .xword .LC4271 .hword -32634 .hword 15140 .zero 4 .xword .LC4272 .xword .LC4273 .hword -32634 .hword 15141 .zero 4 .xword .LC4272 .xword .LC3938 .hword -32634 .hword 15142 .zero 4 .xword .LC4268 .xword .LC4274 .hword -32634 .hword 15144 .zero 4 .xword .LC4268 .xword .LC4275 .hword -32634 .hword 15145 .zero 4 .xword .LC4268 .xword .LC4276 .hword -32634 .hword 15147 .zero 4 .xword .LC4277 .xword .LC4273 .hword -32634 .hword 15148 .zero 4 .xword .LC4277 .xword .LC3938 .hword -32634 .hword 15149 .zero 4 .xword .LC4277 .xword .LC4278 .hword -32634 .hword 15150 .zero 4 .xword .LC4268 .xword .LC4275 .hword -32634 .hword 15151 .zero 4 .xword .LC4268 .xword .LC4279 .hword -32634 .hword 15152 .zero 4 .xword .LC4280 .xword .LC4281 .hword -32634 .hword 15154 .zero 4 .xword .LC4282 .xword .LC4283 .hword -32634 .hword 15156 .zero 4 .xword .LC4284 .xword .LC4285 .hword -32634 .hword 15164 .zero 4 .xword .LC4286 .xword .LC4285 .hword -32634 .hword 15170 .zero 4 .xword .LC4287 .xword .LC4288 .hword -32634 .hword 15172 .zero 4 .xword .LC4289 .xword .LC4288 .hword -32634 .hword 15174 .zero 4 .xword .LC4290 .xword .LC4291 .hword -32634 .hword 15176 .zero 4 .xword .LC4292 .xword .LC4288 .hword -32634 .hword 15190 .zero 4 .xword .LC4293 .xword .LC3306 .hword -32634 .hword 15203 .zero 4 .xword .LC4294 .xword .LC4295 .hword -32634 .hword 15204 .zero 4 .xword .LC4282 .xword .LC4127 .hword -32634 .hword 15204 .zero 4 .xword .LC4296 .xword .LC3719 .hword -32634 .hword 15204 .zero 4 .xword .LC4297 .xword .LC4127 .hword -32634 .hword 15204 .zero 4 .xword .LC4296 .xword .LC3719 .hword -32634 .hword 15204 .zero 4 .xword .LC4296 .xword .LC3719 .hword -32634 .hword 15204 .zero 4 .xword .LC4296 .xword .LC2042 .hword -32634 .hword 15204 .zero 4 .xword .LC4298 .xword .LC4299 .hword -32634 .hword 15205 .zero 4 .xword .LC4294 .xword .LC4295 .hword -32634 .hword 15207 .zero 4 .xword .LC4300 .xword .LC4301 .hword -32634 .hword 16384 .zero 4 .xword .LC4302 .xword .LC4303 .hword -32634 .hword 16431 .zero 4 .xword .LC2671 .xword .LC4304 .hword -32634 .hword 16928 .zero 4 .xword .LC4305 .xword .LC4306 .hword -32634 .hword 16930 .zero 4 .xword .LC4307 .xword .LC4308 .hword -32634 .hword 16931 .zero 4 .xword .LC4309 .xword .LC4310 .hword -32634 .hword 8753 .zero 4 .xword .LC4309 .xword .LC4310 .hword -32634 .hword 16932 .zero 4 .xword .LC4311 .xword .LC4312 .hword -32634 .hword 16935 .zero 4 .xword .LC4313 .xword .LC4314 .hword -32634 .hword 16937 .zero 4 .xword .LC4315 .xword .LC4316 .hword -32634 .hword 16939 .zero 4 .xword .LC13 .xword .LC4317 .hword -32634 .hword 16940 .zero 4 .xword .LC4318 .xword .LC4319 .hword -32634 .hword 16941 .zero 4 .xword .LC4315 .xword .LC4320 .hword -32634 .hword 16944 .zero 4 .xword .LC4315 .xword .LC4320 .hword -32634 .hword 16946 .zero 4 .xword .LC4321 .xword .LC4322 .hword -32634 .hword 16947 .zero 4 .xword .LC4315 .xword .LC4320 .hword -32634 .hword 16949 .zero 4 .xword .LC4323 .xword .LC4324 .hword -32634 .hword 16950 .zero 4 .xword .LC4323 .xword .LC4325 .hword -32634 .hword 16951 .zero 4 .xword .LC3528 .xword .LC4326 .hword -32634 .hword 16952 .zero 4 .xword .LC4327 .xword .LC4328 .hword -32634 .hword 16953 .zero 4 .xword .LC4329 .xword .LC4319 .hword -32634 .hword 16954 .zero 4 .xword .LC4330 .xword .LC4331 .hword -32634 .hword 16956 .zero 4 .xword .LC4332 .xword .LC4333 .hword -32634 .hword 17176 .zero 4 .xword .LC4334 .xword .LC4335 .hword -32634 .hword 17486 .zero 4 .xword .LC4336 .xword .LC4337 .hword -32634 .hword 18451 .zero 4 .xword .LC4334 .xword .LC4335 .hword -32634 .hword 1154 .zero 4 .xword .LC3348 .xword .LC4338 .hword -32634 .hword 18486 .zero 4 .xword .LC4339 .xword .LC4340 .hword -32634 .hword 18568 .zero 4 .xword .LC4341 .xword .LC4342 .hword -32634 .hword 20481 .zero 4 .xword .LC4343 .xword .LC4344 .hword -32634 .hword 20485 .zero 4 .xword .LC4345 .xword .LC4346 .hword -32634 .hword 20521 .zero 4 .xword .LC4347 .xword .LC3939 .hword -32634 .hword 20522 .zero 4 .xword .LC4348 .xword .LC3835 .hword -32634 .hword 20523 .zero 4 .xword .LC4349 .xword .LC3835 .hword -32634 .hword 20992 .zero 4 .xword .LC4350 .xword .LC2639 .hword -32634 .hword 20993 .zero 4 .xword .LC4351 .xword .LC3392 .hword -32634 .hword 21257 .zero 4 .xword .LC3309 .xword .LC4352 .hword -32634 .hword 21261 .zero 4 .xword .LC3311 .xword .LC4353 .hword -32634 .hword 26433 .zero 4 .xword .LC4354 .xword .LC3746 .hword -32634 .hword 26976 .zero 4 .xword .LC9 .xword .LC4355 .hword -32634 .hword 28672 .zero 4 .xword .LC4356 .xword .LC4357 .hword -32634 .hword 28688 .zero 4 .xword .LC4356 .xword .LC4358 .hword -32634 .hword 28704 .zero 4 .xword .LC4356 .xword .LC4359 .hword -32634 .hword 28720 .zero 4 .xword .LC4360 .xword .LC4361 .hword -32634 .hword 28753 .zero 4 .xword .LC3475 .xword .LC4362 .hword -32634 .hword 28928 .zero 4 .xword .LC3622 .xword .LC4363 .hword -32634 .hword 28944 .zero 4 .xword .LC4364 .xword .LC4365 .hword -32634 .hword 28945 .zero 4 .xword .LC4364 .xword .LC4366 .hword -32634 .hword 28946 .zero 4 .xword .LC4364 .xword .LC4367 .hword -32634 .hword 28947 .zero 4 .xword .LC4364 .xword .LC4368 .hword -32634 .hword 28960 .zero 4 .xword .LC4369 .xword .LC3577 .hword -32634 .hword 28961 .zero 4 .xword .LC4370 .xword .LC4371 .hword -32634 .hword 28962 .zero 4 .xword .LC4372 .xword .LC3577 .hword -32634 .hword 28963 .zero 4 .xword .LC4372 .xword .LC4373 .hword -32634 .hword 28963 .zero 4 .xword .LC4372 .xword .LC4374 .hword -32634 .hword 28964 .zero 4 .xword .LC4375 .xword .LC3577 .hword -32634 .hword 28965 .zero 4 .xword .LC4375 .xword .LC4376 .hword -32634 .hword 28966 .zero 4 .xword .LC4377 .xword .LC4378 .hword -32634 .hword 28967 .zero 4 .xword .LC4377 .xword .LC4379 .hword -32634 .hword 28968 .zero 4 .xword .LC4380 .xword .LC4378 .hword -32634 .hword 28970 .zero 4 .xword .LC4381 .xword .LC4378 .hword -32634 .hword 29056 .zero 4 .xword .LC4382 .xword .LC4383 .hword -32634 .hword 29057 .zero 4 .xword .LC4384 .xword .LC4385 .hword -32634 .hword 29058 .zero 4 .xword .LC4386 .xword .LC2042 .hword -32634 .hword 29072 .zero 4 .xword .LC4387 .xword .LC4388 .hword -32634 .hword 29073 .zero 4 .xword .LC4387 .xword .LC4389 .hword -32634 .hword 29074 .zero 4 .xword .LC4387 .xword .LC4390 .hword -32634 .hword 29076 .zero 4 .xword .LC4391 .xword .LC4392 .hword -32634 .hword 29077 .zero 4 .xword .LC4391 .xword .LC3799 .hword -32634 .hword 29078 .zero 4 .xword .LC4393 .xword .LC4394 .hword -32634 .hword 29080 .zero 4 .xword .LC4391 .xword .LC2851 .hword -32634 .hword 29081 .zero 4 .xword .LC4391 .xword .LC3841 .hword -32634 .hword 29082 .zero 4 .xword .LC4391 .xword .LC4395 .hword -32634 .hword 29083 .zero 4 .xword .LC4391 .xword .LC4396 .hword -32634 .hword 29088 .zero 4 .xword .LC4397 .xword .LC4398 .hword -32634 .hword 29089 .zero 4 .xword .LC4399 .xword .LC4400 .hword -32634 .hword 29090 .zero 4 .xword .LC4397 .xword .LC4398 .hword -32634 .hword 29217 .zero 4 .xword .LC3791 .xword .LC4401 .hword -32634 .hword 30208 .zero 4 .xword .LC4402 .xword .LC4403 .hword -32634 .hword 30209 .zero 4 .xword .LC4402 .xword .LC3841 .hword -32634 .hword 30210 .zero 4 .xword .LC4402 .xword .LC4404 .hword -32634 .hword 30211 .zero 4 .xword .LC4402 .xword .LC2773 .hword -32634 .hword 30213 .zero 4 .xword .LC4405 .xword .LC4406 .hword -32634 .hword 30720 .zero 4 .xword .LC4407 .xword .LC3638 .hword -32634 .hword -32768 .zero 4 .xword .LC4408 .xword .LC4408 .hword -32634 .hword -32709 .zero 4 .xword .LC4409 .xword .LC4410 .hword -32634 .hword -32637 .zero 4 .xword .LC4411 .xword .LC4412 .hword -32634 .hword -32634 .zero 4 .xword .LC4413 .xword .LC4414 .hword -32634 .hword -32634 .zero 4 .xword .LC4415 .xword .LC2042 .hword -32634 .hword -32634 .zero 4 .xword .LC4416 .xword .LC4416 .hword -32634 .hword -32634 .zero 4 .xword .LC4417 .xword .LC4418 .hword -32634 .hword -32634 .zero 4 .xword .LC4419 .xword .LC4416 .hword -32634 .hword -32634 .zero 4 .xword .LC4420 .xword .LC3717 .hword -32634 .hword -32634 .zero 4 .xword .LC4421 .xword .LC3717 .hword -32634 .hword -32634 .zero 4 .xword .LC4422 .xword .LC4127 .hword -32634 .hword -32634 .zero 4 .xword .LC4423 .xword .LC4424 .hword -32634 .hword -32504 .zero 4 .xword .LC4425 .xword .LC4426 .hword -32634 .hword -32486 .zero 4 .xword .LC4427 .xword .LC4428 .hword -32634 .hword -32378 .zero 4 .xword .LC4429 .xword .LC4429 .hword -32634 .hword -32128 .zero 4 .xword .LC4430 .xword .LC3823 .hword -32634 .hword -31548 .zero 4 .xword .LC4431 .xword .LC4432 .hword -32634 .hword -31547 .zero 4 .xword .LC4433 .xword .LC4434 .hword -32634 .hword -31542 .zero 4 .xword .LC4435 .xword .LC4436 .hword -32634 .hword -31541 .zero 4 .xword .LC4437 .xword .LC4438 .hword -32634 .hword -31520 .zero 4 .xword .LC4439 .xword .LC4440 .hword -32634 .hword -31519 .zero 4 .xword .LC4441 .xword .LC4442 .hword -32634 .hword -31518 .zero 4 .xword .LC4443 .xword .LC4444 .hword -32634 .hword -31517 .zero 4 .xword .LC4445 .xword .LC4446 .hword -32634 .hword -31516 .zero 4 .xword .LC4447 .xword .LC4448 .hword -32634 .hword -31514 .zero 4 .xword .LC3633 .xword .LC4449 .hword -32634 .hword -31510 .zero 4 .xword .LC4450 .xword .LC4451 .hword -32634 .hword -31327 .zero 4 .xword .LC3912 .xword .LC4452 .hword -32634 .hword -31326 .zero 4 .xword .LC3912 .xword .LC2835 .hword -32634 .hword -31325 .zero 4 .xword .LC3912 .xword .LC4453 .hword -32634 .hword -31324 .zero 4 .xword .LC3912 .xword .LC3780 .hword -32634 .hword -31322 .zero 4 .xword .LC3912 .xword .LC3915 .hword -32634 .hword -31321 .zero 4 .xword .LC3912 .xword .LC3784 .hword -32634 .hword -31319 .zero 4 .xword .LC3912 .xword .LC3916 .hword -32634 .hword -31318 .zero 4 .xword .LC3912 .xword .LC3917 .hword -32634 .hword -29694 .zero 4 .xword .LC4454 .xword .LC4455 .hword -32634 .hword -29662 .zero 4 .xword .LC4456 .xword .LC4457 .hword -32634 .hword -29647 .zero 4 .xword .LC4458 .xword .LC4459 .hword -32634 .hword -29638 .zero 4 .xword .LC4460 .xword .LC4424 .hword -32634 .hword -29604 .zero 4 .xword .LC4461 .xword .LC4462 .hword -32634 .hword -29510 .zero 4 .xword .LC4463 .xword .LC3685 .hword -32634 .hword -29382 .zero 4 .xword .LC4464 .xword .LC3748 .hword -32634 .hword -27104 .zero 4 .xword .LC9 .xword .LC4465 .hword -32634 .hword -27103 .zero 4 .xword .LC4466 .xword .LC4192 .hword -32634 .hword -27102 .zero 4 .xword .LC4467 .xword .LC4192 .hword -32634 .hword -27071 .zero 4 .xword .LC4468 .xword .LC4192 .hword -32634 .hword -26975 .zero 4 .xword .LC4469 .xword .LC4192 .hword -32634 .hword -26759 .zero 4 .xword .LC4470 .xword .LC4470 .hword -32634 .hword -26508 .zero 4 .xword .LC4471 .xword .LC4472 .hword -32634 .hword -26506 .zero 4 .xword .LC4473 .xword .LC4474 .hword -32634 .hword -26506 .zero 4 .xword .LC4027 .xword .LC4028 .hword -32634 .hword -26505 .zero 4 .xword .LC2470 .xword .LC2470 .hword -32634 .hword -26488 .zero 4 .xword .LC4475 .xword .LC4476 .hword -32634 .hword -26216 .zero 4 .xword .LC4477 .xword .LC4478 .hword -32634 .hword -26215 .zero 4 .xword .LC4479 .xword .LC4480 .hword -32634 .hword -25597 .zero 4 .xword .LC4481 .xword .LC4482 .hword -32634 .hword -25580 .zero 4 .xword .LC4483 .xword .LC4484 .hword -32634 .hword -25568 .zero 4 .xword .LC4485 .xword .LC3306 .hword -32634 .hword -25566 .zero 4 .xword .LC4486 .xword .LC4487 .hword -32634 .hword -25564 .zero 4 .xword .LC4488 .xword .LC4489 .hword -32634 .hword -25562 .zero 4 .xword .LC4490 .xword .LC4491 .hword -32634 .hword -25551 .zero 4 .xword .LC2512 .xword .LC4492 .hword -32634 .hword -25542 .zero 4 .xword .LC4178 .xword .LC4493 .hword -32634 .hword -25542 .zero 4 .xword .LC4494 .xword .LC4495 .hword -32634 .hword -25542 .zero 4 .xword .LC2513 .xword .LC4495 .hword -32634 .hword -25533 .zero 4 .xword .LC4496 .xword .LC4497 .hword -32634 .hword -24575 .zero 4 .xword .LC4498 .xword .LC4499 .hword -32634 .hword -24574 .zero 4 .xword .LC4500 .xword .LC4501 .hword -32634 .hword -24559 .zero 4 .xword .LC3770 .xword .LC4502 .hword -32634 .hword -24558 .zero 4 .xword .LC4503 .xword .LC4504 .hword -32634 .hword -24559 .zero 4 .xword .LC3770 .xword .LC4505 .hword -32634 .hword -24558 .zero 4 .xword .LC4506 .xword .LC3308 .hword -32634 .hword -20142 .zero 4 .xword .LC4507 .xword .LC2639 .hword -32634 .hword -20140 .zero 4 .xword .LC3711 .xword .LC2639 .hword -32634 .hword -19115 .zero 4 .xword .LC4508 .xword .LC4509 .hword -32634 .hword 3152 .zero 4 .xword .LC4510 .xword .LC4511 .hword -32634 .hword -7878 .zero 4 .xword .LC4512 .xword .LC4513 .hword -32634 .hword 3918 .zero 4 .xword .LC4514 .xword .LC3437 .hword -32634 .hword 10202 .zero 4 .xword .LC4515 .xword .LC4516 .hword -32634 .hword -29662 .zero 4 .xword .LC4515 .xword .LC4517 .hword -32634 .hword 15204 .zero 4 .xword .LC4518 .xword .LC4519 .hword -32634 .hword 10184 .zero 4 .xword .LC4520 .xword .LC4014 .hword -32634 .hword 10200 .zero 4 .xword .LC4015 .xword .LC4521 .hword -32634 .hword 10649 .zero 4 .xword .LC4088 .xword .LC4522 .hword -32634 .hword 7226 .zero 4 .xword .LC4523 .xword .LC4524 .hword -32634 .hword 7738 .zero 4 .xword .LC4525 .xword .LC4526 .hword -32634 .hword 15204 .zero 4 .xword .LC4527 .xword .LC4528 .hword -32634 .hword 7226 .zero 4 .xword .LC4529 .xword .LC4530 .hword -32634 .hword 7226 .zero 4 .xword .LC3090 .xword .LC4424 .hword -32634 .hword 8671 .zero 4 .xword .LC9 .xword .LC9 .hword -28668 .hword 120 .zero 4 .xword .LC4531 .xword .LC4532 .hword -28668 .hword 4216 .zero 4 .xword .LC4533 .xword .LC4534 .hword -28668 .hword 4405 .zero 4 .xword .LC4535 .xword .LC178 .hword -28668 .hword 4448 .zero 4 .xword .LC4536 .xword .LC4537 .hword -28668 .hword 8568 .zero 4 .xword .LC4538 .xword .LC3070 .hword -28668 .hword 14432 .zero 4 .xword .LC9 .xword .LC4539 .hword -28668 .hword 15224 .zero 4 .xword .LC4540 .xword .LC4541 .hword -28668 .hword 20597 .zero 4 .xword .LC4542 .xword .LC4543 .hword -28668 .hword 20600 .zero 4 .xword .LC4544 .xword .LC4545 .hword -28668 .hword 20853 .zero 4 .xword .LC4542 .xword .LC4543 .hword -28668 .hword 20856 .zero 4 .xword .LC4546 .xword .LC4547 .hword -28668 .hword 21109 .zero 4 .xword .LC4542 .xword .LC4543 .hword -28668 .hword 21112 .zero 4 .xword .LC4546 .xword .LC4548 .hword -28668 .hword 21365 .zero 4 .xword .LC4542 .xword .LC4543 .hword -28668 .hword 21368 .zero 4 .xword .LC4546 .xword .LC4548 .hword -28668 .hword 21621 .zero 4 .xword .LC4542 .xword .LC4543 .hword -28668 .hword 21624 .zero 4 .xword .LC4546 .xword .LC4548 .hword -28668 .hword 21877 .zero 4 .xword .LC4549 .xword .LC4543 .hword -28668 .hword 21880 .zero 4 .xword .LC4550 .xword .LC4548 .hword -28668 .hword 22133 .zero 4 .xword .LC4542 .xword .LC4543 .hword -28668 .hword 22136 .zero 4 .xword .LC4551 .xword .LC4548 .hword -28668 .hword 22389 .zero 4 .xword .LC4542 .xword .LC4543 .hword -28668 .hword 22392 .zero 4 .xword .LC4546 .xword .LC4548 .hword -28668 .hword 22528 .zero 4 .xword .LC4552 .xword .LC4553 .hword -28668 .hword 22784 .zero 4 .xword .LC4554 .xword .LC4555 .hword -28668 .hword 22789 .zero 4 .xword .LC4556 .xword .LC4557 .hword -28668 .hword 24632 .zero 4 .xword .LC4558 .xword .LC4559 .hword -28668 .hword 24693 .zero 4 .xword .LC4560 .xword .LC4561 .hword -28668 .hword 24696 .zero 4 .xword .LC4562 .xword .LC4563 .hword -28668 .hword 24952 .zero 4 .xword .LC4564 .xword .LC4563 .hword -28668 .hword 25208 .zero 4 .xword .LC4562 .xword .LC4543 .hword -28668 .hword 25464 .zero 4 .xword .LC4562 .xword .LC4543 .hword -28668 .hword 25720 .zero 4 .xword .LC4565 .xword .LC4543 .hword -28668 .hword 25976 .zero 4 .xword .LC4565 .xword .LC4543 .hword -28668 .hword 26232 .zero 4 .xword .LC4565 .xword .LC4543 .hword -28668 .hword 26488 .zero 4 .xword .LC4565 .xword .LC4543 .hword -28668 .hword 26901 .zero 4 .xword .LC4566 .xword .LC4567 .hword -28668 .hword 28792 .zero 4 .xword .LC4568 .xword .LC4569 .hword -28668 .hword 29048 .zero 4 .xword .LC4570 .xword .LC4571 .hword -28668 .hword 29304 .zero 4 .xword .LC4572 .xword .LC4573 .hword -28668 .hword 29560 .zero 4 .xword .LC4574 .xword .LC4575 .hword -28668 .hword 29816 .zero 4 .xword .LC4576 .xword .LC4543 .hword -28668 .hword 30072 .zero 4 .xword .LC4577 .xword .LC4578 .hword -28668 .hword 30328 .zero 4 .xword .LC4540 .xword .LC4541 .hword -28668 .hword 30584 .zero 4 .xword .LC4579 .xword .LC4543 .hword -28668 .hword 30736 .zero 4 .xword .LC4580 .xword .LC4581 .hword -28668 .hword 30741 .zero 4 .xword .LC4582 .xword .LC4583 .hword -28668 .hword 30800 .zero 4 .xword .LC4584 .xword .LC4585 .hword -28668 .hword 30805 .zero 4 .xword .LC4586 .xword .LC4587 .hword -28668 .hword 30816 .zero 4 .xword .LC4562 .xword .LC4563 .hword -28668 .hword 30832 .zero 4 .xword .LC4568 .xword .LC4585 .hword -28668 .hword 30833 .zero 4 .xword .LC4588 .xword .LC4589 .hword -28668 .hword 30834 .zero 4 .xword .LC4590 .xword .LC4591 .hword -28668 .hword 30835 .zero 4 .xword .LC4592 .xword .LC4591 .hword -28668 .hword 30836 .zero 4 .xword .LC4593 .xword .LC4594 .hword -28668 .hword 30848 .zero 4 .xword .LC4595 .xword .LC4596 .hword -28668 .hword 30864 .zero 4 .xword .LC4597 .xword .LC4598 .hword -28668 .hword 30865 .zero 4 .xword .LC4599 .xword .LC4598 .hword -28668 .hword 30866 .zero 4 .xword .LC4599 .xword .LC4598 .hword -28668 .hword 30867 .zero 4 .xword .LC4599 .xword .LC4598 .hword -28668 .hword 30868 .zero 4 .xword .LC4599 .xword .LC4598 .hword -28668 .hword 30869 .zero 4 .xword .LC4600 .xword .LC4601 .hword -28668 .hword 30870 .zero 4 .xword .LC4599 .xword .LC4598 .hword -28668 .hword 30871 .zero 4 .xword .LC4599 .xword .LC4598 .hword -28668 .hword -32648 .zero 4 .xword .LC4602 .xword .LC4603 .hword -28668 .hword -32392 .zero 4 .xword .LC4604 .xword .LC4605 .hword -28668 .hword -32136 .zero 4 .xword .LC4606 .xword .LC4607 .hword -28668 .hword -31880 .zero 4 .xword .LC4608 .xword .LC3070 .hword -28668 .hword -31624 .zero 4 .xword .LC4609 .xword .LC4610 .hword -28668 .hword -31368 .zero 4 .xword .LC4611 .xword .LC4612 .hword -28668 .hword -31112 .zero 4 .xword .LC4613 .xword .LC4614 .hword -28668 .hword -30856 .zero 4 .xword .LC4615 .xword .LC4616 .hword -28668 .hword -30600 .zero 4 .xword .LC4617 .xword .LC4618 .hword -28668 .hword -29832 .zero 4 .xword .LC4619 .xword .LC4602 .hword -28668 .hword -5000 .zero 4 .xword .LC4540 .xword .LC4541 .hword -11052 .hword 271 .zero 4 .xword .LC4620 .xword .LC4620 .hword -11052 .hword 1537 .zero 4 .xword .LC9 .xword .LC4621 .hword -8529 .hword -28592 .zero 4 .xword .LC9 .xword .LC4622 .hword -8529 .hword -28591 .zero 4 .xword .LC9 .xword .LC4623 .hword -8529 .hword -28590 .zero 4 .xword .LC9 .xword .LC4624 .hword -7847 .hword 1 .zero 4 .xword .LC4625 .xword .LC4626 .hword -7847 .hword 2 .zero 4 .xword .LC9 .xword .LC4627 .hword -7847 .hword 1536 .zero 4 .xword .LC4628 .xword .LC4629 .hword -4648 .hword -24431 .zero 4 .xword .LC4630 .xword .LC4631 .hword -4648 .hword -24423 .zero 4 .xword .LC4632 .xword .LC4631 .hword -4648 .hword -24415 .zero 4 .xword .LC4633 .xword .LC4634 .hword -4648 .hword -24407 .zero 4 .xword .LC4635 .xword .LC4636 .hword -4648 .hword -24399 .zero 4 .xword .LC4637 .xword .LC3110 .hword 5401 .hword 32 .zero 4 .xword .LC4638 .xword .LC4639 .hword 5401 .hword 8196 .zero 4 .xword .LC2470 .xword .LC4640 .hword 5403 .hword -28544 .zero 4 .xword .LC4641 .xword .LC4642 .hword 5405 .hword -26506 .zero 4 .xword .LC2867 .xword .LC2867 .hword 5407 .hword 1 .zero 4 .xword .LC4643 .xword .LC4643 .hword 5407 .hword 1384 .zero 4 .xword .LC4644 .xword .LC4645 .hword 5173 .hword 1329 .zero 4 .xword .LC4646 .xword .LC4646 .hword 5173 .hword 24608 .zero 4 .xword .LC4647 .xword .LC4648 .hword 5173 .hword 24624 .zero 4 .xword .LC4649 .xword .LC4650 .hword 5173 .hword 25632 .zero 4 .xword .LC4651 .xword .LC4650 .hword 5173 .hword 25648 .zero 4 .xword .LC4652 .xword .LC4650 .hword 5173 .hword 29984 .zero 4 .xword .LC4653 .xword .LC4654 .hword 5173 .hword 30016 .zero 4 .xword .LC4655 .xword .LC4656 .hword 5411 .hword 8 .zero 4 .xword .LC4657 .xword .LC4658 .hword 5412 .hword 1873 .zero 4 .xword .LC4659 .xword .LC2884 .hword 5412 .hword 256 .zero 4 .xword .LC4660 .xword .LC4661 .hword 5412 .hword 1296 .zero 4 .xword .LC4662 .xword .LC4663 .hword 5412 .hword 1328 .zero 4 .xword .LC4664 .xword .LC4665 .hword 5412 .hword 1360 .zero 4 .xword .LC4664 .xword .LC4666 .hword 5412 .hword 1361 .zero 4 .xword .LC4667 .xword .LC4668 .hword 5412 .hword 1365 .zero 4 .xword .LC4669 .xword .LC4668 .hword 5412 .hword 1552 .zero 4 .xword .LC3271 .xword .LC4670 .hword 5412 .hword 1840 .zero 4 .xword .LC4671 .xword .LC2544 .hword 5412 .hword 256 .zero 4 .xword .LC4672 .xword .LC4673 .hword 5412 .hword 4133 .zero 4 .xword .LC4674 .xword .LC4675 .hword 5412 .hword 4625 .zero 4 .xword .LC4676 .xword .LC2544 .hword 5412 .hword 4645 .zero 4 .xword .LC4677 .xword .LC2544 .hword 5412 .hword 5136 .zero 4 .xword .LC4678 .xword .LC2544 .hword 5412 .hword 5137 .zero 4 .xword .LC4679 .xword .LC4680 .hword 5412 .hword 5138 .zero 4 .xword .LC4664 .xword .LC4681 .hword 5412 .hword 5152 .zero 4 .xword .LC4678 .xword .LC2544 .hword 5412 .hword 5153 .zero 4 .xword .LC4682 .xword .LC2544 .hword 5412 .hword 5154 .zero 4 .xword .LC4683 .xword .LC2544 .hword 5412 .hword 1296 .zero 4 .xword .LC4662 .xword .LC4663 .hword 5412 .hword 1361 .zero 4 .xword .LC4667 .xword .LC4668 .hword 5412 .hword -26506 .zero 4 .xword .LC4684 .xword .LC4684 .hword 5412 .hword -1008 .zero 4 .xword .LC4685 .xword .LC4680 .hword 5421 .hword 9001 .zero 4 .xword .LC4686 .xword .LC4687 .hword 5421 .hword 9497 .zero 4 .xword .LC4688 .xword .LC4689 .hword 5422 .hword 9479 .zero 4 .xword .LC3060 .xword .LC3060 .hword 5432 .hword 769 .zero 4 .xword .LC4690 .xword .LC4691 .hword 5432 .hword 771 .zero 4 .xword .LC4692 .xword .LC4693 .hword 5435 .hword 4373 .zero 4 .xword .LC4694 .xword .LC4695 .hword 5435 .hword 4419 .zero 4 .xword .LC4696 .xword .LC4697 .hword 5435 .hword 24579 .zero 4 .xword .LC4698 .xword .LC4699 .hword 5439 .hword -8531 .zero 4 .xword .LC4700 .xword .LC4701 .hword 5440 .hword -27356 .zero 4 .xword .LC4702 .xword .LC4703 .hword 5779 .hword 530 .zero 4 .xword .LC4704 .xword .LC4705 .hword 5779 .hword 531 .zero 4 .xword .LC4706 .xword .LC4707 .hword 5899 .hword 256 .zero 4 .xword .LC4708 .xword .LC4709 .hword 5955 .hword -32455 .zero 4 .xword .LC4710 .xword .LC4711 .hword 5410 .hword 256 .zero 4 .xword .LC4712 .xword .LC4713 .hword 5443 .hword 4178 .zero 4 .xword .LC4714 .xword .LC4715 .hword 5443 .hword 12370 .zero 4 .xword .LC4714 .xword .LC4715 .hword 5443 .hword 12629 .zero 4 .xword .LC4716 .xword .LC4717 .hword 5461 .hword 2 .zero 4 .xword .LC4718 .xword .LC4719 .hword 5449 .hword -32513 .zero 4 .xword .LC4720 .xword .LC4721 .hword 5450 .hword -28650 .zero 4 .xword .LC4722 .xword .LC4723 .hword 5450 .hword -26506 .zero 4 .xword .LC4724 .xword .LC4725 .hword 5451 .hword 12344 .zero 4 .xword .LC4726 .xword .LC4727 .hword 5462 .hword 21845 .zero 4 .xword .LC4728 .xword .LC4729 .hword 5464 .hword 5464 .zero 4 .xword .LC4730 .xword .LC4731 .hword 5470 .hword 32 .zero 4 .xword .LC4732 .xword .LC4733 .hword 5474 .hword 1 .zero 4 .xword .LC4734 .xword .LC4735 .hword 5474 .hword 2 .zero 4 .xword .LC4736 .xword .LC4737 .hword 5474 .hword 3 .zero 4 .xword .LC4738 .xword .LC4739 .hword 5482 .hword 20480 .zero 4 .xword .LC4740 .xword .LC4741 .hword 5482 .hword 20736 .zero 4 .xword .LC4740 .xword .LC4742 .hword 5834 .hword 1 .zero 4 .xword .LC4743 .xword .LC4744 .hword 5489 .hword -24575 .zero 4 .xword .LC4745 .xword .LC4746 .hword 5489 .hword -24574 .zero 4 .xword .LC4747 .xword .LC4748 .hword 5489 .hword -24573 .zero 4 .xword .LC4749 .xword .LC4748 .hword 5489 .hword -24572 .zero 4 .xword .LC4750 .xword .LC4748 .hword 5489 .hword -24571 .zero 4 .xword .LC4751 .xword .LC4748 .hword 5489 .hword -24570 .zero 4 .xword .LC4752 .xword .LC4748 .hword 5489 .hword -24569 .zero 4 .xword .LC4753 .xword .LC4748 .hword 5489 .hword -24568 .zero 4 .xword .LC4754 .xword .LC4755 .hword 5489 .hword -24567 .zero 4 .xword .LC4756 .xword .LC4757 .hword 5489 .hword -24566 .zero 4 .xword .LC4758 .xword .LC4757 .hword 5489 .hword -24565 .zero 4 .xword .LC4759 .xword .LC4757 .hword 5489 .hword -24564 .zero 4 .xword .LC4760 .xword .LC4757 .hword 5489 .hword -24563 .zero 4 .xword .LC4761 .xword .LC4757 .hword 5489 .hword -24562 .zero 4 .xword .LC4762 .xword .LC4763 .hword 5489 .hword -24063 .zero 4 .xword .LC4764 .xword .LC4765 .hword 5489 .hword -24062 .zero 4 .xword .LC4766 .xword .LC4765 .hword 5489 .hword -24061 .zero 4 .xword .LC4767 .xword .LC4765 .hword 5489 .hword -24060 .zero 4 .xword .LC4768 .xword .LC4765 .hword 5489 .hword -24059 .zero 4 .xword .LC4769 .xword .LC4765 .hword 5489 .hword -24058 .zero 4 .xword .LC4770 .xword .LC4765 .hword 5947 .hword 1000 .zero 4 .xword .LC4771 .xword .LC2476 .hword 5947 .hword 1002 .zero 4 .xword .LC4772 .xword .LC2476 .hword 5508 .hword 20564 .zero 4 .xword .LC4773 .xword .LC4774 .hword 5508 .hword 4003 .zero 4 .xword .LC4775 .xword .LC4774 .hword 5510 .hword 2051 .zero 4 .xword .LC9 .xword .LC9 .hword 5512 .hword 4352 .zero 4 .xword .LC4776 .xword .LC4777 .hword 5512 .hword 8192 .zero 4 .xword .LC4778 .xword .LC4779 .hword 5512 .hword -32733 .zero 4 .xword .LC4780 .xword .LC4781 .hword 5515 .hword 5 .zero 4 .xword .LC4782 .xword .LC4783 .hword 5515 .hword 21 .zero 4 .xword .LC4782 .xword .LC4784 .hword 6058 .hword 262 .zero 4 .xword .LC4785 .xword .LC4786 .hword 6058 .hword 28997 .zero 4 .xword .LC4787 .xword .LC4788 .hword 5538 .hword 1 .zero 4 .xword .LC4789 .xword .LC4790 .hword 6063 .hword 16720 .zero 4 .xword .LC4791 .xword .LC4792 .hword 6063 .hword 29329 .zero 4 .xword .LC4793 .xword .LC4794 .hword 5552 .hword 1 .zero 4 .xword .LC4795 .xword .LC4796 .hword 5552 .hword 3 .zero 4 .xword .LC4795 .xword .LC4796 .hword 5552 .hword 11216 .zero 4 .xword .LC4797 .xword .LC4798 .hword 5555 .hword 21108 .zero 4 .xword .LC4799 .xword .LC4800 .hword 5555 .hword 23108 .zero 4 .xword .LC4801 .xword .LC4802 .hword 5555 .hword 25204 .zero 4 .xword .LC4803 .xword .LC4804 .hword 5555 .hword 25208 .zero 4 .xword .LC4805 .xword .LC4806 .hword 5555 .hword 25218 .zero 4 .xword .LC4807 .xword .LC4808 .hword 5555 .hword 25418 .zero 4 .xword .LC4809 .xword .LC4810 .hword 5555 .hword 26418 .zero 4 .xword .LC4811 .xword .LC4812 .hword 5560 .hword 12297 .zero 4 .xword .LC4813 .xword .LC4814 .hword 5564 .hword 257 .zero 4 .xword .LC4815 .xword .LC4816 .hword 5564 .hword 259 .zero 4 .xword .LC4817 .xword .LC4818 .hword 5564 .hword 2817 .zero 4 .xword .LC4819 .xword .LC4820 .hword 5564 .hword 4608 .zero 4 .xword .LC4821 .xword .LC4822 .hword 5564 .hword 9520 .zero 4 .xword .LC3271 .xword .LC4823 .hword 5564 .hword 9521 .zero 4 .xword .LC3271 .xword .LC4824 .hword 5564 .hword 9522 .zero 4 .xword .LC3271 .xword .LC4824 .hword 5564 .hword 10537 .zero 4 .xword .LC4825 .xword .LC4826 .hword 5570 .hword 56 .zero 4 .xword .LC4827 .xword .LC4828 .hword 5012 .hword 1 .zero 4 .xword .LC4829 .xword .LC2476 .hword 5012 .hword 5012 .zero 4 .xword .LC4830 .xword .LC4831 .hword 5585 .hword 1 .zero 4 .xword .LC4832 .xword .LC4833 .hword 5585 .hword 3 .zero 4 .xword .LC4834 .xword .LC4835 .hword 5585 .hword 4 .zero 4 .xword .LC4836 .xword .LC1928 .hword 5585 .hword 11 .zero 4 .xword .LC4837 .xword .LC4838 .hword 5592 .hword -28671 .zero 4 .xword .LC9 .xword .LC9 .hword 5593 .hword -26506 .zero 4 .xword .LC4839 .xword .LC4840 .hword 5597 .hword 30308 .zero 4 .xword .LC4841 .xword .LC4842 .hword 5597 .hword 30336 .zero 4 .xword .LC4843 .xword .LC3646 .hword 5597 .hword 1897 .zero 4 .xword .LC4844 .xword .LC4845 .hword 5597 .hword 30352 .zero 4 .xword .LC4846 .xword .LC4847 .hword 5597 .hword -31868 .zero 4 .xword .LC4848 .xword .LC4849 .hword 5597 .hword -26506 .zero 4 .xword .LC2470 .xword .LC2470 .hword 5600 .hword 28980 .zero 4 .xword .LC4850 .xword .LC4851 .hword 5602 .hword 1280 .zero 4 .xword .LC9 .xword .LC4852 .hword -5426 .hword 9413 .zero 4 .xword .LC2470 .xword .LC3825 .hword -5426 .hword 12544 .zero 4 .xword .LC4853 .xword .LC4854 .hword -5426 .hword 12800 .zero 4 .xword .LC4855 .xword .LC4854 .hword -5426 .hword 12814 .zero 4 .xword .LC4856 .xword .LC4567 .hword -5426 .hword 13326 .zero 4 .xword .LC4857 .xword .LC4567 .hword -5426 .hword 13342 .zero 4 .xword .LC4858 .xword .LC4567 .hword -5426 .hword 13568 .zero 4 .xword .LC4859 .xword .LC4854 .hword -5426 .hword 13596 .zero 4 .xword .LC4860 .xword .LC4567 .hword -5426 .hword 16640 .zero 4 .xword .LC4861 .xword .LC4862 .hword -5426 .hword 16656 .zero 4 .xword .LC4863 .xword .LC4862 .hword -5426 .hword 16896 .zero 4 .xword .LC4864 .xword .LC4862 .hword -5426 .hword 16910 .zero 4 .xword .LC4865 .xword .LC4866 .hword -5426 .hword 17166 .zero 4 .xword .LC4867 .xword .LC4866 .hword 5606 .hword 2 .zero 4 .xword .LC4868 .xword .LC4869 .hword 5607 .hword 1877 .zero 4 .xword .LC4870 .xword .LC4871 .hword 5608 .hword 304 .zero 4 .xword .LC4872 .xword .LC4873 .hword 5608 .hword 305 .zero 4 .xword .LC4874 .xword .LC4875 .hword 5609 .hword 6209 .zero 4 .xword .LC4876 .xword .LC4877 .hword 5615 .hword 40 .zero 4 .xword .LC4878 .xword .LC4879 .hword 5615 .hword 9413 .zero 4 .xword .LC4880 .xword .LC4881 .hword 5615 .hword 30230 .zero 4 .xword .LC4882 .xword .LC4879 .hword 5617 .hword 12080 .zero 4 .xword .LC4883 .xword .LC4884 .hword 5618 .hword 1 .zero 4 .xword .LC4885 .xword .LC4886 .hword 5618 .hword 2 .zero 4 .xword .LC4887 .xword .LC4886 .hword 5618 .hword 3 .zero 4 .xword .LC4888 .xword .LC4889 .hword 5642 .hword 12676 .zero 4 .xword .LC4890 .xword .LC4891 .hword 5654 .hword 1033 .zero 4 .xword .LC4892 .xword .LC4893 .hword 5657 .hword 1024 .zero 4 .xword .LC4894 .xword .LC4895 .hword 5657 .hword 1088 .zero 4 .xword .LC4896 .xword .LC4897 .hword 5657 .hword 1552 .zero 4 .xword .LC4898 .xword .LC4899 .hword 5657 .hword 1568 .zero 4 .xword .LC4900 .xword .LC4895 .hword 5657 .hword 1600 .zero 4 .xword .LC4901 .xword .LC4897 .hword 5657 .hword 5648 .zero 4 .xword .LC4902 .xword .LC4899 .hword 5657 .hword 5650 .zero 4 .xword .LC4903 .xword .LC4899 .hword 5657 .hword 9744 .zero 4 .xword .LC4904 .xword .LC4905 .hword 5657 .hword 13888 .zero 4 .xword .LC4906 .xword .LC4897 .hword 5657 .hword 17952 .zero 4 .xword .LC4907 .xword .LC4895 .hword 5657 .hword 17984 .zero 4 .xword .LC4908 .xword .LC4897 .hword 5657 .hword 22049 .zero 4 .xword .LC4909 .xword .LC4895 .hword 5657 .hword 22081 .zero 4 .xword .LC4910 .xword .LC4897 .hword 5657 .hword 26144 .zero 4 .xword .LC4911 .xword .LC4895 .hword 5665 .hword 32 .zero 4 .xword .LC4912 .xword .LC4913 .hword 5665 .hword 33 .zero 4 .xword .LC4914 .xword .LC4915 .hword 5665 .hword 34 .zero 4 .xword .LC4916 .xword .LC4917 .hword 5665 .hword 35 .zero 4 .xword .LC4918 .xword .LC4919 .hword 5665 .hword 36 .zero 4 .xword .LC4920 .xword .LC4921 .hword 5665 .hword 37 .zero 4 .xword .LC4922 .xword .LC4923 .hword 5673 .hword 4099 .zero 4 .xword .LC9 .xword .LC4924 .hword 5673 .hword 8194 .zero 4 .xword .LC9 .xword .LC4925 .hword 5677 .hword 256 .zero 4 .xword .LC4926 .xword .LC4927 .hword 5677 .hword 257 .zero 4 .xword .LC9 .xword .LC4928 .hword 5677 .hword 258 .zero 4 .xword .LC9 .xword .LC4928 .hword 5677 .hword 259 .zero 4 .xword .LC9 .xword .LC4928 .hword 5679 .hword 4369 .zero 4 .xword .LC4929 .xword .LC4930 .hword 5679 .hword 4370 .zero 4 .xword .LC4931 .xword .LC4932 .hword 5688 .hword 4352 .zero 4 .xword .LC4933 .xword .LC4934 .hword 5691 .hword 9238 .zero 4 .xword .LC4935 .xword .LC4936 .hword 5692 .hword 12370 .zero 4 .xword .LC4937 .xword .LC4938 .hword 5692 .hword -254 .zero 4 .xword .LC4939 .xword .LC4940 .hword 5940 .hword 122 .zero 4 .xword .LC4941 .xword .LC4942 .hword 5940 .hword 4113 .zero 4 .xword .LC4943 .xword .LC4944 .hword 5940 .hword 4114 .zero 4 .xword .LC4945 .xword .LC4946 .hword 5940 .hword 4115 .zero 4 .xword .LC4947 .xword .LC4948 .hword 5940 .hword 4281 .zero 4 .xword .LC4949 .xword .LC4950 .hword 5711 .hword 1 .zero 4 .xword .LC4951 .xword .LC4952 .hword 5711 .hword 2 .zero 4 .xword .LC4951 .xword .LC4953 .hword 6163 .hword 12377 .zero 4 .xword .LC4954 .xword .LC3058 .hword 6163 .hword 16384 .zero 4 .xword .LC4955 .xword .LC4956 .hword 6163 .hword 16640 .zero 4 .xword .LC4957 .xword .LC4958 .hword 6101 .hword 22577 .zero 4 .xword .LC4959 .xword .LC4960 .hword 6101 .hword 22578 .zero 4 .xword .LC4961 .xword .LC4962 .hword 6101 .hword 22579 .zero 4 .xword .LC4963 .xword .LC4964 .hword -1449 .hword 1 .zero 4 .xword .LC1791 .xword .LC4965 .hword 6346 .hword 32 .zero 4 .xword .LC4966 .xword .LC4967 .hword 6346 .hword 64 .zero 4 .xword .LC4968 .xword .LC4969 .hword 6345 .hword 4113 .zero 4 .xword .LC4970 .xword .LC4971 .hword 6345 .hword 4114 .zero 4 .xword .LC4972 .xword .LC4971 .hword 6345 .hword 4115 .zero 4 .xword .LC4973 .xword .LC4971 .hword 6345 .hword 4116 .zero 4 .xword .LC4974 .xword .LC4971 .hword 6345 .hword 4117 .zero 4 .xword .LC4975 .xword .LC4971 .hword 6345 .hword 4118 .zero 4 .xword .LC4976 .xword .LC4971 .hword 6345 .hword 8209 .zero 4 .xword .LC4977 .xword .LC3761 .hword 6345 .hword 8210 .zero 4 .xword .LC4978 .xword .LC3761 .hword 6345 .hword 8211 .zero 4 .xword .LC4979 .xword .LC3761 .hword 6345 .hword 8212 .zero 4 .xword .LC4980 .xword .LC3761 .hword 6345 .hword 8213 .zero 4 .xword .LC4981 .xword .LC3761 .hword 6345 .hword 8214 .zero 4 .xword .LC4982 .xword .LC3761 .hword 6345 .hword 8215 .zero 4 .xword .LC4983 .xword .LC3761 .hword 6345 .hword 8225 .zero 4 .xword .LC4984 .xword .LC3761 .hword 6345 .hword 12305 .zero 4 .xword .LC4985 .xword .LC4986 .hword 6416 .hword 1 .zero 4 .xword .LC4987 .xword .LC4988 .hword 4960 .hword 257 .zero 4 .xword .LC4989 .xword .LC4990 .hword 4960 .hword 258 .zero 4 .xword .LC4991 .xword .LC4990 .hword 4960 .hword 259 .zero 4 .xword .LC4992 .xword .LC4990 .hword 4960 .hword 260 .zero 4 .xword .LC4993 .xword .LC4990 .hword 4960 .hword 261 .zero 4 .xword .LC4994 .xword .LC4995 .hword 4960 .hword 262 .zero 4 .xword .LC4996 .xword .LC4997 .hword 4960 .hword 513 .zero 4 .xword .LC4998 .xword .LC4999 .hword 4960 .hword 514 .zero 4 .xword .LC5000 .xword .LC4999 .hword 4960 .hword 515 .zero 4 .xword .LC5001 .xword .LC4999 .hword 4960 .hword 516 .zero 4 .xword .LC5002 .xword .LC4999 .hword 4960 .hword 517 .zero 4 .xword .LC5003 .xword .LC4999 .hword 4960 .hword 518 .zero 4 .xword .LC5004 .xword .LC5005 .hword 4960 .hword 519 .zero 4 .xword .LC5006 .xword .LC5007 .hword 4960 .hword 520 .zero 4 .xword .LC5008 .xword .LC4999 .hword 4960 .hword 769 .zero 4 .xword .LC5009 .xword .LC5010 .hword 4960 .hword 770 .zero 4 .xword .LC5011 .xword .LC5010 .hword 4960 .hword 771 .zero 4 .xword .LC5012 .xword .LC5010 .hword 4960 .hword 772 .zero 4 .xword .LC5013 .xword .LC5014 .hword 4960 .hword 773 .zero 4 .xword .LC5015 .xword .LC5010 .hword 4960 .hword 774 .zero 4 .xword .LC5016 .xword .LC5010 .hword 4960 .hword 1281 .zero 4 .xword .LC5017 .xword .LC5018 .hword 4960 .hword 1537 .zero 4 .xword .LC5019 .xword .LC5020 .hword 5925 .hword 29044 .zero 4 .xword .LC5021 .xword .LC5022 .hword 5971 .hword 4097 .zero 4 .xword .LC5023 .xword .LC5024 .hword 5971 .hword 4100 .zero 4 .xword .LC5025 .xword .LC5026 .hword 6092 .hword 6520 .zero 4 .xword .LC5027 .xword .LC5028 .hword 6092 .hword 8832 .zero 4 .xword .LC5029 .xword .LC5030 .hword 5354 .hword -21754 .zero 4 .xword .LC5031 .xword .LC5032 .hword 4793 .hword 194 .zero 4 .xword .LC5033 .xword .LC5034 .hword 4793 .hword 4102 .zero 4 .xword .LC5035 .xword .LC5036 .hword 4793 .hword 4103 .zero 4 .xword .LC5037 .xword .LC5038 .hword 4793 .hword 4104 .zero 4 .xword .LC5039 .xword .LC5040 .hword 4793 .hword 4793 .zero 4 .xword .LC5033 .xword .LC5034 .hword 4793 .hword 1008 .zero 4 .xword .LC5041 .xword .LC5042 .hword 6164 .hword 1 .zero 4 .xword .LC5043 .xword .LC5044 .hword 6164 .hword 257 .zero 4 .xword .LC5045 .xword .LC5046 .hword 6164 .hword 513 .zero 4 .xword .LC5047 .xword .LC5048 .hword 6164 .hword 513 .zero 4 .xword .LC5049 .xword .LC5050 .hword 6164 .hword 513 .zero 4 .xword .LC5051 .xword .LC5052 .hword 6164 .hword 513 .zero 4 .xword .LC5053 .xword .LC5054 .hword 6164 .hword 513 .zero 4 .xword .LC5055 .xword .LC5056 .hword 6164 .hword 769 .zero 4 .xword .LC5057 .xword .LC5058 .hword 6164 .hword 769 .zero 4 .xword .LC5057 .xword .LC5058 .hword 6164 .hword 770 .zero 4 .xword .LC5059 .xword .LC5060 .hword 6164 .hword 1025 .zero 4 .xword .LC5061 .xword .LC5062 .hword 6164 .hword 1537 .zero 4 .xword .LC5063 .xword .LC5064 .hword 6164 .hword 1793 .zero 4 .xword .LC5063 .xword .LC5065 .hword 6164 .hword 1921 .zero 4 .xword .LC5066 .xword .LC5067 .hword 6164 .hword 5144 .zero 4 .xword .LC5068 .xword .LC5069 .hword 6164 .hword 5361 .zero 4 .xword .LC5070 .xword .LC5071 .hword 6164 .hword 513 .zero 4 .xword .LC5072 .xword .LC5073 .hword 6164 .hword 12384 .zero 4 .xword .LC5074 .xword .LC5075 .hword 6164 .hword 12432 .zero 4 .xword .LC5076 .xword .LC5077 .hword 6164 .hword 12944 .zero 4 .xword .LC5078 .xword .LC5079 .hword 6164 .hword 12952 .zero 4 .xword .LC5080 .xword .LC5081 .hword 6164 .hword 13714 .zero 4 .xword .LC5082 .xword .LC5083 .hword 6164 .hword 21344 .zero 4 .xword .LC5084 .xword .LC5085 .hword 6164 .hword 21392 .zero 4 .xword .LC5086 .xword .LC5087 .hword 6164 .hword 21403 .zero 4 .xword .LC5088 .xword .LC5089 .hword 6164 .hword -26506 .zero 4 .xword .LC5090 .xword .LC5091 .hword 4355 .hword 3 .zero 4 .xword .LC5092 .xword .LC3841 .hword 4355 .hword 4 .zero 4 .xword .LC5093 .xword .LC5094 .hword 4355 .hword 5 .zero 4 .xword .LC5095 .xword .LC5096 .hword 4355 .hword 6 .zero 4 .xword .LC5097 .xword .LC5098 .hword 4355 .hword 7 .zero 4 .xword .LC5099 .xword .LC5100 .hword 4355 .hword 8 .zero 4 .xword .LC5101 .xword .LC5098 .hword 4355 .hword 5920 .zero 4 .xword .LC5102 .xword .LC5103 .hword 4355 .hword 5952 .zero 4 .xword .LC5104 .xword .LC5105 .hword 4355 .hword 5954 .zero 4 .xword .LC5104 .xword .LC5105 .hword 4355 .hword 8720 .zero 4 .xword .LC5106 .xword .LC5107 .hword 4355 .hword 8960 .zero 4 .xword .LC5108 .xword .LC5109 .hword 4355 .hword 8976 .zero 4 .xword .LC5110 .xword .LC5111 .hword 4355 .hword 9024 .zero 4 .xword .LC5112 .xword .LC5113 .hword 4355 .hword 9506 .zero 4 .xword .LC5114 .xword .LC5115 .hword 4355 .hword 12576 .zero 4 .xword .LC5116 .xword .LC5117 .hword 4355 .hword 12832 .zero 4 .xword .LC5118 .xword .LC5119 .hword 4355 .hword 13088 .zero 4 .xword .LC5120 .xword .LC5121 .hword 4355 .hword 13328 .zero 4 .xword .LC5122 .xword .LC5123 .hword 4355 .hword 13584 .zero 4 .xword .LC5124 .xword .LC5125 .hword 4355 .hword 13585 .zero 4 .xword .LC5124 .xword .LC5125 .hword 4355 .hword 13600 .zero 4 .xword .LC5124 .xword .LC5125 .hword 4355 .hword 13601 .zero 4 .xword .LC5124 .xword .LC5125 .hword 4355 .hword 13602 .zero 4 .xword .LC5124 .xword .LC5125 .hword 4355 .hword 13616 .zero 4 .xword .LC5126 .xword .LC5127 .hword 4355 .hword 13632 .zero 4 .xword .LC5124 .xword .LC5125 .hword 4355 .hword 17184 .zero 4 .xword .LC5128 .xword .LC5129 .hword 4355 .hword 20609 .zero 4 .xword .LC5130 .xword .LC5131 .hword 4355 .hword 24705 .zero 4 .xword .LC5132 .xword .LC5133 .hword 4355 .hword 28738 .zero 4 .xword .LC5110 .xword .LC5111 .hword 5761 .hword 80 .zero 4 .xword .LC5134 .xword .LC5135 .hword 6391 .hword 1 .zero 4 .xword .LC5136 .xword .LC5137 .hword 6391 .hword 2 .zero 4 .xword .LC5138 .xword .LC5139 .hword 6391 .hword 4 .zero 4 .xword .LC5140 .xword .LC5141 .hword 6391 .hword 10 .zero 4 .xword .LC5142 .xword .LC5143 .hword 5943 .hword 113 .zero 4 .xword .LC5144 .xword .LC5145 .hword 5943 .hword 4146 .zero 4 .xword .LC5146 .xword .LC5147 .hword 6572 .hword 1 .zero 4 .xword .LC5148 .xword .LC2453 .hword 4362 .hword 8449 .zero 4 .xword .LC5149 .xword .LC5150 .hword 4362 .hword 8450 .zero 4 .xword .LC5151 .xword .LC5152 .hword 4362 .hword 8452 .zero 4 .xword .LC5153 .xword .LC5154 .hword 4362 .hword 12609 .zero 4 .xword .LC4851 .xword .LC5155 .hword 4362 .hword 16435 .zero 4 .xword .LC5156 .xword .LC5157 .hword 4362 .hword 16438 .zero 4 .xword .LC5158 .xword .LC5159 .hword 4171 .hword 4160 .zero 4 .xword .LC5160 .xword .LC5161 .hword 4171 .hword -32464 .zero 4 .xword .LC2671 .xword .LC5162 .hword 4480 .hword 1141 .zero 4 .xword .LC5163 .xword .LC4681 .hword 4480 .hword 1142 .zero 4 .xword .LC5164 .xword .LC5165 .hword 4480 .hword 1144 .zero 4 .xword .LC5166 .xword .LC4681 .hword 4480 .hword 1362 .zero 4 .xword .LC5167 .xword .LC5168 .hword 4480 .hword 1397 .zero 4 .xword .LC5169 .xword .LC5170 .hword 4480 .hword 89 .zero 4 .xword .LC2470 .xword .LC2470 .hword 4480 .hword 1426 .zero 4 .xword .LC5171 .xword .LC5172 .hword 4480 .hword 2082 .zero 4 .xword .LC5173 .xword .LC5174 .hword 4480 .hword 2098 .zero 4 .xword .LC5175 .xword .LC5175 .hword 4480 .hword 2115 .zero 4 .xword .LC5176 .xword .LC5177 .hword 4480 .hword 2119 .zero 4 .xword .LC5178 .xword .LC5178 .hword 4480 .hword 2130 .zero 4 .xword .LC5179 .xword .LC5180 .hword 4480 .hword 4360 .zero 4 .xword .LC5181 .xword .LC5182 .hword 4480 .hword 10130 .zero 4 .xword .LC4354 .xword .LC5183 .hword 4480 .hword 21841 .zero 4 .xword .LC2512 .xword .LC5184 .hword 4480 .hword 2130 .zero 4 .xword .LC5185 .xword .LC5186 .hword 4480 .hword -26506 .zero 4 .xword .LC5187 .xword .LC5188 .hword 4480 .hword -26506 .zero 4 .xword .LC5189 .xword .LC5190 .hword 4480 .hword 8240 .zero 4 .xword .LC5191 .xword .LC5192 .hword 4480 .hword -7632 .zero 4 .xword .LC5193 .xword .LC5194 .hword 4480 .hword -7050 .zero 4 .xword .LC5195 .xword .LC5196 .hword 4480 .hword -6110 .zero 4 .xword .LC5197 .xword .LC5198 .hword 4480 .hword -6109 .zero 4 .xword .LC5197 .xword .LC5199 .hword 4480 .hword -6094 .zero 4 .xword .LC5200 .xword .LC5201 .hword 4480 .hword -6062 .zero 4 .xword .LC5202 .xword .LC5203 .hword 5361 .hword 3840 .zero 4 .xword .LC5204 .xword .LC5205 .hword 5361 .hword 3888 .zero 4 .xword .LC5206 .xword .LC5206 .hword 5361 .hword 4145 .zero 4 .xword .LC5207 .xword .LC5208 .hword 5361 .hword 4147 .zero 4 .xword .LC5209 .xword .LC5210 .hword 5361 .hword 826 .zero 4 .xword .LC5209 .xword .LC5210 .hword 5361 .hword 4149 .zero 4 .xword .LC5211 .xword .LC5212 .hword 5361 .hword 4150 .zero 4 .xword .LC5213 .xword .LC9 .hword 5361 .hword 4182 .zero 4 .xword .LC5214 .xword .LC5215 .hword 5361 .hword 4185 .zero 4 .xword .LC5216 .xword .LC5217 .hword 5361 .hword 4276 .zero 4 .xword .LC5218 .xword .LC5219 .hword 5361 .hword 4278 .zero 4 .xword .LC3006 .xword .LC5220 .hword 5361 .hword 5142 .zero 4 .xword .LC9 .xword .LC5221 .hword 5361 .hword 5206 .zero 4 .xword .LC5222 .xword .LC5223 .hword 5361 .hword 5361 .zero 4 .xword .LC5206 .xword .LC5206 .hword 5361 .hword 5649 .zero 4 .xword .LC2867 .xword .LC5224 .hword 5361 .hword 5650 .zero 4 .xword .LC5225 .xword .LC5225 .hword 5361 .hword 8211 .zero 4 .xword .LC5226 .xword .LC5227 .hword 5361 .hword 9216 .zero 4 .xword .LC3006 .xword .LC3006 .hword 5361 .hword 9986 .zero 4 .xword .LC5204 .xword .LC5228 .hword 5361 .hword 10000 .zero 4 .xword .LC9 .xword .LC5229 .hword 5361 .hword 10048 .zero 4 .xword .LC5230 .xword .LC5231 .hword 5361 .hword 11024 .zero 4 .xword .LC5206 .xword .LC5206 .hword 5361 .hword 11258 .zero 4 .xword .LC5232 .xword .LC5233 .hword 5361 .hword 11270 .zero 4 .xword .LC5234 .xword .LC5235 .hword 5361 .hword 12032 .zero 4 .xword .LC5236 .xword .LC5237 .hword 5361 .hword 12033 .zero 4 .xword .LC5238 .xword .LC5239 .hword 5361 .hword 12048 .zero 4 .xword .LC5240 .xword .LC5241 .hword 5361 .hword 12064 .zero 4 .xword .LC5242 .xword .LC5243 .hword 5361 .hword 12080 .zero 4 .xword .LC5244 .xword .LC5245 .hword 5361 .hword 12080 .zero 4 .xword .LC4851 .xword .LC5246 .hword 5361 .hword 12096 .zero 4 .xword .LC5247 .xword .LC5248 .hword 5361 .hword 12112 .zero 4 .xword .LC5249 .xword .LC5250 .hword 5361 .hword 12114 .zero 4 .xword .LC5251 .xword .LC5252 .hword 5361 .hword 12161 .zero 4 .xword .LC13 .xword .LC13 .hword 5361 .hword 12162 .zero 4 .xword .LC5253 .xword .LC5254 .hword 5361 .hword 20549 .zero 4 .xword .LC5255 .xword .LC5256 .hword 5361 .hword 1105 .zero 4 .xword .LC5257 .xword .LC5258 .hword 5361 .hword 1106 .zero 4 .xword .LC5259 .xword .LC5260 .hword 5361 .hword 1106 .zero 4 .xword .LC5261 .xword .LC5262 .hword 5361 .hword 20551 .zero 4 .xword .LC5263 .xword .LC5264 .hword 5361 .hword 20561 .zero 4 .xword .LC5265 .xword .LC5266 .hword 5361 .hword 20561 .zero 4 .xword .LC5267 .xword .LC5266 .hword 5361 .hword 20561 .zero 4 .xword .LC5268 .xword .LC5266 .hword 5361 .hword 20582 .zero 4 .xword .LC5269 .xword .LC5270 .hword 5361 .hword 20585 .zero 4 .xword .LC5271 .xword .LC5272 .hword 5361 .hword 20588 .zero 4 .xword .LC5273 .xword .LC5274 .hword 5361 .hword 20590 .zero 4 .xword .LC4728 .xword .LC5275 .hword 5361 .hword 20641 .zero 4 .xword .LC5276 .xword .LC5277 .hword 5361 .hword 20642 .zero 4 .xword .LC5278 .xword .LC5277 .hword 5361 .hword 23418 .zero 4 .xword .LC5279 .xword .LC5280 .hword 5361 .hword -30720 .zero 4 .xword .LC5281 .xword .LC5282 .hword 5361 .hword -32768 .zero 4 .xword .LC5206 .xword .LC5206 .hword 5361 .hword -30719 .zero 4 .xword .LC5283 .xword .LC5284 .hword 5361 .hword -30718 .zero 4 .xword .LC5285 .xword .LC5286 .hword 5361 .hword -30703 .zero 4 .xword .LC5285 .xword .LC5287 .hword 5361 .hword -30638 .zero 4 .xword .LC5288 .xword .LC5289 .hword 5361 .hword -30592 .zero 4 .xword .LC5290 .xword .LC5291 .hword 5361 .hword -26506 .zero 4 .xword .LC5292 .xword .LC5293 .hword 5361 .hword 10200 .zero 4 .xword .LC4015 .xword .LC4521 .hword 6252 .hword 4116 .zero 4 .xword .LC5294 .xword .LC5295 .hword 6513 .hword 1 .zero 4 .xword .LC5296 .xword .LC5297 .hword 6513 .hword 4113 .zero 4 .xword .LC5298 .xword .LC5299 .hword 6513 .hword 4129 .zero 4 .xword .LC9 .xword .LC5300 .hword 6505 .hword 4134 .zero 4 .xword .LC5301 .xword .LC5302 .hword 6505 .hword 4168 .zero 4 .xword .LC5303 .xword .LC5304 .hword 6505 .hword 4192 .zero 4 .xword .LC5305 .xword .LC5306 .hword 6505 .hword 4194 .zero 4 .xword .LC5307 .xword .LC5308 .hword 6505 .hword 1580 .zero 4 .xword .LC5309 .xword .LC5304 .hword 6505 .hword 4195 .zero 4 .xword .LC5310 .xword .LC5311 .hword 6505 .hword 4211 .zero 4 .xword .LC5312 .xword .LC5313 .hword 6505 .hword 4227 .zero 4 .xword .LC5314 .xword .LC5315 .hword 6505 .hword 4240 .zero 4 .xword .LC5316 .xword .LC4567 .hword 6505 .hword 4241 .zero 4 .xword .LC5317 .xword .LC5318 .hword 6505 .hword 4256 .zero 4 .xword .LC5319 .xword .LC5320 .hword 6505 .hword 5772 .zero 4 .xword .LC5309 .xword .LC5321 .hword 6505 .hword 6505 .zero 4 .xword .LC5322 .xword .LC5323 .hword 6505 .hword 8264 .zero 4 .xword .LC3762 .xword .LC3763 .hword 6505 .hword 8265 .zero 4 .xword .LC5324 .xword .LC5325 .hword 6505 .hword 8288 .zero 4 .xword .LC5326 .xword .LC5327 .hword 6505 .hword 8289 .zero 4 .xword .LC2470 .xword .LC3253 .hword 6505 .hword 8290 .zero 4 .xword .LC5328 .xword .LC5329 .hword 6505 .hword 18247 .zero 4 .xword .LC5330 .xword .LC5331 .hword 6505 .hword -26506 .zero 4 .xword .LC3762 .xword .LC5332 .hword 6505 .hword -8047 .zero 4 .xword .LC5333 .xword .LC5334 .hword 6080 .hword 4779 .zero 4 .xword .LC9 .xword .LC2042 .hword -26864 .hword 30469 .zero 4 .xword .LC5335 .xword .LC5336 .hword -26864 .hword 30768 .zero 4 .xword .LC5337 .xword .LC5338 .hword -26864 .hword -30935 .zero 4 .xword .LC5339 .xword .LC5340 .hword -26864 .hword -26619 .zero 4 .xword .LC5341 .xword .LC5342 .hword -26864 .hword -26603 .zero 4 .xword .LC5343 .xword .LC5344 .hword -26864 .hword -26571 .zero 4 .xword .LC5345 .xword .LC5346 .hword -26864 .hword -26555 .zero 4 .xword .LC5347 .xword .LC5348 .hword -26864 .hword -26523 .zero 4 .xword .LC5349 .xword .LC5350 .hword -26864 .hword -26368 .zero 4 .xword .LC5351 .xword .LC5352 .hword -26864 .hword -26364 .zero 4 .xword .LC5353 .xword .LC5354 .hword -26864 .hword -26350 .zero 4 .xword .LC5355 .xword .LC5356 .hword -26864 .hword -26334 .zero 4 .xword .LC5357 .xword .LC5358 .hword 1659 .hword 8963 .zero 4 .xword .LC5359 .xword .LC5360 .hword 1659 .hword 8965 .zero 4 .xword .LC5361 .xword .LC5362 .hword 1659 .hword 9107 .zero 4 .xword .LC5363 .xword .LC5364 .hword 1659 .hword 9478 .zero 4 .xword .LC5365 .xword .LC5366 .hword 1659 .hword 9633 .zero 4 .xword .LC5367 .xword .LC5368 .hword 1659 .hword -26506 .zero 4 .xword .LC5369 .xword .LC5370 .hword -32640 .hword 4160 .zero 4 .xword .LC5371 .xword .LC5372 .hword 3141 .hword 3141 .zero 4 .xword .LC5373 .xword .LC5374 .hword 3141 .hword 4369 .zero 4 .xword .LC5375 .xword .LC5376 .hword 3141 .hword 21059 .zero 4 .xword .LC4727 .xword .LC5377 .hword 3141 .hword 24583 .zero 4 .xword .LC5378 .xword .LC5379 .hword 3141 .hword 24589 .zero 4 .xword .LC5380 .xword .LC5381 .hword 3141 .hword 24620 .zero 4 .xword .LC5382 .xword .LC5383 .hword 3141 .hword 24621 .zero 4 .xword .LC5384 .xword .LC5385 .hword 3141 .hword 24624 .zero 4 .xword .LC5386 .xword .LC5387 .hword 3141 .hword 24844 .zero 4 .xword .LC5388 .xword .LC5389 .hword 3141 .hword 24872 .zero 4 .xword .LC5390 .xword .LC5391 .hword 3141 .hword 24872 .zero 4 .xword .LC5392 .xword .LC5393 .hword 3141 .hword 24873 .zero 4 .xword .LC5394 .xword .LC5395 .hword 3141 .hword 24880 .zero 4 .xword .LC5396 .xword .LC5397 .hword 3141 .hword 24890 .zero 4 .xword .LC5398 .xword .LC5399 .hword 3141 .hword 24892 .zero 4 .xword .LC5400 .xword .LC5385 .hword 3141 .hword 24894 .zero 4 .xword .LC5401 .xword .LC5402 .hword 3141 .hword 25167 .zero 4 .xword .LC5403 .xword .LC5404 .hword 3141 .hword 25200 .zero 4 .xword .LC5405 .xword .LC5406 .hword 3141 .hword 25200 .zero 4 .xword .LC5407 .xword .LC5408 .hword 3141 .hword 25200 .zero 4 .xword .LC5409 .xword .LC5410 .hword 3141 .hword 25215 .zero 4 .xword .LC5411 .xword .LC5411 .hword 3141 .hword 25267 .zero 4 .xword .LC5412 .xword .LC5413 .hword 3141 .hword 25279 .zero 4 .xword .LC5414 .xword .LC5415 .hword 3141 .hword 25280 .zero 4 .xword .LC5416 .xword .LC5417 .hword 3141 .hword 25427 .zero 4 .xword .LC5418 .xword .LC5419 .hword 3141 .hword 25629 .zero 4 .xword .LC5420 .xword .LC5421 .hword 3141 .hword 25633 .zero 4 .xword .LC5422 .xword .LC5423 .hword 3141 .hword 25647 .zero 4 .xword .LC5424 .xword .LC5425 .hword 3141 .hword 25675 .zero 4 .xword .LC5426 .xword .LC5426 .hword 3141 .hword 25737 .zero 4 .xword .LC5427 .xword .LC5428 .hword 3141 .hword 26688 .zero 4 .xword .LC5429 .xword .LC5430 .hword 3141 .hword 29697 .zero 4 .xword .LC5431 .xword .LC5432 .hword 3141 .hword -26506 .zero 4 .xword .LC5433 .xword .LC5410 .hword 2652 .hword 513 .zero 4 .xword .LC5434 .xword .LC5435 .hword 2652 .hword 4318 .zero 4 .xword .LC5436 .xword .LC5437 .hword 2652 .hword 8192 .zero 4 .xword .LC5438 .xword .LC5439 .hword 2652 .hword 8201 .zero 4 .xword .LC13 .xword .LC5440 .hword 2652 .hword 8202 .zero 4 .xword .LC13 .xword .LC5440 .hword 2652 .hword 8207 .zero 4 .xword .LC5441 .xword .LC5442 .hword 2652 .hword 8221 .zero 4 .xword .LC5443 .xword .LC5444 .hword 2652 .hword 8222 .zero 4 .xword .LC13 .xword .LC5445 .hword 2652 .hword 8224 .zero 4 .xword .LC13 .xword .LC5446 .hword 2652 .hword 8225 .zero 4 .xword .LC5447 .xword .LC5448 .hword 2652 .hword 8243 .zero 4 .xword .LC5449 .xword .LC5450 .hword 2652 .hword 8245 .zero 4 .xword .LC5451 .xword .LC5452 .hword 2652 .hword 8248 .zero 4 .xword .LC13 .xword .LC5453 .hword 2652 .hword 8249 .zero 4 .xword .LC5454 .xword .LC5444 .hword 2652 .hword 8261 .zero 4 .xword .LC5455 .xword .LC5440 .hword 2652 .hword 8262 .zero 4 .xword .LC5456 .xword .LC5457 .hword 2652 .hword 8263 .zero 4 .xword .LC13 .xword .LC5457 .hword 2652 .hword 8286 .zero 4 .xword .LC5458 .xword .LC5439 .hword 2652 .hword 8448 .zero 4 .xword .LC5459 .xword .LC5460 .hword 2652 .hword 8449 .zero 4 .xword .LC5461 .xword .LC5462 .hword 2652 .hword 8450 .zero 4 .xword .LC5463 .xword .LC5464 .hword 2652 .hword 8464 .zero 4 .xword .LC5465 .xword .LC5440 .hword 2652 .hword 8465 .zero 4 .xword .LC13 .xword .LC5466 .hword 2652 .hword 8480 .zero 4 .xword .LC5467 .xword .LC5468 .hword 2652 .hword 8481 .zero 4 .xword .LC13 .xword .LC5469 .hword 2652 .hword 8482 .zero 4 .xword .LC5470 .xword .LC5462 .hword 2652 .hword 8484 .zero 4 .xword .LC13 .xword .LC5471 .hword 2652 .hword 8496 .zero 4 .xword .LC13 .xword .LC5468 .hword 2652 .hword 8497 .zero 4 .xword .LC13 .xword .LC5469 .hword 2652 .hword 8512 .zero 4 .xword .LC13 .xword .LC5472 .hword 2652 .hword 8513 .zero 4 .xword .LC13 .xword .LC5473 .hword 2652 .hword 8514 .zero 4 .xword .LC13 .xword .LC5474 .hword 2652 .hword 8515 .zero 4 .xword .LC13 .xword .LC5474 .hword 2652 .hword 8516 .zero 4 .xword .LC13 .xword .LC5475 .hword 2652 .hword 8517 .zero 4 .xword .LC5476 .xword .LC5477 .hword 2652 .hword 8518 .zero 4 .xword .LC13 .xword .LC5478 .hword 2652 .hword 8519 .zero 4 .xword .LC5479 .xword .LC5480 .hword 2652 .hword 8520 .zero 4 .xword .LC5481 .xword .LC5482 .hword 2652 .hword 8521 .zero 4 .xword .LC13 .xword .LC5480 .hword 2652 .hword 8522 .zero 4 .xword .LC13 .xword .LC5483 .hword 2652 .hword 8523 .zero 4 .xword .LC5484 .xword .LC5483 .hword 2652 .hword 8524 .zero 4 .xword .LC13 .xword .LC5483 .hword 2652 .hword 8525 .zero 4 .xword .LC13 .xword .LC5485 .hword 2652 .hword 8526 .zero 4 .xword .LC13 .xword .LC5486 .hword 2652 .hword 8527 .zero 4 .xword .LC13 .xword .LC5482 .hword 2652 .hword 8528 .zero 4 .xword .LC13 .xword .LC5480 .hword 2652 .hword 8529 .zero 4 .xword .LC5487 .xword .LC5488 .hword 2652 .hword 8530 .zero 4 .xword .LC13 .xword .LC5482 .hword 2652 .hword 8531 .zero 4 .xword .LC13 .xword .LC5482 .hword 2652 .hword 8532 .zero 4 .xword .LC13 .xword .LC5482 .hword 2652 .hword 8533 .zero 4 .xword .LC13 .xword .LC5489 .hword 2652 .hword 8535 .zero 4 .xword .LC13 .xword .LC5490 .hword 2652 .hword 8536 .zero 4 .xword .LC13 .xword .LC5491 .hword 2652 .hword 8604 .zero 4 .xword .LC5492 .xword .LC5493 .hword 2652 .hword 8673 .zero 4 .xword .LC5494 .xword .LC5495 .hword 2652 .hword 8675 .zero 4 .xword .LC5496 .xword .LC5497 .hword 2652 .hword 17664 .zero 4 .xword .LC5498 .xword .LC5480 .hword 2652 .hword 17666 .zero 4 .xword .LC5498 .xword .LC5480 .hword 2652 .hword 17667 .zero 4 .xword .LC5499 .xword .LC5480 .hword 2652 .hword 22528 .zero 4 .xword .LC5500 .xword .LC5501 .hword 2652 .hword 22529 .zero 4 .xword .LC5502 .xword .LC5503 .hword 2652 .hword 25344 .zero 4 .xword .LC5504 .xword .LC5505 .hword 2652 .hword 26248 .zero 4 .xword .LC2915 .xword .LC5506 .hword 2652 .hword -31213 .zero 4 .xword .LC5507 .xword .LC5508 .hword 2652 .hword -26506 .zero 4 .xword .LC5509 .xword .LC5509 .hword 6523 .hword 592 .zero 4 .xword .LC5510 .xword .LC5511 .hword 6523 .hword 598 .zero 4 .xword .LC5512 .xword .LC5513 .hword 6523 .hword 608 .zero 4 .xword .LC5514 .xword .LC5513 .hword 6523 .hword 609 .zero 4 .xword .LC5515 .xword .LC5516 .hword 6523 .hword 4660 .zero 4 .xword .LC5517 .xword .LC5518 .hword 6523 .hword 6523 .zero 4 .xword .LC5519 .xword .LC5520 .hword 6523 .hword 9056 .zero 4 .xword .LC5521 .xword .LC5522 .hword 6523 .hword 9057 .zero 4 .xword .LC5523 .xword .LC5524 .hword 6523 .hword 9059 .zero 4 .xword .LC5522 .xword .LC5525 .hword 6523 .hword 9062 .zero 4 .xword .LC5522 .xword .LC5526 .hword 6523 .hword 9064 .zero 4 .xword .LC5527 .xword .LC5528 .hword 6523 .hword 9088 .zero 4 .xword .LC5519 .xword .LC5529 .hword 6523 .hword 9089 .zero 4 .xword .LC5519 .xword .LC5530 .hword 6523 .hword 9090 .zero 4 .xword .LC5519 .xword .LC5531 .hword 6523 .hword 9091 .zero 4 .xword .LC5515 .xword .LC5516 .hword 6523 .hword 9092 .zero 4 .xword .LC5519 .xword .LC5532 .hword 6523 .hword 9105 .zero 4 .xword .LC5519 .xword .LC5533 .hword 6523 .hword 9106 .zero 4 .xword .LC5534 .xword .LC5533 .hword 6523 .hword 9107 .zero 4 .xword .LC5519 .xword .LC5531 .hword 6523 .hword 28674 .zero 4 .xword .LC5535 .xword .LC5531 .hword 1256 .hword 24972 .zero 4 .xword .LC5536 .xword .LC5537 .hword 1256 .hword 24973 .zero 4 .xword .LC5536 .xword .LC5537 .hword 1423 .hword 1 .zero 4 .xword .LC5538 .xword .LC5539 .hword 1423 .hword 263 .zero 4 .xword .LC2889 .xword .LC5540 .hword 1423 .hword 4660 .zero 4 .xword .LC5541 .xword .LC5538 .hword 1423 .hword 5632 .zero 4 .xword .LC5542 .xword .LC5543 .hword 1423 .hword 25442 .zero 4 .xword .LC5544 .xword .LC5545 .hword 1423 .hword 25446 .zero 4 .xword .LC2512 .xword .LC5546 .hword 1423 .hword 25479 .zero 4 .xword .LC5547 .xword .LC5548 .hword 1423 .hword -29510 .zero 4 .xword .LC5549 .xword .LC3685 .hword 1423 .hword -28076 .zero 4 .xword .LC5550 .xword .LC5543 .hword 1423 .hword -27776 .zero 4 .xword .LC5551 .xword .LC5552 .hword 1423 .hword -27328 .zero 4 .xword .LC2512 .xword .LC5553 .hword 1614 .hword 1614 .zero 4 .xword .LC5554 .xword .LC5555 .hword 1614 .hword -24319 .zero 4 .xword .LC5556 .xword .LC5557 .hword 1614 .hword -24317 .zero 4 .xword .LC5558 .xword .LC5559 .hword 1614 .hword -24298 .zero 4 .xword .LC5560 .xword .LC5561 .hword 1614 .hword -24039 .zero 4 .xword .LC5562 .xword .LC5563 .hword 1614 .hword -19888 .zero 4 .xword .LC5558 .xword .LC5564 .hword 1614 .hword -16120 .zero 4 .xword .LC5565 .xword .LC5566 .hword 1614 .hword -12031 .zero 4 .xword .LC5558 .xword .LC5567 .hword 1614 .hword -11753 .zero 4 .xword .LC5562 .xword .LC5568 .hword 6538 .hword 528 .zero 4 .xword .LC13 .xword .LC5569 .hword 6538 .hword 544 .zero 4 .xword .LC13 .xword .LC5570 .hword 6538 .hword 560 .zero 4 .xword .LC13 .xword .LC5571 .hword 6538 .hword 576 .zero 4 .xword .LC13 .xword .LC5572 .hword 6538 .hword 4480 .zero 4 .xword .LC5573 .xword .LC5574 .hword 6538 .hword 4736 .zero 4 .xword .LC13 .xword .LC5575 .hword 6538 .hword 5013 .zero 4 .xword .LC5576 .xword .LC5577 .hword 6538 .hword 6538 .zero 4 .xword .LC5578 .xword .LC5574 .hword 6538 .hword 13205 .zero 4 .xword .LC5576 .xword .LC5579 .hword 6538 .hword 16431 .zero 4 .xword .LC13 .xword .LC5580 .hword 6538 .hword 16432 .zero 4 .xword .LC13 .xword .LC5581 .hword 6538 .hword 16433 .zero 4 .xword .LC13 .xword .LC5582 .hword 6538 .hword 16434 .zero 4 .xword .LC13 .xword .LC5583 .hword 6538 .hword 16435 .zero 4 .xword .LC5584 .xword .LC5585 .hword 6538 .hword 16436 .zero 4 .xword .LC13 .xword .LC5586 .hword 6131 .hword 4112 .zero 4 .xword .LC5587 .xword .LC5588 .hword 6131 .hword 4113 .zero 4 .xword .LC5589 .xword .LC5590 .hword 6131 .hword 4144 .zero 4 .xword .LC5591 .xword .LC5592 .hword 6131 .hword 8208 .zero 4 .xword .LC5593 .xword .LC5594 .hword 6131 .hword 12304 .zero 4 .xword .LC5595 .xword .LC5596 .hword 6131 .hword 24609 .zero 4 .xword .LC13 .xword .LC2845 .hword 6131 .hword 24630 .zero 4 .xword .LC13 .xword .LC2851 .hword 6131 .hword 24640 .zero 4 .xword .LC5597 .xword .LC5598 .hword 6131 .hword 24672 .zero 4 .xword .LC5599 .xword .LC5600 .hword 6131 .hword 24673 .zero 4 .xword .LC5601 .xword .LC5602 .hword 6627 .hword 22529 .zero 4 .xword .LC4740 .xword .LC5603 .hword 6627 .hword 22536 .zero 4 .xword .LC4740 .xword .LC5604 .hword 6627 .hword -8878 .zero 4 .xword .LC13 .xword .LC5605 .hword 6107 .hword 257 .zero 4 .xword .LC4740 .xword .LC5606 .hword 6107 .hword 513 .zero 4 .xword .LC4740 .xword .LC5607 .hword 6107 .hword 769 .zero 4 .xword .LC4740 .xword .LC5608 .hword 1203 .hword 9429 .zero 4 .xword .LC5609 .xword .LC3602 .hword 1203 .hword 1025 .zero 4 .xword .LC3090 .xword .LC5610 .hword 1203 .hword 1025 .zero 4 .xword .LC5611 .xword .LC5612 .hword 1203 .hword 16400 .zero 4 .xword .LC5613 .xword .LC5614 .hword 1203 .hword -26506 .zero 4 .xword .LC5615 .xword .LC5616 .hword 1309 .hword 2 .zero 4 .xword .LC5617 .xword .LC5618 .hword 1309 .hword 1309 .zero 4 .xword .LC5617 .xword .LC5619 .hword 1309 .hword -26506 .zero 4 .xword .LC5617 .xword .LC5617 .hword 2001 .hword 13060 .zero 4 .xword .LC5620 .xword .LC5621 .hword 2001 .hword 15363 .zero 4 .xword .LC5622 .xword .LC5623 .hword 2001 .hword 15367 .zero 4 .xword .LC5624 .xword .LC5625 .hword 1452 .hword 542 .zero 4 .xword .LC5626 .xword .LC5627 .hword 1452 .hword 4755 .zero 4 .xword .LC5628 .xword .LC5628 .hword 1452 .hword 4759 .zero 4 .xword .LC5629 .xword .LC5630 .hword 1452 .hword 542 .zero 4 .xword .LC5631 .xword .LC5632 .hword 1452 .hword -32235 .zero 4 .xword .LC5633 .xword .LC5634 .hword 6562 .hword 1808 .zero 4 .xword .LC9 .xword .LC5635 .hword 6562 .hword 1810 .zero 4 .xword .LC9 .xword .LC5636 .hword 6562 .hword 1812 .zero 4 .xword .LC5637 .xword .LC5638 .hword 5002 .hword 1 .zero 4 .xword .LC2696 .xword .LC5639 .hword 5002 .hword 5 .zero 4 .xword .LC5640 .xword .LC5641 .hword 5002 .hword 6 .zero 4 .xword .LC5642 .xword .LC5643 .hword 5002 .hword 7 .zero 4 .xword .LC5644 .xword .LC5645 .hword 5002 .hword 9 .zero 4 .xword .LC5640 .xword .LC5646 .hword 5002 .hword 17 .zero 4 .xword .LC5647 .xword .LC5648 .hword 5002 .hword 24 .zero 4 .xword .LC5649 .xword .LC5650 .hword 5002 .hword 60 .zero 4 .xword .LC5651 .xword .LC5652 .hword 5002 .hword 61 .zero 4 .xword .LC5653 .xword .LC5654 .hword 5002 .hword 17 .zero 4 .xword .LC5655 .xword .LC5656 .hword 22611 .hword 1 .zero 4 .xword .LC4688 .xword .LC5657 .hword 22611 .hword 2 .zero 4 .xword .LC4688 .xword .LC5658 .hword 22611 .hword -16384 .zero 4 .xword .LC3007 .xword .LC5659 .hword 1133 .hword 2053 .zero 4 .xword .LC5660 .xword .LC5431 .hword 1133 .hword 2056 .zero 4 .xword .LC4688 .xword .LC5661 .hword 1133 .hword 2057 .zero 4 .xword .LC2512 .xword .LC5662 .hword 1133 .hword 2091 .zero 4 .xword .LC4688 .xword .LC4688 .hword 1133 .hword 2198 .zero 4 .xword .LC5663 .xword .LC5664 .hword 1133 .hword 2221 .zero 4 .xword .LC3007 .xword .LC5665 .hword 1133 .hword 2223 .zero 4 .xword .LC2671 .xword .LC2671 .hword 1133 .hword 2226 .zero 4 .xword .LC5666 .xword .LC5667 .hword 1133 .hword 2246 .zero 4 .xword .LC5668 .xword .LC5669 .hword 1133 .hword 2288 .zero 4 .xword .LC4688 .xword .LC4688 .hword 1133 .hword 2294 .zero 4 .xword .LC3277 .xword .LC5670 .hword 1133 .hword 2351 .zero 4 .xword .LC5671 .xword .LC5672 .hword 1133 .hword 2571 .zero 4 .xword .LC5673 .xword .LC5674 .hword 1133 .hword 2591 .zero 4 .xword .LC5675 .xword .LC5676 .hword 1133 .hword 23137 .zero 4 .xword .LC5677 .xword .LC9 .hword 1133 .hword -16360 .zero 4 .xword .LC2867 .xword .LC5678 .hword 1133 .hword -16315 .zero 4 .xword .LC5679 .xword .LC5680 .hword 1133 .hword -16314 .zero 4 .xword .LC4688 .xword .LC4688 .hword 1133 .hword -16293 .zero 4 .xword .LC5681 .xword .LC5682 .hword 1133 .hword -16285 .zero 4 .xword .LC5683 .xword .LC5684 .hword 1133 .hword -15834 .zero 4 .xword .LC4688 .xword .LC4688 .hword 1133 .hword -15833 .zero 4 .xword .LC4688 .xword .LC4688 .hword 1133 .hword -15827 .zero 4 .xword .LC4688 .xword .LC4688 .hword 1133 .hword -15743 .zero 4 .xword .LC5685 .xword .LC5686 .hword 1133 .hword -15598 .zero 4 .xword .LC4688 .xword .LC4688 .hword 1133 .hword -15356 .zero 4 .xword .LC4688 .xword .LC5687 .hword 1133 .hword -15090 .zero 4 .xword .LC5688 .xword .LC5689 .hword 1133 .hword -15086 .zero 4 .xword .LC4688 .xword .LC4688 .hword 1133 .hword -15077 .zero 4 .xword .LC4688 .xword .LC4688 .hword 1133 .hword -15074 .zero 4 .xword .LC2512 .xword .LC2512 .hword 1133 .hword -15066 .zero 4 .xword .LC4688 .xword .LC4688 .hword 1133 .hword -15062 .zero 4 .xword .LC5690 .xword .LC5691 .hword 1133 .hword -15061 .zero 4 .xword .LC5692 .xword .LC5693 .hword 1133 .hword -15058 .zero 4 .xword .LC4688 .xword .LC5694 .hword 1133 .hword -15057 .zero 4 .xword .LC5695 .xword .LC5695 .hword 1241 .hword 5635 .zero 4 .xword .LC5696 .xword .LC311 .hword 1241 .hword 8209 .zero 4 .xword .LC4688 .xword .LC4688 .hword 1424 .hword 40 .zero 4 .xword .LC5697 .xword .LC5698 .hword -32530 .hword 28997 .zero 4 .xword .LC5699 .xword .LC5700 .hword -32530 .hword -16657 .zero 4 .xword .LC5699 .xword .LC5700 .hword -32530 .hword -13570 .zero 4 .xword .LC5701 .xword .LC5702 .hword 6582 .hword 4364 .zero 4 .xword .LC5703 .xword .LC5704 .hword 4332 .hword -32458 .zero 4 .xword .LC5705 .xword .LC3568 .hword 4332 .hword 98 .zero 4 .xword .LC5706 .xword .LC5707 .hword 4332 .hword 297 .zero 4 .xword .LC3006 .xword .LC5708 .hword 4332 .hword 389 .zero 4 .xword .LC5709 .xword .LC5710 .hword 4332 .hword 512 .zero 4 .xword .LC5711 .xword .LC5712 .hword 4332 .hword 608 .zero 4 .xword .LC5713 .xword .LC5714 .hword 4332 .hword 610 .zero 4 .xword .LC5715 .xword .LC5716 .hword 4332 .hword 616 .zero 4 .xword .LC5717 .xword .LC5718 .hword 4332 .hword 617 .zero 4 .xword .LC5719 .xword .LC5720 .hword 4332 .hword 624 .zero 4 .xword .LC5721 .xword .LC5722 .hword 4332 .hword 626 .zero 4 .xword .LC5723 .xword .LC5720 .hword 4332 .hword 1330 .zero 4 .xword .LC5724 .xword .LC5725 .hword 4332 .hword 1632 .zero 4 .xword .LC5726 .xword .LC5596 .hword 4332 .hword 1634 .zero 4 .xword .LC5727 .xword .LC5728 .hword 4332 .hword 2145 .zero 4 .xword .LC5729 .xword .LC5730 .hword 4332 .hword 2176 .zero 4 .xword .LC5731 .xword .LC5732 .hword 4332 .hword 2178 .zero 4 .xword .LC5733 .xword .LC5734 .hword 4332 .hword 2179 .zero 4 .xword .LC5735 .xword .LC5736 .hword 4332 .hword 2181 .zero 4 .xword .LC5737 .xword .LC5738 .hword 4332 .hword 2183 .zero 4 .xword .LC5739 .xword .LC5740 .hword 4332 .hword 2184 .zero 4 .xword .LC5741 .xword .LC5742 .hword 4332 .hword 2184 .zero 4 .xword .LC5743 .xword .LC5742 .hword 4332 .hword 2185 .zero 4 .xword .LC5744 .xword .LC5745 .hword 4332 .hword 2194 .zero 4 .xword .LC5746 .xword .LC5747 .hword 4332 .hword 2304 .zero 4 .xword .LC5748 .xword .LC5749 .hword 4332 .hword -16071 .zero 4 .xword .LC5750 .xword .LC5751 .hword 4332 .hword 4281 .zero 4 .xword .LC5752 .xword .LC5753 .hword 4332 .hword 4332 .zero 4 .xword .LC3567 .xword .LC3568 .hword 4332 .hword 3786 .zero 4 .xword .LC3567 .xword .LC3568 .hword 4332 .hword 4844 .zero 4 .xword .LC5754 .xword .LC5755 .hword 4332 .hword 5670 .zero 4 .xword .LC5756 .xword .LC5712 .hword 4332 .hword 20745 .zero 4 .xword .LC5757 .xword .LC5758 .hword 4332 .hword 21000 .zero 4 .xword .LC5759 .xword .LC5760 .hword 4332 .hword 21001 .zero 4 .xword .LC448 .xword .LC5761 .hword 4332 .hword 21031 .zero 4 .xword .LC5762 .xword .LC5763 .hword 4332 .hword 21033 .zero 4 .xword .LC5764 .xword .LC5761 .hword 4332 .hword 21126 .zero 4 .xword .LC5765 .xword .LC5766 .hword 4332 .hword 21127 .zero 4 .xword .LC5767 .xword .LC5768 .hword 4332 .hword 21128 .zero 4 .xword .LC5708 .xword .LC5769 .hword 4332 .hword 21129 .zero 4 .xword .LC5770 .xword .LC5763 .hword 4332 .hword 21129 .zero 4 .xword .LC5770 .xword .LC5771 .hword 4332 .hword 21601 .zero 4 .xword .LC5772 .xword .LC3306 .hword 4332 .hword 21905 .zero 4 .xword .LC5773 .xword .LC5774 .hword 4332 .hword 1634 .zero 4 .xword .LC3567 .xword .LC3568 .hword 4332 .hword 29445 .zero 4 .xword .LC5775 .xword .LC5776 .hword 4332 .hword -32727 .zero 4 .xword .LC5777 .xword .LC5778 .hword 4332 .hword -32711 .zero 4 .xword .LC5779 .xword .LC5779 .hword 4332 .hword -32458 .zero 4 .xword .LC5780 .xword .LC5712 .hword 4332 .hword -32457 .zero 4 .xword .LC5711 .xword .LC5712 .hword 4332 .hword -32455 .zero 4 .xword .LC5781 .xword .LC5782 .hword 4332 .hword -32409 .zero 4 .xword .LC5783 .xword .LC5784 .hword 4332 .hword -32408 .zero 4 .xword .LC5785 .xword .LC5786 .hword 4332 .hword -32407 .zero 4 .xword .LC5787 .xword .LC5788 .hword 4332 .hword -32404 .zero 4 .xword .LC5789 .xword .LC5790 .hword 4332 .hword -32399 .zero 4 .xword .LC5777 .xword .LC5791 .hword 4332 .hword -32398 .zero 4 .xword .LC5792 .xword .LC5793 .hword 4332 .hword -32396 .zero 4 .xword .LC5794 .xword .LC5795 .hword 4332 .hword -32394 .zero 4 .xword .LC5796 .xword .LC5797 .hword 4332 .hword -32392 .zero 4 .xword .LC5798 .xword .LC5799 .hword 4332 .hword -32391 .zero 4 .xword .LC5800 .xword .LC5801 .hword 4332 .hword -32384 .zero 4 .xword .LC5802 .xword .LC5803 .hword 4332 .hword -32379 .zero 4 .xword .LC5804 .xword .LC5805 .hword 4332 .hword -32367 .zero 4 .xword .LC5806 .xword .LC5807 .hword 4332 .hword -32359 .zero 4 .xword .LC5808 .xword .LC5809 .hword 4332 .hword -31943 .zero 4 .xword .LC5781 .xword .LC5810 .hword 4332 .hword -31223 .zero 4 .xword .LC3567 .xword .LC3568 .hword 4332 .hword -30941 .zero 4 .xword .LC5811 .xword .LC5812 .hword 4332 .hword -30343 .zero 4 .xword .LC5813 .xword .LC5814 .hword 4332 .hword -26506 .zero 4 .xword .LC5705 .xword .LC3568 .hword 4332 .hword -24217 .zero 4 .xword .LC5815 .xword .LC5815 .hword 4332 .hword -18653 .zero 4 .xword .LC5816 .xword .LC5817 .hword 4332 .hword -16071 .zero 4 .xword .LC5750 .xword .LC5818 .hword 1505 .hword 1032 .zero 4 .xword .LC5819 .xword .LC5820 .hword 1505 .hword 1281 .zero 4 .xword .LC5821 .xword .LC5822 .hword 1363 .hword 512 .zero 4 .xword 513 .xword 2 .hword 2362 .hword 9320 .zero 4 .xword .LC5823 .xword .LC5824 .hword 2362 .hword 9728 .zero 4 .xword .LC5825 .xword .LC5826 .hword 2362 .hword 9736 .zero 4 .xword .LC5827 .xword .LC5828 .hword 2362 .hword 9760 .zero 4 .xword .LC5829 .xword .LC5830 .hword 6404 .hword 8241 .zero 4 .xword .LC5831 .xword .LC5832 .hword 6404 .hword -32455 .zero 4 .xword .LC5833 .xword .LC5834 .hword 6404 .hword -32455 .zero 4 .xword .LC5835 .xword .LC5834 .hword 2821 .hword 5900 .zero 4 .xword .LC3261 .xword .LC5836 .hword 7027 .hword 4096 .zero 4 .xword .LC2470 .xword .LC5837 .hword 7027 .hword 4105 .zero 4 .xword .LC2512 .xword .LC5838 .hword 7027 .hword 4352 .zero 4 .xword .LC4688 .xword .LC5839 .hword 6142 .hword 8736 .zero 4 .xword .LC5840 .xword .LC5841 .hword 3574 .hword -28559 .zero 4 .xword .LC5842 .xword .LC5843 .hword 5762 .hword 10545 .zero 4 .xword .LC3006 .xword .LC5844 .hword 5762 .hword -26507 .zero 4 .xword .LC5845 .xword .LC5846 .hword 7023 .hword 28707 .zero 4 .xword .LC5847 .xword .LC5848 .hword 3725 .hword 2 .zero 4 .xword .LC3582 .xword .LC5849 .hword 3725 .hword 3 .zero 4 .xword .LC4726 .xword .LC5850 .hword 3315 .hword 4098 .zero 4 .xword .LC5851 .xword .LC5851 .hword 3315 .hword 12288 .zero 4 .xword .LC5852 .xword .LC5852 .hword 3315 .hword 12290 .zero 4 .xword .LC5853 .xword .LC5853 .hword 3315 .hword 12290 .zero 4 .xword .LC3006 .xword .LC3006 .hword 3315 .hword 12293 .zero 4 .xword .LC5854 .xword .LC5855 .hword 3315 .hword -28047 .zero 4 .xword .LC5856 .xword .LC5857 .hword 5265 .hword 32 .zero 4 .xword .LC5858 .xword .LC5858 .hword 5265 .hword 33 .zero 4 .xword .LC5858 .xword .LC5858 .hword 1155 .hword 8214 .zero 4 .xword .LC5859 .xword .LC5860 .hword 2760 .hword 4660 .zero 4 .xword .LC2470 .xword .LC2470 .hword 2760 .hword 26393 .zero 4 .xword .LC5861 .xword .LC5862 .hword 2760 .hword -26506 .zero 4 .xword .LC2470 .xword .LC2470 .hword 5768 .hword 19 .zero 4 .xword .LC5863 .xword .LC9 .hword 1026 .hword 4176 .zero 4 .xword .LC5864 .xword .LC5865 .hword 1026 .hword 22022 .zero 4 .xword .LC5866 .xword .LC5867 .hword 1026 .hword -32634 .zero 4 .xword .LC4354 .xword .LC5868 .hword 1026 .hword -27035 .zero 4 .xword .LC5869 .xword .LC5870 .hword 6049 .hword 296 .zero 4 .xword .LC5871 .xword .LC5872 .hword 2414 .hword 513 .zero 4 .xword .LC5873 .xword .LC13 .hword 1266 .hword -20472 .zero 4 .xword .LC5874 .xword .LC5875 .hword 1266 .hword -20412 .zero 4 .xword .LC2677 .xword .LC5425 .hword 1266 .hword -20107 .zero 4 .xword .LC2696 .xword .LC5876 .hword 1266 .hword -19945 .zero 4 .xword .LC5877 .xword .LC5878 .hword 1266 .hword -19705 .zero 4 .xword .LC5879 .xword .LC5425 .hword 6418 .hword 20 .zero 4 .xword .LC5880 .xword .LC5881 .hword 6418 .hword 21 .zero 4 .xword .LC5882 .xword .LC5883 .hword 6418 .hword 21 .zero 4 .xword .LC5884 .xword .LC5885 .hword 17224 .hword 5203 .zero 4 .xword .LC5886 .xword .LC5887 .hword 17224 .hword 12883 .zero 4 .xword .LC5888 .xword .LC5889 .hword 17224 .hword 20563 .zero 4 .xword .LC5890 .xword .LC5891 .hword 17224 .hword 28755 .zero 4 .xword .LC5892 .xword .LC4113 .hword 17224 .hword 29043 .zero 4 .xword .LC5893 .xword .LC5894 .hword 2706 .hword 4112 .zero 4 .xword .LC5895 .xword .LC5896 .hword 6945 .hword 1554 .zero 4 .xword .LC5897 .xword .LC5898 .hword 6945 .hword 4161 .zero 4 .xword .LC5899 .xword .LC5900 .hword 6945 .hword 4162 .zero 4 .xword .LC5901 .xword .LC5902 .hword -32633 .hword 40 .zero 4 .xword .LC2466 .xword .LC2467 .hword -32633 .hword 2006 .zero 4 .xword .LC3386 .xword .LC3387 .hword 1790 .hword -26880 .zero 4 .xword .LC5903 .xword .LC5904 .hword 3468 .hword 14 .zero 4 .xword .LC3592 .xword .LC5905 .hword 3468 .hword 258 .zero 4 .xword .LC5906 .xword .LC5907 .hword 3468 .hword 20992 .zero 4 .xword .LC5908 .xword .LC5909 .hword 1193 .hword 12621 .zero 4 .xword .LC3006 .xword .LC5910 .hword 7225 .hword 768 .zero 4 .xword .LC5911 .xword .LC5912 .hword 5772 .hword 28 .zero 4 .xword .LC5913 .xword .LC5914 .hword 5772 .hword 39 .zero 4 .xword .LC5915 .xword .LC5916 .hword 5772 .hword 48 .zero 4 .xword .LC5917 .xword .LC5918 .hword 5772 .hword 7 .zero 4 .xword .LC5919 .xword .LC5920 .hword 5772 .hword 17 .zero 4 .xword .LC5921 .xword .LC5921 .hword 5772 .hword 18 .zero 4 .xword .LC5922 .xword .LC5923 .hword 5772 .hword 19 .zero 4 .xword .LC5924 .xword .LC5925 .hword 5772 .hword 25 .zero 4 .xword .LC5926 .xword .LC5927 .hword 5772 .hword 26 .zero 4 .xword .LC5928 .xword .LC5929 .hword 5772 .hword 27 .zero 4 .xword .LC5930 .xword .LC5931 .hword 5772 .hword 28 .zero 4 .xword .LC5932 .xword .LC5933 .hword 5772 .hword 28 .zero 4 .xword .LC5934 .xword .LC5935 .hword 5772 .hword 28 .zero 4 .xword .LC5936 .xword .LC5937 .hword 5772 .hword 29 .zero 4 .xword .LC5938 .xword .LC5939 .hword 5772 .hword 2 .zero 4 .xword .LC5940 .xword .LC5941 .hword 5772 .hword 35 .zero 4 .xword .LC5942 .xword .LC5943 .hword 5772 .hword 36 .zero 4 .xword .LC5944 .xword .LC5945 .hword 5772 .hword 39 .zero 4 .xword .LC5915 .xword .LC5916 .hword 5772 .hword 42 .zero 4 .xword .LC5946 .xword .LC5947 .hword 5772 .hword 43 .zero 4 .xword .LC5948 .xword .LC5949 .hword 5772 .hword 44 .zero 4 .xword .LC5950 .xword .LC5951 .hword 5772 .hword 45 .zero 4 .xword .LC5952 .xword .LC5953 .hword 5772 .hword 46 .zero 4 .xword .LC5954 .xword .LC5955 .hword 5772 .hword 48 .zero 4 .xword .LC5956 .xword .LC5957 .hword 5772 .hword 50 .zero 4 .xword .LC5958 .xword .LC5959 .hword 5772 .hword 52 .zero 4 .xword .LC5960 .xword .LC5961 .hword 5772 .hword 54 .zero 4 .xword .LC5962 .xword .LC5963 .hword 5772 .hword 55 .zero 4 .xword .LC5964 .xword .LC5965 .hword 5772 .hword 62 .zero 4 .xword .LC5966 .xword .LC5947 .hword 5772 .hword 7 .zero 4 .xword .LC5919 .xword .LC5947 .hword 5772 .hword 640 .zero 4 .xword .LC5967 .xword .LC5968 .hword 5772 .hword 50 .zero 4 .xword .LC3267 .xword .LC5969 .hword 5772 .hword 4116 .zero 4 .xword .LC5970 .xword .LC5971 .hword 5772 .hword 5361 .zero 4 .xword .LC5972 .xword .LC5071 .hword 5772 .hword 5772 .zero 4 .xword .LC5973 .xword .LC5974 .hword 5772 .hword 6715 .zero 4 .xword .LC5975 .xword .LC5976 .hword 5772 .hword 12290 .zero 4 .xword .LC5854 .xword .LC5977 .hword 5772 .hword 26214 .zero 4 .xword .LC5919 .xword .LC5916 .hword 5772 .hword -26506 .zero 4 .xword .LC5978 .xword .LC5916 .hword 5772 .hword -229 .zero 4 .xword .LC5979 .xword .LC5980 .hword 5772 .hword -106 .zero 4 .xword .LC5981 .xword .LC5982 .hword 5904 .hword 22546 .zero 4 .xword .LC5983 .xword .LC5984 .hword 5904 .hword -26571 .zero 4 .xword .LC5985 .xword .LC5346 .hword 5906 .hword 12344 .zero 4 .xword .LC4726 .xword .LC5850 .hword 5906 .hword 28976 .zero 4 .xword .LC5986 .xword .LC3006 .hword 4867 .hword 1 .zero 4 .xword .LC5987 .xword .LC5988 .hword 4867 .hword 2 .zero 4 .xword .LC2470 .xword .LC5989 .hword 4867 .hword 3 .zero 4 .xword .LC2470 .xword .LC5990 .hword 4867 .hword 4 .zero 4 .xword .LC2470 .xword .LC5991 .hword 4867 .hword 5 .zero 4 .xword .LC2470 .xword .LC5992 .hword 4867 .hword 6 .zero 4 .xword .LC2470 .xword .LC5993 .hword 4867 .hword 7 .zero 4 .xword .LC2470 .xword .LC5994 .hword 4867 .hword 8 .zero 4 .xword .LC2470 .xword .LC5995 .hword 4867 .hword 9 .zero 4 .xword .LC2470 .xword .LC5996 .hword 16708 .hword 64 .zero 4 .xword .LC5997 .xword .LC5998 .hword 16708 .hword 65 .zero 4 .xword .LC5999 .xword .LC6000 .hword 16708 .hword 66 .zero 4 .xword .LC6001 .xword .LC6000 .hword 16708 .hword 67 .zero 4 .xword .LC6002 .xword .LC6003 .hword 16708 .hword 68 .zero 4 .xword .LC6004 .xword .LC6005 .hword 16708 .hword 69 .zero 4 .xword .LC6006 .xword .LC6000 .hword 16708 .hword 70 .zero 4 .xword .LC6007 .xword .LC6000 .hword 16708 .hword 73 .zero 4 .xword .LC6008 .xword .LC6009 .hword 16708 .hword 74 .zero 4 .xword .LC6010 .xword .LC6011 .hword 16708 .hword 79 .zero 4 .xword .LC6012 .xword .LC6011 .hword 16708 .hword 80 .zero 4 .xword .LC6013 .xword .LC6014 .hword 16708 .hword 81 .zero 4 .xword .LC6015 .xword .LC6015 .hword 16708 .hword 82 .zero 4 .xword .LC6016 .xword .LC6017 .hword 16708 .hword 86 .zero 4 .xword .LC6018 .xword .LC6019 .hword 16708 .hword 87 .zero 4 .xword .LC6020 .xword .LC6021 .hword 16708 .hword 88 .zero 4 .xword .LC6022 .xword .LC6023 .hword 16708 .hword 91 .zero 4 .xword .LC6024 .xword .LC6025 .hword 16708 .hword 92 .zero 4 .xword .LC6026 .xword .LC6027 .hword 16708 .hword 95 .zero 4 .xword .LC6028 .xword .LC6029 .hword 16708 .hword 768 .zero 4 .xword .LC6030 .xword .LC6031 .hword 16708 .hword 769 .zero 4 .xword .LC6032 .xword .LC6031 .hword 16708 .hword 771 .zero 4 .xword .LC6033 .xword .LC6034 .hword 16708 .hword 773 .zero 4 .xword .LC6035 .xword .LC6036 .hword 6121 .hword 679 .zero 4 .xword .LC6037 .xword .LC6038 .hword 6121 .hword 17176 .zero 4 .xword .LC4688 .xword .LC6039 .hword 4914 .hword 21520 .zero 4 .xword .LC6040 .xword .LC6041 .hword 4914 .hword 21525 .zero 4 .xword .LC6042 .xword .LC6043 .hword 4914 .hword 21541 .zero 4 .xword .LC6044 .xword .LC6045 .hword 4914 .hword 24896 .zero 4 .xword .LC6046 .xword .LC6047 .hword 6280 .hword 769 .zero 4 .xword .LC9 .xword .LC9 .hword 6280 .hword 1537 .zero 4 .xword .LC9 .xword .LC9 .hword 6280 .hword 1808 .zero 4 .xword .LC9 .xword .LC9 .hword 6280 .hword 1824 .zero 4 .xword .LC9 .xword .LC9 .hword 6280 .hword 9475 .zero 4 .xword .LC6048 .xword .LC6049 .hword 6280 .hword 9476 .zero 4 .xword .LC6050 .xword .LC6051 .hword 6280 .hword 13571 .zero 4 .xword .LC6052 .xword .LC6053 .hword 6280 .hword 13573 .zero 4 .xword .LC6052 .xword .LC6054 .hword 5759 .hword 17972 .zero 4 .xword .LC9 .xword .LC6055 .hword 5759 .hword 19506 .zero 4 .xword .LC9 .xword .LC6056 .hword 5759 .hword 21316 .zero 4 .xword .LC6057 .xword .LC6058 .hword 5759 .hword 21571 .zero 4 .xword .LC9 .xword .LC6059 .hword 5759 .hword -3919 .zero 4 .xword .LC6060 .xword .LC6060 .hword 5759 .hword -3918 .zero 4 .xword .LC6061 .xword .LC6061 .hword 5759 .hword -3916 .zero 4 .xword .LC6062 .xword .LC6062 .hword 5759 .hword -3662 .zero 4 .xword .LC6063 .xword .LC6063 .hword 5759 .hword -2594 .zero 4 .xword .LC6064 .xword .LC6064 .hword 5759 .hword -562 .zero 4 .xword .LC6065 .xword .LC6065 .hword 5759 .hword -319 .zero 4 .xword .LC6066 .xword .LC6066 .hword 5301 .hword 512 .zero 4 .xword .LC6067 .xword .LC9 .hword 5301 .hword 768 .zero 4 .xword .LC6068 .xword .LC9 .hword 5301 .hword 1024 .zero 4 .xword .LC6069 .xword .LC9 .hword 5301 .hword 1536 .zero 4 .xword .LC6070 .xword .LC9 .hword 5301 .hword 2048 .zero 4 .xword .LC9 .xword .LC6071 .hword 5301 .hword 2304 .zero 4 .xword .LC6072 .xword .LC6071 .hword 5301 .hword 2560 .zero 4 .xword .LC9 .xword .LC6071 .hword 5301 .hword 2816 .zero 4 .xword .LC9 .xword .LC6071 .hword 5260 .hword 16401 .zero 4 .xword .LC6073 .xword .LC6074 .hword 5260 .hword 16722 .zero 4 .xword .LC6075 .xword .LC6076 .hword 5963 .hword 608 .zero 4 .xword .LC6077 .xword .LC6078 .hword 5963 .hword 609 .zero 4 .xword .LC6077 .xword .LC6079 .hword 5963 .hword 29046 .zero 4 .xword .LC6073 .xword .LC6080 .hword 5963 .hword 29047 .zero 4 .xword .LC6077 .xword .LC6081 .hword 5963 .hword 29126 .zero 4 .xword .LC6082 .xword .LC6083 .hword 5963 .hword 29252 .zero 4 .xword .LC6084 .xword .LC6085 .hword 5963 .hword 31762 .zero 4 .xword .LC6077 .xword .LC6086 .hword 5963 .hword 31763 .zero 4 .xword .LC6077 .xword .LC6087 .hword 5963 .hword -27391 .zero 4 .xword .LC6088 .xword .LC6089 .hword 5963 .hword -7930 .zero 4 .xword .LC6090 .xword .LC6091 .hword 5963 .hword -7887 .zero 4 .xword .LC6092 .xword .LC6093 .hword 5963 .hword -7872 .zero 4 .xword .LC6094 .xword .LC6095 .hword 6126 .hword 16723 .zero 4 .xword .LC6096 .xword .LC6097 .hword 4904 .hword 8264 .zero 4 .xword .LC9 .xword .LC9 .hword 4904 .hword -30584 .zero 4 .xword .LC6098 .xword .LC6099 .hword 5868 .hword 278 .zero 4 .xword .LC6100 .xword .LC6101 .hword 5868 .hword 771 .zero 4 .xword .LC6102 .xword .LC6103 .hword 5868 .hword 4103 .zero 4 .xword .LC6104 .xword .LC6105 .hword 5868 .hword 8211 .zero 4 .xword .LC6106 .xword .LC6107 .hword 5868 .hword 12032 .zero 4 .xword .LC6108 .xword .LC6109 .hword 5868 .hword 12050 .zero 4 .xword .LC6110 .xword .LC6111 .hword 5868 .hword 13957 .zero 4 .xword .LC6112 .xword .LC6113 .hword 5868 .hword 22149 .zero 4 .xword .LC6110 .xword .LC6114 .hword 61 .hword 58 .zero 4 .xword .LC6115 .xword .LC6116 .hword 61 .hword 61 .zero 4 .xword .LC6115 .xword .LC6117 .hword 61 .hword 209 .zero 4 .xword .LC6115 .xword .LC6118 .hword 3601 .hword 1 .zero 4 .xword .LC2455 .xword .LC6119 .hword 3601 .hword 2 .zero 4 .xword .LC6120 .xword .LC6121 .hword 3601 .hword 15 .zero 4 .xword .LC6122 .xword .LC6123 .hword 3601 .hword 18 .zero 4 .xword .LC6124 .xword .LC6124 .hword 3601 .hword 70 .zero 4 .xword .LC6125 .xword .LC6126 .hword 3601 .hword 73 .zero 4 .xword .LC6127 .xword .LC6128 .hword 3601 .hword 74 .zero 4 .xword .LC6129 .xword .LC6130 .hword 3601 .hword 90 .zero 4 .xword .LC6131 .xword .LC6132 .hword 3601 .hword 177 .zero 4 .xword .LC6133 .xword .LC6134 .hword 3601 .hword 192 .zero 4 .xword .LC6135 .xword .LC6136 .hword 3601 .hword 1288 .zero 4 .xword .LC6137 .xword .LC6138 .hword 3601 .hword 4096 .zero 4 .xword .LC6139 .xword .LC6140 .hword 3601 .hword 8192 .zero 4 .xword .LC6141 .xword .LC6140 .hword 3601 .hword 12338 .zero 4 .xword .LC6142 .xword .LC6143 .hword 3601 .hword 12339 .zero 4 .xword .LC6144 .xword .LC6145 .hword 3601 .hword 12340 .zero 4 .xword .LC6146 .xword .LC3110 .hword 3601 .hword 16384 .zero 4 .xword .LC6147 .xword .LC6140 .hword 3601 .hword 24592 .zero 4 .xword .LC6148 .xword .LC6149 .hword 3601 .hword 28704 .zero 4 .xword .LC6150 .xword .LC3779 .hword 3601 .hword -24340 .zero 4 .xword .LC9 .xword .LC6151 .hword 3601 .hword -24336 .zero 4 .xword .LC9 .xword .LC6152 .hword 3601 .hword -24333 .zero 4 .xword .LC9 .xword .LC6153 .hword 3601 .hword -24329 .zero 4 .xword .LC6154 .xword .LC6155 .hword 3601 .hword -24328 .zero 4 .xword .LC6156 .xword .LC6157 .hword 3601 .hword -24324 .zero 4 .xword .LC6158 .xword .LC6159 .hword 3601 .hword -20976 .zero 4 .xword .LC9 .xword .LC6160 .hword 3601 .hword -20951 .zero 4 .xword .LC6161 .xword .LC2851 .hword 3601 .hword -20950 .zero 4 .xword .LC6162 .xword .LC6163 .hword 3601 .hword -20949 .zero 4 .xword .LC6164 .xword .LC6165 .hword 3601 .hword -20943 .zero 4 .xword .LC6166 .xword .LC6167 .hword 3601 .hword -20942 .zero 4 .xword .LC6168 .xword .LC6169 .hword 3601 .hword -20941 .zero 4 .xword .LC6170 .xword .LC6171 .hword 3601 .hword -20940 .zero 4 .xword .LC9 .xword .LC6172 .hword 3601 .hword -20939 .zero 4 .xword .LC9 .xword .LC6173 .hword 3601 .hword -20928 .zero 4 .xword .LC9 .xword .LC6174 .hword 3601 .hword -20925 .zero 4 .xword .LC9 .xword .LC6175 .hword 3601 .hword -20887 .zero 4 .xword .LC6176 .xword .LC2851 .hword 3601 .hword -20884 .zero 4 .xword .LC6177 .xword .LC3861 .hword 3601 .hword -20883 .zero 4 .xword .LC6178 .xword .LC6163 .hword 3601 .hword -20463 .zero 4 .xword .LC9 .xword .LC6179 .hword 3601 .hword -20462 .zero 4 .xword .LC6180 .xword .LC6181 .hword 3601 .hword -20450 .zero 4 .xword .LC6182 .xword .LC6183 .hword 3601 .hword -20449 .zero 4 .xword .LC6184 .xword .LC6183 .hword 3601 .hword -20433 .zero 4 .xword .LC6185 .xword .LC6186 .hword 3601 .hword -20432 .zero 4 .xword .LC6187 .xword .LC6188 .hword 3601 .hword -20406 .zero 4 .xword .LC6189 .xword .LC6190 .hword 3601 .hword -20384 .zero 4 .xword .LC6191 .xword .LC6192 .hword 3601 .hword -20282 .zero 4 .xword .LC6193 .xword .LC6194 .hword 3601 .hword -20281 .zero 4 .xword .LC6195 .xword .LC6183 .hword 3601 .hword -20265 .zero 4 .xword .LC6196 .xword .LC6183 .hword 3601 .hword -20259 .zero 4 .xword .LC6197 .xword .LC6183 .hword 3601 .hword -20258 .zero 4 .xword .LC6198 .xword .LC6183 .hword 3601 .hword -20257 .zero 4 .xword .LC6199 .xword .LC6200 .hword 3601 .hword -20256 .zero 4 .xword .LC6201 .xword .LC6200 .hword 3601 .hword -20255 .zero 4 .xword .LC6202 .xword .LC6203 .hword 3601 .hword -20189 .zero 4 .xword .LC6204 .xword .LC6205 .hword 3601 .hword -20172 .zero 4 .xword .LC6206 .xword .LC6183 .hword 3601 .hword -20164 .zero 4 .xword .LC6207 .xword .LC6183 .hword 3601 .hword -20156 .zero 4 .xword .LC6208 .xword .LC6183 .hword 3601 .hword -20125 .zero 4 .xword .LC6209 .xword .LC6183 .hword 3601 .hword -20124 .zero 4 .xword .LC6210 .xword .LC6211 .hword 3601 .hword -20104 .zero 4 .xword .LC6212 .xword .LC6192 .hword 3601 .hword -20074 .zero 4 .xword .LC6213 .xword .LC6214 .hword 3601 .hword -20060 .zero 4 .xword .LC6215 .xword .LC6130 .hword 3601 .hword -19965 .zero 4 .xword .LC6216 .xword .LC6217 .hword 3601 .hword -19964 .zero 4 .xword .LC6216 .xword .LC6217 .hword 3601 .hword -3947 .zero 4 .xword .LC6218 .xword .LC6219 .hword 3601 .hword -3792 .zero 4 .xword .LC9 .xword .LC6220 .hword 3601 .hword -3760 .zero 4 .xword .LC6221 .xword .LC6222 .hword 3601 .hword -2304 .zero 4 .xword .LC9 .xword .LC6223 .hword 3601 .hword -2048 .zero 4 .xword .LC9 .xword .LC6224 .hword 4096 .hword 1 .zero 4 .xword .LC6225 .xword .LC6226 .hword 4096 .hword 2 .zero 4 .xword .LC6227 .xword .LC6228 .hword 4096 .hword 3 .zero 4 .xword .LC6229 .xword .LC6230 .hword 4096 .hword 4 .zero 4 .xword .LC6231 .xword .LC6232 .hword 4096 .hword 5 .zero 4 .xword .LC6233 .xword .LC6234 .hword 4096 .hword 6 .zero 4 .xword .LC6235 .xword .LC6236 .hword 4096 .hword 10 .zero 4 .xword .LC6237 .xword .LC6238 .hword 4096 .hword 11 .zero 4 .xword .LC6239 .xword .LC6238 .hword 4096 .hword 12 .zero 4 .xword .LC6240 .xword .LC6241 .hword 4096 .hword 13 .zero 4 .xword .LC6242 .xword .LC6243 .hword 4096 .hword 15 .zero 4 .xword .LC6244 .xword .LC6236 .hword 4096 .hword 16 .zero 4 .xword .LC6237 .xword .LC6245 .hword 4096 .hword 18 .zero 4 .xword .LC6246 .xword .LC6247 .hword 4096 .hword 19 .zero 4 .xword .LC6248 .xword .LC6249 .hword 4096 .hword 32 .zero 4 .xword .LC6229 .xword .LC6250 .hword 4096 .hword 33 .zero 4 .xword .LC6251 .xword .LC6252 .hword 4096 .hword 48 .zero 4 .xword .LC6253 .xword .LC6254 .hword 4096 .hword 49 .zero 4 .xword .LC6255 .xword .LC6256 .hword 4096 .hword 50 .zero 4 .xword .LC6257 .xword .LC6254 .hword 4096 .hword 53 .zero 4 .xword .LC6257 .xword .LC6256 .hword 4096 .hword 64 .zero 4 .xword .LC6257 .xword .LC6254 .hword 4096 .hword 80 .zero 4 .xword .LC6258 .xword .LC6259 .hword 4096 .hword 84 .zero 4 .xword .LC6260 .xword .LC6261 .hword 4096 .hword 86 .zero 4 .xword .LC6262 .xword .LC5707 .hword 4096 .hword 88 .zero 4 .xword .LC6258 .xword .LC5707 .hword 4096 .hword 91 .zero 4 .xword .LC6263 .xword .LC6264 .hword 4096 .hword 94 .zero 4 .xword .LC6265 .xword .LC6266 .hword 4096 .hword 96 .zero 4 .xword .LC6267 .xword .LC6268 .hword 4096 .hword 98 .zero 4 .xword .LC5706 .xword .LC5707 .hword 4096 .hword 100 .zero 4 .xword .LC6269 .xword .LC6270 .hword 4096 .hword 114 .zero 4 .xword .LC6271 .xword .LC6272 .hword 4096 .hword 115 .zero 4 .xword .LC6273 .xword .LC6274 .hword 4096 .hword 128 .zero 4 .xword .LC6275 .xword .LC6276 .hword 4096 .hword 143 .zero 4 .xword .LC6277 .xword .LC6278 .hword 4096 .hword 151 .zero 4 .xword .LC6279 .xword .LC6280 .hword 4096 .hword 1032 .zero 4 .xword .LC6281 .xword .LC6282 .hword 4096 .hword 1569 .zero 4 .xword .LC6283 .xword .LC6284 .hword 4096 .hword 1570 .zero 4 .xword .LC6285 .xword .LC6286 .hword 4096 .hword 1571 .zero 4 .xword .LC6287 .xword .LC6288 .hword 4096 .hword 1572 .zero 4 .xword .LC6289 .xword .LC6284 .hword 4096 .hword 1573 .zero 4 .xword .LC6289 .xword .LC6284 .hword 4096 .hword 1574 .zero 4 .xword .LC6290 .xword .LC4537 .hword 4096 .hword 1576 .zero 4 .xword .LC6291 .xword .LC4537 .hword 4096 .hword 1584 .zero 4 .xword .LC6292 .xword .LC6284 .hword 4096 .hword 1600 .zero 4 .xword .LC6293 .xword .LC4537 .hword 4096 .hword 1602 .zero 4 .xword .LC6294 .xword .LC4537 .hword 4096 .hword 1606 .zero 4 .xword .LC6295 .xword .LC4537 .hword 4096 .hword 1793 .zero 4 .xword .LC6242 .xword .LC6296 .hword 4096 .hword 1794 .zero 4 .xword .LC6297 .xword .LC3440 .hword 4096 .hword 2305 .zero 4 .xword .LC6298 .xword .LC3779 .hword 4096 .hword 4096 .zero 4 .xword .LC6299 .xword .LC6300 .hword 4096 .hword 4097 .zero 4 .xword .LC6301 .xword .LC6302 .hword 4096 .hword 4112 .zero 4 .xword .LC6303 .xword .LC6304 .hword 4096 .hword 4128 .zero 4 .xword .LC6305 .xword .LC6306 .hword 4096 .hword 6496 .zero 4 .xword .LC6307 .xword .LC6308 .hword 4096 .hword 12368 .zero 4 .xword .LC6273 .xword .LC6270 .hword 4096 .hword -26506 .zero 4 .xword .LC6309 .xword .LC6310 .hword 4098 .hword 17264 .zero 4 .xword .LC6311 .xword .LC6312 .hword 4098 .hword 26464 .zero 4 .xword .LC6313 .xword .LC6314 .hword 4098 .hword 256 .zero 4 .xword .LC6315 .xword .LC6315 .hword 4098 .hword 2 .zero 4 .xword .LC6316 .xword .LC6317 .hword 4098 .hword 13 .zero 4 .xword .LC6318 .xword .LC6319 .hword 4098 .hword 8202 .zero 4 .xword .LC6320 .xword .LC6321 .hword 4098 .hword 768 .zero 4 .xword .LC6322 .xword .LC2915 .hword 4098 .hword 2834 .zero 4 .xword .LC6323 .xword .LC6324 .hword 4098 .hword 4098 .zero 4 .xword .LC6325 .xword .LC6325 .hword 4098 .hword 16722 .zero 4 .xword .LC6326 .xword .LC6327 .hword 4098 .hword 4136 .zero 4 .xword .LC6328 .xword .LC6329 .hword 4098 .hword 4163 .zero 4 .xword .LC6330 .xword .LC6331 .hword 4098 .hword 17 .zero 4 .xword .LC6332 .xword .LC6333 .hword 4098 .hword 4369 .zero 4 .xword .LC6334 .xword .LC6335 .hword 4098 .hword 4610 .zero 4 .xword .LC6336 .xword .LC3410 .hword 4098 .hword 4883 .zero 4 .xword .LC6337 .xword .LC6338 .hword 4098 .hword 4884 .zero 4 .xword .LC6339 .xword .LC3306 .hword 4098 .hword 5120 .zero 4 .xword .LC6340 .xword .LC3410 .hword 4098 .hword 5121 .zero 4 .xword .LC6341 .xword .LC3410 .hword 4098 .hword 5122 .zero 4 .xword .LC6342 .xword .LC3410 .hword 4098 .hword 5123 .zero 4 .xword .LC6343 .xword .LC3410 .hword 4098 .hword 5124 .zero 4 .xword .LC6344 .xword .LC3410 .hword 4098 .hword 5125 .zero 4 .xword .LC6345 .xword .LC3410 .hword 4098 .hword 5136 .zero 4 .xword .LC6346 .xword .LC3410 .hword 4098 .hword 5143 .zero 4 .xword .LC6347 .xword .LC6348 .hword 4098 .hword 5145 .zero 4 .xword .LC6349 .xword .LC6350 .hword 4098 .hword 5681 .zero 4 .xword .LC6037 .xword .LC6351 .hword 4098 .hword 5908 .zero 4 .xword .LC6352 .xword .LC6353 .hword 4098 .hword 6840 .zero 4 .xword .LC2455 .xword .LC6354 .hword 4098 .hword 12624 .zero 4 .xword .LC6355 .xword .LC6356 .hword 4098 .hword 12625 .zero 4 .xword .LC6357 .xword .LC6358 .hword 4098 .hword 12626 .zero 4 .xword .LC6355 .xword .LC6359 .hword 4098 .hword 12628 .zero 4 .xword .LC6360 .xword .LC6361 .hword 4098 .hword 12657 .zero 4 .xword .LC6357 .xword .LC6362 .hword 4098 .hword 15952 .zero 4 .xword .LC6363 .xword .LC6364 .hword 4098 .hword 15956 .zero 4 .xword .LC6365 .xword .LC6366 .hword 4098 .hword 15984 .zero 4 .xword .LC6357 .xword .LC6367 .hword 4098 .hword 15988 .zero 4 .xword .LC6365 .xword .LC6368 .hword 4098 .hword 16694 .zero 4 .xword .LC6369 .xword .LC6370 .hword 4098 .hword 16695 .zero 4 .xword .LC6371 .xword .LC6372 .hword 4098 .hword 16707 .zero 4 .xword .LC6373 .xword .LC6374 .hword 4098 .hword 16708 .zero 4 .xword .LC6375 .xword .LC6376 .hword 4098 .hword 16709 .zero 4 .xword .LC6375 .xword .LC6377 .hword 4098 .hword 16710 .zero 4 .xword .LC6375 .xword .LC6378 .hword 4098 .hword 16711 .zero 4 .xword .LC6379 .xword .LC6380 .hword 4098 .hword 16712 .zero 4 .xword .LC6381 .xword .LC6382 .hword 4098 .hword 16713 .zero 4 .xword .LC6381 .xword .LC6376 .hword 4098 .hword 16720 .zero 4 .xword .LC6383 .xword .LC6384 .hword 4098 .hword 16721 .zero 4 .xword .LC6096 .xword .LC6385 .hword 4098 .hword 16722 .zero 4 .xword .LC6326 .xword .LC6385 .hword 4098 .hword 16723 .zero 4 .xword .LC6096 .xword .LC6386 .hword 4098 .hword 16724 .zero 4 .xword .LC6387 .xword .LC6388 .hword 4098 .hword 16725 .zero 4 .xword .LC6096 .xword .LC6385 .hword 4098 .hword 16728 .zero 4 .xword .LC6389 .xword .LC6390 .hword 4098 .hword 16740 .zero 4 .xword .LC6375 .xword .LC6391 .hword 4098 .hword 16742 .zero 4 .xword .LC6375 .xword .LC6392 .hword 4098 .hword 16743 .zero 4 .xword .LC6379 .xword .LC6393 .hword 4098 .hword 16744 .zero 4 .xword .LC6381 .xword .LC6394 .hword 4098 .hword 16745 .zero 4 .xword .LC6381 .xword .LC6391 .hword 4098 .hword 16752 .zero 4 .xword .LC6383 .xword .LC6395 .hword 4098 .hword 16753 .zero 4 .xword .LC6096 .xword .LC6396 .hword 4098 .hword 16754 .zero 4 .xword .LC6397 .xword .LC6396 .hword 4098 .hword 16755 .zero 4 .xword .LC6398 .xword .LC6399 .hword 4098 .hword 16756 .zero 4 .xword .LC6387 .xword .LC6400 .hword 4098 .hword 16757 .zero 4 .xword .LC6096 .xword .LC6401 .hword 4098 .hword 16962 .zero 4 .xword .LC6402 .xword .LC6403 .hword 4098 .hword 16963 .zero 4 .xword .LC9 .xword .LC6404 .hword 4098 .hword 17206 .zero 4 .xword .LC6405 .xword .LC6406 .hword 4098 .hword 17207 .zero 4 .xword .LC6407 .xword .LC6408 .hword 4098 .hword 17217 .zero 4 .xword .LC6409 .xword .LC3915 .hword 4098 .hword 17218 .zero 4 .xword .LC6409 .xword .LC6410 .hword 4098 .hword 17221 .zero 4 .xword .LC6409 .xword .LC6411 .hword 4098 .hword 17223 .zero 4 .xword .LC6409 .xword .LC3779 .hword 4098 .hword 17224 .zero 4 .xword .LC6409 .xword .LC3779 .hword 4098 .hword 17225 .zero 4 .xword .LC6409 .xword .LC6412 .hword 4098 .hword 17228 .zero 4 .xword .LC6409 .xword .LC6413 .hword 4098 .hword 17229 .zero 4 .xword .LC6409 .xword .LC3784 .hword 4098 .hword 17235 .zero 4 .xword .LC6409 .xword .LC3780 .hword 4098 .hword 17236 .zero 4 .xword .LC6414 .xword .LC6415 .hword 4098 .hword 17240 .zero 4 .xword .LC6416 .xword .LC6417 .hword 4098 .hword 17249 .zero 4 .xword .LC6418 .xword .LC6419 .hword 4098 .hword 17251 .zero 4 .xword .LC6420 .xword .LC6421 .hword 4098 .hword 17257 .zero 4 .xword .LC6422 .xword .LC6423 .hword 4098 .hword 17262 .zero 4 .xword .LC6422 .xword .LC6424 .hword 4098 .hword 17264 .zero 4 .xword .LC6425 .xword .LC6426 .hword 4098 .hword 17265 .zero 4 .xword .LC6427 .xword .LC6428 .hword 4098 .hword 17266 .zero 4 .xword .LC3780 .xword .LC3780 .hword 4098 .hword 17267 .zero 4 .xword .LC6427 .xword .LC4285 .hword 4098 .hword 17268 .zero 4 .xword .LC6427 .xword .LC6429 .hword 4098 .hword 17269 .zero 4 .xword .LC6427 .xword .LC6429 .hword 4098 .hword 17270 .zero 4 .xword .LC6430 .xword .LC6423 .hword 4098 .hword 17271 .zero 4 .xword .LC6427 .xword .LC6431 .hword 4098 .hword 17272 .zero 4 .xword .LC6425 .xword .LC3784 .hword 4098 .hword 17273 .zero 4 .xword .LC6432 .xword .LC6433 .hword 4098 .hword 17274 .zero 4 .xword .LC6430 .xword .LC6434 .hword 4098 .hword 17275 .zero 4 .xword .LC6435 .xword .LC6436 .hword 4098 .hword 17280 .zero 4 .xword .LC6437 .xword .LC6438 .hword 4098 .hword 17280 .zero 4 .xword .LC6437 .xword .LC6439 .hword 4098 .hword 17280 .zero 4 .xword .LC6440 .xword .LC3939 .hword 4098 .hword 17281 .zero 4 .xword .LC6441 .xword .LC6442 .hword 4098 .hword 17283 .zero 4 .xword .LC6443 .xword .LC6444 .hword 4098 .hword 17284 .zero 4 .xword .LC6445 .xword .LC6446 .hword 4098 .hword 17285 .zero 4 .xword .LC6447 .xword .LC6448 .hword 4098 .hword 17286 .zero 4 .xword .LC6449 .xword .LC2822 .hword 4098 .hword 17287 .zero 4 .xword .LC6450 .xword .LC6429 .hword 4098 .hword 17288 .zero 4 .xword .LC6451 .xword .LC6429 .hword 4098 .hword 17289 .zero 4 .xword .LC6452 .xword .LC6429 .hword 4098 .hword 17290 .zero 4 .xword .LC6453 .xword .LC6429 .hword 4098 .hword 17291 .zero 4 .xword .LC6454 .xword .LC6429 .hword 4098 .hword 17292 .zero 4 .xword .LC6455 .xword .LC6456 .hword 4098 .hword 17293 .zero 4 .xword .LC6457 .xword .LC6458 .hword 4098 .hword 1081 .zero 4 .xword .LC6459 .xword .LC6460 .hword 4098 .hword 17296 .zero 4 .xword .LC6461 .xword .LC6462 .hword 4098 .hword 17297 .zero 4 .xword .LC6463 .xword .LC3939 .hword 4098 .hword 17297 .zero 4 .xword .LC6464 .xword .LC6465 .hword 4098 .hword 17298 .zero 4 .xword .LC6463 .xword .LC4001 .hword 4098 .hword 17299 .zero 4 .xword .LC6466 .xword .LC6467 .hword 4098 .hword 17300 .zero 4 .xword .LC6468 .xword .LC6469 .hword 4098 .hword 17302 .zero 4 .xword .LC6470 .xword .LC4285 .hword 4098 .hword 17303 .zero 4 .xword .LC6471 .xword .LC6429 .hword 4098 .hword 17304 .zero 4 .xword .LC6443 .xword .LC6429 .hword 4098 .hword 17308 .zero 4 .xword .LC6472 .xword .LC6423 .hword 4098 .hword 17309 .zero 4 .xword .LC6473 .xword .LC6474 .hword 4098 .hword 17312 .zero 4 .xword .LC6475 .xword .LC6348 .hword 4098 .hword 17315 .zero 4 .xword .LC6476 .xword .LC6348 .hword 4098 .hword 17463 .zero 4 .xword .LC6477 .xword .LC6478 .hword 4098 .hword 17748 .zero 4 .xword .LC6479 .xword .LC9 .hword 4098 .hword 18004 .zero 4 .xword .LC6480 .xword .LC6481 .hword 4098 .hword 18242 .zero 4 .xword .LC6482 .xword .LC6483 .hword 4098 .hword 18244 .zero 4 .xword .LC6484 .xword .LC6484 .hword 4098 .hword 18247 .zero 4 .xword .LC6485 .xword .LC6486 .hword 4098 .hword 18249 .zero 4 .xword .LC6487 .xword .LC6488 .hword 4098 .hword 18252 .zero 4 .xword .LC6489 .xword .LC6490 .hword 4098 .hword 18253 .zero 4 .xword .LC6491 .xword .LC6492 .hword 4098 .hword 18254 .zero 4 .xword .LC6493 .xword .LC9 .hword 4098 .hword 18255 .zero 4 .xword .LC6494 .xword .LC6495 .hword 4098 .hword 18256 .zero 4 .xword .LC6072 .xword .LC6496 .hword 4098 .hword 18257 .zero 4 .xword .LC6075 .xword .LC5867 .hword 4098 .hword 18258 .zero 4 .xword .LC6497 .xword .LC6498 .hword 4098 .hword 18259 .zero 4 .xword .LC6499 .xword .LC9 .hword 4098 .hword 18260 .zero 4 .xword .LC6500 .xword .LC6501 .hword 4098 .hword 18261 .zero 4 .xword .LC6502 .xword .LC6503 .hword 4098 .hword 18262 .zero 4 .xword .LC6504 .xword .LC6505 .hword 4098 .hword 18263 .zero 4 .xword .LC6506 .xword .LC6504 .hword 4098 .hword 18264 .zero 4 .xword .LC6507 .xword .LC6508 .hword 4098 .hword 18265 .zero 4 .xword .LC6509 .xword .LC6510 .hword 4098 .hword 18266 .zero 4 .xword .LC6511 .xword .LC6512 .hword 4098 .hword 18790 .zero 4 .xword .LC6073 .xword .LC6513 .hword 4098 .hword 18791 .zero 4 .xword .LC6073 .xword .LC6514 .hword 4098 .hword 18798 .zero 4 .xword .LC6073 .xword .LC6515 .hword 4098 .hword 18799 .zero 4 .xword .LC6073 .xword .LC6516 .hword 4098 .hword 19016 .zero 4 .xword .LC6517 .xword .LC6518 .hword 4098 .hword 19017 .zero 4 .xword .LC6517 .xword .LC6519 .hword 4098 .hword 19018 .zero 4 .xword .LC6517 .xword .LC6518 .hword 4098 .hword 19019 .zero 4 .xword .LC6517 .xword .LC6520 .hword 4098 .hword 19020 .zero 4 .xword .LC6517 .xword .LC6518 .hword 4098 .hword 19021 .zero 4 .xword .LC6521 .xword .LC6522 .hword 4098 .hword 19022 .zero 4 .xword .LC6523 .xword .LC6524 .hword 4098 .hword 19023 .zero 4 .xword .LC6517 .xword .LC6525 .hword 4098 .hword 19024 .zero 4 .xword .LC6517 .xword .LC6526 .hword 4098 .hword 19028 .zero 4 .xword .LC6517 .xword .LC6527 .hword 4098 .hword 19048 .zero 4 .xword .LC6517 .xword .LC6528 .hword 4098 .hword 19049 .zero 4 .xword .LC6517 .xword .LC6529 .hword 4098 .hword 19050 .zero 4 .xword .LC6517 .xword .LC6528 .hword 4098 .hword 19051 .zero 4 .xword .LC6517 .xword .LC6530 .hword 4098 .hword 19052 .zero 4 .xword .LC6517 .xword .LC6528 .hword 4098 .hword 19053 .zero 4 .xword .LC6521 .xword .LC6531 .hword 4098 .hword 19055 .zero 4 .xword .LC6517 .xword .LC6532 .hword 4098 .hword 19056 .zero 4 .xword .LC6517 .xword .LC6533 .hword 4098 .hword 19060 .zero 4 .xword .LC6517 .xword .LC6534 .hword 4098 .hword 19273 .zero 4 .xword .LC6535 .xword .LC6536 .hword 4098 .hword 19275 .zero 4 .xword .LC6535 .xword .LC6537 .hword 4098 .hword 19276 .zero 4 .xword .LC6535 .xword .LC6538 .hword 4098 .hword 19305 .zero 4 .xword .LC6535 .xword .LC6539 .hword 4098 .hword 19306 .zero 4 .xword .LC6535 .xword .LC6540 .hword 4098 .hword 19307 .zero 4 .xword .LC6535 .xword .LC6541 .hword 4098 .hword 19308 .zero 4 .xword .LC6535 .xword .LC6542 .hword 4098 .hword 19522 .zero 4 .xword .LC6543 .xword .LC6544 .hword 4098 .hword 19524 .zero 4 .xword .LC6545 .xword .LC6546 .hword 4098 .hword 19525 .zero 4 .xword .LC9 .xword .LC6547 .hword 4098 .hword 19526 .zero 4 .xword .LC6548 .xword .LC6549 .hword 4098 .hword 19527 .zero 4 .xword .LC6550 .xword .LC6551 .hword 4098 .hword 19529 .zero 4 .xword .LC5762 .xword .LC6552 .hword 4098 .hword 19533 .zero 4 .xword .LC6553 .xword .LC6554 .hword 4098 .hword 19534 .zero 4 .xword .LC6555 .xword .LC6556 .hword 4098 .hword 19536 .zero 4 .xword .LC3006 .xword .LC6557 .hword 4098 .hword 19537 .zero 4 .xword .LC6558 .xword .LC6557 .hword 4098 .hword 19538 .zero 4 .xword .LC6559 .xword .LC6560 .hword 4098 .hword 19539 .zero 4 .xword .LC6561 .xword .LC6562 .hword 4098 .hword 19540 .zero 4 .xword .LC6563 .xword .LC6564 .hword 4098 .hword 19543 .zero 4 .xword .LC6565 .xword .LC6566 .hword 4098 .hword 19544 .zero 4 .xword .LC6567 .xword .LC6568 .hword 4098 .hword 19545 .zero 4 .xword .LC6569 .xword .LC6570 .hword 4098 .hword 19546 .zero 4 .xword .LC9 .xword .LC6571 .hword 4098 .hword 19556 .zero 4 .xword .LC9 .xword .LC6572 .hword 4098 .hword 19558 .zero 4 .xword .LC6073 .xword .LC6573 .hword 4098 .hword 19566 .zero 4 .xword .LC6574 .xword .LC6575 .hword 4098 .hword 19782 .zero 4 .xword .LC6576 .xword .LC6577 .hword 4098 .hword 19788 .zero 4 .xword .LC6578 .xword .LC6579 .hword 4098 .hword 19794 .zero 4 .xword .LC6580 .xword .LC6580 .hword 4098 .hword 19795 .zero 4 .xword .LC6581 .xword .LC6581 .hword 4098 .hword 20036 .zero 4 .xword .LC6375 .xword .LC6582 .hword 4098 .hword 20037 .zero 4 .xword .LC6375 .xword .LC6583 .hword 4098 .hword 20038 .zero 4 .xword .LC6375 .xword .LC6584 .hword 4098 .hword 20039 .zero 4 .xword .LC6379 .xword .LC6585 .hword 4098 .hword 20040 .zero 4 .xword .LC6381 .xword .LC6586 .hword 4098 .hword 20041 .zero 4 .xword .LC6381 .xword .LC6587 .hword 4098 .hword 20042 .zero 4 .xword .LC6588 .xword .LC6589 .hword 4098 .hword 20043 .zero 4 .xword .LC6590 .xword .LC6591 .hword 4098 .hword 20048 .zero 4 .xword .LC6592 .xword .LC6593 .hword 4098 .hword 20049 .zero 4 .xword .LC6096 .xword .LC6385 .hword 4098 .hword 20050 .zero 4 .xword .LC6592 .xword .LC6594 .hword 4098 .hword 20052 .zero 4 .xword .LC6595 .xword .LC6596 .hword 4098 .hword 20054 .zero 4 .xword .LC6597 .xword .LC6598 .hword 4098 .hword 20068 .zero 4 .xword .LC6375 .xword .LC6599 .hword 4098 .hword 20069 .zero 4 .xword .LC6375 .xword .LC6600 .hword 4098 .hword 20070 .zero 4 .xword .LC6375 .xword .LC6601 .hword 4098 .hword 20071 .zero 4 .xword .LC6379 .xword .LC6602 .hword 4098 .hword 20072 .zero 4 .xword .LC6381 .xword .LC6603 .hword 4098 .hword 20073 .zero 4 .xword .LC6381 .xword .LC6604 .hword 4098 .hword 20074 .zero 4 .xword .LC6588 .xword .LC6605 .hword 4098 .hword 20075 .zero 4 .xword .LC6590 .xword .LC6606 .hword 4098 .hword 20081 .zero 4 .xword .LC6096 .xword .LC6396 .hword 4098 .hword 20545 .zero 4 .xword .LC6607 .xword .LC6608 .hword 4098 .hword 20546 .zero 4 .xword .LC6609 .xword .LC6610 .hword 4098 .hword 20547 .zero 4 .xword .LC6611 .xword .LC6612 .hword 4098 .hword 20548 .zero 4 .xword .LC6613 .xword .LC6614 .hword 4098 .hword 20549 .zero 4 .xword .LC9 .xword .LC6615 .hword 4098 .hword 20550 .zero 4 .xword .LC6616 .xword .LC6617 .hword 4098 .hword 20551 .zero 4 .xword .LC6618 .xword .LC6619 .hword 4098 .hword 20552 .zero 4 .xword .LC6620 .xword .LC6621 .hword 4098 .hword 20553 .zero 4 .xword .LC6616 .xword .LC6622 .hword 4098 .hword 20554 .zero 4 .xword .LC6623 .xword .LC6624 .hword 4098 .hword 20555 .zero 4 .xword .LC6625 .xword .LC6626 .hword 4098 .hword 20556 .zero 4 .xword .LC6627 .xword .LC6628 .hword 4098 .hword 20557 .zero 4 .xword .LC6629 .xword .LC6629 .hword 4098 .hword 20558 .zero 4 .xword .LC6630 .xword .LC6631 .hword 4098 .hword 20559 .zero 4 .xword .LC6632 .xword .LC6633 .hword 4098 .hword 20560 .zero 4 .xword .LC6634 .xword .LC6635 .hword 4098 .hword 20561 .zero 4 .xword .LC6636 .xword .LC6637 .hword 4098 .hword 20562 .zero 4 .xword .LC6638 .xword .LC6639 .hword 4098 .hword 20563 .zero 4 .xword .LC6640 .xword .LC6640 .hword 4098 .hword 20564 .zero 4 .xword .LC6641 .xword .LC6642 .hword 4098 .hword 20565 .zero 4 .xword .LC6643 .xword .LC6643 .hword 4098 .hword 20566 .zero 4 .xword .LC6644 .xword .LC6645 .hword 4098 .hword 20567 .zero 4 .xword .LC6646 .xword .LC6647 .hword 4098 .hword 20568 .zero 4 .xword .LC6648 .xword .LC6649 .hword 4098 .hword 20804 .zero 4 .xword .LC6650 .xword .LC6650 .hword 4098 .hword 20805 .zero 4 .xword .LC9 .xword .LC6651 .hword 4098 .hword 20806 .zero 4 .xword .LC9 .xword .LC6652 .hword 4098 .hword 20807 .zero 4 .xword .LC9 .xword .LC6653 .hword 4098 .hword 20808 .zero 4 .xword .LC6654 .xword .LC6655 .hword 4098 .hword 20809 .zero 4 .xword .LC9 .xword .LC6656 .hword 4098 .hword 20810 .zero 4 .xword .LC9 .xword .LC6657 .hword 4098 .hword 20811 .zero 4 .xword .LC9 .xword .LC6658 .hword 4098 .hword 20812 .zero 4 .xword .LC6654 .xword .LC6659 .hword 4098 .hword 20813 .zero 4 .xword .LC6654 .xword .LC6660 .hword 4098 .hword 20814 .zero 4 .xword .LC9 .xword .LC6661 .hword 4098 .hword 20815 .zero 4 .xword .LC9 .xword .LC6662 .hword 4098 .hword 20823 .zero 4 .xword .LC6663 .xword .LC6664 .hword 4098 .hword 20824 .zero 4 .xword .LC6665 .xword .LC6666 .hword 4098 .hword 20825 .zero 4 .xword .LC6667 .xword .LC6668 .hword 4098 .hword 20826 .zero 4 .xword .LC9 .xword .LC6669 .hword 4098 .hword 20830 .zero 4 .xword .LC6670 .xword .LC6670 .hword 4098 .hword 20840 .zero 4 .xword .LC6671 .xword .LC6672 .hword 4098 .hword 20841 .zero 4 .xword .LC9 .xword .LC6673 .hword 4098 .hword 20842 .zero 4 .xword .LC9 .xword .LC6674 .hword 4098 .hword 20843 .zero 4 .xword .LC9 .xword .LC6675 .hword 4098 .hword 20844 .zero 4 .xword .LC3875 .xword .LC6659 .hword 4098 .hword 20845 .zero 4 .xword .LC6654 .xword .LC6676 .hword 4098 .hword 21061 .zero 4 .xword .LC6677 .xword .LC6678 .hword 4098 .hword 21062 .zero 4 .xword .LC6679 .xword .LC6680 .hword 4098 .hword 21063 .zero 4 .xword .LC6680 .xword .LC6681 .hword 4098 .hword 21067 .zero 4 .xword .LC6682 .xword .LC6683 .hword 4098 .hword 21068 .zero 4 .xword .LC9 .xword .LC6684 .hword 4098 .hword 21317 .zero 4 .xword .LC9 .xword .LC6685 .hword 4098 .hword 21318 .zero 4 .xword .LC6686 .xword .LC6686 .hword 4098 .hword 21319 .zero 4 .xword .LC9 .xword .LC6687 .hword 4098 .hword 21320 .zero 4 .xword .LC9 .xword .LC6688 .hword 4098 .hword 21323 .zero 4 .xword .LC6689 .xword .LC6690 .hword 4098 .hword 21324 .zero 4 .xword .LC6691 .xword .LC6692 .hword 4098 .hword 21325 .zero 4 .xword .LC6693 .xword .LC6694 .hword 4098 .hword 21326 .zero 4 .xword .LC6695 .xword .LC9 .hword 4098 .hword 21332 .zero 4 .xword .LC9 .xword .LC6696 .hword 4098 .hword 21574 .zero 4 .xword .LC3006 .xword .LC6697 .hword 4098 .hword 21580 .zero 4 .xword .LC9 .xword .LC6698 .hword 4098 .hword 21586 .zero 4 .xword .LC6699 .xword .LC6700 .hword 4098 .hword 21589 .zero 4 .xword .LC9 .xword .LC6701 .hword 4098 .hword 21591 .zero 4 .xword .LC6407 .xword .LC6408 .hword 4098 .hword 21600 .zero 4 .xword .LC6702 .xword .LC6359 .hword 4098 .hword 21601 .zero 4 .xword .LC6702 .xword .LC6359 .hword 4098 .hword 21602 .zero 4 .xword .LC6703 .xword .LC6704 .hword 4098 .hword 21604 .zero 4 .xword .LC6705 .xword .LC6706 .hword 4098 .hword 21832 .zero 4 .xword .LC6707 .xword .LC6518 .hword 4098 .hword 21833 .zero 4 .xword .LC6707 .xword .LC6708 .hword 4098 .hword 21834 .zero 4 .xword .LC6707 .xword .LC6526 .hword 4098 .hword 21835 .zero 4 .xword .LC6707 .xword .LC6709 .hword 4098 .hword 21837 .zero 4 .xword .LC6710 .xword .LC6711 .hword 4098 .hword 21838 .zero 4 .xword .LC6710 .xword .LC6709 .hword 4098 .hword 21839 .zero 4 .xword .LC6710 .xword .LC6708 .hword 4098 .hword 21840 .zero 4 .xword .LC6712 .xword .LC6713 .hword 4098 .hword 21841 .zero 4 .xword .LC6712 .xword .LC6714 .hword 4098 .hword 21864 .zero 4 .xword .LC6707 .xword .LC6528 .hword 4098 .hword 21865 .zero 4 .xword .LC6707 .xword .LC6715 .hword 4098 .hword 21866 .zero 4 .xword .LC6707 .xword .LC6533 .hword 4098 .hword 21867 .zero 4 .xword .LC6707 .xword .LC6716 .hword 4098 .hword 21869 .zero 4 .xword .LC6710 .xword .LC6717 .hword 4098 .hword 21870 .zero 4 .xword .LC6710 .xword .LC6716 .hword 4098 .hword 21871 .zero 4 .xword .LC6710 .xword .LC6715 .hword 4098 .hword 21872 .zero 4 .xword .LC6712 .xword .LC6718 .hword 4098 .hword 21873 .zero 4 .xword .LC6712 .xword .LC6719 .hword 4098 .hword 22090 .zero 4 .xword .LC6720 .xword .LC6721 .hword 4098 .hword 22091 .zero 4 .xword .LC6720 .xword .LC6721 .hword 4098 .hword 22095 .zero 4 .xword .LC6722 .xword .LC6723 .hword 4098 .hword 22098 .zero 4 .xword .LC6722 .xword .LC6724 .hword 4098 .hword 22099 .zero 4 .xword .LC6330 .xword .LC6331 .hword 4098 .hword 22100 .zero 4 .xword .LC6725 .xword .LC6480 .hword 4098 .hword 22101 .zero 4 .xword .LC9 .xword .LC6726 .hword 4098 .hword 22102 .zero 4 .xword .LC6727 .xword .LC6727 .hword 4098 .hword 22103 .zero 4 .xword .LC6330 .xword .LC6728 .hword 4098 .hword 22131 .zero 4 .xword .LC6722 .xword .LC6729 .hword 4098 .hword 22135 .zero 4 .xword .LC6330 .xword .LC6730 .hword 4098 .hword 22576 .zero 4 .xword .LC6731 .xword .LC2845 .hword 4098 .hword 22577 .zero 4 .xword .LC6731 .xword .LC2845 .hword 4098 .hword 22578 .zero 4 .xword .LC6731 .xword .LC2845 .hword 4098 .hword 22579 .zero 4 .xword .LC6732 .xword .LC6733 .hword 4098 .hword 22580 .zero 4 .xword .LC6731 .xword .LC6734 .hword 4098 .hword 22581 .zero 4 .xword .LC6732 .xword .LC6735 .hword 4098 .hword 22584 .zero 4 .xword .LC6736 .xword .LC6737 .hword 4098 .hword 22612 .zero 4 .xword .LC6738 .xword .LC6739 .hword 4098 .hword 22644 .zero 4 .xword .LC6740 .xword .LC6739 .hword 4098 .hword 22848 .zero 4 .xword .LC6077 .xword .LC6741 .hword 4098 .hword 22849 .zero 4 .xword .LC6077 .xword .LC6742 .hword 4098 .hword 22864 .zero 4 .xword .LC6738 .xword .LC6743 .hword 4098 .hword 22868 .zero 4 .xword .LC6740 .xword .LC6744 .hword 4098 .hword 22869 .zero 4 .xword .LC6745 .xword .LC6746 .hword 4098 .hword 22880 .zero 4 .xword .LC6077 .xword .LC6747 .hword 4098 .hword 22880 .zero 4 .xword .LC6748 .xword .LC6749 .hword 4098 .hword 22881 .zero 4 .xword .LC6077 .xword .LC6750 .hword 4098 .hword 22882 .zero 4 .xword .LC6751 .xword .LC6752 .hword 4098 .hword 22884 .zero 4 .xword .LC6752 .xword .LC6753 .hword 4098 .hword 22885 .zero 4 .xword .LC3006 .xword .LC6754 .hword 4098 .hword 22900 .zero 4 .xword .LC6740 .xword .LC6739 .hword 4098 .hword 22900 .zero 4 .xword .LC6740 .xword .LC6755 .hword 4098 .hword 22901 .zero 4 .xword .LC6756 .xword .LC6739 .hword 4098 .hword 23075 .zero 4 .xword .LC6757 .xword .LC6758 .hword 4098 .hword 23089 .zero 4 .xword .LC6759 .xword .LC2845 .hword 4098 .hword 23091 .zero 4 .xword .LC6760 .xword .LC6761 .hword 4098 .hword 23103 .zero 4 .xword .LC6762 .xword .LC6763 .hword 4098 .hword 23105 .zero 4 .xword .LC6764 .zero 8 .hword 4098 .hword 23105 .zero 4 .xword .LC6765 .xword .LC6739 .hword 4098 .hword 23106 .zero 4 .xword .LC6766 .xword .LC6739 .hword 4098 .hword 23107 .zero 4 .xword .LC6765 .xword .LC6739 .hword 4098 .hword 23136 .zero 4 .xword .LC6767 .xword .LC6768 .hword 4098 .hword 23137 .zero 4 .xword .LC6760 .xword .LC6769 .hword 4098 .hword 23137 .zero 4 .xword .LC6760 .xword .LC6739 .hword 4098 .hword 23138 .zero 4 .xword .LC6770 .xword .LC6771 .hword 4098 .hword 23139 .zero 4 .xword .LC6760 .xword .LC6739 .hword 4098 .hword 23392 .zero 4 .xword .LC6311 .xword .LC6772 .hword 4098 .hword 23394 .zero 4 .xword .LC6773 .xword .LC6774 .hword 4098 .hword 23395 .zero 4 .xword .LC6775 .xword .LC6776 .hword 4098 .hword 23396 .zero 4 .xword .LC6777 .xword .LC6778 .hword 4098 .hword 23397 .zero 4 .xword .LC6311 .xword .LC6779 .hword 4098 .hword 23392 .zero 4 .xword .LC6311 .xword .LC6776 .hword 4098 .hword 23408 .zero 4 .xword .LC6357 .xword .LC6780 .hword 4098 .hword 23410 .zero 4 .xword .LC6773 .xword .LC6781 .hword 4098 .hword 23411 .zero 4 .xword .LC6311 .xword .LC6782 .hword 4098 .hword 23412 .zero 4 .xword .LC6777 .xword .LC6783 .hword 4098 .hword 23413 .zero 4 .xword .LC6311 .xword .LC6784 .hword 4098 .hword 23649 .zero 4 .xword .LC6785 .xword .LC6786 .hword 4098 .hword 23651 .zero 4 .xword .LC6787 .xword .LC6786 .hword 4098 .hword 23876 .zero 4 .xword .LC6077 .xword .LC6788 .hword 4098 .hword 23877 .zero 4 .xword .LC6077 .xword .LC6789 .hword 4098 .hword 23880 .zero 4 .xword .LC6790 .xword .LC6791 .hword 4098 .hword 23881 .zero 4 .xword .LC6792 .xword .LC6793 .hword 4098 .hword 23882 .zero 4 .xword .LC6790 .xword .LC6794 .hword 4098 .hword 23885 .zero 4 .xword .LC6795 .xword .LC6538 .hword 4098 .hword 23887 .zero 4 .xword .LC6795 .xword .LC6708 .hword 4098 .hword 23888 .zero 4 .xword .LC6796 .xword .LC6797 .hword 4098 .hword 23890 .zero 4 .xword .LC6795 .xword .LC6536 .hword 4098 .hword 23895 .zero 4 .xword .LC6707 .xword .LC6520 .hword 4098 .hword 23917 .zero 4 .xword .LC6795 .xword .LC6542 .hword 4098 .hword 23919 .zero 4 .xword .LC6795 .xword .LC6715 .hword 4098 .hword 23920 .zero 4 .xword .LC6796 .xword .LC6798 .hword 4098 .hword 23922 .zero 4 .xword .LC6795 .xword .LC6539 .hword 4098 .hword 23927 .zero 4 .xword .LC6707 .xword .LC6530 .hword 4098 .hword 24136 .zero 4 .xword .LC6799 .xword .LC6800 .hword 4098 .hword 24138 .zero 4 .xword .LC6330 .xword .LC6801 .hword 4098 .hword 24139 .zero 4 .xword .LC6330 .xword .LC6802 .hword 4098 .hword 24140 .zero 4 .xword .LC6330 .xword .LC6803 .hword 4098 .hword 24141 .zero 4 .xword .LC6330 .xword .LC6804 .hword 4098 .hword 24143 .zero 4 .xword .LC6330 .xword .LC6805 .hword 4098 .hword 24168 .zero 4 .xword .LC6799 .xword .LC6806 .hword 4098 .hword 24170 .zero 4 .xword .LC6330 .xword .LC6807 .hword 4098 .hword 24171 .zero 4 .xword .LC6330 .xword .LC6808 .hword 4098 .hword 24172 .zero 4 .xword .LC6330 .xword .LC6809 .hword 4098 .hword 24173 .zero 4 .xword .LC6330 .xword .LC6810 .hword 4098 .hword 24175 .zero 4 .xword .LC6330 .xword .LC6811 .hword 4098 .hword 24694 .zero 4 .xword .LC6812 .xword .LC5647 .hword 4098 .hword 26112 .zero 4 .xword .LC68 .xword .LC6813 .hword 4098 .hword 26392 .zero 4 .xword .LC6814 .xword .LC6815 .hword 4098 .hword 26393 .zero 4 .xword .LC6816 .xword .LC6817 .hword 4098 .hword 26424 .zero 4 .xword .LC6818 .xword .LC1578 .hword 4098 .hword 26425 .zero 4 .xword .LC6819 .xword .LC6820 .hword 4098 .hword 26430 .zero 4 .xword .LC6821 .xword .LC6822 .hword 4098 .hword 26432 .zero 4 .xword .LC6823 .xword .LC6824 .hword 4098 .hword 26433 .zero 4 .xword .LC6825 .xword .LC6826 .hword 4098 .hword 26433 .zero 4 .xword .LC6827 .xword .LC6828 .hword 4098 .hword 26441 .zero 4 .xword .LC3006 .xword .LC3006 .hword 4098 .hword 26442 .zero 4 .xword .LC6829 .xword .LC6830 .hword 4098 .hword 26448 .zero 4 .xword .LC6831 .xword .LC6832 .hword 4098 .hword 26456 .zero 4 .xword .LC301 .xword .LC6833 .hword 4098 .hword 26457 .zero 4 .xword .LC6831 .xword .LC6832 .hword 4098 .hword 26461 .zero 4 .xword .LC6834 .xword .LC6835 .hword 4098 .hword 26464 .zero 4 .xword .LC6836 .xword .LC6837 .hword 4098 .hword 26465 .zero 4 .xword .LC6838 .xword .LC6839 .hword 4098 .hword 26488 .zero 4 .xword .LC6840 .xword .LC6841 .hword 4098 .hword 26489 .zero 4 .xword .LC6842 .xword .LC6842 .hword 4098 .hword 26491 .zero 4 .xword .LC2512 .xword .LC6843 .hword 4098 .hword 26520 .zero 4 .xword .LC6844 .xword .LC6845 .hword 4098 .hword 26640 .zero 4 .xword .LC6328 .xword .LC6329 .hword 4098 .hword 26649 .zero 4 .xword .LC6846 .xword .LC6847 .hword 4098 .hword 26688 .zero 4 .xword .LC6848 .xword .LC6849 .hword 4098 .hword 26689 .zero 4 .xword .LC6850 .xword .LC6851 .hword 4098 .hword 26776 .zero 4 .xword .LC6852 .xword .LC6853 .hword 4098 .hword 26777 .zero 4 .xword .LC6854 .xword .LC6853 .hword 4098 .hword 26780 .zero 4 .xword .LC6855 .xword .LC6856 .hword 4098 .hword 26784 .zero 4 .xword .LC6857 .xword .LC6858 .hword 4098 .hword 26785 .zero 4 .xword .LC6859 .xword .LC6858 .hword 4098 .hword 26792 .zero 4 .xword .LC6860 .xword .LC6860 .hword 4098 .hword 26800 .zero 4 .xword .LC6857 .xword .LC6858 .hword 4098 .hword 26808 .zero 4 .xword .LC6861 .xword .LC6862 .hword 4098 .hword 26810 .zero 4 .xword .LC6863 .xword .LC6864 .hword 4098 .hword 26814 .zero 4 .xword .LC6865 .xword .LC6862 .hword 4098 .hword 26817 .zero 4 .xword .LC6866 .xword .LC6867 .hword 4098 .hword 26824 .zero 4 .xword .LC6868 .xword .LC6869 .hword 4098 .hword 26825 .zero 4 .xword .LC6868 .xword .LC6870 .hword 4098 .hword 26840 .zero 4 .xword .LC6871 .xword .LC6872 .hword 4098 .hword 26841 .zero 4 .xword .LC6873 .xword .LC6874 .hword 4098 .hword 26848 .zero 4 .xword .LC6875 .xword .LC6876 .hword 4098 .hword 26852 .zero 4 .xword .LC6877 .xword .LC6878 .hword 4098 .hword 26873 .zero 4 .xword .LC6879 .xword .LC6880 .hword 4098 .hword 28687 .zero 4 .xword .LC6881 .xword .LC6882 .hword 4098 .hword 28688 .zero 4 .xword .LC6371 .xword .LC6882 .hword 4098 .hword 28928 .zero 4 .xword .LC6883 .xword .LC6884 .hword 4098 .hword 28929 .zero 4 .xword .LC6885 .xword .LC6886 .hword 4098 .hword 28930 .zero 4 .xword .LC6887 .xword .LC6888 .hword 4098 .hword 28931 .zero 4 .xword .LC6889 .xword .LC6890 .hword 4098 .hword 28932 .zero 4 .xword .LC6891 .xword .LC6797 .hword 4098 .hword 28933 .zero 4 .xword .LC6891 .xword .LC6892 .hword 4098 .hword 28934 .zero 4 .xword .LC6889 .xword .LC6893 .hword 4098 .hword 28936 .zero 4 .xword .LC6883 .xword .LC6884 .hword 4098 .hword 28937 .zero 4 .xword .LC6883 .xword .LC6884 .hword 4098 .hword 28938 .zero 4 .xword .LC6883 .xword .LC6884 .hword 4098 .hword 28939 .zero 4 .xword .LC6883 .xword .LC6884 .hword 4098 .hword 28940 .zero 4 .xword .LC6883 .xword .LC6884 .hword 4098 .hword 28942 .zero 4 .xword .LC6891 .xword .LC6894 .hword 4098 .hword 28943 .zero 4 .xword .LC6891 .xword .LC6895 .hword 4098 .hword 28960 .zero 4 .xword .LC6883 .xword .LC6896 .hword 4098 .hword 28964 .zero 4 .xword .LC6891 .xword .LC6798 .hword 4098 .hword 28965 .zero 4 .xword .LC6891 .xword .LC6897 .hword 4098 .hword 28968 .zero 4 .xword .LC6883 .xword .LC6896 .hword 4098 .hword 28969 .zero 4 .xword .LC6883 .xword .LC6896 .hword 4098 .hword 28970 .zero 4 .xword .LC6883 .xword .LC6896 .hword 4098 .hword 28971 .zero 4 .xword .LC6883 .xword .LC6896 .hword 4098 .hword 28972 .zero 4 .xword .LC6883 .xword .LC6896 .hword 4098 .hword 28974 .zero 4 .xword .LC6891 .xword .LC6898 .hword 4098 .hword 28975 .zero 4 .xword .LC6891 .xword .LC6899 .hword 4098 .hword 28992 .zero 4 .xword .LC6900 .xword .LC6901 .hword 4098 .hword 28994 .zero 4 .xword .LC6900 .xword .LC6902 .hword 4098 .hword 28995 .zero 4 .xword .LC6900 .xword .LC6903 .hword 4098 .hword 28997 .zero 4 .xword .LC6904 .xword .LC6905 .hword 4098 .hword 28998 .zero 4 .xword .LC6906 .xword .LC6907 .hword 4098 .hword 28999 .zero 4 .xword .LC6900 .xword .LC6908 .hword 4098 .hword 29001 .zero 4 .xword .LC6909 .xword .LC6910 .hword 4098 .hword 29002 .zero 4 .xword .LC6909 .xword .LC6911 .hword 4098 .hword 29003 .zero 4 .xword .LC6909 .xword .LC6911 .hword 4098 .hword 29004 .zero 4 .xword .LC6909 .xword .LC6911 .hword 4098 .hword 29005 .zero 4 .xword .LC6900 .xword .LC6912 .hword 4098 .hword 29006 .zero 4 .xword .LC6913 .xword .LC6912 .hword 4098 .hword 29010 .zero 4 .xword .LC6914 .xword .LC6915 .hword 4098 .hword 29011 .zero 4 .xword .LC6914 .xword .LC6916 .hword 4098 .hword 29022 .zero 4 .xword .LC6900 .xword .LC6912 .hword 4098 .hword 29023 .zero 4 .xword .LC6900 .xword .LC6908 .hword 4098 .hword 29024 .zero 4 .xword .LC6900 .xword .LC6917 .hword 4098 .hword 29026 .zero 4 .xword .LC6900 .xword .LC6918 .hword 4098 .hword 29027 .zero 4 .xword .LC6900 .xword .LC6919 .hword 4098 .hword 29030 .zero 4 .xword .LC6900 .xword .LC6920 .hword 4098 .hword 29031 .zero 4 .xword .LC6900 .xword .LC6921 .hword 4098 .hword 29037 .zero 4 .xword .LC6900 .xword .LC6922 .hword 4098 .hword 29038 .zero 4 .xword .LC6913 .xword .LC6922 .hword 4098 .hword 29042 .zero 4 .xword .LC6914 .xword .LC6923 .hword 4098 .hword 29043 .zero 4 .xword .LC6914 .xword .LC6924 .hword 4098 .hword 29054 .zero 4 .xword .LC6900 .xword .LC6922 .hword 4098 .hword 29055 .zero 4 .xword .LC6900 .xword .LC6925 .hword 4098 .hword 29056 .zero 4 .xword .LC6900 .xword .LC6926 .hword 4098 .hword 29057 .zero 4 .xword .LC6900 .xword .LC6901 .hword 4098 .hword 29059 .zero 4 .xword .LC6900 .xword .LC6902 .hword 4098 .hword 29062 .zero 4 .xword .LC6904 .xword .LC6927 .hword 4098 .hword 29063 .zero 4 .xword .LC6900 .xword .LC6902 .hword 4098 .hword 29064 .zero 4 .xword .LC6928 .xword .LC6929 .hword 4098 .hword 29066 .zero 4 .xword .LC6904 .xword .LC6929 .hword 4098 .hword 29067 .zero 4 .xword .LC6909 .xword .LC6930 .hword 4098 .hword 29068 .zero 4 .xword .LC6909 .xword .LC6930 .hword 4098 .hword 29069 .zero 4 .xword .LC6904 .xword .LC6927 .hword 4098 .hword 29071 .zero 4 .xword .LC6913 .xword .LC6912 .hword 4098 .hword 29075 .zero 4 .xword .LC6900 .xword .LC6931 .hword 4098 .hword 29078 .zero 4 .xword .LC6932 .xword .LC6930 .hword 4098 .hword 29083 .zero 4 .xword .LC6900 .xword .LC6933 .hword 4098 .hword 29087 .zero 4 .xword .LC6900 .xword .LC6908 .hword 4098 .hword 29088 .zero 4 .xword .LC6900 .xword .LC6918 .hword 4098 .hword 29089 .zero 4 .xword .LC6900 .xword .LC6917 .hword 4098 .hword 29091 .zero 4 .xword .LC6900 .xword .LC6918 .hword 4098 .hword 29095 .zero 4 .xword .LC6900 .xword .LC6918 .hword 4098 .hword 29103 .zero 4 .xword .LC6913 .xword .LC6922 .hword 4098 .hword 29107 .zero 4 .xword .LC6900 .xword .LC6919 .hword 4098 .hword 29115 .zero 4 .xword .LC6900 .xword .LC6934 .hword 4098 .hword 29120 .zero 4 .xword .LC6082 .xword .LC6901 .hword 4098 .hword 29121 .zero 4 .xword .LC6935 .xword .LC6083 .hword 4098 .hword 29122 .zero 4 .xword .LC6082 .xword .LC6901 .hword 4098 .hword 29123 .zero 4 .xword .LC6935 .xword .LC6083 .hword 4098 .hword 29124 .zero 4 .xword .LC6936 .xword .LC6937 .hword 4098 .hword 29125 .zero 4 .xword .LC6938 .xword .LC6939 .hword 4098 .hword 29125 .zero 4 .xword .LC6938 .xword .LC6940 .hword 4098 .hword 29126 .zero 4 .xword .LC6082 .xword .LC6083 .hword 4098 .hword 29127 .zero 4 .xword .LC6935 .xword .LC6083 .hword 4098 .hword 29133 .zero 4 .xword .LC6082 .xword .LC6941 .hword 4098 .hword 29134 .zero 4 .xword .LC6082 .xword .LC6942 .hword 4098 .hword 29138 .zero 4 .xword .LC6943 .xword .LC6944 .hword 4098 .hword 29140 .zero 4 .xword .LC6936 .xword .LC6945 .hword 4098 .hword 29141 .zero 4 .xword .LC6938 .xword .LC6946 .hword 4098 .hword 29142 .zero 4 .xword .LC6938 .xword .LC6947 .hword 4098 .hword 29146 .zero 4 .xword .LC6943 .xword .LC6948 .hword 4098 .hword 29150 .zero 4 .xword .LC6938 .xword .LC6946 .hword 4098 .hword 29152 .zero 4 .xword .LC6082 .xword .LC6917 .hword 4098 .hword 29153 .zero 4 .xword .LC6935 .xword .LC6949 .hword 4098 .hword 29154 .zero 4 .xword .LC6082 .xword .LC6917 .hword 4098 .hword 29155 .zero 4 .xword .LC6935 .xword .LC6922 .hword 4098 .hword 29158 .zero 4 .xword .LC6082 .xword .LC6917 .hword 4098 .hword 29159 .zero 4 .xword .LC6935 .xword .LC6949 .hword 4098 .hword 29165 .zero 4 .xword .LC6082 .xword .LC6917 .hword 4098 .hword 29166 .zero 4 .xword .LC6082 .xword .LC6950 .hword 4098 .hword 29170 .zero 4 .xword .LC6943 .xword .LC6951 .hword 4098 .hword 29178 .zero 4 .xword .LC6943 .xword .LC6952 .hword 4098 .hword 29189 .zero 4 .xword .LC2862 .xword .LC6953 .hword 4098 .hword 29200 .zero 4 .xword .LC6954 .xword .LC6955 .hword 4098 .hword 29201 .zero 4 .xword .LC6954 .xword .LC6955 .hword 4098 .hword 29248 .zero 4 .xword .LC6323 .xword .LC6956 .hword 4098 .hword 29251 .zero 4 .xword .LC6323 .xword .LC6957 .hword 4098 .hword 29252 .zero 4 .xword .LC6323 .xword .LC6956 .hword 4098 .hword 29253 .zero 4 .xword .LC6323 .xword .LC6957 .hword 4098 .hword 29254 .zero 4 .xword .LC6323 .xword .LC6957 .hword 4098 .hword 29255 .zero 4 .xword .LC6323 .xword .LC6957 .hword 4098 .hword 29256 .zero 4 .xword .LC6323 .xword .LC6957 .hword 4098 .hword 29257 .zero 4 .xword .LC6323 .xword .LC6957 .hword 4098 .hword 29258 .zero 4 .xword .LC6323 .xword .LC6957 .hword 4098 .hword 29259 .zero 4 .xword .LC6323 .xword .LC6957 .hword 4098 .hword 29260 .zero 4 .xword .LC6323 .xword .LC6957 .hword 4098 .hword 29261 .zero 4 .xword .LC6323 .xword .LC6957 .hword 4098 .hword 29262 .zero 4 .xword .LC6323 .xword .LC6958 .hword 4098 .hword 29263 .zero 4 .xword .LC6323 .xword .LC6957 .hword 4098 .hword 29280 .zero 4 .xword .LC6323 .xword .LC6959 .hword 4098 .hword 29283 .zero 4 .xword .LC6323 .xword .LC6960 .hword 4098 .hword 29284 .zero 4 .xword .LC6323 .xword .LC6959 .hword 4098 .hword 29285 .zero 4 .xword .LC6323 .xword .LC6960 .hword 4098 .hword 29286 .zero 4 .xword .LC6323 .xword .LC6960 .hword 4098 .hword 29287 .zero 4 .xword .LC6323 .xword .LC6960 .hword 4098 .hword 29288 .zero 4 .xword .LC6323 .xword .LC6960 .hword 4098 .hword 29289 .zero 4 .xword .LC6323 .xword .LC6960 .hword 4098 .hword 29290 .zero 4 .xword .LC6323 .xword .LC6960 .hword 4098 .hword 29291 .zero 4 .xword .LC6323 .xword .LC6960 .hword 4098 .hword 29292 .zero 4 .xword .LC6323 .xword .LC6960 .hword 4098 .hword 29293 .zero 4 .xword .LC6323 .xword .LC6960 .hword 4098 .hword 29294 .zero 4 .xword .LC6323 .xword .LC6961 .hword 4098 .hword 29295 .zero 4 .xword .LC6323 .xword .LC6960 .hword 4098 .hword 29312 .zero 4 .xword .LC6323 .xword .LC6956 .hword 4098 .hword 29316 .zero 4 .xword .LC6885 .xword .LC6962 .hword 4098 .hword 29318 .zero 4 .xword .LC6323 .xword .LC6963 .hword 4098 .hword 29320 .zero 4 .xword .LC6323 .xword .LC6964 .hword 4098 .hword 29329 .zero 4 .xword .LC6965 .xword .LC6083 .hword 4098 .hword 29331 .zero 4 .xword .LC6323 .xword .LC6083 .hword 4098 .hword 29344 .zero 4 .xword .LC6323 .xword .LC6959 .hword 4098 .hword 29352 .zero 4 .xword .LC6323 .xword .LC6966 .hword 4098 .hword 29361 .zero 4 .xword .LC6323 .xword .LC6949 .hword 4098 .hword 29363 .zero 4 .xword .LC6323 .xword .LC6949 .hword 4098 .hword 30721 .zero 4 .xword .LC6967 .xword .LC3835 .hword 4098 .hword 30727 .zero 4 .xword .LC6968 .xword .LC6429 .hword 4098 .hword 30728 .zero 4 .xword .LC6969 .xword .LC4285 .hword 4098 .hword 30729 .zero 4 .xword .LC6970 .xword .LC6429 .hword 4098 .hword 30731 .zero 4 .xword .LC6971 .xword .LC6972 .hword 4098 .hword 30733 .zero 4 .xword .LC6973 .xword .LC6974 .hword 4098 .hword 30734 .zero 4 .xword .LC6975 .xword .LC6976 .hword 4098 .hword 30735 .zero 4 .xword .LC6977 .xword .LC6763 .hword 4098 .hword 30740 .zero 4 .xword .LC2935 .xword .LC6978 .hword 4098 .hword 30771 .zero 4 .xword .LC6979 .xword .LC6980 .hword 4098 .hword 121 .zero 4 .xword .LC6981 .xword .LC6982 .hword 4098 .hword 1937 .zero 4 .xword .LC6983 .xword .LC6984 .hword 4098 .hword 30992 .zero 4 .xword .LC6985 .xword .LC3410 .hword 4098 .hword 30994 .zero 4 .xword .LC6986 .xword .LC6763 .hword 4098 .hword 30996 .zero 4 .xword .LC6987 .xword .LC6763 .hword 4098 .hword 30997 .zero 4 .xword .LC6988 .xword .LC6763 .hword 4098 .hword 30998 .zero 4 .xword .LC6989 .xword .LC6763 .hword 4098 .hword 31002 .zero 4 .xword .LC6990 .xword .LC6974 .hword 4098 .hword 31006 .zero 4 .xword .LC6991 .xword .LC6992 .hword 4098 .hword 31007 .zero 4 .xword .LC6983 .xword .LC6993 .hword 4098 .hword 1937 .zero 4 .xword .LC6994 .xword .LC6397 .hword 4098 .hword 31031 .zero 4 .xword .LC6995 .xword .LC6996 .hword 4098 .hword 31039 .zero 4 .xword .LC6997 .xword .LC6764 .hword 4098 .hword 31041 .zero 4 .xword .LC6983 .xword .LC6764 .hword 4098 .hword 31042 .zero 4 .xword .LC6998 .xword .LC6999 .hword 4098 .hword 31086 .zero 4 .xword .LC6991 .xword .LC7000 .hword 4098 .hword -32634 .zero 4 .xword .LC7001 .xword .LC2915 .hword 4098 .hword -28672 .zero 4 .xword .LC6096 .xword .LC7002 .hword 4098 .hword -28524 .zero 4 .xword .LC7003 .xword .LC7004 .hword 4098 .hword -27648 .zero 4 .xword .LC7005 .xword .LC7006 .hword 4098 .hword -27647 .zero 4 .xword .LC7005 .xword .LC7007 .hword 4098 .hword -27646 .zero 4 .xword .LC7005 .xword .LC7007 .hword 4098 .hword -27645 .zero 4 .xword .LC7005 .xword .LC7008 .hword 4098 .hword -27643 .zero 4 .xword .LC7005 .xword .LC7009 .hword 4098 .hword -27638 .zero 4 .xword .LC7010 .xword .LC7011 .hword 4098 .hword -27637 .zero 4 .xword .LC7010 .xword .LC7012 .hword 4098 .hword -27633 .zero 4 .xword .LC7010 .xword .LC7013 .hword 4098 .hword -27584 .zero 4 .xword .LC6092 .xword .LC7014 .hword 4098 .hword -27583 .zero 4 .xword .LC7015 .xword .LC7016 .hword 4098 .hword -27582 .zero 4 .xword .LC6092 .xword .LC7017 .hword 4098 .hword -27581 .zero 4 .xword .LC7015 .xword .LC7018 .hword 4098 .hword -27580 .zero 4 .xword .LC6092 .xword .LC7019 .hword 4098 .hword -27578 .zero 4 .xword .LC6092 .xword .LC7020 .hword 4098 .hword -27577 .zero 4 .xword .LC7015 .xword .LC7021 .hword 4098 .hword -27574 .zero 4 .xword .LC7022 .xword .LC7023 .hword 4098 .hword -27573 .zero 4 .xword .LC7022 .xword .LC7024 .hword 4098 .hword -27572 .zero 4 .xword .LC6092 .xword .LC7017 .hword 4098 .hword -27570 .zero 4 .xword .LC6092 .xword .LC7025 .hword 4098 .hword -27568 .zero 4 .xword .LC6092 .xword .LC7026 .hword 4098 .hword -27566 .zero 4 .xword .LC6092 .xword .LC7027 .hword 4098 .hword -27562 .zero 4 .xword .LC6092 .xword .LC7028 .hword 4098 .hword -27558 .zero 4 .xword .LC7022 .xword .LC7029 .hword 4098 .hword -27552 .zero 4 .xword .LC7030 .xword .LC7017 .hword 4098 .hword -27550 .zero 4 .xword .LC7030 .xword .LC7031 .hword 4098 .hword -27520 .zero 4 .xword .LC7032 .xword .LC7033 .hword 4098 .hword -27513 .zero 4 .xword .LC7003 .xword .LC7034 .hword 4098 .hword -27512 .zero 4 .xword .LC7032 .xword .LC7035 .hword 4098 .hword -27505 .zero 4 .xword .LC7003 .xword .LC7034 .hword 4098 .hword -27504 .zero 4 .xword .LC7003 .xword .LC7004 .hword 4098 .hword -27503 .zero 4 .xword .LC7032 .xword .LC7036 .hword 4098 .hword -27499 .zero 4 .xword .LC7003 .xword .LC7037 .hword 4098 .hword -27496 .zero 4 .xword .LC7003 .xword .LC7038 .hword 4098 .hword -27492 .zero 4 .xword .LC7003 .xword .LC7039 .hword 4098 .hword -27490 .zero 4 .xword .LC7003 .xword .LC7040 .hword 4098 .hword -27489 .zero 4 .xword .LC7003 .xword .LC7041 .hword 4098 .hword -27488 .zero 4 .xword .LC7042 .xword .LC7043 .hword 4098 .hword -27487 .zero 4 .xword .LC7042 .xword .LC7044 .hword 4098 .hword -27485 .zero 4 .xword .LC7042 .xword .LC7045 .hword 4098 .hword -27471 .zero 4 .xword .LC7046 .xword .LC7034 .hword 4098 .hword -27469 .zero 4 .xword .LC7046 .xword .LC7047 .hword 4098 .hword -27468 .zero 4 .xword .LC7046 .xword .LC7025 .hword 4098 .hword -27467 .zero 4 .xword .LC7048 .xword .LC7049 .hword 4098 .hword -27455 .zero 4 .xword .LC7050 .xword .LC7051 .hword 4098 .hword -27453 .zero 4 .xword .LC7052 .xword .LC7053 .hword 4098 .hword -27452 .zero 4 .xword .LC7054 .xword .LC7055 .hword 4098 .hword -27451 .zero 4 .xword .LC7052 .xword .LC7056 .hword 4098 .hword -27449 .zero 4 .xword .LC7052 .xword .LC7057 .hword 4098 .hword -27448 .zero 4 .xword .LC7058 .xword .LC7059 .hword 4098 .hword -27447 .zero 4 .xword .LC7058 .xword .LC7060 .hword 4098 .hword -27445 .zero 4 .xword .LC7058 .xword .LC7061 .hword 4098 .hword -27444 .zero 4 .xword .LC7052 .xword .LC7062 .hword 4098 .hword -27391 .zero 4 .xword .LC7063 .xword .LC7064 .hword 4098 .hword -27388 .zero 4 .xword .LC7065 .xword .LC7066 .hword 4098 .hword -27387 .zero 4 .xword .LC7067 .xword .LC7068 .hword 4098 .hword -27386 .zero 4 .xword .LC7065 .xword .LC7069 .hword 4098 .hword -27385 .zero 4 .xword .LC7070 .xword .LC7071 .hword 4098 .hword -27384 .zero 4 .xword .LC7065 .xword .LC7072 .hword 4098 .hword -27383 .zero 4 .xword .LC7065 .xword .LC7073 .hword 4098 .hword -27377 .zero 4 .xword .LC7074 .xword .LC7075 .hword 4098 .hword -27375 .zero 4 .xword .LC7076 .xword .LC7077 .hword 4098 .hword -27373 .zero 4 .xword .LC7074 .xword .LC7078 .hword 4098 .hword -27371 .zero 4 .xword .LC7079 .xword .LC7080 .hword 4098 .hword -27367 .zero 4 .xword .LC7070 .xword .LC7081 .hword 4098 .hword -27328 .zero 4 .xword .LC7082 .xword .LC7083 .hword 4098 .hword -27327 .zero 4 .xword .LC7082 .xword .LC7034 .hword 4098 .hword -27314 .zero 4 .xword .LC7082 .xword .LC7034 .hword 4098 .hword -27313 .zero 4 .xword .LC7082 .xword .LC7084 .hword 4098 .hword -27310 .zero 4 .xword .LC7085 .xword .LC7086 .hword 4098 .hword -27309 .zero 4 .xword .LC7085 .xword .LC7087 .hword 4098 .hword -27307 .zero 4 .xword .LC7088 .xword .LC7089 .hword 4098 .hword -27305 .zero 4 .xword .LC7088 .xword .LC7090 .hword 4098 .hword -27263 .zero 4 .xword .LC7091 .xword .LC7092 .hword 4098 .hword -27261 .zero 4 .xword .LC7065 .xword .LC7093 .hword 4098 .hword -27258 .zero 4 .xword .LC7067 .xword .LC7094 .hword 4098 .hword -27257 .zero 4 .xword .LC7095 .xword .LC7096 .hword 4098 .hword -27256 .zero 4 .xword .LC7097 .xword .LC7098 .hword 4098 .hword -27255 .zero 4 .xword .LC7099 .xword .LC7100 .hword 4098 .hword -27253 .zero 4 .xword .LC7065 .xword .LC7101 .hword 4098 .hword -27252 .zero 4 .xword .LC7076 .xword .LC7102 .hword 4098 .hword -27251 .zero 4 .xword .LC7076 .xword .LC7103 .hword 4098 .hword -27250 .zero 4 .xword .LC7067 .xword .LC7104 .hword 4098 .hword -27249 .zero 4 .xword .LC7065 .xword .LC7105 .hword 4098 .hword -27248 .zero 4 .xword .LC7067 .xword .LC7106 .hword 4098 .hword -27247 .zero 4 .xword .LC7107 .xword .LC7108 .hword 4098 .hword -27245 .zero 4 .xword .LC7109 .xword .LC7110 .hword 4098 .hword -27243 .zero 4 .xword .LC7109 .xword .LC7111 .hword 4098 .hword -27242 .zero 4 .xword .LC7067 .xword .LC7112 .hword 4098 .hword -27241 .zero 4 .xword .LC7067 .xword .LC7112 .hword 4098 .hword -27240 .zero 4 .xword .LC7067 .xword .LC7113 .hword 4098 .hword -27239 .zero 4 .xword .LC7067 .xword .LC7112 .hword 4098 .hword -27237 .zero 4 .xword .LC7109 .xword .LC7105 .hword 4098 .hword -27200 .zero 4 .xword .LC7052 .xword .LC7114 .hword 4098 .hword -27198 .zero 4 .xword .LC7058 .xword .LC7115 .hword 4098 .hword -27196 .zero 4 .xword .LC7116 .xword .LC7117 .hword 4098 .hword -27195 .zero 4 .xword .LC7118 .xword .LC6089 .hword 4098 .hword -27194 .zero 4 .xword .LC7119 .xword .LC6089 .hword 4098 .hword -27193 .zero 4 .xword .LC7052 .xword .LC7120 .hword 4098 .hword -27191 .zero 4 .xword .LC7119 .xword .LC6089 .hword 4098 .hword -27188 .zero 4 .xword .LC7119 .xword .LC7121 .hword 4098 .hword -27187 .zero 4 .xword .LC7052 .xword .LC7122 .hword 4098 .hword -27186 .zero 4 .xword .LC7052 .xword .LC7123 .hword 4098 .hword -27185 .zero 4 .xword .LC7052 .xword .LC7123 .hword 4098 .hword -27120 .zero 4 .xword .LC7124 .xword .LC7125 .hword 4098 .hword -27119 .zero 4 .xword .LC7124 .xword .LC7126 .hword 4098 .hword -27118 .zero 4 .xword .LC7127 .xword .LC7128 .hword 4098 .hword -27117 .zero 4 .xword .LC7127 .xword .LC7126 .hword 4098 .hword -27116 .zero 4 .xword .LC7124 .xword .LC7129 .hword 4098 .hword -27115 .zero 4 .xword .LC7124 .xword .LC7130 .hword 4098 .hword -27114 .zero 4 .xword .LC7124 .xword .LC7131 .hword 4098 .hword -27068 .zero 4 .xword .LC7132 .xword .LC7133 .hword 4098 .hword -27065 .zero 4 .xword .LC7134 .xword .LC7135 .hword 4098 .hword -27064 .zero 4 .xword .LC7136 .xword .LC7137 .hword 4098 .hword -27063 .zero 4 .xword .LC7138 .xword .LC7137 .hword 4098 .hword -26865 .zero 4 .xword .LC7139 .xword .LC3306 .hword 4098 .hword -26864 .zero 4 .xword .LC7140 .xword .LC7141 .hword 4098 .hword -26863 .zero 4 .xword .LC7140 .xword .LC7142 .hword 4098 .hword -26862 .zero 4 .xword .LC7143 .xword .LC7144 .hword 4098 .hword -26861 .zero 4 .xword .LC7145 .xword .LC7146 .hword 4098 .hword -26859 .zero 4 .xword .LC7140 .xword .LC7147 .hword 4098 .hword -26622 .zero 4 .xword .LC7148 .xword .LC7149 .hword 4098 .hword -26621 .zero 4 .xword .LC7150 .xword .LC7151 .hword 4098 .hword -26620 .zero 4 .xword .LC7152 .xword .LC7153 .hword 4098 .hword -26618 .zero 4 .xword .LC7154 .xword .LC7155 .hword 4098 .hword -26617 .zero 4 .xword .LC2565 .xword .LC7156 .hword 4098 .hword -26616 .zero 4 .xword .LC7157 .xword .LC7158 .hword 4098 .hword -26615 .zero 4 .xword .LC7159 .xword .LC7160 .hword 4098 .hword -26572 .zero 4 .xword .LC7161 .xword .LC7162 .hword 4098 .hword -26543 .zero 4 .xword .LC7163 .xword .LC7164 .hword 4098 .hword -26506 .zero 4 .xword .LC7165 .xword .LC7166 .hword 4098 .hword -26366 .zero 4 .xword .LC7167 .xword .LC6974 .hword 4098 .hword -26216 .zero 4 .xword .LC7168 .xword .LC7169 .hword 4098 .hword -26215 .zero 4 .xword .LC7170 .xword .LC7038 .hword 4098 .hword -26212 .zero 4 .xword .LC7171 .xword .LC7172 .hword 4098 .hword -22015 .zero 4 .xword .LC7173 .xword .LC7174 .hword 4098 .hword -22008 .zero 4 .xword .LC7175 .xword .LC7176 .hword 4098 .hword -22000 .zero 4 .xword .LC7177 .xword .LC7178 .hword 4098 .hword -21984 .zero 4 .xword .LC7067 .xword .LC7179 .hword 4098 .hword -21976 .zero 4 .xword .LC4199 .xword .LC7180 .hword 4098 .hword -21928 .zero 4 .xword .LC7181 .xword .LC3306 .hword 4098 .hword -21912 .zero 4 .xword .LC7182 .xword .LC7183 .hword 4098 .hword -21486 .zero 4 .xword .LC7184 .xword .LC7185 .hword 4098 .hword -13648 .zero 4 .xword .LC6881 .xword .LC7186 .hword 4098 .hword -13647 .zero 4 .xword .LC6881 .xword .LC7187 .hword 4098 .hword -13646 .zero 4 .xword .LC6371 .xword .LC6163 .hword 4098 .hword -13390 .zero 4 .xword .LC6371 .xword .LC6163 .hword 4098 .hword 2166 .zero 4 .xword .LC9 .xword .LC9 .hword 4098 .hword 7800 .zero 4 .xword .LC9 .xword .LC9 .hword 4099 .hword 513 .zero 4 .xword .LC7188 .xword .LC3110 .hword 4100 .hword 5 .zero 4 .xword .LC7189 .xword .LC7190 .hword 4100 .hword 6 .zero 4 .xword .LC7191 .xword .LC7192 .hword 4100 .hword 7 .zero 4 .xword .LC7193 .xword .LC7194 .hword 4100 .hword 8 .zero 4 .xword .LC7195 .xword .LC7196 .hword 4100 .hword 9 .zero 4 .xword .LC7197 .xword .LC9 .hword 4100 .hword 12 .zero 4 .xword .LC7198 .xword .LC9 .hword 4100 .hword 13 .zero 4 .xword .LC7199 .xword .LC9 .hword 4100 .hword 256 .zero 4 .xword .LC7200 .xword .LC7201 .hword 4100 .hword 257 .zero 4 .xword .LC7202 .xword .LC7203 .hword 4100 .hword 258 .zero 4 .xword .LC7204 .xword .LC2639 .hword 4100 .hword 259 .zero 4 .xword .LC7205 .xword .LC2851 .hword 4100 .hword 260 .zero 4 .xword .LC7206 .xword .LC2845 .hword 4100 .hword 261 .zero 4 .xword .LC7207 .xword .LC7208 .hword 4100 .hword 512 .zero 4 .xword .LC7209 .xword .LC7210 .hword 4100 .hword 640 .zero 4 .xword .LC7211 .xword .LC7210 .hword 4100 .hword 772 .zero 4 .xword .LC7212 .xword .LC7213 .hword 4100 .hword 773 .zero 4 .xword .LC7212 .xword .LC7214 .hword 4100 .hword 774 .zero 4 .xword .LC7212 .xword .LC7215 .hword 4100 .hword 775 .zero 4 .xword .LC7216 .xword .LC7217 .hword 4100 .hword 776 .zero 4 .xword .LC2470 .xword .LC7218 .hword 4100 .hword 1794 .zero 4 .xword .LC7219 .xword .LC7220 .hword 4102 .hword 12356 .zero 4 .xword .LC7221 .xword .LC7222 .hword 4104 .hword -26506 .zero 4 .xword .LC7223 .xword .LC7223 .hword 4106 .hword -32203 .zero 4 .xword .LC7224 .xword .LC7225 .hword 4107 .hword 1 .zero 4 .xword .LC7226 .xword .LC7227 .hword 4107 .hword 2 .zero 4 .xword .LC7228 .xword .LC7229 .hword 4107 .hword 14 .zero 4 .xword .LC7230 .xword .LC7231 .hword 4107 .hword 15 .zero 4 .xword .LC7232 .xword .LC7233 .hword 4107 .hword 17 .zero 4 .xword .LC7230 .xword .LC7234 .hword 4107 .hword 18 .zero 4 .xword .LC9 .xword .LC3779 .hword 4107 .hword 27 .zero 4 .xword .LC7235 .xword .LC7236 .hword 4107 .hword 32 .zero 4 .xword .LC7237 .xword .LC7238 .hword 4107 .hword 32 .zero 4 .xword .LC7237 .xword .LC7239 .hword 4107 .hword 33 .zero 4 .xword .LC7240 .xword .LC2851 .hword 4107 .hword 34 .zero 4 .xword .LC7241 .xword .LC7242 .hword 4107 .hword 40 .zero 4 .xword .LC7243 .xword .LC7244 .hword 4107 .hword 42 .zero 4 .xword .LC7245 .xword .LC7246 .hword 4107 .hword 45 .zero 4 .xword .LC7247 .xword .LC7248 .hword 4107 .hword 46 .zero 4 .xword .LC7249 .xword .LC7250 .hword 4107 .hword 47 .zero 4 .xword .LC7251 .xword .LC3779 .hword 4107 .hword 48 .zero 4 .xword .LC80 .xword .LC7252 .hword 4107 .hword 1280 .zero 4 .xword .LC7253 .xword .LC7254 .hword 4107 .hword 1281 .zero 4 .xword .LC7253 .xword .LC7255 .hword 4107 .hword 1282 .zero 4 .xword .LC7256 .xword .LC2835 .hword 4107 .hword 1283 .zero 4 .xword .LC7256 .xword .LC7257 .hword 4107 .hword 1284 .zero 4 .xword .LC7253 .xword .LC7258 .hword 4107 .hword 1285 .zero 4 .xword .LC7253 .xword .LC7259 .hword 4107 .hword 1296 .zero 4 .xword .LC7260 .xword .LC7254 .hword 4107 .hword 1297 .zero 4 .xword .LC7260 .xword .LC7255 .hword 4107 .hword 1301 .zero 4 .xword .LC7260 .xword .LC7259 .hword 4107 .hword 35 .zero 4 .xword .LC9 .xword .LC9 .hword 4107 .hword -12287 .zero 4 .xword .LC7261 .xword .LC7262 .hword 4108 .hword 12802 .zero 4 .xword .LC7263 .xword .LC3110 .hword 4108 .hword 12805 .zero 4 .xword .LC7264 .xword .LC3110 .hword 4108 .hword 12806 .zero 4 .xword .LC7265 .xword .LC3110 .hword 4108 .hword 12807 .zero 4 .xword .LC7266 .xword .LC3110 .hword 4108 .hword 12808 .zero 4 .xword .LC7267 .xword .LC7268 .hword 4108 .hword 18178 .zero 4 .xword .LC7269 .xword .LC9 .hword 5741 .hword 1 .zero 4 .xword .LC7270 .xword .LC9 .hword 5741 .hword 2 .zero 4 .xword .LC7271 .xword .LC7272 .hword 4110 .hword 1380 .zero 4 .xword .LC7273 .xword .LC2845 .hword 4110 .hword 21964 .zero 4 .xword .LC7273 .xword .LC7274 .hword 4110 .hword -28672 .zero 4 .xword .LC7275 .xword .LC7276 .hword 4110 .hword -28671 .zero 4 .xword .LC7275 .xword .LC3110 .hword 4110 .hword -28416 .zero 4 .xword .LC7277 .xword .LC3110 .hword 4113 .hword 1 .zero 4 .xword .LC7278 .xword .LC6410 .hword 4113 .hword 2 .zero 4 .xword .LC7279 .xword .LC7280 .hword 4113 .hword 4 .zero 4 .xword .LC7281 .xword .LC7282 .hword 4113 .hword 7 .zero 4 .xword .LC7283 .xword .LC7284 .hword 4113 .hword 8 .zero 4 .xword .LC7285 .xword .LC7286 .hword 4113 .hword 9 .zero 4 .xword .LC7287 .xword .LC7288 .hword 4113 .hword 10 .zero 4 .xword .LC7289 .xword .LC7290 .hword 4113 .hword 12 .zero 4 .xword .LC7291 .xword .LC7292 .hword 4113 .hword 13 .zero 4 .xword .LC7293 .xword .LC7294 .hword 4113 .hword 15 .zero 4 .xword .LC7295 .xword .LC7296 .hword 4113 .hword 20 .zero 4 .xword .LC7297 .xword .LC7298 .hword 4113 .hword 22 .zero 4 .xword .LC7299 .xword .LC962 .hword 4113 .hword 25 .zero 4 .xword .LC7300 .xword .LC7301 .hword 4113 .hword 33 .zero 4 .xword .LC7302 .xword .LC6410 .hword 4113 .hword 34 .zero 4 .xword .LC7303 .xword .LC6410 .hword 4113 .hword 35 .zero 4 .xword .LC7304 .xword .LC2639 .hword 4113 .hword 36 .zero 4 .xword .LC7305 .xword .LC6410 .hword 4113 .hword 37 .zero 4 .xword .LC7306 .xword .LC6410 .hword 4113 .hword 38 .zero 4 .xword .LC7307 .xword .LC6410 .hword 4113 .hword 52 .zero 4 .xword .LC7308 .xword .LC7309 .hword 4113 .hword 69 .zero 4 .xword .LC7310 .xword .LC2639 .hword 4113 .hword 70 .zero 4 .xword .LC7311 .xword .LC4629 .hword 4113 .hword 4113 .zero 4 .xword .LC7278 .xword .LC6410 .hword 4113 .hword 4197 .zero 4 .xword .LC7312 .xword .LC7313 .hword 4113 .hword 8192 .zero 4 .xword .LC7314 .xword .LC7315 .hword 4115 .hword 56 .zero 4 .xword .LC7316 .xword .LC2884 .hword 4115 .hword 64 .zero 4 .xword .LC7317 .xword .LC7318 .hword 4115 .hword 76 .zero 4 .xword .LC7319 .xword .LC7320 .hword 4115 .hword 160 .zero 4 .xword .LC7321 .xword .LC3110 .hword 4115 .hword 162 .zero 4 .xword .LC7322 .xword .LC7323 .hword 4115 .hword 164 .zero 4 .xword .LC7324 .xword .LC7323 .hword 4115 .hword 168 .zero 4 .xword .LC7324 .xword .LC7323 .hword 4115 .hword 172 .zero 4 .xword .LC7325 .xword .LC7326 .hword 4115 .hword 184 .zero 4 .xword .LC7327 .xword .LC7328 .hword 4115 .hword 188 .zero 4 .xword .LC7329 .xword .LC7330 .hword 4115 .hword 208 .zero 4 .xword .LC7331 .xword .LC7332 .hword 4115 .hword 212 .zero 4 .xword .LC7333 .xword .LC7334 .hword 4115 .hword 213 .zero 4 .xword .LC7335 .xword .LC7336 .hword 4115 .hword 214 .zero 4 .xword .LC7337 .xword .LC7334 .hword 4115 .hword 232 .zero 4 .xword .LC7338 .xword .LC9 .hword 4115 .hword 4115 .zero 4 .xword .LC7339 .xword .LC7340 .hword 4115 .hword 4352 .zero 4 .xword .LC7341 .xword .LC7342 .hword 4115 .hword 4368 .zero 4 .xword .LC7343 .xword .LC7344 .hword 4115 .hword 4370 .zero 4 .xword .LC7345 .xword .LC7344 .hword 4115 .hword 4371 .zero 4 .xword .LC7346 .xword .LC7347 .hword 4115 .hword 4608 .zero 4 .xword .LC7348 .xword .LC7349 .hword 4115 .hword 4610 .zero 4 .xword .LC7350 .xword .LC7351 .hword 4115 .hword 4612 .zero 4 .xword .LC7352 .xword .LC7353 .hword 4115 .hword 16384 .zero 4 .xword .LC7354 .xword .LC7355 .hword 4115 .hword 17408 .zero 4 .xword .LC7356 .xword .LC3037 .hword 4115 .hword 24577 .zero 4 .xword .LC7357 .xword .LC7358 .hword 4115 .hword 24579 .zero 4 .xword .LC7359 .xword .LC7360 .hword 4115 .hword 24580 .zero 4 .xword .LC7361 .xword .LC4699 .hword 4115 .hword 24581 .zero 4 .xword .LC7362 .xword .LC7363 .hword 4115 .hword -26506 .zero 4 .xword .LC7364 .xword .LC7365 .hword 4116 .hword 2 .zero 4 .xword .LC7366 .xword .LC7366 .hword 4116 .hword 5 .zero 4 .xword .LC7367 .xword .LC7368 .hword 4116 .hword 7 .zero 4 .xword .LC7369 .xword .LC7368 .hword 4116 .hword 10 .zero 4 .xword .LC7370 .xword .LC7371 .hword 4116 .hword 23 .zero 4 .xword .LC9 .xword .LC6163 .hword 4116 .hword 24 .zero 4 .xword .LC7372 .xword .LC7373 .hword 4116 .hword 27 .zero 4 .xword .LC7374 .xword .LC7375 .hword 4116 .hword 29 .zero 4 .xword .LC7376 .xword .LC7377 .hword 4116 .hword 32 .zero 4 .xword .LC7378 .xword .LC7366 .hword 4116 .hword 34 .zero 4 .xword .LC7378 .xword .LC7379 .hword 4116 .hword 45 .zero 4 .xword .LC7380 .xword .LC9 .hword 4116 .hword 46 .zero 4 .xword .LC7381 .xword .LC7382 .hword 4116 .hword 54 .zero 4 .xword .LC7383 .xword .LC7384 .hword 4116 .hword 55 .zero 4 .xword .LC7385 .xword .LC7386 .hword 4116 .hword 58 .zero 4 .xword .LC9 .xword .LC6163 .hword 4116 .hword 62 .zero 4 .xword .LC7387 .xword .LC7388 .hword 4116 .hword 69 .zero 4 .xword .LC9 .xword .LC7389 .hword 4116 .hword 70 .zero 4 .xword .LC7390 .xword .LC7391 .hword 4116 .hword 71 .zero 4 .xword .LC9 .xword .LC2639 .hword 4116 .hword 72 .zero 4 .xword .LC7392 .xword .LC2639 .hword 4116 .hword 73 .zero 4 .xword .LC9 .xword .LC7393 .hword 4116 .hword 77 .zero 4 .xword .LC7394 .xword .LC7395 .hword 4116 .hword 78 .zero 4 .xword .LC9 .xword .LC7396 .hword 4116 .hword 79 .zero 4 .xword .LC9 .xword .LC7396 .hword 4116 .hword 80 .zero 4 .xword .LC9 .xword .LC7396 .hword 4116 .hword 83 .zero 4 .xword .LC7397 .xword .LC7398 .hword 4116 .hword 87 .zero 4 .xword .LC7399 .xword .LC7400 .hword 4116 .hword 92 .zero 4 .xword .LC7401 .xword .LC7402 .hword 4116 .hword 93 .zero 4 .xword .LC7403 .xword .LC7404 .hword 4116 .hword 124 .zero 4 .xword .LC9 .xword .LC7396 .hword 4116 .hword 125 .zero 4 .xword .LC7405 .xword .LC7395 .hword 4116 .hword 144 .zero 4 .xword .LC7406 .xword .LC9 .hword 4116 .hword 149 .zero 4 .xword .LC7407 .xword .LC7408 .hword 4116 .hword 150 .zero 4 .xword .LC9 .xword .LC7409 .hword 4116 .hword 161 .zero 4 .xword .LC7410 .xword .LC7411 .hword 4116 .hword 165 .zero 4 .xword .LC9 .xword .LC7396 .hword 4116 .hword 166 .zero 4 .xword .LC9 .xword .LC7412 .hword 4116 .hword 183 .zero 4 .xword .LC7413 .xword .LC7414 .hword 4116 .hword 190 .zero 4 .xword .LC9 .xword .LC7415 .hword 4116 .hword 206 .zero 4 .xword .LC7416 .xword .LC7417 .hword 4116 .hword 249 .zero 4 .xword .LC7418 .xword .LC7419 .hword 4116 .hword 252 .zero 4 .xword .LC7420 .xword .LC7421 .hword 4116 .hword 261 .zero 4 .xword .LC7420 .xword .LC7422 .hword 4116 .hword 271 .zero 4 .xword .LC7423 .xword .LC7424 .hword 4116 .hword 283 .zero 4 .xword .LC7425 .xword .LC7426 .hword 4116 .hword 322 .zero 4 .xword .LC7427 .xword .LC7428 .hword 4116 .hword 324 .zero 4 .xword .LC7427 .xword .LC7429 .hword 4116 .hword 339 .zero 4 .xword .LC9 .xword .LC9 .hword 4116 .hword 342 .zero 4 .xword .LC7430 .xword .LC7431 .hword 4116 .hword 368 .zero 4 .xword .LC7432 .xword .LC7433 .hword 4116 .hword 392 .zero 4 .xword .LC7434 .xword .LC3861 .hword 4116 .hword 418 .zero 4 .xword .LC3471 .xword .LC7435 .hword 4116 .hword 423 .zero 4 .xword .LC7436 .xword .LC7437 .hword 4116 .hword 445 .zero 4 .xword .LC7438 .xword .LC7439 .hword 4116 .hword 495 .zero 4 .xword .LC7440 .xword .LC7441 .hword 4116 .hword 511 .zero 4 .xword .LC7442 .xword .LC7443 .hword 4116 .hword 582 .zero 4 .xword .LC9 .xword .LC9 .hword 4116 .hword 639 .zero 4 .xword .LC7444 .xword .LC7445 .hword 4116 .hword 649 .zero 4 .xword .LC3090 .xword .LC7446 .hword 4116 .hword 652 .zero 4 .xword .LC7447 .xword .LC7448 .hword 4116 .hword 661 .zero 4 .xword .LC7449 .xword .LC7450 .hword 4116 .hword 663 .zero 4 .xword .LC7449 .xword .LC7451 .hword 4116 .hword 673 .zero 4 .xword .LC13 .xword .LC7452 .hword 4116 .hword 770 .zero 4 .xword .LC7453 .xword .LC7454 .hword 4116 .hword 776 .zero 4 .xword .LC2470 .xword .LC7455 .hword 4116 .hword 825 .zero 4 .xword .LC4688 .xword .LC4688 .hword 4116 .hword 4325 .zero 4 .xword .LC7456 .xword .LC7457 .hword 4116 .hword -1 .zero 4 .xword .LC7458 .xword .LC7391 .hword 4116 .hword 14272 .zero 4 .xword .LC2512 .xword .LC7459 .hword 4116 .hword 14288 .zero 4 .xword .LC4688 .xword .LC4688 .hword 4119 .hword 21315 .zero 4 .xword .LC7460 .xword .LC7461 .hword 4120 .hword 13104 .zero 4 .xword .LC7462 .xword .LC7463 .hword 4121 .hword 6928 .zero 4 .xword .LC7464 .xword .LC7465 .hword 4121 .hword -26506 .zero 4 .xword .LC7466 .xword .LC7467 .hword 4122 .hword 5 .zero 4 .xword .LC7468 .xword .LC7469 .hword 4122 .hword 9 .zero 4 .xword .LC7470 .xword .LC7471 .hword 4126 .hword -28656 .zero 4 .xword .LC7472 .xword .LC7473 .hword 4126 .hword -28624 .zero 4 .xword .LC9 .xword .LC3841 .hword 4126 .hword -28623 .zero 4 .xword .LC9 .xword .LC3841 .hword 4126 .hword -28622 .zero 4 .xword .LC9 .xword .LC7474 .hword 4126 .hword -28621 .zero 4 .xword .LC7475 .xword .LC3070 .hword 4126 .hword -28608 .zero 4 .xword .LC7476 .xword .LC7477 .hword 4126 .hword -28576 .zero 4 .xword .LC7478 .xword .LC7479 .hword 4126 .hword -28573 .zero 4 .xword .LC7480 .xword .LC7481 .hword 4126 .hword -28523 .zero 4 .xword .LC7482 .xword .LC7483 .hword 4130 .hword 4352 .zero 4 .xword .LC7484 .xword .LC7485 .hword 4130 .hword 4353 .zero 4 .xword .LC7484 .xword .LC7486 .hword 4130 .hword 4354 .zero 4 .xword .LC7484 .xword .LC7487 .hword 4130 .hword 4355 .zero 4 .xword .LC7484 .xword .LC7488 .hword 4130 .hword 4608 .zero 4 .xword .LC7489 .xword .LC3410 .hword 4130 .hword 4609 .zero 4 .xword .LC7490 .xword .LC3410 .hword 4130 .hword 4611 .zero 4 .xword .LC7491 .xword .LC3410 .hword 4130 .hword 4612 .zero 4 .xword .LC7492 .xword .LC3410 .hword 4130 .hword 5145 .zero 4 .xword .LC7493 .xword .LC7494 .hword 4130 .hword 5392 .zero 4 .xword .LC7495 .xword .LC3410 .hword 4130 .hword 5395 .zero 4 .xword .LC7496 .xword .LC6763 .hword 4130 .hword 5396 .zero 4 .xword .LC7497 .xword .LC6763 .hword 4130 .hword 5397 .zero 4 .xword .LC7498 .xword .LC6763 .hword 4130 .hword 5888 .zero 4 .xword .LC7499 .xword .LC3410 .hword 4130 .hword 5889 .zero 4 .xword .LC7500 .xword .LC3410 .hword 4130 .hword 5890 .zero 4 .xword .LC7501 .xword .LC3410 .hword 4130 .hword 5891 .zero 4 .xword .LC7502 .xword .LC3410 .hword 4130 .hword 5892 .zero 4 .xword .LC7503 .xword .LC3410 .hword 4130 .hword 5910 .zero 4 .xword .LC7504 .xword .LC3410 .hword 4130 .hword 5912 .zero 4 .xword .LC7505 .xword .LC3410 .hword 4130 .hword 5913 .zero 4 .xword .LC7506 .xword .LC3410 .hword 4130 .hword 8192 .zero 4 .xword .LC7507 .xword .LC7508 .hword 4130 .hword 8193 .zero 4 .xword .LC7509 .xword .LC7510 .hword 4130 .hword 8195 .zero 4 .xword .LC7511 .xword .LC7512 .hword 4130 .hword 8224 .zero 4 .xword .LC7513 .xword .LC3070 .hword 4130 .hword 8256 .zero 4 .xword .LC7514 .xword .LC3253 .hword 4130 .hword 8321 .zero 4 .xword .LC2512 .xword .LC7515 .hword 4130 .hword 8322 .zero 4 .xword .LC7516 .xword .LC7517 .hword 4130 .hword 8335 .zero 4 .xword .LC7518 .xword .LC7246 .hword 4130 .hword 8339 .zero 4 .xword .LC7518 .xword .LC7519 .hword 4130 .hword 8340 .zero 4 .xword .LC7518 .xword .LC7520 .hword 4130 .hword 8341 .zero 4 .xword .LC7518 .xword .LC7521 .hword 4130 .hword 8342 .zero 4 .xword .LC7522 .xword .LC7523 .hword 4130 .hword 8343 .zero 4 .xword .LC7518 .xword .LC7524 .hword 4130 .hword 8346 .zero 4 .xword .LC7518 .xword .LC7525 .hword 4130 .hword 9267 .zero 4 .xword .LC7526 .xword .LC7527 .hword 4130 .hword 12288 .zero 4 .xword .LC7528 .xword .LC7529 .hword 4130 .hword 24139 .zero 4 .xword .LC6330 .xword .LC7530 .hword 4130 .hword 28676 .zero 4 .xword .LC7531 .xword .LC6163 .hword 4130 .hword 28678 .zero 4 .xword .LC7531 .xword .LC7532 .hword 4130 .hword 28679 .zero 4 .xword .LC7531 .xword .LC7533 .hword 4130 .hword 28682 .zero 4 .xword .LC7534 .xword .LC7535 .hword 4130 .hword 28683 .zero 4 .xword .LC7534 .xword .LC7536 .hword 4130 .hword 28684 .zero 4 .xword .LC7537 .xword .LC7538 .hword 4130 .hword 28685 .zero 4 .xword .LC7537 .xword .LC7539 .hword 4130 .hword 28686 .zero 4 .xword .LC7540 .xword .LC7541 .hword 4130 .hword 28687 .zero 4 .xword .LC7540 .xword .LC7542 .hword 4130 .hword 29696 .zero 4 .xword .LC7543 .xword .LC2851 .hword 4130 .hword 29697 .zero 4 .xword .LC7543 .xword .LC7544 .hword 4130 .hword 29699 .zero 4 .xword .LC7543 .xword .LC4396 .hword 4130 .hword 29700 .zero 4 .xword .LC7543 .xword .LC7545 .hword 4130 .hword 29704 .zero 4 .xword .LC7546 .xword .LC6413 .hword 4130 .hword 29705 .zero 4 .xword .LC7546 .xword .LC3841 .hword 4130 .hword 29707 .zero 4 .xword .LC7546 .xword .LC4198 .hword 4130 .hword 29708 .zero 4 .xword .LC3053 .xword .LC6157 .hword 4130 .hword 29712 .zero 4 .xword .LC7547 .xword .LC7548 .hword 4130 .hword 29713 .zero 4 .xword .LC7547 .xword .LC7549 .hword 4130 .hword 29714 .zero 4 .xword .LC7547 .xword .LC3779 .hword 4130 .hword 29715 .zero 4 .xword .LC7547 .xword .LC4396 .hword 4130 .hword 29716 .zero 4 .xword .LC7547 .xword .LC7550 .hword 4130 .hword 29760 .zero 4 .xword .LC7551 .xword .LC4452 .hword 4130 .hword 29761 .zero 4 .xword .LC7551 .xword .LC3841 .hword 4130 .hword 29763 .zero 4 .xword .LC7551 .xword .LC7552 .hword 4130 .hword 29765 .zero 4 .xword .LC7551 .xword .LC7553 .hword 4130 .hword 29766 .zero 4 .xword .LC7551 .xword .LC7554 .hword 4130 .hword 29768 .zero 4 .xword .LC7551 .xword .LC3861 .hword 4130 .hword 29769 .zero 4 .xword .LC7551 .xword .LC3779 .hword 4130 .hword 29776 .zero 4 .xword .LC7555 .xword .LC3032 .hword 4130 .hword 29777 .zero 4 .xword .LC7555 .xword .LC7556 .hword 4130 .hword 29780 .zero 4 .xword .LC7557 .xword .LC4361 .hword 4130 .hword 29781 .zero 4 .xword .LC7557 .xword .LC3578 .hword 4130 .hword 29784 .zero 4 .xword .LC7558 .xword .LC3032 .hword 4130 .hword 29785 .zero 4 .xword .LC7558 .xword .LC7556 .hword 4130 .hword 29792 .zero 4 .xword .LC7559 .xword .LC3861 .hword 4130 .hword 29793 .zero 4 .xword .LC7559 .xword .LC7560 .hword 4130 .hword 29794 .zero 4 .xword .LC7559 .xword .LC3253 .hword 4130 .hword 29795 .zero 4 .xword .LC7559 .xword .LC7561 .hword 4130 .hword 29796 .zero 4 .xword .LC7559 .xword .LC7550 .hword 4130 .hword 29800 .zero 4 .xword .LC7559 .xword .LC4452 .hword 4130 .hword 29801 .zero 4 .xword .LC7559 .xword .LC7562 .hword 4130 .hword 29802 .zero 4 .xword .LC7559 .xword .LC7563 .hword 4130 .hword 29803 .zero 4 .xword .LC7559 .xword .LC7552 .hword 4130 .hword 29805 .zero 4 .xword .LC7564 .xword .LC7565 .hword 4130 .hword 29806 .zero 4 .xword .LC7559 .xword .LC7566 .hword 4130 .hword 30059 .zero 4 .xword .LC7559 .xword .LC7567 .hword 4130 .hword 30721 .zero 4 .xword .LC7568 .xword .LC7569 .hword 4130 .hword 30721 .zero 4 .xword .LC7568 .xword .LC7569 .hword 4130 .hword 30724 .zero 4 .xword .LC7569 .xword .LC7569 .hword 4130 .hword 30727 .zero 4 .xword .LC7570 .xword .LC7571 .hword 4130 .hword 30728 .zero 4 .xword .LC7572 .xword .LC7572 .hword 4130 .hword 30729 .zero 4 .xword .LC6970 .xword .LC6429 .hword 4130 .hword 30731 .zero 4 .xword .LC7573 .xword .LC7574 .hword 4130 .hword 30733 .zero 4 .xword .LC6973 .xword .LC3306 .hword 4130 .hword 30734 .zero 4 .xword .LC6975 .xword .LC6976 .hword 4130 .hword 30735 .zero 4 .xword .LC6977 .xword .LC6763 .hword 4130 .hword 30738 .zero 4 .xword .LC7575 .xword .LC6978 .hword 4130 .hword 30740 .zero 4 .xword .LC2935 .xword .LC7576 .hword 4130 .hword 2112 .zero 4 .xword .LC7577 .xword .LC7578 .hword 4130 .hword -27135 .zero 4 .xword .LC7579 .xword .LC3410 .hword 4130 .hword -27134 .zero 4 .xword .LC7580 .xword .LC6763 .hword 4130 .hword -27132 .zero 4 .xword .LC7581 .xword .LC6763 .hword 4130 .hword -27131 .zero 4 .xword .LC7582 .xword .LC6763 .hword 4130 .hword -27130 .zero 4 .xword .LC7583 .xword .LC6763 .hword 4130 .hword -27070 .zero 4 .xword .LC7584 .xword .LC7585 .hword 4131 .hword 404 .zero 4 .xword .LC7586 .xword .LC2544 .hword 4131 .hword 8192 .zero 4 .xword .LC7587 .xword .LC7588 .hword 4131 .hword 8193 .zero 4 .xword .LC7589 .xword .LC7590 .hword 4131 .hword 8448 .zero 4 .xword .LC7591 .xword .LC7592 .hword 4131 .hword 8704 .zero 4 .xword .LC7593 .xword .LC7594 .hword 4131 .hword -31744 .zero 4 .xword .LC7595 .xword .LC7596 .hword 4131 .hword -31712 .zero 4 .xword .LC7597 .xword .LC7598 .hword 4131 .hword -31488 .zero 4 .xword .LC7599 .xword .LC7600 .hword 4131 .hword -31456 .zero 4 .xword .LC7601 .xword .LC7602 .hword 4131 .hword -31200 .zero 4 .xword .LC7603 .xword .LC7604 .hword 4131 .hword -30688 .zero 4 .xword .LC7605 .xword .LC7606 .hword 4131 .hword -27872 .zero 4 .xword .LC7607 .xword .LC7608 .hword 4131 .hword -27824 .zero 4 .xword .LC7609 .xword .LC7608 .hword 4131 .hword -27808 .zero 4 .xword .LC7610 .xword .LC7611 .hword 4131 .hword -27774 .zero 4 .xword .LC7612 .xword .LC9 .hword 4131 .hword -27773 .zero 4 .xword .LC7613 .xword .LC9 .hword 4131 .hword -27771 .zero 4 .xword .LC7614 .xword .LC9 .hword 4131 .hword -27770 .zero 4 .xword .LC7615 .xword .LC7592 .hword 4131 .hword -27768 .zero 4 .xword .LC7616 .xword .LC7592 .hword 4131 .hword -27753 .zero 4 .xword .LC7617 .xword .LC7618 .hword 4131 .hword -27750 .zero 4 .xword .LC7619 .xword .LC7592 .hword 4131 .hword -27616 .zero 4 .xword .LC7620 .xword .LC7621 .hword 4131 .hword -27600 .zero 4 .xword .LC7622 .xword .LC3110 .hword 4131 .hword -27584 .zero 4 .xword .LC7623 .xword .LC7624 .hword 4131 .hword -27552 .zero 4 .xword .LC7625 .xword .LC7608 .hword 4131 .hword -27536 .zero 4 .xword .LC7626 .xword .LC9 .hword 4131 .hword -27360 .zero 4 .xword .LC7627 .xword .LC7592 .hword 4131 .hword -27355 .zero 4 .xword .LC7628 .xword .LC7592 .hword 4131 .hword -27328 .zero 4 .xword .LC7629 .xword .LC7630 .hword 4131 .hword -27040 .zero 4 .xword .LC7631 .xword .LC3110 .hword 4131 .hword -27008 .zero 4 .xword .LC7632 .xword .LC3110 .hword 4131 .hword -27006 .zero 4 .xword .LC7632 .xword .LC7633 .hword 4131 .hword -27005 .zero 4 .xword .LC7634 .xword .LC3110 .hword 4131 .hword -27003 .zero 4 .xword .LC7635 .xword .LC7636 .hword 4131 .hword -26800 .zero 4 .xword .LC7637 .xword .LC7638 .hword 4131 .hword -26797 .zero 4 .xword .LC7639 .xword .LC7592 .hword 4131 .hword -26796 .zero 4 .xword .LC7639 .xword .LC7640 .hword 4131 .hword -26791 .zero 4 .xword .LC7641 .xword .LC7642 .hword 4131 .hword -26749 .zero 4 .xword .LC7643 .xword .LC9 .hword 4131 .hword -26747 .zero 4 .xword .LC7644 .xword .LC9 .hword 4131 .hword -26544 .zero 4 .xword .LC7645 .xword .LC7646 .hword 4131 .hword -26496 .zero 4 .xword .LC7647 .xword .LC7648 .hword 4131 .hword -26352 .zero 4 .xword .LC7649 .xword .LC7650 .hword 4131 .hword -26320 .zero 4 .xword .LC7651 .xword .LC9 .hword 4131 .hword -26272 .zero 4 .xword .LC7652 .xword .LC7653 .hword 4133 .hword 40 .zero 4 .xword .LC4471 .xword .LC7654 .hword 4133 .hword 5173 .zero 4 .xword .LC7655 .xword .LC7656 .hword 4133 .hword 5189 .zero 4 .xword .LC7657 .xword .LC7658 .hword 4133 .hword 5193 .zero 4 .xword .LC7659 .xword .LC7192 .hword 4133 .hword 5201 .zero 4 .xword .LC7660 .xword .LC7661 .hword 4133 .hword 5217 .zero 4 .xword .LC7662 .xword .LC7663 .hword 4133 .hword 5257 .zero 4 .xword .LC7664 .xword .LC9 .hword 4133 .hword 5393 .zero 4 .xword .LC7665 .xword .LC9 .hword 4133 .hword 5394 .zero 4 .xword .LC7666 .xword .LC9 .hword 4133 .hword 5395 .zero 4 .xword .LC7667 .xword .LC9 .hword 4133 .hword 5409 .zero 4 .xword .LC7668 .xword .LC7368 .hword 4133 .hword 5411 .zero 4 .xword .LC7669 .xword .LC7192 .hword 4133 .hword 5425 .zero 4 .xword .LC7670 .xword .LC7541 .hword 4133 .hword 5427 .zero 4 .xword .LC7671 .xword .LC7672 .hword 4133 .hword 5429 .zero 4 .xword .LC7673 .xword .LC7674 .hword 4133 .hword 5441 .zero 4 .xword .LC7675 .xword .LC7676 .hword 4133 .hword 5442 .zero 4 .xword .LC7677 .xword .LC7678 .hword 4133 .hword 5443 .zero 4 .xword .LC7679 .xword .LC7680 .hword 4133 .hword 5473 .zero 4 .xword .LC7681 .xword .LC7682 .hword 4133 .hword 5665 .zero 4 .xword .LC7683 .xword .LC7684 .hword 4133 .hword 5681 .zero 4 .xword .LC7685 .xword .LC7686 .hword 4133 .hword 5697 .zero 4 .xword .LC7687 .xword .LC7688 .hword 4133 .hword 12609 .zero 4 .xword .LC7689 .xword .LC3110 .hword 4133 .hword 12611 .zero 4 .xword .LC7690 .xword .LC3110 .hword 4133 .hword 12613 .zero 4 .xword .LC7691 .xword .LC3110 .hword 4133 .hword 12615 .zero 4 .xword .LC7692 .xword .LC3110 .hword 4133 .hword 12617 .zero 4 .xword .LC7693 .xword .LC3110 .hword 4133 .hword 12625 .zero 4 .xword .LC7694 .xword .LC3110 .hword 4133 .hword 13063 .zero 4 .xword .LC7695 .xword .LC7696 .hword 4133 .hword 13065 .zero 4 .xword .LC7697 .xword .LC7698 .hword 4133 .hword 21010 .zero 4 .xword .LC7699 .xword .LC9 .hword 4133 .hword 21013 .zero 4 .xword .LC7700 .xword .LC3841 .hword 4133 .hword 21015 .zero 4 .xword .LC7700 .xword .LC7701 .hword 4133 .hword 21017 .zero 4 .xword .LC7702 .xword .LC7701 .hword 4133 .hword 21029 .zero 4 .xword .LC7703 .xword .LC3841 .hword 4133 .hword 21033 .zero 4 .xword .LC7704 .xword .LC7705 .hword 4133 .hword 21045 .zero 4 .xword .LC7706 .xword .LC7701 .hword 4133 .hword 21047 .zero 4 .xword .LC7707 .xword .LC7708 .hword 4133 .hword 21049 .zero 4 .xword .LC9 .xword .LC9 .hword 4133 .hword 21056 .zero 4 .xword .LC9 .xword .LC3841 .hword 4133 .hword 21057 .zero 4 .xword .LC9 .xword .LC3598 .hword 4133 .hword 21058 .zero 4 .xword .LC9 .xword .LC7709 .hword 4133 .hword 21059 .zero 4 .xword .LC9 .xword .LC2639 .hword 4133 .hword 21060 .zero 4 .xword .LC9 .xword .LC7710 .hword 4133 .hword 21063 .zero 4 .xword .LC7675 .xword .LC6410 .hword 4133 .hword 21543 .zero 4 .xword .LC9 .xword .LC6882 .hword 4133 .hword 21585 .zero 4 .xword .LC7711 .xword .LC7712 .hword 4133 .hword 21587 .zero 4 .xword .LC7713 .xword .LC7714 .hword 4133 .hword 28929 .zero 4 .xword .LC7715 .xword .LC7716 .hword 4136 .hword 1 .zero 4 .xword .LC7717 .xword .LC7718 .hword 4136 .hword 2 .zero 4 .xword .LC7719 .xword .LC7720 .hword 4136 .hword 3 .zero 4 .xword .LC7721 .xword .LC7720 .hword 4136 .hword 4 .zero 4 .xword .LC7721 .xword .LC7720 .hword 4136 .hword 5 .zero 4 .xword .LC7719 .xword .LC7720 .hword 4136 .hword 6 .zero 4 .xword .LC7719 .xword .LC7720 .hword 4136 .hword 7 .zero 4 .xword .LC7722 .xword .LC7723 .hword 4136 .hword 8 .zero 4 .xword .LC7719 .xword .LC7724 .hword 4136 .hword 10 .zero 4 .xword .LC7719 .xword .LC7720 .hword 4136 .hword 12 .zero 4 .xword .LC7725 .xword .LC7726 .hword 4136 .hword 13 .zero 4 .xword .LC2867 .xword .LC7727 .hword 4136 .hword 14 .zero 4 .xword .LC7728 .xword .LC7729 .hword 4136 .hword 16 .zero 4 .xword .LC7730 .xword .LC7731 .hword 4136 .hword 17 .zero 4 .xword .LC7730 .xword .LC7732 .hword 4136 .hword 18 .zero 4 .xword .LC7733 .xword .LC7734 .hword 4136 .hword 19 .zero 4 .xword .LC7735 .xword .LC7720 .hword 4136 .hword 20 .zero 4 .xword .LC7736 .xword .LC7737 .hword 4136 .hword 21 .zero 4 .xword .LC7738 .xword .LC7739 .hword 4136 .hword 300 .zero 4 .xword .LC7740 .xword .LC7741 .hword 4136 .hword 365 .zero 4 .xword .LC7742 .xword .LC7743 .hword 4136 .hword 647 .zero 4 .xword .LC7744 .xword .LC7745 .hword 4136 .hword 4096 .zero 4 .xword .LC7746 .xword .LC7747 .hword 4136 .hword 4176 .zero 4 .xword .LC7748 .xword .LC5865 .hword 4136 .hword 7948 .zero 4 .xword .LC7749 .xword .LC4495 .hword 4136 .hword 7948 .zero 4 .xword .LC7750 .xword .LC5034 .hword 4136 .hword 8455 .zero 4 .xword .LC7751 .xword .LC5691 .hword 4136 .hword 12290 .zero 4 .xword .LC5854 .xword .LC7752 .hword 4136 .hword 13698 .zero 4 .xword .LC7753 .xword .LC5868 .hword 4136 .hword 26461 .zero 4 .xword .LC7754 .xword .LC7755 .hword 4136 .hword 26657 .zero 4 .xword .LC4069 .xword .LC4069 .hword 4136 .hword -32380 .zero 4 .xword .LC7756 .xword .LC7757 .hword 4136 .hword -26506 .zero 4 .xword .LC7721 .xword .LC7720 .hword 4138 .hword 0 .zero 4 .xword .LC7758 .xword .LC7759 .hword 4138 .hword 3 .zero 4 .xword .LC7760 .xword .LC7761 .hword 4138 .hword 16 .zero 4 .xword .LC7762 .xword .LC7763 .hword 4138 .hword 42 .zero 4 .xword .LC7764 .xword .LC7759 .hword 4138 .hword 4138 .zero 4 .xword .LC7758 .xword .LC7765 .hword 4138 .hword -26506 .zero 4 .xword .LC7758 .xword .LC7766 .hword 4139 .hword 16 .zero 4 .xword .LC7767 .xword .LC7768 .hword 4139 .hword 64 .zero 4 .xword .LC7769 .xword .LC7770 .hword 4139 .hword 81 .zero 4 .xword .LC7771 .xword .LC7772 .hword 4139 .hword 1304 .zero 4 .xword .LC7773 .xword .LC7774 .hword 4139 .hword 1305 .zero 4 .xword .LC7775 .xword .LC7776 .hword 4139 .hword 1306 .zero 4 .xword .LC7777 .xword .LC7778 .hword 4139 .hword 1307 .zero 4 .xword .LC7771 .xword .LC124 .hword 4139 .hword 1310 .zero 4 .xword .LC7779 .xword .LC7780 .hword 4139 .hword 1311 .zero 4 .xword .LC7781 .xword .LC7782 .hword 4139 .hword 1312 .zero 4 .xword .LC7783 .xword .LC7784 .hword 4139 .hword 1313 .zero 4 .xword .LC7783 .xword .LC7785 .hword 4139 .hword 1314 .zero 4 .xword .LC7786 .xword .LC7787 .hword 4139 .hword 1317 .zero 4 .xword .LC2657 .xword .LC7788 .hword 4139 .hword 1319 .zero 4 .xword .LC7789 .xword .LC9 .hword 4139 .hword 1320 .zero 4 .xword .LC7790 .xword .LC7791 .hword 4139 .hword 1328 .zero 4 .xword .LC7792 .xword .LC7793 .hword 4139 .hword 1332 .zero 4 .xword .LC2867 .xword .LC7794 .hword 4139 .hword 1344 .zero 4 .xword .LC7795 .xword .LC7796 .hword 4139 .hword 3344 .zero 4 .xword .LC7767 .xword .LC7797 .hword 4139 .hword 4096 .zero 4 .xword .LC7798 .xword .LC7799 .hword 4139 .hword 4097 .zero 4 .xword .LC7798 .xword .LC7800 .hword 4139 .hword 5413 .zero 4 .xword .LC7801 .xword .LC9 .hword 4139 .hword 5415 .zero 4 .xword .LC7802 .xword .LC9 .hword 4139 .hword 8199 .zero 4 .xword .LC7782 .xword .LC7803 .hword 4139 .hword 9511 .zero 4 .xword .LC7804 .xword .LC7805 .hword 4139 .hword 9527 .zero 4 .xword .LC7806 .xword .LC7807 .hword 4139 .hword 9528 .zero 4 .xword .LC7808 .xword .LC7808 .hword 4139 .hword 9529 .zero 4 .xword .LC7809 .xword .LC7810 .hword 4139 .hword 17718 .zero 4 .xword .LC7811 .xword .LC7812 .hword 4139 .hword 1314 .zero 4 .xword .LC7813 .xword .LC7814 .hword 4139 .hword 1317 .zero 4 .xword .LC7815 .xword .LC7816 .hword 4139 .hword 1330 .zero 4 .xword .LC7817 .xword .LC7818 .hword 4139 .hword 25971 .zero 4 .xword .LC7819 .xword .LC7820 .hword 4139 .hword -32608 .zero 4 .xword .LC7821 .xword .LC2709 .hword 4139 .hword -26506 .zero 4 .xword .LC7822 .xword .LC7823 .hword 4140 .hword 184 .zero 4 .xword .LC7824 .xword .LC7825 .hword 4140 .hword 192 .zero 4 .xword .LC7826 .xword .LC7827 .hword 4140 .hword 208 .zero 4 .xword .LC7828 .xword .LC7829 .hword 4140 .hword 216 .zero 4 .xword .LC7830 .xword .LC7831 .hword 4140 .hword 220 .zero 4 .xword .LC7832 .xword .LC3110 .hword 4140 .hword 224 .zero 4 .xword .LC7833 .xword .LC7834 .hword 4140 .hword 228 .zero 4 .xword .LC7835 .xword .LC7836 .hword 4140 .hword 229 .zero 4 .xword .LC7837 .xword .LC7838 .hword 4140 .hword 240 .zero 4 .xword .LC7839 .xword .LC7840 .hword 4140 .hword 244 .zero 4 .xword .LC7839 .xword .LC7841 .hword 4140 .hword 245 .zero 4 .xword .LC7842 .xword .LC7843 .hword 4140 .hword 480 .zero 4 .xword .LC7844 .xword .LC7845 .hword 4140 .hword 3120 .zero 4 .xword .LC7846 .xword .LC7827 .hword 4141 .hword 20700 .zero 4 .xword .LC2635 .xword .LC2634 .hword 4143 .hword 9 .zero 4 .xword .LC7847 .xword .LC7368 .hword 4143 .hword 10 .zero 4 .xword .LC7848 .xword .LC7849 .hword 4143 .hword 32 .zero 4 .xword .LC7850 .xword .LC7851 .hword 4143 .hword 48 .zero 4 .xword .LC7852 .xword .LC4178 .hword 4143 .hword 49 .zero 4 .xword .LC7853 .xword .LC7854 .hword 4143 .hword 256 .zero 4 .xword .LC5759 .xword .LC5760 .hword 4143 .hword 261 .zero 4 .xword .LC7855 .xword .LC7856 .hword 4143 .hword 262 .zero 4 .xword .LC7855 .xword .LC7857 .hword 4143 .hword 263 .zero 4 .xword .LC7855 .xword .LC7858 .hword 4143 .hword 264 .zero 4 .xword .LC7855 .xword .LC7859 .hword 4143 .hword 384 .zero 4 .xword .LC7860 .xword .LC7861 .hword 4143 .hword 385 .zero 4 .xword .LC7862 .xword .LC7863 .hword 4143 .hword 386 .zero 4 .xword .LC7864 .xword .LC7863 .hword 4143 .hword 442 .zero 4 .xword .LC7865 .xword .LC7866 .hword 4143 .hword 2053 .zero 4 .xword .LC7852 .xword .LC7867 .hword 4143 .hword 4143 .zero 4 .xword .LC7868 .xword .LC7869 .hword 4145 .hword 22017 .zero 4 .xword .LC7870 .xword .LC7871 .hword 4145 .hword 22023 .zero 4 .xword .LC7872 .xword .LC7873 .hword 4145 .hword 22065 .zero 4 .xword .LC7874 .xword .LC9 .hword 4145 .hword 24663 .zero 4 .xword .LC7875 .xword .LC7876 .hword 4147 .hword 1 .zero 4 .xword .LC7877 .xword .LC7878 .hword 4147 .hword 2 .zero 4 .xword .LC9 .xword .LC7879 .hword 4147 .hword 3 .zero 4 .xword .LC9 .xword .LC7396 .hword 4147 .hword 4 .zero 4 .xword .LC7880 .xword .LC7881 .hword 4147 .hword 5 .zero 4 .xword .LC7882 .xword .LC7883 .hword 4147 .hword 6 .zero 4 .xword .LC9 .xword .LC3110 .hword 4147 .hword 7 .zero 4 .xword .LC7884 .xword .LC7885 .hword 4147 .hword 8 .zero 4 .xword .LC9 .xword .LC7886 .hword 4147 .hword 9 .zero 4 .xword .LC9 .xword .LC7887 .hword 4147 .hword 26 .zero 4 .xword .LC7888 .xword .LC9 .hword 4147 .hword 29 .zero 4 .xword .LC7889 .xword .LC7890 .hword 4147 .hword 33 .zero 4 .xword .LC7891 .xword .LC7892 .hword 4147 .hword 41 .zero 4 .xword .LC7893 .xword .LC3076 .hword 4147 .hword 42 .zero 4 .xword .LC7894 .xword .LC3076 .hword 4147 .hword 47 .zero 4 .xword .LC7895 .xword .LC7896 .hword 4147 .hword 52 .zero 4 .xword .LC7897 .xword .LC7898 .hword 4147 .hword 53 .zero 4 .xword .LC7899 .xword .LC7900 .hword 4147 .hword 54 .zero 4 .xword .LC7901 .xword .LC7902 .hword 4147 .hword 62 .zero 4 .xword .LC7903 .xword .LC7904 .hword 4147 .hword 70 .zero 4 .xword .LC7905 .xword .LC3076 .hword 4147 .hword 90 .zero 4 .xword .LC7906 .xword .LC7907 .hword 4147 .hword 99 .zero 4 .xword .LC7908 .xword .LC7909 .hword 4147 .hword 103 .zero 4 .xword .LC7910 .xword .LC7911 .hword 4147 .hword 116 .zero 4 .xword .LC7912 .xword .LC7913 .hword 4147 .hword 155 .zero 4 .xword .LC7914 .xword .LC9 .hword 4147 .hword 166 .zero 4 .xword .LC9 .xword .LC9 .hword 4147 .hword 190 .zero 4 .xword .LC7915 .xword .LC7916 .hword 4147 .hword 205 .zero 4 .xword .LC7917 .xword .LC7918 .hword 4147 .hword 206 .zero 4 .xword .LC7919 .xword .LC7918 .hword 4147 .hword 224 .zero 4 .xword .LC7920 .xword .LC7921 .hword 4147 .hword 224 .zero 4 .xword .LC7922 .xword .LC7921 .hword 4147 .hword 231 .zero 4 .xword .LC7923 .xword .LC7924 .hword 4147 .hword 242 .zero 4 .xword .LC7925 .xword .LC7926 .hword 4147 .hword 357 .zero 4 .xword .LC2671 .xword .LC7927 .hword 4147 .hword 404 .zero 4 .xword .LC7928 .xword .LC5885 .hword 4147 .hword 1312 .zero 4 .xword .LC7895 .xword .LC7929 .hword 4147 .hword 4147 .zero 4 .xword .LC7930 .xword .LC7931 .hword 4147 .hword -26506 .zero 4 .xword .LC7922 .xword .LC7921 .hword 4147 .hword 10315 .zero 4 .xword .LC4688 .xword .LC4688 .hword 4150 .hword 0 .zero 4 .xword .LC7932 .xword .LC6234 .hword 4153 .hword -240 .zero 4 .xword .LC9 .xword .LC9 .hword 4153 .hword 0 .zero 4 .xword .LC9 .xword .LC9 .hword 4153 .hword 28690 .zero 4 .xword .LC7933 .xword .LC7934 .hword 4153 .hword 1 .zero 4 .xword .LC7935 .xword .LC7936 .hword 4153 .hword 2 .zero 4 .xword .LC7937 .xword .LC7938 .hword 4153 .hword 3 .zero 4 .xword .LC7939 .xword .LC7940 .hword 4153 .hword 5 .zero 4 .xword .LC7941 .xword .LC7942 .hword 4153 .hword 6 .zero 4 .xword .LC7943 .xword .LC7944 .hword 4153 .hword 8 .zero 4 .xword .LC7945 .xword .LC7946 .hword 4153 .hword 9 .zero 4 .xword .LC7947 .xword .LC7948 .hword 4153 .hword 22 .zero 4 .xword .LC7949 .xword .LC7950 .hword 4153 .hword 24 .zero 4 .xword .LC7951 .xword .LC7952 .hword 4153 .hword 352 .zero 4 .xword .LC7953 .xword .LC7954 .hword 4153 .hword 384 .zero 4 .xword .LC7955 .xword .LC7956 .hword 4153 .hword 385 .zero 4 .xword .LC2867 .xword .LC7957 .hword 4153 .hword 386 .zero 4 .xword .LC2867 .xword .LC7958 .hword 4153 .hword 387 .zero 4 .xword .LC7959 .xword .LC7960 .hword 4153 .hword 390 .zero 4 .xword .LC6072 .xword .LC7961 .hword 4153 .hword 400 .zero 4 .xword .LC7962 .xword .LC7963 .hword 4153 .hword 401 .zero 4 .xword .LC7964 .xword .LC7964 .hword 4153 .hword 512 .zero 4 .xword .LC7965 .xword .LC7966 .hword 4153 .hword 516 .zero 4 .xword .LC7967 .xword .LC7968 .hword 4153 .hword 517 .zero 4 .xword .LC7969 .xword .LC7970 .hword 4153 .hword 768 .zero 4 .xword .LC7971 .xword .LC7972 .hword 4153 .hword 773 .zero 4 .xword .LC7973 .xword .LC7974 .hword 4153 .hword 789 .zero 4 .xword .LC7975 .xword .LC7976 .hword 4153 .hword 805 .zero 4 .xword .LC7977 .xword .LC7978 .hword 4153 .hword 816 .zero 4 .xword .LC7971 .xword .LC7979 .hword 4153 .hword 1030 .zero 4 .xword .LC7980 .xword .LC7944 .hword 4153 .hword 1174 .zero 4 .xword .LC7981 .xword .LC7982 .hword 4153 .hword 1328 .zero 4 .xword .LC7983 .xword .LC7984 .hword 4153 .hword 1344 .zero 4 .xword .LC7985 .xword .LC4398 .hword 4153 .hword 1360 .zero 4 .xword .LC7986 .xword .LC7541 .hword 4153 .hword 1430 .zero 4 .xword .LC7987 .xword .LC7988 .hword 4153 .hword 1431 .zero 4 .xword .LC7989 .xword .LC7990 .hword 4153 .hword 1537 .zero 4 .xword .LC7991 .xword .LC7992 .hword 4153 .hword 1568 .zero 4 .xword .LC7989 .xword .LC4398 .hword 4153 .hword 1584 .zero 4 .xword .LC7977 .xword .LC4398 .hword 4153 .hword 1589 .zero 4 .xword .LC7993 .xword .LC4398 .hword 4153 .hword 1600 .zero 4 .xword .LC7994 .xword .LC4398 .hword 4153 .hword 1605 .zero 4 .xword .LC7995 .xword .LC4398 .hword 4153 .hword 1606 .zero 4 .xword .LC7996 .xword .LC4398 .hword 4153 .hword 1608 .zero 4 .xword .LC7997 .xword .LC4398 .hword 4153 .hword 1609 .zero 4 .xword .LC7998 .xword .LC4398 .hword 4153 .hword 1616 .zero 4 .xword .LC7999 .xword .LC4398 .hword 4153 .hword 1617 .zero 4 .xword .LC8000 .xword .LC4398 .hword 4153 .hword 1621 .zero 4 .xword .LC8001 .xword .LC4398 .hword 4153 .hword 1622 .zero 4 .xword .LC3271 .xword .LC6163 .hword 4153 .hword 1624 .zero 4 .xword .LC8002 .xword .LC6163 .hword 4153 .hword 1625 .zero 4 .xword .LC8003 .xword .LC6163 .hword 4153 .hword 1632 .zero 4 .xword .LC8004 .xword .LC4398 .hword 4153 .hword 1633 .zero 4 .xword .LC8005 .xword .LC8006 .hword 4153 .hword 1634 .zero 4 .xword .LC3271 .xword .LC6163 .hword 4153 .hword 1635 .zero 4 .xword .LC3271 .xword .LC6163 .hword 4153 .hword 1840 .zero 4 .xword .LC8007 .xword .LC4398 .hword 4153 .hword 1845 .zero 4 .xword .LC8008 .xword .LC4398 .hword 4153 .hword 1856 .zero 4 .xword .LC8009 .xword .LC4452 .hword 4153 .hword 1857 .zero 4 .xword .LC8010 .xword .LC6163 .hword 4153 .hword 1861 .zero 4 .xword .LC8011 .xword .LC4398 .hword 4153 .hword 1862 .zero 4 .xword .LC8012 .xword .LC4398 .hword 4153 .hword 1864 .zero 4 .xword .LC8013 .xword .LC6163 .hword 4153 .hword 1877 .zero 4 .xword .LC8014 .xword .LC4398 .hword 4153 .hword 1878 .zero 4 .xword .LC8015 .xword .LC6163 .hword 4153 .hword 1888 .zero 4 .xword .LC7939 .xword .LC8016 .hword 4153 .hword 1889 .zero 4 .xword .LC8017 .xword .LC8016 .hword 4153 .hword 1890 .zero 4 .xword .LC3271 .xword .LC8016 .hword 4153 .hword 2304 .zero 4 .xword .LC8018 .xword .LC8019 .hword 4153 .hword 2305 .zero 4 .xword .LC8020 .xword .LC8021 .hword 4153 .hword 2402 .zero 4 .xword .LC8022 .xword .LC4452 .hword 4153 .hword 2403 .zero 4 .xword .LC8023 .xword .LC2851 .hword 4153 .hword 2404 .zero 4 .xword .LC8024 .xword .LC8025 .hword 4153 .hword 2457 .zero 4 .xword .LC8026 .xword .LC8027 .hword 4153 .hword 4153 .zero 4 .xword .LC8028 .xword .LC8029 .hword 4153 .hword 4160 .zero 4 .xword .LC9 .xword .LC9 .hword 4153 .hword 4332 .zero 4 .xword .LC8030 .xword .LC8031 .hword 4153 .hword 4482 .zero 4 .xword .LC2867 .xword .LC8032 .hword 4153 .hword 4483 .zero 4 .xword .LC8033 .xword .LC3941 .hword 4153 .hword 4484 .zero 4 .xword .LC8034 .xword .LC8035 .hword 4153 .hword 4485 .zero 4 .xword .LC8036 .xword .LC3939 .hword 4153 .hword 4660 .zero 4 .xword .LC8028 .xword .LC8029 .hword 4153 .hword 401 .zero 4 .xword .LC5773 .xword .LC5774 .hword 4153 .hword 13826 .zero 4 .xword .LC8037 .xword .LC2835 .hword 4153 .hword 17185 .zero 4 .xword .LC6768 .xword .LC8038 .hword 4153 .hword 20743 .zero 4 .xword .LC8039 .xword .LC8040 .hword 4153 .hword 21248 .zero 4 .xword .LC7985 .xword .LC7784 .hword 4153 .hword 21269 .zero 4 .xword .LC8041 .xword .LC3110 .hword 4153 .hword 21505 .zero 4 .xword .LC8042 .xword .LC8043 .hword 4153 .hword 21777 .zero 4 .xword .LC8044 .xword .LC8045 .hword 4153 .hword 21779 .zero 4 .xword .LC8046 .xword .LC8047 .hword 4153 .hword 21783 .zero 4 .xword .LC8048 .xword .LC6163 .hword 4153 .hword 21784 .zero 4 .xword .LC8049 .xword .LC8050 .hword 4153 .hword 21873 .zero 4 .xword .LC8051 .xword .LC8052 .hword 4153 .hword 21889 .zero 4 .xword .LC8053 .xword .LC8054 .hword 4153 .hword 21890 .zero 4 .xword .LC8055 .xword .LC2851 .hword 4153 .hword 21905 .zero 4 .xword .LC8056 .xword .LC8057 .hword 4153 .hword 21910 .zero 4 .xword .LC8058 .xword .LC8059 .hword 4153 .hword 21911 .zero 4 .xword .LC8060 .xword .LC8061 .hword 4153 .hword 22016 .zero 4 .xword .LC8062 .xword .LC4398 .hword 4153 .hword 22064 .zero 4 .xword .LC8063 .xword .LC4398 .hword 4153 .hword 22545 .zero 4 .xword .LC9 .xword .LC9 .hword 4153 .hword 25092 .zero 4 .xword .LC8064 .xword .LC8065 .hword 4153 .hword 25093 .zero 4 .xword .LC8066 .xword .LC8067 .hword 4153 .hword 25125 .zero 4 .xword .LC8068 .xword .LC7970 .hword 4153 .hword 25142 .zero 4 .xword .LC8069 .xword .LC8070 .hword 4153 .hword 25344 .zero 4 .xword .LC8071 .xword .LC7972 .hword 4153 .hword 25350 .zero 4 .xword .LC8072 .xword .LC8073 .hword 4153 .hword 25381 .zero 4 .xword .LC8074 .xword .LC8075 .hword 4153 .hword 25382 .zero 4 .xword .LC8076 .xword .LC8077 .hword 4153 .hword 25392 .zero 4 .xword .LC8078 .xword .LC8079 .hword 4153 .hword 25393 .zero 4 .xword .LC8080 .xword .LC4404 .hword 4153 .hword 25425 .zero 4 .xword .LC8081 .xword .LC8082 .hword 4153 .hword 25429 .zero 4 .xword .LC8083 .xword .LC8084 .hword 4153 .hword 26503 .zero 4 .xword .LC8028 .xword .LC8085 .hword 4153 .hword 26994 .zero 4 .xword .LC9 .xword .LC9 .hword 4153 .hword 28673 .zero 4 .xword .LC8086 .xword .LC8087 .hword 4153 .hword 28674 .zero 4 .xword .LC8088 .xword .LC8089 .hword 4153 .hword 28677 .zero 4 .xword .LC8090 .xword .LC8091 .hword 4153 .hword 28679 .zero 4 .xword .LC6072 .xword .LC8092 .hword 4153 .hword 28690 .zero 4 .xword .LC8093 .xword .LC8094 .hword 4153 .hword 28691 .zero 4 .xword .LC8028 .xword .LC8085 .hword 4153 .hword 28691 .zero 4 .xword .LC8095 .xword .LC8096 .hword 4153 .hword 28693 .zero 4 .xword .LC8097 .xword .LC8098 .hword 4153 .hword 28694 .zero 4 .xword .LC8099 .xword .LC8100 .hword 4153 .hword 28696 .zero 4 .xword .LC8101 .xword .LC8102 .hword 4153 .hword 28697 .zero 4 .xword .LC7986 .xword .LC8103 .hword 4153 .hword 29440 .zero 4 .xword .LC8095 .xword .LC7972 .hword 4153 .hword 29954 .zero 4 .xword .LC8104 .xword .LC8105 .hword 4153 .hword -32455 .zero 4 .xword .LC8106 .xword .LC8106 .hword 4153 .hword 25381 .zero 4 .xword .LC8107 .xword .LC8108 .hword 4153 .hword 2404 .zero 4 .xword .LC8109 .xword .LC8110 .hword 4153 .hword -26506 .zero 4 .xword .LC8111 .xword .LC8112 .hword 4153 .hword -26231 .zero 4 .xword .LC8028 .xword .LC8085 .hword 4153 .hword 28690 .zero 4 .xword .LC7933 .xword .LC7934 .hword 4153 .hword 5811 .zero 4 .xword .LC9 .xword .LC9 .hword 4155 .hword 4155 .zero 4 .xword .LC3484 .xword .LC3486 .hword 4156 .hword 36 .zero 4 .xword .LC2867 .xword .LC8113 .hword 4156 .hword 10 .zero 4 .xword .LC8114 .xword .LC5691 .hword 4156 .hword 2561 .zero 4 .xword .LC8115 .xword .LC8116 .hword 4156 .hword 4101 .zero 4 .xword .LC8117 .xword .LC8118 .hword 4156 .hword 4104 .zero 4 .xword .LC8119 .xword .LC4728 .hword 4156 .hword 4106 .zero 4 .xword .LC8120 .xword .LC8121 .hword 4156 .hword 4136 .zero 4 .xword .LC8122 .xword .LC8123 .hword 4156 .hword 4137 .zero 4 .xword .LC8124 .xword .LC8125 .hword 4156 .hword 4138 .zero 4 .xword .LC8126 .xword .LC8127 .hword 4156 .hword 4144 .zero 4 .xword .LC8128 .xword .LC8129 .hword 4156 .hword 4145 .zero 4 .xword .LC8130 .xword .LC8131 .hword 4156 .hword 4160 .zero 4 .xword .LC8132 .xword .LC8133 .hword 4156 .hword 4161 .zero 4 .xword .LC8128 .xword .LC8134 .hword 4156 .hword 4162 .zero 4 .xword .LC8135 .xword .LC8136 .hword 4156 .hword 4168 .zero 4 .xword .LC8137 .xword .LC9 .hword 4156 .hword 4169 .zero 4 .xword .LC8138 .xword .LC9 .hword 4156 .hword 4170 .zero 4 .xword .LC8139 .xword .LC2042 .hword 4156 .hword 4171 .zero 4 .xword .LC8140 .xword .LC9 .hword 4156 .hword 4173 .zero 4 .xword .LC8141 .xword .LC8142 .hword 4156 .hword 4196 .zero 4 .xword .LC8143 .xword .LC8144 .hword 4156 .hword 4289 .zero 4 .xword .LC8145 .xword .LC8146 .hword 4156 .hword 4333 .zero 4 .xword .LC8147 .xword .LC4823 .hword 4156 .hword 4608 .zero 4 .xword .LC8148 .xword .LC8149 .hword 4156 .hword 4633 .zero 4 .xword .LC9 .xword .LC8150 .hword 4156 .hword 4634 .zero 4 .xword .LC9 .xword .LC8151 .hword 4156 .hword 4635 .zero 4 .xword .LC9 .xword .LC8152 .hword 4156 .hword 4636 .zero 4 .xword .LC9 .xword .LC8153 .hword 4156 .hword 4649 .zero 4 .xword .LC8154 .xword .LC8155 .hword 4156 .hword 4650 .zero 4 .xword .LC8154 .xword .LC7701 .hword 4156 .hword 4651 .zero 4 .xword .LC8154 .xword .LC8156 .hword 4156 .hword 4858 .zero 4 .xword .LC8157 .xword .LC8158 .hword 4156 .hword 4866 .zero 4 .xword .LC8159 .xword .LC8160 .hword 4156 .hword 4986 .zero 4 .xword .LC8161 .xword .LC8162 .hword 4156 .hword 5137 .zero 4 .xword .LC8163 .xword .LC8164 .hword 4156 .hword 5917 .zero 4 .xword .LC8165 .xword .LC8165 .hword 4156 .hword 7965 .zero 4 .xword .LC8166 .xword .LC8167 .hword 4156 .hword 8221 .zero 4 .xword .LC2867 .xword .LC8167 .hword 4156 .hword 8989 .zero 4 .xword .LC8168 .xword .LC8169 .hword 4156 .hword 9245 .zero 4 .xword .LC8170 .xword .LC8171 .hword 4156 .hword 10512 .zero 4 .xword .LC8172 .xword .LC8173 .hword 4156 .hword 658 .zero 4 .xword .LC8174 .xword .LC8175 .hword 4156 .hword 10528 .zero 4 .xword .LC9 .xword .LC8176 .hword 4156 .hword 10532 .zero 4 .xword .LC8177 .xword .LC8175 .hword 4156 .hword 10533 .zero 4 .xword .LC8178 .xword .LC8179 .hword 4156 .hword 10534 .zero 4 .xword .LC8180 .xword .LC8181 .hword 4156 .hword 10535 .zero 4 .xword .LC8182 .xword .LC8183 .hword 4156 .hword 660 .zero 4 .xword .LC8184 .xword .LC8185 .hword 4156 .hword 10560 .zero 4 .xword .LC8186 .xword .LC8187 .hword 4156 .hword 12573 .zero 4 .xword .LC8188 .xword .LC8189 .hword 4156 .hword 12806 .zero 4 .xword .LC3006 .xword .LC8190 .hword 4156 .hword 12807 .zero 4 .xword .LC8191 .xword .LC8191 .hword 4156 .hword 12832 .zero 4 .xword .LC8192 .xword .LC8193 .hword 4156 .hword 12848 .zero 4 .xword .LC8194 .xword .LC8194 .hword 4156 .hword 12858 .zero 4 .xword .LC8195 .xword .LC8195 .hword 4156 .hword 13058 .zero 4 .xword .LC6133 .xword .LC8196 .hword 4156 .hword 14877 .zero 4 .xword .LC8197 .xword .LC8198 .hword 4156 .hword 21601 .zero 4 .xword .LC3006 .xword .LC8199 .hword 4156 .hword -26506 .zero 4 .xword .LC8188 .xword .LC8189 .hword 4163 .hword 1653 .zero 4 .xword .LC8200 .xword .LC8201 .hword 4163 .hword 6505 .zero 4 .xword .LC8202 .xword .LC8203 .hword 4163 .hword 22099 .zero 4 .xword .LC8204 .xword .LC8205 .hword 4163 .hword -32509 .zero 4 .xword .LC8206 .xword .LC8207 .hword 4163 .hword -32058 .zero 4 .xword .LC5813 .xword .LC8208 .hword 4164 .hword 4114 .zero 4 .xword .LC8209 .xword .LC8210 .hword 4164 .hword -32758 .zero 4 .xword .LC8211 .xword .LC8212 .hword 4164 .hword -23552 .zero 4 .xword .LC8213 .xword .LC8214 .hword 4164 .hword -23296 .zero 4 .xword .LC3006 .xword .LC3861 .hword 4164 .hword -23295 .zero 4 .xword .LC8215 .xword .LC8216 .hword 4164 .hword -23279 .zero 4 .xword .LC8217 .xword .LC8218 .hword 4165 .hword 5 .zero 4 .xword .LC9 .xword .LC9 .hword 4165 .hword -24328 .zero 4 .xword .LC8219 .xword .LC8220 .hword 4165 .hword -16127 .zero 4 .xword .LC8221 .xword .LC3110 .hword 4165 .hword -16008 .zero 4 .xword .LC8222 .xword .LC8223 .hword 4165 .hword -15018 .zero 4 .xword .LC8224 .xword .LC8225 .hword 4165 .hword -15017 .zero 4 .xword .LC8226 .xword .LC8227 .hword 4165 .hword -15016 .zero 4 .xword .LC8228 .xword .LC7371 .hword 4165 .hword -15001 .zero 4 .xword .LC8219 .xword .LC8229 .hword 4165 .hword -15000 .zero 4 .xword .LC8219 .xword .LC8230 .hword 4165 .hword -14999 .zero 4 .xword .LC8231 .xword .LC8232 .hword 4165 .hword -14815 .zero 4 .xword .LC8233 .xword .LC8234 .hword 4165 .hword -14592 .zero 4 .xword .LC8235 .xword .LC8236 .hword 4165 .hword -14591 .zero 4 .xword .LC8237 .xword .LC8238 .hword 4165 .hword -14316 .zero 4 .xword .LC8239 .xword .LC8240 .hword 4165 .hword -14302 .zero 4 .xword .LC8241 .xword .LC8242 .hword 4165 .hword -14300 .zero 4 .xword .LC8243 .xword .LC8244 .hword 4165 .hword -14299 .zero 4 .xword .LC8245 .xword .LC8246 .hword 4165 .hword -14286 .zero 4 .xword .LC8247 .xword .LC8248 .hword 4165 .hword -14239 .zero 4 .xword .LC8249 .xword .LC8250 .hword 4165 .hword -14207 .zero 4 .xword .LC8251 .xword .LC8252 .hword 4165 .hword -14187 .zero 4 .xword .LC8253 .xword .LC9 .hword 4165 .hword -14031 .zero 4 .xword .LC8254 .xword .LC8255 .hword 4165 .hword -14027 .zero 4 .xword .LC8256 .xword .LC8257 .hword 4165 .hword -10904 .zero 4 .xword .LC8258 .xword .LC8259 .hword 4165 .hword -10392 .zero 4 .xword .LC8219 .xword .LC8260 .hword 4166 .hword 22016 .zero 4 .xword .LC8261 .xword .LC8262 .hword 4168 .hword 595 .zero 4 .xword .LC8263 .xword .LC8264 .hword 4168 .hword 3168 .zero 4 .xword .LC8265 .xword .LC8266 .hword 4168 .hword 3185 .zero 4 .xword .LC8267 .xword .LC8268 .hword 4168 .hword 4096 .zero 4 .xword .LC8269 .xword .LC2663 .hword 4168 .hword 12288 .zero 4 .xword .LC8270 .xword .LC9 .hword 4168 .hword -30463 .zero 4 .xword .LC9 .xword .LC8271 .hword 4170 .hword 8 .zero 4 .xword .LC8272 .xword .LC8273 .hword 4170 .hword 9 .zero 4 .xword .LC8274 .xword .LC9 .hword 4170 .hword 16 .zero 4 .xword .LC8275 .xword .LC8276 .hword 4170 .hword 291 .zero 4 .xword .LC8277 .xword .LC8278 .hword 4170 .hword 521 .zero 4 .xword .LC8279 .xword .LC8280 .hword 4170 .hword 522 .zero 4 .xword .LC8281 .xword .LC7541 .hword 4170 .hword 528 .zero 4 .xword .LC8282 .xword .LC7192 .hword 4170 .hword 538 .zero 4 .xword .LC8283 .xword .LC7192 .hword 4170 .hword 539 .zero 4 .xword .LC8284 .xword .LC7192 .hword 4170 .hword 552 .zero 4 .xword .LC8282 .xword .LC2835 .hword 4170 .hword 560 .zero 4 .xword .LC8282 .xword .LC3779 .hword 4170 .hword 1280 .zero 4 .xword .LC8285 .xword .LC8286 .hword 4170 .hword 2433 .zero 4 .xword .LC8287 .xword .LC8100 .hword 4170 .hword 5958 .zero 4 .xword .LC8288 .xword .LC8288 .hword 4170 .hword 10100 .zero 4 .xword .LC8289 .xword .LC8290 .hword 4170 .hword 13600 .zero 4 .xword .LC9 .xword .LC8291 .hword 4170 .hword 28936 .zero 4 .xword .LC8292 .xword .LC8293 .hword 4170 .hword -13312 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13311 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13310 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13309 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13308 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13307 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13306 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13305 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13304 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13303 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13302 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13301 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13300 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13299 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13298 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13297 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13296 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13295 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13294 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13293 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13292 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13291 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13290 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13289 .zero 4 .xword .LC8294 .xword .LC8295 .hword 4170 .hword -13056 .zero 4 .xword .LC8277 .xword .LC8278 .hword 4170 .hword -12928 .zero 4 .xword .LC8278 .xword .LC8296 .hword 4172 .hword -32709 .zero 4 .xword .LC8297 .xword .LC8298 .hword 4172 .hword 334 .zero 4 .xword .LC8299 .xword .LC8300 .hword 4172 .hword 1280 .zero 4 .xword .LC8301 .xword .LC8302 .hword 4172 .hword 1288 .zero 4 .xword .LC8303 .xword .LC8304 .hword 4172 .hword 4096 .zero 4 .xword .LC8305 .xword .LC9 .hword 4172 .hword 4172 .zero 4 .xword .LC8306 .xword .LC3685 .hword 4172 .hword 15108 .zero 4 .xword .LC8307 .xword .LC8308 .hword 4172 .hword 15620 .zero 4 .xword .LC8309 .xword .LC3083 .hword 4172 .hword 15623 .zero 4 .xword .LC8310 .xword .LC8311 .hword 4172 .hword -32768 .zero 4 .xword .LC8312 .xword .LC8313 .hword 4172 .hword -32759 .zero 4 .xword .LC8314 .xword .LC8315 .hword 4172 .hword -32752 .zero 4 .xword .LC8316 .xword .LC8317 .hword 4172 .hword -32751 .zero 4 .xword .LC8318 .xword .LC8319 .hword 4172 .hword -32745 .zero 4 .xword .LC8320 .xword .LC8319 .hword 4172 .hword -32743 .zero 4 .xword .LC8321 .xword .LC8315 .hword 4172 .hword -32736 .zero 4 .xword .LC8316 .xword .LC8092 .hword 4172 .hword -32735 .zero 4 .xword .LC8322 .xword .LC8323 .hword 4172 .hword -32733 .zero 4 .xword .LC8324 .xword .LC8325 .hword 4172 .hword -32732 .zero 4 .xword .LC8322 .xword .LC8326 .hword 4172 .hword -32731 .zero 4 .xword .LC8327 .xword .LC8328 .hword 4172 .hword -32730 .zero 4 .xword .LC8329 .xword .LC8330 .hword 4172 .hword -32729 .zero 4 .xword .LC8331 .xword .LC8319 .hword 4172 .hword -32727 .zero 4 .xword .LC8332 .xword .LC8333 .hword 4172 .hword -32722 .zero 4 .xword .LC8334 .xword .LC7222 .hword 4172 .hword -32719 .zero 4 .xword .LC8335 .xword .LC8336 .hword 4172 .hword -32717 .zero 4 .xword .LC8337 .xword .LC8338 .hword 4172 .hword -32716 .zero 4 .xword .LC8339 .xword .LC5174 .hword 4172 .hword -32715 .zero 4 .xword .LC3007 .xword .LC8340 .hword 4172 .hword -32714 .zero 4 .xword .LC8341 .xword .LC8342 .hword 4172 .hword -32712 .zero 4 .xword .LC8343 .xword .LC8344 .hword 4172 .hword -32711 .zero 4 .xword .LC8345 .xword .LC8345 .hword 4172 .hword -32710 .zero 4 .xword .LC8346 .xword .LC8347 .hword 4172 .hword -32709 .zero 4 .xword .LC8348 .xword .LC8298 .hword 4172 .hword -32708 .zero 4 .xword .LC8349 .xword .LC5174 .hword 4172 .hword -32707 .zero 4 .xword .LC3716 .xword .LC8350 .hword 4172 .hword -32487 .zero 4 .xword .LC8351 .xword .LC8352 .hword 4172 .hword -32255 .zero 4 .xword .LC8353 .xword .LC8354 .hword 4172 .hword -32252 .zero 4 .xword .LC8355 .xword .LC8356 .hword 4172 .hword -32207 .zero 4 .xword .LC8357 .xword .LC8358 .hword 4172 .hword -32206 .zero 4 .xword .LC2470 .xword .LC8359 .hword 4172 .hword -32191 .zero 4 .xword .LC8360 .xword .LC8360 .hword 4172 .hword -31744 .zero 4 .xword .LC8361 .xword .LC8362 .hword 4172 .hword -31119 .zero 4 .xword .LC8363 .xword .LC8363 .hword 4172 .hword -28571 .zero 4 .xword .LC8364 .xword .LC8365 .hword 4172 .hword -28570 .zero 4 .xword .LC8366 .xword .LC8367 .hword 4172 .hword -24575 .zero 4 .xword .LC8368 .xword .LC8369 .hword 4172 .hword -24320 .zero 4 .xword .LC8370 .xword .LC8371 .hword 4172 .hword -24318 .zero 4 .xword .LC8372 .xword .LC8373 .hword 4172 .hword -24314 .zero 4 .xword .LC8374 .xword .LC8365 .hword 4172 .hword -24186 .zero 4 .xword .LC8375 .xword .LC8376 .hword 4172 .hword -22488 .zero 4 .xword .LC8377 .xword .LC4629 .hword 4172 .hword -21488 .zero 4 .xword .LC8378 .xword .LC8379 .hword 4172 .hword -21487 .zero 4 .xword .LC8380 .xword .LC8379 .hword 4172 .hword -21486 .zero 4 .xword .LC8381 .xword .LC8382 .hword 4172 .hword -21485 .zero 4 .xword .LC8383 .xword .LC8384 .hword 4172 .hword -21483 .zero 4 .xword .LC8385 .xword .LC2544 .hword 4172 .hword -21482 .zero 4 .xword .LC8386 .xword .LC8387 .hword 4172 .hword -21481 .zero 4 .xword .LC8388 .xword .LC2544 .hword 4172 .hword -21480 .zero 4 .xword .LC8389 .xword .LC8382 .hword 4172 .hword -21479 .zero 4 .xword .LC8390 .xword .LC8382 .hword 4172 .hword -21478 .zero 4 .xword .LC8391 .xword .LC8382 .hword 4172 .hword -21477 .zero 4 .xword .LC8392 .xword .LC8382 .hword 4172 .hword -21476 .zero 4 .xword .LC8393 .xword .LC8387 .hword 4172 .hword -21474 .zero 4 .xword .LC8394 .xword .LC8395 .hword 4172 .hword -21473 .zero 4 .xword .LC8396 .xword .LC8382 .hword 4172 .hword -21472 .zero 4 .xword .LC8397 .xword .LC2639 .hword 4172 .hword -21471 .zero 4 .xword .LC8398 .xword .LC2639 .hword 4172 .hword -21470 .zero 4 .xword .LC8399 .xword .LC7408 .hword 4172 .hword -21469 .zero 4 .xword .LC8400 .xword .LC4629 .hword 4172 .hword -21464 .zero 4 .xword .LC8401 .xword .LC4629 .hword 4172 .hword -21456 .zero 4 .xword .LC8389 .xword .LC8382 .hword 4172 .hword -21440 .zero 4 .xword .LC8318 .xword .LC8382 .hword 4172 .hword -21439 .zero 4 .xword .LC8320 .xword .LC8382 .hword 4172 .hword -21438 .zero 4 .xword .LC8331 .xword .LC8382 .hword 4172 .hword -21437 .zero 4 .xword .LC8402 .xword .LC8382 .hword 4172 .hword -21436 .zero 4 .xword .LC8403 .xword .LC8404 .hword 4172 .hword -21434 .zero 4 .xword .LC8405 .xword .LC8406 .hword 4172 .hword -21433 .zero 4 .xword .LC8407 .xword .LC8408 .hword 4172 .hword -21424 .zero 4 .xword .LC8409 .xword .LC8410 .hword 4172 .hword -21423 .zero 4 .xword .LC8411 .xword .LC8412 .hword 4172 .hword -21422 .zero 4 .xword .LC8413 .xword .LC8382 .hword 4172 .hword -21421 .zero 4 .xword .LC8414 .xword .LC8415 .hword 4172 .hword -21420 .zero 4 .xword .LC8416 .xword .LC8417 .hword 4172 .hword -21419 .zero 4 .xword .LC8418 .xword .LC8406 .hword 4172 .hword -21418 .zero 4 .xword .LC8419 .xword .LC8406 .hword 4172 .hword -21417 .zero 4 .xword .LC8420 .xword .LC8406 .hword 4172 .hword -21416 .zero 4 .xword .LC8421 .xword .LC8406 .hword 4172 .hword -21415 .zero 4 .xword .LC8422 .xword .LC8417 .hword 4172 .hword -21414 .zero 4 .xword .LC8423 .xword .LC8417 .hword 4172 .hword -21408 .zero 4 .xword .LC8424 .xword .LC8425 .hword 4172 .hword -21362 .zero 4 .xword .LC8334 .xword .LC8426 .hword 4172 .hword -21361 .zero 4 .xword .LC8427 .xword .LC8428 .hword 4172 .hword -20480 .zero 4 .xword .LC8429 .xword .LC8430 .hword 4172 .hword -20479 .zero 4 .xword .LC8431 .xword .LC8432 .hword 4172 .hword -512 .zero 4 .xword .LC8433 .xword .LC8434 .hword 4172 .hword -509 .zero 4 .xword .LC8435 .xword .LC8434 .hword 4173 .hword 283 .zero 4 .xword .LC8436 .xword .LC8437 .hword 4173 .hword 20481 .zero 4 .xword .LC8438 .xword .LC8439 .hword 4173 .hword 24577 .zero 4 .xword .LC8440 .xword .LC8441 .hword 4173 .hword -32759 .zero 4 .xword .LC8442 .xword .LC8443 .hword 4173 .hword -32711 .zero 4 .xword .LC8444 .xword .LC8445 .hword 4173 .hword -32682 .zero 4 .xword .LC8446 .xword .LC8447 .hword 4173 .hword -32633 .zero 4 .xword .LC8448 .xword .LC8449 .hword 4173 .hword -32630 .zero 4 .xword .LC8450 .xword .LC8091 .hword 4174 .hword 23 .zero 4 .xword .LC8451 .xword .LC9 .hword 4174 .hword 263 .zero 4 .xword .LC8452 .xword .LC8453 .hword 4174 .hword 265 .zero 4 .xword .LC9 .xword .LC8454 .hword 4174 .hword 535 .zero 4 .xword .LC8455 .xword .LC9 .hword 4174 .hword 791 .zero 4 .xword .LC8456 .xword .LC9 .hword 4174 .hword 1553 .zero 4 .xword .LC8457 .xword .LC8458 .hword 4174 .hword 791 .zero 4 .xword .LC8452 .xword .LC8453 .hword 4175 .hword 4175 .zero 4 .xword .LC8459 .xword .LC8460 .hword 4176 .hword 26258 .zero 4 .xword .LC8461 .xword .LC8462 .hword 4176 .hword 0 .zero 4 .xword .LC8463 .xword .LC8464 .hword 4176 .hword 1 .zero 4 .xword .LC8465 .xword .LC8466 .hword 4176 .hword 51 .zero 4 .xword .LC8467 .xword .LC8468 .hword 4176 .hword 261 .zero 4 .xword .LC8469 .xword .LC2830 .hword 4176 .hword 1576 .zero 4 .xword .LC8470 .xword .LC8471 .hword 4176 .hword 2112 .zero 4 .xword .LC8472 .xword .LC8473 .hword 4176 .hword 2368 .zero 4 .xword .LC8474 .xword .LC8475 .hword 4176 .hword 4176 .zero 4 .xword .LC8476 .xword .LC8477 .hword 4176 .hword 23130 .zero 4 .xword .LC8478 .xword .LC8479 .hword 4176 .hword 26258 .zero 4 .xword .LC8480 .xword .LC8481 .hword 4176 .hword -31615 .zero 4 .xword .LC2512 .xword .LC8482 .hword 4176 .hword -26335 .zero 4 .xword .LC8483 .xword .LC8484 .hword 4176 .hword -26334 .zero 4 .xword .LC8485 .xword .LC8486 .hword 4176 .hword -26272 .zero 4 .xword .LC8487 .xword .LC7290 .hword 4176 .hword -26271 .zero 4 .xword .LC8488 .xword .LC8489 .hword 4176 .hword -26256 .zero 4 .xword .LC8490 .xword .LC8491 .hword 4176 .hword -26255 .zero 4 .xword .LC8492 .xword .LC8492 .hword 4176 .hword 6692 .zero 4 .xword .LC9 .xword .LC9 .hword 4177 .hword 256 .zero 4 .xword .LC8493 .xword .LC9 .hword 4180 .hword 3 .zero 4 .xword .LC8494 .xword .LC8495 .hword 4180 .hword 1 .zero 4 .xword .LC9 .xword .LC3861 .hword 4180 .hword 2 .zero 4 .xword .LC3792 .xword .LC8496 .hword 4180 .hword 3 .zero 4 .xword .LC8494 .xword .LC8497 .hword 4180 .hword 13573 .zero 4 .xword .LC8498 .xword .LC8499 .hword 4181 .hword 2064 .zero 4 .xword .LC9 .xword .LC8500 .hword 4181 .hword 2338 .zero 4 .xword .LC9 .xword .LC8501 .hword 4181 .hword 2342 .zero 4 .xword .LC8502 .xword .LC7192 .hword 4181 .hword -28368 .zero 4 .xword .LC8503 .xword .LC8504 .hword 4181 .hword -27552 .zero 4 .xword .LC8503 .xword .LC8505 .hword 4181 .hword -27551 .zero 4 .xword .LC8503 .xword .LC8506 .hword 4181 .hword -27550 .zero 4 .xword .LC8503 .xword .LC8507 .hword 4181 .hword -27549 .zero 4 .xword .LC8503 .xword .LC8508 .hword 4181 .hword -7136 .zero 4 .xword .LC8509 .xword .LC8510 .hword 4182 .hword 31 .zero 4 .xword .LC8511 .xword .LC8512 .hword 4183 .hword 0 .zero 4 .xword .LC8513 .xword .LC8514 .hword 4183 .hword 1 .zero 4 .xword .LC8515 .xword .LC8516 .hword 4183 .hword 2 .zero 4 .xword .LC8517 .xword .LC8518 .hword 4183 .hword 3 .zero 4 .xword .LC8519 .xword .LC8520 .hword 4183 .hword 4 .zero 4 .xword .LC8521 .xword .LC8522 .hword 4183 .hword 6 .zero 4 .xword .LC8523 .xword .LC8520 .hword 4183 .hword 256 .zero 4 .xword .LC8524 .xword .LC8525 .hword 4183 .hword 1073 .zero 4 .xword .LC8526 .xword .LC8527 .hword 4183 .hword 6145 .zero 4 .xword .LC8528 .xword .LC8529 .hword 4183 .hword 6146 .zero 4 .xword .LC8530 .xword .LC8531 .hword 4183 .hword 6336 .zero 4 .xword .LC8532 .xword .LC8533 .hword 4183 .hword 12370 .zero 4 .xword .LC8534 .xword .LC8535 .hword 4183 .hword 12373 .zero 4 .xword .LC8536 .xword .LC8537 .hword 4183 .hword 12375 .zero 4 .xword .LC8538 .xword .LC8539 .hword 4183 .hword 13328 .zero 4 .xword .LC8540 .xword .LC3014 .hword 4183 .hword 13345 .zero 4 .xword .LC8541 .xword .LC8542 .hword 4183 .hword 18433 .zero 4 .xword .LC8543 .xword .LC8544 .hword 4183 .hword 18434 .zero 4 .xword .LC8545 .xword .LC8546 .hword 4183 .hword 18435 .zero 4 .xword .LC8547 .xword .LC9 .hword 4183 .hword 18438 .zero 4 .xword .LC8548 .xword .LC9 .hword 4183 .hword 18441 .zero 4 .xword .LC8549 .xword .LC8550 .hword 4183 .hword 22016 .zero 4 .xword .LC8551 .xword .LC8552 .hword 4183 .hword 22018 .zero 4 .xword .LC8536 .xword .LC8553 .hword 4183 .hword 22024 .zero 4 .xword .LC8554 .xword .LC8555 .hword 4183 .hword 22531 .zero 4 .xword .LC8556 .xword .LC8557 .hword 4183 .hword 25600 .zero 4 .xword .LC8558 .xword .LC8559 .hword 4183 .hword -26506 .zero 4 .xword .LC8560 .xword .LC8561 .hword 4186 .hword 610 .zero 4 .xword .LC201 .xword .LC8562 .hword 4186 .hword 3376 .zero 4 .xword .LC8563 .xword .LC8564 .hword 4186 .hword 3384 .zero 4 .xword .LC8565 .xword .LC8566 .hword 4186 .hword 4186 .zero 4 .xword .LC8567 .xword .LC3841 .hword 4186 .hword 4725 .zero 4 .xword .LC8568 .xword .LC8569 .hword 4186 .hword 6496 .zero 4 .xword .LC2867 .xword .LC8570 .hword 4186 .hword 6498 .zero 4 .xword .LC2867 .xword .LC8571 .hword 4186 .hword 13080 .zero 4 .xword .LC8572 .xword .LC8573 .hword 4186 .hword 13081 .zero 4 .xword .LC8574 .xword .LC8575 .hword 4186 .hword 13169 .zero 4 .xword .LC8576 .xword .LC8577 .hword 4186 .hword 13171 .zero 4 .xword .LC8578 .xword .LC8579 .hword 4186 .hword 13173 .zero 4 .xword .LC8580 .xword .LC8581 .hword 4186 .hword 13174 .zero 4 .xword .LC8582 .xword .LC8583 .hword 4186 .hword 13589 .zero 4 .xword .LC8584 .xword .LC8585 .hword 4186 .hword 13593 .zero 4 .xword .LC8586 .xword .LC8587 .hword 4186 .hword 13680 .zero 4 .xword .LC8588 .xword .LC8589 .hword 4186 .hword 13681 .zero 4 .xword .LC8590 .xword .LC8591 .hword 4186 .hword 13684 .zero 4 .xword .LC8592 .xword .LC8593 .hword 4186 .hword 15639 .zero 4 .xword .LC8594 .xword .LC8595 .hword 4186 .hword 15640 .zero 4 .xword .LC8596 .xword .LC8597 .hword 4186 .hword 15731 .zero 4 .xword .LC8598 .xword .LC8599 .hword 4186 .hword 16153 .zero 4 .xword .LC8600 .xword .LC8601 .hword 4186 .hword 16160 .zero 4 .xword .LC8602 .xword .LC8603 .hword 4186 .hword 17154 .zero 4 .xword .LC2867 .xword .LC8604 .hword 4186 .hword 17155 .zero 4 .xword .LC2867 .xword .LC8605 .hword 4186 .hword 19760 .zero 4 .xword .LC8606 .xword .LC8607 .hword 4186 .hword 19763 .zero 4 .xword .LC8608 .xword .LC8609 .hword 4186 .hword 19768 .zero 4 .xword .LC8610 .xword .LC8562 .hword 4186 .hword 19816 .zero 4 .xword .LC8611 .xword .LC8612 .hword 4186 .hword 19817 .zero 4 .xword .LC8613 .xword .LC8614 .hword 4186 .hword 21109 .zero 4 .xword .LC8615 .xword .LC8616 .hword 4186 .hword 21248 .zero 4 .xword .LC8567 .xword .LC3841 .hword 4186 .hword 25192 .zero 4 .xword .LC8617 .xword .LC8618 .hword 4186 .hword 25193 .zero 4 .xword .LC8619 .xword .LC8620 .hword 4186 .hword 25344 .zero 4 .xword .LC2867 .xword .LC8621 .hword 4186 .hword 25345 .zero 4 .xword .LC2867 .xword .LC8622 .hword 4186 .hword 25346 .zero 4 .xword .LC8623 .xword .LC8624 .hword 4186 .hword 25347 .zero 4 .xword .LC2867 .xword .LC8625 .hword 4186 .hword 25348 .zero 4 .xword .LC2867 .xword .LC8626 .hword 4186 .hword 25349 .zero 4 .xword .LC2867 .xword .LC8627 .hword 4186 .hword 25350 .zero 4 .xword .LC2867 .xword .LC8628 .hword 4186 .hword 25351 .zero 4 .xword .LC2867 .xword .LC8629 .hword 4186 .hword 26145 .zero 4 .xword .LC8630 .xword .LC8631 .hword 4186 .hword 26146 .zero 4 .xword .LC8632 .xword .LC8633 .hword 4186 .hword 26153 .zero 4 .xword .LC8634 .xword .LC8635 .hword 4186 .hword 29264 .zero 4 .xword .LC8636 .xword .LC8637 .hword 4186 .hword 29301 .zero 4 .xword .LC8638 .xword .LC8639 .hword 4186 .hword -32768 .zero 4 .xword .LC2867 .xword .LC8640 .hword 4186 .hword -32766 .zero 4 .xword .LC2867 .xword .LC8640 .hword 4186 .hword -32765 .zero 4 .xword .LC8641 .xword .LC8631 .hword 4186 .hword -32764 .zero 4 .xword .LC2867 .xword .LC8640 .hword 4186 .hword -32762 .zero 4 .xword .LC2867 .xword .LC8640 .hword 4186 .hword -31920 .zero 4 .xword .LC2867 .xword .LC8642 .hword 4186 .hword -31152 .zero 4 .xword .LC2867 .xword .LC8643 .hword 4186 .hword -15536 .zero 4 .xword .LC2867 .xword .LC8644 .hword 4186 .hword -7344 .zero 4 .xword .LC2867 .xword .LC8645 .hword 4189 .hword 8969 .zero 4 .xword .LC8646 .xword .LC3110 .hword 4189 .hword 9017 .zero 4 .xword .LC8647 .xword .LC8648 .hword 4189 .hword 18749 .zero 4 .xword .LC8649 .xword .LC8650 .hword 4189 .hword 21320 .zero 4 .xword .LC8651 .xword .LC8651 .hword 4192 .hword 1 .zero 4 .xword .LC8652 .xword .LC8653 .hword 4192 .hword 2 .zero 4 .xword .LC8654 .xword .LC7192 .hword 4192 .hword 257 .zero 4 .xword .LC8655 .xword .LC3841 .hword 4192 .hword 2177 .zero 4 .xword .LC8656 .xword .LC8657 .hword 4192 .hword 2182 .zero 4 .xword .LC8658 .xword .LC7192 .hword 4192 .hword 2193 .zero 4 .xword .LC8659 .xword .LC8660 .hword 4192 .hword 4097 .zero 4 .xword .LC8661 .xword .LC8662 .hword 4192 .hword 26426 .zero 4 .xword .LC8663 .xword .LC3841 .hword 4192 .hword 26427 .zero 4 .xword .LC9 .xword .LC8664 .hword 4192 .hword -30960 .zero 4 .xword .LC8665 .xword .LC8666 .hword 4192 .hword -30687 .zero 4 .xword .LC8667 .xword .LC8668 .hword 4192 .hword -30686 .zero 4 .xword .LC9 .xword .LC8669 .hword 4192 .hword -30639 .zero 4 .xword .LC9 .xword .LC8670 .hword 4192 .hword -30638 .zero 4 .xword .LC8671 .xword .LC8672 .hword 4192 .hword -30614 .zero 4 .xword .LC8673 .xword .LC8674 .hword 4192 .hword -30591 .zero 4 .xword .LC8675 .xword .LC8657 .hword 4192 .hword -30586 .zero 4 .xword .LC8676 .xword .LC8677 .hword 4192 .hword -30582 .zero 4 .xword .LC8673 .xword .LC9 .hword 4192 .hword -30575 .zero 4 .xword .LC8678 .xword .LC8679 .hword 4192 .hword -28649 .zero 4 .xword .LC8680 .xword .LC8681 .hword 4192 .hword -28648 .zero 4 .xword .LC8682 .xword .LC8681 .hword 4192 .hword -28634 .zero 4 .xword .LC8683 .xword .LC4567 .hword 4192 .hword -6015 .zero 4 .xword .LC8656 .xword .LC8653 .hword 4192 .hword -6010 .zero 4 .xword .LC8684 .xword .LC8685 .hword 4192 .hword -6006 .zero 4 .xword .LC8684 .xword .LC8686 .hword 4192 .hword -5999 .zero 4 .xword .LC8687 .xword .LC8688 .hword 4193 .hword 1 .zero 4 .xword .LC8689 .xword .LC3110 .hword 4193 .hword 2 .zero 4 .xword .LC8690 .xword .LC7698 .hword 5750 .hword 4097 .zero 4 .xword .LC8691 .xword .LC8692 .hword 4197 .hword -32455 .zero 4 .xword .LC8693 .xword .LC8694 .hword 4198 .hword 0 .zero 4 .xword .LC8695 .xword .LC8696 .hword 4198 .hword 1 .zero 4 .xword .LC8697 .xword .LC8698 .hword 4198 .hword 2 .zero 4 .xword .LC8699 .xword .LC8700 .hword 4198 .hword 3 .zero 4 .xword .LC8701 .xword .LC8702 .hword 4198 .hword 4 .zero 4 .xword .LC8703 .xword .LC8704 .hword 4198 .hword 5 .zero 4 .xword .LC8705 .xword .LC4361 .hword 4198 .hword -32766 .zero 4 .xword .LC8699 .xword .LC7192 .hword 4199 .hword 4098 .zero 4 .xword .LC8706 .xword .LC8707 .hword 4097 .hword 16 .zero 4 .xword .LC8708 .xword .LC8709 .hword 4097 .hword 17 .zero 4 .xword .LC8708 .xword .LC8710 .hword 4097 .hword 18 .zero 4 .xword .LC8708 .xword .LC8711 .hword 4097 .hword 19 .zero 4 .xword .LC8708 .xword .LC8712 .hword 4097 .hword 20 .zero 4 .xword .LC8708 .xword .LC8713 .hword 4097 .hword 21 .zero 4 .xword .LC8708 .xword .LC8714 .hword 4097 .hword 22 .zero 4 .xword .LC8708 .xword .LC8715 .hword 4097 .hword 23 .zero 4 .xword .LC8708 .xword .LC8716 .hword 4097 .hword 32 .zero 4 .xword .LC8708 .xword .LC8717 .hword 5751 .hword 8365 .zero 4 .xword .LC8718 .xword .LC8719 .hword 5195 .hword 1537 .zero 4 .xword .LC9 .xword .LC9 .hword 5122 .hword 11776 .zero 4 .xword .LC8720 .xword .LC8721 .hword 5122 .hword 17936 .zero 4 .xword .LC8722 .xword .LC8723 .hword 5122 .hword 18000 .zero 4 .xword .LC8724 .xword .LC8723 .hword 5332 .hword 1024 .zero 4 .xword .LC8725 .xword .LC4480 .hword 4871 .hword 1 .zero 4 .xword .LC8726 .xword .LC9 .hword 4871 .hword 6 .zero 4 .xword .LC8727 .xword .LC8728 .hword 4871 .hword 11 .zero 4 .xword .LC8729 .xword .LC9 .hword 4871 .hword 12 .zero 4 .xword .LC8730 .xword .LC9 .hword 4871 .hword 13 .zero 4 .xword .LC8731 .xword .LC9 .hword 4871 .hword 15 .zero 4 .xword .LC8732 .xword .LC9 .hword 4871 .hword 16 .zero 4 .xword .LC8733 .xword .LC9 .hword 4871 .hword 20 .zero 4 .xword .LC8734 .xword .LC8735 .hword 4871 .hword 21 .zero 4 .xword .LC8736 .xword .LC9 .hword 4871 .hword 22 .zero 4 .xword .LC8737 .xword .LC9 .hword 4871 .hword 23 .zero 4 .xword .LC8738 .xword .LC9 .hword 4871 .hword 24 .zero 4 .xword .LC8739 .xword .LC9 .hword 4871 .hword 25 .zero 4 .xword .LC8740 .xword .LC8741 .hword 4871 .hword 26 .zero 4 .xword .LC8742 .xword .LC9 .hword 4871 .hword 27 .zero 4 .xword .LC8743 .xword .LC9 .hword 4871 .hword 28 .zero 4 .xword .LC8744 .xword .LC8745 .hword 4871 .hword 29 .zero 4 .xword .LC8746 .xword .LC9 .hword 4871 .hword 30 .zero 4 .xword .LC8747 .xword .LC9 .hword 4871 .hword 31 .zero 4 .xword .LC8748 .xword .LC9 .hword 4871 .hword 32 .zero 4 .xword .LC8749 .xword .LC9 .hword 4871 .hword 33 .zero 4 .xword .LC8750 .xword .LC9 .hword 4871 .hword 34 .zero 4 .xword .LC8751 .xword .LC9 .hword 4871 .hword 35 .zero 4 .xword .LC8752 .xword .LC9 .hword 4871 .hword 36 .zero 4 .xword .LC8753 .xword .LC9 .hword 4871 .hword 37 .zero 4 .xword .LC8754 .xword .LC9 .hword 4871 .hword 38 .zero 4 .xword .LC8755 .xword .LC9 .hword 4871 .hword 39 .zero 4 .xword .LC8756 .xword .LC9 .hword 4871 .hword 40 .zero 4 .xword .LC8757 .xword .LC8735 .hword 4871 .hword 41 .zero 4 .xword .LC8758 .xword .LC9 .hword 4871 .hword 44 .zero 4 .xword .LC8759 .xword .LC8759 .hword 4871 .hword 51 .zero 4 .xword .LC8760 .xword .LC9 .hword 4871 .hword 52 .zero 4 .xword .LC8761 .xword .LC9 .hword 4871 .hword 53 .zero 4 .xword .LC8762 .xword .LC8763 .hword 4871 .hword 54 .zero 4 .xword .LC8764 .xword .LC8765 .hword 4871 .hword 55 .zero 4 .xword .LC8766 .xword .LC9 .hword 4871 .hword 76 .zero 4 .xword .LC8767 .xword .LC9 .hword 4871 .hword 77 .zero 4 .xword .LC8768 .xword .LC9 .hword 4871 .hword 100 .zero 4 .xword .LC8769 .xword .LC8770 .hword 4871 .hword 865 .zero 4 .xword .LC2867 .xword .LC2867 .hword 4888 .hword 2321 .zero 4 .xword .LC8771 .xword .LC8772 .hword 5208 .hword 5208 .zero 4 .xword .LC8773 .xword .LC8774 .hword 5208 .hword 20480 .zero 4 .xword .LC8773 .xword .LC8775 .hword 5208 .hword 26545 .zero 4 .xword .LC8773 .xword .LC8775 .hword 4889 .hword 2049 .zero 4 .xword .LC8776 .xword .LC8777 .hword 4889 .hword 2050 .zero 4 .xword .LC8778 .xword .LC8779 .hword 4889 .hword 4096 .zero 4 .xword .LC8778 .xword .LC7590 .hword 4889 .hword 4097 .zero 4 .xword .LC8780 .xword .LC8781 .hword 4889 .hword 4889 .zero 4 .xword .LC8776 .xword .LC8782 .hword 4889 .hword 18689 .zero 4 .xword .LC8783 .xword .LC8784 .hword 4889 .hword 802 .zero 4 .xword .LC8785 .xword .LC7590 .hword 5138 .hword 5906 .zero 4 .xword .LC8786 .xword .LC8787 .hword 5138 .hword 5924 .zero 4 .xword .LC8788 .xword .LC8789 .hword 4895 .hword 8194 .zero 4 .xword .LC8790 .xword .LC8791 .hword 4895 .hword 8209 .zero 4 .xword .LC8792 .xword .LC8793 .hword 4895 .hword 8210 .zero 4 .xword .LC9 .xword .LC8794 .hword 4895 .hword 8224 .zero 4 .xword .LC8795 .xword .LC5293 .hword 4895 .hword 8240 .zero 4 .xword .LC8796 .xword .LC8797 .hword 4895 .hword 8258 .zero 4 .xword .LC9 .xword .LC8798 .hword 4895 .hword 8272 .zero 4 .xword .LC8799 .xword .LC8799 .hword 4895 .hword 8273 .zero 4 .xword .LC9 .xword .LC8800 .hword 4895 .hword 8274 .zero 4 .xword .LC9 .xword .LC8791 .hword 4895 .hword 8288 .zero 4 .xword .LC8801 .xword .LC8802 .hword 4895 .hword 8289 .zero 4 .xword .LC9 .xword .LC8803 .hword 4895 .hword 8290 .zero 4 .xword .LC5330 .xword .LC8804 .hword 4895 .hword -26506 .zero 4 .xword .LC8801 .xword .LC8802 .hword 5127 .hword 256 .zero 4 .xword .LC8805 .xword .LC8806 .hword 5127 .hword 257 .zero 4 .xword .LC9 .xword .LC8807 .hword 5127 .hword 258 .zero 4 .xword .LC9 .xword .LC8808 .hword 5127 .hword 272 .zero 4 .xword .LC8809 .xword .LC8810 .hword 5127 .hword 273 .zero 4 .xword .LC8811 .xword .LC8812 .hword 5127 .hword 384 .zero 4 .xword .LC8813 .xword .LC8814 .hword 5127 .hword 385 .zero 4 .xword .LC9 .xword .LC8815 .hword 5127 .hword 512 .zero 4 .xword .LC8816 .xword .LC8817 .hword 5127 .hword 513 .zero 4 .xword .LC9 .xword .LC8818 .hword 5127 .hword 514 .zero 4 .xword .LC9 .xword .LC8819 .hword 5127 .hword 544 .zero 4 .xword .LC9 .xword .LC8818 .hword 5127 .hword 545 .zero 4 .xword .LC9 .xword .LC8819 .hword 5127 .hword 1024 .zero 4 .xword .LC9 .xword .LC8820 .hword 5127 .hword 1280 .zero 4 .xword .LC8821 .xword .LC8822 .hword 5127 .hword 1296 .zero 4 .xword .LC8823 .xword .LC8824 .hword 5127 .hword 1297 .zero 4 .xword .LC9 .xword .LC8825 .hword 5127 .hword 1312 .zero 4 .xword .LC1802 .xword .LC8826 .hword 5127 .hword 1536 .zero 4 .xword .LC8827 .xword .LC8828 .hword 5127 .hword 2560 .zero 4 .xword .LC8829 .xword .LC8830 .hword 5127 .hword 288 .zero 4 .xword .LC9 .xword .LC8831 .hword 5127 .hword 289 .zero 4 .xword .LC9 .xword .LC8832 .hword 5127 .hword 1312 .zero 4 .xword .LC1802 .xword .LC1802 .hword 5127 .hword -32768 .zero 4 .xword .LC8833 .xword .LC8834 .hword 5127 .hword -32767 .zero 4 .xword .LC9 .xword .LC8835 .hword 5127 .hword -32766 .zero 4 .xword .LC8816 .xword .LC8835 .hword 5127 .hword -32765 .zero 4 .xword .LC8836 .xword .LC8837 .hword 5127 .hword -30720 .zero 4 .xword .LC8838 .xword .LC8839 .hword -27630 .hword 25957 .zero 4 .xword .LC8840 .xword .LC8841 .hword 4496 .hword 9552 .zero 4 .xword .LC8842 .xword .LC8843 .hword 4496 .hword -14559 .zero 4 .xword .LC9 .xword .LC8844 .hword 4496 .hword -14543 .zero 4 .xword .LC8845 .xword .LC8846 .hword 4674 .hword 5216 .zero 4 .xword .LC8847 .xword .LC8848 .hword 4674 .hword 5472 .zero 4 .xword .LC8849 .xword .LC8850 .hword 4674 .hword 17987 .zero 4 .xword .LC8851 .xword .LC8852 .hword 5362 .hword 1 .zero 4 .xword .LC9 .xword .LC8853 .hword 5362 .hword 2 .zero 4 .xword .LC9 .xword .LC8854 .hword 5362 .hword 288 .zero 4 .xword .LC8855 .xword .LC8856 .hword 5362 .hword 289 .zero 4 .xword .LC9 .xword .LC2849 .hword 5362 .hword 290 .zero 4 .xword .LC3006 .xword .LC4113 .hword 5362 .hword 291 .zero 4 .xword .LC8857 .xword .LC8858 .hword 5362 .hword 292 .zero 4 .xword .LC8859 .xword .LC8860 .hword 4872 .hword 1 .zero 4 .xword .LC9 .xword .LC8861 .hword 4941 .hword 8584 .zero 4 .xword .LC8862 .xword .LC2042 .hword 4941 .hword 8585 .zero 4 .xword .LC8863 .xword .LC8864 .hword 4941 .hword 9350 .zero 4 .xword .LC8865 .xword .LC8866 .hword 4941 .hword 30864 .zero 4 .xword .LC3090 .xword .LC8867 .hword 4941 .hword 30865 .zero 4 .xword .LC8868 .xword .LC8869 .hword 4941 .hword 30866 .zero 4 .xword .LC8870 .xword .LC8867 .hword 4941 .hword 30867 .zero 4 .xword .LC8871 .xword .LC8869 .hword 4941 .hword 30868 .zero 4 .xword .LC8872 .xword .LC8869 .hword 4941 .hword 30869 .zero 4 .xword .LC8873 .xword .LC8869 .hword 4941 .hword 30870 .zero 4 .xword .LC8874 .xword .LC8869 .hword 4941 .hword 30871 .zero 4 .xword .LC8875 .xword .LC8876 .hword 4941 .hword -26860 .zero 4 .xword .LC8877 .xword .LC1389 .hword 4941 .hword -10240 .zero 4 .xword .LC8878 .xword .LC8879 .hword 4941 .hword 8086 .zero 4 .xword .LC8880 .xword .LC8881 .hword 4958 .hword 3779 .zero 4 .xword .LC8882 .xword .LC8883 .hword 4958 .hword 20737 .zero 4 .xword .LC8884 .xword .LC8885 .hword 4958 .hword 20738 .zero 4 .xword .LC8886 .xword .LC8887 .hword 4958 .hword 28929 .zero 4 .xword .LC9 .xword .LC8888 .hword 4958 .hword 29185 .zero 4 .xword .LC13 .xword .LC8889 .hword 4958 .hword 29186 .zero 4 .xword .LC9 .xword .LC8890 .hword 4958 .hword 29697 .zero 4 .xword .LC9 .xword .LC8891 .hword 4958 .hword 29698 .zero 4 .xword .LC9 .xword .LC8892 .hword 4958 .hword 30721 .zero 4 .xword .LC9 .xword .LC8893 .hword 4958 .hword -32767 .zero 4 .xword .LC8894 .xword .LC8895 .hword 4997 .hword 16640 .zero 4 .xword .LC8896 .xword .LC8897 .hword 4997 .hword 16645 .zero 4 .xword .LC9 .xword .LC9 .hword 4997 .hword 25098 .zero 4 .xword .LC8898 .xword .LC687 .hword 4997 .hword 25130 .zero 4 .xword .LC8899 .xword .LC9 .hword 4997 .hword 25354 .zero 4 .xword .LC8900 .xword .LC9 .hword 4997 .hword -32407 .zero 4 .xword .LC8901 .xword .LC2476 .hword 4997 .hword 5776 .zero 4 .xword .LC8900 .xword .LC8902 .hword 4997 .hword -3311 .zero 4 .xword .LC8903 .xword .LC8902 .hword 4997 .hword -3310 .zero 4 .xword .LC9 .xword .LC9 .hword 5001 .hword 1 .zero 4 .xword .LC8904 .xword .LC8905 .hword 5001 .hword 260 .zero 4 .xword .LC8906 .xword .LC8907 .hword 5015 .hword 2893 .zero 4 .xword .LC8908 .xword .LC8909 .hword 5015 .hword 11216 .zero 4 .xword .LC8910 .xword .LC8909 .hword 5015 .hword -29875 .zero 4 .xword .LC8911 .xword .LC8909 .hword 5015 .hword -20480 .zero 4 .xword .LC8912 .xword .LC8913 .hword 5015 .hword -20474 .zero 4 .xword .LC8914 .xword .LC8913 .hword 5015 .hword -20473 .zero 4 .xword .LC8915 .xword .LC8913 .hword 5015 .hword -20472 .zero 4 .xword .LC4688 .xword .LC8916 .hword 5015 .hword -20471 .zero 4 .xword .LC8917 .xword .LC8913 .hword 5015 .hword -20470 .zero 4 .xword .LC8918 .xword .LC8913 .hword 5015 .hword -20469 .zero 4 .xword .LC8919 .xword .LC8913 .hword 5015 .hword -20468 .zero 4 .xword .LC8920 .xword .LC8913 .hword 5015 .hword -20224 .zero 4 .xword .LC8921 .xword .LC8913 .hword 5056 .hword 16 .zero 4 .xword .LC8922 .xword .LC8923 .hword 5056 .hword 32 .zero 4 .xword .LC8924 .xword .LC8925 .hword 5056 .hword 48 .zero 4 .xword .LC8926 .xword .LC8927 .hword 5056 .hword 112 .zero 4 .xword .LC8928 .xword .LC8923 .hword 5056 .hword 128 .zero 4 .xword .LC8929 .xword .LC8927 .hword 5056 .hword 144 .zero 4 .xword .LC8930 .xword .LC8931 .hword 5056 .hword 160 .zero 4 .xword .LC8932 .xword .LC8933 .hword 5056 .hword 528 .zero 4 .xword .LC8934 .xword .LC8923 .hword 5057 .hword 4096 .zero 4 .xword .LC8935 .xword .LC8936 .hword 5057 .hword 4097 .zero 4 .xword .LC8937 .xword .LC8938 .hword 5057 .hword 4098 .zero 4 .xword .LC8939 .xword .LC8940 .hword 5057 .hword 4099 .zero 4 .xword .LC8941 .xword .LC8942 .hword 5057 .hword 4100 .zero 4 .xword .LC8943 .xword .LC8944 .hword 5057 .hword 4101 .zero 4 .xword .LC8945 .xword .LC8946 .hword 5057 .hword 4112 .zero 4 .xword .LC8947 .xword .LC8948 .hword 5087 .hword 1 .zero 4 .xword .LC8949 .xword .LC8542 .hword 5110 .hword 137 .zero 4 .xword .LC8950 .xword .LC8951 .hword 5110 .hword 273 .zero 4 .xword .LC8952 .xword .LC8953 .hword 5110 .hword 256 .zero 4 .xword .LC8954 .xword .LC2915 .hword 5110 .hword 257 .zero 4 .xword .LC8955 .xword .LC3105 .hword 5110 .hword 273 .zero 4 .xword .LC8956 .xword .LC8957 .hword 5110 .hword 274 .zero 4 .xword .LC8958 .xword .LC8959 .hword 5110 .hword 401 .zero 4 .xword .LC8960 .xword .LC8961 .hword 5110 .hword 529 .zero 4 .xword .LC8962 .xword .LC8963 .hword 5110 .hword 768 .zero 4 .xword .LC8964 .xword .LC8965 .hword 5110 .hword 273 .zero 4 .xword .LC8966 .xword .LC8967 .hword 5110 .hword -30840 .zero 4 .xword .LC8968 .xword .LC8969 .hword 5110 .hword -26506 .zero 4 .xword .LC8970 .xword .LC8967 .hword 5110 .hword -26479 .zero 4 .xword .LC8970 .xword .LC8967 .hword 5192 .hword 1 .zero 4 .xword .LC8971 .xword .LC8972 .hword 4938 .hword 1 .zero 4 .xword .LC8973 .xword .LC8974 .hword 4938 .hword 2 .zero 4 .xword .LC9 .xword .LC8975 .hword 4938 .hword 20746 .zero 4 .xword .LC8976 .xword .LC8600 .hword 5194 .hword 13450 .zero 4 .xword .LC8977 .xword .LC8978 .hword 5194 .hword 29232 .zero 4 .xword .LC8979 .xword .LC8979 .hword 5194 .hword 29256 .zero 4 .xword .LC8980 .xword .LC8981 .hword 5194 .hword 29264 .zero 4 .xword .LC8982 .xword .LC8983 .hword 5194 .hword 29270 .zero 4 .xword .LC8984 .xword .LC8985 .hword 5194 .hword 29334 .zero 4 .xword .LC8986 .xword .LC8987 .hword 5194 .hword 29746 .zero 4 .xword .LC8988 .xword .LC9 .hword 5194 .hword 29747 .zero 4 .xword .LC8989 .xword .LC8990 .hword 5194 .hword 29748 .zero 4 .xword .LC8991 .xword .LC9 .hword 5194 .hword 30785 .zero 4 .xword .LC8992 .xword .LC8993 .hword 5194 .hword -32461 .zero 4 .xword .LC8994 .xword .LC8995 .hword 5194 .hword -31404 .zero 4 .xword .LC8996 .xword .LC9 .hword 5194 .hword -28399 .zero 4 .xword .LC8997 .xword .LC9 .hword 5194 .hword -28397 .zero 4 .xword .LC8998 .xword .LC9 .hword 5194 .hword -28396 .zero 4 .xword .LC8999 .xword .LC9 .hword 6931 .hword 1 .zero 4 .xword .LC9000 .xword .LC9001 .hword 5215 .hword 1 .zero 4 .xword .LC9002 .xword .LC9003 .hword 5215 .hword 2 .zero 4 .xword .LC9004 .xword .LC9003 .hword 5261 .hword 4099 .zero 4 .xword .LC9005 .xword .LC9006 .hword 5299 .hword 0 .zero 4 .xword .LC9007 .xword .LC9008 .hword 5303 .hword 1 .zero 4 .xword .LC9009 .xword .LC9010 .hword 5305 .hword 1 .zero 4 .xword .LC9011 .xword .LC9012 .hword 5305 .hword 832 .zero 4 .xword .LC9 .xword .LC9013 .hword 5305 .hword 9472 .zero 4 .xword .LC9014 .xword .LC9015 .hword 5305 .hword 12544 .zero 4 .xword .LC9016 .xword .LC9015 .hword 5305 .hword 12545 .zero 4 .xword .LC9016 .xword .LC9015 .hword 5305 .hword 13568 .zero 4 .xword .LC9017 .xword .LC9015 .hword 5305 .hword 17664 .zero 4 .xword .LC9018 .xword .LC9015 .hword 5305 .hword 18432 .zero 4 .xword .LC9019 .xword .LC9015 .hword 5305 .hword -23292 .zero 4 .xword .LC9020 .xword .LC9021 .hword 5305 .hword -23290 .zero 4 .xword .LC9022 .xword .LC9023 .hword 5339 .hword 8448 .zero 4 .xword .LC9024 .xword .LC9025 .hword 5339 .hword 8449 .zero 4 .xword .LC9026 .xword .LC9 .hword 5339 .hword 8450 .zero 4 .xword .LC9027 .xword .LC9 .hword 5339 .hword 8464 .zero 4 .xword .LC9028 .xword .LC9029 .hword 5339 .hword 8465 .zero 4 .xword .LC9030 .xword .LC9 .hword 5339 .hword 8466 .zero 4 .xword .LC9031 .xword .LC9 .hword 5339 .hword 8480 .zero 4 .xword .LC9032 .xword .LC9033 .hword 5339 .hword 8481 .zero 4 .xword .LC9034 .xword .LC9035 .hword 5339 .hword 8496 .zero 4 .xword .LC9036 .xword .LC9037 .hword 5339 .hword 8497 .zero 4 .xword .LC9038 .xword .LC9039 .hword 5339 .hword 8498 .zero 4 .xword .LC9040 .xword .LC9 .hword 5339 .hword 8512 .zero 4 .xword .LC9041 .xword .LC9 .hword 5339 .hword 8513 .zero 4 .xword .LC9042 .xword .LC9 .hword 5339 .hword 8514 .zero 4 .xword .LC9043 .xword .LC9 .hword 5339 .hword 8516 .zero 4 .xword .LC9044 .xword .LC9 .hword 5339 .hword 8517 .zero 4 .xword .LC9045 .xword .LC9 .hword 5339 .hword 8518 .zero 4 .xword .LC9046 .xword .LC9 .hword 5339 .hword 8528 .zero 4 .xword .LC9047 .xword .LC9 .hword 5339 .hword 8529 .zero 4 .xword .LC9048 .xword .LC9 .hword 5339 .hword 8530 .zero 4 .xword .LC9049 .xword .LC9 .hword 5339 .hword 8544 .zero 4 .xword .LC9050 .xword .LC9 .hword 5339 .hword 8545 .zero 4 .xword .LC9051 .xword .LC9 .hword 5339 .hword 8546 .zero 4 .xword .LC9052 .xword .LC9 .hword 5339 .hword 8576 .zero 4 .xword .LC9053 .xword .LC9054 .hword 5339 .hword 8577 .zero 4 .xword .LC9055 .xword .LC9056 .hword 5339 .hword 8578 .zero 4 .xword .LC9057 .xword .LC9056 .hword 5340 .hword 0 .zero 4 .xword .LC9058 .xword .LC9 .hword 5340 .hword 1 .zero 4 .xword .LC9059 .xword .LC9060 .hword 5340 .hword 2 .zero 4 .xword .LC9061 .xword .LC9062 .hword 5340 .hword 3 .zero 4 .xword .LC9063 .xword .LC9064 .hword 5340 .hword 4 .zero 4 .xword .LC9065 .xword .LC9066 .hword 5340 .hword 5 .zero 4 .xword .LC9067 .xword .LC9068 .hword 5340 .hword 6 .zero 4 .xword .LC9069 .xword .LC9070 .hword 5340 .hword 7 .zero 4 .xword .LC9071 .xword .LC9072 .hword 5340 .hword 8 .zero 4 .xword .LC9073 .xword .LC9074 .hword 5340 .hword 9 .zero 4 .xword .LC9075 .xword .LC9076 .hword 5340 .hword 10 .zero 4 .xword .LC9077 .xword .LC9078 .hword 5340 .hword 11 .zero 4 .xword .LC9079 .xword .LC9080 .hword 5340 .hword 12 .zero 4 .xword .LC9081 .xword .LC9082 .hword 5383 .hword 1 .zero 4 .xword .LC9083 .xword .LC9 .hword 5383 .hword 2 .zero 4 .xword .LC9084 .xword .LC9 .hword 5383 .hword 3 .zero 4 .xword .LC9085 .xword .LC9 .hword 5383 .hword 256 .zero 4 .xword .LC9086 .xword .LC9 .hword 5383 .hword 1073 .zero 4 .xword .LC9087 .xword .LC9 .hword 5383 .hword 18433 .zero 4 .xword .LC8543 .xword .LC9 .hword 5383 .hword 18434 .zero 4 .xword .LC8545 .xword .LC9 .hword 5383 .hword 18435 .zero 4 .xword .LC8547 .xword .LC9 .hword 5383 .hword 18438 .zero 4 .xword .LC8548 .xword .LC9 .hword 5402 .hword 4098 .zero 4 .xword .LC9088 .xword .LC9089 .hword 5402 .hword 4100 .zero 4 .xword .LC9090 .xword .LC9 .hword 5402 .hword 4104 .zero 4 .xword .LC9091 .xword .LC9 .hword 5500 .hword -32767 .zero 4 .xword .LC9092 .xword .LC9093 .hword 8193 .hword 15385 .zero 4 .xword .LC9094 .xword .LC9095 .hword 8193 .hword -3837 .zero 4 .xword .LC9096 .xword .LC9097 .hword 5522 .hword 1921 .zero 4 .xword .LC9098 .xword .LC9099 .hword 5522 .hword 1922 .zero 4 .xword .LC9100 .xword .LC9101 .hword 5522 .hword 1923 .zero 4 .xword .LC9102 .xword .LC9099 .hword 5522 .hword 1925 .zero 4 .xword .LC9103 .xword .LC9099 .hword 5522 .hword 1926 .zero 4 .xword .LC9104 .xword .LC9099 .hword 5522 .hword 1927 .zero 4 .xword .LC9105 .xword .LC9106 .hword 5522 .hword 1928 .zero 4 .xword .LC9107 .xword .LC9099 .hword 5522 .hword 1930 .zero 4 .xword .LC9108 .xword .LC9099 .hword 5549 .hword 1029 .zero 4 .xword .LC9109 .xword .LC9110 .hword 5549 .hword 1808 .zero 4 .xword .LC9111 .xword .LC9112 .hword 5549 .hword 1824 .zero 4 .xword .LC9113 .xword .LC9114 .hword 5549 .hword 1856 .zero 4 .xword .LC9115 .xword .LC9116 .hword 5549 .hword 1904 .zero 4 .xword .LC4688 .xword .LC4285 .hword 5549 .hword 1912 .zero 4 .xword .LC9117 .xword .LC9118 .hword 5549 .hword 1968 .zero 4 .xword .LC9119 .xword .LC9120 .hword 5549 .hword 2049 .zero 4 .xword .LC4688 .xword .LC9121 .hword 5549 .hword 6517 .zero 4 .xword .LC3007 .xword .LC9122 .hword 5549 .hword 6519 .zero 4 .xword .LC3007 .xword .LC3306 .hword 5596 .hword 1 .zero 4 .xword .LC9123 .xword .LC9124 .hword 13192 .hword 32 .zero 4 .xword .LC9125 .xword .LC9126 .hword 13192 .hword 33 .zero 4 .xword .LC9127 .xword .LC9128 .hword 13192 .hword 34 .zero 4 .xword .LC9129 .xword .LC6410 .hword 13192 .hword 38 .zero 4 .xword .LC9130 .xword .LC9126 .hword 13192 .hword 40 .zero 4 .xword .LC9131 .xword .LC9132 .hword 13192 .hword 41 .zero 4 .xword .LC9131 .xword .LC9133 .hword 13192 .hword 48 .zero 4 .xword .LC9134 .xword .LC9135 .hword 13192 .hword 49 .zero 4 .xword .LC9136 .xword .LC9137 .hword 13192 .hword -32751 .zero 4 .xword .LC1348 .xword .LC6163 .hword 13192 .hword -32750 .zero 4 .xword .LC9138 .xword .LC2851 .hword 13192 .hword -32749 .zero 4 .xword .LC9139 .xword .LC3841 .hword 19793 .hword 512 .zero 4 .xword .LC9140 .xword .LC9 .hword 20563 .hword 8208 .zero 4 .xword .LC9141 .xword .LC9142 .hword 9798 .hword 1 .zero 4 .xword .LC9143 .xword .LC9144 .hword 9798 .hword 9798 .zero 4 .xword .LC9145 .xword .LC9144 .hword 21845 .hword 3 .zero 4 .xword .LC9146 .xword .LC9147 .hword 26214 .hword 1 .zero 4 .xword .LC9148 .xword .LC9149 .hword 26214 .hword 2 .zero 4 .xword .LC9 .xword .LC9150 .hword 51 .hword 47 .zero 4 .xword .LC9151 .xword .LC8453 .hword 51 .hword 819 .zero 4 .xword .LC8452 .xword .LC8453 .hword 4860 .hword 23788 .zero 4 .xword .LC9152 .xword .LC9153 .hword 4868 .hword 4 .zero 4 .xword .LC9154 .xword .LC9155 .hword 4875 .hword 4875 .zero 4 .xword .LC5509 .xword .LC5509 .hword 4880 .hword 3 .zero 4 .xword .LC9156 .xword .LC9157 .hword 4880 .hword 13 .zero 4 .xword .LC9 .xword .LC9158 .hword 4887 .hword 1329 .zero 4 .xword .LC9159 .xword .LC9160 .hword 4887 .hword 2433 .zero 4 .xword .LC9161 .xword .LC9162 .hword 4887 .hword 2437 .zero 4 .xword .LC9163 .xword .LC9164 .hword 4887 .hword 6533 .zero 4 .xword .LC9165 .xword .LC9166 .hword 4887 .hword 10320 .zero 4 .xword .LC9167 .xword .LC8867 .hword 4887 .hword 20768 .zero 4 .xword .LC9168 .xword .LC9169 .hword 4887 .hword 30866 .zero 4 .xword .LC8870 .xword .LC8867 .hword 4887 .hword -32255 .zero 4 .xword .LC9170 .xword .LC9171 .hword 4887 .hword -27375 .zero 4 .xword .LC9172 .xword .LC9173 .hword 4887 .hword -27373 .zero 4 .xword .LC9174 .xword .LC9173 .hword 4887 .hword 8201 .zero 4 .xword .LC9175 .xword .LC9176 .hword 4925 .hword 4096 .zero 4 .xword .LC9177 .xword .LC9178 .hword 4932 .hword 12864 .zero 4 .xword .LC9 .xword .LC9179 .hword 4932 .hword 13088 .zero 4 .xword .LC9180 .xword .LC7541 .hword 4932 .hword 13089 .zero 4 .xword .LC9181 .xword .LC7541 .hword 4932 .hword 13424 .zero 4 .xword .LC9182 .xword .LC7274 .hword 4932 .hword 16416 .zero 4 .xword .LC5762 .xword .LC9183 .hword 4932 .hword 16432 .zero 4 .xword .LC9 .xword .LC9184 .hword 4954 .hword 66 .zero 4 .xword .LC9185 .xword .LC9186 .hword 4954 .hword 385 .zero 4 .xword .LC9185 .xword .LC9187 .hword 4954 .hword 548 .zero 4 .xword .LC9188 .xword .LC9189 .hword 4954 .hword 552 .zero 4 .xword .LC2761 .xword .LC9190 .hword 4981 .hword 9585 .zero 4 .xword .LC4740 .xword .LC4740 .hword 16748 .hword 256 .zero 4 .xword .LC9191 .xword .LC9192 .hword 16748 .hword 512 .zero 4 .xword .LC9193 .xword .LC9 .hword 4986 .hword 1 .zero 4 .xword .LC9 .xword .LC9 .hword 4986 .hword 3 .zero 4 .xword .LC9194 .xword .LC9194 .hword 4986 .hword 4 .zero 4 .xword .LC9195 .xword .LC9195 .hword 4986 .hword 5 .zero 4 .xword .LC9196 .xword .LC9196 .hword 4999 .hword 17984 .zero 4 .xword .LC9197 .xword .LC9198 .hword 4999 .hword 21264 .zero 4 .xword .LC3007 .xword .LC9199 .hword 5011 .hword 4112 .zero 4 .xword .LC9 .xword .LC9 .hword 5011 .hword 4128 .zero 4 .xword .LC9 .xword .LC9 .hword 5011 .hword 4130 .zero 4 .xword .LC3006 .xword .LC3006 .hword 5011 .hword 4160 .zero 4 .xword .LC9200 .xword .LC9201 .hword 5011 .hword 4161 .zero 4 .xword .LC9202 .xword .LC9 .hword 5011 .hword 4162 .zero 4 .xword .LC9 .xword .LC9 .hword 5011 .hword 260 .zero 4 .xword .LC9200 .xword .LC9203 .hword 5011 .hword 4416 .zero 4 .xword .LC9 .xword .LC9 .hword 5011 .hword 4417 .zero 4 .xword .LC9 .xword .LC9 .hword 5011 .hword 4896 .zero 4 .xword .LC9204 .xword .LC9205 .hword 5011 .hword 4897 .zero 4 .xword .LC9 .xword .LC9 .hword 5011 .hword 4928 .zero 4 .xword .LC9206 .xword .LC9207 .hword 5011 .hword 5121 .zero 4 .xword .LC9 .xword .LC9 .hword 5011 .hword 5760 .zero 4 .xword .LC9208 .xword .LC9203 .hword 5011 .hword 5761 .zero 4 .xword .LC9209 .xword .LC9210 .hword 5011 .hword 8256 .zero 4 .xword .LC9211 .xword .LC9212 .hword 5011 .hword 8576 .zero 4 .xword .LC9213 .xword .LC9214 .hword 5011 .hword 8720 .zero 4 .xword .LC9215 .xword .LC9215 .hword 5011 .hword 8768 .zero 4 .xword .LC9215 .xword .LC9215 .hword 5011 .hword 12800 .zero 4 .xword .LC9216 .xword .LC9214 .hword 5011 .hword 20512 .zero 4 .xword .LC9217 .xword .LC9 .hword 5011 .hword 26624 .zero 4 .xword .LC7760 .xword .LC9218 .hword 5018 .hword 7 .zero 4 .xword .LC9219 .xword .LC9220 .hword 5031 .hword 25152 .zero 4 .xword .LC3392 .xword .LC9221 .hword 5032 .hword 338 .zero 4 .xword .LC9222 .xword .LC9223 .hword 5032 .hword 340 .zero 4 .xword .LC9224 .xword .LC9225 .hword 5032 .hword 344 .zero 4 .xword .LC9226 .xword .LC9227 .hword 5032 .hword 852 .zero 4 .xword .LC9228 .xword .LC9229 .hword 5032 .hword 856 .zero 4 .xword .LC9230 .xword .LC9231 .hword 19539 .hword 0 .zero 4 .xword .LC9232 .xword .LC9233 .hword 19539 .hword 1 .zero 4 .xword .LC9234 .xword .LC9233 .hword 5046 .hword 5046 .zero 4 .xword .LC9235 .xword .LC9236 .hword 5063 .hword 2780 .zero 4 .xword .LC9 .xword .LC9237 .hword 5063 .hword 2832 .zero 4 .xword .LC2677 .xword .LC9238 .hword 5063 .hword 3344 .zero 4 .xword .LC2677 .xword .LC9239 .hword 5063 .hword 22340 .zero 4 .xword .LC2677 .xword .LC9240 .hword 5072 .hword 8451 .zero 4 .xword .LC9241 .xword .LC9242 .hword 5072 .hword 8704 .zero 4 .xword .LC9 .xword .LC9 .hword 5073 .hword -21758 .zero 4 .xword .LC9 .xword .LC9243 .hword 5073 .hword -21757 .zero 4 .xword .LC9 .xword .LC9 .hword 5073 .hword -21754 .zero 4 .xword .LC9244 .xword .LC9245 .hword 5073 .hword -21752 .zero 4 .xword .LC9246 .xword .LC9247 .hword 5079 .hword 517 .zero 4 .xword .LC9248 .xword .LC9249 .hword 5079 .hword -32634 .zero 4 .xword .LC3261 .xword .LC9249 .hword 5080 .hword 4096 .zero 4 .xword .LC9250 .xword .LC9251 .hword 4203 .hword 1 .zero 4 .xword .LC9252 .xword .LC9253 .hword 4203 .hword 2 .zero 4 .xword .LC9254 .xword .LC7701 .hword 4203 .hword 3 .zero 4 .xword .LC9255 .xword .LC9 .hword 4203 .hword 4 .zero 4 .xword .LC9256 .xword .LC9257 .hword 4203 .hword 7 .zero 4 .xword .LC9258 .xword .LC7701 .hword 4203 .hword 9 .zero 4 .xword .LC9259 .xword .LC9259 .hword 4203 .hword 12 .zero 4 .xword .LC9 .xword .LC9 .hword 4203 .hword 14 .zero 4 .xword .LC9260 .xword .LC9261 .hword 4203 .hword 16 .zero 4 .xword .LC9262 .xword .LC9261 .hword 4203 .hword 23 .zero 4 .xword .LC9263 .xword .LC9261 .hword 4203 .hword 24 .zero 4 .xword .LC9264 .xword .LC9265 .hword 4203 .hword 31 .zero 4 .xword .LC9264 .xword .LC9266 .hword 4203 .hword 32 .zero 4 .xword .LC9264 .xword .LC9267 .hword 4203 .hword 38 .zero 4 .xword .LC9268 .xword .LC9269 .hword 4203 .hword 39 .zero 4 .xword .LC9268 .xword .LC9267 .hword 4203 .hword 45 .zero 4 .xword .LC9270 .xword .LC3578 .hword 4203 .hword 46 .zero 4 .xword .LC9270 .xword .LC3861 .hword 4203 .hword 47 .zero 4 .xword .LC9270 .xword .LC9271 .hword 4203 .hword 48 .zero 4 .xword .LC9272 .xword .LC9265 .hword 4203 .hword 59 .zero 4 .xword .LC9273 .xword .LC9274 .hword 4203 .hword 79 .zero 4 .xword .LC9275 .xword .LC9276 .hword 4203 .hword 80 .zero 4 .xword .LC9275 .xword .LC9277 .hword 4203 .hword 81 .zero 4 .xword .LC9275 .xword .LC9278 .hword 4203 .hword 82 .zero 4 .xword .LC9275 .xword .LC9279 .hword 4203 .hword 83 .zero 4 .xword .LC9275 .xword .LC3861 .hword 4203 .hword 84 .zero 4 .xword .LC9275 .xword .LC3861 .hword 4203 .hword 85 .zero 4 .xword .LC9275 .xword .LC3861 .hword 4203 .hword 88 .zero 4 .xword .LC9280 .xword .LC3578 .hword 4203 .hword 138 .zero 4 .xword .LC9281 .xword .LC9282 .hword 4203 .hword 140 .zero 4 .xword .LC9283 .xword .LC9284 .hword 4204 .hword -30719 .zero 4 .xword .LC9 .xword .LC9285 .hword 4204 .hword -30718 .zero 4 .xword .LC9286 .xword .LC9287 .hword 4204 .hword -30717 .zero 4 .xword .LC9 .xword .LC9288 .hword 4204 .hword -30716 .zero 4 .xword .LC9289 .xword .LC9290 .hword 4204 .hword -30715 .zero 4 .xword .LC9291 .xword .LC9292 .hword 4206 .hword 17250 .zero 4 .xword .LC9293 .xword .LC9294 .hword 5719 .hword 1606 .zero 4 .xword .LC9295 .xword .LC9296 .hword 20790 .hword 18040 .zero 4 .xword .LC9297 .xword .LC2370 .hword 4211 .hword 1 .zero 4 .xword .LC9 .xword .LC9298 .hword 4211 .hword 2 .zero 4 .xword .LC9299 .xword .LC9300 .hword 4211 .hword 3 .zero 4 .xword .LC9301 .xword .LC9 .hword 4211 .hword 4 .zero 4 .xword .LC9302 .xword .LC9303 .hword 4211 .hword 5 .zero 4 .xword .LC9304 .xword .LC9305 .hword 4211 .hword 6 .zero 4 .xword .LC9304 .xword .LC9305 .hword 4211 .hword 8 .zero 4 .xword .LC9304 .xword .LC9305 .hword 4211 .hword 10 .zero 4 .xword .LC9306 .xword .LC9307 .hword 4211 .hword 12 .zero 4 .xword .LC9308 .xword .LC9309 .hword 4211 .hword 13 .zero 4 .xword .LC9310 .xword .LC9311 .hword 4211 .hword 16 .zero 4 .xword .LC9312 .xword .LC9313 .hword 4211 .hword 18 .zero 4 .xword .LC9314 .xword .LC9315 .hword 4211 .hword 32 .zero 4 .xword .LC9316 .xword .LC9317 .hword 4211 .hword 4096 .zero 4 .xword .LC9318 .xword .LC9319 .hword 4211 .hword 8192 .zero 4 .xword .LC9320 .xword .LC9321 .hword 4211 .hword -26506 .zero 4 .xword .LC9322 .xword .LC9323 .hword 4212 .hword 20088 .zero 4 .xword .LC9324 .xword .LC9325 .hword 4215 .hword 4118 .zero 4 .xword .LC9326 .xword .LC9327 .hword 4215 .hword 4128 .zero 4 .xword .LC9328 .xword .LC9329 .hword 4215 .hword 4130 .zero 4 .xword .LC9330 .xword .LC9331 .hword 4215 .hword 4224 .zero 4 .xword .LC9332 .xword .LC9333 .hword 4215 .hword 4630 .zero 4 .xword .LC9334 .xword .LC9335 .hword 4215 .hword 4672 .zero 4 .xword .LC9336 .xword .LC9333 .hword 4215 .hword 4736 .zero 4 .xword .LC9337 .xword .LC9333 .hword 4215 .hword 8224 .zero 4 .xword .LC9338 .xword .LC9339 .hword 4215 .hword 8448 .zero 4 .xword .LC9340 .xword .LC9341 .hword 4215 .hword 8704 .zero 4 .xword .LC9342 .xword .LC9343 .hword 4215 .hword 8960 .zero 4 .xword .LC9344 .xword .LC9345 .hword 4215 .hword 8978 .zero 4 .xword .LC9346 .xword .LC4537 .hword 4215 .hword 9250 .zero 4 .xword .LC9347 .xword .LC9348 .hword 4215 .hword 9266 .zero 4 .xword .LC9349 .xword .LC9350 .hword 4215 .hword 9522 .zero 4 .xword .LC9351 .xword .LC9352 .hword 4215 .hword 12304 .zero 4 .xword .LC4688 .xword .LC4688 .hword 4215 .hword 12338 .zero 4 .xword .LC9353 .xword .LC9354 .hword 4215 .hword 16384 .zero 4 .xword .LC9 .xword .LC9 .hword 4215 .hword 16400 .zero 4 .xword .LC9 .xword .LC9 .hword 4215 .hword 25362 .zero 4 .xword .LC9355 .xword .LC9356 .hword 4215 .hword 25634 .zero 4 .xword .LC9357 .xword .LC9358 .hword 4215 .hword 25650 .zero 4 .xword .LC9359 .xword .LC9360 .hword 4215 .hword -32768 .zero 4 .xword .LC9361 .xword .LC9362 .hword 4215 .hword -32767 .zero 4 .xword .LC9361 .xword .LC9363 .hword 4215 .hword -32736 .zero 4 .xword .LC9364 .xword .LC9365 .hword 4215 .hword -32735 .zero 4 .xword .LC9364 .xword .LC9366 .hword 4215 .hword -32734 .zero 4 .xword .LC9367 .xword .LC9368 .hword 4216 .hword 0 .zero 4 .xword .LC9369 .xword .LC7192 .hword 4216 .hword 1 .zero 4 .xword .LC9370 .xword .LC9371 .hword 4216 .hword 2 .zero 4 .xword .LC9369 .xword .LC7192 .hword 4216 .hword 256 .zero 4 .xword .LC9372 .xword .LC9373 .hword 4216 .hword 257 .zero 4 .xword .LC9372 .xword .LC9374 .hword 4216 .hword 258 .zero 4 .xword .LC9372 .xword .LC2835 .hword 4216 .hword 259 .zero 4 .xword .LC9372 .xword .LC7257 .hword 4216 .hword 260 .zero 4 .xword .LC9372 .xword .LC6768 .hword 4216 .hword 1024 .zero 4 .xword .LC6156 .xword .LC6163 .hword 4216 .hword 1025 .zero 4 .xword .LC6156 .xword .LC4396 .hword 4216 .hword 1026 .zero 4 .xword .LC6156 .xword .LC2835 .hword 4216 .hword 1027 .zero 4 .xword .LC6156 .xword .LC9375 .hword 4217 .hword -13447 .zero 4 .xword .LC9376 .xword .LC9377 .hword 21580 .hword 848 .zero 4 .xword .LC9378 .xword .LC9379 .hword 4221 .hword 0 .zero 4 .xword .LC9380 .xword .LC9381 .hword 4222 .hword 1 .zero 4 .xword .LC9382 .xword .LC9383 .hword 4222 .hword 2 .zero 4 .xword .LC9 .xword .LC9384 .hword 4222 .hword 4 .zero 4 .xword .LC9385 .xword .LC9386 .hword 4222 .hword 5 .zero 4 .xword .LC9387 .xword .LC9386 .hword 4222 .hword 8 .zero 4 .xword .LC9388 .xword .LC9389 .hword 4222 .hword -28669 .zero 4 .xword .LC9390 .xword .LC9 .hword 4222 .hword -28665 .zero 4 .xword .LC9391 .xword .LC9 .hword 4222 .hword -28664 .zero 4 .xword .LC9392 .xword .LC9 .hword 4222 .hword -28660 .zero 4 .xword .LC9393 .xword .LC9 .hword 4222 .hword -28658 .zero 4 .xword .LC9394 .xword .LC9 .hword 4222 .hword -28655 .zero 4 .xword .LC9395 .xword .LC9 .hword 4222 .hword -28653 .zero 4 .xword .LC9396 .xword .LC9 .hword 4222 .hword -28637 .zero 4 .xword .LC9390 .xword .LC9 .hword 4222 .hword -28633 .zero 4 .xword .LC9397 .xword .LC9 .hword 4222 .hword -28623 .zero 4 .xword .LC9395 .xword .LC9 .hword 4222 .hword -28621 .zero 4 .xword .LC9398 .xword .LC9399 .hword 4222 .hword -28576 .zero 4 .xword .LC9400 .xword .LC9401 .hword 4222 .hword -28560 .zero 4 .xword .LC9402 .xword .LC9403 .hword 4222 .hword -28544 .zero 4 .xword .LC9404 .xword .LC9405 .hword 4222 .hword -28543 .zero 4 .xword .LC9406 .xword .LC9405 .hword 4222 .hword -28542 .zero 4 .xword .LC9407 .xword .LC9405 .hword 4222 .hword -28528 .zero 4 .xword .LC9408 .xword .LC9409 .hword 4222 .hword -28512 .zero 4 .xword .LC9410 .xword .LC9411 .hword 4223 .hword 2050 .zero 4 .xword .LC9412 .xword .LC9413 .hword 4223 .hword 2051 .zero 4 .xword .LC9 .xword .LC9414 .hword 4223 .hword 2054 .zero 4 .xword .LC9 .xword .LC3841 .hword 4223 .hword 8213 .zero 4 .xword .LC9 .xword .LC3841 .hword 4224 .hword 1536 .zero 4 .xword .LC9415 .xword .LC7982 .hword 4224 .hword -14703 .zero 4 .xword .LC9416 .xword .LC9417 .hword 4224 .hword -14701 .zero 4 .xword .LC9418 .xword .LC2851 .hword 4225 .hword 3399 .zero 4 .xword .LC9419 .xword .LC9420 .hword 4227 .hword 1 .zero 4 .xword .LC9421 .xword .LC9422 .hword 4227 .hword 1555 .zero 4 .xword .LC9 .xword .LC2915 .hword 4229 .hword 1 .zero 4 .xword .LC9423 .xword .LC9424 .hword 4231 .hword -28160 .zero 4 .xword .LC9 .xword .LC9 .hword 4233 .hword 21845 .zero 4 .xword .LC9425 .xword .LC9426 .hword 4234 .hword 1 .zero 4 .xword .LC9427 .xword .LC9428 .hword 4234 .hword 3 .zero 4 .xword .LC9429 .xword .LC9430 .hword 4234 .hword 16 .zero 4 .xword .LC9431 .xword .LC9432 .hword 4234 .hword 64 .zero 4 .xword .LC9433 .xword .LC9 .hword 4234 .hword 12288 .zero 4 .xword .LC9434 .xword .LC9432 .hword 4237 .hword 1 .zero 4 .xword .LC9435 .xword .LC9436 .hword 4237 .hword 2 .zero 4 .xword .LC9437 .xword .LC9438 .hword 4237 .hword 4 .zero 4 .xword .LC9439 .xword .LC9440 .hword 4237 .hword 5 .zero 4 .xword .LC9441 .xword .LC9442 .hword 4237 .hword 6 .zero 4 .xword .LC9443 .xword .LC9444 .hword 4237 .hword 7 .zero 4 .xword .LC9445 .xword .LC9440 .hword 4237 .hword 8 .zero 4 .xword .LC9446 .xword .LC9447 .hword 4237 .hword 10 .zero 4 .xword .LC9448 .xword .LC9449 .hword 4237 .hword 17 .zero 4 .xword .LC9450 .xword .LC3253 .hword 4237 .hword 18 .zero 4 .xword .LC9451 .xword .LC9452 .hword 4237 .hword 19 .zero 4 .xword .LC9453 .xword .LC9454 .hword 4237 .hword 20 .zero 4 .xword .LC9455 .xword .LC9452 .hword 4237 .hword 25 .zero 4 .xword .LC9456 .xword .LC9457 .hword 4237 .hword 33 .zero 4 .xword .LC9458 .xword .LC9459 .hword 4237 .hword 34 .zero 4 .xword .LC9 .xword .LC2866 .hword 4238 .hword 1 .zero 4 .xword .LC9460 .xword .LC9 .hword 4238 .hword 4096 .zero 4 .xword .LC9461 .xword .LC9462 .hword 4238 .hword 4097 .zero 4 .xword .LC9461 .xword .LC9463 .hword 4238 .hword 4352 .zero 4 .xword .LC9464 .xword .LC9 .hword 4238 .hword 4353 .zero 4 .xword .LC9465 .xword .LC9 .hword 4238 .hword 4354 .zero 4 .xword .LC9466 .xword .LC9 .hword 4238 .hword 4355 .zero 4 .xword .LC9467 .xword .LC9 .hword 4238 .hword 11181 .zero 4 .xword .LC9468 .xword .LC9469 .hword 4238 .hword 20480 .zero 4 .xword .LC9470 .xword .LC9471 .hword 4238 .hword 20547 .zero 4 .xword .LC9472 .xword .LC9473 .hword 4238 .hword 28771 .zero 4 .xword .LC9474 .xword .LC9475 .hword 4238 .hword -32768 .zero 4 .xword .LC9476 .xword .LC9477 .hword 4238 .hword -32767 .zero 4 .xword .LC9478 .xword .LC9479 .hword 4238 .hword -24576 .zero 4 .xword .LC9480 .xword .LC9481 .hword 4238 .hword -24575 .zero 4 .xword .LC9482 .xword .LC9483 .hword 4238 .hword -21574 .zero 4 .xword .LC9484 .xword .LC9485 .hword 4241 .hword 32 .zero 4 .xword .LC9486 .xword .LC9487 .hword 4241 .hword 33 .zero 4 .xword .LC9 .xword .LC9488 .hword 4241 .hword 64 .zero 4 .xword .LC9 .xword .LC9489 .hword 4241 .hword 65 .zero 4 .xword .LC9 .xword .LC9489 .hword 4241 .hword 96 .zero 4 .xword .LC9 .xword .LC9490 .hword 4241 .hword 228 .zero 4 .xword .LC9491 .xword .LC9 .hword 4241 .hword 1824 .zero 4 .xword .LC9 .xword .LC9492 .hword 4242 .hword 160 .zero 4 .xword .LC9493 .xword .LC3110 .hword 4242 .hword 168 .zero 4 .xword .LC9494 .xword .LC3110 .hword 4242 .hword 1360 .zero 4 .xword .LC9495 .xword .LC9 .hword 4242 .hword 2260 .zero 4 .xword .LC9496 .xword .LC9497 .hword 4242 .hword 2380 .zero 4 .xword .LC9498 .xword .LC9498 .hword 4242 .hword 2504 .zero 4 .xword .LC9499 .xword .LC9500 .hword 4242 .hword 4098 .zero 4 .xword .LC9501 .xword .LC9502 .hword 4242 .hword 4242 .zero 4 .xword .LC9503 .xword .LC9504 .hword 4242 .hword 24864 .zero 4 .xword .LC9505 .xword .LC9506 .hword 4242 .hword -30704 .zero 4 .xword .LC9507 .xword .LC3110 .hword 4242 .hword -30703 .zero 4 .xword .LC9508 .xword .LC3110 .hword 4242 .hword -30592 .zero 4 .xword .LC9509 .xword .LC9 .hword 4242 .hword -30591 .zero 4 .xword .LC9509 .xword .LC3110 .hword 4242 .hword -30544 .zero 4 .xword .LC9510 .xword .LC3110 .hword 4242 .hword -30543 .zero 4 .xword .LC9510 .xword .LC3110 .hword 4242 .hword -30528 .zero 4 .xword .LC9511 .xword .LC3110 .hword 4242 .hword -30527 .zero 4 .xword .LC9511 .xword .LC3110 .hword 4242 .hword -30512 .zero 4 .xword .LC9511 .xword .LC3110 .hword 4242 .hword -30511 .zero 4 .xword .LC9511 .xword .LC3110 .hword 4242 .hword -30480 .zero 4 .xword .LC9510 .xword .LC3110 .hword 4242 .hword -30479 .zero 4 .xword .LC9510 .xword .LC3110 .hword 4242 .hword -26506 .zero 4 .xword .LC9 .xword .LC9512 .hword 4242 .hword -26215 .zero 4 .xword .LC9513 .xword .LC9514 .hword 4243 .hword 352 .zero 4 .xword .LC9515 .xword .LC9516 .hword 4243 .hword 353 .zero 4 .xword .LC9517 .xword .LC9518 .hword 4243 .hword 354 .zero 4 .xword .LC9519 .xword .LC9520 .hword 4243 .hword 4432 .zero 4 .xword .LC9521 .xword .LC9522 .hword 4243 .hword 4464 .zero 4 .xword .LC9523 .xword .LC9 .hword 4243 .hword 4480 .zero 4 .xword .LC9524 .xword .LC9525 .hword 4243 .hword 4496 .zero 4 .xword .LC9526 .xword .LC9 .hword 4243 .hword 4528 .zero 4 .xword .LC9 .xword .LC9 .hword 4243 .hword 4544 .zero 4 .xword .LC9 .xword .LC9 .hword 4243 .hword 4560 .zero 4 .xword .LC9 .xword .LC9 .hword 4243 .hword 4576 .zero 4 .xword .LC9 .xword .LC9 .hword 4243 .hword 4720 .zero 4 .xword .LC9527 .xword .LC9528 .hword 4243 .hword 4784 .zero 4 .xword .LC9529 .xword .LC9530 .hword 4243 .hword 4880 .zero 4 .xword .LC9531 .xword .LC9532 .hword 4243 .hword 4896 .zero 4 .xword .LC9 .xword .LC9 .hword 4243 .hword 4912 .zero 4 .xword .LC9533 .xword .LC9 .hword 4243 .hword 4928 .zero 4 .xword .LC9534 .xword .LC9528 .hword 4243 .hword 4944 .zero 4 .xword .LC9535 .xword .LC9536 .hword 4243 .hword 4960 .zero 4 .xword .LC9 .xword .LC9 .hword 4243 .hword 5344 .zero 4 .xword .LC9537 .xword .LC9537 .hword 4243 .hword 6096 .zero 4 .xword .LC9538 .xword .LC9 .hword 4243 .hword 6320 .zero 4 .xword .LC9 .xword .LC9 .hword 4243 .hword 10416 .zero 4 .xword .LC9539 .xword .LC9540 .hword 4243 .hword 10848 .zero 4 .xword .LC9541 .xword .LC9 .hword 4243 .hword 10864 .zero 4 .xword .LC9542 .xword .LC9528 .hword 4243 .hword 10880 .zero 4 .xword .LC9543 .xword .LC9528 .hword 4243 .hword 11040 .zero 4 .xword .LC9544 .xword .LC9 .hword 4243 .hword 11392 .zero 4 .xword .LC9545 .xword .LC9 .hword 4243 .hword 11424 .zero 4 .xword .LC9 .xword .LC9546 .hword 4243 .hword 28716 .zero 4 .xword .LC9547 .xword .LC9548 .hword 4243 .hword 28847 .zero 4 .xword .LC9549 .xword .LC9550 .hword 4243 .hword 28856 .zero 4 .xword .LC9551 .xword .LC9552 .hword 4243 .hword 28899 .zero 4 .xword .LC2470 .xword .LC9553 .hword 4243 .hword 28900 .zero 4 .xword .LC9554 .xword .LC9555 .hword 4243 .hword 28942 .zero 4 .xword .LC9556 .xword .LC9557 .hword 4243 .hword 28998 .zero 4 .xword .LC9558 .xword .LC9558 .hword 4243 .hword 29116 .zero 4 .xword .LC9559 .xword .LC9560 .hword 4243 .hword 29716 .zero 4 .xword .LC9561 .xword .LC9562 .hword 4243 .hword -20479 .zero 4 .xword .LC9563 .xword .LC9 .hword 4243 .hword -20463 .zero 4 .xword .LC9564 .xword .LC9 .hword 4243 .hword -20447 .zero 4 .xword .LC9565 .xword .LC9 .hword 4243 .hword -20431 .zero 4 .xword .LC9566 .xword .LC9 .hword 4243 .hword -20415 .zero 4 .xword .LC9567 .xword .LC9568 .hword 4243 .hword -20399 .zero 4 .xword .LC9569 .xword .LC9 .hword 4243 .hword -20383 .zero 4 .xword .LC9570 .xword .LC9 .hword 4243 .hword -20367 .zero 4 .xword .LC9571 .xword .LC9571 .hword 4243 .hword -20351 .zero 4 .xword .LC9572 .xword .LC9 .hword 4243 .hword -20335 .zero 4 .xword .LC9573 .xword .LC9574 .hword 4243 .hword -14335 .zero 4 .xword .LC8727 .xword .LC9557 .hword 4243 .hword -14319 .zero 4 .xword .LC9 .xword .LC9 .hword 4243 .hword -14303 .zero 4 .xword .LC9 .xword .LC9 .hword 4243 .hword -14287 .zero 4 .xword .LC9575 .xword .LC8727 .hword 4243 .hword -14272 .zero 4 .xword .LC9 .xword .LC9 .hword 4243 .hword -11984 .zero 4 .xword .LC9576 .xword .LC9577 .hword 4245 .hword 576 .zero 4 .xword .LC9578 .xword .LC9579 .hword 4245 .hword 578 .zero 4 .xword .LC9580 .xword .LC9581 .hword 4245 .hword 580 .zero 4 .xword .LC9580 .xword .LC9582 .hword 4245 .hword 1600 .zero 4 .xword .LC9583 .xword .LC9584 .hword 4245 .hword 1601 .zero 4 .xword .LC9585 .xword .LC9586 .hword 4245 .hword 1602 .zero 4 .xword .LC9587 .xword .LC9588 .hword 4245 .hword 1603 .zero 4 .xword .LC9589 .xword .LC9590 .hword 4245 .hword 1606 .zero 4 .xword .LC9591 .xword .LC9592 .hword 4245 .hword 1607 .zero 4 .xword .LC9593 .xword .LC9594 .hword 4245 .hword 1608 .zero 4 .xword .LC9595 .xword .LC9596 .hword 4245 .hword 1609 .zero 4 .xword .LC9597 .xword .LC9598 .hword 4245 .hword 1616 .zero 4 .xword .LC9599 .xword .LC9600 .hword 4245 .hword 1648 .zero 4 .xword .LC9601 .xword .LC9602 .hword 4245 .hword 1651 .zero 4 .xword .LC9603 .xword .LC9604 .hword 4245 .hword 1664 .zero 4 .xword .LC9605 .xword .LC9606 .hword 4245 .hword 4133 .zero 4 .xword .LC9593 .xword .LC9594 .hword 4245 .hword 5010 .zero 4 .xword .LC9607 .xword .LC9608 .hword 4245 .hword 9301 .zero 4 .xword .LC9609 .xword .LC9610 .hword 4245 .hword 12562 .zero 4 .xword .LC9578 .xword .LC9579 .hword 4245 .hword 12564 .zero 4 .xword .LC9611 .xword .LC9612 .hword 4245 .hword 12580 .zero 4 .xword .LC9613 .xword .LC4194 .hword 4245 .hword 12594 .zero 4 .xword .LC9614 .xword .LC5115 .hword 4245 .hword 13586 .zero 4 .xword .LC9615 .xword .LC9616 .hword 4245 .hword 13617 .zero 4 .xword .LC9617 .xword .LC9618 .hword 4245 .hword -26506 .zero 4 .xword .LC5509 .xword .LC5509 .hword 4246 .hword 4358 .zero 4 .xword .LC9619 .xword .LC9620 .hword 4246 .hword 12377 .zero 4 .xword .LC9621 .xword .LC7274 .hword 4247 .hword 56 .zero 4 .xword .LC9 .xword .LC9622 .hword 4248 .hword 1 .zero 4 .xword .LC9623 .xword .LC3841 .hword 4248 .hword 2 .zero 4 .xword .LC9624 .xword .LC3841 .hword 4250 .hword -32128 .zero 4 .xword .LC9625 .xword .LC9626 .hword 4254 .hword 848 .zero 4 .xword .LC9627 .xword .LC9628 .hword 4254 .hword 848 .zero 4 .xword .LC9629 .xword .LC9630 .hword 4254 .hword 849 .zero 4 .xword .LC9631 .xword .LC9632 .hword 4254 .hword 873 .zero 4 .xword .LC9633 .xword .LC6051 .hword 4254 .hword 876 .zero 4 .xword .LC9634 .xword .LC9 .hword 4254 .hword 878 .zero 4 .xword .LC9635 .xword .LC9636 .hword 4254 .hword 878 .zero 4 .xword .LC9637 .xword .LC6051 .hword 4254 .hword 878 .zero 4 .xword .LC9637 .xword .LC6051 .hword 4254 .hword 879 .zero 4 .xword .LC9638 .xword .LC6051 .hword 4254 .hword 880 .zero 4 .xword .LC9639 .xword .LC6049 .hword 4254 .hword 2168 .zero 4 .xword .LC9640 .xword .LC9641 .hword 4254 .hword 2169 .zero 4 .xword .LC9642 .xword .LC9643 .hword 4254 .hword 2176 .zero 4 .xword .LC9644 .xword .LC9643 .hword 4254 .hword 4254 .zero 4 .xword .LC9645 .xword .LC9646 .hword 4254 .hword 3376 .zero 4 .xword .LC9647 .xword .LC9648 .hword 4254 .hword 8469 .zero 4 .xword .LC9649 .xword .LC9650 .hword 4254 .hword 8485 .zero 4 .xword .LC9651 .xword .LC9652 .hword 4254 .hword 8548 .zero 4 .xword .LC9653 .xword .LC9654 .hword 4254 .hword 8549 .zero 4 .xword .LC9655 .xword .LC9656 .hword 4254 .hword 878 .zero 4 .xword .LC9657 .xword .LC9658 .hword 4254 .hword 878 .zero 4 .xword .LC9659 .xword .LC9660 .hword 4254 .hword 878 .zero 4 .xword .LC9661 .xword .LC9662 .hword 4254 .hword -32208 .zero 4 .xword .LC9663 .xword .LC9664 .hword 4254 .hword -31630 .zero 4 .xword .LC9665 .xword .LC9666 .hword 4254 .hword -31628 .zero 4 .xword .LC9667 .xword .LC9668 .hword 4255 .hword 879 .zero 4 .xword .LC9669 .xword .LC9670 .hword 4260 .hword 22889 .zero 4 .xword .LC9 .xword .LC9 .hword -26366 .hword 1 .zero 4 .xword .LC9671 .xword .LC4629 .hword -26366 .hword 2 .zero 4 .xword .LC9671 .xword .LC9672 .hword -26366 .hword 3 .zero 4 .xword .LC9673 .xword .LC9674 .hword 4264 .hword 0 .zero 4 .xword .LC3277 .xword .LC5865 .hword 4265 .hword 4 .zero 4 .xword .LC9675 .xword .LC9 .hword 4265 .hword 5 .zero 4 .xword .LC9676 .xword .LC9 .hword 4265 .hword 6 .zero 4 .xword .LC9677 .xword .LC9 .hword 4265 .hword 7 .zero 4 .xword .LC9678 .xword .LC9 .hword 4265 .hword 8 .zero 4 .xword .LC9679 .xword .LC9 .hword 4265 .hword 9 .zero 4 .xword .LC1220 .xword .LC3500 .hword 4265 .hword 16 .zero 4 .xword .LC145 .xword .LC9680 .hword 4265 .hword 17 .zero 4 .xword .LC9681 .xword .LC9 .hword 4265 .hword 18 .zero 4 .xword .LC9682 .xword .LC9 .hword 4265 .hword 4097 .zero 4 .xword .LC9683 .xword .LC9 .hword 4265 .hword 4098 .zero 4 .xword .LC9684 .xword .LC9 .hword 4265 .hword 4099 .zero 4 .xword .LC9685 .xword .LC9 .hword 4265 .hword 4100 .zero 4 .xword .LC9686 .xword .LC9 .hword 4265 .hword 4101 .zero 4 .xword .LC9687 .xword .LC9 .hword 4265 .hword 4102 .zero 4 .xword .LC9688 .xword .LC9 .hword 4265 .hword 4103 .zero 4 .xword .LC9689 .xword .LC9 .hword 4265 .hword 4104 .zero 4 .xword .LC9690 .xword .LC9 .hword 4265 .hword 8193 .zero 4 .xword .LC9 .xword .LC9691 .hword 4265 .hword 8194 .zero 4 .xword .LC9692 .xword .LC9 .hword 4265 .hword -32767 .zero 4 .xword .LC9693 .xword .LC9 .hword 4265 .hword -32766 .zero 4 .xword .LC9694 .xword .LC9 .hword 4267 .hword 4101 .zero 4 .xword .LC9695 .xword .LC9696 .hword 4267 .hword 4103 .zero 4 .xword .LC9695 .xword .LC9697 .hword 4267 .hword -32634 .zero 4 .xword .LC3582 .xword .LC9698 .hword 4269 .hword 1 .zero 4 .xword .LC8465 .xword .LC9584 .hword 4269 .hword 259 .zero 4 .xword .LC9699 .xword .LC9700 .hword 4269 .hword 261 .zero 4 .xword .LC9701 .xword .LC9702 .hword 4269 .hword 1381 .zero 4 .xword .LC9703 .xword .LC9704 .hword -24335 .hword -26506 .zero 4 .xword .LC5509 .xword .LC5509 .hword 4277 .hword 804 .zero 4 .xword .LC9 .xword .LC9 .hword 4277 .hword 1152 .zero 4 .xword .LC9705 .xword .LC9706 .hword 4277 .hword 2400 .zero 4 .xword .LC9707 .xword .LC9708 .hword 4277 .hword 4144 .zero 4 .xword .LC9709 .xword .LC9710 .hword 4277 .hword 4180 .zero 4 .xword .LC9711 .xword .LC9712 .hword 4277 .hword 4216 .zero 4 .xword .LC9713 .xword .LC9714 .hword 4277 .hword 4355 .zero 4 .xword .LC9713 .xword .LC9715 .hword 4277 .hword 4422 .zero 4 .xword .LC9713 .xword .LC9716 .hword 4277 .hword 4423 .zero 4 .xword .LC9713 .xword .LC9717 .hword 4277 .hword 4433 .zero 4 .xword .LC9718 .xword .LC9710 .hword 4277 .hword 4434 .zero 4 .xword .LC9718 .xword .LC9710 .hword 4277 .hword 10020 .zero 4 .xword .LC9 .xword .LC9719 .hword 4277 .hword 10056 .zero 4 .xword .LC9720 .xword .LC9721 .hword 4277 .hword 12289 .zero 4 .xword .LC9722 .xword .LC9723 .hword 4277 .hword 21510 .zero 4 .xword .LC9724 .xword .LC9725 .hword 4277 .hword 22017 .zero 4 .xword .LC9726 .xword .LC9727 .hword 4277 .hword 25888 .zero 4 .xword .LC9728 .xword .LC9729 .hword 4277 .hword 27340 .zero 4 .xword .LC9730 .xword .LC9731 .hword 4277 .hword -32495 .zero 4 .xword .LC9732 .xword .LC9733 .hword 4277 .hword -32494 .zero 4 .xword .LC9734 .xword .LC9735 .hword 4277 .hword -31480 .zero 4 .xword .LC9736 .xword .LC9737 .hword 4277 .hword -31479 .zero 4 .xword .LC9738 .xword .LC9739 .hword 4277 .hword -31466 .zero 4 .xword .LC9740 .xword .LC9741 .hword 4277 .hword -31464 .zero 4 .xword .LC9742 .xword .LC9743 .hword 4277 .hword -31438 .zero 4 .xword .LC9744 .xword .LC9741 .hword 4277 .hword -31416 .zero 4 .xword .LC9745 .xword .LC9746 .hword 4277 .hword -31223 .zero 4 .xword .LC9747 .xword .LC9748 .hword 4277 .hword -31132 .zero 4 .xword .LC9749 .xword .LC9750 .hword 4277 .hword -30904 .zero 4 .xword .LC9751 .xword .LC9752 .hword 4277 .hword -28624 .zero 4 .xword .LC9730 .xword .LC9753 .hword 4277 .hword -28618 .zero 4 .xword .LC9754 .xword .LC9755 .hword 4277 .hword -28592 .zero 4 .xword .LC9713 .xword .LC9756 .hword 4277 .hword -28590 .zero 4 .xword .LC9757 .xword .LC9758 .hword 4277 .hword -28588 .zero 4 .xword .LC2517 .xword .LC9759 .hword 4277 .hword -28586 .zero 4 .xword .LC9760 .xword .LC9761 .hword 4277 .hword -28576 .zero 4 .xword .LC9762 .xword .LC9763 .hword 4277 .hword -28563 .zero 4 .xword .LC9764 .xword .LC9763 .hword 4277 .hword -28562 .zero 4 .xword .LC9765 .xword .LC9763 .hword 4277 .hword -28544 .zero 4 .xword .LC9766 .xword .LC9767 .hword 4278 .hword 1 .zero 4 .xword .LC9768 .xword .LC9769 .hword 4278 .hword 2 .zero 4 .xword .LC9768 .xword .LC9770 .hword 4278 .hword 3 .zero 4 .xword .LC9768 .xword .LC9771 .hword 4278 .hword 4 .zero 4 .xword .LC9 .xword .LC9772 .hword 4278 .hword 6 .zero 4 .xword .LC9 .xword .LC9773 .hword 4278 .hword 7 .zero 4 .xword .LC9774 .xword .LC9 .hword 4278 .hword 9 .zero 4 .xword .LC9 .xword .LC9775 .hword 4278 .hword 10 .zero 4 .xword .LC9 .xword .LC9776 .hword 4278 .hword 11 .zero 4 .xword .LC9 .xword .LC9777 .hword 4278 .hword 4096 .zero 4 .xword .LC9778 .xword .LC9779 .hword 4278 .hword 4097 .zero 4 .xword .LC9780 .xword .LC9779 .hword 4278 .hword 4098 .zero 4 .xword .LC9780 .xword .LC2866 .hword 4279 .hword 1 .zero 4 .xword .LC9781 .xword .LC9782 .hword 4279 .hword 19 .zero 4 .xword .LC9783 .xword .LC9784 .hword 4279 .hword 4096 .zero 4 .xword .LC9785 .xword .LC9786 .hword 4279 .hword 4102 .zero 4 .xword .LC9787 .xword .LC9788 .hword 4279 .hword 4103 .zero 4 .xword .LC9789 .xword .LC9790 .hword 4279 .hword 5888 .zero 4 .xword .LC9791 .xword .LC9792 .hword 4279 .hword 7967 .zero 4 .xword .LC9793 .xword .LC9794 .hword 4279 .hword 13200 .zero 4 .xword .LC9795 .xword .LC9796 .hword 4279 .hword 13712 .zero 4 .xword .LC9797 .xword .LC9798 .hword 4279 .hword 17664 .zero 4 .xword .LC9799 .xword .LC579 .hword 4279 .hword 20565 .zero 4 .xword .LC9800 .xword .LC9801 .hword 4279 .hword 20567 .zero 4 .xword .LC9802 .xword .LC9803 .hword 4279 .hword 20823 .zero 4 .xword .LC9804 .xword .LC9803 .hword 4279 .hword 21079 .zero 4 .xword .LC9805 .xword .LC9806 .hword 4279 .hword 22784 .zero 4 .xword .LC9807 .xword .LC9808 .hword 4279 .hword 22816 .zero 4 .xword .LC9809 .xword .LC9810 .hword 4279 .hword 22864 .zero 4 .xword .LC9811 .xword .LC9812 .hword 4279 .hword 22865 .zero 4 .xword .LC9813 .xword .LC9814 .hword 4279 .hword 22866 .zero 4 .xword .LC9813 .xword .LC9815 .hword 4279 .hword 22896 .zero 4 .xword .LC9816 .xword .LC9817 .hword 4279 .hword 23383 .zero 4 .xword .LC9813 .xword .LC9818 .hword 4279 .hword 24661 .zero 4 .xword .LC9789 .xword .LC9819 .hword 4279 .hword 24662 .zero 4 .xword .LC9820 .xword .LC9821 .hword 4279 .hword 25952 .zero 4 .xword .LC9822 .xword .LC9823 .hword 4279 .hword 25953 .zero 4 .xword .LC9824 .xword .LC9825 .hword 4279 .hword 25954 .zero 4 .xword .LC9826 .xword .LC9823 .hword 4279 .hword 25955 .zero 4 .xword .LC9827 .xword .LC9825 .hword 4279 .hword 25956 .zero 4 .xword .LC9826 .xword .LC9823 .hword 4279 .hword 25957 .zero 4 .xword .LC9828 .xword .LC9829 .hword 4279 .hword 30278 .zero 4 .xword .LC9830 .xword .LC9831 .hword 4279 .hword 30576 .zero 4 .xword .LC3271 .xword .LC9832 .hword 4279 .hword -30703 .zero 4 .xword .LC9 .xword .LC9833 .hword 4279 .hword -28672 .zero 4 .xword .LC9834 .xword .LC9835 .hword 4279 .hword -28671 .zero 4 .xword .LC9836 .xword .LC9837 .hword 4279 .hword -28668 .zero 4 .xword .LC9834 .xword .LC9838 .hword 4279 .hword -28667 .zero 4 .xword .LC9839 .xword .LC9840 .hword 4279 .hword -28666 .zero 4 .xword .LC9841 .xword .LC9842 .hword 4279 .hword -28662 .zero 4 .xword .LC9843 .xword .LC9844 .hword 4279 .hword -28607 .zero 4 .xword .LC9845 .xword .LC9846 .hword 4279 .hword -28592 .zero 4 .xword .LC9847 .xword .LC9848 .hword 4279 .hword -28591 .zero 4 .xword .LC9845 .xword .LC9846 .hword 4279 .hword -28587 .zero 4 .xword .LC9849 .xword .LC9850 .hword 4279 .hword -28586 .zero 4 .xword .LC9851 .xword .LC9852 .hword 4279 .hword -28584 .zero 4 .xword .LC9853 .xword .LC9854 .hword 4279 .hword -28582 .zero 4 .xword .LC9855 .xword .LC9856 .hword 4279 .hword -28160 .zero 4 .xword .LC9857 .xword .LC9858 .hword 4279 .hword -28159 .zero 4 .xword .LC9859 .xword .LC9860 .hword 4279 .hword -28158 .zero 4 .xword .LC9859 .xword .LC9861 .hword 4279 .hword -28144 .zero 4 .xword .LC9862 .xword .LC9860 .hword 4279 .hword -27904 .zero 4 .xword .LC9863 .xword .LC9864 .hword 4279 .hword -26624 .zero 4 .xword .LC9865 .xword .LC9866 .hword 4279 .hword -26619 .zero 4 .xword .LC9865 .xword .LC9867 .hword 4279 .hword -26506 .zero 4 .xword .LC9859 .xword .LC9861 .hword 4279 .hword -26366 .zero 4 .xword .LC9868 .xword .LC9869 .hword 4279 .hword -26365 .zero 4 .xword .LC9870 .xword .LC9869 .hword 4279 .hword -26363 .zero 4 .xword .LC9871 .xword .LC9872 .hword 4279 .hword -26360 .zero 4 .xword .LC9873 .xword .LC9874 .hword 4279 .hword -26359 .zero 4 .xword .LC9875 .xword .LC9874 .hword 4279 .hword -12284 .zero 4 .xword .LC9876 .xword .LC9877 .hword 4280 .hword 5 .zero 4 .xword .LC9878 .xword .LC9879 .hword 4280 .hword 6 .zero 4 .xword .LC9880 .xword .LC9881 .hword 4280 .hword 4096 .zero 4 .xword .LC9882 .xword .LC9883 .hword 4280 .hword 4097 .zero 4 .xword .LC9884 .xword .LC9883 .hword 4280 .hword -24559 .zero 4 .xword .LC9885 .xword .LC9886 .hword 4280 .hword -20218 .zero 4 .xword .LC9887 .xword .LC2544 .hword 4281 .hword 257 .zero 4 .xword .LC9888 .xword .LC9889 .hword 4281 .hword 258 .zero 4 .xword .LC9888 .xword .LC9889 .hword 4281 .hword 273 .zero 4 .xword .LC9890 .xword .LC9891 .hword 4281 .hword 1920 .zero 4 .xword .LC3271 .xword .LC9099 .hword 4281 .hword 1922 .zero 4 .xword .LC3271 .xword .LC9099 .hword 4281 .hword 4281 .zero 4 .xword .LC9892 .xword .LC9893 .hword 4281 .hword 4302 .zero 4 .xword .LC9894 .xword .LC5753 .hword 4281 .hword 5173 .zero 4 .xword .LC7655 .xword .LC8696 .hword 4281 .hword 5189 .zero 4 .xword .LC7657 .xword .LC9895 .hword 4281 .hword 5193 .zero 4 .xword .LC7659 .xword .LC7192 .hword 4281 .hword 5201 .zero 4 .xword .LC7660 .xword .LC9896 .hword 4281 .hword 5217 .zero 4 .xword .LC7662 .xword .LC7663 .hword 4281 .hword 5257 .zero 4 .xword .LC7664 .xword .LC8043 .hword 4281 .hword 5393 .zero 4 .xword .LC9897 .xword .LC9898 .hword 4281 .hword 5395 .zero 4 .xword .LC7667 .xword .LC9899 .hword 4281 .hword 5409 .zero 4 .xword .LC7668 .xword .LC9900 .hword 4281 .hword 5411 .zero 4 .xword .LC7669 .xword .LC7192 .hword 4281 .hword 5427 .zero 4 .xword .LC9901 .xword .LC7674 .hword 4281 .hword 5429 .zero 4 .xword .LC9902 .xword .LC7192 .hword 4281 .hword 5441 .zero 4 .xword .LC7675 .xword .LC9903 .hword 4281 .hword 5443 .zero 4 .xword .LC9904 .xword .LC9905 .hword 4281 .hword 5473 .zero 4 .xword .LC7681 .xword .LC7541 .hword 4281 .hword 5475 .zero 4 .xword .LC9906 .xword .LC9907 .hword 4281 .hword 5682 .zero 4 .xword .LC9908 .xword .LC7541 .hword 4281 .hword 5697 .zero 4 .xword .LC7687 .xword .LC6163 .hword 4281 .hword 5700 .zero 4 .xword .LC9909 .xword .LC9910 .hword 4281 .hword 5702 .zero 4 .xword .LC9911 .xword .LC9910 .hword 4281 .hword 5703 .zero 4 .xword .LC9912 .xword .LC6163 .hword 4281 .hword 5713 .zero 4 .xword .LC9913 .xword .LC6163 .hword 4281 .hword 5729 .zero 4 .xword .LC9914 .xword .LC9910 .hword 4281 .hword 5735 .zero 4 .xword .LC9915 .xword .LC9910 .hword 4281 .hword 5745 .zero 4 .xword .LC9916 .xword .LC9917 .hword 4281 .hword 5746 .zero 4 .xword .LC9918 .xword .LC9910 .hword 4281 .hword 5761 .zero 4 .xword .LC9919 .xword .LC9920 .hword 4281 .hword 5767 .zero 4 .xword .LC9921 .xword .LC9922 .hword 4281 .hword 6217 .zero 4 .xword .LC9923 .xword .LC9924 .hword 4281 .hword 12609 .zero 4 .xword .LC7689 .xword .LC3110 .hword 4281 .hword 12611 .zero 4 .xword .LC7690 .xword .LC3110 .hword 4281 .hword 12613 .zero 4 .xword .LC7691 .xword .LC3110 .hword 4281 .hword 12615 .zero 4 .xword .LC7692 .xword .LC3110 .hword 4281 .hword 12617 .zero 4 .xword .LC7693 .xword .LC3110 .hword 4281 .hword 12625 .zero 4 .xword .LC7694 .xword .LC3110 .hword 4281 .hword 13063 .zero 4 .xword .LC7695 .xword .LC7696 .hword 4281 .hword 13065 .zero 4 .xword .LC7697 .xword .LC7698 .hword 4281 .hword 9251 .zero 4 .xword .LC9925 .xword .LC9926 .hword 4281 .hword 21010 .zero 4 .xword .LC7699 .xword .LC9 .hword 4281 .hword 21013 .zero 4 .xword .LC9927 .xword .LC9584 .hword 4281 .hword 21015 .zero 4 .xword .LC9928 .xword .LC9929 .hword 4281 .hword 21017 .zero 4 .xword .LC9930 .xword .LC9931 .hword 4281 .hword 21029 .zero 4 .xword .LC7703 .xword .LC2835 .hword 4281 .hword 21032 .zero 4 .xword .LC9906 .xword .LC9932 .hword 4281 .hword 21033 .zero 4 .xword .LC9933 .xword .LC3841 .hword 4281 .hword 21033 .zero 4 .xword .LC2867 .xword .LC9934 .hword 4281 .hword 21033 .zero 4 .xword .LC2867 .xword .LC9935 .hword 4281 .hword 21033 .zero 4 .xword .LC2867 .xword .LC9936 .hword 4281 .hword 21033 .zero 4 .xword .LC2867 .xword .LC9937 .hword 4281 .hword 21033 .zero 4 .xword .LC9938 .xword .LC9939 .hword 4281 .hword 21045 .zero 4 .xword .LC7683 .xword .LC9940 .hword 4281 .hword 21046 .zero 4 .xword .LC9941 .xword .LC9942 .hword 4281 .hword 21047 .zero 4 .xword .LC9943 .xword .LC9944 .hword 4281 .hword 21049 .zero 4 .xword .LC9945 .xword .LC9946 .hword 4281 .hword 21065 .zero 4 .xword .LC9947 .xword .LC9948 .hword 4281 .hword 21073 .zero 4 .xword .LC9949 .xword .LC9950 .hword 4281 .hword 21075 .zero 4 .xword .LC9951 .xword .LC9950 .hword 4281 .hword 21089 .zero 4 .xword .LC9952 .xword .LC3253 .hword 4281 .hword 21091 .zero 4 .xword .LC9953 .xword .LC9954 .hword 4281 .hword 1320 .zero 4 .xword .LC9923 .xword .LC9924 .hword 4281 .hword 21121 .zero 4 .xword .LC9955 .xword .LC9956 .hword 4281 .hword 21126 .zero 4 .xword .LC9957 .xword .LC5761 .hword 4281 .hword 21127 .zero 4 .xword .LC9958 .xword .LC9959 .hword 4281 .hword 21128 .zero 4 .xword .LC9960 .xword .LC9961 .hword 4281 .hword 21129 .zero 4 .xword .LC9962 .xword .LC9963 .hword 4281 .hword 21584 .zero 4 .xword .LC9964 .xword .LC9965 .hword 4281 .hword 21585 .zero 4 .xword .LC7711 .xword .LC9966 .hword 4281 .hword 21589 .zero 4 .xword .LC9967 .xword .LC3915 .hword 4281 .hword 21591 .zero 4 .xword .LC9968 .xword .LC9969 .hword 4281 .hword 21593 .zero 4 .xword .LC9970 .xword .LC9971 .hword 4281 .hword 21601 .zero 4 .xword .LC5772 .xword .LC3306 .hword 4281 .hword 21617 .zero 4 .xword .LC9967 .xword .LC9972 .hword 4281 .hword 21619 .zero 4 .xword .LC9967 .xword .LC9973 .hword 4281 .hword 28929 .zero 4 .xword .LC7715 .xword .LC4396 .hword 4281 .hword 29809 .zero 4 .xword .LC9967 .xword .LC9972 .hword 4281 .hword -26506 .zero 4 .xword .LC9974 .xword .LC9975 .hword -23975 .hword 12344 .zero 4 .xword .LC3974 .xword .LC9976 .hword 4282 .hword 772 .zero 4 .xword .LC9 .xword .LC3110 .hword 4285 .hword 2051 .zero 4 .xword .LC9977 .xword .LC9978 .hword 4285 .hword 3636 .zero 4 .xword .LC9979 .xword .LC9980 .hword 4285 .hword 21056 .zero 4 .xword .LC9981 .xword .LC9982 .hword 4285 .hword 21057 .zero 4 .xword .LC3090 .xword .LC3598 .hword 4285 .hword 21058 .zero 4 .xword .LC9 .xword .LC9983 .hword 4285 .hword 21059 .zero 4 .xword .LC5542 .xword .LC9984 .hword 4285 .hword 21060 .zero 4 .xword .LC9 .xword .LC9985 .hword 4285 .hword -32458 .zero 4 .xword .LC9986 .xword .LC9986 .hword 4285 .hword -32455 .zero 4 .xword .LC9987 .xword .LC9988 .hword 4291 .hword -30432 .zero 4 .xword .LC9989 .xword .LC9990 .hword 4291 .hword -30427 .zero 4 .xword .LC9 .xword .LC9 .hword -22745 .hword 19 .zero 4 .xword .LC9783 .xword .LC9991 .hword 4292 .hword -31901 .zero 4 .xword .LC9992 .xword .LC9993 .hword 4292 .hword -5536 .zero 4 .xword .LC9994 .xword .LC9995 .hword 4296 .hword 4 .zero 4 .xword .LC9996 .xword .LC9997 .hword 4296 .hword 0 .zero 4 .xword .LC9998 .xword .LC9999 .hword 4296 .hword 3 .zero 4 .xword .LC10000 .xword .LC10001 .hword 4296 .hword 4 .zero 4 .xword .LC10002 .xword .LC9997 .hword 4296 .hword 5 .zero 4 .xword .LC10003 .xword .LC10004 .hword 4296 .hword 6 .zero 4 .xword .LC10005 .xword .LC10006 .hword 4296 .hword 22 .zero 4 .xword .LC10007 .xword .LC10008 .hword 4296 .hword 37 .zero 4 .xword .LC10009 .xword .LC10010 .hword 4296 .hword 131 .zero 4 .xword .LC9998 .xword .LC10011 .hword 4296 .hword -32763 .zero 4 .xword .LC10003 .xword .LC10012 .hword 4296 .hword -32762 .zero 4 .xword .LC10005 .xword .LC10013 .hword 4296 .hword -32746 .zero 4 .xword .LC10007 .xword .LC10014 .hword 4298 .hword -26506 .zero 4 .xword .LC10015 .xword .LC10016 .hword 4301 .hword 4352 .zero 4 .xword .LC10017 .xword .LC10018 .hword 4301 .hword 4608 .zero 4 .xword .LC10019 .xword .LC10020 .hword 4301 .hword 4864 .zero 4 .xword .LC10021 .xword .LC10021 .hword 4301 .hword 8960 .zero 4 .xword .LC10022 .xword .LC10023 .hword 4301 .hword 9472 .zero 4 .xword .LC10024 .xword .LC10025 .hword 4301 .hword 16384 .zero 4 .xword .LC10026 .xword .LC10027 .hword 4303 .hword 4293 .zero 4 .xword .LC10028 .xword .LC10029 .hword 4303 .hword 8193 .zero 4 .xword .LC10030 .xword .LC10031 .hword 4303 .hword 8194 .zero 4 .xword .LC10032 .xword .LC10033 .hword 4303 .hword 8197 .zero 4 .xword .LC10034 .xword .LC10035 .hword 4303 .hword 8204 .zero 4 .xword .LC10034 .xword .LC10036 .hword 4303 .hword 8208 .zero 4 .xword .LC9 .xword .LC10037 .hword 4303 .hword 8209 .zero 4 .xword .LC10038 .xword .LC10039 .hword 4303 .hword 8217 .zero 4 .xword .LC10040 .xword .LC10041 .hword 4303 .hword 8222 .zero 4 .xword .LC10042 .xword .LC10043 .hword 4303 .hword 8234 .zero 4 .xword .LC10044 .xword .LC10044 .hword 4303 .hword 8235 .zero 4 .xword .LC10045 .xword .LC10046 .hword 4310 .hword -175 .zero 4 .xword .LC10047 .xword .LC10048 .hword 4310 .hword -154 .zero 4 .xword .LC10047 .xword .LC10048 .hword 5720 .hword 1796 .zero 4 .xword .LC10049 .xword .LC10050 .hword 4313 .hword 102 .zero 4 .xword .LC10051 .xword .LC10052 .hword 4313 .hword 1298 .zero 4 .xword .LC10053 .xword .LC8902 .hword 4313 .hword 1329 .zero 4 .xword .LC2642 .xword .LC2643 .hword 4313 .hword 1330 .zero 4 .xword .LC10054 .xword .LC10055 .hword 4313 .hword 1363 .zero 4 .xword .LC10056 .xword .LC2830 .hword 4313 .hword -31195 .zero 4 .xword .LC10057 .xword .LC10058 .hword 4313 .hword -31194 .zero 4 .xword .LC10059 .xword .LC10060 .hword 4313 .hword -31193 .zero 4 .xword .LC10061 .xword .LC10062 .hword 4313 .hword -30584 .zero 4 .xword .LC10057 .xword .LC10063 .hword 4313 .hword -16107 .zero 4 .xword .LC10064 .xword .LC10065 .hword 4316 .hword 1 .zero 4 .xword .LC10066 .xword .LC10067 .hword 4316 .hword 2 .zero 4 .xword .LC10068 .xword .LC10069 .hword 4316 .hword 4 .zero 4 .xword .LC10070 .xword .LC10071 .hword 4316 .hword 16 .zero 4 .xword .LC10072 .xword .LC10073 .hword 4316 .hword 17 .zero 4 .xword .LC10074 .xword .LC10075 .hword 4316 .hword 18 .zero 4 .xword .LC10076 .xword .LC10077 .hword 4316 .hword 33 .zero 4 .xword .LC9 .xword .LC10078 .hword 4316 .hword 34 .zero 4 .xword .LC9 .xword .LC10079 .hword 4316 .hword 51 .zero 4 .xword .LC10080 .xword .LC10081 .hword 4316 .hword 257 .zero 4 .xword .LC10082 .xword .LC10083 .hword 4316 .hword 362 .zero 4 .xword .LC10084 .xword .LC10085 .hword 4316 .hword 4316 .zero 4 .xword .LC10068 .xword .LC10086 .hword 4316 .hword 769 .zero 4 .xword .LC10087 .xword .LC10088 .hword 4316 .hword 804 .zero 4 .xword .LC10089 .xword .LC10090 .hword 4316 .hword -32634 .zero 4 .xword .LC10091 .xword .LC10092 .hword 4317 .hword 1 .zero 4 .xword .LC9 .xword .LC10093 .hword 4318 .hword 1263 .zero 4 .xword .LC10094 .xword .LC10095 .hword 4318 .hword 1 .zero 4 .xword .LC10096 .xword .LC10097 .hword 4318 .hword 2 .zero 4 .xword .LC10098 .xword .LC10099 .hword 4318 .hword 3 .zero 4 .xword .LC10100 .xword .LC10101 .hword 4318 .hword 6 .zero 4 .xword .LC448 .xword .LC10102 .hword 4318 .hword 8 .zero 4 .xword .LC10103 .xword .LC10104 .hword 4318 .hword 9 .zero 4 .xword .LC10103 .xword .LC10104 .hword 4318 .hword 11 .zero 4 .xword .LC10105 .xword .LC10106 .hword 4318 .hword 16 .zero 4 .xword .LC10107 .xword .LC10108 .hword 4318 .hword 17 .zero 4 .xword .LC10109 .xword .LC10110 .hword 4318 .hword 24 .zero 4 .xword .LC10094 .xword .LC10095 .hword 4318 .hword 25 .zero 4 .xword .LC10094 .xword .LC10111 .hword 4318 .hword 29 .zero 4 .xword .LC10112 .xword .LC10113 .hword 4318 .hword 32 .zero 4 .xword .LC10114 .xword .LC10115 .hword 4318 .hword 40 .zero 4 .xword .LC10116 .xword .LC10117 .hword 4318 .hword 40 .zero 4 .xword .LC10118 .xword .LC10119 .hword 4318 .hword 41 .zero 4 .xword .LC2466 .xword .LC10120 .hword 4318 .hword 42 .zero 4 .xword .LC10121 .xword .LC10122 .hword 4318 .hword 43 .zero 4 .xword .LC10123 .xword .LC10124 .hword 4318 .hword 44 .zero 4 .xword .LC2466 .xword .LC10125 .hword 4318 .hword 45 .zero 4 .xword .LC2466 .xword .LC10126 .hword 4318 .hword 46 .zero 4 .xword .LC10127 .xword .LC10128 .hword 4318 .hword 47 .zero 4 .xword .LC10127 .xword .LC10128 .hword 4318 .hword 53 .zero 4 .xword .LC10129 .xword .LC10130 .hword 4318 .hword 54 .zero 4 .xword .LC10129 .xword .LC10131 .hword 4318 .hword 62 .zero 4 .xword .LC10129 .xword .LC10131 .hword 4318 .hword 64 .zero 4 .xword .LC10132 .xword .LC10133 .hword 4318 .hword 65 .zero 4 .xword .LC10132 .xword .LC10134 .hword 4318 .hword 66 .zero 4 .xword .LC10132 .xword .LC10135 .hword 4318 .hword 67 .zero 4 .xword .LC10132 .xword .LC10136 .hword 4318 .hword 68 .zero 4 .xword .LC10132 .xword .LC10137 .hword 4318 .hword 69 .zero 4 .xword .LC10132 .xword .LC10138 .hword 4318 .hword 70 .zero 4 .xword .LC10139 .xword .LC10138 .hword 4318 .hword 71 .zero 4 .xword .LC10132 .xword .LC10140 .hword 4318 .hword 72 .zero 4 .xword .LC10132 .xword .LC10137 .hword 4318 .hword 73 .zero 4 .xword .LC10132 .xword .LC10141 .hword 4318 .hword 77 .zero 4 .xword .LC10132 .xword .LC10142 .hword 4318 .hword 78 .zero 4 .xword .LC10132 .xword .LC10143 .hword 4318 .hword 82 .zero 4 .xword .LC10144 .xword .LC10145 .hword 4318 .hword 83 .zero 4 .xword .LC10146 .xword .LC10147 .hword 4318 .hword 84 .zero 4 .xword .LC10146 .xword .LC10148 .hword 4318 .hword 85 .zero 4 .xword .LC10146 .xword .LC10148 .hword 4318 .hword 87 .zero 4 .xword .LC10146 .xword .LC10149 .hword 4318 .hword 89 .zero 4 .xword .LC10150 .xword .LC10151 .hword 4318 .hword 94 .zero 4 .xword .LC10152 .xword .LC10153 .hword 4318 .hword 96 .zero 4 .xword .LC10154 .xword .LC2851 .hword 4318 .hword 100 .zero 4 .xword .LC10155 .xword .LC3780 .hword 4318 .hword 101 .zero 4 .xword .LC10156 .xword .LC10157 .hword 4318 .hword 102 .zero 4 .xword .LC10158 .xword .LC10159 .hword 4318 .hword 103 .zero 4 .xword .LC10160 .xword .LC10161 .hword 4318 .hword 104 .zero 4 .xword .LC10160 .xword .LC10162 .hword 4318 .hword 106 .zero 4 .xword .LC10163 .xword .LC10164 .hword 4318 .hword 107 .zero 4 .xword .LC10165 .xword .LC10166 .hword 4318 .hword 108 .zero 4 .xword .LC10167 .xword .LC2639 .hword 4318 .hword 109 .zero 4 .xword .LC10168 .xword .LC10169 .hword 4318 .hword 110 .zero 4 .xword .LC10158 .xword .LC10170 .hword 4318 .hword 133 .zero 4 .xword .LC10171 .xword .LC10172 .hword 4318 .hword 140 .zero 4 .xword .LC10173 .xword .LC10174 .hword 4318 .hword 142 .zero 4 .xword .LC10171 .xword .LC10175 .hword 4318 .hword 144 .zero 4 .xword .LC10176 .xword .LC10177 .hword 4318 .hword 145 .zero 4 .xword .LC10176 .xword .LC10177 .hword 4318 .hword 146 .zero 4 .xword .LC10176 .xword .LC10178 .hword 4318 .hword 147 .zero 4 .xword .LC10176 .xword .LC10179 .hword 4318 .hword 148 .zero 4 .xword .LC10176 .xword .LC10180 .hword 4318 .hword 149 .zero 4 .xword .LC10176 .xword .LC10181 .hword 4318 .hword 152 .zero 4 .xword .LC10176 .xword .LC10182 .hword 4318 .hword 153 .zero 4 .xword .LC10176 .xword .LC10183 .hword 4318 .hword 156 .zero 4 .xword .LC10176 .xword .LC10184 .hword 4318 .hword 157 .zero 4 .xword .LC10176 .xword .LC10185 .hword 4318 .hword 158 .zero 4 .xword .LC10176 .xword .LC10186 .hword 4318 .hword 160 .zero 4 .xword .LC10187 .xword .LC10188 .hword 4318 .hword 192 .zero 4 .xword .LC10189 .xword .LC10140 .hword 4318 .hword 193 .zero 4 .xword .LC10189 .xword .LC10134 .hword 4318 .hword 194 .zero 4 .xword .LC10189 .xword .LC10190 .hword 4318 .hword 195 .zero 4 .xword .LC10189 .xword .LC10137 .hword 4318 .hword 200 .zero 4 .xword .LC10191 .xword .LC10192 .hword 4318 .hword 201 .zero 4 .xword .LC10189 .xword .LC10193 .hword 4318 .hword 204 .zero 4 .xword .LC10189 .xword .LC10194 .hword 4318 .hword 205 .zero 4 .xword .LC10189 .xword .LC10195 .hword 4318 .hword 206 .zero 4 .xword .LC10189 .xword .LC10196 .hword 4318 .hword 208 .zero 4 .xword .LC10197 .xword .LC4452 .hword 4318 .hword 209 .zero 4 .xword .LC10197 .xword .LC2845 .hword 4318 .hword 210 .zero 4 .xword .LC10198 .xword .LC4629 .hword 4318 .hword 212 .zero 4 .xword .LC10160 .xword .LC3780 .hword 4318 .hword 213 .zero 4 .xword .LC10199 .xword .LC10200 .hword 4318 .hword 214 .zero 4 .xword .LC10201 .xword .LC10202 .hword 4318 .hword 215 .zero 4 .xword .LC10203 .xword .LC10204 .hword 4318 .hword 216 .zero 4 .xword .LC10203 .xword .LC10205 .hword 4318 .hword 217 .zero 4 .xword .LC10197 .xword .LC10206 .hword 4318 .hword 218 .zero 4 .xword .LC10201 .xword .LC3799 .hword 4318 .hword 221 .zero 4 .xword .LC10203 .xword .LC4629 .hword 4318 .hword 223 .zero 4 .xword .LC10207 .xword .LC10208 .hword 4318 .hword 224 .zero 4 .xword .LC10209 .xword .LC3804 .hword 4318 .hword 225 .zero 4 .xword .LC10209 .xword .LC10210 .hword 4318 .hword 226 .zero 4 .xword .LC10211 .xword .LC7535 .hword 4318 .hword 227 .zero 4 .xword .LC10212 .xword .LC10213 .hword 4318 .hword 228 .zero 4 .xword .LC10214 .xword .LC10215 .hword 4318 .hword 229 .zero 4 .xword .LC10209 .xword .LC10216 .hword 4318 .hword 231 .zero 4 .xword .LC10209 .xword .LC10217 .hword 4318 .hword 232 .zero 4 .xword .LC10209 .xword .LC10218 .hword 4318 .hword 234 .zero 4 .xword .LC10219 .xword .LC10220 .hword 4318 .hword 237 .zero 4 .xword .LC10221 .xword .LC6410 .hword 4318 .hword 238 .zero 4 .xword .LC10212 .xword .LC10213 .hword 4318 .hword 240 .zero 4 .xword .LC10222 .xword .LC10223 .hword 4318 .hword 241 .zero 4 .xword .LC10222 .xword .LC10224 .hword 4318 .hword 242 .zero 4 .xword .LC10222 .xword .LC10225 .hword 4318 .hword 243 .zero 4 .xword .LC10222 .xword .LC10226 .hword 4318 .hword 244 .zero 4 .xword .LC10222 .xword .LC10227 .hword 4318 .hword 245 .zero 4 .xword .LC10222 .xword .LC10179 .hword 4318 .hword 246 .zero 4 .xword .LC10222 .xword .LC10228 .hword 4318 .hword 248 .zero 4 .xword .LC10222 .xword .LC10229 .hword 4318 .hword 249 .zero 4 .xword .LC10222 .xword .LC10230 .hword 4318 .hword 250 .zero 4 .xword .LC10222 .xword .LC10231 .hword 4318 .hword 251 .zero 4 .xword .LC10222 .xword .LC10232 .hword 4318 .hword 252 .zero 4 .xword .LC10222 .xword .LC10233 .hword 4318 .hword 253 .zero 4 .xword .LC10222 .xword .LC10234 .hword 4318 .hword 254 .zero 4 .xword .LC10222 .xword .LC10235 .hword 4318 .hword 255 .zero 4 .xword .LC10222 .xword .LC10236 .hword 4318 .hword 256 .zero 4 .xword .LC10237 .xword .LC10238 .hword 4318 .hword 257 .zero 4 .xword .LC10237 .xword .LC10239 .hword 4318 .hword 258 .zero 4 .xword .LC10237 .xword .LC10240 .hword 4318 .hword 259 .zero 4 .xword .LC10237 .xword .LC10241 .hword 4318 .hword 272 .zero 4 .xword .LC10242 .xword .LC10243 .hword 4318 .hword 273 .zero 4 .xword .LC10244 .xword .LC10245 .hword 4318 .hword 274 .zero 4 .xword .LC10246 .xword .LC10247 .hword 4318 .hword 274 .zero 4 .xword .LC3271 .xword .LC10248 .hword 4318 .hword 275 .zero 4 .xword .LC10244 .xword .LC10249 .hword 4318 .hword 320 .zero 4 .xword .LC10250 .xword .LC10224 .hword 4318 .hword 321 .zero 4 .xword .LC10250 .xword .LC10251 .hword 4318 .hword 322 .zero 4 .xword .LC10250 .xword .LC10252 .hword 4318 .hword 323 .zero 4 .xword .LC10250 .xword .LC10253 .hword 4318 .hword 324 .zero 4 .xword .LC10250 .xword .LC10254 .hword 4318 .hword 325 .zero 4 .xword .LC10250 .xword .LC10255 .hword 4318 .hword 326 .zero 4 .xword .LC10250 .xword .LC10256 .hword 4318 .hword 327 .zero 4 .xword .LC10250 .xword .LC10257 .hword 4318 .hword 328 .zero 4 .xword .LC10250 .xword .LC10254 .hword 4318 .hword 329 .zero 4 .xword .LC10250 .xword .LC10258 .hword 4318 .hword 330 .zero 4 .xword .LC10250 .xword .LC10259 .hword 4318 .hword 331 .zero 4 .xword .LC10250 .xword .LC10260 .hword 4318 .hword 332 .zero 4 .xword .LC10250 .xword .LC10261 .hword 4318 .hword 333 .zero 4 .xword .LC10250 .xword .LC10262 .hword 4318 .hword 334 .zero 4 .xword .LC10250 .xword .LC10263 .hword 4318 .hword 335 .zero 4 .xword .LC10250 .xword .LC10264 .hword 4318 .hword 336 .zero 4 .xword .LC10265 .xword .LC10266 .hword 4318 .hword 337 .zero 4 .xword .LC10265 .xword .LC10267 .hword 4318 .hword 338 .zero 4 .xword .LC10265 .xword .LC10268 .hword 4318 .hword 339 .zero 4 .xword .LC10265 .xword .LC10269 .hword 4318 .hword 22 .zero 4 .xword .LC2470 .xword .LC2470 .hword 4318 .hword 352 .zero 4 .xword .LC10270 .xword .LC10271 .hword 4318 .hword 353 .zero 4 .xword .LC10270 .xword .LC10272 .hword 4318 .hword 354 .zero 4 .xword .LC10270 .xword .LC10273 .hword 4318 .hword 355 .zero 4 .xword .LC10270 .xword .LC10274 .hword 4318 .hword 356 .zero 4 .xword .LC10270 .xword .LC10275 .hword 4318 .hword 357 .zero 4 .xword .LC10270 .xword .LC10276 .hword 4318 .hword 358 .zero 4 .xword .LC10270 .xword .LC10277 .hword 4318 .hword 359 .zero 4 .xword .LC10270 .xword .LC10278 .hword 4318 .hword 360 .zero 4 .xword .LC10270 .xword .LC10279 .hword 4318 .hword 361 .zero 4 .xword .LC10270 .xword .LC10280 .hword 4318 .hword 362 .zero 4 .xword .LC10270 .xword .LC10281 .hword 4318 .hword 363 .zero 4 .xword .LC10270 .xword .LC10282 .hword 4318 .hword 364 .zero 4 .xword .LC10270 .xword .LC10282 .hword 4318 .hword 365 .zero 4 .xword .LC10270 .xword .LC10282 .hword 4318 .hword 366 .zero 4 .xword .LC10270 .xword .LC10283 .hword 4318 .hword 368 .zero 4 .xword .LC10284 .xword .LC10285 .hword 4318 .hword 369 .zero 4 .xword .LC10284 .xword .LC10286 .hword 4318 .hword 370 .zero 4 .xword .LC10284 .xword .LC10287 .hword 4318 .hword 371 .zero 4 .xword .LC10284 .xword .LC10288 .hword 4318 .hword 372 .zero 4 .xword .LC10284 .xword .LC10289 .hword 4318 .hword 373 .zero 4 .xword .LC10284 .xword .LC10290 .hword 4318 .hword 374 .zero 4 .xword .LC10284 .xword .LC10291 .hword 4318 .hword 375 .zero 4 .xword .LC10284 .xword .LC10292 .hword 4318 .hword 376 .zero 4 .xword .LC10284 .xword .LC10293 .hword 4318 .hword 377 .zero 4 .xword .LC10294 .xword .LC10295 .hword 4318 .hword 378 .zero 4 .xword .LC10284 .xword .LC10296 .hword 4318 .hword 379 .zero 4 .xword .LC10297 .xword .LC10298 .hword 4318 .hword 380 .zero 4 .xword .LC10284 .xword .LC10299 .hword 4318 .hword 381 .zero 4 .xword .LC10284 .xword .LC10300 .hword 4318 .hword 385 .zero 4 .xword .LC10301 .xword .LC10302 .hword 4318 .hword 386 .zero 4 .xword .LC10301 .xword .LC10303 .hword 4318 .hword 387 .zero 4 .xword .LC10301 .xword .LC10304 .hword 4318 .hword 389 .zero 4 .xword .LC10301 .xword .LC10305 .hword 4318 .hword 390 .zero 4 .xword .LC10301 .xword .LC10306 .hword 4318 .hword 391 .zero 4 .xword .LC10301 .xword .LC10307 .hword 4318 .hword 392 .zero 4 .xword .LC10301 .xword .LC10308 .hword 4318 .hword 394 .zero 4 .xword .LC10301 .xword .LC10309 .hword 4318 .hword 395 .zero 4 .xword .LC10301 .xword .LC10310 .hword 4318 .hword 396 .zero 4 .xword .LC10301 .xword .LC10311 .hword 4318 .hword 397 .zero 4 .xword .LC10301 .xword .LC10306 .hword 4318 .hword 401 .zero 4 .xword .LC10312 .xword .LC10313 .hword 4318 .hword 403 .zero 4 .xword .LC10312 .xword .LC10314 .hword 4318 .hword 404 .zero 4 .xword .LC10312 .xword .LC10315 .hword 4318 .hword 407 .zero 4 .xword .LC10312 .xword .LC10316 .hword 4318 .hword 413 .zero 4 .xword .LC10312 .xword .LC10317 .hword 4318 .hword 414 .zero 4 .xword .LC10312 .xword .LC10318 .hword 4318 .hword 416 .zero 4 .xword .LC10319 .xword .LC10320 .hword 4318 .hword 420 .zero 4 .xword .LC10167 .xword .LC10321 .hword 4318 .hword 421 .zero 4 .xword .LC10167 .xword .LC10321 .hword 4318 .hword 422 .zero 4 .xword .LC10167 .xword .LC10321 .hword 4318 .hword 424 .zero 4 .xword .LC10322 .xword .LC10323 .hword 4318 .hword 425 .zero 4 .xword .LC10324 .xword .LC10325 .hword 4318 .hword 426 .zero 4 .xword .LC10326 .xword .LC10327 .hword 4318 .hword 427 .zero 4 .xword .LC10328 .xword .LC10327 .hword 4318 .hword 428 .zero 4 .xword .LC10329 .xword .LC3362 .hword 4318 .hword 429 .zero 4 .xword .LC10329 .xword .LC3362 .hword 4318 .hword 432 .zero 4 .xword .LC10207 .xword .LC10330 .hword 4318 .hword 433 .zero 4 .xword .LC10201 .xword .LC10331 .hword 4318 .hword 434 .zero 4 .xword .LC10167 .xword .LC10332 .hword 4318 .hword 436 .zero 4 .xword .LC10155 .xword .LC10333 .hword 4318 .hword 439 .zero 4 .xword .LC10167 .xword .LC3578 .hword 4318 .hword 440 .zero 4 .xword .LC10167 .xword .LC3861 .hword 4318 .hword 444 .zero 4 .xword .LC10155 .xword .LC10334 .hword 4318 .hword 449 .zero 4 .xword .LC10335 .xword .LC7554 .hword 4318 .hword 450 .zero 4 .xword .LC10155 .xword .LC10336 .hword 4318 .hword 451 .zero 4 .xword .LC10337 .xword .LC10338 .hword 4318 .hword 464 .zero 4 .xword .LC10339 .xword .LC10340 .hword 4318 .hword 465 .zero 4 .xword .LC10339 .xword .LC10341 .hword 4318 .hword 466 .zero 4 .xword .LC10339 .xword .LC10342 .hword 4318 .hword 467 .zero 4 .xword .LC10343 .xword .LC10344 .hword 4318 .hword 469 .zero 4 .xword .LC10339 .xword .LC10341 .hword 4318 .hword 471 .zero 4 .xword .LC10339 .xword .LC10345 .hword 4318 .hword 472 .zero 4 .xword .LC10339 .xword .LC10346 .hword 4318 .hword 475 .zero 4 .xword .LC10339 .xword .LC10347 .hword 4318 .hword 476 .zero 4 .xword .LC10339 .xword .LC10184 .hword 4318 .hword 477 .zero 4 .xword .LC10339 .xword .LC10348 .hword 4318 .hword 478 .zero 4 .xword .LC10339 .xword .LC10349 .hword 4318 .hword 479 .zero 4 .xword .LC10339 .xword .LC10350 .hword 4318 .hword 480 .zero 4 .xword .LC10351 .xword .LC10321 .hword 4318 .hword 481 .zero 4 .xword .LC10351 .xword .LC10321 .hword 4318 .hword 488 .zero 4 .xword .LC10351 .xword .LC7535 .hword 4318 .hword 490 .zero 4 .xword .LC10351 .xword .LC10352 .hword 4318 .hword 491 .zero 4 .xword .LC10351 .xword .LC10353 .hword 4318 .hword 492 .zero 4 .xword .LC10351 .xword .LC10354 .hword 4318 .hword 493 .zero 4 .xword .LC10351 .xword .LC10355 .hword 4318 .hword 494 .zero 4 .xword .LC10351 .xword .LC10356 .hword 4318 .hword 495 .zero 4 .xword .LC10351 .xword .LC10357 .hword 4318 .hword 496 .zero 4 .xword .LC10358 .xword .LC10359 .hword 4318 .hword 512 .zero 4 .xword .LC10360 .xword .LC10361 .hword 4318 .hword 513 .zero 4 .xword .LC10360 .xword .LC10362 .hword 4318 .hword 514 .zero 4 .xword .LC10360 .xword .LC10363 .hword 4318 .hword 515 .zero 4 .xword .LC10360 .xword .LC10364 .hword 4318 .hword 528 .zero 4 .xword .LC10365 .xword .LC10366 .hword 4318 .hword 529 .zero 4 .xword .LC10365 .xword .LC10134 .hword 4318 .hword 530 .zero 4 .xword .LC10365 .xword .LC10135 .hword 4318 .hword 533 .zero 4 .xword .LC10365 .xword .LC10138 .hword 4318 .hword 536 .zero 4 .xword .LC10365 .xword .LC10137 .hword 4318 .hword 544 .zero 4 .xword .LC10270 .xword .LC10275 .hword 4318 .hword 545 .zero 4 .xword .LC10270 .xword .LC10367 .hword 4318 .hword 546 .zero 4 .xword .LC10270 .xword .LC10368 .hword 4318 .hword 552 .zero 4 .xword .LC10270 .xword .LC10369 .hword 4318 .hword 576 .zero 4 .xword .LC10370 .xword .LC10371 .hword 4318 .hword 577 .zero 4 .xword .LC10370 .xword .LC10372 .hword 4318 .hword 578 .zero 4 .xword .LC10370 .xword .LC10373 .hword 4318 .hword 579 .zero 4 .xword .LC10370 .xword .LC3906 .hword 4318 .hword 580 .zero 4 .xword .LC10374 .xword .LC10375 .hword 4318 .hword 581 .zero 4 .xword .LC10370 .xword .LC10376 .hword 4318 .hword 582 .zero 4 .xword .LC10370 .xword .LC3906 .hword 4318 .hword 583 .zero 4 .xword .LC10370 .xword .LC10377 .hword 4318 .hword 584 .zero 4 .xword .LC10370 .xword .LC3906 .hword 4318 .hword 585 .zero 4 .xword .LC10370 .xword .LC3906 .hword 4318 .hword 586 .zero 4 .xword .LC10370 .xword .LC3906 .hword 4318 .hword 587 .zero 4 .xword .LC10370 .xword .LC3906 .hword 4318 .hword 588 .zero 4 .xword .LC10370 .xword .LC3906 .hword 4318 .hword 589 .zero 4 .xword .LC10370 .xword .LC3906 .hword 4318 .hword 590 .zero 4 .xword .LC10370 .xword .LC3906 .hword 4318 .hword 591 .zero 4 .xword .LC10370 .xword .LC3906 .hword 4318 .hword 592 .zero 4 .xword .LC10378 .xword .LC10379 .hword 4318 .hword 593 .zero 4 .xword .LC10378 .xword .LC10380 .hword 4318 .hword 594 .zero 4 .xword .LC10378 .xword .LC10381 .hword 4318 .hword 595 .zero 4 .xword .LC10378 .xword .LC10382 .hword 4318 .hword 600 .zero 4 .xword .LC10378 .xword .LC10383 .hword 4318 .hword 601 .zero 4 .xword .LC10378 .xword .LC10384 .hword 4318 .hword 603 .zero 4 .xword .LC10378 .xword .LC10385 .hword 4318 .hword 608 .zero 4 .xword .LC10386 .xword .LC6976 .hword 4318 .hword 612 .zero 4 .xword .LC10387 .xword .LC10145 .hword 4318 .hword 613 .zero 4 .xword .LC10388 .xword .LC10389 .hword 4318 .hword 614 .zero 4 .xword .LC10390 .xword .LC10391 .hword 4318 .hword 615 .zero 4 .xword .LC10390 .xword .LC10391 .hword 4318 .hword 616 .zero 4 .xword .LC10388 .xword .LC10392 .hword 4318 .hword 617 .zero 4 .xword .LC10388 .xword .LC10393 .hword 4318 .hword 619 .zero 4 .xword .LC10388 .xword .LC10394 .hword 4318 .hword 620 .zero 4 .xword .LC10388 .xword .LC10395 .hword 4318 .hword 621 .zero 4 .xword .LC10396 .xword .LC6429 .hword 4318 .hword 622 .zero 4 .xword .LC10397 .xword .LC10398 .hword 4318 .hword 623 .zero 4 .xword .LC10399 .xword .LC6763 .hword 4318 .hword 624 .zero 4 .xword .LC5721 .xword .LC10400 .hword 4318 .hword 625 .zero 4 .xword .LC10167 .xword .LC10401 .hword 4318 .hword 638 .zero 4 .xword .LC10402 .xword .LC10400 .hword 4318 .hword 639 .zero 4 .xword .LC10403 .xword .LC10400 .hword 4318 .hword 640 .zero 4 .xword .LC10404 .xword .LC10405 .hword 4318 .hword 641 .zero 4 .xword .LC10404 .xword .LC10406 .hword 4318 .hword 642 .zero 4 .xword .LC10404 .xword .LC10407 .hword 4318 .hword 646 .zero 4 .xword .LC10378 .xword .LC10408 .hword 4318 .hword 648 .zero 4 .xword .LC10404 .xword .LC10409 .hword 4318 .hword 649 .zero 4 .xword .LC10404 .xword .LC10410 .hword 4318 .hword 652 .zero 4 .xword .LC10404 .xword .LC10411 .hword 4318 .hword 656 .zero 4 .xword .LC10412 .xword .LC10413 .hword 4318 .hword 657 .zero 4 .xword .LC10412 .xword .LC10414 .hword 4318 .hword 658 .zero 4 .xword .LC10412 .xword .LC10415 .hword 4318 .hword 659 .zero 4 .xword .LC10412 .xword .LC10416 .hword 4318 .hword 660 .zero 4 .xword .LC10412 .xword .LC10416 .hword 4318 .hword 661 .zero 4 .xword .LC10412 .xword .LC10417 .hword 4318 .hword 663 .zero 4 .xword .LC10412 .xword .LC10418 .hword 4318 .hword 664 .zero 4 .xword .LC10412 .xword .LC10419 .hword 4318 .hword 665 .zero 4 .xword .LC10412 .xword .LC10420 .hword 4318 .hword 667 .zero 4 .xword .LC10412 .xword .LC10421 .hword 4318 .hword 668 .zero 4 .xword .LC10412 .xword .LC10422 .hword 4318 .hword 669 .zero 4 .xword .LC10412 .xword .LC10423 .hword 4318 .hword 670 .zero 4 .xword .LC10412 .xword .LC10424 .hword 4318 .hword 671 .zero 4 .xword .LC10412 .xword .LC10425 .hword 4318 .hword 672 .zero 4 .xword .LC10426 .xword .LC10427 .hword 4318 .hword 736 .zero 4 .xword .LC10222 .xword .LC10428 .hword 4318 .hword 737 .zero 4 .xword .LC10222 .xword .LC10429 .hword 4318 .hword 738 .zero 4 .xword .LC10222 .xword .LC10430 .hword 4318 .hword 739 .zero 4 .xword .LC10222 .xword .LC10415 .hword 4318 .hword 740 .zero 4 .xword .LC10222 .xword .LC10417 .hword 4318 .hword 755 .zero 4 .xword .LC10431 .xword .LC10432 .hword 4318 .hword 760 .zero 4 .xword .LC10433 .xword .LC10400 .hword 4318 .hword 761 .zero 4 .xword .LC10434 .xword .LC10400 .hword 4318 .hword 762 .zero 4 .xword .LC10435 .xword .LC10436 .hword 4318 .hword 764 .zero 4 .xword .LC10437 .xword .LC6763 .hword 4318 .hword 765 .zero 4 .xword .LC10438 .xword .LC10439 .hword 4318 .hword 766 .zero 4 .xword .LC10440 .xword .LC10441 .hword 4318 .hword 768 .zero 4 .xword .LC10442 .xword .LC10443 .hword 4318 .hword 769 .zero 4 .xword .LC10442 .xword .LC10444 .hword 4318 .hword 770 .zero 4 .xword .LC10442 .xword .LC10445 .hword 4318 .hword 776 .zero 4 .xword .LC10442 .xword .LC10446 .hword 4318 .hword 777 .zero 4 .xword .LC10442 .xword .LC10447 .hword 4318 .hword 778 .zero 4 .xword .LC10442 .xword .LC10448 .hword 4318 .hword 785 .zero 4 .xword .LC8206 .xword .LC10449 .hword 4318 .hword 786 .zero 4 .xword .LC8206 .xword .LC10450 .hword 4318 .hword 787 .zero 4 .xword .LC8206 .xword .LC10451 .hword 4318 .hword 788 .zero 4 .xword .LC8206 .xword .LC10452 .hword 4318 .hword 790 .zero 4 .xword .LC8206 .xword .LC10453 .hword 4318 .hword 791 .zero 4 .xword .LC8206 .xword .LC10454 .hword 4318 .hword 792 .zero 4 .xword .LC8206 .xword .LC10455 .hword 4318 .hword 793 .zero 4 .xword .LC8206 .xword .LC10455 .hword 4318 .hword 794 .zero 4 .xword .LC8206 .xword .LC10456 .hword 4318 .hword 795 .zero 4 .xword .LC8206 .xword .LC10457 .hword 4318 .hword 796 .zero 4 .xword .LC8206 .xword .LC10458 .hword 4318 .hword 797 .zero 4 .xword .LC8206 .xword .LC10459 .hword 4318 .hword 798 .zero 4 .xword .LC8206 .xword .LC10460 .hword 4318 .hword 799 .zero 4 .xword .LC8206 .xword .LC10460 .hword 4318 .hword 800 .zero 4 .xword .LC3043 .xword .LC10461 .hword 4318 .hword 801 .zero 4 .xword .LC3043 .xword .LC10462 .hword 4318 .hword 802 .zero 4 .xword .LC10463 .xword .LC10461 .hword 4318 .hword 803 .zero 4 .xword .LC3043 .xword .LC10464 .hword 4318 .hword 804 .zero 4 .xword .LC3043 .xword .LC10465 .hword 4318 .hword 805 .zero 4 .xword .LC3043 .xword .LC10466 .hword 4318 .hword 806 .zero 4 .xword .LC10467 .xword .LC10468 .hword 4318 .hword 807 .zero 4 .xword .LC3043 .xword .LC10469 .hword 4318 .hword 808 .zero 4 .xword .LC3043 .xword .LC10470 .hword 4318 .hword 809 .zero 4 .xword .LC3043 .xword .LC10471 .hword 4318 .hword 810 .zero 4 .xword .LC3043 .xword .LC10472 .hword 4318 .hword 811 .zero 4 .xword .LC3043 .xword .LC10473 .hword 4318 .hword 812 .zero 4 .xword .LC3043 .xword .LC10474 .hword 4318 .hword 813 .zero 4 .xword .LC3043 .xword .LC10475 .hword 4318 .hword 815 .zero 4 .xword .LC3043 .xword .LC10476 .hword 4318 .hword 816 .zero 4 .xword .LC10112 .xword .LC10477 .hword 4318 .hword 817 .zero 4 .xword .LC10112 .xword .LC10478 .hword 4318 .hword 818 .zero 4 .xword .LC10112 .xword .LC10479 .hword 4318 .hword 819 .zero 4 .xword .LC10112 .xword .LC10480 .hword 4318 .hword 820 .zero 4 .xword .LC10112 .xword .LC10481 .hword 4318 .hword 824 .zero 4 .xword .LC10112 .xword .LC10482 .hword 4318 .hword 831 .zero 4 .xword .LC10112 .xword .LC10483 .hword 4318 .hword 833 .zero 4 .xword .LC10484 .xword .LC10485 .hword 4318 .hword 834 .zero 4 .xword .LC10484 .xword .LC10486 .hword 4318 .hword 835 .zero 4 .xword .LC10484 .xword .LC10487 .hword 4318 .hword 836 .zero 4 .xword .LC10484 .xword .LC10488 .hword 4318 .hword 837 .zero 4 .xword .LC10484 .xword .LC10489 .hword 4318 .hword 839 .zero 4 .xword .LC10484 .xword .LC10490 .hword 4318 .hword 840 .zero 4 .xword .LC10484 .xword .LC10490 .hword 4318 .hword 841 .zero 4 .xword .LC10484 .xword .LC10491 .hword 4318 .hword 843 .zero 4 .xword .LC10484 .xword .LC10492 .hword 4318 .hword 844 .zero 4 .xword .LC10484 .xword .LC10493 .hword 4318 .hword 846 .zero 4 .xword .LC10484 .xword .LC10494 .hword 4318 .hword 847 .zero 4 .xword .LC10484 .xword .LC10495 .hword 4318 .hword 872 .zero 4 .xword .LC10496 .xword .LC10497 .hword 4318 .hword 876 .zero 4 .xword .LC10498 .xword .LC10499 .hword 4318 .hword 877 .zero 4 .xword .LC10498 .xword .LC10500 .hword 4318 .hword 878 .zero 4 .xword .LC10501 .xword .LC10502 .hword 4318 .hword 879 .zero 4 .xword .LC10501 .xword .LC10503 .hword 4318 .hword 881 .zero 4 .xword .LC10501 .xword .LC3306 .hword 4318 .hword 883 .zero 4 .xword .LC10504 .xword .LC10392 .hword 4318 .hword 894 .zero 4 .xword .LC10501 .xword .LC10503 .hword 4318 .hword 895 .zero 4 .xword .LC10505 .xword .LC10503 .hword 4318 .hword 907 .zero 4 .xword .LC10506 .xword .LC10507 .hword 4318 .hword 912 .zero 4 .xword .LC10506 .xword .LC10507 .hword 4318 .hword 913 .zero 4 .xword .LC10506 .xword .LC10428 .hword 4318 .hword 914 .zero 4 .xword .LC10508 .xword .LC10429 .hword 4318 .hword 915 .zero 4 .xword .LC10506 .xword .LC10430 .hword 4318 .hword 916 .zero 4 .xword .LC10506 .xword .LC10509 .hword 4318 .hword 917 .zero 4 .xword .LC10506 .xword .LC10430 .hword 4318 .hword 920 .zero 4 .xword .LC10176 .xword .LC10510 .hword 4318 .hword 926 .zero 4 .xword .LC10506 .xword .LC10511 .hword 4318 .hword 927 .zero 4 .xword .LC10512 .xword .LC10513 .hword 4318 .hword 940 .zero 4 .xword .LC10514 .xword .LC10515 .hword 4318 .hword 976 .zero 4 .xword .LC10516 .xword .LC10517 .hword 4318 .hword 977 .zero 4 .xword .LC10518 .xword .LC10519 .hword 4318 .hword 978 .zero 4 .xword .LC10518 .xword .LC10520 .hword 4318 .hword 981 .zero 4 .xword .LC10518 .xword .LC10521 .hword 4318 .hword 982 .zero 4 .xword .LC10522 .xword .LC10523 .hword 4318 .hword 992 .zero 4 .xword .LC10524 .xword .LC6976 .hword 4318 .hword 993 .zero 4 .xword .LC10094 .xword .LC10525 .hword 4318 .hword 999 .zero 4 .xword .LC10526 .xword .LC10527 .hword 4318 .hword 1002 .zero 4 .xword .LC10528 .xword .LC2603 .hword 4318 .hword 1003 .zero 4 .xword .LC10529 .xword .LC10530 .hword 4318 .hword 1004 .zero 4 .xword .LC10526 .xword .LC10531 .hword 4318 .hword 1007 .zero 4 .xword .LC10532 .xword .LC10533 .hword 4318 .hword 1007 .zero 4 .xword .LC10534 .xword .LC10535 .hword 4318 .hword 1008 .zero 4 .xword .LC10536 .xword .LC10537 .hword 4318 .hword 1009 .zero 4 .xword .LC10538 .xword .LC10539 .hword 4318 .hword 1010 .zero 4 .xword .LC10538 .xword .LC10539 .hword 4318 .hword 1011 .zero 4 .xword .LC10540 .xword .LC10541 .hword 4318 .hword 1012 .zero 4 .xword .LC10542 .xword .LC10401 .hword 4318 .hword 1013 .zero 4 .xword .LC10528 .xword .LC2603 .hword 4318 .hword 1014 .zero 4 .xword .LC10526 .xword .LC10527 .hword 4318 .hword 1015 .zero 4 .xword .LC10388 .xword .LC10527 .hword 4318 .hword 1024 .zero 4 .xword .LC10543 .xword .LC10544 .hword 4318 .hword 1025 .zero 4 .xword .LC10543 .xword .LC10545 .hword 4318 .hword 1026 .zero 4 .xword .LC10543 .xword .LC10545 .hword 4318 .hword 1027 .zero 4 .xword .LC10543 .xword .LC10546 .hword 4318 .hword 1028 .zero 4 .xword .LC10543 .xword .LC10547 .hword 4318 .hword 1029 .zero 4 .xword .LC3006 .xword .LC10548 .hword 4318 .hword 1030 .zero 4 .xword .LC10543 .xword .LC10549 .hword 4318 .hword 1031 .zero 4 .xword .LC10550 .xword .LC10550 .hword 4318 .hword 1033 .zero 4 .xword .LC10551 .xword .LC10552 .hword 4318 .hword 1034 .zero 4 .xword .LC10543 .xword .LC10553 .hword 4318 .hword 1036 .zero 4 .xword .LC10554 .xword .LC10555 .hword 4318 .hword 1038 .zero 4 .xword .LC10543 .xword .LC10556 .hword 4318 .hword 1039 .zero 4 .xword .LC10543 .xword .LC10557 .hword 4318 .hword 1056 .zero 4 .xword .LC10558 .xword .LC10559 .hword 4318 .hword 1057 .zero 4 .xword .LC10558 .xword .LC10560 .hword 4318 .hword 1058 .zero 4 .xword .LC10558 .xword .LC10547 .hword 4318 .hword 1059 .zero 4 .xword .LC10558 .xword .LC10549 .hword 4318 .hword 1060 .zero 4 .xword .LC10558 .xword .LC10547 .hword 4318 .hword 1061 .zero 4 .xword .LC10561 .xword .LC10561 .hword 4318 .hword 1062 .zero 4 .xword .LC10562 .xword .LC10563 .hword 4318 .hword 1063 .zero 4 .xword .LC10562 .xword .LC10564 .hword 4318 .hword 1064 .zero 4 .xword .LC10565 .xword .LC10565 .hword 4318 .hword 1065 .zero 4 .xword .LC2512 .xword .LC10566 .hword 4318 .hword 1067 .zero 4 .xword .LC10567 .xword .LC10568 .hword 4318 .hword 1068 .zero 4 .xword .LC10558 .xword .LC10569 .hword 4318 .hword 1069 .zero 4 .xword .LC10570 .xword .LC10571 .hword 4318 .hword 1070 .zero 4 .xword .LC10572 .xword .LC10573 .hword 4318 .hword 1071 .zero 4 .xword .LC10558 .xword .LC10574 .hword 4318 .hword 1095 .zero 4 .xword .LC10575 .xword .LC10401 .hword 4318 .hword 1096 .zero 4 .xword .LC10576 .xword .LC10577 .hword 4318 .hword 1100 .zero 4 .xword .LC10576 .xword .LC10578 .hword 4318 .hword 1101 .zero 4 .xword .LC10576 .xword .LC10579 .hword 4318 .hword 1102 .zero 4 .xword .LC10580 .xword .LC10581 .hword 4318 .hword 1103 .zero 4 .xword .LC10576 .xword .LC10582 .hword 4318 .hword 1104 .zero 4 .xword .LC10583 .xword .LC6369 .hword 4318 .hword 1117 .zero 4 .xword .LC10576 .xword .LC10584 .hword 4318 .hword 1263 .zero 4 .xword .LC10094 .xword .LC10095 .hword 4318 .hword 1315 .zero 4 .xword .LC10585 .xword .LC10586 .hword 4318 .hword 1329 .zero 4 .xword .LC10587 .xword .LC10588 .hword 4318 .hword 1331 .zero 4 .xword .LC10589 .xword .LC10590 .hword 4318 .hword 1338 .zero 4 .xword .LC10591 .xword .LC10592 .hword 4318 .hword 1339 .zero 4 .xword .LC10591 .xword .LC10592 .hword 4318 .hword 1342 .zero 4 .xword .LC10591 .xword .LC10593 .hword 4318 .hword 84 .zero 4 .xword .LC10594 .xword .LC2835 .hword 4318 .hword 1346 .zero 4 .xword .LC5181 .xword .LC10595 .hword 4318 .hword 1347 .zero 4 .xword .LC10596 .xword .LC10596 .hword 4318 .hword 1347 .zero 4 .xword .LC10596 .xword .LC10596 .hword 4318 .hword 1352 .zero 4 .xword .LC10597 .xword .LC10598 .hword 4318 .hword 1356 .zero 4 .xword .LC10599 .xword .LC10600 .hword 4318 .hword 1360 .zero 4 .xword .LC10601 .xword .LC10602 .hword 4318 .hword 1364 .zero 4 .xword .LC10599 .xword .LC10603 .hword 4318 .hword 1365 .zero 4 .xword .LC10599 .xword .LC10603 .hword 4318 .hword 1366 .zero 4 .xword .LC10599 .xword .LC10603 .hword 4318 .hword 1368 .zero 4 .xword .LC10599 .xword .LC10604 .hword 4318 .hword 1369 .zero 4 .xword .LC10599 .xword .LC10604 .hword 4318 .hword 1370 .zero 4 .xword .LC10599 .xword .LC10604 .hword 4318 .hword 1376 .zero 4 .xword .LC10599 .xword .LC10605 .hword 4318 .hword 1388 .zero 4 .xword .LC10207 .xword .LC10606 .hword 4318 .hword 1504 .zero 4 .xword .LC10607 .xword .LC10608 .hword 4318 .hword 1505 .zero 4 .xword .LC10609 .xword .LC10610 .hword 4318 .hword 1506 .zero 4 .xword .LC10609 .xword .LC10611 .hword 4318 .hword 1507 .zero 4 .xword .LC10612 .xword .LC10613 .hword 4318 .hword 1510 .zero 4 .xword .LC10609 .xword .LC5506 .hword 4318 .hword 1511 .zero 4 .xword .LC10609 .xword .LC10614 .hword 4318 .hword 1528 .zero 4 .xword .LC10609 .xword .LC10615 .hword 4318 .hword 1529 .zero 4 .xword .LC10609 .xword .LC10616 .hword 4318 .hword 1533 .zero 4 .xword .LC10609 .xword .LC10617 .hword 4318 .hword 1534 .zero 4 .xword .LC10609 .xword .LC10618 .hword 4318 .hword 1535 .zero 4 .xword .LC10619 .xword .LC10620 .hword 4318 .hword 1536 .zero 4 .xword .LC10621 .xword .LC10622 .hword 4318 .hword 1537 .zero 4 .xword .LC10621 .xword .LC10623 .hword 4318 .hword 1538 .zero 4 .xword .LC10621 .xword .LC10624 .hword 4318 .hword 1540 .zero 4 .xword .LC10621 .xword .LC10625 .hword 4318 .hword 1541 .zero 4 .xword .LC10621 .xword .LC10623 .hword 4318 .hword 1542 .zero 4 .xword .LC10621 .xword .LC10626 .hword 4318 .hword 1544 .zero 4 .xword .LC10621 .xword .LC10627 .hword 4318 .hword 1547 .zero 4 .xword .LC10621 .xword .LC10628 .hword 4318 .hword 1549 .zero 4 .xword .LC10621 .xword .LC10626 .hword 4318 .hword 1552 .zero 4 .xword .LC10629 .xword .LC10630 .hword 4318 .hword 1553 .zero 4 .xword .LC10621 .xword .LC10624 .hword 4318 .hword 1554 .zero 4 .xword .LC10621 .xword .LC10631 .hword 4318 .hword 1555 .zero 4 .xword .LC10621 .xword .LC10632 .hword 4318 .hword 1556 .zero 4 .xword .LC10621 .xword .LC10623 .hword 4318 .hword 1557 .zero 4 .xword .LC10633 .xword .LC10634 .hword 4318 .hword 1561 .zero 4 .xword .LC10621 .xword .LC10635 .hword 4318 .hword 1562 .zero 4 .xword .LC10621 .xword .LC10636 .hword 4318 .hword 1563 .zero 4 .xword .LC10621 .xword .LC10637 .hword 4318 .hword 1565 .zero 4 .xword .LC10621 .xword .LC10638 .hword 4318 .hword 1567 .zero 4 .xword .LC10639 .xword .LC10640 .hword 4318 .hword 1570 .zero 4 .xword .LC10641 .xword .LC10642 .hword 4318 .hword 1571 .zero 4 .xword .LC10641 .xword .LC10643 .hword 4318 .hword 1573 .zero 4 .xword .LC10641 .xword .LC10644 .hword 4318 .hword 1580 .zero 4 .xword .LC8351 .xword .LC10645 .hword 4318 .hword 1581 .zero 4 .xword .LC10641 .xword .LC10646 .hword 4318 .hword 1582 .zero 4 .xword .LC10641 .xword .LC10646 .hword 4318 .hword 1591 .zero 4 .xword .LC10641 .xword .LC10646 .hword 4318 .hword 1592 .zero 4 .xword .LC10647 .xword .LC10648 .hword 4318 .hword 1600 .zero 4 .xword .LC10649 .xword .LC10650 .hword 4318 .hword 1601 .zero 4 .xword .LC10651 .xword .LC10652 .hword 4318 .hword 1602 .zero 4 .xword .LC10653 .xword .LC10547 .hword 4318 .hword 1603 .zero 4 .xword .LC10654 .xword .LC10655 .hword 4318 .hword 1604 .zero 4 .xword .LC10653 .xword .LC10656 .hword 4318 .hword 1605 .zero 4 .xword .LC10653 .xword .LC10656 .hword 4318 .hword 1606 .zero 4 .xword .LC10654 .xword .LC10657 .hword 4318 .hword 1608 .zero 4 .xword .LC10653 .xword .LC10643 .hword 4318 .hword 1609 .zero 4 .xword .LC10653 .xword .LC10658 .hword 4318 .hword 1610 .zero 4 .xword .LC10653 .xword .LC10659 .hword 4318 .hword 1618 .zero 4 .xword .LC10660 .xword .LC10661 .hword 4318 .hword 1620 .zero 4 .xword .LC10660 .xword .LC10662 .hword 4318 .hword 1624 .zero 4 .xword .LC10663 .xword .LC10664 .hword 4318 .hword 1625 .zero 4 .xword .LC10665 .xword .LC10666 .hword 4318 .hword 1628 .zero 4 .xword .LC5816 .xword .LC10667 .hword 4318 .hword 1728 .zero 4 .xword .LC10668 .xword .LC10669 .hword 4318 .hword 1732 .zero 4 .xword .LC10670 .xword .LC10671 .hword 4318 .hword 1741 .zero 4 .xword .LC10672 .xword .LC10672 .hword 4318 .hword 1757 .zero 4 .xword .LC10673 .xword .LC10674 .hword 4318 .hword 1760 .zero 4 .xword .LC10675 .xword .LC10676 .hword 4318 .hword 1761 .zero 4 .xword .LC10675 .xword .LC10677 .hword 4318 .hword 1762 .zero 4 .xword .LC10675 .xword .LC10678 .hword 4318 .hword 1763 .zero 4 .xword .LC10675 .xword .LC10549 .hword 4318 .hword 1764 .zero 4 .xword .LC10675 .xword .LC10547 .hword 4318 .hword 1765 .zero 4 .xword .LC10679 .xword .LC10680 .hword 4318 .hword 1766 .zero 4 .xword .LC10681 .xword .LC10682 .hword 4318 .hword 1767 .zero 4 .xword .LC10675 .xword .LC10683 .hword 4318 .hword 1769 .zero 4 .xword .LC10675 .xword .LC10684 .hword 4318 .hword 1770 .zero 4 .xword .LC3006 .xword .LC10685 .hword 4318 .hword 1771 .zero 4 .xword .LC10686 .xword .LC10687 .hword 4318 .hword 1772 .zero 4 .xword .LC10688 .xword .LC10689 .hword 4318 .hword 1775 .zero 4 .xword .LC10690 .xword .LC10690 .hword 4318 .hword 1784 .zero 4 .xword .LC10675 .xword .LC10691 .hword 4318 .hword 1785 .zero 4 .xword .LC10675 .xword .LC10692 .hword 4318 .hword 1786 .zero 4 .xword .LC10675 .xword .LC10693 .hword 4318 .hword 1789 .zero 4 .xword .LC10694 .xword .LC10695 .hword 4318 .hword 1875 .zero 4 .xword .LC10696 .xword .LC10401 .hword 4318 .hword 1888 .zero 4 .xword .LC10697 .xword .LC10698 .hword 4318 .hword 1896 .zero 4 .xword .LC10699 .xword .LC3939 .hword 4318 .hword 1973 .zero 4 .xword .LC10700 .xword .LC10701 .hword 4318 .hword 1977 .zero 4 .xword .LC10700 .xword .LC10702 .hword 4318 .hword 2008 .zero 4 .xword .LC10703 .xword .LC10703 .hword 4318 .hword 2008 .zero 4 .xword .LC10704 .xword .LC10705 .hword 4318 .hword 2010 .zero 4 .xword .LC10706 .xword .LC10707 .hword 4318 .hword 2012 .zero 4 .xword .LC10703 .xword .LC10703 .hword 4318 .hword 2014 .zero 4 .xword .LC3260 .xword .LC3260 .hword 4318 .hword 2016 .zero 4 .xword .LC10708 .xword .LC10709 .hword 4318 .hword 2017 .zero 4 .xword .LC10708 .xword .LC10710 .hword 4318 .hword 2018 .zero 4 .xword .LC10708 .xword .LC10711 .hword 4318 .hword 2019 .zero 4 .xword .LC10708 .xword .LC10712 .hword 4318 .hword 2021 .zero 4 .xword .LC10708 .xword .LC10713 .hword 4318 .hword 2032 .zero 4 .xword .LC10207 .xword .LC10714 .hword 4318 .hword 2036 .zero 4 .xword .LC10207 .xword .LC10715 .hword 4318 .hword 2037 .zero 4 .xword .LC10207 .xword .LC10716 .hword 4318 .hword 2038 .zero 4 .xword .LC10207 .xword .LC10717 .hword 4318 .hword 2039 .zero 4 .xword .LC10207 .xword .LC10718 .hword 4318 .hword 2040 .zero 4 .xword .LC10207 .xword .LC10719 .hword 4318 .hword 2041 .zero 4 .xword .LC10207 .xword .LC10720 .hword 4318 .hword 2042 .zero 4 .xword .LC10207 .xword .LC10721 .hword 4318 .hword 2043 .zero 4 .xword .LC10207 .xword .LC10722 .hword 4318 .hword 2044 .zero 4 .xword .LC10723 .xword .LC10724 .hword 4318 .hword 2120 .zero 4 .xword .LC10708 .xword .LC10725 .hword 4318 .hword 2121 .zero 4 .xword .LC10726 .xword .LC10727 .hword 4318 .hword 2122 .zero 4 .xword .LC10726 .xword .LC10728 .hword 4318 .hword 2123 .zero 4 .xword .LC10726 .xword .LC10727 .hword 4318 .hword 2124 .zero 4 .xword .LC10726 .xword .LC10729 .hword 4318 .hword 2125 .zero 4 .xword .LC10726 .xword .LC10730 .hword 4318 .hword 2127 .zero 4 .xword .LC10726 .xword .LC10731 .hword 4318 .hword 2144 .zero 4 .xword .LC10732 .xword .LC10733 .hword 4318 .hword 2145 .zero 4 .xword .LC6322 .xword .LC10734 .hword 4318 .hword 2147 .zero 4 .xword .LC10732 .xword .LC10735 .hword 4318 .hword 2148 .zero 4 .xword .LC10732 .xword .LC10733 .hword 4318 .hword 2149 .zero 4 .xword .LC10732 .xword .LC10733 .hword 4318 .hword 2150 .zero 4 .xword .LC2867 .xword .LC10736 .hword 4318 .hword 2152 .zero 4 .xword .LC10732 .xword .LC10737 .hword 4318 .hword 2154 .zero 4 .xword .LC10732 .xword .LC10734 .hword 4318 .hword 2156 .zero 4 .xword .LC10732 .xword .LC10738 .hword 4318 .hword 2157 .zero 4 .xword .LC10732 .xword .LC10739 .hword 4318 .hword 2159 .zero 4 .xword .LC10740 .xword .LC10741 .hword 4318 .hword 2161 .zero 4 .xword .LC10732 .xword .LC10739 .hword 4318 .hword 2170 .zero 4 .xword .LC10732 .xword .LC10742 .hword 4318 .hword 2173 .zero 4 .xword .LC10743 .xword .LC10744 .hword 4318 .hword 2592 .zero 4 .xword .LC10745 .xword .LC10745 .hword 4318 .hword 2594 .zero 4 .xword .LC10746 .xword .LC10747 .hword 4318 .hword 2595 .zero 4 .xword .LC10748 .xword .LC10748 .hword 4318 .hword 2601 .zero 4 .xword .LC10749 .xword .LC10749 .hword 4318 .hword 2603 .zero 4 .xword .LC10750 .xword .LC10751 .hword 4318 .hword 2604 .zero 4 .xword .LC10752 .xword .LC10753 .hword 4318 .hword 2605 .zero 4 .xword .LC10754 .xword .LC10754 .hword 4318 .hword 2616 .zero 4 .xword .LC10755 .xword .LC10755 .hword 4318 .hword -23670 .zero 4 .xword .LC10756 .xword .LC10756 .hword 4318 .hword 2661 .zero 4 .xword .LC10757 .xword .LC10758 .hword 4318 .hword 2662 .zero 4 .xword .LC10522 .xword .LC10759 .hword 4318 .hword 2666 .zero 4 .xword .LC10760 .xword .LC10761 .hword 4318 .hword 2668 .zero 4 .xword .LC10762 .xword .LC10763 .hword 4318 .hword 2671 .zero 4 .xword .LC10764 .xword .LC10765 .hword 4318 .hword 2672 .zero 4 .xword .LC10766 .xword .LC10767 .hword 4318 .hword 2675 .zero 4 .xword .LC10768 .xword .LC10769 .hword 4318 .hword 2676 .zero 4 .xword .LC10770 .xword .LC10586 .hword 4318 .hword 2677 .zero 4 .xword .LC10771 .xword .LC10772 .hword 4318 .hword 2680 .zero 4 .xword .LC10773 .xword .LC10774 .hword 4318 .hword 2683 .zero 4 .xword .LC10775 .xword .LC10775 .hword 4318 .hword 2723 .zero 4 .xword .LC10776 .xword .LC10777 .hword 4318 .hword 2736 .zero 4 .xword .LC10778 .xword .LC10779 .hword 4318 .hword 2744 .zero 4 .xword .LC10780 .xword .LC10781 .hword 4318 .hword 2745 .zero 4 .xword .LC10780 .xword .LC10782 .hword 4318 .hword 2748 .zero 4 .xword .LC10780 .xword .LC10783 .hword 4318 .hword 2749 .zero 4 .xword .LC10780 .xword .LC10784 .hword 4318 .hword 2768 .zero 4 .xword .LC10785 .xword .LC10786 .hword 4318 .hword 3012 .zero 4 .xword .LC10787 .xword .LC3939 .hword 4318 .hword 3013 .zero 4 .xword .LC10787 .xword .LC3939 .hword 4318 .hword 3020 .zero 4 .xword .LC10787 .xword .LC4001 .hword 4318 .hword 3021 .zero 4 .xword .LC10787 .xword .LC4001 .hword 4318 .hword 3043 .zero 4 .xword .LC3043 .xword .LC10095 .hword 4318 .hword 3235 .zero 4 .xword .LC10788 .xword .LC10789 .hword 4318 .hword 3524 .zero 4 .xword .LC10790 .xword .LC10791 .hword 4318 .hword 3533 .zero 4 .xword .LC10792 .xword .LC10793 .hword 4318 .hword 3537 .zero 4 .xword .LC10794 .xword .LC10795 .hword 4318 .hword 3553 .zero 4 .xword .LC10796 .xword .LC10797 .hword 4318 .hword 3555 .zero 4 .xword .LC10798 .xword .LC10799 .hword 4318 .hword 3572 .zero 4 .xword .LC10800 .xword .LC10801 .hword 4318 .hword 3573 .zero 4 .xword .LC10802 .xword .LC10803 .hword 4318 .hword 3576 .zero 4 .xword .LC10796 .xword .LC10804 .hword 4318 .hword 3578 .zero 4 .xword .LC10805 .xword .LC10806 .hword 4318 .hword 3580 .zero 4 .xword .LC10807 .xword .LC10808 .hword 4318 .hword 3611 .zero 4 .xword .LC10809 .xword .LC3306 .hword 4318 .hword 3618 .zero 4 .xword .LC10810 .xword .LC10810 .hword 4318 .hword 3840 .zero 4 .xword .LC10313 .xword .LC10313 .hword 4318 .hword 3841 .zero 4 .xword .LC2671 .xword .LC10811 .hword 4318 .hword 4033 .zero 4 .xword .LC10812 .xword .LC10813 .hword 4318 .hword 4034 .zero 4 .xword .LC10814 .xword .LC10815 .hword 4318 .hword 4038 .zero 4 .xword .LC10812 .xword .LC10816 .hword 4318 .hword 4052 .zero 4 .xword .LC10817 .xword .LC10818 .hword 4318 .hword 4064 .zero 4 .xword .LC10819 .xword .LC10820 .hword 4318 .hword 4086 .zero 4 .xword .LC10812 .xword .LC10821 .hword 4318 .hword 4093 .zero 4 .xword .LC10812 .xword .LC10822 .hword 4318 .hword 4094 .zero 4 .xword .LC10823 .xword .LC10824 .hword 4318 .hword 4108 .zero 4 .xword .LC10825 .xword .LC10826 .hword 4318 .hword 4129 .zero 4 .xword .LC10827 .xword .LC10828 .hword 4318 .hword 4130 .zero 4 .xword .LC10829 .xword .LC10830 .hword 4318 .hword 4160 .zero 4 .xword .LC10831 .xword .LC10832 .hword 4318 .hword 4169 .zero 4 .xword .LC10833 .xword .LC8070 .hword 4318 .hword 4170 .zero 4 .xword .LC10834 .xword .LC10835 .hword 4318 .hword 4176 .zero 4 .xword .LC10836 .xword .LC10837 .hword 4318 .hword 4177 .zero 4 .xword .LC10831 .xword .LC10838 .hword 4318 .hword 4180 .zero 4 .xword .LC10839 .xword .LC10840 .hword 4318 .hword 4182 .zero 4 .xword .LC10841 .xword .LC10841 .hword 4318 .hword 4184 .zero 4 .xword .LC3043 .xword .LC10525 .hword 4318 .hword 4230 .zero 4 .xword .LC10842 .xword .LC10843 .hword 4318 .hword 4291 .zero 4 .xword .LC10522 .xword .LC10844 .hword 4318 .hword 4293 .zero 4 .xword .LC10522 .xword .LC10845 .hword 4318 .hword 4312 .zero 4 .xword .LC10522 .xword .LC10846 .hword 4318 .hword 4318 .zero 4 .xword .LC3043 .xword .LC10095 .hword 4318 .hword 4318 .zero 4 .xword .LC10825 .xword .LC10847 .hword 4318 .hword 4318 .zero 4 .xword .LC10848 .xword .LC10849 .hword 4318 .hword 4318 .zero 4 .xword .LC10850 .xword .LC10850 .hword 4318 .hword 4336 .zero 4 .xword .LC10851 .xword .LC10852 .hword 4318 .hword 272 .zero 4 .xword .LC10853 .xword .LC10854 .hword 4318 .hword 4370 .zero 4 .xword .LC10855 .xword .LC10856 .hword 4318 .hword 4416 .zero 4 .xword .LC10857 .xword .LC10858 .hword 4318 .hword 4514 .zero 4 .xword .LC10859 .xword .LC10860 .hword 4318 .hword 4515 .zero 4 .xword .LC10859 .xword .LC10861 .hword 4318 .hword 4544 .zero 4 .xword .LC10862 .xword .LC10863 .hword 4318 .hword 4550 .zero 4 .xword .LC10864 .xword .LC10865 .hword 4318 .hword 4602 .zero 4 .xword .LC10866 .xword .LC10867 .hword 4318 .hword 4608 .zero 4 .xword .LC10868 .xword .LC10869 .hword 4318 .hword 4609 .zero 4 .xword .LC10868 .xword .LC10870 .hword 4318 .hword 4610 .zero 4 .xword .LC10871 .xword .LC10872 .hword 4318 .hword 4676 .zero 4 .xword .LC10873 .xword .LC10874 .hword 4318 .hword 4689 .zero 4 .xword .LC10875 .xword .LC10876 .hword 4318 .hword 4754 .zero 4 .xword .LC10877 .xword .LC10877 .hword 4318 .hword 4929 .zero 4 .xword .LC10878 .xword .LC10879 .hword 4318 .hword 4993 .zero 4 .xword .LC10880 .xword .LC10881 .hword 4318 .hword 353 .zero 4 .xword .LC10270 .xword .LC10882 .hword 4318 .hword 385 .zero 4 .xword .LC10883 .xword .LC10884 .hword 4318 .hword 583 .zero 4 .xword .LC10885 .xword .LC10886 .hword 4318 .hword 583 .zero 4 .xword .LC10887 .xword .LC10377 .hword 4318 .hword 620 .zero 4 .xword .LC10888 .xword .LC68 .hword 4318 .hword 22146 .zero 4 .xword .LC10889 .xword .LC10890 .hword 4318 .hword 17769 .zero 4 .xword .LC10891 .xword .LC10892 .hword 4318 .hword 21001 .zero 4 .xword .LC10893 .xword .LC8967 .hword 4318 .hword 105 .zero 4 .xword .LC10894 .xword .LC10895 .hword 4318 .hword -32767 .zero 4 .xword .LC10207 .xword .LC10896 .hword 4318 .hword -27504 .zero 4 .xword .LC10897 .xword .LC10898 .hword 4318 .hword -26506 .zero 4 .xword .LC10244 .xword .LC10899 .hword 4318 .hword -26506 .zero 4 .xword .LC3007 .xword .LC10900 .hword 4318 .hword -26402 .zero 4 .xword .LC5509 .xword .LC5509 .hword 4318 .hword -26223 .zero 4 .xword .LC10237 .xword .LC10901 .hword 4318 .hword 3524 .zero 4 .xword .LC10902 .xword .LC10903 .hword 4318 .hword 3573 .zero 4 .xword .LC10904 .xword .LC10905 .hword 4318 .hword -8358 .zero 4 .xword .LC10904 .xword .LC10905 .hword 4318 .hword 3561 .zero 4 .xword .LC10906 .xword .LC10907 .hword 4318 .hword 620 .zero 4 .xword .LC10908 .xword .LC10909 .hword 4319 .hword 4319 .zero 4 .xword .LC10910 .xword .LC4537 .hword 4319 .hword 6885 .zero 4 .xword .LC10911 .xword .LC9386 .hword 4319 .hword -3931 .zero 4 .xword .LC10912 .xword .LC10913 .hword 4319 .hword -3867 .zero 4 .xword .LC10914 .xword .LC10915 .hword 4319 .hword -3840 .zero 4 .xword .LC10916 .xword .LC10917 .hword 4319 .hword -2304 .zero 4 .xword .LC10918 .xword .LC9386 .hword 4319 .hword -2048 .zero 4 .xword .LC10919 .xword .LC9386 .hword 4319 .hword -1792 .zero 4 .xword .LC10920 .xword .LC10921 .hword 4319 .hword -28671 .zero 4 .xword .LC2470 .xword .LC10922 .hword 4319 .hword -1664 .zero 4 .xword .LC10923 .xword .LC10924 .hword 4319 .hword -1536 .zero 4 .xword .LC10925 .xword .LC9386 .hword 4319 .hword -768 .zero 4 .xword .LC10926 .xword .LC10927 .hword 4319 .hword -512 .zero 4 .xword .LC10928 .xword .LC10929 .hword 4321 .hword 913 .zero 4 .xword .LC3067 .xword .LC6037 .hword 4321 .hword 26892 .zero 4 .xword .LC10930 .xword .LC9 .hword 4321 .hword -9184 .zero 4 .xword .LC10931 .xword .LC3070 .hword -16162 .hword 22016 .zero 4 .xword .LC10932 .xword .LC9 .hword -16162 .hword -16162 .zero 4 .xword .LC10933 .xword .LC10934 .hword 4323 .hword 0 .zero 4 .xword .LC10935 .xword .LC10936 .hword 4323 .hword 328 .zero 4 .xword .LC10937 .xword .LC10938 .hword 4323 .hword 1299 .zero 4 .xword .LC10939 .xword .LC10940 .hword 4323 .hword 2128 .zero 4 .xword .LC10941 .xword .LC10942 .hword 4323 .hword 2132 .zero 4 .xword .LC10941 .xword .LC10943 .hword 4323 .hword 2144 .zero 4 .xword .LC10944 .xword .LC10945 .hword 4323 .hword 2146 .zero 4 .xword .LC10946 .xword .LC10947 .hword 4323 .hword -32492 .zero 4 .xword .LC10948 .xword .LC10949 .hword 4323 .hword -32160 .zero 4 .xword .LC10950 .xword .LC10951 .hword 4323 .hword -32159 .zero 4 .xword .LC10950 .xword .LC10951 .hword 4326 .hword 21001 .zero 4 .xword .LC10952 .xword .LC8967 .hword 4328 .hword 2 .zero 4 .xword .LC10953 .xword .LC10954 .hword 4328 .hword 8209 .zero 4 .xword .LC10955 .xword .LC10956 .hword 4328 .hword 18256 .zero 4 .xword .LC10957 .xword .LC10958 .hword 4328 .hword 22816 .zero 4 .xword .LC10959 .xword .LC10960 .hword 4328 .hword -32717 .zero 4 .xword .LC10961 .xword .LC10962 .hword 4328 .hword -32716 .zero 4 .xword .LC10963 .xword .LC10964 .hword 4328 .hword -32701 .zero 4 .xword .LC10965 .xword .LC10966 .hword 4328 .hword -32670 .zero 4 .xword .LC10967 .xword .LC10968 .hword 4328 .hword -32643 .zero 4 .xword .LC10969 .xword .LC10970 .hword 4328 .hword -32632 .zero 4 .xword .LC10971 .xword .LC10972 .hword 4328 .hword -32631 .zero 4 .xword .LC10973 .xword .LC10974 .hword 4328 .hword -32612 .zero 4 .xword .LC10975 .xword .LC10976 .hword 4328 .hword -32591 .zero 4 .xword .LC10977 .xword .LC10978 .hword 4328 .hword -32583 .zero 4 .xword .LC10979 .xword .LC10980 .hword 4328 .hword -32553 .zero 4 .xword .LC10981 .xword .LC10982 .hword 4328 .hword -32552 .zero 4 .xword .LC10983 .xword .LC10984 .hword 4328 .hword -32551 .zero 4 .xword .LC10985 .xword .LC10982 .hword 4328 .hword -32550 .zero 4 .xword .LC9 .xword .LC9 .hword 4328 .hword -32541 .zero 4 .xword .LC10986 .xword .LC10987 .hword 4328 .hword -32486 .zero 4 .xword .LC10988 .xword .LC10989 .hword 4328 .hword -32400 .zero 4 .xword .LC10990 .xword .LC10991 .hword 4328 .hword -31972 .zero 4 .xword .LC10992 .xword .LC10993 .hword 4329 .hword 4329 .zero 4 .xword .LC10994 .xword .LC10995 .hword 4329 .hword 12289 .zero 4 .xword .LC10996 .xword .LC10997 .hword 4330 .hword 5760 .zero 4 .xword .LC10998 .xword .LC10999 .hword 4330 .hword 5762 .zero 4 .xword .LC11000 .xword .LC11001 .hword 4330 .hword 5763 .zero 4 .xword .LC11002 .xword .LC9 .hword 4330 .hword 8192 .zero 4 .xword .LC11003 .xword .LC11004 .hword 4330 .hword 8208 .zero 4 .xword .LC11005 .xword .LC11006 .hword 4330 .hword 20480 .zero 4 .xword .LC11007 .xword .LC9 .hword 4330 .hword 20560 .zero 4 .xword .LC11008 .xword .LC9 .hword 4331 .hword 257 .zero 4 .xword .LC11009 .xword .LC11010 .hword 4331 .hword -32495 .zero 4 .xword .LC11011 .xword .LC11012 .hword -28667 .hword 16 .zero 4 .xword .LC11013 .xword .LC11014 .hword -28667 .hword 17 .zero 4 .xword .LC11015 .xword .LC11016 .hword -28667 .hword 19 .zero 4 .xword .LC11017 .xword .LC3070 .hword -28667 .hword 31 .zero 4 .xword .LC11018 .xword .LC11019 .hword -28667 .hword 32 .zero 4 .xword .LC4599 .xword .LC3070 .hword -28667 .hword 47 .zero 4 .xword .LC4599 .xword .LC3070 .hword -28667 .hword 48 .zero 4 .xword .LC4599 .xword .LC3070 .hword -28667 .hword 63 .zero 4 .xword .LC4599 .xword .LC3070 .hword -28667 .hword 80 .zero 4 .xword .LC9 .xword .LC11020 .hword -28667 .hword 81 .zero 4 .xword .LC9 .xword .LC11021 .hword -28667 .hword 83 .zero 4 .xword .LC11022 .xword .LC3070 .hword -28667 .hword 95 .zero 4 .xword .LC11023 .xword .LC11024 .hword -28667 .hword 128 .zero 4 .xword .LC11025 .xword .LC11026 .hword -28667 .hword 129 .zero 4 .xword .LC11027 .xword .LC11028 .hword -28667 .hword 131 .zero 4 .xword .LC11029 .xword .LC11028 .hword -28667 .hword 143 .zero 4 .xword .LC11030 .xword .LC11028 .hword -28667 .hword 192 .zero 4 .xword .LC11031 .xword .LC11028 .hword -28667 .hword 193 .zero 4 .xword .LC11032 .xword .LC11028 .hword -28667 .hword 195 .zero 4 .xword .LC11033 .xword .LC11028 .hword -28667 .hword 197 .zero 4 .xword .LC9 .xword .LC11034 .hword -28667 .hword 207 .zero 4 .xword .LC11035 .xword .LC11028 .hword -28667 .hword 577 .zero 4 .xword .LC11036 .xword .LC11037 .hword -28667 .hword 600 .zero 4 .xword .LC11038 .xword .LC11039 .hword -28667 .hword 645 .zero 4 .xword .LC11040 .xword .LC11041 .hword -28667 .hword 646 .zero 4 .xword .LC11042 .xword .LC11042 .hword -28667 .hword 1055 .zero 4 .xword .LC11043 .xword .LC11044 .hword -28667 .hword 1086 .zero 4 .xword .LC11045 .xword .LC11044 .hword -28667 .hword 1054 .zero 4 .xword .LC11046 .xword .LC11047 .hword -28667 .hword 22090 .zero 4 .xword .LC11048 .xword .LC11049 .hword -28667 .hword -32768 .zero 4 .xword .LC11050 .xword .LC11051 .hword -28667 .hword -32753 .zero 4 .xword .LC11052 .xword .LC11051 .hword -28667 .hword -32752 .zero 4 .xword .LC11053 .xword .LC11051 .hword -28667 .hword -32751 .zero 4 .xword .LC11054 .xword .LC11051 .hword -28667 .hword -32750 .zero 4 .xword .LC11055 .xword .LC11051 .hword -28667 .hword -32748 .zero 4 .xword .LC11056 .xword .LC11051 .hword -28667 .hword -32747 .zero 4 .xword .LC11053 .xword .LC11051 .hword -28667 .hword -32746 .zero 4 .xword .LC11057 .xword .LC11051 .hword -28667 .hword -32745 .zero 4 .xword .LC11058 .xword .LC11051 .hword -28667 .hword -32740 .zero 4 .xword .LC11059 .xword .LC11051 .hword -28667 .hword -32739 .zero 4 .xword .LC11060 .xword .LC11051 .hword -28667 .hword -32738 .zero 4 .xword .LC11052 .xword .LC11051 .hword -28667 .hword -32737 .zero 4 .xword .LC11061 .xword .LC11051 .hword -28667 .hword -32640 .zero 4 .xword .LC11050 .xword .LC11062 .hword -28667 .hword -32625 .zero 4 .xword .LC11052 .xword .LC11062 .hword -28667 .hword -32624 .zero 4 .xword .LC11053 .xword .LC11063 .hword -28667 .hword -32623 .zero 4 .xword .LC11054 .xword .LC11063 .hword -28667 .hword -32622 .zero 4 .xword .LC11055 .xword .LC11063 .hword -28667 .hword -32621 .zero 4 .xword .LC11064 .xword .LC11063 .hword -28667 .hword -32620 .zero 4 .xword .LC11056 .xword .LC11063 .hword -28667 .hword -32619 .zero 4 .xword .LC11053 .xword .LC11063 .hword -28667 .hword -32618 .zero 4 .xword .LC11057 .xword .LC11063 .hword -28667 .hword -32617 .zero 4 .xword .LC11058 .xword .LC11063 .hword -28667 .hword -32612 .zero 4 .xword .LC11054 .xword .LC11063 .hword -28667 .hword -32611 .zero 4 .xword .LC11060 .xword .LC11063 .hword -28667 .hword -32610 .zero 4 .xword .LC11065 .xword .LC11063 .hword -28667 .hword -32609 .zero 4 .xword .LC11060 .xword .LC11063 .hword 4333 .hword 4318 .zero 4 .xword .LC11066 .xword .LC11067 .hword 4333 .hword 29456 .zero 4 .xword .LC11068 .xword .LC11069 .hword 4334 .hword 4 .zero 4 .xword .LC11070 .xword .LC11071 .hword 4334 .hword 7 .zero 4 .xword .LC11072 .xword .LC11073 .hword 4334 .hword 261 .zero 4 .xword .LC3060 .xword .LC9691 .hword 4334 .hword 262 .zero 4 .xword .LC11074 .xword .LC11075 .hword 4334 .hword 788 .zero 4 .xword .LC11076 .xword .LC3037 .hword 4334 .hword 4097 .zero 4 .xword .LC11077 .xword .LC11078 .hword 4334 .hword 16320 .zero 4 .xword .LC11079 .xword .LC9 .hword 4334 .hword 16321 .zero 4 .xword .LC11080 .xword .LC11081 .hword 4334 .hword 16322 .zero 4 .xword .LC11082 .xword .LC9 .hword 4334 .hword 16323 .zero 4 .xword .LC11083 .xword .LC11083 .hword 4334 .hword 16324 .zero 4 .xword .LC11084 .xword .LC11085 .hword 4334 .hword 16325 .zero 4 .xword .LC3060 .xword .LC11086 .hword 4334 .hword 20225 .zero 4 .xword .LC11087 .xword .LC3685 .hword 4334 .hword 21315 .zero 4 .xword .LC11088 .xword .LC11089 .hword 4334 .hword -32464 .zero 4 .xword .LC11090 .xword .LC11091 .hword 4334 .hword -31871 .zero 4 .xword .LC11092 .xword .LC11012 .hword 4334 .hword -24285 .zero 4 .xword .LC11093 .xword .LC11094 .hword 4334 .hword -24284 .zero 4 .xword .LC11094 .xword .LC11093 .hword 4334 .hword -24283 .zero 4 .xword .LC11095 .xword .LC11096 .hword 4335 .hword -32428 .zero 4 .xword .LC11097 .xword .LC11098 .hword 4336 .hword -22528 .zero 4 .xword .LC11099 .xword .LC11100 .hword 4336 .hword -19712 .zero 4 .xword .LC11101 .xword .LC11102 .hword 4337 .hword 5478 .zero 4 .xword .LC9 .xword .LC11103 .hword 4337 .hword 5751 .zero 4 .xword .LC11104 .xword .LC11105 .hword 4337 .hword 6698 .zero 4 .xword .LC2512 .xword .LC11106 .hword 4337 .hword 6708 .zero 4 .xword .LC2512 .xword .LC5664 .hword 4337 .hword 8211 .zero 4 .xword .LC11107 .xword .LC11108 .hword 4340 .hword 4864 .zero 4 .xword .LC11109 .xword .LC11110 .hword 4341 .hword -24575 .zero 4 .xword .LC11111 .xword .LC11112 .hword 4342 .hword 273 .zero 4 .xword .LC11113 .xword .LC11114 .hword 4342 .hword 4342 .zero 4 .xword .LC11115 .xword .LC11116 .hword 4346 .hword 0 .zero 4 .xword .LC11117 .xword .LC3110 .hword 4346 .hword 1 .zero 4 .xword .LC9 .xword .LC3110 .hword 4346 .hword 2 .zero 4 .xword .LC9 .xword .LC3110 .hword 4346 .hword 3 .zero 4 .xword .LC9 .xword .LC3110 .hword 4346 .hword 4 .zero 4 .xword .LC11118 .xword .LC3110 .hword 4346 .hword 5 .zero 4 .xword .LC9 .xword .LC3110 .hword 4346 .hword 6 .zero 4 .xword .LC9 .xword .LC3110 .hword 4346 .hword 7 .zero 4 .xword .LC9 .xword .LC3110 .hword 4346 .hword 8 .zero 4 .xword .LC9 .xword .LC3110 .hword 4346 .hword 9 .zero 4 .xword .LC9 .xword .LC3110 .hword 4346 .hword 10 .zero 4 .xword .LC9 .xword .LC3110 .hword 4346 .hword 11 .zero 4 .xword .LC9 .xword .LC3110 .hword 4346 .hword 12 .zero 4 .xword .LC11119 .xword .LC11120 .hword 4346 .hword 13 .zero 4 .xword .LC9 .xword .LC3110 .hword 4346 .hword 14 .zero 4 .xword .LC9 .xword .LC3110 .hword 4346 .hword 15 .zero 4 .xword .LC9 .xword .LC3110 .hword 4346 .hword 16 .zero 4 .xword .LC9 .xword .LC3110 .hword 4346 .hword 17 .zero 4 .xword .LC9 .xword .LC3110 .hword 4346 .hword 18 .zero 4 .xword .LC9 .xword .LC3110 .hword 4346 .hword 19 .zero 4 .xword .LC9 .xword .LC3110 .hword 4346 .hword 20 .zero 4 .xword .LC9 .xword .LC3110 .hword 4346 .hword 21 .zero 4 .xword .LC9 .xword .LC3110 .hword 4347 .hword 6255 .zero 4 .xword .LC11121 .xword .LC9 .hword 4348 .hword -32455 .zero 4 .xword .LC11122 .xword .LC3053 .hword 4349 .hword 32336 .zero 4 .xword .LC11123 .xword .LC6112 .hword 4352 .hword 12356 .zero 4 .xword .LC11124 .xword .LC11125 .hword 4353 .hword 2 .zero 4 .xword .LC11126 .xword .LC11127 .hword 4353 .hword 4192 .zero 4 .xword .LC11128 .xword .LC11129 .hword 4353 .hword 4938 .zero 4 .xword .LC9 .xword .LC11127 .hword 4353 .hword 5666 .zero 4 .xword .LC11130 .xword .LC11131 .hword 4353 .hword -28416 .zero 4 .xword .LC11132 .xword .LC10033 .hword 4353 .hword -27648 .zero 4 .xword .LC11133 .xword .LC10033 .hword 4353 .hword -27647 .zero 4 .xword .LC11134 .xword .LC10033 .hword 4353 .hword -27392 .zero 4 .xword .LC9 .xword .LC9 .hword 4353 .hword -27390 .zero 4 .xword .LC11135 .xword .LC11136 .hword 4353 .hword -26880 .zero 4 .xword .LC9 .xword .LC11137 .hword 4354 .hword 2 .zero 4 .xword .LC11138 .xword .LC11139 .hword 4354 .hword 3 .zero 4 .xword .LC11140 .xword .LC11141 .hword 4354 .hword 4 .zero 4 .xword .LC11142 .xword .LC11143 .hword 4354 .hword 5 .zero 4 .xword .LC11144 .xword .LC11145 .hword 4354 .hword 6 .zero 4 .xword .LC11146 .xword .LC11147 .hword 4354 .hword 7 .zero 4 .xword .LC11148 .xword .LC11149 .hword 4354 .hword 8 .zero 4 .xword .LC11150 .xword .LC11151 .hword 4354 .hword 10 .zero 4 .xword .LC11152 .xword .LC11153 .hword 4354 .hword 11 .zero 4 .xword .LC11154 .xword .LC11155 .hword 4354 .hword 13 .zero 4 .xword .LC11156 .xword .LC11157 .hword 4354 .hword 17 .zero 4 .xword .LC11158 .xword .LC11159 .hword 4354 .hword 18 .zero 4 .xword .LC11158 .xword .LC11160 .hword 4354 .hword 6 .zero 4 .xword .LC11146 .xword .LC11161 .hword 4354 .hword 4119 .zero 4 .xword .LC11162 .xword .LC11163 .hword 4354 .hword 4128 .zero 4 .xword .LC10123 .xword .LC11164 .hword 4354 .hword 4167 .zero 4 .xword .LC11165 .xword .LC11166 .hword 4354 .hword 4354 .zero 4 .xword .LC11167 .xword .LC11168 .hword 4354 .hword 4977 .zero 4 .xword .LC2806 .xword .LC11169 .hword 4354 .hword 10392 .zero 4 .xword .LC11170 .xword .LC11171 .hword 4354 .hword 16385 .zero 4 .xword .LC6316 .xword .LC11172 .hword 4354 .hword 28674 .zero 4 .xword .LC6316 .xword .LC11173 .hword 4354 .hword 28675 .zero 4 .xword .LC11174 .xword .LC11175 .hword 4354 .hword 28676 .zero 4 .xword .LC11176 .xword .LC11177 .hword 4354 .hword 28677 .zero 4 .xword .LC11178 .xword .LC11179 .hword 4354 .hword 30722 .zero 4 .xword .LC11180 .xword .LC11181 .hword 4354 .hword -30408 .zero 4 .xword .LC11182 .xword .LC11183 .hword 4354 .hword -26624 .zero 4 .xword .LC11174 .xword .LC11184 .hword 4354 .hword 4538 .zero 4 .xword .LC11176 .xword .LC11185 .hword 4354 .hword 1371 .zero 4 .xword .LC11186 .xword .LC9 .hword 4357 .hword 20480 .zero 4 .xword .LC9 .xword .LC11105 .hword 4357 .hword -32000 .zero 4 .xword .LC11187 .xword .LC7395 .hword 4357 .hword -31744 .zero 4 .xword .LC11188 .xword .LC7395 .hword 4357 .hword -31632 .zero 4 .xword .LC11189 .xword .LC11190 .hword 4357 .hword -31627 .zero 4 .xword .LC11191 .xword .LC11192 .hword 4357 .hword -14813 .zero 4 .xword .LC11193 .xword .LC11194 .hword 4358 .hword 304 .zero 4 .xword .LC11195 .xword .LC11196 .hword 4358 .hword 408 .zero 4 .xword .LC9 .xword .LC6163 .hword 4358 .hword 568 .zero 4 .xword .LC11197 .xword .LC6163 .hword 4358 .hword 601 .zero 4 .xword .LC11198 .xword .LC2845 .hword 4358 .hword 617 .zero 4 .xword .LC11199 .xword .LC6163 .hword 4358 .hword 642 .zero 4 .xword .LC11200 .xword .LC6163 .hword 4358 .hword 773 .zero 4 .xword .LC11201 .xword .LC2845 .hword 4358 .hword 788 .zero 4 .xword .LC11202 .xword .LC11203 .hword 4358 .hword 913 .zero 4 .xword .LC11204 .xword .LC2845 .hword 4358 .hword 919 .zero 4 .xword .LC11205 .xword .LC11206 .hword 4358 .hword 1088 .zero 4 .xword .LC11207 .xword .LC11208 .hword 4358 .hword 1089 .zero 4 .xword .LC11209 .xword .LC11210 .hword 4358 .hword 1096 .zero 4 .xword .LC3060 .xword .LC3060 .hword 4358 .hword 1281 .zero 4 .xword .LC11211 .xword .LC2845 .hword 4358 .hword 1285 .zero 4 .xword .LC11212 .xword .LC9425 .hword 4358 .hword 1286 .zero 4 .xword .LC2862 .xword .LC11213 .hword 4358 .hword 1377 .zero 4 .xword .LC11214 .xword .LC2835 .hword 4358 .hword 1393 .zero 4 .xword .LC11215 .xword .LC7544 .hword 4358 .hword 1398 .zero 4 .xword .LC11216 .xword .LC11217 .hword 4358 .hword 1409 .zero 4 .xword .LC11218 .xword .LC11219 .hword 4358 .hword 1413 .zero 4 .xword .LC11220 .xword .LC11221 .hword 4358 .hword 1414 .zero 4 .xword .LC11222 .xword .LC8246 .hword 4358 .hword 1425 .zero 4 .xword .LC11223 .xword .LC11224 .hword 4358 .hword 1429 .zero 4 .xword .LC11225 .xword .LC11226 .hword 4358 .hword 1430 .zero 4 .xword .LC11227 .xword .LC11228 .hword 4358 .hword 1431 .zero 4 .xword .LC11229 .xword .LC11230 .hword 4358 .hword 1432 .zero 4 .xword .LC11231 .xword .LC2845 .hword 4358 .hword 1537 .zero 4 .xword .LC11232 .xword .LC4361 .hword 4358 .hword 1541 .zero 4 .xword .LC11233 .xword .LC11234 .hword 4358 .hword 1664 .zero 4 .xword .LC11235 .xword .LC11236 .hword 4358 .hword 1670 .zero 4 .xword .LC11237 .xword .LC11238 .hword 4358 .hword 1673 .zero 4 .xword .LC11239 .xword .LC9426 .hword 4358 .hword 1681 .zero 4 .xword .LC11240 .xword .LC11241 .hword 4358 .hword 1682 .zero 4 .xword .LC9 .xword .LC7541 .hword 4358 .hword 1683 .zero 4 .xword .LC11242 .xword .LC2845 .hword 4358 .hword 2342 .zero 4 .xword .LC11243 .xword .LC11244 .hword 4358 .hword 4096 .zero 4 .xword .LC11245 .xword .LC2845 .hword 4358 .hword 4102 .zero 4 .xword .LC9425 .xword .LC9426 .hword 4358 .hword 4233 .zero 4 .xword .LC9425 .xword .LC11246 .hword 4358 .hword 4358 .zero 4 .xword .LC2862 .xword .LC11247 .hword 4358 .hword 4359 .zero 4 .xword .LC11248 .xword .LC11249 .hword 4358 .hword 4369 .zero 4 .xword .LC11250 .xword .LC11251 .hword 4358 .hword 4386 .zero 4 .xword .LC2862 .xword .LC11247 .hword 4358 .hword 4612 .zero 4 .xword .LC3271 .xword .LC11252 .hword 4358 .hword 4664 .zero 4 .xword .LC11197 .xword .LC6163 .hword 4358 .hword 4697 .zero 4 .xword .LC11198 .xword .LC2845 .hword 4358 .hword 4713 .zero 4 .xword .LC11199 .xword .LC6163 .hword 4358 .hword 4738 .zero 4 .xword .LC11200 .xword .LC6163 .hword 4358 .hword 4745 .zero 4 .xword .LC11253 .xword .LC11254 .hword 4358 .hword 10394 .zero 4 .xword .LC11253 .xword .LC11254 .hword 4358 .hword 5121 .zero 4 .xword .LC11248 .xword .LC11249 .hword 4358 .hword 5489 .zero 4 .xword .LC11255 .xword .LC2835 .hword 4358 .hword 5525 .zero 4 .xword .LC11256 .xword .LC2845 .hword 4358 .hword 5896 .zero 4 .xword .LC11257 .xword .LC6444 .hword 4358 .hword 6537 .zero 4 .xword .LC11253 .xword .LC11258 .hword 4358 .hword 8198 .zero 4 .xword .LC11259 .xword .LC11260 .hword 4358 .hword 8210 .zero 4 .xword .LC2862 .xword .LC11261 .hword 4358 .hword 8248 .zero 4 .xword .LC2512 .xword .LC11262 .hword 4358 .hword 516 .zero 4 .xword .LC11263 .xword .LC11264 .hword 4358 .hword 8708 .zero 4 .xword .LC3271 .xword .LC11252 .hword 4358 .hword 8760 .zero 4 .xword .LC11197 .xword .LC6163 .hword 4358 .hword 8793 .zero 4 .xword .LC11198 .xword .LC2845 .hword 4358 .hword 8809 .zero 4 .xword .LC11199 .xword .LC6163 .hword 4358 .hword 8834 .zero 4 .xword .LC11200 .xword .LC6163 .hword 4358 .hword 9413 .zero 4 .xword .LC11265 .xword .LC3825 .hword 4358 .hword 12297 .zero 4 .xword .LC6409 .xword .LC3915 .hword 4358 .hword 12344 .zero 4 .xword .LC4726 .xword .LC4727 .hword 4358 .hword 12344 .zero 4 .xword .LC11266 .xword .LC11267 .hword 4358 .hword 12352 .zero 4 .xword .LC11268 .xword .LC11269 .hword 4358 .hword 12353 .zero 4 .xword .LC11245 .xword .LC11249 .hword 4358 .hword 12355 .zero 4 .xword .LC11270 .xword .LC11271 .hword 4358 .hword 12356 .zero 4 .xword .LC11272 .xword .LC11273 .hword 4358 .hword 773 .zero 4 .xword .LC11274 .xword .LC11275 .hword 4358 .hword 12368 .zero 4 .xword .LC11276 .xword .LC11277 .hword 4358 .hword 12369 .zero 4 .xword .LC9 .xword .LC4396 .hword 4358 .hword 12371 .zero 4 .xword .LC11259 .xword .LC11278 .hword 4358 .hword 12375 .zero 4 .xword .LC11279 .xword .LC11280 .hword 4358 .hword 12376 .zero 4 .xword .LC11281 .xword .LC11282 .hword 4358 .hword 12377 .zero 4 .xword .LC9425 .xword .LC11283 .hword 4358 .hword 1424 .zero 4 .xword .LC11284 .xword .LC11285 .hword 4358 .hword 12389 .zero 4 .xword .LC11286 .xword .LC11287 .hword 4358 .hword 12392 .zero 4 .xword .LC11288 .xword .LC11289 .hword 4358 .hword 12392 .zero 4 .xword .LC11290 .xword .LC11291 .hword 4358 .hword 12392 .zero 4 .xword .LC11290 .xword .LC11292 .hword 4358 .hword 12404 .zero 4 .xword .LC9621 .xword .LC2851 .hword 4358 .hword 12422 .zero 4 .xword .LC11237 .xword .LC11293 .hword 4358 .hword 12433 .zero 4 .xword .LC11294 .xword .LC6163 .hword 4358 .hword 12441 .zero 4 .xword .LC11295 .xword .LC6163 .hword 4358 .hword 12545 .zero 4 .xword .LC11296 .xword .LC6163 .hword 4358 .hword 12546 .zero 4 .xword .LC11297 .xword .LC6163 .hword 4358 .hword 12547 .zero 4 .xword .LC11298 .xword .LC6163 .hword 4358 .hword 12548 .zero 4 .xword .LC11299 .xword .LC8089 .hword 4358 .hword 12550 .zero 4 .xword .LC11300 .xword .LC11301 .hword 4358 .hword 12551 .zero 4 .xword .LC11302 .xword .LC2851 .hword 4358 .hword 12552 .zero 4 .xword .LC11303 .xword .LC11304 .hword 4358 .hword 12553 .zero 4 .xword .LC11302 .xword .LC2851 .hword 4358 .hword 12562 .zero 4 .xword .LC7599 .xword .LC6163 .hword 4358 .hword 12563 .zero 4 .xword .LC9 .xword .LC2639 .hword 4358 .hword 12566 .zero 4 .xword .LC11305 .xword .LC11306 .hword 4358 .hword 12568 .zero 4 .xword .LC11307 .xword .LC11308 .hword 4358 .hword 12569 .zero 4 .xword .LC11309 .xword .LC11310 .hword 4358 .hword 12578 .zero 4 .xword .LC11311 .xword .LC11312 .hword 4358 .hword 12579 .zero 4 .xword .LC11313 .xword .LC6163 .hword 4358 .hword 12584 .zero 4 .xword .LC11314 .xword .LC11306 .hword 4358 .hword 12595 .zero 4 .xword .LC11315 .xword .LC6163 .hword 4358 .hword 12615 .zero 4 .xword .LC9621 .xword .LC2851 .hword 4358 .hword 12616 .zero 4 .xword .LC11316 .xword .LC11306 .hword 4358 .hword 12617 .zero 4 .xword .LC11317 .xword .LC3936 .hword 4358 .hword 12630 .zero 4 .xword .LC11318 .xword .LC6163 .hword 4358 .hword 12631 .zero 4 .xword .LC11257 .xword .LC11319 .hword 4358 .hword 12632 .zero 4 .xword .LC9 .xword .LC11306 .hword 4358 .hword 12644 .zero 4 .xword .LC11320 .xword .LC11321 .hword 4358 .hword 12648 .zero 4 .xword .LC11322 .xword .LC11323 .hword 4358 .hword 12663 .zero 4 .xword .LC3057 .xword .LC2851 .hword 4358 .hword 12664 .zero 4 .xword .LC9 .xword .LC6163 .hword 4358 .hword 12680 .zero 4 .xword .LC11324 .xword .LC6163 .hword 4358 .hword 12681 .zero 4 .xword .LC11325 .xword .LC6163 .hword 4358 .hword 12696 .zero 4 .xword .LC11326 .xword .LC11306 .hword 4358 .hword 12802 .zero 4 .xword .LC9 .xword .LC6163 .hword 4358 .hword 12804 .zero 4 .xword .LC11327 .xword .LC6163 .hword 4358 .hword 12805 .zero 4 .xword .LC11328 .xword .LC6163 .hword 4358 .hword 12808 .zero 4 .xword .LC11329 .xword .LC6163 .hword 4358 .hword 12809 .zero 4 .xword .LC9 .xword .LC6163 .hword 4358 .hword 12819 .zero 4 .xword .LC9 .xword .LC2639 .hword 4358 .hword 12839 .zero 4 .xword .LC11330 .xword .LC8246 .hword 4358 .hword 12848 .zero 4 .xword .LC11331 .xword .LC11332 .hword 4358 .hword 12856 .zero 4 .xword .LC11197 .xword .LC11306 .hword 4358 .hword 12873 .zero 4 .xword .LC11333 .xword .LC11334 .hword 4358 .hword 12883 .zero 4 .xword .LC11335 .xword .LC11336 .hword 4358 .hword 12888 .zero 4 .xword .LC11337 .xword .LC11306 .hword 4358 .hword 12889 .zero 4 .xword .LC3271 .xword .LC6163 .hword 4358 .hword 12905 .zero 4 .xword .LC11199 .xword .LC6163 .hword 4358 .hword 12930 .zero 4 .xword .LC11200 .xword .LC6163 .hword 4358 .hword 12936 .zero 4 .xword .LC11338 .xword .LC11339 .hword 4358 .hword 13123 .zero 4 .xword .LC11340 .xword .LC11341 .hword 4358 .hword 13124 .zero 4 .xword .LC11342 .xword .LC11343 .hword 4358 .hword 13129 .zero 4 .xword .LC11266 .xword .LC11344 .hword 4358 .hword 13157 .zero 4 .xword .LC11250 .xword .LC11251 .hword 4358 .hword 13169 .zero 4 .xword .LC11345 .xword .LC11346 .hword 4358 .hword 13315 .zero 4 .xword .LC11347 .xword .LC11348 .hword 4358 .hword 13443 .zero 4 .xword .LC11349 .xword .LC11350 .hword 4358 .hword 13952 .zero 4 .xword .LC11351 .xword .LC11352 .hword 4358 .hword 16410 .zero 4 .xword .LC11353 .xword .LC11354 .hword 4358 .hword 16713 .zero 4 .xword .LC11355 .xword .LC11356 .hword 4358 .hword 16900 .zero 4 .xword .LC3271 .xword .LC6163 .hword 4358 .hword 16952 .zero 4 .xword .LC11197 .xword .LC6163 .hword 4358 .hword 16984 .zero 4 .xword .LC3271 .xword .LC6163 .hword 4358 .hword 16985 .zero 4 .xword .LC3271 .xword .LC6163 .hword 4358 .hword 17001 .zero 4 .xword .LC11199 .xword .LC6163 .hword 4358 .hword 17026 .zero 4 .xword .LC11200 .xword .LC6163 .hword 4358 .hword 17303 .zero 4 .xword .LC11205 .xword .LC11357 .hword 4358 .hword 20480 .zero 4 .xword .LC9425 .xword .LC11358 .hword 4358 .hword 20528 .zero 4 .xword .LC11227 .xword .LC11280 .hword 4358 .hword 21256 .zero 4 .xword .LC11359 .xword .LC11360 .hword 4358 .hword 21362 .zero 4 .xword .LC11223 .xword .LC11361 .hword 4358 .hword 24832 .zero 4 .xword .LC11362 .xword .LC11363 .hword 4358 .hword 25223 .zero 4 .xword .LC11364 .xword .LC11365 .hword 4358 .hword 28772 .zero 4 .xword .LC11366 .xword .LC11367 .hword 4358 .hword 29188 .zero 4 .xword .LC11368 .xword .LC6163 .hword 4358 .hword 29189 .zero 4 .xword .LC11369 .xword .LC11370 .hword 4358 .hword 29240 .zero 4 .xword .LC11197 .xword .LC6163 .hword 4358 .hword 29272 .zero 4 .xword .LC11337 .xword .LC6163 .hword 4358 .hword 29273 .zero 4 .xword .LC11371 .xword .LC6163 .hword 4358 .hword 29289 .zero 4 .xword .LC11199 .xword .LC6163 .hword 4358 .hword 29314 .zero 4 .xword .LC11200 .xword .LC6163 .hword 4358 .hword 29523 .zero 4 .xword .LC11218 .xword .LC11372 .hword 4358 .hword 29554 .zero 4 .xword .LC4954 .xword .LC11372 .hword 4358 .hword 30053 .zero 4 .xword .LC11373 .xword .LC11374 .hword 4358 .hword -32248 .zero 4 .xword .LC11375 .xword .LC6882 .hword 4358 .hword -32207 .zero 4 .xword .LC11376 .xword .LC2851 .hword 4358 .hword -32203 .zero 4 .xword .LC11377 .xword .LC7952 .hword 4358 .hword -32201 .zero 4 .xword .LC4954 .xword .LC3058 .hword 4358 .hword -31995 .zero 4 .xword .LC11378 .xword .LC6882 .hword 4358 .hword -31855 .zero 4 .xword .LC11204 .xword .LC6882 .hword 4358 .hword -31487 .zero 4 .xword .LC11211 .xword .LC6882 .hword 4358 .hword -31338 .zero 4 .xword .LC11227 .xword .LC6882 .hword 4358 .hword -31337 .zero 4 .xword .LC11229 .xword .LC11379 .hword 4358 .hword -31336 .zero 4 .xword .LC11231 .xword .LC11379 .hword 4358 .hword -31231 .zero 4 .xword .LC11380 .xword .LC11379 .hword 4358 .hword -31230 .zero 4 .xword .LC9 .xword .LC11381 .hword 4358 .hword -31227 .zero 4 .xword .LC11382 .xword .LC11383 .hword 4358 .hword -31087 .zero 4 .xword .LC11384 .xword .LC11379 .hword 4358 .hword -31085 .zero 4 .xword .LC11385 .xword .LC11379 .hword 4358 .hword -30432 .zero 4 .xword .LC9425 .xword .LC9426 .hword 4358 .hword -28104 .zero 4 .xword .LC11197 .xword .LC11386 .hword 4358 .hword -27752 .zero 4 .xword .LC11387 .xword .LC11388 .hword 4358 .hword -27344 .zero 4 .xword .LC2862 .xword .LC11389 .hword 4358 .hword -26507 .zero 4 .xword .LC2470 .xword .LC2884 .hword 4358 .hword -26506 .zero 4 .xword .LC11302 .xword .LC2851 .hword 4358 .hword -24056 .zero 4 .xword .LC11329 .xword .LC4629 .hword 4358 .hword -24008 .zero 4 .xword .LC11197 .xword .LC4629 .hword 4358 .hword -20449 .zero 4 .xword .LC11390 .xword .LC11391 .hword 4358 .hword -20335 .zero 4 .xword .LC11294 .xword .LC11379 .hword 4358 .hword -20327 .zero 4 .xword .LC11392 .xword .LC11379 .hword 4358 .hword -20223 .zero 4 .xword .LC11296 .xword .LC11379 .hword 4358 .hword -20222 .zero 4 .xword .LC11297 .xword .LC11379 .hword 4358 .hword -20221 .zero 4 .xword .LC11298 .xword .LC11379 .hword 4358 .hword -20206 .zero 4 .xword .LC7599 .xword .LC11379 .hword 4358 .hword -20205 .zero 4 .xword .LC9 .xword .LC11386 .hword 4358 .hword -20203 .zero 4 .xword .LC11393 .xword .LC11394 .hword 4358 .hword -20202 .zero 4 .xword .LC11305 .xword .LC11379 .hword 4358 .hword -20173 .zero 4 .xword .LC11395 .xword .LC11394 .hword 4358 .hword -20152 .zero 4 .xword .LC11396 .xword .LC11397 .hword 4358 .hword -20138 .zero 4 .xword .LC11318 .xword .LC11379 .hword 4358 .hword -20136 .zero 4 .xword .LC11398 .xword .LC11379 .hword 4358 .hword -20120 .zero 4 .xword .LC3057 .xword .LC11399 .hword 4358 .hword -20088 .zero 4 .xword .LC11400 .xword .LC11401 .hword 4358 .hword -20072 .zero 4 .xword .LC11402 .xword .LC11399 .hword 4358 .hword -19949 .zero 4 .xword .LC9 .xword .LC11386 .hword 4358 .hword -15864 .zero 4 .xword .LC11329 .xword .LC4629 .hword 4358 .hword -15816 .zero 4 .xword .LC11197 .xword .LC4629 .hword 4358 .hword -11768 .zero 4 .xword .LC11329 .xword .LC4629 .hword 4358 .hword -11757 .zero 4 .xword .LC9 .xword .LC2639 .hword 4358 .hword -11720 .zero 4 .xword .LC11197 .xword .LC4629 .hword 4358 .hword -7672 .zero 4 .xword .LC11329 .xword .LC4629 .hword 4358 .hword -7624 .zero 4 .xword .LC11197 .xword .LC4629 .hword 4358 .hword -6367 .zero 4 .xword .LC11403 .xword .LC11404 .hword 4358 .hword -6364 .zero 4 .xword .LC11405 .xword .LC11406 .hword 4358 .hword -3576 .zero 4 .xword .LC11329 .xword .LC4629 .hword 4358 .hword -3528 .zero 4 .xword .LC11197 .xword .LC4629 .hword 4359 .hword -31370 .zero 4 .xword .LC9 .xword .LC7244 .hword 4360 .hword 256 .zero 4 .xword .LC11407 .xword .LC11098 .hword 4360 .hword 257 .zero 4 .xword .LC11408 .xword .LC11409 .hword 4360 .hword 261 .zero 4 .xword .LC11410 .xword .LC11098 .hword 4360 .hword 264 .zero 4 .xword .LC11410 .xword .LC11098 .hword 4360 .hword 312 .zero 4 .xword .LC11410 .xword .LC11098 .hword 4360 .hword 313 .zero 4 .xword .LC11410 .xword .LC11098 .hword 4360 .hword 316 .zero 4 .xword .LC11410 .xword .LC11098 .hword 4360 .hword 317 .zero 4 .xword .LC11410 .xword .LC11098 .hword 4361 .hword 5120 .zero 4 .xword .LC11411 .xword .LC11412 .hword 4363 .hword 1 .zero 4 .xword .LC11413 .xword .LC11414 .hword 4363 .hword 2 .zero 4 .xword .LC11415 .xword .LC11416 .hword 4363 .hword 4 .zero 4 .xword .LC11413 .xword .LC11417 .hword 5098 .hword 12593 .zero 4 .xword .LC11418 .xword .LC11419 .hword 5098 .hword 12596 .zero 4 .xword .LC11420 .xword .LC11421 .hword 5104 .hword 512 .zero 4 .xword .LC2890 .xword .LC11422 .hword 5104 .hword 513 .zero 4 .xword .LC11423 .xword .LC11424 .hword 5104 .hword 768 .zero 4 .xword .LC11425 .xword .LC11426 .hword 5104 .hword 4129 .zero 4 .xword .LC11427 .xword .LC11428 .hword 5104 .hword 4131 .zero 4 .xword .LC11429 .xword .LC3440 .hword 5104 .hword 5104 .zero 4 .xword .LC11430 .xword .LC11431 .hword 5105 .hword 40 .zero 4 .xword .LC2466 .xword .LC2467 .hword 5117 .hword 5646 .zero 4 .xword .LC11432 .xword .LC11433 .hword 5117 .hword 5663 .zero 4 .xword .LC11434 .xword .LC1802 .hword 5117 .hword 6208 .zero 4 .xword .LC11435 .xword .LC11436 .hword 5120 .hword 1 .zero 4 .xword .LC9 .xword .LC9 .hword 5120 .hword 3 .zero 4 .xword .LC9 .xword .LC9 .hword 5120 .hword 4 .zero 4 .xword .LC2964 .xword .LC2964 .hword 5120 .hword 5121 .zero 4 .xword .LC11437 .xword .LC11438 .hword 5129 .hword 5129 .zero 4 .xword .LC11439 .xword .LC11440 .hword 5129 .hword 29032 .zero 4 .xword .LC11441 .xword .LC11442 .hword 5129 .hword 29288 .zero 4 .xword .LC11443 .xword .LC11444 .hword 5129 .hword 7268 .zero 4 .xword .LC11445 .xword .LC11444 .hword 5131 .hword 1552 .zero 4 .xword .LC9 .xword .LC9 .hword 5131 .hword 1557 .zero 4 .xword .LC4740 .xword .LC11446 .hword 5131 .hword 1666 .zero 4 .xword .LC4740 .xword .LC4740 .hword 5141 .hword -31743 .zero 4 .xword .LC11447 .xword .LC11448 .hword 5141 .hword -31741 .zero 4 .xword .LC11449 .xword .LC11450 .hword 5141 .hword -27392 .zero 4 .xword .LC9029 .xword .LC11451 .hword 5141 .hword -27391 .zero 4 .xword .LC11452 .xword .LC3040 .hword 5141 .hword -27387 .zero 4 .xword .LC11453 .xword .LC9223 .hword 5141 .hword -27382 .zero 4 .xword .LC11452 .xword .LC11454 .hword 5141 .hword -27381 .zero 4 .xword .LC11455 .xword .LC11456 .hword 5141 .hword -27376 .zero 4 .xword .LC11452 .xword .LC11457 .hword 5141 .hword -27375 .zero 4 .xword .LC11458 .xword .LC11459 .hword 5141 .hword -27374 .zero 4 .xword .LC11452 .xword .LC11460 .hword 5141 .hword -27373 .zero 4 .xword .LC11452 .xword .LC11461 .hword 5141 .hword -27359 .zero 4 .xword .LC9029 .xword .LC9223 .hword 5141 .hword -27357 .zero 4 .xword .LC9029 .xword .LC11462 .hword 5141 .hword -16112 .zero 4 .xword .LC11463 .xword .LC11464 .hword 5141 .hword -16040 .zero 4 .xword .LC11463 .xword .LC11465 .hword 5141 .hword -16035 .zero 4 .xword .LC11463 .xword .LC11466 .hword 5141 .hword -15864 .zero 4 .xword .LC11467 .xword .LC11468 .hword 5141 .hword -15859 .zero 4 .xword .LC11467 .xword .LC11469 .hword 5141 .hword -15608 .zero 4 .xword .LC11470 .xword .LC11471 .hword 5141 .hword -15603 .zero 4 .xword .LC11470 .xword .LC11472 .hword 5144 .hword 1921 .zero 4 .xword .LC11473 .xword .LC11474 .hword 5151 .hword 24961 .zero 4 .xword .LC11475 .xword .LC11476 .hword 5157 .hword 48 .zero 4 .xword .LC3007 .xword .LC11477 .hword 5157 .hword 49 .zero 4 .xword .LC3007 .xword .LC11478 .hword 5157 .hword 50 .zero 4 .xword .LC3007 .xword .LC11479 .hword 5157 .hword 51 .zero 4 .xword .LC3007 .xword .LC11480 .hword 5157 .hword 52 .zero 4 .xword .LC3007 .xword .LC11481 .hword 5157 .hword 53 .zero 4 .xword .LC3007 .xword .LC11482 .hword 5157 .hword 54 .zero 4 .xword .LC3007 .xword .LC11483 .hword 5157 .hword 55 .zero 4 .xword .LC3007 .xword .LC11484 .hword 5157 .hword 17409 .zero 4 .xword .LC3007 .xword .LC11485 .hword 5157 .hword 17410 .zero 4 .xword .LC3007 .xword .LC11486 .hword 5157 .hword 17411 .zero 4 .xword .LC3007 .xword .LC11487 .hword 5157 .hword 17412 .zero 4 .xword .LC3007 .xword .LC11488 .hword 5157 .hword 17413 .zero 4 .xword .LC3007 .xword .LC11489 .hword 5157 .hword 17414 .zero 4 .xword .LC3007 .xword .LC11490 .hword 5157 .hword 17415 .zero 4 .xword .LC3007 .xword .LC11491 .hword 5157 .hword 17416 .zero 4 .xword .LC3007 .xword .LC11492 .hword 5157 .hword 17417 .zero 4 .xword .LC3007 .xword .LC11493 .hword 5157 .hword 17418 .zero 4 .xword .LC3007 .xword .LC11494 .hword 5157 .hword 17421 .zero 4 .xword .LC3007 .xword .LC11495 .hword 5157 .hword 17422 .zero 4 .xword .LC3007 .xword .LC11496 .hword 5157 .hword 28997 .zero 4 .xword .LC6322 .xword .LC3007 .hword 5190 .hword 27251 .zero 4 .xword .LC3260 .xword .LC3260 .hword 5218 .hword 193 .zero 4 .xword .LC11497 .xword .LC11498 .hword 5218 .hword 18208 .zero 4 .xword .LC11499 .xword .LC11500 .hword 5218 .hword 20593 .zero 4 .xword .LC11499 .xword .LC11500 .hword 5218 .hword 22884 .zero 4 .xword .LC11501 .xword .LC11502 .hword 5218 .hword 28960 .zero 4 .xword .LC9 .xword .LC9 .hword 5218 .hword 31072 .zero 4 .xword .LC11503 .xword .LC11503 .hword 5233 .hword 392 .zero 4 .xword .LC11504 .xword .LC11505 .hword 5263 .hword 4096 .zero 4 .xword .LC3006 .xword .LC11506 .hword 5263 .hword 5263 .zero 4 .xword .LC11507 .xword .LC11508 .hword 5263 .hword 8192 .zero 4 .xword .LC2512 .xword .LC11509 .hword 5263 .hword 8304 .zero 4 .xword .LC11510 .xword .LC11511 .hword 5263 .hword 9587 .zero 4 .xword .LC11512 .xword .LC11513 .hword 5263 .hword 10352 .zero 4 .xword .LC11510 .xword .LC11514 .hword 5263 .hword 12288 .zero 4 .xword .LC11515 .xword .LC11516 .hword 5263 .hword 12400 .zero 4 .xword .LC11517 .xword .LC11518 .hword 5263 .hword 13682 .zero 4 .xword .LC11519 .xword .LC11520 .hword 5263 .hword 21360 .zero 4 .xword .LC11521 .xword .LC11522 .hword 5263 .hword -28639 .zero 4 .xword .LC2512 .xword .LC11523 .hword 5289 .hword -21217 .zero 4 .xword .LC2470 .xword .LC2470 .hword 5297 .hword 0 .zero 4 .xword .LC11524 .xword .LC11525 .hword 5297 .hword 4147 .zero 4 .xword .LC11526 .xword .LC5210 .hword 5297 .hword 12080 .zero 4 .xword .LC4851 .xword .LC11527 .hword 5313 .hword -32701 .zero 4 .xword .LC11528 .xword .LC11529 .hword 5325 .hword 3 .zero 4 .xword .LC11530 .xword .LC11531 .hword 5325 .hword 4097 .zero 4 .xword .LC11532 .xword .LC11533 .hword 5325 .hword 5770 .zero 4 .xword .LC4740 .xword .LC11534 .hword 5327 .hword 10528 .zero 4 .xword .LC11535 .xword .LC11536 .hword 5337 .hword 16 .zero 4 .xword .LC11537 .xword .LC11538 .hword 5348 .hword 56 .zero 4 .xword .LC11539 .xword .LC11540 .hword 5348 .hword 258 .zero 4 .xword .LC11541 .xword .LC11542 .hword 5348 .hword 792 .zero 4 .xword .LC4688 .xword .LC4688 .hword 5348 .hword 847 .zero 4 .xword .LC11543 .xword .LC3271 .hword 5348 .hword 1205 .zero 4 .xword .LC11544 .xword .LC11545 .hword 5348 .hword 1842 .zero 4 .xword .LC11546 .xword .LC11547 .hword 5348 .hword 2048 .zero 4 .xword .LC11548 .xword .LC11549 .hword 5348 .hword 2052 .zero 4 .xword .LC11548 .xword .LC11550 .hword 5348 .hword 2053 .zero 4 .xword .LC11548 .xword .LC11551 .hword 5348 .hword 2054 .zero 4 .xword .LC11548 .xword .LC11552 .hword 5348 .hword 2059 .zero 4 .xword .LC11548 .xword .LC11553 .hword 5348 .hword 2063 .zero 4 .xword .LC11548 .xword .LC11554 .hword 5348 .hword 2065 .zero 4 .xword .LC11548 .xword .LC11555 .hword 5348 .hword 2070 .zero 4 .xword .LC11556 .xword .LC11551 .hword 5348 .hword 4660 .zero 4 .xword .LC11557 .xword .LC11558 .hword 5348 .hword 4961 .zero 4 .xword .LC11559 .xword .LC8681 .hword 5348 .hword 5348 .zero 4 .xword .LC11560 .xword .LC11561 .hword 5348 .hword 5488 .zero 4 .xword .LC11562 .xword .LC11563 .hword 5348 .hword 5632 .zero 4 .xword .LC11564 .xword .LC11565 .hword 5348 .hword 5633 .zero 4 .xword .LC11566 .xword .LC11567 .hword 5348 .hword 5648 .zero 4 .xword .LC11568 .xword .LC11569 .hword 5348 .hword 5650 .zero 4 .xword .LC11570 .xword .LC11571 .hword 5348 .hword 5653 .zero 4 .xword .LC11572 .xword .LC11573 .hword 5348 .hword 5663 .zero 4 .xword .LC11570 .xword .LC11574 .hword 5348 .hword 5689 .zero 4 .xword .LC11575 .xword .LC11576 .hword 5348 .hword 5691 .zero 4 .xword .LC11575 .xword .LC11577 .hword 5348 .hword 5700 .zero 4 .xword .LC11578 .xword .LC11579 .hword 5348 .hword 5701 .zero 4 .xword .LC11580 .xword .LC11581 .hword 5348 .hword 5702 .zero 4 .xword .LC11582 .xword .LC11583 .hword 5348 .hword 5703 .zero 4 .xword .LC11584 .xword .LC11585 .hword 5348 .hword 5704 .zero 4 .xword .LC11586 .xword .LC11587 .hword 5348 .hword 5708 .zero 4 .xword .LC11588 .xword .LC11589 .hword 5348 .hword 5709 .zero 4 .xword .LC11590 .xword .LC11591 .hword 5348 .hword 5712 .zero 4 .xword .LC11592 .xword .LC11593 .hword 5348 .hword 5715 .zero 4 .xword .LC11594 .xword .LC11595 .hword 5348 .hword 5716 .zero 4 .xword .LC11596 .xword .LC11583 .hword 5348 .hword 5720 .zero 4 .xword .LC11597 .xword .LC11598 .hword 5348 .hword 5721 .zero 4 .xword .LC11599 .xword .LC11600 .hword 5348 .hword 5722 .zero 4 .xword .LC11601 .xword .LC11602 .hword 5348 .hword 5725 .zero 4 .xword .LC11603 .xword .LC11595 .hword 5348 .hword 5726 .zero 4 .xword .LC11604 .xword .LC11583 .hword 5348 .hword 5727 .zero 4 .xword .LC11605 .xword .LC11606 .hword 5348 .hword 5738 .zero 4 .xword .LC11607 .xword .LC11608 .hword 5348 .hword 5739 .zero 4 .xword .LC11609 .xword .LC11583 .hword 5348 .hword 5741 .zero 4 .xword .LC11610 .xword .LC11611 .hword 5348 .hword 5742 .zero 4 .xword .LC11612 .xword .LC11583 .hword 5348 .hword 359 .zero 4 .xword .LC11613 .xword .LC11591 .hword 5348 .hword 5746 .zero 4 .xword .LC11614 .xword .LC11583 .hword 5348 .hword 5747 .zero 4 .xword .LC11615 .xword .LC11583 .hword 5348 .hword 5748 .zero 4 .xword .LC11616 .xword .LC11617 .hword 5348 .hword 5750 .zero 4 .xword .LC11618 .xword .LC11583 .hword 5348 .hword 5751 .zero 4 .xword .LC11619 .xword .LC11567 .hword 5348 .hword 5751 .zero 4 .xword .LC11620 .xword .LC11621 .hword 5348 .hword 5754 .zero 4 .xword .LC11622 .xword .LC11623 .hword 5348 .hword 5755 .zero 4 .xword .LC11624 .xword .LC11583 .hword 5348 .hword 5756 .zero 4 .xword .LC11625 .xword .LC11583 .hword 5348 .hword 5757 .zero 4 .xword .LC11626 .xword .LC11595 .hword 5348 .hword 5758 .zero 4 .xword .LC11627 .xword .LC11628 .hword 5348 .hword 5760 .zero 4 .xword .LC11629 .xword .LC11567 .hword 5348 .hword 5761 .zero 4 .xword .LC11630 .xword .LC11631 .hword 5348 .hword 5764 .zero 4 .xword .LC11632 .xword .LC11595 .hword 5348 .hword 5776 .zero 4 .xword .LC11633 .xword .LC11634 .hword 5348 .hword 5777 .zero 4 .xword .LC11584 .xword .LC11635 .hword 5348 .hword 5777 .zero 4 .xword .LC11636 .xword .LC11637 .hword 5348 .hword 5778 .zero 4 .xword .LC11560 .xword .LC11638 .hword 5348 .hword 5779 .zero 4 .xword .LC11639 .xword .LC11640 .hword 5348 .hword 5782 .zero 4 .xword .LC11620 .xword .LC11641 .hword 5348 .hword 5784 .zero 4 .xword .LC11642 .xword .LC11643 .hword 5348 .hword 5786 .zero 4 .xword .LC11639 .xword .LC11644 .hword 5348 .hword 5787 .zero 4 .xword .LC11645 .xword .LC11583 .hword 5348 .hword 5788 .zero 4 .xword .LC11646 .xword .LC11637 .hword 5348 .hword 5789 .zero 4 .xword .LC11647 .xword .LC11648 .hword 5348 .hword 5790 .zero 4 .xword .LC11622 .xword .LC11600 .hword 5348 .hword 5798 .zero 4 .xword .LC11649 .xword .LC3500 .hword 5348 .hword 5799 .zero 4 .xword .LC9259 .xword .LC3500 .hword 5348 .hword 5800 .zero 4 .xword .LC11650 .xword .LC11583 .hword 5348 .hword 5802 .zero 4 .xword .LC11651 .xword .LC11652 .hword 5348 .hword 5809 .zero 4 .xword .LC11653 .xword .LC11653 .hword 5348 .hword 5813 .zero 4 .xword .LC11654 .xword .LC11655 .hword 5348 .hword 5822 .zero 4 .xword .LC11656 .xword .LC11657 .hword 5348 .hword 5823 .zero 4 .xword .LC11658 .xword .LC11659 .hword 5348 .hword 5830 .zero 4 .xword .LC11660 .xword .LC11583 .hword 5348 .hword 5831 .zero 4 .xword .LC11661 .xword .LC11662 .hword 5348 .hword 5853 .zero 4 .xword .LC11663 .xword .LC11583 .hword 5348 .hword 5879 .zero 4 .xword .LC11664 .xword .LC11665 .hword 5348 .hword 5885 .zero 4 .xword .LC11666 .xword .LC11667 .hword 5348 .hword 5886 .zero 4 .xword .LC11668 .xword .LC11583 .hword 5348 .hword 5900 .zero 4 .xword .LC11669 .xword .LC11670 .hword 5348 .hword 5901 .zero 4 .xword .LC11671 .xword .LC11672 .hword 5348 .hword 5902 .zero 4 .xword .LC11671 .xword .LC11673 .hword 5348 .hword 5907 .zero 4 .xword .LC11674 .xword .LC11675 .hword 5348 .hword 8675 .zero 4 .xword .LC5496 .xword .LC5497 .hword 5348 .hword 819 .zero 4 .xword .LC11676 .xword .LC11677 .hword 5348 .hword 13138 .zero 4 .xword .LC11678 .xword .LC11679 .hword 5348 .hword 13152 .zero 4 .xword .LC11680 .xword .LC11681 .hword 5348 .hword 16913 .zero 4 .xword .LC11682 .xword .LC11683 .hword 5348 .hword 16914 .zero 4 .xword .LC11684 .xword .LC11685 .hword 5348 .hword 17153 .zero 4 .xword .LC11686 .xword .LC11687 .hword 5348 .hword 17155 .zero 4 .xword .LC11688 .xword .LC11689 .hword 5348 .hword 17157 .zero 4 .xword .LC11690 .xword .LC11691 .hword 5348 .hword 17158 .zero 4 .xword .LC11692 .xword .LC11693 .hword 5348 .hword 17159 .zero 4 .xword .LC11692 .xword .LC11694 .hword 5348 .hword 17168 .zero 4 .xword .LC11695 .xword .LC11696 .hword 5348 .hword 17169 .zero 4 .xword .LC11697 .xword .LC5069 .hword 5348 .hword 17170 .zero 4 .xword .LC11695 .xword .LC11698 .hword 5348 .hword 17171 .zero 4 .xword .LC11699 .xword .LC11700 .hword 5348 .hword 17173 .zero 4 .xword .LC11701 .xword .LC11702 .hword 5348 .hword 17176 .zero 4 .xword .LC11703 .xword .LC11704 .hword 5348 .hword 17184 .zero 4 .xword .LC11692 .xword .LC11705 .hword 5348 .hword 17185 .zero 4 .xword .LC11692 .xword .LC11706 .hword 5348 .hword 17186 .zero 4 .xword .LC11692 .xword .LC11707 .hword 5348 .hword 17187 .zero 4 .xword .LC11692 .xword .LC11691 .hword 5348 .hword 17188 .zero 4 .xword .LC11708 .xword .LC11709 .hword 5348 .hword 17189 .zero 4 .xword .LC11692 .xword .LC11710 .hword 5348 .hword 17190 .zero 4 .xword .LC11692 .xword .LC11711 .hword 5348 .hword 17192 .zero 4 .xword .LC11712 .xword .LC11713 .hword 5348 .hword 17193 .zero 4 .xword .LC11714 .xword .LC11715 .hword 5348 .hword 17195 .zero 4 .xword .LC11716 .xword .LC11717 .hword 5348 .hword 17201 .zero 4 .xword .LC11718 .xword .LC11719 .hword 5348 .hword 17235 .zero 4 .xword .LC11720 .xword .LC11721 .hword 5348 .hword 17239 .zero 4 .xword .LC11722 .xword .LC11723 .hword 5348 .hword 17240 .zero 4 .xword .LC11724 .xword .LC11725 .hword 5348 .hword 17241 .zero 4 .xword .LC11726 .xword .LC11727 .hword 5348 .hword 17253 .zero 4 .xword .LC11728 .xword .LC11729 .hword 5348 .hword 17313 .zero 4 .xword .LC11730 .xword .LC11731 .hword 5348 .hword 17409 .zero 4 .xword .LC11732 .xword .LC11733 .hword 5348 .hword 17410 .zero 4 .xword .LC11734 .xword .LC11733 .hword 5348 .hword 17411 .zero 4 .xword .LC11735 .xword .LC11691 .hword 5348 .hword 17424 .zero 4 .xword .LC11736 .xword .LC11737 .hword 5348 .hword 17425 .zero 4 .xword .LC11738 .xword .LC11691 .hword 5348 .hword 17426 .zero 4 .xword .LC11739 .xword .LC11740 .hword 5348 .hword 17456 .zero 4 .xword .LC11741 .xword .LC11742 .hword 5348 .hword 17458 .zero 4 .xword .LC11741 .xword .LC11743 .hword 5348 .hword 17936 .zero 4 .xword .LC11744 .xword .LC11745 .hword 5348 .hword 17937 .zero 4 .xword .LC11744 .xword .LC11746 .hword 5348 .hword 17938 .zero 4 .xword .LC11744 .xword .LC11747 .hword 5348 .hword 17939 .zero 4 .xword .LC11744 .xword .LC11552 .hword 5348 .hword 17940 .zero 4 .xword .LC11744 .xword .LC11555 .hword 5348 .hword 17941 .zero 4 .xword .LC11744 .xword .LC11748 .hword 5348 .hword 18180 .zero 4 .xword .LC11749 .xword .LC11745 .hword 5348 .hword 18184 .zero 4 .xword .LC11749 .xword .LC2453 .hword 5348 .hword 18192 .zero 4 .xword .LC11750 .xword .LC11745 .hword 5348 .hword 18193 .zero 4 .xword .LC11751 .xword .LC11752 .hword 5348 .hword 18194 .zero 4 .xword .LC11751 .xword .LC11753 .hword 5348 .hword 18195 .zero 4 .xword .LC11751 .xword .LC11552 .hword 5348 .hword 18196 .zero 4 .xword .LC11751 .xword .LC11555 .hword 5348 .hword 18197 .zero 4 .xword .LC11751 .xword .LC11748 .hword 5348 .hword 18198 .zero 4 .xword .LC11751 .xword .LC11754 .hword 5348 .hword 18199 .zero 4 .xword .LC11751 .xword .LC11755 .hword 5348 .hword 18200 .zero 4 .xword .LC11751 .xword .LC11553 .hword 5348 .hword 18208 .zero 4 .xword .LC11756 .xword .LC11757 .hword 5348 .hword 18214 .zero 4 .xword .LC11758 .xword .LC4851 .hword 5348 .hword 18215 .zero 4 .xword .LC11759 .xword .LC11760 .hword 5348 .hword 18216 .zero 4 .xword .LC11758 .xword .LC4851 .hword 5348 .hword 13123 .zero 4 .xword .LC11761 .xword .LC11762 .hword 5348 .hword 21349 .zero 4 .xword .LC11763 .xword .LC11745 .hword 5348 .hword 22016 .zero 4 .xword .LC11764 .xword .LC11765 .hword 5348 .hword 22021 .zero 4 .xword .LC11766 .xword .LC11765 .hword 5348 .hword 22037 .zero 4 .xword .LC11767 .xword .LC11765 .hword 5348 .hword 22053 .zero 4 .xword .LC11768 .xword .LC11765 .hword 5348 .hword 22085 .zero 4 .xword .LC11769 .xword .LC11765 .hword 5348 .hword 22128 .zero 4 .xword .LC11770 .xword .LC11771 .hword 5348 .hword 22144 .zero 4 .xword .LC11772 .xword .LC11773 .hword 5348 .hword 22160 .zero 4 .xword .LC11774 .xword .LC11775 .hword 5348 .hword 22161 .zero 4 .xword .LC11776 .xword .LC11777 .hword 5348 .hword 22530 .zero 4 .xword .LC11778 .xword .LC11779 .hword 5348 .hword 22533 .zero 4 .xword .LC11780 .xword .LC11781 .hword 5348 .hword 22560 .zero 4 .xword .LC11782 .xword .LC2453 .hword 5348 .hword 22561 .zero 4 .xword .LC11783 .xword .LC2453 .hword 5348 .hword 22562 .zero 4 .xword .LC11784 .xword .LC2453 .hword 5348 .hword 22563 .zero 4 .xword .LC11785 .xword .LC2453 .hword 5348 .hword 22564 .zero 4 .xword .LC11786 .xword .LC2453 .hword 5348 .hword 22565 .zero 4 .xword .LC11787 .xword .LC11787 .hword 5348 .hword 22592 .zero 4 .xword .LC11788 .xword .LC2453 .hword 5348 .hword 22593 .zero 4 .xword .LC11789 .xword .LC2453 .hword 5348 .hword 22608 .zero 4 .xword .LC11790 .xword .LC2453 .hword 5348 .hword 29473 .zero 4 .xword .LC11619 .xword .LC11791 .hword 5348 .hword 29713 .zero 4 .xword .LC11792 .xword .LC11793 .hword 5348 .hword -31147 .zero 4 .xword .LC11794 .xword .LC11795 .hword 5348 .hword -32752 .zero 4 .xword .LC11796 .xword .LC11797 .hword 5348 .hword -32751 .zero 4 .xword .LC11798 .xword .LC11797 .hword 5348 .hword -32750 .zero 4 .xword .LC11799 .xword .LC11797 .hword 5348 .hword -32746 .zero 4 .xword .LC11800 .xword .LC11801 .hword 5348 .hword -32744 .zero 4 .xword .LC11802 .xword .LC11803 .hword 5348 .hword -32743 .zero 4 .xword .LC11804 .xword .LC11805 .hword 5348 .hword -32734 .zero 4 .xword .LC11806 .xword .LC11803 .hword 5348 .hword -32733 .zero 4 .xword .LC11807 .xword .LC11808 .hword 5348 .hword -32731 .zero 4 .xword .LC11809 .xword .LC11810 .hword 5348 .hword -32254 .zero 4 .xword .LC11811 .xword .LC11812 .hword 5348 .hword -31948 .zero 4 .xword .LC11813 .xword .LC11814 .hword 5348 .hword -31934 .zero 4 .xword .LC11815 .xword .LC11816 .hword 5348 .hword -31932 .zero 4 .xword .LC11817 .xword .LC11818 .hword 5348 .hword -31930 .zero 4 .xword .LC11819 .xword .LC11820 .hword 5348 .hword -31853 .zero 4 .xword .LC11821 .xword .LC11822 .hword 5348 .hword -31852 .zero 4 .xword .LC11823 .xword .LC11824 .hword 5348 .hword -31743 .zero 4 .xword .LC11825 .xword .LC11826 .hword 5348 .hword -31742 .zero 4 .xword .LC11827 .xword .LC11826 .hword 5348 .hword -31739 .zero 4 .xword .LC11828 .xword .LC11826 .hword 5348 .hword -31738 .zero 4 .xword .LC11829 .xword .LC11826 .hword 5348 .hword -31736 .zero 4 .xword .LC11830 .xword .LC11826 .hword 5348 .hword -31727 .zero 4 .xword .LC11831 .xword .LC11826 .hword 5348 .hword -31726 .zero 4 .xword .LC11832 .xword .LC11826 .hword 5348 .hword -31723 .zero 4 .xword .LC11833 .xword .LC11826 .hword 5348 .hword -31722 .zero 4 .xword .LC11834 .xword .LC11826 .hword 5348 .hword -31720 .zero 4 .xword .LC11835 .xword .LC11826 .hword 5348 .hword -31693 .zero 4 .xword .LC11836 .xword .LC11837 .hword 5348 .hword -31692 .zero 4 .xword .LC11838 .xword .LC11839 .hword 5348 .hword -31678 .zero 4 .xword .LC11840 .xword .LC11841 .hword 5348 .hword -31677 .zero 4 .xword .LC11842 .xword .LC11843 .hword 5348 .hword -31676 .zero 4 .xword .LC11844 .xword .LC11845 .hword 5348 .hword -31674 .zero 4 .xword .LC11846 .xword .LC11847 .hword 5348 .hword -31673 .zero 4 .xword .LC11848 .xword .LC11847 .hword 5348 .hword -31672 .zero 4 .xword .LC11849 .xword .LC11850 .hword 5348 .hword -31671 .zero 4 .xword .LC11851 .xword .LC11852 .hword 5348 .hword -26521 .zero 4 .xword .LC11853 .xword .LC11853 .hword 5348 .hword -26506 .zero 4 .xword .LC11854 .xword .LC11855 .hword 5348 .hword -22314 .zero 4 .xword .LC11856 .xword .LC11857 .hword 5348 .hword -20383 .zero 4 .xword .LC11858 .xword .LC11826 .hword 5348 .hword -20382 .zero 4 .xword .LC11859 .xword .LC11826 .hword 5348 .hword -20381 .zero 4 .xword .LC11860 .xword .LC11826 .hword 5348 .hword -20380 .zero 4 .xword .LC11861 .xword .LC11826 .hword 5348 .hword -20144 .zero 4 .xword .LC11862 .xword .LC11863 .hword 5348 .hword -20142 .zero 4 .xword .LC11864 .xword .LC11865 .hword 5348 .hword -20128 .zero 4 .xword .LC11866 .xword .LC11867 .hword 5348 .hword -20127 .zero 4 .xword .LC11868 .xword .LC11847 .hword 5348 .hword -20126 .zero 4 .xword .LC11869 .xword .LC11870 .hword 5348 .hword -19648 .zero 4 .xword .LC11871 .xword .LC11872 .hword 5348 .hword -19376 .zero 4 .xword .LC11873 .xword .LC11874 .hword 5348 .hword -18880 .zero 4 .xword .LC11875 .xword .LC11876 .hword 5348 .hword -18366 .zero 4 .xword .LC11877 .xword .LC11878 .hword 5348 .hword -18363 .zero 4 .xword .LC11879 .xword .LC11880 .hword 5348 .hword -18352 .zero 4 .xword .LC11881 .xword .LC11882 .hword 5348 .hword -18080 .zero 4 .xword .LC11883 .xword .LC11884 .hword 5348 .hword 17169 .zero 4 .xword .LC11885 .xword .LC5215 .hword 5355 .hword 32 .zero 4 .xword .LC11886 .xword .LC11887 .hword 5355 .hword 3073 .zero 4 .xword .LC11888 .xword .LC11889 .hword 5356 .hword 5822 .zero 4 .xword .LC11890 .xword .LC11891 .hword 5365 .hword 12032 .zero 4 .xword .LC7434 .xword .LC7434 .hword -21950 .hword 931 .zero 4 .xword .LC11892 .xword .LC11893 .hword 5373 .hword 1 .zero 4 .xword .LC11894 .xword .LC11895 .hword -23804 .hword 12344 .zero 4 .xword .LC5779 .xword .LC4727 .hword 5722 .hword -16128 .zero 4 .xword .LC11896 .xword .LC11897 .hword 5722 .hword -11776 .zero 4 .xword .LC11898 .xword .LC11899 .hword 5722 .hword -11520 .zero 4 .xword .LC11900 .xword .LC11899 .hword 5722 .hword -4095 .zero 4 .xword .LC11901 .xword .LC11902 .hword 5398 .hword 2048 .zero 4 .xword .LC10601 .xword .LC10602 .hword 5398 .hword 2051 .zero 4 .xword .LC10601 .xword .LC10602 .hword 5398 .hword 2193 .zero 4 .xword .LC10601 .xword .LC10602 .hword 4370 .hword 8704 .zero 4 .xword .LC3582 .xword .LC11903 .hword 4370 .hword 8960 .zero 4 .xword .LC11904 .xword .LC11905 .hword 4370 .hword 9024 .zero 4 .xword .LC11906 .xword .LC11907 .hword 4370 .hword 9216 .zero 4 .xword .LC11908 .xword .LC9779 .hword 4371 .hword 4625 .zero 4 .xword .LC11909 .xword .LC11910 .hword 4371 .hword 4630 .zero 4 .xword .LC11911 .xword .LC11912 .hword 4371 .hword 4631 .zero 4 .xword .LC2538 .xword .LC2830 .hword 4371 .hword 20741 .zero 4 .xword .LC11913 .xword .LC11914 .hword 4371 .hword -28143 .zero 4 .xword .LC11915 .xword .LC8902 .hword 4371 .hword -27375 .zero 4 .xword .LC11916 .xword .LC11917 .hword 4371 .hword -26506 .zero 4 .xword .LC11918 .xword .LC11919 .hword -24064 .hword -24064 .zero 4 .xword .LC11920 .xword .LC11921 .hword 4372 .hword 1286 .zero 4 .xword .LC11922 .xword .LC11923 .hword 4372 .hword 12802 .zero 4 .xword .LC11924 .xword .LC11925 .hword 4374 .hword 34 .zero 4 .xword .LC11926 .xword .LC9 .hword 4374 .hword 35 .zero 4 .xword .LC11927 .xword .LC11928 .hword 4374 .hword 36 .zero 4 .xword .LC11929 .xword .LC9 .hword 4374 .hword 37 .zero 4 .xword .LC11930 .xword .LC9 .hword 4374 .hword 38 .zero 4 .xword .LC11931 .xword .LC9 .hword 4374 .hword 39 .zero 4 .xword .LC11932 .xword .LC9 .hword 4374 .hword 40 .zero 4 .xword .LC11933 .xword .LC9 .hword 4375 .hword -27392 .zero 4 .xword .LC9 .xword .LC11934 .hword 4375 .hword -27391 .zero 4 .xword .LC9 .xword .LC11935 .hword 4377 .hword 0 .zero 4 .xword .LC11936 .xword .LC11937 .hword 4377 .hword 1 .zero 4 .xword .LC11938 .xword .LC11939 .hword 4377 .hword 2 .zero 4 .xword .LC11940 .xword .LC11939 .hword 4377 .hword 3 .zero 4 .xword .LC11941 .xword .LC11942 .hword 4377 .hword 4 .zero 4 .xword .LC11943 .xword .LC11944 .hword 4377 .hword 5 .zero 4 .xword .LC11945 .xword .LC11946 .hword 4377 .hword 6 .zero 4 .xword .LC11947 .xword .LC11948 .hword 4377 .hword 7 .zero 4 .xword .LC11949 .xword .LC11948 .hword 4377 .hword 8 .zero 4 .xword .LC11950 .xword .LC11948 .hword 4377 .hword 9 .zero 4 .xword .LC11951 .xword .LC11948 .hword 4377 .hword 10 .zero 4 .xword .LC11952 .xword .LC11953 .hword 4377 .hword 11 .zero 4 .xword .LC11954 .xword .LC11955 .hword 4377 .hword 12 .zero 4 .xword .LC11956 .xword .LC11955 .hword 4377 .hword 13 .zero 4 .xword .LC11957 .xword .LC11955 .hword 4377 .hword 256 .zero 4 .xword .LC11958 .xword .LC11959 .hword 4377 .hword 257 .zero 4 .xword .LC11960 .xword .LC11961 .hword 4377 .hword 258 .zero 4 .xword .LC11962 .xword .LC11961 .hword 4377 .hword 259 .zero 4 .xword .LC11963 .xword .LC11961 .hword 4377 .hword 260 .zero 4 .xword .LC11964 .xword .LC11965 .hword 4377 .hword 261 .zero 4 .xword .LC11966 .xword .LC11965 .hword 4377 .hword 272 .zero 4 .xword .LC11967 .xword .LC11961 .hword 4377 .hword 273 .zero 4 .xword .LC11968 .xword .LC11961 .hword 4377 .hword 274 .zero 4 .xword .LC11969 .xword .LC11961 .hword 4377 .hword 275 .zero 4 .xword .LC11970 .xword .LC11961 .hword 4377 .hword 276 .zero 4 .xword .LC11971 .xword .LC11965 .hword 4377 .hword 277 .zero 4 .xword .LC11968 .xword .LC11965 .hword 4377 .hword 280 .zero 4 .xword .LC11972 .xword .LC11973 .hword 4377 .hword 281 .zero 4 .xword .LC11974 .xword .LC11973 .hword 4377 .hword 282 .zero 4 .xword .LC11975 .xword .LC11973 .hword 4377 .hword 283 .zero 4 .xword .LC11976 .xword .LC11973 .hword 4377 .hword 288 .zero 4 .xword .LC11977 .xword .LC9 .hword 4377 .hword 289 .zero 4 .xword .LC11978 .xword .LC9 .hword 4377 .hword 290 .zero 4 .xword .LC11979 .xword .LC9 .hword 4377 .hword 291 .zero 4 .xword .LC11980 .xword .LC9 .hword 4377 .hword 292 .zero 4 .xword .LC11981 .xword .LC9 .hword 4377 .hword 293 .zero 4 .xword .LC11978 .xword .LC9 .hword 4377 .hword 310 .zero 4 .xword .LC11982 .xword .LC9 .hword 4377 .hword 311 .zero 4 .xword .LC11983 .xword .LC11984 .hword 4377 .hword 312 .zero 4 .xword .LC11985 .xword .LC9 .hword 4377 .hword 313 .zero 4 .xword .LC11986 .xword .LC11987 .hword 4377 .hword 314 .zero 4 .xword .LC11988 .xword .LC11989 .hword 4377 .hword 315 .zero 4 .xword .LC11990 .xword .LC9 .hword 4377 .hword 316 .zero 4 .xword .LC11991 .xword .LC9 .hword 4377 .hword 317 .zero 4 .xword .LC11992 .xword .LC9 .hword 4377 .hword 318 .zero 4 .xword .LC11993 .xword .LC9 .hword 4377 .hword 319 .zero 4 .xword .LC11994 .xword .LC9 .hword 4377 .hword 358 .zero 4 .xword .LC11995 .xword .LC9 .hword 4377 .hword 359 .zero 4 .xword .LC11996 .xword .LC9 .hword 4377 .hword 360 .zero 4 .xword .LC11997 .xword .LC11998 .hword 4377 .hword 361 .zero 4 .xword .LC11999 .xword .LC12000 .hword 4377 .hword 362 .zero 4 .xword .LC12001 .xword .LC12000 .hword 4377 .hword 363 .zero 4 .xword .LC12002 .xword .LC12000 .hword 4377 .hword 364 .zero 4 .xword .LC12003 .xword .LC9 .hword 4377 .hword 365 .zero 4 .xword .LC12004 .xword .LC9 .hword 4377 .hword 366 .zero 4 .xword .LC12005 .xword .LC9 .hword 4377 .hword 367 .zero 4 .xword .LC12006 .xword .LC9 .hword 4377 .hword 470 .zero 4 .xword .LC12007 .xword .LC12008 .hword 4377 .hword 471 .zero 4 .xword .LC12009 .xword .LC9 .hword 4377 .hword 475 .zero 4 .xword .LC12010 .xword .LC12011 .hword 4377 .hword 502 .zero 4 .xword .LC12012 .xword .LC9 .hword 4377 .hword 503 .zero 4 .xword .LC12013 .xword .LC12014 .hword 4377 .hword 508 .zero 4 .xword .LC12015 .xword .LC12016 .hword 4377 .hword 509 .zero 4 .xword .LC12017 .xword .LC9 .hword 4377 .hword 510 .zero 4 .xword .LC12018 .xword .LC9 .hword 4377 .hword 511 .zero 4 .xword .LC12019 .xword .LC9 .hword 4377 .hword 528 .zero 4 .xword .LC12020 .xword .LC12021 .hword 4377 .hword 529 .zero 4 .xword .LC12022 .xword .LC12021 .hword 4377 .hword 608 .zero 4 .xword .LC12023 .xword .LC12024 .hword 4377 .hword 609 .zero 4 .xword .LC12025 .xword .LC12024 .hword 4377 .hword 768 .zero 4 .xword .LC12026 .xword .LC9 .hword 4377 .hword 24849 .zero 4 .xword .LC2470 .xword .LC12027 .hword 4378 .hword 0 .zero 4 .xword .LC12028 .xword .LC9 .hword 4378 .hword 2 .zero 4 .xword .LC12029 .xword .LC9 .hword 4378 .hword 3 .zero 4 .xword .LC12030 .xword .LC2866 .hword 4380 .hword 1 .zero 4 .xword .LC12031 .xword .LC12032 .hword 4381 .hword 1 .zero 4 .xword .LC12033 .xword .LC12034 .hword 4381 .hword 3 .zero 4 .xword .LC12035 .xword .LC12036 .hword 4381 .hword 4 .zero 4 .xword .LC12037 .xword .LC12036 .hword 4381 .hword 30211 .zero 4 .xword .LC12038 .xword .LC12039 .hword 4381 .hword 30213 .zero 4 .xword .LC535 .xword .LC12039 .hword 4381 .hword 30216 .zero 4 .xword .LC12038 .xword .LC12039 .hword 4381 .hword 30230 .zero 4 .xword .LC12040 .xword .LC12041 .hword 4381 .hword 30232 .zero 4 .xword .LC12042 .xword .LC12041 .hword 4381 .hword 30241 .zero 4 .xword .LC12043 .xword .LC12044 .hword 4381 .hword 30260 .zero 4 .xword .LC12045 .xword .LC12046 .hword 4381 .hword 30306 .zero 4 .xword .LC12045 .xword .LC12041 .hword 4381 .hword 30311 .zero 4 .xword .LC12047 .xword .LC12048 .hword 4381 .hword 30325 .zero 4 .xword .LC12049 .xword .LC12049 .hword 4381 .hword 30336 .zero 4 .xword .LC12050 .xword .LC12051 .hword 4381 .hword 30368 .zero 4 .xword .LC12052 .xword .LC12053 .hword 4381 .hword 30386 .zero 4 .xword .LC12054 .xword .LC12055 .hword 4381 .hword 30417 .zero 4 .xword .LC12056 .xword .LC12039 .hword 4381 .hword 30421 .zero 4 .xword .LC12057 .xword .LC12058 .hword 4381 .hword 30425 .zero 4 .xword .LC5542 .xword .LC12059 .hword 4381 .hword 30439 .zero 4 .xword .LC12060 .xword .LC12061 .hword 4381 .hword -32744 .zero 4 .xword .LC12062 .xword .LC12063 .hword 4381 .hword -32723 .zero 4 .xword .LC12064 .xword .LC12065 .hword 4381 .hword -32658 .zero 4 .xword .LC12066 .xword .LC12067 .hword 4381 .hword -32634 .zero 4 .xword .LC12068 .xword .LC12069 .hword 4381 .hword -26506 .zero 4 .xword .LC12045 .xword .LC12070 .hword 4383 .hword 19015 .zero 4 .xword .LC12071 .xword .LC12072 .hword 4383 .hword 21059 .zero 4 .xword .LC9 .xword .LC12073 .hword 4391 .hword 512 .zero 4 .xword .LC12074 .xword .LC962 .hword 4391 .hword 528 .zero 4 .xword .LC12075 .xword .LC962 .hword 4391 .hword 592 .zero 4 .xword .LC9 .xword .LC962 .hword 4391 .hword 768 .zero 4 .xword .LC12076 .xword .LC9779 .hword 4391 .hword 784 .zero 4 .xword .LC9 .xword .LC962 .hword 4391 .hword 1024 .zero 4 .xword .LC12077 .xword .LC2866 .hword 4391 .hword 5635 .zero 4 .xword .LC12078 .xword .LC12079 .hword -30618 .hword 5765 .zero 4 .xword .LC12080 .xword .LC12081 .hword -30618 .hword 5769 .zero 4 .xword .LC12082 .xword .LC12081 .hword 4397 .hword -32634 .zero 4 .xword .LC3582 .xword .LC3583 .hword 4398 .hword 0 .zero 4 .xword .LC9 .xword .LC12083 .hword 4398 .hword 11 .zero 4 .xword .LC9 .xword .LC12083 .hword 4400 .hword -3567 .zero 4 .xword .LC12084 .xword .LC12085 .hword 4401 .hword 17 .zero 4 .xword .LC12086 .xword .LC3253 .hword 4401 .hword 4097 .zero 4 .xword .LC12087 .xword .LC12088 .hword 4401 .hword 4401 .zero 4 .xword .LC12089 .xword .LC12090 .hword 4401 .hword 4401 .zero 4 .xword .LC12091 .xword .LC12092 .hword 4401 .hword 4609 .zero 4 .xword .LC12093 .xword .LC12094 .hword 4401 .hword 4660 .zero 4 .xword .LC12095 .xword .LC10162 .hword 4401 .hword 4865 .zero 4 .xword .LC12096 .xword .LC12097 .hword 4401 .hword 5474 .zero 4 .xword .LC12098 .xword .LC10162 .hword 4401 .hword 6550 .zero 4 .xword .LC12091 .xword .LC12092 .hword 4401 .hword 10112 .zero 4 .xword .LC12099 .xword .LC12100 .hword 4401 .hword 13312 .zero 4 .xword .LC12101 .xword .LC8542 .hword 4401 .hword 13313 .zero 4 .xword .LC12101 .xword .LC12102 .hword 4401 .hword 21504 .zero 4 .xword .LC12103 .xword .LC12104 .hword 4401 .hword 21504 .zero 4 .xword .LC12103 .xword .LC12105 .hword 4401 .hword 21506 .zero 4 .xword .LC12106 .xword .LC11414 .hword 4401 .hword 21510 .zero 4 .xword .LC9 .xword .LC12107 .hword 4401 .hword 28976 .zero 4 .xword .LC12108 .xword .LC12109 .hword 4401 .hword 28979 .zero 4 .xword .LC12110 .xword .LC12111 .hword 4401 .hword 28980 .zero 4 .xword .LC12112 .xword .LC12113 .hword 4401 .hword 28997 .zero 4 .xword .LC12114 .xword .LC12115 .hword 4401 .hword 28998 .zero 4 .xword .LC12116 .xword .LC12117 .hword 4401 .hword 29024 .zero 4 .xword .LC12118 .xword .LC12119 .hword 4401 .hword 29026 .zero 4 .xword .LC12120 .xword .LC12120 .hword 4401 .hword 29028 .zero 4 .xword .LC12121 .xword .LC12122 .hword 4401 .hword 29233 .zero 4 .xword .LC12123 .xword .LC12124 .hword 4401 .hword -26832 .zero 4 .xword .LC12125 .xword .LC12126 .hword 4401 .hword -26506 .zero 4 .xword .LC12127 .xword .LC12116 .hword 4401 .hword -1 .zero 4 .xword .LC12128 .xword .LC8300 .hword 4403 .hword 30481 .zero 4 .xword .LC12129 .xword .LC9 .hword 4403 .hword 30977 .zero 4 .xword .LC12130 .xword .LC9 .hword 4403 .hword 30978 .zero 4 .xword .LC9 .xword .LC9 .hword 4403 .hword 30993 .zero 4 .xword .LC9 .xword .LC9 .hword 4403 .hword 30994 .zero 4 .xword .LC9 .xword .LC9 .hword 4403 .hword 31041 .zero 4 .xword .LC9 .xword .LC9 .hword 4403 .hword 31042 .zero 4 .xword .LC9 .xword .LC9 .hword 4403 .hword 31043 .zero 4 .xword .LC9 .xword .LC12131 .hword 4403 .hword 31044 .zero 4 .xword .LC9 .xword .LC12131 .hword 4403 .hword -18143 .zero 4 .xword .LC9 .xword .LC9 .hword 4403 .hword -18142 .zero 4 .xword .LC9 .xword .LC9 .hword 4403 .hword -18141 .zero 4 .xword .LC9 .xword .LC12132 .hword 4403 .hword -8191 .zero 4 .xword .LC12133 .xword .LC12134 .hword 4403 .hword -8190 .zero 4 .xword .LC12135 .xword .LC9 .hword 4403 .hword -8189 .zero 4 .xword .LC12136 .xword .LC9 .hword 4403 .hword -8188 .zero 4 .xword .LC12137 .xword .LC12138 .hword 4403 .hword -8187 .zero 4 .xword .LC12139 .xword .LC12140 .hword 4403 .hword -8181 .zero 4 .xword .LC12141 .xword .LC12142 .hword 4403 .hword -8176 .zero 4 .xword .LC12143 .xword .LC12144 .hword 4403 .hword -8174 .zero 4 .xword .LC12145 .xword .LC12146 .hword 4403 .hword -8173 .zero 4 .xword .LC12147 .xword .LC12148 .hword 4403 .hword -8172 .zero 4 .xword .LC12149 .xword .LC12150 .hword 4403 .hword -8171 .zero 4 .xword .LC9 .xword .LC12151 .hword 4403 .hword -8168 .zero 4 .xword .LC3592 .xword .LC12152 .hword 4404 .hword 1 .zero 4 .xword .LC2862 .xword .LC12153 .hword 4404 .hword 2 .zero 4 .xword .LC12154 .xword .LC12155 .hword 4404 .hword -26506 .zero 4 .xword .LC9425 .xword .LC12153 .hword 4405 .hword 1 .zero 4 .xword .LC9 .xword .LC12156 .hword 4408 .hword -30459 .zero 4 .xword .LC12157 .xword .LC12158 .hword 4412 .hword 0 .zero 4 .xword .LC9762 .xword .LC12159 .hword 4412 .hword 1 .zero 4 .xword .LC9762 .xword .LC12160 .hword 4412 .hword 2321 .zero 4 .xword .LC12161 .xword .LC12162 .hword 4412 .hword 2322 .zero 4 .xword .LC12163 .xword .LC12164 .hword 4412 .hword 2323 .zero 4 .xword .LC12165 .xword .LC12166 .hword 4412 .hword 2324 .zero 4 .xword .LC12167 .xword .LC12168 .hword 4415 .hword 2056 .zero 4 .xword .LC12169 .xword .LC9399 .hword 4415 .hword 4112 .zero 4 .xword .LC12170 .xword .LC9399 .hword 4415 .hword -32576 .zero 4 .xword .LC9 .xword .LC9 .hword 4415 .hword -32572 .zero 4 .xword .LC9 .xword .LC9 .hword 4415 .hword -32568 .zero 4 .xword .LC9 .xword .LC9 .hword 4415 .hword -30584 .zero 4 .xword .LC9 .xword .LC9 .hword 4415 .hword -28528 .zero 4 .xword .LC9 .xword .LC9 .hword 4417 .hword 1 .zero 4 .xword .LC9 .xword .LC12171 .hword 4418 .hword 12816 .zero 4 .xword .LC12172 .xword .LC12173 .hword 4418 .hword 25616 .zero 4 .xword .LC12174 .xword .LC3110 .hword 4418 .hword 25618 .zero 4 .xword .LC9 .xword .LC3110 .hword 4418 .hword 25632 .zero 4 .xword .LC9 .xword .LC3110 .hword 4418 .hword 25634 .zero 4 .xword .LC12175 .xword .LC12175 .hword 4418 .hword 25636 .zero 4 .xword .LC12176 .xword .LC12177 .hword 4418 .hword 25637 .zero 4 .xword .LC12178 .xword .LC12179 .hword 4418 .hword 25638 .zero 4 .xword .LC12180 .xword .LC3110 .hword 4418 .hword 25661 .zero 4 .xword .LC12181 .xword .LC12182 .hword 4418 .hword -26506 .zero 4 .xword .LC12183 .xword .LC12184 .hword 4418 .hword 3210 .zero 4 .xword .LC12185 .xword .LC12186 .hword 4420 .hword 1 .zero 4 .xword .LC9 .xword .LC12187 .hword 4421 .hword -4064 .zero 4 .xword .LC9 .xword .LC12188 .hword 4421 .hword -4063 .zero 4 .xword .LC12189 .xword .LC12190 .hword 4421 .hword -4060 .zero 4 .xword .LC12191 .xword .LC12190 .hword 4423 .hword 4387 .zero 4 .xword .LC5762 .xword .LC12192 .hword 4424 .hword 16384 .zero 4 .xword .LC12193 .xword .LC11903 .hword 4424 .hword 16896 .zero 4 .xword .LC9 .xword .LC11098 .hword 4424 .hword 17152 .zero 4 .xword .LC12194 .xword .LC12195 .hword 4424 .hword 17184 .zero 4 .xword .LC12196 .xword .LC12197 .hword 4424 .hword 17250 .zero 4 .xword .LC9293 .xword .LC12198 .hword 4424 .hword -28672 .zero 4 .xword .LC12199 .xword .LC12200 .hword 4424 .hword -25088 .zero 4 .xword .LC12201 .xword .LC12202 .hword 4426 .hword 21861 .zero 4 .xword .LC12203 .xword .LC12204 .hword 4426 .hword 21881 .zero 4 .xword .LC12205 .xword .LC12206 .hword 4426 .hword 21896 .zero 4 .xword .LC12207 .xword .LC12208 .hword 4426 .hword 25860 .zero 4 .xword .LC9 .xword .LC12209 .hword 4426 .hword 30087 .zero 4 .xword .LC12210 .xword .LC9 .hword 4429 .hword 8585 .zero 4 .xword .LC12211 .xword .LC12212 .hword 4431 .hword 2 .zero 4 .xword .LC12213 .xword .LC12214 .hword 4431 .hword 3 .zero 4 .xword .LC12215 .xword .LC9 .hword 4431 .hword 4 .zero 4 .xword .LC12216 .xword .LC4926 .hword 4431 .hword 5 .zero 4 .xword .LC12217 .xword .LC9 .hword 4431 .hword 6 .zero 4 .xword .LC12218 .xword .LC9 .hword 4431 .hword 7 .zero 4 .xword .LC12219 .xword .LC12220 .hword 4431 .hword 9 .zero 4 .xword .LC12221 .xword .LC9 .hword 4431 .hword 10 .zero 4 .xword .LC12222 .xword .LC9 .hword 4431 .hword 12 .zero 4 .xword .LC12223 .xword .LC9 .hword 4431 .hword 13 .zero 4 .xword .LC12224 .xword .LC12225 .hword 4431 .hword 17 .zero 4 .xword .LC12226 .xword .LC9 .hword 4431 .hword 18 .zero 4 .xword .LC12227 .xword .LC9 .hword 4431 .hword 19 .zero 4 .xword .LC12217 .xword .LC9 .hword 4431 .hword 20 .zero 4 .xword .LC12227 .xword .LC9 .hword 4431 .hword 21 .zero 4 .xword .LC12216 .xword .LC9 .hword 4431 .hword 22 .zero 4 .xword .LC12228 .xword .LC9 .hword 4431 .hword 23 .zero 4 .xword .LC12218 .xword .LC9 .hword 4431 .hword 25 .zero 4 .xword .LC12229 .xword .LC9 .hword 4431 .hword 26 .zero 4 .xword .LC12230 .xword .LC9 .hword 4431 .hword 27 .zero 4 .xword .LC12231 .xword .LC9 .hword 4431 .hword 29 .zero 4 .xword .LC12232 .xword .LC12233 .hword 4431 .hword 31 .zero 4 .xword .LC9 .xword .LC12234 .hword 4431 .hword 32 .zero 4 .xword .LC9 .xword .LC12235 .hword 4431 .hword 33 .zero 4 .xword .LC9 .xword .LC12236 .hword 4431 .hword 34 .zero 4 .xword .LC9 .xword .LC12237 .hword 4431 .hword 35 .zero 4 .xword .LC12238 .xword .LC9 .hword 4431 .hword 36 .zero 4 .xword .LC12239 .xword .LC9 .hword 4431 .hword 38 .zero 4 .xword .LC12240 .xword .LC9 .hword 4431 .hword 39 .zero 4 .xword .LC12241 .xword .LC9 .hword 4431 .hword 41 .zero 4 .xword .LC12242 .xword .LC9 .hword 4431 .hword 52 .zero 4 .xword .LC12243 .xword .LC9 .hword 4431 .hword 53 .zero 4 .xword .LC12244 .xword .LC12245 .hword 4431 .hword 64 .zero 4 .xword .LC12246 .xword .LC9 .hword 4431 .hword 66 .zero 4 .xword .LC12247 .xword .LC9 .hword 4431 .hword 112 .zero 4 .xword .LC12248 .xword .LC9 .hword 4431 .hword 113 .zero 4 .xword .LC12248 .xword .LC12249 .hword 4431 .hword 114 .zero 4 .xword .LC12248 .xword .LC9 .hword 4431 .hword 115 .zero 4 .xword .LC12248 .xword .LC9 .hword 4431 .hword 200 .zero 4 .xword .LC12250 .xword .LC12251 .hword 4431 .hword 24577 .zero 4 .xword .LC12252 .xword .LC12253 .hword 20803 .hword -28156 .zero 4 .xword .LC2512 .xword .LC12254 .hword 4437 .hword 2064 .zero 4 .xword .LC9 .xword .LC12255 .hword 4437 .hword 2338 .zero 4 .xword .LC2735 .xword .LC8670 .hword 4437 .hword 2342 .zero 4 .xword .LC9 .xword .LC8669 .hword 4440 .hword 12305 .zero 4 .xword .LC12256 .xword .LC12257 .hword 4440 .hword -28592 .zero 4 .xword .LC9 .xword .LC12258 .hword 4440 .hword -28591 .zero 4 .xword .LC9 .xword .LC12258 .hword 4441 .hword 1 .zero 4 .xword .LC12259 .xword .LC9 .hword 4441 .hword 2 .zero 4 .xword .LC12260 .xword .LC11012 .hword 4445 .hword 3 .zero 4 .xword .LC12261 .xword .LC12262 .hword 4445 .hword 5 .zero 4 .xword .LC12263 .xword .LC12264 .hword 4445 .hword 7 .zero 4 .xword .LC9 .xword .LC12264 .hword 4445 .hword 11 .zero 4 .xword .LC9 .xword .LC12264 .hword 4445 .hword 12 .zero 4 .xword .LC12265 .xword .LC12266 .hword 4445 .hword 15 .zero 4 .xword .LC9 .xword .LC12264 .hword 4445 .hword 43 .zero 4 .xword .LC12267 .xword .LC12268 .hword 4445 .hword 118 .zero 4 .xword .LC12269 .xword .LC12270 .hword 4445 .hword 211 .zero 4 .xword .LC12271 .xword .LC12272 .hword 4445 .hword 212 .zero 4 .xword .LC12273 .xword .LC12274 .hword 4445 .hword 257 .zero 4 .xword .LC12275 .xword .LC12276 .hword 4445 .hword 259 .zero 4 .xword .LC9 .xword .LC12277 .hword 4449 .hword 1 .zero 4 .xword .LC12031 .xword .LC2845 .hword 4451 .hword 1 .zero 4 .xword .LC12278 .xword .LC12279 .hword 4451 .hword 8192 .zero 4 .xword .LC12280 .xword .LC12281 .hword 4453 .hword 1 .zero 4 .xword .LC9 .xword .LC12282 .hword 4453 .hword 96 .zero 4 .xword .LC13 .xword .LC12283 .hword 4453 .hword 136 .zero 4 .xword .LC12284 .xword .LC12285 .hword 4454 .hword 5 .zero 4 .xword .LC12286 .xword .LC12287 .hword 4454 .hword 6 .zero 4 .xword .LC12288 .xword .LC12289 .hword 4454 .hword 7 .zero 4 .xword .LC12290 .xword .LC6163 .hword 4454 .hword 8 .zero 4 .xword .LC12288 .xword .LC12291 .hword 4454 .hword 9 .zero 4 .xword .LC12286 .xword .LC9267 .hword 4454 .hword 16 .zero 4 .xword .LC12292 .xword .LC9 .hword 4454 .hword 17 .zero 4 .xword .LC12293 .xword .LC9 .hword 4454 .hword 18 .zero 4 .xword .LC12294 .xword .LC9 .hword 4454 .hword 19 .zero 4 .xword .LC12295 .xword .LC12296 .hword 4454 .hword 20 .zero 4 .xword .LC12295 .xword .LC2845 .hword 4454 .hword 21 .zero 4 .xword .LC12297 .xword .LC12296 .hword 4454 .hword 22 .zero 4 .xword .LC12297 .xword .LC2845 .hword 4454 .hword 23 .zero 4 .xword .LC12298 .xword .LC9 .hword 4454 .hword 257 .zero 4 .xword .LC12299 .xword .LC9 .hword 4454 .hword 259 .zero 4 .xword .LC12300 .xword .LC13 .hword 4454 .hword 272 .zero 4 .xword .LC12301 .xword .LC12302 .hword 4454 .hword 512 .zero 4 .xword .LC12303 .xword .LC2851 .hword 4454 .hword 513 .zero 4 .xword .LC12304 .xword .LC9373 .hword 4454 .hword 515 .zero 4 .xword .LC4945 .xword .LC2851 .hword 4454 .hword 529 .zero 4 .xword .LC12303 .xword .LC12305 .hword 4454 .hword 530 .zero 4 .xword .LC12304 .xword .LC12306 .hword 4454 .hword 531 .zero 4 .xword .LC4945 .xword .LC12307 .hword 4454 .hword 535 .zero 4 .xword .LC4945 .xword .LC3913 .hword 4454 .hword 544 .zero 4 .xword .LC12303 .xword .LC12308 .hword 4454 .hword 545 .zero 4 .xword .LC12309 .xword .LC12310 .hword 4454 .hword 547 .zero 4 .xword .LC12311 .xword .LC12312 .hword 4454 .hword 549 .zero 4 .xword .LC12304 .xword .LC3861 .hword 4454 .hword 551 .zero 4 .xword .LC4945 .xword .LC3861 .hword 4454 .hword 560 .zero 4 .xword .LC3271 .xword .LC12313 .hword 4454 .hword 576 .zero 4 .xword .LC12314 .xword .LC12315 .hword 4454 .hword 577 .zero 4 .xword .LC12316 .xword .LC12317 .hword 4454 .hword 578 .zero 4 .xword .LC12318 .xword .LC12319 .hword 4454 .hword 586 .zero 4 .xword .LC12320 .xword .LC12321 .hword 4454 .hword 587 .zero 4 .xword .LC12320 .xword .LC12322 .hword 4454 .hword 594 .zero 4 .xword .LC3063 .xword .LC12323 .hword 4456 .hword 28997 .zero 4 .xword .LC6322 .xword .LC12324 .hword 4457 .hword 258 .zero 4 .xword .LC12325 .xword .LC12326 .hword 4457 .hword 514 .zero 4 .xword .LC12325 .xword .LC12327 .hword 4457 .hword 770 .zero 4 .xword .LC12325 .xword .LC12328 .hword 4457 .hword 1026 .zero 4 .xword .LC12325 .xword .LC12329 .hword 4457 .hword 1282 .zero 4 .xword .LC12330 .xword .LC12331 .hword 4457 .hword 2306 .zero 4 .xword .LC12330 .xword .LC12332 .hword 4457 .hword 8193 .zero 4 .xword .LC12333 .xword .LC12334 .hword 4458 .hword 24832 .zero 4 .xword .LC9 .xword .LC12335 .hword 4458 .hword 26624 .zero 4 .xword .LC9 .xword .LC12336 .hword 4458 .hword 28928 .zero 4 .xword .LC9 .xword .LC12335 .hword 4458 .hword 30720 .zero 4 .xword .LC12337 .xword .LC12336 .hword 4462 .hword 21 .zero 4 .xword .LC12338 .xword .LC12339 .hword 4462 .hword 1280 .zero 4 .xword .LC12340 .xword .LC12341 .hword 4466 .hword 1 .zero 4 .xword .LC12342 .xword .LC12343 .hword 4466 .hword 4 .zero 4 .xword .LC12344 .xword .LC12345 .hword 4466 .hword 7 .zero 4 .xword .LC12346 .xword .LC12347 .hword 4466 .hword 4660 .zero 4 .xword .LC12348 .xword .LC12349 .hword 4466 .hword -11094 .zero 4 .xword .LC12350 .xword .LC12351 .hword 4470 .hword -31628 .zero 4 .xword .LC12352 .xword .LC12353 .hword 4472 .hword -20575 .zero 4 .xword .LC9 .xword .LC4567 .hword 4473 .hword -32458 .zero 4 .xword .LC12354 .xword .LC5712 .hword 4473 .hword 258 .zero 4 .xword .LC12355 .xword .LC12356 .hword 4473 .hword 259 .zero 4 .xword .LC12357 .xword .LC12358 .hword 4473 .hword 4473 .zero 4 .xword .LC12359 .xword .LC12360 .hword 4473 .hword 513 .zero 4 .xword .LC5047 .xword .LC5048 .hword 4473 .hword 1028 .zero 4 .xword .LC9 .xword .LC9 .hword 4473 .hword 1030 .zero 4 .xword .LC12361 .xword .LC12362 .hword 4473 .hword 1031 .zero 4 .xword .LC10550 .xword .LC10550 .hword 4473 .hword 1309 .zero 4 .xword .LC12363 .xword .LC12364 .hword 4473 .hword 1537 .zero 4 .xword .LC12365 .xword .LC12366 .hword 4473 .hword 1538 .zero 4 .xword .LC12367 .xword .LC12368 .hword 4473 .hword 1539 .zero 4 .xword .LC12369 .xword .LC12370 .hword 4473 .hword 1540 .zero 4 .xword .LC12371 .xword .LC12372 .hword 4473 .hword 1541 .zero 4 .xword .LC12373 .xword .LC12368 .hword 4473 .hword 1542 .zero 4 .xword .LC9 .xword .LC12368 .hword 4473 .hword 1545 .zero 4 .xword .LC12374 .xword .LC12372 .hword 4473 .hword 1546 .zero 4 .xword .LC12375 .xword .LC12376 .hword 4473 .hword 1551 .zero 4 .xword .LC12377 .xword .LC2544 .hword 4473 .hword 1553 .zero 4 .xword .LC12378 .xword .LC6413 .hword 4473 .hword 1559 .zero 4 .xword .LC12379 .xword .LC12380 .hword 4473 .hword 1560 .zero 4 .xword .LC9 .xword .LC12381 .hword 4473 .hword 1793 .zero 4 .xword .LC12382 .xword .LC12383 .hword 4473 .hword 2052 .zero 4 .xword .LC12384 .xword .LC12385 .hword 4473 .hword 2053 .zero 4 .xword .LC12386 .xword .LC12387 .hword 4473 .hword 3329 .zero 4 .xword .LC12388 .xword .LC12389 .hword 4473 .hword 4473 .zero 4 .xword .LC12390 .xword .LC12391 .hword 4473 .hword 5032 .zero 4 .xword .LC12392 .xword .LC12393 .hword 4473 .hword 360 .zero 4 .xword .LC12394 .xword .LC12395 .hword 4473 .hword 15204 .zero 4 .xword .LC12396 .xword .LC4127 .hword 4473 .hword -32458 .zero 4 .xword .LC12359 .xword .LC12397 .hword 4473 .hword -26506 .zero 4 .xword .LC12398 .xword .LC12399 .hword 4475 .hword -31968 .zero 4 .xword .LC12400 .xword .LC12401 .hword 4476 .hword 48 .zero 4 .xword .LC12402 .xword .LC12403 .hword 4476 .hword 66 .zero 4 .xword .LC12404 .xword .LC12405 .hword 4478 .hword 1 .zero 4 .xword .LC9 .xword .LC12406 .hword 4485 .hword -30423 .zero 4 .xword .LC9 .xword .LC3841 .hword 4486 .hword 256 .zero 4 .xword .LC12407 .xword .LC2830 .hword 4486 .hword 4098 .zero 4 .xword .LC12408 .xword .LC8902 .hword 4486 .hword 4352 .zero 4 .xword .LC12409 .xword .LC8902 .hword 4486 .hword 4864 .zero 4 .xword .LC12410 .xword .LC12411 .hword 4486 .hword 4865 .zero 4 .xword .LC12412 .xword .LC8902 .hword 4486 .hword 4928 .zero 4 .xword .LC12413 .xword .LC12414 .hword 4486 .hword 5473 .zero 4 .xword .LC12415 .xword .LC12416 .hword 4486 .hword 12389 .zero 4 .xword .LC12417 .xword .LC12418 .hword 4486 .hword 12550 .zero 4 .xword .LC12419 .xword .LC8902 .hword 4486 .hword 13056 .zero 4 .xword .LC12420 .xword .LC12421 .hword 4486 .hword 15104 .zero 4 .xword .LC12422 .xword .LC12423 .hword 4486 .hword 15369 .zero 4 .xword .LC12424 .xword .LC12425 .hword 4486 .hword 16384 .zero 4 .xword .LC12426 .xword .LC2476 .hword 4486 .hword 16385 .zero 4 .xword .LC12427 .xword .LC12428 .hword 4486 .hword 16896 .zero 4 .xword .LC12429 .xword .LC2671 .hword 4486 .hword 17152 .zero 4 .xword .LC12430 .xword .LC12431 .hword 4486 .hword 17154 .zero 4 .xword .LC12432 .xword .LC12433 .hword 4486 .hword 19200 .zero 4 .xword .LC12434 .xword .LC12435 .hword 4486 .hword 19201 .zero 4 .xword .LC12433 .xword .LC2476 .hword 4486 .hword 19456 .zero 4 .xword .LC12433 .xword .LC2476 .hword 4486 .hword -26506 .zero 4 .xword .LC12436 .xword .LC12437 .hword 4489 .hword 5522 .zero 4 .xword .LC9 .xword .LC12438 .hword 4492 .hword 20 .zero 4 .xword .LC12439 .xword .LC12440 .hword 4492 .hword 4375 .zero 4 .xword .LC12441 .xword .LC12442 .hword 4493 .hword 1 .zero 4 .xword .LC4688 .xword .LC12443 .hword 4493 .hword 18 .zero 4 .xword .LC12444 .xword .LC12445 .hword 4493 .hword 20 .zero 4 .xword .LC12446 .xword .LC12445 .hword 4493 .hword 36 .zero 4 .xword .LC12447 .xword .LC12445 .hword 4493 .hword 68 .zero 4 .xword .LC12448 .xword .LC12445 .hword 4493 .hword 274 .zero 4 .xword .LC12444 .xword .LC12445 .hword 4493 .hword 276 .zero 4 .xword .LC12446 .xword .LC12445 .hword 4493 .hword 292 .zero 4 .xword .LC12447 .xword .LC12445 .hword 4493 .hword 324 .zero 4 .xword .LC12448 .xword .LC12445 .hword 4493 .hword 530 .zero 4 .xword .LC12444 .xword .LC12445 .hword 4493 .hword 532 .zero 4 .xword .LC12446 .xword .LC12445 .hword 4493 .hword 548 .zero 4 .xword .LC12447 .xword .LC12445 .hword 4493 .hword 580 .zero 4 .xword .LC12448 .xword .LC12445 .hword 4493 .hword 786 .zero 4 .xword .LC12444 .xword .LC12445 .hword 4493 .hword 788 .zero 4 .xword .LC12446 .xword .LC12445 .hword 4493 .hword 804 .zero 4 .xword .LC12447 .xword .LC12445 .hword 4493 .hword 836 .zero 4 .xword .LC12448 .xword .LC12445 .hword 4494 .hword 66 .zero 4 .xword .LC9 .xword .LC9 .hword 4494 .hword 322 .zero 4 .xword .LC9 .xword .LC9 .hword 4494 .hword 578 .zero 4 .xword .LC9 .xword .LC9 .hword 4494 .hword 834 .zero 4 .xword .LC9 .xword .LC9 .hword 4494 .hword 1088 .zero 4 .xword .LC9 .xword .LC9 .hword 4494 .hword 1090 .zero 4 .xword .LC9 .xword .LC9 .hword 4494 .hword 2114 .zero 4 .xword .LC12449 .xword .LC12450 .hword 4497 .hword 1 .zero 4 .xword .LC9 .xword .LC3600 .hword 4497 .hword 2 .zero 4 .xword .LC12451 .xword .LC12452 .hword 4497 .hword 3 .zero 4 .xword .LC9 .xword .LC12453 .hword 4497 .hword 4 .zero 4 .xword .LC12454 .xword .LC12455 .hword 4497 .hword 5 .zero 4 .xword .LC12451 .xword .LC12452 .hword 4497 .hword 6 .zero 4 .xword .LC12456 .xword .LC12457 .hword 4497 .hword 7 .zero 4 .xword .LC12458 .xword .LC12459 .hword 4497 .hword 8 .zero 4 .xword .LC12460 .xword .LC12461 .hword 4497 .hword 9 .zero 4 .xword .LC12460 .xword .LC12462 .hword 4497 .hword 10 .zero 4 .xword .LC12463 .xword .LC12464 .hword 4497 .hword 11 .zero 4 .xword .LC12465 .xword .LC12466 .hword 4497 .hword 13 .zero 4 .xword .LC12467 .xword .LC12468 .hword 4497 .hword -32767 .zero 4 .xword .LC12469 .xword .LC12470 .hword 4497 .hword -32766 .zero 4 .xword .LC12471 .xword .LC12472 .hword 4497 .hword -32752 .zero 4 .xword .LC12473 .xword .LC4618 .hword 4497 .hword -32736 .zero 4 .xword .LC12473 .xword .LC12474 .hword 4497 .hword -32720 .zero 4 .xword .LC12473 .xword .LC12475 .hword 4497 .hword -32704 .zero 4 .xword .LC12473 .xword .LC3070 .hword 4497 .hword -32688 .zero 4 .xword .LC9 .xword .LC12476 .hword 4497 .hword -32672 .zero 4 .xword .LC12477 .xword .LC12478 .hword 4497 .hword -32639 .zero 4 .xword .LC12479 .xword .LC12480 .hword 4497 .hword -32630 .zero 4 .xword .LC12481 .xword .LC12482 .hword 4503 .hword 268 .zero 4 .xword .LC12483 .xword .LC12484 .hword 4505 .hword 1 .zero 4 .xword .LC12485 .xword .LC12485 .hword 4505 .hword 2 .zero 4 .xword .LC9 .xword .LC12486 .hword 4505 .hword 513 .zero 4 .xword .LC9 .xword .LC12487 .hword 4507 .hword 4641 .zero 4 .xword .LC12488 .xword .LC12489 .hword 4510 .hword 1 .zero 4 .xword .LC12490 .xword .LC12491 .hword 4510 .hword 3 .zero 4 .xword .LC12492 .xword .LC12493 .hword -4928 .hword 80 .zero 4 .xword .LC9 .xword .LC9 .hword -4928 .hword 81 .zero 4 .xword .LC9 .xword .LC9 .hword -4928 .hword 96 .zero 4 .xword .LC9 .xword .LC9 .hword -4928 .hword 112 .zero 4 .xword .LC9 .xword .LC9 .hword -4928 .hword 113 .zero 4 .xword .LC9 .xword .LC9 .hword -4928 .hword 114 .zero 4 .xword .LC9 .xword .LC9 .hword -4928 .hword 128 .zero 4 .xword .LC12494 .xword .LC12495 .hword -4928 .hword 256 .zero 4 .xword .LC12496 .xword .LC12497 .hword -4928 .hword 13328 .zero 4 .xword .LC12498 .xword .LC195 .hword 4520 .hword 29442 .zero 4 .xword .LC9 .xword .LC12499 .hword 4520 .hword 29448 .zero 4 .xword .LC9 .xword .LC12500 .hword 4520 .hword 29698 .zero 4 .xword .LC9 .xword .LC12501 .hword 4520 .hword 29704 .zero 4 .xword .LC9 .xword .LC12502 .hword 4521 .hword 16960 .zero 4 .xword .LC12503 .xword .LC12504 .hword 4523 .hword 40 .zero 4 .xword .LC2466 .xword .LC2467 .hword 4523 .hword 326 .zero 4 .xword .LC12505 .xword .LC12506 .hword 4523 .hword 4523 .zero 4 .xword .LC12507 .xword .LC3440 .hword 4523 .hword -109 .zero 4 .xword .LC12508 .xword .LC12509 .hword 4523 .hword 6844 .zero 4 .xword .LC12507 .xword .LC3440 .hword 4523 .hword 5112 .zero 4 .xword .LC12510 .xword .LC12511 .hword 4523 .hword 8102 .zero 4 .xword .LC12512 .xword .LC12513 .hword 4523 .hword 8103 .zero 4 .xword .LC12512 .xword .LC12514 .hword 4523 .hword 8104 .zero 4 .xword .LC12515 .xword .LC12516 .hword 4523 .hword 8106 .zero 4 .xword .LC12517 .xword .LC12518 .hword 4523 .hword 10800 .zero 4 .xword .LC12519 .xword .LC12520 .hword 4523 .hword 17184 .zero 4 .xword .LC12521 .xword .LC12522 .hword 4523 .hword 17232 .zero 4 .xword .LC12523 .xword .LC12524 .hword 4523 .hword 17233 .zero 4 .xword .LC12523 .xword .LC12524 .hword 4523 .hword 17234 .zero 4 .xword .LC12525 .xword .LC12526 .hword 4523 .hword 17235 .zero 4 .xword .LC12527 .xword .LC12528 .hword 4523 .hword 17236 .zero 4 .xword .LC12529 .xword .LC12530 .hword 4523 .hword 17237 .zero 4 .xword .LC12521 .xword .LC12531 .hword 4523 .hword 17239 .zero 4 .xword .LC12532 .xword .LC12533 .hword 4523 .hword 17248 .zero 4 .xword .LC12534 .xword .LC12535 .hword 4523 .hword 17249 .zero 4 .xword .LC12523 .xword .LC12536 .hword 4523 .hword 17250 .zero 4 .xword .LC9293 .xword .LC12537 .hword 4523 .hword 17251 .zero 4 .xword .LC12532 .xword .LC12538 .hword 4523 .hword 17252 .zero 4 .xword .LC12539 .xword .LC12538 .hword 4523 .hword 17253 .zero 4 .xword .LC12540 .xword .LC12541 .hword 4523 .hword 17258 .zero 4 .xword .LC12542 .xword .LC12543 .hword 4523 .hword 17259 .zero 4 .xword .LC12544 .xword .LC12545 .hword 4523 .hword 17258 .zero 4 .xword .LC12544 .xword .LC12546 .hword 4523 .hword 17260 .zero 4 .xword .LC12544 .xword .LC12547 .hword 4523 .hword 17280 .zero 4 .xword .LC12548 .xword .LC12549 .hword 4523 .hword 17281 .zero 4 .xword .LC12550 .xword .LC12551 .hword 4523 .hword 17937 .zero 4 .xword .LC12552 .xword .LC4361 .hword 4523 .hword 17952 .zero 4 .xword .LC12553 .xword .LC12554 .hword 4523 .hword 18433 .zero 4 .xword .LC12555 .xword .LC12556 .hword 4523 .hword 18441 .zero 4 .xword .LC12557 .xword .LC12558 .hword 4523 .hword 20485 .zero 4 .xword .LC12559 .xword .LC12560 .hword 4523 .hword 20544 .zero 4 .xword .LC12561 .xword .LC12562 .hword 4523 .hword 20545 .zero 4 .xword .LC12563 .xword .LC12562 .hword 4523 .hword 20608 .zero 4 .xword .LC12564 .xword .LC3835 .hword 4523 .hword 20609 .zero 4 .xword .LC12565 .xword .LC3835 .hword 4523 .hword 24641 .zero 4 .xword .LC12566 .xword .LC12567 .hword 4523 .hword 24705 .zero 4 .xword .LC5644 .xword .LC12568 .hword 4523 .hword 24833 .zero 4 .xword .LC12569 .xword .LC12570 .hword 4523 .hword 24849 .zero 4 .xword .LC2867 .xword .LC12571 .hword 4523 .hword 24864 .zero 4 .xword .LC2867 .xword .LC12571 .hword 4523 .hword 24865 .zero 4 .xword .LC12572 .xword .LC12573 .hword 4523 .hword 24866 .zero 4 .xword .LC2867 .xword .LC12571 .hword 4523 .hword 24896 .zero 4 .xword .LC12574 .xword .LC12571 .hword 4523 .hword 24901 .zero 4 .xword .LC12575 .xword .LC12576 .hword 4523 .hword 25376 .zero 4 .xword .LC12577 .xword .LC12578 .hword 4523 .hword 25664 .zero 4 .xword .LC12579 .xword .LC12580 .hword 4523 .hword 25728 .zero 4 .xword .LC12581 .xword .LC12582 .hword 4523 .hword 25733 .zero 4 .xword .LC12583 .xword .LC12584 .hword 4523 .hword -28376 .zero 4 .xword .LC12585 .xword .LC12586 .hword 4523 .hword -28254 .zero 4 .xword .LC12587 .xword .LC12588 .hword 4523 .hword -27053 .zero 4 .xword .LC12589 .xword .LC12590 .hword 4523 .hword -26506 .zero 4 .xword .LC12525 .xword .LC12591 .hword 4523 .hword -4093 .zero 4 .xword .LC12592 .xword .LC12593 .hword 4523 .hword -4092 .zero 4 .xword .LC12594 .xword .LC12595 .hword 4523 .hword -4090 .zero 4 .xword .LC12596 .xword .LC12597 .hword 4523 .hword -1 .zero 4 .xword .LC12598 .xword .LC12599 .hword 4525 .hword 1 .zero 4 .xword .LC12600 .xword .LC8902 .hword 4525 .hword 2 .zero 4 .xword .LC12601 .xword .LC12602 .hword 4525 .hword -16107 .zero 4 .xword .LC12603 .xword .LC12604 .hword 4526 .hword 16723 .zero 4 .xword .LC9 .xword .LC12605 .hword 4526 .hword 22594 .zero 4 .xword .LC9 .xword .LC12605 .hword 4527 .hword 1 .zero 4 .xword .LC12606 .xword .LC12607 .hword 4527 .hword 10 .zero 4 .xword .LC13 .xword .LC12608 .hword 4527 .hword 11 .zero 4 .xword .LC13 .xword .LC12609 .hword 4528 .hword 1 .zero 4 .xword .LC12610 .xword .LC12611 .hword 4528 .hword 2 .zero 4 .xword .LC12612 .xword .LC12613 .hword 4528 .hword 4 .zero 4 .xword .LC12614 .xword .LC12615 .hword 4528 .hword 16 .zero 4 .xword .LC12616 .xword .LC12617 .hword 4528 .hword 33 .zero 4 .xword .LC12618 .xword .LC12619 .hword 4528 .hword 34 .zero 4 .xword .LC12618 .xword .LC12613 .hword 4528 .hword 36 .zero 4 .xword .LC12618 .xword .LC12615 .hword 4528 .hword 48 .zero 4 .xword .LC12618 .xword .LC12617 .hword 4528 .hword 256 .zero 4 .xword .LC12620 .xword .LC12621 .hword 4528 .hword 257 .zero 4 .xword .LC12620 .xword .LC12621 .hword 4528 .hword 258 .zero 4 .xword .LC12620 .xword .LC12622 .hword 4528 .hword 259 .zero 4 .xword .LC12620 .xword .LC12623 .hword 4528 .hword 512 .zero 4 .xword .LC12624 .xword .LC12625 .hword 4528 .hword 658 .zero 4 .xword .LC12626 .xword .LC12627 .hword 4528 .hword 1280 .zero 4 .xword .LC12628 .xword .LC12629 .hword 4528 .hword 2400 .zero 4 .xword .LC12630 .xword .LC12631 .hword 4528 .hword 18256 .zero 4 .xword .LC12632 .xword .LC12633 .hword 4528 .hword -13984 .zero 4 .xword .LC12634 .xword .LC12635 .hword 4533 .hword 1 .zero 4 .xword .LC12636 .xword .LC12637 .hword 4533 .hword 2 .zero 4 .xword .LC12638 .xword .LC12639 .hword 4533 .hword 3 .zero 4 .xword .LC12640 .xword .LC12641 .hword 4533 .hword 4 .zero 4 .xword .LC12642 .xword .LC12643 .hword 4533 .hword 5 .zero 4 .xword .LC12644 .xword .LC12645 .hword 4533 .hword 6 .zero 4 .xword .LC12646 .xword .LC12647 .hword 4533 .hword 7 .zero 4 .xword .LC12648 .xword .LC12649 .hword 4533 .hword 8 .zero 4 .xword .LC12650 .xword .LC12651 .hword 4533 .hword 9 .zero 4 .xword .LC12652 .xword .LC12653 .hword 4533 .hword 10 .zero 4 .xword .LC12654 .xword .LC4537 .hword 4533 .hword 11 .zero 4 .xword .LC12655 .xword .LC12656 .hword 4533 .hword 12 .zero 4 .xword .LC12657 .xword .LC12658 .hword 4533 .hword 18 .zero 4 .xword .LC12638 .xword .LC12659 .hword 4533 .hword 19 .zero 4 .xword .LC12660 .xword .LC12637 .hword 4533 .hword 20 .zero 4 .xword .LC12661 .xword .LC12637 .hword 4533 .hword 8704 .zero 4 .xword .LC12662 .xword .LC12663 .hword 112 .hword 26624 .zero 4 .xword .LC12664 .xword .LC12665 .hword 112 .hword -32767 .zero 4 .xword .LC12666 .xword .LC12665 .hword 4536 .hword 1 .zero 4 .xword .LC12667 .xword .LC9 .hword 4537 .hword -16147 .zero 4 .xword .LC12668 .xword .LC9 .hword 4540 .hword 1 .zero 4 .xword .LC12669 .xword .LC12670 .hword 4541 .hword 21 .zero 4 .xword .LC12671 .xword .LC12672 .hword 4541 .hword 4369 .zero 4 .xword .LC5222 .xword .LC12673 .hword 4541 .hword 4440 .zero 4 .xword .LC12674 .xword .LC12675 .hword 4541 .hword 4541 .zero 4 .xword .LC12676 .xword .LC12677 .hword 4541 .hword 8224 .zero 4 .xword .LC12678 .xword .LC12679 .hword 4541 .hword -16706 .zero 4 .xword .LC12680 .xword .LC12681 .hword 4541 .hword -16674 .zero 4 .xword .LC12682 .xword .LC12683 .hword 4545 .hword 1088 .zero 4 .xword .LC12684 .xword .LC12685 .hword 4545 .hword 1089 .zero 4 .xword .LC12686 .xword .LC12687 .hword 4545 .hword 1090 .zero 4 .xword .LC2909 .xword .LC12688 .hword 4545 .hword 1091 .zero 4 .xword .LC12689 .xword .LC2909 .hword 4545 .hword 1092 .zero 4 .xword .LC12689 .xword .LC12690 .hword 4545 .hword 1093 .zero 4 .xword .LC12689 .xword .LC9 .hword 4545 .hword 1094 .zero 4 .xword .LC12691 .xword .LC12692 .hword 4545 .hword 1095 .zero 4 .xword .LC12689 .xword .LC12693 .hword 4545 .hword 1096 .zero 4 .xword .LC12684 .xword .LC12694 .hword 4545 .hword 1097 .zero 4 .xword .LC12684 .xword .LC12695 .hword 4545 .hword 1098 .zero 4 .xword .LC12684 .xword .LC12696 .hword 4545 .hword 1099 .zero 4 .xword .LC12689 .xword .LC12697 .hword 4545 .hword 1100 .zero 4 .xword .LC12689 .xword .LC12698 .hword 4545 .hword 1101 .zero 4 .xword .LC12689 .xword .LC9 .hword 4545 .hword 1102 .zero 4 .xword .LC12699 .xword .LC12700 .hword 4545 .hword 1103 .zero 4 .xword .LC12701 .xword .LC12702 .hword 4545 .hword 1104 .zero 4 .xword .LC12703 .xword .LC12704 .hword 4545 .hword 1105 .zero 4 .xword .LC12689 .xword .LC12705 .hword 4545 .hword 1106 .zero 4 .xword .LC12689 .xword .LC12706 .hword 4545 .hword 1107 .zero 4 .xword .LC12689 .xword .LC9 .hword 4545 .hword 1108 .zero 4 .xword .LC12689 .xword .LC9 .hword 4545 .hword 1109 .zero 4 .xword .LC12689 .xword .LC9 .hword 4545 .hword 1110 .zero 4 .xword .LC12689 .xword .LC9 .hword 4545 .hword 1111 .zero 4 .xword .LC12689 .xword .LC9 .hword 4545 .hword 1112 .zero 4 .xword .LC12707 .xword .LC12708 .hword 4545 .hword 1113 .zero 4 .xword .LC12689 .xword .LC9 .hword 4545 .hword 1114 .zero 4 .xword .LC12689 .xword .LC9 .hword 4545 .hword 1117 .zero 4 .xword .LC12709 .xword .LC12710 .hword 4545 .hword 1121 .zero 4 .xword .LC12711 .xword .LC12712 .hword 4545 .hword 1122 .zero 4 .xword .LC12713 .xword .LC12714 .hword 4545 .hword 1124 .zero 4 .xword .LC12715 .xword .LC12716 .hword 4545 .hword 1152 .zero 4 .xword .LC12717 .xword .LC12718 .hword 4545 .hword 1163 .zero 4 .xword .LC12719 .xword .LC12720 .hword 4545 .hword 1164 .zero 4 .xword .LC12721 .xword .LC12722 .hword 4545 .hword 1165 .zero 4 .xword .LC12723 .xword .LC12724 .hword 4545 .hword 1166 .zero 4 .xword .LC12725 .xword .LC12726 .hword 4545 .hword 1167 .zero 4 .xword .LC12727 .xword .LC12728 .hword 4545 .hword 1344 .zero 4 .xword .LC9 .xword .LC9 .hword 4545 .hword 1536 .zero 4 .xword .LC12729 .xword .LC12730 .hword 4545 .hword 1568 .zero 4 .xword .LC12731 .xword .LC12732 .hword 4545 .hword 1584 .zero 4 .xword .LC12733 .xword .LC12734 .hword 4545 .hword 4160 .zero 4 .xword .LC12735 .xword .LC12736 .hword 4545 .hword 4545 .zero 4 .xword .LC12737 .xword .LC12738 .hword 4545 .hword 12326 .zero 4 .xword .LC12739 .xword .LC12740 .hword 4545 .hword 12373 .zero 4 .xword .LC12741 .xword .LC12742 .hword 4545 .hword 18264 .zero 4 .xword .LC6507 .xword .LC6508 .hword 4545 .hword 21504 .zero 4 .xword .LC12743 .xword .LC12744 .hword 4545 .hword 22529 .zero 4 .xword .LC9 .xword .LC6157 .hword 4545 .hword 22530 .zero 4 .xword .LC12745 .xword .LC12746 .hword 4545 .hword 22531 .zero 4 .xword .LC12747 .xword .LC12748 .hword 4545 .hword 22533 .zero 4 .xword .LC12749 .xword .LC12750 .hword 4545 .hword 22545 .zero 4 .xword .LC12751 .xword .LC12752 .hword 4545 .hword 22785 .zero 4 .xword .LC12753 .xword .LC12754 .hword 4545 .hword -26506 .zero 4 .xword .LC12755 .xword .LC12688 .hword 4545 .hword -21728 .zero 4 .xword .LC12756 .xword .LC12757 .hword 4545 .hword -21712 .zero 4 .xword .LC12758 .xword .LC12759 .hword 4545 .hword -4864 .zero 4 .xword .LC12760 .xword .LC12761 .hword 4545 .hword 7121 .zero 4 .xword .LC9 .xword .LC9 .hword 4550 .hword 12289 .zero 4 .xword .LC2470 .xword .LC12762 .hword 4552 .hword 1624 .zero 4 .xword .LC12763 .xword .LC12764 .hword 4552 .hword -10651 .zero 4 .xword .LC12765 .xword .LC12766 .hword 4552 .hword -10649 .zero 4 .xword .LC12767 .xword .LC12768 .hword 4553 .hword 16 .zero 4 .xword .LC2862 .xword .LC12769 .hword 4553 .hword 17 .zero 4 .xword .LC9 .xword .LC12770 .hword 4555 .hword 8192 .zero 4 .xword .LC12771 .xword .LC12772 .hword 4555 .hword 16384 .zero 4 .xword .LC12773 .xword .LC12774 .hword 4555 .hword -32768 .zero 4 .xword .LC12775 .xword .LC12776 .hword 4558 .hword 4139 .zero 4 .xword .LC12777 .xword .LC12778 .hword 4561 .hword 503 .zero 4 .xword .LC12779 .xword .LC12780 .hword 4561 .hword 504 .zero 4 .xword .LC12779 .xword .LC12780 .hword 4561 .hword 505 .zero 4 .xword .LC12781 .xword .LC12782 .hword 4564 .hword 4564 .zero 4 .xword .LC12783 .xword .LC12784 .hword 4564 .hword 4564 .zero 4 .xword .LC12785 .xword .LC12786 .hword 4564 .hword 5429 .zero 4 .xword .LC12787 .xword .LC12788 .hword 4564 .hword 6149 .zero 4 .xword .LC12789 .xword .LC12790 .hword 4564 .hword 6276 .zero 4 .xword .LC12791 .xword .LC12792 .hword 4564 .hword 6281 .zero 4 .xword .LC12793 .xword .LC12794 .hword 4564 .hword 6474 .zero 4 .xword .LC12795 .xword .LC10097 .hword 4564 .hword 6529 .zero 4 .xword .LC12796 .xword .LC10097 .hword 4564 .hword 6531 .zero 4 .xword .LC12797 .xword .LC12792 .hword 4564 .hword 6532 .zero 4 .xword .LC12798 .xword .LC12799 .hword 4564 .hword 6534 .zero 4 .xword .LC12800 .xword .LC12801 .hword 4564 .hword 6536 .zero 4 .xword .LC12802 .xword .LC12803 .hword 4564 .hword 6539 .zero 4 .xword .LC12804 .xword .LC12805 .hword 4564 .hword 8594 .zero 4 .xword .LC12806 .xword .LC12807 .hword 4564 .hword 8602 .zero 4 .xword .LC12806 .xword .LC12808 .hword 4564 .hword 8606 .zero 4 .xword .LC12806 .xword .LC12809 .hword 4564 .hword 12100 .zero 4 .xword .LC12810 .xword .LC12811 .hword 4564 .hword -26469 .zero 4 .xword .LC12812 .xword .LC12813 .hword 4565 .hword 277 .zero 4 .xword .LC12814 .xword .LC12815 .hword 4565 .hword 278 .zero 4 .xword .LC12816 .xword .LC12817 .hword 4565 .hword 279 .zero 4 .xword .LC12818 .xword .LC12815 .hword 4565 .hword 280 .zero 4 .xword .LC12816 .xword .LC12817 .global PciClassCodeTable .section .rodata .align 3 .LC12819: .string "Pre-2.0 PCI Specification Device" .align 3 .LC12820: .string "Non-VGA" .align 3 .LC12821: .string "VGA Compatible" .align 3 .LC12822: .string "Mass Storage Controller" .align 3 .LC12823: .string "IDE" .align 3 .LC12824: .string "Floppy" .align 3 .LC12825: .string "IPI" .align 3 .LC12826: .string "RAID" .align 3 .LC12827: .string "Other" .align 3 .LC12828: .string "ATA controller with single DMA" .align 3 .LC12829: .string "ATA controller with chained DMA" .align 3 .LC12830: .string "Display Controller" .align 3 .LC12831: .string "PC Compatible" .align 3 .LC12832: .string "8514" .align 3 .LC12833: .string "XGA" .align 3 .LC12834: .string "Video" .align 3 .LC12835: .string "RAM" .align 3 .LC12836: .string "Flash" .align 3 .LC12837: .string "Bridge Device" .align 3 .LC12838: .string "Host/PCI" .align 3 .LC12839: .string "PCI/ISA" .align 3 .LC12840: .string "PCI/EISA" .align 3 .LC12841: .string "PCI/Micro Channel" .align 3 .LC12842: .string "PCI/PCI" .align 3 .LC12843: .string "PCI/PCMCIA" .align 3 .LC12844: .string "PCI/NuBus" .align 3 .LC12845: .string "PCI/CardBus" .align 3 .LC12846: .string "Simple Communications Controller" .align 3 .LC12847: .string "Serial" .align 3 .LC12848: .string "Generic XT Compatible" .align 3 .LC12849: .string "16450 Compatible" .align 3 .LC12850: .string "16550 Compatible" .align 3 .LC12851: .string "Parallel" .align 3 .LC12852: .string "Standard" .align 3 .LC12853: .string "Bidirectional" .align 3 .LC12854: .string "ECP 1.X Compliant" .align 3 .LC12855: .string "Base Systems Peripheral" .align 3 .LC12856: .string "PIC (Programmable Interrupt Controller)" .align 3 .LC12857: .string "Generic 8259" .align 3 .LC12858: .string "ISA" .align 3 .LC12859: .string "DMA (Direct Memory Access)" .align 3 .LC12860: .string "EISA" .align 3 .LC12861: .string "System Timer" .align 3 .LC12862: .string "RTC (Real Time Clock)" .align 3 .LC12863: .string "Generic" .align 3 .LC12864: .string "Input Device" .align 3 .LC12865: .string "Keyboard" .align 3 .LC12866: .string "Digitizer (Pen)" .align 3 .LC12867: .string "Mouse" .align 3 .LC12868: .string "Docking Station" .align 3 .LC12869: .string "Processor" .align 3 .LC12870: .string "i386" .align 3 .LC12871: .string "i486" .align 3 .LC12872: .string "Pentium" .align 3 .LC12873: .string "Alpha" .align 3 .LC12874: .string "Power PC" .align 3 .LC12875: .string "Serial Bus Controller" .align 3 .LC12876: .string "Firewire (IEEE 1394)" .align 3 .LC12877: .string "ACCESS.bus" .align 3 .LC12878: .string "SSA (Serial Storage Archetecture)" .align 3 .LC12879: .string "USB (Universal Serial Bus)" .align 3 .LC12880: .string "Device Does Not Fit In Class Codes" .align 3 .LC12881: .string "UDF" .section .data.rel.local .align 3 .type PciClassCodeTable, %object .size PciClassCodeTable, 2272 PciClassCodeTable: .byte 0 .byte 0 .byte 0 .zero 5 .xword .LC12819 .xword .LC12820 .xword .LC9 .byte 0 .byte 1 .byte 0 .zero 5 .xword .LC12819 .xword .LC12821 .xword .LC9 .byte 1 .byte 0 .byte 0 .zero 5 .xword .LC12822 .xword .LC4589 .xword .LC9 .byte 1 .byte 1 .byte 0 .zero 5 .xword .LC12822 .xword .LC12823 .xword .LC9 .byte 1 .byte 2 .byte 0 .zero 5 .xword .LC12822 .xword .LC12824 .xword .LC9 .byte 1 .byte 3 .byte 0 .zero 5 .xword .LC12822 .xword .LC12825 .xword .LC9 .byte 1 .byte 4 .byte 0 .zero 5 .xword .LC12822 .xword .LC12826 .xword .LC9 .byte 1 .byte -128 .byte 0 .zero 5 .xword .LC12822 .xword .LC12827 .xword .LC9 .byte 2 .byte 0 .byte 0 .zero 5 .xword .LC3392 .xword .LC8681 .xword .LC9 .byte 2 .byte 1 .byte 0 .zero 5 .xword .LC3392 .xword .LC9833 .xword .LC9 .byte 2 .byte 2 .byte 0 .zero 5 .xword .LC3392 .xword .LC7296 .xword .LC9 .byte 2 .byte 3 .byte 0 .zero 5 .xword .LC3392 .xword .LC962 .xword .LC9 .byte 2 .byte -128 .byte 0 .zero 5 .xword .LC3392 .xword .LC12827 .xword .LC9 .byte 1 .byte 5 .byte 32 .zero 5 .xword .LC12822 .xword .LC12828 .xword .LC9 .byte 1 .byte 5 .byte 48 .zero 5 .xword .LC12822 .xword .LC12829 .xword .LC9 .byte 3 .byte 0 .byte 0 .zero 5 .xword .LC12830 .xword .LC12831 .xword .LC12401 .byte 3 .byte 0 .byte 1 .zero 5 .xword .LC12830 .xword .LC12831 .xword .LC12832 .byte 3 .byte 1 .byte 0 .zero 5 .xword .LC12830 .xword .LC12833 .xword .LC9 .byte 3 .byte -128 .byte 0 .zero 5 .xword .LC12830 .xword .LC12827 .xword .LC9 .byte 4 .byte 0 .byte 0 .zero 5 .xword .LC2709 .xword .LC12834 .xword .LC9 .byte 4 .byte 1 .byte 0 .zero 5 .xword .LC2709 .xword .LC2634 .xword .LC9 .byte 4 .byte -128 .byte 0 .zero 5 .xword .LC2709 .xword .LC12827 .xword .LC9 .byte 5 .byte 0 .byte 0 .zero 5 .xword .LC3362 .xword .LC12835 .xword .LC9 .byte 5 .byte 1 .byte 0 .zero 5 .xword .LC3362 .xword .LC12836 .xword .LC9 .byte 5 .byte -128 .byte 0 .zero 5 .xword .LC3362 .xword .LC12827 .xword .LC9 .byte 6 .byte 0 .byte 0 .zero 5 .xword .LC12837 .xword .LC12838 .xword .LC9 .byte 6 .byte 1 .byte 0 .zero 5 .xword .LC12837 .xword .LC12839 .xword .LC9 .byte 6 .byte 2 .byte 0 .zero 5 .xword .LC12837 .xword .LC12840 .xword .LC9 .byte 6 .byte 3 .byte 0 .zero 5 .xword .LC12837 .xword .LC12841 .xword .LC9 .byte 6 .byte 4 .byte 0 .zero 5 .xword .LC12837 .xword .LC12842 .xword .LC9 .byte 6 .byte 5 .byte 0 .zero 5 .xword .LC12837 .xword .LC12843 .xword .LC9 .byte 6 .byte 6 .byte 0 .zero 5 .xword .LC12837 .xword .LC12844 .xword .LC9 .byte 6 .byte 7 .byte 0 .zero 5 .xword .LC12837 .xword .LC12845 .xword .LC9 .byte 6 .byte -128 .byte 0 .zero 5 .xword .LC12837 .xword .LC12827 .xword .LC9 .byte 7 .byte 0 .byte 0 .zero 5 .xword .LC12846 .xword .LC12847 .xword .LC12848 .byte 7 .byte 0 .byte 1 .zero 5 .xword .LC12846 .xword .LC12847 .xword .LC12849 .byte 7 .byte 0 .byte 2 .zero 5 .xword .LC12846 .xword .LC12847 .xword .LC12850 .byte 7 .byte 1 .byte 0 .zero 5 .xword .LC12846 .xword .LC12851 .xword .LC12852 .byte 7 .byte 1 .byte 0 .zero 5 .xword .LC12846 .xword .LC12851 .xword .LC12853 .byte 7 .byte 1 .byte 1 .zero 5 .xword .LC12846 .xword .LC12851 .xword .LC12854 .byte 7 .byte -128 .byte 2 .zero 5 .xword .LC12846 .xword .LC12827 .xword .LC9 .byte 8 .byte 0 .byte 0 .zero 5 .xword .LC12855 .xword .LC12856 .xword .LC12857 .byte 8 .byte 0 .byte 1 .zero 5 .xword .LC12855 .xword .LC12856 .xword .LC12858 .byte 8 .byte 0 .byte 2 .zero 5 .xword .LC12855 .xword .LC12856 .xword .LC2915 .byte 8 .byte 1 .byte 0 .zero 5 .xword .LC12855 .xword .LC12859 .xword .LC12857 .byte 8 .byte 1 .byte 1 .zero 5 .xword .LC12855 .xword .LC12859 .xword .LC12858 .byte 8 .byte 1 .byte 2 .zero 5 .xword .LC12855 .xword .LC12859 .xword .LC12860 .byte 8 .byte 2 .byte 0 .zero 5 .xword .LC12855 .xword .LC12861 .xword .LC12857 .byte 8 .byte 2 .byte 1 .zero 5 .xword .LC12855 .xword .LC12861 .xword .LC12858 .byte 8 .byte 2 .byte 2 .zero 5 .xword .LC12855 .xword .LC12861 .xword .LC12860 .byte 8 .byte 3 .byte 0 .zero 5 .xword .LC12855 .xword .LC12862 .xword .LC12863 .byte 8 .byte 3 .byte 1 .zero 5 .xword .LC12855 .xword .LC12862 .xword .LC12858 .byte 8 .byte -128 .byte 0 .zero 5 .xword .LC12855 .xword .LC12827 .xword .LC9 .byte 9 .byte 0 .byte 0 .zero 5 .xword .LC12864 .xword .LC12865 .xword .LC9 .byte 9 .byte 1 .byte 0 .zero 5 .xword .LC12864 .xword .LC12866 .xword .LC9 .byte 9 .byte 2 .byte 0 .zero 5 .xword .LC12864 .xword .LC12867 .xword .LC9 .byte 9 .byte -128 .byte 0 .zero 5 .xword .LC12864 .xword .LC12827 .xword .LC9 .byte 10 .byte 0 .byte 0 .zero 5 .xword .LC12868 .xword .LC12863 .xword .LC9 .byte 10 .byte -128 .byte 0 .zero 5 .xword .LC12868 .xword .LC12827 .xword .LC9 .byte 11 .byte 0 .byte 0 .zero 5 .xword .LC12869 .xword .LC12870 .xword .LC9 .byte 11 .byte 1 .byte 0 .zero 5 .xword .LC12869 .xword .LC12871 .xword .LC9 .byte 11 .byte 2 .byte 0 .zero 5 .xword .LC12869 .xword .LC12872 .xword .LC9 .byte 11 .byte 16 .byte 0 .zero 5 .xword .LC12869 .xword .LC12873 .xword .LC9 .byte 11 .byte 32 .byte 0 .zero 5 .xword .LC12869 .xword .LC12874 .xword .LC9 .byte 11 .byte -128 .byte 0 .zero 5 .xword .LC12869 .xword .LC9473 .xword .LC9 .byte 12 .byte 0 .byte 0 .zero 5 .xword .LC12875 .xword .LC12876 .xword .LC9 .byte 12 .byte 1 .byte 0 .zero 5 .xword .LC12875 .xword .LC12877 .xword .LC9 .byte 12 .byte 2 .byte 0 .zero 5 .xword .LC12875 .xword .LC12878 .xword .LC9 .byte 12 .byte 3 .byte 0 .zero 5 .xword .LC12875 .xword .LC12879 .xword .LC9 .byte 12 .byte 4 .byte 0 .zero 5 .xword .LC12875 .xword .LC9691 .xword .LC9 .byte -1 .byte 0 .byte 0 .zero 5 .xword .LC2512 .xword .LC12880 .xword .LC12881 .global PciCommandFlags .section .rodata .align 3 .LC12882: .string "I/O Access" .align 3 .LC12883: .string "Memory Access" .align 3 .LC12884: .string "Bus Mastering" .align 3 .LC12885: .string "Special Cycles" .align 3 .LC12886: .string "Memory Write & Invalidate" .align 3 .LC12887: .string "Palette Snoop" .align 3 .LC12888: .string "Parity Errors" .align 3 .LC12889: .string "Wait Cycles" .align 3 .LC12890: .string "System Errors" .align 3 .LC12891: .string "Fast Back-To-Back" .align 3 .LC12892: .string "Reserved 10" .align 3 .LC12893: .string "Reserved 11" .align 3 .LC12894: .string "Reserved 12" .align 3 .LC12895: .string "Reserved 13" .align 3 .LC12896: .string "Reserved 14" .align 3 .LC12897: .string "Reserved 15" .section .data.rel.local .align 3 .type PciCommandFlags, %object .size PciCommandFlags, 128 PciCommandFlags: .xword .LC12882 .xword .LC12883 .xword .LC12884 .xword .LC12885 .xword .LC12886 .xword .LC12887 .xword .LC12888 .xword .LC12889 .xword .LC12890 .xword .LC12891 .xword .LC12892 .xword .LC12893 .xword .LC12894 .xword .LC12895 .xword .LC12896 .xword .LC12897 .global PciStatusFlags .section .rodata .align 3 .LC12898: .string "Reserved 0" .align 3 .LC12899: .string "Reserved 1" .align 3 .LC12900: .string "Reserved 2" .align 3 .LC12901: .string "Reserved 3" .align 3 .LC12902: .string "Reserved 4" .align 3 .LC12903: .string "66 MHz Capable" .align 3 .LC12904: .string "User-Defined Features" .align 3 .LC12905: .string "Data Parity Reported" .align 3 .LC12906: .string "Signalled Target Abort" .align 3 .LC12907: .string "Received Target Abort" .align 3 .LC12908: .string "Received Master Abort" .align 3 .LC12909: .string "Signalled System Error" .align 3 .LC12910: .string "Detected Parity Error" .section .data.rel.local .align 3 .type PciStatusFlags, %object .size PciStatusFlags, 128 PciStatusFlags: .xword .LC12898 .xword .LC12899 .xword .LC12900 .xword .LC12901 .xword .LC12902 .xword .LC12903 .xword .LC12904 .xword .LC12891 .xword .LC12905 .xword .LC9 .xword .LC9 .xword .LC12906 .xword .LC12907 .xword .LC12908 .xword .LC12909 .xword .LC12910 .global PciDevSelFlags .section .rodata .align 3 .LC12911: .string "Fast Devsel Speed" .align 3 .LC12912: .string "Medium Devsel Speed" .align 3 .LC12913: .string "Slow Devsel Speed" .align 3 .LC12914: .string "Reserved 9&10" .section .data.rel.local .align 3 .type PciDevSelFlags, %object .size PciDevSelFlags, 32 PciDevSelFlags: .xword .LC12911 .xword .LC12912 .xword .LC12913 .xword .LC12914 .text .align 2 .global getPCIVendors .type getPCIVendors, %function getPCIVendors: .LFB0: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, 8] ldr x0, [sp, 8] mov w1, 1568 str w1, [x0] adrp x0, PciVenTable add x0, x0, :lo12:PciVenTable add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size getPCIVendors, .-getPCIVendors .align 2 .global getPCIDevices .type getPCIDevices, %function getPCIDevices: .LFB1: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, 8] ldr x0, [sp, 8] mov w1, 7848 str w1, [x0] adrp x0, PciDevTable add x0, x0, :lo12:PciDevTable add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size getPCIDevices, .-getPCIDevices .align 2 .global getPCIClasses .type getPCIClasses, %function getPCIClasses: .LFB2: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, 8] ldr x0, [sp, 8] mov w1, 71 str w1, [x0] adrp x0, PciClassCodeTable add x0, x0, :lo12:PciClassCodeTable add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE2: .size getPCIClasses, .-getPCIClasses ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global ft_strcpy .type ft_strcpy, %function ft_strcpy: .LFB6: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] str x1, [sp] str wzr, [sp, 28] b .L2 .L3: ldrsw x0, [sp, 28] ldr x1, [sp] add x1, x1, x0 ldrsw x0, [sp, 28] ldr x2, [sp, 8] add x0, x2, x0 ldrb w1, [x1] strb w1, [x0] ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L2: ldrsw x0, [sp, 28] ldr x1, [sp] add x0, x1, x0 ldrb w0, [x0] cmp w0, 0 bne .L3 ldrsw x0, [sp, 28] ldr x1, [sp, 8] add x0, x1, x0 strb wzr, [x0] ldr x0, [sp, 8] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size ft_strcpy, .-ft_strcpy .align 2 .global ft_strlen .type ft_strlen, %function ft_strlen: .LFB7: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] str wzr, [sp, 28] b .L6 .L7: ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L6: ldrsw x0, [sp, 28] ldr x1, [sp, 8] add x0, x1, x0 ldrb w0, [x0] cmp w0, 0 bne .L7 ldr w0, [sp, 28] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size ft_strlen, .-ft_strlen .align 2 .global ft_strdup2 .type ft_strdup2, %function ft_strdup2: .LFB8: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] str x0, [sp, 40] ldr x0, [sp, 40] bl ft_strlen str w0, [sp, 36] ldr w0, [sp, 36] add w0, w0, 1 sxtw x0, w0 bl malloc str x0, [sp, 40] ldr x1, [sp, 24] ldr x0, [sp, 40] bl ft_strcpy str x0, [sp, 40] ldr x0, [sp, 40] ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size ft_strdup2, .-ft_strdup2 .section .rodata .align 3 .LC0: .string "Caio" .text .align 2 .global main .type main, %function main: .LFB9: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl ft_strdup2 str x0, [sp, 24] ldr x0, [sp, 24] bl puts ldr x0, [sp, 24] bl free adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl ft_strdup str x0, [sp, 24] ldr x0, [sp, 24] bl puts ldr x0, [sp, 24] bl free mov w0, 0 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE9: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global WPD_EVENT_ATTRIBUTES_V1 .section .rodata .align 3 .type WPD_EVENT_ATTRIBUTES_V1, %object .size WPD_EVENT_ATTRIBUTES_V1, 24 WPD_EVENT_ATTRIBUTES_V1: .xword 281634168 .hword 11905 .hword 16657 .ascii "\255\336\340\214\246\023\217m" .zero 4 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "1 is a natural number." .align 3 .LC1: .string "Is %d a natural number?\n" .align 3 .LC2: .string "%d is a natural number," .align 3 .LC3: .string " so %d is a natural number.\n" .text .align 2 .global natural .type natural, %function natural: .LFB0: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str w0, [sp, 28] ldr w0, [sp, 28] cmp w0, 1 bne .L2 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl puts mov w0, 1 b .L3 .L2: ldr w1, [sp, 28] adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf ldr w0, [sp, 28] sub w0, w0, #1 bl natural cmp w0, 0 beq .L4 ldr w0, [sp, 28] sub w0, w0, #1 mov w1, w0 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf ldr w1, [sp, 28] adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf mov w0, 1 b .L3 .L4: mov w0, 0 .L3: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size natural, .-natural .section .rodata .align 3 .LC4: .string "%d" .text .align 2 .global main .type main, %function main: .LFB1: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 24] mov x1, 0 add x0, sp, 20 mov x1, x0 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl __isoc99_scanf mov w0, 3 bl natural mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 24] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L7 bl __stack_chk_fail .L7: mov w0, w1 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 24] mov x1, 0 mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 24] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L3 bl __stack_chk_fail .L3: mov w0, w1 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global regs .bss .align 3 .type regs, %object .size regs, 104 regs: .zero 104 .global base .align 2 .type base, %object .size base, 4 base: .zero 4 .section .rodata .align 3 .type yytranslate, %object .size yytranslate, 261 yytranslate: .string "" .ascii "\002\002\002\002\002\002\002\002\002\r\002\002\002\002\002\002" .ascii "\002\002\002\002\002\002\002\002\002\002\002\002\002\002\002" .ascii "\002\002\002\002\002\013\006\002\017\020\t\007\002\b\002\n\002" .ascii "\002\002\002\002\002\002\002\002\002\002\002\002\016\002\002" .ascii "\002\002\002\002\002\002\002\002\002\002\002\002\002\002\002" .ascii "\002\002\002\002\002\002\002\002\002\002\002\002\002\002\002" .ascii "\002\002\002\002\002\002\002\002\002\002\002\002\002\002\002" .ascii "\002\002\002\002\002\002\002\002\002\002\002\002\002\002\002" .ascii "\005\002\002\002\002\002\002\002\002\002\002\002\002\002\002" .ascii "\002\002\002\002\002\002\002\002\002\002\002\002\002\002\002" .ascii "\002\002\002\002\002\002\002\002\002\002\002\002\002\002\002" .ascii "\002\002\002\002\002\002\002\002\002\002\002\002\002\002\002" .ascii "\002\002\002\002\002\002\002\002\002\002\002\002\002\002\002" .ascii "\002\002\002\002\002\002\002\002\002\002\002\002\002\002\002" .ascii "\002\002\002\002\002\002\002\002\002\002\002\002\002\002\002" .ascii "\002\002\002\002\002\002\002\002\002\002\002\002\002\002\002" .ascii "\002\002\002\002\002\002\002\002\002\002\002\002\001\002\003" .ascii "\004\f" .align 3 .type yypact, %object .size yypact, 34 yypact: .ascii "\367\022\367\370\367\373\024\024\375+\004\367\024\367\367\037" .ascii "\367\024\024\024\024\024\024\024\367+\36716\371\371\367\367\367" .align 3 .type yydefact, %object .size yydefact, 34 yydefact: .string "\002" .string "\001" .string "\022\020" .string "" .string "" .string "\005\021\004" .string "\020\017" .string "\003" .string "" .string "" .string "" .string "" .string "" .string "" .ascii "\023\006\007\016\r\013\f\b\t\n" .align 3 .type yypgoto, %object .size yypgoto, 5 yypgoto: .ascii "\367\367\367\372\367" .align 3 .type yydefgoto, %object .size yydefgoto, 5 yydefgoto: .ascii "\377\001\b\t\n" .align 3 .type yytable, %object .size yytable, 66 yytable: .string "\016\017\025\026\027\013\031\030" .string "\f\020\033\034\035\036\037 !\002\003" .string "\004\005\004\r" .string "\006" .string "\006" .string "" .string "" .string "" .string "\007" .string "\007\021\022\023\024\025\026\027" .string "" .string "" .string "" .ascii "\032\021\022\023\024\025\026\027\022\023\024\025\026\027\023" .ascii "\024\025\026\027" .align 3 .type yycheck, %object .size yycheck, 66 yycheck: .string "\006\007\t\n\013\r\f\003\377\016\r\021\022\023\024\025\026\027" .ascii "\001\377\003\004\003\004\377\b\377\b\377\377\377\377\017\377" .ascii "\017\005\006\007\b\t\n\013\377\377\377\377\020\005\006\007\b" .ascii "\t\n\013\006\007\b\t\n\013\007\b\t\n\013" .align 3 .type yystos, %object .size yystos, 34 yystos: .string "" .string "\022" .ascii "\001\003\004\b\017\023\024\025\r\016\004\024\024\r\005\006\007" .ascii "\b\t\n\013\003\024\020\024\024\024\024\024\024\024" .align 3 .type yyr1, %object .size yyr1, 20 yyr1: .string "" .ascii "\021\022\022\022\023\023\024\024\024\024\024\024\024\024\024" .ascii "\024\024\025\025" .align 3 .type yyr2, %object .size yyr2, 20 yyr2: .string "" .string "\002" .ascii "\003\003\001\003\003\003\003\003\003\003\003\003\002\001\001" .ascii "\001\002" .align 3 .LC0: .string "Deleting" .text .align 2 .type yydestruct, %function yydestruct: .LFB0: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 24] str w1, [sp, 20] str x2, [sp, 8] ldr x0, [sp, 24] cmp x0, 0 bne .L3 adrp x0, .LC0 add x0, x0, :lo12:.LC0 str x0, [sp, 24] .L3: nop add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size yydestruct, .-yydestruct .global yychar .bss .align 2 .type yychar, %object .size yychar, 4 yychar: .zero 4 .global yylval .align 2 .type yylval, %object .size yylval, 4 yylval: .zero 4 .global yynerrs .align 2 .type yynerrs, %object .size yynerrs, 4 yynerrs: .zero 4 .section .rodata .align 3 .LC1: .string "%d\n" .align 3 .LC2: .string "syntax error" .align 3 .LC3: .string "Error: discarding" .align 3 .LC4: .string "Error: popping" .align 3 .LC5: .string "memory exhausted" .align 3 .LC6: .string "Cleanup: discarding lookahead" .align 3 .LC7: .string "Cleanup: popping" .text .align 2 .global yyparse .type yyparse, %function yyparse: .LFB1: .cfi_startproc sub sp, sp, #1344 .cfi_def_cfa_offset 1344 stp x29, x30, [sp] .cfi_offset 29, -1344 .cfi_offset 30, -1336 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 1336] mov x1, 0 str wzr, [sp, 36] str wzr, [sp, 44] add x0, sp, 136 str x0, [sp, 56] ldr x0, [sp, 56] str x0, [sp, 64] add x0, sp, 536 str x0, [sp, 72] ldr x0, [sp, 72] str x0, [sp, 80] mov x0, 200 str x0, [sp, 88] str wzr, [sp, 20] str wzr, [sp, 24] adrp x0, yynerrs add x0, x0, :lo12:yynerrs str wzr, [x0] adrp x0, yychar add x0, x0, :lo12:yychar mov w1, -2 str w1, [x0] b .L5 .L6: ldr x0, [sp, 64] add x0, x0, 2 str x0, [sp, 64] .L5: ldr w0, [sp, 20] sxth w1, w0 ldr x0, [sp, 64] strh w1, [x0] ldr x0, [sp, 88] lsl x0, x0, 1 sub x0, x0, #2 ldr x1, [sp, 56] add x0, x1, x0 ldr x1, [sp, 64] cmp x1, x0 bcc .L7 ldr x1, [sp, 64] ldr x0, [sp, 56] sub x0, x1, x0 asr x0, x0, 1 add x0, x0, 1 str x0, [sp, 96] ldr x1, [sp, 88] mov x0, 9999 cmp x1, x0 bhi .L76 ldr x0, [sp, 88] lsl x0, x0, 1 str x0, [sp, 88] ldr x1, [sp, 88] mov x0, 10000 cmp x1, x0 bls .L10 mov x0, 10000 str x0, [sp, 88] .L10: ldr x0, [sp, 56] str x0, [sp, 104] ldr x1, [sp, 88] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 1 add x0, x0, 3 bl malloc str x0, [sp, 112] ldr x0, [sp, 112] cmp x0, 0 beq .L77 ldr x2, [sp, 112] ldr x0, [sp, 96] lsl x0, x0, 1 ldr x1, [sp, 56] mov x3, x2 mov x2, x0 mov x0, x3 bl memcpy ldr x0, [sp, 112] str x0, [sp, 56] ldr x0, [sp, 88] lsl x0, x0, 1 add x0, x0, 3 str x0, [sp, 120] ldr x0, [sp, 120] and x0, x0, -4 ldr x1, [sp, 112] add x0, x1, x0 str x0, [sp, 112] ldr x2, [sp, 112] ldr x0, [sp, 96] lsl x0, x0, 2 ldr x1, [sp, 72] mov x3, x2 mov x2, x0 mov x0, x3 bl memcpy ldr x0, [sp, 112] str x0, [sp, 72] ldr x0, [sp, 88] lsl x0, x0, 2 add x0, x0, 3 str x0, [sp, 128] ldr x0, [sp, 128] and x0, x0, -4 ldr x1, [sp, 112] add x0, x1, x0 str x0, [sp, 112] add x0, sp, 136 ldr x1, [sp, 104] cmp x1, x0 beq .L12 ldr x0, [sp, 104] bl free .L12: ldr x0, [sp, 96] lsl x0, x0, 1 sub x0, x0, #2 ldr x1, [sp, 56] add x0, x1, x0 str x0, [sp, 64] ldr x0, [sp, 96] lsl x0, x0, 2 sub x0, x0, #4 ldr x1, [sp, 72] add x0, x1, x0 str x0, [sp, 80] ldr x0, [sp, 88] lsl x0, x0, 1 sub x0, x0, #2 ldr x1, [sp, 56] add x0, x1, x0 ldr x1, [sp, 64] cmp x1, x0 bcs .L78 .L7: ldr w0, [sp, 20] cmp w0, 2 beq .L79 nop .L16: adrp x0, yypact add x1, x0, :lo12:yypact ldrsw x0, [sp, 20] ldrsb w0, [x1, x0] str w0, [sp, 28] ldr w0, [sp, 28] cmn w0, #9 beq .L80 adrp x0, yychar add x0, x0, :lo12:yychar ldr w0, [x0] cmn w0, #2 bne .L19 bl yylex mov w1, w0 adrp x0, yychar add x0, x0, :lo12:yychar str w1, [x0] .L19: adrp x0, yychar add x0, x0, :lo12:yychar ldr w0, [x0] cmp w0, 0 bgt .L20 str wzr, [sp, 36] adrp x0, yychar add x0, x0, :lo12:yychar ldr w1, [sp, 36] str w1, [x0] b .L21 .L20: adrp x0, yychar add x0, x0, :lo12:yychar ldr w0, [x0] cmp w0, 260 bhi .L22 adrp x0, yychar add x0, x0, :lo12:yychar ldr w2, [x0] adrp x0, yytranslate add x1, x0, :lo12:yytranslate sxtw x0, w2 ldrb w0, [x1, x0] b .L23 .L22: mov w0, 2 .L23: str w0, [sp, 36] .L21: ldr w1, [sp, 28] ldr w0, [sp, 36] add w0, w1, w0 str w0, [sp, 28] ldr w0, [sp, 28] cmp w0, 0 blt .L81 ldr w0, [sp, 28] cmp w0, 65 bgt .L81 adrp x0, yycheck add x1, x0, :lo12:yycheck ldrsw x0, [sp, 28] ldrsb w0, [x1, x0] mov w1, w0 ldr w0, [sp, 36] cmp w0, w1 bne .L81 adrp x0, yytable add x1, x0, :lo12:yytable ldrsw x0, [sp, 28] ldrb w0, [x1, x0] str w0, [sp, 28] ldr w0, [sp, 28] cmp w0, 0 bgt .L26 ldr w0, [sp, 28] neg w0, w0 str w0, [sp, 28] b .L27 .L26: ldr w0, [sp, 24] cmp w0, 0 beq .L28 ldr w0, [sp, 24] sub w0, w0, #1 str w0, [sp, 24] .L28: adrp x0, yychar add x0, x0, :lo12:yychar mov w1, -2 str w1, [x0] ldr w0, [sp, 28] str w0, [sp, 20] ldr x0, [sp, 80] add x0, x0, 4 str x0, [sp, 80] adrp x0, yylval add x0, x0, :lo12:yylval ldr w1, [x0] ldr x0, [sp, 80] str w1, [x0] b .L6 .L80: nop b .L18 .L81: nop .L18: adrp x0, yydefact add x1, x0, :lo12:yydefact ldrsw x0, [sp, 20] ldrb w0, [x1, x0] str w0, [sp, 28] ldr w0, [sp, 28] cmp w0, 0 beq .L82 nop .L27: adrp x0, yyr2 add x1, x0, :lo12:yyr2 ldrsw x0, [sp, 28] ldrb w0, [x1, x0] str w0, [sp, 44] mov w1, 1 ldr w0, [sp, 44] sub w0, w1, w0 sxtw x0, w0 lsl x0, x0, 2 ldr x1, [sp, 80] add x0, x1, x0 ldr w0, [x0] str w0, [sp, 40] ldr w0, [sp, 28] cmp w0, 19 beq .L31 ldr w0, [sp, 28] cmp w0, 19 bgt .L83 ldr w0, [sp, 28] cmp w0, 18 beq .L33 ldr w0, [sp, 28] cmp w0, 18 bgt .L83 ldr w0, [sp, 28] cmp w0, 16 beq .L34 ldr w0, [sp, 28] cmp w0, 16 bgt .L83 ldr w0, [sp, 28] cmp w0, 15 beq .L35 ldr w0, [sp, 28] cmp w0, 15 bgt .L83 ldr w0, [sp, 28] cmp w0, 14 beq .L36 ldr w0, [sp, 28] cmp w0, 14 bgt .L83 ldr w0, [sp, 28] cmp w0, 13 beq .L37 ldr w0, [sp, 28] cmp w0, 13 bgt .L83 ldr w0, [sp, 28] cmp w0, 12 beq .L38 ldr w0, [sp, 28] cmp w0, 12 bgt .L83 ldr w0, [sp, 28] cmp w0, 11 beq .L39 ldr w0, [sp, 28] cmp w0, 11 bgt .L83 ldr w0, [sp, 28] cmp w0, 10 beq .L40 ldr w0, [sp, 28] cmp w0, 10 bgt .L83 ldr w0, [sp, 28] cmp w0, 9 beq .L41 ldr w0, [sp, 28] cmp w0, 9 bgt .L83 ldr w0, [sp, 28] cmp w0, 8 beq .L42 ldr w0, [sp, 28] cmp w0, 8 bgt .L83 ldr w0, [sp, 28] cmp w0, 7 beq .L43 ldr w0, [sp, 28] cmp w0, 7 bgt .L83 ldr w0, [sp, 28] cmp w0, 6 beq .L44 ldr w0, [sp, 28] cmp w0, 6 bgt .L83 ldr w0, [sp, 28] cmp w0, 4 beq .L45 ldr w0, [sp, 28] cmp w0, 5 beq .L46 b .L83 .L45: str wzr, [sp, 24] b .L47 .L46: ldr x0, [sp, 80] ldr w0, [x0] mov w1, w0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf b .L47 .L44: ldr x0, [sp, 80] sub x0, x0, #8 ldr w1, [x0] ldr x0, [sp, 80] ldr w2, [x0] adrp x0, regs add x0, x0, :lo12:regs sxtw x1, w1 str w2, [x0, x1, lsl 2] b .L47 .L43: ldr x0, [sp, 80] ldr w0, [x0, -4] str w0, [sp, 40] b .L47 .L42: ldr x0, [sp, 80] sub x0, x0, #8 ldr w1, [x0] ldr x0, [sp, 80] ldr w0, [x0] mul w0, w1, w0 str w0, [sp, 40] b .L47 .L41: ldr x0, [sp, 80] sub x0, x0, #8 ldr w1, [x0] ldr x0, [sp, 80] ldr w0, [x0] sdiv w0, w1, w0 str w0, [sp, 40] b .L47 .L40: ldr x0, [sp, 80] sub x0, x0, #8 ldr w0, [x0] ldr x1, [sp, 80] ldr w1, [x1] sdiv w2, w0, w1 mul w1, w2, w1 sub w0, w0, w1 str w0, [sp, 40] b .L47 .L39: ldr x0, [sp, 80] sub x0, x0, #8 ldr w1, [x0] ldr x0, [sp, 80] ldr w0, [x0] add w0, w1, w0 str w0, [sp, 40] b .L47 .L38: ldr x0, [sp, 80] sub x0, x0, #8 ldr w1, [x0] ldr x0, [sp, 80] ldr w0, [x0] sub w0, w1, w0 str w0, [sp, 40] b .L47 .L37: ldr x0, [sp, 80] sub x0, x0, #8 ldr w1, [x0] ldr x0, [sp, 80] ldr w0, [x0] and w0, w1, w0 str w0, [sp, 40] b .L47 .L36: ldr x0, [sp, 80] sub x0, x0, #8 ldr w1, [x0] ldr x0, [sp, 80] ldr w0, [x0] orr w0, w1, w0 str w0, [sp, 40] b .L47 .L35: ldr x0, [sp, 80] ldr w0, [x0] neg w0, w0 str w0, [sp, 40] b .L47 .L34: ldr x0, [sp, 80] ldr w1, [x0] adrp x0, regs add x0, x0, :lo12:regs sxtw x1, w1 ldr w0, [x0, x1, lsl 2] str w0, [sp, 40] b .L47 .L33: ldr x0, [sp, 80] ldr w0, [x0] str w0, [sp, 40] ldr x0, [sp, 80] ldr w0, [x0] cmp w0, 0 bne .L48 mov w0, 8 b .L49 .L48: mov w0, 10 .L49: adrp x1, base add x1, x1, :lo12:base str w0, [x1] b .L47 .L31: ldr x0, [sp, 80] sub x0, x0, #4 ldr w1, [x0] adrp x0, base add x0, x0, :lo12:base ldr w0, [x0] mul w1, w1, w0 ldr x0, [sp, 80] ldr w0, [x0] add w0, w1, w0 str w0, [sp, 40] b .L47 .L83: nop .L47: ldrsw x0, [sp, 44] lsl x0, x0, 2 neg x0, x0 ldr x1, [sp, 80] add x0, x1, x0 str x0, [sp, 80] ldrsw x0, [sp, 44] lsl x0, x0, 1 neg x0, x0 ldr x1, [sp, 64] add x0, x1, x0 str x0, [sp, 64] str wzr, [sp, 44] ldr x0, [sp, 80] add x0, x0, 4 str x0, [sp, 80] ldr x0, [sp, 80] ldr w1, [sp, 40] str w1, [x0] adrp x0, yyr1 add x1, x0, :lo12:yyr1 ldrsw x0, [sp, 28] ldrb w0, [x1, x0] sub w0, w0, #17 str w0, [sp, 48] adrp x0, yypgoto add x1, x0, :lo12:yypgoto ldrsw x0, [sp, 48] ldrsb w0, [x1, x0] mov w1, w0 ldr x0, [sp, 64] ldrsh w0, [x0] add w0, w1, w0 str w0, [sp, 52] ldr w0, [sp, 52] cmp w0, 0 blt .L50 ldr w0, [sp, 52] cmp w0, 65 bgt .L50 adrp x0, yycheck add x1, x0, :lo12:yycheck ldrsw x0, [sp, 52] ldrsb w0, [x1, x0] sxth w1, w0 ldr x0, [sp, 64] ldrsh w0, [x0] cmp w1, w0 bne .L50 adrp x0, yytable add x1, x0, :lo12:yytable ldrsw x0, [sp, 52] ldrb w0, [x1, x0] b .L51 .L50: adrp x0, yydefgoto add x1, x0, :lo12:yydefgoto ldrsw x0, [sp, 48] ldrsb w0, [x1, x0] .L51: str w0, [sp, 20] b .L6 .L82: nop .L30: adrp x0, yychar add x0, x0, :lo12:yychar ldr w0, [x0] cmn w0, #2 beq .L52 adrp x0, yychar add x0, x0, :lo12:yychar ldr w0, [x0] cmp w0, 260 bhi .L53 adrp x0, yychar add x0, x0, :lo12:yychar ldr w2, [x0] adrp x0, yytranslate add x1, x0, :lo12:yytranslate sxtw x0, w2 ldrb w0, [x1, x0] b .L55 .L53: mov w0, 2 b .L55 .L52: mov w0, -2 .L55: str w0, [sp, 36] ldr w0, [sp, 24] cmp w0, 0 bne .L56 adrp x0, yynerrs add x0, x0, :lo12:yynerrs ldr w0, [x0] add w1, w0, 1 adrp x0, yynerrs add x0, x0, :lo12:yynerrs str w1, [x0] adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl yyerror .L56: ldr w0, [sp, 24] cmp w0, 3 bne .L84 adrp x0, yychar add x0, x0, :lo12:yychar ldr w0, [x0] cmp w0, 0 bgt .L58 adrp x0, yychar add x0, x0, :lo12:yychar ldr w0, [x0] cmp w0, 0 bne .L84 b .L13 .L58: adrp x0, yylval add x2, x0, :lo12:yylval ldr w1, [sp, 36] adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl yydestruct adrp x0, yychar add x0, x0, :lo12:yychar mov w1, -2 str w1, [x0] .L84: nop .L59: mov w0, 3 str w0, [sp, 24] .L63: adrp x0, yypact add x1, x0, :lo12:yypact ldrsw x0, [sp, 20] ldrsb w0, [x1, x0] str w0, [sp, 28] ldr w0, [sp, 28] cmn w0, #9 beq .L60 ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] ldr w0, [sp, 28] cmp w0, 0 blt .L60 ldr w0, [sp, 28] cmp w0, 65 bgt .L60 adrp x0, yycheck add x1, x0, :lo12:yycheck ldrsw x0, [sp, 28] ldrsb w0, [x1, x0] cmp w0, 1 bne .L60 adrp x0, yytable add x1, x0, :lo12:yytable ldrsw x0, [sp, 28] ldrb w0, [x1, x0] str w0, [sp, 28] ldr w0, [sp, 28] cmp w0, 0 bgt .L85 .L60: ldr x1, [sp, 64] ldr x0, [sp, 56] cmp x1, x0 beq .L86 adrp x0, yystos add x1, x0, :lo12:yystos ldrsw x0, [sp, 20] ldrb w0, [x1, x0] ldr x2, [sp, 80] mov w1, w0 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl yydestruct ldr x0, [sp, 80] sub x0, x0, #4 str x0, [sp, 80] ldr x0, [sp, 64] sub x0, x0, #2 str x0, [sp, 64] ldr x0, [sp, 64] ldrsh w0, [x0] str w0, [sp, 20] b .L63 .L85: nop ldr x0, [sp, 80] add x0, x0, 4 str x0, [sp, 80] adrp x0, yylval add x0, x0, :lo12:yylval ldr w1, [x0] ldr x0, [sp, 80] str w1, [x0] ldr w0, [sp, 28] str w0, [sp, 20] b .L6 .L79: nop .L15: str wzr, [sp, 32] b .L64 .L78: nop b .L13 .L86: nop .L13: mov w0, 1 str w0, [sp, 32] b .L64 .L76: nop b .L9 .L77: nop .L9: adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl yyerror mov w0, 2 str w0, [sp, 32] .L64: adrp x0, yychar add x0, x0, :lo12:yychar ldr w0, [x0] cmn w0, #2 beq .L65 adrp x0, yychar add x0, x0, :lo12:yychar ldr w0, [x0] cmp w0, 260 bhi .L66 adrp x0, yychar add x0, x0, :lo12:yychar ldr w2, [x0] adrp x0, yytranslate add x1, x0, :lo12:yytranslate sxtw x0, w2 ldrb w0, [x1, x0] b .L67 .L66: mov w0, 2 .L67: str w0, [sp, 36] adrp x0, yylval add x2, x0, :lo12:yylval ldr w1, [sp, 36] adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl yydestruct .L65: ldrsw x0, [sp, 44] lsl x0, x0, 2 neg x0, x0 ldr x1, [sp, 80] add x0, x1, x0 str x0, [sp, 80] ldrsw x0, [sp, 44] lsl x0, x0, 1 neg x0, x0 ldr x1, [sp, 64] add x0, x1, x0 str x0, [sp, 64] b .L68 .L69: ldr x0, [sp, 64] ldrsh w0, [x0] mov w2, w0 adrp x0, yystos add x1, x0, :lo12:yystos sxtw x0, w2 ldrb w0, [x1, x0] ldr x2, [sp, 80] mov w1, w0 adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl yydestruct ldr x0, [sp, 80] sub x0, x0, #4 str x0, [sp, 80] ldr x0, [sp, 64] sub x0, x0, #2 str x0, [sp, 64] .L68: ldr x1, [sp, 64] ldr x0, [sp, 56] cmp x1, x0 bne .L69 add x0, sp, 136 ldr x1, [sp, 56] cmp x1, x0 beq .L70 ldr x0, [sp, 56] bl free .L70: ldr w0, [sp, 32] mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 1336] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L72 bl __stack_chk_fail .L72: mov w0, w1 ldp x29, x30, [sp] add sp, sp, 1344 .cfi_restore 29 .cfi_restore 30 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size yyparse, .-yyparse .align 2 .global main .type main, %function main: .LFB2: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp bl yyparse ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE2: .size main, .-main .section .rodata .align 3 .LC8: .string "%s\n" .text .align 2 .global yyerror .type yyerror, %function yyerror: .LFB3: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] ldr x2, [sp, 24] adrp x0, .LC8 add x1, x0, :lo12:.LC8 mov x0, x3 bl fprintf nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE3: .size yyerror, .-yyerror .align 2 .global yywrap .type yywrap, %function yywrap: .LFB4: .cfi_startproc mov w0, 1 ret .cfi_endproc .LFE4: .size yywrap, .-yywrap ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global get_ith_split .type get_ith_split, %function get_ith_split: .LFB6: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str w2, [sp, 28] str x3, [sp, 16] ldr x1, [sp, 32] ldr x0, [sp, 40] bl strtok str x0, [sp, 56] ldr x0, [sp, 56] cmp x0, 0 bne .L2 mov w0, -1 b .L3 .L2: ldr w0, [sp, 28] str w0, [sp, 52] b .L4 .L6: ldr x1, [sp, 32] mov x0, 0 bl strtok str x0, [sp, 56] ldr x0, [sp, 56] cmp x0, 0 bne .L5 mov w0, -1 b .L3 .L5: ldr w0, [sp, 52] sub w0, w0, #1 str w0, [sp, 52] .L4: ldr w0, [sp, 52] cmp w0, 0 bgt .L6 mov x2, 100 ldr x1, [sp, 56] ldr x0, [sp, 16] bl strncpy mov w0, 0 .L3: ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size get_ith_split, .-get_ith_split .section .rodata .align 3 .LC0: .string "r" .align 3 .LC1: .string "/sys/class/power_supply/BAT0/uevent" .align 3 .LC2: .string "=" .align 3 .LC3: .string "Charging\n" .text .align 2 .global get_battery_info .type get_battery_info, %function get_battery_info: .LFB7: .cfi_startproc stp x29, x30, [sp, -176]! .cfi_def_cfa_offset 176 .cfi_offset 29, -176 .cfi_offset 30, -168 mov x29, sp str x0, [sp, 24] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 168] mov x1, 0 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl fopen str x0, [sp, 56] str xzr, [sp, 48] add x1, sp, 48 add x0, sp, 40 ldr x2, [sp, 56] bl getline add x1, sp, 48 add x0, sp, 40 ldr x2, [sp, 56] bl getline ldr x4, [sp, 40] add x0, sp, 64 mov x3, x0 mov w2, 1 adrp x0, .LC2 add x1, x0, :lo12:.LC2 mov x0, x4 bl get_ith_split add x2, sp, 64 adrp x0, .LC3 add x1, x0, :lo12:.LC3 mov x0, x2 bl strcmp cmp w0, 0 bne .L8 ldr x0, [sp, 24] mov w1, 1 str w1, [x0] b .L9 .L8: ldr x0, [sp, 24] str wzr, [x0] .L9: add x1, sp, 48 add x0, sp, 40 ldr x2, [sp, 56] bl getline add x1, sp, 48 add x0, sp, 40 ldr x2, [sp, 56] bl getline add x1, sp, 48 add x0, sp, 40 ldr x2, [sp, 56] bl getline add x1, sp, 48 add x0, sp, 40 ldr x2, [sp, 56] bl getline add x1, sp, 48 add x0, sp, 40 ldr x2, [sp, 56] bl getline add x1, sp, 48 add x0, sp, 40 ldr x2, [sp, 56] bl getline add x1, sp, 48 add x0, sp, 40 ldr x2, [sp, 56] bl getline ldr x4, [sp, 40] add x0, sp, 64 mov x3, x0 mov w2, 1 adrp x0, .LC2 add x1, x0, :lo12:.LC2 mov x0, x4 bl get_ith_split add x0, sp, 64 bl atoi scvtf s0, w0 ldr x0, [sp, 24] str s0, [x0, 8] add x1, sp, 48 add x0, sp, 40 ldr x2, [sp, 56] bl getline ldr x4, [sp, 40] add x0, sp, 64 mov x3, x0 mov w2, 1 adrp x0, .LC2 add x1, x0, :lo12:.LC2 mov x0, x4 bl get_ith_split add x0, sp, 64 bl atoi scvtf s0, w0 ldr x0, [sp, 24] str s0, [x0, 12] add x1, sp, 48 add x0, sp, 40 ldr x2, [sp, 56] bl getline ldr x4, [sp, 40] add x0, sp, 64 mov x3, x0 mov w2, 1 adrp x0, .LC2 add x1, x0, :lo12:.LC2 mov x0, x4 bl get_ith_split add x0, sp, 64 bl atoi scvtf s0, w0 ldr x0, [sp, 24] str s0, [x0, 4] add x1, sp, 48 add x0, sp, 40 ldr x2, [sp, 56] bl getline add x1, sp, 48 add x0, sp, 40 ldr x2, [sp, 56] bl getline add x1, sp, 48 add x0, sp, 40 ldr x2, [sp, 56] bl getline add x1, sp, 48 add x0, sp, 40 ldr x2, [sp, 56] bl getline add x1, sp, 48 add x0, sp, 40 ldr x2, [sp, 56] bl getline ldr x0, [sp, 40] bl free ldr x0, [sp, 56] bl fclose mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 168] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L11 bl __stack_chk_fail .L11: mov w0, w1 ldp x29, x30, [sp], 176 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size get_battery_info, .-get_battery_info .section .rodata .align 3 .LC4: .string "'Battery Notification' 'Battery level is LOW, charge soon'" .align 3 .LC5: .string "'Battery Notification' 'Battery level is CRITICAL, charge no!'" .align 3 .LC6: .string "'Battery Notification' 'Battery is nominal'" .align 3 .LC7: .string "notify-send -u critical -t %i %s" .text .align 2 .global send_notification .type send_notification, %function send_notification: .LFB8: .cfi_startproc stp x29, x30, [sp, -160]! .cfi_def_cfa_offset 160 .cfi_offset 29, -160 .cfi_offset 30, -152 mov x29, sp str w0, [sp, 28] str w1, [sp, 24] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 152] mov x1, 0 ldr w0, [sp, 28] cmp w0, 10 beq .L13 ldr w0, [sp, 28] cmp w0, 15 bne .L14 adrp x0, .LC4 add x0, x0, :lo12:.LC4 str x0, [sp, 40] b .L15 .L13: adrp x0, .LC5 add x0, x0, :lo12:.LC5 str x0, [sp, 40] b .L15 .L14: adrp x0, .LC6 add x0, x0, :lo12:.LC6 str x0, [sp, 40] nop .L15: add x5, sp, 48 ldr x4, [sp, 40] ldr w3, [sp, 24] adrp x0, .LC7 add x2, x0, :lo12:.LC7 mov x1, 100 mov x0, x5 bl snprintf add x0, sp, 48 bl system nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 152] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L16 bl __stack_chk_fail .L16: ldp x29, x30, [sp], 160 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size send_notification, .-send_notification .align 2 .global main .type main, %function main: .LFB9: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 56] mov x1, 0 str wzr, [sp, 36] .L22: add x0, sp, 40 bl get_battery_info ldr s1, [sp, 44] ldr s0, [sp, 48] fdiv s0, s1, s0 mov w0, 1120403456 fmov s1, w0 fmul s0, s0, s1 str s0, [sp, 36] ldr w0, [sp, 40] cmp w0, 1 beq .L18 ldr s1, [sp, 36] fmov s0, 1.0e+1 fcmpe s1, s0 bmi .L24 b .L26 .L24: mov w1, 5000 mov w0, 10 bl send_notification b .L18 .L26: ldr s1, [sp, 36] fmov s0, 1.5e+1 fcmpe s1, s0 bmi .L25 b .L18 .L25: mov w1, 5000 mov w0, 15 bl send_notification .L18: mov w0, 10 bl sleep b .L22 .cfi_endproc .LFE9: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global done .bss .type done, %object .size done, 1 done: .zero 1 .text .align 2 .global onSigAlarm .type onSigAlarm, %function onSigAlarm: .LFB6: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, 12] adrp x0, done add x0, x0, :lo12:done mov w1, 1 strb w1, [x0] nop add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size onSigAlarm, .-onSigAlarm .section .rodata .align 3 .LC0: .string "Cannot terminate.\n" .text .align 2 .global onSigTerm .type onSigTerm, %function onSigTerm: .LFB7: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str w0, [sp, 28] adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 18 mov x1, 1 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl fwrite nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size onSigTerm, .-onSigTerm .section .rodata .align 3 .LC1: .string "Cannot be interrupted.\n" .text .align 2 .global onSigInt .type onSigInt, %function onSigInt: .LFB8: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str w0, [sp, 28] adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 23 mov x1, 1 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl fwrite nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size onSigInt, .-onSigInt .section .rodata .align 3 .LC2: .string "Running..." .align 3 .LC3: .string "END" .text .align 2 .global main .type main, %function main: .LFB9: .cfi_startproc stp x29, x30, [sp, -480]! .cfi_def_cfa_offset 480 .cfi_offset 29, -480 .cfi_offset 30, -472 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 472] mov x1, 0 add x0, sp, 16 mov x2, 152 mov w1, 0 bl memset adrp x0, onSigAlarm add x0, x0, :lo12:onSigAlarm str x0, [sp, 16] add x0, sp, 168 mov x2, 152 mov w1, 0 bl memset adrp x0, onSigTerm add x0, x0, :lo12:onSigTerm str x0, [sp, 168] add x0, sp, 320 mov x2, 152 mov w1, 0 bl memset adrp x0, onSigInt add x0, x0, :lo12:onSigInt str x0, [sp, 320] add x0, sp, 16 mov x2, 0 mov x1, x0 mov w0, 14 bl sigaction add x0, sp, 168 mov x2, 0 mov x1, x0 mov w0, 15 bl sigaction add x0, sp, 320 mov x2, 0 mov x1, x0 mov w0, 2 bl sigaction mov w0, 24 bl alarm adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl puts b .L5 .L6: mov w0, 1 bl sleep .L5: adrp x0, done add x0, x0, :lo12:done ldrb w0, [x0] and w0, w0, 255 eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 bne .L6 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl puts mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 472] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L8 bl __stack_chk_fail .L8: mov w0, w1 ldp x29, x30, [sp], 480 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE9: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global PKEY_PrintStatus_Comment .section .rodata .align 3 .type PKEY_PrintStatus_Comment, %object .size PKEY_PrintStatus_Comment, 24 PKEY_PrintStatus_Comment: .xword 3709081446 .hword 12602 .hword 18992 .ascii "\220\360\005j|\226\2047" .zero 4 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "r" .align 3 .LC1: .string "Some error happened : %s \n" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] str xzr, [sp, 40] ldr x0, [sp, 16] add x0, x0, 8 ldr x2, [x0] adrp x0, .LC0 add x1, x0, :lo12:.LC0 mov x0, x2 bl fopen str x0, [sp, 40] ldr x0, [sp, 40] cmp x0, 0 bne .L2 bl __errno_location ldr w0, [x0] bl strerror mov w1, w0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf mov w0, 1 b .L3 .L2: ldr x0, [sp, 40] bl fclose mov w0, 0 .L3: ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "%d" .align 3 .LC1: .string "Set #%d\nThe minimum number of moves is %d.\n\n" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc sub sp, sp, #4048 .cfi_def_cfa_offset 4048 stp x29, x30, [sp] .cfi_offset 29, -4048 .cfi_offset 30, -4040 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 4040] mov x1, 0 str wzr, [sp, 36] .L9: str wzr, [sp, 32] str wzr, [sp, 28] add x0, sp, 20 mov x1, x0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl __isoc99_scanf ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] ldr w0, [sp, 20] cmp w0, 0 bne .L2 mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 4040] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L10 b .L11 .L2: str wzr, [sp, 24] b .L4 .L5: add x1, sp, 40 ldrsw x0, [sp, 24] lsl x0, x0, 2 add x0, x1, x0 mov x1, x0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl __isoc99_scanf ldrsw x0, [sp, 24] lsl x0, x0, 2 add x1, sp, 40 ldr w0, [x1, x0] ldr w1, [sp, 28] add w0, w1, w0 str w0, [sp, 28] ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] .L4: ldr w0, [sp, 20] ldr w1, [sp, 24] cmp w1, w0 blt .L5 ldr w0, [sp, 20] ldr w1, [sp, 28] sdiv w0, w1, w0 str w0, [sp, 28] str wzr, [sp, 24] b .L6 .L8: ldrsw x0, [sp, 24] lsl x0, x0, 2 add x1, sp, 40 ldr w0, [x1, x0] ldr w1, [sp, 28] cmp w1, w0 bge .L7 ldrsw x0, [sp, 24] lsl x0, x0, 2 add x1, sp, 40 ldr w1, [x1, x0] ldr w0, [sp, 28] sub w0, w1, w0 ldr w1, [sp, 32] add w0, w1, w0 str w0, [sp, 32] .L7: ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] .L6: ldr w0, [sp, 20] ldr w1, [sp, 24] cmp w1, w0 blt .L8 ldr w2, [sp, 32] ldr w1, [sp, 36] adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf b .L9 .L11: bl __stack_chk_fail .L10: mov w0, w1 ldp x29, x30, [sp] add sp, sp, 4048 .cfi_restore 29 .cfi_restore 30 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, 12] str x1, [sp] adrp x0, buf.0 add x0, x0, :lo12:buf.0 mov w1, 65 strb w1, [x0, 17] mov w0, 0 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main .local buf.0 .comm buf.0,10,8 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global adj .type adj, %function adj: .LFB0: .cfi_startproc sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, 24] str w1, [sp, 20] str w2, [sp, 16] str w3, [sp, 12] str wzr, [sp, 36] ldr w0, [sp, 20] sub w0, w0, #1 str w0, [sp, 40] b .L2 .L11: ldr w0, [sp, 40] cmp w0, 0 blt .L13 ldr w0, [sp, 40] cmp w0, 49 bgt .L13 ldr w0, [sp, 16] sub w0, w0, #1 str w0, [sp, 44] b .L6 .L10: ldr w0, [sp, 44] cmp w0, 0 blt .L14 ldr w0, [sp, 44] cmp w0, 49 bgt .L14 ldr w1, [sp, 40] ldr w0, [sp, 20] cmp w1, w0 bne .L8 ldr w1, [sp, 44] ldr w0, [sp, 16] cmp w1, w0 beq .L14 .L8: ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 mov x1, x0 ldr x0, [sp, 24] add x0, x0, x1 ldrsw x1, [sp, 44] ldr w0, [x0, x1, lsl 2] ldr w1, [sp, 12] cmp w1, w0 bne .L9 ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] b .L9 .L14: nop .L9: ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L6: ldr w0, [sp, 16] add w0, w0, 1 ldr w1, [sp, 44] cmp w1, w0 ble .L10 b .L5 .L13: nop .L5: ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L2: ldr w0, [sp, 20] add w0, w0, 1 ldr w1, [sp, 40] cmp w1, w0 ble .L11 ldr w0, [sp, 36] add sp, sp, 48 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size adj, .-adj .align 2 .global step .type step, %function step: .LFB1: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] str wzr, [sp, 40] b .L16 .L29: str wzr, [sp, 44] b .L17 .L28: ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 mov x1, x0 ldr x0, [sp, 16] add x0, x0, x1 ldrsw x1, [sp, 44] ldr w0, [x0, x1, lsl 2] cmp w0, 2 beq .L18 cmp w0, 2 bgt .L19 cmp w0, 0 beq .L20 cmp w0, 1 beq .L21 b .L19 .L20: mov w3, 1 ldr w2, [sp, 44] ldr w1, [sp, 40] ldr x0, [sp, 16] bl adj cmp w0, 2 ble .L22 ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 mov x1, x0 ldr x0, [sp, 24] add x0, x0, x1 ldrsw x1, [sp, 44] mov w2, 1 str w2, [x0, x1, lsl 2] b .L19 .L22: ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 mov x1, x0 ldr x0, [sp, 24] add x0, x0, x1 ldrsw x1, [sp, 44] str wzr, [x0, x1, lsl 2] b .L19 .L21: mov w3, 2 ldr w2, [sp, 44] ldr w1, [sp, 40] ldr x0, [sp, 16] bl adj cmp w0, 2 ble .L24 ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 mov x1, x0 ldr x0, [sp, 24] add x0, x0, x1 ldrsw x1, [sp, 44] mov w2, 2 str w2, [x0, x1, lsl 2] b .L19 .L24: ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 mov x1, x0 ldr x0, [sp, 24] add x0, x0, x1 ldrsw x1, [sp, 44] mov w2, 1 str w2, [x0, x1, lsl 2] b .L19 .L18: mov w3, 1 ldr w2, [sp, 44] ldr w1, [sp, 40] ldr x0, [sp, 16] bl adj cmp w0, 0 beq .L26 mov w3, 2 ldr w2, [sp, 44] ldr w1, [sp, 40] ldr x0, [sp, 16] bl adj cmp w0, 0 beq .L26 ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 mov x1, x0 ldr x0, [sp, 24] add x0, x0, x1 ldrsw x1, [sp, 44] mov w2, 2 str w2, [x0, x1, lsl 2] b .L30 .L26: ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 mov x1, x0 ldr x0, [sp, 24] add x0, x0, x1 ldrsw x1, [sp, 44] str wzr, [x0, x1, lsl 2] .L30: nop .L19: ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L17: ldr w0, [sp, 44] cmp w0, 49 ble .L28 ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L16: ldr w0, [sp, 40] cmp w0, 49 ble .L29 nop nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size step, .-step .section .rodata .align 3 .LC0: .string "%d\n" .text .align 2 .global main .type main, %function main: .LFB2: .cfi_startproc mov x12, 20064 sub sp, sp, x12 .cfi_def_cfa_offset 20064 stp x29, x30, [sp] .cfi_offset 29, -20064 .cfi_offset 30, -20056 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 20056] mov x1, 0 str wzr, [sp, 24] b .L32 .L38: str wzr, [sp, 28] b .L33 .L37: bl getchar cmp w0, 124 beq .L34 cmp w0, 124 bgt .L35 cmp w0, 35 beq .L36 cmp w0, 46 bne .L35 ldrsw x2, [sp, 28] ldrsw x1, [sp, 24] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 add x0, x0, x2 lsl x0, x0, 2 add x1, sp, 56 str wzr, [x1, x0] b .L35 .L34: ldrsw x2, [sp, 28] ldrsw x1, [sp, 24] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 add x0, x0, x2 lsl x0, x0, 2 add x1, sp, 56 mov w2, 1 str w2, [x1, x0] b .L35 .L36: ldrsw x2, [sp, 28] ldrsw x1, [sp, 24] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 add x0, x0, x2 lsl x0, x0, 2 add x1, sp, 56 mov w2, 2 str w2, [x1, x0] nop .L35: ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L33: ldr w0, [sp, 28] cmp w0, 49 ble .L37 bl getchar ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] .L32: ldr w0, [sp, 24] cmp w0, 49 ble .L38 str wzr, [sp, 32] str wzr, [sp, 36] b .L39 .L40: ldr w0, [sp, 32] cmp w0, 0 cset w0, eq and w0, w0, 255 add x1, sp, 56 sxtw x2, w0 mov x0, 10000 mul x0, x2, x0 add x3, x1, x0 add x1, sp, 56 ldrsw x2, [sp, 32] mov x0, 10000 mul x0, x2, x0 add x0, x1, x0 mov x1, x0 mov x0, x3 bl step ldr w0, [sp, 32] cmp w0, 0 cset w0, eq and w0, w0, 255 str w0, [sp, 32] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L39: ldr w0, [sp, 36] cmp w0, 9 ble .L40 str wzr, [sp, 40] str wzr, [sp, 44] str wzr, [sp, 48] b .L41 .L46: str wzr, [sp, 52] b .L42 .L45: ldrsw x2, [sp, 52] ldrsw x3, [sp, 32] ldrsw x1, [sp, 48] mov x0, 2500 mul x3, x3, x0 mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 add x0, x3, x0 add x0, x0, x2 lsl x0, x0, 2 add x1, sp, 56 ldr w0, [x1, x0] cmp w0, 1 bne .L43 ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] b .L44 .L43: ldrsw x2, [sp, 52] ldrsw x3, [sp, 32] ldrsw x1, [sp, 48] mov x0, 2500 mul x3, x3, x0 mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 add x0, x3, x0 add x0, x0, x2 lsl x0, x0, 2 add x1, sp, 56 ldr w0, [x1, x0] cmp w0, 2 bne .L44 ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L44: ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L42: ldr w0, [sp, 52] cmp w0, 49 ble .L45 ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] .L41: ldr w0, [sp, 48] cmp w0, 49 ble .L46 ldr w1, [sp, 40] ldr w0, [sp, 44] mul w0, w1, w0 mov w1, w0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 20056] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L48 bl __stack_chk_fail .L48: mov w0, w1 ldp x29, x30, [sp] mov x12, 20064 add sp, sp, x12 .cfi_restore 29 .cfi_restore 30 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE2: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "%d" .align 3 .LC1: .string "%d \n" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -448]! .cfi_def_cfa_offset 448 .cfi_offset 29, -448 .cfi_offset 30, -440 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 440] mov x1, 0 str wzr, [sp, 36] add x0, sp, 20 mov x1, x0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl __isoc99_scanf ldr w0, [sp, 20] cmp w0, 0 and w0, w0, 1 csneg w0, w0, w0, ge cmp w0, 1 beq .L2 mov w0, 0 b .L13 .L2: str wzr, [sp, 24] b .L4 .L5: add x1, sp, 40 ldrsw x0, [sp, 24] lsl x0, x0, 2 add x0, x1, x0 mov x1, x0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl __isoc99_scanf ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] .L4: ldr w0, [sp, 20] ldr w1, [sp, 24] cmp w1, w0 blt .L5 str wzr, [sp, 28] b .L6 .L12: str wzr, [sp, 36] str wzr, [sp, 32] b .L7 .L9: ldrsw x0, [sp, 28] lsl x0, x0, 2 add x1, sp, 40 ldr w1, [x1, x0] ldrsw x0, [sp, 32] lsl x0, x0, 2 add x2, sp, 40 ldr w0, [x2, x0] cmp w1, w0 bne .L8 ldr w1, [sp, 28] ldr w0, [sp, 32] cmp w1, w0 beq .L8 mov w0, 1 str w0, [sp, 36] .L8: ldr w0, [sp, 32] add w0, w0, 1 str w0, [sp, 32] .L7: ldr w0, [sp, 20] ldr w1, [sp, 32] cmp w1, w0 blt .L9 ldr w0, [sp, 36] cmp w0, 0 bne .L10 ldrsw x0, [sp, 28] lsl x0, x0, 2 add x1, sp, 40 ldr w0, [x1, x0] mov w1, w0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf b .L11 .L10: ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L6: ldr w0, [sp, 20] ldr w1, [sp, 28] cmp w1, w0 blt .L12 .L11: mov w0, 0 .L13: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 440] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L14 bl __stack_chk_fail .L14: mov w0, w1 ldp x29, x30, [sp], 448 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "program.c" .align 3 .LC1: .string "fp" .text .align 2 .type get_libc_func, %function get_libc_func: .LFB6: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] ldr x1, [sp, 24] mov x0, -1 bl dlsym str x0, [sp, 40] ldr x0, [sp, 40] cmp x0, 0 bne .L2 adrp x0, __PRETTY_FUNCTION__.1 add x3, x0, :lo12:__PRETTY_FUNCTION__.1 mov w2, 34 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl __assert_fail .L2: ldr x0, [sp, 40] ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size get_libc_func, .-get_libc_func .section .rodata .align 3 .LC2: .string "getpwuid_r" .align 3 .LC3: .string "HOME" .text .align 2 .global getpwuid_r .type getpwuid_r, %function getpwuid_r: .LFB7: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str w0, [sp, 60] str x1, [sp, 48] str x2, [sp, 40] str x3, [sp, 32] str x4, [sp, 24] adrp x0, _getpwuid_r.0 add x0, x0, :lo12:_getpwuid_r.0 ldr x0, [x0] cmp x0, 0 bne .L5 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl get_libc_func mov x1, x0 adrp x0, _getpwuid_r.0 add x0, x0, :lo12:_getpwuid_r.0 str x1, [x0] .L5: adrp x0, _getpwuid_r.0 add x0, x0, :lo12:_getpwuid_r.0 ldr x5, [x0] ldr x4, [sp, 24] ldr x3, [sp, 32] ldr x2, [sp, 40] ldr x1, [sp, 48] ldr w0, [sp, 60] blr x5 str w0, [sp, 76] ldr w0, [sp, 76] cmp w0, 0 bne .L6 bl getuid mov w1, w0 ldr w0, [sp, 60] cmp w0, w1 bne .L6 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl getenv mov x1, x0 ldr x0, [sp, 48] str x1, [x0, 32] .L6: ldr w0, [sp, 76] ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size getpwuid_r, .-getpwuid_r .section .rodata .align 3 .type __PRETTY_FUNCTION__.1, %object .size __PRETTY_FUNCTION__.1, 14 __PRETTY_FUNCTION__.1: .string "get_libc_func" .local _getpwuid_r.0 .comm _getpwuid_r.0,8,8 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global bswap_32 .type bswap_32, %function bswap_32: .LFB0: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, 12] ldr w0, [sp, 12] lsr w1, w0, 24 ldr w0, [sp, 12] lsl w0, w0, 8 and w0, w0, 16711680 orr w1, w1, w0 ldr w0, [sp, 12] lsr w0, w0, 8 and w0, w0, 65280 orr w1, w1, w0 ldr w0, [sp, 12] lsl w0, w0, 24 orr w0, w1, w0 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size bswap_32, .-bswap_32 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global x .bss .align 2 .type x, %object .size x, 4 x: .zero 4 .global y .align 2 .type y, %object .size y, 4 y: .zero 4 .text .align 2 .global add .type add, %function add: .LFB0: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, 12] str w1, [sp, 8] ldr w1, [sp, 12] ldr w0, [sp, 8] add w0, w1, w0 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size add, .-add .align 2 .global main .type main, %function main: .LFB1: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, y add x0, x0, :lo12:y mov w1, 2 str w1, [x0] mov w1, 15 mov w0, 10 bl add mov w1, w0 adrp x0, x add x0, x0, :lo12:x str w1, [x0] adrp x0, x add x0, x0, :lo12:x ldr w0, [x0] bl printint adrp x0, x add x0, x0, :lo12:x ldr w2, [x0] adrp x0, y add x0, x0, :lo12:y ldr w0, [x0] mov w1, w0 mov w0, w2 bl add mov w1, w0 adrp x0, x add x0, x0, :lo12:x str w1, [x0] adrp x0, x add x0, x0, :lo12:x ldr w0, [x0] bl printint mov w0, 0 ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .type error, %function error: .LFB6: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, 8] str w1, [sp, 4] ldr x0, [sp, 8] ldr w1, [sp, 4] str w1, [x0, 148] ldr x0, [sp, 8] ldr w0, [x0, 144] cmp w0, 0 bne .L2 ldr w0, [sp, 4] cmp w0, 1 beq .L2 ldr x0, [sp, 8] ldr w1, [sp, 4] str w1, [x0, 148] .L2: mov w0, 0 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size error, .-error .align 2 .type make_block_array, %function make_block_array: .LFB7: .cfi_startproc sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, 8] str w1, [sp, 4] str w2, [sp] ldr x0, [sp, 8] str x0, [sp, 40] ldrsw x0, [sp, 4] lsl x0, x0, 3 ldr x1, [sp, 40] add x0, x1, x0 str x0, [sp, 32] str wzr, [sp, 28] b .L5 .L6: ldrsw x0, [sp, 28] lsl x0, x0, 3 ldr x1, [sp, 40] add x0, x1, x0 ldr x1, [sp, 32] str x1, [x0] ldrsw x0, [sp] ldr x1, [sp, 32] add x0, x1, x0 str x0, [sp, 32] ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L5: ldr w1, [sp, 28] ldr w0, [sp, 4] cmp w1, w0 blt .L6 ldr x0, [sp, 40] add sp, sp, 48 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size make_block_array, .-make_block_array .align 2 .type setup_malloc, %function setup_malloc: .LFB8: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str w1, [sp, 20] ldr w0, [sp, 20] add w0, w0, 3 and w0, w0, -4 str w0, [sp, 20] ldr x0, [sp, 24] ldr w1, [x0, 8] ldr w0, [sp, 20] add w1, w1, w0 ldr x0, [sp, 24] str w1, [x0, 8] ldr x0, [sp, 24] ldr x0, [x0, 120] cmp x0, 0 beq .L9 ldr x0, [sp, 24] ldr x1, [x0, 120] ldr x0, [sp, 24] ldr w0, [x0, 136] sxtw x0, w0 add x0, x1, x0 str x0, [sp, 40] ldr x0, [sp, 24] ldr w1, [x0, 136] ldr w0, [sp, 20] add w1, w1, w0 ldr x0, [sp, 24] ldr w0, [x0, 140] cmp w1, w0 ble .L10 mov x0, 0 b .L11 .L10: ldr x0, [sp, 24] ldr w1, [x0, 136] ldr w0, [sp, 20] add w1, w1, w0 ldr x0, [sp, 24] str w1, [x0, 136] ldr x0, [sp, 40] b .L11 .L9: ldr w0, [sp, 20] cmp w0, 0 beq .L12 ldrsw x0, [sp, 20] bl malloc b .L11 .L12: mov x0, 0 .L11: ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size setup_malloc, .-setup_malloc .align 2 .type setup_free, %function setup_free: .LFB9: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] ldr x0, [sp, 24] ldr x0, [x0, 120] cmp x0, 0 bne .L17 ldr x0, [sp, 16] bl free b .L14 .L17: nop .L14: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE9: .size setup_free, .-setup_free .align 2 .type setup_temp_malloc, %function setup_temp_malloc: .LFB10: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] str w1, [sp, 20] ldr w0, [sp, 20] add w0, w0, 3 and w0, w0, -4 str w0, [sp, 20] ldr x0, [sp, 24] ldr x0, [x0, 120] cmp x0, 0 beq .L19 ldr x0, [sp, 24] ldr w1, [x0, 140] ldr w0, [sp, 20] sub w1, w1, w0 ldr x0, [sp, 24] ldr w0, [x0, 136] cmp w1, w0 bge .L20 mov x0, 0 b .L21 .L20: ldr x0, [sp, 24] ldr w1, [x0, 140] ldr w0, [sp, 20] sub w1, w1, w0 ldr x0, [sp, 24] str w1, [x0, 140] ldr x0, [sp, 24] ldr x1, [x0, 120] ldr x0, [sp, 24] ldr w0, [x0, 140] sxtw x0, w0 add x0, x1, x0 b .L21 .L19: ldrsw x0, [sp, 20] bl malloc .L21: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE10: .size setup_temp_malloc, .-setup_temp_malloc .align 2 .type setup_temp_free, %function setup_temp_free: .LFB11: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str w2, [sp, 28] ldr x0, [sp, 40] ldr x0, [x0, 120] cmp x0, 0 beq .L23 ldr x0, [sp, 40] ldr w1, [x0, 140] ldr w0, [sp, 28] add w0, w0, 3 and w0, w0, -4 add w1, w1, w0 ldr x0, [sp, 40] str w1, [x0, 140] b .L22 .L23: ldr x0, [sp, 32] bl free .L22: ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE11: .size setup_temp_free, .-setup_temp_free .local crc_table .comm crc_table,1024,8 .align 2 .type crc32_init, %function crc32_init: .LFB12: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str wzr, [sp, 4] b .L26 .L31: ldr w0, [sp, 4] lsl w0, w0, 24 str w0, [sp, 12] str wzr, [sp, 8] b .L27 .L30: ldr w0, [sp, 12] lsl w1, w0, 1 ldr w0, [sp, 12] cmp w0, 0 bge .L28 mov w0, 7607 movk w0, 0x4c1, lsl 16 b .L29 .L28: mov w0, 0 .L29: eor w0, w0, w1 str w0, [sp, 12] ldr w0, [sp, 8] add w0, w0, 1 str w0, [sp, 8] .L27: ldr w0, [sp, 8] cmp w0, 7 ble .L30 adrp x0, crc_table add x0, x0, :lo12:crc_table ldrsw x1, [sp, 4] ldr w2, [sp, 12] str w2, [x0, x1, lsl 2] ldr w0, [sp, 4] add w0, w0, 1 str w0, [sp, 4] .L26: ldr w0, [sp, 4] cmp w0, 255 ble .L31 nop nop add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE12: .size crc32_init, .-crc32_init .align 2 .type crc32_update, %function crc32_update: .LFB13: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, 12] strb w1, [sp, 11] ldr w0, [sp, 12] lsl w1, w0, 8 ldrb w2, [sp, 11] ldr w0, [sp, 12] lsr w0, w0, 24 eor w2, w2, w0 adrp x0, crc_table add x0, x0, :lo12:crc_table uxtw x2, w2 ldr w0, [x0, x2, lsl 2] eor w0, w1, w0 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE13: .size crc32_update, .-crc32_update .align 2 .type bit_reverse, %function bit_reverse: .LFB14: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, 12] ldr w0, [sp, 12] lsr w0, w0, 1 and w1, w0, 1431655765 ldr w0, [sp, 12] lsl w0, w0, 1 and w0, w0, -1431655766 orr w0, w1, w0 str w0, [sp, 12] ldr w0, [sp, 12] lsr w0, w0, 2 and w1, w0, 858993459 ldr w0, [sp, 12] lsl w0, w0, 2 and w0, w0, -858993460 orr w0, w1, w0 str w0, [sp, 12] ldr w0, [sp, 12] lsr w0, w0, 4 and w1, w0, 252645135 ldr w0, [sp, 12] lsl w0, w0, 4 and w0, w0, -252645136 orr w0, w1, w0 str w0, [sp, 12] ldr w0, [sp, 12] lsr w0, w0, 8 and w1, w0, 16711935 ldr w0, [sp, 12] lsl w0, w0, 8 and w0, w0, -16711936 orr w0, w1, w0 str w0, [sp, 12] ldr w0, [sp, 12] ror w0, w0, 16 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE14: .size bit_reverse, .-bit_reverse .align 2 .type square, %function square: .LFB15: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str s0, [sp, 12] ldr s0, [sp, 12] fmul s0, s0, s0 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE15: .size square, .-square .align 2 .type ilog, %function ilog: .LFB16: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, 12] ldr w1, [sp, 12] mov w0, 16383 cmp w1, w0 bhi .L39 ldr w0, [sp, 12] cmp w0, 15 bhi .L40 adrp x0, log2_4.21 add x1, x0, :lo12:log2_4.21 ldrsw x0, [sp, 12] ldrsb w0, [x1, x0] b .L41 .L40: ldr w0, [sp, 12] cmp w0, 511 bhi .L42 ldr w0, [sp, 12] asr w2, w0, 5 adrp x0, log2_4.21 add x1, x0, :lo12:log2_4.21 sxtw x0, w2 ldrsb w0, [x1, x0] add w0, w0, 5 b .L41 .L42: ldr w0, [sp, 12] asr w2, w0, 10 adrp x0, log2_4.21 add x1, x0, :lo12:log2_4.21 sxtw x0, w2 ldrsb w0, [x1, x0] add w0, w0, 10 b .L41 .L39: ldr w1, [sp, 12] mov w0, 16777215 cmp w1, w0 bhi .L43 ldr w1, [sp, 12] mov w0, 524287 cmp w1, w0 bhi .L44 ldr w0, [sp, 12] asr w2, w0, 15 adrp x0, log2_4.21 add x1, x0, :lo12:log2_4.21 sxtw x0, w2 ldrsb w0, [x1, x0] add w0, w0, 15 b .L41 .L44: ldr w0, [sp, 12] asr w2, w0, 20 adrp x0, log2_4.21 add x1, x0, :lo12:log2_4.21 sxtw x0, w2 ldrsb w0, [x1, x0] add w0, w0, 20 b .L41 .L43: ldr w1, [sp, 12] mov w0, 536870911 cmp w1, w0 bhi .L45 ldr w0, [sp, 12] asr w2, w0, 25 adrp x0, log2_4.21 add x1, x0, :lo12:log2_4.21 sxtw x0, w2 ldrsb w0, [x1, x0] add w0, w0, 25 b .L41 .L45: ldr w0, [sp, 12] cmp w0, 0 blt .L46 ldr w0, [sp, 12] asr w2, w0, 30 adrp x0, log2_4.21 add x1, x0, :lo12:log2_4.21 sxtw x0, w2 ldrsb w0, [x1, x0] add w0, w0, 30 b .L41 .L46: mov w0, 0 .L41: add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE16: .size ilog, .-ilog .align 2 .type float32_unpack, %function float32_unpack: .LFB17: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str w0, [sp, 28] ldr w0, [sp, 28] and w0, w0, 2097151 str w0, [sp, 44] ldr w0, [sp, 28] and w0, w0, -2147483648 str w0, [sp, 48] ldr w0, [sp, 28] lsr w0, w0, 21 and w0, w0, 1023 str w0, [sp, 52] ldr w0, [sp, 48] cmp w0, 0 beq .L48 ldr w0, [sp, 44] ucvtf d0, w0 fneg d0, d0 b .L49 .L48: ldr w0, [sp, 44] ucvtf d0, w0 .L49: str d0, [sp, 56] ldr d0, [sp, 56] fcvt s0, d0 fcvt d0, s0 ldr w0, [sp, 52] sub w0, w0, #788 bl ldexp fcvt s0, d0 ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE17: .size float32_unpack, .-float32_unpack .align 2 .type add_entry, %function add_entry: .LFB18: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 24] str w1, [sp, 20] str w2, [sp, 16] str w3, [sp, 12] str w4, [sp, 8] str x5, [sp] ldr x0, [sp, 24] ldrb w0, [x0, 27] cmp w0, 0 bne .L52 ldr x0, [sp, 24] ldr x1, [x0, 40] ldrsw x0, [sp, 16] lsl x0, x0, 2 add x0, x1, x0 ldr w1, [sp, 20] str w1, [x0] b .L54 .L52: ldr x0, [sp, 24] ldr x1, [x0, 40] ldrsw x0, [sp, 12] lsl x0, x0, 2 add x0, x1, x0 ldr w1, [sp, 20] str w1, [x0] ldr x0, [sp, 24] ldr x1, [x0, 8] ldrsw x0, [sp, 12] add x0, x1, x0 ldr w1, [sp, 8] and w1, w1, 255 strb w1, [x0] ldrsw x0, [sp, 12] lsl x0, x0, 2 ldr x1, [sp] add x0, x1, x0 ldr w1, [sp, 16] str w1, [x0] .L54: nop add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE18: .size add_entry, .-add_entry .section .rodata .align 3 .LC0: .string "program.c" .align 3 .LC1: .string "c->sorted_entries == 0" .align 3 .LC2: .string "0" .align 3 .LC3: .string "available[y] == 0" .text .align 2 .type compute_codewords, %function compute_codewords: .LFB19: .cfi_startproc stp x29, x30, [sp, -208]! .cfi_def_cfa_offset 208 .cfi_offset 29, -208 .cfi_offset 30, -200 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str w2, [sp, 28] str x3, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 200] mov x1, 0 str wzr, [sp, 56] add x0, sp, 72 mov x2, 128 mov w1, 0 bl memset str wzr, [sp, 52] b .L56 .L59: ldrsw x0, [sp, 52] ldr x1, [sp, 32] add x0, x1, x0 ldrb w0, [x0] cmp w0, 255 bne .L78 ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L56: ldr w1, [sp, 52] ldr w0, [sp, 28] cmp w1, w0 blt .L59 b .L58 .L78: nop .L58: ldr w1, [sp, 52] ldr w0, [sp, 28] cmp w1, w0 bne .L60 ldr x0, [sp, 40] ldr w0, [x0, 2112] cmp w0, 0 beq .L61 adrp x0, __PRETTY_FUNCTION__.20 add x3, x0, :lo12:__PRETTY_FUNCTION__.20 mov w2, 1027 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl __assert_fail .L61: mov w0, 1 b .L76 .L60: ldr w0, [sp, 56] add w1, w0, 1 str w1, [sp, 56] ldrsw x1, [sp, 52] ldr x2, [sp, 32] add x1, x2, x1 ldrb w1, [x1] ldr x5, [sp, 16] mov w4, w1 mov w3, w0 ldr w2, [sp, 52] mov w1, 0 ldr x0, [sp, 40] bl add_entry mov w0, 1 str w0, [sp, 48] b .L63 .L64: mov w1, 32 ldr w0, [sp, 48] sub w0, w1, w0 mov w1, 1 lsl w0, w1, w0 mov w2, w0 ldrsw x0, [sp, 48] lsl x0, x0, 2 add x1, sp, 72 str w2, [x1, x0] ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] .L63: ldrsw x0, [sp, 52] ldr x1, [sp, 32] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 ldr w0, [sp, 48] cmp w0, w1 ble .L64 ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 48] b .L65 .L75: ldrsw x0, [sp, 48] ldr x1, [sp, 32] add x0, x1, x0 ldrb w0, [x0] str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 255 beq .L79 b .L68 .L70: ldr w0, [sp, 60] sub w0, w0, #1 str w0, [sp, 60] .L68: ldr w0, [sp, 60] cmp w0, 0 ble .L69 ldrsw x0, [sp, 60] lsl x0, x0, 2 add x1, sp, 72 ldr w0, [x1, x0] cmp w0, 0 beq .L70 .L69: ldr w0, [sp, 60] cmp w0, 0 bne .L71 adrp x0, __PRETTY_FUNCTION__.20 add x3, x0, :lo12:__PRETTY_FUNCTION__.20 mov w2, 1048 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl __assert_fail .L71: ldrsw x0, [sp, 60] lsl x0, x0, 2 add x1, sp, 72 ldr w0, [x1, x0] str w0, [sp, 68] ldrsw x0, [sp, 60] lsl x0, x0, 2 add x1, sp, 72 str wzr, [x1, x0] ldr w0, [sp, 68] bl bit_reverse mov w6, w0 ldr w0, [sp, 56] add w1, w0, 1 str w1, [sp, 56] ldrsw x1, [sp, 48] ldr x2, [sp, 32] add x1, x2, x1 ldrb w1, [x1] ldr x5, [sp, 16] mov w4, w1 mov w3, w0 ldr w2, [sp, 48] mov w1, w6 ldr x0, [sp, 40] bl add_entry ldrsw x0, [sp, 48] ldr x1, [sp, 32] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 ldr w0, [sp, 60] cmp w0, w1 beq .L67 ldrsw x0, [sp, 48] ldr x1, [sp, 32] add x0, x1, x0 ldrb w0, [x0] str w0, [sp, 64] b .L72 .L74: ldrsw x0, [sp, 64] lsl x0, x0, 2 add x1, sp, 72 ldr w0, [x1, x0] cmp w0, 0 beq .L73 adrp x0, __PRETTY_FUNCTION__.20 add x3, x0, :lo12:__PRETTY_FUNCTION__.20 mov w2, 1055 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl __assert_fail .L73: mov w1, 32 ldr w0, [sp, 64] sub w0, w1, w0 mov w1, 1 lsl w0, w1, w0 mov w1, w0 ldr w0, [sp, 68] add w2, w1, w0 ldrsw x0, [sp, 64] lsl x0, x0, 2 add x1, sp, 72 str w2, [x1, x0] ldr w0, [sp, 64] sub w0, w0, #1 str w0, [sp, 64] .L72: ldr w1, [sp, 64] ldr w0, [sp, 60] cmp w1, w0 bgt .L74 b .L67 .L79: nop .L67: ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] .L65: ldr w1, [sp, 48] ldr w0, [sp, 28] cmp w1, w0 blt .L75 mov w0, 1 .L76: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 200] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L77 bl __stack_chk_fail .L77: mov w0, w1 ldp x29, x30, [sp], 208 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE19: .size compute_codewords, .-compute_codewords .align 2 .type compute_accelerated_huffman, %function compute_accelerated_huffman: .LFB20: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str wzr, [sp, 36] b .L81 .L82: ldr x0, [sp, 24] ldrsw x1, [sp, 36] add x1, x1, 24 mov w2, -1 strh w2, [x0, x1, lsl 1] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L81: ldr w0, [sp, 36] cmp w0, 1023 ble .L82 ldr x0, [sp, 24] ldrb w0, [x0, 27] cmp w0, 0 beq .L83 ldr x0, [sp, 24] ldr w0, [x0, 2112] b .L84 .L83: ldr x0, [sp, 24] ldr w0, [x0, 4] .L84: str w0, [sp, 40] ldr w1, [sp, 40] mov w0, 32767 cmp w1, w0 ble .L85 mov w0, 32767 str w0, [sp, 40] .L85: str wzr, [sp, 36] b .L86 .L92: ldr x0, [sp, 24] ldr x1, [x0, 8] ldrsw x0, [sp, 36] add x0, x1, x0 ldrb w0, [x0] cmp w0, 10 bhi .L87 ldr x0, [sp, 24] ldrb w0, [x0, 27] cmp w0, 0 beq .L88 ldr x0, [sp, 24] ldr x1, [x0, 2096] ldrsw x0, [sp, 36] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] bl bit_reverse b .L89 .L88: ldr x0, [sp, 24] ldr x1, [x0, 40] ldrsw x0, [sp, 36] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] .L89: str w0, [sp, 44] b .L90 .L91: ldr w0, [sp, 36] sxth w2, w0 ldr x0, [sp, 24] ldr w1, [sp, 44] add x1, x1, 24 strh w2, [x0, x1, lsl 1] ldr x0, [sp, 24] ldr x1, [x0, 8] ldrsw x0, [sp, 36] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov w0, 1 lsl w0, w0, w1 mov w1, w0 ldr w0, [sp, 44] add w0, w0, w1 str w0, [sp, 44] .L90: ldr w0, [sp, 44] cmp w0, 1023 bls .L91 .L87: ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L86: ldr w1, [sp, 36] ldr w0, [sp, 40] cmp w1, w0 blt .L92 nop nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE20: .size compute_accelerated_huffman, .-compute_accelerated_huffman .align 2 .type uint32_compare, %function uint32_compare: .LFB21: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] str x1, [sp] ldr x0, [sp, 8] ldr w0, [x0] str w0, [sp, 24] ldr x0, [sp] ldr w0, [x0] str w0, [sp, 28] ldr w1, [sp, 24] ldr w0, [sp, 28] cmp w1, w0 bcc .L94 ldr w1, [sp, 24] ldr w0, [sp, 28] cmp w1, w0 cset w0, hi and w0, w0, 255 b .L96 .L94: mov w0, -1 .L96: add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE21: .size uint32_compare, .-uint32_compare .section .rodata .align 3 .LC4: .string "len != NO_CODE" .text .align 2 .type include_in_sort, %function include_in_sort: .LFB22: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] strb w1, [sp, 23] ldr x0, [sp, 24] ldrb w0, [x0, 27] cmp w0, 0 beq .L98 ldrb w0, [sp, 23] cmp w0, 255 bne .L99 adrp x0, __PRETTY_FUNCTION__.19 add x3, x0, :lo12:__PRETTY_FUNCTION__.19 mov w2, 1096 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl __assert_fail .L99: mov w0, 1 b .L100 .L98: ldrb w0, [sp, 23] cmp w0, 255 bne .L101 mov w0, 0 b .L100 .L101: ldrb w0, [sp, 23] cmp w0, 10 bls .L102 mov w0, 1 b .L100 .L102: mov w0, 0 .L100: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE22: .size include_in_sort, .-include_in_sort .section .rodata .align 3 .LC5: .string "k == c->sorted_entries" .align 3 .LC6: .string "c->sorted_codewords[x] == code" .text .align 2 .type compute_sorted_huffman, %function compute_sorted_huffman: .LFB23: .cfi_startproc stp x29, x30, [sp, -96]! .cfi_def_cfa_offset 96 .cfi_offset 29, -96 .cfi_offset 30, -88 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -80 str x0, [sp, 56] str x1, [sp, 48] str x2, [sp, 40] ldr x0, [sp, 56] ldrb w0, [x0, 27] cmp w0, 0 bne .L104 str wzr, [sp, 68] str wzr, [sp, 64] b .L105 .L107: ldrsw x0, [sp, 64] ldr x1, [sp, 48] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 ldr x0, [sp, 56] bl include_in_sort cmp w0, 0 beq .L106 ldr x0, [sp, 56] ldr x1, [x0, 40] ldrsw x0, [sp, 64] lsl x0, x0, 2 add x0, x1, x0 ldr w3, [x0] ldr x0, [sp, 56] ldr x1, [x0, 2096] ldr w0, [sp, 68] add w2, w0, 1 str w2, [sp, 68] sxtw x0, w0 lsl x0, x0, 2 add x19, x1, x0 mov w0, w3 bl bit_reverse str w0, [x19] .L106: ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L105: ldr x0, [sp, 56] ldr w0, [x0, 4] ldr w1, [sp, 64] cmp w1, w0 blt .L107 ldr x0, [sp, 56] ldr w0, [x0, 2112] ldr w1, [sp, 68] cmp w1, w0 beq .L108 adrp x0, __PRETTY_FUNCTION__.18 add x3, x0, :lo12:__PRETTY_FUNCTION__.18 mov w2, 1116 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl __assert_fail .L104: str wzr, [sp, 64] b .L109 .L110: ldr x0, [sp, 56] ldr x1, [x0, 40] ldrsw x0, [sp, 64] lsl x0, x0, 2 add x0, x1, x0 ldr w2, [x0] ldr x0, [sp, 56] ldr x1, [x0, 2096] ldrsw x0, [sp, 64] lsl x0, x0, 2 add x19, x1, x0 mov w0, w2 bl bit_reverse str w0, [x19] ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L109: ldr x0, [sp, 56] ldr w0, [x0, 2112] ldr w1, [sp, 64] cmp w1, w0 blt .L110 .L108: ldr x0, [sp, 56] ldr x4, [x0, 2096] ldr x0, [sp, 56] ldr w0, [x0, 2112] sxtw x1, w0 adrp x0, uint32_compare add x3, x0, :lo12:uint32_compare mov x2, 4 mov x0, x4 bl qsort ldr x0, [sp, 56] ldr x1, [x0, 2096] ldr x0, [sp, 56] ldr w0, [x0, 2112] sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 mov w1, -1 str w1, [x0] ldr x0, [sp, 56] ldrb w0, [x0, 27] cmp w0, 0 beq .L111 ldr x0, [sp, 56] ldr w0, [x0, 2112] b .L112 .L111: ldr x0, [sp, 56] ldr w0, [x0, 4] .L112: str w0, [sp, 80] str wzr, [sp, 64] b .L113 .L122: ldr x0, [sp, 56] ldrb w0, [x0, 27] cmp w0, 0 beq .L114 ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 40] add x0, x1, x0 ldr w0, [x0] uxtw x0, w0 ldr x1, [sp, 48] add x0, x1, x0 ldrb w0, [x0] b .L115 .L114: ldrsw x0, [sp, 64] ldr x1, [sp, 48] add x0, x1, x0 ldrb w0, [x0] .L115: str w0, [sp, 84] ldr w0, [sp, 84] and w0, w0, 255 mov w1, w0 ldr x0, [sp, 56] bl include_in_sort cmp w0, 0 beq .L116 ldr x0, [sp, 56] ldr x1, [x0, 40] ldrsw x0, [sp, 64] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] bl bit_reverse str w0, [sp, 88] str wzr, [sp, 72] ldr x0, [sp, 56] ldr w0, [x0, 2112] str w0, [sp, 76] b .L117 .L119: ldr w0, [sp, 76] asr w0, w0, 1 ldr w1, [sp, 72] add w0, w1, w0 str w0, [sp, 92] ldr x0, [sp, 56] ldr x1, [x0, 2096] ldrsw x0, [sp, 92] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] ldr w1, [sp, 88] cmp w1, w0 bcc .L118 ldr w0, [sp, 92] str w0, [sp, 72] ldr w0, [sp, 76] asr w0, w0, 1 ldr w1, [sp, 76] sub w0, w1, w0 str w0, [sp, 76] b .L117 .L118: ldr w0, [sp, 76] asr w0, w0, 1 str w0, [sp, 76] .L117: ldr w0, [sp, 76] cmp w0, 1 bgt .L119 ldr x0, [sp, 56] ldr x1, [x0, 2096] ldrsw x0, [sp, 72] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] ldr w1, [sp, 88] cmp w1, w0 beq .L120 adrp x0, __PRETTY_FUNCTION__.18 add x3, x0, :lo12:__PRETTY_FUNCTION__.18 mov w2, 1146 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl __assert_fail .L120: ldr x0, [sp, 56] ldrb w0, [x0, 27] cmp w0, 0 beq .L121 ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 40] add x0, x1, x0 ldr w2, [x0] ldr x0, [sp, 56] ldr x1, [x0, 2104] ldrsw x0, [sp, 72] lsl x0, x0, 2 add x0, x1, x0 mov w1, w2 str w1, [x0] ldr x0, [sp, 56] ldr x1, [x0, 8] ldrsw x0, [sp, 72] add x0, x1, x0 ldr w1, [sp, 84] and w1, w1, 255 strb w1, [x0] b .L116 .L121: ldr x0, [sp, 56] ldr x1, [x0, 2104] ldrsw x0, [sp, 72] lsl x0, x0, 2 add x0, x1, x0 ldr w1, [sp, 64] str w1, [x0] .L116: ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L113: ldr w1, [sp, 64] ldr w0, [sp, 80] cmp w1, w0 blt .L122 nop nop ldr x19, [sp, 16] ldp x29, x30, [sp], 96 .cfi_restore 30 .cfi_restore 29 .cfi_restore 19 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE23: .size compute_sorted_huffman, .-compute_sorted_huffman .align 2 .type vorbis_validate, %function vorbis_validate: .LFB24: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] mov x2, 6 adrp x0, vorbis.17 add x1, x0, :lo12:vorbis.17 ldr x0, [sp, 24] bl memcmp cmp w0, 0 cset w0, eq and w0, w0, 255 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE24: .size vorbis_validate, .-vorbis_validate .section .rodata .align 3 .LC7: .string "pow((float) r+1, dim) > entries" .align 3 .LC8: .string "(int) floor(pow((float) r, dim)) <= entries" .text .align 2 .type lookup1_values, %function lookup1_values: .LFB25: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str w0, [sp, 28] str w1, [sp, 24] ldr s0, [sp, 28] scvtf s0, s0 fcvt d0, s0 bl log fcvt s1, d0 ldr s0, [sp, 24] scvtf s0, s0 fdiv s0, s1, s0 fcvt d0, s0 bl exp frintz d0, d0 fcvtzs w0, d0 str w0, [sp, 44] ldr s0, [sp, 44] scvtf s1, s0 fmov s0, 1.0e+0 fadd s0, s1, s0 fcvt d0, s0 ldr w0, [sp, 24] scvtf d1, w0 bl pow bl floor fcvtzs w0, d0 ldr w1, [sp, 28] cmp w1, w0 blt .L126 ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L126: ldr s0, [sp, 44] scvtf s1, s0 fmov s0, 1.0e+0 fadd s0, s1, s0 fcvt d0, s0 ldr w0, [sp, 24] scvtf d1, w0 bl pow fmov d1, d0 ldr w0, [sp, 28] scvtf d0, w0 fcmpe d1, d0 bgt .L127 adrp x0, __PRETTY_FUNCTION__.16 add x3, x0, :lo12:__PRETTY_FUNCTION__.16 mov w2, 1171 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl __assert_fail .L127: ldr s0, [sp, 44] scvtf s0, s0 fcvt d0, s0 ldr w0, [sp, 24] scvtf d1, w0 bl pow bl floor fcvtzs w0, d0 ldr w1, [sp, 28] cmp w1, w0 bge .L128 adrp x0, __PRETTY_FUNCTION__.16 add x3, x0, :lo12:__PRETTY_FUNCTION__.16 mov w2, 1172 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC8 add x0, x0, :lo12:.LC8 bl __assert_fail .L128: ldr w0, [sp, 44] ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE25: .size lookup1_values, .-lookup1_values .align 2 .type compute_twiddle_factors, %function compute_twiddle_factors: .LFB26: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str w0, [sp, 44] str x1, [sp, 32] str x2, [sp, 24] str x3, [sp, 16] ldr w0, [sp, 44] asr w0, w0, 2 str w0, [sp, 56] ldr w0, [sp, 44] asr w0, w0, 3 str w0, [sp, 60] str wzr, [sp, 52] ldr w0, [sp, 52] str w0, [sp, 48] b .L131 .L132: ldr w0, [sp, 48] lsl w0, w0, 2 scvtf d0, w0 adrp x0, .LC9 ldr d1, [x0, #:lo12:.LC9] fmul d1, d0, d1 ldr w0, [sp, 44] scvtf d0, w0 fdiv d0, d1, d0 bl cos ldrsw x0, [sp, 52] lsl x0, x0, 2 ldr x1, [sp, 32] add x0, x1, x0 fcvt s0, d0 str s0, [x0] ldr w0, [sp, 48] lsl w0, w0, 2 scvtf d0, w0 adrp x0, .LC9 ldr d1, [x0, #:lo12:.LC9] fmul d1, d0, d1 ldr w0, [sp, 44] scvtf d0, w0 fdiv d0, d1, d0 bl sin fcvt s0, d0 ldrsw x0, [sp, 52] add x0, x0, 1 lsl x0, x0, 2 ldr x1, [sp, 32] add x0, x1, x0 fneg s0, s0 str s0, [x0] ldr w0, [sp, 52] add w0, w0, 1 scvtf d0, w0 adrp x0, .LC9 ldr d1, [x0, #:lo12:.LC9] fmul d1, d0, d1 ldr w0, [sp, 44] scvtf d0, w0 fdiv d1, d1, d0 fmov d0, 2.0e+0 fdiv d0, d1, d0 bl cos fcvt s1, d0 ldrsw x0, [sp, 52] lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 fmov s0, 5.0e-1 fmul s0, s1, s0 str s0, [x0] ldr w0, [sp, 52] add w0, w0, 1 scvtf d0, w0 adrp x0, .LC9 ldr d1, [x0, #:lo12:.LC9] fmul d1, d0, d1 ldr w0, [sp, 44] scvtf d0, w0 fdiv d1, d1, d0 fmov d0, 2.0e+0 fdiv d0, d1, d0 bl sin fcvt s1, d0 ldrsw x0, [sp, 52] add x0, x0, 1 lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 fmov s0, 5.0e-1 fmul s0, s1, s0 str s0, [x0] ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] ldr w0, [sp, 52] add w0, w0, 2 str w0, [sp, 52] .L131: ldr w1, [sp, 48] ldr w0, [sp, 56] cmp w1, w0 blt .L132 str wzr, [sp, 52] ldr w0, [sp, 52] str w0, [sp, 48] b .L133 .L134: ldr w0, [sp, 52] add w0, w0, 1 lsl w0, w0, 1 scvtf d0, w0 adrp x0, .LC9 ldr d1, [x0, #:lo12:.LC9] fmul d1, d0, d1 ldr w0, [sp, 44] scvtf d0, w0 fdiv d0, d1, d0 bl cos ldrsw x0, [sp, 52] lsl x0, x0, 2 ldr x1, [sp, 16] add x0, x1, x0 fcvt s0, d0 str s0, [x0] ldr w0, [sp, 52] add w0, w0, 1 lsl w0, w0, 1 scvtf d0, w0 adrp x0, .LC9 ldr d1, [x0, #:lo12:.LC9] fmul d1, d0, d1 ldr w0, [sp, 44] scvtf d0, w0 fdiv d0, d1, d0 bl sin fcvt s0, d0 ldrsw x0, [sp, 52] add x0, x0, 1 lsl x0, x0, 2 ldr x1, [sp, 16] add x0, x1, x0 fneg s0, s0 str s0, [x0] ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] ldr w0, [sp, 52] add w0, w0, 2 str w0, [sp, 52] .L133: ldr w1, [sp, 48] ldr w0, [sp, 60] cmp w1, w0 blt .L134 nop nop ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE26: .size compute_twiddle_factors, .-compute_twiddle_factors .align 2 .type compute_window, %function compute_window: .LFB27: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] ldr w0, [sp, 28] asr w0, w0, 1 str w0, [sp, 44] str wzr, [sp, 40] b .L136 .L137: ldr w0, [sp, 40] scvtf d1, w0 fmov d0, 5.0e-1 fadd d1, d1, d0 ldr w0, [sp, 44] scvtf d0, w0 fdiv d1, d1, d0 fmov d0, 5.0e-1 fmul d0, d1, d0 adrp x0, .LC9 ldr d1, [x0, #:lo12:.LC9] fmul d0, d0, d1 bl sin fcvt s0, d0 bl square fcvt d0, s0 adrp x0, .LC10 ldr d1, [x0, #:lo12:.LC10] fmul d0, d0, d1 bl sin ldrsw x0, [sp, 40] lsl x0, x0, 2 ldr x1, [sp, 16] add x0, x1, x0 fcvt s0, d0 str s0, [x0] ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L136: ldr w1, [sp, 40] ldr w0, [sp, 44] cmp w1, w0 blt .L137 nop nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE27: .size compute_window, .-compute_window .align 2 .type compute_bitreverse, %function compute_bitreverse: .LFB28: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] ldr w0, [sp, 28] bl ilog sub w0, w0, #1 str w0, [sp, 40] ldr w0, [sp, 28] asr w0, w0, 3 str w0, [sp, 44] str wzr, [sp, 36] b .L139 .L140: ldr w0, [sp, 36] bl bit_reverse mov w2, w0 mov w1, 35 ldr w0, [sp, 40] sub w0, w1, w0 lsr w0, w2, w0 and w1, w0, 65535 ldrsw x0, [sp, 36] lsl x0, x0, 1 ldr x2, [sp, 16] add x0, x2, x0 ubfiz w1, w1, 2, 14 and w1, w1, 65535 strh w1, [x0] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L139: ldr w1, [sp, 36] ldr w0, [sp, 44] cmp w1, w0 blt .L140 nop nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE28: .size compute_bitreverse, .-compute_bitreverse .align 2 .type init_blocksize, %function init_blocksize: .LFB29: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str w1, [sp, 20] str w2, [sp, 16] ldr w0, [sp, 16] asr w0, w0, 1 str w0, [sp, 36] ldr w0, [sp, 16] asr w0, w0, 2 str w0, [sp, 40] ldr w0, [sp, 16] asr w0, w0, 3 str w0, [sp, 44] ldrsw x0, [sp, 36] lsl w0, w0, 2 mov w1, w0 ldr x0, [sp, 24] bl setup_malloc mov x2, x0 ldr x0, [sp, 24] ldrsw x1, [sp, 20] add x1, x1, 176 str x2, [x0, x1, lsl 3] ldrsw x0, [sp, 36] lsl w0, w0, 2 mov w1, w0 ldr x0, [sp, 24] bl setup_malloc mov x2, x0 ldr x0, [sp, 24] ldrsw x1, [sp, 20] add x1, x1, 178 str x2, [x0, x1, lsl 3] ldrsw x0, [sp, 40] lsl w0, w0, 2 mov w1, w0 ldr x0, [sp, 24] bl setup_malloc mov x2, x0 ldr x0, [sp, 24] ldrsw x1, [sp, 20] add x1, x1, 180 str x2, [x0, x1, lsl 3] ldr x0, [sp, 24] ldrsw x1, [sp, 20] add x1, x1, 176 ldr x0, [x0, x1, lsl 3] cmp x0, 0 beq .L142 ldr x0, [sp, 24] ldrsw x1, [sp, 20] add x1, x1, 178 ldr x0, [x0, x1, lsl 3] cmp x0, 0 beq .L142 ldr x0, [sp, 24] ldrsw x1, [sp, 20] add x1, x1, 180 ldr x0, [x0, x1, lsl 3] cmp x0, 0 bne .L143 .L142: mov w1, 3 ldr x0, [sp, 24] bl error b .L144 .L143: ldr x0, [sp, 24] ldrsw x1, [sp, 20] add x1, x1, 176 ldr x4, [x0, x1, lsl 3] ldr x0, [sp, 24] ldrsw x1, [sp, 20] add x1, x1, 178 ldr x2, [x0, x1, lsl 3] ldr x0, [sp, 24] ldrsw x1, [sp, 20] add x1, x1, 180 ldr x0, [x0, x1, lsl 3] mov x3, x0 mov x1, x4 ldr w0, [sp, 16] bl compute_twiddle_factors ldrsw x0, [sp, 36] lsl w0, w0, 2 mov w1, w0 ldr x0, [sp, 24] bl setup_malloc mov x2, x0 ldr x0, [sp, 24] ldrsw x1, [sp, 20] add x1, x1, 182 str x2, [x0, x1, lsl 3] ldr x0, [sp, 24] ldrsw x1, [sp, 20] add x1, x1, 182 ldr x0, [x0, x1, lsl 3] cmp x0, 0 bne .L145 mov w1, 3 ldr x0, [sp, 24] bl error b .L144 .L145: ldr x0, [sp, 24] ldrsw x1, [sp, 20] add x1, x1, 182 ldr x0, [x0, x1, lsl 3] mov x1, x0 ldr w0, [sp, 16] bl compute_window ldrsw x0, [sp, 44] lsl w0, w0, 1 mov w1, w0 ldr x0, [sp, 24] bl setup_malloc mov x2, x0 ldr x0, [sp, 24] ldrsw x1, [sp, 20] add x1, x1, 184 str x2, [x0, x1, lsl 3] ldr x0, [sp, 24] ldrsw x1, [sp, 20] add x1, x1, 184 ldr x0, [x0, x1, lsl 3] cmp x0, 0 bne .L146 mov w1, 3 ldr x0, [sp, 24] bl error b .L144 .L146: ldr x0, [sp, 24] ldrsw x1, [sp, 20] add x1, x1, 184 ldr x0, [x0, x1, lsl 3] mov x1, x0 ldr w0, [sp, 16] bl compute_bitreverse mov w0, 1 .L144: ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE29: .size init_blocksize, .-init_blocksize .align 2 .type neighbors, %function neighbors: .LFB30: .cfi_startproc sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, 24] str w1, [sp, 20] str x2, [sp, 8] str x3, [sp] mov w0, -1 str w0, [sp, 36] mov w0, 65536 str w0, [sp, 40] str wzr, [sp, 44] b .L148 .L151: ldrsw x0, [sp, 44] lsl x0, x0, 1 ldr x1, [sp, 24] add x0, x1, x0 ldrh w0, [x0] mov w1, w0 ldr w0, [sp, 36] cmp w0, w1 bge .L149 ldrsw x0, [sp, 44] lsl x0, x0, 1 ldr x1, [sp, 24] add x0, x1, x0 ldrh w1, [x0] ldrsw x0, [sp, 20] lsl x0, x0, 1 ldr x2, [sp, 24] add x0, x2, x0 ldrh w0, [x0] cmp w1, w0 bcs .L149 ldr x0, [sp, 8] ldr w1, [sp, 44] str w1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 1 ldr x1, [sp, 24] add x0, x1, x0 ldrh w0, [x0] str w0, [sp, 36] .L149: ldrsw x0, [sp, 44] lsl x0, x0, 1 ldr x1, [sp, 24] add x0, x1, x0 ldrh w0, [x0] mov w1, w0 ldr w0, [sp, 40] cmp w0, w1 ble .L150 ldrsw x0, [sp, 44] lsl x0, x0, 1 ldr x1, [sp, 24] add x0, x1, x0 ldrh w1, [x0] ldrsw x0, [sp, 20] lsl x0, x0, 1 ldr x2, [sp, 24] add x0, x2, x0 ldrh w0, [x0] cmp w1, w0 bls .L150 ldr x0, [sp] ldr w1, [sp, 44] str w1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 1 ldr x1, [sp, 24] add x0, x1, x0 ldrh w0, [x0] str w0, [sp, 40] .L150: ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L148: ldr w1, [sp, 44] ldr w0, [sp, 20] cmp w1, w0 blt .L151 nop nop add sp, sp, 48 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE30: .size neighbors, .-neighbors .align 2 .global point_compare .type point_compare, %function point_compare: .LFB31: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] str x1, [sp] ldr x0, [sp, 8] str x0, [sp, 16] ldr x0, [sp] str x0, [sp, 24] ldr x0, [sp, 16] ldrh w1, [x0] ldr x0, [sp, 24] ldrh w0, [x0] cmp w1, w0 bcc .L153 ldr x0, [sp, 16] ldrh w1, [x0] ldr x0, [sp, 24] ldrh w0, [x0] cmp w1, w0 cset w0, hi and w0, w0, 255 b .L155 .L153: mov w0, -1 .L155: add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE31: .size point_compare, .-point_compare .align 2 .type get8, %function get8: .LFB32: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] ldr x0, [x0, 40] cmp x0, 0 beq .L157 ldr x0, [sp, 24] ldr x1, [x0, 40] ldr x0, [sp, 24] ldr x0, [x0, 56] cmp x1, x0 bcc .L158 ldr x0, [sp, 24] mov w1, 1 str w1, [x0, 144] mov w0, 0 b .L159 .L158: ldr x0, [sp, 24] ldr x0, [x0, 40] add x2, x0, 1 ldr x1, [sp, 24] str x2, [x1, 40] ldrb w0, [x0] b .L159 .L157: ldr x0, [sp, 24] ldr x0, [x0, 24] bl fgetc str w0, [sp, 44] ldr w0, [sp, 44] cmn w0, #1 bne .L160 ldr x0, [sp, 24] mov w1, 1 str w1, [x0, 144] mov w0, 0 b .L159 .L160: ldr w0, [sp, 44] and w0, w0, 255 .L159: ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE32: .size get8, .-get8 .align 2 .type get32, %function get32: .LFB33: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] bl get8 and w0, w0, 255 str w0, [sp, 44] ldr x0, [sp, 24] bl get8 and w0, w0, 255 lsl w0, w0, 8 mov w1, w0 ldr w0, [sp, 44] add w0, w0, w1 str w0, [sp, 44] ldr x0, [sp, 24] bl get8 and w0, w0, 255 lsl w0, w0, 16 mov w1, w0 ldr w0, [sp, 44] add w0, w0, w1 str w0, [sp, 44] ldr x0, [sp, 24] bl get8 and w0, w0, 255 lsl w0, w0, 24 mov w1, w0 ldr w0, [sp, 44] add w0, w0, w1 str w0, [sp, 44] ldr w0, [sp, 44] ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE33: .size get32, .-get32 .align 2 .type getn, %function getn: .LFB34: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str w2, [sp, 28] ldr x0, [sp, 40] ldr x0, [x0, 40] cmp x0, 0 beq .L164 ldr x0, [sp, 40] ldr x1, [x0, 40] ldrsw x0, [sp, 28] add x1, x1, x0 ldr x0, [sp, 40] ldr x0, [x0, 56] cmp x1, x0 bls .L165 ldr x0, [sp, 40] mov w1, 1 str w1, [x0, 144] mov w0, 0 b .L166 .L165: ldr x0, [sp, 40] ldr x0, [x0, 40] ldrsw x1, [sp, 28] mov x2, x1 mov x1, x0 ldr x0, [sp, 32] bl memcpy ldr x0, [sp, 40] ldr x1, [x0, 40] ldrsw x0, [sp, 28] add x1, x1, x0 ldr x0, [sp, 40] str x1, [x0, 40] mov w0, 1 b .L166 .L164: ldrsw x1, [sp, 28] ldr x0, [sp, 40] ldr x0, [x0, 24] mov x3, x0 mov x2, 1 ldr x0, [sp, 32] bl fread cmp x0, 1 bne .L167 mov w0, 1 b .L166 .L167: ldr x0, [sp, 40] mov w1, 1 str w1, [x0, 144] mov w0, 0 .L166: ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE34: .size getn, .-getn .align 2 .type skip, %function skip: .LFB35: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str w1, [sp, 20] ldr x0, [sp, 24] ldr x0, [x0, 40] cmp x0, 0 beq .L169 ldr x0, [sp, 24] ldr x1, [x0, 40] ldrsw x0, [sp, 20] add x1, x1, x0 ldr x0, [sp, 24] str x1, [x0, 40] ldr x0, [sp, 24] ldr x1, [x0, 40] ldr x0, [sp, 24] ldr x0, [x0, 56] cmp x1, x0 bcc .L172 ldr x0, [sp, 24] mov w1, 1 str w1, [x0, 144] b .L172 .L169: ldr x0, [sp, 24] ldr x0, [x0, 24] bl ftell str x0, [sp, 40] ldr x0, [sp, 24] ldr x3, [x0, 24] ldrsw x1, [sp, 20] ldr x0, [sp, 40] add x0, x1, x0 mov w2, 0 mov x1, x0 mov x0, x3 bl fseek b .L168 .L172: nop .L168: ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE35: .size skip, .-skip .align 2 .type set_file_offset, %function set_file_offset: .LFB36: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] str w1, [sp, 20] ldr x0, [sp, 24] ldrb w0, [x0, 68] cmp w0, 0 beq .L174 mov w0, 0 b .L175 .L174: ldr x0, [sp, 24] str wzr, [x0, 144] ldr x0, [sp, 24] ldr x0, [x0, 40] cmp x0, 0 beq .L176 ldr x0, [sp, 24] ldr x1, [x0, 48] ldr w0, [sp, 20] add x1, x1, x0 ldr x0, [sp, 24] ldr x0, [x0, 56] cmp x1, x0 bcc .L177 ldr x0, [sp, 24] ldr x1, [x0, 56] ldr x0, [sp, 24] str x1, [x0, 40] ldr x0, [sp, 24] mov w1, 1 str w1, [x0, 144] mov w0, 0 b .L175 .L177: ldr x0, [sp, 24] ldr x1, [x0, 48] ldr w0, [sp, 20] add x1, x1, x0 ldr x0, [sp, 24] str x1, [x0, 40] mov w0, 1 b .L175 .L176: ldr x0, [sp, 24] ldr w1, [x0, 32] ldr w0, [sp, 20] add w0, w1, w0 ldr w1, [sp, 20] cmp w1, w0 bhi .L178 ldr w0, [sp, 20] cmp w0, 0 bge .L179 .L178: mov w0, 2147483647 str w0, [sp, 20] ldr x0, [sp, 24] mov w1, 1 str w1, [x0, 144] b .L180 .L179: ldr x0, [sp, 24] ldr w0, [x0, 32] ldr w1, [sp, 20] add w0, w1, w0 str w0, [sp, 20] .L180: ldr x0, [sp, 24] ldr x0, [x0, 24] ldr w1, [sp, 20] mov w2, 0 bl fseek cmp w0, 0 bne .L181 mov w0, 1 b .L175 .L181: ldr x0, [sp, 24] mov w1, 1 str w1, [x0, 144] ldr x0, [sp, 24] ldr x3, [x0, 24] ldr x0, [sp, 24] ldr w0, [x0, 32] uxtw x0, w0 mov w2, 2 mov x1, x0 mov x0, x3 bl fseek mov w0, 0 .L175: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE36: .size set_file_offset, .-set_file_offset .data .align 3 .type ogg_page_header, %object .size ogg_page_header, 4 ogg_page_header: .ascii "OggS" .text .align 2 .type capture_pattern, %function capture_pattern: .LFB37: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] bl get8 and w0, w0, 255 cmp w0, 79 beq .L183 mov w0, 0 b .L184 .L183: ldr x0, [sp, 24] bl get8 and w0, w0, 255 cmp w0, 103 beq .L185 mov w0, 0 b .L184 .L185: ldr x0, [sp, 24] bl get8 and w0, w0, 255 cmp w0, 103 beq .L186 mov w0, 0 b .L184 .L186: ldr x0, [sp, 24] bl get8 and w0, w0, 255 cmp w0, 83 beq .L187 mov w0, 0 b .L184 .L187: mov w0, 1 .L184: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE37: .size capture_pattern, .-capture_pattern .align 2 .type start_page_no_capturepattern, %function start_page_no_capturepattern: .LFB38: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] bl get8 and w0, w0, 255 cmp w0, 0 beq .L189 mov w1, 31 ldr x0, [sp, 24] bl error b .L190 .L189: ldr x0, [sp, 24] bl get8 and w1, w0, 255 ldr x0, [sp, 24] strb w1, [x0, 1755] ldr x0, [sp, 24] bl get32 str w0, [sp, 44] ldr x0, [sp, 24] bl get32 str w0, [sp, 48] ldr x0, [sp, 24] bl get32 ldr x0, [sp, 24] bl get32 str w0, [sp, 52] ldr w1, [sp, 52] ldr x0, [sp, 24] str w1, [x0, 1492] ldr x0, [sp, 24] bl get32 ldr x0, [sp, 24] bl get8 and w0, w0, 255 mov w1, w0 ldr x0, [sp, 24] str w1, [x0, 1496] ldr x0, [sp, 24] add x1, x0, 1500 ldr x0, [sp, 24] ldr w0, [x0, 1496] mov w2, w0 ldr x0, [sp, 24] bl getn cmp w0, 0 bne .L191 mov w1, 10 ldr x0, [sp, 24] bl error b .L190 .L191: ldr x0, [sp, 24] mov w1, -2 str w1, [x0, 1784] ldr w0, [sp, 44] cmn w0, #1 bne .L192 ldr w0, [sp, 48] cmn w0, #1 beq .L193 .L192: ldr x0, [sp, 24] ldr w0, [x0, 1496] sub w0, w0, #1 str w0, [sp, 32] b .L194 .L197: ldr x1, [sp, 24] ldrsw x0, [sp, 32] add x0, x1, x0 ldrb w0, [x0, 1500] cmp w0, 255 bne .L201 ldr w0, [sp, 32] sub w0, w0, #1 str w0, [sp, 32] .L194: ldr w0, [sp, 32] cmp w0, 0 bge .L197 b .L196 .L201: nop .L196: ldr w0, [sp, 32] cmp w0, 0 blt .L193 ldr x0, [sp, 24] ldr w1, [sp, 32] str w1, [x0, 1784] ldr x0, [sp, 24] ldr w1, [sp, 44] str w1, [x0, 1788] .L193: ldr x0, [sp, 24] ldrb w0, [x0, 1757] cmp w0, 0 beq .L198 str wzr, [sp, 40] str wzr, [sp, 36] b .L199 .L200: ldr x1, [sp, 24] ldrsw x0, [sp, 36] add x0, x1, x0 ldrb w0, [x0, 1500] mov w1, w0 ldr w0, [sp, 40] add w0, w0, w1 str w0, [sp, 40] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L199: ldr x0, [sp, 24] ldr w0, [x0, 1496] ldr w1, [sp, 36] cmp w1, w0 blt .L200 ldr x0, [sp, 24] ldr w0, [x0, 1496] add w0, w0, 27 ldr w1, [sp, 40] add w0, w1, w0 str w0, [sp, 40] ldr x0, [sp, 24] ldr w0, [x0, 72] str w0, [sp, 56] ldr w1, [sp, 56] ldr w0, [sp, 40] add w0, w1, w0 str w0, [sp, 60] ldr w0, [sp, 56] str w0, [sp, 64] str wzr, [sp, 68] ldr w0, [sp, 44] str w0, [sp, 72] ldr x0, [sp, 24] add x0, x0, 76 mov x3, x0 add x2, sp, 56 ldp x0, x1, [x2] stp x0, x1, [x3] ldr w0, [x2, 16] str w0, [x3, 16] .L198: ldr x0, [sp, 24] str wzr, [x0, 1760] mov w0, 1 .L190: ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE38: .size start_page_no_capturepattern, .-start_page_no_capturepattern .align 2 .type start_page, %function start_page: .LFB39: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] bl capture_pattern cmp w0, 0 bne .L203 mov w1, 30 ldr x0, [sp, 24] bl error b .L204 .L203: ldr x0, [sp, 24] bl start_page_no_capturepattern .L204: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE39: .size start_page, .-start_page .align 2 .type start_packet, %function start_packet: .LFB40: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] b .L206 .L209: ldr x0, [sp, 24] bl start_page cmp w0, 0 bne .L207 mov w0, 0 b .L208 .L207: ldr x0, [sp, 24] ldrb w0, [x0, 1755] and w0, w0, 1 cmp w0, 0 beq .L206 mov w1, 32 ldr x0, [sp, 24] bl error b .L208 .L206: ldr x0, [sp, 24] ldr w0, [x0, 1760] cmn w0, #1 beq .L209 ldr x0, [sp, 24] str wzr, [x0, 1764] ldr x0, [sp, 24] str wzr, [x0, 1776] ldr x0, [sp, 24] str wzr, [x0, 1780] ldr x0, [sp, 24] strb wzr, [x0, 1756] mov w0, 1 .L208: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE40: .size start_packet, .-start_packet .align 2 .type maybe_start_packet, %function maybe_start_packet: .LFB41: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] ldr w0, [x0, 1760] cmn w0, #1 bne .L211 ldr x0, [sp, 24] bl get8 and w0, w0, 255 str w0, [sp, 44] ldr x0, [sp, 24] ldr w0, [x0, 144] cmp w0, 0 beq .L212 mov w0, 0 b .L213 .L212: ldr w0, [sp, 44] cmp w0, 79 beq .L214 mov w1, 30 ldr x0, [sp, 24] bl error b .L213 .L214: ldr x0, [sp, 24] bl get8 and w0, w0, 255 cmp w0, 103 beq .L215 mov w1, 30 ldr x0, [sp, 24] bl error b .L213 .L215: ldr x0, [sp, 24] bl get8 and w0, w0, 255 cmp w0, 103 beq .L216 mov w1, 30 ldr x0, [sp, 24] bl error b .L213 .L216: ldr x0, [sp, 24] bl get8 and w0, w0, 255 cmp w0, 83 beq .L217 mov w1, 30 ldr x0, [sp, 24] bl error b .L213 .L217: ldr x0, [sp, 24] bl start_page_no_capturepattern cmp w0, 0 bne .L218 mov w0, 0 b .L213 .L218: ldr x0, [sp, 24] ldrb w0, [x0, 1755] and w0, w0, 1 cmp w0, 0 beq .L211 ldr x0, [sp, 24] str wzr, [x0, 1764] ldr x0, [sp, 24] strb wzr, [x0, 1756] mov w1, 32 ldr x0, [sp, 24] bl error b .L213 .L211: ldr x0, [sp, 24] bl start_packet .L213: ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE41: .size maybe_start_packet, .-maybe_start_packet .section .rodata .align 3 .LC11: .string "f->bytes_in_seg == 0" .text .align 2 .type next_segment, %function next_segment: .LFB42: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] ldr w0, [x0, 1764] cmp w0, 0 beq .L220 mov w0, 0 b .L221 .L220: ldr x0, [sp, 24] ldr w0, [x0, 1760] cmn w0, #1 bne .L222 ldr x0, [sp, 24] ldr w0, [x0, 1496] sub w1, w0, #1 ldr x0, [sp, 24] str w1, [x0, 1768] ldr x0, [sp, 24] bl start_page cmp w0, 0 bne .L223 ldr x0, [sp, 24] mov w1, 1 str w1, [x0, 1764] mov w0, 0 b .L221 .L223: ldr x0, [sp, 24] ldrb w0, [x0, 1755] and w0, w0, 1 cmp w0, 0 bne .L222 mov w1, 32 ldr x0, [sp, 24] bl error b .L221 .L222: ldr x0, [sp, 24] ldr w0, [x0, 1760] add w2, w0, 1 ldr x1, [sp, 24] str w2, [x1, 1760] ldr x1, [sp, 24] sxtw x0, w0 add x0, x1, x0 ldrb w0, [x0, 1500] str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 254 bgt .L224 ldr x0, [sp, 24] mov w1, 1 str w1, [x0, 1764] ldr x0, [sp, 24] ldr w0, [x0, 1760] sub w1, w0, #1 ldr x0, [sp, 24] str w1, [x0, 1768] .L224: ldr x0, [sp, 24] ldr w1, [x0, 1760] ldr x0, [sp, 24] ldr w0, [x0, 1496] cmp w1, w0 blt .L225 ldr x0, [sp, 24] mov w1, -1 str w1, [x0, 1760] .L225: ldr x0, [sp, 24] ldrb w0, [x0, 1756] cmp w0, 0 beq .L226 adrp x0, __PRETTY_FUNCTION__.15 add x3, x0, :lo12:__PRETTY_FUNCTION__.15 mov w2, 1480 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC11 add x0, x0, :lo12:.LC11 bl __assert_fail .L226: ldr w0, [sp, 44] and w1, w0, 255 ldr x0, [sp, 24] strb w1, [x0, 1756] ldr w0, [sp, 44] .L221: ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE42: .size next_segment, .-next_segment .section .rodata .align 3 .LC12: .string "f->bytes_in_seg > 0" .text .align 2 .type get8_packet_raw, %function get8_packet_raw: .LFB43: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] ldrb w0, [x0, 1756] cmp w0, 0 bne .L228 ldr x0, [sp, 24] ldr w0, [x0, 1764] cmp w0, 0 beq .L229 mov w0, -1 b .L230 .L229: ldr x0, [sp, 24] bl next_segment cmp w0, 0 bne .L228 mov w0, -1 b .L230 .L228: ldr x0, [sp, 24] ldrb w0, [x0, 1756] cmp w0, 0 bne .L231 adrp x0, __PRETTY_FUNCTION__.14 add x3, x0, :lo12:__PRETTY_FUNCTION__.14 mov w2, 1494 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC12 add x0, x0, :lo12:.LC12 bl __assert_fail .L231: ldr x0, [sp, 24] ldrb w0, [x0, 1756] sub w0, w0, #1 and w1, w0, 255 ldr x0, [sp, 24] strb w1, [x0, 1756] ldr x0, [sp, 24] ldr w0, [x0, 1780] add w1, w0, 1 ldr x0, [sp, 24] str w1, [x0, 1780] ldr x0, [sp, 24] bl get8 and w0, w0, 255 .L230: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE43: .size get8_packet_raw, .-get8_packet_raw .align 2 .type get8_packet, %function get8_packet: .LFB44: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] bl get8_packet_raw str w0, [sp, 44] ldr x0, [sp, 24] str wzr, [x0, 1776] ldr w0, [sp, 44] ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE44: .size get8_packet, .-get8_packet .align 2 .type flush_packet, %function flush_packet: .LFB45: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] nop .L235: ldr x0, [sp, 24] bl get8_packet_raw cmn w0, #1 bne .L235 nop nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE45: .size flush_packet, .-flush_packet .align 2 .type get_bits, %function get_bits: .LFB46: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str w1, [sp, 20] ldr x0, [sp, 24] ldr w0, [x0, 1776] cmp w0, 0 bge .L237 mov w0, 0 b .L238 .L237: ldr x0, [sp, 24] ldr w0, [x0, 1776] ldr w1, [sp, 20] cmp w1, w0 ble .L239 ldr w0, [sp, 20] cmp w0, 24 ble .L240 mov w1, 24 ldr x0, [sp, 24] bl get_bits str w0, [sp, 44] ldr w0, [sp, 20] sub w0, w0, #24 mov w1, w0 ldr x0, [sp, 24] bl get_bits lsl w0, w0, 24 ldr w1, [sp, 44] add w0, w1, w0 str w0, [sp, 44] ldr w0, [sp, 44] b .L238 .L240: ldr x0, [sp, 24] ldr w0, [x0, 1776] cmp w0, 0 bne .L242 ldr x0, [sp, 24] str wzr, [x0, 1772] b .L242 .L244: ldr x0, [sp, 24] bl get8_packet_raw str w0, [sp, 40] ldr w0, [sp, 40] cmn w0, #1 bne .L243 ldr x0, [sp, 24] mov w1, -1 str w1, [x0, 1776] mov w0, 0 b .L238 .L243: ldr x0, [sp, 24] ldr w0, [x0, 1772] ldr x1, [sp, 24] ldr w1, [x1, 1776] ldr w2, [sp, 40] lsl w1, w2, w1 add w1, w0, w1 ldr x0, [sp, 24] str w1, [x0, 1772] ldr x0, [sp, 24] ldr w0, [x0, 1776] add w1, w0, 8 ldr x0, [sp, 24] str w1, [x0, 1776] .L242: ldr x0, [sp, 24] ldr w0, [x0, 1776] ldr w1, [sp, 20] cmp w1, w0 bgt .L244 .L239: ldr x0, [sp, 24] ldr w0, [x0, 1776] cmp w0, 0 bge .L245 mov w0, 0 b .L238 .L245: ldr x0, [sp, 24] ldr w0, [x0, 1772] ldr w1, [sp, 20] mov w2, 1 lsl w1, w2, w1 sub w1, w1, #1 and w0, w0, w1 str w0, [sp, 44] ldr x0, [sp, 24] ldr w1, [x0, 1772] ldr w0, [sp, 20] lsr w1, w1, w0 ldr x0, [sp, 24] str w1, [x0, 1772] ldr x0, [sp, 24] ldr w1, [x0, 1776] ldr w0, [sp, 20] sub w1, w1, w0 ldr x0, [sp, 24] str w1, [x0, 1776] ldr w0, [sp, 44] .L238: ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE46: .size get_bits, .-get_bits .align 2 .type get_bits_signed, %function get_bits_signed: .LFB47: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str w1, [sp, 20] ldr w1, [sp, 20] ldr x0, [sp, 24] bl get_bits str w0, [sp, 44] ldr w0, [sp, 20] sub w0, w0, #1 mov w1, 1 lsl w0, w1, w0 mov w1, w0 ldr w0, [sp, 44] and w0, w1, w0 cmp w0, 0 beq .L247 ldr w0, [sp, 20] mov w1, 1 lsl w0, w1, w0 mov w1, w0 ldr w0, [sp, 44] sub w0, w0, w1 str w0, [sp, 44] .L247: ldr w0, [sp, 44] ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE47: .size get_bits_signed, .-get_bits_signed .align 2 .type prep_huffman, %function prep_huffman: .LFB48: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] ldr w0, [x0, 1776] cmp w0, 24 bgt .L249 ldr x0, [sp, 24] ldr w0, [x0, 1776] cmp w0, 0 bne .L254 ldr x0, [sp, 24] str wzr, [x0, 1772] .L254: ldr x0, [sp, 24] ldr w0, [x0, 1764] cmp w0, 0 beq .L252 ldr x0, [sp, 24] ldrb w0, [x0, 1756] cmp w0, 0 beq .L255 .L252: ldr x0, [sp, 24] bl get8_packet_raw str w0, [sp, 44] ldr w0, [sp, 44] cmn w0, #1 beq .L256 ldr x0, [sp, 24] ldr w0, [x0, 1772] ldr x1, [sp, 24] ldr w1, [x1, 1776] ldr w2, [sp, 44] lsl w1, w2, w1 add w1, w0, w1 ldr x0, [sp, 24] str w1, [x0, 1772] ldr x0, [sp, 24] ldr w0, [x0, 1776] add w1, w0, 8 ldr x0, [sp, 24] str w1, [x0, 1776] ldr x0, [sp, 24] ldr w0, [x0, 1776] cmp w0, 24 ble .L254 b .L249 .L255: nop b .L249 .L256: nop .L249: ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE48: .size prep_huffman, .-prep_huffman .section .rodata .align 3 .LC13: .string "c->sorted_codewords || c->codewords" .align 3 .LC14: .string "!c->sparse" .text .align 2 .type codebook_decode_scalar_raw, %function codebook_decode_scalar_raw: .LFB49: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] ldr x0, [sp, 24] bl prep_huffman ldr x0, [sp, 16] ldr x0, [x0, 2096] cmp x0, 0 bne .L258 ldr x0, [sp, 16] ldr x0, [x0, 40] cmp x0, 0 bne .L258 adrp x0, __PRETTY_FUNCTION__.13 add x3, x0, :lo12:__PRETTY_FUNCTION__.13 mov w2, 1583 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC13 add x0, x0, :lo12:.LC13 bl __assert_fail .L258: ldr x0, [sp, 16] ldr w0, [x0, 4] cmp w0, 8 ble .L259 ldr x0, [sp, 16] ldr x0, [x0, 2096] cmp x0, 0 cset w0, ne and w0, w0, 255 b .L260 .L259: ldr x0, [sp, 16] ldr x0, [x0, 40] cmp x0, 0 cset w0, eq and w0, w0, 255 .L260: cmp w0, 0 beq .L261 ldr x0, [sp, 24] ldr w0, [x0, 1772] bl bit_reverse str w0, [sp, 52] str wzr, [sp, 44] ldr x0, [sp, 16] ldr w0, [x0, 2112] str w0, [sp, 48] b .L262 .L264: ldr w0, [sp, 48] asr w0, w0, 1 ldr w1, [sp, 44] add w0, w1, w0 str w0, [sp, 60] ldr x0, [sp, 16] ldr x1, [x0, 2096] ldrsw x0, [sp, 60] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] ldr w1, [sp, 52] cmp w1, w0 bcc .L263 ldr w0, [sp, 60] str w0, [sp, 44] ldr w0, [sp, 48] asr w0, w0, 1 ldr w1, [sp, 48] sub w0, w1, w0 str w0, [sp, 48] b .L262 .L263: ldr w0, [sp, 48] asr w0, w0, 1 str w0, [sp, 48] .L262: ldr w0, [sp, 48] cmp w0, 1 bgt .L264 ldr x0, [sp, 16] ldrb w0, [x0, 27] cmp w0, 0 bne .L265 ldr x0, [sp, 16] ldr x1, [x0, 2104] ldrsw x0, [sp, 44] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] str w0, [sp, 44] .L265: ldr x0, [sp, 16] ldr x1, [x0, 8] ldrsw x0, [sp, 44] add x0, x1, x0 ldrb w0, [x0] str w0, [sp, 56] ldr x0, [sp, 24] ldr w0, [x0, 1776] ldr w1, [sp, 56] cmp w1, w0 bgt .L266 ldr x0, [sp, 24] ldr w1, [x0, 1772] ldr w0, [sp, 56] lsr w1, w1, w0 ldr x0, [sp, 24] str w1, [x0, 1772] ldr x0, [sp, 24] ldr w1, [x0, 1776] ldr w0, [sp, 56] sub w1, w1, w0 ldr x0, [sp, 24] str w1, [x0, 1776] ldr w0, [sp, 44] b .L267 .L266: ldr x0, [sp, 24] str wzr, [x0, 1776] mov w0, -1 b .L267 .L261: ldr x0, [sp, 16] ldrb w0, [x0, 27] cmp w0, 0 beq .L268 adrp x0, __PRETTY_FUNCTION__.13 add x3, x0, :lo12:__PRETTY_FUNCTION__.13 mov w2, 1616 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC14 add x0, x0, :lo12:.LC14 bl __assert_fail .L268: str wzr, [sp, 40] b .L269 .L273: ldr x0, [sp, 16] ldr x1, [x0, 8] ldrsw x0, [sp, 40] add x0, x1, x0 ldrb w0, [x0] cmp w0, 255 beq .L274 ldr x0, [sp, 16] ldr x1, [x0, 40] ldrsw x0, [sp, 40] lsl x0, x0, 2 add x0, x1, x0 ldr w1, [x0] ldr x0, [sp, 24] ldr w0, [x0, 1772] ldr x2, [sp, 16] ldr x3, [x2, 8] ldrsw x2, [sp, 40] add x2, x3, x2 ldrb w2, [x2] mov w3, w2 mov w2, 1 lsl w2, w2, w3 sub w2, w2, #1 and w0, w0, w2 cmp w1, w0 bne .L271 ldr x0, [sp, 24] ldr w0, [x0, 1776] ldr x1, [sp, 16] ldr x2, [x1, 8] ldrsw x1, [sp, 40] add x1, x2, x1 ldrb w1, [x1] cmp w0, w1 blt .L272 ldr x0, [sp, 24] ldr w0, [x0, 1772] ldr x1, [sp, 16] ldr x2, [x1, 8] ldrsw x1, [sp, 40] add x1, x2, x1 ldrb w1, [x1] lsr w1, w0, w1 ldr x0, [sp, 24] str w1, [x0, 1772] ldr x0, [sp, 24] ldr w0, [x0, 1776] ldr x1, [sp, 16] ldr x2, [x1, 8] ldrsw x1, [sp, 40] add x1, x2, x1 ldrb w1, [x1] sub w1, w0, w1 ldr x0, [sp, 24] str w1, [x0, 1776] ldr w0, [sp, 40] b .L267 .L272: ldr x0, [sp, 24] str wzr, [x0, 1776] mov w0, -1 b .L267 .L274: nop .L271: ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L269: ldr x0, [sp, 16] ldr w0, [x0, 4] ldr w1, [sp, 40] cmp w1, w0 blt .L273 mov w1, 21 ldr x0, [sp, 24] bl error ldr x0, [sp, 24] str wzr, [x0, 1776] mov w0, -1 .L267: ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE49: .size codebook_decode_scalar_raw, .-codebook_decode_scalar_raw .align 2 .type codebook_decode_scalar, %function codebook_decode_scalar: .LFB50: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] ldr x0, [sp, 24] ldr w0, [x0, 1776] cmp w0, 9 bgt .L276 ldr x0, [sp, 24] bl prep_huffman .L276: ldr x0, [sp, 24] ldr w0, [x0, 1772] and w0, w0, 1023 str w0, [sp, 44] ldr x0, [sp, 16] ldrsw x1, [sp, 44] add x1, x1, 24 ldrsh w0, [x0, x1, lsl 1] str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 0 blt .L277 ldr x0, [sp, 24] ldr w0, [x0, 1772] ldr x1, [sp, 16] ldr x2, [x1, 8] ldrsw x1, [sp, 44] add x1, x2, x1 ldrb w1, [x1] lsr w1, w0, w1 ldr x0, [sp, 24] str w1, [x0, 1772] ldr x0, [sp, 24] ldr w0, [x0, 1776] ldr x1, [sp, 16] ldr x2, [x1, 8] ldrsw x1, [sp, 44] add x1, x2, x1 ldrb w1, [x1] sub w1, w0, w1 ldr x0, [sp, 24] str w1, [x0, 1776] ldr x0, [sp, 24] ldr w0, [x0, 1776] cmp w0, 0 bge .L278 ldr x0, [sp, 24] str wzr, [x0, 1776] mov w0, -1 b .L279 .L278: ldr w0, [sp, 44] b .L279 .L277: ldr x1, [sp, 16] ldr x0, [sp, 24] bl codebook_decode_scalar_raw .L279: ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE50: .size codebook_decode_scalar, .-codebook_decode_scalar .section .rodata .align 3 .LC15: .string "z < c->sorted_entries" .text .align 2 .type codebook_decode_start, %function codebook_decode_start: .LFB51: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str w2, [sp, 28] mov w0, -1 str w0, [sp, 56] ldr x0, [sp, 32] ldrb w0, [x0, 25] cmp w0, 0 bne .L281 mov w1, 21 ldr x0, [sp, 40] bl error b .L282 .L281: ldr x0, [sp, 40] ldr w0, [x0, 1776] cmp w0, 9 bgt .L283 ldr x0, [sp, 40] bl prep_huffman .L283: ldr x0, [sp, 40] ldr w0, [x0, 1772] and w0, w0, 1023 str w0, [sp, 56] ldr x0, [sp, 32] ldrsw x1, [sp, 56] add x1, x1, 24 ldrsh w0, [x0, x1, lsl 1] str w0, [sp, 56] ldr w0, [sp, 56] cmp w0, 0 blt .L284 ldr x0, [sp, 32] ldr x1, [x0, 8] ldrsw x0, [sp, 56] add x0, x1, x0 ldrb w0, [x0] str w0, [sp, 60] ldr x0, [sp, 40] ldr w1, [x0, 1772] ldr w0, [sp, 60] lsr w1, w1, w0 ldr x0, [sp, 40] str w1, [x0, 1772] ldr x0, [sp, 40] ldr w1, [x0, 1776] ldr w0, [sp, 60] sub w1, w1, w0 ldr x0, [sp, 40] str w1, [x0, 1776] ldr x0, [sp, 40] ldr w0, [x0, 1776] cmp w0, 0 bge .L285 ldr x0, [sp, 40] str wzr, [x0, 1776] mov w0, -1 str w0, [sp, 56] b .L285 .L284: ldr x1, [sp, 32] ldr x0, [sp, 40] bl codebook_decode_scalar_raw str w0, [sp, 56] .L285: ldr x0, [sp, 32] ldrb w0, [x0, 27] cmp w0, 0 beq .L286 ldr x0, [sp, 32] ldr w0, [x0, 2112] ldr w1, [sp, 56] cmp w1, w0 blt .L286 adrp x0, __PRETTY_FUNCTION__.12 add x3, x0, :lo12:__PRETTY_FUNCTION__.12 mov w2, 1710 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC15 add x0, x0, :lo12:.LC15 bl __assert_fail .L286: ldr w0, [sp, 56] cmp w0, 0 bge .L282 ldr x0, [sp, 40] ldrb w0, [x0, 1756] cmp w0, 0 bne .L287 ldr x0, [sp, 40] ldr w0, [x0, 1764] cmp w0, 0 beq .L287 ldr w0, [sp, 56] b .L288 .L287: mov w1, 21 ldr x0, [sp, 40] bl error .L282: ldr w0, [sp, 56] .L288: ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE51: .size codebook_decode_start, .-codebook_decode_start .align 2 .type codebook_decode, %function codebook_decode: .LFB52: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str x2, [sp, 24] str w3, [sp, 20] ldr w2, [sp, 20] ldr x1, [sp, 32] ldr x0, [sp, 40] bl codebook_decode_start str w0, [sp, 68] ldr w0, [sp, 68] cmp w0, 0 bge .L290 mov w0, 0 b .L291 .L290: ldr x0, [sp, 32] ldr w0, [x0] ldr w1, [sp, 20] cmp w1, w0 ble .L292 ldr x0, [sp, 32] ldr w0, [x0] str w0, [sp, 20] .L292: ldr x0, [sp, 32] ldr w0, [x0] ldr w1, [sp, 68] mul w0, w1, w0 str w0, [sp, 68] ldr x0, [sp, 32] ldrb w0, [x0, 26] cmp w0, 0 beq .L293 str wzr, [sp, 64] str wzr, [sp, 60] b .L294 .L295: ldr x0, [sp, 32] ldr x1, [x0, 32] ldr w2, [sp, 68] ldr w0, [sp, 60] add w0, w2, w0 sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] ldr s1, [sp, 64] fadd s0, s1, s0 str s0, [sp, 76] ldrsw x0, [sp, 60] lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 ldr s1, [x0] ldrsw x0, [sp, 60] lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 ldr s0, [sp, 76] fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 32] ldr s0, [x0, 16] ldr s1, [sp, 76] fadd s0, s1, s0 str s0, [sp, 64] ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L294: ldr w1, [sp, 60] ldr w0, [sp, 20] cmp w1, w0 blt .L295 b .L296 .L293: str wzr, [sp, 72] str wzr, [sp, 60] b .L297 .L298: ldrsw x0, [sp, 60] lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 ldr s1, [x0] ldr x0, [sp, 32] ldr x1, [x0, 32] ldr w2, [sp, 68] ldr w0, [sp, 60] add w0, w2, w0 sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 ldr s2, [x0] ldr s0, [sp, 72] fadd s0, s2, s0 ldrsw x0, [sp, 60] lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 fadd s0, s1, s0 str s0, [x0] ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L297: ldr w1, [sp, 60] ldr w0, [sp, 20] cmp w1, w0 blt .L298 .L296: mov w0, 1 .L291: ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE52: .size codebook_decode, .-codebook_decode .align 2 .type codebook_decode_step, %function codebook_decode_step: .LFB53: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str x2, [sp, 24] str w3, [sp, 20] str w4, [sp, 16] ldr w2, [sp, 20] ldr x1, [sp, 32] ldr x0, [sp, 40] bl codebook_decode_start str w0, [sp, 56] str wzr, [sp, 52] ldr w0, [sp, 56] cmp w0, 0 bge .L300 mov w0, 0 b .L301 .L300: ldr x0, [sp, 32] ldr w0, [x0] ldr w1, [sp, 20] cmp w1, w0 ble .L302 ldr x0, [sp, 32] ldr w0, [x0] str w0, [sp, 20] .L302: ldr x0, [sp, 32] ldr w0, [x0] ldr w1, [sp, 56] mul w0, w1, w0 str w0, [sp, 56] str wzr, [sp, 48] b .L303 .L305: ldr x0, [sp, 32] ldr x1, [x0, 32] ldr w2, [sp, 56] ldr w0, [sp, 48] add w0, w2, w0 sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] ldr s1, [sp, 52] fadd s0, s1, s0 str s0, [sp, 60] ldr w1, [sp, 48] ldr w0, [sp, 16] mul w0, w1, w0 sxtw x0, w0 lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 ldr s1, [x0] ldr w1, [sp, 48] ldr w0, [sp, 16] mul w0, w1, w0 sxtw x0, w0 lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 ldr s0, [sp, 60] fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 32] ldrb w0, [x0, 26] cmp w0, 0 beq .L304 ldr s0, [sp, 60] str s0, [sp, 52] .L304: ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] .L303: ldr w1, [sp, 48] ldr w0, [sp, 20] cmp w1, w0 blt .L305 mov w0, 1 .L301: ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE53: .size codebook_decode_step, .-codebook_decode_step .section .rodata .align 3 .LC16: .string "!c->sparse || z < c->sorted_entries" .text .align 2 .type codebook_decode_deinterleave_repeat, %function codebook_decode_deinterleave_repeat: .LFB54: .cfi_startproc stp x29, x30, [sp, -128]! .cfi_def_cfa_offset 128 .cfi_offset 29, -128 .cfi_offset 30, -120 mov x29, sp str x0, [sp, 72] str x1, [sp, 64] str x2, [sp, 56] str w3, [sp, 52] str x4, [sp, 40] str x5, [sp, 32] str w6, [sp, 48] str w7, [sp, 28] ldr x0, [sp, 40] ldr w0, [x0] str w0, [sp, 92] ldr x0, [sp, 32] ldr w0, [x0] str w0, [sp, 96] ldr x0, [sp, 64] ldr w0, [x0] str w0, [sp, 108] ldr x0, [sp, 64] ldrb w0, [x0, 25] cmp w0, 0 bne .L309 mov w1, 21 ldr x0, [sp, 72] bl error b .L308 .L327: str wzr, [sp, 112] ldr x0, [sp, 72] ldr w0, [x0, 1776] cmp w0, 9 bgt .L310 ldr x0, [sp, 72] bl prep_huffman .L310: ldr x0, [sp, 72] ldr w0, [x0, 1772] and w0, w0, 1023 str w0, [sp, 104] ldr x0, [sp, 64] ldrsw x1, [sp, 104] add x1, x1, 24 ldrsh w0, [x0, x1, lsl 1] str w0, [sp, 104] ldr w0, [sp, 104] cmp w0, 0 blt .L311 ldr x0, [sp, 64] ldr x1, [x0, 8] ldrsw x0, [sp, 104] add x0, x1, x0 ldrb w0, [x0] str w0, [sp, 116] ldr x0, [sp, 72] ldr w1, [x0, 1772] ldr w0, [sp, 116] lsr w1, w1, w0 ldr x0, [sp, 72] str w1, [x0, 1772] ldr x0, [sp, 72] ldr w1, [x0, 1776] ldr w0, [sp, 116] sub w1, w1, w0 ldr x0, [sp, 72] str w1, [x0, 1776] ldr x0, [sp, 72] ldr w0, [x0, 1776] cmp w0, 0 bge .L312 ldr x0, [sp, 72] str wzr, [x0, 1776] mov w0, -1 str w0, [sp, 104] b .L312 .L311: ldr x1, [sp, 64] ldr x0, [sp, 72] bl codebook_decode_scalar_raw str w0, [sp, 104] .L312: ldr x0, [sp, 64] ldrb w0, [x0, 27] cmp w0, 0 beq .L313 ldr x0, [sp, 64] ldr w0, [x0, 2112] ldr w1, [sp, 104] cmp w1, w0 blt .L313 adrp x0, __PRETTY_FUNCTION__.11 add x3, x0, :lo12:__PRETTY_FUNCTION__.11 mov w2, 1804 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC16 add x0, x0, :lo12:.LC16 bl __assert_fail .L313: ldr w0, [sp, 104] cmp w0, 0 bge .L314 ldr x0, [sp, 72] ldrb w0, [x0, 1756] cmp w0, 0 bne .L315 ldr x0, [sp, 72] ldr w0, [x0, 1764] cmp w0, 0 beq .L315 mov w0, 0 b .L308 .L315: mov w1, 21 ldr x0, [sp, 72] bl error b .L308 .L314: ldr w1, [sp, 96] ldr w0, [sp, 52] mul w1, w1, w0 ldr w0, [sp, 92] add w1, w1, w0 ldr w0, [sp, 108] add w1, w1, w0 ldr w2, [sp, 48] ldr w0, [sp, 52] mul w0, w2, w0 cmp w1, w0 ble .L316 ldr w1, [sp, 48] ldr w0, [sp, 52] mul w1, w1, w0 ldr w2, [sp, 96] ldr w0, [sp, 52] mul w2, w2, w0 ldr w0, [sp, 92] sub w0, w2, w0 sub w0, w1, w0 str w0, [sp, 108] .L316: ldr x0, [sp, 64] ldr w0, [x0] ldr w1, [sp, 104] mul w0, w1, w0 str w0, [sp, 104] ldr x0, [sp, 64] ldrb w0, [x0, 26] cmp w0, 0 beq .L317 str wzr, [sp, 100] b .L318 .L321: ldr x0, [sp, 64] ldr x1, [x0, 32] ldr w2, [sp, 104] ldr w0, [sp, 100] add w0, w2, w0 sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] ldr s1, [sp, 112] fadd s0, s1, s0 str s0, [sp, 124] ldrsw x0, [sp, 92] lsl x0, x0, 3 ldr x1, [sp, 56] add x0, x1, x0 ldr x0, [x0] cmp x0, 0 beq .L319 ldrsw x0, [sp, 92] lsl x0, x0, 3 ldr x1, [sp, 56] add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 96] lsl x0, x0, 2 add x0, x1, x0 ldr s1, [x0] ldrsw x0, [sp, 92] lsl x0, x0, 3 ldr x1, [sp, 56] add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 96] lsl x0, x0, 2 add x0, x1, x0 ldr s0, [sp, 124] fadd s0, s1, s0 str s0, [x0] .L319: ldr w0, [sp, 92] add w0, w0, 1 str w0, [sp, 92] ldr w1, [sp, 92] ldr w0, [sp, 52] cmp w1, w0 bne .L320 str wzr, [sp, 92] ldr w0, [sp, 96] add w0, w0, 1 str w0, [sp, 96] .L320: ldr s0, [sp, 124] str s0, [sp, 112] ldr w0, [sp, 100] add w0, w0, 1 str w0, [sp, 100] .L318: ldr w1, [sp, 100] ldr w0, [sp, 108] cmp w1, w0 blt .L321 b .L322 .L317: str wzr, [sp, 100] b .L323 .L326: ldr x0, [sp, 64] ldr x1, [x0, 32] ldr w2, [sp, 104] ldr w0, [sp, 100] add w0, w2, w0 sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] ldr s1, [sp, 112] fadd s0, s1, s0 str s0, [sp, 120] ldrsw x0, [sp, 92] lsl x0, x0, 3 ldr x1, [sp, 56] add x0, x1, x0 ldr x0, [x0] cmp x0, 0 beq .L324 ldrsw x0, [sp, 92] lsl x0, x0, 3 ldr x1, [sp, 56] add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 96] lsl x0, x0, 2 add x0, x1, x0 ldr s1, [x0] ldrsw x0, [sp, 92] lsl x0, x0, 3 ldr x1, [sp, 56] add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 96] lsl x0, x0, 2 add x0, x1, x0 ldr s0, [sp, 120] fadd s0, s1, s0 str s0, [x0] .L324: ldr w0, [sp, 92] add w0, w0, 1 str w0, [sp, 92] ldr w1, [sp, 92] ldr w0, [sp, 52] cmp w1, w0 bne .L325 str wzr, [sp, 92] ldr w0, [sp, 96] add w0, w0, 1 str w0, [sp, 96] .L325: ldr w0, [sp, 100] add w0, w0, 1 str w0, [sp, 100] .L323: ldr w1, [sp, 100] ldr w0, [sp, 108] cmp w1, w0 blt .L326 .L322: ldr w1, [sp, 28] ldr w0, [sp, 108] sub w0, w1, w0 str w0, [sp, 28] .L309: ldr w0, [sp, 28] cmp w0, 0 bgt .L327 ldr x0, [sp, 40] ldr w1, [sp, 92] str w1, [x0] ldr x0, [sp, 32] ldr w1, [sp, 96] str w1, [x0] mov w0, 1 .L308: ldp x29, x30, [sp], 128 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE54: .size codebook_decode_deinterleave_repeat, .-codebook_decode_deinterleave_repeat .align 2 .type codebook_decode_deinterleave_repeat_2, %function codebook_decode_deinterleave_repeat_2: .LFB55: .cfi_startproc stp x29, x30, [sp, -128]! .cfi_def_cfa_offset 128 .cfi_offset 29, -128 .cfi_offset 30, -120 mov x29, sp str x0, [sp, 56] str x1, [sp, 48] str x2, [sp, 40] str x3, [sp, 32] str x4, [sp, 24] str w5, [sp, 20] str w6, [sp, 16] ldr x0, [sp, 32] ldr w0, [x0] str w0, [sp, 64] ldr x0, [sp, 24] ldr w0, [x0] str w0, [sp, 68] ldr x0, [sp, 48] ldr w0, [x0] str w0, [sp, 80] ldr x0, [sp, 48] ldrb w0, [x0, 25] cmp w0, 0 bne .L331 mov w1, 21 ldr x0, [sp, 56] bl error b .L330 .L351: str wzr, [sp, 84] ldr x0, [sp, 56] ldr w0, [x0, 1776] cmp w0, 9 bgt .L332 ldr x0, [sp, 56] bl prep_huffman .L332: ldr x0, [sp, 56] ldr w0, [x0, 1772] and w0, w0, 1023 str w0, [sp, 76] ldr x0, [sp, 48] ldrsw x1, [sp, 76] add x1, x1, 24 ldrsh w0, [x0, x1, lsl 1] str w0, [sp, 76] ldr w0, [sp, 76] cmp w0, 0 blt .L333 ldr x0, [sp, 48] ldr x1, [x0, 8] ldrsw x0, [sp, 76] add x0, x1, x0 ldrb w0, [x0] str w0, [sp, 88] ldr x0, [sp, 56] ldr w1, [x0, 1772] ldr w0, [sp, 88] lsr w1, w1, w0 ldr x0, [sp, 56] str w1, [x0, 1772] ldr x0, [sp, 56] ldr w1, [x0, 1776] ldr w0, [sp, 88] sub w1, w1, w0 ldr x0, [sp, 56] str w1, [x0, 1776] ldr x0, [sp, 56] ldr w0, [x0, 1776] cmp w0, 0 bge .L334 ldr x0, [sp, 56] str wzr, [x0, 1776] mov w0, -1 str w0, [sp, 76] b .L334 .L333: ldr x1, [sp, 48] ldr x0, [sp, 56] bl codebook_decode_scalar_raw str w0, [sp, 76] .L334: ldr w0, [sp, 76] cmp w0, 0 bge .L335 ldr x0, [sp, 56] ldrb w0, [x0, 1756] cmp w0, 0 bne .L336 ldr x0, [sp, 56] ldr w0, [x0, 1764] cmp w0, 0 beq .L336 mov w0, 0 b .L330 .L336: mov w1, 21 ldr x0, [sp, 56] bl error b .L330 .L335: ldr w0, [sp, 68] lsl w1, w0, 1 ldr w0, [sp, 64] add w1, w1, w0 ldr w0, [sp, 80] add w1, w1, w0 ldr w0, [sp, 20] lsl w0, w0, 1 cmp w1, w0 ble .L337 ldr w0, [sp, 20] lsl w1, w0, 1 ldr w0, [sp, 68] lsl w2, w0, 1 ldr w0, [sp, 64] sub w0, w2, w0 sub w0, w1, w0 str w0, [sp, 80] .L337: ldr x0, [sp, 48] ldr w0, [x0] ldr w1, [sp, 76] mul w0, w1, w0 str w0, [sp, 76] ldr x0, [sp, 48] ldrb w0, [x0, 26] cmp w0, 0 beq .L338 str wzr, [sp, 72] b .L339 .L342: ldr x0, [sp, 48] ldr x1, [x0, 32] ldr w2, [sp, 76] ldr w0, [sp, 72] add w0, w2, w0 sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] ldr s1, [sp, 84] fadd s0, s1, s0 str s0, [sp, 108] ldrsw x0, [sp, 64] lsl x0, x0, 3 ldr x1, [sp, 40] add x0, x1, x0 ldr x0, [x0] cmp x0, 0 beq .L340 ldrsw x0, [sp, 64] lsl x0, x0, 3 ldr x1, [sp, 40] add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 68] lsl x0, x0, 2 add x0, x1, x0 ldr s1, [x0] ldrsw x0, [sp, 64] lsl x0, x0, 3 ldr x1, [sp, 40] add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 68] lsl x0, x0, 2 add x0, x1, x0 ldr s0, [sp, 108] fadd s0, s1, s0 str s0, [x0] .L340: ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 2 bne .L341 str wzr, [sp, 64] ldr w0, [sp, 68] add w0, w0, 1 str w0, [sp, 68] .L341: ldr s0, [sp, 108] str s0, [sp, 84] ldr w0, [sp, 72] add w0, w0, 1 str w0, [sp, 72] .L339: ldr w1, [sp, 72] ldr w0, [sp, 80] cmp w1, w0 blt .L342 b .L343 .L338: str wzr, [sp, 72] ldr w0, [sp, 64] cmp w0, 1 bne .L344 ldr x0, [sp, 48] ldr x1, [x0, 32] ldr w2, [sp, 76] ldr w0, [sp, 72] add w0, w2, w0 sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] ldr s1, [sp, 84] fadd s0, s1, s0 str s0, [sp, 92] ldrsw x0, [sp, 64] lsl x0, x0, 3 ldr x1, [sp, 40] add x0, x1, x0 ldr x0, [x0] cmp x0, 0 beq .L345 ldrsw x0, [sp, 64] lsl x0, x0, 3 ldr x1, [sp, 40] add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 68] lsl x0, x0, 2 add x0, x1, x0 ldr s1, [x0] ldrsw x0, [sp, 64] lsl x0, x0, 3 ldr x1, [sp, 40] add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 68] lsl x0, x0, 2 add x0, x1, x0 ldr s0, [sp, 92] fadd s0, s1, s0 str s0, [x0] .L345: str wzr, [sp, 64] ldr w0, [sp, 68] add w0, w0, 1 str w0, [sp, 68] ldr w0, [sp, 72] add w0, w0, 1 str w0, [sp, 72] .L344: ldr x0, [sp, 40] ldr x0, [x0] str x0, [sp, 112] ldr x0, [sp, 40] ldr x0, [x0, 8] str x0, [sp, 120] b .L346 .L349: ldr x0, [sp, 48] ldr x1, [x0, 32] ldr w2, [sp, 76] ldr w0, [sp, 72] add w0, w2, w0 sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] ldr s1, [sp, 84] fadd s0, s1, s0 str s0, [sp, 100] ldr x0, [sp, 48] ldr x1, [x0, 32] ldr w2, [sp, 76] ldr w0, [sp, 72] add w0, w2, w0 sxtw x0, w0 add x0, x0, 1 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] ldr s1, [sp, 84] fadd s0, s1, s0 str s0, [sp, 104] ldr x0, [sp, 112] cmp x0, 0 beq .L347 ldrsw x0, [sp, 68] lsl x0, x0, 2 ldr x1, [sp, 112] add x0, x1, x0 ldr s1, [x0] ldrsw x0, [sp, 68] lsl x0, x0, 2 ldr x1, [sp, 112] add x0, x1, x0 ldr s0, [sp, 100] fadd s0, s1, s0 str s0, [x0] .L347: ldr x0, [sp, 120] cmp x0, 0 beq .L348 ldrsw x0, [sp, 68] lsl x0, x0, 2 ldr x1, [sp, 120] add x0, x1, x0 ldr s1, [x0] ldrsw x0, [sp, 68] lsl x0, x0, 2 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [sp, 104] fadd s0, s1, s0 str s0, [x0] .L348: ldr w0, [sp, 68] add w0, w0, 1 str w0, [sp, 68] ldr w0, [sp, 72] add w0, w0, 2 str w0, [sp, 72] .L346: ldr w0, [sp, 72] add w0, w0, 1 ldr w1, [sp, 80] cmp w1, w0 bgt .L349 ldr w1, [sp, 72] ldr w0, [sp, 80] cmp w1, w0 bge .L343 ldr x0, [sp, 48] ldr x1, [x0, 32] ldr w2, [sp, 76] ldr w0, [sp, 72] add w0, w2, w0 sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] ldr s1, [sp, 84] fadd s0, s1, s0 str s0, [sp, 96] ldrsw x0, [sp, 64] lsl x0, x0, 3 ldr x1, [sp, 40] add x0, x1, x0 ldr x0, [x0] cmp x0, 0 beq .L350 ldrsw x0, [sp, 64] lsl x0, x0, 3 ldr x1, [sp, 40] add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 68] lsl x0, x0, 2 add x0, x1, x0 ldr s1, [x0] ldrsw x0, [sp, 64] lsl x0, x0, 3 ldr x1, [sp, 40] add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 68] lsl x0, x0, 2 add x0, x1, x0 ldr s0, [sp, 96] fadd s0, s1, s0 str s0, [x0] .L350: ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 2 bne .L343 str wzr, [sp, 64] ldr w0, [sp, 68] add w0, w0, 1 str w0, [sp, 68] .L343: ldr w1, [sp, 16] ldr w0, [sp, 80] sub w0, w1, w0 str w0, [sp, 16] .L331: ldr w0, [sp, 16] cmp w0, 0 bgt .L351 ldr x0, [sp, 32] ldr w1, [sp, 64] str w1, [x0] ldr x0, [sp, 24] ldr w1, [sp, 68] str w1, [x0] mov w0, 1 .L330: ldp x29, x30, [sp], 128 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE55: .size codebook_decode_deinterleave_repeat_2, .-codebook_decode_deinterleave_repeat_2 .align 2 .type predict_point, %function predict_point: .LFB56: .cfi_startproc sub sp, sp, #48 .cfi_def_cfa_offset 48 str w0, [sp, 28] str w1, [sp, 24] str w2, [sp, 20] str w3, [sp, 16] str w4, [sp, 12] ldr w1, [sp, 12] ldr w0, [sp, 16] sub w0, w1, w0 str w0, [sp, 32] ldr w1, [sp, 20] ldr w0, [sp, 24] sub w0, w1, w0 str w0, [sp, 36] ldr w0, [sp, 32] cmp w0, 0 csneg w1, w0, w0, ge ldr w2, [sp, 28] ldr w0, [sp, 24] sub w0, w2, w0 mul w0, w1, w0 str w0, [sp, 40] ldr w1, [sp, 40] ldr w0, [sp, 36] sdiv w0, w1, w0 str w0, [sp, 44] ldr w0, [sp, 32] cmp w0, 0 bge .L353 ldr w1, [sp, 16] ldr w0, [sp, 44] sub w0, w1, w0 b .L355 .L353: ldr w1, [sp, 16] ldr w0, [sp, 44] add w0, w1, w0 .L355: add sp, sp, 48 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE56: .size predict_point, .-predict_point .data .align 3 .type inverse_db_table, %object .size inverse_db_table, 1024 inverse_db_table: .word 870626366 .word 871600393 .word 872526475 .word 873078844 .word 873667107 .word 874293600 .word 874960807 .word 875671371 .word 876428112 .word 877234032 .word 878092323 .word 879006392 .word 879979861 .word 880910216 .word 881462268 .word 882050195 .word 882676329 .word 883343154 .word 884053311 .word 884809619 .word 885615076 .word 886472877 .word 887386422 .word 888359334 .word 889293960 .word 889845696 .word 890433286 .word 891059062 .word 891725504 .word 892435255 .word 893191130 .word 893996126 .word 894853435 .word 895766457 .word 896738812 .word 897677706 .word 898229126 .word 898816380 .word 899441797 .word 900107858 .word 900817203 .word 901572645 .word 902377180 .word 903233998 .word 904146497 .word 905118295 .word 906061455 .word 906612559 .word 907199477 .word 907824536 .word 908490216 .word 909199154 .word 909954164 .word 910758238 .word 911614565 .word 912526542 .word 913497784 .word 914445207 .word 914995996 .word 915582578 .word 916207279 .word 916872577 .word 917581109 .word 918335687 .word 919139300 .word 919995137 .word 920906592 .word 921877278 .word 922828962 .word 923379435 .word 923965681 .word 924590025 .word 925254942 .word 925963069 .word 926717214 .word 927520367 .word 928375714 .word 929286647 .word 930256777 .word 931212719 .word 931762878 .word 932348788 .word 932972774 .word 933637310 .word 934345031 .word 935098745 .word 935901438 .word 936756295 .word 937666706 .word 938636280 .word 939596480 .word 940146323 .word 940731897 .word 941355526 .word 942019682 .word 942726998 .word 943480280 .word 944282514 .word 945136882 .word 946046771 .word 947015790 .word 947980243 .word 948529771 .word 949115010 .word 949738282 .word 950402057 .word 951108968 .word 951861819 .word 952663593 .word 953517472 .word 954426841 .word 955395304 .word 956364009 .word 956913222 .word 957498126 .word 958121041 .word 958784437 .word 959490943 .word 960243362 .word 961044677 .word 961898067 .word 962806915 .word 963774824 .word 964747777 .word 965296676 .word 965881245 .word 966503803 .word 967166819 .word 967872921 .word 968624909 .word 969425766 .word 970278667 .word 971186994 .word 972154349 .word 973131549 .word 973680133 .word 974264368 .word 974886569 .word 975549205 .word 976254903 .word 977006460 .word 977806858 .word 978659271 .word 979567078 .word 980533880 .word 981515323 .word 982063593 .word 982647494 .word 983269339 .word 983931595 .word 984636888 .word 985388015 .word 986187955 .word 987039880 .word 987947167 .word 988913415 .word 989899100 .word 990447056 .word 991030622 .word 991652111 .word 992313988 .word 993018877 .word 993769575 .word 994569057 .word 995420493 .word 996327261 .word 997292956 .word 998282879 .word 998830522 .word 999413753 .word 1000034887 .word 1000696385 .word 1001400871 .word 1002151138 .word 1002950162 .word 1003801111 .word 1004707360 .word 1005672501 .word 1006666662 .word 1007213991 .word 1007796888 .word 1008417666 .word 1009078785 .word 1009782868 .word 1010532705 .word 1011331272 .word 1012181733 .word 1013087464 .word 1014052052 .word 1015050447 .word 1015597462 .word 1016180026 .word 1016800448 .word 1017461189 .word 1018164869 .word 1018914277 .word 1019712386 .word 1020562361 .word 1021467572 .word 1022431609 .word 1023434235 .word 1023980937 .word 1024563167 .word 1025183234 .word 1025843597 .word 1026546873 .word 1027295853 .word 1028093504 .word 1028942993 .word 1029847685 .word 1030811170 .word 1031818026 .word 1032364415 .word 1032946312 .word 1033566024 .word 1034226008 .word 1034928882 .word 1035677432 .word 1036474627 .word 1037323629 .word 1038227804 .word 1039190737 .word 1040201819 .word 1040747895 .word 1041329459 .word 1041948816 .word 1042608423 .word 1043310894 .word 1044059015 .word 1044855754 .word 1045704269 .word 1046607927 .word 1047570308 .word 1048585615 .word 1049131379 .word 1049712610 .word 1050331612 .word 1050990841 .word 1051692909 .word 1052440603 .word 1053236885 .word 1054084915 .word 1054988055 .word 1055949885 .word 1056969414 .word 1057514866 .word 1058095763 .word 1058714411 .word 1059373262 .word 1060074929 .word 1060822194 .word 1061618021 .word 1062465565 .word 1063368187 .word 1064329467 .word 1065353216 .text .align 2 .type draw_line, %function draw_line: .LFB57: .cfi_startproc sub sp, sp, #64 .cfi_def_cfa_offset 64 str x0, [sp, 24] str w1, [sp, 20] str w2, [sp, 16] str w3, [sp, 12] str w4, [sp, 8] str w5, [sp, 4] ldr w1, [sp, 8] ldr w0, [sp, 16] sub w0, w1, w0 str w0, [sp, 48] ldr w1, [sp, 12] ldr w0, [sp, 20] sub w0, w1, w0 str w0, [sp, 52] ldr w0, [sp, 48] cmp w0, 0 csneg w0, w0, w0, ge str w0, [sp, 56] ldr w0, [sp, 20] str w0, [sp, 32] ldr w0, [sp, 16] str w0, [sp, 36] str wzr, [sp, 40] ldr w1, [sp, 48] ldr w0, [sp, 52] sdiv w0, w1, w0 str w0, [sp, 60] ldr w0, [sp, 48] cmp w0, 0 bge .L357 ldr w0, [sp, 60] sub w0, w0, #1 str w0, [sp, 44] b .L358 .L357: ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 44] .L358: ldr w0, [sp, 60] cmp w0, 0 csneg w1, w0, w0, ge ldr w0, [sp, 52] mul w0, w1, w0 ldr w1, [sp, 56] sub w0, w1, w0 str w0, [sp, 56] ldr w1, [sp, 12] ldr w0, [sp, 4] cmp w1, w0 ble .L359 ldr w0, [sp, 4] str w0, [sp, 12] .L359: ldrsw x0, [sp, 32] lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 ldr s1, [x0] adrp x0, inverse_db_table add x0, x0, :lo12:inverse_db_table ldrsw x1, [sp, 36] ldr s0, [x0, x1, lsl 2] ldrsw x0, [sp, 32] lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 fmul s0, s1, s0 str s0, [x0] ldr w0, [sp, 32] add w0, w0, 1 str w0, [sp, 32] b .L360 .L363: ldr w1, [sp, 40] ldr w0, [sp, 56] add w0, w1, w0 str w0, [sp, 40] ldr w1, [sp, 40] ldr w0, [sp, 52] cmp w1, w0 blt .L361 ldr w1, [sp, 40] ldr w0, [sp, 52] sub w0, w1, w0 str w0, [sp, 40] ldr w1, [sp, 36] ldr w0, [sp, 44] add w0, w1, w0 str w0, [sp, 36] b .L362 .L361: ldr w1, [sp, 36] ldr w0, [sp, 60] add w0, w1, w0 str w0, [sp, 36] .L362: ldrsw x0, [sp, 32] lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 ldr s1, [x0] adrp x0, inverse_db_table add x0, x0, :lo12:inverse_db_table ldrsw x1, [sp, 36] ldr s0, [x0, x1, lsl 2] ldrsw x0, [sp, 32] lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 fmul s0, s1, s0 str s0, [x0] ldr w0, [sp, 32] add w0, w0, 1 str w0, [sp, 32] .L360: ldr w1, [sp, 32] ldr w0, [sp, 12] cmp w1, w0 blt .L363 nop nop add sp, sp, 64 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE57: .size draw_line, .-draw_line .align 2 .type residue_decode, %function residue_decode: .LFB58: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str x0, [sp, 56] str x1, [sp, 48] str x2, [sp, 40] str w3, [sp, 36] str w4, [sp, 32] str w5, [sp, 28] ldr w0, [sp, 28] cmp w0, 0 bne .L365 ldr x0, [sp, 48] ldr w0, [x0] ldr w1, [sp, 32] sdiv w0, w1, w0 str w0, [sp, 76] str wzr, [sp, 72] b .L366 .L369: ldrsw x1, [sp, 36] ldrsw x0, [sp, 72] add x0, x1, x0 lsl x0, x0, 2 ldr x1, [sp, 40] add x2, x1, x0 ldr w1, [sp, 32] ldr w0, [sp, 36] sub w1, w1, w0 ldr w0, [sp, 72] sub w0, w1, w0 ldr w4, [sp, 76] mov w3, w0 ldr x1, [sp, 48] ldr x0, [sp, 56] bl codebook_decode_step cmp w0, 0 bne .L367 mov w0, 0 b .L368 .L367: ldr w0, [sp, 72] add w0, w0, 1 str w0, [sp, 72] .L366: ldr w1, [sp, 72] ldr w0, [sp, 76] cmp w1, w0 blt .L369 b .L370 .L365: str wzr, [sp, 72] b .L371 .L373: ldrsw x0, [sp, 36] lsl x0, x0, 2 ldr x1, [sp, 40] add x2, x1, x0 ldr w1, [sp, 32] ldr w0, [sp, 72] sub w0, w1, w0 mov w3, w0 ldr x1, [sp, 48] ldr x0, [sp, 56] bl codebook_decode cmp w0, 0 bne .L372 mov w0, 0 b .L368 .L372: ldr x0, [sp, 48] ldr w0, [x0] ldr w1, [sp, 72] add w0, w1, w0 str w0, [sp, 72] ldr x0, [sp, 48] ldr w0, [x0] ldr w1, [sp, 36] add w0, w1, w0 str w0, [sp, 36] .L371: ldr w1, [sp, 72] ldr w0, [sp, 32] cmp w1, w0 blt .L373 .L370: mov w0, 1 .L368: ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE58: .size residue_decode, .-residue_decode .align 2 .type decode_residue, %function decode_residue: .LFB59: .cfi_startproc stp x29, x30, [sp, -320]! .cfi_def_cfa_offset 320 .cfi_offset 29, -320 .cfi_offset 30, -312 mov x29, sp .cfi_def_cfa_register 29 sub sp, sp, #16 str x0, [x29, 56] str x1, [x29, 48] str w2, [x29, 44] str w3, [x29, 40] str w4, [x29, 36] str x5, [x29, 24] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [x29, 312] mov x1, 0 ldr x0, [x29, 56] ldr x1, [x0, 464] ldrsw x0, [x29, 36] lsl x0, x0, 5 add x0, x1, x0 str x0, [x29, 224] ldr x1, [x29, 56] ldrsw x0, [x29, 36] add x0, x0, 160 lsl x0, x0, 1 add x0, x1, x0 ldrh w0, [x0, 12] str w0, [x29, 116] ldr x0, [x29, 224] ldrb w0, [x0, 13] str w0, [x29, 120] ldr x0, [x29, 56] ldr x2, [x0, 176] ldrsw x1, [x29, 120] mov x0, x1 lsl x0, x0, 5 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr w0, [x0] str w0, [x29, 124] ldr x0, [x29, 224] ldr w1, [x0, 4] ldr x0, [x29, 224] ldr w0, [x0] sub w0, w1, w0 str w0, [x29, 128] ldr w1, [x29, 128] ldr x0, [x29, 224] ldr w0, [x0, 8] udiv w0, w1, w0 str w0, [x29, 132] ldr x0, [x29, 56] ldr w0, [x0, 140] str w0, [x29, 136] ldr x0, [x29, 56] ldr x0, [x0, 120] cmp x0, 0 beq .L375 ldrsw x0, [x29, 132] add x0, x0, 1 mov w1, w0 ldr x0, [x29, 56] ldr w0, [x0, 4] sxtw x0, w0 mul w0, w1, w0 lsl w0, w0, 3 mov w1, w0 ldr x0, [x29, 56] bl setup_temp_malloc mov x3, x0 b .L376 .L375: ldrsw x0, [x29, 132] add x1, x0, 1 ldr x0, [x29, 56] ldr w0, [x0, 4] sxtw x0, w0 mul x0, x1, x0 lsl x0, x0, 3 add x0, x0, 15 lsr x0, x0, 4 lsl x0, x0, 4 and x1, x0, -65536 sub x1, sp, x1 .L377: cmp sp, x1 beq .L378 sub sp, sp, #65536 str xzr, [sp, 1024] b .L377 .L378: and x1, x0, 65535 sub sp, sp, x1 str xzr, [sp] and x0, x0, 65535 cmp x0, 1024 bcc .L379 str xzr, [sp, 1024] .L379: add x0, sp, 16 add x0, x0, 15 lsr x0, x0, 4 lsl x0, x0, 4 mov x3, x0 .L376: ldr x0, [x29, 56] ldr w0, [x0, 4] ldrsw x1, [x29, 132] lsl w1, w1, 3 mov w2, w1 mov w1, w0 mov x0, x3 bl make_block_array str x0, [x29, 232] str wzr, [x29, 72] b .L380 .L382: ldrsw x0, [x29, 72] ldr x1, [x29, 24] add x0, x1, x0 ldrb w0, [x0] cmp w0, 0 bne .L381 ldrsw x0, [x29, 72] lsl x0, x0, 3 ldr x1, [x29, 48] add x0, x1, x0 ldr x3, [x0] ldrsw x0, [x29, 40] lsl x0, x0, 2 mov x2, x0 mov w1, 0 mov x0, x3 bl memset .L381: ldr w0, [x29, 72] add w0, w0, 1 str w0, [x29, 72] .L380: ldr w1, [x29, 72] ldr w0, [x29, 44] cmp w1, w0 blt .L382 ldr w0, [x29, 116] cmp w0, 2 bne .L383 ldr w0, [x29, 44] cmp w0, 1 beq .L383 ldr w1, [x29, 44] ldr w0, [x29, 40] mul w0, w1, w0 str w0, [x29, 140] str wzr, [x29, 76] b .L384 .L387: ldrsw x0, [x29, 76] ldr x1, [x29, 24] add x0, x1, x0 ldrb w0, [x0] cmp w0, 0 beq .L457 ldr w0, [x29, 76] add w0, w0, 1 str w0, [x29, 76] .L384: ldr w1, [x29, 76] ldr w0, [x29, 44] cmp w1, w0 blt .L387 b .L386 .L457: nop .L386: ldr w1, [x29, 76] ldr w0, [x29, 44] cmp w1, w0 beq .L458 str wzr, [x29, 80] b .L390 .L436: str wzr, [x29, 84] str wzr, [x29, 88] ldr w0, [x29, 44] cmp w0, 2 bne .L391 b .L392 .L405: ldr x0, [x29, 224] ldr w1, [x0] ldr x0, [x29, 224] ldr w2, [x0, 8] ldr w0, [x29, 84] mul w0, w2, w0 add w0, w1, w0 str w0, [x29, 184] ldr w0, [x29, 184] and w0, w0, 1 str w0, [x29, 64] ldr w0, [x29, 184] asr w0, w0, 1 str w0, [x29, 68] ldr w0, [x29, 80] cmp w0, 0 bne .L393 ldr x0, [x29, 56] ldr x2, [x0, 176] ldr x0, [x29, 224] ldrb w0, [x0, 13] and x1, x0, 255 mov x0, x1 lsl x0, x0, 5 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 str x0, [x29, 272] ldr x0, [x29, 56] ldr w0, [x0, 1776] cmp w0, 9 bgt .L394 ldr x0, [x29, 56] bl prep_huffman .L394: ldr x0, [x29, 56] ldr w0, [x0, 1772] and w0, w0, 1023 str w0, [x29, 92] ldr x0, [x29, 272] ldrsw x1, [x29, 92] add x1, x1, 24 ldrsh w0, [x0, x1, lsl 1] str w0, [x29, 92] ldr w0, [x29, 92] cmp w0, 0 blt .L395 ldr x0, [x29, 272] ldr x1, [x0, 8] ldrsw x0, [x29, 92] add x0, x1, x0 ldrb w0, [x0] str w0, [x29, 188] ldr x0, [x29, 56] ldr w1, [x0, 1772] ldr w0, [x29, 188] lsr w1, w1, w0 ldr x0, [x29, 56] str w1, [x0, 1772] ldr x0, [x29, 56] ldr w1, [x0, 1776] ldr w0, [x29, 188] sub w1, w1, w0 ldr x0, [x29, 56] str w1, [x0, 1776] ldr x0, [x29, 56] ldr w0, [x0, 1776] cmp w0, 0 bge .L396 ldr x0, [x29, 56] str wzr, [x0, 1776] mov w0, -1 str w0, [x29, 92] b .L396 .L395: ldr x1, [x29, 272] ldr x0, [x29, 56] bl codebook_decode_scalar_raw str w0, [x29, 92] .L396: ldr x0, [x29, 272] ldrb w0, [x0, 27] cmp w0, 0 beq .L397 ldr x0, [x29, 272] ldr x1, [x0, 2104] ldrsw x0, [x29, 92] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] str w0, [x29, 92] .L397: ldr w0, [x29, 92] cmn w0, #1 beq .L459 ldr x0, [x29, 224] ldr x1, [x0, 16] ldrsw x0, [x29, 92] lsl x0, x0, 3 add x1, x1, x0 ldr x0, [x29, 232] ldr x2, [x0] ldrsw x0, [x29, 88] lsl x0, x0, 3 add x0, x2, x0 ldr x1, [x1] str x1, [x0] .L393: str wzr, [x29, 72] b .L400 .L404: ldr x0, [x29, 224] ldr w1, [x0] ldr x0, [x29, 224] ldr w2, [x0, 8] ldr w0, [x29, 84] mul w0, w2, w0 add w0, w1, w0 str w0, [x29, 192] ldr x0, [x29, 232] ldr x1, [x0] ldrsw x0, [x29, 88] lsl x0, x0, 3 add x0, x1, x0 ldr x1, [x0] ldrsw x0, [x29, 72] add x0, x1, x0 ldrb w0, [x0] str w0, [x29, 196] ldr x0, [x29, 224] ldr x1, [x0, 24] ldrsw x0, [x29, 196] lsl x0, x0, 4 add x0, x1, x0 ldrsw x1, [x29, 80] ldrsh w0, [x0, x1, lsl 1] str w0, [x29, 200] ldr w0, [x29, 200] cmp w0, 0 blt .L401 ldr x0, [x29, 56] ldr x2, [x0, 176] ldrsw x1, [x29, 200] mov x0, x1 lsl x0, x0, 5 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 str x0, [x29, 280] ldr x0, [x29, 224] ldr w0, [x0, 8] mov w2, w0 add x1, x29, 68 add x0, x29, 64 mov w6, w2 ldr w5, [x29, 40] mov x4, x1 mov x3, x0 ldr x2, [x29, 48] ldr x1, [x29, 280] ldr x0, [x29, 56] bl codebook_decode_deinterleave_repeat_2 cmp w0, 0 bne .L402 b .L389 .L401: ldr x0, [x29, 224] ldr w1, [x0, 8] ldr w0, [x29, 192] add w0, w1, w0 str w0, [x29, 192] ldr w0, [x29, 192] and w0, w0, 1 str w0, [x29, 64] ldr w0, [x29, 192] asr w0, w0, 1 str w0, [x29, 68] .L402: ldr w0, [x29, 72] add w0, w0, 1 str w0, [x29, 72] ldr w0, [x29, 84] add w0, w0, 1 str w0, [x29, 84] .L400: ldr w1, [x29, 72] ldr w0, [x29, 124] cmp w1, w0 bge .L403 ldr w1, [x29, 84] ldr w0, [x29, 132] cmp w1, w0 blt .L404 .L403: ldr w0, [x29, 88] add w0, w0, 1 str w0, [x29, 88] .L392: ldr w1, [x29, 84] ldr w0, [x29, 132] cmp w1, w0 blt .L405 b .L406 .L391: ldr w0, [x29, 44] cmp w0, 1 bne .L422 b .L408 .L421: ldr x0, [x29, 224] ldr w1, [x0] ldr x0, [x29, 224] ldr w2, [x0, 8] ldr w0, [x29, 84] mul w0, w2, w0 add w0, w1, w0 str w0, [x29, 164] str wzr, [x29, 64] ldr w0, [x29, 164] str w0, [x29, 68] ldr w0, [x29, 80] cmp w0, 0 bne .L409 ldr x0, [x29, 56] ldr x2, [x0, 176] ldr x0, [x29, 224] ldrb w0, [x0, 13] and x1, x0, 255 mov x0, x1 lsl x0, x0, 5 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 str x0, [x29, 256] ldr x0, [x29, 56] ldr w0, [x0, 1776] cmp w0, 9 bgt .L410 ldr x0, [x29, 56] bl prep_huffman .L410: ldr x0, [x29, 56] ldr w0, [x0, 1772] and w0, w0, 1023 str w0, [x29, 96] ldr x0, [x29, 256] ldrsw x1, [x29, 96] add x1, x1, 24 ldrsh w0, [x0, x1, lsl 1] str w0, [x29, 96] ldr w0, [x29, 96] cmp w0, 0 blt .L411 ldr x0, [x29, 256] ldr x1, [x0, 8] ldrsw x0, [x29, 96] add x0, x1, x0 ldrb w0, [x0] str w0, [x29, 168] ldr x0, [x29, 56] ldr w1, [x0, 1772] ldr w0, [x29, 168] lsr w1, w1, w0 ldr x0, [x29, 56] str w1, [x0, 1772] ldr x0, [x29, 56] ldr w1, [x0, 1776] ldr w0, [x29, 168] sub w1, w1, w0 ldr x0, [x29, 56] str w1, [x0, 1776] ldr x0, [x29, 56] ldr w0, [x0, 1776] cmp w0, 0 bge .L412 ldr x0, [x29, 56] str wzr, [x0, 1776] mov w0, -1 str w0, [x29, 96] b .L412 .L411: ldr x1, [x29, 256] ldr x0, [x29, 56] bl codebook_decode_scalar_raw str w0, [x29, 96] .L412: ldr x0, [x29, 256] ldrb w0, [x0, 27] cmp w0, 0 beq .L413 ldr x0, [x29, 256] ldr x1, [x0, 2104] ldrsw x0, [x29, 96] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] str w0, [x29, 96] .L413: ldr w0, [x29, 96] cmn w0, #1 beq .L460 ldr x0, [x29, 224] ldr x1, [x0, 16] ldrsw x0, [x29, 96] lsl x0, x0, 3 add x1, x1, x0 ldr x0, [x29, 232] ldr x2, [x0] ldrsw x0, [x29, 88] lsl x0, x0, 3 add x0, x2, x0 ldr x1, [x1] str x1, [x0] .L409: str wzr, [x29, 72] b .L416 .L420: ldr x0, [x29, 224] ldr w1, [x0] ldr x0, [x29, 224] ldr w2, [x0, 8] ldr w0, [x29, 84] mul w0, w2, w0 add w0, w1, w0 str w0, [x29, 172] ldr x0, [x29, 232] ldr x1, [x0] ldrsw x0, [x29, 88] lsl x0, x0, 3 add x0, x1, x0 ldr x1, [x0] ldrsw x0, [x29, 72] add x0, x1, x0 ldrb w0, [x0] str w0, [x29, 176] ldr x0, [x29, 224] ldr x1, [x0, 24] ldrsw x0, [x29, 176] lsl x0, x0, 4 add x0, x1, x0 ldrsw x1, [x29, 80] ldrsh w0, [x0, x1, lsl 1] str w0, [x29, 180] ldr w0, [x29, 180] cmp w0, 0 blt .L417 ldr x0, [x29, 56] ldr x2, [x0, 176] ldrsw x1, [x29, 180] mov x0, x1 lsl x0, x0, 5 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 str x0, [x29, 264] ldr x0, [x29, 224] ldr w0, [x0, 8] mov w2, w0 add x1, x29, 68 add x0, x29, 64 mov w7, w2 ldr w6, [x29, 40] mov x5, x1 mov x4, x0 ldr w3, [x29, 44] ldr x2, [x29, 48] ldr x1, [x29, 264] ldr x0, [x29, 56] bl codebook_decode_deinterleave_repeat cmp w0, 0 bne .L418 b .L389 .L417: ldr x0, [x29, 224] ldr w1, [x0, 8] ldr w0, [x29, 172] add w0, w1, w0 str w0, [x29, 172] str wzr, [x29, 64] ldr w0, [x29, 172] str w0, [x29, 68] .L418: ldr w0, [x29, 72] add w0, w0, 1 str w0, [x29, 72] ldr w0, [x29, 84] add w0, w0, 1 str w0, [x29, 84] .L416: ldr w1, [x29, 72] ldr w0, [x29, 124] cmp w1, w0 bge .L419 ldr w1, [x29, 84] ldr w0, [x29, 132] cmp w1, w0 blt .L420 .L419: ldr w0, [x29, 88] add w0, w0, 1 str w0, [x29, 88] .L408: ldr w1, [x29, 84] ldr w0, [x29, 132] cmp w1, w0 blt .L421 b .L406 .L435: ldr x0, [x29, 224] ldr w1, [x0] ldr x0, [x29, 224] ldr w2, [x0, 8] ldr w0, [x29, 84] mul w0, w2, w0 add w0, w1, w0 str w0, [x29, 144] ldr w0, [x29, 144] ldr w1, [x29, 44] sdiv w2, w0, w1 ldr w1, [x29, 44] mul w1, w2, w1 sub w0, w0, w1 str w0, [x29, 64] ldr w1, [x29, 144] ldr w0, [x29, 44] sdiv w0, w1, w0 str w0, [x29, 68] ldr w0, [x29, 80] cmp w0, 0 bne .L423 ldr x0, [x29, 56] ldr x2, [x0, 176] ldr x0, [x29, 224] ldrb w0, [x0, 13] and x1, x0, 255 mov x0, x1 lsl x0, x0, 5 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 str x0, [x29, 240] ldr x0, [x29, 56] ldr w0, [x0, 1776] cmp w0, 9 bgt .L424 ldr x0, [x29, 56] bl prep_huffman .L424: ldr x0, [x29, 56] ldr w0, [x0, 1772] and w0, w0, 1023 str w0, [x29, 100] ldr x0, [x29, 240] ldrsw x1, [x29, 100] add x1, x1, 24 ldrsh w0, [x0, x1, lsl 1] str w0, [x29, 100] ldr w0, [x29, 100] cmp w0, 0 blt .L425 ldr x0, [x29, 240] ldr x1, [x0, 8] ldrsw x0, [x29, 100] add x0, x1, x0 ldrb w0, [x0] str w0, [x29, 148] ldr x0, [x29, 56] ldr w1, [x0, 1772] ldr w0, [x29, 148] lsr w1, w1, w0 ldr x0, [x29, 56] str w1, [x0, 1772] ldr x0, [x29, 56] ldr w1, [x0, 1776] ldr w0, [x29, 148] sub w1, w1, w0 ldr x0, [x29, 56] str w1, [x0, 1776] ldr x0, [x29, 56] ldr w0, [x0, 1776] cmp w0, 0 bge .L426 ldr x0, [x29, 56] str wzr, [x0, 1776] mov w0, -1 str w0, [x29, 100] b .L426 .L425: ldr x1, [x29, 240] ldr x0, [x29, 56] bl codebook_decode_scalar_raw str w0, [x29, 100] .L426: ldr x0, [x29, 240] ldrb w0, [x0, 27] cmp w0, 0 beq .L427 ldr x0, [x29, 240] ldr x1, [x0, 2104] ldrsw x0, [x29, 100] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] str w0, [x29, 100] .L427: ldr w0, [x29, 100] cmn w0, #1 beq .L461 ldr x0, [x29, 224] ldr x1, [x0, 16] ldrsw x0, [x29, 100] lsl x0, x0, 3 add x1, x1, x0 ldr x0, [x29, 232] ldr x2, [x0] ldrsw x0, [x29, 88] lsl x0, x0, 3 add x0, x2, x0 ldr x1, [x1] str x1, [x0] .L423: str wzr, [x29, 72] b .L430 .L434: ldr x0, [x29, 224] ldr w1, [x0] ldr x0, [x29, 224] ldr w2, [x0, 8] ldr w0, [x29, 84] mul w0, w2, w0 add w0, w1, w0 str w0, [x29, 152] ldr x0, [x29, 232] ldr x1, [x0] ldrsw x0, [x29, 88] lsl x0, x0, 3 add x0, x1, x0 ldr x1, [x0] ldrsw x0, [x29, 72] add x0, x1, x0 ldrb w0, [x0] str w0, [x29, 156] ldr x0, [x29, 224] ldr x1, [x0, 24] ldrsw x0, [x29, 156] lsl x0, x0, 4 add x0, x1, x0 ldrsw x1, [x29, 80] ldrsh w0, [x0, x1, lsl 1] str w0, [x29, 160] ldr w0, [x29, 160] cmp w0, 0 blt .L431 ldr x0, [x29, 56] ldr x2, [x0, 176] ldrsw x1, [x29, 160] mov x0, x1 lsl x0, x0, 5 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 str x0, [x29, 248] ldr x0, [x29, 224] ldr w0, [x0, 8] mov w2, w0 add x1, x29, 68 add x0, x29, 64 mov w7, w2 ldr w6, [x29, 40] mov x5, x1 mov x4, x0 ldr w3, [x29, 44] ldr x2, [x29, 48] ldr x1, [x29, 248] ldr x0, [x29, 56] bl codebook_decode_deinterleave_repeat cmp w0, 0 bne .L432 b .L389 .L431: ldr x0, [x29, 224] ldr w1, [x0, 8] ldr w0, [x29, 152] add w0, w1, w0 str w0, [x29, 152] ldr w0, [x29, 152] ldr w1, [x29, 44] sdiv w2, w0, w1 ldr w1, [x29, 44] mul w1, w2, w1 sub w0, w0, w1 str w0, [x29, 64] ldr w1, [x29, 152] ldr w0, [x29, 44] sdiv w0, w1, w0 str w0, [x29, 68] .L432: ldr w0, [x29, 72] add w0, w0, 1 str w0, [x29, 72] ldr w0, [x29, 84] add w0, w0, 1 str w0, [x29, 84] .L430: ldr w1, [x29, 72] ldr w0, [x29, 124] cmp w1, w0 bge .L433 ldr w1, [x29, 84] ldr w0, [x29, 132] cmp w1, w0 blt .L434 .L433: ldr w0, [x29, 88] add w0, w0, 1 str w0, [x29, 88] .L422: ldr w1, [x29, 84] ldr w0, [x29, 132] cmp w1, w0 blt .L435 .L406: ldr w0, [x29, 80] add w0, w0, 1 str w0, [x29, 80] .L390: ldr w0, [x29, 80] cmp w0, 7 ble .L436 b .L389 .L383: str wzr, [x29, 80] b .L437 .L455: str wzr, [x29, 104] str wzr, [x29, 108] b .L438 .L454: ldr w0, [x29, 80] cmp w0, 0 bne .L439 str wzr, [x29, 76] b .L440 .L447: ldrsw x0, [x29, 76] ldr x1, [x29, 24] add x0, x1, x0 ldrb w0, [x0] cmp w0, 0 bne .L441 ldr x0, [x29, 56] ldr x2, [x0, 176] ldr x0, [x29, 224] ldrb w0, [x0, 13] and x1, x0, 255 mov x0, x1 lsl x0, x0, 5 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 str x0, [x29, 288] ldr x0, [x29, 56] ldr w0, [x0, 1776] cmp w0, 9 bgt .L442 ldr x0, [x29, 56] bl prep_huffman .L442: ldr x0, [x29, 56] ldr w0, [x0, 1772] and w0, w0, 1023 str w0, [x29, 112] ldr x0, [x29, 288] ldrsw x1, [x29, 112] add x1, x1, 24 ldrsh w0, [x0, x1, lsl 1] str w0, [x29, 112] ldr w0, [x29, 112] cmp w0, 0 blt .L443 ldr x0, [x29, 288] ldr x1, [x0, 8] ldrsw x0, [x29, 112] add x0, x1, x0 ldrb w0, [x0] str w0, [x29, 204] ldr x0, [x29, 56] ldr w1, [x0, 1772] ldr w0, [x29, 204] lsr w1, w1, w0 ldr x0, [x29, 56] str w1, [x0, 1772] ldr x0, [x29, 56] ldr w1, [x0, 1776] ldr w0, [x29, 204] sub w1, w1, w0 ldr x0, [x29, 56] str w1, [x0, 1776] ldr x0, [x29, 56] ldr w0, [x0, 1776] cmp w0, 0 bge .L444 ldr x0, [x29, 56] str wzr, [x0, 1776] mov w0, -1 str w0, [x29, 112] b .L444 .L443: ldr x1, [x29, 288] ldr x0, [x29, 56] bl codebook_decode_scalar_raw str w0, [x29, 112] .L444: ldr x0, [x29, 288] ldrb w0, [x0, 27] cmp w0, 0 beq .L445 ldr x0, [x29, 288] ldr x1, [x0, 2104] ldrsw x0, [x29, 112] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] str w0, [x29, 112] .L445: ldr w0, [x29, 112] cmn w0, #1 beq .L462 ldr x0, [x29, 224] ldr x1, [x0, 16] ldrsw x0, [x29, 112] lsl x0, x0, 3 add x1, x1, x0 ldrsw x0, [x29, 76] lsl x0, x0, 3 ldr x2, [x29, 232] add x0, x2, x0 ldr x2, [x0] ldrsw x0, [x29, 108] lsl x0, x0, 3 add x0, x2, x0 ldr x1, [x1] str x1, [x0] .L441: ldr w0, [x29, 76] add w0, w0, 1 str w0, [x29, 76] .L440: ldr w1, [x29, 76] ldr w0, [x29, 44] cmp w1, w0 blt .L447 .L439: str wzr, [x29, 72] b .L448 .L453: str wzr, [x29, 76] b .L449 .L451: ldrsw x0, [x29, 76] ldr x1, [x29, 24] add x0, x1, x0 ldrb w0, [x0] cmp w0, 0 bne .L450 ldrsw x0, [x29, 76] lsl x0, x0, 3 ldr x1, [x29, 232] add x0, x1, x0 ldr x1, [x0] ldrsw x0, [x29, 108] lsl x0, x0, 3 add x0, x1, x0 ldr x1, [x0] ldrsw x0, [x29, 72] add x0, x1, x0 ldrb w0, [x0] str w0, [x29, 208] ldr x0, [x29, 224] ldr x1, [x0, 24] ldrsw x0, [x29, 208] lsl x0, x0, 4 add x0, x1, x0 ldrsw x1, [x29, 80] ldrsh w0, [x0, x1, lsl 1] str w0, [x29, 212] ldr w0, [x29, 212] cmp w0, 0 blt .L450 ldrsw x0, [x29, 76] lsl x0, x0, 3 ldr x1, [x29, 48] add x0, x1, x0 ldr x0, [x0] str x0, [x29, 296] ldr x0, [x29, 224] ldr w1, [x0] ldr x0, [x29, 224] ldr w2, [x0, 8] ldr w0, [x29, 104] mul w0, w2, w0 add w0, w1, w0 str w0, [x29, 216] ldr x0, [x29, 224] ldr w0, [x0, 8] str w0, [x29, 220] ldr x0, [x29, 56] ldr x2, [x0, 176] ldrsw x1, [x29, 212] mov x0, x1 lsl x0, x0, 5 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 str x0, [x29, 304] ldr w5, [x29, 116] ldr w4, [x29, 220] ldr w3, [x29, 216] ldr x2, [x29, 296] ldr x1, [x29, 304] ldr x0, [x29, 56] bl residue_decode cmp w0, 0 beq .L463 .L450: ldr w0, [x29, 76] add w0, w0, 1 str w0, [x29, 76] .L449: ldr w1, [x29, 76] ldr w0, [x29, 44] cmp w1, w0 blt .L451 ldr w0, [x29, 72] add w0, w0, 1 str w0, [x29, 72] ldr w0, [x29, 104] add w0, w0, 1 str w0, [x29, 104] .L448: ldr w1, [x29, 72] ldr w0, [x29, 124] cmp w1, w0 bge .L452 ldr w1, [x29, 104] ldr w0, [x29, 132] cmp w1, w0 blt .L453 .L452: ldr w0, [x29, 108] add w0, w0, 1 str w0, [x29, 108] .L438: ldr w1, [x29, 104] ldr w0, [x29, 132] cmp w1, w0 blt .L454 ldr w0, [x29, 80] add w0, w0, 1 str w0, [x29, 80] .L437: ldr w0, [x29, 80] cmp w0, 7 ble .L455 b .L389 .L458: nop b .L389 .L459: nop b .L389 .L460: nop b .L389 .L461: nop b .L389 .L462: nop b .L389 .L463: nop .L389: ldr x0, [x29, 56] ldr w1, [x29, 136] str w1, [x0, 140] nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [x29, 312] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L456 bl __stack_chk_fail .L456: mov sp, x29 ldp x29, x30, [sp], 320 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa 31, 0 ret .cfi_endproc .LFE59: .size decode_residue, .-decode_residue .section .rodata .align 3 .LC17: .string "(n & 3) == 0" .text .align 2 .type imdct_step3_iter0_loop, %function imdct_step3_iter0_loop: .LFB60: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str w0, [sp, 44] str x1, [sp, 32] str w2, [sp, 40] str w3, [sp, 28] str x4, [sp, 16] ldrsw x0, [sp, 40] lsl x0, x0, 2 ldr x1, [sp, 32] add x0, x1, x0 str x0, [sp, 64] ldrsw x0, [sp, 28] lsl x0, x0, 2 ldr x1, [sp, 64] add x0, x1, x0 str x0, [sp, 72] ldr w0, [sp, 44] and w0, w0, 3 cmp w0, 0 beq .L465 adrp x0, __PRETTY_FUNCTION__.10 add x3, x0, :lo12:__PRETTY_FUNCTION__.10 mov w2, 2458 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC17 add x0, x0, :lo12:.LC17 bl __assert_fail .L465: ldr w0, [sp, 44] asr w0, w0, 2 str w0, [sp, 52] b .L466 .L467: ldr x0, [sp, 64] ldr s1, [x0] ldr x0, [sp, 72] ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 56] ldr x0, [sp, 64] sub x0, x0, #4 ldr s1, [x0] ldr x0, [sp, 72] sub x0, x0, #4 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 60] ldr x0, [sp, 64] ldr s1, [x0] ldr x0, [sp, 72] ldr s0, [x0] fadd s0, s1, s0 ldr x0, [sp, 64] str s0, [x0] ldr x0, [sp, 64] sub x0, x0, #4 ldr s1, [x0] ldr x0, [sp, 72] sub x0, x0, #4 ldr s0, [x0] ldr x0, [sp, 64] sub x0, x0, #4 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 16] ldr s1, [x0] ldr s0, [sp, 56] fmul s1, s1, s0 ldr x0, [sp, 16] add x0, x0, 4 ldr s2, [x0] ldr s0, [sp, 60] fmul s0, s2, s0 fsub s0, s1, s0 ldr x0, [sp, 72] str s0, [x0] ldr x0, [sp, 16] ldr s1, [x0] ldr s0, [sp, 60] fmul s1, s1, s0 ldr x0, [sp, 16] add x0, x0, 4 ldr s2, [x0] ldr s0, [sp, 56] fmul s0, s2, s0 ldr x0, [sp, 72] sub x0, x0, #4 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 16] add x0, x0, 32 str x0, [sp, 16] ldr x0, [sp, 64] sub x0, x0, #8 ldr s1, [x0] ldr x0, [sp, 72] sub x0, x0, #8 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 56] ldr x0, [sp, 64] sub x0, x0, #12 ldr s1, [x0] ldr x0, [sp, 72] sub x0, x0, #12 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 60] ldr x0, [sp, 64] sub x0, x0, #8 ldr s1, [x0] ldr x0, [sp, 72] sub x0, x0, #8 ldr s0, [x0] ldr x0, [sp, 64] sub x0, x0, #8 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 64] sub x0, x0, #12 ldr s1, [x0] ldr x0, [sp, 72] sub x0, x0, #12 ldr s0, [x0] ldr x0, [sp, 64] sub x0, x0, #12 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 16] ldr s1, [x0] ldr s0, [sp, 56] fmul s1, s1, s0 ldr x0, [sp, 16] add x0, x0, 4 ldr s2, [x0] ldr s0, [sp, 60] fmul s0, s2, s0 ldr x0, [sp, 72] sub x0, x0, #8 fsub s0, s1, s0 str s0, [x0] ldr x0, [sp, 16] ldr s1, [x0] ldr s0, [sp, 60] fmul s1, s1, s0 ldr x0, [sp, 16] add x0, x0, 4 ldr s2, [x0] ldr s0, [sp, 56] fmul s0, s2, s0 ldr x0, [sp, 72] sub x0, x0, #12 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 16] add x0, x0, 32 str x0, [sp, 16] ldr x0, [sp, 64] sub x0, x0, #16 ldr s1, [x0] ldr x0, [sp, 72] sub x0, x0, #16 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 56] ldr x0, [sp, 64] sub x0, x0, #20 ldr s1, [x0] ldr x0, [sp, 72] sub x0, x0, #20 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 60] ldr x0, [sp, 64] sub x0, x0, #16 ldr s1, [x0] ldr x0, [sp, 72] sub x0, x0, #16 ldr s0, [x0] ldr x0, [sp, 64] sub x0, x0, #16 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 64] sub x0, x0, #20 ldr s1, [x0] ldr x0, [sp, 72] sub x0, x0, #20 ldr s0, [x0] ldr x0, [sp, 64] sub x0, x0, #20 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 16] ldr s1, [x0] ldr s0, [sp, 56] fmul s1, s1, s0 ldr x0, [sp, 16] add x0, x0, 4 ldr s2, [x0] ldr s0, [sp, 60] fmul s0, s2, s0 ldr x0, [sp, 72] sub x0, x0, #16 fsub s0, s1, s0 str s0, [x0] ldr x0, [sp, 16] ldr s1, [x0] ldr s0, [sp, 60] fmul s1, s1, s0 ldr x0, [sp, 16] add x0, x0, 4 ldr s2, [x0] ldr s0, [sp, 56] fmul s0, s2, s0 ldr x0, [sp, 72] sub x0, x0, #20 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 16] add x0, x0, 32 str x0, [sp, 16] ldr x0, [sp, 64] sub x0, x0, #24 ldr s1, [x0] ldr x0, [sp, 72] sub x0, x0, #24 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 56] ldr x0, [sp, 64] sub x0, x0, #28 ldr s1, [x0] ldr x0, [sp, 72] sub x0, x0, #28 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 60] ldr x0, [sp, 64] sub x0, x0, #24 ldr s1, [x0] ldr x0, [sp, 72] sub x0, x0, #24 ldr s0, [x0] ldr x0, [sp, 64] sub x0, x0, #24 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 64] sub x0, x0, #28 ldr s1, [x0] ldr x0, [sp, 72] sub x0, x0, #28 ldr s0, [x0] ldr x0, [sp, 64] sub x0, x0, #28 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 16] ldr s1, [x0] ldr s0, [sp, 56] fmul s1, s1, s0 ldr x0, [sp, 16] add x0, x0, 4 ldr s2, [x0] ldr s0, [sp, 60] fmul s0, s2, s0 ldr x0, [sp, 72] sub x0, x0, #24 fsub s0, s1, s0 str s0, [x0] ldr x0, [sp, 16] ldr s1, [x0] ldr s0, [sp, 60] fmul s1, s1, s0 ldr x0, [sp, 16] add x0, x0, 4 ldr s2, [x0] ldr s0, [sp, 56] fmul s0, s2, s0 ldr x0, [sp, 72] sub x0, x0, #28 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 16] add x0, x0, 32 str x0, [sp, 16] ldr x0, [sp, 64] sub x0, x0, #32 str x0, [sp, 64] ldr x0, [sp, 72] sub x0, x0, #32 str x0, [sp, 72] ldr w0, [sp, 52] sub w0, w0, #1 str w0, [sp, 52] .L466: ldr w0, [sp, 52] cmp w0, 0 bgt .L467 nop nop ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE60: .size imdct_step3_iter0_loop, .-imdct_step3_iter0_loop .align 2 .type imdct_step3_inner_r_loop, %function imdct_step3_inner_r_loop: .LFB61: .cfi_startproc sub sp, sp, #64 .cfi_def_cfa_offset 64 str w0, [sp, 28] str x1, [sp, 16] str w2, [sp, 24] str w3, [sp, 12] str x4, [sp] str w5, [sp, 8] ldrsw x0, [sp, 24] lsl x0, x0, 2 ldr x1, [sp, 16] add x0, x1, x0 str x0, [sp, 48] ldrsw x0, [sp, 12] lsl x0, x0, 2 ldr x1, [sp, 48] add x0, x1, x0 str x0, [sp, 56] ldr w0, [sp, 28] asr w0, w0, 2 str w0, [sp, 36] b .L469 .L470: ldr x0, [sp, 48] ldr s1, [x0] ldr x0, [sp, 56] ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 40] ldr x0, [sp, 48] sub x0, x0, #4 ldr s1, [x0] ldr x0, [sp, 56] sub x0, x0, #4 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 44] ldr x0, [sp, 48] ldr s1, [x0] ldr x0, [sp, 56] ldr s0, [x0] fadd s0, s1, s0 ldr x0, [sp, 48] str s0, [x0] ldr x0, [sp, 48] sub x0, x0, #4 ldr s1, [x0] ldr x0, [sp, 56] sub x0, x0, #4 ldr s0, [x0] ldr x0, [sp, 48] sub x0, x0, #4 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp] ldr s1, [x0] ldr s0, [sp, 40] fmul s1, s1, s0 ldr x0, [sp] add x0, x0, 4 ldr s2, [x0] ldr s0, [sp, 44] fmul s0, s2, s0 fsub s0, s1, s0 ldr x0, [sp, 56] str s0, [x0] ldr x0, [sp] ldr s1, [x0] ldr s0, [sp, 44] fmul s1, s1, s0 ldr x0, [sp] add x0, x0, 4 ldr s2, [x0] ldr s0, [sp, 40] fmul s0, s2, s0 ldr x0, [sp, 56] sub x0, x0, #4 fadd s0, s1, s0 str s0, [x0] ldrsw x0, [sp, 8] lsl x0, x0, 2 ldr x1, [sp] add x0, x1, x0 str x0, [sp] ldr x0, [sp, 48] sub x0, x0, #8 ldr s1, [x0] ldr x0, [sp, 56] sub x0, x0, #8 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 40] ldr x0, [sp, 48] sub x0, x0, #12 ldr s1, [x0] ldr x0, [sp, 56] sub x0, x0, #12 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 44] ldr x0, [sp, 48] sub x0, x0, #8 ldr s1, [x0] ldr x0, [sp, 56] sub x0, x0, #8 ldr s0, [x0] ldr x0, [sp, 48] sub x0, x0, #8 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 48] sub x0, x0, #12 ldr s1, [x0] ldr x0, [sp, 56] sub x0, x0, #12 ldr s0, [x0] ldr x0, [sp, 48] sub x0, x0, #12 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp] ldr s1, [x0] ldr s0, [sp, 40] fmul s1, s1, s0 ldr x0, [sp] add x0, x0, 4 ldr s2, [x0] ldr s0, [sp, 44] fmul s0, s2, s0 ldr x0, [sp, 56] sub x0, x0, #8 fsub s0, s1, s0 str s0, [x0] ldr x0, [sp] ldr s1, [x0] ldr s0, [sp, 44] fmul s1, s1, s0 ldr x0, [sp] add x0, x0, 4 ldr s2, [x0] ldr s0, [sp, 40] fmul s0, s2, s0 ldr x0, [sp, 56] sub x0, x0, #12 fadd s0, s1, s0 str s0, [x0] ldrsw x0, [sp, 8] lsl x0, x0, 2 ldr x1, [sp] add x0, x1, x0 str x0, [sp] ldr x0, [sp, 48] sub x0, x0, #16 ldr s1, [x0] ldr x0, [sp, 56] sub x0, x0, #16 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 40] ldr x0, [sp, 48] sub x0, x0, #20 ldr s1, [x0] ldr x0, [sp, 56] sub x0, x0, #20 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 44] ldr x0, [sp, 48] sub x0, x0, #16 ldr s1, [x0] ldr x0, [sp, 56] sub x0, x0, #16 ldr s0, [x0] ldr x0, [sp, 48] sub x0, x0, #16 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 48] sub x0, x0, #20 ldr s1, [x0] ldr x0, [sp, 56] sub x0, x0, #20 ldr s0, [x0] ldr x0, [sp, 48] sub x0, x0, #20 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp] ldr s1, [x0] ldr s0, [sp, 40] fmul s1, s1, s0 ldr x0, [sp] add x0, x0, 4 ldr s2, [x0] ldr s0, [sp, 44] fmul s0, s2, s0 ldr x0, [sp, 56] sub x0, x0, #16 fsub s0, s1, s0 str s0, [x0] ldr x0, [sp] ldr s1, [x0] ldr s0, [sp, 44] fmul s1, s1, s0 ldr x0, [sp] add x0, x0, 4 ldr s2, [x0] ldr s0, [sp, 40] fmul s0, s2, s0 ldr x0, [sp, 56] sub x0, x0, #20 fadd s0, s1, s0 str s0, [x0] ldrsw x0, [sp, 8] lsl x0, x0, 2 ldr x1, [sp] add x0, x1, x0 str x0, [sp] ldr x0, [sp, 48] sub x0, x0, #24 ldr s1, [x0] ldr x0, [sp, 56] sub x0, x0, #24 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 40] ldr x0, [sp, 48] sub x0, x0, #28 ldr s1, [x0] ldr x0, [sp, 56] sub x0, x0, #28 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 44] ldr x0, [sp, 48] sub x0, x0, #24 ldr s1, [x0] ldr x0, [sp, 56] sub x0, x0, #24 ldr s0, [x0] ldr x0, [sp, 48] sub x0, x0, #24 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 48] sub x0, x0, #28 ldr s1, [x0] ldr x0, [sp, 56] sub x0, x0, #28 ldr s0, [x0] ldr x0, [sp, 48] sub x0, x0, #28 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp] ldr s1, [x0] ldr s0, [sp, 40] fmul s1, s1, s0 ldr x0, [sp] add x0, x0, 4 ldr s2, [x0] ldr s0, [sp, 44] fmul s0, s2, s0 ldr x0, [sp, 56] sub x0, x0, #24 fsub s0, s1, s0 str s0, [x0] ldr x0, [sp] ldr s1, [x0] ldr s0, [sp, 44] fmul s1, s1, s0 ldr x0, [sp] add x0, x0, 4 ldr s2, [x0] ldr s0, [sp, 40] fmul s0, s2, s0 ldr x0, [sp, 56] sub x0, x0, #28 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 48] sub x0, x0, #32 str x0, [sp, 48] ldr x0, [sp, 56] sub x0, x0, #32 str x0, [sp, 56] ldrsw x0, [sp, 8] lsl x0, x0, 2 ldr x1, [sp] add x0, x1, x0 str x0, [sp] ldr w0, [sp, 36] sub w0, w0, #1 str w0, [sp, 36] .L469: ldr w0, [sp, 36] cmp w0, 0 bgt .L470 nop nop add sp, sp, 64 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE61: .size imdct_step3_inner_r_loop, .-imdct_step3_inner_r_loop .align 2 .type imdct_step3_inner_s_loop, %function imdct_step3_inner_s_loop: .LFB62: .cfi_startproc sub sp, sp, #112 .cfi_def_cfa_offset 112 str w0, [sp, 44] str x1, [sp, 32] str w2, [sp, 40] str w3, [sp, 28] str x4, [sp, 16] str w5, [sp, 24] str w6, [sp, 12] ldr x0, [sp, 16] ldr s0, [x0] str s0, [sp, 56] ldr x0, [sp, 16] ldr s0, [x0, 4] str s0, [sp, 60] ldrsw x0, [sp, 24] lsl x0, x0, 2 ldr x1, [sp, 16] add x0, x1, x0 ldr s0, [x0] str s0, [sp, 64] ldrsw x0, [sp, 24] add x0, x0, 1 lsl x0, x0, 2 ldr x1, [sp, 16] add x0, x1, x0 ldr s0, [x0] str s0, [sp, 68] ldr w0, [sp, 24] lsl w0, w0, 1 sxtw x0, w0 lsl x0, x0, 2 ldr x1, [sp, 16] add x0, x1, x0 ldr s0, [x0] str s0, [sp, 72] ldr w0, [sp, 24] lsl w0, w0, 1 sxtw x0, w0 add x0, x0, 1 lsl x0, x0, 2 ldr x1, [sp, 16] add x0, x1, x0 ldr s0, [x0] str s0, [sp, 76] ldr w1, [sp, 24] mov w0, w1 lsl w0, w0, 1 add w0, w0, w1 sxtw x0, w0 lsl x0, x0, 2 ldr x1, [sp, 16] add x0, x1, x0 ldr s0, [x0] str s0, [sp, 80] ldr w1, [sp, 24] mov w0, w1 lsl w0, w0, 1 add w0, w0, w1 sxtw x0, w0 add x0, x0, 1 lsl x0, x0, 2 ldr x1, [sp, 16] add x0, x1, x0 ldr s0, [x0] str s0, [sp, 84] ldrsw x0, [sp, 40] lsl x0, x0, 2 ldr x1, [sp, 32] add x0, x1, x0 str x0, [sp, 96] ldrsw x0, [sp, 28] lsl x0, x0, 2 ldr x1, [sp, 96] add x0, x1, x0 str x0, [sp, 104] ldr w0, [sp, 44] str w0, [sp, 52] b .L472 .L473: ldr x0, [sp, 96] ldr s1, [x0] ldr x0, [sp, 104] ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 88] ldr x0, [sp, 96] sub x0, x0, #4 ldr s1, [x0] ldr x0, [sp, 104] sub x0, x0, #4 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 92] ldr x0, [sp, 96] ldr s1, [x0] ldr x0, [sp, 104] ldr s0, [x0] fadd s0, s1, s0 ldr x0, [sp, 96] str s0, [x0] ldr x0, [sp, 96] sub x0, x0, #4 ldr s1, [x0] ldr x0, [sp, 104] sub x0, x0, #4 ldr s0, [x0] ldr x0, [sp, 96] sub x0, x0, #4 fadd s0, s1, s0 str s0, [x0] ldr s1, [sp, 88] ldr s0, [sp, 56] fmul s1, s1, s0 ldr s2, [sp, 92] ldr s0, [sp, 60] fmul s0, s2, s0 fsub s0, s1, s0 ldr x0, [sp, 104] str s0, [x0] ldr s1, [sp, 92] ldr s0, [sp, 56] fmul s1, s1, s0 ldr s2, [sp, 88] ldr s0, [sp, 60] fmul s0, s2, s0 ldr x0, [sp, 104] sub x0, x0, #4 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 96] sub x0, x0, #8 ldr s1, [x0] ldr x0, [sp, 104] sub x0, x0, #8 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 88] ldr x0, [sp, 96] sub x0, x0, #12 ldr s1, [x0] ldr x0, [sp, 104] sub x0, x0, #12 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 92] ldr x0, [sp, 96] sub x0, x0, #8 ldr s1, [x0] ldr x0, [sp, 104] sub x0, x0, #8 ldr s0, [x0] ldr x0, [sp, 96] sub x0, x0, #8 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 96] sub x0, x0, #12 ldr s1, [x0] ldr x0, [sp, 104] sub x0, x0, #12 ldr s0, [x0] ldr x0, [sp, 96] sub x0, x0, #12 fadd s0, s1, s0 str s0, [x0] ldr s1, [sp, 88] ldr s0, [sp, 64] fmul s1, s1, s0 ldr s2, [sp, 92] ldr s0, [sp, 68] fmul s0, s2, s0 ldr x0, [sp, 104] sub x0, x0, #8 fsub s0, s1, s0 str s0, [x0] ldr s1, [sp, 92] ldr s0, [sp, 64] fmul s1, s1, s0 ldr s2, [sp, 88] ldr s0, [sp, 68] fmul s0, s2, s0 ldr x0, [sp, 104] sub x0, x0, #12 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 96] sub x0, x0, #16 ldr s1, [x0] ldr x0, [sp, 104] sub x0, x0, #16 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 88] ldr x0, [sp, 96] sub x0, x0, #20 ldr s1, [x0] ldr x0, [sp, 104] sub x0, x0, #20 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 92] ldr x0, [sp, 96] sub x0, x0, #16 ldr s1, [x0] ldr x0, [sp, 104] sub x0, x0, #16 ldr s0, [x0] ldr x0, [sp, 96] sub x0, x0, #16 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 96] sub x0, x0, #20 ldr s1, [x0] ldr x0, [sp, 104] sub x0, x0, #20 ldr s0, [x0] ldr x0, [sp, 96] sub x0, x0, #20 fadd s0, s1, s0 str s0, [x0] ldr s1, [sp, 88] ldr s0, [sp, 72] fmul s1, s1, s0 ldr s2, [sp, 92] ldr s0, [sp, 76] fmul s0, s2, s0 ldr x0, [sp, 104] sub x0, x0, #16 fsub s0, s1, s0 str s0, [x0] ldr s1, [sp, 92] ldr s0, [sp, 72] fmul s1, s1, s0 ldr s2, [sp, 88] ldr s0, [sp, 76] fmul s0, s2, s0 ldr x0, [sp, 104] sub x0, x0, #20 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 96] sub x0, x0, #24 ldr s1, [x0] ldr x0, [sp, 104] sub x0, x0, #24 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 88] ldr x0, [sp, 96] sub x0, x0, #28 ldr s1, [x0] ldr x0, [sp, 104] sub x0, x0, #28 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 92] ldr x0, [sp, 96] sub x0, x0, #24 ldr s1, [x0] ldr x0, [sp, 104] sub x0, x0, #24 ldr s0, [x0] ldr x0, [sp, 96] sub x0, x0, #24 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 96] sub x0, x0, #28 ldr s1, [x0] ldr x0, [sp, 104] sub x0, x0, #28 ldr s0, [x0] ldr x0, [sp, 96] sub x0, x0, #28 fadd s0, s1, s0 str s0, [x0] ldr s1, [sp, 88] ldr s0, [sp, 80] fmul s1, s1, s0 ldr s2, [sp, 92] ldr s0, [sp, 84] fmul s0, s2, s0 ldr x0, [sp, 104] sub x0, x0, #24 fsub s0, s1, s0 str s0, [x0] ldr s1, [sp, 92] ldr s0, [sp, 80] fmul s1, s1, s0 ldr s2, [sp, 88] ldr s0, [sp, 84] fmul s0, s2, s0 ldr x0, [sp, 104] sub x0, x0, #28 fadd s0, s1, s0 str s0, [x0] ldrsw x0, [sp, 12] lsl x0, x0, 2 neg x0, x0 ldr x1, [sp, 96] add x0, x1, x0 str x0, [sp, 96] ldrsw x0, [sp, 12] lsl x0, x0, 2 neg x0, x0 ldr x1, [sp, 104] add x0, x1, x0 str x0, [sp, 104] ldr w0, [sp, 52] sub w0, w0, #1 str w0, [sp, 52] .L472: ldr w0, [sp, 52] cmp w0, 0 bgt .L473 nop nop add sp, sp, 112 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE62: .size imdct_step3_inner_s_loop, .-imdct_step3_inner_s_loop .align 2 .type iter_54, %function iter_54: .LFB63: .cfi_startproc sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, 8] ldr x0, [sp, 8] ldr s1, [x0] ldr x0, [sp, 8] sub x0, x0, #16 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 16] ldr x0, [sp, 8] ldr s1, [x0] ldr x0, [sp, 8] sub x0, x0, #16 ldr s0, [x0] fadd s0, s1, s0 str s0, [sp, 20] ldr x0, [sp, 8] sub x0, x0, #8 ldr s1, [x0] ldr x0, [sp, 8] sub x0, x0, #24 ldr s0, [x0] fadd s0, s1, s0 str s0, [sp, 24] ldr x0, [sp, 8] sub x0, x0, #8 ldr s1, [x0] ldr x0, [sp, 8] sub x0, x0, #24 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 28] ldr s1, [sp, 20] ldr s0, [sp, 24] fadd s0, s1, s0 ldr x0, [sp, 8] str s0, [x0] ldr x0, [sp, 8] sub x0, x0, #8 ldr s1, [sp, 20] ldr s0, [sp, 24] fsub s0, s1, s0 str s0, [x0] ldr x0, [sp, 8] sub x0, x0, #12 ldr s1, [x0] ldr x0, [sp, 8] sub x0, x0, #28 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 32] ldr x0, [sp, 8] sub x0, x0, #16 ldr s1, [sp, 16] ldr s0, [sp, 32] fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 8] sub x0, x0, #24 ldr s1, [sp, 16] ldr s0, [sp, 32] fsub s0, s1, s0 str s0, [x0] ldr x0, [sp, 8] sub x0, x0, #4 ldr s1, [x0] ldr x0, [sp, 8] sub x0, x0, #20 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 36] ldr x0, [sp, 8] sub x0, x0, #4 ldr s1, [x0] ldr x0, [sp, 8] sub x0, x0, #20 ldr s0, [x0] fadd s0, s1, s0 str s0, [sp, 40] ldr x0, [sp, 8] sub x0, x0, #12 ldr s1, [x0] ldr x0, [sp, 8] sub x0, x0, #28 ldr s0, [x0] fadd s0, s1, s0 str s0, [sp, 44] ldr x0, [sp, 8] sub x0, x0, #4 ldr s1, [sp, 40] ldr s0, [sp, 44] fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 8] sub x0, x0, #12 ldr s1, [sp, 40] ldr s0, [sp, 44] fsub s0, s1, s0 str s0, [x0] ldr x0, [sp, 8] sub x0, x0, #20 ldr s1, [sp, 36] ldr s0, [sp, 28] fsub s0, s1, s0 str s0, [x0] ldr x0, [sp, 8] sub x0, x0, #28 ldr s1, [sp, 36] ldr s0, [sp, 28] fadd s0, s1, s0 str s0, [x0] nop add sp, sp, 48 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE63: .size iter_54, .-iter_54 .align 2 .type imdct_step3_inner_s_loop_ld654, %function imdct_step3_inner_s_loop_ld654: .LFB64: .cfi_startproc stp x29, x30, [sp, -96]! .cfi_def_cfa_offset 96 .cfi_offset 29, -96 .cfi_offset 30, -88 mov x29, sp str w0, [sp, 44] str x1, [sp, 32] str w2, [sp, 40] str x3, [sp, 24] str w4, [sp, 20] mov w0, -8 str w0, [sp, 60] ldr w0, [sp, 20] asr w0, w0, 3 str w0, [sp, 64] ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 ldr s0, [x0] str s0, [sp, 68] ldrsw x0, [sp, 40] lsl x0, x0, 2 ldr x1, [sp, 32] add x0, x1, x0 str x0, [sp, 80] ldr w0, [sp, 44] lsl w0, w0, 4 sxtw x0, w0 lsl x0, x0, 2 neg x0, x0 ldr x1, [sp, 80] add x0, x1, x0 str x0, [sp, 88] b .L476 .L477: ldr x0, [sp, 80] ldr s1, [x0] ldr x0, [sp, 80] sub x0, x0, #32 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 72] ldr x0, [sp, 80] sub x0, x0, #4 ldr s1, [x0] ldr x0, [sp, 80] sub x0, x0, #36 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 76] ldr x0, [sp, 80] ldr s1, [x0] ldr x0, [sp, 80] sub x0, x0, #32 ldr s0, [x0] fadd s0, s1, s0 ldr x0, [sp, 80] str s0, [x0] ldr x0, [sp, 80] sub x0, x0, #4 ldr s1, [x0] ldr x0, [sp, 80] sub x0, x0, #36 ldr s0, [x0] ldr x0, [sp, 80] sub x0, x0, #4 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 80] sub x0, x0, #32 ldr s0, [sp, 72] str s0, [x0] ldr x0, [sp, 80] sub x0, x0, #36 ldr s0, [sp, 76] str s0, [x0] ldr x0, [sp, 80] sub x0, x0, #8 ldr s1, [x0] ldr x0, [sp, 80] sub x0, x0, #40 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 72] ldr x0, [sp, 80] sub x0, x0, #12 ldr s1, [x0] ldr x0, [sp, 80] sub x0, x0, #44 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 76] ldr x0, [sp, 80] sub x0, x0, #8 ldr s1, [x0] ldr x0, [sp, 80] sub x0, x0, #40 ldr s0, [x0] ldr x0, [sp, 80] sub x0, x0, #8 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 80] sub x0, x0, #12 ldr s1, [x0] ldr x0, [sp, 80] sub x0, x0, #44 ldr s0, [x0] ldr x0, [sp, 80] sub x0, x0, #12 fadd s0, s1, s0 str s0, [x0] ldr s1, [sp, 72] ldr s0, [sp, 76] fadd s1, s1, s0 ldr x0, [sp, 80] sub x0, x0, #40 ldr s0, [sp, 68] fmul s0, s1, s0 str s0, [x0] ldr s1, [sp, 76] ldr s0, [sp, 72] fsub s1, s1, s0 ldr x0, [sp, 80] sub x0, x0, #44 ldr s0, [sp, 68] fmul s0, s1, s0 str s0, [x0] ldr x0, [sp, 80] sub x0, x0, #48 ldr s1, [x0] ldr x0, [sp, 80] sub x0, x0, #16 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 72] ldr x0, [sp, 80] sub x0, x0, #20 ldr s1, [x0] ldr x0, [sp, 80] sub x0, x0, #52 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 76] ldr x0, [sp, 80] sub x0, x0, #16 ldr s1, [x0] ldr x0, [sp, 80] sub x0, x0, #48 ldr s0, [x0] ldr x0, [sp, 80] sub x0, x0, #16 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 80] sub x0, x0, #20 ldr s1, [x0] ldr x0, [sp, 80] sub x0, x0, #52 ldr s0, [x0] ldr x0, [sp, 80] sub x0, x0, #20 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 80] sub x0, x0, #48 ldr s0, [sp, 76] str s0, [x0] ldr x0, [sp, 80] sub x0, x0, #52 ldr s0, [sp, 72] str s0, [x0] ldr x0, [sp, 80] sub x0, x0, #56 ldr s1, [x0] ldr x0, [sp, 80] sub x0, x0, #24 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 72] ldr x0, [sp, 80] sub x0, x0, #28 ldr s1, [x0] ldr x0, [sp, 80] sub x0, x0, #60 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 76] ldr x0, [sp, 80] sub x0, x0, #24 ldr s1, [x0] ldr x0, [sp, 80] sub x0, x0, #56 ldr s0, [x0] ldr x0, [sp, 80] sub x0, x0, #24 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 80] sub x0, x0, #28 ldr s1, [x0] ldr x0, [sp, 80] sub x0, x0, #60 ldr s0, [x0] ldr x0, [sp, 80] sub x0, x0, #28 fadd s0, s1, s0 str s0, [x0] ldr s1, [sp, 72] ldr s0, [sp, 76] fadd s1, s1, s0 ldr x0, [sp, 80] sub x0, x0, #56 ldr s0, [sp, 68] fmul s0, s1, s0 str s0, [x0] ldr s1, [sp, 72] ldr s0, [sp, 76] fsub s1, s1, s0 ldr x0, [sp, 80] sub x0, x0, #60 ldr s0, [sp, 68] fmul s0, s1, s0 str s0, [x0] ldr x0, [sp, 80] bl iter_54 ldr x0, [sp, 80] sub x0, x0, #32 bl iter_54 ldr x0, [sp, 80] sub x0, x0, #64 str x0, [sp, 80] .L476: ldr x1, [sp, 80] ldr x0, [sp, 88] cmp x1, x0 bhi .L477 nop nop ldp x29, x30, [sp], 96 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE64: .size imdct_step3_inner_s_loop_ld654, .-imdct_step3_inner_s_loop_ld654 .section .rodata .align 3 .LC18: .string "v == buf2" .text .align 2 .type inverse_mdct, %function inverse_mdct: .LFB65: .cfi_startproc stp x29, x30, [sp, -400]! .cfi_def_cfa_offset 400 .cfi_offset 29, -400 .cfi_offset 30, -392 mov x29, sp .cfi_def_cfa_register 29 sub sp, sp, #16 str x0, [x29, 40] str w1, [x29, 36] str x2, [x29, 24] str w3, [x29, 32] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [x29, 392] mov x1, 0 ldr w0, [x29, 36] asr w0, w0, 1 str w0, [x29, 76] ldr w0, [x29, 36] asr w0, w0, 2 str w0, [x29, 80] ldr w0, [x29, 36] asr w0, w0, 3 str w0, [x29, 84] ldr w1, [x29, 36] ldr w0, [x29, 80] sub w0, w1, w0 str w0, [x29, 88] ldr x0, [x29, 24] ldr w0, [x0, 140] str w0, [x29, 92] ldr x0, [x29, 24] ldr x0, [x0, 120] cmp x0, 0 beq .L479 ldrsw x0, [x29, 76] lsl w0, w0, 2 mov w1, w0 ldr x0, [x29, 24] bl setup_temp_malloc b .L480 .L479: ldrsw x0, [x29, 76] lsl x0, x0, 2 add x0, x0, 15 lsr x0, x0, 4 lsl x0, x0, 4 and x1, x0, -65536 sub x1, sp, x1 .L481: cmp sp, x1 beq .L482 sub sp, sp, #65536 str xzr, [sp, 1024] b .L481 .L482: and x1, x0, 65535 sub sp, sp, x1 str xzr, [sp] and x0, x0, 65535 cmp x0, 1024 bcc .L483 str xzr, [sp, 1024] .L483: add x0, sp, 16 add x0, x0, 15 lsr x0, x0, 4 lsl x0, x0, 4 .L480: str x0, [x29, 352] str xzr, [x29, 360] str xzr, [x29, 368] ldr x0, [x29, 24] ldrsw x1, [x29, 32] add x1, x1, 176 ldr x0, [x0, x1, lsl 3] str x0, [x29, 376] ldrsw x0, [x29, 76] lsl x0, x0, 2 sub x0, x0, #8 ldr x1, [x29, 352] add x0, x1, x0 str x0, [x29, 184] ldr x0, [x29, 376] str x0, [x29, 200] ldr x0, [x29, 40] str x0, [x29, 192] ldrsw x0, [x29, 76] lsl x0, x0, 2 ldr x1, [x29, 40] add x0, x1, x0 str x0, [x29, 384] b .L484 .L485: ldr x0, [x29, 192] ldr s1, [x0] ldr x0, [x29, 200] ldr s0, [x0] fmul s1, s1, s0 ldr x0, [x29, 192] add x0, x0, 8 ldr s2, [x0] ldr x0, [x29, 200] add x0, x0, 4 ldr s0, [x0] fmul s0, s2, s0 ldr x0, [x29, 184] add x0, x0, 4 fsub s0, s1, s0 str s0, [x0] ldr x0, [x29, 192] ldr s1, [x0] ldr x0, [x29, 200] add x0, x0, 4 ldr s0, [x0] fmul s1, s1, s0 ldr x0, [x29, 192] add x0, x0, 8 ldr s2, [x0] ldr x0, [x29, 200] ldr s0, [x0] fmul s0, s2, s0 fadd s0, s1, s0 ldr x0, [x29, 184] str s0, [x0] ldr x0, [x29, 184] sub x0, x0, #8 str x0, [x29, 184] ldr x0, [x29, 200] add x0, x0, 8 str x0, [x29, 200] ldr x0, [x29, 192] add x0, x0, 16 str x0, [x29, 192] .L484: ldr x1, [x29, 192] ldr x0, [x29, 384] cmp x1, x0 bne .L485 ldrsw x0, [x29, 76] lsl x0, x0, 2 sub x0, x0, #12 ldr x1, [x29, 40] add x0, x1, x0 str x0, [x29, 192] b .L486 .L487: ldr x0, [x29, 192] add x0, x0, 8 ldr s0, [x0] fneg s1, s0 ldr x0, [x29, 200] ldr s0, [x0] fmul s1, s1, s0 ldr x0, [x29, 192] ldr s2, [x0] ldr x0, [x29, 200] add x0, x0, 4 ldr s0, [x0] fmul s0, s2, s0 ldr x0, [x29, 184] add x0, x0, 4 fadd s0, s1, s0 str s0, [x0] ldr x0, [x29, 192] add x0, x0, 8 ldr s0, [x0] fneg s1, s0 ldr x0, [x29, 200] add x0, x0, 4 ldr s0, [x0] fmul s1, s1, s0 ldr x0, [x29, 192] ldr s0, [x0] fneg s2, s0 ldr x0, [x29, 200] ldr s0, [x0] fmul s0, s2, s0 fadd s0, s1, s0 ldr x0, [x29, 184] str s0, [x0] ldr x0, [x29, 184] sub x0, x0, #8 str x0, [x29, 184] ldr x0, [x29, 200] add x0, x0, 8 str x0, [x29, 200] ldr x0, [x29, 192] sub x0, x0, #16 str x0, [x29, 192] .L486: ldr x1, [x29, 184] ldr x0, [x29, 352] cmp x1, x0 bcs .L487 ldr x0, [x29, 40] str x0, [x29, 360] ldr x0, [x29, 352] str x0, [x29, 368] ldrsw x0, [x29, 76] lsl x0, x0, 2 sub x0, x0, #32 ldr x1, [x29, 376] add x0, x1, x0 str x0, [x29, 208] ldrsw x0, [x29, 80] lsl x0, x0, 2 ldr x1, [x29, 368] add x0, x1, x0 str x0, [x29, 232] ldr x0, [x29, 368] str x0, [x29, 240] ldrsw x0, [x29, 80] lsl x0, x0, 2 ldr x1, [x29, 360] add x0, x1, x0 str x0, [x29, 216] ldr x0, [x29, 360] str x0, [x29, 224] b .L488 .L489: ldr x0, [x29, 232] add x0, x0, 4 ldr s1, [x0] ldr x0, [x29, 240] add x0, x0, 4 ldr s0, [x0] fsub s0, s1, s0 str s0, [x29, 176] ldr x0, [x29, 232] ldr s1, [x0] ldr x0, [x29, 240] ldr s0, [x0] fsub s0, s1, s0 str s0, [x29, 180] ldr x0, [x29, 232] add x0, x0, 4 ldr s1, [x0] ldr x0, [x29, 240] add x0, x0, 4 ldr s0, [x0] ldr x0, [x29, 216] add x0, x0, 4 fadd s0, s1, s0 str s0, [x0] ldr x0, [x29, 232] ldr s1, [x0] ldr x0, [x29, 240] ldr s0, [x0] fadd s0, s1, s0 ldr x0, [x29, 216] str s0, [x0] ldr x0, [x29, 208] add x0, x0, 16 ldr s1, [x0] ldr s0, [x29, 176] fmul s1, s1, s0 ldr x0, [x29, 208] add x0, x0, 20 ldr s2, [x0] ldr s0, [x29, 180] fmul s0, s2, s0 ldr x0, [x29, 224] add x0, x0, 4 fsub s0, s1, s0 str s0, [x0] ldr x0, [x29, 208] add x0, x0, 16 ldr s1, [x0] ldr s0, [x29, 180] fmul s1, s1, s0 ldr x0, [x29, 208] add x0, x0, 20 ldr s2, [x0] ldr s0, [x29, 176] fmul s0, s2, s0 fadd s0, s1, s0 ldr x0, [x29, 224] str s0, [x0] ldr x0, [x29, 232] add x0, x0, 12 ldr s1, [x0] ldr x0, [x29, 240] add x0, x0, 12 ldr s0, [x0] fsub s0, s1, s0 str s0, [x29, 176] ldr x0, [x29, 232] add x0, x0, 8 ldr s1, [x0] ldr x0, [x29, 240] add x0, x0, 8 ldr s0, [x0] fsub s0, s1, s0 str s0, [x29, 180] ldr x0, [x29, 232] add x0, x0, 12 ldr s1, [x0] ldr x0, [x29, 240] add x0, x0, 12 ldr s0, [x0] ldr x0, [x29, 216] add x0, x0, 12 fadd s0, s1, s0 str s0, [x0] ldr x0, [x29, 232] add x0, x0, 8 ldr s1, [x0] ldr x0, [x29, 240] add x0, x0, 8 ldr s0, [x0] ldr x0, [x29, 216] add x0, x0, 8 fadd s0, s1, s0 str s0, [x0] ldr x0, [x29, 208] ldr s1, [x0] ldr s0, [x29, 176] fmul s1, s1, s0 ldr x0, [x29, 208] add x0, x0, 4 ldr s2, [x0] ldr s0, [x29, 180] fmul s0, s2, s0 ldr x0, [x29, 224] add x0, x0, 12 fsub s0, s1, s0 str s0, [x0] ldr x0, [x29, 208] ldr s1, [x0] ldr s0, [x29, 180] fmul s1, s1, s0 ldr x0, [x29, 208] add x0, x0, 4 ldr s2, [x0] ldr s0, [x29, 176] fmul s0, s2, s0 ldr x0, [x29, 224] add x0, x0, 8 fadd s0, s1, s0 str s0, [x0] ldr x0, [x29, 208] sub x0, x0, #32 str x0, [x29, 208] ldr x0, [x29, 216] add x0, x0, 16 str x0, [x29, 216] ldr x0, [x29, 224] add x0, x0, 16 str x0, [x29, 224] ldr x0, [x29, 232] add x0, x0, 16 str x0, [x29, 232] ldr x0, [x29, 240] add x0, x0, 16 str x0, [x29, 240] .L488: ldr x1, [x29, 208] ldr x0, [x29, 376] cmp x1, x0 bcs .L489 ldr w0, [x29, 36] bl ilog sub w0, w0, #1 str w0, [x29, 96] ldr w0, [x29, 36] asr w5, w0, 4 ldr w0, [x29, 76] sub w1, w0, #1 ldr w0, [x29, 36] asr w0, w0, 3 neg w0, w0 ldr x4, [x29, 376] mov w3, w0 mov w2, w1 ldr x1, [x29, 360] mov w0, w5 bl imdct_step3_iter0_loop ldr w0, [x29, 36] asr w5, w0, 4 ldr w0, [x29, 76] sub w1, w0, #1 ldr w0, [x29, 80] sub w1, w1, w0 ldr w0, [x29, 36] asr w0, w0, 3 neg w0, w0 ldr x4, [x29, 376] mov w3, w0 mov w2, w1 ldr x1, [x29, 360] mov w0, w5 bl imdct_step3_iter0_loop ldr w0, [x29, 36] asr w6, w0, 5 ldr w0, [x29, 76] sub w1, w0, #1 ldr w0, [x29, 36] asr w0, w0, 4 neg w0, w0 mov w5, 16 ldr x4, [x29, 376] mov w3, w0 mov w2, w1 ldr x1, [x29, 360] mov w0, w6 bl imdct_step3_inner_r_loop ldr w0, [x29, 36] asr w6, w0, 5 ldr w0, [x29, 76] sub w1, w0, #1 ldr w0, [x29, 84] sub w1, w1, w0 ldr w0, [x29, 36] asr w0, w0, 4 neg w0, w0 mov w5, 16 ldr x4, [x29, 376] mov w3, w0 mov w2, w1 ldr x1, [x29, 360] mov w0, w6 bl imdct_step3_inner_r_loop ldr w0, [x29, 36] asr w6, w0, 5 ldr w0, [x29, 76] sub w1, w0, #1 ldr w0, [x29, 84] lsl w0, w0, 1 sub w1, w1, w0 ldr w0, [x29, 36] asr w0, w0, 4 neg w0, w0 mov w5, 16 ldr x4, [x29, 376] mov w3, w0 mov w2, w1 ldr x1, [x29, 360] mov w0, w6 bl imdct_step3_inner_r_loop ldr w0, [x29, 36] asr w6, w0, 5 ldr w0, [x29, 76] sub w1, w0, #1 ldr w0, [x29, 84] mov w2, w0 lsl w0, w0, 2 sub w0, w2, w0 add w1, w1, w0 ldr w0, [x29, 36] asr w0, w0, 4 neg w0, w0 mov w5, 16 ldr x4, [x29, 376] mov w3, w0 mov w2, w1 ldr x1, [x29, 360] mov w0, w6 bl imdct_step3_inner_r_loop mov w0, 2 str w0, [x29, 60] b .L490 .L493: ldr w0, [x29, 60] add w0, w0, 2 ldr w1, [x29, 36] asr w0, w1, w0 str w0, [x29, 164] ldr w0, [x29, 164] asr w0, w0, 1 str w0, [x29, 168] ldr w0, [x29, 60] add w0, w0, 1 mov w1, 1 lsl w0, w1, w0 str w0, [x29, 172] str wzr, [x29, 64] b .L491 .L492: ldr w0, [x29, 60] add w0, w0, 4 ldr w1, [x29, 36] asr w6, w1, w0 ldr w0, [x29, 76] sub w1, w0, #1 ldr w2, [x29, 164] ldr w0, [x29, 64] mul w0, w2, w0 sub w2, w1, w0 ldr w0, [x29, 168] neg w3, w0 ldr w0, [x29, 60] add w0, w0, 3 mov w1, 1 lsl w0, w1, w0 mov w5, w0 ldr x4, [x29, 376] ldr x1, [x29, 360] mov w0, w6 bl imdct_step3_inner_r_loop ldr w0, [x29, 64] add w0, w0, 1 str w0, [x29, 64] .L491: ldr w1, [x29, 64] ldr w0, [x29, 172] cmp w1, w0 blt .L492 ldr w0, [x29, 60] add w0, w0, 1 str w0, [x29, 60] .L490: ldr w0, [x29, 96] sub w0, w0, #3 asr w0, w0, 1 ldr w1, [x29, 60] cmp w1, w0 blt .L493 b .L494 .L497: ldr w0, [x29, 60] add w0, w0, 2 ldr w1, [x29, 36] asr w0, w1, w0 str w0, [x29, 144] ldr w0, [x29, 60] add w0, w0, 3 mov w1, 1 lsl w0, w1, w0 str w0, [x29, 148] ldr w0, [x29, 144] asr w0, w0, 1 str w0, [x29, 152] ldr w0, [x29, 60] add w0, w0, 6 ldr w1, [x29, 36] asr w0, w1, w0 str w0, [x29, 156] ldr w0, [x29, 60] add w0, w0, 1 mov w1, 1 lsl w0, w1, w0 str w0, [x29, 160] ldr x0, [x29, 376] str x0, [x29, 248] ldr w0, [x29, 76] sub w0, w0, #1 str w0, [x29, 72] ldr w0, [x29, 156] str w0, [x29, 68] b .L495 .L496: ldr w0, [x29, 152] neg w0, w0 ldr w6, [x29, 144] ldr w5, [x29, 148] ldr x4, [x29, 248] mov w3, w0 ldr w2, [x29, 72] ldr x1, [x29, 360] ldr w0, [x29, 160] bl imdct_step3_inner_s_loop ldr w0, [x29, 148] lsl w0, w0, 2 sxtw x0, w0 lsl x0, x0, 2 ldr x1, [x29, 248] add x0, x1, x0 str x0, [x29, 248] ldr w0, [x29, 72] sub w0, w0, #8 str w0, [x29, 72] ldr w0, [x29, 68] sub w0, w0, #1 str w0, [x29, 68] .L495: ldr w0, [x29, 68] cmp w0, 0 bgt .L496 ldr w0, [x29, 60] add w0, w0, 1 str w0, [x29, 60] .L494: ldr w0, [x29, 96] sub w0, w0, #6 ldr w1, [x29, 60] cmp w1, w0 blt .L497 ldr w0, [x29, 36] asr w5, w0, 5 ldr w0, [x29, 76] sub w0, w0, #1 ldr w4, [x29, 36] ldr x3, [x29, 376] mov w2, w0 ldr x1, [x29, 360] mov w0, w5 bl imdct_step3_inner_s_loop_ld654 ldr x0, [x29, 24] ldrsw x1, [x29, 32] add x1, x1, 184 ldr x0, [x0, x1, lsl 3] str x0, [x29, 256] ldrsw x0, [x29, 80] lsl x0, x0, 2 sub x0, x0, #16 ldr x1, [x29, 368] add x0, x1, x0 str x0, [x29, 264] ldrsw x0, [x29, 76] lsl x0, x0, 2 sub x0, x0, #16 ldr x1, [x29, 368] add x0, x1, x0 str x0, [x29, 272] b .L498 .L499: ldr x0, [x29, 256] ldrh w0, [x0] str w0, [x29, 140] ldrsw x0, [x29, 140] lsl x0, x0, 2 ldr x1, [x29, 360] add x1, x1, x0 ldr x0, [x29, 272] add x0, x0, 12 ldr s0, [x1] str s0, [x0] ldrsw x0, [x29, 140] add x0, x0, 1 lsl x0, x0, 2 ldr x1, [x29, 360] add x1, x1, x0 ldr x0, [x29, 272] add x0, x0, 8 ldr s0, [x1] str s0, [x0] ldrsw x0, [x29, 140] add x0, x0, 2 lsl x0, x0, 2 ldr x1, [x29, 360] add x1, x1, x0 ldr x0, [x29, 264] add x0, x0, 12 ldr s0, [x1] str s0, [x0] ldrsw x0, [x29, 140] add x0, x0, 3 lsl x0, x0, 2 ldr x1, [x29, 360] add x1, x1, x0 ldr x0, [x29, 264] add x0, x0, 8 ldr s0, [x1] str s0, [x0] ldr x0, [x29, 256] add x0, x0, 2 ldrh w0, [x0] str w0, [x29, 140] ldrsw x0, [x29, 140] lsl x0, x0, 2 ldr x1, [x29, 360] add x1, x1, x0 ldr x0, [x29, 272] add x0, x0, 4 ldr s0, [x1] str s0, [x0] ldrsw x0, [x29, 140] add x0, x0, 1 lsl x0, x0, 2 ldr x1, [x29, 360] add x0, x1, x0 ldr s0, [x0] ldr x0, [x29, 272] str s0, [x0] ldrsw x0, [x29, 140] add x0, x0, 2 lsl x0, x0, 2 ldr x1, [x29, 360] add x1, x1, x0 ldr x0, [x29, 264] add x0, x0, 4 ldr s0, [x1] str s0, [x0] ldrsw x0, [x29, 140] add x0, x0, 3 lsl x0, x0, 2 ldr x1, [x29, 360] add x0, x1, x0 ldr s0, [x0] ldr x0, [x29, 264] str s0, [x0] ldr x0, [x29, 264] sub x0, x0, #16 str x0, [x29, 264] ldr x0, [x29, 272] sub x0, x0, #16 str x0, [x29, 272] ldr x0, [x29, 256] add x0, x0, 4 str x0, [x29, 256] .L498: ldr x1, [x29, 264] ldr x0, [x29, 368] cmp x1, x0 bcs .L499 ldr x1, [x29, 368] ldr x0, [x29, 352] cmp x1, x0 beq .L500 adrp x0, __PRETTY_FUNCTION__.9 add x3, x0, :lo12:__PRETTY_FUNCTION__.9 mov w2, 2862 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC18 add x0, x0, :lo12:.LC18 bl __assert_fail .L500: ldr x0, [x29, 24] ldrsw x1, [x29, 32] add x1, x1, 180 ldr x0, [x0, x1, lsl 3] str x0, [x29, 280] ldr x0, [x29, 368] str x0, [x29, 288] ldrsw x0, [x29, 76] lsl x0, x0, 2 sub x0, x0, #16 ldr x1, [x29, 368] add x0, x1, x0 str x0, [x29, 296] b .L501 .L502: ldr x0, [x29, 288] ldr s1, [x0] ldr x0, [x29, 296] add x0, x0, 8 ldr s0, [x0] fsub s0, s1, s0 str s0, [x29, 116] ldr x0, [x29, 288] add x0, x0, 4 ldr s1, [x0] ldr x0, [x29, 296] add x0, x0, 12 ldr s0, [x0] fadd s0, s1, s0 str s0, [x29, 120] ldr x0, [x29, 280] add x0, x0, 4 ldr s1, [x0] ldr s0, [x29, 116] fmul s1, s1, s0 ldr x0, [x29, 280] ldr s2, [x0] ldr s0, [x29, 120] fmul s0, s2, s0 fadd s0, s1, s0 str s0, [x29, 124] ldr x0, [x29, 280] add x0, x0, 4 ldr s1, [x0] ldr s0, [x29, 120] fmul s1, s1, s0 ldr x0, [x29, 280] ldr s2, [x0] ldr s0, [x29, 116] fmul s0, s2, s0 fsub s0, s1, s0 str s0, [x29, 128] ldr x0, [x29, 288] ldr s1, [x0] ldr x0, [x29, 296] add x0, x0, 8 ldr s0, [x0] fadd s0, s1, s0 str s0, [x29, 132] ldr x0, [x29, 288] add x0, x0, 4 ldr s1, [x0] ldr x0, [x29, 296] add x0, x0, 12 ldr s0, [x0] fsub s0, s1, s0 str s0, [x29, 136] ldr s1, [x29, 132] ldr s0, [x29, 124] fadd s0, s1, s0 ldr x0, [x29, 288] str s0, [x0] ldr x0, [x29, 288] add x0, x0, 4 ldr s1, [x29, 136] ldr s0, [x29, 128] fadd s0, s1, s0 str s0, [x0] ldr x0, [x29, 296] add x0, x0, 8 ldr s1, [x29, 132] ldr s0, [x29, 124] fsub s0, s1, s0 str s0, [x0] ldr x0, [x29, 296] add x0, x0, 12 ldr s1, [x29, 128] ldr s0, [x29, 136] fsub s0, s1, s0 str s0, [x0] ldr x0, [x29, 288] add x0, x0, 8 ldr s1, [x0] ldr x0, [x29, 296] ldr s0, [x0] fsub s0, s1, s0 str s0, [x29, 116] ldr x0, [x29, 288] add x0, x0, 12 ldr s1, [x0] ldr x0, [x29, 296] add x0, x0, 4 ldr s0, [x0] fadd s0, s1, s0 str s0, [x29, 120] ldr x0, [x29, 280] add x0, x0, 12 ldr s1, [x0] ldr s0, [x29, 116] fmul s1, s1, s0 ldr x0, [x29, 280] add x0, x0, 8 ldr s2, [x0] ldr s0, [x29, 120] fmul s0, s2, s0 fadd s0, s1, s0 str s0, [x29, 124] ldr x0, [x29, 280] add x0, x0, 12 ldr s1, [x0] ldr s0, [x29, 120] fmul s1, s1, s0 ldr x0, [x29, 280] add x0, x0, 8 ldr s2, [x0] ldr s0, [x29, 116] fmul s0, s2, s0 fsub s0, s1, s0 str s0, [x29, 128] ldr x0, [x29, 288] add x0, x0, 8 ldr s1, [x0] ldr x0, [x29, 296] ldr s0, [x0] fadd s0, s1, s0 str s0, [x29, 132] ldr x0, [x29, 288] add x0, x0, 12 ldr s1, [x0] ldr x0, [x29, 296] add x0, x0, 4 ldr s0, [x0] fsub s0, s1, s0 str s0, [x29, 136] ldr x0, [x29, 288] add x0, x0, 8 ldr s1, [x29, 132] ldr s0, [x29, 124] fadd s0, s1, s0 str s0, [x0] ldr x0, [x29, 288] add x0, x0, 12 ldr s1, [x29, 136] ldr s0, [x29, 128] fadd s0, s1, s0 str s0, [x0] ldr s1, [x29, 132] ldr s0, [x29, 124] fsub s0, s1, s0 ldr x0, [x29, 296] str s0, [x0] ldr x0, [x29, 296] add x0, x0, 4 ldr s1, [x29, 128] ldr s0, [x29, 136] fsub s0, s1, s0 str s0, [x0] ldr x0, [x29, 280] add x0, x0, 16 str x0, [x29, 280] ldr x0, [x29, 288] add x0, x0, 16 str x0, [x29, 288] ldr x0, [x29, 296] sub x0, x0, #16 str x0, [x29, 296] .L501: ldr x1, [x29, 288] ldr x0, [x29, 296] cmp x1, x0 bcc .L502 ldr x0, [x29, 24] ldrsw x1, [x29, 32] add x1, x1, 178 ldr x1, [x0, x1, lsl 3] ldrsw x0, [x29, 76] lsl x0, x0, 2 sub x0, x0, #32 add x0, x1, x0 str x0, [x29, 336] ldrsw x0, [x29, 76] lsl x0, x0, 2 sub x0, x0, #32 ldr x1, [x29, 352] add x0, x1, x0 str x0, [x29, 344] ldr x0, [x29, 40] str x0, [x29, 304] ldrsw x0, [x29, 76] lsl x0, x0, 2 sub x0, x0, #16 ldr x1, [x29, 40] add x0, x1, x0 str x0, [x29, 312] ldrsw x0, [x29, 76] lsl x0, x0, 2 ldr x1, [x29, 40] add x0, x1, x0 str x0, [x29, 320] ldrsw x0, [x29, 36] lsl x0, x0, 2 sub x0, x0, #16 ldr x1, [x29, 40] add x0, x1, x0 str x0, [x29, 328] b .L503 .L504: ldr x0, [x29, 344] add x0, x0, 24 ldr s1, [x0] ldr x0, [x29, 336] add x0, x0, 28 ldr s0, [x0] fmul s1, s1, s0 ldr x0, [x29, 344] add x0, x0, 28 ldr s2, [x0] ldr x0, [x29, 336] add x0, x0, 24 ldr s0, [x0] fmul s0, s2, s0 fsub s0, s1, s0 str s0, [x29, 100] ldr x0, [x29, 344] add x0, x0, 24 ldr s0, [x0] fneg s1, s0 ldr x0, [x29, 336] add x0, x0, 24 ldr s0, [x0] fmul s1, s1, s0 ldr x0, [x29, 344] add x0, x0, 28 ldr s2, [x0] ldr x0, [x29, 336] add x0, x0, 28 ldr s0, [x0] fmul s0, s2, s0 fsub s0, s1, s0 str s0, [x29, 104] ldr x0, [x29, 304] ldr s0, [x29, 100] str s0, [x0] ldr x0, [x29, 312] add x0, x0, 12 ldr s0, [x29, 100] fneg s0, s0 str s0, [x0] ldr x0, [x29, 320] ldr s0, [x29, 104] str s0, [x0] ldr x0, [x29, 328] add x0, x0, 12 ldr s0, [x29, 104] str s0, [x0] ldr x0, [x29, 344] add x0, x0, 16 ldr s1, [x0] ldr x0, [x29, 336] add x0, x0, 20 ldr s0, [x0] fmul s1, s1, s0 ldr x0, [x29, 344] add x0, x0, 20 ldr s2, [x0] ldr x0, [x29, 336] add x0, x0, 16 ldr s0, [x0] fmul s0, s2, s0 fsub s0, s1, s0 str s0, [x29, 108] ldr x0, [x29, 344] add x0, x0, 16 ldr s0, [x0] fneg s1, s0 ldr x0, [x29, 336] add x0, x0, 16 ldr s0, [x0] fmul s1, s1, s0 ldr x0, [x29, 344] add x0, x0, 20 ldr s2, [x0] ldr x0, [x29, 336] add x0, x0, 20 ldr s0, [x0] fmul s0, s2, s0 fsub s0, s1, s0 str s0, [x29, 112] ldr x0, [x29, 304] add x0, x0, 4 ldr s0, [x29, 108] str s0, [x0] ldr x0, [x29, 312] add x0, x0, 8 ldr s0, [x29, 108] fneg s0, s0 str s0, [x0] ldr x0, [x29, 320] add x0, x0, 4 ldr s0, [x29, 112] str s0, [x0] ldr x0, [x29, 328] add x0, x0, 8 ldr s0, [x29, 112] str s0, [x0] ldr x0, [x29, 344] add x0, x0, 8 ldr s1, [x0] ldr x0, [x29, 336] add x0, x0, 12 ldr s0, [x0] fmul s1, s1, s0 ldr x0, [x29, 344] add x0, x0, 12 ldr s2, [x0] ldr x0, [x29, 336] add x0, x0, 8 ldr s0, [x0] fmul s0, s2, s0 fsub s0, s1, s0 str s0, [x29, 100] ldr x0, [x29, 344] add x0, x0, 8 ldr s0, [x0] fneg s1, s0 ldr x0, [x29, 336] add x0, x0, 8 ldr s0, [x0] fmul s1, s1, s0 ldr x0, [x29, 344] add x0, x0, 12 ldr s2, [x0] ldr x0, [x29, 336] add x0, x0, 12 ldr s0, [x0] fmul s0, s2, s0 fsub s0, s1, s0 str s0, [x29, 104] ldr x0, [x29, 304] add x0, x0, 8 ldr s0, [x29, 100] str s0, [x0] ldr x0, [x29, 312] add x0, x0, 4 ldr s0, [x29, 100] fneg s0, s0 str s0, [x0] ldr x0, [x29, 320] add x0, x0, 8 ldr s0, [x29, 104] str s0, [x0] ldr x0, [x29, 328] add x0, x0, 4 ldr s0, [x29, 104] str s0, [x0] ldr x0, [x29, 344] ldr s1, [x0] ldr x0, [x29, 336] add x0, x0, 4 ldr s0, [x0] fmul s1, s1, s0 ldr x0, [x29, 344] add x0, x0, 4 ldr s2, [x0] ldr x0, [x29, 336] ldr s0, [x0] fmul s0, s2, s0 fsub s0, s1, s0 str s0, [x29, 108] ldr x0, [x29, 344] ldr s0, [x0] fneg s1, s0 ldr x0, [x29, 336] ldr s0, [x0] fmul s1, s1, s0 ldr x0, [x29, 344] add x0, x0, 4 ldr s2, [x0] ldr x0, [x29, 336] add x0, x0, 4 ldr s0, [x0] fmul s0, s2, s0 fsub s0, s1, s0 str s0, [x29, 112] ldr x0, [x29, 304] add x0, x0, 12 ldr s0, [x29, 108] str s0, [x0] ldr s0, [x29, 108] fneg s0, s0 ldr x0, [x29, 312] str s0, [x0] ldr x0, [x29, 320] add x0, x0, 12 ldr s0, [x29, 112] str s0, [x0] ldr x0, [x29, 328] ldr s0, [x29, 112] str s0, [x0] ldr x0, [x29, 336] sub x0, x0, #32 str x0, [x29, 336] ldr x0, [x29, 344] sub x0, x0, #32 str x0, [x29, 344] ldr x0, [x29, 304] add x0, x0, 16 str x0, [x29, 304] ldr x0, [x29, 320] add x0, x0, 16 str x0, [x29, 320] ldr x0, [x29, 312] sub x0, x0, #16 str x0, [x29, 312] ldr x0, [x29, 328] sub x0, x0, #16 str x0, [x29, 328] .L503: ldr x1, [x29, 344] ldr x0, [x29, 368] cmp x1, x0 bcs .L504 ldr x0, [x29, 24] ldr w1, [x29, 92] str w1, [x0, 140] nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [x29, 392] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L505 bl __stack_chk_fail .L505: mov sp, x29 ldp x29, x30, [sp], 400 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa 31, 0 ret .cfi_endproc .LFE65: .size inverse_mdct, .-inverse_mdct .align 2 .type get_window, %function get_window: .LFB66: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] str w1, [sp, 20] ldr w0, [sp, 20] lsl w0, w0, 1 str w0, [sp, 20] ldr x0, [sp, 24] ldr w0, [x0, 160] ldr w1, [sp, 20] cmp w1, w0 bne .L507 ldr x0, [sp, 24] ldr x0, [x0, 1456] b .L508 .L507: ldr x0, [sp, 24] ldr w0, [x0, 164] ldr w1, [sp, 20] cmp w1, w0 bne .L509 ldr x0, [sp, 24] ldr x0, [x0, 1464] b .L508 .L509: adrp x0, __PRETTY_FUNCTION__.8 add x3, x0, :lo12:__PRETTY_FUNCTION__.8 mov w2, 3109 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl __assert_fail .L508: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE66: .size get_window, .-get_window .align 2 .type do_floor, %function do_floor: .LFB67: .cfi_startproc stp x29, x30, [sp, -112]! .cfi_def_cfa_offset 112 .cfi_offset 29, -112 .cfi_offset 30, -104 mov x29, sp str x0, [sp, 56] str x1, [sp, 48] str w2, [sp, 44] str w3, [sp, 40] str x4, [sp, 32] str x5, [sp, 24] str x6, [sp, 16] ldr w0, [sp, 40] asr w0, w0, 1 str w0, [sp, 84] ldr x0, [sp, 48] ldr x2, [x0, 8] ldrsw x1, [sp, 44] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 add x0, x2, x0 ldrb w0, [x0, 2] str w0, [sp, 88] ldr x1, [sp, 48] ldrsw x0, [sp, 88] add x0, x1, x0 ldrb w0, [x0, 17] str w0, [sp, 92] ldr x1, [sp, 56] ldrsw x0, [sp, 92] add x0, x0, 88 lsl x0, x0, 1 add x0, x1, x0 ldrh w0, [x0, 12] cmp w0, 0 bne .L511 mov w1, 21 ldr x0, [sp, 56] bl error b .L512 .L511: ldr x0, [sp, 56] ldr x1, [x0, 320] ldrsw x2, [sp, 92] mov x0, 1596 mul x0, x2, x0 add x0, x1, x0 str x0, [sp, 104] str wzr, [sp, 76] ldr x0, [sp, 24] ldrsh w0, [x0] mov w1, w0 ldr x0, [sp, 104] ldrb w0, [x0, 1588] mul w0, w1, w0 str w0, [sp, 80] mov w0, 1 str w0, [sp, 72] b .L513 .L515: ldr x1, [sp, 104] ldrsw x0, [sp, 72] add x0, x1, x0 ldrb w0, [x0, 838] str w0, [sp, 68] ldrsw x0, [sp, 68] lsl x0, x0, 1 ldr x1, [sp, 24] add x0, x1, x0 ldrsh w0, [x0] cmp w0, 0 blt .L514 ldrsw x0, [sp, 68] lsl x0, x0, 1 ldr x1, [sp, 24] add x0, x1, x0 ldrsh w0, [x0] mov w1, w0 ldr x0, [sp, 104] ldrb w0, [x0, 1588] mul w0, w1, w0 str w0, [sp, 96] ldr x1, [sp, 104] ldrsw x0, [sp, 68] add x0, x0, 168 lsl x0, x0, 1 add x0, x1, x0 ldrh w0, [x0, 2] str w0, [sp, 100] ldr w5, [sp, 84] ldr w4, [sp, 96] ldr w3, [sp, 100] ldr w2, [sp, 80] ldr w1, [sp, 76] ldr x0, [sp, 32] bl draw_line ldr w0, [sp, 100] str w0, [sp, 76] ldr w0, [sp, 96] str w0, [sp, 80] .L514: ldr w0, [sp, 72] add w0, w0, 1 str w0, [sp, 72] .L513: ldr x0, [sp, 104] ldr w0, [x0, 1592] ldr w1, [sp, 72] cmp w1, w0 blt .L515 ldr w1, [sp, 76] ldr w0, [sp, 84] cmp w1, w0 bge .L516 ldr w0, [sp, 76] str w0, [sp, 68] b .L517 .L518: ldrsw x0, [sp, 68] lsl x0, x0, 2 ldr x1, [sp, 32] add x0, x1, x0 ldr s1, [x0] adrp x0, inverse_db_table add x0, x0, :lo12:inverse_db_table ldrsw x1, [sp, 80] ldr s0, [x0, x1, lsl 2] ldrsw x0, [sp, 68] lsl x0, x0, 2 ldr x1, [sp, 32] add x0, x1, x0 fmul s0, s1, s0 str s0, [x0] ldr w0, [sp, 68] add w0, w0, 1 str w0, [sp, 68] .L517: ldr w1, [sp, 68] ldr w0, [sp, 84] cmp w1, w0 blt .L518 .L516: mov w0, 1 .L512: ldp x29, x30, [sp], 112 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE67: .size do_floor, .-do_floor .section .rodata .align 3 .LC19: .string "f->alloc.alloc_buffer_length_in_bytes == f->temp_offset" .text .align 2 .type vorbis_decode_initial, %function vorbis_decode_initial: .LFB68: .cfi_startproc stp x29, x30, [sp, -96]! .cfi_def_cfa_offset 96 .cfi_offset 29, -96 .cfi_offset 30, -88 mov x29, sp str x0, [sp, 56] str x1, [sp, 48] str x2, [sp, 40] str x3, [sp, 32] str x4, [sp, 24] str x5, [sp, 16] ldr x0, [sp, 56] str wzr, [x0, 1888] ldr x0, [sp, 56] ldr w1, [x0, 1888] ldr x0, [sp, 56] str w1, [x0, 1884] .L520: ldr x0, [sp, 56] ldr w0, [x0, 144] cmp w0, 0 beq .L521 mov w0, 0 b .L522 .L521: ldr x0, [sp, 56] bl maybe_start_packet cmp w0, 0 bne .L523 mov w0, 0 b .L522 .L523: mov w1, 1 ldr x0, [sp, 56] bl get_bits cmp w0, 0 beq .L524 ldr x0, [sp, 56] ldrb w0, [x0, 68] cmp w0, 0 beq .L536 mov w1, 35 ldr x0, [sp, 56] bl error b .L522 .L536: nop .L526: ldr x0, [sp, 56] bl get8_packet cmn w0, #1 bne .L526 b .L520 .L524: ldr x0, [sp, 56] ldr x0, [x0, 120] cmp x0, 0 beq .L527 ldr x0, [sp, 56] ldr w1, [x0, 128] ldr x0, [sp, 56] ldr w0, [x0, 140] cmp w1, w0 beq .L527 adrp x0, __PRETTY_FUNCTION__.7 add x3, x0, :lo12:__PRETTY_FUNCTION__.7 mov w2, 3170 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC19 add x0, x0, :lo12:.LC19 bl __assert_fail .L527: ldr x0, [sp, 56] ldr w0, [x0, 488] sub w0, w0, #1 bl ilog mov w1, w0 ldr x0, [sp, 56] bl get_bits str w0, [sp, 80] ldr w0, [sp, 80] cmn w0, #1 bne .L528 mov w0, 0 b .L522 .L528: ldr x0, [sp, 56] ldr w0, [x0, 488] ldr w1, [sp, 80] cmp w1, w0 blt .L529 mov w0, 0 b .L522 .L529: ldr x0, [sp, 16] ldr w1, [sp, 80] str w1, [x0] ldr x0, [sp, 56] add x2, x0, 492 ldrsw x1, [sp, 80] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 1 add x0, x2, x0 str x0, [sp, 88] ldr x0, [sp, 88] ldrb w0, [x0] cmp w0, 0 beq .L530 ldr x0, [sp, 56] ldr w0, [x0, 164] str w0, [sp, 68] mov w1, 1 ldr x0, [sp, 56] bl get_bits str w0, [sp, 72] mov w1, 1 ldr x0, [sp, 56] bl get_bits str w0, [sp, 76] b .L531 .L530: str wzr, [sp, 76] ldr w0, [sp, 76] str w0, [sp, 72] ldr x0, [sp, 56] ldr w0, [x0, 160] str w0, [sp, 68] .L531: ldr w0, [sp, 68] asr w0, w0, 1 str w0, [sp, 84] ldr x0, [sp, 88] ldrb w0, [x0] cmp w0, 0 beq .L532 ldr w0, [sp, 72] cmp w0, 0 bne .L532 ldr x0, [sp, 56] ldr w0, [x0, 160] ldr w1, [sp, 68] sub w0, w1, w0 asr w1, w0, 2 ldr x0, [sp, 48] str w1, [x0] ldr x0, [sp, 56] ldr w1, [x0, 160] ldr w0, [sp, 68] add w0, w1, w0 asr w1, w0, 2 ldr x0, [sp, 40] str w1, [x0] b .L533 .L532: ldr x0, [sp, 48] str wzr, [x0] ldr x0, [sp, 40] ldr w1, [sp, 84] str w1, [x0] .L533: ldr x0, [sp, 88] ldrb w0, [x0] cmp w0, 0 beq .L534 ldr w0, [sp, 76] cmp w0, 0 bne .L534 ldr w1, [sp, 68] mov w0, w1 lsl w0, w0, 1 add w1, w0, w1 ldr x0, [sp, 56] ldr w0, [x0, 160] sub w0, w1, w0 asr w1, w0, 2 ldr x0, [sp, 32] str w1, [x0] ldr w1, [sp, 68] mov w0, w1 lsl w0, w0, 1 add w1, w0, w1 ldr x0, [sp, 56] ldr w0, [x0, 160] add w0, w1, w0 asr w1, w0, 2 ldr x0, [sp, 24] str w1, [x0] b .L535 .L534: ldr x0, [sp, 32] ldr w1, [sp, 84] str w1, [x0] ldr x0, [sp, 24] ldr w1, [sp, 68] str w1, [x0] .L535: mov w0, 1 .L522: ldp x29, x30, [sp], 96 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE68: .size vorbis_decode_initial, .-vorbis_decode_initial .align 2 .type vorbis_decode_packet_rest, %function vorbis_decode_packet_rest: .LFB69: .cfi_startproc sub sp, sp, #2704 .cfi_def_cfa_offset 2704 stp x29, x30, [sp] .cfi_offset 29, -2704 .cfi_offset 30, -2696 mov x29, sp str x0, [sp, 56] str x1, [sp, 48] str x2, [sp, 40] str w3, [sp, 36] str w4, [sp, 32] str w5, [sp, 28] str w6, [sp, 24] str x7, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 2696] mov x1, 0 ldr x0, [sp, 40] ldrb w0, [x0] ldr x1, [sp, 56] sxtw x0, w0 add x0, x0, 36 lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0, 8] str w0, [sp, 116] ldr w0, [sp, 116] asr w0, w0, 1 str w0, [sp, 120] ldr x0, [sp, 56] ldr x2, [x0, 480] ldr x0, [sp, 40] ldrb w0, [x0, 1] and x1, x0, 255 mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 4 add x0, x2, x0 str x0, [sp, 208] ldr w0, [sp, 116] asr w0, w0, 1 str w0, [sp, 124] str wzr, [sp, 76] b .L538 .L570: ldr x0, [sp, 208] ldr x2, [x0, 8] ldrsw x1, [sp, 76] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 add x0, x2, x0 ldrb w0, [x0, 2] str w0, [sp, 144] ldrsw x0, [sp, 76] lsl x0, x0, 2 add x1, sp, 392 str wzr, [x1, x0] ldr x1, [sp, 208] ldrsw x0, [sp, 144] add x0, x1, x0 ldrb w0, [x0, 17] str w0, [sp, 148] ldr x1, [sp, 56] ldrsw x0, [sp, 148] add x0, x0, 88 lsl x0, x0, 1 add x0, x1, x0 ldrh w0, [x0, 12] cmp w0, 0 bne .L539 mov w1, 21 ldr x0, [sp, 56] bl error b .L610 .L539: ldr x0, [sp, 56] ldr x1, [x0, 320] ldrsw x2, [sp, 148] mov x0, 1596 mul x0, x2, x0 add x0, x1, x0 str x0, [sp, 232] mov w1, 1 ldr x0, [sp, 56] bl get_bits cmp w0, 0 beq .L618 ldr x0, [sp, 232] ldrb w0, [x0, 1588] sub w1, w0, #1 adrp x0, range_list.6 add x0, x0, :lo12:range_list.6 sxtw x1, w1 ldr w0, [x0, x1, lsl 2] str w0, [sp, 152] mov w0, 2 str w0, [sp, 88] ldr x1, [sp, 56] ldrsw x0, [sp, 76] add x0, x0, 158 lsl x0, x0, 3 add x0, x1, x0 ldr x0, [x0, 8] str x0, [sp, 240] ldr w0, [sp, 152] bl ilog sub w0, w0, #1 mov w1, w0 ldr x0, [sp, 56] bl get_bits sxth w1, w0 ldr x0, [sp, 240] strh w1, [x0] ldr w0, [sp, 152] bl ilog sub w0, w0, #1 mov w1, w0 ldr x0, [sp, 56] bl get_bits mov w1, w0 ldr x0, [sp, 240] add x0, x0, 2 sxth w1, w1 strh w1, [x0] str wzr, [sp, 80] b .L542 .L555: ldr x1, [sp, 232] ldrsw x0, [sp, 80] add x0, x1, x0 ldrb w0, [x0, 1] str w0, [sp, 180] ldr x1, [sp, 232] ldrsw x0, [sp, 180] add x0, x1, x0 ldrb w0, [x0, 33] str w0, [sp, 184] ldr x1, [sp, 232] ldrsw x0, [sp, 180] add x0, x1, x0 ldrb w0, [x0, 49] str w0, [sp, 188] ldr w0, [sp, 188] mov w1, 1 lsl w0, w1, w0 sub w0, w0, #1 str w0, [sp, 192] str wzr, [sp, 92] ldr w0, [sp, 188] cmp w0, 0 beq .L543 ldr x0, [sp, 56] ldr x2, [x0, 176] ldr x1, [sp, 232] ldrsw x0, [sp, 180] add x0, x1, x0 ldrb w0, [x0, 65] and x1, x0, 255 mov x0, x1 lsl x0, x0, 5 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 str x0, [sp, 248] ldr x0, [sp, 56] ldr w0, [x0, 1776] cmp w0, 9 bgt .L544 ldr x0, [sp, 56] bl prep_huffman .L544: ldr x0, [sp, 56] ldr w0, [x0, 1772] and w0, w0, 1023 str w0, [sp, 92] ldr x0, [sp, 248] ldrsw x1, [sp, 92] add x1, x1, 24 ldrsh w0, [x0, x1, lsl 1] str w0, [sp, 92] ldr w0, [sp, 92] cmp w0, 0 blt .L545 ldr x0, [sp, 248] ldr x1, [x0, 8] ldrsw x0, [sp, 92] add x0, x1, x0 ldrb w0, [x0] str w0, [sp, 196] ldr x0, [sp, 56] ldr w1, [x0, 1772] ldr w0, [sp, 196] lsr w1, w1, w0 ldr x0, [sp, 56] str w1, [x0, 1772] ldr x0, [sp, 56] ldr w1, [x0, 1776] ldr w0, [sp, 196] sub w1, w1, w0 ldr x0, [sp, 56] str w1, [x0, 1776] ldr x0, [sp, 56] ldr w0, [x0, 1776] cmp w0, 0 bge .L546 ldr x0, [sp, 56] str wzr, [x0, 1776] mov w0, -1 str w0, [sp, 92] b .L546 .L545: ldr x1, [sp, 248] ldr x0, [sp, 56] bl codebook_decode_scalar_raw str w0, [sp, 92] .L546: ldr x0, [sp, 248] ldrb w0, [x0, 27] cmp w0, 0 beq .L543 ldr x0, [sp, 248] ldr x1, [x0, 2104] ldrsw x0, [sp, 92] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] str w0, [sp, 92] .L543: str wzr, [sp, 84] b .L547 .L554: ldr w1, [sp, 92] ldr w0, [sp, 192] and w0, w1, w0 ldr x1, [sp, 232] sxtw x0, w0 ldrsw x2, [sp, 180] lsl x2, x2, 3 add x0, x2, x0 add x0, x0, 40 lsl x0, x0, 1 add x0, x1, x0 ldrsh w0, [x0, 2] str w0, [sp, 200] ldr w0, [sp, 188] ldr w1, [sp, 92] asr w0, w1, w0 str w0, [sp, 92] ldr w0, [sp, 200] cmp w0, 0 blt .L548 ldr x0, [sp, 56] ldr x2, [x0, 176] ldrsw x1, [sp, 200] mov x0, x1 lsl x0, x0, 5 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 str x0, [sp, 256] ldr x0, [sp, 56] ldr w0, [x0, 1776] cmp w0, 9 bgt .L549 ldr x0, [sp, 56] bl prep_huffman .L549: ldr x0, [sp, 56] ldr w0, [x0, 1772] and w0, w0, 1023 str w0, [sp, 96] ldr x0, [sp, 256] ldrsw x1, [sp, 96] add x1, x1, 24 ldrsh w0, [x0, x1, lsl 1] str w0, [sp, 96] ldr w0, [sp, 96] cmp w0, 0 blt .L550 ldr x0, [sp, 256] ldr x1, [x0, 8] ldrsw x0, [sp, 96] add x0, x1, x0 ldrb w0, [x0] str w0, [sp, 204] ldr x0, [sp, 56] ldr w1, [x0, 1772] ldr w0, [sp, 204] lsr w1, w1, w0 ldr x0, [sp, 56] str w1, [x0, 1772] ldr x0, [sp, 56] ldr w1, [x0, 1776] ldr w0, [sp, 204] sub w1, w1, w0 ldr x0, [sp, 56] str w1, [x0, 1776] ldr x0, [sp, 56] ldr w0, [x0, 1776] cmp w0, 0 bge .L551 ldr x0, [sp, 56] str wzr, [x0, 1776] mov w0, -1 str w0, [sp, 96] b .L551 .L550: ldr x1, [sp, 256] ldr x0, [sp, 56] bl codebook_decode_scalar_raw str w0, [sp, 96] .L551: ldr x0, [sp, 256] ldrb w0, [x0, 27] cmp w0, 0 beq .L552 ldr x0, [sp, 256] ldr x1, [x0, 2104] ldrsw x0, [sp, 96] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] str w0, [sp, 96] .L552: ldr w0, [sp, 88] add w1, w0, 1 str w1, [sp, 88] sxtw x0, w0 lsl x0, x0, 1 ldr x1, [sp, 240] add x0, x1, x0 ldr w1, [sp, 96] sxth w1, w1 strh w1, [x0] b .L553 .L548: ldr w0, [sp, 88] add w1, w0, 1 str w1, [sp, 88] sxtw x0, w0 lsl x0, x0, 1 ldr x1, [sp, 240] add x0, x1, x0 strh wzr, [x0] .L553: ldr w0, [sp, 84] add w0, w0, 1 str w0, [sp, 84] .L547: ldr w1, [sp, 84] ldr w0, [sp, 184] cmp w1, w0 blt .L554 ldr w0, [sp, 80] add w0, w0, 1 str w0, [sp, 80] .L542: ldr x0, [sp, 232] ldrb w0, [x0] mov w1, w0 ldr w0, [sp, 80] cmp w0, w1 blt .L555 ldr x0, [sp, 56] ldr w0, [x0, 1776] cmn w0, #1 beq .L619 mov w0, 1 strb w0, [sp, 2441] ldrb w0, [sp, 2441] strb w0, [sp, 2440] mov w0, 2 str w0, [sp, 80] b .L557 .L565: ldr x1, [sp, 232] ldrsw x0, [sp, 80] add x0, x0, 544 lsl x0, x0, 1 add x0, x1, x0 ldrb w0, [x0] str w0, [sp, 156] ldr x1, [sp, 232] ldrsw x0, [sp, 80] lsl x0, x0, 1 add x0, x1, x0 ldrb w0, [x0, 1089] str w0, [sp, 160] ldr x1, [sp, 232] ldrsw x0, [sp, 80] add x0, x0, 168 lsl x0, x0, 1 add x0, x1, x0 ldrh w0, [x0, 2] mov w5, w0 ldr x1, [sp, 232] ldrsw x0, [sp, 156] add x0, x0, 168 lsl x0, x0, 1 add x0, x1, x0 ldrh w0, [x0, 2] mov w6, w0 ldr x1, [sp, 232] ldrsw x0, [sp, 160] add x0, x0, 168 lsl x0, x0, 1 add x0, x1, x0 ldrh w0, [x0, 2] mov w2, w0 ldrsw x0, [sp, 156] lsl x0, x0, 1 ldr x1, [sp, 240] add x0, x1, x0 ldrsh w0, [x0] mov w3, w0 ldrsw x0, [sp, 160] lsl x0, x0, 1 ldr x1, [sp, 240] add x0, x1, x0 ldrsh w0, [x0] mov w4, w0 mov w1, w6 mov w0, w5 bl predict_point str w0, [sp, 164] ldrsw x0, [sp, 80] lsl x0, x0, 1 ldr x1, [sp, 240] add x0, x1, x0 ldrsh w0, [x0] str w0, [sp, 168] ldr w1, [sp, 152] ldr w0, [sp, 164] sub w0, w1, w0 str w0, [sp, 172] ldr w0, [sp, 164] str w0, [sp, 176] ldr w1, [sp, 172] ldr w0, [sp, 176] cmp w1, w0 bge .L558 ldr w0, [sp, 172] lsl w0, w0, 1 str w0, [sp, 100] b .L559 .L558: ldr w0, [sp, 176] lsl w0, w0, 1 str w0, [sp, 100] .L559: ldr w0, [sp, 168] cmp w0, 0 beq .L560 ldrsw x0, [sp, 160] add x1, sp, 2440 mov w2, 1 strb w2, [x1, x0] ldrsw x0, [sp, 160] add x1, sp, 2440 ldrb w2, [x1, x0] ldrsw x0, [sp, 156] add x1, sp, 2440 strb w2, [x1, x0] ldrsw x0, [sp, 80] add x1, sp, 2440 mov w2, 1 strb w2, [x1, x0] ldr w1, [sp, 168] ldr w0, [sp, 100] cmp w1, w0 blt .L561 ldr w1, [sp, 172] ldr w0, [sp, 176] cmp w1, w0 ble .L562 ldr w0, [sp, 168] and w1, w0, 65535 ldr w0, [sp, 176] and w0, w0, 65535 sub w0, w1, w0 and w1, w0, 65535 ldr w0, [sp, 164] and w0, w0, 65535 add w0, w1, w0 and w2, w0, 65535 ldrsw x0, [sp, 80] lsl x0, x0, 1 ldr x1, [sp, 240] add x0, x1, x0 sxth w1, w2 strh w1, [x0] b .L563 .L562: ldr w0, [sp, 164] and w1, w0, 65535 ldr w0, [sp, 168] and w0, w0, 65535 sub w0, w1, w0 and w1, w0, 65535 ldr w0, [sp, 172] and w0, w0, 65535 add w0, w1, w0 and w0, w0, 65535 sub w0, w0, #1 and w2, w0, 65535 ldrsw x0, [sp, 80] lsl x0, x0, 1 ldr x1, [sp, 240] add x0, x1, x0 sxth w1, w2 strh w1, [x0] b .L563 .L561: ldr w0, [sp, 168] and w0, w0, 1 cmp w0, 0 beq .L564 ldr w0, [sp, 164] and w1, w0, 65535 ldr w0, [sp, 168] add w0, w0, 1 asr w0, w0, 1 and w0, w0, 65535 sub w0, w1, w0 and w2, w0, 65535 ldrsw x0, [sp, 80] lsl x0, x0, 1 ldr x1, [sp, 240] add x0, x1, x0 sxth w1, w2 strh w1, [x0] b .L563 .L564: ldr w0, [sp, 168] asr w0, w0, 1 and w1, w0, 65535 ldr w0, [sp, 164] and w0, w0, 65535 add w0, w1, w0 and w2, w0, 65535 ldrsw x0, [sp, 80] lsl x0, x0, 1 ldr x1, [sp, 240] add x0, x1, x0 sxth w1, w2 strh w1, [x0] b .L563 .L560: ldrsw x0, [sp, 80] add x1, sp, 2440 strb wzr, [x1, x0] ldrsw x0, [sp, 80] lsl x0, x0, 1 ldr x1, [sp, 240] add x0, x1, x0 ldr w1, [sp, 164] sxth w1, w1 strh w1, [x0] .L563: ldr w0, [sp, 80] add w0, w0, 1 str w0, [sp, 80] .L557: ldr x0, [sp, 232] ldr w0, [x0, 1592] ldr w1, [sp, 80] cmp w1, w0 blt .L565 str wzr, [sp, 80] b .L566 .L568: ldrsw x0, [sp, 80] add x1, sp, 2440 ldrb w0, [x1, x0] cmp w0, 0 bne .L567 ldrsw x0, [sp, 80] lsl x0, x0, 1 ldr x1, [sp, 240] add x0, x1, x0 mov w1, -1 strh w1, [x0] .L567: ldr w0, [sp, 80] add w0, w0, 1 str w0, [sp, 80] .L566: ldr x0, [sp, 232] ldr w0, [x0, 1592] ldr w1, [sp, 80] cmp w1, w0 blt .L568 b .L569 .L618: nop b .L541 .L619: nop .L541: ldrsw x0, [sp, 76] lsl x0, x0, 2 add x1, sp, 392 mov w2, 1 str w2, [x1, x0] .L569: ldr w0, [sp, 76] add w0, w0, 1 str w0, [sp, 76] .L538: ldr x0, [sp, 56] ldr w0, [x0, 4] ldr w1, [sp, 76] cmp w1, w0 blt .L570 ldr x0, [sp, 56] ldr x0, [x0, 120] cmp x0, 0 beq .L571 ldr x0, [sp, 56] ldr w1, [x0, 128] ldr x0, [sp, 56] ldr w0, [x0, 140] cmp w1, w0 beq .L571 adrp x0, __PRETTY_FUNCTION__.5 add x3, x0, :lo12:__PRETTY_FUNCTION__.5 mov w2, 3320 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC19 add x0, x0, :lo12:.LC19 bl __assert_fail .L571: ldr x0, [sp, 56] ldr w0, [x0, 4] sxtw x0, w0 lsl x2, x0, 2 add x1, sp, 392 add x0, sp, 1416 bl memcpy str wzr, [sp, 76] b .L572 .L575: ldr x0, [sp, 208] ldr x2, [x0, 8] ldrsw x1, [sp, 76] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 add x0, x2, x0 ldrb w0, [x0] sxtw x0, w0 lsl x0, x0, 2 add x1, sp, 392 ldr w0, [x1, x0] cmp w0, 0 beq .L573 ldr x0, [sp, 208] ldr x2, [x0, 8] ldrsw x1, [sp, 76] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 add x0, x2, x0 ldrb w0, [x0, 1] sxtw x0, w0 lsl x0, x0, 2 add x1, sp, 392 ldr w0, [x1, x0] cmp w0, 0 bne .L574 .L573: ldr x0, [sp, 208] ldr x2, [x0, 8] ldrsw x1, [sp, 76] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 add x0, x2, x0 ldrb w0, [x0, 1] mov w3, w0 sxtw x0, w3 lsl x0, x0, 2 add x1, sp, 392 str wzr, [x1, x0] ldr x0, [sp, 208] ldr x2, [x0, 8] ldrsw x1, [sp, 76] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 add x0, x2, x0 ldrb w0, [x0] mov w4, w0 sxtw x0, w3 lsl x0, x0, 2 add x1, sp, 392 ldr w2, [x1, x0] sxtw x0, w4 lsl x0, x0, 2 add x1, sp, 392 str w2, [x1, x0] .L574: ldr w0, [sp, 76] add w0, w0, 1 str w0, [sp, 76] .L572: ldr x0, [sp, 208] ldrh w0, [x0] mov w1, w0 ldr w0, [sp, 76] cmp w0, w1 blt .L575 str wzr, [sp, 76] b .L576 .L582: str wzr, [sp, 104] str wzr, [sp, 80] b .L577 .L581: ldr x0, [sp, 208] ldr x2, [x0, 8] ldrsw x1, [sp, 80] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 add x0, x2, x0 ldrb w0, [x0, 2] mov w1, w0 ldr w0, [sp, 76] cmp w0, w1 bne .L578 ldrsw x0, [sp, 80] lsl x0, x0, 2 add x1, sp, 392 ldr w0, [x1, x0] cmp w0, 0 beq .L579 ldrsw x0, [sp, 104] add x1, sp, 2440 mov w2, 1 strb w2, [x1, x0] ldrsw x0, [sp, 104] lsl x0, x0, 3 add x1, sp, 264 str xzr, [x1, x0] b .L580 .L579: ldrsw x0, [sp, 104] add x1, sp, 2440 strb wzr, [x1, x0] ldr x0, [sp, 56] ldrsw x1, [sp, 80] add x1, x1, 110 ldr x2, [x0, x1, lsl 3] ldrsw x0, [sp, 104] lsl x0, x0, 3 add x1, sp, 264 str x2, [x1, x0] .L580: ldr w0, [sp, 104] add w0, w0, 1 str w0, [sp, 104] .L578: ldr w0, [sp, 80] add w0, w0, 1 str w0, [sp, 80] .L577: ldr x0, [sp, 56] ldr w0, [x0, 4] ldr w1, [sp, 80] cmp w1, w0 blt .L581 ldr x1, [sp, 208] ldrsw x0, [sp, 76] add x0, x1, x0 ldrb w0, [x0, 32] str w0, [sp, 136] ldr x1, [sp, 56] ldrsw x0, [sp, 136] add x0, x0, 160 lsl x0, x0, 1 add x0, x1, x0 ldrh w0, [x0, 12] str w0, [sp, 140] add x1, sp, 2440 add x0, sp, 264 mov x5, x1 ldr w4, [sp, 136] ldr w3, [sp, 124] ldr w2, [sp, 104] mov x1, x0 ldr x0, [sp, 56] bl decode_residue ldr w0, [sp, 76] add w0, w0, 1 str w0, [sp, 76] .L576: ldr x0, [sp, 208] ldrb w0, [x0, 16] mov w1, w0 ldr w0, [sp, 76] cmp w0, w1 blt .L582 ldr x0, [sp, 56] ldr x0, [x0, 120] cmp x0, 0 beq .L583 ldr x0, [sp, 56] ldr w1, [x0, 128] ldr x0, [sp, 56] ldr w0, [x0, 140] cmp w1, w0 beq .L583 adrp x0, __PRETTY_FUNCTION__.5 add x3, x0, :lo12:__PRETTY_FUNCTION__.5 mov w2, 3353 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC19 add x0, x0, :lo12:.LC19 bl __assert_fail .L583: ldr x0, [sp, 208] ldrh w0, [x0] sub w0, w0, #1 str w0, [sp, 76] b .L584 .L594: ldr w0, [sp, 116] asr w0, w0, 1 str w0, [sp, 132] ldr x0, [sp, 208] ldr x2, [x0, 8] ldrsw x1, [sp, 76] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 add x0, x2, x0 ldrb w0, [x0] mov w1, w0 ldr x0, [sp, 56] sxtw x1, w1 add x1, x1, 110 ldr x0, [x0, x1, lsl 3] str x0, [sp, 216] ldr x0, [sp, 208] ldr x2, [x0, 8] ldrsw x1, [sp, 76] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 add x0, x2, x0 ldrb w0, [x0, 1] mov w1, w0 ldr x0, [sp, 56] sxtw x1, w1 add x1, x1, 110 ldr x0, [x0, x1, lsl 3] str x0, [sp, 224] str wzr, [sp, 80] b .L585 .L593: ldrsw x0, [sp, 80] lsl x0, x0, 2 ldr x1, [sp, 216] add x0, x1, x0 ldr s0, [x0] fcmpe s0, #0.0 bgt .L612 b .L615 .L612: ldrsw x0, [sp, 80] lsl x0, x0, 2 ldr x1, [sp, 224] add x0, x1, x0 ldr s0, [x0] fcmpe s0, #0.0 bgt .L613 b .L616 .L613: ldrsw x0, [sp, 80] lsl x0, x0, 2 ldr x1, [sp, 216] add x0, x1, x0 ldr s0, [x0] str s0, [sp, 112] ldrsw x0, [sp, 80] lsl x0, x0, 2 ldr x1, [sp, 216] add x0, x1, x0 ldr s1, [x0] ldrsw x0, [sp, 80] lsl x0, x0, 2 ldr x1, [sp, 224] add x0, x1, x0 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 108] b .L590 .L616: ldrsw x0, [sp, 80] lsl x0, x0, 2 ldr x1, [sp, 216] add x0, x1, x0 ldr s0, [x0] str s0, [sp, 108] ldrsw x0, [sp, 80] lsl x0, x0, 2 ldr x1, [sp, 216] add x0, x1, x0 ldr s1, [x0] ldrsw x0, [sp, 80] lsl x0, x0, 2 ldr x1, [sp, 224] add x0, x1, x0 ldr s0, [x0] fadd s0, s1, s0 str s0, [sp, 112] b .L590 .L615: ldrsw x0, [sp, 80] lsl x0, x0, 2 ldr x1, [sp, 224] add x0, x1, x0 ldr s0, [x0] fcmpe s0, #0.0 bgt .L614 b .L617 .L614: ldrsw x0, [sp, 80] lsl x0, x0, 2 ldr x1, [sp, 216] add x0, x1, x0 ldr s0, [x0] str s0, [sp, 112] ldrsw x0, [sp, 80] lsl x0, x0, 2 ldr x1, [sp, 216] add x0, x1, x0 ldr s1, [x0] ldrsw x0, [sp, 80] lsl x0, x0, 2 ldr x1, [sp, 224] add x0, x1, x0 ldr s0, [x0] fadd s0, s1, s0 str s0, [sp, 108] b .L590 .L617: ldrsw x0, [sp, 80] lsl x0, x0, 2 ldr x1, [sp, 216] add x0, x1, x0 ldr s0, [x0] str s0, [sp, 108] ldrsw x0, [sp, 80] lsl x0, x0, 2 ldr x1, [sp, 216] add x0, x1, x0 ldr s1, [x0] ldrsw x0, [sp, 80] lsl x0, x0, 2 ldr x1, [sp, 224] add x0, x1, x0 ldr s0, [x0] fsub s0, s1, s0 str s0, [sp, 112] .L590: ldrsw x0, [sp, 80] lsl x0, x0, 2 ldr x1, [sp, 216] add x0, x1, x0 ldr s0, [sp, 112] str s0, [x0] ldrsw x0, [sp, 80] lsl x0, x0, 2 ldr x1, [sp, 224] add x0, x1, x0 ldr s0, [sp, 108] str s0, [x0] ldr w0, [sp, 80] add w0, w0, 1 str w0, [sp, 80] .L585: ldr w1, [sp, 80] ldr w0, [sp, 132] cmp w1, w0 blt .L593 ldr w0, [sp, 76] sub w0, w0, #1 str w0, [sp, 76] .L584: ldr w0, [sp, 76] cmp w0, 0 bge .L594 str wzr, [sp, 76] b .L595 .L598: ldrsw x0, [sp, 76] lsl x0, x0, 2 add x1, sp, 1416 ldr w0, [x1, x0] cmp w0, 0 beq .L596 ldr x0, [sp, 56] ldrsw x1, [sp, 76] add x1, x1, 110 ldr x3, [x0, x1, lsl 3] ldrsw x0, [sp, 124] lsl x0, x0, 2 mov x2, x0 mov w1, 0 mov x0, x3 bl memset b .L597 .L596: ldr x0, [sp, 56] ldrsw x1, [sp, 76] add x1, x1, 110 ldr x2, [x0, x1, lsl 3] ldr x1, [sp, 56] ldrsw x0, [sp, 76] add x0, x0, 158 lsl x0, x0, 3 add x0, x1, x0 ldr x0, [x0, 8] mov x6, 0 mov x5, x0 mov x4, x2 ldr w3, [sp, 116] ldr w2, [sp, 76] ldr x1, [sp, 208] ldr x0, [sp, 56] bl do_floor .L597: ldr w0, [sp, 76] add w0, w0, 1 str w0, [sp, 76] .L595: ldr x0, [sp, 56] ldr w0, [x0, 4] ldr w1, [sp, 76] cmp w1, w0 blt .L598 str wzr, [sp, 76] b .L599 .L600: ldr x0, [sp, 56] ldrsw x1, [sp, 76] add x1, x1, 110 ldr x4, [x0, x1, lsl 3] ldr x0, [sp, 40] ldrb w0, [x0] mov w3, w0 ldr x2, [sp, 56] ldr w1, [sp, 116] mov x0, x4 bl inverse_mdct ldr w0, [sp, 76] add w0, w0, 1 str w0, [sp, 76] .L599: ldr x0, [sp, 56] ldr w0, [x0, 4] ldr w1, [sp, 76] cmp w1, w0 blt .L600 ldr x0, [sp, 56] bl flush_packet ldr x0, [sp, 56] ldrb w0, [x0, 1757] cmp w0, 0 beq .L601 ldr w0, [sp, 124] neg w0, w0 mov w1, w0 ldr x0, [sp, 56] str w1, [x0, 1400] ldr w1, [sp, 116] ldr w0, [sp, 24] sub w1, w1, w0 ldr x0, [sp, 56] str w1, [x0, 1792] ldr x0, [sp, 56] mov w1, 1 str w1, [x0, 1404] ldr x0, [sp, 56] strb wzr, [x0, 1757] b .L602 .L601: ldr x0, [sp, 56] ldr w0, [x0, 1792] cmp w0, 0 beq .L603 ldr x0, [sp, 56] ldr w0, [x0, 1792] ldr w1, [sp, 36] add w0, w1, w0 str w0, [sp, 36] ldr x0, [sp, 16] ldr w1, [sp, 36] str w1, [x0] ldr x0, [sp, 56] str wzr, [x0, 1792] b .L602 .L603: ldr x0, [sp, 56] ldr w0, [x0, 1264] cmp w0, 0 .L602: ldr x0, [sp, 56] ldr w1, [x0, 1768] ldr x0, [sp, 56] ldr w0, [x0, 1784] cmp w1, w0 bne .L604 ldr x0, [sp, 56] ldr w0, [x0, 1404] cmp w0, 0 beq .L605 ldr x0, [sp, 56] ldrb w0, [x0, 1755] and w0, w0, 4 cmp w0, 0 beq .L605 ldr x0, [sp, 56] ldr w0, [x0, 1788] ldr w2, [sp, 116] ldr w1, [sp, 24] sub w1, w2, w1 sub w0, w0, w1 str w0, [sp, 128] ldr x0, [sp, 56] ldr w1, [x0, 1400] ldr w0, [sp, 24] add w0, w1, w0 ldr w1, [sp, 128] cmp w1, w0 bcs .L605 ldr x0, [sp, 56] ldr w0, [x0, 1400] ldr w1, [sp, 128] cmp w1, w0 bcs .L606 ldr x0, [sp, 48] str wzr, [x0] b .L607 .L606: ldr x0, [sp, 56] ldr w0, [x0, 1400] ldr w1, [sp, 128] sub w0, w1, w0 mov w1, w0 ldr x0, [sp, 48] str w1, [x0] .L607: ldr x0, [sp, 48] ldr w1, [x0] ldr w0, [sp, 36] add w1, w1, w0 ldr x0, [sp, 48] str w1, [x0] ldr x0, [sp, 56] ldr w0, [x0, 1400] ldr x1, [sp, 48] ldr w1, [x1] add w1, w0, w1 ldr x0, [sp, 56] str w1, [x0, 1400] mov w0, 1 b .L610 .L605: ldr x0, [sp, 56] ldr w0, [x0, 1788] ldr w2, [sp, 124] ldr w1, [sp, 36] sub w1, w2, w1 sub w1, w0, w1 ldr x0, [sp, 56] str w1, [x0, 1400] ldr x0, [sp, 56] mov w1, 1 str w1, [x0, 1404] .L604: ldr x0, [sp, 56] ldr w0, [x0, 1404] cmp w0, 0 beq .L608 ldr x0, [sp, 56] ldr w0, [x0, 1400] ldr w2, [sp, 28] ldr w1, [sp, 36] sub w1, w2, w1 add w1, w0, w1 ldr x0, [sp, 56] str w1, [x0, 1400] .L608: ldr x0, [sp, 56] ldr x0, [x0, 120] cmp x0, 0 beq .L609 ldr x0, [sp, 56] ldr w1, [x0, 128] ldr x0, [sp, 56] ldr w0, [x0, 140] cmp w1, w0 beq .L609 adrp x0, __PRETTY_FUNCTION__.5 add x3, x0, :lo12:__PRETTY_FUNCTION__.5 mov w2, 3462 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC19 add x0, x0, :lo12:.LC19 bl __assert_fail .L609: ldr x0, [sp, 48] ldr w1, [sp, 24] str w1, [x0] mov w0, 1 .L610: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 2696] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L611 bl __stack_chk_fail .L611: mov w0, w1 ldp x29, x30, [sp] add sp, sp, 2704 .cfi_restore 29 .cfi_restore 30 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE69: .size vorbis_decode_packet_rest, .-vorbis_decode_packet_rest .align 2 .type vorbis_decode_packet, %function vorbis_decode_packet: .LFB70: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str x2, [sp, 24] str x3, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 72] mov x1, 0 add x2, sp, 60 add x1, sp, 68 add x0, sp, 64 mov x5, x2 mov x4, x1 ldr x3, [sp, 16] mov x2, x0 ldr x1, [sp, 24] ldr x0, [sp, 40] bl vorbis_decode_initial cmp w0, 0 bne .L621 mov w0, 0 b .L623 .L621: ldr x0, [sp, 40] add x2, x0, 492 ldr w0, [sp, 60] sxtw x1, w0 mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 1 add x1, x2, x0 ldr x0, [sp, 24] ldr w2, [x0] ldr w3, [sp, 64] ldr x0, [sp, 16] ldr w0, [x0] ldr w4, [sp, 68] ldr x7, [sp, 24] mov w6, w4 mov w5, w0 mov w4, w3 mov w3, w2 mov x2, x1 ldr x1, [sp, 32] ldr x0, [sp, 40] bl vorbis_decode_packet_rest .L623: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 72] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L624 bl __stack_chk_fail .L624: mov w0, w1 ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE70: .size vorbis_decode_packet, .-vorbis_decode_packet .align 2 .type vorbis_finish_frame, %function vorbis_finish_frame: .LFB71: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str x0, [sp, 40] str w1, [sp, 36] str w2, [sp, 32] str w3, [sp, 28] ldr x0, [sp, 40] ldr w0, [x0, 1264] cmp w0, 0 beq .L626 ldr x0, [sp, 40] ldr w0, [x0, 1264] str w0, [sp, 64] ldr w1, [sp, 64] ldr x0, [sp, 40] bl get_window str x0, [sp, 72] str wzr, [sp, 56] b .L627 .L630: str wzr, [sp, 60] b .L628 .L629: ldr x0, [sp, 40] ldrsw x1, [sp, 56] add x1, x1, 110 ldr x1, [x0, x1, lsl 3] ldr w2, [sp, 32] ldr w0, [sp, 60] add w0, w2, w0 sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 ldr s1, [x0] ldrsw x0, [sp, 60] lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 ldr s0, [x0] fmul s1, s1, s0 ldr x0, [sp, 40] ldrsw x1, [sp, 56] add x1, x1, 142 ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 60] lsl x0, x0, 2 add x0, x1, x0 ldr s2, [x0] ldr w0, [sp, 64] sub w1, w0, #1 ldr w0, [sp, 60] sub w0, w1, w0 sxtw x0, w0 lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 ldr s0, [x0] fmul s0, s2, s0 ldr x0, [sp, 40] ldrsw x1, [sp, 56] add x1, x1, 110 ldr x1, [x0, x1, lsl 3] ldr w2, [sp, 32] ldr w0, [sp, 60] add w0, w2, w0 sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 fadd s0, s1, s0 str s0, [x0] ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L628: ldr w1, [sp, 60] ldr w0, [sp, 64] cmp w1, w0 blt .L629 ldr w0, [sp, 56] add w0, w0, 1 str w0, [sp, 56] .L627: ldr x0, [sp, 40] ldr w0, [x0, 4] ldr w1, [sp, 56] cmp w1, w0 blt .L630 .L626: ldr x0, [sp, 40] ldr w0, [x0, 1264] str w0, [sp, 68] ldr w1, [sp, 36] ldr w0, [sp, 28] sub w1, w1, w0 ldr x0, [sp, 40] str w1, [x0, 1264] str wzr, [sp, 48] b .L631 .L634: str wzr, [sp, 52] b .L632 .L633: ldr x0, [sp, 40] ldrsw x1, [sp, 48] add x1, x1, 110 ldr x1, [x0, x1, lsl 3] ldr w2, [sp, 28] ldr w0, [sp, 52] add w0, w2, w0 sxtw x0, w0 lsl x0, x0, 2 add x1, x1, x0 ldr x0, [sp, 40] ldrsw x2, [sp, 48] add x2, x2, 142 ldr x2, [x0, x2, lsl 3] ldrsw x0, [sp, 52] lsl x0, x0, 2 add x0, x2, x0 ldr s0, [x1] str s0, [x0] ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L632: ldr w1, [sp, 28] ldr w0, [sp, 52] add w0, w1, w0 ldr w1, [sp, 36] cmp w1, w0 bgt .L633 ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] .L631: ldr x0, [sp, 40] ldr w0, [x0, 4] ldr w1, [sp, 48] cmp w1, w0 blt .L634 ldr w0, [sp, 68] cmp w0, 0 bne .L635 mov w0, 0 b .L636 .L635: ldr w1, [sp, 36] ldr w0, [sp, 28] cmp w1, w0 bge .L637 ldr w0, [sp, 36] str w0, [sp, 28] .L637: ldr x0, [sp, 40] ldr w0, [x0, 1796] ldr w2, [sp, 28] ldr w1, [sp, 32] sub w1, w2, w1 add w1, w0, w1 ldr x0, [sp, 40] str w1, [x0, 1796] ldr w1, [sp, 28] ldr w0, [sp, 32] sub w0, w1, w0 .L636: ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE71: .size vorbis_finish_frame, .-vorbis_finish_frame .align 2 .type vorbis_pump_first_frame, %function vorbis_pump_first_frame: .LFB72: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 24] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 56] mov x1, 0 add x2, sp, 48 add x1, sp, 52 add x0, sp, 44 mov x3, x2 mov x2, x1 mov x1, x0 ldr x0, [sp, 24] bl vorbis_decode_packet cmp w0, 0 beq .L641 ldr w0, [sp, 44] ldr w1, [sp, 52] ldr w2, [sp, 48] mov w3, w2 mov w2, w1 mov w1, w0 ldr x0, [sp, 24] bl vorbis_finish_frame .L641: nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 56] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L640 bl __stack_chk_fail .L640: ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE72: .size vorbis_pump_first_frame, .-vorbis_pump_first_frame .align 2 .type is_whole_packet_present, %function is_whole_packet_present: .LFB73: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 24] str w1, [sp, 20] ldr x0, [sp, 24] ldr w0, [x0, 1760] str w0, [sp, 36] mov w0, 1 str w0, [sp, 40] ldr x0, [sp, 24] ldr x0, [x0, 40] str x0, [sp, 48] ldr w0, [sp, 36] cmn w0, #1 beq .L652 b .L644 .L647: ldr x1, [sp, 24] ldrsw x0, [sp, 36] add x0, x1, x0 ldrb w0, [x0, 1500] and x0, x0, 255 ldr x1, [sp, 48] add x0, x1, x0 str x0, [sp, 48] ldr x1, [sp, 24] ldrsw x0, [sp, 36] add x0, x1, x0 ldrb w0, [x0, 1500] cmp w0, 255 bne .L667 ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L644: ldr x0, [sp, 24] ldr w0, [x0, 1496] ldr w1, [sp, 36] cmp w1, w0 blt .L647 b .L646 .L667: nop .L646: ldr w0, [sp, 20] cmp w0, 0 beq .L648 ldr x0, [sp, 24] ldr w0, [x0, 1496] sub w0, w0, #1 ldr w1, [sp, 36] cmp w1, w0 bge .L648 mov w1, 21 ldr x0, [sp, 24] bl error b .L649 .L648: ldr x0, [sp, 24] ldr w0, [x0, 1496] ldr w1, [sp, 36] cmp w1, w0 bne .L650 mov w0, -1 str w0, [sp, 36] .L650: ldr x0, [sp, 24] ldr x0, [x0, 56] ldr x1, [sp, 48] cmp x1, x0 bls .L651 mov w1, 1 ldr x0, [sp, 24] bl error b .L649 .L651: str wzr, [sp, 40] b .L652 .L666: ldr x0, [sp, 48] add x1, x0, 26 ldr x0, [sp, 24] ldr x0, [x0, 56] cmp x1, x0 bcc .L653 mov w1, 1 ldr x0, [sp, 24] bl error b .L649 .L653: mov x2, 4 adrp x0, ogg_page_header add x1, x0, :lo12:ogg_page_header ldr x0, [sp, 48] bl memcmp cmp w0, 0 beq .L654 mov w1, 21 ldr x0, [sp, 24] bl error b .L649 .L654: ldr x0, [sp, 48] add x0, x0, 4 ldrb w0, [x0] cmp w0, 0 beq .L655 mov w1, 21 ldr x0, [sp, 24] bl error b .L649 .L655: ldr w0, [sp, 40] cmp w0, 0 beq .L656 ldr x0, [sp, 24] ldr w0, [x0, 1264] cmp w0, 0 beq .L657 ldr x0, [sp, 48] add x0, x0, 5 ldrb w0, [x0] and w0, w0, 1 cmp w0, 0 beq .L657 mov w1, 21 ldr x0, [sp, 24] bl error b .L649 .L656: ldr x0, [sp, 48] add x0, x0, 5 ldrb w0, [x0] and w0, w0, 1 cmp w0, 0 bne .L657 mov w1, 21 ldr x0, [sp, 24] bl error b .L649 .L657: ldr x0, [sp, 48] add x0, x0, 26 ldrb w0, [x0] str w0, [sp, 44] ldr x0, [sp, 48] add x0, x0, 27 str x0, [sp, 56] ldrsw x0, [sp, 44] ldr x1, [sp, 56] add x0, x1, x0 str x0, [sp, 48] ldr x0, [sp, 24] ldr x0, [x0, 56] ldr x1, [sp, 48] cmp x1, x0 bls .L658 mov w1, 1 ldr x0, [sp, 24] bl error b .L649 .L658: str wzr, [sp, 36] b .L659 .L662: ldrsw x0, [sp, 36] ldr x1, [sp, 56] add x0, x1, x0 ldrb w0, [x0] and x0, x0, 255 ldr x1, [sp, 48] add x0, x1, x0 str x0, [sp, 48] ldrsw x0, [sp, 36] ldr x1, [sp, 56] add x0, x1, x0 ldrb w0, [x0] cmp w0, 255 bne .L668 ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L659: ldr w1, [sp, 36] ldr w0, [sp, 44] cmp w1, w0 blt .L662 b .L661 .L668: nop .L661: ldr w0, [sp, 20] cmp w0, 0 beq .L663 ldr w0, [sp, 44] sub w0, w0, #1 ldr w1, [sp, 36] cmp w1, w0 bge .L663 mov w1, 21 ldr x0, [sp, 24] bl error b .L649 .L663: ldr w1, [sp, 36] ldr w0, [sp, 44] cmp w1, w0 bne .L664 mov w0, -1 str w0, [sp, 36] .L664: ldr x0, [sp, 24] ldr x0, [x0, 56] ldr x1, [sp, 48] cmp x1, x0 bls .L665 mov w1, 1 ldr x0, [sp, 24] bl error b .L649 .L665: str wzr, [sp, 40] .L652: ldr w0, [sp, 36] cmn w0, #1 beq .L666 mov w0, 1 .L649: ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE73: .size is_whole_packet_present, .-is_whole_packet_present .section .rodata .align 3 .LC20: .string "f->temp_offset == f->alloc.alloc_buffer_length_in_bytes" .text .align 2 .type start_decoder, %function start_decoder: .LFB74: .cfi_startproc sub sp, sp, #1360 .cfi_def_cfa_offset 1360 stp x29, x30, [sp] .cfi_offset 29, -1360 .cfi_offset 30, -1352 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -1344 str x0, [sp, 40] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 1352] mov x1, 0 str wzr, [sp, 72] str wzr, [sp, 76] ldr x0, [sp, 40] bl start_page cmp w0, 0 bne .L670 mov w0, 0 b .L852 .L670: ldr x0, [sp, 40] ldrb w0, [x0, 1755] and w0, w0, 2 cmp w0, 0 bne .L672 mov w1, 34 ldr x0, [sp, 40] bl error b .L852 .L672: ldr x0, [sp, 40] ldrb w0, [x0, 1755] and w0, w0, 4 cmp w0, 0 beq .L673 mov w1, 34 ldr x0, [sp, 40] bl error b .L852 .L673: ldr x0, [sp, 40] ldrb w0, [x0, 1755] and w0, w0, 1 cmp w0, 0 beq .L674 mov w1, 34 ldr x0, [sp, 40] bl error b .L852 .L674: ldr x0, [sp, 40] ldr w0, [x0, 1496] cmp w0, 1 beq .L675 mov w1, 34 ldr x0, [sp, 40] bl error b .L852 .L675: ldr x0, [sp, 40] ldrb w0, [x0, 1500] cmp w0, 30 beq .L676 mov w1, 34 ldr x0, [sp, 40] bl error b .L852 .L676: ldr x0, [sp, 40] bl get8 and w0, w0, 255 cmp w0, 1 beq .L677 mov w1, 34 ldr x0, [sp, 40] bl error b .L852 .L677: add x0, sp, 1280 mov w2, 6 mov x1, x0 ldr x0, [sp, 40] bl getn cmp w0, 0 bne .L678 mov w1, 10 ldr x0, [sp, 40] bl error b .L852 .L678: add x0, sp, 1280 bl vorbis_validate cmp w0, 0 bne .L679 mov w1, 34 ldr x0, [sp, 40] bl error b .L852 .L679: ldr x0, [sp, 40] bl get32 cmp w0, 0 beq .L680 mov w1, 34 ldr x0, [sp, 40] bl error b .L852 .L680: ldr x0, [sp, 40] bl get8 and w0, w0, 255 mov w1, w0 ldr x0, [sp, 40] str w1, [x0, 4] ldr x0, [sp, 40] ldr w0, [x0, 4] cmp w0, 0 bne .L681 mov w1, 34 ldr x0, [sp, 40] bl error b .L852 .L681: ldr x0, [sp, 40] ldr w0, [x0, 4] cmp w0, 16 ble .L682 mov w1, 5 ldr x0, [sp, 40] bl error b .L852 .L682: ldr x0, [sp, 40] bl get32 mov w1, w0 ldr x0, [sp, 40] str w1, [x0] ldr x0, [sp, 40] ldr w0, [x0] cmp w0, 0 bne .L683 mov w1, 34 ldr x0, [sp, 40] bl error b .L852 .L683: ldr x0, [sp, 40] bl get32 ldr x0, [sp, 40] bl get32 ldr x0, [sp, 40] bl get32 ldr x0, [sp, 40] bl get8 strb w0, [sp, 49] ldrb w0, [sp, 49] and w0, w0, 15 str w0, [sp, 116] ldrb w0, [sp, 49] lsr w0, w0, 4 and w0, w0, 255 str w0, [sp, 120] ldr w0, [sp, 116] mov w1, 1 lsl w1, w1, w0 ldr x0, [sp, 40] str w1, [x0, 160] ldr w0, [sp, 120] mov w1, 1 lsl w1, w1, w0 ldr x0, [sp, 40] str w1, [x0, 164] ldr w0, [sp, 116] cmp w0, 5 ble .L684 ldr w0, [sp, 116] cmp w0, 13 ble .L685 .L684: mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L685: ldr w0, [sp, 120] cmp w0, 5 ble .L686 ldr w0, [sp, 120] cmp w0, 13 ble .L687 .L686: mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L687: ldr w1, [sp, 116] ldr w0, [sp, 120] cmp w1, w0 ble .L688 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L688: ldr x0, [sp, 40] bl get8 strb w0, [sp, 49] ldrb w0, [sp, 49] and w0, w0, 1 cmp w0, 0 bne .L689 mov w1, 34 ldr x0, [sp, 40] bl error b .L852 .L689: ldr x0, [sp, 40] bl start_page cmp w0, 0 bne .L690 mov w0, 0 b .L852 .L690: ldr x0, [sp, 40] bl start_packet cmp w0, 0 bne .L691 mov w0, 0 b .L852 .L691: ldr x0, [sp, 40] bl next_segment str w0, [sp, 124] ldr w1, [sp, 124] ldr x0, [sp, 40] bl skip ldr x0, [sp, 40] strb wzr, [x0, 1756] ldr w0, [sp, 124] cmp w0, 0 bne .L691 ldr x0, [sp, 40] bl start_packet cmp w0, 0 bne .L692 mov w0, 0 b .L852 .L692: ldr x0, [sp, 40] ldrb w0, [x0, 68] cmp w0, 0 beq .L693 mov w1, 1 ldr x0, [sp, 40] bl is_whole_packet_present cmp w0, 0 bne .L693 ldr x0, [sp, 40] ldr w0, [x0, 148] cmp w0, 21 bne .L694 ldr x0, [sp, 40] mov w1, 20 str w1, [x0, 148] .L694: mov w0, 0 b .L852 .L693: bl crc32_init ldr x0, [sp, 40] bl get8_packet cmp w0, 5 beq .L695 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L695: str wzr, [sp, 60] b .L696 .L697: ldr x0, [sp, 40] bl get8_packet and w2, w0, 255 ldrsw x0, [sp, 60] add x1, sp, 1280 strb w2, [x1, x0] ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L696: ldr w0, [sp, 60] cmp w0, 5 ble .L697 add x0, sp, 1280 bl vorbis_validate cmp w0, 0 bne .L698 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L698: mov w1, 8 ldr x0, [sp, 40] bl get_bits add w0, w0, 1 mov w1, w0 ldr x0, [sp, 40] str w1, [x0, 168] ldr x0, [sp, 40] ldr w0, [x0, 168] sxtw x0, w0 mov w1, w0 mov w0, 2120 mul w0, w1, w0 mov w1, w0 ldr x0, [sp, 40] bl setup_malloc mov x1, x0 ldr x0, [sp, 40] str x1, [x0, 176] ldr x0, [sp, 40] ldr x0, [x0, 176] cmp x0, 0 bne .L699 mov w1, 3 ldr x0, [sp, 40] bl error b .L852 .L699: ldr x0, [sp, 40] ldr x3, [x0, 176] ldr x0, [sp, 40] ldr w0, [x0, 168] sxtw x1, w0 mov x0, x1 lsl x0, x0, 5 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 mov x2, x0 mov w1, 0 mov x0, x3 bl memset str wzr, [sp, 60] b .L700 .L763: str wzr, [sp, 84] ldr x0, [sp, 40] ldr x2, [x0, 176] ldrsw x1, [sp, 60] mov x0, x1 lsl x0, x0, 5 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 str x0, [sp, 264] mov w1, 8 ldr x0, [sp, 40] bl get_bits strb w0, [sp, 49] ldrb w0, [sp, 49] cmp w0, 66 beq .L701 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L701: mov w1, 8 ldr x0, [sp, 40] bl get_bits strb w0, [sp, 49] ldrb w0, [sp, 49] cmp w0, 67 beq .L702 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L702: mov w1, 8 ldr x0, [sp, 40] bl get_bits strb w0, [sp, 49] ldrb w0, [sp, 49] cmp w0, 86 beq .L703 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L703: mov w1, 8 ldr x0, [sp, 40] bl get_bits strb w0, [sp, 49] mov w1, 8 ldr x0, [sp, 40] bl get_bits lsl w1, w0, 8 ldrb w0, [sp, 49] add w0, w1, w0 mov w1, w0 ldr x0, [sp, 264] str w1, [x0] mov w1, 8 ldr x0, [sp, 40] bl get_bits strb w0, [sp, 49] mov w1, 8 ldr x0, [sp, 40] bl get_bits strb w0, [sp, 51] mov w1, 8 ldr x0, [sp, 40] bl get_bits lsl w0, w0, 16 ldrb w1, [sp, 51] lsl w1, w1, 8 add w1, w0, w1 ldrb w0, [sp, 49] add w0, w1, w0 mov w1, w0 ldr x0, [sp, 264] str w1, [x0, 4] mov w1, 1 ldr x0, [sp, 40] bl get_bits str w0, [sp, 160] ldr w0, [sp, 160] cmp w0, 0 bne .L704 mov w1, 1 ldr x0, [sp, 40] bl get_bits and w1, w0, 255 b .L705 .L704: mov w1, 0 .L705: ldr x0, [sp, 264] strb w1, [x0, 27] ldr x0, [sp, 264] ldrb w0, [x0, 27] cmp w0, 0 beq .L706 ldr x0, [sp, 264] ldr w0, [x0, 4] mov w1, w0 ldr x0, [sp, 40] bl setup_temp_malloc str x0, [sp, 208] b .L707 .L706: ldr x0, [sp, 264] ldr w0, [x0, 4] mov w1, w0 ldr x0, [sp, 40] bl setup_malloc mov x1, x0 ldr x0, [sp, 264] str x1, [x0, 8] ldr x0, [sp, 264] ldr x0, [x0, 8] str x0, [sp, 208] .L707: ldr x0, [sp, 208] cmp x0, 0 bne .L708 mov w1, 3 ldr x0, [sp, 40] bl error b .L852 .L708: ldr w0, [sp, 160] cmp w0, 0 beq .L709 str wzr, [sp, 88] mov w1, 5 ldr x0, [sp, 40] bl get_bits add w0, w0, 1 str w0, [sp, 92] b .L710 .L712: ldr x0, [sp, 264] ldr w1, [x0, 4] ldr w0, [sp, 88] sub w0, w1, w0 str w0, [sp, 168] ldr w0, [sp, 168] bl ilog mov w1, w0 ldr x0, [sp, 40] bl get_bits str w0, [sp, 172] ldr w1, [sp, 88] ldr w0, [sp, 172] add w1, w1, w0 ldr x0, [sp, 264] ldr w0, [x0, 4] cmp w1, w0 ble .L711 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L711: ldrsw x0, [sp, 88] ldr x1, [sp, 208] add x0, x1, x0 ldrsw x1, [sp, 172] mov x2, x1 ldr w1, [sp, 92] bl memset ldr w1, [sp, 88] ldr w0, [sp, 172] add w0, w1, w0 str w0, [sp, 88] ldr w0, [sp, 92] add w0, w0, 1 str w0, [sp, 92] .L710: ldr x0, [sp, 264] ldr w0, [x0, 4] ldr w1, [sp, 88] cmp w1, w0 blt .L712 b .L713 .L709: str wzr, [sp, 64] b .L714 .L719: ldr x0, [sp, 264] ldrb w0, [x0, 27] cmp w0, 0 beq .L715 mov w1, 1 ldr x0, [sp, 40] bl get_bits b .L716 .L715: mov w0, 1 .L716: str w0, [sp, 164] ldr w0, [sp, 164] cmp w0, 0 beq .L717 mov w1, 5 ldr x0, [sp, 40] bl get_bits and w1, w0, 255 ldrsw x0, [sp, 64] ldr x2, [sp, 208] add x0, x2, x0 add w1, w1, 1 and w1, w1, 255 strb w1, [x0] ldr w0, [sp, 84] add w0, w0, 1 str w0, [sp, 84] b .L718 .L717: ldrsw x0, [sp, 64] ldr x1, [sp, 208] add x0, x1, x0 mov w1, -1 strb w1, [x0] .L718: ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L714: ldr x0, [sp, 264] ldr w0, [x0, 4] ldr w1, [sp, 64] cmp w1, w0 blt .L719 .L713: ldr x0, [sp, 264] ldrb w0, [x0, 27] cmp w0, 0 beq .L720 ldr x0, [sp, 264] ldr w0, [x0, 4] asr w0, w0, 2 ldr w1, [sp, 84] cmp w1, w0 blt .L720 ldr x0, [sp, 264] ldr w0, [x0, 4] ldr x1, [sp, 40] ldr w1, [x1, 16] cmp w0, w1 ble .L721 ldr x0, [sp, 264] ldr w0, [x0, 4] mov w1, w0 ldr x0, [sp, 40] str w1, [x0, 16] .L721: ldr x0, [sp, 264] ldr w0, [x0, 4] mov w1, w0 ldr x0, [sp, 40] bl setup_malloc mov x1, x0 ldr x0, [sp, 264] str x1, [x0, 8] ldr x0, [sp, 264] ldr x3, [x0, 8] ldr x0, [sp, 264] ldr w0, [x0, 4] sxtw x0, w0 mov x2, x0 ldr x1, [sp, 208] mov x0, x3 bl memcpy ldr x0, [sp, 264] ldr w0, [x0, 4] mov w2, w0 ldr x1, [sp, 208] ldr x0, [sp, 40] bl setup_temp_free ldr x0, [sp, 264] ldr x0, [x0, 8] str x0, [sp, 208] ldr x0, [sp, 264] strb wzr, [x0, 27] .L720: ldr x0, [sp, 264] ldrb w0, [x0, 27] cmp w0, 0 beq .L722 ldr w0, [sp, 84] str w0, [sp, 80] b .L723 .L722: str wzr, [sp, 80] str wzr, [sp, 64] b .L724 .L726: ldrsw x0, [sp, 64] ldr x1, [sp, 208] add x0, x1, x0 ldrb w0, [x0] cmp w0, 10 bls .L725 ldrsw x0, [sp, 64] ldr x1, [sp, 208] add x0, x1, x0 ldrb w0, [x0] cmp w0, 255 beq .L725 ldr w0, [sp, 80] add w0, w0, 1 str w0, [sp, 80] .L725: ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L724: ldr x0, [sp, 264] ldr w0, [x0, 4] ldr w1, [sp, 64] cmp w1, w0 blt .L726 .L723: ldr x0, [sp, 264] ldr w1, [sp, 80] str w1, [x0, 2112] str xzr, [sp, 200] ldr x0, [sp, 264] ldrb w0, [x0, 27] cmp w0, 0 bne .L727 ldr x0, [sp, 264] ldr w0, [x0, 4] sxtw x0, w0 lsl w0, w0, 2 mov w1, w0 ldr x0, [sp, 40] bl setup_malloc mov x1, x0 ldr x0, [sp, 264] str x1, [x0, 40] ldr x0, [sp, 264] ldr x0, [x0, 40] cmp x0, 0 bne .L728 mov w1, 3 ldr x0, [sp, 40] bl error b .L852 .L727: ldr x0, [sp, 264] ldr w0, [x0, 2112] cmp w0, 0 beq .L729 ldr x0, [sp, 264] ldr w0, [x0, 2112] mov w1, w0 ldr x0, [sp, 40] bl setup_malloc mov x1, x0 ldr x0, [sp, 264] str x1, [x0, 8] ldr x0, [sp, 264] ldr x0, [x0, 8] cmp x0, 0 bne .L730 mov w1, 3 ldr x0, [sp, 40] bl error b .L852 .L730: ldr x0, [sp, 264] ldr w0, [x0, 2112] sxtw x0, w0 lsl w0, w0, 2 mov w1, w0 ldr x0, [sp, 40] bl setup_temp_malloc mov x1, x0 ldr x0, [sp, 264] str x1, [x0, 40] ldr x0, [sp, 264] ldr x0, [x0, 40] cmp x0, 0 bne .L731 mov w1, 3 ldr x0, [sp, 40] bl error b .L852 .L731: ldr x0, [sp, 264] ldr w0, [x0, 2112] sxtw x0, w0 lsl w0, w0, 2 mov w1, w0 ldr x0, [sp, 40] bl setup_temp_malloc str x0, [sp, 200] ldr x0, [sp, 200] cmp x0, 0 bne .L729 mov w1, 3 ldr x0, [sp, 40] bl error b .L852 .L729: ldr x0, [sp, 264] ldr w0, [x0, 4] mov w1, w0 ldr x0, [sp, 264] ldr w0, [x0, 2112] sxtw x0, w0 lsl w0, w0, 3 add w0, w1, w0 str w0, [sp, 176] ldr x0, [sp, 40] ldr w0, [x0, 16] ldr w1, [sp, 176] cmp w1, w0 bls .L728 ldr x0, [sp, 40] ldr w1, [sp, 176] str w1, [x0, 16] .L728: ldr x0, [sp, 264] ldr w0, [x0, 4] ldr x3, [sp, 200] mov w2, w0 ldr x1, [sp, 208] ldr x0, [sp, 264] bl compute_codewords cmp w0, 0 bne .L732 ldr x0, [sp, 264] ldrb w0, [x0, 27] cmp w0, 0 beq .L733 mov w2, 0 ldr x1, [sp, 200] ldr x0, [sp, 40] bl setup_temp_free .L733: mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L732: ldr x0, [sp, 264] ldr w0, [x0, 2112] cmp w0, 0 beq .L734 ldr x0, [sp, 264] ldr w0, [x0, 2112] add w0, w0, 1 sxtw x0, w0 lsl w0, w0, 2 mov w1, w0 ldr x0, [sp, 40] bl setup_malloc mov x1, x0 ldr x0, [sp, 264] str x1, [x0, 2096] ldr x0, [sp, 264] ldr w0, [x0, 2112] add w0, w0, 1 sxtw x0, w0 lsl w0, w0, 2 mov w1, w0 ldr x0, [sp, 40] bl setup_malloc mov x1, x0 ldr x0, [sp, 264] str x1, [x0, 2104] ldr x0, [sp, 264] ldr x0, [x0, 2104] cmp x0, 0 beq .L735 ldr x0, [sp, 264] ldr x0, [x0, 2104] add x1, x0, 4 ldr x0, [sp, 264] str x1, [x0, 2104] ldr x0, [sp, 264] ldr x0, [x0, 2104] sub x0, x0, #4 mov w1, -1 str w1, [x0] .L735: ldr x2, [sp, 200] ldr x1, [sp, 208] ldr x0, [sp, 264] bl compute_sorted_huffman .L734: ldr x0, [sp, 264] ldrb w0, [x0, 27] cmp w0, 0 beq .L736 ldr x0, [sp, 264] ldr w0, [x0, 2112] sxtw x0, w0 lsl w0, w0, 2 mov w2, w0 ldr x1, [sp, 200] ldr x0, [sp, 40] bl setup_temp_free ldr x0, [sp, 264] ldr x1, [x0, 40] ldr x0, [sp, 264] ldr w0, [x0, 2112] sxtw x0, w0 lsl w0, w0, 2 mov w2, w0 ldr x0, [sp, 40] bl setup_temp_free ldr x0, [sp, 264] ldr w0, [x0, 4] mov w2, w0 ldr x1, [sp, 208] ldr x0, [sp, 40] bl setup_temp_free ldr x0, [sp, 264] str xzr, [x0, 40] .L736: ldr x0, [sp, 264] bl compute_accelerated_huffman mov w1, 4 ldr x0, [sp, 40] bl get_bits and w1, w0, 255 ldr x0, [sp, 264] strb w1, [x0, 25] ldr x0, [sp, 264] ldrb w0, [x0, 25] cmp w0, 2 bls .L737 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L737: ldr x0, [sp, 264] ldrb w0, [x0, 25] cmp w0, 0 beq .L738 mov w1, 32 ldr x0, [sp, 40] bl get_bits bl float32_unpack ldr x0, [sp, 264] str s0, [x0, 16] mov w1, 32 ldr x0, [sp, 40] bl get_bits bl float32_unpack ldr x0, [sp, 264] str s0, [x0, 20] mov w1, 4 ldr x0, [sp, 40] bl get_bits and w0, w0, 255 add w0, w0, 1 and w1, w0, 255 ldr x0, [sp, 264] strb w1, [x0, 24] mov w1, 1 ldr x0, [sp, 40] bl get_bits and w1, w0, 255 ldr x0, [sp, 264] strb w1, [x0, 26] ldr x0, [sp, 264] ldrb w0, [x0, 25] cmp w0, 1 bne .L739 ldr x0, [sp, 264] ldr w2, [x0, 4] ldr x0, [sp, 264] ldr w0, [x0] mov w1, w0 mov w0, w2 bl lookup1_values mov w1, w0 ldr x0, [sp, 264] str w1, [x0, 28] b .L740 .L739: ldr x0, [sp, 264] ldr w1, [x0, 4] ldr x0, [sp, 264] ldr w0, [x0] mul w0, w1, w0 mov w1, w0 ldr x0, [sp, 264] str w1, [x0, 28] .L740: ldr x0, [sp, 264] ldr w0, [x0, 28] lsl w0, w0, 1 mov w1, w0 ldr x0, [sp, 40] bl setup_temp_malloc str x0, [sp, 272] ldr x0, [sp, 272] cmp x0, 0 bne .L741 mov w1, 3 ldr x0, [sp, 40] bl error b .L852 .L741: str wzr, [sp, 64] b .L742 .L744: ldr x0, [sp, 264] ldrb w0, [x0, 24] mov w1, w0 ldr x0, [sp, 40] bl get_bits str w0, [sp, 196] ldr w0, [sp, 196] cmn w0, #1 bne .L743 ldr x0, [sp, 264] ldr w0, [x0, 28] lsl w0, w0, 1 mov w2, w0 ldr x1, [sp, 272] ldr x0, [sp, 40] bl setup_temp_free mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L743: ldrsw x0, [sp, 64] lsl x0, x0, 1 ldr x1, [sp, 272] add x0, x1, x0 ldr w1, [sp, 196] and w1, w1, 65535 strh w1, [x0] ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L742: ldr x0, [sp, 264] ldr w0, [x0, 28] mov w1, w0 ldr w0, [sp, 64] cmp w0, w1 blt .L744 ldr x0, [sp, 264] ldrb w0, [x0, 25] cmp w0, 1 bne .L745 ldr x0, [sp, 264] ldrb w0, [x0, 27] str w0, [sp, 180] ldr w0, [sp, 180] cmp w0, 0 beq .L746 ldr x0, [sp, 264] ldr w0, [x0, 2112] cmp w0, 0 beq .L854 ldr x0, [sp, 264] ldr w0, [x0, 2112] sxtw x0, w0 mov w1, w0 ldr x0, [sp, 264] ldr w0, [x0] sxtw x0, w0 mul w0, w1, w0 lsl w0, w0, 2 mov w1, w0 ldr x0, [sp, 40] bl setup_malloc mov x1, x0 ldr x0, [sp, 264] str x1, [x0, 32] b .L749 .L746: ldr x0, [sp, 264] ldr w0, [x0, 4] sxtw x0, w0 mov w1, w0 ldr x0, [sp, 264] ldr w0, [x0] sxtw x0, w0 mul w0, w1, w0 lsl w0, w0, 2 mov w1, w0 ldr x0, [sp, 40] bl setup_malloc mov x1, x0 ldr x0, [sp, 264] str x1, [x0, 32] .L749: ldr x0, [sp, 264] ldr x0, [x0, 32] cmp x0, 0 bne .L750 ldr x0, [sp, 264] ldr w0, [x0, 28] lsl w0, w0, 1 mov w2, w0 ldr x1, [sp, 272] ldr x0, [sp, 40] bl setup_temp_free mov w1, 3 ldr x0, [sp, 40] bl error b .L852 .L750: ldr w0, [sp, 180] cmp w0, 0 beq .L751 ldr x0, [sp, 264] ldr w0, [x0, 2112] b .L752 .L751: ldr x0, [sp, 264] ldr w0, [x0, 4] .L752: str w0, [sp, 184] str wzr, [sp, 64] b .L753 .L758: ldr w0, [sp, 180] cmp w0, 0 beq .L754 ldr x0, [sp, 264] ldr x1, [x0, 2104] ldrsw x0, [sp, 64] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] b .L755 .L754: ldr w0, [sp, 64] .L755: str w0, [sp, 188] mov w0, 1 str w0, [sp, 96] str wzr, [sp, 68] b .L756 .L757: ldr w1, [sp, 188] ldr w0, [sp, 96] sdiv w0, w1, w0 mov w1, w0 ldr x0, [sp, 264] ldr w0, [x0, 28] udiv w2, w1, w0 mul w0, w2, w0 sub w0, w1, w0 str w0, [sp, 192] ldrsw x0, [sp, 192] lsl x0, x0, 1 ldr x1, [sp, 272] add x0, x1, x0 ldrh w0, [x0] fmov s0, w0 scvtf s1, s0 ldr x0, [sp, 264] ldr s0, [x0, 20] fmul s1, s1, s0 ldr x0, [sp, 264] ldr s0, [x0, 16] ldr x0, [sp, 264] ldr x1, [x0, 32] ldr x0, [sp, 264] ldr w2, [x0] ldr w0, [sp, 64] mul w2, w2, w0 ldr w0, [sp, 68] add w0, w2, w0 sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 264] ldr w1, [x0, 28] ldr w0, [sp, 96] mul w0, w1, w0 str w0, [sp, 96] ldr w0, [sp, 68] add w0, w0, 1 str w0, [sp, 68] .L756: ldr x0, [sp, 264] ldr w0, [x0] ldr w1, [sp, 68] cmp w1, w0 blt .L757 ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L753: ldr w1, [sp, 64] ldr w0, [sp, 184] cmp w1, w0 blt .L758 ldr x0, [sp, 264] ldr w0, [x0, 28] lsl w0, w0, 1 mov w2, w0 ldr x1, [sp, 272] ldr x0, [sp, 40] bl setup_temp_free ldr x0, [sp, 264] mov w1, 2 strb w1, [x0, 25] b .L748 .L745: ldr x0, [sp, 264] ldr w0, [x0, 28] lsl w0, w0, 2 mov w1, w0 ldr x0, [sp, 40] bl setup_malloc mov x1, x0 ldr x0, [sp, 264] str x1, [x0, 32] str wzr, [sp, 64] b .L759 .L760: ldrsw x0, [sp, 64] lsl x0, x0, 1 ldr x1, [sp, 272] add x0, x1, x0 ldrh w0, [x0] fmov s0, w0 scvtf s1, s0 ldr x0, [sp, 264] ldr s0, [x0, 20] fmul s1, s1, s0 ldr x0, [sp, 264] ldr s0, [x0, 16] ldr x0, [sp, 264] ldr x1, [x0, 32] ldrsw x0, [sp, 64] lsl x0, x0, 2 add x0, x1, x0 fadd s0, s1, s0 str s0, [x0] ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L759: ldr x0, [sp, 264] ldr w0, [x0, 28] mov w1, w0 ldr w0, [sp, 64] cmp w0, w1 blt .L760 ldr x0, [sp, 264] ldr w0, [x0, 28] lsl w0, w0, 1 mov w2, w0 ldr x1, [sp, 272] ldr x0, [sp, 40] bl setup_temp_free b .L748 .L854: nop .L748: ldr x0, [sp, 264] ldrb w0, [x0, 25] cmp w0, 2 bne .L738 ldr x0, [sp, 264] ldrb w0, [x0, 26] cmp w0, 0 beq .L738 mov w0, 1 str w0, [sp, 64] b .L761 .L762: ldr x0, [sp, 264] ldr x1, [x0, 32] ldrsw x0, [sp, 64] lsl x0, x0, 2 sub x0, x0, #4 add x1, x1, x0 ldr x0, [sp, 264] ldr x2, [x0, 32] ldrsw x0, [sp, 64] lsl x0, x0, 2 add x0, x2, x0 ldr s0, [x1] str s0, [x0] ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L761: ldr x0, [sp, 264] ldr w0, [x0, 28] mov w1, w0 ldr w0, [sp, 64] cmp w0, w1 blt .L762 ldr x0, [sp, 264] strb wzr, [x0, 26] .L738: ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L700: ldr x0, [sp, 40] ldr w0, [x0, 168] ldr w1, [sp, 60] cmp w1, w0 blt .L763 mov w1, 6 ldr x0, [sp, 40] bl get_bits and w0, w0, 255 add w0, w0, 1 strb w0, [sp, 49] str wzr, [sp, 60] b .L764 .L766: mov w1, 16 ldr x0, [sp, 40] bl get_bits str w0, [sp, 156] ldr w0, [sp, 156] cmp w0, 0 beq .L765 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L765: ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L764: ldrb w0, [sp, 49] ldr w1, [sp, 60] cmp w1, w0 blt .L766 mov w1, 6 ldr x0, [sp, 40] bl get_bits add w0, w0, 1 mov w1, w0 ldr x0, [sp, 40] str w1, [x0, 184] ldr x0, [sp, 40] ldr w0, [x0, 184] sxtw x0, w0 mov w1, w0 mov w0, 1596 mul w0, w1, w0 mov w1, w0 ldr x0, [sp, 40] bl setup_malloc mov x1, x0 ldr x0, [sp, 40] str x1, [x0, 320] str wzr, [sp, 60] b .L767 .L793: mov w1, 16 ldr x0, [sp, 40] bl get_bits and w2, w0, 65535 ldr x1, [sp, 40] ldrsw x0, [sp, 60] add x0, x0, 88 lsl x0, x0, 1 add x0, x1, x0 mov w1, w2 strh w1, [x0, 12] ldr x1, [sp, 40] ldrsw x0, [sp, 60] add x0, x0, 88 lsl x0, x0, 1 add x0, x1, x0 ldrh w0, [x0, 12] cmp w0, 1 bls .L768 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L768: ldr x1, [sp, 40] ldrsw x0, [sp, 60] add x0, x0, 88 lsl x0, x0, 1 add x0, x1, x0 ldrh w0, [x0, 12] cmp w0, 0 bne .L769 ldr x0, [sp, 40] ldr x1, [x0, 320] ldrsw x2, [sp, 60] mov x0, 1596 mul x0, x2, x0 add x0, x1, x0 str x0, [sp, 256] mov w1, 8 ldr x0, [sp, 40] bl get_bits and w1, w0, 255 ldr x0, [sp, 256] strb w1, [x0] mov w1, 16 ldr x0, [sp, 40] bl get_bits and w1, w0, 65535 ldr x0, [sp, 256] strh w1, [x0, 2] mov w1, 16 ldr x0, [sp, 40] bl get_bits and w1, w0, 65535 ldr x0, [sp, 256] strh w1, [x0, 4] mov w1, 6 ldr x0, [sp, 40] bl get_bits and w1, w0, 255 ldr x0, [sp, 256] strb w1, [x0, 6] mov w1, 8 ldr x0, [sp, 40] bl get_bits and w1, w0, 255 ldr x0, [sp, 256] strb w1, [x0, 7] mov w1, 4 ldr x0, [sp, 40] bl get_bits and w0, w0, 255 add w0, w0, 1 and w1, w0, 255 ldr x0, [sp, 256] strb w1, [x0, 8] str wzr, [sp, 64] b .L770 .L771: mov w1, 8 ldr x0, [sp, 40] bl get_bits and w2, w0, 255 ldr x1, [sp, 256] ldrsw x0, [sp, 64] add x0, x1, x0 mov w1, w2 strb w1, [x0, 9] ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L770: ldr x0, [sp, 256] ldrb w0, [x0, 8] mov w1, w0 ldr w0, [sp, 64] cmp w0, w1 blt .L771 mov w1, 4 ldr x0, [sp, 40] bl error b .L852 .L769: ldr x0, [sp, 40] ldr x1, [x0, 320] ldrsw x2, [sp, 60] mov x0, 1596 mul x0, x2, x0 add x0, x1, x0 str x0, [sp, 248] mov w0, -1 str w0, [sp, 100] mov w1, 5 ldr x0, [sp, 40] bl get_bits and w1, w0, 255 ldr x0, [sp, 248] strb w1, [x0] str wzr, [sp, 64] b .L772 .L774: mov w1, 4 ldr x0, [sp, 40] bl get_bits and w2, w0, 255 ldr x1, [sp, 248] ldrsw x0, [sp, 64] add x0, x1, x0 mov w1, w2 strb w1, [x0, 1] ldr x1, [sp, 248] ldrsw x0, [sp, 64] add x0, x1, x0 ldrb w0, [x0, 1] mov w1, w0 ldr w0, [sp, 100] cmp w0, w1 bge .L773 ldr x1, [sp, 248] ldrsw x0, [sp, 64] add x0, x1, x0 ldrb w0, [x0, 1] str w0, [sp, 100] .L773: ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L772: ldr x0, [sp, 248] ldrb w0, [x0] mov w1, w0 ldr w0, [sp, 64] cmp w0, w1 blt .L774 str wzr, [sp, 64] b .L775 .L781: mov w1, 3 ldr x0, [sp, 40] bl get_bits and w0, w0, 255 add w0, w0, 1 and w2, w0, 255 ldr x1, [sp, 248] ldrsw x0, [sp, 64] add x0, x1, x0 mov w1, w2 strb w1, [x0, 33] mov w1, 2 ldr x0, [sp, 40] bl get_bits and w2, w0, 255 ldr x1, [sp, 248] ldrsw x0, [sp, 64] add x0, x1, x0 mov w1, w2 strb w1, [x0, 49] ldr x1, [sp, 248] ldrsw x0, [sp, 64] add x0, x1, x0 ldrb w0, [x0, 49] cmp w0, 0 beq .L776 mov w1, 8 ldr x0, [sp, 40] bl get_bits and w2, w0, 255 ldr x1, [sp, 248] ldrsw x0, [sp, 64] add x0, x1, x0 mov w1, w2 strb w1, [x0, 65] ldr x1, [sp, 248] ldrsw x0, [sp, 64] add x0, x1, x0 ldrb w0, [x0, 65] mov w1, w0 ldr x0, [sp, 40] ldr w0, [x0, 168] cmp w1, w0 blt .L776 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L776: str wzr, [sp, 68] b .L778 .L780: mov w1, 8 ldr x0, [sp, 40] bl get_bits and w0, w0, 65535 sub w0, w0, #1 and w0, w0, 65535 sxth w3, w0 ldr x1, [sp, 248] ldrsw x0, [sp, 68] ldrsw x2, [sp, 64] lsl x2, x2, 3 add x0, x2, x0 add x0, x0, 40 lsl x0, x0, 1 add x0, x1, x0 mov w1, w3 strh w1, [x0, 2] ldr x1, [sp, 248] ldrsw x0, [sp, 68] ldrsw x2, [sp, 64] lsl x2, x2, 3 add x0, x2, x0 add x0, x0, 40 lsl x0, x0, 1 add x0, x1, x0 ldrsh w0, [x0, 2] mov w1, w0 ldr x0, [sp, 40] ldr w0, [x0, 168] cmp w1, w0 blt .L779 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L779: ldr w0, [sp, 68] add w0, w0, 1 str w0, [sp, 68] .L778: ldr x1, [sp, 248] ldrsw x0, [sp, 64] add x0, x1, x0 ldrb w0, [x0, 49] mov w1, w0 mov w0, 1 lsl w0, w0, w1 ldr w1, [sp, 68] cmp w1, w0 blt .L780 ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L775: ldr w1, [sp, 64] ldr w0, [sp, 100] cmp w1, w0 ble .L781 mov w1, 2 ldr x0, [sp, 40] bl get_bits and w0, w0, 255 add w0, w0, 1 and w1, w0, 255 ldr x0, [sp, 248] strb w1, [x0, 1588] mov w1, 4 ldr x0, [sp, 40] bl get_bits and w1, w0, 255 ldr x0, [sp, 248] strb w1, [x0, 1589] ldr x0, [sp, 248] strh wzr, [x0, 338] ldr x0, [sp, 248] ldrb w0, [x0, 1589] mov w1, w0 mov w0, 1 lsl w0, w0, w1 and w1, w0, 65535 ldr x0, [sp, 248] strh w1, [x0, 340] ldr x0, [sp, 248] mov w1, 2 str w1, [x0, 1592] str wzr, [sp, 64] b .L782 .L785: ldr x1, [sp, 248] ldrsw x0, [sp, 64] add x0, x1, x0 ldrb w0, [x0, 1] str w0, [sp, 152] str wzr, [sp, 68] b .L783 .L784: ldr x0, [sp, 248] ldrb w0, [x0, 1589] mov w1, w0 ldr x0, [sp, 40] bl get_bits mov w1, w0 ldr x0, [sp, 248] ldr w0, [x0, 1592] and w2, w1, 65535 ldr x1, [sp, 248] sxtw x0, w0 add x0, x0, 168 lsl x0, x0, 1 add x0, x1, x0 mov w1, w2 strh w1, [x0, 2] ldr x0, [sp, 248] ldr w0, [x0, 1592] add w1, w0, 1 ldr x0, [sp, 248] str w1, [x0, 1592] ldr w0, [sp, 68] add w0, w0, 1 str w0, [sp, 68] .L783: ldr x1, [sp, 248] ldrsw x0, [sp, 152] add x0, x1, x0 ldrb w0, [x0, 33] mov w1, w0 ldr w0, [sp, 68] cmp w0, w1 blt .L784 ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L782: ldr x0, [sp, 248] ldrb w0, [x0] mov w1, w0 ldr w0, [sp, 64] cmp w0, w1 blt .L785 str wzr, [sp, 64] b .L786 .L787: ldr x1, [sp, 248] ldrsw x0, [sp, 64] add x0, x0, 168 lsl x0, x0, 1 add x0, x1, x0 ldrh w2, [x0, 2] ldrsw x0, [sp, 64] lsl x0, x0, 2 add x1, sp, 280 strh w2, [x1, x0] ldr w0, [sp, 64] and w2, w0, 65535 ldrsw x0, [sp, 64] lsl x0, x0, 2 add x1, sp, 282 strh w2, [x1, x0] ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L786: ldr x0, [sp, 248] ldr w0, [x0, 1592] ldr w1, [sp, 64] cmp w1, w0 blt .L787 ldr x0, [sp, 248] ldr w0, [x0, 1592] sxtw x1, w0 add x4, sp, 280 adrp x0, point_compare add x3, x0, :lo12:point_compare mov x2, 4 mov x0, x4 bl qsort str wzr, [sp, 64] b .L788 .L789: ldrsw x0, [sp, 64] lsl x0, x0, 2 add x1, sp, 282 ldrh w0, [x1, x0] and w2, w0, 255 ldr x1, [sp, 248] ldrsw x0, [sp, 64] add x0, x1, x0 mov w1, w2 strb w1, [x0, 838] ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L788: ldr x0, [sp, 248] ldr w0, [x0, 1592] ldr w1, [sp, 64] cmp w1, w0 blt .L789 mov w0, 2 str w0, [sp, 64] b .L790 .L791: ldr x0, [sp, 248] add x0, x0, 338 add x2, sp, 56 add x1, sp, 52 mov x3, x2 mov x2, x1 ldr w1, [sp, 64] bl neighbors ldr w0, [sp, 52] and w2, w0, 255 ldr x1, [sp, 248] ldrsw x0, [sp, 64] add x0, x0, 544 lsl x0, x0, 1 add x0, x1, x0 mov w1, w2 strb w1, [x0] ldr w0, [sp, 56] and w2, w0, 255 ldr x1, [sp, 248] ldrsw x0, [sp, 64] lsl x0, x0, 1 add x0, x1, x0 mov w1, w2 strb w1, [x0, 1089] ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L790: ldr x0, [sp, 248] ldr w0, [x0, 1592] ldr w1, [sp, 64] cmp w1, w0 blt .L791 ldr x0, [sp, 248] ldr w0, [x0, 1592] ldr w1, [sp, 76] cmp w1, w0 bge .L792 ldr x0, [sp, 248] ldr w0, [x0, 1592] str w0, [sp, 76] .L792: ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L767: ldr x0, [sp, 40] ldr w0, [x0, 184] ldr w1, [sp, 60] cmp w1, w0 blt .L793 mov w1, 6 ldr x0, [sp, 40] bl get_bits add w0, w0, 1 mov w1, w0 ldr x0, [sp, 40] str w1, [x0, 328] ldr x0, [sp, 40] ldr w0, [x0, 328] sxtw x0, w0 lsl w0, w0, 5 mov w1, w0 ldr x0, [sp, 40] bl setup_malloc mov x1, x0 ldr x0, [sp, 40] str x1, [x0, 464] str wzr, [sp, 60] b .L794 .L811: ldr x0, [sp, 40] ldr x1, [x0, 464] ldrsw x0, [sp, 60] lsl x0, x0, 5 add x0, x1, x0 str x0, [sp, 240] mov w1, 16 ldr x0, [sp, 40] bl get_bits and w2, w0, 65535 ldr x1, [sp, 40] ldrsw x0, [sp, 60] add x0, x0, 160 lsl x0, x0, 1 add x0, x1, x0 mov w1, w2 strh w1, [x0, 12] ldr x1, [sp, 40] ldrsw x0, [sp, 60] add x0, x0, 160 lsl x0, x0, 1 add x0, x1, x0 ldrh w0, [x0, 12] cmp w0, 2 bls .L795 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L795: mov w1, 24 ldr x0, [sp, 40] bl get_bits mov w1, w0 ldr x0, [sp, 240] str w1, [x0] mov w1, 24 ldr x0, [sp, 40] bl get_bits mov w1, w0 ldr x0, [sp, 240] str w1, [x0, 4] mov w1, 24 ldr x0, [sp, 40] bl get_bits add w1, w0, 1 ldr x0, [sp, 240] str w1, [x0, 8] mov w1, 6 ldr x0, [sp, 40] bl get_bits and w0, w0, 255 add w0, w0, 1 and w1, w0, 255 ldr x0, [sp, 240] strb w1, [x0, 12] mov w1, 8 ldr x0, [sp, 40] bl get_bits and w1, w0, 255 ldr x0, [sp, 240] strb w1, [x0, 13] str wzr, [sp, 64] b .L797 .L799: strb wzr, [sp, 48] mov w1, 3 ldr x0, [sp, 40] bl get_bits strb w0, [sp, 50] mov w1, 1 ldr x0, [sp, 40] bl get_bits cmp w0, 0 beq .L798 mov w1, 5 ldr x0, [sp, 40] bl get_bits strb w0, [sp, 48] .L798: ldrb w0, [sp, 48] ubfiz w0, w0, 3, 5 and w0, w0, 255 ldrb w1, [sp, 50] add w0, w0, w1 and w2, w0, 255 ldrsw x0, [sp, 64] add x1, sp, 1288 strb w2, [x1, x0] ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L797: ldr x0, [sp, 240] ldrb w0, [x0, 12] mov w1, w0 ldr w0, [sp, 64] cmp w0, w1 blt .L799 ldr x0, [sp, 240] ldrb w0, [x0, 12] lsl w0, w0, 4 mov w1, w0 ldr x0, [sp, 40] bl setup_malloc mov x1, x0 ldr x0, [sp, 240] str x1, [x0, 24] str wzr, [sp, 64] b .L800 .L805: str wzr, [sp, 68] b .L801 .L804: ldrsw x0, [sp, 64] add x1, sp, 1288 ldrb w0, [x1, x0] mov w1, w0 ldr w0, [sp, 68] asr w0, w1, w0 and w0, w0, 1 cmp w0, 0 beq .L802 mov w1, 8 ldr x0, [sp, 40] bl get_bits mov w2, w0 ldr x0, [sp, 240] ldr x1, [x0, 24] ldrsw x0, [sp, 64] lsl x0, x0, 4 add x0, x1, x0 sxth w2, w2 ldrsw x1, [sp, 68] strh w2, [x0, x1, lsl 1] ldr x0, [sp, 240] ldr x1, [x0, 24] ldrsw x0, [sp, 64] lsl x0, x0, 4 add x0, x1, x0 ldrsw x1, [sp, 68] ldrsh w0, [x0, x1, lsl 1] mov w1, w0 ldr x0, [sp, 40] ldr w0, [x0, 168] cmp w1, w0 blt .L803 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L802: ldr x0, [sp, 240] ldr x1, [x0, 24] ldrsw x0, [sp, 64] lsl x0, x0, 4 add x0, x1, x0 ldrsw x1, [sp, 68] mov w2, -1 strh w2, [x0, x1, lsl 1] .L803: ldr w0, [sp, 68] add w0, w0, 1 str w0, [sp, 68] .L801: ldr w0, [sp, 68] cmp w0, 7 ble .L804 ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L800: ldr x0, [sp, 240] ldrb w0, [x0, 12] mov w1, w0 ldr w0, [sp, 64] cmp w0, w1 blt .L805 ldr x0, [sp, 40] ldr x2, [x0, 176] ldr x0, [sp, 240] ldrb w0, [x0, 13] and x1, x0, 255 mov x0, x1 lsl x0, x0, 5 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr w0, [x0, 4] sxtw x0, w0 lsl w0, w0, 3 mov w1, w0 ldr x0, [sp, 40] bl setup_malloc mov x1, x0 ldr x0, [sp, 240] str x1, [x0, 16] ldr x0, [sp, 240] ldr x0, [x0, 16] cmp x0, 0 bne .L806 mov w1, 3 ldr x0, [sp, 40] bl error b .L852 .L806: ldr x0, [sp, 240] ldr x3, [x0, 16] ldr x0, [sp, 40] ldr x2, [x0, 176] ldr x0, [sp, 240] ldrb w0, [x0, 13] and x1, x0, 255 mov x0, x1 lsl x0, x0, 5 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr w0, [x0, 4] sxtw x0, w0 lsl x0, x0, 3 mov x2, x0 mov w1, 0 mov x0, x3 bl memset str wzr, [sp, 64] b .L807 .L810: ldr x0, [sp, 40] ldr x2, [x0, 176] ldr x0, [sp, 240] ldrb w0, [x0, 13] and x1, x0, 255 mov x0, x1 lsl x0, x0, 5 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr w0, [x0] str w0, [sp, 148] ldr w0, [sp, 64] str w0, [sp, 104] ldr x0, [sp, 240] ldr x1, [x0, 16] ldrsw x0, [sp, 64] lsl x0, x0, 3 add x19, x1, x0 ldr w1, [sp, 148] ldr x0, [sp, 40] bl setup_malloc str x0, [x19] ldr w0, [sp, 148] sub w0, w0, #1 str w0, [sp, 68] b .L808 .L809: ldr x0, [sp, 240] ldrb w0, [x0, 12] mov w1, w0 ldr w0, [sp, 104] sdiv w2, w0, w1 mul w1, w2, w1 sub w2, w0, w1 ldr x0, [sp, 240] ldr x1, [x0, 16] ldrsw x0, [sp, 64] lsl x0, x0, 3 add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 68] add x0, x1, x0 and w1, w2, 255 strb w1, [x0] ldr x0, [sp, 240] ldrb w0, [x0, 12] mov w1, w0 ldr w0, [sp, 104] sdiv w0, w0, w1 str w0, [sp, 104] ldr w0, [sp, 68] sub w0, w0, #1 str w0, [sp, 68] .L808: ldr w0, [sp, 68] cmp w0, 0 bge .L809 ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L807: ldr x0, [sp, 40] ldr x2, [x0, 176] ldr x0, [sp, 240] ldrb w0, [x0, 13] and x1, x0, 255 mov x0, x1 lsl x0, x0, 5 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr w0, [x0, 4] ldr w1, [sp, 64] cmp w1, w0 blt .L810 ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L794: ldr x0, [sp, 40] ldr w0, [x0, 328] ldr w1, [sp, 60] cmp w1, w0 blt .L811 mov w1, 6 ldr x0, [sp, 40] bl get_bits add w0, w0, 1 mov w1, w0 ldr x0, [sp, 40] str w1, [x0, 472] ldr x0, [sp, 40] ldr w0, [x0, 472] sxtw x0, w0 mov w1, w0 mov w0, w1 lsl w0, w0, 1 add w0, w0, w1 lsl w0, w0, 4 mov w1, w0 ldr x0, [sp, 40] bl setup_malloc mov x1, x0 ldr x0, [sp, 40] str x1, [x0, 480] str wzr, [sp, 60] b .L812 .L836: ldr x0, [sp, 40] ldr x2, [x0, 480] ldrsw x1, [sp, 60] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 4 add x0, x2, x0 str x0, [sp, 232] mov w1, 16 ldr x0, [sp, 40] bl get_bits str w0, [sp, 144] ldr w0, [sp, 144] cmp w0, 0 beq .L813 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L813: ldr x0, [sp, 40] ldr w0, [x0, 4] sxtw x0, w0 mov w1, w0 mov w0, w1 lsl w0, w0, 1 add w0, w0, w1 mov w1, w0 ldr x0, [sp, 40] bl setup_malloc mov x1, x0 ldr x0, [sp, 232] str x1, [x0, 8] mov w1, 1 ldr x0, [sp, 40] bl get_bits cmp w0, 0 beq .L814 mov w1, 4 ldr x0, [sp, 40] bl get_bits and w0, w0, 255 add w0, w0, 1 and w1, w0, 255 ldr x0, [sp, 232] strb w1, [x0, 16] b .L815 .L814: ldr x0, [sp, 232] mov w1, 1 strb w1, [x0, 16] .L815: ldr x0, [sp, 232] ldrb w0, [x0, 16] mov w1, w0 ldr w0, [sp, 72] cmp w0, w1 bge .L816 ldr x0, [sp, 232] ldrb w0, [x0, 16] str w0, [sp, 72] .L816: mov w1, 1 ldr x0, [sp, 40] bl get_bits cmp w0, 0 beq .L817 mov w1, 8 ldr x0, [sp, 40] bl get_bits and w0, w0, 65535 add w0, w0, 1 and w1, w0, 65535 ldr x0, [sp, 232] strh w1, [x0] str wzr, [sp, 68] b .L818 .L822: ldr x0, [sp, 40] ldr w0, [x0, 4] sub w0, w0, #1 bl ilog mov w1, w0 ldr x0, [sp, 40] bl get_bits mov w3, w0 ldr x0, [sp, 232] ldr x2, [x0, 8] ldrsw x1, [sp, 68] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 add x0, x2, x0 and w1, w3, 255 strb w1, [x0] ldr x0, [sp, 40] ldr w0, [x0, 4] sub w0, w0, #1 bl ilog mov w1, w0 ldr x0, [sp, 40] bl get_bits mov w3, w0 ldr x0, [sp, 232] ldr x2, [x0, 8] ldrsw x1, [sp, 68] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 add x0, x2, x0 and w1, w3, 255 strb w1, [x0, 1] ldr x0, [sp, 232] ldr x2, [x0, 8] ldrsw x1, [sp, 68] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 add x0, x2, x0 ldrb w0, [x0] mov w1, w0 ldr x0, [sp, 40] ldr w0, [x0, 4] cmp w1, w0 blt .L819 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L819: ldr x0, [sp, 232] ldr x2, [x0, 8] ldrsw x1, [sp, 68] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 add x0, x2, x0 ldrb w0, [x0, 1] mov w1, w0 ldr x0, [sp, 40] ldr w0, [x0, 4] cmp w1, w0 blt .L820 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L820: ldr x0, [sp, 232] ldr x2, [x0, 8] ldrsw x1, [sp, 68] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 add x0, x2, x0 ldrb w2, [x0] ldr x0, [sp, 232] ldr x3, [x0, 8] ldrsw x1, [sp, 68] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 add x0, x3, x0 ldrb w0, [x0, 1] cmp w2, w0 bne .L821 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L821: ldr w0, [sp, 68] add w0, w0, 1 str w0, [sp, 68] .L818: ldr x0, [sp, 232] ldrh w0, [x0] mov w1, w0 ldr w0, [sp, 68] cmp w0, w1 blt .L822 b .L823 .L817: ldr x0, [sp, 232] strh wzr, [x0] .L823: mov w1, 2 ldr x0, [sp, 40] bl get_bits cmp w0, 0 beq .L824 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L824: ldr x0, [sp, 232] ldrb w0, [x0, 16] cmp w0, 1 bls .L825 str wzr, [sp, 64] b .L826 .L828: mov w1, 4 ldr x0, [sp, 40] bl get_bits mov w3, w0 ldr x0, [sp, 232] ldr x2, [x0, 8] ldrsw x1, [sp, 64] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 add x0, x2, x0 and w1, w3, 255 strb w1, [x0, 2] ldr x0, [sp, 232] ldr x2, [x0, 8] ldrsw x1, [sp, 64] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 add x0, x2, x0 ldrb w1, [x0, 2] ldr x0, [sp, 232] ldrb w0, [x0, 16] cmp w1, w0 bcc .L827 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L827: ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L826: ldr x0, [sp, 40] ldr w0, [x0, 4] ldr w1, [sp, 64] cmp w1, w0 blt .L828 b .L829 .L825: str wzr, [sp, 64] b .L830 .L831: ldr x0, [sp, 232] ldr x2, [x0, 8] ldrsw x1, [sp, 64] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 add x0, x2, x0 strb wzr, [x0, 2] ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L830: ldr x0, [sp, 40] ldr w0, [x0, 4] ldr w1, [sp, 64] cmp w1, w0 blt .L831 .L829: str wzr, [sp, 64] b .L832 .L835: mov w1, 8 ldr x0, [sp, 40] bl get_bits mov w1, 8 ldr x0, [sp, 40] bl get_bits and w2, w0, 255 ldr x1, [sp, 232] ldrsw x0, [sp, 64] add x0, x1, x0 mov w1, w2 strb w1, [x0, 17] mov w1, 8 ldr x0, [sp, 40] bl get_bits and w2, w0, 255 ldr x1, [sp, 232] ldrsw x0, [sp, 64] add x0, x1, x0 mov w1, w2 strb w1, [x0, 32] ldr x1, [sp, 232] ldrsw x0, [sp, 64] add x0, x1, x0 ldrb w0, [x0, 17] mov w1, w0 ldr x0, [sp, 40] ldr w0, [x0, 184] cmp w1, w0 blt .L833 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L833: ldr x1, [sp, 232] ldrsw x0, [sp, 64] add x0, x1, x0 ldrb w0, [x0, 32] mov w1, w0 ldr x0, [sp, 40] ldr w0, [x0, 328] cmp w1, w0 blt .L834 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L834: ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L832: ldr x0, [sp, 232] ldrb w0, [x0, 16] mov w1, w0 ldr w0, [sp, 64] cmp w0, w1 blt .L835 ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L812: ldr x0, [sp, 40] ldr w0, [x0, 472] ldr w1, [sp, 60] cmp w1, w0 blt .L836 mov w1, 6 ldr x0, [sp, 40] bl get_bits add w0, w0, 1 mov w1, w0 ldr x0, [sp, 40] str w1, [x0, 488] str wzr, [sp, 60] b .L837 .L841: ldr x0, [sp, 40] add x2, x0, 492 ldrsw x1, [sp, 60] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 1 add x0, x2, x0 str x0, [sp, 224] mov w1, 1 ldr x0, [sp, 40] bl get_bits and w1, w0, 255 ldr x0, [sp, 224] strb w1, [x0] mov w1, 16 ldr x0, [sp, 40] bl get_bits and w1, w0, 65535 ldr x0, [sp, 224] strh w1, [x0, 2] mov w1, 16 ldr x0, [sp, 40] bl get_bits and w1, w0, 65535 ldr x0, [sp, 224] strh w1, [x0, 4] mov w1, 8 ldr x0, [sp, 40] bl get_bits and w1, w0, 255 ldr x0, [sp, 224] strb w1, [x0, 1] ldr x0, [sp, 224] ldrh w0, [x0, 2] cmp w0, 0 beq .L838 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L838: ldr x0, [sp, 224] ldrh w0, [x0, 4] cmp w0, 0 beq .L839 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L839: ldr x0, [sp, 224] ldrb w0, [x0, 1] mov w1, w0 ldr x0, [sp, 40] ldr w0, [x0, 472] cmp w1, w0 blt .L840 mov w1, 20 ldr x0, [sp, 40] bl error b .L852 .L840: ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L837: ldr x0, [sp, 40] ldr w0, [x0, 488] ldr w1, [sp, 60] cmp w1, w0 blt .L841 ldr x0, [sp, 40] bl flush_packet ldr x0, [sp, 40] str wzr, [x0, 1264] str wzr, [sp, 60] b .L842 .L843: ldr x0, [sp, 40] ldr w0, [x0, 164] sxtw x0, w0 lsl w0, w0, 2 mov w1, w0 ldr x0, [sp, 40] bl setup_malloc mov x2, x0 ldr x0, [sp, 40] ldrsw x1, [sp, 60] add x1, x1, 110 str x2, [x0, x1, lsl 3] ldr x0, [sp, 40] ldr w0, [x0, 164] sxtw x0, w0 lsl x0, x0, 2 lsr x0, x0, 1 mov w1, w0 ldr x0, [sp, 40] bl setup_malloc mov x2, x0 ldr x0, [sp, 40] ldrsw x1, [sp, 60] add x1, x1, 142 str x2, [x0, x1, lsl 3] ldrsw x0, [sp, 76] lsl w0, w0, 1 mov w1, w0 ldr x0, [sp, 40] bl setup_malloc mov x2, x0 ldr x1, [sp, 40] ldrsw x0, [sp, 60] add x0, x0, 158 lsl x0, x0, 3 add x0, x1, x0 str x2, [x0, 8] ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L842: ldr x0, [sp, 40] ldr w0, [x0, 4] ldr w1, [sp, 60] cmp w1, w0 blt .L843 ldr x0, [sp, 40] ldr w0, [x0, 160] mov w2, w0 mov w1, 0 ldr x0, [sp, 40] bl init_blocksize cmp w0, 0 bne .L844 mov w0, 0 b .L852 .L844: ldr x0, [sp, 40] ldr w0, [x0, 164] mov w2, w0 mov w1, 1 ldr x0, [sp, 40] bl init_blocksize cmp w0, 0 bne .L845 mov w0, 0 b .L852 .L845: ldr x0, [sp, 40] ldr w1, [x0, 160] ldr x0, [sp, 40] str w1, [x0, 152] ldr x0, [sp, 40] ldr w1, [x0, 164] ldr x0, [sp, 40] str w1, [x0, 156] ldr x0, [sp, 40] ldr w0, [x0, 164] sxtw x0, w0 lsl x0, x0, 2 lsr x0, x0, 1 str w0, [sp, 128] str wzr, [sp, 112] str wzr, [sp, 108] b .L846 .L848: ldr x0, [sp, 40] ldr x1, [x0, 464] ldrsw x0, [sp, 108] lsl x0, x0, 5 add x0, x1, x0 str x0, [sp, 216] ldr x0, [sp, 216] ldr w1, [x0, 4] ldr x0, [sp, 216] ldr w0, [x0] sub w0, w1, w0 str w0, [sp, 136] ldr w1, [sp, 136] ldr x0, [sp, 216] ldr w0, [x0, 8] udiv w0, w1, w0 str w0, [sp, 140] ldr w1, [sp, 140] ldr w0, [sp, 112] cmp w1, w0 ble .L847 ldr w0, [sp, 140] str w0, [sp, 112] .L847: ldr w0, [sp, 108] add w0, w0, 1 str w0, [sp, 108] .L846: ldr x0, [sp, 40] ldr w0, [x0, 328] ldr w1, [sp, 108] cmp w1, w0 blt .L848 ldrsw x0, [sp, 112] add x0, x0, 1 mov w1, w0 ldr x0, [sp, 40] ldr w0, [x0, 4] sxtw x0, w0 mul w0, w1, w0 lsl w0, w0, 3 str w0, [sp, 132] ldr x0, [sp, 40] ldr w1, [sp, 132] str w1, [x0, 12] ldr x0, [sp, 40] ldr w0, [x0, 12] ldr w1, [sp, 128] cmp w1, w0 bls .L849 ldr x0, [sp, 40] ldr w1, [sp, 128] str w1, [x0, 12] .L849: ldr x0, [sp, 40] mov w1, 1 strb w1, [x0, 1757] ldr x0, [sp, 40] ldr x0, [x0, 120] cmp x0, 0 beq .L850 ldr x0, [sp, 40] ldr w1, [x0, 140] ldr x0, [sp, 40] ldr w0, [x0, 128] cmp w1, w0 beq .L851 adrp x0, __PRETTY_FUNCTION__.4 add x3, x0, :lo12:__PRETTY_FUNCTION__.4 mov w2, 4113 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC20 add x0, x0, :lo12:.LC20 bl __assert_fail .L851: ldr x0, [sp, 40] ldr w0, [x0, 136] sxtw x1, w0 ldr x0, [sp, 40] ldr w0, [x0, 12] uxtw x0, w0 add x0, x1, x0 add x1, x0, 1896 ldr x0, [sp, 40] ldr w0, [x0, 140] uxtw x0, w0 cmp x1, x0 bls .L850 mov w1, 3 ldr x0, [sp, 40] bl error b .L852 .L850: ldr x0, [sp, 40] bl stb_vorbis_get_file_offset mov w1, w0 ldr x0, [sp, 40] str w1, [x0, 72] mov w0, 1 .L852: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 1352] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L853 bl __stack_chk_fail .L853: mov w0, w1 ldr x19, [sp, 16] ldp x29, x30, [sp] add sp, sp, 1360 .cfi_restore 29 .cfi_restore 30 .cfi_restore 19 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE74: .size start_decoder, .-start_decoder .align 2 .type vorbis_deinit, %function vorbis_deinit: .LFB75: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 24] str wzr, [sp, 40] b .L856 .L860: ldr x0, [sp, 24] ldr x1, [x0, 464] ldrsw x0, [sp, 40] lsl x0, x0, 5 add x0, x1, x0 str x0, [sp, 56] ldr x0, [sp, 56] ldr x0, [x0, 16] cmp x0, 0 beq .L857 str wzr, [sp, 44] b .L858 .L859: ldr x0, [sp, 56] ldr x1, [x0, 16] ldrsw x0, [sp, 44] lsl x0, x0, 3 add x0, x1, x0 ldr x0, [x0] mov x1, x0 ldr x0, [sp, 24] bl setup_free ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L858: ldr x0, [sp, 24] ldr x2, [x0, 176] ldr x0, [sp, 56] ldrb w0, [x0, 13] and x1, x0, 255 mov x0, x1 lsl x0, x0, 5 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr w0, [x0, 4] ldr w1, [sp, 44] cmp w1, w0 blt .L859 ldr x0, [sp, 56] ldr x0, [x0, 16] mov x1, x0 ldr x0, [sp, 24] bl setup_free .L857: ldr x0, [sp, 56] ldr x0, [x0, 24] mov x1, x0 ldr x0, [sp, 24] bl setup_free ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L856: ldr x0, [sp, 24] ldr w0, [x0, 328] ldr w1, [sp, 40] cmp w1, w0 blt .L860 ldr x0, [sp, 24] ldr x0, [x0, 176] cmp x0, 0 beq .L861 str wzr, [sp, 40] b .L862 .L865: ldr x0, [sp, 24] ldr x2, [x0, 176] ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 5 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 str x0, [sp, 48] ldr x0, [sp, 48] ldr x0, [x0, 8] mov x1, x0 ldr x0, [sp, 24] bl setup_free ldr x0, [sp, 48] ldr x0, [x0, 32] mov x1, x0 ldr x0, [sp, 24] bl setup_free ldr x0, [sp, 48] ldr x0, [x0, 40] mov x1, x0 ldr x0, [sp, 24] bl setup_free ldr x0, [sp, 48] ldr x0, [x0, 2096] mov x1, x0 ldr x0, [sp, 24] bl setup_free ldr x0, [sp, 48] ldr x0, [x0, 2104] cmp x0, 0 beq .L863 ldr x0, [sp, 48] ldr x0, [x0, 2104] sub x0, x0, #4 b .L864 .L863: mov x0, 0 .L864: mov x1, x0 ldr x0, [sp, 24] bl setup_free ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L862: ldr x0, [sp, 24] ldr w0, [x0, 168] ldr w1, [sp, 40] cmp w1, w0 blt .L865 ldr x0, [sp, 24] ldr x0, [x0, 176] mov x1, x0 ldr x0, [sp, 24] bl setup_free .L861: ldr x0, [sp, 24] ldr x0, [x0, 320] mov x1, x0 ldr x0, [sp, 24] bl setup_free ldr x0, [sp, 24] ldr x0, [x0, 464] mov x1, x0 ldr x0, [sp, 24] bl setup_free str wzr, [sp, 40] b .L866 .L867: ldr x0, [sp, 24] ldr x2, [x0, 480] ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 4 add x0, x2, x0 ldr x0, [x0, 8] mov x1, x0 ldr x0, [sp, 24] bl setup_free ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L866: ldr x0, [sp, 24] ldr w0, [x0, 472] ldr w1, [sp, 40] cmp w1, w0 blt .L867 ldr x0, [sp, 24] ldr x0, [x0, 480] mov x1, x0 ldr x0, [sp, 24] bl setup_free str wzr, [sp, 40] b .L868 .L869: ldr x0, [sp, 24] ldrsw x1, [sp, 40] add x1, x1, 110 ldr x0, [x0, x1, lsl 3] mov x1, x0 ldr x0, [sp, 24] bl setup_free ldr x0, [sp, 24] ldrsw x1, [sp, 40] add x1, x1, 142 ldr x0, [x0, x1, lsl 3] mov x1, x0 ldr x0, [sp, 24] bl setup_free ldr x1, [sp, 24] ldrsw x0, [sp, 40] add x0, x0, 158 lsl x0, x0, 3 add x0, x1, x0 ldr x0, [x0, 8] mov x1, x0 ldr x0, [sp, 24] bl setup_free ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L868: ldr x0, [sp, 24] ldr w0, [x0, 4] ldr w1, [sp, 40] cmp w1, w0 blt .L869 str wzr, [sp, 40] b .L870 .L871: ldr x0, [sp, 24] ldrsw x1, [sp, 40] add x1, x1, 176 ldr x0, [x0, x1, lsl 3] mov x1, x0 ldr x0, [sp, 24] bl setup_free ldr x0, [sp, 24] ldrsw x1, [sp, 40] add x1, x1, 178 ldr x0, [x0, x1, lsl 3] mov x1, x0 ldr x0, [sp, 24] bl setup_free ldr x0, [sp, 24] ldrsw x1, [sp, 40] add x1, x1, 180 ldr x0, [x0, x1, lsl 3] mov x1, x0 ldr x0, [sp, 24] bl setup_free ldr x0, [sp, 24] ldrsw x1, [sp, 40] add x1, x1, 182 ldr x0, [x0, x1, lsl 3] mov x1, x0 ldr x0, [sp, 24] bl setup_free ldr x0, [sp, 24] ldrsw x1, [sp, 40] add x1, x1, 184 ldr x0, [x0, x1, lsl 3] mov x1, x0 ldr x0, [sp, 24] bl setup_free ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L870: ldr w0, [sp, 40] cmp w0, 1 ble .L871 ldr x0, [sp, 24] ldr w0, [x0, 36] cmp w0, 0 beq .L873 ldr x0, [sp, 24] ldr x0, [x0, 24] bl fclose .L873: nop ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE75: .size vorbis_deinit, .-vorbis_deinit .align 2 .global stb_vorbis_close .type stb_vorbis_close, %function stb_vorbis_close: .LFB76: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] cmp x0, 0 beq .L877 ldr x0, [sp, 24] bl vorbis_deinit ldr x1, [sp, 24] ldr x0, [sp, 24] bl setup_free b .L874 .L877: nop .L874: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE76: .size stb_vorbis_close, .-stb_vorbis_close .align 2 .type vorbis_init, %function vorbis_init: .LFB77: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] mov x2, 1896 mov w1, 0 ldr x0, [sp, 24] bl memset ldr x0, [sp, 16] cmp x0, 0 beq .L879 ldr x2, [sp, 24] ldr x0, [sp, 16] ldp x0, x1, [x0] stp x0, x1, [x2, 120] ldr x0, [sp, 24] ldr w0, [x0, 128] add w0, w0, 3 and w1, w0, -4 ldr x0, [sp, 24] str w1, [x0, 128] ldr x0, [sp, 24] ldr w1, [x0, 128] ldr x0, [sp, 24] str w1, [x0, 140] .L879: ldr x0, [sp, 24] str wzr, [x0, 144] ldr x0, [sp, 24] str wzr, [x0, 148] ldr x0, [sp, 24] str xzr, [x0, 40] ldr x0, [sp, 24] str xzr, [x0, 176] ldr x0, [sp, 24] mov w1, -1 str w1, [x0, 1800] ldr x0, [sp, 24] str wzr, [x0, 36] ldr x0, [sp, 24] str xzr, [x0, 24] nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE77: .size vorbis_init, .-vorbis_init .align 2 .global stb_vorbis_get_sample_offset .type stb_vorbis_get_sample_offset, %function stb_vorbis_get_sample_offset: .LFB78: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, 8] ldr x0, [sp, 8] ldr w0, [x0, 1404] cmp w0, 0 beq .L881 ldr x0, [sp, 8] ldr w0, [x0, 1400] b .L882 .L881: mov w0, -1 .L882: add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE78: .size stb_vorbis_get_sample_offset, .-stb_vorbis_get_sample_offset .align 2 .global stb_vorbis_get_info .type stb_vorbis_get_info, %function stb_vorbis_get_info: .LFB79: .cfi_startproc sub sp, sp, #48 .cfi_def_cfa_offset 48 mov x1, x8 str x0, [sp, 8] ldr x0, [sp, 8] ldr w0, [x0, 4] str w0, [sp, 28] ldr x0, [sp, 8] ldr w0, [x0] str w0, [sp, 24] ldr x0, [sp, 8] ldr w0, [x0, 8] str w0, [sp, 32] ldr x0, [sp, 8] ldr w0, [x0, 16] str w0, [sp, 36] ldr x0, [sp, 8] ldr w0, [x0, 12] str w0, [sp, 40] ldr x0, [sp, 8] ldr w0, [x0, 164] asr w0, w0, 1 str w0, [sp, 44] mov x3, x1 add x2, sp, 24 ldp x0, x1, [x2] stp x0, x1, [x3] ldr x0, [x2, 16] str x0, [x3, 16] add sp, sp, 48 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE79: .size stb_vorbis_get_info, .-stb_vorbis_get_info .align 2 .global stb_vorbis_get_error .type stb_vorbis_get_error, %function stb_vorbis_get_error: .LFB80: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] ldr x0, [sp, 8] ldr w0, [x0, 148] str w0, [sp, 28] ldr x0, [sp, 8] str wzr, [x0, 148] ldr w0, [sp, 28] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE80: .size stb_vorbis_get_error, .-stb_vorbis_get_error .align 2 .type vorbis_alloc, %function vorbis_alloc: .LFB81: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] mov w1, 1896 ldr x0, [sp, 24] bl setup_malloc str x0, [sp, 40] ldr x0, [sp, 40] ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE81: .size vorbis_alloc, .-vorbis_alloc .align 2 .global stb_vorbis_flush_pushdata .type stb_vorbis_flush_pushdata, %function stb_vorbis_flush_pushdata: .LFB82: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, 8] ldr x0, [sp, 8] str wzr, [x0, 1264] ldr x0, [sp, 8] str wzr, [x0, 1800] ldr x0, [sp, 8] str wzr, [x0, 1792] ldr x0, [sp, 8] str wzr, [x0, 1404] ldr x0, [sp, 8] strb wzr, [x0, 1757] ldr x0, [sp, 8] str wzr, [x0, 1796] ldr x0, [sp, 8] str wzr, [x0, 1884] ldr x0, [sp, 8] str wzr, [x0, 1888] nop add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE82: .size stb_vorbis_flush_pushdata, .-stb_vorbis_flush_pushdata .align 2 .type vorbis_search_for_page_pushdata, %function vorbis_search_for_page_pushdata: .LFB83: .cfi_startproc stp x29, x30, [sp, -96]! .cfi_def_cfa_offset 96 .cfi_offset 29, -96 .cfi_offset 30, -88 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str w2, [sp, 28] str wzr, [sp, 60] b .L891 .L892: ldr x2, [sp, 40] ldrsw x1, [sp, 60] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 str wzr, [x0, 1816] ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L891: ldr x0, [sp, 40] ldr w0, [x0, 1800] ldr w1, [sp, 60] cmp w1, w0 blt .L892 ldr x0, [sp, 40] ldr w0, [x0, 1800] cmp w0, 3 bgt .L893 ldr w0, [sp, 28] cmp w0, 3 bgt .L894 mov w0, 0 b .L895 .L894: ldr w0, [sp, 28] sub w0, w0, #3 str w0, [sp, 28] str wzr, [sp, 60] b .L896 .L908: ldrsw x0, [sp, 60] ldr x1, [sp, 32] add x0, x1, x0 ldrb w0, [x0] cmp w0, 79 bne .L897 ldrsw x0, [sp, 60] ldr x1, [sp, 32] add x3, x1, x0 mov x2, 4 adrp x0, ogg_page_header add x1, x0, :lo12:ogg_page_header mov x0, x3 bl memcmp cmp w0, 0 bne .L897 ldr w0, [sp, 60] add w0, w0, 26 ldr w1, [sp, 28] cmp w1, w0 ble .L898 ldr w0, [sp, 60] add w0, w0, 27 ldrsw x1, [sp, 60] add x1, x1, 26 ldr x2, [sp, 32] add x1, x2, x1 ldrb w1, [x1] add w0, w0, w1 ldr w1, [sp, 28] cmp w1, w0 bgt .L899 .L898: ldr w0, [sp, 60] str w0, [sp, 28] b .L893 .L899: ldrsw x0, [sp, 60] add x0, x0, 26 ldr x1, [sp, 32] add x0, x1, x0 ldrb w0, [x0] add w0, w0, 27 str w0, [sp, 68] str wzr, [sp, 64] b .L900 .L901: ldr w0, [sp, 60] add w1, w0, 27 ldr w0, [sp, 64] add w0, w1, w0 sxtw x0, w0 ldr x1, [sp, 32] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 ldr w0, [sp, 68] add w0, w0, w1 str w0, [sp, 68] ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L900: ldrsw x0, [sp, 60] add x0, x0, 26 ldr x1, [sp, 32] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 ldr w0, [sp, 64] cmp w0, w1 blt .L901 str wzr, [sp, 72] str wzr, [sp, 64] b .L902 .L903: ldr w1, [sp, 60] ldr w0, [sp, 64] add w0, w1, w0 sxtw x0, w0 ldr x1, [sp, 32] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 ldr w0, [sp, 72] bl crc32_update str w0, [sp, 72] ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L902: ldr w0, [sp, 64] cmp w0, 21 ble .L903 b .L904 .L905: mov w1, 0 ldr w0, [sp, 72] bl crc32_update str w0, [sp, 72] ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L904: ldr w0, [sp, 64] cmp w0, 25 ble .L905 ldr x0, [sp, 40] ldr w0, [x0, 1800] add w2, w0, 1 ldr x1, [sp, 40] str w2, [x1, 1800] str w0, [sp, 88] ldr w1, [sp, 68] ldr w0, [sp, 64] sub w2, w1, w0 ldr x3, [sp, 40] ldrsw x1, [sp, 88] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 2 add x0, x3, x0 str w2, [x0, 1808] ldr x2, [sp, 40] ldrsw x1, [sp, 88] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w1, [sp, 72] str w1, [x0, 1812] ldrsw x0, [sp, 60] add x0, x0, 22 ldr x1, [sp, 32] add x0, x1, x0 ldrb w0, [x0] mov w2, w0 ldrsw x0, [sp, 60] add x0, x0, 23 ldr x1, [sp, 32] add x0, x1, x0 ldrb w0, [x0] lsl w0, w0, 8 add w1, w2, w0 ldrsw x0, [sp, 60] add x0, x0, 24 ldr x2, [sp, 32] add x0, x2, x0 ldrb w0, [x0] lsl w0, w0, 16 add w1, w1, w0 ldrsw x0, [sp, 60] add x0, x0, 25 ldr x2, [sp, 32] add x0, x2, x0 ldrb w0, [x0] lsl w0, w0, 24 add w0, w1, w0 mov w3, w0 ldr x2, [sp, 40] ldrsw x1, [sp, 88] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 str w3, [x0, 1804] ldr w0, [sp, 60] add w0, w0, 27 ldrsw x1, [sp, 60] add x1, x1, 26 ldr x2, [sp, 32] add x1, x2, x1 ldrb w1, [x1] add w0, w0, w1 sxtw x0, w0 sub x0, x0, #1 ldr x1, [sp, 32] add x0, x1, x0 ldrb w0, [x0] cmp w0, 255 bne .L906 ldr x2, [sp, 40] ldrsw x1, [sp, 88] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 mov w1, -1 str w1, [x0, 1820] b .L907 .L906: ldrsw x0, [sp, 60] add x0, x0, 6 ldr x1, [sp, 32] add x0, x1, x0 ldrb w0, [x0] mov w2, w0 ldrsw x0, [sp, 60] add x0, x0, 7 ldr x1, [sp, 32] add x0, x1, x0 ldrb w0, [x0] lsl w0, w0, 8 add w1, w2, w0 ldrsw x0, [sp, 60] add x0, x0, 8 ldr x2, [sp, 32] add x0, x2, x0 ldrb w0, [x0] lsl w0, w0, 16 add w1, w1, w0 ldrsw x0, [sp, 60] add x0, x0, 9 ldr x2, [sp, 32] add x0, x2, x0 ldrb w0, [x0] lsl w0, w0, 24 add w0, w1, w0 mov w3, w0 ldr x2, [sp, 40] ldrsw x1, [sp, 88] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 str w3, [x0, 1820] .L907: ldr w1, [sp, 60] ldr w0, [sp, 64] add w2, w1, w0 ldr x3, [sp, 40] ldrsw x1, [sp, 88] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 2 add x0, x3, x0 str w2, [x0, 1816] ldr x0, [sp, 40] ldr w0, [x0, 1800] cmp w0, 4 beq .L916 .L897: ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L896: ldr w1, [sp, 60] ldr w0, [sp, 28] cmp w1, w0 blt .L908 b .L893 .L916: nop .L893: str wzr, [sp, 60] b .L909 .L915: ldr x2, [sp, 40] ldrsw x1, [sp, 60] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w0, [x0, 1816] str w0, [sp, 92] ldr x2, [sp, 40] ldrsw x1, [sp, 60] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w0, [x0, 1808] str w0, [sp, 84] ldr w1, [sp, 28] ldr w0, [sp, 92] sub w0, w1, w0 ldr w1, [sp, 84] cmp w1, w0 ble .L910 ldr w1, [sp, 28] ldr w0, [sp, 92] sub w0, w1, w0 str w0, [sp, 84] .L910: ldr x2, [sp, 40] ldrsw x1, [sp, 60] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w0, [x0, 1812] str w0, [sp, 76] str wzr, [sp, 80] b .L911 .L912: ldr w1, [sp, 92] ldr w0, [sp, 80] add w0, w1, w0 sxtw x0, w0 ldr x1, [sp, 32] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 ldr w0, [sp, 76] bl crc32_update str w0, [sp, 76] ldr w0, [sp, 80] add w0, w0, 1 str w0, [sp, 80] .L911: ldr w1, [sp, 80] ldr w0, [sp, 84] cmp w1, w0 blt .L912 ldr x2, [sp, 40] ldrsw x1, [sp, 60] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w1, [x0, 1808] ldr w0, [sp, 84] sub w2, w1, w0 ldr x3, [sp, 40] ldrsw x1, [sp, 60] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 2 add x0, x3, x0 str w2, [x0, 1808] ldr x2, [sp, 40] ldrsw x1, [sp, 60] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w1, [sp, 76] str w1, [x0, 1812] ldr x2, [sp, 40] ldrsw x1, [sp, 60] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w0, [x0, 1808] cmp w0, 0 bne .L913 ldr x2, [sp, 40] ldrsw x1, [sp, 60] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w2, [x0, 1812] ldr x3, [sp, 40] ldrsw x1, [sp, 60] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 2 add x0, x3, x0 ldr w0, [x0, 1804] cmp w2, w0 bne .L914 ldr w1, [sp, 92] ldr w0, [sp, 84] add w0, w1, w0 str w0, [sp, 28] ldr x0, [sp, 40] mov w1, -1 str w1, [x0, 1800] ldr x0, [sp, 40] str wzr, [x0, 1264] ldr x0, [sp, 40] mov w1, -1 str w1, [x0, 1760] ldr x2, [sp, 40] ldrsw x1, [sp, 60] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w1, [x0, 1820] ldr x0, [sp, 40] str w1, [x0, 1400] ldr x0, [sp, 40] ldr w0, [x0, 1400] cmn w0, #1 cset w0, ne and w0, w0, 255 mov w1, w0 ldr x0, [sp, 40] str w1, [x0, 1404] ldr w0, [sp, 28] b .L895 .L914: ldr x0, [sp, 40] ldr w0, [x0, 1800] sub w1, w0, #1 ldr x0, [sp, 40] str w1, [x0, 1800] ldr x0, [sp, 40] ldr w4, [x0, 1800] ldr x2, [sp, 40] ldrsw x1, [sp, 60] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 add x0, x0, 2048 sub x0, x0, #256 add x3, x0, 12 ldr x2, [sp, 40] sxtw x1, w4 mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 add x0, x0, 2048 sub x0, x0, #256 add x0, x0, 12 mov x2, x3 mov x3, x0 ldp x0, x1, [x3] stp x0, x1, [x2] ldr w0, [x3, 16] str w0, [x2, 16] b .L909 .L913: ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L909: ldr x0, [sp, 40] ldr w0, [x0, 1800] ldr w1, [sp, 60] cmp w1, w0 blt .L915 ldr w0, [sp, 28] .L895: ldp x29, x30, [sp], 96 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE83: .size vorbis_search_for_page_pushdata, .-vorbis_search_for_page_pushdata .align 2 .global stb_vorbis_decode_frame_pushdata .type stb_vorbis_decode_frame_pushdata, %function stb_vorbis_decode_frame_pushdata: .LFB84: .cfi_startproc stp x29, x30, [sp, -96]! .cfi_def_cfa_offset 96 .cfi_offset 29, -96 .cfi_offset 30, -88 mov x29, sp str x0, [sp, 56] str x1, [sp, 48] str w2, [sp, 44] str x3, [sp, 32] str x4, [sp, 24] str x5, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 88] mov x1, 0 ldr x0, [sp, 56] ldrb w0, [x0, 68] cmp w0, 0 bne .L918 mov w1, 2 ldr x0, [sp, 56] bl error b .L934 .L918: ldr x0, [sp, 56] ldr w0, [x0, 1800] cmp w0, 0 blt .L920 ldr x0, [sp, 16] str wzr, [x0] ldr w2, [sp, 44] ldr x1, [sp, 48] ldr x0, [sp, 56] bl vorbis_search_for_page_pushdata b .L934 .L920: ldr x0, [sp, 56] ldr x1, [sp, 48] str x1, [x0, 40] ldrsw x0, [sp, 44] ldr x1, [sp, 48] add x1, x1, x0 ldr x0, [sp, 56] str x1, [x0, 56] ldr x0, [sp, 56] str wzr, [x0, 148] mov w1, 0 ldr x0, [sp, 56] bl is_whole_packet_present cmp w0, 0 bne .L921 ldr x0, [sp, 16] str wzr, [x0] mov w0, 0 b .L934 .L921: add x2, sp, 72 add x1, sp, 76 add x0, sp, 68 mov x3, x2 mov x2, x1 mov x1, x0 ldr x0, [sp, 56] bl vorbis_decode_packet cmp w0, 0 bne .L922 ldr x0, [sp, 56] ldr w0, [x0, 148] str w0, [sp, 84] ldr w0, [sp, 84] cmp w0, 35 bne .L923 ldr x0, [sp, 56] str wzr, [x0, 148] b .L924 .L926: ldr x0, [sp, 56] ldr w0, [x0, 144] cmp w0, 0 bne .L936 .L924: ldr x0, [sp, 56] bl get8_packet cmn w0, #1 bne .L926 b .L925 .L936: nop .L925: ldr x0, [sp, 16] str wzr, [x0] ldr x0, [sp, 56] ldr x1, [x0, 40] ldr x0, [sp, 48] sub x0, x1, x0 b .L934 .L923: ldr w0, [sp, 84] cmp w0, 32 bne .L927 ldr x0, [sp, 56] ldr w0, [x0, 1264] cmp w0, 0 bne .L927 ldr x0, [sp, 56] str wzr, [x0, 148] b .L928 .L930: ldr x0, [sp, 56] ldr w0, [x0, 144] cmp w0, 0 bne .L937 .L928: ldr x0, [sp, 56] bl get8_packet cmn w0, #1 bne .L930 b .L929 .L937: nop .L929: ldr x0, [sp, 16] str wzr, [x0] ldr x0, [sp, 56] ldr x1, [x0, 40] ldr x0, [sp, 48] sub x0, x1, x0 b .L934 .L927: ldr x0, [sp, 56] bl stb_vorbis_flush_pushdata ldr x0, [sp, 56] ldr w1, [sp, 84] str w1, [x0, 148] ldr x0, [sp, 16] str wzr, [x0] mov w0, 1 b .L934 .L922: ldr w0, [sp, 68] ldr w1, [sp, 76] ldr w2, [sp, 72] mov w3, w2 mov w2, w1 mov w1, w0 ldr x0, [sp, 56] bl vorbis_finish_frame str w0, [sp, 68] str wzr, [sp, 80] b .L931 .L932: ldr x0, [sp, 56] ldrsw x1, [sp, 80] add x1, x1, 110 ldr x1, [x0, x1, lsl 3] ldr w0, [sp, 76] sxtw x0, w0 lsl x0, x0, 2 add x2, x1, x0 ldr x0, [sp, 56] ldrsw x1, [sp, 80] add x1, x1, 126 str x2, [x0, x1, lsl 3] ldr w0, [sp, 80] add w0, w0, 1 str w0, [sp, 80] .L931: ldr x0, [sp, 56] ldr w0, [x0, 4] ldr w1, [sp, 80] cmp w1, w0 blt .L932 ldr x0, [sp, 32] cmp x0, 0 beq .L933 ldr x0, [sp, 56] ldr w1, [x0, 4] ldr x0, [sp, 32] str w1, [x0] .L933: ldr w1, [sp, 68] ldr x0, [sp, 16] str w1, [x0] ldr x0, [sp, 56] add x1, x0, 1008 ldr x0, [sp, 24] str x1, [x0] ldr x0, [sp, 56] ldr x1, [x0, 40] ldr x0, [sp, 48] sub x0, x1, x0 .L934: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 88] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L935 bl __stack_chk_fail .L935: mov w0, w1 ldp x29, x30, [sp], 96 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE84: .size stb_vorbis_decode_frame_pushdata, .-stb_vorbis_decode_frame_pushdata .align 2 .global stb_vorbis_open_pushdata .type stb_vorbis_open_pushdata, %function stb_vorbis_open_pushdata: .LFB85: .cfi_startproc sub sp, sp, #1984 .cfi_def_cfa_offset 1984 stp x29, x30, [sp] .cfi_offset 29, -1984 .cfi_offset 30, -1976 mov x29, sp str x0, [sp, 56] str w1, [sp, 52] str x2, [sp, 40] str x3, [sp, 32] str x4, [sp, 24] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 1976] mov x1, 0 add x0, sp, 80 ldr x1, [sp, 24] bl vorbis_init ldr x0, [sp, 56] str x0, [sp, 120] ldrsw x0, [sp, 52] ldr x1, [sp, 56] add x0, x1, x0 str x0, [sp, 136] mov w0, 1 strb w0, [sp, 148] add x0, sp, 80 bl start_decoder cmp w0, 0 bne .L939 ldr w0, [sp, 224] cmp w0, 0 beq .L940 ldr x0, [sp, 32] mov w1, 1 str w1, [x0] b .L941 .L940: ldr w0, [sp, 228] mov w1, w0 ldr x0, [sp, 32] str w1, [x0] .L941: mov x0, 0 b .L944 .L939: add x0, sp, 80 bl vorbis_alloc str x0, [sp, 72] ldr x0, [sp, 72] cmp x0, 0 beq .L943 ldr x0, [sp, 72] mov x3, x0 add x0, sp, 80 mov x1, 1896 mov x2, x1 mov x1, x0 mov x0, x3 bl memcpy ldr x0, [sp, 72] ldr x1, [x0, 40] ldr x0, [sp, 56] sub x0, x1, x0 mov w1, w0 ldr x0, [sp, 40] str w1, [x0] ldr x0, [sp, 32] str wzr, [x0] ldr x0, [sp, 72] b .L944 .L943: add x0, sp, 80 bl vorbis_deinit mov x0, 0 .L944: mov x1, x0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 1976] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L945 bl __stack_chk_fail .L945: mov x0, x1 ldp x29, x30, [sp] add sp, sp, 1984 .cfi_restore 29 .cfi_restore 30 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE85: .size stb_vorbis_open_pushdata, .-stb_vorbis_open_pushdata .align 2 .global stb_vorbis_get_file_offset .type stb_vorbis_get_file_offset, %function stb_vorbis_get_file_offset: .LFB86: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] ldrb w0, [x0, 68] cmp w0, 0 beq .L947 mov w0, 0 b .L948 .L947: ldr x0, [sp, 24] ldr x0, [x0, 40] cmp x0, 0 beq .L949 ldr x0, [sp, 24] ldr x1, [x0, 40] ldr x0, [sp, 24] ldr x0, [x0, 48] sub x0, x1, x0 b .L948 .L949: ldr x0, [sp, 24] ldr x0, [x0, 24] bl ftell mov w1, w0 ldr x0, [sp, 24] ldr w0, [x0, 32] sub w0, w1, w0 .L948: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE86: .size stb_vorbis_get_file_offset, .-stb_vorbis_get_file_offset .align 2 .type vorbis_find_page, %function vorbis_find_page: .LFB87: .cfi_startproc stp x29, x30, [sp, -128]! .cfi_def_cfa_offset 128 .cfi_offset 29, -128 .cfi_offset 30, -120 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str x2, [sp, 24] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 120] mov x1, 0 .L981: ldr x0, [sp, 40] ldr w0, [x0, 144] cmp w0, 0 beq .L951 mov w0, 0 b .L952 .L951: ldr x0, [sp, 40] bl get8 and w0, w0, 255 str w0, [sp, 72] ldr w0, [sp, 72] cmp w0, 79 bne .L981 ldr x0, [sp, 40] bl stb_vorbis_get_file_offset str w0, [sp, 76] ldr w0, [sp, 76] sub w1, w0, #25 ldr x0, [sp, 40] ldr w0, [x0, 64] cmp w1, w0 bls .L954 mov w0, 0 b .L952 .L954: mov w0, 1 str w0, [sp, 56] b .L955 .L958: ldr x0, [sp, 40] bl get8 and w1, w0, 255 adrp x0, ogg_page_header add x2, x0, :lo12:ogg_page_header ldrsw x0, [sp, 56] ldrb w0, [x2, x0] cmp w1, w0 bne .L983 ldr w0, [sp, 56] add w0, w0, 1 str w0, [sp, 56] .L955: ldr w0, [sp, 56] cmp w0, 3 ble .L958 b .L957 .L983: nop .L957: ldr x0, [sp, 40] ldr w0, [x0, 144] cmp w0, 0 beq .L959 mov w0, 0 b .L952 .L959: ldr w0, [sp, 56] cmp w0, 4 bne .L984 str wzr, [sp, 60] b .L961 .L962: adrp x0, ogg_page_header add x1, x0, :lo12:ogg_page_header ldr w0, [sp, 60] ldrb w2, [x1, x0] ldr w0, [sp, 60] add x1, sp, 88 strb w2, [x1, x0] ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L961: ldr w0, [sp, 60] cmp w0, 3 bls .L962 b .L963 .L964: ldr x0, [sp, 40] bl get8 and w2, w0, 255 ldr w0, [sp, 60] add x1, sp, 88 strb w2, [x1, x0] ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L963: ldr w0, [sp, 60] cmp w0, 26 bls .L964 ldr x0, [sp, 40] ldr w0, [x0, 144] cmp w0, 0 beq .L965 mov w0, 0 b .L952 .L965: ldrb w0, [sp, 92] cmp w0, 0 bne .L985 ldrb w0, [sp, 110] mov w1, w0 ldrb w0, [sp, 111] lsl w0, w0, 8 add w1, w1, w0 ldrb w0, [sp, 112] lsl w0, w0, 16 add w1, w1, w0 ldrb w0, [sp, 113] lsl w0, w0, 24 add w0, w1, w0 str w0, [sp, 80] mov w0, 22 str w0, [sp, 60] b .L968 .L969: ldr w0, [sp, 60] add x1, sp, 88 strb wzr, [x1, x0] ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L968: ldr w0, [sp, 60] cmp w0, 25 bls .L969 str wzr, [sp, 64] str wzr, [sp, 60] b .L970 .L971: ldr w0, [sp, 60] add x1, sp, 88 ldrb w0, [x1, x0] mov w1, w0 ldr w0, [sp, 64] bl crc32_update str w0, [sp, 64] ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L970: ldr w0, [sp, 60] cmp w0, 26 bls .L971 str wzr, [sp, 68] str wzr, [sp, 60] b .L972 .L973: ldr x0, [sp, 40] bl get8 and w0, w0, 255 str w0, [sp, 84] ldr w0, [sp, 84] and w0, w0, 255 mov w1, w0 ldr w0, [sp, 64] bl crc32_update str w0, [sp, 64] ldr w0, [sp, 84] ldr w1, [sp, 68] add w0, w1, w0 str w0, [sp, 68] ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L972: ldrb w0, [sp, 114] mov w1, w0 ldr w0, [sp, 60] cmp w0, w1 bcc .L973 ldr w0, [sp, 68] cmp w0, 0 beq .L974 ldr x0, [sp, 40] ldr w0, [x0, 144] cmp w0, 0 beq .L974 mov w0, 0 b .L952 .L974: str wzr, [sp, 60] b .L975 .L976: ldr x0, [sp, 40] bl get8 and w0, w0, 255 mov w1, w0 ldr w0, [sp, 64] bl crc32_update str w0, [sp, 64] ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L975: ldr w1, [sp, 60] ldr w0, [sp, 68] cmp w1, w0 bcc .L976 ldr w1, [sp, 64] ldr w0, [sp, 80] cmp w1, w0 bne .L960 ldr x0, [sp, 32] cmp x0, 0 beq .L978 ldr x0, [sp, 40] bl stb_vorbis_get_file_offset mov w1, w0 ldr x0, [sp, 32] str w1, [x0] .L978: ldr x0, [sp, 24] cmp x0, 0 beq .L979 ldrb w0, [sp, 93] and w0, w0, 4 cmp w0, 0 beq .L980 ldr x0, [sp, 24] mov w1, 1 str w1, [x0] b .L979 .L980: ldr x0, [sp, 24] str wzr, [x0] .L979: ldr w0, [sp, 76] sub w0, w0, #1 mov w1, w0 ldr x0, [sp, 40] bl set_file_offset mov w0, 1 b .L952 .L984: nop b .L960 .L985: nop .L960: ldr w1, [sp, 76] ldr x0, [sp, 40] bl set_file_offset b .L981 .L952: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 120] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L982 bl __stack_chk_fail .L982: mov w0, w1 ldp x29, x30, [sp], 128 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE87: .size vorbis_find_page, .-vorbis_find_page .section .rodata .align 3 .LC21: .string "header[0] == 'O' && header[1] == 'g' && header[2] == 'g' && header[3] == 'S'" .text .align 2 .type vorbis_analyze_page, %function vorbis_analyze_page: .LFB88: .cfi_startproc sub sp, sp, #624 .cfi_def_cfa_offset 624 stp x29, x30, [sp] .cfi_offset 29, -624 .cfi_offset 30, -616 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 616] mov x1, 0 str wzr, [sp, 68] ldr x0, [sp, 24] bl stb_vorbis_get_file_offset mov w1, w0 ldr x0, [sp, 16] str w1, [x0] add x0, sp, 72 mov w2, 27 mov x1, x0 ldr x0, [sp, 24] bl getn ldrb w0, [sp, 72] cmp w0, 79 bne .L987 ldrb w0, [sp, 73] cmp w0, 103 bne .L987 ldrb w0, [sp, 74] cmp w0, 103 bne .L987 ldrb w0, [sp, 75] cmp w0, 83 beq .L1010 .L987: adrp x0, __PRETTY_FUNCTION__.3 add x3, x0, :lo12:__PRETTY_FUNCTION__.3 mov w2, 4554 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC21 add x0, x0, :lo12:.LC21 bl __assert_fail .L1010: ldrb w0, [sp, 98] mov w1, w0 add x0, sp, 104 mov w2, w1 mov x1, x0 ldr x0, [sp, 24] bl getn str wzr, [sp, 60] str wzr, [sp, 56] b .L989 .L990: ldrsw x0, [sp, 56] add x1, sp, 104 ldrb w0, [x1, x0] mov w1, w0 ldr w0, [sp, 60] add w0, w0, w1 str w0, [sp, 60] ldr w0, [sp, 56] add w0, w0, 1 str w0, [sp, 56] .L989: ldrb w0, [sp, 98] mov w1, w0 ldr w0, [sp, 56] cmp w0, w1 blt .L990 ldr x0, [sp, 16] ldr w0, [x0] ldrb w1, [sp, 98] add w1, w0, w1 ldr w0, [sp, 60] add w0, w1, w0 add w1, w0, 27 ldr x0, [sp, 16] str w1, [x0, 4] ldrb w0, [sp, 78] mov w1, w0 ldrb w0, [sp, 79] lsl w0, w0, 8 add w1, w1, w0 ldrb w0, [sp, 80] lsl w0, w0, 16 add w1, w1, w0 ldrb w0, [sp, 81] lsl w0, w0, 16 add w0, w1, w0 mov w1, w0 ldr x0, [sp, 16] str w1, [x0, 16] ldrb w0, [sp, 77] and w0, w0, 4 cmp w0, 0 beq .L991 ldr x0, [sp, 16] mov w1, -1 str w1, [x0, 12] ldr x0, [sp, 16] ldr w0, [x0] mov w1, w0 ldr x0, [sp, 24] bl set_file_offset mov w0, 1 b .L1008 .L991: str wzr, [sp, 48] ldrb w0, [sp, 77] and w0, w0, 1 cmp w0, 0 cset w0, eq and w0, w0, 255 str w0, [sp, 52] str wzr, [sp, 56] b .L993 .L1001: ldr w0, [sp, 52] cmp w0, 0 beq .L994 ldrsw x0, [sp, 56] add x1, sp, 104 ldrb w0, [x1, x0] cmp w0, 0 beq .L1011 ldr x0, [sp, 24] bl get8 strb w0, [sp, 45] ldrb w0, [sp, 45] and w0, w0, 1 cmp w0, 0 bne .L1012 ldrb w0, [sp, 45] lsr w0, w0, 1 strb w0, [sp, 45] ldr x0, [sp, 24] ldr w0, [x0, 488] sub w0, w0, #1 bl ilog strb w0, [sp, 46] ldrb w1, [sp, 45] ldrb w0, [sp, 46] asr w0, w1, w0 strb w0, [sp, 47] ldrb w0, [sp, 46] mov w1, 1 lsl w0, w1, w0 and w0, w0, 255 sub w0, w0, #1 and w0, w0, 255 sxtb w1, w0 ldrsb w0, [sp, 45] and w0, w1, w0 sxtb w0, w0 strb w0, [sp, 45] ldrb w1, [sp, 45] ldr x0, [sp, 24] ldr w0, [x0, 488] cmp w1, w0 bge .L1013 ldr w0, [sp, 48] cmp w0, 0 bne .L999 ldrb w0, [sp, 45] ldr x2, [sp, 24] sxtw x1, w0 mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 1 add x0, x2, x0 ldrb w0, [x0, 492] cmp w0, 0 beq .L999 ldrb w0, [sp, 47] and w0, w0, 1 str w0, [sp, 68] .L999: ldrb w2, [sp, 45] ldr w1, [sp, 48] add w0, w1, 1 str w0, [sp, 48] ldr x3, [sp, 24] sxtw x2, w2 mov x0, x2 lsl x0, x0, 1 add x0, x0, x2 lsl x0, x0, 1 add x0, x3, x0 ldrb w2, [x0, 492] sxtw x0, w1 add x1, sp, 360 strb w2, [x1, x0] ldrsw x0, [sp, 56] add x1, sp, 104 ldrb w0, [x1, x0] sub w0, w0, #1 mov w1, w0 ldr x0, [sp, 24] bl skip b .L1000 .L994: ldrsw x0, [sp, 56] add x1, sp, 104 ldrb w0, [x1, x0] mov w1, w0 ldr x0, [sp, 24] bl skip .L1000: ldrsw x0, [sp, 56] add x1, sp, 104 ldrb w0, [x1, x0] cmp w0, 255 cset w0, ne and w0, w0, 255 str w0, [sp, 52] ldr w0, [sp, 56] add w0, w0, 1 str w0, [sp, 56] .L993: ldrb w0, [sp, 98] mov w1, w0 ldr w0, [sp, 56] cmp w0, w1 blt .L1001 str wzr, [sp, 64] ldr w0, [sp, 48] cmp w0, 1 ble .L1002 ldr w0, [sp, 48] sub w0, w0, #1 sxtw x0, w0 add x1, sp, 360 ldrb w0, [x1, x0] ldr x1, [sp, 24] sxtw x0, w0 add x0, x0, 36 lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0, 8] mov w1, w0 ldr w0, [sp, 64] add w0, w0, w1 str w0, [sp, 64] .L1002: ldr w0, [sp, 48] sub w0, w0, #2 str w0, [sp, 56] b .L1003 .L1007: ldrsw x0, [sp, 56] add x1, sp, 360 ldrb w0, [x1, x0] cmp w0, 1 bne .L1004 ldr w0, [sp, 56] add w0, w0, 1 sxtw x0, w0 add x1, sp, 360 ldrb w0, [x1, x0] cmp w0, 1 bne .L1005 ldr x0, [sp, 24] ldr w0, [x0, 164] asr w0, w0, 1 mov w1, w0 ldr w0, [sp, 64] add w0, w0, w1 str w0, [sp, 64] b .L1006 .L1005: ldr x0, [sp, 24] ldr w1, [x0, 164] ldr x0, [sp, 24] ldr w0, [x0, 160] sub w0, w1, w0 asr w1, w0, 2 ldr x0, [sp, 24] ldr w0, [x0, 160] asr w0, w0, 1 add w0, w1, w0 mov w1, w0 ldr w0, [sp, 64] add w0, w0, w1 str w0, [sp, 64] b .L1006 .L1004: ldr x0, [sp, 24] ldr w0, [x0, 160] asr w0, w0, 1 mov w1, w0 ldr w0, [sp, 64] add w0, w0, w1 str w0, [sp, 64] .L1006: ldr w0, [sp, 56] sub w0, w0, #1 str w0, [sp, 56] .L1003: ldr w0, [sp, 56] cmp w0, 0 bgt .L1007 ldr x0, [sp, 16] ldr w1, [x0, 16] ldr w0, [sp, 64] sub w1, w1, w0 ldr x0, [sp, 16] str w1, [x0, 12] ldr x0, [sp, 16] ldr w0, [x0] mov w1, w0 ldr x0, [sp, 24] bl set_file_offset mov w0, 1 b .L1008 .L1011: nop b .L996 .L1012: nop b .L996 .L1013: nop .L996: ldr x0, [sp, 16] ldr w0, [x0] mov w1, w0 ldr x0, [sp, 24] bl set_file_offset mov w0, 0 .L1008: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 616] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L1009 bl __stack_chk_fail .L1009: mov w0, w1 ldp x29, x30, [sp] add sp, sp, 624 .cfi_restore 29 .cfi_restore 30 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE88: .size vorbis_analyze_page, .-vorbis_analyze_page .section .rodata .align 3 .LC22: .string "frames_to_skip >= 0" .align 3 .LC23: .string "target_sample > frame_start" .align 3 .LC24: .string "f->channel_buffer_start + (int) (target_sample-frame_start) < f->channel_buffer_end" .text .align 2 .type vorbis_seek_frame_from_page, %function vorbis_seek_frame_from_page: .LFB89: .cfi_startproc stp x29, x30, [sp, -128]! .cfi_def_cfa_offset 128 .cfi_offset 29, -128 .cfi_offset 30, -120 mov x29, sp str x0, [sp, 40] str w1, [sp, 36] str w2, [sp, 32] str w3, [sp, 28] str w4, [sp, 24] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 120] mov x1, 0 str wzr, [sp, 88] ldr w1, [sp, 36] ldr x0, [sp, 40] bl set_file_offset ldr x0, [sp, 40] mov w1, -1 str w1, [x0, 1760] ldr w0, [sp, 32] str w0, [sp, 92] .L1022: add x4, sp, 76 add x3, sp, 72 add x2, sp, 68 add x1, sp, 64 add x0, sp, 60 mov x5, x4 mov x4, x3 mov x3, x2 mov x2, x1 mov x1, x0 ldr x0, [sp, 40] bl vorbis_decode_initial cmp w0, 0 bne .L1015 mov w1, 37 ldr x0, [sp, 40] bl error b .L1037 .L1015: ldr w0, [sp, 88] cmp w0, 0 bne .L1017 ldr w0, [sp, 64] str w0, [sp, 104] b .L1018 .L1017: ldr w0, [sp, 60] str w0, [sp, 104] .L1018: ldr w0, [sp, 68] mov w1, w0 ldr w0, [sp, 92] add w1, w1, w0 ldr w0, [sp, 104] sub w0, w1, w0 ldr w1, [sp, 28] cmp w1, w0 bcc .L1040 ldr x0, [sp, 40] bl flush_packet ldr x0, [sp, 40] ldr w0, [x0, 144] cmp w0, 0 beq .L1021 mov w1, 37 ldr x0, [sp, 40] bl error b .L1037 .L1021: ldr w1, [sp, 68] ldr w0, [sp, 104] sub w0, w1, w0 mov w1, w0 ldr w0, [sp, 92] add w0, w0, w1 str w0, [sp, 92] ldr w0, [sp, 88] add w0, w0, 1 str w0, [sp, 88] b .L1022 .L1040: nop ldr w1, [sp, 64] ldr w0, [sp, 60] sub w0, w1, w0 mov w1, w0 ldr w0, [sp, 92] add w0, w1, w0 ldr w1, [sp, 28] cmp w1, w0 bls .L1023 ldr w0, [sp, 88] str w0, [sp, 96] ldr w1, [sp, 64] ldr w0, [sp, 60] sub w0, w1, w0 str w0, [sp, 100] b .L1024 .L1023: ldr w0, [sp, 88] sub w0, w0, #1 str w0, [sp, 96] ldr w0, [sp, 96] cmp w0, 0 bge .L1025 adrp x0, __PRETTY_FUNCTION__.2 add x3, x0, :lo12:__PRETTY_FUNCTION__.2 mov w2, 4734 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC22 add x0, x0, :lo12:.LC22 bl __assert_fail .L1025: mov w0, -1 str w0, [sp, 100] .L1024: ldr w1, [sp, 36] ldr x0, [sp, 40] bl set_file_offset ldr x0, [sp, 40] mov w1, -1 str w1, [x0, 1760] str wzr, [sp, 84] b .L1026 .L1027: ldr x0, [sp, 40] bl maybe_start_packet ldr x0, [sp, 40] bl flush_packet ldr w0, [sp, 84] add w0, w0, 1 str w0, [sp, 84] .L1026: ldr w1, [sp, 84] ldr w0, [sp, 96] cmp w1, w0 blt .L1027 ldr w0, [sp, 100] cmp w0, 0 blt .L1028 ldr x0, [sp, 40] ldr w0, [x0, 160] asr w0, w0, 1 str w0, [sp, 116] ldr x0, [sp, 40] ldr w1, [sp, 100] str w1, [x0, 1792] str wzr, [sp, 108] b .L1029 .L1032: str wzr, [sp, 112] b .L1030 .L1031: ldr x0, [sp, 40] ldrsw x1, [sp, 108] add x1, x1, 142 ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 112] lsl x0, x0, 2 add x0, x1, x0 str wzr, [x0] ldr w0, [sp, 112] add w0, w0, 1 str w0, [sp, 112] .L1030: ldr w1, [sp, 112] ldr w0, [sp, 116] cmp w1, w0 blt .L1031 ldr w0, [sp, 108] add w0, w0, 1 str w0, [sp, 108] .L1029: ldr x0, [sp, 40] ldr w0, [x0, 4] ldr w1, [sp, 108] cmp w1, w0 blt .L1032 ldr x0, [sp, 40] ldr w1, [sp, 116] str w1, [x0, 1264] ldr w0, [sp, 100] ldr w1, [sp, 92] add w0, w1, w0 str w0, [sp, 92] b .L1033 .L1028: ldr x0, [sp, 40] str wzr, [x0, 1264] ldr x0, [sp, 40] bl vorbis_pump_first_frame .L1033: ldr w0, [sp, 24] cmp w0, 0 beq .L1034 ldr w1, [sp, 28] ldr w0, [sp, 92] cmp w1, w0 beq .L1034 add x0, sp, 80 mov x2, 0 mov x1, x0 ldr x0, [sp, 40] bl stb_vorbis_get_frame_float ldr w1, [sp, 28] ldr w0, [sp, 92] cmp w1, w0 bhi .L1035 adrp x0, __PRETTY_FUNCTION__.2 add x3, x0, :lo12:__PRETTY_FUNCTION__.2 mov w2, 4765 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC23 add x0, x0, :lo12:.LC23 bl __assert_fail .L1035: ldr x0, [sp, 40] ldr w0, [x0, 1884] ldr w2, [sp, 28] ldr w1, [sp, 92] sub w1, w2, w1 add w1, w0, w1 ldr x0, [sp, 40] ldr w0, [x0, 1888] cmp w1, w0 blt .L1036 adrp x0, __PRETTY_FUNCTION__.2 add x3, x0, :lo12:__PRETTY_FUNCTION__.2 mov w2, 4766 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC24 add x0, x0, :lo12:.LC24 bl __assert_fail .L1036: ldr x0, [sp, 40] ldr w0, [x0, 1884] mov w2, w0 ldr w1, [sp, 28] ldr w0, [sp, 92] sub w0, w1, w0 add w0, w2, w0 mov w1, w0 ldr x0, [sp, 40] str w1, [x0, 1884] .L1034: mov w0, 0 .L1037: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 120] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L1038 bl __stack_chk_fail .L1038: mov w0, w1 ldp x29, x30, [sp], 128 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE89: .size vorbis_seek_frame_from_page, .-vorbis_seek_frame_from_page .align 2 .type vorbis_seek_base, %function vorbis_seek_base: .LFB90: .cfi_startproc stp x29, x30, [sp, -144]! .cfi_def_cfa_offset 144 .cfi_offset 29, -144 .cfi_offset 30, -136 mov x29, sp str x0, [sp, 24] str w1, [sp, 20] str w2, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 136] mov x1, 0 ldr x0, [sp, 24] ldrb w0, [x0, 68] cmp w0, 0 beq .L1042 mov w1, 2 ldr x0, [sp, 24] bl error b .L1060 .L1042: ldr x0, [sp, 24] ldr w0, [x0, 96] cmp w0, 0 bne .L1044 ldr x0, [sp, 24] bl stb_vorbis_stream_length_in_samples str w0, [sp, 52] ldr w0, [sp, 52] cmp w0, 0 bne .L1044 mov w1, 36 ldr x0, [sp, 24] bl error b .L1060 .L1044: ldr x0, [sp, 24] add x0, x0, 76 add x2, sp, 96 mov x3, x0 ldp x0, x1, [x3] stp x0, x1, [x2] ldr w0, [x3, 16] str w0, [x2, 16] ldr x0, [sp, 24] add x0, x0, 96 add x2, sp, 116 mov x3, x0 ldp x0, x1, [x3] stp x0, x1, [x2] ldr w0, [x3, 16] str w0, [x2, 16] ldr x0, [sp, 24] ldr w0, [x0, 112] ldr w1, [sp, 20] cmp w1, w0 bcc .L1045 ldr x0, [sp, 24] ldr w0, [x0, 112] sub w0, w0, #1 str w0, [sp, 20] .L1045: ldr x0, [sp, 24] ldr w0, [x0, 92] ldr w1, [sp, 20] cmp w1, w0 bcs .L1046 ldr w0, [sp, 96] ldr w4, [sp, 16] ldr w3, [sp, 20] mov w2, 0 mov w1, w0 ldr x0, [sp, 24] bl vorbis_seek_frame_from_page mov w0, 0 b .L1060 .L1046: str wzr, [sp, 40] b .L1047 .L1058: ldr w0, [sp, 100] str w0, [sp, 56] ldr w0, [sp, 124] str w0, [sp, 48] ldr w0, [sp, 112] str w0, [sp, 60] ldr w0, [sp, 132] str w0, [sp, 64] ldr w0, [sp, 60] cmn w0, #1 beq .L1048 ldr w0, [sp, 64] cmn w0, #1 bne .L1049 .L1048: mov w1, 37 ldr x0, [sp, 24] bl error b .L1060 .L1049: ldr w0, [sp, 56] add w0, w0, 4000 ldr w1, [sp, 48] cmp w1, w0 bls .L1050 ldr w0, [sp, 48] sub w0, w0, #4000 str w0, [sp, 48] .L1050: ldr w1, [sp, 48] ldr w0, [sp, 56] sub w0, w1, w0 ucvtf s1, w0 ldr w1, [sp, 64] ldr w0, [sp, 60] sub w0, w1, w0 ucvtf s0, w0 fdiv s1, s1, s0 ldr w1, [sp, 20] ldr w0, [sp, 60] sub w0, w1, w0 ucvtf s0, w0 fmul s0, s1, s0 fcvt d0, s0 bl floor fcvtzs w0, d0 mov w1, w0 ldr w0, [sp, 56] add w0, w0, w1 str w0, [sp, 44] ldr w0, [sp, 40] cmp w0, 3 ble .L1051 ldr w1, [sp, 48] ldr w0, [sp, 56] sub w0, w1, w0 lsr w0, w0, 1 ldr w1, [sp, 56] add w0, w1, w0 str w0, [sp, 68] ldr w0, [sp, 40] cmp w0, 7 ble .L1052 ldr w0, [sp, 68] str w0, [sp, 44] b .L1051 .L1052: ldr w1, [sp, 44] ldr w0, [sp, 68] cmp w1, w0 bcs .L1053 ldr w1, [sp, 68] ldr w0, [sp, 44] sub w0, w1, w0 lsr w0, w0, 1 ldr w1, [sp, 44] add w0, w1, w0 str w0, [sp, 44] b .L1051 .L1053: ldr w1, [sp, 44] ldr w0, [sp, 68] sub w0, w1, w0 lsr w0, w0, 1 ldr w1, [sp, 68] add w0, w1, w0 str w0, [sp, 44] .L1051: ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] ldr w1, [sp, 44] ldr x0, [sp, 24] bl set_file_offset mov x2, 0 mov x1, 0 ldr x0, [sp, 24] bl vorbis_find_page cmp w0, 0 bne .L1054 mov w1, 37 ldr x0, [sp, 24] bl error b .L1060 .L1054: add x0, sp, 72 mov x1, x0 ldr x0, [sp, 24] bl vorbis_analyze_page cmp w0, 0 bne .L1055 mov w1, 37 ldr x0, [sp, 24] bl error b .L1060 .L1055: ldr w0, [sp, 44] str w0, [sp, 80] ldr w1, [sp, 72] ldr w0, [sp, 116] cmp w1, w0 bne .L1056 add x2, sp, 116 add x3, sp, 72 ldp x0, x1, [x3] stp x0, x1, [x2] ldr w0, [x3, 16] str w0, [x2, 16] b .L1047 .L1056: ldr w0, [sp, 88] ldr w1, [sp, 20] cmp w1, w0 bcs .L1057 add x2, sp, 116 add x3, sp, 72 ldp x0, x1, [x3] stp x0, x1, [x2] ldr w0, [x3, 16] str w0, [x2, 16] b .L1047 .L1057: add x2, sp, 96 add x3, sp, 72 ldp x0, x1, [x3] stp x0, x1, [x2] ldr w0, [x3, 16] str w0, [x2, 16] .L1047: ldr w1, [sp, 100] ldr w0, [sp, 116] cmp w1, w0 bcc .L1058 ldr w0, [sp, 112] ldr w1, [sp, 20] cmp w1, w0 bcc .L1059 ldr w0, [sp, 132] ldr w1, [sp, 20] cmp w1, w0 bcs .L1059 ldr w0, [sp, 116] ldr w1, [sp, 112] ldr w4, [sp, 16] ldr w3, [sp, 20] mov w2, w1 mov w1, w0 ldr x0, [sp, 24] bl vorbis_seek_frame_from_page mov w0, 0 b .L1060 .L1059: mov w1, 37 ldr x0, [sp, 24] bl error .L1060: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 136] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L1061 bl __stack_chk_fail .L1061: mov w0, w1 ldp x29, x30, [sp], 144 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE90: .size vorbis_seek_base, .-vorbis_seek_base .align 2 .global stb_vorbis_seek_frame .type stb_vorbis_seek_frame, %function stb_vorbis_seek_frame: .LFB91: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] str w1, [sp, 20] mov w2, 0 ldr w1, [sp, 20] ldr x0, [sp, 24] bl vorbis_seek_base ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE91: .size stb_vorbis_seek_frame, .-stb_vorbis_seek_frame .align 2 .global stb_vorbis_seek .type stb_vorbis_seek, %function stb_vorbis_seek: .LFB92: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] str w1, [sp, 20] mov w2, 1 ldr w1, [sp, 20] ldr x0, [sp, 24] bl vorbis_seek_base ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE92: .size stb_vorbis_seek, .-stb_vorbis_seek .align 2 .global stb_vorbis_seek_start .type stb_vorbis_seek_start, %function stb_vorbis_seek_start: .LFB93: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] ldrb w0, [x0, 68] cmp w0, 0 beq .L1067 mov w1, 2 ldr x0, [sp, 24] bl error b .L1066 .L1067: ldr x0, [sp, 24] ldr w0, [x0, 72] mov w1, w0 ldr x0, [sp, 24] bl set_file_offset ldr x0, [sp, 24] str wzr, [x0, 1264] ldr x0, [sp, 24] mov w1, 1 strb w1, [x0, 1757] ldr x0, [sp, 24] mov w1, -1 str w1, [x0, 1760] ldr x0, [sp, 24] bl vorbis_pump_first_frame .L1066: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE93: .size stb_vorbis_seek_start, .-stb_vorbis_seek_start .align 2 .global stb_vorbis_stream_length_in_samples .type stb_vorbis_stream_length_in_samples, %function stb_vorbis_stream_length_in_samples: .LFB94: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str x0, [sp, 24] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 72] mov x1, 0 ldr x0, [sp, 24] ldrb w0, [x0, 68] cmp w0, 0 beq .L1070 mov w1, 2 ldr x0, [sp, 24] bl error b .L1085 .L1070: ldr x0, [sp, 24] ldr w0, [x0, 876] cmp w0, 0 bne .L1072 ldr x0, [sp, 24] bl stb_vorbis_get_file_offset str w0, [sp, 56] ldr x0, [sp, 24] ldr w1, [x0, 64] mov w0, 65535 cmp w1, w0 bls .L1073 ldr x0, [sp, 24] ldr w0, [x0, 64] sub w1, w0, #65536 ldr x0, [sp, 24] ldr w0, [x0, 72] cmp w1, w0 bcc .L1073 ldr x0, [sp, 24] ldr w0, [x0, 64] sub w0, w0, #65536 str w0, [sp, 44] b .L1074 .L1073: ldr x0, [sp, 24] ldr w0, [x0, 72] str w0, [sp, 44] .L1074: ldr w1, [sp, 44] ldr x0, [sp, 24] bl set_file_offset add x1, sp, 40 add x0, sp, 36 mov x2, x1 mov x1, x0 ldr x0, [sp, 24] bl vorbis_find_page cmp w0, 0 bne .L1075 ldr x0, [sp, 24] mov w1, 36 str w1, [x0, 148] ldr x0, [sp, 24] mov w1, -1 str w1, [x0, 876] b .L1076 .L1075: ldr x0, [sp, 24] bl stb_vorbis_get_file_offset str w0, [sp, 48] b .L1077 .L1080: ldr w0, [sp, 36] mov w1, w0 ldr x0, [sp, 24] bl set_file_offset add x1, sp, 40 add x0, sp, 36 mov x2, x1 mov x1, x0 ldr x0, [sp, 24] bl vorbis_find_page cmp w0, 0 beq .L1087 ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 44] ldr x0, [sp, 24] bl stb_vorbis_get_file_offset str w0, [sp, 48] .L1077: ldr w0, [sp, 40] cmp w0, 0 beq .L1080 b .L1079 .L1087: nop .L1079: ldr w1, [sp, 48] ldr x0, [sp, 24] bl set_file_offset add x0, sp, 64 mov w2, 6 mov x1, x0 ldr x0, [sp, 24] bl getn ldr x0, [sp, 24] bl get32 str w0, [sp, 52] ldr x0, [sp, 24] bl get32 str w0, [sp, 60] ldr w0, [sp, 52] cmn w0, #1 bne .L1081 ldr w0, [sp, 60] cmn w0, #1 bne .L1081 ldr x0, [sp, 24] mov w1, 36 str w1, [x0, 148] ldr x0, [sp, 24] mov w1, -1 str w1, [x0, 876] b .L1076 .L1081: ldr w0, [sp, 60] cmp w0, 0 beq .L1082 mov w0, -2 str w0, [sp, 52] .L1082: ldr x0, [sp, 24] ldr w1, [sp, 52] str w1, [x0, 876] ldr x0, [sp, 24] ldr w1, [sp, 48] str w1, [x0, 96] ldr w1, [sp, 36] ldr x0, [sp, 24] str w1, [x0, 100] ldr x0, [sp, 24] ldr w1, [sp, 52] str w1, [x0, 112] ldr x0, [sp, 24] mov w1, -1 str w1, [x0, 108] ldr x0, [sp, 24] ldr w1, [sp, 44] str w1, [x0, 104] .L1076: ldr w1, [sp, 56] ldr x0, [sp, 24] bl set_file_offset .L1072: ldr x0, [sp, 24] ldr w0, [x0, 876] cmn w0, #1 beq .L1083 ldr x0, [sp, 24] ldr w0, [x0, 876] b .L1085 .L1083: mov w0, 0 .L1085: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 72] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L1086 bl __stack_chk_fail .L1086: mov w0, w1 ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE94: .size stb_vorbis_stream_length_in_samples, .-stb_vorbis_stream_length_in_samples .align 2 .global stb_vorbis_stream_length_in_seconds .type stb_vorbis_stream_length_in_seconds, %function stb_vorbis_stream_length_in_seconds: .LFB95: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] bl stb_vorbis_stream_length_in_samples ucvtf s1, w0 ldr x0, [sp, 24] ldr s0, [x0] ucvtf s0, s0 fdiv s0, s1, s0 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE95: .size stb_vorbis_stream_length_in_seconds, .-stb_vorbis_stream_length_in_seconds .align 2 .global stb_vorbis_get_frame_float .type stb_vorbis_get_frame_float, %function stb_vorbis_get_frame_float: .LFB96: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str x2, [sp, 24] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 72] mov x1, 0 ldr x0, [sp, 40] ldrb w0, [x0, 68] cmp w0, 0 beq .L1091 mov w1, 2 ldr x0, [sp, 40] bl error b .L1098 .L1091: add x2, sp, 60 add x1, sp, 64 add x0, sp, 56 mov x3, x2 mov x2, x1 mov x1, x0 ldr x0, [sp, 40] bl vorbis_decode_packet cmp w0, 0 bne .L1093 ldr x0, [sp, 40] str wzr, [x0, 1888] ldr x0, [sp, 40] ldr w1, [x0, 1888] ldr x0, [sp, 40] str w1, [x0, 1884] mov w0, 0 b .L1098 .L1093: ldr w0, [sp, 56] ldr w1, [sp, 64] ldr w2, [sp, 60] mov w3, w2 mov w2, w1 mov w1, w0 ldr x0, [sp, 40] bl vorbis_finish_frame str w0, [sp, 56] str wzr, [sp, 68] b .L1094 .L1095: ldr x0, [sp, 40] ldrsw x1, [sp, 68] add x1, x1, 110 ldr x1, [x0, x1, lsl 3] ldr w0, [sp, 64] sxtw x0, w0 lsl x0, x0, 2 add x2, x1, x0 ldr x0, [sp, 40] ldrsw x1, [sp, 68] add x1, x1, 126 str x2, [x0, x1, lsl 3] ldr w0, [sp, 68] add w0, w0, 1 str w0, [sp, 68] .L1094: ldr x0, [sp, 40] ldr w0, [x0, 4] ldr w1, [sp, 68] cmp w1, w0 blt .L1095 ldr w1, [sp, 64] ldr x0, [sp, 40] str w1, [x0, 1884] ldr w1, [sp, 64] ldr w0, [sp, 56] add w1, w1, w0 ldr x0, [sp, 40] str w1, [x0, 1888] ldr x0, [sp, 32] cmp x0, 0 beq .L1096 ldr x0, [sp, 40] ldr w1, [x0, 4] ldr x0, [sp, 32] str w1, [x0] .L1096: ldr x0, [sp, 24] cmp x0, 0 beq .L1097 ldr x0, [sp, 40] add x1, x0, 1008 ldr x0, [sp, 24] str x1, [x0] .L1097: ldr w0, [sp, 56] .L1098: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 72] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L1099 bl __stack_chk_fail .L1099: mov w0, w1 ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE96: .size stb_vorbis_get_frame_float, .-stb_vorbis_get_frame_float .align 2 .global stb_vorbis_open_file_section .type stb_vorbis_open_file_section, %function stb_vorbis_open_file_section: .LFB97: .cfi_startproc sub sp, sp, #1968 .cfi_def_cfa_offset 1968 stp x29, x30, [sp] .cfi_offset 29, -1968 .cfi_offset 30, -1960 mov x29, sp str x0, [sp, 40] str w1, [sp, 36] str x2, [sp, 24] str x3, [sp, 16] str w4, [sp, 32] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 1960] mov x1, 0 add x0, sp, 64 ldr x1, [sp, 16] bl vorbis_init ldr x0, [sp, 40] str x0, [sp, 88] ldr x0, [sp, 40] bl ftell str w0, [sp, 96] ldr w0, [sp, 32] str w0, [sp, 128] ldr w0, [sp, 36] str w0, [sp, 100] add x0, sp, 64 bl start_decoder cmp w0, 0 beq .L1101 add x0, sp, 64 bl vorbis_alloc str x0, [sp, 56] ldr x0, [sp, 56] cmp x0, 0 beq .L1101 ldr x0, [sp, 56] mov x3, x0 add x0, sp, 64 mov x1, 1896 mov x2, x1 mov x1, x0 mov x0, x3 bl memcpy ldr x0, [sp, 56] bl vorbis_pump_first_frame ldr x0, [sp, 56] b .L1104 .L1101: ldr x0, [sp, 24] cmp x0, 0 beq .L1103 ldr w0, [sp, 212] mov w1, w0 ldr x0, [sp, 24] str w1, [x0] .L1103: add x0, sp, 64 bl vorbis_deinit mov x0, 0 .L1104: mov x1, x0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 1960] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L1105 bl __stack_chk_fail .L1105: mov x0, x1 ldp x29, x30, [sp] add sp, sp, 1968 .cfi_restore 29 .cfi_restore 30 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE97: .size stb_vorbis_open_file_section, .-stb_vorbis_open_file_section .align 2 .global stb_vorbis_open_file .type stb_vorbis_open_file, %function stb_vorbis_open_file: .LFB98: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 40] str w1, [sp, 36] str x2, [sp, 24] str x3, [sp, 16] ldr x0, [sp, 40] bl ftell str w0, [sp, 56] mov w2, 2 mov x1, 0 ldr x0, [sp, 40] bl fseek ldr x0, [sp, 40] bl ftell mov w1, w0 ldr w0, [sp, 56] sub w0, w1, w0 str w0, [sp, 60] ldr w0, [sp, 56] mov w2, 0 mov x1, x0 ldr x0, [sp, 40] bl fseek ldr w4, [sp, 60] ldr x3, [sp, 16] ldr x2, [sp, 24] ldr w1, [sp, 36] ldr x0, [sp, 40] bl stb_vorbis_open_file_section ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE98: .size stb_vorbis_open_file, .-stb_vorbis_open_file .section .rodata .align 3 .LC25: .string "rb" .text .align 2 .global stb_vorbis_open_filename .type stb_vorbis_open_filename, %function stb_vorbis_open_filename: .LFB99: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str x2, [sp, 24] adrp x0, .LC25 add x1, x0, :lo12:.LC25 ldr x0, [sp, 40] bl fopen str x0, [sp, 56] ldr x0, [sp, 56] cmp x0, 0 beq .L1109 ldr x3, [sp, 24] ldr x2, [sp, 32] mov w1, 1 ldr x0, [sp, 56] bl stb_vorbis_open_file b .L1110 .L1109: ldr x0, [sp, 32] cmp x0, 0 beq .L1111 ldr x0, [sp, 32] mov w1, 6 str w1, [x0] .L1111: mov x0, 0 .L1110: ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE99: .size stb_vorbis_open_filename, .-stb_vorbis_open_filename .align 2 .global stb_vorbis_open_memory .type stb_vorbis_open_memory, %function stb_vorbis_open_memory: .LFB100: .cfi_startproc sub sp, sp, #1968 .cfi_def_cfa_offset 1968 stp x29, x30, [sp] .cfi_offset 29, -1968 .cfi_offset 30, -1960 mov x29, sp str x0, [sp, 40] str w1, [sp, 36] str x2, [sp, 24] str x3, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 1960] mov x1, 0 ldr x0, [sp, 40] cmp x0, 0 bne .L1113 mov x0, 0 b .L1117 .L1113: add x0, sp, 64 ldr x1, [sp, 16] bl vorbis_init ldr x0, [sp, 40] str x0, [sp, 104] ldrsw x0, [sp, 36] ldr x1, [sp, 40] add x0, x1, x0 str x0, [sp, 120] ldr x0, [sp, 104] str x0, [sp, 112] ldr w0, [sp, 36] str w0, [sp, 128] strb wzr, [sp, 132] add x0, sp, 64 bl start_decoder cmp w0, 0 beq .L1115 add x0, sp, 64 bl vorbis_alloc str x0, [sp, 56] ldr x0, [sp, 56] cmp x0, 0 beq .L1115 ldr x0, [sp, 56] mov x3, x0 add x0, sp, 64 mov x1, 1896 mov x2, x1 mov x1, x0 mov x0, x3 bl memcpy ldr x0, [sp, 56] bl vorbis_pump_first_frame ldr x0, [sp, 56] b .L1117 .L1115: ldr x0, [sp, 24] cmp x0, 0 beq .L1116 ldr w0, [sp, 212] mov w1, w0 ldr x0, [sp, 24] str w1, [x0] .L1116: add x0, sp, 64 bl vorbis_deinit mov x0, 0 .L1117: mov x1, x0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 1960] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L1118 bl __stack_chk_fail .L1118: mov x0, x1 ldp x29, x30, [sp] add sp, sp, 1968 .cfi_restore 29 .cfi_restore 30 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE100: .size stb_vorbis_open_memory, .-stb_vorbis_open_memory .data .align 3 .type channel_position, %object .size channel_position, 42 channel_position: .string "" .string "" .zero 4 .string "\007" .zero 4 .string "\003\005" .zero 3 .string "\003\007\005" .zero 2 .string "\003\005\003\005" .zero 1 .string "\003\007\005\003\005" .ascii "\003\007\005\003\005\007" .text .align 2 .type copy_samples, %function copy_samples: .LFB101: .cfi_startproc sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, 24] str x1, [sp, 16] str w2, [sp, 12] str wzr, [sp, 40] b .L1120 .L1124: ldrsw x0, [sp, 40] lsl x0, x0, 2 ldr x1, [sp, 16] add x0, x1, x0 ldr s0, [x0] mov w0, 1136656384 fmov s1, w0 fadd s0, s0, s1 str s0, [sp, 32] ldr w1, [sp, 32] mov w0, -1136656384 add w0, w1, w0 str w0, [sp, 44] ldr w0, [sp, 44] add w0, w0, 32768 mov w1, w0 mov w0, 65535 cmp w1, w0 bls .L1121 ldr w0, [sp, 44] cmp w0, 0 bge .L1122 mov w0, -32768 b .L1123 .L1122: mov w0, 32767 .L1123: str w0, [sp, 44] .L1121: ldrsw x0, [sp, 40] lsl x0, x0, 1 ldr x1, [sp, 24] add x0, x1, x0 ldr w1, [sp, 44] sxth w1, w1 strh w1, [x0] ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L1120: ldr w1, [sp, 40] ldr w0, [sp, 12] cmp w1, w0 blt .L1124 nop nop add sp, sp, 48 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE101: .size copy_samples, .-copy_samples .align 2 .type compute_samples, %function compute_samples: .LFB102: .cfi_startproc stp x29, x30, [sp, -208]! .cfi_def_cfa_offset 208 .cfi_offset 29, -208 .cfi_offset 30, -200 mov x29, sp str w0, [sp, 44] str x1, [sp, 32] str w2, [sp, 40] str x3, [sp, 24] str w4, [sp, 20] str w5, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 200] mov x1, 0 mov w0, 32 str w0, [sp, 64] str wzr, [sp, 60] b .L1126 .L1138: add x0, sp, 72 mov x2, 128 mov w1, 0 bl memset ldr w1, [sp, 60] ldr w0, [sp, 64] add w0, w1, w0 ldr w1, [sp, 16] cmp w1, w0 bge .L1127 ldr w1, [sp, 16] ldr w0, [sp, 60] sub w0, w1, w0 str w0, [sp, 64] .L1127: str wzr, [sp, 56] b .L1128 .L1132: adrp x0, channel_position add x3, x0, :lo12:channel_position ldrsw x2, [sp, 56] ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 1 add x0, x3, x0 add x0, x0, x2 ldrsb w0, [x0] mov w1, w0 ldr w0, [sp, 44] and w0, w1, w0 cmp w0, 0 beq .L1129 str wzr, [sp, 52] b .L1130 .L1131: ldrsw x0, [sp, 52] lsl x0, x0, 2 add x1, sp, 72 ldr s1, [x1, x0] ldrsw x0, [sp, 56] lsl x0, x0, 3 ldr x1, [sp, 24] add x0, x1, x0 ldr x1, [x0] ldr w2, [sp, 20] ldr w0, [sp, 60] add w2, w2, w0 ldr w0, [sp, 52] add w0, w2, w0 sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] fadd s0, s1, s0 ldrsw x0, [sp, 52] lsl x0, x0, 2 add x1, sp, 72 str s0, [x1, x0] ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L1130: ldr w1, [sp, 52] ldr w0, [sp, 64] cmp w1, w0 blt .L1131 .L1129: ldr w0, [sp, 56] add w0, w0, 1 str w0, [sp, 56] .L1128: ldr w1, [sp, 56] ldr w0, [sp, 40] cmp w1, w0 blt .L1132 str wzr, [sp, 52] b .L1133 .L1137: ldrsw x0, [sp, 52] lsl x0, x0, 2 add x1, sp, 72 ldr s0, [x1, x0] mov w0, 1136656384 fmov s1, w0 fadd s0, s0, s1 str s0, [sp, 48] ldr w1, [sp, 48] mov w0, -1136656384 add w0, w1, w0 str w0, [sp, 68] ldr w0, [sp, 68] add w0, w0, 32768 mov w1, w0 mov w0, 65535 cmp w1, w0 bls .L1134 ldr w0, [sp, 68] cmp w0, 0 bge .L1135 mov w0, -32768 b .L1136 .L1135: mov w0, 32767 .L1136: str w0, [sp, 68] .L1134: ldr w1, [sp, 60] ldr w0, [sp, 52] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 1 ldr x1, [sp, 32] add x0, x1, x0 ldr w1, [sp, 68] sxth w1, w1 strh w1, [x0] ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L1133: ldr w1, [sp, 52] ldr w0, [sp, 64] cmp w1, w0 blt .L1137 ldr w0, [sp, 60] add w0, w0, 32 str w0, [sp, 60] .L1126: ldr w1, [sp, 60] ldr w0, [sp, 16] cmp w1, w0 blt .L1138 nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 200] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L1139 bl __stack_chk_fail .L1139: ldp x29, x30, [sp], 208 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE102: .size compute_samples, .-compute_samples .align 2 .type compute_stereo_samples, %function compute_stereo_samples: .LFB103: .cfi_startproc stp x29, x30, [sp, -224]! .cfi_def_cfa_offset 224 .cfi_offset 29, -224 .cfi_offset 30, -216 mov x29, sp str x0, [sp, 40] str w1, [sp, 36] str x2, [sp, 24] str w3, [sp, 32] str w4, [sp, 20] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 216] mov x1, 0 mov w0, 16 str w0, [sp, 72] str wzr, [sp, 68] b .L1141 .L1159: ldr w0, [sp, 68] lsl w0, w0, 1 str w0, [sp, 80] add x0, sp, 88 mov x2, 128 mov w1, 0 bl memset ldr w1, [sp, 68] ldr w0, [sp, 72] add w0, w1, w0 ldr w1, [sp, 20] cmp w1, w0 bge .L1142 ldr w1, [sp, 20] ldr w0, [sp, 68] sub w0, w1, w0 str w0, [sp, 72] .L1142: str wzr, [sp, 64] b .L1143 .L1153: adrp x0, channel_position add x3, x0, :lo12:channel_position ldrsw x2, [sp, 64] ldrsw x1, [sp, 36] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 1 add x0, x3, x0 add x0, x0, x2 ldrsb w0, [x0] and w0, w0, 255 and w0, w0, 6 str w0, [sp, 84] ldr w0, [sp, 84] cmp w0, 6 bne .L1144 str wzr, [sp, 60] b .L1145 .L1146: ldr w0, [sp, 60] lsl w0, w0, 1 sxtw x0, w0 lsl x0, x0, 2 add x1, sp, 88 ldr s1, [x1, x0] ldrsw x0, [sp, 64] lsl x0, x0, 3 ldr x1, [sp, 24] add x0, x1, x0 ldr x1, [x0] ldr w2, [sp, 32] ldr w0, [sp, 68] add w2, w2, w0 ldr w0, [sp, 60] add w0, w2, w0 sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] ldr w0, [sp, 60] lsl w0, w0, 1 fadd s0, s1, s0 sxtw x0, w0 lsl x0, x0, 2 add x1, sp, 88 str s0, [x1, x0] ldr w0, [sp, 60] lsl w0, w0, 1 add w0, w0, 1 sxtw x0, w0 lsl x0, x0, 2 add x1, sp, 88 ldr s1, [x1, x0] ldrsw x0, [sp, 64] lsl x0, x0, 3 ldr x1, [sp, 24] add x0, x1, x0 ldr x1, [x0] ldr w2, [sp, 32] ldr w0, [sp, 68] add w2, w2, w0 ldr w0, [sp, 60] add w0, w2, w0 sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] ldr w0, [sp, 60] lsl w0, w0, 1 add w0, w0, 1 fadd s0, s1, s0 sxtw x0, w0 lsl x0, x0, 2 add x1, sp, 88 str s0, [x1, x0] ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L1145: ldr w1, [sp, 60] ldr w0, [sp, 72] cmp w1, w0 blt .L1146 b .L1147 .L1144: ldr w0, [sp, 84] cmp w0, 2 bne .L1148 str wzr, [sp, 60] b .L1149 .L1150: ldr w0, [sp, 60] lsl w0, w0, 1 sxtw x0, w0 lsl x0, x0, 2 add x1, sp, 88 ldr s1, [x1, x0] ldrsw x0, [sp, 64] lsl x0, x0, 3 ldr x1, [sp, 24] add x0, x1, x0 ldr x1, [x0] ldr w2, [sp, 32] ldr w0, [sp, 68] add w2, w2, w0 ldr w0, [sp, 60] add w0, w2, w0 sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] ldr w0, [sp, 60] lsl w0, w0, 1 fadd s0, s1, s0 sxtw x0, w0 lsl x0, x0, 2 add x1, sp, 88 str s0, [x1, x0] ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L1149: ldr w1, [sp, 60] ldr w0, [sp, 72] cmp w1, w0 blt .L1150 b .L1147 .L1148: ldr w0, [sp, 84] cmp w0, 4 bne .L1147 str wzr, [sp, 60] b .L1151 .L1152: ldr w0, [sp, 60] lsl w0, w0, 1 add w0, w0, 1 sxtw x0, w0 lsl x0, x0, 2 add x1, sp, 88 ldr s1, [x1, x0] ldrsw x0, [sp, 64] lsl x0, x0, 3 ldr x1, [sp, 24] add x0, x1, x0 ldr x1, [x0] ldr w2, [sp, 32] ldr w0, [sp, 68] add w2, w2, w0 ldr w0, [sp, 60] add w0, w2, w0 sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] ldr w0, [sp, 60] lsl w0, w0, 1 add w0, w0, 1 fadd s0, s1, s0 sxtw x0, w0 lsl x0, x0, 2 add x1, sp, 88 str s0, [x1, x0] ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L1151: ldr w1, [sp, 60] ldr w0, [sp, 72] cmp w1, w0 blt .L1152 .L1147: ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L1143: ldr w1, [sp, 64] ldr w0, [sp, 36] cmp w1, w0 blt .L1153 str wzr, [sp, 60] b .L1154 .L1158: ldrsw x0, [sp, 60] lsl x0, x0, 2 add x1, sp, 88 ldr s0, [x1, x0] mov w0, 1136656384 fmov s1, w0 fadd s0, s0, s1 str s0, [sp, 56] ldr w1, [sp, 56] mov w0, -1136656384 add w0, w1, w0 str w0, [sp, 76] ldr w0, [sp, 76] add w0, w0, 32768 mov w1, w0 mov w0, 65535 cmp w1, w0 bls .L1155 ldr w0, [sp, 76] cmp w0, 0 bge .L1156 mov w0, -32768 b .L1157 .L1156: mov w0, 32767 .L1157: str w0, [sp, 76] .L1155: ldr w1, [sp, 80] ldr w0, [sp, 60] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 1 ldr x1, [sp, 40] add x0, x1, x0 ldr w1, [sp, 76] sxth w1, w1 strh w1, [x0] ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L1154: ldr w0, [sp, 72] lsl w0, w0, 1 ldr w1, [sp, 60] cmp w1, w0 blt .L1158 ldr w0, [sp, 68] add w0, w0, 16 str w0, [sp, 68] .L1141: ldr w1, [sp, 68] ldr w0, [sp, 20] cmp w1, w0 blt .L1159 nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 216] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L1160 bl __stack_chk_fail .L1160: ldp x29, x30, [sp], 224 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE103: .size compute_stereo_samples, .-compute_stereo_samples .align 2 .type convert_samples_short, %function convert_samples_short: .LFB104: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str w0, [sp, 60] str x1, [sp, 48] str w2, [sp, 56] str w3, [sp, 44] str x4, [sp, 32] str w5, [sp, 40] str w6, [sp, 28] ldr w1, [sp, 60] ldr w0, [sp, 44] cmp w1, w0 beq .L1162 ldr w0, [sp, 60] cmp w0, 2 bgt .L1162 ldr w0, [sp, 44] cmp w0, 6 bgt .L1162 str wzr, [sp, 72] b .L1163 .L1164: adrp x0, channel_selector.1 add x0, x0, :lo12:channel_selector.1 ldrsw x1, [sp, 72] ldrsw x2, [sp, 60] lsl x2, x2, 1 add x1, x2, x1 ldr w6, [x0, x1, lsl 2] ldrsw x0, [sp, 72] lsl x0, x0, 3 ldr x1, [sp, 48] add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 56] lsl x0, x0, 1 add x0, x1, x0 ldr w5, [sp, 28] ldr w4, [sp, 40] ldr x3, [sp, 32] ldr w2, [sp, 44] mov x1, x0 mov w0, w6 bl compute_samples ldr w0, [sp, 72] add w0, w0, 1 str w0, [sp, 72] .L1163: ldr w1, [sp, 72] ldr w0, [sp, 60] cmp w1, w0 blt .L1164 b .L1165 .L1162: ldr w0, [sp, 60] ldr w2, [sp, 44] ldr w1, [sp, 44] cmp w2, w0 csel w0, w1, w0, le str w0, [sp, 76] str wzr, [sp, 72] b .L1166 .L1167: ldrsw x0, [sp, 72] lsl x0, x0, 3 ldr x1, [sp, 48] add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 56] lsl x0, x0, 1 add x3, x1, x0 ldrsw x0, [sp, 72] lsl x0, x0, 3 ldr x1, [sp, 32] add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 40] lsl x0, x0, 2 add x0, x1, x0 ldr w2, [sp, 28] mov x1, x0 mov x0, x3 bl copy_samples ldr w0, [sp, 72] add w0, w0, 1 str w0, [sp, 72] .L1166: ldr w1, [sp, 72] ldr w0, [sp, 76] cmp w1, w0 blt .L1167 b .L1168 .L1169: ldrsw x0, [sp, 72] lsl x0, x0, 3 ldr x1, [sp, 48] add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 56] lsl x0, x0, 1 add x3, x1, x0 ldrsw x0, [sp, 28] lsl x0, x0, 1 mov x2, x0 mov w1, 0 mov x0, x3 bl memset ldr w0, [sp, 72] add w0, w0, 1 str w0, [sp, 72] .L1168: ldr w1, [sp, 72] ldr w0, [sp, 60] cmp w1, w0 blt .L1169 nop .L1165: nop ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE104: .size convert_samples_short, .-convert_samples_short .align 2 .global stb_vorbis_get_frame_short .type stb_vorbis_get_frame_short, %function stb_vorbis_get_frame_short: .LFB105: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str x0, [sp, 40] str w1, [sp, 36] str x2, [sp, 24] str w3, [sp, 32] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 72] mov x1, 0 add x0, sp, 64 mov x2, x0 mov x1, 0 ldr x0, [sp, 40] bl stb_vorbis_get_frame_float str w0, [sp, 60] ldr w1, [sp, 60] ldr w0, [sp, 32] cmp w1, w0 ble .L1171 ldr w0, [sp, 32] str w0, [sp, 60] .L1171: ldr w0, [sp, 60] cmp w0, 0 beq .L1172 ldr x0, [sp, 40] ldr w0, [x0, 4] ldr x1, [sp, 64] ldr w6, [sp, 60] mov w5, 0 mov x4, x1 mov w3, w0 mov w2, 0 ldr x1, [sp, 24] ldr w0, [sp, 36] bl convert_samples_short .L1172: ldr w0, [sp, 60] mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 72] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L1174 bl __stack_chk_fail .L1174: mov w0, w1 ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE105: .size stb_vorbis_get_frame_short, .-stb_vorbis_get_frame_short .section .rodata .align 3 .LC26: .string "buf_c == 2" .text .align 2 .type convert_channels_short_interleaved, %function convert_channels_short_interleaved: .LFB106: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str w0, [sp, 44] str x1, [sp, 32] str w2, [sp, 40] str x3, [sp, 24] str w4, [sp, 20] str w5, [sp, 16] ldr w1, [sp, 44] ldr w0, [sp, 40] cmp w1, w0 beq .L1176 ldr w0, [sp, 44] cmp w0, 2 bgt .L1176 ldr w0, [sp, 40] cmp w0, 6 bgt .L1176 ldr w0, [sp, 44] cmp w0, 2 beq .L1177 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 5198 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC26 add x0, x0, :lo12:.LC26 bl __assert_fail .L1177: str wzr, [sp, 60] b .L1178 .L1179: ldr w4, [sp, 16] ldr w3, [sp, 20] ldr x2, [sp, 24] ldr w1, [sp, 40] ldr x0, [sp, 32] bl compute_stereo_samples ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L1178: ldr w1, [sp, 60] ldr w0, [sp, 44] cmp w1, w0 blt .L1179 b .L1180 .L1176: ldr w0, [sp, 44] ldr w2, [sp, 40] ldr w1, [sp, 40] cmp w2, w0 csel w0, w1, w0, le str w0, [sp, 72] str wzr, [sp, 64] b .L1181 .L1189: str wzr, [sp, 60] b .L1182 .L1186: ldrsw x0, [sp, 60] lsl x0, x0, 3 ldr x1, [sp, 24] add x0, x1, x0 ldr x1, [x0] ldr w2, [sp, 20] ldr w0, [sp, 64] add w0, w2, w0 sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] str s0, [sp, 76] ldr s0, [sp, 76] mov w0, 1136656384 fmov s1, w0 fadd s0, s0, s1 str s0, [sp, 56] ldr w1, [sp, 56] mov w0, -1136656384 add w0, w1, w0 str w0, [sp, 68] ldr w0, [sp, 68] add w0, w0, 32768 mov w1, w0 mov w0, 65535 cmp w1, w0 bls .L1183 ldr w0, [sp, 68] cmp w0, 0 bge .L1184 mov w0, -32768 b .L1185 .L1184: mov w0, 32767 .L1185: str w0, [sp, 68] .L1183: ldr x0, [sp, 32] add x1, x0, 2 str x1, [sp, 32] ldr w1, [sp, 68] sxth w1, w1 strh w1, [x0] ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L1182: ldr w1, [sp, 60] ldr w0, [sp, 72] cmp w1, w0 blt .L1186 b .L1187 .L1188: ldr x0, [sp, 32] add x1, x0, 2 str x1, [sp, 32] strh wzr, [x0] ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L1187: ldr w1, [sp, 60] ldr w0, [sp, 44] cmp w1, w0 blt .L1188 ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L1181: ldr w1, [sp, 64] ldr w0, [sp, 16] cmp w1, w0 blt .L1189 nop .L1180: nop ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE106: .size convert_channels_short_interleaved, .-convert_channels_short_interleaved .align 2 .global stb_vorbis_get_frame_short_interleaved .type stb_vorbis_get_frame_short_interleaved, %function stb_vorbis_get_frame_short_interleaved: .LFB107: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str x0, [sp, 40] str w1, [sp, 36] str x2, [sp, 24] str w3, [sp, 32] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 72] mov x1, 0 ldr w0, [sp, 36] cmp w0, 1 bne .L1191 add x0, sp, 24 ldr w3, [sp, 32] mov x2, x0 ldr w1, [sp, 36] ldr x0, [sp, 40] bl stb_vorbis_get_frame_short b .L1195 .L1191: add x0, sp, 64 mov x2, x0 mov x1, 0 ldr x0, [sp, 40] bl stb_vorbis_get_frame_float str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 beq .L1193 ldr w1, [sp, 60] ldr w0, [sp, 36] mul w0, w1, w0 ldr w1, [sp, 32] cmp w1, w0 bge .L1194 ldr w1, [sp, 32] ldr w0, [sp, 36] sdiv w0, w1, w0 str w0, [sp, 60] .L1194: ldr x1, [sp, 24] ldr x0, [sp, 40] ldr w0, [x0, 4] ldr x2, [sp, 64] ldr w5, [sp, 60] mov w4, 0 mov x3, x2 mov w2, w0 ldr w0, [sp, 36] bl convert_channels_short_interleaved .L1193: ldr w0, [sp, 60] .L1195: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 72] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L1196 bl __stack_chk_fail .L1196: mov w0, w1 ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE107: .size stb_vorbis_get_frame_short_interleaved, .-stb_vorbis_get_frame_short_interleaved .align 2 .global stb_vorbis_get_samples_short_interleaved .type stb_vorbis_get_samples_short_interleaved, %function stb_vorbis_get_samples_short_interleaved: .LFB108: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str x0, [sp, 40] str w1, [sp, 36] str x2, [sp, 24] str w3, [sp, 32] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 72] mov x1, 0 ldr w1, [sp, 32] ldr w0, [sp, 36] sdiv w0, w1, w0 str w0, [sp, 56] str wzr, [sp, 48] ldr x0, [sp, 40] ldr w0, [x0, 4] str w0, [sp, 60] ldr w1, [sp, 60] ldr w0, [sp, 36] cmp w1, w0 ble .L1199 ldr w0, [sp, 36] str w0, [sp, 60] b .L1199 .L1204: ldr x0, [sp, 40] ldr w1, [x0, 1888] ldr x0, [sp, 40] ldr w0, [x0, 1884] sub w0, w1, w0 str w0, [sp, 52] ldr w1, [sp, 48] ldr w0, [sp, 52] add w0, w1, w0 ldr w1, [sp, 56] cmp w1, w0 bgt .L1200 ldr w1, [sp, 56] ldr w0, [sp, 48] sub w0, w1, w0 str w0, [sp, 52] .L1200: ldr w0, [sp, 52] cmp w0, 0 beq .L1201 ldr x0, [sp, 40] ldr w1, [x0, 4] ldr x0, [sp, 40] add x2, x0, 880 ldr x0, [sp, 40] ldr w0, [x0, 1884] ldr w5, [sp, 52] mov w4, w0 mov x3, x2 mov w2, w1 ldr x1, [sp, 24] ldr w0, [sp, 36] bl convert_channels_short_interleaved .L1201: ldr w1, [sp, 52] ldr w0, [sp, 36] mul w0, w1, w0 sxtw x0, w0 lsl x0, x0, 1 ldr x1, [sp, 24] add x0, x1, x0 str x0, [sp, 24] ldr w1, [sp, 48] ldr w0, [sp, 52] add w0, w1, w0 str w0, [sp, 48] ldr x0, [sp, 40] ldr w1, [x0, 1884] ldr w0, [sp, 52] add w1, w1, w0 ldr x0, [sp, 40] str w1, [x0, 1884] ldr w1, [sp, 48] ldr w0, [sp, 56] cmp w1, w0 beq .L1207 add x0, sp, 64 mov x2, x0 mov x1, 0 ldr x0, [sp, 40] bl stb_vorbis_get_frame_float cmp w0, 0 beq .L1208 .L1199: ldr w1, [sp, 48] ldr w0, [sp, 56] cmp w1, w0 blt .L1204 b .L1203 .L1207: nop b .L1203 .L1208: nop .L1203: ldr w0, [sp, 48] mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 72] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L1206 bl __stack_chk_fail .L1206: mov w0, w1 ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE108: .size stb_vorbis_get_samples_short_interleaved, .-stb_vorbis_get_samples_short_interleaved .align 2 .global stb_vorbis_get_samples_short .type stb_vorbis_get_samples_short, %function stb_vorbis_get_samples_short: .LFB109: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str x0, [sp, 40] str w1, [sp, 36] str x2, [sp, 24] str w3, [sp, 32] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 72] mov x1, 0 str wzr, [sp, 52] ldr x0, [sp, 40] ldr w0, [x0, 4] str w0, [sp, 60] ldr w1, [sp, 60] ldr w0, [sp, 36] cmp w1, w0 ble .L1211 ldr w0, [sp, 36] str w0, [sp, 60] b .L1211 .L1216: ldr x0, [sp, 40] ldr w1, [x0, 1888] ldr x0, [sp, 40] ldr w0, [x0, 1884] sub w0, w1, w0 str w0, [sp, 56] ldr w1, [sp, 52] ldr w0, [sp, 56] add w0, w1, w0 ldr w1, [sp, 32] cmp w1, w0 bgt .L1212 ldr w1, [sp, 32] ldr w0, [sp, 52] sub w0, w1, w0 str w0, [sp, 56] .L1212: ldr w0, [sp, 56] cmp w0, 0 beq .L1213 ldr x0, [sp, 40] ldr w1, [x0, 4] ldr x0, [sp, 40] add x2, x0, 880 ldr x0, [sp, 40] ldr w0, [x0, 1884] ldr w6, [sp, 56] mov w5, w0 mov x4, x2 mov w3, w1 ldr w2, [sp, 52] ldr x1, [sp, 24] ldr w0, [sp, 36] bl convert_samples_short .L1213: ldr w1, [sp, 52] ldr w0, [sp, 56] add w0, w1, w0 str w0, [sp, 52] ldr x0, [sp, 40] ldr w1, [x0, 1884] ldr w0, [sp, 56] add w1, w1, w0 ldr x0, [sp, 40] str w1, [x0, 1884] ldr w1, [sp, 52] ldr w0, [sp, 32] cmp w1, w0 beq .L1219 add x0, sp, 64 mov x2, x0 mov x1, 0 ldr x0, [sp, 40] bl stb_vorbis_get_frame_float cmp w0, 0 beq .L1220 .L1211: ldr w1, [sp, 52] ldr w0, [sp, 32] cmp w1, w0 blt .L1216 b .L1215 .L1219: nop b .L1215 .L1220: nop .L1215: ldr w0, [sp, 52] mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 72] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L1218 bl __stack_chk_fail .L1218: mov w0, w1 ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE109: .size stb_vorbis_get_samples_short, .-stb_vorbis_get_samples_short .align 2 .global stb_vorbis_decode_filename .type stb_vorbis_decode_filename, %function stb_vorbis_decode_filename: .LFB110: .cfi_startproc stp x29, x30, [sp, -112]! .cfi_def_cfa_offset 112 .cfi_offset 29, -112 .cfi_offset 30, -104 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str x2, [sp, 24] str x3, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 104] mov x1, 0 add x0, sp, 56 mov x2, 0 mov x1, x0 ldr x0, [sp, 40] bl stb_vorbis_open_filename str x0, [sp, 88] ldr x0, [sp, 88] cmp x0, 0 bne .L1222 mov w0, -1 b .L1230 .L1222: ldr x0, [sp, 88] ldr w0, [x0, 4] lsl w0, w0, 12 str w0, [sp, 72] ldr x0, [sp, 88] ldr w1, [x0, 4] ldr x0, [sp, 32] str w1, [x0] ldr x0, [sp, 24] cmp x0, 0 beq .L1224 ldr x0, [sp, 88] ldr w0, [x0] mov w1, w0 ldr x0, [sp, 24] str w1, [x0] .L1224: str wzr, [sp, 60] ldr w0, [sp, 60] str w0, [sp, 64] ldr w0, [sp, 72] str w0, [sp, 68] ldrsw x0, [sp, 68] lsl x0, x0, 1 bl malloc str x0, [sp, 80] ldr x0, [sp, 80] cmp x0, 0 bne .L1225 ldr x0, [sp, 88] bl stb_vorbis_close mov w0, -2 b .L1230 .L1225: ldr x0, [sp, 88] ldr w4, [x0, 4] ldrsw x0, [sp, 64] lsl x0, x0, 1 ldr x1, [sp, 80] add x2, x1, x0 ldr w1, [sp, 68] ldr w0, [sp, 64] sub w0, w1, w0 mov w3, w0 mov w1, w4 ldr x0, [sp, 88] bl stb_vorbis_get_frame_short_interleaved str w0, [sp, 76] ldr w0, [sp, 76] cmp w0, 0 beq .L1233 ldr w1, [sp, 60] ldr w0, [sp, 76] add w0, w1, w0 str w0, [sp, 60] ldr x0, [sp, 88] ldr w1, [x0, 4] ldr w0, [sp, 76] mul w0, w1, w0 ldr w1, [sp, 64] add w0, w1, w0 str w0, [sp, 64] ldr w1, [sp, 64] ldr w0, [sp, 72] add w0, w1, w0 ldr w1, [sp, 68] cmp w1, w0 bge .L1225 ldr w0, [sp, 68] lsl w0, w0, 1 str w0, [sp, 68] ldrsw x0, [sp, 68] lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 80] bl realloc str x0, [sp, 96] ldr x0, [sp, 96] cmp x0, 0 bne .L1229 ldr x0, [sp, 80] bl free ldr x0, [sp, 88] bl stb_vorbis_close mov w0, -2 b .L1230 .L1229: ldr x0, [sp, 96] str x0, [sp, 80] b .L1225 .L1233: nop ldr x0, [sp, 16] ldr x1, [sp, 80] str x1, [x0] ldr x0, [sp, 88] bl stb_vorbis_close ldr w0, [sp, 60] .L1230: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 104] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L1231 bl __stack_chk_fail .L1231: mov w0, w1 ldp x29, x30, [sp], 112 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE110: .size stb_vorbis_decode_filename, .-stb_vorbis_decode_filename .align 2 .global stb_vorbis_decode_memory .type stb_vorbis_decode_memory, %function stb_vorbis_decode_memory: .LFB111: .cfi_startproc stp x29, x30, [sp, -128]! .cfi_def_cfa_offset 128 .cfi_offset 29, -128 .cfi_offset 30, -120 mov x29, sp str x0, [sp, 56] str w1, [sp, 52] str x2, [sp, 40] str x3, [sp, 32] str x4, [sp, 24] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 120] mov x1, 0 add x0, sp, 72 mov x3, 0 mov x2, x0 ldr w1, [sp, 52] ldr x0, [sp, 56] bl stb_vorbis_open_memory str x0, [sp, 104] ldr x0, [sp, 104] cmp x0, 0 bne .L1235 mov w0, -1 b .L1243 .L1235: ldr x0, [sp, 104] ldr w0, [x0, 4] lsl w0, w0, 12 str w0, [sp, 88] ldr x0, [sp, 104] ldr w1, [x0, 4] ldr x0, [sp, 40] str w1, [x0] ldr x0, [sp, 32] cmp x0, 0 beq .L1237 ldr x0, [sp, 104] ldr w0, [x0] mov w1, w0 ldr x0, [sp, 32] str w1, [x0] .L1237: str wzr, [sp, 76] ldr w0, [sp, 76] str w0, [sp, 80] ldr w0, [sp, 88] str w0, [sp, 84] ldrsw x0, [sp, 84] lsl x0, x0, 1 bl malloc str x0, [sp, 96] ldr x0, [sp, 96] cmp x0, 0 bne .L1238 ldr x0, [sp, 104] bl stb_vorbis_close mov w0, -2 b .L1243 .L1238: ldr x0, [sp, 104] ldr w4, [x0, 4] ldrsw x0, [sp, 80] lsl x0, x0, 1 ldr x1, [sp, 96] add x2, x1, x0 ldr w1, [sp, 84] ldr w0, [sp, 80] sub w0, w1, w0 mov w3, w0 mov w1, w4 ldr x0, [sp, 104] bl stb_vorbis_get_frame_short_interleaved str w0, [sp, 92] ldr w0, [sp, 92] cmp w0, 0 beq .L1246 ldr w1, [sp, 76] ldr w0, [sp, 92] add w0, w1, w0 str w0, [sp, 76] ldr x0, [sp, 104] ldr w1, [x0, 4] ldr w0, [sp, 92] mul w0, w1, w0 ldr w1, [sp, 80] add w0, w1, w0 str w0, [sp, 80] ldr w1, [sp, 80] ldr w0, [sp, 88] add w0, w1, w0 ldr w1, [sp, 84] cmp w1, w0 bge .L1238 ldr w0, [sp, 84] lsl w0, w0, 1 str w0, [sp, 84] ldrsw x0, [sp, 84] lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 96] bl realloc str x0, [sp, 112] ldr x0, [sp, 112] cmp x0, 0 bne .L1242 ldr x0, [sp, 96] bl free ldr x0, [sp, 104] bl stb_vorbis_close mov w0, -2 b .L1243 .L1242: ldr x0, [sp, 112] str x0, [sp, 96] b .L1238 .L1246: nop ldr x0, [sp, 24] ldr x1, [sp, 96] str x1, [x0] ldr x0, [sp, 104] bl stb_vorbis_close ldr w0, [sp, 76] .L1243: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 120] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L1244 bl __stack_chk_fail .L1244: mov w0, w1 ldp x29, x30, [sp], 128 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE111: .size stb_vorbis_decode_memory, .-stb_vorbis_decode_memory .align 2 .global stb_vorbis_get_samples_float_interleaved .type stb_vorbis_get_samples_float_interleaved, %function stb_vorbis_get_samples_float_interleaved: .LFB112: .cfi_startproc stp x29, x30, [sp, -96]! .cfi_def_cfa_offset 96 .cfi_offset 29, -96 .cfi_offset 30, -88 mov x29, sp str x0, [sp, 40] str w1, [sp, 36] str x2, [sp, 24] str w3, [sp, 32] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 88] mov x1, 0 ldr w1, [sp, 32] ldr w0, [sp, 36] sdiv w0, w1, w0 str w0, [sp, 76] str wzr, [sp, 56] ldr x0, [sp, 40] ldr w0, [x0, 4] str w0, [sp, 60] ldr w1, [sp, 60] ldr w0, [sp, 36] cmp w1, w0 ble .L1249 ldr w0, [sp, 36] str w0, [sp, 60] b .L1249 .L1259: ldr x0, [sp, 40] ldr w1, [x0, 1888] ldr x0, [sp, 40] ldr w0, [x0, 1884] sub w0, w1, w0 str w0, [sp, 72] ldr w1, [sp, 56] ldr w0, [sp, 72] add w0, w1, w0 ldr w1, [sp, 76] cmp w1, w0 bgt .L1250 ldr w1, [sp, 76] ldr w0, [sp, 56] sub w0, w1, w0 str w0, [sp, 72] .L1250: str wzr, [sp, 68] b .L1251 .L1256: str wzr, [sp, 64] b .L1252 .L1253: ldr x0, [sp, 40] ldrsw x1, [sp, 64] add x1, x1, 110 ldr x1, [x0, x1, lsl 3] ldr x0, [sp, 40] ldr w2, [x0, 1884] ldr w0, [sp, 68] add w0, w2, w0 sxtw x0, w0 lsl x0, x0, 2 add x1, x1, x0 ldr x0, [sp, 24] add x2, x0, 4 str x2, [sp, 24] ldr s0, [x1] str s0, [x0] ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L1252: ldr w1, [sp, 64] ldr w0, [sp, 60] cmp w1, w0 blt .L1253 b .L1254 .L1255: ldr x0, [sp, 24] add x1, x0, 4 str x1, [sp, 24] str wzr, [x0] ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L1254: ldr w1, [sp, 64] ldr w0, [sp, 36] cmp w1, w0 blt .L1255 ldr w0, [sp, 68] add w0, w0, 1 str w0, [sp, 68] .L1251: ldr w1, [sp, 68] ldr w0, [sp, 72] cmp w1, w0 blt .L1256 ldr w1, [sp, 56] ldr w0, [sp, 72] add w0, w1, w0 str w0, [sp, 56] ldr x0, [sp, 40] ldr w1, [x0, 1884] ldr w0, [sp, 72] add w1, w1, w0 ldr x0, [sp, 40] str w1, [x0, 1884] ldr w1, [sp, 56] ldr w0, [sp, 76] cmp w1, w0 beq .L1262 add x0, sp, 80 mov x2, x0 mov x1, 0 ldr x0, [sp, 40] bl stb_vorbis_get_frame_float cmp w0, 0 beq .L1263 .L1249: ldr w1, [sp, 56] ldr w0, [sp, 76] cmp w1, w0 blt .L1259 b .L1258 .L1262: nop b .L1258 .L1263: nop .L1258: ldr w0, [sp, 56] mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 88] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L1261 bl __stack_chk_fail .L1261: mov w0, w1 ldp x29, x30, [sp], 96 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE112: .size stb_vorbis_get_samples_float_interleaved, .-stb_vorbis_get_samples_float_interleaved .align 2 .global stb_vorbis_get_samples_float .type stb_vorbis_get_samples_float, %function stb_vorbis_get_samples_float: .LFB113: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str x0, [sp, 40] str w1, [sp, 36] str x2, [sp, 24] str w3, [sp, 32] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 72] mov x1, 0 str wzr, [sp, 48] ldr x0, [sp, 40] ldr w0, [x0, 4] str w0, [sp, 52] ldr w1, [sp, 52] ldr w0, [sp, 36] cmp w1, w0 ble .L1266 ldr w0, [sp, 36] str w0, [sp, 52] b .L1266 .L1275: ldr x0, [sp, 40] ldr w1, [x0, 1888] ldr x0, [sp, 40] ldr w0, [x0, 1884] sub w0, w1, w0 str w0, [sp, 60] ldr w1, [sp, 48] ldr w0, [sp, 60] add w0, w1, w0 ldr w1, [sp, 32] cmp w1, w0 bgt .L1267 ldr w1, [sp, 32] ldr w0, [sp, 48] sub w0, w1, w0 str w0, [sp, 60] .L1267: ldr w0, [sp, 60] cmp w0, 0 beq .L1268 str wzr, [sp, 56] b .L1269 .L1270: ldrsw x0, [sp, 56] lsl x0, x0, 3 ldr x1, [sp, 24] add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 48] lsl x0, x0, 2 add x3, x1, x0 ldr x0, [sp, 40] ldrsw x1, [sp, 56] add x1, x1, 110 ldr x1, [x0, x1, lsl 3] ldr x0, [sp, 40] ldr w0, [x0, 1884] sxtw x0, w0 lsl x0, x0, 2 add x1, x1, x0 ldrsw x0, [sp, 60] lsl x0, x0, 2 mov x2, x0 mov x0, x3 bl memcpy ldr w0, [sp, 56] add w0, w0, 1 str w0, [sp, 56] .L1269: ldr w1, [sp, 56] ldr w0, [sp, 52] cmp w1, w0 blt .L1270 b .L1271 .L1272: ldrsw x0, [sp, 56] lsl x0, x0, 3 ldr x1, [sp, 24] add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 48] lsl x0, x0, 2 add x3, x1, x0 ldrsw x0, [sp, 60] lsl x0, x0, 2 mov x2, x0 mov w1, 0 mov x0, x3 bl memset ldr w0, [sp, 56] add w0, w0, 1 str w0, [sp, 56] .L1271: ldr w1, [sp, 56] ldr w0, [sp, 36] cmp w1, w0 blt .L1272 .L1268: ldr w1, [sp, 48] ldr w0, [sp, 60] add w0, w1, w0 str w0, [sp, 48] ldr x0, [sp, 40] ldr w1, [x0, 1884] ldr w0, [sp, 60] add w1, w1, w0 ldr x0, [sp, 40] str w1, [x0, 1884] ldr w1, [sp, 48] ldr w0, [sp, 32] cmp w1, w0 beq .L1278 add x0, sp, 64 mov x2, x0 mov x1, 0 ldr x0, [sp, 40] bl stb_vorbis_get_frame_float cmp w0, 0 beq .L1279 .L1266: ldr w1, [sp, 48] ldr w0, [sp, 32] cmp w1, w0 blt .L1275 b .L1274 .L1278: nop b .L1274 .L1279: nop .L1274: ldr w0, [sp, 48] mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 72] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L1277 bl __stack_chk_fail .L1277: mov w0, w1 ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE113: .size stb_vorbis_get_samples_float, .-stb_vorbis_get_samples_float .data .align 3 .type log2_4.21, %object .size log2_4.21, 16 log2_4.21: .string "" .ascii "\001\002\002\003\003\003\003\004\004\004\004\004\004\004\004" .section .rodata .align 3 .type __PRETTY_FUNCTION__.20, %object .size __PRETTY_FUNCTION__.20, 18 __PRETTY_FUNCTION__.20: .string "compute_codewords" .align 3 .type __PRETTY_FUNCTION__.19, %object .size __PRETTY_FUNCTION__.19, 16 __PRETTY_FUNCTION__.19: .string "include_in_sort" .align 3 .type __PRETTY_FUNCTION__.18, %object .size __PRETTY_FUNCTION__.18, 23 __PRETTY_FUNCTION__.18: .string "compute_sorted_huffman" .data .align 3 .type vorbis.17, %object .size vorbis.17, 6 vorbis.17: .ascii "vorbis" .section .rodata .align 3 .type __PRETTY_FUNCTION__.16, %object .size __PRETTY_FUNCTION__.16, 15 __PRETTY_FUNCTION__.16: .string "lookup1_values" .align 3 .type __PRETTY_FUNCTION__.15, %object .size __PRETTY_FUNCTION__.15, 13 __PRETTY_FUNCTION__.15: .string "next_segment" .align 3 .type __PRETTY_FUNCTION__.14, %object .size __PRETTY_FUNCTION__.14, 16 __PRETTY_FUNCTION__.14: .string "get8_packet_raw" .align 3 .type __PRETTY_FUNCTION__.13, %object .size __PRETTY_FUNCTION__.13, 27 __PRETTY_FUNCTION__.13: .string "codebook_decode_scalar_raw" .align 3 .type __PRETTY_FUNCTION__.12, %object .size __PRETTY_FUNCTION__.12, 22 __PRETTY_FUNCTION__.12: .string "codebook_decode_start" .align 3 .type __PRETTY_FUNCTION__.11, %object .size __PRETTY_FUNCTION__.11, 36 __PRETTY_FUNCTION__.11: .string "codebook_decode_deinterleave_repeat" .align 3 .type __PRETTY_FUNCTION__.10, %object .size __PRETTY_FUNCTION__.10, 23 __PRETTY_FUNCTION__.10: .string "imdct_step3_iter0_loop" .align 3 .type __PRETTY_FUNCTION__.9, %object .size __PRETTY_FUNCTION__.9, 13 __PRETTY_FUNCTION__.9: .string "inverse_mdct" .align 3 .type __PRETTY_FUNCTION__.8, %object .size __PRETTY_FUNCTION__.8, 11 __PRETTY_FUNCTION__.8: .string "get_window" .align 3 .type __PRETTY_FUNCTION__.7, %object .size __PRETTY_FUNCTION__.7, 22 __PRETTY_FUNCTION__.7: .string "vorbis_decode_initial" .data .align 3 .type range_list.6, %object .size range_list.6, 16 range_list.6: .word 256 .word 128 .word 86 .word 64 .section .rodata .align 3 .type __PRETTY_FUNCTION__.5, %object .size __PRETTY_FUNCTION__.5, 26 __PRETTY_FUNCTION__.5: .string "vorbis_decode_packet_rest" .align 3 .type __PRETTY_FUNCTION__.4, %object .size __PRETTY_FUNCTION__.4, 14 __PRETTY_FUNCTION__.4: .string "start_decoder" .align 3 .type __PRETTY_FUNCTION__.3, %object .size __PRETTY_FUNCTION__.3, 20 __PRETTY_FUNCTION__.3: .string "vorbis_analyze_page" .align 3 .type __PRETTY_FUNCTION__.2, %object .size __PRETTY_FUNCTION__.2, 28 __PRETTY_FUNCTION__.2: .string "vorbis_seek_frame_from_page" .data .align 3 .type channel_selector.1, %object .size channel_selector.1, 24 channel_selector.1: .word 0 .zero 4 .word 1 .zero 4 .word 2 .word 4 .section .rodata .align 3 .type __PRETTY_FUNCTION__.0, %object .size __PRETTY_FUNCTION__.0, 35 __PRETTY_FUNCTION__.0: .string "convert_channels_short_interleaved" .align 3 .LC9: .word 1413754136 .word 1074340347 .align 3 .LC10: .word 1413754136 .word 1073291771 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .type charmap, %object .size charmap, 256 charmap: .string "" .ascii "\001\002\003\004\005\006\007\b\t\n\013\f\r\016\017\020\021\022" .ascii "\023\024\025\026\027\030\031\032\033\034\035\036\037 !\"#$%&" .ascii "'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\\]^_`a" .ascii "bcdefghijklmnopqrstuvwxyz{|}~\177\200\201\202\203\204\205\206" .ascii "\207\210\211\212\213\214\215\216\217\220\221\222\223\224\225" .ascii "\226\227\230\231\232\233\234\235\236\237\240\241\242\243\244" .ascii "\245\246\247\250\251\252\253\254\255\256\257\260\261\262\263" .ascii "\264\265\266\267\270\271\272\273\274\275\276\277\300\301\302" .ascii "\303\304\305\306\307\310\311\312\313\314\315\316\317\320\321" .ascii "\322\323\324\325\326\327\330\331\332\333\334\335\336\337\340" .ascii "\341\342\343\344\345\346\347\350\351\352\353\354\355\356\357" .ascii "\360\361\362\363\364\365\366\367\370\371\372\373\374\375\376" .ascii "\377" .text .align 2 .global strcasecmp .type strcasecmp, %function strcasecmp: .LFB0: .cfi_startproc stp x19, x20, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 19, -48 .cfi_offset 20, -40 str x21, [sp, 16] .cfi_offset 21, -32 str x0, [sp, 40] str x1, [sp, 32] adrp x0, charmap add x20, x0, :lo12:charmap ldr x21, [sp, 40] ldr x19, [sp, 32] b .L2 .L4: mov x0, x21 add x21, x0, 1 ldrb w0, [x0] cmp w0, 0 bne .L2 mov w0, 0 b .L3 .L2: ldrb w0, [x21] and x0, x0, 255 add x0, x20, x0 ldrb w1, [x0] mov x0, x19 add x19, x0, 1 ldrb w0, [x0] and x0, x0, 255 add x0, x20, x0 ldrb w0, [x0] cmp w1, w0 beq .L4 ldrb w0, [x21] and x0, x0, 255 add x0, x20, x0 ldrb w0, [x0] mov w1, w0 sub x19, x19, #1 ldrb w0, [x19] and x0, x0, 255 add x0, x20, x0 ldrb w0, [x0] sub w0, w1, w0 .L3: ldr x21, [sp, 16] ldp x19, x20, [sp], 48 .cfi_restore 20 .cfi_restore 19 .cfi_restore 21 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size strcasecmp, .-strcasecmp .align 2 .global strncasecmp .type strncasecmp, %function strncasecmp: .LFB1: .cfi_startproc stp x19, x20, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 19, -48 .cfi_offset 20, -40 str x21, [sp, 16] .cfi_offset 21, -32 str x0, [sp, 40] str x1, [sp, 32] mov x0, x2 cmp x0, 0 beq .L6 adrp x1, charmap add x20, x1, :lo12:charmap ldr x21, [sp, 40] ldr x19, [sp, 32] .L10: ldrb w1, [x21] and x1, x1, 255 add x1, x20, x1 ldrb w2, [x1] mov x1, x19 add x19, x1, 1 ldrb w1, [x1] and x1, x1, 255 add x1, x20, x1 ldrb w1, [x1] cmp w2, w1 beq .L7 ldrb w0, [x21] and x0, x0, 255 add x0, x20, x0 ldrb w0, [x0] mov w1, w0 sub x19, x19, #1 ldrb w0, [x19] and x0, x0, 255 add x0, x20, x0 ldrb w0, [x0] sub w0, w1, w0 b .L8 .L7: mov x1, x21 add x21, x1, 1 ldrb w1, [x1] cmp w1, 0 beq .L11 sub x0, x0, #1 cmp x0, 0 bne .L10 b .L6 .L11: nop .L6: mov w0, 0 .L8: ldr x21, [sp, 16] ldp x19, x20, [sp], 48 .cfi_restore 20 .cfi_restore 19 .cfi_restore 21 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size strncasecmp, .-strncasecmp ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "CTF{wow__much_data__such_return}" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl puts mov w0, 0 ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC2: .string "TABLICA PIERWSZA" .align 3 .LC3: .string "TABLICA DRUGA" .align 3 .LC4: .string "SUMA TABLIC" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -96]! .cfi_def_cfa_offset 96 .cfi_offset 29, -96 .cfi_offset 30, -88 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 88] mov x1, 0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 add x2, sp, 16 mov x3, x0 ldp x0, x1, [x3] stp x0, x1, [x2] ldr w0, [x3, 16] str w0, [x2, 16] adrp x0, .LC1 add x0, x0, :lo12:.LC1 add x2, sp, 40 mov x3, x0 ldp x0, x1, [x3] stp x0, x1, [x2] ldr w0, [x3, 16] str w0, [x2, 16] adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl puts add x0, sp, 16 mov w1, 5 bl wyswietl_tab adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl puts add x0, sp, 40 mov w1, 5 bl wyswietl_tab add x2, sp, 64 add x1, sp, 40 add x0, sp, 16 mov w3, 5 bl przypisanie adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl puts add x0, sp, 64 mov w1, 5 bl wyswietl_tab mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 88] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L3 bl __stack_chk_fail .L3: mov w0, w1 ldp x29, x30, [sp], 96 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main .section .rodata .align 3 .LC0: .word 1 .word 2 .word 3 .word 4 .word 5 .align 3 .LC1: .word 6 .word 7 .word 8 .word 9 .word 10 .text .align 2 .global przypisanie .type przypisanie, %function przypisanie: .LFB1: .cfi_startproc sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, 24] str x1, [sp, 16] str x2, [sp, 8] str w3, [sp, 4] str wzr, [sp, 44] b .L5 .L6: ldrsw x0, [sp, 44] lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 ldr w2, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 2 ldr x1, [sp, 16] add x0, x1, x0 ldr w1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 2 ldr x3, [sp, 8] add x0, x3, x0 add w1, w2, w1 str w1, [x0] ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L5: ldr w1, [sp, 44] ldr w0, [sp, 4] cmp w1, w0 blt .L6 nop nop add sp, sp, 48 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size przypisanie, .-przypisanie .section .rodata .align 3 .LC5: .string "%d " .text .align 2 .global wyswietl_tab .type wyswietl_tab, %function wyswietl_tab: .LFB2: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str w1, [sp, 20] str wzr, [sp, 44] b .L8 .L9: ldrsw x0, [sp, 44] lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 ldr w0, [x0] mov w1, w0 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl printf ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L8: ldr w1, [sp, 44] ldr w0, [sp, 20] cmp w1, w0 blt .L9 mov w0, 10 bl putchar mov w0, 10 bl putchar nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE2: .size wyswietl_tab, .-wyswietl_tab ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global ulimit .type ulimit, %function ulimit: .LFB0: .cfi_startproc stp x29, x30, [sp, -304]! .cfi_def_cfa_offset 304 .cfi_offset 29, -304 .cfi_offset 30, -296 mov x29, sp str w0, [sp, 28] str x1, [sp, 248] str x2, [sp, 256] str x3, [sp, 264] str x4, [sp, 272] str x5, [sp, 280] str x6, [sp, 288] str x7, [sp, 296] str q0, [sp, 112] str q1, [sp, 128] str q2, [sp, 144] str q3, [sp, 160] str q4, [sp, 176] str q5, [sp, 192] str q6, [sp, 208] str q7, [sp, 224] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 104] mov x1, 0 add x0, sp, 304 str x0, [sp, 72] add x0, sp, 304 str x0, [sp, 80] add x0, sp, 240 str x0, [sp, 88] mov w0, -56 str w0, [sp, 96] mov w0, -128 str w0, [sp, 100] mov x0, -1 str x0, [sp, 40] ldr w0, [sp, 28] cmp w0, 1 beq .L2 ldr w0, [sp, 28] cmp w0, 2 beq .L3 b .L14 .L2: add x0, sp, 56 mov x1, x0 mov w0, 1 bl getrlimit cmp w0, 0 bne .L15 ldr x0, [sp, 56] lsr x0, x0, 9 str x0, [sp, 40] b .L15 .L3: ldr w1, [sp, 96] ldr x0, [sp, 72] cmp w1, 0 blt .L7 add x1, x0, 15 and x1, x1, -8 str x1, [sp, 72] b .L8 .L7: add w2, w1, 8 str w2, [sp, 96] ldr w2, [sp, 96] cmp w2, 0 ble .L9 add x1, x0, 15 and x1, x1, -8 str x1, [sp, 72] b .L8 .L9: ldr x2, [sp, 80] sxtw x0, w1 add x0, x2, x0 .L8: ldr x0, [x0] str x0, [sp, 48] ldr x0, [sp, 48] lsl x0, x0, 9 str x0, [sp, 64] ldr x0, [sp, 64] str x0, [sp, 56] add x0, sp, 56 mov x1, x0 mov w0, 1 bl setrlimit cmp w0, 0 bne .L16 ldr x0, [sp, 48] str x0, [sp, 40] b .L16 .L14: bl __errno_location mov x1, x0 mov w0, 22 str w0, [x1] b .L6 .L15: nop b .L6 .L16: nop .L6: ldr x0, [sp, 40] mov x1, x0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 104] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L13 bl __stack_chk_fail .L13: mov x0, x1 ldp x29, x30, [sp], 304 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size ulimit, .-ulimit ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global stage_cu .type stage_cu, %function stage_cu: .LFB0: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp mov w1, 0 mov w0, 4100 movk w0, 0x5000, lsl 16 bl Xil_Out32 mov w1, 1285 movk w1, 0x8704, lsl 16 mov w0, 4096 movk w0, 0x5000, lsl 16 bl Xil_Out32 mov w1, 4 mov w0, 4100 movk w0, 0x5000, lsl 16 bl Xil_Out32 mov w1, -1082064896 mov w0, 4096 movk w0, 0x5000, lsl 16 bl Xil_Out32 mov w1, 0 mov w0, 8196 movk w0, 0x5000, lsl 16 bl Xil_Out32 mov w1, 0 mov w0, 8200 movk w0, 0x5000, lsl 16 bl Xil_Out32 mov w1, 1 mov w0, 8204 movk w0, 0x5000, lsl 16 bl Xil_Out32 mov w1, 22 mov w0, 8208 movk w0, 0x5000, lsl 16 bl Xil_Out32 mov w1, 21 mov w0, 8212 movk w0, 0x5000, lsl 16 bl Xil_Out32 mov w1, 1 mov w0, 8192 movk w0, 0x5000, lsl 16 bl Xil_Out32 mov w1, 16 mov w0, 8196 movk w0, 0x5000, lsl 16 bl Xil_Out32 mov w1, 13 mov w0, 8200 movk w0, 0x5000, lsl 16 bl Xil_Out32 mov w1, 26 mov w0, 8204 movk w0, 0x5000, lsl 16 bl Xil_Out32 mov w1, 15 mov w0, 8208 movk w0, 0x5000, lsl 16 bl Xil_Out32 mov w1, 26 mov w0, 8212 movk w0, 0x5000, lsl 16 bl Xil_Out32 mov w1, 1 mov w0, 8192 movk w0, 0x5000, lsl 16 bl Xil_Out32 mov w1, 32 mov w0, 8196 movk w0, 0x5000, lsl 16 bl Xil_Out32 mov w1, 45 mov w0, 8200 movk w0, 0x5000, lsl 16 bl Xil_Out32 mov w1, 29 mov w0, 8204 movk w0, 0x5000, lsl 16 bl Xil_Out32 mov w1, 0 mov w0, 8208 movk w0, 0x5000, lsl 16 bl Xil_Out32 mov w1, 0 mov w0, 8212 movk w0, 0x5000, lsl 16 bl Xil_Out32 mov w1, 1 mov w0, 8192 movk w0, 0x5000, lsl 16 bl Xil_Out32 nop ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size stage_cu, .-stage_cu ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "%d\n" .align 3 .LC1: .string "%d" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 40] mov x1, 0 str wzr, [sp, 36] add x0, sp, 24 mov x1, x0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl __isoc99_scanf str wzr, [sp, 32] b .L2 .L3: add x0, sp, 28 mov x1, x0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl __isoc99_scanf ldr w0, [sp, 28] ldr w1, [sp, 36] add w0, w1, w0 str w0, [sp, 36] ldr w0, [sp, 32] add w0, w0, 1 str w0, [sp, 32] .L2: ldr w0, [sp, 24] ldr w1, [sp, 32] cmp w1, w0 blt .L3 ldr w1, [sp, 36] adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 40] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L5 bl __stack_chk_fail .L5: mov w0, w1 ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global PKEY_Message_ProofInProgress .section .rodata .align 3 .type PKEY_Message_ProofInProgress, %object .size PKEY_Message_ProofInProgress, 24 PKEY_Message_ProofInProgress: .xword 2425942844 .hword -25987 .hword 18600 .ascii "\215\345.\022'\246N\221" .zero 4 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global init .type init, %function init: .LFB6: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, 8] ldr x0, [sp, 8] str xzr, [x0, 8] ldr x0, [sp, 8] ldr x1, [x0, 8] ldr x0, [sp, 8] str x1, [x0] nop add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size init, .-init .align 2 .global clean .type clean, %function clean: .LFB7: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str xzr, [sp, 40] b .L3 .L4: ldr x0, [sp, 24] ldr x0, [x0] str x0, [sp, 40] ldr x0, [sp, 24] ldr x0, [x0] ldr x1, [x0, 8] ldr x0, [sp, 24] str x1, [x0] ldr x0, [sp, 40] bl free .L3: ldr x0, [sp, 24] ldr x0, [x0] ldr x0, [x0, 8] cmp x0, 0 bne .L4 ldr x0, [sp, 24] ldr x0, [x0] bl free nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size clean, .-clean .align 2 .global is_empty .type is_empty, %function is_empty: .LFB8: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] ldr x0, [sp, 8] ldr x0, [x0] str x0, [sp, 24] ldr x0, [sp, 24] cmp x0, 0 beq .L6 mov w0, 1 b .L5 .L6: .L5: add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size is_empty, .-is_empty .align 2 .global find .type find, %function find: .LFB9: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] str w1, [sp, 4] ldr x0, [sp, 8] ldr x0, [x0] str x0, [sp, 24] b .L9 .L11: ldr x0, [sp, 24] ldr x0, [x0, 8] str x0, [sp, 24] .L9: ldr x0, [sp, 24] cmp x0, 0 beq .L10 ldr x0, [sp, 24] ldr w0, [x0] ldr w1, [sp, 4] cmp w1, w0 bne .L11 .L10: ldr x0, [sp, 24] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE9: .size find, .-find .align 2 .global push_back .type push_back, %function push_back: .LFB10: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str w1, [sp, 20] mov x0, 24 bl malloc str x0, [sp, 40] ldr x0, [sp, 40] cmp x0, 0 bne .L14 mov w0, 3 bl exit .L14: ldr x0, [sp, 40] ldr w1, [sp, 20] str w1, [x0] ldr x0, [sp, 40] str xzr, [x0, 8] ldr x0, [sp, 24] ldr x1, [x0, 8] ldr x0, [sp, 40] str x1, [x0, 16] ldr x0, [sp, 24] ldr x0, [x0, 8] cmp x0, 0 beq .L15 ldr x0, [sp, 24] ldr x0, [x0, 8] ldr x1, [sp, 40] str x1, [x0, 8] .L15: ldr x0, [sp, 24] ldr x1, [sp, 40] str x1, [x0, 8] ldr x0, [sp, 24] ldr x0, [x0] cmp x0, 0 bne .L16 ldr x0, [sp, 24] ldr x1, [sp, 40] str x1, [x0] .L16: nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE10: .size push_back, .-push_back .align 2 .global push_front .type push_front, %function push_front: .LFB11: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str w1, [sp, 20] mov x0, 24 bl malloc str x0, [sp, 40] ldr x0, [sp, 40] cmp x0, 0 bne .L18 mov w0, 1 bl exit .L18: ldr x0, [sp, 40] ldr w1, [sp, 20] str w1, [x0] ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] str x1, [x0, 8] ldr x0, [sp, 40] str xzr, [x0, 16] ldr x0, [sp, 24] ldr x0, [x0] cmp x0, 0 beq .L19 ldr x0, [sp, 24] ldr x0, [x0] ldr x1, [sp, 40] str x1, [x0, 16] .L19: ldr x0, [sp, 24] ldr x1, [sp, 40] str x1, [x0] ldr x0, [sp, 24] ldr x0, [x0, 8] cmp x0, 0 bne .L20 ldr x0, [sp, 24] ldr x1, [sp, 40] str x1, [x0, 8] .L20: nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE11: .size push_front, .-push_front .align 2 .global insert_after .type insert_after, %function insert_after: .LFB12: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str w2, [sp, 28] ldr x0, [sp, 32] cmp x0, 0 beq .L22 ldr x0, [sp, 32] ldr x0, [x0, 8] cmp x0, 0 beq .L22 mov x0, 24 bl malloc str x0, [sp, 56] ldr x0, [sp, 56] ldr w1, [sp, 28] str w1, [x0] ldr x0, [sp, 32] ldr x1, [x0, 8] ldr x0, [sp, 56] str x1, [x0, 8] ldr x0, [sp, 56] ldr x1, [sp, 32] str x1, [x0, 16] ldr x0, [sp, 32] ldr x1, [sp, 56] str x1, [x0, 8] ldr x0, [sp, 32] ldr x0, [x0, 8] ldr x0, [x0, 8] ldr x1, [sp, 56] str x1, [x0, 16] mov w0, 0 b .L23 .L22: ldr w1, [sp, 28] ldr x0, [sp, 40] bl push_back mov w0, -1 .L23: ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE12: .size insert_after, .-insert_after .align 2 .global insert_before .type insert_before, %function insert_before: .LFB13: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str w2, [sp, 28] ldr x0, [sp, 32] cmp x0, 0 beq .L25 ldr x0, [sp, 32] ldr x0, [x0, 16] cmp x0, 0 beq .L25 mov x0, 24 bl malloc str x0, [sp, 56] ldr x0, [sp, 56] ldr w1, [sp, 28] str w1, [x0] ldr x0, [sp, 32] ldr x1, [x0, 16] ldr x0, [sp, 56] str x1, [x0, 16] ldr x0, [sp, 56] ldr x1, [sp, 32] str x1, [x0, 8] ldr x0, [sp, 32] ldr x1, [sp, 56] str x1, [x0, 16] ldr x0, [sp, 32] ldr x0, [x0, 16] ldr x0, [x0, 16] ldr x1, [sp, 56] str x1, [x0, 8] mov w0, 0 b .L26 .L25: ldr w1, [sp, 28] ldr x0, [sp, 40] bl push_front mov w0, -1 .L26: ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE13: .size insert_before, .-insert_before .align 2 .global remove_first .type remove_first, %function remove_first: .LFB14: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str w1, [sp, 20] ldr x0, [sp, 24] ldr x0, [x0] cmp x0, 0 bne .L28 mov w0, -1 b .L29 .L28: ldr x0, [sp, 24] ldr x0, [x0] str x0, [sp, 40] b .L30 .L34: ldr x0, [sp, 40] ldr w0, [x0] ldr w1, [sp, 20] cmp w1, w0 bne .L31 ldr x0, [sp, 40] ldr x0, [x0, 16] cmp x0, 0 bne .L32 ldr x0, [sp, 40] ldr x1, [x0, 8] ldr x0, [sp, 24] str x1, [x0] ldr x0, [sp, 40] ldr x0, [x0, 8] str xzr, [x0, 16] ldr x0, [sp, 40] bl free mov w0, 0 b .L29 .L32: ldr x0, [sp, 40] ldr x0, [x0, 8] cmp x0, 0 bne .L33 ldr x0, [sp, 40] ldr x1, [x0, 16] ldr x0, [sp, 24] str x1, [x0, 8] ldr x0, [sp, 40] ldr x0, [x0, 16] str xzr, [x0, 8] ldr x0, [sp, 40] bl free mov w0, 0 b .L29 .L33: ldr x0, [sp, 40] ldr x0, [x0, 16] ldr x1, [sp, 40] ldr x1, [x1, 8] str x1, [x0, 8] ldr x0, [sp, 40] ldr x0, [x0, 8] ldr x1, [sp, 40] ldr x1, [x1, 16] str x1, [x0, 16] ldr x0, [sp, 40] bl free mov w0, 0 b .L29 .L31: ldr x0, [sp, 40] ldr x0, [x0, 8] str x0, [sp, 40] .L30: ldr x0, [sp, 40] ldr x0, [x0, 8] cmp x0, 0 bne .L34 mov w0, -1 .L29: ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE14: .size remove_first, .-remove_first .align 2 .global remove_last .type remove_last, %function remove_last: .LFB15: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str w1, [sp, 20] ldr x0, [sp, 24] ldr x0, [x0, 8] cmp x0, 0 bne .L36 mov w0, -1 b .L37 .L36: ldr x0, [sp, 24] ldr x0, [x0, 8] str x0, [sp, 40] b .L38 .L42: ldr x0, [sp, 40] ldr w0, [x0] ldr w1, [sp, 20] cmp w1, w0 bne .L39 ldr x0, [sp, 40] ldr x0, [x0, 8] cmp x0, 0 bne .L40 ldr x0, [sp, 40] ldr x1, [x0, 16] ldr x0, [sp, 24] str x1, [x0, 8] ldr x0, [sp, 40] ldr x0, [x0, 16] str xzr, [x0, 8] ldr x0, [sp, 40] bl free mov w0, 0 b .L37 .L40: ldr x0, [sp, 40] ldr x0, [x0, 16] cmp x0, 0 bne .L41 ldr x0, [sp, 40] ldr x1, [x0, 8] ldr x0, [sp, 24] str x1, [x0] ldr x0, [sp, 40] ldr x0, [x0, 8] str xzr, [x0, 16] ldr x0, [sp, 40] bl free mov w0, 0 b .L37 .L41: ldr x0, [sp, 40] ldr x0, [x0, 16] ldr x1, [sp, 40] ldr x1, [x1, 8] str x1, [x0, 8] ldr x0, [sp, 40] ldr x0, [x0, 8] ldr x1, [sp, 40] ldr x1, [x1, 16] str x1, [x0, 16] ldr x0, [sp, 40] bl free mov w0, 0 b .L37 .L39: ldr x0, [sp, 40] ldr x0, [x0, 16] str x0, [sp, 40] .L38: ldr x0, [sp, 40] ldr x0, [x0, 16] cmp x0, 0 bne .L42 mov w0, -1 .L37: ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE15: .size remove_last, .-remove_last .section .rodata .align 3 .LC0: .string "%d\n" .text .align 2 .global print .type print, %function print: .LFB16: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] ldr x0, [x0] str x0, [sp, 40] b .L44 .L45: ldr x0, [sp, 40] ldr w0, [x0] mov w1, w0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr x0, [sp, 40] ldr x0, [x0, 8] str x0, [sp, 40] .L44: ldr x0, [sp, 40] cmp x0, 0 bne .L45 nop nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE16: .size print, .-print .align 2 .global print_invers .type print_invers, %function print_invers: .LFB17: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] ldr x0, [x0, 8] str x0, [sp, 40] .L47: ldr x0, [sp, 40] ldr w0, [x0] mov w1, w0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr x0, [sp, 40] ldr x0, [x0, 16] str x0, [sp, 40] ldr x0, [sp, 40] cmp x0, 0 bne .L47 nop nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE17: .size print_invers, .-print_invers .section .rodata .align 3 .LC1: .string "1 " .align 3 .LC2: .string "0 " .text .align 2 .global check_bool .type check_bool, %function check_bool: .LFB18: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] str w1, [sp, 20] ldr w1, [sp, 20] ldr x0, [sp, 24] bl find cmp x0, 0 beq .L49 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf b .L51 .L49: adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf .L51: nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE18: .size check_bool, .-check_bool .align 2 .global number .type number, %function number: .LFB19: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] str w1, [sp, 4] ldr x0, [sp, 8] ldr x0, [x0] str x0, [sp, 24] str wzr, [sp, 20] b .L53 .L55: ldr x0, [sp, 24] ldr x0, [x0, 8] str x0, [sp, 24] ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 20] .L53: ldr x0, [sp, 24] cmp x0, 0 beq .L54 ldr w0, [sp, 4] sub w0, w0, #1 ldr w1, [sp, 20] cmp w1, w0 bne .L55 .L54: ldr x0, [sp, 24] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE19: .size number, .-number .section .rodata .align 3 .LC3: .string "%d" .align 3 .LC4: .string "program.c" .align 3 .LC5: .string "check == 1" .text .align 2 .global main .type main, %function main: .LFB20: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 72] mov x1, 0 mov w0, 1 str w0, [sp, 32] stp xzr, xzr, [sp, 56] add x0, sp, 20 mov x1, x0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl __isoc99_scanf str w0, [sp, 36] ldr w0, [sp, 36] cmp w0, 1 beq .L59 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 247 adrp x0, .LC4 add x1, x0, :lo12:.LC4 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl __assert_fail .L61: add x0, sp, 24 mov x1, x0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl __isoc99_scanf str w0, [sp, 36] ldr w0, [sp, 36] cmp w0, 1 beq .L60 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 251 adrp x0, .LC4 add x1, x0, :lo12:.LC4 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl __assert_fail .L60: ldr w1, [sp, 24] add x0, sp, 56 bl push_back ldr w0, [sp, 32] add w0, w0, 1 str w0, [sp, 32] .L59: ldr w0, [sp, 20] ldr w1, [sp, 32] cmp w1, w0 ble .L61 add x0, sp, 56 bl print mov w0, 10 bl putchar mov w0, 1 str w0, [sp, 32] b .L62 .L64: add x0, sp, 24 mov x1, x0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl __isoc99_scanf str w0, [sp, 36] ldr w0, [sp, 36] cmp w0, 1 beq .L63 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 263 adrp x0, .LC4 add x1, x0, :lo12:.LC4 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl __assert_fail .L63: ldr w1, [sp, 24] add x0, sp, 56 bl check_bool ldr w0, [sp, 32] add w0, w0, 1 str w0, [sp, 32] .L62: ldr w0, [sp, 32] cmp w0, 3 ble .L64 mov w0, 10 bl putchar add x0, sp, 24 mov x1, x0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl __isoc99_scanf str w0, [sp, 36] ldr w0, [sp, 36] cmp w0, 1 beq .L65 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 271 adrp x0, .LC4 add x1, x0, :lo12:.LC4 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl __assert_fail .L65: ldr w1, [sp, 24] add x0, sp, 56 bl push_back add x0, sp, 56 bl print_invers mov w0, 10 bl putchar add x0, sp, 24 mov x1, x0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl __isoc99_scanf str w0, [sp, 36] ldr w0, [sp, 36] cmp w0, 1 beq .L66 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 278 adrp x0, .LC4 add x1, x0, :lo12:.LC4 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl __assert_fail .L66: ldr w1, [sp, 24] add x0, sp, 56 bl push_front add x0, sp, 56 bl print mov w0, 10 bl putchar add x0, sp, 24 mov x1, x0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl __isoc99_scanf str w0, [sp, 36] ldr w0, [sp, 36] cmp w0, 1 beq .L67 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 285 adrp x0, .LC4 add x1, x0, :lo12:.LC4 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl __assert_fail .L67: add x0, sp, 28 mov x1, x0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl __isoc99_scanf str w0, [sp, 36] ldr w0, [sp, 36] cmp w0, 1 beq .L68 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 287 adrp x0, .LC4 add x1, x0, :lo12:.LC4 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl __assert_fail .L68: ldr w1, [sp, 24] add x0, sp, 56 bl number str x0, [sp, 40] ldr w1, [sp, 28] add x0, sp, 56 mov w2, w1 ldr x1, [sp, 40] bl insert_after add x0, sp, 56 bl print_invers mov w0, 10 bl putchar add x0, sp, 24 mov x1, x0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl __isoc99_scanf str w0, [sp, 36] ldr w0, [sp, 36] cmp w0, 1 beq .L69 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 295 adrp x0, .LC4 add x1, x0, :lo12:.LC4 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl __assert_fail .L69: add x0, sp, 28 mov x1, x0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl __isoc99_scanf str w0, [sp, 36] ldr w0, [sp, 36] cmp w0, 1 beq .L70 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 297 adrp x0, .LC4 add x1, x0, :lo12:.LC4 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl __assert_fail .L70: ldr w1, [sp, 24] add x0, sp, 56 bl number str x0, [sp, 48] ldr w1, [sp, 28] add x0, sp, 56 mov w2, w1 ldr x1, [sp, 48] bl insert_before add x0, sp, 56 bl print mov w0, 10 bl putchar add x0, sp, 24 mov x1, x0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl __isoc99_scanf str w0, [sp, 36] ldr w0, [sp, 36] cmp w0, 1 beq .L71 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 305 adrp x0, .LC4 add x1, x0, :lo12:.LC4 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl __assert_fail .L71: ldr w1, [sp, 24] add x0, sp, 56 bl remove_first add x0, sp, 56 bl print_invers mov w0, 10 bl putchar add x0, sp, 24 mov x1, x0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl __isoc99_scanf str w0, [sp, 36] ldr w0, [sp, 36] cmp w0, 1 beq .L72 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 312 adrp x0, .LC4 add x1, x0, :lo12:.LC4 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl __assert_fail .L72: ldr w1, [sp, 24] add x0, sp, 56 bl remove_last add x0, sp, 56 bl print mov w0, 10 bl putchar add x0, sp, 56 bl clean mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 72] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L74 bl __stack_chk_fail .L74: mov w0, w1 ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE20: .size main, .-main .section .rodata .align 3 .type __PRETTY_FUNCTION__.0, %object .size __PRETTY_FUNCTION__.0, 5 __PRETTY_FUNCTION__.0: .string "main" ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global foo .type foo, %function foo: .LFB0: .cfi_startproc sub sp, sp, #1296 .cfi_def_cfa_offset 1296 stp x29, x30, [sp] .cfi_offset 29, -1296 .cfi_offset 30, -1288 mov x29, sp mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_brev_ldb mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_brev_ldd mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_brev_ldh mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_brev_ldub mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_brev_lduh mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_brev_ldw mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_brev_stb mov w2, 0 mov x1, 0 mov w0, 0 bl __builtin_brev_std mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_brev_sth mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_brev_sthhi mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_brev_stw mov w3, 0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_circ_ldb mov w3, 0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_circ_ldd mov w3, 0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_circ_ldh mov w3, 0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_circ_ldub mov w3, 0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_circ_lduh mov w3, 0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_circ_ldw mov w3, 0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_circ_stb mov w3, 0 mov w2, 0 mov x1, 0 mov w0, 0 bl __builtin_circ_std mov w3, 0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_circ_sth mov w3, 0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_circ_sthhi mov w3, 0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_circ_stw mov w0, 0 bl __builtin_HEXAGON_A2_abs mov w0, 0 bl __builtin_HEXAGON_A2_absp mov w0, 0 bl __builtin_HEXAGON_A2_abssat mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_add mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_addh_h16_hh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_addh_h16_hl mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_addh_h16_lh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_addh_h16_ll mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_addh_h16_sat_hh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_addh_h16_sat_hl mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_addh_h16_sat_lh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_addh_h16_sat_ll mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_addh_l16_hl mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_addh_l16_ll mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_addh_l16_sat_hl mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_addh_l16_sat_ll mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_addi mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_addp mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_addpsat mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_addsat mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_addsp mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_and mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_andir mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_andp mov w0, 0 bl __builtin_HEXAGON_A2_aslh mov w0, 0 bl __builtin_HEXAGON_A2_asrh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_combine_hh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_combine_hl mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_combineii mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_combine_lh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_combine_ll mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_combinew mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_max mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_maxp mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_maxu mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_maxup mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_min mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_minp mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_minu mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_minup mov w0, 0 bl __builtin_HEXAGON_A2_neg mov w0, 0 bl __builtin_HEXAGON_A2_negp mov w0, 0 bl __builtin_HEXAGON_A2_negsat mov w0, 0 bl __builtin_HEXAGON_A2_not mov w0, 0 bl __builtin_HEXAGON_A2_notp mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_or mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_orir mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_orp mov w0, 0 bl __builtin_HEXAGON_A2_roundsat mov w0, 0 bl __builtin_HEXAGON_A2_sat mov w0, 0 bl __builtin_HEXAGON_A2_satb mov w0, 0 bl __builtin_HEXAGON_A2_sath mov w0, 0 bl __builtin_HEXAGON_A2_satub mov w0, 0 bl __builtin_HEXAGON_A2_satuh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_sub mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_subh_h16_hh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_subh_h16_hl mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_subh_h16_lh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_subh_h16_ll mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_subh_h16_sat_hh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_subh_h16_sat_hl mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_subh_h16_sat_lh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_subh_h16_sat_ll mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_subh_l16_hl mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_subh_l16_ll mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_subh_l16_sat_hl mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_subh_l16_sat_ll mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_subp mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_subri mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_subsat mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_svaddh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_svaddhs mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_svadduhs mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_svavgh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_svavghs mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_svnavgh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_svsubh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_svsubhs mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_svsubuhs mov w0, 0 bl __builtin_HEXAGON_A2_swiz mov w0, 0 bl __builtin_HEXAGON_A2_sxtb mov w0, 0 bl __builtin_HEXAGON_A2_sxth mov w0, 0 bl __builtin_HEXAGON_A2_sxtw mov w0, 0 bl __builtin_HEXAGON_A2_tfr mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_tfrih mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_tfril mov w0, 0 bl __builtin_HEXAGON_A2_tfrp mov w0, 0 bl __builtin_HEXAGON_A2_tfrpi mov w0, 0 bl __builtin_HEXAGON_A2_tfrsi mov w0, 0 bl __builtin_HEXAGON_A2_vabsh mov w0, 0 bl __builtin_HEXAGON_A2_vabshsat mov w0, 0 bl __builtin_HEXAGON_A2_vabsw mov w0, 0 bl __builtin_HEXAGON_A2_vabswsat mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vaddb_map mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vaddh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vaddhs mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vaddub mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vaddubs mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vadduhs mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vaddw mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vaddws mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vavgh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vavghcr mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vavghr mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vavgub mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vavgubr mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vavguh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vavguhr mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vavguw mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vavguwr mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vavgw mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vavgwcr mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vavgwr mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vcmpbeq mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vcmpbgtu mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vcmpheq mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vcmphgt mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vcmphgtu mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vcmpweq mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vcmpwgt mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vcmpwgtu mov w0, 0 bl __builtin_HEXAGON_A2_vconj mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vmaxb mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vmaxh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vmaxub mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vmaxuh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vmaxuw mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vmaxw mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vminb mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vminh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vminub mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vminuh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vminuw mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vminw mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vnavgh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vnavghcr mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vnavghr mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vnavgw mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vnavgwcr mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vnavgwr mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vraddub mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vraddub_acc mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vrsadub mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vrsadub_acc mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vsubb_map mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vsubh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vsubhs mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vsubub mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vsububs mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vsubuhs mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vsubw mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_vsubws mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_xor mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A2_xorp mov w0, 0 bl __builtin_HEXAGON_A2_zxtb mov w0, 0 bl __builtin_HEXAGON_A2_zxth mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_andn mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_andnp mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_bitsplit mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_bitspliti mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_boundscheck mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_cmpbeq mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_cmpbeqi mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_cmpbgt mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_cmpbgti mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_cmpbgtu mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_cmpbgtui mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_cmpheq mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_cmpheqi mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_cmphgt mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_cmphgti mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_cmphgtu mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_cmphgtui mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_combineir mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_combineri mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_cround_ri mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_cround_rr mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_modwrapu mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_orn mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_ornp mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_rcmpeq mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_rcmpeqi mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_rcmpneq mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_rcmpneqi mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_round_ri mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_round_ri_sat mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_round_rr mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_round_rr_sat mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_tlbmatch mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_vcmpbeq_any mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_vcmpbeqi mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_vcmpbgt mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_vcmpbgti mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_vcmpbgtui mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_vcmpheqi mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_vcmphgti mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_vcmphgtui mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_vcmpweqi mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_vcmpwgti mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_vcmpwgtui mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_vrmaxh mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_vrmaxuh mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_vrmaxuw mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_vrmaxw mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_vrminh mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_vrminuh mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_vrminuw mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A4_vrminw mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_A5_vaddhubs mov w0, 0 bl __builtin_HEXAGON_C2_all8 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_and mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_andn mov w0, 0 bl __builtin_HEXAGON_C2_any8 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_bitsclr mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_bitsclri mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_bitsset mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_cmpeq mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_cmpeqi mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_cmpeqp mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_cmpgei mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_cmpgeui mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_cmpgt mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_cmpgti mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_cmpgtp mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_cmpgtu mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_cmpgtui mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_cmpgtup mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_cmplt mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_cmpltu mov w0, 0 bl __builtin_HEXAGON_C2_mask mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_mux mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_muxii mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_muxir mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_muxri mov w0, 0 bl __builtin_HEXAGON_C2_not mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_or mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_orn mov w0, 0 bl __builtin_HEXAGON_C2_pxfer_map mov w0, 0 bl __builtin_HEXAGON_C2_tfrpr mov w0, 0 bl __builtin_HEXAGON_C2_tfrrp mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_vitpack mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_vmux mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C2_xor mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C4_and_and mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C4_and_andn mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C4_and_or mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C4_and_orn mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C4_cmplte mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C4_cmpltei mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C4_cmplteu mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C4_cmplteui mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C4_cmpneq mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C4_cmpneqi mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C4_fastcorner9 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C4_fastcorner9_not mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C4_nbitsclr mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C4_nbitsclri mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C4_nbitsset mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C4_or_and mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C4_or_andn mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C4_or_or mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_C4_or_orn mov w0, 0 bl __builtin_HEXAGON_F2_conv_d2df mov w0, 0 bl __builtin_HEXAGON_F2_conv_d2sf movi d0, #0 bl __builtin_HEXAGON_F2_conv_df2d movi d0, #0 bl __builtin_HEXAGON_F2_conv_df2d_chop movi d0, #0 bl __builtin_HEXAGON_F2_conv_df2sf movi d0, #0 bl __builtin_HEXAGON_F2_conv_df2ud movi d0, #0 bl __builtin_HEXAGON_F2_conv_df2ud_chop movi d0, #0 bl __builtin_HEXAGON_F2_conv_df2uw movi d0, #0 bl __builtin_HEXAGON_F2_conv_df2uw_chop movi d0, #0 bl __builtin_HEXAGON_F2_conv_df2w movi d0, #0 bl __builtin_HEXAGON_F2_conv_df2w_chop movi d0, #0 bl __builtin_HEXAGON_F2_conv_sf2d movi d0, #0 bl __builtin_HEXAGON_F2_conv_sf2d_chop movi d0, #0 bl __builtin_HEXAGON_F2_conv_sf2df movi d0, #0 bl __builtin_HEXAGON_F2_conv_sf2ud movi d0, #0 bl __builtin_HEXAGON_F2_conv_sf2ud_chop movi d0, #0 bl __builtin_HEXAGON_F2_conv_sf2uw movi d0, #0 bl __builtin_HEXAGON_F2_conv_sf2uw_chop movi d0, #0 bl __builtin_HEXAGON_F2_conv_sf2w movi d0, #0 bl __builtin_HEXAGON_F2_conv_sf2w_chop mov w0, 0 bl __builtin_HEXAGON_F2_conv_ud2df mov w0, 0 bl __builtin_HEXAGON_F2_conv_ud2sf mov w0, 0 bl __builtin_HEXAGON_F2_conv_uw2df mov w0, 0 bl __builtin_HEXAGON_F2_conv_uw2sf mov w0, 0 bl __builtin_HEXAGON_F2_conv_w2df mov w0, 0 bl __builtin_HEXAGON_F2_conv_w2sf mov w0, 0 movi d0, #0 bl __builtin_HEXAGON_F2_dfclass movi d1, #0 movi d0, #0 bl __builtin_HEXAGON_F2_dfcmpeq movi d1, #0 movi d0, #0 bl __builtin_HEXAGON_F2_dfcmpge movi d1, #0 movi d0, #0 bl __builtin_HEXAGON_F2_dfcmpgt movi d1, #0 movi d0, #0 bl __builtin_HEXAGON_F2_dfcmpuo mov w0, 0 bl __builtin_HEXAGON_F2_dfimm_n mov w0, 0 bl __builtin_HEXAGON_F2_dfimm_p movi d1, #0 movi d0, #0 bl __builtin_HEXAGON_F2_sfadd mov w0, 0 movi d0, #0 bl __builtin_HEXAGON_F2_sfclass movi d1, #0 movi d0, #0 bl __builtin_HEXAGON_F2_sfcmpeq movi d1, #0 movi d0, #0 bl __builtin_HEXAGON_F2_sfcmpge movi d1, #0 movi d0, #0 bl __builtin_HEXAGON_F2_sfcmpgt movi d1, #0 movi d0, #0 bl __builtin_HEXAGON_F2_sfcmpuo movi d1, #0 movi d0, #0 bl __builtin_HEXAGON_F2_sffixupd movi d1, #0 movi d0, #0 bl __builtin_HEXAGON_F2_sffixupn movi d0, #0 bl __builtin_HEXAGON_F2_sffixupr movi d2, #0 movi d1, #0 movi d0, #0 bl __builtin_HEXAGON_F2_sffma movi d2, #0 movi d1, #0 movi d0, #0 bl __builtin_HEXAGON_F2_sffma_lib mov w0, 0 movi d2, #0 movi d1, #0 movi d0, #0 bl __builtin_HEXAGON_F2_sffma_sc movi d2, #0 movi d1, #0 movi d0, #0 bl __builtin_HEXAGON_F2_sffms movi d2, #0 movi d1, #0 movi d0, #0 bl __builtin_HEXAGON_F2_sffms_lib mov w0, 0 bl __builtin_HEXAGON_F2_sfimm_n mov w0, 0 bl __builtin_HEXAGON_F2_sfimm_p movi d1, #0 movi d0, #0 bl __builtin_HEXAGON_F2_sfmax movi d1, #0 movi d0, #0 bl __builtin_HEXAGON_F2_sfmin movi d1, #0 movi d0, #0 bl __builtin_HEXAGON_F2_sfmpy movi d1, #0 movi d0, #0 bl __builtin_HEXAGON_F2_sfsub mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_acci mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_accii mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_cmaci_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_cmacr_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_cmacsc_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_cmacsc_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_cmacs_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_cmacs_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_cmpyi_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_cmpyr_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_cmpyrsc_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_cmpyrsc_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_cmpyrs_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_cmpyrs_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_cmpysc_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_cmpysc_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_cmpys_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_cmpys_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_cnacsc_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_cnacsc_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_cnacs_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_cnacs_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_dpmpyss_acc_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_dpmpyss_nac_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_dpmpyss_rnd_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_dpmpyss_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_dpmpyuu_acc_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_dpmpyuu_nac_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_dpmpyuu_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_hmmpyh_rs1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_hmmpyh_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_hmmpyl_rs1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_hmmpyl_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_maci mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_macsin mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_macsip mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmachs_rs0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmachs_rs1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmachs_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmachs_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmacls_rs0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmacls_rs1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmacls_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmacls_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmacuhs_rs0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmacuhs_rs1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmacuhs_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmacuhs_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmaculs_rs0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmaculs_rs1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmaculs_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmaculs_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmpyh_rs0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmpyh_rs1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmpyh_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmpyh_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmpyl_rs0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmpyl_rs1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmpyl_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmpyl_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmpyuh_rs0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmpyuh_rs1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmpyuh_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmpyuh_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmpyul_rs0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmpyul_rs1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmpyul_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mmpyul_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_acc_hh_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_acc_hh_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_acc_hl_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_acc_hl_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_acc_lh_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_acc_lh_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_acc_ll_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_acc_ll_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_acc_sat_hh_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_acc_sat_hh_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_acc_sat_hl_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_acc_sat_hl_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_acc_sat_lh_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_acc_sat_lh_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_acc_sat_ll_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_acc_sat_ll_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_acc_hh_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_acc_hh_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_acc_hl_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_acc_hl_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_acc_lh_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_acc_lh_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_acc_ll_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_acc_ll_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_hh_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_hh_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_hl_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_hl_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_lh_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_lh_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_ll_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_ll_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_nac_hh_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_nac_hh_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_nac_hl_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_nac_hl_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_nac_lh_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_nac_lh_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_nac_ll_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_nac_ll_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_rnd_hh_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_rnd_hh_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_rnd_hl_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_rnd_hl_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_rnd_lh_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_rnd_lh_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_rnd_ll_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyd_rnd_ll_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_hh_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_hh_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_hl_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_hl_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyi mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_lh_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_lh_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_ll_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_ll_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_nac_hh_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_nac_hh_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_nac_hl_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_nac_hl_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_nac_lh_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_nac_lh_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_nac_ll_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_nac_ll_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_nac_sat_hh_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_nac_sat_hh_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_nac_sat_hl_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_nac_sat_hl_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_nac_sat_lh_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_nac_sat_lh_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_nac_sat_ll_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_nac_sat_ll_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_rnd_hh_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_rnd_hh_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_rnd_hl_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_rnd_hl_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_rnd_lh_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_rnd_lh_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_rnd_ll_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_rnd_ll_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_sat_hh_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_sat_hh_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_sat_hl_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_sat_hl_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_sat_lh_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_sat_lh_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_sat_ll_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_sat_ll_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_sat_rnd_hh_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_sat_rnd_hh_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_sat_rnd_hl_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_sat_rnd_hl_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_sat_rnd_lh_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_sat_rnd_lh_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_sat_rnd_ll_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_sat_rnd_ll_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpysmi mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpysu_up mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_acc_hh_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_acc_hh_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_acc_hl_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_acc_hl_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_acc_lh_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_acc_lh_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_acc_ll_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_acc_ll_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_acc_hh_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_acc_hh_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_acc_hl_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_acc_hl_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_acc_lh_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_acc_lh_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_acc_ll_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_acc_ll_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_hh_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_hh_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_hl_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_hl_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_lh_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_lh_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_ll_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_ll_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_nac_hh_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_nac_hh_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_nac_hl_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_nac_hl_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_nac_lh_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_nac_lh_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_nac_ll_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyud_nac_ll_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_hh_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_hh_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_hl_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_hl_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyui mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_lh_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_lh_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_ll_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_ll_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_nac_hh_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_nac_hh_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_nac_hl_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_nac_hl_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_nac_lh_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_nac_lh_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_nac_ll_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_nac_ll_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_up mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_up_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpy_up_s1_sat mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_mpyu_up mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_nacci mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_naccii mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_subacc mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vabsdiffh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vabsdiffw mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vcmac_s0_sat_i mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vcmac_s0_sat_r mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vcmpy_s0_sat_i mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vcmpy_s0_sat_r mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vcmpy_s1_sat_i mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vcmpy_s1_sat_r mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vdmacs_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vdmacs_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vdmpyrs_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vdmpyrs_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vdmpys_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vdmpys_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vmac2 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vmac2es mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vmac2es_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vmac2es_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vmac2s_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vmac2s_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vmac2su_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vmac2su_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vmpy2es_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vmpy2es_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vmpy2s_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vmpy2s_s0pack mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vmpy2s_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vmpy2s_s1pack mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vmpy2su_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vmpy2su_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vraddh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vradduh mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vrcmaci_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vrcmaci_s0c mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vrcmacr_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vrcmacr_s0c mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vrcmpyi_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vrcmpyi_s0c mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vrcmpyr_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vrcmpyr_s0c mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vrcmpys_acc_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vrcmpys_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vrcmpys_s1rp mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vrmac_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_vrmpy_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M2_xor_xacc mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_and_and mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_and_andn mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_and_or mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_and_xor mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_cmpyi_wh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_cmpyi_whc mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_cmpyr_wh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_cmpyr_whc mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_mac_up_s1_sat mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_mpyri_addi mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_mpyri_addr mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_mpyri_addr_u2 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_mpyrr_addi mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_mpyrr_addr mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_nac_up_s1_sat mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_or_and mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_or_andn mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_or_or mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_or_xor mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_pmpyw mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_pmpyw_acc mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_vpmpyh mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_vpmpyh_acc mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_vrmpyeh_acc_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_vrmpyeh_acc_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_vrmpyeh_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_vrmpyeh_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_vrmpyoh_acc_s0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_vrmpyoh_acc_s1 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_vrmpyoh_s0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_vrmpyoh_s1 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_xor_and mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_xor_andn mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_xor_or mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M4_xor_xacc mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M5_vdmacbsu mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M5_vdmpybsu mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M5_vmacbsu mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M5_vmacbuu mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M5_vmpybsu mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M5_vmpybuu mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M5_vrmacbsu mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M5_vrmacbuu mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M5_vrmpybsu mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_M5_vrmpybuu mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_addasl_rrri mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_i_p mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_i_p_acc mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_i_p_and mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_i_p_nac mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_i_p_or mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_i_p_xacc mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_i_r mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_i_r_acc mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_i_r_and mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_i_r_nac mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_i_r_or mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_i_r_sat mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_i_r_xacc mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_i_vh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_i_vw mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_r_p mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_r_p_acc mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_r_p_and mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_r_p_nac mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_r_p_or mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_r_p_xor mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_r_r mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_r_r_acc mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_r_r_and mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_r_r_nac mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_r_r_or mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_r_r_sat mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_r_vh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asl_r_vw mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_i_p mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_i_p_acc mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_i_p_and mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_i_p_nac mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_i_p_or mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_i_p_rnd mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_i_p_rnd_goodsyntax mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_i_r mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_i_r_acc mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_i_r_and mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_i_r_nac mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_i_r_or mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_i_r_rnd mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_i_r_rnd_goodsyntax mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_i_svw_trun mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_i_vh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_i_vw mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_r_p mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_r_p_acc mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_r_p_and mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_r_p_nac mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_r_p_or mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_r_p_xor mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_r_r mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_r_r_acc mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_r_r_and mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_r_r_nac mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_r_r_or mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_r_r_sat mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_r_svw_trun mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_r_vh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_asr_r_vw mov w0, 0 bl __builtin_HEXAGON_S2_brev mov w0, 0 bl __builtin_HEXAGON_S2_brevp mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_cabacencbin mov w0, 0 bl __builtin_HEXAGON_S2_cl0 mov w0, 0 bl __builtin_HEXAGON_S2_cl0p mov w0, 0 bl __builtin_HEXAGON_S2_cl1 mov w0, 0 bl __builtin_HEXAGON_S2_cl1p mov w0, 0 bl __builtin_HEXAGON_S2_clb mov w0, 0 bl __builtin_HEXAGON_S2_clbnorm mov w0, 0 bl __builtin_HEXAGON_S2_clbp mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_clrbit_i mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_clrbit_r mov w0, 0 bl __builtin_HEXAGON_S2_ct0 mov w0, 0 bl __builtin_HEXAGON_S2_ct0p mov w0, 0 bl __builtin_HEXAGON_S2_ct1 mov w0, 0 bl __builtin_HEXAGON_S2_ct1p mov w0, 0 bl __builtin_HEXAGON_S2_deinterleave mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_extractu mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_extractup mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_extractup_rp mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_extractu_rp mov w3, 0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_insert mov w3, 0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_insertp mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_insertp_rp mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_insert_rp mov w0, 0 bl __builtin_HEXAGON_S2_interleave mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lfsp mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsl_r_p mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsl_r_p_acc mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsl_r_p_and mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsl_r_p_nac mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsl_r_p_or mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsl_r_p_xor mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsl_r_r mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsl_r_r_acc mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsl_r_r_and mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsl_r_r_nac mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsl_r_r_or mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsl_r_vh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsl_r_vw mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_i_p mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_i_p_acc mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_i_p_and mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_i_p_nac mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_i_p_or mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_i_p_xacc mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_i_r mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_i_r_acc mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_i_r_and mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_i_r_nac mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_i_r_or mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_i_r_xacc mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_i_vh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_i_vw mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_r_p mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_r_p_acc mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_r_p_and mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_r_p_nac mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_r_p_or mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_r_p_xor mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_r_r mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_r_r_acc mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_r_r_and mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_r_r_nac mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_r_r_or mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_r_vh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_lsr_r_vw mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_packhl mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_parityp mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_setbit_i mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_setbit_r mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_shuffeb mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_shuffeh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_shuffob mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_shuffoh mov w0, 0 bl __builtin_HEXAGON_S2_svsathb mov w0, 0 bl __builtin_HEXAGON_S2_svsathub mov w3, 0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_tableidxb_goodsyntax mov w3, 0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_tableidxd_goodsyntax mov w3, 0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_tableidxh_goodsyntax mov w3, 0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_tableidxw_goodsyntax mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_togglebit_i mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_togglebit_r mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_tstbit_i mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_tstbit_r mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_valignib mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_valignrb mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_vcnegh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_vcrotate mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_vrcnegh mov w0, 0 bl __builtin_HEXAGON_S2_vrndpackwh mov w0, 0 bl __builtin_HEXAGON_S2_vrndpackwhs mov w0, 0 bl __builtin_HEXAGON_S2_vsathb mov w0, 0 bl __builtin_HEXAGON_S2_vsathb_nopack mov w0, 0 bl __builtin_HEXAGON_S2_vsathub mov w0, 0 bl __builtin_HEXAGON_S2_vsathub_nopack mov w0, 0 bl __builtin_HEXAGON_S2_vsatwh mov w0, 0 bl __builtin_HEXAGON_S2_vsatwh_nopack mov w0, 0 bl __builtin_HEXAGON_S2_vsatwuh mov w0, 0 bl __builtin_HEXAGON_S2_vsatwuh_nopack mov w0, 0 bl __builtin_HEXAGON_S2_vsplatrb mov w0, 0 bl __builtin_HEXAGON_S2_vsplatrh mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_vspliceib mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_vsplicerb mov w0, 0 bl __builtin_HEXAGON_S2_vsxtbh mov w0, 0 bl __builtin_HEXAGON_S2_vsxthw mov w0, 0 bl __builtin_HEXAGON_S2_vtrunehb mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_vtrunewh mov w0, 0 bl __builtin_HEXAGON_S2_vtrunohb mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S2_vtrunowh mov w0, 0 bl __builtin_HEXAGON_S2_vzxtbh mov w0, 0 bl __builtin_HEXAGON_S2_vzxthw mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_addaddi mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_addi_asl_ri mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_addi_lsr_ri mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_andi_asl_ri mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_andi_lsr_ri mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_clbaddi mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_clbpaddi mov w0, 0 bl __builtin_HEXAGON_S4_clbpnorm mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_extract mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_extractp mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_extractp_rp mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_extract_rp mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_lsli mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_ntstbit_i mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_ntstbit_r mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_or_andi mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_or_andix mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_ori_asl_ri mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_ori_lsr_ri mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_or_ori mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_parity mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_subaddi mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_subi_asl_ri mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_subi_lsr_ri mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_vrcrotate mov w3, 0 mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_vrcrotate_acc mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_vxaddsubh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_vxaddsubhr mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_vxaddsubw mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_vxsubaddh mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_vxsubaddhr mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S4_vxsubaddw mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S5_asrhub_rnd_sat_goodsyntax mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S5_asrhub_sat mov w0, 0 bl __builtin_HEXAGON_S5_popcountp mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S5_vasrhrnd_goodsyntax mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S6_rol_i_p mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S6_rol_i_p_acc mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S6_rol_i_p_and mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S6_rol_i_p_nac mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S6_rol_i_p_or mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S6_rol_i_p_xacc mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S6_rol_i_r mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S6_rol_i_r_acc mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S6_rol_i_r_and mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S6_rol_i_r_nac mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S6_rol_i_r_or mov w2, 0 mov w1, 0 mov w0, 0 bl __builtin_HEXAGON_S6_rol_i_r_xacc add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_extractw_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_extractw add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 400 bl __builtin_HEXAGON_V6_hi_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_hi add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 400 bl __builtin_HEXAGON_V6_lo_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_lo mov w0, 0 bl __builtin_HEXAGON_V6_lvsplatw mov w0, 0 bl __builtin_HEXAGON_V6_lvsplatw_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_pred_and_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_pred_and_n_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_pred_and_n add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_pred_and add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_pred_not_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_pred_not add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_pred_or_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_pred_or_n_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_pred_or_n add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_pred_or mov w0, 0 bl __builtin_HEXAGON_V6_pred_scalar2 mov w0, 0 bl __builtin_HEXAGON_V6_pred_scalar2_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_pred_xor_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_pred_xor add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vabsdiffh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vabsdiffh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vabsdiffub_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vabsdiffub add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vabsdiffuh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vabsdiffuh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vabsdiffw_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vabsdiffw add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vabsh_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vabsh_sat_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_vabsh_sat add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_vabsh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vabsw_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vabsw_sat_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_vabsw_sat add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_vabsw add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vaddb_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 bl __builtin_HEXAGON_V6_vaddb_dv_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vaddb_dv add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vaddbnq_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vaddbnq add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vaddbq_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vaddbq add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vaddb add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vaddh_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 bl __builtin_HEXAGON_V6_vaddh_dv_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vaddh_dv add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vaddhnq_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vaddhnq add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vaddhq_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vaddhq add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vaddhsat_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 bl __builtin_HEXAGON_V6_vaddhsat_dv_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vaddhsat_dv add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vaddhsat add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vaddh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vaddhw_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vaddhw add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vaddubh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vaddubh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vaddubsat_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 bl __builtin_HEXAGON_V6_vaddubsat_dv_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vaddubsat_dv add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vaddubsat add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vadduhsat_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 bl __builtin_HEXAGON_V6_vadduhsat_dv_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vadduhsat_dv add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vadduhsat add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vadduhw_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vadduhw add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vaddw_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 bl __builtin_HEXAGON_V6_vaddw_dv_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vaddw_dv add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vaddwnq_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vaddwnq add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vaddwq_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vaddwq add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vaddwsat_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 bl __builtin_HEXAGON_V6_vaddwsat_dv_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vaddwsat_dv add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vaddwsat add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vaddw add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_valignb_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_valignbi_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_valignbi add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_valignb add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vand_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vandqrt_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vandqrt_acc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vandqrt_acc add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vandqrt add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vand add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vandvrt_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vandvrt_acc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vandvrt_acc add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vandvrt add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vaslh_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vaslhv_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vaslh add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vaslhv add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vaslw_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vaslw_acc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vaslw_acc add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vaslwv_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vaslw add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vaslwv add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vasrh_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vasrhbrndsat_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vasrhbrndsat add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vasrhubrndsat_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vasrhubrndsat add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vasrhubsat_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vasrhubsat add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vasrhv_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vasrh add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vasrhv add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vasrw_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vasrw_acc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vasrw_acc add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vasrwh_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vasrwhrndsat_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vasrwhrndsat add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vasrwhsat_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vasrwhsat add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vasrwh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vasrwuhsat_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vasrwuhsat add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vasrwv_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vasrw add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vasrwv add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vassign_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 400 bl __builtin_HEXAGON_V6_vassignp_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vassignp add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_vassign add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vavgh_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vavghrnd_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vavghrnd add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vavgh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vavgub_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vavgubrnd_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vavgubrnd add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vavgub add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vavguh_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vavguhrnd_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vavguhrnd add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vavguh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vavgw_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vavgwrnd_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vavgwrnd add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vavgw add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vcl0h_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_vcl0h add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vcl0w_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_vcl0w add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vcombine_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vcombine bl __builtin_HEXAGON_V6_vd0_128B bl __builtin_HEXAGON_V6_vd0 add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vdealb_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vdealb4w_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vdealb4w add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_vdealb add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vdealh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_vdealh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vdealvdd_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vdealvdd add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vdelta_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vdelta add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vdmpybus_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vdmpybus_acc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vdmpybus_acc add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 400 mov w1, 0 bl __builtin_HEXAGON_V6_vdmpybus_dv_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 mov w2, 0 bl __builtin_HEXAGON_V6_vdmpybus_dv_acc_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vdmpybus_dv_acc add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vdmpybus_dv add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vdmpybus add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vdmpyhb_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vdmpyhb_acc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vdmpyhb_acc add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 400 mov w1, 0 bl __builtin_HEXAGON_V6_vdmpyhb_dv_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 mov w2, 0 bl __builtin_HEXAGON_V6_vdmpyhb_dv_acc_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vdmpyhb_dv_acc add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vdmpyhb_dv add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vdmpyhb add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 400 mov w1, 0 bl __builtin_HEXAGON_V6_vdmpyhisat_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vdmpyhisat_acc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 720 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vdmpyhisat_acc add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vdmpyhisat add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vdmpyhsat_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vdmpyhsat_acc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vdmpyhsat_acc add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vdmpyhsat add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 400 mov w1, 0 bl __builtin_HEXAGON_V6_vdmpyhsuisat_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vdmpyhsuisat_acc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 720 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vdmpyhsuisat_acc add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vdmpyhsuisat add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vdmpyhsusat_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vdmpyhsusat_acc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vdmpyhsusat_acc add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vdmpyhsusat add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vdmpyhvsat_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vdmpyhvsat_acc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vdmpyhvsat_acc add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vdmpyhvsat add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 400 mov w1, 0 bl __builtin_HEXAGON_V6_vdsaduh_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 mov w2, 0 bl __builtin_HEXAGON_V6_vdsaduh_acc_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vdsaduh_acc add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vdsaduh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_veqb_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_veqb_and_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_veqb_and add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_veqb_or_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_veqb_or add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_veqb add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_veqb_xor_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_veqb_xor add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_veqh_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_veqh_and_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_veqh_and add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_veqh_or_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_veqh_or add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_veqh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_veqh_xor_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_veqh_xor add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_veqw_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_veqw_and_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_veqw_and add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_veqw_or_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_veqw_or add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_veqw add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_veqw_xor_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_veqw_xor add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgtb_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgtb_and_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgtb_and add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgtb_or_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgtb_or add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgtb add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgtb_xor_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgtb_xor add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgth_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgth_and_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgth_and add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgth_or_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgth_or add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgth add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgth_xor_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgth_xor add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgtub_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgtub_and_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgtub_and add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgtub_or_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgtub_or add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgtub add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgtub_xor_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgtub_xor add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgtuh_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgtuh_and_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgtuh_and add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgtuh_or_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgtuh_or add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgtuh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgtuh_xor_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgtuh_xor add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgtuw_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgtuw_and_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgtuw_and add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgtuw_or_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgtuw_or add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgtuw add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgtuw_xor_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgtuw_xor add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgtw_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgtw_and_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgtw_and add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgtw_or_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgtw_or add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgtw add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vgtw_xor_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vgtw_xor add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vinsertwr_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vinsertwr add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vlalignb_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vlalignbi_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vlalignbi add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vlalignb add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vlsrh_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vlsrhv_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vlsrh add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vlsrhv add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vlsrw_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vlsrwv_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vlsrw add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vlsrwv add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w2, 0 mov w1, 0 bl __builtin_HEXAGON_V6_vlutb_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w3, 0 mov w2, 0 bl __builtin_HEXAGON_V6_vlutb_acc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w3, 0 mov w2, 0 bl __builtin_HEXAGON_V6_vlutb_acc add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 400 mov w2, 0 mov w1, 0 bl __builtin_HEXAGON_V6_vlutb_dv_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 mov w3, 0 mov w2, 0 bl __builtin_HEXAGON_V6_vlutb_dv_acc_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w3, 0 mov w2, 0 bl __builtin_HEXAGON_V6_vlutb_dv_acc add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w2, 0 mov w1, 0 bl __builtin_HEXAGON_V6_vlutb_dv add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w2, 0 mov w1, 0 bl __builtin_HEXAGON_V6_vlutb add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vlutvvb_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 mov w3, 0 bl __builtin_HEXAGON_V6_vlutvvb_oracc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 mov w3, 0 bl __builtin_HEXAGON_V6_vlutvvb_oracc add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vlutvvb add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vlutvwh_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 80 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 80 add x1, sp, 720 add x0, sp, 400 mov w3, 0 bl __builtin_HEXAGON_V6_vlutvwh_oracc_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 336 add x1, sp, 656 add x0, sp, 720 mov w3, 0 bl __builtin_HEXAGON_V6_vlutvwh_oracc add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vlutvwh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmaxh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmaxh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmaxub_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmaxub add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmaxuh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmaxuh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmaxw_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmaxw add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vminh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vminh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vminub_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vminub add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vminuh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vminuh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vminw_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vminw add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 400 mov w1, 0 bl __builtin_HEXAGON_V6_vmpabus_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 mov w2, 0 bl __builtin_HEXAGON_V6_vmpabus_acc_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vmpabus_acc add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 bl __builtin_HEXAGON_V6_vmpabusv_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vmpabus add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpabusv add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 bl __builtin_HEXAGON_V6_vmpabuuv_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpabuuv add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 400 mov w1, 0 bl __builtin_HEXAGON_V6_vmpahb_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 mov w2, 0 bl __builtin_HEXAGON_V6_vmpahb_acc_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vmpahb_acc add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vmpahb add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vmpybus_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 720 add x0, sp, 400 mov w2, 0 bl __builtin_HEXAGON_V6_vmpybus_acc_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 656 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vmpybus_acc add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpybusv_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vmpybus add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 80 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 80 add x1, sp, 720 add x0, sp, 400 bl __builtin_HEXAGON_V6_vmpybusv_acc_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 336 add x1, sp, 656 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpybusv_acc add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmpybusv add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpybv_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 80 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 80 add x1, sp, 720 add x0, sp, 400 bl __builtin_HEXAGON_V6_vmpybv_acc_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 336 add x1, sp, 656 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpybv_acc add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmpybv add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpyewuh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmpyewuh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vmpyh_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 720 add x0, sp, 400 mov w2, 0 bl __builtin_HEXAGON_V6_vmpyhsat_acc_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 656 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vmpyhsat_acc add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vmpyhsrs_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vmpyhsrs add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vmpyhss_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vmpyhss add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpyhus_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 80 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 80 add x1, sp, 720 add x0, sp, 400 bl __builtin_HEXAGON_V6_vmpyhus_acc_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 336 add x1, sp, 656 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpyhus_acc add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmpyhus add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpyhv_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vmpyh add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 80 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 80 add x1, sp, 720 add x0, sp, 400 bl __builtin_HEXAGON_V6_vmpyhv_acc_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 336 add x1, sp, 656 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpyhv_acc add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpyhvsrs_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmpyhvsrs add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmpyhv add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpyieoh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmpyieoh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpyiewh_acc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmpyiewh_acc add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpyiewuh_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpyiewuh_acc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmpyiewuh_acc add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmpyiewuh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpyih_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpyih_acc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmpyih_acc add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vmpyihb_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vmpyihb_acc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vmpyihb_acc add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vmpyihb add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmpyih add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpyiowh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmpyiowh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vmpyiwb_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vmpyiwb_acc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vmpyiwb_acc add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vmpyiwb add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vmpyiwh_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vmpyiwh_acc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vmpyiwh_acc add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vmpyiwh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpyowh_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpyowh_rnd_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpyowh_rnd_sacc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmpyowh_rnd_sacc add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmpyowh_rnd add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpyowh_sacc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmpyowh_sacc add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmpyowh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vmpyub_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 720 add x0, sp, 400 mov w2, 0 bl __builtin_HEXAGON_V6_vmpyub_acc_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 656 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vmpyub_acc add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpyubv_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vmpyub add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 80 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 80 add x1, sp, 720 add x0, sp, 400 bl __builtin_HEXAGON_V6_vmpyubv_acc_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 336 add x1, sp, 656 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpyubv_acc add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmpyubv add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vmpyuh_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 720 add x0, sp, 400 mov w2, 0 bl __builtin_HEXAGON_V6_vmpyuh_acc_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 656 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vmpyuh_acc add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpyuhv_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vmpyuh add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 80 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 80 add x1, sp, 720 add x0, sp, 400 bl __builtin_HEXAGON_V6_vmpyuhv_acc_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 336 add x1, sp, 656 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmpyuhv_acc add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmpyuhv add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vmux_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vmux add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vnavgh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vnavgh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vnavgub_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vnavgub add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vnavgw_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vnavgw add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vnormamth_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_vnormamth add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vnormamtw_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_vnormamtw add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vnot_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_vnot add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vor_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vor add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vpackeb_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vpackeb add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vpackeh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vpackeh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vpackhb_sat_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vpackhb_sat add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vpackhub_sat_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vpackhub_sat add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vpackob_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vpackob add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vpackoh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vpackoh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vpackwh_sat_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vpackwh_sat add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vpackwuh_sat_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vpackwuh_sat add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vpopcounth_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_vpopcounth add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vrdelta_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vrdelta add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vrmpybus_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vrmpybus_acc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vrmpybus_acc add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 400 mov w2, 0 mov w1, 0 bl __builtin_HEXAGON_V6_vrmpybusi_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 mov w3, 0 mov w2, 0 bl __builtin_HEXAGON_V6_vrmpybusi_acc_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w3, 0 mov w2, 0 bl __builtin_HEXAGON_V6_vrmpybusi_acc add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w2, 0 mov w1, 0 bl __builtin_HEXAGON_V6_vrmpybusi add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vrmpybusv_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vrmpybus add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vrmpybusv_acc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vrmpybusv_acc add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vrmpybusv add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vrmpybv_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vrmpybv_acc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vrmpybv_acc add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vrmpybv add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vrmpyub_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vrmpyub_acc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vrmpyub_acc add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 400 mov w2, 0 mov w1, 0 bl __builtin_HEXAGON_V6_vrmpyubi_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 mov w3, 0 mov w2, 0 bl __builtin_HEXAGON_V6_vrmpyubi_acc_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w3, 0 mov w2, 0 bl __builtin_HEXAGON_V6_vrmpyubi_acc add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w2, 0 mov w1, 0 bl __builtin_HEXAGON_V6_vrmpyubi add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vrmpyubv_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vrmpyub add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vrmpyubv_acc_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vrmpyubv_acc add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vrmpyubv add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vror_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 mov w1, 0 bl __builtin_HEXAGON_V6_vror add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vroundhb_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vroundhb add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vroundhub_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vroundhub add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vroundwh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vroundwh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vroundwuh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vroundwuh add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 400 mov w2, 0 mov w1, 0 bl __builtin_HEXAGON_V6_vrsadubi_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 mov w3, 0 mov w2, 0 bl __builtin_HEXAGON_V6_vrsadubi_acc_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w3, 0 mov w2, 0 bl __builtin_HEXAGON_V6_vrsadubi_acc add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w2, 0 mov w1, 0 bl __builtin_HEXAGON_V6_vrsadubi add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsathub_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vsathub add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsatwh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vsatwh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vsb_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_vsb add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vsh_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vshufeh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vshufeh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vshuffb_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_vshuffb add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vshuffeb_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vshuffeb add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vshuffh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_vshuffh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vshuffob_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vshuffob add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vshuffvdd_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 mov w2, 0 bl __builtin_HEXAGON_V6_vshuffvdd add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vshufoeb_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vshufoeb add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vshufoeh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vshufoeh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vshufoh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vshufoh add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_vsh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsubb_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 bl __builtin_HEXAGON_V6_vsubb_dv_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsubb_dv add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsubbnq_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vsubbnq add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsubbq_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vsubbq add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vsubb add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsubh_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 bl __builtin_HEXAGON_V6_vsubh_dv_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsubh_dv add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsubhnq_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vsubhnq add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsubhq_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vsubhq add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsubhsat_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 bl __builtin_HEXAGON_V6_vsubhsat_dv_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsubhsat_dv add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vsubhsat add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vsubh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsubhw_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vsubhw add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsububh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vsububh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsububsat_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 bl __builtin_HEXAGON_V6_vsububsat_dv_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsububsat_dv add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vsububsat add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsubuhsat_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 bl __builtin_HEXAGON_V6_vsubuhsat_dv_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsubuhsat_dv add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vsubuhsat add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsubuhw_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vsubuhw add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsubw_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 bl __builtin_HEXAGON_V6_vsubw_dv_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsubw_dv add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsubwnq_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vsubwnq add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsubwq_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vsubwq add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsubwsat_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 bl __builtin_HEXAGON_V6_vsubwsat_dv_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vsubwsat_dv add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vsubwsat add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vsubw add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 528 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x2, sp, 528 add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vswap_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 sub x0, sp, #752 add x0, x0, 768 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x2, sp, 16 add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vswap add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 400 mov w1, 0 bl __builtin_HEXAGON_V6_vtmpyb_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 mov w2, 0 bl __builtin_HEXAGON_V6_vtmpyb_acc_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vtmpyb_acc add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 400 mov w1, 0 bl __builtin_HEXAGON_V6_vtmpybus_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 mov w2, 0 bl __builtin_HEXAGON_V6_vtmpybus_acc_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vtmpybus_acc add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vtmpybus add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vtmpyb add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 400 mov w1, 0 bl __builtin_HEXAGON_V6_vtmpyhb_128B add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 80 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x1, sp, 80 add x0, sp, 400 mov w2, 0 bl __builtin_HEXAGON_V6_vtmpyhb_acc_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 mov w2, 0 bl __builtin_HEXAGON_V6_vtmpyhb_acc add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 mov w1, 0 bl __builtin_HEXAGON_V6_vtmpyhb add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vunpackb_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_vunpackb add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vunpackh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_vunpackh add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 720 add x0, sp, 400 bl __builtin_HEXAGON_V6_vunpackob_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 656 add x0, sp, 720 bl __builtin_HEXAGON_V6_vunpackob add x0, sp, 400 add x1, sp, 1040 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] ldp q0, q1, [x1, 128] stp q0, q1, [x0, 128] ldp q0, q1, [x1, 160] stp q0, q1, [x0, 160] ldp q0, q1, [x1, 192] stp q0, q1, [x0, 192] ldp q0, q1, [x1, 224] stp q0, q1, [x0, 224] add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 720 add x0, sp, 400 bl __builtin_HEXAGON_V6_vunpackoh_128B add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 656 add x0, sp, 720 bl __builtin_HEXAGON_V6_vunpackoh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vunpackub_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_vunpackub add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vunpackuh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_vunpackuh add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 400 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x1, sp, 400 add x0, sp, 720 bl __builtin_HEXAGON_V6_vxor_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 848 add x0, sp, 336 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x1, sp, 336 add x0, sp, 656 bl __builtin_HEXAGON_V6_vxor add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vzb_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_vzb add x0, sp, 720 add x1, sp, 912 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] ldp q0, q1, [x1, 96] stp q0, q1, [x0, 96] add x0, sp, 720 bl __builtin_HEXAGON_V6_vzh_128B add x1, sp, 848 add x0, sp, 656 ld1 {v0.16b - v3.16b}, [x1] st1 {v0.16b - v3.16b}, [x0] add x0, sp, 656 bl __builtin_HEXAGON_V6_vzh nop ldp x29, x30, [sp] add sp, sp, 1296 .cfi_restore 29 .cfi_restore 30 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size foo, .-foo ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .type swapfunc, %function swapfunc: .LFB6: .cfi_startproc stp x19, x20, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 19, -80 .cfi_offset 20, -72 str x21, [sp, 16] .cfi_offset 21, -64 str x0, [sp, 56] str x1, [sp, 48] str w2, [sp, 44] str w3, [sp, 40] ldr w0, [sp, 40] cmp w0, 1 bgt .L2 ldr w0, [sp, 44] add w1, w0, 7 cmp w0, 0 csel w0, w1, w0, lt asr w0, w0, 3 sxtw x0, w0 str x0, [sp, 64] ldr x20, [sp, 56] ldr x19, [sp, 48] .L3: ldr x21, [x20] mov x0, x20 add x20, x0, 8 ldr x1, [x19] str x1, [x0] mov x0, x19 add x19, x0, 8 str x21, [x0] ldr x0, [sp, 64] sub x0, x0, #1 str x0, [sp, 64] ldr x0, [sp, 64] cmp x0, 0 bgt .L3 b .L6 .L2: ldrsw x0, [sp, 44] str x0, [sp, 72] ldr x20, [sp, 56] ldr x19, [sp, 48] .L5: ldrb w21, [x20] mov x0, x20 add x20, x0, 1 ldrb w1, [x19] strb w1, [x0] mov x0, x19 add x19, x0, 1 mov w1, w21 strb w1, [x0] ldr x0, [sp, 72] sub x0, x0, #1 str x0, [sp, 72] ldr x0, [sp, 72] cmp x0, 0 bgt .L5 .L6: nop ldr x21, [sp, 16] ldp x19, x20, [sp], 80 .cfi_restore 20 .cfi_restore 19 .cfi_restore 21 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size swapfunc, .-swapfunc .align 2 .type med3func, %function med3func: .LFB7: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str x2, [sp, 24] str x3, [sp, 16] ldr x2, [sp, 16] ldr x1, [sp, 32] ldr x0, [sp, 40] blr x2 cmp w0, 0 bge .L8 ldr x2, [sp, 16] ldr x1, [sp, 24] ldr x0, [sp, 32] blr x2 cmp w0, 0 blt .L9 ldr x2, [sp, 16] ldr x1, [sp, 24] ldr x0, [sp, 40] blr x2 cmp w0, 0 bge .L10 ldr x0, [sp, 24] b .L18 .L10: ldr x0, [sp, 40] b .L18 .L9: ldr x0, [sp, 32] b .L18 .L8: ldr x2, [sp, 16] ldr x1, [sp, 24] ldr x0, [sp, 32] blr x2 cmp w0, 0 bgt .L14 ldr x2, [sp, 16] ldr x1, [sp, 24] ldr x0, [sp, 40] blr x2 cmp w0, 0 bge .L15 ldr x0, [sp, 40] b .L18 .L15: ldr x0, [sp, 24] b .L18 .L14: ldr x0, [sp, 32] .L18: ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size med3func, .-med3func .align 2 .global qsort .type qsort, %function qsort: .LFB8: .cfi_startproc stp x29, x30, [sp, -192]! .cfi_def_cfa_offset 192 .cfi_offset 29, -192 .cfi_offset 30, -184 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str x2, [sp, 24] str x3, [sp, 16] ldr x0, [sp, 40] str x0, [sp, 144] ldr x0, [sp, 144] and x0, x0, 7 cmp x0, 0 bne .L20 ldr x0, [sp, 24] and x0, x0, 7 cmp x0, 0 bne .L20 ldr x0, [sp, 24] cmp x0, 8 cset w0, ne and w0, w0, 255 b .L21 .L20: mov w0, 2 .L21: str w0, [sp, 60] ldr x0, [sp, 32] cmp x0, 6 bhi .L22 ldr x1, [sp, 144] ldr x0, [sp, 24] add x0, x1, x0 str x0, [sp, 128] b .L23 .L29: ldr x0, [sp, 128] str x0, [sp, 120] b .L24 .L28: ldr w0, [sp, 60] cmp w0, 0 bne .L25 ldr x0, [sp, 120] ldr x0, [x0] str x0, [sp, 184] ldr x0, [sp, 24] neg x0, x0 ldr x1, [sp, 120] add x0, x1, x0 ldr x1, [x0] ldr x0, [sp, 120] str x1, [x0] ldr x0, [sp, 24] neg x0, x0 ldr x1, [sp, 120] add x0, x1, x0 ldr x1, [sp, 184] str x1, [x0] b .L26 .L25: ldr x0, [sp, 24] neg x0, x0 ldr x1, [sp, 120] add x0, x1, x0 ldr x1, [sp, 24] ldr w3, [sp, 60] mov w2, w1 mov x1, x0 ldr x0, [sp, 120] bl swapfunc .L26: ldr x0, [sp, 24] neg x0, x0 ldr x1, [sp, 120] add x0, x1, x0 str x0, [sp, 120] .L24: ldr x1, [sp, 120] ldr x0, [sp, 144] cmp x1, x0 bls .L27 ldr x0, [sp, 24] neg x0, x0 ldr x1, [sp, 120] add x0, x1, x0 ldr x2, [sp, 16] ldr x1, [sp, 120] blr x2 cmp w0, 0 bgt .L28 .L27: ldr x1, [sp, 128] ldr x0, [sp, 24] add x0, x1, x0 str x0, [sp, 128] .L23: ldr x1, [sp, 32] ldr x0, [sp, 24] mul x0, x1, x0 ldr x1, [sp, 144] add x0, x1, x0 ldr x1, [sp, 128] cmp x1, x0 bcc .L29 b .L19 .L22: ldr x0, [sp, 32] lsr x1, x0, 1 ldr x0, [sp, 24] mul x0, x1, x0 ldr x1, [sp, 144] add x0, x1, x0 str x0, [sp, 128] ldr x0, [sp, 32] cmp x0, 7 bls .L31 ldr x0, [sp, 144] str x0, [sp, 120] ldr x0, [sp, 32] sub x1, x0, #1 ldr x0, [sp, 24] mul x0, x1, x0 ldr x1, [sp, 144] add x0, x1, x0 str x0, [sp, 136] ldr x0, [sp, 32] cmp x0, 40 bls .L32 ldr x0, [sp, 32] lsr x0, x0, 3 mov w1, w0 ldr x0, [sp, 24] mul w0, w1, w0 str w0, [sp, 64] ldrsw x0, [sp, 64] ldr x1, [sp, 120] add x4, x1, x0 ldr w0, [sp, 64] lsl w0, w0, 1 sxtw x0, w0 ldr x1, [sp, 120] add x0, x1, x0 ldr x3, [sp, 16] mov x2, x0 mov x1, x4 ldr x0, [sp, 120] bl med3func str x0, [sp, 120] ldrsw x0, [sp, 64] neg x0, x0 ldr x1, [sp, 128] add x4, x1, x0 ldrsw x0, [sp, 64] ldr x1, [sp, 128] add x0, x1, x0 ldr x3, [sp, 16] mov x2, x0 ldr x1, [sp, 128] mov x0, x4 bl med3func str x0, [sp, 128] ldr w0, [sp, 64] lsl w0, w0, 1 sxtw x0, w0 neg x0, x0 ldr x1, [sp, 136] add x4, x1, x0 ldrsw x0, [sp, 64] neg x0, x0 ldr x1, [sp, 136] add x0, x1, x0 ldr x3, [sp, 16] ldr x2, [sp, 136] mov x1, x0 mov x0, x4 bl med3func str x0, [sp, 136] .L32: ldr x3, [sp, 16] ldr x2, [sp, 136] ldr x1, [sp, 128] ldr x0, [sp, 120] bl med3func str x0, [sp, 128] .L31: ldr w0, [sp, 60] cmp w0, 0 bne .L33 ldr x0, [sp, 144] ldr x0, [x0] str x0, [sp, 152] ldr x0, [sp, 128] ldr x1, [x0] ldr x0, [sp, 144] str x1, [x0] ldr x0, [sp, 128] ldr x1, [sp, 152] str x1, [x0] b .L34 .L33: ldr x0, [sp, 24] ldr w3, [sp, 60] mov w2, w0 ldr x1, [sp, 128] ldr x0, [sp, 144] bl swapfunc .L34: ldr x1, [sp, 144] ldr x0, [sp, 24] add x0, x1, x0 str x0, [sp, 96] ldr x0, [sp, 96] str x0, [sp, 88] ldr x0, [sp, 32] sub x1, x0, #1 ldr x0, [sp, 24] mul x0, x1, x0 ldr x1, [sp, 144] add x0, x1, x0 str x0, [sp, 136] ldr x0, [sp, 136] str x0, [sp, 112] ldr x0, [sp, 112] str x0, [sp, 104] b .L35 .L40: ldr w0, [sp, 68] cmp w0, 0 bne .L36 ldr w0, [sp, 60] cmp w0, 0 bne .L37 ldr x0, [sp, 88] ldr x0, [x0] str x0, [sp, 160] ldr x0, [sp, 96] ldr x1, [x0] ldr x0, [sp, 88] str x1, [x0] ldr x0, [sp, 96] ldr x1, [sp, 160] str x1, [x0] b .L38 .L37: ldr x0, [sp, 24] ldr w3, [sp, 60] mov w2, w0 ldr x1, [sp, 96] ldr x0, [sp, 88] bl swapfunc .L38: ldr x1, [sp, 88] ldr x0, [sp, 24] add x0, x1, x0 str x0, [sp, 88] .L36: ldr x1, [sp, 96] ldr x0, [sp, 24] add x0, x1, x0 str x0, [sp, 96] .L35: ldr x1, [sp, 96] ldr x0, [sp, 104] cmp x1, x0 bhi .L41 ldr x2, [sp, 16] ldr x1, [sp, 144] ldr x0, [sp, 96] blr x2 str w0, [sp, 68] ldr w0, [sp, 68] cmp w0, 0 ble .L40 b .L41 .L46: ldr w0, [sp, 68] cmp w0, 0 bne .L42 ldr w0, [sp, 60] cmp w0, 0 bne .L43 ldr x0, [sp, 104] ldr x0, [x0] str x0, [sp, 168] ldr x0, [sp, 112] ldr x1, [x0] ldr x0, [sp, 104] str x1, [x0] ldr x0, [sp, 112] ldr x1, [sp, 168] str x1, [x0] b .L44 .L43: ldr x0, [sp, 24] ldr w3, [sp, 60] mov w2, w0 ldr x1, [sp, 112] ldr x0, [sp, 104] bl swapfunc .L44: ldr x0, [sp, 24] neg x0, x0 ldr x1, [sp, 112] add x0, x1, x0 str x0, [sp, 112] .L42: ldr x0, [sp, 24] neg x0, x0 ldr x1, [sp, 104] add x0, x1, x0 str x0, [sp, 104] .L41: ldr x1, [sp, 96] ldr x0, [sp, 104] cmp x1, x0 bhi .L45 ldr x2, [sp, 16] ldr x1, [sp, 144] ldr x0, [sp, 104] blr x2 str w0, [sp, 68] ldr w0, [sp, 68] cmp w0, 0 bge .L46 .L45: ldr x1, [sp, 96] ldr x0, [sp, 104] cmp x1, x0 bhi .L58 ldr w0, [sp, 60] cmp w0, 0 bne .L49 ldr x0, [sp, 96] ldr x0, [x0] str x0, [sp, 176] ldr x0, [sp, 104] ldr x1, [x0] ldr x0, [sp, 96] str x1, [x0] ldr x0, [sp, 104] ldr x1, [sp, 176] str x1, [x0] b .L50 .L49: ldr x0, [sp, 24] ldr w3, [sp, 60] mov w2, w0 ldr x1, [sp, 104] ldr x0, [sp, 96] bl swapfunc .L50: ldr x1, [sp, 96] ldr x0, [sp, 24] add x0, x1, x0 str x0, [sp, 96] ldr x0, [sp, 24] neg x0, x0 ldr x1, [sp, 104] add x0, x1, x0 str x0, [sp, 104] b .L35 .L58: nop ldr x1, [sp, 88] ldr x0, [sp, 144] sub x0, x1, x0 mov x1, x0 ldr x0, [sp, 24] udiv x0, x1, x0 str w0, [sp, 72] ldr x1, [sp, 96] ldr x0, [sp, 88] sub x0, x1, x0 mov x1, x0 ldr x0, [sp, 24] udiv x0, x1, x0 str w0, [sp, 76] ldr x1, [sp, 112] ldr x0, [sp, 104] sub x0, x1, x0 mov x1, x0 ldr x0, [sp, 24] udiv x0, x1, x0 str w0, [sp, 80] ldr x1, [sp, 136] ldr x0, [sp, 112] sub x0, x1, x0 mov x1, x0 ldr x0, [sp, 24] udiv x0, x1, x0 str w0, [sp, 84] ldr w1, [sp, 72] ldr w0, [sp, 76] cmp w1, w0 bge .L52 ldr w0, [sp, 72] cmp w0, 0 ble .L53 ldrsw x1, [sp, 76] ldr x0, [sp, 24] mul x0, x1, x0 ldr x1, [sp, 144] add x0, x1, x0 ldrsw x1, [sp, 72] mov w2, w1 ldr x1, [sp, 24] mul w1, w2, w1 ldr w3, [sp, 60] mov w2, w1 mov x1, x0 ldr x0, [sp, 144] bl swapfunc b .L53 .L52: ldr w0, [sp, 76] cmp w0, 0 ble .L53 ldrsw x1, [sp, 72] ldr x0, [sp, 24] mul x0, x1, x0 ldr x1, [sp, 144] add x0, x1, x0 ldrsw x1, [sp, 76] mov w2, w1 ldr x1, [sp, 24] mul w1, w2, w1 ldr w3, [sp, 60] mov w2, w1 mov x1, x0 ldr x0, [sp, 144] bl swapfunc .L53: ldr w1, [sp, 80] ldr w0, [sp, 84] cmp w1, w0 bge .L54 ldr w0, [sp, 80] cmp w0, 0 ble .L55 ldrsw x1, [sp, 84] ldr x0, [sp, 24] mul x0, x1, x0 ldr x1, [sp, 96] add x0, x1, x0 ldrsw x1, [sp, 80] mov w2, w1 ldr x1, [sp, 24] mul w1, w2, w1 ldr w3, [sp, 60] mov w2, w1 mov x1, x0 ldr x0, [sp, 96] bl swapfunc b .L55 .L54: ldr w0, [sp, 84] cmp w0, 0 ble .L55 ldrsw x1, [sp, 80] ldr x0, [sp, 24] mul x0, x1, x0 ldr x1, [sp, 96] add x0, x1, x0 ldrsw x1, [sp, 84] mov w2, w1 ldr x1, [sp, 24] mul w1, w2, w1 ldr w3, [sp, 60] mov w2, w1 mov x1, x0 ldr x0, [sp, 96] bl swapfunc .L55: ldr w0, [sp, 76] cmp w0, 1 ble .L56 ldrsw x0, [sp, 76] ldr x3, [sp, 16] ldr x2, [sp, 24] mov x1, x0 ldr x0, [sp, 144] bl qsort .L56: ldr w0, [sp, 80] cmp w0, 1 ble .L19 ldrsw x0, [sp, 80] ldr x1, [sp, 32] sub x1, x1, x0 ldr x0, [sp, 24] mul x0, x1, x0 ldr x1, [sp, 144] add x0, x1, x0 ldrsw x1, [sp, 80] ldr x3, [sp, 16] ldr x2, [sp, 24] bl qsort .L19: ldp x29, x30, [sp], 192 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size qsort, .-qsort ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global IID_IOInetProtocol .section .rodata .align 3 .type IID_IOInetProtocol, %object .size IID_IOInetProtocol, 24 IID_IOInetProtocol: .xword 2045430244 .hword -17671 .hword 4558 .string "\214\202" .string "\252" .ascii "K\251\013" .zero 4 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "./../../Files/22.sh" .text .align 2 .global main .type main, %function main: .LFB6: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl system mov w0, 0 ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global fn1 .type fn1, %function fn1: .LFB0: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 24] str x1, [sp, 16] str x2, [sp, 8] str w3, [sp, 4] b .L2 .L4: ldrsw x0, [sp, 4] ldr x1, [sp, 24] add x0, x1, x0 ldrb w0, [x0] cmp w0, 0 beq .L3 ldrsw x0, [sp, 4] lsl x0, x0, 2 ldr x1, [sp, 8] add x0, x1, x0 ldr w0, [x0] and w1, w0, 255 ldr x0, [sp, 16] strb w1, [x0] .L3: ldr w0, [sp, 4] add w0, w0, 1 str w0, [sp, 4] ldr x0, [sp, 16] add x0, x0, 1 str x0, [sp, 16] .L2: ldr w0, [sp, 4] cmp w0, 0 bne .L4 nop nop add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size fn1, .-fn1 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global foo .type foo, %function foo: .LFB6: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, 8] ldr x0, [sp, 8] ldr w0, [x0] lsl w0, w0, 1 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size foo, .-foo .align 2 .global boo .type boo, %function boo: .LFB7: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] bl foo ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size boo, .-boo .align 2 .global main .type main, %function main: .LFB8: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -32 mov x0, 8 bl malloc str x0, [sp, 32] mov x0, 8 bl malloc str x0, [sp, 40] ldr x0, [sp, 32] mov w1, 5 str w1, [x0] ldr x0, [sp, 40] mov w1, 4 str w1, [x0] ldr x0, [sp, 32] bl boo mov w19, w0 ldr x0, [sp, 32] bl boo add w19, w19, w0 ldr x0, [sp, 40] bl boo add w19, w19, w0 ldr x0, [sp, 40] bl boo add w19, w19, w0 ldr x0, [sp, 32] bl boo add w19, w19, w0 ldr x0, [sp, 40] bl boo add w0, w19, w0 ldr x19, [sp, 16] ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_restore 19 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global kernel_heat_3d .type kernel_heat_3d, %function kernel_heat_3d: .LFB0: .cfi_startproc sub sp, sp, #48 .cfi_def_cfa_offset 48 str w0, [sp, 28] str w1, [sp, 24] str x2, [sp, 16] str x3, [sp, 8] mov w0, 1 str w0, [sp, 32] b .L2 .L15: mov w0, 1 str w0, [sp, 36] b .L3 .L8: mov w0, 1 str w0, [sp, 40] b .L4 .L7: mov w0, 1 str w0, [sp, 44] b .L5 .L6: ldrsw x0, [sp, 36] add x1, x0, 1 mov x0, 57856 movk x0, 0x4, lsl 16 mul x0, x1, x0 ldr x1, [sp, 16] add x2, x1, x0 ldrsw x3, [sp, 44] ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x3 ldr d1, [x2, x0, lsl 3] ldrsw x1, [sp, 36] mov x0, 57856 movk x0, 0x4, lsl 16 mul x0, x1, x0 ldr x1, [sp, 16] add x2, x1, x0 ldrsw x3, [sp, 44] ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x3 ldr d0, [x2, x0, lsl 3] fadd d0, d0, d0 fsub d1, d1, d0 ldrsw x1, [sp, 36] mov x0, 57856 movk x0, 0x4, lsl 16 mul x1, x1, x0 mov x0, -57856 movk x0, 0xfffb, lsl 16 add x0, x1, x0 ldr x1, [sp, 16] add x2, x1, x0 ldrsw x3, [sp, 44] ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x3 ldr d0, [x2, x0, lsl 3] fadd d1, d1, d0 fmov d0, 1.25e-1 fmul d1, d1, d0 ldrsw x1, [sp, 36] mov x0, 57856 movk x0, 0x4, lsl 16 mul x0, x1, x0 ldr x1, [sp, 16] add x2, x1, x0 ldr w0, [sp, 40] add w0, w0, 1 ldrsw x3, [sp, 44] sxtw x1, w0 mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x3 ldr d2, [x2, x0, lsl 3] ldrsw x1, [sp, 36] mov x0, 57856 movk x0, 0x4, lsl 16 mul x0, x1, x0 ldr x1, [sp, 16] add x2, x1, x0 ldrsw x3, [sp, 44] ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x3 ldr d0, [x2, x0, lsl 3] fadd d0, d0, d0 fsub d2, d2, d0 ldrsw x1, [sp, 36] mov x0, 57856 movk x0, 0x4, lsl 16 mul x0, x1, x0 ldr x1, [sp, 16] add x2, x1, x0 ldr w0, [sp, 40] sub w0, w0, #1 ldrsw x3, [sp, 44] sxtw x1, w0 mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x3 ldr d0, [x2, x0, lsl 3] fadd d2, d2, d0 fmov d0, 1.25e-1 fmul d0, d2, d0 fadd d1, d1, d0 ldrsw x1, [sp, 36] mov x0, 57856 movk x0, 0x4, lsl 16 mul x0, x1, x0 ldr x1, [sp, 16] add x2, x1, x0 ldr w0, [sp, 44] add w0, w0, 1 sxtw x3, w0 ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x3 ldr d2, [x2, x0, lsl 3] ldrsw x1, [sp, 36] mov x0, 57856 movk x0, 0x4, lsl 16 mul x0, x1, x0 ldr x1, [sp, 16] add x2, x1, x0 ldrsw x3, [sp, 44] ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x3 ldr d0, [x2, x0, lsl 3] fadd d0, d0, d0 fsub d2, d2, d0 ldrsw x1, [sp, 36] mov x0, 57856 movk x0, 0x4, lsl 16 mul x0, x1, x0 ldr x1, [sp, 16] add x2, x1, x0 ldr w0, [sp, 44] sub w0, w0, #1 sxtw x3, w0 ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x3 ldr d0, [x2, x0, lsl 3] fadd d2, d2, d0 fmov d0, 1.25e-1 fmul d0, d2, d0 fadd d1, d1, d0 ldrsw x1, [sp, 36] mov x0, 57856 movk x0, 0x4, lsl 16 mul x0, x1, x0 ldr x1, [sp, 16] add x2, x1, x0 ldrsw x3, [sp, 44] ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x3 ldr d0, [x2, x0, lsl 3] ldrsw x1, [sp, 36] mov x0, 57856 movk x0, 0x4, lsl 16 mul x0, x1, x0 ldr x1, [sp, 8] add x2, x1, x0 fadd d0, d1, d0 ldrsw x3, [sp, 44] ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x3 str d0, [x2, x0, lsl 3] ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L5: ldr w0, [sp, 24] sub w0, w0, #1 ldr w1, [sp, 44] cmp w1, w0 blt .L6 ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L4: ldr w0, [sp, 24] sub w0, w0, #1 ldr w1, [sp, 40] cmp w1, w0 blt .L7 ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L3: ldr w0, [sp, 24] sub w0, w0, #1 ldr w1, [sp, 36] cmp w1, w0 blt .L8 mov w0, 1 str w0, [sp, 36] b .L9 .L14: mov w0, 1 str w0, [sp, 40] b .L10 .L13: mov w0, 1 str w0, [sp, 44] b .L11 .L12: ldrsw x0, [sp, 36] add x1, x0, 1 mov x0, 57856 movk x0, 0x4, lsl 16 mul x0, x1, x0 ldr x1, [sp, 8] add x2, x1, x0 ldrsw x3, [sp, 44] ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x3 ldr d1, [x2, x0, lsl 3] ldrsw x1, [sp, 36] mov x0, 57856 movk x0, 0x4, lsl 16 mul x0, x1, x0 ldr x1, [sp, 8] add x2, x1, x0 ldrsw x3, [sp, 44] ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x3 ldr d0, [x2, x0, lsl 3] fadd d0, d0, d0 fsub d1, d1, d0 ldrsw x1, [sp, 36] mov x0, 57856 movk x0, 0x4, lsl 16 mul x1, x1, x0 mov x0, -57856 movk x0, 0xfffb, lsl 16 add x0, x1, x0 ldr x1, [sp, 8] add x2, x1, x0 ldrsw x3, [sp, 44] ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x3 ldr d0, [x2, x0, lsl 3] fadd d1, d1, d0 fmov d0, 1.25e-1 fmul d1, d1, d0 ldrsw x1, [sp, 36] mov x0, 57856 movk x0, 0x4, lsl 16 mul x0, x1, x0 ldr x1, [sp, 8] add x2, x1, x0 ldr w0, [sp, 40] add w0, w0, 1 ldrsw x3, [sp, 44] sxtw x1, w0 mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x3 ldr d2, [x2, x0, lsl 3] ldrsw x1, [sp, 36] mov x0, 57856 movk x0, 0x4, lsl 16 mul x0, x1, x0 ldr x1, [sp, 8] add x2, x1, x0 ldrsw x3, [sp, 44] ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x3 ldr d0, [x2, x0, lsl 3] fadd d0, d0, d0 fsub d2, d2, d0 ldrsw x1, [sp, 36] mov x0, 57856 movk x0, 0x4, lsl 16 mul x0, x1, x0 ldr x1, [sp, 8] add x2, x1, x0 ldr w0, [sp, 40] sub w0, w0, #1 ldrsw x3, [sp, 44] sxtw x1, w0 mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x3 ldr d0, [x2, x0, lsl 3] fadd d2, d2, d0 fmov d0, 1.25e-1 fmul d0, d2, d0 fadd d1, d1, d0 ldrsw x1, [sp, 36] mov x0, 57856 movk x0, 0x4, lsl 16 mul x0, x1, x0 ldr x1, [sp, 8] add x2, x1, x0 ldr w0, [sp, 44] add w0, w0, 1 sxtw x3, w0 ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x3 ldr d2, [x2, x0, lsl 3] ldrsw x1, [sp, 36] mov x0, 57856 movk x0, 0x4, lsl 16 mul x0, x1, x0 ldr x1, [sp, 8] add x2, x1, x0 ldrsw x3, [sp, 44] ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x3 ldr d0, [x2, x0, lsl 3] fadd d0, d0, d0 fsub d2, d2, d0 ldrsw x1, [sp, 36] mov x0, 57856 movk x0, 0x4, lsl 16 mul x0, x1, x0 ldr x1, [sp, 8] add x2, x1, x0 ldr w0, [sp, 44] sub w0, w0, #1 sxtw x3, w0 ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x3 ldr d0, [x2, x0, lsl 3] fadd d2, d2, d0 fmov d0, 1.25e-1 fmul d0, d2, d0 fadd d1, d1, d0 ldrsw x1, [sp, 36] mov x0, 57856 movk x0, 0x4, lsl 16 mul x0, x1, x0 ldr x1, [sp, 8] add x2, x1, x0 ldrsw x3, [sp, 44] ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x3 ldr d0, [x2, x0, lsl 3] ldrsw x1, [sp, 36] mov x0, 57856 movk x0, 0x4, lsl 16 mul x0, x1, x0 ldr x1, [sp, 16] add x2, x1, x0 fadd d0, d1, d0 ldrsw x3, [sp, 44] ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x3 str d0, [x2, x0, lsl 3] ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L11: ldr w0, [sp, 24] sub w0, w0, #1 ldr w1, [sp, 44] cmp w1, w0 blt .L12 ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L10: ldr w0, [sp, 24] sub w0, w0, #1 ldr w1, [sp, 40] cmp w1, w0 blt .L13 ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L9: ldr w0, [sp, 24] sub w0, w0, #1 ldr w1, [sp, 36] cmp w1, w0 blt .L14 ldr w0, [sp, 32] add w0, w0, 1 str w0, [sp, 32] .L2: ldr w0, [sp, 32] cmp w0, 1000 ble .L15 nop nop add sp, sp, 48 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size kernel_heat_3d, .-kernel_heat_3d ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global a .bss .align 2 .type a, %object .size a, 4 a: .zero 4 .global b .align 3 .type b, %object .size b, 8 b: .zero 8 .global c .align 2 .type c, %object .size c, 4 c: .zero 4 .text .align 2 .type fn1, %function fn1: .LFB0: .cfi_startproc adrp x0, a add x0, x0, :lo12:a ldr w0, [x0] cmp w0, 0 beq .L4 adrp x0, a add x0, x0, :lo12:a str wzr, [x0] adrp x0, a add x0, x0, :lo12:a ldr w0, [x0] b .L3 .L5: adrp x0, a add x0, x0, :lo12:a str wzr, [x0] .L4: adrp x0, a add x0, x0, :lo12:a ldr w0, [x0] cmp w0, 0 bne .L5 mov w0, 0 .L3: ret .cfi_endproc .LFE0: .size fn1, .-fn1 .section .rodata .align 3 .LC0: .string "%d" .text .align 2 .type fn2, %function fn2: .LFB1: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str w0, [sp, 28] bl fn1 adrp x0, c add x0, x0, :lo12:c str wzr, [x0] ldr w0, [sp, 28] cmp w0, 0 beq .L7 mov w1, 0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf .L7: adrp x0, b add x0, x0, :lo12:b ldr x1, [x0] add x0, sp, 28 cmp x1, x0 cset w0, ne and w0, w0, 255 bl foo mov w0, 0 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size fn2, .-fn2 .align 2 .global fn3 .type fn3, %function fn3: .LFB2: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp mov w0, 0 bl fn2 nop ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE2: .size fn3, .-fn3 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "Usage: %s <port>\n" .align 3 .LC1: .string "socket() error" .align 3 .LC2: .string "bind() error" .align 3 .LC3: .string "[Client %d] just requested to calc something! (socket: %d, IP: %u, port: %hu)\n" .text .align 2 .global main .type main, %function main: .LFB6: .cfi_startproc stp x29, x30, [sp, -240]! .cfi_def_cfa_offset 240 .cfi_offset 29, -240 .cfi_offset 30, -232 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -224 str w0, [sp, 44] str x1, [sp, 32] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 232] mov x1, 0 str wzr, [sp, 60] ldr w0, [sp, 44] cmp w0, 2 beq .L2 ldr x0, [sp, 32] ldr x0, [x0] mov x1, x0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf mov w0, 1 bl exit .L2: mov w2, 0 mov w1, 2 mov w0, 2 bl socket str w0, [sp, 64] ldr w0, [sp, 64] cmn w0, #1 bne .L3 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl error_handling .L3: add x0, sp, 72 mov x2, 16 mov w1, 0 bl memset mov w0, 2 strh w0, [sp, 72] str wzr, [sp, 76] ldr x0, [sp, 32] add x0, x0, 8 ldr x0, [x0] bl atoi and w0, w0, 65535 bl htons and w0, w0, 65535 strh w0, [sp, 74] add x0, sp, 72 mov w2, 16 mov x1, x0 ldr w0, [sp, 64] bl bind cmn w0, #1 bne .L4 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl error_handling .L4: mov w0, 16 str w0, [sp, 56] .L5: mov w0, 16 str w0, [sp, 56] add x2, sp, 56 add x1, sp, 88 add x0, sp, 104 mov x5, x2 mov x4, x1 mov w3, 0 mov x2, 128 mov x1, x0 ldr w0, [sp, 64] bl recvfrom ldr w0, [sp, 92] bl ntohl mov w19, w0 ldrh w0, [sp, 90] bl ntohs and w0, w0, 65535 mov w4, w0 mov w3, w19 ldr w2, [sp, 68] ldr w1, [sp, 60] adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf ldr w3, [sp, 104] ldrb w1, [sp, 108] add x0, sp, 104 add x0, x0, 8 mov w2, w1 mov x1, x0 mov w0, w3 bl calculate str w0, [sp, 52] ldr w2, [sp, 56] add x1, sp, 88 add x0, sp, 52 mov w5, w2 mov x4, x1 mov w3, 0 mov x2, 4 mov x1, x0 ldr w0, [sp, 64] bl sendto ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] b .L5 .cfi_endproc .LFE6: .size main, .-main .align 2 .global error_handling .type error_handling, %function error_handling: .LFB7: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x1, x0 ldr x0, [sp, 24] bl fputs adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x1, x0 mov w0, 10 bl fputc mov w0, 1 bl exit .cfi_endproc .LFE7: .size error_handling, .-error_handling .align 2 .global calculate .type calculate, %function calculate: .LFB8: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str w0, [sp, 12] str x1, [sp] strb w2, [sp, 11] ldr x0, [sp] ldr w0, [x0] str w0, [sp, 24] ldrb w0, [sp, 11] cmp w0, 45 beq .L9 cmp w0, 45 bgt .L10 cmp w0, 42 beq .L11 cmp w0, 43 bne .L10 mov w0, 1 str w0, [sp, 28] b .L12 .L13: ldrsw x0, [sp, 28] lsl x0, x0, 2 ldr x1, [sp] add x0, x1, x0 ldr w0, [x0] ldr w1, [sp, 24] add w0, w1, w0 str w0, [sp, 24] ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L12: ldr w1, [sp, 28] ldr w0, [sp, 12] cmp w1, w0 blt .L13 b .L10 .L9: mov w0, 1 str w0, [sp, 28] b .L14 .L15: ldrsw x0, [sp, 28] lsl x0, x0, 2 ldr x1, [sp] add x0, x1, x0 ldr w0, [x0] ldr w1, [sp, 24] sub w0, w1, w0 str w0, [sp, 24] ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L14: ldr w1, [sp, 28] ldr w0, [sp, 12] cmp w1, w0 blt .L15 b .L10 .L11: mov w0, 1 str w0, [sp, 28] b .L16 .L17: ldrsw x0, [sp, 28] lsl x0, x0, 2 ldr x1, [sp] add x0, x1, x0 ldr w0, [x0] ldr w1, [sp, 24] mul w0, w1, w0 str w0, [sp, 24] ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L16: ldr w1, [sp, 28] ldr w0, [sp, 12] cmp w1, w0 blt .L17 nop .L10: ldr w0, [sp, 24] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size calculate, .-calculate ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .type foo, %function foo: .LFB0: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 stp x0, x1, [sp] ldr x0, [sp] add x0, x0, 3 ldrb w0, [x0] cmp w0, 100 bne .L2 mov w0, 0 b .L3 .L2: mov w0, 1 .L3: add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size foo, .-foo .section .rodata .align 3 .LC0: .string "abcde" .text .align 2 .global main .type main, %function main: .LFB1: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 56] mov x1, 0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 str x0, [sp, 24] add x0, sp, 48 str x0, [sp, 32] mov w0, 4 str w0, [sp, 40] str wzr, [sp, 20] b .L5 .L6: ldrsw x0, [sp, 20] ldr x1, [sp, 24] add x0, x1, x0 ldrb w2, [x0] ldrsw x0, [sp, 20] add x1, sp, 48 strb w2, [x1, x0] ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 20] .L5: ldr w0, [sp, 20] cmp w0, 5 ble .L6 ldp x0, x1, [sp, 32] bl foo mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 56] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L8 bl __stack_chk_fail .L8: mov w0, w1 ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global IID_IHTMLPrivateWindow .section .rodata .align 3 .type IID_IHTMLPrivateWindow, %object .size IID_IHTMLPrivateWindow, 24 IID_IHTMLPrivateWindow: .xword 810612444 .hword -26443 .hword 4559 .string "\273\202" .string "\252" .ascii "\275\316\013" .zero 4 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global PKEY_Identity_PrimaryEmailAddress .section .rodata .align 3 .type PKEY_Identity_PrimaryEmailAddress, %object .size PKEY_Identity_PrimaryEmailAddress, 24 PKEY_Identity_PrimaryEmailAddress: .xword 4240533539 .hword -17683 .hword 20260 .ascii "\2332\240\230!\027\367\372" .zero 4 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "The value of ptr is : %p %x\n" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str xzr, [sp, 24] ldr x2, [sp, 24] ldr x1, [sp, 24] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf mov w0, 0 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global a .bss .align 3 .type a, %object .size a, 8 a: .zero 8 .text .align 2 .global func .type func, %function func: .LFB0: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, a add x0, x0, :lo12:a ldr x0, [x0] blr x0 str w0, [sp, 28] ldr w0, [sp, 28] ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size func, .-func ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global dx .data .align 3 .type dx, %object .size dx, 32 dx: .word -1 .word 0 .word 1 .word -1 .word 1 .word -1 .word 0 .word 1 .global dy .align 3 .type dy, %object .size dy, 32 dy: .word -1 .word -1 .word -1 .word 0 .word 0 .word 1 .word 1 .word 1 .text .align 2 .global token_exists .type token_exists, %function token_exists: .LFB6: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str x0, [sp, 56] str w1, [sp, 52] str w2, [sp, 48] str w3, [sp, 44] str w4, [sp, 40] str x5, [sp, 32] str w6, [sp, 28] str w7, [sp, 24] ldr w0, [sp, 44] cmp w0, 0 blt .L2 ldr w1, [sp, 52] ldr w0, [sp, 44] cmp w1, w0 ble .L2 ldr w0, [sp, 40] cmp w0, 0 blt .L2 ldr w1, [sp, 48] ldr w0, [sp, 40] cmp w1, w0 bgt .L3 .L2: mov w0, 0 b .L4 .L3: ldrsw x0, [sp, 44] lsl x0, x0, 3 ldr x1, [sp, 56] add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 40] add x0, x1, x0 ldrb w1, [x0] ldrsw x0, [sp, 24] ldr x2, [sp, 32] add x0, x2, x0 ldrb w0, [x0] cmp w1, w0 beq .L5 mov w0, 0 b .L4 .L5: ldr w0, [sp, 28] sub w0, w0, #1 ldr w1, [sp, 24] cmp w1, w0 bne .L6 mov w0, 1 b .L4 .L6: ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] str wzr, [sp, 76] str wzr, [sp, 76] b .L7 .L9: adrp x0, dx add x0, x0, :lo12:dx ldrsw x1, [sp, 76] ldr w1, [x0, x1, lsl 2] ldr w0, [sp, 44] add w2, w1, w0 adrp x0, dy add x0, x0, :lo12:dy ldrsw x1, [sp, 76] ldr w1, [x0, x1, lsl 2] ldr w0, [sp, 40] add w0, w1, w0 ldr w7, [sp, 24] ldr w6, [sp, 28] ldr x5, [sp, 32] mov w4, w0 mov w3, w2 ldr w2, [sp, 48] ldr w1, [sp, 52] ldr x0, [sp, 56] bl token_exists cmp w0, 0 beq .L8 mov w0, 1 b .L4 .L8: ldr w0, [sp, 76] add w0, w0, 1 str w0, [sp, 76] .L7: ldr w0, [sp, 76] cmp w0, 7 ble .L9 mov w0, 0 .L4: ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size token_exists, .-token_exists .section .rodata .align 3 .LC0: .string "URLPM" .align 3 .LC1: .string "XPRET" .align 3 .LC2: .string "GIAET" .align 3 .LC3: .string "XTNZY" .align 3 .LC4: .string "XOQRS" .align 3 .LC5: .string "GIRL" .align 3 .LC6: .string "%d\n" .text .align 2 .global main .type main, %function main: .LFB7: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] mov x0, 40 bl malloc str x0, [sp, 40] ldr x0, [sp, 40] adrp x1, .LC0 add x1, x1, :lo12:.LC0 str x1, [x0] ldr x0, [sp, 40] add x0, x0, 8 adrp x1, .LC1 add x1, x1, :lo12:.LC1 str x1, [x0] ldr x0, [sp, 40] add x0, x0, 16 adrp x1, .LC2 add x1, x1, :lo12:.LC2 str x1, [x0] ldr x0, [sp, 40] add x0, x0, 24 adrp x1, .LC3 add x1, x1, :lo12:.LC3 str x1, [x0] ldr x0, [sp, 40] add x0, x0, 32 adrp x1, .LC4 add x1, x1, :lo12:.LC4 str x1, [x0] mov w7, 0 mov w6, 4 adrp x0, .LC5 add x5, x0, :lo12:.LC5 mov w4, 2 mov w3, 2 mov w2, 5 mov w1, 5 ldr x0, [sp, 40] bl token_exists mov w1, w0 adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl printf mov w0, 0 ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global error .section .rodata .align 3 .type error, %object .size error, 21 error: .string "Can not locate file\n" .global help .align 3 .type help, %object .size help, 112 help: .string "Enter the name of a file and have the contents printed into a new file with their ascii character counterparts\n" .global smash .align 3 .type smash, %object .size smash, 67 smash: .string "Rename your file to something less stupid or literally go to hell\n" .global txt .align 3 .type txt, %object .size txt, 5 txt: .string ".txt" .align 3 .LC0: .string "Enter the name of a file and have the contents printed into a new file with their ascii character counterparts" .align 3 .LC1: .string "Rename your file to something less stupid or literally go to hell" .align 3 .LC2: .string ".txt" .align 3 .LC3: .string "r" .align 3 .LC4: .string "Can not locate file" .align 3 .LC5: .string "a" .align 3 .LC6: .string "w" .align 3 .LC7: .string "%s\n" .align 3 .LC8: .string " 0 1 2 3 4 5 6 7 8 9 A B C D E F 0 1 2 3 4 5 6 7 8 9 A B C D E F\n" .align 3 .LC9: .string "\n%08x : " .align 3 .LC10: .string "%02x " .align 3 .LC11: .string " " .align 3 .LC12: .string "%c " .align 3 .LC13: .string ". " .align 3 .LC14: .string "\n\n" .text .align 2 .global main .type main, %function main: .LFB6: .cfi_startproc stp x29, x30, [sp, -208]! .cfi_def_cfa_offset 208 .cfi_offset 29, -208 .cfi_offset 30, -200 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 200] mov x1, 0 str wzr, [sp, 36] str wzr, [sp, 40] mov w0, -16 str w0, [sp, 44] ldr w0, [sp, 28] cmp w0, 1 bne .L2 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl puts mov w0, 1 b .L17 .L2: ldr x0, [sp, 16] add x0, x0, 8 ldr x0, [x0] bl strlen cmp x0, 100 bls .L4 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl puts mov w0, 9 b .L17 .L4: ldr x0, [sp, 16] add x0, x0, 8 ldr x1, [x0] add x0, sp, 96 bl strcpy add x0, sp, 96 bl strlen mov x1, x0 add x0, sp, 96 add x2, x0, x1 adrp x0, .LC2 add x1, x0, :lo12:.LC2 mov x0, x2 ldr w2, [x1] str w2, [x0] ldrb w1, [x1, 4] strb w1, [x0, 4] ldr x0, [sp, 16] add x0, x0, 8 ldr x2, [x0] adrp x0, .LC3 add x1, x0, :lo12:.LC3 mov x0, x2 bl fopen str x0, [sp, 72] ldr x0, [sp, 72] cmp x0, 0 bne .L5 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl puts mov w0, 1 b .L17 .L5: add x2, sp, 96 adrp x0, .LC5 add x1, x0, :lo12:.LC5 mov x0, x2 bl fopen str x0, [sp, 64] ldr x0, [sp, 64] cmp x0, 0 bne .L6 add x2, sp, 96 adrp x0, .LC6 add x1, x0, :lo12:.LC6 mov x0, x2 bl fopen str x0, [sp, 64] .L6: mov w2, 2 mov x1, 0 ldr x0, [sp, 72] bl fseek ldr x0, [sp, 72] bl ftell str w0, [sp, 60] mov w2, 0 mov x1, 0 ldr x0, [sp, 72] bl fseek ldr x0, [sp, 16] add x0, x0, 8 ldr x0, [x0] mov x2, x0 adrp x0, .LC7 add x1, x0, :lo12:.LC7 ldr x0, [sp, 64] bl fprintf str wzr, [sp, 52] ldr x3, [sp, 64] mov x2, 153 mov x1, 1 adrp x0, .LC8 add x0, x0, :lo12:.LC8 bl fwrite str wzr, [sp, 56] b .L7 .L16: ldr w0, [sp, 40] cmp w0, 16 bne .L8 str wzr, [sp, 40] ldr w0, [sp, 44] and w0, w0, 65535 mov w2, w0 adrp x0, .LC9 add x1, x0, :lo12:.LC9 ldr x0, [sp, 64] bl fprintf str wzr, [sp, 48] b .L9 .L10: ldrsw x0, [sp, 48] add x1, sp, 80 ldrb w0, [x1, x0] mov w2, w0 adrp x0, .LC10 add x1, x0, :lo12:.LC10 ldr x0, [sp, 64] bl fprintf ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] .L9: ldr w0, [sp, 48] cmp w0, 15 ble .L10 ldr x3, [sp, 64] mov x2, 11 mov x1, 1 adrp x0, .LC11 add x0, x0, :lo12:.LC11 bl fwrite str wzr, [sp, 48] b .L11 .L14: ldrsw x0, [sp, 48] add x1, sp, 80 ldrb w0, [x1, x0] cmp w0, 31 bls .L12 ldrsw x0, [sp, 48] add x1, sp, 80 ldrb w0, [x1, x0] mov w2, w0 adrp x0, .LC12 add x1, x0, :lo12:.LC12 ldr x0, [sp, 64] bl fprintf b .L13 .L12: ldr x3, [sp, 64] mov x2, 3 mov x1, 1 adrp x0, .LC13 add x0, x0, :lo12:.LC13 bl fwrite .L13: ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] .L11: ldr w0, [sp, 48] cmp w0, 15 ble .L14 ldr w0, [sp, 52] cmp w0, 0 beq .L8 mov w0, 1 str w0, [sp, 36] .L8: ldr x0, [sp, 72] bl fgetc strb w0, [sp, 35] ldr w1, [sp, 56] ldr w0, [sp, 60] cmp w1, w0 blt .L15 mov w0, 1 str w0, [sp, 52] .L15: ldrsw x0, [sp, 40] add x1, sp, 80 ldrb w2, [sp, 35] strb w2, [x1, x0] ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] ldr w0, [sp, 56] add w0, w0, 1 str w0, [sp, 56] .L7: ldr w0, [sp, 36] cmp w0, 0 beq .L16 ldr x3, [sp, 64] mov x2, 2 mov x1, 1 adrp x0, .LC14 add x0, x0, :lo12:.LC14 bl fwrite ldr x0, [sp, 64] bl fclose ldr x0, [sp, 72] bl fclose mov w0, 0 .L17: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 200] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L18 bl __stack_chk_fail .L18: mov w0, w1 ldp x29, x30, [sp], 208 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "Finding f(a) using Newton's Backward Difference Method\n" .align 3 .LC1: .string "Enter the number of elements in the table: " .align 3 .LC2: .string "%d" .align 3 .LC3: .string "Enter the values for x and f(x): " .align 3 .LC4: .string "x%d f(x%d) = " .align 3 .LC5: .string "%f %f" .align 3 .LC6: .string "Table:" .align 3 .LC7: .string " _____________________________" .align 3 .LC8: .string "f(x)" .align 3 .LC9: .string "x" .align 3 .LC10: .string " | %10s\t| %10s\t|\n" .align 3 .LC11: .string " |-------------|---------------|" .align 3 .LC12: .string "\n | %10.3f\t| %10.3f\t|" .align 3 .LC13: .string "\n -----------------------------" .align 3 .LC14: .string "\nFind f(a) where a = " .align 3 .LC15: .string "%f" .align 3 .LC16: .string "f(%.3f) = %.3f" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc sub sp, sp, #880 .cfi_def_cfa_offset 880 stp x29, x30, [sp] .cfi_offset 29, -880 .cfi_offset 30, -872 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 872] mov x1, 0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl puts adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf add x0, sp, 32 mov x1, x0 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl __isoc99_scanf adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl puts mov w0, 1 str w0, [sp, 36] b .L2 .L3: ldr w2, [sp, 36] ldr w1, [sp, 36] adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf add x1, sp, 72 ldrsw x0, [sp, 36] lsl x0, x0, 2 add x3, x1, x0 add x1, sp, 472 ldrsw x0, [sp, 36] lsl x0, x0, 2 add x0, x1, x0 mov x2, x0 mov x1, x3 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl __isoc99_scanf ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L2: ldr w0, [sp, 32] ldr w1, [sp, 36] cmp w1, w0 ble .L3 adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl puts adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl puts adrp x0, .LC8 add x2, x0, :lo12:.LC8 adrp x0, .LC9 add x1, x0, :lo12:.LC9 adrp x0, .LC10 add x0, x0, :lo12:.LC10 bl printf adrp x0, .LC11 add x0, x0, :lo12:.LC11 bl printf mov w0, 1 str w0, [sp, 40] b .L4 .L5: ldrsw x0, [sp, 40] lsl x0, x0, 2 add x1, sp, 72 ldr s0, [x1, x0] fcvt d2, s0 ldrsw x0, [sp, 40] lsl x0, x0, 2 add x1, sp, 472 ldr s0, [x1, x0] fcvt d0, s0 fmov d1, d0 fmov d0, d2 adrp x0, .LC12 add x0, x0, :lo12:.LC12 bl printf ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L4: ldr w0, [sp, 32] ldr w1, [sp, 40] cmp w1, w0 ble .L5 adrp x0, .LC13 add x0, x0, :lo12:.LC13 bl printf ldr s1, [sp, 80] ldr s0, [sp, 76] fsub s0, s1, s0 str s0, [sp, 64] adrp x0, .LC14 add x0, x0, :lo12:.LC14 bl printf add x0, sp, 28 mov x1, x0 adrp x0, .LC15 add x0, x0, :lo12:.LC15 bl __isoc99_scanf ldr s1, [sp, 28] ldr w0, [sp, 32] sxtw x0, w0 lsl x0, x0, 2 add x1, sp, 72 ldr s0, [x1, x0] fsub s1, s1, s0 ldr s0, [sp, 64] fdiv s0, s1, s0 str s0, [sp, 68] fmov s0, 1.0e+0 str s0, [sp, 44] ldr w0, [sp, 32] sxtw x0, w0 lsl x0, x0, 2 add x1, sp, 472 ldr s0, [x1, x0] str s0, [sp, 48] ldr w0, [sp, 32] str w0, [sp, 52] mov w0, 1 str w0, [sp, 56] b .L6 .L10: ldr w0, [sp, 32] str w0, [sp, 60] b .L7 .L8: ldrsw x0, [sp, 60] lsl x0, x0, 2 add x1, sp, 472 ldr s1, [x1, x0] ldr w0, [sp, 60] sub w0, w0, #1 sxtw x0, w0 lsl x0, x0, 2 add x1, sp, 472 ldr s0, [x1, x0] fsub s0, s1, s0 ldrsw x0, [sp, 60] lsl x0, x0, 2 add x1, sp, 472 str s0, [x1, x0] ldr w0, [sp, 60] sub w0, w0, #1 str w0, [sp, 60] .L7: ldr w0, [sp, 60] cmp w0, 0 bgt .L8 ldr s0, [sp, 56] scvtf s1, s0 ldr s0, [sp, 68] fadd s1, s1, s0 fmov s0, 1.0e+0 fsub s1, s1, s0 ldr s0, [sp, 56] scvtf s0, s0 fdiv s0, s1, s0 ldr s1, [sp, 44] fmul s0, s1, s0 str s0, [sp, 44] ldr w0, [sp, 32] sxtw x0, w0 lsl x0, x0, 2 add x1, sp, 472 ldr s1, [x1, x0] ldr s0, [sp, 44] fmul s0, s1, s0 ldr s1, [sp, 48] fadd s0, s1, s0 str s0, [sp, 48] ldr w0, [sp, 52] sub w0, w0, #1 str w0, [sp, 52] ldr w0, [sp, 56] add w0, w0, 1 str w0, [sp, 56] .L6: ldr w0, [sp, 52] cmp w0, 0 ble .L9 ldr w0, [sp, 32] ldr w1, [sp, 56] cmp w1, w0 blt .L10 .L9: ldr s0, [sp, 28] fcvt d2, s0 ldr s0, [sp, 48] fcvt d0, s0 fmov d1, d0 fmov d0, d2 adrp x0, .LC16 add x0, x0, :lo12:.LC16 bl printf mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 872] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L12 bl __stack_chk_fail .L12: mov w0, w1 ldp x29, x30, [sp] add sp, sp, 880 .cfi_restore 29 .cfi_restore 30 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC1: .string "position is %d and item is %d\n" .align 3 .LC2: .string "Item not found" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 56] mov x1, 0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 add x2, sp, 32 mov x3, x0 ldp x0, x1, [x3] stp x0, x1, [x2] ldr w0, [x3, 16] str w0, [x2, 16] str wzr, [sp, 20] mov w0, 5 str w0, [sp, 24] mov w0, 7 str w0, [sp, 28] b .L2 .L5: ldrsw x0, [sp, 20] lsl x0, x0, 2 add x1, sp, 32 ldr w0, [x1, x0] ldr w1, [sp, 28] cmp w1, w0 bne .L3 ldr w2, [sp, 28] ldr w1, [sp, 20] adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf mov w0, 0 b .L6 .L3: ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 20] .L2: ldr w1, [sp, 20] ldr w0, [sp, 24] cmp w1, w0 blt .L5 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl puts mov w0, 0 .L6: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 56] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L7 bl __stack_chk_fail .L7: mov w0, w1 ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main .section .rodata .align 3 .LC0: .word 1 .word 2 .word 3 .word 4 .word 5 .text ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string ".libs/libnss_nis.so.2" .align 3 .LC1: .string "dlopen(\".libs/libnss_nis.so.2\") failed:\n%s\n" .align 3 .LC2: .string "_nss_nis_getpwnam_r" .align 3 .LC3: .string "dlsym(\"_nss_nis_getpwnam_r\") failed: %s\n" .text .align 2 .global main .type main, %function main: .LFB6: .cfi_startproc sub sp, sp, #2176 .cfi_def_cfa_offset 2176 stp x29, x30, [sp] .cfi_offset 29, -2176 .cfi_offset 30, -2168 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -2160 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 2168] mov x1, 0 str xzr, [sp, 40] mov x0, 2048 str x0, [sp, 48] mov w1, 2 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl dlopen str x0, [sp, 40] ldr x0, [sp, 40] cmp x0, 0 bne .L2 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x19, [x0] bl dlerror mov x2, x0 adrp x0, .LC1 add x1, x0, :lo12:.LC1 mov x0, x19 bl fprintf mov w0, 1 b .L5 .L2: adrp x0, .LC2 add x1, x0, :lo12:.LC2 ldr x0, [sp, 40] bl dlsym str x0, [sp, 56] bl dlerror str x0, [sp, 64] ldr x0, [sp, 64] cmp x0, 0 beq .L4 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] ldr x2, [sp, 64] adrp x0, .LC3 add x1, x0, :lo12:.LC3 mov x0, x3 bl fprintf ldr x0, [sp, 40] bl dlclose mov w0, 1 b .L5 .L4: ldr x0, [sp, 40] bl dlclose mov w0, 0 .L5: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 2168] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L6 bl __stack_chk_fail .L6: mov w0, w1 ldr x19, [sp, 16] ldp x29, x30, [sp] add sp, sp, 2176 .cfi_restore 29 .cfi_restore 30 .cfi_restore 19 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global relax_jacobi .type relax_jacobi, %function relax_jacobi: .LFB0: .cfi_startproc sub sp, sp, #80 .cfi_def_cfa_offset 80 str x0, [sp, 24] str x1, [sp, 16] str w2, [sp, 12] str w3, [sp, 8] str xzr, [sp, 64] mov w0, 8 str w0, [sp, 48] ldr w0, [sp, 48] ldr w1, [sp, 12] udiv w0, w1, w0 str w0, [sp, 52] mov w0, 8 str w0, [sp, 56] ldr w0, [sp, 56] ldr w1, [sp, 8] udiv w0, w1, w0 str w0, [sp, 60] str wzr, [sp, 32] b .L2 .L9: str wzr, [sp, 36] b .L3 .L8: ldr w1, [sp, 32] ldr w0, [sp, 52] mul w0, w1, w0 add w0, w0, 1 str w0, [sp, 40] b .L4 .L7: ldr w1, [sp, 36] ldr w0, [sp, 60] mul w0, w1, w0 add w0, w0, 1 str w0, [sp, 44] b .L5 .L6: ldr w1, [sp, 40] ldr w0, [sp, 8] mul w1, w1, w0 ldr w0, [sp, 44] add w0, w1, w0 sub w0, w0, #1 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 24] add x0, x1, x0 ldr d1, [x0] ldr w1, [sp, 40] ldr w0, [sp, 8] mul w1, w1, w0 ldr w0, [sp, 44] add w0, w1, w0 add w0, w0, 1 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 24] add x0, x1, x0 ldr d0, [x0] fadd d1, d1, d0 ldr w0, [sp, 40] sub w0, w0, #1 mov w1, w0 ldr w0, [sp, 8] mul w1, w1, w0 ldr w0, [sp, 44] add w0, w1, w0 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 24] add x0, x1, x0 ldr d0, [x0] fadd d1, d1, d0 ldr w0, [sp, 40] add w0, w0, 1 mov w1, w0 ldr w0, [sp, 8] mul w1, w1, w0 ldr w0, [sp, 44] add w0, w1, w0 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 24] add x0, x1, x0 ldr d0, [x0] fadd d1, d1, d0 ldr w1, [sp, 40] ldr w0, [sp, 8] mul w1, w1, w0 ldr w0, [sp, 44] add w0, w1, w0 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 fmov d0, 2.5e-1 fmul d0, d1, d0 str d0, [x0] ldr w1, [sp, 40] ldr w0, [sp, 8] mul w1, w1, w0 ldr w0, [sp, 44] add w0, w1, w0 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr d1, [x0] ldr w1, [sp, 40] ldr w0, [sp, 8] mul w1, w1, w0 ldr w0, [sp, 44] add w0, w1, w0 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 24] add x0, x1, x0 ldr d0, [x0] fsub d0, d1, d0 str d0, [sp, 72] ldr d0, [sp, 72] fmul d0, d0, d0 ldr d1, [sp, 64] fadd d0, d1, d0 str d0, [sp, 64] ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L5: ldr w0, [sp, 8] sub w0, w0, #2 ldr w1, [sp, 36] add w2, w1, 1 ldr w1, [sp, 60] mul w1, w2, w1 cmp w0, w1 csel w1, w0, w1, ls ldr w0, [sp, 44] cmp w1, w0 bcs .L6 ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L4: ldr w0, [sp, 12] sub w0, w0, #2 ldr w1, [sp, 32] add w2, w1, 1 ldr w1, [sp, 52] mul w1, w2, w1 cmp w0, w1 csel w1, w0, w1, ls ldr w0, [sp, 40] cmp w1, w0 bcs .L7 ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L3: ldr w1, [sp, 36] ldr w0, [sp, 56] cmp w1, w0 blt .L8 ldr w0, [sp, 32] add w0, w0, 1 str w0, [sp, 32] .L2: ldr w1, [sp, 32] ldr w0, [sp, 48] cmp w1, w0 blt .L9 ldr d0, [sp, 64] add sp, sp, 80 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size relax_jacobi, .-relax_jacobi .align 2 .global relax_redblack .type relax_redblack, %function relax_redblack: .LFB1: .cfi_startproc sub sp, sp, #96 .cfi_def_cfa_offset 96 str x0, [sp, 8] str w1, [sp, 4] str w2, [sp] str xzr, [sp, 72] mov w0, 8 str w0, [sp, 52] ldr w0, [sp, 52] ldr w1, [sp, 4] udiv w0, w1, w0 str w0, [sp, 56] mov w0, 8 str w0, [sp, 60] ldr w0, [sp, 60] ldr w1, [sp] udiv w0, w1, w0 str w0, [sp, 64] str wzr, [sp, 20] b .L12 .L19: ldr w0, [sp, 20] cmp w0, 0 and w0, w0, 1 csneg w0, w0, w0, ge str w0, [sp, 68] ldr w0, [sp, 68] str w0, [sp, 24] b .L13 .L18: ldr w1, [sp, 20] ldr w0, [sp, 56] mul w0, w1, w0 add w0, w0, 1 str w0, [sp, 28] b .L14 .L17: ldr w1, [sp, 24] ldr w0, [sp, 64] mul w0, w1, w0 add w0, w0, 1 str w0, [sp, 32] b .L15 .L16: ldr w1, [sp, 28] ldr w0, [sp] mul w1, w1, w0 ldr w0, [sp, 32] add w0, w1, w0 sub w0, w0, #1 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 8] add x0, x1, x0 ldr d1, [x0] ldr w1, [sp, 28] ldr w0, [sp] mul w1, w1, w0 ldr w0, [sp, 32] add w0, w1, w0 add w0, w0, 1 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 8] add x0, x1, x0 ldr d0, [x0] fadd d1, d1, d0 ldr w0, [sp, 28] sub w0, w0, #1 mov w1, w0 ldr w0, [sp] mul w1, w1, w0 ldr w0, [sp, 32] add w0, w1, w0 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 8] add x0, x1, x0 ldr d0, [x0] fadd d1, d1, d0 ldr w0, [sp, 28] add w0, w0, 1 mov w1, w0 ldr w0, [sp] mul w1, w1, w0 ldr w0, [sp, 32] add w0, w1, w0 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 8] add x0, x1, x0 ldr d0, [x0] fadd d1, d1, d0 fmov d0, 2.5e-1 fmul d0, d1, d0 str d0, [sp, 80] ldr w1, [sp, 28] ldr w0, [sp] mul w1, w1, w0 ldr w0, [sp, 32] add w0, w1, w0 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 8] add x0, x1, x0 ldr d0, [x0] ldr d1, [sp, 80] fsub d0, d1, d0 str d0, [sp, 88] ldr d0, [sp, 88] fmul d0, d0, d0 ldr d1, [sp, 72] fadd d0, d1, d0 str d0, [sp, 72] ldr w1, [sp, 28] ldr w0, [sp] mul w1, w1, w0 ldr w0, [sp, 32] add w0, w1, w0 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 8] add x0, x1, x0 ldr d0, [sp, 80] str d0, [x0] ldr w0, [sp, 32] add w0, w0, 1 str w0, [sp, 32] .L15: ldr w0, [sp] sub w0, w0, #2 ldr w1, [sp, 24] add w2, w1, 1 ldr w1, [sp, 64] mul w1, w2, w1 cmp w0, w1 csel w1, w0, w1, ls ldr w0, [sp, 32] cmp w1, w0 bcs .L16 ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L14: ldr w0, [sp, 4] sub w0, w0, #2 ldr w1, [sp, 20] add w2, w1, 1 ldr w1, [sp, 56] mul w1, w2, w1 cmp w0, w1 csel w1, w0, w1, ls ldr w0, [sp, 28] cmp w1, w0 bcs .L17 ldr w0, [sp, 24] add w0, w0, 2 str w0, [sp, 24] .L13: ldr w1, [sp, 24] ldr w0, [sp, 60] cmp w1, w0 blt .L18 ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 20] .L12: ldr w1, [sp, 20] ldr w0, [sp, 52] cmp w1, w0 blt .L19 str wzr, [sp, 36] b .L20 .L27: ldr w0, [sp, 36] add w0, w0, 1 cmp w0, 0 and w0, w0, 1 csneg w0, w0, w0, ge str w0, [sp, 68] ldr w0, [sp, 68] str w0, [sp, 40] b .L21 .L26: ldr w1, [sp, 36] ldr w0, [sp, 56] mul w0, w1, w0 add w0, w0, 1 str w0, [sp, 44] b .L22 .L25: ldr w1, [sp, 40] ldr w0, [sp, 64] mul w0, w1, w0 add w0, w0, 1 str w0, [sp, 48] b .L23 .L24: ldr w1, [sp, 44] ldr w0, [sp] mul w1, w1, w0 ldr w0, [sp, 48] add w0, w1, w0 sub w0, w0, #1 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 8] add x0, x1, x0 ldr d1, [x0] ldr w1, [sp, 44] ldr w0, [sp] mul w1, w1, w0 ldr w0, [sp, 48] add w0, w1, w0 add w0, w0, 1 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 8] add x0, x1, x0 ldr d0, [x0] fadd d1, d1, d0 ldr w0, [sp, 44] sub w0, w0, #1 mov w1, w0 ldr w0, [sp] mul w1, w1, w0 ldr w0, [sp, 48] add w0, w1, w0 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 8] add x0, x1, x0 ldr d0, [x0] fadd d1, d1, d0 ldr w0, [sp, 44] add w0, w0, 1 mov w1, w0 ldr w0, [sp] mul w1, w1, w0 ldr w0, [sp, 48] add w0, w1, w0 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 8] add x0, x1, x0 ldr d0, [x0] fadd d1, d1, d0 fmov d0, 2.5e-1 fmul d0, d1, d0 str d0, [sp, 80] ldr w1, [sp, 44] ldr w0, [sp] mul w1, w1, w0 ldr w0, [sp, 48] add w0, w1, w0 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 8] add x0, x1, x0 ldr d0, [x0] ldr d1, [sp, 80] fsub d0, d1, d0 str d0, [sp, 88] ldr d0, [sp, 88] fmul d0, d0, d0 ldr d1, [sp, 72] fadd d0, d1, d0 str d0, [sp, 72] ldr w1, [sp, 44] ldr w0, [sp] mul w1, w1, w0 ldr w0, [sp, 48] add w0, w1, w0 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 8] add x0, x1, x0 ldr d0, [sp, 80] str d0, [x0] ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] .L23: ldr w0, [sp] sub w0, w0, #2 ldr w1, [sp, 40] add w2, w1, 1 ldr w1, [sp, 64] mul w1, w2, w1 cmp w0, w1 csel w1, w0, w1, ls ldr w0, [sp, 48] cmp w1, w0 bcs .L24 ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L22: ldr w0, [sp, 4] sub w0, w0, #2 ldr w1, [sp, 36] add w2, w1, 1 ldr w1, [sp, 56] mul w1, w2, w1 cmp w0, w1 csel w1, w0, w1, ls ldr w0, [sp, 44] cmp w1, w0 bcs .L25 ldr w0, [sp, 40] add w0, w0, 2 str w0, [sp, 40] .L21: ldr w1, [sp, 40] ldr w0, [sp, 60] cmp w1, w0 blt .L26 ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L20: ldr w1, [sp, 36] ldr w0, [sp, 52] cmp w1, w0 blt .L27 ldr d0, [sp, 72] add sp, sp, 96 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size relax_redblack, .-relax_redblack .align 2 .global relax_gauss .type relax_gauss, %function relax_gauss: .LFB2: .cfi_startproc sub sp, sp, #80 .cfi_def_cfa_offset 80 str x0, [sp, 8] str w1, [sp, 4] str w2, [sp] str xzr, [sp, 56] mov w0, 8 str w0, [sp, 40] ldr w0, [sp, 40] ldr w1, [sp, 4] udiv w0, w1, w0 str w0, [sp, 44] mov w0, 8 str w0, [sp, 48] ldr w0, [sp, 48] ldr w1, [sp] udiv w0, w1, w0 str w0, [sp, 52] str wzr, [sp, 24] b .L30 .L37: str wzr, [sp, 28] b .L31 .L36: ldr w1, [sp, 24] ldr w0, [sp, 44] mul w0, w1, w0 add w0, w0, 1 str w0, [sp, 32] b .L32 .L35: ldr w1, [sp, 28] ldr w0, [sp, 52] mul w0, w1, w0 add w0, w0, 1 str w0, [sp, 36] b .L33 .L34: ldr w1, [sp, 32] ldr w0, [sp] mul w1, w1, w0 ldr w0, [sp, 36] add w0, w1, w0 sub w0, w0, #1 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 8] add x0, x1, x0 ldr d1, [x0] ldr w1, [sp, 32] ldr w0, [sp] mul w1, w1, w0 ldr w0, [sp, 36] add w0, w1, w0 add w0, w0, 1 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 8] add x0, x1, x0 ldr d0, [x0] fadd d1, d1, d0 ldr w0, [sp, 32] sub w0, w0, #1 mov w1, w0 ldr w0, [sp] mul w1, w1, w0 ldr w0, [sp, 36] add w0, w1, w0 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 8] add x0, x1, x0 ldr d0, [x0] fadd d1, d1, d0 ldr w0, [sp, 32] add w0, w0, 1 mov w1, w0 ldr w0, [sp] mul w1, w1, w0 ldr w0, [sp, 36] add w0, w1, w0 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 8] add x0, x1, x0 ldr d0, [x0] fadd d1, d1, d0 fmov d0, 2.5e-1 fmul d0, d1, d0 str d0, [sp, 64] ldr w1, [sp, 32] ldr w0, [sp] mul w1, w1, w0 ldr w0, [sp, 36] add w0, w1, w0 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 8] add x0, x1, x0 ldr d0, [x0] ldr d1, [sp, 64] fsub d0, d1, d0 str d0, [sp, 72] ldr d0, [sp, 72] fmul d0, d0, d0 ldr d1, [sp, 56] fadd d0, d1, d0 str d0, [sp, 56] ldr w1, [sp, 32] ldr w0, [sp] mul w1, w1, w0 ldr w0, [sp, 36] add w0, w1, w0 uxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 8] add x0, x1, x0 ldr d0, [sp, 64] str d0, [x0] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L33: ldr w0, [sp] sub w0, w0, #2 ldr w1, [sp, 28] add w2, w1, 1 ldr w1, [sp, 52] mul w1, w2, w1 cmp w0, w1 csel w1, w0, w1, ls ldr w0, [sp, 36] cmp w1, w0 bcs .L34 ldr w0, [sp, 32] add w0, w0, 1 str w0, [sp, 32] .L32: ldr w0, [sp, 4] sub w0, w0, #2 ldr w1, [sp, 24] add w2, w1, 1 ldr w1, [sp, 44] mul w1, w2, w1 cmp w0, w1 csel w1, w0, w1, ls ldr w0, [sp, 32] cmp w1, w0 bcs .L35 ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L31: ldr w1, [sp, 28] ldr w0, [sp, 48] cmp w1, w0 blt .L36 ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] .L30: ldr w1, [sp, 24] ldr w0, [sp, 40] cmp w1, w0 blt .L37 ldr d0, [sp, 56] add sp, sp, 80 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE2: .size relax_gauss, .-relax_gauss ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global tab .type tab, %function tab: .LFB6: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str d0, [sp, 8] str wzr, [sp, 28] b .L2 .L3: ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L2: ldr w0, [sp, 28] scvtf d0, w0 ldr d1, [sp, 8] fcmpe d1, d0 bgt .L3 nop nop add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size tab, .-tab .align 2 .global newtonSecondLaw .type newtonSecondLaw, %function newtonSecondLaw: .LFB7: .cfi_startproc sub sp, sp, #48 .cfi_def_cfa_offset 48 str d0, [sp, 8] str d1, [sp] mov x0, 70368744177664 movk x0, 0x408f, lsl 48 fmov d1, x0 ldr d0, [sp] fdiv d0, d0, d1 str d0, [sp, 16] ldr d0, [sp, 16] ldr d1, [sp, 8] fdiv d0, d1, d0 str d0, [sp, 24] fmov d0, 5.0e+0 str d0, [sp, 32] ldr d1, [sp, 32] ldr d0, [sp, 24] fmul d0, d1, d0 str d0, [sp, 40] ldr d0, [sp, 40] add sp, sp, 48 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size newtonSecondLaw, .-newtonSecondLaw .align 2 .global dist .type dist, %function dist: .LFB8: .cfi_startproc stp x29, x30, [sp, -96]! .cfi_def_cfa_offset 96 .cfi_offset 29, -96 .cfi_offset 30, -88 mov x29, sp str d8, [sp, 16] .cfi_offset 72, -80 str d0, [sp, 56] str d1, [sp, 48] str d2, [sp, 40] str d3, [sp, 32] ldr d1, [sp, 48] ldr d0, [sp, 32] fsub d0, d1, d0 str d0, [sp, 48] ldr d0, [sp, 48] adrp x0, .LC0 ldr d1, [x0, #:lo12:.LC0] fmul d0, d0, d1 str d0, [sp, 48] ldr d0, [sp, 56] adrp x0, .LC0 ldr d1, [x0, #:lo12:.LC0] fmul d0, d0, d1 str d0, [sp, 56] ldr d0, [sp, 40] adrp x0, .LC0 ldr d1, [x0, #:lo12:.LC0] fmul d0, d0, d1 str d0, [sp, 40] ldr d0, [sp, 56] bl sin fmov d8, d0 ldr d0, [sp, 40] bl sin fsub d0, d8, d0 str d0, [sp, 72] ldr d0, [sp, 48] bl cos fmov d8, d0 ldr d0, [sp, 56] bl cos fmul d8, d8, d0 ldr d0, [sp, 40] bl cos fsub d0, d8, d0 str d0, [sp, 80] ldr d0, [sp, 48] bl sin fmov d8, d0 ldr d0, [sp, 56] bl cos fmul d0, d8, d0 str d0, [sp, 88] ldr d0, [sp, 80] fmul d1, d0, d0 ldr d0, [sp, 88] fmul d0, d0, d0 fadd d1, d1, d0 ldr d0, [sp, 72] fmul d0, d0, d0 fadd d0, d1, d0 bl sqrt fmov d1, d0 fmov d0, 2.0e+0 fdiv d0, d1, d0 bl asin fadd d0, d0, d0 mov x0, 249589139505152 movk x0, 0x40b8, lsl 48 fmov d1, x0 fmul d0, d0, d1 ldr d8, [sp, 16] ldp x29, x30, [sp], 96 .cfi_restore 30 .cfi_restore 29 .cfi_restore 72 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size dist, .-dist .global launchTH .data .align 2 .type launchTH, %object .size launchTH, 4 launchTH: .word 1108211060 .global launchPH .align 2 .type launchPH, %object .size launchPH, 4 launchPH: .word -1028920522 .global touchDownTH .align 2 .type touchDownTH, %object .size touchDownTH, 4 touchDownTH: .word 1108209566 .global touchDownPH .align 2 .type touchDownPH, %object .size touchDownPH, 4 touchDownPH: .word -1028918477 .section .rodata .align 3 .LC1: .string "The rocket's max velocity will be %.3f V1 m/s\n" .align 3 .LC2: .string "dist: %.3f km (%.3f mi.) %.2f m %.2f ft\n" .text .align 2 .global main .type main, %function main: .LFB9: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp fmov d0, 1.0e+0 bl tab adrp x0, .LC3 ldr d1, [x0, #:lo12:.LC3] mov x0, 4638707616191610880 fmov d0, x0 bl newtonSecondLaw str d0, [sp, 16] ldr d0, [sp, 16] adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf fmov d0, 1.0e+0 bl tab adrp x0, launchTH add x0, x0, :lo12:launchTH ldr s0, [x0] fcvt d4, s0 adrp x0, launchPH add x0, x0, :lo12:launchPH ldr s0, [x0] fcvt d1, s0 adrp x0, touchDownTH add x0, x0, :lo12:touchDownTH ldr s0, [x0] fcvt d2, s0 adrp x0, touchDownPH add x0, x0, :lo12:touchDownPH ldr s0, [x0] fcvt d0, s0 fmov d3, d0 fmov d0, d4 bl dist str d0, [sp, 24] adrp x0, .LC4 ldr d1, [x0, #:lo12:.LC4] ldr d0, [sp, 24] fdiv d1, d0, d1 ldr d0, [sp, 24] mov x0, 70368744177664 movk x0, 0x408f, lsl 48 fmov d2, x0 fmul d2, d0, d2 ldr d0, [sp, 24] mov x0, 70368744177664 movk x0, 0x408f, lsl 48 fmov d3, x0 fmul d0, d0, d3 adrp x0, .LC5 ldr d3, [x0, #:lo12:.LC5] fmul d0, d0, d3 fmov d3, d0 ldr d0, [sp, 24] adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf mov w0, 0 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE9: .size main, .-main .section .rodata .align 3 .LC0: .word -1571627759 .word 1066524486 .align 3 .LC3: .word -721554506 .word 1081891192 .align 3 .LC4: .word 2122332320 .word 1073332191 .align 3 .LC5: .word 302365698 .word 1074413332 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "Enter a value for no 1 : " .align 3 .LC1: .string "%d" .align 3 .LC2: .string "Enter a value for no 2 : " .align 3 .LC3: .string "%d " .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 24] mov x1, 0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf add x0, sp, 16 mov x1, x0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl __isoc99_scanf adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf add x0, sp, 20 mov x1, x0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl __isoc99_scanf ldr w0, [sp, 16] ldr w1, [sp, 20] bl minimum mov w1, w0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf ldr w0, [sp, 16] ldr w1, [sp, 20] bl maximum mov w1, w0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf ldr w0, [sp, 16] ldr w1, [sp, 20] bl multiply mov w1, w0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 24] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L3 bl __stack_chk_fail .L3: mov w0, w1 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main .align 2 .global maximum .type maximum, %function maximum: .LFB1: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str w0, [sp, 12] str w1, [sp, 8] str wzr, [sp, 28] ldr w1, [sp, 12] ldr w0, [sp, 8] cmp w1, w0 ble .L5 ldr w0, [sp, 12] str w0, [sp, 28] .L5: ldr w1, [sp, 12] ldr w0, [sp, 8] cmp w1, w0 bge .L6 ldr w0, [sp, 8] str w0, [sp, 28] .L6: ldr w0, [sp, 28] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size maximum, .-maximum .align 2 .global minimum .type minimum, %function minimum: .LFB2: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str w0, [sp, 12] str w1, [sp, 8] str wzr, [sp, 28] ldr w1, [sp, 12] ldr w0, [sp, 8] cmp w1, w0 ble .L9 ldr w0, [sp, 8] str w0, [sp, 28] .L9: ldr w1, [sp, 12] ldr w0, [sp, 8] cmp w1, w0 bge .L10 ldr w0, [sp, 12] str w0, [sp, 28] .L10: ldr w0, [sp, 28] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE2: .size minimum, .-minimum .align 2 .global multiply .type multiply, %function multiply: .LFB3: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, 12] str w1, [sp, 8] ldr w1, [sp, 12] ldr w0, [sp, 8] mul w0, w1, w0 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE3: .size multiply, .-multiply ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global a .bss .align 3 .type a, %object .size a, 12 a: .zero 12 .text .align 2 .global foo .type foo, %function foo: .LFB0: .cfi_startproc adrp x0, a add x0, x0, :lo12:a mov w1, 1 str w1, [x0] adrp x0, a add x0, x0, :lo12:a str wzr, [x0, 4] adrp x0, a add x0, x0, :lo12:a mov w1, 1 str w1, [x0, 8] adrp x0, a add x0, x0, :lo12:a ldr w1, [x0] adrp x0, a add x0, x0, :lo12:a ldr w0, [x0, 4] add w0, w1, w0 ret .cfi_endproc .LFE0: .size foo, .-foo ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global p .bss .align 3 .type p, %object .size p, 112 p: .zero 112 .global task_num .align 2 .type task_num, %object .size task_num, 4 task_num: .zero 4 .section .rodata .align 3 .LC0: .string "\t\t\t\t--------------------------" .align 3 .LC1: .string "\t\t\t\t|-----Scheduler program-----|" .align 3 .LC2: .string "\t\t\t\t---------------------------" .align 3 .LC3: .string "%% " .align 3 .LC4: .string "start" .align 3 .LC5: .string "tasks" .align 3 .LC6: .string "add" .align 3 .LC7: .string "delete" .align 3 .LC8: .string "exit" .align 3 .LC9: .string "clear" .text .align 2 .global main .type main, %function main: .LFB6: .cfi_startproc stp x29, x30, [sp, -144]! .cfi_def_cfa_offset 144 .cfi_offset 29, -144 .cfi_offset 30, -136 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 136] mov x1, 0 bl file_exist ldr x1, [sp, 24] ldr x0, [sp, 16] bl weekly_reset ldr x0, [sp, 16] bl tasknum mov w0, 10 bl putchar adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl puts adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl puts adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl puts mov w0, 10 bl putchar adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf b .L2 .L10: ldr x0, [sp, 16] bl tasknum add x0, sp, 32 bl strlen cmp x0, 11 cset w0, eq and w0, w0, 255 sxtw x0, w0 add x1, sp, 32 ldrb w0, [x1, x0] cmp w0, 0 beq .L3 add x0, sp, 32 bl strlen sub x0, x0, #1 add x1, sp, 32 strb wzr, [x1, x0] .L3: add x2, sp, 32 adrp x0, .LC4 add x1, x0, :lo12:.LC4 mov x0, x2 bl strcmp cmp w0, 0 bne .L4 ldr x1, [sp, 24] ldr x0, [sp, 16] bl start b .L5 .L4: add x2, sp, 32 adrp x0, .LC5 add x1, x0, :lo12:.LC5 mov x0, x2 bl strcmp cmp w0, 0 bne .L6 ldr x0, [sp, 16] bl view_tasks b .L5 .L6: add x2, sp, 32 adrp x0, .LC6 add x1, x0, :lo12:.LC6 mov x0, x2 bl strcmp cmp w0, 0 bne .L7 ldr x1, [sp, 24] ldr x0, [sp, 16] bl add_task b .L5 .L7: add x2, sp, 32 adrp x0, .LC7 add x1, x0, :lo12:.LC7 mov x0, x2 bl strcmp cmp w0, 0 bne .L8 ldr x1, [sp, 24] ldr x0, [sp, 16] bl delete_task b .L5 .L8: add x2, sp, 32 adrp x0, .LC8 add x1, x0, :lo12:.LC8 mov x0, x2 bl strcmp cmp w0, 0 bne .L9 mov w0, 0 bl exit .L9: add x2, sp, 32 adrp x0, .LC9 add x1, x0, :lo12:.LC9 mov x0, x2 bl strcmp cmp w0, 0 bne .L5 bl clear .L5: adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf .L2: adrp x0, :got:stdin ldr x0, [x0, #:got_lo12:stdin] ldr x1, [x0] add x0, sp, 32 mov x2, x1 mov w1, 100 bl fgets cmp x0, 0 bne .L10 mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 136] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L12 bl __stack_chk_fail .L12: mov w0, w1 ldp x29, x30, [sp], 144 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size main, .-main .section .rodata .align 3 .LC10: .string "structure.txt" .align 3 .LC11: .string "w+" .text .align 2 .global file_exist .type file_exist, %function file_exist: .LFB7: .cfi_startproc stp x29, x30, [sp, -160]! .cfi_def_cfa_offset 160 .cfi_offset 29, -160 .cfi_offset 30, -152 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 152] mov x1, 0 add x0, sp, 24 mov x1, x0 adrp x0, .LC10 add x0, x0, :lo12:.LC10 bl stat cmp w0, 0 bge .L16 adrp x0, .LC11 add x1, x0, :lo12:.LC11 adrp x0, .LC10 add x0, x0, :lo12:.LC10 bl fopen str x0, [sp, 16] ldr x0, [sp, 16] bl fclose .L16: nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 152] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L15 bl __stack_chk_fail .L15: ldp x29, x30, [sp], 160 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size file_exist, .-file_exist .section .rodata .align 3 .LC12: .string "%A" .align 3 .LC13: .string "Monday" .align 3 .LC14: .string "r+" .align 3 .LC16: .string "fwrite" .text .align 2 .global weekly_reset .type weekly_reset, %function weekly_reset: .LFB8: .cfi_startproc stp x29, x30, [sp, -128]! .cfi_def_cfa_offset 128 .cfi_offset 29, -128 .cfi_offset 30, -120 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 120] mov x1, 0 mov x0, 0 bl time str x0, [sp, 48] add x0, sp, 48 bl localtime str x0, [sp, 56] add x4, sp, 88 ldr x3, [sp, 56] adrp x0, .LC12 add x2, x0, :lo12:.LC12 mov x1, 32 mov x0, x4 bl strftime str x0, [sp, 64] ldr x0, [sp, 64] add x1, sp, 88 strb wzr, [x1, x0] add x2, sp, 88 adrp x0, .LC13 add x1, x0, :lo12:.LC13 mov x0, x2 bl strcmp cmp w0, 0 bne .L18 adrp x0, .LC14 add x1, x0, :lo12:.LC14 adrp x0, .LC10 add x0, x0, :lo12:.LC10 bl fopen str x0, [sp, 24] adrp x0, .LC15 add x1, x0, :lo12:.LC15 add x0, sp, 72 ldr x2, [x1] str x2, [x0] ldr x1, [x1, 7] str x1, [x0, 7] add x0, sp, 72 bl make_temp str w0, [sp, 44] adrp x0, .LC14 add x1, x0, :lo12:.LC14 ldr w0, [sp, 44] bl fdopen str x0, [sp, 16] b .L19 .L20: adrp x0, p add x0, x0, :lo12:p str xzr, [x0, 104] ldr x3, [sp, 16] mov x2, 1 mov x1, 112 adrp x0, p add x0, x0, :lo12:p bl fwrite cmp x0, 0 bne .L19 adrp x0, .LC16 add x0, x0, :lo12:.LC16 bl perror .L19: ldr x3, [sp, 24] mov x2, 1 mov x1, 112 adrp x0, p add x0, x0, :lo12:p bl fread cmp x0, 0 bne .L20 ldr x0, [sp, 16] bl rewind ldr x0, [sp, 24] bl rewind b .L21 .L22: ldr x3, [sp, 24] mov x2, 1 mov x1, 112 adrp x0, p add x0, x0, :lo12:p bl fwrite cmp x0, 0 bne .L21 adrp x0, .LC16 add x0, x0, :lo12:.LC16 bl perror .L21: ldr x3, [sp, 16] mov x2, 1 mov x1, 112 adrp x0, p add x0, x0, :lo12:p bl fread cmp x0, 0 bne .L22 ldr x0, [sp, 24] bl fclose ldr x0, [sp, 16] bl fclose ldr w0, [sp, 44] bl close add x0, sp, 72 bl unlink .L18: ldr x0, [sp, 24] bl tasknum nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 120] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L23 bl __stack_chk_fail .L23: ldp x29, x30, [sp], 128 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size weekly_reset, .-weekly_reset .section .rodata .align 3 .LC15: .string "/tmp/dirXXXXXX" .text .section .rodata .align 3 .LC17: .string "\tName: " .align 3 .LC18: .string "fgets" .text .align 2 .global delete_task .type delete_task, %function delete_task: .LFB9: .cfi_startproc stp x29, x30, [sp, -176]! .cfi_def_cfa_offset 176 .cfi_offset 29, -176 .cfi_offset 30, -168 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 168] mov x1, 0 adrp x0, .LC17 add x0, x0, :lo12:.LC17 bl printf adrp x0, :got:stdin ldr x0, [x0, #:got_lo12:stdin] ldr x1, [x0] add x0, sp, 64 mov x2, x1 mov w1, 100 bl fgets cmp x0, 0 bne .L25 adrp x0, .LC18 add x0, x0, :lo12:.LC18 bl perror .L25: add x0, sp, 64 bl strlen sub x0, x0, #1 add x1, sp, 64 ldrb w0, [x1, x0] cmp w0, 10 bne .L26 add x0, sp, 64 bl strlen sub x0, x0, #1 add x1, sp, 64 strb wzr, [x1, x0] .L26: adrp x0, .LC14 add x1, x0, :lo12:.LC14 adrp x0, .LC10 add x0, x0, :lo12:.LC10 bl fopen str x0, [sp, 24] adrp x0, .LC15 add x1, x0, :lo12:.LC15 add x0, sp, 48 ldr x2, [x1] str x2, [x0] ldr x1, [x1, 7] str x1, [x0, 7] add x0, sp, 48 bl make_temp str w0, [sp, 44] adrp x0, .LC14 add x1, x0, :lo12:.LC14 ldr w0, [sp, 44] bl fdopen str x0, [sp, 16] b .L27 .L28: add x2, sp, 64 adrp x0, p add x1, x0, :lo12:p mov x0, x2 bl strcmp cmp w0, 0 beq .L27 ldr x3, [sp, 16] mov x2, 1 mov x1, 112 adrp x0, p add x0, x0, :lo12:p bl fwrite cmp x0, 0 bne .L27 adrp x0, .LC16 add x0, x0, :lo12:.LC16 bl perror .L27: ldr x3, [sp, 24] mov x2, 1 mov x1, 112 adrp x0, p add x0, x0, :lo12:p bl fread cmp x0, 0 bne .L28 ldr x0, [sp, 24] bl fclose adrp x0, .LC11 add x1, x0, :lo12:.LC11 adrp x0, .LC10 add x0, x0, :lo12:.LC10 bl fopen str x0, [sp, 24] ldr x0, [sp, 16] bl rewind b .L29 .L30: ldr x3, [sp, 24] mov x2, 1 mov x1, 112 adrp x0, p add x0, x0, :lo12:p bl fwrite cmp x0, 0 bne .L29 adrp x0, .LC16 add x0, x0, :lo12:.LC16 bl perror .L29: ldr x3, [sp, 16] mov x2, 1 mov x1, 112 adrp x0, p add x0, x0, :lo12:p bl fread cmp x0, 0 bne .L30 ldr x0, [sp, 24] bl fclose ldr x0, [sp, 16] bl fclose ldr w0, [sp, 44] bl close add x0, sp, 48 bl unlink nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 168] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L31 bl __stack_chk_fail .L31: ldp x29, x30, [sp], 176 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE9: .size delete_task, .-delete_task .section .rodata .align 3 .LC19: .string "a" .text .align 2 .global add_task .type add_task, %function add_task: .LFB10: .cfi_startproc stp x29, x30, [sp, -144]! .cfi_def_cfa_offset 144 .cfi_offset 29, -144 .cfi_offset 30, -136 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 136] mov x1, 0 adrp x0, .LC17 add x0, x0, :lo12:.LC17 bl printf adrp x0, :got:stdin ldr x0, [x0, #:got_lo12:stdin] ldr x1, [x0] add x0, sp, 32 mov x2, x1 mov w1, 100 bl fgets cmp x0, 0 bne .L33 adrp x0, .LC18 add x0, x0, :lo12:.LC18 bl perror .L33: add x0, sp, 32 bl strlen sub x0, x0, #1 add x1, sp, 32 ldrb w0, [x1, x0] cmp w0, 10 bne .L34 add x0, sp, 32 bl strlen sub x0, x0, #1 add x1, sp, 32 strb wzr, [x1, x0] .L34: add x0, sp, 32 mov x1, x0 adrp x0, p add x0, x0, :lo12:p bl strcpy adrp x0, p add x0, x0, :lo12:p mov x1, 1 str x1, [x0, 104] adrp x0, .LC19 add x1, x0, :lo12:.LC19 adrp x0, .LC10 add x0, x0, :lo12:.LC10 bl fopen str x0, [sp, 24] ldr x3, [sp, 24] mov x2, 1 mov x1, 112 adrp x0, p add x0, x0, :lo12:p bl fwrite cmp x0, 0 bne .L35 adrp x0, .LC16 add x0, x0, :lo12:.LC16 bl perror .L35: ldr x0, [sp, 24] bl fclose ldr x0, [sp, 16] bl tasknum nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 136] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L36 bl __stack_chk_fail .L36: ldp x29, x30, [sp], 144 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE10: .size add_task, .-add_task .section .rodata .align 3 .LC20: .string "r" .text .align 2 .global tasknum .type tasknum, %function tasknum: .LFB11: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] adrp x0, task_num add x0, x0, :lo12:task_num str wzr, [x0] adrp x0, .LC20 add x1, x0, :lo12:.LC20 adrp x0, .LC10 add x0, x0, :lo12:.LC10 bl fopen str x0, [sp, 24] b .L38 .L39: adrp x0, task_num add x0, x0, :lo12:task_num ldr w0, [x0] add w1, w0, 1 adrp x0, task_num add x0, x0, :lo12:task_num str w1, [x0] .L38: ldr x3, [sp, 24] mov x2, 1 mov x1, 112 adrp x0, p add x0, x0, :lo12:p bl fread cmp x0, 0 bne .L39 ldr x0, [sp, 24] bl fclose nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE11: .size tasknum, .-tasknum .section .rodata .align 3 .LC21: .string "\t-----------------------------" .align 3 .LC22: .string "\t|%d-%s & %ldh.%ldm.%lds|\n" .align 3 .LC23: .string "\t----------------------------" .text .align 2 .global view_tasks .type view_tasks, %function view_tasks: .LFB12: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str x0, [sp, 24] mov w0, 1 str w0, [sp, 44] str xzr, [sp, 48] ldr x0, [sp, 48] str x0, [sp, 56] ldr x0, [sp, 56] str x0, [sp, 64] ldr x0, [sp, 64] str x0, [sp, 72] adrp x0, .LC20 add x1, x0, :lo12:.LC20 adrp x0, .LC10 add x0, x0, :lo12:.LC10 bl fopen str x0, [sp, 24] adrp x0, .LC21 add x0, x0, :lo12:.LC21 bl puts b .L41 .L42: adrp x0, p add x0, x0, :lo12:p ldr x0, [x0, 104] lsr x1, x0, 4 mov x0, 28545 movk x0, 0x4d5e, lsl 16 movk x0, 0x2b3c, lsl 32 movk x0, 0x91a, lsl 48 umulh x0, x1, x0 lsr x0, x0, 3 str x0, [sp, 72] adrp x0, p add x0, x0, :lo12:p ldr x2, [x0, 104] lsr x1, x2, 4 mov x0, 28545 movk x0, 0x4d5e, lsl 16 movk x0, 0x2b3c, lsl 32 movk x0, 0x91a, lsl 48 umulh x0, x1, x0 lsr x1, x0, 3 mov x0, x1 lsl x0, x0, 3 sub x0, x0, x1 lsl x0, x0, 5 add x0, x0, x1 lsl x0, x0, 4 sub x1, x2, x0 str x1, [sp, 64] ldr x0, [sp, 64] mov x1, -8608480567731124088 movk x1, 0x8889, lsl 0 smulh x1, x0, x1 add x1, x1, x0 asr x1, x1, 5 asr x0, x0, 63 sub x0, x1, x0 str x0, [sp, 56] ldr x1, [sp, 64] mov x0, -8608480567731124088 movk x0, 0x8889, lsl 0 smulh x0, x1, x0 add x0, x0, x1 asr x2, x0, 5 asr x0, x1, 63 sub x2, x2, x0 mov x0, x2 lsl x0, x0, 4 sub x0, x0, x2 lsl x0, x0, 2 sub x0, x1, x0 str x0, [sp, 48] ldr w0, [sp, 44] add w1, w0, 1 str w1, [sp, 44] ldr x5, [sp, 48] ldr x4, [sp, 56] ldr x3, [sp, 72] adrp x1, p add x2, x1, :lo12:p mov w1, w0 adrp x0, .LC22 add x0, x0, :lo12:.LC22 bl printf str xzr, [sp, 48] ldr x0, [sp, 48] str x0, [sp, 56] ldr x0, [sp, 56] str x0, [sp, 64] ldr x0, [sp, 64] str x0, [sp, 72] .L41: ldr x3, [sp, 24] mov x2, 1 mov x1, 112 adrp x0, p add x0, x0, :lo12:p bl fread cmp x0, 0 bne .L42 adrp x0, .LC23 add x0, x0, :lo12:.LC23 bl puts mov w0, 10 bl putchar ldr x0, [sp, 24] bl fclose nop ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE12: .size view_tasks, .-view_tasks .section .rodata .align 3 .LC24: .string "cant create temp file" .align 3 .LC25: .string "file doesnt exist" .align 3 .LC26: .string "stat failed" .text .align 2 .global make_temp .type make_temp, %function make_temp: .LFB13: .cfi_startproc stp x29, x30, [sp, -176]! .cfi_def_cfa_offset 176 .cfi_offset 29, -176 .cfi_offset 30, -168 mov x29, sp str x0, [sp, 24] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 168] mov x1, 0 ldr x0, [sp, 24] bl mkstemp str w0, [sp, 36] ldr w0, [sp, 36] cmp w0, 0 bge .L44 adrp x0, .LC24 add x0, x0, :lo12:.LC24 bl perror .L44: add x0, sp, 40 mov x1, x0 ldr x0, [sp, 24] bl stat cmp w0, 0 bge .L45 bl __errno_location ldr w0, [x0] cmp w0, 2 bne .L46 adrp x0, .LC25 add x0, x0, :lo12:.LC25 bl puts b .L47 .L46: adrp x0, .LC26 add x0, x0, :lo12:.LC26 bl perror b .L47 .L45: ldr w0, [sp, 36] mov w1, w0 b .L43 .L47: .L43: adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 168] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L49 bl __stack_chk_fail .L49: mov w0, w1 ldp x29, x30, [sp], 176 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE13: .size make_temp, .-make_temp .section .rodata .align 3 .LC27: .string "fopen" .align 3 .LC28: .string "_________________________________________________________________________" .align 3 .LC29: .string "start: %s?" .align 3 .LC30: .string " %c" .align 3 .LC31: .string "finish %s?:" .text .align 2 .global start .type start, %function start: .LFB14: .cfi_startproc stp x29, x30, [sp, -224]! .cfi_def_cfa_offset 224 .cfi_offset 29, -224 .cfi_offset 30, -216 mov x29, sp .cfi_def_cfa_register 29 stp x19, x20, [sp, 16] sub sp, sp, #16 .cfi_offset 19, -208 .cfi_offset 20, -200 str x0, [x29, 40] str x1, [x29, 32] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [x29, 216] mov x1, 0 mov x0, sp mov x20, x0 str wzr, [x29, 84] add x0, x29, 144 movi v0.4s, 0 stp q0, q0, [x0] str q0, [x0, 32] fmov x1, d0 str x1, [x0, 48] adrp x0, task_num add x0, x0, :lo12:task_num ldr w0, [x0] sxtw x1, w0 sub x1, x1, #1 str x1, [x29, 104] sxtw x1, w0 mov x8, x1 mov x9, 0 lsr x1, x8, 59 lsl x5, x9, 5 orr x5, x1, x5 lsl x4, x8, 5 sxtw x1, w0 mov x6, x1 mov x7, 0 lsr x1, x6, 59 lsl x3, x7, 5 orr x3, x1, x3 lsl x2, x6, 5 sxtw x0, w0 lsl x0, x0, 2 add x0, x0, 15 lsr x0, x0, 4 lsl x0, x0, 4 and x1, x0, -65536 sub x1, sp, x1 .L51: cmp sp, x1 beq .L52 sub sp, sp, #65536 str xzr, [sp, 1024] b .L51 .L52: and x1, x0, 65535 sub sp, sp, x1 str xzr, [sp] and x0, x0, 65535 cmp x0, 1024 bcc .L53 str xzr, [sp, 1024] .L53: add x0, sp, 16 add x0, x0, 3 lsr x0, x0, 2 lsl x0, x0, 2 str x0, [x29, 112] adrp x0, task_num add x0, x0, :lo12:task_num ldr w1, [x0] ldr x0, [x29, 112] sxtw x1, w1 str wzr, [x0, x1, lsl 2] str wzr, [x29, 72] ldr w0, [x29, 72] str w0, [x29, 68] ldr w0, [x29, 68] str w0, [x29, 64] str wzr, [x29, 152] str wzr, [x29, 148] str wzr, [x29, 144] mov w0, 100 str w0, [x29, 164] str wzr, [x29, 160] mov w0, 1 str w0, [x29, 156] adrp x0, .LC14 add x1, x0, :lo12:.LC14 adrp x0, .LC10 add x0, x0, :lo12:.LC10 bl fopen str x0, [x29, 40] ldr x0, [x29, 40] cmp x0, 0 bne .L54 adrp x0, .LC27 add x0, x0, :lo12:.LC27 bl perror .L54: ldr x0, [x29, 120] bl tasknum adrp x0, .LC15 add x1, x0, :lo12:.LC15 add x0, x29, 200 ldr x2, [x1] str x2, [x0] ldr x1, [x1, 7] str x1, [x0, 7] add x0, x29, 200 bl make_temp str w0, [x29, 88] adrp x0, .LC14 add x1, x0, :lo12:.LC14 ldr w0, [x29, 88] bl fdopen str x0, [x29, 32] adrp x0, .LC28 add x0, x0, :lo12:.LC28 bl puts b .L55 .L57: mov w0, 10 bl putchar adrp x0, p add x1, x0, :lo12:p adrp x0, .LC29 add x0, x0, :lo12:.LC29 bl printf add x0, x29, 62 mov x1, x0 adrp x0, .LC30 add x0, x0, :lo12:.LC30 bl __isoc99_scanf ldrb w0, [x29, 62] cmp w0, 110 bne .L56 ldr x3, [x29, 32] mov x2, 1 mov x1, 112 adrp x0, p add x0, x0, :lo12:p bl fwrite cmp x0, 0 bne .L55 adrp x0, .LC16 add x0, x0, :lo12:.LC16 bl perror b .L55 .L56: ldrb w0, [x29, 62] cmp w0, 121 bne .L55 add x0, x29, 96 bl time ldr x19, [x29, 96] add x0, x29, 144 bl mktime mov x1, x0 mov x0, x19 bl difftime fcvtzu d0, d0 str d0, [x29, 128] adrp x0, p add x1, x0, :lo12:p adrp x0, .LC31 add x0, x0, :lo12:.LC31 bl printf add x0, x29, 63 mov x1, x0 adrp x0, .LC30 add x0, x0, :lo12:.LC30 bl __isoc99_scanf ldrb w0, [x29, 63] cmp w0, 121 bne .L55 add x0, x29, 96 bl time ldr x19, [x29, 96] add x0, x29, 144 bl mktime mov x1, x0 mov x0, x19 bl difftime fcvtzu d0, d0 str d0, [x29, 136] adrp x0, p add x0, x0, :lo12:p ldr x1, [x0, 104] ldr x2, [x29, 136] ldr x0, [x29, 128] sub x0, x2, x0 add x1, x1, x0 adrp x0, p add x0, x0, :lo12:p str x1, [x0, 104] ldr x3, [x29, 32] mov x2, 1 mov x1, 112 adrp x0, p add x0, x0, :lo12:p bl fwrite cmp x0, 0 bne .L55 adrp x0, .LC16 add x0, x0, :lo12:.LC16 bl perror .L55: ldr x3, [x29, 40] mov x2, 1 mov x1, 112 adrp x0, p add x0, x0, :lo12:p bl fread cmp x0, 0 bne .L57 mov w0, 10 bl putchar ldr x0, [x29, 40] bl rewind ldr x0, [x29, 32] bl rewind b .L58 .L59: adrp x0, p add x0, x0, :lo12:p ldr x0, [x0, 104] mov w2, w0 ldr x0, [x29, 112] ldrsw x1, [x29, 64] str w2, [x0, x1, lsl 2] ldr w0, [x29, 64] add w0, w0, 1 str w0, [x29, 64] .L58: ldr x3, [x29, 32] mov x2, 1 mov x1, 112 adrp x0, p add x0, x0, :lo12:p bl fread cmp x0, 0 bne .L59 adrp x0, task_num add x0, x0, :lo12:task_num ldr w0, [x0] cmp w0, 1 ble .L69 mov w0, 1 str w0, [x29, 76] b .L61 .L65: ldr x0, [x29, 112] ldrsw x1, [x29, 76] ldr w0, [x0, x1, lsl 2] str w0, [x29, 92] ldr w0, [x29, 76] sub w0, w0, #1 str w0, [x29, 80] b .L62 .L64: ldr w0, [x29, 80] add w3, w0, 1 ldr x0, [x29, 112] ldrsw x1, [x29, 80] ldr w2, [x0, x1, lsl 2] ldr x0, [x29, 112] sxtw x1, w3 str w2, [x0, x1, lsl 2] ldr w0, [x29, 80] sub w0, w0, #1 str w0, [x29, 80] .L62: ldr w0, [x29, 80] cmp w0, 0 blt .L63 ldr x0, [x29, 112] ldrsw x1, [x29, 80] ldr w0, [x0, x1, lsl 2] ldr w1, [x29, 92] cmp w1, w0 blt .L64 .L63: ldr w0, [x29, 80] add w1, w0, 1 ldr x0, [x29, 112] sxtw x1, w1 ldr w2, [x29, 92] str w2, [x0, x1, lsl 2] ldr w0, [x29, 76] add w0, w0, 1 str w0, [x29, 76] .L61: adrp x0, task_num add x0, x0, :lo12:task_num ldr w0, [x0] ldr w1, [x29, 76] cmp w1, w0 blt .L65 .L69: ldr x0, [x29, 32] bl rewind b .L66 .L68: adrp x0, p add x0, x0, :lo12:p ldr x1, [x0, 104] ldr x0, [x29, 112] ldrsw x2, [x29, 68] ldr w0, [x0, x2, lsl 2] sxtw x0, w0 cmp x1, x0 bne .L66 ldr w0, [x29, 68] add w0, w0, 1 str w0, [x29, 68] ldr x3, [x29, 40] mov x2, 1 mov x1, 112 adrp x0, p add x0, x0, :lo12:p bl fwrite cmp x0, 0 bne .L67 adrp x0, .LC16 add x0, x0, :lo12:.LC16 bl perror .L67: ldr w0, [x29, 72] add w0, w0, 1 str w0, [x29, 72] .L66: ldr x3, [x29, 32] mov x2, 1 mov x1, 112 adrp x0, p add x0, x0, :lo12:p bl fread cmp x0, 0 bne .L68 adrp x0, task_num add x0, x0, :lo12:task_num ldr w0, [x0] ldr w1, [x29, 72] cmp w1, w0 bne .L69 ldr x0, [x29, 40] bl fclose ldr x0, [x29, 32] bl fclose ldr w0, [x29, 88] bl close add x0, x29, 200 bl unlink mov sp, x20 nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [x29, 216] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L70 bl __stack_chk_fail .L70: mov sp, x29 ldp x19, x20, [sp, 16] ldp x29, x30, [sp], 224 .cfi_restore 30 .cfi_restore 29 .cfi_restore 19 .cfi_restore 20 .cfi_def_cfa 31, 0 ret .cfi_endproc .LFE14: .size start, .-start .section .rodata .align 3 .LC32: .string "./clear.sh" .string "" .align 3 .LC33: .string "fork" .align 3 .LC34: .string "couldn't execute" .align 3 .LC35: .string "waitpid error" .text .align 2 .global clear .type clear, %function clear: .LFB15: .cfi_startproc stp x29, x30, [sp, -144]! .cfi_def_cfa_offset 144 .cfi_offset 29, -144 .cfi_offset 30, -136 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 136] mov x1, 0 add x2, sp, 32 adrp x0, .LC32 add x1, x0, :lo12:.LC32 mov x0, x2 ldr x2, [x1] str x2, [x0] ldr w1, [x1, 7] str w1, [x0, 7] bl fork str w0, [sp, 28] ldr w0, [sp, 28] cmp w0, 0 bge .L72 adrp x0, .LC33 add x0, x0, :lo12:.LC33 bl perror b .L73 .L72: ldr w0, [sp, 28] cmp w0, 0 bne .L73 add x1, sp, 32 add x0, sp, 32 mov x2, 0 bl execlp adrp x0, .LC34 add x0, x0, :lo12:.LC34 bl perror .L73: add x0, sp, 24 mov w2, 0 mov x1, x0 ldr w0, [sp, 28] bl waitpid str w0, [sp, 28] ldr w0, [sp, 28] cmp w0, 0 bge .L74 adrp x0, .LC35 add x0, x0, :lo12:.LC35 bl perror .L74: mov w0, 10 bl putchar adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl puts adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl puts adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl puts mov w0, 10 bl putchar nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 136] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L75 bl __stack_chk_fail .L75: ldp x29, x30, [sp], 144 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE15: .size clear, .-clear ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global palindrome .type palindrome, %function palindrome: .LFB0: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str w0, [sp, 28] str wzr, [sp, 40] ldr w0, [sp, 28] cmp w0, 0 beq .L2 ldr w1, [sp, 44] mov w0, 26215 movk w0, 0x6666, lsl 16 smull x0, w1, w0 lsr x0, x0, 32 asr w2, w0, 2 asr w0, w1, 31 sub w2, w2, w0 mov w0, w2 lsl w0, w0, 2 add w0, w0, w2 lsl w0, w0, 1 sub w0, w1, w0 str w0, [sp, 44] ldr w1, [sp, 40] mov w0, w1 lsl w0, w0, 2 add w0, w0, w1 lsl w0, w0, 1 mov w1, w0 ldr w0, [sp, 44] add w0, w0, w1 str w0, [sp, 40] ldr w0, [sp, 28] mov w1, 26215 movk w1, 0x6666, lsl 16 smull x1, w0, w1 lsr x1, x1, 32 asr w1, w1, 2 asr w0, w0, 31 sub w0, w1, w0 bl palindrome .L2: ldr w0, [sp, 40] ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size palindrome, .-palindrome .section .rodata .align 3 .LC0: .string "Enter something to check whether it is palindrome or not: " .align 3 .LC1: .string "%d" .align 3 .LC2: .string "The value is palindrome! " .align 3 .LC3: .string "The value is not palindrome! " .text .align 2 .global main .type main, %function main: .LFB1: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 24] mov x1, 0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl puts add x0, sp, 16 mov x1, x0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl __isoc99_scanf ldr w0, [sp, 16] bl palindrome str w0, [sp, 20] ldr w0, [sp, 16] ldr w1, [sp, 20] cmp w1, w0 bne .L5 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl puts b .L6 .L5: adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl puts .L6: mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 24] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L8 bl __stack_chk_fail .L8: mov w0, w1 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "\nEnter matrix : " .align 3 .LC1: .string "%d" .align 3 .LC2: .string "Entered matrix is : " .align 3 .LC3: .string "\t%d" .align 3 .LC4: .string "\nMagic square" .align 3 .LC5: .string "\nNo Magic square" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -96]! .cfi_def_cfa_offset 96 .cfi_offset 29, -96 .cfi_offset 30, -88 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 88] mov x1, 0 mov w0, 3 str w0, [sp, 44] str wzr, [sp, 24] str wzr, [sp, 40] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf str wzr, [sp, 20] b .L2 .L5: str wzr, [sp, 24] b .L3 .L4: add x2, sp, 48 ldrsw x3, [sp, 24] ldrsw x1, [sp, 20] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 add x0, x3, x0 lsl x0, x0, 2 add x0, x2, x0 mov x1, x0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl __isoc99_scanf ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] .L3: ldr w1, [sp, 24] ldr w0, [sp, 44] cmp w1, w0 blt .L4 ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 20] .L2: ldr w1, [sp, 20] ldr w0, [sp, 44] cmp w1, w0 blt .L5 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl puts str wzr, [sp, 20] b .L6 .L9: mov w0, 10 bl putchar str wzr, [sp, 24] b .L7 .L8: ldrsw x2, [sp, 24] ldrsw x1, [sp, 20] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 add x0, x0, x2 lsl x0, x0, 2 add x1, sp, 48 ldr w0, [x1, x0] mov w1, w0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] .L7: ldr w1, [sp, 24] ldr w0, [sp, 44] cmp w1, w0 blt .L8 ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 20] .L6: ldr w1, [sp, 20] ldr w0, [sp, 44] cmp w1, w0 blt .L9 str wzr, [sp, 28] str wzr, [sp, 20] b .L10 .L14: str wzr, [sp, 24] b .L11 .L13: ldr w1, [sp, 20] ldr w0, [sp, 24] cmp w1, w0 bne .L12 ldrsw x2, [sp, 24] ldrsw x1, [sp, 20] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 add x0, x0, x2 lsl x0, x0, 2 add x1, sp, 48 ldr w0, [x1, x0] ldr w1, [sp, 28] add w0, w1, w0 str w0, [sp, 28] .L12: ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] .L11: ldr w1, [sp, 24] ldr w0, [sp, 44] cmp w1, w0 blt .L13 ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 20] .L10: ldr w1, [sp, 20] ldr w0, [sp, 44] cmp w1, w0 blt .L14 str wzr, [sp, 20] b .L15 .L21: str wzr, [sp, 32] str wzr, [sp, 24] b .L16 .L17: ldrsw x2, [sp, 24] ldrsw x1, [sp, 20] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 add x0, x0, x2 lsl x0, x0, 2 add x1, sp, 48 ldr w0, [x1, x0] ldr w1, [sp, 32] add w0, w1, w0 str w0, [sp, 32] ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] .L16: ldr w1, [sp, 24] ldr w0, [sp, 44] cmp w1, w0 blt .L17 ldr w1, [sp, 28] ldr w0, [sp, 32] cmp w1, w0 bne .L18 mov w0, 1 str w0, [sp, 40] b .L33 .L18: str wzr, [sp, 40] b .L20 .L33: ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 20] .L15: ldr w1, [sp, 20] ldr w0, [sp, 44] cmp w1, w0 blt .L21 .L20: str wzr, [sp, 20] b .L22 .L28: str wzr, [sp, 36] str wzr, [sp, 24] b .L23 .L24: ldrsw x2, [sp, 20] ldrsw x1, [sp, 24] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 add x0, x0, x2 lsl x0, x0, 2 add x1, sp, 48 ldr w0, [x1, x0] ldr w1, [sp, 36] add w0, w1, w0 str w0, [sp, 36] ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] .L23: ldr w1, [sp, 24] ldr w0, [sp, 44] cmp w1, w0 blt .L24 ldr w1, [sp, 28] ldr w0, [sp, 36] cmp w1, w0 bne .L25 mov w0, 1 str w0, [sp, 40] b .L34 .L25: str wzr, [sp, 40] b .L27 .L34: ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 20] .L22: ldr w1, [sp, 20] ldr w0, [sp, 44] cmp w1, w0 blt .L28 .L27: ldr w0, [sp, 40] cmp w0, 1 bne .L29 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf b .L30 .L29: adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl printf .L30: mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 88] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L32 bl __stack_chk_fail .L32: mov w0, w1 ldp x29, x30, [sp], 96 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "%c" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 24] mov x1, 0 add x0, sp, 22 mov x1, x0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl __isoc99_scanf ldrb w0, [sp, 22] mov w1, -37 sub w0, w1, w0 strb w0, [sp, 23] ldrb w0, [sp, 23] bl putchar mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 24] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L3 bl __stack_chk_fail .L3: mov w0, w1 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "Unsorted array:" .align 3 .LC1: .string "\n" .align 3 .LC2: .string "Sorted array:" .text .align 2 .global main .type main, %function main: .LFB6: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 72] mov x1, 0 mov x0, 0 bl time bl srand str xzr, [sp, 24] b .L2 .L3: bl rand mov w1, 24759 movk w1, 0xb60b, lsl 16 smull x1, w0, w1 lsr x1, x1, 32 add w1, w0, w1 asr w2, w1, 6 asr w1, w0, 31 sub w1, w2, w1 mov w2, 90 mul w1, w1, w2 sub w1, w0, w1 add w2, w1, 10 ldr x0, [sp, 24] lsl x0, x0, 2 add x1, sp, 32 str w2, [x1, x0] ldr x0, [sp, 24] add x0, x0, 1 str x0, [sp, 24] .L2: ldr x0, [sp, 24] cmp x0, 9 bls .L3 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl puts add x0, sp, 32 mov x1, 10 bl displayElements adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl puts add x0, sp, 32 mov x1, 10 bl mergeSort adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl puts add x0, sp, 32 mov x1, 10 bl displayElements mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 72] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L5 bl __stack_chk_fail .L5: mov w0, w1 ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size main, .-main .align 2 .global mergeSort .type mergeSort, %function mergeSort: .LFB7: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] ldr x0, [sp, 16] sub x0, x0, #1 mov x2, x0 mov x1, 0 ldr x0, [sp, 24] bl sortSubArray nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size mergeSort, .-mergeSort .section .rodata .align 3 .LC3: .string "split: " .align 3 .LC4: .string "%s" .align 3 .LC5: .string "\n " .text .align 2 .global sortSubArray .type sortSubArray, %function sortSubArray: .LFB8: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str x2, [sp, 24] ldr x1, [sp, 24] ldr x0, [sp, 32] cmp x1, x0 beq .L9 ldr x1, [sp, 32] ldr x0, [sp, 24] add x0, x1, x0 lsr x0, x0, 1 str x0, [sp, 48] ldr x0, [sp, 48] add x0, x0, 1 str x0, [sp, 56] adrp x0, .LC3 add x1, x0, :lo12:.LC3 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf ldr x2, [sp, 24] ldr x1, [sp, 32] ldr x0, [sp, 40] bl displaySubArray adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf ldr x2, [sp, 48] ldr x1, [sp, 32] ldr x0, [sp, 40] bl displaySubArray adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf ldr x2, [sp, 24] ldr x1, [sp, 56] ldr x0, [sp, 40] bl displaySubArray adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl puts ldr x2, [sp, 48] ldr x1, [sp, 32] ldr x0, [sp, 40] bl sortSubArray ldr x2, [sp, 24] ldr x1, [sp, 56] ldr x0, [sp, 40] bl sortSubArray ldr x4, [sp, 24] ldr x3, [sp, 56] ldr x2, [sp, 48] ldr x1, [sp, 32] ldr x0, [sp, 40] bl merge .L9: nop ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size sortSubArray, .-sortSubArray .section .rodata .align 3 .LC6: .string "merge: " .align 3 .LC7: .string "" .align 3 .LC8: .string " " .text .align 2 .global merge .type merge, %function merge: .LFB9: .cfi_startproc stp x29, x30, [sp, -144]! .cfi_def_cfa_offset 144 .cfi_offset 29, -144 .cfi_offset 30, -136 mov x29, sp str x0, [sp, 56] str x1, [sp, 48] str x2, [sp, 40] str x3, [sp, 32] str x4, [sp, 24] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 136] mov x1, 0 ldr x0, [sp, 48] str x0, [sp, 64] ldr x0, [sp, 32] str x0, [sp, 72] ldr x0, [sp, 48] str x0, [sp, 80] adrp x0, .LC6 add x1, x0, :lo12:.LC6 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf ldr x2, [sp, 40] ldr x1, [sp, 48] ldr x0, [sp, 56] bl displaySubArray adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf ldr x2, [sp, 24] ldr x1, [sp, 32] ldr x0, [sp, 56] bl displaySubArray adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl puts b .L11 .L14: ldr x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 56] add x0, x1, x0 ldr w1, [x0] ldr x0, [sp, 72] lsl x0, x0, 2 ldr x2, [sp, 56] add x0, x2, x0 ldr w0, [x0] cmp w1, w0 bgt .L12 ldr x0, [sp, 64] add x1, x0, 1 str x1, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 56] add x1, x1, x0 ldr x0, [sp, 80] add x2, x0, 1 str x2, [sp, 80] ldr w2, [x1] lsl x0, x0, 2 add x1, sp, 96 str w2, [x1, x0] b .L11 .L12: ldr x0, [sp, 72] add x1, x0, 1 str x1, [sp, 72] lsl x0, x0, 2 ldr x1, [sp, 56] add x1, x1, x0 ldr x0, [sp, 80] add x2, x0, 1 str x2, [sp, 80] ldr w2, [x1] lsl x0, x0, 2 add x1, sp, 96 str w2, [x1, x0] .L11: ldr x1, [sp, 64] ldr x0, [sp, 40] cmp x1, x0 bhi .L13 ldr x1, [sp, 72] ldr x0, [sp, 24] cmp x1, x0 bls .L14 .L13: ldr x1, [sp, 64] ldr x0, [sp, 32] cmp x1, x0 bne .L19 b .L16 .L17: ldr x0, [sp, 72] add x1, x0, 1 str x1, [sp, 72] lsl x0, x0, 2 ldr x1, [sp, 56] add x1, x1, x0 ldr x0, [sp, 80] add x2, x0, 1 str x2, [sp, 80] ldr w2, [x1] lsl x0, x0, 2 add x1, sp, 96 str w2, [x1, x0] .L16: ldr x1, [sp, 72] ldr x0, [sp, 24] cmp x1, x0 bls .L17 b .L18 .L20: ldr x0, [sp, 64] add x1, x0, 1 str x1, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 56] add x1, x1, x0 ldr x0, [sp, 80] add x2, x0, 1 str x2, [sp, 80] ldr w2, [x1] lsl x0, x0, 2 add x1, sp, 96 str w2, [x1, x0] .L19: ldr x1, [sp, 64] ldr x0, [sp, 40] cmp x1, x0 bls .L20 .L18: ldr x0, [sp, 48] str x0, [sp, 88] b .L21 .L22: ldr x0, [sp, 88] lsl x0, x0, 2 ldr x1, [sp, 56] add x0, x1, x0 ldr x1, [sp, 88] lsl x1, x1, 2 add x2, sp, 96 ldr w1, [x2, x1] str w1, [x0] ldr x0, [sp, 88] add x0, x0, 1 str x0, [sp, 88] .L21: ldr x1, [sp, 88] ldr x0, [sp, 24] cmp x1, x0 bls .L22 adrp x0, .LC8 add x1, x0, :lo12:.LC8 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf ldr x2, [sp, 24] ldr x1, [sp, 48] ldr x0, [sp, 56] bl displaySubArray adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl puts nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 136] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L23 bl __stack_chk_fail .L23: ldp x29, x30, [sp], 144 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE9: .size merge, .-merge .align 2 .global displayElements .type displayElements, %function displayElements: .LFB10: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] ldr x0, [sp, 16] sub x0, x0, #1 mov x2, x0 mov x1, 0 ldr x0, [sp, 24] bl displaySubArray nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE10: .size displayElements, .-displayElements .section .rodata .align 3 .LC9: .string " " .align 3 .LC10: .string " %d" .text .align 2 .global displaySubArray .type displaySubArray, %function displaySubArray: .LFB11: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str x2, [sp, 24] str xzr, [sp, 48] b .L26 .L27: adrp x0, .LC9 add x1, x0, :lo12:.LC9 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf ldr x0, [sp, 48] add x0, x0, 1 str x0, [sp, 48] .L26: ldr x1, [sp, 48] ldr x0, [sp, 32] cmp x1, x0 bcc .L27 ldr x0, [sp, 32] str x0, [sp, 56] b .L28 .L29: ldr x0, [sp, 56] lsl x0, x0, 2 ldr x1, [sp, 40] add x0, x1, x0 ldr w0, [x0] mov w1, w0 adrp x0, .LC10 add x0, x0, :lo12:.LC10 bl printf ldr x0, [sp, 56] add x0, x0, 1 str x0, [sp, 56] .L28: ldr x1, [sp, 56] ldr x0, [sp, 24] cmp x1, x0 bls .L29 nop nop ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE11: .size displaySubArray, .-displaySubArray ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "Enter size : " .align 3 .LC1: .string "%d" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 24] mov x1, 0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf add x0, sp, 20 mov x1, x0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl __isoc99_scanf ldr w0, [sp, 20] bl circle mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 24] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L3 bl __stack_chk_fail .L3: mov w0, w1 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main .section .rodata .align 3 .LC2: .string " * *" .text .align 2 .global circle .type circle, %function circle: .LFB1: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str w0, [sp, 28] str wzr, [sp, 40] .L8: ldr w0, [sp, 28] neg w0, w0 str w0, [sp, 44] b .L5 .L7: ldr w0, [sp, 40] scvtf d0, w0 bl sin bl round fcvtzs w0, d0 ldr w1, [sp, 44] cmp w1, w0 bgt .L6 mov w0, 42 bl putchar .L6: ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L5: ldr w1, [sp, 44] ldr w0, [sp, 28] cmp w1, w0 ble .L7 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl puts mov w0, 34464 movk w0, 0x1, lsl 16 bl usleep ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] b .L8 .cfi_endproc .LFE1: .size circle, .-circle ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global f .type f, %function f: .LFB0: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str w0, [sp, 12] str w1, [sp, 8] ldr w0, [sp, 12] asr w1, w0, 16 ldr w0, [sp, 8] asr w0, w0, 16 mul w0, w1, w0 str w0, [sp, 28] ldr w0, [sp, 28] cmp w0, 0 bne .L2 mov w0, 10 b .L3 .L2: ldr w0, [sp, 28] .L3: add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size f, .-f ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "Hello world!" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl puts b .L2 .L3: ldrsw x1, [sp, 28] adrp x0, :got:stdout ldr x0, [x0, #:got_lo12:stdout] ldr x0, [x0] mov x3, x0 mov x2, x1 mov x1, 1 adrp x0, buff.0 add x0, x0, :lo12:buff.0 bl fwrite .L2: adrp x0, :got:stdin ldr x0, [x0, #:got_lo12:stdin] ldr x0, [x0] mov x3, x0 mov x2, 1024 mov x1, 1 adrp x0, buff.0 add x0, x0, :lo12:buff.0 bl fread str w0, [sp, 28] ldr w0, [sp, 28] cmp w0, 0 bgt .L3 adrp x0, :got:stdout ldr x0, [x0, #:got_lo12:stdout] ldr x0, [x0] bl fflush mov w0, 0 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main .local buff.0 .comm buff.0,1024,8 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "\n %s: \n" .align 3 .LC1: .string "The time %s is %s\n" .text .align 2 .global timestamp .type timestamp, %function timestamp: .LFB6: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 40] mov x1, 0 add x0, sp, 32 bl time adrp x0, __func__.0 add x1, x0, :lo12:__func__.0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf add x0, sp, 32 bl ctime mov x2, x0 ldr x1, [sp, 24] adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 40] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L2 bl __stack_chk_fail .L2: ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size timestamp, .-timestamp .section .rodata .align 3 .LC2: .string "before sigwaitinfo()" .align 3 .LC3: .string "Timeout Reached: " .align 3 .LC4: .string "sigtimedwait() returned for signal %d\n" .align 3 .LC5: .string "after sigtimedwait()" .text .align 2 .global main .type main, %function main: .LFB7: .cfi_startproc stp x29, x30, [sp, -304]! .cfi_def_cfa_offset 304 .cfi_offset 29, -304 .cfi_offset 30, -296 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 296] mov x1, 0 str wzr, [sp, 20] add x0, sp, 40 bl sigemptyset add x0, sp, 40 mov w1, 14 bl sigaddset add x0, sp, 40 mov x2, 0 mov x1, x0 mov w0, 0 bl sigprocmask mov w0, 5 bl alarm adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl timestamp mov x0, 6 str x0, [sp, 24] str xzr, [sp, 32] add x2, sp, 24 add x1, sp, 168 add x0, sp, 40 bl sigtimedwait str w0, [sp, 20] ldr w0, [sp, 20] cmp w0, 0 bge .L4 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl perror mov w0, 1 bl exit .L4: ldr w0, [sp, 168] mov w1, w0 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl timestamp mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 296] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L6 bl __stack_chk_fail .L6: mov w0, w1 ldp x29, x30, [sp], 304 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size main, .-main .section .rodata .align 3 .type __func__.0, %object .size __func__.0, 10 __func__.0: .string "timestamp" ```