arm
stringlengths 122
20M
| x86
stringlengths 122
20M
| filename
stringlengths 18
26
|
---|---|---|
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _cgaPrint ; -- Begin function cgaPrint
.p2align 2
_cgaPrint: ; @cgaPrint
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, #8]
strh wzr, [sp, #6]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #8]
ldrh w9, [sp, #6]
; kill: def $x9 killed $w9
mov x10, x9
add w10, w10, #1
strh w10, [sp, #6]
add x8, x8, x9
ldrb w8, [x8]
strb w8, [sp, #5]
ldrb w8, [sp, #5]
subs w8, w8, #10
cset w8, ne
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
adrp x9, _cursor@PAGE
ldr w8, [x9, _cursor@PAGEOFF]
mov w10, #160
udiv w8, w8, w10
str w8, [sp]
ldr w8, [sp]
add w8, w8, #1
mul w8, w8, w10
str w8, [x9, _cursor@PAGEOFF]
b LBB0_1
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldrb w8, [sp, #5]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_5
b LBB0_4
LBB0_4:
b LBB0_6
LBB0_5: ; in Loop: Header=BB0_1 Depth=1
ldrb w8, [sp, #5]
adrp x10, _cursor@PAGE
ldr w9, [x10, _cursor@PAGEOFF]
; kill: def $x9 killed $w9
mov x11, x9
add w11, w11, #1
str w11, [x10, _cursor@PAGEOFF]
mov x11, #32768
movk x11, #11, lsl #16
add x9, x9, #184, lsl #12 ; =753664
strb w8, [x9]
ldr w8, [x10, _cursor@PAGEOFF]
; kill: def $x8 killed $w8
mov x9, x8
add w9, w9, #1
str w9, [x10, _cursor@PAGEOFF]
add x9, x8, #184, lsl #12 ; =753664
mov w8, #31
strb w8, [x9]
b LBB0_1
LBB0_6:
ldrh w0, [sp, #6]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl __start ; -- Begin function _start
.p2align 2
__start: ; @_start
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _cgaPrint
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.section __TEXT,__const
.globl _cga ; @cga
.p2align 3
_cga:
.quad 753664
.section __DATA,__data
.globl _cursor ; @cursor
.p2align 2
_cursor:
.long 960 ; 0x3c0
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Hello from 64-bit C\n 1- compile to elf64-x86-64 with script loader\n 2- extract .text, .data and .bss\n 3- update boot loader to initialize sections\n 4- jump to entrypoint"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _cgaPrint ## -- Begin function cgaPrint
.p2align 4, 0x90
_cgaPrint: ## @cgaPrint
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movw $0, -10(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movq -8(%rbp), %rax
movw -10(%rbp), %cx
movw %cx, %dx
addw $1, %dx
movw %dx, -10(%rbp)
movzwl %cx, %ecx
## kill: def $rcx killed $ecx
movb (%rax,%rcx), %al
movb %al, -11(%rbp)
movzbl -11(%rbp), %eax
cmpl $10, %eax
jne LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl _cursor(%rip), %eax
movl $160, %ecx
xorl %edx, %edx
divl %ecx
movl %eax, -16(%rbp)
movl -16(%rbp), %eax
addl $1, %eax
imull $160, %eax, %eax
movl %eax, _cursor(%rip)
jmp LBB0_1
LBB0_3: ## in Loop: Header=BB0_1 Depth=1
movzbl -11(%rbp), %eax
cmpl $0, %eax
jne LBB0_5
## %bb.4:
jmp LBB0_6
LBB0_5: ## in Loop: Header=BB0_1 Depth=1
movb -11(%rbp), %dl
movl _cursor(%rip), %eax
movl %eax, %ecx
addl $1, %ecx
movl %ecx, _cursor(%rip)
movl %eax, %eax
movl %eax, %ecx
movl $753664, %eax ## imm = 0xB8000
movb %dl, (%rax,%rcx)
movl _cursor(%rip), %eax
movl %eax, %ecx
addl $1, %ecx
movl %ecx, _cursor(%rip)
movl %eax, %eax
movl %eax, %ecx
movl $753664, %eax ## imm = 0xB8000
movb $31, (%rax,%rcx)
jmp LBB0_1
LBB0_6:
movzwl -10(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl __start ## -- Begin function _start
.p2align 4, 0x90
__start: ## @_start
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L_.str(%rip), %rdi
callq _cgaPrint
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__const
.globl _cga ## @cga
.p2align 3
_cga:
.quad 753664
.section __DATA,__data
.globl _cursor ## @cursor
.p2align 2
_cursor:
.long 960 ## 0x3c0
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Hello from 64-bit C\n 1- compile to elf64-x86-64 with script loader\n 2- extract .text, .data and .bss\n 3- update boot loader to initialize sections\n 4- jump to entrypoint"
.subsections_via_symbols
| the_stack_data/151706456.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
stur wzr, [x29, #-12]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #8
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
ldur w8, [x29, #-8]
str w8, [sp, #16]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-12]
mov w9, #10
mul w8, w8, w9
ldur w10, [x29, #-8]
sdiv w11, w10, w9
mul w11, w11, w9
subs w10, w10, w11
add w8, w8, w10
stur w8, [x29, #-12]
ldur w8, [x29, #-8]
sdiv w8, w8, w9
stur w8, [x29, #-8]
b LBB0_1
LBB0_3:
ldr w8, [sp, #16]
ldur w9, [x29, #-12]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_5
b LBB0_4
LBB0_4:
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
b LBB0_6
LBB0_5:
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
b LBB0_6
LBB0_6:
mov w0, #0
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Enter a number: "
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "palindrome number "
l_.str.3: ; @.str.3
.asciz "not palindrome"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
movl $0, -12(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -8(%rbp), %rsi
movb $0, %al
callq _scanf
movl -8(%rbp), %eax
movl %eax, -16(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
cmpl $0, -8(%rbp)
je LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
imull $10, -12(%rbp), %eax
movl %eax, -20(%rbp) ## 4-byte Spill
movl -8(%rbp), %eax
movl $10, %ecx
cltd
idivl %ecx
movl -20(%rbp), %eax ## 4-byte Reload
addl %edx, %eax
movl %eax, -12(%rbp)
movl -8(%rbp), %eax
movl $10, %ecx
cltd
idivl %ecx
movl %eax, -8(%rbp)
jmp LBB0_1
LBB0_3:
movl -16(%rbp), %eax
cmpl -12(%rbp), %eax
jne LBB0_5
## %bb.4:
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_6
LBB0_5:
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
LBB0_6:
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Enter a number: "
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "palindrome number "
L_.str.3: ## @.str.3
.asciz "not palindrome"
.subsections_via_symbols
| the_stack_data/465771.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/262387.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _hash_func ; -- Begin function hash_func
.p2align 2
_hash_func: ; @hash_func
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
ldr w8, [sp, #12]
mov w10, #20000
sdiv w9, w8, w10
mul w9, w9, w10
subs w0, w8, w9
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
mov w9, #3456
movk w9, #3, lsl #16
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
sub sp, sp, #48, lsl #12 ; =196608
sub sp, sp, #3456
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str wzr, [sp, #52]
add x0, sp, #56
mov x1, #28928
movk x1, #2, lsl #16
bl _bzero
mov x0, #0
bl _time
; kill: def $w0 killed $w0 killed $x0
bl _srand
str wzr, [sp, #36]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #36]
mov w9, #10000
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_4
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
bl _rand
mov w9, #20000
sdiv w8, w0, w9
mul w8, w8, w9
subs w8, w0, w8
ldrsw x10, [sp, #36]
add x9, sp, #39, lsl #12 ; =159744
add x9, x9, #312
str w8, [x9, x10, lsl #2]
b LBB1_3
LBB1_3: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #36]
add w8, w8, #1
str w8, [sp, #36]
b LBB1_1
LBB1_4:
str wzr, [sp, #32]
b LBB1_5
LBB1_5: ; =>This Loop Header: Depth=1
; Child Loop BB1_7 Depth 2
ldr w8, [sp, #32]
mov w9, #10000
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_12
b LBB1_6
LBB1_6: ; in Loop: Header=BB1_5 Depth=1
ldrsw x9, [sp, #32]
add x8, sp, #39, lsl #12 ; =159744
add x8, x8, #312
ldr w0, [x8, x9, lsl #2]
bl _hash_func
str w0, [sp, #28]
b LBB1_7
LBB1_7: ; Parent Loop BB1_5 Depth=1
; => This Inner Loop Header: Depth=2
ldrsw x9, [sp, #28]
add x8, sp, #56
ldr x8, [x8, x9, lsl #3]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_10
b LBB1_8
LBB1_8: ; in Loop: Header=BB1_7 Depth=2
ldr w8, [sp, #28]
mov w10, #20000
sdiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
str w8, [sp, #28]
b LBB1_9
LBB1_9: ; in Loop: Header=BB1_7 Depth=2
ldr w8, [sp, #28]
add w8, w8, #1
str w8, [sp, #28]
b LBB1_7
LBB1_10: ; in Loop: Header=BB1_5 Depth=1
ldrsw x9, [sp, #32]
add x8, sp, #39, lsl #12 ; =159744
add x8, x8, #312
add x8, x8, x9, lsl #2
ldrsw x10, [sp, #28]
add x9, sp, #56
str x8, [x9, x10, lsl #3]
b LBB1_11
LBB1_11: ; in Loop: Header=BB1_5 Depth=1
ldr w8, [sp, #32]
add w8, w8, #1
str w8, [sp, #32]
b LBB1_5
LBB1_12:
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fopen
mov x8, x0
str x8, [sp, #40]
subs x8, x0, #0
cset w8, eq
tbnz w8, #0, LBB1_21
b LBB1_13
LBB1_13:
str wzr, [sp, #24]
b LBB1_14
LBB1_14: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #24]
mov w9, #20000
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_20
b LBB1_15
LBB1_15: ; in Loop: Header=BB1_14 Depth=1
ldrsw x9, [sp, #24]
add x8, sp, #56
ldr x8, [x8, x9, lsl #3]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_17
b LBB1_16
LBB1_16: ; in Loop: Header=BB1_14 Depth=1
ldr x0, [sp, #40]
ldrsw x9, [sp, #24]
add x8, sp, #56
ldr x8, [x8, x9, lsl #3]
ldr w9, [x8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x1, l_.str.2@PAGE
add x1, x1, l_.str.2@PAGEOFF
bl _fprintf
b LBB1_18
LBB1_17: ; in Loop: Header=BB1_14 Depth=1
ldr x0, [sp, #40]
adrp x1, l_.str.3@PAGE
add x1, x1, l_.str.3@PAGEOFF
bl _fprintf
b LBB1_18
LBB1_18: ; in Loop: Header=BB1_14 Depth=1
b LBB1_19
LBB1_19: ; in Loop: Header=BB1_14 Depth=1
ldr w8, [sp, #24]
add w8, w8, #1
str w8, [sp, #24]
b LBB1_14
LBB1_20:
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
b LBB1_22
LBB1_21:
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
mov w8, #-1
str w8, [sp, #52]
b LBB1_23
LBB1_22:
str wzr, [sp, #52]
b LBB1_23
LBB1_23:
ldr w8, [sp, #52]
str w8, [sp, #20] ; 4-byte Folded Spill
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB1_25
b LBB1_24
LBB1_24:
bl ___stack_chk_fail
LBB1_25:
ldr w0, [sp, #20] ; 4-byte Folded Reload
add sp, sp, #48, lsl #12 ; =196608
add sp, sp, #3456
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "hash.txt"
l_.str.1: ; @.str.1
.asciz "w"
l_.str.2: ; @.str.2
.asciz "%d\n"
l_.str.3: ; @.str.3
.asciz "NULL\n"
l_.str.4: ; @.str.4
.asciz "\347\265\220\346\236\234\343\202\222hash.txt\343\201\253\346\233\270\343\201\215\350\276\274\343\201\277\343\201\276\343\201\227\343\201\237\343\200\202\n"
l_.str.5: ; @.str.5
.asciz "\343\203\225\343\202\241\343\202\244\343\203\253\343\201\253\347\265\220\346\236\234\343\202\222\346\233\270\343\201\215\350\276\274\343\202\201\343\201\276\343\201\233\343\202\223\343\201\247\343\201\227\343\201\237\343\200\202\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _hash_func ## -- Begin function hash_func
.p2align 4, 0x90
_hash_func: ## @hash_func
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl -4(%rbp), %eax
movl $20000, %ecx ## imm = 0x4E20
cltd
idivl %ecx
movl %edx, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $200064, %eax ## imm = 0x30D80
callq ____chkstk_darwin
subq %rax, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -200020(%rbp)
leaq -200016(%rbp), %rdi
xorl %esi, %esi
movl $160000, %edx ## imm = 0x27100
callq _memset
xorl %eax, %eax
movl %eax, %edi
callq _time
movl %eax, %edi
callq _srand
movl $0, -200036(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
cmpl $10000, -200036(%rbp) ## imm = 0x2710
jge LBB1_4
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
callq _rand
movl $20000, %ecx ## imm = 0x4E20
cltd
idivl %ecx
movslq -200036(%rbp), %rax
movl %edx, -40016(%rbp,%rax,4)
## %bb.3: ## in Loop: Header=BB1_1 Depth=1
movl -200036(%rbp), %eax
addl $1, %eax
movl %eax, -200036(%rbp)
jmp LBB1_1
LBB1_4:
movl $0, -200040(%rbp)
LBB1_5: ## =>This Loop Header: Depth=1
## Child Loop BB1_7 Depth 2
cmpl $10000, -200040(%rbp) ## imm = 0x2710
jge LBB1_12
## %bb.6: ## in Loop: Header=BB1_5 Depth=1
movslq -200040(%rbp), %rax
movl -40016(%rbp,%rax,4), %edi
callq _hash_func
movl %eax, -200044(%rbp)
LBB1_7: ## Parent Loop BB1_5 Depth=1
## => This Inner Loop Header: Depth=2
movslq -200044(%rbp), %rax
cmpq $0, -200016(%rbp,%rax,8)
je LBB1_10
## %bb.8: ## in Loop: Header=BB1_7 Depth=2
movl -200044(%rbp), %eax
movl $20000, %ecx ## imm = 0x4E20
cltd
idivl %ecx
movl %edx, -200044(%rbp)
## %bb.9: ## in Loop: Header=BB1_7 Depth=2
movl -200044(%rbp), %eax
addl $1, %eax
movl %eax, -200044(%rbp)
jmp LBB1_7
LBB1_10: ## in Loop: Header=BB1_5 Depth=1
movslq -200040(%rbp), %rax
leaq -40016(%rbp), %rcx
shlq $2, %rax
addq %rax, %rcx
movslq -200044(%rbp), %rax
movq %rcx, -200016(%rbp,%rax,8)
## %bb.11: ## in Loop: Header=BB1_5 Depth=1
movl -200040(%rbp), %eax
addl $1, %eax
movl %eax, -200040(%rbp)
jmp LBB1_5
LBB1_12:
leaq L_.str(%rip), %rdi
leaq L_.str.1(%rip), %rsi
callq _fopen
movq %rax, -200032(%rbp)
cmpq $0, %rax
je LBB1_21
## %bb.13:
movl $0, -200048(%rbp)
LBB1_14: ## =>This Inner Loop Header: Depth=1
cmpl $20000, -200048(%rbp) ## imm = 0x4E20
jge LBB1_20
## %bb.15: ## in Loop: Header=BB1_14 Depth=1
movslq -200048(%rbp), %rax
cmpq $0, -200016(%rbp,%rax,8)
je LBB1_17
## %bb.16: ## in Loop: Header=BB1_14 Depth=1
movq -200032(%rbp), %rdi
movslq -200048(%rbp), %rax
movq -200016(%rbp,%rax,8), %rax
movl (%rax), %edx
leaq L_.str.2(%rip), %rsi
movb $0, %al
callq _fprintf
jmp LBB1_18
LBB1_17: ## in Loop: Header=BB1_14 Depth=1
movq -200032(%rbp), %rdi
leaq L_.str.3(%rip), %rsi
movb $0, %al
callq _fprintf
LBB1_18: ## in Loop: Header=BB1_14 Depth=1
jmp LBB1_19
LBB1_19: ## in Loop: Header=BB1_14 Depth=1
movl -200048(%rbp), %eax
addl $1, %eax
movl %eax, -200048(%rbp)
jmp LBB1_14
LBB1_20:
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB1_22
LBB1_21:
leaq L_.str.5(%rip), %rdi
movb $0, %al
callq _printf
movl $-1, -200020(%rbp)
jmp LBB1_23
LBB1_22:
movl $0, -200020(%rbp)
LBB1_23:
movl -200020(%rbp), %eax
movl %eax, -200052(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB1_25
## %bb.24:
movl -200052(%rbp), %eax ## 4-byte Reload
addq $200064, %rsp ## imm = 0x30D80
popq %rbp
retq
LBB1_25:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "hash.txt"
L_.str.1: ## @.str.1
.asciz "w"
L_.str.2: ## @.str.2
.asciz "%d\n"
L_.str.3: ## @.str.3
.asciz "NULL\n"
L_.str.4: ## @.str.4
.asciz "\347\265\220\346\236\234\343\202\222hash.txt\343\201\253\346\233\270\343\201\215\350\276\274\343\201\277\343\201\276\343\201\227\343\201\237\343\200\202\n"
L_.str.5: ## @.str.5
.asciz "\343\203\225\343\202\241\343\202\244\343\203\253\343\201\253\347\265\220\346\236\234\343\202\222\346\233\270\343\201\215\350\276\274\343\202\201\343\201\276\343\201\233\343\202\223\343\201\247\343\201\227\343\201\237\343\200\202\n"
.subsections_via_symbols
| the_stack_data/181393095.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _huber ; -- Begin function huber
.p2align 2
_huber: ; @huber
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str s0, [sp, #8]
ldr s0, [sp, #8]
fcvt d0, s0
fabs d0, d0
fmov d1, #1.50000000
fcmp d0, d1
cset w8, hi
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
fmov s0, #1.00000000
str s0, [sp, #12]
b LBB0_3
LBB0_2:
ldr s0, [sp, #8]
fcvt d0, s0
fabs d1, d0
fmov d0, #1.50000000
fdiv d0, d0, d1
fcvt s0, d0
str s0, [sp, #12]
b LBB0_3
LBB0_3:
ldr s0, [sp, #12]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function huber
LCPI0_0:
.quad 0x3ff8000000000000 ## double 1.5
.section __TEXT,__literal16,16byte_literals
.p2align 4
LCPI0_1:
.quad 0x7fffffffffffffff ## double NaN
.quad 0x7fffffffffffffff ## double NaN
.section __TEXT,__literal4,4byte_literals
.p2align 2
LCPI0_2:
.long 0x3f800000 ## float 1
.section __TEXT,__text,regular,pure_instructions
.globl _huber
.p2align 4, 0x90
_huber: ## @huber
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movss %xmm0, -8(%rbp)
movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movaps LCPI0_1(%rip), %xmm0 ## xmm0 = [NaN,NaN]
pand %xmm0, %xmm1
movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
jb LBB0_2
## %bb.1:
movss LCPI0_2(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -4(%rbp)
jmp LBB0_3
LBB0_2:
movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movaps LCPI0_1(%rip), %xmm0 ## xmm0 = [NaN,NaN]
pand %xmm0, %xmm1
movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero
divsd %xmm1, %xmm0
cvtsd2ss %xmm0, %xmm0
movss %xmm0, -4(%rbp)
LBB0_3:
movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/23411.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _func ; -- Begin function func
.p2align 2
_func: ; @func
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
mov w8, #40
strh w8, [sp, #14]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.section __DATA,__data
.globl _bb ; @bb
.p2align 1
_bb:
.short 20 ; 0x14
.p2align 3 ; @func.cc
_func.cc:
.quad 30 ; 0x1e
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _func ## -- Begin function func
.p2align 4, 0x90
_func: ## @func
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movw $40, -2(%rbp)
popq %rbp
retq
.cfi_endproc
## -- End function
.section __DATA,__data
.globl _bb ## @bb
.p2align 1
_bb:
.short 20 ## 0x14
.p2align 3 ## @func.cc
_func.cc:
.quad 30 ## 0x1e
.subsections_via_symbols
| the_stack_data/36076369.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/573648.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
mov x9, sp
sub x8, x29, #8
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
stur wzr, [x29, #-12]
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_3 Depth 2
ldur w8, [x29, #-12]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_8
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
str wzr, [sp, #16]
b LBB0_3
LBB0_3: ; Parent Loop BB0_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #16]
ldur w9, [x29, #-12]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_6
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=2
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB0_3
LBB0_6: ; in Loop: Header=BB0_1 Depth=1
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _puts
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
b LBB0_1
LBB0_8:
ldur w8, [x29, #-8]
subs w8, w8, #1
str w8, [sp, #12]
b LBB0_9
LBB0_9: ; =>This Loop Header: Depth=1
; Child Loop BB0_11 Depth 2
ldr w8, [sp, #12]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB0_16
b LBB0_10
LBB0_10: ; in Loop: Header=BB0_9 Depth=1
ldr w8, [sp, #12]
str w8, [sp, #8]
b LBB0_11
LBB0_11: ; Parent Loop BB0_9 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #8]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB0_14
b LBB0_12
LBB0_12: ; in Loop: Header=BB0_11 Depth=2
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB0_13
LBB0_13: ; in Loop: Header=BB0_11 Depth=2
ldr w8, [sp, #8]
subs w8, w8, #1
str w8, [sp, #8]
b LBB0_11
LBB0_14: ; in Loop: Header=BB0_9 Depth=1
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _puts
b LBB0_15
LBB0_15: ; in Loop: Header=BB0_9 Depth=1
ldr w8, [sp, #12]
subs w8, w8, #1
str w8, [sp, #12]
b LBB0_9
LBB0_16:
mov w0, #0
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%i"
l_.str.1: ; @.str.1
.asciz "*"
l_.str.2: ; @.str.2
.space 1
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
leaq -8(%rbp), %rsi
movb $0, %al
callq _scanf
movl $0, -12(%rbp)
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_3 Depth 2
movl -12(%rbp), %eax
cmpl -8(%rbp), %eax
jge LBB0_8
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl $0, -16(%rbp)
LBB0_3: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -16(%rbp), %eax
cmpl -12(%rbp), %eax
jg LBB0_6
## %bb.4: ## in Loop: Header=BB0_3 Depth=2
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
## %bb.5: ## in Loop: Header=BB0_3 Depth=2
movl -16(%rbp), %eax
addl $1, %eax
movl %eax, -16(%rbp)
jmp LBB0_3
LBB0_6: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.2(%rip), %rdi
callq _puts
## %bb.7: ## in Loop: Header=BB0_1 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB0_1
LBB0_8:
movl -8(%rbp), %eax
subl $1, %eax
movl %eax, -20(%rbp)
LBB0_9: ## =>This Loop Header: Depth=1
## Child Loop BB0_11 Depth 2
cmpl $0, -20(%rbp)
jle LBB0_16
## %bb.10: ## in Loop: Header=BB0_9 Depth=1
movl -20(%rbp), %eax
movl %eax, -24(%rbp)
LBB0_11: ## Parent Loop BB0_9 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $0, -24(%rbp)
jle LBB0_14
## %bb.12: ## in Loop: Header=BB0_11 Depth=2
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
## %bb.13: ## in Loop: Header=BB0_11 Depth=2
movl -24(%rbp), %eax
addl $-1, %eax
movl %eax, -24(%rbp)
jmp LBB0_11
LBB0_14: ## in Loop: Header=BB0_9 Depth=1
leaq L_.str.2(%rip), %rdi
callq _puts
## %bb.15: ## in Loop: Header=BB0_9 Depth=1
movl -20(%rbp), %eax
addl $-1, %eax
movl %eax, -20(%rbp)
jmp LBB0_9
LBB0_16:
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%i"
L_.str.1: ## @.str.1
.asciz "*"
L_.str.2: ## @.str.2
.space 1
.subsections_via_symbols
| the_stack_data/103266446.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #0
stur w8, [x29, #-16] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #8
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
str x0, [sp, #16] ; 8-byte Folded Spill
bl _scanf
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldr x0, [sp, #16] ; 8-byte Folded Reload
mov x9, sp
sub x8, x29, #12
str x8, [x9]
bl _scanf
ldur w0, [x29, #-8]
ldur w1, [x29, #-12]
bl _minimum
mov x9, sp
; implicit-def: $x8
mov x8, x0
str x8, [x9]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
str x0, [sp, #24] ; 8-byte Folded Spill
bl _printf
ldur w0, [x29, #-8]
ldur w1, [x29, #-12]
bl _maximum
mov x10, x0
ldr x0, [sp, #24] ; 8-byte Folded Reload
mov x9, sp
; implicit-def: $x8
mov x8, x10
str x8, [x9]
bl _printf
ldur w0, [x29, #-8]
ldur w1, [x29, #-12]
bl _multiply
mov x10, x0
ldr x0, [sp, #24] ; 8-byte Folded Reload
mov x9, sp
; implicit-def: $x8
mov x8, x10
str x8, [x9]
bl _printf
ldur w0, [x29, #-16] ; 4-byte Folded Reload
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _minimum ; -- Begin function minimum
.p2align 2
_minimum: ; @minimum
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #8]
str w1, [sp, #4]
ldr w8, [sp, #8]
ldr w9, [sp, #4]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB1_2
b LBB1_1
LBB1_1:
ldr w8, [sp, #4]
str w8, [sp, #12]
b LBB1_5
LBB1_2:
ldr w8, [sp, #8]
ldr w9, [sp, #4]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_4
b LBB1_3
LBB1_3:
ldr w8, [sp, #8]
str w8, [sp, #12]
b LBB1_5
LBB1_4:
b LBB1_5
LBB1_5:
ldr w0, [sp, #12]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _maximum ; -- Begin function maximum
.p2align 2
_maximum: ; @maximum
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #8]
str w1, [sp, #4]
ldr w8, [sp, #8]
ldr w9, [sp, #4]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB2_2
b LBB2_1
LBB2_1:
ldr w8, [sp, #8]
str w8, [sp, #12]
b LBB2_5
LBB2_2:
ldr w8, [sp, #8]
ldr w9, [sp, #4]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB2_4
b LBB2_3
LBB2_3:
ldr w8, [sp, #4]
str w8, [sp, #12]
b LBB2_5
LBB2_4:
b LBB2_5
LBB2_5:
ldr w0, [sp, #12]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _multiply ; -- Begin function multiply
.p2align 2
_multiply: ; @multiply
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
str w1, [sp, #8]
ldr w8, [sp, #12]
ldr w9, [sp, #8]
mul w0, w8, w9
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Enter a value for no 1 : "
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "Enter a value for no 2 : "
l_.str.3: ; @.str.3
.asciz "%d "
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -8(%rbp), %rsi
movb $0, %al
callq _scanf
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -12(%rbp), %rsi
movb $0, %al
callq _scanf
movl -8(%rbp), %edi
movl -12(%rbp), %esi
callq _minimum
movl %eax, %esi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
movl -8(%rbp), %edi
movl -12(%rbp), %esi
callq _maximum
movl %eax, %esi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
movl -8(%rbp), %edi
movl -12(%rbp), %esi
callq _multiply
movl %eax, %esi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _minimum ## -- Begin function minimum
.p2align 4, 0x90
_minimum: ## @minimum
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -8(%rbp)
movl %esi, -12(%rbp)
movl -8(%rbp), %eax
cmpl -12(%rbp), %eax
jle LBB1_2
## %bb.1:
movl -12(%rbp), %eax
movl %eax, -4(%rbp)
jmp LBB1_5
LBB1_2:
movl -8(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB1_4
## %bb.3:
movl -8(%rbp), %eax
movl %eax, -4(%rbp)
jmp LBB1_5
LBB1_4:
jmp LBB1_5
LBB1_5:
movl -4(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _maximum ## -- Begin function maximum
.p2align 4, 0x90
_maximum: ## @maximum
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -8(%rbp)
movl %esi, -12(%rbp)
movl -8(%rbp), %eax
cmpl -12(%rbp), %eax
jle LBB2_2
## %bb.1:
movl -8(%rbp), %eax
movl %eax, -4(%rbp)
jmp LBB2_5
LBB2_2:
movl -8(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB2_4
## %bb.3:
movl -12(%rbp), %eax
movl %eax, -4(%rbp)
jmp LBB2_5
LBB2_4:
jmp LBB2_5
LBB2_5:
movl -4(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _multiply ## -- Begin function multiply
.p2align 4, 0x90
_multiply: ## @multiply
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
movl -4(%rbp), %eax
imull -8(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Enter a value for no 1 : "
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "Enter a value for no 2 : "
L_.str.3: ## @.str.3
.asciz "%d "
.subsections_via_symbols
| the_stack_data/135364.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #0
stur w8, [x29, #-20] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
stur w0, [x29, #-8]
stur x1, [x29, #-16]
mov x9, sp
mov x8, #-1
str x8, [sp, #8] ; 8-byte Folded Spill
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
str x0, [sp, #16] ; 8-byte Folded Spill
bl _printf
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldr x0, [sp, #16] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
bl _printf
ldr x0, [sp, #16] ; 8-byte Folded Reload
mov x9, sp
mov x8, #1
str x8, [x9]
bl _printf
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldr x0, [sp, #16] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
bl _printf
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldr x0, [sp, #16] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
bl _printf
ldr x0, [sp, #16] ; 8-byte Folded Reload
mov x8, sp
str xzr, [x8]
bl _printf
ldur w0, [x29, #-20] ; 4-byte Folded Reload
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
movl %edi, -8(%rbp)
movq %rsi, -16(%rbp)
leaq L_.str(%rip), %rdi
movl $4294967295, %esi ## imm = 0xFFFFFFFF
movb $0, %al
callq _printf
leaq L_.str(%rip), %rdi
movl $4294967295, %esi ## imm = 0xFFFFFFFF
movb $0, %al
callq _printf
leaq L_.str(%rip), %rdi
movl $1, %esi
movb $0, %al
callq _printf
leaq L_.str(%rip), %rdi
movl $4294967295, %esi ## imm = 0xFFFFFFFF
movb $0, %al
callq _printf
leaq L_.str(%rip), %rdi
movl $4294967295, %esi ## imm = 0xFFFFFFFF
movb $0, %al
callq _printf
leaq L_.str(%rip), %rdi
xorl %esi, %esi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d\n"
.subsections_via_symbols
| the_stack_data/98576696.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _doSomeThing ; -- Begin function doSomeThing
.p2align 2
_doSomeThing: ; @doSomeThing
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _counter@GOTPAGE
ldr x8, [x8, _counter@GOTPAGEOFF]
str x8, [sp, #8] ; 8-byte Folded Spill
stur x0, [x29, #-8]
str xzr, [sp, #16]
ldr w9, [x8]
add w9, w9, #1
str w9, [x8]
ldr w9, [x8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
str xzr, [sp, #16]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #16]
mov x9, #4294967295
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #16]
add x8, x8, #1
str x8, [sp, #16]
b LBB0_1
LBB0_4:
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldr w9, [x8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
mov x0, #0
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _tid@GOTPAGE
ldr x8, [x8, _tid@GOTPAGEOFF]
str x8, [sp, #24] ; 8-byte Folded Spill
stur wzr, [x29, #-4]
stur wzr, [x29, #-8]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-8]
subs w8, w8, #2
cset w8, ge
tbnz w8, #0, LBB1_5
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldursw x9, [x29, #-8]
add x0, x8, x9, lsl #3
mov x3, #0
mov x1, x3
adrp x2, _doSomeThing@PAGE
add x2, x2, _doSomeThing@PAGEOFF
bl _pthread_create
stur w0, [x29, #-12]
ldur w8, [x29, #-12]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_4
b LBB1_3
LBB1_3: ; in Loop: Header=BB1_1 Depth=1
ldur w0, [x29, #-12]
bl _strerror
mov x8, sp
str x0, [x8]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
b LBB1_4
LBB1_4: ; in Loop: Header=BB1_1 Depth=1
ldur w8, [x29, #-8]
add w8, w8, #1
stur w8, [x29, #-8]
b LBB1_1
LBB1_5:
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr x0, [x8]
mov x1, #0
str x1, [sp, #16] ; 8-byte Folded Spill
bl _pthread_join
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr x1, [sp, #16] ; 8-byte Folded Reload
ldr x0, [x8, #8]
bl _pthread_join
mov w0, #0
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.comm _counter,4,2 ; @counter
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "\n Job %d started\n"
l_.str.1: ; @.str.1
.asciz "\n Job %d finished\n"
.comm _tid,16,3 ; @tid
l_.str.2: ; @.str.2
.asciz "\ncan't create thread :[%s]"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _doSomeThing ## -- Begin function doSomeThing
.p2align 4, 0x90
_doSomeThing: ## @doSomeThing
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq $0, -16(%rbp)
movq _counter@GOTPCREL(%rip), %rax
movl (%rax), %ecx
addl $1, %ecx
movq _counter@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _counter@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
movq $0, -16(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl $4294967295, %eax ## imm = 0xFFFFFFFF
cmpq %rax, -16(%rbp)
jae LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_3
LBB0_3: ## in Loop: Header=BB0_1 Depth=1
movq -16(%rbp), %rax
addq $1, %rax
movq %rax, -16(%rbp)
jmp LBB0_1
LBB0_4:
movq _counter@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
## kill: def $rax killed $eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
movl $0, -8(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
cmpl $2, -8(%rbp)
jge LBB1_5
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movslq -8(%rbp), %rax
movq _tid@GOTPCREL(%rip), %rdi
shlq $3, %rax
addq %rax, %rdi
xorl %eax, %eax
movl %eax, %ecx
leaq _doSomeThing(%rip), %rdx
movq %rcx, %rsi
callq _pthread_create
movl %eax, -12(%rbp)
cmpl $0, -12(%rbp)
je LBB1_4
## %bb.3: ## in Loop: Header=BB1_1 Depth=1
movl -12(%rbp), %edi
callq _strerror
movq %rax, %rsi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
LBB1_4: ## in Loop: Header=BB1_1 Depth=1
movl -8(%rbp), %eax
addl $1, %eax
movl %eax, -8(%rbp)
jmp LBB1_1
LBB1_5:
movq _tid@GOTPCREL(%rip), %rax
movq (%rax), %rdi
xorl %eax, %eax
movl %eax, %esi
callq _pthread_join
movq _tid@GOTPCREL(%rip), %rax
movq 8(%rax), %rdi
xorl %eax, %eax
movl %eax, %esi
callq _pthread_join
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _counter,4,2 ## @counter
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "\n Job %d started\n"
L_.str.1: ## @.str.1
.asciz "\n Job %d finished\n"
.comm _tid,16,4 ## @tid
L_.str.2: ## @.str.2
.asciz "\ncan't create thread :[%s]"
.subsections_via_symbols
| the_stack_data/1202292.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _add ; -- Begin function add
.p2align 2
_add: ; @add
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
str w1, [sp, #8]
ldr w8, [sp, #12]
ldr w9, [sp, #8]
add w8, w8, w9
adrp x9, _add.sum@PAGE
adrp x0, _add.sum@PAGE
add x0, x0, _add.sum@PAGEOFF
str w8, [x9, _add.sum@PAGEOFF]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w0, #10
mov w1, #15
bl _add
stur x0, [x29, #-8]
ldur x10, [x29, #-8]
ldur x8, [x29, #-8]
ldr w9, [x8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.zerofill __DATA,__bss,_add.sum,4,2 ; @add.sum
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%p:%d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _add ## -- Begin function add
.p2align 4, 0x90
_add: ## @add
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
movl -4(%rbp), %eax
addl -8(%rbp), %eax
movl %eax, _add.sum(%rip)
leaq _add.sum(%rip), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $10, %edi
movl $15, %esi
callq _add
movq %rax, -8(%rbp)
movq -8(%rbp), %rsi
movq -8(%rbp), %rax
movl (%rax), %edx
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.zerofill __DATA,__bss,_add.sum,4,2 ## @add.sum
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%p:%d\n"
.subsections_via_symbols
| the_stack_data/193893905.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #0
stur w8, [x29, #-12] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
mov w8, #50
stur w8, [x29, #-8]
ldur w9, [x29, #-8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov x9, sp
mov x8, #10
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
ldur w0, [x29, #-12] ; 4-byte Folded Reload
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "value of area : %d"
l_.str.1: ; @.str.1
.asciz "%c"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
movl $50, -8(%rbp)
movl -8(%rbp), %esi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
movl $10, %esi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "value of area : %d"
L_.str.1: ## @.str.1
.asciz "%c"
.subsections_via_symbols
| the_stack_data/89201046.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _info_1_16px@PAGE
add x8, x8, _info_1_16px@PAGEOFF
str x8, [sp, #8] ; 8-byte Folded Spill
stur w0, [x29, #-4]
stur x1, [x29, #-16]
adrp x8, l_.str@PAGE
add x8, x8, l_.str@PAGEOFF
str x8, [sp, #16]
ldr x0, [sp, #16]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fopen
ldr x8, [sp, #8] ; 8-byte Folded Reload
str x0, [sp, #24]
ldr w8, [x8, #4]
mov x1, x8
ldr x3, [sp, #24]
adrp x0, _info_1_16px_map@PAGE
add x0, x0, _info_1_16px_map@PAGEOFF
mov x2, #1
bl _fwrite
ldr x0, [sp, #24]
bl _fclose
mov w0, #0
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.section __TEXT,__const
.globl _info_1_16px_map ; @info_1_16px_map
_info_1_16px_map:
.ascii "\000\000\000\000\000\000\000\000\000\000\000\000\000\312\000\000\000\310\000<\000\310\000\234\000\310\000\333\000\310\000\373\000\310\000\367\000\310\000\320\000\310\000\213\000\310\000$\000\307\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\307\000\000\000\311\000\017\000\310\000\254\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\373\000\310\000\203\000\310\000\003\000\000\000\000\000\000\000\000\000 \000\000\000\311\000\020\000\310\000\323\000\310\000\377\000\310\000\377\"\311\"\377a\323a\377\236\337\236\377\220\334\220\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\247\000\306\000\003\000\000\000\000\000\313\000\000\000\310\000\264\000\310\000\377\000\310\000\3773\3153\377\366\375\366\377\377\377\377\377\372\376\372\377\347\366\347\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000w\000\306\000\000\000\310\000H\000\310\000\377\000\310\000\377\000\310\000\377 \312 \377\210\332\210\377)\315)\377\302\351\302\377\347\366\347\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\367\000\310\000\030\000\310\000\254\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\303\351\303\377\347\366\347\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000t\000\310\000\357\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\303\351\303\377\347\366\347\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\264\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\303\351\303\377\347\366\347\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\327\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\303\351\303\377\347\366\347\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\327\000\310\000\357\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\303\351\303\377\347\366\347\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\264\000\310\000\254\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\303\351\303\377\347\366\347\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000t\000\310\000H\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377'\315'\377*\316*\377\305\353\305\377\350\367\350\377)\316)\377*\316*\377\n\311\n\377\000\310\000\377\000\310\000\377\000\310\000\367\000\310\000\030\000\316\000\000\000\310\000\263\000\310\000\377\000\310\000\377\000\307\000\377\362\374\362\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377a\322a\377\000\310\000\377\000\310\000\377\000\310\000w\000\313\000\000\000 \000\000\000\310\000\020\000\310\000\323\000\310\000\377\000\310\000\377/\314/\3773\3143\3773\3143\3773\3143\3773\3143\3773\3143\377\r\311\r\377\000\310\000\377\000\310\000\247\000\311\000\003\000\000\000\000\000\000\000\000\000\307\000\000\000\311\000\017\000\310\000\254\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\373\000\310\000\200\000\310\000\003\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\314\000\000\000\310\000<\000\310\000\234\000\310\000\333\000\310\000\373\000\310\000\367\000\310\000\317\000\310\000\213\000\310\000$\000\312"
.space 14
.section __DATA,__const
.globl _info_1_16px ; @info_1_16px
.p2align 3
_info_1_16px:
.byte 5 ; 0x5
.byte 64 ; 0x40
.byte 0 ; 0x0
.byte 2 ; 0x2
.long 1024 ; 0x400
.quad _info_1_16px_map
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "info_1_16px_argb8888.bin"
l_.str.1: ; @.str.1
.asciz "wb"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl %edi, -4(%rbp)
movq %rsi, -16(%rbp)
leaq L_.str(%rip), %rax
movq %rax, -32(%rbp)
movq -32(%rbp), %rdi
leaq L_.str.1(%rip), %rsi
callq _fopen
movq %rax, -24(%rbp)
movl _info_1_16px+4(%rip), %eax
movl %eax, %esi
movq -24(%rbp), %rcx
leaq _info_1_16px_map(%rip), %rdi
movl $1, %edx
callq _fwrite
movq -24(%rbp), %rdi
callq _fclose
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__const
.globl _info_1_16px_map ## @info_1_16px_map
.p2align 4
_info_1_16px_map:
.ascii "\000\000\000\000\000\000\000\000\000\000\000\000\000\312\000\000\000\310\000<\000\310\000\234\000\310\000\333\000\310\000\373\000\310\000\367\000\310\000\320\000\310\000\213\000\310\000$\000\307\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\307\000\000\000\311\000\017\000\310\000\254\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\373\000\310\000\203\000\310\000\003\000\000\000\000\000\000\000\000\000 \000\000\000\311\000\020\000\310\000\323\000\310\000\377\000\310\000\377\"\311\"\377a\323a\377\236\337\236\377\220\334\220\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\247\000\306\000\003\000\000\000\000\000\313\000\000\000\310\000\264\000\310\000\377\000\310\000\3773\3153\377\366\375\366\377\377\377\377\377\372\376\372\377\347\366\347\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000w\000\306\000\000\000\310\000H\000\310\000\377\000\310\000\377\000\310\000\377 \312 \377\210\332\210\377)\315)\377\302\351\302\377\347\366\347\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\367\000\310\000\030\000\310\000\254\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\303\351\303\377\347\366\347\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000t\000\310\000\357\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\303\351\303\377\347\366\347\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\264\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\303\351\303\377\347\366\347\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\327\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\303\351\303\377\347\366\347\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\327\000\310\000\357\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\303\351\303\377\347\366\347\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\264\000\310\000\254\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\303\351\303\377\347\366\347\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000t\000\310\000H\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377'\315'\377*\316*\377\305\353\305\377\350\367\350\377)\316)\377*\316*\377\n\311\n\377\000\310\000\377\000\310\000\377\000\310\000\367\000\310\000\030\000\316\000\000\000\310\000\263\000\310\000\377\000\310\000\377\000\307\000\377\362\374\362\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377a\322a\377\000\310\000\377\000\310\000\377\000\310\000w\000\313\000\000\000 \000\000\000\310\000\020\000\310\000\323\000\310\000\377\000\310\000\377/\314/\3773\3143\3773\3143\3773\3143\3773\3143\3773\3143\377\r\311\r\377\000\310\000\377\000\310\000\247\000\311\000\003\000\000\000\000\000\000\000\000\000\307\000\000\000\311\000\017\000\310\000\254\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\377\000\310\000\373\000\310\000\200\000\310\000\003\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\314\000\000\000\310\000<\000\310\000\234\000\310\000\333\000\310\000\373\000\310\000\367\000\310\000\317\000\310\000\213\000\310\000$\000\312"
.space 14
.section __DATA,__const
.globl _info_1_16px ## @info_1_16px
.p2align 3
_info_1_16px:
.byte 5 ## 0x5
.byte 64 ## 0x40
.byte 0 ## 0x0
.byte 2 ## 0x2
.long 1024 ## 0x400
.quad _info_1_16px_map
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "info_1_16px_argb8888.bin"
L_.str.1: ## @.str.1
.asciz "wb"
.subsections_via_symbols
| the_stack_data/152930.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _putc ; -- Begin function putc
.p2align 2
_putc: ; @putc
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
strb w0, [sp, #15]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
adrp x8, _uart0@PAGE
ldr x8, [x8, _uart0@PAGEOFF]
ldr w8, [x8, #4]
and w8, w8, #0x1
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
b LBB0_1
LBB0_3:
ldrb w8, [sp, #15]
adrp x9, _uart0@PAGE
ldr x9, [x9, _uart0@PAGEOFF]
str w8, [x9]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _getc ; -- Begin function getc
.p2align 2
_getc: ; @getc
.cfi_startproc
; %bb.0:
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
adrp x8, _uart0@PAGE
ldr x8, [x8, _uart0@PAGEOFF]
ldr w8, [x8, #4]
ands w8, w8, #0x2
cset w8, ne
tbnz w8, #0, LBB1_3
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
b LBB1_1
LBB1_3:
adrp x8, _uart0@PAGE
ldr x8, [x8, _uart0@PAGEOFF]
ldr w8, [x8]
and w0, w8, #0xff
ret
.cfi_endproc
; -- End function
.globl _ackint ; -- Begin function ackint
.p2align 2
_ackint: ; @ackint
.cfi_startproc
; %bb.0:
adrp x8, _uart0@PAGE
ldr x9, [x8, _uart0@PAGEOFF]
mov w8, #1
str w8, [x9, #8]
ret
.cfi_endproc
; -- End function
.globl _ioprint ; -- Begin function ioprint
.p2align 2
_ioprint: ; @ioprint
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
b LBB3_1
LBB3_1: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #8]
ldrb w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB3_3
b LBB3_2
LBB3_2: ; in Loop: Header=BB3_1 Depth=1
ldr x8, [sp, #8]
ldrb w0, [x8]
bl _putc
ldr x8, [sp, #8]
add x8, x8, #1
str x8, [sp, #8]
b LBB3_1
LBB3_3:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _ioprint_int ; -- Begin function ioprint_int
.p2align 2
_ioprint_int: ; @ioprint_int
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _ioprint
mov w8, #28
str w8, [sp, #8]
b LBB4_1
LBB4_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #8]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB4_7
b LBB4_2
LBB4_2: ; in Loop: Header=BB4_1 Depth=1
ldur w8, [x29, #-4]
ldr w9, [sp, #8]
asr w8, w8, w9
and w8, w8, #0xf
str w8, [sp, #4]
ldr w8, [sp, #4]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB4_4
b LBB4_3
LBB4_3: ; in Loop: Header=BB4_1 Depth=1
ldr w8, [sp, #4]
add w8, w8, #48
and w0, w8, #0xff
bl _putc
b LBB4_5
LBB4_4: ; in Loop: Header=BB4_1 Depth=1
ldr w8, [sp, #4]
add w8, w8, #55
and w0, w8, #0xff
bl _putc
b LBB4_5
LBB4_5: ; in Loop: Header=BB4_1 Depth=1
b LBB4_6
LBB4_6: ; in Loop: Header=BB4_1 Depth=1
ldr w8, [sp, #8]
subs w8, w8, #4
str w8, [sp, #8]
b LBB4_1
LBB4_7:
mov w0, #10
bl _putc
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _hexchar2int ; -- Begin function hexchar2int
.p2align 2
_hexchar2int: ; @hexchar2int
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
strb w0, [sp, #11]
ldrb w8, [sp, #11]
subs w8, w8, #97
cset w8, lt
tbnz w8, #0, LBB5_3
b LBB5_1
LBB5_1:
ldrb w8, [sp, #11]
subs w8, w8, #103
cset w8, ge
tbnz w8, #0, LBB5_3
b LBB5_2
LBB5_2:
ldrb w8, [sp, #11]
subs w8, w8, #97
add w8, w8, #10
str w8, [sp, #12]
b LBB5_10
LBB5_3:
ldrb w8, [sp, #11]
subs w8, w8, #48
cset w8, lt
tbnz w8, #0, LBB5_6
b LBB5_4
LBB5_4:
ldrb w8, [sp, #11]
subs w8, w8, #58
cset w8, ge
tbnz w8, #0, LBB5_6
b LBB5_5
LBB5_5:
ldrb w8, [sp, #11]
subs w8, w8, #48
str w8, [sp, #12]
b LBB5_10
LBB5_6:
ldrb w8, [sp, #11]
subs w8, w8, #65
cset w8, lt
tbnz w8, #0, LBB5_9
b LBB5_7
LBB5_7:
ldrb w8, [sp, #11]
subs w8, w8, #71
cset w8, ge
tbnz w8, #0, LBB5_9
b LBB5_8
LBB5_8:
ldrb w8, [sp, #11]
subs w8, w8, #65
add w8, w8, #10
str w8, [sp, #12]
b LBB5_10
LBB5_9:
mov w8, #-1
str w8, [sp, #12]
b LBB5_10
LBB5_10:
ldr w0, [sp, #12]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _highhex ; -- Begin function highhex
.p2align 2
_highhex: ; @highhex
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
strb w0, [sp, #15]
ldrb w8, [sp, #15]
asr w8, w8, #4
and w8, w8, #0xf
strb w8, [sp, #15]
ldrb w8, [sp, #15]
subs w8, w8, #9
cset w8, le
tbnz w8, #0, LBB6_2
b LBB6_1
LBB6_1:
ldrb w8, [sp, #15]
add w8, w8, #55
strb w8, [sp, #15]
b LBB6_3
LBB6_2:
ldrb w8, [sp, #15]
add w8, w8, #48
strb w8, [sp, #15]
b LBB6_3
LBB6_3:
ldrb w0, [sp, #15]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _lowhex ; -- Begin function lowhex
.p2align 2
_lowhex: ; @lowhex
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
strb w0, [sp, #15]
ldrb w8, [sp, #15]
and w8, w8, #0xf
strb w8, [sp, #15]
ldrb w8, [sp, #15]
subs w8, w8, #9
cset w8, le
tbnz w8, #0, LBB7_2
b LBB7_1
LBB7_1:
ldrb w8, [sp, #15]
add w8, w8, #55
strb w8, [sp, #15]
b LBB7_3
LBB7_2:
ldrb w8, [sp, #15]
add w8, w8, #48
strb w8, [sp, #15]
b LBB7_3
LBB7_3:
ldrb w0, [sp, #15]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _hexstring2int ; -- Begin function hexstring2int
.p2align 2
_hexstring2int: ; @hexstring2int
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
str x1, [sp, #16]
str wzr, [sp, #12]
ldur x8, [x29, #-8]
ldrb w8, [x8]
strb w8, [sp, #11]
ldrb w0, [sp, #11]
bl _hexchar2int
str w0, [sp, #4]
b LBB8_1
LBB8_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #4]
adds w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB8_3
b LBB8_2
LBB8_2: ; in Loop: Header=BB8_1 Depth=1
ldr x8, [sp, #16]
ldr w9, [x8]
ldr w8, [sp, #4]
add w8, w8, w9, lsl #4
ldr x9, [sp, #16]
str w8, [x9]
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
ldur x8, [x29, #-8]
add x8, x8, #1
stur x8, [x29, #-8]
ldur x8, [x29, #-8]
ldrb w8, [x8]
strb w8, [sp, #11]
ldrb w0, [sp, #11]
bl _hexchar2int
str w0, [sp, #4]
b LBB8_1
LBB8_3:
ldr w0, [sp, #12]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _get_packet ; -- Begin function get_packet
.p2align 2
_get_packet: ; @get_packet
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #16]
bl _getc
strb w0, [sp, #7]
b LBB9_1
LBB9_1: ; =>This Inner Loop Header: Depth=1
ldrb w8, [sp, #7]
subs w8, w8, #36
cset w8, eq
tbnz w8, #0, LBB9_3
b LBB9_2
LBB9_2: ; in Loop: Header=BB9_1 Depth=1
bl _getc
strb w0, [sp, #7]
b LBB9_1
LBB9_3:
strb wzr, [sp, #15]
mov w8, #-1
str w8, [sp, #8]
bl _getc
strb w0, [sp, #7]
b LBB9_4
LBB9_4: ; =>This Inner Loop Header: Depth=1
ldrb w8, [sp, #7]
subs w8, w8, #35
cset w8, eq
tbnz w8, #0, LBB9_6
b LBB9_5
LBB9_5: ; in Loop: Header=BB9_4 Depth=1
ldrb w8, [sp, #15]
ldrb w9, [sp, #7]
add w8, w8, w9
strb w8, [sp, #15]
ldrb w8, [sp, #7]
ldr x9, [sp, #16]
strb w8, [x9]
ldr x8, [sp, #16]
add x8, x8, #1
str x8, [sp, #16]
bl _getc
strb w0, [sp, #7]
b LBB9_4
LBB9_6:
ldr x8, [sp, #16]
strb wzr, [x8]
bl _getc
strb w0, [sp, #7]
ldrb w0, [sp, #7]
bl _hexchar2int
lsl w8, w0, #4
str w8, [sp, #8]
bl _getc
strb w0, [sp, #7]
ldr w8, [sp, #8]
str w8, [sp] ; 4-byte Folded Spill
ldrb w0, [sp, #7]
bl _hexchar2int
ldr w8, [sp] ; 4-byte Folded Reload
add w8, w8, w0
str w8, [sp, #8]
ldrb w8, [sp, #15]
strb w8, [sp, #15]
ldrb w8, [sp, #15]
ldr w9, [sp, #8]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB9_8
b LBB9_7
LBB9_7:
mov w0, #45
bl _putc
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _ioprint
ldr w0, [sp, #8]
bl _ioprint_int
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _ioprint
ldrb w0, [sp, #15]
bl _ioprint_int
mov w8, #-1
stur w8, [x29, #-4]
b LBB9_9
LBB9_8:
mov w0, #43
bl _putc
stur wzr, [x29, #-4]
b LBB9_9
LBB9_9:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _put_packet ; -- Begin function put_packet
.p2align 2
_put_packet: ; @put_packet
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
mov w0, #36
bl _putc
sturb wzr, [x29, #-9]
ldur x8, [x29, #-8]
ldrb w8, [x8]
strb w8, [sp, #15]
b LBB10_1
LBB10_1: ; =>This Inner Loop Header: Depth=1
ldrb w8, [sp, #15]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB10_3
b LBB10_2
LBB10_2: ; in Loop: Header=BB10_1 Depth=1
ldrb w0, [sp, #15]
bl _putc
ldrb w9, [sp, #15]
ldurb w8, [x29, #-9]
add w8, w8, w9
sturb w8, [x29, #-9]
ldur x8, [x29, #-8]
add x8, x8, #1
stur x8, [x29, #-8]
ldur x8, [x29, #-8]
ldrb w8, [x8]
strb w8, [sp, #15]
b LBB10_1
LBB10_3:
ldurb w8, [x29, #-9]
sturb w8, [x29, #-9]
mov w0, #35
bl _putc
ldurb w0, [x29, #-9]
bl _highhex
and w0, w0, #0xff
bl _putc
ldurb w0, [x29, #-9]
bl _lowhex
and w0, w0, #0xff
bl _putc
bl _getc
strb w0, [sp, #15]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _readmem ; -- Begin function readmem
.p2align 2
_readmem: ; @readmem
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur x1, [x29, #-16]
sub x1, x29, #20
stur wzr, [x29, #-20]
add x8, sp, #24
str x8, [sp] ; 8-byte Folded Spill
str wzr, [sp, #24]
str wzr, [sp, #20]
ldur x0, [x29, #-8]
bl _hexstring2int
ldr x1, [sp] ; 8-byte Folded Reload
str w0, [sp, #20]
ldr w8, [sp, #20]
add w9, w8, #1
ldur x8, [x29, #-8]
add x8, x8, w9, sxtw
stur x8, [x29, #-8]
ldur x0, [x29, #-8]
bl _hexstring2int
str w0, [sp, #20]
ldursw x8, [x29, #-20]
str x8, [sp, #8]
b LBB11_1
LBB11_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #24]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB11_3
b LBB11_2
LBB11_2: ; in Loop: Header=BB11_1 Depth=1
ldr x8, [sp, #8]
ldrb w8, [x8]
strb w8, [sp, #19]
ldrb w0, [sp, #19]
bl _highhex
ldur x8, [x29, #-16]
strb w0, [x8]
ldur x8, [x29, #-16]
add x8, x8, #1
stur x8, [x29, #-16]
ldrb w0, [sp, #19]
bl _lowhex
ldur x8, [x29, #-16]
strb w0, [x8]
ldr x8, [sp, #8]
add x8, x8, #1
str x8, [sp, #8]
ldur x8, [x29, #-16]
add x8, x8, #1
stur x8, [x29, #-16]
ldr w8, [sp, #24]
subs w8, w8, #1
str w8, [sp, #24]
b LBB11_1
LBB11_3:
ldur x8, [x29, #-16]
strb wzr, [x8]
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _readreg ; -- Begin function readreg
.p2align 2
_readreg: ; @readreg
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur x1, [x29, #-16]
str x2, [sp, #24]
add x1, sp, #20
str wzr, [sp, #20]
str wzr, [sp, #16]
ldur x0, [x29, #-8]
bl _hexstring2int
str w0, [sp, #16]
ldr w8, [sp, #20]
lsl w9, w8, #2
ldur x8, [x29, #-16]
add x8, x8, w9, sxtw
stur x8, [x29, #-16]
str wzr, [sp, #12]
b LBB12_1
LBB12_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #12]
subs w8, w8, #4
cset w8, ge
tbnz w8, #0, LBB12_4
b LBB12_2
LBB12_2: ; in Loop: Header=BB12_1 Depth=1
ldur x8, [x29, #-16]
ldrb w8, [x8]
strb w8, [sp, #11]
ldrb w0, [sp, #11]
bl _highhex
ldr x8, [sp, #24]
strb w0, [x8]
ldr x8, [sp, #24]
add x8, x8, #1
str x8, [sp, #24]
ldrb w0, [sp, #11]
bl _lowhex
ldr x8, [sp, #24]
strb w0, [x8]
ldr x8, [sp, #24]
add x8, x8, #1
str x8, [sp, #24]
ldur x8, [x29, #-16]
add x8, x8, #1
stur x8, [x29, #-16]
b LBB12_3
LBB12_3: ; in Loop: Header=BB12_1 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB12_1
LBB12_4:
ldr x8, [sp, #24]
strb wzr, [x8]
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _readregs ; -- Begin function readregs
.p2align 2
_readregs: ; @readregs
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
str x1, [sp, #16]
strb wzr, [sp, #7]
str wzr, [sp, #12]
b LBB13_1
LBB13_1: ; =>This Loop Header: Depth=1
; Child Loop BB13_3 Depth 2
ldr w8, [sp, #12]
subs w8, w8, #33
cset w8, ge
tbnz w8, #0, LBB13_8
b LBB13_2
LBB13_2: ; in Loop: Header=BB13_1 Depth=1
str wzr, [sp, #8]
b LBB13_3
LBB13_3: ; Parent Loop BB13_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #8]
subs w8, w8, #4
cset w8, ge
tbnz w8, #0, LBB13_6
b LBB13_4
LBB13_4: ; in Loop: Header=BB13_3 Depth=2
ldur x8, [x29, #-8]
ldrb w8, [x8]
strb w8, [sp, #7]
ldrb w0, [sp, #7]
bl _highhex
ldr x8, [sp, #16]
strb w0, [x8]
ldr x8, [sp, #16]
add x8, x8, #1
str x8, [sp, #16]
ldrb w0, [sp, #7]
bl _lowhex
ldr x8, [sp, #16]
strb w0, [x8]
ldr x8, [sp, #16]
add x8, x8, #1
str x8, [sp, #16]
ldur x8, [x29, #-8]
add x8, x8, #1
stur x8, [x29, #-8]
b LBB13_5
LBB13_5: ; in Loop: Header=BB13_3 Depth=2
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB13_3
LBB13_6: ; in Loop: Header=BB13_1 Depth=1
b LBB13_7
LBB13_7: ; in Loop: Header=BB13_1 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB13_1
LBB13_8:
ldr x8, [sp, #16]
strb wzr, [x8]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _writereg ; -- Begin function writereg
.p2align 2
_writereg: ; @writereg
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur x1, [x29, #-16]
sub x1, x29, #20
stur wzr, [x29, #-20]
str wzr, [sp, #24]
strb wzr, [sp, #19]
ldur x0, [x29, #-8]
bl _hexstring2int
str w0, [sp, #24]
ldr w8, [sp, #24]
add w9, w8, #1
ldur x8, [x29, #-8]
add x8, x8, w9, sxtw
stur x8, [x29, #-8]
ldur w8, [x29, #-20]
lsl w9, w8, #2
ldur x8, [x29, #-16]
add x8, x8, w9, sxtw
stur x8, [x29, #-16]
str wzr, [sp, #20]
b LBB14_1
LBB14_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #20]
subs w8, w8, #4
cset w8, ge
tbnz w8, #0, LBB14_4
b LBB14_2
LBB14_2: ; in Loop: Header=BB14_1 Depth=1
ldur x8, [x29, #-8]
ldrb w8, [x8]
strb w8, [sp, #19]
ldrb w0, [sp, #19]
bl _hexchar2int
str w0, [sp, #24]
ldur x8, [x29, #-8]
add x8, x8, #1
stur x8, [x29, #-8]
ldur x8, [x29, #-8]
ldrb w8, [x8]
strb w8, [sp, #19]
ldr w8, [sp, #24]
str w8, [sp, #4] ; 4-byte Folded Spill
ldrb w0, [sp, #19]
bl _hexchar2int
ldr w8, [sp, #4] ; 4-byte Folded Reload
add w8, w0, w8, lsl #4
str w8, [sp, #24]
ldur x8, [x29, #-8]
add x8, x8, #1
stur x8, [x29, #-8]
ldr w8, [sp, #24]
ldur x9, [x29, #-16]
strb w8, [x9]
ldur x8, [x29, #-16]
add x8, x8, #1
stur x8, [x29, #-16]
b LBB14_3
LBB14_3: ; in Loop: Header=BB14_1 Depth=1
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB14_1
LBB14_4:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _writeregs ; -- Begin function writeregs
.p2align 2
_writeregs: ; @writeregs
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur x1, [x29, #-16]
str wzr, [sp, #20]
strb wzr, [sp, #19]
stur wzr, [x29, #-20]
b LBB15_1
LBB15_1: ; =>This Loop Header: Depth=1
; Child Loop BB15_3 Depth 2
ldur w8, [x29, #-20]
subs w8, w8, #33
cset w8, ge
tbnz w8, #0, LBB15_8
b LBB15_2
LBB15_2: ; in Loop: Header=BB15_1 Depth=1
str wzr, [sp, #24]
b LBB15_3
LBB15_3: ; Parent Loop BB15_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #24]
subs w8, w8, #4
cset w8, ge
tbnz w8, #0, LBB15_6
b LBB15_4
LBB15_4: ; in Loop: Header=BB15_3 Depth=2
ldur x8, [x29, #-8]
ldrb w8, [x8]
strb w8, [sp, #19]
ldrb w0, [sp, #19]
bl _hexchar2int
str w0, [sp, #20]
ldur x8, [x29, #-8]
add x8, x8, #1
stur x8, [x29, #-8]
ldur x8, [x29, #-8]
ldrb w8, [x8]
strb w8, [sp, #19]
ldr w8, [sp, #20]
str w8, [sp, #12] ; 4-byte Folded Spill
ldrb w0, [sp, #19]
bl _hexchar2int
ldr w8, [sp, #12] ; 4-byte Folded Reload
add w8, w0, w8, lsl #4
str w8, [sp, #20]
ldur x8, [x29, #-8]
add x8, x8, #1
stur x8, [x29, #-8]
ldr w8, [sp, #20]
ldur x9, [x29, #-16]
strb w8, [x9]
ldur x8, [x29, #-16]
add x8, x8, #1
stur x8, [x29, #-16]
b LBB15_5
LBB15_5: ; in Loop: Header=BB15_3 Depth=2
ldr w8, [sp, #24]
add w8, w8, #1
str w8, [sp, #24]
b LBB15_3
LBB15_6: ; in Loop: Header=BB15_1 Depth=1
b LBB15_7
LBB15_7: ; in Loop: Header=BB15_1 Depth=1
ldur w8, [x29, #-20]
add w8, w8, #1
stur w8, [x29, #-20]
b LBB15_1
LBB15_8:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _writemem ; -- Begin function writemem
.p2align 2
_writemem: ; @writemem
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
sub x1, x29, #12
stur wzr, [x29, #-12]
sub x8, x29, #16
str x8, [sp, #8] ; 8-byte Folded Spill
stur wzr, [x29, #-16]
stur wzr, [x29, #-20]
ldur x0, [x29, #-8]
bl _hexstring2int
ldr x1, [sp, #8] ; 8-byte Folded Reload
stur w0, [x29, #-20]
ldur w8, [x29, #-20]
add w9, w8, #1
ldur x8, [x29, #-8]
add x8, x8, w9, sxtw
stur x8, [x29, #-8]
ldur x0, [x29, #-8]
bl _hexstring2int
stur w0, [x29, #-20]
ldursw x8, [x29, #-12]
str x8, [sp, #16]
ldur w8, [x29, #-20]
add w9, w8, #1
ldur x8, [x29, #-8]
add x8, x8, w9, sxtw
stur x8, [x29, #-8]
b LBB16_1
LBB16_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-16]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB16_3
b LBB16_2
LBB16_2: ; in Loop: Header=BB16_1 Depth=1
ldur x8, [x29, #-8]
ldrb w8, [x8]
sturb w8, [x29, #-21]
ldurb w0, [x29, #-21]
bl _hexchar2int
stur w0, [x29, #-20]
ldur x8, [x29, #-8]
add x8, x8, #1
stur x8, [x29, #-8]
ldur x8, [x29, #-8]
ldrb w8, [x8]
sturb w8, [x29, #-21]
ldur w8, [x29, #-20]
str w8, [sp, #4] ; 4-byte Folded Spill
ldurb w0, [x29, #-21]
bl _hexchar2int
ldr w8, [sp, #4] ; 4-byte Folded Reload
add w8, w0, w8, lsl #4
stur w8, [x29, #-20]
ldur x8, [x29, #-8]
add x8, x8, #1
stur x8, [x29, #-8]
ldur w8, [x29, #-20]
ldr x9, [sp, #16]
strb w8, [x9]
ldr x8, [sp, #16]
add x8, x8, #1
str x8, [sp, #16]
ldur w8, [x29, #-16]
subs w8, w8, #1
stur w8, [x29, #-16]
b LBB16_1
LBB16_3:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _setbreak ; -- Begin function setbreak
.p2align 2
_setbreak: ; @setbreak
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur x1, [x29, #-16]
sub x1, x29, #20
stur wzr, [x29, #-20]
str wzr, [sp, #12]
ldur x0, [x29, #-8]
bl _hexstring2int
str w0, [sp, #12]
ldursw x8, [x29, #-20]
str x8, [sp, #16]
ldr x8, [sp, #16]
ldr w8, [x8]
ldur x9, [x29, #-16]
str w8, [x9]
ldr x9, [sp, #16]
mov w8, #115
movk w8, #16, lsl #16
str w8, [x9]
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _clearbreak ; -- Begin function clearbreak
.p2align 2
_clearbreak: ; @clearbreak
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur x1, [x29, #-16]
sub x1, x29, #20
stur wzr, [x29, #-20]
str wzr, [sp, #12]
ldur x0, [x29, #-8]
bl _hexstring2int
str w0, [sp, #12]
ldursw x8, [x29, #-20]
str x8, [sp, #16]
ldur x8, [x29, #-16]
ldr w8, [x8]
ldr x9, [sp, #16]
str w8, [x9]
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _status ; -- Begin function status
.p2align 2
_status: ; @status
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
sturb w0, [x29, #-1]
str x1, [sp, #16]
str x2, [sp, #8]
ldr x9, [sp, #8]
mov w8, #84
strb w8, [x9]
ldr x8, [sp, #8]
add x8, x8, #1
str x8, [sp, #8]
ldurb w0, [x29, #-1]
bl _highhex
ldr x8, [sp, #8]
strb w0, [x8]
ldr x8, [sp, #8]
add x8, x8, #1
str x8, [sp, #8]
ldurb w0, [x29, #-1]
bl _lowhex
ldr x8, [sp, #8]
strb w0, [x8]
ldr x8, [sp, #8]
add x8, x8, #1
str x8, [sp, #8]
ldr x9, [sp, #8]
mov w8, #50
strb w8, [x9]
ldr x8, [sp, #8]
add x8, x8, #1
str x8, [sp, #8]
ldr x9, [sp, #8]
mov w8, #48
strb w8, [x9]
ldr x8, [sp, #8]
add x8, x8, #1
str x8, [sp, #8]
ldr x9, [sp, #8]
mov w8, #58
strb w8, [x9]
ldr x8, [sp, #8]
add x8, x8, #1
str x8, [sp, #8]
ldr x8, [sp, #16]
add x8, x8, #128
str x8, [sp, #16]
str wzr, [sp, #4]
b LBB19_1
LBB19_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #4]
subs w8, w8, #4
cset w8, ge
tbnz w8, #0, LBB19_4
b LBB19_2
LBB19_2: ; in Loop: Header=BB19_1 Depth=1
ldr x8, [sp, #16]
ldrb w8, [x8]
strb w8, [sp, #3]
ldrb w0, [sp, #3]
bl _highhex
ldr x8, [sp, #8]
strb w0, [x8]
ldr x8, [sp, #8]
add x8, x8, #1
str x8, [sp, #8]
ldrb w0, [sp, #3]
bl _lowhex
ldr x8, [sp, #8]
strb w0, [x8]
ldr x8, [sp, #8]
add x8, x8, #1
str x8, [sp, #8]
ldr x8, [sp, #16]
add x8, x8, #1
str x8, [sp, #16]
b LBB19_3
LBB19_3: ; in Loop: Header=BB19_1 Depth=1
ldr w8, [sp, #4]
add w8, w8, #1
str w8, [sp, #4]
b LBB19_1
LBB19_4:
ldr x9, [sp, #8]
mov w8, #59
strb w8, [x9]
ldr x8, [sp, #8]
add x8, x8, #1
str x8, [sp, #8]
ldr x8, [sp, #8]
strb wzr, [x8]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _irq_irq ; -- Begin function irq_irq
.p2align 2
_irq_irq: ; @irq_irq
.cfi_startproc
; %bb.0:
sub sp, sp, #112
.cfi_def_cfa_offset 112
stp x29, x30, [sp, #96] ; 16-byte Folded Spill
add x29, sp, #96
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x2, _outbuffer@GOTPAGE
ldr x2, [x2, _outbuffer@GOTPAGEOFF]
str x2, [sp, #24] ; 8-byte Folded Spill
adrp x8, _inbuffer@GOTPAGE
ldr x8, [x8, _inbuffer@GOTPAGEOFF]
str x8, [sp] ; 8-byte Folded Spill
add x9, x8, #2
str x9, [sp, #8] ; 8-byte Folded Spill
add x8, x8, #3
str x8, [sp, #16] ; 8-byte Folded Spill
stur x0, [x29, #-16]
stur w1, [x29, #-20]
stur wzr, [x29, #-24]
stur wzr, [x29, #-28]
; kill: def $x8 killed $xzr
stur xzr, [x29, #-40]
str xzr, [sp, #48]
mov w8, #1
str w8, [sp, #44]
str wzr, [sp, #40]
str wzr, [sp, #36]
ldur w8, [x29, #-20]
ldur x1, [x29, #-16]
and w0, w8, #0xff
bl _status
ldr x0, [sp, #24] ; 8-byte Folded Reload
bl _put_packet
b LBB20_1
LBB20_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #44]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB20_27
b LBB20_2
LBB20_2: ; in Loop: Header=BB20_1 Depth=1
ldr x0, [sp] ; 8-byte Folded Reload
bl _get_packet
ldr x8, [sp] ; 8-byte Folded Reload
str w0, [sp, #40]
ldrb w8, [x8]
sturb w8, [x29, #-29]
ldurb w8, [x29, #-29]
subs w8, w8, #109
cset w8, ne
tbnz w8, #0, LBB20_4
b LBB20_3
LBB20_3: ; in Loop: Header=BB20_1 Depth=1
ldr x1, [sp, #24] ; 8-byte Folded Reload
ldr x0, [sp, #8] ; 8-byte Folded Reload
bl _readmem
ldr x0, [sp, #24] ; 8-byte Folded Reload
bl _put_packet
b LBB20_4
LBB20_4: ; in Loop: Header=BB20_1 Depth=1
ldurb w8, [x29, #-29]
subs w8, w8, #77
cset w8, ne
tbnz w8, #0, LBB20_6
b LBB20_5
LBB20_5: ; in Loop: Header=BB20_1 Depth=1
ldr x0, [sp, #8] ; 8-byte Folded Reload
bl _writemem
ldr x0, [sp, #24] ; 8-byte Folded Reload
mov w8, #79
strb w8, [x0]
mov w8, #75
strb w8, [x0, #1]
strb wzr, [x0, #2]
bl _put_packet
b LBB20_6
LBB20_6: ; in Loop: Header=BB20_1 Depth=1
ldurb w8, [x29, #-29]
subs w8, w8, #112
cset w8, ne
tbnz w8, #0, LBB20_8
b LBB20_7
LBB20_7: ; in Loop: Header=BB20_1 Depth=1
ldr x2, [sp, #24] ; 8-byte Folded Reload
ldr x0, [sp, #8] ; 8-byte Folded Reload
ldur x1, [x29, #-16]
bl _readreg
ldr x0, [sp, #24] ; 8-byte Folded Reload
bl _put_packet
b LBB20_8
LBB20_8: ; in Loop: Header=BB20_1 Depth=1
ldurb w8, [x29, #-29]
subs w8, w8, #80
cset w8, ne
tbnz w8, #0, LBB20_10
b LBB20_9
LBB20_9: ; in Loop: Header=BB20_1 Depth=1
ldr x0, [sp, #8] ; 8-byte Folded Reload
ldur x1, [x29, #-16]
bl _writereg
ldr x0, [sp, #24] ; 8-byte Folded Reload
mov w8, #79
strb w8, [x0]
mov w8, #75
strb w8, [x0, #1]
strb wzr, [x0, #2]
bl _put_packet
b LBB20_10
LBB20_10: ; in Loop: Header=BB20_1 Depth=1
ldurb w8, [x29, #-29]
subs w8, w8, #103
cset w8, ne
tbnz w8, #0, LBB20_12
b LBB20_11
LBB20_11: ; in Loop: Header=BB20_1 Depth=1
ldr x1, [sp, #24] ; 8-byte Folded Reload
ldur x0, [x29, #-16]
bl _readregs
ldr x0, [sp, #24] ; 8-byte Folded Reload
bl _put_packet
b LBB20_12
LBB20_12: ; in Loop: Header=BB20_1 Depth=1
ldurb w8, [x29, #-29]
subs w8, w8, #71
cset w8, ne
tbnz w8, #0, LBB20_14
b LBB20_13
LBB20_13: ; in Loop: Header=BB20_1 Depth=1
ldr x0, [sp, #8] ; 8-byte Folded Reload
ldur x1, [x29, #-16]
bl _writeregs
ldr x0, [sp, #24] ; 8-byte Folded Reload
mov w8, #79
strb w8, [x0]
mov w8, #75
strb w8, [x0, #1]
strb wzr, [x0, #2]
bl _put_packet
b LBB20_14
LBB20_14: ; in Loop: Header=BB20_1 Depth=1
ldurb w8, [x29, #-29]
subs w8, w8, #90
cset w8, ne
tbnz w8, #0, LBB20_16
b LBB20_15
LBB20_15: ; in Loop: Header=BB20_1 Depth=1
ldr x0, [sp, #16] ; 8-byte Folded Reload
adrp x1, _breakopcode@GOTPAGE
ldr x1, [x1, _breakopcode@GOTPAGEOFF]
bl _setbreak
ldr x0, [sp, #24] ; 8-byte Folded Reload
mov w8, #79
strb w8, [x0]
mov w8, #75
strb w8, [x0, #1]
strb wzr, [x0, #2]
bl _put_packet
b LBB20_16
LBB20_16: ; in Loop: Header=BB20_1 Depth=1
ldurb w8, [x29, #-29]
subs w8, w8, #122
cset w8, ne
tbnz w8, #0, LBB20_18
b LBB20_17
LBB20_17: ; in Loop: Header=BB20_1 Depth=1
ldr x0, [sp, #16] ; 8-byte Folded Reload
adrp x1, _breakopcode@GOTPAGE
ldr x1, [x1, _breakopcode@GOTPAGEOFF]
bl _clearbreak
ldr x0, [sp, #24] ; 8-byte Folded Reload
mov w8, #79
strb w8, [x0]
mov w8, #75
strb w8, [x0, #1]
strb wzr, [x0, #2]
bl _put_packet
b LBB20_18
LBB20_18: ; in Loop: Header=BB20_1 Depth=1
ldurb w8, [x29, #-29]
subs w8, w8, #63
cset w8, ne
tbnz w8, #0, LBB20_20
b LBB20_19
LBB20_19: ; in Loop: Header=BB20_1 Depth=1
ldr x2, [sp, #24] ; 8-byte Folded Reload
ldur w8, [x29, #-20]
ldur x1, [x29, #-16]
and w0, w8, #0xff
bl _status
ldr x0, [sp, #24] ; 8-byte Folded Reload
bl _put_packet
b LBB20_20
LBB20_20: ; in Loop: Header=BB20_1 Depth=1
ldurb w8, [x29, #-29]
subs w8, w8, #99
cset w8, ne
tbnz w8, #0, LBB20_22
b LBB20_21
LBB20_21: ; in Loop: Header=BB20_1 Depth=1
str wzr, [sp, #44]
b LBB20_22
LBB20_22: ; in Loop: Header=BB20_1 Depth=1
ldurb w8, [x29, #-29]
subs w8, w8, #115
cset w8, ne
tbnz w8, #0, LBB20_24
b LBB20_23
LBB20_23:
adrp x8, _uart0@PAGE
ldr x9, [x8, _uart0@PAGEOFF]
mov w8, #1
str w8, [x9, #12]
stur w8, [x29, #-4]
b LBB20_28
LBB20_24: ; in Loop: Header=BB20_1 Depth=1
ldurb w8, [x29, #-29]
subs w8, w8, #110
cset w8, ne
tbnz w8, #0, LBB20_26
b LBB20_25
LBB20_25:
ldr x0, [sp, #8] ; 8-byte Folded Reload
add x1, sp, #36
bl _hexstring2int
str w0, [sp, #40]
adrp x8, _uart0@PAGE
ldr x9, [x8, _uart0@PAGEOFF]
mov w8, #1
str w8, [x9, #12]
ldr w8, [sp, #36]
stur w8, [x29, #-4]
b LBB20_28
LBB20_26: ; in Loop: Header=BB20_1 Depth=1
b LBB20_1
LBB20_27:
bl _ackint
stur wzr, [x29, #-4]
b LBB20_28
LBB20_28:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #96] ; 16-byte Folded Reload
add sp, sp, #112
ret
.cfi_endproc
; -- End function
.section __DATA,__data
.globl _uart0 ; @uart0
.p2align 3
_uart0:
.quad 268435456
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "0x"
l_.str.1: ; @.str.1
.asciz "Received:"
l_.str.2: ; @.str.2
.asciz "Calculated:"
.comm _outbuffer,280,0 ; @outbuffer
.comm _inbuffer,80,0 ; @inbuffer
.comm _breakopcode,4,2 ; @breakopcode
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _putc ## -- Begin function putc
.p2align 4, 0x90
_putc: ## @putc
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movb %dil, %al
movb %al, -1(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movq _uart0(%rip), %rax
movl 4(%rax), %eax
andl $1, %eax
cmpl $1, %eax
jne LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_1
LBB0_3:
movzbl -1(%rbp), %ecx
movq _uart0(%rip), %rax
movl %ecx, (%rax)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _getc ## -- Begin function getc
.p2align 4, 0x90
_getc: ## @getc
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
jmp LBB1_1
LBB1_1: ## =>This Inner Loop Header: Depth=1
movq _uart0(%rip), %rax
movl 4(%rax), %eax
andl $2, %eax
cmpl $0, %eax
jne LBB1_3
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
jmp LBB1_1
LBB1_3:
movq _uart0(%rip), %rax
movl (%rax), %eax
## kill: def $al killed $al killed $eax
movzbl %al, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _ackint ## -- Begin function ackint
.p2align 4, 0x90
_ackint: ## @ackint
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _uart0(%rip), %rax
movl $1, 8(%rax)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _ioprint ## -- Begin function ioprint
.p2align 4, 0x90
_ioprint: ## @ioprint
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
LBB3_1: ## =>This Inner Loop Header: Depth=1
movq -8(%rbp), %rax
cmpb $0, (%rax)
je LBB3_3
## %bb.2: ## in Loop: Header=BB3_1 Depth=1
movq -8(%rbp), %rax
movzbl (%rax), %edi
callq _putc
movq -8(%rbp), %rax
addq $1, %rax
movq %rax, -8(%rbp)
jmp LBB3_1
LBB3_3:
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _ioprint_int ## -- Begin function ioprint_int
.p2align 4, 0x90
_ioprint_int: ## @ioprint_int
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl %edi, -4(%rbp)
leaq L_.str(%rip), %rdi
callq _ioprint
movl $28, -8(%rbp)
LBB4_1: ## =>This Inner Loop Header: Depth=1
cmpl $0, -8(%rbp)
jl LBB4_7
## %bb.2: ## in Loop: Header=BB4_1 Depth=1
movl -4(%rbp), %eax
movl -8(%rbp), %ecx
## kill: def $cl killed $ecx
sarl %cl, %eax
andl $15, %eax
movl %eax, -12(%rbp)
cmpl $10, -12(%rbp)
jge LBB4_4
## %bb.3: ## in Loop: Header=BB4_1 Depth=1
movl -12(%rbp), %eax
addl $48, %eax
## kill: def $al killed $al killed $eax
movzbl %al, %edi
callq _putc
jmp LBB4_5
LBB4_4: ## in Loop: Header=BB4_1 Depth=1
movl -12(%rbp), %eax
addl $55, %eax
## kill: def $al killed $al killed $eax
movzbl %al, %edi
callq _putc
LBB4_5: ## in Loop: Header=BB4_1 Depth=1
jmp LBB4_6
LBB4_6: ## in Loop: Header=BB4_1 Depth=1
movl -8(%rbp), %eax
subl $4, %eax
movl %eax, -8(%rbp)
jmp LBB4_1
LBB4_7:
movl $10, %edi
callq _putc
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _hexchar2int ## -- Begin function hexchar2int
.p2align 4, 0x90
_hexchar2int: ## @hexchar2int
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movb %dil, %al
movb %al, -5(%rbp)
movzbl -5(%rbp), %eax
cmpl $97, %eax
jl LBB5_3
## %bb.1:
movzbl -5(%rbp), %eax
cmpl $103, %eax
jge LBB5_3
## %bb.2:
movzbl -5(%rbp), %eax
subl $97, %eax
addl $10, %eax
movl %eax, -4(%rbp)
jmp LBB5_10
LBB5_3:
movzbl -5(%rbp), %eax
cmpl $48, %eax
jl LBB5_6
## %bb.4:
movzbl -5(%rbp), %eax
cmpl $58, %eax
jge LBB5_6
## %bb.5:
movzbl -5(%rbp), %eax
subl $48, %eax
movl %eax, -4(%rbp)
jmp LBB5_10
LBB5_6:
movzbl -5(%rbp), %eax
cmpl $65, %eax
jl LBB5_9
## %bb.7:
movzbl -5(%rbp), %eax
cmpl $71, %eax
jge LBB5_9
## %bb.8:
movzbl -5(%rbp), %eax
subl $65, %eax
addl $10, %eax
movl %eax, -4(%rbp)
jmp LBB5_10
LBB5_9:
movl $-1, -4(%rbp)
LBB5_10:
movl -4(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _highhex ## -- Begin function highhex
.p2align 4, 0x90
_highhex: ## @highhex
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movb %dil, %al
movb %al, -1(%rbp)
movzbl -1(%rbp), %eax
sarl $4, %eax
andl $15, %eax
## kill: def $al killed $al killed $eax
movb %al, -1(%rbp)
movzbl -1(%rbp), %eax
cmpl $9, %eax
jle LBB6_2
## %bb.1:
movzbl -1(%rbp), %eax
addl $55, %eax
## kill: def $al killed $al killed $eax
movb %al, -1(%rbp)
jmp LBB6_3
LBB6_2:
movzbl -1(%rbp), %eax
addl $48, %eax
## kill: def $al killed $al killed $eax
movb %al, -1(%rbp)
LBB6_3:
movzbl -1(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _lowhex ## -- Begin function lowhex
.p2align 4, 0x90
_lowhex: ## @lowhex
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movb %dil, %al
movb %al, -1(%rbp)
movzbl -1(%rbp), %eax
andl $15, %eax
## kill: def $al killed $al killed $eax
movb %al, -1(%rbp)
movzbl -1(%rbp), %eax
cmpl $9, %eax
jle LBB7_2
## %bb.1:
movzbl -1(%rbp), %eax
addl $55, %eax
## kill: def $al killed $al killed $eax
movb %al, -1(%rbp)
jmp LBB7_3
LBB7_2:
movzbl -1(%rbp), %eax
addl $48, %eax
## kill: def $al killed $al killed $eax
movb %al, -1(%rbp)
LBB7_3:
movzbl -1(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _hexstring2int ## -- Begin function hexstring2int
.p2align 4, 0x90
_hexstring2int: ## @hexstring2int
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movl $0, -20(%rbp)
movq -8(%rbp), %rax
movb (%rax), %al
movb %al, -21(%rbp)
movzbl -21(%rbp), %edi
callq _hexchar2int
movl %eax, -28(%rbp)
LBB8_1: ## =>This Inner Loop Header: Depth=1
cmpl $-1, -28(%rbp)
je LBB8_3
## %bb.2: ## in Loop: Header=BB8_1 Depth=1
movq -16(%rbp), %rax
movl (%rax), %ecx
shll $4, %ecx
addl -28(%rbp), %ecx
movq -16(%rbp), %rax
movl %ecx, (%rax)
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
movq -8(%rbp), %rax
addq $1, %rax
movq %rax, -8(%rbp)
movq -8(%rbp), %rax
movb (%rax), %al
movb %al, -21(%rbp)
movzbl -21(%rbp), %edi
callq _hexchar2int
movl %eax, -28(%rbp)
jmp LBB8_1
LBB8_3:
movl -20(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _get_packet ## -- Begin function get_packet
.p2align 4, 0x90
_get_packet: ## @get_packet
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -16(%rbp)
callq _getc
movb %al, -25(%rbp)
LBB9_1: ## =>This Inner Loop Header: Depth=1
movzbl -25(%rbp), %eax
cmpl $36, %eax
je LBB9_3
## %bb.2: ## in Loop: Header=BB9_1 Depth=1
callq _getc
movb %al, -25(%rbp)
jmp LBB9_1
LBB9_3:
movb $0, -17(%rbp)
movl $-1, -24(%rbp)
callq _getc
movb %al, -25(%rbp)
LBB9_4: ## =>This Inner Loop Header: Depth=1
movzbl -25(%rbp), %eax
cmpl $35, %eax
je LBB9_6
## %bb.5: ## in Loop: Header=BB9_4 Depth=1
movzbl -17(%rbp), %eax
movzbl -25(%rbp), %ecx
addl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -17(%rbp)
movb -25(%rbp), %cl
movq -16(%rbp), %rax
movb %cl, (%rax)
movq -16(%rbp), %rax
addq $1, %rax
movq %rax, -16(%rbp)
callq _getc
movb %al, -25(%rbp)
jmp LBB9_4
LBB9_6:
movq -16(%rbp), %rax
movb $0, (%rax)
callq _getc
movb %al, -25(%rbp)
movzbl -25(%rbp), %edi
callq _hexchar2int
shll $4, %eax
movl %eax, -24(%rbp)
callq _getc
movb %al, -25(%rbp)
movl -24(%rbp), %eax
movl %eax, -32(%rbp) ## 4-byte Spill
movzbl -25(%rbp), %edi
callq _hexchar2int
movl %eax, %ecx
movl -32(%rbp), %eax ## 4-byte Reload
addl %ecx, %eax
movl %eax, -24(%rbp)
movzbl -17(%rbp), %eax
andl $255, %eax
## kill: def $al killed $al killed $eax
movb %al, -17(%rbp)
movzbl -17(%rbp), %eax
cmpl -24(%rbp), %eax
je LBB9_8
## %bb.7:
movl $45, %edi
callq _putc
leaq L_.str.1(%rip), %rdi
callq _ioprint
movl -24(%rbp), %edi
callq _ioprint_int
leaq L_.str.2(%rip), %rdi
callq _ioprint
movzbl -17(%rbp), %edi
callq _ioprint_int
movl $-1, -4(%rbp)
jmp LBB9_9
LBB9_8:
movl $43, %edi
callq _putc
movl $0, -4(%rbp)
LBB9_9:
movl -4(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _put_packet ## -- Begin function put_packet
.p2align 4, 0x90
_put_packet: ## @put_packet
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movl $36, %edi
callq _putc
movb $0, -9(%rbp)
movq -8(%rbp), %rax
movb (%rax), %al
movb %al, -17(%rbp)
LBB10_1: ## =>This Inner Loop Header: Depth=1
movzbl -17(%rbp), %eax
cmpl $0, %eax
je LBB10_3
## %bb.2: ## in Loop: Header=BB10_1 Depth=1
movzbl -17(%rbp), %edi
callq _putc
movzbl -17(%rbp), %ecx
movzbl -9(%rbp), %eax
addl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -9(%rbp)
movq -8(%rbp), %rax
addq $1, %rax
movq %rax, -8(%rbp)
movq -8(%rbp), %rax
movb (%rax), %al
movb %al, -17(%rbp)
jmp LBB10_1
LBB10_3:
movzbl -9(%rbp), %eax
andl $255, %eax
## kill: def $al killed $al killed $eax
movb %al, -9(%rbp)
movl $35, %edi
callq _putc
movzbl -9(%rbp), %edi
callq _highhex
movzbl %al, %edi
callq _putc
movzbl -9(%rbp), %edi
callq _lowhex
movzbl %al, %edi
callq _putc
callq _getc
movb %al, -17(%rbp)
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _readmem ## -- Begin function readmem
.p2align 4, 0x90
_readmem: ## @readmem
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movl $0, -20(%rbp)
movl $0, -24(%rbp)
movl $0, -28(%rbp)
movq -8(%rbp), %rdi
leaq -20(%rbp), %rsi
callq _hexstring2int
movl %eax, -28(%rbp)
movl -28(%rbp), %ecx
addl $1, %ecx
movq -8(%rbp), %rax
movslq %ecx, %rcx
addq %rcx, %rax
movq %rax, -8(%rbp)
movq -8(%rbp), %rdi
leaq -24(%rbp), %rsi
callq _hexstring2int
movl %eax, -28(%rbp)
movslq -20(%rbp), %rax
movq %rax, -40(%rbp)
LBB11_1: ## =>This Inner Loop Header: Depth=1
cmpl $0, -24(%rbp)
jle LBB11_3
## %bb.2: ## in Loop: Header=BB11_1 Depth=1
movq -40(%rbp), %rax
movb (%rax), %al
movb %al, -29(%rbp)
movzbl -29(%rbp), %edi
callq _highhex
movb %al, %cl
movq -16(%rbp), %rax
movb %cl, (%rax)
movq -16(%rbp), %rax
addq $1, %rax
movq %rax, -16(%rbp)
movzbl -29(%rbp), %edi
callq _lowhex
movb %al, %cl
movq -16(%rbp), %rax
movb %cl, (%rax)
movq -40(%rbp), %rax
addq $1, %rax
movq %rax, -40(%rbp)
movq -16(%rbp), %rax
addq $1, %rax
movq %rax, -16(%rbp)
movl -24(%rbp), %eax
subl $1, %eax
movl %eax, -24(%rbp)
jmp LBB11_1
LBB11_3:
movq -16(%rbp), %rax
movb $0, (%rax)
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _readreg ## -- Begin function readreg
.p2align 4, 0x90
_readreg: ## @readreg
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movq %rdx, -24(%rbp)
movl $0, -28(%rbp)
movl $0, -32(%rbp)
movq -8(%rbp), %rdi
leaq -28(%rbp), %rsi
callq _hexstring2int
movl %eax, -32(%rbp)
movl -28(%rbp), %ecx
shll $2, %ecx
movq -16(%rbp), %rax
movslq %ecx, %rcx
addq %rcx, %rax
movq %rax, -16(%rbp)
movl $0, -36(%rbp)
LBB12_1: ## =>This Inner Loop Header: Depth=1
cmpl $4, -36(%rbp)
jge LBB12_4
## %bb.2: ## in Loop: Header=BB12_1 Depth=1
movq -16(%rbp), %rax
movb (%rax), %al
movb %al, -37(%rbp)
movzbl -37(%rbp), %edi
callq _highhex
movb %al, %cl
movq -24(%rbp), %rax
movb %cl, (%rax)
movq -24(%rbp), %rax
addq $1, %rax
movq %rax, -24(%rbp)
movzbl -37(%rbp), %edi
callq _lowhex
movb %al, %cl
movq -24(%rbp), %rax
movb %cl, (%rax)
movq -24(%rbp), %rax
addq $1, %rax
movq %rax, -24(%rbp)
movq -16(%rbp), %rax
addq $1, %rax
movq %rax, -16(%rbp)
## %bb.3: ## in Loop: Header=BB12_1 Depth=1
movl -36(%rbp), %eax
addl $1, %eax
movl %eax, -36(%rbp)
jmp LBB12_1
LBB12_4:
movq -24(%rbp), %rax
movb $0, (%rax)
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _readregs ## -- Begin function readregs
.p2align 4, 0x90
_readregs: ## @readregs
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movb $0, -25(%rbp)
movl $0, -20(%rbp)
LBB13_1: ## =>This Loop Header: Depth=1
## Child Loop BB13_3 Depth 2
cmpl $33, -20(%rbp)
jge LBB13_8
## %bb.2: ## in Loop: Header=BB13_1 Depth=1
movl $0, -24(%rbp)
LBB13_3: ## Parent Loop BB13_1 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $4, -24(%rbp)
jge LBB13_6
## %bb.4: ## in Loop: Header=BB13_3 Depth=2
movq -8(%rbp), %rax
movb (%rax), %al
movb %al, -25(%rbp)
movzbl -25(%rbp), %edi
callq _highhex
movb %al, %cl
movq -16(%rbp), %rax
movb %cl, (%rax)
movq -16(%rbp), %rax
addq $1, %rax
movq %rax, -16(%rbp)
movzbl -25(%rbp), %edi
callq _lowhex
movb %al, %cl
movq -16(%rbp), %rax
movb %cl, (%rax)
movq -16(%rbp), %rax
addq $1, %rax
movq %rax, -16(%rbp)
movq -8(%rbp), %rax
addq $1, %rax
movq %rax, -8(%rbp)
## %bb.5: ## in Loop: Header=BB13_3 Depth=2
movl -24(%rbp), %eax
addl $1, %eax
movl %eax, -24(%rbp)
jmp LBB13_3
LBB13_6: ## in Loop: Header=BB13_1 Depth=1
jmp LBB13_7
LBB13_7: ## in Loop: Header=BB13_1 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB13_1
LBB13_8:
movq -16(%rbp), %rax
movb $0, (%rax)
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _writereg ## -- Begin function writereg
.p2align 4, 0x90
_writereg: ## @writereg
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movl $0, -20(%rbp)
movl $0, -24(%rbp)
movb $0, -29(%rbp)
movq -8(%rbp), %rdi
leaq -20(%rbp), %rsi
callq _hexstring2int
movl %eax, -24(%rbp)
movl -24(%rbp), %ecx
addl $1, %ecx
movq -8(%rbp), %rax
movslq %ecx, %rcx
addq %rcx, %rax
movq %rax, -8(%rbp)
movl -20(%rbp), %ecx
shll $2, %ecx
movq -16(%rbp), %rax
movslq %ecx, %rcx
addq %rcx, %rax
movq %rax, -16(%rbp)
movl $0, -28(%rbp)
LBB14_1: ## =>This Inner Loop Header: Depth=1
cmpl $4, -28(%rbp)
jge LBB14_4
## %bb.2: ## in Loop: Header=BB14_1 Depth=1
movq -8(%rbp), %rax
movb (%rax), %al
movb %al, -29(%rbp)
movzbl -29(%rbp), %edi
callq _hexchar2int
movl %eax, -24(%rbp)
movq -8(%rbp), %rax
addq $1, %rax
movq %rax, -8(%rbp)
movq -8(%rbp), %rax
movb (%rax), %al
movb %al, -29(%rbp)
movl -24(%rbp), %eax
shll $4, %eax
movl %eax, -44(%rbp) ## 4-byte Spill
movzbl -29(%rbp), %edi
callq _hexchar2int
movl %eax, %ecx
movl -44(%rbp), %eax ## 4-byte Reload
addl %ecx, %eax
movl %eax, -24(%rbp)
movq -8(%rbp), %rax
addq $1, %rax
movq %rax, -8(%rbp)
movl -24(%rbp), %eax
movb %al, %cl
movq -16(%rbp), %rax
movb %cl, (%rax)
movq -16(%rbp), %rax
addq $1, %rax
movq %rax, -16(%rbp)
## %bb.3: ## in Loop: Header=BB14_1 Depth=1
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
jmp LBB14_1
LBB14_4:
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _writeregs ## -- Begin function writeregs
.p2align 4, 0x90
_writeregs: ## @writeregs
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movl $0, -28(%rbp)
movb $0, -29(%rbp)
movl $0, -20(%rbp)
LBB15_1: ## =>This Loop Header: Depth=1
## Child Loop BB15_3 Depth 2
cmpl $33, -20(%rbp)
jge LBB15_8
## %bb.2: ## in Loop: Header=BB15_1 Depth=1
movl $0, -24(%rbp)
LBB15_3: ## Parent Loop BB15_1 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $4, -24(%rbp)
jge LBB15_6
## %bb.4: ## in Loop: Header=BB15_3 Depth=2
movq -8(%rbp), %rax
movb (%rax), %al
movb %al, -29(%rbp)
movzbl -29(%rbp), %edi
callq _hexchar2int
movl %eax, -28(%rbp)
movq -8(%rbp), %rax
addq $1, %rax
movq %rax, -8(%rbp)
movq -8(%rbp), %rax
movb (%rax), %al
movb %al, -29(%rbp)
movl -28(%rbp), %eax
shll $4, %eax
movl %eax, -36(%rbp) ## 4-byte Spill
movzbl -29(%rbp), %edi
callq _hexchar2int
movl %eax, %ecx
movl -36(%rbp), %eax ## 4-byte Reload
addl %ecx, %eax
movl %eax, -28(%rbp)
movq -8(%rbp), %rax
addq $1, %rax
movq %rax, -8(%rbp)
movl -28(%rbp), %eax
movb %al, %cl
movq -16(%rbp), %rax
movb %cl, (%rax)
movq -16(%rbp), %rax
addq $1, %rax
movq %rax, -16(%rbp)
## %bb.5: ## in Loop: Header=BB15_3 Depth=2
movl -24(%rbp), %eax
addl $1, %eax
movl %eax, -24(%rbp)
jmp LBB15_3
LBB15_6: ## in Loop: Header=BB15_1 Depth=1
jmp LBB15_7
LBB15_7: ## in Loop: Header=BB15_1 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB15_1
LBB15_8:
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _writemem ## -- Begin function writemem
.p2align 4, 0x90
_writemem: ## @writemem
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movq %rdi, -8(%rbp)
movl $0, -12(%rbp)
movl $0, -16(%rbp)
movl $0, -20(%rbp)
movq -8(%rbp), %rdi
leaq -12(%rbp), %rsi
callq _hexstring2int
movl %eax, -20(%rbp)
movl -20(%rbp), %ecx
addl $1, %ecx
movq -8(%rbp), %rax
movslq %ecx, %rcx
addq %rcx, %rax
movq %rax, -8(%rbp)
movq -8(%rbp), %rdi
leaq -16(%rbp), %rsi
callq _hexstring2int
movl %eax, -20(%rbp)
movslq -12(%rbp), %rax
movq %rax, -32(%rbp)
movl -20(%rbp), %ecx
addl $1, %ecx
movq -8(%rbp), %rax
movslq %ecx, %rcx
addq %rcx, %rax
movq %rax, -8(%rbp)
LBB16_1: ## =>This Inner Loop Header: Depth=1
cmpl $0, -16(%rbp)
jle LBB16_3
## %bb.2: ## in Loop: Header=BB16_1 Depth=1
movq -8(%rbp), %rax
movb (%rax), %al
movb %al, -21(%rbp)
movzbl -21(%rbp), %edi
callq _hexchar2int
movl %eax, -20(%rbp)
movq -8(%rbp), %rax
addq $1, %rax
movq %rax, -8(%rbp)
movq -8(%rbp), %rax
movb (%rax), %al
movb %al, -21(%rbp)
movl -20(%rbp), %eax
shll $4, %eax
movl %eax, -36(%rbp) ## 4-byte Spill
movzbl -21(%rbp), %edi
callq _hexchar2int
movl %eax, %ecx
movl -36(%rbp), %eax ## 4-byte Reload
addl %ecx, %eax
movl %eax, -20(%rbp)
movq -8(%rbp), %rax
addq $1, %rax
movq %rax, -8(%rbp)
movl -20(%rbp), %eax
movb %al, %cl
movq -32(%rbp), %rax
movb %cl, (%rax)
movq -32(%rbp), %rax
addq $1, %rax
movq %rax, -32(%rbp)
movl -16(%rbp), %eax
subl $1, %eax
movl %eax, -16(%rbp)
jmp LBB16_1
LBB16_3:
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _setbreak ## -- Begin function setbreak
.p2align 4, 0x90
_setbreak: ## @setbreak
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movl $0, -20(%rbp)
movl $0, -36(%rbp)
movq -8(%rbp), %rdi
leaq -20(%rbp), %rsi
callq _hexstring2int
movl %eax, -36(%rbp)
movslq -20(%rbp), %rax
movq %rax, -32(%rbp)
movq -32(%rbp), %rax
movl (%rax), %ecx
movq -16(%rbp), %rax
movl %ecx, (%rax)
movq -32(%rbp), %rax
movl $1048691, (%rax) ## imm = 0x100073
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _clearbreak ## -- Begin function clearbreak
.p2align 4, 0x90
_clearbreak: ## @clearbreak
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movl $0, -20(%rbp)
movl $0, -36(%rbp)
movq -8(%rbp), %rdi
leaq -20(%rbp), %rsi
callq _hexstring2int
movl %eax, -36(%rbp)
movslq -20(%rbp), %rax
movq %rax, -32(%rbp)
movq -16(%rbp), %rax
movl (%rax), %ecx
movq -32(%rbp), %rax
movl %ecx, (%rax)
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _status ## -- Begin function status
.p2align 4, 0x90
_status: ## @status
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movb %dil, %al
movb %al, -1(%rbp)
movq %rsi, -16(%rbp)
movq %rdx, -24(%rbp)
movq -24(%rbp), %rax
movb $84, (%rax)
movq -24(%rbp), %rax
addq $1, %rax
movq %rax, -24(%rbp)
movzbl -1(%rbp), %edi
callq _highhex
movb %al, %cl
movq -24(%rbp), %rax
movb %cl, (%rax)
movq -24(%rbp), %rax
addq $1, %rax
movq %rax, -24(%rbp)
movzbl -1(%rbp), %edi
callq _lowhex
movb %al, %cl
movq -24(%rbp), %rax
movb %cl, (%rax)
movq -24(%rbp), %rax
addq $1, %rax
movq %rax, -24(%rbp)
movq -24(%rbp), %rax
movb $50, (%rax)
movq -24(%rbp), %rax
addq $1, %rax
movq %rax, -24(%rbp)
movq -24(%rbp), %rax
movb $48, (%rax)
movq -24(%rbp), %rax
addq $1, %rax
movq %rax, -24(%rbp)
movq -24(%rbp), %rax
movb $58, (%rax)
movq -24(%rbp), %rax
addq $1, %rax
movq %rax, -24(%rbp)
movq -16(%rbp), %rax
addq $128, %rax
movq %rax, -16(%rbp)
movl $0, -28(%rbp)
LBB19_1: ## =>This Inner Loop Header: Depth=1
cmpl $4, -28(%rbp)
jge LBB19_4
## %bb.2: ## in Loop: Header=BB19_1 Depth=1
movq -16(%rbp), %rax
movb (%rax), %al
movb %al, -29(%rbp)
movzbl -29(%rbp), %edi
callq _highhex
movb %al, %cl
movq -24(%rbp), %rax
movb %cl, (%rax)
movq -24(%rbp), %rax
addq $1, %rax
movq %rax, -24(%rbp)
movzbl -29(%rbp), %edi
callq _lowhex
movb %al, %cl
movq -24(%rbp), %rax
movb %cl, (%rax)
movq -24(%rbp), %rax
addq $1, %rax
movq %rax, -24(%rbp)
movq -16(%rbp), %rax
addq $1, %rax
movq %rax, -16(%rbp)
## %bb.3: ## in Loop: Header=BB19_1 Depth=1
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
jmp LBB19_1
LBB19_4:
movq -24(%rbp), %rax
movb $59, (%rax)
movq -24(%rbp), %rax
addq $1, %rax
movq %rax, -24(%rbp)
movq -24(%rbp), %rax
movb $0, (%rax)
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _irq_irq ## -- Begin function irq_irq
.p2align 4, 0x90
_irq_irq: ## @irq_irq
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $64, %rsp
movq %rdi, -16(%rbp)
movl %esi, -20(%rbp)
movl $0, -24(%rbp)
movl $0, -28(%rbp)
movq $0, -40(%rbp)
movq $0, -48(%rbp)
movl $1, -52(%rbp)
movl $0, -56(%rbp)
movl $0, -60(%rbp)
movl -20(%rbp), %eax
## kill: def $al killed $al killed $eax
movq -16(%rbp), %rsi
movq _outbuffer@GOTPCREL(%rip), %rdx
movzbl %al, %edi
callq _status
movq _outbuffer@GOTPCREL(%rip), %rdi
callq _put_packet
LBB20_1: ## =>This Inner Loop Header: Depth=1
cmpl $0, -52(%rbp)
je LBB20_27
## %bb.2: ## in Loop: Header=BB20_1 Depth=1
movq _inbuffer@GOTPCREL(%rip), %rdi
callq _get_packet
movl %eax, -56(%rbp)
movq _inbuffer@GOTPCREL(%rip), %rax
movb (%rax), %al
movb %al, -29(%rbp)
movzbl -29(%rbp), %eax
cmpl $109, %eax
jne LBB20_4
## %bb.3: ## in Loop: Header=BB20_1 Depth=1
movq _inbuffer@GOTPCREL(%rip), %rdi
addq $2, %rdi
movq _outbuffer@GOTPCREL(%rip), %rsi
callq _readmem
movq _outbuffer@GOTPCREL(%rip), %rdi
callq _put_packet
LBB20_4: ## in Loop: Header=BB20_1 Depth=1
movzbl -29(%rbp), %eax
cmpl $77, %eax
jne LBB20_6
## %bb.5: ## in Loop: Header=BB20_1 Depth=1
movq _inbuffer@GOTPCREL(%rip), %rdi
addq $2, %rdi
callq _writemem
movq _outbuffer@GOTPCREL(%rip), %rax
movb $79, (%rax)
movq _outbuffer@GOTPCREL(%rip), %rax
movb $75, 1(%rax)
movq _outbuffer@GOTPCREL(%rip), %rax
movb $0, 2(%rax)
movq _outbuffer@GOTPCREL(%rip), %rdi
callq _put_packet
LBB20_6: ## in Loop: Header=BB20_1 Depth=1
movzbl -29(%rbp), %eax
cmpl $112, %eax
jne LBB20_8
## %bb.7: ## in Loop: Header=BB20_1 Depth=1
movq -16(%rbp), %rsi
movq _inbuffer@GOTPCREL(%rip), %rdi
addq $2, %rdi
movq _outbuffer@GOTPCREL(%rip), %rdx
callq _readreg
movq _outbuffer@GOTPCREL(%rip), %rdi
callq _put_packet
LBB20_8: ## in Loop: Header=BB20_1 Depth=1
movzbl -29(%rbp), %eax
cmpl $80, %eax
jne LBB20_10
## %bb.9: ## in Loop: Header=BB20_1 Depth=1
movq -16(%rbp), %rsi
movq _inbuffer@GOTPCREL(%rip), %rdi
addq $2, %rdi
callq _writereg
movq _outbuffer@GOTPCREL(%rip), %rax
movb $79, (%rax)
movq _outbuffer@GOTPCREL(%rip), %rax
movb $75, 1(%rax)
movq _outbuffer@GOTPCREL(%rip), %rax
movb $0, 2(%rax)
movq _outbuffer@GOTPCREL(%rip), %rdi
callq _put_packet
LBB20_10: ## in Loop: Header=BB20_1 Depth=1
movzbl -29(%rbp), %eax
cmpl $103, %eax
jne LBB20_12
## %bb.11: ## in Loop: Header=BB20_1 Depth=1
movq -16(%rbp), %rdi
movq _outbuffer@GOTPCREL(%rip), %rsi
callq _readregs
movq _outbuffer@GOTPCREL(%rip), %rdi
callq _put_packet
LBB20_12: ## in Loop: Header=BB20_1 Depth=1
movzbl -29(%rbp), %eax
cmpl $71, %eax
jne LBB20_14
## %bb.13: ## in Loop: Header=BB20_1 Depth=1
movq -16(%rbp), %rsi
movq _inbuffer@GOTPCREL(%rip), %rdi
addq $2, %rdi
callq _writeregs
movq _outbuffer@GOTPCREL(%rip), %rax
movb $79, (%rax)
movq _outbuffer@GOTPCREL(%rip), %rax
movb $75, 1(%rax)
movq _outbuffer@GOTPCREL(%rip), %rax
movb $0, 2(%rax)
movq _outbuffer@GOTPCREL(%rip), %rdi
callq _put_packet
LBB20_14: ## in Loop: Header=BB20_1 Depth=1
movzbl -29(%rbp), %eax
cmpl $90, %eax
jne LBB20_16
## %bb.15: ## in Loop: Header=BB20_1 Depth=1
movq _inbuffer@GOTPCREL(%rip), %rdi
addq $3, %rdi
movq _breakopcode@GOTPCREL(%rip), %rsi
callq _setbreak
movq _outbuffer@GOTPCREL(%rip), %rax
movb $79, (%rax)
movq _outbuffer@GOTPCREL(%rip), %rax
movb $75, 1(%rax)
movq _outbuffer@GOTPCREL(%rip), %rax
movb $0, 2(%rax)
movq _outbuffer@GOTPCREL(%rip), %rdi
callq _put_packet
LBB20_16: ## in Loop: Header=BB20_1 Depth=1
movzbl -29(%rbp), %eax
cmpl $122, %eax
jne LBB20_18
## %bb.17: ## in Loop: Header=BB20_1 Depth=1
movq _inbuffer@GOTPCREL(%rip), %rdi
addq $3, %rdi
movq _breakopcode@GOTPCREL(%rip), %rsi
callq _clearbreak
movq _outbuffer@GOTPCREL(%rip), %rax
movb $79, (%rax)
movq _outbuffer@GOTPCREL(%rip), %rax
movb $75, 1(%rax)
movq _outbuffer@GOTPCREL(%rip), %rax
movb $0, 2(%rax)
movq _outbuffer@GOTPCREL(%rip), %rdi
callq _put_packet
LBB20_18: ## in Loop: Header=BB20_1 Depth=1
movzbl -29(%rbp), %eax
cmpl $63, %eax
jne LBB20_20
## %bb.19: ## in Loop: Header=BB20_1 Depth=1
movl -20(%rbp), %eax
## kill: def $al killed $al killed $eax
movq -16(%rbp), %rsi
movq _outbuffer@GOTPCREL(%rip), %rdx
movzbl %al, %edi
callq _status
movq _outbuffer@GOTPCREL(%rip), %rdi
callq _put_packet
LBB20_20: ## in Loop: Header=BB20_1 Depth=1
movzbl -29(%rbp), %eax
cmpl $99, %eax
jne LBB20_22
## %bb.21: ## in Loop: Header=BB20_1 Depth=1
movl $0, -52(%rbp)
LBB20_22: ## in Loop: Header=BB20_1 Depth=1
movzbl -29(%rbp), %eax
cmpl $115, %eax
jne LBB20_24
## %bb.23:
movq _uart0(%rip), %rax
movl $1, 12(%rax)
movl $1, -4(%rbp)
jmp LBB20_28
LBB20_24: ## in Loop: Header=BB20_1 Depth=1
movzbl -29(%rbp), %eax
cmpl $110, %eax
jne LBB20_26
## %bb.25:
movq _inbuffer@GOTPCREL(%rip), %rdi
addq $2, %rdi
leaq -60(%rbp), %rsi
callq _hexstring2int
movl %eax, -56(%rbp)
movq _uart0(%rip), %rax
movl $1, 12(%rax)
movl -60(%rbp), %eax
movl %eax, -4(%rbp)
jmp LBB20_28
LBB20_26: ## in Loop: Header=BB20_1 Depth=1
jmp LBB20_1
LBB20_27:
callq _ackint
movl $0, -4(%rbp)
LBB20_28:
movl -4(%rbp), %eax
addq $64, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __DATA,__data
.globl _uart0 ## @uart0
.p2align 3
_uart0:
.quad 268435456
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "0x"
L_.str.1: ## @.str.1
.asciz "Received:"
L_.str.2: ## @.str.2
.asciz "Calculated:"
.comm _outbuffer,280,4 ## @outbuffer
.comm _inbuffer,80,4 ## @inbuffer
.comm _breakopcode,4,2 ## @breakopcode
.subsections_via_symbols
| the_stack_data/115764865.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _sorting_shell ; -- Begin function sorting_shell
.p2align 2
_sorting_shell: ; @sorting_shell
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #24]
str w1, [sp, #20]
str wzr, [sp, #12]
ldr w8, [sp, #20]
mov w9, #2
sdiv w8, w8, w9
str w8, [sp, #4]
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_3 Depth 2
; Child Loop BB0_5 Depth 3
ldr w8, [sp, #4]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB0_15
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #4]
str w8, [sp]
b LBB0_3
LBB0_3: ; Parent Loop BB0_1 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB0_5 Depth 3
ldr w8, [sp]
ldr w9, [sp, #20]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_13
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=2
ldr x8, [sp, #24]
ldrsw x9, [sp]
ldr w8, [x8, x9, lsl #2]
str w8, [sp, #16]
ldr w8, [sp]
str w8, [sp, #8]
b LBB0_5
LBB0_5: ; Parent Loop BB0_1 Depth=1
; Parent Loop BB0_3 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #8]
ldr w9, [sp, #4]
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB0_11
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_5 Depth=3
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
ldr w8, [sp, #16]
ldr x9, [sp, #24]
ldr w10, [sp, #8]
ldr w11, [sp, #4]
subs w10, w10, w11
ldr w9, [x9, w10, sxtw #2]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_8
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_5 Depth=3
ldr x8, [sp, #24]
ldr w9, [sp, #8]
ldr w10, [sp, #4]
subs w9, w9, w10
ldr w8, [x8, w9, sxtw #2]
ldr x9, [sp, #24]
ldrsw x10, [sp, #8]
str w8, [x9, x10, lsl #2]
b LBB0_9
LBB0_8: ; in Loop: Header=BB0_3 Depth=2
b LBB0_11
LBB0_9: ; in Loop: Header=BB0_5 Depth=3
b LBB0_10
LBB0_10: ; in Loop: Header=BB0_5 Depth=3
ldr w8, [sp, #8]
ldr w9, [sp, #4]
subs w8, w8, w9
str w8, [sp, #8]
b LBB0_5
LBB0_11: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
ldr w8, [sp, #16]
ldr x9, [sp, #24]
ldrsw x10, [sp, #8]
str w8, [x9, x10, lsl #2]
b LBB0_12
LBB0_12: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp]
add w8, w8, #1
str w8, [sp]
b LBB0_3
LBB0_13: ; in Loop: Header=BB0_1 Depth=1
b LBB0_14
LBB0_14: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #4]
mov w9, #2
sdiv w8, w8, w9
str w8, [sp, #4]
b LBB0_1
LBB0_15:
ldr w0, [sp, #12]
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
mov x9, sp
sub x8, x29, #12
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
ldursw x8, [x29, #-12]
lsl x0, x8, #2
bl _malloc
str x0, [sp, #24]
str wzr, [sp, #20]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #20]
ldur w9, [x29, #-12]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_4
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldr x8, [sp, #24]
ldrsw x9, [sp, #20]
add x8, x8, x9, lsl #2
mov x9, sp
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
b LBB1_3
LBB1_3: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB1_1
LBB1_4:
ldr x0, [sp, #24]
ldur w1, [x29, #-12]
bl _sorting_shell
str wzr, [sp, #16]
b LBB1_5
LBB1_5: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #16]
ldur w9, [x29, #-12]
subs w9, w9, #1
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_8
b LBB1_6
LBB1_6: ; in Loop: Header=BB1_5 Depth=1
ldr x8, [sp, #24]
ldrsw x9, [sp, #16]
ldr w9, [x8, x9, lsl #2]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB1_7
LBB1_7: ; in Loop: Header=BB1_5 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB1_5
LBB1_8:
ldr x8, [sp, #24]
ldur w9, [x29, #-12]
subs w9, w9, #1
ldr w9, [x8, w9, sxtw #2]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldr x0, [sp, #24]
bl _free
mov w0, #0
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d"
l_.str.1: ; @.str.1
.asciz "%d "
l_.str.2: ; @.str.2
.asciz "%d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _sorting_shell ## -- Begin function sorting_shell
.p2align 4, 0x90
_sorting_shell: ## @sorting_shell
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movl $0, -20(%rbp)
movl -12(%rbp), %eax
movl $2, %ecx
cltd
idivl %ecx
movl %eax, -28(%rbp)
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_3 Depth 2
## Child Loop BB0_5 Depth 3
cmpl $0, -28(%rbp)
jle LBB0_15
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl -28(%rbp), %eax
movl %eax, -32(%rbp)
LBB0_3: ## Parent Loop BB0_1 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB0_5 Depth 3
movl -32(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB0_13
## %bb.4: ## in Loop: Header=BB0_3 Depth=2
movq -8(%rbp), %rax
movslq -32(%rbp), %rcx
movl (%rax,%rcx,4), %eax
movl %eax, -16(%rbp)
movl -32(%rbp), %eax
movl %eax, -24(%rbp)
LBB0_5: ## Parent Loop BB0_1 Depth=1
## Parent Loop BB0_3 Depth=2
## => This Inner Loop Header: Depth=3
movl -24(%rbp), %eax
cmpl -28(%rbp), %eax
jl LBB0_11
## %bb.6: ## in Loop: Header=BB0_5 Depth=3
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
movl -16(%rbp), %eax
movq -8(%rbp), %rcx
movl -24(%rbp), %edx
subl -28(%rbp), %edx
movslq %edx, %rdx
cmpl (%rcx,%rdx,4), %eax
jge LBB0_8
## %bb.7: ## in Loop: Header=BB0_5 Depth=3
movq -8(%rbp), %rax
movl -24(%rbp), %ecx
subl -28(%rbp), %ecx
movslq %ecx, %rcx
movl (%rax,%rcx,4), %edx
movq -8(%rbp), %rax
movslq -24(%rbp), %rcx
movl %edx, (%rax,%rcx,4)
jmp LBB0_9
LBB0_8: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_11
LBB0_9: ## in Loop: Header=BB0_5 Depth=3
jmp LBB0_10
LBB0_10: ## in Loop: Header=BB0_5 Depth=3
movl -24(%rbp), %eax
subl -28(%rbp), %eax
movl %eax, -24(%rbp)
jmp LBB0_5
LBB0_11: ## in Loop: Header=BB0_3 Depth=2
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
movl -16(%rbp), %edx
movq -8(%rbp), %rax
movslq -24(%rbp), %rcx
movl %edx, (%rax,%rcx,4)
## %bb.12: ## in Loop: Header=BB0_3 Depth=2
movl -32(%rbp), %eax
addl $1, %eax
movl %eax, -32(%rbp)
jmp LBB0_3
LBB0_13: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_14
LBB0_14: ## in Loop: Header=BB0_1 Depth=1
movl -28(%rbp), %eax
movl $2, %ecx
cltd
idivl %ecx
movl %eax, -28(%rbp)
jmp LBB0_1
LBB0_15:
movl -20(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
leaq -12(%rbp), %rsi
movb $0, %al
callq _scanf
movslq -12(%rbp), %rdi
shlq $2, %rdi
callq _malloc
movq %rax, -24(%rbp)
movl $0, -28(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
movl -28(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB1_4
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movq -24(%rbp), %rsi
movslq -28(%rbp), %rax
shlq $2, %rax
addq %rax, %rsi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _scanf
## %bb.3: ## in Loop: Header=BB1_1 Depth=1
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
jmp LBB1_1
LBB1_4:
movq -24(%rbp), %rdi
movl -12(%rbp), %esi
callq _sorting_shell
movl $0, -32(%rbp)
LBB1_5: ## =>This Inner Loop Header: Depth=1
movl -32(%rbp), %eax
movl -12(%rbp), %ecx
subl $1, %ecx
cmpl %ecx, %eax
jge LBB1_8
## %bb.6: ## in Loop: Header=BB1_5 Depth=1
movq -24(%rbp), %rax
movslq -32(%rbp), %rcx
movl (%rax,%rcx,4), %esi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
## %bb.7: ## in Loop: Header=BB1_5 Depth=1
movl -32(%rbp), %eax
addl $1, %eax
movl %eax, -32(%rbp)
jmp LBB1_5
LBB1_8:
movq -24(%rbp), %rax
movl -12(%rbp), %ecx
subl $1, %ecx
movslq %ecx, %rcx
movl (%rax,%rcx,4), %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movq -24(%rbp), %rdi
callq _free
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d"
L_.str.1: ## @.str.1
.asciz "%d "
L_.str.2: ## @.str.2
.asciz "%d\n"
.subsections_via_symbols
| the_stack_data/15185.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _pendfunc ; -- Begin function pendfunc
.p2align 2
_pendfunc: ; @pendfunc
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
bl _pendfunc1
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function pendfunc1
_pendfunc1: ; @pendfunc1
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str wzr, [sp, #12]
ldr w8, [sp, #12]
add w8, w8, #4
str w8, [sp, #8]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _pendfunc ## -- Begin function pendfunc
.p2align 4, 0x90
_pendfunc: ## @pendfunc
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl %edi, -4(%rbp)
callq _pendfunc1
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function pendfunc1
_pendfunc1: ## @pendfunc1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $0, -4(%rbp)
movl -4(%rbp), %eax
addl $4, %eax
movl %eax, -8(%rbp)
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/73575096.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _mul8u_18VP ; -- Begin function mul8u_18VP
.p2align 2
_mul8u_18VP: ; @mul8u_18VP
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
.cfi_offset w27, -8
.cfi_offset w28, -16
sub sp, sp, #1440
.cfi_def_cfa_offset 1456
add x8, sp, #144
str x0, [x8, #1288]
str x1, [x8, #1280]
str wzr, [sp, #12]
ldr x9, [x8, #1288]
lsr x9, x9, #7
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #1
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #1264]
ldr x9, [x8, #1288]
lsr x9, x9, #6
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #1
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #1256]
ldr x9, [x8, #1280]
lsr x9, x9, #1
and x9, x9, #0x1
ldr x10, [x8, #1288]
lsr x10, x10, #7
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #1248]
ldr x9, [x8, #1264]
ldr x10, [x8, #1256]
orr x9, x9, x10
str x9, [x8, #1240]
ldr x9, [x8, #1288]
lsr x9, x9, #5
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #2
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #1232]
ldr x9, [x8, #1288]
lsr x9, x9, #7
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #2
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #1224]
ldr x9, [x8, #1280]
lsr x9, x9, #2
and x9, x9, #0x1
ldr x10, [x8, #1288]
lsr x10, x10, #6
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #1216]
ldr x9, [x8, #1248]
ldr x10, [x8, #1216]
eor x9, x9, x10
str x9, [x8, #1208]
ldr x9, [x8, #1280]
lsr x9, x9, #2
and x9, x9, #0x1
ldr x10, [x8, #1256]
and x9, x9, x10
str x9, [x8, #1200]
ldr x9, [x8, #1208]
ldr x10, [x8, #1240]
eor x9, x9, x10
str x9, [x8, #1192]
ldr x9, [x8, #1200]
ldr x10, [x8, #1248]
orr x9, x9, x10
str x9, [x8, #1184]
ldr x9, [x8, #1288]
lsr x9, x9, #5
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #3
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #1176]
ldr x9, [x8, #1288]
lsr x9, x9, #6
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #3
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #1168]
ldr x9, [x8, #1288]
lsr x9, x9, #7
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #3
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #1160]
ldr x9, [x8, #1280]
lsr x9, x9, #3
and x9, x9, #0x1
ldr x10, [x8, #1288]
lsr x10, x10, #4
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #1152]
ldr x9, [x8, #1192]
ldr x10, [x8, #1176]
eor x9, x9, x10
str x9, [x8, #1144]
ldr x9, [x8, #1192]
ldr x10, [x8, #1176]
and x9, x9, x10
str x9, [x8, #1136]
ldr x9, [x8, #1144]
ldr x10, [x8, #1232]
and x9, x9, x10
str x9, [x8, #1128]
ldr x9, [x8, #1144]
ldr x10, [x8, #1232]
eor x9, x9, x10
str x9, [x8, #1120]
ldr x9, [x8, #1136]
ldr x10, [x8, #1128]
orr x9, x9, x10
str x9, [x8, #1112]
ldr x9, [x8, #1224]
ldr x10, [x8, #1168]
eor x9, x9, x10
str x9, [x8, #1104]
ldr x9, [x8, #1224]
ldr x10, [x8, #1168]
and x9, x9, x10
str x9, [x8, #1096]
ldr x9, [x8, #1104]
ldr x10, [x8, #1184]
and x9, x9, x10
str x9, [x8, #1088]
ldr x9, [x8, #1104]
ldr x10, [x8, #1184]
eor x9, x9, x10
str x9, [x8, #1080]
ldr x9, [x8, #1096]
ldr x10, [x8, #1088]
orr x9, x9, x10
str x9, [x8, #1072]
ldr x9, [x8, #1280]
lsr x9, x9, #4
and x9, x9, #0x1
ldr x10, [x8, #1288]
lsr x10, x10, #3
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #1064]
ldr x9, [x8, #1288]
lsr x9, x9, #4
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #4
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #1056]
ldr x9, [x8, #1288]
lsr x9, x9, #5
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #4
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #1048]
ldr x9, [x8, #1288]
lsr x9, x9, #6
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #4
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #1040]
ldr x9, [x8, #1288]
lsr x9, x9, #7
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #4
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #1032]
ldr x9, [x8, #1056]
ldr x10, [x8, #1120]
and x9, x9, x10
str x9, [x8, #1024]
ldr x9, [x8, #1120]
ldr x10, [x8, #1056]
eor x9, x9, x10
str x9, [x8, #1016]
ldr x9, [x8, #1016]
ldr x10, [x8, #1152]
and x9, x9, x10
str x9, [x8, #1008]
ldr x9, [x8, #1016]
ldr x10, [x8, #1152]
eor x9, x9, x10
str x9, [x8, #1000]
ldr x9, [x8, #1024]
ldr x10, [x8, #1008]
orr x9, x9, x10
str x9, [x8, #992]
ldr x9, [x8, #1080]
ldr x10, [x8, #1048]
eor x9, x9, x10
str x9, [x8, #984]
ldr x9, [x8, #1080]
ldr x10, [x8, #1048]
and x9, x9, x10
str x9, [x8, #976]
ldr x9, [x8, #984]
ldr x10, [x8, #1112]
and x9, x9, x10
str x9, [x8, #968]
ldr x9, [x8, #984]
ldr x10, [x8, #1112]
eor x9, x9, x10
str x9, [x8, #960]
ldr x9, [x8, #976]
ldr x10, [x8, #968]
orr x9, x9, x10
str x9, [x8, #952]
ldr x9, [x8, #1160]
ldr x10, [x8, #1040]
eor x9, x9, x10
str x9, [x8, #944]
ldr x9, [x8, #1160]
ldr x10, [x8, #1040]
and x9, x9, x10
str x9, [x8, #936]
ldr x9, [x8, #944]
ldr x10, [x8, #1072]
and x9, x9, x10
str x9, [x8, #928]
ldr x9, [x8, #944]
ldr x10, [x8, #1072]
eor x9, x9, x10
str x9, [x8, #920]
ldr x9, [x8, #936]
ldr x10, [x8, #928]
orr x9, x9, x10
str x9, [x8, #912]
ldr x9, [x8, #1288]
lsr x9, x9, #3
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #5
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #904]
ldr x9, [x8, #1288]
lsr x9, x9, #4
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #5
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #896]
ldr x9, [x8, #1288]
lsr x9, x9, #5
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #5
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #888]
ldr x9, [x8, #1288]
lsr x9, x9, #6
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #5
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #880]
ldr x9, [x8, #1288]
lsr x9, x9, #7
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #5
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #872]
ldr x9, [x8, #1000]
ldr x10, [x8, #904]
eor x9, x9, x10
str x9, [x8, #864]
ldr x9, [x8, #1000]
ldr x10, [x8, #904]
and x9, x9, x10
str x9, [x8, #856]
ldr x9, [x8, #864]
ldr x10, [x8, #1064]
and x9, x9, x10
str x9, [x8, #848]
ldr x9, [x8, #864]
ldr x10, [x8, #1064]
eor x9, x9, x10
str x9, [x8, #840]
ldr x9, [x8, #856]
ldr x10, [x8, #848]
orr x9, x9, x10
str x9, [x8, #832]
ldr x9, [x8, #960]
ldr x10, [x8, #896]
eor x9, x9, x10
str x9, [x8, #824]
ldr x9, [x8, #960]
ldr x10, [x8, #896]
and x9, x9, x10
str x9, [x8, #816]
ldr x9, [x8, #824]
ldr x10, [x8, #992]
and x9, x9, x10
str x9, [x8, #808]
ldr x9, [x8, #824]
ldr x10, [x8, #992]
eor x9, x9, x10
str x9, [x8, #800]
ldr x9, [x8, #816]
ldr x10, [x8, #808]
orr x9, x9, x10
str x9, [x8, #792]
ldr x9, [x8, #920]
ldr x10, [x8, #888]
eor x9, x9, x10
str x9, [x8, #784]
ldr x9, [x8, #920]
ldr x10, [x8, #888]
and x9, x9, x10
str x9, [x8, #776]
ldr x9, [x8, #784]
ldr x10, [x8, #952]
and x9, x9, x10
str x9, [x8, #768]
ldr x9, [x8, #784]
ldr x10, [x8, #952]
eor x9, x9, x10
str x9, [x8, #760]
ldr x9, [x8, #776]
ldr x10, [x8, #768]
orr x9, x9, x10
str x9, [x8, #752]
ldr x9, [x8, #1032]
ldr x10, [x8, #880]
eor x9, x9, x10
str x9, [x8, #744]
ldr x9, [x8, #1032]
ldr x10, [x8, #880]
and x9, x9, x10
str x9, [x8, #736]
ldr x9, [x8, #744]
ldr x10, [x8, #912]
and x9, x9, x10
str x9, [x8, #728]
ldr x9, [x8, #744]
ldr x10, [x8, #912]
eor x9, x9, x10
str x9, [x8, #720]
ldr x9, [x8, #736]
ldr x10, [x8, #728]
orr x9, x9, x10
str x9, [x8, #712]
ldr x9, [x8, #1288]
lsr x9, x9, #2
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #6
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #704]
ldr x9, [x8, #1288]
lsr x9, x9, #3
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #6
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #696]
ldr x9, [x8, #1288]
lsr x9, x9, #4
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #6
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #688]
ldr x9, [x8, #1288]
lsr x9, x9, #5
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #6
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #680]
ldr x9, [x8, #1288]
lsr x9, x9, #6
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #6
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #672]
ldr x9, [x8, #1288]
lsr x9, x9, #7
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #6
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #664]
ldr x9, [x8, #840]
ldr x10, [x8, #704]
eor x9, x9, x10
str x9, [x8, #656]
ldr x9, [x8, #840]
ldr x10, [x8, #704]
and x9, x9, x10
str x9, [x8, #648]
ldr x9, [x8, #800]
ldr x10, [x8, #696]
eor x9, x9, x10
str x9, [x8, #640]
ldr x9, [x8, #800]
ldr x10, [x8, #696]
and x9, x9, x10
str x9, [x8, #632]
ldr x9, [x8, #640]
ldr x10, [x8, #832]
and x9, x9, x10
str x9, [x8, #624]
ldr x9, [x8, #640]
ldr x10, [x8, #832]
eor x9, x9, x10
str x9, [x8, #616]
ldr x9, [x8, #632]
ldr x10, [x8, #624]
orr x9, x9, x10
str x9, [x8, #608]
ldr x9, [x8, #760]
ldr x10, [x8, #688]
eor x9, x9, x10
str x9, [x8, #600]
ldr x9, [x8, #760]
ldr x10, [x8, #688]
and x9, x9, x10
str x9, [x8, #592]
ldr x9, [x8, #600]
ldr x10, [x8, #792]
and x9, x9, x10
str x9, [x8, #584]
ldr x9, [x8, #600]
ldr x10, [x8, #792]
eor x9, x9, x10
str x9, [x8, #576]
ldr x9, [x8, #592]
ldr x10, [x8, #584]
orr x9, x9, x10
str x9, [x8, #568]
ldr x9, [x8, #720]
ldr x10, [x8, #680]
eor x9, x9, x10
str x9, [x8, #560]
ldr x9, [x8, #720]
ldr x10, [x8, #680]
and x9, x9, x10
str x9, [x8, #552]
ldr x9, [x8, #560]
ldr x10, [x8, #752]
and x9, x9, x10
str x9, [x8, #544]
ldr x9, [x8, #560]
ldr x10, [x8, #752]
eor x9, x9, x10
str x9, [x8, #536]
ldr x9, [x8, #552]
ldr x10, [x8, #544]
orr x9, x9, x10
str x9, [x8, #528]
ldr x9, [x8, #872]
ldr x10, [x8, #672]
eor x9, x9, x10
str x9, [x8, #520]
ldr x9, [x8, #872]
ldr x10, [x8, #672]
and x9, x9, x10
str x9, [x8, #512]
ldr x9, [x8, #520]
ldr x10, [x8, #712]
and x9, x9, x10
str x9, [x8, #504]
ldr x9, [x8, #520]
ldr x10, [x8, #712]
eor x9, x9, x10
str x9, [x8, #496]
ldr x9, [x8, #512]
ldr x10, [x8, #504]
orr x9, x9, x10
str x9, [x8, #488]
ldr x9, [x8, #1288]
lsr x9, x9, #2
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #7
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #480]
ldr x9, [x8, #1288]
lsr x9, x9, #3
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #7
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #472]
ldr x9, [x8, #1288]
lsr x9, x9, #4
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #7
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #464]
ldr x9, [x8, #1288]
lsr x9, x9, #5
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #7
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #456]
ldr x9, [x8, #1288]
lsr x9, x9, #6
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #7
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #448]
ldr x9, [x8, #1288]
lsr x9, x9, #7
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #7
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #440]
ldr x9, [x8, #1288]
lsr x9, x9, #1
and x9, x9, #0x1
ldr x10, [x8, #1280]
lsr x10, x10, #7
and x10, x10, #0x1
and x9, x9, x10
str x9, [x8, #432]
ldr x9, [x8, #616]
ldr x10, [x8, #480]
eor x9, x9, x10
str x9, [x8, #424]
ldr x9, [x8, #616]
ldr x10, [x8, #480]
and x9, x9, x10
str x9, [x8, #416]
ldr x9, [x8, #424]
ldr x10, [x8, #648]
and x9, x9, x10
str x9, [x8, #408]
ldr x9, [x8, #424]
ldr x10, [x8, #648]
eor x9, x9, x10
str x9, [x8, #400]
ldr x9, [x8, #416]
ldr x10, [x8, #408]
orr x9, x9, x10
str x9, [x8, #392]
ldr x9, [x8, #576]
ldr x10, [x8, #472]
eor x9, x9, x10
str x9, [x8, #384]
ldr x9, [x8, #576]
ldr x10, [x8, #472]
and x9, x9, x10
str x9, [x8, #376]
ldr x9, [x8, #384]
ldr x10, [x8, #608]
and x9, x9, x10
str x9, [x8, #368]
ldr x9, [x8, #384]
ldr x10, [x8, #608]
eor x9, x9, x10
str x9, [x8, #360]
ldr x9, [x8, #376]
ldr x10, [x8, #368]
orr x9, x9, x10
str x9, [x8, #352]
ldr x9, [x8, #536]
ldr x10, [x8, #464]
eor x9, x9, x10
str x9, [x8, #344]
ldr x9, [x8, #536]
ldr x10, [x8, #464]
and x9, x9, x10
str x9, [x8, #336]
ldr x9, [x8, #344]
ldr x10, [x8, #568]
and x9, x9, x10
str x9, [x8, #328]
ldr x9, [x8, #344]
ldr x10, [x8, #568]
eor x9, x9, x10
str x9, [x8, #320]
ldr x9, [x8, #336]
ldr x10, [x8, #328]
orr x9, x9, x10
str x9, [x8, #312]
ldr x9, [x8, #496]
ldr x10, [x8, #456]
eor x9, x9, x10
str x9, [x8, #304]
ldr x9, [x8, #496]
ldr x10, [x8, #456]
and x9, x9, x10
str x9, [x8, #296]
ldr x9, [x8, #304]
ldr x10, [x8, #528]
and x9, x9, x10
str x9, [x8, #288]
ldr x9, [x8, #304]
ldr x10, [x8, #528]
eor x9, x9, x10
str x9, [x8, #280]
ldr x9, [x8, #296]
ldr x10, [x8, #288]
orr x9, x9, x10
str x9, [x8, #272]
ldr x9, [x8, #664]
ldr x10, [x8, #448]
eor x9, x9, x10
str x9, [x8, #264]
ldr x9, [x8, #664]
ldr x10, [x8, #448]
and x9, x9, x10
str x9, [x8, #256]
ldr x9, [x8, #264]
ldr x10, [x8, #488]
and x9, x9, x10
str x9, [x8, #248]
ldr x9, [x8, #264]
ldr x10, [x8, #488]
eor x9, x9, x10
str x9, [x8, #240]
ldr x9, [x8, #256]
ldr x10, [x8, #248]
orr x9, x9, x10
str x9, [x8, #232]
ldr x9, [x8, #400]
ldr x10, [x8, #432]
eor x9, x9, x10
str x9, [x8, #224]
ldr x9, [x8, #400]
ldr x10, [x8, #432]
and x9, x9, x10
str x9, [x8, #216]
ldr x9, [x8, #360]
ldr x10, [x8, #392]
eor x9, x9, x10
str x9, [x8, #208]
ldr x9, [x8, #360]
ldr x10, [x8, #392]
and x9, x9, x10
str x9, [x8, #200]
ldr x9, [x8, #208]
ldr x10, [x8, #216]
and x9, x9, x10
str x9, [x8, #192]
ldr x9, [x8, #208]
ldr x10, [x8, #216]
eor x9, x9, x10
str x9, [x8, #184]
ldr x9, [x8, #200]
ldr x10, [x8, #192]
orr x9, x9, x10
str x9, [x8, #176]
ldr x9, [x8, #320]
ldr x10, [x8, #352]
eor x9, x9, x10
str x9, [x8, #168]
ldr x9, [x8, #320]
ldr x10, [x8, #352]
and x9, x9, x10
str x9, [x8, #160]
ldr x9, [x8, #168]
ldr x10, [x8, #176]
and x9, x9, x10
str x9, [x8, #152]
ldr x9, [x8, #168]
ldr x10, [x8, #176]
eor x9, x9, x10
str x9, [x8, #144]
ldr x9, [x8, #160]
ldr x10, [x8, #152]
orr x9, x9, x10
str x9, [x8, #136]
ldr x9, [x8, #280]
ldr x10, [x8, #312]
and x9, x9, x10
str x9, [x8, #128]
ldr x9, [x8, #240]
ldr x10, [x8, #272]
eor x9, x9, x10
str x9, [x8, #120]
ldr x9, [x8, #240]
ldr x10, [x8, #272]
and x9, x9, x10
str x9, [x8, #112]
ldr x9, [x8, #120]
ldr x10, [x8, #128]
and x9, x9, x10
str x9, [x8, #104]
ldr x9, [x8, #120]
ldr x10, [x8, #128]
eor x9, x9, x10
str x9, [x8, #96]
ldr x9, [x8, #112]
ldr x10, [x8, #104]
orr x9, x9, x10
str x9, [x8, #88]
ldr x9, [x8, #440]
ldr x10, [x8, #232]
eor x9, x9, x10
str x9, [x8, #80]
ldr x9, [x8, #440]
ldr x10, [x8, #232]
and x9, x9, x10
str x9, [x8, #72]
ldr x9, [x8, #80]
ldr x10, [x8, #88]
and x9, x9, x10
str x9, [x8, #64]
ldr x9, [x8, #80]
ldr x10, [x8, #88]
eor x9, x9, x10
str x9, [x8, #56]
ldr x9, [x8, #72]
ldr x10, [x8, #64]
orr x9, x9, x10
str x9, [x8, #48]
ldr x9, [x8, #280]
ldr x10, [x8, #312]
eor x9, x9, x10
str x9, [x8, #40]
ldr x9, [x8, #136]
mvn x9, x9
str x9, [x8, #32]
ldr x9, [x8, #40]
mvn x9, x9
str x9, [x8, #24]
ldr x9, [x8, #128]
ldr x10, [x8, #40]
orr x9, x9, x10
str x9, [x8, #16]
ldr x9, [x8, #120]
ldr x10, [x8, #16]
and x9, x9, x10
str x9, [x8, #8]
ldr x9, [x8, #120]
ldr x10, [x8, #16]
eor x9, x9, x10
str x9, [x8]
ldr x9, [x8, #112]
ldr x10, [x8, #8]
orr x9, x9, x10
str x9, [sp, #136]
ldr x9, [x8, #80]
ldr x10, [sp, #136]
and x9, x9, x10
str x9, [sp, #128]
ldr x9, [x8, #80]
ldr x10, [sp, #136]
eor x9, x9, x10
str x9, [sp, #120]
ldr x9, [x8, #40]
ldr x10, [x8, #32]
and x9, x9, x10
str x9, [sp, #112]
ldr x9, [x8, #24]
ldr x10, [x8, #136]
and x9, x9, x10
str x9, [sp, #104]
ldr x9, [sp, #112]
ldr x10, [sp, #104]
orr x9, x9, x10
str x9, [sp, #96]
ldr x9, [x8, #136]
mvn x9, x9
str x9, [sp, #88]
ldr x9, [x8, #96]
ldr x10, [sp, #88]
and x9, x9, x10
str x9, [sp, #80]
ldr x9, [x8]
ldr x10, [x8, #136]
and x9, x9, x10
str x9, [sp, #72]
ldr x9, [sp, #80]
ldr x10, [sp, #72]
orr x9, x9, x10
str x9, [sp, #64]
ldr x9, [x8, #136]
mvn x9, x9
str x9, [sp, #56]
ldr x9, [x8, #56]
ldr x10, [sp, #56]
and x9, x9, x10
str x9, [sp, #48]
ldr x9, [sp, #120]
ldr x10, [x8, #136]
and x9, x9, x10
str x9, [sp, #40]
ldr x9, [sp, #48]
ldr x10, [sp, #40]
orr x9, x9, x10
str x9, [sp, #32]
ldr x9, [sp, #128]
ldr x10, [x8, #136]
and x9, x9, x10
str x9, [sp, #24]
ldr x9, [x8, #48]
ldr x10, [sp, #24]
orr x9, x9, x10
str x9, [sp, #16]
str xzr, [x8, #1272]
ldr x9, [x8, #792]
and x10, x9, #0x1
ldr x9, [x8, #1272]
orr x9, x9, x10
str x9, [x8, #1272]
ldr x9, [x8, #1224]
and x10, x9, #0x1
ldr x9, [x8, #1272]
orr x9, x9, x10, lsl #1
str x9, [x8, #1272]
ldr x9, [x8, #912]
and x10, x9, #0x1
ldr x9, [x8, #1272]
orr x9, x9, x10, lsl #2
str x9, [x8, #1272]
ldr x9, [x8, #240]
and x10, x9, #0x1
ldr x9, [x8, #1272]
orr x9, x9, x10, lsl #3
str x9, [x8, #1272]
ldr x9, [x8, #736]
and x10, x9, #0x1
ldr x9, [x8, #1272]
orr x9, x9, x10, lsl #4
str x9, [x8, #1272]
ldr x9, [x8, #736]
and x10, x9, #0x1
ldr x9, [x8, #1272]
orr x9, x9, x10, lsl #5
str x9, [x8, #1272]
ldr x9, [x8, #872]
and x10, x9, #0x1
ldr x9, [x8, #1272]
orr x9, x9, x10, lsl #6
str x9, [x8, #1272]
ldr x9, [x8, #704]
and x10, x9, #0x1
ldr x9, [x8, #1272]
orr x9, x9, x10, lsl #7
str x9, [x8, #1272]
ldr x9, [x8, #656]
and x10, x9, #0x1
ldr x9, [x8, #1272]
orr x9, x9, x10, lsl #8
str x9, [x8, #1272]
ldr x9, [x8, #224]
and x10, x9, #0x1
ldr x9, [x8, #1272]
orr x9, x9, x10, lsl #9
str x9, [x8, #1272]
ldr x9, [x8, #184]
and x10, x9, #0x1
ldr x9, [x8, #1272]
orr x9, x9, x10, lsl #10
str x9, [x8, #1272]
ldr x9, [x8, #144]
and x10, x9, #0x1
ldr x9, [x8, #1272]
orr x9, x9, x10, lsl #11
str x9, [x8, #1272]
ldr x9, [sp, #96]
and x10, x9, #0x1
ldr x9, [x8, #1272]
orr x9, x9, x10, lsl #12
str x9, [x8, #1272]
ldr x9, [sp, #64]
and x10, x9, #0x1
ldr x9, [x8, #1272]
orr x9, x9, x10, lsl #13
str x9, [x8, #1272]
ldr x9, [sp, #32]
and x10, x9, #0x1
ldr x9, [x8, #1272]
orr x9, x9, x10, lsl #14
str x9, [x8, #1272]
ldr x9, [sp, #16]
and x10, x9, #0x1
ldr x9, [x8, #1272]
orr x9, x9, x10, lsl #15
str x9, [x8, #1272]
ldr x0, [x8, #1272]
add sp, sp, #1440
ldp x28, x27, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _mul8u_18VP ## -- Begin function mul8u_18VP
.p2align 4, 0x90
_mul8u_18VP: ## @mul8u_18VP
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $1304, %rsp ## imm = 0x518
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movl $0, -1428(%rbp)
movq -8(%rbp), %rax
shrq $7, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $1, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -32(%rbp)
movq -8(%rbp), %rax
shrq $6, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $1, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -40(%rbp)
movq -16(%rbp), %rax
shrq $1, %rax
andq $1, %rax
movq -8(%rbp), %rcx
shrq $7, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -48(%rbp)
movq -32(%rbp), %rax
orq -40(%rbp), %rax
movq %rax, -56(%rbp)
movq -8(%rbp), %rax
shrq $5, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $2, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -64(%rbp)
movq -8(%rbp), %rax
shrq $7, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $2, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -72(%rbp)
movq -16(%rbp), %rax
shrq $2, %rax
andq $1, %rax
movq -8(%rbp), %rcx
shrq $6, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -80(%rbp)
movq -48(%rbp), %rax
xorq -80(%rbp), %rax
movq %rax, -88(%rbp)
movq -16(%rbp), %rax
shrq $2, %rax
andq $1, %rax
andq -40(%rbp), %rax
movq %rax, -96(%rbp)
movq -88(%rbp), %rax
xorq -56(%rbp), %rax
movq %rax, -104(%rbp)
movq -96(%rbp), %rax
orq -48(%rbp), %rax
movq %rax, -112(%rbp)
movq -8(%rbp), %rax
shrq $5, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $3, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -120(%rbp)
movq -8(%rbp), %rax
shrq $6, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $3, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -128(%rbp)
movq -8(%rbp), %rax
shrq $7, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $3, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -136(%rbp)
movq -16(%rbp), %rax
shrq $3, %rax
andq $1, %rax
movq -8(%rbp), %rcx
shrq $4, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -144(%rbp)
movq -104(%rbp), %rax
xorq -120(%rbp), %rax
movq %rax, -152(%rbp)
movq -104(%rbp), %rax
andq -120(%rbp), %rax
movq %rax, -160(%rbp)
movq -152(%rbp), %rax
andq -64(%rbp), %rax
movq %rax, -168(%rbp)
movq -152(%rbp), %rax
xorq -64(%rbp), %rax
movq %rax, -176(%rbp)
movq -160(%rbp), %rax
orq -168(%rbp), %rax
movq %rax, -184(%rbp)
movq -72(%rbp), %rax
xorq -128(%rbp), %rax
movq %rax, -192(%rbp)
movq -72(%rbp), %rax
andq -128(%rbp), %rax
movq %rax, -200(%rbp)
movq -192(%rbp), %rax
andq -112(%rbp), %rax
movq %rax, -208(%rbp)
movq -192(%rbp), %rax
xorq -112(%rbp), %rax
movq %rax, -216(%rbp)
movq -200(%rbp), %rax
orq -208(%rbp), %rax
movq %rax, -224(%rbp)
movq -16(%rbp), %rax
shrq $4, %rax
andq $1, %rax
movq -8(%rbp), %rcx
shrq $3, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -232(%rbp)
movq -8(%rbp), %rax
shrq $4, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $4, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -240(%rbp)
movq -8(%rbp), %rax
shrq $5, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $4, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -248(%rbp)
movq -8(%rbp), %rax
shrq $6, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $4, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -256(%rbp)
movq -8(%rbp), %rax
shrq $7, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $4, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -264(%rbp)
movq -240(%rbp), %rax
andq -176(%rbp), %rax
movq %rax, -272(%rbp)
movq -176(%rbp), %rax
xorq -240(%rbp), %rax
movq %rax, -280(%rbp)
movq -280(%rbp), %rax
andq -144(%rbp), %rax
movq %rax, -288(%rbp)
movq -280(%rbp), %rax
xorq -144(%rbp), %rax
movq %rax, -296(%rbp)
movq -272(%rbp), %rax
orq -288(%rbp), %rax
movq %rax, -304(%rbp)
movq -216(%rbp), %rax
xorq -248(%rbp), %rax
movq %rax, -312(%rbp)
movq -216(%rbp), %rax
andq -248(%rbp), %rax
movq %rax, -320(%rbp)
movq -312(%rbp), %rax
andq -184(%rbp), %rax
movq %rax, -328(%rbp)
movq -312(%rbp), %rax
xorq -184(%rbp), %rax
movq %rax, -336(%rbp)
movq -320(%rbp), %rax
orq -328(%rbp), %rax
movq %rax, -344(%rbp)
movq -136(%rbp), %rax
xorq -256(%rbp), %rax
movq %rax, -352(%rbp)
movq -136(%rbp), %rax
andq -256(%rbp), %rax
movq %rax, -360(%rbp)
movq -352(%rbp), %rax
andq -224(%rbp), %rax
movq %rax, -368(%rbp)
movq -352(%rbp), %rax
xorq -224(%rbp), %rax
movq %rax, -376(%rbp)
movq -360(%rbp), %rax
orq -368(%rbp), %rax
movq %rax, -384(%rbp)
movq -8(%rbp), %rax
shrq $3, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $5, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -392(%rbp)
movq -8(%rbp), %rax
shrq $4, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $5, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -400(%rbp)
movq -8(%rbp), %rax
shrq $5, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $5, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -408(%rbp)
movq -8(%rbp), %rax
shrq $6, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $5, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -416(%rbp)
movq -8(%rbp), %rax
shrq $7, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $5, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -424(%rbp)
movq -296(%rbp), %rax
xorq -392(%rbp), %rax
movq %rax, -432(%rbp)
movq -296(%rbp), %rax
andq -392(%rbp), %rax
movq %rax, -440(%rbp)
movq -432(%rbp), %rax
andq -232(%rbp), %rax
movq %rax, -448(%rbp)
movq -432(%rbp), %rax
xorq -232(%rbp), %rax
movq %rax, -456(%rbp)
movq -440(%rbp), %rax
orq -448(%rbp), %rax
movq %rax, -464(%rbp)
movq -336(%rbp), %rax
xorq -400(%rbp), %rax
movq %rax, -472(%rbp)
movq -336(%rbp), %rax
andq -400(%rbp), %rax
movq %rax, -480(%rbp)
movq -472(%rbp), %rax
andq -304(%rbp), %rax
movq %rax, -488(%rbp)
movq -472(%rbp), %rax
xorq -304(%rbp), %rax
movq %rax, -496(%rbp)
movq -480(%rbp), %rax
orq -488(%rbp), %rax
movq %rax, -504(%rbp)
movq -376(%rbp), %rax
xorq -408(%rbp), %rax
movq %rax, -512(%rbp)
movq -376(%rbp), %rax
andq -408(%rbp), %rax
movq %rax, -520(%rbp)
movq -512(%rbp), %rax
andq -344(%rbp), %rax
movq %rax, -528(%rbp)
movq -512(%rbp), %rax
xorq -344(%rbp), %rax
movq %rax, -536(%rbp)
movq -520(%rbp), %rax
orq -528(%rbp), %rax
movq %rax, -544(%rbp)
movq -264(%rbp), %rax
xorq -416(%rbp), %rax
movq %rax, -552(%rbp)
movq -264(%rbp), %rax
andq -416(%rbp), %rax
movq %rax, -560(%rbp)
movq -552(%rbp), %rax
andq -384(%rbp), %rax
movq %rax, -568(%rbp)
movq -552(%rbp), %rax
xorq -384(%rbp), %rax
movq %rax, -576(%rbp)
movq -560(%rbp), %rax
orq -568(%rbp), %rax
movq %rax, -584(%rbp)
movq -8(%rbp), %rax
shrq $2, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $6, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -592(%rbp)
movq -8(%rbp), %rax
shrq $3, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $6, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -600(%rbp)
movq -8(%rbp), %rax
shrq $4, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $6, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -608(%rbp)
movq -8(%rbp), %rax
shrq $5, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $6, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -616(%rbp)
movq -8(%rbp), %rax
shrq $6, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $6, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -624(%rbp)
movq -8(%rbp), %rax
shrq $7, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $6, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -632(%rbp)
movq -456(%rbp), %rax
xorq -592(%rbp), %rax
movq %rax, -640(%rbp)
movq -456(%rbp), %rax
andq -592(%rbp), %rax
movq %rax, -648(%rbp)
movq -496(%rbp), %rax
xorq -600(%rbp), %rax
movq %rax, -656(%rbp)
movq -496(%rbp), %rax
andq -600(%rbp), %rax
movq %rax, -664(%rbp)
movq -656(%rbp), %rax
andq -464(%rbp), %rax
movq %rax, -672(%rbp)
movq -656(%rbp), %rax
xorq -464(%rbp), %rax
movq %rax, -680(%rbp)
movq -664(%rbp), %rax
orq -672(%rbp), %rax
movq %rax, -688(%rbp)
movq -536(%rbp), %rax
xorq -608(%rbp), %rax
movq %rax, -696(%rbp)
movq -536(%rbp), %rax
andq -608(%rbp), %rax
movq %rax, -704(%rbp)
movq -696(%rbp), %rax
andq -504(%rbp), %rax
movq %rax, -712(%rbp)
movq -696(%rbp), %rax
xorq -504(%rbp), %rax
movq %rax, -720(%rbp)
movq -704(%rbp), %rax
orq -712(%rbp), %rax
movq %rax, -728(%rbp)
movq -576(%rbp), %rax
xorq -616(%rbp), %rax
movq %rax, -736(%rbp)
movq -576(%rbp), %rax
andq -616(%rbp), %rax
movq %rax, -744(%rbp)
movq -736(%rbp), %rax
andq -544(%rbp), %rax
movq %rax, -752(%rbp)
movq -736(%rbp), %rax
xorq -544(%rbp), %rax
movq %rax, -760(%rbp)
movq -744(%rbp), %rax
orq -752(%rbp), %rax
movq %rax, -768(%rbp)
movq -424(%rbp), %rax
xorq -624(%rbp), %rax
movq %rax, -776(%rbp)
movq -424(%rbp), %rax
andq -624(%rbp), %rax
movq %rax, -784(%rbp)
movq -776(%rbp), %rax
andq -584(%rbp), %rax
movq %rax, -792(%rbp)
movq -776(%rbp), %rax
xorq -584(%rbp), %rax
movq %rax, -800(%rbp)
movq -784(%rbp), %rax
orq -792(%rbp), %rax
movq %rax, -808(%rbp)
movq -8(%rbp), %rax
shrq $2, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $7, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -816(%rbp)
movq -8(%rbp), %rax
shrq $3, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $7, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -824(%rbp)
movq -8(%rbp), %rax
shrq $4, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $7, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -832(%rbp)
movq -8(%rbp), %rax
shrq $5, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $7, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -840(%rbp)
movq -8(%rbp), %rax
shrq $6, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $7, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -848(%rbp)
movq -8(%rbp), %rax
shrq $7, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $7, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -856(%rbp)
movq -8(%rbp), %rax
shrq $1, %rax
andq $1, %rax
movq -16(%rbp), %rcx
shrq $7, %rcx
andq $1, %rcx
andq %rcx, %rax
movq %rax, -864(%rbp)
movq -680(%rbp), %rax
xorq -816(%rbp), %rax
movq %rax, -872(%rbp)
movq -680(%rbp), %rax
andq -816(%rbp), %rax
movq %rax, -880(%rbp)
movq -872(%rbp), %rax
andq -648(%rbp), %rax
movq %rax, -888(%rbp)
movq -872(%rbp), %rax
xorq -648(%rbp), %rax
movq %rax, -896(%rbp)
movq -880(%rbp), %rax
orq -888(%rbp), %rax
movq %rax, -904(%rbp)
movq -720(%rbp), %rax
xorq -824(%rbp), %rax
movq %rax, -912(%rbp)
movq -720(%rbp), %rax
andq -824(%rbp), %rax
movq %rax, -920(%rbp)
movq -912(%rbp), %rax
andq -688(%rbp), %rax
movq %rax, -928(%rbp)
movq -912(%rbp), %rax
xorq -688(%rbp), %rax
movq %rax, -936(%rbp)
movq -920(%rbp), %rax
orq -928(%rbp), %rax
movq %rax, -944(%rbp)
movq -760(%rbp), %rax
xorq -832(%rbp), %rax
movq %rax, -952(%rbp)
movq -760(%rbp), %rax
andq -832(%rbp), %rax
movq %rax, -960(%rbp)
movq -952(%rbp), %rax
andq -728(%rbp), %rax
movq %rax, -968(%rbp)
movq -952(%rbp), %rax
xorq -728(%rbp), %rax
movq %rax, -976(%rbp)
movq -960(%rbp), %rax
orq -968(%rbp), %rax
movq %rax, -984(%rbp)
movq -800(%rbp), %rax
xorq -840(%rbp), %rax
movq %rax, -992(%rbp)
movq -800(%rbp), %rax
andq -840(%rbp), %rax
movq %rax, -1000(%rbp)
movq -992(%rbp), %rax
andq -768(%rbp), %rax
movq %rax, -1008(%rbp)
movq -992(%rbp), %rax
xorq -768(%rbp), %rax
movq %rax, -1016(%rbp)
movq -1000(%rbp), %rax
orq -1008(%rbp), %rax
movq %rax, -1024(%rbp)
movq -632(%rbp), %rax
xorq -848(%rbp), %rax
movq %rax, -1032(%rbp)
movq -632(%rbp), %rax
andq -848(%rbp), %rax
movq %rax, -1040(%rbp)
movq -1032(%rbp), %rax
andq -808(%rbp), %rax
movq %rax, -1048(%rbp)
movq -1032(%rbp), %rax
xorq -808(%rbp), %rax
movq %rax, -1056(%rbp)
movq -1040(%rbp), %rax
orq -1048(%rbp), %rax
movq %rax, -1064(%rbp)
movq -896(%rbp), %rax
xorq -864(%rbp), %rax
movq %rax, -1072(%rbp)
movq -896(%rbp), %rax
andq -864(%rbp), %rax
movq %rax, -1080(%rbp)
movq -936(%rbp), %rax
xorq -904(%rbp), %rax
movq %rax, -1088(%rbp)
movq -936(%rbp), %rax
andq -904(%rbp), %rax
movq %rax, -1096(%rbp)
movq -1088(%rbp), %rax
andq -1080(%rbp), %rax
movq %rax, -1104(%rbp)
movq -1088(%rbp), %rax
xorq -1080(%rbp), %rax
movq %rax, -1112(%rbp)
movq -1096(%rbp), %rax
orq -1104(%rbp), %rax
movq %rax, -1120(%rbp)
movq -976(%rbp), %rax
xorq -944(%rbp), %rax
movq %rax, -1128(%rbp)
movq -976(%rbp), %rax
andq -944(%rbp), %rax
movq %rax, -1136(%rbp)
movq -1128(%rbp), %rax
andq -1120(%rbp), %rax
movq %rax, -1144(%rbp)
movq -1128(%rbp), %rax
xorq -1120(%rbp), %rax
movq %rax, -1152(%rbp)
movq -1136(%rbp), %rax
orq -1144(%rbp), %rax
movq %rax, -1160(%rbp)
movq -1016(%rbp), %rax
andq -984(%rbp), %rax
movq %rax, -1168(%rbp)
movq -1056(%rbp), %rax
xorq -1024(%rbp), %rax
movq %rax, -1176(%rbp)
movq -1056(%rbp), %rax
andq -1024(%rbp), %rax
movq %rax, -1184(%rbp)
movq -1176(%rbp), %rax
andq -1168(%rbp), %rax
movq %rax, -1192(%rbp)
movq -1176(%rbp), %rax
xorq -1168(%rbp), %rax
movq %rax, -1200(%rbp)
movq -1184(%rbp), %rax
orq -1192(%rbp), %rax
movq %rax, -1208(%rbp)
movq -856(%rbp), %rax
xorq -1064(%rbp), %rax
movq %rax, -1216(%rbp)
movq -856(%rbp), %rax
andq -1064(%rbp), %rax
movq %rax, -1224(%rbp)
movq -1216(%rbp), %rax
andq -1208(%rbp), %rax
movq %rax, -1232(%rbp)
movq -1216(%rbp), %rax
xorq -1208(%rbp), %rax
movq %rax, -1240(%rbp)
movq -1224(%rbp), %rax
orq -1232(%rbp), %rax
movq %rax, -1248(%rbp)
movq -1016(%rbp), %rax
xorq -984(%rbp), %rax
movq %rax, -1256(%rbp)
movq -1160(%rbp), %rax
xorq $-1, %rax
movq %rax, -1264(%rbp)
movq -1256(%rbp), %rax
xorq $-1, %rax
movq %rax, -1272(%rbp)
movq -1168(%rbp), %rax
orq -1256(%rbp), %rax
movq %rax, -1280(%rbp)
movq -1176(%rbp), %rax
andq -1280(%rbp), %rax
movq %rax, -1288(%rbp)
movq -1176(%rbp), %rax
xorq -1280(%rbp), %rax
movq %rax, -1296(%rbp)
movq -1184(%rbp), %rax
orq -1288(%rbp), %rax
movq %rax, -1304(%rbp)
movq -1216(%rbp), %rax
andq -1304(%rbp), %rax
movq %rax, -1312(%rbp)
movq -1216(%rbp), %rax
xorq -1304(%rbp), %rax
movq %rax, -1320(%rbp)
movq -1256(%rbp), %rax
andq -1264(%rbp), %rax
movq %rax, -1328(%rbp)
movq -1272(%rbp), %rax
andq -1160(%rbp), %rax
movq %rax, -1336(%rbp)
movq -1328(%rbp), %rax
orq -1336(%rbp), %rax
movq %rax, -1344(%rbp)
movq -1160(%rbp), %rax
xorq $-1, %rax
movq %rax, -1352(%rbp)
movq -1200(%rbp), %rax
andq -1352(%rbp), %rax
movq %rax, -1360(%rbp)
movq -1296(%rbp), %rax
andq -1160(%rbp), %rax
movq %rax, -1368(%rbp)
movq -1360(%rbp), %rax
orq -1368(%rbp), %rax
movq %rax, -1376(%rbp)
movq -1160(%rbp), %rax
xorq $-1, %rax
movq %rax, -1384(%rbp)
movq -1240(%rbp), %rax
andq -1384(%rbp), %rax
movq %rax, -1392(%rbp)
movq -1320(%rbp), %rax
andq -1160(%rbp), %rax
movq %rax, -1400(%rbp)
movq -1392(%rbp), %rax
orq -1400(%rbp), %rax
movq %rax, -1408(%rbp)
movq -1312(%rbp), %rax
andq -1160(%rbp), %rax
movq %rax, -1416(%rbp)
movq -1248(%rbp), %rax
orq -1416(%rbp), %rax
movq %rax, -1424(%rbp)
movq $0, -24(%rbp)
movq -504(%rbp), %rax
andq $1, %rax
shlq $0, %rax
orq -24(%rbp), %rax
movq %rax, -24(%rbp)
movq -72(%rbp), %rax
andq $1, %rax
shlq $1, %rax
orq -24(%rbp), %rax
movq %rax, -24(%rbp)
movq -384(%rbp), %rax
andq $1, %rax
shlq $2, %rax
orq -24(%rbp), %rax
movq %rax, -24(%rbp)
movq -1056(%rbp), %rax
andq $1, %rax
shlq $3, %rax
orq -24(%rbp), %rax
movq %rax, -24(%rbp)
movq -560(%rbp), %rax
andq $1, %rax
shlq $4, %rax
orq -24(%rbp), %rax
movq %rax, -24(%rbp)
movq -560(%rbp), %rax
andq $1, %rax
shlq $5, %rax
orq -24(%rbp), %rax
movq %rax, -24(%rbp)
movq -424(%rbp), %rax
andq $1, %rax
shlq $6, %rax
orq -24(%rbp), %rax
movq %rax, -24(%rbp)
movq -592(%rbp), %rax
andq $1, %rax
shlq $7, %rax
orq -24(%rbp), %rax
movq %rax, -24(%rbp)
movq -640(%rbp), %rax
andq $1, %rax
shlq $8, %rax
orq -24(%rbp), %rax
movq %rax, -24(%rbp)
movq -1072(%rbp), %rax
andq $1, %rax
shlq $9, %rax
orq -24(%rbp), %rax
movq %rax, -24(%rbp)
movq -1112(%rbp), %rax
andq $1, %rax
shlq $10, %rax
orq -24(%rbp), %rax
movq %rax, -24(%rbp)
movq -1152(%rbp), %rax
andq $1, %rax
shlq $11, %rax
orq -24(%rbp), %rax
movq %rax, -24(%rbp)
movq -1344(%rbp), %rax
andq $1, %rax
shlq $12, %rax
orq -24(%rbp), %rax
movq %rax, -24(%rbp)
movq -1376(%rbp), %rax
andq $1, %rax
shlq $13, %rax
orq -24(%rbp), %rax
movq %rax, -24(%rbp)
movq -1408(%rbp), %rax
andq $1, %rax
shlq $14, %rax
orq -24(%rbp), %rax
movq %rax, -24(%rbp)
movq -1424(%rbp), %rax
andq $1, %rax
shlq $15, %rax
orq -24(%rbp), %rax
movq %rax, -24(%rbp)
movq -24(%rbp), %rax
addq $1304, %rsp ## imm = 0x518
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/192330252.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/90762720.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #112
.cfi_def_cfa_offset 112
stp x29, x30, [sp, #96] ; 16-byte Folded Spill
add x29, sp, #96
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
stur wzr, [x29, #-16]
movi d0, #0000000000000000
stur s0, [x29, #-40]
stur s0, [x29, #-44]
str s0, [sp, #48]
mov x9, sp
sub x8, x29, #8
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
str x0, [sp, #32] ; 8-byte Folded Spill
bl _scanf
ldr x0, [sp, #32] ; 8-byte Folded Reload
ldur w9, [x29, #-8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
bl _printf
mov w8, #1
stur w8, [x29, #-12]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-12]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
mov x9, sp
add x8, sp, #44
str x8, [x9]
sub x8, x29, #17
str x8, [sp, #24] ; 8-byte Folded Spill
str x8, [x9, #8]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
ldr x8, [sp, #24] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _scanf
ldur w8, [x29, #-12]
; implicit-def: $x10
mov x10, x8
ldur w9, [x29, #-8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
b LBB0_1
LBB0_4:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #96] ; 16-byte Folded Reload
add sp, sp, #112
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d"
l_.str.1: ; @.str.1
.asciz "%f%c"
l_.str.2: ; @.str.2
.asciz "%c"
l_.str.3: ; @.str.3
.asciz "%d %d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $64, %rsp
movl $0, -4(%rbp)
movl $0, -16(%rbp)
xorps %xmm0, %xmm0
movss %xmm0, -40(%rbp)
xorps %xmm0, %xmm0
movss %xmm0, -44(%rbp)
xorps %xmm0, %xmm0
movss %xmm0, -48(%rbp)
leaq L_.str(%rip), %rdi
leaq -8(%rbp), %rsi
movb $0, %al
callq _scanf
movl -8(%rbp), %esi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
movl $1, -12(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -12(%rbp), %eax
cmpl -8(%rbp), %eax
jg LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.1(%rip), %rdi
leaq -52(%rbp), %rsi
leaq -17(%rbp), %rdx
movb $0, %al
callq _scanf
leaq L_.str.2(%rip), %rdi
leaq -17(%rbp), %rsi
movb $0, %al
callq _scanf
movl -12(%rbp), %esi
movl -8(%rbp), %edx
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB0_1
LBB0_4:
movl -4(%rbp), %eax
addq $64, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d"
L_.str.1: ## @.str.1
.asciz "%f%c"
L_.str.2: ## @.str.2
.asciz "%c"
L_.str.3: ## @.str.3
.asciz "%d %d\n"
.subsections_via_symbols
| the_stack_data/102578.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
mov w8, #13
str w8, [sp, #12]
mov w8, #5
str w8, [sp, #8]
ldr w8, [sp, #12]
ldr w9, [sp, #8]
ldr w10, [sp, #12]
ldr w12, [sp, #8]
sdiv w11, w10, w12
mul w11, w11, w12
subs w10, w10, w11
subs w9, w9, w10
mul w8, w8, w9
str w8, [sp, #4]
mov w0, #0
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $13, -4(%rbp)
movl $5, -8(%rbp)
movl -4(%rbp), %eax
movl %eax, -16(%rbp) ## 4-byte Spill
movl -8(%rbp), %ecx
movl -4(%rbp), %eax
cltd
idivl -8(%rbp)
movl -16(%rbp), %eax ## 4-byte Reload
subl %edx, %ecx
imull %ecx, %eax
movl %eax, -12(%rbp)
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/148578832.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
str wzr, [sp, #16]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #8
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
mov w8, #2
stur w8, [x29, #-12]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-12]
ldur w9, [x29, #-8]
mov w10, #2
sdiv w9, w9, w10
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_6
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-8]
ldur w10, [x29, #-12]
sdiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
ldur w9, [x29, #-8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
mov w8, #1
str w8, [sp, #16]
b LBB0_6
LBB0_4: ; in Loop: Header=BB0_1 Depth=1
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
b LBB0_1
LBB0_6:
ldr w8, [sp, #16]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_8
b LBB0_7
LBB0_7:
ldur w9, [x29, #-8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
b LBB0_8
LBB0_8:
mov w0, #0
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Enter the number: "
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "%d is not a prime number"
l_.str.3: ; @.str.3
.asciz "%d is a prime number"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
movl $0, -16(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -8(%rbp), %rsi
movb $0, %al
callq _scanf
movl $2, -12(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -12(%rbp), %eax
movl %eax, -20(%rbp) ## 4-byte Spill
movl -8(%rbp), %eax
movl $2, %ecx
cltd
idivl %ecx
movl %eax, %ecx
movl -20(%rbp), %eax ## 4-byte Reload
cmpl %ecx, %eax
jg LBB0_6
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl -8(%rbp), %eax
cltd
idivl -12(%rbp)
cmpl $0, %edx
jne LBB0_4
## %bb.3:
movl -8(%rbp), %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movl $1, -16(%rbp)
jmp LBB0_6
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_5
LBB0_5: ## in Loop: Header=BB0_1 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB0_1
LBB0_6:
cmpl $0, -16(%rbp)
jne LBB0_8
## %bb.7:
movl -8(%rbp), %esi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
LBB0_8:
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Enter the number: "
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "%d is not a prime number"
L_.str.3: ## @.str.3
.asciz "%d is a prime number"
.subsections_via_symbols
| the_stack_data/81116.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _dgemm_test_ref ; -- Begin function dgemm_test_ref
.p2align 2
_dgemm_test_ref: ; @dgemm_test_ref
.cfi_startproc
; %bb.0:
sub sp, sp, #96
.cfi_def_cfa_offset 96
ldr w8, [sp, #96]
str w0, [sp, #92]
str w1, [sp, #88]
str w2, [sp, #84]
str d0, [sp, #72]
str x3, [sp, #64]
str w4, [sp, #60]
str x5, [sp, #48]
str w6, [sp, #44]
str d1, [sp, #32]
str x7, [sp, #24]
str w8, [sp, #20]
str wzr, [sp, #12]
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_3 Depth 2
; Child Loop BB0_5 Depth 3
ldr w8, [sp, #12]
ldr w9, [sp, #88]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_12
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
str wzr, [sp, #16]
b LBB0_3
LBB0_3: ; Parent Loop BB0_1 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB0_5 Depth 3
ldr w8, [sp, #16]
ldr w9, [sp, #92]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_10
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=2
ldr d0, [sp, #32]
ldr x8, [sp, #24]
ldr w9, [sp, #12]
ldr w10, [sp, #20]
mul w9, w9, w10
ldr w10, [sp, #16]
add w9, w9, w10
ldr d1, [x8, w9, sxtw #3]
fmul d0, d0, d1
ldr x8, [sp, #24]
ldr w9, [sp, #12]
ldr w10, [sp, #20]
mul w9, w9, w10
ldr w10, [sp, #16]
add w9, w9, w10
str d0, [x8, w9, sxtw #3]
str wzr, [sp, #8]
b LBB0_5
LBB0_5: ; Parent Loop BB0_1 Depth=1
; Parent Loop BB0_3 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #8]
ldr w9, [sp, #84]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_8
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_5 Depth=3
ldr x8, [sp, #24]
ldr w9, [sp, #12]
ldr w10, [sp, #20]
mul w9, w9, w10
ldr w10, [sp, #16]
add w9, w9, w10
ldr d2, [x8, w9, sxtw #3]
ldr d0, [sp, #72]
ldr x8, [sp, #64]
ldr w9, [sp, #8]
ldr w10, [sp, #60]
mul w9, w9, w10
ldr w10, [sp, #16]
add w9, w9, w10
ldr d1, [x8, w9, sxtw #3]
fmul d0, d0, d1
ldr x8, [sp, #48]
ldr w9, [sp, #12]
ldr w10, [sp, #44]
mul w9, w9, w10
ldr w10, [sp, #8]
add w9, w9, w10
ldr d1, [x8, w9, sxtw #3]
fmadd d0, d0, d1, d2
ldr x8, [sp, #24]
ldr w9, [sp, #12]
ldr w10, [sp, #20]
mul w9, w9, w10
ldr w10, [sp, #16]
add w9, w9, w10
str d0, [x8, w9, sxtw #3]
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_5 Depth=3
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB0_5
LBB0_8: ; in Loop: Header=BB0_3 Depth=2
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB0_3
LBB0_10: ; in Loop: Header=BB0_1 Depth=1
b LBB0_11
LBB0_11: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB0_1
LBB0_12:
add sp, sp, #96
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #272
.cfi_def_cfa_offset 272
stp x28, x27, [sp, #240] ; 16-byte Folded Spill
stp x29, x30, [sp, #256] ; 16-byte Folded Spill
add x29, sp, #256
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
stur wzr, [x29, #-20]
stur w0, [x29, #-24]
stur x1, [x29, #-32]
mov w0, #1
bl _srand
mov w8, #200
str w8, [sp, #52] ; 4-byte Folded Spill
stur w8, [x29, #-124]
bl _rand
ldr w8, [sp, #52] ; 4-byte Folded Reload
scvtf d0, w0
stur d0, [x29, #-104]
stur w8, [x29, #-92]
stur w8, [x29, #-76]
bl _rand
ldr w8, [sp, #52] ; 4-byte Folded Reload
scvtf d0, w0
stur d0, [x29, #-64]
stur w8, [x29, #-56]
stur w8, [x29, #-52]
stur w8, [x29, #-48]
ldur w8, [x29, #-52]
ldur w9, [x29, #-92]
mul w8, w8, w9
ldur w9, [x29, #-56]
add w8, w8, w9
str w8, [sp, #116]
ldrsw x0, [sp, #116]
mov x1, #8
str x1, [sp, #56] ; 8-byte Folded Spill
bl _calloc
ldr x1, [sp, #56] ; 8-byte Folded Reload
str x0, [sp, #120]
ldur w8, [x29, #-56]
ldur w9, [x29, #-76]
mul w8, w8, w9
ldur w9, [x29, #-48]
add w8, w8, w9
str w8, [sp, #100]
ldrsw x0, [sp, #100]
bl _calloc
ldr x1, [sp, #56] ; 8-byte Folded Reload
str x0, [sp, #104]
ldur w8, [x29, #-52]
ldur w9, [x29, #-124]
mul w8, w8, w9
ldur w9, [x29, #-48]
add w8, w8, w9
str w8, [sp, #84]
ldrsw x0, [sp, #84]
bl _calloc
ldr x1, [sp, #56] ; 8-byte Folded Reload
str x0, [sp, #88]
ldur w8, [x29, #-52]
ldur w9, [x29, #-124]
mul w8, w8, w9
ldur w9, [x29, #-48]
add w8, w8, w9
str w8, [sp, #68]
ldrsw x0, [sp, #68]
bl _calloc
str x0, [sp, #72]
stur wzr, [x29, #-36]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-36]
ldr w9, [sp, #116]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_4
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
bl _rand
scvtf d0, w0
ldr x8, [sp, #120]
ldursw x9, [x29, #-36]
str d0, [x8, x9, lsl #3]
b LBB1_3
LBB1_3: ; in Loop: Header=BB1_1 Depth=1
ldur w8, [x29, #-36]
add w8, w8, #1
stur w8, [x29, #-36]
b LBB1_1
LBB1_4:
ldr x8, [sp, #120]
stur x8, [x29, #-88]
stur wzr, [x29, #-36]
b LBB1_5
LBB1_5: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-36]
ldr w9, [sp, #100]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_8
b LBB1_6
LBB1_6: ; in Loop: Header=BB1_5 Depth=1
bl _rand
scvtf d0, w0
ldr x8, [sp, #104]
ldursw x9, [x29, #-36]
str d0, [x8, x9, lsl #3]
b LBB1_7
LBB1_7: ; in Loop: Header=BB1_5 Depth=1
ldur w8, [x29, #-36]
add w8, w8, #1
stur w8, [x29, #-36]
b LBB1_5
LBB1_8:
ldr x8, [sp, #104]
stur x8, [x29, #-72]
stur wzr, [x29, #-36]
b LBB1_9
LBB1_9: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-36]
ldr w9, [sp, #84]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_12
b LBB1_10
LBB1_10: ; in Loop: Header=BB1_9 Depth=1
bl _rand
scvtf d0, w0
ldr x8, [sp, #88]
ldursw x9, [x29, #-36]
str d0, [x8, x9, lsl #3]
b LBB1_11
LBB1_11: ; in Loop: Header=BB1_9 Depth=1
ldur w8, [x29, #-36]
add w8, w8, #1
stur w8, [x29, #-36]
b LBB1_9
LBB1_12:
ldr x8, [sp, #88]
stur x8, [x29, #-120]
stur wzr, [x29, #-36]
b LBB1_13
LBB1_13: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-36]
ldr w9, [sp, #68]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_16
b LBB1_14
LBB1_14: ; in Loop: Header=BB1_13 Depth=1
bl _rand
scvtf d0, w0
ldr x8, [sp, #72]
ldursw x9, [x29, #-36]
str d0, [x8, x9, lsl #3]
b LBB1_15
LBB1_15: ; in Loop: Header=BB1_13 Depth=1
ldur w8, [x29, #-36]
add w8, w8, #1
stur w8, [x29, #-36]
b LBB1_13
LBB1_16:
ldr x8, [sp, #72]
stur x8, [x29, #-112]
stur wzr, [x29, #-36]
b LBB1_17
LBB1_17: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-36]
ldr w9, [sp, #84]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_20
b LBB1_18
LBB1_18: ; in Loop: Header=BB1_17 Depth=1
ldr x8, [sp, #88]
ldursw x9, [x29, #-36]
ldr d0, [x8, x9, lsl #3]
ldr x8, [sp, #72]
ldursw x9, [x29, #-36]
str d0, [x8, x9, lsl #3]
b LBB1_19
LBB1_19: ; in Loop: Header=BB1_17 Depth=1
ldur w8, [x29, #-36]
add w8, w8, #1
stur w8, [x29, #-36]
b LBB1_17
LBB1_20:
ldur w0, [x29, #-48]
ldur w1, [x29, #-52]
ldur w2, [x29, #-56]
ldur d0, [x29, #-64]
ldur x3, [x29, #-72]
ldur w4, [x29, #-76]
ldur x5, [x29, #-88]
ldur w6, [x29, #-92]
ldur d1, [x29, #-104]
ldur x7, [x29, #-112]
ldur w8, [x29, #-124]
mov x9, sp
str w8, [x9]
bl _dgemm_test
ldur w0, [x29, #-48]
ldur w1, [x29, #-52]
ldur w2, [x29, #-56]
ldur d0, [x29, #-64]
ldur x3, [x29, #-72]
ldur w4, [x29, #-76]
ldur x5, [x29, #-88]
ldur w6, [x29, #-92]
ldur d1, [x29, #-104]
ldur x7, [x29, #-120]
ldur w8, [x29, #-124]
mov x9, sp
str w8, [x9]
bl _dgemm_test_ref
str wzr, [sp, #64]
stur wzr, [x29, #-36]
b LBB1_21
LBB1_21: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-36]
ldur w9, [x29, #-52]
ldur w10, [x29, #-124]
mul w9, w9, w10
ldur w10, [x29, #-48]
add w9, w9, w10
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_26
b LBB1_22
LBB1_22: ; in Loop: Header=BB1_21 Depth=1
ldr x8, [sp, #72]
ldursw x9, [x29, #-36]
ldr d0, [x8, x9, lsl #3]
ldr x8, [sp, #88]
ldursw x9, [x29, #-36]
ldr d1, [x8, x9, lsl #3]
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_24
b LBB1_23
LBB1_23: ; in Loop: Header=BB1_21 Depth=1
mov w8, #1
str w8, [sp, #64]
ldur w8, [x29, #-36]
; implicit-def: $x10
mov x10, x8
ldr x8, [sp, #72]
ldursw x9, [x29, #-36]
ldr d2, [x8, x9, lsl #3]
ldur w8, [x29, #-36]
; implicit-def: $x9
mov x9, x8
ldr x8, [sp, #88]
ldursw x11, [x29, #-36]
ldr d1, [x8, x11, lsl #3]
ldr x8, [sp, #72]
ldursw x11, [x29, #-36]
ldr d0, [x8, x11, lsl #3]
ldr x8, [sp, #88]
ldursw x11, [x29, #-36]
ldr d3, [x8, x11, lsl #3]
fabd d0, d0, d3
mov x8, sp
str x10, [x8]
str d2, [x8, #8]
str x9, [x8, #16]
str d1, [x8, #24]
str d0, [x8, #32]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
b LBB1_24
LBB1_24: ; in Loop: Header=BB1_21 Depth=1
b LBB1_25
LBB1_25: ; in Loop: Header=BB1_21 Depth=1
ldur w8, [x29, #-36]
add w8, w8, #1
stur w8, [x29, #-36]
b LBB1_21
LBB1_26:
ldr w8, [sp, #64]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_28
b LBB1_27
LBB1_27:
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB1_29
LBB1_28:
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
b LBB1_29
LBB1_29:
mov w0, #0
ldp x29, x30, [sp, #256] ; 16-byte Folded Reload
ldp x28, x27, [sp, #240] ; 16-byte Folded Reload
add sp, sp, #272
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Position %d (%f) and Position %d (%f) differ by %.15f\n"
l_.str.1: ; @.str.1
.asciz "Output differs\n"
l_.str.2: ; @.str.2
.asciz "Output is identical\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _dgemm_test_ref ## -- Begin function dgemm_test_ref
.p2align 4, 0x90
_dgemm_test_ref: ## @dgemm_test_ref
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl 32(%rbp), %eax
movq 24(%rbp), %rax
movl 16(%rbp), %eax
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
movl %edx, -12(%rbp)
movsd %xmm0, -24(%rbp)
movq %rcx, -32(%rbp)
movl %r8d, -36(%rbp)
movq %r9, -48(%rbp)
movsd %xmm1, -56(%rbp)
movl $0, -64(%rbp)
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_3 Depth 2
## Child Loop BB0_5 Depth 3
movl -64(%rbp), %eax
cmpl -8(%rbp), %eax
jge LBB0_12
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl $0, -60(%rbp)
LBB0_3: ## Parent Loop BB0_1 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB0_5 Depth 3
movl -60(%rbp), %eax
cmpl -4(%rbp), %eax
jge LBB0_10
## %bb.4: ## in Loop: Header=BB0_3 Depth=2
movsd -56(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq 24(%rbp), %rax
movl -64(%rbp), %ecx
imull 32(%rbp), %ecx
addl -60(%rbp), %ecx
movslq %ecx, %rcx
mulsd (%rax,%rcx,8), %xmm0
movq 24(%rbp), %rax
movl -64(%rbp), %ecx
imull 32(%rbp), %ecx
addl -60(%rbp), %ecx
movslq %ecx, %rcx
movsd %xmm0, (%rax,%rcx,8)
movl $0, -68(%rbp)
LBB0_5: ## Parent Loop BB0_1 Depth=1
## Parent Loop BB0_3 Depth=2
## => This Inner Loop Header: Depth=3
movl -68(%rbp), %eax
cmpl -12(%rbp), %eax
jge LBB0_8
## %bb.6: ## in Loop: Header=BB0_5 Depth=3
movq 24(%rbp), %rax
movl -64(%rbp), %ecx
imull 32(%rbp), %ecx
addl -60(%rbp), %ecx
movslq %ecx, %rcx
movsd (%rax,%rcx,8), %xmm1 ## xmm1 = mem[0],zero
movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -32(%rbp), %rax
movl -68(%rbp), %ecx
imull -36(%rbp), %ecx
addl -60(%rbp), %ecx
movslq %ecx, %rcx
mulsd (%rax,%rcx,8), %xmm0
movq -48(%rbp), %rax
movl -64(%rbp), %ecx
imull 16(%rbp), %ecx
addl -68(%rbp), %ecx
movslq %ecx, %rcx
movsd (%rax,%rcx,8), %xmm2 ## xmm2 = mem[0],zero
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movq 24(%rbp), %rax
movl -64(%rbp), %ecx
imull 32(%rbp), %ecx
addl -60(%rbp), %ecx
movslq %ecx, %rcx
movsd %xmm0, (%rax,%rcx,8)
## %bb.7: ## in Loop: Header=BB0_5 Depth=3
movl -68(%rbp), %eax
addl $1, %eax
movl %eax, -68(%rbp)
jmp LBB0_5
LBB0_8: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_9
LBB0_9: ## in Loop: Header=BB0_3 Depth=2
movl -60(%rbp), %eax
addl $1, %eax
movl %eax, -60(%rbp)
jmp LBB0_3
LBB0_10: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_11
LBB0_11: ## in Loop: Header=BB0_1 Depth=1
movl -64(%rbp), %eax
addl $1, %eax
movl %eax, -64(%rbp)
jmp LBB0_1
LBB0_12:
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal16,16byte_literals
.p2align 4 ## -- Begin function main
LCPI1_0:
.quad 0x7fffffffffffffff ## double NaN
.quad 0x7fffffffffffffff ## double NaN
.section __TEXT,__text,regular,pure_instructions
.globl _main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $208, %rsp
movl $0, -4(%rbp)
movl %edi, -8(%rbp)
movq %rsi, -16(%rbp)
movl $1, %edi
callq _srand
movl $200, -108(%rbp)
callq _rand
cvtsi2sd %eax, %xmm0
movsd %xmm0, -88(%rbp)
movl $200, -76(%rbp)
movl $200, -60(%rbp)
callq _rand
cvtsi2sd %eax, %xmm0
movsd %xmm0, -48(%rbp)
movl $200, -40(%rbp)
movl $200, -36(%rbp)
movl $200, -32(%rbp)
movl -36(%rbp), %eax
imull -76(%rbp), %eax
addl -40(%rbp), %eax
movl %eax, -124(%rbp)
movslq -124(%rbp), %rdi
movl $8, %esi
callq _calloc
movq %rax, -120(%rbp)
movl -40(%rbp), %eax
imull -60(%rbp), %eax
addl -32(%rbp), %eax
movl %eax, -140(%rbp)
movslq -140(%rbp), %rdi
movl $8, %esi
callq _calloc
movq %rax, -136(%rbp)
movl -36(%rbp), %eax
imull -108(%rbp), %eax
addl -32(%rbp), %eax
movl %eax, -156(%rbp)
movslq -156(%rbp), %rdi
movl $8, %esi
callq _calloc
movq %rax, -152(%rbp)
movl -36(%rbp), %eax
imull -108(%rbp), %eax
addl -32(%rbp), %eax
movl %eax, -172(%rbp)
movslq -172(%rbp), %rdi
movl $8, %esi
callq _calloc
movq %rax, -168(%rbp)
movl $0, -20(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
movl -20(%rbp), %eax
cmpl -124(%rbp), %eax
jge LBB1_4
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
callq _rand
cvtsi2sd %eax, %xmm0
movq -120(%rbp), %rax
movslq -20(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
## %bb.3: ## in Loop: Header=BB1_1 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB1_1
LBB1_4:
movq -120(%rbp), %rax
movq %rax, -72(%rbp)
movl $0, -20(%rbp)
LBB1_5: ## =>This Inner Loop Header: Depth=1
movl -20(%rbp), %eax
cmpl -140(%rbp), %eax
jge LBB1_8
## %bb.6: ## in Loop: Header=BB1_5 Depth=1
callq _rand
cvtsi2sd %eax, %xmm0
movq -136(%rbp), %rax
movslq -20(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
## %bb.7: ## in Loop: Header=BB1_5 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB1_5
LBB1_8:
movq -136(%rbp), %rax
movq %rax, -56(%rbp)
movl $0, -20(%rbp)
LBB1_9: ## =>This Inner Loop Header: Depth=1
movl -20(%rbp), %eax
cmpl -156(%rbp), %eax
jge LBB1_12
## %bb.10: ## in Loop: Header=BB1_9 Depth=1
callq _rand
cvtsi2sd %eax, %xmm0
movq -152(%rbp), %rax
movslq -20(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
## %bb.11: ## in Loop: Header=BB1_9 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB1_9
LBB1_12:
movq -152(%rbp), %rax
movq %rax, -104(%rbp)
movl $0, -20(%rbp)
LBB1_13: ## =>This Inner Loop Header: Depth=1
movl -20(%rbp), %eax
cmpl -172(%rbp), %eax
jge LBB1_16
## %bb.14: ## in Loop: Header=BB1_13 Depth=1
callq _rand
cvtsi2sd %eax, %xmm0
movq -168(%rbp), %rax
movslq -20(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
## %bb.15: ## in Loop: Header=BB1_13 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB1_13
LBB1_16:
movq -168(%rbp), %rax
movq %rax, -96(%rbp)
movl $0, -20(%rbp)
LBB1_17: ## =>This Inner Loop Header: Depth=1
movl -20(%rbp), %eax
cmpl -156(%rbp), %eax
jge LBB1_20
## %bb.18: ## in Loop: Header=BB1_17 Depth=1
movq -152(%rbp), %rax
movslq -20(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movq -168(%rbp), %rax
movslq -20(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
## %bb.19: ## in Loop: Header=BB1_17 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB1_17
LBB1_20:
movl -32(%rbp), %edi
movl -36(%rbp), %esi
movl -40(%rbp), %edx
movsd -48(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -56(%rbp), %rcx
movl -60(%rbp), %r8d
movq -72(%rbp), %r9
movl -76(%rbp), %r11d
movsd -88(%rbp), %xmm1 ## xmm1 = mem[0],zero
movq -96(%rbp), %r10
movl -108(%rbp), %eax
movl %r11d, (%rsp)
movq %r10, 8(%rsp)
movl %eax, 16(%rsp)
callq _dgemm_test
movl -32(%rbp), %edi
movl -36(%rbp), %esi
movl -40(%rbp), %edx
movsd -48(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -56(%rbp), %rcx
movl -60(%rbp), %r8d
movq -72(%rbp), %r9
movl -76(%rbp), %r11d
movsd -88(%rbp), %xmm1 ## xmm1 = mem[0],zero
movq -104(%rbp), %r10
movl -108(%rbp), %eax
movl %r11d, (%rsp)
movq %r10, 8(%rsp)
movl %eax, 16(%rsp)
callq _dgemm_test_ref
movl $0, -176(%rbp)
movl $0, -20(%rbp)
LBB1_21: ## =>This Inner Loop Header: Depth=1
movl -20(%rbp), %eax
movl -36(%rbp), %ecx
imull -108(%rbp), %ecx
addl -32(%rbp), %ecx
cmpl %ecx, %eax
jge LBB1_26
## %bb.22: ## in Loop: Header=BB1_21 Depth=1
movq -168(%rbp), %rax
movslq -20(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movq -152(%rbp), %rax
movslq -20(%rbp), %rcx
ucomisd (%rax,%rcx,8), %xmm0
jne LBB1_23
jp LBB1_23
jmp LBB1_24
LBB1_23: ## in Loop: Header=BB1_21 Depth=1
movl $1, -176(%rbp)
movl -20(%rbp), %esi
movq -168(%rbp), %rax
movslq -20(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movl -20(%rbp), %edx
movq -152(%rbp), %rax
movslq -20(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm1 ## xmm1 = mem[0],zero
movq -168(%rbp), %rax
movslq -20(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm2 ## xmm2 = mem[0],zero
movq -152(%rbp), %rax
movslq -20(%rbp), %rcx
subsd (%rax,%rcx,8), %xmm2
movaps LCPI1_0(%rip), %xmm3 ## xmm3 = [NaN,NaN]
pand %xmm3, %xmm2
leaq L_.str(%rip), %rdi
movb $3, %al
callq _printf
LBB1_24: ## in Loop: Header=BB1_21 Depth=1
jmp LBB1_25
LBB1_25: ## in Loop: Header=BB1_21 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB1_21
LBB1_26:
cmpl $0, -176(%rbp)
je LBB1_28
## %bb.27:
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB1_29
LBB1_28:
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
LBB1_29:
xorl %eax, %eax
addq $208, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Position %d (%f) and Position %d (%f) differ by %.15f\n"
L_.str.1: ## @.str.1
.asciz "Output differs\n"
L_.str.2: ## @.str.2
.asciz "Output is identical\n"
.subsections_via_symbols
| the_stack_data/1213040.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #128
.cfi_def_cfa_offset 128
stp x29, x30, [sp, #112] ; 16-byte Folded Spill
add x29, sp, #112
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
stur wzr, [x29, #-48]
stur w0, [x29, #-52]
str x1, [sp, #48]
sub x0, x29, #44
adrp x1, l___const.main.a@PAGE
add x1, x1, l___const.main.a@PAGEOFF
mov x2, #36
bl _memcpy
mov w8, #9
str w8, [sp, #44]
mov w8, #-2147483648
str w8, [sp, #40]
str wzr, [sp, #36]
str wzr, [sp, #32]
str wzr, [sp, #28]
str wzr, [sp, #24]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #24]
ldr w9, [sp, #44]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_8
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldrsw x9, [sp, #24]
sub x8, x29, #44
ldr w9, [x8, x9, lsl #2]
ldr w8, [sp, #28]
add w8, w8, w9
str w8, [sp, #28]
ldr w8, [sp, #28]
ldr w9, [sp, #40]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #28]
str w8, [sp, #40]
ldr w8, [sp, #24]
str w8, [sp, #32]
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #28]
subs w8, w8, #0
cset w8, ge
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #24]
add w8, w8, #1
str w8, [sp, #36]
str wzr, [sp, #28]
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_1 Depth=1
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #24]
add w8, w8, #1
str w8, [sp, #24]
b LBB0_1
LBB0_8:
ldr w8, [sp, #40]
; implicit-def: $x11
mov x11, x8
ldr w8, [sp, #36]
; implicit-def: $x10
mov x10, x8
ldr w9, [sp, #32]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x11, [x9]
str x10, [x9, #8]
str x8, [x9, #16]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_10
b LBB0_9
LBB0_9:
bl ___stack_chk_fail
LBB0_10:
mov w0, #0
ldp x29, x30, [sp, #112] ; 16-byte Folded Reload
add sp, sp, #128
ret
.cfi_endproc
; -- End function
.section __TEXT,__const
.p2align 2 ; @__const.main.a
l___const.main.a:
.long 4294967294 ; 0xfffffffe
.long 1 ; 0x1
.long 4294967293 ; 0xfffffffd
.long 4 ; 0x4
.long 4294967295 ; 0xffffffff
.long 2 ; 0x2
.long 1 ; 0x1
.long 4294967291 ; 0xfffffffb
.long 4 ; 0x4
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "The maxSum is %d, maxStartIndex is %d, maxEndIndex is %d \n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $96, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -52(%rbp)
movl %edi, -56(%rbp)
movq %rsi, -64(%rbp)
leaq -48(%rbp), %rdi
leaq l___const.main.a(%rip), %rsi
movl $36, %edx
callq _memcpy
movl $9, -68(%rbp)
movl $-2147483648, -72(%rbp) ## imm = 0x80000000
movl $0, -76(%rbp)
movl $0, -80(%rbp)
movl $0, -84(%rbp)
movl $0, -88(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -88(%rbp), %eax
cmpl -68(%rbp), %eax
jge LBB0_8
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movslq -88(%rbp), %rax
movl -48(%rbp,%rax,4), %eax
addl -84(%rbp), %eax
movl %eax, -84(%rbp)
movl -84(%rbp), %eax
cmpl -72(%rbp), %eax
jle LBB0_4
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -84(%rbp), %eax
movl %eax, -72(%rbp)
movl -88(%rbp), %eax
movl %eax, -80(%rbp)
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
cmpl $0, -84(%rbp)
jge LBB0_6
## %bb.5: ## in Loop: Header=BB0_1 Depth=1
movl -88(%rbp), %eax
addl $1, %eax
movl %eax, -76(%rbp)
movl $0, -84(%rbp)
LBB0_6: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_7
LBB0_7: ## in Loop: Header=BB0_1 Depth=1
movl -88(%rbp), %eax
addl $1, %eax
movl %eax, -88(%rbp)
jmp LBB0_1
LBB0_8:
movl -72(%rbp), %esi
movl -76(%rbp), %edx
movl -80(%rbp), %ecx
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_10
## %bb.9:
xorl %eax, %eax
addq $96, %rsp
popq %rbp
retq
LBB0_10:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__const
.p2align 4 ## @__const.main.a
l___const.main.a:
.long 4294967294 ## 0xfffffffe
.long 1 ## 0x1
.long 4294967293 ## 0xfffffffd
.long 4 ## 0x4
.long 4294967295 ## 0xffffffff
.long 2 ## 0x2
.long 1 ## 0x1
.long 4294967291 ## 0xfffffffb
.long 4 ## 0x4
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "The maxSum is %d, maxStartIndex is %d, maxEndIndex is %d \n"
.subsections_via_symbols
| the_stack_data/1074554.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
sub sp, sp, #864
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str wzr, [sp, #36]
str wzr, [sp, #32]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #32]
subs w8, w8, #24
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldrsw x8, [sp, #32]
mov x9, #30
mul x9, x8, x9
add x8, sp, #136
add x8, x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
ldrsw x9, [sp, #32]
add x8, sp, #40
add x8, x8, x9, lsl #2
mov x9, sp
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #32]
add w8, w8, #1
str w8, [sp, #32]
b LBB0_1
LBB0_4:
ldr w8, [sp, #40]
str w8, [sp, #16]
ldr w8, [sp, #88]
str w8, [sp, #12]
ldr w8, [sp, #12]
ldr w9, [sp, #16]
add w8, w8, w9
mov w9, #2
sdiv w8, w8, w9
str w8, [sp, #24]
ldr w8, [sp, #132]
ldr w10, [sp, #128]
add w8, w8, w10
ldr w10, [sp, #124]
add w8, w8, w10
mov w10, #3
sdiv w8, w8, w10
str w8, [sp, #20]
ldr w8, [sp, #24]
ldr w10, [sp, #20]
add w8, w8, w10
sdiv w8, w8, w9
str w8, [sp, #28]
ldr w8, [sp, #24]
ldr w10, [sp, #20]
add w8, w8, w10
sdiv w8, w8, w9
scvtf s0, w8
str s0, [sp, #8]
ldr s0, [sp, #8]
ldr s1, [sp, #28]
scvtf s1, s1
fcmp s0, s1
cset w8, le
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5:
ldr w8, [sp, #28]
add w8, w8, #1
str w8, [sp, #28]
b LBB0_6
LBB0_6:
ldr w9, [sp, #28]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_8
b LBB0_7
LBB0_7:
bl ___stack_chk_fail
LBB0_8:
mov w0, #0
add sp, sp, #864
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz " %s"
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "%d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $864, %rsp ## imm = 0x360
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -836(%rbp)
movl $0, -840(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
cmpl $24, -840(%rbp)
jge LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movslq -840(%rbp), %rax
leaq -736(%rbp), %rsi
imulq $30, %rax, %rax
addq %rax, %rsi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _scanf
movslq -840(%rbp), %rax
leaq -832(%rbp), %rsi
shlq $2, %rax
addq %rax, %rsi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _scanf
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -840(%rbp), %eax
addl $1, %eax
movl %eax, -840(%rbp)
jmp LBB0_1
LBB0_4:
movl -832(%rbp), %eax
movl %eax, -856(%rbp)
movl -784(%rbp), %eax
movl %eax, -860(%rbp)
movl -860(%rbp), %eax
addl -856(%rbp), %eax
movl $2, %ecx
cltd
idivl %ecx
movl %eax, -848(%rbp)
movl -740(%rbp), %eax
addl -744(%rbp), %eax
addl -748(%rbp), %eax
movl $3, %ecx
cltd
idivl %ecx
movl %eax, -852(%rbp)
movl -848(%rbp), %eax
addl -852(%rbp), %eax
movl $2, %ecx
cltd
idivl %ecx
movl %eax, -844(%rbp)
movl -848(%rbp), %eax
addl -852(%rbp), %eax
movl $2, %ecx
cltd
idivl %ecx
cvtsi2ss %eax, %xmm0
movss %xmm0, -864(%rbp)
movss -864(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtsi2ssl -844(%rbp), %xmm1
ucomiss %xmm1, %xmm0
jbe LBB0_6
## %bb.5:
movl -844(%rbp), %eax
addl $1, %eax
movl %eax, -844(%rbp)
LBB0_6:
movl -844(%rbp), %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_8
## %bb.7:
xorl %eax, %eax
addq $864, %rsp ## imm = 0x360
popq %rbp
retq
LBB0_8:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz " %s"
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "%d\n"
.subsections_via_symbols
| the_stack_data/509003.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _partition ; -- Begin function partition
.p2align 2
_partition: ; @partition
.cfi_startproc
; %bb.0:
sub sp, sp, #96
.cfi_def_cfa_offset 96
stp x29, x30, [sp, #80] ; 16-byte Folded Spill
add x29, sp, #80
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
stur w1, [x29, #-8]
stur x2, [x29, #-16]
mov x0, #8
bl _malloc
stur x0, [x29, #-24]
ldur x0, [x29, #-24]
ldur x8, [x29, #-16]
ldursw x9, [x29, #-8]
ldr x1, [x8, x9, lsl #3]
mov x2, #-1
bl ___strcpy_chk
ldur w8, [x29, #-4]
subs w8, w8, #1
stur w8, [x29, #-28]
ldur w8, [x29, #-8]
stur w8, [x29, #-32]
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_2 Depth 2
; Child Loop BB0_5 Depth 2
b LBB0_2
LBB0_2: ; Parent Loop BB0_1 Depth=1
; => This Inner Loop Header: Depth=2
ldur x8, [x29, #-16]
ldur w9, [x29, #-28]
add w9, w9, #1
stur w9, [x29, #-28]
ldr x0, [x8, w9, sxtw #3]
ldur x1, [x29, #-24]
bl _strcasecmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_2 Depth=2
b LBB0_2
LBB0_4: ; in Loop: Header=BB0_1 Depth=1
b LBB0_5
LBB0_5: ; Parent Loop BB0_1 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, le
mov w9, #0
str w9, [sp, #28] ; 4-byte Folded Spill
tbnz w8, #0, LBB0_7
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_5 Depth=2
ldur x8, [x29, #-16]
ldur w9, [x29, #-32]
subs w9, w9, #1
stur w9, [x29, #-32]
ldr x0, [x8, w9, sxtw #3]
ldur x1, [x29, #-24]
bl _strcasecmp
subs w8, w0, #0
cset w8, gt
str w8, [sp, #28] ; 4-byte Folded Spill
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_5 Depth=2
ldr w8, [sp, #28] ; 4-byte Folded Reload
tbz w8, #0, LBB0_9
b LBB0_8
LBB0_8: ; in Loop: Header=BB0_5 Depth=2
b LBB0_5
LBB0_9: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-28]
ldur w9, [x29, #-32]
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB0_11
b LBB0_10
LBB0_10:
b LBB0_13
LBB0_11: ; in Loop: Header=BB0_1 Depth=1
mov x0, #8
bl _malloc
str x0, [sp, #40]
ldr x0, [sp, #40]
ldur x8, [x29, #-16]
ldursw x9, [x29, #-28]
ldr x1, [x8, x9, lsl #3]
mov x2, #-1
str x2, [sp, #16] ; 8-byte Folded Spill
bl ___strcpy_chk
ldr x2, [sp, #16] ; 8-byte Folded Reload
ldur x8, [x29, #-16]
ldursw x9, [x29, #-28]
ldr x0, [x8, x9, lsl #3]
ldur x8, [x29, #-16]
ldursw x9, [x29, #-32]
ldr x1, [x8, x9, lsl #3]
bl ___strcpy_chk
ldr x2, [sp, #16] ; 8-byte Folded Reload
ldur x8, [x29, #-16]
ldursw x9, [x29, #-32]
ldr x0, [x8, x9, lsl #3]
ldr x1, [sp, #40]
bl ___strcpy_chk
b LBB0_12
LBB0_12: ; in Loop: Header=BB0_1 Depth=1
b LBB0_1
LBB0_13:
mov x0, #8
bl _malloc
str x0, [sp, #32]
ldr x0, [sp, #32]
ldur x8, [x29, #-16]
ldursw x9, [x29, #-8]
ldr x1, [x8, x9, lsl #3]
mov x2, #-1
str x2, [sp, #8] ; 8-byte Folded Spill
bl ___strcpy_chk
ldr x2, [sp, #8] ; 8-byte Folded Reload
ldur x8, [x29, #-16]
ldursw x9, [x29, #-8]
ldr x0, [x8, x9, lsl #3]
ldur x8, [x29, #-16]
ldursw x9, [x29, #-28]
ldr x1, [x8, x9, lsl #3]
bl ___strcpy_chk
ldr x2, [sp, #8] ; 8-byte Folded Reload
ldur x8, [x29, #-16]
ldursw x9, [x29, #-28]
ldr x0, [x8, x9, lsl #3]
ldr x1, [sp, #32]
bl ___strcpy_chk
ldur w0, [x29, #-28]
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
add sp, sp, #96
ret
.cfi_endproc
; -- End function
.globl _quicksort ; -- Begin function quicksort
.p2align 2
_quicksort: ; @quicksort
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
stur w1, [x29, #-8]
str x2, [sp, #16]
ldur w8, [x29, #-8]
ldur w9, [x29, #-4]
subs w8, w8, w9
subs w8, w8, #0
cset w8, gt
tbnz w8, #0, LBB1_2
b LBB1_1
LBB1_1:
b LBB1_3
LBB1_2:
ldur w0, [x29, #-4]
ldur w1, [x29, #-8]
ldr x2, [sp, #16]
bl _partition
str w0, [sp, #12]
ldr x8, [sp, #16]
mov x0, x8
ldur w1, [x29, #-4]
ldr w8, [sp, #12]
subs w9, w8, #1
; implicit-def: $x8
mov x8, x9
sxtw x2, w8
bl _quicksort
ldr x8, [sp, #16]
mov x0, x8
ldr w8, [sp, #12]
add w1, w8, #1
ldursw x2, [x29, #-8]
bl _quicksort
b LBB1_3
LBB1_3:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
sub sp, sp, #272
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
stur wzr, [x29, #-28]
stur w0, [x29, #-32]
stur x1, [x29, #-40]
ldur w8, [x29, #-32]
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB2_2
b LBB2_1
LBB2_1:
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov w8, #1
stur w8, [x29, #-28]
b LBB2_28
LBB2_2:
ldur x8, [x29, #-40]
ldr x8, [x8, #8]
stur x8, [x29, #-48]
ldur x0, [x29, #-48]
bl _strlen
ucvtf d0, x0
fmov d1, #2.00000000
fdiv d0, d0, d1
fcvtps w8, d0
add w8, w8, #1
stur w8, [x29, #-52]
ldur w9, [x29, #-52]
; implicit-def: $x8
mov x8, x9
sub sp, sp, #16
mov x9, sp
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
add sp, sp, #16
ldursw x8, [x29, #-52]
lsl x0, x8, #3
bl _malloc
stur x0, [x29, #-64]
stur wzr, [x29, #-68]
stur wzr, [x29, #-72]
stur wzr, [x29, #-76]
b LBB2_3
LBB2_3: ; =>This Inner Loop Header: Depth=1
ldursw x8, [x29, #-76]
stur x8, [x29, #-160] ; 8-byte Folded Spill
ldur x0, [x29, #-48]
bl _strlen
ldur x8, [x29, #-160] ; 8-byte Folded Reload
subs x9, x0, #1
subs x8, x8, x9
cset w8, hi
tbnz w8, #0, LBB2_23
b LBB2_4
LBB2_4: ; in Loop: Header=BB2_3 Depth=1
ldur w9, [x29, #-76]
; implicit-def: $x8
mov x8, x9
ldur x9, [x29, #-48]
ldursw x10, [x29, #-76]
ldrsb w10, [x9, x10]
sub sp, sp, #16
mov x9, sp
str x8, [x9]
; implicit-def: $x8
mov x8, x10
str x8, [x9, #8]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
add sp, sp, #16
ldur x8, [x29, #-48]
ldursw x9, [x29, #-76]
ldrsb w0, [x8, x9]
bl _isalpha
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB2_18
b LBB2_5
LBB2_5: ; in Loop: Header=BB2_3 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB2_7
b LBB2_6
LBB2_6: ; in Loop: Header=BB2_3 Depth=1
mov w8, #1
stur w8, [x29, #-72]
ldur w9, [x29, #-72]
; implicit-def: $x8
mov x8, x9
sub sp, sp, #16
mov x9, sp
str x8, [x9]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
add sp, sp, #16
b LBB2_22
LBB2_7: ; in Loop: Header=BB2_3 Depth=1
ldur x8, [x29, #-48]
ldur w9, [x29, #-76]
subs w9, w9, #1
ldrsb w0, [x8, w9, sxtw]
bl _isalpha
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB2_10
b LBB2_8
LBB2_8: ; in Loop: Header=BB2_3 Depth=1
ldursw x8, [x29, #-76]
stur x8, [x29, #-168] ; 8-byte Folded Spill
ldur x0, [x29, #-48]
bl _strlen
ldur x8, [x29, #-168] ; 8-byte Folded Reload
subs x9, x0, #1
subs x8, x8, x9
cset w8, ne
tbnz w8, #0, LBB2_10
b LBB2_9
LBB2_9:
ldur w8, [x29, #-68]
subs w8, w8, #1
stur w8, [x29, #-68]
sub sp, sp, #16
mov x9, sp
adrp x8, l_.str.5@PAGE
add x8, x8, l_.str.5@PAGEOFF
str x8, [x9]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
add sp, sp, #16
b LBB2_23
LBB2_10: ; in Loop: Header=BB2_3 Depth=1
ldur x8, [x29, #-48]
ldur w9, [x29, #-76]
subs w9, w9, #1
ldrsb w0, [x8, w9, sxtw]
bl _isalpha
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB2_12
b LBB2_11
LBB2_11: ; in Loop: Header=BB2_3 Depth=1
ldur w8, [x29, #-76]
add w8, w8, #1
stur w8, [x29, #-72]
sub sp, sp, #16
mov x9, sp
adrp x8, l_.str.6@PAGE
add x8, x8, l_.str.6@PAGEOFF
str x8, [x9]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
add sp, sp, #16
b LBB2_22
LBB2_12: ; in Loop: Header=BB2_3 Depth=1
ldursw x8, [x29, #-76]
stur x8, [x29, #-176] ; 8-byte Folded Spill
ldur x0, [x29, #-48]
bl _strlen
ldur x8, [x29, #-176] ; 8-byte Folded Reload
subs x9, x0, #1
subs x8, x8, x9
cset w8, ne
tbnz w8, #0, LBB2_14
b LBB2_13
LBB2_13:
ldur w8, [x29, #-76]
ldur w9, [x29, #-72]
subs w8, w8, w9
add w8, w8, #1
stur w8, [x29, #-80]
ldur w9, [x29, #-80]
; implicit-def: $x8
mov x8, x9
sub sp, sp, #16
mov x9, sp
str x8, [x9]
adrp x0, l_.str.7@PAGE
add x0, x0, l_.str.7@PAGEOFF
bl _printf
add sp, sp, #16
ldur w8, [x29, #-80]
; kill: def $x8 killed $w8
stur x8, [x29, #-200] ; 8-byte Folded Spill
mov x9, sp
stur x9, [x29, #-88]
lsr x9, x8, #0
add x9, x9, #15
and x9, x9, #0xfffffffffffffff0
stur x9, [x29, #-208] ; 8-byte Folded Spill
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
ldur x10, [x29, #-208] ; 8-byte Folded Reload
mov x9, sp
subs x0, x9, x10
mov sp, x0
stur x0, [x29, #-192] ; 8-byte Folded Spill
stur x8, [x29, #-96]
ldur x8, [x29, #-48]
ldursw x9, [x29, #-72]
add x1, x8, x9
ldur w8, [x29, #-80]
subs w9, w8, #1
; implicit-def: $x8
mov x8, x9
sxtw x2, w8
mov x3, #-1
stur x3, [x29, #-184] ; 8-byte Folded Spill
bl ___strncpy_chk
ldur x0, [x29, #-192] ; 8-byte Folded Reload
ldur w8, [x29, #-80]
subs w9, w8, #1
mov x8, x0
add x8, x8, w9, sxtw
strb wzr, [x8]
bl _strlen
ldur x9, [x29, #-192] ; 8-byte Folded Reload
sub sp, sp, #16
mov x8, sp
str x9, [x8]
str x0, [x8, #8]
adrp x0, l_.str.8@PAGE
add x0, x0, l_.str.8@PAGEOFF
bl _printf
ldur x0, [x29, #-200] ; 8-byte Folded Reload
add sp, sp, #16
bl _malloc
ldur x1, [x29, #-192] ; 8-byte Folded Reload
ldur x2, [x29, #-184] ; 8-byte Folded Reload
ldur x8, [x29, #-64]
ldursw x9, [x29, #-68]
str x0, [x8, x9, lsl #3]
ldur x8, [x29, #-64]
ldursw x9, [x29, #-68]
ldr x0, [x8, x9, lsl #3]
bl ___strcpy_chk
ldur x8, [x29, #-64]
ldursw x9, [x29, #-68]
ldr x10, [x8, x9, lsl #3]
ldur w9, [x29, #-68]
; implicit-def: $x8
mov x8, x9
sub sp, sp, #16
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str.9@PAGE
add x0, x0, l_.str.9@PAGEOFF
bl _printf
add sp, sp, #16
ldur x8, [x29, #-88]
mov sp, x8
b LBB2_23
LBB2_14: ; in Loop: Header=BB2_3 Depth=1
b LBB2_15
LBB2_15: ; in Loop: Header=BB2_3 Depth=1
b LBB2_16
LBB2_16: ; in Loop: Header=BB2_3 Depth=1
b LBB2_17
LBB2_17: ; in Loop: Header=BB2_3 Depth=1
ldur w8, [x29, #-76]
ldur w9, [x29, #-72]
subs w8, w8, w9
add w8, w8, #1
stur w8, [x29, #-100]
ldur w9, [x29, #-100]
; implicit-def: $x8
mov x8, x9
sub sp, sp, #16
mov x9, sp
str x8, [x9]
adrp x0, l_.str.7@PAGE
add x0, x0, l_.str.7@PAGEOFF
bl _printf
add sp, sp, #16
ldur w8, [x29, #-100]
; kill: def $x8 killed $w8
stur x8, [x29, #-232] ; 8-byte Folded Spill
mov x9, sp
stur x9, [x29, #-112]
lsr x9, x8, #0
add x9, x9, #15
and x9, x9, #0xfffffffffffffff0
stur x9, [x29, #-240] ; 8-byte Folded Spill
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
ldur x10, [x29, #-240] ; 8-byte Folded Reload
mov x9, sp
subs x0, x9, x10
mov sp, x0
stur x0, [x29, #-224] ; 8-byte Folded Spill
stur x8, [x29, #-120]
ldur x8, [x29, #-48]
ldursw x9, [x29, #-72]
add x1, x8, x9
ldur w8, [x29, #-100]
subs w9, w8, #1
; implicit-def: $x8
mov x8, x9
sxtw x2, w8
mov x3, #-1
stur x3, [x29, #-216] ; 8-byte Folded Spill
bl ___strncpy_chk
ldur x0, [x29, #-224] ; 8-byte Folded Reload
ldur w8, [x29, #-100]
subs w9, w8, #1
mov x8, x0
add x8, x8, w9, sxtw
strb wzr, [x8]
bl _strlen
ldur x9, [x29, #-224] ; 8-byte Folded Reload
sub sp, sp, #16
mov x8, sp
str x9, [x8]
str x0, [x8, #8]
adrp x0, l_.str.8@PAGE
add x0, x0, l_.str.8@PAGEOFF
bl _printf
ldur x0, [x29, #-232] ; 8-byte Folded Reload
add sp, sp, #16
bl _malloc
ldur x1, [x29, #-224] ; 8-byte Folded Reload
ldur x2, [x29, #-216] ; 8-byte Folded Reload
ldur x8, [x29, #-64]
ldursw x9, [x29, #-68]
str x0, [x8, x9, lsl #3]
ldur x8, [x29, #-64]
ldursw x9, [x29, #-68]
ldr x0, [x8, x9, lsl #3]
bl ___strcpy_chk
ldur x8, [x29, #-64]
ldursw x9, [x29, #-68]
ldr x10, [x8, x9, lsl #3]
ldur w9, [x29, #-68]
; implicit-def: $x8
mov x8, x9
sub sp, sp, #16
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str.9@PAGE
add x0, x0, l_.str.9@PAGEOFF
bl _printf
add sp, sp, #16
ldur w8, [x29, #-68]
add w8, w8, #1
stur w8, [x29, #-68]
ldur w8, [x29, #-76]
add w8, w8, #1
stur w8, [x29, #-72]
ldur x8, [x29, #-112]
mov sp, x8
b LBB2_22
LBB2_18: ; in Loop: Header=BB2_3 Depth=1
ldursw x8, [x29, #-76]
stur x8, [x29, #-248] ; 8-byte Folded Spill
ldur x0, [x29, #-48]
bl _strlen
ldur x8, [x29, #-248] ; 8-byte Folded Reload
subs x9, x0, #1
subs x8, x8, x9
cset w8, ne
tbnz w8, #0, LBB2_20
b LBB2_19
LBB2_19:
sub sp, sp, #16
mov x9, sp
adrp x8, l_.str.10@PAGE
add x8, x8, l_.str.10@PAGEOFF
str x8, [x9]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
add sp, sp, #16
ldur w8, [x29, #-76]
ldur w9, [x29, #-72]
subs w8, w8, w9
add w8, w8, #2
stur w8, [x29, #-124]
ldur w9, [x29, #-124]
; implicit-def: $x8
mov x8, x9
sub sp, sp, #16
mov x9, sp
str x8, [x9]
adrp x0, l_.str.7@PAGE
add x0, x0, l_.str.7@PAGEOFF
bl _printf
add sp, sp, #16
ldur w8, [x29, #-124]
; kill: def $x8 killed $w8
sub x9, x29, #16
stur x8, [x9, #-256] ; 8-byte Folded Spill
mov x9, sp
stur x9, [x29, #-136]
lsr x9, x8, #0
add x9, x9, #15
and x9, x9, #0xfffffffffffffff0
sub x10, x29, #24
stur x9, [x10, #-256] ; 8-byte Folded Spill
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
sub x9, x29, #24
ldur x10, [x9, #-256] ; 8-byte Folded Reload
mov x9, sp
subs x0, x9, x10
mov sp, x0
sub x9, x29, #8
stur x0, [x9, #-256] ; 8-byte Folded Spill
stur x8, [x29, #-144]
ldur x8, [x29, #-48]
ldursw x9, [x29, #-72]
add x1, x8, x9
ldur w8, [x29, #-124]
subs w9, w8, #1
; implicit-def: $x8
mov x8, x9
sxtw x2, w8
mov x3, #-1
stur x3, [x29, #-256] ; 8-byte Folded Spill
bl ___strncpy_chk
sub x8, x29, #8
ldur x0, [x8, #-256] ; 8-byte Folded Reload
ldur w8, [x29, #-124]
subs w9, w8, #1
mov x8, x0
add x8, x8, w9, sxtw
strb wzr, [x8]
bl _strlen
sub x8, x29, #8
ldur x9, [x8, #-256] ; 8-byte Folded Reload
sub sp, sp, #16
mov x8, sp
str x9, [x8]
str x0, [x8, #8]
adrp x0, l_.str.8@PAGE
add x0, x0, l_.str.8@PAGEOFF
bl _printf
sub x8, x29, #16
ldur x0, [x8, #-256] ; 8-byte Folded Reload
add sp, sp, #16
bl _malloc
sub x8, x29, #8
ldur x1, [x8, #-256] ; 8-byte Folded Reload
ldur x2, [x29, #-256] ; 8-byte Folded Reload
ldur x8, [x29, #-64]
ldursw x9, [x29, #-68]
str x0, [x8, x9, lsl #3]
ldur x8, [x29, #-64]
ldursw x9, [x29, #-68]
ldr x0, [x8, x9, lsl #3]
bl ___strcpy_chk
ldur x8, [x29, #-64]
ldursw x9, [x29, #-68]
ldr x10, [x8, x9, lsl #3]
ldur w9, [x29, #-68]
; implicit-def: $x8
mov x8, x9
sub sp, sp, #16
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str.9@PAGE
add x0, x0, l_.str.9@PAGEOFF
bl _printf
add sp, sp, #16
ldur x8, [x29, #-136]
mov sp, x8
b LBB2_23
LBB2_20: ; in Loop: Header=BB2_3 Depth=1
b LBB2_21
LBB2_21: ; in Loop: Header=BB2_3 Depth=1
b LBB2_22
LBB2_22: ; in Loop: Header=BB2_3 Depth=1
ldur w8, [x29, #-76]
add w8, w8, #1
stur w8, [x29, #-76]
b LBB2_3
LBB2_23:
ldur w1, [x29, #-68]
ldur x2, [x29, #-64]
mov w0, #0
bl _quicksort
stur wzr, [x29, #-148]
b LBB2_24
LBB2_24: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-148]
ldur w9, [x29, #-68]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB2_27
b LBB2_25
LBB2_25: ; in Loop: Header=BB2_24 Depth=1
ldur w9, [x29, #-148]
; implicit-def: $x8
mov x8, x9
sub sp, sp, #16
mov x9, sp
str x8, [x9]
adrp x0, l_.str.11@PAGE
add x0, x0, l_.str.11@PAGEOFF
bl _printf
add sp, sp, #16
ldur x8, [x29, #-64]
ldursw x9, [x29, #-148]
ldr x8, [x8, x9, lsl #3]
sub sp, sp, #16
mov x9, sp
str x8, [x9]
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
add sp, sp, #16
b LBB2_26
LBB2_26: ; in Loop: Header=BB2_24 Depth=1
ldur w8, [x29, #-148]
add w8, w8, #1
stur w8, [x29, #-148]
b LBB2_24
LBB2_27:
ldur x0, [x29, #-48]
bl _strlen
sub sp, sp, #16
mov x8, sp
str x0, [x8]
adrp x0, l_.str.12@PAGE
add x0, x0, l_.str.12@PAGEOFF
bl _printf
add sp, sp, #16
b LBB2_28
LBB2_28:
ldur w8, [x29, #-28]
sub x9, x29, #28
stur w8, [x9, #-256] ; 4-byte Folded Spill
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB2_30
b LBB2_29
LBB2_29:
bl ___stack_chk_fail
LBB2_30:
sub x8, x29, #28
ldur w0, [x8, #-256] ; 4-byte Folded Reload
sub sp, x29, #16
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Please use only 1 argument.\ni.e. ./pointersorter \"the*string*of*some*sort\"\nExiting...\n"
l_.str.1: ; @.str.1
.asciz "Max Size of Array: %d\n"
l_.str.2: ; @.str.2
.asciz "index %d : %c\n"
l_.str.3: ; @.str.3
.asciz "wordStart: %d\n"
l_.str.4: ; @.str.4
.asciz "%s\n"
l_.str.5: ; @.str.5
.asciz "Ending"
l_.str.6: ; @.str.6
.asciz "Multiple no alphas\n"
l_.str.7: ; @.str.7
.asciz "Substring Length: %d\n"
l_.str.8: ; @.str.8
.asciz "Substring: %s\nSubstring length: %zd\n"
l_.str.9: ; @.str.9
.asciz "inserting string: %s at index: %d\n"
l_.str.10: ; @.str.10
.asciz "ending\n"
l_.str.11: ; @.str.11
.asciz "Index: %d\n"
l_.str.12: ; @.str.12
.asciz "Length: %ld\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _partition ## -- Begin function partition
.p2align 4, 0x90
_partition: ## @partition
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $64, %rsp
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
movq %rdx, -16(%rbp)
movl $8, %edi
callq _malloc
movq %rax, -24(%rbp)
movq -24(%rbp), %rdi
movq -16(%rbp), %rax
movslq -8(%rbp), %rcx
movq (%rax,%rcx,8), %rsi
movq $-1, %rdx
callq ___strcpy_chk
movl -4(%rbp), %eax
subl $1, %eax
movl %eax, -28(%rbp)
movl -8(%rbp), %eax
movl %eax, -32(%rbp)
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_2 Depth 2
## Child Loop BB0_5 Depth 2
jmp LBB0_2
LBB0_2: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movq -16(%rbp), %rax
movl -28(%rbp), %ecx
addl $1, %ecx
movl %ecx, -28(%rbp)
movslq %ecx, %rcx
movq (%rax,%rcx,8), %rdi
movq -24(%rbp), %rsi
callq _strcasecmp
cmpl $0, %eax
setne %al
xorb $-1, %al
testb $1, %al
jne LBB0_3
jmp LBB0_4
LBB0_3: ## in Loop: Header=BB0_2 Depth=2
jmp LBB0_2
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_5
LBB0_5: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -32(%rbp)
movb %al, -49(%rbp) ## 1-byte Spill
jle LBB0_7
## %bb.6: ## in Loop: Header=BB0_5 Depth=2
movq -16(%rbp), %rax
movl -32(%rbp), %ecx
addl $-1, %ecx
movl %ecx, -32(%rbp)
movslq %ecx, %rcx
movq (%rax,%rcx,8), %rdi
movq -24(%rbp), %rsi
callq _strcasecmp
cmpl $0, %eax
setg %al
movb %al, -49(%rbp) ## 1-byte Spill
LBB0_7: ## in Loop: Header=BB0_5 Depth=2
movb -49(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB0_8
jmp LBB0_9
LBB0_8: ## in Loop: Header=BB0_5 Depth=2
jmp LBB0_5
LBB0_9: ## in Loop: Header=BB0_1 Depth=1
movl -28(%rbp), %eax
cmpl -32(%rbp), %eax
jl LBB0_11
## %bb.10:
jmp LBB0_13
LBB0_11: ## in Loop: Header=BB0_1 Depth=1
movl $8, %edi
callq _malloc
movq %rax, -40(%rbp)
movq -40(%rbp), %rdi
movq -16(%rbp), %rax
movslq -28(%rbp), %rcx
movq (%rax,%rcx,8), %rsi
movq $-1, %rdx
callq ___strcpy_chk
movq -16(%rbp), %rax
movslq -28(%rbp), %rcx
movq (%rax,%rcx,8), %rdi
movq -16(%rbp), %rax
movslq -32(%rbp), %rcx
movq (%rax,%rcx,8), %rsi
movq $-1, %rdx
callq ___strcpy_chk
movq -16(%rbp), %rax
movslq -32(%rbp), %rcx
movq (%rax,%rcx,8), %rdi
movq -40(%rbp), %rsi
movq $-1, %rdx
callq ___strcpy_chk
## %bb.12: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_1
LBB0_13:
movl $8, %edi
callq _malloc
movq %rax, -48(%rbp)
movq -48(%rbp), %rdi
movq -16(%rbp), %rax
movslq -8(%rbp), %rcx
movq (%rax,%rcx,8), %rsi
movq $-1, %rdx
callq ___strcpy_chk
movq -16(%rbp), %rax
movslq -8(%rbp), %rcx
movq (%rax,%rcx,8), %rdi
movq -16(%rbp), %rax
movslq -28(%rbp), %rcx
movq (%rax,%rcx,8), %rsi
movq $-1, %rdx
callq ___strcpy_chk
movq -16(%rbp), %rax
movslq -28(%rbp), %rcx
movq (%rax,%rcx,8), %rdi
movq -48(%rbp), %rsi
movq $-1, %rdx
callq ___strcpy_chk
movl -28(%rbp), %eax
addq $64, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _quicksort ## -- Begin function quicksort
.p2align 4, 0x90
_quicksort: ## @quicksort
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
movq %rdx, -16(%rbp)
movl -8(%rbp), %eax
subl -4(%rbp), %eax
cmpl $0, %eax
jg LBB1_2
## %bb.1:
jmp LBB1_3
LBB1_2:
movl -4(%rbp), %edi
movl -8(%rbp), %esi
movq -16(%rbp), %rdx
callq _partition
movl %eax, -20(%rbp)
movq -16(%rbp), %rax
movl %eax, %edi
movl -4(%rbp), %esi
movl -20(%rbp), %eax
subl $1, %eax
movslq %eax, %rdx
callq _quicksort
movq -16(%rbp), %rax
movl %eax, %edi
movl -20(%rbp), %esi
addl $1, %esi
movslq -8(%rbp), %rdx
callq _quicksort
LBB1_3:
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function main
LCPI2_0:
.quad 0x4000000000000000 ## double 2
.section __TEXT,__literal16,16byte_literals
.p2align 4
LCPI2_1:
.long 1127219200 ## 0x43300000
.long 1160773632 ## 0x45300000
.long 0 ## 0x0
.long 0 ## 0x0
LCPI2_2:
.quad 0x4330000000000000 ## double 4503599627370496
.quad 0x4530000000000000 ## double 1.9342813113834067E+25
.section __TEXT,__text,regular,pure_instructions
.globl _main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $224, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -12(%rbp)
movl %edi, -16(%rbp)
movq %rsi, -24(%rbp)
cmpl $2, -16(%rbp)
je LBB2_2
## %bb.1:
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
movl $1, -12(%rbp)
jmp LBB2_28
LBB2_2:
movq -24(%rbp), %rax
movq 8(%rax), %rax
movq %rax, -32(%rbp)
movq -32(%rbp), %rdi
callq _strlen
movq %rax, %xmm0
movaps LCPI2_1(%rip), %xmm1 ## xmm1 = [1127219200,1160773632,0,0]
punpckldq %xmm1, %xmm0 ## xmm0 = xmm0[0],xmm1[0],xmm0[1],xmm1[1]
movapd LCPI2_2(%rip), %xmm1 ## xmm1 = [4.503599627370496E+15,1.9342813113834067E+25]
subpd %xmm1, %xmm0
movaps %xmm0, %xmm1
unpckhpd %xmm0, %xmm0 ## xmm0 = xmm0[1,1]
addsd %xmm1, %xmm0
movsd LCPI2_0(%rip), %xmm1 ## xmm1 = mem[0],zero
divsd %xmm1, %xmm0
roundsd $10, %xmm0, %xmm0
cvttsd2si %xmm0, %eax
addl $1, %eax
movl %eax, -36(%rbp)
movl -36(%rbp), %esi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
movslq -36(%rbp), %rdi
shlq $3, %rdi
callq _malloc
movq %rax, -48(%rbp)
movl $0, -52(%rbp)
movl $0, -56(%rbp)
movl $0, -60(%rbp)
LBB2_3: ## =>This Inner Loop Header: Depth=1
movslq -60(%rbp), %rax
movq %rax, -144(%rbp) ## 8-byte Spill
movq -32(%rbp), %rdi
callq _strlen
movq %rax, %rcx
movq -144(%rbp), %rax ## 8-byte Reload
subq $1, %rcx
cmpq %rcx, %rax
ja LBB2_23
## %bb.4: ## in Loop: Header=BB2_3 Depth=1
movl -60(%rbp), %esi
movq -32(%rbp), %rax
movslq -60(%rbp), %rcx
movsbl (%rax,%rcx), %edx
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movq -32(%rbp), %rax
movslq -60(%rbp), %rcx
movsbl (%rax,%rcx), %edi
callq _isalpha
cmpl $0, %eax
jne LBB2_18
## %bb.5: ## in Loop: Header=BB2_3 Depth=1
cmpl $0, -60(%rbp)
jne LBB2_7
## %bb.6: ## in Loop: Header=BB2_3 Depth=1
movl $1, -56(%rbp)
movl -56(%rbp), %esi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB2_22
LBB2_7: ## in Loop: Header=BB2_3 Depth=1
movq -32(%rbp), %rax
movl -60(%rbp), %ecx
subl $1, %ecx
movslq %ecx, %rcx
movsbl (%rax,%rcx), %edi
callq _isalpha
cmpl $0, %eax
jne LBB2_10
## %bb.8: ## in Loop: Header=BB2_3 Depth=1
movslq -60(%rbp), %rax
movq %rax, -152(%rbp) ## 8-byte Spill
movq -32(%rbp), %rdi
callq _strlen
movq %rax, %rcx
movq -152(%rbp), %rax ## 8-byte Reload
subq $1, %rcx
cmpq %rcx, %rax
jne LBB2_10
## %bb.9:
movl -52(%rbp), %eax
addl $-1, %eax
movl %eax, -52(%rbp)
leaq L_.str.4(%rip), %rdi
leaq L_.str.5(%rip), %rsi
movb $0, %al
callq _printf
jmp LBB2_23
LBB2_10: ## in Loop: Header=BB2_3 Depth=1
movq -32(%rbp), %rax
movl -60(%rbp), %ecx
subl $1, %ecx
movslq %ecx, %rcx
movsbl (%rax,%rcx), %edi
callq _isalpha
cmpl $0, %eax
jne LBB2_12
## %bb.11: ## in Loop: Header=BB2_3 Depth=1
movl -60(%rbp), %eax
addl $1, %eax
movl %eax, -56(%rbp)
leaq L_.str.4(%rip), %rdi
leaq L_.str.6(%rip), %rsi
movb $0, %al
callq _printf
jmp LBB2_22
LBB2_12: ## in Loop: Header=BB2_3 Depth=1
movslq -60(%rbp), %rax
movq %rax, -160(%rbp) ## 8-byte Spill
movq -32(%rbp), %rdi
callq _strlen
movq %rax, %rcx
movq -160(%rbp), %rax ## 8-byte Reload
subq $1, %rcx
cmpq %rcx, %rax
jne LBB2_14
## %bb.13:
movl -60(%rbp), %eax
movl -56(%rbp), %ecx
subl %ecx, %eax
incl %eax
movl %eax, -64(%rbp)
movl -64(%rbp), %esi
leaq L_.str.7(%rip), %rdi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
callq _printf
movl -64(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -176(%rbp) ## 8-byte Spill
movq %rsp, %rcx
movq %rcx, -72(%rbp)
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq -176(%rbp), %rax ## 8-byte Reload
movq %rsp, %rdi
movq %rdi, -168(%rbp) ## 8-byte Spill
movq %rax, -80(%rbp)
movq -32(%rbp), %rsi
movslq -56(%rbp), %rax
addq %rax, %rsi
movl -64(%rbp), %eax
subl $1, %eax
movslq %eax, %rdx
movq $-1, %rcx
callq ___strncpy_chk
movq -168(%rbp), %rdi ## 8-byte Reload
movl -64(%rbp), %eax
subl $1, %eax
cltq
movb $0, (%rdi,%rax)
callq _strlen
movq -168(%rbp), %rsi ## 8-byte Reload
movq %rax, %rdx
leaq L_.str.8(%rip), %rdi
movb $0, %al
callq _printf
movq -176(%rbp), %rdi ## 8-byte Reload
callq _malloc
movq -168(%rbp), %rsi ## 8-byte Reload
movq %rax, %rdx
movq -48(%rbp), %rax
movslq -52(%rbp), %rcx
movq %rdx, (%rax,%rcx,8)
movq -48(%rbp), %rax
movslq -52(%rbp), %rcx
movq (%rax,%rcx,8), %rdi
movq $-1, %rdx
callq ___strcpy_chk
movq -48(%rbp), %rax
movslq -52(%rbp), %rcx
movq (%rax,%rcx,8), %rsi
movl -52(%rbp), %edx
leaq L_.str.9(%rip), %rdi
movb $0, %al
callq _printf
movq -72(%rbp), %rax
movq %rax, %rsp
jmp LBB2_23
LBB2_14: ## in Loop: Header=BB2_3 Depth=1
jmp LBB2_15
LBB2_15: ## in Loop: Header=BB2_3 Depth=1
jmp LBB2_16
LBB2_16: ## in Loop: Header=BB2_3 Depth=1
jmp LBB2_17
LBB2_17: ## in Loop: Header=BB2_3 Depth=1
movl -60(%rbp), %eax
movl -56(%rbp), %ecx
subl %ecx, %eax
incl %eax
movl %eax, -84(%rbp)
movl -84(%rbp), %esi
leaq L_.str.7(%rip), %rdi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
callq _printf
movl -84(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -192(%rbp) ## 8-byte Spill
movq %rsp, %rcx
movq %rcx, -96(%rbp)
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq -192(%rbp), %rax ## 8-byte Reload
movq %rsp, %rdi
movq %rdi, -184(%rbp) ## 8-byte Spill
movq %rax, -104(%rbp)
movq -32(%rbp), %rsi
movslq -56(%rbp), %rax
addq %rax, %rsi
movl -84(%rbp), %eax
subl $1, %eax
movslq %eax, %rdx
movq $-1, %rcx
callq ___strncpy_chk
movq -184(%rbp), %rdi ## 8-byte Reload
movl -84(%rbp), %eax
subl $1, %eax
cltq
movb $0, (%rdi,%rax)
callq _strlen
movq -184(%rbp), %rsi ## 8-byte Reload
movq %rax, %rdx
leaq L_.str.8(%rip), %rdi
movb $0, %al
callq _printf
movq -192(%rbp), %rdi ## 8-byte Reload
callq _malloc
movq -184(%rbp), %rsi ## 8-byte Reload
movq %rax, %rdx
movq -48(%rbp), %rax
movslq -52(%rbp), %rcx
movq %rdx, (%rax,%rcx,8)
movq -48(%rbp), %rax
movslq -52(%rbp), %rcx
movq (%rax,%rcx,8), %rdi
movq $-1, %rdx
callq ___strcpy_chk
movq -48(%rbp), %rax
movslq -52(%rbp), %rcx
movq (%rax,%rcx,8), %rsi
movl -52(%rbp), %edx
leaq L_.str.9(%rip), %rdi
movb $0, %al
callq _printf
movl -52(%rbp), %eax
addl $1, %eax
movl %eax, -52(%rbp)
movl -60(%rbp), %eax
addl $1, %eax
movl %eax, -56(%rbp)
movq -96(%rbp), %rax
movq %rax, %rsp
jmp LBB2_22
LBB2_18: ## in Loop: Header=BB2_3 Depth=1
movslq -60(%rbp), %rax
movq %rax, -200(%rbp) ## 8-byte Spill
movq -32(%rbp), %rdi
callq _strlen
movq %rax, %rcx
movq -200(%rbp), %rax ## 8-byte Reload
subq $1, %rcx
cmpq %rcx, %rax
jne LBB2_20
## %bb.19:
leaq L_.str.4(%rip), %rdi
leaq L_.str.10(%rip), %rsi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movb %al, -217(%rbp) ## 1-byte Spill
callq _printf
## kill: def $ecx killed $eax
movb -217(%rbp), %al ## 1-byte Reload
movl -60(%rbp), %ecx
movl -56(%rbp), %edx
subl %edx, %ecx
addl $2, %ecx
movl %ecx, -108(%rbp)
movl -108(%rbp), %esi
leaq L_.str.7(%rip), %rdi
callq _printf
movl -108(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -216(%rbp) ## 8-byte Spill
movq %rsp, %rcx
movq %rcx, -120(%rbp)
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq -216(%rbp), %rax ## 8-byte Reload
movq %rsp, %rdi
movq %rdi, -208(%rbp) ## 8-byte Spill
movq %rax, -128(%rbp)
movq -32(%rbp), %rsi
movslq -56(%rbp), %rax
addq %rax, %rsi
movl -108(%rbp), %eax
subl $1, %eax
movslq %eax, %rdx
movq $-1, %rcx
callq ___strncpy_chk
movq -208(%rbp), %rdi ## 8-byte Reload
movl -108(%rbp), %eax
subl $1, %eax
cltq
movb $0, (%rdi,%rax)
callq _strlen
movq -208(%rbp), %rsi ## 8-byte Reload
movq %rax, %rdx
leaq L_.str.8(%rip), %rdi
movb $0, %al
callq _printf
movq -216(%rbp), %rdi ## 8-byte Reload
callq _malloc
movq -208(%rbp), %rsi ## 8-byte Reload
movq %rax, %rdx
movq -48(%rbp), %rax
movslq -52(%rbp), %rcx
movq %rdx, (%rax,%rcx,8)
movq -48(%rbp), %rax
movslq -52(%rbp), %rcx
movq (%rax,%rcx,8), %rdi
movq $-1, %rdx
callq ___strcpy_chk
movq -48(%rbp), %rax
movslq -52(%rbp), %rcx
movq (%rax,%rcx,8), %rsi
movl -52(%rbp), %edx
leaq L_.str.9(%rip), %rdi
movb $0, %al
callq _printf
movq -120(%rbp), %rax
movq %rax, %rsp
jmp LBB2_23
LBB2_20: ## in Loop: Header=BB2_3 Depth=1
jmp LBB2_21
LBB2_21: ## in Loop: Header=BB2_3 Depth=1
jmp LBB2_22
LBB2_22: ## in Loop: Header=BB2_3 Depth=1
movl -60(%rbp), %eax
addl $1, %eax
movl %eax, -60(%rbp)
jmp LBB2_3
LBB2_23:
movl -52(%rbp), %esi
movq -48(%rbp), %rdx
xorl %edi, %edi
callq _quicksort
movl $0, -132(%rbp)
LBB2_24: ## =>This Inner Loop Header: Depth=1
movl -132(%rbp), %eax
cmpl -52(%rbp), %eax
jg LBB2_27
## %bb.25: ## in Loop: Header=BB2_24 Depth=1
movl -132(%rbp), %esi
leaq L_.str.11(%rip), %rdi
movb $0, %al
callq _printf
movq -48(%rbp), %rax
movslq -132(%rbp), %rcx
movq (%rax,%rcx,8), %rsi
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
## %bb.26: ## in Loop: Header=BB2_24 Depth=1
movl -132(%rbp), %eax
addl $1, %eax
movl %eax, -132(%rbp)
jmp LBB2_24
LBB2_27:
movq -32(%rbp), %rdi
callq _strlen
movq %rax, %rsi
leaq L_.str.12(%rip), %rdi
movb $0, %al
callq _printf
LBB2_28:
movl -12(%rbp), %eax
movl %eax, -224(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB2_30
## %bb.29:
movl -224(%rbp), %eax ## 4-byte Reload
movq %rbp, %rsp
popq %rbp
retq
LBB2_30:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Please use only 1 argument.\ni.e. ./pointersorter \"the*string*of*some*sort\"\nExiting...\n"
L_.str.1: ## @.str.1
.asciz "Max Size of Array: %d\n"
L_.str.2: ## @.str.2
.asciz "index %d : %c\n"
L_.str.3: ## @.str.3
.asciz "wordStart: %d\n"
L_.str.4: ## @.str.4
.asciz "%s\n"
L_.str.5: ## @.str.5
.asciz "Ending"
L_.str.6: ## @.str.6
.asciz "Multiple no alphas\n"
L_.str.7: ## @.str.7
.asciz "Substring Length: %d\n"
L_.str.8: ## @.str.8
.asciz "Substring: %s\nSubstring length: %zd\n"
L_.str.9: ## @.str.9
.asciz "inserting string: %s at index: %d\n"
L_.str.10: ## @.str.10
.asciz "ending\n"
L_.str.11: ## @.str.11
.asciz "Index: %d\n"
L_.str.12: ## @.str.12
.asciz "Length: %ld\n"
.subsections_via_symbols
| the_stack_data/115766536.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl ___VERIFIER_assert ; -- Begin function __VERIFIER_assert
.p2align 2
___VERIFIER_assert: ; @__VERIFIER_assert
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
ldur w8, [x29, #-4]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_3
b LBB0_1
LBB0_1:
b LBB0_2
LBB0_2:
bl ___VERIFIER_error
LBB0_3:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
mov w9, #47520
movk w9, #42, lsl #16
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
sub sp, sp, #683, lsl #12 ; =2797568
sub sp, sp, #2464
mov w8, #34464
movk w8, #1, lsl #16
str w8, [sp, #8] ; 4-byte Folded Spill
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str wzr, [sp, #20]
str wzr, [sp, #16]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldr w9, [sp, #8] ; 4-byte Folded Reload
ldr w8, [sp, #16]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_4
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldrsw x9, [sp, #16]
add x8, sp, #585, lsl #12 ; =2396160
add x8, x8, #3864
ldr w8, [x8, x9, lsl #2]
ldrsw x10, [sp, #16]
add x9, sp, #488, lsl #12 ; =1998848
add x9, x9, #1176
str w8, [x9, x10, lsl #2]
b LBB1_3
LBB1_3: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB1_1
LBB1_4:
str wzr, [sp, #16]
b LBB1_5
LBB1_5: ; =>This Inner Loop Header: Depth=1
ldr w9, [sp, #8] ; 4-byte Folded Reload
ldr w8, [sp, #16]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_8
b LBB1_6
LBB1_6: ; in Loop: Header=BB1_5 Depth=1
ldrsw x9, [sp, #16]
add x8, sp, #488, lsl #12 ; =1998848
add x8, x8, #1176
ldr w8, [x8, x9, lsl #2]
ldrsw x10, [sp, #16]
add x9, sp, #390, lsl #12 ; =1597440
add x9, x9, #2584
str w8, [x9, x10, lsl #2]
b LBB1_7
LBB1_7: ; in Loop: Header=BB1_5 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB1_5
LBB1_8:
str wzr, [sp, #16]
b LBB1_9
LBB1_9: ; =>This Inner Loop Header: Depth=1
ldr w9, [sp, #8] ; 4-byte Folded Reload
ldr w8, [sp, #16]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_12
b LBB1_10
LBB1_10: ; in Loop: Header=BB1_9 Depth=1
ldrsw x9, [sp, #16]
add x8, sp, #390, lsl #12 ; =1597440
add x8, x8, #2584
ldr w8, [x8, x9, lsl #2]
ldrsw x10, [sp, #16]
add x9, sp, #292, lsl #12 ; =1196032
add x9, x9, #3992
str w8, [x9, x10, lsl #2]
b LBB1_11
LBB1_11: ; in Loop: Header=BB1_9 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB1_9
LBB1_12:
str wzr, [sp, #16]
b LBB1_13
LBB1_13: ; =>This Inner Loop Header: Depth=1
ldr w9, [sp, #8] ; 4-byte Folded Reload
ldr w8, [sp, #16]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_16
b LBB1_14
LBB1_14: ; in Loop: Header=BB1_13 Depth=1
ldrsw x9, [sp, #16]
add x8, sp, #292, lsl #12 ; =1196032
add x8, x8, #3992
ldr w8, [x8, x9, lsl #2]
ldrsw x10, [sp, #16]
add x9, sp, #195, lsl #12 ; =798720
add x9, x9, #1304
str w8, [x9, x10, lsl #2]
b LBB1_15
LBB1_15: ; in Loop: Header=BB1_13 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB1_13
LBB1_16:
str wzr, [sp, #16]
b LBB1_17
LBB1_17: ; =>This Inner Loop Header: Depth=1
ldr w9, [sp, #8] ; 4-byte Folded Reload
ldr w8, [sp, #16]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_20
b LBB1_18
LBB1_18: ; in Loop: Header=BB1_17 Depth=1
ldrsw x9, [sp, #16]
add x8, sp, #195, lsl #12 ; =798720
add x8, x8, #1304
ldr w8, [x8, x9, lsl #2]
ldrsw x10, [sp, #16]
add x9, sp, #97, lsl #12 ; =397312
add x9, x9, #2712
str w8, [x9, x10, lsl #2]
b LBB1_19
LBB1_19: ; in Loop: Header=BB1_17 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB1_17
LBB1_20:
str wzr, [sp, #16]
b LBB1_21
LBB1_21: ; =>This Inner Loop Header: Depth=1
ldr w9, [sp, #8] ; 4-byte Folded Reload
ldr w8, [sp, #16]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_24
b LBB1_22
LBB1_22: ; in Loop: Header=BB1_21 Depth=1
ldrsw x9, [sp, #16]
add x8, sp, #97, lsl #12 ; =397312
add x8, x8, #2712
ldr w8, [x8, x9, lsl #2]
ldrsw x10, [sp, #16]
add x9, sp, #24
str w8, [x9, x10, lsl #2]
b LBB1_23
LBB1_23: ; in Loop: Header=BB1_21 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB1_21
LBB1_24:
str wzr, [sp, #12]
b LBB1_25
LBB1_25: ; =>This Inner Loop Header: Depth=1
ldr w9, [sp, #8] ; 4-byte Folded Reload
ldr w8, [sp, #12]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_28
b LBB1_26
LBB1_26: ; in Loop: Header=BB1_25 Depth=1
ldrsw x9, [sp, #12]
add x8, sp, #585, lsl #12 ; =2396160
add x8, x8, #3864
ldr w8, [x8, x9, lsl #2]
ldrsw x10, [sp, #12]
add x9, sp, #24
ldr w9, [x9, x10, lsl #2]
subs w8, w8, w9
cset w8, eq
and w0, w8, #0x1
bl ___VERIFIER_assert
b LBB1_27
LBB1_27: ; in Loop: Header=BB1_25 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB1_25
LBB1_28:
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB1_30
b LBB1_29
LBB1_29:
bl ___stack_chk_fail
LBB1_30:
mov w0, #0
add sp, sp, #683, lsl #12 ; =2797568
add sp, sp, #2464
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl ___VERIFIER_assert ## -- Begin function __VERIFIER_assert
.p2align 4, 0x90
___VERIFIER_assert: ## @__VERIFIER_assert
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl %edi, -4(%rbp)
cmpl $0, -4(%rbp)
jne LBB0_3
## %bb.1:
jmp LBB0_2
LBB0_2:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
callq ___VERIFIER_error
LBB0_3:
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $2800032, %eax ## imm = 0x2AB9A0
callq ____chkstk_darwin
subq %rax, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -2800020(%rbp)
movl $0, -2800024(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
cmpl $100000, -2800024(%rbp) ## imm = 0x186A0
jge LBB1_4
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movslq -2800024(%rbp), %rax
movl -400016(%rbp,%rax,4), %ecx
movslq -2800024(%rbp), %rax
movl %ecx, -800016(%rbp,%rax,4)
## %bb.3: ## in Loop: Header=BB1_1 Depth=1
movl -2800024(%rbp), %eax
addl $1, %eax
movl %eax, -2800024(%rbp)
jmp LBB1_1
LBB1_4:
movl $0, -2800024(%rbp)
LBB1_5: ## =>This Inner Loop Header: Depth=1
cmpl $100000, -2800024(%rbp) ## imm = 0x186A0
jge LBB1_8
## %bb.6: ## in Loop: Header=BB1_5 Depth=1
movslq -2800024(%rbp), %rax
movl -800016(%rbp,%rax,4), %ecx
movslq -2800024(%rbp), %rax
movl %ecx, -1200016(%rbp,%rax,4)
## %bb.7: ## in Loop: Header=BB1_5 Depth=1
movl -2800024(%rbp), %eax
addl $1, %eax
movl %eax, -2800024(%rbp)
jmp LBB1_5
LBB1_8:
movl $0, -2800024(%rbp)
LBB1_9: ## =>This Inner Loop Header: Depth=1
cmpl $100000, -2800024(%rbp) ## imm = 0x186A0
jge LBB1_12
## %bb.10: ## in Loop: Header=BB1_9 Depth=1
movslq -2800024(%rbp), %rax
movl -1200016(%rbp,%rax,4), %ecx
movslq -2800024(%rbp), %rax
movl %ecx, -1600016(%rbp,%rax,4)
## %bb.11: ## in Loop: Header=BB1_9 Depth=1
movl -2800024(%rbp), %eax
addl $1, %eax
movl %eax, -2800024(%rbp)
jmp LBB1_9
LBB1_12:
movl $0, -2800024(%rbp)
LBB1_13: ## =>This Inner Loop Header: Depth=1
cmpl $100000, -2800024(%rbp) ## imm = 0x186A0
jge LBB1_16
## %bb.14: ## in Loop: Header=BB1_13 Depth=1
movslq -2800024(%rbp), %rax
movl -1600016(%rbp,%rax,4), %ecx
movslq -2800024(%rbp), %rax
movl %ecx, -2000016(%rbp,%rax,4)
## %bb.15: ## in Loop: Header=BB1_13 Depth=1
movl -2800024(%rbp), %eax
addl $1, %eax
movl %eax, -2800024(%rbp)
jmp LBB1_13
LBB1_16:
movl $0, -2800024(%rbp)
LBB1_17: ## =>This Inner Loop Header: Depth=1
cmpl $100000, -2800024(%rbp) ## imm = 0x186A0
jge LBB1_20
## %bb.18: ## in Loop: Header=BB1_17 Depth=1
movslq -2800024(%rbp), %rax
movl -2000016(%rbp,%rax,4), %ecx
movslq -2800024(%rbp), %rax
movl %ecx, -2400016(%rbp,%rax,4)
## %bb.19: ## in Loop: Header=BB1_17 Depth=1
movl -2800024(%rbp), %eax
addl $1, %eax
movl %eax, -2800024(%rbp)
jmp LBB1_17
LBB1_20:
movl $0, -2800024(%rbp)
LBB1_21: ## =>This Inner Loop Header: Depth=1
cmpl $100000, -2800024(%rbp) ## imm = 0x186A0
jge LBB1_24
## %bb.22: ## in Loop: Header=BB1_21 Depth=1
movslq -2800024(%rbp), %rax
movl -2400016(%rbp,%rax,4), %ecx
movslq -2800024(%rbp), %rax
movl %ecx, -2800016(%rbp,%rax,4)
## %bb.23: ## in Loop: Header=BB1_21 Depth=1
movl -2800024(%rbp), %eax
addl $1, %eax
movl %eax, -2800024(%rbp)
jmp LBB1_21
LBB1_24:
movl $0, -2800028(%rbp)
LBB1_25: ## =>This Inner Loop Header: Depth=1
cmpl $100000, -2800028(%rbp) ## imm = 0x186A0
jge LBB1_28
## %bb.26: ## in Loop: Header=BB1_25 Depth=1
movslq -2800028(%rbp), %rax
movl -400016(%rbp,%rax,4), %eax
movslq -2800028(%rbp), %rcx
cmpl -2800016(%rbp,%rcx,4), %eax
sete %al
andb $1, %al
movzbl %al, %edi
callq ___VERIFIER_assert
## %bb.27: ## in Loop: Header=BB1_25 Depth=1
movl -2800028(%rbp), %eax
addl $1, %eax
movl %eax, -2800028(%rbp)
jmp LBB1_25
LBB1_28:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB1_30
## %bb.29:
xorl %eax, %eax
addq $2800032, %rsp ## imm = 0x2AB9A0
popq %rbp
retq
LBB1_30:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/154830484.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _vassume ; -- Begin function vassume
.p2align 2
_vassume: ; @vassume
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _vtrace1 ; -- Begin function vtrace1
.p2align 2
_vtrace1: ; @vtrace1
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
str w1, [sp, #8]
str w2, [sp, #4]
str w3, [sp]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _mainQ ; -- Begin function mainQ
.p2align 2
_mainQ: ; @mainQ
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
stur w1, [x29, #-8]
ldur w8, [x29, #-4]
subs w8, w8, #0
cset w8, ge
mov w9, #1
str w9, [sp, #8] ; 4-byte Folded Spill
and w0, w8, #0x1
bl _vassume
ldur w8, [x29, #-4]
subs w8, w8, #10
cset w8, le
and w0, w8, #0x1
bl _vassume
ldur w8, [x29, #-8]
subs w8, w8, #0
cset w8, gt
and w0, w8, #0x1
bl _vassume
ldur w8, [x29, #-8]
subs w8, w8, #10
cset w8, le
and w0, w8, #0x1
bl _vassume
ldr w8, [sp, #8] ; 4-byte Folded Reload
stur w8, [x29, #-12]
str w8, [sp, #16]
str w8, [sp, #12]
b LBB2_1
LBB2_1: ; =>This Inner Loop Header: Depth=1
ldur w0, [x29, #-12]
ldr w1, [sp, #16]
ldur w2, [x29, #-4]
ldur w3, [x29, #-8]
bl _vtrace1
ldr w8, [sp, #12]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB2_3
b LBB2_2
LBB2_2:
b LBB2_4
LBB2_3: ; in Loop: Header=BB2_1 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
ldur w8, [x29, #-12]
ldur w9, [x29, #-4]
mul w8, w8, w9
add w8, w8, #1
stur w8, [x29, #-12]
ldr w8, [sp, #16]
ldur w9, [x29, #-4]
mul w8, w8, w9
str w8, [sp, #16]
b LBB2_1
LBB2_4:
ldur w0, [x29, #-12]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
str x1, [sp, #16]
ldr x8, [sp, #16]
ldr x0, [x8, #8]
bl _atoi
str w0, [sp, #12] ; 4-byte Folded Spill
ldr x8, [sp, #16]
ldr x0, [x8, #16]
bl _atoi
mov x1, x0
ldr w0, [sp, #12] ; 4-byte Folded Reload
bl _mainQ
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _vassume ## -- Begin function vassume
.p2align 4, 0x90
_vassume: ## @vassume
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _vtrace1 ## -- Begin function vtrace1
.p2align 4, 0x90
_vtrace1: ## @vtrace1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
movl %edx, -12(%rbp)
movl %ecx, -16(%rbp)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _mainQ ## -- Begin function mainQ
.p2align 4, 0x90
_mainQ: ## @mainQ
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
cmpl $0, -4(%rbp)
setge %al
andb $1, %al
movzbl %al, %edi
callq _vassume
cmpl $10, -4(%rbp)
setle %al
andb $1, %al
movzbl %al, %edi
callq _vassume
cmpl $0, -8(%rbp)
setg %al
andb $1, %al
movzbl %al, %edi
callq _vassume
cmpl $10, -8(%rbp)
setle %al
andb $1, %al
movzbl %al, %edi
callq _vassume
movl $1, -12(%rbp)
movl $1, -16(%rbp)
movl $1, -20(%rbp)
LBB2_1: ## =>This Inner Loop Header: Depth=1
movl -12(%rbp), %edi
movl -16(%rbp), %esi
movl -4(%rbp), %edx
movl -8(%rbp), %ecx
callq _vtrace1
movl -20(%rbp), %eax
cmpl -8(%rbp), %eax
jl LBB2_3
## %bb.2:
jmp LBB2_4
LBB2_3: ## in Loop: Header=BB2_1 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
movl -12(%rbp), %eax
imull -4(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
movl -16(%rbp), %eax
imull -4(%rbp), %eax
movl %eax, -16(%rbp)
jmp LBB2_1
LBB2_4:
movl -12(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl %edi, -4(%rbp)
movq %rsi, -16(%rbp)
movq -16(%rbp), %rax
movq 8(%rax), %rdi
callq _atoi
movl %eax, -20(%rbp) ## 4-byte Spill
movq -16(%rbp), %rax
movq 16(%rax), %rdi
callq _atoi
movl -20(%rbp), %edi ## 4-byte Reload
movl %eax, %esi
callq _mainQ
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/122015114.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _function_test ; -- Begin function function_test
.p2align 2
_function_test: ; @function_test
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, #8]
str w1, [sp, #4]
mov w8, #30
str w8, [sp, #4]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #4]
subs w8, w8, #500
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #8]
ldr w9, [sp, #4]
subs w9, w9, #1
ldr w8, [x8, w9, sxtw #2]
ldr x9, [sp, #8]
ldrsw x10, [sp, #4]
str w8, [x9, x10, lsl #2]
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #4]
add w8, w8, #1
str w8, [sp, #4]
b LBB0_1
LBB0_4:
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
sub sp, sp, #2016
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str wzr, [sp, #4]
str wzr, [sp]
ldr w1, [sp]
add x0, sp, #8
bl _function_test
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB1_2
b LBB1_1
LBB1_1:
bl ___stack_chk_fail
LBB1_2:
mov w0, #0
add sp, sp, #2016
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _function_test ## -- Begin function function_test
.p2align 4, 0x90
_function_test: ## @function_test
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movl $30, -12(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
cmpl $500, -12(%rbp) ## imm = 0x1F4
jge LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -8(%rbp), %rax
movl -12(%rbp), %ecx
subl $1, %ecx
movslq %ecx, %rcx
movl (%rax,%rcx,4), %edx
movq -8(%rbp), %rax
movslq -12(%rbp), %rcx
movl %edx, (%rax,%rcx,4)
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB0_1
LBB0_4:
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $2032, %rsp ## imm = 0x7F0
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -2020(%rbp)
movl $0, -2024(%rbp)
leaq -2016(%rbp), %rdi
movl -2024(%rbp), %esi
callq _function_test
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB1_2
## %bb.1:
xorl %eax, %eax
addq $2032, %rsp ## imm = 0x7F0
popq %rbp
retq
LBB1_2:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/93886458.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _rect_new ; -- Begin function rect_new
.p2align 2
_rect_new: ; @rect_new
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov x0, #16
bl _malloc
str x0, [sp, #8]
ldr x8, [sp, #8]
str wzr, [x8, #12]
ldr x8, [sp, #8]
str wzr, [x8, #8]
ldr x8, [sp, #8]
str wzr, [x8, #4]
ldr x8, [sp, #8]
str wzr, [x8]
ldr x0, [sp, #8]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _rect_drag ; -- Begin function rect_drag
.p2align 2
_rect_drag: ; @rect_drag
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, #8]
str w1, [sp, #4]
str w2, [sp]
ldr w10, [sp, #4]
ldr x9, [sp, #8]
ldr w8, [x9]
add w8, w8, w10
str w8, [x9]
ldr w10, [sp]
ldr x9, [sp, #8]
ldr w8, [x9, #4]
add w8, w8, w10
str w8, [x9, #4]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _rect_print ; -- Begin function rect_print
.p2align 2
_rect_print: ; @rect_print
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
ldur x8, [x29, #-8]
ldr w8, [x8]
; implicit-def: $x12
mov x12, x8
ldur x8, [x29, #-8]
ldr w8, [x8, #4]
; implicit-def: $x11
mov x11, x8
ldur x8, [x29, #-8]
ldr w8, [x8, #8]
; implicit-def: $x10
mov x10, x8
ldur x8, [x29, #-8]
ldr w9, [x8, #12]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x12, [x9]
str x11, [x9, #8]
str x10, [x9, #16]
str x8, [x9, #24]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "x: %d\ny: %d\nw: %d\nh: %d\n\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _rect_new ## -- Begin function rect_new
.p2align 4, 0x90
_rect_new: ## @rect_new
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $16, %edi
callq _malloc
movq %rax, -8(%rbp)
movq -8(%rbp), %rax
movl $0, 12(%rax)
movq -8(%rbp), %rax
movl $0, 8(%rax)
movq -8(%rbp), %rax
movl $0, 4(%rax)
movq -8(%rbp), %rax
movl $0, (%rax)
movq -8(%rbp), %rax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _rect_drag ## -- Begin function rect_drag
.p2align 4, 0x90
_rect_drag: ## @rect_drag
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movl %edx, -16(%rbp)
movl -12(%rbp), %ecx
movq -8(%rbp), %rax
addl (%rax), %ecx
movl %ecx, (%rax)
movl -16(%rbp), %ecx
movq -8(%rbp), %rax
addl 4(%rax), %ecx
movl %ecx, 4(%rax)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _rect_print ## -- Begin function rect_print
.p2align 4, 0x90
_rect_print: ## @rect_print
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
movl (%rax), %esi
movq -8(%rbp), %rax
movl 4(%rax), %edx
movq -8(%rbp), %rax
movl 8(%rax), %ecx
movq -8(%rbp), %rax
movl 12(%rax), %r8d
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "x: %d\ny: %d\nw: %d\nh: %d\n\n"
.subsections_via_symbols
| the_stack_data/211080640.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str wzr, [sp, #12]
mov w8, #-1
str w8, [sp, #8]
ldr w8, [sp, #8]
subs w8, w8, #2
cset w8, gt
and w0, w8, #0x1
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $0, -4(%rbp)
movl $-1, -8(%rbp)
cmpl $2, -8(%rbp)
setg %al
andb $1, %al
movzbl %al, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/31818.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _FBDynamics ; -- Begin function FBDynamics
.p2align 2
_FBDynamics: ; @FBDynamics
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur x1, [x29, #-16]
str x2, [sp, #24]
str x3, [sp, #16]
str w4, [sp, #12]
ldur x0, [x29, #-8]
ldur x1, [x29, #-16]
ldr x2, [sp, #24]
ldr x3, [sp, #16]
ldr w4, [sp, #12]
bl _FBDynamics_f0
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ; -- Begin function FBDynamics_f0
lCPI1_0:
.quad 0x3fcdb79959b9ccee ; double 0.23216549759999999
lCPI1_1:
.quad 0xc0239eb851eb851f ; double -9.8100000000000004
lCPI1_2:
.quad 0x4020810624dd2f1b ; double 8.2520000000000007
.section __TEXT,__text,regular,pure_instructions
.p2align 2
_FBDynamics_f0: ; @FBDynamics_f0
.cfi_startproc
; %bb.0:
sub sp, sp, #240
.cfi_def_cfa_offset 240
str x0, [sp, #232]
str x1, [sp, #224]
str x2, [sp, #216]
str x3, [sp, #208]
str w4, [sp, #204]
ldr x8, [sp, #232]
ldr x8, [x8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_2
b LBB1_1
LBB1_1:
ldr x8, [sp, #232]
ldr x8, [x8]
ldr d0, [x8, #24]
str d0, [sp, #120] ; 8-byte Folded Spill
b LBB1_3
LBB1_2:
movi d0, #0000000000000000
str d0, [sp, #120] ; 8-byte Folded Spill
b LBB1_3
LBB1_3:
ldr d0, [sp, #120] ; 8-byte Folded Reload
str d0, [sp, #192]
ldr x8, [sp, #224]
ldr x8, [x8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_5
b LBB1_4
LBB1_4:
ldr d0, [sp, #192]
ldr x8, [sp, #224]
ldr x8, [x8]
str d0, [x8]
b LBB1_5
LBB1_5:
ldr x8, [sp, #232]
ldr x8, [x8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_7
b LBB1_6
LBB1_6:
ldr x8, [sp, #232]
ldr x8, [x8]
ldr d0, [x8, #32]
str d0, [sp, #112] ; 8-byte Folded Spill
b LBB1_8
LBB1_7:
movi d0, #0000000000000000
str d0, [sp, #112] ; 8-byte Folded Spill
b LBB1_8
LBB1_8:
ldr d0, [sp, #112] ; 8-byte Folded Reload
str d0, [sp, #192]
ldr x8, [sp, #224]
ldr x8, [x8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_10
b LBB1_9
LBB1_9:
ldr d0, [sp, #192]
ldr x8, [sp, #224]
ldr x8, [x8]
str d0, [x8, #8]
b LBB1_10
LBB1_10:
ldr x8, [sp, #232]
ldr x8, [x8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_12
b LBB1_11
LBB1_11:
ldr x8, [sp, #232]
ldr x8, [x8]
ldr d0, [x8, #40]
str d0, [sp, #104] ; 8-byte Folded Spill
b LBB1_13
LBB1_12:
movi d0, #0000000000000000
str d0, [sp, #104] ; 8-byte Folded Spill
b LBB1_13
LBB1_13:
ldr d0, [sp, #104] ; 8-byte Folded Reload
str d0, [sp, #192]
ldr x8, [sp, #224]
ldr x8, [x8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_15
b LBB1_14
LBB1_14:
ldr d0, [sp, #192]
ldr x8, [sp, #224]
ldr x8, [x8]
str d0, [x8, #16]
b LBB1_15
LBB1_15:
ldr x8, [sp, #232]
ldr x8, [x8, #24]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_17
b LBB1_16
LBB1_16:
ldr x8, [sp, #232]
ldr x8, [x8, #24]
ldr d0, [x8]
str d0, [sp, #96] ; 8-byte Folded Spill
b LBB1_18
LBB1_17:
movi d0, #0000000000000000
str d0, [sp, #96] ; 8-byte Folded Spill
b LBB1_18
LBB1_18:
ldr d0, [sp, #96] ; 8-byte Folded Reload
str d0, [sp, #192]
ldr x8, [sp, #232]
ldr x8, [x8, #8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_20
b LBB1_19
LBB1_19:
ldr x8, [sp, #232]
ldr x8, [x8, #8]
ldr d0, [x8]
str d0, [sp, #88] ; 8-byte Folded Spill
b LBB1_21
LBB1_20:
movi d0, #0000000000000000
str d0, [sp, #88] ; 8-byte Folded Spill
b LBB1_21
LBB1_21:
ldr d0, [sp, #88] ; 8-byte Folded Reload
str d0, [sp, #184]
ldr d0, [sp, #192]
ldr d1, [sp, #184]
fmul d0, d0, d1
str d0, [sp, #176]
adrp x8, lCPI1_2@PAGE
ldr d0, [x8, lCPI1_2@PAGEOFF]
str d0, [sp, #168]
ldr d0, [sp, #176]
ldr d1, [sp, #168]
fdiv d0, d0, d1
str d0, [sp, #176]
ldr x8, [sp, #232]
ldr x8, [x8, #24]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_23
b LBB1_22
LBB1_22:
ldr x8, [sp, #232]
ldr x8, [x8, #24]
ldr d0, [x8, #8]
str d0, [sp, #80] ; 8-byte Folded Spill
b LBB1_24
LBB1_23:
movi d0, #0000000000000000
str d0, [sp, #80] ; 8-byte Folded Spill
b LBB1_24
LBB1_24:
ldr d0, [sp, #80] ; 8-byte Folded Reload
str d0, [sp, #160]
ldr x8, [sp, #232]
ldr x8, [x8, #8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_26
b LBB1_25
LBB1_25:
ldr x8, [sp, #232]
ldr x8, [x8, #8]
ldr d0, [x8, #16]
str d0, [sp, #72] ; 8-byte Folded Spill
b LBB1_27
LBB1_26:
movi d0, #0000000000000000
str d0, [sp, #72] ; 8-byte Folded Spill
b LBB1_27
LBB1_27:
ldr d0, [sp, #72] ; 8-byte Folded Reload
str d0, [sp, #152]
ldr d0, [sp, #160]
ldr d1, [sp, #152]
fmul d0, d0, d1
str d0, [sp, #144]
ldr d0, [sp, #144]
ldr d1, [sp, #168]
fdiv d0, d0, d1
str d0, [sp, #144]
ldr d0, [sp, #176]
ldr d1, [sp, #144]
fadd d0, d0, d1
str d0, [sp, #176]
ldr x8, [sp, #224]
ldr x8, [x8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_29
b LBB1_28
LBB1_28:
ldr d0, [sp, #176]
ldr x8, [sp, #224]
ldr x8, [x8]
str d0, [x8, #24]
b LBB1_29
LBB1_29:
ldr x8, [sp, #232]
ldr x8, [x8, #8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_31
b LBB1_30
LBB1_30:
ldr x8, [sp, #232]
ldr x8, [x8, #8]
ldr d0, [x8, #8]
str d0, [sp, #64] ; 8-byte Folded Spill
b LBB1_32
LBB1_31:
movi d0, #0000000000000000
str d0, [sp, #64] ; 8-byte Folded Spill
b LBB1_32
LBB1_32:
ldr d0, [sp, #64] ; 8-byte Folded Reload
str d0, [sp, #176]
ldr d0, [sp, #192]
ldr d1, [sp, #176]
fmul d0, d0, d1
str d0, [sp, #144]
ldr d0, [sp, #144]
ldr d1, [sp, #168]
fdiv d0, d0, d1
str d0, [sp, #144]
ldr x8, [sp, #232]
ldr x8, [x8, #8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_34
b LBB1_33
LBB1_33:
ldr x8, [sp, #232]
ldr x8, [x8, #8]
ldr d0, [x8, #24]
str d0, [sp, #56] ; 8-byte Folded Spill
b LBB1_35
LBB1_34:
movi d0, #0000000000000000
str d0, [sp, #56] ; 8-byte Folded Spill
b LBB1_35
LBB1_35:
ldr d0, [sp, #56] ; 8-byte Folded Reload
str d0, [sp, #136]
ldr d0, [sp, #160]
ldr d1, [sp, #136]
fmul d0, d0, d1
str d0, [sp, #128]
ldr d0, [sp, #128]
ldr d1, [sp, #168]
fdiv d0, d0, d1
str d0, [sp, #128]
ldr d0, [sp, #144]
ldr d1, [sp, #128]
fadd d0, d0, d1
str d0, [sp, #144]
adrp x8, lCPI1_1@PAGE
ldr d0, [x8, lCPI1_1@PAGEOFF]
str d0, [sp, #128]
ldr d0, [sp, #144]
ldr d1, [sp, #128]
fadd d0, d0, d1
str d0, [sp, #144]
ldr x8, [sp, #224]
ldr x8, [x8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_37
b LBB1_36
LBB1_36:
ldr d0, [sp, #144]
ldr x8, [sp, #224]
ldr x8, [x8]
str d0, [x8, #32]
b LBB1_37
LBB1_37:
ldr x8, [sp, #232]
ldr x8, [x8, #16]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_39
b LBB1_38
LBB1_38:
ldr x8, [sp, #232]
ldr x8, [x8, #16]
ldr d0, [x8, #8]
str d0, [sp, #48] ; 8-byte Folded Spill
b LBB1_40
LBB1_39:
movi d0, #0000000000000000
str d0, [sp, #48] ; 8-byte Folded Spill
b LBB1_40
LBB1_40:
ldr d0, [sp, #48] ; 8-byte Folded Reload
str d0, [sp, #144]
ldr x8, [sp, #232]
ldr x8, [x8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_42
b LBB1_41
LBB1_41:
ldr x8, [sp, #232]
ldr x8, [x8]
ldr d0, [x8, #8]
str d0, [sp, #40] ; 8-byte Folded Spill
b LBB1_43
LBB1_42:
movi d0, #0000000000000000
str d0, [sp, #40] ; 8-byte Folded Spill
b LBB1_43
LBB1_43:
ldr d0, [sp, #40] ; 8-byte Folded Reload
str d0, [sp, #128]
ldr d0, [sp, #144]
ldr d1, [sp, #128]
fsub d0, d0, d1
str d0, [sp, #144]
ldr d0, [sp, #144]
ldr d1, [sp, #184]
fmul d0, d0, d1
str d0, [sp, #144]
ldr x8, [sp, #232]
ldr x8, [x8, #16]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_45
b LBB1_44
LBB1_44:
ldr x8, [sp, #232]
ldr x8, [x8, #16]
ldr d0, [x8]
str d0, [sp, #32] ; 8-byte Folded Spill
b LBB1_46
LBB1_45:
movi d0, #0000000000000000
str d0, [sp, #32] ; 8-byte Folded Spill
b LBB1_46
LBB1_46:
ldr d0, [sp, #32] ; 8-byte Folded Reload
str d0, [sp, #184]
ldr x8, [sp, #232]
ldr x8, [x8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_48
b LBB1_47
LBB1_47:
ldr x8, [sp, #232]
ldr x8, [x8]
ldr d0, [x8]
str d0, [sp, #24] ; 8-byte Folded Spill
b LBB1_49
LBB1_48:
movi d0, #0000000000000000
str d0, [sp, #24] ; 8-byte Folded Spill
b LBB1_49
LBB1_49:
ldr d0, [sp, #24] ; 8-byte Folded Reload
str d0, [sp, #168]
ldr d0, [sp, #184]
ldr d1, [sp, #168]
fsub d0, d0, d1
str d0, [sp, #184]
ldr d0, [sp, #184]
ldr d1, [sp, #176]
fmul d0, d0, d1
str d0, [sp, #184]
ldr d0, [sp, #144]
ldr d1, [sp, #184]
fsub d0, d0, d1
str d0, [sp, #144]
adrp x8, lCPI1_0@PAGE
ldr d0, [x8, lCPI1_0@PAGEOFF]
str d0, [sp, #184]
ldr d0, [sp, #144]
ldr d1, [sp, #184]
fdiv d0, d0, d1
str d0, [sp, #144]
ldr d0, [sp, #192]
ldr d1, [sp, #144]
fmul d0, d0, d1
str d0, [sp, #192]
ldr x8, [sp, #232]
ldr x8, [x8, #16]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_51
b LBB1_50
LBB1_50:
ldr x8, [sp, #232]
ldr x8, [x8, #16]
ldr d0, [x8, #24]
str d0, [sp, #16] ; 8-byte Folded Spill
b LBB1_52
LBB1_51:
movi d0, #0000000000000000
str d0, [sp, #16] ; 8-byte Folded Spill
b LBB1_52
LBB1_52:
ldr d0, [sp, #16] ; 8-byte Folded Reload
str d0, [sp, #144]
ldr d0, [sp, #144]
ldr d1, [sp, #128]
fsub d0, d0, d1
str d0, [sp, #144]
ldr d0, [sp, #144]
ldr d1, [sp, #152]
fmul d0, d0, d1
str d0, [sp, #144]
ldr x8, [sp, #232]
ldr x8, [x8, #16]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_54
b LBB1_53
LBB1_53:
ldr x8, [sp, #232]
ldr x8, [x8, #16]
ldr d0, [x8, #16]
str d0, [sp, #8] ; 8-byte Folded Spill
b LBB1_55
LBB1_54:
movi d0, #0000000000000000
str d0, [sp, #8] ; 8-byte Folded Spill
b LBB1_55
LBB1_55:
ldr d0, [sp, #8] ; 8-byte Folded Reload
str d0, [sp, #152]
ldr d0, [sp, #152]
ldr d1, [sp, #168]
fsub d0, d0, d1
str d0, [sp, #152]
ldr d0, [sp, #152]
ldr d1, [sp, #136]
fmul d0, d0, d1
str d0, [sp, #152]
ldr d0, [sp, #144]
ldr d1, [sp, #152]
fsub d0, d0, d1
str d0, [sp, #144]
ldr d0, [sp, #144]
ldr d1, [sp, #184]
fdiv d0, d0, d1
str d0, [sp, #144]
ldr d0, [sp, #160]
ldr d1, [sp, #144]
fmul d0, d0, d1
str d0, [sp, #160]
ldr d0, [sp, #192]
ldr d1, [sp, #160]
fadd d0, d0, d1
str d0, [sp, #192]
ldr x8, [sp, #224]
ldr x8, [x8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_57
b LBB1_56
LBB1_56:
ldr d0, [sp, #192]
ldr x8, [sp, #224]
ldr x8, [x8]
str d0, [x8, #40]
b LBB1_57
LBB1_57:
mov w0, #0
add sp, sp, #240
ret
.cfi_endproc
; -- End function
.globl _FBDynamics_alloc_mem ; -- Begin function FBDynamics_alloc_mem
.p2align 2
_FBDynamics_alloc_mem: ; @FBDynamics_alloc_mem
.cfi_startproc
; %bb.0:
mov w0, #0
ret
.cfi_endproc
; -- End function
.globl _FBDynamics_init_mem ; -- Begin function FBDynamics_init_mem
.p2align 2
_FBDynamics_init_mem: ; @FBDynamics_init_mem
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
mov w0, #0
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _FBDynamics_free_mem ; -- Begin function FBDynamics_free_mem
.p2align 2
_FBDynamics_free_mem: ; @FBDynamics_free_mem
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _FBDynamics_checkout ; -- Begin function FBDynamics_checkout
.p2align 2
_FBDynamics_checkout: ; @FBDynamics_checkout
.cfi_startproc
; %bb.0:
mov w0, #0
ret
.cfi_endproc
; -- End function
.globl _FBDynamics_release ; -- Begin function FBDynamics_release
.p2align 2
_FBDynamics_release: ; @FBDynamics_release
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _FBDynamics_incref ; -- Begin function FBDynamics_incref
.p2align 2
_FBDynamics_incref: ; @FBDynamics_incref
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.globl _FBDynamics_decref ; -- Begin function FBDynamics_decref
.p2align 2
_FBDynamics_decref: ; @FBDynamics_decref
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.globl _FBDynamics_n_in ; -- Begin function FBDynamics_n_in
.p2align 2
_FBDynamics_n_in: ; @FBDynamics_n_in
.cfi_startproc
; %bb.0:
mov x0, #4
ret
.cfi_endproc
; -- End function
.globl _FBDynamics_n_out ; -- Begin function FBDynamics_n_out
.p2align 2
_FBDynamics_n_out: ; @FBDynamics_n_out
.cfi_startproc
; %bb.0:
mov x0, #1
ret
.cfi_endproc
; -- End function
.globl _FBDynamics_default_in ; -- Begin function FBDynamics_default_in
.p2align 2
_FBDynamics_default_in: ; @FBDynamics_default_in
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, #8]
; %bb.1:
movi d0, #0000000000000000
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _FBDynamics_name_in ; -- Begin function FBDynamics_name_in
.p2align 2
_FBDynamics_name_in: ; @FBDynamics_name_in
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #16]
ldr x8, [sp, #16]
subs x8, x8, #0
str x8, [sp, #8] ; 8-byte Folded Spill
subs x8, x8, #3
cset w8, hi
tbnz w8, #0, LBB12_6
; %bb.1:
ldr x11, [sp, #8] ; 8-byte Folded Reload
adrp x10, lJTI12_0@PAGE
add x10, x10, lJTI12_0@PAGEOFF
Ltmp6:
adr x8, Ltmp6
ldrsw x9, [x10, x11, lsl #2]
add x8, x8, x9
br x8
LBB12_2:
adrp x8, l_.str@PAGE
add x8, x8, l_.str@PAGEOFF
str x8, [sp, #24]
b LBB12_7
LBB12_3:
adrp x8, l_.str.1@PAGE
add x8, x8, l_.str.1@PAGEOFF
str x8, [sp, #24]
b LBB12_7
LBB12_4:
adrp x8, l_.str.2@PAGE
add x8, x8, l_.str.2@PAGEOFF
str x8, [sp, #24]
b LBB12_7
LBB12_5:
adrp x8, l_.str.3@PAGE
add x8, x8, l_.str.3@PAGEOFF
str x8, [sp, #24]
b LBB12_7
LBB12_6:
; kill: def $x8 killed $xzr
str xzr, [sp, #24]
b LBB12_7
LBB12_7:
ldr x0, [sp, #24]
add sp, sp, #32
ret
.cfi_endproc
.p2align 2
lJTI12_0:
.long LBB12_2-Ltmp6
.long LBB12_3-Ltmp6
.long LBB12_4-Ltmp6
.long LBB12_5-Ltmp6
; -- End function
.globl _FBDynamics_name_out ; -- Begin function FBDynamics_name_out
.p2align 2
_FBDynamics_name_out: ; @FBDynamics_name_out
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp]
ldr x8, [sp]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB13_2
b LBB13_1
LBB13_1:
adrp x8, l_.str.4@PAGE
add x8, x8, l_.str.4@PAGEOFF
str x8, [sp, #8]
b LBB13_3
LBB13_2:
; kill: def $x8 killed $xzr
str xzr, [sp, #8]
b LBB13_3
LBB13_3:
ldr x0, [sp, #8]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _FBDynamics_sparsity_in ; -- Begin function FBDynamics_sparsity_in
.p2align 2
_FBDynamics_sparsity_in: ; @FBDynamics_sparsity_in
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #16]
ldr x8, [sp, #16]
subs x8, x8, #0
str x8, [sp, #8] ; 8-byte Folded Spill
subs x8, x8, #3
cset w8, hi
tbnz w8, #0, LBB14_6
; %bb.1:
ldr x11, [sp, #8] ; 8-byte Folded Reload
adrp x10, lJTI14_0@PAGE
add x10, x10, lJTI14_0@PAGEOFF
Ltmp9:
adr x8, Ltmp9
ldrsw x9, [x10, x11, lsl #2]
add x8, x8, x9
br x8
LBB14_2:
adrp x8, _FBDynamics_s0@PAGE
add x8, x8, _FBDynamics_s0@PAGEOFF
str x8, [sp, #24]
b LBB14_7
LBB14_3:
adrp x8, _FBDynamics_s1@PAGE
add x8, x8, _FBDynamics_s1@PAGEOFF
str x8, [sp, #24]
b LBB14_7
LBB14_4:
adrp x8, _FBDynamics_s1@PAGE
add x8, x8, _FBDynamics_s1@PAGEOFF
str x8, [sp, #24]
b LBB14_7
LBB14_5:
adrp x8, _FBDynamics_s2@PAGE
add x8, x8, _FBDynamics_s2@PAGEOFF
str x8, [sp, #24]
b LBB14_7
LBB14_6:
; kill: def $x8 killed $xzr
str xzr, [sp, #24]
b LBB14_7
LBB14_7:
ldr x0, [sp, #24]
add sp, sp, #32
ret
.cfi_endproc
.p2align 2
lJTI14_0:
.long LBB14_2-Ltmp9
.long LBB14_3-Ltmp9
.long LBB14_4-Ltmp9
.long LBB14_5-Ltmp9
; -- End function
.globl _FBDynamics_sparsity_out ; -- Begin function FBDynamics_sparsity_out
.p2align 2
_FBDynamics_sparsity_out: ; @FBDynamics_sparsity_out
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp]
ldr x8, [sp]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB15_2
b LBB15_1
LBB15_1:
adrp x8, _FBDynamics_s0@PAGE
add x8, x8, _FBDynamics_s0@PAGEOFF
str x8, [sp, #8]
b LBB15_3
LBB15_2:
; kill: def $x8 killed $xzr
str xzr, [sp, #8]
b LBB15_3
LBB15_3:
ldr x0, [sp, #8]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _FBDynamics_work ; -- Begin function FBDynamics_work
.p2align 2
_FBDynamics_work: ; @FBDynamics_work
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, #24]
str x1, [sp, #16]
str x2, [sp, #8]
str x3, [sp]
ldr x8, [sp, #24]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB16_2
b LBB16_1
LBB16_1:
ldr x9, [sp, #24]
mov x8, #4
str x8, [x9]
b LBB16_2
LBB16_2:
ldr x8, [sp, #16]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB16_4
b LBB16_3
LBB16_3:
ldr x9, [sp, #16]
mov x8, #1
str x8, [x9]
b LBB16_4
LBB16_4:
ldr x8, [sp, #8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB16_6
b LBB16_5
LBB16_5:
ldr x8, [sp, #8]
str xzr, [x8]
b LBB16_6
LBB16_6:
ldr x8, [sp]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB16_8
b LBB16_7
LBB16_7:
ldr x8, [sp]
str xzr, [x8]
b LBB16_8
LBB16_8:
mov w0, #0
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "i0"
l_.str.1: ; @.str.1
.asciz "i1"
l_.str.2: ; @.str.2
.asciz "i2"
l_.str.3: ; @.str.3
.asciz "i3"
l_.str.4: ; @.str.4
.asciz "o0"
.section __TEXT,__const
.p2align 3 ; @FBDynamics_s0
_FBDynamics_s0:
.quad 6 ; 0x6
.quad 1 ; 0x1
.quad 0 ; 0x0
.quad 6 ; 0x6
.quad 0 ; 0x0
.quad 1 ; 0x1
.quad 2 ; 0x2
.quad 3 ; 0x3
.quad 4 ; 0x4
.quad 5 ; 0x5
.p2align 3 ; @FBDynamics_s1
_FBDynamics_s1:
.quad 4 ; 0x4
.quad 1 ; 0x1
.quad 0 ; 0x0
.quad 4 ; 0x4
.quad 0 ; 0x0
.quad 1 ; 0x1
.quad 2 ; 0x2
.quad 3 ; 0x3
.p2align 3 ; @FBDynamics_s2
_FBDynamics_s2:
.quad 2 ; 0x2
.quad 1 ; 0x1
.quad 0 ; 0x0
.quad 2 ; 0x2
.quad 0 ; 0x0
.quad 1 ; 0x1
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _FBDynamics ## -- Begin function FBDynamics
.p2align 4, 0x90
_FBDynamics: ## @FBDynamics
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movq %rdx, -24(%rbp)
movq %rcx, -32(%rbp)
movl %r8d, -36(%rbp)
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
movq -24(%rbp), %rdx
movq -32(%rbp), %rcx
movl -36(%rbp), %r8d
callq _FBDynamics_f0
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function FBDynamics_f0
LCPI1_0:
.quad 0x4020810624dd2f1b ## double 8.2520000000000007
LCPI1_1:
.quad 0xc0239eb851eb851f ## double -9.8100000000000004
LCPI1_2:
.quad 0x3fcdb79959b9ccee ## double 0.23216549759999999
.section __TEXT,__text,regular,pure_instructions
.p2align 4, 0x90
_FBDynamics_f0: ## @FBDynamics_f0
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $104, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movq %rdx, -24(%rbp)
movq %rcx, -32(%rbp)
movl %r8d, -36(%rbp)
movq -8(%rbp), %rax
cmpq $0, (%rax)
je LBB1_2
## %bb.1:
movq -8(%rbp), %rax
movq (%rax), %rax
movsd 24(%rax), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -120(%rbp) ## 8-byte Spill
jmp LBB1_3
LBB1_2:
xorps %xmm0, %xmm0
movsd %xmm0, -120(%rbp) ## 8-byte Spill
jmp LBB1_3
LBB1_3:
movsd -120(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -48(%rbp)
movq -16(%rbp), %rax
cmpq $0, (%rax)
je LBB1_5
## %bb.4:
movsd -48(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -16(%rbp), %rax
movq (%rax), %rax
movsd %xmm0, (%rax)
LBB1_5:
movq -8(%rbp), %rax
cmpq $0, (%rax)
je LBB1_7
## %bb.6:
movq -8(%rbp), %rax
movq (%rax), %rax
movsd 32(%rax), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -128(%rbp) ## 8-byte Spill
jmp LBB1_8
LBB1_7:
xorps %xmm0, %xmm0
movsd %xmm0, -128(%rbp) ## 8-byte Spill
jmp LBB1_8
LBB1_8:
movsd -128(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -48(%rbp)
movq -16(%rbp), %rax
cmpq $0, (%rax)
je LBB1_10
## %bb.9:
movsd -48(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -16(%rbp), %rax
movq (%rax), %rax
movsd %xmm0, 8(%rax)
LBB1_10:
movq -8(%rbp), %rax
cmpq $0, (%rax)
je LBB1_12
## %bb.11:
movq -8(%rbp), %rax
movq (%rax), %rax
movsd 40(%rax), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -136(%rbp) ## 8-byte Spill
jmp LBB1_13
LBB1_12:
xorps %xmm0, %xmm0
movsd %xmm0, -136(%rbp) ## 8-byte Spill
jmp LBB1_13
LBB1_13:
movsd -136(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -48(%rbp)
movq -16(%rbp), %rax
cmpq $0, (%rax)
je LBB1_15
## %bb.14:
movsd -48(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -16(%rbp), %rax
movq (%rax), %rax
movsd %xmm0, 16(%rax)
LBB1_15:
movq -8(%rbp), %rax
cmpq $0, 24(%rax)
je LBB1_17
## %bb.16:
movq -8(%rbp), %rax
movq 24(%rax), %rax
movsd (%rax), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -144(%rbp) ## 8-byte Spill
jmp LBB1_18
LBB1_17:
xorps %xmm0, %xmm0
movsd %xmm0, -144(%rbp) ## 8-byte Spill
jmp LBB1_18
LBB1_18:
movsd -144(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -48(%rbp)
movq -8(%rbp), %rax
cmpq $0, 8(%rax)
je LBB1_20
## %bb.19:
movq -8(%rbp), %rax
movq 8(%rax), %rax
movsd (%rax), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -152(%rbp) ## 8-byte Spill
jmp LBB1_21
LBB1_20:
xorps %xmm0, %xmm0
movsd %xmm0, -152(%rbp) ## 8-byte Spill
jmp LBB1_21
LBB1_21:
movsd -152(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -56(%rbp)
movsd -48(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -56(%rbp), %xmm0
movsd %xmm0, -64(%rbp)
movsd LCPI1_0(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -72(%rbp)
movsd -64(%rbp), %xmm0 ## xmm0 = mem[0],zero
divsd -72(%rbp), %xmm0
movsd %xmm0, -64(%rbp)
movq -8(%rbp), %rax
cmpq $0, 24(%rax)
je LBB1_23
## %bb.22:
movq -8(%rbp), %rax
movq 24(%rax), %rax
movsd 8(%rax), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -160(%rbp) ## 8-byte Spill
jmp LBB1_24
LBB1_23:
xorps %xmm0, %xmm0
movsd %xmm0, -160(%rbp) ## 8-byte Spill
jmp LBB1_24
LBB1_24:
movsd -160(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -80(%rbp)
movq -8(%rbp), %rax
cmpq $0, 8(%rax)
je LBB1_26
## %bb.25:
movq -8(%rbp), %rax
movq 8(%rax), %rax
movsd 16(%rax), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -168(%rbp) ## 8-byte Spill
jmp LBB1_27
LBB1_26:
xorps %xmm0, %xmm0
movsd %xmm0, -168(%rbp) ## 8-byte Spill
jmp LBB1_27
LBB1_27:
movsd -168(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -88(%rbp)
movsd -80(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -88(%rbp), %xmm0
movsd %xmm0, -96(%rbp)
movsd -96(%rbp), %xmm0 ## xmm0 = mem[0],zero
divsd -72(%rbp), %xmm0
movsd %xmm0, -96(%rbp)
movsd -64(%rbp), %xmm0 ## xmm0 = mem[0],zero
addsd -96(%rbp), %xmm0
movsd %xmm0, -64(%rbp)
movq -16(%rbp), %rax
cmpq $0, (%rax)
je LBB1_29
## %bb.28:
movsd -64(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -16(%rbp), %rax
movq (%rax), %rax
movsd %xmm0, 24(%rax)
LBB1_29:
movq -8(%rbp), %rax
cmpq $0, 8(%rax)
je LBB1_31
## %bb.30:
movq -8(%rbp), %rax
movq 8(%rax), %rax
movsd 8(%rax), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -176(%rbp) ## 8-byte Spill
jmp LBB1_32
LBB1_31:
xorps %xmm0, %xmm0
movsd %xmm0, -176(%rbp) ## 8-byte Spill
jmp LBB1_32
LBB1_32:
movsd -176(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -64(%rbp)
movsd -48(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -64(%rbp), %xmm0
movsd %xmm0, -96(%rbp)
movsd -96(%rbp), %xmm0 ## xmm0 = mem[0],zero
divsd -72(%rbp), %xmm0
movsd %xmm0, -96(%rbp)
movq -8(%rbp), %rax
cmpq $0, 8(%rax)
je LBB1_34
## %bb.33:
movq -8(%rbp), %rax
movq 8(%rax), %rax
movsd 24(%rax), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -184(%rbp) ## 8-byte Spill
jmp LBB1_35
LBB1_34:
xorps %xmm0, %xmm0
movsd %xmm0, -184(%rbp) ## 8-byte Spill
jmp LBB1_35
LBB1_35:
movsd -184(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -104(%rbp)
movsd -80(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -104(%rbp), %xmm0
movsd %xmm0, -112(%rbp)
movsd -112(%rbp), %xmm0 ## xmm0 = mem[0],zero
divsd -72(%rbp), %xmm0
movsd %xmm0, -112(%rbp)
movsd -96(%rbp), %xmm0 ## xmm0 = mem[0],zero
addsd -112(%rbp), %xmm0
movsd %xmm0, -96(%rbp)
movsd LCPI1_1(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -112(%rbp)
movsd -96(%rbp), %xmm0 ## xmm0 = mem[0],zero
addsd -112(%rbp), %xmm0
movsd %xmm0, -96(%rbp)
movq -16(%rbp), %rax
cmpq $0, (%rax)
je LBB1_37
## %bb.36:
movsd -96(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -16(%rbp), %rax
movq (%rax), %rax
movsd %xmm0, 32(%rax)
LBB1_37:
movq -8(%rbp), %rax
cmpq $0, 16(%rax)
je LBB1_39
## %bb.38:
movq -8(%rbp), %rax
movq 16(%rax), %rax
movsd 8(%rax), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -192(%rbp) ## 8-byte Spill
jmp LBB1_40
LBB1_39:
xorps %xmm0, %xmm0
movsd %xmm0, -192(%rbp) ## 8-byte Spill
jmp LBB1_40
LBB1_40:
movsd -192(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -96(%rbp)
movq -8(%rbp), %rax
cmpq $0, (%rax)
je LBB1_42
## %bb.41:
movq -8(%rbp), %rax
movq (%rax), %rax
movsd 8(%rax), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -200(%rbp) ## 8-byte Spill
jmp LBB1_43
LBB1_42:
xorps %xmm0, %xmm0
movsd %xmm0, -200(%rbp) ## 8-byte Spill
jmp LBB1_43
LBB1_43:
movsd -200(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -112(%rbp)
movsd -96(%rbp), %xmm0 ## xmm0 = mem[0],zero
subsd -112(%rbp), %xmm0
movsd %xmm0, -96(%rbp)
movsd -96(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -56(%rbp), %xmm0
movsd %xmm0, -96(%rbp)
movq -8(%rbp), %rax
cmpq $0, 16(%rax)
je LBB1_45
## %bb.44:
movq -8(%rbp), %rax
movq 16(%rax), %rax
movsd (%rax), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -208(%rbp) ## 8-byte Spill
jmp LBB1_46
LBB1_45:
xorps %xmm0, %xmm0
movsd %xmm0, -208(%rbp) ## 8-byte Spill
jmp LBB1_46
LBB1_46:
movsd -208(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -56(%rbp)
movq -8(%rbp), %rax
cmpq $0, (%rax)
je LBB1_48
## %bb.47:
movq -8(%rbp), %rax
movq (%rax), %rax
movsd (%rax), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -216(%rbp) ## 8-byte Spill
jmp LBB1_49
LBB1_48:
xorps %xmm0, %xmm0
movsd %xmm0, -216(%rbp) ## 8-byte Spill
jmp LBB1_49
LBB1_49:
movsd -216(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -72(%rbp)
movsd -56(%rbp), %xmm0 ## xmm0 = mem[0],zero
subsd -72(%rbp), %xmm0
movsd %xmm0, -56(%rbp)
movsd -56(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -64(%rbp), %xmm0
movsd %xmm0, -56(%rbp)
movsd -96(%rbp), %xmm0 ## xmm0 = mem[0],zero
subsd -56(%rbp), %xmm0
movsd %xmm0, -96(%rbp)
movsd LCPI1_2(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -56(%rbp)
movsd -96(%rbp), %xmm0 ## xmm0 = mem[0],zero
divsd -56(%rbp), %xmm0
movsd %xmm0, -96(%rbp)
movsd -48(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -96(%rbp), %xmm0
movsd %xmm0, -48(%rbp)
movq -8(%rbp), %rax
cmpq $0, 16(%rax)
je LBB1_51
## %bb.50:
movq -8(%rbp), %rax
movq 16(%rax), %rax
movsd 24(%rax), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -224(%rbp) ## 8-byte Spill
jmp LBB1_52
LBB1_51:
xorps %xmm0, %xmm0
movsd %xmm0, -224(%rbp) ## 8-byte Spill
jmp LBB1_52
LBB1_52:
movsd -224(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -96(%rbp)
movsd -96(%rbp), %xmm0 ## xmm0 = mem[0],zero
subsd -112(%rbp), %xmm0
movsd %xmm0, -96(%rbp)
movsd -96(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -88(%rbp), %xmm0
movsd %xmm0, -96(%rbp)
movq -8(%rbp), %rax
cmpq $0, 16(%rax)
je LBB1_54
## %bb.53:
movq -8(%rbp), %rax
movq 16(%rax), %rax
movsd 16(%rax), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -232(%rbp) ## 8-byte Spill
jmp LBB1_55
LBB1_54:
xorps %xmm0, %xmm0
movsd %xmm0, -232(%rbp) ## 8-byte Spill
jmp LBB1_55
LBB1_55:
movsd -232(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -88(%rbp)
movsd -88(%rbp), %xmm0 ## xmm0 = mem[0],zero
subsd -72(%rbp), %xmm0
movsd %xmm0, -88(%rbp)
movsd -88(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -104(%rbp), %xmm0
movsd %xmm0, -88(%rbp)
movsd -96(%rbp), %xmm0 ## xmm0 = mem[0],zero
subsd -88(%rbp), %xmm0
movsd %xmm0, -96(%rbp)
movsd -96(%rbp), %xmm0 ## xmm0 = mem[0],zero
divsd -56(%rbp), %xmm0
movsd %xmm0, -96(%rbp)
movsd -80(%rbp), %xmm0 ## xmm0 = mem[0],zero
mulsd -96(%rbp), %xmm0
movsd %xmm0, -80(%rbp)
movsd -48(%rbp), %xmm0 ## xmm0 = mem[0],zero
addsd -80(%rbp), %xmm0
movsd %xmm0, -48(%rbp)
movq -16(%rbp), %rax
cmpq $0, (%rax)
je LBB1_57
## %bb.56:
movsd -48(%rbp), %xmm0 ## xmm0 = mem[0],zero
movq -16(%rbp), %rax
movq (%rax), %rax
movsd %xmm0, 40(%rax)
LBB1_57:
xorl %eax, %eax
addq $104, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _FBDynamics_alloc_mem ## -- Begin function FBDynamics_alloc_mem
.p2align 4, 0x90
_FBDynamics_alloc_mem: ## @FBDynamics_alloc_mem
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _FBDynamics_init_mem ## -- Begin function FBDynamics_init_mem
.p2align 4, 0x90
_FBDynamics_init_mem: ## @FBDynamics_init_mem
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _FBDynamics_free_mem ## -- Begin function FBDynamics_free_mem
.p2align 4, 0x90
_FBDynamics_free_mem: ## @FBDynamics_free_mem
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _FBDynamics_checkout ## -- Begin function FBDynamics_checkout
.p2align 4, 0x90
_FBDynamics_checkout: ## @FBDynamics_checkout
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _FBDynamics_release ## -- Begin function FBDynamics_release
.p2align 4, 0x90
_FBDynamics_release: ## @FBDynamics_release
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _FBDynamics_incref ## -- Begin function FBDynamics_incref
.p2align 4, 0x90
_FBDynamics_incref: ## @FBDynamics_incref
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _FBDynamics_decref ## -- Begin function FBDynamics_decref
.p2align 4, 0x90
_FBDynamics_decref: ## @FBDynamics_decref
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _FBDynamics_n_in ## -- Begin function FBDynamics_n_in
.p2align 4, 0x90
_FBDynamics_n_in: ## @FBDynamics_n_in
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $4, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _FBDynamics_n_out ## -- Begin function FBDynamics_n_out
.p2align 4, 0x90
_FBDynamics_n_out: ## @FBDynamics_n_out
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $1, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _FBDynamics_default_in ## -- Begin function FBDynamics_default_in
.p2align 4, 0x90
_FBDynamics_default_in: ## @FBDynamics_default_in
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
## %bb.1:
xorps %xmm0, %xmm0
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _FBDynamics_name_in ## -- Begin function FBDynamics_name_in
.p2align 4, 0x90
_FBDynamics_name_in: ## @FBDynamics_name_in
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -16(%rbp)
movq -16(%rbp), %rax
movq %rax, -24(%rbp) ## 8-byte Spill
subq $3, %rax
ja LBB12_5
## %bb.7:
movq -24(%rbp), %rax ## 8-byte Reload
leaq LJTI12_0(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
LBB12_1:
leaq L_.str(%rip), %rax
movq %rax, -8(%rbp)
jmp LBB12_6
LBB12_2:
leaq L_.str.1(%rip), %rax
movq %rax, -8(%rbp)
jmp LBB12_6
LBB12_3:
leaq L_.str.2(%rip), %rax
movq %rax, -8(%rbp)
jmp LBB12_6
LBB12_4:
leaq L_.str.3(%rip), %rax
movq %rax, -8(%rbp)
jmp LBB12_6
LBB12_5:
movq $0, -8(%rbp)
LBB12_6:
movq -8(%rbp), %rax
popq %rbp
retq
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L12_0_set_1, LBB12_1-LJTI12_0
.set L12_0_set_2, LBB12_2-LJTI12_0
.set L12_0_set_3, LBB12_3-LJTI12_0
.set L12_0_set_4, LBB12_4-LJTI12_0
LJTI12_0:
.long L12_0_set_1
.long L12_0_set_2
.long L12_0_set_3
.long L12_0_set_4
.end_data_region
## -- End function
.globl _FBDynamics_name_out ## -- Begin function FBDynamics_name_out
.p2align 4, 0x90
_FBDynamics_name_out: ## @FBDynamics_name_out
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -16(%rbp)
movq -16(%rbp), %rax
testq %rax, %rax
jne LBB13_2
jmp LBB13_1
LBB13_1:
leaq L_.str.4(%rip), %rax
movq %rax, -8(%rbp)
jmp LBB13_3
LBB13_2:
movq $0, -8(%rbp)
LBB13_3:
movq -8(%rbp), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _FBDynamics_sparsity_in ## -- Begin function FBDynamics_sparsity_in
.p2align 4, 0x90
_FBDynamics_sparsity_in: ## @FBDynamics_sparsity_in
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -16(%rbp)
movq -16(%rbp), %rax
movq %rax, -24(%rbp) ## 8-byte Spill
subq $3, %rax
ja LBB14_5
## %bb.7:
movq -24(%rbp), %rax ## 8-byte Reload
leaq LJTI14_0(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
LBB14_1:
leaq _FBDynamics_s0(%rip), %rax
movq %rax, -8(%rbp)
jmp LBB14_6
LBB14_2:
leaq _FBDynamics_s1(%rip), %rax
movq %rax, -8(%rbp)
jmp LBB14_6
LBB14_3:
leaq _FBDynamics_s1(%rip), %rax
movq %rax, -8(%rbp)
jmp LBB14_6
LBB14_4:
leaq _FBDynamics_s2(%rip), %rax
movq %rax, -8(%rbp)
jmp LBB14_6
LBB14_5:
movq $0, -8(%rbp)
LBB14_6:
movq -8(%rbp), %rax
popq %rbp
retq
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L14_0_set_1, LBB14_1-LJTI14_0
.set L14_0_set_2, LBB14_2-LJTI14_0
.set L14_0_set_3, LBB14_3-LJTI14_0
.set L14_0_set_4, LBB14_4-LJTI14_0
LJTI14_0:
.long L14_0_set_1
.long L14_0_set_2
.long L14_0_set_3
.long L14_0_set_4
.end_data_region
## -- End function
.globl _FBDynamics_sparsity_out ## -- Begin function FBDynamics_sparsity_out
.p2align 4, 0x90
_FBDynamics_sparsity_out: ## @FBDynamics_sparsity_out
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -16(%rbp)
movq -16(%rbp), %rax
testq %rax, %rax
jne LBB15_2
jmp LBB15_1
LBB15_1:
leaq _FBDynamics_s0(%rip), %rax
movq %rax, -8(%rbp)
jmp LBB15_3
LBB15_2:
movq $0, -8(%rbp)
LBB15_3:
movq -8(%rbp), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _FBDynamics_work ## -- Begin function FBDynamics_work
.p2align 4, 0x90
_FBDynamics_work: ## @FBDynamics_work
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movq %rdx, -24(%rbp)
movq %rcx, -32(%rbp)
cmpq $0, -8(%rbp)
je LBB16_2
## %bb.1:
movq -8(%rbp), %rax
movq $4, (%rax)
LBB16_2:
cmpq $0, -16(%rbp)
je LBB16_4
## %bb.3:
movq -16(%rbp), %rax
movq $1, (%rax)
LBB16_4:
cmpq $0, -24(%rbp)
je LBB16_6
## %bb.5:
movq -24(%rbp), %rax
movq $0, (%rax)
LBB16_6:
cmpq $0, -32(%rbp)
je LBB16_8
## %bb.7:
movq -32(%rbp), %rax
movq $0, (%rax)
LBB16_8:
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "i0"
L_.str.1: ## @.str.1
.asciz "i1"
L_.str.2: ## @.str.2
.asciz "i2"
L_.str.3: ## @.str.3
.asciz "i3"
L_.str.4: ## @.str.4
.asciz "o0"
.section __TEXT,__const
.p2align 4 ## @FBDynamics_s0
_FBDynamics_s0:
.quad 6 ## 0x6
.quad 1 ## 0x1
.quad 0 ## 0x0
.quad 6 ## 0x6
.quad 0 ## 0x0
.quad 1 ## 0x1
.quad 2 ## 0x2
.quad 3 ## 0x3
.quad 4 ## 0x4
.quad 5 ## 0x5
.p2align 4 ## @FBDynamics_s1
_FBDynamics_s1:
.quad 4 ## 0x4
.quad 1 ## 0x1
.quad 0 ## 0x0
.quad 4 ## 0x4
.quad 0 ## 0x0
.quad 1 ## 0x1
.quad 2 ## 0x2
.quad 3 ## 0x3
.p2align 4 ## @FBDynamics_s2
_FBDynamics_s2:
.quad 2 ## 0x2
.quad 1 ## 0x1
.quad 0 ## 0x0
.quad 2 ## 0x2
.quad 0 ## 0x0
.quad 1 ## 0x1
.subsections_via_symbols
| the_stack_data/46316.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #0
str w8, [sp, #8] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
ldr w0, [sp, #8] ; 4-byte Folded Reload
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "\"C:\\Download\\hello.cpp\""
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "\"C:\\Download\\hello.cpp\""
.subsections_via_symbols
| the_stack_data/61450.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _reverse_array_diff ; -- Begin function reverse_array_diff
.p2align 2
_reverse_array_diff: ; @reverse_array_diff
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str w0, [sp, #28]
str x1, [sp, #16]
str x2, [sp, #8]
ldr w8, [sp, #28]
subs w8, w8, #1
str w8, [sp, #4]
str wzr, [sp]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp]
ldr w9, [sp, #28]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #16]
ldrsw x9, [sp, #4]
ldr w8, [x8, x9, lsl #2]
ldr x9, [sp, #8]
ldrsw x10, [sp]
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #4]
subs w8, w8, #1
str w8, [sp, #4]
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp]
add w8, w8, #1
str w8, [sp]
b LBB0_1
LBB0_4:
mov w0, #0
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _reverse_array_diff ## -- Begin function reverse_array_diff
.p2align 4, 0x90
_reverse_array_diff: ## @reverse_array_diff
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movq %rsi, -16(%rbp)
movq %rdx, -24(%rbp)
movl -4(%rbp), %eax
subl $1, %eax
movl %eax, -28(%rbp)
movl $0, -32(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -32(%rbp), %eax
cmpl -4(%rbp), %eax
jge LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -16(%rbp), %rax
movslq -28(%rbp), %rcx
movl (%rax,%rcx,4), %edx
movq -24(%rbp), %rax
movslq -32(%rbp), %rcx
movl %edx, (%rax,%rcx,4)
movl -28(%rbp), %eax
addl $-1, %eax
movl %eax, -28(%rbp)
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -32(%rbp), %eax
addl $1, %eax
movl %eax, -32(%rbp)
jmp LBB0_1
LBB0_4:
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/168894550.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _beken_wifi_mesh_register ; -- Begin function beken_wifi_mesh_register
.p2align 2
_beken_wifi_mesh_register: ; @beken_wifi_mesh_register
.cfi_startproc
; %bb.0:
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _beken_wifi_mesh_register ## -- Begin function beken_wifi_mesh_register
.p2align 4, 0x90
_beken_wifi_mesh_register: ## @beken_wifi_mesh_register
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/125141382.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/150463.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/215768725.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
stur w0, [x29, #-8]
stur x1, [x29, #-16]
ldur w8, [x29, #-8]
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
adrp x8, ___stderrp@GOTPAGE
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
ldr x0, [x8]
ldur x8, [x29, #-16]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x1, l_.str@PAGE
add x1, x1, l_.str@PAGEOFF
bl _fprintf
mov w0, #1
bl _exit
LBB0_2:
ldur x8, [x29, #-16]
ldr x0, [x8, #8]
mov w1, #2
bl _open
stur w0, [x29, #-20]
subs w8, w0, #0
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
ldur x8, [x29, #-16]
ldr x8, [x8, #8]
mov x9, sp
str x8, [x9]
mov w0, #1
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _err
LBB0_4:
ldur w4, [x29, #-20]
mov x0, #0
mov x1, #4096
mov w2, #3
mov w3, #1
mov x5, #0
bl _mmap
mov x8, x0
str x8, [sp, #16]
adds x8, x0, #1
cset w8, ne
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5:
ldur x8, [x29, #-16]
ldr x8, [x8, #8]
mov x9, sp
str x8, [x9]
mov w0, #1
adrp x1, l_.str.2@PAGE
add x1, x1, l_.str.2@PAGEOFF
bl _err
LBB0_6:
ldur w0, [x29, #-20]
bl _close
ldr x0, [sp, #16]
adrp x1, l_.str.3@PAGE
add x1, x1, l_.str.3@PAGEOFF
mov x2, #-1
bl ___strcpy_chk
ldr x0, [sp, #16]
mov x1, #4096
mov w2, #16
bl _msync
subs w8, w0, #0
cset w8, ge
tbnz w8, #0, LBB0_8
b LBB0_7
LBB0_7:
ldur x8, [x29, #-16]
ldr x8, [x8, #8]
mov x9, sp
str x8, [x9]
mov w0, #1
adrp x1, l_.str.4@PAGE
add x1, x1, l_.str.4@PAGEOFF
bl _err
LBB0_8:
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
mov w0, #0
bl _exit
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Usage: %s filename\n"
l_.str.1: ; @.str.1
.asciz "open: %s"
l_.str.2: ; @.str.2
.asciz "mmap: %s"
l_.str.3: ; @.str.3
.asciz "Hello, persistent memory!"
l_.str.4: ; @.str.4
.asciz "msync: %s"
l_.str.5: ; @.str.5
.asciz "done.\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movl $0, -4(%rbp)
movl %edi, -8(%rbp)
movq %rsi, -16(%rbp)
cmpl $2, -8(%rbp)
je LBB0_2
## %bb.1:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq -16(%rbp), %rax
movq (%rax), %rdx
leaq L_.str(%rip), %rsi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
callq _fprintf
movl $1, %edi
callq _exit
LBB0_2:
movq -16(%rbp), %rax
movq 8(%rax), %rdi
movl $2, %esi
movb $0, %al
callq _open
movl %eax, -20(%rbp)
cmpl $0, %eax
jge LBB0_4
## %bb.3:
movq -16(%rbp), %rax
movq 8(%rax), %rdx
leaq L_.str.1(%rip), %rsi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movl $1, %edi
callq _err
LBB0_4:
movl -20(%rbp), %r8d
xorl %eax, %eax
movl %eax, %r9d
movl $4096, %esi ## imm = 0x1000
movl $3, %edx
movl $1, %ecx
movq %r9, %rdi
callq _mmap
movq %rax, -32(%rbp)
movq $-1, %rcx
cmpq %rcx, %rax
jne LBB0_6
## %bb.5:
movq -16(%rbp), %rax
movq 8(%rax), %rdx
leaq L_.str.2(%rip), %rsi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movl $1, %edi
callq _err
LBB0_6:
movl -20(%rbp), %edi
callq _close
movq -32(%rbp), %rdi
leaq L_.str.3(%rip), %rsi
movq $-1, %rdx
callq ___strcpy_chk
movq -32(%rbp), %rdi
movl $4096, %esi ## imm = 0x1000
movl $16, %edx
callq _msync
cmpl $0, %eax
jge LBB0_8
## %bb.7:
movq -16(%rbp), %rax
movq 8(%rax), %rdx
leaq L_.str.4(%rip), %rsi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movl $1, %edi
callq _err
LBB0_8:
leaq L_.str.5(%rip), %rdi
xorl %eax, %eax
movl %eax, -36(%rbp) ## 4-byte Spill
callq _printf
movl -36(%rbp), %edi ## 4-byte Reload
callq _exit
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Usage: %s filename\n"
L_.str.1: ## @.str.1
.asciz "open: %s"
L_.str.2: ## @.str.2
.asciz "mmap: %s"
L_.str.3: ## @.str.3
.asciz "Hello, persistent memory!"
L_.str.4: ## @.str.4
.asciz "msync: %s"
L_.str.5: ## @.str.5
.asciz "done.\n"
.subsections_via_symbols
| the_stack_data/698168.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _print_addr ; -- Begin function print_addr
.p2align 2
_print_addr: ; @print_addr
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur x1, [x29, #-16]
stur x2, [x29, #-24]
str x3, [sp, #32]
ldur x12, [x29, #-8]
ldur x11, [x29, #-16]
ldur x10, [x29, #-24]
ldr x8, [sp, #32]
mov x9, sp
str x12, [x9]
str x11, [x9, #8]
str x10, [x9, #16]
str x8, [x9, #24]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #80
ret
.cfi_endproc
; -- End function
.globl _worker ; -- Begin function worker
.p2align 2
_worker: ; @worker
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
ldr x1, [sp, #8]
adrp x0, _global@PAGE
add x0, x0, _global@PAGEOFF
add x2, sp, #4
adrp x3, _worker.thread_static@PAGE
add x3, x3, _worker.thread_static@PAGEOFF
bl _print_addr
mov x0, #0
bl _pthread_exit
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str wzr, [sp, #28]
str w0, [sp, #24]
str x1, [sp, #16]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
adrp x0, _global@PAGE
add x0, x0, _global@PAGEOFF
adrp x1, _main@PAGE
add x1, x1, _main@PAGEOFF
mov x3, #0
mov x2, x3
bl _print_addr
str wzr, [sp, #8]
b LBB2_1
LBB2_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #8]
subs w8, w8, #3
cset w8, ge
tbnz w8, #0, LBB2_6
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
ldrsw x9, [sp, #8]
add x8, sp, #32
add x0, x8, x9, lsl #3
mov x1, #0
adrp x2, _worker@PAGE
add x2, x2, _worker@PAGEOFF
adrp x3, _main.main_static@PAGE
add x3, x3, _main.main_static@PAGEOFF
bl _pthread_create
str w0, [sp, #12]
ldr w8, [sp, #12]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB2_4
b LBB2_3
LBB2_3:
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
mov w8, #-1
str w8, [sp, #28]
b LBB2_11
LBB2_4: ; in Loop: Header=BB2_1 Depth=1
b LBB2_5
LBB2_5: ; in Loop: Header=BB2_1 Depth=1
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB2_1
LBB2_6:
str wzr, [sp, #4]
b LBB2_7
LBB2_7: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #4]
subs w8, w8, #3
cset w8, ge
tbnz w8, #0, LBB2_10
b LBB2_8
LBB2_8: ; in Loop: Header=BB2_7 Depth=1
ldrsw x9, [sp, #4]
add x8, sp, #32
ldr x0, [x8, x9, lsl #3]
mov x1, #0
bl _pthread_join
b LBB2_9
LBB2_9: ; in Loop: Header=BB2_7 Depth=1
ldr w8, [sp, #4]
add w8, w8, #1
str w8, [sp, #4]
b LBB2_7
LBB2_10:
str wzr, [sp, #28]
b LBB2_11
LBB2_11:
ldr w8, [sp, #28]
str w8, [sp] ; 4-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB2_13
b LBB2_12
LBB2_12:
bl ___stack_chk_fail
LBB2_13:
ldr w0, [sp] ; 4-byte Folded Reload
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #80
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%p\t%p\t%p\t%p\n"
.zerofill __DATA,__bss,_worker.thread_static,4,2 ; @worker.thread_static
.zerofill __DATA,__bss,_global,4,2 ; @global
.zerofill __DATA,__bss,_main.main_static,4,2 ; @main.main_static
l_.str.1: ; @.str.1
.asciz "global\t\tmain\t\tthread\t\tthread-static\n"
l_.str.2: ; @.str.2
.asciz "WTF?"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _print_addr ## -- Begin function print_addr
.p2align 4, 0x90
_print_addr: ## @print_addr
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movq %rdx, -24(%rbp)
movq %rcx, -32(%rbp)
movq -8(%rbp), %rsi
movq -16(%rbp), %rdx
movq -24(%rbp), %rcx
movq -32(%rbp), %r8
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _worker ## -- Begin function worker
.p2align 4, 0x90
_worker: ## @worker
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rsi
leaq _global(%rip), %rdi
leaq _worker.thread_static(%rip), %rcx
leaq -12(%rbp), %rdx
callq _print_addr
xorl %eax, %eax
movl %eax, %edi
callq _pthread_exit
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $64, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -36(%rbp)
movl %edi, -40(%rbp)
movq %rsi, -48(%rbp)
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
leaq _global(%rip), %rdi
leaq _main(%rip), %rsi
xorl %eax, %eax
movl %eax, %ecx
movq %rcx, %rdx
callq _print_addr
movl $0, -56(%rbp)
LBB2_1: ## =>This Inner Loop Header: Depth=1
cmpl $3, -56(%rbp)
jge LBB2_6
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
movslq -56(%rbp), %rax
leaq -32(%rbp), %rdi
shlq $3, %rax
addq %rax, %rdi
xorl %eax, %eax
movl %eax, %esi
leaq _worker(%rip), %rdx
leaq _main.main_static(%rip), %rcx
callq _pthread_create
movl %eax, -52(%rbp)
cmpl $0, -52(%rbp)
je LBB2_4
## %bb.3:
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movl $-1, -36(%rbp)
jmp LBB2_11
LBB2_4: ## in Loop: Header=BB2_1 Depth=1
jmp LBB2_5
LBB2_5: ## in Loop: Header=BB2_1 Depth=1
movl -56(%rbp), %eax
addl $1, %eax
movl %eax, -56(%rbp)
jmp LBB2_1
LBB2_6:
movl $0, -60(%rbp)
LBB2_7: ## =>This Inner Loop Header: Depth=1
cmpl $3, -60(%rbp)
jge LBB2_10
## %bb.8: ## in Loop: Header=BB2_7 Depth=1
movslq -60(%rbp), %rax
movq -32(%rbp,%rax,8), %rdi
xorl %eax, %eax
movl %eax, %esi
callq _pthread_join
## %bb.9: ## in Loop: Header=BB2_7 Depth=1
movl -60(%rbp), %eax
addl $1, %eax
movl %eax, -60(%rbp)
jmp LBB2_7
LBB2_10:
movl $0, -36(%rbp)
LBB2_11:
movl -36(%rbp), %eax
movl %eax, -64(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB2_13
## %bb.12:
movl -64(%rbp), %eax ## 4-byte Reload
addq $64, %rsp
popq %rbp
retq
LBB2_13:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%p\t%p\t%p\t%p\n"
.zerofill __DATA,__bss,_worker.thread_static,4,2 ## @worker.thread_static
.zerofill __DATA,__bss,_global,4,2 ## @global
.zerofill __DATA,__bss,_main.main_static,4,2 ## @main.main_static
L_.str.1: ## @.str.1
.asciz "global\t\tmain\t\tthread\t\tthread-static\n"
L_.str.2: ## @.str.2
.asciz "WTF?"
.subsections_via_symbols
| the_stack_data/192330319.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.comm ___dummy__,1,0 ; @__dummy__
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.comm ___dummy__,1,0 ## @__dummy__
.subsections_via_symbols
| the_stack_data/89200285.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
mov w0, #0
str wzr, [sp, #12]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $0, -4(%rbp)
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/54825892.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
mov w0, #0
str wzr, [sp, #12]
mov w8, #5
str w8, [sp, #8]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $0, -4(%rbp)
movl $5, -8(%rbp)
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/14346.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _is_overlap ; -- Begin function is_overlap
.p2align 2
_is_overlap: ; @is_overlap
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
str x0, [sp, #40]
str x1, [sp, #32]
str x2, [sp, #24]
str x3, [sp, #16]
ldr x8, [sp, #40]
ldr x9, [sp, #24]
subs x8, x8, x9
cset w8, hi
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
ldr x8, [sp, #40]
ldr x9, [sp, #32]
add x8, x8, x9, lsl #2
ldr x9, [sp, #24]
subs x8, x8, x9
cset w8, hi
and w8, w8, #0x1
str w8, [sp, #12] ; 4-byte Folded Spill
b LBB0_3
LBB0_2:
ldr x8, [sp, #24]
ldr x9, [sp, #16]
add x8, x8, x9, lsl #2
ldr x9, [sp, #40]
subs x8, x8, x9
cset w8, hi
and w8, w8, #0x1
str w8, [sp, #12] ; 4-byte Folded Spill
b LBB0_3
LBB0_3:
ldr w0, [sp, #12] ; 4-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _is_overlap ## -- Begin function is_overlap
.p2align 4, 0x90
_is_overlap: ## @is_overlap
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movq %rdx, -24(%rbp)
movq %rcx, -32(%rbp)
movq -8(%rbp), %rax
cmpq -24(%rbp), %rax
ja LBB0_2
## %bb.1:
movq -8(%rbp), %rax
movq -16(%rbp), %rcx
shlq $2, %rcx
addq %rcx, %rax
cmpq -24(%rbp), %rax
seta %al
andb $1, %al
movzbl %al, %eax
movl %eax, -36(%rbp) ## 4-byte Spill
jmp LBB0_3
LBB0_2:
movq -24(%rbp), %rax
movq -32(%rbp), %rcx
shlq $2, %rcx
addq %rcx, %rax
cmpq -8(%rbp), %rax
seta %al
andb $1, %al
movzbl %al, %eax
movl %eax, -36(%rbp) ## 4-byte Spill
LBB0_3:
movl -36(%rbp), %eax ## 4-byte Reload
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/1182060.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
mov w8, #6
str w8, [sp]
mov w8, #1
str w8, [sp, #8]
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_3 Depth 2
ldr w8, [sp, #8]
subs w8, w8, #7
cset w8, ge
tbnz w8, #0, LBB0_8
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
mov w8, #1
str w8, [sp, #4]
b LBB0_3
LBB0_3: ; Parent Loop BB0_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #4]
ldr w9, [sp, #8]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_6
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=2
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #4]
add w8, w8, #1
str w8, [sp, #4]
b LBB0_3
LBB0_6: ; in Loop: Header=BB0_1 Depth=1
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB0_1
LBB0_8:
mov w0, #0
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "01"
l_.str.1: ; @.str.1
.asciz " "
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
movl $6, -16(%rbp)
movl $1, -8(%rbp)
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_3 Depth 2
cmpl $7, -8(%rbp)
jge LBB0_8
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl $1, -12(%rbp)
LBB0_3: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -12(%rbp), %eax
cmpl -8(%rbp), %eax
jg LBB0_6
## %bb.4: ## in Loop: Header=BB0_3 Depth=2
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
## %bb.5: ## in Loop: Header=BB0_3 Depth=2
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB0_3
LBB0_6: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
## %bb.7: ## in Loop: Header=BB0_1 Depth=1
movl -8(%rbp), %eax
addl $1, %eax
movl %eax, -8(%rbp)
jmp LBB0_1
LBB0_8:
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "01"
L_.str.1: ## @.str.1
.asciz " "
.subsections_via_symbols
| the_stack_data/192331091.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #0
str w8, [sp, #8] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
bl _doPointerOutput
ldr w0, [sp, #8] ; 4-byte Folded Reload
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function doPointerOutput
_doPointerOutput: ; @doPointerOutput
.cfi_startproc
; %bb.0:
sub sp, sp, #128
.cfi_def_cfa_offset 128
stp x29, x30, [sp, #112] ; 16-byte Folded Spill
add x29, sp, #112
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stderrp@GOTPAGE
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
stur x8, [x29, #-8] ; 8-byte Folded Spill
adrp x9, _zap@PAGE
ldr x8, [x9, _zap@PAGEOFF]
add x8, x8, #4
str x8, [x9, _zap@PAGEOFF]
b LBB1_1
LBB1_1:
ldur x8, [x29, #-8] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x8, _zap@PAGE
ldr x8, [x8, _zap@PAGEOFF]
mov x9, sp
str x8, [x9]
adrp x1, l_.str@PAGE
add x1, x1, l_.str@PAGEOFF
stur x1, [x29, #-16] ; 8-byte Folded Spill
bl _fprintf
ldur x9, [x29, #-8] ; 8-byte Folded Reload
ldur x8, [x29, #-16] ; 8-byte Folded Reload
ldr x0, [x9]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fprintf
b LBB1_2
LBB1_2:
b LBB1_3
LBB1_3:
ldur x8, [x29, #-8] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x8, _zap@PAGE
ldr x8, [x8, _zap@PAGEOFF]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.2@PAGE
add x1, x1, l_.str.2@PAGEOFF
stur x1, [x29, #-24] ; 8-byte Folded Spill
bl _fprintf
ldur x9, [x29, #-8] ; 8-byte Folded Reload
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x0, [x9]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fprintf
b LBB1_4
LBB1_4:
b LBB1_5
LBB1_5:
ldur x8, [x29, #-8] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x8, _zap@PAGE
ldr x8, [x8, _zap@PAGEOFF]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.3@PAGE
add x1, x1, l_.str.3@PAGEOFF
stur x1, [x29, #-32] ; 8-byte Folded Spill
bl _fprintf
ldur x9, [x29, #-8] ; 8-byte Folded Reload
ldur x8, [x29, #-32] ; 8-byte Folded Reload
ldr x0, [x9]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fprintf
b LBB1_6
LBB1_6:
b LBB1_7
LBB1_7:
ldur x8, [x29, #-8] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x8, _zap@PAGE
ldr x8, [x8, _zap@PAGEOFF]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.4@PAGE
add x1, x1, l_.str.4@PAGEOFF
stur x1, [x29, #-40] ; 8-byte Folded Spill
bl _fprintf
ldur x9, [x29, #-8] ; 8-byte Folded Reload
ldur x8, [x29, #-40] ; 8-byte Folded Reload
ldr x0, [x9]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fprintf
b LBB1_8
LBB1_8:
b LBB1_9
LBB1_9:
ldur x8, [x29, #-8] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x8, _zap@PAGE
ldr x8, [x8, _zap@PAGEOFF]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.5@PAGE
add x1, x1, l_.str.5@PAGEOFF
stur x1, [x29, #-48] ; 8-byte Folded Spill
bl _fprintf
ldur x9, [x29, #-8] ; 8-byte Folded Reload
ldur x8, [x29, #-48] ; 8-byte Folded Reload
ldr x0, [x9]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fprintf
b LBB1_10
LBB1_10:
b LBB1_11
LBB1_11:
ldur x8, [x29, #-8] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x8, _zap@PAGE
ldr x8, [x8, _zap@PAGEOFF]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.6@PAGE
add x1, x1, l_.str.6@PAGEOFF
str x1, [sp, #56] ; 8-byte Folded Spill
bl _fprintf
ldur x9, [x29, #-8] ; 8-byte Folded Reload
ldr x8, [sp, #56] ; 8-byte Folded Reload
ldr x0, [x9]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fprintf
b LBB1_12
LBB1_12:
b LBB1_13
LBB1_13:
ldur x8, [x29, #-8] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x8, _zap@PAGE
ldr x8, [x8, _zap@PAGEOFF]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.7@PAGE
add x1, x1, l_.str.7@PAGEOFF
str x1, [sp, #48] ; 8-byte Folded Spill
bl _fprintf
ldur x9, [x29, #-8] ; 8-byte Folded Reload
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldr x0, [x9]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fprintf
b LBB1_14
LBB1_14:
b LBB1_15
LBB1_15:
ldur x8, [x29, #-8] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x8, _zap@PAGE
ldr x8, [x8, _zap@PAGEOFF]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.8@PAGE
add x1, x1, l_.str.8@PAGEOFF
str x1, [sp, #40] ; 8-byte Folded Spill
bl _fprintf
ldur x9, [x29, #-8] ; 8-byte Folded Reload
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x0, [x9]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fprintf
b LBB1_16
LBB1_16:
b LBB1_17
LBB1_17:
ldur x8, [x29, #-8] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x8, _zap@PAGE
ldr x8, [x8, _zap@PAGEOFF]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.9@PAGE
add x1, x1, l_.str.9@PAGEOFF
str x1, [sp, #32] ; 8-byte Folded Spill
bl _fprintf
ldur x9, [x29, #-8] ; 8-byte Folded Reload
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldr x0, [x9]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fprintf
b LBB1_18
LBB1_18:
b LBB1_19
LBB1_19:
ldur x8, [x29, #-8] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x8, _zap@PAGE
ldr x8, [x8, _zap@PAGEOFF]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.10@PAGE
add x1, x1, l_.str.10@PAGEOFF
str x1, [sp, #24] ; 8-byte Folded Spill
bl _fprintf
ldur x9, [x29, #-8] ; 8-byte Folded Reload
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr x0, [x9]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fprintf
b LBB1_20
LBB1_20:
b LBB1_21
LBB1_21:
ldur x8, [x29, #-8] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x8, _zap@PAGE
ldr x8, [x8, _zap@PAGEOFF]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.11@PAGE
add x1, x1, l_.str.11@PAGEOFF
str x1, [sp, #16] ; 8-byte Folded Spill
bl _fprintf
ldur x9, [x29, #-8] ; 8-byte Folded Reload
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr x0, [x9]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fprintf
b LBB1_22
LBB1_22:
b LBB1_23
LBB1_23:
ldur x8, [x29, #-8] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x8, _zap@PAGE
ldr x8, [x8, _zap@PAGEOFF]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.12@PAGE
add x1, x1, l_.str.12@PAGEOFF
str x1, [sp, #8] ; 8-byte Folded Spill
bl _fprintf
ldur x9, [x29, #-8] ; 8-byte Folded Reload
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldr x0, [x9]
mov x9, sp
str x8, [x9]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fprintf
b LBB1_24
LBB1_24:
ldp x29, x30, [sp, #112] ; 16-byte Folded Reload
add sp, sp, #128
ret
.cfi_endproc
; -- End function
.section __DATA,__data
.p2align 3 ; @zap
_zap:
.quad _za
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%p"
l_.str.1: ; @.str.1
.asciz " -- %s\n"
l_.str.2: ; @.str.2
.asciz "%#p"
l_.str.3: ; @.str.3
.asciz "%8p"
l_.str.4: ; @.str.4
.asciz "%#8p"
l_.str.5: ; @.str.5
.asciz "%08p"
l_.str.6: ; @.str.6
.asciz "%#08p"
l_.str.7: ; @.str.7
.asciz "%.8p"
l_.str.8: ; @.str.8
.asciz "%#.8p"
l_.str.9: ; @.str.9
.asciz "%0.8p"
l_.str.10: ; @.str.10
.asciz "%#0.8p"
l_.str.11: ; @.str.11
.asciz "%08.8p"
l_.str.12: ; @.str.12
.asciz "%#08.8p"
.section __DATA,__data
.p2align 2 ; @za
_za:
.long 10 ; 0xa
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
callq _doPointerOutput
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function doPointerOutput
_doPointerOutput: ## @doPointerOutput
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _zap(%rip), %rax
addq $4, %rax
movq %rax, _zap(%rip)
## %bb.1:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq _zap(%rip), %rdx
leaq L_.str(%rip), %rsi
movb $0, %al
callq _fprintf
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.1(%rip), %rsi
leaq L_.str(%rip), %rdx
movb $0, %al
callq _fprintf
## %bb.2:
jmp LBB1_3
LBB1_3:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq _zap(%rip), %rdx
leaq L_.str.2(%rip), %rsi
movb $0, %al
callq _fprintf
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.1(%rip), %rsi
leaq L_.str.2(%rip), %rdx
movb $0, %al
callq _fprintf
## %bb.4:
jmp LBB1_5
LBB1_5:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq _zap(%rip), %rdx
leaq L_.str.3(%rip), %rsi
movb $0, %al
callq _fprintf
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.1(%rip), %rsi
leaq L_.str.3(%rip), %rdx
movb $0, %al
callq _fprintf
## %bb.6:
jmp LBB1_7
LBB1_7:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq _zap(%rip), %rdx
leaq L_.str.4(%rip), %rsi
movb $0, %al
callq _fprintf
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.1(%rip), %rsi
leaq L_.str.4(%rip), %rdx
movb $0, %al
callq _fprintf
## %bb.8:
jmp LBB1_9
LBB1_9:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq _zap(%rip), %rdx
leaq L_.str.5(%rip), %rsi
movb $0, %al
callq _fprintf
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.1(%rip), %rsi
leaq L_.str.5(%rip), %rdx
movb $0, %al
callq _fprintf
## %bb.10:
jmp LBB1_11
LBB1_11:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq _zap(%rip), %rdx
leaq L_.str.6(%rip), %rsi
movb $0, %al
callq _fprintf
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.1(%rip), %rsi
leaq L_.str.6(%rip), %rdx
movb $0, %al
callq _fprintf
## %bb.12:
jmp LBB1_13
LBB1_13:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq _zap(%rip), %rdx
leaq L_.str.7(%rip), %rsi
movb $0, %al
callq _fprintf
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.1(%rip), %rsi
leaq L_.str.7(%rip), %rdx
movb $0, %al
callq _fprintf
## %bb.14:
jmp LBB1_15
LBB1_15:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq _zap(%rip), %rdx
leaq L_.str.8(%rip), %rsi
movb $0, %al
callq _fprintf
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.1(%rip), %rsi
leaq L_.str.8(%rip), %rdx
movb $0, %al
callq _fprintf
## %bb.16:
jmp LBB1_17
LBB1_17:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq _zap(%rip), %rdx
leaq L_.str.9(%rip), %rsi
movb $0, %al
callq _fprintf
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.1(%rip), %rsi
leaq L_.str.9(%rip), %rdx
movb $0, %al
callq _fprintf
## %bb.18:
jmp LBB1_19
LBB1_19:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq _zap(%rip), %rdx
leaq L_.str.10(%rip), %rsi
movb $0, %al
callq _fprintf
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.1(%rip), %rsi
leaq L_.str.10(%rip), %rdx
movb $0, %al
callq _fprintf
## %bb.20:
jmp LBB1_21
LBB1_21:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq _zap(%rip), %rdx
leaq L_.str.11(%rip), %rsi
movb $0, %al
callq _fprintf
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.1(%rip), %rsi
leaq L_.str.11(%rip), %rdx
movb $0, %al
callq _fprintf
## %bb.22:
jmp LBB1_23
LBB1_23:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq _zap(%rip), %rdx
leaq L_.str.12(%rip), %rsi
movb $0, %al
callq _fprintf
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.1(%rip), %rsi
leaq L_.str.12(%rip), %rdx
movb $0, %al
callq _fprintf
## %bb.24:
popq %rbp
retq
.cfi_endproc
## -- End function
.section __DATA,__data
.p2align 3 ## @zap
_zap:
.quad _za
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%p"
L_.str.1: ## @.str.1
.asciz " -- %s\n"
L_.str.2: ## @.str.2
.asciz "%#p"
L_.str.3: ## @.str.3
.asciz "%8p"
L_.str.4: ## @.str.4
.asciz "%#8p"
L_.str.5: ## @.str.5
.asciz "%08p"
L_.str.6: ## @.str.6
.asciz "%#08p"
L_.str.7: ## @.str.7
.asciz "%.8p"
L_.str.8: ## @.str.8
.asciz "%#.8p"
L_.str.9: ## @.str.9
.asciz "%0.8p"
L_.str.10: ## @.str.10
.asciz "%#0.8p"
L_.str.11: ## @.str.11
.asciz "%08.8p"
L_.str.12: ## @.str.12
.asciz "%#08.8p"
.section __DATA,__data
.p2align 2 ## @za
_za:
.long 10 ## 0xa
.subsections_via_symbols
| the_stack_data/29825998.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #0
stur w8, [x29, #-12] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #8
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
ldur s0, [x29, #-8]
fcvt d0, s0
str d0, [sp, #24] ; 8-byte Folded Spill
ldur s0, [x29, #-8]
bl _sqr2
ldr d1, [sp, #24] ; 8-byte Folded Reload
fcvt d0, s0
mov x8, sp
str d1, [x8]
str d0, [x8, #8]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldur w0, [x29, #-12] ; 4-byte Folded Reload
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ; -- Begin function sqr2
lCPI1_0:
.quad 0x3eb0c6f7a0b5ed8d ; double 9.9999999999999995E-7
.section __TEXT,__text,regular,pure_instructions
.globl _sqr2
.p2align 2
_sqr2: ; @sqr2
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur s0, [x29, #-4]
fmov s0, #1.00000000
str s0, [sp, #8]
ldur s0, [x29, #-4]
str s0, [sp, #4]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldr s0, [sp, #8]
ldr s1, [sp, #4]
fsub s0, s0, s1
bl _absolute
fcvt d0, s0
adrp x8, lCPI1_0@PAGE
ldr d1, [x8, lCPI1_0@PAGEOFF]
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB1_3
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldr s0, [sp, #4]
str s0, [sp, #8]
ldr s0, [sp, #8]
ldr s1, [sp, #8]
ldr s2, [sp, #8]
ldur s3, [x29, #-4]
fnmsub s1, s1, s2, s3
ldr s3, [sp, #8]
fmov s2, #2.00000000
fmul s2, s2, s3
fdiv s1, s1, s2
fsub s0, s0, s1
str s0, [sp, #4]
b LBB1_1
LBB1_3:
ldr s0, [sp, #4]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _absolute ; -- Begin function absolute
.p2align 2
_absolute: ; @absolute
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str s0, [sp, #8]
ldr s0, [sp, #8]
fcmp s0, #0.0
cset w8, le
tbnz w8, #0, LBB2_2
b LBB2_1
LBB2_1:
ldr s0, [sp, #8]
str s0, [sp, #12]
b LBB2_3
LBB2_2:
ldr s0, [sp, #8]
fneg s0, s0
str s0, [sp, #12]
b LBB2_3
LBB2_3:
ldr s0, [sp, #12]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "\345\271\263\346\226\271\346\240\271\343\202\222\350\250\210\347\256\227\357\274\232"
l_.str.1: ; @.str.1
.asciz "%f"
l_.str.2: ; @.str.2
.asciz "\343\203\253\343\203\274\343\203\210%f\343\201\256\345\200\244\343\201\257%f\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -8(%rbp), %rsi
movb $0, %al
callq _scanf
movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movsd %xmm0, -16(%rbp) ## 8-byte Spill
movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
callq _sqr2
movaps %xmm0, %xmm1
movsd -16(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
cvtss2sd %xmm1, %xmm1
leaq L_.str.2(%rip), %rdi
movb $2, %al
callq _printf
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal4,4byte_literals
.p2align 2 ## -- Begin function sqr2
LCPI1_0:
.long 0x3f800000 ## float 1
LCPI1_2:
.long 0x40000000 ## float 2
.section __TEXT,__literal8,8byte_literals
.p2align 3
LCPI1_1:
.quad 0x3eb0c6f7a0b5ed8d ## double 9.9999999999999995E-7
.section __TEXT,__text,regular,pure_instructions
.globl _sqr2
.p2align 4, 0x90
_sqr2: ## @sqr2
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movss %xmm0, -4(%rbp)
movss LCPI1_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -8(%rbp)
movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -12(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
subss -12(%rbp), %xmm0
callq _absolute
cvtss2sd %xmm0, %xmm0
movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jbe LBB1_3
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -8(%rbp)
movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss -8(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
movss -8(%rbp), %xmm3 ## xmm3 = mem[0],zero,zero,zero
movss -4(%rbp), %xmm2 ## xmm2 = mem[0],zero,zero,zero
movd %xmm2, %eax
xorl $2147483648, %eax ## imm = 0x80000000
movd %eax, %xmm2
mulss %xmm3, %xmm1
addss %xmm2, %xmm1
movss LCPI1_2(%rip), %xmm2 ## xmm2 = mem[0],zero,zero,zero
mulss -8(%rbp), %xmm2
divss %xmm2, %xmm1
subss %xmm1, %xmm0
movss %xmm0, -12(%rbp)
jmp LBB1_1
LBB1_3:
movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _absolute ## -- Begin function absolute
.p2align 4, 0x90
_absolute: ## @absolute
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movss %xmm0, -8(%rbp)
movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
xorps %xmm1, %xmm1
ucomiss %xmm1, %xmm0
jbe LBB2_2
## %bb.1:
movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -4(%rbp)
jmp LBB2_3
LBB2_2:
movss -8(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movd %xmm0, %eax
xorl $2147483648, %eax ## imm = 0x80000000
movd %eax, %xmm0
movss %xmm0, -4(%rbp)
LBB2_3:
movss -4(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "\345\271\263\346\226\271\346\240\271\343\202\222\350\250\210\347\256\227\357\274\232"
L_.str.1: ## @.str.1
.asciz "%f"
L_.str.2: ## @.str.2
.asciz "\343\203\253\343\203\274\343\203\210%f\343\201\256\345\200\244\343\201\257%f\n"
.subsections_via_symbols
| the_stack_data/33400.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #176
.cfi_def_cfa_offset 176
stp x29, x30, [sp, #160] ; 16-byte Folded Spill
add x29, sp, #160
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str wzr, [sp, #48]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
str wzr, [sp, #44]
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_3 Depth 2
ldr w8, [sp, #44]
subs w8, w8, #5
cset w8, ge
tbnz w8, #0, LBB0_11
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
str wzr, [sp, #40]
b LBB0_3
LBB0_3: ; Parent Loop BB0_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #40]
subs w8, w8, #5
cset w8, ge
tbnz w8, #0, LBB0_9
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #40]
ldr w9, [sp, #44]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_3 Depth=2
ldrsw x8, [sp, #44]
mov x9, #20
mul x9, x8, x9
add x8, sp, #52
add x9, x8, x9
ldrsw x10, [sp, #40]
mov w8, #1
str w8, [x9, x10, lsl #2]
b LBB0_7
LBB0_6: ; in Loop: Header=BB0_3 Depth=2
ldrsw x8, [sp, #44]
mov x9, #20
mul x9, x8, x9
add x8, sp, #52
add x9, x8, x9
ldrsw x10, [sp, #40]
mov w8, #0
str w8, [x9, x10, lsl #2]
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_3 Depth=2
b LBB0_8
LBB0_8: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #40]
add w8, w8, #1
str w8, [sp, #40]
b LBB0_3
LBB0_9: ; in Loop: Header=BB0_1 Depth=1
b LBB0_10
LBB0_10: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #44]
add w8, w8, #1
str w8, [sp, #44]
b LBB0_1
LBB0_11:
str wzr, [sp, #44]
b LBB0_12
LBB0_12: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #44]
subs w8, w8, #5
cset w8, ge
tbnz w8, #0, LBB0_15
b LBB0_13
LBB0_13: ; in Loop: Header=BB0_12 Depth=1
ldrsw x9, [sp, #44]
add x8, sp, #52
ldr w9, [x8, x9, lsl #2]
; implicit-def: $x13
mov x13, x9
add x9, x8, #20
ldrsw x10, [sp, #44]
ldr w9, [x9, x10, lsl #2]
; implicit-def: $x12
mov x12, x9
add x9, x8, #40
ldrsw x10, [sp, #44]
ldr w9, [x9, x10, lsl #2]
; implicit-def: $x11
mov x11, x9
add x9, x8, #60
ldrsw x10, [sp, #44]
ldr w9, [x9, x10, lsl #2]
; implicit-def: $x10
mov x10, x9
add x8, x8, #80
ldrsw x9, [sp, #44]
ldr w9, [x8, x9, lsl #2]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x13, [x9]
str x12, [x9, #8]
str x11, [x9, #16]
str x10, [x9, #24]
str x8, [x9, #32]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB0_14
LBB0_14: ; in Loop: Header=BB0_12 Depth=1
ldr w8, [sp, #44]
add w8, w8, #1
str w8, [sp, #44]
b LBB0_12
LBB0_15:
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_17
b LBB0_16
LBB0_16:
bl ___stack_chk_fail
LBB0_17:
mov w0, #0
ldp x29, x30, [sp, #160] ; 16-byte Folded Reload
add sp, sp, #176
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "\nDeclare uma matriz 5 x 5. 1 a diagonal principal e com 0 os demais elementos. \n\n"
l_.str.1: ; @.str.1
.asciz "\t%d|%d|%d|%d|%d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $128, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -116(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -120(%rbp)
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_3 Depth 2
cmpl $5, -120(%rbp)
jge LBB0_11
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl $0, -124(%rbp)
LBB0_3: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $5, -124(%rbp)
jge LBB0_9
## %bb.4: ## in Loop: Header=BB0_3 Depth=2
movl -124(%rbp), %eax
cmpl -120(%rbp), %eax
jne LBB0_6
## %bb.5: ## in Loop: Header=BB0_3 Depth=2
movslq -120(%rbp), %rcx
leaq -112(%rbp), %rax
imulq $20, %rcx, %rcx
addq %rcx, %rax
movslq -124(%rbp), %rcx
movl $1, (%rax,%rcx,4)
jmp LBB0_7
LBB0_6: ## in Loop: Header=BB0_3 Depth=2
movslq -120(%rbp), %rcx
leaq -112(%rbp), %rax
imulq $20, %rcx, %rcx
addq %rcx, %rax
movslq -124(%rbp), %rcx
movl $0, (%rax,%rcx,4)
LBB0_7: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_8
LBB0_8: ## in Loop: Header=BB0_3 Depth=2
movl -124(%rbp), %eax
addl $1, %eax
movl %eax, -124(%rbp)
jmp LBB0_3
LBB0_9: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_10
LBB0_10: ## in Loop: Header=BB0_1 Depth=1
movl -120(%rbp), %eax
addl $1, %eax
movl %eax, -120(%rbp)
jmp LBB0_1
LBB0_11:
movl $0, -120(%rbp)
LBB0_12: ## =>This Inner Loop Header: Depth=1
cmpl $5, -120(%rbp)
jge LBB0_15
## %bb.13: ## in Loop: Header=BB0_12 Depth=1
movslq -120(%rbp), %rax
movl -112(%rbp,%rax,4), %esi
movslq -120(%rbp), %rax
movl -92(%rbp,%rax,4), %edx
movslq -120(%rbp), %rax
movl -72(%rbp,%rax,4), %ecx
movslq -120(%rbp), %rax
movl -52(%rbp,%rax,4), %r8d
movslq -120(%rbp), %rax
movl -32(%rbp,%rax,4), %r9d
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
## %bb.14: ## in Loop: Header=BB0_12 Depth=1
movl -120(%rbp), %eax
addl $1, %eax
movl %eax, -120(%rbp)
jmp LBB0_12
LBB0_15:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_17
## %bb.16:
xorl %eax, %eax
addq $128, %rsp
popq %rbp
retq
LBB0_17:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "\nDeclare uma matriz 5 x 5. 1 a diagonal principal e com 0 os demais elementos. \n\n"
L_.str.1: ## @.str.1
.asciz "\t%d|%d|%d|%d|%d\n"
.subsections_via_symbols
| the_stack_data/162643375.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _sleep ; -- Begin function _sleep
.p2align 2
_sleep: ; @"\01_sleep"
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-8]
ldur w8, [x29, #-8]
; kill: def $x8 killed $w8
add x1, sp, #8
str x8, [sp, #8]
str xzr, [sp, #16]
mov x0, x1
bl _nanosleep
str w0, [sp, #4]
ldr w8, [sp, #4]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
ldr x8, [sp, #8]
ldr x9, [sp, #16]
mov x10, #25856
movk x10, #7629, lsl #16
subs x9, x9, x10
cset w10, ge
; implicit-def: $x9
mov x9, x10
and x9, x9, #0x1
add x8, x8, x9
; kill: def $w8 killed $w8 killed $x8
stur w8, [x29, #-4]
b LBB0_3
LBB0_2:
ldr w8, [sp, #4]
stur w8, [x29, #-4]
b LBB0_3
LBB0_3:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _sleep ## -- Begin function _sleep
.p2align 4, 0x90
_sleep: ## @"\01_sleep"
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl %edi, -8(%rbp)
movl -8(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -24(%rbp)
movq $0, -16(%rbp)
leaq -24(%rbp), %rsi
movq %rsi, %rdi
callq _nanosleep
movl %eax, -28(%rbp)
cmpl $0, -28(%rbp)
je LBB0_2
## %bb.1:
movq -24(%rbp), %rax
cmpq $500000000, -16(%rbp) ## imm = 0x1DCD6500
setge %cl
andb $1, %cl
movzbl %cl, %ecx
movslq %ecx, %rcx
addq %rcx, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -4(%rbp)
jmp LBB0_3
LBB0_2:
movl -28(%rbp), %eax
movl %eax, -4(%rbp)
LBB0_3:
movl -4(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/102433.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _firstUniqChar ; -- Begin function firstUniqChar
.p2align 2
_firstUniqChar: ; @firstUniqChar
.cfi_startproc
; %bb.0:
sub sp, sp, #160
.cfi_def_cfa_offset 160
stp x29, x30, [sp, #144] ; 16-byte Folded Spill
add x29, sp, #144
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str x0, [sp, #24]
add x0, sp, #32
mov w1, #0
mov x2, #104
bl _memset
str wzr, [sp, #20]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #24]
ldrsw x9, [sp, #20]
ldrsb w8, [x8, x9]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #16] ; 4-byte Folded Spill
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #24]
ldrsw x9, [sp, #20]
ldrsb w8, [x8, x9]
subs w9, w8, #97
add x8, sp, #32
add x9, x8, w9, sxtw #2
ldr w8, [x9]
add w8, w8, #1
str w8, [x9]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #16] ; 4-byte Folded Spill
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #16] ; 4-byte Folded Reload
tbz w8, #0, LBB0_6
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_1 Depth=1
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB0_1
LBB0_6:
str wzr, [sp, #20]
b LBB0_7
LBB0_7: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #24]
ldrsw x9, [sp, #20]
ldrsb w8, [x8, x9]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #12] ; 4-byte Folded Spill
tbnz w8, #0, LBB0_9
b LBB0_8
LBB0_8: ; in Loop: Header=BB0_7 Depth=1
ldr x8, [sp, #24]
ldrsw x9, [sp, #20]
ldrsb w8, [x8, x9]
subs w9, w8, #97
add x8, sp, #32
ldr w8, [x8, w9, sxtw #2]
subs w8, w8, #1
cset w8, ne
str w8, [sp, #12] ; 4-byte Folded Spill
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_7 Depth=1
ldr w8, [sp, #12] ; 4-byte Folded Reload
tbz w8, #0, LBB0_12
b LBB0_10
LBB0_10: ; in Loop: Header=BB0_7 Depth=1
b LBB0_11
LBB0_11: ; in Loop: Header=BB0_7 Depth=1
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB0_7
LBB0_12:
ldr x8, [sp, #24]
ldrsw x9, [sp, #20]
ldrsb w8, [x8, x9]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_14
b LBB0_13
LBB0_13:
mov w8, #-1
str w8, [sp, #8] ; 4-byte Folded Spill
b LBB0_15
LBB0_14:
ldr w8, [sp, #20]
str w8, [sp, #8] ; 4-byte Folded Spill
b LBB0_15
LBB0_15:
ldr w8, [sp, #8] ; 4-byte Folded Reload
str w8, [sp, #4] ; 4-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_17
b LBB0_16
LBB0_16:
bl ___stack_chk_fail
LBB0_17:
ldr w0, [sp, #4] ; 4-byte Folded Reload
ldp x29, x30, [sp, #144] ; 16-byte Folded Reload
add sp, sp, #160
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _firstUniqChar ## -- Begin function firstUniqChar
.p2align 4, 0x90
_firstUniqChar: ## @firstUniqChar
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $144, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -120(%rbp)
leaq -112(%rbp), %rdi
xorl %esi, %esi
movl $104, %edx
callq _memset
movl $0, -124(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movq -120(%rbp), %rax
movslq -124(%rbp), %rcx
movsbl (%rax,%rcx), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, %ecx
movb %al, -125(%rbp) ## 1-byte Spill
je LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -120(%rbp), %rax
movslq -124(%rbp), %rcx
movsbl (%rax,%rcx), %eax
subl $97, %eax
movslq %eax, %rcx
movl -112(%rbp,%rcx,4), %eax
addl $1, %eax
movl %eax, -112(%rbp,%rcx,4)
cmpl $0, %eax
setne %al
movb %al, -125(%rbp) ## 1-byte Spill
LBB0_3: ## in Loop: Header=BB0_1 Depth=1
movb -125(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB0_4
jmp LBB0_6
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_5
LBB0_5: ## in Loop: Header=BB0_1 Depth=1
movl -124(%rbp), %eax
addl $1, %eax
movl %eax, -124(%rbp)
jmp LBB0_1
LBB0_6:
movl $0, -124(%rbp)
LBB0_7: ## =>This Inner Loop Header: Depth=1
movq -120(%rbp), %rax
movslq -124(%rbp), %rcx
movsbl (%rax,%rcx), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, %ecx
movb %al, -126(%rbp) ## 1-byte Spill
je LBB0_9
## %bb.8: ## in Loop: Header=BB0_7 Depth=1
movq -120(%rbp), %rax
movslq -124(%rbp), %rcx
movsbl (%rax,%rcx), %eax
subl $97, %eax
cltq
cmpl $1, -112(%rbp,%rax,4)
setne %al
movb %al, -126(%rbp) ## 1-byte Spill
LBB0_9: ## in Loop: Header=BB0_7 Depth=1
movb -126(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB0_10
jmp LBB0_12
LBB0_10: ## in Loop: Header=BB0_7 Depth=1
jmp LBB0_11
LBB0_11: ## in Loop: Header=BB0_7 Depth=1
movl -124(%rbp), %eax
addl $1, %eax
movl %eax, -124(%rbp)
jmp LBB0_7
LBB0_12:
movq -120(%rbp), %rax
movslq -124(%rbp), %rcx
movsbl (%rax,%rcx), %eax
cmpl $0, %eax
jne LBB0_14
## %bb.13:
movl $4294967295, %eax ## imm = 0xFFFFFFFF
movl %eax, -132(%rbp) ## 4-byte Spill
jmp LBB0_15
LBB0_14:
movl -124(%rbp), %eax
movl %eax, -132(%rbp) ## 4-byte Spill
LBB0_15:
movl -132(%rbp), %eax ## 4-byte Reload
movl %eax, -136(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_17
## %bb.16:
movl -136(%rbp), %eax ## 4-byte Reload
addq $144, %rsp
popq %rbp
retq
LBB0_17:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/125375.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/37638615.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _wrong3 ; -- Begin function wrong3
.p2align 2
_wrong3: ; @wrong3
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
str wzr, [sp, #8]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #8]
ldur w9, [x29, #-4]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr w0, [sp, #8]
mov w1, #0
bl _work
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB0_1
LBB0_4:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _wrong3 ## -- Begin function wrong3
.p2align 4, 0x90
_wrong3: ## @wrong3
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl %edi, -4(%rbp)
movl $0, -8(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -8(%rbp), %eax
cmpl -4(%rbp), %eax
jge LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl -8(%rbp), %edi
xorl %esi, %esi
callq _work
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -8(%rbp), %eax
addl $1, %eax
movl %eax, -8(%rbp)
jmp LBB0_1
LBB0_4:
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/64199680.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl ___VERIFIER_assert ; -- Begin function __VERIFIER_assert
.p2align 2
___VERIFIER_assert: ; @__VERIFIER_assert
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
ldur w8, [x29, #-4]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB0_3
b LBB0_1
LBB0_1:
b LBB0_2
LBB0_2:
bl ___VERIFIER_error
LBB0_3:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #464
.cfi_def_cfa_offset 464
stp x28, x27, [sp, #432] ; 16-byte Folded Spill
stp x29, x30, [sp, #448] ; 16-byte Folded Spill
add x29, sp, #448
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str wzr, [sp, #20]
str wzr, [sp, #16]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #16]
subs w8, w8, #100
cset w8, ge
tbnz w8, #0, LBB1_3
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldrsw x10, [sp, #16]
add x9, sp, #24
mov w8, #42
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB1_1
LBB1_3:
str wzr, [sp, #12]
b LBB1_4
LBB1_4: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #12]
subs w8, w8, #100
cset w8, ge
tbnz w8, #0, LBB1_7
b LBB1_5
LBB1_5: ; in Loop: Header=BB1_4 Depth=1
ldrsw x9, [sp, #12]
add x8, sp, #24
ldr w8, [x8, x9, lsl #2]
subs w8, w8, #42
cset w8, eq
and w0, w8, #0x1
bl ___VERIFIER_assert
b LBB1_6
LBB1_6: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB1_4
LBB1_7:
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB1_9
b LBB1_8
LBB1_8:
bl ___stack_chk_fail
LBB1_9:
mov w0, #0
ldp x29, x30, [sp, #448] ; 16-byte Folded Reload
ldp x28, x27, [sp, #432] ; 16-byte Folded Reload
add sp, sp, #464
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl ___VERIFIER_assert ## -- Begin function __VERIFIER_assert
.p2align 4, 0x90
___VERIFIER_assert: ## @__VERIFIER_assert
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl %edi, -4(%rbp)
cmpl $0, -4(%rbp)
jne LBB0_3
## %bb.1:
jmp LBB0_2
LBB0_2:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
callq ___VERIFIER_error
LBB0_3:
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $432, %rsp ## imm = 0x1B0
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -420(%rbp)
movl $0, -424(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
cmpl $100, -424(%rbp)
jge LBB1_3
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movslq -424(%rbp), %rax
movl $42, -416(%rbp,%rax,4)
movl -424(%rbp), %eax
addl $1, %eax
movl %eax, -424(%rbp)
jmp LBB1_1
LBB1_3:
movl $0, -428(%rbp)
LBB1_4: ## =>This Inner Loop Header: Depth=1
cmpl $100, -428(%rbp)
jge LBB1_7
## %bb.5: ## in Loop: Header=BB1_4 Depth=1
movslq -428(%rbp), %rax
cmpl $42, -416(%rbp,%rax,4)
sete %al
andb $1, %al
movzbl %al, %edi
callq ___VERIFIER_assert
## %bb.6: ## in Loop: Header=BB1_4 Depth=1
movl -428(%rbp), %eax
addl $1, %eax
movl %eax, -428(%rbp)
jmp LBB1_4
LBB1_7:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB1_9
## %bb.8:
xorl %eax, %eax
addq $432, %rsp ## imm = 0x1B0
popq %rbp
retq
LBB1_9:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/104827807.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _twowayMerge ; -- Begin function twowayMerge
.p2align 2
_twowayMerge: ; @twowayMerge
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
str x0, [sp, #56]
str x1, [sp, #48]
str w2, [sp, #44]
str x3, [sp, #32]
str w4, [sp, #28]
str wzr, [sp, #24]
str wzr, [sp, #20]
str wzr, [sp, #16]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #16]
ldr w9, [sp, #44]
ldr w10, [sp, #28]
add w9, w9, w10
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_10
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #24]
ldr w9, [sp, #44]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #32]
ldrsw x9, [sp, #20]
mov x10, x9
add w10, w10, #1
str w10, [sp, #20]
ldr w8, [x8, x9, lsl #2]
ldr x9, [sp, #56]
ldrsw x10, [sp, #16]
mov x11, x10
add w11, w11, #1
str w11, [sp, #16]
str w8, [x9, x10, lsl #2]
b LBB0_1
LBB0_4: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #20]
ldr w9, [sp, #28]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #48]
ldrsw x9, [sp, #24]
mov x10, x9
add w10, w10, #1
str w10, [sp, #24]
ldr w8, [x8, x9, lsl #2]
ldr x9, [sp, #56]
ldrsw x10, [sp, #16]
mov x11, x10
add w11, w11, #1
str w11, [sp, #16]
str w8, [x9, x10, lsl #2]
b LBB0_1
LBB0_6: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #48]
ldrsw x9, [sp, #24]
ldr w8, [x8, x9, lsl #2]
ldr x9, [sp, #32]
ldrsw x10, [sp, #20]
ldr w9, [x9, x10, lsl #2]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_8
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #48]
ldrsw x9, [sp, #24]
mov x10, x9
add w10, w10, #1
str w10, [sp, #24]
ldr w8, [x8, x9, lsl #2]
str w8, [sp, #12] ; 4-byte Folded Spill
b LBB0_9
LBB0_8: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #32]
ldrsw x9, [sp, #20]
mov x10, x9
add w10, w10, #1
str w10, [sp, #20]
ldr w8, [x8, x9, lsl #2]
str w8, [sp, #12] ; 4-byte Folded Spill
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #12] ; 4-byte Folded Reload
ldr x9, [sp, #56]
ldrsw x10, [sp, #16]
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB0_1
LBB0_10:
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _abstractInplaceMerge ; -- Begin function abstractInplaceMerge
.p2align 2
_abstractInplaceMerge: ; @abstractInplaceMerge
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur w1, [x29, #-12]
stur w2, [x29, #-16]
stur w3, [x29, #-20]
ldur w8, [x29, #-20]
add w9, w8, #1
; implicit-def: $x8
mov x8, x9
sxtw x9, w8
mov x8, #4
mul x0, x8, x9
bl _malloc
str x0, [sp, #16]
ldur w8, [x29, #-16]
add w8, w8, #1
str w8, [sp, #12]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #12]
ldur w9, [x29, #-12]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB1_3
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldur x8, [x29, #-8]
ldrsw x9, [sp, #12]
add x8, x8, x9, lsl #2
ldur w8, [x8, #-4]
ldr x9, [sp, #16]
ldrsw x10, [sp, #12]
add x9, x9, x10, lsl #2
stur w8, [x9, #-4]
ldr w8, [sp, #12]
subs w8, w8, #1
str w8, [sp, #12]
b LBB1_1
LBB1_3:
ldur w8, [x29, #-16]
str w8, [sp, #8]
b LBB1_4
LBB1_4: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #8]
ldur w9, [x29, #-20]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_6
b LBB1_5
LBB1_5: ; in Loop: Header=BB1_4 Depth=1
ldur x8, [x29, #-8]
ldrsw x9, [sp, #8]
add x8, x8, x9, lsl #2
ldr w8, [x8, #4]
ldr x9, [sp, #16]
ldursw x10, [x29, #-20]
add x9, x9, x10, lsl #2
ldursw x10, [x29, #-16]
add x9, x9, x10, lsl #2
ldrsw x11, [sp, #8]
mov x10, #0
subs x10, x10, x11
str w8, [x9, x10, lsl #2]
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB1_4
LBB1_6:
ldur w8, [x29, #-12]
str w8, [sp, #4]
b LBB1_7
LBB1_7: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #4]
ldur w9, [x29, #-20]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB1_12
b LBB1_8
LBB1_8: ; in Loop: Header=BB1_7 Depth=1
ldr x8, [sp, #16]
ldrsw x9, [sp, #8]
ldr w8, [x8, x9, lsl #2]
ldr x9, [sp, #16]
ldrsw x10, [sp, #12]
ldr w9, [x9, x10, lsl #2]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_10
b LBB1_9
LBB1_9: ; in Loop: Header=BB1_7 Depth=1
ldr x8, [sp, #16]
ldrsw x9, [sp, #8]
mov x10, x9
subs w10, w10, #1
str w10, [sp, #8]
ldr w8, [x8, x9, lsl #2]
ldur x9, [x29, #-8]
ldrsw x10, [sp, #4]
str w8, [x9, x10, lsl #2]
b LBB1_11
LBB1_10: ; in Loop: Header=BB1_7 Depth=1
ldr x8, [sp, #16]
ldrsw x9, [sp, #12]
mov x10, x9
add w10, w10, #1
str w10, [sp, #12]
ldr w8, [x8, x9, lsl #2]
ldur x9, [x29, #-8]
ldrsw x10, [sp, #4]
str w8, [x9, x10, lsl #2]
b LBB1_11
LBB1_11: ; in Loop: Header=BB1_7 Depth=1
ldr w8, [sp, #4]
add w8, w8, #1
str w8, [sp, #4]
b LBB1_7
LBB1_12:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _twowayMerge ## -- Begin function twowayMerge
.p2align 4, 0x90
_twowayMerge: ## @twowayMerge
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movl %edx, -20(%rbp)
movq %rcx, -32(%rbp)
movl %r8d, -36(%rbp)
movl $0, -40(%rbp)
movl $0, -44(%rbp)
movl $0, -48(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -48(%rbp), %eax
movl -20(%rbp), %ecx
addl -36(%rbp), %ecx
cmpl %ecx, %eax
jge LBB0_10
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl -40(%rbp), %eax
cmpl -20(%rbp), %eax
jne LBB0_4
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movq -32(%rbp), %rax
movl -44(%rbp), %ecx
movl %ecx, %edx
addl $1, %edx
movl %edx, -44(%rbp)
movslq %ecx, %rcx
movl (%rax,%rcx,4), %edx
movq -8(%rbp), %rax
movl -48(%rbp), %ecx
movl %ecx, %esi
addl $1, %esi
movl %esi, -48(%rbp)
movslq %ecx, %rcx
movl %edx, (%rax,%rcx,4)
jmp LBB0_1
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
movl -44(%rbp), %eax
cmpl -36(%rbp), %eax
jne LBB0_6
## %bb.5: ## in Loop: Header=BB0_1 Depth=1
movq -16(%rbp), %rax
movl -40(%rbp), %ecx
movl %ecx, %edx
addl $1, %edx
movl %edx, -40(%rbp)
movslq %ecx, %rcx
movl (%rax,%rcx,4), %edx
movq -8(%rbp), %rax
movl -48(%rbp), %ecx
movl %ecx, %esi
addl $1, %esi
movl %esi, -48(%rbp)
movslq %ecx, %rcx
movl %edx, (%rax,%rcx,4)
jmp LBB0_1
LBB0_6: ## in Loop: Header=BB0_1 Depth=1
movq -16(%rbp), %rax
movslq -40(%rbp), %rcx
movl (%rax,%rcx,4), %eax
movq -32(%rbp), %rcx
movslq -44(%rbp), %rdx
cmpl (%rcx,%rdx,4), %eax
jge LBB0_8
## %bb.7: ## in Loop: Header=BB0_1 Depth=1
movq -16(%rbp), %rax
movl -40(%rbp), %ecx
movl %ecx, %edx
addl $1, %edx
movl %edx, -40(%rbp)
movslq %ecx, %rcx
movl (%rax,%rcx,4), %eax
movl %eax, -52(%rbp) ## 4-byte Spill
jmp LBB0_9
LBB0_8: ## in Loop: Header=BB0_1 Depth=1
movq -32(%rbp), %rax
movl -44(%rbp), %ecx
movl %ecx, %edx
addl $1, %edx
movl %edx, -44(%rbp)
movslq %ecx, %rcx
movl (%rax,%rcx,4), %eax
movl %eax, -52(%rbp) ## 4-byte Spill
LBB0_9: ## in Loop: Header=BB0_1 Depth=1
movl -52(%rbp), %edx ## 4-byte Reload
movq -8(%rbp), %rax
movslq -48(%rbp), %rcx
movl %edx, (%rax,%rcx,4)
movl -48(%rbp), %eax
addl $1, %eax
movl %eax, -48(%rbp)
jmp LBB0_1
LBB0_10:
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _abstractInplaceMerge ## -- Begin function abstractInplaceMerge
.p2align 4, 0x90
_abstractInplaceMerge: ## @abstractInplaceMerge
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movl %edx, -16(%rbp)
movl %ecx, -20(%rbp)
movl -20(%rbp), %eax
addl $1, %eax
movslq %eax, %rdi
shlq $2, %rdi
callq _malloc
movq %rax, -32(%rbp)
movl -16(%rbp), %eax
addl $1, %eax
movl %eax, -36(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
movl -36(%rbp), %eax
cmpl -12(%rbp), %eax
jle LBB1_3
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movq -8(%rbp), %rax
movslq -36(%rbp), %rcx
movl -4(%rax,%rcx,4), %edx
movq -32(%rbp), %rax
movslq -36(%rbp), %rcx
movl %edx, -4(%rax,%rcx,4)
movl -36(%rbp), %eax
addl $-1, %eax
movl %eax, -36(%rbp)
jmp LBB1_1
LBB1_3:
movl -16(%rbp), %eax
movl %eax, -40(%rbp)
LBB1_4: ## =>This Inner Loop Header: Depth=1
movl -40(%rbp), %eax
cmpl -20(%rbp), %eax
jge LBB1_6
## %bb.5: ## in Loop: Header=BB1_4 Depth=1
movq -8(%rbp), %rax
movslq -40(%rbp), %rcx
movl 4(%rax,%rcx,4), %edx
movq -32(%rbp), %rax
movslq -20(%rbp), %rcx
shlq $2, %rcx
addq %rcx, %rax
movslq -16(%rbp), %rcx
shlq $2, %rcx
addq %rcx, %rax
movslq -40(%rbp), %rsi
xorl %ecx, %ecx
## kill: def $rcx killed $ecx
subq %rsi, %rcx
movl %edx, (%rax,%rcx,4)
movl -40(%rbp), %eax
addl $1, %eax
movl %eax, -40(%rbp)
jmp LBB1_4
LBB1_6:
movl -12(%rbp), %eax
movl %eax, -44(%rbp)
LBB1_7: ## =>This Inner Loop Header: Depth=1
movl -44(%rbp), %eax
cmpl -20(%rbp), %eax
jg LBB1_12
## %bb.8: ## in Loop: Header=BB1_7 Depth=1
movq -32(%rbp), %rax
movslq -40(%rbp), %rcx
movl (%rax,%rcx,4), %eax
movq -32(%rbp), %rcx
movslq -36(%rbp), %rdx
cmpl (%rcx,%rdx,4), %eax
jge LBB1_10
## %bb.9: ## in Loop: Header=BB1_7 Depth=1
movq -32(%rbp), %rax
movl -40(%rbp), %ecx
movl %ecx, %edx
addl $-1, %edx
movl %edx, -40(%rbp)
movslq %ecx, %rcx
movl (%rax,%rcx,4), %edx
movq -8(%rbp), %rax
movslq -44(%rbp), %rcx
movl %edx, (%rax,%rcx,4)
jmp LBB1_11
LBB1_10: ## in Loop: Header=BB1_7 Depth=1
movq -32(%rbp), %rax
movl -36(%rbp), %ecx
movl %ecx, %edx
addl $1, %edx
movl %edx, -36(%rbp)
movslq %ecx, %rcx
movl (%rax,%rcx,4), %edx
movq -8(%rbp), %rax
movslq -44(%rbp), %rcx
movl %edx, (%rax,%rcx,4)
LBB1_11: ## in Loop: Header=BB1_7 Depth=1
movl -44(%rbp), %eax
addl $1, %eax
movl %eax, -44(%rbp)
jmp LBB1_7
LBB1_12:
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/73574255.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
str wzr, [sp, #16]
mov w8, #1
str w8, [sp, #12]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #8
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
ldur w8, [x29, #-8]
stur w8, [x29, #-12]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-8]
mov w9, #10
sdiv w10, w8, w9
mul w10, w10, w9
subs w8, w8, w10
str w8, [sp, #8]
ldr w8, [sp, #16]
ldr w10, [sp, #8]
ldr w11, [sp, #12]
mul w10, w10, w11
add w8, w8, w10
str w8, [sp, #16]
ldur w8, [x29, #-8]
sdiv w8, w8, w9
stur w8, [x29, #-8]
ldr w8, [sp, #12]
lsl w8, w8, #1
str w8, [sp, #12]
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-8]
subs w8, w8, #0
cset w8, gt
tbnz w8, #0, LBB0_1
b LBB0_3
LBB0_3:
ldur w9, [x29, #-12]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldr w9, [sp, #16]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
mov w0, #0
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Enter a binary number :\n"
l_.str.1: ; @.str.1
.asciz " %d"
l_.str.2: ; @.str.2
.asciz "The binary number is %d \n"
l_.str.3: ; @.str.3
.asciz "The decimal number is %d \n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
movl $0, -16(%rbp)
movl $1, -20(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -8(%rbp), %rsi
movb $0, %al
callq _scanf
movl -8(%rbp), %eax
movl %eax, -12(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -8(%rbp), %eax
movl $10, %ecx
cltd
idivl %ecx
movl %edx, -24(%rbp)
movl -16(%rbp), %eax
movl -24(%rbp), %ecx
imull -20(%rbp), %ecx
addl %ecx, %eax
movl %eax, -16(%rbp)
movl -8(%rbp), %eax
movl $10, %ecx
cltd
idivl %ecx
movl %eax, -8(%rbp)
movl -20(%rbp), %eax
shll $1, %eax
movl %eax, -20(%rbp)
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
cmpl $0, -8(%rbp)
jg LBB0_1
## %bb.3:
movl -12(%rbp), %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movl -16(%rbp), %esi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Enter a binary number :\n"
L_.str.1: ## @.str.1
.asciz " %d"
L_.str.2: ## @.str.2
.asciz "The binary number is %d \n"
L_.str.3: ## @.str.3
.asciz "The decimal number is %d \n"
.subsections_via_symbols
| the_stack_data/92327317.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/51701449.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _foo ; -- Begin function foo
.p2align 2
_foo: ; @foo
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
ldr x8, [sp, #8]
mov w0, #2
adrp x1, _hellostr@PAGE
add x1, x1, _hellostr@PAGEOFF
mov x2, #15
blr x8
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #0
str w8, [sp, #8] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
adrp x0, _write@GOTPAGE
ldr x0, [x0, _write@GOTPAGEOFF]
bl _foo
ldr w0, [sp, #8] ; 4-byte Folded Reload
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __DATA,__data
.globl _hellostr ; @hellostr
_hellostr:
.asciz "Hello, world!\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _foo ## -- Begin function foo
.p2align 4, 0x90
_foo: ## @foo
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movl $2, %edi
leaq _hellostr(%rip), %rsi
movl $15, %edx
callq *-8(%rbp)
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
movq _write@GOTPCREL(%rip), %rdi
callq _foo
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __DATA,__data
.globl _hellostr ## @hellostr
_hellostr:
.asciz "Hello, world!\n"
.subsections_via_symbols
| the_stack_data/232954713.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _compute ; -- Begin function compute
.p2align 2
_compute: ; @compute
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str wzr, [sp, #12]
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_3 Depth 2
; Child Loop BB0_5 Depth 3
ldr w8, [sp, #12]
subs w8, w8, #2
cset w8, ge
tbnz w8, #0, LBB0_12
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
str wzr, [sp, #8]
b LBB0_3
LBB0_3: ; Parent Loop BB0_1 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB0_5 Depth 3
ldr w8, [sp, #8]
subs w8, w8, #2
cset w8, ge
tbnz w8, #0, LBB0_10
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=2
str wzr, [sp, #4]
b LBB0_5
LBB0_5: ; Parent Loop BB0_1 Depth=1
; Parent Loop BB0_3 Depth=2
; => This Inner Loop Header: Depth=3
ldr w8, [sp, #4]
subs w8, w8, #2
cset w8, ge
tbnz w8, #0, LBB0_8
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_5 Depth=3
ldrsw x9, [sp, #12]
adrp x8, _a@GOTPAGE
ldr x8, [x8, _a@GOTPAGEOFF]
add x8, x8, x9, lsl #4
ldrsw x9, [sp, #4]
ldr d0, [x8, x9, lsl #3]
ldrsw x9, [sp, #4]
adrp x8, _b@GOTPAGE
ldr x8, [x8, _b@GOTPAGEOFF]
add x8, x8, x9, lsl #4
ldrsw x9, [sp, #8]
ldr d1, [x8, x9, lsl #3]
ldrsw x9, [sp, #12]
adrp x8, _c@GOTPAGE
ldr x8, [x8, _c@GOTPAGEOFF]
add x8, x8, x9, lsl #4
ldrsw x9, [sp, #8]
add x8, x8, x9, lsl #3
ldr d2, [x8]
fmadd d0, d0, d1, d2
str d0, [x8]
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_5 Depth=3
ldr w8, [sp, #4]
add w8, w8, #1
str w8, [sp, #4]
b LBB0_5
LBB0_8: ; in Loop: Header=BB0_3 Depth=2
b LBB0_9
LBB0_9: ; in Loop: Header=BB0_3 Depth=2
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB0_3
LBB0_10: ; in Loop: Header=BB0_1 Depth=1
b LBB0_11
LBB0_11: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB0_1
LBB0_12:
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _c@GOTPAGE
ldr x8, [x8, _c@GOTPAGEOFF]
str x8, [sp, #16] ; 8-byte Folded Spill
stur wzr, [x29, #-4]
stur w0, [x29, #-8]
stur x1, [x29, #-16]
stur wzr, [x29, #-20]
b LBB1_1
LBB1_1: ; =>This Loop Header: Depth=1
; Child Loop BB1_3 Depth 2
ldur w8, [x29, #-20]
subs w8, w8, #2
cset w8, ge
tbnz w8, #0, LBB1_8
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
str wzr, [sp, #24]
b LBB1_3
LBB1_3: ; Parent Loop BB1_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #24]
subs w8, w8, #2
cset w8, ge
tbnz w8, #0, LBB1_6
b LBB1_4
LBB1_4: ; in Loop: Header=BB1_3 Depth=2
ldur w8, [x29, #-20]
ldr w9, [sp, #24]
add w8, w8, w9
scvtf d0, w8
ldursw x9, [x29, #-20]
adrp x8, _a@GOTPAGE
ldr x8, [x8, _a@GOTPAGEOFF]
add x8, x8, x9, lsl #4
ldrsw x9, [sp, #24]
str d0, [x8, x9, lsl #3]
ldur w8, [x29, #-20]
ldr w9, [sp, #24]
subs w8, w8, w9
scvtf d0, w8
ldursw x9, [x29, #-20]
adrp x8, _b@GOTPAGE
ldr x8, [x8, _b@GOTPAGEOFF]
add x8, x8, x9, lsl #4
ldrsw x9, [sp, #24]
str d0, [x8, x9, lsl #3]
ldursw x9, [x29, #-20]
adrp x8, _c@GOTPAGE
ldr x8, [x8, _c@GOTPAGEOFF]
add x8, x8, x9, lsl #4
ldrsw x9, [sp, #24]
movi d0, #0000000000000000
str d0, [x8, x9, lsl #3]
b LBB1_5
LBB1_5: ; in Loop: Header=BB1_3 Depth=2
ldr w8, [sp, #24]
add w8, w8, #1
str w8, [sp, #24]
b LBB1_3
LBB1_6: ; in Loop: Header=BB1_1 Depth=1
b LBB1_7
LBB1_7: ; in Loop: Header=BB1_1 Depth=1
ldur w8, [x29, #-20]
add w8, w8, #1
stur w8, [x29, #-20]
b LBB1_1
LBB1_8:
bl _compute
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr d0, [x8, #24]
mov x8, sp
str d0, [x8]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov w0, #0
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.comm _a,32,3 ; @a
.comm _b,32,3 ; @b
.comm _c,32,3 ; @c
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%.1lf\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _compute ## -- Begin function compute
.p2align 4, 0x90
_compute: ## @compute
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $0, -4(%rbp)
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_3 Depth 2
## Child Loop BB0_5 Depth 3
cmpl $2, -4(%rbp)
jge LBB0_12
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl $0, -8(%rbp)
LBB0_3: ## Parent Loop BB0_1 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB0_5 Depth 3
cmpl $2, -8(%rbp)
jge LBB0_10
## %bb.4: ## in Loop: Header=BB0_3 Depth=2
movl $0, -12(%rbp)
LBB0_5: ## Parent Loop BB0_1 Depth=1
## Parent Loop BB0_3 Depth=2
## => This Inner Loop Header: Depth=3
cmpl $2, -12(%rbp)
jge LBB0_8
## %bb.6: ## in Loop: Header=BB0_5 Depth=3
movslq -4(%rbp), %rcx
movq _a@GOTPCREL(%rip), %rax
shlq $4, %rcx
addq %rcx, %rax
movslq -12(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm0 ## xmm0 = mem[0],zero
movslq -12(%rbp), %rcx
movq _b@GOTPCREL(%rip), %rax
shlq $4, %rcx
addq %rcx, %rax
movslq -8(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm2 ## xmm2 = mem[0],zero
movslq -4(%rbp), %rcx
movq _c@GOTPCREL(%rip), %rax
shlq $4, %rcx
addq %rcx, %rax
movslq -8(%rbp), %rcx
movsd (%rax,%rcx,8), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm2, %xmm0
addsd %xmm1, %xmm0
movsd %xmm0, (%rax,%rcx,8)
## %bb.7: ## in Loop: Header=BB0_5 Depth=3
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB0_5
LBB0_8: ## in Loop: Header=BB0_3 Depth=2
jmp LBB0_9
LBB0_9: ## in Loop: Header=BB0_3 Depth=2
movl -8(%rbp), %eax
addl $1, %eax
movl %eax, -8(%rbp)
jmp LBB0_3
LBB0_10: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_11
LBB0_11: ## in Loop: Header=BB0_1 Depth=1
movl -4(%rbp), %eax
addl $1, %eax
movl %eax, -4(%rbp)
jmp LBB0_1
LBB0_12:
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
movl %edi, -8(%rbp)
movq %rsi, -16(%rbp)
movl $0, -20(%rbp)
LBB1_1: ## =>This Loop Header: Depth=1
## Child Loop BB1_3 Depth 2
cmpl $2, -20(%rbp)
jge LBB1_8
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movl $0, -24(%rbp)
LBB1_3: ## Parent Loop BB1_1 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $2, -24(%rbp)
jge LBB1_6
## %bb.4: ## in Loop: Header=BB1_3 Depth=2
movl -20(%rbp), %eax
addl -24(%rbp), %eax
cvtsi2sd %eax, %xmm0
movslq -20(%rbp), %rcx
movq _a@GOTPCREL(%rip), %rax
shlq $4, %rcx
addq %rcx, %rax
movslq -24(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
movl -20(%rbp), %eax
subl -24(%rbp), %eax
cvtsi2sd %eax, %xmm0
movslq -20(%rbp), %rcx
movq _b@GOTPCREL(%rip), %rax
shlq $4, %rcx
addq %rcx, %rax
movslq -24(%rbp), %rcx
movsd %xmm0, (%rax,%rcx,8)
movslq -20(%rbp), %rcx
movq _c@GOTPCREL(%rip), %rax
shlq $4, %rcx
addq %rcx, %rax
movslq -24(%rbp), %rcx
xorps %xmm0, %xmm0
movsd %xmm0, (%rax,%rcx,8)
## %bb.5: ## in Loop: Header=BB1_3 Depth=2
movl -24(%rbp), %eax
addl $1, %eax
movl %eax, -24(%rbp)
jmp LBB1_3
LBB1_6: ## in Loop: Header=BB1_1 Depth=1
jmp LBB1_7
LBB1_7: ## in Loop: Header=BB1_1 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB1_1
LBB1_8:
callq _compute
movq _c@GOTPCREL(%rip), %rax
movsd 24(%rax), %xmm0 ## xmm0 = mem[0],zero
leaq L_.str(%rip), %rdi
movb $1, %al
callq _printf
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.comm _a,32,4 ## @a
.comm _b,32,4 ## @b
.comm _c,32,4 ## @c
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%.1lf\n"
.subsections_via_symbols
| the_stack_data/154831647.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
mov w8, #1
str w8, [sp, #24] ; 4-byte Folded Spill
stur w8, [x29, #-20]
mov x9, sp
sub x8, x29, #8
str x8, [x9]
sub x8, x29, #12
str x8, [x9, #8]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
ldr w8, [sp, #24] ; 4-byte Folded Reload
stur w8, [x29, #-16]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-16]
ldur w9, [x29, #-12]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-20]
ldur w9, [x29, #-8]
mul w8, w8, w9
ldur w9, [x29, #-16]
sdiv w8, w8, w9
stur w8, [x29, #-20]
ldur w8, [x29, #-8]
subs w8, w8, #1
stur w8, [x29, #-8]
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-16]
add w8, w8, #1
stur w8, [x29, #-16]
b LBB0_1
LBB0_4:
ldur w9, [x29, #-20]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
mov w0, #0
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d %d"
l_.str.1: ; @.str.1
.asciz "%d"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
movl $1, -20(%rbp)
leaq L_.str(%rip), %rdi
leaq -8(%rbp), %rsi
leaq -12(%rbp), %rdx
movb $0, %al
callq _scanf
movl $1, -16(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -16(%rbp), %eax
cmpl -12(%rbp), %eax
jg LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl -20(%rbp), %eax
imull -8(%rbp), %eax
cltd
idivl -16(%rbp)
movl %eax, -20(%rbp)
movl -8(%rbp), %eax
addl $-1, %eax
movl %eax, -8(%rbp)
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -16(%rbp), %eax
addl $1, %eax
movl %eax, -16(%rbp)
jmp LBB0_1
LBB0_4:
movl -20(%rbp), %esi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d %d"
L_.str.1: ## @.str.1
.asciz "%d"
.subsections_via_symbols
| the_stack_data/211081483.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _foo ; -- Begin function foo
.p2align 2
_foo: ; @foo
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #8]
ldr w8, [sp, #8]
subs w8, w8, #0
cset w8, ge
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
mov w8, #-1
str w8, [sp, #12]
b LBB0_5
LBB0_2:
ldr w8, [sp, #8]
subs w8, w8, #100
cset w8, le
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
str wzr, [sp, #12]
b LBB0_5
LBB0_4:
ldr w8, [sp, #8]
lsl w8, w8, #1
add w8, w8, #1
str w8, [sp, #12]
b LBB0_5
LBB0_5:
ldr w0, [sp, #12]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
stur w0, [x29, #-8]
stur x1, [x29, #-16]
ldur w8, [x29, #-8]
subs w8, w8, #2
cset w8, ge
tbnz w8, #0, LBB1_2
b LBB1_1
LBB1_1:
stur wzr, [x29, #-4]
b LBB1_5
LBB1_2:
ldur x8, [x29, #-16]
ldr x0, [x8, #8]
adrp x1, l_.str@PAGE
add x1, x1, l_.str@PAGEOFF
bl _fopen
str x0, [sp, #16]
ldr x8, [sp, #16]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB1_4
b LBB1_3
LBB1_3:
stur wzr, [x29, #-4]
b LBB1_5
LBB1_4:
ldr x0, [sp, #16]
mov x9, sp
sub x8, x29, #20
str x8, [x9]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
bl _fscanf
ldr x0, [sp, #16]
bl _fclose
ldur w0, [x29, #-20]
bl _foo
mov x9, sp
; implicit-def: $x8
mov x8, x0
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
stur wzr, [x29, #-4]
b LBB1_5
LBB1_5:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "r"
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "%d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _foo ## -- Begin function foo
.p2align 4, 0x90
_foo: ## @foo
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -8(%rbp)
cmpl $0, -8(%rbp)
jge LBB0_2
## %bb.1:
movl $-1, -4(%rbp)
jmp LBB0_5
LBB0_2:
cmpl $100, -8(%rbp)
jle LBB0_4
## %bb.3:
movl $0, -4(%rbp)
jmp LBB0_5
LBB0_4:
movl -8(%rbp), %eax
shll $1, %eax
addl $1, %eax
movl %eax, -4(%rbp)
LBB0_5:
movl -4(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
movl %edi, -8(%rbp)
movq %rsi, -16(%rbp)
cmpl $2, -8(%rbp)
jge LBB1_2
## %bb.1:
movl $0, -4(%rbp)
jmp LBB1_5
LBB1_2:
movq -16(%rbp), %rax
movq 8(%rax), %rdi
leaq L_.str(%rip), %rsi
callq _fopen
movq %rax, -32(%rbp)
cmpq $0, -32(%rbp)
jne LBB1_4
## %bb.3:
movl $0, -4(%rbp)
jmp LBB1_5
LBB1_4:
movq -32(%rbp), %rdi
leaq L_.str.1(%rip), %rsi
leaq -20(%rbp), %rdx
movb $0, %al
callq _fscanf
movq -32(%rbp), %rdi
callq _fclose
movl -20(%rbp), %edi
callq _foo
movl %eax, %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -4(%rbp)
LBB1_5:
movl -4(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "r"
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "%d\n"
.subsections_via_symbols
| the_stack_data/93886513.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #0
str w8, [sp, #8] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
ldr w0, [sp, #8] ; 4-byte Folded Reload
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Hello World!\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Hello World!\n"
.subsections_via_symbols
| the_stack_data/100960.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _foo ; -- Begin function foo
.p2align 2
_foo: ; @foo
.cfi_startproc
; %bb.0:
mov w0, #3
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
str wzr, [sp, #8]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #8]
subs w8, w8, #10
cset w8, ge
tbnz w8, #0, LBB1_4
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
b LBB1_3
LBB1_3: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB1_1
LBB1_4:
mov w0, #0
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "hi\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _foo ## -- Begin function foo
.p2align 4, 0x90
_foo: ## @foo
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $3, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
movl $0, -8(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
cmpl $10, -8(%rbp)
jge LBB1_4
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
## %bb.3: ## in Loop: Header=BB1_1 Depth=1
movl -8(%rbp), %eax
addl $1, %eax
movl %eax, -8(%rbp)
jmp LBB1_1
LBB1_4:
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "hi\n"
.subsections_via_symbols
| the_stack_data/560882.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str wzr, [sp, #28]
str wzr, [sp, #24]
mov w8, #5
str w8, [sp, #20]
mov w8, #3
str w8, [sp, #16]
ldr w8, [sp, #24]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
ldr w8, [sp, #20]
str w8, [sp, #12] ; 4-byte Folded Spill
b LBB0_3
LBB0_2:
mov w8, #56
str w8, [sp, #12] ; 4-byte Folded Spill
b LBB0_3
LBB0_3:
ldr w9, [sp, #12] ; 4-byte Folded Reload
ldr w8, [sp, #16]
add w8, w8, w9
str w8, [sp, #16]
ldr w0, [sp, #16]
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $0, -4(%rbp)
movl $0, -8(%rbp)
movl $5, -12(%rbp)
movl $3, -16(%rbp)
cmpl $0, -8(%rbp)
je LBB0_2
## %bb.1:
movl -12(%rbp), %eax
movl %eax, -20(%rbp) ## 4-byte Spill
jmp LBB0_3
LBB0_2:
movl $56, %eax
movl %eax, -20(%rbp) ## 4-byte Spill
jmp LBB0_3
LBB0_3:
movl -20(%rbp), %eax ## 4-byte Reload
addl -16(%rbp), %eax
movl %eax, -16(%rbp)
movl -16(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/60693.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
sub sp, sp, #1024
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str wzr, [sp, #12]
str wzr, [sp, #8]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
add x0, sp, #16
mov w1, #1000
bl _my_getline
subs w8, w0, #0
cset w8, le
tbnz w8, #0, LBB0_5
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
add x0, sp, #16
adrp x1, _pattern@PAGE
add x1, x1, _pattern@PAGEOFF
bl _strindex
subs w8, w0, #0
cset w8, lt
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
mov x9, sp
add x8, sp, #16
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_1 Depth=1
b LBB0_1
LBB0_5:
ldr w9, [sp, #8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_7
b LBB0_6
LBB0_6:
bl ___stack_chk_fail
LBB0_7:
mov w0, #0
add sp, sp, #1024
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _my_getline ; -- Begin function my_getline
.p2align 2
_my_getline: ; @my_getline
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur w1, [x29, #-12]
str wzr, [sp, #12]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-12]
subs w8, w8, #1
stur w8, [x29, #-12]
subs w8, w8, #0
cset w8, le
mov w9, #0
str w9, [sp, #8] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_4
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
bl _getchar
str w0, [sp, #16]
adds w8, w0, #1
cset w8, eq
mov w9, #0
str w9, [sp, #8] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_4
b LBB1_3
LBB1_3: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #16]
subs w8, w8, #10
cset w8, ne
str w8, [sp, #8] ; 4-byte Folded Spill
b LBB1_4
LBB1_4: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #8] ; 4-byte Folded Reload
tbz w8, #0, LBB1_6
b LBB1_5
LBB1_5: ; in Loop: Header=BB1_1 Depth=1
ldr w8, [sp, #16]
ldur x9, [x29, #-8]
ldrsw x10, [sp, #12]
mov x11, x10
add w11, w11, #1
str w11, [sp, #12]
strb w8, [x9, x10]
b LBB1_1
LBB1_6:
ldr w8, [sp, #16]
subs w8, w8, #10
cset w8, ne
tbnz w8, #0, LBB1_8
b LBB1_7
LBB1_7:
ldr w8, [sp, #16]
ldur x9, [x29, #-8]
ldrsw x10, [sp, #12]
mov x11, x10
add w11, w11, #1
str w11, [sp, #12]
strb w8, [x9, x10]
b LBB1_8
LBB1_8:
ldur x8, [x29, #-8]
ldrsw x9, [sp, #12]
add x8, x8, x9
strb wzr, [x8]
ldr w0, [sp, #12]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _strindex ; -- Begin function strindex
.p2align 2
_strindex: ; @strindex
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
str x0, [sp, #32]
str x1, [sp, #24]
str wzr, [sp, #20]
b LBB2_1
LBB2_1: ; =>This Loop Header: Depth=1
; Child Loop BB2_3 Depth 2
ldr x8, [sp, #32]
ldrsw x9, [sp, #20]
ldrsb w8, [x8, x9]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB2_13
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
ldr w8, [sp, #20]
str w8, [sp, #16]
str wzr, [sp, #12]
b LBB2_3
LBB2_3: ; Parent Loop BB2_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [sp, #24]
ldrsw x9, [sp, #12]
ldrsb w8, [x8, x9]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #8] ; 4-byte Folded Spill
tbnz w8, #0, LBB2_5
b LBB2_4
LBB2_4: ; in Loop: Header=BB2_3 Depth=2
ldr x8, [sp, #32]
ldrsw x9, [sp, #16]
ldrsb w8, [x8, x9]
ldr x9, [sp, #24]
ldrsw x10, [sp, #12]
ldrsb w9, [x9, x10]
subs w8, w8, w9
cset w8, eq
str w8, [sp, #8] ; 4-byte Folded Spill
b LBB2_5
LBB2_5: ; in Loop: Header=BB2_3 Depth=2
ldr w8, [sp, #8] ; 4-byte Folded Reload
tbz w8, #0, LBB2_8
b LBB2_6
LBB2_6: ; in Loop: Header=BB2_3 Depth=2
b LBB2_7
LBB2_7: ; in Loop: Header=BB2_3 Depth=2
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB2_3
LBB2_8: ; in Loop: Header=BB2_1 Depth=1
ldr w8, [sp, #12]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB2_11
b LBB2_9
LBB2_9: ; in Loop: Header=BB2_1 Depth=1
ldr x8, [sp, #24]
ldrsw x9, [sp, #12]
ldrsb w8, [x8, x9]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB2_11
b LBB2_10
LBB2_10:
ldr w8, [sp, #20]
str w8, [sp, #44]
b LBB2_14
LBB2_11: ; in Loop: Header=BB2_1 Depth=1
b LBB2_12
LBB2_12: ; in Loop: Header=BB2_1 Depth=1
ldr w8, [sp, #20]
add w8, w8, #1
str w8, [sp, #20]
b LBB2_1
LBB2_13:
mov w8, #-1
str w8, [sp, #44]
b LBB2_14
LBB2_14:
ldr w0, [sp, #44]
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __DATA,__data
.globl _pattern ; @pattern
_pattern:
.asciz "ould"
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%s"
l_.str.1: ; @.str.1
.asciz "found %d times."
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $1024, %rsp ## imm = 0x400
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -1012(%rbp)
movl $0, -1016(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
leaq -1008(%rbp), %rdi
movl $1000, %esi ## imm = 0x3E8
callq _my_getline
cmpl $0, %eax
jle LBB0_5
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
leaq -1008(%rbp), %rdi
leaq _pattern(%rip), %rsi
callq _strindex
cmpl $0, %eax
jl LBB0_4
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
leaq -1008(%rbp), %rsi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
movl -1016(%rbp), %eax
addl $1, %eax
movl %eax, -1016(%rbp)
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_1
LBB0_5:
movl -1016(%rbp), %esi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_7
## %bb.6:
xorl %eax, %eax
addq $1024, %rsp ## imm = 0x400
popq %rbp
retq
LBB0_7:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _my_getline ## -- Begin function my_getline
.p2align 4, 0x90
_my_getline: ## @my_getline
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movl $0, -20(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
movl -12(%rbp), %ecx
addl $-1, %ecx
movl %ecx, -12(%rbp)
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, %ecx
movb %al, -21(%rbp) ## 1-byte Spill
jle LBB1_4
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
callq _getchar
movl %eax, %ecx
movl %ecx, -16(%rbp)
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $-1, %ecx
movb %al, -21(%rbp) ## 1-byte Spill
je LBB1_4
## %bb.3: ## in Loop: Header=BB1_1 Depth=1
cmpl $10, -16(%rbp)
setne %al
movb %al, -21(%rbp) ## 1-byte Spill
LBB1_4: ## in Loop: Header=BB1_1 Depth=1
movb -21(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB1_5
jmp LBB1_6
LBB1_5: ## in Loop: Header=BB1_1 Depth=1
movl -16(%rbp), %eax
movb %al, %dl
movq -8(%rbp), %rax
movl -20(%rbp), %ecx
movl %ecx, %esi
addl $1, %esi
movl %esi, -20(%rbp)
movslq %ecx, %rcx
movb %dl, (%rax,%rcx)
jmp LBB1_1
LBB1_6:
cmpl $10, -16(%rbp)
jne LBB1_8
## %bb.7:
movl -16(%rbp), %eax
movb %al, %dl
movq -8(%rbp), %rax
movl -20(%rbp), %ecx
movl %ecx, %esi
addl $1, %esi
movl %esi, -20(%rbp)
movslq %ecx, %rcx
movb %dl, (%rax,%rcx)
LBB1_8:
movq -8(%rbp), %rax
movslq -20(%rbp), %rcx
movb $0, (%rax,%rcx)
movl -20(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _strindex ## -- Begin function strindex
.p2align 4, 0x90
_strindex: ## @strindex
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -16(%rbp)
movq %rsi, -24(%rbp)
movl $0, -28(%rbp)
LBB2_1: ## =>This Loop Header: Depth=1
## Child Loop BB2_3 Depth 2
movq -16(%rbp), %rax
movslq -28(%rbp), %rcx
movsbl (%rax,%rcx), %eax
cmpl $0, %eax
je LBB2_13
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
movl -28(%rbp), %eax
movl %eax, -32(%rbp)
movl $0, -36(%rbp)
LBB2_3: ## Parent Loop BB2_1 Depth=1
## => This Inner Loop Header: Depth=2
movq -24(%rbp), %rax
movslq -36(%rbp), %rcx
movsbl (%rax,%rcx), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, %ecx
movb %al, -37(%rbp) ## 1-byte Spill
je LBB2_5
## %bb.4: ## in Loop: Header=BB2_3 Depth=2
movq -16(%rbp), %rax
movslq -32(%rbp), %rcx
movsbl (%rax,%rcx), %eax
movq -24(%rbp), %rcx
movslq -36(%rbp), %rdx
movsbl (%rcx,%rdx), %ecx
cmpl %ecx, %eax
sete %al
movb %al, -37(%rbp) ## 1-byte Spill
LBB2_5: ## in Loop: Header=BB2_3 Depth=2
movb -37(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB2_6
jmp LBB2_8
LBB2_6: ## in Loop: Header=BB2_3 Depth=2
jmp LBB2_7
LBB2_7: ## in Loop: Header=BB2_3 Depth=2
movl -32(%rbp), %eax
addl $1, %eax
movl %eax, -32(%rbp)
movl -36(%rbp), %eax
addl $1, %eax
movl %eax, -36(%rbp)
jmp LBB2_3
LBB2_8: ## in Loop: Header=BB2_1 Depth=1
cmpl $0, -36(%rbp)
jle LBB2_11
## %bb.9: ## in Loop: Header=BB2_1 Depth=1
movq -24(%rbp), %rax
movslq -36(%rbp), %rcx
movsbl (%rax,%rcx), %eax
cmpl $0, %eax
jne LBB2_11
## %bb.10:
movl -28(%rbp), %eax
movl %eax, -4(%rbp)
jmp LBB2_14
LBB2_11: ## in Loop: Header=BB2_1 Depth=1
jmp LBB2_12
LBB2_12: ## in Loop: Header=BB2_1 Depth=1
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
jmp LBB2_1
LBB2_13:
movl $-1, -4(%rbp)
LBB2_14:
movl -4(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __DATA,__data
.globl _pattern ## @pattern
_pattern:
.asciz "ould"
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%s"
L_.str.1: ## @.str.1
.asciz "found %d times."
.subsections_via_symbols
| the_stack_data/29826743.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _entry1 ; -- Begin function entry1
.p2align 2
_entry1: ; @entry1
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
str wzr, [sp, #12]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #12]
ldur w9, [x29, #-4]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
add x0, sp, #16
mov w8, #1
str w8, [sp, #16]
mov w8, #64
str w8, [sp, #20]
mov w8, #32
str w8, [sp, #24]
bl _bar
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB0_1
LBB0_4:
add x0, sp, #16
mov w8, #2
str w8, [sp, #24]
bl _bar
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function bar
_bar: ; @bar
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
ldr x0, [sp, #8]
bl _foo
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _entry2 ; -- Begin function entry2
.p2align 2
_entry2: ; @entry2
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
str wzr, [sp, #12]
b LBB2_1
LBB2_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #12]
ldur w9, [x29, #-4]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB2_4
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
add x0, sp, #16
mov w8, #6
str w8, [sp, #16]
mov w8, #64
str w8, [sp, #20]
mov w8, #32
str w8, [sp, #24]
bl _foo
b LBB2_3
LBB2_3: ; in Loop: Header=BB2_1 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB2_1
LBB2_4:
add x0, sp, #16
mov w8, #2
str w8, [sp, #24]
bl _foo
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function foo
_foo: ; @foo
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
ldur x8, [x29, #-8]
ldr w8, [x8, #8]
str w8, [sp, #16]
ldur x8, [x29, #-8]
ldr w8, [x8, #4]
str w8, [sp, #12]
ldur x8, [x29, #-8]
str x8, [sp]
stur wzr, [x29, #-12]
b LBB3_1
LBB3_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-12]
ldr w9, [sp, #16]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB3_4
b LBB3_2
LBB3_2: ; in Loop: Header=BB3_1 Depth=1
ldr w8, [sp, #12]
ldur w9, [x29, #-12]
add w0, w8, w9
ldr x1, [sp]
bl _blah
str x0, [sp]
b LBB3_3
LBB3_3: ; in Loop: Header=BB3_1 Depth=1
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
b LBB3_1
LBB3_4:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _entry1 ## -- Begin function entry1
.p2align 4, 0x90
_entry1: ## @entry1
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl %edi, -4(%rbp)
movl $0, -20(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -20(%rbp), %eax
cmpl -4(%rbp), %eax
jge LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl $1, -16(%rbp)
movl $64, -12(%rbp)
movl $32, -8(%rbp)
leaq -16(%rbp), %rdi
callq _bar
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB0_1
LBB0_4:
movl $2, -8(%rbp)
leaq -16(%rbp), %rdi
callq _bar
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function bar
_bar: ## @bar
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rdi
callq _foo
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _entry2 ## -- Begin function entry2
.p2align 4, 0x90
_entry2: ## @entry2
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl %edi, -4(%rbp)
movl $0, -20(%rbp)
LBB2_1: ## =>This Inner Loop Header: Depth=1
movl -20(%rbp), %eax
cmpl -4(%rbp), %eax
jge LBB2_4
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
movl $6, -16(%rbp)
movl $64, -12(%rbp)
movl $32, -8(%rbp)
leaq -16(%rbp), %rdi
callq _foo
## %bb.3: ## in Loop: Header=BB2_1 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB2_1
LBB2_4:
movl $2, -8(%rbp)
leaq -16(%rbp), %rdi
callq _foo
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function foo
_foo: ## @foo
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
movl 8(%rax), %eax
movl %eax, -16(%rbp)
movq -8(%rbp), %rax
movl 4(%rax), %eax
movl %eax, -20(%rbp)
movq -8(%rbp), %rax
movq %rax, -32(%rbp)
movl $0, -12(%rbp)
LBB3_1: ## =>This Inner Loop Header: Depth=1
movl -12(%rbp), %eax
cmpl -16(%rbp), %eax
jge LBB3_4
## %bb.2: ## in Loop: Header=BB3_1 Depth=1
movl -20(%rbp), %edi
addl -12(%rbp), %edi
movq -32(%rbp), %rsi
callq _blah
movq %rax, -32(%rbp)
## %bb.3: ## in Loop: Header=BB3_1 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB3_1
LBB3_4:
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/59311.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _LongSeek ; -- Begin function LongSeek
.p2align 2
_LongSeek: ; @LongSeek
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
str x1, [sp, #16]
str x2, [sp, #8]
str x3, [sp]
ldur x8, [x29, #-8]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB0_6
b LBB0_1
LBB0_1:
ldr x8, [sp, #16]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB0_6
b LBB0_2
LBB0_2:
ldr x8, [sp]
ldr x9, [sp, #16]
add x8, x8, x9
ldr x9, [sp, #8]
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
ldur x0, [x29, #-8]
ldr x1, [sp, #16]
mov w2, #1
bl _fseeko
ldr x9, [sp, #16]
ldr x8, [sp]
add x8, x8, x9
str x8, [sp]
b LBB0_5
LBB0_4:
ldr x8, [sp, #8]
str x8, [sp]
b LBB0_5
LBB0_5:
b LBB0_6
LBB0_6:
ldr x0, [sp]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _OpenSourceUDTA ; -- Begin function OpenSourceUDTA
.p2align 2
_OpenSourceUDTA: ; @OpenSourceUDTA
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
sub sp, sp, #512
add x8, sp, #128
str x8, [sp, #40] ; 8-byte Folded Spill
adrp x9, ___stack_chk_guard@GOTPAGE
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
ldr x9, [x9]
stur x9, [x29, #-24]
str x0, [x8, #200]
str x1, [x8, #192]
str x2, [x8, #184]
str x3, [x8, #176]
str x4, [x8, #168]
str x5, [x8, #160]
str xzr, [x8, #144]
ldr x0, [x8, #200]
add x1, sp, #128
bl _stat
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x8, [x8, #96]
str x8, [sp, #120]
ldr x8, [sp, #120]
subs x8, x8, #64
cset w8, hs
tbnz w8, #0, LBB1_2
b LBB1_1
LBB1_1:
ldr x8, [sp, #40] ; 8-byte Folded Reload
str xzr, [x8, #208]
b LBB1_89
LBB1_2:
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x0, [x8, #200]
adrp x1, l_.str@PAGE
add x1, x1, l_.str@PAGEOFF
bl _fopen
ldr x8, [sp, #40] ; 8-byte Folded Reload
str x0, [x8, #152]
ldr x8, [x8, #152]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB1_88
b LBB1_3
LBB1_3:
str wzr, [sp, #100]
sub x0, x29, #184
mov w1, #0
mov x2, #160
bl _memset
str xzr, [sp, #88]
b LBB1_4
LBB1_4: ; =>This Loop Header: Depth=1
; Child Loop BB1_35 Depth 2
; Child Loop BB1_77 Depth 2
; Child Loop BB1_66 Depth 2
; Child Loop BB1_56 Depth 2
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x3, [x8, #152]
add x0, sp, #112
mov x1, #1
str x1, [sp, #24] ; 8-byte Folded Spill
mov x2, #4
str x2, [sp, #32] ; 8-byte Folded Spill
bl _fread
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x1, [sp, #24] ; 8-byte Folded Reload
ldr x2, [sp, #32] ; 8-byte Folded Reload
str x0, [sp, #104]
ldr x3, [x8, #152]
add x0, sp, #116
bl _fread
ldr x8, [sp, #104]
add x8, x8, x0
str x8, [sp, #104]
ldr x8, [sp, #104]
subs x8, x8, #8
cset w8, ne
tbnz w8, #0, LBB1_85
b LBB1_5
LBB1_5: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #24
and w8, w8, #0xff
subs w8, w8, #97
cset w8, lo
tbnz w8, #0, LBB1_7
b LBB1_6
LBB1_6: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #24
and w8, w8, #0xff
subs w8, w8, #122
cset w8, ls
tbnz w8, #0, LBB1_12
b LBB1_7
LBB1_7: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #24
and w8, w8, #0xff
subs w8, w8, #65
cset w8, lo
tbnz w8, #0, LBB1_9
b LBB1_8
LBB1_8: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #24
and w8, w8, #0xff
subs w8, w8, #90
cset w8, ls
tbnz w8, #0, LBB1_12
b LBB1_9
LBB1_9: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #24
and w8, w8, #0xff
subs w8, w8, #48
cset w8, lo
tbnz w8, #0, LBB1_11
b LBB1_10
LBB1_10: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #24
and w8, w8, #0xff
subs w8, w8, #57
cset w8, ls
tbnz w8, #0, LBB1_12
b LBB1_11
LBB1_11: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #24
and w8, w8, #0xff
subs w8, w8, #32
cset w8, ne
tbnz w8, #0, LBB1_33
b LBB1_12
LBB1_12: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #16
and w8, w8, #0xff
subs w8, w8, #97
cset w8, lo
tbnz w8, #0, LBB1_14
b LBB1_13
LBB1_13: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #24
and w8, w8, #0xff
subs w8, w8, #122
cset w8, ls
tbnz w8, #0, LBB1_19
b LBB1_14
LBB1_14: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #16
and w8, w8, #0xff
subs w8, w8, #65
cset w8, lo
tbnz w8, #0, LBB1_16
b LBB1_15
LBB1_15: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #16
and w8, w8, #0xff
subs w8, w8, #90
cset w8, ls
tbnz w8, #0, LBB1_19
b LBB1_16
LBB1_16: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #16
and w8, w8, #0xff
subs w8, w8, #48
cset w8, lo
tbnz w8, #0, LBB1_18
b LBB1_17
LBB1_17: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #16
and w8, w8, #0xff
subs w8, w8, #57
cset w8, ls
tbnz w8, #0, LBB1_19
b LBB1_18
LBB1_18: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #16
and w8, w8, #0xff
subs w8, w8, #32
cset w8, ne
tbnz w8, #0, LBB1_33
b LBB1_19
LBB1_19: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #8
and w8, w8, #0xff
subs w8, w8, #97
cset w8, lo
tbnz w8, #0, LBB1_21
b LBB1_20
LBB1_20: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #24
and w8, w8, #0xff
subs w8, w8, #122
cset w8, ls
tbnz w8, #0, LBB1_26
b LBB1_21
LBB1_21: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #8
and w8, w8, #0xff
subs w8, w8, #65
cset w8, lo
tbnz w8, #0, LBB1_23
b LBB1_22
LBB1_22: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #8
and w8, w8, #0xff
subs w8, w8, #90
cset w8, ls
tbnz w8, #0, LBB1_26
b LBB1_23
LBB1_23: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #8
and w8, w8, #0xff
subs w8, w8, #48
cset w8, lo
tbnz w8, #0, LBB1_25
b LBB1_24
LBB1_24: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #8
and w8, w8, #0xff
subs w8, w8, #57
cset w8, ls
tbnz w8, #0, LBB1_26
b LBB1_25
LBB1_25: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #8
and w8, w8, #0xff
subs w8, w8, #32
cset w8, ne
tbnz w8, #0, LBB1_33
b LBB1_26
LBB1_26: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #0
and w8, w8, #0xff
subs w8, w8, #97
cset w8, lo
tbnz w8, #0, LBB1_28
b LBB1_27
LBB1_27: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #24
and w8, w8, #0xff
subs w8, w8, #122
cset w8, ls
tbnz w8, #0, LBB1_43
b LBB1_28
LBB1_28: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #0
and w8, w8, #0xff
subs w8, w8, #65
cset w8, lo
tbnz w8, #0, LBB1_30
b LBB1_29
LBB1_29: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #0
and w8, w8, #0xff
subs w8, w8, #90
cset w8, ls
tbnz w8, #0, LBB1_43
b LBB1_30
LBB1_30: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #0
and w8, w8, #0xff
subs w8, w8, #48
cset w8, lo
tbnz w8, #0, LBB1_32
b LBB1_31
LBB1_31: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #0
and w8, w8, #0xff
subs w8, w8, #57
cset w8, ls
tbnz w8, #0, LBB1_43
b LBB1_32
LBB1_32: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #0
and w8, w8, #0xff
subs w8, w8, #32
cset w8, eq
tbnz w8, #0, LBB1_43
b LBB1_33
LBB1_33: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
mov w9, #30889
movk w9, #31353, lsl #16
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB1_43
b LBB1_34
LBB1_34: ; in Loop: Header=BB1_4 Depth=1
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x10, [sp, #104]
ldr x9, [x8, #144]
add x9, x9, x10
str x9, [x8, #144]
ldr x0, [x8, #152]
ldr x9, [sp, #88]
subs x9, x9, #8
ldr x10, [sp, #104]
subs x1, x9, x10
ldr x2, [sp, #120]
ldr x3, [x8, #144]
bl _LongSeek
ldr x8, [sp, #40] ; 8-byte Folded Reload
str x0, [x8, #144]
ldr w8, [sp, #100]
str w8, [sp, #76]
b LBB1_35
LBB1_35: ; Parent Loop BB1_4 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #76]
subs w8, w8, #0
cset w8, le
mov w9, #0
str w9, [sp, #20] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_37
b LBB1_36
LBB1_36: ; in Loop: Header=BB1_35 Depth=2
ldrsw x9, [sp, #76]
sub x8, x29, #184
ldr x8, [x8, x9, lsl #3]
subs x8, x8, #0
cset w8, hi
str w8, [sp, #20] ; 4-byte Folded Spill
b LBB1_37
LBB1_37: ; in Loop: Header=BB1_35 Depth=2
ldr w8, [sp, #20] ; 4-byte Folded Reload
tbz w8, #0, LBB1_42
b LBB1_38
LBB1_38: ; in Loop: Header=BB1_35 Depth=2
ldr x8, [sp, #88]
subs x11, x8, #8
ldrsw x10, [sp, #76]
sub x8, x29, #184
mov x9, x8
add x10, x9, x10, lsl #3
ldr x9, [x10]
subs x9, x9, x11
str x9, [x10]
ldrsw x9, [sp, #76]
ldr x8, [x8, x9, lsl #3]
subs x8, x8, #0
cset w8, lo
tbnz w8, #0, LBB1_41
b LBB1_39
LBB1_39: ; in Loop: Header=BB1_35 Depth=2
ldrsw x9, [sp, #76]
sub x8, x29, #184
ldr x8, [x8, x9, lsl #3]
subs x8, x8, #8
cset w8, hi
tbnz w8, #0, LBB1_41
b LBB1_40
LBB1_40: ; in Loop: Header=BB1_35 Depth=2
ldrsw x10, [sp, #76]
sub x9, x29, #184
mov x8, #0
str x8, [x9, x10, lsl #3]
ldr w8, [sp, #100]
subs w8, w8, #1
str w8, [sp, #100]
b LBB1_41
LBB1_41: ; in Loop: Header=BB1_35 Depth=2
ldr w8, [sp, #76]
subs w8, w8, #1
str w8, [sp, #76]
b LBB1_35
LBB1_42: ; in Loop: Header=BB1_4 Depth=1
b LBB1_86
LBB1_43: ; in Loop: Header=BB1_4 Depth=1
ldrb w9, [sp, #112]
ldr w8, [sp, #112]
and w8, w8, #0xff00
lsl w8, w8, #8
orr w8, w8, w9, lsl #24
ldr w9, [sp, #112]
lsr w9, w9, #8
and w9, w9, #0xff00
orr w8, w8, w9
ldr w9, [sp, #112]
lsr w9, w9, #24
and w9, w9, #0xff
orr w8, w8, w9
str w8, [sp, #112]
ldr w8, [sp, #112]
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB1_45
b LBB1_44
LBB1_44: ; in Loop: Header=BB1_4 Depth=1
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x10, [sp, #104]
ldr x9, [x8, #144]
add x9, x9, x10
str x9, [x8, #144]
ldr x3, [x8, #152]
add x0, sp, #80
mov x1, #1
mov x2, #8
bl _fread
str x0, [sp, #104]
ldrb w8, [sp, #80]
mov x9, x8
ldr x8, [sp, #80]
and x8, x8, #0xff00
lsl x8, x8, #40
orr x8, x8, x9, lsl #56
ldr x9, [sp, #80]
and x9, x9, #0xff0000
orr x8, x8, x9, lsl #24
ldr x9, [sp, #80]
and x9, x9, #0xff000000
orr x8, x8, x9, lsl #8
ldr x9, [sp, #80]
lsr x9, x9, #56
and x9, x9, #0xff
orr x8, x8, x9
ldr x9, [sp, #80]
lsr x9, x9, #40
and x9, x9, #0xff00
orr x8, x8, x9
ldr x9, [sp, #80]
lsr x9, x9, #24
and x9, x9, #0xff0000
orr x8, x8, x9
ldr x9, [sp, #80]
lsr x9, x9, #8
and x9, x9, #0xff000000
orr x8, x8, x9
subs x8, x8, #8
str x8, [sp, #80]
b LBB1_46
LBB1_45: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #112]
; kill: def $x8 killed $w8
str x8, [sp, #80]
b LBB1_46
LBB1_46: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #100]
add w8, w8, #1
str w8, [sp, #100]
ldr x8, [sp, #80]
subs x8, x8, #8
cset w8, hs
tbnz w8, #0, LBB1_48
b LBB1_47
LBB1_47:
b LBB1_87
LBB1_48: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #100]
subs w8, w8, #20
cset w8, lt
tbnz w8, #0, LBB1_50
b LBB1_49
LBB1_49:
b LBB1_87
LBB1_50: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #100]
subs w8, w8, #1
cset w8, le
tbnz w8, #0, LBB1_53
b LBB1_51
LBB1_51: ; in Loop: Header=BB1_4 Depth=1
ldr x8, [sp, #80]
ldr w9, [sp, #100]
subs w10, w9, #1
sub x9, x29, #184
ldr x9, [x9, w10, sxtw #3]
add x9, x9, #8
subs x8, x8, x9
cset w8, ls
tbnz w8, #0, LBB1_53
b LBB1_52
LBB1_52:
b LBB1_87
LBB1_53: ; in Loop: Header=BB1_4 Depth=1
ldr x8, [sp, #80]
ldrsw x10, [sp, #100]
sub x9, x29, #184
str x8, [x9, x10, lsl #3]
ldr x8, [sp, #80]
str x8, [sp, #88]
ldr w8, [sp, #116]
mov w9, #25709
movk w9, #29793, lsl #16
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB1_55
b LBB1_54
LBB1_54: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
mov w9, #29798
movk w9, #28793, lsl #16
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_64
b LBB1_55
LBB1_55: ; in Loop: Header=BB1_4 Depth=1
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x10, [sp, #104]
ldr x9, [x8, #144]
add x9, x9, x10
str x9, [x8, #144]
ldr x0, [x8, #152]
ldr x9, [sp, #80]
subs x1, x9, #8
ldr x2, [sp, #120]
ldr x3, [x8, #144]
bl _LongSeek
ldr x8, [sp, #40] ; 8-byte Folded Reload
str x0, [x8, #144]
ldr w8, [sp, #100]
str w8, [sp, #72]
b LBB1_56
LBB1_56: ; Parent Loop BB1_4 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #72]
subs w8, w8, #0
cset w8, le
mov w9, #0
str w9, [sp, #16] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_58
b LBB1_57
LBB1_57: ; in Loop: Header=BB1_56 Depth=2
ldrsw x9, [sp, #72]
sub x8, x29, #184
ldr x8, [x8, x9, lsl #3]
subs x8, x8, #0
cset w8, hi
str w8, [sp, #16] ; 4-byte Folded Spill
b LBB1_58
LBB1_58: ; in Loop: Header=BB1_56 Depth=2
ldr w8, [sp, #16] ; 4-byte Folded Reload
tbz w8, #0, LBB1_63
b LBB1_59
LBB1_59: ; in Loop: Header=BB1_56 Depth=2
ldr x11, [sp, #80]
ldrsw x10, [sp, #72]
sub x8, x29, #184
mov x9, x8
add x10, x9, x10, lsl #3
ldr x9, [x10]
subs x9, x9, x11
str x9, [x10]
ldrsw x9, [sp, #72]
ldr x8, [x8, x9, lsl #3]
subs x8, x8, #0
cset w8, lo
tbnz w8, #0, LBB1_62
b LBB1_60
LBB1_60: ; in Loop: Header=BB1_56 Depth=2
ldrsw x9, [sp, #72]
sub x8, x29, #184
ldr x8, [x8, x9, lsl #3]
subs x8, x8, #8
cset w8, hi
tbnz w8, #0, LBB1_62
b LBB1_61
LBB1_61: ; in Loop: Header=BB1_56 Depth=2
ldrsw x10, [sp, #72]
sub x9, x29, #184
mov x8, #0
str x8, [x9, x10, lsl #3]
ldr w8, [sp, #100]
subs w8, w8, #1
str w8, [sp, #100]
b LBB1_62
LBB1_62: ; in Loop: Header=BB1_56 Depth=2
ldr w8, [sp, #72]
subs w8, w8, #1
str w8, [sp, #72]
b LBB1_56
LBB1_63: ; in Loop: Header=BB1_4 Depth=1
b LBB1_86
LBB1_64: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
mov w9, #28525
movk w9, #30319, lsl #16
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_74
b LBB1_65
LBB1_65: ; in Loop: Header=BB1_4 Depth=1
ldr x9, [sp, #40] ; 8-byte Folded Reload
ldr x8, [x9, #144]
ldr x10, [x9, #176]
str x8, [x10]
ldr w8, [sp, #112]
ldr x10, [x9, #168]
str w8, [x10]
ldr x10, [sp, #104]
ldr x8, [x9, #144]
add x8, x8, x10
str x8, [x9, #144]
ldr w8, [sp, #100]
str w8, [sp, #68]
b LBB1_66
LBB1_66: ; Parent Loop BB1_4 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #68]
subs w8, w8, #0
cset w8, le
mov w9, #0
str w9, [sp, #12] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_68
b LBB1_67
LBB1_67: ; in Loop: Header=BB1_66 Depth=2
ldrsw x9, [sp, #68]
sub x8, x29, #184
ldr x8, [x8, x9, lsl #3]
subs x8, x8, #0
cset w8, hi
str w8, [sp, #12] ; 4-byte Folded Spill
b LBB1_68
LBB1_68: ; in Loop: Header=BB1_66 Depth=2
ldr w8, [sp, #12] ; 4-byte Folded Reload
tbz w8, #0, LBB1_73
b LBB1_69
LBB1_69: ; in Loop: Header=BB1_66 Depth=2
ldrsw x10, [sp, #68]
sub x8, x29, #184
mov x9, x8
add x10, x9, x10, lsl #3
ldr x9, [x10]
subs x9, x9, #8
str x9, [x10]
ldrsw x9, [sp, #68]
ldr x8, [x8, x9, lsl #3]
subs x8, x8, #0
cset w8, lo
tbnz w8, #0, LBB1_72
b LBB1_70
LBB1_70: ; in Loop: Header=BB1_66 Depth=2
ldrsw x9, [sp, #68]
sub x8, x29, #184
ldr x8, [x8, x9, lsl #3]
subs x8, x8, #8
cset w8, hi
tbnz w8, #0, LBB1_72
b LBB1_71
LBB1_71: ; in Loop: Header=BB1_66 Depth=2
ldrsw x10, [sp, #68]
sub x9, x29, #184
mov x8, #0
str x8, [x9, x10, lsl #3]
ldr w8, [sp, #100]
subs w8, w8, #1
str w8, [sp, #100]
b LBB1_72
LBB1_72: ; in Loop: Header=BB1_66 Depth=2
ldr w8, [sp, #68]
subs w8, w8, #1
str w8, [sp, #68]
b LBB1_66
LBB1_73: ; in Loop: Header=BB1_4 Depth=1
b LBB1_86
LBB1_74: ; in Loop: Header=BB1_4 Depth=1
ldr w8, [sp, #116]
mov w9, #25717
movk w9, #24948, lsl #16
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB1_76
b LBB1_75
LBB1_75:
ldr x9, [sp, #40] ; 8-byte Folded Reload
ldr x8, [x9, #144]
ldr x10, [x9, #192]
str x8, [x10]
ldr w8, [sp, #112]
ldr x10, [x9, #184]
str w8, [x10]
ldr x10, [sp, #104]
ldr x8, [x9, #144]
add x8, x8, x10
str x8, [x9, #144]
ldr w8, [sp, #112]
mov x0, x8
bl _malloc
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x9, [x8, #160]
str x0, [x9]
ldr x9, [x8, #160]
ldr x9, [x9]
str x9, [sp, #56]
ldrb w10, [sp, #112]
ldr w9, [sp, #112]
and w9, w9, #0xff00
lsl w9, w9, #8
orr w9, w9, w10, lsl #24
ldr w10, [sp, #112]
lsr w10, w10, #8
and w10, w10, #0xff00
orr w9, w9, w10
ldr w10, [sp, #112]
lsr w10, w10, #24
and w10, w10, #0xff
orr w9, w9, w10
ldr x10, [sp, #56]
str w9, [x10]
ldr w9, [sp, #116]
ldr x10, [sp, #56]
str w9, [x10, #4]
ldr x9, [sp, #56]
add x0, x9, #8
ldr w9, [sp, #112]
subs w9, w9, #8
mov x2, x9
ldr x3, [x8, #152]
mov x1, #1
bl _fread
b LBB1_87
LBB1_76: ; in Loop: Header=BB1_4 Depth=1
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x10, [sp, #104]
ldr x9, [x8, #144]
add x9, x9, x10
str x9, [x8, #144]
ldr x0, [x8, #152]
ldr x9, [sp, #80]
subs x1, x9, #8
ldr x2, [sp, #120]
ldr x3, [x8, #144]
bl _LongSeek
ldr x8, [sp, #40] ; 8-byte Folded Reload
str x0, [x8, #144]
ldr w8, [sp, #100]
str w8, [sp, #52]
b LBB1_77
LBB1_77: ; Parent Loop BB1_4 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #52]
subs w8, w8, #0
cset w8, le
mov w9, #0
str w9, [sp, #8] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_79
b LBB1_78
LBB1_78: ; in Loop: Header=BB1_77 Depth=2
ldrsw x9, [sp, #52]
sub x8, x29, #184
ldr x8, [x8, x9, lsl #3]
subs x8, x8, #0
cset w8, hi
str w8, [sp, #8] ; 4-byte Folded Spill
b LBB1_79
LBB1_79: ; in Loop: Header=BB1_77 Depth=2
ldr w8, [sp, #8] ; 4-byte Folded Reload
tbz w8, #0, LBB1_84
b LBB1_80
LBB1_80: ; in Loop: Header=BB1_77 Depth=2
ldr x11, [sp, #80]
ldrsw x10, [sp, #52]
sub x8, x29, #184
mov x9, x8
add x10, x9, x10, lsl #3
ldr x9, [x10]
subs x9, x9, x11
str x9, [x10]
ldrsw x9, [sp, #52]
ldr x8, [x8, x9, lsl #3]
subs x8, x8, #0
cset w8, lo
tbnz w8, #0, LBB1_83
b LBB1_81
LBB1_81: ; in Loop: Header=BB1_77 Depth=2
ldrsw x9, [sp, #52]
sub x8, x29, #184
ldr x8, [x8, x9, lsl #3]
subs x8, x8, #8
cset w8, hi
tbnz w8, #0, LBB1_83
b LBB1_82
LBB1_82: ; in Loop: Header=BB1_77 Depth=2
ldrsw x10, [sp, #52]
sub x9, x29, #184
mov x8, #0
str x8, [x9, x10, lsl #3]
ldr w8, [sp, #100]
subs w8, w8, #1
str w8, [sp, #100]
b LBB1_83
LBB1_83: ; in Loop: Header=BB1_77 Depth=2
ldr w8, [sp, #52]
subs w8, w8, #1
str w8, [sp, #52]
b LBB1_77
LBB1_84: ; in Loop: Header=BB1_4 Depth=1
b LBB1_86
LBB1_85: ; in Loop: Header=BB1_4 Depth=1
b LBB1_86
LBB1_86: ; in Loop: Header=BB1_4 Depth=1
ldr x8, [sp, #104]
subs x8, x8, #0
cset w8, hi
tbnz w8, #0, LBB1_4
b LBB1_87
LBB1_87:
b LBB1_88
LBB1_88:
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x0, [x8, #152]
bl _fclose
ldr x9, [sp, #40] ; 8-byte Folded Reload
ldr x8, [sp, #120]
str x8, [x9, #208]
b LBB1_89
LBB1_89:
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x8, [x8, #208]
str x8, [sp] ; 8-byte Folded Spill
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB1_91
b LBB1_90
LBB1_90:
bl ___stack_chk_fail
LBB1_91:
ldr x0, [sp] ; 8-byte Folded Reload
add sp, sp, #512
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #192
.cfi_def_cfa_offset 192
stp x29, x30, [sp, #176] ; 16-byte Folded Spill
add x29, sp, #176
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
stur w0, [x29, #-8]
stur x1, [x29, #-16]
ldur w8, [x29, #-8]
subs w8, w8, #3
cset w8, eq
tbnz w8, #0, LBB2_2
b LBB2_1
LBB2_1:
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
mov w8, #-1
stur w8, [x29, #-4]
b LBB2_11
LBB2_2:
sub x2, x29, #20
stur wzr, [x29, #-20]
sub x4, x29, #24
stur wzr, [x29, #-24]
sub x8, x29, #28
str x8, [sp, #24] ; 8-byte Folded Spill
stur wzr, [x29, #-28]
sub x8, x29, #32
str x8, [sp, #40] ; 8-byte Folded Spill
stur wzr, [x29, #-32]
sub x1, x29, #48
stur xzr, [x29, #-48]
sub x3, x29, #56
stur xzr, [x29, #-56]
sub x8, x29, #72
str x8, [sp, #16] ; 8-byte Folded Spill
stur xzr, [x29, #-72]
sub x8, x29, #80
str x8, [sp, #32] ; 8-byte Folded Spill
stur xzr, [x29, #-80]
add x5, sp, #88
; kill: def $x8 killed $xzr
str xzr, [sp, #88]
add x8, sp, #80
str x8, [sp, #48] ; 8-byte Folded Spill
str xzr, [sp, #80]
ldur x8, [x29, #-16]
ldr x0, [x8, #8]
bl _OpenSourceUDTA
ldr x1, [sp, #16] ; 8-byte Folded Reload
ldr x2, [sp, #24] ; 8-byte Folded Reload
ldr x3, [sp, #32] ; 8-byte Folded Reload
ldr x4, [sp, #40] ; 8-byte Folded Reload
ldr x5, [sp, #48] ; 8-byte Folded Reload
stur x0, [x29, #-40]
ldur x8, [x29, #-16]
ldr x0, [x8, #16]
bl _OpenSourceUDTA
stur x0, [x29, #-64]
ldur x8, [x29, #-80]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB2_10
b LBB2_3
LBB2_3:
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB2_10
b LBB2_4
LBB2_4:
ldur x8, [x29, #-48]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB2_10
b LBB2_5
LBB2_5:
ldur w8, [x29, #-20]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB2_10
b LBB2_6
LBB2_6:
ldr x8, [sp, #88]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB2_10
b LBB2_7
LBB2_7:
mov w8, #29286
movk w8, #25957, lsl #16
str w8, [sp, #72]
mov w8, #25717
movk w8, #24948, lsl #16
str w8, [sp, #68]
ldur x8, [x29, #-16]
ldr x0, [x8, #16]
adrp x1, l_.str.4@PAGE
add x1, x1, l_.str.4@PAGEOFF
bl _fopen
str x0, [sp, #56]
ldr x0, [sp, #56]
ldur x1, [x29, #-80]
mov w2, #0
bl _fseeko
ldur w9, [x29, #-20]
ldur w8, [x29, #-32]
add w8, w8, w9
stur w8, [x29, #-32]
ldurb w9, [x29, #-32]
ldur w8, [x29, #-32]
and w8, w8, #0xff00
lsl w8, w8, #8
orr w8, w8, w9, lsl #24
ldur w9, [x29, #-32]
lsr w9, w9, #8
and w9, w9, #0xff00
orr w8, w8, w9
ldur w9, [x29, #-32]
lsr w9, w9, #24
and w9, w9, #0xff
orr w8, w8, w9
add x0, sp, #76
str w8, [sp, #76]
ldr x3, [sp, #56]
mov x1, #4
mov x2, #1
bl _fwrite
ldur x8, [x29, #-72]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB2_9
b LBB2_8
LBB2_8:
ldr x0, [sp, #56]
ldur x8, [x29, #-80]
mov x9, #4
str x9, [sp, #8] ; 8-byte Folded Spill
add x1, x8, #4
mov w2, #0
bl _fseeko
ldr x1, [sp, #8] ; 8-byte Folded Reload
ldr x3, [sp, #56]
add x0, sp, #72
mov x2, #1
bl _fwrite
b LBB2_9
LBB2_9:
ldr x0, [sp, #56]
ldur x1, [x29, #-64]
mov w2, #0
bl _fseeko
ldr x0, [sp, #88]
ldur w8, [x29, #-20]
mov x2, x8
ldr x3, [sp, #56]
mov x1, #1
bl _fwrite
ldr x0, [sp, #56]
bl _fclose
b LBB2_10
LBB2_10:
mov w8, #1
stur w8, [x29, #-4]
b LBB2_11
LBB2_11:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #176] ; 16-byte Folded Reload
add sp, sp, #192
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "rb"
l_.str.1: ; @.str.1
.asciz "usage: udtacopy <source.mp4> <dest.mp4>\n"
l_.str.2: ; @.str.2
.asciz " vers: 1.02\n"
l_.str.3: ; @.str.3
.asciz "\n"
l_.str.4: ; @.str.4
.asciz "rb+"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _LongSeek ## -- Begin function LongSeek
.p2align 4, 0x90
_LongSeek: ## @LongSeek
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movq %rdx, -24(%rbp)
movq %rcx, -32(%rbp)
cmpq $0, -8(%rbp)
je LBB0_6
## %bb.1:
cmpq $0, -16(%rbp)
je LBB0_6
## %bb.2:
movq -32(%rbp), %rax
addq -16(%rbp), %rax
cmpq -24(%rbp), %rax
jae LBB0_4
## %bb.3:
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
movl $1, %edx
callq _fseeko
movq -16(%rbp), %rax
addq -32(%rbp), %rax
movq %rax, -32(%rbp)
jmp LBB0_5
LBB0_4:
movq -24(%rbp), %rax
movq %rax, -32(%rbp)
LBB0_5:
jmp LBB0_6
LBB0_6:
movq -32(%rbp), %rax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _OpenSourceUDTA ## -- Begin function OpenSourceUDTA
.p2align 4, 0x90
_OpenSourceUDTA: ## @OpenSourceUDTA
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $480, %rsp ## imm = 0x1E0
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -192(%rbp)
movq %rsi, -200(%rbp)
movq %rdx, -208(%rbp)
movq %rcx, -216(%rbp)
movq %r8, -224(%rbp)
movq %r9, -232(%rbp)
movq $0, -248(%rbp)
movq -192(%rbp), %rdi
leaq -392(%rbp), %rsi
callq _stat$INODE64
movq -296(%rbp), %rax
movq %rax, -400(%rbp)
cmpq $64, -400(%rbp)
jae LBB1_2
## %bb.1:
movq $0, -184(%rbp)
jmp LBB1_89
LBB1_2:
movq -192(%rbp), %rdi
leaq L_.str(%rip), %rsi
callq _fopen
movq %rax, -240(%rbp)
cmpq $0, -240(%rbp)
je LBB1_88
## %bb.3:
movl $0, -420(%rbp)
leaq -176(%rbp), %rdi
xorl %esi, %esi
movl $160, %edx
callq _memset
movq $0, -432(%rbp)
LBB1_4: ## =>This Loop Header: Depth=1
## Child Loop BB1_35 Depth 2
## Child Loop BB1_66 Depth 2
## Child Loop BB1_77 Depth 2
## Child Loop BB1_56 Depth 2
leaq -408(%rbp), %rdi
movq -240(%rbp), %rcx
movl $1, %esi
movl $4, %edx
callq _fread
movq %rax, -416(%rbp)
leaq -404(%rbp), %rdi
movq -240(%rbp), %rcx
movl $1, %esi
movl $4, %edx
callq _fread
addq -416(%rbp), %rax
movq %rax, -416(%rbp)
cmpq $8, -416(%rbp)
jne LBB1_85
## %bb.5: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $24, %eax
andl $255, %eax
cmpl $97, %eax
jb LBB1_7
## %bb.6: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $24, %eax
andl $255, %eax
cmpl $122, %eax
jbe LBB1_12
LBB1_7: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $24, %eax
andl $255, %eax
cmpl $65, %eax
jb LBB1_9
## %bb.8: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $24, %eax
andl $255, %eax
cmpl $90, %eax
jbe LBB1_12
LBB1_9: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $24, %eax
andl $255, %eax
cmpl $48, %eax
jb LBB1_11
## %bb.10: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $24, %eax
andl $255, %eax
cmpl $57, %eax
jbe LBB1_12
LBB1_11: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $24, %eax
andl $255, %eax
cmpl $32, %eax
jne LBB1_33
LBB1_12: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $16, %eax
andl $255, %eax
cmpl $97, %eax
jb LBB1_14
## %bb.13: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $24, %eax
andl $255, %eax
cmpl $122, %eax
jbe LBB1_19
LBB1_14: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $16, %eax
andl $255, %eax
cmpl $65, %eax
jb LBB1_16
## %bb.15: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $16, %eax
andl $255, %eax
cmpl $90, %eax
jbe LBB1_19
LBB1_16: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $16, %eax
andl $255, %eax
cmpl $48, %eax
jb LBB1_18
## %bb.17: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $16, %eax
andl $255, %eax
cmpl $57, %eax
jbe LBB1_19
LBB1_18: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $16, %eax
andl $255, %eax
cmpl $32, %eax
jne LBB1_33
LBB1_19: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $8, %eax
andl $255, %eax
cmpl $97, %eax
jb LBB1_21
## %bb.20: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $24, %eax
andl $255, %eax
cmpl $122, %eax
jbe LBB1_26
LBB1_21: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $8, %eax
andl $255, %eax
cmpl $65, %eax
jb LBB1_23
## %bb.22: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $8, %eax
andl $255, %eax
cmpl $90, %eax
jbe LBB1_26
LBB1_23: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $8, %eax
andl $255, %eax
cmpl $48, %eax
jb LBB1_25
## %bb.24: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $8, %eax
andl $255, %eax
cmpl $57, %eax
jbe LBB1_26
LBB1_25: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $8, %eax
andl $255, %eax
cmpl $32, %eax
jne LBB1_33
LBB1_26: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $0, %eax
andl $255, %eax
cmpl $97, %eax
jb LBB1_28
## %bb.27: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $24, %eax
andl $255, %eax
cmpl $122, %eax
jbe LBB1_43
LBB1_28: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $0, %eax
andl $255, %eax
cmpl $65, %eax
jb LBB1_30
## %bb.29: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $0, %eax
andl $255, %eax
cmpl $90, %eax
jbe LBB1_43
LBB1_30: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $0, %eax
andl $255, %eax
cmpl $48, %eax
jb LBB1_32
## %bb.31: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $0, %eax
andl $255, %eax
cmpl $57, %eax
jbe LBB1_43
LBB1_32: ## in Loop: Header=BB1_4 Depth=1
movl -404(%rbp), %eax
shrl $0, %eax
andl $255, %eax
cmpl $32, %eax
je LBB1_43
LBB1_33: ## in Loop: Header=BB1_4 Depth=1
cmpl $2054781097, -404(%rbp) ## imm = 0x7A7978A9
je LBB1_43
## %bb.34: ## in Loop: Header=BB1_4 Depth=1
movq -416(%rbp), %rax
addq -248(%rbp), %rax
movq %rax, -248(%rbp)
movq -240(%rbp), %rdi
movq -432(%rbp), %rsi
subq $8, %rsi
subq -416(%rbp), %rsi
movq -400(%rbp), %rdx
movq -248(%rbp), %rcx
callq _LongSeek
movq %rax, -248(%rbp)
movl -420(%rbp), %eax
movl %eax, -444(%rbp)
LBB1_35: ## Parent Loop BB1_4 Depth=1
## => This Inner Loop Header: Depth=2
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -444(%rbp)
movb %al, -469(%rbp) ## 1-byte Spill
jle LBB1_37
## %bb.36: ## in Loop: Header=BB1_35 Depth=2
movslq -444(%rbp), %rax
cmpq $0, -176(%rbp,%rax,8)
seta %al
movb %al, -469(%rbp) ## 1-byte Spill
LBB1_37: ## in Loop: Header=BB1_35 Depth=2
movb -469(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB1_38
jmp LBB1_42
LBB1_38: ## in Loop: Header=BB1_35 Depth=2
movq -432(%rbp), %rdx
subq $8, %rdx
movslq -444(%rbp), %rax
movq -176(%rbp,%rax,8), %rcx
subq %rdx, %rcx
movq %rcx, -176(%rbp,%rax,8)
movslq -444(%rbp), %rax
cmpq $0, -176(%rbp,%rax,8)
jb LBB1_41
## %bb.39: ## in Loop: Header=BB1_35 Depth=2
movslq -444(%rbp), %rax
cmpq $8, -176(%rbp,%rax,8)
ja LBB1_41
## %bb.40: ## in Loop: Header=BB1_35 Depth=2
movslq -444(%rbp), %rax
movq $0, -176(%rbp,%rax,8)
movl -420(%rbp), %eax
addl $-1, %eax
movl %eax, -420(%rbp)
LBB1_41: ## in Loop: Header=BB1_35 Depth=2
movl -444(%rbp), %eax
addl $-1, %eax
movl %eax, -444(%rbp)
jmp LBB1_35
LBB1_42: ## in Loop: Header=BB1_4 Depth=1
jmp LBB1_86
LBB1_43: ## in Loop: Header=BB1_4 Depth=1
movl -408(%rbp), %eax
andl $255, %eax
shll $24, %eax
movl -408(%rbp), %ecx
andl $65280, %ecx ## imm = 0xFF00
shll $8, %ecx
orl %ecx, %eax
movl -408(%rbp), %ecx
shrl $8, %ecx
andl $65280, %ecx ## imm = 0xFF00
orl %ecx, %eax
movl -408(%rbp), %ecx
shrl $24, %ecx
andl $255, %ecx
orl %ecx, %eax
movl %eax, -408(%rbp)
cmpl $1, -408(%rbp)
jne LBB1_45
## %bb.44: ## in Loop: Header=BB1_4 Depth=1
movq -416(%rbp), %rax
addq -248(%rbp), %rax
movq %rax, -248(%rbp)
leaq -440(%rbp), %rdi
movq -240(%rbp), %rcx
movl $1, %esi
movl $8, %edx
callq _fread
movq %rax, -416(%rbp)
movq -440(%rbp), %rax
andq $255, %rax
shlq $56, %rax
movq -440(%rbp), %rcx
andq $65280, %rcx ## imm = 0xFF00
shlq $40, %rcx
orq %rcx, %rax
movq -440(%rbp), %rcx
andq $16711680, %rcx ## imm = 0xFF0000
shlq $24, %rcx
orq %rcx, %rax
movabsq $4278190080, %rcx ## imm = 0xFF000000
andq -440(%rbp), %rcx
shlq $8, %rcx
orq %rcx, %rax
movq -440(%rbp), %rcx
shrq $56, %rcx
andq $255, %rcx
orq %rcx, %rax
movq -440(%rbp), %rcx
shrq $40, %rcx
andq $65280, %rcx ## imm = 0xFF00
orq %rcx, %rax
movq -440(%rbp), %rcx
shrq $24, %rcx
andq $16711680, %rcx ## imm = 0xFF0000
orq %rcx, %rax
movq -440(%rbp), %rcx
shrq $8, %rcx
movabsq $4278190080, %rdx ## imm = 0xFF000000
andq %rdx, %rcx
orq %rcx, %rax
subq $8, %rax
movq %rax, -440(%rbp)
jmp LBB1_46
LBB1_45: ## in Loop: Header=BB1_4 Depth=1
movl -408(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -440(%rbp)
LBB1_46: ## in Loop: Header=BB1_4 Depth=1
movl -420(%rbp), %eax
addl $1, %eax
movl %eax, -420(%rbp)
cmpq $8, -440(%rbp)
jae LBB1_48
## %bb.47:
jmp LBB1_87
LBB1_48: ## in Loop: Header=BB1_4 Depth=1
cmpl $20, -420(%rbp)
jl LBB1_50
## %bb.49:
jmp LBB1_87
LBB1_50: ## in Loop: Header=BB1_4 Depth=1
cmpl $1, -420(%rbp)
jle LBB1_53
## %bb.51: ## in Loop: Header=BB1_4 Depth=1
movq -440(%rbp), %rax
movl -420(%rbp), %ecx
subl $1, %ecx
movslq %ecx, %rcx
movq -176(%rbp,%rcx,8), %rcx
addq $8, %rcx
cmpq %rcx, %rax
jbe LBB1_53
## %bb.52:
jmp LBB1_87
LBB1_53: ## in Loop: Header=BB1_4 Depth=1
movq -440(%rbp), %rcx
movslq -420(%rbp), %rax
movq %rcx, -176(%rbp,%rax,8)
movq -440(%rbp), %rax
movq %rax, -432(%rbp)
cmpl $1952539757, -404(%rbp) ## imm = 0x7461646D
je LBB1_55
## %bb.54: ## in Loop: Header=BB1_4 Depth=1
cmpl $1887007846, -404(%rbp) ## imm = 0x70797466
jne LBB1_64
LBB1_55: ## in Loop: Header=BB1_4 Depth=1
movq -416(%rbp), %rax
addq -248(%rbp), %rax
movq %rax, -248(%rbp)
movq -240(%rbp), %rdi
movq -440(%rbp), %rsi
subq $8, %rsi
movq -400(%rbp), %rdx
movq -248(%rbp), %rcx
callq _LongSeek
movq %rax, -248(%rbp)
movl -420(%rbp), %eax
movl %eax, -448(%rbp)
LBB1_56: ## Parent Loop BB1_4 Depth=1
## => This Inner Loop Header: Depth=2
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -448(%rbp)
movb %al, -470(%rbp) ## 1-byte Spill
jle LBB1_58
## %bb.57: ## in Loop: Header=BB1_56 Depth=2
movslq -448(%rbp), %rax
cmpq $0, -176(%rbp,%rax,8)
seta %al
movb %al, -470(%rbp) ## 1-byte Spill
LBB1_58: ## in Loop: Header=BB1_56 Depth=2
movb -470(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB1_59
jmp LBB1_63
LBB1_59: ## in Loop: Header=BB1_56 Depth=2
movq -440(%rbp), %rdx
movslq -448(%rbp), %rax
movq -176(%rbp,%rax,8), %rcx
subq %rdx, %rcx
movq %rcx, -176(%rbp,%rax,8)
movslq -448(%rbp), %rax
cmpq $0, -176(%rbp,%rax,8)
jb LBB1_62
## %bb.60: ## in Loop: Header=BB1_56 Depth=2
movslq -448(%rbp), %rax
cmpq $8, -176(%rbp,%rax,8)
ja LBB1_62
## %bb.61: ## in Loop: Header=BB1_56 Depth=2
movslq -448(%rbp), %rax
movq $0, -176(%rbp,%rax,8)
movl -420(%rbp), %eax
addl $-1, %eax
movl %eax, -420(%rbp)
LBB1_62: ## in Loop: Header=BB1_56 Depth=2
movl -448(%rbp), %eax
addl $-1, %eax
movl %eax, -448(%rbp)
jmp LBB1_56
LBB1_63: ## in Loop: Header=BB1_4 Depth=1
jmp LBB1_86
LBB1_64: ## in Loop: Header=BB1_4 Depth=1
cmpl $1987014509, -404(%rbp) ## imm = 0x766F6F6D
jne LBB1_74
## %bb.65: ## in Loop: Header=BB1_4 Depth=1
movq -248(%rbp), %rcx
movq -216(%rbp), %rax
movq %rcx, (%rax)
movl -408(%rbp), %ecx
movq -224(%rbp), %rax
movl %ecx, (%rax)
movq -416(%rbp), %rax
addq -248(%rbp), %rax
movq %rax, -248(%rbp)
movl -420(%rbp), %eax
movl %eax, -452(%rbp)
LBB1_66: ## Parent Loop BB1_4 Depth=1
## => This Inner Loop Header: Depth=2
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -452(%rbp)
movb %al, -471(%rbp) ## 1-byte Spill
jle LBB1_68
## %bb.67: ## in Loop: Header=BB1_66 Depth=2
movslq -452(%rbp), %rax
cmpq $0, -176(%rbp,%rax,8)
seta %al
movb %al, -471(%rbp) ## 1-byte Spill
LBB1_68: ## in Loop: Header=BB1_66 Depth=2
movb -471(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB1_69
jmp LBB1_73
LBB1_69: ## in Loop: Header=BB1_66 Depth=2
movslq -452(%rbp), %rax
movq -176(%rbp,%rax,8), %rcx
subq $8, %rcx
movq %rcx, -176(%rbp,%rax,8)
movslq -452(%rbp), %rax
cmpq $0, -176(%rbp,%rax,8)
jb LBB1_72
## %bb.70: ## in Loop: Header=BB1_66 Depth=2
movslq -452(%rbp), %rax
cmpq $8, -176(%rbp,%rax,8)
ja LBB1_72
## %bb.71: ## in Loop: Header=BB1_66 Depth=2
movslq -452(%rbp), %rax
movq $0, -176(%rbp,%rax,8)
movl -420(%rbp), %eax
addl $-1, %eax
movl %eax, -420(%rbp)
LBB1_72: ## in Loop: Header=BB1_66 Depth=2
movl -452(%rbp), %eax
addl $-1, %eax
movl %eax, -452(%rbp)
jmp LBB1_66
LBB1_73: ## in Loop: Header=BB1_4 Depth=1
jmp LBB1_86
LBB1_74: ## in Loop: Header=BB1_4 Depth=1
cmpl $1635017845, -404(%rbp) ## imm = 0x61746475
jne LBB1_76
## %bb.75:
movq -248(%rbp), %rcx
movq -200(%rbp), %rax
movq %rcx, (%rax)
movl -408(%rbp), %ecx
movq -208(%rbp), %rax
movl %ecx, (%rax)
movq -416(%rbp), %rax
addq -248(%rbp), %rax
movq %rax, -248(%rbp)
movl -408(%rbp), %eax
movl %eax, %edi
callq _malloc
movq %rax, %rcx
movq -232(%rbp), %rax
movq %rcx, (%rax)
movq -232(%rbp), %rax
movq (%rax), %rax
movq %rax, -464(%rbp)
movl -408(%rbp), %ecx
andl $255, %ecx
shll $24, %ecx
movl -408(%rbp), %eax
andl $65280, %eax ## imm = 0xFF00
shll $8, %eax
orl %eax, %ecx
movl -408(%rbp), %eax
shrl $8, %eax
andl $65280, %eax ## imm = 0xFF00
orl %eax, %ecx
movl -408(%rbp), %eax
shrl $24, %eax
andl $255, %eax
orl %eax, %ecx
movq -464(%rbp), %rax
movl %ecx, (%rax)
movl -404(%rbp), %ecx
movq -464(%rbp), %rax
movl %ecx, 4(%rax)
movq -464(%rbp), %rdi
addq $8, %rdi
movl -408(%rbp), %eax
subl $8, %eax
movl %eax, %eax
movl %eax, %edx
movq -240(%rbp), %rcx
movl $1, %esi
callq _fread
jmp LBB1_87
LBB1_76: ## in Loop: Header=BB1_4 Depth=1
movq -416(%rbp), %rax
addq -248(%rbp), %rax
movq %rax, -248(%rbp)
movq -240(%rbp), %rdi
movq -440(%rbp), %rsi
subq $8, %rsi
movq -400(%rbp), %rdx
movq -248(%rbp), %rcx
callq _LongSeek
movq %rax, -248(%rbp)
movl -420(%rbp), %eax
movl %eax, -468(%rbp)
LBB1_77: ## Parent Loop BB1_4 Depth=1
## => This Inner Loop Header: Depth=2
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -468(%rbp)
movb %al, -472(%rbp) ## 1-byte Spill
jle LBB1_79
## %bb.78: ## in Loop: Header=BB1_77 Depth=2
movslq -468(%rbp), %rax
cmpq $0, -176(%rbp,%rax,8)
seta %al
movb %al, -472(%rbp) ## 1-byte Spill
LBB1_79: ## in Loop: Header=BB1_77 Depth=2
movb -472(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB1_80
jmp LBB1_84
LBB1_80: ## in Loop: Header=BB1_77 Depth=2
movq -440(%rbp), %rdx
movslq -468(%rbp), %rax
movq -176(%rbp,%rax,8), %rcx
subq %rdx, %rcx
movq %rcx, -176(%rbp,%rax,8)
movslq -468(%rbp), %rax
cmpq $0, -176(%rbp,%rax,8)
jb LBB1_83
## %bb.81: ## in Loop: Header=BB1_77 Depth=2
movslq -468(%rbp), %rax
cmpq $8, -176(%rbp,%rax,8)
ja LBB1_83
## %bb.82: ## in Loop: Header=BB1_77 Depth=2
movslq -468(%rbp), %rax
movq $0, -176(%rbp,%rax,8)
movl -420(%rbp), %eax
addl $-1, %eax
movl %eax, -420(%rbp)
LBB1_83: ## in Loop: Header=BB1_77 Depth=2
movl -468(%rbp), %eax
addl $-1, %eax
movl %eax, -468(%rbp)
jmp LBB1_77
LBB1_84: ## in Loop: Header=BB1_4 Depth=1
jmp LBB1_86
LBB1_85: ## in Loop: Header=BB1_4 Depth=1
jmp LBB1_86
LBB1_86: ## in Loop: Header=BB1_4 Depth=1
cmpq $0, -416(%rbp)
ja LBB1_4
LBB1_87:
jmp LBB1_88
LBB1_88:
movq -240(%rbp), %rdi
callq _fclose
movq -400(%rbp), %rax
movq %rax, -184(%rbp)
LBB1_89:
movq -184(%rbp), %rax
movq %rax, -480(%rbp) ## 8-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB1_91
## %bb.90:
movq -480(%rbp), %rax ## 8-byte Reload
addq $480, %rsp ## imm = 0x1E0
popq %rbp
retq
LBB1_91:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $128, %rsp
movl $0, -4(%rbp)
movl %edi, -8(%rbp)
movq %rsi, -16(%rbp)
cmpl $3, -8(%rbp)
je LBB2_2
## %bb.1:
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
movl $-1, -4(%rbp)
jmp LBB2_11
LBB2_2:
movl $0, -20(%rbp)
movl $0, -24(%rbp)
movl $0, -28(%rbp)
movl $0, -32(%rbp)
movq $0, -48(%rbp)
movq $0, -56(%rbp)
movq $0, -72(%rbp)
movq $0, -80(%rbp)
movq $0, -88(%rbp)
movq $0, -96(%rbp)
movq -16(%rbp), %rax
movq 8(%rax), %rdi
leaq -48(%rbp), %rsi
leaq -20(%rbp), %rdx
leaq -56(%rbp), %rcx
leaq -24(%rbp), %r8
leaq -88(%rbp), %r9
callq _OpenSourceUDTA
movq %rax, -40(%rbp)
movq -16(%rbp), %rax
movq 16(%rax), %rdi
leaq -72(%rbp), %rsi
leaq -28(%rbp), %rdx
leaq -80(%rbp), %rcx
leaq -32(%rbp), %r8
leaq -96(%rbp), %r9
callq _OpenSourceUDTA
movq %rax, -64(%rbp)
cmpq $0, -80(%rbp)
je LBB2_10
## %bb.3:
cmpl $0, -32(%rbp)
je LBB2_10
## %bb.4:
cmpq $0, -48(%rbp)
je LBB2_10
## %bb.5:
cmpl $0, -20(%rbp)
je LBB2_10
## %bb.6:
cmpq $0, -88(%rbp)
je LBB2_10
## %bb.7:
movl $1701147238, -104(%rbp) ## imm = 0x65657266
movl $1635017845, -108(%rbp) ## imm = 0x61746475
movq -16(%rbp), %rax
movq 16(%rax), %rdi
leaq L_.str.4(%rip), %rsi
callq _fopen
movq %rax, -120(%rbp)
movq -120(%rbp), %rdi
movq -80(%rbp), %rsi
xorl %edx, %edx
callq _fseeko
movl -20(%rbp), %eax
addl -32(%rbp), %eax
movl %eax, -32(%rbp)
movl -32(%rbp), %eax
andl $255, %eax
shll $24, %eax
movl -32(%rbp), %ecx
andl $65280, %ecx ## imm = 0xFF00
shll $8, %ecx
orl %ecx, %eax
movl -32(%rbp), %ecx
shrl $8, %ecx
andl $65280, %ecx ## imm = 0xFF00
orl %ecx, %eax
movl -32(%rbp), %ecx
shrl $24, %ecx
andl $255, %ecx
orl %ecx, %eax
movl %eax, -100(%rbp)
leaq -100(%rbp), %rdi
movq -120(%rbp), %rcx
movl $4, %esi
movl $1, %edx
callq _fwrite
cmpq $0, -72(%rbp)
je LBB2_9
## %bb.8:
movq -120(%rbp), %rdi
movq -80(%rbp), %rsi
addq $4, %rsi
xorl %edx, %edx
callq _fseeko
leaq -104(%rbp), %rdi
movq -120(%rbp), %rcx
movl $4, %esi
movl $1, %edx
callq _fwrite
LBB2_9:
movq -120(%rbp), %rdi
movq -64(%rbp), %rsi
xorl %edx, %edx
callq _fseeko
movq -88(%rbp), %rdi
movl -20(%rbp), %eax
movl %eax, %edx
movq -120(%rbp), %rcx
movl $1, %esi
callq _fwrite
movq -120(%rbp), %rdi
callq _fclose
LBB2_10:
movl $1, -4(%rbp)
LBB2_11:
movl -4(%rbp), %eax
addq $128, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "rb"
L_.str.1: ## @.str.1
.asciz "usage: udtacopy <source.mp4> <dest.mp4>\n"
L_.str.2: ## @.str.2
.asciz " vers: 1.02\n"
L_.str.3: ## @.str.3
.asciz "\n"
L_.str.4: ## @.str.4
.asciz "rb+"
.subsections_via_symbols
| the_stack_data/126702530.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl ___VERIFIER_nondet_bool ; -- Begin function __VERIFIER_nondet_bool
.p2align 2
___VERIFIER_nondet_bool: ; @__VERIFIER_nondet_bool
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
bl ___VERIFIER_nondet_int
subs w8, w0, #0
cset w8, ne
and w0, w8, #0x1
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
sub sp, sp, #1008
stur wzr, [x29, #-20]
bl ___VERIFIER_nondet_int
str w0, [sp, #504]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-24]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-32]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-40]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-48]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-56]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-64]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-72]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-80]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-88]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-96]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-104]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-112]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-120]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-128]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-136]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-144]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-152]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-160]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-168]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-176]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-184]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-192]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-200]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-208]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-216]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-224]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-232]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-240]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-248]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-256]
bl ___VERIFIER_nondet_bool
str w0, [sp, #760]
bl ___VERIFIER_nondet_int
str w0, [sp, #752]
bl ___VERIFIER_nondet_int
str w0, [sp, #744]
bl ___VERIFIER_nondet_bool
str w0, [sp, #736]
bl ___VERIFIER_nondet_bool
str w0, [sp, #728]
bl ___VERIFIER_nondet_int
str w0, [sp, #720]
bl ___VERIFIER_nondet_bool
str w0, [sp, #712]
bl ___VERIFIER_nondet_int
str w0, [sp, #704]
bl ___VERIFIER_nondet_bool
str w0, [sp, #696]
bl ___VERIFIER_nondet_int
str w0, [sp, #688]
bl ___VERIFIER_nondet_bool
str w0, [sp, #680]
bl ___VERIFIER_nondet_bool
str w0, [sp, #672]
bl ___VERIFIER_nondet_bool
str w0, [sp, #664]
bl ___VERIFIER_nondet_bool
str w0, [sp, #656]
bl ___VERIFIER_nondet_bool
str w0, [sp, #648]
bl ___VERIFIER_nondet_bool
str w0, [sp, #640]
bl ___VERIFIER_nondet_bool
str w0, [sp, #632]
bl ___VERIFIER_nondet_bool
str w0, [sp, #624]
bl ___VERIFIER_nondet_bool
str w0, [sp, #616]
bl ___VERIFIER_nondet_bool
str w0, [sp, #608]
bl ___VERIFIER_nondet_bool
str w0, [sp, #600]
bl ___VERIFIER_nondet_bool
str w0, [sp, #592]
bl ___VERIFIER_nondet_bool
str w0, [sp, #584]
bl ___VERIFIER_nondet_bool
str w0, [sp, #576]
bl ___VERIFIER_nondet_bool
str w0, [sp, #568]
bl ___VERIFIER_nondet_bool
str w0, [sp, #560]
bl ___VERIFIER_nondet_bool
str w0, [sp, #552]
bl ___VERIFIER_nondet_bool
str w0, [sp, #544]
bl ___VERIFIER_nondet_bool
str w0, [sp, #536]
bl ___VERIFIER_nondet_int
str w0, [sp, #528]
bl ___VERIFIER_nondet_bool
str w0, [sp, #520]
bl ___VERIFIER_nondet_bool
str w0, [sp, #512]
ldr w8, [sp, #688]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_1
LBB1_1:
ldr w8, [sp, #696]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_2
LBB1_2:
ldr w8, [sp, #704]
subs w8, w8, #0
cset w8, le
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_3
LBB1_3:
ldr w8, [sp, #720]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_4
LBB1_4:
ldr w8, [sp, #736]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_5
LBB1_5:
ldr w8, [sp, #744]
subs w8, w8, #0
cset w8, le
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_6
LBB1_6:
ldr w8, [sp, #752]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_7
LBB1_7:
ldr w8, [sp, #760]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_8
LBB1_8:
ldur w8, [x29, #-248]
subs w8, w8, #0
cset w8, le
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_9
LBB1_9:
ldur w8, [x29, #-240]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_10
LBB1_10:
ldur w8, [x29, #-224]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_11
LBB1_11:
ldur w8, [x29, #-208]
subs w8, w8, #0
cset w8, le
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_12
LBB1_12:
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_13
LBB1_13:
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_14
LBB1_14:
ldur w8, [x29, #-168]
subs w8, w8, #0
cset w8, le
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_15
LBB1_15:
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_16
LBB1_16:
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_17
LBB1_17:
ldur w8, [x29, #-128]
subs w8, w8, #0
cset w8, le
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_18
LBB1_18:
ldur w8, [x29, #-120]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_19
LBB1_19:
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_20
LBB1_20:
ldur w8, [x29, #-88]
subs w8, w8, #0
cset w8, le
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_21
LBB1_21:
ldur w8, [x29, #-80]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_22
LBB1_22:
ldur w8, [x29, #-64]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_23
LBB1_23:
ldur w8, [x29, #-48]
subs w8, w8, #0
cset w8, le
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_24
LBB1_24:
ldur w8, [x29, #-40]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #496] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_71
b LBB1_25
LBB1_25:
ldr w8, [sp, #712]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_26
LBB1_26:
ldr w8, [sp, #688]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_28
b LBB1_27
LBB1_27:
ldr w8, [sp, #728]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_28
LBB1_28:
ldur w8, [x29, #-256]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_29
LBB1_29:
ldr w8, [sp, #528]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_31
b LBB1_30
LBB1_30:
ldur w8, [x29, #-232]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_31
LBB1_31:
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_32
LBB1_32:
ldr w8, [sp, #528]
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB1_34
b LBB1_33
LBB1_33:
ldur w8, [x29, #-192]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_34
LBB1_34:
ldur w8, [x29, #-176]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_35
LBB1_35:
ldr w8, [sp, #528]
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB1_37
b LBB1_36
LBB1_36:
ldur w8, [x29, #-152]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_37
LBB1_37:
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_38
LBB1_38:
ldr w8, [sp, #528]
subs w8, w8, #3
cset w8, eq
tbnz w8, #0, LBB1_40
b LBB1_39
LBB1_39:
ldur w8, [x29, #-112]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_40
LBB1_40:
ldur w8, [x29, #-96]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_41
LBB1_41:
ldr w8, [sp, #528]
subs w8, w8, #4
cset w8, eq
tbnz w8, #0, LBB1_43
b LBB1_42
LBB1_42:
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_43
LBB1_43:
ldur w8, [x29, #-56]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_44
LBB1_44:
ldr w8, [sp, #528]
subs w8, w8, #5
cset w8, eq
tbnz w8, #0, LBB1_46
b LBB1_45
LBB1_45:
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_46
LBB1_46:
ldur w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_47
LBB1_47:
ldr w8, [sp, #528]
subs w8, w8, #6
cset w8, eq
tbnz w8, #0, LBB1_49
b LBB1_48
LBB1_48:
ldr w8, [sp, #512]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_49
LBB1_49:
ldr w8, [sp, #520]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_50
LBB1_50:
ldr w8, [sp, #528]
subs w8, w8, #7
cset w8, eq
tbnz w8, #0, LBB1_52
b LBB1_51
LBB1_51:
ldr w8, [sp, #536]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_52
LBB1_52:
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_53
LBB1_53:
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_54
LBB1_54:
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_55
LBB1_55:
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_56
LBB1_56:
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_57
LBB1_57:
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_58
LBB1_58:
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_59
LBB1_59:
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_60
LBB1_60:
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_61
LBB1_61:
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_62
LBB1_62:
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_63
LBB1_63:
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_64
LBB1_64:
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_65
LBB1_65:
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_66
LBB1_66:
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_67
LBB1_67:
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_68
LBB1_68:
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #492] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_70
b LBB1_69
LBB1_69:
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, eq
str w8, [sp, #492] ; 4-byte Folded Spill
b LBB1_70
LBB1_70:
ldr w8, [sp, #492] ; 4-byte Folded Reload
str w8, [sp, #496] ; 4-byte Folded Spill
b LBB1_71
LBB1_71:
ldr w8, [sp, #496] ; 4-byte Folded Reload
and w8, w8, #0x1
str w8, [sp, #500]
b LBB1_72
LBB1_72: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #504]
subs w8, w8, #0
cset w8, lt
mov w9, #0
str w9, [sp, #488] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_74
b LBB1_73
LBB1_73: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #500]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #488] ; 4-byte Folded Spill
b LBB1_74
LBB1_74: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #488] ; 4-byte Folded Reload
tbz w8, #0, LBB1_1187
b LBB1_75
LBB1_75: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_76
LBB1_76: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_77
LBB1_77: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_78
LBB1_78: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_79
LBB1_79: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_80
LBB1_80: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_81
LBB1_81: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_82
LBB1_82: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_83
LBB1_83: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_84
LBB1_84: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_85
LBB1_85: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_86
LBB1_86: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_87
LBB1_87: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_88
LBB1_88: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_89
LBB1_89: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_90
LBB1_90: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_91
LBB1_91: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_92
LBB1_92: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_94
b LBB1_93
LBB1_93: ; in Loop: Header=BB1_72 Depth=1
bl ___VERIFIER_nondet_int
str w0, [sp, #504]
b LBB1_95
LBB1_94: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #504]
subs w8, w8, #1
str w8, [sp, #504]
b LBB1_95
LBB1_95: ; in Loop: Header=BB1_72 Depth=1
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-28]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-36]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-44]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-52]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-60]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-68]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-76]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-84]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-92]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-100]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-108]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-116]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-124]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-132]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-140]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-148]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-156]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-164]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-172]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-180]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-188]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-196]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-204]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-212]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-220]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-228]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-236]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-244]
bl ___VERIFIER_nondet_int
stur w0, [x29, #-252]
bl ___VERIFIER_nondet_bool
str w0, [sp, #764]
bl ___VERIFIER_nondet_bool
str w0, [sp, #756]
bl ___VERIFIER_nondet_int
str w0, [sp, #748]
bl ___VERIFIER_nondet_int
str w0, [sp, #740]
bl ___VERIFIER_nondet_bool
str w0, [sp, #732]
bl ___VERIFIER_nondet_bool
str w0, [sp, #724]
bl ___VERIFIER_nondet_int
str w0, [sp, #716]
bl ___VERIFIER_nondet_bool
str w0, [sp, #708]
bl ___VERIFIER_nondet_int
str w0, [sp, #700]
bl ___VERIFIER_nondet_bool
str w0, [sp, #692]
bl ___VERIFIER_nondet_int
str w0, [sp, #684]
bl ___VERIFIER_nondet_bool
str w0, [sp, #676]
bl ___VERIFIER_nondet_bool
str w0, [sp, #668]
bl ___VERIFIER_nondet_bool
str w0, [sp, #660]
bl ___VERIFIER_nondet_bool
str w0, [sp, #652]
bl ___VERIFIER_nondet_bool
str w0, [sp, #644]
bl ___VERIFIER_nondet_bool
str w0, [sp, #636]
bl ___VERIFIER_nondet_bool
str w0, [sp, #628]
bl ___VERIFIER_nondet_bool
str w0, [sp, #620]
bl ___VERIFIER_nondet_bool
str w0, [sp, #612]
bl ___VERIFIER_nondet_bool
str w0, [sp, #604]
bl ___VERIFIER_nondet_bool
str w0, [sp, #596]
bl ___VERIFIER_nondet_bool
str w0, [sp, #588]
bl ___VERIFIER_nondet_bool
str w0, [sp, #580]
bl ___VERIFIER_nondet_bool
str w0, [sp, #572]
bl ___VERIFIER_nondet_bool
str w0, [sp, #564]
bl ___VERIFIER_nondet_bool
str w0, [sp, #556]
bl ___VERIFIER_nondet_bool
str w0, [sp, #548]
bl ___VERIFIER_nondet_bool
str w0, [sp, #540]
bl ___VERIFIER_nondet_bool
str w0, [sp, #532]
bl ___VERIFIER_nondet_int
str w0, [sp, #524]
bl ___VERIFIER_nondet_bool
str w0, [sp, #516]
bl ___VERIFIER_nondet_bool
str w0, [sp, #508]
ldr w8, [sp, #684]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_97
b LBB1_96
LBB1_96: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
subs w8, w8, #8
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_97
LBB1_97: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #720]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_99
b LBB1_98
LBB1_98: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #700]
ldr w9, [sp, #704]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB1_101
b LBB1_99
LBB1_99: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #692]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_101
b LBB1_100
LBB1_100: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #696]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_101
LBB1_101: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #692]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_103
b LBB1_102
LBB1_102: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #696]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_104
b LBB1_103
LBB1_103: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #704]
ldr w9, [sp, #700]
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_104
LBB1_104: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #696]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_106
b LBB1_105
LBB1_105: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #720]
ldr w10, [sp, #716]
mov w9, #-1
mul w9, w9, w10
add w8, w8, w9
subs w8, w8, #1
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_106
LBB1_106: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #692]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_109
b LBB1_107
LBB1_107: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #696]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_109
b LBB1_108
LBB1_108: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #704]
ldr w9, [sp, #720]
subs w8, w8, w9
cset w8, gt
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_109
LBB1_109: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #692]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_113
b LBB1_110
LBB1_110: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
subs w8, w8, #8
cset w8, ne
tbnz w8, #0, LBB1_113
b LBB1_111
LBB1_111: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #684]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_113
b LBB1_112
LBB1_112: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #696]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_113
LBB1_113: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #696]
ldr w9, [sp, #692]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB1_118
b LBB1_114
LBB1_114: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
subs w8, w8, #8
cset w8, ne
tbnz w8, #0, LBB1_117
b LBB1_115
LBB1_115: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #684]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_117
b LBB1_116
LBB1_116: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #696]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_118
b LBB1_117
LBB1_117: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_118
LBB1_118: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
ldr w9, [sp, #684]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB1_121
b LBB1_119
LBB1_119: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_121
b LBB1_120
LBB1_120: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #696]
ldr w9, [sp, #692]
subs w8, w8, w9
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_121
LBB1_121: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
ldr w10, [sp, #684]
mov w9, #-1
mul w9, w9, w10
add w8, w8, w9
adds w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB1_125
b LBB1_122
LBB1_122: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #692]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_125
b LBB1_123
LBB1_123: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_125
b LBB1_124
LBB1_124: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #696]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_125
LBB1_125: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #752]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_127
b LBB1_126
LBB1_126: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #740]
ldr w9, [sp, #744]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB1_129
b LBB1_127
LBB1_127: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #732]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_129
b LBB1_128
LBB1_128: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #736]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_129
LBB1_129: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #732]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_131
b LBB1_130
LBB1_130: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #736]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_132
b LBB1_131
LBB1_131: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #744]
ldr w9, [sp, #740]
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_132
LBB1_132: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #736]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_134
b LBB1_133
LBB1_133: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #752]
ldr w10, [sp, #748]
mov w9, #-1
mul w9, w9, w10
add w8, w8, w9
subs w8, w8, #1
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_134
LBB1_134: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #732]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_137
b LBB1_135
LBB1_135: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #736]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_137
b LBB1_136
LBB1_136: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #744]
ldr w9, [sp, #752]
subs w8, w8, w9
cset w8, gt
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_137
LBB1_137: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #732]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_141
b LBB1_138
LBB1_138: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
subs w8, w8, #8
cset w8, ne
tbnz w8, #0, LBB1_141
b LBB1_139
LBB1_139: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #684]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_141
b LBB1_140
LBB1_140: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #736]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_141
LBB1_141: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #736]
ldr w9, [sp, #732]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB1_146
b LBB1_142
LBB1_142: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
subs w8, w8, #8
cset w8, ne
tbnz w8, #0, LBB1_145
b LBB1_143
LBB1_143: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #684]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_145
b LBB1_144
LBB1_144: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #736]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_146
b LBB1_145
LBB1_145: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #1
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_146
LBB1_146: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
ldr w9, [sp, #684]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB1_149
b LBB1_147
LBB1_147: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB1_149
b LBB1_148
LBB1_148: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #736]
ldr w9, [sp, #732]
subs w8, w8, w9
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_149
LBB1_149: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
ldr w10, [sp, #684]
mov w9, #-1
mul w9, w9, w10
add w8, w8, w9
adds w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB1_153
b LBB1_150
LBB1_150: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #732]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_153
b LBB1_151
LBB1_151: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB1_153
b LBB1_152
LBB1_152: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #736]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_153
LBB1_153: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-240]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_155
b LBB1_154
LBB1_154: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-252]
ldur w9, [x29, #-248]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB1_157
b LBB1_155
LBB1_155: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #756]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_157
b LBB1_156
LBB1_156: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #760]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_157
LBB1_157: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #756]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_159
b LBB1_158
LBB1_158: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #760]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_160
b LBB1_159
LBB1_159: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-248]
ldur w9, [x29, #-252]
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_160
LBB1_160: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #760]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_162
b LBB1_161
LBB1_161: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-240]
ldur w10, [x29, #-244]
mov w9, #-1
mul w9, w9, w10
add w8, w8, w9
subs w8, w8, #1
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_162
LBB1_162: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #756]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_165
b LBB1_163
LBB1_163: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #760]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_165
b LBB1_164
LBB1_164: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-248]
ldur w9, [x29, #-240]
subs w8, w8, w9
cset w8, gt
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_165
LBB1_165: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #756]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_169
b LBB1_166
LBB1_166: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
subs w8, w8, #8
cset w8, ne
tbnz w8, #0, LBB1_169
b LBB1_167
LBB1_167: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #684]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_169
b LBB1_168
LBB1_168: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #760]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_169
LBB1_169: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #760]
ldr w9, [sp, #756]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB1_174
b LBB1_170
LBB1_170: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
subs w8, w8, #8
cset w8, ne
tbnz w8, #0, LBB1_173
b LBB1_171
LBB1_171: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #684]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_173
b LBB1_172
LBB1_172: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #760]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_174
b LBB1_173
LBB1_173: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #2
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_174
LBB1_174: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
ldr w9, [sp, #684]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB1_177
b LBB1_175
LBB1_175: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #2
cset w8, ne
tbnz w8, #0, LBB1_177
b LBB1_176
LBB1_176: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #760]
ldr w9, [sp, #756]
subs w8, w8, w9
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_177
LBB1_177: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
ldr w10, [sp, #684]
mov w9, #-1
mul w9, w9, w10
add w8, w8, w9
adds w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB1_181
b LBB1_178
LBB1_178: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #756]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_181
b LBB1_179
LBB1_179: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #2
cset w8, ne
tbnz w8, #0, LBB1_181
b LBB1_180
LBB1_180: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #760]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_181
LBB1_181: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-200]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_183
b LBB1_182
LBB1_182: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-212]
ldur w9, [x29, #-208]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB1_185
b LBB1_183
LBB1_183: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-228]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_185
b LBB1_184
LBB1_184: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-224]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_185
LBB1_185: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-228]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_187
b LBB1_186
LBB1_186: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-224]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_188
b LBB1_187
LBB1_187: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-208]
ldur w9, [x29, #-212]
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_188
LBB1_188: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-224]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_190
b LBB1_189
LBB1_189: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-200]
ldur w10, [x29, #-204]
mov w9, #-1
mul w9, w9, w10
add w8, w8, w9
subs w8, w8, #1
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_190
LBB1_190: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-228]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_193
b LBB1_191
LBB1_191: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-224]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_193
b LBB1_192
LBB1_192: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-208]
ldur w9, [x29, #-200]
subs w8, w8, w9
cset w8, gt
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_193
LBB1_193: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-228]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_197
b LBB1_194
LBB1_194: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
subs w8, w8, #8
cset w8, ne
tbnz w8, #0, LBB1_197
b LBB1_195
LBB1_195: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #684]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_197
b LBB1_196
LBB1_196: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-224]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_197
LBB1_197: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-224]
ldur w9, [x29, #-228]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB1_202
b LBB1_198
LBB1_198: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
subs w8, w8, #8
cset w8, ne
tbnz w8, #0, LBB1_201
b LBB1_199
LBB1_199: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #684]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_201
b LBB1_200
LBB1_200: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-224]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_202
b LBB1_201
LBB1_201: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #3
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_202
LBB1_202: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
ldr w9, [sp, #684]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB1_205
b LBB1_203
LBB1_203: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #3
cset w8, ne
tbnz w8, #0, LBB1_205
b LBB1_204
LBB1_204: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-224]
ldur w9, [x29, #-228]
subs w8, w8, w9
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_205
LBB1_205: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
ldr w10, [sp, #684]
mov w9, #-1
mul w9, w9, w10
add w8, w8, w9
adds w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB1_209
b LBB1_206
LBB1_206: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-228]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_209
b LBB1_207
LBB1_207: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #3
cset w8, ne
tbnz w8, #0, LBB1_209
b LBB1_208
LBB1_208: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-224]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_209
LBB1_209: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-160]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_211
b LBB1_210
LBB1_210: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-172]
ldur w9, [x29, #-168]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB1_213
b LBB1_211
LBB1_211: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_213
b LBB1_212
LBB1_212: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_213
LBB1_213: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_215
b LBB1_214
LBB1_214: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_216
b LBB1_215
LBB1_215: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-168]
ldur w9, [x29, #-172]
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_216
LBB1_216: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_218
b LBB1_217
LBB1_217: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-160]
ldur w10, [x29, #-164]
mov w9, #-1
mul w9, w9, w10
add w8, w8, w9
subs w8, w8, #1
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_218
LBB1_218: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_221
b LBB1_219
LBB1_219: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_221
b LBB1_220
LBB1_220: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-168]
ldur w9, [x29, #-160]
subs w8, w8, w9
cset w8, gt
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_221
LBB1_221: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_225
b LBB1_222
LBB1_222: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
subs w8, w8, #8
cset w8, ne
tbnz w8, #0, LBB1_225
b LBB1_223
LBB1_223: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #684]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_225
b LBB1_224
LBB1_224: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_225
LBB1_225: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-184]
ldur w9, [x29, #-188]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB1_230
b LBB1_226
LBB1_226: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
subs w8, w8, #8
cset w8, ne
tbnz w8, #0, LBB1_229
b LBB1_227
LBB1_227: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #684]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_229
b LBB1_228
LBB1_228: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_230
b LBB1_229
LBB1_229: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #4
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_230
LBB1_230: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
ldr w9, [sp, #684]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB1_233
b LBB1_231
LBB1_231: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #4
cset w8, ne
tbnz w8, #0, LBB1_233
b LBB1_232
LBB1_232: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-184]
ldur w9, [x29, #-188]
subs w8, w8, w9
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_233
LBB1_233: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
ldr w10, [sp, #684]
mov w9, #-1
mul w9, w9, w10
add w8, w8, w9
adds w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB1_237
b LBB1_234
LBB1_234: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-188]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_237
b LBB1_235
LBB1_235: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #4
cset w8, ne
tbnz w8, #0, LBB1_237
b LBB1_236
LBB1_236: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-184]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_237
LBB1_237: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-120]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_239
b LBB1_238
LBB1_238: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-132]
ldur w9, [x29, #-128]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB1_241
b LBB1_239
LBB1_239: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_241
b LBB1_240
LBB1_240: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_241
LBB1_241: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_243
b LBB1_242
LBB1_242: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_244
b LBB1_243
LBB1_243: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-128]
ldur w9, [x29, #-132]
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_244
LBB1_244: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_246
b LBB1_245
LBB1_245: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-120]
ldur w10, [x29, #-124]
mov w9, #-1
mul w9, w9, w10
add w8, w8, w9
subs w8, w8, #1
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_246
LBB1_246: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_249
b LBB1_247
LBB1_247: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_249
b LBB1_248
LBB1_248: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-128]
ldur w9, [x29, #-120]
subs w8, w8, w9
cset w8, gt
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_249
LBB1_249: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_253
b LBB1_250
LBB1_250: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
subs w8, w8, #8
cset w8, ne
tbnz w8, #0, LBB1_253
b LBB1_251
LBB1_251: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #684]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_253
b LBB1_252
LBB1_252: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_253
LBB1_253: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-144]
ldur w9, [x29, #-148]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB1_258
b LBB1_254
LBB1_254: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
subs w8, w8, #8
cset w8, ne
tbnz w8, #0, LBB1_257
b LBB1_255
LBB1_255: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #684]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_257
b LBB1_256
LBB1_256: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_258
b LBB1_257
LBB1_257: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #5
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_258
LBB1_258: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
ldr w9, [sp, #684]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB1_261
b LBB1_259
LBB1_259: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #5
cset w8, ne
tbnz w8, #0, LBB1_261
b LBB1_260
LBB1_260: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-144]
ldur w9, [x29, #-148]
subs w8, w8, w9
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_261
LBB1_261: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
ldr w10, [sp, #684]
mov w9, #-1
mul w9, w9, w10
add w8, w8, w9
adds w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB1_265
b LBB1_262
LBB1_262: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-148]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_265
b LBB1_263
LBB1_263: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #5
cset w8, ne
tbnz w8, #0, LBB1_265
b LBB1_264
LBB1_264: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-144]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_265
LBB1_265: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-80]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_267
b LBB1_266
LBB1_266: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-92]
ldur w9, [x29, #-88]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB1_269
b LBB1_267
LBB1_267: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_269
b LBB1_268
LBB1_268: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_269
LBB1_269: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_271
b LBB1_270
LBB1_270: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_272
b LBB1_271
LBB1_271: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-88]
ldur w9, [x29, #-92]
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_272
LBB1_272: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_274
b LBB1_273
LBB1_273: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-80]
ldur w10, [x29, #-84]
mov w9, #-1
mul w9, w9, w10
add w8, w8, w9
subs w8, w8, #1
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_274
LBB1_274: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_277
b LBB1_275
LBB1_275: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_277
b LBB1_276
LBB1_276: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-88]
ldur w9, [x29, #-80]
subs w8, w8, w9
cset w8, gt
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_277
LBB1_277: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_281
b LBB1_278
LBB1_278: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
subs w8, w8, #8
cset w8, ne
tbnz w8, #0, LBB1_281
b LBB1_279
LBB1_279: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #684]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_281
b LBB1_280
LBB1_280: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_281
LBB1_281: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-104]
ldur w9, [x29, #-108]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB1_286
b LBB1_282
LBB1_282: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
subs w8, w8, #8
cset w8, ne
tbnz w8, #0, LBB1_285
b LBB1_283
LBB1_283: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #684]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_285
b LBB1_284
LBB1_284: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_286
b LBB1_285
LBB1_285: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #6
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_286
LBB1_286: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
ldr w9, [sp, #684]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB1_289
b LBB1_287
LBB1_287: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #6
cset w8, ne
tbnz w8, #0, LBB1_289
b LBB1_288
LBB1_288: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-104]
ldur w9, [x29, #-108]
subs w8, w8, w9
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_289
LBB1_289: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
ldr w10, [sp, #684]
mov w9, #-1
mul w9, w9, w10
add w8, w8, w9
adds w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB1_293
b LBB1_290
LBB1_290: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-108]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_293
b LBB1_291
LBB1_291: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #6
cset w8, ne
tbnz w8, #0, LBB1_293
b LBB1_292
LBB1_292: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-104]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_293
LBB1_293: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-40]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_295
b LBB1_294
LBB1_294: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-52]
ldur w9, [x29, #-48]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB1_297
b LBB1_295
LBB1_295: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-68]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_297
b LBB1_296
LBB1_296: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-64]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_297
LBB1_297: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-68]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_299
b LBB1_298
LBB1_298: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-64]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_300
b LBB1_299
LBB1_299: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-48]
ldur w9, [x29, #-52]
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_300
LBB1_300: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-64]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_302
b LBB1_301
LBB1_301: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-40]
ldur w10, [x29, #-44]
mov w9, #-1
mul w9, w9, w10
add w8, w8, w9
subs w8, w8, #1
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_302
LBB1_302: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-68]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_305
b LBB1_303
LBB1_303: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-64]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_305
b LBB1_304
LBB1_304: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-48]
ldur w9, [x29, #-40]
subs w8, w8, w9
cset w8, gt
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_305
LBB1_305: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-68]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_309
b LBB1_306
LBB1_306: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
subs w8, w8, #8
cset w8, ne
tbnz w8, #0, LBB1_309
b LBB1_307
LBB1_307: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #684]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_309
b LBB1_308
LBB1_308: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-64]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_309
LBB1_309: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-64]
ldur w9, [x29, #-68]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB1_314
b LBB1_310
LBB1_310: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
subs w8, w8, #8
cset w8, ne
tbnz w8, #0, LBB1_313
b LBB1_311
LBB1_311: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #684]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_313
b LBB1_312
LBB1_312: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-64]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_314
b LBB1_313
LBB1_313: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #7
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_314
LBB1_314: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
ldr w9, [sp, #684]
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB1_317
b LBB1_315
LBB1_315: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #7
cset w8, ne
tbnz w8, #0, LBB1_317
b LBB1_316
LBB1_316: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-64]
ldur w9, [x29, #-68]
subs w8, w8, w9
cset w8, eq
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_317
LBB1_317: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
ldr w10, [sp, #684]
mov w9, #-1
mul w9, w9, w10
add w8, w8, w9
adds w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB1_321
b LBB1_318
LBB1_318: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-68]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_321
b LBB1_319
LBB1_319: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #7
cset w8, ne
tbnz w8, #0, LBB1_321
b LBB1_320
LBB1_320: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-64]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #484] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1186
b LBB1_321
LBB1_321: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #520]
str w8, [sp, #476] ; 4-byte Folded Spill
ldr w8, [sp, #516]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #480] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_325
b LBB1_322
LBB1_322: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #532]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #472] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_324
b LBB1_323
LBB1_323: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #524]
subs w8, w8, #7
cset w8, eq
str w8, [sp, #472] ; 4-byte Folded Spill
b LBB1_324
LBB1_324: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #472] ; 4-byte Folded Reload
eor w8, w8, #0x1
str w8, [sp, #480] ; 4-byte Folded Spill
b LBB1_325
LBB1_325: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #476] ; 4-byte Folded Reload
ldr w9, [sp, #480] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_326
LBB1_326: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #536]
str w8, [sp, #460] ; 4-byte Folded Spill
ldr w8, [sp, #532]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #464] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_328
b LBB1_327
LBB1_327: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #524]
subs w8, w8, #7
cset w8, eq
str w8, [sp, #464] ; 4-byte Folded Spill
b LBB1_328
LBB1_328: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #460] ; 4-byte Folded Reload
ldr w9, [sp, #464] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_329
LBB1_329: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-24]
str w8, [sp, #452] ; 4-byte Folded Spill
ldur w8, [x29, #-28]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #456] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_333
b LBB1_330
LBB1_330: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #508]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #448] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_332
b LBB1_331
LBB1_331: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #524]
subs w8, w8, #6
cset w8, eq
str w8, [sp, #448] ; 4-byte Folded Spill
b LBB1_332
LBB1_332: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #448] ; 4-byte Folded Reload
eor w8, w8, #0x1
str w8, [sp, #456] ; 4-byte Folded Spill
b LBB1_333
LBB1_333: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #452] ; 4-byte Folded Reload
ldr w9, [sp, #456] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_334
LBB1_334: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #512]
str w8, [sp, #440] ; 4-byte Folded Spill
ldr w8, [sp, #508]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #444] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_336
b LBB1_335
LBB1_335: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #524]
subs w8, w8, #6
cset w8, eq
str w8, [sp, #444] ; 4-byte Folded Spill
b LBB1_336
LBB1_336: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #440] ; 4-byte Folded Reload
ldr w9, [sp, #444] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_337
LBB1_337: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-56]
str w8, [sp, #432] ; 4-byte Folded Spill
ldur w8, [x29, #-60]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #436] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_341
b LBB1_338
LBB1_338: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #428] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_340
b LBB1_339
LBB1_339: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #524]
subs w8, w8, #5
cset w8, eq
str w8, [sp, #428] ; 4-byte Folded Spill
b LBB1_340
LBB1_340: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #428] ; 4-byte Folded Reload
eor w8, w8, #0x1
str w8, [sp, #436] ; 4-byte Folded Spill
b LBB1_341
LBB1_341: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #432] ; 4-byte Folded Reload
ldr w9, [sp, #436] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_342
LBB1_342: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-32]
str w8, [sp, #420] ; 4-byte Folded Spill
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #424] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_344
b LBB1_343
LBB1_343: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #524]
subs w8, w8, #5
cset w8, eq
str w8, [sp, #424] ; 4-byte Folded Spill
b LBB1_344
LBB1_344: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #420] ; 4-byte Folded Reload
ldr w9, [sp, #424] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_345
LBB1_345: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-96]
str w8, [sp, #412] ; 4-byte Folded Spill
ldur w8, [x29, #-100]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #416] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_349
b LBB1_346
LBB1_346: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #408] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_348
b LBB1_347
LBB1_347: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #524]
subs w8, w8, #4
cset w8, eq
str w8, [sp, #408] ; 4-byte Folded Spill
b LBB1_348
LBB1_348: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #408] ; 4-byte Folded Reload
eor w8, w8, #0x1
str w8, [sp, #416] ; 4-byte Folded Spill
b LBB1_349
LBB1_349: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #412] ; 4-byte Folded Reload
ldr w9, [sp, #416] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_350
LBB1_350: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-72]
str w8, [sp, #400] ; 4-byte Folded Spill
ldur w8, [x29, #-76]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #404] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_352
b LBB1_351
LBB1_351: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #524]
subs w8, w8, #4
cset w8, eq
str w8, [sp, #404] ; 4-byte Folded Spill
b LBB1_352
LBB1_352: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #400] ; 4-byte Folded Reload
ldr w9, [sp, #404] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_353
LBB1_353: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-136]
str w8, [sp, #392] ; 4-byte Folded Spill
ldur w8, [x29, #-140]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #396] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_357
b LBB1_354
LBB1_354: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-116]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #388] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_356
b LBB1_355
LBB1_355: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #524]
subs w8, w8, #3
cset w8, eq
str w8, [sp, #388] ; 4-byte Folded Spill
b LBB1_356
LBB1_356: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #388] ; 4-byte Folded Reload
eor w8, w8, #0x1
str w8, [sp, #396] ; 4-byte Folded Spill
b LBB1_357
LBB1_357: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #392] ; 4-byte Folded Reload
ldr w9, [sp, #396] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_358
LBB1_358: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-112]
str w8, [sp, #380] ; 4-byte Folded Spill
ldur w8, [x29, #-116]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #384] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_360
b LBB1_359
LBB1_359: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #524]
subs w8, w8, #3
cset w8, eq
str w8, [sp, #384] ; 4-byte Folded Spill
b LBB1_360
LBB1_360: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #380] ; 4-byte Folded Reload
ldr w9, [sp, #384] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_361
LBB1_361: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-176]
str w8, [sp, #372] ; 4-byte Folded Spill
ldur w8, [x29, #-180]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #376] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_365
b LBB1_362
LBB1_362: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-156]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #368] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_364
b LBB1_363
LBB1_363: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #524]
subs w8, w8, #2
cset w8, eq
str w8, [sp, #368] ; 4-byte Folded Spill
b LBB1_364
LBB1_364: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #368] ; 4-byte Folded Reload
eor w8, w8, #0x1
str w8, [sp, #376] ; 4-byte Folded Spill
b LBB1_365
LBB1_365: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #372] ; 4-byte Folded Reload
ldr w9, [sp, #376] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_366
LBB1_366: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-152]
str w8, [sp, #360] ; 4-byte Folded Spill
ldur w8, [x29, #-156]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #364] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_368
b LBB1_367
LBB1_367: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #524]
subs w8, w8, #2
cset w8, eq
str w8, [sp, #364] ; 4-byte Folded Spill
b LBB1_368
LBB1_368: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #360] ; 4-byte Folded Reload
ldr w9, [sp, #364] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_369
LBB1_369: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-216]
str w8, [sp, #352] ; 4-byte Folded Spill
ldur w8, [x29, #-220]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #356] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_373
b LBB1_370
LBB1_370: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-196]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #348] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_372
b LBB1_371
LBB1_371: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #524]
subs w8, w8, #1
cset w8, eq
str w8, [sp, #348] ; 4-byte Folded Spill
b LBB1_372
LBB1_372: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #348] ; 4-byte Folded Reload
eor w8, w8, #0x1
str w8, [sp, #356] ; 4-byte Folded Spill
b LBB1_373
LBB1_373: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #352] ; 4-byte Folded Reload
ldr w9, [sp, #356] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_374
LBB1_374: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-192]
str w8, [sp, #340] ; 4-byte Folded Spill
ldur w8, [x29, #-196]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #344] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_376
b LBB1_375
LBB1_375: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #524]
subs w8, w8, #1
cset w8, eq
str w8, [sp, #344] ; 4-byte Folded Spill
b LBB1_376
LBB1_376: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #340] ; 4-byte Folded Reload
ldr w9, [sp, #344] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_377
LBB1_377: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-256]
str w8, [sp, #332] ; 4-byte Folded Spill
ldr w8, [sp, #764]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #336] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_381
b LBB1_378
LBB1_378: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-236]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #328] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_380
b LBB1_379
LBB1_379: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #524]
subs w8, w8, #0
cset w8, eq
str w8, [sp, #328] ; 4-byte Folded Spill
b LBB1_380
LBB1_380: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #328] ; 4-byte Folded Reload
eor w8, w8, #0x1
str w8, [sp, #336] ; 4-byte Folded Spill
b LBB1_381
LBB1_381: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #332] ; 4-byte Folded Reload
ldr w9, [sp, #336] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_382
LBB1_382: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-232]
str w8, [sp, #320] ; 4-byte Folded Spill
ldur w8, [x29, #-236]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #324] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_384
b LBB1_383
LBB1_383: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #524]
subs w8, w8, #0
cset w8, eq
str w8, [sp, #324] ; 4-byte Folded Spill
b LBB1_384
LBB1_384: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #320] ; 4-byte Folded Reload
ldr w9, [sp, #324] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_385
LBB1_385: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #728]
str w8, [sp, #312] ; 4-byte Folded Spill
ldr w8, [sp, #684]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #316] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_387
b LBB1_386
LBB1_386: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #724]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #316] ; 4-byte Folded Spill
b LBB1_387
LBB1_387: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #312] ; 4-byte Folded Reload
ldr w9, [sp, #316] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_388
LBB1_388: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #712]
str w8, [sp, #304] ; 4-byte Folded Spill
ldr w8, [sp, #708]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #308] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_392
b LBB1_389
LBB1_389: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #684]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #300] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_391
b LBB1_390
LBB1_390: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #724]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #300] ; 4-byte Folded Spill
b LBB1_391
LBB1_391: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #300] ; 4-byte Folded Reload
eor w8, w8, #0x1
str w8, [sp, #308] ; 4-byte Folded Spill
b LBB1_392
LBB1_392: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #304] ; 4-byte Folded Reload
ldr w9, [sp, #308] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_393
LBB1_393: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #540]
str w8, [sp, #296] ; 4-byte Folded Spill
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_411
b LBB1_394
LBB1_394: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_411
b LBB1_395
LBB1_395: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_411
b LBB1_396
LBB1_396: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_411
b LBB1_397
LBB1_397: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_411
b LBB1_398
LBB1_398: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_411
b LBB1_399
LBB1_399: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_411
b LBB1_400
LBB1_400: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_411
b LBB1_401
LBB1_401: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_411
b LBB1_402
LBB1_402: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_411
b LBB1_403
LBB1_403: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_411
b LBB1_404
LBB1_404: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_411
b LBB1_405
LBB1_405: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_411
b LBB1_406
LBB1_406: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_411
b LBB1_407
LBB1_407: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_411
b LBB1_408
LBB1_408: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_411
b LBB1_409
LBB1_409: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_411
b LBB1_410
LBB1_410: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #292] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_435
b LBB1_411
LBB1_411: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_429
b LBB1_412
LBB1_412: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_429
b LBB1_413
LBB1_413: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_429
b LBB1_414
LBB1_414: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_429
b LBB1_415
LBB1_415: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_429
b LBB1_416
LBB1_416: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_429
b LBB1_417
LBB1_417: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_429
b LBB1_418
LBB1_418: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_429
b LBB1_419
LBB1_419: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_429
b LBB1_420
LBB1_420: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_429
b LBB1_421
LBB1_421: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_429
b LBB1_422
LBB1_422: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_429
b LBB1_423
LBB1_423: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_429
b LBB1_424
LBB1_424: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_429
b LBB1_425
LBB1_425: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_429
b LBB1_426
LBB1_426: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_429
b LBB1_427
LBB1_427: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_429
b LBB1_428
LBB1_428: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #288] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_434
b LBB1_429
LBB1_429: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #284] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_433
b LBB1_430
LBB1_430: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_432
b LBB1_431
LBB1_431: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #728]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #284] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_433
b LBB1_432
LBB1_432: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #284] ; 4-byte Folded Spill
b LBB1_433
LBB1_433: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #284] ; 4-byte Folded Reload
str w8, [sp, #288] ; 4-byte Folded Spill
b LBB1_434
LBB1_434: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #288] ; 4-byte Folded Reload
str w8, [sp, #292] ; 4-byte Folded Spill
b LBB1_435
LBB1_435: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #296] ; 4-byte Folded Reload
ldr w9, [sp, #292] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_436
LBB1_436: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #548]
str w8, [sp, #280] ; 4-byte Folded Spill
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_454
b LBB1_437
LBB1_437: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_454
b LBB1_438
LBB1_438: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_454
b LBB1_439
LBB1_439: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_454
b LBB1_440
LBB1_440: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_454
b LBB1_441
LBB1_441: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_454
b LBB1_442
LBB1_442: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_454
b LBB1_443
LBB1_443: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_454
b LBB1_444
LBB1_444: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_454
b LBB1_445
LBB1_445: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_454
b LBB1_446
LBB1_446: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_454
b LBB1_447
LBB1_447: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_454
b LBB1_448
LBB1_448: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_454
b LBB1_449
LBB1_449: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_454
b LBB1_450
LBB1_450: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_454
b LBB1_451
LBB1_451: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_454
b LBB1_452
LBB1_452: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_454
b LBB1_453
LBB1_453: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #276] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_480
b LBB1_454
LBB1_454: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_472
b LBB1_455
LBB1_455: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_472
b LBB1_456
LBB1_456: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_472
b LBB1_457
LBB1_457: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_472
b LBB1_458
LBB1_458: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_472
b LBB1_459
LBB1_459: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_472
b LBB1_460
LBB1_460: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_472
b LBB1_461
LBB1_461: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_472
b LBB1_462
LBB1_462: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_472
b LBB1_463
LBB1_463: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_472
b LBB1_464
LBB1_464: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_472
b LBB1_465
LBB1_465: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_472
b LBB1_466
LBB1_466: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_472
b LBB1_467
LBB1_467: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_472
b LBB1_468
LBB1_468: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_472
b LBB1_469
LBB1_469: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_472
b LBB1_470
LBB1_470: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_472
b LBB1_471
LBB1_471: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #272] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_479
b LBB1_472
LBB1_472: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_474
b LBB1_473
LBB1_473: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #728]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #268] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_478
b LBB1_474
LBB1_474: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #712]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_477
b LBB1_475
LBB1_475: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #688]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #268] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_478
b LBB1_476
LBB1_476: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #728]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #268] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_478
b LBB1_477
LBB1_477: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #268] ; 4-byte Folded Spill
b LBB1_478
LBB1_478: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #268] ; 4-byte Folded Reload
str w8, [sp, #272] ; 4-byte Folded Spill
b LBB1_479
LBB1_479: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #272] ; 4-byte Folded Reload
str w8, [sp, #276] ; 4-byte Folded Spill
b LBB1_480
LBB1_480: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #280] ; 4-byte Folded Reload
ldr w9, [sp, #276] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_481
LBB1_481: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #556]
str w8, [sp, #264] ; 4-byte Folded Spill
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_499
b LBB1_482
LBB1_482: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_499
b LBB1_483
LBB1_483: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_499
b LBB1_484
LBB1_484: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_499
b LBB1_485
LBB1_485: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_499
b LBB1_486
LBB1_486: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_499
b LBB1_487
LBB1_487: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_499
b LBB1_488
LBB1_488: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_499
b LBB1_489
LBB1_489: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_499
b LBB1_490
LBB1_490: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_499
b LBB1_491
LBB1_491: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_499
b LBB1_492
LBB1_492: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_499
b LBB1_493
LBB1_493: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_499
b LBB1_494
LBB1_494: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_499
b LBB1_495
LBB1_495: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_499
b LBB1_496
LBB1_496: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_499
b LBB1_497
LBB1_497: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_499
b LBB1_498
LBB1_498: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #260] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_523
b LBB1_499
LBB1_499: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_517
b LBB1_500
LBB1_500: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_517
b LBB1_501
LBB1_501: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_517
b LBB1_502
LBB1_502: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_517
b LBB1_503
LBB1_503: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_517
b LBB1_504
LBB1_504: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_517
b LBB1_505
LBB1_505: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_517
b LBB1_506
LBB1_506: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_517
b LBB1_507
LBB1_507: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_517
b LBB1_508
LBB1_508: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_517
b LBB1_509
LBB1_509: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_517
b LBB1_510
LBB1_510: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_517
b LBB1_511
LBB1_511: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_517
b LBB1_512
LBB1_512: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_517
b LBB1_513
LBB1_513: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_517
b LBB1_514
LBB1_514: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_517
b LBB1_515
LBB1_515: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_517
b LBB1_516
LBB1_516: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #256] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_522
b LBB1_517
LBB1_517: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #252] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_521
b LBB1_518
LBB1_518: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_520
b LBB1_519
LBB1_519: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-232]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #252] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_521
b LBB1_520
LBB1_520: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #252] ; 4-byte Folded Spill
b LBB1_521
LBB1_521: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #252] ; 4-byte Folded Reload
str w8, [sp, #256] ; 4-byte Folded Spill
b LBB1_522
LBB1_522: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #256] ; 4-byte Folded Reload
str w8, [sp, #260] ; 4-byte Folded Spill
b LBB1_523
LBB1_523: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #264] ; 4-byte Folded Reload
ldr w9, [sp, #260] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_524
LBB1_524: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #564]
str w8, [sp, #248] ; 4-byte Folded Spill
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_542
b LBB1_525
LBB1_525: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_542
b LBB1_526
LBB1_526: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_542
b LBB1_527
LBB1_527: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_542
b LBB1_528
LBB1_528: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_542
b LBB1_529
LBB1_529: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_542
b LBB1_530
LBB1_530: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_542
b LBB1_531
LBB1_531: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_542
b LBB1_532
LBB1_532: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_542
b LBB1_533
LBB1_533: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_542
b LBB1_534
LBB1_534: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_542
b LBB1_535
LBB1_535: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_542
b LBB1_536
LBB1_536: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_542
b LBB1_537
LBB1_537: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_542
b LBB1_538
LBB1_538: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_542
b LBB1_539
LBB1_539: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_542
b LBB1_540
LBB1_540: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_542
b LBB1_541
LBB1_541: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #244] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_568
b LBB1_542
LBB1_542: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_560
b LBB1_543
LBB1_543: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_560
b LBB1_544
LBB1_544: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_560
b LBB1_545
LBB1_545: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_560
b LBB1_546
LBB1_546: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_560
b LBB1_547
LBB1_547: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_560
b LBB1_548
LBB1_548: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_560
b LBB1_549
LBB1_549: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_560
b LBB1_550
LBB1_550: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_560
b LBB1_551
LBB1_551: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_560
b LBB1_552
LBB1_552: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_560
b LBB1_553
LBB1_553: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_560
b LBB1_554
LBB1_554: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_560
b LBB1_555
LBB1_555: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_560
b LBB1_556
LBB1_556: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_560
b LBB1_557
LBB1_557: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_560
b LBB1_558
LBB1_558: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_560
b LBB1_559
LBB1_559: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #240] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_567
b LBB1_560
LBB1_560: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_562
b LBB1_561
LBB1_561: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-232]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #236] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_566
b LBB1_562
LBB1_562: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-256]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_565
b LBB1_563
LBB1_563: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #236] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_566
b LBB1_564
LBB1_564: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-232]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #236] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_566
b LBB1_565
LBB1_565: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #236] ; 4-byte Folded Spill
b LBB1_566
LBB1_566: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #236] ; 4-byte Folded Reload
str w8, [sp, #240] ; 4-byte Folded Spill
b LBB1_567
LBB1_567: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #240] ; 4-byte Folded Reload
str w8, [sp, #244] ; 4-byte Folded Spill
b LBB1_568
LBB1_568: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #248] ; 4-byte Folded Reload
ldr w9, [sp, #244] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_569
LBB1_569: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #572]
str w8, [sp, #232] ; 4-byte Folded Spill
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_587
b LBB1_570
LBB1_570: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_587
b LBB1_571
LBB1_571: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_587
b LBB1_572
LBB1_572: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_587
b LBB1_573
LBB1_573: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_587
b LBB1_574
LBB1_574: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_587
b LBB1_575
LBB1_575: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_587
b LBB1_576
LBB1_576: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_587
b LBB1_577
LBB1_577: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_587
b LBB1_578
LBB1_578: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_587
b LBB1_579
LBB1_579: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_587
b LBB1_580
LBB1_580: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_587
b LBB1_581
LBB1_581: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_587
b LBB1_582
LBB1_582: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_587
b LBB1_583
LBB1_583: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_587
b LBB1_584
LBB1_584: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_587
b LBB1_585
LBB1_585: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_587
b LBB1_586
LBB1_586: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #228] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_611
b LBB1_587
LBB1_587: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_605
b LBB1_588
LBB1_588: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_605
b LBB1_589
LBB1_589: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_605
b LBB1_590
LBB1_590: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_605
b LBB1_591
LBB1_591: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_605
b LBB1_592
LBB1_592: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_605
b LBB1_593
LBB1_593: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_605
b LBB1_594
LBB1_594: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_605
b LBB1_595
LBB1_595: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_605
b LBB1_596
LBB1_596: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_605
b LBB1_597
LBB1_597: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_605
b LBB1_598
LBB1_598: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_605
b LBB1_599
LBB1_599: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_605
b LBB1_600
LBB1_600: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_605
b LBB1_601
LBB1_601: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_605
b LBB1_602
LBB1_602: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_605
b LBB1_603
LBB1_603: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_605
b LBB1_604
LBB1_604: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #224] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_610
b LBB1_605
LBB1_605: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #1
cset w8, eq
mov w9, #1
str w9, [sp, #220] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_609
b LBB1_606
LBB1_606: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB1_608
b LBB1_607
LBB1_607: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #220] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_609
b LBB1_608
LBB1_608: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #220] ; 4-byte Folded Spill
b LBB1_609
LBB1_609: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #220] ; 4-byte Folded Reload
str w8, [sp, #224] ; 4-byte Folded Spill
b LBB1_610
LBB1_610: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #224] ; 4-byte Folded Reload
str w8, [sp, #228] ; 4-byte Folded Spill
b LBB1_611
LBB1_611: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #232] ; 4-byte Folded Reload
ldr w9, [sp, #228] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_612
LBB1_612: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #580]
str w8, [sp, #216] ; 4-byte Folded Spill
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_630
b LBB1_613
LBB1_613: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_630
b LBB1_614
LBB1_614: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_630
b LBB1_615
LBB1_615: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_630
b LBB1_616
LBB1_616: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_630
b LBB1_617
LBB1_617: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_630
b LBB1_618
LBB1_618: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_630
b LBB1_619
LBB1_619: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_630
b LBB1_620
LBB1_620: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_630
b LBB1_621
LBB1_621: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_630
b LBB1_622
LBB1_622: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_630
b LBB1_623
LBB1_623: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_630
b LBB1_624
LBB1_624: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_630
b LBB1_625
LBB1_625: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_630
b LBB1_626
LBB1_626: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_630
b LBB1_627
LBB1_627: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_630
b LBB1_628
LBB1_628: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_630
b LBB1_629
LBB1_629: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #212] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_656
b LBB1_630
LBB1_630: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_648
b LBB1_631
LBB1_631: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_648
b LBB1_632
LBB1_632: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_648
b LBB1_633
LBB1_633: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_648
b LBB1_634
LBB1_634: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_648
b LBB1_635
LBB1_635: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_648
b LBB1_636
LBB1_636: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_648
b LBB1_637
LBB1_637: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_648
b LBB1_638
LBB1_638: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_648
b LBB1_639
LBB1_639: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_648
b LBB1_640
LBB1_640: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_648
b LBB1_641
LBB1_641: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_648
b LBB1_642
LBB1_642: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_648
b LBB1_643
LBB1_643: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_648
b LBB1_644
LBB1_644: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_648
b LBB1_645
LBB1_645: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_648
b LBB1_646
LBB1_646: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_648
b LBB1_647
LBB1_647: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #208] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_655
b LBB1_648
LBB1_648: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB1_650
b LBB1_649
LBB1_649: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #204] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_654
b LBB1_650
LBB1_650: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-216]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_653
b LBB1_651
LBB1_651: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #1
cset w8, eq
mov w9, #1
str w9, [sp, #204] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_654
b LBB1_652
LBB1_652: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-192]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #204] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_654
b LBB1_653
LBB1_653: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #204] ; 4-byte Folded Spill
b LBB1_654
LBB1_654: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #204] ; 4-byte Folded Reload
str w8, [sp, #208] ; 4-byte Folded Spill
b LBB1_655
LBB1_655: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #208] ; 4-byte Folded Reload
str w8, [sp, #212] ; 4-byte Folded Spill
b LBB1_656
LBB1_656: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #216] ; 4-byte Folded Reload
ldr w9, [sp, #212] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_657
LBB1_657: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #588]
str w8, [sp, #200] ; 4-byte Folded Spill
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_675
b LBB1_658
LBB1_658: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_675
b LBB1_659
LBB1_659: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_675
b LBB1_660
LBB1_660: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_675
b LBB1_661
LBB1_661: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_675
b LBB1_662
LBB1_662: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_675
b LBB1_663
LBB1_663: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_675
b LBB1_664
LBB1_664: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_675
b LBB1_665
LBB1_665: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_675
b LBB1_666
LBB1_666: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_675
b LBB1_667
LBB1_667: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_675
b LBB1_668
LBB1_668: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_675
b LBB1_669
LBB1_669: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_675
b LBB1_670
LBB1_670: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_675
b LBB1_671
LBB1_671: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_675
b LBB1_672
LBB1_672: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_675
b LBB1_673
LBB1_673: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_675
b LBB1_674
LBB1_674: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #196] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_699
b LBB1_675
LBB1_675: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_693
b LBB1_676
LBB1_676: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_693
b LBB1_677
LBB1_677: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_693
b LBB1_678
LBB1_678: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_693
b LBB1_679
LBB1_679: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_693
b LBB1_680
LBB1_680: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_693
b LBB1_681
LBB1_681: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_693
b LBB1_682
LBB1_682: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_693
b LBB1_683
LBB1_683: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_693
b LBB1_684
LBB1_684: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_693
b LBB1_685
LBB1_685: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_693
b LBB1_686
LBB1_686: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_693
b LBB1_687
LBB1_687: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_693
b LBB1_688
LBB1_688: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_693
b LBB1_689
LBB1_689: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_693
b LBB1_690
LBB1_690: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_693
b LBB1_691
LBB1_691: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_693
b LBB1_692
LBB1_692: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #192] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_698
b LBB1_693
LBB1_693: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #2
cset w8, eq
mov w9, #1
str w9, [sp, #188] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_697
b LBB1_694
LBB1_694: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB1_696
b LBB1_695
LBB1_695: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-152]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #188] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_697
b LBB1_696
LBB1_696: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #188] ; 4-byte Folded Spill
b LBB1_697
LBB1_697: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #188] ; 4-byte Folded Reload
str w8, [sp, #192] ; 4-byte Folded Spill
b LBB1_698
LBB1_698: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #192] ; 4-byte Folded Reload
str w8, [sp, #196] ; 4-byte Folded Spill
b LBB1_699
LBB1_699: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #200] ; 4-byte Folded Reload
ldr w9, [sp, #196] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_700
LBB1_700: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #596]
str w8, [sp, #184] ; 4-byte Folded Spill
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_718
b LBB1_701
LBB1_701: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_718
b LBB1_702
LBB1_702: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_718
b LBB1_703
LBB1_703: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_718
b LBB1_704
LBB1_704: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_718
b LBB1_705
LBB1_705: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_718
b LBB1_706
LBB1_706: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_718
b LBB1_707
LBB1_707: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_718
b LBB1_708
LBB1_708: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_718
b LBB1_709
LBB1_709: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_718
b LBB1_710
LBB1_710: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_718
b LBB1_711
LBB1_711: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_718
b LBB1_712
LBB1_712: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_718
b LBB1_713
LBB1_713: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_718
b LBB1_714
LBB1_714: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_718
b LBB1_715
LBB1_715: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_718
b LBB1_716
LBB1_716: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_718
b LBB1_717
LBB1_717: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #180] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_744
b LBB1_718
LBB1_718: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_736
b LBB1_719
LBB1_719: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_736
b LBB1_720
LBB1_720: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_736
b LBB1_721
LBB1_721: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_736
b LBB1_722
LBB1_722: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_736
b LBB1_723
LBB1_723: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_736
b LBB1_724
LBB1_724: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_736
b LBB1_725
LBB1_725: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_736
b LBB1_726
LBB1_726: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_736
b LBB1_727
LBB1_727: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_736
b LBB1_728
LBB1_728: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_736
b LBB1_729
LBB1_729: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_736
b LBB1_730
LBB1_730: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_736
b LBB1_731
LBB1_731: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_736
b LBB1_732
LBB1_732: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_736
b LBB1_733
LBB1_733: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_736
b LBB1_734
LBB1_734: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_736
b LBB1_735
LBB1_735: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #176] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_743
b LBB1_736
LBB1_736: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB1_738
b LBB1_737
LBB1_737: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-152]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #172] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_742
b LBB1_738
LBB1_738: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-176]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_741
b LBB1_739
LBB1_739: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #2
cset w8, eq
mov w9, #1
str w9, [sp, #172] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_742
b LBB1_740
LBB1_740: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-152]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #172] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_742
b LBB1_741
LBB1_741: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #172] ; 4-byte Folded Spill
b LBB1_742
LBB1_742: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #172] ; 4-byte Folded Reload
str w8, [sp, #176] ; 4-byte Folded Spill
b LBB1_743
LBB1_743: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #176] ; 4-byte Folded Reload
str w8, [sp, #180] ; 4-byte Folded Spill
b LBB1_744
LBB1_744: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #184] ; 4-byte Folded Reload
ldr w9, [sp, #180] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_745
LBB1_745: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #604]
str w8, [sp, #168] ; 4-byte Folded Spill
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_763
b LBB1_746
LBB1_746: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_763
b LBB1_747
LBB1_747: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_763
b LBB1_748
LBB1_748: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_763
b LBB1_749
LBB1_749: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_763
b LBB1_750
LBB1_750: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_763
b LBB1_751
LBB1_751: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_763
b LBB1_752
LBB1_752: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_763
b LBB1_753
LBB1_753: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_763
b LBB1_754
LBB1_754: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_763
b LBB1_755
LBB1_755: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_763
b LBB1_756
LBB1_756: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_763
b LBB1_757
LBB1_757: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_763
b LBB1_758
LBB1_758: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_763
b LBB1_759
LBB1_759: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_763
b LBB1_760
LBB1_760: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_763
b LBB1_761
LBB1_761: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_763
b LBB1_762
LBB1_762: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #164] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_787
b LBB1_763
LBB1_763: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_781
b LBB1_764
LBB1_764: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_781
b LBB1_765
LBB1_765: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_781
b LBB1_766
LBB1_766: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_781
b LBB1_767
LBB1_767: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_781
b LBB1_768
LBB1_768: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_781
b LBB1_769
LBB1_769: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_781
b LBB1_770
LBB1_770: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_781
b LBB1_771
LBB1_771: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_781
b LBB1_772
LBB1_772: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_781
b LBB1_773
LBB1_773: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_781
b LBB1_774
LBB1_774: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_781
b LBB1_775
LBB1_775: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_781
b LBB1_776
LBB1_776: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_781
b LBB1_777
LBB1_777: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_781
b LBB1_778
LBB1_778: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_781
b LBB1_779
LBB1_779: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_781
b LBB1_780
LBB1_780: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #160] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_786
b LBB1_781
LBB1_781: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #3
cset w8, eq
mov w9, #1
str w9, [sp, #156] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_785
b LBB1_782
LBB1_782: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #3
cset w8, eq
tbnz w8, #0, LBB1_784
b LBB1_783
LBB1_783: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-112]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #156] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_785
b LBB1_784
LBB1_784: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #156] ; 4-byte Folded Spill
b LBB1_785
LBB1_785: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #156] ; 4-byte Folded Reload
str w8, [sp, #160] ; 4-byte Folded Spill
b LBB1_786
LBB1_786: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #160] ; 4-byte Folded Reload
str w8, [sp, #164] ; 4-byte Folded Spill
b LBB1_787
LBB1_787: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #168] ; 4-byte Folded Reload
ldr w9, [sp, #164] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_788
LBB1_788: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #612]
str w8, [sp, #152] ; 4-byte Folded Spill
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_806
b LBB1_789
LBB1_789: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_806
b LBB1_790
LBB1_790: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_806
b LBB1_791
LBB1_791: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_806
b LBB1_792
LBB1_792: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_806
b LBB1_793
LBB1_793: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_806
b LBB1_794
LBB1_794: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_806
b LBB1_795
LBB1_795: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_806
b LBB1_796
LBB1_796: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_806
b LBB1_797
LBB1_797: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_806
b LBB1_798
LBB1_798: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_806
b LBB1_799
LBB1_799: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_806
b LBB1_800
LBB1_800: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_806
b LBB1_801
LBB1_801: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_806
b LBB1_802
LBB1_802: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_806
b LBB1_803
LBB1_803: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_806
b LBB1_804
LBB1_804: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_806
b LBB1_805
LBB1_805: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #148] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_832
b LBB1_806
LBB1_806: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_824
b LBB1_807
LBB1_807: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_824
b LBB1_808
LBB1_808: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_824
b LBB1_809
LBB1_809: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_824
b LBB1_810
LBB1_810: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_824
b LBB1_811
LBB1_811: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_824
b LBB1_812
LBB1_812: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_824
b LBB1_813
LBB1_813: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_824
b LBB1_814
LBB1_814: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_824
b LBB1_815
LBB1_815: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_824
b LBB1_816
LBB1_816: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_824
b LBB1_817
LBB1_817: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_824
b LBB1_818
LBB1_818: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_824
b LBB1_819
LBB1_819: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_824
b LBB1_820
LBB1_820: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_824
b LBB1_821
LBB1_821: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_824
b LBB1_822
LBB1_822: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_824
b LBB1_823
LBB1_823: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #144] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_831
b LBB1_824
LBB1_824: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #3
cset w8, eq
tbnz w8, #0, LBB1_826
b LBB1_825
LBB1_825: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-112]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #140] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_830
b LBB1_826
LBB1_826: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-136]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_829
b LBB1_827
LBB1_827: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #3
cset w8, eq
mov w9, #1
str w9, [sp, #140] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_830
b LBB1_828
LBB1_828: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-112]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #140] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_830
b LBB1_829
LBB1_829: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #140] ; 4-byte Folded Spill
b LBB1_830
LBB1_830: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #140] ; 4-byte Folded Reload
str w8, [sp, #144] ; 4-byte Folded Spill
b LBB1_831
LBB1_831: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #144] ; 4-byte Folded Reload
str w8, [sp, #148] ; 4-byte Folded Spill
b LBB1_832
LBB1_832: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #152] ; 4-byte Folded Reload
ldr w9, [sp, #148] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_833
LBB1_833: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #620]
str w8, [sp, #136] ; 4-byte Folded Spill
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_851
b LBB1_834
LBB1_834: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_851
b LBB1_835
LBB1_835: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_851
b LBB1_836
LBB1_836: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_851
b LBB1_837
LBB1_837: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_851
b LBB1_838
LBB1_838: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_851
b LBB1_839
LBB1_839: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_851
b LBB1_840
LBB1_840: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_851
b LBB1_841
LBB1_841: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_851
b LBB1_842
LBB1_842: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_851
b LBB1_843
LBB1_843: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_851
b LBB1_844
LBB1_844: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_851
b LBB1_845
LBB1_845: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_851
b LBB1_846
LBB1_846: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_851
b LBB1_847
LBB1_847: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_851
b LBB1_848
LBB1_848: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_851
b LBB1_849
LBB1_849: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_851
b LBB1_850
LBB1_850: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #132] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_875
b LBB1_851
LBB1_851: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_869
b LBB1_852
LBB1_852: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_869
b LBB1_853
LBB1_853: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_869
b LBB1_854
LBB1_854: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_869
b LBB1_855
LBB1_855: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_869
b LBB1_856
LBB1_856: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_869
b LBB1_857
LBB1_857: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_869
b LBB1_858
LBB1_858: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_869
b LBB1_859
LBB1_859: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_869
b LBB1_860
LBB1_860: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_869
b LBB1_861
LBB1_861: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_869
b LBB1_862
LBB1_862: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_869
b LBB1_863
LBB1_863: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_869
b LBB1_864
LBB1_864: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_869
b LBB1_865
LBB1_865: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_869
b LBB1_866
LBB1_866: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_869
b LBB1_867
LBB1_867: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_869
b LBB1_868
LBB1_868: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #128] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_874
b LBB1_869
LBB1_869: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #4
cset w8, eq
mov w9, #1
str w9, [sp, #124] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_873
b LBB1_870
LBB1_870: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #4
cset w8, eq
tbnz w8, #0, LBB1_872
b LBB1_871
LBB1_871: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #124] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_873
b LBB1_872
LBB1_872: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #124] ; 4-byte Folded Spill
b LBB1_873
LBB1_873: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #124] ; 4-byte Folded Reload
str w8, [sp, #128] ; 4-byte Folded Spill
b LBB1_874
LBB1_874: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #128] ; 4-byte Folded Reload
str w8, [sp, #132] ; 4-byte Folded Spill
b LBB1_875
LBB1_875: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #136] ; 4-byte Folded Reload
ldr w9, [sp, #132] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_876
LBB1_876: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #628]
str w8, [sp, #120] ; 4-byte Folded Spill
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_894
b LBB1_877
LBB1_877: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_894
b LBB1_878
LBB1_878: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_894
b LBB1_879
LBB1_879: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_894
b LBB1_880
LBB1_880: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_894
b LBB1_881
LBB1_881: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_894
b LBB1_882
LBB1_882: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_894
b LBB1_883
LBB1_883: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_894
b LBB1_884
LBB1_884: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_894
b LBB1_885
LBB1_885: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_894
b LBB1_886
LBB1_886: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_894
b LBB1_887
LBB1_887: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_894
b LBB1_888
LBB1_888: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_894
b LBB1_889
LBB1_889: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_894
b LBB1_890
LBB1_890: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_894
b LBB1_891
LBB1_891: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_894
b LBB1_892
LBB1_892: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_894
b LBB1_893
LBB1_893: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #116] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_920
b LBB1_894
LBB1_894: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_912
b LBB1_895
LBB1_895: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_912
b LBB1_896
LBB1_896: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_912
b LBB1_897
LBB1_897: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_912
b LBB1_898
LBB1_898: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_912
b LBB1_899
LBB1_899: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_912
b LBB1_900
LBB1_900: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_912
b LBB1_901
LBB1_901: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_912
b LBB1_902
LBB1_902: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_912
b LBB1_903
LBB1_903: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_912
b LBB1_904
LBB1_904: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_912
b LBB1_905
LBB1_905: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_912
b LBB1_906
LBB1_906: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_912
b LBB1_907
LBB1_907: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_912
b LBB1_908
LBB1_908: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_912
b LBB1_909
LBB1_909: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_912
b LBB1_910
LBB1_910: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_912
b LBB1_911
LBB1_911: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #112] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_919
b LBB1_912
LBB1_912: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #4
cset w8, eq
tbnz w8, #0, LBB1_914
b LBB1_913
LBB1_913: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_918
b LBB1_914
LBB1_914: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-96]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_917
b LBB1_915
LBB1_915: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #4
cset w8, eq
mov w9, #1
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_918
b LBB1_916
LBB1_916: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-72]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #108] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_918
b LBB1_917
LBB1_917: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #108] ; 4-byte Folded Spill
b LBB1_918
LBB1_918: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #108] ; 4-byte Folded Reload
str w8, [sp, #112] ; 4-byte Folded Spill
b LBB1_919
LBB1_919: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #112] ; 4-byte Folded Reload
str w8, [sp, #116] ; 4-byte Folded Spill
b LBB1_920
LBB1_920: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #120] ; 4-byte Folded Reload
ldr w9, [sp, #116] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_921
LBB1_921: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #636]
str w8, [sp, #104] ; 4-byte Folded Spill
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_939
b LBB1_922
LBB1_922: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_939
b LBB1_923
LBB1_923: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_939
b LBB1_924
LBB1_924: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_939
b LBB1_925
LBB1_925: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_939
b LBB1_926
LBB1_926: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_939
b LBB1_927
LBB1_927: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_939
b LBB1_928
LBB1_928: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_939
b LBB1_929
LBB1_929: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_939
b LBB1_930
LBB1_930: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_939
b LBB1_931
LBB1_931: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_939
b LBB1_932
LBB1_932: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_939
b LBB1_933
LBB1_933: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_939
b LBB1_934
LBB1_934: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_939
b LBB1_935
LBB1_935: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_939
b LBB1_936
LBB1_936: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_939
b LBB1_937
LBB1_937: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_939
b LBB1_938
LBB1_938: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #100] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_963
b LBB1_939
LBB1_939: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_957
b LBB1_940
LBB1_940: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_957
b LBB1_941
LBB1_941: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_957
b LBB1_942
LBB1_942: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_957
b LBB1_943
LBB1_943: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_957
b LBB1_944
LBB1_944: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_957
b LBB1_945
LBB1_945: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_957
b LBB1_946
LBB1_946: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_957
b LBB1_947
LBB1_947: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_957
b LBB1_948
LBB1_948: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_957
b LBB1_949
LBB1_949: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_957
b LBB1_950
LBB1_950: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_957
b LBB1_951
LBB1_951: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_957
b LBB1_952
LBB1_952: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_957
b LBB1_953
LBB1_953: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_957
b LBB1_954
LBB1_954: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_957
b LBB1_955
LBB1_955: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_957
b LBB1_956
LBB1_956: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #96] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_962
b LBB1_957
LBB1_957: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #5
cset w8, eq
mov w9, #1
str w9, [sp, #92] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_961
b LBB1_958
LBB1_958: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #5
cset w8, eq
tbnz w8, #0, LBB1_960
b LBB1_959
LBB1_959: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #92] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_961
b LBB1_960
LBB1_960: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #92] ; 4-byte Folded Spill
b LBB1_961
LBB1_961: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #92] ; 4-byte Folded Reload
str w8, [sp, #96] ; 4-byte Folded Spill
b LBB1_962
LBB1_962: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #96] ; 4-byte Folded Reload
str w8, [sp, #100] ; 4-byte Folded Spill
b LBB1_963
LBB1_963: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #104] ; 4-byte Folded Reload
ldr w9, [sp, #100] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_964
LBB1_964: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #644]
str w8, [sp, #88] ; 4-byte Folded Spill
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_982
b LBB1_965
LBB1_965: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_982
b LBB1_966
LBB1_966: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_982
b LBB1_967
LBB1_967: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_982
b LBB1_968
LBB1_968: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_982
b LBB1_969
LBB1_969: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_982
b LBB1_970
LBB1_970: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_982
b LBB1_971
LBB1_971: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_982
b LBB1_972
LBB1_972: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_982
b LBB1_973
LBB1_973: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_982
b LBB1_974
LBB1_974: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_982
b LBB1_975
LBB1_975: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_982
b LBB1_976
LBB1_976: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_982
b LBB1_977
LBB1_977: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_982
b LBB1_978
LBB1_978: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_982
b LBB1_979
LBB1_979: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_982
b LBB1_980
LBB1_980: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_982
b LBB1_981
LBB1_981: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #84] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1008
b LBB1_982
LBB1_982: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1000
b LBB1_983
LBB1_983: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1000
b LBB1_984
LBB1_984: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1000
b LBB1_985
LBB1_985: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1000
b LBB1_986
LBB1_986: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1000
b LBB1_987
LBB1_987: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1000
b LBB1_988
LBB1_988: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1000
b LBB1_989
LBB1_989: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1000
b LBB1_990
LBB1_990: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1000
b LBB1_991
LBB1_991: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1000
b LBB1_992
LBB1_992: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1000
b LBB1_993
LBB1_993: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1000
b LBB1_994
LBB1_994: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1000
b LBB1_995
LBB1_995: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1000
b LBB1_996
LBB1_996: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1000
b LBB1_997
LBB1_997: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1000
b LBB1_998
LBB1_998: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1000
b LBB1_999
LBB1_999: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #80] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1007
b LBB1_1000
LBB1_1000: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #5
cset w8, eq
tbnz w8, #0, LBB1_1002
b LBB1_1001
LBB1_1001: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #76] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1006
b LBB1_1002
LBB1_1002: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-56]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1005
b LBB1_1003
LBB1_1003: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #5
cset w8, eq
mov w9, #1
str w9, [sp, #76] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1006
b LBB1_1004
LBB1_1004: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-32]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #76] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1006
b LBB1_1005
LBB1_1005: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #76] ; 4-byte Folded Spill
b LBB1_1006
LBB1_1006: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #76] ; 4-byte Folded Reload
str w8, [sp, #80] ; 4-byte Folded Spill
b LBB1_1007
LBB1_1007: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #80] ; 4-byte Folded Reload
str w8, [sp, #84] ; 4-byte Folded Spill
b LBB1_1008
LBB1_1008: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #88] ; 4-byte Folded Reload
ldr w9, [sp, #84] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_1009
LBB1_1009: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #652]
str w8, [sp, #72] ; 4-byte Folded Spill
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1027
b LBB1_1010
LBB1_1010: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1027
b LBB1_1011
LBB1_1011: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1027
b LBB1_1012
LBB1_1012: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1027
b LBB1_1013
LBB1_1013: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1027
b LBB1_1014
LBB1_1014: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1027
b LBB1_1015
LBB1_1015: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1027
b LBB1_1016
LBB1_1016: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1027
b LBB1_1017
LBB1_1017: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1027
b LBB1_1018
LBB1_1018: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1027
b LBB1_1019
LBB1_1019: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1027
b LBB1_1020
LBB1_1020: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1027
b LBB1_1021
LBB1_1021: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1027
b LBB1_1022
LBB1_1022: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1027
b LBB1_1023
LBB1_1023: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1027
b LBB1_1024
LBB1_1024: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1027
b LBB1_1025
LBB1_1025: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1027
b LBB1_1026
LBB1_1026: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #68] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1051
b LBB1_1027
LBB1_1027: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1045
b LBB1_1028
LBB1_1028: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1045
b LBB1_1029
LBB1_1029: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1045
b LBB1_1030
LBB1_1030: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1045
b LBB1_1031
LBB1_1031: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1045
b LBB1_1032
LBB1_1032: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1045
b LBB1_1033
LBB1_1033: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1045
b LBB1_1034
LBB1_1034: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1045
b LBB1_1035
LBB1_1035: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1045
b LBB1_1036
LBB1_1036: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1045
b LBB1_1037
LBB1_1037: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1045
b LBB1_1038
LBB1_1038: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1045
b LBB1_1039
LBB1_1039: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1045
b LBB1_1040
LBB1_1040: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1045
b LBB1_1041
LBB1_1041: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1045
b LBB1_1042
LBB1_1042: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1045
b LBB1_1043
LBB1_1043: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1045
b LBB1_1044
LBB1_1044: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #64] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1050
b LBB1_1045
LBB1_1045: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #6
cset w8, eq
mov w9, #1
str w9, [sp, #60] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1049
b LBB1_1046
LBB1_1046: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #6
cset w8, eq
tbnz w8, #0, LBB1_1048
b LBB1_1047
LBB1_1047: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #512]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #60] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1049
b LBB1_1048
LBB1_1048: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #60] ; 4-byte Folded Spill
b LBB1_1049
LBB1_1049: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #60] ; 4-byte Folded Reload
str w8, [sp, #64] ; 4-byte Folded Spill
b LBB1_1050
LBB1_1050: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #64] ; 4-byte Folded Reload
str w8, [sp, #68] ; 4-byte Folded Spill
b LBB1_1051
LBB1_1051: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #72] ; 4-byte Folded Reload
ldr w9, [sp, #68] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_1052
LBB1_1052: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #660]
str w8, [sp, #56] ; 4-byte Folded Spill
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1070
b LBB1_1053
LBB1_1053: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1070
b LBB1_1054
LBB1_1054: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1070
b LBB1_1055
LBB1_1055: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1070
b LBB1_1056
LBB1_1056: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1070
b LBB1_1057
LBB1_1057: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1070
b LBB1_1058
LBB1_1058: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1070
b LBB1_1059
LBB1_1059: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1070
b LBB1_1060
LBB1_1060: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1070
b LBB1_1061
LBB1_1061: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1070
b LBB1_1062
LBB1_1062: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1070
b LBB1_1063
LBB1_1063: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1070
b LBB1_1064
LBB1_1064: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1070
b LBB1_1065
LBB1_1065: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1070
b LBB1_1066
LBB1_1066: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1070
b LBB1_1067
LBB1_1067: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1070
b LBB1_1068
LBB1_1068: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1070
b LBB1_1069
LBB1_1069: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #52] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1096
b LBB1_1070
LBB1_1070: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1088
b LBB1_1071
LBB1_1071: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1088
b LBB1_1072
LBB1_1072: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1088
b LBB1_1073
LBB1_1073: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1088
b LBB1_1074
LBB1_1074: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1088
b LBB1_1075
LBB1_1075: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1088
b LBB1_1076
LBB1_1076: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1088
b LBB1_1077
LBB1_1077: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1088
b LBB1_1078
LBB1_1078: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1088
b LBB1_1079
LBB1_1079: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1088
b LBB1_1080
LBB1_1080: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1088
b LBB1_1081
LBB1_1081: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1088
b LBB1_1082
LBB1_1082: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1088
b LBB1_1083
LBB1_1083: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1088
b LBB1_1084
LBB1_1084: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1088
b LBB1_1085
LBB1_1085: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1088
b LBB1_1086
LBB1_1086: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1088
b LBB1_1087
LBB1_1087: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #48] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1095
b LBB1_1088
LBB1_1088: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #6
cset w8, eq
tbnz w8, #0, LBB1_1090
b LBB1_1089
LBB1_1089: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #512]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #44] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1094
b LBB1_1090
LBB1_1090: ; in Loop: Header=BB1_72 Depth=1
ldur w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1093
b LBB1_1091
LBB1_1091: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #6
cset w8, eq
mov w9, #1
str w9, [sp, #44] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1094
b LBB1_1092
LBB1_1092: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #512]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #44] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1094
b LBB1_1093
LBB1_1093: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #44] ; 4-byte Folded Spill
b LBB1_1094
LBB1_1094: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #44] ; 4-byte Folded Reload
str w8, [sp, #48] ; 4-byte Folded Spill
b LBB1_1095
LBB1_1095: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #48] ; 4-byte Folded Reload
str w8, [sp, #52] ; 4-byte Folded Spill
b LBB1_1096
LBB1_1096: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #56] ; 4-byte Folded Reload
ldr w9, [sp, #52] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_1097
LBB1_1097: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #668]
str w8, [sp, #40] ; 4-byte Folded Spill
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1115
b LBB1_1098
LBB1_1098: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1115
b LBB1_1099
LBB1_1099: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1115
b LBB1_1100
LBB1_1100: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1115
b LBB1_1101
LBB1_1101: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1115
b LBB1_1102
LBB1_1102: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1115
b LBB1_1103
LBB1_1103: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1115
b LBB1_1104
LBB1_1104: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1115
b LBB1_1105
LBB1_1105: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1115
b LBB1_1106
LBB1_1106: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1115
b LBB1_1107
LBB1_1107: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1115
b LBB1_1108
LBB1_1108: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1115
b LBB1_1109
LBB1_1109: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1115
b LBB1_1110
LBB1_1110: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1115
b LBB1_1111
LBB1_1111: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1115
b LBB1_1112
LBB1_1112: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1115
b LBB1_1113
LBB1_1113: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1115
b LBB1_1114
LBB1_1114: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #36] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1139
b LBB1_1115
LBB1_1115: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1133
b LBB1_1116
LBB1_1116: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1133
b LBB1_1117
LBB1_1117: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1133
b LBB1_1118
LBB1_1118: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1133
b LBB1_1119
LBB1_1119: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1133
b LBB1_1120
LBB1_1120: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1133
b LBB1_1121
LBB1_1121: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1133
b LBB1_1122
LBB1_1122: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1133
b LBB1_1123
LBB1_1123: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1133
b LBB1_1124
LBB1_1124: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1133
b LBB1_1125
LBB1_1125: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1133
b LBB1_1126
LBB1_1126: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1133
b LBB1_1127
LBB1_1127: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1133
b LBB1_1128
LBB1_1128: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1133
b LBB1_1129
LBB1_1129: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1133
b LBB1_1130
LBB1_1130: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1133
b LBB1_1131
LBB1_1131: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1133
b LBB1_1132
LBB1_1132: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1138
b LBB1_1133
LBB1_1133: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #7
cset w8, eq
mov w9, #1
str w9, [sp, #28] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1137
b LBB1_1134
LBB1_1134: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #7
cset w8, eq
tbnz w8, #0, LBB1_1136
b LBB1_1135
LBB1_1135: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #536]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #28] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1137
b LBB1_1136
LBB1_1136: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #28] ; 4-byte Folded Spill
b LBB1_1137
LBB1_1137: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #28] ; 4-byte Folded Reload
str w8, [sp, #32] ; 4-byte Folded Spill
b LBB1_1138
LBB1_1138: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #32] ; 4-byte Folded Reload
str w8, [sp, #36] ; 4-byte Folded Spill
b LBB1_1139
LBB1_1139: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #40] ; 4-byte Folded Reload
ldr w9, [sp, #36] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #468] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1185
b LBB1_1140
LBB1_1140: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #676]
str w8, [sp, #24] ; 4-byte Folded Spill
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1158
b LBB1_1141
LBB1_1141: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1158
b LBB1_1142
LBB1_1142: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1158
b LBB1_1143
LBB1_1143: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1158
b LBB1_1144
LBB1_1144: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1158
b LBB1_1145
LBB1_1145: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1158
b LBB1_1146
LBB1_1146: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1158
b LBB1_1147
LBB1_1147: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1158
b LBB1_1148
LBB1_1148: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1158
b LBB1_1149
LBB1_1149: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1158
b LBB1_1150
LBB1_1150: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1158
b LBB1_1151
LBB1_1151: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1158
b LBB1_1152
LBB1_1152: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1158
b LBB1_1153
LBB1_1153: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1158
b LBB1_1154
LBB1_1154: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1158
b LBB1_1155
LBB1_1155: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1158
b LBB1_1156
LBB1_1156: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1158
b LBB1_1157
LBB1_1157: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #0
str w9, [sp, #20] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1184
b LBB1_1158
LBB1_1158: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #544]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1176
b LBB1_1159
LBB1_1159: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #552]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1176
b LBB1_1160
LBB1_1160: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #560]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1176
b LBB1_1161
LBB1_1161: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #568]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1176
b LBB1_1162
LBB1_1162: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #576]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1176
b LBB1_1163
LBB1_1163: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #584]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1176
b LBB1_1164
LBB1_1164: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #592]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1176
b LBB1_1165
LBB1_1165: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #600]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1176
b LBB1_1166
LBB1_1166: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #608]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1176
b LBB1_1167
LBB1_1167: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #616]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1176
b LBB1_1168
LBB1_1168: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #624]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1176
b LBB1_1169
LBB1_1169: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #632]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1176
b LBB1_1170
LBB1_1170: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #640]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1176
b LBB1_1171
LBB1_1171: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #648]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1176
b LBB1_1172
LBB1_1172: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #656]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1176
b LBB1_1173
LBB1_1173: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #664]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1176
b LBB1_1174
LBB1_1174: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #672]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_1176
b LBB1_1175
LBB1_1175: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #16] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1183
b LBB1_1176
LBB1_1176: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #7
cset w8, eq
tbnz w8, #0, LBB1_1178
b LBB1_1177
LBB1_1177: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #536]
subs w8, w8, #0
cset w8, eq
mov w9, #1
str w9, [sp, #12] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1182
b LBB1_1178
LBB1_1178: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #520]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_1181
b LBB1_1179
LBB1_1179: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #528]
subs w8, w8, #7
cset w8, eq
mov w9, #1
str w9, [sp, #12] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1182
b LBB1_1180
LBB1_1180: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #536]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #12] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_1182
b LBB1_1181
LBB1_1181: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #680]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #12] ; 4-byte Folded Spill
b LBB1_1182
LBB1_1182: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #12] ; 4-byte Folded Reload
str w8, [sp, #16] ; 4-byte Folded Spill
b LBB1_1183
LBB1_1183: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #16] ; 4-byte Folded Reload
str w8, [sp, #20] ; 4-byte Folded Spill
b LBB1_1184
LBB1_1184: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #24] ; 4-byte Folded Reload
ldr w9, [sp, #20] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, eq
str w8, [sp, #468] ; 4-byte Folded Spill
b LBB1_1185
LBB1_1185: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #468] ; 4-byte Folded Reload
str w8, [sp, #484] ; 4-byte Folded Spill
b LBB1_1186
LBB1_1186: ; in Loop: Header=BB1_72 Depth=1
ldr w8, [sp, #484] ; 4-byte Folded Reload
and w8, w8, #0x1
str w8, [sp, #500]
ldur w8, [x29, #-28]
stur w8, [x29, #-24]
ldur w8, [x29, #-36]
stur w8, [x29, #-32]
ldur w8, [x29, #-44]
stur w8, [x29, #-40]
ldur w8, [x29, #-52]
stur w8, [x29, #-48]
ldur w8, [x29, #-60]
stur w8, [x29, #-56]
ldur w8, [x29, #-68]
stur w8, [x29, #-64]
ldur w8, [x29, #-76]
stur w8, [x29, #-72]
ldur w8, [x29, #-84]
stur w8, [x29, #-80]
ldur w8, [x29, #-92]
stur w8, [x29, #-88]
ldur w8, [x29, #-100]
stur w8, [x29, #-96]
ldur w8, [x29, #-108]
stur w8, [x29, #-104]
ldur w8, [x29, #-116]
stur w8, [x29, #-112]
ldur w8, [x29, #-124]
stur w8, [x29, #-120]
ldur w8, [x29, #-132]
stur w8, [x29, #-128]
ldur w8, [x29, #-140]
stur w8, [x29, #-136]
ldur w8, [x29, #-148]
stur w8, [x29, #-144]
ldur w8, [x29, #-156]
stur w8, [x29, #-152]
ldur w8, [x29, #-164]
stur w8, [x29, #-160]
ldur w8, [x29, #-172]
stur w8, [x29, #-168]
ldur w8, [x29, #-180]
stur w8, [x29, #-176]
ldur w8, [x29, #-188]
stur w8, [x29, #-184]
ldur w8, [x29, #-196]
stur w8, [x29, #-192]
ldur w8, [x29, #-204]
stur w8, [x29, #-200]
ldur w8, [x29, #-212]
stur w8, [x29, #-208]
ldur w8, [x29, #-220]
stur w8, [x29, #-216]
ldur w8, [x29, #-228]
stur w8, [x29, #-224]
ldur w8, [x29, #-236]
stur w8, [x29, #-232]
ldur w8, [x29, #-244]
stur w8, [x29, #-240]
ldur w8, [x29, #-252]
stur w8, [x29, #-248]
ldr w8, [sp, #764]
stur w8, [x29, #-256]
ldr w8, [sp, #756]
str w8, [sp, #760]
ldr w8, [sp, #748]
str w8, [sp, #752]
ldr w8, [sp, #740]
str w8, [sp, #744]
ldr w8, [sp, #732]
str w8, [sp, #736]
ldr w8, [sp, #724]
str w8, [sp, #728]
ldr w8, [sp, #716]
str w8, [sp, #720]
ldr w8, [sp, #708]
str w8, [sp, #712]
ldr w8, [sp, #700]
str w8, [sp, #704]
ldr w8, [sp, #692]
str w8, [sp, #696]
ldr w8, [sp, #684]
str w8, [sp, #688]
ldr w8, [sp, #676]
str w8, [sp, #680]
ldr w8, [sp, #668]
str w8, [sp, #672]
ldr w8, [sp, #660]
str w8, [sp, #664]
ldr w8, [sp, #652]
str w8, [sp, #656]
ldr w8, [sp, #644]
str w8, [sp, #648]
ldr w8, [sp, #636]
str w8, [sp, #640]
ldr w8, [sp, #628]
str w8, [sp, #632]
ldr w8, [sp, #620]
str w8, [sp, #624]
ldr w8, [sp, #612]
str w8, [sp, #616]
ldr w8, [sp, #604]
str w8, [sp, #608]
ldr w8, [sp, #596]
str w8, [sp, #600]
ldr w8, [sp, #588]
str w8, [sp, #592]
ldr w8, [sp, #580]
str w8, [sp, #584]
ldr w8, [sp, #572]
str w8, [sp, #576]
ldr w8, [sp, #564]
str w8, [sp, #568]
ldr w8, [sp, #556]
str w8, [sp, #560]
ldr w8, [sp, #548]
str w8, [sp, #552]
ldr w8, [sp, #540]
str w8, [sp, #544]
ldr w8, [sp, #532]
str w8, [sp, #536]
ldr w8, [sp, #524]
str w8, [sp, #528]
ldr w8, [sp, #516]
str w8, [sp, #520]
ldr w8, [sp, #508]
str w8, [sp, #512]
b LBB1_72
LBB1_1187:
ldur w0, [x29, #-20]
add sp, sp, #1008
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl ___VERIFIER_nondet_bool ## -- Begin function __VERIFIER_nondet_bool
.p2align 4, 0x90
___VERIFIER_nondet_bool: ## @__VERIFIER_nondet_bool
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
callq ___VERIFIER_nondet_int
cmpl $0, %eax
setne %al
andb $1, %al
movzbl %al, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $816, %rsp ## imm = 0x330
movl $0, -4(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -504(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -8(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -16(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -24(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -32(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -40(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -48(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -56(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -64(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -72(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -80(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -88(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -96(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -104(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -112(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -120(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -128(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -136(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -144(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -152(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -160(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -168(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -176(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -184(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -192(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -200(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -208(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -216(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -224(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -232(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -240(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -248(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -256(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -264(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -272(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -280(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -288(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -296(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -304(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -312(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -320(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -328(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -336(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -344(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -352(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -360(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -368(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -376(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -384(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -392(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -400(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -408(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -416(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -424(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -432(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -440(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -448(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -456(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -464(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -472(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -480(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -488(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -496(%rbp)
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -320(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
jne LBB1_71
## %bb.1:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -312(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
je LBB1_71
## %bb.2:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -304(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
jle LBB1_71
## %bb.3:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -288(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
jne LBB1_71
## %bb.4:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -272(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
je LBB1_71
## %bb.5:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -264(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
jle LBB1_71
## %bb.6:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -256(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
jne LBB1_71
## %bb.7:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -248(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
je LBB1_71
## %bb.8:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -232(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
jle LBB1_71
## %bb.9:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -224(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
jne LBB1_71
## %bb.10:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -208(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
je LBB1_71
## %bb.11:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -192(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
jle LBB1_71
## %bb.12:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -184(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
jne LBB1_71
## %bb.13:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -168(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
je LBB1_71
## %bb.14:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -152(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
jle LBB1_71
## %bb.15:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -144(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
jne LBB1_71
## %bb.16:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -128(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
je LBB1_71
## %bb.17:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -112(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
jle LBB1_71
## %bb.18:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -104(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
jne LBB1_71
## %bb.19:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -88(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
je LBB1_71
## %bb.20:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -72(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
jle LBB1_71
## %bb.21:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -64(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
jne LBB1_71
## %bb.22:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -48(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
je LBB1_71
## %bb.23:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -32(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
jle LBB1_71
## %bb.24:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -24(%rbp)
movb %al, -509(%rbp) ## 1-byte Spill
jne LBB1_71
## %bb.25:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -296(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.26:
cmpl $0, -320(%rbp)
je LBB1_28
## %bb.27:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -280(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
je LBB1_70
LBB1_28:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -240(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.29:
cmpl $0, -480(%rbp)
je LBB1_31
## %bb.30:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -216(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
je LBB1_70
LBB1_31:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -200(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.32:
cmpl $1, -480(%rbp)
je LBB1_34
## %bb.33:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -176(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
je LBB1_70
LBB1_34:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -160(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.35:
cmpl $2, -480(%rbp)
je LBB1_37
## %bb.36:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -136(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
je LBB1_70
LBB1_37:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -120(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.38:
cmpl $3, -480(%rbp)
je LBB1_40
## %bb.39:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -96(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
je LBB1_70
LBB1_40:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -80(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.41:
cmpl $4, -480(%rbp)
je LBB1_43
## %bb.42:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -56(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
je LBB1_70
LBB1_43:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -40(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.44:
cmpl $5, -480(%rbp)
je LBB1_46
## %bb.45:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -16(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
je LBB1_70
LBB1_46:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -8(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.47:
cmpl $6, -480(%rbp)
je LBB1_49
## %bb.48:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -496(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
je LBB1_70
LBB1_49:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -488(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.50:
cmpl $7, -480(%rbp)
je LBB1_52
## %bb.51:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -472(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
je LBB1_70
LBB1_52:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -464(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.53:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -456(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.54:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -448(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.55:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -440(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.56:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -432(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.57:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -424(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.58:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -416(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.59:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -408(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.60:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -400(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.61:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -392(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.62:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -384(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.63:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -376(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.64:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -368(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.65:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -360(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.66:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -352(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.67:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -344(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.68:
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -336(%rbp)
movb %al, -510(%rbp) ## 1-byte Spill
jne LBB1_70
## %bb.69:
cmpl $0, -328(%rbp)
setne %al
xorb $-1, %al
movb %al, -510(%rbp) ## 1-byte Spill
LBB1_70:
movb -510(%rbp), %al ## 1-byte Reload
movb %al, -509(%rbp) ## 1-byte Spill
LBB1_71:
movb -509(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %eax
movl %eax, -508(%rbp)
LBB1_72: ## =>This Inner Loop Header: Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -504(%rbp)
movb %al, -511(%rbp) ## 1-byte Spill
jl LBB1_74
## %bb.73: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -508(%rbp)
setne %al
movb %al, -511(%rbp) ## 1-byte Spill
LBB1_74: ## in Loop: Header=BB1_72 Depth=1
movb -511(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB1_75
jmp LBB1_1187
LBB1_75: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -464(%rbp)
je LBB1_94
## %bb.76: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_94
## %bb.77: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_94
## %bb.78: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_94
## %bb.79: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_94
## %bb.80: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_94
## %bb.81: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_94
## %bb.82: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_94
## %bb.83: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_94
## %bb.84: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_94
## %bb.85: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_94
## %bb.86: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_94
## %bb.87: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_94
## %bb.88: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_94
## %bb.89: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_94
## %bb.90: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_94
## %bb.91: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_94
## %bb.92: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -328(%rbp)
je LBB1_94
## %bb.93: ## in Loop: Header=BB1_72 Depth=1
callq ___VERIFIER_nondet_int
movl %eax, -504(%rbp)
jmp LBB1_95
LBB1_94: ## in Loop: Header=BB1_72 Depth=1
movl -504(%rbp), %eax
addl $-1, %eax
movl %eax, -504(%rbp)
LBB1_95: ## in Loop: Header=BB1_72 Depth=1
callq ___VERIFIER_nondet_bool
movl %eax, -12(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -20(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -28(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -36(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -44(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -52(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -60(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -68(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -76(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -84(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -92(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -100(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -108(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -116(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -124(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -132(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -140(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -148(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -156(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -164(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -172(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -180(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -188(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -196(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -204(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -212(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -220(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -228(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -236(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -244(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -252(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -260(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -268(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -276(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -284(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -292(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -300(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -308(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -316(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -324(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -332(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -340(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -348(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -356(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -364(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -372(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -380(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -388(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -396(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -404(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -412(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -420(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -428(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -436(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -444(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -452(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -460(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -468(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -476(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -484(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -492(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -500(%rbp)
cmpl $0, -324(%rbp)
je LBB1_97
## %bb.96: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $8, -320(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_97: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -288(%rbp)
jne LBB1_99
## %bb.98: ## in Loop: Header=BB1_72 Depth=1
movl -308(%rbp), %eax
cmpl -304(%rbp), %eax
jg LBB1_101
LBB1_99: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -316(%rbp)
je LBB1_101
## %bb.100: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -312(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_101: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -316(%rbp)
je LBB1_103
## %bb.102: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -312(%rbp)
je LBB1_104
LBB1_103: ## in Loop: Header=BB1_72 Depth=1
movl -304(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -308(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_104: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -312(%rbp)
je LBB1_106
## %bb.105: ## in Loop: Header=BB1_72 Depth=1
movl -288(%rbp), %ecx
imull $4294967295, -292(%rbp), %eax ## imm = 0xFFFFFFFF
addl %eax, %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $1, %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_106: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -316(%rbp)
jne LBB1_109
## %bb.107: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -312(%rbp)
je LBB1_109
## %bb.108: ## in Loop: Header=BB1_72 Depth=1
movl -304(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -288(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jg LBB1_1186
LBB1_109: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -316(%rbp)
jne LBB1_113
## %bb.110: ## in Loop: Header=BB1_72 Depth=1
cmpl $8, -320(%rbp)
jne LBB1_113
## %bb.111: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_113
## %bb.112: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -312(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_113: ## in Loop: Header=BB1_72 Depth=1
movl -312(%rbp), %eax
cmpl -316(%rbp), %eax
je LBB1_118
## %bb.114: ## in Loop: Header=BB1_72 Depth=1
cmpl $8, -320(%rbp)
jne LBB1_117
## %bb.115: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_117
## %bb.116: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -312(%rbp)
je LBB1_118
LBB1_117: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -480(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_118: ## in Loop: Header=BB1_72 Depth=1
movl -320(%rbp), %eax
cmpl -324(%rbp), %eax
je LBB1_121
## %bb.119: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -480(%rbp)
jne LBB1_121
## %bb.120: ## in Loop: Header=BB1_72 Depth=1
movl -312(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -316(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_121: ## in Loop: Header=BB1_72 Depth=1
movl -320(%rbp), %eax
imull $4294967295, -324(%rbp), %ecx ## imm = 0xFFFFFFFF
addl %ecx, %eax
cmpl $-1, %eax
je LBB1_125
## %bb.122: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -316(%rbp)
jne LBB1_125
## %bb.123: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -480(%rbp)
jne LBB1_125
## %bb.124: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -312(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_125: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -256(%rbp)
jne LBB1_127
## %bb.126: ## in Loop: Header=BB1_72 Depth=1
movl -268(%rbp), %eax
cmpl -264(%rbp), %eax
jg LBB1_129
LBB1_127: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -276(%rbp)
je LBB1_129
## %bb.128: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -272(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_129: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -276(%rbp)
je LBB1_131
## %bb.130: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -272(%rbp)
je LBB1_132
LBB1_131: ## in Loop: Header=BB1_72 Depth=1
movl -264(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -268(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_132: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -272(%rbp)
je LBB1_134
## %bb.133: ## in Loop: Header=BB1_72 Depth=1
movl -256(%rbp), %ecx
imull $4294967295, -260(%rbp), %eax ## imm = 0xFFFFFFFF
addl %eax, %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $1, %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_134: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -276(%rbp)
jne LBB1_137
## %bb.135: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -272(%rbp)
je LBB1_137
## %bb.136: ## in Loop: Header=BB1_72 Depth=1
movl -264(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -256(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jg LBB1_1186
LBB1_137: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -276(%rbp)
jne LBB1_141
## %bb.138: ## in Loop: Header=BB1_72 Depth=1
cmpl $8, -320(%rbp)
jne LBB1_141
## %bb.139: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_141
## %bb.140: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -272(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_141: ## in Loop: Header=BB1_72 Depth=1
movl -272(%rbp), %eax
cmpl -276(%rbp), %eax
je LBB1_146
## %bb.142: ## in Loop: Header=BB1_72 Depth=1
cmpl $8, -320(%rbp)
jne LBB1_145
## %bb.143: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_145
## %bb.144: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -272(%rbp)
je LBB1_146
LBB1_145: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $1, -480(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_146: ## in Loop: Header=BB1_72 Depth=1
movl -320(%rbp), %eax
cmpl -324(%rbp), %eax
je LBB1_149
## %bb.147: ## in Loop: Header=BB1_72 Depth=1
cmpl $1, -480(%rbp)
jne LBB1_149
## %bb.148: ## in Loop: Header=BB1_72 Depth=1
movl -272(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -276(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_149: ## in Loop: Header=BB1_72 Depth=1
movl -320(%rbp), %eax
imull $4294967295, -324(%rbp), %ecx ## imm = 0xFFFFFFFF
addl %ecx, %eax
cmpl $-1, %eax
je LBB1_153
## %bb.150: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -276(%rbp)
jne LBB1_153
## %bb.151: ## in Loop: Header=BB1_72 Depth=1
cmpl $1, -480(%rbp)
jne LBB1_153
## %bb.152: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -272(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_153: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -224(%rbp)
jne LBB1_155
## %bb.154: ## in Loop: Header=BB1_72 Depth=1
movl -236(%rbp), %eax
cmpl -232(%rbp), %eax
jg LBB1_157
LBB1_155: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -252(%rbp)
je LBB1_157
## %bb.156: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -248(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_157: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -252(%rbp)
je LBB1_159
## %bb.158: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -248(%rbp)
je LBB1_160
LBB1_159: ## in Loop: Header=BB1_72 Depth=1
movl -232(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -236(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_160: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -248(%rbp)
je LBB1_162
## %bb.161: ## in Loop: Header=BB1_72 Depth=1
movl -224(%rbp), %ecx
imull $4294967295, -228(%rbp), %eax ## imm = 0xFFFFFFFF
addl %eax, %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $1, %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_162: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -252(%rbp)
jne LBB1_165
## %bb.163: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -248(%rbp)
je LBB1_165
## %bb.164: ## in Loop: Header=BB1_72 Depth=1
movl -232(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -224(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jg LBB1_1186
LBB1_165: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -252(%rbp)
jne LBB1_169
## %bb.166: ## in Loop: Header=BB1_72 Depth=1
cmpl $8, -320(%rbp)
jne LBB1_169
## %bb.167: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_169
## %bb.168: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -248(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_169: ## in Loop: Header=BB1_72 Depth=1
movl -248(%rbp), %eax
cmpl -252(%rbp), %eax
je LBB1_174
## %bb.170: ## in Loop: Header=BB1_72 Depth=1
cmpl $8, -320(%rbp)
jne LBB1_173
## %bb.171: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_173
## %bb.172: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -248(%rbp)
je LBB1_174
LBB1_173: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $2, -480(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_174: ## in Loop: Header=BB1_72 Depth=1
movl -320(%rbp), %eax
cmpl -324(%rbp), %eax
je LBB1_177
## %bb.175: ## in Loop: Header=BB1_72 Depth=1
cmpl $2, -480(%rbp)
jne LBB1_177
## %bb.176: ## in Loop: Header=BB1_72 Depth=1
movl -248(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -252(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_177: ## in Loop: Header=BB1_72 Depth=1
movl -320(%rbp), %eax
imull $4294967295, -324(%rbp), %ecx ## imm = 0xFFFFFFFF
addl %ecx, %eax
cmpl $-1, %eax
je LBB1_181
## %bb.178: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -252(%rbp)
jne LBB1_181
## %bb.179: ## in Loop: Header=BB1_72 Depth=1
cmpl $2, -480(%rbp)
jne LBB1_181
## %bb.180: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -248(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_181: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -184(%rbp)
jne LBB1_183
## %bb.182: ## in Loop: Header=BB1_72 Depth=1
movl -196(%rbp), %eax
cmpl -192(%rbp), %eax
jg LBB1_185
LBB1_183: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -212(%rbp)
je LBB1_185
## %bb.184: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -208(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_185: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -212(%rbp)
je LBB1_187
## %bb.186: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -208(%rbp)
je LBB1_188
LBB1_187: ## in Loop: Header=BB1_72 Depth=1
movl -192(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -196(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_188: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -208(%rbp)
je LBB1_190
## %bb.189: ## in Loop: Header=BB1_72 Depth=1
movl -184(%rbp), %ecx
imull $4294967295, -188(%rbp), %eax ## imm = 0xFFFFFFFF
addl %eax, %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $1, %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_190: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -212(%rbp)
jne LBB1_193
## %bb.191: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -208(%rbp)
je LBB1_193
## %bb.192: ## in Loop: Header=BB1_72 Depth=1
movl -192(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -184(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jg LBB1_1186
LBB1_193: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -212(%rbp)
jne LBB1_197
## %bb.194: ## in Loop: Header=BB1_72 Depth=1
cmpl $8, -320(%rbp)
jne LBB1_197
## %bb.195: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_197
## %bb.196: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -208(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_197: ## in Loop: Header=BB1_72 Depth=1
movl -208(%rbp), %eax
cmpl -212(%rbp), %eax
je LBB1_202
## %bb.198: ## in Loop: Header=BB1_72 Depth=1
cmpl $8, -320(%rbp)
jne LBB1_201
## %bb.199: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_201
## %bb.200: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -208(%rbp)
je LBB1_202
LBB1_201: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $3, -480(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_202: ## in Loop: Header=BB1_72 Depth=1
movl -320(%rbp), %eax
cmpl -324(%rbp), %eax
je LBB1_205
## %bb.203: ## in Loop: Header=BB1_72 Depth=1
cmpl $3, -480(%rbp)
jne LBB1_205
## %bb.204: ## in Loop: Header=BB1_72 Depth=1
movl -208(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -212(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_205: ## in Loop: Header=BB1_72 Depth=1
movl -320(%rbp), %eax
imull $4294967295, -324(%rbp), %ecx ## imm = 0xFFFFFFFF
addl %ecx, %eax
cmpl $-1, %eax
je LBB1_209
## %bb.206: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -212(%rbp)
jne LBB1_209
## %bb.207: ## in Loop: Header=BB1_72 Depth=1
cmpl $3, -480(%rbp)
jne LBB1_209
## %bb.208: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -208(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_209: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -144(%rbp)
jne LBB1_211
## %bb.210: ## in Loop: Header=BB1_72 Depth=1
movl -156(%rbp), %eax
cmpl -152(%rbp), %eax
jg LBB1_213
LBB1_211: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -172(%rbp)
je LBB1_213
## %bb.212: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -168(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_213: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -172(%rbp)
je LBB1_215
## %bb.214: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -168(%rbp)
je LBB1_216
LBB1_215: ## in Loop: Header=BB1_72 Depth=1
movl -152(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -156(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_216: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -168(%rbp)
je LBB1_218
## %bb.217: ## in Loop: Header=BB1_72 Depth=1
movl -144(%rbp), %ecx
imull $4294967295, -148(%rbp), %eax ## imm = 0xFFFFFFFF
addl %eax, %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $1, %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_218: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -172(%rbp)
jne LBB1_221
## %bb.219: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -168(%rbp)
je LBB1_221
## %bb.220: ## in Loop: Header=BB1_72 Depth=1
movl -152(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -144(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jg LBB1_1186
LBB1_221: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -172(%rbp)
jne LBB1_225
## %bb.222: ## in Loop: Header=BB1_72 Depth=1
cmpl $8, -320(%rbp)
jne LBB1_225
## %bb.223: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_225
## %bb.224: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -168(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_225: ## in Loop: Header=BB1_72 Depth=1
movl -168(%rbp), %eax
cmpl -172(%rbp), %eax
je LBB1_230
## %bb.226: ## in Loop: Header=BB1_72 Depth=1
cmpl $8, -320(%rbp)
jne LBB1_229
## %bb.227: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_229
## %bb.228: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -168(%rbp)
je LBB1_230
LBB1_229: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $4, -480(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_230: ## in Loop: Header=BB1_72 Depth=1
movl -320(%rbp), %eax
cmpl -324(%rbp), %eax
je LBB1_233
## %bb.231: ## in Loop: Header=BB1_72 Depth=1
cmpl $4, -480(%rbp)
jne LBB1_233
## %bb.232: ## in Loop: Header=BB1_72 Depth=1
movl -168(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -172(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_233: ## in Loop: Header=BB1_72 Depth=1
movl -320(%rbp), %eax
imull $4294967295, -324(%rbp), %ecx ## imm = 0xFFFFFFFF
addl %ecx, %eax
cmpl $-1, %eax
je LBB1_237
## %bb.234: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -172(%rbp)
jne LBB1_237
## %bb.235: ## in Loop: Header=BB1_72 Depth=1
cmpl $4, -480(%rbp)
jne LBB1_237
## %bb.236: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -168(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_237: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -104(%rbp)
jne LBB1_239
## %bb.238: ## in Loop: Header=BB1_72 Depth=1
movl -116(%rbp), %eax
cmpl -112(%rbp), %eax
jg LBB1_241
LBB1_239: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -132(%rbp)
je LBB1_241
## %bb.240: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -128(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_241: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -132(%rbp)
je LBB1_243
## %bb.242: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -128(%rbp)
je LBB1_244
LBB1_243: ## in Loop: Header=BB1_72 Depth=1
movl -112(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -116(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_244: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -128(%rbp)
je LBB1_246
## %bb.245: ## in Loop: Header=BB1_72 Depth=1
movl -104(%rbp), %ecx
imull $4294967295, -108(%rbp), %eax ## imm = 0xFFFFFFFF
addl %eax, %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $1, %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_246: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -132(%rbp)
jne LBB1_249
## %bb.247: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -128(%rbp)
je LBB1_249
## %bb.248: ## in Loop: Header=BB1_72 Depth=1
movl -112(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -104(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jg LBB1_1186
LBB1_249: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -132(%rbp)
jne LBB1_253
## %bb.250: ## in Loop: Header=BB1_72 Depth=1
cmpl $8, -320(%rbp)
jne LBB1_253
## %bb.251: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_253
## %bb.252: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -128(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_253: ## in Loop: Header=BB1_72 Depth=1
movl -128(%rbp), %eax
cmpl -132(%rbp), %eax
je LBB1_258
## %bb.254: ## in Loop: Header=BB1_72 Depth=1
cmpl $8, -320(%rbp)
jne LBB1_257
## %bb.255: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_257
## %bb.256: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -128(%rbp)
je LBB1_258
LBB1_257: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $5, -480(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_258: ## in Loop: Header=BB1_72 Depth=1
movl -320(%rbp), %eax
cmpl -324(%rbp), %eax
je LBB1_261
## %bb.259: ## in Loop: Header=BB1_72 Depth=1
cmpl $5, -480(%rbp)
jne LBB1_261
## %bb.260: ## in Loop: Header=BB1_72 Depth=1
movl -128(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -132(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_261: ## in Loop: Header=BB1_72 Depth=1
movl -320(%rbp), %eax
imull $4294967295, -324(%rbp), %ecx ## imm = 0xFFFFFFFF
addl %ecx, %eax
cmpl $-1, %eax
je LBB1_265
## %bb.262: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -132(%rbp)
jne LBB1_265
## %bb.263: ## in Loop: Header=BB1_72 Depth=1
cmpl $5, -480(%rbp)
jne LBB1_265
## %bb.264: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -128(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_265: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -64(%rbp)
jne LBB1_267
## %bb.266: ## in Loop: Header=BB1_72 Depth=1
movl -76(%rbp), %eax
cmpl -72(%rbp), %eax
jg LBB1_269
LBB1_267: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -92(%rbp)
je LBB1_269
## %bb.268: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -88(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_269: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -92(%rbp)
je LBB1_271
## %bb.270: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -88(%rbp)
je LBB1_272
LBB1_271: ## in Loop: Header=BB1_72 Depth=1
movl -72(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -76(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_272: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -88(%rbp)
je LBB1_274
## %bb.273: ## in Loop: Header=BB1_72 Depth=1
movl -64(%rbp), %ecx
imull $4294967295, -68(%rbp), %eax ## imm = 0xFFFFFFFF
addl %eax, %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $1, %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_274: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_277
## %bb.275: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -88(%rbp)
je LBB1_277
## %bb.276: ## in Loop: Header=BB1_72 Depth=1
movl -72(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -64(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jg LBB1_1186
LBB1_277: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_281
## %bb.278: ## in Loop: Header=BB1_72 Depth=1
cmpl $8, -320(%rbp)
jne LBB1_281
## %bb.279: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_281
## %bb.280: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -88(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_281: ## in Loop: Header=BB1_72 Depth=1
movl -88(%rbp), %eax
cmpl -92(%rbp), %eax
je LBB1_286
## %bb.282: ## in Loop: Header=BB1_72 Depth=1
cmpl $8, -320(%rbp)
jne LBB1_285
## %bb.283: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_285
## %bb.284: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -88(%rbp)
je LBB1_286
LBB1_285: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $6, -480(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_286: ## in Loop: Header=BB1_72 Depth=1
movl -320(%rbp), %eax
cmpl -324(%rbp), %eax
je LBB1_289
## %bb.287: ## in Loop: Header=BB1_72 Depth=1
cmpl $6, -480(%rbp)
jne LBB1_289
## %bb.288: ## in Loop: Header=BB1_72 Depth=1
movl -88(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -92(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_289: ## in Loop: Header=BB1_72 Depth=1
movl -320(%rbp), %eax
imull $4294967295, -324(%rbp), %ecx ## imm = 0xFFFFFFFF
addl %ecx, %eax
cmpl $-1, %eax
je LBB1_293
## %bb.290: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -92(%rbp)
jne LBB1_293
## %bb.291: ## in Loop: Header=BB1_72 Depth=1
cmpl $6, -480(%rbp)
jne LBB1_293
## %bb.292: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -88(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_293: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -24(%rbp)
jne LBB1_295
## %bb.294: ## in Loop: Header=BB1_72 Depth=1
movl -36(%rbp), %eax
cmpl -32(%rbp), %eax
jg LBB1_297
LBB1_295: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -52(%rbp)
je LBB1_297
## %bb.296: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -48(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_297: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -52(%rbp)
je LBB1_299
## %bb.298: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -48(%rbp)
je LBB1_300
LBB1_299: ## in Loop: Header=BB1_72 Depth=1
movl -32(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -36(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_300: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -48(%rbp)
je LBB1_302
## %bb.301: ## in Loop: Header=BB1_72 Depth=1
movl -24(%rbp), %ecx
imull $4294967295, -28(%rbp), %eax ## imm = 0xFFFFFFFF
addl %eax, %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $1, %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_302: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -52(%rbp)
jne LBB1_305
## %bb.303: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -48(%rbp)
je LBB1_305
## %bb.304: ## in Loop: Header=BB1_72 Depth=1
movl -32(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -24(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
jg LBB1_1186
LBB1_305: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -52(%rbp)
jne LBB1_309
## %bb.306: ## in Loop: Header=BB1_72 Depth=1
cmpl $8, -320(%rbp)
jne LBB1_309
## %bb.307: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_309
## %bb.308: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -48(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_309: ## in Loop: Header=BB1_72 Depth=1
movl -48(%rbp), %eax
cmpl -52(%rbp), %eax
je LBB1_314
## %bb.310: ## in Loop: Header=BB1_72 Depth=1
cmpl $8, -320(%rbp)
jne LBB1_313
## %bb.311: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -324(%rbp)
jne LBB1_313
## %bb.312: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -48(%rbp)
je LBB1_314
LBB1_313: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $7, -480(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_314: ## in Loop: Header=BB1_72 Depth=1
movl -320(%rbp), %eax
cmpl -324(%rbp), %eax
je LBB1_317
## %bb.315: ## in Loop: Header=BB1_72 Depth=1
cmpl $7, -480(%rbp)
jne LBB1_317
## %bb.316: ## in Loop: Header=BB1_72 Depth=1
movl -48(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl -52(%rbp), %ecx
movb %al, -512(%rbp) ## 1-byte Spill
je LBB1_1186
LBB1_317: ## in Loop: Header=BB1_72 Depth=1
movl -320(%rbp), %eax
imull $4294967295, -324(%rbp), %ecx ## imm = 0xFFFFFFFF
addl %ecx, %eax
cmpl $-1, %eax
je LBB1_321
## %bb.318: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -52(%rbp)
jne LBB1_321
## %bb.319: ## in Loop: Header=BB1_72 Depth=1
cmpl $7, -480(%rbp)
jne LBB1_321
## %bb.320: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -48(%rbp)
movb %al, -512(%rbp) ## 1-byte Spill
jne LBB1_1186
LBB1_321: ## in Loop: Header=BB1_72 Depth=1
movl -488(%rbp), %eax
movl %eax, -520(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -492(%rbp)
movb %al, -513(%rbp) ## 1-byte Spill
jne LBB1_325
## %bb.322: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -476(%rbp)
movb %al, -521(%rbp) ## 1-byte Spill
jne LBB1_324
## %bb.323: ## in Loop: Header=BB1_72 Depth=1
cmpl $7, -484(%rbp)
sete %al
movb %al, -521(%rbp) ## 1-byte Spill
LBB1_324: ## in Loop: Header=BB1_72 Depth=1
movb -521(%rbp), %al ## 1-byte Reload
xorb $-1, %al
movb %al, -513(%rbp) ## 1-byte Spill
LBB1_325: ## in Loop: Header=BB1_72 Depth=1
movl -520(%rbp), %ecx ## 4-byte Reload
movb -513(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.326: ## in Loop: Header=BB1_72 Depth=1
movl -472(%rbp), %eax
movl %eax, -528(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -476(%rbp)
movb %al, -523(%rbp) ## 1-byte Spill
jne LBB1_328
## %bb.327: ## in Loop: Header=BB1_72 Depth=1
cmpl $7, -484(%rbp)
sete %al
movb %al, -523(%rbp) ## 1-byte Spill
LBB1_328: ## in Loop: Header=BB1_72 Depth=1
movl -528(%rbp), %ecx ## 4-byte Reload
movb -523(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.329: ## in Loop: Header=BB1_72 Depth=1
movl -8(%rbp), %eax
movl %eax, -536(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -12(%rbp)
movb %al, -529(%rbp) ## 1-byte Spill
jne LBB1_333
## %bb.330: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -500(%rbp)
movb %al, -537(%rbp) ## 1-byte Spill
jne LBB1_332
## %bb.331: ## in Loop: Header=BB1_72 Depth=1
cmpl $6, -484(%rbp)
sete %al
movb %al, -537(%rbp) ## 1-byte Spill
LBB1_332: ## in Loop: Header=BB1_72 Depth=1
movb -537(%rbp), %al ## 1-byte Reload
xorb $-1, %al
movb %al, -529(%rbp) ## 1-byte Spill
LBB1_333: ## in Loop: Header=BB1_72 Depth=1
movl -536(%rbp), %ecx ## 4-byte Reload
movb -529(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.334: ## in Loop: Header=BB1_72 Depth=1
movl -496(%rbp), %eax
movl %eax, -544(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -500(%rbp)
movb %al, -538(%rbp) ## 1-byte Spill
jne LBB1_336
## %bb.335: ## in Loop: Header=BB1_72 Depth=1
cmpl $6, -484(%rbp)
sete %al
movb %al, -538(%rbp) ## 1-byte Spill
LBB1_336: ## in Loop: Header=BB1_72 Depth=1
movl -544(%rbp), %ecx ## 4-byte Reload
movb -538(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.337: ## in Loop: Header=BB1_72 Depth=1
movl -40(%rbp), %eax
movl %eax, -552(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -44(%rbp)
movb %al, -545(%rbp) ## 1-byte Spill
jne LBB1_341
## %bb.338: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -20(%rbp)
movb %al, -553(%rbp) ## 1-byte Spill
jne LBB1_340
## %bb.339: ## in Loop: Header=BB1_72 Depth=1
cmpl $5, -484(%rbp)
sete %al
movb %al, -553(%rbp) ## 1-byte Spill
LBB1_340: ## in Loop: Header=BB1_72 Depth=1
movb -553(%rbp), %al ## 1-byte Reload
xorb $-1, %al
movb %al, -545(%rbp) ## 1-byte Spill
LBB1_341: ## in Loop: Header=BB1_72 Depth=1
movl -552(%rbp), %ecx ## 4-byte Reload
movb -545(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.342: ## in Loop: Header=BB1_72 Depth=1
movl -16(%rbp), %eax
movl %eax, -560(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -20(%rbp)
movb %al, -554(%rbp) ## 1-byte Spill
jne LBB1_344
## %bb.343: ## in Loop: Header=BB1_72 Depth=1
cmpl $5, -484(%rbp)
sete %al
movb %al, -554(%rbp) ## 1-byte Spill
LBB1_344: ## in Loop: Header=BB1_72 Depth=1
movl -560(%rbp), %ecx ## 4-byte Reload
movb -554(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.345: ## in Loop: Header=BB1_72 Depth=1
movl -80(%rbp), %eax
movl %eax, -568(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -84(%rbp)
movb %al, -561(%rbp) ## 1-byte Spill
jne LBB1_349
## %bb.346: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -60(%rbp)
movb %al, -569(%rbp) ## 1-byte Spill
jne LBB1_348
## %bb.347: ## in Loop: Header=BB1_72 Depth=1
cmpl $4, -484(%rbp)
sete %al
movb %al, -569(%rbp) ## 1-byte Spill
LBB1_348: ## in Loop: Header=BB1_72 Depth=1
movb -569(%rbp), %al ## 1-byte Reload
xorb $-1, %al
movb %al, -561(%rbp) ## 1-byte Spill
LBB1_349: ## in Loop: Header=BB1_72 Depth=1
movl -568(%rbp), %ecx ## 4-byte Reload
movb -561(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.350: ## in Loop: Header=BB1_72 Depth=1
movl -56(%rbp), %eax
movl %eax, -576(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -60(%rbp)
movb %al, -570(%rbp) ## 1-byte Spill
jne LBB1_352
## %bb.351: ## in Loop: Header=BB1_72 Depth=1
cmpl $4, -484(%rbp)
sete %al
movb %al, -570(%rbp) ## 1-byte Spill
LBB1_352: ## in Loop: Header=BB1_72 Depth=1
movl -576(%rbp), %ecx ## 4-byte Reload
movb -570(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.353: ## in Loop: Header=BB1_72 Depth=1
movl -120(%rbp), %eax
movl %eax, -584(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -124(%rbp)
movb %al, -577(%rbp) ## 1-byte Spill
jne LBB1_357
## %bb.354: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -100(%rbp)
movb %al, -585(%rbp) ## 1-byte Spill
jne LBB1_356
## %bb.355: ## in Loop: Header=BB1_72 Depth=1
cmpl $3, -484(%rbp)
sete %al
movb %al, -585(%rbp) ## 1-byte Spill
LBB1_356: ## in Loop: Header=BB1_72 Depth=1
movb -585(%rbp), %al ## 1-byte Reload
xorb $-1, %al
movb %al, -577(%rbp) ## 1-byte Spill
LBB1_357: ## in Loop: Header=BB1_72 Depth=1
movl -584(%rbp), %ecx ## 4-byte Reload
movb -577(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.358: ## in Loop: Header=BB1_72 Depth=1
movl -96(%rbp), %eax
movl %eax, -592(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -100(%rbp)
movb %al, -586(%rbp) ## 1-byte Spill
jne LBB1_360
## %bb.359: ## in Loop: Header=BB1_72 Depth=1
cmpl $3, -484(%rbp)
sete %al
movb %al, -586(%rbp) ## 1-byte Spill
LBB1_360: ## in Loop: Header=BB1_72 Depth=1
movl -592(%rbp), %ecx ## 4-byte Reload
movb -586(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.361: ## in Loop: Header=BB1_72 Depth=1
movl -160(%rbp), %eax
movl %eax, -600(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -164(%rbp)
movb %al, -593(%rbp) ## 1-byte Spill
jne LBB1_365
## %bb.362: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -140(%rbp)
movb %al, -601(%rbp) ## 1-byte Spill
jne LBB1_364
## %bb.363: ## in Loop: Header=BB1_72 Depth=1
cmpl $2, -484(%rbp)
sete %al
movb %al, -601(%rbp) ## 1-byte Spill
LBB1_364: ## in Loop: Header=BB1_72 Depth=1
movb -601(%rbp), %al ## 1-byte Reload
xorb $-1, %al
movb %al, -593(%rbp) ## 1-byte Spill
LBB1_365: ## in Loop: Header=BB1_72 Depth=1
movl -600(%rbp), %ecx ## 4-byte Reload
movb -593(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.366: ## in Loop: Header=BB1_72 Depth=1
movl -136(%rbp), %eax
movl %eax, -608(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -140(%rbp)
movb %al, -602(%rbp) ## 1-byte Spill
jne LBB1_368
## %bb.367: ## in Loop: Header=BB1_72 Depth=1
cmpl $2, -484(%rbp)
sete %al
movb %al, -602(%rbp) ## 1-byte Spill
LBB1_368: ## in Loop: Header=BB1_72 Depth=1
movl -608(%rbp), %ecx ## 4-byte Reload
movb -602(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.369: ## in Loop: Header=BB1_72 Depth=1
movl -200(%rbp), %eax
movl %eax, -616(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -204(%rbp)
movb %al, -609(%rbp) ## 1-byte Spill
jne LBB1_373
## %bb.370: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -180(%rbp)
movb %al, -617(%rbp) ## 1-byte Spill
jne LBB1_372
## %bb.371: ## in Loop: Header=BB1_72 Depth=1
cmpl $1, -484(%rbp)
sete %al
movb %al, -617(%rbp) ## 1-byte Spill
LBB1_372: ## in Loop: Header=BB1_72 Depth=1
movb -617(%rbp), %al ## 1-byte Reload
xorb $-1, %al
movb %al, -609(%rbp) ## 1-byte Spill
LBB1_373: ## in Loop: Header=BB1_72 Depth=1
movl -616(%rbp), %ecx ## 4-byte Reload
movb -609(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.374: ## in Loop: Header=BB1_72 Depth=1
movl -176(%rbp), %eax
movl %eax, -624(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -180(%rbp)
movb %al, -618(%rbp) ## 1-byte Spill
jne LBB1_376
## %bb.375: ## in Loop: Header=BB1_72 Depth=1
cmpl $1, -484(%rbp)
sete %al
movb %al, -618(%rbp) ## 1-byte Spill
LBB1_376: ## in Loop: Header=BB1_72 Depth=1
movl -624(%rbp), %ecx ## 4-byte Reload
movb -618(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.377: ## in Loop: Header=BB1_72 Depth=1
movl -240(%rbp), %eax
movl %eax, -632(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -244(%rbp)
movb %al, -625(%rbp) ## 1-byte Spill
jne LBB1_381
## %bb.378: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -220(%rbp)
movb %al, -633(%rbp) ## 1-byte Spill
jne LBB1_380
## %bb.379: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -484(%rbp)
sete %al
movb %al, -633(%rbp) ## 1-byte Spill
LBB1_380: ## in Loop: Header=BB1_72 Depth=1
movb -633(%rbp), %al ## 1-byte Reload
xorb $-1, %al
movb %al, -625(%rbp) ## 1-byte Spill
LBB1_381: ## in Loop: Header=BB1_72 Depth=1
movl -632(%rbp), %ecx ## 4-byte Reload
movb -625(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.382: ## in Loop: Header=BB1_72 Depth=1
movl -216(%rbp), %eax
movl %eax, -640(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -220(%rbp)
movb %al, -634(%rbp) ## 1-byte Spill
jne LBB1_384
## %bb.383: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -484(%rbp)
sete %al
movb %al, -634(%rbp) ## 1-byte Spill
LBB1_384: ## in Loop: Header=BB1_72 Depth=1
movl -640(%rbp), %ecx ## 4-byte Reload
movb -634(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.385: ## in Loop: Header=BB1_72 Depth=1
movl -280(%rbp), %eax
movl %eax, -648(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -324(%rbp)
movb %al, -641(%rbp) ## 1-byte Spill
je LBB1_387
## %bb.386: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -284(%rbp)
setne %al
movb %al, -641(%rbp) ## 1-byte Spill
LBB1_387: ## in Loop: Header=BB1_72 Depth=1
movl -648(%rbp), %ecx ## 4-byte Reload
movb -641(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.388: ## in Loop: Header=BB1_72 Depth=1
movl -296(%rbp), %eax
movl %eax, -656(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -300(%rbp)
movb %al, -649(%rbp) ## 1-byte Spill
jne LBB1_392
## %bb.389: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -324(%rbp)
movb %al, -657(%rbp) ## 1-byte Spill
je LBB1_391
## %bb.390: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -284(%rbp)
setne %al
movb %al, -657(%rbp) ## 1-byte Spill
LBB1_391: ## in Loop: Header=BB1_72 Depth=1
movb -657(%rbp), %al ## 1-byte Reload
xorb $-1, %al
movb %al, -649(%rbp) ## 1-byte Spill
LBB1_392: ## in Loop: Header=BB1_72 Depth=1
movl -656(%rbp), %ecx ## 4-byte Reload
movb -649(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.393: ## in Loop: Header=BB1_72 Depth=1
movl -468(%rbp), %eax
movl %eax, -664(%rbp) ## 4-byte Spill
cmpl $0, -464(%rbp)
je LBB1_411
## %bb.394: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_411
## %bb.395: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_411
## %bb.396: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_411
## %bb.397: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_411
## %bb.398: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_411
## %bb.399: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_411
## %bb.400: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_411
## %bb.401: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_411
## %bb.402: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_411
## %bb.403: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_411
## %bb.404: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_411
## %bb.405: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_411
## %bb.406: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_411
## %bb.407: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_411
## %bb.408: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_411
## %bb.409: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_411
## %bb.410: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -328(%rbp)
movb %al, -665(%rbp) ## 1-byte Spill
jne LBB1_435
LBB1_411: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -464(%rbp)
je LBB1_429
## %bb.412: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_429
## %bb.413: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_429
## %bb.414: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_429
## %bb.415: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_429
## %bb.416: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_429
## %bb.417: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_429
## %bb.418: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_429
## %bb.419: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_429
## %bb.420: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_429
## %bb.421: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_429
## %bb.422: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_429
## %bb.423: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_429
## %bb.424: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_429
## %bb.425: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_429
## %bb.426: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_429
## %bb.427: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_429
## %bb.428: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -328(%rbp)
movb %al, -666(%rbp) ## 1-byte Spill
jne LBB1_434
LBB1_429: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -320(%rbp)
movb %al, -667(%rbp) ## 1-byte Spill
je LBB1_433
## %bb.430: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -320(%rbp)
je LBB1_432
## %bb.431: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -280(%rbp)
movb %al, -667(%rbp) ## 1-byte Spill
je LBB1_433
LBB1_432: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -464(%rbp)
setne %al
movb %al, -667(%rbp) ## 1-byte Spill
LBB1_433: ## in Loop: Header=BB1_72 Depth=1
movb -667(%rbp), %al ## 1-byte Reload
movb %al, -666(%rbp) ## 1-byte Spill
LBB1_434: ## in Loop: Header=BB1_72 Depth=1
movb -666(%rbp), %al ## 1-byte Reload
movb %al, -665(%rbp) ## 1-byte Spill
LBB1_435: ## in Loop: Header=BB1_72 Depth=1
movl -664(%rbp), %ecx ## 4-byte Reload
movb -665(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.436: ## in Loop: Header=BB1_72 Depth=1
movl -460(%rbp), %eax
movl %eax, -672(%rbp) ## 4-byte Spill
cmpl $0, -464(%rbp)
je LBB1_454
## %bb.437: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_454
## %bb.438: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_454
## %bb.439: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_454
## %bb.440: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_454
## %bb.441: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_454
## %bb.442: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_454
## %bb.443: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_454
## %bb.444: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_454
## %bb.445: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_454
## %bb.446: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_454
## %bb.447: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_454
## %bb.448: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_454
## %bb.449: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_454
## %bb.450: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_454
## %bb.451: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_454
## %bb.452: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_454
## %bb.453: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -328(%rbp)
movb %al, -673(%rbp) ## 1-byte Spill
jne LBB1_480
LBB1_454: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -464(%rbp)
je LBB1_472
## %bb.455: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_472
## %bb.456: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_472
## %bb.457: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_472
## %bb.458: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_472
## %bb.459: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_472
## %bb.460: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_472
## %bb.461: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_472
## %bb.462: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_472
## %bb.463: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_472
## %bb.464: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_472
## %bb.465: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_472
## %bb.466: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_472
## %bb.467: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_472
## %bb.468: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_472
## %bb.469: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_472
## %bb.470: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_472
## %bb.471: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -328(%rbp)
movb %al, -674(%rbp) ## 1-byte Spill
jne LBB1_479
LBB1_472: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -320(%rbp)
je LBB1_474
## %bb.473: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -280(%rbp)
movb %al, -675(%rbp) ## 1-byte Spill
je LBB1_478
LBB1_474: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -296(%rbp)
jne LBB1_477
## %bb.475: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -320(%rbp)
movb %al, -675(%rbp) ## 1-byte Spill
je LBB1_478
## %bb.476: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -280(%rbp)
movb %al, -675(%rbp) ## 1-byte Spill
jne LBB1_478
LBB1_477: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
setne %al
movb %al, -675(%rbp) ## 1-byte Spill
LBB1_478: ## in Loop: Header=BB1_72 Depth=1
movb -675(%rbp), %al ## 1-byte Reload
movb %al, -674(%rbp) ## 1-byte Spill
LBB1_479: ## in Loop: Header=BB1_72 Depth=1
movb -674(%rbp), %al ## 1-byte Reload
movb %al, -673(%rbp) ## 1-byte Spill
LBB1_480: ## in Loop: Header=BB1_72 Depth=1
movl -672(%rbp), %ecx ## 4-byte Reload
movb -673(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.481: ## in Loop: Header=BB1_72 Depth=1
movl -452(%rbp), %eax
movl %eax, -680(%rbp) ## 4-byte Spill
cmpl $0, -464(%rbp)
je LBB1_499
## %bb.482: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_499
## %bb.483: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_499
## %bb.484: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_499
## %bb.485: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_499
## %bb.486: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_499
## %bb.487: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_499
## %bb.488: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_499
## %bb.489: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_499
## %bb.490: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_499
## %bb.491: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_499
## %bb.492: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_499
## %bb.493: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_499
## %bb.494: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_499
## %bb.495: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_499
## %bb.496: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_499
## %bb.497: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_499
## %bb.498: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -328(%rbp)
movb %al, -681(%rbp) ## 1-byte Spill
jne LBB1_523
LBB1_499: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -464(%rbp)
je LBB1_517
## %bb.500: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_517
## %bb.501: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_517
## %bb.502: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_517
## %bb.503: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_517
## %bb.504: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_517
## %bb.505: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_517
## %bb.506: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_517
## %bb.507: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_517
## %bb.508: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_517
## %bb.509: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_517
## %bb.510: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_517
## %bb.511: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_517
## %bb.512: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_517
## %bb.513: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_517
## %bb.514: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_517
## %bb.515: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_517
## %bb.516: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -328(%rbp)
movb %al, -682(%rbp) ## 1-byte Spill
jne LBB1_522
LBB1_517: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -480(%rbp)
movb %al, -683(%rbp) ## 1-byte Spill
je LBB1_521
## %bb.518: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -480(%rbp)
je LBB1_520
## %bb.519: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -216(%rbp)
movb %al, -683(%rbp) ## 1-byte Spill
je LBB1_521
LBB1_520: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
setne %al
movb %al, -683(%rbp) ## 1-byte Spill
LBB1_521: ## in Loop: Header=BB1_72 Depth=1
movb -683(%rbp), %al ## 1-byte Reload
movb %al, -682(%rbp) ## 1-byte Spill
LBB1_522: ## in Loop: Header=BB1_72 Depth=1
movb -682(%rbp), %al ## 1-byte Reload
movb %al, -681(%rbp) ## 1-byte Spill
LBB1_523: ## in Loop: Header=BB1_72 Depth=1
movl -680(%rbp), %ecx ## 4-byte Reload
movb -681(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.524: ## in Loop: Header=BB1_72 Depth=1
movl -444(%rbp), %eax
movl %eax, -688(%rbp) ## 4-byte Spill
cmpl $0, -464(%rbp)
je LBB1_542
## %bb.525: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_542
## %bb.526: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_542
## %bb.527: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_542
## %bb.528: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_542
## %bb.529: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_542
## %bb.530: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_542
## %bb.531: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_542
## %bb.532: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_542
## %bb.533: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_542
## %bb.534: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_542
## %bb.535: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_542
## %bb.536: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_542
## %bb.537: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_542
## %bb.538: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_542
## %bb.539: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_542
## %bb.540: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_542
## %bb.541: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -328(%rbp)
movb %al, -689(%rbp) ## 1-byte Spill
jne LBB1_568
LBB1_542: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -464(%rbp)
je LBB1_560
## %bb.543: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_560
## %bb.544: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_560
## %bb.545: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_560
## %bb.546: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_560
## %bb.547: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_560
## %bb.548: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_560
## %bb.549: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_560
## %bb.550: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_560
## %bb.551: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_560
## %bb.552: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_560
## %bb.553: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_560
## %bb.554: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_560
## %bb.555: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_560
## %bb.556: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_560
## %bb.557: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_560
## %bb.558: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_560
## %bb.559: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -328(%rbp)
movb %al, -690(%rbp) ## 1-byte Spill
jne LBB1_567
LBB1_560: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -480(%rbp)
je LBB1_562
## %bb.561: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -216(%rbp)
movb %al, -691(%rbp) ## 1-byte Spill
je LBB1_566
LBB1_562: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -240(%rbp)
jne LBB1_565
## %bb.563: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -480(%rbp)
movb %al, -691(%rbp) ## 1-byte Spill
je LBB1_566
## %bb.564: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -216(%rbp)
movb %al, -691(%rbp) ## 1-byte Spill
jne LBB1_566
LBB1_565: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
setne %al
movb %al, -691(%rbp) ## 1-byte Spill
LBB1_566: ## in Loop: Header=BB1_72 Depth=1
movb -691(%rbp), %al ## 1-byte Reload
movb %al, -690(%rbp) ## 1-byte Spill
LBB1_567: ## in Loop: Header=BB1_72 Depth=1
movb -690(%rbp), %al ## 1-byte Reload
movb %al, -689(%rbp) ## 1-byte Spill
LBB1_568: ## in Loop: Header=BB1_72 Depth=1
movl -688(%rbp), %ecx ## 4-byte Reload
movb -689(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.569: ## in Loop: Header=BB1_72 Depth=1
movl -436(%rbp), %eax
movl %eax, -696(%rbp) ## 4-byte Spill
cmpl $0, -464(%rbp)
je LBB1_587
## %bb.570: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_587
## %bb.571: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_587
## %bb.572: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_587
## %bb.573: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_587
## %bb.574: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_587
## %bb.575: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_587
## %bb.576: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_587
## %bb.577: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_587
## %bb.578: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_587
## %bb.579: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_587
## %bb.580: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_587
## %bb.581: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_587
## %bb.582: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_587
## %bb.583: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_587
## %bb.584: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_587
## %bb.585: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_587
## %bb.586: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -328(%rbp)
movb %al, -697(%rbp) ## 1-byte Spill
jne LBB1_611
LBB1_587: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -464(%rbp)
je LBB1_605
## %bb.588: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_605
## %bb.589: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_605
## %bb.590: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_605
## %bb.591: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_605
## %bb.592: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_605
## %bb.593: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_605
## %bb.594: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_605
## %bb.595: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_605
## %bb.596: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_605
## %bb.597: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_605
## %bb.598: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_605
## %bb.599: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_605
## %bb.600: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_605
## %bb.601: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_605
## %bb.602: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_605
## %bb.603: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_605
## %bb.604: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -328(%rbp)
movb %al, -698(%rbp) ## 1-byte Spill
jne LBB1_610
LBB1_605: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $1, -480(%rbp)
movb %al, -699(%rbp) ## 1-byte Spill
je LBB1_609
## %bb.606: ## in Loop: Header=BB1_72 Depth=1
cmpl $1, -480(%rbp)
je LBB1_608
## %bb.607: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -176(%rbp)
movb %al, -699(%rbp) ## 1-byte Spill
je LBB1_609
LBB1_608: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
setne %al
movb %al, -699(%rbp) ## 1-byte Spill
LBB1_609: ## in Loop: Header=BB1_72 Depth=1
movb -699(%rbp), %al ## 1-byte Reload
movb %al, -698(%rbp) ## 1-byte Spill
LBB1_610: ## in Loop: Header=BB1_72 Depth=1
movb -698(%rbp), %al ## 1-byte Reload
movb %al, -697(%rbp) ## 1-byte Spill
LBB1_611: ## in Loop: Header=BB1_72 Depth=1
movl -696(%rbp), %ecx ## 4-byte Reload
movb -697(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.612: ## in Loop: Header=BB1_72 Depth=1
movl -428(%rbp), %eax
movl %eax, -704(%rbp) ## 4-byte Spill
cmpl $0, -464(%rbp)
je LBB1_630
## %bb.613: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_630
## %bb.614: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_630
## %bb.615: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_630
## %bb.616: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_630
## %bb.617: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_630
## %bb.618: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_630
## %bb.619: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_630
## %bb.620: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_630
## %bb.621: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_630
## %bb.622: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_630
## %bb.623: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_630
## %bb.624: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_630
## %bb.625: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_630
## %bb.626: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_630
## %bb.627: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_630
## %bb.628: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_630
## %bb.629: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -328(%rbp)
movb %al, -705(%rbp) ## 1-byte Spill
jne LBB1_656
LBB1_630: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -464(%rbp)
je LBB1_648
## %bb.631: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_648
## %bb.632: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_648
## %bb.633: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_648
## %bb.634: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_648
## %bb.635: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_648
## %bb.636: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_648
## %bb.637: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_648
## %bb.638: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_648
## %bb.639: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_648
## %bb.640: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_648
## %bb.641: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_648
## %bb.642: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_648
## %bb.643: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_648
## %bb.644: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_648
## %bb.645: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_648
## %bb.646: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_648
## %bb.647: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -328(%rbp)
movb %al, -706(%rbp) ## 1-byte Spill
jne LBB1_655
LBB1_648: ## in Loop: Header=BB1_72 Depth=1
cmpl $1, -480(%rbp)
je LBB1_650
## %bb.649: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -176(%rbp)
movb %al, -707(%rbp) ## 1-byte Spill
je LBB1_654
LBB1_650: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -200(%rbp)
jne LBB1_653
## %bb.651: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $1, -480(%rbp)
movb %al, -707(%rbp) ## 1-byte Spill
je LBB1_654
## %bb.652: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -176(%rbp)
movb %al, -707(%rbp) ## 1-byte Spill
jne LBB1_654
LBB1_653: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
setne %al
movb %al, -707(%rbp) ## 1-byte Spill
LBB1_654: ## in Loop: Header=BB1_72 Depth=1
movb -707(%rbp), %al ## 1-byte Reload
movb %al, -706(%rbp) ## 1-byte Spill
LBB1_655: ## in Loop: Header=BB1_72 Depth=1
movb -706(%rbp), %al ## 1-byte Reload
movb %al, -705(%rbp) ## 1-byte Spill
LBB1_656: ## in Loop: Header=BB1_72 Depth=1
movl -704(%rbp), %ecx ## 4-byte Reload
movb -705(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.657: ## in Loop: Header=BB1_72 Depth=1
movl -420(%rbp), %eax
movl %eax, -712(%rbp) ## 4-byte Spill
cmpl $0, -464(%rbp)
je LBB1_675
## %bb.658: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_675
## %bb.659: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_675
## %bb.660: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_675
## %bb.661: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_675
## %bb.662: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_675
## %bb.663: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_675
## %bb.664: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_675
## %bb.665: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_675
## %bb.666: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_675
## %bb.667: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_675
## %bb.668: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_675
## %bb.669: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_675
## %bb.670: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_675
## %bb.671: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_675
## %bb.672: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_675
## %bb.673: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_675
## %bb.674: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -328(%rbp)
movb %al, -713(%rbp) ## 1-byte Spill
jne LBB1_699
LBB1_675: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -464(%rbp)
je LBB1_693
## %bb.676: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_693
## %bb.677: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_693
## %bb.678: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_693
## %bb.679: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_693
## %bb.680: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_693
## %bb.681: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_693
## %bb.682: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_693
## %bb.683: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_693
## %bb.684: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_693
## %bb.685: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_693
## %bb.686: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_693
## %bb.687: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_693
## %bb.688: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_693
## %bb.689: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_693
## %bb.690: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_693
## %bb.691: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_693
## %bb.692: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -328(%rbp)
movb %al, -714(%rbp) ## 1-byte Spill
jne LBB1_698
LBB1_693: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $2, -480(%rbp)
movb %al, -715(%rbp) ## 1-byte Spill
je LBB1_697
## %bb.694: ## in Loop: Header=BB1_72 Depth=1
cmpl $2, -480(%rbp)
je LBB1_696
## %bb.695: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -136(%rbp)
movb %al, -715(%rbp) ## 1-byte Spill
je LBB1_697
LBB1_696: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
setne %al
movb %al, -715(%rbp) ## 1-byte Spill
LBB1_697: ## in Loop: Header=BB1_72 Depth=1
movb -715(%rbp), %al ## 1-byte Reload
movb %al, -714(%rbp) ## 1-byte Spill
LBB1_698: ## in Loop: Header=BB1_72 Depth=1
movb -714(%rbp), %al ## 1-byte Reload
movb %al, -713(%rbp) ## 1-byte Spill
LBB1_699: ## in Loop: Header=BB1_72 Depth=1
movl -712(%rbp), %ecx ## 4-byte Reload
movb -713(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.700: ## in Loop: Header=BB1_72 Depth=1
movl -412(%rbp), %eax
movl %eax, -720(%rbp) ## 4-byte Spill
cmpl $0, -464(%rbp)
je LBB1_718
## %bb.701: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_718
## %bb.702: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_718
## %bb.703: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_718
## %bb.704: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_718
## %bb.705: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_718
## %bb.706: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_718
## %bb.707: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_718
## %bb.708: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_718
## %bb.709: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_718
## %bb.710: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_718
## %bb.711: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_718
## %bb.712: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_718
## %bb.713: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_718
## %bb.714: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_718
## %bb.715: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_718
## %bb.716: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_718
## %bb.717: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -328(%rbp)
movb %al, -721(%rbp) ## 1-byte Spill
jne LBB1_744
LBB1_718: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -464(%rbp)
je LBB1_736
## %bb.719: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_736
## %bb.720: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_736
## %bb.721: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_736
## %bb.722: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_736
## %bb.723: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_736
## %bb.724: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_736
## %bb.725: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_736
## %bb.726: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_736
## %bb.727: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_736
## %bb.728: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_736
## %bb.729: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_736
## %bb.730: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_736
## %bb.731: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_736
## %bb.732: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_736
## %bb.733: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_736
## %bb.734: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_736
## %bb.735: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -328(%rbp)
movb %al, -722(%rbp) ## 1-byte Spill
jne LBB1_743
LBB1_736: ## in Loop: Header=BB1_72 Depth=1
cmpl $2, -480(%rbp)
je LBB1_738
## %bb.737: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -136(%rbp)
movb %al, -723(%rbp) ## 1-byte Spill
je LBB1_742
LBB1_738: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -160(%rbp)
jne LBB1_741
## %bb.739: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $2, -480(%rbp)
movb %al, -723(%rbp) ## 1-byte Spill
je LBB1_742
## %bb.740: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -136(%rbp)
movb %al, -723(%rbp) ## 1-byte Spill
jne LBB1_742
LBB1_741: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
setne %al
movb %al, -723(%rbp) ## 1-byte Spill
LBB1_742: ## in Loop: Header=BB1_72 Depth=1
movb -723(%rbp), %al ## 1-byte Reload
movb %al, -722(%rbp) ## 1-byte Spill
LBB1_743: ## in Loop: Header=BB1_72 Depth=1
movb -722(%rbp), %al ## 1-byte Reload
movb %al, -721(%rbp) ## 1-byte Spill
LBB1_744: ## in Loop: Header=BB1_72 Depth=1
movl -720(%rbp), %ecx ## 4-byte Reload
movb -721(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.745: ## in Loop: Header=BB1_72 Depth=1
movl -404(%rbp), %eax
movl %eax, -728(%rbp) ## 4-byte Spill
cmpl $0, -464(%rbp)
je LBB1_763
## %bb.746: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_763
## %bb.747: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_763
## %bb.748: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_763
## %bb.749: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_763
## %bb.750: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_763
## %bb.751: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_763
## %bb.752: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_763
## %bb.753: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_763
## %bb.754: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_763
## %bb.755: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_763
## %bb.756: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_763
## %bb.757: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_763
## %bb.758: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_763
## %bb.759: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_763
## %bb.760: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_763
## %bb.761: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_763
## %bb.762: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -328(%rbp)
movb %al, -729(%rbp) ## 1-byte Spill
jne LBB1_787
LBB1_763: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -464(%rbp)
je LBB1_781
## %bb.764: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_781
## %bb.765: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_781
## %bb.766: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_781
## %bb.767: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_781
## %bb.768: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_781
## %bb.769: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_781
## %bb.770: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_781
## %bb.771: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_781
## %bb.772: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_781
## %bb.773: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_781
## %bb.774: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_781
## %bb.775: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_781
## %bb.776: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_781
## %bb.777: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_781
## %bb.778: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_781
## %bb.779: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_781
## %bb.780: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -328(%rbp)
movb %al, -730(%rbp) ## 1-byte Spill
jne LBB1_786
LBB1_781: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $3, -480(%rbp)
movb %al, -731(%rbp) ## 1-byte Spill
je LBB1_785
## %bb.782: ## in Loop: Header=BB1_72 Depth=1
cmpl $3, -480(%rbp)
je LBB1_784
## %bb.783: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -96(%rbp)
movb %al, -731(%rbp) ## 1-byte Spill
je LBB1_785
LBB1_784: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
setne %al
movb %al, -731(%rbp) ## 1-byte Spill
LBB1_785: ## in Loop: Header=BB1_72 Depth=1
movb -731(%rbp), %al ## 1-byte Reload
movb %al, -730(%rbp) ## 1-byte Spill
LBB1_786: ## in Loop: Header=BB1_72 Depth=1
movb -730(%rbp), %al ## 1-byte Reload
movb %al, -729(%rbp) ## 1-byte Spill
LBB1_787: ## in Loop: Header=BB1_72 Depth=1
movl -728(%rbp), %ecx ## 4-byte Reload
movb -729(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.788: ## in Loop: Header=BB1_72 Depth=1
movl -396(%rbp), %eax
movl %eax, -736(%rbp) ## 4-byte Spill
cmpl $0, -464(%rbp)
je LBB1_806
## %bb.789: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_806
## %bb.790: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_806
## %bb.791: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_806
## %bb.792: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_806
## %bb.793: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_806
## %bb.794: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_806
## %bb.795: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_806
## %bb.796: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_806
## %bb.797: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_806
## %bb.798: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_806
## %bb.799: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_806
## %bb.800: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_806
## %bb.801: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_806
## %bb.802: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_806
## %bb.803: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_806
## %bb.804: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_806
## %bb.805: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -328(%rbp)
movb %al, -737(%rbp) ## 1-byte Spill
jne LBB1_832
LBB1_806: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -464(%rbp)
je LBB1_824
## %bb.807: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_824
## %bb.808: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_824
## %bb.809: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_824
## %bb.810: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_824
## %bb.811: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_824
## %bb.812: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_824
## %bb.813: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_824
## %bb.814: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_824
## %bb.815: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_824
## %bb.816: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_824
## %bb.817: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_824
## %bb.818: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_824
## %bb.819: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_824
## %bb.820: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_824
## %bb.821: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_824
## %bb.822: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_824
## %bb.823: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -328(%rbp)
movb %al, -738(%rbp) ## 1-byte Spill
jne LBB1_831
LBB1_824: ## in Loop: Header=BB1_72 Depth=1
cmpl $3, -480(%rbp)
je LBB1_826
## %bb.825: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -96(%rbp)
movb %al, -739(%rbp) ## 1-byte Spill
je LBB1_830
LBB1_826: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -120(%rbp)
jne LBB1_829
## %bb.827: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $3, -480(%rbp)
movb %al, -739(%rbp) ## 1-byte Spill
je LBB1_830
## %bb.828: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -96(%rbp)
movb %al, -739(%rbp) ## 1-byte Spill
jne LBB1_830
LBB1_829: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
setne %al
movb %al, -739(%rbp) ## 1-byte Spill
LBB1_830: ## in Loop: Header=BB1_72 Depth=1
movb -739(%rbp), %al ## 1-byte Reload
movb %al, -738(%rbp) ## 1-byte Spill
LBB1_831: ## in Loop: Header=BB1_72 Depth=1
movb -738(%rbp), %al ## 1-byte Reload
movb %al, -737(%rbp) ## 1-byte Spill
LBB1_832: ## in Loop: Header=BB1_72 Depth=1
movl -736(%rbp), %ecx ## 4-byte Reload
movb -737(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.833: ## in Loop: Header=BB1_72 Depth=1
movl -388(%rbp), %eax
movl %eax, -744(%rbp) ## 4-byte Spill
cmpl $0, -464(%rbp)
je LBB1_851
## %bb.834: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_851
## %bb.835: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_851
## %bb.836: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_851
## %bb.837: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_851
## %bb.838: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_851
## %bb.839: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_851
## %bb.840: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_851
## %bb.841: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_851
## %bb.842: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_851
## %bb.843: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_851
## %bb.844: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_851
## %bb.845: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_851
## %bb.846: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_851
## %bb.847: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_851
## %bb.848: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_851
## %bb.849: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_851
## %bb.850: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -328(%rbp)
movb %al, -745(%rbp) ## 1-byte Spill
jne LBB1_875
LBB1_851: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -464(%rbp)
je LBB1_869
## %bb.852: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_869
## %bb.853: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_869
## %bb.854: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_869
## %bb.855: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_869
## %bb.856: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_869
## %bb.857: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_869
## %bb.858: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_869
## %bb.859: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_869
## %bb.860: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_869
## %bb.861: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_869
## %bb.862: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_869
## %bb.863: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_869
## %bb.864: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_869
## %bb.865: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_869
## %bb.866: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_869
## %bb.867: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_869
## %bb.868: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -328(%rbp)
movb %al, -746(%rbp) ## 1-byte Spill
jne LBB1_874
LBB1_869: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $4, -480(%rbp)
movb %al, -747(%rbp) ## 1-byte Spill
je LBB1_873
## %bb.870: ## in Loop: Header=BB1_72 Depth=1
cmpl $4, -480(%rbp)
je LBB1_872
## %bb.871: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -56(%rbp)
movb %al, -747(%rbp) ## 1-byte Spill
je LBB1_873
LBB1_872: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
setne %al
movb %al, -747(%rbp) ## 1-byte Spill
LBB1_873: ## in Loop: Header=BB1_72 Depth=1
movb -747(%rbp), %al ## 1-byte Reload
movb %al, -746(%rbp) ## 1-byte Spill
LBB1_874: ## in Loop: Header=BB1_72 Depth=1
movb -746(%rbp), %al ## 1-byte Reload
movb %al, -745(%rbp) ## 1-byte Spill
LBB1_875: ## in Loop: Header=BB1_72 Depth=1
movl -744(%rbp), %ecx ## 4-byte Reload
movb -745(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.876: ## in Loop: Header=BB1_72 Depth=1
movl -380(%rbp), %eax
movl %eax, -752(%rbp) ## 4-byte Spill
cmpl $0, -464(%rbp)
je LBB1_894
## %bb.877: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_894
## %bb.878: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_894
## %bb.879: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_894
## %bb.880: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_894
## %bb.881: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_894
## %bb.882: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_894
## %bb.883: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_894
## %bb.884: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_894
## %bb.885: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_894
## %bb.886: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_894
## %bb.887: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_894
## %bb.888: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_894
## %bb.889: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_894
## %bb.890: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_894
## %bb.891: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_894
## %bb.892: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_894
## %bb.893: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -328(%rbp)
movb %al, -753(%rbp) ## 1-byte Spill
jne LBB1_920
LBB1_894: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -464(%rbp)
je LBB1_912
## %bb.895: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_912
## %bb.896: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_912
## %bb.897: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_912
## %bb.898: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_912
## %bb.899: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_912
## %bb.900: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_912
## %bb.901: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_912
## %bb.902: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_912
## %bb.903: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_912
## %bb.904: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_912
## %bb.905: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_912
## %bb.906: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_912
## %bb.907: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_912
## %bb.908: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_912
## %bb.909: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_912
## %bb.910: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_912
## %bb.911: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -328(%rbp)
movb %al, -754(%rbp) ## 1-byte Spill
jne LBB1_919
LBB1_912: ## in Loop: Header=BB1_72 Depth=1
cmpl $4, -480(%rbp)
je LBB1_914
## %bb.913: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -56(%rbp)
movb %al, -755(%rbp) ## 1-byte Spill
je LBB1_918
LBB1_914: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -80(%rbp)
jne LBB1_917
## %bb.915: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $4, -480(%rbp)
movb %al, -755(%rbp) ## 1-byte Spill
je LBB1_918
## %bb.916: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -56(%rbp)
movb %al, -755(%rbp) ## 1-byte Spill
jne LBB1_918
LBB1_917: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
setne %al
movb %al, -755(%rbp) ## 1-byte Spill
LBB1_918: ## in Loop: Header=BB1_72 Depth=1
movb -755(%rbp), %al ## 1-byte Reload
movb %al, -754(%rbp) ## 1-byte Spill
LBB1_919: ## in Loop: Header=BB1_72 Depth=1
movb -754(%rbp), %al ## 1-byte Reload
movb %al, -753(%rbp) ## 1-byte Spill
LBB1_920: ## in Loop: Header=BB1_72 Depth=1
movl -752(%rbp), %ecx ## 4-byte Reload
movb -753(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.921: ## in Loop: Header=BB1_72 Depth=1
movl -372(%rbp), %eax
movl %eax, -760(%rbp) ## 4-byte Spill
cmpl $0, -464(%rbp)
je LBB1_939
## %bb.922: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_939
## %bb.923: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_939
## %bb.924: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_939
## %bb.925: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_939
## %bb.926: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_939
## %bb.927: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_939
## %bb.928: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_939
## %bb.929: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_939
## %bb.930: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_939
## %bb.931: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_939
## %bb.932: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_939
## %bb.933: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_939
## %bb.934: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_939
## %bb.935: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_939
## %bb.936: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_939
## %bb.937: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_939
## %bb.938: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -328(%rbp)
movb %al, -761(%rbp) ## 1-byte Spill
jne LBB1_963
LBB1_939: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -464(%rbp)
je LBB1_957
## %bb.940: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_957
## %bb.941: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_957
## %bb.942: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_957
## %bb.943: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_957
## %bb.944: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_957
## %bb.945: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_957
## %bb.946: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_957
## %bb.947: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_957
## %bb.948: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_957
## %bb.949: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_957
## %bb.950: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_957
## %bb.951: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_957
## %bb.952: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_957
## %bb.953: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_957
## %bb.954: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_957
## %bb.955: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_957
## %bb.956: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -328(%rbp)
movb %al, -762(%rbp) ## 1-byte Spill
jne LBB1_962
LBB1_957: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $5, -480(%rbp)
movb %al, -763(%rbp) ## 1-byte Spill
je LBB1_961
## %bb.958: ## in Loop: Header=BB1_72 Depth=1
cmpl $5, -480(%rbp)
je LBB1_960
## %bb.959: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -16(%rbp)
movb %al, -763(%rbp) ## 1-byte Spill
je LBB1_961
LBB1_960: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
setne %al
movb %al, -763(%rbp) ## 1-byte Spill
LBB1_961: ## in Loop: Header=BB1_72 Depth=1
movb -763(%rbp), %al ## 1-byte Reload
movb %al, -762(%rbp) ## 1-byte Spill
LBB1_962: ## in Loop: Header=BB1_72 Depth=1
movb -762(%rbp), %al ## 1-byte Reload
movb %al, -761(%rbp) ## 1-byte Spill
LBB1_963: ## in Loop: Header=BB1_72 Depth=1
movl -760(%rbp), %ecx ## 4-byte Reload
movb -761(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.964: ## in Loop: Header=BB1_72 Depth=1
movl -364(%rbp), %eax
movl %eax, -768(%rbp) ## 4-byte Spill
cmpl $0, -464(%rbp)
je LBB1_982
## %bb.965: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_982
## %bb.966: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_982
## %bb.967: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_982
## %bb.968: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_982
## %bb.969: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_982
## %bb.970: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_982
## %bb.971: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_982
## %bb.972: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_982
## %bb.973: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_982
## %bb.974: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_982
## %bb.975: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_982
## %bb.976: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_982
## %bb.977: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_982
## %bb.978: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_982
## %bb.979: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_982
## %bb.980: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_982
## %bb.981: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -328(%rbp)
movb %al, -769(%rbp) ## 1-byte Spill
jne LBB1_1008
LBB1_982: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -464(%rbp)
je LBB1_1000
## %bb.983: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_1000
## %bb.984: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_1000
## %bb.985: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_1000
## %bb.986: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_1000
## %bb.987: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_1000
## %bb.988: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_1000
## %bb.989: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_1000
## %bb.990: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_1000
## %bb.991: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_1000
## %bb.992: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_1000
## %bb.993: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_1000
## %bb.994: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1000
## %bb.995: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_1000
## %bb.996: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_1000
## %bb.997: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_1000
## %bb.998: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_1000
## %bb.999: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -328(%rbp)
movb %al, -770(%rbp) ## 1-byte Spill
jne LBB1_1007
LBB1_1000: ## in Loop: Header=BB1_72 Depth=1
cmpl $5, -480(%rbp)
je LBB1_1002
## %bb.1001: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -16(%rbp)
movb %al, -771(%rbp) ## 1-byte Spill
je LBB1_1006
LBB1_1002: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -40(%rbp)
jne LBB1_1005
## %bb.1003: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $5, -480(%rbp)
movb %al, -771(%rbp) ## 1-byte Spill
je LBB1_1006
## %bb.1004: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -16(%rbp)
movb %al, -771(%rbp) ## 1-byte Spill
jne LBB1_1006
LBB1_1005: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
setne %al
movb %al, -771(%rbp) ## 1-byte Spill
LBB1_1006: ## in Loop: Header=BB1_72 Depth=1
movb -771(%rbp), %al ## 1-byte Reload
movb %al, -770(%rbp) ## 1-byte Spill
LBB1_1007: ## in Loop: Header=BB1_72 Depth=1
movb -770(%rbp), %al ## 1-byte Reload
movb %al, -769(%rbp) ## 1-byte Spill
LBB1_1008: ## in Loop: Header=BB1_72 Depth=1
movl -768(%rbp), %ecx ## 4-byte Reload
movb -769(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.1009: ## in Loop: Header=BB1_72 Depth=1
movl -356(%rbp), %eax
movl %eax, -776(%rbp) ## 4-byte Spill
cmpl $0, -464(%rbp)
je LBB1_1027
## %bb.1010: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_1027
## %bb.1011: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_1027
## %bb.1012: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_1027
## %bb.1013: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_1027
## %bb.1014: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_1027
## %bb.1015: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_1027
## %bb.1016: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_1027
## %bb.1017: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_1027
## %bb.1018: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_1027
## %bb.1019: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_1027
## %bb.1020: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_1027
## %bb.1021: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1027
## %bb.1022: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_1027
## %bb.1023: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_1027
## %bb.1024: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_1027
## %bb.1025: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_1027
## %bb.1026: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -328(%rbp)
movb %al, -777(%rbp) ## 1-byte Spill
jne LBB1_1051
LBB1_1027: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -464(%rbp)
je LBB1_1045
## %bb.1028: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_1045
## %bb.1029: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_1045
## %bb.1030: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_1045
## %bb.1031: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_1045
## %bb.1032: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_1045
## %bb.1033: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_1045
## %bb.1034: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_1045
## %bb.1035: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_1045
## %bb.1036: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_1045
## %bb.1037: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_1045
## %bb.1038: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_1045
## %bb.1039: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1045
## %bb.1040: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_1045
## %bb.1041: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_1045
## %bb.1042: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_1045
## %bb.1043: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_1045
## %bb.1044: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -328(%rbp)
movb %al, -778(%rbp) ## 1-byte Spill
jne LBB1_1050
LBB1_1045: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $6, -480(%rbp)
movb %al, -779(%rbp) ## 1-byte Spill
je LBB1_1049
## %bb.1046: ## in Loop: Header=BB1_72 Depth=1
cmpl $6, -480(%rbp)
je LBB1_1048
## %bb.1047: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -496(%rbp)
movb %al, -779(%rbp) ## 1-byte Spill
je LBB1_1049
LBB1_1048: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
setne %al
movb %al, -779(%rbp) ## 1-byte Spill
LBB1_1049: ## in Loop: Header=BB1_72 Depth=1
movb -779(%rbp), %al ## 1-byte Reload
movb %al, -778(%rbp) ## 1-byte Spill
LBB1_1050: ## in Loop: Header=BB1_72 Depth=1
movb -778(%rbp), %al ## 1-byte Reload
movb %al, -777(%rbp) ## 1-byte Spill
LBB1_1051: ## in Loop: Header=BB1_72 Depth=1
movl -776(%rbp), %ecx ## 4-byte Reload
movb -777(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.1052: ## in Loop: Header=BB1_72 Depth=1
movl -348(%rbp), %eax
movl %eax, -784(%rbp) ## 4-byte Spill
cmpl $0, -464(%rbp)
je LBB1_1070
## %bb.1053: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_1070
## %bb.1054: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_1070
## %bb.1055: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_1070
## %bb.1056: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_1070
## %bb.1057: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_1070
## %bb.1058: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_1070
## %bb.1059: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_1070
## %bb.1060: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_1070
## %bb.1061: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_1070
## %bb.1062: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_1070
## %bb.1063: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_1070
## %bb.1064: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1070
## %bb.1065: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_1070
## %bb.1066: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_1070
## %bb.1067: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_1070
## %bb.1068: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_1070
## %bb.1069: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -328(%rbp)
movb %al, -785(%rbp) ## 1-byte Spill
jne LBB1_1096
LBB1_1070: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -464(%rbp)
je LBB1_1088
## %bb.1071: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_1088
## %bb.1072: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_1088
## %bb.1073: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_1088
## %bb.1074: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_1088
## %bb.1075: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_1088
## %bb.1076: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_1088
## %bb.1077: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_1088
## %bb.1078: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_1088
## %bb.1079: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_1088
## %bb.1080: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_1088
## %bb.1081: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_1088
## %bb.1082: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1088
## %bb.1083: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_1088
## %bb.1084: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_1088
## %bb.1085: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_1088
## %bb.1086: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_1088
## %bb.1087: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -328(%rbp)
movb %al, -786(%rbp) ## 1-byte Spill
jne LBB1_1095
LBB1_1088: ## in Loop: Header=BB1_72 Depth=1
cmpl $6, -480(%rbp)
je LBB1_1090
## %bb.1089: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -496(%rbp)
movb %al, -787(%rbp) ## 1-byte Spill
je LBB1_1094
LBB1_1090: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -8(%rbp)
jne LBB1_1093
## %bb.1091: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $6, -480(%rbp)
movb %al, -787(%rbp) ## 1-byte Spill
je LBB1_1094
## %bb.1092: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -496(%rbp)
movb %al, -787(%rbp) ## 1-byte Spill
jne LBB1_1094
LBB1_1093: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
setne %al
movb %al, -787(%rbp) ## 1-byte Spill
LBB1_1094: ## in Loop: Header=BB1_72 Depth=1
movb -787(%rbp), %al ## 1-byte Reload
movb %al, -786(%rbp) ## 1-byte Spill
LBB1_1095: ## in Loop: Header=BB1_72 Depth=1
movb -786(%rbp), %al ## 1-byte Reload
movb %al, -785(%rbp) ## 1-byte Spill
LBB1_1096: ## in Loop: Header=BB1_72 Depth=1
movl -784(%rbp), %ecx ## 4-byte Reload
movb -785(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.1097: ## in Loop: Header=BB1_72 Depth=1
movl -340(%rbp), %eax
movl %eax, -792(%rbp) ## 4-byte Spill
cmpl $0, -464(%rbp)
je LBB1_1115
## %bb.1098: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_1115
## %bb.1099: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_1115
## %bb.1100: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_1115
## %bb.1101: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_1115
## %bb.1102: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_1115
## %bb.1103: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_1115
## %bb.1104: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_1115
## %bb.1105: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_1115
## %bb.1106: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_1115
## %bb.1107: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_1115
## %bb.1108: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_1115
## %bb.1109: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1115
## %bb.1110: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_1115
## %bb.1111: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_1115
## %bb.1112: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_1115
## %bb.1113: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_1115
## %bb.1114: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -328(%rbp)
movb %al, -793(%rbp) ## 1-byte Spill
jne LBB1_1139
LBB1_1115: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -464(%rbp)
je LBB1_1133
## %bb.1116: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_1133
## %bb.1117: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_1133
## %bb.1118: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_1133
## %bb.1119: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_1133
## %bb.1120: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_1133
## %bb.1121: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_1133
## %bb.1122: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_1133
## %bb.1123: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_1133
## %bb.1124: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_1133
## %bb.1125: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_1133
## %bb.1126: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_1133
## %bb.1127: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1133
## %bb.1128: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_1133
## %bb.1129: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_1133
## %bb.1130: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_1133
## %bb.1131: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_1133
## %bb.1132: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -328(%rbp)
movb %al, -794(%rbp) ## 1-byte Spill
jne LBB1_1138
LBB1_1133: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $7, -480(%rbp)
movb %al, -795(%rbp) ## 1-byte Spill
je LBB1_1137
## %bb.1134: ## in Loop: Header=BB1_72 Depth=1
cmpl $7, -480(%rbp)
je LBB1_1136
## %bb.1135: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -472(%rbp)
movb %al, -795(%rbp) ## 1-byte Spill
je LBB1_1137
LBB1_1136: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
setne %al
movb %al, -795(%rbp) ## 1-byte Spill
LBB1_1137: ## in Loop: Header=BB1_72 Depth=1
movb -795(%rbp), %al ## 1-byte Reload
movb %al, -794(%rbp) ## 1-byte Spill
LBB1_1138: ## in Loop: Header=BB1_72 Depth=1
movb -794(%rbp), %al ## 1-byte Reload
movb %al, -793(%rbp) ## 1-byte Spill
LBB1_1139: ## in Loop: Header=BB1_72 Depth=1
movl -792(%rbp), %ecx ## 4-byte Reload
movb -793(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -522(%rbp) ## 1-byte Spill
jne LBB1_1185
## %bb.1140: ## in Loop: Header=BB1_72 Depth=1
movl -332(%rbp), %eax
movl %eax, -800(%rbp) ## 4-byte Spill
cmpl $0, -464(%rbp)
je LBB1_1158
## %bb.1141: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_1158
## %bb.1142: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_1158
## %bb.1143: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_1158
## %bb.1144: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_1158
## %bb.1145: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_1158
## %bb.1146: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_1158
## %bb.1147: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_1158
## %bb.1148: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_1158
## %bb.1149: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_1158
## %bb.1150: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_1158
## %bb.1151: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_1158
## %bb.1152: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1158
## %bb.1153: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_1158
## %bb.1154: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_1158
## %bb.1155: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_1158
## %bb.1156: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_1158
## %bb.1157: ## in Loop: Header=BB1_72 Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -328(%rbp)
movb %al, -801(%rbp) ## 1-byte Spill
jne LBB1_1184
LBB1_1158: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -464(%rbp)
je LBB1_1176
## %bb.1159: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -456(%rbp)
je LBB1_1176
## %bb.1160: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -448(%rbp)
je LBB1_1176
## %bb.1161: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -440(%rbp)
je LBB1_1176
## %bb.1162: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -432(%rbp)
je LBB1_1176
## %bb.1163: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -424(%rbp)
je LBB1_1176
## %bb.1164: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -416(%rbp)
je LBB1_1176
## %bb.1165: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -408(%rbp)
je LBB1_1176
## %bb.1166: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -400(%rbp)
je LBB1_1176
## %bb.1167: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -392(%rbp)
je LBB1_1176
## %bb.1168: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -384(%rbp)
je LBB1_1176
## %bb.1169: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -376(%rbp)
je LBB1_1176
## %bb.1170: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -368(%rbp)
je LBB1_1176
## %bb.1171: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -360(%rbp)
je LBB1_1176
## %bb.1172: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -352(%rbp)
je LBB1_1176
## %bb.1173: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -344(%rbp)
je LBB1_1176
## %bb.1174: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -336(%rbp)
je LBB1_1176
## %bb.1175: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -328(%rbp)
movb %al, -802(%rbp) ## 1-byte Spill
jne LBB1_1183
LBB1_1176: ## in Loop: Header=BB1_72 Depth=1
cmpl $7, -480(%rbp)
je LBB1_1178
## %bb.1177: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -472(%rbp)
movb %al, -803(%rbp) ## 1-byte Spill
je LBB1_1182
LBB1_1178: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -488(%rbp)
jne LBB1_1181
## %bb.1179: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $7, -480(%rbp)
movb %al, -803(%rbp) ## 1-byte Spill
je LBB1_1182
## %bb.1180: ## in Loop: Header=BB1_72 Depth=1
movb $1, %al
cmpl $0, -472(%rbp)
movb %al, -803(%rbp) ## 1-byte Spill
jne LBB1_1182
LBB1_1181: ## in Loop: Header=BB1_72 Depth=1
cmpl $0, -328(%rbp)
setne %al
movb %al, -803(%rbp) ## 1-byte Spill
LBB1_1182: ## in Loop: Header=BB1_72 Depth=1
movb -803(%rbp), %al ## 1-byte Reload
movb %al, -802(%rbp) ## 1-byte Spill
LBB1_1183: ## in Loop: Header=BB1_72 Depth=1
movb -802(%rbp), %al ## 1-byte Reload
movb %al, -801(%rbp) ## 1-byte Spill
LBB1_1184: ## in Loop: Header=BB1_72 Depth=1
movl -800(%rbp), %eax ## 4-byte Reload
movb -801(%rbp), %cl ## 1-byte Reload
andb $1, %cl
movzbl %cl, %ecx
cmpl %ecx, %eax
sete %al
movb %al, -522(%rbp) ## 1-byte Spill
LBB1_1185: ## in Loop: Header=BB1_72 Depth=1
movb -522(%rbp), %al ## 1-byte Reload
movb %al, -512(%rbp) ## 1-byte Spill
LBB1_1186: ## in Loop: Header=BB1_72 Depth=1
movb -512(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %eax
movl %eax, -508(%rbp)
movl -12(%rbp), %eax
movl %eax, -8(%rbp)
movl -20(%rbp), %eax
movl %eax, -16(%rbp)
movl -28(%rbp), %eax
movl %eax, -24(%rbp)
movl -36(%rbp), %eax
movl %eax, -32(%rbp)
movl -44(%rbp), %eax
movl %eax, -40(%rbp)
movl -52(%rbp), %eax
movl %eax, -48(%rbp)
movl -60(%rbp), %eax
movl %eax, -56(%rbp)
movl -68(%rbp), %eax
movl %eax, -64(%rbp)
movl -76(%rbp), %eax
movl %eax, -72(%rbp)
movl -84(%rbp), %eax
movl %eax, -80(%rbp)
movl -92(%rbp), %eax
movl %eax, -88(%rbp)
movl -100(%rbp), %eax
movl %eax, -96(%rbp)
movl -108(%rbp), %eax
movl %eax, -104(%rbp)
movl -116(%rbp), %eax
movl %eax, -112(%rbp)
movl -124(%rbp), %eax
movl %eax, -120(%rbp)
movl -132(%rbp), %eax
movl %eax, -128(%rbp)
movl -140(%rbp), %eax
movl %eax, -136(%rbp)
movl -148(%rbp), %eax
movl %eax, -144(%rbp)
movl -156(%rbp), %eax
movl %eax, -152(%rbp)
movl -164(%rbp), %eax
movl %eax, -160(%rbp)
movl -172(%rbp), %eax
movl %eax, -168(%rbp)
movl -180(%rbp), %eax
movl %eax, -176(%rbp)
movl -188(%rbp), %eax
movl %eax, -184(%rbp)
movl -196(%rbp), %eax
movl %eax, -192(%rbp)
movl -204(%rbp), %eax
movl %eax, -200(%rbp)
movl -212(%rbp), %eax
movl %eax, -208(%rbp)
movl -220(%rbp), %eax
movl %eax, -216(%rbp)
movl -228(%rbp), %eax
movl %eax, -224(%rbp)
movl -236(%rbp), %eax
movl %eax, -232(%rbp)
movl -244(%rbp), %eax
movl %eax, -240(%rbp)
movl -252(%rbp), %eax
movl %eax, -248(%rbp)
movl -260(%rbp), %eax
movl %eax, -256(%rbp)
movl -268(%rbp), %eax
movl %eax, -264(%rbp)
movl -276(%rbp), %eax
movl %eax, -272(%rbp)
movl -284(%rbp), %eax
movl %eax, -280(%rbp)
movl -292(%rbp), %eax
movl %eax, -288(%rbp)
movl -300(%rbp), %eax
movl %eax, -296(%rbp)
movl -308(%rbp), %eax
movl %eax, -304(%rbp)
movl -316(%rbp), %eax
movl %eax, -312(%rbp)
movl -324(%rbp), %eax
movl %eax, -320(%rbp)
movl -332(%rbp), %eax
movl %eax, -328(%rbp)
movl -340(%rbp), %eax
movl %eax, -336(%rbp)
movl -348(%rbp), %eax
movl %eax, -344(%rbp)
movl -356(%rbp), %eax
movl %eax, -352(%rbp)
movl -364(%rbp), %eax
movl %eax, -360(%rbp)
movl -372(%rbp), %eax
movl %eax, -368(%rbp)
movl -380(%rbp), %eax
movl %eax, -376(%rbp)
movl -388(%rbp), %eax
movl %eax, -384(%rbp)
movl -396(%rbp), %eax
movl %eax, -392(%rbp)
movl -404(%rbp), %eax
movl %eax, -400(%rbp)
movl -412(%rbp), %eax
movl %eax, -408(%rbp)
movl -420(%rbp), %eax
movl %eax, -416(%rbp)
movl -428(%rbp), %eax
movl %eax, -424(%rbp)
movl -436(%rbp), %eax
movl %eax, -432(%rbp)
movl -444(%rbp), %eax
movl %eax, -440(%rbp)
movl -452(%rbp), %eax
movl %eax, -448(%rbp)
movl -460(%rbp), %eax
movl %eax, -456(%rbp)
movl -468(%rbp), %eax
movl %eax, -464(%rbp)
movl -476(%rbp), %eax
movl %eax, -472(%rbp)
movl -484(%rbp), %eax
movl %eax, -480(%rbp)
movl -492(%rbp), %eax
movl %eax, -488(%rbp)
movl -500(%rbp), %eax
movl %eax, -496(%rbp)
jmp LBB1_72
LBB1_1187:
movl -4(%rbp), %eax
addq $816, %rsp ## imm = 0x330
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/125140141.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
str x1, [sp]
mov w0, #0
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movq %rsi, -16(%rbp)
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/1216.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/54826649.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _find_track ; -- Begin function find_track
.p2align 2
_find_track: ; @find_track
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur wzr, [x29, #-12]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-12]
subs w8, w8, #5
cset w8, ge
tbnz w8, #0, LBB0_6
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldursw x8, [x29, #-12]
mov x9, #80
mul x9, x8, x9
adrp x8, _tracks@PAGE
add x8, x8, _tracks@PAGEOFF
add x0, x8, x9
ldur x1, [x29, #-8]
bl _strstr
subs x8, x0, #0
cset w8, eq
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-12]
; implicit-def: $x10
mov x10, x8
ldursw x8, [x29, #-12]
mov x9, #80
mul x9, x8, x9
adrp x8, _tracks@PAGE
add x8, x8, _tracks@PAGEOFF
add x8, x8, x9
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_1 Depth=1
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
b LBB0_1
LBB0_6:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _find_track_regex ; -- Begin function find_track_regex
.p2align 2
_find_track_regex: ; @find_track_regex
.cfi_startproc
; %bb.0:
sub sp, sp, #192
.cfi_def_cfa_offset 192
stp x29, x30, [sp, #176] ; 16-byte Folded Spill
add x29, sp, #176
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str x0, [sp, #56]
ldr x1, [sp, #56]
add x0, sp, #24
mov w2, #0
bl _regcomp
str w0, [sp, #20]
ldr w8, [sp, #20]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_2
b LBB1_1
LBB1_1:
ldr w0, [sp, #20]
add x1, sp, #24
add x2, sp, #68
mov x3, #100
bl _regerror
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
mov w0, #1
bl _exit
LBB1_2:
str wzr, [sp, #16]
b LBB1_3
LBB1_3: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #16]
subs w8, w8, #5
cset w8, ge
tbnz w8, #0, LBB1_11
b LBB1_4
LBB1_4: ; in Loop: Header=BB1_3 Depth=1
ldrsw x8, [sp, #16]
mov x9, #80
mul x9, x8, x9
adrp x8, _tracks@PAGE
add x8, x8, _tracks@PAGEOFF
add x1, x8, x9
add x0, sp, #24
mov x2, #0
mov x3, #0
mov w4, #0
bl _regexec
str w0, [sp, #20]
ldr w8, [sp, #20]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_6
b LBB1_5
LBB1_5: ; in Loop: Header=BB1_3 Depth=1
ldr w8, [sp, #16]
; implicit-def: $x10
mov x10, x8
ldrsw x8, [sp, #16]
mov x9, #80
mul x9, x8, x9
adrp x8, _tracks@PAGE
add x8, x8, _tracks@PAGEOFF
add x8, x8, x9
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
b LBB1_9
LBB1_6: ; in Loop: Header=BB1_3 Depth=1
ldr w8, [sp, #20]
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB1_8
b LBB1_7
LBB1_7:
ldr w0, [sp, #20]
add x1, sp, #24
add x2, sp, #68
mov x3, #100
bl _regerror
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
mov w0, #1
bl _exit
LBB1_8: ; in Loop: Header=BB1_3 Depth=1
b LBB1_9
LBB1_9: ; in Loop: Header=BB1_3 Depth=1
b LBB1_10
LBB1_10: ; in Loop: Header=BB1_3 Depth=1
ldr w8, [sp, #16]
add w8, w8, #1
str w8, [sp, #16]
b LBB1_3
LBB1_11:
add x0, sp, #24
bl _regfree
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB1_13
b LBB1_12
LBB1_12:
bl ___stack_chk_fail
LBB1_13:
ldp x29, x30, [sp, #176] ; 16-byte Folded Reload
add sp, sp, #192
ret
.cfi_endproc
; -- End function
.globl _rstrip ; -- Begin function rstrip
.p2align 2
_rstrip: ; @rstrip
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
ldr x0, [sp, #8]
mov w1, #10
bl _strchr
str x0, [sp]
ldr x8, [sp]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB2_2
b LBB2_1
LBB2_1:
ldr x8, [sp]
strb wzr, [x8]
b LBB2_2
LBB2_2:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #128
.cfi_def_cfa_offset 128
stp x29, x30, [sp, #112] ; 16-byte Folded Spill
add x29, sp, #112
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str wzr, [sp, #20]
str w0, [sp, #16]
str x1, [sp, #8]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
adrp x8, ___stdinp@GOTPAGE
ldr x8, [x8, ___stdinp@GOTPAGEOFF]
ldr x2, [x8]
add x0, sp, #24
str x0, [sp] ; 8-byte Folded Spill
mov w1, #80
bl _fgets
ldr x0, [sp] ; 8-byte Folded Reload
bl _rstrip
ldr x0, [sp] ; 8-byte Folded Reload
bl _find_track_regex
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB3_2
b LBB3_1
LBB3_1:
bl ___stack_chk_fail
LBB3_2:
mov w0, #0
ldp x29, x30, [sp, #112] ; 16-byte Folded Reload
add sp, sp, #128
ret
.cfi_endproc
; -- End function
.section __DATA,__data
.globl _tracks ; @tracks
_tracks:
.asciz "So What\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "Freddie Freeloader\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "Blue in Green\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "All Blues\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "Flamenco Sketches\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Track %i: '%s'\n"
l_.str.1: ; @.str.1
.asciz "you have an error\n"
l_.str.2: ; @.str.2
.asciz "Regex failed. No match found with error\n"
l_.str.3: ; @.str.3
.asciz "Search for: "
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _find_track ## -- Begin function find_track
.p2align 4, 0x90
_find_track: ## @find_track
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movl $0, -12(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
cmpl $5, -12(%rbp)
jge LBB0_6
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movslq -12(%rbp), %rax
leaq _tracks(%rip), %rdi
imulq $80, %rax, %rax
addq %rax, %rdi
movq -8(%rbp), %rsi
callq _strstr
cmpq $0, %rax
je LBB0_4
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -12(%rbp), %esi
movslq -12(%rbp), %rax
leaq _tracks(%rip), %rdx
imulq $80, %rax, %rax
addq %rax, %rdx
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
LBB0_4: ## in Loop: Header=BB0_1 Depth=1
jmp LBB0_5
LBB0_5: ## in Loop: Header=BB0_1 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB0_1
LBB0_6:
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _find_track_regex ## -- Begin function find_track_regex
.p2align 4, 0x90
_find_track_regex: ## @find_track_regex
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $160, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -120(%rbp)
movq -120(%rbp), %rsi
leaq -152(%rbp), %rdi
xorl %edx, %edx
callq _regcomp
movl %eax, -156(%rbp)
cmpl $0, -156(%rbp)
je LBB1_2
## %bb.1:
movl -156(%rbp), %edi
leaq -152(%rbp), %rsi
leaq -112(%rbp), %rdx
movl $100, %ecx
callq _regerror
leaq L_.str.1(%rip), %rdi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
callq _printf
movl $1, %edi
callq _exit
LBB1_2:
movl $0, -160(%rbp)
LBB1_3: ## =>This Inner Loop Header: Depth=1
cmpl $5, -160(%rbp)
jge LBB1_11
## %bb.4: ## in Loop: Header=BB1_3 Depth=1
movslq -160(%rbp), %rax
leaq _tracks(%rip), %rsi
imulq $80, %rax, %rax
addq %rax, %rsi
leaq -152(%rbp), %rdi
xorl %eax, %eax
movl %eax, %ecx
xorl %r8d, %r8d
movq %rcx, %rdx
callq _regexec
movl %eax, -156(%rbp)
cmpl $0, -156(%rbp)
jne LBB1_6
## %bb.5: ## in Loop: Header=BB1_3 Depth=1
movl -160(%rbp), %esi
movslq -160(%rbp), %rax
leaq _tracks(%rip), %rdx
imulq $80, %rax, %rax
addq %rax, %rdx
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB1_9
LBB1_6: ## in Loop: Header=BB1_3 Depth=1
cmpl $1, -156(%rbp)
je LBB1_8
## %bb.7:
movl -156(%rbp), %edi
leaq -152(%rbp), %rsi
leaq -112(%rbp), %rdx
movl $100, %ecx
callq _regerror
leaq L_.str.2(%rip), %rdi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
callq _printf
movl $1, %edi
callq _exit
LBB1_8: ## in Loop: Header=BB1_3 Depth=1
jmp LBB1_9
LBB1_9: ## in Loop: Header=BB1_3 Depth=1
jmp LBB1_10
LBB1_10: ## in Loop: Header=BB1_3 Depth=1
movl -160(%rbp), %eax
addl $1, %eax
movl %eax, -160(%rbp)
jmp LBB1_3
LBB1_11:
leaq -152(%rbp), %rdi
callq _regfree
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB1_13
## %bb.12:
addq $160, %rsp
popq %rbp
retq
LBB1_13:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _rstrip ## -- Begin function rstrip
.p2align 4, 0x90
_rstrip: ## @rstrip
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rdi
movl $10, %esi
callq _strchr
movq %rax, -16(%rbp)
cmpq $0, -16(%rbp)
je LBB2_2
## %bb.1:
movq -16(%rbp), %rax
movb $0, (%rax)
LBB2_2:
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $112, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -100(%rbp)
movl %edi, -104(%rbp)
movq %rsi, -112(%rbp)
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
leaq -96(%rbp), %rdi
movq ___stdinp@GOTPCREL(%rip), %rax
movq (%rax), %rdx
movl $80, %esi
callq _fgets
leaq -96(%rbp), %rdi
callq _rstrip
leaq -96(%rbp), %rdi
callq _find_track_regex
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB3_2
## %bb.1:
xorl %eax, %eax
addq $112, %rsp
popq %rbp
retq
LBB3_2:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __DATA,__data
.globl _tracks ## @tracks
.p2align 4
_tracks:
.asciz "So What\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "Freddie Freeloader\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "Blue in Green\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "All Blues\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.asciz "Flamenco Sketches\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Track %i: '%s'\n"
L_.str.1: ## @.str.1
.asciz "you have an error\n"
L_.str.2: ## @.str.2
.asciz "Regex failed. No match found with error\n"
L_.str.3: ## @.str.3
.asciz "Search for: "
.subsections_via_symbols
| the_stack_data/32950911.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
bl _boyTall
; kill: def $w0 killed $w0 killed $x0
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
movb $0, %al
callq _boyTall
## kill: def $eax killed $eax killed $rax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/150528.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl ___crypt_sha256 ; -- Begin function __crypt_sha256
.p2align 2
___crypt_sha256: ; @__crypt_sha256
.cfi_startproc
; %bb.0:
sub sp, sp, #208
.cfi_def_cfa_offset 208
stp x29, x30, [sp, #192] ; 16-byte Folded Spill
add x29, sp, #192
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str x0, [sp, #40]
str x1, [sp, #32]
str x2, [sp, #24]
ldr x0, [sp, #40]
ldr x1, [sp, #32]
ldr x2, [sp, #24]
bl _sha256crypt
str x0, [sp, #16]
adrp x0, ___crypt_sha256.testkey@PAGE
add x0, x0, ___crypt_sha256.testkey@PAGEOFF
adrp x1, ___crypt_sha256.testsetting@PAGE
add x1, x1, ___crypt_sha256.testsetting@PAGEOFF
add x2, sp, #56
bl _sha256crypt
str x0, [sp, #8]
ldr x8, [sp, #16]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB0_3
b LBB0_1
LBB0_1:
ldr x8, [sp, #8]
add x9, sp, #56
subs x8, x8, x9
cset w8, ne
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2:
add x0, sp, #56
adrp x1, ___crypt_sha256.testhash@PAGE
add x1, x1, ___crypt_sha256.testhash@PAGEOFF
mov x2, #73
bl _memcmp
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
adrp x8, l_.str@PAGE
add x8, x8, l_.str@PAGEOFF
str x8, [sp, #48]
b LBB0_5
LBB0_4:
ldr x8, [sp, #16]
str x8, [sp, #48]
b LBB0_5
LBB0_5:
ldr x8, [sp, #48]
str x8, [sp] ; 8-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_7
b LBB0_6
LBB0_6:
bl ___stack_chk_fail
LBB0_7:
ldr x0, [sp] ; 8-byte Folded Reload
ldp x29, x30, [sp, #192] ; 16-byte Folded Reload
add sp, sp, #208
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function sha256crypt
_sha256crypt: ; @sha256crypt
.cfi_startproc
; %bb.0:
sub sp, sp, #416
.cfi_def_cfa_offset 416
stp x28, x27, [sp, #384] ; 16-byte Folded Spill
stp x29, x30, [sp, #400] ; 16-byte Folded Spill
add x29, sp, #400
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str x0, [sp, #136]
str x1, [sp, #128]
str x2, [sp, #120]
str xzr, [sp, #152]
str xzr, [sp, #160]
str wzr, [sp, #168]
ldr x0, [sp, #136]
mov x1, #257
bl _strnlen
mov x8, x0
str w8, [sp, #108]
ldr w8, [sp, #108]
subs w8, w8, #256
cset w8, ls
tbnz w8, #0, LBB1_2
b LBB1_1
LBB1_1:
; kill: def $x8 killed $xzr
str xzr, [sp, #144]
b LBB1_60
LBB1_2:
ldr x0, [sp, #128]
adrp x1, l_.str.1@PAGE
add x1, x1, l_.str.1@PAGEOFF
mov x2, #3
bl _strncmp
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB1_4
b LBB1_3
LBB1_3:
; kill: def $x8 killed $xzr
str xzr, [sp, #144]
b LBB1_60
LBB1_4:
ldr x8, [sp, #128]
add x8, x8, #3
str x8, [sp, #96]
mov w8, #5000
str w8, [sp, #112]
ldr x0, [sp, #96]
adrp x1, l_.str.2@PAGE
add x1, x1, l_.str.2@PAGEOFF
mov x2, #7
bl _strncmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB1_16
b LBB1_5
LBB1_5:
ldr x8, [sp, #96]
add x8, x8, #7
str x8, [sp, #96]
ldr x8, [sp, #96]
ldrsb w0, [x8]
bl _isdigit
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB1_7
b LBB1_6
LBB1_6:
; kill: def $x8 killed $xzr
str xzr, [sp, #144]
b LBB1_60
LBB1_7:
ldr x0, [sp, #96]
add x1, sp, #72
mov w2, #10
bl _strtoul
str x0, [sp, #80]
ldr x8, [sp, #72]
ldrsb w8, [x8]
subs w8, w8, #36
cset w8, eq
tbnz w8, #0, LBB1_9
b LBB1_8
LBB1_8:
; kill: def $x8 killed $xzr
str xzr, [sp, #144]
b LBB1_60
LBB1_9:
ldr x8, [sp, #72]
add x8, x8, #1
str x8, [sp, #96]
ldr x8, [sp, #80]
subs x8, x8, #1000
cset w8, hs
tbnz w8, #0, LBB1_11
b LBB1_10
LBB1_10:
mov w8, #1000
str w8, [sp, #112]
b LBB1_15
LBB1_11:
ldr x8, [sp, #80]
mov x9, #38527
movk x9, #152, lsl #16
subs x8, x8, x9
cset w8, ls
tbnz w8, #0, LBB1_13
b LBB1_12
LBB1_12:
; kill: def $x8 killed $xzr
str xzr, [sp, #144]
b LBB1_60
LBB1_13:
ldr x8, [sp, #80]
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #112]
b LBB1_14
LBB1_14:
b LBB1_15
LBB1_15:
ldr w9, [sp, #112]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
add x0, sp, #152
mov w1, #0
mov x2, #20
adrp x3, l_.str.3@PAGE
add x3, x3, l_.str.3@PAGEOFF
bl ___sprintf_chk
b LBB1_16
LBB1_16:
str wzr, [sp, #116]
b LBB1_17
LBB1_17: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #116]
subs w8, w8, #16
cset w8, hs
mov w9, #0
str w9, [sp, #68] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_20
b LBB1_18
LBB1_18: ; in Loop: Header=BB1_17 Depth=1
ldr x8, [sp, #96]
ldr w9, [sp, #116]
; kill: def $x9 killed $w9
ldrsb w8, [x8, x9]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #68] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_20
b LBB1_19
LBB1_19: ; in Loop: Header=BB1_17 Depth=1
ldr x8, [sp, #96]
ldr w9, [sp, #116]
; kill: def $x9 killed $w9
ldrsb w8, [x8, x9]
subs w8, w8, #36
cset w8, ne
str w8, [sp, #68] ; 4-byte Folded Spill
b LBB1_20
LBB1_20: ; in Loop: Header=BB1_17 Depth=1
ldr w8, [sp, #68] ; 4-byte Folded Reload
tbz w8, #0, LBB1_26
b LBB1_21
LBB1_21: ; in Loop: Header=BB1_17 Depth=1
ldr x8, [sp, #96]
ldr w9, [sp, #116]
; kill: def $x9 killed $w9
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
tbnz w8, #0, LBB1_23
b LBB1_22
LBB1_22: ; in Loop: Header=BB1_17 Depth=1
ldr x8, [sp, #96]
ldr w9, [sp, #116]
; kill: def $x9 killed $w9
ldrsb w8, [x8, x9]
subs w8, w8, #58
cset w8, ne
tbnz w8, #0, LBB1_24
b LBB1_23
LBB1_23:
; kill: def $x8 killed $xzr
str xzr, [sp, #144]
b LBB1_60
LBB1_24: ; in Loop: Header=BB1_17 Depth=1
b LBB1_25
LBB1_25: ; in Loop: Header=BB1_17 Depth=1
ldr w8, [sp, #116]
add w8, w8, #1
str w8, [sp, #116]
b LBB1_17
LBB1_26:
ldr w8, [sp, #116]
str w8, [sp, #104]
sub x0, x29, #128
str x0, [sp, #48] ; 8-byte Folded Spill
bl _sha256_init
ldr x0, [sp, #48] ; 8-byte Folded Reload
ldr x1, [sp, #136]
ldr w8, [sp, #108]
mov x2, x8
bl _sha256_update
ldr x0, [sp, #48] ; 8-byte Folded Reload
ldr x1, [sp, #96]
ldr w8, [sp, #104]
mov x2, x8
bl _sha256_update
ldr x0, [sp, #48] ; 8-byte Folded Reload
ldr x1, [sp, #136]
ldr w8, [sp, #108]
mov x2, x8
bl _sha256_update
ldr x0, [sp, #48] ; 8-byte Folded Reload
sub x1, x29, #160
str x1, [sp, #56] ; 8-byte Folded Spill
bl _sha256_sum
ldr x0, [sp, #48] ; 8-byte Folded Reload
bl _sha256_init
ldr x0, [sp, #48] ; 8-byte Folded Reload
ldr x1, [sp, #136]
ldr w8, [sp, #108]
mov x2, x8
bl _sha256_update
ldr x0, [sp, #48] ; 8-byte Folded Reload
ldr x1, [sp, #96]
ldr w8, [sp, #104]
mov x2, x8
bl _sha256_update
ldr x0, [sp, #48] ; 8-byte Folded Reload
ldr x2, [sp, #56] ; 8-byte Folded Reload
ldr w1, [sp, #108]
bl _hashmd
ldr w8, [sp, #108]
str w8, [sp, #116]
b LBB1_27
LBB1_27: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #116]
subs w8, w8, #0
cset w8, ls
tbnz w8, #0, LBB1_33
b LBB1_28
LBB1_28: ; in Loop: Header=BB1_27 Depth=1
ldr w8, [sp, #116]
ands w8, w8, #0x1
cset w8, eq
tbnz w8, #0, LBB1_30
b LBB1_29
LBB1_29: ; in Loop: Header=BB1_27 Depth=1
sub x0, x29, #128
sub x1, x29, #160
mov x2, #32
bl _sha256_update
b LBB1_31
LBB1_30: ; in Loop: Header=BB1_27 Depth=1
ldr x1, [sp, #136]
ldr w8, [sp, #108]
mov x2, x8
sub x0, x29, #128
bl _sha256_update
b LBB1_31
LBB1_31: ; in Loop: Header=BB1_27 Depth=1
b LBB1_32
LBB1_32: ; in Loop: Header=BB1_27 Depth=1
ldr w8, [sp, #116]
lsr w8, w8, #1
str w8, [sp, #116]
b LBB1_27
LBB1_33:
sub x0, x29, #128
str x0, [sp, #40] ; 8-byte Folded Spill
sub x1, x29, #160
bl _sha256_sum
ldr x0, [sp, #40] ; 8-byte Folded Reload
bl _sha256_init
str wzr, [sp, #116]
b LBB1_34
LBB1_34: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #116]
ldr w9, [sp, #108]
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB1_37
b LBB1_35
LBB1_35: ; in Loop: Header=BB1_34 Depth=1
ldr x1, [sp, #136]
ldr w8, [sp, #108]
mov x2, x8
sub x0, x29, #128
bl _sha256_update
b LBB1_36
LBB1_36: ; in Loop: Header=BB1_34 Depth=1
ldr w8, [sp, #116]
add w8, w8, #1
str w8, [sp, #116]
b LBB1_34
LBB1_37:
sub x0, x29, #128
str x0, [sp, #32] ; 8-byte Folded Spill
sub x1, x29, #192
bl _sha256_sum
ldr x0, [sp, #32] ; 8-byte Folded Reload
bl _sha256_init
str wzr, [sp, #116]
b LBB1_38
LBB1_38: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #116]
ldurb w9, [x29, #-160]
add w9, w9, #16
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB1_41
b LBB1_39
LBB1_39: ; in Loop: Header=BB1_38 Depth=1
ldr x1, [sp, #96]
ldr w8, [sp, #104]
mov x2, x8
sub x0, x29, #128
bl _sha256_update
b LBB1_40
LBB1_40: ; in Loop: Header=BB1_38 Depth=1
ldr w8, [sp, #116]
add w8, w8, #1
str w8, [sp, #116]
b LBB1_38
LBB1_41:
sub x0, x29, #128
add x1, sp, #176
bl _sha256_sum
str wzr, [sp, #116]
b LBB1_42
LBB1_42: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #116]
ldr w9, [sp, #112]
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB1_55
b LBB1_43
LBB1_43: ; in Loop: Header=BB1_42 Depth=1
sub x0, x29, #128
bl _sha256_init
ldr w8, [sp, #116]
mov w10, #2
udiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_45
b LBB1_44
LBB1_44: ; in Loop: Header=BB1_42 Depth=1
ldr w1, [sp, #108]
sub x0, x29, #128
sub x2, x29, #192
bl _hashmd
b LBB1_46
LBB1_45: ; in Loop: Header=BB1_42 Depth=1
sub x0, x29, #128
sub x1, x29, #160
mov x2, #32
bl _sha256_update
b LBB1_46
LBB1_46: ; in Loop: Header=BB1_42 Depth=1
ldr w8, [sp, #116]
mov w10, #3
udiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_48
b LBB1_47
LBB1_47: ; in Loop: Header=BB1_42 Depth=1
ldr w8, [sp, #104]
mov x2, x8
sub x0, x29, #128
add x1, sp, #176
bl _sha256_update
b LBB1_48
LBB1_48: ; in Loop: Header=BB1_42 Depth=1
ldr w8, [sp, #116]
mov w10, #7
udiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_50
b LBB1_49
LBB1_49: ; in Loop: Header=BB1_42 Depth=1
ldr w1, [sp, #108]
sub x0, x29, #128
sub x2, x29, #192
bl _hashmd
b LBB1_50
LBB1_50: ; in Loop: Header=BB1_42 Depth=1
ldr w8, [sp, #116]
mov w10, #2
udiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_52
b LBB1_51
LBB1_51: ; in Loop: Header=BB1_42 Depth=1
sub x0, x29, #128
sub x1, x29, #160
mov x2, #32
bl _sha256_update
b LBB1_53
LBB1_52: ; in Loop: Header=BB1_42 Depth=1
ldr w1, [sp, #108]
sub x0, x29, #128
sub x2, x29, #192
bl _hashmd
b LBB1_53
LBB1_53: ; in Loop: Header=BB1_42 Depth=1
sub x0, x29, #128
sub x1, x29, #160
bl _sha256_sum
b LBB1_54
LBB1_54: ; in Loop: Header=BB1_42 Depth=1
ldr w8, [sp, #116]
add w8, w8, #1
str w8, [sp, #116]
b LBB1_42
LBB1_55:
ldr x8, [sp, #120]
str x8, [sp, #88]
ldr x0, [sp, #88]
ldr w8, [sp, #104]
; implicit-def: $x10
mov x10, x8
ldr x8, [sp, #96]
mov x9, sp
add x11, sp, #152
str x11, [x9]
str x10, [x9, #8]
str x8, [x9, #16]
mov w1, #0
mov x2, #-1
adrp x3, l_.str.4@PAGE
add x3, x3, l_.str.4@PAGEOFF
bl ___sprintf_chk
ldr x8, [sp, #88]
add x8, x8, w0, sxtw
str x8, [sp, #88]
str wzr, [sp, #116]
b LBB1_56
LBB1_56: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #116]
subs w8, w8, #10
cset w8, hs
tbnz w8, #0, LBB1_59
b LBB1_57
LBB1_57: ; in Loop: Header=BB1_56 Depth=1
ldr x0, [sp, #88]
ldr w8, [sp, #116]
; kill: def $x8 killed $w8
mov x12, #3
mul x8, x8, x12
adrp x10, _sha256crypt.perm@PAGE
add x10, x10, _sha256crypt.perm@PAGEOFF
ldrb w8, [x10, x8]
; kill: def $x8 killed $w8
sub x9, x29, #160
ldrb w11, [x9, x8]
ldr w8, [sp, #116]
; kill: def $x8 killed $w8
mul x13, x8, x12
mov x8, x10
add x8, x8, x13
ldrb w8, [x8, #1]
; kill: def $x8 killed $w8
ldrb w8, [x9, x8]
lsl w8, w8, #8
orr w8, w8, w11, lsl #16
ldr w11, [sp, #116]
; kill: def $x11 killed $w11
mul x11, x11, x12
add x10, x10, x11
ldrb w10, [x10, #2]
; kill: def $x10 killed $w10
ldrb w9, [x9, x10]
orr w1, w8, w9
mov w2, #4
bl _to64
str x0, [sp, #88]
b LBB1_58
LBB1_58: ; in Loop: Header=BB1_56 Depth=1
ldr w8, [sp, #116]
add w8, w8, #1
str w8, [sp, #116]
b LBB1_56
LBB1_59:
ldr x0, [sp, #88]
ldurb w9, [x29, #-129]
ldurb w8, [x29, #-130]
orr w1, w8, w9, lsl #8
mov w2, #3
bl _to64
str x0, [sp, #88]
ldr x8, [sp, #88]
strb wzr, [x8]
ldr x8, [sp, #120]
str x8, [sp, #144]
b LBB1_60
LBB1_60:
ldr x8, [sp, #144]
str x8, [sp, #24] ; 8-byte Folded Spill
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB1_62
b LBB1_61
LBB1_61:
bl ___stack_chk_fail
LBB1_62:
ldr x0, [sp, #24] ; 8-byte Folded Reload
ldp x29, x30, [sp, #400] ; 16-byte Folded Reload
ldp x28, x27, [sp, #384] ; 16-byte Folded Reload
add sp, sp, #416
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function sha256_init
_sha256_init: ; @sha256_init
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, #8]
ldr x8, [sp, #8]
str xzr, [x8]
ldr x9, [sp, #8]
mov w8, #58983
movk w8, #27145, lsl #16
str w8, [x9, #8]
ldr x9, [sp, #8]
mov w8, #44677
movk w8, #47975, lsl #16
str w8, [x9, #12]
ldr x9, [sp, #8]
mov w8, #62322
movk w8, #15470, lsl #16
str w8, [x9, #16]
ldr x9, [sp, #8]
mov w8, #62778
movk w8, #42319, lsl #16
str w8, [x9, #20]
ldr x9, [sp, #8]
mov w8, #21119
movk w8, #20750, lsl #16
str w8, [x9, #24]
ldr x9, [sp, #8]
mov w8, #26764
movk w8, #39685, lsl #16
str w8, [x9, #28]
ldr x9, [sp, #8]
mov w8, #55723
movk w8, #8067, lsl #16
str w8, [x9, #32]
ldr x9, [sp, #8]
mov w8, #52505
movk w8, #23520, lsl #16
str w8, [x9, #36]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function sha256_update
_sha256_update: ; @sha256_update
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur x1, [x29, #-16]
str x2, [sp, #24]
ldur x8, [x29, #-16]
str x8, [sp, #16]
ldur x8, [x29, #-8]
ldr x8, [x8]
mov x10, #64
udiv x9, x8, x10
mul x9, x9, x10
subs x8, x8, x9
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #12]
ldr x10, [sp, #24]
ldur x9, [x29, #-8]
ldr x8, [x9]
add x8, x8, x10
str x8, [x9]
ldr w8, [sp, #12]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB3_4
b LBB3_1
LBB3_1:
ldr x8, [sp, #24]
ldr w10, [sp, #12]
mov w9, #64
subs w9, w9, w10
; kill: def $x9 killed $w9
subs x8, x8, x9
cset w8, hs
tbnz w8, #0, LBB3_3
b LBB3_2
LBB3_2:
ldur x8, [x29, #-8]
add x8, x8, #40
ldr w9, [sp, #12]
; kill: def $x9 killed $w9
add x0, x8, x9
ldr x1, [sp, #16]
ldr x2, [sp, #24]
mov x3, #-1
bl ___memcpy_chk
b LBB3_9
LBB3_3:
ldur x8, [x29, #-8]
add x8, x8, #40
ldr w9, [sp, #12]
; kill: def $x9 killed $w9
add x0, x8, x9
ldr x1, [sp, #16]
ldr w9, [sp, #12]
mov w8, #64
str w8, [sp, #8] ; 4-byte Folded Spill
subs w8, w8, w9
mov x2, x8
mov x3, #-1
bl ___memcpy_chk
ldr w8, [sp, #8] ; 4-byte Folded Reload
ldr w9, [sp, #12]
subs w9, w8, w9
mov x10, x9
ldr x9, [sp, #24]
subs x9, x9, x10
str x9, [sp, #24]
ldr w9, [sp, #12]
subs w9, w8, w9
ldr x8, [sp, #16]
; kill: def $x9 killed $w9
add x8, x8, x9
str x8, [sp, #16]
ldur x0, [x29, #-8]
ldur x8, [x29, #-8]
add x1, x8, #40
bl _processblock
b LBB3_4
LBB3_4:
b LBB3_5
LBB3_5: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #24]
subs x8, x8, #64
cset w8, lo
tbnz w8, #0, LBB3_8
b LBB3_6
LBB3_6: ; in Loop: Header=BB3_5 Depth=1
ldur x0, [x29, #-8]
ldr x1, [sp, #16]
bl _processblock
b LBB3_7
LBB3_7: ; in Loop: Header=BB3_5 Depth=1
ldr x8, [sp, #24]
subs x8, x8, #64
str x8, [sp, #24]
ldr x8, [sp, #16]
add x8, x8, #64
str x8, [sp, #16]
b LBB3_5
LBB3_8:
ldur x8, [x29, #-8]
add x0, x8, #40
ldr x1, [sp, #16]
ldr x2, [sp, #24]
mov x3, #-1
bl ___memcpy_chk
b LBB3_9
LBB3_9:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function sha256_sum
_sha256_sum: ; @sha256_sum
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
str x1, [sp, #16]
ldur x0, [x29, #-8]
bl _pad
str wzr, [sp, #12]
b LBB4_1
LBB4_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #12]
subs w8, w8, #8
cset w8, ge
tbnz w8, #0, LBB4_4
b LBB4_2
LBB4_2: ; in Loop: Header=BB4_1 Depth=1
ldur x8, [x29, #-8]
add x8, x8, #8
ldrsw x9, [sp, #12]
ldr w8, [x8, x9, lsl #2]
lsr w8, w8, #24
ldr x9, [sp, #16]
ldr w11, [sp, #12]
mov w10, #4
mul w11, w10, w11
strb w8, [x9, w11, sxtw]
ldur x8, [x29, #-8]
add x8, x8, #8
ldrsw x9, [sp, #12]
ldr w8, [x8, x9, lsl #2]
lsr w8, w8, #16
ldr x9, [sp, #16]
ldr w11, [sp, #12]
mul w11, w10, w11
add w11, w11, #1
strb w8, [x9, w11, sxtw]
ldur x8, [x29, #-8]
add x8, x8, #8
ldrsw x9, [sp, #12]
ldr w8, [x8, x9, lsl #2]
lsr w8, w8, #8
ldr x9, [sp, #16]
ldr w11, [sp, #12]
mul w11, w10, w11
add w11, w11, #2
strb w8, [x9, w11, sxtw]
ldur x8, [x29, #-8]
add x8, x8, #8
ldrsw x9, [sp, #12]
ldr w8, [x8, x9, lsl #2]
ldr x9, [sp, #16]
ldr w11, [sp, #12]
mul w10, w10, w11
add w10, w10, #3
strb w8, [x9, w10, sxtw]
b LBB4_3
LBB4_3: ; in Loop: Header=BB4_1 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB4_1
LBB4_4:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function hashmd
_hashmd: ; @hashmd
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur w1, [x29, #-12]
str x2, [sp, #8]
ldur w8, [x29, #-12]
str w8, [sp, #4]
b LBB5_1
LBB5_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #4]
subs w8, w8, #32
cset w8, ls
tbnz w8, #0, LBB5_4
b LBB5_2
LBB5_2: ; in Loop: Header=BB5_1 Depth=1
ldur x0, [x29, #-8]
ldr x1, [sp, #8]
mov x2, #32
bl _sha256_update
b LBB5_3
LBB5_3: ; in Loop: Header=BB5_1 Depth=1
ldr w8, [sp, #4]
subs w8, w8, #32
str w8, [sp, #4]
b LBB5_1
LBB5_4:
ldur x0, [x29, #-8]
ldr x1, [sp, #8]
ldr w8, [sp, #4]
mov x2, x8
bl _sha256_update
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function to64
_to64: ; @to64
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, #8]
str w1, [sp, #4]
str w2, [sp]
b LBB6_1
LBB6_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp]
subs w8, w8, #1
str w8, [sp]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB6_3
b LBB6_2
LBB6_2: ; in Loop: Header=BB6_1 Depth=1
ldr w8, [sp, #4]
mov w9, #64
udiv w10, w8, w9
mul w10, w10, w9
subs w8, w8, w10
mov x10, x8
adrp x8, _b64@PAGE
add x8, x8, _b64@PAGEOFF
add x8, x8, x10
ldrb w8, [x8]
ldr x10, [sp, #8]
add x11, x10, #1
str x11, [sp, #8]
strb w8, [x10]
ldr w8, [sp, #4]
udiv w8, w8, w9
str w8, [sp, #4]
b LBB6_1
LBB6_3:
ldr x0, [sp, #8]
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function processblock
_processblock: ; @processblock
.cfi_startproc
; %bb.0:
sub sp, sp, #400
.cfi_def_cfa_offset 400
stp x28, x27, [sp, #368] ; 16-byte Folded Spill
stp x29, x30, [sp, #384] ; 16-byte Folded Spill
add x29, sp, #384
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str x0, [sp, #96]
str x1, [sp, #88]
str wzr, [sp, #44]
b LBB7_1
LBB7_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #44]
subs w8, w8, #16
cset w8, ge
tbnz w8, #0, LBB7_4
b LBB7_2
LBB7_2: ; in Loop: Header=BB7_1 Depth=1
ldr x8, [sp, #88]
ldr w9, [sp, #44]
mov w10, #4
mul w9, w10, w9
ldrb w8, [x8, w9, sxtw]
lsl w9, w8, #24
ldrsw x11, [sp, #44]
add x8, sp, #104
str w9, [x8, x11, lsl #2]
ldr x9, [sp, #88]
ldr w11, [sp, #44]
mul w11, w10, w11
add w11, w11, #1
ldrb w12, [x9, w11, sxtw]
ldrsw x11, [sp, #44]
mov x9, x8
add x11, x9, x11, lsl #2
ldr w9, [x11]
orr w9, w9, w12, lsl #16
str w9, [x11]
ldr x9, [sp, #88]
ldr w11, [sp, #44]
mul w11, w10, w11
add w11, w11, #2
ldrb w12, [x9, w11, sxtw]
ldrsw x11, [sp, #44]
mov x9, x8
add x11, x9, x11, lsl #2
ldr w9, [x11]
orr w9, w9, w12, lsl #8
str w9, [x11]
ldr x9, [sp, #88]
ldr w11, [sp, #44]
mul w10, w10, w11
add w10, w10, #3
ldrb w10, [x9, w10, sxtw]
ldrsw x9, [sp, #44]
add x9, x8, x9, lsl #2
ldr w8, [x9]
orr w8, w8, w10
str w8, [x9]
b LBB7_3
LBB7_3: ; in Loop: Header=BB7_1 Depth=1
ldr w8, [sp, #44]
add w8, w8, #1
str w8, [sp, #44]
b LBB7_1
LBB7_4:
b LBB7_5
LBB7_5: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #44]
subs w8, w8, #64
cset w8, ge
tbnz w8, #0, LBB7_8
b LBB7_6
LBB7_6: ; in Loop: Header=BB7_5 Depth=1
ldr w8, [sp, #44]
subs w9, w8, #2
add x8, sp, #104
str x8, [sp, #32] ; 8-byte Folded Spill
ldr w0, [x8, w9, sxtw #2]
mov w1, #17
bl _ror
ldr x8, [sp, #32] ; 8-byte Folded Reload
str w0, [sp, #24] ; 4-byte Folded Spill
ldr w9, [sp, #44]
subs w9, w9, #2
ldr w0, [x8, w9, sxtw #2]
mov w1, #19
bl _ror
ldr x8, [sp, #32] ; 8-byte Folded Reload
mov x9, x0
ldr w0, [sp, #24] ; 4-byte Folded Reload
eor w9, w0, w9
ldr w10, [sp, #44]
subs w10, w10, #2
ldr w10, [x8, w10, sxtw #2]
eor w9, w9, w10, lsr #10
ldr w10, [sp, #44]
mov w1, #7
subs w10, w10, #7
ldr w10, [x8, w10, sxtw #2]
add w9, w9, w10
str w9, [sp, #28] ; 4-byte Folded Spill
ldr w9, [sp, #44]
subs w9, w9, #15
ldr w0, [x8, w9, sxtw #2]
bl _ror
ldr x8, [sp, #32] ; 8-byte Folded Reload
str w0, [sp, #40] ; 4-byte Folded Spill
ldr w9, [sp, #44]
subs w9, w9, #15
ldr w0, [x8, w9, sxtw #2]
mov w1, #18
bl _ror
ldr w8, [sp, #28] ; 4-byte Folded Reload
ldr x9, [sp, #32] ; 8-byte Folded Reload
mov x10, x0
ldr w0, [sp, #40] ; 4-byte Folded Reload
eor w10, w0, w10
ldr w11, [sp, #44]
subs w11, w11, #15
ldr w11, [x9, w11, sxtw #2]
eor w10, w10, w11, lsr #3
add w8, w8, w10
ldr w10, [sp, #44]
subs w10, w10, #16
ldr w10, [x9, w10, sxtw #2]
add w8, w8, w10
ldrsw x10, [sp, #44]
str w8, [x9, x10, lsl #2]
b LBB7_7
LBB7_7: ; in Loop: Header=BB7_5 Depth=1
ldr w8, [sp, #44]
add w8, w8, #1
str w8, [sp, #44]
b LBB7_5
LBB7_8:
ldr x8, [sp, #96]
ldr w8, [x8, #8]
str w8, [sp, #76]
ldr x8, [sp, #96]
ldr w8, [x8, #12]
str w8, [sp, #72]
ldr x8, [sp, #96]
ldr w8, [x8, #16]
str w8, [sp, #68]
ldr x8, [sp, #96]
ldr w8, [x8, #20]
str w8, [sp, #64]
ldr x8, [sp, #96]
ldr w8, [x8, #24]
str w8, [sp, #60]
ldr x8, [sp, #96]
ldr w8, [x8, #28]
str w8, [sp, #56]
ldr x8, [sp, #96]
ldr w8, [x8, #32]
str w8, [sp, #52]
ldr x8, [sp, #96]
ldr w8, [x8, #36]
str w8, [sp, #48]
str wzr, [sp, #44]
b LBB7_9
LBB7_9: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #44]
subs w8, w8, #64
cset w8, ge
tbnz w8, #0, LBB7_12
b LBB7_10
LBB7_10: ; in Loop: Header=BB7_9 Depth=1
ldr w8, [sp, #48]
str w8, [sp, #12] ; 4-byte Folded Spill
ldr w0, [sp, #60]
mov w1, #6
bl _ror
str w0, [sp, #4] ; 4-byte Folded Spill
ldr w0, [sp, #60]
mov w1, #11
bl _ror
mov x8, x0
ldr w0, [sp, #4] ; 4-byte Folded Reload
eor w8, w0, w8
str w8, [sp, #8] ; 4-byte Folded Spill
ldr w0, [sp, #60]
mov w1, #25
bl _ror
ldr w9, [sp, #8] ; 4-byte Folded Reload
ldr w8, [sp, #12] ; 4-byte Folded Reload
eor w9, w9, w0
add w8, w8, w9
ldr w9, [sp, #52]
ldr w10, [sp, #60]
ldr w11, [sp, #56]
ldr w12, [sp, #52]
eor w11, w11, w12
and w10, w10, w11
eor w9, w9, w10
add w8, w8, w9
ldrsw x10, [sp, #44]
adrp x9, _K@PAGE
add x9, x9, _K@PAGEOFF
ldr w9, [x9, x10, lsl #2]
add w8, w8, w9
ldrsw x10, [sp, #44]
add x9, sp, #104
ldr w9, [x9, x10, lsl #2]
add w8, w8, w9
str w8, [sp, #84]
ldr w0, [sp, #76]
mov w1, #2
bl _ror
str w0, [sp, #16] ; 4-byte Folded Spill
ldr w0, [sp, #76]
mov w1, #13
bl _ror
mov x8, x0
ldr w0, [sp, #16] ; 4-byte Folded Reload
eor w8, w0, w8
str w8, [sp, #20] ; 4-byte Folded Spill
ldr w0, [sp, #76]
mov w1, #22
bl _ror
ldr w8, [sp, #20] ; 4-byte Folded Reload
eor w8, w8, w0
ldr w9, [sp, #76]
ldr w10, [sp, #72]
and w9, w9, w10
ldr w10, [sp, #68]
ldr w11, [sp, #76]
ldr w12, [sp, #72]
orr w11, w11, w12
and w10, w10, w11
orr w9, w9, w10
add w8, w8, w9
str w8, [sp, #80]
ldr w8, [sp, #52]
str w8, [sp, #48]
ldr w8, [sp, #56]
str w8, [sp, #52]
ldr w8, [sp, #60]
str w8, [sp, #56]
ldr w8, [sp, #64]
ldr w9, [sp, #84]
add w8, w8, w9
str w8, [sp, #60]
ldr w8, [sp, #68]
str w8, [sp, #64]
ldr w8, [sp, #72]
str w8, [sp, #68]
ldr w8, [sp, #76]
str w8, [sp, #72]
ldr w8, [sp, #84]
ldr w9, [sp, #80]
add w8, w8, w9
str w8, [sp, #76]
b LBB7_11
LBB7_11: ; in Loop: Header=BB7_9 Depth=1
ldr w8, [sp, #44]
add w8, w8, #1
str w8, [sp, #44]
b LBB7_9
LBB7_12:
ldr w10, [sp, #76]
ldr x9, [sp, #96]
ldr w8, [x9, #8]
add w8, w8, w10
str w8, [x9, #8]
ldr w10, [sp, #72]
ldr x9, [sp, #96]
ldr w8, [x9, #12]
add w8, w8, w10
str w8, [x9, #12]
ldr w10, [sp, #68]
ldr x9, [sp, #96]
ldr w8, [x9, #16]
add w8, w8, w10
str w8, [x9, #16]
ldr w10, [sp, #64]
ldr x9, [sp, #96]
ldr w8, [x9, #20]
add w8, w8, w10
str w8, [x9, #20]
ldr w10, [sp, #60]
ldr x9, [sp, #96]
ldr w8, [x9, #24]
add w8, w8, w10
str w8, [x9, #24]
ldr w10, [sp, #56]
ldr x9, [sp, #96]
ldr w8, [x9, #28]
add w8, w8, w10
str w8, [x9, #28]
ldr w10, [sp, #52]
ldr x9, [sp, #96]
ldr w8, [x9, #32]
add w8, w8, w10
str w8, [x9, #32]
ldr w10, [sp, #48]
ldr x9, [sp, #96]
ldr w8, [x9, #36]
add w8, w8, w10
str w8, [x9, #36]
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB7_14
b LBB7_13
LBB7_13:
bl ___stack_chk_fail
LBB7_14:
ldp x29, x30, [sp, #384] ; 16-byte Folded Reload
ldp x28, x27, [sp, #368] ; 16-byte Folded Reload
add sp, sp, #400
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function ror
_ror: ; @ror
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
str w1, [sp, #8]
ldr w8, [sp, #12]
ldr w9, [sp, #8]
lsr w8, w8, w9
ldr w9, [sp, #12]
ldr w11, [sp, #8]
mov w10, #32
subs w10, w10, w11
lsl w9, w9, w10
orr w0, w8, w9
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.p2align 2 ; -- Begin function pad
_pad: ; @pad
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
ldr x8, [sp, #8]
ldr x8, [x8]
mov x10, #64
udiv x9, x8, x10
mul x9, x9, x10
subs x8, x8, x9
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #4]
ldr x8, [sp, #8]
add x8, x8, #40
ldr w9, [sp, #4]
; kill: def $x9 killed $w9
mov x10, x9
add w10, w10, #1
str w10, [sp, #4]
add x9, x8, x9
mov w8, #128
strb w8, [x9]
ldr w8, [sp, #4]
subs w8, w8, #56
cset w8, ls
tbnz w8, #0, LBB9_2
b LBB9_1
LBB9_1:
ldr x8, [sp, #8]
add x8, x8, #40
ldr w9, [sp, #4]
; kill: def $x9 killed $w9
add x0, x8, x9
ldr w9, [sp, #4]
mov w8, #64
subs w8, w8, w9
mov x2, x8
mov w1, #0
mov x3, #-1
bl ___memset_chk
str wzr, [sp, #4]
ldr x0, [sp, #8]
ldr x8, [sp, #8]
add x1, x8, #40
bl _processblock
b LBB9_2
LBB9_2:
ldr x8, [sp, #8]
add x8, x8, #40
ldr w9, [sp, #4]
; kill: def $x9 killed $w9
add x0, x8, x9
ldr w9, [sp, #4]
mov w8, #56
subs w8, w8, w9
mov x2, x8
mov w1, #0
mov x3, #-1
bl ___memset_chk
ldr x9, [sp, #8]
ldr x8, [x9]
lsl x8, x8, #3
str x8, [x9]
ldr x8, [sp, #8]
ldr x8, [x8]
lsr x8, x8, #56
ldr x9, [sp, #8]
; kill: def $w8 killed $w8 killed $x8
strb w8, [x9, #96]
ldr x8, [sp, #8]
ldr x8, [x8]
lsr x8, x8, #48
ldr x9, [sp, #8]
; kill: def $w8 killed $w8 killed $x8
strb w8, [x9, #97]
ldr x8, [sp, #8]
ldr x8, [x8]
lsr x8, x8, #40
ldr x9, [sp, #8]
; kill: def $w8 killed $w8 killed $x8
strb w8, [x9, #98]
ldr x8, [sp, #8]
ldr x8, [x8]
lsr x8, x8, #32
ldr x9, [sp, #8]
; kill: def $w8 killed $w8 killed $x8
strb w8, [x9, #99]
ldr x8, [sp, #8]
ldr x8, [x8]
lsr x8, x8, #24
ldr x9, [sp, #8]
; kill: def $w8 killed $w8 killed $x8
strb w8, [x9, #100]
ldr x8, [sp, #8]
ldr x8, [x8]
lsr x8, x8, #16
ldr x9, [sp, #8]
; kill: def $w8 killed $w8 killed $x8
strb w8, [x9, #101]
ldr x8, [sp, #8]
ldr x8, [x8]
lsr x8, x8, #8
ldr x9, [sp, #8]
; kill: def $w8 killed $w8 killed $x8
strb w8, [x9, #102]
ldr x8, [sp, #8]
ldr x8, [x8]
ldr x9, [sp, #8]
; kill: def $w8 killed $w8 killed $x8
strb w8, [x9, #103]
ldr x0, [sp, #8]
ldr x8, [sp, #8]
add x1, x8, #40
bl _processblock
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__const
___crypt_sha256.testkey: ; @__crypt_sha256.testkey
.asciz "Xy01@#\001\002\200\177\377\r\n\201\t !"
___crypt_sha256.testsetting: ; @__crypt_sha256.testsetting
.asciz "$5$rounds=1234$abc0123456789$"
___crypt_sha256.testhash: ; @__crypt_sha256.testhash
.asciz "$5$rounds=1234$abc0123456789$3VfDjPt05VHFn47C/ojFZ6KRPYrOjj1lLbH.dkF3bZ6"
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "*"
l_.str.1: ; @.str.1
.asciz "$5$"
l_.str.2: ; @.str.2
.asciz "rounds="
l_.str.3: ; @.str.3
.asciz "rounds=%u$"
l_.str.4: ; @.str.4
.asciz "$5$%s%.*s$"
.section __TEXT,__const
_sha256crypt.perm: ; @sha256crypt.perm
.ascii "\000\n\024"
.ascii "\025\001\013"
.ascii "\f\026\002"
.ascii "\003\r\027"
.ascii "\030\004\016"
.ascii "\017\031\005"
.ascii "\006\020\032"
.ascii "\033\007\021"
.ascii "\022\034\b"
.ascii "\t\023\035"
.p2align 2 ; @K
_K:
.long 1116352408 ; 0x428a2f98
.long 1899447441 ; 0x71374491
.long 3049323471 ; 0xb5c0fbcf
.long 3921009573 ; 0xe9b5dba5
.long 961987163 ; 0x3956c25b
.long 1508970993 ; 0x59f111f1
.long 2453635748 ; 0x923f82a4
.long 2870763221 ; 0xab1c5ed5
.long 3624381080 ; 0xd807aa98
.long 310598401 ; 0x12835b01
.long 607225278 ; 0x243185be
.long 1426881987 ; 0x550c7dc3
.long 1925078388 ; 0x72be5d74
.long 2162078206 ; 0x80deb1fe
.long 2614888103 ; 0x9bdc06a7
.long 3248222580 ; 0xc19bf174
.long 3835390401 ; 0xe49b69c1
.long 4022224774 ; 0xefbe4786
.long 264347078 ; 0xfc19dc6
.long 604807628 ; 0x240ca1cc
.long 770255983 ; 0x2de92c6f
.long 1249150122 ; 0x4a7484aa
.long 1555081692 ; 0x5cb0a9dc
.long 1996064986 ; 0x76f988da
.long 2554220882 ; 0x983e5152
.long 2821834349 ; 0xa831c66d
.long 2952996808 ; 0xb00327c8
.long 3210313671 ; 0xbf597fc7
.long 3336571891 ; 0xc6e00bf3
.long 3584528711 ; 0xd5a79147
.long 113926993 ; 0x6ca6351
.long 338241895 ; 0x14292967
.long 666307205 ; 0x27b70a85
.long 773529912 ; 0x2e1b2138
.long 1294757372 ; 0x4d2c6dfc
.long 1396182291 ; 0x53380d13
.long 1695183700 ; 0x650a7354
.long 1986661051 ; 0x766a0abb
.long 2177026350 ; 0x81c2c92e
.long 2456956037 ; 0x92722c85
.long 2730485921 ; 0xa2bfe8a1
.long 2820302411 ; 0xa81a664b
.long 3259730800 ; 0xc24b8b70
.long 3345764771 ; 0xc76c51a3
.long 3516065817 ; 0xd192e819
.long 3600352804 ; 0xd6990624
.long 4094571909 ; 0xf40e3585
.long 275423344 ; 0x106aa070
.long 430227734 ; 0x19a4c116
.long 506948616 ; 0x1e376c08
.long 659060556 ; 0x2748774c
.long 883997877 ; 0x34b0bcb5
.long 958139571 ; 0x391c0cb3
.long 1322822218 ; 0x4ed8aa4a
.long 1537002063 ; 0x5b9cca4f
.long 1747873779 ; 0x682e6ff3
.long 1955562222 ; 0x748f82ee
.long 2024104815 ; 0x78a5636f
.long 2227730452 ; 0x84c87814
.long 2361852424 ; 0x8cc70208
.long 2428436474 ; 0x90befffa
.long 2756734187 ; 0xa4506ceb
.long 3204031479 ; 0xbef9a3f7
.long 3329325298 ; 0xc67178f2
_b64: ; @b64
.asciz "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl ___crypt_sha256 ## -- Begin function __crypt_sha256
.p2align 4, 0x90
___crypt_sha256: ## @__crypt_sha256
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $208, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -160(%rbp)
movq %rsi, -168(%rbp)
movq %rdx, -176(%rbp)
movq -160(%rbp), %rdi
movq -168(%rbp), %rsi
movq -176(%rbp), %rdx
callq _sha256crypt
movq %rax, -184(%rbp)
leaq -144(%rbp), %rdx
leaq ___crypt_sha256.testkey(%rip), %rdi
leaq ___crypt_sha256.testsetting(%rip), %rsi
callq _sha256crypt
movq %rax, -192(%rbp)
cmpq $0, -184(%rbp)
je LBB0_3
## %bb.1:
movq -192(%rbp), %rax
leaq -144(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_3
## %bb.2:
leaq -144(%rbp), %rdi
leaq ___crypt_sha256.testhash(%rip), %rsi
movl $73, %edx
callq _memcmp
cmpl $0, %eax
je LBB0_4
LBB0_3:
leaq L_.str(%rip), %rax
movq %rax, -152(%rbp)
jmp LBB0_5
LBB0_4:
movq -184(%rbp), %rax
movq %rax, -152(%rbp)
LBB0_5:
movq -152(%rbp), %rax
movq %rax, -200(%rbp) ## 8-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_7
## %bb.6:
movq -200(%rbp), %rax ## 8-byte Reload
addq $208, %rsp
popq %rbp
retq
LBB0_7:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function sha256crypt
_sha256crypt: ## @sha256crypt
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $352, %rsp ## imm = 0x160
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -256(%rbp)
movq %rsi, -264(%rbp)
movq %rdx, -272(%rbp)
leaq -240(%rbp), %rdi
xorl %esi, %esi
movl $20, %edx
callq _memset
movq -256(%rbp), %rdi
movl $257, %esi ## imm = 0x101
callq _strnlen
## kill: def $eax killed $eax killed $rax
movl %eax, -284(%rbp)
cmpl $256, -284(%rbp) ## imm = 0x100
jbe LBB1_2
## %bb.1:
movq $0, -248(%rbp)
jmp LBB1_60
LBB1_2:
movq -264(%rbp), %rdi
leaq L_.str.1(%rip), %rsi
movl $3, %edx
callq _strncmp
cmpl $0, %eax
je LBB1_4
## %bb.3:
movq $0, -248(%rbp)
jmp LBB1_60
LBB1_4:
movq -264(%rbp), %rax
addq $3, %rax
movq %rax, -296(%rbp)
movl $5000, -280(%rbp) ## imm = 0x1388
movq -296(%rbp), %rdi
leaq L_.str.2(%rip), %rsi
movl $7, %edx
callq _strncmp
cmpl $0, %eax
jne LBB1_16
## %bb.5:
movq -296(%rbp), %rax
addq $7, %rax
movq %rax, -296(%rbp)
movq -296(%rbp), %rax
movsbl (%rax), %edi
callq _isdigit
cmpl $0, %eax
jne LBB1_7
## %bb.6:
movq $0, -248(%rbp)
jmp LBB1_60
LBB1_7:
movq -296(%rbp), %rdi
leaq -320(%rbp), %rsi
movl $10, %edx
callq _strtoul
movq %rax, -312(%rbp)
movq -320(%rbp), %rax
movsbl (%rax), %eax
cmpl $36, %eax
je LBB1_9
## %bb.8:
movq $0, -248(%rbp)
jmp LBB1_60
LBB1_9:
movq -320(%rbp), %rax
addq $1, %rax
movq %rax, -296(%rbp)
cmpq $1000, -312(%rbp) ## imm = 0x3E8
jae LBB1_11
## %bb.10:
movl $1000, -280(%rbp) ## imm = 0x3E8
jmp LBB1_15
LBB1_11:
cmpq $9999999, -312(%rbp) ## imm = 0x98967F
jbe LBB1_13
## %bb.12:
movq $0, -248(%rbp)
jmp LBB1_60
LBB1_13:
movq -312(%rbp), %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -280(%rbp)
## %bb.14:
jmp LBB1_15
LBB1_15:
leaq -240(%rbp), %rdi
movl -280(%rbp), %r8d
xorl %esi, %esi
movl $20, %edx
leaq L_.str.3(%rip), %rcx
movb $0, %al
callq ___sprintf_chk
LBB1_16:
movl $0, -276(%rbp)
LBB1_17: ## =>This Inner Loop Header: Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $16, -276(%rbp)
movb %al, -321(%rbp) ## 1-byte Spill
jae LBB1_20
## %bb.18: ## in Loop: Header=BB1_17 Depth=1
movq -296(%rbp), %rax
movl -276(%rbp), %ecx
## kill: def $rcx killed $ecx
movsbl (%rax,%rcx), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, %ecx
movb %al, -321(%rbp) ## 1-byte Spill
je LBB1_20
## %bb.19: ## in Loop: Header=BB1_17 Depth=1
movq -296(%rbp), %rax
movl -276(%rbp), %ecx
## kill: def $rcx killed $ecx
movsbl (%rax,%rcx), %eax
cmpl $36, %eax
setne %al
movb %al, -321(%rbp) ## 1-byte Spill
LBB1_20: ## in Loop: Header=BB1_17 Depth=1
movb -321(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB1_21
jmp LBB1_26
LBB1_21: ## in Loop: Header=BB1_17 Depth=1
movq -296(%rbp), %rax
movl -276(%rbp), %ecx
## kill: def $rcx killed $ecx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
je LBB1_23
## %bb.22: ## in Loop: Header=BB1_17 Depth=1
movq -296(%rbp), %rax
movl -276(%rbp), %ecx
## kill: def $rcx killed $ecx
movsbl (%rax,%rcx), %eax
cmpl $58, %eax
jne LBB1_24
LBB1_23:
movq $0, -248(%rbp)
jmp LBB1_60
LBB1_24: ## in Loop: Header=BB1_17 Depth=1
jmp LBB1_25
LBB1_25: ## in Loop: Header=BB1_17 Depth=1
movl -276(%rbp), %eax
addl $1, %eax
movl %eax, -276(%rbp)
jmp LBB1_17
LBB1_26:
movl -276(%rbp), %eax
movl %eax, -288(%rbp)
leaq -112(%rbp), %rdi
callq _sha256_init
movq -256(%rbp), %rsi
movl -284(%rbp), %eax
movl %eax, %edx
leaq -112(%rbp), %rdi
callq _sha256_update
movq -296(%rbp), %rsi
movl -288(%rbp), %eax
movl %eax, %edx
leaq -112(%rbp), %rdi
callq _sha256_update
movq -256(%rbp), %rsi
movl -284(%rbp), %eax
movl %eax, %edx
leaq -112(%rbp), %rdi
callq _sha256_update
leaq -144(%rbp), %rsi
leaq -112(%rbp), %rdi
callq _sha256_sum
leaq -112(%rbp), %rdi
callq _sha256_init
movq -256(%rbp), %rsi
movl -284(%rbp), %eax
movl %eax, %edx
leaq -112(%rbp), %rdi
callq _sha256_update
movq -296(%rbp), %rsi
movl -288(%rbp), %eax
movl %eax, %edx
leaq -112(%rbp), %rdi
callq _sha256_update
movl -284(%rbp), %esi
leaq -144(%rbp), %rdx
leaq -112(%rbp), %rdi
callq _hashmd
movl -284(%rbp), %eax
movl %eax, -276(%rbp)
LBB1_27: ## =>This Inner Loop Header: Depth=1
cmpl $0, -276(%rbp)
jbe LBB1_33
## %bb.28: ## in Loop: Header=BB1_27 Depth=1
movl -276(%rbp), %eax
andl $1, %eax
cmpl $0, %eax
je LBB1_30
## %bb.29: ## in Loop: Header=BB1_27 Depth=1
leaq -144(%rbp), %rsi
leaq -112(%rbp), %rdi
movl $32, %edx
callq _sha256_update
jmp LBB1_31
LBB1_30: ## in Loop: Header=BB1_27 Depth=1
movq -256(%rbp), %rsi
movl -284(%rbp), %eax
movl %eax, %edx
leaq -112(%rbp), %rdi
callq _sha256_update
LBB1_31: ## in Loop: Header=BB1_27 Depth=1
jmp LBB1_32
LBB1_32: ## in Loop: Header=BB1_27 Depth=1
movl -276(%rbp), %eax
shrl $1, %eax
movl %eax, -276(%rbp)
jmp LBB1_27
LBB1_33:
leaq -144(%rbp), %rsi
leaq -112(%rbp), %rdi
callq _sha256_sum
leaq -112(%rbp), %rdi
callq _sha256_init
movl $0, -276(%rbp)
LBB1_34: ## =>This Inner Loop Header: Depth=1
movl -276(%rbp), %eax
cmpl -284(%rbp), %eax
jae LBB1_37
## %bb.35: ## in Loop: Header=BB1_34 Depth=1
movq -256(%rbp), %rsi
movl -284(%rbp), %eax
movl %eax, %edx
leaq -112(%rbp), %rdi
callq _sha256_update
## %bb.36: ## in Loop: Header=BB1_34 Depth=1
movl -276(%rbp), %eax
addl $1, %eax
movl %eax, -276(%rbp)
jmp LBB1_34
LBB1_37:
leaq -176(%rbp), %rsi
leaq -112(%rbp), %rdi
callq _sha256_sum
leaq -112(%rbp), %rdi
callq _sha256_init
movl $0, -276(%rbp)
LBB1_38: ## =>This Inner Loop Header: Depth=1
movl -276(%rbp), %eax
movzbl -144(%rbp), %ecx
addl $16, %ecx
cmpl %ecx, %eax
jae LBB1_41
## %bb.39: ## in Loop: Header=BB1_38 Depth=1
movq -296(%rbp), %rsi
movl -288(%rbp), %eax
movl %eax, %edx
leaq -112(%rbp), %rdi
callq _sha256_update
## %bb.40: ## in Loop: Header=BB1_38 Depth=1
movl -276(%rbp), %eax
addl $1, %eax
movl %eax, -276(%rbp)
jmp LBB1_38
LBB1_41:
leaq -208(%rbp), %rsi
leaq -112(%rbp), %rdi
callq _sha256_sum
movl $0, -276(%rbp)
LBB1_42: ## =>This Inner Loop Header: Depth=1
movl -276(%rbp), %eax
cmpl -280(%rbp), %eax
jae LBB1_55
## %bb.43: ## in Loop: Header=BB1_42 Depth=1
leaq -112(%rbp), %rdi
callq _sha256_init
movl -276(%rbp), %eax
andl $1, %eax
cmpl $0, %eax
je LBB1_45
## %bb.44: ## in Loop: Header=BB1_42 Depth=1
movl -284(%rbp), %esi
leaq -176(%rbp), %rdx
leaq -112(%rbp), %rdi
callq _hashmd
jmp LBB1_46
LBB1_45: ## in Loop: Header=BB1_42 Depth=1
leaq -144(%rbp), %rsi
leaq -112(%rbp), %rdi
movl $32, %edx
callq _sha256_update
LBB1_46: ## in Loop: Header=BB1_42 Depth=1
movl -276(%rbp), %eax
movl $3, %ecx
xorl %edx, %edx
divl %ecx
cmpl $0, %edx
je LBB1_48
## %bb.47: ## in Loop: Header=BB1_42 Depth=1
leaq -208(%rbp), %rsi
movl -288(%rbp), %eax
movl %eax, %edx
leaq -112(%rbp), %rdi
callq _sha256_update
LBB1_48: ## in Loop: Header=BB1_42 Depth=1
movl -276(%rbp), %eax
movl $7, %ecx
xorl %edx, %edx
divl %ecx
cmpl $0, %edx
je LBB1_50
## %bb.49: ## in Loop: Header=BB1_42 Depth=1
movl -284(%rbp), %esi
leaq -176(%rbp), %rdx
leaq -112(%rbp), %rdi
callq _hashmd
LBB1_50: ## in Loop: Header=BB1_42 Depth=1
movl -276(%rbp), %eax
andl $1, %eax
cmpl $0, %eax
je LBB1_52
## %bb.51: ## in Loop: Header=BB1_42 Depth=1
leaq -144(%rbp), %rsi
leaq -112(%rbp), %rdi
movl $32, %edx
callq _sha256_update
jmp LBB1_53
LBB1_52: ## in Loop: Header=BB1_42 Depth=1
movl -284(%rbp), %esi
leaq -176(%rbp), %rdx
leaq -112(%rbp), %rdi
callq _hashmd
LBB1_53: ## in Loop: Header=BB1_42 Depth=1
leaq -144(%rbp), %rsi
leaq -112(%rbp), %rdi
callq _sha256_sum
## %bb.54: ## in Loop: Header=BB1_42 Depth=1
movl -276(%rbp), %eax
addl $1, %eax
movl %eax, -276(%rbp)
jmp LBB1_42
LBB1_55:
movq -272(%rbp), %rax
movq %rax, -304(%rbp)
movq -304(%rbp), %rdi
leaq -240(%rbp), %r8
movl -288(%rbp), %r9d
movq -296(%rbp), %rax
xorl %esi, %esi
movq $-1, %rdx
leaq L_.str.4(%rip), %rcx
movq %rax, (%rsp)
movb $0, %al
callq ___sprintf_chk
movl %eax, %ecx
movq -304(%rbp), %rax
movslq %ecx, %rcx
addq %rcx, %rax
movq %rax, -304(%rbp)
movl $0, -276(%rbp)
LBB1_56: ## =>This Inner Loop Header: Depth=1
cmpl $10, -276(%rbp)
jae LBB1_59
## %bb.57: ## in Loop: Header=BB1_56 Depth=1
movq -304(%rbp), %rdi
movl -276(%rbp), %eax
movl %eax, %ecx
leaq _sha256crypt.perm(%rip), %rax
imulq $3, %rcx, %rcx
addq %rcx, %rax
movzbl (%rax), %eax
## kill: def $rax killed $eax
movzbl -144(%rbp,%rax), %esi
shll $16, %esi
movl -276(%rbp), %eax
movl %eax, %ecx
leaq _sha256crypt.perm(%rip), %rax
imulq $3, %rcx, %rcx
addq %rcx, %rax
movzbl 1(%rax), %eax
## kill: def $rax killed $eax
movzbl -144(%rbp,%rax), %eax
shll $8, %eax
orl %eax, %esi
movl -276(%rbp), %eax
movl %eax, %ecx
leaq _sha256crypt.perm(%rip), %rax
imulq $3, %rcx, %rcx
addq %rcx, %rax
movzbl 2(%rax), %eax
## kill: def $rax killed $eax
movzbl -144(%rbp,%rax), %eax
orl %eax, %esi
movl $4, %edx
callq _to64
movq %rax, -304(%rbp)
## %bb.58: ## in Loop: Header=BB1_56 Depth=1
movl -276(%rbp), %eax
addl $1, %eax
movl %eax, -276(%rbp)
jmp LBB1_56
LBB1_59:
movq -304(%rbp), %rdi
movzbl -113(%rbp), %esi
shll $8, %esi
movzbl -114(%rbp), %eax
orl %eax, %esi
movl $3, %edx
callq _to64
movq %rax, -304(%rbp)
movq -304(%rbp), %rax
movb $0, (%rax)
movq -272(%rbp), %rax
movq %rax, -248(%rbp)
LBB1_60:
movq -248(%rbp), %rax
movq %rax, -336(%rbp) ## 8-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB1_62
## %bb.61:
movq -336(%rbp), %rax ## 8-byte Reload
addq $352, %rsp ## imm = 0x160
popq %rbp
retq
LBB1_62:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function sha256_init
_sha256_init: ## @sha256_init
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
movq $0, (%rax)
movq -8(%rbp), %rax
movl $1779033703, 8(%rax) ## imm = 0x6A09E667
movq -8(%rbp), %rax
movl $-1150833019, 12(%rax) ## imm = 0xBB67AE85
movq -8(%rbp), %rax
movl $1013904242, 16(%rax) ## imm = 0x3C6EF372
movq -8(%rbp), %rax
movl $-1521486534, 20(%rax) ## imm = 0xA54FF53A
movq -8(%rbp), %rax
movl $1359893119, 24(%rax) ## imm = 0x510E527F
movq -8(%rbp), %rax
movl $-1694144372, 28(%rax) ## imm = 0x9B05688C
movq -8(%rbp), %rax
movl $528734635, 32(%rax) ## imm = 0x1F83D9AB
movq -8(%rbp), %rax
movl $1541459225, 36(%rax) ## imm = 0x5BE0CD19
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function sha256_update
_sha256_update: ## @sha256_update
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movq %rdx, -24(%rbp)
movq -16(%rbp), %rax
movq %rax, -32(%rbp)
movq -8(%rbp), %rax
movq (%rax), %rax
andq $63, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -36(%rbp)
movq -24(%rbp), %rcx
movq -8(%rbp), %rax
addq (%rax), %rcx
movq %rcx, (%rax)
cmpl $0, -36(%rbp)
je LBB3_4
## %bb.1:
movq -24(%rbp), %rax
movl $64, %ecx
subl -36(%rbp), %ecx
movl %ecx, %ecx
## kill: def $rcx killed $ecx
cmpq %rcx, %rax
jae LBB3_3
## %bb.2:
movq -8(%rbp), %rdi
addq $40, %rdi
movl -36(%rbp), %eax
## kill: def $rax killed $eax
addq %rax, %rdi
movq -32(%rbp), %rsi
movq -24(%rbp), %rdx
movq $-1, %rcx
callq ___memcpy_chk
jmp LBB3_9
LBB3_3:
movq -8(%rbp), %rdi
addq $40, %rdi
movl -36(%rbp), %eax
## kill: def $rax killed $eax
addq %rax, %rdi
movq -32(%rbp), %rsi
movl $64, %eax
subl -36(%rbp), %eax
movl %eax, %eax
movl %eax, %edx
movq $-1, %rcx
callq ___memcpy_chk
movl $64, %eax
subl -36(%rbp), %eax
movl %eax, %eax
movl %eax, %ecx
movq -24(%rbp), %rax
subq %rcx, %rax
movq %rax, -24(%rbp)
movl $64, %ecx
subl -36(%rbp), %ecx
movq -32(%rbp), %rax
movl %ecx, %ecx
## kill: def $rcx killed $ecx
addq %rcx, %rax
movq %rax, -32(%rbp)
movq -8(%rbp), %rdi
movq -8(%rbp), %rsi
addq $40, %rsi
callq _processblock
LBB3_4:
jmp LBB3_5
LBB3_5: ## =>This Inner Loop Header: Depth=1
cmpq $64, -24(%rbp)
jb LBB3_8
## %bb.6: ## in Loop: Header=BB3_5 Depth=1
movq -8(%rbp), %rdi
movq -32(%rbp), %rsi
callq _processblock
## %bb.7: ## in Loop: Header=BB3_5 Depth=1
movq -24(%rbp), %rax
subq $64, %rax
movq %rax, -24(%rbp)
movq -32(%rbp), %rax
addq $64, %rax
movq %rax, -32(%rbp)
jmp LBB3_5
LBB3_8:
movq -8(%rbp), %rdi
addq $40, %rdi
movq -32(%rbp), %rsi
movq -24(%rbp), %rdx
movq $-1, %rcx
callq ___memcpy_chk
LBB3_9:
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function sha256_sum
_sha256_sum: ## @sha256_sum
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movq -8(%rbp), %rdi
callq _pad
movl $0, -20(%rbp)
LBB4_1: ## =>This Inner Loop Header: Depth=1
cmpl $8, -20(%rbp)
jge LBB4_4
## %bb.2: ## in Loop: Header=BB4_1 Depth=1
movq -8(%rbp), %rax
movslq -20(%rbp), %rcx
movl 8(%rax,%rcx,4), %eax
shrl $24, %eax
movb %al, %dl
movq -16(%rbp), %rax
movl -20(%rbp), %ecx
shll $2, %ecx
movslq %ecx, %rcx
movb %dl, (%rax,%rcx)
movq -8(%rbp), %rax
movslq -20(%rbp), %rcx
movl 8(%rax,%rcx,4), %eax
shrl $16, %eax
movb %al, %dl
movq -16(%rbp), %rax
movl -20(%rbp), %ecx
shll $2, %ecx
addl $1, %ecx
movslq %ecx, %rcx
movb %dl, (%rax,%rcx)
movq -8(%rbp), %rax
movslq -20(%rbp), %rcx
movl 8(%rax,%rcx,4), %eax
shrl $8, %eax
movb %al, %dl
movq -16(%rbp), %rax
movl -20(%rbp), %ecx
shll $2, %ecx
addl $2, %ecx
movslq %ecx, %rcx
movb %dl, (%rax,%rcx)
movq -8(%rbp), %rax
movslq -20(%rbp), %rcx
movl 8(%rax,%rcx,4), %eax
movb %al, %dl
movq -16(%rbp), %rax
movl -20(%rbp), %ecx
shll $2, %ecx
addl $3, %ecx
movslq %ecx, %rcx
movb %dl, (%rax,%rcx)
## %bb.3: ## in Loop: Header=BB4_1 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB4_1
LBB4_4:
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function hashmd
_hashmd: ## @hashmd
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movq %rdx, -24(%rbp)
movl -12(%rbp), %eax
movl %eax, -28(%rbp)
LBB5_1: ## =>This Inner Loop Header: Depth=1
cmpl $32, -28(%rbp)
jbe LBB5_4
## %bb.2: ## in Loop: Header=BB5_1 Depth=1
movq -8(%rbp), %rdi
movq -24(%rbp), %rsi
movl $32, %edx
callq _sha256_update
## %bb.3: ## in Loop: Header=BB5_1 Depth=1
movl -28(%rbp), %eax
subl $32, %eax
movl %eax, -28(%rbp)
jmp LBB5_1
LBB5_4:
movq -8(%rbp), %rdi
movq -24(%rbp), %rsi
movl -28(%rbp), %eax
movl %eax, %edx
callq _sha256_update
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function to64
_to64: ## @to64
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movl %edx, -16(%rbp)
LBB6_1: ## =>This Inner Loop Header: Depth=1
movl -16(%rbp), %eax
addl $-1, %eax
movl %eax, -16(%rbp)
cmpl $0, %eax
jl LBB6_3
## %bb.2: ## in Loop: Header=BB6_1 Depth=1
movl -12(%rbp), %eax
andl $63, %eax
movl %eax, %eax
movl %eax, %ecx
leaq _b64(%rip), %rax
movb (%rax,%rcx), %cl
movq -8(%rbp), %rax
movq %rax, %rdx
addq $1, %rdx
movq %rdx, -8(%rbp)
movb %cl, (%rax)
movl -12(%rbp), %eax
shrl $6, %eax
movl %eax, -12(%rbp)
jmp LBB6_1
LBB6_3:
movq -8(%rbp), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function processblock
_processblock: ## @processblock
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $368, %rsp ## imm = 0x170
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -280(%rbp)
movq %rsi, -288(%rbp)
movl $0, -332(%rbp)
LBB7_1: ## =>This Inner Loop Header: Depth=1
cmpl $16, -332(%rbp)
jge LBB7_4
## %bb.2: ## in Loop: Header=BB7_1 Depth=1
movq -288(%rbp), %rax
movl -332(%rbp), %ecx
shll $2, %ecx
movslq %ecx, %rcx
movzbl (%rax,%rcx), %ecx
shll $24, %ecx
movslq -332(%rbp), %rax
movl %ecx, -272(%rbp,%rax,4)
movq -288(%rbp), %rax
movl -332(%rbp), %ecx
shll $2, %ecx
addl $1, %ecx
movslq %ecx, %rcx
movzbl (%rax,%rcx), %ecx
shll $16, %ecx
movslq -332(%rbp), %rax
orl -272(%rbp,%rax,4), %ecx
movl %ecx, -272(%rbp,%rax,4)
movq -288(%rbp), %rax
movl -332(%rbp), %ecx
shll $2, %ecx
addl $2, %ecx
movslq %ecx, %rcx
movzbl (%rax,%rcx), %ecx
shll $8, %ecx
movslq -332(%rbp), %rax
orl -272(%rbp,%rax,4), %ecx
movl %ecx, -272(%rbp,%rax,4)
movq -288(%rbp), %rax
movl -332(%rbp), %ecx
shll $2, %ecx
addl $3, %ecx
movslq %ecx, %rcx
movzbl (%rax,%rcx), %ecx
movslq -332(%rbp), %rax
orl -272(%rbp,%rax,4), %ecx
movl %ecx, -272(%rbp,%rax,4)
## %bb.3: ## in Loop: Header=BB7_1 Depth=1
movl -332(%rbp), %eax
addl $1, %eax
movl %eax, -332(%rbp)
jmp LBB7_1
LBB7_4:
jmp LBB7_5
LBB7_5: ## =>This Inner Loop Header: Depth=1
cmpl $64, -332(%rbp)
jge LBB7_8
## %bb.6: ## in Loop: Header=BB7_5 Depth=1
movl -332(%rbp), %eax
subl $2, %eax
cltq
movl -272(%rbp,%rax,4), %edi
movl $17, %esi
callq _ror
movl %eax, -344(%rbp) ## 4-byte Spill
movl -332(%rbp), %eax
subl $2, %eax
cltq
movl -272(%rbp,%rax,4), %edi
movl $19, %esi
callq _ror
movl %eax, %ecx
movl -344(%rbp), %eax ## 4-byte Reload
xorl %ecx, %eax
movl -332(%rbp), %ecx
subl $2, %ecx
movslq %ecx, %rcx
movl -272(%rbp,%rcx,4), %ecx
shrl $10, %ecx
xorl %ecx, %eax
movl -332(%rbp), %ecx
subl $7, %ecx
movslq %ecx, %rcx
addl -272(%rbp,%rcx,4), %eax
movl %eax, -340(%rbp) ## 4-byte Spill
movl -332(%rbp), %eax
subl $15, %eax
cltq
movl -272(%rbp,%rax,4), %edi
movl $7, %esi
callq _ror
movl %eax, -336(%rbp) ## 4-byte Spill
movl -332(%rbp), %eax
subl $15, %eax
cltq
movl -272(%rbp,%rax,4), %edi
movl $18, %esi
callq _ror
movl -340(%rbp), %ecx ## 4-byte Reload
movl %eax, %edx
movl -336(%rbp), %eax ## 4-byte Reload
xorl %edx, %eax
movl -332(%rbp), %edx
subl $15, %edx
movslq %edx, %rdx
movl -272(%rbp,%rdx,4), %edx
shrl $3, %edx
xorl %edx, %eax
addl %eax, %ecx
movl -332(%rbp), %eax
subl $16, %eax
cltq
addl -272(%rbp,%rax,4), %ecx
movslq -332(%rbp), %rax
movl %ecx, -272(%rbp,%rax,4)
## %bb.7: ## in Loop: Header=BB7_5 Depth=1
movl -332(%rbp), %eax
addl $1, %eax
movl %eax, -332(%rbp)
jmp LBB7_5
LBB7_8:
movq -280(%rbp), %rax
movl 8(%rax), %eax
movl %eax, -300(%rbp)
movq -280(%rbp), %rax
movl 12(%rax), %eax
movl %eax, -304(%rbp)
movq -280(%rbp), %rax
movl 16(%rax), %eax
movl %eax, -308(%rbp)
movq -280(%rbp), %rax
movl 20(%rax), %eax
movl %eax, -312(%rbp)
movq -280(%rbp), %rax
movl 24(%rax), %eax
movl %eax, -316(%rbp)
movq -280(%rbp), %rax
movl 28(%rax), %eax
movl %eax, -320(%rbp)
movq -280(%rbp), %rax
movl 32(%rax), %eax
movl %eax, -324(%rbp)
movq -280(%rbp), %rax
movl 36(%rax), %eax
movl %eax, -328(%rbp)
movl $0, -332(%rbp)
LBB7_9: ## =>This Inner Loop Header: Depth=1
cmpl $64, -332(%rbp)
jge LBB7_12
## %bb.10: ## in Loop: Header=BB7_9 Depth=1
movl -328(%rbp), %eax
movl %eax, -356(%rbp) ## 4-byte Spill
movl -316(%rbp), %edi
movl $6, %esi
callq _ror
movl %eax, -364(%rbp) ## 4-byte Spill
movl -316(%rbp), %edi
movl $11, %esi
callq _ror
movl %eax, %ecx
movl -364(%rbp), %eax ## 4-byte Reload
xorl %ecx, %eax
movl %eax, -360(%rbp) ## 4-byte Spill
movl -316(%rbp), %edi
movl $25, %esi
callq _ror
movl -360(%rbp), %ecx ## 4-byte Reload
movl %eax, %edx
movl -356(%rbp), %eax ## 4-byte Reload
xorl %edx, %ecx
addl %ecx, %eax
movl -324(%rbp), %ecx
movl -316(%rbp), %edx
movl -320(%rbp), %esi
xorl -324(%rbp), %esi
andl %esi, %edx
xorl %edx, %ecx
addl %ecx, %eax
movslq -332(%rbp), %rdx
leaq _K(%rip), %rcx
addl (%rcx,%rdx,4), %eax
movslq -332(%rbp), %rcx
addl -272(%rbp,%rcx,4), %eax
movl %eax, -292(%rbp)
movl -300(%rbp), %edi
movl $2, %esi
callq _ror
movl %eax, -352(%rbp) ## 4-byte Spill
movl -300(%rbp), %edi
movl $13, %esi
callq _ror
movl %eax, %ecx
movl -352(%rbp), %eax ## 4-byte Reload
xorl %ecx, %eax
movl %eax, -348(%rbp) ## 4-byte Spill
movl -300(%rbp), %edi
movl $22, %esi
callq _ror
movl %eax, %ecx
movl -348(%rbp), %eax ## 4-byte Reload
xorl %ecx, %eax
movl -300(%rbp), %ecx
andl -304(%rbp), %ecx
movl -308(%rbp), %edx
movl -300(%rbp), %esi
orl -304(%rbp), %esi
andl %esi, %edx
orl %edx, %ecx
addl %ecx, %eax
movl %eax, -296(%rbp)
movl -324(%rbp), %eax
movl %eax, -328(%rbp)
movl -320(%rbp), %eax
movl %eax, -324(%rbp)
movl -316(%rbp), %eax
movl %eax, -320(%rbp)
movl -312(%rbp), %eax
addl -292(%rbp), %eax
movl %eax, -316(%rbp)
movl -308(%rbp), %eax
movl %eax, -312(%rbp)
movl -304(%rbp), %eax
movl %eax, -308(%rbp)
movl -300(%rbp), %eax
movl %eax, -304(%rbp)
movl -292(%rbp), %eax
addl -296(%rbp), %eax
movl %eax, -300(%rbp)
## %bb.11: ## in Loop: Header=BB7_9 Depth=1
movl -332(%rbp), %eax
addl $1, %eax
movl %eax, -332(%rbp)
jmp LBB7_9
LBB7_12:
movl -300(%rbp), %ecx
movq -280(%rbp), %rax
addl 8(%rax), %ecx
movl %ecx, 8(%rax)
movl -304(%rbp), %ecx
movq -280(%rbp), %rax
addl 12(%rax), %ecx
movl %ecx, 12(%rax)
movl -308(%rbp), %ecx
movq -280(%rbp), %rax
addl 16(%rax), %ecx
movl %ecx, 16(%rax)
movl -312(%rbp), %ecx
movq -280(%rbp), %rax
addl 20(%rax), %ecx
movl %ecx, 20(%rax)
movl -316(%rbp), %ecx
movq -280(%rbp), %rax
addl 24(%rax), %ecx
movl %ecx, 24(%rax)
movl -320(%rbp), %ecx
movq -280(%rbp), %rax
addl 28(%rax), %ecx
movl %ecx, 28(%rax)
movl -324(%rbp), %ecx
movq -280(%rbp), %rax
addl 32(%rax), %ecx
movl %ecx, 32(%rax)
movl -328(%rbp), %ecx
movq -280(%rbp), %rax
addl 36(%rax), %ecx
movl %ecx, 36(%rax)
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB7_14
## %bb.13:
addq $368, %rsp ## imm = 0x170
popq %rbp
retq
LBB7_14:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function ror
_ror: ## @ror
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
movl -4(%rbp), %eax
movl -8(%rbp), %ecx
## kill: def $cl killed $ecx
shrl %cl, %eax
movl -4(%rbp), %edx
movl $32, %ecx
subl -8(%rbp), %ecx
## kill: def $cl killed $ecx
shll %cl, %edx
movl %edx, %ecx
orl %ecx, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.p2align 4, 0x90 ## -- Begin function pad
_pad: ## @pad
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
movq (%rax), %rax
andq $63, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -12(%rbp)
movq -8(%rbp), %rax
movl -12(%rbp), %ecx
movl %ecx, %edx
addl $1, %edx
movl %edx, -12(%rbp)
movl %ecx, %ecx
## kill: def $rcx killed $ecx
movb $-128, 40(%rax,%rcx)
cmpl $56, -12(%rbp)
jbe LBB9_2
## %bb.1:
movq -8(%rbp), %rdi
addq $40, %rdi
movl -12(%rbp), %eax
## kill: def $rax killed $eax
addq %rax, %rdi
movl $64, %eax
subl -12(%rbp), %eax
movl %eax, %eax
movl %eax, %edx
xorl %esi, %esi
movq $-1, %rcx
callq ___memset_chk
movl $0, -12(%rbp)
movq -8(%rbp), %rdi
movq -8(%rbp), %rsi
addq $40, %rsi
callq _processblock
LBB9_2:
movq -8(%rbp), %rdi
addq $40, %rdi
movl -12(%rbp), %eax
## kill: def $rax killed $eax
addq %rax, %rdi
movl $56, %eax
subl -12(%rbp), %eax
movl %eax, %eax
movl %eax, %edx
xorl %esi, %esi
movq $-1, %rcx
callq ___memset_chk
movq -8(%rbp), %rax
movq (%rax), %rcx
shlq $3, %rcx
movq %rcx, (%rax)
movq -8(%rbp), %rax
movq (%rax), %rax
shrq $56, %rax
movb %al, %cl
movq -8(%rbp), %rax
movb %cl, 96(%rax)
movq -8(%rbp), %rax
movq (%rax), %rax
shrq $48, %rax
movb %al, %cl
movq -8(%rbp), %rax
movb %cl, 97(%rax)
movq -8(%rbp), %rax
movq (%rax), %rax
shrq $40, %rax
movb %al, %cl
movq -8(%rbp), %rax
movb %cl, 98(%rax)
movq -8(%rbp), %rax
movq (%rax), %rax
shrq $32, %rax
movb %al, %cl
movq -8(%rbp), %rax
movb %cl, 99(%rax)
movq -8(%rbp), %rax
movq (%rax), %rax
shrq $24, %rax
movb %al, %cl
movq -8(%rbp), %rax
movb %cl, 100(%rax)
movq -8(%rbp), %rax
movq (%rax), %rax
shrq $16, %rax
movb %al, %cl
movq -8(%rbp), %rax
movb %cl, 101(%rax)
movq -8(%rbp), %rax
movq (%rax), %rax
shrq $8, %rax
movb %al, %cl
movq -8(%rbp), %rax
movb %cl, 102(%rax)
movq -8(%rbp), %rax
movq (%rax), %rax
movb %al, %cl
movq -8(%rbp), %rax
movb %cl, 103(%rax)
movq -8(%rbp), %rdi
movq -8(%rbp), %rsi
addq $40, %rsi
callq _processblock
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__const
.p2align 4 ## @__crypt_sha256.testkey
___crypt_sha256.testkey:
.asciz "Xy01@#\001\002\200\177\377\r\n\201\t !"
.p2align 4 ## @__crypt_sha256.testsetting
___crypt_sha256.testsetting:
.asciz "$5$rounds=1234$abc0123456789$"
.p2align 4 ## @__crypt_sha256.testhash
___crypt_sha256.testhash:
.asciz "$5$rounds=1234$abc0123456789$3VfDjPt05VHFn47C/ojFZ6KRPYrOjj1lLbH.dkF3bZ6"
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "*"
L_.str.1: ## @.str.1
.asciz "$5$"
L_.str.2: ## @.str.2
.asciz "rounds="
L_.str.3: ## @.str.3
.asciz "rounds=%u$"
L_.str.4: ## @.str.4
.asciz "$5$%s%.*s$"
.section __TEXT,__const
.p2align 4 ## @sha256crypt.perm
_sha256crypt.perm:
.ascii "\000\n\024"
.ascii "\025\001\013"
.ascii "\f\026\002"
.ascii "\003\r\027"
.ascii "\030\004\016"
.ascii "\017\031\005"
.ascii "\006\020\032"
.ascii "\033\007\021"
.ascii "\022\034\b"
.ascii "\t\023\035"
.p2align 4 ## @K
_K:
.long 1116352408 ## 0x428a2f98
.long 1899447441 ## 0x71374491
.long 3049323471 ## 0xb5c0fbcf
.long 3921009573 ## 0xe9b5dba5
.long 961987163 ## 0x3956c25b
.long 1508970993 ## 0x59f111f1
.long 2453635748 ## 0x923f82a4
.long 2870763221 ## 0xab1c5ed5
.long 3624381080 ## 0xd807aa98
.long 310598401 ## 0x12835b01
.long 607225278 ## 0x243185be
.long 1426881987 ## 0x550c7dc3
.long 1925078388 ## 0x72be5d74
.long 2162078206 ## 0x80deb1fe
.long 2614888103 ## 0x9bdc06a7
.long 3248222580 ## 0xc19bf174
.long 3835390401 ## 0xe49b69c1
.long 4022224774 ## 0xefbe4786
.long 264347078 ## 0xfc19dc6
.long 604807628 ## 0x240ca1cc
.long 770255983 ## 0x2de92c6f
.long 1249150122 ## 0x4a7484aa
.long 1555081692 ## 0x5cb0a9dc
.long 1996064986 ## 0x76f988da
.long 2554220882 ## 0x983e5152
.long 2821834349 ## 0xa831c66d
.long 2952996808 ## 0xb00327c8
.long 3210313671 ## 0xbf597fc7
.long 3336571891 ## 0xc6e00bf3
.long 3584528711 ## 0xd5a79147
.long 113926993 ## 0x6ca6351
.long 338241895 ## 0x14292967
.long 666307205 ## 0x27b70a85
.long 773529912 ## 0x2e1b2138
.long 1294757372 ## 0x4d2c6dfc
.long 1396182291 ## 0x53380d13
.long 1695183700 ## 0x650a7354
.long 1986661051 ## 0x766a0abb
.long 2177026350 ## 0x81c2c92e
.long 2456956037 ## 0x92722c85
.long 2730485921 ## 0xa2bfe8a1
.long 2820302411 ## 0xa81a664b
.long 3259730800 ## 0xc24b8b70
.long 3345764771 ## 0xc76c51a3
.long 3516065817 ## 0xd192e819
.long 3600352804 ## 0xd6990624
.long 4094571909 ## 0xf40e3585
.long 275423344 ## 0x106aa070
.long 430227734 ## 0x19a4c116
.long 506948616 ## 0x1e376c08
.long 659060556 ## 0x2748774c
.long 883997877 ## 0x34b0bcb5
.long 958139571 ## 0x391c0cb3
.long 1322822218 ## 0x4ed8aa4a
.long 1537002063 ## 0x5b9cca4f
.long 1747873779 ## 0x682e6ff3
.long 1955562222 ## 0x748f82ee
.long 2024104815 ## 0x78a5636f
.long 2227730452 ## 0x84c87814
.long 2361852424 ## 0x8cc70208
.long 2428436474 ## 0x90befffa
.long 2756734187 ## 0xa4506ceb
.long 3204031479 ## 0xbef9a3f7
.long 3329325298 ## 0xc67178f2
.p2align 4 ## @b64
_b64:
.asciz "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
.subsections_via_symbols
| the_stack_data/31953.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl ___VERIFIER_nondet_bool ; -- Begin function __VERIFIER_nondet_bool
.p2align 2
___VERIFIER_nondet_bool: ; @__VERIFIER_nondet_bool
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
bl ___VERIFIER_nondet_int
subs w8, w0, #0
cset w8, ne
and w0, w8, #0x1
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #192
.cfi_def_cfa_offset 192
stp x29, x30, [sp, #176] ; 16-byte Folded Spill
add x29, sp, #176
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
bl ___VERIFIER_nondet_int
str w0, [sp, #48]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-8]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-16]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-24]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-32]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-40]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-48]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-56]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-64]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-72]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-80]
bl ___VERIFIER_nondet_float
str s0, [sp, #88]
bl ___VERIFIER_nondet_float
str s0, [sp, #80]
bl ___VERIFIER_nondet_float
str s0, [sp, #72]
bl ___VERIFIER_nondet_float
str s0, [sp, #64]
bl ___VERIFIER_nondet_float
str s0, [sp, #56]
ldur w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #40] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_2
b LBB1_1
LBB1_1:
ldur w8, [x29, #-16]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #40] ; 4-byte Folded Spill
b LBB1_2
LBB1_2:
ldr w8, [sp, #40] ; 4-byte Folded Reload
eor w8, w8, #0x1
and w8, w8, #0x1
str w8, [sp, #44]
b LBB1_3
LBB1_3: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #48]
subs w8, w8, #0
cset w8, lt
mov w9, #0
str w9, [sp, #36] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_5
b LBB1_4
LBB1_4: ; in Loop: Header=BB1_3 Depth=1
ldr w8, [sp, #44]
subs w8, w8, #0
cset w8, ne
str w8, [sp, #36] ; 4-byte Folded Spill
b LBB1_5
LBB1_5: ; in Loop: Header=BB1_3 Depth=1
ldr w8, [sp, #36] ; 4-byte Folded Reload
tbz w8, #0, LBB1_165
b LBB1_6
LBB1_6: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #56]
fcvt d2, s0
ldur s0, [x29, #-56]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d1, d0, d1, d2
fmov d0, #17.00000000
fcmp d0, d1
cset w8, hi
tbnz w8, #0, LBB1_9
b LBB1_7
LBB1_7: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #56]
fcvt d2, s0
ldur s0, [x29, #-56]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d1, d0, d1, d2
fmov d0, #17.00000000
fcmp d0, d1
cset w8, hi
tbnz w8, #0, LBB1_10
b LBB1_8
LBB1_8: ; in Loop: Header=BB1_3 Depth=1
ldur w8, [x29, #-8]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB1_10
b LBB1_9
LBB1_9: ; in Loop: Header=BB1_3 Depth=1
bl ___VERIFIER_nondet_int
str w0, [sp, #48]
b LBB1_11
LBB1_10: ; in Loop: Header=BB1_3 Depth=1
ldr w8, [sp, #48]
subs w8, w8, #1
str w8, [sp, #48]
b LBB1_11
LBB1_11: ; in Loop: Header=BB1_3 Depth=1
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-12]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-20]
bl ___VERIFIER_nondet_bool
stur w0, [x29, #-28]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-36]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-44]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-52]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-60]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-68]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-76]
bl ___VERIFIER_nondet_float
stur s0, [x29, #-84]
bl ___VERIFIER_nondet_float
str s0, [sp, #84]
bl ___VERIFIER_nondet_float
str s0, [sp, #76]
bl ___VERIFIER_nondet_float
str s0, [sp, #68]
bl ___VERIFIER_nondet_float
str s0, [sp, #60]
bl ___VERIFIER_nondet_float
str s0, [sp, #52]
ldr s0, [sp, #64]
fcvt d2, s0
ldur s0, [x29, #-76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-18.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_12
LBB1_12: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-32]
fcvt d2, s0
ldur s0, [x29, #-76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-12.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_13
LBB1_13: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-80]
fcvt d2, s0
ldur s0, [x29, #-76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-9.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_14
LBB1_14: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #72]
fcvt d2, s0
ldur s0, [x29, #-76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-5.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_15
LBB1_15: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-64]
fcvt d2, s0
ldur s0, [x29, #-76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-18.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_16
LBB1_16: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-56]
fcvt d2, s0
ldur s0, [x29, #-76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-13.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_17
LBB1_17: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #64]
fcvt d2, s0
ldur s0, [x29, #-76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-18.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_23
b LBB1_18
LBB1_18: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-32]
fcvt d2, s0
ldur s0, [x29, #-76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-12.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_23
b LBB1_19
LBB1_19: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-80]
fcvt d2, s0
ldur s0, [x29, #-76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-9.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_23
b LBB1_20
LBB1_20: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #72]
fcvt d2, s0
ldur s0, [x29, #-76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-5.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_23
b LBB1_21
LBB1_21: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-64]
fcvt d2, s0
ldur s0, [x29, #-76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-18.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_23
b LBB1_22
LBB1_22: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-56]
fcvt d2, s0
ldur s0, [x29, #-76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-13.00000000
fcmp d0, d1
cset w8, ne
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_23
LBB1_23: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-32]
fcvt d2, s0
ldr s0, [sp, #52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-4.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_24
LBB1_24: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-80]
fcvt d2, s0
ldr s0, [sp, #52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-4.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_25
LBB1_25: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #72]
fcvt d2, s0
ldr s0, [sp, #52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-13.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_26
LBB1_26: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-56]
fcvt d2, s0
ldr s0, [sp, #52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-12.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_27
LBB1_27: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #56]
fcvt d2, s0
ldr s0, [sp, #52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-19.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_28
LBB1_28: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-40]
fcvt d2, s0
ldr s0, [sp, #52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-2.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_29
LBB1_29: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-32]
fcvt d2, s0
ldr s0, [sp, #52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-4.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_35
b LBB1_30
LBB1_30: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-80]
fcvt d2, s0
ldr s0, [sp, #52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-4.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_35
b LBB1_31
LBB1_31: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #72]
fcvt d2, s0
ldr s0, [sp, #52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-13.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_35
b LBB1_32
LBB1_32: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-56]
fcvt d2, s0
ldr s0, [sp, #52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-12.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_35
b LBB1_33
LBB1_33: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #56]
fcvt d2, s0
ldr s0, [sp, #52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-19.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_35
b LBB1_34
LBB1_34: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-40]
fcvt d2, s0
ldr s0, [sp, #52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-2.00000000
fcmp d0, d1
cset w8, ne
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_35
LBB1_35: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-48]
fcvt d2, s0
ldur s0, [x29, #-68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-16.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_36
LBB1_36: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-80]
fcvt d2, s0
ldur s0, [x29, #-68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-2.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_37
LBB1_37: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #72]
fcvt d2, s0
ldur s0, [x29, #-68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-7.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_38
LBB1_38: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-56]
fcvt d2, s0
ldur s0, [x29, #-68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-8.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_39
LBB1_39: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #56]
fcvt d2, s0
ldur s0, [x29, #-68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-8.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_40
LBB1_40: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-64]
fcvt d2, s0
ldur s0, [x29, #-68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-8.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_41
LBB1_41: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-48]
fcvt d2, s0
ldur s0, [x29, #-68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-16.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_47
b LBB1_42
LBB1_42: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-80]
fcvt d2, s0
ldur s0, [x29, #-68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-2.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_47
b LBB1_43
LBB1_43: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #72]
fcvt d2, s0
ldur s0, [x29, #-68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-7.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_47
b LBB1_44
LBB1_44: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-56]
fcvt d2, s0
ldur s0, [x29, #-68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-8.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_47
b LBB1_45
LBB1_45: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #56]
fcvt d2, s0
ldur s0, [x29, #-68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-8.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_47
b LBB1_46
LBB1_46: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-64]
fcvt d2, s0
ldur s0, [x29, #-68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-8.00000000
fcmp d0, d1
cset w8, ne
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_47
LBB1_47: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #64]
fcvt d2, s0
ldur s0, [x29, #-44]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-18.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_48
LBB1_48: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-80]
fcvt d2, s0
ldur s0, [x29, #-44]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-15.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_49
LBB1_49: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #72]
fcvt d2, s0
ldur s0, [x29, #-44]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-18.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_50
LBB1_50: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-56]
fcvt d2, s0
ldur s0, [x29, #-44]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-12.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_51
LBB1_51: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #56]
fcvt d2, s0
ldur s0, [x29, #-44]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-7.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_52
LBB1_52: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-64]
fcvt d2, s0
ldur s0, [x29, #-44]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-11.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_53
LBB1_53: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #64]
fcvt d2, s0
ldur s0, [x29, #-44]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-18.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_59
b LBB1_54
LBB1_54: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-80]
fcvt d2, s0
ldur s0, [x29, #-44]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-15.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_59
b LBB1_55
LBB1_55: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #72]
fcvt d2, s0
ldur s0, [x29, #-44]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-18.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_59
b LBB1_56
LBB1_56: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-56]
fcvt d2, s0
ldur s0, [x29, #-44]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-12.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_59
b LBB1_57
LBB1_57: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #56]
fcvt d2, s0
ldur s0, [x29, #-44]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-7.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_59
b LBB1_58
LBB1_58: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-64]
fcvt d2, s0
ldur s0, [x29, #-44]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-11.00000000
fcmp d0, d1
cset w8, ne
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_59
LBB1_59: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #64]
fcvt d2, s0
ldur s0, [x29, #-60]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-9.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_60
LBB1_60: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-32]
fcvt d2, s0
ldur s0, [x29, #-60]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-18.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_61
LBB1_61: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-80]
fcvt d2, s0
ldur s0, [x29, #-60]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-9.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_62
LBB1_62: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #72]
fcvt d2, s0
ldur s0, [x29, #-60]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-10.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_63
LBB1_63: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-64]
fcvt d2, s0
ldur s0, [x29, #-60]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-3.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_64
LBB1_64: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-40]
fcvt d2, s0
ldur s0, [x29, #-60]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-16.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_65
LBB1_65: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #64]
fcvt d2, s0
ldur s0, [x29, #-60]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-9.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_71
b LBB1_66
LBB1_66: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-32]
fcvt d2, s0
ldur s0, [x29, #-60]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-18.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_71
b LBB1_67
LBB1_67: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-80]
fcvt d2, s0
ldur s0, [x29, #-60]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-9.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_71
b LBB1_68
LBB1_68: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #72]
fcvt d2, s0
ldur s0, [x29, #-60]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-10.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_71
b LBB1_69
LBB1_69: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-64]
fcvt d2, s0
ldur s0, [x29, #-60]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-3.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_71
b LBB1_70
LBB1_70: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-40]
fcvt d2, s0
ldur s0, [x29, #-60]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-16.00000000
fcmp d0, d1
cset w8, ne
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_71
LBB1_71: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #88]
fcvt d2, s0
ldr s0, [sp, #68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-9.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_72
LBB1_72: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #80]
fcvt d2, s0
ldr s0, [sp, #68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-13.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_73
LBB1_73: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-56]
fcvt d2, s0
ldr s0, [sp, #68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-14.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_74
LBB1_74: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-40]
fcvt d2, s0
ldr s0, [sp, #68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-3.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_75
LBB1_75: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-72]
fcvt d2, s0
ldr s0, [sp, #68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-17.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_76
LBB1_76: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-64]
fcvt d2, s0
ldr s0, [sp, #68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-12.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_77
LBB1_77: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #88]
fcvt d2, s0
ldr s0, [sp, #68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-9.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_83
b LBB1_78
LBB1_78: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #80]
fcvt d2, s0
ldr s0, [sp, #68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-13.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_83
b LBB1_79
LBB1_79: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-56]
fcvt d2, s0
ldr s0, [sp, #68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-14.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_83
b LBB1_80
LBB1_80: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-40]
fcvt d2, s0
ldr s0, [sp, #68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-3.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_83
b LBB1_81
LBB1_81: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-72]
fcvt d2, s0
ldr s0, [sp, #68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-17.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_83
b LBB1_82
LBB1_82: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-64]
fcvt d2, s0
ldr s0, [sp, #68]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-12.00000000
fcmp d0, d1
cset w8, ne
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_83
LBB1_83: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #64]
fcvt d2, s0
ldr s0, [sp, #76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-7.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_84
LBB1_84: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-32]
fcvt d2, s0
ldr s0, [sp, #76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-11.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_85
LBB1_85: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-80]
fcvt d2, s0
ldr s0, [sp, #76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-11.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_86
LBB1_86: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-56]
fcvt d2, s0
ldr s0, [sp, #76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-3.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_87
LBB1_87: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #56]
fcvt d2, s0
ldr s0, [sp, #76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-19.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_88
LBB1_88: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-64]
fcvt d2, s0
ldr s0, [sp, #76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-20.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_89
LBB1_89: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #64]
fcvt d2, s0
ldr s0, [sp, #76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-7.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_95
b LBB1_90
LBB1_90: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-32]
fcvt d2, s0
ldr s0, [sp, #76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-11.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_95
b LBB1_91
LBB1_91: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-80]
fcvt d2, s0
ldr s0, [sp, #76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-11.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_95
b LBB1_92
LBB1_92: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-56]
fcvt d2, s0
ldr s0, [sp, #76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-3.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_95
b LBB1_93
LBB1_93: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #56]
fcvt d2, s0
ldr s0, [sp, #76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-19.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_95
b LBB1_94
LBB1_94: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-64]
fcvt d2, s0
ldr s0, [sp, #76]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-20.00000000
fcmp d0, d1
cset w8, ne
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_95
LBB1_95: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #88]
fcvt d2, s0
ldur s0, [x29, #-84]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-18.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_96
LBB1_96: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-32]
fcvt d2, s0
ldur s0, [x29, #-84]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-12.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_97
LBB1_97: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #72]
fcvt d2, s0
ldur s0, [x29, #-84]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-5.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_98
LBB1_98: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-56]
fcvt d2, s0
ldur s0, [x29, #-84]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-3.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_99
LBB1_99: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-72]
fcvt d2, s0
ldur s0, [x29, #-84]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-10.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_100
LBB1_100: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-40]
fcvt d2, s0
ldur s0, [x29, #-84]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-10.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_101
LBB1_101: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #88]
fcvt d2, s0
ldur s0, [x29, #-84]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-18.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_107
b LBB1_102
LBB1_102: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-32]
fcvt d2, s0
ldur s0, [x29, #-84]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-12.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_107
b LBB1_103
LBB1_103: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #72]
fcvt d2, s0
ldur s0, [x29, #-84]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-5.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_107
b LBB1_104
LBB1_104: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-56]
fcvt d2, s0
ldur s0, [x29, #-84]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-3.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_107
b LBB1_105
LBB1_105: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-72]
fcvt d2, s0
ldur s0, [x29, #-84]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-10.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_107
b LBB1_106
LBB1_106: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-40]
fcvt d2, s0
ldur s0, [x29, #-84]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-10.00000000
fcmp d0, d1
cset w8, ne
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_107
LBB1_107: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-32]
fcvt d2, s0
ldur s0, [x29, #-36]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-20.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_108
LBB1_108: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-80]
fcvt d2, s0
ldur s0, [x29, #-36]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-15.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_109
LBB1_109: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #80]
fcvt d2, s0
ldur s0, [x29, #-36]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-19.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_110
LBB1_110: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #72]
fcvt d2, s0
ldur s0, [x29, #-36]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-3.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_111
LBB1_111: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-64]
fcvt d2, s0
ldur s0, [x29, #-36]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-14.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_112
LBB1_112: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-56]
fcvt d2, s0
ldur s0, [x29, #-36]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-15.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_113
LBB1_113: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-32]
fcvt d2, s0
ldur s0, [x29, #-36]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-20.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_119
b LBB1_114
LBB1_114: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-80]
fcvt d2, s0
ldur s0, [x29, #-36]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-15.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_119
b LBB1_115
LBB1_115: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #80]
fcvt d2, s0
ldur s0, [x29, #-36]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-19.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_119
b LBB1_116
LBB1_116: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #72]
fcvt d2, s0
ldur s0, [x29, #-36]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-3.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_119
b LBB1_117
LBB1_117: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-64]
fcvt d2, s0
ldur s0, [x29, #-36]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-14.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_119
b LBB1_118
LBB1_118: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-56]
fcvt d2, s0
ldur s0, [x29, #-36]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-15.00000000
fcmp d0, d1
cset w8, ne
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_119
LBB1_119: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-48]
fcvt d2, s0
ldr s0, [sp, #84]
fcvt d0, s0
fmov d1, #-1.00000000
fmadd d0, d1, d0, d2
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_120
LBB1_120: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #88]
fcvt d2, s0
ldr s0, [sp, #84]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-10.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_121
LBB1_121: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-32]
fcvt d2, s0
ldr s0, [sp, #84]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-14.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_122
LBB1_122: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-80]
fcvt d2, s0
ldr s0, [sp, #84]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-9.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_123
LBB1_123: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-40]
fcvt d2, s0
ldr s0, [sp, #84]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-9.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_124
LBB1_124: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #72]
fcvt d2, s0
ldr s0, [sp, #84]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-11.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_125
LBB1_125: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-48]
fcvt d2, s0
ldr s0, [sp, #84]
fcvt d0, s0
fmov d1, #-1.00000000
fmadd d0, d1, d0, d2
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_131
b LBB1_126
LBB1_126: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #88]
fcvt d2, s0
ldr s0, [sp, #84]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-10.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_131
b LBB1_127
LBB1_127: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-32]
fcvt d2, s0
ldr s0, [sp, #84]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-14.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_131
b LBB1_128
LBB1_128: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-80]
fcvt d2, s0
ldr s0, [sp, #84]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-9.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_131
b LBB1_129
LBB1_129: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-40]
fcvt d2, s0
ldr s0, [sp, #84]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-9.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_131
b LBB1_130
LBB1_130: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #72]
fcvt d2, s0
ldr s0, [sp, #84]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-11.00000000
fcmp d0, d1
cset w8, ne
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_131
LBB1_131: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-80]
fcvt d2, s0
ldr s0, [sp, #60]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-5.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_132
LBB1_132: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #80]
fcvt d2, s0
ldr s0, [sp, #60]
fcvt d0, s0
fmov d1, #-1.00000000
fmadd d0, d1, d0, d2
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_133
LBB1_133: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-56]
fcvt d2, s0
ldr s0, [sp, #60]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-15.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_134
LBB1_134: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-40]
fcvt d2, s0
ldr s0, [sp, #60]
fcvt d0, s0
fmov d1, #-1.00000000
fmadd d0, d1, d0, d2
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_135
LBB1_135: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-72]
fcvt d2, s0
ldr s0, [sp, #60]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-5.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_136
LBB1_136: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #56]
fcvt d2, s0
ldr s0, [sp, #60]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-17.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_137
LBB1_137: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-80]
fcvt d2, s0
ldr s0, [sp, #60]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-5.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_143
b LBB1_138
LBB1_138: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #80]
fcvt d2, s0
ldr s0, [sp, #60]
fcvt d0, s0
fmov d1, #-1.00000000
fmadd d0, d1, d0, d2
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_143
b LBB1_139
LBB1_139: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-56]
fcvt d2, s0
ldr s0, [sp, #60]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-15.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_143
b LBB1_140
LBB1_140: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-40]
fcvt d2, s0
ldr s0, [sp, #60]
fcvt d0, s0
fmov d1, #-1.00000000
fmadd d0, d1, d0, d2
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_143
b LBB1_141
LBB1_141: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-72]
fcvt d2, s0
ldr s0, [sp, #60]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-5.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_143
b LBB1_142
LBB1_142: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #56]
fcvt d2, s0
ldr s0, [sp, #60]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-17.00000000
fcmp d0, d1
cset w8, ne
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_143
LBB1_143: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-48]
fcvt d2, s0
ldur s0, [x29, #-52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-18.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_144
LBB1_144: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-32]
fcvt d2, s0
ldur s0, [x29, #-52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-14.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_145
LBB1_145: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #80]
fcvt d2, s0
ldur s0, [x29, #-52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-8.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_146
LBB1_146: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #72]
fcvt d2, s0
ldur s0, [x29, #-52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-2.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_147
LBB1_147: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-72]
fcvt d2, s0
ldur s0, [x29, #-52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-20.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_148
LBB1_148: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-64]
fcvt d2, s0
ldur s0, [x29, #-52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-19.00000000
fcmp d0, d1
cset w8, hi
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_149
LBB1_149: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-48]
fcvt d2, s0
ldur s0, [x29, #-52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-18.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_155
b LBB1_150
LBB1_150: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-32]
fcvt d2, s0
ldur s0, [x29, #-52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-14.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_155
b LBB1_151
LBB1_151: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #80]
fcvt d2, s0
ldur s0, [x29, #-52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-8.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_155
b LBB1_152
LBB1_152: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #72]
fcvt d2, s0
ldur s0, [x29, #-52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-2.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_155
b LBB1_153
LBB1_153: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-72]
fcvt d2, s0
ldur s0, [x29, #-52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-20.00000000
fcmp d0, d1
cset w8, eq
tbnz w8, #0, LBB1_155
b LBB1_154
LBB1_154: ; in Loop: Header=BB1_3 Depth=1
ldur s0, [x29, #-64]
fcvt d2, s0
ldur s0, [x29, #-52]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-19.00000000
fcmp d0, d1
cset w8, ne
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_164
b LBB1_155
LBB1_155: ; in Loop: Header=BB1_3 Depth=1
ldur w8, [x29, #-16]
ldur s0, [x29, #-68]
fcvt d2, s0
ldur s0, [x29, #-44]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d0, d0, d1, d2
fmov d1, #-15.00000000
fcmp d0, d1
cset w9, ls
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #28] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_163
b LBB1_156
LBB1_156: ; in Loop: Header=BB1_3 Depth=1
ldur w8, [x29, #-8]
str w8, [sp, #20] ; 4-byte Folded Spill
ldur w8, [x29, #-12]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #24] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_158
b LBB1_157
LBB1_157: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #52]
fcvt d2, s0
ldur s0, [x29, #-60]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d1, d0, d1, d2
fmov d0, #17.00000000
fcmp d0, d1
cset w8, hi
str w8, [sp, #24] ; 4-byte Folded Spill
b LBB1_158
LBB1_158: ; in Loop: Header=BB1_3 Depth=1
ldr w8, [sp, #20] ; 4-byte Folded Reload
ldr w9, [sp, #24] ; 4-byte Folded Reload
and w9, w9, #0x1
subs w8, w8, w9
cset w8, ne
mov w9, #0
str w9, [sp, #16] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_162
b LBB1_159
LBB1_159: ; in Loop: Header=BB1_3 Depth=1
ldur w8, [x29, #-24]
str w8, [sp, #8] ; 4-byte Folded Spill
ldur w8, [x29, #-12]
subs w8, w8, #0
cset w8, ne
mov w9, #1
str w9, [sp, #12] ; 4-byte Folded Spill
tbnz w8, #0, LBB1_161
b LBB1_160
LBB1_160: ; in Loop: Header=BB1_3 Depth=1
ldr s0, [sp, #52]
fcvt d2, s0
ldur s0, [x29, #-60]
fcvt d1, s0
fmov d0, #-1.00000000
fmadd d1, d0, d1, d2
fmov d0, #17.00000000
fcmp d0, d1
cset w8, hi
str w8, [sp, #12] ; 4-byte Folded Spill
b LBB1_161
LBB1_161: ; in Loop: Header=BB1_3 Depth=1
ldr w8, [sp, #8] ; 4-byte Folded Reload
ldr w9, [sp, #12] ; 4-byte Folded Reload
eor w9, w9, #0x1
and w9, w9, #0x1
subs w8, w8, w9
cset w8, eq
str w8, [sp, #16] ; 4-byte Folded Spill
b LBB1_162
LBB1_162: ; in Loop: Header=BB1_3 Depth=1
ldr w8, [sp, #16] ; 4-byte Folded Reload
str w8, [sp, #28] ; 4-byte Folded Spill
b LBB1_163
LBB1_163: ; in Loop: Header=BB1_3 Depth=1
ldr w8, [sp, #28] ; 4-byte Folded Reload
str w8, [sp, #32] ; 4-byte Folded Spill
b LBB1_164
LBB1_164: ; in Loop: Header=BB1_3 Depth=1
ldr w8, [sp, #32] ; 4-byte Folded Reload
and w8, w8, #0x1
str w8, [sp, #44]
ldur w8, [x29, #-12]
stur w8, [x29, #-8]
ldur w8, [x29, #-20]
stur w8, [x29, #-16]
ldur w8, [x29, #-28]
stur w8, [x29, #-24]
ldur s0, [x29, #-36]
stur s0, [x29, #-32]
ldur s0, [x29, #-44]
stur s0, [x29, #-40]
ldur s0, [x29, #-52]
stur s0, [x29, #-48]
ldur s0, [x29, #-60]
stur s0, [x29, #-56]
ldur s0, [x29, #-68]
stur s0, [x29, #-64]
ldur s0, [x29, #-76]
stur s0, [x29, #-72]
ldur s0, [x29, #-84]
stur s0, [x29, #-80]
ldr s0, [sp, #84]
str s0, [sp, #88]
ldr s0, [sp, #76]
str s0, [sp, #80]
ldr s0, [sp, #68]
str s0, [sp, #72]
ldr s0, [sp, #60]
str s0, [sp, #64]
ldr s0, [sp, #52]
str s0, [sp, #56]
b LBB1_3
LBB1_165:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #176] ; 16-byte Folded Reload
add sp, sp, #192
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl ___VERIFIER_nondet_bool ## -- Begin function __VERIFIER_nondet_bool
.p2align 4, 0x90
___VERIFIER_nondet_bool: ## @__VERIFIER_nondet_bool
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
callq ___VERIFIER_nondet_int
cmpl $0, %eax
setne %al
andb $1, %al
movzbl %al, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function main
LCPI1_0:
.quad 0x4031000000000000 ## double 17
LCPI1_1:
.quad 0xc032000000000000 ## double -18
LCPI1_2:
.quad 0xc028000000000000 ## double -12
LCPI1_3:
.quad 0xc022000000000000 ## double -9
LCPI1_4:
.quad 0xc014000000000000 ## double -5
LCPI1_5:
.quad 0xc02a000000000000 ## double -13
LCPI1_6:
.quad 0xc010000000000000 ## double -4
LCPI1_7:
.quad 0xc033000000000000 ## double -19
LCPI1_8:
.quad 0xc000000000000000 ## double -2
LCPI1_9:
.quad 0xc030000000000000 ## double -16
LCPI1_10:
.quad 0xc01c000000000000 ## double -7
LCPI1_11:
.quad 0xc020000000000000 ## double -8
LCPI1_12:
.quad 0xc02e000000000000 ## double -15
LCPI1_13:
.quad 0xc026000000000000 ## double -11
LCPI1_14:
.quad 0xc024000000000000 ## double -10
LCPI1_15:
.quad 0xc008000000000000 ## double -3
LCPI1_16:
.quad 0xc02c000000000000 ## double -14
LCPI1_17:
.quad 0xc031000000000000 ## double -17
LCPI1_18:
.quad 0xc034000000000000 ## double -20
LCPI1_19:
.quad 0xbff0000000000000 ## double -1
.section __TEXT,__text,regular,pure_instructions
.globl _main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $160, %rsp
movl $0, -4(%rbp)
callq ___VERIFIER_nondet_int
movl %eax, -128(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -8(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -16(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -24(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -32(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -40(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -48(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -56(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -64(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -72(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -80(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -88(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -96(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -104(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -112(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -120(%rbp)
movb $1, %al
cmpl $0, -24(%rbp)
movb %al, -133(%rbp) ## 1-byte Spill
jne LBB1_2
## %bb.1:
cmpl $0, -16(%rbp)
setne %al
movb %al, -133(%rbp) ## 1-byte Spill
LBB1_2:
movb -133(%rbp), %al ## 1-byte Reload
xorb $-1, %al
andb $1, %al
movzbl %al, %eax
movl %eax, -132(%rbp)
LBB1_3: ## =>This Inner Loop Header: Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -128(%rbp)
movb %al, -134(%rbp) ## 1-byte Spill
jl LBB1_5
## %bb.4: ## in Loop: Header=BB1_3 Depth=1
cmpl $0, -132(%rbp)
setne %al
movb %al, -134(%rbp) ## 1-byte Spill
LBB1_5: ## in Loop: Header=BB1_3 Depth=1
movb -134(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB1_6
jmp LBB1_165
LBB1_6: ## in Loop: Header=BB1_3 Depth=1
movss -120(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -56(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_0(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jb LBB1_9
## %bb.7: ## in Loop: Header=BB1_3 Depth=1
movss -120(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -56(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_0(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jb LBB1_10
## %bb.8: ## in Loop: Header=BB1_3 Depth=1
cmpl $0, -8(%rbp)
jne LBB1_10
LBB1_9: ## in Loop: Header=BB1_3 Depth=1
callq ___VERIFIER_nondet_int
movl %eax, -128(%rbp)
jmp LBB1_11
LBB1_10: ## in Loop: Header=BB1_3 Depth=1
movl -128(%rbp), %eax
addl $-1, %eax
movl %eax, -128(%rbp)
LBB1_11: ## in Loop: Header=BB1_3 Depth=1
callq ___VERIFIER_nondet_bool
movl %eax, -12(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -20(%rbp)
callq ___VERIFIER_nondet_bool
movl %eax, -28(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -36(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -44(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -52(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -60(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -68(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -76(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -84(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -92(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -100(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -108(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -116(%rbp)
callq ___VERIFIER_nondet_float
movss %xmm0, -124(%rbp)
movss -112(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -76(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_1(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.12: ## in Loop: Header=BB1_3 Depth=1
movss -32(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -76(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_2(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.13: ## in Loop: Header=BB1_3 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -76(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_3(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.14: ## in Loop: Header=BB1_3 Depth=1
movss -104(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -76(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_4(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.15: ## in Loop: Header=BB1_3 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -76(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_1(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.16: ## in Loop: Header=BB1_3 Depth=1
movss -56(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -76(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_5(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.17: ## in Loop: Header=BB1_3 Depth=1
movss -112(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -76(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_18
jp LBB1_18
jmp LBB1_23
LBB1_18: ## in Loop: Header=BB1_3 Depth=1
movss -32(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -76(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_2(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_19
jp LBB1_19
jmp LBB1_23
LBB1_19: ## in Loop: Header=BB1_3 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -76(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_3(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_20
jp LBB1_20
jmp LBB1_23
LBB1_20: ## in Loop: Header=BB1_3 Depth=1
movss -104(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -76(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_4(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_21
jp LBB1_21
jmp LBB1_23
LBB1_21: ## in Loop: Header=BB1_3 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -76(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_22
jp LBB1_22
jmp LBB1_23
LBB1_22: ## in Loop: Header=BB1_3 Depth=1
movss -56(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -76(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_5(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jne LBB1_164
jp LBB1_164
LBB1_23: ## in Loop: Header=BB1_3 Depth=1
movss -32(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -124(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_6(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.24: ## in Loop: Header=BB1_3 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -124(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_6(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.25: ## in Loop: Header=BB1_3 Depth=1
movss -104(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -124(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_5(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.26: ## in Loop: Header=BB1_3 Depth=1
movss -56(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -124(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_2(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.27: ## in Loop: Header=BB1_3 Depth=1
movss -120(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -124(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_7(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.28: ## in Loop: Header=BB1_3 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -124(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_8(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.29: ## in Loop: Header=BB1_3 Depth=1
movss -32(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -124(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_6(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_30
jp LBB1_30
jmp LBB1_35
LBB1_30: ## in Loop: Header=BB1_3 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -124(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_6(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_31
jp LBB1_31
jmp LBB1_35
LBB1_31: ## in Loop: Header=BB1_3 Depth=1
movss -104(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -124(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_5(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_32
jp LBB1_32
jmp LBB1_35
LBB1_32: ## in Loop: Header=BB1_3 Depth=1
movss -56(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -124(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_2(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_33
jp LBB1_33
jmp LBB1_35
LBB1_33: ## in Loop: Header=BB1_3 Depth=1
movss -120(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -124(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_7(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_34
jp LBB1_34
jmp LBB1_35
LBB1_34: ## in Loop: Header=BB1_3 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -124(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_8(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jne LBB1_164
jp LBB1_164
LBB1_35: ## in Loop: Header=BB1_3 Depth=1
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -68(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_9(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.36: ## in Loop: Header=BB1_3 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -68(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_8(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.37: ## in Loop: Header=BB1_3 Depth=1
movss -104(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -68(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_10(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.38: ## in Loop: Header=BB1_3 Depth=1
movss -56(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -68(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_11(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.39: ## in Loop: Header=BB1_3 Depth=1
movss -120(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -68(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_11(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.40: ## in Loop: Header=BB1_3 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -68(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_11(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.41: ## in Loop: Header=BB1_3 Depth=1
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -68(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_9(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_42
jp LBB1_42
jmp LBB1_47
LBB1_42: ## in Loop: Header=BB1_3 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -68(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_8(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_43
jp LBB1_43
jmp LBB1_47
LBB1_43: ## in Loop: Header=BB1_3 Depth=1
movss -104(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -68(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_10(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_44
jp LBB1_44
jmp LBB1_47
LBB1_44: ## in Loop: Header=BB1_3 Depth=1
movss -56(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -68(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_11(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_45
jp LBB1_45
jmp LBB1_47
LBB1_45: ## in Loop: Header=BB1_3 Depth=1
movss -120(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -68(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_11(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_46
jp LBB1_46
jmp LBB1_47
LBB1_46: ## in Loop: Header=BB1_3 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -68(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_11(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jne LBB1_164
jp LBB1_164
LBB1_47: ## in Loop: Header=BB1_3 Depth=1
movss -112(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -44(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_1(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.48: ## in Loop: Header=BB1_3 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -44(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_12(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.49: ## in Loop: Header=BB1_3 Depth=1
movss -104(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -44(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_1(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.50: ## in Loop: Header=BB1_3 Depth=1
movss -56(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -44(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_2(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.51: ## in Loop: Header=BB1_3 Depth=1
movss -120(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -44(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_10(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.52: ## in Loop: Header=BB1_3 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -44(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_13(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.53: ## in Loop: Header=BB1_3 Depth=1
movss -112(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -44(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_54
jp LBB1_54
jmp LBB1_59
LBB1_54: ## in Loop: Header=BB1_3 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -44(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_12(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_55
jp LBB1_55
jmp LBB1_59
LBB1_55: ## in Loop: Header=BB1_3 Depth=1
movss -104(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -44(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_56
jp LBB1_56
jmp LBB1_59
LBB1_56: ## in Loop: Header=BB1_3 Depth=1
movss -56(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -44(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_2(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_57
jp LBB1_57
jmp LBB1_59
LBB1_57: ## in Loop: Header=BB1_3 Depth=1
movss -120(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -44(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_10(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_58
jp LBB1_58
jmp LBB1_59
LBB1_58: ## in Loop: Header=BB1_3 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -44(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_13(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jne LBB1_164
jp LBB1_164
LBB1_59: ## in Loop: Header=BB1_3 Depth=1
movss -112(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -60(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_3(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.60: ## in Loop: Header=BB1_3 Depth=1
movss -32(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -60(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_1(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.61: ## in Loop: Header=BB1_3 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -60(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_3(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.62: ## in Loop: Header=BB1_3 Depth=1
movss -104(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -60(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_14(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.63: ## in Loop: Header=BB1_3 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -60(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_15(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.64: ## in Loop: Header=BB1_3 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -60(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_9(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.65: ## in Loop: Header=BB1_3 Depth=1
movss -112(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -60(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_3(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_66
jp LBB1_66
jmp LBB1_71
LBB1_66: ## in Loop: Header=BB1_3 Depth=1
movss -32(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -60(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_67
jp LBB1_67
jmp LBB1_71
LBB1_67: ## in Loop: Header=BB1_3 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -60(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_3(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_68
jp LBB1_68
jmp LBB1_71
LBB1_68: ## in Loop: Header=BB1_3 Depth=1
movss -104(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -60(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_14(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_69
jp LBB1_69
jmp LBB1_71
LBB1_69: ## in Loop: Header=BB1_3 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -60(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_15(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_70
jp LBB1_70
jmp LBB1_71
LBB1_70: ## in Loop: Header=BB1_3 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -60(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_9(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jne LBB1_164
jp LBB1_164
LBB1_71: ## in Loop: Header=BB1_3 Depth=1
movss -88(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -108(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_3(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.72: ## in Loop: Header=BB1_3 Depth=1
movss -96(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -108(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_5(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.73: ## in Loop: Header=BB1_3 Depth=1
movss -56(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -108(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_16(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.74: ## in Loop: Header=BB1_3 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -108(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_15(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.75: ## in Loop: Header=BB1_3 Depth=1
movss -72(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -108(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_17(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.76: ## in Loop: Header=BB1_3 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -108(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_2(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.77: ## in Loop: Header=BB1_3 Depth=1
movss -88(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -108(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_3(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_78
jp LBB1_78
jmp LBB1_83
LBB1_78: ## in Loop: Header=BB1_3 Depth=1
movss -96(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -108(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_5(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_79
jp LBB1_79
jmp LBB1_83
LBB1_79: ## in Loop: Header=BB1_3 Depth=1
movss -56(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -108(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_16(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_80
jp LBB1_80
jmp LBB1_83
LBB1_80: ## in Loop: Header=BB1_3 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -108(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_15(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_81
jp LBB1_81
jmp LBB1_83
LBB1_81: ## in Loop: Header=BB1_3 Depth=1
movss -72(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -108(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_17(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_82
jp LBB1_82
jmp LBB1_83
LBB1_82: ## in Loop: Header=BB1_3 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -108(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_2(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jne LBB1_164
jp LBB1_164
LBB1_83: ## in Loop: Header=BB1_3 Depth=1
movss -112(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -100(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_10(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.84: ## in Loop: Header=BB1_3 Depth=1
movss -32(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -100(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_13(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.85: ## in Loop: Header=BB1_3 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -100(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_13(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.86: ## in Loop: Header=BB1_3 Depth=1
movss -56(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -100(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_15(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.87: ## in Loop: Header=BB1_3 Depth=1
movss -120(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -100(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_7(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.88: ## in Loop: Header=BB1_3 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -100(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_18(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.89: ## in Loop: Header=BB1_3 Depth=1
movss -112(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -100(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_10(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_90
jp LBB1_90
jmp LBB1_95
LBB1_90: ## in Loop: Header=BB1_3 Depth=1
movss -32(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -100(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_13(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_91
jp LBB1_91
jmp LBB1_95
LBB1_91: ## in Loop: Header=BB1_3 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -100(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_13(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_92
jp LBB1_92
jmp LBB1_95
LBB1_92: ## in Loop: Header=BB1_3 Depth=1
movss -56(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -100(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_15(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_93
jp LBB1_93
jmp LBB1_95
LBB1_93: ## in Loop: Header=BB1_3 Depth=1
movss -120(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -100(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_7(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_94
jp LBB1_94
jmp LBB1_95
LBB1_94: ## in Loop: Header=BB1_3 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -100(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_18(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jne LBB1_164
jp LBB1_164
LBB1_95: ## in Loop: Header=BB1_3 Depth=1
movss -88(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -84(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_1(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.96: ## in Loop: Header=BB1_3 Depth=1
movss -32(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -84(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_2(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.97: ## in Loop: Header=BB1_3 Depth=1
movss -104(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -84(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_4(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.98: ## in Loop: Header=BB1_3 Depth=1
movss -56(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -84(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_15(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.99: ## in Loop: Header=BB1_3 Depth=1
movss -72(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -84(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_14(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.100: ## in Loop: Header=BB1_3 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -84(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_14(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.101: ## in Loop: Header=BB1_3 Depth=1
movss -88(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -84(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_102
jp LBB1_102
jmp LBB1_107
LBB1_102: ## in Loop: Header=BB1_3 Depth=1
movss -32(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -84(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_2(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_103
jp LBB1_103
jmp LBB1_107
LBB1_103: ## in Loop: Header=BB1_3 Depth=1
movss -104(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -84(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_4(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_104
jp LBB1_104
jmp LBB1_107
LBB1_104: ## in Loop: Header=BB1_3 Depth=1
movss -56(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -84(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_15(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_105
jp LBB1_105
jmp LBB1_107
LBB1_105: ## in Loop: Header=BB1_3 Depth=1
movss -72(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -84(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_14(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_106
jp LBB1_106
jmp LBB1_107
LBB1_106: ## in Loop: Header=BB1_3 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -84(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_14(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jne LBB1_164
jp LBB1_164
LBB1_107: ## in Loop: Header=BB1_3 Depth=1
movss -32(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -36(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_18(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.108: ## in Loop: Header=BB1_3 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -36(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_12(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.109: ## in Loop: Header=BB1_3 Depth=1
movss -96(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -36(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_7(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.110: ## in Loop: Header=BB1_3 Depth=1
movss -104(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -36(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_15(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.111: ## in Loop: Header=BB1_3 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -36(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_16(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.112: ## in Loop: Header=BB1_3 Depth=1
movss -56(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -36(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_12(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.113: ## in Loop: Header=BB1_3 Depth=1
movss -32(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -36(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_18(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_114
jp LBB1_114
jmp LBB1_119
LBB1_114: ## in Loop: Header=BB1_3 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -36(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_12(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_115
jp LBB1_115
jmp LBB1_119
LBB1_115: ## in Loop: Header=BB1_3 Depth=1
movss -96(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -36(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_7(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_116
jp LBB1_116
jmp LBB1_119
LBB1_116: ## in Loop: Header=BB1_3 Depth=1
movss -104(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -36(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_15(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_117
jp LBB1_117
jmp LBB1_119
LBB1_117: ## in Loop: Header=BB1_3 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -36(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_16(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_118
jp LBB1_118
jmp LBB1_119
LBB1_118: ## in Loop: Header=BB1_3 Depth=1
movss -56(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -36(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_12(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jne LBB1_164
jp LBB1_164
LBB1_119: ## in Loop: Header=BB1_3 Depth=1
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -92(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_19(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.120: ## in Loop: Header=BB1_3 Depth=1
movss -88(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -92(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_14(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.121: ## in Loop: Header=BB1_3 Depth=1
movss -32(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -92(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_16(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.122: ## in Loop: Header=BB1_3 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -92(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_3(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.123: ## in Loop: Header=BB1_3 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -92(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_3(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.124: ## in Loop: Header=BB1_3 Depth=1
movss -104(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -92(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_13(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.125: ## in Loop: Header=BB1_3 Depth=1
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -92(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_19(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_126
jp LBB1_126
jmp LBB1_131
LBB1_126: ## in Loop: Header=BB1_3 Depth=1
movss -88(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -92(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_14(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_127
jp LBB1_127
jmp LBB1_131
LBB1_127: ## in Loop: Header=BB1_3 Depth=1
movss -32(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -92(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_16(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_128
jp LBB1_128
jmp LBB1_131
LBB1_128: ## in Loop: Header=BB1_3 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -92(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_3(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_129
jp LBB1_129
jmp LBB1_131
LBB1_129: ## in Loop: Header=BB1_3 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -92(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_3(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_130
jp LBB1_130
jmp LBB1_131
LBB1_130: ## in Loop: Header=BB1_3 Depth=1
movss -104(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -92(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_13(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jne LBB1_164
jp LBB1_164
LBB1_131: ## in Loop: Header=BB1_3 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -116(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_4(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.132: ## in Loop: Header=BB1_3 Depth=1
movss -96(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -116(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_19(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.133: ## in Loop: Header=BB1_3 Depth=1
movss -56(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -116(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_12(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.134: ## in Loop: Header=BB1_3 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -116(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_19(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.135: ## in Loop: Header=BB1_3 Depth=1
movss -72(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -116(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_4(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.136: ## in Loop: Header=BB1_3 Depth=1
movss -120(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -116(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_17(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.137: ## in Loop: Header=BB1_3 Depth=1
movss -80(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -116(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_4(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_138
jp LBB1_138
jmp LBB1_143
LBB1_138: ## in Loop: Header=BB1_3 Depth=1
movss -96(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -116(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_19(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_139
jp LBB1_139
jmp LBB1_143
LBB1_139: ## in Loop: Header=BB1_3 Depth=1
movss -56(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -116(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_12(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_140
jp LBB1_140
jmp LBB1_143
LBB1_140: ## in Loop: Header=BB1_3 Depth=1
movss -40(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -116(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_19(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_141
jp LBB1_141
jmp LBB1_143
LBB1_141: ## in Loop: Header=BB1_3 Depth=1
movss -72(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -116(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_4(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_142
jp LBB1_142
jmp LBB1_143
LBB1_142: ## in Loop: Header=BB1_3 Depth=1
movss -120(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -116(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_17(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jne LBB1_164
jp LBB1_164
LBB1_143: ## in Loop: Header=BB1_3 Depth=1
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -52(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_1(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.144: ## in Loop: Header=BB1_3 Depth=1
movss -32(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -52(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_16(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.145: ## in Loop: Header=BB1_3 Depth=1
movss -96(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -52(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_11(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.146: ## in Loop: Header=BB1_3 Depth=1
movss -104(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -52(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_8(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.147: ## in Loop: Header=BB1_3 Depth=1
movss -72(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -52(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_18(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.148: ## in Loop: Header=BB1_3 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -52(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_7(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jb LBB1_164
## %bb.149: ## in Loop: Header=BB1_3 Depth=1
movss -48(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -52(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_1(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_150
jp LBB1_150
jmp LBB1_155
LBB1_150: ## in Loop: Header=BB1_3 Depth=1
movss -32(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -52(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_16(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_151
jp LBB1_151
jmp LBB1_155
LBB1_151: ## in Loop: Header=BB1_3 Depth=1
movss -96(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -52(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_11(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_152
jp LBB1_152
jmp LBB1_155
LBB1_152: ## in Loop: Header=BB1_3 Depth=1
movss -104(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -52(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_8(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_153
jp LBB1_153
jmp LBB1_155
LBB1_153: ## in Loop: Header=BB1_3 Depth=1
movss -72(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -52(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_18(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
jne LBB1_154
jp LBB1_154
jmp LBB1_155
LBB1_154: ## in Loop: Header=BB1_3 Depth=1
movss -64(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -52(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movsd LCPI1_7(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
movb %al, -135(%rbp) ## 1-byte Spill
jne LBB1_164
jp LBB1_164
LBB1_155: ## in Loop: Header=BB1_3 Depth=1
movl -16(%rbp), %ecx
movss -68(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm1
movss -44(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
subsd %xmm0, %xmm1
movsd LCPI1_12(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd %xmm1, %xmm0
setae %al
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -136(%rbp) ## 1-byte Spill
jne LBB1_163
## %bb.156: ## in Loop: Header=BB1_3 Depth=1
movl -8(%rbp), %eax
movl %eax, -144(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -12(%rbp)
movb %al, -137(%rbp) ## 1-byte Spill
jne LBB1_158
## %bb.157: ## in Loop: Header=BB1_3 Depth=1
movss -124(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -60(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_0(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
setae %al
xorb $-1, %al
movb %al, -137(%rbp) ## 1-byte Spill
LBB1_158: ## in Loop: Header=BB1_3 Depth=1
movl -144(%rbp), %ecx ## 4-byte Reload
movb -137(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -145(%rbp) ## 1-byte Spill
jne LBB1_162
## %bb.159: ## in Loop: Header=BB1_3 Depth=1
movl -24(%rbp), %eax
movl %eax, -152(%rbp) ## 4-byte Spill
movb $1, %al
cmpl $0, -12(%rbp)
movb %al, -146(%rbp) ## 1-byte Spill
jne LBB1_161
## %bb.160: ## in Loop: Header=BB1_3 Depth=1
movss -124(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
movss -60(%rbp), %xmm1 ## xmm1 = mem[0],zero,zero,zero
cvtss2sd %xmm1, %xmm1
subsd %xmm1, %xmm0
movsd LCPI1_0(%rip), %xmm1 ## xmm1 = mem[0],zero
ucomisd %xmm1, %xmm0
setae %al
xorb $-1, %al
movb %al, -146(%rbp) ## 1-byte Spill
LBB1_161: ## in Loop: Header=BB1_3 Depth=1
movl -152(%rbp), %eax ## 4-byte Reload
movb -146(%rbp), %cl ## 1-byte Reload
xorb $-1, %cl
andb $1, %cl
movzbl %cl, %ecx
cmpl %ecx, %eax
sete %al
movb %al, -145(%rbp) ## 1-byte Spill
LBB1_162: ## in Loop: Header=BB1_3 Depth=1
movb -145(%rbp), %al ## 1-byte Reload
movb %al, -136(%rbp) ## 1-byte Spill
LBB1_163: ## in Loop: Header=BB1_3 Depth=1
movb -136(%rbp), %al ## 1-byte Reload
movb %al, -135(%rbp) ## 1-byte Spill
LBB1_164: ## in Loop: Header=BB1_3 Depth=1
movb -135(%rbp), %al ## 1-byte Reload
andb $1, %al
movzbl %al, %eax
movl %eax, -132(%rbp)
movl -12(%rbp), %eax
movl %eax, -8(%rbp)
movl -20(%rbp), %eax
movl %eax, -16(%rbp)
movl -28(%rbp), %eax
movl %eax, -24(%rbp)
movss -36(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -32(%rbp)
movss -44(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -40(%rbp)
movss -52(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -48(%rbp)
movss -60(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -56(%rbp)
movss -68(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -64(%rbp)
movss -76(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -72(%rbp)
movss -84(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -80(%rbp)
movss -92(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -88(%rbp)
movss -100(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -96(%rbp)
movss -108(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -104(%rbp)
movss -116(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -112(%rbp)
movss -124(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -120(%rbp)
jmp LBB1_3
LBB1_165:
movl -4(%rbp), %eax
addq $160, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/247018864.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #0
str w8, [sp, #12] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
mov w8, #2
str w8, [sp, #16]
mov w8, #5
stur w8, [x29, #-8]
fmov s0, #19.00000000
stur s0, [x29, #-12]
ldur w8, [x29, #-8]
ldr w9, [sp, #16]
add w10, w8, w9
mov x9, sp
; implicit-def: $x8
mov x8, x10
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
ldur s0, [x29, #-12]
fcvt d0, s0
mov x8, sp
str d0, [x8]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
ldr w0, [sp, #12] ; 4-byte Folded Reload
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "A soma de a e b \303\251: %d\n"
l_.str.1: ; @.str.1
.asciz "Minha idade \303\251 %.2f\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal4,4byte_literals
.p2align 2 ## -- Begin function main
LCPI0_0:
.long 0x41980000 ## float 19
.section __TEXT,__text,regular,pure_instructions
.globl _main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
movl $2, -16(%rbp)
movl $5, -8(%rbp)
movss LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero,zero,zero
movss %xmm0, -12(%rbp)
movl -8(%rbp), %esi
addl -16(%rbp), %esi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
movss -12(%rbp), %xmm0 ## xmm0 = mem[0],zero,zero,zero
cvtss2sd %xmm0, %xmm0
leaq L_.str.1(%rip), %rdi
movb $1, %al
callq _printf
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "A soma de a e b \303\251: %d\n"
L_.str.1: ## @.str.1
.asciz "Minha idade \303\251 %.2f\n"
.subsections_via_symbols
| the_stack_data/58099.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w0, #2
adrp x1, _handler@PAGE
add x1, x1, _handler@PAGEOFF
bl _signal
bl _pause
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov w0, #0
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _handler ; -- Begin function handler
.p2align 2
_handler: ; @handler
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "after pause\n"
l_.str.1: ; @.str.1
.asciz "inter\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl $2, %edi
leaq _handler(%rip), %rsi
callq _signal
callq _pause
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _handler ## -- Begin function handler
.p2align 4, 0x90
_handler: ## @handler
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl %edi, -4(%rbp)
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "after pause\n"
L_.str.1: ## @.str.1
.asciz "inter\n"
.subsections_via_symbols
| the_stack_data/247017872.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__const
.globl ___cns11643l1_to_ucs4_tab ; @__cns11643l1_to_ucs4_tab
.p2align 1
___cns11643l1_to_ucs4_tab:
.short 12288 ; 0x3000
.short 65292 ; 0xff0c
.short 12289 ; 0x3001
.short 12290 ; 0x3002
.short 65294 ; 0xff0e
.short 12539 ; 0x30fb
.short 65307 ; 0xff1b
.short 65306 ; 0xff1a
.short 65311 ; 0xff1f
.short 65281 ; 0xff01
.short 65072 ; 0xfe30
.short 8230 ; 0x2026
.short 8229 ; 0x2025
.short 65104 ; 0xfe50
.short 65105 ; 0xfe51
.short 65106 ; 0xfe52
.short 183 ; 0xb7
.short 65108 ; 0xfe54
.short 65109 ; 0xfe55
.short 65110 ; 0xfe56
.short 65111 ; 0xfe57
.short 65073 ; 0xfe31
.short 8212 ; 0x2014
.short 65074 ; 0xfe32
.short 8211 ; 0x2013
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 65288 ; 0xff08
.short 65289 ; 0xff09
.short 65077 ; 0xfe35
.short 65078 ; 0xfe36
.short 65371 ; 0xff5b
.short 65373 ; 0xff5d
.short 65079 ; 0xfe37
.short 65080 ; 0xfe38
.short 12308 ; 0x3014
.short 12309 ; 0x3015
.short 65081 ; 0xfe39
.short 65082 ; 0xfe3a
.short 12304 ; 0x3010
.short 12305 ; 0x3011
.short 65083 ; 0xfe3b
.short 65084 ; 0xfe3c
.short 12298 ; 0x300a
.short 12299 ; 0x300b
.short 65085 ; 0xfe3d
.short 65086 ; 0xfe3e
.short 12296 ; 0x3008
.short 12297 ; 0x3009
.short 65087 ; 0xfe3f
.short 65088 ; 0xfe40
.short 12300 ; 0x300c
.short 12301 ; 0x300d
.short 65089 ; 0xfe41
.short 65090 ; 0xfe42
.short 12302 ; 0x300e
.short 12303 ; 0x300f
.short 65091 ; 0xfe43
.short 65092 ; 0xfe44
.short 65113 ; 0xfe59
.short 65114 ; 0xfe5a
.short 65115 ; 0xfe5b
.short 65116 ; 0xfe5c
.short 65117 ; 0xfe5d
.short 65118 ; 0xfe5e
.short 8216 ; 0x2018
.short 8217 ; 0x2019
.short 8220 ; 0x201c
.short 8221 ; 0x201d
.short 12317 ; 0x301d
.short 12318 ; 0x301e
.short 8242 ; 0x2032
.short 8245 ; 0x2035
.short 65283 ; 0xff03
.short 65286 ; 0xff06
.short 65290 ; 0xff0a
.short 8251 ; 0x203b
.short 167 ; 0xa7
.short 12291 ; 0x3003
.short 9675 ; 0x25cb
.short 9679 ; 0x25cf
.short 9651 ; 0x25b3
.short 9650 ; 0x25b2
.short 9678 ; 0x25ce
.short 9734 ; 0x2606
.short 9733 ; 0x2605
.short 9671 ; 0x25c7
.short 9670 ; 0x25c6
.short 9633 ; 0x25a1
.short 9632 ; 0x25a0
.short 9661 ; 0x25bd
.short 9660 ; 0x25bc
.short 12963 ; 0x32a3
.short 8453 ; 0x2105
.short 8254 ; 0x203e
.short 0 ; 0x0
.short 65343 ; 0xff3f
.short 0 ; 0x0
.short 65097 ; 0xfe49
.short 65098 ; 0xfe4a
.short 65101 ; 0xfe4d
.short 65102 ; 0xfe4e
.short 65099 ; 0xfe4b
.short 65100 ; 0xfe4c
.short 65119 ; 0xfe5f
.short 65120 ; 0xfe60
.short 65121 ; 0xfe61
.short 65291 ; 0xff0b
.short 65293 ; 0xff0d
.short 215 ; 0xd7
.short 247 ; 0xf7
.short 177 ; 0xb1
.short 8730 ; 0x221a
.short 65308 ; 0xff1c
.short 65310 ; 0xff1e
.short 65309 ; 0xff1d
.short 8806 ; 0x2266
.short 8807 ; 0x2267
.short 8800 ; 0x2260
.short 8734 ; 0x221e
.short 8786 ; 0x2252
.short 8801 ; 0x2261
.short 65122 ; 0xfe62
.short 65123 ; 0xfe63
.short 65124 ; 0xfe64
.short 65126 ; 0xfe66
.short 65125 ; 0xfe65
.short 8764 ; 0x223c
.short 8745 ; 0x2229
.short 8746 ; 0x222a
.short 8869 ; 0x22a5
.short 8736 ; 0x2220
.short 8735 ; 0x221f
.short 8895 ; 0x22bf
.short 13266 ; 0x33d2
.short 13265 ; 0x33d1
.short 8747 ; 0x222b
.short 8750 ; 0x222e
.short 8757 ; 0x2235
.short 8756 ; 0x2234
.short 9792 ; 0x2640
.short 9794 ; 0x2642
.short 9793 ; 0x2641
.short 9737 ; 0x2609
.short 8593 ; 0x2191
.short 8595 ; 0x2193
.short 8594 ; 0x2192
.short 8592 ; 0x2190
.short 8598 ; 0x2196
.short 8599 ; 0x2197
.short 8601 ; 0x2199
.short 8600 ; 0x2198
.short 8214 ; 0x2016
.short 65372 ; 0xff5c
.short 65295 ; 0xff0f
.short 65340 ; 0xff3c
.short 8725 ; 0x2215
.short 65128 ; 0xfe68
.short 65284 ; 0xff04
.short 65509 ; 0xffe5
.short 12306 ; 0x3012
.short 65504 ; 0xffe0
.short 65505 ; 0xffe1
.short 65285 ; 0xff05
.short 65312 ; 0xff20
.short 8451 ; 0x2103
.short 8457 ; 0x2109
.short 65129 ; 0xfe69
.short 65130 ; 0xfe6a
.short 65131 ; 0xfe6b
.short 13269 ; 0x33d5
.short 13212 ; 0x339c
.short 13213 ; 0x339d
.short 13214 ; 0x339e
.short 13262 ; 0x33ce
.short 13217 ; 0x33a1
.short 13198 ; 0x338e
.short 13199 ; 0x338f
.short 13252 ; 0x33c4
.short 176 ; 0xb0
.short 20825 ; 0x5159
.short 20827 ; 0x515b
.short 20830 ; 0x515e
.short 20829 ; 0x515d
.short 20833 ; 0x5161
.short 20835 ; 0x5163
.short 21991 ; 0x55e7
.short 29929 ; 0x74e9
.short 31950 ; 0x7cce
.short 9601 ; 0x2581
.short 9602 ; 0x2582
.short 9603 ; 0x2583
.short 9604 ; 0x2584
.short 9605 ; 0x2585
.short 9606 ; 0x2586
.short 9607 ; 0x2587
.short 9608 ; 0x2588
.short 9615 ; 0x258f
.short 9614 ; 0x258e
.short 9613 ; 0x258d
.short 9612 ; 0x258c
.short 9611 ; 0x258b
.short 9610 ; 0x258a
.short 9609 ; 0x2589
.short 9532 ; 0x253c
.short 9524 ; 0x2534
.short 9516 ; 0x252c
.short 9508 ; 0x2524
.short 9500 ; 0x251c
.short 9620 ; 0x2594
.short 9472 ; 0x2500
.short 9474 ; 0x2502
.short 9621 ; 0x2595
.short 9484 ; 0x250c
.short 9488 ; 0x2510
.short 9492 ; 0x2514
.short 9496 ; 0x2518
.short 9581 ; 0x256d
.short 9582 ; 0x256e
.short 9584 ; 0x2570
.short 9583 ; 0x256f
.short 9552 ; 0x2550
.short 9566 ; 0x255e
.short 9578 ; 0x256a
.short 9569 ; 0x2561
.short 9698 ; 0x25e2
.short 9699 ; 0x25e3
.short 9701 ; 0x25e5
.short 9700 ; 0x25e4
.short 9585 ; 0x2571
.short 9586 ; 0x2572
.short 9587 ; 0x2573
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 65296 ; 0xff10
.short 65297 ; 0xff11
.short 65298 ; 0xff12
.short 65299 ; 0xff13
.short 65300 ; 0xff14
.short 65301 ; 0xff15
.short 65302 ; 0xff16
.short 65303 ; 0xff17
.short 65304 ; 0xff18
.short 65305 ; 0xff19
.short 8544 ; 0x2160
.short 8545 ; 0x2161
.short 8546 ; 0x2162
.short 8547 ; 0x2163
.short 8548 ; 0x2164
.short 8549 ; 0x2165
.short 8550 ; 0x2166
.short 8551 ; 0x2167
.short 8552 ; 0x2168
.short 8553 ; 0x2169
.short 12321 ; 0x3021
.short 12322 ; 0x3022
.short 12323 ; 0x3023
.short 12324 ; 0x3024
.short 12325 ; 0x3025
.short 12326 ; 0x3026
.short 12327 ; 0x3027
.short 12328 ; 0x3028
.short 12329 ; 0x3029
.short 0 ; 0x0
.short 21316 ; 0x5344
.short 0 ; 0x0
.short 65313 ; 0xff21
.short 65314 ; 0xff22
.short 65315 ; 0xff23
.short 65316 ; 0xff24
.short 65317 ; 0xff25
.short 65318 ; 0xff26
.short 65319 ; 0xff27
.short 65320 ; 0xff28
.short 65321 ; 0xff29
.short 65322 ; 0xff2a
.short 65323 ; 0xff2b
.short 65324 ; 0xff2c
.short 65325 ; 0xff2d
.short 65326 ; 0xff2e
.short 65327 ; 0xff2f
.short 65328 ; 0xff30
.short 65329 ; 0xff31
.short 65330 ; 0xff32
.short 65331 ; 0xff33
.short 65332 ; 0xff34
.short 65333 ; 0xff35
.short 65334 ; 0xff36
.short 65335 ; 0xff37
.short 65336 ; 0xff38
.short 65337 ; 0xff39
.short 65338 ; 0xff3a
.short 65345 ; 0xff41
.short 65346 ; 0xff42
.short 65347 ; 0xff43
.short 65348 ; 0xff44
.short 65349 ; 0xff45
.short 65350 ; 0xff46
.short 65351 ; 0xff47
.short 65352 ; 0xff48
.short 65353 ; 0xff49
.short 65354 ; 0xff4a
.short 65355 ; 0xff4b
.short 65356 ; 0xff4c
.short 65357 ; 0xff4d
.short 65358 ; 0xff4e
.short 65359 ; 0xff4f
.short 65360 ; 0xff50
.short 65361 ; 0xff51
.short 65362 ; 0xff52
.short 65363 ; 0xff53
.short 65364 ; 0xff54
.short 65365 ; 0xff55
.short 65366 ; 0xff56
.short 65367 ; 0xff57
.short 65368 ; 0xff58
.short 65369 ; 0xff59
.short 65370 ; 0xff5a
.short 913 ; 0x391
.short 914 ; 0x392
.short 915 ; 0x393
.short 916 ; 0x394
.short 917 ; 0x395
.short 918 ; 0x396
.short 919 ; 0x397
.short 920 ; 0x398
.short 921 ; 0x399
.short 922 ; 0x39a
.short 923 ; 0x39b
.short 924 ; 0x39c
.short 925 ; 0x39d
.short 926 ; 0x39e
.short 927 ; 0x39f
.short 928 ; 0x3a0
.short 929 ; 0x3a1
.short 931 ; 0x3a3
.short 932 ; 0x3a4
.short 933 ; 0x3a5
.short 934 ; 0x3a6
.short 935 ; 0x3a7
.short 936 ; 0x3a8
.short 937 ; 0x3a9
.short 945 ; 0x3b1
.short 946 ; 0x3b2
.short 947 ; 0x3b3
.short 948 ; 0x3b4
.short 949 ; 0x3b5
.short 950 ; 0x3b6
.short 951 ; 0x3b7
.short 952 ; 0x3b8
.short 953 ; 0x3b9
.short 954 ; 0x3ba
.short 955 ; 0x3bb
.short 956 ; 0x3bc
.short 957 ; 0x3bd
.short 958 ; 0x3be
.short 959 ; 0x3bf
.short 960 ; 0x3c0
.short 961 ; 0x3c1
.short 963 ; 0x3c3
.short 964 ; 0x3c4
.short 965 ; 0x3c5
.short 966 ; 0x3c6
.short 967 ; 0x3c7
.short 968 ; 0x3c8
.short 969 ; 0x3c9
.short 12549 ; 0x3105
.short 12550 ; 0x3106
.short 12551 ; 0x3107
.short 12552 ; 0x3108
.short 12553 ; 0x3109
.short 12554 ; 0x310a
.short 12555 ; 0x310b
.short 12556 ; 0x310c
.short 12557 ; 0x310d
.short 12558 ; 0x310e
.short 12559 ; 0x310f
.short 12560 ; 0x3110
.short 12561 ; 0x3111
.short 12562 ; 0x3112
.short 12563 ; 0x3113
.short 12564 ; 0x3114
.short 12565 ; 0x3115
.short 12566 ; 0x3116
.short 12567 ; 0x3117
.short 12568 ; 0x3118
.short 12569 ; 0x3119
.short 12570 ; 0x311a
.short 12571 ; 0x311b
.short 12572 ; 0x311c
.short 12573 ; 0x311d
.short 12574 ; 0x311e
.short 12575 ; 0x311f
.short 12576 ; 0x3120
.short 12577 ; 0x3121
.short 12578 ; 0x3122
.short 12579 ; 0x3123
.short 12580 ; 0x3124
.short 12581 ; 0x3125
.short 12582 ; 0x3126
.short 12583 ; 0x3127
.short 12584 ; 0x3128
.short 12585 ; 0x3129
.short 729 ; 0x2d9
.short 713 ; 0x2c9
.short 714 ; 0x2ca
.short 711 ; 0x2c7
.short 715 ; 0x2cb
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 9312 ; 0x2460
.short 9313 ; 0x2461
.short 9314 ; 0x2462
.short 9315 ; 0x2463
.short 9316 ; 0x2464
.short 9317 ; 0x2465
.short 9318 ; 0x2466
.short 9319 ; 0x2467
.short 9320 ; 0x2468
.short 9321 ; 0x2469
.short 9332 ; 0x2474
.short 9333 ; 0x2475
.short 9334 ; 0x2476
.short 9335 ; 0x2477
.short 9336 ; 0x2478
.short 9337 ; 0x2479
.short 9338 ; 0x247a
.short 9339 ; 0x247b
.short 9340 ; 0x247c
.short 9341 ; 0x247d
.short 8560 ; 0x2170
.short 8561 ; 0x2171
.short 8562 ; 0x2172
.short 8563 ; 0x2173
.short 8564 ; 0x2174
.short 8565 ; 0x2175
.short 8566 ; 0x2176
.short 8567 ; 0x2177
.short 8568 ; 0x2178
.short 8569 ; 0x2179
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 20128 ; 0x4ea0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 20907 ; 0x51ab
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 21241 ; 0x52f9
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 9216 ; 0x2400
.short 9217 ; 0x2401
.short 9218 ; 0x2402
.short 9219 ; 0x2403
.short 9220 ; 0x2404
.short 9221 ; 0x2405
.short 9222 ; 0x2406
.short 9223 ; 0x2407
.short 9224 ; 0x2408
.short 9225 ; 0x2409
.short 9226 ; 0x240a
.short 9227 ; 0x240b
.short 9228 ; 0x240c
.short 9229 ; 0x240d
.short 9230 ; 0x240e
.short 9231 ; 0x240f
.short 9232 ; 0x2410
.short 9233 ; 0x2411
.short 9234 ; 0x2412
.short 9235 ; 0x2413
.short 9236 ; 0x2414
.short 9237 ; 0x2415
.short 9238 ; 0x2416
.short 9239 ; 0x2417
.short 9240 ; 0x2418
.short 9241 ; 0x2419
.short 9242 ; 0x241a
.short 9243 ; 0x241b
.short 9244 ; 0x241c
.short 9245 ; 0x241d
.short 9246 ; 0x241e
.short 9247 ; 0x241f
.short 9249 ; 0x2421
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 0 ; 0x0
.short 19968 ; 0x4e00
.short 20057 ; 0x4e59
.short 19969 ; 0x4e01
.short 19971 ; 0x4e03
.short 20035 ; 0x4e43
.short 20061 ; 0x4e5d
.short 20102 ; 0x4e86
.short 20108 ; 0x4e8c
.short 20154 ; 0x4eba
.short 20799 ; 0x513f
.short 20837 ; 0x5165
.short 20843 ; 0x516b
.short 20960 ; 0x51e0
.short 20992 ; 0x5200
.short 20993 ; 0x5201
.short 21147 ; 0x529b
.short 21269 ; 0x5315
.short 21313 ; 0x5341
.short 21340 ; 0x535c
.short 21448 ; 0x53c8
.short 19977 ; 0x4e09
.short 19979 ; 0x4e0b
.short 19976 ; 0x4e08
.short 19978 ; 0x4e0a
.short 20011 ; 0x4e2b
.short 20024 ; 0x4e38
.short 20961 ; 0x51e1
.short 20037 ; 0x4e45
.short 20040 ; 0x4e48
.short 20063 ; 0x4e5f
.short 20062 ; 0x4e5e
.short 20110 ; 0x4e8e
.short 20129 ; 0x4ea1
.short 20800 ; 0x5140
.short 20995 ; 0x5203
.short 21242 ; 0x52fa
.short 21315 ; 0x5343
.short 21449 ; 0x53c9
.short 21475 ; 0x53e3
.short 22303 ; 0x571f
.short 22763 ; 0x58eb
.short 22805 ; 0x5915
.short 22823 ; 0x5927
.short 22899 ; 0x5973
.short 23376 ; 0x5b50
.short 23377 ; 0x5b51
.short 23379 ; 0x5b53
.short 23544 ; 0x5bf8
.short 23567 ; 0x5c0f
.short 23586 ; 0x5c22
.short 23608 ; 0x5c38
.short 23665 ; 0x5c71
.short 24029 ; 0x5ddd
.short 24037 ; 0x5de5
.short 24049 ; 0x5df1
.short 24050 ; 0x5df2
.short 24051 ; 0x5df3
.short 24062 ; 0x5dfe
.short 24178 ; 0x5e72
.short 24318 ; 0x5efe
.short 24331 ; 0x5f0b
.short 24339 ; 0x5f13
.short 25165 ; 0x624d
.short 19985 ; 0x4e11
.short 19984 ; 0x4e10
.short 19981 ; 0x4e0d
.short 20013 ; 0x4e2d
.short 20016 ; 0x4e30
.short 20025 ; 0x4e39
.short 20043 ; 0x4e4b
.short 23609 ; 0x5c39
.short 20104 ; 0x4e88
.short 20113 ; 0x4e91
.short 20117 ; 0x4e95
.short 20114 ; 0x4e92
.short 20116 ; 0x4e94
.short 20130 ; 0x4ea2
.short 20161 ; 0x4ec1
.short 20160 ; 0x4ec0
.short 20163 ; 0x4ec3
.short 20166 ; 0x4ec6
.short 20167 ; 0x4ec7
.short 20173 ; 0x4ecd
.short 20170 ; 0x4eca
.short 20171 ; 0x4ecb
.short 20164 ; 0x4ec4
.short 20803 ; 0x5143
.short 20801 ; 0x5141
.short 20839 ; 0x5167
.short 20845 ; 0x516d
.short 20846 ; 0x516e
.short 20844 ; 0x516c
.short 20887 ; 0x5197
.short 20982 ; 0x51f6
.short 20998 ; 0x5206
.short 20999 ; 0x5207
.short 21000 ; 0x5208
.short 21243 ; 0x52fb
.short 21246 ; 0x52fe
.short 21247 ; 0x52ff
.short 21270 ; 0x5316
.short 21305 ; 0x5339
.short 21320 ; 0x5348
.short 21319 ; 0x5347
.short 21317 ; 0x5345
.short 21342 ; 0x535e
.short 21380 ; 0x5384
.short 21451 ; 0x53cb
.short 21450 ; 0x53ca
.short 21453 ; 0x53cd
.short 22764 ; 0x58ec
.short 22825 ; 0x5929
.short 22827 ; 0x592b
.short 22826 ; 0x592a
.short 22829 ; 0x592d
.short 23380 ; 0x5b54
.short 23569 ; 0x5c11
.short 23588 ; 0x5c24
.short 23610 ; 0x5c3a
.short 23663 ; 0x5c6f
.short 24052 ; 0x5df4
.short 24187 ; 0x5e7b
.short 24319 ; 0x5eff
.short 24340 ; 0x5f14
.short 24341 ; 0x5f15
.short 24515 ; 0x5fc3
.short 25096 ; 0x6208
.short 25142 ; 0x6236
.short 25163 ; 0x624b
.short 25166 ; 0x624e
.short 25903 ; 0x652f
.short 25991 ; 0x6587
.short 26007 ; 0x6597
.short 26020 ; 0x65a4
.short 26041 ; 0x65b9
.short 26085 ; 0x65e5
.short 26352 ; 0x66f0
.short 26376 ; 0x6708
.short 26408 ; 0x6728
.short 27424 ; 0x6b20
.short 27490 ; 0x6b62
.short 27513 ; 0x6b79
.short 27595 ; 0x6bcb
.short 27604 ; 0x6bd4
.short 27611 ; 0x6bdb
.short 27663 ; 0x6c0f
.short 27700 ; 0x6c34
.short 28779 ; 0x706b
.short 29226 ; 0x722a
.short 29238 ; 0x7236
.short 29243 ; 0x723b
.short 29255 ; 0x7247
.short 29273 ; 0x7259
.short 29275 ; 0x725b
.short 29356 ; 0x72ac
.short 29579 ; 0x738b
.short 19993 ; 0x4e19
.short 19990 ; 0x4e16
.short 19989 ; 0x4e15
.short 19988 ; 0x4e14
.short 19992 ; 0x4e18
.short 20027 ; 0x4e3b
.short 20045 ; 0x4e4d
.short 20047 ; 0x4e4f
.short 20046 ; 0x4e4e
.short 20197 ; 0x4ee5
.short 20184 ; 0x4ed8
.short 20180 ; 0x4ed4
.short 20181 ; 0x4ed5
.short 20182 ; 0x4ed6
.short 20183 ; 0x4ed7
.short 20195 ; 0x4ee3
.short 20196 ; 0x4ee4
.short 20185 ; 0x4ed9
.short 20190 ; 0x4ede
.short 20805 ; 0x5145
.short 20804 ; 0x5144
.short 20873 ; 0x5189
.short 20874 ; 0x518a
.short 20908 ; 0x51ac
.short 20985 ; 0x51f9
.short 20986 ; 0x51fa
.short 20984 ; 0x51f8
.short 21002 ; 0x520a
.short 21152 ; 0x52a0
.short 21151 ; 0x529f
.short 21253 ; 0x5305
.short 21254 ; 0x5306
.short 21271 ; 0x5317
.short 21277 ; 0x531d
.short 20191 ; 0x4edf
.short 21322 ; 0x534a
.short 21321 ; 0x5349
.short 21345 ; 0x5361
.short 21344 ; 0x5360
.short 21359 ; 0x536f
.short 21358 ; 0x536e
.short 21435 ; 0x53bb
.short 21487 ; 0x53ef
.short 21476 ; 0x53e4
.short 21491 ; 0x53f3
.short 21484 ; 0x53ec
.short 21486 ; 0x53ee
.short 21481 ; 0x53e9
.short 21480 ; 0x53e8
.short 21500 ; 0x53fc
.short 21496 ; 0x53f8
.short 21493 ; 0x53f5
.short 21483 ; 0x53eb
.short 21478 ; 0x53e6
.short 21482 ; 0x53ea
.short 21490 ; 0x53f2
.short 21489 ; 0x53f1
.short 21488 ; 0x53f0
.short 21477 ; 0x53e5
.short 21485 ; 0x53ed
.short 21499 ; 0x53fb
.short 22235 ; 0x56db
.short 22234 ; 0x56da
.short 22806 ; 0x5916
.short 22830 ; 0x592e
.short 22833 ; 0x5931
.short 22900 ; 0x5974
.short 22902 ; 0x5976
.short 23381 ; 0x5b55
.short 23427 ; 0x5b83
.short 23612 ; 0x5c3c
.short 24040 ; 0x5de8
.short 24039 ; 0x5de7
.short 24038 ; 0x5de6
.short 24066 ; 0x5e02
.short 24067 ; 0x5e03
.short 24179 ; 0x5e73
.short 24188 ; 0x5e7c
.short 24321 ; 0x5f01
.short 24344 ; 0x5f18
.short 24343 ; 0x5f17
.short 24517 ; 0x5fc5
.short 25098 ; 0x620a
.short 25171 ; 0x6253
.short 25172 ; 0x6254
.short 25170 ; 0x6252
.short 25169 ; 0x6251
.short 26021 ; 0x65a5
.short 26086 ; 0x65e6
.short 26414 ; 0x672e
.short 26412 ; 0x672c
.short 26410 ; 0x672a
.short 26411 ; 0x672b
.short 26413 ; 0x672d
.short 27491 ; 0x6b63
.short 27597 ; 0x6bcd
.short 27665 ; 0x6c11
.short 27664 ; 0x6c10
.short 27704 ; 0x6c38
.short 27713 ; 0x6c41
.short 27712 ; 0x6c40
.short 27710 ; 0x6c3e
.short 29359 ; 0x72af
.short 29572 ; 0x7384
.short 29577 ; 0x7389
.short 29916 ; 0x74dc
.short 29926 ; 0x74e6
.short 29976 ; 0x7518
.short 29983 ; 0x751f
.short 29992 ; 0x7528
.short 29993 ; 0x7529
.short 30000 ; 0x7530
.short 30001 ; 0x7531
.short 30002 ; 0x7532
.short 30003 ; 0x7533
.short 30091 ; 0x758b
.short 30333 ; 0x767d
.short 30382 ; 0x76ae
.short 30399 ; 0x76bf
.short 30446 ; 0x76ee
.short 30683 ; 0x77db
.short 30690 ; 0x77e2
.short 30707 ; 0x77f3
.short 31034 ; 0x793a
.short 31166 ; 0x79be
.short 31348 ; 0x7a74
.short 31435 ; 0x7acb
.short 19998 ; 0x4e1e
.short 19999 ; 0x4e1f
.short 20050 ; 0x4e52
.short 20051 ; 0x4e53
.short 20073 ; 0x4e69
.short 20121 ; 0x4e99
.short 20132 ; 0x4ea4
.short 20134 ; 0x4ea6
.short 20133 ; 0x4ea5
.short 20223 ; 0x4eff
.short 20233 ; 0x4f09
.short 20249 ; 0x4f19
.short 20234 ; 0x4f0a
.short 20245 ; 0x4f15
.short 20237 ; 0x4f0d
.short 20240 ; 0x4f10
.short 20241 ; 0x4f11
.short 20239 ; 0x4f0f
.short 20210 ; 0x4ef2
.short 20214 ; 0x4ef6
.short 20219 ; 0x4efb
.short 20208 ; 0x4ef0
.short 20211 ; 0x4ef3
.short 20221 ; 0x4efd
.short 20225 ; 0x4f01
.short 20235 ; 0x4f0b
.short 20809 ; 0x5149
.short 20807 ; 0x5147
.short 20806 ; 0x5146
.short 20808 ; 0x5148
.short 20840 ; 0x5168
.short 20849 ; 0x5171
.short 20877 ; 0x518d
.short 20912 ; 0x51b0
.short 21015 ; 0x5217
.short 21009 ; 0x5211
.short 21010 ; 0x5212
.short 21006 ; 0x520e
.short 21014 ; 0x5216
.short 21155 ; 0x52a3
.short 21256 ; 0x5308
.short 21281 ; 0x5321
.short 21280 ; 0x5320
.short 21360 ; 0x5370
.short 21361 ; 0x5371
.short 21513 ; 0x5409
.short 21519 ; 0x540f
.short 21516 ; 0x540c
.short 21514 ; 0x540a
.short 21520 ; 0x5410
.short 21505 ; 0x5401
.short 21515 ; 0x540b
.short 21508 ; 0x5404
.short 21521 ; 0x5411
.short 21517 ; 0x540d
.short 21512 ; 0x5408
.short 21507 ; 0x5403
.short 21518 ; 0x540e
.short 21510 ; 0x5406
.short 21522 ; 0x5412
.short 22240 ; 0x56e0
.short 22238 ; 0x56de
.short 22237 ; 0x56dd
.short 22323 ; 0x5733
.short 22320 ; 0x5730
.short 22312 ; 0x5728
.short 22317 ; 0x572d
.short 22316 ; 0x572c
.short 22319 ; 0x572f
.short 22313 ; 0x5729
.short 22809 ; 0x5919
.short 22810 ; 0x591a
.short 22839 ; 0x5937
.short 22840 ; 0x5938
.short 22916 ; 0x5984
.short 22904 ; 0x5978
.short 22915 ; 0x5983
.short 22909 ; 0x597d
.short 22905 ; 0x5979
.short 22914 ; 0x5982
.short 22913 ; 0x5981
.short 23383 ; 0x5b57
.short 23384 ; 0x5b58
.short 23431 ; 0x5b87
.short 23432 ; 0x5b88
.short 23429 ; 0x5b85
.short 23433 ; 0x5b89
.short 23546 ; 0x5bfa
.short 23574 ; 0x5c16
.short 23673 ; 0x5c79
.short 24030 ; 0x5dde
.short 24070 ; 0x5e06
.short 24182 ; 0x5e76
.short 24180 ; 0x5e74
.short 24335 ; 0x5f0f
.short 24347 ; 0x5f1b
.short 24537 ; 0x5fd9
.short 24534 ; 0x5fd6
.short 25102 ; 0x620e
.short 25100 ; 0x620c
.short 25101 ; 0x620d
.short 25104 ; 0x6210
.short 25187 ; 0x6263
.short 25179 ; 0x625b
.short 25176 ; 0x6258
.short 25910 ; 0x6536
.short 26089 ; 0x65e9
.short 26088 ; 0x65e8
.short 26092 ; 0x65ec
.short 26093 ; 0x65ed
.short 26354 ; 0x66f2
.short 26355 ; 0x66f3
.short 26377 ; 0x6709
.short 26429 ; 0x673d
.short 26420 ; 0x6734
.short 26417 ; 0x6731
.short 26421 ; 0x6735
.short 27425 ; 0x6b21
.short 27492 ; 0x6b64
.short 27515 ; 0x6b7b
.short 27670 ; 0x6c16
.short 27741 ; 0x6c5d
.short 27735 ; 0x6c57
.short 27737 ; 0x6c59
.short 27743 ; 0x6c5f
.short 27744 ; 0x6c60
.short 27728 ; 0x6c50
.short 27733 ; 0x6c55
.short 27745 ; 0x6c61
.short 27739 ; 0x6c5b
.short 27725 ; 0x6c4d
.short 27726 ; 0x6c4e
.short 28784 ; 0x7070
.short 29279 ; 0x725f
.short 29277 ; 0x725d
.short 30334 ; 0x767e
.short 31481 ; 0x7af9
.short 31859 ; 0x7c73
.short 31992 ; 0x7cf8
.short 32566 ; 0x7f36
.short 32650 ; 0x7f8a
.short 32701 ; 0x7fbd
.short 32769 ; 0x8001
.short 32771 ; 0x8003
.short 32780 ; 0x800c
.short 32786 ; 0x8012
.short 32819 ; 0x8033
.short 32895 ; 0x807f
.short 32905 ; 0x8089
.short 32907 ; 0x808b
.short 32908 ; 0x808c
.short 33251 ; 0x81e3
.short 33258 ; 0x81ea
.short 33267 ; 0x81f3
.short 33276 ; 0x81fc
.short 33292 ; 0x820c
.short 33307 ; 0x821b
.short 33311 ; 0x821f
.short 33390 ; 0x826e
.short 33394 ; 0x8272
.short 33406 ; 0x827e
.short 34411 ; 0x866b
.short 34880 ; 0x8840
.short 34892 ; 0x884c
.short 34915 ; 0x8863
.short 35199 ; 0x897f
.short 38433 ; 0x9621
.short 20018 ; 0x4e32
.short 20136 ; 0x4ea8
.short 20301 ; 0x4f4d
.short 20303 ; 0x4f4f
.short 20295 ; 0x4f47
.short 20311 ; 0x4f57
.short 20318 ; 0x4f5e
.short 20276 ; 0x4f34
.short 20315 ; 0x4f5b
.short 20309 ; 0x4f55
.short 20272 ; 0x4f30
.short 20304 ; 0x4f50
.short 20305 ; 0x4f51
.short 20285 ; 0x4f3d
.short 20282 ; 0x4f3a
.short 20280 ; 0x4f38
.short 20291 ; 0x4f43
.short 20308 ; 0x4f54
.short 20284 ; 0x4f3c
.short 20294 ; 0x4f46
.short 20323 ; 0x4f63
.short 20316 ; 0x4f5c
.short 20320 ; 0x4f60
.short 20271 ; 0x4f2f
.short 20302 ; 0x4f4e
.short 20278 ; 0x4f36
.short 20313 ; 0x4f59
.short 20317 ; 0x4f5d
.short 20296 ; 0x4f48
.short 20314 ; 0x4f5a
.short 20812 ; 0x514c
.short 20811 ; 0x514b
.short 20813 ; 0x514d
.short 20853 ; 0x5175
.short 20918 ; 0x51b6
.short 20919 ; 0x51b7
.short 21029 ; 0x5225
.short 21028 ; 0x5224
.short 21033 ; 0x5229
.short 21034 ; 0x522a
.short 21032 ; 0x5228
.short 21163 ; 0x52ab
.short 21161 ; 0x52a9
.short 21162 ; 0x52aa
.short 21164 ; 0x52ac
.short 21283 ; 0x5323
.short 21363 ; 0x5373
.short 21365 ; 0x5375
.short 21533 ; 0x541d
.short 21549 ; 0x542d
.short 21534 ; 0x541e
.short 21566 ; 0x543e
.short 21542 ; 0x5426
.short 21582 ; 0x544e
.short 21543 ; 0x5427
.short 21574 ; 0x5446
.short 21571 ; 0x5443
.short 21555 ; 0x5433
.short 21576 ; 0x5448
.short 21570 ; 0x5442
.short 21531 ; 0x541b
.short 21545 ; 0x5429
.short 21578 ; 0x544a
.short 21561 ; 0x5439
.short 21563 ; 0x543b
.short 21560 ; 0x5438
.short 21550 ; 0x542e
.short 21557 ; 0x5435
.short 21558 ; 0x5436
.short 21536 ; 0x5420
.short 21564 ; 0x543c
.short 21568 ; 0x5440
.short 21553 ; 0x5431
.short 21547 ; 0x542b
.short 21535 ; 0x541f
.short 21548 ; 0x542c
.short 22250 ; 0x56ea
.short 22256 ; 0x56f0
.short 22244 ; 0x56e4
.short 22251 ; 0x56eb
.short 22346 ; 0x574a
.short 22353 ; 0x5751
.short 22336 ; 0x5740
.short 22349 ; 0x574d
.short 22343 ; 0x5747
.short 22350 ; 0x574e
.short 22334 ; 0x573e
.short 22352 ; 0x5750
.short 22351 ; 0x574f
.short 22331 ; 0x573b
.short 22767 ; 0x58ef
.short 22846 ; 0x593e
.short 22941 ; 0x599d
.short 22930 ; 0x5992
.short 22952 ; 0x59a8
.short 22942 ; 0x599e
.short 22947 ; 0x59a3
.short 22937 ; 0x5999
.short 22934 ; 0x5996
.short 22925 ; 0x598d
.short 22948 ; 0x59a4
.short 22931 ; 0x5993
.short 22922 ; 0x598a
.short 22949 ; 0x59a5
.short 23389 ; 0x5b5d
.short 23388 ; 0x5b5c
.short 23386 ; 0x5b5a
.short 23387 ; 0x5b5b
.short 23436 ; 0x5b8c
.short 23435 ; 0x5b8b
.short 23439 ; 0x5b8f
.short 23596 ; 0x5c2c
.short 23616 ; 0x5c40
.short 23617 ; 0x5c41
.short 23615 ; 0x5c3f
.short 23614 ; 0x5c3e
.short 23696 ; 0x5c90
.short 23697 ; 0x5c91
.short 23700 ; 0x5c94
.short 23692 ; 0x5c8c
.short 24043 ; 0x5deb
.short 24076 ; 0x5e0c
.short 24207 ; 0x5e8f
.short 24199 ; 0x5e87
.short 24202 ; 0x5e8a
.short 24311 ; 0x5ef7
.short 24324 ; 0x5f04
.short 24351 ; 0x5f1f
.short 24420 ; 0x5f64
.short 24418 ; 0x5f62
.short 24439 ; 0x5f77
.short 24441 ; 0x5f79
.short 24536 ; 0x5fd8
.short 24524 ; 0x5fcc
.short 24535 ; 0x5fd7
.short 24525 ; 0x5fcd
.short 24561 ; 0x5ff1
.short 24555 ; 0x5feb
.short 24568 ; 0x5ff8
.short 24554 ; 0x5fea
.short 25106 ; 0x6212
.short 25105 ; 0x6211
.short 25220 ; 0x6284
.short 25239 ; 0x6297
.short 25238 ; 0x6296
.short 25216 ; 0x6280
.short 25206 ; 0x6276
.short 25225 ; 0x6289
.short 25197 ; 0x626d
.short 25226 ; 0x628a
.short 25212 ; 0x627c
.short 25214 ; 0x627e
.short 25209 ; 0x6279
.short 25203 ; 0x6273
.short 25234 ; 0x6292
.short 25199 ; 0x626f
.short 25240 ; 0x6298
.short 25198 ; 0x626e
.short 25237 ; 0x6295
.short 25235 ; 0x6293
.short 25233 ; 0x6291
.short 25222 ; 0x6286
.short 25913 ; 0x6539
.short 25915 ; 0x653b
.short 25912 ; 0x6538
.short 26097 ; 0x65f1
.short 26356 ; 0x66f4
.short 26463 ; 0x675f
.short 26446 ; 0x674e
.short 26447 ; 0x674f
.short 26448 ; 0x6750
.short 26449 ; 0x6751
.short 26460 ; 0x675c
.short 26454 ; 0x6756
.short 26462 ; 0x675e
.short 26441 ; 0x6749
.short 26438 ; 0x6746
.short 26464 ; 0x6760
.short 26451 ; 0x6753
.short 26455 ; 0x6757
.short 27493 ; 0x6b65
.short 27599 ; 0x6bcf
.short 27714 ; 0x6c42
.short 27742 ; 0x6c5e
.short 27801 ; 0x6c99
.short 27777 ; 0x6c81
.short 27784 ; 0x6c88
.short 27785 ; 0x6c89
.short 27781 ; 0x6c85
.short 27803 ; 0x6c9b
.short 27754 ; 0x6c6a
.short 27770 ; 0x6c7a
.short 27792 ; 0x6c90
.short 27760 ; 0x6c70
.short 27788 ; 0x6c8c
.short 27752 ; 0x6c68
.short 27798 ; 0x6c96
.short 27794 ; 0x6c92
.short 27773 ; 0x6c7d
.short 27779 ; 0x6c83
.short 27762 ; 0x6c72
.short 27774 ; 0x6c7e
.short 27764 ; 0x6c74
.short 27782 ; 0x6c86
.short 27766 ; 0x6c76
.short 27789 ; 0x6c8d
.short 27796 ; 0x6c94
.short 27800 ; 0x6c98
.short 27778 ; 0x6c82
.short 28790 ; 0x7076
.short 28796 ; 0x707c
.short 28797 ; 0x707d
.short 28792 ; 0x7078
.short 29282 ; 0x7262
.short 29281 ; 0x7261
.short 29280 ; 0x7260
.short 29380 ; 0x72c4
.short 29378 ; 0x72c2
.short 29590 ; 0x7396
.short 29996 ; 0x752c
.short 29995 ; 0x752b
.short 30007 ; 0x7537
.short 30008 ; 0x7538
.short 30338 ; 0x7682
.short 30447 ; 0x76ef
.short 30691 ; 0x77e3
.short 31169 ; 0x79c1
.short 31168 ; 0x79c0
.short 31167 ; 0x79bf
.short 31350 ; 0x7a76
.short 31995 ; 0x7cfb
.short 32597 ; 0x7f55
.short 32918 ; 0x8096
.short 32915 ; 0x8093
.short 32925 ; 0x809d
.short 32920 ; 0x8098
.short 32923 ; 0x809b
.short 32922 ; 0x809a
.short 32946 ; 0x80b2
.short 33391 ; 0x826f
.short 33426 ; 0x8292
.short 33419 ; 0x828b
.short 33421 ; 0x828d
.short 35211 ; 0x898b
.short 35282 ; 0x89d2
.short 35328 ; 0x8a00
.short 35895 ; 0x8c37
.short 35910 ; 0x8c46
.short 35925 ; 0x8c55
.short 35997 ; 0x8c9d
.short 36196 ; 0x8d64
.short 36208 ; 0x8d70
.short 36275 ; 0x8db3
.short 36523 ; 0x8eab
.short 36554 ; 0x8eca
.short 36763 ; 0x8f9b
.short 36784 ; 0x8fb0
.short 36802 ; 0x8fc2
.short 36806 ; 0x8fc6
.short 36805 ; 0x8fc5
.short 36804 ; 0x8fc4
.short 24033 ; 0x5de1
.short 37009 ; 0x9091
.short 37026 ; 0x90a2
.short 37034 ; 0x90aa
.short 37030 ; 0x90a6
.short 37027 ; 0x90a3
.short 37193 ; 0x9149
.short 37318 ; 0x91c6
.short 37324 ; 0x91cc
.short 38450 ; 0x9632
.short 38446 ; 0x962e
.short 38449 ; 0x9631
.short 38442 ; 0x962a
.short 38444 ; 0x962c
.short 20006 ; 0x4e26
.short 20054 ; 0x4e56
.short 20083 ; 0x4e73
.short 20107 ; 0x4e8b
.short 20123 ; 0x4e9b
.short 20126 ; 0x4e9e
.short 20139 ; 0x4eab
.short 20140 ; 0x4eac
.short 20335 ; 0x4f6f
.short 20381 ; 0x4f9d
.short 20365 ; 0x4f8d
.short 20339 ; 0x4f73
.short 20351 ; 0x4f7f
.short 20332 ; 0x4f6c
.short 20379 ; 0x4f9b
.short 20363 ; 0x4f8b
.short 20358 ; 0x4f86
.short 20355 ; 0x4f83
.short 20336 ; 0x4f70
.short 20341 ; 0x4f75
.short 20360 ; 0x4f88
.short 20329 ; 0x4f69
.short 20347 ; 0x4f7b
.short 20374 ; 0x4f96
.short 20350 ; 0x4f7e
.short 20367 ; 0x4f8f
.short 20369 ; 0x4f91
.short 20346 ; 0x4f7a
.short 20820 ; 0x5154
.short 20818 ; 0x5152
.short 20821 ; 0x5155
.short 20841 ; 0x5169
.short 20855 ; 0x5177
.short 20854 ; 0x5176
.short 20856 ; 0x5178
.short 20925 ; 0x51bd
.short 20989 ; 0x51fd
.short 21051 ; 0x523b
.short 21048 ; 0x5238
.short 21047 ; 0x5237
.short 21050 ; 0x523a
.short 21040 ; 0x5230
.short 21038 ; 0x522e
.short 21046 ; 0x5236
.short 21057 ; 0x5241
.short 21182 ; 0x52be
.short 21179 ; 0x52bb
.short 21330 ; 0x5352
.short 21332 ; 0x5354
.short 21331 ; 0x5353
.short 21329 ; 0x5351
.short 21350 ; 0x5366
.short 21367 ; 0x5377
.short 21368 ; 0x5378
.short 21369 ; 0x5379
.short 21462 ; 0x53d6
.short 21460 ; 0x53d4
.short 21463 ; 0x53d7
.short 21619 ; 0x5473
.short 21621 ; 0x5475
.short 21654 ; 0x5496
.short 21624 ; 0x5478
.short 21653 ; 0x5495
.short 21632 ; 0x5480
.short 21627 ; 0x547b
.short 21623 ; 0x5477
.short 21636 ; 0x5484
.short 21650 ; 0x5492
.short 21638 ; 0x5486
.short 21628 ; 0x547c
.short 21648 ; 0x5490
.short 21617 ; 0x5471
.short 21622 ; 0x5476
.short 21644 ; 0x548c
.short 21658 ; 0x549a
.short 21602 ; 0x5462
.short 21608 ; 0x5468
.short 21643 ; 0x548b
.short 21629 ; 0x547d
.short 21646 ; 0x548e
.short 22266 ; 0x56fa
.short 22403 ; 0x5783
.short 22391 ; 0x5777
.short 22378 ; 0x576a
.short 22377 ; 0x5769
.short 22369 ; 0x5761
.short 22374 ; 0x5766
.short 22372 ; 0x5764
.short 22396 ; 0x577c
.short 22812 ; 0x591c
.short 22857 ; 0x5949
.short 22855 ; 0x5947
.short 22856 ; 0x5948
.short 22852 ; 0x5944
.short 22868 ; 0x5954
.short 22974 ; 0x59be
.short 22971 ; 0x59bb
.short 22996 ; 0x59d4
.short 22969 ; 0x59b9
.short 22958 ; 0x59ae
.short 22993 ; 0x59d1
.short 22982 ; 0x59c6
.short 22992 ; 0x59d0
.short 22989 ; 0x59cd
.short 22987 ; 0x59cb
.short 22995 ; 0x59d3
.short 22986 ; 0x59ca
.short 22959 ; 0x59af
.short 22963 ; 0x59b3
.short 22994 ; 0x59d2
.short 22981 ; 0x59c5
.short 23391 ; 0x5b5f
.short 23396 ; 0x5b64
.short 23395 ; 0x5b63
.short 23447 ; 0x5b97
.short 23450 ; 0x5b9a
.short 23448 ; 0x5b98
.short 23452 ; 0x5b9c
.short 23449 ; 0x5b99
.short 23451 ; 0x5b9b
.short 23578 ; 0x5c1a
.short 23624 ; 0x5c48
.short 23621 ; 0x5c45
.short 23622 ; 0x5c46
.short 23735 ; 0x5cb7
.short 23713 ; 0x5ca1
.short 23736 ; 0x5cb8
.short 23721 ; 0x5ca9
.short 23723 ; 0x5cab
.short 23729 ; 0x5cb1
.short 23731 ; 0x5cb3
.short 24088 ; 0x5e18
.short 24090 ; 0x5e1a
.short 24086 ; 0x5e16
.short 24085 ; 0x5e15
.short 24091 ; 0x5e1b
.short 24081 ; 0x5e11
.short 24184 ; 0x5e78
.short 24218 ; 0x5e9a
.short 24215 ; 0x5e97
.short 24220 ; 0x5e9c
.short 24213 ; 0x5e95
.short 24214 ; 0x5e96
.short 24310 ; 0x5ef6
.short 24358 ; 0x5f26
.short 24359 ; 0x5f27
.short 24361 ; 0x5f29
.short 24448 ; 0x5f80
.short 24449 ; 0x5f81
.short 24447 ; 0x5f7f
.short 24444 ; 0x5f7c
.short 24541 ; 0x5fdd
.short 24544 ; 0x5fe0
.short 24573 ; 0x5ffd
.short 24565 ; 0x5ff5
.short 24575 ; 0x5fff
.short 24591 ; 0x600f
.short 24596 ; 0x6014
.short 24623 ; 0x602f
.short 24629 ; 0x6035
.short 24598 ; 0x6016
.short 24618 ; 0x602a
.short 24597 ; 0x6015
.short 24609 ; 0x6021
.short 24615 ; 0x6027
.short 24617 ; 0x6029
.short 24619 ; 0x602b
.short 24603 ; 0x601b
.short 25110 ; 0x6216
.short 25109 ; 0x6215
.short 25151 ; 0x623f
.short 25150 ; 0x623e
.short 25152 ; 0x6240
.short 25215 ; 0x627f
.short 25289 ; 0x62c9
.short 25292 ; 0x62cc
.short 25284 ; 0x62c4
.short 25279 ; 0x62bf
.short 25282 ; 0x62c2
.short 25273 ; 0x62b9
.short 25298 ; 0x62d2
.short 25307 ; 0x62db
.short 25259 ; 0x62ab
.short 25299 ; 0x62d3
.short 25300 ; 0x62d4
.short 25291 ; 0x62cb
.short 25288 ; 0x62c8
.short 25256 ; 0x62a8
.short 25277 ; 0x62bd
.short 25276 ; 0x62bc
.short 25296 ; 0x62d0
.short 25305 ; 0x62d9
.short 25287 ; 0x62c7
.short 25293 ; 0x62cd
.short 25269 ; 0x62b5
.short 25306 ; 0x62da
.short 25265 ; 0x62b1
.short 25304 ; 0x62d8
.short 25302 ; 0x62d6
.short 25303 ; 0x62d7
.short 25286 ; 0x62c6
.short 25260 ; 0x62ac
.short 25294 ; 0x62ce
.short 25918 ; 0x653e
.short 26023 ; 0x65a7
.short 26044 ; 0x65bc
.short 26106 ; 0x65fa
.short 26132 ; 0x6614
.short 26131 ; 0x6613
.short 26124 ; 0x660c
.short 26118 ; 0x6606
.short 26114 ; 0x6602
.short 26126 ; 0x660e
.short 26112 ; 0x6600
.short 26127 ; 0x660f
.short 26133 ; 0x6615
.short 26122 ; 0x660a
.short 26119 ; 0x6607
.short 26381 ; 0x670d
.short 26379 ; 0x670b
.short 26477 ; 0x676d
.short 26507 ; 0x678b
.short 26517 ; 0x6795
.short 26481 ; 0x6771
.short 26524 ; 0x679c
.short 26483 ; 0x6773
.short 26487 ; 0x6777
.short 26503 ; 0x6787
.short 26525 ; 0x679d
.short 26519 ; 0x6797
.short 26479 ; 0x676f
.short 26480 ; 0x6770
.short 26495 ; 0x677f
.short 26505 ; 0x6789
.short 26494 ; 0x677e
.short 26512 ; 0x6790
.short 26485 ; 0x6775
.short 26522 ; 0x679a
.short 26515 ; 0x6793
.short 26492 ; 0x677c
.short 26474 ; 0x676a
.short 26482 ; 0x6772
.short 27427 ; 0x6b23
.short 27494 ; 0x6b66
.short 27495 ; 0x6b67
.short 27519 ; 0x6b7f
.short 27667 ; 0x6c13
.short 27675 ; 0x6c1b
.short 27875 ; 0x6ce3
.short 27880 ; 0x6ce8
.short 27891 ; 0x6cf3
.short 27825 ; 0x6cb1
.short 27852 ; 0x6ccc
.short 27877 ; 0x6ce5
.short 27827 ; 0x6cb3
.short 27837 ; 0x6cbd
.short 27838 ; 0x6cbe
.short 27836 ; 0x6cbc
.short 27874 ; 0x6ce2
.short 27819 ; 0x6cab
.short 27861 ; 0x6cd5
.short 27859 ; 0x6cd3
.short 27832 ; 0x6cb8
.short 27844 ; 0x6cc4
.short 27833 ; 0x6cb9
.short 27841 ; 0x6cc1
.short 27822 ; 0x6cae
.short 27863 ; 0x6cd7
.short 27845 ; 0x6cc5
.short 27889 ; 0x6cf1
.short 27839 ; 0x6cbf
.short 27835 ; 0x6cbb
.short 27873 ; 0x6ce1
.short 27867 ; 0x6cdb
.short 27850 ; 0x6cca
.short 27820 ; 0x6cac
.short 27887 ; 0x6cef
.short 27868 ; 0x6cdc
.short 27862 ; 0x6cd6
.short 27872 ; 0x6ce0
.short 28821 ; 0x7095
.short 28814 ; 0x708e
.short 28818 ; 0x7092
.short 28810 ; 0x708a
.short 28825 ; 0x7099
.short 29228 ; 0x722c
.short 29229 ; 0x722d
.short 29240 ; 0x7238
.short 29256 ; 0x7248
.short 29287 ; 0x7267
.short 29289 ; 0x7269
.short 29376 ; 0x72c0
.short 29390 ; 0x72ce
.short 29401 ; 0x72d9
.short 29399 ; 0x72d7
.short 29392 ; 0x72d0
.short 29609 ; 0x73a9
.short 29608 ; 0x73a8
.short 29599 ; 0x739f
.short 29611 ; 0x73ab
.short 29605 ; 0x73a5
.short 30013 ; 0x753d
.short 30109 ; 0x759d
.short 30105 ; 0x7599
.short 30106 ; 0x759a
.short 30340 ; 0x7684
.short 30402 ; 0x76c2
.short 30450 ; 0x76f2
.short 30452 ; 0x76f4
.short 30693 ; 0x77e5
.short 30717 ; 0x77fd
.short 31038 ; 0x793e
.short 31040 ; 0x7940
.short 31041 ; 0x7941
.short 31177 ; 0x79c9
.short 31176 ; 0x79c8
.short 31354 ; 0x7a7a
.short 31353 ; 0x7a79
.short 31482 ; 0x7afa
.short 31998 ; 0x7cfe
.short 32596 ; 0x7f54
.short 32652 ; 0x7f8c
.short 32651 ; 0x7f8b
.short 32773 ; 0x8005
.short 32954 ; 0x80ba
.short 32933 ; 0x80a5
.short 32930 ; 0x80a2
.short 32945 ; 0x80b1
.short 32929 ; 0x80a1
.short 32939 ; 0x80ab
.short 32937 ; 0x80a9
.short 32948 ; 0x80b4
.short 32938 ; 0x80aa
.short 32943 ; 0x80af
.short 33253 ; 0x81e5
.short 33278 ; 0x81fe
.short 33293 ; 0x820d
.short 33459 ; 0x82b3
.short 33437 ; 0x829d
.short 33433 ; 0x8299
.short 33453 ; 0x82ad
.short 33469 ; 0x82bd
.short 33439 ; 0x829f
.short 33465 ; 0x82b9
.short 33457 ; 0x82b1
.short 33452 ; 0x82ac
.short 33445 ; 0x82a5
.short 33455 ; 0x82af
.short 33464 ; 0x82b8
.short 33443 ; 0x82a3
.short 33456 ; 0x82b0
.short 33470 ; 0x82be
.short 33463 ; 0x82b7
.short 34382 ; 0x864e
.short 34417 ; 0x8671
.short 21021 ; 0x521d
.short 34920 ; 0x8868
.short 36555 ; 0x8ecb
.short 36814 ; 0x8fce
.short 36820 ; 0x8fd4
.short 36817 ; 0x8fd1
.short 37045 ; 0x90b5
.short 37048 ; 0x90b8
.short 37041 ; 0x90b1
.short 37046 ; 0x90b6
.short 37319 ; 0x91c7
.short 37329 ; 0x91d1
.short 38263 ; 0x9577
.short 38272 ; 0x9580
.short 38428 ; 0x961c
.short 38464 ; 0x9640
.short 38463 ; 0x963f
.short 38459 ; 0x963b
.short 38468 ; 0x9644
.short 38466 ; 0x9642
.short 38585 ; 0x96b9
.short 38632 ; 0x96e8
.short 38738 ; 0x9752
.short 38750 ; 0x975e
.short 20127 ; 0x4e9f
.short 20141 ; 0x4ead
.short 20142 ; 0x4eae
.short 20449 ; 0x4fe1
.short 20405 ; 0x4fb5
.short 20399 ; 0x4faf
.short 20415 ; 0x4fbf
.short 20448 ; 0x4fe0
.short 20433 ; 0x4fd1
.short 20431 ; 0x4fcf
.short 20445 ; 0x4fdd
.short 20419 ; 0x4fc3
.short 20406 ; 0x4fb6
.short 20440 ; 0x4fd8
.short 20447 ; 0x4fdf
.short 20426 ; 0x4fca
.short 20439 ; 0x4fd7
.short 20398 ; 0x4fae
.short 20432 ; 0x4fd0
.short 20420 ; 0x4fc4
.short 20418 ; 0x4fc2
.short 20442 ; 0x4fda
.short 20430 ; 0x4fce
.short 20446 ; 0x4fde
.short 20407 ; 0x4fb7
.short 20823 ; 0x5157
.short 20882 ; 0x5192
.short 20881 ; 0x5191
.short 20896 ; 0x51a0
.short 21070 ; 0x524e
.short 21059 ; 0x5243
.short 21066 ; 0x524a
.short 21069 ; 0x524d
.short 21068 ; 0x524c
.short 21067 ; 0x524b
.short 21063 ; 0x5247
.short 21191 ; 0x52c7
.short 21193 ; 0x52c9
.short 21187 ; 0x52c3
.short 21185 ; 0x52c1
.short 21261 ; 0x530d
.short 21335 ; 0x5357
.short 21371 ; 0x537b
.short 21402 ; 0x539a
.short 21467 ; 0x53db
.short 21676 ; 0x54ac
.short 21696 ; 0x54c0
.short 21672 ; 0x54a8
.short 21710 ; 0x54ce
.short 21705 ; 0x54c9
.short 21688 ; 0x54b8
.short 21670 ; 0x54a6
.short 21683 ; 0x54b3
.short 21703 ; 0x54c7
.short 21698 ; 0x54c2
.short 21693 ; 0x54bd
.short 21674 ; 0x54aa
.short 21697 ; 0x54c1
.short 21700 ; 0x54c4
.short 21704 ; 0x54c8
.short 21679 ; 0x54af
.short 21675 ; 0x54ab
.short 21681 ; 0x54b1
.short 21691 ; 0x54bb
.short 21673 ; 0x54a9
.short 21671 ; 0x54a7
.short 21695 ; 0x54bf
.short 22271 ; 0x56ff
.short 22402 ; 0x5782
.short 22411 ; 0x578b
.short 22432 ; 0x57a0
.short 22435 ; 0x57a3
.short 22434 ; 0x57a2
.short 22478 ; 0x57ce
.short 22446 ; 0x57ae
.short 22419 ; 0x5793
.short 22869 ; 0x5955
.short 22865 ; 0x5951
.short 22863 ; 0x594f
.short 22862 ; 0x594e
.short 22864 ; 0x5950
.short 23004 ; 0x59dc
.short 23000 ; 0x59d8
.short 23039 ; 0x59ff
.short 23011 ; 0x59e3
.short 23016 ; 0x59e8
.short 23043 ; 0x5a03
.short 23013 ; 0x59e5
.short 23018 ; 0x59ea
.short 23002 ; 0x59da
.short 23014 ; 0x59e6
.short 23041 ; 0x5a01
.short 23035 ; 0x59fb
.short 23401 ; 0x5b69
.short 23459 ; 0x5ba3
.short 23462 ; 0x5ba6
.short 23460 ; 0x5ba4
.short 23458 ; 0x5ba2
.short 23461 ; 0x5ba5
.short 23553 ; 0x5c01
.short 23630 ; 0x5c4e
.short 23631 ; 0x5c4f
.short 23629 ; 0x5c4d
.short 23627 ; 0x5c4b
.short 23769 ; 0x5cd9
.short 23762 ; 0x5cd2
.short 24055 ; 0x5df7
.short 24093 ; 0x5e1d
.short 24101 ; 0x5e25
.short 24095 ; 0x5e1f
.short 24189 ; 0x5e7d
.short 24224 ; 0x5ea0
.short 24230 ; 0x5ea6
.short 24314 ; 0x5efa
.short 24328 ; 0x5f08
.short 24365 ; 0x5f2d
.short 24421 ; 0x5f65
.short 24456 ; 0x5f88
.short 24453 ; 0x5f85
.short 24458 ; 0x5f8a
.short 24459 ; 0x5f8b
.short 24455 ; 0x5f87
.short 24460 ; 0x5f8c
.short 24457 ; 0x5f89
.short 24594 ; 0x6012
.short 24605 ; 0x601d
.short 24608 ; 0x6020
.short 24613 ; 0x6025
.short 24590 ; 0x600e
.short 24616 ; 0x6028
.short 24653 ; 0x604d
.short 24688 ; 0x6070
.short 24680 ; 0x6068
.short 24674 ; 0x6062
.short 24646 ; 0x6046
.short 24643 ; 0x6043
.short 24684 ; 0x606c
.short 24683 ; 0x606b
.short 24682 ; 0x606a
.short 24676 ; 0x6064
.short 25153 ; 0x6241
.short 25308 ; 0x62dc
.short 25366 ; 0x6316
.short 25353 ; 0x6309
.short 25340 ; 0x62fc
.short 25325 ; 0x62ed
.short 25345 ; 0x6301
.short 25326 ; 0x62ee
.short 25341 ; 0x62fd
.short 25351 ; 0x6307
.short 25329 ; 0x62f1
.short 25335 ; 0x62f7
.short 25327 ; 0x62ef
.short 25324 ; 0x62ec
.short 25342 ; 0x62fe
.short 25332 ; 0x62f4
.short 25361 ; 0x6311
.short 25346 ; 0x6302
.short 25919 ; 0x653f
.short 25925 ; 0x6545
.short 26027 ; 0x65ab
.short 26045 ; 0x65bd
.short 26082 ; 0x65e2
.short 26149 ; 0x6625
.short 26157 ; 0x662d
.short 26144 ; 0x6620
.short 26151 ; 0x6627
.short 26159 ; 0x662f
.short 26143 ; 0x661f
.short 26152 ; 0x6628
.short 26161 ; 0x6631
.short 26148 ; 0x6624
.short 26359 ; 0x66f7
.short 26623 ; 0x67ff
.short 26579 ; 0x67d3
.short 26609 ; 0x67f1
.short 26580 ; 0x67d4
.short 26576 ; 0x67d0
.short 26604 ; 0x67ec
.short 26550 ; 0x67b6
.short 26543 ; 0x67af
.short 26613 ; 0x67f5
.short 26601 ; 0x67e9
.short 26607 ; 0x67ef
.short 26564 ; 0x67c4
.short 26577 ; 0x67d1
.short 26548 ; 0x67b4
.short 26586 ; 0x67da
.short 26597 ; 0x67e5
.short 26552 ; 0x67b8
.short 26575 ; 0x67cf
.short 26590 ; 0x67de
.short 26611 ; 0x67f3
.short 26544 ; 0x67b0
.short 26585 ; 0x67d9
.short 26594 ; 0x67e2
.short 26589 ; 0x67dd
.short 26578 ; 0x67d2
.short 27498 ; 0x6b6a
.short 27523 ; 0x6b83
.short 27526 ; 0x6b86
.short 27573 ; 0x6bb5
.short 27602 ; 0x6bd2
.short 27607 ; 0x6bd7
.short 27679 ; 0x6c1f
.short 27849 ; 0x6cc9
.short 27915 ; 0x6d0b
.short 27954 ; 0x6d32
.short 27946 ; 0x6d2a
.short 27969 ; 0x6d41
.short 27941 ; 0x6d25
.short 27916 ; 0x6d0c
.short 27953 ; 0x6d31
.short 27934 ; 0x6d1e
.short 27927 ; 0x6d17
.short 27963 ; 0x6d3b
.short 27965 ; 0x6d3d
.short 27966 ; 0x6d3e
.short 27958 ; 0x6d36
.short 27931 ; 0x6d1b
.short 27893 ; 0x6cf5
.short 27961 ; 0x6d39
.short 27943 ; 0x6d27
.short 27960 ; 0x6d38
.short 27945 ; 0x6d29
.short 27950 ; 0x6d2e
.short 27957 ; 0x6d35
.short 27918 ; 0x6d0e
.short 27947 ; 0x6d2b
.short 28843 ; 0x70ab
.short 28858 ; 0x70ba
.short 28851 ; 0x70b3
.short 28844 ; 0x70ac
.short 28847 ; 0x70af
.short 28845 ; 0x70ad
.short 28856 ; 0x70b8
.short 28846 ; 0x70ae
.short 28836 ; 0x70a4
.short 29232 ; 0x7230
.short 29298 ; 0x7272
.short 29295 ; 0x726f
.short 29300 ; 0x7274
.short 29417 ; 0x72e9
.short 29408 ; 0x72e0
.short 29409 ; 0x72e1
.short 29623 ; 0x73b7
.short 29642 ; 0x73ca
.short 29627 ; 0x73bb
.short 29618 ; 0x73b2
.short 29645 ; 0x73cd
.short 29632 ; 0x73c0
.short 29619 ; 0x73b3
.short 29978 ; 0x751a
.short 29997 ; 0x752d
.short 30031 ; 0x754f
.short 30028 ; 0x754c
.short 30030 ; 0x754e
.short 30027 ; 0x754b
.short 30123 ; 0x75ab
.short 30116 ; 0x75a4
.short 30117 ; 0x75a5
.short 30114 ; 0x75a2
.short 30115 ; 0x75a3
.short 30328 ; 0x7678
.short 30342 ; 0x7686
.short 30343 ; 0x7687
.short 30344 ; 0x7688
.short 30408 ; 0x76c8
.short 30406 ; 0x76c6
.short 30403 ; 0x76c3
.short 30405 ; 0x76c5
.short 30465 ; 0x7701
.short 30457 ; 0x76f9
.short 30456 ; 0x76f8
.short 30473 ; 0x7709
.short 30475 ; 0x770b
.short 30462 ; 0x76fe
.short 30460 ; 0x76fc
.short 30471 ; 0x7707
.short 30684 ; 0x77dc
.short 30722 ; 0x7802
.short 30740 ; 0x7814
.short 30732 ; 0x780c
.short 30733 ; 0x780d
.short 31046 ; 0x7946
.short 31049 ; 0x7949
.short 31048 ; 0x7948
.short 31047 ; 0x7947
.short 31161 ; 0x79b9
.short 31162 ; 0x79ba
.short 31185 ; 0x79d1
.short 31186 ; 0x79d2
.short 31179 ; 0x79cb
.short 31359 ; 0x7a7f
.short 31361 ; 0x7a81
.short 31487 ; 0x7aff
.short 31485 ; 0x7afd
.short 31869 ; 0x7c7d
.short 32002 ; 0x7d02
.short 32005 ; 0x7d05
.short 32000 ; 0x7d00
.short 32009 ; 0x7d09
.short 32007 ; 0x7d07
.short 32004 ; 0x7d04
.short 32006 ; 0x7d06
.short 32568 ; 0x7f38
.short 32654 ; 0x7f8e
.short 32703 ; 0x7fbf
.short 32784 ; 0x8010
.short 32781 ; 0x800d
.short 32785 ; 0x8011
.short 32822 ; 0x8036
.short 32982 ; 0x80d6
.short 32997 ; 0x80e5
.short 32986 ; 0x80da
.short 32963 ; 0x80c3
.short 32964 ; 0x80c4
.short 32972 ; 0x80cc
.short 32993 ; 0x80e1
.short 32987 ; 0x80db
.short 32974 ; 0x80ce
.short 32990 ; 0x80de
.short 32996 ; 0x80e4
.short 32989 ; 0x80dd
.short 33268 ; 0x81f4
.short 33314 ; 0x8222
.short 33511 ; 0x82e7
.short 33539 ; 0x8303
.short 33541 ; 0x8305
.short 33507 ; 0x82e3
.short 33499 ; 0x82db
.short 33510 ; 0x82e6
.short 33540 ; 0x8304
.short 33509 ; 0x82e5
.short 33538 ; 0x8302
.short 33545 ; 0x8309
.short 33490 ; 0x82d2
.short 33495 ; 0x82d7
.short 33521 ; 0x82f1
.short 33537 ; 0x8301
.short 33500 ; 0x82dc
.short 33492 ; 0x82d4
.short 33489 ; 0x82d1
.short 33502 ; 0x82de
.short 33491 ; 0x82d3
.short 33503 ; 0x82df
.short 33519 ; 0x82ef
.short 33542 ; 0x8306
.short 34384 ; 0x8650
.short 34425 ; 0x8679
.short 34427 ; 0x867b
.short 34426 ; 0x867a
.short 34893 ; 0x884d
.short 34923 ; 0x886b
.short 35201 ; 0x8981
.short 35284 ; 0x89d4
.short 35336 ; 0x8a08
.short 35330 ; 0x8a02
.short 35331 ; 0x8a03
.short 35998 ; 0x8c9e
.short 36000 ; 0x8ca0
.short 36212 ; 0x8d74
.short 36211 ; 0x8d73
.short 36276 ; 0x8db4
.short 36557 ; 0x8ecd
.short 36556 ; 0x8ecc
.short 36848 ; 0x8ff0
.short 36838 ; 0x8fe6
.short 36834 ; 0x8fe2
.short 36842 ; 0x8fea
.short 36837 ; 0x8fe5
.short 36845 ; 0x8fed
.short 36843 ; 0x8feb
.short 36836 ; 0x8fe4
.short 36840 ; 0x8fe8
.short 37066 ; 0x90ca
.short 37070 ; 0x90ce
.short 37057 ; 0x90c1
.short 37059 ; 0x90c3
.short 37195 ; 0x914b
.short 37194 ; 0x914a
.short 37325 ; 0x91cd
.short 38274 ; 0x9582
.short 38480 ; 0x9650
.short 38475 ; 0x964b
.short 38476 ; 0x964c
.short 38477 ; 0x964d
.short 38754 ; 0x9762
.short 38761 ; 0x9769
.short 38859 ; 0x97cb
.short 38893 ; 0x97ed
.short 38899 ; 0x97f3
.short 38913 ; 0x9801
.short 39080 ; 0x98a8
.short 39131 ; 0x98db
.short 39135 ; 0x98df
.short 39318 ; 0x9996
.short 39321 ; 0x9999
.short 20056 ; 0x4e58
.short 20147 ; 0x4eb3
.short 20492 ; 0x500c
.short 20493 ; 0x500d
.short 20515 ; 0x5023
.short 20463 ; 0x4fef
.short 20518 ; 0x5026
.short 20517 ; 0x5025
.short 20472 ; 0x4ff8
.short 20521 ; 0x5029
.short 20502 ; 0x5016
.short 20486 ; 0x5006
.short 20540 ; 0x503c
.short 20511 ; 0x501f
.short 20506 ; 0x501a
.short 20498 ; 0x5012
.short 20497 ; 0x5011
.short 20474 ; 0x4ffa
.short 20480 ; 0x5000
.short 20500 ; 0x5014
.short 20520 ; 0x5028
.short 20465 ; 0x4ff1
.short 20513 ; 0x5021
.short 20491 ; 0x500b
.short 20505 ; 0x5019
.short 20504 ; 0x5018
.short 20467 ; 0x4ff3
.short 20462 ; 0x4fee
.short 20525 ; 0x502d
.short 20522 ; 0x502a
.short 20478 ; 0x4ffe
.short 20523 ; 0x502b
.short 20489 ; 0x5009
.short 20860 ; 0x517c
.short 20900 ; 0x51a4
.short 20901 ; 0x51a5
.short 20898 ; 0x51a2
.short 20941 ; 0x51cd
.short 20940 ; 0x51cc
.short 20934 ; 0x51c6
.short 20939 ; 0x51cb
.short 21078 ; 0x5256
.short 21084 ; 0x525c
.short 21076 ; 0x5254
.short 21083 ; 0x525b
.short 21085 ; 0x525d
.short 21290 ; 0x532a
.short 21375 ; 0x537f
.short 21407 ; 0x539f
.short 21405 ; 0x539d
.short 21471 ; 0x53df
.short 21736 ; 0x54e8
.short 21776 ; 0x5510
.short 21761 ; 0x5501
.short 21815 ; 0x5537
.short 21756 ; 0x54fc
.short 21733 ; 0x54e5
.short 21746 ; 0x54f2
.short 21766 ; 0x5506
.short 21754 ; 0x54fa
.short 21780 ; 0x5514
.short 21737 ; 0x54e9
.short 21741 ; 0x54ed
.short 21729 ; 0x54e1
.short 21769 ; 0x5509
.short 21742 ; 0x54ee
.short 21738 ; 0x54ea
.short 21734 ; 0x54e6
.short 21799 ; 0x5527
.short 21767 ; 0x5507
.short 21757 ; 0x54fd
.short 21775 ; 0x550f
.short 22275 ; 0x5703
.short 22276 ; 0x5704
.short 22466 ; 0x57c2
.short 22484 ; 0x57d4
.short 22475 ; 0x57cb
.short 22467 ; 0x57c3
.short 22537 ; 0x5809
.short 22799 ; 0x590f
.short 22871 ; 0x5957
.short 22872 ; 0x5958
.short 22874 ; 0x595a
.short 23057 ; 0x5a11
.short 23064 ; 0x5a18
.short 23068 ; 0x5a1c
.short 23071 ; 0x5a1f
.short 23067 ; 0x5a1b
.short 23059 ; 0x5a13
.short 23020 ; 0x59ec
.short 23072 ; 0x5a20
.short 23075 ; 0x5a23
.short 23081 ; 0x5a29
.short 23077 ; 0x5a25
.short 23052 ; 0x5a0c
.short 23049 ; 0x5a09
.short 23403 ; 0x5b6b
.short 23640 ; 0x5c58
.short 23472 ; 0x5bb0
.short 23475 ; 0x5bb3
.short 23478 ; 0x5bb6
.short 23476 ; 0x5bb4
.short 23470 ; 0x5bae
.short 23477 ; 0x5bb5
.short 23481 ; 0x5bb9
.short 23480 ; 0x5bb8
.short 23556 ; 0x5c04
.short 23633 ; 0x5c51
.short 23637 ; 0x5c55
.short 23632 ; 0x5c50
.short 23789 ; 0x5ced
.short 23805 ; 0x5cfd
.short 23803 ; 0x5cfb
.short 23786 ; 0x5cea
.short 23784 ; 0x5ce8
.short 23792 ; 0x5cf0
.short 23798 ; 0x5cf6
.short 23809 ; 0x5d01
.short 23796 ; 0x5cf4
.short 24046 ; 0x5dee
.short 24109 ; 0x5e2d
.short 24107 ; 0x5e2b
.short 24235 ; 0x5eab
.short 24237 ; 0x5ead
.short 24231 ; 0x5ea7
.short 24369 ; 0x5f31
.short 24466 ; 0x5f92
.short 24465 ; 0x5f91
.short 24464 ; 0x5f90
.short 24665 ; 0x6059
.short 24675 ; 0x6063
.short 24677 ; 0x6065
.short 24656 ; 0x6050
.short 24661 ; 0x6055
.short 24685 ; 0x606d
.short 24681 ; 0x6069
.short 24687 ; 0x606f
.short 24708 ; 0x6084
.short 24735 ; 0x609f
.short 24730 ; 0x609a
.short 24717 ; 0x608d
.short 24724 ; 0x6094
.short 24716 ; 0x608c
.short 24709 ; 0x6085
.short 24726 ; 0x6096
.short 25159 ; 0x6247
.short 25331 ; 0x62f3
.short 25352 ; 0x6308
.short 25343 ; 0x62ff
.short 25422 ; 0x634e
.short 25406 ; 0x633e
.short 25391 ; 0x632f
.short 25429 ; 0x6355
.short 25410 ; 0x6342
.short 25414 ; 0x6346
.short 25423 ; 0x634f
.short 25417 ; 0x6349
.short 25402 ; 0x633a
.short 25424 ; 0x6350
.short 25405 ; 0x633d
.short 25386 ; 0x632a
.short 25387 ; 0x632b
.short 25384 ; 0x6328
.short 25421 ; 0x634d
.short 25420 ; 0x634c
.short 25928 ; 0x6548
.short 25929 ; 0x6549
.short 26009 ; 0x6599
.short 26049 ; 0x65c1
.short 26053 ; 0x65c5
.short 26178 ; 0x6642
.short 26185 ; 0x6649
.short 26191 ; 0x664f
.short 26179 ; 0x6643
.short 26194 ; 0x6652
.short 26188 ; 0x664c
.short 26181 ; 0x6645
.short 26177 ; 0x6641
.short 26360 ; 0x66f8
.short 26388 ; 0x6714
.short 26389 ; 0x6715
.short 26391 ; 0x6717
.short 26657 ; 0x6821
.short 26680 ; 0x6838
.short 26696 ; 0x6848
.short 26694 ; 0x6846
.short 26707 ; 0x6853
.short 26681 ; 0x6839
.short 26690 ; 0x6842
.short 26708 ; 0x6854
.short 26665 ; 0x6829
.short 26803 ; 0x68b3
.short 26647 ; 0x6817
.short 26700 ; 0x684c
.short 26705 ; 0x6851
.short 26685 ; 0x683d
.short 26612 ; 0x67f4
.short 26704 ; 0x6850
.short 26688 ; 0x6840
.short 26684 ; 0x683c
.short 26691 ; 0x6843
.short 26666 ; 0x682a
.short 26693 ; 0x6845
.short 26643 ; 0x6813
.short 26648 ; 0x6818
.short 26689 ; 0x6841
.short 27530 ; 0x6b8a
.short 27529 ; 0x6b89
.short 27575 ; 0x6bb7
.short 27683 ; 0x6c23
.short 27687 ; 0x6c27
.short 27688 ; 0x6c28
.short 27686 ; 0x6c26
.short 27684 ; 0x6c24
.short 27888 ; 0x6cf0
.short 28010 ; 0x6d6a
.short 28053 ; 0x6d95
.short 28040 ; 0x6d88
.short 28039 ; 0x6d87
.short 28006 ; 0x6d66
.short 28024 ; 0x6d78
.short 28023 ; 0x6d77
.short 27993 ; 0x6d59
.short 28051 ; 0x6d93
.short 28012 ; 0x6d6c
.short 28041 ; 0x6d89
.short 28014 ; 0x6d6e
.short 27994 ; 0x6d5a
.short 28020 ; 0x6d74
.short 28009 ; 0x6d69
.short 28044 ; 0x6d8c
.short 28042 ; 0x6d8a
.short 28025 ; 0x6d79
.short 28037 ; 0x6d85
.short 28005 ; 0x6d65
.short 28052 ; 0x6d94
.short 28874 ; 0x70ca
.short 28888 ; 0x70d8
.short 28900 ; 0x70e4
.short 28889 ; 0x70d9
.short 28872 ; 0x70c8
.short 28879 ; 0x70cf
.short 29241 ; 0x7239
.short 29305 ; 0x7279
.short 29436 ; 0x72fc
.short 29433 ; 0x72f9
.short 29437 ; 0x72fd
.short 29432 ; 0x72f8
.short 29431 ; 0x72f7
.short 29574 ; 0x7386
.short 29677 ; 0x73ed
.short 29705 ; 0x7409
.short 29678 ; 0x73ee
.short 29664 ; 0x73e0
.short 29674 ; 0x73ea
.short 29662 ; 0x73de
.short 30036 ; 0x7554
.short 30045 ; 0x755d
.short 30044 ; 0x755c
.short 30042 ; 0x755a
.short 30041 ; 0x7559
.short 30142 ; 0x75be
.short 30149 ; 0x75c5
.short 30151 ; 0x75c7
.short 30130 ; 0x75b2
.short 30131 ; 0x75b3
.short 30141 ; 0x75bd
.short 30140 ; 0x75bc
.short 30137 ; 0x75b9
.short 30146 ; 0x75c2
.short 30136 ; 0x75b8
.short 30347 ; 0x768b
.short 30384 ; 0x76b0
.short 30410 ; 0x76ca
.short 30413 ; 0x76cd
.short 30414 ; 0x76ce
.short 30505 ; 0x7729
.short 30495 ; 0x771f
.short 30496 ; 0x7720
.short 30504 ; 0x7728
.short 30697 ; 0x77e9
.short 30768 ; 0x7830
.short 30759 ; 0x7827
.short 30776 ; 0x7838
.short 30749 ; 0x781d
.short 30772 ; 0x7834
.short 30775 ; 0x7837
.short 30757 ; 0x7825
.short 30765 ; 0x782d
.short 30752 ; 0x7820
.short 30751 ; 0x781f
.short 30770 ; 0x7832
.short 31061 ; 0x7955
.short 31056 ; 0x7950
.short 31072 ; 0x7960
.short 31071 ; 0x795f
.short 31062 ; 0x7956
.short 31070 ; 0x795e
.short 31069 ; 0x795d
.short 31063 ; 0x7957
.short 31066 ; 0x795a
.short 31204 ; 0x79e4
.short 31203 ; 0x79e3
.short 31207 ; 0x79e7
.short 31199 ; 0x79df
.short 31206 ; 0x79e6
.short 31209 ; 0x79e9
.short 31192 ; 0x79d8
.short 31364 ; 0x7a84
.short 31368 ; 0x7a88
.short 31449 ; 0x7ad9
.short 31494 ; 0x7b06
.short 31505 ; 0x7b11
.short 31881 ; 0x7c89
.short 32033 ; 0x7d21
.short 32023 ; 0x7d17
.short 32011 ; 0x7d0b
.short 32010 ; 0x7d0a
.short 32032 ; 0x7d20
.short 32034 ; 0x7d22
.short 32020 ; 0x7d14
.short 32016 ; 0x7d10
.short 32021 ; 0x7d15
.short 32026 ; 0x7d1a
.short 32028 ; 0x7d1c
.short 32013 ; 0x7d0d
.short 32025 ; 0x7d19
.short 32027 ; 0x7d1b
.short 32570 ; 0x7f3a
.short 32607 ; 0x7f5f
.short 32660 ; 0x7f94
.short 32709 ; 0x7fc5
.short 32705 ; 0x7fc1
.short 32774 ; 0x8006
.short 32772 ; 0x8004
.short 32792 ; 0x8018
.short 32789 ; 0x8015
.short 32793 ; 0x8019
.short 32791 ; 0x8017
.short 32829 ; 0x803d
.short 32831 ; 0x803f
.short 33009 ; 0x80f1
.short 33026 ; 0x8102
.short 33008 ; 0x80f0
.short 33029 ; 0x8105
.short 33005 ; 0x80ed
.short 33012 ; 0x80f4
.short 33030 ; 0x8106
.short 33016 ; 0x80f8
.short 33011 ; 0x80f3
.short 33032 ; 0x8108
.short 33021 ; 0x80fd
.short 33034 ; 0x810a
.short 33020 ; 0x80fc
.short 33007 ; 0x80ef
.short 33261 ; 0x81ed
.short 33260 ; 0x81ec
.short 33280 ; 0x8200
.short 33296 ; 0x8210
.short 33322 ; 0x822a
.short 33323 ; 0x822b
.short 33320 ; 0x8228
.short 33324 ; 0x822c
.short 33467 ; 0x82bb
.short 33579 ; 0x832b
.short 33618 ; 0x8352
.short 33620 ; 0x8354
.short 33610 ; 0x834a
.short 33592 ; 0x8338
.short 33616 ; 0x8350
.short 33609 ; 0x8349
.short 33589 ; 0x8335
.short 33588 ; 0x8334
.short 33615 ; 0x834f
.short 33586 ; 0x8332
.short 33593 ; 0x8339
.short 33590 ; 0x8336
.short 33559 ; 0x8317
.short 33600 ; 0x8340
.short 33585 ; 0x8331
.short 33576 ; 0x8328
.short 33603 ; 0x8343
.short 34388 ; 0x8654
.short 34442 ; 0x868a
.short 34474 ; 0x86aa
.short 34451 ; 0x8693
.short 34468 ; 0x86a4
.short 34473 ; 0x86a9
.short 34444 ; 0x868c
.short 34467 ; 0x86a3
.short 34460 ; 0x869c
.short 34928 ; 0x8870
.short 34935 ; 0x8877
.short 34945 ; 0x8881
.short 34946 ; 0x8882
.short 34941 ; 0x887d
.short 34937 ; 0x8879
.short 35352 ; 0x8a18
.short 35344 ; 0x8a10
.short 35342 ; 0x8a0e
.short 35340 ; 0x8a0c
.short 35349 ; 0x8a15
.short 35338 ; 0x8a0a
.short 35351 ; 0x8a17
.short 35347 ; 0x8a13
.short 35350 ; 0x8a16
.short 35343 ; 0x8a0f
.short 35345 ; 0x8a11
.short 35912 ; 0x8c48
.short 35962 ; 0x8c7a
.short 35961 ; 0x8c79
.short 36001 ; 0x8ca1
.short 36002 ; 0x8ca2
.short 36215 ; 0x8d77
.short 36524 ; 0x8eac
.short 36562 ; 0x8ed2
.short 36564 ; 0x8ed4
.short 36559 ; 0x8ecf
.short 36785 ; 0x8fb1
.short 36865 ; 0x9001
.short 36870 ; 0x9006
.short 36855 ; 0x8ff7
.short 36864 ; 0x9000
.short 36858 ; 0x8ffa
.short 36852 ; 0x8ff4
.short 36867 ; 0x9003
.short 36861 ; 0x8ffd
.short 36869 ; 0x9005
.short 36856 ; 0x8ff8
.short 37013 ; 0x9095
.short 37089 ; 0x90e1
.short 37085 ; 0x90dd
.short 37090 ; 0x90e2
.short 37202 ; 0x9152
.short 37197 ; 0x914d
.short 37196 ; 0x914c
.short 37336 ; 0x91d8
.short 37341 ; 0x91dd
.short 37335 ; 0x91d7
.short 37340 ; 0x91dc
.short 37337 ; 0x91d9
.short 38275 ; 0x9583
.short 38498 ; 0x9662
.short 38499 ; 0x9663
.short 38497 ; 0x9661
.short 38491 ; 0x965b
.short 38493 ; 0x965d
.short 38500 ; 0x9664
.short 38488 ; 0x9658
.short 38494 ; 0x965e
.short 38587 ; 0x96bb
.short 39138 ; 0x98e2
.short 39340 ; 0x99ac
.short 39592 ; 0x9aa8
.short 39640 ; 0x9ad8
.short 39717 ; 0x9b25
.short 39730 ; 0x9b32
.short 39740 ; 0x9b3c
.short 20094 ; 0x4e7e
.short 20602 ; 0x507a
.short 20605 ; 0x507d
.short 20572 ; 0x505c
.short 20551 ; 0x5047
.short 20547 ; 0x5043
.short 20556 ; 0x504c
.short 20570 ; 0x505a
.short 20553 ; 0x5049
.short 20581 ; 0x5065
.short 20598 ; 0x5076
.short 20558 ; 0x504e
.short 20565 ; 0x5055
.short 20597 ; 0x5075
.short 20596 ; 0x5074
.short 20599 ; 0x5077
.short 20559 ; 0x504f
.short 20495 ; 0x500f
.short 20591 ; 0x506f
.short 20589 ; 0x506d
.short 20828 ; 0x515c
.short 20885 ; 0x5195
.short 20976 ; 0x51f0
.short 21098 ; 0x526a
.short 21103 ; 0x526f
.short 21202 ; 0x52d2
.short 21209 ; 0x52d9
.short 21208 ; 0x52d8
.short 21205 ; 0x52d5
.short 21264 ; 0x5310
.short 21263 ; 0x530f
.short 21273 ; 0x5319
.short 21311 ; 0x533f
.short 21312 ; 0x5340
.short 21310 ; 0x533e
.short 21443 ; 0x53c3
.short 26364 ; 0x66fc
.short 21830 ; 0x5546
.short 21866 ; 0x556a
.short 21862 ; 0x5566
.short 21828 ; 0x5544
.short 21854 ; 0x555e
.short 21857 ; 0x5561
.short 21827 ; 0x5543
.short 21834 ; 0x554a
.short 21809 ; 0x5531
.short 21846 ; 0x5556
.short 21839 ; 0x554f
.short 21845 ; 0x5555
.short 21807 ; 0x552f
.short 21860 ; 0x5564
.short 21816 ; 0x5538
.short 21806 ; 0x552e
.short 21852 ; 0x555c
.short 21804 ; 0x552c
.short 21859 ; 0x5563
.short 21811 ; 0x5533
.short 21825 ; 0x5541
.short 21847 ; 0x5557
.short 22280 ; 0x5708
.short 22283 ; 0x570b
.short 22281 ; 0x5709
.short 22495 ; 0x57df
.short 22533 ; 0x5805
.short 22538 ; 0x580a
.short 22534 ; 0x5806
.short 22496 ; 0x57e0
.short 22500 ; 0x57e4
.short 22522 ; 0x57fa
.short 22530 ; 0x5802
.short 22581 ; 0x5835
.short 22519 ; 0x57f7
.short 22521 ; 0x57f9
.short 22816 ; 0x5920
.short 22882 ; 0x5962
.short 23094 ; 0x5a36
.short 23105 ; 0x5a41
.short 23113 ; 0x5a49
.short 23142 ; 0x5a66
.short 23146 ; 0x5a6a
.short 23104 ; 0x5a40
.short 23100 ; 0x5a3c
.short 23138 ; 0x5a62
.short 23130 ; 0x5a5a
.short 23110 ; 0x5a46
.short 23114 ; 0x5a4a
.short 23408 ; 0x5b70
.short 23495 ; 0x5bc7
.short 23493 ; 0x5bc5
.short 23492 ; 0x5bc4
.short 23490 ; 0x5bc2
.short 23487 ; 0x5bbf
.short 23494 ; 0x5bc6
.short 23561 ; 0x5c09
.short 23560 ; 0x5c08
.short 23559 ; 0x5c07
.short 23648 ; 0x5c60
.short 23644 ; 0x5c5c
.short 23645 ; 0x5c5d
.short 23815 ; 0x5d07
.short 23814 ; 0x5d06
.short 23822 ; 0x5d0e
.short 23835 ; 0x5d1b
.short 23830 ; 0x5d16
.short 23842 ; 0x5d22
.short 23825 ; 0x5d11
.short 23849 ; 0x5d29
.short 23828 ; 0x5d14
.short 23833 ; 0x5d19
.short 23844 ; 0x5d24
.short 23847 ; 0x5d27
.short 23831 ; 0x5d17
.short 24034 ; 0x5de2
.short 24120 ; 0x5e38
.short 24118 ; 0x5e36
.short 24115 ; 0x5e33
.short 24119 ; 0x5e37
.short 24247 ; 0x5eb7
.short 24248 ; 0x5eb8
.short 24246 ; 0x5eb6
.short 24245 ; 0x5eb5
.short 24254 ; 0x5ebe
.short 24373 ; 0x5f35
.short 24375 ; 0x5f37
.short 24407 ; 0x5f57
.short 24428 ; 0x5f6c
.short 24425 ; 0x5f69
.short 24427 ; 0x5f6b
.short 24471 ; 0x5f97
.short 24473 ; 0x5f99
.short 24478 ; 0x5f9e
.short 24472 ; 0x5f98
.short 24481 ; 0x5fa1
.short 24480 ; 0x5fa0
.short 24476 ; 0x5f9c
.short 24703 ; 0x607f
.short 24739 ; 0x60a3
.short 24713 ; 0x6089
.short 24736 ; 0x60a0
.short 24744 ; 0x60a8
.short 24779 ; 0x60cb
.short 24756 ; 0x60b4
.short 24806 ; 0x60e6
.short 24765 ; 0x60bd
.short 24773 ; 0x60c5
.short 24763 ; 0x60bb
.short 24757 ; 0x60b5
.short 24796 ; 0x60dc
.short 24764 ; 0x60bc
.short 24792 ; 0x60d8
.short 24789 ; 0x60d5
.short 24774 ; 0x60c6
.short 24799 ; 0x60df
.short 24760 ; 0x60b8
.short 24794 ; 0x60da
.short 24775 ; 0x60c7
.short 25114 ; 0x621a
.short 25115 ; 0x621b
.short 25160 ; 0x6248
.short 25504 ; 0x63a0
.short 25511 ; 0x63a7
.short 25458 ; 0x6372
.short 25494 ; 0x6396
.short 25506 ; 0x63a2
.short 25509 ; 0x63a5
.short 25463 ; 0x6377
.short 25447 ; 0x6367
.short 25496 ; 0x6398
.short 25514 ; 0x63aa
.short 25457 ; 0x6371
.short 25513 ; 0x63a9
.short 25481 ; 0x6389
.short 25475 ; 0x6383
.short 25499 ; 0x639b
.short 25451 ; 0x636b
.short 25512 ; 0x63a8
.short 25476 ; 0x6384
.short 25480 ; 0x6388
.short 25497 ; 0x6399
.short 25505 ; 0x63a1
.short 25516 ; 0x63ac
.short 25490 ; 0x6392
.short 25487 ; 0x638f
.short 25472 ; 0x6380
.short 25467 ; 0x637b
.short 25449 ; 0x6369
.short 25448 ; 0x6368
.short 25466 ; 0x637a
.short 25949 ; 0x655d
.short 25942 ; 0x6556
.short 25937 ; 0x6551
.short 25945 ; 0x6559
.short 25943 ; 0x6557
.short 21855 ; 0x555f
.short 25935 ; 0x654f
.short 25944 ; 0x6558
.short 25941 ; 0x6555
.short 25940 ; 0x6554
.short 26012 ; 0x659c
.short 26011 ; 0x659b
.short 26028 ; 0x65ac
.short 26063 ; 0x65cf
.short 26059 ; 0x65cb
.short 26060 ; 0x65cc
.short 26062 ; 0x65ce
.short 26205 ; 0x665d
.short 26202 ; 0x665a
.short 26212 ; 0x6664
.short 26216 ; 0x6668
.short 26214 ; 0x6666
.short 26206 ; 0x665e
.short 26361 ; 0x66f9
.short 21207 ; 0x52d7
.short 26395 ; 0x671b
.short 26753 ; 0x6881
.short 26799 ; 0x68af
.short 26786 ; 0x68a2
.short 26771 ; 0x6893
.short 26805 ; 0x68b5
.short 26751 ; 0x687f
.short 26742 ; 0x6876
.short 26801 ; 0x68b1
.short 26791 ; 0x68a7
.short 26775 ; 0x6897
.short 26800 ; 0x68b0
.short 26755 ; 0x6883
.short 26820 ; 0x68c4
.short 26797 ; 0x68ad
.short 26758 ; 0x6886
.short 26757 ; 0x6885
.short 26772 ; 0x6894
.short 26781 ; 0x689d
.short 26792 ; 0x68a8
.short 26783 ; 0x689f
.short 26785 ; 0x68a1
.short 26754 ; 0x6882
.short 27442 ; 0x6b32
.short 27578 ; 0x6bba
.short 27627 ; 0x6beb
.short 27628 ; 0x6bec
.short 27691 ; 0x6c2b
.short 28046 ; 0x6d8e
.short 28092 ; 0x6dbc
.short 28147 ; 0x6df3
.short 28121 ; 0x6dd9
.short 28082 ; 0x6db2
.short 28129 ; 0x6de1
.short 28108 ; 0x6dcc
.short 28132 ; 0x6de4
.short 28155 ; 0x6dfb
.short 28154 ; 0x6dfa
.short 28165 ; 0x6e05
.short 28103 ; 0x6dc7
.short 28107 ; 0x6dcb
.short 28079 ; 0x6daf
.short 28113 ; 0x6dd1
.short 28078 ; 0x6dae
.short 28126 ; 0x6dde
.short 28153 ; 0x6df9
.short 28088 ; 0x6db8
.short 28151 ; 0x6df7
.short 28149 ; 0x6df5
.short 28101 ; 0x6dc5
.short 28114 ; 0x6dd2
.short 28186 ; 0x6e1a
.short 28085 ; 0x6db5
.short 28122 ; 0x6dda
.short 28139 ; 0x6deb
.short 28120 ; 0x6dd8
.short 28138 ; 0x6dea
.short 28145 ; 0x6df1
.short 28142 ; 0x6dee
.short 28136 ; 0x6de8
.short 28102 ; 0x6dc6
.short 28100 ; 0x6dc4
.short 28074 ; 0x6daa
.short 28140 ; 0x6dec
.short 28095 ; 0x6dbf
.short 28134 ; 0x6de6
.short 28921 ; 0x70f9
.short 28937 ; 0x7109
.short 28938 ; 0x710a
.short 28925 ; 0x70fd
.short 28911 ; 0x70ef
.short 29245 ; 0x723d
.short 29309 ; 0x727d
.short 29313 ; 0x7281
.short 29468 ; 0x731c
.short 29467 ; 0x731b
.short 29462 ; 0x7316
.short 29459 ; 0x7313
.short 29465 ; 0x7319
.short 29575 ; 0x7387
.short 29701 ; 0x7405
.short 29706 ; 0x740a
.short 29699 ; 0x7403
.short 29702 ; 0x7406
.short 29694 ; 0x73fe
.short 29709 ; 0x740d
.short 29920 ; 0x74e0
.short 29942 ; 0x74f6
.short 29943 ; 0x74f7
.short 29980 ; 0x751c
.short 29986 ; 0x7522
.short 30053 ; 0x7565
.short 30054 ; 0x7566
.short 30050 ; 0x7562
.short 30064 ; 0x7570
.short 30095 ; 0x758f
.short 30164 ; 0x75d4
.short 30165 ; 0x75d5
.short 30133 ; 0x75b5
.short 30154 ; 0x75ca
.short 30157 ; 0x75cd
.short 30350 ; 0x768e
.short 30420 ; 0x76d4
.short 30418 ; 0x76d2
.short 30427 ; 0x76db
.short 30519 ; 0x7737
.short 30526 ; 0x773e
.short 30524 ; 0x773c
.short 30518 ; 0x7736
.short 30520 ; 0x7738
.short 30522 ; 0x773a
.short 30827 ; 0x786b
.short 30787 ; 0x7843
.short 30798 ; 0x784e
.short 31077 ; 0x7965
.short 31080 ; 0x7968
.short 31085 ; 0x796d
.short 31227 ; 0x79fb
.short 31378 ; 0x7a92
.short 31381 ; 0x7a95
.short 31520 ; 0x7b20
.short 31528 ; 0x7b28
.short 31515 ; 0x7b1b
.short 31532 ; 0x7b2c
.short 31526 ; 0x7b26
.short 31513 ; 0x7b19
.short 31518 ; 0x7b1e
.short 31534 ; 0x7b2e
.short 31890 ; 0x7c92
.short 31895 ; 0x7c97
.short 31893 ; 0x7c95
.short 32070 ; 0x7d46
.short 32067 ; 0x7d43
.short 32113 ; 0x7d71
.short 32046 ; 0x7d2e
.short 32057 ; 0x7d39
.short 32060 ; 0x7d3c
.short 32064 ; 0x7d40
.short 32048 ; 0x7d30
.short 32051 ; 0x7d33
.short 32068 ; 0x7d44
.short 32047 ; 0x7d2f
.short 32066 ; 0x7d42
.short 32050 ; 0x7d32
.short 32049 ; 0x7d31
.short 32573 ; 0x7f3d
.short 32670 ; 0x7f9e
.short 32666 ; 0x7f9a
.short 32716 ; 0x7fcc
.short 32718 ; 0x7fce
.short 32722 ; 0x7fd2
.short 32796 ; 0x801c
.short 32842 ; 0x804a
.short 32838 ; 0x8046
.short 33071 ; 0x812f
.short 33046 ; 0x8116
.short 33059 ; 0x8123
.short 33067 ; 0x812b
.short 33065 ; 0x8129
.short 33072 ; 0x8130
.short 33060 ; 0x8124
.short 33282 ; 0x8202
.short 33333 ; 0x8235
.short 33335 ; 0x8237
.short 33334 ; 0x8236
.short 33337 ; 0x8239
.short 33678 ; 0x838e
.short 33694 ; 0x839e
.short 33688 ; 0x8398
.short 33656 ; 0x8378
.short 33698 ; 0x83a2
.short 33686 ; 0x8396
.short 33725 ; 0x83bd
.short 33707 ; 0x83ab
.short 33682 ; 0x8392
.short 33674 ; 0x838a
.short 33683 ; 0x8393
.short 33673 ; 0x8389
.short 33696 ; 0x83a0
.short 33655 ; 0x8377
.short 33659 ; 0x837b
.short 33660 ; 0x837c
.short 33670 ; 0x8386
.short 33703 ; 0x83a7
.short 34389 ; 0x8655
.short 24426 ; 0x5f6a
.short 34503 ; 0x86c7
.short 34496 ; 0x86c0
.short 34486 ; 0x86b6
.short 34500 ; 0x86c4
.short 34485 ; 0x86b5
.short 34502 ; 0x86c6
.short 34507 ; 0x86cb
.short 34481 ; 0x86b1
.short 34479 ; 0x86af
.short 34505 ; 0x86c9
.short 34899 ; 0x8853
.short 34974 ; 0x889e
.short 34952 ; 0x8888
.short 34987 ; 0x88ab
.short 34962 ; 0x8892
.short 34966 ; 0x8896
.short 34957 ; 0x888d
.short 34955 ; 0x888b
.short 35219 ; 0x8993
.short 35215 ; 0x898f
.short 35370 ; 0x8a2a
.short 35357 ; 0x8a1d
.short 35363 ; 0x8a23
.short 35365 ; 0x8a25
.short 35377 ; 0x8a31
.short 35373 ; 0x8a2d
.short 35359 ; 0x8a1f
.short 35355 ; 0x8a1b
.short 35362 ; 0x8a22
.short 35913 ; 0x8c49
.short 35930 ; 0x8c5a
.short 36009 ; 0x8ca9
.short 36012 ; 0x8cac
.short 36011 ; 0x8cab
.short 36008 ; 0x8ca8
.short 36010 ; 0x8caa
.short 36007 ; 0x8ca7
.short 36199 ; 0x8d67
.short 36198 ; 0x8d66
.short 36286 ; 0x8dbe
.short 36282 ; 0x8dba
.short 36571 ; 0x8edb
.short 36575 ; 0x8edf
.short 36889 ; 0x9019
.short 36877 ; 0x900d
.short 36890 ; 0x901a
.short 36887 ; 0x9017
.short 36899 ; 0x9023
.short 36895 ; 0x901f
.short 36893 ; 0x901d
.short 36880 ; 0x9010
.short 36885 ; 0x9015
.short 36894 ; 0x901e
.short 36896 ; 0x9020
.short 36879 ; 0x900f
.short 36898 ; 0x9022
.short 36886 ; 0x9016
.short 36891 ; 0x901b
.short 36884 ; 0x9014
.short 37096 ; 0x90e8
.short 37101 ; 0x90ed
.short 37117 ; 0x90fd
.short 37207 ; 0x9157
.short 37326 ; 0x91ce
.short 37365 ; 0x91f5
.short 37350 ; 0x91e6
.short 37347 ; 0x91e3
.short 37351 ; 0x91e7
.short 37357 ; 0x91ed
.short 37353 ; 0x91e9
.short 38281 ; 0x9589
.short 38506 ; 0x966a
.short 38517 ; 0x9675
.short 38515 ; 0x9673
.short 38520 ; 0x9678
.short 38512 ; 0x9670
.short 38516 ; 0x9674
.short 38518 ; 0x9676
.short 38519 ; 0x9677
.short 38508 ; 0x966c
.short 38592 ; 0x96c0
.short 38634 ; 0x96ea
.short 38633 ; 0x96e9
.short 31456 ; 0x7ae0
.short 31455 ; 0x7adf
.short 38914 ; 0x9802
.short 38915 ; 0x9803
.short 39770 ; 0x9b5a
.short 40165 ; 0x9ce5
.short 40565 ; 0x9e75
.short 40575 ; 0x9e7f
.short 40613 ; 0x9ea5
.short 40635 ; 0x9ebb
.short 20642 ; 0x50a2
.short 20621 ; 0x508d
.short 20613 ; 0x5085
.short 20633 ; 0x5099
.short 20625 ; 0x5091
.short 20608 ; 0x5080
.short 20630 ; 0x5096
.short 20632 ; 0x5098
.short 20634 ; 0x509a
.short 26368 ; 0x6700
.short 20977 ; 0x51f1
.short 21106 ; 0x5272
.short 21108 ; 0x5274
.short 21109 ; 0x5275
.short 21097 ; 0x5269
.short 21214 ; 0x52de
.short 21213 ; 0x52dd
.short 21211 ; 0x52db
.short 21338 ; 0x535a
.short 21413 ; 0x53a5
.short 21883 ; 0x557b
.short 21888 ; 0x5580
.short 21927 ; 0x55a7
.short 21884 ; 0x557c
.short 21898 ; 0x558a
.short 21917 ; 0x559d
.short 21912 ; 0x5598
.short 21890 ; 0x5582
.short 21916 ; 0x559c
.short 21930 ; 0x55aa
.short 21908 ; 0x5594
.short 21895 ; 0x5587
.short 21899 ; 0x558b
.short 21891 ; 0x5583
.short 21939 ; 0x55b3
.short 21934 ; 0x55ae
.short 21919 ; 0x559f
.short 21822 ; 0x553e
.short 21938 ; 0x55b2
.short 21914 ; 0x559a
.short 21947 ; 0x55bb
.short 21932 ; 0x55ac
.short 21937 ; 0x55b1
.short 21886 ; 0x557e
.short 21897 ; 0x5589
.short 21931 ; 0x55ab
.short 21913 ; 0x5599
.short 22285 ; 0x570d
.short 22575 ; 0x582f
.short 22570 ; 0x582a
.short 22580 ; 0x5834
.short 22564 ; 0x5824
.short 22576 ; 0x5830
.short 22577 ; 0x5831
.short 22561 ; 0x5821
.short 22557 ; 0x581d
.short 22560 ; 0x5820
.short 22777 ; 0x58f9
.short 22778 ; 0x58fa
.short 22880 ; 0x5960
.short 23159 ; 0x5a77
.short 23194 ; 0x5a9a
.short 23167 ; 0x5a7f
.short 23186 ; 0x5a92
.short 23195 ; 0x5a9b
.short 23207 ; 0x5aa7
.short 23411 ; 0x5b73
.short 23409 ; 0x5b71
.short 23506 ; 0x5bd2
.short 23500 ; 0x5bcc
.short 23507 ; 0x5bd3
.short 23504 ; 0x5bd0
.short 23562 ; 0x5c0a
.short 23563 ; 0x5c0b
.short 23601 ; 0x5c31
.short 23884 ; 0x5d4c
.short 23888 ; 0x5d50
.short 23860 ; 0x5d34
.short 23879 ; 0x5d47
.short 24061 ; 0x5dfd
.short 24133 ; 0x5e45
.short 24125 ; 0x5e3d
.short 24128 ; 0x5e40
.short 24131 ; 0x5e43
.short 24190 ; 0x5e7e
.short 24266 ; 0x5eca
.short 24257 ; 0x5ec1
.short 24258 ; 0x5ec2
.short 24260 ; 0x5ec4
.short 24380 ; 0x5f3c
.short 24429 ; 0x5f6d
.short 24489 ; 0x5fa9
.short 24490 ; 0x5faa
.short 24488 ; 0x5fa8
.short 24785 ; 0x60d1
.short 24801 ; 0x60e1
.short 24754 ; 0x60b2
.short 24758 ; 0x60b6
.short 24800 ; 0x60e0
.short 24860 ; 0x611c
.short 24867 ; 0x6123
.short 24826 ; 0x60fa
.short 24853 ; 0x6115
.short 24816 ; 0x60f0
.short 24827 ; 0x60fb
.short 24820 ; 0x60f4
.short 24936 ; 0x6168
.short 24817 ; 0x60f1
.short 24846 ; 0x610e
.short 24822 ; 0x60f6
.short 24841 ; 0x6109
.short 24832 ; 0x6100
.short 24850 ; 0x6112
.short 25119 ; 0x621f
.short 25161 ; 0x6249
.short 25507 ; 0x63a3
.short 25484 ; 0x638c
.short 25551 ; 0x63cf
.short 25536 ; 0x63c0
.short 25577 ; 0x63e9
.short 25545 ; 0x63c9
.short 25542 ; 0x63c6
.short 25549 ; 0x63cd
.short 25554 ; 0x63d2
.short 25571 ; 0x63e3
.short 25552 ; 0x63d0
.short 25569 ; 0x63e1
.short 25558 ; 0x63d6
.short 25581 ; 0x63ed
.short 25582 ; 0x63ee
.short 25462 ; 0x6376
.short 25588 ; 0x63f4
.short 25578 ; 0x63ea
.short 25563 ; 0x63db
.short 25682 ; 0x6452
.short 25562 ; 0x63da
.short 25593 ; 0x63f9
.short 25950 ; 0x655e
.short 25958 ; 0x6566
.short 25954 ; 0x6562
.short 25955 ; 0x6563
.short 26001 ; 0x6591
.short 26000 ; 0x6590
.short 26031 ; 0x65af
.short 26222 ; 0x666e
.short 26224 ; 0x6670
.short 26228 ; 0x6674
.short 26230 ; 0x6676
.short 26223 ; 0x666f
.short 26257 ; 0x6691
.short 26234 ; 0x667a
.short 26238 ; 0x667e
.short 26231 ; 0x6677
.short 26366 ; 0x66fe
.short 26367 ; 0x66ff
.short 26399 ; 0x671f
.short 26397 ; 0x671d
.short 26874 ; 0x68fa
.short 26837 ; 0x68d5
.short 26848 ; 0x68e0
.short 26840 ; 0x68d8
.short 26839 ; 0x68d7
.short 26885 ; 0x6905
.short 26847 ; 0x68df
.short 26869 ; 0x68f5
.short 26862 ; 0x68ee
.short 26855 ; 0x68e7
.short 26873 ; 0x68f9
.short 26834 ; 0x68d2
.short 26866 ; 0x68f2
.short 26851 ; 0x68e3
.short 26827 ; 0x68cb
.short 26829 ; 0x68cd
.short 26893 ; 0x690d
.short 26898 ; 0x6912
.short 26894 ; 0x690e
.short 26825 ; 0x68c9
.short 26842 ; 0x68da
.short 26990 ; 0x696e
.short 26875 ; 0x68fb
.short 27454 ; 0x6b3e
.short 27450 ; 0x6b3a
.short 27453 ; 0x6b3d
.short 27544 ; 0x6b98
.short 27542 ; 0x6b96
.short 27580 ; 0x6bbc
.short 27631 ; 0x6bef
.short 27694 ; 0x6c2e
.short 27695 ; 0x6c2f
.short 27692 ; 0x6c2c
.short 28207 ; 0x6e2f
.short 28216 ; 0x6e38
.short 28244 ; 0x6e54
.short 28193 ; 0x6e21
.short 28210 ; 0x6e32
.short 28263 ; 0x6e67
.short 28234 ; 0x6e4a
.short 28192 ; 0x6e20
.short 28197 ; 0x6e25
.short 28195 ; 0x6e23
.short 28187 ; 0x6e1b
.short 28251 ; 0x6e5b
.short 28248 ; 0x6e58
.short 28196 ; 0x6e24
.short 28246 ; 0x6e56
.short 28270 ; 0x6e6e
.short 28205 ; 0x6e2d
.short 28198 ; 0x6e26
.short 28271 ; 0x6e6f
.short 28212 ; 0x6e34
.short 28237 ; 0x6e4d
.short 28218 ; 0x6e3a
.short 28204 ; 0x6e2c
.short 28227 ; 0x6e43
.short 28189 ; 0x6e1d
.short 28222 ; 0x6e3e
.short 28363 ; 0x6ecb
.short 28297 ; 0x6e89
.short 28185 ; 0x6e19
.short 28238 ; 0x6e4e
.short 28259 ; 0x6e63
.short 28228 ; 0x6e44
.short 28274 ; 0x6e72
.short 28265 ; 0x6e69
.short 28255 ; 0x6e5f
.short 28953 ; 0x7119
.short 28954 ; 0x711a
.short 28966 ; 0x7126
.short 28976 ; 0x7130
.short 28961 ; 0x7121
.short 28982 ; 0x7136
.short 29038 ; 0x716e
.short 28956 ; 0x711c
.short 29260 ; 0x724c
.short 29316 ; 0x7284
.short 29312 ; 0x7280
.short 29494 ; 0x7336
.short 29477 ; 0x7325
.short 29492 ; 0x7334
.short 29481 ; 0x7329
.short 29754 ; 0x743a
.short 29738 ; 0x742a
.short 29747 ; 0x7433
.short 29730 ; 0x7422
.short 29733 ; 0x7425
.short 29749 ; 0x7435
.short 29750 ; 0x7436
.short 29748 ; 0x7434
.short 29743 ; 0x742f
.short 29723 ; 0x741b
.short 29734 ; 0x7426
.short 29736 ; 0x7428
.short 29989 ; 0x7525
.short 29990 ; 0x7526
.short 30059 ; 0x756b
.short 30058 ; 0x756a
.short 30178 ; 0x75e2
.short 30171 ; 0x75db
.short 30179 ; 0x75e3
.short 30169 ; 0x75d9
.short 30168 ; 0x75d8
.short 30174 ; 0x75de
.short 30176 ; 0x75e0
.short 30331 ; 0x767b
.short 30332 ; 0x767c
.short 30358 ; 0x7696
.short 30355 ; 0x7693
.short 30388 ; 0x76b4
.short 30428 ; 0x76dc
.short 30543 ; 0x774f
.short 30701 ; 0x77ed
.short 30813 ; 0x785d
.short 30828 ; 0x786c
.short 30831 ; 0x786f
.short 31245 ; 0x7a0d
.short 31240 ; 0x7a08
.short 31243 ; 0x7a0b
.short 31237 ; 0x7a05
.short 31232 ; 0x7a00
.short 31384 ; 0x7a98
.short 31383 ; 0x7a97
.short 31382 ; 0x7a96
.short 31461 ; 0x7ae5
.short 31459 ; 0x7ae3
.short 31561 ; 0x7b49
.short 31574 ; 0x7b56
.short 31558 ; 0x7b46
.short 31568 ; 0x7b50
.short 31570 ; 0x7b52
.short 31572 ; 0x7b54
.short 31565 ; 0x7b4d
.short 31563 ; 0x7b4b
.short 31567 ; 0x7b4f
.short 31569 ; 0x7b51
.short 31903 ; 0x7c9f
.short 31909 ; 0x7ca5
.short 32094 ; 0x7d5e
.short 32080 ; 0x7d50
.short 32104 ; 0x7d68
.short 32085 ; 0x7d55
.short 32043 ; 0x7d2b
.short 32110 ; 0x7d6e
.short 32114 ; 0x7d72
.short 32097 ; 0x7d61
.short 32102 ; 0x7d66
.short 32098 ; 0x7d62
.short 32112 ; 0x7d70
.short 32115 ; 0x7d73
.short 21892 ; 0x5584
.short 32724 ; 0x7fd4
.short 32725 ; 0x7fd5
.short 32779 ; 0x800b
.short 32850 ; 0x8052
.short 32901 ; 0x8085
.short 33109 ; 0x8155
.short 33108 ; 0x8154
.short 33099 ; 0x814b
.short 33105 ; 0x8151
.short 33102 ; 0x814e
.short 33081 ; 0x8139
.short 33094 ; 0x8146
.short 33086 ; 0x813e
.short 33100 ; 0x814c
.short 33107 ; 0x8153
.short 33140 ; 0x8174
.short 33298 ; 0x8212
.short 33308 ; 0x821c
.short 33769 ; 0x83e9
.short 33795 ; 0x8403
.short 33784 ; 0x83f8
.short 33805 ; 0x840d
.short 33760 ; 0x83e0
.short 33733 ; 0x83c5
.short 33803 ; 0x840b
.short 33729 ; 0x83c1
.short 33775 ; 0x83ef
.short 33777 ; 0x83f1
.short 33780 ; 0x83f4
.short 33879 ; 0x8457
.short 33802 ; 0x840a
.short 33776 ; 0x83f0
.short 33804 ; 0x840c
.short 33740 ; 0x83cc
.short 33789 ; 0x83fd
.short 33778 ; 0x83f2
.short 33738 ; 0x83ca
.short 33848 ; 0x8438
.short 33806 ; 0x840e
.short 33796 ; 0x8404
.short 33756 ; 0x83dc
.short 33799 ; 0x8407
.short 33748 ; 0x83d4
.short 33759 ; 0x83df
.short 34395 ; 0x865b
.short 34527 ; 0x86df
.short 34521 ; 0x86d9
.short 34541 ; 0x86ed
.short 34516 ; 0x86d4
.short 34523 ; 0x86db
.short 34532 ; 0x86e4
.short 34512 ; 0x86d0
.short 34526 ; 0x86de
.short 34903 ; 0x8857
.short 35009 ; 0x88c1
.short 35010 ; 0x88c2
.short 34993 ; 0x88b1
.short 35203 ; 0x8983
.short 35222 ; 0x8996
.short 35387 ; 0x8a3b
.short 35424 ; 0x8a60
.short 35413 ; 0x8a55
.short 35422 ; 0x8a5e
.short 35388 ; 0x8a3c
.short 35393 ; 0x8a41
.short 35412 ; 0x8a54
.short 35419 ; 0x8a5b
.short 35408 ; 0x8a50
.short 35398 ; 0x8a46
.short 35380 ; 0x8a34
.short 35386 ; 0x8a3a
.short 35382 ; 0x8a36
.short 35414 ; 0x8a56
.short 35937 ; 0x8c61
.short 35970 ; 0x8c82
.short 36015 ; 0x8caf
.short 36028 ; 0x8cbc
.short 36019 ; 0x8cb3
.short 36029 ; 0x8cbd
.short 36033 ; 0x8cc1
.short 36027 ; 0x8cbb
.short 36032 ; 0x8cc0
.short 36020 ; 0x8cb4
.short 36023 ; 0x8cb7
.short 36022 ; 0x8cb6
.short 36031 ; 0x8cbf
.short 36024 ; 0x8cb8
.short 36234 ; 0x8d8a
.short 36229 ; 0x8d85
.short 36225 ; 0x8d81
.short 36302 ; 0x8dce
.short 36317 ; 0x8ddd
.short 36299 ; 0x8dcb
.short 36314 ; 0x8dda
.short 36305 ; 0x8dd1
.short 36300 ; 0x8dcc
.short 36315 ; 0x8ddb
.short 36294 ; 0x8dc6
.short 36603 ; 0x8efb
.short 36600 ; 0x8ef8
.short 36604 ; 0x8efc
.short 36764 ; 0x8f9c
.short 36910 ; 0x902e
.short 36917 ; 0x9035
.short 36913 ; 0x9031
.short 36920 ; 0x9038
.short 36914 ; 0x9032
.short 36918 ; 0x9036
.short 37122 ; 0x9102
.short 37109 ; 0x90f5
.short 37129 ; 0x9109
.short 37118 ; 0x90fe
.short 37219 ; 0x9163
.short 37221 ; 0x9165
.short 37327 ; 0x91cf
.short 37396 ; 0x9214
.short 37397 ; 0x9215
.short 37411 ; 0x9223
.short 37385 ; 0x9209
.short 37406 ; 0x921e
.short 37389 ; 0x920d
.short 37392 ; 0x9210
.short 37383 ; 0x9207
.short 37393 ; 0x9211
.short 38292 ; 0x9594
.short 38287 ; 0x958f
.short 38283 ; 0x958b
.short 38289 ; 0x9591
.short 38291 ; 0x9593
.short 38290 ; 0x9592
.short 38286 ; 0x958e
.short 38538 ; 0x968a
.short 38542 ; 0x968e
.short 38539 ; 0x968b
.short 38525 ; 0x967d
.short 38533 ; 0x9685
.short 38534 ; 0x9686
.short 38541 ; 0x968d
.short 38514 ; 0x9672
.short 38532 ; 0x9684
.short 38593 ; 0x96c1
.short 38597 ; 0x96c5
.short 38596 ; 0x96c4
.short 38598 ; 0x96c6
.short 38599 ; 0x96c7
.short 38639 ; 0x96ef
.short 38642 ; 0x96f2
.short 38860 ; 0x97cc
.short 38917 ; 0x9805
.short 38918 ; 0x9806
.short 38920 ; 0x9808
.short 39143 ; 0x98e7
.short 39146 ; 0x98ea
.short 39151 ; 0x98ef
.short 39145 ; 0x98e9
.short 39154 ; 0x98f2
.short 39149 ; 0x98ed
.short 39342 ; 0x99ae
.short 39341 ; 0x99ad
.short 40643 ; 0x9ec3
.short 40653 ; 0x9ecd
.short 40657 ; 0x9ed1
.short 20098 ; 0x4e82
.short 20653 ; 0x50ad
.short 20661 ; 0x50b5
.short 20658 ; 0x50b2
.short 20659 ; 0x50b3
.short 20677 ; 0x50c5
.short 20670 ; 0x50be
.short 20652 ; 0x50ac
.short 20663 ; 0x50b7
.short 20667 ; 0x50bb
.short 20655 ; 0x50af
.short 20679 ; 0x50c7
.short 21119 ; 0x527f
.short 21111 ; 0x5277
.short 21117 ; 0x527d
.short 21215 ; 0x52df
.short 21222 ; 0x52e6
.short 21220 ; 0x52e4
.short 21218 ; 0x52e2
.short 21219 ; 0x52e3
.short 21295 ; 0x532f
.short 21983 ; 0x55df
.short 21992 ; 0x55e8
.short 21971 ; 0x55d3
.short 21990 ; 0x55e6
.short 21966 ; 0x55ce
.short 21980 ; 0x55dc
.short 21959 ; 0x55c7
.short 21969 ; 0x55d1
.short 21987 ; 0x55e3
.short 21988 ; 0x55e4
.short 21999 ; 0x55ef
.short 21978 ; 0x55da
.short 21985 ; 0x55e1
.short 21957 ; 0x55c5
.short 21958 ; 0x55c6
.short 21989 ; 0x55e5
.short 21961 ; 0x55c9
.short 22290 ; 0x5712
.short 22291 ; 0x5713
.short 22622 ; 0x585e
.short 22609 ; 0x5851
.short 22616 ; 0x5858
.short 22615 ; 0x5857
.short 22618 ; 0x585a
.short 22612 ; 0x5854
.short 22635 ; 0x586b
.short 22604 ; 0x584c
.short 22637 ; 0x586d
.short 22602 ; 0x584a
.short 22626 ; 0x5862
.short 22610 ; 0x5852
.short 22603 ; 0x584b
.short 22887 ; 0x5967
.short 23233 ; 0x5ac1
.short 23241 ; 0x5ac9
.short 23244 ; 0x5acc
.short 23230 ; 0x5abe
.short 23229 ; 0x5abd
.short 23228 ; 0x5abc
.short 23219 ; 0x5ab3
.short 23234 ; 0x5ac2
.short 23218 ; 0x5ab2
.short 23913 ; 0x5d69
.short 23919 ; 0x5d6f
.short 24140 ; 0x5e4c
.short 24185 ; 0x5e79
.short 24265 ; 0x5ec9
.short 24264 ; 0x5ec8
.short 24338 ; 0x5f12
.short 24409 ; 0x5f59
.short 24492 ; 0x5fac
.short 24494 ; 0x5fae
.short 24858 ; 0x611a
.short 24847 ; 0x610f
.short 24904 ; 0x6148
.short 24863 ; 0x611f
.short 24819 ; 0x60f3
.short 24859 ; 0x611b
.short 24825 ; 0x60f9
.short 24833 ; 0x6101
.short 24840 ; 0x6108
.short 24910 ; 0x614e
.short 24908 ; 0x614c
.short 24900 ; 0x6144
.short 24909 ; 0x614d
.short 24894 ; 0x613e
.short 24884 ; 0x6134
.short 24871 ; 0x6127
.short 24845 ; 0x610d
.short 24838 ; 0x6106
.short 24887 ; 0x6137
.short 25121 ; 0x6221
.short 25122 ; 0x6222
.short 25619 ; 0x6413
.short 25662 ; 0x643e
.short 25630 ; 0x641e
.short 25642 ; 0x642a
.short 25645 ; 0x642d
.short 25661 ; 0x643d
.short 25644 ; 0x642c
.short 25615 ; 0x640f
.short 25628 ; 0x641c
.short 25620 ; 0x6414
.short 25613 ; 0x640d
.short 25654 ; 0x6436
.short 25622 ; 0x6416
.short 25623 ; 0x6417
.short 25606 ; 0x6406
.short 25964 ; 0x656c
.short 26015 ; 0x659f
.short 26032 ; 0x65b0
.short 26263 ; 0x6697
.short 26249 ; 0x6689
.short 26247 ; 0x6687
.short 26248 ; 0x6688
.short 26262 ; 0x6696
.short 26244 ; 0x6684
.short 26264 ; 0x6698
.short 26253 ; 0x668d
.short 26371 ; 0x6703
.short 27028 ; 0x6994
.short 26989 ; 0x696d
.short 26970 ; 0x695a
.short 26999 ; 0x6977
.short 26976 ; 0x6960
.short 26964 ; 0x6954
.short 26997 ; 0x6975
.short 26928 ; 0x6930
.short 27010 ; 0x6982
.short 26954 ; 0x694a
.short 26984 ; 0x6968
.short 26987 ; 0x696b
.short 26974 ; 0x695e
.short 26963 ; 0x6953
.short 27001 ; 0x6979
.short 27014 ; 0x6986
.short 26973 ; 0x695d
.short 26979 ; 0x6963
.short 26971 ; 0x695b
.short 27463 ; 0x6b47
.short 27506 ; 0x6b72
.short 27584 ; 0x6bc0
.short 27583 ; 0x6bbf
.short 27603 ; 0x6bd3
.short 27645 ; 0x6bfd
.short 28322 ; 0x6ea2
.short 28335 ; 0x6eaf
.short 28371 ; 0x6ed3
.short 28342 ; 0x6eb6
.short 28354 ; 0x6ec2
.short 28304 ; 0x6e90
.short 28317 ; 0x6e9d
.short 28359 ; 0x6ec7
.short 28357 ; 0x6ec5
.short 28325 ; 0x6ea5
.short 28312 ; 0x6e98
.short 28348 ; 0x6ebc
.short 28346 ; 0x6eba
.short 28331 ; 0x6eab
.short 28369 ; 0x6ed1
.short 28310 ; 0x6e96
.short 28316 ; 0x6e9c
.short 28356 ; 0x6ec4
.short 28372 ; 0x6ed4
.short 28330 ; 0x6eaa
.short 28327 ; 0x6ea7
.short 28340 ; 0x6eb4
.short 29006 ; 0x714e
.short 29017 ; 0x7159
.short 29033 ; 0x7169
.short 29028 ; 0x7164
.short 29001 ; 0x7149
.short 29031 ; 0x7167
.short 29020 ; 0x715c
.short 29036 ; 0x716c
.short 29030 ; 0x7166
.short 29004 ; 0x714c
.short 29029 ; 0x7165
.short 29022 ; 0x715e
.short 28998 ; 0x7146
.short 29032 ; 0x7168
.short 29014 ; 0x7156
.short 29242 ; 0x723a
.short 29266 ; 0x7252
.short 29495 ; 0x7337
.short 29509 ; 0x7345
.short 29503 ; 0x733f
.short 29502 ; 0x733e
.short 29807 ; 0x746f
.short 29786 ; 0x745a
.short 29781 ; 0x7455
.short 29791 ; 0x745f
.short 29790 ; 0x745e
.short 29761 ; 0x7441
.short 29759 ; 0x743f
.short 29785 ; 0x7459
.short 29787 ; 0x745b
.short 29788 ; 0x745c
.short 30070 ; 0x7576
.short 30072 ; 0x7578
.short 30208 ; 0x7600
.short 30192 ; 0x75f0
.short 30209 ; 0x7601
.short 30194 ; 0x75f2
.short 30193 ; 0x75f1
.short 30202 ; 0x75fa
.short 30207 ; 0x75ff
.short 30196 ; 0x75f4
.short 30195 ; 0x75f3
.short 30430 ; 0x76de
.short 30431 ; 0x76df
.short 30555 ; 0x775b
.short 30571 ; 0x776b
.short 30566 ; 0x7766
.short 30558 ; 0x775e
.short 30563 ; 0x7763
.short 30585 ; 0x7779
.short 30570 ; 0x776a
.short 30572 ; 0x776c
.short 30556 ; 0x775c
.short 30565 ; 0x7765
.short 30568 ; 0x7768
.short 30562 ; 0x7762
.short 30702 ; 0x77ee
.short 30862 ; 0x788e
.short 30896 ; 0x78b0
.short 30871 ; 0x7897
.short 30872 ; 0x7898
.short 30860 ; 0x788c
.short 30857 ; 0x7889
.short 30844 ; 0x787c
.short 30865 ; 0x7891
.short 30867 ; 0x7893
.short 30847 ; 0x787f
.short 31098 ; 0x797a
.short 31103 ; 0x797f
.short 31105 ; 0x7981
.short 33836 ; 0x842c
.short 31165 ; 0x79bd
.short 31260 ; 0x7a1c
.short 31258 ; 0x7a1a
.short 31264 ; 0x7a20
.short 31252 ; 0x7a14
.short 31263 ; 0x7a1f
.short 31262 ; 0x7a1e
.short 31391 ; 0x7a9f
.short 31392 ; 0x7aa0
.short 31607 ; 0x7b77
.short 31680 ; 0x7bc0
.short 31584 ; 0x7b60
.short 31598 ; 0x7b6e
.short 31591 ; 0x7b67
.short 31921 ; 0x7cb1
.short 31923 ; 0x7cb3
.short 31925 ; 0x7cb5
.short 32147 ; 0x7d93
.short 32121 ; 0x7d79
.short 32145 ; 0x7d91
.short 32129 ; 0x7d81
.short 32143 ; 0x7d8f
.short 32091 ; 0x7d5b
.short 32622 ; 0x7f6e
.short 32617 ; 0x7f69
.short 32618 ; 0x7f6a
.short 32626 ; 0x7f72
.short 32681 ; 0x7fa9
.short 32680 ; 0x7fa8
.short 32676 ; 0x7fa4
.short 32854 ; 0x8056
.short 32856 ; 0x8058
.short 32902 ; 0x8086
.short 32900 ; 0x8084
.short 33137 ; 0x8171
.short 33136 ; 0x8170
.short 33144 ; 0x8178
.short 33125 ; 0x8165
.short 33134 ; 0x816e
.short 33139 ; 0x8173
.short 33131 ; 0x816b
.short 33145 ; 0x8179
.short 33146 ; 0x817a
.short 33126 ; 0x8166
.short 33285 ; 0x8205
.short 33351 ; 0x8247
.short 33922 ; 0x8482
.short 33911 ; 0x8477
.short 33853 ; 0x843d
.short 33841 ; 0x8431
.short 33909 ; 0x8475
.short 33894 ; 0x8466
.short 33899 ; 0x846b
.short 33865 ; 0x8449
.short 33900 ; 0x846c
.short 33883 ; 0x845b
.short 33852 ; 0x843c
.short 33845 ; 0x8435
.short 33889 ; 0x8461
.short 33891 ; 0x8463
.short 33897 ; 0x8469
.short 33901 ; 0x846d
.short 33862 ; 0x8446
.short 34398 ; 0x865e
.short 34396 ; 0x865c
.short 34399 ; 0x865f
.short 34553 ; 0x86f9
.short 34579 ; 0x8713
.short 34568 ; 0x8708
.short 34567 ; 0x8707
.short 34560 ; 0x8700
.short 34558 ; 0x86fe
.short 34555 ; 0x86fb
.short 34562 ; 0x8702
.short 34563 ; 0x8703
.short 34566 ; 0x8706
.short 34570 ; 0x870a
.short 34905 ; 0x8859
.short 35039 ; 0x88df
.short 35028 ; 0x88d4
.short 35033 ; 0x88d9
.short 35036 ; 0x88dc
.short 35032 ; 0x88d8
.short 35037 ; 0x88dd
.short 35041 ; 0x88e1
.short 35018 ; 0x88ca
.short 35029 ; 0x88d5
.short 35026 ; 0x88d2
.short 35228 ; 0x899c
.short 35299 ; 0x89e3
.short 35435 ; 0x8a6b
.short 35442 ; 0x8a72
.short 35443 ; 0x8a73
.short 35430 ; 0x8a66
.short 35433 ; 0x8a69
.short 35440 ; 0x8a70
.short 35463 ; 0x8a87
.short 35452 ; 0x8a7c
.short 35427 ; 0x8a63
.short 35488 ; 0x8aa0
.short 35441 ; 0x8a71
.short 35461 ; 0x8a85
.short 35437 ; 0x8a6d
.short 35426 ; 0x8a62
.short 35438 ; 0x8a6e
.short 35436 ; 0x8a6c
.short 35449 ; 0x8a79
.short 35451 ; 0x8a7b
.short 35390 ; 0x8a3e
.short 35432 ; 0x8a68
.short 35938 ; 0x8c62
.short 35978 ; 0x8c8a
.short 35977 ; 0x8c89
.short 36042 ; 0x8cca
.short 36039 ; 0x8cc7
.short 36040 ; 0x8cc8
.short 36036 ; 0x8cc4
.short 36018 ; 0x8cb2
.short 36035 ; 0x8cc3
.short 36034 ; 0x8cc2
.short 36037 ; 0x8cc5
.short 36321 ; 0x8de1
.short 36319 ; 0x8ddf
.short 36328 ; 0x8de8
.short 36335 ; 0x8def
.short 36339 ; 0x8df3
.short 36346 ; 0x8dfa
.short 36330 ; 0x8dea
.short 36324 ; 0x8de4
.short 36326 ; 0x8de6
.short 36530 ; 0x8eb2
.short 36611 ; 0x8f03
.short 36617 ; 0x8f09
.short 36606 ; 0x8efe
.short 36618 ; 0x8f0a
.short 36767 ; 0x8f9f
.short 36786 ; 0x8fb2
.short 36939 ; 0x904b
.short 36938 ; 0x904a
.short 36947 ; 0x9053
.short 36930 ; 0x9042
.short 36948 ; 0x9054
.short 36924 ; 0x903c
.short 36949 ; 0x9055
.short 36944 ; 0x9050
.short 36935 ; 0x9047
.short 36943 ; 0x904f
.short 36942 ; 0x904e
.short 36941 ; 0x904d
.short 36945 ; 0x9051
.short 36926 ; 0x903e
.short 36929 ; 0x9041
.short 37138 ; 0x9112
.short 37143 ; 0x9117
.short 37228 ; 0x916c
.short 37226 ; 0x916a
.short 37225 ; 0x9169
.short 37321 ; 0x91c9
.short 37431 ; 0x9237
.short 37463 ; 0x9257
.short 37432 ; 0x9238
.short 37437 ; 0x923d
.short 37440 ; 0x9240
.short 37438 ; 0x923e
.short 37467 ; 0x925b
.short 37451 ; 0x924b
.short 37476 ; 0x9264
.short 37457 ; 0x9251
.short 37428 ; 0x9234
.short 37449 ; 0x9249
.short 37453 ; 0x924d
.short 37445 ; 0x9245
.short 37433 ; 0x9239
.short 37439 ; 0x923f
.short 37466 ; 0x925a
.short 38296 ; 0x9598
.short 38552 ; 0x9698
.short 38548 ; 0x9694
.short 38549 ; 0x9695
.short 38605 ; 0x96cd
.short 38603 ; 0x96cb
.short 38601 ; 0x96c9
.short 38602 ; 0x96ca
.short 38647 ; 0x96f7
.short 38651 ; 0x96fb
.short 38649 ; 0x96f9
.short 38646 ; 0x96f6
.short 38742 ; 0x9756
.short 38772 ; 0x9774
.short 38774 ; 0x9776
.short 38928 ; 0x9810
.short 38929 ; 0x9811
.short 38931 ; 0x9813
.short 38922 ; 0x980a
.short 38930 ; 0x9812
.short 38924 ; 0x980c
.short 39164 ; 0x98fc
.short 39156 ; 0x98f4
.short 39165 ; 0x98fd
.short 39166 ; 0x98fe
.short 39347 ; 0x99b3
.short 39345 ; 0x99b1
.short 39348 ; 0x99b4
.short 39649 ; 0x9ae1
.short 40169 ; 0x9ce9
.short 40578 ; 0x9e82
.short 40718 ; 0x9f0e
.short 40723 ; 0x9f13
.short 40736 ; 0x9f20
.short 20711 ; 0x50e7
.short 20718 ; 0x50ee
.short 20709 ; 0x50e5
.short 20694 ; 0x50d6
.short 20717 ; 0x50ed
.short 20698 ; 0x50da
.short 20693 ; 0x50d5
.short 20687 ; 0x50cf
.short 20689 ; 0x50d1
.short 20721 ; 0x50f1
.short 20686 ; 0x50ce
.short 20713 ; 0x50e9
.short 20834 ; 0x5162
.short 20979 ; 0x51f3
.short 21123 ; 0x5283
.short 21122 ; 0x5282
.short 21297 ; 0x5331
.short 21421 ; 0x53ad
.short 22014 ; 0x55fe
.short 22016 ; 0x5600
.short 22043 ; 0x561b
.short 22039 ; 0x5617
.short 22013 ; 0x55fd
.short 22036 ; 0x5614
.short 22022 ; 0x5606
.short 22025 ; 0x5609
.short 22029 ; 0x560d
.short 22030 ; 0x560e
.short 22007 ; 0x55f7
.short 22038 ; 0x5616
.short 22047 ; 0x561f
.short 22024 ; 0x5608
.short 22032 ; 0x5610
.short 22006 ; 0x55f6
.short 22296 ; 0x5718
.short 22294 ; 0x5716
.short 22645 ; 0x5875
.short 22654 ; 0x587e
.short 22659 ; 0x5883
.short 22675 ; 0x5893
.short 22666 ; 0x588a
.short 22649 ; 0x5879
.short 22661 ; 0x5885
.short 22653 ; 0x587d
.short 22781 ; 0x58fd
.short 22821 ; 0x5925
.short 22818 ; 0x5922
.short 22820 ; 0x5924
.short 22890 ; 0x596a
.short 22889 ; 0x5969
.short 23265 ; 0x5ae1
.short 23270 ; 0x5ae6
.short 23273 ; 0x5ae9
.short 23255 ; 0x5ad7
.short 23254 ; 0x5ad6
.short 23256 ; 0x5ad8
.short 23267 ; 0x5ae3
.short 23413 ; 0x5b75
.short 23518 ; 0x5bde
.short 23527 ; 0x5be7
.short 23521 ; 0x5be1
.short 23525 ; 0x5be5
.short 23526 ; 0x5be6
.short 23528 ; 0x5be8
.short 23522 ; 0x5be2
.short 23524 ; 0x5be4
.short 23519 ; 0x5bdf
.short 23565 ; 0x5c0d
.short 23650 ; 0x5c62
.short 23940 ; 0x5d84
.short 23943 ; 0x5d87
.short 24155 ; 0x5e5b
.short 24163 ; 0x5e63
.short 24149 ; 0x5e55
.short 24151 ; 0x5e57
.short 24148 ; 0x5e54
.short 24275 ; 0x5ed3
.short 24278 ; 0x5ed6
.short 24330 ; 0x5f0a
.short 24390 ; 0x5f46
.short 24432 ; 0x5f70
.short 24505 ; 0x5fb9
.short 24903 ; 0x6147
.short 24895 ; 0x613f
.short 24907 ; 0x614b
.short 24951 ; 0x6177
.short 24930 ; 0x6162
.short 24931 ; 0x6163
.short 24927 ; 0x615f
.short 24922 ; 0x615a
.short 24920 ; 0x6158
.short 24949 ; 0x6175
.short 25130 ; 0x622a
.short 25735 ; 0x6487
.short 25688 ; 0x6458
.short 25684 ; 0x6454
.short 25764 ; 0x64a4
.short 25720 ; 0x6478
.short 25695 ; 0x645f
.short 25722 ; 0x647a
.short 25681 ; 0x6451
.short 25703 ; 0x6467
.short 25652 ; 0x6434
.short 25709 ; 0x646d
.short 25723 ; 0x647b
.short 25970 ; 0x6572
.short 26017 ; 0x65a1
.short 26071 ; 0x65d7
.short 26070 ; 0x65d6
.short 26274 ; 0x66a2
.short 26280 ; 0x66a8
.short 26269 ; 0x669d
.short 27036 ; 0x699c
.short 27048 ; 0x69a8
.short 27029 ; 0x6995
.short 27073 ; 0x69c1
.short 27054 ; 0x69ae
.short 27091 ; 0x69d3
.short 27083 ; 0x69cb
.short 27035 ; 0x699b
.short 27063 ; 0x69b7
.short 27067 ; 0x69bb
.short 27051 ; 0x69ab
.short 27060 ; 0x69b4
.short 27088 ; 0x69d0
.short 27085 ; 0x69cd
.short 27053 ; 0x69ad
.short 27084 ; 0x69cc
.short 27046 ; 0x69a6
.short 27075 ; 0x69c3
.short 27043 ; 0x69a3
.short 27465 ; 0x6b49
.short 27468 ; 0x6b4c
.short 27699 ; 0x6c33
.short 28467 ; 0x6f33
.short 28436 ; 0x6f14
.short 28414 ; 0x6efe
.short 28435 ; 0x6f13
.short 28404 ; 0x6ef4
.short 28457 ; 0x6f29
.short 28478 ; 0x6f3e
.short 28448 ; 0x6f20
.short 28460 ; 0x6f2c
.short 28431 ; 0x6f0f
.short 28418 ; 0x6f02
.short 28450 ; 0x6f22
.short 28415 ; 0x6eff
.short 28399 ; 0x6eef
.short 28422 ; 0x6f06
.short 28465 ; 0x6f31
.short 28472 ; 0x6f38
.short 28466 ; 0x6f32
.short 28451 ; 0x6f23
.short 28437 ; 0x6f15
.short 28459 ; 0x6f2b
.short 28463 ; 0x6f2f
.short 28552 ; 0x6f88
.short 28458 ; 0x6f2a
.short 28396 ; 0x6eec
.short 28417 ; 0x6f01
.short 28402 ; 0x6ef2
.short 28364 ; 0x6ecc
.short 28407 ; 0x6ef7
.short 29076 ; 0x7194
.short 29081 ; 0x7199
.short 29053 ; 0x717d
.short 29066 ; 0x718a
.short 29060 ; 0x7184
.short 29074 ; 0x7192
.short 29246 ; 0x723e
.short 29330 ; 0x7292
.short 29334 ; 0x7296
.short 29508 ; 0x7344
.short 29520 ; 0x7350
.short 29796 ; 0x7464
.short 29795 ; 0x7463
.short 29802 ; 0x746a
.short 29808 ; 0x7470
.short 29805 ; 0x746d
.short 29956 ; 0x7504
.short 30097 ; 0x7591
.short 30247 ; 0x7627
.short 30221 ; 0x760d
.short 30219 ; 0x760b
.short 30217 ; 0x7609
.short 30227 ; 0x7613
.short 30433 ; 0x76e1
.short 30435 ; 0x76e3
.short 30596 ; 0x7784
.short 30589 ; 0x777d
.short 30591 ; 0x777f
.short 30561 ; 0x7761
.short 30913 ; 0x78c1
.short 30879 ; 0x789f
.short 30887 ; 0x78a7
.short 30899 ; 0x78b3
.short 30889 ; 0x78a9
.short 30883 ; 0x78a3
.short 31118 ; 0x798e
.short 31119 ; 0x798f
.short 31117 ; 0x798d
.short 31278 ; 0x7a2e
.short 31281 ; 0x7a31
.short 31402 ; 0x7aaa
.short 31401 ; 0x7aa9
.short 31469 ; 0x7aed
.short 31471 ; 0x7aef
.short 31649 ; 0x7ba1
.short 31637 ; 0x7b95
.short 31627 ; 0x7b8b
.short 31605 ; 0x7b75
.short 31639 ; 0x7b97
.short 31645 ; 0x7b9d
.short 31636 ; 0x7b94
.short 31631 ; 0x7b8f
.short 31672 ; 0x7bb8
.short 31623 ; 0x7b87
.short 31620 ; 0x7b84
.short 31929 ; 0x7cb9
.short 31933 ; 0x7cbd
.short 31934 ; 0x7cbe
.short 32187 ; 0x7dbb
.short 32176 ; 0x7db0
.short 32156 ; 0x7d9c
.short 32189 ; 0x7dbd
.short 32190 ; 0x7dbe
.short 32160 ; 0x7da0
.short 32202 ; 0x7dca
.short 32180 ; 0x7db4
.short 32178 ; 0x7db2
.short 32177 ; 0x7db1
.short 32186 ; 0x7dba
.short 32162 ; 0x7da2
.short 32191 ; 0x7dbf
.short 32181 ; 0x7db5
.short 32184 ; 0x7db8
.short 32173 ; 0x7dad
.short 32210 ; 0x7dd2
.short 32199 ; 0x7dc7
.short 32172 ; 0x7dac
.short 32624 ; 0x7f70
.short 32736 ; 0x7fe0
.short 32737 ; 0x7fe1
.short 32735 ; 0x7fdf
.short 32862 ; 0x805e
.short 32858 ; 0x805a
.short 32903 ; 0x8087
.short 33104 ; 0x8150
.short 33152 ; 0x8180
.short 33167 ; 0x818f
.short 33160 ; 0x8188
.short 33162 ; 0x818a
.short 33151 ; 0x817f
.short 33154 ; 0x8182
.short 33255 ; 0x81e7
.short 33274 ; 0x81fa
.short 33287 ; 0x8207
.short 33300 ; 0x8214
.short 33310 ; 0x821e
.short 33355 ; 0x824b
.short 33993 ; 0x84c9
.short 33983 ; 0x84bf
.short 33990 ; 0x84c6
.short 33988 ; 0x84c4
.short 33945 ; 0x8499
.short 33950 ; 0x849e
.short 33970 ; 0x84b2
.short 33948 ; 0x849c
.short 33995 ; 0x84cb
.short 33976 ; 0x84b8
.short 33984 ; 0x84c0
.short 34003 ; 0x84d3
.short 33936 ; 0x8490
.short 33980 ; 0x84bc
.short 34001 ; 0x84d1
.short 33994 ; 0x84ca
.short 34623 ; 0x873f
.short 34588 ; 0x871c
.short 34619 ; 0x873b
.short 34594 ; 0x8722
.short 34597 ; 0x8725
.short 34612 ; 0x8734
.short 34584 ; 0x8718
.short 34645 ; 0x8755
.short 34615 ; 0x8737
.short 34601 ; 0x8729
.short 35059 ; 0x88f3
.short 35074 ; 0x8902
.short 35060 ; 0x88f4
.short 35065 ; 0x88f9
.short 35064 ; 0x88f8
.short 35069 ; 0x88fd
.short 35048 ; 0x88e8
.short 35098 ; 0x891a
.short 35055 ; 0x88ef
.short 35494 ; 0x8aa6
.short 35468 ; 0x8a8c
.short 35486 ; 0x8a9e
.short 35491 ; 0x8aa3
.short 35469 ; 0x8a8d
.short 35489 ; 0x8aa1
.short 35475 ; 0x8a93
.short 35492 ; 0x8aa4
.short 35498 ; 0x8aaa
.short 35493 ; 0x8aa5
.short 35496 ; 0x8aa8
.short 35480 ; 0x8a98
.short 35473 ; 0x8a91
.short 35482 ; 0x8a9a
.short 35495 ; 0x8aa7
.short 35946 ; 0x8c6a
.short 35981 ; 0x8c8d
.short 35980 ; 0x8c8c
.short 36051 ; 0x8cd3
.short 36049 ; 0x8cd1
.short 36050 ; 0x8cd2
.short 36203 ; 0x8d6b
.short 36249 ; 0x8d99
.short 36245 ; 0x8d95
.short 36348 ; 0x8dfc
.short 36628 ; 0x8f14
.short 36626 ; 0x8f12
.short 36629 ; 0x8f15
.short 36627 ; 0x8f13
.short 36771 ; 0x8fa3
.short 36960 ; 0x9060
.short 36952 ; 0x9058
.short 36956 ; 0x905c
.short 36963 ; 0x9063
.short 36953 ; 0x9059
.short 36958 ; 0x905e
.short 36962 ; 0x9062
.short 36957 ; 0x905d
.short 36955 ; 0x905b
.short 37145 ; 0x9119
.short 37144 ; 0x9118
.short 37150 ; 0x911e
.short 37237 ; 0x9175
.short 37240 ; 0x9178
.short 37239 ; 0x9177
.short 37236 ; 0x9174
.short 37496 ; 0x9278
.short 37548 ; 0x92ac
.short 37504 ; 0x9280
.short 37509 ; 0x9285
.short 37528 ; 0x9298
.short 37526 ; 0x9296
.short 37499 ; 0x927b
.short 37523 ; 0x9293
.short 37532 ; 0x929c
.short 37544 ; 0x92a8
.short 37500 ; 0x927c
.short 37521 ; 0x9291
.short 38305 ; 0x95a1
.short 38312 ; 0x95a8
.short 38313 ; 0x95a9
.short 38307 ; 0x95a3
.short 38309 ; 0x95a5
.short 38308 ; 0x95a4
.short 38553 ; 0x9699
.short 38556 ; 0x969c
.short 38555 ; 0x969b
.short 38604 ; 0x96cc
.short 38610 ; 0x96d2
.short 38656 ; 0x9700
.short 38780 ; 0x977c
.short 38789 ; 0x9785
.short 38902 ; 0x97f6
.short 38935 ; 0x9817
.short 38936 ; 0x9818
.short 39087 ; 0x98af
.short 39089 ; 0x98b1
.short 39171 ; 0x9903
.short 39173 ; 0x9905
.short 39180 ; 0x990c
.short 39177 ; 0x9909
.short 39361 ; 0x99c1
.short 39599 ; 0x9aaf
.short 39600 ; 0x9ab0
.short 39654 ; 0x9ae6
.short 39745 ; 0x9b41
.short 39746 ; 0x9b42
.short 40180 ; 0x9cf4
.short 40182 ; 0x9cf6
.short 40179 ; 0x9cf3
.short 40636 ; 0x9ebc
.short 40763 ; 0x9f3b
.short 40778 ; 0x9f4a
.short 20740 ; 0x5104
.short 20736 ; 0x5100
.short 20731 ; 0x50fb
.short 20725 ; 0x50f5
.short 20729 ; 0x50f9
.short 20738 ; 0x5102
.short 20744 ; 0x5108
.short 20745 ; 0x5109
.short 20741 ; 0x5105
.short 20956 ; 0x51dc
.short 21127 ; 0x5287
.short 21128 ; 0x5288
.short 21129 ; 0x5289
.short 21133 ; 0x528d
.short 21130 ; 0x528a
.short 21232 ; 0x52f0
.short 21426 ; 0x53b2
.short 22062 ; 0x562e
.short 22075 ; 0x563b
.short 22073 ; 0x5639
.short 22066 ; 0x5632
.short 22079 ; 0x563f
.short 22068 ; 0x5634
.short 22057 ; 0x5629
.short 22099 ; 0x5653
.short 22094 ; 0x564e
.short 22103 ; 0x5657
.short 22132 ; 0x5674
.short 22070 ; 0x5636
.short 22063 ; 0x562f
.short 22064 ; 0x5630
.short 22656 ; 0x5880
.short 22687 ; 0x589f
.short 22686 ; 0x589e
.short 22707 ; 0x58b3
.short 22684 ; 0x589c
.short 22702 ; 0x58ae
.short 22697 ; 0x58a9
.short 22694 ; 0x58a6
.short 22893 ; 0x596d
.short 23305 ; 0x5b09
.short 23291 ; 0x5afb
.short 23307 ; 0x5b0b
.short 23285 ; 0x5af5
.short 23308 ; 0x5b0c
.short 23304 ; 0x5b08
.short 23534 ; 0x5bee
.short 23532 ; 0x5bec
.short 23529 ; 0x5be9
.short 23531 ; 0x5beb
.short 23652 ; 0x5c64
.short 23653 ; 0x5c65
.short 23965 ; 0x5d9d
.short 23956 ; 0x5d94
.short 24162 ; 0x5e62
.short 24159 ; 0x5e5f
.short 24161 ; 0x5e61
.short 24290 ; 0x5ee2
.short 24282 ; 0x5eda
.short 24287 ; 0x5edf
.short 24285 ; 0x5edd
.short 24291 ; 0x5ee3
.short 24288 ; 0x5ee0
.short 24392 ; 0x5f48
.short 24433 ; 0x5f71
.short 24503 ; 0x5fb7
.short 24501 ; 0x5fb5
.short 24950 ; 0x6176
.short 24935 ; 0x6167
.short 24942 ; 0x616e
.short 24925 ; 0x615d
.short 24917 ; 0x6155
.short 24962 ; 0x6182
.short 24956 ; 0x617c
.short 24944 ; 0x6170
.short 24939 ; 0x616b
.short 24958 ; 0x617e
.short 24999 ; 0x61a7
.short 24976 ; 0x6190
.short 25003 ; 0x61ab
.short 24974 ; 0x618e
.short 25004 ; 0x61ac
.short 24986 ; 0x619a
.short 24996 ; 0x61a4
.short 24980 ; 0x6194
.short 25006 ; 0x61ae
.short 25134 ; 0x622e
.short 25705 ; 0x6469
.short 25711 ; 0x646f
.short 25721 ; 0x6479
.short 25758 ; 0x649e
.short 25778 ; 0x64b2
.short 25736 ; 0x6488
.short 25744 ; 0x6490
.short 25776 ; 0x64b0
.short 25765 ; 0x64a5
.short 25747 ; 0x6493
.short 25749 ; 0x6495
.short 25769 ; 0x64a9
.short 25746 ; 0x6492
.short 25774 ; 0x64ae
.short 25773 ; 0x64ad
.short 25771 ; 0x64ab
.short 25754 ; 0x649a
.short 25772 ; 0x64ac
.short 25753 ; 0x6499
.short 25762 ; 0x64a2
.short 25779 ; 0x64b3
.short 25973 ; 0x6575
.short 25975 ; 0x6577
.short 25976 ; 0x6578
.short 26286 ; 0x66ae
.short 26283 ; 0x66ab
.short 26292 ; 0x66b4
.short 26289 ; 0x66b1
.short 27171 ; 0x6a23
.short 27167 ; 0x6a1f
.short 27112 ; 0x69e8
.short 27137 ; 0x6a01
.short 27166 ; 0x6a1e
.short 27161 ; 0x6a19
.short 27133 ; 0x69fd
.short 27169 ; 0x6a21
.short 27155 ; 0x6a13
.short 27146 ; 0x6a0a
.short 27123 ; 0x69f3
.short 27138 ; 0x6a02
.short 27141 ; 0x6a05
.short 27117 ; 0x69ed
.short 27153 ; 0x6a11
.short 27472 ; 0x6b50
.short 27470 ; 0x6b4e
.short 27556 ; 0x6ba4
.short 27589 ; 0x6bc5
.short 27590 ; 0x6bc6
.short 28479 ; 0x6f3f
.short 28540 ; 0x6f7c
.short 28548 ; 0x6f84
.short 28497 ; 0x6f51
.short 28518 ; 0x6f66
.short 28500 ; 0x6f54
.short 28550 ; 0x6f86
.short 28525 ; 0x6f6d
.short 28507 ; 0x6f5b
.short 28536 ; 0x6f78
.short 28526 ; 0x6f6e
.short 28558 ; 0x6f8e
.short 28538 ; 0x6f7a
.short 28528 ; 0x6f70
.short 28516 ; 0x6f64
.short 28567 ; 0x6f97
.short 28504 ; 0x6f58
.short 28373 ; 0x6ed5
.short 28527 ; 0x6f6f
.short 28512 ; 0x6f60
.short 28511 ; 0x6f5f
.short 29087 ; 0x719f
.short 29100 ; 0x71ac
.short 29105 ; 0x71b1
.short 29096 ; 0x71a8
.short 29270 ; 0x7256
.short 29339 ; 0x729b
.short 29518 ; 0x734e
.short 29527 ; 0x7357
.short 29801 ; 0x7469
.short 29835 ; 0x748b
.short 29827 ; 0x7483
.short 29822 ; 0x747e
.short 29824 ; 0x7480
.short 30079 ; 0x757f
.short 30240 ; 0x7620
.short 30249 ; 0x7629
.short 30239 ; 0x761f
.short 30244 ; 0x7624
.short 30246 ; 0x7626
.short 30241 ; 0x7621
.short 30242 ; 0x7622
.short 30362 ; 0x769a
.short 30394 ; 0x76ba
.short 30436 ; 0x76e4
.short 30606 ; 0x778e
.short 30599 ; 0x7787
.short 30604 ; 0x778c
.short 30609 ; 0x7791
.short 30603 ; 0x778b
.short 30923 ; 0x78cb
.short 30917 ; 0x78c5
.short 30906 ; 0x78ba
.short 30922 ; 0x78ca
.short 30910 ; 0x78be
.short 30933 ; 0x78d5
.short 30908 ; 0x78bc
.short 30928 ; 0x78d0
.short 31295 ; 0x7a3f
.short 31292 ; 0x7a3c
.short 31296 ; 0x7a40
.short 31293 ; 0x7a3d
.short 31287 ; 0x7a37
.short 31291 ; 0x7a3b
.short 31407 ; 0x7aaf
.short 31406 ; 0x7aae
.short 31661 ; 0x7bad
.short 31665 ; 0x7bb1
.short 31684 ; 0x7bc4
.short 31668 ; 0x7bb4
.short 31686 ; 0x7bc6
.short 31687 ; 0x7bc7
.short 31681 ; 0x7bc1
.short 31648 ; 0x7ba0
.short 31692 ; 0x7bcc
.short 31946 ; 0x7cca
.short 32224 ; 0x7de0
.short 32244 ; 0x7df4
.short 32239 ; 0x7def
.short 32251 ; 0x7dfb
.short 32216 ; 0x7dd8
.short 32236 ; 0x7dec
.short 32221 ; 0x7ddd
.short 32232 ; 0x7de8
.short 32227 ; 0x7de3
.short 32218 ; 0x7dda
.short 32222 ; 0x7dde
.short 32233 ; 0x7de9
.short 32158 ; 0x7d9e
.short 32217 ; 0x7dd9
.short 32242 ; 0x7df2
.short 32249 ; 0x7df9
.short 32629 ; 0x7f75
.short 32631 ; 0x7f77
.short 32687 ; 0x7faf
.short 32745 ; 0x7fe9
.short 32806 ; 0x8026
.short 33179 ; 0x819b
.short 33180 ; 0x819c
.short 33181 ; 0x819d
.short 33184 ; 0x81a0
.short 33178 ; 0x819a
.short 33176 ; 0x8198
.short 34071 ; 0x8517
.short 34109 ; 0x853d
.short 34074 ; 0x851a
.short 34030 ; 0x84ee
.short 34092 ; 0x852c
.short 34093 ; 0x852d
.short 34067 ; 0x8513
.short 34065 ; 0x8511
.short 34083 ; 0x8523
.short 34081 ; 0x8521
.short 34068 ; 0x8514
.short 34028 ; 0x84ec
.short 34085 ; 0x8525
.short 34047 ; 0x84ff
.short 34054 ; 0x8506
.short 34690 ; 0x8782
.short 34676 ; 0x8774
.short 34678 ; 0x8776
.short 34656 ; 0x8760
.short 34662 ; 0x8766
.short 34680 ; 0x8778
.short 34664 ; 0x8768
.short 34649 ; 0x8759
.short 34647 ; 0x8757
.short 34636 ; 0x874c
.short 34643 ; 0x8753
.short 34907 ; 0x885b
.short 34909 ; 0x885d
.short 35088 ; 0x8910
.short 35079 ; 0x8907
.short 35090 ; 0x8912
.short 35091 ; 0x8913
.short 35093 ; 0x8915
.short 35082 ; 0x890a
.short 35516 ; 0x8abc
.short 35538 ; 0x8ad2
.short 35527 ; 0x8ac7
.short 35524 ; 0x8ac4
.short 35477 ; 0x8a95
.short 35531 ; 0x8acb
.short 35576 ; 0x8af8
.short 35506 ; 0x8ab2
.short 35529 ; 0x8ac9
.short 35522 ; 0x8ac2
.short 35519 ; 0x8abf
.short 35504 ; 0x8ab0
.short 35542 ; 0x8ad6
.short 35533 ; 0x8acd
.short 35510 ; 0x8ab6
.short 35513 ; 0x8ab9
.short 35547 ; 0x8adb
.short 35916 ; 0x8c4c
.short 35918 ; 0x8c4e
.short 35948 ; 0x8c6c
.short 36064 ; 0x8ce0
.short 36062 ; 0x8cde
.short 36070 ; 0x8ce6
.short 36068 ; 0x8ce4
.short 36076 ; 0x8cec
.short 36077 ; 0x8ced
.short 36066 ; 0x8ce2
.short 36067 ; 0x8ce3
.short 36060 ; 0x8cdc
.short 36074 ; 0x8cea
.short 36065 ; 0x8ce1
.short 36205 ; 0x8d6d
.short 36255 ; 0x8d9f
.short 36259 ; 0x8da3
.short 36395 ; 0x8e2b
.short 36368 ; 0x8e10
.short 36381 ; 0x8e1d
.short 36386 ; 0x8e22
.short 36367 ; 0x8e0f
.short 36393 ; 0x8e29
.short 36383 ; 0x8e1f
.short 36385 ; 0x8e21
.short 36382 ; 0x8e1e
.short 36538 ; 0x8eba
.short 36637 ; 0x8f1d
.short 36635 ; 0x8f1b
.short 36639 ; 0x8f1f
.short 36649 ; 0x8f29
.short 36646 ; 0x8f26
.short 36650 ; 0x8f2a
.short 36636 ; 0x8f1c
.short 36638 ; 0x8f1e
.short 36645 ; 0x8f25
.short 36969 ; 0x9069
.short 36974 ; 0x906e
.short 36968 ; 0x9068
.short 36973 ; 0x906d
.short 36983 ; 0x9077
.short 37168 ; 0x9130
.short 37165 ; 0x912d
.short 37159 ; 0x9127
.short 37169 ; 0x9131
.short 37255 ; 0x9187
.short 37257 ; 0x9189
.short 37259 ; 0x918b
.short 37251 ; 0x9183
.short 37573 ; 0x92c5
.short 37563 ; 0x92bb
.short 37559 ; 0x92b7
.short 37610 ; 0x92ea
.short 37604 ; 0x92e4
.short 37569 ; 0x92c1
.short 37555 ; 0x92b3
.short 37564 ; 0x92bc
.short 37586 ; 0x92d2
.short 37575 ; 0x92c7
.short 37616 ; 0x92f0
.short 37554 ; 0x92b2
.short 38317 ; 0x95ad
.short 38321 ; 0x95b1
.short 38660 ; 0x9704
.short 38662 ; 0x9706
.short 38663 ; 0x9707
.short 38665 ; 0x9709
.short 38752 ; 0x9760
.short 38797 ; 0x978d
.short 38795 ; 0x978b
.short 38799 ; 0x978f
.short 38945 ; 0x9821
.short 38955 ; 0x982b
.short 38940 ; 0x981c
.short 39091 ; 0x98b3
.short 39178 ; 0x990a
.short 39187 ; 0x9913
.short 39186 ; 0x9912
.short 39192 ; 0x9918
.short 39389 ; 0x99dd
.short 39376 ; 0x99d0
.short 39391 ; 0x99df
.short 39387 ; 0x99db
.short 39377 ; 0x99d1
.short 39381 ; 0x99d5
.short 39378 ; 0x99d2
.short 39385 ; 0x99d9
.short 39607 ; 0x9ab7
.short 39662 ; 0x9aee
.short 39663 ; 0x9aef
.short 39719 ; 0x9b27
.short 39749 ; 0x9b45
.short 39748 ; 0x9b44
.short 39799 ; 0x9b77
.short 39791 ; 0x9b6f
.short 40198 ; 0x9d06
.short 40201 ; 0x9d09
.short 40195 ; 0x9d03
.short 40617 ; 0x9ea9
.short 40638 ; 0x9ebe
.short 40654 ; 0x9ece
.short 22696 ; 0x58a8
.short 40786 ; 0x9f52
.short 20754 ; 0x5112
.short 20760 ; 0x5118
.short 20756 ; 0x5114
.short 20752 ; 0x5110
.short 20757 ; 0x5115
.short 20864 ; 0x5180
.short 20906 ; 0x51aa
.short 20957 ; 0x51dd
.short 21137 ; 0x5291
.short 21139 ; 0x5293
.short 21235 ; 0x52f3
.short 22105 ; 0x5659
.short 22123 ; 0x566b
.short 22137 ; 0x5679
.short 22121 ; 0x5669
.short 22116 ; 0x5664
.short 22136 ; 0x5678
.short 22122 ; 0x566a
.short 22120 ; 0x5668
.short 22117 ; 0x5665
.short 22129 ; 0x5671
.short 22127 ; 0x566f
.short 22124 ; 0x566c
.short 22114 ; 0x5662
.short 22134 ; 0x5676
.short 22721 ; 0x58c1
.short 22718 ; 0x58be
.short 22727 ; 0x58c7
.short 22725 ; 0x58c5
.short 22894 ; 0x596e
.short 23325 ; 0x5b1d
.short 23348 ; 0x5b34
.short 23416 ; 0x5b78
.short 23536 ; 0x5bf0
.short 23566 ; 0x5c0e
.short 24394 ; 0x5f4a
.short 25010 ; 0x61b2
.short 24977 ; 0x6191
.short 25001 ; 0x61a9
.short 24970 ; 0x618a
.short 25037 ; 0x61cd
.short 25014 ; 0x61b6
.short 25022 ; 0x61be
.short 25034 ; 0x61ca
.short 25032 ; 0x61c8
.short 25136 ; 0x6230
.short 25797 ; 0x64c5
.short 25793 ; 0x64c1
.short 25803 ; 0x64cb
.short 25787 ; 0x64bb
.short 25788 ; 0x64bc
.short 25818 ; 0x64da
.short 25796 ; 0x64c4
.short 25799 ; 0x64c7
.short 25794 ; 0x64c2
.short 25805 ; 0x64cd
.short 25791 ; 0x64bf
.short 25810 ; 0x64d2
.short 25812 ; 0x64d4
.short 25790 ; 0x64be
.short 25972 ; 0x6574
.short 26310 ; 0x66c6
.short 26313 ; 0x66c9
.short 26297 ; 0x66b9
.short 26308 ; 0x66c4
.short 26311 ; 0x66c7
.short 26296 ; 0x66b8
.short 27197 ; 0x6a3d
.short 27192 ; 0x6a38
.short 27194 ; 0x6a3a
.short 27225 ; 0x6a59
.short 27243 ; 0x6a6b
.short 27224 ; 0x6a58
.short 27193 ; 0x6a39
.short 27204 ; 0x6a44
.short 27234 ; 0x6a62
.short 27233 ; 0x6a61
.short 27211 ; 0x6a4b
.short 27207 ; 0x6a47
.short 27189 ; 0x6a35
.short 27231 ; 0x6a5f
.short 27208 ; 0x6a48
.short 27481 ; 0x6b59
.short 27511 ; 0x6b77
.short 27653 ; 0x6c05
.short 28610 ; 0x6fc2
.short 28593 ; 0x6fb1
.short 28577 ; 0x6fa1
.short 28611 ; 0x6fc3
.short 28580 ; 0x6fa4
.short 28609 ; 0x6fc1
.short 28583 ; 0x6fa7
.short 28595 ; 0x6fb3
.short 28608 ; 0x6fc0
.short 28601 ; 0x6fb9
.short 28598 ; 0x6fb6
.short 28582 ; 0x6fa6
.short 28576 ; 0x6fa0
.short 28596 ; 0x6fb4
.short 29118 ; 0x71be
.short 29129 ; 0x71c9
.short 29136 ; 0x71d0
.short 29138 ; 0x71d2
.short 29128 ; 0x71c8
.short 29141 ; 0x71d5
.short 29113 ; 0x71b9
.short 29134 ; 0x71ce
.short 29145 ; 0x71d9
.short 29148 ; 0x71dc
.short 29123 ; 0x71c3
.short 29124 ; 0x71c4
.short 29544 ; 0x7368
.short 29852 ; 0x749c
.short 29859 ; 0x74a3
.short 29848 ; 0x7498
.short 29855 ; 0x749f
.short 29854 ; 0x749e
.short 29922 ; 0x74e2
.short 29964 ; 0x750c
.short 29965 ; 0x750d
.short 30260 ; 0x7634
.short 30264 ; 0x7638
.short 30266 ; 0x763a
.short 30439 ; 0x76e7
.short 30437 ; 0x76e5
.short 30624 ; 0x77a0
.short 30622 ; 0x779e
.short 30623 ; 0x779f
.short 30629 ; 0x77a5
.short 30952 ; 0x78e8
.short 30938 ; 0x78da
.short 30956 ; 0x78ec
.short 30951 ; 0x78e7
.short 31142 ; 0x79a6
.short 31309 ; 0x7a4d
.short 31310 ; 0x7a4e
.short 31302 ; 0x7a46
.short 31308 ; 0x7a4c
.short 31307 ; 0x7a4b
.short 31418 ; 0x7aba
.short 31705 ; 0x7bd9
.short 31761 ; 0x7c11
.short 31689 ; 0x7bc9
.short 31716 ; 0x7be4
.short 31707 ; 0x7bdb
.short 31713 ; 0x7be1
.short 31721 ; 0x7be9
.short 31718 ; 0x7be6
.short 31957 ; 0x7cd5
.short 31958 ; 0x7cd6
.short 32266 ; 0x7e0a
.short 32273 ; 0x7e11
.short 32264 ; 0x7e08
.short 32283 ; 0x7e1b
.short 32291 ; 0x7e23
.short 32286 ; 0x7e1e
.short 32285 ; 0x7e1d
.short 32265 ; 0x7e09
.short 32272 ; 0x7e10
.short 32633 ; 0x7f79
.short 32690 ; 0x7fb2
.short 32752 ; 0x7ff0
.short 32753 ; 0x7ff1
.short 32750 ; 0x7fee
.short 32808 ; 0x8028
.short 33203 ; 0x81b3
.short 33193 ; 0x81a9
.short 33192 ; 0x81a8
.short 33275 ; 0x81fb
.short 33288 ; 0x8208
.short 33368 ; 0x8258
.short 33369 ; 0x8259
.short 34122 ; 0x854a
.short 34137 ; 0x8559
.short 34120 ; 0x8548
.short 34152 ; 0x8568
.short 34153 ; 0x8569
.short 34115 ; 0x8543
.short 34121 ; 0x8549
.short 34157 ; 0x856d
.short 34154 ; 0x856a
.short 34142 ; 0x855e
.short 34691 ; 0x8783
.short 34719 ; 0x879f
.short 34718 ; 0x879e
.short 34722 ; 0x87a2
.short 34701 ; 0x878d
.short 34913 ; 0x8861
.short 35114 ; 0x892a
.short 35122 ; 0x8932
.short 35109 ; 0x8925
.short 35115 ; 0x892b
.short 35105 ; 0x8921
.short 35242 ; 0x89aa
.short 35238 ; 0x89a6
.short 35558 ; 0x8ae6
.short 35578 ; 0x8afa
.short 35563 ; 0x8aeb
.short 35569 ; 0x8af1
.short 35584 ; 0x8b00
.short 35548 ; 0x8adc
.short 35559 ; 0x8ae7
.short 35566 ; 0x8aee
.short 35582 ; 0x8afe
.short 35585 ; 0x8b01
.short 35586 ; 0x8b02
.short 35575 ; 0x8af7
.short 35565 ; 0x8aed
.short 35571 ; 0x8af3
.short 35574 ; 0x8af6
.short 35580 ; 0x8afc
.short 35947 ; 0x8c6b
.short 35949 ; 0x8c6d
.short 35987 ; 0x8c93
.short 36084 ; 0x8cf4
.short 36420 ; 0x8e44
.short 36401 ; 0x8e31
.short 36404 ; 0x8e34
.short 36418 ; 0x8e42
.short 36409 ; 0x8e39
.short 36405 ; 0x8e35
.short 36667 ; 0x8f3b
.short 36655 ; 0x8f2f
.short 36664 ; 0x8f38
.short 36659 ; 0x8f33
.short 36776 ; 0x8fa8
.short 36774 ; 0x8fa6
.short 36981 ; 0x9075
.short 36980 ; 0x9074
.short 36984 ; 0x9078
.short 36978 ; 0x9072
.short 36988 ; 0x907c
.short 36986 ; 0x907a
.short 37172 ; 0x9134
.short 37266 ; 0x9192
.short 37664 ; 0x9320
.short 37686 ; 0x9336
.short 37624 ; 0x92f8
.short 37683 ; 0x9333
.short 37679 ; 0x932f
.short 37666 ; 0x9322
.short 37628 ; 0x92fc
.short 37675 ; 0x932b
.short 37636 ; 0x9304
.short 37658 ; 0x931a
.short 37648 ; 0x9310
.short 37670 ; 0x9326
.short 37665 ; 0x9321
.short 37653 ; 0x9315
.short 37678 ; 0x932e
.short 37657 ; 0x9319
.short 38331 ; 0x95bb
.short 38567 ; 0x96a7
.short 38568 ; 0x96a8
.short 38570 ; 0x96aa
.short 38613 ; 0x96d5
.short 38670 ; 0x970e
.short 38673 ; 0x9711
.short 38678 ; 0x9716
.short 38669 ; 0x970d
.short 38675 ; 0x9713
.short 38671 ; 0x970f
.short 38747 ; 0x975b
.short 38748 ; 0x975c
.short 38758 ; 0x9766
.short 38808 ; 0x9798
.short 38960 ; 0x9830
.short 38968 ; 0x9838
.short 38971 ; 0x983b
.short 38967 ; 0x9837
.short 38957 ; 0x982d
.short 38969 ; 0x9839
.short 38948 ; 0x9824
.short 39184 ; 0x9910
.short 39208 ; 0x9928
.short 39198 ; 0x991e
.short 39195 ; 0x991b
.short 39201 ; 0x9921
.short 39194 ; 0x991a
.short 39405 ; 0x99ed
.short 39394 ; 0x99e2
.short 39409 ; 0x99f1
.short 39608 ; 0x9ab8
.short 39612 ; 0x9abc
.short 39675 ; 0x9afb
.short 39661 ; 0x9aed
.short 39720 ; 0x9b28
.short 39825 ; 0x9b91
.short 40213 ; 0x9d15
.short 40227 ; 0x9d23
.short 40230 ; 0x9d26
.short 40232 ; 0x9d28
.short 40210 ; 0x9d12
.short 40219 ; 0x9d1b
.short 40664 ; 0x9ed8
.short 40660 ; 0x9ed4
.short 40845 ; 0x9f8d
.short 40860 ; 0x9f9c
.short 20778 ; 0x512a
.short 20767 ; 0x511f
.short 20769 ; 0x5121
.short 20786 ; 0x5132
.short 21237 ; 0x52f5
.short 22158 ; 0x568e
.short 22144 ; 0x5680
.short 22160 ; 0x5690
.short 22149 ; 0x5685
.short 22151 ; 0x5687
.short 22159 ; 0x568f
.short 22741 ; 0x58d5
.short 22739 ; 0x58d3
.short 22737 ; 0x58d1
.short 22734 ; 0x58ce
.short 23344 ; 0x5b30
.short 23338 ; 0x5b2a
.short 23332 ; 0x5b24
.short 23418 ; 0x5b7a
.short 23607 ; 0x5c37
.short 23656 ; 0x5c68
.short 23996 ; 0x5dbc
.short 23994 ; 0x5dba
.short 23997 ; 0x5dbd
.short 23992 ; 0x5db8
.short 24171 ; 0x5e6b
.short 24396 ; 0x5f4c
.short 24509 ; 0x5fbd
.short 25033 ; 0x61c9
.short 25026 ; 0x61c2
.short 25031 ; 0x61c7
.short 25062 ; 0x61e6
.short 25035 ; 0x61cb
.short 25138 ; 0x6232
.short 25140 ; 0x6234
.short 25806 ; 0x64ce
.short 25802 ; 0x64ca
.short 25816 ; 0x64d8
.short 25824 ; 0x64e0
.short 25840 ; 0x64f0
.short 25830 ; 0x64e6
.short 25836 ; 0x64ec
.short 25841 ; 0x64f1
.short 25826 ; 0x64e2
.short 25837 ; 0x64ed
.short 25986 ; 0x6582
.short 25987 ; 0x6583
.short 26329 ; 0x66d9
.short 26326 ; 0x66d6
.short 27264 ; 0x6a80
.short 27284 ; 0x6a94
.short 27268 ; 0x6a84
.short 27298 ; 0x6aa2
.short 27292 ; 0x6a9c
.short 27355 ; 0x6adb
.short 27299 ; 0x6aa3
.short 27262 ; 0x6a7e
.short 27287 ; 0x6a97
.short 27280 ; 0x6a90
.short 27296 ; 0x6aa0
.short 27484 ; 0x6b5c
.short 27566 ; 0x6bae
.short 27610 ; 0x6bda
.short 27656 ; 0x6c08
.short 28632 ; 0x6fd8
.short 28657 ; 0x6ff1
.short 28639 ; 0x6fdf
.short 28640 ; 0x6fe0
.short 28635 ; 0x6fdb
.short 28644 ; 0x6fe4
.short 28651 ; 0x6feb
.short 28655 ; 0x6fef
.short 28544 ; 0x6f80
.short 28652 ; 0x6fec
.short 28641 ; 0x6fe1
.short 28649 ; 0x6fe9
.short 28629 ; 0x6fd5
.short 28654 ; 0x6fee
.short 28656 ; 0x6ff0
.short 29159 ; 0x71e7
.short 29151 ; 0x71df
.short 29166 ; 0x71ee
.short 29158 ; 0x71e6
.short 29157 ; 0x71e5
.short 29165 ; 0x71ed
.short 29164 ; 0x71ec
.short 29172 ; 0x71f4
.short 29152 ; 0x71e0
.short 29237 ; 0x7235
.short 29254 ; 0x7246
.short 29552 ; 0x7370
.short 29554 ; 0x7372
.short 29865 ; 0x74a9
.short 29872 ; 0x74b0
.short 29862 ; 0x74a6
.short 29864 ; 0x74a8
.short 30278 ; 0x7646
.short 30274 ; 0x7642
.short 30284 ; 0x764c
.short 30442 ; 0x76ea
.short 30643 ; 0x77b3
.short 30634 ; 0x77aa
.short 30640 ; 0x77b0
.short 30636 ; 0x77ac
.short 30631 ; 0x77a7
.short 30637 ; 0x77ad
.short 30703 ; 0x77ef
.short 30967 ; 0x78f7
.short 30970 ; 0x78fa
.short 30964 ; 0x78f4
.short 30959 ; 0x78ef
.short 30977 ; 0x7901
.short 31143 ; 0x79a7
.short 31146 ; 0x79aa
.short 31319 ; 0x7a57
.short 31423 ; 0x7abf
.short 31751 ; 0x7c07
.short 31757 ; 0x7c0d
.short 31742 ; 0x7bfe
.short 31735 ; 0x7bf7
.short 31756 ; 0x7c0c
.short 31712 ; 0x7be0
.short 31968 ; 0x7ce0
.short 31964 ; 0x7cdc
.short 31966 ; 0x7cde
.short 31970 ; 0x7ce2
.short 31967 ; 0x7cdf
.short 31961 ; 0x7cd9
.short 31965 ; 0x7cdd
.short 32302 ; 0x7e2e
.short 32318 ; 0x7e3e
.short 32326 ; 0x7e46
.short 32311 ; 0x7e37
.short 32306 ; 0x7e32
.short 32323 ; 0x7e43
.short 32299 ; 0x7e2b
.short 32317 ; 0x7e3d
.short 32305 ; 0x7e31
.short 32325 ; 0x7e45
.short 32321 ; 0x7e41
.short 32308 ; 0x7e34
.short 32313 ; 0x7e39
.short 32328 ; 0x7e48
.short 32309 ; 0x7e35
.short 32319 ; 0x7e3f
.short 32303 ; 0x7e2f
.short 32580 ; 0x7f44
.short 32755 ; 0x7ff3
.short 32764 ; 0x7ffc
.short 32881 ; 0x8071
.short 32882 ; 0x8072
.short 32880 ; 0x8070
.short 32879 ; 0x806f
.short 32883 ; 0x8073
.short 33222 ; 0x81c6
.short 33219 ; 0x81c3
.short 33210 ; 0x81ba
.short 33218 ; 0x81c2
.short 33216 ; 0x81c0
.short 33215 ; 0x81bf
.short 33213 ; 0x81bd
.short 33225 ; 0x81c9
.short 33214 ; 0x81be
.short 33256 ; 0x81e8
.short 33289 ; 0x8209
.short 33393 ; 0x8271
.short 34218 ; 0x85aa
.short 34180 ; 0x8584
.short 34174 ; 0x857e
.short 34204 ; 0x859c
.short 34193 ; 0x8591
.short 34196 ; 0x8594
.short 34223 ; 0x85af
.short 34203 ; 0x859b
.short 34183 ; 0x8587
.short 34216 ; 0x85a8
.short 34186 ; 0x858a
.short 34214 ; 0x85a6
.short 34407 ; 0x8667
.short 34752 ; 0x87c0
.short 34769 ; 0x87d1
.short 34739 ; 0x87b3
.short 34770 ; 0x87d2
.short 34758 ; 0x87c6
.short 34731 ; 0x87ab
.short 34747 ; 0x87bb
.short 34746 ; 0x87ba
.short 34760 ; 0x87c8
.short 34763 ; 0x87cb
.short 35131 ; 0x893b
.short 35126 ; 0x8936
.short 35140 ; 0x8944
.short 35128 ; 0x8938
.short 35133 ; 0x893d
.short 35244 ; 0x89ac
.short 35598 ; 0x8b0e
.short 35607 ; 0x8b17
.short 35609 ; 0x8b19
.short 35611 ; 0x8b1b
.short 35594 ; 0x8b0a
.short 35616 ; 0x8b20
.short 35613 ; 0x8b1d
.short 35588 ; 0x8b04
.short 35600 ; 0x8b10
.short 35905 ; 0x8c41
.short 35903 ; 0x8c3f
.short 35955 ; 0x8c73
.short 36090 ; 0x8cfa
.short 36093 ; 0x8cfd
.short 36092 ; 0x8cfc
.short 36088 ; 0x8cf8
.short 36091 ; 0x8cfb
.short 36264 ; 0x8da8
.short 36425 ; 0x8e49
.short 36427 ; 0x8e4b
.short 36424 ; 0x8e48
.short 36426 ; 0x8e4a
.short 36676 ; 0x8f44
.short 36670 ; 0x8f3e
.short 36674 ; 0x8f42
.short 36677 ; 0x8f45
.short 36671 ; 0x8f3f
.short 36991 ; 0x907f
.short 36989 ; 0x907d
.short 36996 ; 0x9084
.short 36993 ; 0x9081
.short 36994 ; 0x9082
.short 36992 ; 0x9080
.short 37177 ; 0x9139
.short 37283 ; 0x91a3
.short 37278 ; 0x919e
.short 37276 ; 0x919c
.short 37709 ; 0x934d
.short 37762 ; 0x9382
.short 37672 ; 0x9328
.short 37749 ; 0x9375
.short 37706 ; 0x934a
.short 37733 ; 0x9365
.short 37707 ; 0x934b
.short 37656 ; 0x9318
.short 37758 ; 0x937e
.short 37740 ; 0x936c
.short 37723 ; 0x935b
.short 37744 ; 0x9370
.short 37722 ; 0x935a
.short 37716 ; 0x9354
.short 38346 ; 0x95ca
.short 38347 ; 0x95cb
.short 38348 ; 0x95cc
.short 38344 ; 0x95c8
.short 38342 ; 0x95c6
.short 38577 ; 0x96b1
.short 38584 ; 0x96b8
.short 38614 ; 0x96d6
.short 38684 ; 0x971c
.short 38686 ; 0x971e
.short 38816 ; 0x97a0
.short 38867 ; 0x97d3
.short 38982 ; 0x9846
.short 39094 ; 0x98b6
.short 39221 ; 0x9935
.short 39425 ; 0x9a01
.short 39423 ; 0x99ff
.short 39854 ; 0x9bae
.short 39851 ; 0x9bab
.short 39850 ; 0x9baa
.short 39853 ; 0x9bad
.short 40251 ; 0x9d3b
.short 40255 ; 0x9d3f
.short 40587 ; 0x9e8b
.short 40655 ; 0x9ecf
.short 40670 ; 0x9ede
.short 40668 ; 0x9edc
.short 40669 ; 0x9edd
.short 40667 ; 0x9edb
.short 40766 ; 0x9f3e
.short 40779 ; 0x9f4b
.short 21474 ; 0x53e2
.short 22165 ; 0x5695
.short 22190 ; 0x56ae
.short 22745 ; 0x58d9
.short 22744 ; 0x58d8
.short 23352 ; 0x5b38
.short 24414 ; 0x5f5e
.short 25059 ; 0x61e3
.short 25139 ; 0x6233
.short 25844 ; 0x64f4
.short 25842 ; 0x64f2
.short 25854 ; 0x64fe
.short 25862 ; 0x6506
.short 25850 ; 0x64fa
.short 25851 ; 0x64fb
.short 25847 ; 0x64f7
.short 26039 ; 0x65b7
.short 26332 ; 0x66dc
.short 26406 ; 0x6726
.short 27315 ; 0x6ab3
.short 27308 ; 0x6aac
.short 27331 ; 0x6ac3
.short 27323 ; 0x6abb
.short 27320 ; 0x6ab8
.short 27330 ; 0x6ac2
.short 27310 ; 0x6aae
.short 27311 ; 0x6aaf
.short 27487 ; 0x6b5f
.short 27512 ; 0x6b78
.short 27567 ; 0x6baf
.short 28681 ; 0x7009
.short 28683 ; 0x700b
.short 28670 ; 0x6ffe
.short 28678 ; 0x7006
.short 28666 ; 0x6ffa
.short 28689 ; 0x7011
.short 28687 ; 0x700f
.short 29179 ; 0x71fb
.short 29180 ; 0x71fc
.short 29182 ; 0x71fe
.short 29176 ; 0x71f8
.short 29559 ; 0x7377
.short 29557 ; 0x7375
.short 29863 ; 0x74a7
.short 29887 ; 0x74bf
.short 29973 ; 0x7515
.short 30294 ; 0x7656
.short 30296 ; 0x7658
.short 30290 ; 0x7652
.short 30653 ; 0x77bd
.short 30655 ; 0x77bf
.short 30651 ; 0x77bb
.short 30652 ; 0x77bc
.short 30990 ; 0x790e
.short 31150 ; 0x79ae
.short 31329 ; 0x7a61
.short 31330 ; 0x7a62
.short 31328 ; 0x7a60
.short 31428 ; 0x7ac4
.short 31429 ; 0x7ac5
.short 31787 ; 0x7c2b
.short 31783 ; 0x7c27
.short 31786 ; 0x7c2a
.short 31774 ; 0x7c1e
.short 31779 ; 0x7c23
.short 31777 ; 0x7c21
.short 31975 ; 0x7ce7
.short 32340 ; 0x7e54
.short 32341 ; 0x7e55
.short 32350 ; 0x7e5e
.short 32346 ; 0x7e5a
.short 32353 ; 0x7e61
.short 32338 ; 0x7e52
.short 32345 ; 0x7e59
.short 32584 ; 0x7f48
.short 32761 ; 0x7ff9
.short 32763 ; 0x7ffb
.short 32887 ; 0x8077
.short 32886 ; 0x8076
.short 33229 ; 0x81cd
.short 33231 ; 0x81cf
.short 33290 ; 0x820a
.short 34255 ; 0x85cf
.short 34217 ; 0x85a9
.short 34253 ; 0x85cd
.short 34256 ; 0x85d0
.short 34249 ; 0x85c9
.short 34224 ; 0x85b0
.short 34234 ; 0x85ba
.short 34233 ; 0x85b9
.short 34799 ; 0x87ef
.short 34796 ; 0x87ec
.short 34802 ; 0x87f2
.short 34784 ; 0x87e0
.short 35206 ; 0x8986
.short 35250 ; 0x89b2
.short 35316 ; 0x89f4
.short 35624 ; 0x8b28
.short 35641 ; 0x8b39
.short 35628 ; 0x8b2c
.short 35627 ; 0x8b2b
.short 35920 ; 0x8c50
.short 36101 ; 0x8d05
.short 36441 ; 0x8e59
.short 36451 ; 0x8e63
.short 36454 ; 0x8e66
.short 36452 ; 0x8e64
.short 36447 ; 0x8e5f
.short 36437 ; 0x8e55
.short 36544 ; 0x8ec0
.short 36681 ; 0x8f49
.short 36685 ; 0x8f4d
.short 36999 ; 0x9087
.short 36995 ; 0x9083
.short 37000 ; 0x9088
.short 37291 ; 0x91ab
.short 37292 ; 0x91ac
.short 37328 ; 0x91d0
.short 37780 ; 0x9394
.short 37770 ; 0x938a
.short 37782 ; 0x9396
.short 37794 ; 0x93a2
.short 37811 ; 0x93b3
.short 37806 ; 0x93ae
.short 37804 ; 0x93ac
.short 37808 ; 0x93b0
.short 37784 ; 0x9398
.short 37786 ; 0x939a
.short 37783 ; 0x9397
.short 38356 ; 0x95d4
.short 38358 ; 0x95d6
.short 38352 ; 0x95d0
.short 38357 ; 0x95d5
.short 38626 ; 0x96e2
.short 38620 ; 0x96dc
.short 38617 ; 0x96d9
.short 38619 ; 0x96db
.short 38622 ; 0x96de
.short 38692 ; 0x9724
.short 38819 ; 0x97a3
.short 38822 ; 0x97a6
.short 38829 ; 0x97ad
.short 38905 ; 0x97f9
.short 38989 ; 0x984d
.short 38991 ; 0x984f
.short 38988 ; 0x984c
.short 38990 ; 0x984e
.short 38995 ; 0x9853
.short 39098 ; 0x98ba
.short 39230 ; 0x993e
.short 39231 ; 0x993f
.short 39229 ; 0x993d
.short 39214 ; 0x992e
.short 39333 ; 0x99a5
.short 39438 ; 0x9a0e
.short 39617 ; 0x9ac1
.short 39683 ; 0x9b03
.short 39686 ; 0x9b06
.short 39759 ; 0x9b4f
.short 39758 ; 0x9b4e
.short 39757 ; 0x9b4d
.short 39882 ; 0x9bca
.short 39881 ; 0x9bc9
.short 39933 ; 0x9bfd
.short 39880 ; 0x9bc8
.short 39872 ; 0x9bc0
.short 40273 ; 0x9d51
.short 40285 ; 0x9d5d
.short 40288 ; 0x9d60
.short 40672 ; 0x9ee0
.short 40725 ; 0x9f15
.short 40748 ; 0x9f2c
.short 20787 ; 0x5133
.short 22181 ; 0x56a5
.short 22184 ; 0x56a8
.short 22750 ; 0x58de
.short 22751 ; 0x58df
.short 22754 ; 0x58e2
.short 23541 ; 0x5bf5
.short 40848 ; 0x9f90
.short 24300 ; 0x5eec
.short 25074 ; 0x61f2
.short 25079 ; 0x61f7
.short 25078 ; 0x61f6
.short 25077 ; 0x61f5
.short 25856 ; 0x6500
.short 25871 ; 0x650f
.short 26336 ; 0x66e0
.short 26333 ; 0x66dd
.short 27365 ; 0x6ae5
.short 27357 ; 0x6add
.short 27354 ; 0x6ada
.short 27347 ; 0x6ad3
.short 28699 ; 0x701b
.short 28703 ; 0x701f
.short 28712 ; 0x7028
.short 28698 ; 0x701a
.short 28701 ; 0x701d
.short 28693 ; 0x7015
.short 28696 ; 0x7018
.short 29190 ; 0x7206
.short 29197 ; 0x720d
.short 29272 ; 0x7258
.short 29346 ; 0x72a2
.short 29560 ; 0x7378
.short 29562 ; 0x737a
.short 29885 ; 0x74bd
.short 29898 ; 0x74ca
.short 29923 ; 0x74e3
.short 30087 ; 0x7587
.short 30086 ; 0x7586
.short 30303 ; 0x765f
.short 30305 ; 0x7661
.short 30663 ; 0x77c7
.short 31001 ; 0x7919
.short 31153 ; 0x79b1
.short 31339 ; 0x7a6b
.short 31337 ; 0x7a69
.short 31806 ; 0x7c3e
.short 31807 ; 0x7c3f
.short 31800 ; 0x7c38
.short 31805 ; 0x7c3d
.short 31799 ; 0x7c37
.short 31808 ; 0x7c40
.short 32363 ; 0x7e6b
.short 32365 ; 0x7e6d
.short 32377 ; 0x7e79
.short 32361 ; 0x7e69
.short 32362 ; 0x7e6a
.short 32371 ; 0x7e73
.short 32645 ; 0x7f85
.short 32694 ; 0x7fb6
.short 32697 ; 0x7fb9
.short 32696 ; 0x7fb8
.short 33240 ; 0x81d8
.short 34281 ; 0x85e9
.short 34269 ; 0x85dd
.short 34282 ; 0x85ea
.short 34261 ; 0x85d5
.short 34276 ; 0x85e4
.short 34277 ; 0x85e5
.short 34295 ; 0x85f7
.short 34811 ; 0x87fb
.short 34821 ; 0x8805
.short 34829 ; 0x880d
.short 34809 ; 0x87f9
.short 34814 ; 0x87fe
.short 35168 ; 0x8960
.short 35167 ; 0x895f
.short 35158 ; 0x8956
.short 35166 ; 0x895e
.short 35649 ; 0x8b41
.short 35676 ; 0x8b5c
.short 35672 ; 0x8b58
.short 35657 ; 0x8b49
.short 35674 ; 0x8b5a
.short 35662 ; 0x8b4e
.short 35663 ; 0x8b4f
.short 35654 ; 0x8b46
.short 35673 ; 0x8b59
.short 36104 ; 0x8d08
.short 36106 ; 0x8d0a
.short 36476 ; 0x8e7c
.short 36466 ; 0x8e72
.short 36487 ; 0x8e87
.short 36470 ; 0x8e76
.short 36460 ; 0x8e6c
.short 36474 ; 0x8e7a
.short 36468 ; 0x8e74
.short 36692 ; 0x8f54
.short 36686 ; 0x8f4e
.short 36781 ; 0x8fad
.short 37002 ; 0x908a
.short 37003 ; 0x908b
.short 37297 ; 0x91b1
.short 37294 ; 0x91ae
.short 37857 ; 0x93e1
.short 37841 ; 0x93d1
.short 37855 ; 0x93df
.short 37827 ; 0x93c3
.short 37832 ; 0x93c8
.short 37852 ; 0x93dc
.short 37853 ; 0x93dd
.short 37846 ; 0x93d6
.short 37858 ; 0x93e2
.short 37837 ; 0x93cd
.short 37848 ; 0x93d8
.short 37860 ; 0x93e4
.short 37847 ; 0x93d7
.short 37864 ; 0x93e8
.short 38364 ; 0x95dc
.short 38580 ; 0x96b4
.short 38627 ; 0x96e3
.short 38698 ; 0x972a
.short 38695 ; 0x9727
.short 38753 ; 0x9761
.short 38876 ; 0x97dc
.short 38907 ; 0x97fb
.short 39006 ; 0x985e
.short 39000 ; 0x9858
.short 39003 ; 0x985b
.short 39100 ; 0x98bc
.short 39237 ; 0x9945
.short 39241 ; 0x9949
.short 39446 ; 0x9a16
.short 39449 ; 0x9a19
.short 39693 ; 0x9b0d
.short 39912 ; 0x9be8
.short 39911 ; 0x9be7
.short 39894 ; 0x9bd6
.short 39899 ; 0x9bdb
.short 40329 ; 0x9d89
.short 40289 ; 0x9d61
.short 40306 ; 0x9d72
.short 40298 ; 0x9d6a
.short 40300 ; 0x9d6c
.short 40594 ; 0x9e92
.short 40599 ; 0x9e97
.short 40595 ; 0x9e93
.short 40628 ; 0x9eb4
.short 21240 ; 0x52f8
.short 22199 ; 0x56b7
.short 22198 ; 0x56b6
.short 22196 ; 0x56b4
.short 22204 ; 0x56bc
.short 22756 ; 0x58e4
.short 23360 ; 0x5b40
.short 23363 ; 0x5b43
.short 23421 ; 0x5b7d
.short 23542 ; 0x5bf6
.short 24009 ; 0x5dc9
.short 25080 ; 0x61f8
.short 25082 ; 0x61fa
.short 25880 ; 0x6518
.short 25876 ; 0x6514
.short 25881 ; 0x6519
.short 26342 ; 0x66e6
.short 26407 ; 0x6727
.short 27372 ; 0x6aec
.short 28734 ; 0x703e
.short 28720 ; 0x7030
.short 28722 ; 0x7032
.short 29200 ; 0x7210
.short 29563 ; 0x737b
.short 29903 ; 0x74cf
.short 30306 ; 0x7662
.short 30309 ; 0x7665
.short 31014 ; 0x7926
.short 31018 ; 0x792a
.short 31020 ; 0x792c
.short 31019 ; 0x792b
.short 31431 ; 0x7ac7
.short 31478 ; 0x7af6
.short 31820 ; 0x7c4c
.short 31811 ; 0x7c43
.short 31821 ; 0x7c4d
.short 31983 ; 0x7cef
.short 31984 ; 0x7cf0
.short 36782 ; 0x8fae
.short 32381 ; 0x7e7d
.short 32380 ; 0x7e7c
.short 32386 ; 0x7e82
.short 32588 ; 0x7f4c
.short 32768 ; 0x8000
.short 33242 ; 0x81da
.short 33382 ; 0x8266
.short 34299 ; 0x85fb
.short 34297 ; 0x85f9
.short 34321 ; 0x8611
.short 34298 ; 0x85fa
.short 34310 ; 0x8606
.short 34315 ; 0x860b
.short 34311 ; 0x8607
.short 34314 ; 0x860a
.short 34836 ; 0x8814
.short 34837 ; 0x8815
.short 35172 ; 0x8964
.short 35258 ; 0x89ba
.short 35320 ; 0x89f8
.short 35696 ; 0x8b70
.short 35692 ; 0x8b6c
.short 35686 ; 0x8b66
.short 35695 ; 0x8b6f
.short 35679 ; 0x8b5f
.short 35691 ; 0x8b6b
.short 36111 ; 0x8d0f
.short 36109 ; 0x8d0d
.short 36489 ; 0x8e89
.short 36481 ; 0x8e81
.short 36485 ; 0x8e85
.short 36482 ; 0x8e82
.short 37300 ; 0x91b4
.short 37323 ; 0x91cb
.short 37912 ; 0x9418
.short 37891 ; 0x9403
.short 37885 ; 0x93fd
.short 38369 ; 0x95e1
.short 38704 ; 0x9730
.short 39108 ; 0x98c4
.short 39250 ; 0x9952
.short 39249 ; 0x9951
.short 39336 ; 0x99a8
.short 39467 ; 0x9a2b
.short 39472 ; 0x9a30
.short 39479 ; 0x9a37
.short 39477 ; 0x9a35
.short 39955 ; 0x9c13
.short 39949 ; 0x9c0d
.short 40569 ; 0x9e79
.short 40629 ; 0x9eb5
.short 40680 ; 0x9ee8
.short 40751 ; 0x9f2f
.short 40799 ; 0x9f5f
.short 40803 ; 0x9f63
.short 40801 ; 0x9f61
.short 20791 ; 0x5137
.short 20792 ; 0x5138
.short 22209 ; 0x56c1
.short 22208 ; 0x56c0
.short 22210 ; 0x56c2
.short 22804 ; 0x5914
.short 23660 ; 0x5c6c
.short 24013 ; 0x5dcd
.short 25084 ; 0x61fc
.short 25086 ; 0x61fe
.short 25885 ; 0x651d
.short 25884 ; 0x651c
.short 26005 ; 0x6595
.short 26345 ; 0x66e9
.short 27387 ; 0x6afb
.short 27396 ; 0x6b04
.short 27386 ; 0x6afa
.short 27570 ; 0x6bb2
.short 28748 ; 0x704c
.short 29211 ; 0x721b
.short 29351 ; 0x72a7
.short 29910 ; 0x74d6
.short 29908 ; 0x74d4
.short 30313 ; 0x7669
.short 30675 ; 0x77d3
.short 31824 ; 0x7c50
.short 32399 ; 0x7e8f
.short 32396 ; 0x7e8c
.short 32700 ; 0x7fbc
.short 34327 ; 0x8617
.short 34349 ; 0x862d
.short 34330 ; 0x861a
.short 34851 ; 0x8823
.short 34850 ; 0x8822
.short 34849 ; 0x8821
.short 34847 ; 0x881f
.short 35178 ; 0x896a
.short 35180 ; 0x896c
.short 35261 ; 0x89bd
.short 35700 ; 0x8b74
.short 35703 ; 0x8b77
.short 35709 ; 0x8b7d
.short 36115 ; 0x8d13
.short 36490 ; 0x8e8a
.short 36493 ; 0x8e8d
.short 36491 ; 0x8e8b
.short 36703 ; 0x8f5f
.short 36783 ; 0x8faf
.short 37306 ; 0x91ba
.short 37934 ; 0x942e
.short 37939 ; 0x9433
.short 37941 ; 0x9435
.short 37946 ; 0x943a
.short 37944 ; 0x9438
.short 37938 ; 0x9432
.short 37931 ; 0x942b
.short 38370 ; 0x95e2
.short 38712 ; 0x9738
.short 38713 ; 0x9739
.short 38706 ; 0x9732
.short 38911 ; 0x97ff
.short 39015 ; 0x9867
.short 39013 ; 0x9865
.short 39255 ; 0x9957
.short 39493 ; 0x9a45
.short 39491 ; 0x9a43
.short 39488 ; 0x9a40
.short 39486 ; 0x9a3e
.short 39631 ; 0x9acf
.short 39764 ; 0x9b54
.short 39761 ; 0x9b51
.short 39981 ; 0x9c2d
.short 39973 ; 0x9c25
.short 40367 ; 0x9daf
.short 40372 ; 0x9db4
.short 40386 ; 0x9dc2
.short 40376 ; 0x9db8
.short 40605 ; 0x9e9d
.short 40687 ; 0x9eef
.short 40729 ; 0x9f19
.short 40796 ; 0x9f5c
.short 40806 ; 0x9f66
.short 40807 ; 0x9f67
.short 20796 ; 0x513c
.short 20795 ; 0x513b
.short 22216 ; 0x56c8
.short 22218 ; 0x56ca
.short 22217 ; 0x56c9
.short 23423 ; 0x5b7f
.short 24020 ; 0x5dd4
.short 24018 ; 0x5dd2
.short 24398 ; 0x5f4e
.short 25087 ; 0x61ff
.short 25892 ; 0x6524
.short 27402 ; 0x6b0a
.short 27489 ; 0x6b61
.short 28753 ; 0x7051
.short 28760 ; 0x7058
.short 29568 ; 0x7380
.short 29924 ; 0x74e4
.short 30090 ; 0x758a
.short 30318 ; 0x766e
.short 30316 ; 0x766c
.short 31155 ; 0x79b3
.short 31840 ; 0x7c60
.short 31839 ; 0x7c5f
.short 32894 ; 0x807e
.short 32893 ; 0x807d
.short 33247 ; 0x81df
.short 35186 ; 0x8972
.short 35183 ; 0x896f
.short 35324 ; 0x89fc
.short 35712 ; 0x8b80
.short 36118 ; 0x8d16
.short 36119 ; 0x8d17
.short 36497 ; 0x8e91
.short 36499 ; 0x8e93
.short 36705 ; 0x8f61
.short 37192 ; 0x9148
.short 37956 ; 0x9444
.short 37969 ; 0x9451
.short 37970 ; 0x9452
.short 38717 ; 0x973d
.short 38718 ; 0x973e
.short 38851 ; 0x97c3
.short 38849 ; 0x97c1
.short 39019 ; 0x986b
.short 39253 ; 0x9955
.short 39509 ; 0x9a55
.short 39501 ; 0x9a4d
.short 39634 ; 0x9ad2
.short 39706 ; 0x9b1a
.short 40009 ; 0x9c49
.short 39985 ; 0x9c31
.short 39998 ; 0x9c3e
.short 39995 ; 0x9c3b
.short 40403 ; 0x9dd3
.short 40407 ; 0x9dd7
.short 40756 ; 0x9f34
.short 40812 ; 0x9f6c
.short 40810 ; 0x9f6a
.short 40852 ; 0x9f94
.short 22220 ; 0x56cc
.short 24022 ; 0x5dd6
.short 25088 ; 0x6200
.short 25891 ; 0x6523
.short 25899 ; 0x652b
.short 25898 ; 0x652a
.short 26348 ; 0x66ec
.short 27408 ; 0x6b10
.short 29914 ; 0x74da
.short 31434 ; 0x7aca
.short 31844 ; 0x7c64
.short 31843 ; 0x7c63
.short 31845 ; 0x7c65
.short 32403 ; 0x7e93
.short 32406 ; 0x7e96
.short 32404 ; 0x7e94
.short 33250 ; 0x81e2
.short 34360 ; 0x8638
.short 34367 ; 0x863f
.short 34865 ; 0x8831
.short 35722 ; 0x8b8a
.short 37008 ; 0x9090
.short 37007 ; 0x908f
.short 37987 ; 0x9463
.short 37984 ; 0x9460
.short 37988 ; 0x9464
.short 38760 ; 0x9768
.short 39023 ; 0x986f
.short 39260 ; 0x995c
.short 39514 ; 0x9a5a
.short 39515 ; 0x9a5b
.short 39511 ; 0x9a57
.short 39635 ; 0x9ad3
.short 39636 ; 0x9ad4
.short 39633 ; 0x9ad1
.short 40020 ; 0x9c54
.short 40023 ; 0x9c57
.short 40022 ; 0x9c56
.short 40421 ; 0x9de5
.short 40607 ; 0x9e9f
.short 40692 ; 0x9ef4
.short 22225 ; 0x56d1
.short 22761 ; 0x58e9
.short 25900 ; 0x652c
.short 28766 ; 0x705e
.short 30321 ; 0x7671
.short 30322 ; 0x7672
.short 30679 ; 0x77d7
.short 32592 ; 0x7f50
.short 32648 ; 0x7f88
.short 34870 ; 0x8836
.short 34873 ; 0x8839
.short 34914 ; 0x8862
.short 35731 ; 0x8b93
.short 35730 ; 0x8b92
.short 35734 ; 0x8b96
.short 33399 ; 0x8277
.short 36123 ; 0x8d1b
.short 37312 ; 0x91c0
.short 37994 ; 0x946a
.short 38722 ; 0x9742
.short 38728 ; 0x9748
.short 38724 ; 0x9744
.short 38854 ; 0x97c6
.short 39024 ; 0x9870
.short 39519 ; 0x9a5f
.short 39714 ; 0x9b22
.short 39768 ; 0x9b58
.short 40031 ; 0x9c5f
.short 40441 ; 0x9df9
.short 40442 ; 0x9dfa
.short 40572 ; 0x9e7c
.short 40573 ; 0x9e7d
.short 40711 ; 0x9f07
.short 40823 ; 0x9f77
.short 40818 ; 0x9f72
.short 24307 ; 0x5ef3
.short 27414 ; 0x6b16
.short 28771 ; 0x7063
.short 31852 ; 0x7c6c
.short 31854 ; 0x7c6e
.short 34875 ; 0x883b
.short 35264 ; 0x89c0
.short 36513 ; 0x8ea1
.short 37313 ; 0x91c1
.short 38002 ; 0x9472
.short 38000 ; 0x9470
.short 39025 ; 0x9871
.short 39262 ; 0x995e
.short 39638 ; 0x9ad6
.short 39715 ; 0x9b23
.short 40652 ; 0x9ecc
.short 28772 ; 0x7064
.short 30682 ; 0x77da
.short 35738 ; 0x8b9a
.short 38007 ; 0x9477
.short 38857 ; 0x97c9
.short 39522 ; 0x9a62
.short 39525 ; 0x9a65
.short 32412 ; 0x7e9c
.short 35740 ; 0x8b9c
.short 36522 ; 0x8eaa
.short 37317 ; 0x91c5
.short 38013 ; 0x947d
.short 38014 ; 0x947e
.short 38012 ; 0x947c
.short 40055 ; 0x9c77
.short 40056 ; 0x9c78
.short 40695 ; 0x9ef7
.short 35924 ; 0x8c54
.short 38015 ; 0x947f
.short 40474 ; 0x9e1a
.short 29224 ; 0x7228
.short 39530 ; 0x9a6a
.short 39729 ; 0x9b31
.short 40475 ; 0x9e1b
.short 40478 ; 0x9e1e
.short 31858 ; 0x7c72
.globl ___cns11643l1_from_ucs4_tab1 ; @__cns11643l1_from_ucs4_tab1
___cns11643l1_from_ucs4_tab1:
.ascii "!p"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\"x"
.ascii "\"4"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "!1"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\"2"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\"3"
.globl ___cns11643l1_from_ucs4_tab2 ; @__cns11643l1_from_ucs4_tab2
___cns11643l1_from_ucs4_tab2:
.ascii "%o"
.space 2
.ascii "%m"
.ascii "%n"
.ascii "%p"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "%l"
.globl ___cns11643l1_from_ucs4_tab3 ; @__cns11643l1_from_ucs4_tab3
___cns11643l1_from_ucs4_tab3:
.ascii "$u"
.ascii "$v"
.ascii "$w"
.ascii "$x"
.ascii "$y"
.ascii "$z"
.ascii "${"
.ascii "$|"
.ascii "$}"
.ascii "$~"
.ascii "%!"
.ascii "%\""
.ascii "%#"
.ascii "%$"
.space 2,37
.ascii "%&"
.ascii "%'"
.space 2
.ascii "%("
.ascii "%)"
.ascii "%*"
.ascii "%+"
.ascii "%,"
.ascii "%-"
.ascii "%."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "%/"
.ascii "%0"
.ascii "%1"
.ascii "%2"
.ascii "%3"
.ascii "%4"
.ascii "%5"
.ascii "%6"
.ascii "%7"
.ascii "%8"
.ascii "%9"
.ascii "%:"
.ascii "%;"
.ascii "%<"
.ascii "%="
.ascii "%>"
.ascii "%?"
.space 2
.ascii "%@"
.ascii "%A"
.ascii "%B"
.ascii "%C"
.ascii "%D"
.ascii "%E"
.ascii "%F"
.globl ___cns11643l1_from_ucs4_tab4 ; @__cns11643l1_from_ucs4_tab4
___cns11643l1_from_ucs4_tab4:
.ascii "!9"
.ascii "!7"
.space 2
.ascii "\"]"
.space 2
.ascii "!d"
.ascii "!e"
.space 2
.space 2
.ascii "!f"
.ascii "!g"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "!-"
.ascii "!,"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "!j"
.space 2
.space 2
.ascii "!k"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "!o"
.space 2
.space 2
.ascii "\"#"
.globl ___cns11643l1_from_ucs4_tab5 ; @__cns11643l1_from_ucs4_tab5
___cns11643l1_from_ucs4_tab5:
.ascii "\"X"
.ascii "\"U"
.ascii "\"W"
.ascii "\"V"
.space 2
.space 2
.ascii "\"Y"
.ascii "\"Z"
.ascii "\"\\"
.ascii "\"["
.globl ___cns11643l1_from_ucs4_tab6 ; @__cns11643l1_from_ucs4_tab6
___cns11643l1_from_ucs4_tab6:
.ascii "\"a"
.space 2
.space 2
.space 2
.space 2
.ascii "\"5"
.space 2
.space 2
.space 2
.ascii "\"<"
.ascii "\"I"
.ascii "\"H"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\"E"
.ascii "\"F"
.ascii "\"M"
.space 2
.space 2
.ascii "\"N"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\"P"
.ascii "\"O"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\"D"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\"="
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\";"
.ascii "\">"
.space 2
.space 2
.space 2
.space 2
.ascii "\"9"
.ascii "\":"
.globl ___cns11643l1_from_ucs4_tab7 ; @__cns11643l1_from_ucs4_tab7
___cns11643l1_from_ucs4_tab7:
.ascii "B!"
.ascii "B\""
.ascii "B#"
.ascii "B$"
.ascii "B%"
.ascii "B&"
.ascii "B'"
.ascii "B("
.ascii "B)"
.ascii "B*"
.ascii "B+"
.ascii "B,"
.ascii "B-"
.ascii "B."
.ascii "B/"
.ascii "B0"
.ascii "B1"
.ascii "B2"
.ascii "B3"
.ascii "B4"
.ascii "B5"
.ascii "B6"
.ascii "B7"
.ascii "B8"
.ascii "B9"
.ascii "B:"
.ascii "B;"
.ascii "B<"
.ascii "B="
.ascii "B>"
.ascii "B?"
.ascii "B@"
.space 2
.ascii "BA"
.globl ___cns11643l1_from_ucs4_tab8 ; @__cns11643l1_from_ucs4_tab8
___cns11643l1_from_ucs4_tab8:
.ascii "&!"
.ascii "&\""
.ascii "&#"
.ascii "&$"
.ascii "&%"
.space 2,38
.ascii "&'"
.ascii "&("
.ascii "&)"
.ascii "&*"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "&+"
.ascii "&,"
.ascii "&-"
.ascii "&."
.ascii "&/"
.ascii "&0"
.ascii "&1"
.ascii "&2"
.ascii "&3"
.ascii "&4"
.globl ___cns11643l1_from_ucs4_tab9 ; @__cns11643l1_from_ucs4_tab9
___cns11643l1_from_ucs4_tab9:
.ascii "#9"
.space 2
.ascii "#:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "#<"
.space 2
.space 2
.space 2
.ascii "#="
.space 2
.space 2
.space 2
.ascii "#>"
.space 2
.space 2
.space 2
.ascii "#?"
.space 2
.space 2
.space 2
.ascii "#7"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "#6"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "#5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "#4"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "#3"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "#D"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "#E"
.space 2
.space 2
.ascii "#G"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "#F"
.space 2
.space 2
.ascii "#@"
.ascii "#A"
.ascii "#C"
.ascii "#B"
.ascii "#L"
.ascii "#M"
.ascii "#N"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "#$"
.ascii "#%"
.ascii "#&"
.ascii "#'"
.ascii "#("
.ascii "#)"
.ascii "#*"
.ascii "#+"
.ascii "#2"
.ascii "#1"
.ascii "#0"
.ascii "#/"
.ascii "#."
.ascii "#-"
.ascii "#,"
.space 2
.space 2
.space 2
.space 2
.ascii "#8"
.ascii "#;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "!|"
.ascii "!{"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "!u"
.ascii "!t"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "!~"
.ascii "!}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "!z"
.ascii "!y"
.space 2
.space 2
.space 2
.ascii "!r"
.space 2
.space 2
.ascii "!v"
.ascii "!s"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "#H"
.ascii "#I"
.ascii "#K"
.ascii "#J"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "!x"
.ascii "!w"
.space 2
.space 2
.ascii "\"T"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\"Q"
.ascii "\"S"
.ascii "\"R"
.globl ___cns11643l1_from_ucs4_tab10 ; @__cns11643l1_from_ucs4_tab10
___cns11643l1_from_ucs4_tab10:
.space 2,33
.ascii "!#"
.ascii "!$"
.ascii "!q"
.space 2
.space 2
.space 2
.space 2
.ascii "!R"
.ascii "!S"
.ascii "!N"
.ascii "!O"
.ascii "!V"
.ascii "!W"
.ascii "!Z"
.ascii "!["
.ascii "!J"
.ascii "!K"
.ascii "\"e"
.space 2
.ascii "!F"
.ascii "!G"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "!h"
.ascii "!i"
.space 2
.space 2
.ascii "$5"
.ascii "$6"
.ascii "$7"
.ascii "$8"
.ascii "$9"
.ascii "$:"
.ascii "$;"
.ascii "$<"
.ascii "$="
.globl ___cns11643l1_from_ucs4_tab11 ; @__cns11643l1_from_ucs4_tab11
___cns11643l1_from_ucs4_tab11:
.ascii "\"u"
.ascii "\"v"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\"p"
.ascii "\"q"
.ascii "\"r"
.space 2
.space 2
.ascii "\"t"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\"w"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\"s"
.space 2
.space 2
.ascii "\"L"
.ascii "\"K"
.space 2
.space 2
.ascii "\"o"
.globl ___cns11643l1_from_ucs4_tab12 ; @__cns11643l1_from_ucs4_tab12
___cns11643l1_from_ucs4_tab12:
.ascii "D!"
.ascii "D#"
.space 2
.ascii "D$"
.space 2
.space 2
.space 2
.space 2
.ascii "D7"
.ascii "D5"
.ascii "D8"
.ascii "D6"
.space 2
.ascii "Db"
.space 2
.space 2
.ascii "Da"
.ascii "D`"
.space 2
.space 2
.ascii "Eb"
.ascii "Ea"
.ascii "E`"
.space 2
.ascii "Ec"
.ascii "E_"
.space 2
.space 2
.space 2
.space 2
.ascii "G\""
.ascii "G#"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Kd"
.space 2
.space 2
.space 2
.space 2
.ascii "D9"
.space 2
.ascii "Dc"
.space 2
.space 2
.ascii "Dd"
.space 2
.ascii "Hk"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "D:"
.ascii "De"
.space 2
.ascii "Ed"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "D%"
.space 2
.ascii "D<"
.space 2
.space 2
.ascii "D="
.space 2
.space 2
.ascii "Df"
.space 2
.ascii "Ee"
.ascii "Eg"
.ascii "Ef"
.space 2
.space 2
.ascii "G$"
.ascii "G%"
.space 2
.space 2
.ascii "Ke"
.space 2
.ascii "S}"
.ascii "D\""
.space 2
.space 2
.space 2
.ascii "D&"
.ascii "D?"
.ascii "D>"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "G&"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Kf"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Xq"
.space 2
.space 2
.space 2
.ascii "c*"
.space 2
.space 2
.space 2
.ascii "D'"
.space 2
.ascii "Dh"
.space 2
.space 2
.ascii "Kg"
.ascii "D("
.space 2
.ascii "D@"
.space 2
.space 2
.ascii "Di"
.ascii "Dk"
.space 2
.ascii "Dl"
.ascii "Dj"
.space 2
.space 2
.space 2
.ascii "G'"
.space 2
.ascii "Kh"
.space 2
.space 2
.ascii "Ki"
.ascii "Og"
.ascii "'("
.ascii "DA"
.ascii "Dm"
.space 2
.ascii "G("
.ascii "G*"
.ascii "G)"
.space 2
.ascii "Hl"
.space 2
.space 2
.ascii "Kj"
.ascii "Kk"
.ascii "Oh"
.ascii "Oi"
.space 2
.space 2
.space 2
.space 2
.ascii "S~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "D)"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Do"
.ascii "Dn"
.space 2
.ascii "Dp"
.ascii "Dv"
.space 2
.ascii "Dq"
.ascii "Dr"
.space 2
.space 2
.ascii "Dt"
.ascii "Du"
.space 2
.ascii "Ds"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ej"
.ascii "Ek"
.ascii "El"
.ascii "Em"
.ascii "Ei"
.ascii "Ep"
.space 2
.space 2
.space 2
.space 2
.ascii "Eq"
.ascii "F#"
.space 2
.space 2
.space 2
.ascii "En"
.ascii "Eo"
.ascii "Eh"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "G7"
.space 2
.ascii "G4"
.ascii "G8"
.space 2
.space 2
.ascii "G5"
.space 2
.space 2
.space 2
.space 2
.ascii "G6"
.space 2
.ascii "G9"
.space 2
.ascii "G+"
.space 2
.ascii "G:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "G,"
.ascii "G."
.ascii "G;"
.space 2
.ascii "G0"
.space 2
.ascii "G3"
.ascii "G1"
.ascii "G2"
.space 2
.space 2
.space 2
.ascii "G/"
.space 2
.space 2
.space 2
.ascii "G-"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "I$"
.ascii "Hu"
.space 2
.space 2
.space 2
.ascii "Hr"
.space 2
.ascii "I&"
.space 2
.ascii "Hz"
.space 2
.ascii "Hy"
.space 2
.ascii "H}"
.ascii "Hx"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "H{"
.space 2
.space 2
.ascii "H~"
.ascii "Ho"
.ascii "I)"
.space 2
.space 2
.space 2
.space 2
.ascii "Hm"
.ascii "I%"
.ascii "Hn"
.ascii "Hv"
.ascii "Hw"
.space 2
.space 2
.ascii "H|"
.ascii "Ht"
.space 2
.ascii "Hp"
.space 2
.ascii "I'"
.ascii "I*"
.ascii "Hs"
.ascii "I\""
.ascii "I("
.ascii "Hq"
.space 2
.ascii "I#"
.space 2
.space 2
.ascii "I!"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ky"
.space 2
.space 2
.ascii "Kq"
.space 2
.space 2
.ascii "Kl"
.ascii "Kv"
.space 2
.space 2
.ascii "Ko"
.space 2
.ascii "Kw"
.space 2
.space 2
.space 2
.space 2
.ascii "L!"
.ascii "Kz"
.space 2
.space 2
.ascii "K|"
.ascii "Kp"
.space 2
.space 2
.space 2
.ascii "Ku"
.space 2
.space 2
.ascii "Kt"
.space 2
.ascii "Kx"
.space 2
.space 2
.ascii "Ks"
.space 2
.ascii "Kn"
.space 2
.ascii "K}"
.space 2
.ascii "K~"
.space 2
.space 2
.space 2
.space 2
.ascii "K{"
.space 2
.space 2
.space 2
.space 2
.ascii "Kr"
.space 2
.ascii "Km"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ox"
.ascii "Ol"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ok"
.ascii "Os"
.ascii "P!"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Om"
.space 2
.space 2
.ascii "O{"
.ascii "Or"
.ascii "Oz"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ov"
.space 2
.space 2
.space 2
.ascii "O}"
.ascii "Op"
.ascii "Oy"
.ascii "Oo"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ow"
.ascii "Ot"
.space 2
.ascii "O|"
.space 2
.space 2
.ascii "Oq"
.ascii "O~"
.ascii "Ou"
.ascii "On"
.ascii "Oj"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "T:"
.ascii "T$"
.space 2
.ascii "T4"
.space 2
.ascii "T9"
.space 2
.space 2
.space 2
.space 2
.ascii "T'"
.space 2
.ascii "T0"
.space 2
.space 2
.space 2
.ascii "T="
.space 2
.ascii "T1"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "T*"
.space 2
.space 2
.ascii "T?"
.space 2
.ascii "T6"
.ascii "T!"
.ascii "T\""
.space 2
.ascii "Y$"
.space 2
.ascii "T/"
.ascii "T."
.space 2
.ascii "T2"
.space 2
.ascii "T)"
.space 2
.ascii "T8"
.ascii "T7"
.ascii "T-"
.space 2
.space 2
.space 2
.space 2
.ascii "T,"
.space 2
.ascii "T5"
.space 2
.ascii "T#"
.space 2
.ascii "T&"
.ascii "T%"
.space 2
.ascii "T3"
.ascii "T("
.ascii "T<"
.ascii "T>"
.space 2
.ascii "T;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "T+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Xv"
.space 2
.space 2
.space 2
.ascii "Xu"
.space 2
.ascii "Xy"
.space 2
.space 2
.ascii "Xw"
.space 2
.ascii "X|"
.ascii "Y#"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "X}"
.space 2
.space 2
.space 2
.space 2
.ascii "Xx"
.space 2
.ascii "Xt"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Xz"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Y&"
.space 2
.ascii "Y%"
.space 2
.space 2
.space 2
.space 2
.ascii "Y!"
.ascii "X~"
.ascii "X{"
.ascii "Y\""
.space 2
.space 2
.ascii "Xr"
.space 2
.space 2
.ascii "Xs"
.space 2
.space 2
.ascii "^."
.space 2
.space 2
.space 2
.space 2
.ascii "^+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^*"
.space 2
.space 2
.space 2
.ascii "^-"
.space 2
.space 2
.space 2
.space 2
.ascii "^/"
.space 2
.ascii "^0"
.ascii "^,"
.ascii "^1"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^)"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "c1"
.ascii "c+"
.space 2
.ascii "c4"
.space 2
.space 2
.ascii "c-"
.ascii "c."
.space 2
.ascii "c,"
.space 2
.ascii "c2"
.space 2
.space 2
.space 2
.ascii "c3"
.space 2
.space 2
.ascii "c0"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "c/"
.space 2
.ascii "c5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "g|"
.ascii "gy"
.space 2
.ascii "gz"
.space 2
.space 2
.space 2
.ascii "gx"
.ascii "gu"
.space 2
.space 2
.space 2
.ascii "gw"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "gt"
.space 2
.ascii "gr"
.space 2
.ascii "g}"
.space 2
.space 2
.space 2
.ascii "gv"
.ascii "gs"
.space 2
.space 2
.ascii "g{"
.space 2
.space 2
.space 2
.ascii "l#"
.space 2
.space 2
.space 2
.ascii "l$"
.space 2
.ascii "l\""
.space 2
.space 2
.space 2
.space 2
.ascii "l!"
.space 2
.ascii "l%"
.space 2
.ascii "k~"
.ascii "l("
.space 2
.space 2
.ascii "l&"
.ascii "l'"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "p3"
.space 2
.ascii "p0"
.space 2
.ascii "p2"
.ascii "p4"
.space 2
.space 2
.ascii "p1"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sA"
.space 2
.ascii "sB"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sC"
.ascii "x+"
.space 2
.space 2
.space 2
.ascii "zb"
.ascii "zc"
.space 2
.space 2
.ascii "{X"
.ascii "{W"
.space 2
.space 2
.ascii "D*"
.ascii "DB"
.ascii "Dx"
.space 2
.ascii "Dw"
.ascii "Es"
.ascii "Er"
.ascii "G>"
.ascii "G="
.ascii "G?"
.ascii "G<"
.space 2
.ascii "I,"
.ascii "I+"
.ascii "I-"
.space 2
.space 2
.space 2
.space 2
.ascii "L#"
.space 2
.ascii "L\""
.ascii "L$"
.space 2
.ascii "P\""
.space 2
.ascii "\"y"
.space 2
.ascii "\"z"
.ascii "Y'"
.ascii "\"|"
.ascii "\"{"
.space 2
.space 2
.ascii "\"}"
.ascii "g~"
.ascii "\"~"
.space 2
.ascii "D+"
.space 2
.ascii "Dy"
.ascii "G@"
.ascii "L%"
.space 2
.ascii "D,"
.ascii "D|"
.ascii "Dz"
.ascii "D{"
.space 2
.space 2
.ascii "GA"
.space 2
.space 2
.space 2
.ascii "I."
.ascii "L'"
.ascii "L&"
.ascii "L("
.space 2
.space 2
.space 2
.ascii "T@"
.space 2
.space 2
.space 2
.ascii "p5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Et"
.ascii "Eu"
.space 2
.space 2
.ascii "GB"
.space 2
.space 2
.space 2
.ascii "P$"
.ascii "P#"
.space 2
.space 2
.ascii "Y("
.space 2
.ascii "D}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "P%"
.space 2
.ascii "TC"
.space 2
.ascii "TA"
.ascii "TB"
.space 2
.space 2
.space 2
.space 2
.ascii "p6"
.ascii "'/"
.ascii "Ev"
.space 2
.space 2
.space 2
.ascii "GC"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "I/"
.ascii "I0"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "L)"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "TF"
.space 2
.space 2
.space 2
.space 2
.ascii "TG"
.ascii "TE"
.ascii "TD"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "l)"
.ascii "p7"
.space 2
.space 2
.ascii "D-"
.ascii "D;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Y)"
.ascii "^3"
.space 2
.ascii "h!"
.space 2
.space 2
.ascii "D~"
.space 2
.ascii "Ey"
.ascii "Ew"
.ascii "Ex"
.space 2
.space 2
.ascii "L*"
.space 2
.space 2
.ascii "D."
.ascii "D/"
.space 2
.ascii "DC"
.space 2
.space 2
.ascii "E!"
.ascii "E\""
.ascii "E#"
.space 2
.ascii "Ez"
.space 2
.space 2
.space 2
.space 2,71
.space 2
.space 2
.ascii "GE"
.ascii "GF"
.space 2
.space 2
.space 2
.ascii "GH"
.ascii "GD"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,79
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "I2"
.ascii "I1"
.space 2
.space 2
.ascii "I5"
.ascii "I3"
.ascii "I4"
.space 2
.space 2
.space 2
.ascii "L0"
.space 2
.ascii "L/"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "L1"
.ascii "L-"
.ascii "L,"
.space 2
.ascii "L."
.ascii "L+"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "L2"
.space 2
.ascii "P'"
.space 2
.space 2
.space 2
.ascii "P,"
.space 2
.space 2
.ascii "P("
.ascii "P+"
.ascii "P*"
.ascii "P)"
.ascii "P&"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "TJ"
.space 2
.ascii "TH"
.space 2
.space 2
.space 2
.space 2
.ascii "TK"
.ascii "TI"
.ascii "TL"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^7"
.ascii "Y*"
.space 2
.space 2
.space 2
.space 2
.ascii "Y+"
.space 2
.space 2
.ascii "^4"
.space 2
.ascii "^5"
.ascii "^6"
.space 2
.ascii "c7"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "c8"
.space 2
.ascii "c6"
.space 2
.space 2
.ascii "h#"
.ascii "h\""
.space 2
.space 2
.space 2
.ascii "l*"
.ascii "l+"
.ascii "l,"
.ascii "l."
.space 2
.space 2
.ascii "l-"
.space 2
.space 2
.space 2
.ascii "p8"
.space 2
.ascii "p9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "D0"
.space 2
.space 2
.space 2
.ascii "E|"
.ascii "E{"
.space 2
.space 2
.ascii "GI"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "I7"
.ascii "I8"
.ascii "I6"
.ascii "I9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "L4"
.space 2
.space 2
.ascii "L3"
.space 2
.space 2
.ascii "P0"
.space 2
.ascii "P/"
.space 2
.space 2
.space 2
.ascii "P-"
.space 2
.ascii "P."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Y,"
.space 2
.space 2
.ascii "Y/"
.space 2
.ascii "[+"
.ascii "Y."
.ascii "Y-"
.space 2
.ascii "^:"
.space 2
.ascii "^9"
.ascii "^8"
.ascii "c9"
.space 2
.space 2
.ascii "c<"
.ascii "c="
.ascii "c;"
.space 2
.ascii "c:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "l/"
.space 2
.space 2
.ascii "p:"
.space 2
.ascii "sD"
.space 2
.space 2
.ascii "ya"
.ascii "'4"
.space 2,68
.ascii "E$"
.space 2
.space 2
.ascii "E%"
.ascii "E&"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "E}"
.ascii "E~"
.space 2
.ascii "GJ"
.space 2
.space 2
.space 2
.space 2
.ascii "P1"
.space 2
.ascii "Y1"
.ascii "Y0"
.space 2
.space 2
.space 2
.space 2
.ascii "D1"
.ascii "E'"
.ascii "F!"
.space 2
.ascii "Y2"
.space 2
.space 2
.space 2
.ascii "F\""
.space 2
.space 2
.ascii "GL"
.ascii "GK"
.space 2
.ascii "I:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "TM"
.space 2
.space 2
.space 2
.space 2
.ascii "c>"
.space 2
.ascii "h$"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "E("
.space 2
.space 2
.space 2
.space 2
.ascii "Y5"
.ascii "Y3"
.ascii "Y4"
.ascii "D2"
.space 2
.ascii "DE"
.ascii "$?"
.ascii "E+"
.space 2
.ascii "E*"
.ascii "E)"
.ascii "F%"
.ascii "F$"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "L8"
.ascii "L5"
.ascii "L7"
.ascii "L6"
.space 2
.space 2
.ascii "P2"
.space 2
.space 2
.ascii "^;"
.space 2
.ascii "D3"
.space 2
.ascii "E,"
.space 2
.ascii "F'"
.ascii "F&"
.space 2
.space 2
.space 2
.space 2
.ascii "L9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "F)"
.ascii "F("
.ascii "GM"
.ascii "GN"
.space 2
.ascii "I;"
.space 2
.ascii "I<"
.space 2
.ascii "L:"
.ascii "L;"
.ascii "L<"
.space 2
.ascii "P3"
.space 2
.space 2
.space 2
.ascii "TN"
.space 2
.space 2
.space 2
.space 2
.ascii "E-"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "P4"
.space 2
.space 2
.ascii "TP"
.space 2
.ascii "TO"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "h%"
.space 2
.space 2
.space 2
.space 2
.ascii "l0"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "F*"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Y6"
.space 2
.space 2
.space 2
.space 2
.ascii "D4"
.ascii "DF"
.ascii "E/"
.ascii "E."
.space 2
.ascii "E0"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "L>"
.space 2
.ascii "L="
.ascii "L?"
.space 2
.space 2
.space 2
.ascii "P5"
.space 2
.space 2
.space 2
.ascii "TQ"
.space 2
.space 2
.ascii "v;"
.ascii "DG"
.ascii "F,"
.ascii "F;"
.ascii "F6"
.space 2
.ascii "F1"
.ascii "F0"
.ascii "F7"
.ascii "F5"
.ascii "F."
.ascii "F<"
.ascii "F/"
.ascii "F+"
.ascii "F:"
.ascii "F9"
.ascii "F8"
.ascii "F-"
.space 2
.ascii "F4"
.space 2
.space 2
.ascii "F3"
.space 2
.space 2
.ascii "F="
.ascii "F2"
.space 2
.space 2
.space 2
.space 2
.ascii "GT"
.space 2
.ascii "GZ"
.ascii "GV"
.space 2
.ascii "G\\"
.space 2
.ascii "GY"
.ascii "GO"
.ascii "GR"
.ascii "GU"
.ascii "GQ"
.ascii "GX"
.ascii "G["
.ascii "GP"
.ascii "GS"
.ascii "GW"
.ascii "G]"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,73
.space 2
.ascii "I="
.ascii "I?"
.ascii "IW"
.ascii "IR"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "IA"
.ascii "IC"
.space 2
.ascii "IJ"
.space 2
.ascii "IV"
.ascii "IX"
.ascii "I>"
.ascii "IO"
.space 2
.space 2
.ascii "IU"
.space 2
.ascii "IF"
.space 2
.ascii "IP"
.ascii "IQ"
.space 2
.ascii "IN"
.ascii "IL"
.space 2
.ascii "IM"
.ascii "IS"
.space 2
.ascii "I@"
.space 2
.ascii "IT"
.space 2
.ascii "IH"
.ascii "IE"
.space 2
.space 2
.ascii "ID"
.space 2
.ascii "IG"
.space 2
.ascii "IK"
.space 2
.space 2
.space 2
.ascii "IB"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "LQ"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "LR"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "LM"
.space 2
.ascii "L@"
.space 2
.ascii "LA"
.ascii "LN"
.ascii "LG"
.ascii "LC"
.space 2
.space 2
.ascii "LF"
.ascii "LK"
.ascii "LT"
.space 2
.space 2
.ascii "LE"
.space 2
.space 2
.space 2
.ascii "LH"
.space 2
.ascii "LJ"
.space 2
.space 2
.space 2
.space 2
.ascii "LS"
.ascii "LO"
.space 2
.ascii "LU"
.space 2
.space 2,76
.space 2
.ascii "LI"
.space 2
.space 2
.ascii "LD"
.ascii "LB"
.space 2
.space 2
.space 2
.ascii "LP"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "P<"
.ascii "PJ"
.ascii "P8"
.ascii "PI"
.ascii "PA"
.ascii "PF"
.ascii "P6"
.space 2
.space 2
.ascii "PE"
.space 2
.ascii "PG"
.space 2
.ascii "P="
.space 2
.space 2
.space 2
.space 2
.ascii "P;"
.space 2
.space 2
.ascii "PH"
.space 2
.ascii "P@"
.space 2
.ascii "PK"
.ascii "P7"
.ascii "PB"
.ascii "P?"
.space 2
.ascii "PC"
.space 2
.space 2
.ascii "P>"
.ascii "PD"
.ascii "P:"
.space 2
.space 2
.space 2
.space 2
.ascii "P9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "T^"
.space 2
.space 2
.space 2
.ascii "TW"
.ascii "Tb"
.space 2
.ascii "TR"
.ascii "T\\"
.ascii "Ta"
.space 2
.space 2
.ascii "T]"
.ascii "T`"
.space 2
.space 2
.space 2
.ascii "TX"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "TZ"
.space 2
.ascii "TV"
.ascii "Te"
.space 2
.space 2
.space 2
.space 2,84
.space 2
.space 2
.space 2
.space 2
.ascii "TY"
.ascii "Td"
.space 2
.ascii "T_"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Tf"
.ascii "TS"
.space 2
.space 2
.space 2
.ascii "T["
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Tc"
.space 2
.space 2
.space 2
.space 2
.ascii "YI"
.space 2
.ascii "YG"
.ascii "YD"
.space 2
.ascii "Y@"
.space 2
.ascii "YK"
.space 2
.space 2
.space 2
.ascii "TU"
.ascii "YF"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^N"
.space 2
.space 2
.ascii "YL"
.space 2
.ascii "Y>"
.ascii "Y;"
.space 2
.ascii "Y8"
.space 2
.space 2
.space 2
.ascii "Y?"
.space 2
.space 2
.space 2
.space 2
.ascii "YB"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "YC"
.ascii "YA"
.ascii "YM"
.space 2
.space 2
.space 2
.space 2
.ascii "YH"
.space 2
.ascii "Y<"
.ascii "Zv"
.space 2
.ascii "Y="
.space 2
.ascii "YJ"
.ascii "YE"
.space 2
.ascii "Y:"
.space 2
.space 2
.space 2
.ascii "Y9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^="
.ascii "^@"
.space 2
.ascii "^T"
.space 2
.ascii "^>"
.space 2
.ascii "^D"
.ascii "^J"
.ascii "aC"
.space 2
.space 2
.ascii "^H"
.space 2
.ascii "^U"
.ascii "^A"
.ascii "^I"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^G"
.space 2
.space 2
.space 2
.ascii "^C"
.ascii "^W"
.ascii "^P"
.space 2
.ascii "^E"
.ascii "^B"
.space 2
.ascii "^M"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^?"
.space 2
.space 2
.ascii "^F"
.ascii "^V"
.ascii "^R"
.space 2
.ascii "^L"
.space 2
.space 2
.ascii "^S"
.ascii "^O"
.ascii "^K"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^Q"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "cL"
.ascii "cM"
.ascii "cE"
.space 2
.ascii "cO"
.space 2
.space 2
.space 2
.space 2
.ascii "cC"
.space 2
.space 2
.ascii "cF"
.space 2
.ascii "cA"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "cJ"
.space 2
.ascii "cD"
.space 2
.space 2
.ascii "c?"
.space 2
.ascii "cK"
.space 2
.ascii "cG"
.ascii "cH"
.ascii "cN"
.ascii "cB"
.ascii "#!"
.ascii "c@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "cI"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "h5"
.ascii "h0"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "h*"
.ascii "h&"
.space 2
.ascii "h'"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "h,"
.space 2
.ascii "h3"
.ascii "h-"
.space 2
.space 2
.space 2
.ascii "h."
.ascii "h/"
.space 2
.ascii "h4"
.space 2
.space 2
.space 2
.ascii "h+"
.space 2
.ascii "h1"
.ascii "h)"
.space 2
.space 2
.space 2
.ascii "h("
.space 2
.space 2
.space 2
.ascii "h2"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "l7"
.space 2
.space 2
.space 2
.space 2
.ascii "l1"
.ascii "l="
.ascii "l>"
.space 2
.ascii "l4"
.space 2
.ascii "l6"
.space 2
.ascii "l<"
.space 2
.space 2
.ascii "l3"
.space 2
.ascii "l2"
.space 2
.space 2
.space 2
.ascii "l5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "l9"
.space 2
.space 2
.space 2
.space 2
.ascii "l8"
.space 2
.space 2
.space 2
.ascii "l:"
.space 2
.ascii "p;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "pG"
.space 2
.ascii "p?"
.ascii "pC"
.space 2
.space 2
.ascii "pB"
.ascii "p>"
.ascii "pA"
.ascii "p<"
.ascii "pF"
.space 2
.space 2
.ascii "pE"
.space 2
.ascii "pD"
.space 2
.space 2
.ascii "l;"
.space 2
.ascii "pH"
.space 2
.ascii "p@"
.ascii "p="
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sF"
.space 2
.space 2
.space 2
.space 2
.ascii "sH"
.space 2
.ascii "sI"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sE"
.ascii "sJ"
.ascii "sG"
.space 2
.space 2
.space 2
.space 2
.ascii "v<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x,"
.space 2
.space 2
.ascii "x-"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v="
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yd"
.space 2
.ascii "yc"
.ascii "yb"
.space 2
.space 2
.space 2
.space 2
.ascii "ye"
.space 2
.space 2
.space 2
.ascii "ze"
.ascii "zd"
.ascii "zf"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{Y"
.ascii "{["
.ascii "{Z"
.space 2
.ascii "|4"
.space 2
.space 2
.space 2
.space 2
.ascii "|]"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "F?"
.ascii "F>"
.space 2
.ascii "G`"
.ascii "G_"
.space 2
.ascii "G^"
.space 2
.space 2
.space 2
.ascii "I["
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "IY"
.ascii "I\\"
.space 2
.space 2
.space 2
.space 2
.ascii "IZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "LV"
.space 2
.space 2
.space 2
.space 2
.ascii "PL"
.space 2
.space 2
.space 2
.ascii "Tg"
.ascii "Th"
.space 2
.space 2
.space 2
.ascii "YN"
.ascii "YP"
.space 2
.ascii "YO"
.space 2
.ascii "^X"
.space 2
.space 2
.space 2
.space 2
.ascii "cP"
.ascii "cQ"
.space 2
.space 2
.ascii "h7"
.space 2
.ascii "h6"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "DH"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Gc"
.ascii "Gg"
.space 2
.space 2
.ascii "Ge"
.ascii "Gd"
.space 2
.ascii "Gf"
.ascii "Gb"
.space 2
.space 2
.ascii "Ga"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "If"
.space 2
.space 2
.ascii "Ic"
.space 2
.ascii "I_"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ia"
.space 2
.space 2
.ascii "I]"
.space 2
.space 2
.ascii "I`"
.ascii "Ib"
.ascii "Ie"
.ascii "Id"
.ascii "I^"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "L["
.space 2
.space 2
.ascii "L]"
.space 2
.ascii "L\\"
.space 2
.space 2
.ascii "LZ"
.ascii "LY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "LX"
.space 2
.space 2
.space 2
.space 2
.ascii "L^"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "PM"
.ascii "LW"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "PN"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "PT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "PO"
.space 2
.ascii "PQ"
.space 2,80
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "PS"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ti"
.ascii "Tl"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Tk"
.space 2
.space 2
.ascii "PR"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Tj"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "YQ"
.ascii "YU"
.space 2
.space 2
.space 2
.ascii "YV"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "YZ"
.space 2
.ascii "Y["
.ascii "YW"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "YX"
.space 2
.space 2
.ascii "YR"
.ascii "YT"
.space 2
.space 2
.ascii "Tm"
.ascii "YS"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^`"
.space 2
.space 2
.ascii "^a"
.ascii "^_"
.space 2
.space 2
.ascii "^\\"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^Z"
.space 2
.space 2
.space 2
.space 2
.ascii "^Y"
.ascii "^]"
.space 2,94
.space 2
.space 2
.ascii "^["
.space 2,89
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "c["
.ascii "c^"
.ascii "cY"
.space 2
.space 2
.space 2
.space 2
.ascii "cS"
.ascii "c]"
.space 2
.ascii "cW"
.space 2
.space 2
.ascii "cU"
.ascii "cT"
.space 2
.ascii "cV"
.space 2
.space 2
.space 2
.ascii "cR"
.space 2
.space 2
.space 2
.ascii "c\\"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "cX"
.space 2
.ascii "cZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "h8"
.space 2
.space 2
.space 2
.ascii "h="
.space 2
.space 2
.space 2
.ascii "h?"
.ascii "h9"
.space 2
.ascii "l?"
.space 2
.space 2
.ascii "h:"
.space 2
.ascii "h>"
.space 2
.space 2
.space 2
.space 2
.ascii "h<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "h;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "lC"
.space 2
.ascii "lA"
.ascii "l@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "lF"
.space 2
.ascii "p."
.ascii "lE"
.space 2
.space 2
.space 2
.space 2
.ascii "lD"
.space 2
.space 2
.space 2
.space 2
.ascii "lB"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "pJ"
.space 2
.space 2
.ascii "pI"
.space 2
.space 2
.space 2
.ascii "pL"
.space 2
.ascii "pK"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sN"
.space 2
.space 2
.ascii "sM"
.space 2
.ascii "sL"
.space 2
.ascii "sK"
.space 2
.space 2
.ascii "v?"
.ascii "v>"
.space 2
.space 2
.space 2
.space 2
.ascii "x."
.ascii "x/"
.space 2
.space 2
.ascii "x0"
.space 2
.ascii "yf"
.space 2
.space 2
.space 2
.space 2
.ascii "|^"
.space 2
.ascii "DI"
.ascii "E1"
.space 2
.space 2
.ascii "Ig"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^b"
.ascii "^c"
.space 2
.space 2
.ascii "h@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Tn"
.space 2
.space 2
.space 2
.space 2
.ascii "zg"
.ascii "DJ"
.ascii "F@"
.space 2
.space 2
.ascii "Gh"
.ascii "Gi"
.space 2
.ascii "L_"
.space 2
.space 2
.space 2
.ascii "Y\\"
.space 2
.ascii "hB"
.space 2
.ascii "hC"
.ascii "hA"
.space 2
.ascii "DK"
.space 2
.ascii "E2"
.ascii "E4"
.ascii "E3"
.space 2
.ascii "E5"
.ascii "FA"
.space 2
.space 2
.ascii "FB"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Gj"
.ascii "Gk"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ih"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Lc"
.space 2
.space 2
.ascii "La"
.ascii "Lb"
.ascii "L`"
.space 2
.space 2
.space 2
.space 2
.ascii "PX"
.ascii "PW"
.ascii "PY"
.ascii "PV"
.space 2
.space 2
.ascii "Ld"
.ascii "PU"
.space 2
.ascii "To"
.ascii "Tp"
.space 2
.ascii "Tq"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^d"
.space 2
.ascii "Y]"
.space 2
.space 2
.space 2
.space 2
.ascii "c_"
.space 2
.ascii "hE"
.ascii "hD"
.space 2
.space 2
.ascii "lG"
.ascii "pM"
.space 2
.space 2
.space 2
.space 2
.ascii "DL"
.ascii "FC"
.space 2
.ascii "FD"
.space 2
.ascii "Gm"
.ascii "Gp"
.space 2
.space 2
.space 2
.ascii "Go"
.space 2
.space 2
.space 2
.ascii "Gr"
.ascii "Gq"
.ascii "Gn"
.ascii "Gl"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Is"
.space 2
.space 2
.ascii "Ip"
.space 2
.space 2
.space 2
.space 2
.ascii "Ij"
.ascii "Ir"
.space 2
.space 2
.ascii "Io"
.space 2
.space 2
.ascii "In"
.space 2
.space 2
.space 2
.ascii "Ii"
.ascii "Il"
.space 2
.space 2
.space 2
.space 2
.ascii "Im"
.ascii "Iq"
.ascii "It"
.space 2
.space 2
.ascii "Ik"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Li"
.ascii "Lq"
.space 2
.space 2
.space 2
.ascii "Lr"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Lh"
.space 2
.ascii "Lf"
.space 2
.space 2
.ascii "Le"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Lt"
.ascii "Lk"
.space 2
.space 2
.space 2
.ascii "Lp"
.ascii "Ln"
.space 2
.ascii "Lm"
.space 2
.space 2
.ascii "Ll"
.ascii "Lj"
.ascii "Ls"
.ascii "Lo"
.ascii "Lg"
.space 2
.space 2
.space 2
.ascii "P["
.space 2
.ascii "Pb"
.space 2
.ascii "PZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "P]"
.space 2
.ascii "P`"
.ascii "Pc"
.space 2
.ascii "P^"
.space 2
.ascii "Pa"
.space 2
.ascii "Tx"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Pe"
.space 2
.space 2
.space 2
.ascii "P\\"
.space 2
.ascii "Pd"
.space 2
.ascii "P_"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "T~"
.space 2
.space 2
.ascii "T}"
.space 2
.space 2
.space 2
.space 2
.ascii "Tr"
.space 2
.ascii "Tw"
.space 2
.space 2
.space 2
.space 2
.ascii "Ts"
.space 2
.space 2
.ascii "Tv"
.ascii "Tt"
.space 2
.space 2
.ascii "Tu"
.ascii "Ty"
.space 2
.space 2
.ascii "Tz"
.space 2
.ascii "T|"
.space 2
.space 2
.space 2
.ascii "T{"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Y^"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Yd"
.space 2
.space 2
.space 2
.ascii "Yc"
.ascii "Y_"
.space 2
.space 2
.space 2
.space 2
.ascii "Yg"
.space 2
.space 2
.ascii "Y`"
.ascii "Yh"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Yf"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ye"
.space 2
.space 2
.space 2
.ascii "Ya"
.space 2
.space 2
.space 2
.ascii "Yb"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^e"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^g"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^h"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^f"
.ascii "^i"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^j"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ch"
.ascii "cf"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ce"
.ascii "cd"
.space 2,99
.space 2
.space 2
.ascii "c`"
.ascii "cg"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ca"
.space 2
.space 2
.ascii "cb"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hJ"
.ascii "hI"
.ascii "hK"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hF"
.space 2
.ascii "hL"
.space 2
.space 2
.ascii "hG"
.space 2
.space 2
.ascii "hH"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "lK"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "lI"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "lM"
.ascii "lH"
.space 2
.ascii "lJ"
.ascii "lL"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "pN"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sQ"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sP"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sO"
.space 2
.space 2
.space 2
.ascii "pO"
.space 2
.space 2
.space 2
.ascii "v@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yg"
.space 2
.space 2
.ascii "yh"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "DM"
.ascii "DN"
.space 2
.ascii "DO"
.ascii "E6"
.ascii "FE"
.space 2
.ascii "Gs"
.ascii "Gt"
.space 2
.ascii "Iw"
.ascii "Ix"
.ascii "Iv"
.ascii "Iu"
.space 2
.ascii "Lu"
.space 2
.space 2
.space 2
.ascii "Lw"
.ascii "Lv"
.space 2
.space 2
.space 2
.space 2
.ascii "Pf"
.space 2
.ascii "U!"
.space 2
.space 2
.space 2
.space 2
.ascii "Yi"
.ascii "^l"
.space 2
.ascii "^k"
.space 2
.ascii "hM"
.space 2
.space 2
.ascii "pP"
.space 2
.ascii "sR"
.space 2
.space 2
.ascii "yi"
.space 2
.ascii "{\\"
.space 2
.space 2
.space 2
.space 2,70
.space 2
.ascii "Gw"
.space 2
.ascii "Gu"
.ascii "Gv"
.ascii "Gx"
.space 2
.ascii "Iz"
.ascii "Iy"
.space 2
.space 2
.ascii "I{"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Lx"
.ascii "Lz"
.ascii "L|"
.ascii "Ly"
.ascii "L}"
.ascii "L{"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Pj"
.ascii "Pg"
.ascii "Pi"
.ascii "Pk"
.ascii "Ph"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "U'"
.space 2
.ascii "U#"
.space 2
.space 2
.ascii "U$"
.ascii "U&"
.ascii "U("
.ascii "U%"
.space 2
.ascii "U*"
.ascii "U)"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Yn"
.space 2
.space 2
.ascii "Ym"
.space 2
.ascii "Yl"
.ascii "Yk"
.ascii "Yo"
.ascii "Yj"
.space 2
.space 2
.space 2
.space 2
.ascii "^n"
.space 2
.space 2
.space 2
.ascii "^p"
.space 2
.ascii "^m"
.ascii "^o"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hN"
.ascii "hV"
.space 2
.ascii "hP"
.ascii "hT"
.space 2
.ascii "hU"
.ascii "hQ"
.ascii "hR"
.ascii "hO"
.ascii "hS"
.ascii "lP"
.space 2
.ascii "lQ"
.ascii "lO"
.space 2
.ascii "lN"
.space 2
.ascii "pQ"
.space 2
.space 2
.space 2
.space 2
.ascii "x1"
.ascii "yj"
.space 2
.ascii "DP"
.space 2
.ascii "Gy"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Pl"
.space 2
.space 2
.ascii "U+"
.space 2
.space 2
.ascii "Yr"
.ascii "Yq"
.ascii "Yp"
.ascii "^q"
.ascii "^r"
.space 2
.ascii "hW"
.ascii "pR"
.ascii "DQ"
.space 2
.ascii "E7"
.space 2
.space 2
.space 2
.space 2
.ascii "Gz"
.space 2
.space 2
.space 2
.ascii "L~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "DR"
.space 2
.ascii "E8"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "I|"
.space 2
.space 2
.space 2
.space 2
.ascii "^s"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sS"
.ascii "DS"
.ascii "Dg"
.ascii "E9"
.space 2
.ascii "FG"
.space 2
.ascii "J\""
.ascii "J!"
.ascii "I}"
.ascii "I~"
.space 2
.space 2
.space 2
.ascii "M\""
.ascii "M#"
.space 2
.ascii "M!"
.space 2
.space 2
.ascii "Pp"
.space 2
.ascii "Po"
.ascii "Pm"
.ascii "Pn"
.ascii "U."
.ascii "U,"
.space 2
.space 2
.space 2
.ascii "U-"
.space 2
.space 2
.ascii "U\""
.space 2
.space 2
.space 2
.ascii "Yt"
.ascii "Yu"
.space 2
.space 2
.ascii "Ys"
.space 2
.ascii "hX"
.space 2
.ascii "lR"
.ascii "lS"
.space 2
.space 2
.ascii "sT"
.space 2
.space 2
.space 2
.ascii "zh"
.space 2
.space 2
.ascii "E:"
.space 2
.ascii "DT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "G{"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "J&"
.space 2
.space 2
.space 2
.ascii "J#"
.ascii "J$"
.space 2
.space 2
.ascii "J%"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "M%"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "M'"
.space 2
.ascii "M("
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "M)"
.space 2
.ascii "M*"
.space 2
.space 2
.space 2
.ascii "M$"
.ascii "M&"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Pr"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Pq"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "U3"
.space 2
.ascii "U2"
.space 2
.space 2
.ascii "U/"
.space 2
.space 2
.ascii "U4"
.space 2
.space 2
.space 2
.ascii "U7"
.space 2
.ascii "U5"
.space 2
.space 2
.space 2
.space 2
.ascii "U1"
.space 2
.ascii "U0"
.space 2
.space 2
.space 2
.ascii "U6"
.space 2
.space 2
.space 2
.space 2
.ascii "Yw"
.ascii "Yv"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Yx"
.space 2
.space 2
.ascii "Y|"
.space 2
.space 2
.ascii "Y~"
.space 2
.ascii "Yz"
.ascii "Z$"
.space 2
.ascii "Z!"
.space 2
.ascii "Yy"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Y{"
.space 2
.ascii "Z\""
.space 2
.space 2
.ascii "Z#"
.space 2
.ascii "Y}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^v"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^w"
.space 2
.space 2
.space 2
.space 2
.ascii "^t"
.space 2
.space 2
.space 2
.ascii "^u"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ci"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "cj"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hY"
.space 2
.space 2
.ascii "hZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "lU"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "lT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sX"
.space 2
.ascii "sV"
.space 2
.ascii "sU"
.ascii "sW"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yk"
.space 2
.space 2
.space 2
.ascii "zi"
.space 2
.space 2
.space 2
.space 2
.ascii "{^"
.space 2
.ascii "{]"
.space 2
.ascii "|5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "DU"
.ascii "G|"
.space 2
.space 2
.ascii "KV"
.ascii "Z%"
.space 2
.space 2
.ascii "DV"
.ascii "FJ"
.ascii "FI"
.ascii "FH"
.space 2
.space 2
.ascii "J'"
.space 2
.space 2
.ascii "U8"
.space 2
.space 2
.ascii "DW"
.ascii "DX"
.ascii "DY"
.ascii "E;"
.space 2
.space 2
.ascii "Ps"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^x"
.ascii "DZ"
.space 2
.space 2
.space 2
.ascii "FK"
.ascii "FL"
.space 2
.space 2
.ascii "G}"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "J("
.space 2
.space 2
.space 2
.space 2
.ascii "M0"
.space 2
.space 2
.space 2
.ascii "M."
.ascii "M-"
.space 2
.ascii "M+"
.space 2
.ascii "M,"
.ascii "M/"
.space 2
.ascii "Pt"
.space 2
.ascii "Pv"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Pu"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "U:"
.space 2
.ascii "U9"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Z("
.space 2
.space 2
.ascii "Z'"
.ascii "Z)"
.ascii "Z&"
.space 2
.space 2
.space 2
.space 2
.ascii "^z"
.space 2
.space 2
.ascii "^{"
.space 2
.space 2
.ascii "^|"
.space 2
.ascii "^y"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ck"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "h_"
.ascii "h]"
.space 2
.ascii "h^"
.space 2
.space 2
.space 2
.ascii "h["
.space 2
.space 2
.space 2
.ascii "lW"
.space 2
.ascii "lX"
.ascii "lV"
.ascii "h\\"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "D["
.ascii "FM"
.ascii "H!"
.space 2
.ascii "G~"
.space 2
.ascii "M1"
.ascii "cl"
.space 2
.ascii "E<"
.ascii "FN"
.ascii "Pw"
.ascii "^}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "J*"
.space 2
.space 2
.ascii "J+"
.space 2
.space 2
.space 2
.space 2
.ascii "J)"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "M5"
.ascii "M6"
.ascii "M3"
.space 2
.space 2
.ascii "M2"
.space 2
.ascii "M4"
.space 2
.space 2
.space 2
.ascii "Px"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Py"
.ascii "U="
.space 2
.space 2
.space 2
.ascii "U;"
.space 2
.ascii "U<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Z-"
.ascii "Z,"
.ascii "Z*"
.ascii "Z+"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Z."
.space 2
.space 2
.ascii "_!"
.ascii "_\""
.space 2
.ascii "_#"
.space 2
.space 2
.space 2
.ascii "cn"
.ascii "cm"
.ascii "^~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "h`"
.space 2
.space 2
.ascii "ha"
.space 2
.space 2
.space 2
.ascii "lZ"
.space 2
.space 2
.ascii "l\\"
.space 2
.ascii "l["
.ascii "l^"
.space 2
.ascii "lY"
.ascii "l]"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x3"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "}\""
.space 2
.space 2
.ascii "M7"
.ascii "J,"
.space 2
.space 2
.ascii "Pz"
.space 2
.space 2
.space 2
.ascii "D\\"
.ascii "E="
.space 2
.ascii "FO"
.space 2
.space 2
.ascii "J-"
.space 2
.space 2
.space 2
.ascii "P{"
.space 2
.ascii "hb"
.ascii "D]"
.space 2
.space 2
.space 2
.ascii "H\""
.space 2
.space 2
.ascii "co"
.ascii "D^"
.ascii "E>"
.ascii "E?"
.space 2
.ascii "FQ"
.ascii "FP"
.space 2
.space 2
.ascii "H#"
.space 2
.space 2
.space 2
.ascii "J."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "M8"
.ascii "M9"
.space 2
.ascii "M:"
.space 2
.space 2
.space 2
.ascii "P|"
.space 2
.space 2
.space 2
.ascii "U>"
.space 2
.space 2
.space 2
.ascii "Z/"
.space 2
.ascii "Z0"
.space 2
.space 2
.space 2
.space 2
.ascii "_$"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hc"
.space 2
.ascii "l_"
.space 2
.ascii "pS"
.space 2
.ascii "sZ"
.space 2
.ascii "{_"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Z1"
.space 2
.ascii "cp"
.space 2
.space 2
.space 2
.space 2
.ascii "vA"
.space 2
.space 2
.space 2
.ascii "J0"
.space 2
.ascii "J/"
.ascii "P}"
.space 2
.space 2
.space 2
.ascii "Z3"
.ascii "])"
.ascii "Z4"
.ascii "Z2"
.ascii "_%"
.space 2
.space 2
.ascii "hd"
.ascii "l`"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "J1"
.space 2
.ascii "J2"
.space 2
.space 2
.ascii "M>"
.space 2
.space 2
.ascii "M="
.ascii "M;"
.ascii "M<"
.space 2
.space 2
.space 2
.ascii "Q!"
.space 2
.ascii "Q$"
.ascii "P~"
.ascii "Q&"
.ascii "Q\""
.ascii "Q#"
.ascii "Q%"
.space 2
.space 2
.space 2
.ascii "UA"
.ascii "U@"
.ascii "U?"
.space 2
.space 2
.space 2
.space 2
.ascii "Z5"
.ascii "Z8"
.ascii "Z6"
.space 2
.space 2
.ascii "Z;"
.space 2
.ascii "Z7"
.space 2
.ascii "Z:"
.ascii "Z9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_("
.ascii "_&"
.ascii "_'"
.space 2
.ascii "cq"
.space 2
.ascii "cr"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "lb"
.space 2
.ascii "la"
.space 2
.ascii "he"
.space 2
.space 2
.space 2
.ascii "s["
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "E@"
.space 2
.ascii "FR"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "J4"
.ascii "J6"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "H%"
.ascii "J5"
.ascii "J3"
.ascii "H$"
.space 2
.space 2
.space 2
.ascii "M?"
.space 2
.space 2
.ascii "M@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "J:"
.ascii "J8"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "J7"
.space 2
.space 2
.space 2
.ascii "MB"
.space 2
.space 2
.ascii "J9"
.space 2
.space 2
.space 2
.space 2
.ascii "MA"
.space 2
.ascii "MC"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Q+"
.ascii "MD"
.space 2
.space 2
.ascii "Q'"
.space 2
.ascii "ME"
.ascii "MJ"
.ascii "MH"
.space 2
.space 2
.space 2
.space 2
.ascii "MO"
.space 2
.ascii "Q("
.space 2
.space 2
.ascii "Q)"
.ascii "MK"
.space 2
.space 2
.space 2
.ascii "Q*"
.space 2
.ascii "ML"
.ascii "Q,"
.space 2,77
.ascii "MI"
.ascii "MN"
.space 2
.space 2
.space 2
.ascii "MF"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "MG"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Q2"
.space 2
.space 2
.ascii "Q1"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Q-"
.space 2
.space 2
.ascii "UE"
.space 2
.space 2
.space 2
.space 2
.ascii "UF"
.space 2
.space 2
.space 2
.ascii "UB"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Q0"
.ascii "UC"
.ascii "Q6"
.ascii "UD"
.space 2
.space 2
.ascii "Q/"
.ascii "UH"
.ascii "Q5"
.ascii "Q4"
.ascii "Q3"
.ascii "UG"
.space 2
.ascii "UI"
.ascii "Q."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Z<"
.space 2
.space 2
.space 2
.space 2
.ascii "UJ"
.ascii "UP"
.space 2
.space 2
.space 2
.ascii "Z>"
.space 2
.space 2
.ascii "UO"
.ascii "UM"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "UN"
.space 2
.ascii "UQ"
.space 2
.space 2
.space 2
.ascii "UL"
.space 2
.space 2
.space 2
.space 2
.ascii "UK"
.ascii "Z?"
.space 2
.space 2
.ascii "Z="
.space 2
.space 2
.space 2
.space 2
.ascii "Z@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_+"
.space 2
.ascii "ZB"
.ascii "ZG"
.ascii "_,"
.space 2
.ascii "ZN"
.space 2
.space 2
.ascii "ZF"
.ascii "ZI"
.ascii "ZD"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ZE"
.ascii "ZL"
.ascii "ZP"
.space 2
.space 2
.space 2
.ascii "ZA"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_)"
.space 2
.space 2
.space 2
.ascii "ZK"
.space 2
.space 2
.ascii "ZJ"
.space 2
.ascii "ZO"
.space 2
.ascii "ZH"
.space 2
.space 2
.ascii "ZM"
.ascii "_-"
.ascii "_*"
.space 2
.space 2
.space 2
.space 2
.ascii "ZC"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_2"
.ascii "_6"
.space 2
.ascii "cw"
.ascii "_4"
.space 2
.ascii "_8"
.space 2
.space 2
.ascii "cy"
.ascii "_0"
.ascii "_3"
.space 2
.space 2
.space 2
.space 2
.ascii "_:"
.ascii "cz"
.space 2
.space 2
.space 2
.space 2
.ascii "d&"
.space 2
.ascii "c{"
.ascii "_9"
.space 2
.space 2
.space 2
.ascii "d%"
.ascii "_7"
.ascii "ct"
.space 2
.space 2
.ascii "_;"
.space 2
.space 2
.ascii "_1"
.space 2
.space 2
.space 2
.space 2
.ascii "cs"
.ascii "cx"
.ascii "_."
.space 2
.space 2
.ascii "cv"
.space 2
.space 2
.space 2
.ascii "_/"
.space 2
.space 2
.space 2
.ascii "d$"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "d#"
.space 2
.space 2
.ascii "d'"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "d\""
.ascii "hg"
.space 2
.space 2
.space 2
.space 2
.ascii "c~"
.space 2
.space 2
.ascii "hf"
.ascii "cu"
.space 2
.space 2
.space 2,104
.ascii "c}"
.ascii "d!"
.ascii "c|"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "lg"
.space 2
.space 2
.ascii "hn"
.space 2
.ascii "hm"
.space 2
.space 2
.ascii "lf"
.space 2
.ascii "hl"
.space 2
.space 2
.ascii "hj"
.ascii "hk"
.space 2
.space 2
.space 2
.ascii "ld"
.ascii "_5"
.space 2
.space 2
.ascii "lk"
.space 2
.space 2
.ascii "le"
.space 2
.ascii "lj"
.space 2
.space 2
.space 2
.space 2
.ascii "ho"
.ascii "lc"
.ascii "hi"
.space 2
.space 2
.space 2
.space 2
.ascii "li"
.space 2
.space 2,108
.space 2
.space 2
.space 2
.ascii "lh"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "pW"
.space 2
.space 2
.space 2
.ascii "lp"
.space 2
.ascii "ln"
.ascii "pU"
.space 2
.space 2
.ascii "lt"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "lr"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ls"
.space 2
.space 2
.ascii "lm"
.space 2
.ascii "pV"
.space 2
.ascii "lo"
.ascii "lq"
.space 2
.ascii "lu"
.space 2
.space 2
.space 2
.ascii "pT"
.space 2
.space 2
.space 2
.ascii "pY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "pZ"
.space 2
.space 2
.space 2
.ascii "s]"
.space 2
.space 2
.space 2
.space 2
.ascii "s^"
.ascii "p\\"
.ascii "s\\"
.ascii "p["
.ascii "s`"
.space 2
.ascii "pX"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vB"
.space 2
.space 2
.ascii "s_"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x4"
.space 2
.space 2
.ascii "x7"
.ascii "x6"
.ascii "x5"
.ascii "yl"
.space 2
.ascii "ym"
.space 2
.ascii "zj"
.space 2
.ascii "zk"
.ascii "{`"
.ascii "|6"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "EA"
.space 2
.ascii "FS"
.space 2
.ascii "H'"
.ascii "H("
.ascii "H&"
.space 2
.ascii "H)"
.ascii "J<"
.ascii "J;"
.space 2
.space 2
.ascii "MQ"
.ascii "MP"
.space 2
.space 2
.space 2
.ascii "ZQ"
.ascii "ZR"
.space 2
.space 2
.space 2
.ascii "_<"
.space 2
.ascii "d("
.ascii "d)"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hp"
.space 2
.space 2
.space 2
.ascii "lv"
.space 2
.ascii "p]"
.space 2
.ascii "sa"
.ascii "vC"
.ascii "sb"
.space 2
.ascii "EB"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "MS"
.ascii "MR"
.ascii "MT"
.ascii "Q7"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "UR"
.ascii "ZS"
.ascii "_="
.space 2
.ascii "EC"
.space 2
.ascii "D_"
.ascii "ED"
.space 2
.space 2
.ascii "FW"
.ascii "FV"
.ascii "FT"
.ascii "FU"
.space 2
.space 2
.space 2
.ascii "H,"
.space 2
.space 2
.ascii "H+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "H*"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "JC"
.ascii "JL"
.space 2,74
.space 2
.space 2
.space 2
.ascii "JH"
.space 2
.space 2
.ascii "JA"
.space 2
.space 2
.ascii "JG"
.space 2
.space 2
.ascii "JE"
.space 2
.ascii "JF"
.ascii "MU"
.ascii "J@"
.space 2
.space 2
.space 2
.ascii "J="
.space 2
.ascii "JP"
.space 2
.space 2
.ascii "JB"
.ascii "JD"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "JO"
.ascii "JI"
.ascii "JN"
.space 2
.ascii "JM"
.ascii "J?"
.ascii "J>"
.ascii "JK"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Mc"
.space 2
.space 2
.ascii "M^"
.ascii "Mq"
.space 2
.space 2
.space 2
.space 2
.ascii "Ml"
.space 2
.space 2
.space 2
.ascii "Mj"
.space 2
.space 2
.space 2
.ascii "M["
.space 2
.space 2
.ascii "Me"
.ascii "Md"
.space 2
.ascii "MY"
.space 2
.space 2
.ascii "MZ"
.space 2
.ascii "MX"
.space 2
.ascii "Mp"
.ascii "Mh"
.ascii "Mb"
.ascii "MV"
.space 2
.ascii "Ma"
.ascii "MW"
.ascii "Mi"
.ascii "Mr"
.space 2
.ascii "Mf"
.space 2
.ascii "M\\"
.ascii "M_"
.ascii "M`"
.space 2
.ascii "Mn"
.ascii "Mo"
.ascii "Mm"
.ascii "Mg"
.ascii "Mk"
.ascii "M]"
.ascii "Q8"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "QD"
.ascii "Q<"
.ascii "Q>"
.ascii "QC"
.space 2
.ascii "QA"
.space 2
.ascii "US"
.ascii "QF"
.space 2
.space 2
.ascii "QB"
.space 2
.space 2
.space 2
.space 2
.ascii "Q;"
.ascii "Q?"
.ascii "QE"
.space 2,85
.space 2
.ascii "Q="
.ascii "QH"
.space 2
.space 2
.space 2
.space 2
.ascii "Q@"
.ascii "UT"
.ascii "Q:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "QG"
.space 2
.space 2
.space 2
.space 2
.ascii "Q9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Uc"
.space 2
.ascii "Ua"
.ascii "Ub"
.space 2
.space 2
.space 2
.ascii "UX"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "U^"
.space 2
.space 2
.ascii "U`"
.ascii "UW"
.space 2
.space 2
.space 2
.ascii "UZ"
.space 2
.space 2
.space 2
.ascii "U["
.space 2
.space 2
.ascii "U]"
.space 2
.space 2
.ascii "Ue"
.ascii "Ud"
.ascii "UV"
.ascii "U\\"
.ascii "U_"
.space 2
.space 2
.space 2
.space 2
.ascii "UY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Z["
.ascii "Zo"
.ascii "Zn"
.space 2
.ascii "Zc"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Z^"
.ascii "ZV"
.space 2
.space 2
.space 2
.ascii "_M"
.space 2,90
.space 2
.space 2
.ascii "Zp"
.ascii "Zm"
.space 2
.space 2
.space 2
.space 2
.ascii "Zl"
.space 2
.space 2
.ascii "Za"
.ascii "Ze"
.space 2
.space 2
.space 2
.ascii "Zf"
.ascii "Z`"
.space 2
.space 2
.ascii "_?"
.space 2
.space 2
.ascii "Zk"
.space 2
.space 2
.ascii "Zj"
.space 2
.space 2
.space 2
.ascii "ZW"
.space 2
.ascii "Z\\"
.ascii "Zg"
.space 2
.ascii "Zb"
.space 2
.space 2
.space 2
.space 2
.ascii "ZT"
.ascii "Zh"
.ascii "ZX"
.ascii "_>"
.space 2
.ascii "ZY"
.space 2
.ascii "ZU"
.ascii "Zd"
.ascii "Z_"
.ascii "Z]"
.space 2
.ascii "Zi"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_A"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_D"
.space 2
.space 2
.ascii "_C"
.space 2
.space 2
.space 2
.ascii "_E"
.space 2
.ascii "_@"
.ascii "_H"
.space 2
.ascii "_F"
.space 2
.space 2
.space 2
.ascii "_J"
.space 2
.space 2
.space 2
.ascii "_R"
.ascii "_P"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_I"
.space 2
.ascii "_G"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_B"
.ascii "_O"
.space 2
.space 2
.ascii "_K"
.ascii "_L"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_N"
.space 2
.space 2
.space 2
.space 2
.ascii "_S"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "d8"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "d4"
.space 2
.ascii "d1"
.space 2
.space 2
.space 2
.ascii "d*"
.ascii "d3"
.space 2
.ascii "d6"
.ascii "d7"
.space 2
.space 2
.space 2
.space 2
.ascii "d2"
.space 2
.ascii "d,"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "d-"
.space 2
.ascii "d0"
.ascii "d."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hz"
.space 2
.ascii "d5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "d/"
.ascii "d+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hx"
.ascii "_Q"
.space 2
.ascii "hs"
.space 2
.space 2
.space 2
.ascii "hr"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hv"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hy"
.space 2
.ascii "lw"
.space 2
.space 2
.space 2
.ascii "h{"
.space 2
.ascii "lx"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hu"
.ascii "ly"
.ascii "hw"
.ascii "h|"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hq"
.ascii "l|"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "l}"
.space 2
.ascii "m%"
.ascii "m\""
.space 2
.ascii "m#"
.space 2
.space 2
.space 2
.ascii "m+"
.ascii "m)"
.space 2
.space 2
.space 2
.ascii "lz"
.space 2
.space 2
.space 2
.ascii "m,"
.space 2
.ascii "ht"
.ascii "m!"
.space 2
.space 2
.space 2
.ascii "m$"
.space 2
.ascii "m("
.ascii "m*"
.ascii "m'"
.ascii "m&"
.space 2
.ascii "l~"
.space 2
.ascii "l{"
.ascii "m-"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "pa"
.ascii "pb"
.space 2
.ascii "pk"
.ascii "ph"
.space 2
.ascii "p_"
.ascii "pf"
.space 2
.ascii "pd"
.ascii "p^"
.space 2
.ascii "pe"
.space 2
.space 2
.ascii "sd"
.ascii "p`"
.space 2
.ascii "pg"
.ascii "sc"
.space 2
.space 2
.space 2
.ascii "pi"
.space 2
.ascii "pj"
.space 2
.space 2
.space 2
.ascii "se"
.space 2
.ascii "pc"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sf"
.space 2
.ascii "sk"
.space 2
.space 2
.space 2
.ascii "sh"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "si"
.ascii "sl"
.space 2
.space 2
.ascii "sg"
.ascii "sj"
.ascii "vE"
.space 2
.ascii "vD"
.space 2
.space 2
.ascii "vJ"
.space 2
.space 2
.ascii "vH"
.ascii "vI"
.space 2
.space 2
.ascii "vF"
.space 2
.ascii "x8"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vG"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x9"
.space 2
.space 2
.space 2
.space 2
.ascii "yo"
.space 2
.space 2
.space 2
.ascii "yn"
.ascii "yp"
.space 2
.space 2
.ascii "zm"
.ascii "zl"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|7"
.ascii "{a"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|9"
.ascii "|8"
.ascii "|_"
.space 2
.space 2
.space 2,69
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "H-"
.space 2
.ascii "JS"
.ascii "JQ"
.space 2
.ascii "JR"
.space 2
.space 2
.ascii "Ms"
.ascii "QI"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "QJ"
.space 2
.space 2
.ascii "Uf"
.ascii "Ug"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Zw"
.space 2
.ascii "Zs"
.space 2
.space 2
.ascii "Zz"
.ascii "Zy"
.ascii "Zr"
.ascii "Zu"
.ascii "Zx"
.ascii "Zt"
.space 2
.space 2
.space 2
.ascii "Zq"
.ascii "_T"
.space 2
.space 2
.space 2
.ascii "_V"
.ascii "_W"
.space 2
.space 2
.ascii "_U"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "d9"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "h}"
.space 2
.ascii "pl"
.ascii "m."
.space 2
.ascii "m/"
.ascii "m0"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sm"
.ascii "sn"
.space 2
.space 2
.space 2
.ascii "EF"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_Y"
.ascii "_X"
.space 2
.space 2
.space 2
.ascii "zn"
.space 2
.ascii "EG"
.space 2
.ascii "Uh"
.space 2
.ascii "Z|"
.ascii "Z{"
.space 2
.space 2
.ascii "d:"
.space 2
.ascii "h~"
.space 2
.space 2
.ascii "EH"
.ascii "FX"
.space 2
.ascii "Mt"
.space 2
.space 2
.space 2
.ascii "QK"
.ascii "Z}"
.space 2
.space 2
.ascii "_Z"
.ascii "d;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vK"
.space 2
.ascii "EI"
.space 2
.space 2
.ascii "Mu"
.ascii "QL"
.space 2
.space 2
.space 2
.ascii "Ui"
.space 2
.space 2
.space 2
.ascii "Uj"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[!"
.ascii "[\""
.space 2
.ascii "[#"
.ascii "Z~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i\""
.ascii "i!"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "QM"
.space 2
.space 2
.ascii "EJ"
.ascii "FY"
.space 2
.ascii "H/"
.ascii "H."
.space 2
.space 2
.ascii "H0"
.ascii "H1"
.space 2
.space 2
.space 2
.ascii "JT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Mv"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "M}"
.space 2
.ascii "M{"
.space 2
.space 2
.space 2
.ascii "Mz"
.ascii "N#"
.space 2
.space 2
.ascii "N\""
.space 2
.ascii "My"
.space 2
.ascii "M|"
.ascii "M~"
.space 2
.space 2
.space 2
.ascii "Mx"
.ascii "Mw"
.ascii "N!"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "QS"
.ascii "QP"
.space 2
.space 2
.space 2
.ascii "QV"
.ascii "QN"
.space 2
.space 2,81
.ascii "QT"
.space 2
.space 2
.space 2
.space 2
.ascii "QO"
.space 2
.ascii "QR"
.space 2
.ascii "QU"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ur"
.ascii "Uk"
.ascii "Un"
.space 2
.ascii "Uq"
.space 2
.space 2
.space 2
.ascii "Ul"
.space 2
.space 2
.ascii "Up"
.space 2
.space 2
.ascii "Um"
.space 2
.space 2
.ascii "Uo"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[%"
.space 2
.space 2
.ascii "[$"
.ascii "[)"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[&"
.space 2
.ascii "[("
.space 2
.ascii "['"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_["
.space 2,95
.ascii "_\\"
.space 2
.space 2
.space 2
.ascii "_]"
.space 2
.ascii "_^"
.ascii "_c"
.space 2
.space 2
.ascii "_a"
.space 2
.space 2
.space 2
.ascii "_b"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dA"
.space 2
.space 2
.ascii "d>"
.ascii "d?"
.ascii "d="
.space 2
.space 2
.space 2
.ascii "dC"
.space 2
.space 2
.space 2
.ascii "_`"
.space 2
.space 2
.space 2
.space 2
.ascii "d@"
.ascii "d<"
.ascii "dB"
.space 2
.space 2
.space 2
.space 2
.ascii "i%"
.space 2
.space 2
.space 2
.space 2
.ascii "i#"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i$"
.space 2
.space 2
.ascii "m2"
.space 2
.space 2
.ascii "m1"
.space 2
.space 2
.ascii "m4"
.space 2
.space 2
.ascii "m3"
.space 2
.space 2
.space 2
.ascii "pr"
.ascii "po"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,112
.space 2
.ascii "pm"
.ascii "pq"
.space 2
.ascii "pn"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sp"
.space 2
.space 2
.ascii "so"
.space 2
.space 2
.ascii "vL"
.ascii "x;"
.space 2
.space 2
.ascii "x:"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yq"
.space 2
.space 2
.ascii "zo"
.space 2
.space 2
.ascii "|:"
.space 2
.space 2
.space 2
.ascii "EK"
.space 2
.ascii "H2"
.ascii "H3"
.ascii "JU"
.space 2
.space 2
.ascii "QW"
.ascii "Us"
.ascii "[*"
.space 2
.space 2
.ascii "Y7"
.space 2
.ascii "_d"
.ascii "_e"
.ascii "^2"
.space 2
.space 2
.ascii "dD"
.space 2
.space 2
.space 2
.space 2
.ascii "EL"
.ascii "H4"
.space 2
.ascii "N%"
.space 2
.ascii "N$"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ut"
.ascii "Uu"
.space 2
.ascii "Uv"
.space 2
.space 2
.space 2
.ascii "[,"
.space 2
.ascii "_g"
.space 2
.ascii "_f"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vM"
.ascii "yr"
.ascii "EM"
.space 2
.ascii "F\\"
.ascii "F]"
.ascii "F["
.ascii "F^"
.ascii "FZ"
.space 2
.space 2
.ascii "H7"
.space 2
.space 2
.ascii "H6"
.ascii "H8"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "H5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "J_"
.space 2
.space 2
.ascii "J^"
.space 2
.space 2
.space 2
.space 2
.ascii "JW"
.ascii "JX"
.ascii "JY"
.ascii "JZ"
.space 2
.ascii "Ja"
.space 2
.space 2
.ascii "J\\"
.ascii "Jb"
.space 2
.space 2
.space 2
.space 2
.ascii "J["
.space 2
.ascii "J]"
.ascii "JV"
.ascii "J`"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "N:"
.space 2
.space 2
.ascii "N&"
.space 2
.ascii "N0"
.ascii "N1"
.ascii "N)"
.ascii "N;"
.ascii "N+"
.space 2
.ascii "N6"
.space 2
.ascii "N,"
.space 2
.space 2
.space 2
.space 2
.ascii "N9"
.space 2
.ascii "N4"
.ascii "N2"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "N-"
.space 2
.ascii "N3"
.space 2
.ascii "N'"
.space 2
.space 2
.space 2
.space 2
.ascii "N5"
.space 2
.space 2
.ascii "N8"
.space 2
.ascii "N("
.space 2
.ascii "N/"
.space 2
.space 2
.ascii "N7"
.space 2
.ascii "N*"
.ascii "N."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Q_"
.ascii "Ql"
.space 2
.space 2
.space 2
.ascii "Qe"
.space 2
.ascii "Q^"
.space 2
.ascii "Qh"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Qc"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Qi"
.ascii "Q\\"
.ascii "Qd"
.ascii "Qp"
.ascii "QY"
.ascii "Q["
.space 2
.space 2
.space 2
.space 2
.ascii "Qm"
.ascii "Qf"
.space 2
.space 2
.ascii "Qo"
.ascii "Qj"
.space 2
.space 2
.space 2
.ascii "Qn"
.space 2
.space 2
.ascii "Qg"
.space 2
.space 2
.space 2
.ascii "Qa"
.space 2
.space 2
.ascii "Q]"
.space 2
.space 2
.ascii "Qb"
.space 2
.ascii "QZ"
.space 2
.ascii "Qk"
.ascii "V'"
.ascii "Q`"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "QX"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "V."
.space 2
.space 2
.space 2
.ascii "V#"
.ascii "V/"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Uw"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "V!"
.ascii "V,"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ux"
.ascii "U|"
.space 2
.space 2
.ascii "V*"
.ascii "V&"
.space 2
.space 2
.ascii "V)"
.ascii "V0"
.ascii "U}"
.ascii "V+"
.space 2
.ascii "V-"
.ascii "Uz"
.space 2
.ascii "Uy"
.space 2
.space 2
.space 2
.ascii "V$"
.space 2
.space 2
.space 2
.ascii "V("
.ascii "V%"
.space 2
.ascii "U{"
.ascii "U~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[3"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[2"
.space 2
.ascii "[-"
.ascii "[B"
.ascii "[8"
.space 2
.ascii "[<"
.ascii "[;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[0"
.ascii "[="
.space 2
.space 2
.ascii "[6"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[>"
.space 2
.ascii "[@"
.space 2
.ascii "[A"
.ascii "[/"
.space 2
.space 2
.space 2
.space 2
.ascii "[5"
.ascii "[?"
.space 2
.space 2
.space 2
.space 2
.ascii "[:"
.space 2
.ascii "[."
.ascii "[7"
.ascii "[4"
.space 2
.ascii "V\""
.space 2
.ascii "[1"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[9"
.space 2
.space 2
.space 2
.space 2
.ascii "_{"
.space 2
.ascii "_v"
.space 2
.ascii "_w"
.space 2
.space 2
.space 2
.space 2
.ascii "_s"
.space 2
.space 2
.ascii "_i"
.space 2
.ascii "_l"
.ascii "_k"
.space 2
.ascii "_|"
.space 2
.space 2
.space 2
.space 2
.ascii "_n"
.ascii "_j"
.space 2
.space 2
.ascii "_u"
.space 2
.space 2
.space 2
.ascii "_q"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_p"
.space 2
.space 2
.space 2
.ascii "_t"
.space 2
.space 2
.ascii "_o"
.space 2
.space 2
.space 2
.ascii "_r"
.ascii "_h"
.ascii "_~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_m"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_x"
.ascii "_z"
.space 2
.space 2
.space 2
.ascii "_y"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dL"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dN"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dR"
.ascii "dJ"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dG"
.ascii "dW"
.space 2
.ascii "dU"
.ascii "dQ"
.space 2
.ascii "dI"
.space 2
.space 2
.ascii "dV"
.space 2
.space 2
.space 2
.space 2
.ascii "dO"
.space 2
.space 2
.ascii "dP"
.space 2
.ascii "dF"
.ascii "_}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dK"
.space 2
.ascii "dH"
.space 2
.ascii "dS"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dM"
.space 2
.space 2
.space 2
.ascii "dT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dE"
.ascii "i("
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i-"
.ascii "i&"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i8"
.space 2
.space 2
.ascii "i6"
.space 2
.ascii "i'"
.space 2
.space 2
.ascii "i0"
.space 2
.ascii "i4"
.ascii "i*"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i1"
.space 2
.space 2
.ascii "i."
.space 2
.space 2
.space 2
.ascii "i/"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i)"
.space 2
.ascii "i7"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i,"
.ascii "i5"
.ascii "i3"
.space 2
.space 2
.ascii "i2"
.space 2
.space 2
.ascii "i+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "m7"
.space 2
.space 2
.space 2
.space 2
.ascii "mB"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "m?"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "m;"
.space 2
.space 2
.space 2
.ascii "m8"
.ascii "m@"
.space 2
.space 2
.ascii "mA"
.space 2
.space 2
.space 2
.space 2
.ascii "m>"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mC"
.space 2
.ascii "m="
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "m:"
.space 2
.space 2
.space 2
.space 2
.ascii "m9"
.ascii "m6"
.space 2
.ascii "m<"
.space 2
.ascii "m5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "q!"
.space 2
.space 2
.ascii "pt"
.ascii "py"
.ascii "pu"
.space 2
.space 2
.ascii "ps"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "pz"
.space 2
.space 2
.ascii "p~"
.ascii "q#"
.space 2
.space 2
.ascii "p}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "px"
.ascii "pv"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "q\""
.space 2
.ascii "p|"
.ascii "p{"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "pw"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sx"
.space 2
.ascii "sq"
.space 2
.space 2
.space 2
.space 2,115
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sz"
.space 2
.space 2
.space 2
.ascii "sr"
.space 2
.space 2
.ascii "sy"
.space 2
.space 2
.space 2
.space 2
.ascii "su"
.space 2
.space 2
.space 2
.ascii "s{"
.space 2
.ascii "st"
.ascii "sw"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vO"
.space 2
.ascii "vT"
.ascii "vU"
.space 2
.space 2
.space 2
.ascii "vN"
.space 2
.space 2
.space 2
.space 2
.ascii "vR"
.space 2
.space 2
.ascii "vQ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vS"
.ascii "vP"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x?"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x>"
.ascii "sv"
.space 2
.ascii "x="
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ys"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zr"
.ascii "zp"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zq"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{b"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|;"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "}#"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "EN"
.ascii "H9"
.space 2
.ascii "N<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[C"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`\""
.space 2
.space 2
.ascii "`#"
.ascii "`!"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dX"
.space 2
.ascii "i9"
.space 2
.space 2
.ascii "i:"
.space 2
.ascii "mE"
.space 2
.ascii "mD"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "q$"
.space 2
.space 2
.ascii "s|"
.space 2
.space 2
.ascii "vV"
.space 2
.ascii "{c"
.ascii "EO"
.ascii "F_"
.ascii "H:"
.ascii "Jc"
.ascii "N="
.ascii "N>"
.space 2
.space 2
.ascii "Qq"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dY"
.space 2
.space 2
.space 2
.space 2
.ascii "q%"
.ascii "vW"
.ascii "EP"
.space 2
.ascii "H;"
.space 2
.space 2
.space 2
.ascii "N?"
.space 2
.space 2
.space 2
.ascii "Qr"
.space 2
.space 2
.ascii "Qs"
.space 2
.space 2
.ascii "V2"
.ascii "V1"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`%"
.space 2
.ascii "`$"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mF"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s}"
.ascii "vX"
.space 2
.space 2
.ascii "zs"
.space 2
.space 2
.ascii "Qt"
.space 2
.ascii "V3"
.space 2
.space 2
.ascii "[D"
.space 2
.ascii "`&"
.space 2
.space 2
.ascii "d["
.ascii "dZ"
.space 2
.space 2
.space 2
.space 2
.ascii "mG"
.ascii "mH"
.space 2
.space 2
.space 2
.space 2
.ascii "EQ"
.space 2
.ascii "F`"
.space 2
.ascii "Jd"
.space 2
.space 2
.ascii "Qu"
.ascii "d\\"
.ascii "ER"
.space 2
.space 2
.ascii "Qv"
.space 2
.space 2
.ascii "s~"
.ascii "ES"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[E"
.ascii "[F"
.space 2
.space 2
.ascii "`'"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "d]"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "q&"
.space 2
.space 2
.ascii "t!"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ET"
.ascii "Fb"
.ascii "Fa"
.space 2
.ascii "N@"
.space 2
.space 2
.ascii "H<"
.space 2
.space 2
.space 2
.space 2
.ascii "NA"
.space 2
.space 2
.space 2
.ascii "Qw"
.space 2
.space 2
.space 2
.ascii "V4"
.ascii "V8"
.space 2
.ascii "V7"
.ascii "V5"
.ascii "V6"
.space 2
.space 2
.ascii "[G"
.ascii "`*"
.space 2
.ascii "`("
.ascii "`)"
.space 2
.space 2
.space 2
.ascii "i;"
.ascii "EU"
.space 2
.space 2
.space 2
.ascii "Fc"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ff"
.space 2
.ascii "Fe"
.ascii "Fd"
.ascii "Je"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "HF"
.ascii "HG"
.space 2
.ascii "HB"
.space 2
.space 2
.space 2
.space 2
.ascii "HC"
.space 2
.ascii "H>"
.space 2
.ascii "H?"
.space 2
.ascii "HE"
.space 2
.ascii "H="
.ascii "Jf"
.ascii "H@"
.ascii "HA"
.ascii "HD"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Jr"
.space 2
.ascii "Jm"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Jp"
.space 2
.ascii "Jw"
.space 2
.ascii "Jy"
.space 2
.ascii "J{"
.space 2
.space 2
.space 2
.ascii "Jn"
.space 2
.space 2
.ascii "Ju"
.ascii "Jx"
.space 2
.space 2
.ascii "Jh"
.ascii "K!"
.ascii "Jv"
.space 2
.ascii "Jk"
.ascii "Jz"
.space 2
.ascii "Ji"
.ascii "Jj"
.space 2
.space 2
.ascii "Jq"
.ascii "J|"
.space 2
.space 2
.ascii "Jo"
.space 2
.ascii "Jt"
.space 2
.ascii "J}"
.space 2
.ascii "Js"
.space 2
.ascii "J~"
.ascii "Jg"
.space 2
.ascii "Jl"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "NM"
.ascii "N]"
.space 2
.ascii "NT"
.space 2
.space 2
.ascii "NE"
.space 2
.ascii "NH"
.space 2
.space 2
.space 2
.space 2
.ascii "NP"
.ascii "NR"
.space 2
.ascii "NY"
.ascii "NK"
.ascii "NI"
.ascii "NJ"
.ascii "NX"
.space 2
.ascii "NS"
.space 2
.space 2
.ascii "NQ"
.ascii "NV"
.space 2
.space 2
.space 2
.ascii "Qx"
.ascii "N\\"
.space 2
.ascii "NF"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "NO"
.space 2
.space 2,78
.ascii "N`"
.ascii "NU"
.space 2
.space 2
.space 2
.ascii "N["
.ascii "N_"
.space 2
.space 2
.space 2
.ascii "Na"
.ascii "NZ"
.ascii "NL"
.ascii "NB"
.space 2
.ascii "NG"
.space 2
.space 2
.ascii "NC"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "N^"
.ascii "V9"
.ascii "NW"
.space 2
.ascii "ND"
.space 2
.ascii "R)"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Qy"
.ascii "Q~"
.space 2
.ascii "R0"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "R#"
.space 2
.space 2
.space 2
.ascii "R("
.space 2
.space 2
.ascii "R\""
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Q}"
.space 2
.ascii "R+"
.space 2
.ascii "R-"
.ascii "Q{"
.ascii "R1"
.space 2
.space 2
.ascii "R."
.space 2
.space 2
.ascii "R!"
.ascii "Qz"
.space 2
.space 2
.ascii "R/"
.ascii "R'"
.space 2
.ascii "R,"
.ascii "R*"
.space 2
.ascii "R$"
.space 2
.ascii "R%"
.ascii "R&"
.space 2
.space 2
.ascii "Q|"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "VA"
.ascii "VF"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "VM"
.ascii "V>"
.space 2
.space 2
.ascii "VH"
.ascii "V:"
.space 2
.ascii "VC"
.space 2
.ascii "VE"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "VG"
.space 2
.space 2
.ascii "V@"
.ascii "V?"
.ascii "VK"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "VL"
.space 2
.ascii "V="
.ascii "V<"
.ascii "VD"
.ascii "VJ"
.space 2
.ascii "VI"
.space 2
.ascii "[H"
.space 2
.space 2
.space 2
.space 2
.ascii "VB"
.ascii "VN"
.ascii "V;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[j"
.space 2
.space 2
.space 2
.ascii "[W"
.ascii "[U"
.space 2
.space 2
.ascii "[L"
.space 2
.space 2
.ascii "[`"
.space 2
.space 2
.ascii "[Z"
.space 2
.space 2
.space 2
.ascii "[I"
.space 2
.space 2
.ascii "[l"
.space 2
.space 2
.space 2
.space 2
.ascii "[i"
.ascii "[]"
.ascii "[h"
.ascii "[S"
.space 2
.space 2
.space 2
.ascii "[T"
.ascii "[N"
.space 2
.space 2
.space 2
.space 2
.ascii "[V"
.ascii "[^"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[c"
.ascii "[K"
.ascii "[a"
.space 2
.space 2
.space 2
.ascii "[X"
.space 2
.space 2
.ascii "[M"
.space 2
.space 2
.ascii "[O"
.space 2
.ascii "[m"
.space 2
.ascii "[g"
.space 2
.ascii "[d"
.ascii "[b"
.ascii "[k"
.space 2
.ascii "[f"
.space 2
.space 2
.ascii "[e"
.space 2
.ascii "[J"
.space 2
.ascii "[\\"
.space 2
.space 2,91
.space 2
.ascii "[Y"
.ascii "[Q"
.ascii "[P"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[R"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`G"
.ascii "[_"
.ascii "`5"
.space 2
.ascii "`C"
.space 2
.space 2
.ascii "`2"
.ascii "`."
.space 2
.ascii "`4"
.ascii "`8"
.ascii "`3"
.ascii "`<"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`A"
.ascii "`;"
.space 2
.ascii "`+"
.space 2
.space 2
.ascii "`/"
.space 2
.ascii "`>"
.space 2
.space 2
.space 2
.ascii "`,"
.space 2
.ascii "`@"
.space 2
.space 2
.space 2
.ascii "`D"
.space 2
.space 2
.space 2
.space 2
.ascii "`B"
.ascii "`J"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`1"
.space 2
.space 2
.ascii "`?"
.ascii "`H"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`-"
.space 2
.ascii "`9"
.space 2
.ascii "`7"
.space 2
.space 2
.ascii "`6"
.space 2
.space 2
.space 2
.ascii "`M"
.space 2
.space 2
.space 2
.ascii "`I"
.space 2
.space 2
.space 2
.ascii "`0"
.space 2
.ascii "`L"
.space 2
.space 2
.space 2
.space 2
.ascii "`:"
.ascii "`="
.space 2
.space 2
.ascii "`K"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`F"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dc"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dm"
.space 2
.ascii "dh"
.space 2
.space 2
.space 2
.ascii "dn"
.space 2,100
.space 2
.space 2
.space 2
.space 2
.ascii "d^"
.space 2
.space 2
.ascii "dg"
.space 2
.ascii "dr"
.space 2
.space 2
.ascii "dq"
.ascii "dk"
.space 2
.space 2
.space 2
.ascii "d_"
.space 2
.space 2
.space 2
.space 2
.ascii "ds"
.space 2
.ascii "da"
.space 2
.space 2
.space 2
.ascii "dj"
.space 2
.ascii "di"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "db"
.space 2
.ascii "do"
.ascii "df"
.space 2
.ascii "de"
.space 2
.space 2
.space 2
.ascii "`E"
.ascii "iW"
.space 2
.space 2
.space 2
.space 2
.ascii "dl"
.space 2
.ascii "d`"
.ascii "dp"
.ascii "mZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "iT"
.space 2
.space 2
.ascii "iI"
.space 2
.space 2
.ascii "iV"
.space 2
.ascii "i@"
.space 2
.space 2
.ascii "iX"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i>"
.ascii "iH"
.space 2
.ascii "iU"
.ascii "iF"
.space 2
.space 2
.space 2
.ascii "iJ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "iE"
.space 2
.space 2
.space 2
.ascii "i?"
.ascii "i="
.ascii "iO"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "iC"
.space 2
.ascii "iG"
.ascii "iN"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "iA"
.ascii "iS"
.ascii "iP"
.ascii "iD"
.space 2
.space 2
.ascii "iQ"
.space 2
.ascii "iK"
.ascii "iM"
.ascii "i<"
.space 2
.space 2
.space 2
.space 2
.ascii "iL"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "iB"
.ascii "mI"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mL"
.space 2
.space 2
.ascii "mN"
.space 2
.space 2
.space 2
.ascii "mY"
.space 2
.space 2
.ascii "mQ"
.space 2
.space 2
.space 2
.ascii "m]"
.ascii "m\\"
.space 2
.space 2
.space 2
.ascii "mW"
.space 2
.ascii "mM"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mP"
.ascii "mS"
.ascii "m["
.ascii "mV"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mR"
.space 2
.ascii "mU"
.space 2
.ascii "mJ"
.space 2
.space 2
.space 2
.ascii "t*"
.space 2
.space 2
.space 2
.ascii "mK"
.space 2
.ascii "mO"
.space 2
.ascii "iR"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mX"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "q3"
.ascii "q)"
.space 2
.space 2
.ascii "q+"
.space 2
.ascii "q2"
.ascii "q-"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "q("
.space 2
.ascii "q."
.ascii "q4"
.space 2
.ascii "q1"
.space 2
.space 2
.ascii "q0"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "q/"
.ascii "q,"
.ascii "q'"
.ascii "q*"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "t."
.space 2
.space 2
.ascii "t\""
.space 2
.space 2
.ascii "t&"
.space 2
.space 2
.space 2
.ascii "t$"
.ascii "t%"
.ascii "t,"
.space 2
.space 2
.ascii "t'"
.space 2
.space 2
.space 2
.space 2
.ascii "t-"
.space 2
.ascii "t("
.ascii "t+"
.space 2
.ascii "t/"
.ascii "t)"
.ascii "t0"
.ascii "t#"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v]"
.space 2
.space 2
.space 2
.ascii "v["
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v\\"
.space 2
.space 2
.ascii "vY"
.space 2
.ascii "vZ"
.space 2
.space 2
.space 2
.ascii "v_"
.space 2
.ascii "v^"
.space 2
.space 2
.space 2
.ascii "xE"
.space 2
.space 2
.ascii "xF"
.space 2
.ascii "xC"
.ascii "x@"
.space 2
.ascii "xD"
.space 2
.ascii "xA"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xB"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yu"
.space 2
.ascii "yv"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yt"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zt"
.space 2
.space 2
.space 2
.space 2
.ascii "{d"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{e"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|`"
.space 2
.space 2
.space 2
.space 2
.ascii "}$"
.ascii "}2"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "EV"
.space 2
.space 2
.space 2
.space 2
.space 2,72
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "K\""
.space 2
.ascii "K%"
.space 2
.space 2
.space 2
.ascii "K#"
.ascii "K$"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ne"
.space 2
.space 2
.space 2
.ascii "Nc"
.space 2
.space 2
.space 2
.ascii "Nd"
.space 2
.space 2
.ascii "Nb"
.space 2
.space 2
.space 2
.ascii "Nf"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "R:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "R2"
.ascii "R5"
.ascii "R7"
.ascii "R9"
.ascii "R6"
.space 2
.space 2
.space 2
.ascii "R4"
.space 2
.space 2
.space 2
.space 2
.ascii "R8"
.space 2
.ascii "R3"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "VS"
.space 2
.ascii "VO"
.space 2
.space 2
.space 2
.space 2
.ascii "VT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "VP"
.ascii "VR"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "VQ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[r"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[n"
.space 2
.space 2
.space 2
.ascii "[q"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[o"
.ascii "[p"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`N"
.ascii "`O"
.space 2
.ascii "`U"
.space 2
.space 2
.space 2
.space 2
.ascii "`R"
.space 2
.space 2
.space 2
.space 2
.ascii "`P"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`Q"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`S"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "e\""
.space 2
.space 2
.ascii "dx"
.space 2
.space 2
.ascii "d}"
.space 2
.ascii "dt"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "e$"
.space 2
.space 2
.ascii "du"
.space 2
.space 2
.ascii "dz"
.space 2
.ascii "e!"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dw"
.ascii "d~"
.ascii "d|"
.ascii "dy"
.ascii "e#"
.ascii "dv"
.space 2
.space 2
.ascii "d{"
.space 2
.ascii "`T"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i["
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i]"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i\\"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i^"
.space 2
.ascii "iY"
.space 2
.space 2
.space 2
.space 2
.ascii "iZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "m^"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ma"
.space 2
.space 2
.space 2
.ascii "m_"
.space 2
.space 2
.space 2
.space 2
.ascii "m`"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "q;"
.space 2
.space 2
.space 2
.space 2
.ascii "q5"
.space 2
.space 2
.space 2
.space 2
.ascii "q?"
.ascii "q@"
.space 2
.space 2
.space 2
.ascii "q9"
.ascii "q6"
.space 2
.space 2
.space 2
.space 2
.ascii "q<"
.space 2
.ascii "q7"
.space 2
.ascii "q8"
.space 2
.space 2
.ascii "q:"
.space 2
.space 2
.space 2
.ascii "q="
.space 2
.space 2
.ascii "q>"
.space 2
.space 2
.ascii "t2"
.ascii "t9"
.space 2
.space 2
.space 2
.space 2
.ascii "t5"
.ascii "t4"
.ascii "t1"
.space 2
.space 2
.space 2
.space 2
.ascii "t7"
.ascii "t6"
.ascii "t3"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "t8"
.space 2
.space 2
.space 2
.ascii "vc"
.space 2
.space 2
.ascii "v`"
.ascii "va"
.space 2
.ascii "vb"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xG"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xH"
.space 2
.space 2
.ascii "yw"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zu"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "}F"
.space 2
.ascii "EW"
.space 2
.ascii "Ng"
.ascii "Nh"
.space 2
.space 2
.ascii "R;"
.space 2
.space 2
.space 2
.space 2
.ascii "t:"
.ascii "EX"
.space 2
.ascii "Ni"
.ascii "VU"
.ascii "e%"
.ascii "EY"
.space 2
.ascii "[s"
.ascii "i_"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "t;"
.ascii "EZ"
.ascii "Nj"
.space 2
.space 2
.space 2
.ascii "`V"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "e&"
.space 2
.space 2
.space 2
.ascii "mb"
.space 2
.ascii "xI"
.ascii "E["
.space 2
.ascii "E\\"
.space 2
.ascii "HJ"
.space 2
.ascii "HI"
.ascii "K("
.ascii "K'"
.ascii "K&"
.space 2
.space 2
.space 2
.space 2
.ascii "Nk"
.space 2
.ascii "Nl"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "R="
.space 2
.space 2
.ascii "R<"
.space 2
.ascii "R>"
.space 2
.space 2
.space 2
.space 2
.space 2,86
.space 2
.space 2
.space 2
.ascii "[t"
.space 2
.space 2
.ascii "`X"
.ascii "[u"
.space 2
.space 2
.ascii "`W"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i`"
.space 2
.space 2
.space 2
.ascii "ia"
.space 2
.space 2
.space 2
.space 2
.ascii "mc"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xJ"
.space 2
.space 2
.space 2
.space 2
.ascii "zv"
.space 2
.space 2
.space 2
.space 2
.ascii "E]"
.space 2
.space 2
.ascii "Fg"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Nm"
.space 2
.ascii "K*"
.space 2
.ascii "K)"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Nn"
.space 2
.ascii "Nq"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Np"
.space 2
.ascii "No"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "R@"
.ascii "RA"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "R?"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "V["
.ascii "VZ"
.ascii "VX"
.space 2
.space 2
.ascii "VW"
.ascii "VY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[y"
.space 2
.space 2
.ascii "[x"
.space 2
.space 2
.ascii "[z"
.space 2
.ascii "[w"
.ascii "[v"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`Z"
.space 2
.space 2
.space 2
.ascii "`\\"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`["
.space 2
.ascii "`Y"
.ascii "e'"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "e*"
.ascii "e)"
.space 2
.space 2
.space 2
.space 2
.ascii "ib"
.ascii "e("
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "md"
.space 2
.ascii "ic"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "me"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qA"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "t<"
.space 2
.ascii "t="
.space 2
.space 2
.ascii "ve"
.space 2
.ascii "vd"
.ascii "xK"
.space 2
.ascii "xL"
.ascii "yx"
.space 2
.space 2
.space 2
.space 2
.ascii "{f"
.space 2
.space 2
.space 2
.ascii "Fh"
.space 2
.ascii "V\\"
.ascii "[{"
.space 2
.ascii "Fi"
.space 2
.ascii "E^"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "K+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Nt"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Nv"
.space 2
.space 2
.ascii "Ns"
.ascii "Nr"
.space 2
.ascii "Nu"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "RE"
.ascii "RH"
.space 2
.space 2
.space 2
.ascii "RB"
.space 2
.space 2
.space 2
.ascii "RD"
.space 2
.space 2
.space 2
.space 2
.ascii "RG"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "RC"
.space 2
.space 2
.ascii "RF"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Vb"
.space 2
.ascii "V`"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Va"
.space 2
.space 2
.ascii "V]"
.ascii "V_"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\\""
.space 2
.space 2
.space 2
.space 2
.ascii "[~"
.space 2
.ascii "[|"
.ascii "\\!"
.space 2
.space 2
.ascii "V^"
.ascii "[}"
.space 2
.space 2
.ascii "\\#"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`f"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,96
.space 2
.space 2
.ascii "`a"
.ascii "`g"
.space 2
.ascii "`h"
.space 2
.ascii "`^"
.space 2
.space 2
.space 2
.space 2
.ascii "`e"
.space 2
.space 2
.space 2
.ascii "`_"
.ascii "`d"
.ascii "`b"
.ascii "`c"
.space 2
.space 2
.space 2
.ascii "`]"
.space 2
.space 2
.space 2
.space 2
.ascii "e1"
.space 2
.ascii "e0"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "e-"
.space 2
.space 2
.space 2
.ascii "e2"
.ascii "e,"
.ascii "e3"
.ascii "e4"
.space 2
.ascii "e/"
.ascii "e."
.space 2
.space 2
.space 2
.ascii "ie"
.ascii "id"
.space 2
.space 2
.space 2
.space 2
.ascii "mf"
.ascii "if"
.space 2
.space 2
.ascii "ih"
.space 2
.ascii "e+"
.ascii "ig"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mi"
.space 2
.ascii "mj"
.space 2
.space 2
.ascii "mh"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mg"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qD"
.space 2
.space 2
.space 2
.ascii "qB"
.space 2
.ascii "qF"
.ascii "qE"
.space 2
.space 2
.space 2
.ascii "qC"
.space 2
.space 2
.ascii "t@"
.ascii "vf"
.ascii "tA"
.ascii "t>"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "t?"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xM"
.space 2
.ascii "vg"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xN"
.space 2
.space 2
.space 2
.space 2
.space 2,121
.space 2
.space 2
.space 2
.space 2
.ascii "zx"
.space 2
.ascii "zw"
.space 2
.space 2
.space 2
.ascii "|<"
.space 2
.ascii "Fj"
.space 2
.space 2
.space 2
.ascii "\\$"
.space 2
.ascii "qG"
.ascii "xO"
.ascii "{g"
.space 2
.ascii "Fk"
.space 2
.space 2
.ascii "#\""
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\%"
.ascii "\\&"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,105
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qH"
.ascii "qI"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vh"
.space 2
.space 2
.ascii "Fl"
.space 2
.ascii "RI"
.space 2
.ascii "\\'"
.space 2
.space 2
.ascii "Fm"
.space 2
.space 2
.ascii "\\("
.space 2
.space 2
.ascii "`i"
.ascii "`j"
.space 2
.ascii "Fn"
.ascii "Fo"
.space 2
.ascii "K-"
.ascii "K,"
.ascii "RJ"
.space 2
.space 2
.ascii "Fp"
.ascii "Fq"
.ascii "Fr"
.ascii "Fs"
.space 2
.space 2
.space 2
.ascii "K."
.ascii "K/"
.space 2
.space 2
.space 2
.space 2
.ascii "Nw"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "RN"
.ascii "RL"
.space 2
.ascii "RM"
.ascii "RK"
.space 2
.space 2
.space 2
.space 2
.ascii "Vc"
.space 2
.space 2
.space 2
.space 2
.ascii "Vg"
.ascii "Vf"
.space 2
.ascii "Ve"
.ascii "Vd"
.space 2
.space 2
.space 2
.space 2
.ascii "\\+"
.space 2
.space 2
.ascii "\\)"
.ascii "\\*"
.space 2
.space 2
.space 2
.ascii "`l"
.ascii "`k"
.space 2
.space 2
.space 2
.space 2
.ascii "\\,"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "e5"
.space 2
.ascii "e6"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mk"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xQ"
.ascii "xP"
.space 2
.space 2
.ascii "{h"
.ascii "Ft"
.space 2
.space 2
.space 2
.ascii "\\-"
.space 2
.ascii "ij"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ny"
.ascii "Nz"
.space 2
.space 2
.ascii "Nx"
.space 2
.space 2
.space 2
.space 2
.space 2,82
.ascii "RS"
.ascii "RP"
.ascii "RQ"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "RO"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Vk"
.ascii "Vl"
.space 2
.ascii "\\0"
.space 2
.space 2
.ascii "Vq"
.ascii "Vo"
.space 2
.space 2
.ascii "Vn"
.ascii "Vm"
.ascii "Vh"
.space 2
.space 2
.space 2
.ascii "Vp"
.space 2
.space 2
.ascii "Vi"
.space 2
.ascii "Vj"
.space 2
.space 2
.ascii "\\1"
.space 2
.space 2
.ascii "\\2"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\."
.ascii "\\/"
.space 2
.space 2
.ascii "`q"
.ascii "`p"
.space 2
.ascii "`n"
.space 2
.space 2
.ascii "`r"
.space 2
.ascii "`s"
.space 2
.ascii "`m"
.ascii "`o"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "e8"
.ascii "e;"
.ascii "e:"
.ascii "e?"
.ascii "e>"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "e<"
.space 2
.space 2
.space 2
.space 2
.ascii "e="
.ascii "e7"
.ascii "e9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "in"
.space 2
.ascii "im"
.space 2
.ascii "il"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "io"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mn"
.ascii "ml"
.ascii "mq"
.ascii "mr"
.space 2
.ascii "mo"
.space 2
.ascii "mp"
.ascii "ik"
.space 2
.space 2,109
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qJ"
.space 2
.space 2
.space 2
.ascii "qK"
.space 2
.ascii "qL"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "tC"
.space 2
.space 2
.space 2
.ascii "tB"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "tD"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vk"
.space 2
.space 2
.space 2
.ascii "vi"
.space 2
.ascii "vj"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xR"
.space 2
.ascii "xS"
.ascii "yz"
.space 2
.space 2
.ascii "y{"
.space 2
.space 2
.space 2
.ascii "zy"
.space 2
.space 2
.ascii "{j"
.space 2
.ascii "{i"
.space 2
.space 2
.ascii "|a"
.ascii "|b"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "RT"
.space 2
.space 2
.ascii "`t"
.ascii "`u"
.ascii "Fu"
.ascii "HK"
.space 2
.space 2
.space 2
.ascii "K0"
.space 2
.ascii "N{"
.space 2
.ascii "RU"
.ascii "RV"
.ascii "RW"
.space 2
.space 2
.ascii "Vr"
.space 2
.space 2
.ascii "\\3"
.space 2
.space 2
.space 2
.space 2
.ascii "`w"
.space 2
.space 2
.ascii "`v"
.space 2
.space 2
.space 2
.ascii "ms"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Fv"
.space 2
.ascii "Vs"
.space 2
.space 2
.space 2
.ascii "`x"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mt"
.space 2
.space 2
.space 2
.space 2
.ascii "Fw"
.space 2
.space 2
.ascii "N|"
.ascii "RZ"
.space 2
.ascii "R["
.ascii "RY"
.space 2
.ascii "RX"
.space 2
.ascii "Vt"
.space 2
.space 2
.ascii "Vu"
.ascii "Vv"
.space 2
.space 2
.space 2
.ascii "\\5"
.space 2
.ascii "\\4"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\6"
.ascii "`y"
.space 2
.ascii "e@"
.ascii "eA"
.space 2
.ascii "ip"
.space 2
.ascii "iq"
.ascii "mu"
.ascii "qN"
.space 2
.ascii "qM"
.space 2
.space 2
.ascii "tE"
.space 2
.space 2
.space 2
.ascii "Fx"
.ascii "K1"
.space 2
.space 2
.ascii "N}"
.space 2
.ascii "N~"
.space 2
.space 2
.space 2
.ascii "R^"
.ascii "R]"
.space 2
.space 2
.ascii "Rb"
.space 2
.ascii "Ra"
.space 2
.space 2
.ascii "R\\"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Rc"
.space 2
.ascii "R_"
.space 2
.ascii "R`"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Vx"
.ascii "Vy"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Vz"
.ascii "Vw"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\:"
.ascii "\\7"
.ascii "\\;"
.space 2
.ascii "\\<"
.space 2
.ascii "\\9"
.space 2
.ascii "\\8"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`z"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "eB"
.ascii "eJ"
.space 2
.ascii "eE"
.space 2
.space 2
.ascii "iu"
.ascii "eM"
.ascii "eF"
.space 2
.ascii "eK"
.ascii "eD"
.space 2
.ascii "eL"
.space 2
.ascii "eH"
.ascii "eC"
.ascii "eI"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "eG"
.space 2
.space 2
.space 2
.ascii "is"
.space 2
.ascii "it"
.space 2
.space 2
.space 2
.space 2
.ascii "ir"
.space 2
.space 2
.ascii "mw"
.space 2
.space 2
.space 2
.ascii "mz"
.ascii "mx"
.space 2
.ascii "mv"
.space 2
.space 2
.ascii "my"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qP"
.ascii "qQ"
.ascii "qO"
.space 2
.space 2
.space 2
.space 2
.ascii "qR"
.space 2
.ascii "tJ"
.space 2
.space 2
.ascii "tG"
.space 2
.ascii "tI"
.ascii "tK"
.space 2
.space 2
.ascii "tH"
.space 2
.space 2
.ascii "tF"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vn"
.ascii "vo"
.ascii "vl"
.space 2
.ascii "vm"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,122
.space 2
.space 2
.space 2
.ascii "|c"
.space 2
.space 2
.ascii "}3"
.ascii "Fy"
.ascii "Rd"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Fz"
.ascii "K2"
.space 2
.ascii "O!"
.space 2
.space 2
.space 2
.ascii "V{"
.space 2
.space 2
.space 2
.ascii "`{"
.ascii "eN"
.ascii "tL"
.space 2
.space 2
.space 2
.ascii "F{"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "O\""
.space 2
.space 2
.space 2
.space 2
.ascii "Re"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Rg"
.ascii "Rh"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Rf"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "W!"
.space 2
.ascii "W'"
.ascii "W&"
.space 2
.space 2
.space 2
.space 2
.ascii "W$"
.space 2
.ascii "V}"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "W%"
.space 2
.space 2
.ascii "V|"
.space 2
.ascii "W("
.space 2
.ascii "W\""
.space 2
.space 2
.ascii "W#"
.ascii "V~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\>"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\?"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`|"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\="
.ascii "`}"
.space 2
.space 2
.ascii "`~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "eU"
.space 2
.space 2
.ascii "eX"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "eT"
.space 2
.space 2
.ascii "eS"
.space 2
.ascii "eO"
.space 2
.space 2
.ascii "eV"
.space 2
.ascii "eW"
.space 2
.space 2
.space 2
.ascii "eQ"
.ascii "eR"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "iw"
.space 2
.space 2
.space 2
.ascii "i{"
.space 2
.space 2
.space 2
.ascii "ix"
.space 2
.ascii "iz"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "eP"
.space 2
.space 2
.ascii "iy"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "m}"
.space 2
.ascii "n#"
.space 2
.ascii "n!"
.space 2
.space 2
.ascii "iv"
.space 2
.space 2
.space 2
.ascii "m|"
.space 2
.space 2
.space 2
.space 2
.ascii "m~"
.ascii "m{"
.space 2
.space 2
.space 2
.space 2
.ascii "n$"
.space 2
.space 2
.space 2
.space 2
.ascii "n\""
.space 2
.space 2
.space 2
.space 2
.ascii "qT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qV"
.ascii "qS"
.space 2
.space 2
.space 2
.ascii "qU"
.space 2
.space 2
.ascii "tP"
.space 2
.space 2
.space 2
.space 2
.ascii "tO"
.space 2
.space 2
.ascii "tM"
.space 2
.space 2
.ascii "tN"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "tQ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vp"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xU"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "y|"
.space 2
.space 2
.space 2
.ascii "y}"
.ascii "z!"
.ascii "y~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "F|"
.space 2
.space 2
.space 2
.ascii "O#"
.space 2
.ascii "O$"
.ascii "O%"
.space 2
.space 2
.space 2
.space 2
.ascii "Ri"
.ascii "Rl"
.ascii "Rk"
.ascii "Rj"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "W*"
.space 2
.space 2
.space 2
.space 2
.ascii "W)"
.ascii "W-"
.ascii "W0"
.space 2
.space 2
.ascii "W1"
.space 2
.space 2
.ascii "W/"
.ascii "W."
.ascii "W,"
.ascii "W+"
.space 2
.space 2
.space 2
.space 2
.ascii "\\@"
.space 2
.space 2
.ascii "\\A"
.space 2
.space 2
.space 2
.space 2
.ascii "\\B"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "eY"
.space 2
.space 2
.space 2
.space 2
.ascii "eZ"
.space 2
.ascii "e["
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i~"
.ascii "i|"
.ascii "i}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qW"
.ascii "tR"
.space 2
.space 2
.ascii "tS"
.space 2
.space 2
.space 2
.ascii "vq"
.space 2
.space 2
.ascii "xV"
.space 2
.ascii "{k"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Rm"
.ascii "Rn"
.space 2
.space 2
.ascii "e]"
.ascii "F}"
.ascii "K5"
.ascii "K4"
.ascii "K3"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "O'"
.ascii "O&"
.space 2
.ascii "Rq"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ro"
.ascii "Rp"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "W8"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "W5"
.space 2
.space 2
.space 2
.ascii "W3"
.ascii "W2"
.space 2
.ascii "W6"
.ascii "W4"
.space 2
.ascii "W7"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\C"
.space 2
.space 2
.space 2
.space 2
.ascii "a%"
.space 2
.space 2
.space 2
.space 2
.ascii "a$"
.space 2
.space 2
.ascii "a\""
.space 2
.space 2
.ascii "a#"
.space 2
.ascii "a!"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ea"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "e_"
.space 2
.ascii "e^"
.space 2
.ascii "ec"
.ascii "eb"
.ascii "e`"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "j!"
.space 2
.space 2
.ascii "j\""
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "n)"
.space 2
.space 2
.space 2
.ascii "n*"
.ascii "n&"
.ascii "n("
.space 2
.ascii "n%"
.ascii "n'"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qZ"
.space 2
.space 2
.space 2
.space 2
.ascii "q\\"
.ascii "q["
.ascii "qX"
.ascii "qY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "tT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vt"
.ascii "vr"
.ascii "vs"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xX"
.space 2
.ascii "xW"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "F~"
.space 2
.ascii "K6"
.space 2
.space 2
.ascii "O)"
.ascii "O("
.space 2
.space 2
.space 2
.space 2
.ascii "Rr"
.space 2
.ascii "Rs"
.space 2
.space 2
.ascii "W9"
.space 2
.space 2
.space 2
.ascii "W:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\D"
.space 2
.space 2
.ascii "\\E"
.ascii "a("
.ascii "a'"
.ascii "a&"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ed"
.space 2,101
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "j$"
.ascii "j#"
.space 2
.space 2
.space 2
.ascii "n,"
.ascii "n+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "q]"
.space 2
.space 2
.space 2
.space 2
.ascii "tU"
.space 2
.space 2
.space 2
.space 2
.ascii "vu"
.space 2,118
.space 2
.ascii "z\""
.space 2
.space 2
.ascii "|="
.ascii "G!"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "W;"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]~"
.ascii "]}"
.space 2
.space 2
.ascii "a*"
.space 2
.ascii "a)"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "j%"
.space 2
.ascii "j&"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "z#"
.space 2
.space 2
.ascii "HL"
.ascii "O*"
.space 2
.space 2
.ascii "Ru"
.space 2
.ascii "Rt"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "W<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "W="
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\K"
.space 2
.ascii "\\H"
.space 2
.space 2
.ascii "\\L"
.space 2
.ascii "\\F"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\J"
.space 2
.ascii "\\G"
.space 2
.space 2
.space 2
.ascii "\\I"
.space 2
.ascii "\\M"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "a-"
.space 2
.space 2
.ascii "a+"
.space 2
.ascii "a2"
.space 2
.ascii "a1"
.space 2
.ascii "a3"
.ascii "a."
.ascii "a4"
.ascii "a/"
.space 2
.ascii "a0"
.space 2
.ascii "a,"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "eh"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ej"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ei"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "j*"
.space 2
.ascii "ef"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "j1"
.space 2
.space 2
.ascii "j0"
.space 2
.space 2
.space 2
.ascii "j)"
.space 2
.space 2
.space 2
.ascii "j."
.space 2
.space 2
.space 2
.space 2
.ascii "j-"
.ascii "j("
.space 2
.ascii "j+"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "j,"
.space 2
.space 2
.ascii "n4"
.ascii "j'"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "n-"
.space 2
.space 2
.space 2
.ascii "n."
.space 2
.space 2
.ascii "n0"
.space 2
.space 2
.space 2
.ascii "j/"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "eg"
.ascii "n3"
.space 2
.space 2
.ascii "n/"
.space 2
.ascii "n1"
.ascii "n2"
.space 2
.ascii "q`"
.space 2
.space 2
.ascii "n5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "q^"
.space 2
.ascii "qb"
.space 2
.space 2
.space 2
.space 2
.ascii "t["
.ascii "qc"
.space 2
.space 2
.ascii "qa"
.space 2
.ascii "qe"
.space 2
.space 2
.ascii "qd"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "tY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "tX"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "tV"
.space 2
.space 2
.space 2
.space 2
.ascii "tZ"
.ascii "tW"
.space 2
.space 2
.space 2
.ascii "q_"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vz"
.space 2
.space 2
.ascii "v|"
.space 2
.ascii "v{"
.space 2
.space 2
.space 2
.ascii "vx"
.space 2
.space 2
.ascii "vy"
.ascii "vw"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x]"
.ascii "x["
.space 2
.space 2
.space 2
.space 2
.ascii "x\\"
.ascii "xY"
.ascii "xZ"
.ascii "x^"
.space 2
.space 2
.ascii "z%"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "z$"
.ascii "z&"
.space 2
.space 2
.ascii "z{"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{m"
.ascii "{l"
.space 2
.space 2
.ascii "|?"
.ascii "|>"
.ascii "|@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "}%"
.space 2
.ascii "}&"
.space 2
.space 2
.space 2
.ascii "}K"
.ascii "HM"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Rv"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "W>"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\N"
.space 2
.space 2
.ascii "\\P"
.space 2
.ascii "\\O"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "a5"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "a6"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ek"
.space 2
.ascii "el"
.space 2
.ascii "em"
.space 2
.space 2
.space 2
.ascii "j2"
.space 2
.space 2
.space 2
.ascii "j3"
.ascii "j4"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "n6"
.space 2
.space 2
.space 2
.space 2,35
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qf"
.ascii "qg"
.space 2
.space 2
.ascii "ta"
.space 2
.space 2
.ascii "t]"
.ascii "tb"
.ascii "t^"
.ascii "t`"
.ascii "t\\"
.space 2
.ascii "t_"
.space 2
.space 2
.space 2
.space 2
.ascii "v}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "z'"
.ascii "z("
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "HN"
.space 2
.space 2
.ascii "K7"
.space 2
.space 2
.ascii "O+"
.space 2
.ascii "Ry"
.space 2
.ascii "Rw"
.space 2
.ascii "R|"
.ascii "Rx"
.ascii "R}"
.ascii "R{"
.space 2
.ascii "Rz"
.ascii "WB"
.ascii "WA"
.space 2
.ascii "WJ"
.space 2
.space 2
.ascii "WF"
.space 2
.space 2
.space 2
.ascii "WE"
.ascii "WG"
.space 2
.ascii "W@"
.space 2
.ascii "WK"
.ascii "WH"
.ascii "WL"
.ascii "WI"
.space 2
.space 2
.space 2
.ascii "WC"
.ascii "W?"
.ascii "WD"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "a;"
.space 2
.space 2
.ascii "\\T"
.ascii "\\["
.ascii "\\X"
.ascii "\\^"
.ascii "\\]"
.ascii "\\Y"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\U"
.space 2
.space 2
.ascii "\\V"
.space 2
.space 2
.space 2
.ascii "\\W"
.space 2
.space 2,92
.ascii "\\R"
.ascii "\\Z"
.space 2
.ascii "\\Q"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "a8"
.space 2
.space 2
.space 2
.space 2
.ascii "a:"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "es"
.space 2
.space 2
.ascii "a7"
.space 2
.space 2
.ascii "a>"
.ascii "a@"
.space 2
.space 2
.space 2
.ascii "a?"
.space 2
.ascii "a9"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "a<"
.space 2
.ascii "aA"
.ascii "\\S"
.ascii "a="
.ascii "aB"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "eo"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "eq"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "er"
.space 2
.ascii "ep"
.space 2
.ascii "en"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "j7"
.space 2
.ascii "nC"
.space 2
.ascii "j:"
.space 2
.ascii "j@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "jG"
.ascii "jD"
.space 2
.space 2
.ascii "j6"
.ascii "j>"
.ascii "j="
.space 2
.ascii "j<"
.ascii "jB"
.space 2
.space 2
.ascii "jC"
.space 2
.ascii "j?"
.ascii "j5"
.space 2
.ascii "j8"
.ascii "j9"
.ascii "jA"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "jF"
.space 2
.space 2
.ascii "j;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "jE"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "n;"
.ascii "nD"
.ascii "n@"
.space 2
.space 2
.ascii "n="
.ascii "nA"
.space 2
.ascii "n7"
.space 2
.space 2
.ascii "n?"
.space 2
.space 2
.space 2
.space 2
.ascii "n>"
.ascii "nB"
.space 2
.space 2
.ascii "n<"
.space 2
.space 2
.ascii "n9"
.space 2
.space 2
.ascii "nE"
.space 2
.ascii "n8"
.space 2
.space 2
.space 2
.space 2
.ascii "nF"
.space 2
.ascii "n:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qj"
.ascii "qo"
.ascii "qh"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qp"
.ascii "qi"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qk"
.space 2
.ascii "qn"
.ascii "qm"
.space 2
.space 2
.space 2
.space 2
.ascii "ql"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ti"
.space 2
.space 2
.ascii "tc"
.ascii "ts"
.space 2
.ascii "tk"
.ascii "tg"
.space 2
.ascii "tn"
.ascii "tq"
.space 2
.ascii "tf"
.space 2
.ascii "to"
.space 2
.space 2
.space 2
.ascii "tj"
.ascii "td"
.ascii "tr"
.space 2
.ascii "tm"
.space 2
.ascii "th"
.space 2
.ascii "tl"
.ascii "te"
.space 2
.ascii "tp"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "w%"
.space 2
.ascii "v~"
.ascii "w!"
.space 2
.space 2
.space 2
.ascii "w&"
.ascii "w#"
.space 2
.space 2
.space 2
.ascii "w\""
.space 2
.space 2
.ascii "w$"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xb"
.ascii "xc"
.ascii "x_"
.space 2
.ascii "x`"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xd"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xa"
.space 2
.space 2
.ascii "z+"
.ascii "z*"
.space 2
.space 2
.space 2
.space 2
.ascii "z,"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "z}"
.space 2
.space 2
.ascii "z|"
.space 2
.space 2
.space 2
.ascii "|A"
.ascii "|C"
.space 2
.ascii "|B"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "}9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "HO"
.space 2
.ascii "R~"
.space 2
.ascii "WM"
.space 2
.space 2
.ascii "\\_"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,116
.space 2
.space 2
.space 2
.ascii "w'"
.space 2
.space 2
.space 2
.ascii "z-"
.space 2
.space 2
.space 2
.ascii "|d"
.space 2
.space 2
.space 2
.ascii "O,"
.ascii "K8"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "WN"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "eu"
.ascii "ev"
.space 2
.space 2
.space 2
.ascii "et"
.space 2
.ascii "jH"
.space 2
.ascii "ew"
.space 2
.space 2
.ascii "nG"
.space 2
.ascii "nH"
.space 2
.space 2,113
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xe"
.space 2
.space 2
.ascii "|e"
.space 2
.ascii "HP"
.ascii "O."
.ascii "O-"
.space 2
.ascii "S!"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "WO"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\a"
.space 2
.space 2
.space 2
.ascii "\\`"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ez"
.space 2
.space 2
.space 2
.ascii "ey"
.ascii "ex"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "nI"
.space 2
.space 2
.ascii "qr"
.space 2
.space 2
.space 2
.ascii "xf"
.space 2
.ascii "xh"
.ascii "xg"
.space 2
.space 2
.ascii "z~"
.ascii "HQ"
.space 2
.ascii "S\""
.space 2
.ascii "WQ"
.space 2
.space 2
.space 2
.ascii "WP"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\b"
.space 2
.ascii "\\c"
.space 2
.space 2
.space 2
.ascii "\\d"
.space 2
.ascii "aD"
.ascii "aE"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "jK"
.ascii "jI"
.ascii "jJ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "nJ"
.space 2
.space 2
.space 2
.space 2
.ascii "qu"
.space 2
.ascii "qs"
.ascii "qt"
.space 2
.ascii "tu"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "w("
.space 2
.ascii "w)"
.ascii "tv"
.space 2
.space 2
.space 2
.ascii "z."
.ascii "HR"
.space 2
.ascii "HS"
.ascii "WS"
.ascii "O/"
.ascii "WR"
.space 2
.space 2
.space 2
.space 2
.ascii "aF"
.ascii "HT"
.ascii "S$"
.space 2
.space 2
.ascii "S#"
.ascii "S%"
.ascii "HU"
.space 2
.space 2
.ascii "WU"
.space 2
.space 2,87
.ascii "WT"
.ascii "WV"
.space 2
.space 2
.ascii "\\e"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "nK"
.space 2
.ascii "qv"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "HV"
.space 2
.space 2
.ascii "S&"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "WX"
.space 2
.ascii "WY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\g"
.space 2
.space 2
.space 2
.ascii "\\f"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "aG"
.space 2
.space 2
.space 2
.ascii "e{"
.space 2
.ascii "e|"
.space 2
.ascii "jM"
.space 2
.space 2
.space 2
.ascii "jL"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "tz"
.ascii "ty"
.ascii "tw"
.ascii "tx"
.ascii "t{"
.space 2
.space 2
.ascii "w+"
.ascii "w*"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{o"
.ascii "{n"
.ascii "HW"
.space 2
.space 2
.space 2
.space 2
.ascii "e~"
.ascii "aH"
.ascii "e}"
.ascii "jN"
.space 2
.ascii "HX"
.space 2
.ascii "HY"
.ascii "HZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "K:"
.space 2
.space 2
.ascii "K9"
.space 2
.ascii "K<"
.space 2
.ascii "K>"
.ascii "K="
.space 2
.ascii "K;"
.space 2
.space 2
.space 2
.ascii "O4"
.ascii "O2"
.space 2
.space 2
.ascii "O1"
.space 2
.space 2
.space 2
.ascii "O6"
.ascii "O8"
.ascii "O5"
.space 2
.space 2
.space 2
.ascii "O9"
.space 2
.ascii "O3"
.ascii "K?"
.space 2
.ascii "O7"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "O0"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "S*"
.ascii "S+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "S,"
.space 2
.ascii "S/"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "S'"
.space 2
.space 2
.space 2
.ascii "S)"
.ascii "S."
.space 2
.ascii "S2"
.ascii "S0"
.space 2
.space 2
.ascii "S-"
.space 2
.space 2
.ascii "S1"
.ascii "S("
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "W^"
.space 2
.ascii "Wg"
.ascii "W\\"
.ascii "WZ"
.space 2
.ascii "Wb"
.ascii "W_"
.space 2
.space 2
.space 2
.ascii "Wa"
.space 2
.space 2
.space 2
.ascii "Wf"
.ascii "Wd"
.space 2
.space 2
.space 2
.space 2
.ascii "W["
.space 2
.space 2
.ascii "W]"
.ascii "W`"
.space 2
.ascii "Wc"
.space 2
.ascii "We"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\i"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\j"
.ascii "\\n"
.space 2
.space 2
.space 2
.space 2
.ascii "\\l"
.space 2
.ascii "\\k"
.space 2
.space 2
.space 2
.ascii "\\h"
.ascii "\\m"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "aN"
.space 2
.space 2
.space 2
.space 2
.ascii "aP"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "aO"
.space 2
.space 2
.space 2
.space 2
.ascii "aK"
.ascii "aQ"
.space 2
.ascii "aM"
.space 2
.ascii "jO"
.ascii "aL"
.space 2
.ascii "aR"
.ascii "aJ"
.ascii "aI"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "f$"
.ascii "f*"
.space 2
.space 2
.space 2
.space 2
.ascii "f'"
.space 2
.space 2
.ascii "f%"
.space 2
.ascii "f\""
.ascii "f!"
.space 2
.ascii "f&"
.ascii "aS"
.space 2
.space 2
.space 2
.ascii "f#"
.ascii "f("
.ascii "f)"
.space 2
.space 2
.space 2
.space 2
.ascii "jT"
.ascii "jP"
.space 2
.ascii "jU"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "jR"
.space 2
.ascii "jS"
.space 2
.space 2
.space 2
.space 2
.ascii "jQ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "nQ"
.space 2
.ascii "nP"
.ascii "nL"
.ascii "nM"
.ascii "nN"
.space 2
.space 2
.ascii "nO"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qy"
.ascii "qx"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qw"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "t~"
.space 2
.space 2
.ascii "u$"
.ascii "u&"
.ascii "u#"
.ascii "u\""
.space 2
.ascii "u!"
.ascii "t}"
.space 2
.space 2
.ascii "t|"
.space 2
.space 2
.ascii "u%"
.space 2
.space 2
.space 2
.ascii "w,"
.space 2
.ascii "w-"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xi"
.space 2
.ascii "z/"
.space 2
.space 2
.space 2
.space 2
.ascii "{p"
.space 2
.space 2
.ascii "|D"
.ascii "H["
.space 2
.ascii "O:"
.space 2
.ascii "jV"
.ascii "u'"
.space 2
.ascii "H\\"
.space 2
.ascii "Wi"
.ascii "Wh"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "H]"
.ascii "S3"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "jW"
.ascii "qz"
.ascii "H^"
.space 2
.ascii "O;"
.space 2
.ascii "Wj"
.space 2
.ascii "\\o"
.space 2
.space 2
.ascii "f+"
.space 2
.ascii "jX"
.ascii "q{"
.ascii "u("
.ascii "w."
.space 2
.ascii "H_"
.ascii "O<"
.space 2
.space 2
.ascii "Wk"
.space 2
.ascii "aT"
.space 2
.ascii "jY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "H`"
.ascii "aU"
.space 2
.ascii "jZ"
.ascii "Ha"
.space 2
.space 2
.ascii "S4"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Wn"
.space 2
.ascii "Wl"
.ascii "Wm"
.ascii "Wo"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\p"
.ascii "\\r"
.ascii "\\q"
.space 2
.ascii "\\s"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "f,"
.space 2
.space 2
.space 2
.ascii "j["
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "q|"
.ascii "q}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "z0"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Hb"
.ascii "K@"
.space 2
.ascii "u)"
.ascii "Hc"
.space 2
.space 2
.space 2
.space 2
.ascii "|l"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Hd"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "KB"
.space 2
.ascii "KC"
.space 2
.space 2
.space 2
.space 2
.ascii "KA"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "O?"
.space 2
.space 2
.space 2
.ascii "O>"
.space 2
.ascii "OB"
.space 2
.space 2
.space 2
.ascii "OI"
.space 2
.ascii "OF"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "OE"
.ascii "O@"
.space 2
.ascii "OG"
.ascii "OJ"
.ascii "OD"
.space 2
.ascii "O="
.space 2
.space 2
.space 2
.ascii "OL"
.ascii "OH"
.ascii "OC"
.space 2
.ascii "Wp"
.space 2
.ascii "OA"
.ascii "OK"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "SE"
.ascii "S?"
.ascii "SG"
.ascii "SD"
.space 2
.space 2
.ascii "S@"
.space 2
.space 2
.space 2
.ascii "S9"
.ascii "SC"
.space 2
.ascii "SF"
.ascii "SH"
.space 2
.space 2
.space 2
.ascii "S8"
.space 2
.ascii "S<"
.ascii "S:"
.ascii "S5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "SI"
.space 2
.ascii "SA"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "SB"
.ascii "S="
.ascii "S6"
.ascii "S;"
.ascii "S7"
.ascii "SJ"
.space 2
.space 2
.ascii "S>"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "W~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "X#"
.space 2
.space 2
.ascii "Wq"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "X\""
.ascii "W{"
.space 2
.ascii "Wy"
.ascii "Wx"
.ascii "W}"
.space 2
.ascii "Wu"
.ascii "W|"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "X!"
.space 2
.space 2
.ascii "X$"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ww"
.ascii "Wt"
.space 2
.space 2
.space 2
.space 2
.ascii "Wz"
.ascii "Wv"
.space 2
.ascii "Wr"
.space 2
.ascii "Ws"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]#"
.ascii "\\w"
.space 2
.space 2
.ascii "]$"
.ascii "]%"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]&"
.space 2
.space 2
.ascii "]!"
.ascii "\\}"
.space 2
.space 2
.space 2
.ascii "\\t"
.space 2
.space 2
.space 2
.ascii "\\|"
.ascii "\\~"
.space 2
.space 2
.ascii "\\y"
.space 2
.ascii "\\v"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\u"
.space 2
.ascii "]\""
.space 2
.ascii "\\x"
.space 2
.space 2
.space 2
.space 2
.ascii "]'"
.space 2
.space 2
.space 2
.ascii "\\{"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\z"
.space 2
.space 2
.space 2
.ascii "a]"
.space 2
.space 2
.space 2
.ascii "a["
.space 2
.space 2
.space 2
.space 2
.ascii "ah"
.space 2
.ascii "ae"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "an"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "al"
.space 2
.space 2
.ascii "ao"
.ascii "aZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "aV"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "a^"
.ascii "ac"
.ascii "a_"
.ascii "ag"
.space 2
.ascii "a`"
.space 2
.space 2
.space 2
.ascii "aX"
.space 2
.space 2
.space 2
.space 2
.ascii "af"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "aW"
.ascii "ak"
.space 2
.space 2
.ascii "am"
.space 2
.space 2
.ascii "ab"
.ascii "a\\"
.ascii "ad"
.ascii "aY"
.ascii "aj"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "e\\"
.space 2
.space 2
.space 2
.space 2
.ascii "f0"
.space 2
.space 2
.space 2
.ascii "f8"
.space 2
.space 2
.ascii "ai"
.space 2
.space 2
.space 2
.ascii "f7"
.ascii "f/"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "f="
.space 2
.space 2
.ascii "f4"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,97
.space 2
.space 2
.space 2
.ascii "f6"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "f9"
.space 2
.ascii "f:"
.space 2
.space 2
.ascii "f2"
.space 2
.space 2
.ascii "f;"
.space 2
.ascii "f3"
.ascii "f5"
.ascii "f<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "f1"
.space 2
.ascii "f."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "f-"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "jh"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "j`"
.space 2
.space 2
.ascii "jc"
.space 2
.ascii "ja"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "jb"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "je"
.space 2
.space 2
.space 2
.ascii "ji"
.space 2
.space 2
.ascii "j]"
.ascii "jf"
.space 2
.space 2
.space 2
.ascii "j_"
.space 2
.ascii "j^"
.space 2
.space 2
.ascii "j\\"
.ascii "jk"
.ascii "jd"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,106
.space 2
.ascii "jg"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "n]"
.space 2
.ascii "nU"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "n_"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "n`"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "nY"
.space 2
.ascii "nX"
.ascii "n\\"
.space 2
.space 2
.ascii "nR"
.space 2
.space 2
.ascii "nT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "n["
.space 2
.ascii "nZ"
.space 2
.ascii "n^"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "nV"
.ascii "nW"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "nS"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r%"
.space 2
.space 2
.space 2
.space 2
.ascii "r\""
.ascii "r&"
.ascii "q~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r!"
.space 2
.space 2
.space 2
.space 2
.ascii "r)"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r#"
.ascii "r$"
.ascii "r("
.space 2
.space 2
.ascii "r'"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u,"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u+"
.space 2
.space 2
.ascii "u2"
.space 2
.space 2
.ascii "u4"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u."
.space 2
.space 2
.ascii "u/"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u1"
.ascii "u-"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u5"
.space 2
.ascii "u3"
.ascii "w0"
.ascii "u*"
.space 2
.space 2
.space 2
.space 2
.ascii "u0"
.ascii "w4"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "w6"
.ascii "w5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "w3"
.space 2
.space 2
.space 2
.ascii "w1"
.space 2
.ascii "w/"
.ascii "w2"
.space 2
.space 2
.space 2
.space 2
.ascii "xm"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xk"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xn"
.ascii "xo"
.space 2
.space 2
.space 2
.ascii "xj"
.ascii "xl"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xp"
.space 2
.ascii "z2"
.ascii "z4"
.ascii "z1"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "z5"
.ascii "z7"
.space 2
.space 2
.ascii "z8"
.ascii "z6"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "z3"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{!"
.space 2
.space 2
.ascii "{#"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{\""
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|E"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|F"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "OM"
.space 2
.ascii "SK"
.space 2
.space 2
.space 2
.ascii "X%"
.ascii "]("
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ap"
.ascii "f?"
.space 2
.ascii "f>"
.ascii "f@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u6"
.space 2
.space 2
.space 2
.ascii "He"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ON"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "SL"
.ascii "SN"
.ascii "SM"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "X&"
.space 2
.ascii "X+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "X("
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "X-"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "X,"
.ascii "X)"
.space 2
.space 2
.space 2
.space 2
.ascii "X*"
.ascii "X'"
.space 2
.space 2
.space 2
.space 2
.ascii "]2"
.space 2
.ascii "]1"
.space 2
.space 2
.space 2
.ascii "]."
.ascii "],"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]+"
.space 2
.space 2
.space 2
.ascii "]-"
.space 2
.ascii "]/"
.ascii "]*"
.space 2
.ascii "]3"
.space 2
.ascii "]0"
.space 2
.space 2
.space 2
.space 2
.ascii "aw"
.space 2
.space 2
.space 2
.ascii "at"
.space 2
.space 2
.space 2
.space 2
.ascii "ar"
.space 2
.ascii "au"
.space 2
.space 2
.ascii "ax"
.ascii "aq"
.space 2
.space 2
.space 2
.space 2
.ascii "av"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "as"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "fA"
.space 2
.ascii "fG"
.space 2
.space 2
.ascii "fF"
.space 2
.ascii "fE"
.space 2
.ascii "fH"
.ascii "fI"
.space 2
.space 2
.ascii "fJ"
.ascii "fD"
.ascii "fC"
.space 2
.ascii "fK"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "fB"
.space 2
.space 2
.space 2
.space 2
.ascii "jr"
.space 2
.space 2
.space 2
.ascii "jm"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "jo"
.space 2
.space 2
.ascii "jp"
.space 2
.space 2
.space 2
.ascii "ju"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "jq"
.space 2
.space 2
.ascii "jt"
.space 2
.space 2
.space 2
.ascii "jn"
.space 2
.space 2
.space 2
.ascii "jl"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "nj"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "nk"
.space 2
.ascii "js"
.space 2
.ascii "ni"
.space 2
.ascii "nh"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "nd"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ne"
.space 2
.ascii "ng"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "nb"
.space 2
.ascii "nc"
.space 2
.ascii "nf"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "na"
.ascii "r*"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r,"
.ascii "r+"
.space 2
.space 2
.ascii "r-"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u>"
.ascii "u="
.space 2
.space 2
.space 2
.space 2
.ascii "u7"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u;"
.space 2
.ascii "u?"
.space 2
.space 2
.ascii "u@"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u8"
.ascii "u:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "w:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "w8"
.space 2
.space 2
.ascii "w7"
.space 2
.space 2
.ascii "w9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xt"
.space 2
.ascii "xq"
.space 2
.space 2
.ascii "xu"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xr"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xs"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "z9"
.ascii "z:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{'"
.space 2
.ascii "{&"
.ascii "{%"
.ascii "{$"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|G"
.space 2
.space 2
.space 2
.space 2
.ascii "|f"
.space 2
.space 2
.ascii "|g"
.space 2
.ascii "}'"
.space 2
.space 2
.space 2
.space 2
.ascii "Hf"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Hg"
.ascii "SO"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]4"
.space 2
.space 2
.space 2
.ascii "ay"
.space 2
.ascii "fL"
.space 2
.ascii "nl"
.space 2
.ascii "nm"
.space 2
.space 2
.space 2
.ascii "r/"
.ascii "|h"
.ascii "Hh"
.space 2
.space 2
.space 2
.space 2
.ascii "OP"
.space 2
.space 2
.ascii "SP"
.space 2
.space 2
.space 2
.space 2
.ascii "X."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "X/"
.space 2
.ascii "X3"
.space 2
.space 2
.space 2
.ascii "X2"
.space 2
.space 2
.space 2
.ascii "X0"
.ascii "X1"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]6"
.space 2
.space 2
.ascii "];"
.space 2
.ascii "]:"
.space 2
.space 2
.space 2
.space 2
.ascii "]8"
.space 2
.space 2
.space 2
.ascii "]9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]7"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "a|"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "az"
.ascii "a{"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "fT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "fV"
.space 2
.ascii "fN"
.ascii "fU"
.space 2
.space 2
.ascii "fQ"
.ascii "fO"
.space 2
.space 2
.ascii "fP"
.ascii "fR"
.space 2
.ascii "fM"
.space 2
.ascii "fS"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "j|"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "j~"
.space 2
.space 2
.space 2
.ascii "jv"
.ascii "jx"
.space 2
.space 2
.space 2
.ascii "jz"
.ascii "jy"
.space 2
.space 2
.space 2
.ascii "j{"
.space 2
.space 2
.space 2
.space 2
.ascii "jw"
.space 2
.space 2
.space 2
.space 2
.ascii "no"
.space 2
.space 2
.ascii "ns"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,110
.space 2
.ascii "np"
.ascii "nq"
.space 2
.ascii "nr"
.space 2
.space 2
.space 2
.space 2
.ascii "j}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r4"
.space 2
.space 2
.space 2
.ascii "r2"
.space 2
.space 2
.space 2
.space 2
.ascii "r0"
.ascii "r3"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r1"
.space 2
.space 2
.space 2
.ascii "uB"
.space 2
.ascii "uD"
.space 2
.space 2
.ascii "uA"
.space 2
.ascii "uE"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "uC"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,120
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xy"
.ascii "xw"
.ascii "xv"
.space 2
.space 2
.space 2
.ascii "z;"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{("
.space 2
.ascii "{)"
.space 2
.space 2
.ascii "{r"
.space 2
.space 2
.ascii "{q"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Hi"
.space 2
.ascii "SQ"
.space 2
.ascii "a}"
.space 2
.space 2
.ascii "w;"
.space 2
.space 2
.space 2
.space 2
.ascii "KD"
.space 2
.space 2
.space 2
.ascii "]="
.space 2
.space 2
.space 2
.ascii "]<"
.space 2
.space 2
.ascii "a~"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "fW"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r6"
.space 2
.space 2
.space 2
.ascii "r5"
.space 2
.ascii "uF"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "w<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "z<"
.space 2
.space 2
.ascii "{*"
.space 2
.space 2
.ascii "}("
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "KE"
.space 2
.ascii "SR"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "fX"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "w="
.space 2
.space 2
.space 2
.ascii "z="
.space 2
.space 2
.space 2
.ascii "{s"
.space 2
.space 2
.space 2
.ascii "KF"
.space 2
.ascii "ST"
.ascii "SU"
.space 2
.space 2
.space 2
.space 2
.space 2,83
.space 2
.ascii "X9"
.space 2
.ascii "X7"
.space 2
.ascii "X6"
.ascii "X="
.ascii "X5"
.ascii "X>"
.space 2
.ascii "X;"
.space 2
.ascii "X8"
.ascii "X<"
.ascii "X:"
.ascii "X4"
.space 2
.space 2
.ascii "]E"
.space 2
.ascii "]?"
.space 2
.ascii "]D"
.space 2
.space 2
.ascii "]F"
.ascii "]@"
.space 2
.ascii "]A"
.space 2
.space 2
.space 2
.space 2
.ascii "]>"
.space 2
.space 2
.ascii "]C"
.space 2
.space 2
.space 2
.ascii "]B"
.space 2
.space 2
.ascii "b+"
.space 2
.ascii "b-"
.space 2
.space 2
.space 2
.ascii "b,"
.ascii "b!"
.ascii "b%"
.space 2
.ascii "fk"
.space 2
.space 2
.ascii "b&"
.space 2
.space 2
.space 2
.space 2
.ascii "b*"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "b)"
.space 2
.space 2
.space 2
.ascii "b'"
.ascii "b#"
.ascii "b."
.space 2
.space 2
.space 2
.space 2
.ascii "b("
.space 2
.space 2
.ascii "b$"
.space 2
.ascii "b\""
.space 2
.space 2,102
.ascii "fa"
.space 2
.space 2
.ascii "f\\"
.space 2
.ascii "fl"
.ascii "f]"
.space 2
.ascii "fY"
.ascii "fh"
.ascii "fe"
.ascii "fg"
.space 2
.ascii "f^"
.ascii "fc"
.ascii "fZ"
.ascii "f["
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "fi"
.space 2
.ascii "fj"
.ascii "f`"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "fd"
.space 2
.ascii "f_"
.space 2
.space 2
.space 2
.space 2
.ascii "k\""
.ascii "k%"
.space 2
.space 2
.space 2
.ascii "k-"
.space 2
.ascii "k'"
.space 2
.ascii "nx"
.space 2
.space 2
.ascii "k,"
.space 2
.ascii "k."
.space 2
.space 2
.space 2
.ascii "k#"
.space 2
.ascii "fb"
.ascii "k&"
.space 2
.ascii "k$"
.ascii "k("
.ascii "k*"
.ascii "k!"
.ascii "k/"
.ascii "k+"
.space 2
.ascii "k)"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "o!"
.space 2
.ascii "n{"
.space 2
.space 2
.space 2
.ascii "o$"
.space 2
.space 2
.ascii "o%"
.space 2
.space 2
.ascii "nt"
.space 2
.space 2
.ascii "n~"
.space 2
.space 2
.ascii "n}"
.space 2
.ascii "nw"
.space 2
.space 2
.ascii "nv"
.space 2
.ascii "n|"
.space 2
.ascii "ny"
.space 2
.ascii "o#"
.space 2
.space 2
.space 2
.space 2
.ascii "nu"
.space 2
.space 2
.space 2
.ascii "o\""
.space 2
.space 2
.space 2
.space 2
.ascii "o&"
.ascii "r<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r7"
.ascii "r="
.space 2
.space 2
.space 2
.ascii "r9"
.space 2
.ascii "rC"
.ascii "r>"
.space 2
.space 2
.ascii "r:"
.space 2
.ascii "rD"
.space 2
.space 2
.ascii "rE"
.ascii "rB"
.ascii "nz"
.space 2
.ascii "r8"
.space 2
.ascii "rF"
.space 2
.ascii "r?"
.space 2
.ascii "r;"
.ascii "r@"
.ascii "rA"
.space 2
.ascii "uN"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "uK"
.space 2
.space 2
.space 2
.ascii "uG"
.space 2
.ascii "uO"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "uH"
.space 2
.ascii "uI"
.space 2
.ascii "uJ"
.space 2
.ascii "uM"
.space 2
.space 2
.ascii "uL"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "w>"
.space 2
.space 2
.ascii "wA"
.ascii "w@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "w?"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xz"
.space 2
.space 2
.space 2
.space 2
.ascii "y#"
.space 2
.space 2
.ascii "x}"
.space 2
.space 2
.space 2
.space 2
.ascii "y!"
.ascii "y\""
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x|"
.ascii "y$"
.ascii "x~"
.space 2
.ascii "x{"
.space 2
.space 2
.ascii "zB"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "z@"
.space 2
.space 2
.space 2
.space 2
.ascii "zC"
.ascii "z?"
.space 2
.space 2
.ascii "zA"
.ascii "z>"
.space 2
.space 2
.space 2
.ascii "{+"
.space 2
.space 2
.ascii "{,"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{-"
.space 2
.space 2
.ascii "{t"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|H"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|j"
.ascii "|i"
.space 2
.space 2
.ascii "|k"
.space 2
.space 2
.space 2
.ascii "}4"
.space 2
.ascii "}:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "KG"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "uQ"
.space 2
.ascii "uP"
.space 2
.space 2
.space 2
.space 2
.ascii "KH"
.space 2
.ascii "X?"
.ascii "]G"
.space 2
.space 2
.ascii "o'"
.space 2
.ascii "o("
.space 2
.ascii "wB"
.space 2
.space 2
.space 2
.ascii "}C"
.ascii "KI"
.space 2
.space 2
.space 2
.space 2
.ascii "]H"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "b/"
.ascii "fm"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "k0"
.ascii "rG"
.ascii "o)"
.ascii "rH"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "uR"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "XA"
.ascii "X@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "b0"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "fo"
.ascii "fn"
.space 2
.ascii "k2"
.ascii "k1"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "rI"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "KJ"
.ascii "SV"
.space 2
.ascii "SW"
.ascii "XB"
.ascii "XC"
.space 2
.space 2
.space 2
.space 2
.ascii "]N"
.ascii "]L"
.ascii "]I"
.ascii "]M"
.ascii "]K"
.ascii "]J"
.space 2
.space 2
.ascii "b1"
.space 2
.space 2
.ascii "ft"
.ascii "b3"
.ascii "b8"
.space 2
.ascii "b:"
.ascii "b9"
.ascii "b<"
.space 2
.space 2
.ascii "b6"
.ascii "b2"
.ascii "b4"
.space 2
.ascii "b;"
.ascii "b7"
.ascii "b5"
.ascii "fv"
.ascii "fu"
.ascii "fs"
.ascii "fw"
.space 2
.ascii "fq"
.ascii "fr"
.space 2
.ascii "fp"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "k4"
.ascii "k5"
.ascii "k3"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "o2"
.space 2
.ascii "o+"
.space 2
.ascii "o*"
.ascii "o4"
.ascii "o0"
.ascii "o1"
.ascii "o-"
.space 2
.ascii "o,"
.space 2
.space 2
.space 2
.ascii "o3"
.space 2
.ascii "o."
.ascii "o/"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "rJ"
.space 2
.space 2
.space 2
.ascii "uV"
.space 2
.ascii "uS"
.ascii "uW"
.ascii "uU"
.ascii "uT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wC"
.space 2
.space 2
.ascii "y%"
.space 2
.ascii "y&"
.space 2
.space 2
.ascii "zE"
.space 2
.ascii "zD"
.space 2
.space 2
.space 2
.ascii "{."
.space 2
.space 2
.ascii "{u"
.ascii "{v"
.space 2
.space 2
.space 2
.ascii "|m"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,75
.space 2
.ascii "]P"
.ascii "]O"
.space 2
.space 2
.space 2
.ascii "k6"
.space 2
.ascii "o5"
.space 2
.space 2
.ascii "KL"
.space 2
.space 2
.ascii "SY"
.ascii "SX"
.space 2
.space 2
.ascii "XD"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "b?"
.space 2
.space 2
.space 2
.ascii "b>"
.space 2
.space 2
.space 2
.space 2
.ascii "b="
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "k8"
.space 2
.space 2
.space 2
.ascii "k7"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "o6"
.space 2
.space 2
.space 2
.ascii "o7"
.space 2
.space 2
.space 2
.space 2
.ascii "uX"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "KM"
.ascii "SZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]R"
.space 2
.space 2
.space 2
.ascii "]Q"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "bG"
.space 2
.space 2
.space 2
.space 2
.ascii "bB"
.ascii "bE"
.space 2
.ascii "b@"
.space 2
.space 2
.ascii "bD"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "bC"
.ascii "bF"
.space 2
.ascii "bA"
.space 2
.ascii "fy"
.space 2
.ascii "fx"
.space 2
.space 2
.ascii "g!"
.space 2
.ascii "g\""
.space 2
.ascii "fz"
.space 2
.ascii "f~"
.space 2
.space 2
.space 2
.space 2
.ascii "f{"
.space 2
.space 2
.space 2
.ascii "f|"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "f}"
.space 2
.ascii "k9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "o<"
.ascii "o9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "o:"
.ascii "o@"
.ascii "o>"
.space 2
.ascii "o?"
.ascii "o;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "o="
.space 2
.ascii "o8"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "rL"
.space 2
.space 2
.ascii "rM"
.ascii "rP"
.space 2
.space 2
.space 2
.ascii "rO"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "rN"
.space 2
.ascii "rK"
.space 2
.space 2
.space 2
.ascii "u["
.ascii "uY"
.ascii "u\\"
.ascii "uZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wI"
.space 2
.space 2
.space 2
.ascii "wD"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wH"
.space 2
.space 2
.space 2
.ascii "wE"
.ascii "wG"
.space 2
.ascii "wF"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "y+"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "y("
.space 2
.ascii "y-"
.space 2
.ascii "y*"
.space 2
.space 2
.space 2
.ascii "y,"
.space 2
.ascii "y'"
.space 2
.space 2
.space 2
.space 2
.ascii "zG"
.ascii "zI"
.space 2
.space 2
.ascii "zH"
.space 2
.ascii "y)"
.space 2
.ascii "zF"
.ascii "{/"
.ascii "{1"
.space 2
.ascii "{0"
.space 2
.space 2
.space 2
.ascii "{w"
.space 2
.ascii "{x"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "})"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "};"
.ascii "KN"
.ascii "XE"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "g#"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "oA"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wJ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "KO"
.ascii "OQ"
.ascii "S\\"
.ascii "S["
.space 2
.ascii "XH"
.space 2
.space 2
.ascii "XF"
.space 2
.ascii "XG"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]S"
.space 2
.space 2
.space 2
.ascii "]T"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "bI"
.space 2
.space 2
.ascii "bH"
.ascii "bJ"
.space 2
.ascii "g&"
.space 2
.space 2
.space 2
.space 2
.ascii "g$"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "g%"
.ascii "g'"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "k;"
.ascii "k="
.ascii "k:"
.ascii "k<"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "oC"
.ascii "oH"
.ascii "oB"
.ascii "oI"
.ascii "oD"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "oJ"
.ascii "oF"
.space 2
.space 2
.ascii "oE"
.ascii "oG"
.space 2
.space 2
.space 2
.space 2
.ascii "rR"
.space 2
.space 2
.space 2
.ascii "rT"
.space 2
.space 2
.space 2
.space 2
.ascii "rS"
.space 2
.space 2
.ascii "rQ"
.space 2
.space 2
.ascii "u^"
.ascii "ua"
.space 2
.space 2
.ascii "u_"
.space 2
.ascii "u]"
.ascii "u`"
.space 2
.space 2
.space 2
.ascii "wK"
.space 2
.space 2
.space 2
.ascii "wL"
.ascii "y/"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "y."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{2"
.space 2
.ascii "{y"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "KP"
.ascii "bK"
.space 2
.space 2
.ascii "g("
.space 2
.space 2
.space 2
.ascii "k>"
.space 2
.space 2
.ascii "rV"
.space 2
.ascii "rU"
.space 2
.space 2
.space 2
.space 2
.ascii "y0"
.ascii "z)"
.ascii "{3"
.ascii "KQ"
.ascii "XI"
.ascii "g)"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "KR"
.space 2
.ascii "KU"
.ascii "KT"
.ascii "KS"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "OR"
.space 2
.space 2
.ascii "OT"
.space 2
.space 2
.ascii "OS"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "S_"
.space 2
.ascii "Sd"
.ascii "Sa"
.ascii "S^"
.space 2
.ascii "Se"
.space 2
.ascii "S`"
.ascii "Sc"
.space 2
.ascii "Sb"
.space 2
.space 2
.ascii "S]"
.space 2
.space 2
.space 2
.ascii "XO"
.space 2
.space 2
.ascii "XL"
.ascii "XS"
.space 2
.ascii "XN"
.space 2
.space 2
.ascii "XQ"
.space 2
.space 2
.ascii "XM"
.ascii "XJ"
.space 2
.ascii "XP"
.space 2
.ascii "XR"
.ascii "XK"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]V"
.space 2
.ascii "]`"
.ascii "]\\"
.space 2
.space 2
.space 2
.ascii "]d"
.space 2,93
.ascii "]b"
.ascii "]X"
.space 2
.ascii "]U"
.ascii "]W"
.ascii "]c"
.space 2
.ascii "]["
.ascii "]^"
.ascii "]Z"
.ascii "]_"
.space 2
.ascii "]a"
.ascii "]Y"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "bL"
.space 2
.space 2
.ascii "bN"
.ascii "bP"
.space 2
.space 2
.ascii "bM"
.ascii "bQ"
.space 2
.ascii "bO"
.space 2
.space 2
.space 2
.ascii "g/"
.space 2
.ascii "g7"
.space 2
.space 2
.ascii "g8"
.ascii "g-"
.space 2
.space 2
.space 2
.space 2
.ascii "g2"
.space 2
.space 2
.ascii "g+"
.ascii "g*"
.space 2
.ascii "g5"
.ascii "g4"
.ascii "g3"
.ascii "g1"
.ascii "g6"
.space 2
.ascii "g,"
.ascii "g."
.ascii "g0"
.space 2
.space 2
.ascii "k@"
.ascii "kC"
.space 2
.ascii "kG"
.ascii "kA"
.ascii "kF"
.ascii "kD"
.space 2
.ascii "k?"
.space 2
.ascii "kE"
.ascii "kB"
.space 2
.space 2
.space 2
.space 2
.ascii "oM"
.ascii "oK"
.space 2
.space 2
.space 2
.ascii "oN"
.ascii "oL"
.space 2
.space 2
.space 2
.ascii "rZ"
.space 2
.ascii "rX"
.ascii "rW"
.space 2
.ascii "oO"
.ascii "rY"
.space 2
.ascii "r\\"
.space 2
.ascii "r["
.ascii "uc"
.space 2
.ascii "ub"
.ascii "ug"
.ascii "ue"
.ascii "uf"
.ascii "wN"
.ascii "ud"
.space 2
.space 2
.ascii "wM"
.ascii "wO"
.space 2
.ascii "y1"
.ascii "y2"
.space 2
.space 2
.space 2
.ascii "|J"
.ascii "|I"
.ascii "KW"
.space 2
.space 2
.space 2
.ascii "XT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "KX"
.ascii "K["
.space 2
.space 2
.ascii "KZ"
.space 2
.space 2
.space 2
.ascii "KY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "OW"
.space 2
.space 2
.space 2
.ascii "OU"
.ascii "OX"
.space 2
.ascii "OV"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Sh"
.space 2
.ascii "Si"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Sf"
.space 2
.space 2
.space 2
.ascii "Sg"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "XV"
.space 2
.space 2
.space 2
.ascii "XU"
.ascii "XW"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]e"
.space 2
.space 2
.space 2
.space 2
.ascii "]f"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "bS"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]g"
.ascii "bU"
.space 2
.space 2
.space 2
.ascii "bR"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "bT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "g9"
.space 2
.space 2
.space 2
.space 2
.ascii "g:"
.ascii "kI"
.ascii "kH"
.space 2
.space 2
.space 2
.space 2
.ascii "kJ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "oR"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "oQ"
.space 2
.space 2
.ascii "oP"
.ascii "oS"
.space 2
.space 2
.ascii "r]"
.space 2
.space 2
.space 2
.space 2
.ascii "uh"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{z"
.ascii "K\\"
.ascii "Sk"
.ascii "Sj"
.ascii "XZ"
.ascii "XY"
.space 2
.space 2
.space 2
.space 2
.space 2,88
.space 2
.space 2
.space 2
.space 2
.ascii "]h"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "bV"
.space 2
.ascii "bW"
.space 2
.space 2
.space 2
.ascii "g="
.ascii "g<"
.space 2
.ascii "g;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "kN"
.ascii "kK"
.space 2
.ascii "kM"
.ascii "kL"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "oW"
.space 2
.space 2
.space 2
.ascii "oT"
.space 2
.ascii "oU"
.space 2
.ascii "oV"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r^"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "uk"
.space 2
.ascii "uj"
.space 2
.space 2
.space 2
.space 2
.ascii "ui"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wP"
.ascii "wQ"
.space 2
.ascii "y4"
.space 2
.space 2
.ascii "y3"
.space 2
.space 2
.ascii "zJ"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{4"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|n"
.ascii "}*"
.space 2
.space 2
.space 2
.ascii "}<"
.ascii "K]"
.ascii "OY"
.space 2
.ascii "g>"
.space 2
.ascii "zK"
.ascii "K^"
.ascii "Sl"
.ascii "]i"
.ascii "bX"
.ascii "wR"
.ascii "OZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "X]"
.ascii "X["
.ascii "X_"
.space 2
.space 2
.ascii "X^"
.ascii "X\\"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]l"
.space 2
.space 2
.ascii "]k"
.ascii "]m"
.space 2
.ascii "]o"
.space 2
.space 2
.space 2
.ascii "]n"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]j"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "b`"
.space 2
.ascii "b\\"
.space 2
.space 2
.space 2
.ascii "b^"
.space 2
.space 2
.ascii "b_"
.ascii "ba"
.space 2
.space 2
.ascii "bY"
.ascii "bZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "b]"
.space 2
.space 2
.space 2
.space 2
.ascii "b["
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "gI"
.space 2
.space 2
.ascii "g?"
.ascii "gA"
.ascii "gM"
.space 2
.space 2
.space 2
.ascii "gB"
.ascii "gD"
.ascii "gN"
.ascii "gC"
.space 2
.space 2
.space 2
.space 2
.ascii "gL"
.space 2
.space 2
.space 2
.ascii "gJ"
.space 2
.ascii "gF"
.space 2
.ascii "gK"
.space 2
.space 2
.space 2
.ascii "gH"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "g@"
.space 2
.space 2
.ascii "gO"
.ascii "gE"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "gG"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "kO"
.space 2
.space 2
.ascii "kU"
.ascii "kY"
.space 2
.space 2
.space 2
.ascii "kQ"
.space 2
.space 2
.space 2
.space 2
.ascii "kR"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "kZ"
.space 2
.ascii "kV"
.space 2
.space 2
.ascii "kT"
.space 2
.ascii "kS"
.space 2
.space 2
.space 2
.ascii "kW"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "kX"
.space 2
.space 2
.space 2
.ascii "kP"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "oc"
.ascii "o^"
.space 2
.space 2
.space 2
.ascii "oZ"
.space 2
.space 2
.space 2
.ascii "oY"
.ascii "o_"
.space 2
.space 2
.space 2
.space 2
.ascii "o]"
.space 2
.space 2
.space 2
.ascii "oX"
.space 2
.ascii "oa"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "o`"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "o\\"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "o["
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ob"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ra"
.space 2
.space 2
.space 2
.ascii "re"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "rg"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ri"
.space 2
.space 2
.space 2
.space 2
.ascii "rl"
.space 2
.space 2
.ascii "us"
.ascii "rn"
.ascii "rh"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r_"
.ascii "rk"
.ascii "rd"
.space 2
.space 2
.space 2
.ascii "rj"
.space 2
.ascii "un"
.space 2
.space 2
.ascii "rf"
.space 2
.space 2
.ascii "rm"
.ascii "rc"
.space 2
.space 2
.space 2
.ascii "rb"
.space 2
.space 2
.ascii "r`"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "up"
.ascii "ur"
.space 2
.ascii "ul"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "uy"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ux"
.ascii "uv"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "uq"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,117
.space 2
.space 2
.space 2
.ascii "uw"
.space 2
.space 2
.space 2
.space 2
.ascii "uo"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ut"
.space 2
.space 2
.space 2
.ascii "um"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wS"
.space 2
.ascii "wU"
.ascii "w]"
.ascii "w["
.space 2
.ascii "w\\"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wV"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wY"
.space 2
.ascii "wX"
.space 2
.ascii "wZ"
.space 2
.space 2
.ascii "wW"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "y8"
.space 2
.space 2
.space 2
.space 2
.ascii "y9"
.space 2
.space 2
.space 2
.space 2
.ascii "y>"
.space 2
.space 2
.space 2
.ascii "y6"
.space 2
.space 2
.space 2
.space 2
.ascii "y<"
.ascii "yA"
.ascii "y?"
.space 2
.space 2
.space 2
.ascii "y:"
.ascii "y;"
.space 2
.ascii "y7"
.space 2
.ascii "y5"
.ascii "y="
.space 2
.ascii "y@"
.space 2
.space 2
.space 2
.ascii "yB"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zN"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zM"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zL"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{;"
.space 2
.space 2
.ascii "{5"
.space 2
.space 2
.space 2
.ascii "{:"
.ascii "{6"
.space 2
.ascii "{7"
.space 2
.space 2
.ascii "{9"
.space 2
.ascii "{8"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,123
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{|"
.ascii "{}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|L"
.space 2
.space 2
.ascii "|K"
.ascii "|M"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|o"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "},"
.space 2
.ascii "}+"
.space 2
.space 2
.space 2
.space 2
.ascii "}5"
.space 2
.space 2
.space 2
.space 2
.ascii "}?"
.ascii "}="
.ascii "}>"
.ascii "}D"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "O["
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "O\\"
.space 2
.ascii "Sm"
.ascii "X`"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]p"
.space 2
.ascii "bd"
.space 2
.space 2
.ascii "bh"
.ascii "bc"
.space 2
.ascii "be"
.ascii "bg"
.ascii "bf"
.space 2,98
.space 2
.space 2
.space 2
.ascii "gP"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "k["
.space 2
.ascii "k^"
.ascii "k`"
.ascii "k_"
.space 2
.space 2
.ascii "k\\"
.ascii "k]"
.space 2
.space 2
.space 2
.ascii "od"
.space 2
.space 2
.space 2
.ascii "oe"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ro"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u~"
.space 2
.ascii "u}"
.space 2
.ascii "uz"
.ascii "u{"
.ascii "u|"
.space 2
.space 2
.space 2
.ascii "w`"
.space 2
.space 2
.space 2
.ascii "w^"
.ascii "wa"
.ascii "w_"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yC"
.space 2
.space 2
.space 2
.space 2
.ascii "zO"
.ascii "{<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "O]"
.space 2
.space 2
.space 2
.space 2
.ascii "Hj"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Kb"
.space 2
.ascii "Kc"
.space 2
.ascii "K`"
.space 2
.space 2
.ascii "Ka"
.ascii "K_"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "O`"
.space 2
.space 2
.space 2
.ascii "O_"
.ascii "O^"
.space 2
.ascii "Ob"
.space 2
.ascii "Oa"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "So"
.ascii "Sp"
.ascii "Sq"
.space 2
.space 2
.ascii "Sn"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Xg"
.space 2
.space 2
.ascii "Xd"
.space 2
.ascii "Xe"
.ascii "Xh"
.space 2
.space 2
.ascii "Xc"
.ascii "Xa"
.ascii "Xb"
.ascii "Xf"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]q"
.space 2
.ascii "]y"
.space 2
.space 2
.space 2
.ascii "]u"
.space 2
.ascii "bp"
.ascii "]s"
.ascii "]v"
.ascii "]r"
.ascii "]w"
.ascii "]x"
.ascii "]t"
.space 2
.space 2
.space 2
.space 2
.ascii "bl"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "bq"
.ascii "bm"
.ascii "bn"
.space 2
.space 2
.space 2
.ascii "bi"
.ascii "bk"
.space 2
.ascii "bo"
.ascii "bj"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "gR"
.ascii "gS"
.space 2
.space 2
.ascii "gQ"
.ascii "ka"
.space 2
.ascii "kc"
.ascii "kb"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "rp"
.ascii "rq"
.space 2
.space 2,114
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v!"
.space 2
.space 2
.ascii "yD"
.space 2
.space 2
.space 2
.ascii "v\""
.ascii "Oc"
.space 2
.ascii "Xi"
.space 2
.space 2
.space 2
.space 2
.ascii "]z"
.ascii "br"
.space 2
.space 2
.ascii "bt"
.ascii "bs"
.ascii "bu"
.ascii "bv"
.space 2
.ascii "gV"
.ascii "gW"
.ascii "gU"
.ascii "kd"
.ascii "gT"
.space 2
.space 2
.space 2
.space 2
.ascii "ke"
.space 2
.space 2
.ascii "rs"
.ascii "v#"
.space 2
.space 2
.ascii "wd"
.space 2
.ascii "we"
.ascii "wc"
.space 2
.ascii "wf"
.space 2
.space 2
.space 2
.ascii "wb"
.ascii "yE"
.space 2
.space 2
.space 2
.space 2
.ascii "Od"
.ascii "]|"
.ascii "]{"
.space 2
.space 2
.space 2
.space 2
.ascii "bw"
.space 2
.space 2
.ascii "bx"
.space 2
.space 2
.space 2
.ascii "g["
.ascii "gX"
.space 2
.ascii "gZ"
.space 2
.ascii "gY"
.space 2
.space 2
.space 2
.space 2
.ascii "kf"
.space 2
.space 2
.space 2
.ascii "of"
.space 2
.ascii "og"
.ascii "oh"
.space 2
.ascii "oi"
.space 2
.space 2
.space 2
.ascii "rw"
.ascii "rt"
.ascii "ry"
.space 2
.ascii "ru"
.space 2
.ascii "rx"
.space 2
.space 2
.ascii "rv"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v$"
.space 2
.ascii "v%"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wg"
.space 2
.space 2
.ascii "yG"
.space 2
.space 2
.ascii "yF"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zP"
.space 2
.ascii "{?"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{="
.ascii "{>"
.space 2
.space 2
.space 2
.ascii "{~"
.ascii "|!"
.space 2
.space 2
.space 2
.ascii "|p"
.space 2
.ascii "|r"
.space 2
.space 2
.space 2
.ascii "|q"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Oe"
.space 2
.space 2
.space 2
.ascii "g\\"
.space 2
.space 2
.space 2
.space 2
.ascii "rz"
.ascii "r{"
.space 2
.ascii "Of"
.space 2
.ascii "oj"
.ascii "yH"
.ascii "Sr"
.space 2
.space 2
.space 2
.ascii "r|"
.space 2
.ascii "|N"
.ascii "Ss"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "g]"
.space 2
.ascii "g^"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "kg"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "kh"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ol"
.space 2
.ascii "ok"
.space 2
.ascii "om"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v&"
.space 2
.space 2
.ascii "wh"
.space 2
.space 2
.ascii "wi"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wj"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|#"
.space 2
.ascii "|\""
.space 2
.space 2
.ascii "|s"
.space 2
.space 2
.ascii "}6"
.space 2
.ascii "St"
.ascii "by"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v'"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yI"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Su"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Sv"
.space 2
.space 2
.ascii "ki"
.space 2
.space 2
.ascii "wk"
.space 2
.ascii "yJ"
.space 2
.space 2
.space 2
.ascii "{@"
.space 2
.ascii "Sw"
.ascii "^!"
.ascii "^\""
.space 2
.ascii "bz"
.ascii "b{"
.space 2
.ascii "b|"
.space 2
.ascii "gb"
.space 2
.ascii "gd"
.space 2
.space 2
.space 2
.ascii "g_"
.ascii "g`"
.ascii "gc"
.ascii "ga"
.space 2
.space 2
.space 2
.ascii "kj"
.space 2,107
.space 2
.space 2
.space 2
.ascii "op"
.space 2
.space 2
.space 2
.space 2
.ascii "on"
.space 2
.space 2
.ascii "s&"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,111
.space 2
.ascii "s$"
.space 2
.space 2
.ascii "r~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s#"
.ascii "s!"
.ascii "s%"
.space 2
.ascii "s\""
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v("
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wn"
.ascii "wl"
.ascii "wo"
.ascii "wm"
.space 2
.space 2
.space 2
.ascii "wp"
.space 2
.space 2
.space 2
.space 2
.ascii "yL"
.space 2
.space 2
.ascii "yM"
.space 2
.space 2
.ascii "yK"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{B"
.space 2
.ascii "{A"
.space 2
.space 2
.space 2
.ascii "|$"
.space 2
.space 2
.space 2
.ascii "|O"
.ascii "|t"
.ascii "}-"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Sx"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "kl"
.space 2
.ascii "km"
.space 2
.ascii "oq"
.space 2
.space 2
.ascii "v)"
.space 2
.space 2
.space 2
.ascii "wq"
.space 2
.ascii "yN"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zQ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Sy"
.space 2
.space 2
.space 2
.ascii "Sz"
.space 2
.space 2
.ascii "Xj"
.space 2
.space 2
.space 2
.space 2
.ascii "b}"
.space 2
.ascii "c\""
.ascii "b~"
.space 2
.space 2
.ascii "c$"
.space 2
.ascii "c!"
.space 2
.space 2
.ascii "c#"
.space 2
.ascii "gf"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ge"
.space 2,103
.ascii "gh"
.space 2
.space 2
.space 2
.space 2
.ascii "kn"
.space 2
.ascii "ko"
.space 2
.space 2
.space 2
.ascii "kq"
.ascii "or"
.space 2
.ascii "kp"
.space 2
.space 2
.space 2
.ascii "s'"
.space 2
.ascii "ot"
.ascii "os"
.space 2
.space 2
.space 2
.space 2
.ascii "ou"
.space 2
.ascii "s,"
.ascii "s*"
.space 2
.space 2
.ascii "s)"
.space 2
.space 2
.ascii "s+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s("
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wu"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v*"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wt"
.ascii "wr"
.ascii "ws"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yO"
.space 2
.space 2
.space 2
.ascii "yP"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zS"
.ascii "zR"
.space 2
.space 2
.ascii "|%"
.space 2
.ascii "{C"
.space 2
.space 2
.space 2
.space 2
.ascii "|P"
.space 2
.ascii "}."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "S{"
.space 2
.space 2
.ascii "S|"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wv"
.space 2
.space 2
.ascii "zT"
.space 2
.space 2
.space 2
.ascii "Xk"
.ascii "c&"
.ascii "c%"
.space 2
.space 2
.ascii "gj"
.space 2
.ascii "gi"
.ascii "gk"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "kr"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ow"
.ascii "oz"
.ascii "o|"
.space 2
.space 2
.ascii "o{"
.space 2
.space 2
.space 2
.ascii "o}"
.space 2
.ascii "oy"
.space 2
.ascii "ov"
.space 2
.ascii "ox"
.space 2
.space 2
.ascii "s."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s-"
.space 2
.space 2
.space 2
.ascii "s/"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v,"
.space 2
.ascii "v+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,119
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yQ"
.space 2
.space 2
.ascii "yR"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zU"
.space 2
.space 2
.space 2
.space 2
.ascii "zV"
.space 2
.space 2
.space 2
.space 2
.ascii "zX"
.space 2
.ascii "zW"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{G"
.space 2
.ascii "{F"
.space 2
.space 2
.ascii "{E"
.space 2
.ascii "{D"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|'"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|&"
.space 2
.ascii "|S"
.space 2
.space 2
.ascii "|Q"
.ascii "|R"
.space 2
.space 2
.space 2
.ascii "|u"
.space 2
.space 2
.ascii "}7"
.space 2
.space 2
.ascii "}8"
.space 2
.space 2
.space 2
.space 2
.ascii "}G"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Xl"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ks"
.ascii "kt"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "o~"
.ascii "s0"
.space 2
.space 2
.space 2
.ascii "s1"
.space 2
.space 2
.space 2
.space 2
.ascii "wx"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{H"
.space 2
.ascii "|V"
.ascii "|("
.ascii "|T"
.ascii "|U"
.space 2
.ascii "}/"
.space 2
.ascii "Xm"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "gl"
.space 2
.space 2
.space 2
.space 2
.ascii "ku"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s3"
.ascii "p!"
.ascii "p\""
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s2"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wy"
.space 2
.space 2
.ascii "wz"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yS"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|)"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|v"
.ascii "}0"
.space 2
.ascii "Xn"
.space 2
.ascii "p#"
.ascii "s4"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "}H"
.ascii "Xo"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Xp"
.space 2
.space 2
.space 2
.space 2
.ascii "kv"
.ascii "kw"
.space 2
.ascii "p%"
.ascii "p$"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "w}"
.ascii "w|"
.ascii "w{"
.space 2
.ascii "{J"
.space 2
.space 2
.ascii "{I"
.space 2
.space 2
.space 2
.ascii "|w"
.space 2
.ascii "^#"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "p'"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "p&"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v/"
.ascii "v."
.space 2
.ascii "v0"
.ascii "v-"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x$"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x#"
.ascii "x!"
.ascii "w~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yV"
.space 2
.space 2
.space 2
.space 2
.ascii "yW"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yU"
.ascii "yT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x\""
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{L"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{K"
.space 2
.space 2
.space 2
.ascii "|+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|-"
.space 2
.space 2
.ascii "|,"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|*"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|W"
.space 2
.ascii "|Y"
.ascii "|X"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|x"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "}@"
.ascii "}A"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^$"
.space 2
.space 2
.space 2
.ascii "gm"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "kz"
.ascii "kx"
.space 2
.ascii "ky"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "p*"
.space 2
.space 2
.ascii "p("
.space 2
.space 2
.ascii "p)"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s:"
.space 2
.space 2
.ascii "s6"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s7"
.space 2
.space 2
.ascii "s8"
.space 2
.ascii "s9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v1"
.space 2
.space 2
.space 2
.ascii "v2"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x%"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x&"
.space 2
.space 2
.ascii "x'"
.ascii "yY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "y["
.space 2
.ascii "y\\"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yX"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{M"
.space 2
.space 2
.space 2
.space 2
.ascii "{N"
.space 2
.space 2
.space 2
.ascii "{P"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{O"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|."
.space 2
.space 2
.space 2
.ascii "|/"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|Z"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|y"
.ascii "|z"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "}E"
.ascii "}I"
.space 2
.space 2
.ascii "}J"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^%"
.space 2
.space 2
.space 2
.ascii "z["
.space 2
.space 2
.ascii "|{"
.space 2,124
.space 2
.ascii "^&"
.space 2
.space 2
.ascii "gn"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v3"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "y]"
.ascii "y_"
.space 2
.space 2
.space 2
.ascii "y^"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{Q"
.space 2
.ascii "|["
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^'"
.space 2
.space 2
.space 2
.ascii "p+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "y`"
.ascii "z\\"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^("
.ascii "k{"
.space 2
.ascii "p,"
.space 2
.space 2
.space 2
.space 2
.ascii "c'"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "}1"
.ascii "c("
.ascii "p-"
.ascii "v4"
.space 2
.ascii "c)"
.space 2
.space 2
.ascii "s="
.space 2
.space 2
.space 2
.ascii "s<"
.space 2
.space 2
.ascii "v8"
.ascii "v6"
.ascii "v7"
.ascii "v5"
.space 2
.ascii "x("
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "z]"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{R"
.space 2
.space 2
.space 2
.space 2
.ascii "|\\"
.space 2
.space 2
.ascii "}B"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "go"
.space 2
.space 2
.space 2
.space 2
.ascii "gp"
.space 2
.ascii "x)"
.space 2
.space 2
.space 2
.ascii "{S"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "gq"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x*"
.space 2
.space 2
.ascii "z^"
.space 2
.space 2
.space 2
.space 2
.ascii "|0"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "k|"
.space 2
.space 2
.ascii "v9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "k}"
.ascii "v:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "p/"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{T"
.space 2
.space 2
.ascii "z_"
.space 2
.ascii "za"
.space 2
.ascii "z`"
.space 2
.space 2
.ascii "{U"
.ascii "{V"
.space 2
.space 2
.ascii "|2"
.space 2
.ascii "|1"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "}!"
.space 2
.space 2
.space 2
.space 2
.ascii "|~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s>"
.space 2
.space 2
.ascii "x2"
.space 2
.space 2
.space 2
.ascii "|3"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s?"
.globl ___cns11643l1_from_ucs4_tab13 ; @__cns11643l1_from_ucs4_tab13
___cns11643l1_from_ucs4_tab13:
.ascii "!+"
.ascii "!6"
.ascii "!8"
.space 2
.space 2
.ascii "!@"
.ascii "!A"
.ascii "!D"
.ascii "!E"
.ascii "!H"
.ascii "!I"
.ascii "!L"
.ascii "!M"
.ascii "!P"
.ascii "!Q"
.ascii "!T"
.ascii "!U"
.ascii "!X"
.ascii "!Y"
.ascii "!\\"
.ascii "!]"
.space 2
.space 2
.space 2
.space 2
.ascii "\"'"
.ascii "\"("
.ascii "\"+"
.ascii "\","
.ascii "\")"
.ascii "\"*"
.space 2
.ascii "!."
.ascii "!/"
.ascii "!0"
.space 2
.ascii "!2"
.ascii "!3"
.ascii "!4"
.ascii "!5"
.space 2
.ascii "!^"
.ascii "!_"
.ascii "!`"
.ascii "!a"
.ascii "!b"
.ascii "!c"
.ascii "\"-"
.ascii "\"."
.ascii "\"/"
.ascii "\"?"
.ascii "\"@"
.ascii "\"A"
.ascii "\"C"
.ascii "\"B"
.space 2
.ascii "\"b"
.ascii "\"l"
.ascii "\"m"
.ascii "\"n"
.globl ___cns11643l1_from_ucs4_tab14 ; @__cns11643l1_from_ucs4_tab14
___cns11643l1_from_ucs4_tab14:
.ascii "!*"
.space 2
.ascii "!l"
.ascii "\"c"
.ascii "\"h"
.ascii "!m"
.space 2
.ascii "!>"
.ascii "!?"
.ascii "!n"
.ascii "\"0"
.ascii "!\""
.ascii "\"1"
.ascii "!%"
.ascii "\"_"
.ascii "$!"
.ascii "$\""
.ascii "$#"
.space 2,36
.ascii "$%"
.ascii "$&"
.ascii "$'"
.ascii "$("
.ascii "$)"
.ascii "$*"
.ascii "!("
.ascii "!'"
.ascii "\"6"
.ascii "\"8"
.ascii "\"7"
.ascii "!)"
.ascii "\"i"
.ascii "$A"
.ascii "$B"
.ascii "$C"
.ascii "$D"
.ascii "$E"
.ascii "$F"
.ascii "$G"
.ascii "$H"
.ascii "$I"
.ascii "$J"
.ascii "$K"
.ascii "$L"
.ascii "$M"
.ascii "$N"
.ascii "$O"
.ascii "$P"
.ascii "$Q"
.ascii "$R"
.ascii "$S"
.ascii "$T"
.ascii "$U"
.ascii "$V"
.ascii "$W"
.ascii "$X"
.ascii "$Y"
.ascii "$Z"
.space 2
.ascii "\"`"
.space 2
.space 2
.ascii "\"%"
.space 2
.ascii "$["
.ascii "$\\"
.ascii "$]"
.ascii "$^"
.ascii "$_"
.ascii "$`"
.ascii "$a"
.ascii "$b"
.ascii "$c"
.ascii "$d"
.ascii "$e"
.ascii "$f"
.ascii "$g"
.ascii "$h"
.ascii "$i"
.ascii "$j"
.ascii "$k"
.ascii "$l"
.ascii "$m"
.ascii "$n"
.ascii "$o"
.ascii "$p"
.ascii "$q"
.ascii "$r"
.ascii "$s"
.ascii "$t"
.ascii "!B"
.ascii "\"^"
.ascii "!C"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__const
.globl ___cns11643l1_to_ucs4_tab ## @__cns11643l1_to_ucs4_tab
.p2align 4
___cns11643l1_to_ucs4_tab:
.short 12288 ## 0x3000
.short 65292 ## 0xff0c
.short 12289 ## 0x3001
.short 12290 ## 0x3002
.short 65294 ## 0xff0e
.short 12539 ## 0x30fb
.short 65307 ## 0xff1b
.short 65306 ## 0xff1a
.short 65311 ## 0xff1f
.short 65281 ## 0xff01
.short 65072 ## 0xfe30
.short 8230 ## 0x2026
.short 8229 ## 0x2025
.short 65104 ## 0xfe50
.short 65105 ## 0xfe51
.short 65106 ## 0xfe52
.short 183 ## 0xb7
.short 65108 ## 0xfe54
.short 65109 ## 0xfe55
.short 65110 ## 0xfe56
.short 65111 ## 0xfe57
.short 65073 ## 0xfe31
.short 8212 ## 0x2014
.short 65074 ## 0xfe32
.short 8211 ## 0x2013
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 65288 ## 0xff08
.short 65289 ## 0xff09
.short 65077 ## 0xfe35
.short 65078 ## 0xfe36
.short 65371 ## 0xff5b
.short 65373 ## 0xff5d
.short 65079 ## 0xfe37
.short 65080 ## 0xfe38
.short 12308 ## 0x3014
.short 12309 ## 0x3015
.short 65081 ## 0xfe39
.short 65082 ## 0xfe3a
.short 12304 ## 0x3010
.short 12305 ## 0x3011
.short 65083 ## 0xfe3b
.short 65084 ## 0xfe3c
.short 12298 ## 0x300a
.short 12299 ## 0x300b
.short 65085 ## 0xfe3d
.short 65086 ## 0xfe3e
.short 12296 ## 0x3008
.short 12297 ## 0x3009
.short 65087 ## 0xfe3f
.short 65088 ## 0xfe40
.short 12300 ## 0x300c
.short 12301 ## 0x300d
.short 65089 ## 0xfe41
.short 65090 ## 0xfe42
.short 12302 ## 0x300e
.short 12303 ## 0x300f
.short 65091 ## 0xfe43
.short 65092 ## 0xfe44
.short 65113 ## 0xfe59
.short 65114 ## 0xfe5a
.short 65115 ## 0xfe5b
.short 65116 ## 0xfe5c
.short 65117 ## 0xfe5d
.short 65118 ## 0xfe5e
.short 8216 ## 0x2018
.short 8217 ## 0x2019
.short 8220 ## 0x201c
.short 8221 ## 0x201d
.short 12317 ## 0x301d
.short 12318 ## 0x301e
.short 8242 ## 0x2032
.short 8245 ## 0x2035
.short 65283 ## 0xff03
.short 65286 ## 0xff06
.short 65290 ## 0xff0a
.short 8251 ## 0x203b
.short 167 ## 0xa7
.short 12291 ## 0x3003
.short 9675 ## 0x25cb
.short 9679 ## 0x25cf
.short 9651 ## 0x25b3
.short 9650 ## 0x25b2
.short 9678 ## 0x25ce
.short 9734 ## 0x2606
.short 9733 ## 0x2605
.short 9671 ## 0x25c7
.short 9670 ## 0x25c6
.short 9633 ## 0x25a1
.short 9632 ## 0x25a0
.short 9661 ## 0x25bd
.short 9660 ## 0x25bc
.short 12963 ## 0x32a3
.short 8453 ## 0x2105
.short 8254 ## 0x203e
.short 0 ## 0x0
.short 65343 ## 0xff3f
.short 0 ## 0x0
.short 65097 ## 0xfe49
.short 65098 ## 0xfe4a
.short 65101 ## 0xfe4d
.short 65102 ## 0xfe4e
.short 65099 ## 0xfe4b
.short 65100 ## 0xfe4c
.short 65119 ## 0xfe5f
.short 65120 ## 0xfe60
.short 65121 ## 0xfe61
.short 65291 ## 0xff0b
.short 65293 ## 0xff0d
.short 215 ## 0xd7
.short 247 ## 0xf7
.short 177 ## 0xb1
.short 8730 ## 0x221a
.short 65308 ## 0xff1c
.short 65310 ## 0xff1e
.short 65309 ## 0xff1d
.short 8806 ## 0x2266
.short 8807 ## 0x2267
.short 8800 ## 0x2260
.short 8734 ## 0x221e
.short 8786 ## 0x2252
.short 8801 ## 0x2261
.short 65122 ## 0xfe62
.short 65123 ## 0xfe63
.short 65124 ## 0xfe64
.short 65126 ## 0xfe66
.short 65125 ## 0xfe65
.short 8764 ## 0x223c
.short 8745 ## 0x2229
.short 8746 ## 0x222a
.short 8869 ## 0x22a5
.short 8736 ## 0x2220
.short 8735 ## 0x221f
.short 8895 ## 0x22bf
.short 13266 ## 0x33d2
.short 13265 ## 0x33d1
.short 8747 ## 0x222b
.short 8750 ## 0x222e
.short 8757 ## 0x2235
.short 8756 ## 0x2234
.short 9792 ## 0x2640
.short 9794 ## 0x2642
.short 9793 ## 0x2641
.short 9737 ## 0x2609
.short 8593 ## 0x2191
.short 8595 ## 0x2193
.short 8594 ## 0x2192
.short 8592 ## 0x2190
.short 8598 ## 0x2196
.short 8599 ## 0x2197
.short 8601 ## 0x2199
.short 8600 ## 0x2198
.short 8214 ## 0x2016
.short 65372 ## 0xff5c
.short 65295 ## 0xff0f
.short 65340 ## 0xff3c
.short 8725 ## 0x2215
.short 65128 ## 0xfe68
.short 65284 ## 0xff04
.short 65509 ## 0xffe5
.short 12306 ## 0x3012
.short 65504 ## 0xffe0
.short 65505 ## 0xffe1
.short 65285 ## 0xff05
.short 65312 ## 0xff20
.short 8451 ## 0x2103
.short 8457 ## 0x2109
.short 65129 ## 0xfe69
.short 65130 ## 0xfe6a
.short 65131 ## 0xfe6b
.short 13269 ## 0x33d5
.short 13212 ## 0x339c
.short 13213 ## 0x339d
.short 13214 ## 0x339e
.short 13262 ## 0x33ce
.short 13217 ## 0x33a1
.short 13198 ## 0x338e
.short 13199 ## 0x338f
.short 13252 ## 0x33c4
.short 176 ## 0xb0
.short 20825 ## 0x5159
.short 20827 ## 0x515b
.short 20830 ## 0x515e
.short 20829 ## 0x515d
.short 20833 ## 0x5161
.short 20835 ## 0x5163
.short 21991 ## 0x55e7
.short 29929 ## 0x74e9
.short 31950 ## 0x7cce
.short 9601 ## 0x2581
.short 9602 ## 0x2582
.short 9603 ## 0x2583
.short 9604 ## 0x2584
.short 9605 ## 0x2585
.short 9606 ## 0x2586
.short 9607 ## 0x2587
.short 9608 ## 0x2588
.short 9615 ## 0x258f
.short 9614 ## 0x258e
.short 9613 ## 0x258d
.short 9612 ## 0x258c
.short 9611 ## 0x258b
.short 9610 ## 0x258a
.short 9609 ## 0x2589
.short 9532 ## 0x253c
.short 9524 ## 0x2534
.short 9516 ## 0x252c
.short 9508 ## 0x2524
.short 9500 ## 0x251c
.short 9620 ## 0x2594
.short 9472 ## 0x2500
.short 9474 ## 0x2502
.short 9621 ## 0x2595
.short 9484 ## 0x250c
.short 9488 ## 0x2510
.short 9492 ## 0x2514
.short 9496 ## 0x2518
.short 9581 ## 0x256d
.short 9582 ## 0x256e
.short 9584 ## 0x2570
.short 9583 ## 0x256f
.short 9552 ## 0x2550
.short 9566 ## 0x255e
.short 9578 ## 0x256a
.short 9569 ## 0x2561
.short 9698 ## 0x25e2
.short 9699 ## 0x25e3
.short 9701 ## 0x25e5
.short 9700 ## 0x25e4
.short 9585 ## 0x2571
.short 9586 ## 0x2572
.short 9587 ## 0x2573
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 65296 ## 0xff10
.short 65297 ## 0xff11
.short 65298 ## 0xff12
.short 65299 ## 0xff13
.short 65300 ## 0xff14
.short 65301 ## 0xff15
.short 65302 ## 0xff16
.short 65303 ## 0xff17
.short 65304 ## 0xff18
.short 65305 ## 0xff19
.short 8544 ## 0x2160
.short 8545 ## 0x2161
.short 8546 ## 0x2162
.short 8547 ## 0x2163
.short 8548 ## 0x2164
.short 8549 ## 0x2165
.short 8550 ## 0x2166
.short 8551 ## 0x2167
.short 8552 ## 0x2168
.short 8553 ## 0x2169
.short 12321 ## 0x3021
.short 12322 ## 0x3022
.short 12323 ## 0x3023
.short 12324 ## 0x3024
.short 12325 ## 0x3025
.short 12326 ## 0x3026
.short 12327 ## 0x3027
.short 12328 ## 0x3028
.short 12329 ## 0x3029
.short 0 ## 0x0
.short 21316 ## 0x5344
.short 0 ## 0x0
.short 65313 ## 0xff21
.short 65314 ## 0xff22
.short 65315 ## 0xff23
.short 65316 ## 0xff24
.short 65317 ## 0xff25
.short 65318 ## 0xff26
.short 65319 ## 0xff27
.short 65320 ## 0xff28
.short 65321 ## 0xff29
.short 65322 ## 0xff2a
.short 65323 ## 0xff2b
.short 65324 ## 0xff2c
.short 65325 ## 0xff2d
.short 65326 ## 0xff2e
.short 65327 ## 0xff2f
.short 65328 ## 0xff30
.short 65329 ## 0xff31
.short 65330 ## 0xff32
.short 65331 ## 0xff33
.short 65332 ## 0xff34
.short 65333 ## 0xff35
.short 65334 ## 0xff36
.short 65335 ## 0xff37
.short 65336 ## 0xff38
.short 65337 ## 0xff39
.short 65338 ## 0xff3a
.short 65345 ## 0xff41
.short 65346 ## 0xff42
.short 65347 ## 0xff43
.short 65348 ## 0xff44
.short 65349 ## 0xff45
.short 65350 ## 0xff46
.short 65351 ## 0xff47
.short 65352 ## 0xff48
.short 65353 ## 0xff49
.short 65354 ## 0xff4a
.short 65355 ## 0xff4b
.short 65356 ## 0xff4c
.short 65357 ## 0xff4d
.short 65358 ## 0xff4e
.short 65359 ## 0xff4f
.short 65360 ## 0xff50
.short 65361 ## 0xff51
.short 65362 ## 0xff52
.short 65363 ## 0xff53
.short 65364 ## 0xff54
.short 65365 ## 0xff55
.short 65366 ## 0xff56
.short 65367 ## 0xff57
.short 65368 ## 0xff58
.short 65369 ## 0xff59
.short 65370 ## 0xff5a
.short 913 ## 0x391
.short 914 ## 0x392
.short 915 ## 0x393
.short 916 ## 0x394
.short 917 ## 0x395
.short 918 ## 0x396
.short 919 ## 0x397
.short 920 ## 0x398
.short 921 ## 0x399
.short 922 ## 0x39a
.short 923 ## 0x39b
.short 924 ## 0x39c
.short 925 ## 0x39d
.short 926 ## 0x39e
.short 927 ## 0x39f
.short 928 ## 0x3a0
.short 929 ## 0x3a1
.short 931 ## 0x3a3
.short 932 ## 0x3a4
.short 933 ## 0x3a5
.short 934 ## 0x3a6
.short 935 ## 0x3a7
.short 936 ## 0x3a8
.short 937 ## 0x3a9
.short 945 ## 0x3b1
.short 946 ## 0x3b2
.short 947 ## 0x3b3
.short 948 ## 0x3b4
.short 949 ## 0x3b5
.short 950 ## 0x3b6
.short 951 ## 0x3b7
.short 952 ## 0x3b8
.short 953 ## 0x3b9
.short 954 ## 0x3ba
.short 955 ## 0x3bb
.short 956 ## 0x3bc
.short 957 ## 0x3bd
.short 958 ## 0x3be
.short 959 ## 0x3bf
.short 960 ## 0x3c0
.short 961 ## 0x3c1
.short 963 ## 0x3c3
.short 964 ## 0x3c4
.short 965 ## 0x3c5
.short 966 ## 0x3c6
.short 967 ## 0x3c7
.short 968 ## 0x3c8
.short 969 ## 0x3c9
.short 12549 ## 0x3105
.short 12550 ## 0x3106
.short 12551 ## 0x3107
.short 12552 ## 0x3108
.short 12553 ## 0x3109
.short 12554 ## 0x310a
.short 12555 ## 0x310b
.short 12556 ## 0x310c
.short 12557 ## 0x310d
.short 12558 ## 0x310e
.short 12559 ## 0x310f
.short 12560 ## 0x3110
.short 12561 ## 0x3111
.short 12562 ## 0x3112
.short 12563 ## 0x3113
.short 12564 ## 0x3114
.short 12565 ## 0x3115
.short 12566 ## 0x3116
.short 12567 ## 0x3117
.short 12568 ## 0x3118
.short 12569 ## 0x3119
.short 12570 ## 0x311a
.short 12571 ## 0x311b
.short 12572 ## 0x311c
.short 12573 ## 0x311d
.short 12574 ## 0x311e
.short 12575 ## 0x311f
.short 12576 ## 0x3120
.short 12577 ## 0x3121
.short 12578 ## 0x3122
.short 12579 ## 0x3123
.short 12580 ## 0x3124
.short 12581 ## 0x3125
.short 12582 ## 0x3126
.short 12583 ## 0x3127
.short 12584 ## 0x3128
.short 12585 ## 0x3129
.short 729 ## 0x2d9
.short 713 ## 0x2c9
.short 714 ## 0x2ca
.short 711 ## 0x2c7
.short 715 ## 0x2cb
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 9312 ## 0x2460
.short 9313 ## 0x2461
.short 9314 ## 0x2462
.short 9315 ## 0x2463
.short 9316 ## 0x2464
.short 9317 ## 0x2465
.short 9318 ## 0x2466
.short 9319 ## 0x2467
.short 9320 ## 0x2468
.short 9321 ## 0x2469
.short 9332 ## 0x2474
.short 9333 ## 0x2475
.short 9334 ## 0x2476
.short 9335 ## 0x2477
.short 9336 ## 0x2478
.short 9337 ## 0x2479
.short 9338 ## 0x247a
.short 9339 ## 0x247b
.short 9340 ## 0x247c
.short 9341 ## 0x247d
.short 8560 ## 0x2170
.short 8561 ## 0x2171
.short 8562 ## 0x2172
.short 8563 ## 0x2173
.short 8564 ## 0x2174
.short 8565 ## 0x2175
.short 8566 ## 0x2176
.short 8567 ## 0x2177
.short 8568 ## 0x2178
.short 8569 ## 0x2179
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 20128 ## 0x4ea0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 20907 ## 0x51ab
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 21241 ## 0x52f9
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 9216 ## 0x2400
.short 9217 ## 0x2401
.short 9218 ## 0x2402
.short 9219 ## 0x2403
.short 9220 ## 0x2404
.short 9221 ## 0x2405
.short 9222 ## 0x2406
.short 9223 ## 0x2407
.short 9224 ## 0x2408
.short 9225 ## 0x2409
.short 9226 ## 0x240a
.short 9227 ## 0x240b
.short 9228 ## 0x240c
.short 9229 ## 0x240d
.short 9230 ## 0x240e
.short 9231 ## 0x240f
.short 9232 ## 0x2410
.short 9233 ## 0x2411
.short 9234 ## 0x2412
.short 9235 ## 0x2413
.short 9236 ## 0x2414
.short 9237 ## 0x2415
.short 9238 ## 0x2416
.short 9239 ## 0x2417
.short 9240 ## 0x2418
.short 9241 ## 0x2419
.short 9242 ## 0x241a
.short 9243 ## 0x241b
.short 9244 ## 0x241c
.short 9245 ## 0x241d
.short 9246 ## 0x241e
.short 9247 ## 0x241f
.short 9249 ## 0x2421
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 0 ## 0x0
.short 19968 ## 0x4e00
.short 20057 ## 0x4e59
.short 19969 ## 0x4e01
.short 19971 ## 0x4e03
.short 20035 ## 0x4e43
.short 20061 ## 0x4e5d
.short 20102 ## 0x4e86
.short 20108 ## 0x4e8c
.short 20154 ## 0x4eba
.short 20799 ## 0x513f
.short 20837 ## 0x5165
.short 20843 ## 0x516b
.short 20960 ## 0x51e0
.short 20992 ## 0x5200
.short 20993 ## 0x5201
.short 21147 ## 0x529b
.short 21269 ## 0x5315
.short 21313 ## 0x5341
.short 21340 ## 0x535c
.short 21448 ## 0x53c8
.short 19977 ## 0x4e09
.short 19979 ## 0x4e0b
.short 19976 ## 0x4e08
.short 19978 ## 0x4e0a
.short 20011 ## 0x4e2b
.short 20024 ## 0x4e38
.short 20961 ## 0x51e1
.short 20037 ## 0x4e45
.short 20040 ## 0x4e48
.short 20063 ## 0x4e5f
.short 20062 ## 0x4e5e
.short 20110 ## 0x4e8e
.short 20129 ## 0x4ea1
.short 20800 ## 0x5140
.short 20995 ## 0x5203
.short 21242 ## 0x52fa
.short 21315 ## 0x5343
.short 21449 ## 0x53c9
.short 21475 ## 0x53e3
.short 22303 ## 0x571f
.short 22763 ## 0x58eb
.short 22805 ## 0x5915
.short 22823 ## 0x5927
.short 22899 ## 0x5973
.short 23376 ## 0x5b50
.short 23377 ## 0x5b51
.short 23379 ## 0x5b53
.short 23544 ## 0x5bf8
.short 23567 ## 0x5c0f
.short 23586 ## 0x5c22
.short 23608 ## 0x5c38
.short 23665 ## 0x5c71
.short 24029 ## 0x5ddd
.short 24037 ## 0x5de5
.short 24049 ## 0x5df1
.short 24050 ## 0x5df2
.short 24051 ## 0x5df3
.short 24062 ## 0x5dfe
.short 24178 ## 0x5e72
.short 24318 ## 0x5efe
.short 24331 ## 0x5f0b
.short 24339 ## 0x5f13
.short 25165 ## 0x624d
.short 19985 ## 0x4e11
.short 19984 ## 0x4e10
.short 19981 ## 0x4e0d
.short 20013 ## 0x4e2d
.short 20016 ## 0x4e30
.short 20025 ## 0x4e39
.short 20043 ## 0x4e4b
.short 23609 ## 0x5c39
.short 20104 ## 0x4e88
.short 20113 ## 0x4e91
.short 20117 ## 0x4e95
.short 20114 ## 0x4e92
.short 20116 ## 0x4e94
.short 20130 ## 0x4ea2
.short 20161 ## 0x4ec1
.short 20160 ## 0x4ec0
.short 20163 ## 0x4ec3
.short 20166 ## 0x4ec6
.short 20167 ## 0x4ec7
.short 20173 ## 0x4ecd
.short 20170 ## 0x4eca
.short 20171 ## 0x4ecb
.short 20164 ## 0x4ec4
.short 20803 ## 0x5143
.short 20801 ## 0x5141
.short 20839 ## 0x5167
.short 20845 ## 0x516d
.short 20846 ## 0x516e
.short 20844 ## 0x516c
.short 20887 ## 0x5197
.short 20982 ## 0x51f6
.short 20998 ## 0x5206
.short 20999 ## 0x5207
.short 21000 ## 0x5208
.short 21243 ## 0x52fb
.short 21246 ## 0x52fe
.short 21247 ## 0x52ff
.short 21270 ## 0x5316
.short 21305 ## 0x5339
.short 21320 ## 0x5348
.short 21319 ## 0x5347
.short 21317 ## 0x5345
.short 21342 ## 0x535e
.short 21380 ## 0x5384
.short 21451 ## 0x53cb
.short 21450 ## 0x53ca
.short 21453 ## 0x53cd
.short 22764 ## 0x58ec
.short 22825 ## 0x5929
.short 22827 ## 0x592b
.short 22826 ## 0x592a
.short 22829 ## 0x592d
.short 23380 ## 0x5b54
.short 23569 ## 0x5c11
.short 23588 ## 0x5c24
.short 23610 ## 0x5c3a
.short 23663 ## 0x5c6f
.short 24052 ## 0x5df4
.short 24187 ## 0x5e7b
.short 24319 ## 0x5eff
.short 24340 ## 0x5f14
.short 24341 ## 0x5f15
.short 24515 ## 0x5fc3
.short 25096 ## 0x6208
.short 25142 ## 0x6236
.short 25163 ## 0x624b
.short 25166 ## 0x624e
.short 25903 ## 0x652f
.short 25991 ## 0x6587
.short 26007 ## 0x6597
.short 26020 ## 0x65a4
.short 26041 ## 0x65b9
.short 26085 ## 0x65e5
.short 26352 ## 0x66f0
.short 26376 ## 0x6708
.short 26408 ## 0x6728
.short 27424 ## 0x6b20
.short 27490 ## 0x6b62
.short 27513 ## 0x6b79
.short 27595 ## 0x6bcb
.short 27604 ## 0x6bd4
.short 27611 ## 0x6bdb
.short 27663 ## 0x6c0f
.short 27700 ## 0x6c34
.short 28779 ## 0x706b
.short 29226 ## 0x722a
.short 29238 ## 0x7236
.short 29243 ## 0x723b
.short 29255 ## 0x7247
.short 29273 ## 0x7259
.short 29275 ## 0x725b
.short 29356 ## 0x72ac
.short 29579 ## 0x738b
.short 19993 ## 0x4e19
.short 19990 ## 0x4e16
.short 19989 ## 0x4e15
.short 19988 ## 0x4e14
.short 19992 ## 0x4e18
.short 20027 ## 0x4e3b
.short 20045 ## 0x4e4d
.short 20047 ## 0x4e4f
.short 20046 ## 0x4e4e
.short 20197 ## 0x4ee5
.short 20184 ## 0x4ed8
.short 20180 ## 0x4ed4
.short 20181 ## 0x4ed5
.short 20182 ## 0x4ed6
.short 20183 ## 0x4ed7
.short 20195 ## 0x4ee3
.short 20196 ## 0x4ee4
.short 20185 ## 0x4ed9
.short 20190 ## 0x4ede
.short 20805 ## 0x5145
.short 20804 ## 0x5144
.short 20873 ## 0x5189
.short 20874 ## 0x518a
.short 20908 ## 0x51ac
.short 20985 ## 0x51f9
.short 20986 ## 0x51fa
.short 20984 ## 0x51f8
.short 21002 ## 0x520a
.short 21152 ## 0x52a0
.short 21151 ## 0x529f
.short 21253 ## 0x5305
.short 21254 ## 0x5306
.short 21271 ## 0x5317
.short 21277 ## 0x531d
.short 20191 ## 0x4edf
.short 21322 ## 0x534a
.short 21321 ## 0x5349
.short 21345 ## 0x5361
.short 21344 ## 0x5360
.short 21359 ## 0x536f
.short 21358 ## 0x536e
.short 21435 ## 0x53bb
.short 21487 ## 0x53ef
.short 21476 ## 0x53e4
.short 21491 ## 0x53f3
.short 21484 ## 0x53ec
.short 21486 ## 0x53ee
.short 21481 ## 0x53e9
.short 21480 ## 0x53e8
.short 21500 ## 0x53fc
.short 21496 ## 0x53f8
.short 21493 ## 0x53f5
.short 21483 ## 0x53eb
.short 21478 ## 0x53e6
.short 21482 ## 0x53ea
.short 21490 ## 0x53f2
.short 21489 ## 0x53f1
.short 21488 ## 0x53f0
.short 21477 ## 0x53e5
.short 21485 ## 0x53ed
.short 21499 ## 0x53fb
.short 22235 ## 0x56db
.short 22234 ## 0x56da
.short 22806 ## 0x5916
.short 22830 ## 0x592e
.short 22833 ## 0x5931
.short 22900 ## 0x5974
.short 22902 ## 0x5976
.short 23381 ## 0x5b55
.short 23427 ## 0x5b83
.short 23612 ## 0x5c3c
.short 24040 ## 0x5de8
.short 24039 ## 0x5de7
.short 24038 ## 0x5de6
.short 24066 ## 0x5e02
.short 24067 ## 0x5e03
.short 24179 ## 0x5e73
.short 24188 ## 0x5e7c
.short 24321 ## 0x5f01
.short 24344 ## 0x5f18
.short 24343 ## 0x5f17
.short 24517 ## 0x5fc5
.short 25098 ## 0x620a
.short 25171 ## 0x6253
.short 25172 ## 0x6254
.short 25170 ## 0x6252
.short 25169 ## 0x6251
.short 26021 ## 0x65a5
.short 26086 ## 0x65e6
.short 26414 ## 0x672e
.short 26412 ## 0x672c
.short 26410 ## 0x672a
.short 26411 ## 0x672b
.short 26413 ## 0x672d
.short 27491 ## 0x6b63
.short 27597 ## 0x6bcd
.short 27665 ## 0x6c11
.short 27664 ## 0x6c10
.short 27704 ## 0x6c38
.short 27713 ## 0x6c41
.short 27712 ## 0x6c40
.short 27710 ## 0x6c3e
.short 29359 ## 0x72af
.short 29572 ## 0x7384
.short 29577 ## 0x7389
.short 29916 ## 0x74dc
.short 29926 ## 0x74e6
.short 29976 ## 0x7518
.short 29983 ## 0x751f
.short 29992 ## 0x7528
.short 29993 ## 0x7529
.short 30000 ## 0x7530
.short 30001 ## 0x7531
.short 30002 ## 0x7532
.short 30003 ## 0x7533
.short 30091 ## 0x758b
.short 30333 ## 0x767d
.short 30382 ## 0x76ae
.short 30399 ## 0x76bf
.short 30446 ## 0x76ee
.short 30683 ## 0x77db
.short 30690 ## 0x77e2
.short 30707 ## 0x77f3
.short 31034 ## 0x793a
.short 31166 ## 0x79be
.short 31348 ## 0x7a74
.short 31435 ## 0x7acb
.short 19998 ## 0x4e1e
.short 19999 ## 0x4e1f
.short 20050 ## 0x4e52
.short 20051 ## 0x4e53
.short 20073 ## 0x4e69
.short 20121 ## 0x4e99
.short 20132 ## 0x4ea4
.short 20134 ## 0x4ea6
.short 20133 ## 0x4ea5
.short 20223 ## 0x4eff
.short 20233 ## 0x4f09
.short 20249 ## 0x4f19
.short 20234 ## 0x4f0a
.short 20245 ## 0x4f15
.short 20237 ## 0x4f0d
.short 20240 ## 0x4f10
.short 20241 ## 0x4f11
.short 20239 ## 0x4f0f
.short 20210 ## 0x4ef2
.short 20214 ## 0x4ef6
.short 20219 ## 0x4efb
.short 20208 ## 0x4ef0
.short 20211 ## 0x4ef3
.short 20221 ## 0x4efd
.short 20225 ## 0x4f01
.short 20235 ## 0x4f0b
.short 20809 ## 0x5149
.short 20807 ## 0x5147
.short 20806 ## 0x5146
.short 20808 ## 0x5148
.short 20840 ## 0x5168
.short 20849 ## 0x5171
.short 20877 ## 0x518d
.short 20912 ## 0x51b0
.short 21015 ## 0x5217
.short 21009 ## 0x5211
.short 21010 ## 0x5212
.short 21006 ## 0x520e
.short 21014 ## 0x5216
.short 21155 ## 0x52a3
.short 21256 ## 0x5308
.short 21281 ## 0x5321
.short 21280 ## 0x5320
.short 21360 ## 0x5370
.short 21361 ## 0x5371
.short 21513 ## 0x5409
.short 21519 ## 0x540f
.short 21516 ## 0x540c
.short 21514 ## 0x540a
.short 21520 ## 0x5410
.short 21505 ## 0x5401
.short 21515 ## 0x540b
.short 21508 ## 0x5404
.short 21521 ## 0x5411
.short 21517 ## 0x540d
.short 21512 ## 0x5408
.short 21507 ## 0x5403
.short 21518 ## 0x540e
.short 21510 ## 0x5406
.short 21522 ## 0x5412
.short 22240 ## 0x56e0
.short 22238 ## 0x56de
.short 22237 ## 0x56dd
.short 22323 ## 0x5733
.short 22320 ## 0x5730
.short 22312 ## 0x5728
.short 22317 ## 0x572d
.short 22316 ## 0x572c
.short 22319 ## 0x572f
.short 22313 ## 0x5729
.short 22809 ## 0x5919
.short 22810 ## 0x591a
.short 22839 ## 0x5937
.short 22840 ## 0x5938
.short 22916 ## 0x5984
.short 22904 ## 0x5978
.short 22915 ## 0x5983
.short 22909 ## 0x597d
.short 22905 ## 0x5979
.short 22914 ## 0x5982
.short 22913 ## 0x5981
.short 23383 ## 0x5b57
.short 23384 ## 0x5b58
.short 23431 ## 0x5b87
.short 23432 ## 0x5b88
.short 23429 ## 0x5b85
.short 23433 ## 0x5b89
.short 23546 ## 0x5bfa
.short 23574 ## 0x5c16
.short 23673 ## 0x5c79
.short 24030 ## 0x5dde
.short 24070 ## 0x5e06
.short 24182 ## 0x5e76
.short 24180 ## 0x5e74
.short 24335 ## 0x5f0f
.short 24347 ## 0x5f1b
.short 24537 ## 0x5fd9
.short 24534 ## 0x5fd6
.short 25102 ## 0x620e
.short 25100 ## 0x620c
.short 25101 ## 0x620d
.short 25104 ## 0x6210
.short 25187 ## 0x6263
.short 25179 ## 0x625b
.short 25176 ## 0x6258
.short 25910 ## 0x6536
.short 26089 ## 0x65e9
.short 26088 ## 0x65e8
.short 26092 ## 0x65ec
.short 26093 ## 0x65ed
.short 26354 ## 0x66f2
.short 26355 ## 0x66f3
.short 26377 ## 0x6709
.short 26429 ## 0x673d
.short 26420 ## 0x6734
.short 26417 ## 0x6731
.short 26421 ## 0x6735
.short 27425 ## 0x6b21
.short 27492 ## 0x6b64
.short 27515 ## 0x6b7b
.short 27670 ## 0x6c16
.short 27741 ## 0x6c5d
.short 27735 ## 0x6c57
.short 27737 ## 0x6c59
.short 27743 ## 0x6c5f
.short 27744 ## 0x6c60
.short 27728 ## 0x6c50
.short 27733 ## 0x6c55
.short 27745 ## 0x6c61
.short 27739 ## 0x6c5b
.short 27725 ## 0x6c4d
.short 27726 ## 0x6c4e
.short 28784 ## 0x7070
.short 29279 ## 0x725f
.short 29277 ## 0x725d
.short 30334 ## 0x767e
.short 31481 ## 0x7af9
.short 31859 ## 0x7c73
.short 31992 ## 0x7cf8
.short 32566 ## 0x7f36
.short 32650 ## 0x7f8a
.short 32701 ## 0x7fbd
.short 32769 ## 0x8001
.short 32771 ## 0x8003
.short 32780 ## 0x800c
.short 32786 ## 0x8012
.short 32819 ## 0x8033
.short 32895 ## 0x807f
.short 32905 ## 0x8089
.short 32907 ## 0x808b
.short 32908 ## 0x808c
.short 33251 ## 0x81e3
.short 33258 ## 0x81ea
.short 33267 ## 0x81f3
.short 33276 ## 0x81fc
.short 33292 ## 0x820c
.short 33307 ## 0x821b
.short 33311 ## 0x821f
.short 33390 ## 0x826e
.short 33394 ## 0x8272
.short 33406 ## 0x827e
.short 34411 ## 0x866b
.short 34880 ## 0x8840
.short 34892 ## 0x884c
.short 34915 ## 0x8863
.short 35199 ## 0x897f
.short 38433 ## 0x9621
.short 20018 ## 0x4e32
.short 20136 ## 0x4ea8
.short 20301 ## 0x4f4d
.short 20303 ## 0x4f4f
.short 20295 ## 0x4f47
.short 20311 ## 0x4f57
.short 20318 ## 0x4f5e
.short 20276 ## 0x4f34
.short 20315 ## 0x4f5b
.short 20309 ## 0x4f55
.short 20272 ## 0x4f30
.short 20304 ## 0x4f50
.short 20305 ## 0x4f51
.short 20285 ## 0x4f3d
.short 20282 ## 0x4f3a
.short 20280 ## 0x4f38
.short 20291 ## 0x4f43
.short 20308 ## 0x4f54
.short 20284 ## 0x4f3c
.short 20294 ## 0x4f46
.short 20323 ## 0x4f63
.short 20316 ## 0x4f5c
.short 20320 ## 0x4f60
.short 20271 ## 0x4f2f
.short 20302 ## 0x4f4e
.short 20278 ## 0x4f36
.short 20313 ## 0x4f59
.short 20317 ## 0x4f5d
.short 20296 ## 0x4f48
.short 20314 ## 0x4f5a
.short 20812 ## 0x514c
.short 20811 ## 0x514b
.short 20813 ## 0x514d
.short 20853 ## 0x5175
.short 20918 ## 0x51b6
.short 20919 ## 0x51b7
.short 21029 ## 0x5225
.short 21028 ## 0x5224
.short 21033 ## 0x5229
.short 21034 ## 0x522a
.short 21032 ## 0x5228
.short 21163 ## 0x52ab
.short 21161 ## 0x52a9
.short 21162 ## 0x52aa
.short 21164 ## 0x52ac
.short 21283 ## 0x5323
.short 21363 ## 0x5373
.short 21365 ## 0x5375
.short 21533 ## 0x541d
.short 21549 ## 0x542d
.short 21534 ## 0x541e
.short 21566 ## 0x543e
.short 21542 ## 0x5426
.short 21582 ## 0x544e
.short 21543 ## 0x5427
.short 21574 ## 0x5446
.short 21571 ## 0x5443
.short 21555 ## 0x5433
.short 21576 ## 0x5448
.short 21570 ## 0x5442
.short 21531 ## 0x541b
.short 21545 ## 0x5429
.short 21578 ## 0x544a
.short 21561 ## 0x5439
.short 21563 ## 0x543b
.short 21560 ## 0x5438
.short 21550 ## 0x542e
.short 21557 ## 0x5435
.short 21558 ## 0x5436
.short 21536 ## 0x5420
.short 21564 ## 0x543c
.short 21568 ## 0x5440
.short 21553 ## 0x5431
.short 21547 ## 0x542b
.short 21535 ## 0x541f
.short 21548 ## 0x542c
.short 22250 ## 0x56ea
.short 22256 ## 0x56f0
.short 22244 ## 0x56e4
.short 22251 ## 0x56eb
.short 22346 ## 0x574a
.short 22353 ## 0x5751
.short 22336 ## 0x5740
.short 22349 ## 0x574d
.short 22343 ## 0x5747
.short 22350 ## 0x574e
.short 22334 ## 0x573e
.short 22352 ## 0x5750
.short 22351 ## 0x574f
.short 22331 ## 0x573b
.short 22767 ## 0x58ef
.short 22846 ## 0x593e
.short 22941 ## 0x599d
.short 22930 ## 0x5992
.short 22952 ## 0x59a8
.short 22942 ## 0x599e
.short 22947 ## 0x59a3
.short 22937 ## 0x5999
.short 22934 ## 0x5996
.short 22925 ## 0x598d
.short 22948 ## 0x59a4
.short 22931 ## 0x5993
.short 22922 ## 0x598a
.short 22949 ## 0x59a5
.short 23389 ## 0x5b5d
.short 23388 ## 0x5b5c
.short 23386 ## 0x5b5a
.short 23387 ## 0x5b5b
.short 23436 ## 0x5b8c
.short 23435 ## 0x5b8b
.short 23439 ## 0x5b8f
.short 23596 ## 0x5c2c
.short 23616 ## 0x5c40
.short 23617 ## 0x5c41
.short 23615 ## 0x5c3f
.short 23614 ## 0x5c3e
.short 23696 ## 0x5c90
.short 23697 ## 0x5c91
.short 23700 ## 0x5c94
.short 23692 ## 0x5c8c
.short 24043 ## 0x5deb
.short 24076 ## 0x5e0c
.short 24207 ## 0x5e8f
.short 24199 ## 0x5e87
.short 24202 ## 0x5e8a
.short 24311 ## 0x5ef7
.short 24324 ## 0x5f04
.short 24351 ## 0x5f1f
.short 24420 ## 0x5f64
.short 24418 ## 0x5f62
.short 24439 ## 0x5f77
.short 24441 ## 0x5f79
.short 24536 ## 0x5fd8
.short 24524 ## 0x5fcc
.short 24535 ## 0x5fd7
.short 24525 ## 0x5fcd
.short 24561 ## 0x5ff1
.short 24555 ## 0x5feb
.short 24568 ## 0x5ff8
.short 24554 ## 0x5fea
.short 25106 ## 0x6212
.short 25105 ## 0x6211
.short 25220 ## 0x6284
.short 25239 ## 0x6297
.short 25238 ## 0x6296
.short 25216 ## 0x6280
.short 25206 ## 0x6276
.short 25225 ## 0x6289
.short 25197 ## 0x626d
.short 25226 ## 0x628a
.short 25212 ## 0x627c
.short 25214 ## 0x627e
.short 25209 ## 0x6279
.short 25203 ## 0x6273
.short 25234 ## 0x6292
.short 25199 ## 0x626f
.short 25240 ## 0x6298
.short 25198 ## 0x626e
.short 25237 ## 0x6295
.short 25235 ## 0x6293
.short 25233 ## 0x6291
.short 25222 ## 0x6286
.short 25913 ## 0x6539
.short 25915 ## 0x653b
.short 25912 ## 0x6538
.short 26097 ## 0x65f1
.short 26356 ## 0x66f4
.short 26463 ## 0x675f
.short 26446 ## 0x674e
.short 26447 ## 0x674f
.short 26448 ## 0x6750
.short 26449 ## 0x6751
.short 26460 ## 0x675c
.short 26454 ## 0x6756
.short 26462 ## 0x675e
.short 26441 ## 0x6749
.short 26438 ## 0x6746
.short 26464 ## 0x6760
.short 26451 ## 0x6753
.short 26455 ## 0x6757
.short 27493 ## 0x6b65
.short 27599 ## 0x6bcf
.short 27714 ## 0x6c42
.short 27742 ## 0x6c5e
.short 27801 ## 0x6c99
.short 27777 ## 0x6c81
.short 27784 ## 0x6c88
.short 27785 ## 0x6c89
.short 27781 ## 0x6c85
.short 27803 ## 0x6c9b
.short 27754 ## 0x6c6a
.short 27770 ## 0x6c7a
.short 27792 ## 0x6c90
.short 27760 ## 0x6c70
.short 27788 ## 0x6c8c
.short 27752 ## 0x6c68
.short 27798 ## 0x6c96
.short 27794 ## 0x6c92
.short 27773 ## 0x6c7d
.short 27779 ## 0x6c83
.short 27762 ## 0x6c72
.short 27774 ## 0x6c7e
.short 27764 ## 0x6c74
.short 27782 ## 0x6c86
.short 27766 ## 0x6c76
.short 27789 ## 0x6c8d
.short 27796 ## 0x6c94
.short 27800 ## 0x6c98
.short 27778 ## 0x6c82
.short 28790 ## 0x7076
.short 28796 ## 0x707c
.short 28797 ## 0x707d
.short 28792 ## 0x7078
.short 29282 ## 0x7262
.short 29281 ## 0x7261
.short 29280 ## 0x7260
.short 29380 ## 0x72c4
.short 29378 ## 0x72c2
.short 29590 ## 0x7396
.short 29996 ## 0x752c
.short 29995 ## 0x752b
.short 30007 ## 0x7537
.short 30008 ## 0x7538
.short 30338 ## 0x7682
.short 30447 ## 0x76ef
.short 30691 ## 0x77e3
.short 31169 ## 0x79c1
.short 31168 ## 0x79c0
.short 31167 ## 0x79bf
.short 31350 ## 0x7a76
.short 31995 ## 0x7cfb
.short 32597 ## 0x7f55
.short 32918 ## 0x8096
.short 32915 ## 0x8093
.short 32925 ## 0x809d
.short 32920 ## 0x8098
.short 32923 ## 0x809b
.short 32922 ## 0x809a
.short 32946 ## 0x80b2
.short 33391 ## 0x826f
.short 33426 ## 0x8292
.short 33419 ## 0x828b
.short 33421 ## 0x828d
.short 35211 ## 0x898b
.short 35282 ## 0x89d2
.short 35328 ## 0x8a00
.short 35895 ## 0x8c37
.short 35910 ## 0x8c46
.short 35925 ## 0x8c55
.short 35997 ## 0x8c9d
.short 36196 ## 0x8d64
.short 36208 ## 0x8d70
.short 36275 ## 0x8db3
.short 36523 ## 0x8eab
.short 36554 ## 0x8eca
.short 36763 ## 0x8f9b
.short 36784 ## 0x8fb0
.short 36802 ## 0x8fc2
.short 36806 ## 0x8fc6
.short 36805 ## 0x8fc5
.short 36804 ## 0x8fc4
.short 24033 ## 0x5de1
.short 37009 ## 0x9091
.short 37026 ## 0x90a2
.short 37034 ## 0x90aa
.short 37030 ## 0x90a6
.short 37027 ## 0x90a3
.short 37193 ## 0x9149
.short 37318 ## 0x91c6
.short 37324 ## 0x91cc
.short 38450 ## 0x9632
.short 38446 ## 0x962e
.short 38449 ## 0x9631
.short 38442 ## 0x962a
.short 38444 ## 0x962c
.short 20006 ## 0x4e26
.short 20054 ## 0x4e56
.short 20083 ## 0x4e73
.short 20107 ## 0x4e8b
.short 20123 ## 0x4e9b
.short 20126 ## 0x4e9e
.short 20139 ## 0x4eab
.short 20140 ## 0x4eac
.short 20335 ## 0x4f6f
.short 20381 ## 0x4f9d
.short 20365 ## 0x4f8d
.short 20339 ## 0x4f73
.short 20351 ## 0x4f7f
.short 20332 ## 0x4f6c
.short 20379 ## 0x4f9b
.short 20363 ## 0x4f8b
.short 20358 ## 0x4f86
.short 20355 ## 0x4f83
.short 20336 ## 0x4f70
.short 20341 ## 0x4f75
.short 20360 ## 0x4f88
.short 20329 ## 0x4f69
.short 20347 ## 0x4f7b
.short 20374 ## 0x4f96
.short 20350 ## 0x4f7e
.short 20367 ## 0x4f8f
.short 20369 ## 0x4f91
.short 20346 ## 0x4f7a
.short 20820 ## 0x5154
.short 20818 ## 0x5152
.short 20821 ## 0x5155
.short 20841 ## 0x5169
.short 20855 ## 0x5177
.short 20854 ## 0x5176
.short 20856 ## 0x5178
.short 20925 ## 0x51bd
.short 20989 ## 0x51fd
.short 21051 ## 0x523b
.short 21048 ## 0x5238
.short 21047 ## 0x5237
.short 21050 ## 0x523a
.short 21040 ## 0x5230
.short 21038 ## 0x522e
.short 21046 ## 0x5236
.short 21057 ## 0x5241
.short 21182 ## 0x52be
.short 21179 ## 0x52bb
.short 21330 ## 0x5352
.short 21332 ## 0x5354
.short 21331 ## 0x5353
.short 21329 ## 0x5351
.short 21350 ## 0x5366
.short 21367 ## 0x5377
.short 21368 ## 0x5378
.short 21369 ## 0x5379
.short 21462 ## 0x53d6
.short 21460 ## 0x53d4
.short 21463 ## 0x53d7
.short 21619 ## 0x5473
.short 21621 ## 0x5475
.short 21654 ## 0x5496
.short 21624 ## 0x5478
.short 21653 ## 0x5495
.short 21632 ## 0x5480
.short 21627 ## 0x547b
.short 21623 ## 0x5477
.short 21636 ## 0x5484
.short 21650 ## 0x5492
.short 21638 ## 0x5486
.short 21628 ## 0x547c
.short 21648 ## 0x5490
.short 21617 ## 0x5471
.short 21622 ## 0x5476
.short 21644 ## 0x548c
.short 21658 ## 0x549a
.short 21602 ## 0x5462
.short 21608 ## 0x5468
.short 21643 ## 0x548b
.short 21629 ## 0x547d
.short 21646 ## 0x548e
.short 22266 ## 0x56fa
.short 22403 ## 0x5783
.short 22391 ## 0x5777
.short 22378 ## 0x576a
.short 22377 ## 0x5769
.short 22369 ## 0x5761
.short 22374 ## 0x5766
.short 22372 ## 0x5764
.short 22396 ## 0x577c
.short 22812 ## 0x591c
.short 22857 ## 0x5949
.short 22855 ## 0x5947
.short 22856 ## 0x5948
.short 22852 ## 0x5944
.short 22868 ## 0x5954
.short 22974 ## 0x59be
.short 22971 ## 0x59bb
.short 22996 ## 0x59d4
.short 22969 ## 0x59b9
.short 22958 ## 0x59ae
.short 22993 ## 0x59d1
.short 22982 ## 0x59c6
.short 22992 ## 0x59d0
.short 22989 ## 0x59cd
.short 22987 ## 0x59cb
.short 22995 ## 0x59d3
.short 22986 ## 0x59ca
.short 22959 ## 0x59af
.short 22963 ## 0x59b3
.short 22994 ## 0x59d2
.short 22981 ## 0x59c5
.short 23391 ## 0x5b5f
.short 23396 ## 0x5b64
.short 23395 ## 0x5b63
.short 23447 ## 0x5b97
.short 23450 ## 0x5b9a
.short 23448 ## 0x5b98
.short 23452 ## 0x5b9c
.short 23449 ## 0x5b99
.short 23451 ## 0x5b9b
.short 23578 ## 0x5c1a
.short 23624 ## 0x5c48
.short 23621 ## 0x5c45
.short 23622 ## 0x5c46
.short 23735 ## 0x5cb7
.short 23713 ## 0x5ca1
.short 23736 ## 0x5cb8
.short 23721 ## 0x5ca9
.short 23723 ## 0x5cab
.short 23729 ## 0x5cb1
.short 23731 ## 0x5cb3
.short 24088 ## 0x5e18
.short 24090 ## 0x5e1a
.short 24086 ## 0x5e16
.short 24085 ## 0x5e15
.short 24091 ## 0x5e1b
.short 24081 ## 0x5e11
.short 24184 ## 0x5e78
.short 24218 ## 0x5e9a
.short 24215 ## 0x5e97
.short 24220 ## 0x5e9c
.short 24213 ## 0x5e95
.short 24214 ## 0x5e96
.short 24310 ## 0x5ef6
.short 24358 ## 0x5f26
.short 24359 ## 0x5f27
.short 24361 ## 0x5f29
.short 24448 ## 0x5f80
.short 24449 ## 0x5f81
.short 24447 ## 0x5f7f
.short 24444 ## 0x5f7c
.short 24541 ## 0x5fdd
.short 24544 ## 0x5fe0
.short 24573 ## 0x5ffd
.short 24565 ## 0x5ff5
.short 24575 ## 0x5fff
.short 24591 ## 0x600f
.short 24596 ## 0x6014
.short 24623 ## 0x602f
.short 24629 ## 0x6035
.short 24598 ## 0x6016
.short 24618 ## 0x602a
.short 24597 ## 0x6015
.short 24609 ## 0x6021
.short 24615 ## 0x6027
.short 24617 ## 0x6029
.short 24619 ## 0x602b
.short 24603 ## 0x601b
.short 25110 ## 0x6216
.short 25109 ## 0x6215
.short 25151 ## 0x623f
.short 25150 ## 0x623e
.short 25152 ## 0x6240
.short 25215 ## 0x627f
.short 25289 ## 0x62c9
.short 25292 ## 0x62cc
.short 25284 ## 0x62c4
.short 25279 ## 0x62bf
.short 25282 ## 0x62c2
.short 25273 ## 0x62b9
.short 25298 ## 0x62d2
.short 25307 ## 0x62db
.short 25259 ## 0x62ab
.short 25299 ## 0x62d3
.short 25300 ## 0x62d4
.short 25291 ## 0x62cb
.short 25288 ## 0x62c8
.short 25256 ## 0x62a8
.short 25277 ## 0x62bd
.short 25276 ## 0x62bc
.short 25296 ## 0x62d0
.short 25305 ## 0x62d9
.short 25287 ## 0x62c7
.short 25293 ## 0x62cd
.short 25269 ## 0x62b5
.short 25306 ## 0x62da
.short 25265 ## 0x62b1
.short 25304 ## 0x62d8
.short 25302 ## 0x62d6
.short 25303 ## 0x62d7
.short 25286 ## 0x62c6
.short 25260 ## 0x62ac
.short 25294 ## 0x62ce
.short 25918 ## 0x653e
.short 26023 ## 0x65a7
.short 26044 ## 0x65bc
.short 26106 ## 0x65fa
.short 26132 ## 0x6614
.short 26131 ## 0x6613
.short 26124 ## 0x660c
.short 26118 ## 0x6606
.short 26114 ## 0x6602
.short 26126 ## 0x660e
.short 26112 ## 0x6600
.short 26127 ## 0x660f
.short 26133 ## 0x6615
.short 26122 ## 0x660a
.short 26119 ## 0x6607
.short 26381 ## 0x670d
.short 26379 ## 0x670b
.short 26477 ## 0x676d
.short 26507 ## 0x678b
.short 26517 ## 0x6795
.short 26481 ## 0x6771
.short 26524 ## 0x679c
.short 26483 ## 0x6773
.short 26487 ## 0x6777
.short 26503 ## 0x6787
.short 26525 ## 0x679d
.short 26519 ## 0x6797
.short 26479 ## 0x676f
.short 26480 ## 0x6770
.short 26495 ## 0x677f
.short 26505 ## 0x6789
.short 26494 ## 0x677e
.short 26512 ## 0x6790
.short 26485 ## 0x6775
.short 26522 ## 0x679a
.short 26515 ## 0x6793
.short 26492 ## 0x677c
.short 26474 ## 0x676a
.short 26482 ## 0x6772
.short 27427 ## 0x6b23
.short 27494 ## 0x6b66
.short 27495 ## 0x6b67
.short 27519 ## 0x6b7f
.short 27667 ## 0x6c13
.short 27675 ## 0x6c1b
.short 27875 ## 0x6ce3
.short 27880 ## 0x6ce8
.short 27891 ## 0x6cf3
.short 27825 ## 0x6cb1
.short 27852 ## 0x6ccc
.short 27877 ## 0x6ce5
.short 27827 ## 0x6cb3
.short 27837 ## 0x6cbd
.short 27838 ## 0x6cbe
.short 27836 ## 0x6cbc
.short 27874 ## 0x6ce2
.short 27819 ## 0x6cab
.short 27861 ## 0x6cd5
.short 27859 ## 0x6cd3
.short 27832 ## 0x6cb8
.short 27844 ## 0x6cc4
.short 27833 ## 0x6cb9
.short 27841 ## 0x6cc1
.short 27822 ## 0x6cae
.short 27863 ## 0x6cd7
.short 27845 ## 0x6cc5
.short 27889 ## 0x6cf1
.short 27839 ## 0x6cbf
.short 27835 ## 0x6cbb
.short 27873 ## 0x6ce1
.short 27867 ## 0x6cdb
.short 27850 ## 0x6cca
.short 27820 ## 0x6cac
.short 27887 ## 0x6cef
.short 27868 ## 0x6cdc
.short 27862 ## 0x6cd6
.short 27872 ## 0x6ce0
.short 28821 ## 0x7095
.short 28814 ## 0x708e
.short 28818 ## 0x7092
.short 28810 ## 0x708a
.short 28825 ## 0x7099
.short 29228 ## 0x722c
.short 29229 ## 0x722d
.short 29240 ## 0x7238
.short 29256 ## 0x7248
.short 29287 ## 0x7267
.short 29289 ## 0x7269
.short 29376 ## 0x72c0
.short 29390 ## 0x72ce
.short 29401 ## 0x72d9
.short 29399 ## 0x72d7
.short 29392 ## 0x72d0
.short 29609 ## 0x73a9
.short 29608 ## 0x73a8
.short 29599 ## 0x739f
.short 29611 ## 0x73ab
.short 29605 ## 0x73a5
.short 30013 ## 0x753d
.short 30109 ## 0x759d
.short 30105 ## 0x7599
.short 30106 ## 0x759a
.short 30340 ## 0x7684
.short 30402 ## 0x76c2
.short 30450 ## 0x76f2
.short 30452 ## 0x76f4
.short 30693 ## 0x77e5
.short 30717 ## 0x77fd
.short 31038 ## 0x793e
.short 31040 ## 0x7940
.short 31041 ## 0x7941
.short 31177 ## 0x79c9
.short 31176 ## 0x79c8
.short 31354 ## 0x7a7a
.short 31353 ## 0x7a79
.short 31482 ## 0x7afa
.short 31998 ## 0x7cfe
.short 32596 ## 0x7f54
.short 32652 ## 0x7f8c
.short 32651 ## 0x7f8b
.short 32773 ## 0x8005
.short 32954 ## 0x80ba
.short 32933 ## 0x80a5
.short 32930 ## 0x80a2
.short 32945 ## 0x80b1
.short 32929 ## 0x80a1
.short 32939 ## 0x80ab
.short 32937 ## 0x80a9
.short 32948 ## 0x80b4
.short 32938 ## 0x80aa
.short 32943 ## 0x80af
.short 33253 ## 0x81e5
.short 33278 ## 0x81fe
.short 33293 ## 0x820d
.short 33459 ## 0x82b3
.short 33437 ## 0x829d
.short 33433 ## 0x8299
.short 33453 ## 0x82ad
.short 33469 ## 0x82bd
.short 33439 ## 0x829f
.short 33465 ## 0x82b9
.short 33457 ## 0x82b1
.short 33452 ## 0x82ac
.short 33445 ## 0x82a5
.short 33455 ## 0x82af
.short 33464 ## 0x82b8
.short 33443 ## 0x82a3
.short 33456 ## 0x82b0
.short 33470 ## 0x82be
.short 33463 ## 0x82b7
.short 34382 ## 0x864e
.short 34417 ## 0x8671
.short 21021 ## 0x521d
.short 34920 ## 0x8868
.short 36555 ## 0x8ecb
.short 36814 ## 0x8fce
.short 36820 ## 0x8fd4
.short 36817 ## 0x8fd1
.short 37045 ## 0x90b5
.short 37048 ## 0x90b8
.short 37041 ## 0x90b1
.short 37046 ## 0x90b6
.short 37319 ## 0x91c7
.short 37329 ## 0x91d1
.short 38263 ## 0x9577
.short 38272 ## 0x9580
.short 38428 ## 0x961c
.short 38464 ## 0x9640
.short 38463 ## 0x963f
.short 38459 ## 0x963b
.short 38468 ## 0x9644
.short 38466 ## 0x9642
.short 38585 ## 0x96b9
.short 38632 ## 0x96e8
.short 38738 ## 0x9752
.short 38750 ## 0x975e
.short 20127 ## 0x4e9f
.short 20141 ## 0x4ead
.short 20142 ## 0x4eae
.short 20449 ## 0x4fe1
.short 20405 ## 0x4fb5
.short 20399 ## 0x4faf
.short 20415 ## 0x4fbf
.short 20448 ## 0x4fe0
.short 20433 ## 0x4fd1
.short 20431 ## 0x4fcf
.short 20445 ## 0x4fdd
.short 20419 ## 0x4fc3
.short 20406 ## 0x4fb6
.short 20440 ## 0x4fd8
.short 20447 ## 0x4fdf
.short 20426 ## 0x4fca
.short 20439 ## 0x4fd7
.short 20398 ## 0x4fae
.short 20432 ## 0x4fd0
.short 20420 ## 0x4fc4
.short 20418 ## 0x4fc2
.short 20442 ## 0x4fda
.short 20430 ## 0x4fce
.short 20446 ## 0x4fde
.short 20407 ## 0x4fb7
.short 20823 ## 0x5157
.short 20882 ## 0x5192
.short 20881 ## 0x5191
.short 20896 ## 0x51a0
.short 21070 ## 0x524e
.short 21059 ## 0x5243
.short 21066 ## 0x524a
.short 21069 ## 0x524d
.short 21068 ## 0x524c
.short 21067 ## 0x524b
.short 21063 ## 0x5247
.short 21191 ## 0x52c7
.short 21193 ## 0x52c9
.short 21187 ## 0x52c3
.short 21185 ## 0x52c1
.short 21261 ## 0x530d
.short 21335 ## 0x5357
.short 21371 ## 0x537b
.short 21402 ## 0x539a
.short 21467 ## 0x53db
.short 21676 ## 0x54ac
.short 21696 ## 0x54c0
.short 21672 ## 0x54a8
.short 21710 ## 0x54ce
.short 21705 ## 0x54c9
.short 21688 ## 0x54b8
.short 21670 ## 0x54a6
.short 21683 ## 0x54b3
.short 21703 ## 0x54c7
.short 21698 ## 0x54c2
.short 21693 ## 0x54bd
.short 21674 ## 0x54aa
.short 21697 ## 0x54c1
.short 21700 ## 0x54c4
.short 21704 ## 0x54c8
.short 21679 ## 0x54af
.short 21675 ## 0x54ab
.short 21681 ## 0x54b1
.short 21691 ## 0x54bb
.short 21673 ## 0x54a9
.short 21671 ## 0x54a7
.short 21695 ## 0x54bf
.short 22271 ## 0x56ff
.short 22402 ## 0x5782
.short 22411 ## 0x578b
.short 22432 ## 0x57a0
.short 22435 ## 0x57a3
.short 22434 ## 0x57a2
.short 22478 ## 0x57ce
.short 22446 ## 0x57ae
.short 22419 ## 0x5793
.short 22869 ## 0x5955
.short 22865 ## 0x5951
.short 22863 ## 0x594f
.short 22862 ## 0x594e
.short 22864 ## 0x5950
.short 23004 ## 0x59dc
.short 23000 ## 0x59d8
.short 23039 ## 0x59ff
.short 23011 ## 0x59e3
.short 23016 ## 0x59e8
.short 23043 ## 0x5a03
.short 23013 ## 0x59e5
.short 23018 ## 0x59ea
.short 23002 ## 0x59da
.short 23014 ## 0x59e6
.short 23041 ## 0x5a01
.short 23035 ## 0x59fb
.short 23401 ## 0x5b69
.short 23459 ## 0x5ba3
.short 23462 ## 0x5ba6
.short 23460 ## 0x5ba4
.short 23458 ## 0x5ba2
.short 23461 ## 0x5ba5
.short 23553 ## 0x5c01
.short 23630 ## 0x5c4e
.short 23631 ## 0x5c4f
.short 23629 ## 0x5c4d
.short 23627 ## 0x5c4b
.short 23769 ## 0x5cd9
.short 23762 ## 0x5cd2
.short 24055 ## 0x5df7
.short 24093 ## 0x5e1d
.short 24101 ## 0x5e25
.short 24095 ## 0x5e1f
.short 24189 ## 0x5e7d
.short 24224 ## 0x5ea0
.short 24230 ## 0x5ea6
.short 24314 ## 0x5efa
.short 24328 ## 0x5f08
.short 24365 ## 0x5f2d
.short 24421 ## 0x5f65
.short 24456 ## 0x5f88
.short 24453 ## 0x5f85
.short 24458 ## 0x5f8a
.short 24459 ## 0x5f8b
.short 24455 ## 0x5f87
.short 24460 ## 0x5f8c
.short 24457 ## 0x5f89
.short 24594 ## 0x6012
.short 24605 ## 0x601d
.short 24608 ## 0x6020
.short 24613 ## 0x6025
.short 24590 ## 0x600e
.short 24616 ## 0x6028
.short 24653 ## 0x604d
.short 24688 ## 0x6070
.short 24680 ## 0x6068
.short 24674 ## 0x6062
.short 24646 ## 0x6046
.short 24643 ## 0x6043
.short 24684 ## 0x606c
.short 24683 ## 0x606b
.short 24682 ## 0x606a
.short 24676 ## 0x6064
.short 25153 ## 0x6241
.short 25308 ## 0x62dc
.short 25366 ## 0x6316
.short 25353 ## 0x6309
.short 25340 ## 0x62fc
.short 25325 ## 0x62ed
.short 25345 ## 0x6301
.short 25326 ## 0x62ee
.short 25341 ## 0x62fd
.short 25351 ## 0x6307
.short 25329 ## 0x62f1
.short 25335 ## 0x62f7
.short 25327 ## 0x62ef
.short 25324 ## 0x62ec
.short 25342 ## 0x62fe
.short 25332 ## 0x62f4
.short 25361 ## 0x6311
.short 25346 ## 0x6302
.short 25919 ## 0x653f
.short 25925 ## 0x6545
.short 26027 ## 0x65ab
.short 26045 ## 0x65bd
.short 26082 ## 0x65e2
.short 26149 ## 0x6625
.short 26157 ## 0x662d
.short 26144 ## 0x6620
.short 26151 ## 0x6627
.short 26159 ## 0x662f
.short 26143 ## 0x661f
.short 26152 ## 0x6628
.short 26161 ## 0x6631
.short 26148 ## 0x6624
.short 26359 ## 0x66f7
.short 26623 ## 0x67ff
.short 26579 ## 0x67d3
.short 26609 ## 0x67f1
.short 26580 ## 0x67d4
.short 26576 ## 0x67d0
.short 26604 ## 0x67ec
.short 26550 ## 0x67b6
.short 26543 ## 0x67af
.short 26613 ## 0x67f5
.short 26601 ## 0x67e9
.short 26607 ## 0x67ef
.short 26564 ## 0x67c4
.short 26577 ## 0x67d1
.short 26548 ## 0x67b4
.short 26586 ## 0x67da
.short 26597 ## 0x67e5
.short 26552 ## 0x67b8
.short 26575 ## 0x67cf
.short 26590 ## 0x67de
.short 26611 ## 0x67f3
.short 26544 ## 0x67b0
.short 26585 ## 0x67d9
.short 26594 ## 0x67e2
.short 26589 ## 0x67dd
.short 26578 ## 0x67d2
.short 27498 ## 0x6b6a
.short 27523 ## 0x6b83
.short 27526 ## 0x6b86
.short 27573 ## 0x6bb5
.short 27602 ## 0x6bd2
.short 27607 ## 0x6bd7
.short 27679 ## 0x6c1f
.short 27849 ## 0x6cc9
.short 27915 ## 0x6d0b
.short 27954 ## 0x6d32
.short 27946 ## 0x6d2a
.short 27969 ## 0x6d41
.short 27941 ## 0x6d25
.short 27916 ## 0x6d0c
.short 27953 ## 0x6d31
.short 27934 ## 0x6d1e
.short 27927 ## 0x6d17
.short 27963 ## 0x6d3b
.short 27965 ## 0x6d3d
.short 27966 ## 0x6d3e
.short 27958 ## 0x6d36
.short 27931 ## 0x6d1b
.short 27893 ## 0x6cf5
.short 27961 ## 0x6d39
.short 27943 ## 0x6d27
.short 27960 ## 0x6d38
.short 27945 ## 0x6d29
.short 27950 ## 0x6d2e
.short 27957 ## 0x6d35
.short 27918 ## 0x6d0e
.short 27947 ## 0x6d2b
.short 28843 ## 0x70ab
.short 28858 ## 0x70ba
.short 28851 ## 0x70b3
.short 28844 ## 0x70ac
.short 28847 ## 0x70af
.short 28845 ## 0x70ad
.short 28856 ## 0x70b8
.short 28846 ## 0x70ae
.short 28836 ## 0x70a4
.short 29232 ## 0x7230
.short 29298 ## 0x7272
.short 29295 ## 0x726f
.short 29300 ## 0x7274
.short 29417 ## 0x72e9
.short 29408 ## 0x72e0
.short 29409 ## 0x72e1
.short 29623 ## 0x73b7
.short 29642 ## 0x73ca
.short 29627 ## 0x73bb
.short 29618 ## 0x73b2
.short 29645 ## 0x73cd
.short 29632 ## 0x73c0
.short 29619 ## 0x73b3
.short 29978 ## 0x751a
.short 29997 ## 0x752d
.short 30031 ## 0x754f
.short 30028 ## 0x754c
.short 30030 ## 0x754e
.short 30027 ## 0x754b
.short 30123 ## 0x75ab
.short 30116 ## 0x75a4
.short 30117 ## 0x75a5
.short 30114 ## 0x75a2
.short 30115 ## 0x75a3
.short 30328 ## 0x7678
.short 30342 ## 0x7686
.short 30343 ## 0x7687
.short 30344 ## 0x7688
.short 30408 ## 0x76c8
.short 30406 ## 0x76c6
.short 30403 ## 0x76c3
.short 30405 ## 0x76c5
.short 30465 ## 0x7701
.short 30457 ## 0x76f9
.short 30456 ## 0x76f8
.short 30473 ## 0x7709
.short 30475 ## 0x770b
.short 30462 ## 0x76fe
.short 30460 ## 0x76fc
.short 30471 ## 0x7707
.short 30684 ## 0x77dc
.short 30722 ## 0x7802
.short 30740 ## 0x7814
.short 30732 ## 0x780c
.short 30733 ## 0x780d
.short 31046 ## 0x7946
.short 31049 ## 0x7949
.short 31048 ## 0x7948
.short 31047 ## 0x7947
.short 31161 ## 0x79b9
.short 31162 ## 0x79ba
.short 31185 ## 0x79d1
.short 31186 ## 0x79d2
.short 31179 ## 0x79cb
.short 31359 ## 0x7a7f
.short 31361 ## 0x7a81
.short 31487 ## 0x7aff
.short 31485 ## 0x7afd
.short 31869 ## 0x7c7d
.short 32002 ## 0x7d02
.short 32005 ## 0x7d05
.short 32000 ## 0x7d00
.short 32009 ## 0x7d09
.short 32007 ## 0x7d07
.short 32004 ## 0x7d04
.short 32006 ## 0x7d06
.short 32568 ## 0x7f38
.short 32654 ## 0x7f8e
.short 32703 ## 0x7fbf
.short 32784 ## 0x8010
.short 32781 ## 0x800d
.short 32785 ## 0x8011
.short 32822 ## 0x8036
.short 32982 ## 0x80d6
.short 32997 ## 0x80e5
.short 32986 ## 0x80da
.short 32963 ## 0x80c3
.short 32964 ## 0x80c4
.short 32972 ## 0x80cc
.short 32993 ## 0x80e1
.short 32987 ## 0x80db
.short 32974 ## 0x80ce
.short 32990 ## 0x80de
.short 32996 ## 0x80e4
.short 32989 ## 0x80dd
.short 33268 ## 0x81f4
.short 33314 ## 0x8222
.short 33511 ## 0x82e7
.short 33539 ## 0x8303
.short 33541 ## 0x8305
.short 33507 ## 0x82e3
.short 33499 ## 0x82db
.short 33510 ## 0x82e6
.short 33540 ## 0x8304
.short 33509 ## 0x82e5
.short 33538 ## 0x8302
.short 33545 ## 0x8309
.short 33490 ## 0x82d2
.short 33495 ## 0x82d7
.short 33521 ## 0x82f1
.short 33537 ## 0x8301
.short 33500 ## 0x82dc
.short 33492 ## 0x82d4
.short 33489 ## 0x82d1
.short 33502 ## 0x82de
.short 33491 ## 0x82d3
.short 33503 ## 0x82df
.short 33519 ## 0x82ef
.short 33542 ## 0x8306
.short 34384 ## 0x8650
.short 34425 ## 0x8679
.short 34427 ## 0x867b
.short 34426 ## 0x867a
.short 34893 ## 0x884d
.short 34923 ## 0x886b
.short 35201 ## 0x8981
.short 35284 ## 0x89d4
.short 35336 ## 0x8a08
.short 35330 ## 0x8a02
.short 35331 ## 0x8a03
.short 35998 ## 0x8c9e
.short 36000 ## 0x8ca0
.short 36212 ## 0x8d74
.short 36211 ## 0x8d73
.short 36276 ## 0x8db4
.short 36557 ## 0x8ecd
.short 36556 ## 0x8ecc
.short 36848 ## 0x8ff0
.short 36838 ## 0x8fe6
.short 36834 ## 0x8fe2
.short 36842 ## 0x8fea
.short 36837 ## 0x8fe5
.short 36845 ## 0x8fed
.short 36843 ## 0x8feb
.short 36836 ## 0x8fe4
.short 36840 ## 0x8fe8
.short 37066 ## 0x90ca
.short 37070 ## 0x90ce
.short 37057 ## 0x90c1
.short 37059 ## 0x90c3
.short 37195 ## 0x914b
.short 37194 ## 0x914a
.short 37325 ## 0x91cd
.short 38274 ## 0x9582
.short 38480 ## 0x9650
.short 38475 ## 0x964b
.short 38476 ## 0x964c
.short 38477 ## 0x964d
.short 38754 ## 0x9762
.short 38761 ## 0x9769
.short 38859 ## 0x97cb
.short 38893 ## 0x97ed
.short 38899 ## 0x97f3
.short 38913 ## 0x9801
.short 39080 ## 0x98a8
.short 39131 ## 0x98db
.short 39135 ## 0x98df
.short 39318 ## 0x9996
.short 39321 ## 0x9999
.short 20056 ## 0x4e58
.short 20147 ## 0x4eb3
.short 20492 ## 0x500c
.short 20493 ## 0x500d
.short 20515 ## 0x5023
.short 20463 ## 0x4fef
.short 20518 ## 0x5026
.short 20517 ## 0x5025
.short 20472 ## 0x4ff8
.short 20521 ## 0x5029
.short 20502 ## 0x5016
.short 20486 ## 0x5006
.short 20540 ## 0x503c
.short 20511 ## 0x501f
.short 20506 ## 0x501a
.short 20498 ## 0x5012
.short 20497 ## 0x5011
.short 20474 ## 0x4ffa
.short 20480 ## 0x5000
.short 20500 ## 0x5014
.short 20520 ## 0x5028
.short 20465 ## 0x4ff1
.short 20513 ## 0x5021
.short 20491 ## 0x500b
.short 20505 ## 0x5019
.short 20504 ## 0x5018
.short 20467 ## 0x4ff3
.short 20462 ## 0x4fee
.short 20525 ## 0x502d
.short 20522 ## 0x502a
.short 20478 ## 0x4ffe
.short 20523 ## 0x502b
.short 20489 ## 0x5009
.short 20860 ## 0x517c
.short 20900 ## 0x51a4
.short 20901 ## 0x51a5
.short 20898 ## 0x51a2
.short 20941 ## 0x51cd
.short 20940 ## 0x51cc
.short 20934 ## 0x51c6
.short 20939 ## 0x51cb
.short 21078 ## 0x5256
.short 21084 ## 0x525c
.short 21076 ## 0x5254
.short 21083 ## 0x525b
.short 21085 ## 0x525d
.short 21290 ## 0x532a
.short 21375 ## 0x537f
.short 21407 ## 0x539f
.short 21405 ## 0x539d
.short 21471 ## 0x53df
.short 21736 ## 0x54e8
.short 21776 ## 0x5510
.short 21761 ## 0x5501
.short 21815 ## 0x5537
.short 21756 ## 0x54fc
.short 21733 ## 0x54e5
.short 21746 ## 0x54f2
.short 21766 ## 0x5506
.short 21754 ## 0x54fa
.short 21780 ## 0x5514
.short 21737 ## 0x54e9
.short 21741 ## 0x54ed
.short 21729 ## 0x54e1
.short 21769 ## 0x5509
.short 21742 ## 0x54ee
.short 21738 ## 0x54ea
.short 21734 ## 0x54e6
.short 21799 ## 0x5527
.short 21767 ## 0x5507
.short 21757 ## 0x54fd
.short 21775 ## 0x550f
.short 22275 ## 0x5703
.short 22276 ## 0x5704
.short 22466 ## 0x57c2
.short 22484 ## 0x57d4
.short 22475 ## 0x57cb
.short 22467 ## 0x57c3
.short 22537 ## 0x5809
.short 22799 ## 0x590f
.short 22871 ## 0x5957
.short 22872 ## 0x5958
.short 22874 ## 0x595a
.short 23057 ## 0x5a11
.short 23064 ## 0x5a18
.short 23068 ## 0x5a1c
.short 23071 ## 0x5a1f
.short 23067 ## 0x5a1b
.short 23059 ## 0x5a13
.short 23020 ## 0x59ec
.short 23072 ## 0x5a20
.short 23075 ## 0x5a23
.short 23081 ## 0x5a29
.short 23077 ## 0x5a25
.short 23052 ## 0x5a0c
.short 23049 ## 0x5a09
.short 23403 ## 0x5b6b
.short 23640 ## 0x5c58
.short 23472 ## 0x5bb0
.short 23475 ## 0x5bb3
.short 23478 ## 0x5bb6
.short 23476 ## 0x5bb4
.short 23470 ## 0x5bae
.short 23477 ## 0x5bb5
.short 23481 ## 0x5bb9
.short 23480 ## 0x5bb8
.short 23556 ## 0x5c04
.short 23633 ## 0x5c51
.short 23637 ## 0x5c55
.short 23632 ## 0x5c50
.short 23789 ## 0x5ced
.short 23805 ## 0x5cfd
.short 23803 ## 0x5cfb
.short 23786 ## 0x5cea
.short 23784 ## 0x5ce8
.short 23792 ## 0x5cf0
.short 23798 ## 0x5cf6
.short 23809 ## 0x5d01
.short 23796 ## 0x5cf4
.short 24046 ## 0x5dee
.short 24109 ## 0x5e2d
.short 24107 ## 0x5e2b
.short 24235 ## 0x5eab
.short 24237 ## 0x5ead
.short 24231 ## 0x5ea7
.short 24369 ## 0x5f31
.short 24466 ## 0x5f92
.short 24465 ## 0x5f91
.short 24464 ## 0x5f90
.short 24665 ## 0x6059
.short 24675 ## 0x6063
.short 24677 ## 0x6065
.short 24656 ## 0x6050
.short 24661 ## 0x6055
.short 24685 ## 0x606d
.short 24681 ## 0x6069
.short 24687 ## 0x606f
.short 24708 ## 0x6084
.short 24735 ## 0x609f
.short 24730 ## 0x609a
.short 24717 ## 0x608d
.short 24724 ## 0x6094
.short 24716 ## 0x608c
.short 24709 ## 0x6085
.short 24726 ## 0x6096
.short 25159 ## 0x6247
.short 25331 ## 0x62f3
.short 25352 ## 0x6308
.short 25343 ## 0x62ff
.short 25422 ## 0x634e
.short 25406 ## 0x633e
.short 25391 ## 0x632f
.short 25429 ## 0x6355
.short 25410 ## 0x6342
.short 25414 ## 0x6346
.short 25423 ## 0x634f
.short 25417 ## 0x6349
.short 25402 ## 0x633a
.short 25424 ## 0x6350
.short 25405 ## 0x633d
.short 25386 ## 0x632a
.short 25387 ## 0x632b
.short 25384 ## 0x6328
.short 25421 ## 0x634d
.short 25420 ## 0x634c
.short 25928 ## 0x6548
.short 25929 ## 0x6549
.short 26009 ## 0x6599
.short 26049 ## 0x65c1
.short 26053 ## 0x65c5
.short 26178 ## 0x6642
.short 26185 ## 0x6649
.short 26191 ## 0x664f
.short 26179 ## 0x6643
.short 26194 ## 0x6652
.short 26188 ## 0x664c
.short 26181 ## 0x6645
.short 26177 ## 0x6641
.short 26360 ## 0x66f8
.short 26388 ## 0x6714
.short 26389 ## 0x6715
.short 26391 ## 0x6717
.short 26657 ## 0x6821
.short 26680 ## 0x6838
.short 26696 ## 0x6848
.short 26694 ## 0x6846
.short 26707 ## 0x6853
.short 26681 ## 0x6839
.short 26690 ## 0x6842
.short 26708 ## 0x6854
.short 26665 ## 0x6829
.short 26803 ## 0x68b3
.short 26647 ## 0x6817
.short 26700 ## 0x684c
.short 26705 ## 0x6851
.short 26685 ## 0x683d
.short 26612 ## 0x67f4
.short 26704 ## 0x6850
.short 26688 ## 0x6840
.short 26684 ## 0x683c
.short 26691 ## 0x6843
.short 26666 ## 0x682a
.short 26693 ## 0x6845
.short 26643 ## 0x6813
.short 26648 ## 0x6818
.short 26689 ## 0x6841
.short 27530 ## 0x6b8a
.short 27529 ## 0x6b89
.short 27575 ## 0x6bb7
.short 27683 ## 0x6c23
.short 27687 ## 0x6c27
.short 27688 ## 0x6c28
.short 27686 ## 0x6c26
.short 27684 ## 0x6c24
.short 27888 ## 0x6cf0
.short 28010 ## 0x6d6a
.short 28053 ## 0x6d95
.short 28040 ## 0x6d88
.short 28039 ## 0x6d87
.short 28006 ## 0x6d66
.short 28024 ## 0x6d78
.short 28023 ## 0x6d77
.short 27993 ## 0x6d59
.short 28051 ## 0x6d93
.short 28012 ## 0x6d6c
.short 28041 ## 0x6d89
.short 28014 ## 0x6d6e
.short 27994 ## 0x6d5a
.short 28020 ## 0x6d74
.short 28009 ## 0x6d69
.short 28044 ## 0x6d8c
.short 28042 ## 0x6d8a
.short 28025 ## 0x6d79
.short 28037 ## 0x6d85
.short 28005 ## 0x6d65
.short 28052 ## 0x6d94
.short 28874 ## 0x70ca
.short 28888 ## 0x70d8
.short 28900 ## 0x70e4
.short 28889 ## 0x70d9
.short 28872 ## 0x70c8
.short 28879 ## 0x70cf
.short 29241 ## 0x7239
.short 29305 ## 0x7279
.short 29436 ## 0x72fc
.short 29433 ## 0x72f9
.short 29437 ## 0x72fd
.short 29432 ## 0x72f8
.short 29431 ## 0x72f7
.short 29574 ## 0x7386
.short 29677 ## 0x73ed
.short 29705 ## 0x7409
.short 29678 ## 0x73ee
.short 29664 ## 0x73e0
.short 29674 ## 0x73ea
.short 29662 ## 0x73de
.short 30036 ## 0x7554
.short 30045 ## 0x755d
.short 30044 ## 0x755c
.short 30042 ## 0x755a
.short 30041 ## 0x7559
.short 30142 ## 0x75be
.short 30149 ## 0x75c5
.short 30151 ## 0x75c7
.short 30130 ## 0x75b2
.short 30131 ## 0x75b3
.short 30141 ## 0x75bd
.short 30140 ## 0x75bc
.short 30137 ## 0x75b9
.short 30146 ## 0x75c2
.short 30136 ## 0x75b8
.short 30347 ## 0x768b
.short 30384 ## 0x76b0
.short 30410 ## 0x76ca
.short 30413 ## 0x76cd
.short 30414 ## 0x76ce
.short 30505 ## 0x7729
.short 30495 ## 0x771f
.short 30496 ## 0x7720
.short 30504 ## 0x7728
.short 30697 ## 0x77e9
.short 30768 ## 0x7830
.short 30759 ## 0x7827
.short 30776 ## 0x7838
.short 30749 ## 0x781d
.short 30772 ## 0x7834
.short 30775 ## 0x7837
.short 30757 ## 0x7825
.short 30765 ## 0x782d
.short 30752 ## 0x7820
.short 30751 ## 0x781f
.short 30770 ## 0x7832
.short 31061 ## 0x7955
.short 31056 ## 0x7950
.short 31072 ## 0x7960
.short 31071 ## 0x795f
.short 31062 ## 0x7956
.short 31070 ## 0x795e
.short 31069 ## 0x795d
.short 31063 ## 0x7957
.short 31066 ## 0x795a
.short 31204 ## 0x79e4
.short 31203 ## 0x79e3
.short 31207 ## 0x79e7
.short 31199 ## 0x79df
.short 31206 ## 0x79e6
.short 31209 ## 0x79e9
.short 31192 ## 0x79d8
.short 31364 ## 0x7a84
.short 31368 ## 0x7a88
.short 31449 ## 0x7ad9
.short 31494 ## 0x7b06
.short 31505 ## 0x7b11
.short 31881 ## 0x7c89
.short 32033 ## 0x7d21
.short 32023 ## 0x7d17
.short 32011 ## 0x7d0b
.short 32010 ## 0x7d0a
.short 32032 ## 0x7d20
.short 32034 ## 0x7d22
.short 32020 ## 0x7d14
.short 32016 ## 0x7d10
.short 32021 ## 0x7d15
.short 32026 ## 0x7d1a
.short 32028 ## 0x7d1c
.short 32013 ## 0x7d0d
.short 32025 ## 0x7d19
.short 32027 ## 0x7d1b
.short 32570 ## 0x7f3a
.short 32607 ## 0x7f5f
.short 32660 ## 0x7f94
.short 32709 ## 0x7fc5
.short 32705 ## 0x7fc1
.short 32774 ## 0x8006
.short 32772 ## 0x8004
.short 32792 ## 0x8018
.short 32789 ## 0x8015
.short 32793 ## 0x8019
.short 32791 ## 0x8017
.short 32829 ## 0x803d
.short 32831 ## 0x803f
.short 33009 ## 0x80f1
.short 33026 ## 0x8102
.short 33008 ## 0x80f0
.short 33029 ## 0x8105
.short 33005 ## 0x80ed
.short 33012 ## 0x80f4
.short 33030 ## 0x8106
.short 33016 ## 0x80f8
.short 33011 ## 0x80f3
.short 33032 ## 0x8108
.short 33021 ## 0x80fd
.short 33034 ## 0x810a
.short 33020 ## 0x80fc
.short 33007 ## 0x80ef
.short 33261 ## 0x81ed
.short 33260 ## 0x81ec
.short 33280 ## 0x8200
.short 33296 ## 0x8210
.short 33322 ## 0x822a
.short 33323 ## 0x822b
.short 33320 ## 0x8228
.short 33324 ## 0x822c
.short 33467 ## 0x82bb
.short 33579 ## 0x832b
.short 33618 ## 0x8352
.short 33620 ## 0x8354
.short 33610 ## 0x834a
.short 33592 ## 0x8338
.short 33616 ## 0x8350
.short 33609 ## 0x8349
.short 33589 ## 0x8335
.short 33588 ## 0x8334
.short 33615 ## 0x834f
.short 33586 ## 0x8332
.short 33593 ## 0x8339
.short 33590 ## 0x8336
.short 33559 ## 0x8317
.short 33600 ## 0x8340
.short 33585 ## 0x8331
.short 33576 ## 0x8328
.short 33603 ## 0x8343
.short 34388 ## 0x8654
.short 34442 ## 0x868a
.short 34474 ## 0x86aa
.short 34451 ## 0x8693
.short 34468 ## 0x86a4
.short 34473 ## 0x86a9
.short 34444 ## 0x868c
.short 34467 ## 0x86a3
.short 34460 ## 0x869c
.short 34928 ## 0x8870
.short 34935 ## 0x8877
.short 34945 ## 0x8881
.short 34946 ## 0x8882
.short 34941 ## 0x887d
.short 34937 ## 0x8879
.short 35352 ## 0x8a18
.short 35344 ## 0x8a10
.short 35342 ## 0x8a0e
.short 35340 ## 0x8a0c
.short 35349 ## 0x8a15
.short 35338 ## 0x8a0a
.short 35351 ## 0x8a17
.short 35347 ## 0x8a13
.short 35350 ## 0x8a16
.short 35343 ## 0x8a0f
.short 35345 ## 0x8a11
.short 35912 ## 0x8c48
.short 35962 ## 0x8c7a
.short 35961 ## 0x8c79
.short 36001 ## 0x8ca1
.short 36002 ## 0x8ca2
.short 36215 ## 0x8d77
.short 36524 ## 0x8eac
.short 36562 ## 0x8ed2
.short 36564 ## 0x8ed4
.short 36559 ## 0x8ecf
.short 36785 ## 0x8fb1
.short 36865 ## 0x9001
.short 36870 ## 0x9006
.short 36855 ## 0x8ff7
.short 36864 ## 0x9000
.short 36858 ## 0x8ffa
.short 36852 ## 0x8ff4
.short 36867 ## 0x9003
.short 36861 ## 0x8ffd
.short 36869 ## 0x9005
.short 36856 ## 0x8ff8
.short 37013 ## 0x9095
.short 37089 ## 0x90e1
.short 37085 ## 0x90dd
.short 37090 ## 0x90e2
.short 37202 ## 0x9152
.short 37197 ## 0x914d
.short 37196 ## 0x914c
.short 37336 ## 0x91d8
.short 37341 ## 0x91dd
.short 37335 ## 0x91d7
.short 37340 ## 0x91dc
.short 37337 ## 0x91d9
.short 38275 ## 0x9583
.short 38498 ## 0x9662
.short 38499 ## 0x9663
.short 38497 ## 0x9661
.short 38491 ## 0x965b
.short 38493 ## 0x965d
.short 38500 ## 0x9664
.short 38488 ## 0x9658
.short 38494 ## 0x965e
.short 38587 ## 0x96bb
.short 39138 ## 0x98e2
.short 39340 ## 0x99ac
.short 39592 ## 0x9aa8
.short 39640 ## 0x9ad8
.short 39717 ## 0x9b25
.short 39730 ## 0x9b32
.short 39740 ## 0x9b3c
.short 20094 ## 0x4e7e
.short 20602 ## 0x507a
.short 20605 ## 0x507d
.short 20572 ## 0x505c
.short 20551 ## 0x5047
.short 20547 ## 0x5043
.short 20556 ## 0x504c
.short 20570 ## 0x505a
.short 20553 ## 0x5049
.short 20581 ## 0x5065
.short 20598 ## 0x5076
.short 20558 ## 0x504e
.short 20565 ## 0x5055
.short 20597 ## 0x5075
.short 20596 ## 0x5074
.short 20599 ## 0x5077
.short 20559 ## 0x504f
.short 20495 ## 0x500f
.short 20591 ## 0x506f
.short 20589 ## 0x506d
.short 20828 ## 0x515c
.short 20885 ## 0x5195
.short 20976 ## 0x51f0
.short 21098 ## 0x526a
.short 21103 ## 0x526f
.short 21202 ## 0x52d2
.short 21209 ## 0x52d9
.short 21208 ## 0x52d8
.short 21205 ## 0x52d5
.short 21264 ## 0x5310
.short 21263 ## 0x530f
.short 21273 ## 0x5319
.short 21311 ## 0x533f
.short 21312 ## 0x5340
.short 21310 ## 0x533e
.short 21443 ## 0x53c3
.short 26364 ## 0x66fc
.short 21830 ## 0x5546
.short 21866 ## 0x556a
.short 21862 ## 0x5566
.short 21828 ## 0x5544
.short 21854 ## 0x555e
.short 21857 ## 0x5561
.short 21827 ## 0x5543
.short 21834 ## 0x554a
.short 21809 ## 0x5531
.short 21846 ## 0x5556
.short 21839 ## 0x554f
.short 21845 ## 0x5555
.short 21807 ## 0x552f
.short 21860 ## 0x5564
.short 21816 ## 0x5538
.short 21806 ## 0x552e
.short 21852 ## 0x555c
.short 21804 ## 0x552c
.short 21859 ## 0x5563
.short 21811 ## 0x5533
.short 21825 ## 0x5541
.short 21847 ## 0x5557
.short 22280 ## 0x5708
.short 22283 ## 0x570b
.short 22281 ## 0x5709
.short 22495 ## 0x57df
.short 22533 ## 0x5805
.short 22538 ## 0x580a
.short 22534 ## 0x5806
.short 22496 ## 0x57e0
.short 22500 ## 0x57e4
.short 22522 ## 0x57fa
.short 22530 ## 0x5802
.short 22581 ## 0x5835
.short 22519 ## 0x57f7
.short 22521 ## 0x57f9
.short 22816 ## 0x5920
.short 22882 ## 0x5962
.short 23094 ## 0x5a36
.short 23105 ## 0x5a41
.short 23113 ## 0x5a49
.short 23142 ## 0x5a66
.short 23146 ## 0x5a6a
.short 23104 ## 0x5a40
.short 23100 ## 0x5a3c
.short 23138 ## 0x5a62
.short 23130 ## 0x5a5a
.short 23110 ## 0x5a46
.short 23114 ## 0x5a4a
.short 23408 ## 0x5b70
.short 23495 ## 0x5bc7
.short 23493 ## 0x5bc5
.short 23492 ## 0x5bc4
.short 23490 ## 0x5bc2
.short 23487 ## 0x5bbf
.short 23494 ## 0x5bc6
.short 23561 ## 0x5c09
.short 23560 ## 0x5c08
.short 23559 ## 0x5c07
.short 23648 ## 0x5c60
.short 23644 ## 0x5c5c
.short 23645 ## 0x5c5d
.short 23815 ## 0x5d07
.short 23814 ## 0x5d06
.short 23822 ## 0x5d0e
.short 23835 ## 0x5d1b
.short 23830 ## 0x5d16
.short 23842 ## 0x5d22
.short 23825 ## 0x5d11
.short 23849 ## 0x5d29
.short 23828 ## 0x5d14
.short 23833 ## 0x5d19
.short 23844 ## 0x5d24
.short 23847 ## 0x5d27
.short 23831 ## 0x5d17
.short 24034 ## 0x5de2
.short 24120 ## 0x5e38
.short 24118 ## 0x5e36
.short 24115 ## 0x5e33
.short 24119 ## 0x5e37
.short 24247 ## 0x5eb7
.short 24248 ## 0x5eb8
.short 24246 ## 0x5eb6
.short 24245 ## 0x5eb5
.short 24254 ## 0x5ebe
.short 24373 ## 0x5f35
.short 24375 ## 0x5f37
.short 24407 ## 0x5f57
.short 24428 ## 0x5f6c
.short 24425 ## 0x5f69
.short 24427 ## 0x5f6b
.short 24471 ## 0x5f97
.short 24473 ## 0x5f99
.short 24478 ## 0x5f9e
.short 24472 ## 0x5f98
.short 24481 ## 0x5fa1
.short 24480 ## 0x5fa0
.short 24476 ## 0x5f9c
.short 24703 ## 0x607f
.short 24739 ## 0x60a3
.short 24713 ## 0x6089
.short 24736 ## 0x60a0
.short 24744 ## 0x60a8
.short 24779 ## 0x60cb
.short 24756 ## 0x60b4
.short 24806 ## 0x60e6
.short 24765 ## 0x60bd
.short 24773 ## 0x60c5
.short 24763 ## 0x60bb
.short 24757 ## 0x60b5
.short 24796 ## 0x60dc
.short 24764 ## 0x60bc
.short 24792 ## 0x60d8
.short 24789 ## 0x60d5
.short 24774 ## 0x60c6
.short 24799 ## 0x60df
.short 24760 ## 0x60b8
.short 24794 ## 0x60da
.short 24775 ## 0x60c7
.short 25114 ## 0x621a
.short 25115 ## 0x621b
.short 25160 ## 0x6248
.short 25504 ## 0x63a0
.short 25511 ## 0x63a7
.short 25458 ## 0x6372
.short 25494 ## 0x6396
.short 25506 ## 0x63a2
.short 25509 ## 0x63a5
.short 25463 ## 0x6377
.short 25447 ## 0x6367
.short 25496 ## 0x6398
.short 25514 ## 0x63aa
.short 25457 ## 0x6371
.short 25513 ## 0x63a9
.short 25481 ## 0x6389
.short 25475 ## 0x6383
.short 25499 ## 0x639b
.short 25451 ## 0x636b
.short 25512 ## 0x63a8
.short 25476 ## 0x6384
.short 25480 ## 0x6388
.short 25497 ## 0x6399
.short 25505 ## 0x63a1
.short 25516 ## 0x63ac
.short 25490 ## 0x6392
.short 25487 ## 0x638f
.short 25472 ## 0x6380
.short 25467 ## 0x637b
.short 25449 ## 0x6369
.short 25448 ## 0x6368
.short 25466 ## 0x637a
.short 25949 ## 0x655d
.short 25942 ## 0x6556
.short 25937 ## 0x6551
.short 25945 ## 0x6559
.short 25943 ## 0x6557
.short 21855 ## 0x555f
.short 25935 ## 0x654f
.short 25944 ## 0x6558
.short 25941 ## 0x6555
.short 25940 ## 0x6554
.short 26012 ## 0x659c
.short 26011 ## 0x659b
.short 26028 ## 0x65ac
.short 26063 ## 0x65cf
.short 26059 ## 0x65cb
.short 26060 ## 0x65cc
.short 26062 ## 0x65ce
.short 26205 ## 0x665d
.short 26202 ## 0x665a
.short 26212 ## 0x6664
.short 26216 ## 0x6668
.short 26214 ## 0x6666
.short 26206 ## 0x665e
.short 26361 ## 0x66f9
.short 21207 ## 0x52d7
.short 26395 ## 0x671b
.short 26753 ## 0x6881
.short 26799 ## 0x68af
.short 26786 ## 0x68a2
.short 26771 ## 0x6893
.short 26805 ## 0x68b5
.short 26751 ## 0x687f
.short 26742 ## 0x6876
.short 26801 ## 0x68b1
.short 26791 ## 0x68a7
.short 26775 ## 0x6897
.short 26800 ## 0x68b0
.short 26755 ## 0x6883
.short 26820 ## 0x68c4
.short 26797 ## 0x68ad
.short 26758 ## 0x6886
.short 26757 ## 0x6885
.short 26772 ## 0x6894
.short 26781 ## 0x689d
.short 26792 ## 0x68a8
.short 26783 ## 0x689f
.short 26785 ## 0x68a1
.short 26754 ## 0x6882
.short 27442 ## 0x6b32
.short 27578 ## 0x6bba
.short 27627 ## 0x6beb
.short 27628 ## 0x6bec
.short 27691 ## 0x6c2b
.short 28046 ## 0x6d8e
.short 28092 ## 0x6dbc
.short 28147 ## 0x6df3
.short 28121 ## 0x6dd9
.short 28082 ## 0x6db2
.short 28129 ## 0x6de1
.short 28108 ## 0x6dcc
.short 28132 ## 0x6de4
.short 28155 ## 0x6dfb
.short 28154 ## 0x6dfa
.short 28165 ## 0x6e05
.short 28103 ## 0x6dc7
.short 28107 ## 0x6dcb
.short 28079 ## 0x6daf
.short 28113 ## 0x6dd1
.short 28078 ## 0x6dae
.short 28126 ## 0x6dde
.short 28153 ## 0x6df9
.short 28088 ## 0x6db8
.short 28151 ## 0x6df7
.short 28149 ## 0x6df5
.short 28101 ## 0x6dc5
.short 28114 ## 0x6dd2
.short 28186 ## 0x6e1a
.short 28085 ## 0x6db5
.short 28122 ## 0x6dda
.short 28139 ## 0x6deb
.short 28120 ## 0x6dd8
.short 28138 ## 0x6dea
.short 28145 ## 0x6df1
.short 28142 ## 0x6dee
.short 28136 ## 0x6de8
.short 28102 ## 0x6dc6
.short 28100 ## 0x6dc4
.short 28074 ## 0x6daa
.short 28140 ## 0x6dec
.short 28095 ## 0x6dbf
.short 28134 ## 0x6de6
.short 28921 ## 0x70f9
.short 28937 ## 0x7109
.short 28938 ## 0x710a
.short 28925 ## 0x70fd
.short 28911 ## 0x70ef
.short 29245 ## 0x723d
.short 29309 ## 0x727d
.short 29313 ## 0x7281
.short 29468 ## 0x731c
.short 29467 ## 0x731b
.short 29462 ## 0x7316
.short 29459 ## 0x7313
.short 29465 ## 0x7319
.short 29575 ## 0x7387
.short 29701 ## 0x7405
.short 29706 ## 0x740a
.short 29699 ## 0x7403
.short 29702 ## 0x7406
.short 29694 ## 0x73fe
.short 29709 ## 0x740d
.short 29920 ## 0x74e0
.short 29942 ## 0x74f6
.short 29943 ## 0x74f7
.short 29980 ## 0x751c
.short 29986 ## 0x7522
.short 30053 ## 0x7565
.short 30054 ## 0x7566
.short 30050 ## 0x7562
.short 30064 ## 0x7570
.short 30095 ## 0x758f
.short 30164 ## 0x75d4
.short 30165 ## 0x75d5
.short 30133 ## 0x75b5
.short 30154 ## 0x75ca
.short 30157 ## 0x75cd
.short 30350 ## 0x768e
.short 30420 ## 0x76d4
.short 30418 ## 0x76d2
.short 30427 ## 0x76db
.short 30519 ## 0x7737
.short 30526 ## 0x773e
.short 30524 ## 0x773c
.short 30518 ## 0x7736
.short 30520 ## 0x7738
.short 30522 ## 0x773a
.short 30827 ## 0x786b
.short 30787 ## 0x7843
.short 30798 ## 0x784e
.short 31077 ## 0x7965
.short 31080 ## 0x7968
.short 31085 ## 0x796d
.short 31227 ## 0x79fb
.short 31378 ## 0x7a92
.short 31381 ## 0x7a95
.short 31520 ## 0x7b20
.short 31528 ## 0x7b28
.short 31515 ## 0x7b1b
.short 31532 ## 0x7b2c
.short 31526 ## 0x7b26
.short 31513 ## 0x7b19
.short 31518 ## 0x7b1e
.short 31534 ## 0x7b2e
.short 31890 ## 0x7c92
.short 31895 ## 0x7c97
.short 31893 ## 0x7c95
.short 32070 ## 0x7d46
.short 32067 ## 0x7d43
.short 32113 ## 0x7d71
.short 32046 ## 0x7d2e
.short 32057 ## 0x7d39
.short 32060 ## 0x7d3c
.short 32064 ## 0x7d40
.short 32048 ## 0x7d30
.short 32051 ## 0x7d33
.short 32068 ## 0x7d44
.short 32047 ## 0x7d2f
.short 32066 ## 0x7d42
.short 32050 ## 0x7d32
.short 32049 ## 0x7d31
.short 32573 ## 0x7f3d
.short 32670 ## 0x7f9e
.short 32666 ## 0x7f9a
.short 32716 ## 0x7fcc
.short 32718 ## 0x7fce
.short 32722 ## 0x7fd2
.short 32796 ## 0x801c
.short 32842 ## 0x804a
.short 32838 ## 0x8046
.short 33071 ## 0x812f
.short 33046 ## 0x8116
.short 33059 ## 0x8123
.short 33067 ## 0x812b
.short 33065 ## 0x8129
.short 33072 ## 0x8130
.short 33060 ## 0x8124
.short 33282 ## 0x8202
.short 33333 ## 0x8235
.short 33335 ## 0x8237
.short 33334 ## 0x8236
.short 33337 ## 0x8239
.short 33678 ## 0x838e
.short 33694 ## 0x839e
.short 33688 ## 0x8398
.short 33656 ## 0x8378
.short 33698 ## 0x83a2
.short 33686 ## 0x8396
.short 33725 ## 0x83bd
.short 33707 ## 0x83ab
.short 33682 ## 0x8392
.short 33674 ## 0x838a
.short 33683 ## 0x8393
.short 33673 ## 0x8389
.short 33696 ## 0x83a0
.short 33655 ## 0x8377
.short 33659 ## 0x837b
.short 33660 ## 0x837c
.short 33670 ## 0x8386
.short 33703 ## 0x83a7
.short 34389 ## 0x8655
.short 24426 ## 0x5f6a
.short 34503 ## 0x86c7
.short 34496 ## 0x86c0
.short 34486 ## 0x86b6
.short 34500 ## 0x86c4
.short 34485 ## 0x86b5
.short 34502 ## 0x86c6
.short 34507 ## 0x86cb
.short 34481 ## 0x86b1
.short 34479 ## 0x86af
.short 34505 ## 0x86c9
.short 34899 ## 0x8853
.short 34974 ## 0x889e
.short 34952 ## 0x8888
.short 34987 ## 0x88ab
.short 34962 ## 0x8892
.short 34966 ## 0x8896
.short 34957 ## 0x888d
.short 34955 ## 0x888b
.short 35219 ## 0x8993
.short 35215 ## 0x898f
.short 35370 ## 0x8a2a
.short 35357 ## 0x8a1d
.short 35363 ## 0x8a23
.short 35365 ## 0x8a25
.short 35377 ## 0x8a31
.short 35373 ## 0x8a2d
.short 35359 ## 0x8a1f
.short 35355 ## 0x8a1b
.short 35362 ## 0x8a22
.short 35913 ## 0x8c49
.short 35930 ## 0x8c5a
.short 36009 ## 0x8ca9
.short 36012 ## 0x8cac
.short 36011 ## 0x8cab
.short 36008 ## 0x8ca8
.short 36010 ## 0x8caa
.short 36007 ## 0x8ca7
.short 36199 ## 0x8d67
.short 36198 ## 0x8d66
.short 36286 ## 0x8dbe
.short 36282 ## 0x8dba
.short 36571 ## 0x8edb
.short 36575 ## 0x8edf
.short 36889 ## 0x9019
.short 36877 ## 0x900d
.short 36890 ## 0x901a
.short 36887 ## 0x9017
.short 36899 ## 0x9023
.short 36895 ## 0x901f
.short 36893 ## 0x901d
.short 36880 ## 0x9010
.short 36885 ## 0x9015
.short 36894 ## 0x901e
.short 36896 ## 0x9020
.short 36879 ## 0x900f
.short 36898 ## 0x9022
.short 36886 ## 0x9016
.short 36891 ## 0x901b
.short 36884 ## 0x9014
.short 37096 ## 0x90e8
.short 37101 ## 0x90ed
.short 37117 ## 0x90fd
.short 37207 ## 0x9157
.short 37326 ## 0x91ce
.short 37365 ## 0x91f5
.short 37350 ## 0x91e6
.short 37347 ## 0x91e3
.short 37351 ## 0x91e7
.short 37357 ## 0x91ed
.short 37353 ## 0x91e9
.short 38281 ## 0x9589
.short 38506 ## 0x966a
.short 38517 ## 0x9675
.short 38515 ## 0x9673
.short 38520 ## 0x9678
.short 38512 ## 0x9670
.short 38516 ## 0x9674
.short 38518 ## 0x9676
.short 38519 ## 0x9677
.short 38508 ## 0x966c
.short 38592 ## 0x96c0
.short 38634 ## 0x96ea
.short 38633 ## 0x96e9
.short 31456 ## 0x7ae0
.short 31455 ## 0x7adf
.short 38914 ## 0x9802
.short 38915 ## 0x9803
.short 39770 ## 0x9b5a
.short 40165 ## 0x9ce5
.short 40565 ## 0x9e75
.short 40575 ## 0x9e7f
.short 40613 ## 0x9ea5
.short 40635 ## 0x9ebb
.short 20642 ## 0x50a2
.short 20621 ## 0x508d
.short 20613 ## 0x5085
.short 20633 ## 0x5099
.short 20625 ## 0x5091
.short 20608 ## 0x5080
.short 20630 ## 0x5096
.short 20632 ## 0x5098
.short 20634 ## 0x509a
.short 26368 ## 0x6700
.short 20977 ## 0x51f1
.short 21106 ## 0x5272
.short 21108 ## 0x5274
.short 21109 ## 0x5275
.short 21097 ## 0x5269
.short 21214 ## 0x52de
.short 21213 ## 0x52dd
.short 21211 ## 0x52db
.short 21338 ## 0x535a
.short 21413 ## 0x53a5
.short 21883 ## 0x557b
.short 21888 ## 0x5580
.short 21927 ## 0x55a7
.short 21884 ## 0x557c
.short 21898 ## 0x558a
.short 21917 ## 0x559d
.short 21912 ## 0x5598
.short 21890 ## 0x5582
.short 21916 ## 0x559c
.short 21930 ## 0x55aa
.short 21908 ## 0x5594
.short 21895 ## 0x5587
.short 21899 ## 0x558b
.short 21891 ## 0x5583
.short 21939 ## 0x55b3
.short 21934 ## 0x55ae
.short 21919 ## 0x559f
.short 21822 ## 0x553e
.short 21938 ## 0x55b2
.short 21914 ## 0x559a
.short 21947 ## 0x55bb
.short 21932 ## 0x55ac
.short 21937 ## 0x55b1
.short 21886 ## 0x557e
.short 21897 ## 0x5589
.short 21931 ## 0x55ab
.short 21913 ## 0x5599
.short 22285 ## 0x570d
.short 22575 ## 0x582f
.short 22570 ## 0x582a
.short 22580 ## 0x5834
.short 22564 ## 0x5824
.short 22576 ## 0x5830
.short 22577 ## 0x5831
.short 22561 ## 0x5821
.short 22557 ## 0x581d
.short 22560 ## 0x5820
.short 22777 ## 0x58f9
.short 22778 ## 0x58fa
.short 22880 ## 0x5960
.short 23159 ## 0x5a77
.short 23194 ## 0x5a9a
.short 23167 ## 0x5a7f
.short 23186 ## 0x5a92
.short 23195 ## 0x5a9b
.short 23207 ## 0x5aa7
.short 23411 ## 0x5b73
.short 23409 ## 0x5b71
.short 23506 ## 0x5bd2
.short 23500 ## 0x5bcc
.short 23507 ## 0x5bd3
.short 23504 ## 0x5bd0
.short 23562 ## 0x5c0a
.short 23563 ## 0x5c0b
.short 23601 ## 0x5c31
.short 23884 ## 0x5d4c
.short 23888 ## 0x5d50
.short 23860 ## 0x5d34
.short 23879 ## 0x5d47
.short 24061 ## 0x5dfd
.short 24133 ## 0x5e45
.short 24125 ## 0x5e3d
.short 24128 ## 0x5e40
.short 24131 ## 0x5e43
.short 24190 ## 0x5e7e
.short 24266 ## 0x5eca
.short 24257 ## 0x5ec1
.short 24258 ## 0x5ec2
.short 24260 ## 0x5ec4
.short 24380 ## 0x5f3c
.short 24429 ## 0x5f6d
.short 24489 ## 0x5fa9
.short 24490 ## 0x5faa
.short 24488 ## 0x5fa8
.short 24785 ## 0x60d1
.short 24801 ## 0x60e1
.short 24754 ## 0x60b2
.short 24758 ## 0x60b6
.short 24800 ## 0x60e0
.short 24860 ## 0x611c
.short 24867 ## 0x6123
.short 24826 ## 0x60fa
.short 24853 ## 0x6115
.short 24816 ## 0x60f0
.short 24827 ## 0x60fb
.short 24820 ## 0x60f4
.short 24936 ## 0x6168
.short 24817 ## 0x60f1
.short 24846 ## 0x610e
.short 24822 ## 0x60f6
.short 24841 ## 0x6109
.short 24832 ## 0x6100
.short 24850 ## 0x6112
.short 25119 ## 0x621f
.short 25161 ## 0x6249
.short 25507 ## 0x63a3
.short 25484 ## 0x638c
.short 25551 ## 0x63cf
.short 25536 ## 0x63c0
.short 25577 ## 0x63e9
.short 25545 ## 0x63c9
.short 25542 ## 0x63c6
.short 25549 ## 0x63cd
.short 25554 ## 0x63d2
.short 25571 ## 0x63e3
.short 25552 ## 0x63d0
.short 25569 ## 0x63e1
.short 25558 ## 0x63d6
.short 25581 ## 0x63ed
.short 25582 ## 0x63ee
.short 25462 ## 0x6376
.short 25588 ## 0x63f4
.short 25578 ## 0x63ea
.short 25563 ## 0x63db
.short 25682 ## 0x6452
.short 25562 ## 0x63da
.short 25593 ## 0x63f9
.short 25950 ## 0x655e
.short 25958 ## 0x6566
.short 25954 ## 0x6562
.short 25955 ## 0x6563
.short 26001 ## 0x6591
.short 26000 ## 0x6590
.short 26031 ## 0x65af
.short 26222 ## 0x666e
.short 26224 ## 0x6670
.short 26228 ## 0x6674
.short 26230 ## 0x6676
.short 26223 ## 0x666f
.short 26257 ## 0x6691
.short 26234 ## 0x667a
.short 26238 ## 0x667e
.short 26231 ## 0x6677
.short 26366 ## 0x66fe
.short 26367 ## 0x66ff
.short 26399 ## 0x671f
.short 26397 ## 0x671d
.short 26874 ## 0x68fa
.short 26837 ## 0x68d5
.short 26848 ## 0x68e0
.short 26840 ## 0x68d8
.short 26839 ## 0x68d7
.short 26885 ## 0x6905
.short 26847 ## 0x68df
.short 26869 ## 0x68f5
.short 26862 ## 0x68ee
.short 26855 ## 0x68e7
.short 26873 ## 0x68f9
.short 26834 ## 0x68d2
.short 26866 ## 0x68f2
.short 26851 ## 0x68e3
.short 26827 ## 0x68cb
.short 26829 ## 0x68cd
.short 26893 ## 0x690d
.short 26898 ## 0x6912
.short 26894 ## 0x690e
.short 26825 ## 0x68c9
.short 26842 ## 0x68da
.short 26990 ## 0x696e
.short 26875 ## 0x68fb
.short 27454 ## 0x6b3e
.short 27450 ## 0x6b3a
.short 27453 ## 0x6b3d
.short 27544 ## 0x6b98
.short 27542 ## 0x6b96
.short 27580 ## 0x6bbc
.short 27631 ## 0x6bef
.short 27694 ## 0x6c2e
.short 27695 ## 0x6c2f
.short 27692 ## 0x6c2c
.short 28207 ## 0x6e2f
.short 28216 ## 0x6e38
.short 28244 ## 0x6e54
.short 28193 ## 0x6e21
.short 28210 ## 0x6e32
.short 28263 ## 0x6e67
.short 28234 ## 0x6e4a
.short 28192 ## 0x6e20
.short 28197 ## 0x6e25
.short 28195 ## 0x6e23
.short 28187 ## 0x6e1b
.short 28251 ## 0x6e5b
.short 28248 ## 0x6e58
.short 28196 ## 0x6e24
.short 28246 ## 0x6e56
.short 28270 ## 0x6e6e
.short 28205 ## 0x6e2d
.short 28198 ## 0x6e26
.short 28271 ## 0x6e6f
.short 28212 ## 0x6e34
.short 28237 ## 0x6e4d
.short 28218 ## 0x6e3a
.short 28204 ## 0x6e2c
.short 28227 ## 0x6e43
.short 28189 ## 0x6e1d
.short 28222 ## 0x6e3e
.short 28363 ## 0x6ecb
.short 28297 ## 0x6e89
.short 28185 ## 0x6e19
.short 28238 ## 0x6e4e
.short 28259 ## 0x6e63
.short 28228 ## 0x6e44
.short 28274 ## 0x6e72
.short 28265 ## 0x6e69
.short 28255 ## 0x6e5f
.short 28953 ## 0x7119
.short 28954 ## 0x711a
.short 28966 ## 0x7126
.short 28976 ## 0x7130
.short 28961 ## 0x7121
.short 28982 ## 0x7136
.short 29038 ## 0x716e
.short 28956 ## 0x711c
.short 29260 ## 0x724c
.short 29316 ## 0x7284
.short 29312 ## 0x7280
.short 29494 ## 0x7336
.short 29477 ## 0x7325
.short 29492 ## 0x7334
.short 29481 ## 0x7329
.short 29754 ## 0x743a
.short 29738 ## 0x742a
.short 29747 ## 0x7433
.short 29730 ## 0x7422
.short 29733 ## 0x7425
.short 29749 ## 0x7435
.short 29750 ## 0x7436
.short 29748 ## 0x7434
.short 29743 ## 0x742f
.short 29723 ## 0x741b
.short 29734 ## 0x7426
.short 29736 ## 0x7428
.short 29989 ## 0x7525
.short 29990 ## 0x7526
.short 30059 ## 0x756b
.short 30058 ## 0x756a
.short 30178 ## 0x75e2
.short 30171 ## 0x75db
.short 30179 ## 0x75e3
.short 30169 ## 0x75d9
.short 30168 ## 0x75d8
.short 30174 ## 0x75de
.short 30176 ## 0x75e0
.short 30331 ## 0x767b
.short 30332 ## 0x767c
.short 30358 ## 0x7696
.short 30355 ## 0x7693
.short 30388 ## 0x76b4
.short 30428 ## 0x76dc
.short 30543 ## 0x774f
.short 30701 ## 0x77ed
.short 30813 ## 0x785d
.short 30828 ## 0x786c
.short 30831 ## 0x786f
.short 31245 ## 0x7a0d
.short 31240 ## 0x7a08
.short 31243 ## 0x7a0b
.short 31237 ## 0x7a05
.short 31232 ## 0x7a00
.short 31384 ## 0x7a98
.short 31383 ## 0x7a97
.short 31382 ## 0x7a96
.short 31461 ## 0x7ae5
.short 31459 ## 0x7ae3
.short 31561 ## 0x7b49
.short 31574 ## 0x7b56
.short 31558 ## 0x7b46
.short 31568 ## 0x7b50
.short 31570 ## 0x7b52
.short 31572 ## 0x7b54
.short 31565 ## 0x7b4d
.short 31563 ## 0x7b4b
.short 31567 ## 0x7b4f
.short 31569 ## 0x7b51
.short 31903 ## 0x7c9f
.short 31909 ## 0x7ca5
.short 32094 ## 0x7d5e
.short 32080 ## 0x7d50
.short 32104 ## 0x7d68
.short 32085 ## 0x7d55
.short 32043 ## 0x7d2b
.short 32110 ## 0x7d6e
.short 32114 ## 0x7d72
.short 32097 ## 0x7d61
.short 32102 ## 0x7d66
.short 32098 ## 0x7d62
.short 32112 ## 0x7d70
.short 32115 ## 0x7d73
.short 21892 ## 0x5584
.short 32724 ## 0x7fd4
.short 32725 ## 0x7fd5
.short 32779 ## 0x800b
.short 32850 ## 0x8052
.short 32901 ## 0x8085
.short 33109 ## 0x8155
.short 33108 ## 0x8154
.short 33099 ## 0x814b
.short 33105 ## 0x8151
.short 33102 ## 0x814e
.short 33081 ## 0x8139
.short 33094 ## 0x8146
.short 33086 ## 0x813e
.short 33100 ## 0x814c
.short 33107 ## 0x8153
.short 33140 ## 0x8174
.short 33298 ## 0x8212
.short 33308 ## 0x821c
.short 33769 ## 0x83e9
.short 33795 ## 0x8403
.short 33784 ## 0x83f8
.short 33805 ## 0x840d
.short 33760 ## 0x83e0
.short 33733 ## 0x83c5
.short 33803 ## 0x840b
.short 33729 ## 0x83c1
.short 33775 ## 0x83ef
.short 33777 ## 0x83f1
.short 33780 ## 0x83f4
.short 33879 ## 0x8457
.short 33802 ## 0x840a
.short 33776 ## 0x83f0
.short 33804 ## 0x840c
.short 33740 ## 0x83cc
.short 33789 ## 0x83fd
.short 33778 ## 0x83f2
.short 33738 ## 0x83ca
.short 33848 ## 0x8438
.short 33806 ## 0x840e
.short 33796 ## 0x8404
.short 33756 ## 0x83dc
.short 33799 ## 0x8407
.short 33748 ## 0x83d4
.short 33759 ## 0x83df
.short 34395 ## 0x865b
.short 34527 ## 0x86df
.short 34521 ## 0x86d9
.short 34541 ## 0x86ed
.short 34516 ## 0x86d4
.short 34523 ## 0x86db
.short 34532 ## 0x86e4
.short 34512 ## 0x86d0
.short 34526 ## 0x86de
.short 34903 ## 0x8857
.short 35009 ## 0x88c1
.short 35010 ## 0x88c2
.short 34993 ## 0x88b1
.short 35203 ## 0x8983
.short 35222 ## 0x8996
.short 35387 ## 0x8a3b
.short 35424 ## 0x8a60
.short 35413 ## 0x8a55
.short 35422 ## 0x8a5e
.short 35388 ## 0x8a3c
.short 35393 ## 0x8a41
.short 35412 ## 0x8a54
.short 35419 ## 0x8a5b
.short 35408 ## 0x8a50
.short 35398 ## 0x8a46
.short 35380 ## 0x8a34
.short 35386 ## 0x8a3a
.short 35382 ## 0x8a36
.short 35414 ## 0x8a56
.short 35937 ## 0x8c61
.short 35970 ## 0x8c82
.short 36015 ## 0x8caf
.short 36028 ## 0x8cbc
.short 36019 ## 0x8cb3
.short 36029 ## 0x8cbd
.short 36033 ## 0x8cc1
.short 36027 ## 0x8cbb
.short 36032 ## 0x8cc0
.short 36020 ## 0x8cb4
.short 36023 ## 0x8cb7
.short 36022 ## 0x8cb6
.short 36031 ## 0x8cbf
.short 36024 ## 0x8cb8
.short 36234 ## 0x8d8a
.short 36229 ## 0x8d85
.short 36225 ## 0x8d81
.short 36302 ## 0x8dce
.short 36317 ## 0x8ddd
.short 36299 ## 0x8dcb
.short 36314 ## 0x8dda
.short 36305 ## 0x8dd1
.short 36300 ## 0x8dcc
.short 36315 ## 0x8ddb
.short 36294 ## 0x8dc6
.short 36603 ## 0x8efb
.short 36600 ## 0x8ef8
.short 36604 ## 0x8efc
.short 36764 ## 0x8f9c
.short 36910 ## 0x902e
.short 36917 ## 0x9035
.short 36913 ## 0x9031
.short 36920 ## 0x9038
.short 36914 ## 0x9032
.short 36918 ## 0x9036
.short 37122 ## 0x9102
.short 37109 ## 0x90f5
.short 37129 ## 0x9109
.short 37118 ## 0x90fe
.short 37219 ## 0x9163
.short 37221 ## 0x9165
.short 37327 ## 0x91cf
.short 37396 ## 0x9214
.short 37397 ## 0x9215
.short 37411 ## 0x9223
.short 37385 ## 0x9209
.short 37406 ## 0x921e
.short 37389 ## 0x920d
.short 37392 ## 0x9210
.short 37383 ## 0x9207
.short 37393 ## 0x9211
.short 38292 ## 0x9594
.short 38287 ## 0x958f
.short 38283 ## 0x958b
.short 38289 ## 0x9591
.short 38291 ## 0x9593
.short 38290 ## 0x9592
.short 38286 ## 0x958e
.short 38538 ## 0x968a
.short 38542 ## 0x968e
.short 38539 ## 0x968b
.short 38525 ## 0x967d
.short 38533 ## 0x9685
.short 38534 ## 0x9686
.short 38541 ## 0x968d
.short 38514 ## 0x9672
.short 38532 ## 0x9684
.short 38593 ## 0x96c1
.short 38597 ## 0x96c5
.short 38596 ## 0x96c4
.short 38598 ## 0x96c6
.short 38599 ## 0x96c7
.short 38639 ## 0x96ef
.short 38642 ## 0x96f2
.short 38860 ## 0x97cc
.short 38917 ## 0x9805
.short 38918 ## 0x9806
.short 38920 ## 0x9808
.short 39143 ## 0x98e7
.short 39146 ## 0x98ea
.short 39151 ## 0x98ef
.short 39145 ## 0x98e9
.short 39154 ## 0x98f2
.short 39149 ## 0x98ed
.short 39342 ## 0x99ae
.short 39341 ## 0x99ad
.short 40643 ## 0x9ec3
.short 40653 ## 0x9ecd
.short 40657 ## 0x9ed1
.short 20098 ## 0x4e82
.short 20653 ## 0x50ad
.short 20661 ## 0x50b5
.short 20658 ## 0x50b2
.short 20659 ## 0x50b3
.short 20677 ## 0x50c5
.short 20670 ## 0x50be
.short 20652 ## 0x50ac
.short 20663 ## 0x50b7
.short 20667 ## 0x50bb
.short 20655 ## 0x50af
.short 20679 ## 0x50c7
.short 21119 ## 0x527f
.short 21111 ## 0x5277
.short 21117 ## 0x527d
.short 21215 ## 0x52df
.short 21222 ## 0x52e6
.short 21220 ## 0x52e4
.short 21218 ## 0x52e2
.short 21219 ## 0x52e3
.short 21295 ## 0x532f
.short 21983 ## 0x55df
.short 21992 ## 0x55e8
.short 21971 ## 0x55d3
.short 21990 ## 0x55e6
.short 21966 ## 0x55ce
.short 21980 ## 0x55dc
.short 21959 ## 0x55c7
.short 21969 ## 0x55d1
.short 21987 ## 0x55e3
.short 21988 ## 0x55e4
.short 21999 ## 0x55ef
.short 21978 ## 0x55da
.short 21985 ## 0x55e1
.short 21957 ## 0x55c5
.short 21958 ## 0x55c6
.short 21989 ## 0x55e5
.short 21961 ## 0x55c9
.short 22290 ## 0x5712
.short 22291 ## 0x5713
.short 22622 ## 0x585e
.short 22609 ## 0x5851
.short 22616 ## 0x5858
.short 22615 ## 0x5857
.short 22618 ## 0x585a
.short 22612 ## 0x5854
.short 22635 ## 0x586b
.short 22604 ## 0x584c
.short 22637 ## 0x586d
.short 22602 ## 0x584a
.short 22626 ## 0x5862
.short 22610 ## 0x5852
.short 22603 ## 0x584b
.short 22887 ## 0x5967
.short 23233 ## 0x5ac1
.short 23241 ## 0x5ac9
.short 23244 ## 0x5acc
.short 23230 ## 0x5abe
.short 23229 ## 0x5abd
.short 23228 ## 0x5abc
.short 23219 ## 0x5ab3
.short 23234 ## 0x5ac2
.short 23218 ## 0x5ab2
.short 23913 ## 0x5d69
.short 23919 ## 0x5d6f
.short 24140 ## 0x5e4c
.short 24185 ## 0x5e79
.short 24265 ## 0x5ec9
.short 24264 ## 0x5ec8
.short 24338 ## 0x5f12
.short 24409 ## 0x5f59
.short 24492 ## 0x5fac
.short 24494 ## 0x5fae
.short 24858 ## 0x611a
.short 24847 ## 0x610f
.short 24904 ## 0x6148
.short 24863 ## 0x611f
.short 24819 ## 0x60f3
.short 24859 ## 0x611b
.short 24825 ## 0x60f9
.short 24833 ## 0x6101
.short 24840 ## 0x6108
.short 24910 ## 0x614e
.short 24908 ## 0x614c
.short 24900 ## 0x6144
.short 24909 ## 0x614d
.short 24894 ## 0x613e
.short 24884 ## 0x6134
.short 24871 ## 0x6127
.short 24845 ## 0x610d
.short 24838 ## 0x6106
.short 24887 ## 0x6137
.short 25121 ## 0x6221
.short 25122 ## 0x6222
.short 25619 ## 0x6413
.short 25662 ## 0x643e
.short 25630 ## 0x641e
.short 25642 ## 0x642a
.short 25645 ## 0x642d
.short 25661 ## 0x643d
.short 25644 ## 0x642c
.short 25615 ## 0x640f
.short 25628 ## 0x641c
.short 25620 ## 0x6414
.short 25613 ## 0x640d
.short 25654 ## 0x6436
.short 25622 ## 0x6416
.short 25623 ## 0x6417
.short 25606 ## 0x6406
.short 25964 ## 0x656c
.short 26015 ## 0x659f
.short 26032 ## 0x65b0
.short 26263 ## 0x6697
.short 26249 ## 0x6689
.short 26247 ## 0x6687
.short 26248 ## 0x6688
.short 26262 ## 0x6696
.short 26244 ## 0x6684
.short 26264 ## 0x6698
.short 26253 ## 0x668d
.short 26371 ## 0x6703
.short 27028 ## 0x6994
.short 26989 ## 0x696d
.short 26970 ## 0x695a
.short 26999 ## 0x6977
.short 26976 ## 0x6960
.short 26964 ## 0x6954
.short 26997 ## 0x6975
.short 26928 ## 0x6930
.short 27010 ## 0x6982
.short 26954 ## 0x694a
.short 26984 ## 0x6968
.short 26987 ## 0x696b
.short 26974 ## 0x695e
.short 26963 ## 0x6953
.short 27001 ## 0x6979
.short 27014 ## 0x6986
.short 26973 ## 0x695d
.short 26979 ## 0x6963
.short 26971 ## 0x695b
.short 27463 ## 0x6b47
.short 27506 ## 0x6b72
.short 27584 ## 0x6bc0
.short 27583 ## 0x6bbf
.short 27603 ## 0x6bd3
.short 27645 ## 0x6bfd
.short 28322 ## 0x6ea2
.short 28335 ## 0x6eaf
.short 28371 ## 0x6ed3
.short 28342 ## 0x6eb6
.short 28354 ## 0x6ec2
.short 28304 ## 0x6e90
.short 28317 ## 0x6e9d
.short 28359 ## 0x6ec7
.short 28357 ## 0x6ec5
.short 28325 ## 0x6ea5
.short 28312 ## 0x6e98
.short 28348 ## 0x6ebc
.short 28346 ## 0x6eba
.short 28331 ## 0x6eab
.short 28369 ## 0x6ed1
.short 28310 ## 0x6e96
.short 28316 ## 0x6e9c
.short 28356 ## 0x6ec4
.short 28372 ## 0x6ed4
.short 28330 ## 0x6eaa
.short 28327 ## 0x6ea7
.short 28340 ## 0x6eb4
.short 29006 ## 0x714e
.short 29017 ## 0x7159
.short 29033 ## 0x7169
.short 29028 ## 0x7164
.short 29001 ## 0x7149
.short 29031 ## 0x7167
.short 29020 ## 0x715c
.short 29036 ## 0x716c
.short 29030 ## 0x7166
.short 29004 ## 0x714c
.short 29029 ## 0x7165
.short 29022 ## 0x715e
.short 28998 ## 0x7146
.short 29032 ## 0x7168
.short 29014 ## 0x7156
.short 29242 ## 0x723a
.short 29266 ## 0x7252
.short 29495 ## 0x7337
.short 29509 ## 0x7345
.short 29503 ## 0x733f
.short 29502 ## 0x733e
.short 29807 ## 0x746f
.short 29786 ## 0x745a
.short 29781 ## 0x7455
.short 29791 ## 0x745f
.short 29790 ## 0x745e
.short 29761 ## 0x7441
.short 29759 ## 0x743f
.short 29785 ## 0x7459
.short 29787 ## 0x745b
.short 29788 ## 0x745c
.short 30070 ## 0x7576
.short 30072 ## 0x7578
.short 30208 ## 0x7600
.short 30192 ## 0x75f0
.short 30209 ## 0x7601
.short 30194 ## 0x75f2
.short 30193 ## 0x75f1
.short 30202 ## 0x75fa
.short 30207 ## 0x75ff
.short 30196 ## 0x75f4
.short 30195 ## 0x75f3
.short 30430 ## 0x76de
.short 30431 ## 0x76df
.short 30555 ## 0x775b
.short 30571 ## 0x776b
.short 30566 ## 0x7766
.short 30558 ## 0x775e
.short 30563 ## 0x7763
.short 30585 ## 0x7779
.short 30570 ## 0x776a
.short 30572 ## 0x776c
.short 30556 ## 0x775c
.short 30565 ## 0x7765
.short 30568 ## 0x7768
.short 30562 ## 0x7762
.short 30702 ## 0x77ee
.short 30862 ## 0x788e
.short 30896 ## 0x78b0
.short 30871 ## 0x7897
.short 30872 ## 0x7898
.short 30860 ## 0x788c
.short 30857 ## 0x7889
.short 30844 ## 0x787c
.short 30865 ## 0x7891
.short 30867 ## 0x7893
.short 30847 ## 0x787f
.short 31098 ## 0x797a
.short 31103 ## 0x797f
.short 31105 ## 0x7981
.short 33836 ## 0x842c
.short 31165 ## 0x79bd
.short 31260 ## 0x7a1c
.short 31258 ## 0x7a1a
.short 31264 ## 0x7a20
.short 31252 ## 0x7a14
.short 31263 ## 0x7a1f
.short 31262 ## 0x7a1e
.short 31391 ## 0x7a9f
.short 31392 ## 0x7aa0
.short 31607 ## 0x7b77
.short 31680 ## 0x7bc0
.short 31584 ## 0x7b60
.short 31598 ## 0x7b6e
.short 31591 ## 0x7b67
.short 31921 ## 0x7cb1
.short 31923 ## 0x7cb3
.short 31925 ## 0x7cb5
.short 32147 ## 0x7d93
.short 32121 ## 0x7d79
.short 32145 ## 0x7d91
.short 32129 ## 0x7d81
.short 32143 ## 0x7d8f
.short 32091 ## 0x7d5b
.short 32622 ## 0x7f6e
.short 32617 ## 0x7f69
.short 32618 ## 0x7f6a
.short 32626 ## 0x7f72
.short 32681 ## 0x7fa9
.short 32680 ## 0x7fa8
.short 32676 ## 0x7fa4
.short 32854 ## 0x8056
.short 32856 ## 0x8058
.short 32902 ## 0x8086
.short 32900 ## 0x8084
.short 33137 ## 0x8171
.short 33136 ## 0x8170
.short 33144 ## 0x8178
.short 33125 ## 0x8165
.short 33134 ## 0x816e
.short 33139 ## 0x8173
.short 33131 ## 0x816b
.short 33145 ## 0x8179
.short 33146 ## 0x817a
.short 33126 ## 0x8166
.short 33285 ## 0x8205
.short 33351 ## 0x8247
.short 33922 ## 0x8482
.short 33911 ## 0x8477
.short 33853 ## 0x843d
.short 33841 ## 0x8431
.short 33909 ## 0x8475
.short 33894 ## 0x8466
.short 33899 ## 0x846b
.short 33865 ## 0x8449
.short 33900 ## 0x846c
.short 33883 ## 0x845b
.short 33852 ## 0x843c
.short 33845 ## 0x8435
.short 33889 ## 0x8461
.short 33891 ## 0x8463
.short 33897 ## 0x8469
.short 33901 ## 0x846d
.short 33862 ## 0x8446
.short 34398 ## 0x865e
.short 34396 ## 0x865c
.short 34399 ## 0x865f
.short 34553 ## 0x86f9
.short 34579 ## 0x8713
.short 34568 ## 0x8708
.short 34567 ## 0x8707
.short 34560 ## 0x8700
.short 34558 ## 0x86fe
.short 34555 ## 0x86fb
.short 34562 ## 0x8702
.short 34563 ## 0x8703
.short 34566 ## 0x8706
.short 34570 ## 0x870a
.short 34905 ## 0x8859
.short 35039 ## 0x88df
.short 35028 ## 0x88d4
.short 35033 ## 0x88d9
.short 35036 ## 0x88dc
.short 35032 ## 0x88d8
.short 35037 ## 0x88dd
.short 35041 ## 0x88e1
.short 35018 ## 0x88ca
.short 35029 ## 0x88d5
.short 35026 ## 0x88d2
.short 35228 ## 0x899c
.short 35299 ## 0x89e3
.short 35435 ## 0x8a6b
.short 35442 ## 0x8a72
.short 35443 ## 0x8a73
.short 35430 ## 0x8a66
.short 35433 ## 0x8a69
.short 35440 ## 0x8a70
.short 35463 ## 0x8a87
.short 35452 ## 0x8a7c
.short 35427 ## 0x8a63
.short 35488 ## 0x8aa0
.short 35441 ## 0x8a71
.short 35461 ## 0x8a85
.short 35437 ## 0x8a6d
.short 35426 ## 0x8a62
.short 35438 ## 0x8a6e
.short 35436 ## 0x8a6c
.short 35449 ## 0x8a79
.short 35451 ## 0x8a7b
.short 35390 ## 0x8a3e
.short 35432 ## 0x8a68
.short 35938 ## 0x8c62
.short 35978 ## 0x8c8a
.short 35977 ## 0x8c89
.short 36042 ## 0x8cca
.short 36039 ## 0x8cc7
.short 36040 ## 0x8cc8
.short 36036 ## 0x8cc4
.short 36018 ## 0x8cb2
.short 36035 ## 0x8cc3
.short 36034 ## 0x8cc2
.short 36037 ## 0x8cc5
.short 36321 ## 0x8de1
.short 36319 ## 0x8ddf
.short 36328 ## 0x8de8
.short 36335 ## 0x8def
.short 36339 ## 0x8df3
.short 36346 ## 0x8dfa
.short 36330 ## 0x8dea
.short 36324 ## 0x8de4
.short 36326 ## 0x8de6
.short 36530 ## 0x8eb2
.short 36611 ## 0x8f03
.short 36617 ## 0x8f09
.short 36606 ## 0x8efe
.short 36618 ## 0x8f0a
.short 36767 ## 0x8f9f
.short 36786 ## 0x8fb2
.short 36939 ## 0x904b
.short 36938 ## 0x904a
.short 36947 ## 0x9053
.short 36930 ## 0x9042
.short 36948 ## 0x9054
.short 36924 ## 0x903c
.short 36949 ## 0x9055
.short 36944 ## 0x9050
.short 36935 ## 0x9047
.short 36943 ## 0x904f
.short 36942 ## 0x904e
.short 36941 ## 0x904d
.short 36945 ## 0x9051
.short 36926 ## 0x903e
.short 36929 ## 0x9041
.short 37138 ## 0x9112
.short 37143 ## 0x9117
.short 37228 ## 0x916c
.short 37226 ## 0x916a
.short 37225 ## 0x9169
.short 37321 ## 0x91c9
.short 37431 ## 0x9237
.short 37463 ## 0x9257
.short 37432 ## 0x9238
.short 37437 ## 0x923d
.short 37440 ## 0x9240
.short 37438 ## 0x923e
.short 37467 ## 0x925b
.short 37451 ## 0x924b
.short 37476 ## 0x9264
.short 37457 ## 0x9251
.short 37428 ## 0x9234
.short 37449 ## 0x9249
.short 37453 ## 0x924d
.short 37445 ## 0x9245
.short 37433 ## 0x9239
.short 37439 ## 0x923f
.short 37466 ## 0x925a
.short 38296 ## 0x9598
.short 38552 ## 0x9698
.short 38548 ## 0x9694
.short 38549 ## 0x9695
.short 38605 ## 0x96cd
.short 38603 ## 0x96cb
.short 38601 ## 0x96c9
.short 38602 ## 0x96ca
.short 38647 ## 0x96f7
.short 38651 ## 0x96fb
.short 38649 ## 0x96f9
.short 38646 ## 0x96f6
.short 38742 ## 0x9756
.short 38772 ## 0x9774
.short 38774 ## 0x9776
.short 38928 ## 0x9810
.short 38929 ## 0x9811
.short 38931 ## 0x9813
.short 38922 ## 0x980a
.short 38930 ## 0x9812
.short 38924 ## 0x980c
.short 39164 ## 0x98fc
.short 39156 ## 0x98f4
.short 39165 ## 0x98fd
.short 39166 ## 0x98fe
.short 39347 ## 0x99b3
.short 39345 ## 0x99b1
.short 39348 ## 0x99b4
.short 39649 ## 0x9ae1
.short 40169 ## 0x9ce9
.short 40578 ## 0x9e82
.short 40718 ## 0x9f0e
.short 40723 ## 0x9f13
.short 40736 ## 0x9f20
.short 20711 ## 0x50e7
.short 20718 ## 0x50ee
.short 20709 ## 0x50e5
.short 20694 ## 0x50d6
.short 20717 ## 0x50ed
.short 20698 ## 0x50da
.short 20693 ## 0x50d5
.short 20687 ## 0x50cf
.short 20689 ## 0x50d1
.short 20721 ## 0x50f1
.short 20686 ## 0x50ce
.short 20713 ## 0x50e9
.short 20834 ## 0x5162
.short 20979 ## 0x51f3
.short 21123 ## 0x5283
.short 21122 ## 0x5282
.short 21297 ## 0x5331
.short 21421 ## 0x53ad
.short 22014 ## 0x55fe
.short 22016 ## 0x5600
.short 22043 ## 0x561b
.short 22039 ## 0x5617
.short 22013 ## 0x55fd
.short 22036 ## 0x5614
.short 22022 ## 0x5606
.short 22025 ## 0x5609
.short 22029 ## 0x560d
.short 22030 ## 0x560e
.short 22007 ## 0x55f7
.short 22038 ## 0x5616
.short 22047 ## 0x561f
.short 22024 ## 0x5608
.short 22032 ## 0x5610
.short 22006 ## 0x55f6
.short 22296 ## 0x5718
.short 22294 ## 0x5716
.short 22645 ## 0x5875
.short 22654 ## 0x587e
.short 22659 ## 0x5883
.short 22675 ## 0x5893
.short 22666 ## 0x588a
.short 22649 ## 0x5879
.short 22661 ## 0x5885
.short 22653 ## 0x587d
.short 22781 ## 0x58fd
.short 22821 ## 0x5925
.short 22818 ## 0x5922
.short 22820 ## 0x5924
.short 22890 ## 0x596a
.short 22889 ## 0x5969
.short 23265 ## 0x5ae1
.short 23270 ## 0x5ae6
.short 23273 ## 0x5ae9
.short 23255 ## 0x5ad7
.short 23254 ## 0x5ad6
.short 23256 ## 0x5ad8
.short 23267 ## 0x5ae3
.short 23413 ## 0x5b75
.short 23518 ## 0x5bde
.short 23527 ## 0x5be7
.short 23521 ## 0x5be1
.short 23525 ## 0x5be5
.short 23526 ## 0x5be6
.short 23528 ## 0x5be8
.short 23522 ## 0x5be2
.short 23524 ## 0x5be4
.short 23519 ## 0x5bdf
.short 23565 ## 0x5c0d
.short 23650 ## 0x5c62
.short 23940 ## 0x5d84
.short 23943 ## 0x5d87
.short 24155 ## 0x5e5b
.short 24163 ## 0x5e63
.short 24149 ## 0x5e55
.short 24151 ## 0x5e57
.short 24148 ## 0x5e54
.short 24275 ## 0x5ed3
.short 24278 ## 0x5ed6
.short 24330 ## 0x5f0a
.short 24390 ## 0x5f46
.short 24432 ## 0x5f70
.short 24505 ## 0x5fb9
.short 24903 ## 0x6147
.short 24895 ## 0x613f
.short 24907 ## 0x614b
.short 24951 ## 0x6177
.short 24930 ## 0x6162
.short 24931 ## 0x6163
.short 24927 ## 0x615f
.short 24922 ## 0x615a
.short 24920 ## 0x6158
.short 24949 ## 0x6175
.short 25130 ## 0x622a
.short 25735 ## 0x6487
.short 25688 ## 0x6458
.short 25684 ## 0x6454
.short 25764 ## 0x64a4
.short 25720 ## 0x6478
.short 25695 ## 0x645f
.short 25722 ## 0x647a
.short 25681 ## 0x6451
.short 25703 ## 0x6467
.short 25652 ## 0x6434
.short 25709 ## 0x646d
.short 25723 ## 0x647b
.short 25970 ## 0x6572
.short 26017 ## 0x65a1
.short 26071 ## 0x65d7
.short 26070 ## 0x65d6
.short 26274 ## 0x66a2
.short 26280 ## 0x66a8
.short 26269 ## 0x669d
.short 27036 ## 0x699c
.short 27048 ## 0x69a8
.short 27029 ## 0x6995
.short 27073 ## 0x69c1
.short 27054 ## 0x69ae
.short 27091 ## 0x69d3
.short 27083 ## 0x69cb
.short 27035 ## 0x699b
.short 27063 ## 0x69b7
.short 27067 ## 0x69bb
.short 27051 ## 0x69ab
.short 27060 ## 0x69b4
.short 27088 ## 0x69d0
.short 27085 ## 0x69cd
.short 27053 ## 0x69ad
.short 27084 ## 0x69cc
.short 27046 ## 0x69a6
.short 27075 ## 0x69c3
.short 27043 ## 0x69a3
.short 27465 ## 0x6b49
.short 27468 ## 0x6b4c
.short 27699 ## 0x6c33
.short 28467 ## 0x6f33
.short 28436 ## 0x6f14
.short 28414 ## 0x6efe
.short 28435 ## 0x6f13
.short 28404 ## 0x6ef4
.short 28457 ## 0x6f29
.short 28478 ## 0x6f3e
.short 28448 ## 0x6f20
.short 28460 ## 0x6f2c
.short 28431 ## 0x6f0f
.short 28418 ## 0x6f02
.short 28450 ## 0x6f22
.short 28415 ## 0x6eff
.short 28399 ## 0x6eef
.short 28422 ## 0x6f06
.short 28465 ## 0x6f31
.short 28472 ## 0x6f38
.short 28466 ## 0x6f32
.short 28451 ## 0x6f23
.short 28437 ## 0x6f15
.short 28459 ## 0x6f2b
.short 28463 ## 0x6f2f
.short 28552 ## 0x6f88
.short 28458 ## 0x6f2a
.short 28396 ## 0x6eec
.short 28417 ## 0x6f01
.short 28402 ## 0x6ef2
.short 28364 ## 0x6ecc
.short 28407 ## 0x6ef7
.short 29076 ## 0x7194
.short 29081 ## 0x7199
.short 29053 ## 0x717d
.short 29066 ## 0x718a
.short 29060 ## 0x7184
.short 29074 ## 0x7192
.short 29246 ## 0x723e
.short 29330 ## 0x7292
.short 29334 ## 0x7296
.short 29508 ## 0x7344
.short 29520 ## 0x7350
.short 29796 ## 0x7464
.short 29795 ## 0x7463
.short 29802 ## 0x746a
.short 29808 ## 0x7470
.short 29805 ## 0x746d
.short 29956 ## 0x7504
.short 30097 ## 0x7591
.short 30247 ## 0x7627
.short 30221 ## 0x760d
.short 30219 ## 0x760b
.short 30217 ## 0x7609
.short 30227 ## 0x7613
.short 30433 ## 0x76e1
.short 30435 ## 0x76e3
.short 30596 ## 0x7784
.short 30589 ## 0x777d
.short 30591 ## 0x777f
.short 30561 ## 0x7761
.short 30913 ## 0x78c1
.short 30879 ## 0x789f
.short 30887 ## 0x78a7
.short 30899 ## 0x78b3
.short 30889 ## 0x78a9
.short 30883 ## 0x78a3
.short 31118 ## 0x798e
.short 31119 ## 0x798f
.short 31117 ## 0x798d
.short 31278 ## 0x7a2e
.short 31281 ## 0x7a31
.short 31402 ## 0x7aaa
.short 31401 ## 0x7aa9
.short 31469 ## 0x7aed
.short 31471 ## 0x7aef
.short 31649 ## 0x7ba1
.short 31637 ## 0x7b95
.short 31627 ## 0x7b8b
.short 31605 ## 0x7b75
.short 31639 ## 0x7b97
.short 31645 ## 0x7b9d
.short 31636 ## 0x7b94
.short 31631 ## 0x7b8f
.short 31672 ## 0x7bb8
.short 31623 ## 0x7b87
.short 31620 ## 0x7b84
.short 31929 ## 0x7cb9
.short 31933 ## 0x7cbd
.short 31934 ## 0x7cbe
.short 32187 ## 0x7dbb
.short 32176 ## 0x7db0
.short 32156 ## 0x7d9c
.short 32189 ## 0x7dbd
.short 32190 ## 0x7dbe
.short 32160 ## 0x7da0
.short 32202 ## 0x7dca
.short 32180 ## 0x7db4
.short 32178 ## 0x7db2
.short 32177 ## 0x7db1
.short 32186 ## 0x7dba
.short 32162 ## 0x7da2
.short 32191 ## 0x7dbf
.short 32181 ## 0x7db5
.short 32184 ## 0x7db8
.short 32173 ## 0x7dad
.short 32210 ## 0x7dd2
.short 32199 ## 0x7dc7
.short 32172 ## 0x7dac
.short 32624 ## 0x7f70
.short 32736 ## 0x7fe0
.short 32737 ## 0x7fe1
.short 32735 ## 0x7fdf
.short 32862 ## 0x805e
.short 32858 ## 0x805a
.short 32903 ## 0x8087
.short 33104 ## 0x8150
.short 33152 ## 0x8180
.short 33167 ## 0x818f
.short 33160 ## 0x8188
.short 33162 ## 0x818a
.short 33151 ## 0x817f
.short 33154 ## 0x8182
.short 33255 ## 0x81e7
.short 33274 ## 0x81fa
.short 33287 ## 0x8207
.short 33300 ## 0x8214
.short 33310 ## 0x821e
.short 33355 ## 0x824b
.short 33993 ## 0x84c9
.short 33983 ## 0x84bf
.short 33990 ## 0x84c6
.short 33988 ## 0x84c4
.short 33945 ## 0x8499
.short 33950 ## 0x849e
.short 33970 ## 0x84b2
.short 33948 ## 0x849c
.short 33995 ## 0x84cb
.short 33976 ## 0x84b8
.short 33984 ## 0x84c0
.short 34003 ## 0x84d3
.short 33936 ## 0x8490
.short 33980 ## 0x84bc
.short 34001 ## 0x84d1
.short 33994 ## 0x84ca
.short 34623 ## 0x873f
.short 34588 ## 0x871c
.short 34619 ## 0x873b
.short 34594 ## 0x8722
.short 34597 ## 0x8725
.short 34612 ## 0x8734
.short 34584 ## 0x8718
.short 34645 ## 0x8755
.short 34615 ## 0x8737
.short 34601 ## 0x8729
.short 35059 ## 0x88f3
.short 35074 ## 0x8902
.short 35060 ## 0x88f4
.short 35065 ## 0x88f9
.short 35064 ## 0x88f8
.short 35069 ## 0x88fd
.short 35048 ## 0x88e8
.short 35098 ## 0x891a
.short 35055 ## 0x88ef
.short 35494 ## 0x8aa6
.short 35468 ## 0x8a8c
.short 35486 ## 0x8a9e
.short 35491 ## 0x8aa3
.short 35469 ## 0x8a8d
.short 35489 ## 0x8aa1
.short 35475 ## 0x8a93
.short 35492 ## 0x8aa4
.short 35498 ## 0x8aaa
.short 35493 ## 0x8aa5
.short 35496 ## 0x8aa8
.short 35480 ## 0x8a98
.short 35473 ## 0x8a91
.short 35482 ## 0x8a9a
.short 35495 ## 0x8aa7
.short 35946 ## 0x8c6a
.short 35981 ## 0x8c8d
.short 35980 ## 0x8c8c
.short 36051 ## 0x8cd3
.short 36049 ## 0x8cd1
.short 36050 ## 0x8cd2
.short 36203 ## 0x8d6b
.short 36249 ## 0x8d99
.short 36245 ## 0x8d95
.short 36348 ## 0x8dfc
.short 36628 ## 0x8f14
.short 36626 ## 0x8f12
.short 36629 ## 0x8f15
.short 36627 ## 0x8f13
.short 36771 ## 0x8fa3
.short 36960 ## 0x9060
.short 36952 ## 0x9058
.short 36956 ## 0x905c
.short 36963 ## 0x9063
.short 36953 ## 0x9059
.short 36958 ## 0x905e
.short 36962 ## 0x9062
.short 36957 ## 0x905d
.short 36955 ## 0x905b
.short 37145 ## 0x9119
.short 37144 ## 0x9118
.short 37150 ## 0x911e
.short 37237 ## 0x9175
.short 37240 ## 0x9178
.short 37239 ## 0x9177
.short 37236 ## 0x9174
.short 37496 ## 0x9278
.short 37548 ## 0x92ac
.short 37504 ## 0x9280
.short 37509 ## 0x9285
.short 37528 ## 0x9298
.short 37526 ## 0x9296
.short 37499 ## 0x927b
.short 37523 ## 0x9293
.short 37532 ## 0x929c
.short 37544 ## 0x92a8
.short 37500 ## 0x927c
.short 37521 ## 0x9291
.short 38305 ## 0x95a1
.short 38312 ## 0x95a8
.short 38313 ## 0x95a9
.short 38307 ## 0x95a3
.short 38309 ## 0x95a5
.short 38308 ## 0x95a4
.short 38553 ## 0x9699
.short 38556 ## 0x969c
.short 38555 ## 0x969b
.short 38604 ## 0x96cc
.short 38610 ## 0x96d2
.short 38656 ## 0x9700
.short 38780 ## 0x977c
.short 38789 ## 0x9785
.short 38902 ## 0x97f6
.short 38935 ## 0x9817
.short 38936 ## 0x9818
.short 39087 ## 0x98af
.short 39089 ## 0x98b1
.short 39171 ## 0x9903
.short 39173 ## 0x9905
.short 39180 ## 0x990c
.short 39177 ## 0x9909
.short 39361 ## 0x99c1
.short 39599 ## 0x9aaf
.short 39600 ## 0x9ab0
.short 39654 ## 0x9ae6
.short 39745 ## 0x9b41
.short 39746 ## 0x9b42
.short 40180 ## 0x9cf4
.short 40182 ## 0x9cf6
.short 40179 ## 0x9cf3
.short 40636 ## 0x9ebc
.short 40763 ## 0x9f3b
.short 40778 ## 0x9f4a
.short 20740 ## 0x5104
.short 20736 ## 0x5100
.short 20731 ## 0x50fb
.short 20725 ## 0x50f5
.short 20729 ## 0x50f9
.short 20738 ## 0x5102
.short 20744 ## 0x5108
.short 20745 ## 0x5109
.short 20741 ## 0x5105
.short 20956 ## 0x51dc
.short 21127 ## 0x5287
.short 21128 ## 0x5288
.short 21129 ## 0x5289
.short 21133 ## 0x528d
.short 21130 ## 0x528a
.short 21232 ## 0x52f0
.short 21426 ## 0x53b2
.short 22062 ## 0x562e
.short 22075 ## 0x563b
.short 22073 ## 0x5639
.short 22066 ## 0x5632
.short 22079 ## 0x563f
.short 22068 ## 0x5634
.short 22057 ## 0x5629
.short 22099 ## 0x5653
.short 22094 ## 0x564e
.short 22103 ## 0x5657
.short 22132 ## 0x5674
.short 22070 ## 0x5636
.short 22063 ## 0x562f
.short 22064 ## 0x5630
.short 22656 ## 0x5880
.short 22687 ## 0x589f
.short 22686 ## 0x589e
.short 22707 ## 0x58b3
.short 22684 ## 0x589c
.short 22702 ## 0x58ae
.short 22697 ## 0x58a9
.short 22694 ## 0x58a6
.short 22893 ## 0x596d
.short 23305 ## 0x5b09
.short 23291 ## 0x5afb
.short 23307 ## 0x5b0b
.short 23285 ## 0x5af5
.short 23308 ## 0x5b0c
.short 23304 ## 0x5b08
.short 23534 ## 0x5bee
.short 23532 ## 0x5bec
.short 23529 ## 0x5be9
.short 23531 ## 0x5beb
.short 23652 ## 0x5c64
.short 23653 ## 0x5c65
.short 23965 ## 0x5d9d
.short 23956 ## 0x5d94
.short 24162 ## 0x5e62
.short 24159 ## 0x5e5f
.short 24161 ## 0x5e61
.short 24290 ## 0x5ee2
.short 24282 ## 0x5eda
.short 24287 ## 0x5edf
.short 24285 ## 0x5edd
.short 24291 ## 0x5ee3
.short 24288 ## 0x5ee0
.short 24392 ## 0x5f48
.short 24433 ## 0x5f71
.short 24503 ## 0x5fb7
.short 24501 ## 0x5fb5
.short 24950 ## 0x6176
.short 24935 ## 0x6167
.short 24942 ## 0x616e
.short 24925 ## 0x615d
.short 24917 ## 0x6155
.short 24962 ## 0x6182
.short 24956 ## 0x617c
.short 24944 ## 0x6170
.short 24939 ## 0x616b
.short 24958 ## 0x617e
.short 24999 ## 0x61a7
.short 24976 ## 0x6190
.short 25003 ## 0x61ab
.short 24974 ## 0x618e
.short 25004 ## 0x61ac
.short 24986 ## 0x619a
.short 24996 ## 0x61a4
.short 24980 ## 0x6194
.short 25006 ## 0x61ae
.short 25134 ## 0x622e
.short 25705 ## 0x6469
.short 25711 ## 0x646f
.short 25721 ## 0x6479
.short 25758 ## 0x649e
.short 25778 ## 0x64b2
.short 25736 ## 0x6488
.short 25744 ## 0x6490
.short 25776 ## 0x64b0
.short 25765 ## 0x64a5
.short 25747 ## 0x6493
.short 25749 ## 0x6495
.short 25769 ## 0x64a9
.short 25746 ## 0x6492
.short 25774 ## 0x64ae
.short 25773 ## 0x64ad
.short 25771 ## 0x64ab
.short 25754 ## 0x649a
.short 25772 ## 0x64ac
.short 25753 ## 0x6499
.short 25762 ## 0x64a2
.short 25779 ## 0x64b3
.short 25973 ## 0x6575
.short 25975 ## 0x6577
.short 25976 ## 0x6578
.short 26286 ## 0x66ae
.short 26283 ## 0x66ab
.short 26292 ## 0x66b4
.short 26289 ## 0x66b1
.short 27171 ## 0x6a23
.short 27167 ## 0x6a1f
.short 27112 ## 0x69e8
.short 27137 ## 0x6a01
.short 27166 ## 0x6a1e
.short 27161 ## 0x6a19
.short 27133 ## 0x69fd
.short 27169 ## 0x6a21
.short 27155 ## 0x6a13
.short 27146 ## 0x6a0a
.short 27123 ## 0x69f3
.short 27138 ## 0x6a02
.short 27141 ## 0x6a05
.short 27117 ## 0x69ed
.short 27153 ## 0x6a11
.short 27472 ## 0x6b50
.short 27470 ## 0x6b4e
.short 27556 ## 0x6ba4
.short 27589 ## 0x6bc5
.short 27590 ## 0x6bc6
.short 28479 ## 0x6f3f
.short 28540 ## 0x6f7c
.short 28548 ## 0x6f84
.short 28497 ## 0x6f51
.short 28518 ## 0x6f66
.short 28500 ## 0x6f54
.short 28550 ## 0x6f86
.short 28525 ## 0x6f6d
.short 28507 ## 0x6f5b
.short 28536 ## 0x6f78
.short 28526 ## 0x6f6e
.short 28558 ## 0x6f8e
.short 28538 ## 0x6f7a
.short 28528 ## 0x6f70
.short 28516 ## 0x6f64
.short 28567 ## 0x6f97
.short 28504 ## 0x6f58
.short 28373 ## 0x6ed5
.short 28527 ## 0x6f6f
.short 28512 ## 0x6f60
.short 28511 ## 0x6f5f
.short 29087 ## 0x719f
.short 29100 ## 0x71ac
.short 29105 ## 0x71b1
.short 29096 ## 0x71a8
.short 29270 ## 0x7256
.short 29339 ## 0x729b
.short 29518 ## 0x734e
.short 29527 ## 0x7357
.short 29801 ## 0x7469
.short 29835 ## 0x748b
.short 29827 ## 0x7483
.short 29822 ## 0x747e
.short 29824 ## 0x7480
.short 30079 ## 0x757f
.short 30240 ## 0x7620
.short 30249 ## 0x7629
.short 30239 ## 0x761f
.short 30244 ## 0x7624
.short 30246 ## 0x7626
.short 30241 ## 0x7621
.short 30242 ## 0x7622
.short 30362 ## 0x769a
.short 30394 ## 0x76ba
.short 30436 ## 0x76e4
.short 30606 ## 0x778e
.short 30599 ## 0x7787
.short 30604 ## 0x778c
.short 30609 ## 0x7791
.short 30603 ## 0x778b
.short 30923 ## 0x78cb
.short 30917 ## 0x78c5
.short 30906 ## 0x78ba
.short 30922 ## 0x78ca
.short 30910 ## 0x78be
.short 30933 ## 0x78d5
.short 30908 ## 0x78bc
.short 30928 ## 0x78d0
.short 31295 ## 0x7a3f
.short 31292 ## 0x7a3c
.short 31296 ## 0x7a40
.short 31293 ## 0x7a3d
.short 31287 ## 0x7a37
.short 31291 ## 0x7a3b
.short 31407 ## 0x7aaf
.short 31406 ## 0x7aae
.short 31661 ## 0x7bad
.short 31665 ## 0x7bb1
.short 31684 ## 0x7bc4
.short 31668 ## 0x7bb4
.short 31686 ## 0x7bc6
.short 31687 ## 0x7bc7
.short 31681 ## 0x7bc1
.short 31648 ## 0x7ba0
.short 31692 ## 0x7bcc
.short 31946 ## 0x7cca
.short 32224 ## 0x7de0
.short 32244 ## 0x7df4
.short 32239 ## 0x7def
.short 32251 ## 0x7dfb
.short 32216 ## 0x7dd8
.short 32236 ## 0x7dec
.short 32221 ## 0x7ddd
.short 32232 ## 0x7de8
.short 32227 ## 0x7de3
.short 32218 ## 0x7dda
.short 32222 ## 0x7dde
.short 32233 ## 0x7de9
.short 32158 ## 0x7d9e
.short 32217 ## 0x7dd9
.short 32242 ## 0x7df2
.short 32249 ## 0x7df9
.short 32629 ## 0x7f75
.short 32631 ## 0x7f77
.short 32687 ## 0x7faf
.short 32745 ## 0x7fe9
.short 32806 ## 0x8026
.short 33179 ## 0x819b
.short 33180 ## 0x819c
.short 33181 ## 0x819d
.short 33184 ## 0x81a0
.short 33178 ## 0x819a
.short 33176 ## 0x8198
.short 34071 ## 0x8517
.short 34109 ## 0x853d
.short 34074 ## 0x851a
.short 34030 ## 0x84ee
.short 34092 ## 0x852c
.short 34093 ## 0x852d
.short 34067 ## 0x8513
.short 34065 ## 0x8511
.short 34083 ## 0x8523
.short 34081 ## 0x8521
.short 34068 ## 0x8514
.short 34028 ## 0x84ec
.short 34085 ## 0x8525
.short 34047 ## 0x84ff
.short 34054 ## 0x8506
.short 34690 ## 0x8782
.short 34676 ## 0x8774
.short 34678 ## 0x8776
.short 34656 ## 0x8760
.short 34662 ## 0x8766
.short 34680 ## 0x8778
.short 34664 ## 0x8768
.short 34649 ## 0x8759
.short 34647 ## 0x8757
.short 34636 ## 0x874c
.short 34643 ## 0x8753
.short 34907 ## 0x885b
.short 34909 ## 0x885d
.short 35088 ## 0x8910
.short 35079 ## 0x8907
.short 35090 ## 0x8912
.short 35091 ## 0x8913
.short 35093 ## 0x8915
.short 35082 ## 0x890a
.short 35516 ## 0x8abc
.short 35538 ## 0x8ad2
.short 35527 ## 0x8ac7
.short 35524 ## 0x8ac4
.short 35477 ## 0x8a95
.short 35531 ## 0x8acb
.short 35576 ## 0x8af8
.short 35506 ## 0x8ab2
.short 35529 ## 0x8ac9
.short 35522 ## 0x8ac2
.short 35519 ## 0x8abf
.short 35504 ## 0x8ab0
.short 35542 ## 0x8ad6
.short 35533 ## 0x8acd
.short 35510 ## 0x8ab6
.short 35513 ## 0x8ab9
.short 35547 ## 0x8adb
.short 35916 ## 0x8c4c
.short 35918 ## 0x8c4e
.short 35948 ## 0x8c6c
.short 36064 ## 0x8ce0
.short 36062 ## 0x8cde
.short 36070 ## 0x8ce6
.short 36068 ## 0x8ce4
.short 36076 ## 0x8cec
.short 36077 ## 0x8ced
.short 36066 ## 0x8ce2
.short 36067 ## 0x8ce3
.short 36060 ## 0x8cdc
.short 36074 ## 0x8cea
.short 36065 ## 0x8ce1
.short 36205 ## 0x8d6d
.short 36255 ## 0x8d9f
.short 36259 ## 0x8da3
.short 36395 ## 0x8e2b
.short 36368 ## 0x8e10
.short 36381 ## 0x8e1d
.short 36386 ## 0x8e22
.short 36367 ## 0x8e0f
.short 36393 ## 0x8e29
.short 36383 ## 0x8e1f
.short 36385 ## 0x8e21
.short 36382 ## 0x8e1e
.short 36538 ## 0x8eba
.short 36637 ## 0x8f1d
.short 36635 ## 0x8f1b
.short 36639 ## 0x8f1f
.short 36649 ## 0x8f29
.short 36646 ## 0x8f26
.short 36650 ## 0x8f2a
.short 36636 ## 0x8f1c
.short 36638 ## 0x8f1e
.short 36645 ## 0x8f25
.short 36969 ## 0x9069
.short 36974 ## 0x906e
.short 36968 ## 0x9068
.short 36973 ## 0x906d
.short 36983 ## 0x9077
.short 37168 ## 0x9130
.short 37165 ## 0x912d
.short 37159 ## 0x9127
.short 37169 ## 0x9131
.short 37255 ## 0x9187
.short 37257 ## 0x9189
.short 37259 ## 0x918b
.short 37251 ## 0x9183
.short 37573 ## 0x92c5
.short 37563 ## 0x92bb
.short 37559 ## 0x92b7
.short 37610 ## 0x92ea
.short 37604 ## 0x92e4
.short 37569 ## 0x92c1
.short 37555 ## 0x92b3
.short 37564 ## 0x92bc
.short 37586 ## 0x92d2
.short 37575 ## 0x92c7
.short 37616 ## 0x92f0
.short 37554 ## 0x92b2
.short 38317 ## 0x95ad
.short 38321 ## 0x95b1
.short 38660 ## 0x9704
.short 38662 ## 0x9706
.short 38663 ## 0x9707
.short 38665 ## 0x9709
.short 38752 ## 0x9760
.short 38797 ## 0x978d
.short 38795 ## 0x978b
.short 38799 ## 0x978f
.short 38945 ## 0x9821
.short 38955 ## 0x982b
.short 38940 ## 0x981c
.short 39091 ## 0x98b3
.short 39178 ## 0x990a
.short 39187 ## 0x9913
.short 39186 ## 0x9912
.short 39192 ## 0x9918
.short 39389 ## 0x99dd
.short 39376 ## 0x99d0
.short 39391 ## 0x99df
.short 39387 ## 0x99db
.short 39377 ## 0x99d1
.short 39381 ## 0x99d5
.short 39378 ## 0x99d2
.short 39385 ## 0x99d9
.short 39607 ## 0x9ab7
.short 39662 ## 0x9aee
.short 39663 ## 0x9aef
.short 39719 ## 0x9b27
.short 39749 ## 0x9b45
.short 39748 ## 0x9b44
.short 39799 ## 0x9b77
.short 39791 ## 0x9b6f
.short 40198 ## 0x9d06
.short 40201 ## 0x9d09
.short 40195 ## 0x9d03
.short 40617 ## 0x9ea9
.short 40638 ## 0x9ebe
.short 40654 ## 0x9ece
.short 22696 ## 0x58a8
.short 40786 ## 0x9f52
.short 20754 ## 0x5112
.short 20760 ## 0x5118
.short 20756 ## 0x5114
.short 20752 ## 0x5110
.short 20757 ## 0x5115
.short 20864 ## 0x5180
.short 20906 ## 0x51aa
.short 20957 ## 0x51dd
.short 21137 ## 0x5291
.short 21139 ## 0x5293
.short 21235 ## 0x52f3
.short 22105 ## 0x5659
.short 22123 ## 0x566b
.short 22137 ## 0x5679
.short 22121 ## 0x5669
.short 22116 ## 0x5664
.short 22136 ## 0x5678
.short 22122 ## 0x566a
.short 22120 ## 0x5668
.short 22117 ## 0x5665
.short 22129 ## 0x5671
.short 22127 ## 0x566f
.short 22124 ## 0x566c
.short 22114 ## 0x5662
.short 22134 ## 0x5676
.short 22721 ## 0x58c1
.short 22718 ## 0x58be
.short 22727 ## 0x58c7
.short 22725 ## 0x58c5
.short 22894 ## 0x596e
.short 23325 ## 0x5b1d
.short 23348 ## 0x5b34
.short 23416 ## 0x5b78
.short 23536 ## 0x5bf0
.short 23566 ## 0x5c0e
.short 24394 ## 0x5f4a
.short 25010 ## 0x61b2
.short 24977 ## 0x6191
.short 25001 ## 0x61a9
.short 24970 ## 0x618a
.short 25037 ## 0x61cd
.short 25014 ## 0x61b6
.short 25022 ## 0x61be
.short 25034 ## 0x61ca
.short 25032 ## 0x61c8
.short 25136 ## 0x6230
.short 25797 ## 0x64c5
.short 25793 ## 0x64c1
.short 25803 ## 0x64cb
.short 25787 ## 0x64bb
.short 25788 ## 0x64bc
.short 25818 ## 0x64da
.short 25796 ## 0x64c4
.short 25799 ## 0x64c7
.short 25794 ## 0x64c2
.short 25805 ## 0x64cd
.short 25791 ## 0x64bf
.short 25810 ## 0x64d2
.short 25812 ## 0x64d4
.short 25790 ## 0x64be
.short 25972 ## 0x6574
.short 26310 ## 0x66c6
.short 26313 ## 0x66c9
.short 26297 ## 0x66b9
.short 26308 ## 0x66c4
.short 26311 ## 0x66c7
.short 26296 ## 0x66b8
.short 27197 ## 0x6a3d
.short 27192 ## 0x6a38
.short 27194 ## 0x6a3a
.short 27225 ## 0x6a59
.short 27243 ## 0x6a6b
.short 27224 ## 0x6a58
.short 27193 ## 0x6a39
.short 27204 ## 0x6a44
.short 27234 ## 0x6a62
.short 27233 ## 0x6a61
.short 27211 ## 0x6a4b
.short 27207 ## 0x6a47
.short 27189 ## 0x6a35
.short 27231 ## 0x6a5f
.short 27208 ## 0x6a48
.short 27481 ## 0x6b59
.short 27511 ## 0x6b77
.short 27653 ## 0x6c05
.short 28610 ## 0x6fc2
.short 28593 ## 0x6fb1
.short 28577 ## 0x6fa1
.short 28611 ## 0x6fc3
.short 28580 ## 0x6fa4
.short 28609 ## 0x6fc1
.short 28583 ## 0x6fa7
.short 28595 ## 0x6fb3
.short 28608 ## 0x6fc0
.short 28601 ## 0x6fb9
.short 28598 ## 0x6fb6
.short 28582 ## 0x6fa6
.short 28576 ## 0x6fa0
.short 28596 ## 0x6fb4
.short 29118 ## 0x71be
.short 29129 ## 0x71c9
.short 29136 ## 0x71d0
.short 29138 ## 0x71d2
.short 29128 ## 0x71c8
.short 29141 ## 0x71d5
.short 29113 ## 0x71b9
.short 29134 ## 0x71ce
.short 29145 ## 0x71d9
.short 29148 ## 0x71dc
.short 29123 ## 0x71c3
.short 29124 ## 0x71c4
.short 29544 ## 0x7368
.short 29852 ## 0x749c
.short 29859 ## 0x74a3
.short 29848 ## 0x7498
.short 29855 ## 0x749f
.short 29854 ## 0x749e
.short 29922 ## 0x74e2
.short 29964 ## 0x750c
.short 29965 ## 0x750d
.short 30260 ## 0x7634
.short 30264 ## 0x7638
.short 30266 ## 0x763a
.short 30439 ## 0x76e7
.short 30437 ## 0x76e5
.short 30624 ## 0x77a0
.short 30622 ## 0x779e
.short 30623 ## 0x779f
.short 30629 ## 0x77a5
.short 30952 ## 0x78e8
.short 30938 ## 0x78da
.short 30956 ## 0x78ec
.short 30951 ## 0x78e7
.short 31142 ## 0x79a6
.short 31309 ## 0x7a4d
.short 31310 ## 0x7a4e
.short 31302 ## 0x7a46
.short 31308 ## 0x7a4c
.short 31307 ## 0x7a4b
.short 31418 ## 0x7aba
.short 31705 ## 0x7bd9
.short 31761 ## 0x7c11
.short 31689 ## 0x7bc9
.short 31716 ## 0x7be4
.short 31707 ## 0x7bdb
.short 31713 ## 0x7be1
.short 31721 ## 0x7be9
.short 31718 ## 0x7be6
.short 31957 ## 0x7cd5
.short 31958 ## 0x7cd6
.short 32266 ## 0x7e0a
.short 32273 ## 0x7e11
.short 32264 ## 0x7e08
.short 32283 ## 0x7e1b
.short 32291 ## 0x7e23
.short 32286 ## 0x7e1e
.short 32285 ## 0x7e1d
.short 32265 ## 0x7e09
.short 32272 ## 0x7e10
.short 32633 ## 0x7f79
.short 32690 ## 0x7fb2
.short 32752 ## 0x7ff0
.short 32753 ## 0x7ff1
.short 32750 ## 0x7fee
.short 32808 ## 0x8028
.short 33203 ## 0x81b3
.short 33193 ## 0x81a9
.short 33192 ## 0x81a8
.short 33275 ## 0x81fb
.short 33288 ## 0x8208
.short 33368 ## 0x8258
.short 33369 ## 0x8259
.short 34122 ## 0x854a
.short 34137 ## 0x8559
.short 34120 ## 0x8548
.short 34152 ## 0x8568
.short 34153 ## 0x8569
.short 34115 ## 0x8543
.short 34121 ## 0x8549
.short 34157 ## 0x856d
.short 34154 ## 0x856a
.short 34142 ## 0x855e
.short 34691 ## 0x8783
.short 34719 ## 0x879f
.short 34718 ## 0x879e
.short 34722 ## 0x87a2
.short 34701 ## 0x878d
.short 34913 ## 0x8861
.short 35114 ## 0x892a
.short 35122 ## 0x8932
.short 35109 ## 0x8925
.short 35115 ## 0x892b
.short 35105 ## 0x8921
.short 35242 ## 0x89aa
.short 35238 ## 0x89a6
.short 35558 ## 0x8ae6
.short 35578 ## 0x8afa
.short 35563 ## 0x8aeb
.short 35569 ## 0x8af1
.short 35584 ## 0x8b00
.short 35548 ## 0x8adc
.short 35559 ## 0x8ae7
.short 35566 ## 0x8aee
.short 35582 ## 0x8afe
.short 35585 ## 0x8b01
.short 35586 ## 0x8b02
.short 35575 ## 0x8af7
.short 35565 ## 0x8aed
.short 35571 ## 0x8af3
.short 35574 ## 0x8af6
.short 35580 ## 0x8afc
.short 35947 ## 0x8c6b
.short 35949 ## 0x8c6d
.short 35987 ## 0x8c93
.short 36084 ## 0x8cf4
.short 36420 ## 0x8e44
.short 36401 ## 0x8e31
.short 36404 ## 0x8e34
.short 36418 ## 0x8e42
.short 36409 ## 0x8e39
.short 36405 ## 0x8e35
.short 36667 ## 0x8f3b
.short 36655 ## 0x8f2f
.short 36664 ## 0x8f38
.short 36659 ## 0x8f33
.short 36776 ## 0x8fa8
.short 36774 ## 0x8fa6
.short 36981 ## 0x9075
.short 36980 ## 0x9074
.short 36984 ## 0x9078
.short 36978 ## 0x9072
.short 36988 ## 0x907c
.short 36986 ## 0x907a
.short 37172 ## 0x9134
.short 37266 ## 0x9192
.short 37664 ## 0x9320
.short 37686 ## 0x9336
.short 37624 ## 0x92f8
.short 37683 ## 0x9333
.short 37679 ## 0x932f
.short 37666 ## 0x9322
.short 37628 ## 0x92fc
.short 37675 ## 0x932b
.short 37636 ## 0x9304
.short 37658 ## 0x931a
.short 37648 ## 0x9310
.short 37670 ## 0x9326
.short 37665 ## 0x9321
.short 37653 ## 0x9315
.short 37678 ## 0x932e
.short 37657 ## 0x9319
.short 38331 ## 0x95bb
.short 38567 ## 0x96a7
.short 38568 ## 0x96a8
.short 38570 ## 0x96aa
.short 38613 ## 0x96d5
.short 38670 ## 0x970e
.short 38673 ## 0x9711
.short 38678 ## 0x9716
.short 38669 ## 0x970d
.short 38675 ## 0x9713
.short 38671 ## 0x970f
.short 38747 ## 0x975b
.short 38748 ## 0x975c
.short 38758 ## 0x9766
.short 38808 ## 0x9798
.short 38960 ## 0x9830
.short 38968 ## 0x9838
.short 38971 ## 0x983b
.short 38967 ## 0x9837
.short 38957 ## 0x982d
.short 38969 ## 0x9839
.short 38948 ## 0x9824
.short 39184 ## 0x9910
.short 39208 ## 0x9928
.short 39198 ## 0x991e
.short 39195 ## 0x991b
.short 39201 ## 0x9921
.short 39194 ## 0x991a
.short 39405 ## 0x99ed
.short 39394 ## 0x99e2
.short 39409 ## 0x99f1
.short 39608 ## 0x9ab8
.short 39612 ## 0x9abc
.short 39675 ## 0x9afb
.short 39661 ## 0x9aed
.short 39720 ## 0x9b28
.short 39825 ## 0x9b91
.short 40213 ## 0x9d15
.short 40227 ## 0x9d23
.short 40230 ## 0x9d26
.short 40232 ## 0x9d28
.short 40210 ## 0x9d12
.short 40219 ## 0x9d1b
.short 40664 ## 0x9ed8
.short 40660 ## 0x9ed4
.short 40845 ## 0x9f8d
.short 40860 ## 0x9f9c
.short 20778 ## 0x512a
.short 20767 ## 0x511f
.short 20769 ## 0x5121
.short 20786 ## 0x5132
.short 21237 ## 0x52f5
.short 22158 ## 0x568e
.short 22144 ## 0x5680
.short 22160 ## 0x5690
.short 22149 ## 0x5685
.short 22151 ## 0x5687
.short 22159 ## 0x568f
.short 22741 ## 0x58d5
.short 22739 ## 0x58d3
.short 22737 ## 0x58d1
.short 22734 ## 0x58ce
.short 23344 ## 0x5b30
.short 23338 ## 0x5b2a
.short 23332 ## 0x5b24
.short 23418 ## 0x5b7a
.short 23607 ## 0x5c37
.short 23656 ## 0x5c68
.short 23996 ## 0x5dbc
.short 23994 ## 0x5dba
.short 23997 ## 0x5dbd
.short 23992 ## 0x5db8
.short 24171 ## 0x5e6b
.short 24396 ## 0x5f4c
.short 24509 ## 0x5fbd
.short 25033 ## 0x61c9
.short 25026 ## 0x61c2
.short 25031 ## 0x61c7
.short 25062 ## 0x61e6
.short 25035 ## 0x61cb
.short 25138 ## 0x6232
.short 25140 ## 0x6234
.short 25806 ## 0x64ce
.short 25802 ## 0x64ca
.short 25816 ## 0x64d8
.short 25824 ## 0x64e0
.short 25840 ## 0x64f0
.short 25830 ## 0x64e6
.short 25836 ## 0x64ec
.short 25841 ## 0x64f1
.short 25826 ## 0x64e2
.short 25837 ## 0x64ed
.short 25986 ## 0x6582
.short 25987 ## 0x6583
.short 26329 ## 0x66d9
.short 26326 ## 0x66d6
.short 27264 ## 0x6a80
.short 27284 ## 0x6a94
.short 27268 ## 0x6a84
.short 27298 ## 0x6aa2
.short 27292 ## 0x6a9c
.short 27355 ## 0x6adb
.short 27299 ## 0x6aa3
.short 27262 ## 0x6a7e
.short 27287 ## 0x6a97
.short 27280 ## 0x6a90
.short 27296 ## 0x6aa0
.short 27484 ## 0x6b5c
.short 27566 ## 0x6bae
.short 27610 ## 0x6bda
.short 27656 ## 0x6c08
.short 28632 ## 0x6fd8
.short 28657 ## 0x6ff1
.short 28639 ## 0x6fdf
.short 28640 ## 0x6fe0
.short 28635 ## 0x6fdb
.short 28644 ## 0x6fe4
.short 28651 ## 0x6feb
.short 28655 ## 0x6fef
.short 28544 ## 0x6f80
.short 28652 ## 0x6fec
.short 28641 ## 0x6fe1
.short 28649 ## 0x6fe9
.short 28629 ## 0x6fd5
.short 28654 ## 0x6fee
.short 28656 ## 0x6ff0
.short 29159 ## 0x71e7
.short 29151 ## 0x71df
.short 29166 ## 0x71ee
.short 29158 ## 0x71e6
.short 29157 ## 0x71e5
.short 29165 ## 0x71ed
.short 29164 ## 0x71ec
.short 29172 ## 0x71f4
.short 29152 ## 0x71e0
.short 29237 ## 0x7235
.short 29254 ## 0x7246
.short 29552 ## 0x7370
.short 29554 ## 0x7372
.short 29865 ## 0x74a9
.short 29872 ## 0x74b0
.short 29862 ## 0x74a6
.short 29864 ## 0x74a8
.short 30278 ## 0x7646
.short 30274 ## 0x7642
.short 30284 ## 0x764c
.short 30442 ## 0x76ea
.short 30643 ## 0x77b3
.short 30634 ## 0x77aa
.short 30640 ## 0x77b0
.short 30636 ## 0x77ac
.short 30631 ## 0x77a7
.short 30637 ## 0x77ad
.short 30703 ## 0x77ef
.short 30967 ## 0x78f7
.short 30970 ## 0x78fa
.short 30964 ## 0x78f4
.short 30959 ## 0x78ef
.short 30977 ## 0x7901
.short 31143 ## 0x79a7
.short 31146 ## 0x79aa
.short 31319 ## 0x7a57
.short 31423 ## 0x7abf
.short 31751 ## 0x7c07
.short 31757 ## 0x7c0d
.short 31742 ## 0x7bfe
.short 31735 ## 0x7bf7
.short 31756 ## 0x7c0c
.short 31712 ## 0x7be0
.short 31968 ## 0x7ce0
.short 31964 ## 0x7cdc
.short 31966 ## 0x7cde
.short 31970 ## 0x7ce2
.short 31967 ## 0x7cdf
.short 31961 ## 0x7cd9
.short 31965 ## 0x7cdd
.short 32302 ## 0x7e2e
.short 32318 ## 0x7e3e
.short 32326 ## 0x7e46
.short 32311 ## 0x7e37
.short 32306 ## 0x7e32
.short 32323 ## 0x7e43
.short 32299 ## 0x7e2b
.short 32317 ## 0x7e3d
.short 32305 ## 0x7e31
.short 32325 ## 0x7e45
.short 32321 ## 0x7e41
.short 32308 ## 0x7e34
.short 32313 ## 0x7e39
.short 32328 ## 0x7e48
.short 32309 ## 0x7e35
.short 32319 ## 0x7e3f
.short 32303 ## 0x7e2f
.short 32580 ## 0x7f44
.short 32755 ## 0x7ff3
.short 32764 ## 0x7ffc
.short 32881 ## 0x8071
.short 32882 ## 0x8072
.short 32880 ## 0x8070
.short 32879 ## 0x806f
.short 32883 ## 0x8073
.short 33222 ## 0x81c6
.short 33219 ## 0x81c3
.short 33210 ## 0x81ba
.short 33218 ## 0x81c2
.short 33216 ## 0x81c0
.short 33215 ## 0x81bf
.short 33213 ## 0x81bd
.short 33225 ## 0x81c9
.short 33214 ## 0x81be
.short 33256 ## 0x81e8
.short 33289 ## 0x8209
.short 33393 ## 0x8271
.short 34218 ## 0x85aa
.short 34180 ## 0x8584
.short 34174 ## 0x857e
.short 34204 ## 0x859c
.short 34193 ## 0x8591
.short 34196 ## 0x8594
.short 34223 ## 0x85af
.short 34203 ## 0x859b
.short 34183 ## 0x8587
.short 34216 ## 0x85a8
.short 34186 ## 0x858a
.short 34214 ## 0x85a6
.short 34407 ## 0x8667
.short 34752 ## 0x87c0
.short 34769 ## 0x87d1
.short 34739 ## 0x87b3
.short 34770 ## 0x87d2
.short 34758 ## 0x87c6
.short 34731 ## 0x87ab
.short 34747 ## 0x87bb
.short 34746 ## 0x87ba
.short 34760 ## 0x87c8
.short 34763 ## 0x87cb
.short 35131 ## 0x893b
.short 35126 ## 0x8936
.short 35140 ## 0x8944
.short 35128 ## 0x8938
.short 35133 ## 0x893d
.short 35244 ## 0x89ac
.short 35598 ## 0x8b0e
.short 35607 ## 0x8b17
.short 35609 ## 0x8b19
.short 35611 ## 0x8b1b
.short 35594 ## 0x8b0a
.short 35616 ## 0x8b20
.short 35613 ## 0x8b1d
.short 35588 ## 0x8b04
.short 35600 ## 0x8b10
.short 35905 ## 0x8c41
.short 35903 ## 0x8c3f
.short 35955 ## 0x8c73
.short 36090 ## 0x8cfa
.short 36093 ## 0x8cfd
.short 36092 ## 0x8cfc
.short 36088 ## 0x8cf8
.short 36091 ## 0x8cfb
.short 36264 ## 0x8da8
.short 36425 ## 0x8e49
.short 36427 ## 0x8e4b
.short 36424 ## 0x8e48
.short 36426 ## 0x8e4a
.short 36676 ## 0x8f44
.short 36670 ## 0x8f3e
.short 36674 ## 0x8f42
.short 36677 ## 0x8f45
.short 36671 ## 0x8f3f
.short 36991 ## 0x907f
.short 36989 ## 0x907d
.short 36996 ## 0x9084
.short 36993 ## 0x9081
.short 36994 ## 0x9082
.short 36992 ## 0x9080
.short 37177 ## 0x9139
.short 37283 ## 0x91a3
.short 37278 ## 0x919e
.short 37276 ## 0x919c
.short 37709 ## 0x934d
.short 37762 ## 0x9382
.short 37672 ## 0x9328
.short 37749 ## 0x9375
.short 37706 ## 0x934a
.short 37733 ## 0x9365
.short 37707 ## 0x934b
.short 37656 ## 0x9318
.short 37758 ## 0x937e
.short 37740 ## 0x936c
.short 37723 ## 0x935b
.short 37744 ## 0x9370
.short 37722 ## 0x935a
.short 37716 ## 0x9354
.short 38346 ## 0x95ca
.short 38347 ## 0x95cb
.short 38348 ## 0x95cc
.short 38344 ## 0x95c8
.short 38342 ## 0x95c6
.short 38577 ## 0x96b1
.short 38584 ## 0x96b8
.short 38614 ## 0x96d6
.short 38684 ## 0x971c
.short 38686 ## 0x971e
.short 38816 ## 0x97a0
.short 38867 ## 0x97d3
.short 38982 ## 0x9846
.short 39094 ## 0x98b6
.short 39221 ## 0x9935
.short 39425 ## 0x9a01
.short 39423 ## 0x99ff
.short 39854 ## 0x9bae
.short 39851 ## 0x9bab
.short 39850 ## 0x9baa
.short 39853 ## 0x9bad
.short 40251 ## 0x9d3b
.short 40255 ## 0x9d3f
.short 40587 ## 0x9e8b
.short 40655 ## 0x9ecf
.short 40670 ## 0x9ede
.short 40668 ## 0x9edc
.short 40669 ## 0x9edd
.short 40667 ## 0x9edb
.short 40766 ## 0x9f3e
.short 40779 ## 0x9f4b
.short 21474 ## 0x53e2
.short 22165 ## 0x5695
.short 22190 ## 0x56ae
.short 22745 ## 0x58d9
.short 22744 ## 0x58d8
.short 23352 ## 0x5b38
.short 24414 ## 0x5f5e
.short 25059 ## 0x61e3
.short 25139 ## 0x6233
.short 25844 ## 0x64f4
.short 25842 ## 0x64f2
.short 25854 ## 0x64fe
.short 25862 ## 0x6506
.short 25850 ## 0x64fa
.short 25851 ## 0x64fb
.short 25847 ## 0x64f7
.short 26039 ## 0x65b7
.short 26332 ## 0x66dc
.short 26406 ## 0x6726
.short 27315 ## 0x6ab3
.short 27308 ## 0x6aac
.short 27331 ## 0x6ac3
.short 27323 ## 0x6abb
.short 27320 ## 0x6ab8
.short 27330 ## 0x6ac2
.short 27310 ## 0x6aae
.short 27311 ## 0x6aaf
.short 27487 ## 0x6b5f
.short 27512 ## 0x6b78
.short 27567 ## 0x6baf
.short 28681 ## 0x7009
.short 28683 ## 0x700b
.short 28670 ## 0x6ffe
.short 28678 ## 0x7006
.short 28666 ## 0x6ffa
.short 28689 ## 0x7011
.short 28687 ## 0x700f
.short 29179 ## 0x71fb
.short 29180 ## 0x71fc
.short 29182 ## 0x71fe
.short 29176 ## 0x71f8
.short 29559 ## 0x7377
.short 29557 ## 0x7375
.short 29863 ## 0x74a7
.short 29887 ## 0x74bf
.short 29973 ## 0x7515
.short 30294 ## 0x7656
.short 30296 ## 0x7658
.short 30290 ## 0x7652
.short 30653 ## 0x77bd
.short 30655 ## 0x77bf
.short 30651 ## 0x77bb
.short 30652 ## 0x77bc
.short 30990 ## 0x790e
.short 31150 ## 0x79ae
.short 31329 ## 0x7a61
.short 31330 ## 0x7a62
.short 31328 ## 0x7a60
.short 31428 ## 0x7ac4
.short 31429 ## 0x7ac5
.short 31787 ## 0x7c2b
.short 31783 ## 0x7c27
.short 31786 ## 0x7c2a
.short 31774 ## 0x7c1e
.short 31779 ## 0x7c23
.short 31777 ## 0x7c21
.short 31975 ## 0x7ce7
.short 32340 ## 0x7e54
.short 32341 ## 0x7e55
.short 32350 ## 0x7e5e
.short 32346 ## 0x7e5a
.short 32353 ## 0x7e61
.short 32338 ## 0x7e52
.short 32345 ## 0x7e59
.short 32584 ## 0x7f48
.short 32761 ## 0x7ff9
.short 32763 ## 0x7ffb
.short 32887 ## 0x8077
.short 32886 ## 0x8076
.short 33229 ## 0x81cd
.short 33231 ## 0x81cf
.short 33290 ## 0x820a
.short 34255 ## 0x85cf
.short 34217 ## 0x85a9
.short 34253 ## 0x85cd
.short 34256 ## 0x85d0
.short 34249 ## 0x85c9
.short 34224 ## 0x85b0
.short 34234 ## 0x85ba
.short 34233 ## 0x85b9
.short 34799 ## 0x87ef
.short 34796 ## 0x87ec
.short 34802 ## 0x87f2
.short 34784 ## 0x87e0
.short 35206 ## 0x8986
.short 35250 ## 0x89b2
.short 35316 ## 0x89f4
.short 35624 ## 0x8b28
.short 35641 ## 0x8b39
.short 35628 ## 0x8b2c
.short 35627 ## 0x8b2b
.short 35920 ## 0x8c50
.short 36101 ## 0x8d05
.short 36441 ## 0x8e59
.short 36451 ## 0x8e63
.short 36454 ## 0x8e66
.short 36452 ## 0x8e64
.short 36447 ## 0x8e5f
.short 36437 ## 0x8e55
.short 36544 ## 0x8ec0
.short 36681 ## 0x8f49
.short 36685 ## 0x8f4d
.short 36999 ## 0x9087
.short 36995 ## 0x9083
.short 37000 ## 0x9088
.short 37291 ## 0x91ab
.short 37292 ## 0x91ac
.short 37328 ## 0x91d0
.short 37780 ## 0x9394
.short 37770 ## 0x938a
.short 37782 ## 0x9396
.short 37794 ## 0x93a2
.short 37811 ## 0x93b3
.short 37806 ## 0x93ae
.short 37804 ## 0x93ac
.short 37808 ## 0x93b0
.short 37784 ## 0x9398
.short 37786 ## 0x939a
.short 37783 ## 0x9397
.short 38356 ## 0x95d4
.short 38358 ## 0x95d6
.short 38352 ## 0x95d0
.short 38357 ## 0x95d5
.short 38626 ## 0x96e2
.short 38620 ## 0x96dc
.short 38617 ## 0x96d9
.short 38619 ## 0x96db
.short 38622 ## 0x96de
.short 38692 ## 0x9724
.short 38819 ## 0x97a3
.short 38822 ## 0x97a6
.short 38829 ## 0x97ad
.short 38905 ## 0x97f9
.short 38989 ## 0x984d
.short 38991 ## 0x984f
.short 38988 ## 0x984c
.short 38990 ## 0x984e
.short 38995 ## 0x9853
.short 39098 ## 0x98ba
.short 39230 ## 0x993e
.short 39231 ## 0x993f
.short 39229 ## 0x993d
.short 39214 ## 0x992e
.short 39333 ## 0x99a5
.short 39438 ## 0x9a0e
.short 39617 ## 0x9ac1
.short 39683 ## 0x9b03
.short 39686 ## 0x9b06
.short 39759 ## 0x9b4f
.short 39758 ## 0x9b4e
.short 39757 ## 0x9b4d
.short 39882 ## 0x9bca
.short 39881 ## 0x9bc9
.short 39933 ## 0x9bfd
.short 39880 ## 0x9bc8
.short 39872 ## 0x9bc0
.short 40273 ## 0x9d51
.short 40285 ## 0x9d5d
.short 40288 ## 0x9d60
.short 40672 ## 0x9ee0
.short 40725 ## 0x9f15
.short 40748 ## 0x9f2c
.short 20787 ## 0x5133
.short 22181 ## 0x56a5
.short 22184 ## 0x56a8
.short 22750 ## 0x58de
.short 22751 ## 0x58df
.short 22754 ## 0x58e2
.short 23541 ## 0x5bf5
.short 40848 ## 0x9f90
.short 24300 ## 0x5eec
.short 25074 ## 0x61f2
.short 25079 ## 0x61f7
.short 25078 ## 0x61f6
.short 25077 ## 0x61f5
.short 25856 ## 0x6500
.short 25871 ## 0x650f
.short 26336 ## 0x66e0
.short 26333 ## 0x66dd
.short 27365 ## 0x6ae5
.short 27357 ## 0x6add
.short 27354 ## 0x6ada
.short 27347 ## 0x6ad3
.short 28699 ## 0x701b
.short 28703 ## 0x701f
.short 28712 ## 0x7028
.short 28698 ## 0x701a
.short 28701 ## 0x701d
.short 28693 ## 0x7015
.short 28696 ## 0x7018
.short 29190 ## 0x7206
.short 29197 ## 0x720d
.short 29272 ## 0x7258
.short 29346 ## 0x72a2
.short 29560 ## 0x7378
.short 29562 ## 0x737a
.short 29885 ## 0x74bd
.short 29898 ## 0x74ca
.short 29923 ## 0x74e3
.short 30087 ## 0x7587
.short 30086 ## 0x7586
.short 30303 ## 0x765f
.short 30305 ## 0x7661
.short 30663 ## 0x77c7
.short 31001 ## 0x7919
.short 31153 ## 0x79b1
.short 31339 ## 0x7a6b
.short 31337 ## 0x7a69
.short 31806 ## 0x7c3e
.short 31807 ## 0x7c3f
.short 31800 ## 0x7c38
.short 31805 ## 0x7c3d
.short 31799 ## 0x7c37
.short 31808 ## 0x7c40
.short 32363 ## 0x7e6b
.short 32365 ## 0x7e6d
.short 32377 ## 0x7e79
.short 32361 ## 0x7e69
.short 32362 ## 0x7e6a
.short 32371 ## 0x7e73
.short 32645 ## 0x7f85
.short 32694 ## 0x7fb6
.short 32697 ## 0x7fb9
.short 32696 ## 0x7fb8
.short 33240 ## 0x81d8
.short 34281 ## 0x85e9
.short 34269 ## 0x85dd
.short 34282 ## 0x85ea
.short 34261 ## 0x85d5
.short 34276 ## 0x85e4
.short 34277 ## 0x85e5
.short 34295 ## 0x85f7
.short 34811 ## 0x87fb
.short 34821 ## 0x8805
.short 34829 ## 0x880d
.short 34809 ## 0x87f9
.short 34814 ## 0x87fe
.short 35168 ## 0x8960
.short 35167 ## 0x895f
.short 35158 ## 0x8956
.short 35166 ## 0x895e
.short 35649 ## 0x8b41
.short 35676 ## 0x8b5c
.short 35672 ## 0x8b58
.short 35657 ## 0x8b49
.short 35674 ## 0x8b5a
.short 35662 ## 0x8b4e
.short 35663 ## 0x8b4f
.short 35654 ## 0x8b46
.short 35673 ## 0x8b59
.short 36104 ## 0x8d08
.short 36106 ## 0x8d0a
.short 36476 ## 0x8e7c
.short 36466 ## 0x8e72
.short 36487 ## 0x8e87
.short 36470 ## 0x8e76
.short 36460 ## 0x8e6c
.short 36474 ## 0x8e7a
.short 36468 ## 0x8e74
.short 36692 ## 0x8f54
.short 36686 ## 0x8f4e
.short 36781 ## 0x8fad
.short 37002 ## 0x908a
.short 37003 ## 0x908b
.short 37297 ## 0x91b1
.short 37294 ## 0x91ae
.short 37857 ## 0x93e1
.short 37841 ## 0x93d1
.short 37855 ## 0x93df
.short 37827 ## 0x93c3
.short 37832 ## 0x93c8
.short 37852 ## 0x93dc
.short 37853 ## 0x93dd
.short 37846 ## 0x93d6
.short 37858 ## 0x93e2
.short 37837 ## 0x93cd
.short 37848 ## 0x93d8
.short 37860 ## 0x93e4
.short 37847 ## 0x93d7
.short 37864 ## 0x93e8
.short 38364 ## 0x95dc
.short 38580 ## 0x96b4
.short 38627 ## 0x96e3
.short 38698 ## 0x972a
.short 38695 ## 0x9727
.short 38753 ## 0x9761
.short 38876 ## 0x97dc
.short 38907 ## 0x97fb
.short 39006 ## 0x985e
.short 39000 ## 0x9858
.short 39003 ## 0x985b
.short 39100 ## 0x98bc
.short 39237 ## 0x9945
.short 39241 ## 0x9949
.short 39446 ## 0x9a16
.short 39449 ## 0x9a19
.short 39693 ## 0x9b0d
.short 39912 ## 0x9be8
.short 39911 ## 0x9be7
.short 39894 ## 0x9bd6
.short 39899 ## 0x9bdb
.short 40329 ## 0x9d89
.short 40289 ## 0x9d61
.short 40306 ## 0x9d72
.short 40298 ## 0x9d6a
.short 40300 ## 0x9d6c
.short 40594 ## 0x9e92
.short 40599 ## 0x9e97
.short 40595 ## 0x9e93
.short 40628 ## 0x9eb4
.short 21240 ## 0x52f8
.short 22199 ## 0x56b7
.short 22198 ## 0x56b6
.short 22196 ## 0x56b4
.short 22204 ## 0x56bc
.short 22756 ## 0x58e4
.short 23360 ## 0x5b40
.short 23363 ## 0x5b43
.short 23421 ## 0x5b7d
.short 23542 ## 0x5bf6
.short 24009 ## 0x5dc9
.short 25080 ## 0x61f8
.short 25082 ## 0x61fa
.short 25880 ## 0x6518
.short 25876 ## 0x6514
.short 25881 ## 0x6519
.short 26342 ## 0x66e6
.short 26407 ## 0x6727
.short 27372 ## 0x6aec
.short 28734 ## 0x703e
.short 28720 ## 0x7030
.short 28722 ## 0x7032
.short 29200 ## 0x7210
.short 29563 ## 0x737b
.short 29903 ## 0x74cf
.short 30306 ## 0x7662
.short 30309 ## 0x7665
.short 31014 ## 0x7926
.short 31018 ## 0x792a
.short 31020 ## 0x792c
.short 31019 ## 0x792b
.short 31431 ## 0x7ac7
.short 31478 ## 0x7af6
.short 31820 ## 0x7c4c
.short 31811 ## 0x7c43
.short 31821 ## 0x7c4d
.short 31983 ## 0x7cef
.short 31984 ## 0x7cf0
.short 36782 ## 0x8fae
.short 32381 ## 0x7e7d
.short 32380 ## 0x7e7c
.short 32386 ## 0x7e82
.short 32588 ## 0x7f4c
.short 32768 ## 0x8000
.short 33242 ## 0x81da
.short 33382 ## 0x8266
.short 34299 ## 0x85fb
.short 34297 ## 0x85f9
.short 34321 ## 0x8611
.short 34298 ## 0x85fa
.short 34310 ## 0x8606
.short 34315 ## 0x860b
.short 34311 ## 0x8607
.short 34314 ## 0x860a
.short 34836 ## 0x8814
.short 34837 ## 0x8815
.short 35172 ## 0x8964
.short 35258 ## 0x89ba
.short 35320 ## 0x89f8
.short 35696 ## 0x8b70
.short 35692 ## 0x8b6c
.short 35686 ## 0x8b66
.short 35695 ## 0x8b6f
.short 35679 ## 0x8b5f
.short 35691 ## 0x8b6b
.short 36111 ## 0x8d0f
.short 36109 ## 0x8d0d
.short 36489 ## 0x8e89
.short 36481 ## 0x8e81
.short 36485 ## 0x8e85
.short 36482 ## 0x8e82
.short 37300 ## 0x91b4
.short 37323 ## 0x91cb
.short 37912 ## 0x9418
.short 37891 ## 0x9403
.short 37885 ## 0x93fd
.short 38369 ## 0x95e1
.short 38704 ## 0x9730
.short 39108 ## 0x98c4
.short 39250 ## 0x9952
.short 39249 ## 0x9951
.short 39336 ## 0x99a8
.short 39467 ## 0x9a2b
.short 39472 ## 0x9a30
.short 39479 ## 0x9a37
.short 39477 ## 0x9a35
.short 39955 ## 0x9c13
.short 39949 ## 0x9c0d
.short 40569 ## 0x9e79
.short 40629 ## 0x9eb5
.short 40680 ## 0x9ee8
.short 40751 ## 0x9f2f
.short 40799 ## 0x9f5f
.short 40803 ## 0x9f63
.short 40801 ## 0x9f61
.short 20791 ## 0x5137
.short 20792 ## 0x5138
.short 22209 ## 0x56c1
.short 22208 ## 0x56c0
.short 22210 ## 0x56c2
.short 22804 ## 0x5914
.short 23660 ## 0x5c6c
.short 24013 ## 0x5dcd
.short 25084 ## 0x61fc
.short 25086 ## 0x61fe
.short 25885 ## 0x651d
.short 25884 ## 0x651c
.short 26005 ## 0x6595
.short 26345 ## 0x66e9
.short 27387 ## 0x6afb
.short 27396 ## 0x6b04
.short 27386 ## 0x6afa
.short 27570 ## 0x6bb2
.short 28748 ## 0x704c
.short 29211 ## 0x721b
.short 29351 ## 0x72a7
.short 29910 ## 0x74d6
.short 29908 ## 0x74d4
.short 30313 ## 0x7669
.short 30675 ## 0x77d3
.short 31824 ## 0x7c50
.short 32399 ## 0x7e8f
.short 32396 ## 0x7e8c
.short 32700 ## 0x7fbc
.short 34327 ## 0x8617
.short 34349 ## 0x862d
.short 34330 ## 0x861a
.short 34851 ## 0x8823
.short 34850 ## 0x8822
.short 34849 ## 0x8821
.short 34847 ## 0x881f
.short 35178 ## 0x896a
.short 35180 ## 0x896c
.short 35261 ## 0x89bd
.short 35700 ## 0x8b74
.short 35703 ## 0x8b77
.short 35709 ## 0x8b7d
.short 36115 ## 0x8d13
.short 36490 ## 0x8e8a
.short 36493 ## 0x8e8d
.short 36491 ## 0x8e8b
.short 36703 ## 0x8f5f
.short 36783 ## 0x8faf
.short 37306 ## 0x91ba
.short 37934 ## 0x942e
.short 37939 ## 0x9433
.short 37941 ## 0x9435
.short 37946 ## 0x943a
.short 37944 ## 0x9438
.short 37938 ## 0x9432
.short 37931 ## 0x942b
.short 38370 ## 0x95e2
.short 38712 ## 0x9738
.short 38713 ## 0x9739
.short 38706 ## 0x9732
.short 38911 ## 0x97ff
.short 39015 ## 0x9867
.short 39013 ## 0x9865
.short 39255 ## 0x9957
.short 39493 ## 0x9a45
.short 39491 ## 0x9a43
.short 39488 ## 0x9a40
.short 39486 ## 0x9a3e
.short 39631 ## 0x9acf
.short 39764 ## 0x9b54
.short 39761 ## 0x9b51
.short 39981 ## 0x9c2d
.short 39973 ## 0x9c25
.short 40367 ## 0x9daf
.short 40372 ## 0x9db4
.short 40386 ## 0x9dc2
.short 40376 ## 0x9db8
.short 40605 ## 0x9e9d
.short 40687 ## 0x9eef
.short 40729 ## 0x9f19
.short 40796 ## 0x9f5c
.short 40806 ## 0x9f66
.short 40807 ## 0x9f67
.short 20796 ## 0x513c
.short 20795 ## 0x513b
.short 22216 ## 0x56c8
.short 22218 ## 0x56ca
.short 22217 ## 0x56c9
.short 23423 ## 0x5b7f
.short 24020 ## 0x5dd4
.short 24018 ## 0x5dd2
.short 24398 ## 0x5f4e
.short 25087 ## 0x61ff
.short 25892 ## 0x6524
.short 27402 ## 0x6b0a
.short 27489 ## 0x6b61
.short 28753 ## 0x7051
.short 28760 ## 0x7058
.short 29568 ## 0x7380
.short 29924 ## 0x74e4
.short 30090 ## 0x758a
.short 30318 ## 0x766e
.short 30316 ## 0x766c
.short 31155 ## 0x79b3
.short 31840 ## 0x7c60
.short 31839 ## 0x7c5f
.short 32894 ## 0x807e
.short 32893 ## 0x807d
.short 33247 ## 0x81df
.short 35186 ## 0x8972
.short 35183 ## 0x896f
.short 35324 ## 0x89fc
.short 35712 ## 0x8b80
.short 36118 ## 0x8d16
.short 36119 ## 0x8d17
.short 36497 ## 0x8e91
.short 36499 ## 0x8e93
.short 36705 ## 0x8f61
.short 37192 ## 0x9148
.short 37956 ## 0x9444
.short 37969 ## 0x9451
.short 37970 ## 0x9452
.short 38717 ## 0x973d
.short 38718 ## 0x973e
.short 38851 ## 0x97c3
.short 38849 ## 0x97c1
.short 39019 ## 0x986b
.short 39253 ## 0x9955
.short 39509 ## 0x9a55
.short 39501 ## 0x9a4d
.short 39634 ## 0x9ad2
.short 39706 ## 0x9b1a
.short 40009 ## 0x9c49
.short 39985 ## 0x9c31
.short 39998 ## 0x9c3e
.short 39995 ## 0x9c3b
.short 40403 ## 0x9dd3
.short 40407 ## 0x9dd7
.short 40756 ## 0x9f34
.short 40812 ## 0x9f6c
.short 40810 ## 0x9f6a
.short 40852 ## 0x9f94
.short 22220 ## 0x56cc
.short 24022 ## 0x5dd6
.short 25088 ## 0x6200
.short 25891 ## 0x6523
.short 25899 ## 0x652b
.short 25898 ## 0x652a
.short 26348 ## 0x66ec
.short 27408 ## 0x6b10
.short 29914 ## 0x74da
.short 31434 ## 0x7aca
.short 31844 ## 0x7c64
.short 31843 ## 0x7c63
.short 31845 ## 0x7c65
.short 32403 ## 0x7e93
.short 32406 ## 0x7e96
.short 32404 ## 0x7e94
.short 33250 ## 0x81e2
.short 34360 ## 0x8638
.short 34367 ## 0x863f
.short 34865 ## 0x8831
.short 35722 ## 0x8b8a
.short 37008 ## 0x9090
.short 37007 ## 0x908f
.short 37987 ## 0x9463
.short 37984 ## 0x9460
.short 37988 ## 0x9464
.short 38760 ## 0x9768
.short 39023 ## 0x986f
.short 39260 ## 0x995c
.short 39514 ## 0x9a5a
.short 39515 ## 0x9a5b
.short 39511 ## 0x9a57
.short 39635 ## 0x9ad3
.short 39636 ## 0x9ad4
.short 39633 ## 0x9ad1
.short 40020 ## 0x9c54
.short 40023 ## 0x9c57
.short 40022 ## 0x9c56
.short 40421 ## 0x9de5
.short 40607 ## 0x9e9f
.short 40692 ## 0x9ef4
.short 22225 ## 0x56d1
.short 22761 ## 0x58e9
.short 25900 ## 0x652c
.short 28766 ## 0x705e
.short 30321 ## 0x7671
.short 30322 ## 0x7672
.short 30679 ## 0x77d7
.short 32592 ## 0x7f50
.short 32648 ## 0x7f88
.short 34870 ## 0x8836
.short 34873 ## 0x8839
.short 34914 ## 0x8862
.short 35731 ## 0x8b93
.short 35730 ## 0x8b92
.short 35734 ## 0x8b96
.short 33399 ## 0x8277
.short 36123 ## 0x8d1b
.short 37312 ## 0x91c0
.short 37994 ## 0x946a
.short 38722 ## 0x9742
.short 38728 ## 0x9748
.short 38724 ## 0x9744
.short 38854 ## 0x97c6
.short 39024 ## 0x9870
.short 39519 ## 0x9a5f
.short 39714 ## 0x9b22
.short 39768 ## 0x9b58
.short 40031 ## 0x9c5f
.short 40441 ## 0x9df9
.short 40442 ## 0x9dfa
.short 40572 ## 0x9e7c
.short 40573 ## 0x9e7d
.short 40711 ## 0x9f07
.short 40823 ## 0x9f77
.short 40818 ## 0x9f72
.short 24307 ## 0x5ef3
.short 27414 ## 0x6b16
.short 28771 ## 0x7063
.short 31852 ## 0x7c6c
.short 31854 ## 0x7c6e
.short 34875 ## 0x883b
.short 35264 ## 0x89c0
.short 36513 ## 0x8ea1
.short 37313 ## 0x91c1
.short 38002 ## 0x9472
.short 38000 ## 0x9470
.short 39025 ## 0x9871
.short 39262 ## 0x995e
.short 39638 ## 0x9ad6
.short 39715 ## 0x9b23
.short 40652 ## 0x9ecc
.short 28772 ## 0x7064
.short 30682 ## 0x77da
.short 35738 ## 0x8b9a
.short 38007 ## 0x9477
.short 38857 ## 0x97c9
.short 39522 ## 0x9a62
.short 39525 ## 0x9a65
.short 32412 ## 0x7e9c
.short 35740 ## 0x8b9c
.short 36522 ## 0x8eaa
.short 37317 ## 0x91c5
.short 38013 ## 0x947d
.short 38014 ## 0x947e
.short 38012 ## 0x947c
.short 40055 ## 0x9c77
.short 40056 ## 0x9c78
.short 40695 ## 0x9ef7
.short 35924 ## 0x8c54
.short 38015 ## 0x947f
.short 40474 ## 0x9e1a
.short 29224 ## 0x7228
.short 39530 ## 0x9a6a
.short 39729 ## 0x9b31
.short 40475 ## 0x9e1b
.short 40478 ## 0x9e1e
.short 31858 ## 0x7c72
.globl ___cns11643l1_from_ucs4_tab1 ## @__cns11643l1_from_ucs4_tab1
.p2align 4
___cns11643l1_from_ucs4_tab1:
.ascii "!p"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\"x"
.ascii "\"4"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "!1"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\"2"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\"3"
.globl ___cns11643l1_from_ucs4_tab2 ## @__cns11643l1_from_ucs4_tab2
.p2align 4
___cns11643l1_from_ucs4_tab2:
.ascii "%o"
.space 2
.ascii "%m"
.ascii "%n"
.ascii "%p"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "%l"
.globl ___cns11643l1_from_ucs4_tab3 ## @__cns11643l1_from_ucs4_tab3
.p2align 4
___cns11643l1_from_ucs4_tab3:
.ascii "$u"
.ascii "$v"
.ascii "$w"
.ascii "$x"
.ascii "$y"
.ascii "$z"
.ascii "${"
.ascii "$|"
.ascii "$}"
.ascii "$~"
.ascii "%!"
.ascii "%\""
.ascii "%#"
.ascii "%$"
.space 2,37
.ascii "%&"
.ascii "%'"
.space 2
.ascii "%("
.ascii "%)"
.ascii "%*"
.ascii "%+"
.ascii "%,"
.ascii "%-"
.ascii "%."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "%/"
.ascii "%0"
.ascii "%1"
.ascii "%2"
.ascii "%3"
.ascii "%4"
.ascii "%5"
.ascii "%6"
.ascii "%7"
.ascii "%8"
.ascii "%9"
.ascii "%:"
.ascii "%;"
.ascii "%<"
.ascii "%="
.ascii "%>"
.ascii "%?"
.space 2
.ascii "%@"
.ascii "%A"
.ascii "%B"
.ascii "%C"
.ascii "%D"
.ascii "%E"
.ascii "%F"
.globl ___cns11643l1_from_ucs4_tab4 ## @__cns11643l1_from_ucs4_tab4
.p2align 4
___cns11643l1_from_ucs4_tab4:
.ascii "!9"
.ascii "!7"
.space 2
.ascii "\"]"
.space 2
.ascii "!d"
.ascii "!e"
.space 2
.space 2
.ascii "!f"
.ascii "!g"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "!-"
.ascii "!,"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "!j"
.space 2
.space 2
.ascii "!k"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "!o"
.space 2
.space 2
.ascii "\"#"
.globl ___cns11643l1_from_ucs4_tab5 ## @__cns11643l1_from_ucs4_tab5
.p2align 4
___cns11643l1_from_ucs4_tab5:
.ascii "\"X"
.ascii "\"U"
.ascii "\"W"
.ascii "\"V"
.space 2
.space 2
.ascii "\"Y"
.ascii "\"Z"
.ascii "\"\\"
.ascii "\"["
.globl ___cns11643l1_from_ucs4_tab6 ## @__cns11643l1_from_ucs4_tab6
.p2align 4
___cns11643l1_from_ucs4_tab6:
.ascii "\"a"
.space 2
.space 2
.space 2
.space 2
.ascii "\"5"
.space 2
.space 2
.space 2
.ascii "\"<"
.ascii "\"I"
.ascii "\"H"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\"E"
.ascii "\"F"
.ascii "\"M"
.space 2
.space 2
.ascii "\"N"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\"P"
.ascii "\"O"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\"D"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\"="
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\";"
.ascii "\">"
.space 2
.space 2
.space 2
.space 2
.ascii "\"9"
.ascii "\":"
.globl ___cns11643l1_from_ucs4_tab7 ## @__cns11643l1_from_ucs4_tab7
.p2align 4
___cns11643l1_from_ucs4_tab7:
.ascii "B!"
.ascii "B\""
.ascii "B#"
.ascii "B$"
.ascii "B%"
.ascii "B&"
.ascii "B'"
.ascii "B("
.ascii "B)"
.ascii "B*"
.ascii "B+"
.ascii "B,"
.ascii "B-"
.ascii "B."
.ascii "B/"
.ascii "B0"
.ascii "B1"
.ascii "B2"
.ascii "B3"
.ascii "B4"
.ascii "B5"
.ascii "B6"
.ascii "B7"
.ascii "B8"
.ascii "B9"
.ascii "B:"
.ascii "B;"
.ascii "B<"
.ascii "B="
.ascii "B>"
.ascii "B?"
.ascii "B@"
.space 2
.ascii "BA"
.globl ___cns11643l1_from_ucs4_tab8 ## @__cns11643l1_from_ucs4_tab8
.p2align 4
___cns11643l1_from_ucs4_tab8:
.ascii "&!"
.ascii "&\""
.ascii "&#"
.ascii "&$"
.ascii "&%"
.space 2,38
.ascii "&'"
.ascii "&("
.ascii "&)"
.ascii "&*"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "&+"
.ascii "&,"
.ascii "&-"
.ascii "&."
.ascii "&/"
.ascii "&0"
.ascii "&1"
.ascii "&2"
.ascii "&3"
.ascii "&4"
.globl ___cns11643l1_from_ucs4_tab9 ## @__cns11643l1_from_ucs4_tab9
.p2align 4
___cns11643l1_from_ucs4_tab9:
.ascii "#9"
.space 2
.ascii "#:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "#<"
.space 2
.space 2
.space 2
.ascii "#="
.space 2
.space 2
.space 2
.ascii "#>"
.space 2
.space 2
.space 2
.ascii "#?"
.space 2
.space 2
.space 2
.ascii "#7"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "#6"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "#5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "#4"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "#3"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "#D"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "#E"
.space 2
.space 2
.ascii "#G"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "#F"
.space 2
.space 2
.ascii "#@"
.ascii "#A"
.ascii "#C"
.ascii "#B"
.ascii "#L"
.ascii "#M"
.ascii "#N"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "#$"
.ascii "#%"
.ascii "#&"
.ascii "#'"
.ascii "#("
.ascii "#)"
.ascii "#*"
.ascii "#+"
.ascii "#2"
.ascii "#1"
.ascii "#0"
.ascii "#/"
.ascii "#."
.ascii "#-"
.ascii "#,"
.space 2
.space 2
.space 2
.space 2
.ascii "#8"
.ascii "#;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "!|"
.ascii "!{"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "!u"
.ascii "!t"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "!~"
.ascii "!}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "!z"
.ascii "!y"
.space 2
.space 2
.space 2
.ascii "!r"
.space 2
.space 2
.ascii "!v"
.ascii "!s"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "#H"
.ascii "#I"
.ascii "#K"
.ascii "#J"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "!x"
.ascii "!w"
.space 2
.space 2
.ascii "\"T"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\"Q"
.ascii "\"S"
.ascii "\"R"
.globl ___cns11643l1_from_ucs4_tab10 ## @__cns11643l1_from_ucs4_tab10
.p2align 4
___cns11643l1_from_ucs4_tab10:
.space 2,33
.ascii "!#"
.ascii "!$"
.ascii "!q"
.space 2
.space 2
.space 2
.space 2
.ascii "!R"
.ascii "!S"
.ascii "!N"
.ascii "!O"
.ascii "!V"
.ascii "!W"
.ascii "!Z"
.ascii "!["
.ascii "!J"
.ascii "!K"
.ascii "\"e"
.space 2
.ascii "!F"
.ascii "!G"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "!h"
.ascii "!i"
.space 2
.space 2
.ascii "$5"
.ascii "$6"
.ascii "$7"
.ascii "$8"
.ascii "$9"
.ascii "$:"
.ascii "$;"
.ascii "$<"
.ascii "$="
.globl ___cns11643l1_from_ucs4_tab11 ## @__cns11643l1_from_ucs4_tab11
.p2align 4
___cns11643l1_from_ucs4_tab11:
.ascii "\"u"
.ascii "\"v"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\"p"
.ascii "\"q"
.ascii "\"r"
.space 2
.space 2
.ascii "\"t"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\"w"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\"s"
.space 2
.space 2
.ascii "\"L"
.ascii "\"K"
.space 2
.space 2
.ascii "\"o"
.globl ___cns11643l1_from_ucs4_tab12 ## @__cns11643l1_from_ucs4_tab12
.p2align 4
___cns11643l1_from_ucs4_tab12:
.ascii "D!"
.ascii "D#"
.space 2
.ascii "D$"
.space 2
.space 2
.space 2
.space 2
.ascii "D7"
.ascii "D5"
.ascii "D8"
.ascii "D6"
.space 2
.ascii "Db"
.space 2
.space 2
.ascii "Da"
.ascii "D`"
.space 2
.space 2
.ascii "Eb"
.ascii "Ea"
.ascii "E`"
.space 2
.ascii "Ec"
.ascii "E_"
.space 2
.space 2
.space 2
.space 2
.ascii "G\""
.ascii "G#"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Kd"
.space 2
.space 2
.space 2
.space 2
.ascii "D9"
.space 2
.ascii "Dc"
.space 2
.space 2
.ascii "Dd"
.space 2
.ascii "Hk"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "D:"
.ascii "De"
.space 2
.ascii "Ed"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "D%"
.space 2
.ascii "D<"
.space 2
.space 2
.ascii "D="
.space 2
.space 2
.ascii "Df"
.space 2
.ascii "Ee"
.ascii "Eg"
.ascii "Ef"
.space 2
.space 2
.ascii "G$"
.ascii "G%"
.space 2
.space 2
.ascii "Ke"
.space 2
.ascii "S}"
.ascii "D\""
.space 2
.space 2
.space 2
.ascii "D&"
.ascii "D?"
.ascii "D>"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "G&"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Kf"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Xq"
.space 2
.space 2
.space 2
.ascii "c*"
.space 2
.space 2
.space 2
.ascii "D'"
.space 2
.ascii "Dh"
.space 2
.space 2
.ascii "Kg"
.ascii "D("
.space 2
.ascii "D@"
.space 2
.space 2
.ascii "Di"
.ascii "Dk"
.space 2
.ascii "Dl"
.ascii "Dj"
.space 2
.space 2
.space 2
.ascii "G'"
.space 2
.ascii "Kh"
.space 2
.space 2
.ascii "Ki"
.ascii "Og"
.ascii "'("
.ascii "DA"
.ascii "Dm"
.space 2
.ascii "G("
.ascii "G*"
.ascii "G)"
.space 2
.ascii "Hl"
.space 2
.space 2
.ascii "Kj"
.ascii "Kk"
.ascii "Oh"
.ascii "Oi"
.space 2
.space 2
.space 2
.space 2
.ascii "S~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "D)"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Do"
.ascii "Dn"
.space 2
.ascii "Dp"
.ascii "Dv"
.space 2
.ascii "Dq"
.ascii "Dr"
.space 2
.space 2
.ascii "Dt"
.ascii "Du"
.space 2
.ascii "Ds"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ej"
.ascii "Ek"
.ascii "El"
.ascii "Em"
.ascii "Ei"
.ascii "Ep"
.space 2
.space 2
.space 2
.space 2
.ascii "Eq"
.ascii "F#"
.space 2
.space 2
.space 2
.ascii "En"
.ascii "Eo"
.ascii "Eh"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "G7"
.space 2
.ascii "G4"
.ascii "G8"
.space 2
.space 2
.ascii "G5"
.space 2
.space 2
.space 2
.space 2
.ascii "G6"
.space 2
.ascii "G9"
.space 2
.ascii "G+"
.space 2
.ascii "G:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "G,"
.ascii "G."
.ascii "G;"
.space 2
.ascii "G0"
.space 2
.ascii "G3"
.ascii "G1"
.ascii "G2"
.space 2
.space 2
.space 2
.ascii "G/"
.space 2
.space 2
.space 2
.ascii "G-"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "I$"
.ascii "Hu"
.space 2
.space 2
.space 2
.ascii "Hr"
.space 2
.ascii "I&"
.space 2
.ascii "Hz"
.space 2
.ascii "Hy"
.space 2
.ascii "H}"
.ascii "Hx"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "H{"
.space 2
.space 2
.ascii "H~"
.ascii "Ho"
.ascii "I)"
.space 2
.space 2
.space 2
.space 2
.ascii "Hm"
.ascii "I%"
.ascii "Hn"
.ascii "Hv"
.ascii "Hw"
.space 2
.space 2
.ascii "H|"
.ascii "Ht"
.space 2
.ascii "Hp"
.space 2
.ascii "I'"
.ascii "I*"
.ascii "Hs"
.ascii "I\""
.ascii "I("
.ascii "Hq"
.space 2
.ascii "I#"
.space 2
.space 2
.ascii "I!"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ky"
.space 2
.space 2
.ascii "Kq"
.space 2
.space 2
.ascii "Kl"
.ascii "Kv"
.space 2
.space 2
.ascii "Ko"
.space 2
.ascii "Kw"
.space 2
.space 2
.space 2
.space 2
.ascii "L!"
.ascii "Kz"
.space 2
.space 2
.ascii "K|"
.ascii "Kp"
.space 2
.space 2
.space 2
.ascii "Ku"
.space 2
.space 2
.ascii "Kt"
.space 2
.ascii "Kx"
.space 2
.space 2
.ascii "Ks"
.space 2
.ascii "Kn"
.space 2
.ascii "K}"
.space 2
.ascii "K~"
.space 2
.space 2
.space 2
.space 2
.ascii "K{"
.space 2
.space 2
.space 2
.space 2
.ascii "Kr"
.space 2
.ascii "Km"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ox"
.ascii "Ol"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ok"
.ascii "Os"
.ascii "P!"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Om"
.space 2
.space 2
.ascii "O{"
.ascii "Or"
.ascii "Oz"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ov"
.space 2
.space 2
.space 2
.ascii "O}"
.ascii "Op"
.ascii "Oy"
.ascii "Oo"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ow"
.ascii "Ot"
.space 2
.ascii "O|"
.space 2
.space 2
.ascii "Oq"
.ascii "O~"
.ascii "Ou"
.ascii "On"
.ascii "Oj"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "T:"
.ascii "T$"
.space 2
.ascii "T4"
.space 2
.ascii "T9"
.space 2
.space 2
.space 2
.space 2
.ascii "T'"
.space 2
.ascii "T0"
.space 2
.space 2
.space 2
.ascii "T="
.space 2
.ascii "T1"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "T*"
.space 2
.space 2
.ascii "T?"
.space 2
.ascii "T6"
.ascii "T!"
.ascii "T\""
.space 2
.ascii "Y$"
.space 2
.ascii "T/"
.ascii "T."
.space 2
.ascii "T2"
.space 2
.ascii "T)"
.space 2
.ascii "T8"
.ascii "T7"
.ascii "T-"
.space 2
.space 2
.space 2
.space 2
.ascii "T,"
.space 2
.ascii "T5"
.space 2
.ascii "T#"
.space 2
.ascii "T&"
.ascii "T%"
.space 2
.ascii "T3"
.ascii "T("
.ascii "T<"
.ascii "T>"
.space 2
.ascii "T;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "T+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Xv"
.space 2
.space 2
.space 2
.ascii "Xu"
.space 2
.ascii "Xy"
.space 2
.space 2
.ascii "Xw"
.space 2
.ascii "X|"
.ascii "Y#"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "X}"
.space 2
.space 2
.space 2
.space 2
.ascii "Xx"
.space 2
.ascii "Xt"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Xz"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Y&"
.space 2
.ascii "Y%"
.space 2
.space 2
.space 2
.space 2
.ascii "Y!"
.ascii "X~"
.ascii "X{"
.ascii "Y\""
.space 2
.space 2
.ascii "Xr"
.space 2
.space 2
.ascii "Xs"
.space 2
.space 2
.ascii "^."
.space 2
.space 2
.space 2
.space 2
.ascii "^+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^*"
.space 2
.space 2
.space 2
.ascii "^-"
.space 2
.space 2
.space 2
.space 2
.ascii "^/"
.space 2
.ascii "^0"
.ascii "^,"
.ascii "^1"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^)"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "c1"
.ascii "c+"
.space 2
.ascii "c4"
.space 2
.space 2
.ascii "c-"
.ascii "c."
.space 2
.ascii "c,"
.space 2
.ascii "c2"
.space 2
.space 2
.space 2
.ascii "c3"
.space 2
.space 2
.ascii "c0"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "c/"
.space 2
.ascii "c5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "g|"
.ascii "gy"
.space 2
.ascii "gz"
.space 2
.space 2
.space 2
.ascii "gx"
.ascii "gu"
.space 2
.space 2
.space 2
.ascii "gw"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "gt"
.space 2
.ascii "gr"
.space 2
.ascii "g}"
.space 2
.space 2
.space 2
.ascii "gv"
.ascii "gs"
.space 2
.space 2
.ascii "g{"
.space 2
.space 2
.space 2
.ascii "l#"
.space 2
.space 2
.space 2
.ascii "l$"
.space 2
.ascii "l\""
.space 2
.space 2
.space 2
.space 2
.ascii "l!"
.space 2
.ascii "l%"
.space 2
.ascii "k~"
.ascii "l("
.space 2
.space 2
.ascii "l&"
.ascii "l'"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "p3"
.space 2
.ascii "p0"
.space 2
.ascii "p2"
.ascii "p4"
.space 2
.space 2
.ascii "p1"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sA"
.space 2
.ascii "sB"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sC"
.ascii "x+"
.space 2
.space 2
.space 2
.ascii "zb"
.ascii "zc"
.space 2
.space 2
.ascii "{X"
.ascii "{W"
.space 2
.space 2
.ascii "D*"
.ascii "DB"
.ascii "Dx"
.space 2
.ascii "Dw"
.ascii "Es"
.ascii "Er"
.ascii "G>"
.ascii "G="
.ascii "G?"
.ascii "G<"
.space 2
.ascii "I,"
.ascii "I+"
.ascii "I-"
.space 2
.space 2
.space 2
.space 2
.ascii "L#"
.space 2
.ascii "L\""
.ascii "L$"
.space 2
.ascii "P\""
.space 2
.ascii "\"y"
.space 2
.ascii "\"z"
.ascii "Y'"
.ascii "\"|"
.ascii "\"{"
.space 2
.space 2
.ascii "\"}"
.ascii "g~"
.ascii "\"~"
.space 2
.ascii "D+"
.space 2
.ascii "Dy"
.ascii "G@"
.ascii "L%"
.space 2
.ascii "D,"
.ascii "D|"
.ascii "Dz"
.ascii "D{"
.space 2
.space 2
.ascii "GA"
.space 2
.space 2
.space 2
.ascii "I."
.ascii "L'"
.ascii "L&"
.ascii "L("
.space 2
.space 2
.space 2
.ascii "T@"
.space 2
.space 2
.space 2
.ascii "p5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Et"
.ascii "Eu"
.space 2
.space 2
.ascii "GB"
.space 2
.space 2
.space 2
.ascii "P$"
.ascii "P#"
.space 2
.space 2
.ascii "Y("
.space 2
.ascii "D}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "P%"
.space 2
.ascii "TC"
.space 2
.ascii "TA"
.ascii "TB"
.space 2
.space 2
.space 2
.space 2
.ascii "p6"
.ascii "'/"
.ascii "Ev"
.space 2
.space 2
.space 2
.ascii "GC"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "I/"
.ascii "I0"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "L)"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "TF"
.space 2
.space 2
.space 2
.space 2
.ascii "TG"
.ascii "TE"
.ascii "TD"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "l)"
.ascii "p7"
.space 2
.space 2
.ascii "D-"
.ascii "D;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Y)"
.ascii "^3"
.space 2
.ascii "h!"
.space 2
.space 2
.ascii "D~"
.space 2
.ascii "Ey"
.ascii "Ew"
.ascii "Ex"
.space 2
.space 2
.ascii "L*"
.space 2
.space 2
.ascii "D."
.ascii "D/"
.space 2
.ascii "DC"
.space 2
.space 2
.ascii "E!"
.ascii "E\""
.ascii "E#"
.space 2
.ascii "Ez"
.space 2
.space 2
.space 2
.space 2,71
.space 2
.space 2
.ascii "GE"
.ascii "GF"
.space 2
.space 2
.space 2
.ascii "GH"
.ascii "GD"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,79
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "I2"
.ascii "I1"
.space 2
.space 2
.ascii "I5"
.ascii "I3"
.ascii "I4"
.space 2
.space 2
.space 2
.ascii "L0"
.space 2
.ascii "L/"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "L1"
.ascii "L-"
.ascii "L,"
.space 2
.ascii "L."
.ascii "L+"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "L2"
.space 2
.ascii "P'"
.space 2
.space 2
.space 2
.ascii "P,"
.space 2
.space 2
.ascii "P("
.ascii "P+"
.ascii "P*"
.ascii "P)"
.ascii "P&"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "TJ"
.space 2
.ascii "TH"
.space 2
.space 2
.space 2
.space 2
.ascii "TK"
.ascii "TI"
.ascii "TL"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^7"
.ascii "Y*"
.space 2
.space 2
.space 2
.space 2
.ascii "Y+"
.space 2
.space 2
.ascii "^4"
.space 2
.ascii "^5"
.ascii "^6"
.space 2
.ascii "c7"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "c8"
.space 2
.ascii "c6"
.space 2
.space 2
.ascii "h#"
.ascii "h\""
.space 2
.space 2
.space 2
.ascii "l*"
.ascii "l+"
.ascii "l,"
.ascii "l."
.space 2
.space 2
.ascii "l-"
.space 2
.space 2
.space 2
.ascii "p8"
.space 2
.ascii "p9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "D0"
.space 2
.space 2
.space 2
.ascii "E|"
.ascii "E{"
.space 2
.space 2
.ascii "GI"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "I7"
.ascii "I8"
.ascii "I6"
.ascii "I9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "L4"
.space 2
.space 2
.ascii "L3"
.space 2
.space 2
.ascii "P0"
.space 2
.ascii "P/"
.space 2
.space 2
.space 2
.ascii "P-"
.space 2
.ascii "P."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Y,"
.space 2
.space 2
.ascii "Y/"
.space 2
.ascii "[+"
.ascii "Y."
.ascii "Y-"
.space 2
.ascii "^:"
.space 2
.ascii "^9"
.ascii "^8"
.ascii "c9"
.space 2
.space 2
.ascii "c<"
.ascii "c="
.ascii "c;"
.space 2
.ascii "c:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "l/"
.space 2
.space 2
.ascii "p:"
.space 2
.ascii "sD"
.space 2
.space 2
.ascii "ya"
.ascii "'4"
.space 2,68
.ascii "E$"
.space 2
.space 2
.ascii "E%"
.ascii "E&"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "E}"
.ascii "E~"
.space 2
.ascii "GJ"
.space 2
.space 2
.space 2
.space 2
.ascii "P1"
.space 2
.ascii "Y1"
.ascii "Y0"
.space 2
.space 2
.space 2
.space 2
.ascii "D1"
.ascii "E'"
.ascii "F!"
.space 2
.ascii "Y2"
.space 2
.space 2
.space 2
.ascii "F\""
.space 2
.space 2
.ascii "GL"
.ascii "GK"
.space 2
.ascii "I:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "TM"
.space 2
.space 2
.space 2
.space 2
.ascii "c>"
.space 2
.ascii "h$"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "E("
.space 2
.space 2
.space 2
.space 2
.ascii "Y5"
.ascii "Y3"
.ascii "Y4"
.ascii "D2"
.space 2
.ascii "DE"
.ascii "$?"
.ascii "E+"
.space 2
.ascii "E*"
.ascii "E)"
.ascii "F%"
.ascii "F$"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "L8"
.ascii "L5"
.ascii "L7"
.ascii "L6"
.space 2
.space 2
.ascii "P2"
.space 2
.space 2
.ascii "^;"
.space 2
.ascii "D3"
.space 2
.ascii "E,"
.space 2
.ascii "F'"
.ascii "F&"
.space 2
.space 2
.space 2
.space 2
.ascii "L9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "F)"
.ascii "F("
.ascii "GM"
.ascii "GN"
.space 2
.ascii "I;"
.space 2
.ascii "I<"
.space 2
.ascii "L:"
.ascii "L;"
.ascii "L<"
.space 2
.ascii "P3"
.space 2
.space 2
.space 2
.ascii "TN"
.space 2
.space 2
.space 2
.space 2
.ascii "E-"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "P4"
.space 2
.space 2
.ascii "TP"
.space 2
.ascii "TO"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "h%"
.space 2
.space 2
.space 2
.space 2
.ascii "l0"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "F*"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Y6"
.space 2
.space 2
.space 2
.space 2
.ascii "D4"
.ascii "DF"
.ascii "E/"
.ascii "E."
.space 2
.ascii "E0"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "L>"
.space 2
.ascii "L="
.ascii "L?"
.space 2
.space 2
.space 2
.ascii "P5"
.space 2
.space 2
.space 2
.ascii "TQ"
.space 2
.space 2
.ascii "v;"
.ascii "DG"
.ascii "F,"
.ascii "F;"
.ascii "F6"
.space 2
.ascii "F1"
.ascii "F0"
.ascii "F7"
.ascii "F5"
.ascii "F."
.ascii "F<"
.ascii "F/"
.ascii "F+"
.ascii "F:"
.ascii "F9"
.ascii "F8"
.ascii "F-"
.space 2
.ascii "F4"
.space 2
.space 2
.ascii "F3"
.space 2
.space 2
.ascii "F="
.ascii "F2"
.space 2
.space 2
.space 2
.space 2
.ascii "GT"
.space 2
.ascii "GZ"
.ascii "GV"
.space 2
.ascii "G\\"
.space 2
.ascii "GY"
.ascii "GO"
.ascii "GR"
.ascii "GU"
.ascii "GQ"
.ascii "GX"
.ascii "G["
.ascii "GP"
.ascii "GS"
.ascii "GW"
.ascii "G]"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,73
.space 2
.ascii "I="
.ascii "I?"
.ascii "IW"
.ascii "IR"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "IA"
.ascii "IC"
.space 2
.ascii "IJ"
.space 2
.ascii "IV"
.ascii "IX"
.ascii "I>"
.ascii "IO"
.space 2
.space 2
.ascii "IU"
.space 2
.ascii "IF"
.space 2
.ascii "IP"
.ascii "IQ"
.space 2
.ascii "IN"
.ascii "IL"
.space 2
.ascii "IM"
.ascii "IS"
.space 2
.ascii "I@"
.space 2
.ascii "IT"
.space 2
.ascii "IH"
.ascii "IE"
.space 2
.space 2
.ascii "ID"
.space 2
.ascii "IG"
.space 2
.ascii "IK"
.space 2
.space 2
.space 2
.ascii "IB"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "LQ"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "LR"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "LM"
.space 2
.ascii "L@"
.space 2
.ascii "LA"
.ascii "LN"
.ascii "LG"
.ascii "LC"
.space 2
.space 2
.ascii "LF"
.ascii "LK"
.ascii "LT"
.space 2
.space 2
.ascii "LE"
.space 2
.space 2
.space 2
.ascii "LH"
.space 2
.ascii "LJ"
.space 2
.space 2
.space 2
.space 2
.ascii "LS"
.ascii "LO"
.space 2
.ascii "LU"
.space 2
.space 2,76
.space 2
.ascii "LI"
.space 2
.space 2
.ascii "LD"
.ascii "LB"
.space 2
.space 2
.space 2
.ascii "LP"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "P<"
.ascii "PJ"
.ascii "P8"
.ascii "PI"
.ascii "PA"
.ascii "PF"
.ascii "P6"
.space 2
.space 2
.ascii "PE"
.space 2
.ascii "PG"
.space 2
.ascii "P="
.space 2
.space 2
.space 2
.space 2
.ascii "P;"
.space 2
.space 2
.ascii "PH"
.space 2
.ascii "P@"
.space 2
.ascii "PK"
.ascii "P7"
.ascii "PB"
.ascii "P?"
.space 2
.ascii "PC"
.space 2
.space 2
.ascii "P>"
.ascii "PD"
.ascii "P:"
.space 2
.space 2
.space 2
.space 2
.ascii "P9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "T^"
.space 2
.space 2
.space 2
.ascii "TW"
.ascii "Tb"
.space 2
.ascii "TR"
.ascii "T\\"
.ascii "Ta"
.space 2
.space 2
.ascii "T]"
.ascii "T`"
.space 2
.space 2
.space 2
.ascii "TX"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "TZ"
.space 2
.ascii "TV"
.ascii "Te"
.space 2
.space 2
.space 2
.space 2,84
.space 2
.space 2
.space 2
.space 2
.ascii "TY"
.ascii "Td"
.space 2
.ascii "T_"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Tf"
.ascii "TS"
.space 2
.space 2
.space 2
.ascii "T["
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Tc"
.space 2
.space 2
.space 2
.space 2
.ascii "YI"
.space 2
.ascii "YG"
.ascii "YD"
.space 2
.ascii "Y@"
.space 2
.ascii "YK"
.space 2
.space 2
.space 2
.ascii "TU"
.ascii "YF"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^N"
.space 2
.space 2
.ascii "YL"
.space 2
.ascii "Y>"
.ascii "Y;"
.space 2
.ascii "Y8"
.space 2
.space 2
.space 2
.ascii "Y?"
.space 2
.space 2
.space 2
.space 2
.ascii "YB"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "YC"
.ascii "YA"
.ascii "YM"
.space 2
.space 2
.space 2
.space 2
.ascii "YH"
.space 2
.ascii "Y<"
.ascii "Zv"
.space 2
.ascii "Y="
.space 2
.ascii "YJ"
.ascii "YE"
.space 2
.ascii "Y:"
.space 2
.space 2
.space 2
.ascii "Y9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^="
.ascii "^@"
.space 2
.ascii "^T"
.space 2
.ascii "^>"
.space 2
.ascii "^D"
.ascii "^J"
.ascii "aC"
.space 2
.space 2
.ascii "^H"
.space 2
.ascii "^U"
.ascii "^A"
.ascii "^I"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^G"
.space 2
.space 2
.space 2
.ascii "^C"
.ascii "^W"
.ascii "^P"
.space 2
.ascii "^E"
.ascii "^B"
.space 2
.ascii "^M"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^?"
.space 2
.space 2
.ascii "^F"
.ascii "^V"
.ascii "^R"
.space 2
.ascii "^L"
.space 2
.space 2
.ascii "^S"
.ascii "^O"
.ascii "^K"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^Q"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "cL"
.ascii "cM"
.ascii "cE"
.space 2
.ascii "cO"
.space 2
.space 2
.space 2
.space 2
.ascii "cC"
.space 2
.space 2
.ascii "cF"
.space 2
.ascii "cA"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "cJ"
.space 2
.ascii "cD"
.space 2
.space 2
.ascii "c?"
.space 2
.ascii "cK"
.space 2
.ascii "cG"
.ascii "cH"
.ascii "cN"
.ascii "cB"
.ascii "#!"
.ascii "c@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "cI"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "h5"
.ascii "h0"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "h*"
.ascii "h&"
.space 2
.ascii "h'"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "h,"
.space 2
.ascii "h3"
.ascii "h-"
.space 2
.space 2
.space 2
.ascii "h."
.ascii "h/"
.space 2
.ascii "h4"
.space 2
.space 2
.space 2
.ascii "h+"
.space 2
.ascii "h1"
.ascii "h)"
.space 2
.space 2
.space 2
.ascii "h("
.space 2
.space 2
.space 2
.ascii "h2"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "l7"
.space 2
.space 2
.space 2
.space 2
.ascii "l1"
.ascii "l="
.ascii "l>"
.space 2
.ascii "l4"
.space 2
.ascii "l6"
.space 2
.ascii "l<"
.space 2
.space 2
.ascii "l3"
.space 2
.ascii "l2"
.space 2
.space 2
.space 2
.ascii "l5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "l9"
.space 2
.space 2
.space 2
.space 2
.ascii "l8"
.space 2
.space 2
.space 2
.ascii "l:"
.space 2
.ascii "p;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "pG"
.space 2
.ascii "p?"
.ascii "pC"
.space 2
.space 2
.ascii "pB"
.ascii "p>"
.ascii "pA"
.ascii "p<"
.ascii "pF"
.space 2
.space 2
.ascii "pE"
.space 2
.ascii "pD"
.space 2
.space 2
.ascii "l;"
.space 2
.ascii "pH"
.space 2
.ascii "p@"
.ascii "p="
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sF"
.space 2
.space 2
.space 2
.space 2
.ascii "sH"
.space 2
.ascii "sI"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sE"
.ascii "sJ"
.ascii "sG"
.space 2
.space 2
.space 2
.space 2
.ascii "v<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x,"
.space 2
.space 2
.ascii "x-"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v="
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yd"
.space 2
.ascii "yc"
.ascii "yb"
.space 2
.space 2
.space 2
.space 2
.ascii "ye"
.space 2
.space 2
.space 2
.ascii "ze"
.ascii "zd"
.ascii "zf"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{Y"
.ascii "{["
.ascii "{Z"
.space 2
.ascii "|4"
.space 2
.space 2
.space 2
.space 2
.ascii "|]"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "F?"
.ascii "F>"
.space 2
.ascii "G`"
.ascii "G_"
.space 2
.ascii "G^"
.space 2
.space 2
.space 2
.ascii "I["
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "IY"
.ascii "I\\"
.space 2
.space 2
.space 2
.space 2
.ascii "IZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "LV"
.space 2
.space 2
.space 2
.space 2
.ascii "PL"
.space 2
.space 2
.space 2
.ascii "Tg"
.ascii "Th"
.space 2
.space 2
.space 2
.ascii "YN"
.ascii "YP"
.space 2
.ascii "YO"
.space 2
.ascii "^X"
.space 2
.space 2
.space 2
.space 2
.ascii "cP"
.ascii "cQ"
.space 2
.space 2
.ascii "h7"
.space 2
.ascii "h6"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "DH"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Gc"
.ascii "Gg"
.space 2
.space 2
.ascii "Ge"
.ascii "Gd"
.space 2
.ascii "Gf"
.ascii "Gb"
.space 2
.space 2
.ascii "Ga"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "If"
.space 2
.space 2
.ascii "Ic"
.space 2
.ascii "I_"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ia"
.space 2
.space 2
.ascii "I]"
.space 2
.space 2
.ascii "I`"
.ascii "Ib"
.ascii "Ie"
.ascii "Id"
.ascii "I^"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "L["
.space 2
.space 2
.ascii "L]"
.space 2
.ascii "L\\"
.space 2
.space 2
.ascii "LZ"
.ascii "LY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "LX"
.space 2
.space 2
.space 2
.space 2
.ascii "L^"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "PM"
.ascii "LW"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "PN"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "PT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "PO"
.space 2
.ascii "PQ"
.space 2,80
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "PS"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ti"
.ascii "Tl"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Tk"
.space 2
.space 2
.ascii "PR"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Tj"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "YQ"
.ascii "YU"
.space 2
.space 2
.space 2
.ascii "YV"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "YZ"
.space 2
.ascii "Y["
.ascii "YW"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "YX"
.space 2
.space 2
.ascii "YR"
.ascii "YT"
.space 2
.space 2
.ascii "Tm"
.ascii "YS"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^`"
.space 2
.space 2
.ascii "^a"
.ascii "^_"
.space 2
.space 2
.ascii "^\\"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^Z"
.space 2
.space 2
.space 2
.space 2
.ascii "^Y"
.ascii "^]"
.space 2,94
.space 2
.space 2
.ascii "^["
.space 2,89
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "c["
.ascii "c^"
.ascii "cY"
.space 2
.space 2
.space 2
.space 2
.ascii "cS"
.ascii "c]"
.space 2
.ascii "cW"
.space 2
.space 2
.ascii "cU"
.ascii "cT"
.space 2
.ascii "cV"
.space 2
.space 2
.space 2
.ascii "cR"
.space 2
.space 2
.space 2
.ascii "c\\"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "cX"
.space 2
.ascii "cZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "h8"
.space 2
.space 2
.space 2
.ascii "h="
.space 2
.space 2
.space 2
.ascii "h?"
.ascii "h9"
.space 2
.ascii "l?"
.space 2
.space 2
.ascii "h:"
.space 2
.ascii "h>"
.space 2
.space 2
.space 2
.space 2
.ascii "h<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "h;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "lC"
.space 2
.ascii "lA"
.ascii "l@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "lF"
.space 2
.ascii "p."
.ascii "lE"
.space 2
.space 2
.space 2
.space 2
.ascii "lD"
.space 2
.space 2
.space 2
.space 2
.ascii "lB"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "pJ"
.space 2
.space 2
.ascii "pI"
.space 2
.space 2
.space 2
.ascii "pL"
.space 2
.ascii "pK"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sN"
.space 2
.space 2
.ascii "sM"
.space 2
.ascii "sL"
.space 2
.ascii "sK"
.space 2
.space 2
.ascii "v?"
.ascii "v>"
.space 2
.space 2
.space 2
.space 2
.ascii "x."
.ascii "x/"
.space 2
.space 2
.ascii "x0"
.space 2
.ascii "yf"
.space 2
.space 2
.space 2
.space 2
.ascii "|^"
.space 2
.ascii "DI"
.ascii "E1"
.space 2
.space 2
.ascii "Ig"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^b"
.ascii "^c"
.space 2
.space 2
.ascii "h@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Tn"
.space 2
.space 2
.space 2
.space 2
.ascii "zg"
.ascii "DJ"
.ascii "F@"
.space 2
.space 2
.ascii "Gh"
.ascii "Gi"
.space 2
.ascii "L_"
.space 2
.space 2
.space 2
.ascii "Y\\"
.space 2
.ascii "hB"
.space 2
.ascii "hC"
.ascii "hA"
.space 2
.ascii "DK"
.space 2
.ascii "E2"
.ascii "E4"
.ascii "E3"
.space 2
.ascii "E5"
.ascii "FA"
.space 2
.space 2
.ascii "FB"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Gj"
.ascii "Gk"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ih"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Lc"
.space 2
.space 2
.ascii "La"
.ascii "Lb"
.ascii "L`"
.space 2
.space 2
.space 2
.space 2
.ascii "PX"
.ascii "PW"
.ascii "PY"
.ascii "PV"
.space 2
.space 2
.ascii "Ld"
.ascii "PU"
.space 2
.ascii "To"
.ascii "Tp"
.space 2
.ascii "Tq"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^d"
.space 2
.ascii "Y]"
.space 2
.space 2
.space 2
.space 2
.ascii "c_"
.space 2
.ascii "hE"
.ascii "hD"
.space 2
.space 2
.ascii "lG"
.ascii "pM"
.space 2
.space 2
.space 2
.space 2
.ascii "DL"
.ascii "FC"
.space 2
.ascii "FD"
.space 2
.ascii "Gm"
.ascii "Gp"
.space 2
.space 2
.space 2
.ascii "Go"
.space 2
.space 2
.space 2
.ascii "Gr"
.ascii "Gq"
.ascii "Gn"
.ascii "Gl"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Is"
.space 2
.space 2
.ascii "Ip"
.space 2
.space 2
.space 2
.space 2
.ascii "Ij"
.ascii "Ir"
.space 2
.space 2
.ascii "Io"
.space 2
.space 2
.ascii "In"
.space 2
.space 2
.space 2
.ascii "Ii"
.ascii "Il"
.space 2
.space 2
.space 2
.space 2
.ascii "Im"
.ascii "Iq"
.ascii "It"
.space 2
.space 2
.ascii "Ik"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Li"
.ascii "Lq"
.space 2
.space 2
.space 2
.ascii "Lr"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Lh"
.space 2
.ascii "Lf"
.space 2
.space 2
.ascii "Le"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Lt"
.ascii "Lk"
.space 2
.space 2
.space 2
.ascii "Lp"
.ascii "Ln"
.space 2
.ascii "Lm"
.space 2
.space 2
.ascii "Ll"
.ascii "Lj"
.ascii "Ls"
.ascii "Lo"
.ascii "Lg"
.space 2
.space 2
.space 2
.ascii "P["
.space 2
.ascii "Pb"
.space 2
.ascii "PZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "P]"
.space 2
.ascii "P`"
.ascii "Pc"
.space 2
.ascii "P^"
.space 2
.ascii "Pa"
.space 2
.ascii "Tx"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Pe"
.space 2
.space 2
.space 2
.ascii "P\\"
.space 2
.ascii "Pd"
.space 2
.ascii "P_"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "T~"
.space 2
.space 2
.ascii "T}"
.space 2
.space 2
.space 2
.space 2
.ascii "Tr"
.space 2
.ascii "Tw"
.space 2
.space 2
.space 2
.space 2
.ascii "Ts"
.space 2
.space 2
.ascii "Tv"
.ascii "Tt"
.space 2
.space 2
.ascii "Tu"
.ascii "Ty"
.space 2
.space 2
.ascii "Tz"
.space 2
.ascii "T|"
.space 2
.space 2
.space 2
.ascii "T{"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Y^"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Yd"
.space 2
.space 2
.space 2
.ascii "Yc"
.ascii "Y_"
.space 2
.space 2
.space 2
.space 2
.ascii "Yg"
.space 2
.space 2
.ascii "Y`"
.ascii "Yh"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Yf"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ye"
.space 2
.space 2
.space 2
.ascii "Ya"
.space 2
.space 2
.space 2
.ascii "Yb"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^e"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^g"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^h"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^f"
.ascii "^i"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^j"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ch"
.ascii "cf"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ce"
.ascii "cd"
.space 2,99
.space 2
.space 2
.ascii "c`"
.ascii "cg"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ca"
.space 2
.space 2
.ascii "cb"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hJ"
.ascii "hI"
.ascii "hK"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hF"
.space 2
.ascii "hL"
.space 2
.space 2
.ascii "hG"
.space 2
.space 2
.ascii "hH"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "lK"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "lI"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "lM"
.ascii "lH"
.space 2
.ascii "lJ"
.ascii "lL"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "pN"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sQ"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sP"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sO"
.space 2
.space 2
.space 2
.ascii "pO"
.space 2
.space 2
.space 2
.ascii "v@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yg"
.space 2
.space 2
.ascii "yh"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "DM"
.ascii "DN"
.space 2
.ascii "DO"
.ascii "E6"
.ascii "FE"
.space 2
.ascii "Gs"
.ascii "Gt"
.space 2
.ascii "Iw"
.ascii "Ix"
.ascii "Iv"
.ascii "Iu"
.space 2
.ascii "Lu"
.space 2
.space 2
.space 2
.ascii "Lw"
.ascii "Lv"
.space 2
.space 2
.space 2
.space 2
.ascii "Pf"
.space 2
.ascii "U!"
.space 2
.space 2
.space 2
.space 2
.ascii "Yi"
.ascii "^l"
.space 2
.ascii "^k"
.space 2
.ascii "hM"
.space 2
.space 2
.ascii "pP"
.space 2
.ascii "sR"
.space 2
.space 2
.ascii "yi"
.space 2
.ascii "{\\"
.space 2
.space 2
.space 2
.space 2,70
.space 2
.ascii "Gw"
.space 2
.ascii "Gu"
.ascii "Gv"
.ascii "Gx"
.space 2
.ascii "Iz"
.ascii "Iy"
.space 2
.space 2
.ascii "I{"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Lx"
.ascii "Lz"
.ascii "L|"
.ascii "Ly"
.ascii "L}"
.ascii "L{"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Pj"
.ascii "Pg"
.ascii "Pi"
.ascii "Pk"
.ascii "Ph"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "U'"
.space 2
.ascii "U#"
.space 2
.space 2
.ascii "U$"
.ascii "U&"
.ascii "U("
.ascii "U%"
.space 2
.ascii "U*"
.ascii "U)"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Yn"
.space 2
.space 2
.ascii "Ym"
.space 2
.ascii "Yl"
.ascii "Yk"
.ascii "Yo"
.ascii "Yj"
.space 2
.space 2
.space 2
.space 2
.ascii "^n"
.space 2
.space 2
.space 2
.ascii "^p"
.space 2
.ascii "^m"
.ascii "^o"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hN"
.ascii "hV"
.space 2
.ascii "hP"
.ascii "hT"
.space 2
.ascii "hU"
.ascii "hQ"
.ascii "hR"
.ascii "hO"
.ascii "hS"
.ascii "lP"
.space 2
.ascii "lQ"
.ascii "lO"
.space 2
.ascii "lN"
.space 2
.ascii "pQ"
.space 2
.space 2
.space 2
.space 2
.ascii "x1"
.ascii "yj"
.space 2
.ascii "DP"
.space 2
.ascii "Gy"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Pl"
.space 2
.space 2
.ascii "U+"
.space 2
.space 2
.ascii "Yr"
.ascii "Yq"
.ascii "Yp"
.ascii "^q"
.ascii "^r"
.space 2
.ascii "hW"
.ascii "pR"
.ascii "DQ"
.space 2
.ascii "E7"
.space 2
.space 2
.space 2
.space 2
.ascii "Gz"
.space 2
.space 2
.space 2
.ascii "L~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "DR"
.space 2
.ascii "E8"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "I|"
.space 2
.space 2
.space 2
.space 2
.ascii "^s"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sS"
.ascii "DS"
.ascii "Dg"
.ascii "E9"
.space 2
.ascii "FG"
.space 2
.ascii "J\""
.ascii "J!"
.ascii "I}"
.ascii "I~"
.space 2
.space 2
.space 2
.ascii "M\""
.ascii "M#"
.space 2
.ascii "M!"
.space 2
.space 2
.ascii "Pp"
.space 2
.ascii "Po"
.ascii "Pm"
.ascii "Pn"
.ascii "U."
.ascii "U,"
.space 2
.space 2
.space 2
.ascii "U-"
.space 2
.space 2
.ascii "U\""
.space 2
.space 2
.space 2
.ascii "Yt"
.ascii "Yu"
.space 2
.space 2
.ascii "Ys"
.space 2
.ascii "hX"
.space 2
.ascii "lR"
.ascii "lS"
.space 2
.space 2
.ascii "sT"
.space 2
.space 2
.space 2
.ascii "zh"
.space 2
.space 2
.ascii "E:"
.space 2
.ascii "DT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "G{"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "J&"
.space 2
.space 2
.space 2
.ascii "J#"
.ascii "J$"
.space 2
.space 2
.ascii "J%"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "M%"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "M'"
.space 2
.ascii "M("
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "M)"
.space 2
.ascii "M*"
.space 2
.space 2
.space 2
.ascii "M$"
.ascii "M&"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Pr"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Pq"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "U3"
.space 2
.ascii "U2"
.space 2
.space 2
.ascii "U/"
.space 2
.space 2
.ascii "U4"
.space 2
.space 2
.space 2
.ascii "U7"
.space 2
.ascii "U5"
.space 2
.space 2
.space 2
.space 2
.ascii "U1"
.space 2
.ascii "U0"
.space 2
.space 2
.space 2
.ascii "U6"
.space 2
.space 2
.space 2
.space 2
.ascii "Yw"
.ascii "Yv"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Yx"
.space 2
.space 2
.ascii "Y|"
.space 2
.space 2
.ascii "Y~"
.space 2
.ascii "Yz"
.ascii "Z$"
.space 2
.ascii "Z!"
.space 2
.ascii "Yy"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Y{"
.space 2
.ascii "Z\""
.space 2
.space 2
.ascii "Z#"
.space 2
.ascii "Y}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^v"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^w"
.space 2
.space 2
.space 2
.space 2
.ascii "^t"
.space 2
.space 2
.space 2
.ascii "^u"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ci"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "cj"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hY"
.space 2
.space 2
.ascii "hZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "lU"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "lT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sX"
.space 2
.ascii "sV"
.space 2
.ascii "sU"
.ascii "sW"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yk"
.space 2
.space 2
.space 2
.ascii "zi"
.space 2
.space 2
.space 2
.space 2
.ascii "{^"
.space 2
.ascii "{]"
.space 2
.ascii "|5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "DU"
.ascii "G|"
.space 2
.space 2
.ascii "KV"
.ascii "Z%"
.space 2
.space 2
.ascii "DV"
.ascii "FJ"
.ascii "FI"
.ascii "FH"
.space 2
.space 2
.ascii "J'"
.space 2
.space 2
.ascii "U8"
.space 2
.space 2
.ascii "DW"
.ascii "DX"
.ascii "DY"
.ascii "E;"
.space 2
.space 2
.ascii "Ps"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^x"
.ascii "DZ"
.space 2
.space 2
.space 2
.ascii "FK"
.ascii "FL"
.space 2
.space 2
.ascii "G}"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "J("
.space 2
.space 2
.space 2
.space 2
.ascii "M0"
.space 2
.space 2
.space 2
.ascii "M."
.ascii "M-"
.space 2
.ascii "M+"
.space 2
.ascii "M,"
.ascii "M/"
.space 2
.ascii "Pt"
.space 2
.ascii "Pv"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Pu"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "U:"
.space 2
.ascii "U9"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Z("
.space 2
.space 2
.ascii "Z'"
.ascii "Z)"
.ascii "Z&"
.space 2
.space 2
.space 2
.space 2
.ascii "^z"
.space 2
.space 2
.ascii "^{"
.space 2
.space 2
.ascii "^|"
.space 2
.ascii "^y"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ck"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "h_"
.ascii "h]"
.space 2
.ascii "h^"
.space 2
.space 2
.space 2
.ascii "h["
.space 2
.space 2
.space 2
.ascii "lW"
.space 2
.ascii "lX"
.ascii "lV"
.ascii "h\\"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "D["
.ascii "FM"
.ascii "H!"
.space 2
.ascii "G~"
.space 2
.ascii "M1"
.ascii "cl"
.space 2
.ascii "E<"
.ascii "FN"
.ascii "Pw"
.ascii "^}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "J*"
.space 2
.space 2
.ascii "J+"
.space 2
.space 2
.space 2
.space 2
.ascii "J)"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "M5"
.ascii "M6"
.ascii "M3"
.space 2
.space 2
.ascii "M2"
.space 2
.ascii "M4"
.space 2
.space 2
.space 2
.ascii "Px"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Py"
.ascii "U="
.space 2
.space 2
.space 2
.ascii "U;"
.space 2
.ascii "U<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Z-"
.ascii "Z,"
.ascii "Z*"
.ascii "Z+"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Z."
.space 2
.space 2
.ascii "_!"
.ascii "_\""
.space 2
.ascii "_#"
.space 2
.space 2
.space 2
.ascii "cn"
.ascii "cm"
.ascii "^~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "h`"
.space 2
.space 2
.ascii "ha"
.space 2
.space 2
.space 2
.ascii "lZ"
.space 2
.space 2
.ascii "l\\"
.space 2
.ascii "l["
.ascii "l^"
.space 2
.ascii "lY"
.ascii "l]"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x3"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "}\""
.space 2
.space 2
.ascii "M7"
.ascii "J,"
.space 2
.space 2
.ascii "Pz"
.space 2
.space 2
.space 2
.ascii "D\\"
.ascii "E="
.space 2
.ascii "FO"
.space 2
.space 2
.ascii "J-"
.space 2
.space 2
.space 2
.ascii "P{"
.space 2
.ascii "hb"
.ascii "D]"
.space 2
.space 2
.space 2
.ascii "H\""
.space 2
.space 2
.ascii "co"
.ascii "D^"
.ascii "E>"
.ascii "E?"
.space 2
.ascii "FQ"
.ascii "FP"
.space 2
.space 2
.ascii "H#"
.space 2
.space 2
.space 2
.ascii "J."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "M8"
.ascii "M9"
.space 2
.ascii "M:"
.space 2
.space 2
.space 2
.ascii "P|"
.space 2
.space 2
.space 2
.ascii "U>"
.space 2
.space 2
.space 2
.ascii "Z/"
.space 2
.ascii "Z0"
.space 2
.space 2
.space 2
.space 2
.ascii "_$"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hc"
.space 2
.ascii "l_"
.space 2
.ascii "pS"
.space 2
.ascii "sZ"
.space 2
.ascii "{_"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Z1"
.space 2
.ascii "cp"
.space 2
.space 2
.space 2
.space 2
.ascii "vA"
.space 2
.space 2
.space 2
.ascii "J0"
.space 2
.ascii "J/"
.ascii "P}"
.space 2
.space 2
.space 2
.ascii "Z3"
.ascii "])"
.ascii "Z4"
.ascii "Z2"
.ascii "_%"
.space 2
.space 2
.ascii "hd"
.ascii "l`"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "J1"
.space 2
.ascii "J2"
.space 2
.space 2
.ascii "M>"
.space 2
.space 2
.ascii "M="
.ascii "M;"
.ascii "M<"
.space 2
.space 2
.space 2
.ascii "Q!"
.space 2
.ascii "Q$"
.ascii "P~"
.ascii "Q&"
.ascii "Q\""
.ascii "Q#"
.ascii "Q%"
.space 2
.space 2
.space 2
.ascii "UA"
.ascii "U@"
.ascii "U?"
.space 2
.space 2
.space 2
.space 2
.ascii "Z5"
.ascii "Z8"
.ascii "Z6"
.space 2
.space 2
.ascii "Z;"
.space 2
.ascii "Z7"
.space 2
.ascii "Z:"
.ascii "Z9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_("
.ascii "_&"
.ascii "_'"
.space 2
.ascii "cq"
.space 2
.ascii "cr"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "lb"
.space 2
.ascii "la"
.space 2
.ascii "he"
.space 2
.space 2
.space 2
.ascii "s["
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "E@"
.space 2
.ascii "FR"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "J4"
.ascii "J6"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "H%"
.ascii "J5"
.ascii "J3"
.ascii "H$"
.space 2
.space 2
.space 2
.ascii "M?"
.space 2
.space 2
.ascii "M@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "J:"
.ascii "J8"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "J7"
.space 2
.space 2
.space 2
.ascii "MB"
.space 2
.space 2
.ascii "J9"
.space 2
.space 2
.space 2
.space 2
.ascii "MA"
.space 2
.ascii "MC"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Q+"
.ascii "MD"
.space 2
.space 2
.ascii "Q'"
.space 2
.ascii "ME"
.ascii "MJ"
.ascii "MH"
.space 2
.space 2
.space 2
.space 2
.ascii "MO"
.space 2
.ascii "Q("
.space 2
.space 2
.ascii "Q)"
.ascii "MK"
.space 2
.space 2
.space 2
.ascii "Q*"
.space 2
.ascii "ML"
.ascii "Q,"
.space 2,77
.ascii "MI"
.ascii "MN"
.space 2
.space 2
.space 2
.ascii "MF"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "MG"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Q2"
.space 2
.space 2
.ascii "Q1"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Q-"
.space 2
.space 2
.ascii "UE"
.space 2
.space 2
.space 2
.space 2
.ascii "UF"
.space 2
.space 2
.space 2
.ascii "UB"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Q0"
.ascii "UC"
.ascii "Q6"
.ascii "UD"
.space 2
.space 2
.ascii "Q/"
.ascii "UH"
.ascii "Q5"
.ascii "Q4"
.ascii "Q3"
.ascii "UG"
.space 2
.ascii "UI"
.ascii "Q."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Z<"
.space 2
.space 2
.space 2
.space 2
.ascii "UJ"
.ascii "UP"
.space 2
.space 2
.space 2
.ascii "Z>"
.space 2
.space 2
.ascii "UO"
.ascii "UM"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "UN"
.space 2
.ascii "UQ"
.space 2
.space 2
.space 2
.ascii "UL"
.space 2
.space 2
.space 2
.space 2
.ascii "UK"
.ascii "Z?"
.space 2
.space 2
.ascii "Z="
.space 2
.space 2
.space 2
.space 2
.ascii "Z@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_+"
.space 2
.ascii "ZB"
.ascii "ZG"
.ascii "_,"
.space 2
.ascii "ZN"
.space 2
.space 2
.ascii "ZF"
.ascii "ZI"
.ascii "ZD"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ZE"
.ascii "ZL"
.ascii "ZP"
.space 2
.space 2
.space 2
.ascii "ZA"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_)"
.space 2
.space 2
.space 2
.ascii "ZK"
.space 2
.space 2
.ascii "ZJ"
.space 2
.ascii "ZO"
.space 2
.ascii "ZH"
.space 2
.space 2
.ascii "ZM"
.ascii "_-"
.ascii "_*"
.space 2
.space 2
.space 2
.space 2
.ascii "ZC"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_2"
.ascii "_6"
.space 2
.ascii "cw"
.ascii "_4"
.space 2
.ascii "_8"
.space 2
.space 2
.ascii "cy"
.ascii "_0"
.ascii "_3"
.space 2
.space 2
.space 2
.space 2
.ascii "_:"
.ascii "cz"
.space 2
.space 2
.space 2
.space 2
.ascii "d&"
.space 2
.ascii "c{"
.ascii "_9"
.space 2
.space 2
.space 2
.ascii "d%"
.ascii "_7"
.ascii "ct"
.space 2
.space 2
.ascii "_;"
.space 2
.space 2
.ascii "_1"
.space 2
.space 2
.space 2
.space 2
.ascii "cs"
.ascii "cx"
.ascii "_."
.space 2
.space 2
.ascii "cv"
.space 2
.space 2
.space 2
.ascii "_/"
.space 2
.space 2
.space 2
.ascii "d$"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "d#"
.space 2
.space 2
.ascii "d'"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "d\""
.ascii "hg"
.space 2
.space 2
.space 2
.space 2
.ascii "c~"
.space 2
.space 2
.ascii "hf"
.ascii "cu"
.space 2
.space 2
.space 2,104
.ascii "c}"
.ascii "d!"
.ascii "c|"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "lg"
.space 2
.space 2
.ascii "hn"
.space 2
.ascii "hm"
.space 2
.space 2
.ascii "lf"
.space 2
.ascii "hl"
.space 2
.space 2
.ascii "hj"
.ascii "hk"
.space 2
.space 2
.space 2
.ascii "ld"
.ascii "_5"
.space 2
.space 2
.ascii "lk"
.space 2
.space 2
.ascii "le"
.space 2
.ascii "lj"
.space 2
.space 2
.space 2
.space 2
.ascii "ho"
.ascii "lc"
.ascii "hi"
.space 2
.space 2
.space 2
.space 2
.ascii "li"
.space 2
.space 2,108
.space 2
.space 2
.space 2
.ascii "lh"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "pW"
.space 2
.space 2
.space 2
.ascii "lp"
.space 2
.ascii "ln"
.ascii "pU"
.space 2
.space 2
.ascii "lt"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "lr"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ls"
.space 2
.space 2
.ascii "lm"
.space 2
.ascii "pV"
.space 2
.ascii "lo"
.ascii "lq"
.space 2
.ascii "lu"
.space 2
.space 2
.space 2
.ascii "pT"
.space 2
.space 2
.space 2
.ascii "pY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "pZ"
.space 2
.space 2
.space 2
.ascii "s]"
.space 2
.space 2
.space 2
.space 2
.ascii "s^"
.ascii "p\\"
.ascii "s\\"
.ascii "p["
.ascii "s`"
.space 2
.ascii "pX"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vB"
.space 2
.space 2
.ascii "s_"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x4"
.space 2
.space 2
.ascii "x7"
.ascii "x6"
.ascii "x5"
.ascii "yl"
.space 2
.ascii "ym"
.space 2
.ascii "zj"
.space 2
.ascii "zk"
.ascii "{`"
.ascii "|6"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "EA"
.space 2
.ascii "FS"
.space 2
.ascii "H'"
.ascii "H("
.ascii "H&"
.space 2
.ascii "H)"
.ascii "J<"
.ascii "J;"
.space 2
.space 2
.ascii "MQ"
.ascii "MP"
.space 2
.space 2
.space 2
.ascii "ZQ"
.ascii "ZR"
.space 2
.space 2
.space 2
.ascii "_<"
.space 2
.ascii "d("
.ascii "d)"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hp"
.space 2
.space 2
.space 2
.ascii "lv"
.space 2
.ascii "p]"
.space 2
.ascii "sa"
.ascii "vC"
.ascii "sb"
.space 2
.ascii "EB"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "MS"
.ascii "MR"
.ascii "MT"
.ascii "Q7"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "UR"
.ascii "ZS"
.ascii "_="
.space 2
.ascii "EC"
.space 2
.ascii "D_"
.ascii "ED"
.space 2
.space 2
.ascii "FW"
.ascii "FV"
.ascii "FT"
.ascii "FU"
.space 2
.space 2
.space 2
.ascii "H,"
.space 2
.space 2
.ascii "H+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "H*"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "JC"
.ascii "JL"
.space 2,74
.space 2
.space 2
.space 2
.ascii "JH"
.space 2
.space 2
.ascii "JA"
.space 2
.space 2
.ascii "JG"
.space 2
.space 2
.ascii "JE"
.space 2
.ascii "JF"
.ascii "MU"
.ascii "J@"
.space 2
.space 2
.space 2
.ascii "J="
.space 2
.ascii "JP"
.space 2
.space 2
.ascii "JB"
.ascii "JD"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "JO"
.ascii "JI"
.ascii "JN"
.space 2
.ascii "JM"
.ascii "J?"
.ascii "J>"
.ascii "JK"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Mc"
.space 2
.space 2
.ascii "M^"
.ascii "Mq"
.space 2
.space 2
.space 2
.space 2
.ascii "Ml"
.space 2
.space 2
.space 2
.ascii "Mj"
.space 2
.space 2
.space 2
.ascii "M["
.space 2
.space 2
.ascii "Me"
.ascii "Md"
.space 2
.ascii "MY"
.space 2
.space 2
.ascii "MZ"
.space 2
.ascii "MX"
.space 2
.ascii "Mp"
.ascii "Mh"
.ascii "Mb"
.ascii "MV"
.space 2
.ascii "Ma"
.ascii "MW"
.ascii "Mi"
.ascii "Mr"
.space 2
.ascii "Mf"
.space 2
.ascii "M\\"
.ascii "M_"
.ascii "M`"
.space 2
.ascii "Mn"
.ascii "Mo"
.ascii "Mm"
.ascii "Mg"
.ascii "Mk"
.ascii "M]"
.ascii "Q8"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "QD"
.ascii "Q<"
.ascii "Q>"
.ascii "QC"
.space 2
.ascii "QA"
.space 2
.ascii "US"
.ascii "QF"
.space 2
.space 2
.ascii "QB"
.space 2
.space 2
.space 2
.space 2
.ascii "Q;"
.ascii "Q?"
.ascii "QE"
.space 2,85
.space 2
.ascii "Q="
.ascii "QH"
.space 2
.space 2
.space 2
.space 2
.ascii "Q@"
.ascii "UT"
.ascii "Q:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "QG"
.space 2
.space 2
.space 2
.space 2
.ascii "Q9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Uc"
.space 2
.ascii "Ua"
.ascii "Ub"
.space 2
.space 2
.space 2
.ascii "UX"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "U^"
.space 2
.space 2
.ascii "U`"
.ascii "UW"
.space 2
.space 2
.space 2
.ascii "UZ"
.space 2
.space 2
.space 2
.ascii "U["
.space 2
.space 2
.ascii "U]"
.space 2
.space 2
.ascii "Ue"
.ascii "Ud"
.ascii "UV"
.ascii "U\\"
.ascii "U_"
.space 2
.space 2
.space 2
.space 2
.ascii "UY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Z["
.ascii "Zo"
.ascii "Zn"
.space 2
.ascii "Zc"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Z^"
.ascii "ZV"
.space 2
.space 2
.space 2
.ascii "_M"
.space 2,90
.space 2
.space 2
.ascii "Zp"
.ascii "Zm"
.space 2
.space 2
.space 2
.space 2
.ascii "Zl"
.space 2
.space 2
.ascii "Za"
.ascii "Ze"
.space 2
.space 2
.space 2
.ascii "Zf"
.ascii "Z`"
.space 2
.space 2
.ascii "_?"
.space 2
.space 2
.ascii "Zk"
.space 2
.space 2
.ascii "Zj"
.space 2
.space 2
.space 2
.ascii "ZW"
.space 2
.ascii "Z\\"
.ascii "Zg"
.space 2
.ascii "Zb"
.space 2
.space 2
.space 2
.space 2
.ascii "ZT"
.ascii "Zh"
.ascii "ZX"
.ascii "_>"
.space 2
.ascii "ZY"
.space 2
.ascii "ZU"
.ascii "Zd"
.ascii "Z_"
.ascii "Z]"
.space 2
.ascii "Zi"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_A"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_D"
.space 2
.space 2
.ascii "_C"
.space 2
.space 2
.space 2
.ascii "_E"
.space 2
.ascii "_@"
.ascii "_H"
.space 2
.ascii "_F"
.space 2
.space 2
.space 2
.ascii "_J"
.space 2
.space 2
.space 2
.ascii "_R"
.ascii "_P"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_I"
.space 2
.ascii "_G"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_B"
.ascii "_O"
.space 2
.space 2
.ascii "_K"
.ascii "_L"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_N"
.space 2
.space 2
.space 2
.space 2
.ascii "_S"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "d8"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "d4"
.space 2
.ascii "d1"
.space 2
.space 2
.space 2
.ascii "d*"
.ascii "d3"
.space 2
.ascii "d6"
.ascii "d7"
.space 2
.space 2
.space 2
.space 2
.ascii "d2"
.space 2
.ascii "d,"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "d-"
.space 2
.ascii "d0"
.ascii "d."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hz"
.space 2
.ascii "d5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "d/"
.ascii "d+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hx"
.ascii "_Q"
.space 2
.ascii "hs"
.space 2
.space 2
.space 2
.ascii "hr"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hv"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hy"
.space 2
.ascii "lw"
.space 2
.space 2
.space 2
.ascii "h{"
.space 2
.ascii "lx"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hu"
.ascii "ly"
.ascii "hw"
.ascii "h|"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "hq"
.ascii "l|"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "l}"
.space 2
.ascii "m%"
.ascii "m\""
.space 2
.ascii "m#"
.space 2
.space 2
.space 2
.ascii "m+"
.ascii "m)"
.space 2
.space 2
.space 2
.ascii "lz"
.space 2
.space 2
.space 2
.ascii "m,"
.space 2
.ascii "ht"
.ascii "m!"
.space 2
.space 2
.space 2
.ascii "m$"
.space 2
.ascii "m("
.ascii "m*"
.ascii "m'"
.ascii "m&"
.space 2
.ascii "l~"
.space 2
.ascii "l{"
.ascii "m-"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "pa"
.ascii "pb"
.space 2
.ascii "pk"
.ascii "ph"
.space 2
.ascii "p_"
.ascii "pf"
.space 2
.ascii "pd"
.ascii "p^"
.space 2
.ascii "pe"
.space 2
.space 2
.ascii "sd"
.ascii "p`"
.space 2
.ascii "pg"
.ascii "sc"
.space 2
.space 2
.space 2
.ascii "pi"
.space 2
.ascii "pj"
.space 2
.space 2
.space 2
.ascii "se"
.space 2
.ascii "pc"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sf"
.space 2
.ascii "sk"
.space 2
.space 2
.space 2
.ascii "sh"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "si"
.ascii "sl"
.space 2
.space 2
.ascii "sg"
.ascii "sj"
.ascii "vE"
.space 2
.ascii "vD"
.space 2
.space 2
.ascii "vJ"
.space 2
.space 2
.ascii "vH"
.ascii "vI"
.space 2
.space 2
.ascii "vF"
.space 2
.ascii "x8"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vG"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x9"
.space 2
.space 2
.space 2
.space 2
.ascii "yo"
.space 2
.space 2
.space 2
.ascii "yn"
.ascii "yp"
.space 2
.space 2
.ascii "zm"
.ascii "zl"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|7"
.ascii "{a"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|9"
.ascii "|8"
.ascii "|_"
.space 2
.space 2
.space 2,69
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "H-"
.space 2
.ascii "JS"
.ascii "JQ"
.space 2
.ascii "JR"
.space 2
.space 2
.ascii "Ms"
.ascii "QI"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "QJ"
.space 2
.space 2
.ascii "Uf"
.ascii "Ug"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Zw"
.space 2
.ascii "Zs"
.space 2
.space 2
.ascii "Zz"
.ascii "Zy"
.ascii "Zr"
.ascii "Zu"
.ascii "Zx"
.ascii "Zt"
.space 2
.space 2
.space 2
.ascii "Zq"
.ascii "_T"
.space 2
.space 2
.space 2
.ascii "_V"
.ascii "_W"
.space 2
.space 2
.ascii "_U"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "d9"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "h}"
.space 2
.ascii "pl"
.ascii "m."
.space 2
.ascii "m/"
.ascii "m0"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sm"
.ascii "sn"
.space 2
.space 2
.space 2
.ascii "EF"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_Y"
.ascii "_X"
.space 2
.space 2
.space 2
.ascii "zn"
.space 2
.ascii "EG"
.space 2
.ascii "Uh"
.space 2
.ascii "Z|"
.ascii "Z{"
.space 2
.space 2
.ascii "d:"
.space 2
.ascii "h~"
.space 2
.space 2
.ascii "EH"
.ascii "FX"
.space 2
.ascii "Mt"
.space 2
.space 2
.space 2
.ascii "QK"
.ascii "Z}"
.space 2
.space 2
.ascii "_Z"
.ascii "d;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vK"
.space 2
.ascii "EI"
.space 2
.space 2
.ascii "Mu"
.ascii "QL"
.space 2
.space 2
.space 2
.ascii "Ui"
.space 2
.space 2
.space 2
.ascii "Uj"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[!"
.ascii "[\""
.space 2
.ascii "[#"
.ascii "Z~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i\""
.ascii "i!"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "QM"
.space 2
.space 2
.ascii "EJ"
.ascii "FY"
.space 2
.ascii "H/"
.ascii "H."
.space 2
.space 2
.ascii "H0"
.ascii "H1"
.space 2
.space 2
.space 2
.ascii "JT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Mv"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "M}"
.space 2
.ascii "M{"
.space 2
.space 2
.space 2
.ascii "Mz"
.ascii "N#"
.space 2
.space 2
.ascii "N\""
.space 2
.ascii "My"
.space 2
.ascii "M|"
.ascii "M~"
.space 2
.space 2
.space 2
.ascii "Mx"
.ascii "Mw"
.ascii "N!"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "QS"
.ascii "QP"
.space 2
.space 2
.space 2
.ascii "QV"
.ascii "QN"
.space 2
.space 2,81
.ascii "QT"
.space 2
.space 2
.space 2
.space 2
.ascii "QO"
.space 2
.ascii "QR"
.space 2
.ascii "QU"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ur"
.ascii "Uk"
.ascii "Un"
.space 2
.ascii "Uq"
.space 2
.space 2
.space 2
.ascii "Ul"
.space 2
.space 2
.ascii "Up"
.space 2
.space 2
.ascii "Um"
.space 2
.space 2
.ascii "Uo"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[%"
.space 2
.space 2
.ascii "[$"
.ascii "[)"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[&"
.space 2
.ascii "[("
.space 2
.ascii "['"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_["
.space 2,95
.ascii "_\\"
.space 2
.space 2
.space 2
.ascii "_]"
.space 2
.ascii "_^"
.ascii "_c"
.space 2
.space 2
.ascii "_a"
.space 2
.space 2
.space 2
.ascii "_b"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dA"
.space 2
.space 2
.ascii "d>"
.ascii "d?"
.ascii "d="
.space 2
.space 2
.space 2
.ascii "dC"
.space 2
.space 2
.space 2
.ascii "_`"
.space 2
.space 2
.space 2
.space 2
.ascii "d@"
.ascii "d<"
.ascii "dB"
.space 2
.space 2
.space 2
.space 2
.ascii "i%"
.space 2
.space 2
.space 2
.space 2
.ascii "i#"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i$"
.space 2
.space 2
.ascii "m2"
.space 2
.space 2
.ascii "m1"
.space 2
.space 2
.ascii "m4"
.space 2
.space 2
.ascii "m3"
.space 2
.space 2
.space 2
.ascii "pr"
.ascii "po"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,112
.space 2
.ascii "pm"
.ascii "pq"
.space 2
.ascii "pn"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sp"
.space 2
.space 2
.ascii "so"
.space 2
.space 2
.ascii "vL"
.ascii "x;"
.space 2
.space 2
.ascii "x:"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yq"
.space 2
.space 2
.ascii "zo"
.space 2
.space 2
.ascii "|:"
.space 2
.space 2
.space 2
.ascii "EK"
.space 2
.ascii "H2"
.ascii "H3"
.ascii "JU"
.space 2
.space 2
.ascii "QW"
.ascii "Us"
.ascii "[*"
.space 2
.space 2
.ascii "Y7"
.space 2
.ascii "_d"
.ascii "_e"
.ascii "^2"
.space 2
.space 2
.ascii "dD"
.space 2
.space 2
.space 2
.space 2
.ascii "EL"
.ascii "H4"
.space 2
.ascii "N%"
.space 2
.ascii "N$"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ut"
.ascii "Uu"
.space 2
.ascii "Uv"
.space 2
.space 2
.space 2
.ascii "[,"
.space 2
.ascii "_g"
.space 2
.ascii "_f"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vM"
.ascii "yr"
.ascii "EM"
.space 2
.ascii "F\\"
.ascii "F]"
.ascii "F["
.ascii "F^"
.ascii "FZ"
.space 2
.space 2
.ascii "H7"
.space 2
.space 2
.ascii "H6"
.ascii "H8"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "H5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "J_"
.space 2
.space 2
.ascii "J^"
.space 2
.space 2
.space 2
.space 2
.ascii "JW"
.ascii "JX"
.ascii "JY"
.ascii "JZ"
.space 2
.ascii "Ja"
.space 2
.space 2
.ascii "J\\"
.ascii "Jb"
.space 2
.space 2
.space 2
.space 2
.ascii "J["
.space 2
.ascii "J]"
.ascii "JV"
.ascii "J`"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "N:"
.space 2
.space 2
.ascii "N&"
.space 2
.ascii "N0"
.ascii "N1"
.ascii "N)"
.ascii "N;"
.ascii "N+"
.space 2
.ascii "N6"
.space 2
.ascii "N,"
.space 2
.space 2
.space 2
.space 2
.ascii "N9"
.space 2
.ascii "N4"
.ascii "N2"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "N-"
.space 2
.ascii "N3"
.space 2
.ascii "N'"
.space 2
.space 2
.space 2
.space 2
.ascii "N5"
.space 2
.space 2
.ascii "N8"
.space 2
.ascii "N("
.space 2
.ascii "N/"
.space 2
.space 2
.ascii "N7"
.space 2
.ascii "N*"
.ascii "N."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Q_"
.ascii "Ql"
.space 2
.space 2
.space 2
.ascii "Qe"
.space 2
.ascii "Q^"
.space 2
.ascii "Qh"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Qc"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Qi"
.ascii "Q\\"
.ascii "Qd"
.ascii "Qp"
.ascii "QY"
.ascii "Q["
.space 2
.space 2
.space 2
.space 2
.ascii "Qm"
.ascii "Qf"
.space 2
.space 2
.ascii "Qo"
.ascii "Qj"
.space 2
.space 2
.space 2
.ascii "Qn"
.space 2
.space 2
.ascii "Qg"
.space 2
.space 2
.space 2
.ascii "Qa"
.space 2
.space 2
.ascii "Q]"
.space 2
.space 2
.ascii "Qb"
.space 2
.ascii "QZ"
.space 2
.ascii "Qk"
.ascii "V'"
.ascii "Q`"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "QX"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "V."
.space 2
.space 2
.space 2
.ascii "V#"
.ascii "V/"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Uw"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "V!"
.ascii "V,"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ux"
.ascii "U|"
.space 2
.space 2
.ascii "V*"
.ascii "V&"
.space 2
.space 2
.ascii "V)"
.ascii "V0"
.ascii "U}"
.ascii "V+"
.space 2
.ascii "V-"
.ascii "Uz"
.space 2
.ascii "Uy"
.space 2
.space 2
.space 2
.ascii "V$"
.space 2
.space 2
.space 2
.ascii "V("
.ascii "V%"
.space 2
.ascii "U{"
.ascii "U~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[3"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[2"
.space 2
.ascii "[-"
.ascii "[B"
.ascii "[8"
.space 2
.ascii "[<"
.ascii "[;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[0"
.ascii "[="
.space 2
.space 2
.ascii "[6"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[>"
.space 2
.ascii "[@"
.space 2
.ascii "[A"
.ascii "[/"
.space 2
.space 2
.space 2
.space 2
.ascii "[5"
.ascii "[?"
.space 2
.space 2
.space 2
.space 2
.ascii "[:"
.space 2
.ascii "[."
.ascii "[7"
.ascii "[4"
.space 2
.ascii "V\""
.space 2
.ascii "[1"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[9"
.space 2
.space 2
.space 2
.space 2
.ascii "_{"
.space 2
.ascii "_v"
.space 2
.ascii "_w"
.space 2
.space 2
.space 2
.space 2
.ascii "_s"
.space 2
.space 2
.ascii "_i"
.space 2
.ascii "_l"
.ascii "_k"
.space 2
.ascii "_|"
.space 2
.space 2
.space 2
.space 2
.ascii "_n"
.ascii "_j"
.space 2
.space 2
.ascii "_u"
.space 2
.space 2
.space 2
.ascii "_q"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_p"
.space 2
.space 2
.space 2
.ascii "_t"
.space 2
.space 2
.ascii "_o"
.space 2
.space 2
.space 2
.ascii "_r"
.ascii "_h"
.ascii "_~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_m"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "_x"
.ascii "_z"
.space 2
.space 2
.space 2
.ascii "_y"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dL"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dN"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dR"
.ascii "dJ"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dG"
.ascii "dW"
.space 2
.ascii "dU"
.ascii "dQ"
.space 2
.ascii "dI"
.space 2
.space 2
.ascii "dV"
.space 2
.space 2
.space 2
.space 2
.ascii "dO"
.space 2
.space 2
.ascii "dP"
.space 2
.ascii "dF"
.ascii "_}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dK"
.space 2
.ascii "dH"
.space 2
.ascii "dS"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dM"
.space 2
.space 2
.space 2
.ascii "dT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dE"
.ascii "i("
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i-"
.ascii "i&"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i8"
.space 2
.space 2
.ascii "i6"
.space 2
.ascii "i'"
.space 2
.space 2
.ascii "i0"
.space 2
.ascii "i4"
.ascii "i*"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i1"
.space 2
.space 2
.ascii "i."
.space 2
.space 2
.space 2
.ascii "i/"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i)"
.space 2
.ascii "i7"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i,"
.ascii "i5"
.ascii "i3"
.space 2
.space 2
.ascii "i2"
.space 2
.space 2
.ascii "i+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "m7"
.space 2
.space 2
.space 2
.space 2
.ascii "mB"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "m?"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "m;"
.space 2
.space 2
.space 2
.ascii "m8"
.ascii "m@"
.space 2
.space 2
.ascii "mA"
.space 2
.space 2
.space 2
.space 2
.ascii "m>"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mC"
.space 2
.ascii "m="
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "m:"
.space 2
.space 2
.space 2
.space 2
.ascii "m9"
.ascii "m6"
.space 2
.ascii "m<"
.space 2
.ascii "m5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "q!"
.space 2
.space 2
.ascii "pt"
.ascii "py"
.ascii "pu"
.space 2
.space 2
.ascii "ps"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "pz"
.space 2
.space 2
.ascii "p~"
.ascii "q#"
.space 2
.space 2
.ascii "p}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "px"
.ascii "pv"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "q\""
.space 2
.ascii "p|"
.ascii "p{"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "pw"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sx"
.space 2
.ascii "sq"
.space 2
.space 2
.space 2
.space 2,115
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "sz"
.space 2
.space 2
.space 2
.ascii "sr"
.space 2
.space 2
.ascii "sy"
.space 2
.space 2
.space 2
.space 2
.ascii "su"
.space 2
.space 2
.space 2
.ascii "s{"
.space 2
.ascii "st"
.ascii "sw"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vO"
.space 2
.ascii "vT"
.ascii "vU"
.space 2
.space 2
.space 2
.ascii "vN"
.space 2
.space 2
.space 2
.space 2
.ascii "vR"
.space 2
.space 2
.ascii "vQ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vS"
.ascii "vP"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x?"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x>"
.ascii "sv"
.space 2
.ascii "x="
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ys"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zr"
.ascii "zp"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zq"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{b"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|;"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "}#"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "EN"
.ascii "H9"
.space 2
.ascii "N<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[C"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`\""
.space 2
.space 2
.ascii "`#"
.ascii "`!"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dX"
.space 2
.ascii "i9"
.space 2
.space 2
.ascii "i:"
.space 2
.ascii "mE"
.space 2
.ascii "mD"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "q$"
.space 2
.space 2
.ascii "s|"
.space 2
.space 2
.ascii "vV"
.space 2
.ascii "{c"
.ascii "EO"
.ascii "F_"
.ascii "H:"
.ascii "Jc"
.ascii "N="
.ascii "N>"
.space 2
.space 2
.ascii "Qq"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dY"
.space 2
.space 2
.space 2
.space 2
.ascii "q%"
.ascii "vW"
.ascii "EP"
.space 2
.ascii "H;"
.space 2
.space 2
.space 2
.ascii "N?"
.space 2
.space 2
.space 2
.ascii "Qr"
.space 2
.space 2
.ascii "Qs"
.space 2
.space 2
.ascii "V2"
.ascii "V1"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`%"
.space 2
.ascii "`$"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mF"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s}"
.ascii "vX"
.space 2
.space 2
.ascii "zs"
.space 2
.space 2
.ascii "Qt"
.space 2
.ascii "V3"
.space 2
.space 2
.ascii "[D"
.space 2
.ascii "`&"
.space 2
.space 2
.ascii "d["
.ascii "dZ"
.space 2
.space 2
.space 2
.space 2
.ascii "mG"
.ascii "mH"
.space 2
.space 2
.space 2
.space 2
.ascii "EQ"
.space 2
.ascii "F`"
.space 2
.ascii "Jd"
.space 2
.space 2
.ascii "Qu"
.ascii "d\\"
.ascii "ER"
.space 2
.space 2
.ascii "Qv"
.space 2
.space 2
.ascii "s~"
.ascii "ES"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[E"
.ascii "[F"
.space 2
.space 2
.ascii "`'"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "d]"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "q&"
.space 2
.space 2
.ascii "t!"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ET"
.ascii "Fb"
.ascii "Fa"
.space 2
.ascii "N@"
.space 2
.space 2
.ascii "H<"
.space 2
.space 2
.space 2
.space 2
.ascii "NA"
.space 2
.space 2
.space 2
.ascii "Qw"
.space 2
.space 2
.space 2
.ascii "V4"
.ascii "V8"
.space 2
.ascii "V7"
.ascii "V5"
.ascii "V6"
.space 2
.space 2
.ascii "[G"
.ascii "`*"
.space 2
.ascii "`("
.ascii "`)"
.space 2
.space 2
.space 2
.ascii "i;"
.ascii "EU"
.space 2
.space 2
.space 2
.ascii "Fc"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ff"
.space 2
.ascii "Fe"
.ascii "Fd"
.ascii "Je"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "HF"
.ascii "HG"
.space 2
.ascii "HB"
.space 2
.space 2
.space 2
.space 2
.ascii "HC"
.space 2
.ascii "H>"
.space 2
.ascii "H?"
.space 2
.ascii "HE"
.space 2
.ascii "H="
.ascii "Jf"
.ascii "H@"
.ascii "HA"
.ascii "HD"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Jr"
.space 2
.ascii "Jm"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Jp"
.space 2
.ascii "Jw"
.space 2
.ascii "Jy"
.space 2
.ascii "J{"
.space 2
.space 2
.space 2
.ascii "Jn"
.space 2
.space 2
.ascii "Ju"
.ascii "Jx"
.space 2
.space 2
.ascii "Jh"
.ascii "K!"
.ascii "Jv"
.space 2
.ascii "Jk"
.ascii "Jz"
.space 2
.ascii "Ji"
.ascii "Jj"
.space 2
.space 2
.ascii "Jq"
.ascii "J|"
.space 2
.space 2
.ascii "Jo"
.space 2
.ascii "Jt"
.space 2
.ascii "J}"
.space 2
.ascii "Js"
.space 2
.ascii "J~"
.ascii "Jg"
.space 2
.ascii "Jl"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "NM"
.ascii "N]"
.space 2
.ascii "NT"
.space 2
.space 2
.ascii "NE"
.space 2
.ascii "NH"
.space 2
.space 2
.space 2
.space 2
.ascii "NP"
.ascii "NR"
.space 2
.ascii "NY"
.ascii "NK"
.ascii "NI"
.ascii "NJ"
.ascii "NX"
.space 2
.ascii "NS"
.space 2
.space 2
.ascii "NQ"
.ascii "NV"
.space 2
.space 2
.space 2
.ascii "Qx"
.ascii "N\\"
.space 2
.ascii "NF"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "NO"
.space 2
.space 2,78
.ascii "N`"
.ascii "NU"
.space 2
.space 2
.space 2
.ascii "N["
.ascii "N_"
.space 2
.space 2
.space 2
.ascii "Na"
.ascii "NZ"
.ascii "NL"
.ascii "NB"
.space 2
.ascii "NG"
.space 2
.space 2
.ascii "NC"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "N^"
.ascii "V9"
.ascii "NW"
.space 2
.ascii "ND"
.space 2
.ascii "R)"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Qy"
.ascii "Q~"
.space 2
.ascii "R0"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "R#"
.space 2
.space 2
.space 2
.ascii "R("
.space 2
.space 2
.ascii "R\""
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Q}"
.space 2
.ascii "R+"
.space 2
.ascii "R-"
.ascii "Q{"
.ascii "R1"
.space 2
.space 2
.ascii "R."
.space 2
.space 2
.ascii "R!"
.ascii "Qz"
.space 2
.space 2
.ascii "R/"
.ascii "R'"
.space 2
.ascii "R,"
.ascii "R*"
.space 2
.ascii "R$"
.space 2
.ascii "R%"
.ascii "R&"
.space 2
.space 2
.ascii "Q|"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "VA"
.ascii "VF"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "VM"
.ascii "V>"
.space 2
.space 2
.ascii "VH"
.ascii "V:"
.space 2
.ascii "VC"
.space 2
.ascii "VE"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "VG"
.space 2
.space 2
.ascii "V@"
.ascii "V?"
.ascii "VK"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "VL"
.space 2
.ascii "V="
.ascii "V<"
.ascii "VD"
.ascii "VJ"
.space 2
.ascii "VI"
.space 2
.ascii "[H"
.space 2
.space 2
.space 2
.space 2
.ascii "VB"
.ascii "VN"
.ascii "V;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[j"
.space 2
.space 2
.space 2
.ascii "[W"
.ascii "[U"
.space 2
.space 2
.ascii "[L"
.space 2
.space 2
.ascii "[`"
.space 2
.space 2
.ascii "[Z"
.space 2
.space 2
.space 2
.ascii "[I"
.space 2
.space 2
.ascii "[l"
.space 2
.space 2
.space 2
.space 2
.ascii "[i"
.ascii "[]"
.ascii "[h"
.ascii "[S"
.space 2
.space 2
.space 2
.ascii "[T"
.ascii "[N"
.space 2
.space 2
.space 2
.space 2
.ascii "[V"
.ascii "[^"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[c"
.ascii "[K"
.ascii "[a"
.space 2
.space 2
.space 2
.ascii "[X"
.space 2
.space 2
.ascii "[M"
.space 2
.space 2
.ascii "[O"
.space 2
.ascii "[m"
.space 2
.ascii "[g"
.space 2
.ascii "[d"
.ascii "[b"
.ascii "[k"
.space 2
.ascii "[f"
.space 2
.space 2
.ascii "[e"
.space 2
.ascii "[J"
.space 2
.ascii "[\\"
.space 2
.space 2,91
.space 2
.ascii "[Y"
.ascii "[Q"
.ascii "[P"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[R"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`G"
.ascii "[_"
.ascii "`5"
.space 2
.ascii "`C"
.space 2
.space 2
.ascii "`2"
.ascii "`."
.space 2
.ascii "`4"
.ascii "`8"
.ascii "`3"
.ascii "`<"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`A"
.ascii "`;"
.space 2
.ascii "`+"
.space 2
.space 2
.ascii "`/"
.space 2
.ascii "`>"
.space 2
.space 2
.space 2
.ascii "`,"
.space 2
.ascii "`@"
.space 2
.space 2
.space 2
.ascii "`D"
.space 2
.space 2
.space 2
.space 2
.ascii "`B"
.ascii "`J"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`1"
.space 2
.space 2
.ascii "`?"
.ascii "`H"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`-"
.space 2
.ascii "`9"
.space 2
.ascii "`7"
.space 2
.space 2
.ascii "`6"
.space 2
.space 2
.space 2
.ascii "`M"
.space 2
.space 2
.space 2
.ascii "`I"
.space 2
.space 2
.space 2
.ascii "`0"
.space 2
.ascii "`L"
.space 2
.space 2
.space 2
.space 2
.ascii "`:"
.ascii "`="
.space 2
.space 2
.ascii "`K"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`F"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dc"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dm"
.space 2
.ascii "dh"
.space 2
.space 2
.space 2
.ascii "dn"
.space 2,100
.space 2
.space 2
.space 2
.space 2
.ascii "d^"
.space 2
.space 2
.ascii "dg"
.space 2
.ascii "dr"
.space 2
.space 2
.ascii "dq"
.ascii "dk"
.space 2
.space 2
.space 2
.ascii "d_"
.space 2
.space 2
.space 2
.space 2
.ascii "ds"
.space 2
.ascii "da"
.space 2
.space 2
.space 2
.ascii "dj"
.space 2
.ascii "di"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "db"
.space 2
.ascii "do"
.ascii "df"
.space 2
.ascii "de"
.space 2
.space 2
.space 2
.ascii "`E"
.ascii "iW"
.space 2
.space 2
.space 2
.space 2
.ascii "dl"
.space 2
.ascii "d`"
.ascii "dp"
.ascii "mZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "iT"
.space 2
.space 2
.ascii "iI"
.space 2
.space 2
.ascii "iV"
.space 2
.ascii "i@"
.space 2
.space 2
.ascii "iX"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i>"
.ascii "iH"
.space 2
.ascii "iU"
.ascii "iF"
.space 2
.space 2
.space 2
.ascii "iJ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "iE"
.space 2
.space 2
.space 2
.ascii "i?"
.ascii "i="
.ascii "iO"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "iC"
.space 2
.ascii "iG"
.ascii "iN"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "iA"
.ascii "iS"
.ascii "iP"
.ascii "iD"
.space 2
.space 2
.ascii "iQ"
.space 2
.ascii "iK"
.ascii "iM"
.ascii "i<"
.space 2
.space 2
.space 2
.space 2
.ascii "iL"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "iB"
.ascii "mI"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mL"
.space 2
.space 2
.ascii "mN"
.space 2
.space 2
.space 2
.ascii "mY"
.space 2
.space 2
.ascii "mQ"
.space 2
.space 2
.space 2
.ascii "m]"
.ascii "m\\"
.space 2
.space 2
.space 2
.ascii "mW"
.space 2
.ascii "mM"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mP"
.ascii "mS"
.ascii "m["
.ascii "mV"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mR"
.space 2
.ascii "mU"
.space 2
.ascii "mJ"
.space 2
.space 2
.space 2
.ascii "t*"
.space 2
.space 2
.space 2
.ascii "mK"
.space 2
.ascii "mO"
.space 2
.ascii "iR"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mX"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "q3"
.ascii "q)"
.space 2
.space 2
.ascii "q+"
.space 2
.ascii "q2"
.ascii "q-"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "q("
.space 2
.ascii "q."
.ascii "q4"
.space 2
.ascii "q1"
.space 2
.space 2
.ascii "q0"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "q/"
.ascii "q,"
.ascii "q'"
.ascii "q*"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "t."
.space 2
.space 2
.ascii "t\""
.space 2
.space 2
.ascii "t&"
.space 2
.space 2
.space 2
.ascii "t$"
.ascii "t%"
.ascii "t,"
.space 2
.space 2
.ascii "t'"
.space 2
.space 2
.space 2
.space 2
.ascii "t-"
.space 2
.ascii "t("
.ascii "t+"
.space 2
.ascii "t/"
.ascii "t)"
.ascii "t0"
.ascii "t#"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v]"
.space 2
.space 2
.space 2
.ascii "v["
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v\\"
.space 2
.space 2
.ascii "vY"
.space 2
.ascii "vZ"
.space 2
.space 2
.space 2
.ascii "v_"
.space 2
.ascii "v^"
.space 2
.space 2
.space 2
.ascii "xE"
.space 2
.space 2
.ascii "xF"
.space 2
.ascii "xC"
.ascii "x@"
.space 2
.ascii "xD"
.space 2
.ascii "xA"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xB"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yu"
.space 2
.ascii "yv"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yt"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zt"
.space 2
.space 2
.space 2
.space 2
.ascii "{d"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{e"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|`"
.space 2
.space 2
.space 2
.space 2
.ascii "}$"
.ascii "}2"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "EV"
.space 2
.space 2
.space 2
.space 2
.space 2,72
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "K\""
.space 2
.ascii "K%"
.space 2
.space 2
.space 2
.ascii "K#"
.ascii "K$"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ne"
.space 2
.space 2
.space 2
.ascii "Nc"
.space 2
.space 2
.space 2
.ascii "Nd"
.space 2
.space 2
.ascii "Nb"
.space 2
.space 2
.space 2
.ascii "Nf"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "R:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "R2"
.ascii "R5"
.ascii "R7"
.ascii "R9"
.ascii "R6"
.space 2
.space 2
.space 2
.ascii "R4"
.space 2
.space 2
.space 2
.space 2
.ascii "R8"
.space 2
.ascii "R3"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "VS"
.space 2
.ascii "VO"
.space 2
.space 2
.space 2
.space 2
.ascii "VT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "VP"
.ascii "VR"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "VQ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[r"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[n"
.space 2
.space 2
.space 2
.ascii "[q"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[o"
.ascii "[p"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`N"
.ascii "`O"
.space 2
.ascii "`U"
.space 2
.space 2
.space 2
.space 2
.ascii "`R"
.space 2
.space 2
.space 2
.space 2
.ascii "`P"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`Q"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`S"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "e\""
.space 2
.space 2
.ascii "dx"
.space 2
.space 2
.ascii "d}"
.space 2
.ascii "dt"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "e$"
.space 2
.space 2
.ascii "du"
.space 2
.space 2
.ascii "dz"
.space 2
.ascii "e!"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "dw"
.ascii "d~"
.ascii "d|"
.ascii "dy"
.ascii "e#"
.ascii "dv"
.space 2
.space 2
.ascii "d{"
.space 2
.ascii "`T"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i["
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i]"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i\\"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i^"
.space 2
.ascii "iY"
.space 2
.space 2
.space 2
.space 2
.ascii "iZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "m^"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ma"
.space 2
.space 2
.space 2
.ascii "m_"
.space 2
.space 2
.space 2
.space 2
.ascii "m`"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "q;"
.space 2
.space 2
.space 2
.space 2
.ascii "q5"
.space 2
.space 2
.space 2
.space 2
.ascii "q?"
.ascii "q@"
.space 2
.space 2
.space 2
.ascii "q9"
.ascii "q6"
.space 2
.space 2
.space 2
.space 2
.ascii "q<"
.space 2
.ascii "q7"
.space 2
.ascii "q8"
.space 2
.space 2
.ascii "q:"
.space 2
.space 2
.space 2
.ascii "q="
.space 2
.space 2
.ascii "q>"
.space 2
.space 2
.ascii "t2"
.ascii "t9"
.space 2
.space 2
.space 2
.space 2
.ascii "t5"
.ascii "t4"
.ascii "t1"
.space 2
.space 2
.space 2
.space 2
.ascii "t7"
.ascii "t6"
.ascii "t3"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "t8"
.space 2
.space 2
.space 2
.ascii "vc"
.space 2
.space 2
.ascii "v`"
.ascii "va"
.space 2
.ascii "vb"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xG"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xH"
.space 2
.space 2
.ascii "yw"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zu"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "}F"
.space 2
.ascii "EW"
.space 2
.ascii "Ng"
.ascii "Nh"
.space 2
.space 2
.ascii "R;"
.space 2
.space 2
.space 2
.space 2
.ascii "t:"
.ascii "EX"
.space 2
.ascii "Ni"
.ascii "VU"
.ascii "e%"
.ascii "EY"
.space 2
.ascii "[s"
.ascii "i_"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "t;"
.ascii "EZ"
.ascii "Nj"
.space 2
.space 2
.space 2
.ascii "`V"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "e&"
.space 2
.space 2
.space 2
.ascii "mb"
.space 2
.ascii "xI"
.ascii "E["
.space 2
.ascii "E\\"
.space 2
.ascii "HJ"
.space 2
.ascii "HI"
.ascii "K("
.ascii "K'"
.ascii "K&"
.space 2
.space 2
.space 2
.space 2
.ascii "Nk"
.space 2
.ascii "Nl"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "R="
.space 2
.space 2
.ascii "R<"
.space 2
.ascii "R>"
.space 2
.space 2
.space 2
.space 2
.space 2,86
.space 2
.space 2
.space 2
.ascii "[t"
.space 2
.space 2
.ascii "`X"
.ascii "[u"
.space 2
.space 2
.ascii "`W"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i`"
.space 2
.space 2
.space 2
.ascii "ia"
.space 2
.space 2
.space 2
.space 2
.ascii "mc"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xJ"
.space 2
.space 2
.space 2
.space 2
.ascii "zv"
.space 2
.space 2
.space 2
.space 2
.ascii "E]"
.space 2
.space 2
.ascii "Fg"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Nm"
.space 2
.ascii "K*"
.space 2
.ascii "K)"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Nn"
.space 2
.ascii "Nq"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Np"
.space 2
.ascii "No"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "R@"
.ascii "RA"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "R?"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "V["
.ascii "VZ"
.ascii "VX"
.space 2
.space 2
.ascii "VW"
.ascii "VY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "[y"
.space 2
.space 2
.ascii "[x"
.space 2
.space 2
.ascii "[z"
.space 2
.ascii "[w"
.ascii "[v"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`Z"
.space 2
.space 2
.space 2
.ascii "`\\"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`["
.space 2
.ascii "`Y"
.ascii "e'"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "e*"
.ascii "e)"
.space 2
.space 2
.space 2
.space 2
.ascii "ib"
.ascii "e("
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "md"
.space 2
.ascii "ic"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "me"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qA"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "t<"
.space 2
.ascii "t="
.space 2
.space 2
.ascii "ve"
.space 2
.ascii "vd"
.ascii "xK"
.space 2
.ascii "xL"
.ascii "yx"
.space 2
.space 2
.space 2
.space 2
.ascii "{f"
.space 2
.space 2
.space 2
.ascii "Fh"
.space 2
.ascii "V\\"
.ascii "[{"
.space 2
.ascii "Fi"
.space 2
.ascii "E^"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "K+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Nt"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Nv"
.space 2
.space 2
.ascii "Ns"
.ascii "Nr"
.space 2
.ascii "Nu"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "RE"
.ascii "RH"
.space 2
.space 2
.space 2
.ascii "RB"
.space 2
.space 2
.space 2
.ascii "RD"
.space 2
.space 2
.space 2
.space 2
.ascii "RG"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "RC"
.space 2
.space 2
.ascii "RF"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Vb"
.space 2
.ascii "V`"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Va"
.space 2
.space 2
.ascii "V]"
.ascii "V_"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\\""
.space 2
.space 2
.space 2
.space 2
.ascii "[~"
.space 2
.ascii "[|"
.ascii "\\!"
.space 2
.space 2
.ascii "V^"
.ascii "[}"
.space 2
.space 2
.ascii "\\#"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`f"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,96
.space 2
.space 2
.ascii "`a"
.ascii "`g"
.space 2
.ascii "`h"
.space 2
.ascii "`^"
.space 2
.space 2
.space 2
.space 2
.ascii "`e"
.space 2
.space 2
.space 2
.ascii "`_"
.ascii "`d"
.ascii "`b"
.ascii "`c"
.space 2
.space 2
.space 2
.ascii "`]"
.space 2
.space 2
.space 2
.space 2
.ascii "e1"
.space 2
.ascii "e0"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "e-"
.space 2
.space 2
.space 2
.ascii "e2"
.ascii "e,"
.ascii "e3"
.ascii "e4"
.space 2
.ascii "e/"
.ascii "e."
.space 2
.space 2
.space 2
.ascii "ie"
.ascii "id"
.space 2
.space 2
.space 2
.space 2
.ascii "mf"
.ascii "if"
.space 2
.space 2
.ascii "ih"
.space 2
.ascii "e+"
.ascii "ig"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mi"
.space 2
.ascii "mj"
.space 2
.space 2
.ascii "mh"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mg"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qD"
.space 2
.space 2
.space 2
.ascii "qB"
.space 2
.ascii "qF"
.ascii "qE"
.space 2
.space 2
.space 2
.ascii "qC"
.space 2
.space 2
.ascii "t@"
.ascii "vf"
.ascii "tA"
.ascii "t>"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "t?"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xM"
.space 2
.ascii "vg"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xN"
.space 2
.space 2
.space 2
.space 2
.space 2,121
.space 2
.space 2
.space 2
.space 2
.ascii "zx"
.space 2
.ascii "zw"
.space 2
.space 2
.space 2
.ascii "|<"
.space 2
.ascii "Fj"
.space 2
.space 2
.space 2
.ascii "\\$"
.space 2
.ascii "qG"
.ascii "xO"
.ascii "{g"
.space 2
.ascii "Fk"
.space 2
.space 2
.ascii "#\""
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\%"
.ascii "\\&"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,105
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qH"
.ascii "qI"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vh"
.space 2
.space 2
.ascii "Fl"
.space 2
.ascii "RI"
.space 2
.ascii "\\'"
.space 2
.space 2
.ascii "Fm"
.space 2
.space 2
.ascii "\\("
.space 2
.space 2
.ascii "`i"
.ascii "`j"
.space 2
.ascii "Fn"
.ascii "Fo"
.space 2
.ascii "K-"
.ascii "K,"
.ascii "RJ"
.space 2
.space 2
.ascii "Fp"
.ascii "Fq"
.ascii "Fr"
.ascii "Fs"
.space 2
.space 2
.space 2
.ascii "K."
.ascii "K/"
.space 2
.space 2
.space 2
.space 2
.ascii "Nw"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "RN"
.ascii "RL"
.space 2
.ascii "RM"
.ascii "RK"
.space 2
.space 2
.space 2
.space 2
.ascii "Vc"
.space 2
.space 2
.space 2
.space 2
.ascii "Vg"
.ascii "Vf"
.space 2
.ascii "Ve"
.ascii "Vd"
.space 2
.space 2
.space 2
.space 2
.ascii "\\+"
.space 2
.space 2
.ascii "\\)"
.ascii "\\*"
.space 2
.space 2
.space 2
.ascii "`l"
.ascii "`k"
.space 2
.space 2
.space 2
.space 2
.ascii "\\,"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "e5"
.space 2
.ascii "e6"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mk"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xQ"
.ascii "xP"
.space 2
.space 2
.ascii "{h"
.ascii "Ft"
.space 2
.space 2
.space 2
.ascii "\\-"
.space 2
.ascii "ij"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ny"
.ascii "Nz"
.space 2
.space 2
.ascii "Nx"
.space 2
.space 2
.space 2
.space 2
.space 2,82
.ascii "RS"
.ascii "RP"
.ascii "RQ"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "RO"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Vk"
.ascii "Vl"
.space 2
.ascii "\\0"
.space 2
.space 2
.ascii "Vq"
.ascii "Vo"
.space 2
.space 2
.ascii "Vn"
.ascii "Vm"
.ascii "Vh"
.space 2
.space 2
.space 2
.ascii "Vp"
.space 2
.space 2
.ascii "Vi"
.space 2
.ascii "Vj"
.space 2
.space 2
.ascii "\\1"
.space 2
.space 2
.ascii "\\2"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\."
.ascii "\\/"
.space 2
.space 2
.ascii "`q"
.ascii "`p"
.space 2
.ascii "`n"
.space 2
.space 2
.ascii "`r"
.space 2
.ascii "`s"
.space 2
.ascii "`m"
.ascii "`o"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "e8"
.ascii "e;"
.ascii "e:"
.ascii "e?"
.ascii "e>"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "e<"
.space 2
.space 2
.space 2
.space 2
.ascii "e="
.ascii "e7"
.ascii "e9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "in"
.space 2
.ascii "im"
.space 2
.ascii "il"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "io"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mn"
.ascii "ml"
.ascii "mq"
.ascii "mr"
.space 2
.ascii "mo"
.space 2
.ascii "mp"
.ascii "ik"
.space 2
.space 2,109
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qJ"
.space 2
.space 2
.space 2
.ascii "qK"
.space 2
.ascii "qL"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "tC"
.space 2
.space 2
.space 2
.ascii "tB"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "tD"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vk"
.space 2
.space 2
.space 2
.ascii "vi"
.space 2
.ascii "vj"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xR"
.space 2
.ascii "xS"
.ascii "yz"
.space 2
.space 2
.ascii "y{"
.space 2
.space 2
.space 2
.ascii "zy"
.space 2
.space 2
.ascii "{j"
.space 2
.ascii "{i"
.space 2
.space 2
.ascii "|a"
.ascii "|b"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "RT"
.space 2
.space 2
.ascii "`t"
.ascii "`u"
.ascii "Fu"
.ascii "HK"
.space 2
.space 2
.space 2
.ascii "K0"
.space 2
.ascii "N{"
.space 2
.ascii "RU"
.ascii "RV"
.ascii "RW"
.space 2
.space 2
.ascii "Vr"
.space 2
.space 2
.ascii "\\3"
.space 2
.space 2
.space 2
.space 2
.ascii "`w"
.space 2
.space 2
.ascii "`v"
.space 2
.space 2
.space 2
.ascii "ms"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Fv"
.space 2
.ascii "Vs"
.space 2
.space 2
.space 2
.ascii "`x"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "mt"
.space 2
.space 2
.space 2
.space 2
.ascii "Fw"
.space 2
.space 2
.ascii "N|"
.ascii "RZ"
.space 2
.ascii "R["
.ascii "RY"
.space 2
.ascii "RX"
.space 2
.ascii "Vt"
.space 2
.space 2
.ascii "Vu"
.ascii "Vv"
.space 2
.space 2
.space 2
.ascii "\\5"
.space 2
.ascii "\\4"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\6"
.ascii "`y"
.space 2
.ascii "e@"
.ascii "eA"
.space 2
.ascii "ip"
.space 2
.ascii "iq"
.ascii "mu"
.ascii "qN"
.space 2
.ascii "qM"
.space 2
.space 2
.ascii "tE"
.space 2
.space 2
.space 2
.ascii "Fx"
.ascii "K1"
.space 2
.space 2
.ascii "N}"
.space 2
.ascii "N~"
.space 2
.space 2
.space 2
.ascii "R^"
.ascii "R]"
.space 2
.space 2
.ascii "Rb"
.space 2
.ascii "Ra"
.space 2
.space 2
.ascii "R\\"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Rc"
.space 2
.ascii "R_"
.space 2
.ascii "R`"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Vx"
.ascii "Vy"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Vz"
.ascii "Vw"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\:"
.ascii "\\7"
.ascii "\\;"
.space 2
.ascii "\\<"
.space 2
.ascii "\\9"
.space 2
.ascii "\\8"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`z"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "eB"
.ascii "eJ"
.space 2
.ascii "eE"
.space 2
.space 2
.ascii "iu"
.ascii "eM"
.ascii "eF"
.space 2
.ascii "eK"
.ascii "eD"
.space 2
.ascii "eL"
.space 2
.ascii "eH"
.ascii "eC"
.ascii "eI"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "eG"
.space 2
.space 2
.space 2
.ascii "is"
.space 2
.ascii "it"
.space 2
.space 2
.space 2
.space 2
.ascii "ir"
.space 2
.space 2
.ascii "mw"
.space 2
.space 2
.space 2
.ascii "mz"
.ascii "mx"
.space 2
.ascii "mv"
.space 2
.space 2
.ascii "my"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qP"
.ascii "qQ"
.ascii "qO"
.space 2
.space 2
.space 2
.space 2
.ascii "qR"
.space 2
.ascii "tJ"
.space 2
.space 2
.ascii "tG"
.space 2
.ascii "tI"
.ascii "tK"
.space 2
.space 2
.ascii "tH"
.space 2
.space 2
.ascii "tF"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vn"
.ascii "vo"
.ascii "vl"
.space 2
.ascii "vm"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,122
.space 2
.space 2
.space 2
.ascii "|c"
.space 2
.space 2
.ascii "}3"
.ascii "Fy"
.ascii "Rd"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Fz"
.ascii "K2"
.space 2
.ascii "O!"
.space 2
.space 2
.space 2
.ascii "V{"
.space 2
.space 2
.space 2
.ascii "`{"
.ascii "eN"
.ascii "tL"
.space 2
.space 2
.space 2
.ascii "F{"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "O\""
.space 2
.space 2
.space 2
.space 2
.ascii "Re"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Rg"
.ascii "Rh"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Rf"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "W!"
.space 2
.ascii "W'"
.ascii "W&"
.space 2
.space 2
.space 2
.space 2
.ascii "W$"
.space 2
.ascii "V}"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "W%"
.space 2
.space 2
.ascii "V|"
.space 2
.ascii "W("
.space 2
.ascii "W\""
.space 2
.space 2
.ascii "W#"
.ascii "V~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\>"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\?"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "`|"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\="
.ascii "`}"
.space 2
.space 2
.ascii "`~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "eU"
.space 2
.space 2
.ascii "eX"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "eT"
.space 2
.space 2
.ascii "eS"
.space 2
.ascii "eO"
.space 2
.space 2
.ascii "eV"
.space 2
.ascii "eW"
.space 2
.space 2
.space 2
.ascii "eQ"
.ascii "eR"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "iw"
.space 2
.space 2
.space 2
.ascii "i{"
.space 2
.space 2
.space 2
.ascii "ix"
.space 2
.ascii "iz"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "eP"
.space 2
.space 2
.ascii "iy"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "m}"
.space 2
.ascii "n#"
.space 2
.ascii "n!"
.space 2
.space 2
.ascii "iv"
.space 2
.space 2
.space 2
.ascii "m|"
.space 2
.space 2
.space 2
.space 2
.ascii "m~"
.ascii "m{"
.space 2
.space 2
.space 2
.space 2
.ascii "n$"
.space 2
.space 2
.space 2
.space 2
.ascii "n\""
.space 2
.space 2
.space 2
.space 2
.ascii "qT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qV"
.ascii "qS"
.space 2
.space 2
.space 2
.ascii "qU"
.space 2
.space 2
.ascii "tP"
.space 2
.space 2
.space 2
.space 2
.ascii "tO"
.space 2
.space 2
.ascii "tM"
.space 2
.space 2
.ascii "tN"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "tQ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vp"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xU"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "y|"
.space 2
.space 2
.space 2
.ascii "y}"
.ascii "z!"
.ascii "y~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "F|"
.space 2
.space 2
.space 2
.ascii "O#"
.space 2
.ascii "O$"
.ascii "O%"
.space 2
.space 2
.space 2
.space 2
.ascii "Ri"
.ascii "Rl"
.ascii "Rk"
.ascii "Rj"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "W*"
.space 2
.space 2
.space 2
.space 2
.ascii "W)"
.ascii "W-"
.ascii "W0"
.space 2
.space 2
.ascii "W1"
.space 2
.space 2
.ascii "W/"
.ascii "W."
.ascii "W,"
.ascii "W+"
.space 2
.space 2
.space 2
.space 2
.ascii "\\@"
.space 2
.space 2
.ascii "\\A"
.space 2
.space 2
.space 2
.space 2
.ascii "\\B"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "eY"
.space 2
.space 2
.space 2
.space 2
.ascii "eZ"
.space 2
.ascii "e["
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "i~"
.ascii "i|"
.ascii "i}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qW"
.ascii "tR"
.space 2
.space 2
.ascii "tS"
.space 2
.space 2
.space 2
.ascii "vq"
.space 2
.space 2
.ascii "xV"
.space 2
.ascii "{k"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Rm"
.ascii "Rn"
.space 2
.space 2
.ascii "e]"
.ascii "F}"
.ascii "K5"
.ascii "K4"
.ascii "K3"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "O'"
.ascii "O&"
.space 2
.ascii "Rq"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ro"
.ascii "Rp"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "W8"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "W5"
.space 2
.space 2
.space 2
.ascii "W3"
.ascii "W2"
.space 2
.ascii "W6"
.ascii "W4"
.space 2
.ascii "W7"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\C"
.space 2
.space 2
.space 2
.space 2
.ascii "a%"
.space 2
.space 2
.space 2
.space 2
.ascii "a$"
.space 2
.space 2
.ascii "a\""
.space 2
.space 2
.ascii "a#"
.space 2
.ascii "a!"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ea"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "e_"
.space 2
.ascii "e^"
.space 2
.ascii "ec"
.ascii "eb"
.ascii "e`"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "j!"
.space 2
.space 2
.ascii "j\""
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "n)"
.space 2
.space 2
.space 2
.ascii "n*"
.ascii "n&"
.ascii "n("
.space 2
.ascii "n%"
.ascii "n'"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qZ"
.space 2
.space 2
.space 2
.space 2
.ascii "q\\"
.ascii "q["
.ascii "qX"
.ascii "qY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "tT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vt"
.ascii "vr"
.ascii "vs"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xX"
.space 2
.ascii "xW"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "F~"
.space 2
.ascii "K6"
.space 2
.space 2
.ascii "O)"
.ascii "O("
.space 2
.space 2
.space 2
.space 2
.ascii "Rr"
.space 2
.ascii "Rs"
.space 2
.space 2
.ascii "W9"
.space 2
.space 2
.space 2
.ascii "W:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\D"
.space 2
.space 2
.ascii "\\E"
.ascii "a("
.ascii "a'"
.ascii "a&"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ed"
.space 2,101
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "j$"
.ascii "j#"
.space 2
.space 2
.space 2
.ascii "n,"
.ascii "n+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "q]"
.space 2
.space 2
.space 2
.space 2
.ascii "tU"
.space 2
.space 2
.space 2
.space 2
.ascii "vu"
.space 2,118
.space 2
.ascii "z\""
.space 2
.space 2
.ascii "|="
.ascii "G!"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "W;"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]~"
.ascii "]}"
.space 2
.space 2
.ascii "a*"
.space 2
.ascii "a)"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "j%"
.space 2
.ascii "j&"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "z#"
.space 2
.space 2
.ascii "HL"
.ascii "O*"
.space 2
.space 2
.ascii "Ru"
.space 2
.ascii "Rt"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "W<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "W="
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\K"
.space 2
.ascii "\\H"
.space 2
.space 2
.ascii "\\L"
.space 2
.ascii "\\F"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\J"
.space 2
.ascii "\\G"
.space 2
.space 2
.space 2
.ascii "\\I"
.space 2
.ascii "\\M"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "a-"
.space 2
.space 2
.ascii "a+"
.space 2
.ascii "a2"
.space 2
.ascii "a1"
.space 2
.ascii "a3"
.ascii "a."
.ascii "a4"
.ascii "a/"
.space 2
.ascii "a0"
.space 2
.ascii "a,"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "eh"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ej"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ei"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "j*"
.space 2
.ascii "ef"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "j1"
.space 2
.space 2
.ascii "j0"
.space 2
.space 2
.space 2
.ascii "j)"
.space 2
.space 2
.space 2
.ascii "j."
.space 2
.space 2
.space 2
.space 2
.ascii "j-"
.ascii "j("
.space 2
.ascii "j+"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "j,"
.space 2
.space 2
.ascii "n4"
.ascii "j'"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "n-"
.space 2
.space 2
.space 2
.ascii "n."
.space 2
.space 2
.ascii "n0"
.space 2
.space 2
.space 2
.ascii "j/"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "eg"
.ascii "n3"
.space 2
.space 2
.ascii "n/"
.space 2
.ascii "n1"
.ascii "n2"
.space 2
.ascii "q`"
.space 2
.space 2
.ascii "n5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "q^"
.space 2
.ascii "qb"
.space 2
.space 2
.space 2
.space 2
.ascii "t["
.ascii "qc"
.space 2
.space 2
.ascii "qa"
.space 2
.ascii "qe"
.space 2
.space 2
.ascii "qd"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "tY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "tX"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "tV"
.space 2
.space 2
.space 2
.space 2
.ascii "tZ"
.ascii "tW"
.space 2
.space 2
.space 2
.ascii "q_"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "vz"
.space 2
.space 2
.ascii "v|"
.space 2
.ascii "v{"
.space 2
.space 2
.space 2
.ascii "vx"
.space 2
.space 2
.ascii "vy"
.ascii "vw"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x]"
.ascii "x["
.space 2
.space 2
.space 2
.space 2
.ascii "x\\"
.ascii "xY"
.ascii "xZ"
.ascii "x^"
.space 2
.space 2
.ascii "z%"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "z$"
.ascii "z&"
.space 2
.space 2
.ascii "z{"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{m"
.ascii "{l"
.space 2
.space 2
.ascii "|?"
.ascii "|>"
.ascii "|@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "}%"
.space 2
.ascii "}&"
.space 2
.space 2
.space 2
.ascii "}K"
.ascii "HM"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Rv"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "W>"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\N"
.space 2
.space 2
.ascii "\\P"
.space 2
.ascii "\\O"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "a5"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "a6"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ek"
.space 2
.ascii "el"
.space 2
.ascii "em"
.space 2
.space 2
.space 2
.ascii "j2"
.space 2
.space 2
.space 2
.ascii "j3"
.ascii "j4"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "n6"
.space 2
.space 2
.space 2
.space 2,35
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qf"
.ascii "qg"
.space 2
.space 2
.ascii "ta"
.space 2
.space 2
.ascii "t]"
.ascii "tb"
.ascii "t^"
.ascii "t`"
.ascii "t\\"
.space 2
.ascii "t_"
.space 2
.space 2
.space 2
.space 2
.ascii "v}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "z'"
.ascii "z("
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "HN"
.space 2
.space 2
.ascii "K7"
.space 2
.space 2
.ascii "O+"
.space 2
.ascii "Ry"
.space 2
.ascii "Rw"
.space 2
.ascii "R|"
.ascii "Rx"
.ascii "R}"
.ascii "R{"
.space 2
.ascii "Rz"
.ascii "WB"
.ascii "WA"
.space 2
.ascii "WJ"
.space 2
.space 2
.ascii "WF"
.space 2
.space 2
.space 2
.ascii "WE"
.ascii "WG"
.space 2
.ascii "W@"
.space 2
.ascii "WK"
.ascii "WH"
.ascii "WL"
.ascii "WI"
.space 2
.space 2
.space 2
.ascii "WC"
.ascii "W?"
.ascii "WD"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "a;"
.space 2
.space 2
.ascii "\\T"
.ascii "\\["
.ascii "\\X"
.ascii "\\^"
.ascii "\\]"
.ascii "\\Y"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\U"
.space 2
.space 2
.ascii "\\V"
.space 2
.space 2
.space 2
.ascii "\\W"
.space 2
.space 2,92
.ascii "\\R"
.ascii "\\Z"
.space 2
.ascii "\\Q"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "a8"
.space 2
.space 2
.space 2
.space 2
.ascii "a:"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "es"
.space 2
.space 2
.ascii "a7"
.space 2
.space 2
.ascii "a>"
.ascii "a@"
.space 2
.space 2
.space 2
.ascii "a?"
.space 2
.ascii "a9"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "a<"
.space 2
.ascii "aA"
.ascii "\\S"
.ascii "a="
.ascii "aB"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "eo"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "eq"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "er"
.space 2
.ascii "ep"
.space 2
.ascii "en"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "j7"
.space 2
.ascii "nC"
.space 2
.ascii "j:"
.space 2
.ascii "j@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "jG"
.ascii "jD"
.space 2
.space 2
.ascii "j6"
.ascii "j>"
.ascii "j="
.space 2
.ascii "j<"
.ascii "jB"
.space 2
.space 2
.ascii "jC"
.space 2
.ascii "j?"
.ascii "j5"
.space 2
.ascii "j8"
.ascii "j9"
.ascii "jA"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "jF"
.space 2
.space 2
.ascii "j;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "jE"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "n;"
.ascii "nD"
.ascii "n@"
.space 2
.space 2
.ascii "n="
.ascii "nA"
.space 2
.ascii "n7"
.space 2
.space 2
.ascii "n?"
.space 2
.space 2
.space 2
.space 2
.ascii "n>"
.ascii "nB"
.space 2
.space 2
.ascii "n<"
.space 2
.space 2
.ascii "n9"
.space 2
.space 2
.ascii "nE"
.space 2
.ascii "n8"
.space 2
.space 2
.space 2
.space 2
.ascii "nF"
.space 2
.ascii "n:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qj"
.ascii "qo"
.ascii "qh"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qp"
.ascii "qi"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qk"
.space 2
.ascii "qn"
.ascii "qm"
.space 2
.space 2
.space 2
.space 2
.ascii "ql"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ti"
.space 2
.space 2
.ascii "tc"
.ascii "ts"
.space 2
.ascii "tk"
.ascii "tg"
.space 2
.ascii "tn"
.ascii "tq"
.space 2
.ascii "tf"
.space 2
.ascii "to"
.space 2
.space 2
.space 2
.ascii "tj"
.ascii "td"
.ascii "tr"
.space 2
.ascii "tm"
.space 2
.ascii "th"
.space 2
.ascii "tl"
.ascii "te"
.space 2
.ascii "tp"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "w%"
.space 2
.ascii "v~"
.ascii "w!"
.space 2
.space 2
.space 2
.ascii "w&"
.ascii "w#"
.space 2
.space 2
.space 2
.ascii "w\""
.space 2
.space 2
.ascii "w$"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xb"
.ascii "xc"
.ascii "x_"
.space 2
.ascii "x`"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xd"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xa"
.space 2
.space 2
.ascii "z+"
.ascii "z*"
.space 2
.space 2
.space 2
.space 2
.ascii "z,"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "z}"
.space 2
.space 2
.ascii "z|"
.space 2
.space 2
.space 2
.ascii "|A"
.ascii "|C"
.space 2
.ascii "|B"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "}9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "HO"
.space 2
.ascii "R~"
.space 2
.ascii "WM"
.space 2
.space 2
.ascii "\\_"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,116
.space 2
.space 2
.space 2
.ascii "w'"
.space 2
.space 2
.space 2
.ascii "z-"
.space 2
.space 2
.space 2
.ascii "|d"
.space 2
.space 2
.space 2
.ascii "O,"
.ascii "K8"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "WN"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "eu"
.ascii "ev"
.space 2
.space 2
.space 2
.ascii "et"
.space 2
.ascii "jH"
.space 2
.ascii "ew"
.space 2
.space 2
.ascii "nG"
.space 2
.ascii "nH"
.space 2
.space 2,113
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xe"
.space 2
.space 2
.ascii "|e"
.space 2
.ascii "HP"
.ascii "O."
.ascii "O-"
.space 2
.ascii "S!"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "WO"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\a"
.space 2
.space 2
.space 2
.ascii "\\`"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ez"
.space 2
.space 2
.space 2
.ascii "ey"
.ascii "ex"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "nI"
.space 2
.space 2
.ascii "qr"
.space 2
.space 2
.space 2
.ascii "xf"
.space 2
.ascii "xh"
.ascii "xg"
.space 2
.space 2
.ascii "z~"
.ascii "HQ"
.space 2
.ascii "S\""
.space 2
.ascii "WQ"
.space 2
.space 2
.space 2
.ascii "WP"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\b"
.space 2
.ascii "\\c"
.space 2
.space 2
.space 2
.ascii "\\d"
.space 2
.ascii "aD"
.ascii "aE"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "jK"
.ascii "jI"
.ascii "jJ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "nJ"
.space 2
.space 2
.space 2
.space 2
.ascii "qu"
.space 2
.ascii "qs"
.ascii "qt"
.space 2
.ascii "tu"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "w("
.space 2
.ascii "w)"
.ascii "tv"
.space 2
.space 2
.space 2
.ascii "z."
.ascii "HR"
.space 2
.ascii "HS"
.ascii "WS"
.ascii "O/"
.ascii "WR"
.space 2
.space 2
.space 2
.space 2
.ascii "aF"
.ascii "HT"
.ascii "S$"
.space 2
.space 2
.ascii "S#"
.ascii "S%"
.ascii "HU"
.space 2
.space 2
.ascii "WU"
.space 2
.space 2,87
.ascii "WT"
.ascii "WV"
.space 2
.space 2
.ascii "\\e"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "nK"
.space 2
.ascii "qv"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "HV"
.space 2
.space 2
.ascii "S&"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "WX"
.space 2
.ascii "WY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\g"
.space 2
.space 2
.space 2
.ascii "\\f"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "aG"
.space 2
.space 2
.space 2
.ascii "e{"
.space 2
.ascii "e|"
.space 2
.ascii "jM"
.space 2
.space 2
.space 2
.ascii "jL"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "tz"
.ascii "ty"
.ascii "tw"
.ascii "tx"
.ascii "t{"
.space 2
.space 2
.ascii "w+"
.ascii "w*"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{o"
.ascii "{n"
.ascii "HW"
.space 2
.space 2
.space 2
.space 2
.ascii "e~"
.ascii "aH"
.ascii "e}"
.ascii "jN"
.space 2
.ascii "HX"
.space 2
.ascii "HY"
.ascii "HZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "K:"
.space 2
.space 2
.ascii "K9"
.space 2
.ascii "K<"
.space 2
.ascii "K>"
.ascii "K="
.space 2
.ascii "K;"
.space 2
.space 2
.space 2
.ascii "O4"
.ascii "O2"
.space 2
.space 2
.ascii "O1"
.space 2
.space 2
.space 2
.ascii "O6"
.ascii "O8"
.ascii "O5"
.space 2
.space 2
.space 2
.ascii "O9"
.space 2
.ascii "O3"
.ascii "K?"
.space 2
.ascii "O7"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "O0"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "S*"
.ascii "S+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "S,"
.space 2
.ascii "S/"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "S'"
.space 2
.space 2
.space 2
.ascii "S)"
.ascii "S."
.space 2
.ascii "S2"
.ascii "S0"
.space 2
.space 2
.ascii "S-"
.space 2
.space 2
.ascii "S1"
.ascii "S("
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "W^"
.space 2
.ascii "Wg"
.ascii "W\\"
.ascii "WZ"
.space 2
.ascii "Wb"
.ascii "W_"
.space 2
.space 2
.space 2
.ascii "Wa"
.space 2
.space 2
.space 2
.ascii "Wf"
.ascii "Wd"
.space 2
.space 2
.space 2
.space 2
.ascii "W["
.space 2
.space 2
.ascii "W]"
.ascii "W`"
.space 2
.ascii "Wc"
.space 2
.ascii "We"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\i"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\j"
.ascii "\\n"
.space 2
.space 2
.space 2
.space 2
.ascii "\\l"
.space 2
.ascii "\\k"
.space 2
.space 2
.space 2
.ascii "\\h"
.ascii "\\m"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "aN"
.space 2
.space 2
.space 2
.space 2
.ascii "aP"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "aO"
.space 2
.space 2
.space 2
.space 2
.ascii "aK"
.ascii "aQ"
.space 2
.ascii "aM"
.space 2
.ascii "jO"
.ascii "aL"
.space 2
.ascii "aR"
.ascii "aJ"
.ascii "aI"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "f$"
.ascii "f*"
.space 2
.space 2
.space 2
.space 2
.ascii "f'"
.space 2
.space 2
.ascii "f%"
.space 2
.ascii "f\""
.ascii "f!"
.space 2
.ascii "f&"
.ascii "aS"
.space 2
.space 2
.space 2
.ascii "f#"
.ascii "f("
.ascii "f)"
.space 2
.space 2
.space 2
.space 2
.ascii "jT"
.ascii "jP"
.space 2
.ascii "jU"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "jR"
.space 2
.ascii "jS"
.space 2
.space 2
.space 2
.space 2
.ascii "jQ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "nQ"
.space 2
.ascii "nP"
.ascii "nL"
.ascii "nM"
.ascii "nN"
.space 2
.space 2
.ascii "nO"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qy"
.ascii "qx"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "qw"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "t~"
.space 2
.space 2
.ascii "u$"
.ascii "u&"
.ascii "u#"
.ascii "u\""
.space 2
.ascii "u!"
.ascii "t}"
.space 2
.space 2
.ascii "t|"
.space 2
.space 2
.ascii "u%"
.space 2
.space 2
.space 2
.ascii "w,"
.space 2
.ascii "w-"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xi"
.space 2
.ascii "z/"
.space 2
.space 2
.space 2
.space 2
.ascii "{p"
.space 2
.space 2
.ascii "|D"
.ascii "H["
.space 2
.ascii "O:"
.space 2
.ascii "jV"
.ascii "u'"
.space 2
.ascii "H\\"
.space 2
.ascii "Wi"
.ascii "Wh"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "H]"
.ascii "S3"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "jW"
.ascii "qz"
.ascii "H^"
.space 2
.ascii "O;"
.space 2
.ascii "Wj"
.space 2
.ascii "\\o"
.space 2
.space 2
.ascii "f+"
.space 2
.ascii "jX"
.ascii "q{"
.ascii "u("
.ascii "w."
.space 2
.ascii "H_"
.ascii "O<"
.space 2
.space 2
.ascii "Wk"
.space 2
.ascii "aT"
.space 2
.ascii "jY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "H`"
.ascii "aU"
.space 2
.ascii "jZ"
.ascii "Ha"
.space 2
.space 2
.ascii "S4"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Wn"
.space 2
.ascii "Wl"
.ascii "Wm"
.ascii "Wo"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\p"
.ascii "\\r"
.ascii "\\q"
.space 2
.ascii "\\s"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "f,"
.space 2
.space 2
.space 2
.ascii "j["
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "q|"
.ascii "q}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "z0"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Hb"
.ascii "K@"
.space 2
.ascii "u)"
.ascii "Hc"
.space 2
.space 2
.space 2
.space 2
.ascii "|l"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Hd"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "KB"
.space 2
.ascii "KC"
.space 2
.space 2
.space 2
.space 2
.ascii "KA"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "O?"
.space 2
.space 2
.space 2
.ascii "O>"
.space 2
.ascii "OB"
.space 2
.space 2
.space 2
.ascii "OI"
.space 2
.ascii "OF"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "OE"
.ascii "O@"
.space 2
.ascii "OG"
.ascii "OJ"
.ascii "OD"
.space 2
.ascii "O="
.space 2
.space 2
.space 2
.ascii "OL"
.ascii "OH"
.ascii "OC"
.space 2
.ascii "Wp"
.space 2
.ascii "OA"
.ascii "OK"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "SE"
.ascii "S?"
.ascii "SG"
.ascii "SD"
.space 2
.space 2
.ascii "S@"
.space 2
.space 2
.space 2
.ascii "S9"
.ascii "SC"
.space 2
.ascii "SF"
.ascii "SH"
.space 2
.space 2
.space 2
.ascii "S8"
.space 2
.ascii "S<"
.ascii "S:"
.ascii "S5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "SI"
.space 2
.ascii "SA"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "SB"
.ascii "S="
.ascii "S6"
.ascii "S;"
.ascii "S7"
.ascii "SJ"
.space 2
.space 2
.ascii "S>"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "W~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "X#"
.space 2
.space 2
.ascii "Wq"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "X\""
.ascii "W{"
.space 2
.ascii "Wy"
.ascii "Wx"
.ascii "W}"
.space 2
.ascii "Wu"
.ascii "W|"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "X!"
.space 2
.space 2
.ascii "X$"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Ww"
.ascii "Wt"
.space 2
.space 2
.space 2
.space 2
.ascii "Wz"
.ascii "Wv"
.space 2
.ascii "Wr"
.space 2
.ascii "Ws"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]#"
.ascii "\\w"
.space 2
.space 2
.ascii "]$"
.ascii "]%"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]&"
.space 2
.space 2
.ascii "]!"
.ascii "\\}"
.space 2
.space 2
.space 2
.ascii "\\t"
.space 2
.space 2
.space 2
.ascii "\\|"
.ascii "\\~"
.space 2
.space 2
.ascii "\\y"
.space 2
.ascii "\\v"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\u"
.space 2
.ascii "]\""
.space 2
.ascii "\\x"
.space 2
.space 2
.space 2
.space 2
.ascii "]'"
.space 2
.space 2
.space 2
.ascii "\\{"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "\\z"
.space 2
.space 2
.space 2
.ascii "a]"
.space 2
.space 2
.space 2
.ascii "a["
.space 2
.space 2
.space 2
.space 2
.ascii "ah"
.space 2
.ascii "ae"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "an"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "al"
.space 2
.space 2
.ascii "ao"
.ascii "aZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "aV"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "a^"
.ascii "ac"
.ascii "a_"
.ascii "ag"
.space 2
.ascii "a`"
.space 2
.space 2
.space 2
.ascii "aX"
.space 2
.space 2
.space 2
.space 2
.ascii "af"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "aW"
.ascii "ak"
.space 2
.space 2
.ascii "am"
.space 2
.space 2
.ascii "ab"
.ascii "a\\"
.ascii "ad"
.ascii "aY"
.ascii "aj"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "e\\"
.space 2
.space 2
.space 2
.space 2
.ascii "f0"
.space 2
.space 2
.space 2
.ascii "f8"
.space 2
.space 2
.ascii "ai"
.space 2
.space 2
.space 2
.ascii "f7"
.ascii "f/"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "f="
.space 2
.space 2
.ascii "f4"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,97
.space 2
.space 2
.space 2
.ascii "f6"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "f9"
.space 2
.ascii "f:"
.space 2
.space 2
.ascii "f2"
.space 2
.space 2
.ascii "f;"
.space 2
.ascii "f3"
.ascii "f5"
.ascii "f<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "f1"
.space 2
.ascii "f."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "f-"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "jh"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "j`"
.space 2
.space 2
.ascii "jc"
.space 2
.ascii "ja"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "jb"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "je"
.space 2
.space 2
.space 2
.ascii "ji"
.space 2
.space 2
.ascii "j]"
.ascii "jf"
.space 2
.space 2
.space 2
.ascii "j_"
.space 2
.ascii "j^"
.space 2
.space 2
.ascii "j\\"
.ascii "jk"
.ascii "jd"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,106
.space 2
.ascii "jg"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "n]"
.space 2
.ascii "nU"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "n_"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "n`"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "nY"
.space 2
.ascii "nX"
.ascii "n\\"
.space 2
.space 2
.ascii "nR"
.space 2
.space 2
.ascii "nT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "n["
.space 2
.ascii "nZ"
.space 2
.ascii "n^"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "nV"
.ascii "nW"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "nS"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r%"
.space 2
.space 2
.space 2
.space 2
.ascii "r\""
.ascii "r&"
.ascii "q~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r!"
.space 2
.space 2
.space 2
.space 2
.ascii "r)"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r#"
.ascii "r$"
.ascii "r("
.space 2
.space 2
.ascii "r'"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u,"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u+"
.space 2
.space 2
.ascii "u2"
.space 2
.space 2
.ascii "u4"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u."
.space 2
.space 2
.ascii "u/"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u1"
.ascii "u-"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u5"
.space 2
.ascii "u3"
.ascii "w0"
.ascii "u*"
.space 2
.space 2
.space 2
.space 2
.ascii "u0"
.ascii "w4"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "w6"
.ascii "w5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "w3"
.space 2
.space 2
.space 2
.ascii "w1"
.space 2
.ascii "w/"
.ascii "w2"
.space 2
.space 2
.space 2
.space 2
.ascii "xm"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xk"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xn"
.ascii "xo"
.space 2
.space 2
.space 2
.ascii "xj"
.ascii "xl"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xp"
.space 2
.ascii "z2"
.ascii "z4"
.ascii "z1"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "z5"
.ascii "z7"
.space 2
.space 2
.ascii "z8"
.ascii "z6"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "z3"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{!"
.space 2
.space 2
.ascii "{#"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{\""
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|E"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|F"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "OM"
.space 2
.ascii "SK"
.space 2
.space 2
.space 2
.ascii "X%"
.ascii "]("
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ap"
.ascii "f?"
.space 2
.ascii "f>"
.ascii "f@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u6"
.space 2
.space 2
.space 2
.ascii "He"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ON"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "SL"
.ascii "SN"
.ascii "SM"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "X&"
.space 2
.ascii "X+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "X("
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "X-"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "X,"
.ascii "X)"
.space 2
.space 2
.space 2
.space 2
.ascii "X*"
.ascii "X'"
.space 2
.space 2
.space 2
.space 2
.ascii "]2"
.space 2
.ascii "]1"
.space 2
.space 2
.space 2
.ascii "]."
.ascii "],"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]+"
.space 2
.space 2
.space 2
.ascii "]-"
.space 2
.ascii "]/"
.ascii "]*"
.space 2
.ascii "]3"
.space 2
.ascii "]0"
.space 2
.space 2
.space 2
.space 2
.ascii "aw"
.space 2
.space 2
.space 2
.ascii "at"
.space 2
.space 2
.space 2
.space 2
.ascii "ar"
.space 2
.ascii "au"
.space 2
.space 2
.ascii "ax"
.ascii "aq"
.space 2
.space 2
.space 2
.space 2
.ascii "av"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "as"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "fA"
.space 2
.ascii "fG"
.space 2
.space 2
.ascii "fF"
.space 2
.ascii "fE"
.space 2
.ascii "fH"
.ascii "fI"
.space 2
.space 2
.ascii "fJ"
.ascii "fD"
.ascii "fC"
.space 2
.ascii "fK"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "fB"
.space 2
.space 2
.space 2
.space 2
.ascii "jr"
.space 2
.space 2
.space 2
.ascii "jm"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "jo"
.space 2
.space 2
.ascii "jp"
.space 2
.space 2
.space 2
.ascii "ju"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "jq"
.space 2
.space 2
.ascii "jt"
.space 2
.space 2
.space 2
.ascii "jn"
.space 2
.space 2
.space 2
.ascii "jl"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "nj"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "nk"
.space 2
.ascii "js"
.space 2
.ascii "ni"
.space 2
.ascii "nh"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "nd"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ne"
.space 2
.ascii "ng"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "nb"
.space 2
.ascii "nc"
.space 2
.ascii "nf"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "na"
.ascii "r*"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r,"
.ascii "r+"
.space 2
.space 2
.ascii "r-"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u>"
.ascii "u="
.space 2
.space 2
.space 2
.space 2
.ascii "u7"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u;"
.space 2
.ascii "u?"
.space 2
.space 2
.ascii "u@"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u8"
.ascii "u:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "w:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "w8"
.space 2
.space 2
.ascii "w7"
.space 2
.space 2
.ascii "w9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xt"
.space 2
.ascii "xq"
.space 2
.space 2
.ascii "xu"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xr"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xs"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "z9"
.ascii "z:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{'"
.space 2
.ascii "{&"
.ascii "{%"
.ascii "{$"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|G"
.space 2
.space 2
.space 2
.space 2
.ascii "|f"
.space 2
.space 2
.ascii "|g"
.space 2
.ascii "}'"
.space 2
.space 2
.space 2
.space 2
.ascii "Hf"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Hg"
.ascii "SO"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]4"
.space 2
.space 2
.space 2
.ascii "ay"
.space 2
.ascii "fL"
.space 2
.ascii "nl"
.space 2
.ascii "nm"
.space 2
.space 2
.space 2
.ascii "r/"
.ascii "|h"
.ascii "Hh"
.space 2
.space 2
.space 2
.space 2
.ascii "OP"
.space 2
.space 2
.ascii "SP"
.space 2
.space 2
.space 2
.space 2
.ascii "X."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "X/"
.space 2
.ascii "X3"
.space 2
.space 2
.space 2
.ascii "X2"
.space 2
.space 2
.space 2
.ascii "X0"
.ascii "X1"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]6"
.space 2
.space 2
.ascii "];"
.space 2
.ascii "]:"
.space 2
.space 2
.space 2
.space 2
.ascii "]8"
.space 2
.space 2
.space 2
.ascii "]9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]7"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "a|"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "az"
.ascii "a{"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "fT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "fV"
.space 2
.ascii "fN"
.ascii "fU"
.space 2
.space 2
.ascii "fQ"
.ascii "fO"
.space 2
.space 2
.ascii "fP"
.ascii "fR"
.space 2
.ascii "fM"
.space 2
.ascii "fS"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "j|"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "j~"
.space 2
.space 2
.space 2
.ascii "jv"
.ascii "jx"
.space 2
.space 2
.space 2
.ascii "jz"
.ascii "jy"
.space 2
.space 2
.space 2
.ascii "j{"
.space 2
.space 2
.space 2
.space 2
.ascii "jw"
.space 2
.space 2
.space 2
.space 2
.ascii "no"
.space 2
.space 2
.ascii "ns"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,110
.space 2
.ascii "np"
.ascii "nq"
.space 2
.ascii "nr"
.space 2
.space 2
.space 2
.space 2
.ascii "j}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r4"
.space 2
.space 2
.space 2
.ascii "r2"
.space 2
.space 2
.space 2
.space 2
.ascii "r0"
.ascii "r3"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r1"
.space 2
.space 2
.space 2
.ascii "uB"
.space 2
.ascii "uD"
.space 2
.space 2
.ascii "uA"
.space 2
.ascii "uE"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "uC"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,120
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xy"
.ascii "xw"
.ascii "xv"
.space 2
.space 2
.space 2
.ascii "z;"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{("
.space 2
.ascii "{)"
.space 2
.space 2
.ascii "{r"
.space 2
.space 2
.ascii "{q"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Hi"
.space 2
.ascii "SQ"
.space 2
.ascii "a}"
.space 2
.space 2
.ascii "w;"
.space 2
.space 2
.space 2
.space 2
.ascii "KD"
.space 2
.space 2
.space 2
.ascii "]="
.space 2
.space 2
.space 2
.ascii "]<"
.space 2
.space 2
.ascii "a~"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "fW"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r6"
.space 2
.space 2
.space 2
.ascii "r5"
.space 2
.ascii "uF"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "w<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "z<"
.space 2
.space 2
.ascii "{*"
.space 2
.space 2
.ascii "}("
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "KE"
.space 2
.ascii "SR"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "fX"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "w="
.space 2
.space 2
.space 2
.ascii "z="
.space 2
.space 2
.space 2
.ascii "{s"
.space 2
.space 2
.space 2
.ascii "KF"
.space 2
.ascii "ST"
.ascii "SU"
.space 2
.space 2
.space 2
.space 2
.space 2,83
.space 2
.ascii "X9"
.space 2
.ascii "X7"
.space 2
.ascii "X6"
.ascii "X="
.ascii "X5"
.ascii "X>"
.space 2
.ascii "X;"
.space 2
.ascii "X8"
.ascii "X<"
.ascii "X:"
.ascii "X4"
.space 2
.space 2
.ascii "]E"
.space 2
.ascii "]?"
.space 2
.ascii "]D"
.space 2
.space 2
.ascii "]F"
.ascii "]@"
.space 2
.ascii "]A"
.space 2
.space 2
.space 2
.space 2
.ascii "]>"
.space 2
.space 2
.ascii "]C"
.space 2
.space 2
.space 2
.ascii "]B"
.space 2
.space 2
.ascii "b+"
.space 2
.ascii "b-"
.space 2
.space 2
.space 2
.ascii "b,"
.ascii "b!"
.ascii "b%"
.space 2
.ascii "fk"
.space 2
.space 2
.ascii "b&"
.space 2
.space 2
.space 2
.space 2
.ascii "b*"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "b)"
.space 2
.space 2
.space 2
.ascii "b'"
.ascii "b#"
.ascii "b."
.space 2
.space 2
.space 2
.space 2
.ascii "b("
.space 2
.space 2
.ascii "b$"
.space 2
.ascii "b\""
.space 2
.space 2,102
.ascii "fa"
.space 2
.space 2
.ascii "f\\"
.space 2
.ascii "fl"
.ascii "f]"
.space 2
.ascii "fY"
.ascii "fh"
.ascii "fe"
.ascii "fg"
.space 2
.ascii "f^"
.ascii "fc"
.ascii "fZ"
.ascii "f["
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "fi"
.space 2
.ascii "fj"
.ascii "f`"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "fd"
.space 2
.ascii "f_"
.space 2
.space 2
.space 2
.space 2
.ascii "k\""
.ascii "k%"
.space 2
.space 2
.space 2
.ascii "k-"
.space 2
.ascii "k'"
.space 2
.ascii "nx"
.space 2
.space 2
.ascii "k,"
.space 2
.ascii "k."
.space 2
.space 2
.space 2
.ascii "k#"
.space 2
.ascii "fb"
.ascii "k&"
.space 2
.ascii "k$"
.ascii "k("
.ascii "k*"
.ascii "k!"
.ascii "k/"
.ascii "k+"
.space 2
.ascii "k)"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "o!"
.space 2
.ascii "n{"
.space 2
.space 2
.space 2
.ascii "o$"
.space 2
.space 2
.ascii "o%"
.space 2
.space 2
.ascii "nt"
.space 2
.space 2
.ascii "n~"
.space 2
.space 2
.ascii "n}"
.space 2
.ascii "nw"
.space 2
.space 2
.ascii "nv"
.space 2
.ascii "n|"
.space 2
.ascii "ny"
.space 2
.ascii "o#"
.space 2
.space 2
.space 2
.space 2
.ascii "nu"
.space 2
.space 2
.space 2
.ascii "o\""
.space 2
.space 2
.space 2
.space 2
.ascii "o&"
.ascii "r<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r7"
.ascii "r="
.space 2
.space 2
.space 2
.ascii "r9"
.space 2
.ascii "rC"
.ascii "r>"
.space 2
.space 2
.ascii "r:"
.space 2
.ascii "rD"
.space 2
.space 2
.ascii "rE"
.ascii "rB"
.ascii "nz"
.space 2
.ascii "r8"
.space 2
.ascii "rF"
.space 2
.ascii "r?"
.space 2
.ascii "r;"
.ascii "r@"
.ascii "rA"
.space 2
.ascii "uN"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "uK"
.space 2
.space 2
.space 2
.ascii "uG"
.space 2
.ascii "uO"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "uH"
.space 2
.ascii "uI"
.space 2
.ascii "uJ"
.space 2
.ascii "uM"
.space 2
.space 2
.ascii "uL"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "w>"
.space 2
.space 2
.ascii "wA"
.ascii "w@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "w?"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "xz"
.space 2
.space 2
.space 2
.space 2
.ascii "y#"
.space 2
.space 2
.ascii "x}"
.space 2
.space 2
.space 2
.space 2
.ascii "y!"
.ascii "y\""
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x|"
.ascii "y$"
.ascii "x~"
.space 2
.ascii "x{"
.space 2
.space 2
.ascii "zB"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "z@"
.space 2
.space 2
.space 2
.space 2
.ascii "zC"
.ascii "z?"
.space 2
.space 2
.ascii "zA"
.ascii "z>"
.space 2
.space 2
.space 2
.ascii "{+"
.space 2
.space 2
.ascii "{,"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{-"
.space 2
.space 2
.ascii "{t"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|H"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|j"
.ascii "|i"
.space 2
.space 2
.ascii "|k"
.space 2
.space 2
.space 2
.ascii "}4"
.space 2
.ascii "}:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "KG"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "uQ"
.space 2
.ascii "uP"
.space 2
.space 2
.space 2
.space 2
.ascii "KH"
.space 2
.ascii "X?"
.ascii "]G"
.space 2
.space 2
.ascii "o'"
.space 2
.ascii "o("
.space 2
.ascii "wB"
.space 2
.space 2
.space 2
.ascii "}C"
.ascii "KI"
.space 2
.space 2
.space 2
.space 2
.ascii "]H"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "b/"
.ascii "fm"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "k0"
.ascii "rG"
.ascii "o)"
.ascii "rH"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "uR"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "XA"
.ascii "X@"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "b0"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "fo"
.ascii "fn"
.space 2
.ascii "k2"
.ascii "k1"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "rI"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "KJ"
.ascii "SV"
.space 2
.ascii "SW"
.ascii "XB"
.ascii "XC"
.space 2
.space 2
.space 2
.space 2
.ascii "]N"
.ascii "]L"
.ascii "]I"
.ascii "]M"
.ascii "]K"
.ascii "]J"
.space 2
.space 2
.ascii "b1"
.space 2
.space 2
.ascii "ft"
.ascii "b3"
.ascii "b8"
.space 2
.ascii "b:"
.ascii "b9"
.ascii "b<"
.space 2
.space 2
.ascii "b6"
.ascii "b2"
.ascii "b4"
.space 2
.ascii "b;"
.ascii "b7"
.ascii "b5"
.ascii "fv"
.ascii "fu"
.ascii "fs"
.ascii "fw"
.space 2
.ascii "fq"
.ascii "fr"
.space 2
.ascii "fp"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "k4"
.ascii "k5"
.ascii "k3"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "o2"
.space 2
.ascii "o+"
.space 2
.ascii "o*"
.ascii "o4"
.ascii "o0"
.ascii "o1"
.ascii "o-"
.space 2
.ascii "o,"
.space 2
.space 2
.space 2
.ascii "o3"
.space 2
.ascii "o."
.ascii "o/"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "rJ"
.space 2
.space 2
.space 2
.ascii "uV"
.space 2
.ascii "uS"
.ascii "uW"
.ascii "uU"
.ascii "uT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wC"
.space 2
.space 2
.ascii "y%"
.space 2
.ascii "y&"
.space 2
.space 2
.ascii "zE"
.space 2
.ascii "zD"
.space 2
.space 2
.space 2
.ascii "{."
.space 2
.space 2
.ascii "{u"
.ascii "{v"
.space 2
.space 2
.space 2
.ascii "|m"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,75
.space 2
.ascii "]P"
.ascii "]O"
.space 2
.space 2
.space 2
.ascii "k6"
.space 2
.ascii "o5"
.space 2
.space 2
.ascii "KL"
.space 2
.space 2
.ascii "SY"
.ascii "SX"
.space 2
.space 2
.ascii "XD"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "b?"
.space 2
.space 2
.space 2
.ascii "b>"
.space 2
.space 2
.space 2
.space 2
.ascii "b="
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "k8"
.space 2
.space 2
.space 2
.ascii "k7"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "o6"
.space 2
.space 2
.space 2
.ascii "o7"
.space 2
.space 2
.space 2
.space 2
.ascii "uX"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "KM"
.ascii "SZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]R"
.space 2
.space 2
.space 2
.ascii "]Q"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "bG"
.space 2
.space 2
.space 2
.space 2
.ascii "bB"
.ascii "bE"
.space 2
.ascii "b@"
.space 2
.space 2
.ascii "bD"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "bC"
.ascii "bF"
.space 2
.ascii "bA"
.space 2
.ascii "fy"
.space 2
.ascii "fx"
.space 2
.space 2
.ascii "g!"
.space 2
.ascii "g\""
.space 2
.ascii "fz"
.space 2
.ascii "f~"
.space 2
.space 2
.space 2
.space 2
.ascii "f{"
.space 2
.space 2
.space 2
.ascii "f|"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "f}"
.space 2
.ascii "k9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "o<"
.ascii "o9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "o:"
.ascii "o@"
.ascii "o>"
.space 2
.ascii "o?"
.ascii "o;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "o="
.space 2
.ascii "o8"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "rL"
.space 2
.space 2
.ascii "rM"
.ascii "rP"
.space 2
.space 2
.space 2
.ascii "rO"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "rN"
.space 2
.ascii "rK"
.space 2
.space 2
.space 2
.ascii "u["
.ascii "uY"
.ascii "u\\"
.ascii "uZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wI"
.space 2
.space 2
.space 2
.ascii "wD"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wH"
.space 2
.space 2
.space 2
.ascii "wE"
.ascii "wG"
.space 2
.ascii "wF"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "y+"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "y("
.space 2
.ascii "y-"
.space 2
.ascii "y*"
.space 2
.space 2
.space 2
.ascii "y,"
.space 2
.ascii "y'"
.space 2
.space 2
.space 2
.space 2
.ascii "zG"
.ascii "zI"
.space 2
.space 2
.ascii "zH"
.space 2
.ascii "y)"
.space 2
.ascii "zF"
.ascii "{/"
.ascii "{1"
.space 2
.ascii "{0"
.space 2
.space 2
.space 2
.ascii "{w"
.space 2
.ascii "{x"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "})"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "};"
.ascii "KN"
.ascii "XE"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "g#"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "oA"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wJ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "KO"
.ascii "OQ"
.ascii "S\\"
.ascii "S["
.space 2
.ascii "XH"
.space 2
.space 2
.ascii "XF"
.space 2
.ascii "XG"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]S"
.space 2
.space 2
.space 2
.ascii "]T"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "bI"
.space 2
.space 2
.ascii "bH"
.ascii "bJ"
.space 2
.ascii "g&"
.space 2
.space 2
.space 2
.space 2
.ascii "g$"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "g%"
.ascii "g'"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "k;"
.ascii "k="
.ascii "k:"
.ascii "k<"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "oC"
.ascii "oH"
.ascii "oB"
.ascii "oI"
.ascii "oD"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "oJ"
.ascii "oF"
.space 2
.space 2
.ascii "oE"
.ascii "oG"
.space 2
.space 2
.space 2
.space 2
.ascii "rR"
.space 2
.space 2
.space 2
.ascii "rT"
.space 2
.space 2
.space 2
.space 2
.ascii "rS"
.space 2
.space 2
.ascii "rQ"
.space 2
.space 2
.ascii "u^"
.ascii "ua"
.space 2
.space 2
.ascii "u_"
.space 2
.ascii "u]"
.ascii "u`"
.space 2
.space 2
.space 2
.ascii "wK"
.space 2
.space 2
.space 2
.ascii "wL"
.ascii "y/"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "y."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{2"
.space 2
.ascii "{y"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "KP"
.ascii "bK"
.space 2
.space 2
.ascii "g("
.space 2
.space 2
.space 2
.ascii "k>"
.space 2
.space 2
.ascii "rV"
.space 2
.ascii "rU"
.space 2
.space 2
.space 2
.space 2
.ascii "y0"
.ascii "z)"
.ascii "{3"
.ascii "KQ"
.ascii "XI"
.ascii "g)"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "KR"
.space 2
.ascii "KU"
.ascii "KT"
.ascii "KS"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "OR"
.space 2
.space 2
.ascii "OT"
.space 2
.space 2
.ascii "OS"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "S_"
.space 2
.ascii "Sd"
.ascii "Sa"
.ascii "S^"
.space 2
.ascii "Se"
.space 2
.ascii "S`"
.ascii "Sc"
.space 2
.ascii "Sb"
.space 2
.space 2
.ascii "S]"
.space 2
.space 2
.space 2
.ascii "XO"
.space 2
.space 2
.ascii "XL"
.ascii "XS"
.space 2
.ascii "XN"
.space 2
.space 2
.ascii "XQ"
.space 2
.space 2
.ascii "XM"
.ascii "XJ"
.space 2
.ascii "XP"
.space 2
.ascii "XR"
.ascii "XK"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]V"
.space 2
.ascii "]`"
.ascii "]\\"
.space 2
.space 2
.space 2
.ascii "]d"
.space 2,93
.ascii "]b"
.ascii "]X"
.space 2
.ascii "]U"
.ascii "]W"
.ascii "]c"
.space 2
.ascii "]["
.ascii "]^"
.ascii "]Z"
.ascii "]_"
.space 2
.ascii "]a"
.ascii "]Y"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "bL"
.space 2
.space 2
.ascii "bN"
.ascii "bP"
.space 2
.space 2
.ascii "bM"
.ascii "bQ"
.space 2
.ascii "bO"
.space 2
.space 2
.space 2
.ascii "g/"
.space 2
.ascii "g7"
.space 2
.space 2
.ascii "g8"
.ascii "g-"
.space 2
.space 2
.space 2
.space 2
.ascii "g2"
.space 2
.space 2
.ascii "g+"
.ascii "g*"
.space 2
.ascii "g5"
.ascii "g4"
.ascii "g3"
.ascii "g1"
.ascii "g6"
.space 2
.ascii "g,"
.ascii "g."
.ascii "g0"
.space 2
.space 2
.ascii "k@"
.ascii "kC"
.space 2
.ascii "kG"
.ascii "kA"
.ascii "kF"
.ascii "kD"
.space 2
.ascii "k?"
.space 2
.ascii "kE"
.ascii "kB"
.space 2
.space 2
.space 2
.space 2
.ascii "oM"
.ascii "oK"
.space 2
.space 2
.space 2
.ascii "oN"
.ascii "oL"
.space 2
.space 2
.space 2
.ascii "rZ"
.space 2
.ascii "rX"
.ascii "rW"
.space 2
.ascii "oO"
.ascii "rY"
.space 2
.ascii "r\\"
.space 2
.ascii "r["
.ascii "uc"
.space 2
.ascii "ub"
.ascii "ug"
.ascii "ue"
.ascii "uf"
.ascii "wN"
.ascii "ud"
.space 2
.space 2
.ascii "wM"
.ascii "wO"
.space 2
.ascii "y1"
.ascii "y2"
.space 2
.space 2
.space 2
.ascii "|J"
.ascii "|I"
.ascii "KW"
.space 2
.space 2
.space 2
.ascii "XT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "KX"
.ascii "K["
.space 2
.space 2
.ascii "KZ"
.space 2
.space 2
.space 2
.ascii "KY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "OW"
.space 2
.space 2
.space 2
.ascii "OU"
.ascii "OX"
.space 2
.ascii "OV"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Sh"
.space 2
.ascii "Si"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Sf"
.space 2
.space 2
.space 2
.ascii "Sg"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "XV"
.space 2
.space 2
.space 2
.ascii "XU"
.ascii "XW"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]e"
.space 2
.space 2
.space 2
.space 2
.ascii "]f"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "bS"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]g"
.ascii "bU"
.space 2
.space 2
.space 2
.ascii "bR"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "bT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "g9"
.space 2
.space 2
.space 2
.space 2
.ascii "g:"
.ascii "kI"
.ascii "kH"
.space 2
.space 2
.space 2
.space 2
.ascii "kJ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "oR"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "oQ"
.space 2
.space 2
.ascii "oP"
.ascii "oS"
.space 2
.space 2
.ascii "r]"
.space 2
.space 2
.space 2
.space 2
.ascii "uh"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{z"
.ascii "K\\"
.ascii "Sk"
.ascii "Sj"
.ascii "XZ"
.ascii "XY"
.space 2
.space 2
.space 2
.space 2
.space 2,88
.space 2
.space 2
.space 2
.space 2
.ascii "]h"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "bV"
.space 2
.ascii "bW"
.space 2
.space 2
.space 2
.ascii "g="
.ascii "g<"
.space 2
.ascii "g;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "kN"
.ascii "kK"
.space 2
.ascii "kM"
.ascii "kL"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "oW"
.space 2
.space 2
.space 2
.ascii "oT"
.space 2
.ascii "oU"
.space 2
.ascii "oV"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r^"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "uk"
.space 2
.ascii "uj"
.space 2
.space 2
.space 2
.space 2
.ascii "ui"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wP"
.ascii "wQ"
.space 2
.ascii "y4"
.space 2
.space 2
.ascii "y3"
.space 2
.space 2
.ascii "zJ"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{4"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|n"
.ascii "}*"
.space 2
.space 2
.space 2
.ascii "}<"
.ascii "K]"
.ascii "OY"
.space 2
.ascii "g>"
.space 2
.ascii "zK"
.ascii "K^"
.ascii "Sl"
.ascii "]i"
.ascii "bX"
.ascii "wR"
.ascii "OZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "X]"
.ascii "X["
.ascii "X_"
.space 2
.space 2
.ascii "X^"
.ascii "X\\"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]l"
.space 2
.space 2
.ascii "]k"
.ascii "]m"
.space 2
.ascii "]o"
.space 2
.space 2
.space 2
.ascii "]n"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]j"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "b`"
.space 2
.ascii "b\\"
.space 2
.space 2
.space 2
.ascii "b^"
.space 2
.space 2
.ascii "b_"
.ascii "ba"
.space 2
.space 2
.ascii "bY"
.ascii "bZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "b]"
.space 2
.space 2
.space 2
.space 2
.ascii "b["
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "gI"
.space 2
.space 2
.ascii "g?"
.ascii "gA"
.ascii "gM"
.space 2
.space 2
.space 2
.ascii "gB"
.ascii "gD"
.ascii "gN"
.ascii "gC"
.space 2
.space 2
.space 2
.space 2
.ascii "gL"
.space 2
.space 2
.space 2
.ascii "gJ"
.space 2
.ascii "gF"
.space 2
.ascii "gK"
.space 2
.space 2
.space 2
.ascii "gH"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "g@"
.space 2
.space 2
.ascii "gO"
.ascii "gE"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "gG"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "kO"
.space 2
.space 2
.ascii "kU"
.ascii "kY"
.space 2
.space 2
.space 2
.ascii "kQ"
.space 2
.space 2
.space 2
.space 2
.ascii "kR"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "kZ"
.space 2
.ascii "kV"
.space 2
.space 2
.ascii "kT"
.space 2
.ascii "kS"
.space 2
.space 2
.space 2
.ascii "kW"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "kX"
.space 2
.space 2
.space 2
.ascii "kP"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "oc"
.ascii "o^"
.space 2
.space 2
.space 2
.ascii "oZ"
.space 2
.space 2
.space 2
.ascii "oY"
.ascii "o_"
.space 2
.space 2
.space 2
.space 2
.ascii "o]"
.space 2
.space 2
.space 2
.ascii "oX"
.space 2
.ascii "oa"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "o`"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "o\\"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "o["
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ob"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ra"
.space 2
.space 2
.space 2
.ascii "re"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "rg"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ri"
.space 2
.space 2
.space 2
.space 2
.ascii "rl"
.space 2
.space 2
.ascii "us"
.ascii "rn"
.ascii "rh"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r_"
.ascii "rk"
.ascii "rd"
.space 2
.space 2
.space 2
.ascii "rj"
.space 2
.ascii "un"
.space 2
.space 2
.ascii "rf"
.space 2
.space 2
.ascii "rm"
.ascii "rc"
.space 2
.space 2
.space 2
.ascii "rb"
.space 2
.space 2
.ascii "r`"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "up"
.ascii "ur"
.space 2
.ascii "ul"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "uy"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ux"
.ascii "uv"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "uq"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,117
.space 2
.space 2
.space 2
.ascii "uw"
.space 2
.space 2
.space 2
.space 2
.ascii "uo"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ut"
.space 2
.space 2
.space 2
.ascii "um"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wS"
.space 2
.ascii "wU"
.ascii "w]"
.ascii "w["
.space 2
.ascii "w\\"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wV"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wY"
.space 2
.ascii "wX"
.space 2
.ascii "wZ"
.space 2
.space 2
.ascii "wW"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "y8"
.space 2
.space 2
.space 2
.space 2
.ascii "y9"
.space 2
.space 2
.space 2
.space 2
.ascii "y>"
.space 2
.space 2
.space 2
.ascii "y6"
.space 2
.space 2
.space 2
.space 2
.ascii "y<"
.ascii "yA"
.ascii "y?"
.space 2
.space 2
.space 2
.ascii "y:"
.ascii "y;"
.space 2
.ascii "y7"
.space 2
.ascii "y5"
.ascii "y="
.space 2
.ascii "y@"
.space 2
.space 2
.space 2
.ascii "yB"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zN"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zM"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zL"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{;"
.space 2
.space 2
.ascii "{5"
.space 2
.space 2
.space 2
.ascii "{:"
.ascii "{6"
.space 2
.ascii "{7"
.space 2
.space 2
.ascii "{9"
.space 2
.ascii "{8"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,123
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{|"
.ascii "{}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|L"
.space 2
.space 2
.ascii "|K"
.ascii "|M"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|o"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "},"
.space 2
.ascii "}+"
.space 2
.space 2
.space 2
.space 2
.ascii "}5"
.space 2
.space 2
.space 2
.space 2
.ascii "}?"
.ascii "}="
.ascii "}>"
.ascii "}D"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "O["
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "O\\"
.space 2
.ascii "Sm"
.ascii "X`"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]p"
.space 2
.ascii "bd"
.space 2
.space 2
.ascii "bh"
.ascii "bc"
.space 2
.ascii "be"
.ascii "bg"
.ascii "bf"
.space 2,98
.space 2
.space 2
.space 2
.ascii "gP"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "k["
.space 2
.ascii "k^"
.ascii "k`"
.ascii "k_"
.space 2
.space 2
.ascii "k\\"
.ascii "k]"
.space 2
.space 2
.space 2
.ascii "od"
.space 2
.space 2
.space 2
.ascii "oe"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ro"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "u~"
.space 2
.ascii "u}"
.space 2
.ascii "uz"
.ascii "u{"
.ascii "u|"
.space 2
.space 2
.space 2
.ascii "w`"
.space 2
.space 2
.space 2
.ascii "w^"
.ascii "wa"
.ascii "w_"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yC"
.space 2
.space 2
.space 2
.space 2
.ascii "zO"
.ascii "{<"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "O]"
.space 2
.space 2
.space 2
.space 2
.ascii "Hj"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Kb"
.space 2
.ascii "Kc"
.space 2
.ascii "K`"
.space 2
.space 2
.ascii "Ka"
.ascii "K_"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "O`"
.space 2
.space 2
.space 2
.ascii "O_"
.ascii "O^"
.space 2
.ascii "Ob"
.space 2
.ascii "Oa"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "So"
.ascii "Sp"
.ascii "Sq"
.space 2
.space 2
.ascii "Sn"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Xg"
.space 2
.space 2
.ascii "Xd"
.space 2
.ascii "Xe"
.ascii "Xh"
.space 2
.space 2
.ascii "Xc"
.ascii "Xa"
.ascii "Xb"
.ascii "Xf"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "]q"
.space 2
.ascii "]y"
.space 2
.space 2
.space 2
.ascii "]u"
.space 2
.ascii "bp"
.ascii "]s"
.ascii "]v"
.ascii "]r"
.ascii "]w"
.ascii "]x"
.ascii "]t"
.space 2
.space 2
.space 2
.space 2
.ascii "bl"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "bq"
.ascii "bm"
.ascii "bn"
.space 2
.space 2
.space 2
.ascii "bi"
.ascii "bk"
.space 2
.ascii "bo"
.ascii "bj"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "gR"
.ascii "gS"
.space 2
.space 2
.ascii "gQ"
.ascii "ka"
.space 2
.ascii "kc"
.ascii "kb"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "rp"
.ascii "rq"
.space 2
.space 2,114
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v!"
.space 2
.space 2
.ascii "yD"
.space 2
.space 2
.space 2
.ascii "v\""
.ascii "Oc"
.space 2
.ascii "Xi"
.space 2
.space 2
.space 2
.space 2
.ascii "]z"
.ascii "br"
.space 2
.space 2
.ascii "bt"
.ascii "bs"
.ascii "bu"
.ascii "bv"
.space 2
.ascii "gV"
.ascii "gW"
.ascii "gU"
.ascii "kd"
.ascii "gT"
.space 2
.space 2
.space 2
.space 2
.ascii "ke"
.space 2
.space 2
.ascii "rs"
.ascii "v#"
.space 2
.space 2
.ascii "wd"
.space 2
.ascii "we"
.ascii "wc"
.space 2
.ascii "wf"
.space 2
.space 2
.space 2
.ascii "wb"
.ascii "yE"
.space 2
.space 2
.space 2
.space 2
.ascii "Od"
.ascii "]|"
.ascii "]{"
.space 2
.space 2
.space 2
.space 2
.ascii "bw"
.space 2
.space 2
.ascii "bx"
.space 2
.space 2
.space 2
.ascii "g["
.ascii "gX"
.space 2
.ascii "gZ"
.space 2
.ascii "gY"
.space 2
.space 2
.space 2
.space 2
.ascii "kf"
.space 2
.space 2
.space 2
.ascii "of"
.space 2
.ascii "og"
.ascii "oh"
.space 2
.ascii "oi"
.space 2
.space 2
.space 2
.ascii "rw"
.ascii "rt"
.ascii "ry"
.space 2
.ascii "ru"
.space 2
.ascii "rx"
.space 2
.space 2
.ascii "rv"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v$"
.space 2
.ascii "v%"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wg"
.space 2
.space 2
.ascii "yG"
.space 2
.space 2
.ascii "yF"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zP"
.space 2
.ascii "{?"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{="
.ascii "{>"
.space 2
.space 2
.space 2
.ascii "{~"
.ascii "|!"
.space 2
.space 2
.space 2
.ascii "|p"
.space 2
.ascii "|r"
.space 2
.space 2
.space 2
.ascii "|q"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Oe"
.space 2
.space 2
.space 2
.ascii "g\\"
.space 2
.space 2
.space 2
.space 2
.ascii "rz"
.ascii "r{"
.space 2
.ascii "Of"
.space 2
.ascii "oj"
.ascii "yH"
.ascii "Sr"
.space 2
.space 2
.space 2
.ascii "r|"
.space 2
.ascii "|N"
.ascii "Ss"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "g]"
.space 2
.ascii "g^"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "kg"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "kh"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ol"
.space 2
.ascii "ok"
.space 2
.ascii "om"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "r}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v&"
.space 2
.space 2
.ascii "wh"
.space 2
.space 2
.ascii "wi"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wj"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|#"
.space 2
.ascii "|\""
.space 2
.space 2
.ascii "|s"
.space 2
.space 2
.ascii "}6"
.space 2
.ascii "St"
.ascii "by"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v'"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yI"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Su"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Sv"
.space 2
.space 2
.ascii "ki"
.space 2
.space 2
.ascii "wk"
.space 2
.ascii "yJ"
.space 2
.space 2
.space 2
.ascii "{@"
.space 2
.ascii "Sw"
.ascii "^!"
.ascii "^\""
.space 2
.ascii "bz"
.ascii "b{"
.space 2
.ascii "b|"
.space 2
.ascii "gb"
.space 2
.ascii "gd"
.space 2
.space 2
.space 2
.ascii "g_"
.ascii "g`"
.ascii "gc"
.ascii "ga"
.space 2
.space 2
.space 2
.ascii "kj"
.space 2,107
.space 2
.space 2
.space 2
.ascii "op"
.space 2
.space 2
.space 2
.space 2
.ascii "on"
.space 2
.space 2
.ascii "s&"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,111
.space 2
.ascii "s$"
.space 2
.space 2
.ascii "r~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s#"
.ascii "s!"
.ascii "s%"
.space 2
.ascii "s\""
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v("
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wn"
.ascii "wl"
.ascii "wo"
.ascii "wm"
.space 2
.space 2
.space 2
.ascii "wp"
.space 2
.space 2
.space 2
.space 2
.ascii "yL"
.space 2
.space 2
.ascii "yM"
.space 2
.space 2
.ascii "yK"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{B"
.space 2
.ascii "{A"
.space 2
.space 2
.space 2
.ascii "|$"
.space 2
.space 2
.space 2
.ascii "|O"
.ascii "|t"
.ascii "}-"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Sx"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "kl"
.space 2
.ascii "km"
.space 2
.ascii "oq"
.space 2
.space 2
.ascii "v)"
.space 2
.space 2
.space 2
.ascii "wq"
.space 2
.ascii "yN"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zQ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Sy"
.space 2
.space 2
.space 2
.ascii "Sz"
.space 2
.space 2
.ascii "Xj"
.space 2
.space 2
.space 2
.space 2
.ascii "b}"
.space 2
.ascii "c\""
.ascii "b~"
.space 2
.space 2
.ascii "c$"
.space 2
.ascii "c!"
.space 2
.space 2
.ascii "c#"
.space 2
.ascii "gf"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ge"
.space 2,103
.ascii "gh"
.space 2
.space 2
.space 2
.space 2
.ascii "kn"
.space 2
.ascii "ko"
.space 2
.space 2
.space 2
.ascii "kq"
.ascii "or"
.space 2
.ascii "kp"
.space 2
.space 2
.space 2
.ascii "s'"
.space 2
.ascii "ot"
.ascii "os"
.space 2
.space 2
.space 2
.space 2
.ascii "ou"
.space 2
.ascii "s,"
.ascii "s*"
.space 2
.space 2
.ascii "s)"
.space 2
.space 2
.ascii "s+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s("
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wu"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v*"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wt"
.ascii "wr"
.ascii "ws"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yO"
.space 2
.space 2
.space 2
.ascii "yP"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zS"
.ascii "zR"
.space 2
.space 2
.ascii "|%"
.space 2
.ascii "{C"
.space 2
.space 2
.space 2
.space 2
.ascii "|P"
.space 2
.ascii "}."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "S{"
.space 2
.space 2
.ascii "S|"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wv"
.space 2
.space 2
.ascii "zT"
.space 2
.space 2
.space 2
.ascii "Xk"
.ascii "c&"
.ascii "c%"
.space 2
.space 2
.ascii "gj"
.space 2
.ascii "gi"
.ascii "gk"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "kr"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ow"
.ascii "oz"
.ascii "o|"
.space 2
.space 2
.ascii "o{"
.space 2
.space 2
.space 2
.ascii "o}"
.space 2
.ascii "oy"
.space 2
.ascii "ov"
.space 2
.ascii "ox"
.space 2
.space 2
.ascii "s."
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s-"
.space 2
.space 2
.space 2
.ascii "s/"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v,"
.space 2
.ascii "v+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2,119
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yQ"
.space 2
.space 2
.ascii "yR"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zU"
.space 2
.space 2
.space 2
.space 2
.ascii "zV"
.space 2
.space 2
.space 2
.space 2
.ascii "zX"
.space 2
.ascii "zW"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{G"
.space 2
.ascii "{F"
.space 2
.space 2
.ascii "{E"
.space 2
.ascii "{D"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|'"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|&"
.space 2
.ascii "|S"
.space 2
.space 2
.ascii "|Q"
.ascii "|R"
.space 2
.space 2
.space 2
.ascii "|u"
.space 2
.space 2
.ascii "}7"
.space 2
.space 2
.ascii "}8"
.space 2
.space 2
.space 2
.space 2
.ascii "}G"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Xl"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "ks"
.ascii "kt"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "o~"
.ascii "s0"
.space 2
.space 2
.space 2
.ascii "s1"
.space 2
.space 2
.space 2
.space 2
.ascii "wx"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{H"
.space 2
.ascii "|V"
.ascii "|("
.ascii "|T"
.ascii "|U"
.space 2
.ascii "}/"
.space 2
.ascii "Xm"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "gl"
.space 2
.space 2
.space 2
.space 2
.ascii "ku"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s3"
.ascii "p!"
.ascii "p\""
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s2"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "wy"
.space 2
.space 2
.ascii "wz"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yS"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|)"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|v"
.ascii "}0"
.space 2
.ascii "Xn"
.space 2
.ascii "p#"
.ascii "s4"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "}H"
.ascii "Xo"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "Xp"
.space 2
.space 2
.space 2
.space 2
.ascii "kv"
.ascii "kw"
.space 2
.ascii "p%"
.ascii "p$"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "w}"
.ascii "w|"
.ascii "w{"
.space 2
.ascii "{J"
.space 2
.space 2
.ascii "{I"
.space 2
.space 2
.space 2
.ascii "|w"
.space 2
.ascii "^#"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "p'"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "p&"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s5"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v/"
.ascii "v."
.space 2
.ascii "v0"
.ascii "v-"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x$"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x#"
.ascii "x!"
.ascii "w~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yV"
.space 2
.space 2
.space 2
.space 2
.ascii "yW"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yU"
.ascii "yT"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x\""
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "zY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{L"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{K"
.space 2
.space 2
.space 2
.ascii "|+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|-"
.space 2
.space 2
.ascii "|,"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|*"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|W"
.space 2
.ascii "|Y"
.ascii "|X"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|x"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "}@"
.ascii "}A"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^$"
.space 2
.space 2
.space 2
.ascii "gm"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "kz"
.ascii "kx"
.space 2
.ascii "ky"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "p*"
.space 2
.space 2
.ascii "p("
.space 2
.space 2
.ascii "p)"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s:"
.space 2
.space 2
.ascii "s6"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s;"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s7"
.space 2
.space 2
.ascii "s8"
.space 2
.ascii "s9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v1"
.space 2
.space 2
.space 2
.ascii "v2"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x%"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x&"
.space 2
.space 2
.ascii "x'"
.ascii "yY"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "y["
.space 2
.ascii "y\\"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yZ"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "yX"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{M"
.space 2
.space 2
.space 2
.space 2
.ascii "{N"
.space 2
.space 2
.space 2
.ascii "{P"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{O"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|."
.space 2
.space 2
.space 2
.ascii "|/"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|Z"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|y"
.ascii "|z"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "}E"
.ascii "}I"
.space 2
.space 2
.ascii "}J"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^%"
.space 2
.space 2
.space 2
.ascii "z["
.space 2
.space 2
.ascii "|{"
.space 2,124
.space 2
.ascii "^&"
.space 2
.space 2
.ascii "gn"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "v3"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "y]"
.ascii "y_"
.space 2
.space 2
.space 2
.ascii "y^"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{Q"
.space 2
.ascii "|["
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^'"
.space 2
.space 2
.space 2
.ascii "p+"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "y`"
.ascii "z\\"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "^("
.ascii "k{"
.space 2
.ascii "p,"
.space 2
.space 2
.space 2
.space 2
.ascii "c'"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "}1"
.ascii "c("
.ascii "p-"
.ascii "v4"
.space 2
.ascii "c)"
.space 2
.space 2
.ascii "s="
.space 2
.space 2
.space 2
.ascii "s<"
.space 2
.space 2
.ascii "v8"
.ascii "v6"
.ascii "v7"
.ascii "v5"
.space 2
.ascii "x("
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "z]"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{R"
.space 2
.space 2
.space 2
.space 2
.ascii "|\\"
.space 2
.space 2
.ascii "}B"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "|}"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "go"
.space 2
.space 2
.space 2
.space 2
.ascii "gp"
.space 2
.ascii "x)"
.space 2
.space 2
.space 2
.ascii "{S"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "gq"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "x*"
.space 2
.space 2
.ascii "z^"
.space 2
.space 2
.space 2
.space 2
.ascii "|0"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "k|"
.space 2
.space 2
.ascii "v9"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "k}"
.ascii "v:"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "p/"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "{T"
.space 2
.space 2
.ascii "z_"
.space 2
.ascii "za"
.space 2
.ascii "z`"
.space 2
.space 2
.ascii "{U"
.ascii "{V"
.space 2
.space 2
.ascii "|2"
.space 2
.ascii "|1"
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "}!"
.space 2
.space 2
.space 2
.space 2
.ascii "|~"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s>"
.space 2
.space 2
.ascii "x2"
.space 2
.space 2
.space 2
.ascii "|3"
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.space 2
.ascii "s?"
.globl ___cns11643l1_from_ucs4_tab13 ## @__cns11643l1_from_ucs4_tab13
.p2align 4
___cns11643l1_from_ucs4_tab13:
.ascii "!+"
.ascii "!6"
.ascii "!8"
.space 2
.space 2
.ascii "!@"
.ascii "!A"
.ascii "!D"
.ascii "!E"
.ascii "!H"
.ascii "!I"
.ascii "!L"
.ascii "!M"
.ascii "!P"
.ascii "!Q"
.ascii "!T"
.ascii "!U"
.ascii "!X"
.ascii "!Y"
.ascii "!\\"
.ascii "!]"
.space 2
.space 2
.space 2
.space 2
.ascii "\"'"
.ascii "\"("
.ascii "\"+"
.ascii "\","
.ascii "\")"
.ascii "\"*"
.space 2
.ascii "!."
.ascii "!/"
.ascii "!0"
.space 2
.ascii "!2"
.ascii "!3"
.ascii "!4"
.ascii "!5"
.space 2
.ascii "!^"
.ascii "!_"
.ascii "!`"
.ascii "!a"
.ascii "!b"
.ascii "!c"
.ascii "\"-"
.ascii "\"."
.ascii "\"/"
.ascii "\"?"
.ascii "\"@"
.ascii "\"A"
.ascii "\"C"
.ascii "\"B"
.space 2
.ascii "\"b"
.ascii "\"l"
.ascii "\"m"
.ascii "\"n"
.globl ___cns11643l1_from_ucs4_tab14 ## @__cns11643l1_from_ucs4_tab14
.p2align 4
___cns11643l1_from_ucs4_tab14:
.ascii "!*"
.space 2
.ascii "!l"
.ascii "\"c"
.ascii "\"h"
.ascii "!m"
.space 2
.ascii "!>"
.ascii "!?"
.ascii "!n"
.ascii "\"0"
.ascii "!\""
.ascii "\"1"
.ascii "!%"
.ascii "\"_"
.ascii "$!"
.ascii "$\""
.ascii "$#"
.space 2,36
.ascii "$%"
.ascii "$&"
.ascii "$'"
.ascii "$("
.ascii "$)"
.ascii "$*"
.ascii "!("
.ascii "!'"
.ascii "\"6"
.ascii "\"8"
.ascii "\"7"
.ascii "!)"
.ascii "\"i"
.ascii "$A"
.ascii "$B"
.ascii "$C"
.ascii "$D"
.ascii "$E"
.ascii "$F"
.ascii "$G"
.ascii "$H"
.ascii "$I"
.ascii "$J"
.ascii "$K"
.ascii "$L"
.ascii "$M"
.ascii "$N"
.ascii "$O"
.ascii "$P"
.ascii "$Q"
.ascii "$R"
.ascii "$S"
.ascii "$T"
.ascii "$U"
.ascii "$V"
.ascii "$W"
.ascii "$X"
.ascii "$Y"
.ascii "$Z"
.space 2
.ascii "\"`"
.space 2
.space 2
.ascii "\"%"
.space 2
.ascii "$["
.ascii "$\\"
.ascii "$]"
.ascii "$^"
.ascii "$_"
.ascii "$`"
.ascii "$a"
.ascii "$b"
.ascii "$c"
.ascii "$d"
.ascii "$e"
.ascii "$f"
.ascii "$g"
.ascii "$h"
.ascii "$i"
.ascii "$j"
.ascii "$k"
.ascii "$l"
.ascii "$m"
.ascii "$n"
.ascii "$o"
.ascii "$p"
.ascii "$q"
.ascii "$r"
.ascii "$s"
.ascii "$t"
.ascii "!B"
.ascii "\"^"
.ascii "!C"
.subsections_via_symbols
| the_stack_data/206393341.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _myfunc ; -- Begin function myfunc
.p2align 2
_myfunc: ; @myfunc
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
str w1, [sp, #8]
ldr w8, [sp, #12]
ldr w9, [sp, #8]
add w0, w8, w9
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _foo ; -- Begin function foo
.p2align 2
_foo: ; @foo
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
str w1, [sp, #8]
ldr w8, [sp, #12]
ldr w9, [sp, #8]
add w0, w8, w9
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
mov w0, #5
mov w1, #3
bl _foo
subs w8, w0, #8
cset w9, ne
; implicit-def: $x8
mov x8, x9
ands x8, x8, #0x1
cset w8, eq
tbnz w8, #0, LBB2_2
b LBB2_1
LBB2_1:
adrp x0, l___func__.main@PAGE
add x0, x0, l___func__.main@PAGEOFF
adrp x1, l_.str@PAGE
add x1, x1, l_.str@PAGEOFF
mov w2, #16
adrp x3, l_.str.1@PAGE
add x3, x3, l_.str.1@PAGEOFF
bl ___assert_rtn
LBB2_2:
b LBB2_3
LBB2_3:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l___func__.main: ; @__func__.main
.asciz "main"
l_.str: ; @.str
.asciz "28263931.c"
l_.str.1: ; @.str.1
.asciz "foo(5,3)==8"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _myfunc ## -- Begin function myfunc
.p2align 4, 0x90
_myfunc: ## @myfunc
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
movl -4(%rbp), %eax
addl -8(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _foo ## -- Begin function foo
.p2align 4, 0x90
_foo: ## @foo
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
movl -4(%rbp), %eax
addl -8(%rbp), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
movl $5, %edi
movl $3, %esi
callq _foo
cmpl $8, %eax
sete %al
xorb $-1, %al
andb $1, %al
movzbl %al, %eax
cltq
cmpq $0, %rax
je LBB2_2
## %bb.1:
leaq L___func__.main(%rip), %rdi
leaq L_.str(%rip), %rsi
leaq L_.str.1(%rip), %rcx
movl $16, %edx
callq ___assert_rtn
LBB2_2:
jmp LBB2_3
LBB2_3:
movl -4(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L___func__.main: ## @__func__.main
.asciz "main"
L_.str: ## @.str
.asciz "28263931.c"
L_.str.1: ## @.str.1
.asciz "foo(5,3)==8"
.subsections_via_symbols
| the_stack_data/28263931.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _mul8_458 ; -- Begin function mul8_458
.p2align 2
_mul8_458: ; @mul8_458
.cfi_startproc
; %bb.0:
sub sp, sp, #192
.cfi_def_cfa_offset 192
strb w0, [sp, #191]
strb w1, [sp, #190]
strh wzr, [sp, #188]
ldrb w8, [sp, #191]
asr w8, w8, #0
and w8, w8, #0x1
strb w8, [sp, #187]
ldrb w8, [sp, #191]
asr w8, w8, #1
and w8, w8, #0x1
strb w8, [sp, #186]
ldrb w8, [sp, #191]
asr w8, w8, #2
and w8, w8, #0x1
strb w8, [sp, #185]
ldrb w8, [sp, #191]
asr w8, w8, #3
and w8, w8, #0x1
strb w8, [sp, #184]
ldrb w8, [sp, #191]
asr w8, w8, #4
and w8, w8, #0x1
strb w8, [sp, #183]
ldrb w8, [sp, #191]
asr w8, w8, #5
and w8, w8, #0x1
strb w8, [sp, #182]
ldrb w8, [sp, #191]
asr w8, w8, #6
and w8, w8, #0x1
strb w8, [sp, #181]
ldrb w8, [sp, #191]
asr w8, w8, #7
and w8, w8, #0x1
strb w8, [sp, #180]
ldrb w8, [sp, #190]
asr w8, w8, #0
and w8, w8, #0x1
strb w8, [sp, #179]
ldrb w8, [sp, #190]
asr w8, w8, #1
and w8, w8, #0x1
strb w8, [sp, #178]
ldrb w8, [sp, #190]
asr w8, w8, #2
and w8, w8, #0x1
strb w8, [sp, #177]
ldrb w8, [sp, #190]
asr w8, w8, #3
and w8, w8, #0x1
strb w8, [sp, #176]
ldrb w8, [sp, #190]
asr w8, w8, #4
and w8, w8, #0x1
strb w8, [sp, #175]
ldrb w8, [sp, #190]
asr w8, w8, #5
and w8, w8, #0x1
strb w8, [sp, #174]
ldrb w8, [sp, #190]
asr w8, w8, #6
and w8, w8, #0x1
strb w8, [sp, #173]
ldrb w8, [sp, #190]
asr w8, w8, #7
and w8, w8, #0x1
strb w8, [sp, #172]
ldrb w8, [sp, #178]
ldrb w9, [sp, #180]
orr w8, w8, w9
mvn w8, w8
strb w8, [sp, #171]
ldrb w8, [sp, #178]
ldrb w9, [sp, #180]
orr w8, w8, w9
mvn w8, w8
strb w8, [sp, #170]
ldrb w8, [sp, #170]
ldrb w9, [sp, #171]
orr w8, w8, w9
ldrb w9, [sp, #180]
and w8, w8, w9
mvn w8, w8
strb w8, [sp, #169]
ldrb w8, [sp, #170]
ldrb w9, [sp, #171]
orr w8, w8, w9
ldrb w9, [sp, #180]
and w8, w8, w9
mvn w8, w8
strb w8, [sp, #168]
ldrb w8, [sp, #181]
ldrb w9, [sp, #185]
and w8, w8, w9
ldrb w9, [sp, #168]
and w8, w8, w9
mvn w8, w8
strb w8, [sp, #167]
ldrb w8, [sp, #176]
ldrb w9, [sp, #169]
orr w8, w8, w9
ldrb w9, [sp, #180]
orr w8, w8, w9
mvn w8, w8
strb w8, [sp, #166]
ldrb w8, [sp, #176]
ldrb w9, [sp, #169]
orr w8, w8, w9
ldrb w9, [sp, #180]
orr w8, w8, w9
mvn w8, w8
strb w8, [sp, #165]
ldrb w8, [sp, #181]
ldrb w9, [sp, #166]
and w8, w8, w9
strb w8, [sp, #164]
ldrb w8, [sp, #180]
ldrb w9, [sp, #183]
orr w8, w8, w9
ldrb w9, [sp, #164]
and w8, w8, w9
mvn w8, w8
strb w8, [sp, #163]
ldrb w8, [sp, #163]
ldrb w9, [sp, #181]
orr w8, w8, w9
ldrb w9, [sp, #187]
orr w8, w8, w9
mvn w8, w8
strb w8, [sp, #162]
ldrb w8, [sp, #163]
ldrb w9, [sp, #181]
orr w8, w8, w9
ldrb w9, [sp, #187]
orr w8, w8, w9
mvn w8, w8
strb w8, [sp, #161]
ldrb w8, [sp, #165]
ldrb w9, [sp, #179]
orr w8, w8, w9
ldrb w9, [sp, #165]
and w8, w8, w9
mvn w8, w8
strb w8, [sp, #160]
ldrb w8, [sp, #178]
ldrb w9, [sp, #160]
and w8, w8, w9
ldrb w9, [sp, #180]
orr w8, w8, w9
mvn w8, w8
strb w8, [sp, #159]
ldrb w8, [sp, #164]
ldrb w9, [sp, #165]
orr w8, w8, w9
strb w8, [sp, #158]
ldrb w8, [sp, #186]
mvn w8, w8
strb w8, [sp, #157]
ldrb w8, [sp, #182]
mvn w8, w8
strb w8, [sp, #156]
ldrb w8, [sp, #184]
ldrb w9, [sp, #162]
and w8, w8, w9
strb w8, [sp, #155]
ldrb w8, [sp, #159]
ldrb w9, [sp, #163]
orr w8, w8, w9
mvn w8, w8
strb w8, [sp, #154]
ldrb w8, [sp, #156]
ldrb w9, [sp, #167]
and w8, w8, w9
ldrb w9, [sp, #158]
orr w8, w8, w9
mvn w8, w8
strb w8, [sp, #153]
ldrb w8, [sp, #174]
ldrb w9, [sp, #160]
orr w8, w8, w9
ldrb w9, [sp, #168]
and w8, w8, w9
mvn w8, w8
strb w8, [sp, #152]
ldrb w8, [sp, #174]
ldrb w9, [sp, #160]
orr w8, w8, w9
ldrb w9, [sp, #168]
and w8, w8, w9
mvn w8, w8
strb w8, [sp, #151]
ldrb w8, [sp, #151]
strb w8, [sp, #150]
ldrb w8, [sp, #151]
strb w8, [sp, #149]
ldrb w8, [sp, #153]
ldrb w9, [sp, #177]
and w8, w8, w9
strb w8, [sp, #148]
ldrb w8, [sp, #180]
ldrb w9, [sp, #179]
and w8, w8, w9
strb w8, [sp, #147]
ldrb w8, [sp, #154]
ldrb w9, [sp, #187]
and w8, w8, w9
strb w8, [sp, #146]
ldrb w8, [sp, #161]
ldrb w9, [sp, #155]
orr w8, w8, w9
strb w8, [sp, #145]
ldrb w8, [sp, #182]
ldrb w9, [sp, #178]
and w8, w8, w9
strb w8, [sp, #144]
ldrb w8, [sp, #181]
ldrb w9, [sp, #178]
and w8, w8, w9
strb w8, [sp, #143]
ldrb w8, [sp, #180]
ldrb w9, [sp, #178]
and w8, w8, w9
strb w8, [sp, #142]
ldrb w8, [sp, #150]
mvn w8, w8
strb w8, [sp, #141]
ldrb w8, [sp, #150]
mvn w8, w8
strb w8, [sp, #140]
ldrb w8, [sp, #148]
ldrb w9, [sp, #144]
orr w8, w8, w9
strb w8, [sp, #139]
ldrb w8, [sp, #147]
ldrb w9, [sp, #143]
eor w8, w8, w9
strb w8, [sp, #138]
ldrb w8, [sp, #147]
ldrb w9, [sp, #143]
and w8, w8, w9
strb w8, [sp, #137]
ldrb w8, [sp, #137]
ldrb w9, [sp, #142]
eor w8, w8, w9
strb w8, [sp, #136]
ldrb w8, [sp, #137]
ldrb w9, [sp, #142]
and w8, w8, w9
strb w8, [sp, #135]
ldrb w8, [sp, #182]
ldrb w9, [sp, #177]
and w8, w8, w9
strb w8, [sp, #134]
ldrb w8, [sp, #181]
ldrb w9, [sp, #177]
and w8, w8, w9
strb w8, [sp, #133]
ldrb w8, [sp, #180]
ldrb w9, [sp, #177]
and w8, w8, w9
strb w8, [sp, #132]
ldrb w8, [sp, #141]
ldrb w9, [sp, #155]
orr w8, w8, w9
strb w8, [sp, #131]
ldrb w8, [sp, #139]
ldrb w9, [sp, #152]
eor w8, w8, w9
strb w8, [sp, #130]
ldrb w8, [sp, #138]
ldrb w9, [sp, #134]
orr w8, w8, w9
strb w8, [sp, #129]
ldrb w8, [sp, #136]
ldrb w9, [sp, #133]
eor w8, w8, w9
strb w8, [sp, #128]
ldrb w8, [sp, #136]
ldrb w9, [sp, #133]
and w8, w8, w9
strb w8, [sp, #127]
ldrb w8, [sp, #135]
ldrb w9, [sp, #132]
eor w8, w8, w9
ldrb w9, [sp, #127]
eor w8, w8, w9
strb w8, [sp, #126]
ldrb w8, [sp, #135]
ldrb w9, [sp, #132]
and w8, w8, w9
ldrb w9, [sp, #132]
ldrb w10, [sp, #127]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #135]
ldrb w10, [sp, #127]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #125]
ldrb w8, [sp, #185]
ldrb w9, [sp, #176]
and w8, w8, w9
strb w8, [sp, #124]
ldrb w8, [sp, #184]
ldrb w9, [sp, #176]
and w8, w8, w9
strb w8, [sp, #123]
ldrb w8, [sp, #183]
ldrb w9, [sp, #176]
and w8, w8, w9
strb w8, [sp, #122]
ldrb w8, [sp, #182]
ldrb w9, [sp, #176]
and w8, w8, w9
strb w8, [sp, #121]
ldrb w8, [sp, #181]
ldrb w9, [sp, #176]
and w8, w8, w9
strb w8, [sp, #120]
ldrb w8, [sp, #180]
ldrb w9, [sp, #176]
and w8, w8, w9
strb w8, [sp, #119]
ldrb w8, [sp, #164]
strb w8, [sp, #118]
ldrb w8, [sp, #157]
mvn w8, w8
strb w8, [sp, #117]
ldrb w8, [sp, #131]
ldrb w9, [sp, #124]
orr w8, w8, w9
strb w8, [sp, #116]
ldrb w8, [sp, #130]
ldrb w9, [sp, #123]
orr w8, w8, w9
strb w8, [sp, #115]
ldrb w8, [sp, #130]
ldrb w9, [sp, #123]
orr w8, w8, w9
strb w8, [sp, #114]
ldrb w8, [sp, #129]
ldrb w9, [sp, #122]
eor w8, w8, w9
ldrb w9, [sp, #114]
eor w8, w8, w9
strb w8, [sp, #113]
ldrb w8, [sp, #129]
ldrb w9, [sp, #122]
and w8, w8, w9
ldrb w9, [sp, #122]
ldrb w10, [sp, #114]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #129]
ldrb w10, [sp, #114]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #112]
ldrb w8, [sp, #128]
ldrb w9, [sp, #121]
eor w8, w8, w9
ldrb w9, [sp, #112]
eor w8, w8, w9
strb w8, [sp, #111]
ldrb w8, [sp, #128]
ldrb w9, [sp, #121]
and w8, w8, w9
ldrb w9, [sp, #121]
ldrb w10, [sp, #112]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #128]
ldrb w10, [sp, #112]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #110]
ldrb w8, [sp, #126]
ldrb w9, [sp, #120]
eor w8, w8, w9
ldrb w9, [sp, #110]
eor w8, w8, w9
strb w8, [sp, #109]
ldrb w8, [sp, #126]
ldrb w9, [sp, #120]
and w8, w8, w9
ldrb w9, [sp, #120]
ldrb w10, [sp, #110]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #126]
ldrb w10, [sp, #110]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #108]
ldrb w8, [sp, #125]
ldrb w9, [sp, #119]
eor w8, w8, w9
ldrb w9, [sp, #108]
eor w8, w8, w9
strb w8, [sp, #107]
ldrb w8, [sp, #125]
ldrb w9, [sp, #119]
and w8, w8, w9
ldrb w9, [sp, #119]
ldrb w10, [sp, #108]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #125]
ldrb w10, [sp, #108]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #106]
ldrb w8, [sp, #106]
mvn w8, w8
strb w8, [sp, #105]
ldrb w8, [sp, #117]
ldrb w9, [sp, #175]
and w8, w8, w9
strb w8, [sp, #104]
ldrb w8, [sp, #185]
ldrb w9, [sp, #175]
and w8, w8, w9
strb w8, [sp, #103]
ldrb w8, [sp, #184]
ldrb w9, [sp, #175]
and w8, w8, w9
strb w8, [sp, #102]
ldrb w8, [sp, #183]
ldrb w9, [sp, #175]
and w8, w8, w9
strb w8, [sp, #101]
ldrb w8, [sp, #182]
ldrb w9, [sp, #175]
and w8, w8, w9
strb w8, [sp, #100]
ldrb w8, [sp, #181]
ldrb w9, [sp, #175]
and w8, w8, w9
strb w8, [sp, #99]
ldrb w8, [sp, #180]
ldrb w9, [sp, #175]
and w8, w8, w9
strb w8, [sp, #98]
ldrb w8, [sp, #140]
ldrb w9, [sp, #105]
orr w8, w8, w9
strb w8, [sp, #97]
ldrb w8, [sp, #116]
ldrb w9, [sp, #104]
eor w8, w8, w9
ldrb w9, [sp, #97]
eor w8, w8, w9
strb w8, [sp, #96]
ldrb w8, [sp, #116]
ldrb w9, [sp, #104]
and w8, w8, w9
ldrb w9, [sp, #104]
ldrb w10, [sp, #97]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #116]
ldrb w10, [sp, #97]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #95]
ldrb w8, [sp, #95]
ldrb w9, [sp, #103]
and w8, w8, w9
ldrb w10, [sp, #95]
ldrb w9, [sp, #115]
bic w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #94]
ldrb w8, [sp, #113]
ldrb w9, [sp, #102]
eor w8, w8, w9
strb w8, [sp, #93]
ldrb w8, [sp, #113]
ldrb w9, [sp, #102]
and w8, w8, w9
strb w8, [sp, #92]
ldrb w8, [sp, #111]
ldrb w9, [sp, #101]
eor w8, w8, w9
ldrb w9, [sp, #92]
eor w8, w8, w9
strb w8, [sp, #91]
ldrb w8, [sp, #111]
ldrb w9, [sp, #101]
and w8, w8, w9
ldrb w9, [sp, #101]
ldrb w10, [sp, #92]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #111]
ldrb w10, [sp, #92]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #90]
ldrb w8, [sp, #109]
ldrb w9, [sp, #100]
eor w8, w8, w9
ldrb w9, [sp, #90]
eor w8, w8, w9
strb w8, [sp, #89]
ldrb w8, [sp, #109]
ldrb w9, [sp, #100]
and w8, w8, w9
ldrb w9, [sp, #100]
ldrb w10, [sp, #90]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #109]
ldrb w10, [sp, #90]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #88]
ldrb w8, [sp, #107]
ldrb w9, [sp, #99]
eor w8, w8, w9
ldrb w9, [sp, #88]
eor w8, w8, w9
strb w8, [sp, #87]
ldrb w8, [sp, #107]
ldrb w9, [sp, #99]
and w8, w8, w9
ldrb w9, [sp, #99]
ldrb w10, [sp, #88]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #107]
ldrb w10, [sp, #88]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #86]
ldrb w8, [sp, #106]
ldrb w9, [sp, #98]
eor w8, w8, w9
ldrb w9, [sp, #86]
eor w8, w8, w9
strb w8, [sp, #85]
ldrb w8, [sp, #106]
ldrb w9, [sp, #98]
and w8, w8, w9
ldrb w9, [sp, #98]
ldrb w10, [sp, #86]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #106]
ldrb w10, [sp, #86]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #84]
ldrb w8, [sp, #187]
ldrb w9, [sp, #174]
and w8, w8, w9
strb w8, [sp, #83]
ldrb w8, [sp, #186]
ldrb w9, [sp, #174]
and w8, w8, w9
strb w8, [sp, #82]
ldrb w8, [sp, #185]
ldrb w9, [sp, #174]
and w8, w8, w9
strb w8, [sp, #81]
ldrb w8, [sp, #184]
ldrb w9, [sp, #174]
and w8, w8, w9
strb w8, [sp, #80]
ldrb w8, [sp, #183]
ldrb w9, [sp, #174]
and w8, w8, w9
strb w8, [sp, #79]
ldrb w8, [sp, #182]
ldrb w9, [sp, #174]
and w8, w8, w9
strb w8, [sp, #78]
ldrb w8, [sp, #181]
ldrb w9, [sp, #174]
and w8, w8, w9
strb w8, [sp, #77]
ldrb w8, [sp, #180]
ldrb w9, [sp, #174]
and w8, w8, w9
strb w8, [sp, #76]
ldrb w8, [sp, #96]
ldrb w9, [sp, #83]
orr w8, w8, w9
strb w8, [sp, #75]
ldrb w8, [sp, #94]
ldrb w9, [sp, #82]
eor w8, w8, w9
strb w8, [sp, #74]
ldrb w8, [sp, #94]
ldrb w9, [sp, #82]
and w8, w8, w9
strb w8, [sp, #73]
ldrb w8, [sp, #93]
ldrb w9, [sp, #81]
eor w8, w8, w9
ldrb w9, [sp, #73]
eor w8, w8, w9
strb w8, [sp, #72]
ldrb w8, [sp, #93]
ldrb w9, [sp, #81]
and w8, w8, w9
ldrb w9, [sp, #81]
ldrb w10, [sp, #73]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #93]
ldrb w10, [sp, #73]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #71]
ldrb w8, [sp, #91]
ldrb w9, [sp, #80]
eor w8, w8, w9
ldrb w9, [sp, #71]
eor w8, w8, w9
strb w8, [sp, #70]
ldrb w8, [sp, #91]
ldrb w9, [sp, #80]
and w8, w8, w9
ldrb w9, [sp, #80]
ldrb w10, [sp, #71]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #91]
ldrb w10, [sp, #71]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #69]
ldrb w8, [sp, #89]
ldrb w9, [sp, #79]
eor w8, w8, w9
ldrb w9, [sp, #69]
eor w8, w8, w9
strb w8, [sp, #68]
ldrb w8, [sp, #89]
ldrb w9, [sp, #79]
and w8, w8, w9
ldrb w9, [sp, #79]
ldrb w10, [sp, #69]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #89]
ldrb w10, [sp, #69]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #67]
ldrb w8, [sp, #87]
ldrb w9, [sp, #78]
eor w8, w8, w9
ldrb w9, [sp, #67]
eor w8, w8, w9
strb w8, [sp, #66]
ldrb w8, [sp, #87]
ldrb w9, [sp, #78]
and w8, w8, w9
ldrb w9, [sp, #78]
ldrb w10, [sp, #67]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #87]
ldrb w10, [sp, #67]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #65]
ldrb w8, [sp, #85]
ldrb w9, [sp, #77]
eor w8, w8, w9
ldrb w9, [sp, #65]
eor w8, w8, w9
strb w8, [sp, #64]
ldrb w8, [sp, #85]
ldrb w9, [sp, #77]
and w8, w8, w9
ldrb w9, [sp, #77]
ldrb w10, [sp, #65]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #85]
ldrb w10, [sp, #65]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #63]
ldrb w8, [sp, #84]
ldrb w9, [sp, #76]
eor w8, w8, w9
ldrb w9, [sp, #63]
eor w8, w8, w9
strb w8, [sp, #62]
ldrb w8, [sp, #84]
ldrb w9, [sp, #76]
and w8, w8, w9
ldrb w9, [sp, #76]
ldrb w10, [sp, #63]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #84]
ldrb w10, [sp, #63]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #61]
ldrb w8, [sp, #187]
ldrb w9, [sp, #173]
and w8, w8, w9
strb w8, [sp, #60]
ldrb w8, [sp, #186]
ldrb w9, [sp, #173]
and w8, w8, w9
strb w8, [sp, #59]
ldrb w8, [sp, #185]
ldrb w9, [sp, #173]
and w8, w8, w9
strb w8, [sp, #58]
ldrb w8, [sp, #184]
ldrb w9, [sp, #173]
and w8, w8, w9
strb w8, [sp, #57]
ldrb w8, [sp, #183]
ldrb w9, [sp, #173]
and w8, w8, w9
strb w8, [sp, #56]
ldrb w8, [sp, #182]
ldrb w9, [sp, #173]
and w8, w8, w9
strb w8, [sp, #55]
ldrb w8, [sp, #181]
ldrb w9, [sp, #173]
and w8, w8, w9
strb w8, [sp, #54]
ldrb w8, [sp, #180]
ldrb w9, [sp, #173]
and w8, w8, w9
strb w8, [sp, #53]
ldrb w8, [sp, #74]
ldrb w9, [sp, #60]
eor w8, w8, w9
strb w8, [sp, #52]
ldrb w8, [sp, #74]
ldrb w9, [sp, #60]
and w8, w8, w9
strb w8, [sp, #51]
ldrb w8, [sp, #72]
ldrb w9, [sp, #59]
eor w8, w8, w9
ldrb w9, [sp, #51]
eor w8, w8, w9
strb w8, [sp, #50]
ldrb w8, [sp, #72]
ldrb w9, [sp, #59]
and w8, w8, w9
ldrb w9, [sp, #59]
ldrb w10, [sp, #51]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #72]
ldrb w10, [sp, #51]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #49]
ldrb w8, [sp, #70]
ldrb w9, [sp, #58]
eor w8, w8, w9
ldrb w9, [sp, #49]
eor w8, w8, w9
strb w8, [sp, #48]
ldrb w8, [sp, #70]
ldrb w9, [sp, #58]
and w8, w8, w9
ldrb w9, [sp, #58]
ldrb w10, [sp, #49]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #70]
ldrb w10, [sp, #49]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #47]
ldrb w8, [sp, #68]
ldrb w9, [sp, #57]
eor w8, w8, w9
ldrb w9, [sp, #47]
eor w8, w8, w9
strb w8, [sp, #46]
ldrb w8, [sp, #68]
ldrb w9, [sp, #57]
and w8, w8, w9
ldrb w9, [sp, #57]
ldrb w10, [sp, #47]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #68]
ldrb w10, [sp, #47]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #45]
ldrb w8, [sp, #66]
ldrb w9, [sp, #56]
eor w8, w8, w9
ldrb w9, [sp, #45]
eor w8, w8, w9
strb w8, [sp, #44]
ldrb w8, [sp, #66]
ldrb w9, [sp, #56]
and w8, w8, w9
ldrb w9, [sp, #56]
ldrb w10, [sp, #45]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #66]
ldrb w10, [sp, #45]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #43]
ldrb w8, [sp, #64]
ldrb w9, [sp, #55]
eor w8, w8, w9
ldrb w9, [sp, #43]
eor w8, w8, w9
strb w8, [sp, #42]
ldrb w8, [sp, #64]
ldrb w9, [sp, #55]
and w8, w8, w9
ldrb w9, [sp, #55]
ldrb w10, [sp, #43]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #64]
ldrb w10, [sp, #43]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #41]
ldrb w8, [sp, #62]
ldrb w9, [sp, #54]
eor w8, w8, w9
ldrb w9, [sp, #41]
eor w8, w8, w9
strb w8, [sp, #40]
ldrb w8, [sp, #62]
ldrb w9, [sp, #54]
and w8, w8, w9
ldrb w9, [sp, #54]
ldrb w10, [sp, #41]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #62]
ldrb w10, [sp, #41]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #39]
ldrb w8, [sp, #61]
ldrb w9, [sp, #53]
eor w8, w8, w9
ldrb w9, [sp, #39]
eor w8, w8, w9
strb w8, [sp, #38]
ldrb w8, [sp, #61]
ldrb w9, [sp, #53]
and w8, w8, w9
ldrb w9, [sp, #53]
ldrb w10, [sp, #39]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #61]
ldrb w10, [sp, #39]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #37]
ldrb w8, [sp, #187]
ldrb w9, [sp, #172]
and w8, w8, w9
strb w8, [sp, #36]
ldrb w8, [sp, #186]
ldrb w9, [sp, #172]
and w8, w8, w9
strb w8, [sp, #35]
ldrb w8, [sp, #185]
ldrb w9, [sp, #172]
and w8, w8, w9
strb w8, [sp, #34]
ldrb w8, [sp, #184]
ldrb w9, [sp, #172]
and w8, w8, w9
strb w8, [sp, #33]
ldrb w8, [sp, #183]
ldrb w9, [sp, #172]
and w8, w8, w9
strb w8, [sp, #32]
ldrb w8, [sp, #182]
ldrb w9, [sp, #172]
and w8, w8, w9
strb w8, [sp, #31]
ldrb w8, [sp, #182]
ldrb w9, [sp, #172]
and w8, w8, w9
strb w8, [sp, #30]
ldrb w8, [sp, #181]
ldrb w9, [sp, #172]
and w8, w8, w9
strb w8, [sp, #29]
ldrb w8, [sp, #180]
ldrb w9, [sp, #172]
and w8, w8, w9
strb w8, [sp, #28]
ldrb w8, [sp, #50]
ldrb w9, [sp, #36]
eor w8, w8, w9
strb w8, [sp, #27]
ldrb w8, [sp, #50]
ldrb w9, [sp, #36]
and w8, w8, w9
strb w8, [sp, #26]
ldrb w8, [sp, #48]
ldrb w9, [sp, #35]
eor w8, w8, w9
ldrb w9, [sp, #26]
eor w8, w8, w9
strb w8, [sp, #25]
ldrb w8, [sp, #48]
ldrb w9, [sp, #35]
and w8, w8, w9
ldrb w9, [sp, #35]
ldrb w10, [sp, #26]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #48]
ldrb w10, [sp, #26]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #24]
ldrb w8, [sp, #46]
ldrb w9, [sp, #34]
eor w8, w8, w9
ldrb w9, [sp, #24]
eor w8, w8, w9
strb w8, [sp, #23]
ldrb w8, [sp, #46]
ldrb w9, [sp, #34]
and w8, w8, w9
ldrb w9, [sp, #34]
ldrb w10, [sp, #24]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #46]
ldrb w10, [sp, #24]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #22]
ldrb w8, [sp, #44]
ldrb w9, [sp, #33]
eor w8, w8, w9
ldrb w9, [sp, #22]
eor w8, w8, w9
strb w8, [sp, #21]
ldrb w8, [sp, #44]
ldrb w9, [sp, #33]
and w8, w8, w9
ldrb w9, [sp, #33]
ldrb w10, [sp, #22]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #44]
ldrb w10, [sp, #22]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #20]
ldrb w8, [sp, #42]
ldrb w9, [sp, #32]
eor w8, w8, w9
ldrb w9, [sp, #20]
eor w8, w8, w9
strb w8, [sp, #19]
ldrb w8, [sp, #42]
ldrb w9, [sp, #32]
and w8, w8, w9
ldrb w9, [sp, #32]
ldrb w10, [sp, #20]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #42]
ldrb w10, [sp, #20]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #18]
ldrb w8, [sp, #40]
ldrb w9, [sp, #31]
eor w8, w8, w9
ldrb w9, [sp, #18]
eor w8, w8, w9
strb w8, [sp, #17]
ldrb w8, [sp, #40]
ldrb w9, [sp, #31]
and w8, w8, w9
ldrb w9, [sp, #31]
ldrb w10, [sp, #18]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #40]
ldrb w10, [sp, #18]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #16]
ldrb w8, [sp, #38]
ldrb w9, [sp, #29]
eor w8, w8, w9
ldrb w9, [sp, #16]
eor w8, w8, w9
strb w8, [sp, #15]
ldrb w8, [sp, #38]
ldrb w9, [sp, #29]
and w8, w8, w9
ldrb w9, [sp, #29]
ldrb w10, [sp, #16]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #38]
ldrb w10, [sp, #16]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #14]
ldrb w8, [sp, #37]
ldrb w9, [sp, #28]
eor w8, w8, w9
ldrb w9, [sp, #14]
eor w8, w8, w9
strb w8, [sp, #13]
ldrb w8, [sp, #37]
ldrb w9, [sp, #28]
and w8, w8, w9
ldrb w9, [sp, #28]
ldrb w10, [sp, #14]
and w9, w9, w10
orr w8, w8, w9
ldrb w9, [sp, #37]
ldrb w10, [sp, #14]
and w9, w9, w10
orr w8, w8, w9
strb w8, [sp, #12]
ldrb w8, [sp, #30]
and w9, w8, #0x1
ldrh w8, [sp, #188]
orr w8, w8, w9
strh w8, [sp, #188]
ldrb w8, [sp, #146]
and w9, w8, #0x1
ldrh w8, [sp, #188]
orr w8, w8, w9, lsl #1
strh w8, [sp, #188]
ldrb w8, [sp, #149]
and w9, w8, #0x1
ldrh w8, [sp, #188]
orr w8, w8, w9, lsl #2
strh w8, [sp, #188]
ldrb w8, [sp, #118]
and w9, w8, #0x1
ldrh w8, [sp, #188]
orr w8, w8, w9, lsl #3
strh w8, [sp, #188]
ldrb w8, [sp, #145]
and w9, w8, #0x1
ldrh w8, [sp, #188]
orr w8, w8, w9, lsl #4
strh w8, [sp, #188]
ldrb w8, [sp, #75]
and w9, w8, #0x1
ldrh w8, [sp, #188]
orr w8, w8, w9, lsl #5
strh w8, [sp, #188]
ldrb w8, [sp, #52]
and w9, w8, #0x1
ldrh w8, [sp, #188]
orr w8, w8, w9, lsl #6
strh w8, [sp, #188]
ldrb w8, [sp, #27]
and w9, w8, #0x1
ldrh w8, [sp, #188]
orr w8, w8, w9, lsl #7
strh w8, [sp, #188]
ldrb w8, [sp, #25]
and w9, w8, #0x1
ldrh w8, [sp, #188]
orr w8, w8, w9, lsl #8
strh w8, [sp, #188]
ldrb w8, [sp, #23]
and w9, w8, #0x1
ldrh w8, [sp, #188]
orr w8, w8, w9, lsl #9
strh w8, [sp, #188]
ldrb w8, [sp, #21]
and w9, w8, #0x1
ldrh w8, [sp, #188]
orr w8, w8, w9, lsl #10
strh w8, [sp, #188]
ldrb w8, [sp, #19]
and w9, w8, #0x1
ldrh w8, [sp, #188]
orr w8, w8, w9, lsl #11
strh w8, [sp, #188]
ldrb w8, [sp, #17]
and w9, w8, #0x1
ldrh w8, [sp, #188]
orr w8, w8, w9, lsl #12
strh w8, [sp, #188]
ldrb w8, [sp, #15]
and w9, w8, #0x1
ldrh w8, [sp, #188]
orr w8, w8, w9, lsl #13
strh w8, [sp, #188]
ldrb w8, [sp, #13]
and w9, w8, #0x1
ldrh w8, [sp, #188]
orr w8, w8, w9, lsl #14
strh w8, [sp, #188]
ldrb w8, [sp, #12]
and w9, w8, #0x1
ldrh w8, [sp, #188]
orr w8, w8, w9, lsl #15
strh w8, [sp, #188]
ldrh w0, [sp, #188]
add sp, sp, #192
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _mul8_458 ## -- Begin function mul8_458
.p2align 4, 0x90
_mul8_458: ## @mul8_458
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $52, %rsp
movb %sil, %al
movb %dil, %cl
movb %cl, -1(%rbp)
movb %al, -2(%rbp)
movw $0, -4(%rbp)
movzbl -1(%rbp), %eax
sarl $0, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -5(%rbp)
movzbl -1(%rbp), %eax
sarl $1, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -6(%rbp)
movzbl -1(%rbp), %eax
sarl $2, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -7(%rbp)
movzbl -1(%rbp), %eax
sarl $3, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -8(%rbp)
movzbl -1(%rbp), %eax
sarl $4, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -9(%rbp)
movzbl -1(%rbp), %eax
sarl $5, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -10(%rbp)
movzbl -1(%rbp), %eax
sarl $6, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -11(%rbp)
movzbl -1(%rbp), %eax
sarl $7, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -12(%rbp)
movzbl -2(%rbp), %eax
sarl $0, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -13(%rbp)
movzbl -2(%rbp), %eax
sarl $1, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -14(%rbp)
movzbl -2(%rbp), %eax
sarl $2, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -15(%rbp)
movzbl -2(%rbp), %eax
sarl $3, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -16(%rbp)
movzbl -2(%rbp), %eax
sarl $4, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -17(%rbp)
movzbl -2(%rbp), %eax
sarl $5, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -18(%rbp)
movzbl -2(%rbp), %eax
sarl $6, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -19(%rbp)
movzbl -2(%rbp), %eax
sarl $7, %eax
andl $1, %eax
## kill: def $al killed $al killed $eax
movb %al, -20(%rbp)
movzbl -14(%rbp), %eax
movzbl -12(%rbp), %ecx
orl %ecx, %eax
xorl $-1, %eax
## kill: def $al killed $al killed $eax
movb %al, -21(%rbp)
movzbl -14(%rbp), %eax
movzbl -12(%rbp), %ecx
orl %ecx, %eax
xorl $-1, %eax
## kill: def $al killed $al killed $eax
movb %al, -22(%rbp)
movzbl -22(%rbp), %eax
movzbl -21(%rbp), %ecx
orl %ecx, %eax
movzbl -12(%rbp), %ecx
andl %ecx, %eax
xorl $-1, %eax
## kill: def $al killed $al killed $eax
movb %al, -23(%rbp)
movzbl -22(%rbp), %eax
movzbl -21(%rbp), %ecx
orl %ecx, %eax
movzbl -12(%rbp), %ecx
andl %ecx, %eax
xorl $-1, %eax
## kill: def $al killed $al killed $eax
movb %al, -24(%rbp)
movzbl -11(%rbp), %eax
movzbl -7(%rbp), %ecx
andl %ecx, %eax
movzbl -24(%rbp), %ecx
andl %ecx, %eax
xorl $-1, %eax
## kill: def $al killed $al killed $eax
movb %al, -25(%rbp)
movzbl -16(%rbp), %eax
movzbl -23(%rbp), %ecx
orl %ecx, %eax
movzbl -12(%rbp), %ecx
orl %ecx, %eax
xorl $-1, %eax
## kill: def $al killed $al killed $eax
movb %al, -26(%rbp)
movzbl -16(%rbp), %eax
movzbl -23(%rbp), %ecx
orl %ecx, %eax
movzbl -12(%rbp), %ecx
orl %ecx, %eax
xorl $-1, %eax
## kill: def $al killed $al killed $eax
movb %al, -27(%rbp)
movzbl -11(%rbp), %eax
movzbl -26(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -28(%rbp)
movzbl -12(%rbp), %eax
movzbl -9(%rbp), %ecx
orl %ecx, %eax
movzbl -28(%rbp), %ecx
andl %ecx, %eax
xorl $-1, %eax
## kill: def $al killed $al killed $eax
movb %al, -29(%rbp)
movzbl -29(%rbp), %eax
movzbl -11(%rbp), %ecx
orl %ecx, %eax
movzbl -5(%rbp), %ecx
orl %ecx, %eax
xorl $-1, %eax
## kill: def $al killed $al killed $eax
movb %al, -30(%rbp)
movzbl -29(%rbp), %eax
movzbl -11(%rbp), %ecx
orl %ecx, %eax
movzbl -5(%rbp), %ecx
orl %ecx, %eax
xorl $-1, %eax
## kill: def $al killed $al killed $eax
movb %al, -31(%rbp)
movzbl -27(%rbp), %eax
movzbl -13(%rbp), %ecx
orl %ecx, %eax
movzbl -27(%rbp), %ecx
andl %ecx, %eax
xorl $-1, %eax
## kill: def $al killed $al killed $eax
movb %al, -32(%rbp)
movzbl -14(%rbp), %eax
movzbl -32(%rbp), %ecx
andl %ecx, %eax
movzbl -12(%rbp), %ecx
orl %ecx, %eax
xorl $-1, %eax
## kill: def $al killed $al killed $eax
movb %al, -33(%rbp)
movzbl -28(%rbp), %eax
movzbl -27(%rbp), %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -34(%rbp)
movzbl -6(%rbp), %eax
xorl $-1, %eax
## kill: def $al killed $al killed $eax
movb %al, -35(%rbp)
movzbl -10(%rbp), %eax
xorl $-1, %eax
## kill: def $al killed $al killed $eax
movb %al, -36(%rbp)
movzbl -8(%rbp), %eax
movzbl -30(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -37(%rbp)
movzbl -33(%rbp), %eax
movzbl -29(%rbp), %ecx
orl %ecx, %eax
xorl $-1, %eax
## kill: def $al killed $al killed $eax
movb %al, -38(%rbp)
movzbl -36(%rbp), %eax
movzbl -25(%rbp), %ecx
andl %ecx, %eax
movzbl -34(%rbp), %ecx
orl %ecx, %eax
xorl $-1, %eax
## kill: def $al killed $al killed $eax
movb %al, -39(%rbp)
movzbl -18(%rbp), %eax
movzbl -32(%rbp), %ecx
orl %ecx, %eax
movzbl -24(%rbp), %ecx
andl %ecx, %eax
xorl $-1, %eax
## kill: def $al killed $al killed $eax
movb %al, -40(%rbp)
movzbl -18(%rbp), %eax
movzbl -32(%rbp), %ecx
orl %ecx, %eax
movzbl -24(%rbp), %ecx
andl %ecx, %eax
xorl $-1, %eax
## kill: def $al killed $al killed $eax
movb %al, -41(%rbp)
movb -41(%rbp), %al
movb %al, -42(%rbp)
movb -41(%rbp), %al
movb %al, -43(%rbp)
movzbl -39(%rbp), %eax
movzbl -15(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -44(%rbp)
movzbl -12(%rbp), %eax
movzbl -13(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -45(%rbp)
movzbl -38(%rbp), %eax
movzbl -5(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -46(%rbp)
movzbl -31(%rbp), %eax
movzbl -37(%rbp), %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -47(%rbp)
movzbl -10(%rbp), %eax
movzbl -14(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -48(%rbp)
movzbl -11(%rbp), %eax
movzbl -14(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -49(%rbp)
movzbl -12(%rbp), %eax
movzbl -14(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -50(%rbp)
movzbl -42(%rbp), %eax
xorl $-1, %eax
## kill: def $al killed $al killed $eax
movb %al, -51(%rbp)
movzbl -42(%rbp), %eax
xorl $-1, %eax
## kill: def $al killed $al killed $eax
movb %al, -52(%rbp)
movzbl -44(%rbp), %eax
movzbl -48(%rbp), %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -53(%rbp)
movzbl -45(%rbp), %eax
movzbl -49(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -54(%rbp)
movzbl -45(%rbp), %eax
movzbl -49(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -55(%rbp)
movzbl -55(%rbp), %eax
movzbl -50(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -56(%rbp)
movzbl -55(%rbp), %eax
movzbl -50(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -57(%rbp)
movzbl -10(%rbp), %eax
movzbl -15(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -58(%rbp)
movzbl -11(%rbp), %eax
movzbl -15(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -59(%rbp)
movzbl -12(%rbp), %eax
movzbl -15(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -60(%rbp)
movzbl -51(%rbp), %eax
movzbl -37(%rbp), %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -61(%rbp)
movzbl -53(%rbp), %eax
movzbl -40(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -62(%rbp)
movzbl -54(%rbp), %eax
movzbl -58(%rbp), %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -63(%rbp)
movzbl -56(%rbp), %eax
movzbl -59(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -64(%rbp)
movzbl -56(%rbp), %eax
movzbl -59(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -65(%rbp)
movzbl -57(%rbp), %eax
movzbl -60(%rbp), %ecx
xorl %ecx, %eax
movzbl -65(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -66(%rbp)
movzbl -57(%rbp), %eax
movzbl -60(%rbp), %ecx
andl %ecx, %eax
movzbl -60(%rbp), %ecx
movzbl -65(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -57(%rbp), %ecx
movzbl -65(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -67(%rbp)
movzbl -7(%rbp), %eax
movzbl -16(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -68(%rbp)
movzbl -8(%rbp), %eax
movzbl -16(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -69(%rbp)
movzbl -9(%rbp), %eax
movzbl -16(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -70(%rbp)
movzbl -10(%rbp), %eax
movzbl -16(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -71(%rbp)
movzbl -11(%rbp), %eax
movzbl -16(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -72(%rbp)
movzbl -12(%rbp), %eax
movzbl -16(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -73(%rbp)
movb -28(%rbp), %al
movb %al, -74(%rbp)
movzbl -35(%rbp), %eax
xorl $-1, %eax
## kill: def $al killed $al killed $eax
movb %al, -75(%rbp)
movzbl -61(%rbp), %eax
movzbl -68(%rbp), %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -76(%rbp)
movzbl -62(%rbp), %eax
movzbl -69(%rbp), %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -77(%rbp)
movzbl -62(%rbp), %eax
movzbl -69(%rbp), %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -78(%rbp)
movzbl -63(%rbp), %eax
movzbl -70(%rbp), %ecx
xorl %ecx, %eax
movzbl -78(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -79(%rbp)
movzbl -63(%rbp), %eax
movzbl -70(%rbp), %ecx
andl %ecx, %eax
movzbl -70(%rbp), %ecx
movzbl -78(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -63(%rbp), %ecx
movzbl -78(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -80(%rbp)
movzbl -64(%rbp), %eax
movzbl -71(%rbp), %ecx
xorl %ecx, %eax
movzbl -80(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -81(%rbp)
movzbl -64(%rbp), %eax
movzbl -71(%rbp), %ecx
andl %ecx, %eax
movzbl -71(%rbp), %ecx
movzbl -80(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -64(%rbp), %ecx
movzbl -80(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -82(%rbp)
movzbl -66(%rbp), %eax
movzbl -72(%rbp), %ecx
xorl %ecx, %eax
movzbl -82(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -83(%rbp)
movzbl -66(%rbp), %eax
movzbl -72(%rbp), %ecx
andl %ecx, %eax
movzbl -72(%rbp), %ecx
movzbl -82(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -66(%rbp), %ecx
movzbl -82(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -84(%rbp)
movzbl -67(%rbp), %eax
movzbl -73(%rbp), %ecx
xorl %ecx, %eax
movzbl -84(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -85(%rbp)
movzbl -67(%rbp), %eax
movzbl -73(%rbp), %ecx
andl %ecx, %eax
movzbl -73(%rbp), %ecx
movzbl -84(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -67(%rbp), %ecx
movzbl -84(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -86(%rbp)
movzbl -86(%rbp), %eax
xorl $-1, %eax
## kill: def $al killed $al killed $eax
movb %al, -87(%rbp)
movzbl -75(%rbp), %eax
movzbl -17(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -88(%rbp)
movzbl -7(%rbp), %eax
movzbl -17(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -89(%rbp)
movzbl -8(%rbp), %eax
movzbl -17(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -90(%rbp)
movzbl -9(%rbp), %eax
movzbl -17(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -91(%rbp)
movzbl -10(%rbp), %eax
movzbl -17(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -92(%rbp)
movzbl -11(%rbp), %eax
movzbl -17(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -93(%rbp)
movzbl -12(%rbp), %eax
movzbl -17(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -94(%rbp)
movzbl -52(%rbp), %eax
movzbl -87(%rbp), %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -95(%rbp)
movzbl -76(%rbp), %eax
movzbl -88(%rbp), %ecx
xorl %ecx, %eax
movzbl -95(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -96(%rbp)
movzbl -76(%rbp), %eax
movzbl -88(%rbp), %ecx
andl %ecx, %eax
movzbl -88(%rbp), %ecx
movzbl -95(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -76(%rbp), %ecx
movzbl -95(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -97(%rbp)
movzbl -97(%rbp), %eax
movzbl -89(%rbp), %ecx
andl %ecx, %eax
movzbl -97(%rbp), %ecx
xorl $-1, %ecx
movzbl -77(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -98(%rbp)
movzbl -79(%rbp), %eax
movzbl -90(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -99(%rbp)
movzbl -79(%rbp), %eax
movzbl -90(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -100(%rbp)
movzbl -81(%rbp), %eax
movzbl -91(%rbp), %ecx
xorl %ecx, %eax
movzbl -100(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -101(%rbp)
movzbl -81(%rbp), %eax
movzbl -91(%rbp), %ecx
andl %ecx, %eax
movzbl -91(%rbp), %ecx
movzbl -100(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -81(%rbp), %ecx
movzbl -100(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -102(%rbp)
movzbl -83(%rbp), %eax
movzbl -92(%rbp), %ecx
xorl %ecx, %eax
movzbl -102(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -103(%rbp)
movzbl -83(%rbp), %eax
movzbl -92(%rbp), %ecx
andl %ecx, %eax
movzbl -92(%rbp), %ecx
movzbl -102(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -83(%rbp), %ecx
movzbl -102(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -104(%rbp)
movzbl -85(%rbp), %eax
movzbl -93(%rbp), %ecx
xorl %ecx, %eax
movzbl -104(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -105(%rbp)
movzbl -85(%rbp), %eax
movzbl -93(%rbp), %ecx
andl %ecx, %eax
movzbl -93(%rbp), %ecx
movzbl -104(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -85(%rbp), %ecx
movzbl -104(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -106(%rbp)
movzbl -86(%rbp), %eax
movzbl -94(%rbp), %ecx
xorl %ecx, %eax
movzbl -106(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -107(%rbp)
movzbl -86(%rbp), %eax
movzbl -94(%rbp), %ecx
andl %ecx, %eax
movzbl -94(%rbp), %ecx
movzbl -106(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -86(%rbp), %ecx
movzbl -106(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -108(%rbp)
movzbl -5(%rbp), %eax
movzbl -18(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -109(%rbp)
movzbl -6(%rbp), %eax
movzbl -18(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -110(%rbp)
movzbl -7(%rbp), %eax
movzbl -18(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -111(%rbp)
movzbl -8(%rbp), %eax
movzbl -18(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -112(%rbp)
movzbl -9(%rbp), %eax
movzbl -18(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -113(%rbp)
movzbl -10(%rbp), %eax
movzbl -18(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -114(%rbp)
movzbl -11(%rbp), %eax
movzbl -18(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -115(%rbp)
movzbl -12(%rbp), %eax
movzbl -18(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -116(%rbp)
movzbl -96(%rbp), %eax
movzbl -109(%rbp), %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -117(%rbp)
movzbl -98(%rbp), %eax
movzbl -110(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -118(%rbp)
movzbl -98(%rbp), %eax
movzbl -110(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -119(%rbp)
movzbl -99(%rbp), %eax
movzbl -111(%rbp), %ecx
xorl %ecx, %eax
movzbl -119(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -120(%rbp)
movzbl -99(%rbp), %eax
movzbl -111(%rbp), %ecx
andl %ecx, %eax
movzbl -111(%rbp), %ecx
movzbl -119(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -99(%rbp), %ecx
movzbl -119(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -121(%rbp)
movzbl -101(%rbp), %eax
movzbl -112(%rbp), %ecx
xorl %ecx, %eax
movzbl -121(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -122(%rbp)
movzbl -101(%rbp), %eax
movzbl -112(%rbp), %ecx
andl %ecx, %eax
movzbl -112(%rbp), %ecx
movzbl -121(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -101(%rbp), %ecx
movzbl -121(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -123(%rbp)
movzbl -103(%rbp), %eax
movzbl -113(%rbp), %ecx
xorl %ecx, %eax
movzbl -123(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -124(%rbp)
movzbl -103(%rbp), %eax
movzbl -113(%rbp), %ecx
andl %ecx, %eax
movzbl -113(%rbp), %ecx
movzbl -123(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -103(%rbp), %ecx
movzbl -123(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -125(%rbp)
movzbl -105(%rbp), %eax
movzbl -114(%rbp), %ecx
xorl %ecx, %eax
movzbl -125(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -126(%rbp)
movzbl -105(%rbp), %eax
movzbl -114(%rbp), %ecx
andl %ecx, %eax
movzbl -114(%rbp), %ecx
movzbl -125(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -105(%rbp), %ecx
movzbl -125(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -127(%rbp)
movzbl -107(%rbp), %eax
movzbl -115(%rbp), %ecx
xorl %ecx, %eax
movzbl -127(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -128(%rbp)
movzbl -107(%rbp), %eax
movzbl -115(%rbp), %ecx
andl %ecx, %eax
movzbl -115(%rbp), %ecx
movzbl -127(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -107(%rbp), %ecx
movzbl -127(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -129(%rbp)
movzbl -108(%rbp), %eax
movzbl -116(%rbp), %ecx
xorl %ecx, %eax
movzbl -129(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -130(%rbp)
movzbl -108(%rbp), %eax
movzbl -116(%rbp), %ecx
andl %ecx, %eax
movzbl -116(%rbp), %ecx
movzbl -129(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -108(%rbp), %ecx
movzbl -129(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -131(%rbp)
movzbl -5(%rbp), %eax
movzbl -19(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -132(%rbp)
movzbl -6(%rbp), %eax
movzbl -19(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -133(%rbp)
movzbl -7(%rbp), %eax
movzbl -19(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -134(%rbp)
movzbl -8(%rbp), %eax
movzbl -19(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -135(%rbp)
movzbl -9(%rbp), %eax
movzbl -19(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -136(%rbp)
movzbl -10(%rbp), %eax
movzbl -19(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -137(%rbp)
movzbl -11(%rbp), %eax
movzbl -19(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -138(%rbp)
movzbl -12(%rbp), %eax
movzbl -19(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -139(%rbp)
movzbl -118(%rbp), %eax
movzbl -132(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -140(%rbp)
movzbl -118(%rbp), %eax
movzbl -132(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -141(%rbp)
movzbl -120(%rbp), %eax
movzbl -133(%rbp), %ecx
xorl %ecx, %eax
movzbl -141(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -142(%rbp)
movzbl -120(%rbp), %eax
movzbl -133(%rbp), %ecx
andl %ecx, %eax
movzbl -133(%rbp), %ecx
movzbl -141(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -120(%rbp), %ecx
movzbl -141(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -143(%rbp)
movzbl -122(%rbp), %eax
movzbl -134(%rbp), %ecx
xorl %ecx, %eax
movzbl -143(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -144(%rbp)
movzbl -122(%rbp), %eax
movzbl -134(%rbp), %ecx
andl %ecx, %eax
movzbl -134(%rbp), %ecx
movzbl -143(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -122(%rbp), %ecx
movzbl -143(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -145(%rbp)
movzbl -124(%rbp), %eax
movzbl -135(%rbp), %ecx
xorl %ecx, %eax
movzbl -145(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -146(%rbp)
movzbl -124(%rbp), %eax
movzbl -135(%rbp), %ecx
andl %ecx, %eax
movzbl -135(%rbp), %ecx
movzbl -145(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -124(%rbp), %ecx
movzbl -145(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -147(%rbp)
movzbl -126(%rbp), %eax
movzbl -136(%rbp), %ecx
xorl %ecx, %eax
movzbl -147(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -148(%rbp)
movzbl -126(%rbp), %eax
movzbl -136(%rbp), %ecx
andl %ecx, %eax
movzbl -136(%rbp), %ecx
movzbl -147(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -126(%rbp), %ecx
movzbl -147(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -149(%rbp)
movzbl -128(%rbp), %eax
movzbl -137(%rbp), %ecx
xorl %ecx, %eax
movzbl -149(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -150(%rbp)
movzbl -128(%rbp), %eax
movzbl -137(%rbp), %ecx
andl %ecx, %eax
movzbl -137(%rbp), %ecx
movzbl -149(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -128(%rbp), %ecx
movzbl -149(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -151(%rbp)
movzbl -130(%rbp), %eax
movzbl -138(%rbp), %ecx
xorl %ecx, %eax
movzbl -151(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -152(%rbp)
movzbl -130(%rbp), %eax
movzbl -138(%rbp), %ecx
andl %ecx, %eax
movzbl -138(%rbp), %ecx
movzbl -151(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -130(%rbp), %ecx
movzbl -151(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -153(%rbp)
movzbl -131(%rbp), %eax
movzbl -139(%rbp), %ecx
xorl %ecx, %eax
movzbl -153(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -154(%rbp)
movzbl -131(%rbp), %eax
movzbl -139(%rbp), %ecx
andl %ecx, %eax
movzbl -139(%rbp), %ecx
movzbl -153(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -131(%rbp), %ecx
movzbl -153(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -155(%rbp)
movzbl -5(%rbp), %eax
movzbl -20(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -156(%rbp)
movzbl -6(%rbp), %eax
movzbl -20(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -157(%rbp)
movzbl -7(%rbp), %eax
movzbl -20(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -158(%rbp)
movzbl -8(%rbp), %eax
movzbl -20(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -159(%rbp)
movzbl -9(%rbp), %eax
movzbl -20(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -160(%rbp)
movzbl -10(%rbp), %eax
movzbl -20(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -161(%rbp)
movzbl -10(%rbp), %eax
movzbl -20(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -162(%rbp)
movzbl -11(%rbp), %eax
movzbl -20(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -163(%rbp)
movzbl -12(%rbp), %eax
movzbl -20(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -164(%rbp)
movzbl -142(%rbp), %eax
movzbl -156(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -165(%rbp)
movzbl -142(%rbp), %eax
movzbl -156(%rbp), %ecx
andl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -166(%rbp)
movzbl -144(%rbp), %eax
movzbl -157(%rbp), %ecx
xorl %ecx, %eax
movzbl -166(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -167(%rbp)
movzbl -144(%rbp), %eax
movzbl -157(%rbp), %ecx
andl %ecx, %eax
movzbl -157(%rbp), %ecx
movzbl -166(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -144(%rbp), %ecx
movzbl -166(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -168(%rbp)
movzbl -146(%rbp), %eax
movzbl -158(%rbp), %ecx
xorl %ecx, %eax
movzbl -168(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -169(%rbp)
movzbl -146(%rbp), %eax
movzbl -158(%rbp), %ecx
andl %ecx, %eax
movzbl -158(%rbp), %ecx
movzbl -168(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -146(%rbp), %ecx
movzbl -168(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -170(%rbp)
movzbl -148(%rbp), %eax
movzbl -159(%rbp), %ecx
xorl %ecx, %eax
movzbl -170(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -171(%rbp)
movzbl -148(%rbp), %eax
movzbl -159(%rbp), %ecx
andl %ecx, %eax
movzbl -159(%rbp), %ecx
movzbl -170(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -148(%rbp), %ecx
movzbl -170(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -172(%rbp)
movzbl -150(%rbp), %eax
movzbl -160(%rbp), %ecx
xorl %ecx, %eax
movzbl -172(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -173(%rbp)
movzbl -150(%rbp), %eax
movzbl -160(%rbp), %ecx
andl %ecx, %eax
movzbl -160(%rbp), %ecx
movzbl -172(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -150(%rbp), %ecx
movzbl -172(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -174(%rbp)
movzbl -152(%rbp), %eax
movzbl -161(%rbp), %ecx
xorl %ecx, %eax
movzbl -174(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -175(%rbp)
movzbl -152(%rbp), %eax
movzbl -161(%rbp), %ecx
andl %ecx, %eax
movzbl -161(%rbp), %ecx
movzbl -174(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -152(%rbp), %ecx
movzbl -174(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -176(%rbp)
movzbl -154(%rbp), %eax
movzbl -163(%rbp), %ecx
xorl %ecx, %eax
movzbl -176(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -177(%rbp)
movzbl -154(%rbp), %eax
movzbl -163(%rbp), %ecx
andl %ecx, %eax
movzbl -163(%rbp), %ecx
movzbl -176(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -154(%rbp), %ecx
movzbl -176(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -178(%rbp)
movzbl -155(%rbp), %eax
movzbl -164(%rbp), %ecx
xorl %ecx, %eax
movzbl -178(%rbp), %ecx
xorl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -179(%rbp)
movzbl -155(%rbp), %eax
movzbl -164(%rbp), %ecx
andl %ecx, %eax
movzbl -164(%rbp), %ecx
movzbl -178(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
movzbl -155(%rbp), %ecx
movzbl -178(%rbp), %edx
andl %edx, %ecx
orl %ecx, %eax
## kill: def $al killed $al killed $eax
movb %al, -180(%rbp)
movzbl -162(%rbp), %ecx
andl $1, %ecx
shll $0, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -46(%rbp), %ecx
andl $1, %ecx
shll $1, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -43(%rbp), %ecx
andl $1, %ecx
shll $2, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -74(%rbp), %ecx
andl $1, %ecx
shll $3, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -47(%rbp), %ecx
andl $1, %ecx
shll $4, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -117(%rbp), %ecx
andl $1, %ecx
shll $5, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -140(%rbp), %ecx
andl $1, %ecx
shll $6, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -165(%rbp), %ecx
andl $1, %ecx
shll $7, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -167(%rbp), %ecx
andl $1, %ecx
shll $8, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -169(%rbp), %ecx
andl $1, %ecx
shll $9, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -171(%rbp), %ecx
andl $1, %ecx
shll $10, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -173(%rbp), %ecx
andl $1, %ecx
shll $11, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -175(%rbp), %ecx
andl $1, %ecx
shll $12, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -177(%rbp), %ecx
andl $1, %ecx
shll $13, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -179(%rbp), %ecx
andl $1, %ecx
shll $14, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzbl -180(%rbp), %ecx
andl $1, %ecx
shll $15, %ecx
movzwl -4(%rbp), %eax
orl %ecx, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -4(%rbp)
movzwl -4(%rbp), %eax
addq $52, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/1066816.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _statvfs ; -- Begin function statvfs
.p2align 2
_statvfs: ; @statvfs
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
str x1, [sp]
bl ___error
mov w8, #78
str w8, [x0]
mov w0, #-1
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _statvfs ## -- Begin function statvfs
.p2align 4, 0x90
_statvfs: ## @statvfs
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
callq ___error
movl $78, (%rax)
movl $4294967295, %eax ## imm = 0xFFFFFFFF
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/98575906.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal8,8byte_literals
.p2align 3 ; -- Begin function playgame
lCPI0_0:
.quad 0x3fb999999999999a ; double 0.10000000000000001
lCPI0_1:
.quad 0x412e848000000000 ; double 1.0E+6
.section __TEXT,__text,regular,pure_instructions
.globl _playgame
.p2align 2
_playgame: ; @playgame
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
bl _rand
mov w9, #9
sdiv w8, w0, w9
mul w8, w8, w9
subs w8, w0, w8
add w8, w8, #1
stur w8, [x29, #-8]
ldur w9, [x29, #-8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
bl _getchar
bl _clock
stur x0, [x29, #-16]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
bl _getchar
bl _clock
stur x0, [x29, #-24]
ldur x8, [x29, #-24]
ldur x9, [x29, #-16]
subs x8, x8, x9
ucvtf d0, x8
adrp x8, lCPI0_1@PAGE
ldr d1, [x8, lCPI0_1@PAGEOFF]
fdiv d0, d0, d1
str d0, [sp, #32]
ldr d0, [sp, #32]
mov x8, sp
str d0, [x8]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldr d0, [sp, #32]
ldur s2, [x29, #-8]
; implicit-def: $d1
fmov s1, s2
sshll.2d v1, v1, #0
; kill: def $d1 killed $d1 killed $q1
scvtf d1, d1
fcmp d0, d1
cset w8, le
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
ldr d0, [sp, #32]
ldur s2, [x29, #-8]
; implicit-def: $d1
fmov s1, s2
sshll.2d v1, v1, #0
; kill: def $d1 killed $d1 killed $q1
scvtf d1, d1
fsub d0, d0, d1
str d0, [sp, #16] ; 8-byte Folded Spill
b LBB0_3
LBB0_2:
ldur s1, [x29, #-8]
; implicit-def: $d0
fmov s0, s1
sshll.2d v0, v0, #0
; kill: def $d0 killed $d0 killed $q0
scvtf d0, d0
ldr d1, [sp, #32]
fsub d0, d0, d1
str d0, [sp, #16] ; 8-byte Folded Spill
b LBB0_3
LBB0_3:
ldr d0, [sp, #16] ; 8-byte Folded Reload
str d0, [sp, #24]
ldr d0, [sp, #24]
fcmp d0, #0.0
cset w8, ne
tbnz w8, #0, LBB0_5
b LBB0_4
LBB0_4:
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
b LBB0_9
LBB0_5:
ldr d0, [sp, #24]
adrp x8, lCPI0_0@PAGE
ldr d1, [x8, lCPI0_0@PAGEOFF]
fcmp d0, d1
cset w8, hi
tbnz w8, #0, LBB0_7
b LBB0_6
LBB0_6:
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
b LBB0_8
LBB0_7:
ldr d0, [sp, #24]
mov x8, sp
str d0, [x8]
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
b LBB0_8
LBB0_8:
b LBB0_9
LBB0_9:
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #80
ret
.cfi_endproc
; -- End function
.globl _playagain ; -- Begin function playagain
.p2align 2
_playagain: ; @playagain
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x0, l_.str.6@PAGE
add x0, x0, l_.str.6@PAGEOFF
bl _printf
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
bl _getchar
sturb w0, [x29, #-5]
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldursb w0, [x29, #-5]
bl _isalpha
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB1_1
b LBB1_3
LBB1_3:
bl _getchar
ldursb w8, [x29, #-5]
subs w8, w8, #121
cset w8, eq
tbnz w8, #0, LBB1_5
b LBB1_4
LBB1_4:
ldursb w8, [x29, #-5]
subs w8, w8, #89
cset w8, ne
tbnz w8, #0, LBB1_6
b LBB1_5
LBB1_5:
mov w8, #1
stur w8, [x29, #-4]
b LBB1_7
LBB1_6:
stur wzr, [x29, #-4]
b LBB1_7
LBB1_7:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
adrp x0, l_.str.7@PAGE
add x0, x0, l_.str.7@PAGEOFF
bl _puts
mov x0, #0
bl _time
; kill: def $w0 killed $w0 killed $x0
bl _srand
b LBB2_1
LBB2_1: ; =>This Inner Loop Header: Depth=1
bl _playgame
b LBB2_2
LBB2_2: ; in Loop: Header=BB2_1 Depth=1
bl _playagain
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB2_1
b LBB2_3
LBB2_3:
mov w0, #0
bl _exit
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "\nYour goal this time is %d seconds exactly\nPress ENTER when ready to start the timer...\n"
l_.str.1: ; @.str.1
.asciz "Press ENTER to stop the timer\n"
l_.str.2: ; @.str.2
.asciz "%.2f seconds.\n"
l_.str.3: ; @.str.3
.asciz "UNBELIEVABLE! Are you sure you're not a computer?\n"
l_.str.4: ; @.str.4
.asciz "Close enough. You get a win for that one!\n"
l_.str.5: ; @.str.5
.asciz "Oh, %.2f away. Not close enough.\n"
l_.str.6: ; @.str.6
.asciz "\nThat was fun. Would you like to play again? (y\\n) "
l_.str.7: ; @.str.7
.asciz "Reflex\n------\n\nHow's your reflexes? In this game see how accurately you can tell how\nmuch time has elapsed. The computer will give you a number of seconds.\nWhen you are ready press ENTER to start the timer, then press ENTER\nagain when you think the given amount of time has elapsed.\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function playgame
LCPI0_0:
.quad 0x412e848000000000 ## double 1.0E+6
LCPI0_3:
.quad 0x3fb999999999999a ## double 0.10000000000000001
.section __TEXT,__literal16,16byte_literals
.p2align 4
LCPI0_1:
.long 1127219200 ## 0x43300000
.long 1160773632 ## 0x45300000
.long 0 ## 0x0
.long 0 ## 0x0
LCPI0_2:
.quad 0x4330000000000000 ## double 4503599627370496
.quad 0x4530000000000000 ## double 1.9342813113834067E+25
.section __TEXT,__text,regular,pure_instructions
.globl _playgame
.p2align 4, 0x90
_playgame: ## @playgame
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $64, %rsp
callq _rand
movl %eax, %ecx
movslq %ecx, %rax
imulq $954437177, %rax, %rdx ## imm = 0x38E38E39
movq %rdx, %rax
shrq $63, %rax
## kill: def $eax killed $eax killed $rax
sarq $33, %rdx
## kill: def $edx killed $edx killed $rdx
addl %eax, %edx
## implicit-def: $rax
movl %edx, %eax
leal (%rax,%rax,8), %edx
## implicit-def: $rax
movl %ecx, %eax
negl %edx
## implicit-def: $rcx
movl %edx, %ecx
leal 1(%rax,%rcx), %eax
movl %eax, -8(%rbp)
movl -8(%rbp), %esi
leaq L_.str(%rip), %rdi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movb %al, -41(%rbp) ## 1-byte Spill
callq _printf
callq _getchar
callq _clock
movq %rax, %rcx
movb -41(%rbp), %al ## 1-byte Reload
movq %rcx, -16(%rbp)
leaq L_.str.1(%rip), %rdi
callq _printf
callq _getchar
callq _clock
movq %rax, -24(%rbp)
movq -24(%rbp), %rax
movq -16(%rbp), %rcx
subq %rcx, %rax
movq %rax, %xmm0
movaps LCPI0_1(%rip), %xmm1 ## xmm1 = [1127219200,1160773632,0,0]
punpckldq %xmm1, %xmm0 ## xmm0 = xmm0[0],xmm1[0],xmm0[1],xmm1[1]
movapd LCPI0_2(%rip), %xmm1 ## xmm1 = [4.503599627370496E+15,1.9342813113834067E+25]
subpd %xmm1, %xmm0
movaps %xmm0, %xmm1
unpckhpd %xmm0, %xmm0 ## xmm0 = xmm0[1,1]
addsd %xmm1, %xmm0
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
divsd %xmm1, %xmm0
movsd %xmm0, -32(%rbp)
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
leaq L_.str.2(%rip), %rdi
movb $1, %al
callq _printf
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
cvtsi2sdl -8(%rbp), %xmm1
ucomisd %xmm1, %xmm0
jbe LBB0_2
## %bb.1:
movsd -32(%rbp), %xmm0 ## xmm0 = mem[0],zero
cvtsi2sdl -8(%rbp), %xmm1
subsd %xmm1, %xmm0
movsd %xmm0, -56(%rbp) ## 8-byte Spill
jmp LBB0_3
LBB0_2:
cvtsi2sdl -8(%rbp), %xmm0
subsd -32(%rbp), %xmm0
movsd %xmm0, -56(%rbp) ## 8-byte Spill
LBB0_3:
movsd -56(%rbp), %xmm0 ## 8-byte Reload
## xmm0 = mem[0],zero
movsd %xmm0, -40(%rbp)
movsd -40(%rbp), %xmm0 ## xmm0 = mem[0],zero
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne LBB0_5
jp LBB0_5
## %bb.4:
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_9
LBB0_5:
movsd LCPI0_3(%rip), %xmm0 ## xmm0 = mem[0],zero
ucomisd -40(%rbp), %xmm0
jb LBB0_7
## %bb.6:
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB0_8
LBB0_7:
movsd -40(%rbp), %xmm0 ## xmm0 = mem[0],zero
leaq L_.str.5(%rip), %rdi
movb $1, %al
callq _printf
LBB0_8:
jmp LBB0_9
LBB0_9:
addq $64, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _playagain ## -- Begin function playagain
.p2align 4, 0x90
_playagain: ## @playagain
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
leaq L_.str.6(%rip), %rdi
movb $0, %al
callq _printf
LBB1_1: ## =>This Inner Loop Header: Depth=1
callq _getchar
## kill: def $al killed $al killed $eax
movb %al, -5(%rbp)
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
movsbl -5(%rbp), %edi
callq _isalpha
cmpl $0, %eax
setne %al
xorb $-1, %al
testb $1, %al
jne LBB1_1
## %bb.3:
callq _getchar
movsbl -5(%rbp), %eax
cmpl $121, %eax
je LBB1_5
## %bb.4:
movsbl -5(%rbp), %eax
cmpl $89, %eax
jne LBB1_6
LBB1_5:
movl $1, -4(%rbp)
jmp LBB1_7
LBB1_6:
movl $0, -4(%rbp)
LBB1_7:
movl -4(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
leaq L_.str.7(%rip), %rdi
callq _puts
xorl %eax, %eax
movl %eax, %edi
callq _time
movl %eax, %edi
callq _srand
LBB2_1: ## =>This Inner Loop Header: Depth=1
callq _playgame
## %bb.2: ## in Loop: Header=BB2_1 Depth=1
callq _playagain
cmpl $0, %eax
jne LBB2_1
## %bb.3:
xorl %edi, %edi
callq _exit
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "\nYour goal this time is %d seconds exactly\nPress ENTER when ready to start the timer...\n"
L_.str.1: ## @.str.1
.asciz "Press ENTER to stop the timer\n"
L_.str.2: ## @.str.2
.asciz "%.2f seconds.\n"
L_.str.3: ## @.str.3
.asciz "UNBELIEVABLE! Are you sure you're not a computer?\n"
L_.str.4: ## @.str.4
.asciz "Close enough. You get a win for that one!\n"
L_.str.5: ## @.str.5
.asciz "Oh, %.2f away. Not close enough.\n"
L_.str.6: ## @.str.6
.asciz "\nThat was fun. Would you like to play again? (y\\n) "
L_.str.7: ## @.str.7
.asciz "Reflex\n------\n\nHow's your reflexes? In this game see how accurately you can tell how\nmuch time has elapsed. The computer will give you a number of seconds.\nWhen you are ready press ENTER to start the timer, then press ENTER\nagain when you think the given amount of time has elapsed.\n"
.subsections_via_symbols
| the_stack_data/176706779.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _count_bytes ; -- Begin function count_bytes
.p2align 2
_count_bytes: ; @count_bytes
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
str w0, [sp, #28]
str x1, [sp, #16]
ldr x8, [sp, #16]
str x8, [sp, #8]
str wzr, [sp, #4]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #4]
ldr x9, [sp, #8]
strb w8, [x9]
ldr w8, [sp, #4]
ldr w9, [sp, #28]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2:
b LBB0_5
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #4]
add w8, w8, #1
str w8, [sp, #4]
ldr x8, [sp, #8]
add x8, x8, #1
str x8, [sp, #8]
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_1 Depth=1
mov w8, #1
tbnz w8, #0, LBB0_1
b LBB0_5
LBB0_5:
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _uint16_byte_order ; -- Begin function uint16_byte_order
.p2align 2
_uint16_byte_order: ; @uint16_byte_order
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w0, #1
sub x1, x29, #2
bl _count_bytes
ldurh w0, [x29, #-2]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _uint32_byte_order ; -- Begin function uint32_byte_order
.p2align 2
_uint32_byte_order: ; @uint32_byte_order
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w0, #3
sub x1, x29, #4
bl _count_bytes
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _uint64_byte_order ; -- Begin function uint64_byte_order
.p2align 2
_uint64_byte_order: ; @uint64_byte_order
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
mov w0, #7
add x1, sp, #16
bl _count_bytes
ldr x8, [sp, #16]
str x8, [sp, #8] ; 8-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB3_2
b LBB3_1
LBB3_1:
bl ___stack_chk_fail
LBB3_2:
ldr x0, [sp, #8] ; 8-byte Folded Reload
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _uint16_from_little_endian ; -- Begin function uint16_from_little_endian
.p2align 2
_uint16_from_little_endian: ; @uint16_from_little_endian
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #16]
bl _uint16_byte_order
strh w0, [sp, #14]
ldrh w8, [sp, #14]
subs w8, w8, #256
cset w8, ne
tbnz w8, #0, LBB4_2
b LBB4_1
LBB4_1:
ldr x8, [sp, #16]
ldrh w8, [x8]
sturh w8, [x29, #-2]
b LBB4_8
LBB4_2:
strb wzr, [sp, #11]
b LBB4_3
LBB4_3: ; =>This Inner Loop Header: Depth=1
ldrb w8, [sp, #14]
strb w8, [sp, #10]
ldr x8, [sp, #16]
ldrb w9, [sp, #11]
; kill: def $x9 killed $w9
add x8, x8, x9
ldrb w8, [x8]
ldrb w9, [sp, #10]
mov x10, x9
add x9, sp, #12
add x9, x9, x10
strb w8, [x9]
ldrb w8, [sp, #11]
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB4_5
b LBB4_4
LBB4_4:
b LBB4_7
LBB4_5: ; in Loop: Header=BB4_3 Depth=1
ldrh w8, [sp, #14]
asr w8, w8, #8
strh w8, [sp, #14]
ldrb w8, [sp, #11]
add w8, w8, #1
strb w8, [sp, #11]
b LBB4_6
LBB4_6: ; in Loop: Header=BB4_3 Depth=1
mov w8, #1
tbnz w8, #0, LBB4_3
b LBB4_7
LBB4_7:
ldrh w8, [sp, #12]
sturh w8, [x29, #-2]
b LBB4_8
LBB4_8:
ldurh w0, [x29, #-2]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _uint32_from_little_endian ; -- Begin function uint32_from_little_endian
.p2align 2
_uint32_from_little_endian: ; @uint32_from_little_endian
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #16]
bl _uint32_byte_order
str w0, [sp, #12]
ldr w8, [sp, #12]
mov w9, #256
movk w9, #770, lsl #16
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB5_2
b LBB5_1
LBB5_1:
ldr x8, [sp, #16]
ldr w8, [x8]
stur w8, [x29, #-4]
b LBB5_8
LBB5_2:
strb wzr, [sp, #7]
b LBB5_3
LBB5_3: ; =>This Inner Loop Header: Depth=1
ldrb w8, [sp, #12]
strb w8, [sp, #6]
ldr x8, [sp, #16]
ldrb w9, [sp, #7]
; kill: def $x9 killed $w9
add x8, x8, x9
ldrb w8, [x8]
ldrb w9, [sp, #6]
mov x10, x9
add x9, sp, #8
add x9, x9, x10
strb w8, [x9]
ldrb w8, [sp, #7]
subs w8, w8, #3
cset w8, ne
tbnz w8, #0, LBB5_5
b LBB5_4
LBB5_4:
b LBB5_7
LBB5_5: ; in Loop: Header=BB5_3 Depth=1
ldr w8, [sp, #12]
lsr w8, w8, #8
str w8, [sp, #12]
ldrb w8, [sp, #7]
add w8, w8, #1
strb w8, [sp, #7]
b LBB5_6
LBB5_6: ; in Loop: Header=BB5_3 Depth=1
mov w8, #1
tbnz w8, #0, LBB5_3
b LBB5_7
LBB5_7:
ldr w8, [sp, #8]
stur w8, [x29, #-4]
b LBB5_8
LBB5_8:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _uint64_from_little_endian ; -- Begin function uint64_from_little_endian
.p2align 2
_uint64_from_little_endian: ; @uint64_from_little_endian
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str x0, [sp, #32]
bl _uint64_byte_order
str x0, [sp, #24]
ldr x8, [sp, #24]
mov x9, #256
movk x9, #770, lsl #16
movk x9, #1284, lsl #32
movk x9, #1798, lsl #48
subs x8, x8, x9
cset w8, ne
tbnz w8, #0, LBB6_2
b LBB6_1
LBB6_1:
ldr x8, [sp, #32]
ldr x8, [x8]
stur x8, [x29, #-24]
b LBB6_8
LBB6_2:
strb wzr, [sp, #23]
b LBB6_3
LBB6_3: ; =>This Inner Loop Header: Depth=1
ldrb w8, [sp, #24]
; kill: def $x8 killed $w8
; kill: def $w8 killed $w8 killed $x8
strb w8, [sp, #22]
ldr x8, [sp, #32]
ldrb w9, [sp, #23]
; kill: def $x9 killed $w9
add x8, x8, x9
ldrb w8, [x8]
ldrb w9, [sp, #22]
mov x10, x9
sub x9, x29, #16
add x9, x9, x10
strb w8, [x9]
ldrb w8, [sp, #23]
subs w8, w8, #7
cset w8, ne
tbnz w8, #0, LBB6_5
b LBB6_4
LBB6_4:
b LBB6_7
LBB6_5: ; in Loop: Header=BB6_3 Depth=1
ldr x8, [sp, #24]
lsr x8, x8, #8
str x8, [sp, #24]
ldrb w8, [sp, #23]
add w8, w8, #1
strb w8, [sp, #23]
b LBB6_6
LBB6_6: ; in Loop: Header=BB6_3 Depth=1
mov w8, #1
tbnz w8, #0, LBB6_3
b LBB6_7
LBB6_7:
ldur x8, [x29, #-16]
stur x8, [x29, #-24]
b LBB6_8
LBB6_8:
ldur x8, [x29, #-24]
str x8, [sp, #8] ; 8-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB6_10
b LBB6_9
LBB6_9:
bl ___stack_chk_fail
LBB6_10:
ldr x0, [sp, #8] ; 8-byte Folded Reload
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #80
ret
.cfi_endproc
; -- End function
.globl _uint16_from_big_endian ; -- Begin function uint16_from_big_endian
.p2align 2
_uint16_from_big_endian: ; @uint16_from_big_endian
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #16]
bl _uint16_byte_order
strh w0, [sp, #14]
ldrh w8, [sp, #14]
; kill: def $x8 killed $w8
mov x9, #1543
movk x9, #1029, lsl #16
movk x9, #515, lsl #32
movk x9, #1, lsl #48
subs x8, x8, x9
cset w8, ne
tbnz w8, #0, LBB7_2
b LBB7_1
LBB7_1:
ldr x8, [sp, #16]
ldr x8, [x8]
; kill: def $w8 killed $w8 killed $x8
sturh w8, [x29, #-2]
b LBB7_8
LBB7_2:
mov w8, #1
strb w8, [sp, #11]
b LBB7_3
LBB7_3: ; =>This Inner Loop Header: Depth=1
ldrb w8, [sp, #14]
strb w8, [sp, #10]
ldr x8, [sp, #16]
ldrb w9, [sp, #11]
; kill: def $x9 killed $w9
add x8, x8, x9
ldrb w8, [x8]
ldrb w9, [sp, #10]
mov x10, x9
add x9, sp, #12
add x9, x9, x10
strb w8, [x9]
ldrb w8, [sp, #11]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB7_5
b LBB7_4
LBB7_4:
b LBB7_7
LBB7_5: ; in Loop: Header=BB7_3 Depth=1
ldrh w8, [sp, #14]
asr w8, w8, #8
strh w8, [sp, #14]
ldrb w9, [sp, #11]
mov w8, #-1
add w8, w8, w9, uxtb
strb w8, [sp, #11]
b LBB7_6
LBB7_6: ; in Loop: Header=BB7_3 Depth=1
mov w8, #1
tbnz w8, #0, LBB7_3
b LBB7_7
LBB7_7:
ldrh w8, [sp, #12]
sturh w8, [x29, #-2]
b LBB7_8
LBB7_8:
ldurh w0, [x29, #-2]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _uint32_from_big_endian ; -- Begin function uint32_from_big_endian
.p2align 2
_uint32_from_big_endian: ; @uint32_from_big_endian
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #16]
bl _uint32_byte_order
str w0, [sp, #12]
ldr w8, [sp, #12]
mov w9, #515
movk w9, #1, lsl #16
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB8_2
b LBB8_1
LBB8_1:
ldr x8, [sp, #16]
ldr w8, [x8]
stur w8, [x29, #-4]
b LBB8_8
LBB8_2:
mov w8, #3
strb w8, [sp, #7]
b LBB8_3
LBB8_3: ; =>This Inner Loop Header: Depth=1
ldrb w8, [sp, #12]
strb w8, [sp, #6]
ldr x8, [sp, #16]
ldrb w9, [sp, #7]
; kill: def $x9 killed $w9
add x8, x8, x9
ldrb w8, [x8]
ldrb w9, [sp, #6]
mov x10, x9
add x9, sp, #8
add x9, x9, x10
strb w8, [x9]
ldrb w8, [sp, #7]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB8_5
b LBB8_4
LBB8_4:
b LBB8_7
LBB8_5: ; in Loop: Header=BB8_3 Depth=1
ldr w8, [sp, #12]
lsr w8, w8, #8
str w8, [sp, #12]
ldrb w9, [sp, #7]
mov w8, #-1
add w8, w8, w9, uxtb
strb w8, [sp, #7]
b LBB8_6
LBB8_6: ; in Loop: Header=BB8_3 Depth=1
mov w8, #1
tbnz w8, #0, LBB8_3
b LBB8_7
LBB8_7:
ldr w8, [sp, #8]
stur w8, [x29, #-4]
b LBB8_8
LBB8_8:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _uint64_from_big_endian ; -- Begin function uint64_from_big_endian
.p2align 2
_uint64_from_big_endian: ; @uint64_from_big_endian
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str x0, [sp, #32]
bl _uint64_byte_order
str x0, [sp, #24]
ldr x8, [sp, #24]
subs x8, x8, #1
cset w8, ne
tbnz w8, #0, LBB9_2
b LBB9_1
LBB9_1:
ldr x8, [sp, #32]
ldrh w8, [x8]
; kill: def $x8 killed $w8
stur x8, [x29, #-24]
b LBB9_8
LBB9_2:
mov w8, #7
strb w8, [sp, #23]
b LBB9_3
LBB9_3: ; =>This Inner Loop Header: Depth=1
ldrb w8, [sp, #24]
; kill: def $x8 killed $w8
; kill: def $w8 killed $w8 killed $x8
strb w8, [sp, #22]
ldr x8, [sp, #32]
ldrb w9, [sp, #23]
; kill: def $x9 killed $w9
add x8, x8, x9
ldrb w8, [x8]
ldrb w9, [sp, #22]
mov x10, x9
sub x9, x29, #16
add x9, x9, x10
strb w8, [x9]
ldrb w8, [sp, #23]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB9_5
b LBB9_4
LBB9_4:
b LBB9_7
LBB9_5: ; in Loop: Header=BB9_3 Depth=1
ldr x8, [sp, #24]
lsr x8, x8, #8
str x8, [sp, #24]
ldrb w9, [sp, #23]
mov w8, #-1
add w8, w8, w9, uxtb
strb w8, [sp, #23]
b LBB9_6
LBB9_6: ; in Loop: Header=BB9_3 Depth=1
mov w8, #1
tbnz w8, #0, LBB9_3
b LBB9_7
LBB9_7:
ldur x8, [x29, #-16]
stur x8, [x29, #-24]
b LBB9_8
LBB9_8:
ldur x8, [x29, #-24]
str x8, [sp, #8] ; 8-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB9_10
b LBB9_9
LBB9_9:
bl ___stack_chk_fail
LBB9_10:
ldr x0, [sp, #8] ; 8-byte Folded Reload
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #80
ret
.cfi_endproc
; -- End function
.section __TEXT,__const
.globl _bits_in_byte ; @bits_in_byte
_bits_in_byte:
.byte 8 ; 0x8
.globl _uint16_bytes ; @uint16_bytes
_uint16_bytes:
.byte 2 ; 0x2
.globl _uint32_bytes ; @uint32_bytes
_uint32_bytes:
.byte 4 ; 0x4
.globl _uint64_bytes ; @uint64_bytes
_uint64_bytes:
.byte 8 ; 0x8
.globl _uint16_one ; @uint16_one
.p2align 1
_uint16_one:
.short 1 ; 0x1
.globl _uint32_one ; @uint32_one
.p2align 2
_uint32_one:
.long 1 ; 0x1
.globl _uint64_one ; @uint64_one
.p2align 3
_uint64_one:
.quad 1 ; 0x1
.globl _uint16_byte_mask ; @uint16_byte_mask
.p2align 1
_uint16_byte_mask:
.short 255 ; 0xff
.globl _uint32_byte_mask ; @uint32_byte_mask
.p2align 2
_uint32_byte_mask:
.long 255 ; 0xff
.globl _uint64_byte_mask ; @uint64_byte_mask
.p2align 3
_uint64_byte_mask:
.quad 255 ; 0xff
.section __DATA,__const
.globl _Endian ; @Endian
.p2align 3
_Endian:
.byte 8 ; 0x8
.byte 2 ; 0x2
.byte 4 ; 0x4
.byte 8 ; 0x8
.short 255 ; 0xff
.space 2
.long 255 ; 0xff
.space 4
.quad 255 ; 0xff
.quad _uint16_byte_order
.quad _uint32_byte_order
.quad _uint64_byte_order
.quad _uint16_from_little_endian
.quad _uint32_from_little_endian
.quad _uint64_from_little_endian
.quad _uint16_from_big_endian
.quad _uint32_from_big_endian
.quad _uint64_from_big_endian
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _count_bytes ## -- Begin function count_bytes
.p2align 4, 0x90
_count_bytes: ## @count_bytes
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movq %rsi, -16(%rbp)
movq -16(%rbp), %rax
movq %rax, -24(%rbp)
movl $0, -28(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -28(%rbp), %eax
movb %al, %cl
movq -24(%rbp), %rax
movb %cl, (%rax)
movl -28(%rbp), %eax
cmpl -4(%rbp), %eax
jne LBB0_3
## %bb.2:
jmp LBB0_5
LBB0_3: ## in Loop: Header=BB0_1 Depth=1
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
movq -24(%rbp), %rax
addq $1, %rax
movq %rax, -24(%rbp)
## %bb.4: ## in Loop: Header=BB0_1 Depth=1
movb $1, %al
testb $1, %al
jne LBB0_1
jmp LBB0_5
LBB0_5:
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _uint16_byte_order ## -- Begin function uint16_byte_order
.p2align 4, 0x90
_uint16_byte_order: ## @uint16_byte_order
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
leaq -2(%rbp), %rsi
movl $1, %edi
callq _count_bytes
movzwl -2(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _uint32_byte_order ## -- Begin function uint32_byte_order
.p2align 4, 0x90
_uint32_byte_order: ## @uint32_byte_order
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
leaq -4(%rbp), %rsi
movl $3, %edi
callq _count_bytes
movl -4(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _uint64_byte_order ## -- Begin function uint64_byte_order
.p2align 4, 0x90
_uint64_byte_order: ## @uint64_byte_order
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
leaq -16(%rbp), %rsi
movl $7, %edi
callq _count_bytes
movq -16(%rbp), %rax
movq %rax, -24(%rbp) ## 8-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB3_2
## %bb.1:
movq -24(%rbp), %rax ## 8-byte Reload
addq $32, %rsp
popq %rbp
retq
LBB3_2:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _uint16_from_little_endian ## -- Begin function uint16_from_little_endian
.p2align 4, 0x90
_uint16_from_little_endian: ## @uint16_from_little_endian
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -16(%rbp)
callq _uint16_byte_order
movw %ax, -18(%rbp)
movzwl -18(%rbp), %eax
cmpl $256, %eax ## imm = 0x100
jne LBB4_2
## %bb.1:
movq -16(%rbp), %rax
movw (%rax), %ax
movw %ax, -2(%rbp)
jmp LBB4_8
LBB4_2:
movb $0, -21(%rbp)
LBB4_3: ## =>This Inner Loop Header: Depth=1
movzwl -18(%rbp), %eax
andl $255, %eax
## kill: def $al killed $al killed $eax
movb %al, -22(%rbp)
movq -16(%rbp), %rax
movzbl -21(%rbp), %ecx
## kill: def $rcx killed $ecx
movb (%rax,%rcx), %cl
movzbl -22(%rbp), %eax
## kill: def $rax killed $eax
movb %cl, -20(%rbp,%rax)
movzbl -21(%rbp), %eax
cmpl $1, %eax
jne LBB4_5
## %bb.4:
jmp LBB4_7
LBB4_5: ## in Loop: Header=BB4_3 Depth=1
movzwl -18(%rbp), %eax
sarl $8, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -18(%rbp)
movb -21(%rbp), %al
addb $1, %al
movb %al, -21(%rbp)
## %bb.6: ## in Loop: Header=BB4_3 Depth=1
movb $1, %al
testb $1, %al
jne LBB4_3
jmp LBB4_7
LBB4_7:
movw -20(%rbp), %ax
movw %ax, -2(%rbp)
LBB4_8:
movzwl -2(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _uint32_from_little_endian ## -- Begin function uint32_from_little_endian
.p2align 4, 0x90
_uint32_from_little_endian: ## @uint32_from_little_endian
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -16(%rbp)
callq _uint32_byte_order
movl %eax, -20(%rbp)
cmpl $50462976, -20(%rbp) ## imm = 0x3020100
jne LBB5_2
## %bb.1:
movq -16(%rbp), %rax
movl (%rax), %eax
movl %eax, -4(%rbp)
jmp LBB5_8
LBB5_2:
movb $0, -25(%rbp)
LBB5_3: ## =>This Inner Loop Header: Depth=1
movl -20(%rbp), %eax
andl $255, %eax
## kill: def $al killed $al killed $eax
movb %al, -26(%rbp)
movq -16(%rbp), %rax
movzbl -25(%rbp), %ecx
## kill: def $rcx killed $ecx
movb (%rax,%rcx), %cl
movzbl -26(%rbp), %eax
## kill: def $rax killed $eax
movb %cl, -24(%rbp,%rax)
movzbl -25(%rbp), %eax
cmpl $3, %eax
jne LBB5_5
## %bb.4:
jmp LBB5_7
LBB5_5: ## in Loop: Header=BB5_3 Depth=1
movl -20(%rbp), %eax
shrl $8, %eax
movl %eax, -20(%rbp)
movb -25(%rbp), %al
addb $1, %al
movb %al, -25(%rbp)
## %bb.6: ## in Loop: Header=BB5_3 Depth=1
movb $1, %al
testb $1, %al
jne LBB5_3
jmp LBB5_7
LBB5_7:
movl -24(%rbp), %eax
movl %eax, -4(%rbp)
LBB5_8:
movl -4(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _uint64_from_little_endian ## -- Begin function uint64_from_little_endian
.p2align 4, 0x90
_uint64_from_little_endian: ## @uint64_from_little_endian
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $64, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -32(%rbp)
callq _uint64_byte_order
movq %rax, -40(%rbp)
movabsq $506097522914230528, %rax ## imm = 0x706050403020100
cmpq %rax, -40(%rbp)
jne LBB6_2
## %bb.1:
movq -32(%rbp), %rax
movq (%rax), %rax
movq %rax, -24(%rbp)
jmp LBB6_8
LBB6_2:
movb $0, -41(%rbp)
LBB6_3: ## =>This Inner Loop Header: Depth=1
movq -40(%rbp), %rax
andq $255, %rax
## kill: def $al killed $al killed $rax
movb %al, -42(%rbp)
movq -32(%rbp), %rax
movzbl -41(%rbp), %ecx
## kill: def $rcx killed $ecx
movb (%rax,%rcx), %cl
movzbl -42(%rbp), %eax
## kill: def $rax killed $eax
movb %cl, -16(%rbp,%rax)
movzbl -41(%rbp), %eax
cmpl $7, %eax
jne LBB6_5
## %bb.4:
jmp LBB6_7
LBB6_5: ## in Loop: Header=BB6_3 Depth=1
movq -40(%rbp), %rax
shrq $8, %rax
movq %rax, -40(%rbp)
movb -41(%rbp), %al
addb $1, %al
movb %al, -41(%rbp)
## %bb.6: ## in Loop: Header=BB6_3 Depth=1
movb $1, %al
testb $1, %al
jne LBB6_3
jmp LBB6_7
LBB6_7:
movq -16(%rbp), %rax
movq %rax, -24(%rbp)
LBB6_8:
movq -24(%rbp), %rax
movq %rax, -56(%rbp) ## 8-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB6_10
## %bb.9:
movq -56(%rbp), %rax ## 8-byte Reload
addq $64, %rsp
popq %rbp
retq
LBB6_10:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _uint16_from_big_endian ## -- Begin function uint16_from_big_endian
.p2align 4, 0x90
_uint16_from_big_endian: ## @uint16_from_big_endian
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -16(%rbp)
callq _uint16_byte_order
movw %ax, -18(%rbp)
movzwl -18(%rbp), %eax
## kill: def $rax killed $eax
movabsq $283686952306183, %rcx ## imm = 0x1020304050607
cmpq %rcx, %rax
jne LBB7_2
## %bb.1:
movq -16(%rbp), %rax
movq (%rax), %rax
## kill: def $ax killed $ax killed $rax
movw %ax, -2(%rbp)
jmp LBB7_8
LBB7_2:
movb $1, -21(%rbp)
LBB7_3: ## =>This Inner Loop Header: Depth=1
movzwl -18(%rbp), %eax
andl $255, %eax
## kill: def $al killed $al killed $eax
movb %al, -22(%rbp)
movq -16(%rbp), %rax
movzbl -21(%rbp), %ecx
## kill: def $rcx killed $ecx
movb (%rax,%rcx), %cl
movzbl -22(%rbp), %eax
## kill: def $rax killed $eax
movb %cl, -20(%rbp,%rax)
movzbl -21(%rbp), %eax
cmpl $0, %eax
jne LBB7_5
## %bb.4:
jmp LBB7_7
LBB7_5: ## in Loop: Header=BB7_3 Depth=1
movzwl -18(%rbp), %eax
sarl $8, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -18(%rbp)
movb -21(%rbp), %al
addb $-1, %al
movb %al, -21(%rbp)
## %bb.6: ## in Loop: Header=BB7_3 Depth=1
movb $1, %al
testb $1, %al
jne LBB7_3
jmp LBB7_7
LBB7_7:
movw -20(%rbp), %ax
movw %ax, -2(%rbp)
LBB7_8:
movzwl -2(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _uint32_from_big_endian ## -- Begin function uint32_from_big_endian
.p2align 4, 0x90
_uint32_from_big_endian: ## @uint32_from_big_endian
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -16(%rbp)
callq _uint32_byte_order
movl %eax, -20(%rbp)
cmpl $66051, -20(%rbp) ## imm = 0x10203
jne LBB8_2
## %bb.1:
movq -16(%rbp), %rax
movl (%rax), %eax
movl %eax, -4(%rbp)
jmp LBB8_8
LBB8_2:
movb $3, -25(%rbp)
LBB8_3: ## =>This Inner Loop Header: Depth=1
movl -20(%rbp), %eax
andl $255, %eax
## kill: def $al killed $al killed $eax
movb %al, -26(%rbp)
movq -16(%rbp), %rax
movzbl -25(%rbp), %ecx
## kill: def $rcx killed $ecx
movb (%rax,%rcx), %cl
movzbl -26(%rbp), %eax
## kill: def $rax killed $eax
movb %cl, -24(%rbp,%rax)
movzbl -25(%rbp), %eax
cmpl $0, %eax
jne LBB8_5
## %bb.4:
jmp LBB8_7
LBB8_5: ## in Loop: Header=BB8_3 Depth=1
movl -20(%rbp), %eax
shrl $8, %eax
movl %eax, -20(%rbp)
movb -25(%rbp), %al
addb $-1, %al
movb %al, -25(%rbp)
## %bb.6: ## in Loop: Header=BB8_3 Depth=1
movb $1, %al
testb $1, %al
jne LBB8_3
jmp LBB8_7
LBB8_7:
movl -24(%rbp), %eax
movl %eax, -4(%rbp)
LBB8_8:
movl -4(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _uint64_from_big_endian ## -- Begin function uint64_from_big_endian
.p2align 4, 0x90
_uint64_from_big_endian: ## @uint64_from_big_endian
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $64, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -32(%rbp)
callq _uint64_byte_order
movq %rax, -40(%rbp)
cmpq $1, -40(%rbp)
jne LBB9_2
## %bb.1:
movq -32(%rbp), %rax
movzwl (%rax), %eax
## kill: def $rax killed $eax
movq %rax, -24(%rbp)
jmp LBB9_8
LBB9_2:
movb $7, -41(%rbp)
LBB9_3: ## =>This Inner Loop Header: Depth=1
movq -40(%rbp), %rax
andq $255, %rax
## kill: def $al killed $al killed $rax
movb %al, -42(%rbp)
movq -32(%rbp), %rax
movzbl -41(%rbp), %ecx
## kill: def $rcx killed $ecx
movb (%rax,%rcx), %cl
movzbl -42(%rbp), %eax
## kill: def $rax killed $eax
movb %cl, -16(%rbp,%rax)
movzbl -41(%rbp), %eax
cmpl $0, %eax
jne LBB9_5
## %bb.4:
jmp LBB9_7
LBB9_5: ## in Loop: Header=BB9_3 Depth=1
movq -40(%rbp), %rax
shrq $8, %rax
movq %rax, -40(%rbp)
movb -41(%rbp), %al
addb $-1, %al
movb %al, -41(%rbp)
## %bb.6: ## in Loop: Header=BB9_3 Depth=1
movb $1, %al
testb $1, %al
jne LBB9_3
jmp LBB9_7
LBB9_7:
movq -16(%rbp), %rax
movq %rax, -24(%rbp)
LBB9_8:
movq -24(%rbp), %rax
movq %rax, -56(%rbp) ## 8-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB9_10
## %bb.9:
movq -56(%rbp), %rax ## 8-byte Reload
addq $64, %rsp
popq %rbp
retq
LBB9_10:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__const
.globl _bits_in_byte ## @bits_in_byte
_bits_in_byte:
.byte 8 ## 0x8
.globl _uint16_bytes ## @uint16_bytes
_uint16_bytes:
.byte 2 ## 0x2
.globl _uint32_bytes ## @uint32_bytes
_uint32_bytes:
.byte 4 ## 0x4
.globl _uint64_bytes ## @uint64_bytes
_uint64_bytes:
.byte 8 ## 0x8
.globl _uint16_one ## @uint16_one
.p2align 1
_uint16_one:
.short 1 ## 0x1
.globl _uint32_one ## @uint32_one
.p2align 2
_uint32_one:
.long 1 ## 0x1
.globl _uint64_one ## @uint64_one
.p2align 3
_uint64_one:
.quad 1 ## 0x1
.globl _uint16_byte_mask ## @uint16_byte_mask
.p2align 1
_uint16_byte_mask:
.short 255 ## 0xff
.globl _uint32_byte_mask ## @uint32_byte_mask
.p2align 2
_uint32_byte_mask:
.long 255 ## 0xff
.globl _uint64_byte_mask ## @uint64_byte_mask
.p2align 3
_uint64_byte_mask:
.quad 255 ## 0xff
.section __DATA,__const
.globl _Endian ## @Endian
.p2align 3
_Endian:
.byte 8 ## 0x8
.byte 2 ## 0x2
.byte 4 ## 0x4
.byte 8 ## 0x8
.short 255 ## 0xff
.space 2
.long 255 ## 0xff
.space 4
.quad 255 ## 0xff
.quad _uint16_byte_order
.quad _uint32_byte_order
.quad _uint64_byte_order
.quad _uint16_from_little_endian
.quad _uint32_from_little_endian
.quad _uint64_from_little_endian
.quad _uint16_from_big_endian
.quad _uint32_from_big_endian
.quad _uint64_from_big_endian
.subsections_via_symbols
| the_stack_data/215767678.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _crc32 ; -- Begin function crc32
.p2align 2
_crc32: ; @crc32
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, #8]
str w1, [sp, #4]
str w2, [sp]
ldr w8, [sp]
mvn w8, w8
str w8, [sp]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #4]
subs w9, w8, #1
str w9, [sp, #4]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr w9, [sp]
ldr w8, [sp]
ldr x10, [sp, #8]
ldrb w10, [x10]
eor w8, w8, w10
and w10, w8, #0xff
adrp x8, _crc32_table@PAGE
add x8, x8, _crc32_table@PAGEOFF
ldr w8, [x8, w10, uxtw #2]
eor w8, w8, w9, lsr #8
str w8, [sp]
ldr x8, [sp, #8]
add x8, x8, #1
str x8, [sp, #8]
b LBB0_1
LBB0_3:
ldr w8, [sp]
mvn w0, w8
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.section __TEXT,__const
.p2align 2 ; @crc32_table
_crc32_table:
.long 0 ; 0x0
.long 1996959894 ; 0x77073096
.long 3993919788 ; 0xee0e612c
.long 2567524794 ; 0x990951ba
.long 124634137 ; 0x76dc419
.long 1886057615 ; 0x706af48f
.long 3915621685 ; 0xe963a535
.long 2657392035 ; 0x9e6495a3
.long 249268274 ; 0xedb8832
.long 2044508324 ; 0x79dcb8a4
.long 3772115230 ; 0xe0d5e91e
.long 2547177864 ; 0x97d2d988
.long 162941995 ; 0x9b64c2b
.long 2125561021 ; 0x7eb17cbd
.long 3887607047 ; 0xe7b82d07
.long 2428444049 ; 0x90bf1d91
.long 498536548 ; 0x1db71064
.long 1789927666 ; 0x6ab020f2
.long 4089016648 ; 0xf3b97148
.long 2227061214 ; 0x84be41de
.long 450548861 ; 0x1adad47d
.long 1843258603 ; 0x6ddde4eb
.long 4107580753 ; 0xf4d4b551
.long 2211677639 ; 0x83d385c7
.long 325883990 ; 0x136c9856
.long 1684777152 ; 0x646ba8c0
.long 4251122042 ; 0xfd62f97a
.long 2321926636 ; 0x8a65c9ec
.long 335633487 ; 0x14015c4f
.long 1661365465 ; 0x63066cd9
.long 4195302755 ; 0xfa0f3d63
.long 2366115317 ; 0x8d080df5
.long 997073096 ; 0x3b6e20c8
.long 1281953886 ; 0x4c69105e
.long 3579855332 ; 0xd56041e4
.long 2724688242 ; 0xa2677172
.long 1006888145 ; 0x3c03e4d1
.long 1258607687 ; 0x4b04d447
.long 3524101629 ; 0xd20d85fd
.long 2768942443 ; 0xa50ab56b
.long 901097722 ; 0x35b5a8fa
.long 1119000684 ; 0x42b2986c
.long 3686517206 ; 0xdbbbc9d6
.long 2898065728 ; 0xacbcf940
.long 853044451 ; 0x32d86ce3
.long 1172266101 ; 0x45df5c75
.long 3705015759 ; 0xdcd60dcf
.long 2882616665 ; 0xabd13d59
.long 651767980 ; 0x26d930ac
.long 1373503546 ; 0x51de003a
.long 3369554304 ; 0xc8d75180
.long 3218104598 ; 0xbfd06116
.long 565507253 ; 0x21b4f4b5
.long 1454621731 ; 0x56b3c423
.long 3485111705 ; 0xcfba9599
.long 3099436303 ; 0xb8bda50f
.long 671266974 ; 0x2802b89e
.long 1594198024 ; 0x5f058808
.long 3322730930 ; 0xc60cd9b2
.long 2970347812 ; 0xb10be924
.long 795835527 ; 0x2f6f7c87
.long 1483230225 ; 0x58684c11
.long 3244367275 ; 0xc1611dab
.long 3060149565 ; 0xb6662d3d
.long 1994146192 ; 0x76dc4190
.long 31158534 ; 0x1db7106
.long 2563907772 ; 0x98d220bc
.long 4023717930 ; 0xefd5102a
.long 1907459465 ; 0x71b18589
.long 112637215 ; 0x6b6b51f
.long 2680153253 ; 0x9fbfe4a5
.long 3904427059 ; 0xe8b8d433
.long 2013776290 ; 0x7807c9a2
.long 251722036 ; 0xf00f934
.long 2517215374 ; 0x9609a88e
.long 3775830040 ; 0xe10e9818
.long 2137656763 ; 0x7f6a0dbb
.long 141376813 ; 0x86d3d2d
.long 2439277719 ; 0x91646c97
.long 3865271297 ; 0xe6635c01
.long 1802195444 ; 0x6b6b51f4
.long 476864866 ; 0x1c6c6162
.long 2238001368 ; 0x856530d8
.long 4066508878 ; 0xf262004e
.long 1812370925 ; 0x6c0695ed
.long 453092731 ; 0x1b01a57b
.long 2181625025 ; 0x8208f4c1
.long 4111451223 ; 0xf50fc457
.long 1706088902 ; 0x65b0d9c6
.long 314042704 ; 0x12b7e950
.long 2344532202 ; 0x8bbeb8ea
.long 4240017532 ; 0xfcb9887c
.long 1658658271 ; 0x62dd1ddf
.long 366619977 ; 0x15da2d49
.long 2362670323 ; 0x8cd37cf3
.long 4224994405 ; 0xfbd44c65
.long 1303535960 ; 0x4db26158
.long 984961486 ; 0x3ab551ce
.long 2747007092 ; 0xa3bc0074
.long 3569037538 ; 0xd4bb30e2
.long 1256170817 ; 0x4adfa541
.long 1037604311 ; 0x3dd895d7
.long 2765210733 ; 0xa4d1c46d
.long 3554079995 ; 0xd3d6f4fb
.long 1131014506 ; 0x4369e96a
.long 879679996 ; 0x346ed9fc
.long 2909243462 ; 0xad678846
.long 3663771856 ; 0xda60b8d0
.long 1141124467 ; 0x44042d73
.long 855842277 ; 0x33031de5
.long 2852801631 ; 0xaa0a4c5f
.long 3708648649 ; 0xdd0d7cc9
.long 1342533948 ; 0x5005713c
.long 654459306 ; 0x270241aa
.long 3188396048 ; 0xbe0b1010
.long 3373015174 ; 0xc90c2086
.long 1466479909 ; 0x5768b525
.long 544179635 ; 0x206f85b3
.long 3110523913 ; 0xb966d409
.long 3462522015 ; 0xce61e49f
.long 1591671054 ; 0x5edef90e
.long 702138776 ; 0x29d9c998
.long 2966460450 ; 0xb0d09822
.long 3352799412 ; 0xc7d7a8b4
.long 1504918807 ; 0x59b33d17
.long 783551873 ; 0x2eb40d81
.long 3082640443 ; 0xb7bd5c3b
.long 3233442989 ; 0xc0ba6cad
.long 3988292384 ; 0xedb88320
.long 2596254646 ; 0x9abfb3b6
.long 62317068 ; 0x3b6e20c
.long 1957810842 ; 0x74b1d29a
.long 3939845945 ; 0xead54739
.long 2647816111 ; 0x9dd277af
.long 81470997 ; 0x4db2615
.long 1943803523 ; 0x73dc1683
.long 3814918930 ; 0xe3630b12
.long 2489596804 ; 0x94643b84
.long 225274430 ; 0xd6d6a3e
.long 2053790376 ; 0x7a6a5aa8
.long 3826175755 ; 0xe40ecf0b
.long 2466906013 ; 0x9309ff9d
.long 167816743 ; 0xa00ae27
.long 2097651377 ; 0x7d079eb1
.long 4027552580 ; 0xf00f9344
.long 2265490386 ; 0x8708a3d2
.long 503444072 ; 0x1e01f268
.long 1762050814 ; 0x6906c2fe
.long 4150417245 ; 0xf762575d
.long 2154129355 ; 0x806567cb
.long 426522225 ; 0x196c3671
.long 1852507879 ; 0x6e6b06e7
.long 4275313526 ; 0xfed41b76
.long 2312317920 ; 0x89d32be0
.long 282753626 ; 0x10da7a5a
.long 1742555852 ; 0x67dd4acc
.long 4189708143 ; 0xf9b9df6f
.long 2394877945 ; 0x8ebeeff9
.long 397917763 ; 0x17b7be43
.long 1622183637 ; 0x60b08ed5
.long 3604390888 ; 0xd6d6a3e8
.long 2714866558 ; 0xa1d1937e
.long 953729732 ; 0x38d8c2c4
.long 1340076626 ; 0x4fdff252
.long 3518719985 ; 0xd1bb67f1
.long 2797360999 ; 0xa6bc5767
.long 1068828381 ; 0x3fb506dd
.long 1219638859 ; 0x48b2364b
.long 3624741850 ; 0xd80d2bda
.long 2936675148 ; 0xaf0a1b4c
.long 906185462 ; 0x36034af6
.long 1090812512 ; 0x41047a60
.long 3747672003 ; 0xdf60efc3
.long 2825379669 ; 0xa867df55
.long 829329135 ; 0x316e8eef
.long 1181335161 ; 0x4669be79
.long 3412177804 ; 0xcb61b38c
.long 3160834842 ; 0xbc66831a
.long 628085408 ; 0x256fd2a0
.long 1382605366 ; 0x5268e236
.long 3423369109 ; 0xcc0c7795
.long 3138078467 ; 0xbb0b4703
.long 570562233 ; 0x220216b9
.long 1426400815 ; 0x5505262f
.long 3317316542 ; 0xc5ba3bbe
.long 2998733608 ; 0xb2bd0b28
.long 733239954 ; 0x2bb45a92
.long 1555261956 ; 0x5cb36a04
.long 3268935591 ; 0xc2d7ffa7
.long 3050360625 ; 0xb5d0cf31
.long 752459403 ; 0x2cd99e8b
.long 1541320221 ; 0x5bdeae1d
.long 2607071920 ; 0x9b64c2b0
.long 3965973030 ; 0xec63f226
.long 1969922972 ; 0x756aa39c
.long 40735498 ; 0x26d930a
.long 2617837225 ; 0x9c0906a9
.long 3943577151 ; 0xeb0e363f
.long 1913087877 ; 0x72076785
.long 83908371 ; 0x5005713
.long 2512341634 ; 0x95bf4a82
.long 3803740692 ; 0xe2b87a14
.long 2075208622 ; 0x7bb12bae
.long 213261112 ; 0xcb61b38
.long 2463272603 ; 0x92d28e9b
.long 3855990285 ; 0xe5d5be0d
.long 2094854071 ; 0x7cdcefb7
.long 198958881 ; 0xbdbdf21
.long 2262029012 ; 0x86d3d2d4
.long 4057260610 ; 0xf1d4e242
.long 1759359992 ; 0x68ddb3f8
.long 534414190 ; 0x1fda836e
.long 2176718541 ; 0x81be16cd
.long 4139329115 ; 0xf6b9265b
.long 1873836001 ; 0x6fb077e1
.long 414664567 ; 0x18b74777
.long 2282248934 ; 0x88085ae6
.long 4279200368 ; 0xff0f6a70
.long 1711684554 ; 0x66063bca
.long 285281116 ; 0x11010b5c
.long 2405801727 ; 0x8f659eff
.long 4167216745 ; 0xf862ae69
.long 1634467795 ; 0x616bffd3
.long 376229701 ; 0x166ccf45
.long 2685067896 ; 0xa00ae278
.long 3608007406 ; 0xd70dd2ee
.long 1308918612 ; 0x4e048354
.long 956543938 ; 0x3903b3c2
.long 2808555105 ; 0xa7672661
.long 3495958263 ; 0xd06016f7
.long 1231636301 ; 0x4969474d
.long 1047427035 ; 0x3e6e77db
.long 2932959818 ; 0xaed16a4a
.long 3654703836 ; 0xd9d65adc
.long 1088359270 ; 0x40df0b66
.long 936918000 ; 0x37d83bf0
.long 2847714899 ; 0xa9bcae53
.long 3736837829 ; 0xdebb9ec5
.long 1202900863 ; 0x47b2cf7f
.long 817233897 ; 0x30b5ffe9
.long 3183342108 ; 0xbdbdf21c
.long 3401237130 ; 0xcabac28a
.long 1404277552 ; 0x53b39330
.long 615818150 ; 0x24b4a3a6
.long 3134207493 ; 0xbad03605
.long 3453421203 ; 0xcdd70693
.long 1423857449 ; 0x54de5729
.long 601450431 ; 0x23d967bf
.long 3009837614 ; 0xb3667a2e
.long 3294710456 ; 0xc4614ab8
.long 1567103746 ; 0x5d681b02
.long 711928724 ; 0x2a6f2b94
.long 3020668471 ; 0xb40bbe37
.long 3272380065 ; 0xc30c8ea1
.long 1510334235 ; 0x5a05df1b
.long 755167117 ; 0x2d02ef8d
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _crc32 ## -- Begin function crc32
.p2align 4, 0x90
_crc32: ## @crc32
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movl %edx, -16(%rbp)
movl -16(%rbp), %eax
xorl $-1, %eax
movl %eax, -16(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -12(%rbp), %eax
movl %eax, %ecx
addl $-1, %ecx
movl %ecx, -12(%rbp)
cmpl $0, %eax
je LBB0_3
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl -16(%rbp), %eax
shrl $8, %eax
movl -16(%rbp), %ecx
movq -8(%rbp), %rdx
movzbl (%rdx), %edx
xorl %edx, %ecx
andl $255, %ecx
movl %ecx, %ecx
movl %ecx, %edx
leaq _crc32_table(%rip), %rcx
xorl (%rcx,%rdx,4), %eax
movl %eax, -16(%rbp)
movq -8(%rbp), %rax
addq $1, %rax
movq %rax, -8(%rbp)
jmp LBB0_1
LBB0_3:
movl -16(%rbp), %eax
xorl $-1, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__const
.p2align 4 ## @crc32_table
_crc32_table:
.long 0 ## 0x0
.long 1996959894 ## 0x77073096
.long 3993919788 ## 0xee0e612c
.long 2567524794 ## 0x990951ba
.long 124634137 ## 0x76dc419
.long 1886057615 ## 0x706af48f
.long 3915621685 ## 0xe963a535
.long 2657392035 ## 0x9e6495a3
.long 249268274 ## 0xedb8832
.long 2044508324 ## 0x79dcb8a4
.long 3772115230 ## 0xe0d5e91e
.long 2547177864 ## 0x97d2d988
.long 162941995 ## 0x9b64c2b
.long 2125561021 ## 0x7eb17cbd
.long 3887607047 ## 0xe7b82d07
.long 2428444049 ## 0x90bf1d91
.long 498536548 ## 0x1db71064
.long 1789927666 ## 0x6ab020f2
.long 4089016648 ## 0xf3b97148
.long 2227061214 ## 0x84be41de
.long 450548861 ## 0x1adad47d
.long 1843258603 ## 0x6ddde4eb
.long 4107580753 ## 0xf4d4b551
.long 2211677639 ## 0x83d385c7
.long 325883990 ## 0x136c9856
.long 1684777152 ## 0x646ba8c0
.long 4251122042 ## 0xfd62f97a
.long 2321926636 ## 0x8a65c9ec
.long 335633487 ## 0x14015c4f
.long 1661365465 ## 0x63066cd9
.long 4195302755 ## 0xfa0f3d63
.long 2366115317 ## 0x8d080df5
.long 997073096 ## 0x3b6e20c8
.long 1281953886 ## 0x4c69105e
.long 3579855332 ## 0xd56041e4
.long 2724688242 ## 0xa2677172
.long 1006888145 ## 0x3c03e4d1
.long 1258607687 ## 0x4b04d447
.long 3524101629 ## 0xd20d85fd
.long 2768942443 ## 0xa50ab56b
.long 901097722 ## 0x35b5a8fa
.long 1119000684 ## 0x42b2986c
.long 3686517206 ## 0xdbbbc9d6
.long 2898065728 ## 0xacbcf940
.long 853044451 ## 0x32d86ce3
.long 1172266101 ## 0x45df5c75
.long 3705015759 ## 0xdcd60dcf
.long 2882616665 ## 0xabd13d59
.long 651767980 ## 0x26d930ac
.long 1373503546 ## 0x51de003a
.long 3369554304 ## 0xc8d75180
.long 3218104598 ## 0xbfd06116
.long 565507253 ## 0x21b4f4b5
.long 1454621731 ## 0x56b3c423
.long 3485111705 ## 0xcfba9599
.long 3099436303 ## 0xb8bda50f
.long 671266974 ## 0x2802b89e
.long 1594198024 ## 0x5f058808
.long 3322730930 ## 0xc60cd9b2
.long 2970347812 ## 0xb10be924
.long 795835527 ## 0x2f6f7c87
.long 1483230225 ## 0x58684c11
.long 3244367275 ## 0xc1611dab
.long 3060149565 ## 0xb6662d3d
.long 1994146192 ## 0x76dc4190
.long 31158534 ## 0x1db7106
.long 2563907772 ## 0x98d220bc
.long 4023717930 ## 0xefd5102a
.long 1907459465 ## 0x71b18589
.long 112637215 ## 0x6b6b51f
.long 2680153253 ## 0x9fbfe4a5
.long 3904427059 ## 0xe8b8d433
.long 2013776290 ## 0x7807c9a2
.long 251722036 ## 0xf00f934
.long 2517215374 ## 0x9609a88e
.long 3775830040 ## 0xe10e9818
.long 2137656763 ## 0x7f6a0dbb
.long 141376813 ## 0x86d3d2d
.long 2439277719 ## 0x91646c97
.long 3865271297 ## 0xe6635c01
.long 1802195444 ## 0x6b6b51f4
.long 476864866 ## 0x1c6c6162
.long 2238001368 ## 0x856530d8
.long 4066508878 ## 0xf262004e
.long 1812370925 ## 0x6c0695ed
.long 453092731 ## 0x1b01a57b
.long 2181625025 ## 0x8208f4c1
.long 4111451223 ## 0xf50fc457
.long 1706088902 ## 0x65b0d9c6
.long 314042704 ## 0x12b7e950
.long 2344532202 ## 0x8bbeb8ea
.long 4240017532 ## 0xfcb9887c
.long 1658658271 ## 0x62dd1ddf
.long 366619977 ## 0x15da2d49
.long 2362670323 ## 0x8cd37cf3
.long 4224994405 ## 0xfbd44c65
.long 1303535960 ## 0x4db26158
.long 984961486 ## 0x3ab551ce
.long 2747007092 ## 0xa3bc0074
.long 3569037538 ## 0xd4bb30e2
.long 1256170817 ## 0x4adfa541
.long 1037604311 ## 0x3dd895d7
.long 2765210733 ## 0xa4d1c46d
.long 3554079995 ## 0xd3d6f4fb
.long 1131014506 ## 0x4369e96a
.long 879679996 ## 0x346ed9fc
.long 2909243462 ## 0xad678846
.long 3663771856 ## 0xda60b8d0
.long 1141124467 ## 0x44042d73
.long 855842277 ## 0x33031de5
.long 2852801631 ## 0xaa0a4c5f
.long 3708648649 ## 0xdd0d7cc9
.long 1342533948 ## 0x5005713c
.long 654459306 ## 0x270241aa
.long 3188396048 ## 0xbe0b1010
.long 3373015174 ## 0xc90c2086
.long 1466479909 ## 0x5768b525
.long 544179635 ## 0x206f85b3
.long 3110523913 ## 0xb966d409
.long 3462522015 ## 0xce61e49f
.long 1591671054 ## 0x5edef90e
.long 702138776 ## 0x29d9c998
.long 2966460450 ## 0xb0d09822
.long 3352799412 ## 0xc7d7a8b4
.long 1504918807 ## 0x59b33d17
.long 783551873 ## 0x2eb40d81
.long 3082640443 ## 0xb7bd5c3b
.long 3233442989 ## 0xc0ba6cad
.long 3988292384 ## 0xedb88320
.long 2596254646 ## 0x9abfb3b6
.long 62317068 ## 0x3b6e20c
.long 1957810842 ## 0x74b1d29a
.long 3939845945 ## 0xead54739
.long 2647816111 ## 0x9dd277af
.long 81470997 ## 0x4db2615
.long 1943803523 ## 0x73dc1683
.long 3814918930 ## 0xe3630b12
.long 2489596804 ## 0x94643b84
.long 225274430 ## 0xd6d6a3e
.long 2053790376 ## 0x7a6a5aa8
.long 3826175755 ## 0xe40ecf0b
.long 2466906013 ## 0x9309ff9d
.long 167816743 ## 0xa00ae27
.long 2097651377 ## 0x7d079eb1
.long 4027552580 ## 0xf00f9344
.long 2265490386 ## 0x8708a3d2
.long 503444072 ## 0x1e01f268
.long 1762050814 ## 0x6906c2fe
.long 4150417245 ## 0xf762575d
.long 2154129355 ## 0x806567cb
.long 426522225 ## 0x196c3671
.long 1852507879 ## 0x6e6b06e7
.long 4275313526 ## 0xfed41b76
.long 2312317920 ## 0x89d32be0
.long 282753626 ## 0x10da7a5a
.long 1742555852 ## 0x67dd4acc
.long 4189708143 ## 0xf9b9df6f
.long 2394877945 ## 0x8ebeeff9
.long 397917763 ## 0x17b7be43
.long 1622183637 ## 0x60b08ed5
.long 3604390888 ## 0xd6d6a3e8
.long 2714866558 ## 0xa1d1937e
.long 953729732 ## 0x38d8c2c4
.long 1340076626 ## 0x4fdff252
.long 3518719985 ## 0xd1bb67f1
.long 2797360999 ## 0xa6bc5767
.long 1068828381 ## 0x3fb506dd
.long 1219638859 ## 0x48b2364b
.long 3624741850 ## 0xd80d2bda
.long 2936675148 ## 0xaf0a1b4c
.long 906185462 ## 0x36034af6
.long 1090812512 ## 0x41047a60
.long 3747672003 ## 0xdf60efc3
.long 2825379669 ## 0xa867df55
.long 829329135 ## 0x316e8eef
.long 1181335161 ## 0x4669be79
.long 3412177804 ## 0xcb61b38c
.long 3160834842 ## 0xbc66831a
.long 628085408 ## 0x256fd2a0
.long 1382605366 ## 0x5268e236
.long 3423369109 ## 0xcc0c7795
.long 3138078467 ## 0xbb0b4703
.long 570562233 ## 0x220216b9
.long 1426400815 ## 0x5505262f
.long 3317316542 ## 0xc5ba3bbe
.long 2998733608 ## 0xb2bd0b28
.long 733239954 ## 0x2bb45a92
.long 1555261956 ## 0x5cb36a04
.long 3268935591 ## 0xc2d7ffa7
.long 3050360625 ## 0xb5d0cf31
.long 752459403 ## 0x2cd99e8b
.long 1541320221 ## 0x5bdeae1d
.long 2607071920 ## 0x9b64c2b0
.long 3965973030 ## 0xec63f226
.long 1969922972 ## 0x756aa39c
.long 40735498 ## 0x26d930a
.long 2617837225 ## 0x9c0906a9
.long 3943577151 ## 0xeb0e363f
.long 1913087877 ## 0x72076785
.long 83908371 ## 0x5005713
.long 2512341634 ## 0x95bf4a82
.long 3803740692 ## 0xe2b87a14
.long 2075208622 ## 0x7bb12bae
.long 213261112 ## 0xcb61b38
.long 2463272603 ## 0x92d28e9b
.long 3855990285 ## 0xe5d5be0d
.long 2094854071 ## 0x7cdcefb7
.long 198958881 ## 0xbdbdf21
.long 2262029012 ## 0x86d3d2d4
.long 4057260610 ## 0xf1d4e242
.long 1759359992 ## 0x68ddb3f8
.long 534414190 ## 0x1fda836e
.long 2176718541 ## 0x81be16cd
.long 4139329115 ## 0xf6b9265b
.long 1873836001 ## 0x6fb077e1
.long 414664567 ## 0x18b74777
.long 2282248934 ## 0x88085ae6
.long 4279200368 ## 0xff0f6a70
.long 1711684554 ## 0x66063bca
.long 285281116 ## 0x11010b5c
.long 2405801727 ## 0x8f659eff
.long 4167216745 ## 0xf862ae69
.long 1634467795 ## 0x616bffd3
.long 376229701 ## 0x166ccf45
.long 2685067896 ## 0xa00ae278
.long 3608007406 ## 0xd70dd2ee
.long 1308918612 ## 0x4e048354
.long 956543938 ## 0x3903b3c2
.long 2808555105 ## 0xa7672661
.long 3495958263 ## 0xd06016f7
.long 1231636301 ## 0x4969474d
.long 1047427035 ## 0x3e6e77db
.long 2932959818 ## 0xaed16a4a
.long 3654703836 ## 0xd9d65adc
.long 1088359270 ## 0x40df0b66
.long 936918000 ## 0x37d83bf0
.long 2847714899 ## 0xa9bcae53
.long 3736837829 ## 0xdebb9ec5
.long 1202900863 ## 0x47b2cf7f
.long 817233897 ## 0x30b5ffe9
.long 3183342108 ## 0xbdbdf21c
.long 3401237130 ## 0xcabac28a
.long 1404277552 ## 0x53b39330
.long 615818150 ## 0x24b4a3a6
.long 3134207493 ## 0xbad03605
.long 3453421203 ## 0xcdd70693
.long 1423857449 ## 0x54de5729
.long 601450431 ## 0x23d967bf
.long 3009837614 ## 0xb3667a2e
.long 3294710456 ## 0xc4614ab8
.long 1567103746 ## 0x5d681b02
.long 711928724 ## 0x2a6f2b94
.long 3020668471 ## 0xb40bbe37
.long 3272380065 ## 0xc30c8ea1
.long 1510334235 ## 0x5a05df1b
.long 755167117 ## 0x2d02ef8d
.subsections_via_symbols
| the_stack_data/697035.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov x9, sp
sub x8, x29, #8
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-8]
mov w9, #2
sdiv w10, w8, w9
mul w10, w10, w9
subs w8, w8, w10
stur w8, [x29, #-12]
ldur w8, [x29, #-8]
sdiv w8, w8, w9
stur w8, [x29, #-8]
ldur w9, [x29, #-12]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-8]
subs w8, w8, #1
cset w8, ge
tbnz w8, #0, LBB0_1
b LBB0_3
LBB0_3:
mov w0, #0
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "digite o decimal : "
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz "%d "
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
leaq -8(%rbp), %rsi
movb $0, %al
callq _scanf
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -8(%rbp), %eax
movl $2, %ecx
cltd
idivl %ecx
movl %edx, -12(%rbp)
movl -8(%rbp), %eax
movl $2, %ecx
cltd
idivl %ecx
movl %eax, -8(%rbp)
movl -12(%rbp), %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
cmpl $1, -8(%rbp)
jge LBB0_1
## %bb.3:
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "digite o decimal : "
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz "%d "
.subsections_via_symbols
| the_stack_data/56307.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ft_recursive_factorial ; -- Begin function ft_recursive_factorial
.p2align 2
_ft_recursive_factorial: ; @ft_recursive_factorial
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str w0, [sp, #8]
ldr w8, [sp, #8]
subs w8, w8, #2
cset w8, le
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
ldr w8, [sp, #8]
str w8, [sp, #4] ; 4-byte Folded Spill
ldr w0, [sp, #8]
bl _ft_recursive_factorial
ldr w8, [sp, #4] ; 4-byte Folded Reload
mul w8, w8, w0
subs w8, w8, #1
stur w8, [x29, #-4]
b LBB0_5
LBB0_2:
ldr w8, [sp, #8]
subs w8, w8, #0
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_3
LBB0_3:
stur wzr, [x29, #-4]
b LBB0_5
LBB0_4:
mov w8, #1
stur w8, [x29, #-4]
b LBB0_5
LBB0_5:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _ft_recursive_factorial ## -- Begin function ft_recursive_factorial
.p2align 4, 0x90
_ft_recursive_factorial: ## @ft_recursive_factorial
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl %edi, -8(%rbp)
cmpl $2, -8(%rbp)
jle LBB0_2
## %bb.1:
movl -8(%rbp), %eax
movl %eax, -12(%rbp) ## 4-byte Spill
movl -8(%rbp), %edi
callq _ft_recursive_factorial
movl %eax, %ecx
movl -12(%rbp), %eax ## 4-byte Reload
imull %ecx, %eax
subl $1, %eax
movl %eax, -4(%rbp)
jmp LBB0_5
LBB0_2:
cmpl $0, -8(%rbp)
jge LBB0_4
## %bb.3:
movl $0, -4(%rbp)
jmp LBB0_5
LBB0_4:
movl $1, -4(%rbp)
LBB0_5:
movl -4(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.subsections_via_symbols
| the_stack_data/71441.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/140472.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
sub sp, sp, #144
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
stur wzr, [x29, #-52]
stur wzr, [x29, #-72]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
sub sp, sp, #16
mov x9, sp
sub x8, x29, #56
str x8, [x9]
sub x8, x29, #60
str x8, [x9, #8]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
add sp, sp, #16
ldur w8, [x29, #-56]
; kill: def $x8 killed $w8
mov x9, sp
stur x9, [x29, #-80]
lsl x9, x8, #2
add x9, x9, #15
and x9, x9, #0xfffffffffffffff0
stur x9, [x29, #-128] ; 8-byte Folded Spill
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
ldur x10, [x29, #-128] ; 8-byte Folded Reload
mov x9, sp
subs x9, x9, x10
mov sp, x9
stur x9, [x29, #-120] ; 8-byte Folded Spill
stur x8, [x29, #-88]
ldur w8, [x29, #-60]
; kill: def $x8 killed $w8
lsl x9, x8, #2
add x9, x9, #15
and x9, x9, #0xfffffffffffffff0
stur x9, [x29, #-112] ; 8-byte Folded Spill
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
ldur x10, [x29, #-112] ; 8-byte Folded Reload
mov x9, sp
subs x9, x9, x10
mov sp, x9
stur x9, [x29, #-104] ; 8-byte Folded Spill
stur x8, [x29, #-96]
stur wzr, [x29, #-64]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-64]
ldur w9, [x29, #-56]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldur w9, [x29, #-64]
; implicit-def: $x8
mov x8, x9
sub sp, sp, #16
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldur x8, [x29, #-120] ; 8-byte Folded Reload
add sp, sp, #16
ldursw x9, [x29, #-64]
add x8, x8, x9, lsl #2
sub sp, sp, #16
mov x9, sp
str x8, [x9]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _scanf
add sp, sp, #16
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-64]
add w8, w8, #1
stur w8, [x29, #-64]
b LBB0_1
LBB0_4:
stur wzr, [x29, #-64]
b LBB0_5
LBB0_5: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-64]
ldur w9, [x29, #-60]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_8
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_5 Depth=1
ldur w9, [x29, #-64]
; implicit-def: $x8
mov x8, x9
sub sp, sp, #16
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
ldur x8, [x29, #-104] ; 8-byte Folded Reload
add sp, sp, #16
ldursw x9, [x29, #-64]
add x8, x8, x9, lsl #2
sub sp, sp, #16
mov x9, sp
str x8, [x9]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _scanf
add sp, sp, #16
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_5 Depth=1
ldur w8, [x29, #-64]
add w8, w8, #1
stur w8, [x29, #-64]
b LBB0_5
LBB0_8:
ldur w8, [x29, #-56]
ldur w9, [x29, #-60]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB0_20
b LBB0_9
LBB0_9:
stur wzr, [x29, #-64]
b LBB0_10
LBB0_10: ; =>This Loop Header: Depth=1
; Child Loop BB0_12 Depth 2
ldur w8, [x29, #-64]
ldur w9, [x29, #-56]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_19
b LBB0_11
LBB0_11: ; in Loop: Header=BB0_10 Depth=1
stur wzr, [x29, #-68]
b LBB0_12
LBB0_12: ; Parent Loop BB0_10 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-68]
ldur w9, [x29, #-60]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_17
b LBB0_13
LBB0_13: ; in Loop: Header=BB0_12 Depth=2
ldur x9, [x29, #-104] ; 8-byte Folded Reload
ldur x8, [x29, #-120] ; 8-byte Folded Reload
ldursw x10, [x29, #-64]
ldr w8, [x8, x10, lsl #2]
ldursw x10, [x29, #-68]
ldr w9, [x9, x10, lsl #2]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_15
b LBB0_14
LBB0_14: ; in Loop: Header=BB0_12 Depth=2
ldur x8, [x29, #-120] ; 8-byte Folded Reload
ldursw x9, [x29, #-64]
ldr w8, [x8, x9, lsl #2]
ldursw x10, [x29, #-72]
sub x9, x29, #48
str w8, [x9, x10, lsl #2]
ldur w8, [x29, #-72]
add w8, w8, #1
stur w8, [x29, #-72]
b LBB0_15
LBB0_15: ; in Loop: Header=BB0_12 Depth=2
b LBB0_16
LBB0_16: ; in Loop: Header=BB0_12 Depth=2
ldur w8, [x29, #-68]
add w8, w8, #1
stur w8, [x29, #-68]
b LBB0_12
LBB0_17: ; in Loop: Header=BB0_10 Depth=1
b LBB0_18
LBB0_18: ; in Loop: Header=BB0_10 Depth=1
ldur w8, [x29, #-64]
add w8, w8, #1
stur w8, [x29, #-64]
b LBB0_10
LBB0_19:
b LBB0_31
LBB0_20:
stur wzr, [x29, #-64]
b LBB0_21
LBB0_21: ; =>This Loop Header: Depth=1
; Child Loop BB0_23 Depth 2
ldur w8, [x29, #-64]
ldur w9, [x29, #-60]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_30
b LBB0_22
LBB0_22: ; in Loop: Header=BB0_21 Depth=1
stur wzr, [x29, #-68]
b LBB0_23
LBB0_23: ; Parent Loop BB0_21 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-68]
ldur w9, [x29, #-56]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_28
b LBB0_24
LBB0_24: ; in Loop: Header=BB0_23 Depth=2
ldur x9, [x29, #-120] ; 8-byte Folded Reload
ldur x8, [x29, #-104] ; 8-byte Folded Reload
ldursw x10, [x29, #-64]
ldr w8, [x8, x10, lsl #2]
ldursw x10, [x29, #-68]
ldr w9, [x9, x10, lsl #2]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB0_26
b LBB0_25
LBB0_25: ; in Loop: Header=BB0_23 Depth=2
ldur x8, [x29, #-104] ; 8-byte Folded Reload
ldursw x9, [x29, #-64]
ldr w8, [x8, x9, lsl #2]
ldursw x10, [x29, #-72]
sub x9, x29, #48
str w8, [x9, x10, lsl #2]
ldur w8, [x29, #-72]
add w8, w8, #1
stur w8, [x29, #-72]
b LBB0_26
LBB0_26: ; in Loop: Header=BB0_23 Depth=2
b LBB0_27
LBB0_27: ; in Loop: Header=BB0_23 Depth=2
ldur w8, [x29, #-68]
add w8, w8, #1
stur w8, [x29, #-68]
b LBB0_23
LBB0_28: ; in Loop: Header=BB0_21 Depth=1
b LBB0_29
LBB0_29: ; in Loop: Header=BB0_21 Depth=1
ldur w8, [x29, #-64]
add w8, w8, #1
stur w8, [x29, #-64]
b LBB0_21
LBB0_30:
b LBB0_31
LBB0_31:
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
stur wzr, [x29, #-64]
b LBB0_32
LBB0_32: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-64]
ldur w9, [x29, #-72]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_35
b LBB0_33
LBB0_33: ; in Loop: Header=BB0_32 Depth=1
ldursw x9, [x29, #-64]
sub x8, x29, #48
ldr w9, [x8, x9, lsl #2]
; implicit-def: $x8
mov x8, x9
sub sp, sp, #16
mov x9, sp
str x8, [x9]
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
add sp, sp, #16
b LBB0_34
LBB0_34: ; in Loop: Header=BB0_32 Depth=1
ldur w8, [x29, #-64]
add w8, w8, #1
stur w8, [x29, #-64]
b LBB0_32
LBB0_35:
stur wzr, [x29, #-52]
ldur x8, [x29, #-80]
mov sp, x8
ldur w8, [x29, #-52]
stur w8, [x29, #-132] ; 4-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_37
b LBB0_36
LBB0_36:
bl ___stack_chk_fail
LBB0_37:
ldur w0, [x29, #-132] ; 4-byte Folded Reload
mov sp, x29
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Informe o Valor de Q e R: "
l_.str.1: ; @.str.1
.asciz "%d %d"
l_.str.2: ; @.str.2
.asciz "Informe Um Valor pos %d: "
l_.str.3: ; @.str.3
.asciz "%d"
l_.str.4: ; @.str.4
.asciz "|"
l_.str.5: ; @.str.5
.asciz "%d|"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $144, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -52(%rbp)
movl $0, -72(%rbp)
leaq L_.str(%rip), %rdi
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movb %al, -129(%rbp) ## 1-byte Spill
callq _printf
## kill: def $ecx killed $eax
movb -129(%rbp), %al ## 1-byte Reload
leaq L_.str.1(%rip), %rdi
leaq -56(%rbp), %rsi
leaq -60(%rbp), %rdx
callq _scanf
movl -56(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -128(%rbp) ## 8-byte Spill
movq %rsp, %rcx
movq %rcx, -80(%rbp)
shlq $2, %rax
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq -128(%rbp), %rax ## 8-byte Reload
movq %rsp, %rcx
movq %rcx, -120(%rbp) ## 8-byte Spill
movq %rax, -88(%rbp)
movl -60(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -112(%rbp) ## 8-byte Spill
shlq $2, %rax
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq -112(%rbp), %rax ## 8-byte Reload
movq %rsp, %rcx
movq %rcx, -104(%rbp) ## 8-byte Spill
movq %rax, -96(%rbp)
movl $0, -64(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -64(%rbp), %eax
cmpl -56(%rbp), %eax
jge LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl -64(%rbp), %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movq -120(%rbp), %rsi ## 8-byte Reload
movslq -64(%rbp), %rax
shlq $2, %rax
addq %rax, %rsi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _scanf
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -64(%rbp), %eax
addl $1, %eax
movl %eax, -64(%rbp)
jmp LBB0_1
LBB0_4:
movl $0, -64(%rbp)
LBB0_5: ## =>This Inner Loop Header: Depth=1
movl -64(%rbp), %eax
cmpl -60(%rbp), %eax
jge LBB0_8
## %bb.6: ## in Loop: Header=BB0_5 Depth=1
movl -64(%rbp), %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
movq -104(%rbp), %rsi ## 8-byte Reload
movslq -64(%rbp), %rax
shlq $2, %rax
addq %rax, %rsi
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _scanf
## %bb.7: ## in Loop: Header=BB0_5 Depth=1
movl -64(%rbp), %eax
addl $1, %eax
movl %eax, -64(%rbp)
jmp LBB0_5
LBB0_8:
movl -56(%rbp), %eax
cmpl -60(%rbp), %eax
jle LBB0_20
## %bb.9:
movl $0, -64(%rbp)
LBB0_10: ## =>This Loop Header: Depth=1
## Child Loop BB0_12 Depth 2
movl -64(%rbp), %eax
cmpl -56(%rbp), %eax
jge LBB0_19
## %bb.11: ## in Loop: Header=BB0_10 Depth=1
movl $0, -68(%rbp)
LBB0_12: ## Parent Loop BB0_10 Depth=1
## => This Inner Loop Header: Depth=2
movl -68(%rbp), %eax
cmpl -60(%rbp), %eax
jge LBB0_17
## %bb.13: ## in Loop: Header=BB0_12 Depth=2
movq -104(%rbp), %rcx ## 8-byte Reload
movq -120(%rbp), %rax ## 8-byte Reload
movslq -64(%rbp), %rdx
movl (%rax,%rdx,4), %eax
movslq -68(%rbp), %rdx
cmpl (%rcx,%rdx,4), %eax
jne LBB0_15
## %bb.14: ## in Loop: Header=BB0_12 Depth=2
movq -120(%rbp), %rax ## 8-byte Reload
movslq -64(%rbp), %rcx
movl (%rax,%rcx,4), %ecx
movslq -72(%rbp), %rax
movl %ecx, -48(%rbp,%rax,4)
movl -72(%rbp), %eax
addl $1, %eax
movl %eax, -72(%rbp)
LBB0_15: ## in Loop: Header=BB0_12 Depth=2
jmp LBB0_16
LBB0_16: ## in Loop: Header=BB0_12 Depth=2
movl -68(%rbp), %eax
addl $1, %eax
movl %eax, -68(%rbp)
jmp LBB0_12
LBB0_17: ## in Loop: Header=BB0_10 Depth=1
jmp LBB0_18
LBB0_18: ## in Loop: Header=BB0_10 Depth=1
movl -64(%rbp), %eax
addl $1, %eax
movl %eax, -64(%rbp)
jmp LBB0_10
LBB0_19:
jmp LBB0_31
LBB0_20:
movl $0, -64(%rbp)
LBB0_21: ## =>This Loop Header: Depth=1
## Child Loop BB0_23 Depth 2
movl -64(%rbp), %eax
cmpl -60(%rbp), %eax
jge LBB0_30
## %bb.22: ## in Loop: Header=BB0_21 Depth=1
movl $0, -68(%rbp)
LBB0_23: ## Parent Loop BB0_21 Depth=1
## => This Inner Loop Header: Depth=2
movl -68(%rbp), %eax
cmpl -56(%rbp), %eax
jge LBB0_28
## %bb.24: ## in Loop: Header=BB0_23 Depth=2
movq -120(%rbp), %rcx ## 8-byte Reload
movq -104(%rbp), %rax ## 8-byte Reload
movslq -64(%rbp), %rdx
movl (%rax,%rdx,4), %eax
movslq -68(%rbp), %rdx
cmpl (%rcx,%rdx,4), %eax
jne LBB0_26
## %bb.25: ## in Loop: Header=BB0_23 Depth=2
movq -104(%rbp), %rax ## 8-byte Reload
movslq -64(%rbp), %rcx
movl (%rax,%rcx,4), %ecx
movslq -72(%rbp), %rax
movl %ecx, -48(%rbp,%rax,4)
movl -72(%rbp), %eax
addl $1, %eax
movl %eax, -72(%rbp)
LBB0_26: ## in Loop: Header=BB0_23 Depth=2
jmp LBB0_27
LBB0_27: ## in Loop: Header=BB0_23 Depth=2
movl -68(%rbp), %eax
addl $1, %eax
movl %eax, -68(%rbp)
jmp LBB0_23
LBB0_28: ## in Loop: Header=BB0_21 Depth=1
jmp LBB0_29
LBB0_29: ## in Loop: Header=BB0_21 Depth=1
movl -64(%rbp), %eax
addl $1, %eax
movl %eax, -64(%rbp)
jmp LBB0_21
LBB0_30:
jmp LBB0_31
LBB0_31:
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -64(%rbp)
LBB0_32: ## =>This Inner Loop Header: Depth=1
movl -64(%rbp), %eax
cmpl -72(%rbp), %eax
jge LBB0_35
## %bb.33: ## in Loop: Header=BB0_32 Depth=1
movslq -64(%rbp), %rax
movl -48(%rbp,%rax,4), %esi
leaq L_.str.5(%rip), %rdi
movb $0, %al
callq _printf
## %bb.34: ## in Loop: Header=BB0_32 Depth=1
movl -64(%rbp), %eax
addl $1, %eax
movl %eax, -64(%rbp)
jmp LBB0_32
LBB0_35:
movl $0, -52(%rbp)
movq -80(%rbp), %rax
movq %rax, %rsp
movl -52(%rbp), %eax
movl %eax, -136(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_37
## %bb.36:
movl -136(%rbp), %eax ## 4-byte Reload
movq %rbp, %rsp
popq %rbp
retq
LBB0_37:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Informe o Valor de Q e R: "
L_.str.1: ## @.str.1
.asciz "%d %d"
L_.str.2: ## @.str.2
.asciz "Informe Um Valor pos %d: "
L_.str.3: ## @.str.3
.asciz "%d"
L_.str.4: ## @.str.4
.asciz "|"
L_.str.5: ## @.str.5
.asciz "%d|"
.subsections_via_symbols
| the_stack_data/175144308.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
mov w8, #1
stur w8, [x29, #-8]
b LBB0_1
LBB0_1: ; =>This Loop Header: Depth=1
; Child Loop BB0_3 Depth 2
ldur w8, [x29, #-8]
subs w8, w8, #5
cset w8, gt
tbnz w8, #0, LBB0_8
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
mov w8, #1
stur w8, [x29, #-12]
b LBB0_3
LBB0_3: ; Parent Loop BB0_1 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-12]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, gt
tbnz w8, #0, LBB0_6
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=2
ldur w8, [x29, #-12]
add w10, w8, #64
mov x9, sp
; implicit-def: $x8
mov x8, x10
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_3 Depth=2
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
b LBB0_3
LBB0_6: ; in Loop: Header=BB0_1 Depth=1
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB0_7
LBB0_7: ; in Loop: Header=BB0_1 Depth=1
ldur w8, [x29, #-8]
add w8, w8, #1
stur w8, [x29, #-8]
b LBB0_1
LBB0_8:
mov w0, #0
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%c "
l_.str.1: ; @.str.1
.asciz "\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
movl $1, -8(%rbp)
LBB0_1: ## =>This Loop Header: Depth=1
## Child Loop BB0_3 Depth 2
cmpl $5, -8(%rbp)
jg LBB0_8
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl $1, -12(%rbp)
LBB0_3: ## Parent Loop BB0_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -12(%rbp), %eax
cmpl -8(%rbp), %eax
jg LBB0_6
## %bb.4: ## in Loop: Header=BB0_3 Depth=2
movl -12(%rbp), %esi
addl $64, %esi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
## %bb.5: ## in Loop: Header=BB0_3 Depth=2
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB0_3
LBB0_6: ## in Loop: Header=BB0_1 Depth=1
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
## %bb.7: ## in Loop: Header=BB0_1 Depth=1
movl -8(%rbp), %eax
addl $1, %eax
movl %eax, -8(%rbp)
jmp LBB0_1
LBB0_8:
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%c "
L_.str.1: ## @.str.1
.asciz "\n"
.subsections_via_symbols
| the_stack_data/156389241.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal8,8byte_literals
.p2align 3 ; -- Begin function main
lCPI0_0:
.quad 0x401d3d70a3d70a3d ; double 7.3099999999999996
lCPI0_1:
.quad 0x3fd54fdf3b645a1d ; double 0.33300000000000002
.section __TEXT,__text,regular,pure_instructions
.globl _main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #0
str w8, [sp, #28] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
adrp x8, lCPI0_1@PAGE
ldr d0, [x8, lCPI0_1@PAGEOFF]
stur d0, [x29, #-16]
fmov d1, #9.00000000
stur d1, [x29, #-24]
ldur d1, [x29, #-24]
adrp x8, lCPI0_0@PAGE
ldr d2, [x8, lCPI0_0@PAGEOFF]
fmadd d0, d0, d1, d2
str d0, [sp, #32]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
ldur d1, [x29, #-24]
ldr d0, [sp, #32]
mov x8, sp
str d1, [x8]
str d0, [x8, #8]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
ldr w0, [sp, #28] ; 4-byte Folded Reload
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #80
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Shoe size(men's) foot length\n"
l_.str.1: ; @.str.1
.asciz "%10.1f %15.2f inches\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.section __TEXT,__literal8,8byte_literals
.p2align 3 ## -- Begin function main
LCPI0_0:
.quad 0x3fd54fdf3b645a1d ## double 0.33300000000000002
LCPI0_1:
.quad 0x401d3d70a3d70a3d ## double 7.3099999999999996
LCPI0_2:
.quad 0x4022000000000000 ## double 9
.section __TEXT,__text,regular,pure_instructions
.globl _main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
movsd LCPI0_0(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -16(%rbp)
movsd LCPI0_2(%rip), %xmm0 ## xmm0 = mem[0],zero
movsd %xmm0, -24(%rbp)
movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd LCPI0_0(%rip), %xmm1 ## xmm1 = mem[0],zero
mulsd %xmm1, %xmm0
movsd LCPI0_1(%rip), %xmm1 ## xmm1 = mem[0],zero
addsd %xmm1, %xmm0
movsd %xmm0, -32(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
movsd -24(%rbp), %xmm0 ## xmm0 = mem[0],zero
movsd -32(%rbp), %xmm1 ## xmm1 = mem[0],zero
leaq L_.str.1(%rip), %rdi
movb $2, %al
callq _printf
xorl %eax, %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Shoe size(men's) foot length\n"
L_.str.1: ## @.str.1
.asciz "%10.1f %15.2f inches\n"
.subsections_via_symbols
| the_stack_data/327166.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _read_bmp ; -- Begin function read_bmp
.p2align 2
_read_bmp: ; @read_bmp
.cfi_startproc
; %bb.0:
sub sp, sp, #128
.cfi_def_cfa_offset 128
stp x29, x30, [sp, #112] ; 16-byte Folded Spill
add x29, sp, #112
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
str x0, [sp, #40]
ldr x0, [sp, #40]
adrp x1, l_.str@PAGE
add x1, x1, l_.str@PAGEOFF
bl _fopen
str x0, [sp, #24]
ldr x3, [sp, #24]
add x0, sp, #50
mov x1, #1
mov x2, #54
bl _fread
ldrb w8, [sp, #50]
subs w8, w8, #66
cset w8, ne
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
ldrb w8, [sp, #51]
subs w8, w8, #77
cset w8, eq
tbnz w8, #0, LBB0_3
b LBB0_2
LBB0_2:
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
mov w0, #0
bl _exit
LBB0_3:
adrp x8, _bmp_file_size@PAGE
ldr w8, [x8, _bmp_file_size@PAGEOFF]
adrp x9, _offset@PAGE
ldr w9, [x9, _offset@PAGEOFF]
subs w8, w8, w9
mov w9, #3
sdiv w8, w8, w9
str w8, [sp, #20]
ldrsw x0, [sp, #20]
bl _malloc
str x0, [sp, #8]
ldr x0, [sp, #8]
ldrsw x2, [sp, #20]
ldr x3, [sp, #24]
mov x1, #1
bl _fread
ldr x0, [sp, #24]
bl _fclose
ldr x8, [sp, #8]
str x8, [sp] ; 8-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_5
b LBB0_4
LBB0_4:
bl ___stack_chk_fail
LBB0_5:
ldr x0, [sp] ; 8-byte Folded Reload
ldp x29, x30, [sp, #112] ; 16-byte Folded Reload
add sp, sp, #128
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #0
str w8, [sp, #4] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _read_bmp
adrp x8, _image@GOTPAGE
ldr x8, [x8, _image@GOTPAGEOFF]
str x0, [x8]
ldr x0, [x8]
bl _food
mov x8, x0
ldr w0, [sp, #4] ; 4-byte Folded Reload
str w8, [sp, #8]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __DATA,__data
.globl _offset ; @offset
.p2align 2
_offset:
.long 36 ; 0x24
.globl _bmp_file_size ; @bmp_file_size
.p2align 2
_bmp_file_size:
.long 120054 ; 0x1d4f6
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "rb"
l_.str.1: ; @.str.1
.asciz "file is not in BMP format.\n"
l_.str.2: ; @.str.2
.asciz "cur-02.bmp"
.comm _image,8,3 ; @image
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _read_bmp ## -- Begin function read_bmp
.p2align 4, 0x90
_read_bmp: ## @read_bmp
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $128, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -72(%rbp)
movq -72(%rbp), %rdi
leaq L_.str(%rip), %rsi
callq _fopen
movq %rax, -88(%rbp)
leaq -64(%rbp), %rdi
movq -88(%rbp), %rcx
movl $1, %esi
movl $54, %edx
callq _fread
movzbl -64(%rbp), %eax
cmpl $66, %eax
jne LBB0_2
## %bb.1:
movzbl -63(%rbp), %eax
cmpl $77, %eax
je LBB0_3
LBB0_2:
leaq L_.str.1(%rip), %rdi
xorl %eax, %eax
movl %eax, -108(%rbp) ## 4-byte Spill
callq _printf
movl -108(%rbp), %edi ## 4-byte Reload
callq _exit
LBB0_3:
movl _bmp_file_size(%rip), %eax
subl _offset(%rip), %eax
movl $3, %ecx
cltd
idivl %ecx
movl %eax, -92(%rbp)
movslq -92(%rbp), %rdi
callq _malloc
movq %rax, -104(%rbp)
movq -104(%rbp), %rdi
movslq -92(%rbp), %rdx
movq -88(%rbp), %rcx
movl $1, %esi
callq _fread
movq -88(%rbp), %rdi
callq _fclose
movq -104(%rbp), %rax
movq %rax, -120(%rbp) ## 8-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_5
## %bb.4:
movq -120(%rbp), %rax ## 8-byte Reload
addq $128, %rsp
popq %rbp
retq
LBB0_5:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
leaq L_.str.2(%rip), %rdi
callq _read_bmp
movq %rax, %rcx
movq _image@GOTPCREL(%rip), %rax
movq %rcx, (%rax)
movq _image@GOTPCREL(%rip), %rax
movq (%rax), %rdi
callq _food
movl %eax, -8(%rbp)
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __DATA,__data
.globl _offset ## @offset
.p2align 2
_offset:
.long 36 ## 0x24
.globl _bmp_file_size ## @bmp_file_size
.p2align 2
_bmp_file_size:
.long 120054 ## 0x1d4f6
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "rb"
L_.str.1: ## @.str.1
.asciz "file is not in BMP format.\n"
L_.str.2: ## @.str.2
.asciz "cur-02.bmp"
.comm _image,8,3 ## @image
.subsections_via_symbols
| the_stack_data/21809.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
ldr w9, [sp, #60]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov w8, #5
str w8, [sp, #60]
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
bl ___stack_chk_fail
LBB0_2:
mov w0, #0
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #80
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl -4(%rbp), %esi
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
movl $5, -4(%rbp)
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB0_2
## %bb.1:
xorl %eax, %eax
addq $48, %rsp
popq %rbp
retq
LBB0_2:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d\n"
.subsections_via_symbols
| the_stack_data/15761529.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _getbar ; -- Begin function getbar
.p2align 2
_getbar: ; @getbar
.cfi_startproc
; %bb.0:
adrp x8, _bar@PAGE
ldr x8, [x8, _bar@PAGEOFF]
mov x0, x8
ret
.cfi_endproc
; -- End function
.globl _getbaz ; -- Begin function getbaz
.p2align 2
_getbaz: ; @getbaz
.cfi_startproc
; %bb.0:
adrp x8, _baz@PAGE
ldr x8, [x8, _baz@PAGEOFF]
mov x0, x8
ret
.cfi_endproc
; -- End function
.globl _getbazaddr ; -- Begin function getbazaddr
.p2align 2
_getbazaddr: ; @getbazaddr
.cfi_startproc
; %bb.0:
adrp x0, _baz@PAGE
add x0, x0, _baz@PAGEOFF
ret
.cfi_endproc
; -- End function
.section __DATA,__data
.globl _x ; @x
.p2align 2
_x:
.long 1 ; 0x1
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "hello"
.section __DATA,__data
.globl _bar ; @bar
.p2align 3
_bar:
.quad l_.str
.long 2 ; 0x2
.space 4
.section __TEXT,__cstring,cstring_literals
l_.str.1: ; @.str.1
.asciz "aaaa"
.section __DATA,__data
.globl _baz ; @baz
.p2align 3
_baz:
.quad l_.str.1
.long 3 ; 0x3
.space 4
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _getbar ## -- Begin function getbar
.p2align 4, 0x90
_getbar: ## @getbar
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _bar(%rip), %rax
## kill: def $eax killed $eax killed $rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _getbaz ## -- Begin function getbaz
.p2align 4, 0x90
_getbaz: ## @getbaz
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _baz(%rip), %rax
## kill: def $eax killed $eax killed $rax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _getbazaddr ## -- Begin function getbazaddr
.p2align 4, 0x90
_getbazaddr: ## @getbazaddr
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq _baz(%rip), %rax
popq %rbp
retq
.cfi_endproc
## -- End function
.section __DATA,__data
.globl _x ## @x
.p2align 2
_x:
.long 1 ## 0x1
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "hello"
.section __DATA,__data
.globl _bar ## @bar
.p2align 3
_bar:
.quad L_.str
.long 2 ## 0x2
.space 4
.section __TEXT,__cstring,cstring_literals
L_.str.1: ## @.str.1
.asciz "aaaa"
.section __DATA,__data
.globl _baz ## @baz
.p2align 3
_baz:
.quad L_.str.1
.long 3 ## 0x3
.space 4
.subsections_via_symbols
| the_stack_data/92328301.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _foo ; -- Begin function foo
.p2align 2
_foo: ; @foo
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
str w0, [sp, #44]
str x1, [sp, #32]
str x2, [sp, #24]
str x3, [sp, #16]
str wzr, [sp, #12]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #12]
ldr w9, [sp, #44]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldr x8, [sp, #24]
ldrsw x9, [sp, #12]
ldr w8, [x8, x9, lsl #2]
ldr x9, [sp, #16]
ldrsw x10, [sp, #12]
ldr w9, [x9, x10, lsl #2]
add w8, w8, w9
ldr x9, [sp, #32]
ldrsw x10, [sp, #12]
str w8, [x9, x10, lsl #2]
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #12]
add w8, w8, #1
str w8, [sp, #12]
b LBB0_1
LBB0_4:
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, ___stderrp@GOTPAGE
ldr x8, [x8, ___stderrp@GOTPAGEOFF]
str x8, [sp, #8] ; 8-byte Folded Spill
stur wzr, [x29, #-4]
mov w8, #1000
stur w8, [x29, #-8]
ldursw x8, [x29, #-8]
lsl x0, x8, #2
bl _malloc
stur x0, [x29, #-16]
ldur x8, [x29, #-16]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB1_2
b LBB1_1
LBB1_1:
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x1, l_.str@PAGE
add x1, x1, l_.str@PAGEOFF
bl _fprintf
mov w8, #1
stur w8, [x29, #-4]
b LBB1_7
LBB1_2:
ldursw x8, [x29, #-8]
lsl x0, x8, #2
bl _malloc
str x0, [sp, #24]
ldr x8, [sp, #24]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB1_4
b LBB1_3
LBB1_3:
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x1, l_.str@PAGE
add x1, x1, l_.str@PAGEOFF
bl _fprintf
mov w8, #1
stur w8, [x29, #-4]
b LBB1_7
LBB1_4:
ldursw x8, [x29, #-8]
lsl x0, x8, #2
bl _malloc
str x0, [sp, #16]
ldr x8, [sp, #16]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB1_6
b LBB1_5
LBB1_5:
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x1, l_.str@PAGE
add x1, x1, l_.str@PAGEOFF
bl _fprintf
mov w8, #1
stur w8, [x29, #-4]
b LBB1_7
LBB1_6:
ldur w0, [x29, #-8]
ldur x1, [x29, #-16]
ldr x2, [sp, #24]
ldr x3, [sp, #16]
bl _foo
ldur x0, [x29, #-16]
bl _free
ldr x0, [sp, #24]
bl _free
ldr x0, [sp, #16]
bl _free
stur wzr, [x29, #-4]
b LBB1_7
LBB1_7:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "skip the execution due to malloc failures.\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _foo ## -- Begin function foo
.p2align 4, 0x90
_foo: ## @foo
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movq %rsi, -16(%rbp)
movq %rdx, -24(%rbp)
movq %rcx, -32(%rbp)
movl $0, -36(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -36(%rbp), %eax
cmpl -4(%rbp), %eax
jge LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movq -24(%rbp), %rax
movslq -36(%rbp), %rcx
movl (%rax,%rcx,4), %edx
movq -32(%rbp), %rax
movslq -36(%rbp), %rcx
addl (%rax,%rcx,4), %edx
movq -16(%rbp), %rax
movslq -36(%rbp), %rcx
movl %edx, (%rax,%rcx,4)
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -36(%rbp), %eax
addl $1, %eax
movl %eax, -36(%rbp)
jmp LBB0_1
LBB0_4:
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl $0, -4(%rbp)
movl $1000, -8(%rbp) ## imm = 0x3E8
movslq -8(%rbp), %rdi
shlq $2, %rdi
callq _malloc
movq %rax, -16(%rbp)
cmpq $0, -16(%rbp)
jne LBB1_2
## %bb.1:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str(%rip), %rsi
movb $0, %al
callq _fprintf
movl $1, -4(%rbp)
jmp LBB1_7
LBB1_2:
movslq -8(%rbp), %rdi
shlq $2, %rdi
callq _malloc
movq %rax, -24(%rbp)
cmpq $0, -24(%rbp)
jne LBB1_4
## %bb.3:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str(%rip), %rsi
movb $0, %al
callq _fprintf
movl $1, -4(%rbp)
jmp LBB1_7
LBB1_4:
movslq -8(%rbp), %rdi
shlq $2, %rdi
callq _malloc
movq %rax, -32(%rbp)
cmpq $0, -32(%rbp)
jne LBB1_6
## %bb.5:
movq ___stderrp@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str(%rip), %rsi
movb $0, %al
callq _fprintf
movl $1, -4(%rbp)
jmp LBB1_7
LBB1_6:
movl -8(%rbp), %edi
movq -16(%rbp), %rsi
movq -24(%rbp), %rdx
movq -32(%rbp), %rcx
callq _foo
movq -16(%rbp), %rdi
callq _free
movq -24(%rbp), %rdi
callq _free
movq -32(%rbp), %rdi
callq _free
movl $0, -4(%rbp)
LBB1_7:
movl -4(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "skip the execution due to malloc failures.\n"
.subsections_via_symbols
| the_stack_data/11076046.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/937042.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _max ; -- Begin function max
.p2align 2
_max: ; @max
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
str w1, [sp, #8]
ldr w8, [sp, #12]
ldr w9, [sp, #8]
subs w8, w8, w9
cset w8, le
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
ldr w8, [sp, #12]
str w8, [sp, #4] ; 4-byte Folded Spill
b LBB0_3
LBB0_2:
ldr w8, [sp, #8]
str w8, [sp, #4] ; 4-byte Folded Spill
b LBB0_3
LBB0_3:
ldr w0, [sp, #4] ; 4-byte Folded Reload
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
stp x28, x27, [sp, #-32]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
.cfi_offset w27, -24
.cfi_offset w28, -32
sub sp, sp, #2064
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-24]
str wzr, [sp, #48]
add x0, sp, #54
mov x1, #2002
bl _bzero
mov x9, sp
add x8, sp, #44
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
b LBB1_1
LBB1_1: ; =>This Loop Header: Depth=1
; Child Loop BB1_3 Depth 2
ldr w8, [sp, #44]
subs w9, w8, #1
str w9, [sp, #44]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB1_7
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
mov x9, sp
add x8, sp, #40
str x8, [x9]
add x8, sp, #36
str x8, [x9, #8]
add x8, sp, #32
str x8, [x9, #16]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
str wzr, [sp, #24]
b LBB1_3
LBB1_3: ; Parent Loop BB1_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #24]
ldr w9, [sp, #40]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB1_6
b LBB1_4
LBB1_4: ; in Loop: Header=BB1_3 Depth=2
ldr w8, [sp, #24]
ldr w10, [sp, #32]
sdiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
add w8, w8, #97
ldrsw x10, [sp, #24]
add x9, sp, #54
strb w8, [x9, x10]
b LBB1_5
LBB1_5: ; in Loop: Header=BB1_3 Depth=2
ldr w8, [sp, #24]
add w8, w8, #1
str w8, [sp, #24]
b LBB1_3
LBB1_6: ; in Loop: Header=BB1_1 Depth=1
ldrsw x10, [sp, #40]
add x8, sp, #54
mov x9, x8
add x9, x9, x10
strb wzr, [x9]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
b LBB1_1
LBB1_7:
ldur x9, [x29, #-24]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB1_9
b LBB1_8
LBB1_8:
bl ___stack_chk_fail
LBB1_9:
mov w0, #0
add sp, sp, #2064
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
ldp x28, x27, [sp], #32 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d"
l_.str.1: ; @.str.1
.asciz "%d %d %d"
l_.str.2: ; @.str.2
.asciz "%s\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _max ## -- Begin function max
.p2align 4, 0x90
_max: ## @max
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl %esi, -8(%rbp)
movl -4(%rbp), %eax
cmpl -8(%rbp), %eax
jle LBB0_2
## %bb.1:
movl -4(%rbp), %eax
movl %eax, -12(%rbp) ## 4-byte Spill
jmp LBB0_3
LBB0_2:
movl -8(%rbp), %eax
movl %eax, -12(%rbp) ## 4-byte Spill
LBB0_3:
movl -12(%rbp), %eax ## 4-byte Reload
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $2048, %rsp ## imm = 0x800
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl $0, -2020(%rbp)
leaq -2016(%rbp), %rdi
xorl %esi, %esi
movl $2002, %edx ## imm = 0x7D2
callq _memset
leaq L_.str(%rip), %rdi
leaq -2024(%rbp), %rsi
movb $0, %al
callq _scanf
LBB1_1: ## =>This Loop Header: Depth=1
## Child Loop BB1_3 Depth 2
movl -2024(%rbp), %eax
movl %eax, %ecx
addl $-1, %ecx
movl %ecx, -2024(%rbp)
cmpl $0, %eax
je LBB1_7
## %bb.2: ## in Loop: Header=BB1_1 Depth=1
leaq L_.str.1(%rip), %rdi
leaq -2028(%rbp), %rsi
leaq -2032(%rbp), %rdx
leaq -2036(%rbp), %rcx
movb $0, %al
callq _scanf
movl $0, -2044(%rbp)
LBB1_3: ## Parent Loop BB1_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -2044(%rbp), %eax
cmpl -2028(%rbp), %eax
jge LBB1_6
## %bb.4: ## in Loop: Header=BB1_3 Depth=2
movl -2044(%rbp), %eax
cltd
idivl -2036(%rbp)
addl $97, %edx
movb %dl, %cl
movslq -2044(%rbp), %rax
movb %cl, -2016(%rbp,%rax)
## %bb.5: ## in Loop: Header=BB1_3 Depth=2
movl -2044(%rbp), %eax
addl $1, %eax
movl %eax, -2044(%rbp)
jmp LBB1_3
LBB1_6: ## in Loop: Header=BB1_1 Depth=1
movslq -2028(%rbp), %rax
movb $0, -2016(%rbp,%rax)
leaq -2016(%rbp), %rsi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB1_1
LBB1_7:
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB1_9
## %bb.8:
xorl %eax, %eax
addq $2048, %rsp ## imm = 0x800
popq %rbp
retq
LBB1_9:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d"
L_.str.1: ## @.str.1
.asciz "%d %d %d"
L_.str.2: ## @.str.2
.asciz "%s\n"
.subsections_via_symbols
| the_stack_data/198581295.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.subsections_via_symbols
| the_stack_data/104828811.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
stur w0, [x29, #-8]
stur x1, [x29, #-16]
mov w8, #1
str w8, [sp, #28]
mov x9, sp
sub x8, x29, #20
str x8, [x9]
sub x8, x29, #24
str x8, [x9, #8]
sub x8, x29, #28
str x8, [x9, #16]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
str wzr, [sp, #32]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #32]
ldur w9, [x29, #-24]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
ldur w9, [x29, #-20]
ldr w8, [sp, #28]
mul w8, w8, w9
str w8, [sp, #28]
ldur w10, [x29, #-28]
ldr w8, [sp, #28]
sdiv w9, w8, w10
mul w9, w9, w10
subs w8, w8, w9
str w8, [sp, #28]
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #32]
add w8, w8, #1
str w8, [sp, #32]
b LBB0_1
LBB0_4:
ldr w9, [sp, #28]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
mov w0, #0
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #80
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%d %d %d"
l_.str.1: ; @.str.1
.asciz "%d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movl $0, -4(%rbp)
movl %edi, -8(%rbp)
movq %rsi, -16(%rbp)
movl $1, -36(%rbp)
leaq L_.str(%rip), %rdi
leaq -20(%rbp), %rsi
leaq -24(%rbp), %rdx
leaq -28(%rbp), %rcx
movb $0, %al
callq _scanf
movl $0, -32(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
movl -32(%rbp), %eax
cmpl -24(%rbp), %eax
jge LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
movl -20(%rbp), %eax
imull -36(%rbp), %eax
movl %eax, -36(%rbp)
movl -28(%rbp), %ecx
movl -36(%rbp), %eax
cltd
idivl %ecx
movl %edx, -36(%rbp)
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -32(%rbp), %eax
addl $1, %eax
movl %eax, -32(%rbp)
jmp LBB0_1
LBB0_4:
movl -36(%rbp), %esi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%d %d %d"
L_.str.1: ## @.str.1
.asciz "%d\n"
.subsections_via_symbols
| the_stack_data/142921.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _freeList ; -- Begin function freeList
.p2align 2
_freeList: ; @freeList
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
ldr x8, [sp, #8]
ldr x8, [x8, #8]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
b LBB0_5
LBB0_2:
ldr x8, [sp, #8]
ldr x8, [x8, #8]
str x8, [sp, #8]
b LBB0_3
LBB0_3: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #8]
str x8, [sp]
ldr x8, [sp, #8]
ldr x8, [x8, #8]
str x8, [sp, #8]
ldr x0, [sp]
bl _free
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=1
ldr x8, [sp, #8]
subs x8, x8, #0
cset w8, ne
tbnz w8, #0, LBB0_3
b LBB0_5
LBB0_5:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _insertBefore ; -- Begin function insertBefore
.p2align 2
_insertBefore: ; @insertBefore
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur w1, [x29, #-12]
mov x0, #16
bl _malloc
str x0, [sp, #8]
ldur x8, [x29, #-8]
ldr x8, [x8, #8]
ldr x9, [sp, #8]
str x8, [x9, #8]
ldr x8, [sp, #8]
ldur x9, [x29, #-8]
str x8, [x9, #8]
ldur x8, [x29, #-8]
ldr w8, [x8]
ldr x9, [sp, #8]
str w8, [x9]
ldur w8, [x29, #-12]
ldur x9, [x29, #-8]
str w8, [x9]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _insertAfter ; -- Begin function insertAfter
.p2align 2
_insertAfter: ; @insertAfter
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur w1, [x29, #-12]
mov x0, #16
bl _malloc
str x0, [sp, #8]
ldur x8, [x29, #-8]
ldr x8, [x8, #8]
ldr x9, [sp, #8]
str x8, [x9, #8]
ldr x8, [sp, #8]
ldur x9, [x29, #-8]
str x8, [x9, #8]
ldur w8, [x29, #-12]
ldr x9, [sp, #8]
str w8, [x9]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _inserirChave ; -- Begin function inserirChave
.p2align 2
_inserirChave: ; @inserirChave
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur w1, [x29, #-12]
ldur x8, [x29, #-8]
ldr w8, [x8]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB3_2
b LBB3_1
LBB3_1:
ldur w8, [x29, #-12]
ldur x9, [x29, #-8]
str w8, [x9]
b LBB3_11
LBB3_2:
ldur w8, [x29, #-12]
ldur x9, [x29, #-8]
ldr w9, [x9]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB3_4
b LBB3_3
LBB3_3:
ldur x0, [x29, #-8]
ldur w1, [x29, #-12]
bl _insertBefore
b LBB3_11
LBB3_4:
b LBB3_5
LBB3_5:
ldur x8, [x29, #-8]
str x8, [sp, #24]
ldr x8, [sp, #24]
ldr x8, [x8, #8]
str x8, [sp, #16]
b LBB3_6
LBB3_6: ; =>This Inner Loop Header: Depth=1
ldr x8, [sp, #16]
subs x8, x8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #12] ; 4-byte Folded Spill
tbnz w8, #0, LBB3_8
b LBB3_7
LBB3_7: ; in Loop: Header=BB3_6 Depth=1
ldr x8, [sp, #16]
ldr w8, [x8]
ldur w9, [x29, #-12]
subs w8, w8, w9
cset w8, lt
str w8, [sp, #12] ; 4-byte Folded Spill
b LBB3_8
LBB3_8: ; in Loop: Header=BB3_6 Depth=1
ldr w8, [sp, #12] ; 4-byte Folded Reload
tbz w8, #0, LBB3_10
b LBB3_9
LBB3_9: ; in Loop: Header=BB3_6 Depth=1
ldr x8, [sp, #16]
str x8, [sp, #24]
ldr x8, [sp, #16]
ldr x8, [x8, #8]
str x8, [sp, #16]
b LBB3_6
LBB3_10:
ldr x0, [sp, #24]
ldur w1, [x29, #-12]
bl _insertAfter
b LBB3_11
LBB3_11:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #112
.cfi_def_cfa_offset 112
stp x29, x30, [sp, #96] ; 16-byte Folded Spill
add x29, sp, #96
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
mov x9, sp
sub x8, x29, #8
str x8, [x9]
sub x8, x29, #16
str x8, [x9, #8]
sub x8, x29, #12
str x8, [x9, #16]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _scanf
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
ldur w8, [x29, #-8]
mov x9, x8
mov x8, #16
mul x0, x8, x9
bl _malloc
stur x0, [x29, #-40]
stur wzr, [x29, #-20]
b LBB4_1
LBB4_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-20]
ldur w9, [x29, #-16]
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB4_4
b LBB4_2
LBB4_2: ; in Loop: Header=BB4_1 Depth=1
mov x9, sp
sub x8, x29, #28
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _scanf
ldur w8, [x29, #-28]
ldur w9, [x29, #-8]
mul w8, w8, w9
ldur w9, [x29, #-12]
udiv w8, w8, w9
stur w8, [x29, #-24]
ldur x8, [x29, #-40]
ldur w9, [x29, #-24]
; kill: def $x9 killed $w9
add x0, x8, x9, lsl #4
ldur w1, [x29, #-28]
bl _inserirChave
b LBB4_3
LBB4_3: ; in Loop: Header=BB4_1 Depth=1
ldur w8, [x29, #-20]
add w8, w8, #1
stur w8, [x29, #-20]
b LBB4_1
LBB4_4:
stur wzr, [x29, #-20]
b LBB4_5
LBB4_5: ; =>This Loop Header: Depth=1
; Child Loop BB4_7 Depth 2
ldur w8, [x29, #-20]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB4_14
b LBB4_6
LBB4_6: ; in Loop: Header=BB4_5 Depth=1
ldur x8, [x29, #-40]
ldur w9, [x29, #-20]
; kill: def $x9 killed $w9
add x8, x8, x9, lsl #4
str x8, [sp, #48]
ldur w9, [x29, #-20]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
b LBB4_7
LBB4_7: ; Parent Loop BB4_5 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [sp, #48]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB4_12
b LBB4_8
LBB4_8: ; in Loop: Header=BB4_7 Depth=2
ldr x8, [sp, #48]
ldr w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB4_10
b LBB4_9
LBB4_9: ; in Loop: Header=BB4_7 Depth=2
ldr x8, [sp, #48]
ldr w9, [x8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _printf
b LBB4_11
LBB4_10: ; in Loop: Header=BB4_7 Depth=2
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
b LBB4_11
LBB4_11: ; in Loop: Header=BB4_7 Depth=2
ldr x8, [sp, #48]
ldr x8, [x8, #8]
str x8, [sp, #48]
b LBB4_7
LBB4_12: ; in Loop: Header=BB4_5 Depth=1
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
b LBB4_13
LBB4_13: ; in Loop: Header=BB4_5 Depth=1
ldur w8, [x29, #-20]
add w8, w8, #1
stur w8, [x29, #-20]
b LBB4_5
LBB4_14:
str wzr, [sp, #36]
b LBB4_15
LBB4_15: ; =>This Loop Header: Depth=1
; Child Loop BB4_17 Depth 2
ldr w8, [sp, #36]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB4_23
b LBB4_16
LBB4_16: ; in Loop: Header=BB4_15 Depth=1
ldur x8, [x29, #-40]
ldrsw x9, [sp, #36]
add x8, x8, x9, lsl #4
str x8, [sp, #48]
b LBB4_17
LBB4_17: ; Parent Loop BB4_15 Depth=1
; => This Inner Loop Header: Depth=2
ldr x8, [sp, #48]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB4_21
b LBB4_18
LBB4_18: ; in Loop: Header=BB4_17 Depth=2
ldr x8, [sp, #48]
ldr w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB4_20
b LBB4_19
LBB4_19: ; in Loop: Header=BB4_17 Depth=2
ldr x8, [sp, #48]
ldr w9, [x8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
b LBB4_20
LBB4_20: ; in Loop: Header=BB4_17 Depth=2
ldr x8, [sp, #48]
ldr x8, [x8, #8]
str x8, [sp, #48]
b LBB4_17
LBB4_21: ; in Loop: Header=BB4_15 Depth=1
b LBB4_22
LBB4_22: ; in Loop: Header=BB4_15 Depth=1
ldr w8, [sp, #36]
add w8, w8, #1
str w8, [sp, #36]
b LBB4_15
LBB4_23:
adrp x0, l_.str.4@PAGE
add x0, x0, l_.str.4@PAGEOFF
bl _printf
str wzr, [sp, #32]
b LBB4_24
LBB4_24: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #32]
ldur w9, [x29, #-8]
subs w8, w8, w9
cset w8, hs
tbnz w8, #0, LBB4_27
b LBB4_25
LBB4_25: ; in Loop: Header=BB4_24 Depth=1
ldur x8, [x29, #-40]
ldrsw x9, [sp, #32]
add x0, x8, x9, lsl #4
bl _freeList
b LBB4_26
LBB4_26: ; in Loop: Header=BB4_24 Depth=1
ldr w8, [sp, #32]
add w8, w8, #1
str w8, [sp, #32]
b LBB4_24
LBB4_27:
ldur x0, [x29, #-40]
bl _free
mov w0, #0
ldp x29, x30, [sp, #96] ; 16-byte Folded Reload
add sp, sp, #112
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%u %u %u"
l_.str.1: ; @.str.1
.asciz "%d"
l_.str.2: ; @.str.2
.asciz " %d"
l_.str.3: ; @.str.3
.asciz " NULL"
l_.str.4: ; @.str.4
.asciz "\n"
l_.str.5: ; @.str.5
.asciz "%d "
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _freeList ## -- Begin function freeList
.p2align 4, 0x90
_freeList: ## @freeList
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rax
cmpq $0, 8(%rax)
jne LBB0_2
## %bb.1:
jmp LBB0_5
LBB0_2:
movq -8(%rbp), %rax
movq 8(%rax), %rax
movq %rax, -8(%rbp)
LBB0_3: ## =>This Inner Loop Header: Depth=1
movq -8(%rbp), %rax
movq %rax, -16(%rbp)
movq -8(%rbp), %rax
movq 8(%rax), %rax
movq %rax, -8(%rbp)
movq -16(%rbp), %rdi
callq _free
## %bb.4: ## in Loop: Header=BB0_3 Depth=1
cmpq $0, -8(%rbp)
jne LBB0_3
LBB0_5:
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _insertBefore ## -- Begin function insertBefore
.p2align 4, 0x90
_insertBefore: ## @insertBefore
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movl $16, %edi
callq _malloc
movq %rax, -24(%rbp)
movq -8(%rbp), %rax
movq 8(%rax), %rcx
movq -24(%rbp), %rax
movq %rcx, 8(%rax)
movq -24(%rbp), %rcx
movq -8(%rbp), %rax
movq %rcx, 8(%rax)
movq -8(%rbp), %rax
movl (%rax), %ecx
movq -24(%rbp), %rax
movl %ecx, (%rax)
movl -12(%rbp), %ecx
movq -8(%rbp), %rax
movl %ecx, (%rax)
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _insertAfter ## -- Begin function insertAfter
.p2align 4, 0x90
_insertAfter: ## @insertAfter
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movl $16, %edi
callq _malloc
movq %rax, -24(%rbp)
movq -8(%rbp), %rax
movq 8(%rax), %rcx
movq -24(%rbp), %rax
movq %rcx, 8(%rax)
movq -24(%rbp), %rcx
movq -8(%rbp), %rax
movq %rcx, 8(%rax)
movl -12(%rbp), %ecx
movq -24(%rbp), %rax
movl %ecx, (%rax)
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _inserirChave ## -- Begin function inserirChave
.p2align 4, 0x90
_inserirChave: ## @inserirChave
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movq -8(%rbp), %rax
cmpl $0, (%rax)
jne LBB3_2
## %bb.1:
movl -12(%rbp), %ecx
movq -8(%rbp), %rax
movl %ecx, (%rax)
jmp LBB3_11
LBB3_2:
movl -12(%rbp), %eax
movq -8(%rbp), %rcx
cmpl (%rcx), %eax
jge LBB3_4
## %bb.3:
movq -8(%rbp), %rdi
movl -12(%rbp), %esi
callq _insertBefore
jmp LBB3_11
LBB3_4:
jmp LBB3_5
LBB3_5:
movq -8(%rbp), %rax
movq %rax, -24(%rbp)
movq -24(%rbp), %rax
movq 8(%rax), %rax
movq %rax, -32(%rbp)
LBB3_6: ## =>This Inner Loop Header: Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpq $0, -32(%rbp)
movb %al, -33(%rbp) ## 1-byte Spill
je LBB3_8
## %bb.7: ## in Loop: Header=BB3_6 Depth=1
movq -32(%rbp), %rax
movl (%rax), %eax
cmpl -12(%rbp), %eax
setl %al
movb %al, -33(%rbp) ## 1-byte Spill
LBB3_8: ## in Loop: Header=BB3_6 Depth=1
movb -33(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB3_9
jmp LBB3_10
LBB3_9: ## in Loop: Header=BB3_6 Depth=1
movq -32(%rbp), %rax
movq %rax, -24(%rbp)
movq -32(%rbp), %rax
movq 8(%rax), %rax
movq %rax, -32(%rbp)
jmp LBB3_6
LBB3_10:
movq -24(%rbp), %rdi
movl -12(%rbp), %esi
callq _insertAfter
LBB3_11:
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $64, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
leaq -8(%rbp), %rsi
leaq -16(%rbp), %rdx
leaq -12(%rbp), %rcx
movb $0, %al
callq _scanf
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
movl -8(%rbp), %eax
movl %eax, %edi
shlq $4, %rdi
callq _malloc
movq %rax, -40(%rbp)
movl $0, -20(%rbp)
LBB4_1: ## =>This Inner Loop Header: Depth=1
movl -20(%rbp), %eax
cmpl -16(%rbp), %eax
jae LBB4_4
## %bb.2: ## in Loop: Header=BB4_1 Depth=1
leaq L_.str.1(%rip), %rdi
leaq -28(%rbp), %rsi
movb $0, %al
callq _scanf
movl -28(%rbp), %eax
imull -8(%rbp), %eax
xorl %edx, %edx
divl -12(%rbp)
movl %eax, -24(%rbp)
movq -40(%rbp), %rdi
movl -24(%rbp), %eax
## kill: def $rax killed $eax
shlq $4, %rax
addq %rax, %rdi
movl -28(%rbp), %esi
callq _inserirChave
## %bb.3: ## in Loop: Header=BB4_1 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB4_1
LBB4_4:
movl $0, -20(%rbp)
LBB4_5: ## =>This Loop Header: Depth=1
## Child Loop BB4_7 Depth 2
movl -20(%rbp), %eax
cmpl -8(%rbp), %eax
jae LBB4_14
## %bb.6: ## in Loop: Header=BB4_5 Depth=1
movq -40(%rbp), %rax
movl -20(%rbp), %ecx
## kill: def $rcx killed $ecx
shlq $4, %rcx
addq %rcx, %rax
movq %rax, -48(%rbp)
movl -20(%rbp), %esi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
LBB4_7: ## Parent Loop BB4_5 Depth=1
## => This Inner Loop Header: Depth=2
cmpq $0, -48(%rbp)
je LBB4_12
## %bb.8: ## in Loop: Header=BB4_7 Depth=2
movq -48(%rbp), %rax
cmpl $0, (%rax)
je LBB4_10
## %bb.9: ## in Loop: Header=BB4_7 Depth=2
movq -48(%rbp), %rax
movl (%rax), %esi
leaq L_.str.2(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB4_11
LBB4_10: ## in Loop: Header=BB4_7 Depth=2
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
LBB4_11: ## in Loop: Header=BB4_7 Depth=2
movq -48(%rbp), %rax
movq 8(%rax), %rax
movq %rax, -48(%rbp)
jmp LBB4_7
LBB4_12: ## in Loop: Header=BB4_5 Depth=1
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
## %bb.13: ## in Loop: Header=BB4_5 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB4_5
LBB4_14:
movl $0, -60(%rbp)
LBB4_15: ## =>This Loop Header: Depth=1
## Child Loop BB4_17 Depth 2
movl -60(%rbp), %eax
cmpl -8(%rbp), %eax
jae LBB4_23
## %bb.16: ## in Loop: Header=BB4_15 Depth=1
movq -40(%rbp), %rax
movslq -60(%rbp), %rcx
shlq $4, %rcx
addq %rcx, %rax
movq %rax, -48(%rbp)
LBB4_17: ## Parent Loop BB4_15 Depth=1
## => This Inner Loop Header: Depth=2
cmpq $0, -48(%rbp)
je LBB4_21
## %bb.18: ## in Loop: Header=BB4_17 Depth=2
movq -48(%rbp), %rax
cmpl $0, (%rax)
je LBB4_20
## %bb.19: ## in Loop: Header=BB4_17 Depth=2
movq -48(%rbp), %rax
movl (%rax), %esi
leaq L_.str.5(%rip), %rdi
movb $0, %al
callq _printf
LBB4_20: ## in Loop: Header=BB4_17 Depth=2
movq -48(%rbp), %rax
movq 8(%rax), %rax
movq %rax, -48(%rbp)
jmp LBB4_17
LBB4_21: ## in Loop: Header=BB4_15 Depth=1
jmp LBB4_22
LBB4_22: ## in Loop: Header=BB4_15 Depth=1
movl -60(%rbp), %eax
addl $1, %eax
movl %eax, -60(%rbp)
jmp LBB4_15
LBB4_23:
leaq L_.str.4(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -64(%rbp)
LBB4_24: ## =>This Inner Loop Header: Depth=1
movl -64(%rbp), %eax
cmpl -8(%rbp), %eax
jae LBB4_27
## %bb.25: ## in Loop: Header=BB4_24 Depth=1
movq -40(%rbp), %rdi
movslq -64(%rbp), %rax
shlq $4, %rax
addq %rax, %rdi
callq _freeList
## %bb.26: ## in Loop: Header=BB4_24 Depth=1
movl -64(%rbp), %eax
addl $1, %eax
movl %eax, -64(%rbp)
jmp LBB4_24
LBB4_27:
movq -40(%rbp), %rdi
callq _free
xorl %eax, %eax
addq $64, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%u %u %u"
L_.str.1: ## @.str.1
.asciz "%d"
L_.str.2: ## @.str.2
.asciz " %d"
L_.str.3: ## @.str.3
.asciz " NULL"
L_.str.4: ## @.str.4
.asciz "\n"
L_.str.5: ## @.str.5
.asciz "%d "
.subsections_via_symbols
| the_stack_data/283402.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #0
str w8, [sp, #8] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
ldr w0, [sp, #8] ; 4-byte Folded Reload
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Hello World!"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Hello World!"
.subsections_via_symbols
| the_stack_data/182953366.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _shuffle ; -- Begin function shuffle
.p2align 2
_shuffle: ; @shuffle
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
stur w1, [x29, #-12]
ldursw x8, [x29, #-12]
lsr x0, x8, #0
bl _malloc
str x0, [sp, #8]
ldr x0, [sp, #8]
ldur x1, [x29, #-8]
ldursw x8, [x29, #-12]
lsr x2, x8, #0
mov x3, #-1
bl ___memcpy_chk
ldur w8, [x29, #-12]
str w8, [sp, #4]
b LBB0_1
LBB0_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #4]
subs w8, w8, #0
cset w8, le
tbnz w8, #0, LBB0_4
b LBB0_2
LBB0_2: ; in Loop: Header=BB0_1 Depth=1
bl _rand
ldr w9, [sp, #4]
sdiv w8, w0, w9
mul w8, w8, w9
subs w8, w0, w8
str w8, [sp]
ldr x8, [sp, #8]
ldrsw x9, [sp]
add x8, x8, x9
ldrb w8, [x8]
ldur x9, [x29, #-8]
ldur w10, [x29, #-12]
ldr w11, [sp, #4]
subs w10, w10, w11
add x9, x9, w10, sxtw
strb w8, [x9]
ldr x8, [sp, #8]
ldr w9, [sp, #4]
subs w9, w9, #1
add x8, x8, w9, sxtw
ldrb w8, [x8]
ldr x9, [sp, #8]
ldrsw x10, [sp]
add x9, x9, x10
strb w8, [x9]
b LBB0_3
LBB0_3: ; in Loop: Header=BB0_1 Depth=1
ldr w8, [sp, #4]
subs w8, w8, #1
str w8, [sp, #4]
b LBB0_1
LBB0_4:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _bogoSort ; -- Begin function bogoSort
.p2align 2
_bogoSort: ; @bogoSort
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
str x1, [sp, #16]
str w2, [sp, #12]
str wzr, [sp, #8]
b LBB1_1
LBB1_1: ; =>This Inner Loop Header: Depth=1
ldur x0, [x29, #-8]
ldr x1, [sp, #16]
bl _strcmp
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB1_3
b LBB1_2
LBB1_2: ; in Loop: Header=BB1_1 Depth=1
ldur x0, [x29, #-8]
ldr w8, [sp, #12]
subs w1, w8, #1
bl _shuffle
ldr w8, [sp, #8]
add w8, w8, #1
str w8, [sp, #8]
b LBB1_1
LBB1_3:
ldr w0, [sp, #8]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov x0, #0
bl _time
; kill: def $w0 killed $w0 killed $x0
bl _srand
adrp x8, l___const.main.a@PAGE
add x8, x8, l___const.main.a@PAGEOFF
ldr w9, [x8]
sub x0, x29, #8
str x0, [sp, #16] ; 8-byte Folded Spill
stur w9, [x29, #-8]
ldrh w8, [x8, #4]
sturh w8, [x29, #-4]
adrp x8, l___const.main.b@PAGE
add x8, x8, l___const.main.b@PAGEOFF
ldr w9, [x8]
sub x1, x29, #16
stur w9, [x29, #-16]
ldrh w8, [x8, #4]
sturh w8, [x29, #-12]
mov w2, #6
bl _bogoSort
ldr x8, [sp, #16] ; 8-byte Folded Reload
stur w0, [x29, #-20]
ldur w9, [x29, #-20]
; implicit-def: $x10
mov x10, x9
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov w0, #0
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l___const.main.a: ; @__const.main.a
.asciz "lolhe"
l___const.main.b: ; @__const.main.b
.asciz "hello"
l_.str: ; @.str
.asciz "Number of iterations: %d\n%s"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _shuffle ## -- Begin function shuffle
.p2align 4, 0x90
_shuffle: ## @shuffle
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movl %esi, -12(%rbp)
movslq -12(%rbp), %rdi
shlq $0, %rdi
callq _malloc
movq %rax, -24(%rbp)
movq -24(%rbp), %rdi
movq -8(%rbp), %rsi
movslq -12(%rbp), %rdx
shlq $0, %rdx
movq $-1, %rcx
callq ___memcpy_chk
movl -12(%rbp), %eax
movl %eax, -28(%rbp)
LBB0_1: ## =>This Inner Loop Header: Depth=1
cmpl $0, -28(%rbp)
jle LBB0_4
## %bb.2: ## in Loop: Header=BB0_1 Depth=1
callq _rand
cltd
idivl -28(%rbp)
movl %edx, -32(%rbp)
movq -24(%rbp), %rax
movslq -32(%rbp), %rcx
movb (%rax,%rcx), %dl
movq -8(%rbp), %rax
movl -12(%rbp), %ecx
subl -28(%rbp), %ecx
movslq %ecx, %rcx
movb %dl, (%rax,%rcx)
movq -24(%rbp), %rax
movl -28(%rbp), %ecx
subl $1, %ecx
movslq %ecx, %rcx
movb (%rax,%rcx), %dl
movq -24(%rbp), %rax
movslq -32(%rbp), %rcx
movb %dl, (%rax,%rcx)
## %bb.3: ## in Loop: Header=BB0_1 Depth=1
movl -28(%rbp), %eax
addl $-1, %eax
movl %eax, -28(%rbp)
jmp LBB0_1
LBB0_4:
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _bogoSort ## -- Begin function bogoSort
.p2align 4, 0x90
_bogoSort: ## @bogoSort
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movq %rdi, -8(%rbp)
movq %rsi, -16(%rbp)
movl %edx, -20(%rbp)
movl $0, -24(%rbp)
LBB1_1: ## =>This Inner Loop Header: Depth=1
movq -8(%rbp), %rdi
movq -16(%rbp), %rsi
callq _strcmp
cmpl $0, %eax
sete %al
xorb $-1, %al
testb $1, %al
jne LBB1_2
jmp LBB1_3
LBB1_2: ## in Loop: Header=BB1_1 Depth=1
movq -8(%rbp), %rdi
movl -20(%rbp), %esi
subl $1, %esi
callq _shuffle
movl -24(%rbp), %eax
addl $1, %eax
movl %eax, -24(%rbp)
jmp LBB1_1
LBB1_3:
movl -24(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
xorl %eax, %eax
movl %eax, %edi
callq _time
movl %eax, %edi
callq _srand
movl L___const.main.a(%rip), %eax
movl %eax, -6(%rbp)
movw L___const.main.a+4(%rip), %ax
movw %ax, -2(%rbp)
movl L___const.main.b(%rip), %eax
movl %eax, -12(%rbp)
movw L___const.main.b+4(%rip), %ax
movw %ax, -8(%rbp)
leaq -6(%rbp), %rdi
leaq -12(%rbp), %rsi
movl $6, %edx
callq _bogoSort
movl %eax, -16(%rbp)
movl -16(%rbp), %esi
leaq -6(%rbp), %rdx
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L___const.main.a: ## @__const.main.a
.asciz "lolhe"
L___const.main.b: ## @__const.main.b
.asciz "hello"
L_.str: ## @.str
.asciz "Number of iterations: %d\n%s"
.subsections_via_symbols
| the_stack_data/37637603.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _func ; -- Begin function func
.p2align 2
_func: ; @func
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov x9, sp
adrp x8, l___FUNCTION__.func@PAGE
add x8, x8, l___FUNCTION__.func@PAGEOFF
str x8, [x9]
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
mov x0, #0
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
mov w8, #0
str w8, [sp, #8] ; 4-byte Folded Spill
stur wzr, [x29, #-4]
bl _func
mov x8, sp
str x0, [x8]
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
ldr w0, [sp, #8] ; 4-byte Folded Reload
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "%s\n"
l___FUNCTION__.func: ; @__FUNCTION__.func
.asciz "func"
l_.str.1: ; @.str.1
.asciz "%p\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _func ## -- Begin function func
.p2align 4, 0x90
_func: ## @func
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
leaq L_.str(%rip), %rdi
leaq L___FUNCTION__.func(%rip), %rsi
movb $0, %al
callq _printf
xorl %eax, %eax
## kill: def $rax killed $eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
callq _func
movq %rax, %rsi
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "%s\n"
L___FUNCTION__.func: ## @__FUNCTION__.func
.asciz "func"
L_.str.1: ## @.str.1
.asciz "%p\n"
.subsections_via_symbols
| the_stack_data/12636964.c |
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ; -- Begin function main
.p2align 2
_main: ; @main
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur wzr, [x29, #-4]
str w0, [sp, #8]
str x1, [sp]
ldr w8, [sp, #8]
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB0_2
b LBB0_1
LBB0_1:
adrp x0, l_.str@PAGE
add x0, x0, l_.str@PAGEOFF
bl _printf
adrp x0, l_.str.1@PAGE
add x0, x0, l_.str.1@PAGEOFF
bl _printf
stur wzr, [x29, #-4]
b LBB0_8
LBB0_2:
ldr x8, [sp]
ldr x0, [x8, #8]
bl _init_env
b LBB0_3
LBB0_3: ; =>This Inner Loop Header: Depth=1
adrp x8, _stay_alive@GOTPAGE
ldr x8, [x8, _stay_alive@GOTPAGEOFF]
ldr w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB0_7
b LBB0_4
LBB0_4: ; in Loop: Header=BB0_3 Depth=1
bl _clear_buffer
bl _prompt
bl _read_input
adrp x8, _buffer@GOTPAGE
ldr x8, [x8, _buffer@GOTPAGEOFF]
ldr x0, [x8]
bl _strlen
subs x8, x0, #0
cset w8, eq
tbnz w8, #0, LBB0_6
b LBB0_5
LBB0_5: ; in Loop: Header=BB0_3 Depth=1
bl _execute
b LBB0_6
LBB0_6: ; in Loop: Header=BB0_3 Depth=1
b LBB0_3
LBB0_7:
stur wzr, [x29, #-4]
b LBB0_8
LBB0_8:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _init_env ; -- Begin function init_env
.p2align 2
_init_env: ; @init_env
.cfi_startproc
; %bb.0:
sub sp, sp, #96
.cfi_def_cfa_offset 96
stp x29, x30, [sp, #80] ; 16-byte Folded Spill
add x29, sp, #80
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _imageid@GOTPAGE
ldr x8, [x8, _imageid@GOTPAGEOFF]
str x8, [sp, #40] ; 8-byte Folded Spill
adrp x8, _psector@GOTPAGE
ldr x8, [x8, _psector@GOTPAGEOFF]
stur x8, [x29, #-32] ; 8-byte Folded Spill
adrp x9, _bytesPerSector@GOTPAGE
ldr x9, [x9, _bytesPerSector@GOTPAGEOFF]
str x9, [sp, #32] ; 8-byte Folded Spill
add x8, x8, #11
str x8, [sp] ; 8-byte Folded Spill
adrp x8, _rootCluster@GOTPAGE
ldr x8, [x8, _rootCluster@GOTPAGEOFF]
str x8, [sp, #8] ; 8-byte Folded Spill
stur x0, [x29, #-8]
adrp x0, l_.str.2@PAGE
add x0, x0, l_.str.2@PAGEOFF
bl _getenv
adrp x8, _username@GOTPAGE
ldr x8, [x8, _username@GOTPAGEOFF]
str x0, [x8]
ldur x9, [x29, #-8]
adrp x8, _imagename@GOTPAGE
ldr x8, [x8, _imagename@GOTPAGEOFF]
str x9, [x8]
adrp x9, _buffer@GOTPAGE
ldr x9, [x9, _buffer@GOTPAGEOFF]
; kill: def $x10 killed $xzr
str xzr, [x9]
adrp x10, _stay_alive@GOTPAGE
ldr x10, [x10, _stay_alive@GOTPAGEOFF]
mov w9, #1
str w9, [x10]
ldr x0, [x8]
mov w1, #2
bl _open
ldr x8, [sp, #40] ; 8-byte Folded Reload
str w0, [x8]
mov w0, #0
bl _seekTo
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldur x1, [x29, #-32] ; 8-byte Folded Reload
ldr w0, [x8]
mov x2, #512
stur x2, [x29, #-24] ; 8-byte Folded Spill
bl _read
ldr x9, [sp] ; 8-byte Folded Reload
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldr x13, [sp, #32] ; 8-byte Folded Reload
ldur x14, [x29, #-32] ; 8-byte Folded Reload
ldur x10, [x14, #3]
adrp x11, _name@GOTPAGE
ldr x11, [x11, _name@GOTPAGEOFF]
str x10, [x11]
ldrh w9, [x9]
strh w9, [x13]
ldrb w9, [x14, #13]
adrp x12, _sectorsPerCluster@GOTPAGE
ldr x12, [x12, _sectorsPerCluster@GOTPAGEOFF]
strb w9, [x12]
ldrh w10, [x14, #14]
adrp x9, _reservedSectorCount@GOTPAGE
ldr x9, [x9, _reservedSectorCount@GOTPAGEOFF]
strh w10, [x9]
ldrb w11, [x14, #16]
adrp x10, _numFATs@GOTPAGE
ldr x10, [x10, _numFATs@GOTPAGEOFF]
strb w11, [x10]
ldr w11, [x14, #32]
adrp x15, _numTotalSectors@GOTPAGE
ldr x15, [x15, _numTotalSectors@GOTPAGEOFF]
str w11, [x15]
ldr w15, [x14, #36]
adrp x11, _sizeFAT@GOTPAGE
ldr x11, [x11, _sizeFAT@GOTPAGEOFF]
str w15, [x11]
ldr w15, [x14, #44]
str w15, [x8]
ldrh w14, [x14, #48]
adrp x15, _fsinfo@GOTPAGE
ldr x15, [x15, _fsinfo@GOTPAGEOFF]
str x15, [sp, #16] ; 8-byte Folded Spill
strh w14, [x15]
ldrsb w12, [x12]
ldrh w13, [x13]
mul w12, w12, w13
adrp x13, _bytesPerCluster@GOTPAGE
ldr x13, [x13, _bytesPerCluster@GOTPAGEOFF]
str w12, [x13]
adrp x12, _nextFreeLocation@GOTPAGE
ldr x12, [x12, _nextFreeLocation@GOTPAGEOFF]
str wzr, [x12]
ldrh w9, [x9]
ldrsb w10, [x10]
ldr w11, [x11]
mul w10, w10, w11
add w9, w9, w10
adrp x10, _firstDataSector@GOTPAGE
ldr x10, [x10, _firstDataSector@GOTPAGEOFF]
str w9, [x10]
ldr w0, [x8]
bl _firstSectorOfCluster
ldr x10, [sp, #8] ; 8-byte Folded Reload
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr x9, [sp, #32] ; 8-byte Folded Reload
adrp x11, _rootLoc@GOTPAGE
ldr x11, [x11, _rootLoc@GOTPAGEOFF]
str x11, [sp, #24] ; 8-byte Folded Spill
str w0, [x11]
ldr w10, [x10]
adrp x11, _currentCluster@GOTPAGE
ldr x11, [x11, _currentCluster@GOTPAGEOFF]
str w10, [x11]
ldrh w8, [x8]
ldrh w9, [x9]
mul w8, w8, w9
add w0, w8, #488
bl _seekTo
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr w0, [x8]
sub x1, x29, #12
mov x2, #4
bl _read
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr x9, [sp, #32] ; 8-byte Folded Reload
ldur w10, [x29, #-12]
adrp x11, _numFreeSectors@GOTPAGE
ldr x11, [x11, _numFreeSectors@GOTPAGEOFF]
str w10, [x11]
ldr w8, [x8]
ldrh w9, [x9]
mul w0, w8, w9
bl _seekTo
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldur x1, [x29, #-32] ; 8-byte Folded Reload
ldur x2, [x29, #-24] ; 8-byte Folded Reload
ldr w0, [x8]
bl _read
adrp x8, _openFT@GOTPAGE
ldr x8, [x8, _openFT@GOTPAGEOFF]
str xzr, [x8]
adrp x8, _openFT_count@GOTPAGE
ldr x8, [x8, _openFT_count@GOTPAGEOFF]
str wzr, [x8]
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
add sp, sp, #96
ret
.cfi_endproc
; -- End function
.globl _seekTo ; -- Begin function seekTo
.p2align 2
_seekTo: ; @seekTo
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
adrp x8, _imageid@GOTPAGE
ldr x8, [x8, _imageid@GOTPAGEOFF]
ldr w0, [x8]
ldursw x1, [x29, #-4]
mov w2, #0
bl _lseek
; kill: def $w0 killed $w0 killed $x0
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _firstSectorOfCluster ; -- Begin function firstSectorOfCluster
.p2align 2
_firstSectorOfCluster: ; @firstSectorOfCluster
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, #12]
ldr w8, [sp, #12]
subs w8, w8, #2
adrp x9, _sectorsPerCluster@GOTPAGE
ldr x9, [x9, _sectorsPerCluster@GOTPAGEOFF]
ldrsb w9, [x9]
mul w8, w8, w9
adrp x9, _firstDataSector@GOTPAGE
ldr x9, [x9, _firstDataSector@GOTPAGEOFF]
ldr w9, [x9]
add w0, w8, w9
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _prompt ; -- Begin function prompt
.p2align 2
_prompt: ; @prompt
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _username@GOTPAGE
ldr x8, [x8, _username@GOTPAGEOFF]
ldr x10, [x8]
adrp x8, _imagename@GOTPAGE
ldr x8, [x8, _imagename@GOTPAGEOFF]
ldr x8, [x8]
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str.3@PAGE
add x0, x0, l_.str.3@PAGEOFF
bl _printf
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _read_input ; -- Begin function read_input
.p2align 2
_read_input: ; @read_input
.cfi_startproc
; %bb.0:
sub sp, sp, #96
.cfi_def_cfa_offset 96
stp x29, x30, [sp, #80] ; 16-byte Folded Spill
add x29, sp, #80
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _buffer@GOTPAGE
ldr x8, [x8, _buffer@GOTPAGEOFF]
stur x8, [x29, #-32] ; 8-byte Folded Spill
adrp x8, _command_args@GOTPAGE
ldr x8, [x8, _command_args@GOTPAGEOFF]
str x8, [sp, #40] ; 8-byte Folded Spill
mov x0, #129
bl _malloc
ldur x8, [x29, #-32] ; 8-byte Folded Reload
str x0, [x8]
ldr x0, [x8]
adrp x8, ___stdinp@GOTPAGE
ldr x8, [x8, ___stdinp@GOTPAGEOFF]
ldr x2, [x8]
mov w1, #128
bl _fgets
stur wzr, [x29, #-4]
b LBB5_1
LBB5_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-4]
subs w8, w8, #128
cset w8, ge
tbnz w8, #0, LBB5_7
b LBB5_2
LBB5_2: ; in Loop: Header=BB5_1 Depth=1
ldur x8, [x29, #-32] ; 8-byte Folded Reload
ldr x8, [x8]
ldursw x9, [x29, #-4]
ldrsb w8, [x8, x9]
subs w8, w8, #10
cset w8, eq
tbnz w8, #0, LBB5_4
b LBB5_3
LBB5_3: ; in Loop: Header=BB5_1 Depth=1
ldur x8, [x29, #-32] ; 8-byte Folded Reload
ldr x8, [x8]
ldursw x9, [x29, #-4]
ldrsb w8, [x8, x9]
subs w8, w8, #13
cset w8, ne
tbnz w8, #0, LBB5_5
b LBB5_4
LBB5_4: ; in Loop: Header=BB5_1 Depth=1
ldur x8, [x29, #-32] ; 8-byte Folded Reload
ldr x8, [x8]
ldursw x9, [x29, #-4]
add x8, x8, x9
strb wzr, [x8]
b LBB5_5
LBB5_5: ; in Loop: Header=BB5_1 Depth=1
b LBB5_6
LBB5_6: ; in Loop: Header=BB5_1 Depth=1
ldur w8, [x29, #-4]
add w8, w8, #1
stur w8, [x29, #-4]
b LBB5_1
LBB5_7:
ldur x8, [x29, #-32] ; 8-byte Folded Reload
; kill: def $x9 killed $xzr
stur xzr, [x29, #-24]
stur wzr, [x29, #-4]
ldr x0, [x8]
bl _strdup
adrp x1, l_.str.4@PAGE
add x1, x1, l_.str.4@PAGEOFF
bl _strtok
stur x0, [x29, #-16]
b LBB5_8
LBB5_8: ; =>This Inner Loop Header: Depth=1
ldur x8, [x29, #-16]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB5_23
b LBB5_9
LBB5_9: ; in Loop: Header=BB5_8 Depth=1
ldur w8, [x29, #-4]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB5_11
b LBB5_10
LBB5_10: ; in Loop: Header=BB5_8 Depth=1
ldur x0, [x29, #-16]
bl _strdup
adrp x8, _command@GOTPAGE
ldr x8, [x8, _command@GOTPAGEOFF]
str x0, [x8]
b LBB5_21
LBB5_11: ; in Loop: Header=BB5_8 Depth=1
ldur w8, [x29, #-4]
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB5_14
b LBB5_12
LBB5_12: ; in Loop: Header=BB5_8 Depth=1
ldur x0, [x29, #-16]
mov w1, #47
bl _strchr
subs x8, x0, #0
cset w8, eq
tbnz w8, #0, LBB5_14
b LBB5_13
LBB5_13:
adrp x0, l_.str.5@PAGE
add x0, x0, l_.str.5@PAGEOFF
bl _printf
ldur x8, [x29, #-32] ; 8-byte Folded Reload
ldr x0, [x8]
bl _free
mov x0, #1
bl _malloc
ldur x8, [x29, #-32] ; 8-byte Folded Reload
str x0, [x8]
ldr x8, [x8]
strb wzr, [x8]
b LBB5_25
LBB5_14: ; in Loop: Header=BB5_8 Depth=1
ldur x8, [x29, #-16]
ldrsb w8, [x8]
subs w8, w8, #34
cset w8, ne
tbnz w8, #0, LBB5_19
b LBB5_15
LBB5_15: ; in Loop: Header=BB5_8 Depth=1
ldur x0, [x29, #-16]
bl _strlen
lsr x0, x0, #0
bl _malloc
stur x0, [x29, #-24]
ldur x0, [x29, #-24]
ldur x8, [x29, #-16]
add x1, x8, #1
mov x2, #-1
bl ___strcpy_chk
ldur x8, [x29, #-24]
str x8, [sp, #32] ; 8-byte Folded Spill
ldur x0, [x29, #-24]
bl _strlen
ldr x8, [sp, #32] ; 8-byte Folded Reload
subs x9, x0, #1
ldrsb w8, [x8, x9]
subs w8, w8, #34
cset w8, eq
tbnz w8, #0, LBB5_17
b LBB5_16
LBB5_16: ; in Loop: Header=BB5_8 Depth=1
ldur x8, [x29, #-24]
str x8, [sp, #8] ; 8-byte Folded Spill
ldur x8, [x29, #-16]
add x0, x8, #1
bl _strlen
ldr x8, [sp, #8] ; 8-byte Folded Reload
add x9, x8, x0
mov w8, #32
strb w8, [x9]
mov x0, #0
adrp x1, l_.str.6@PAGE
add x1, x1, l_.str.6@PAGEOFF
bl _strtok
stur x0, [x29, #-16]
ldur x8, [x29, #-24]
str x8, [sp, #24] ; 8-byte Folded Spill
ldur x0, [x29, #-24]
bl _strlen
str x0, [sp, #16] ; 8-byte Folded Spill
ldur x0, [x29, #-16]
bl _strlen
ldr x8, [sp, #16] ; 8-byte Folded Reload
mov x9, x0
ldr x0, [sp, #24] ; 8-byte Folded Reload
add x8, x8, x9
add x8, x8, #1
lsr x1, x8, #0
bl _realloc
stur x0, [x29, #-24]
ldur x0, [x29, #-24]
ldur x1, [x29, #-16]
mov x2, #-1
bl ___strcat_chk
b LBB5_18
LBB5_17: ; in Loop: Header=BB5_8 Depth=1
ldur x8, [x29, #-24]
str x8, [sp] ; 8-byte Folded Spill
ldur x0, [x29, #-24]
bl _strlen
ldr x8, [sp] ; 8-byte Folded Reload
subs x9, x0, #1
add x8, x8, x9
strb wzr, [x8]
b LBB5_18
LBB5_18: ; in Loop: Header=BB5_8 Depth=1
ldur x8, [x29, #-24]
stur x8, [x29, #-16]
mov x0, #0
adrp x1, l_.str.4@PAGE
add x1, x1, l_.str.4@PAGEOFF
bl _strtok
b LBB5_19
LBB5_19: ; in Loop: Header=BB5_8 Depth=1
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x8, _num_command_args@GOTPAGE
ldr x8, [x8, _num_command_args@GOTPAGEOFF]
ldr w9, [x8]
add w9, w9, #1
str w9, [x8]
; implicit-def: $x8
mov x8, x9
sxtw x8, w8
lsl x1, x8, #3
bl _realloc
ldr x8, [sp, #40] ; 8-byte Folded Reload
str x0, [x8]
ldur x0, [x29, #-16]
bl _strdup
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x8, [x8]
ldur w9, [x29, #-4]
subs w9, w9, #1
str x0, [x8, w9, sxtw #3]
b LBB5_20
LBB5_20: ; in Loop: Header=BB5_8 Depth=1
b LBB5_21
LBB5_21: ; in Loop: Header=BB5_8 Depth=1
b LBB5_22
LBB5_22: ; in Loop: Header=BB5_8 Depth=1
mov x0, #0
adrp x1, l_.str.4@PAGE
add x1, x1, l_.str.4@PAGEOFF
bl _strtok
stur x0, [x29, #-16]
ldur w8, [x29, #-4]
add w8, w8, #1
stur w8, [x29, #-4]
b LBB5_8
LBB5_23:
ldur x8, [x29, #-24]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB5_25
b LBB5_24
LBB5_24:
ldur x0, [x29, #-24]
bl _free
b LBB5_25
LBB5_25:
ldp x29, x30, [sp, #80] ; 16-byte Folded Reload
add sp, sp, #96
ret
.cfi_endproc
; -- End function
.globl _clear_buffer ; -- Begin function clear_buffer
.p2align 2
_clear_buffer: ; @clear_buffer
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _command_args@GOTPAGE
ldr x8, [x8, _command_args@GOTPAGEOFF]
str x8, [sp] ; 8-byte Folded Spill
adrp x8, _buffer@GOTPAGE
ldr x8, [x8, _buffer@GOTPAGEOFF]
str x8, [sp, #8] ; 8-byte Folded Spill
ldr x0, [x8]
bl _free
ldr x8, [sp, #8] ; 8-byte Folded Reload
; kill: def $x9 killed $xzr
str xzr, [x8]
adrp x8, _command@GOTPAGE
ldr x8, [x8, _command@GOTPAGEOFF]
str x8, [sp, #16] ; 8-byte Folded Spill
ldr x0, [x8]
bl _free
ldr x8, [sp, #16] ; 8-byte Folded Reload
str xzr, [x8]
adrp x8, _num_command_args@GOTPAGE
ldr x8, [x8, _num_command_args@GOTPAGEOFF]
ldr w8, [x8]
subs w8, w8, #1
stur w8, [x29, #-4]
b LBB6_1
LBB6_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-4]
subs w8, w8, #0
cset w8, lt
tbnz w8, #0, LBB6_4
b LBB6_2
LBB6_2: ; in Loop: Header=BB6_1 Depth=1
ldr x8, [sp] ; 8-byte Folded Reload
ldr x8, [x8]
ldursw x9, [x29, #-4]
ldr x0, [x8, x9, lsl #3]
bl _free
ldr x8, [sp] ; 8-byte Folded Reload
ldr x9, [x8]
ldursw x10, [x29, #-4]
mov x8, #0
str x8, [x9, x10, lsl #3]
b LBB6_3
LBB6_3: ; in Loop: Header=BB6_1 Depth=1
ldur w8, [x29, #-4]
subs w8, w8, #1
stur w8, [x29, #-4]
b LBB6_1
LBB6_4:
adrp x8, _num_command_args@GOTPAGE
ldr x8, [x8, _num_command_args@GOTPAGEOFF]
str wzr, [x8]
mov x0, #8
bl _malloc
ldr x8, [sp] ; 8-byte Folded Reload
str x0, [x8]
ldr x8, [x8]
; kill: def $x9 killed $xzr
str xzr, [x8]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _execute ; -- Begin function execute
.p2align 2
_execute: ; @execute
.cfi_startproc
; %bb.0:
sub sp, sp, #208
.cfi_def_cfa_offset 208
stp x29, x30, [sp, #192] ; 16-byte Folded Spill
add x29, sp, #192
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _command@GOTPAGE
ldr x8, [x8, _command@GOTPAGEOFF]
stur x8, [x29, #-40] ; 8-byte Folded Spill
adrp x9, _num_command_args@GOTPAGE
ldr x9, [x9, _num_command_args@GOTPAGEOFF]
stur x9, [x29, #-32] ; 8-byte Folded Spill
adrp x9, _command_args@GOTPAGE
ldr x9, [x9, _command_args@GOTPAGEOFF]
stur x9, [x29, #-24] ; 8-byte Folded Spill
ldr x0, [x8]
adrp x1, l_.str.7@PAGE
add x1, x1, l_.str.7@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB7_5
b LBB7_1
LBB7_1:
ldur x8, [x29, #-32] ; 8-byte Folded Reload
ldr w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB7_3
b LBB7_2
LBB7_2:
adrp x0, l_.str.7@PAGE
add x0, x0, l_.str.7@PAGEOFF
bl _usage_error
b LBB7_4
LBB7_3:
adrp x8, _stay_alive@GOTPAGE
ldr x8, [x8, _stay_alive@GOTPAGEOFF]
str wzr, [x8]
b LBB7_4
LBB7_4:
b LBB7_187
LBB7_5:
ldur x8, [x29, #-40] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x1, l_.str.8@PAGE
add x1, x1, l_.str.8@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB7_10
b LBB7_6
LBB7_6:
ldur x8, [x29, #-32] ; 8-byte Folded Reload
ldr w8, [x8]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB7_8
b LBB7_7
LBB7_7:
adrp x0, l_.str.8@PAGE
add x0, x0, l_.str.8@PAGEOFF
bl _usage_error
b LBB7_9
LBB7_8:
bl _fat_info
b LBB7_9
LBB7_9:
b LBB7_186
LBB7_10:
ldur x8, [x29, #-40] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x1, l_.str.9@PAGE
add x1, x1, l_.str.9@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB7_33
b LBB7_11
LBB7_11:
ldur x8, [x29, #-32] ; 8-byte Folded Reload
ldr w8, [x8]
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB7_13
b LBB7_12
LBB7_12:
adrp x0, l_.str.9@PAGE
add x0, x0, l_.str.9@PAGEOFF
bl _usage_error
b LBB7_32
LBB7_13:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x9, [x8]
ldr x0, [x9]
ldr x8, [x8]
ldr x1, [x8, #8]
bl _fat_open
stur w0, [x29, #-4]
ldur w8, [x29, #-4]
subs w8, w8, #0
; kill: def $x8 killed $w8
stur x8, [x29, #-48] ; 8-byte Folded Spill
subs x8, x8, #5
cset w8, hi
tbnz w8, #0, LBB7_30
; %bb.14:
ldur x11, [x29, #-48] ; 8-byte Folded Reload
adrp x10, lJTI7_3@PAGE
add x10, x10, lJTI7_3@PAGEOFF
Ltmp1:
adr x8, Ltmp1
ldrsw x9, [x10, x11, lsl #2]
add x8, x8, x9
br x8
LBB7_15:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x0, [x8, #8]
adrp x1, l_.str.10@PAGE
add x1, x1, l_.str.10@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB7_17
b LBB7_16
LBB7_16:
adrp x8, l_.str.11@PAGE
add x8, x8, l_.str.11@PAGEOFF
stur x8, [x29, #-16]
b LBB7_24
LBB7_17:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x0, [x8, #8]
adrp x1, l_.str.12@PAGE
add x1, x1, l_.str.12@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB7_19
b LBB7_18
LBB7_18:
adrp x8, l_.str.13@PAGE
add x8, x8, l_.str.13@PAGEOFF
stur x8, [x29, #-16]
b LBB7_23
LBB7_19:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x0, [x8, #8]
adrp x1, l_.str.14@PAGE
add x1, x1, l_.str.14@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB7_21
b LBB7_20
LBB7_20:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x0, [x8, #8]
adrp x1, l_.str.15@PAGE
add x1, x1, l_.str.15@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB7_22
b LBB7_21
LBB7_21:
adrp x8, l_.str.16@PAGE
add x8, x8, l_.str.16@PAGEOFF
stur x8, [x29, #-16]
b LBB7_22
LBB7_22:
b LBB7_23
LBB7_23:
b LBB7_24
LBB7_24:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x10, [x8]
ldur x8, [x29, #-16]
mov x9, sp
str x10, [x9]
str x8, [x9, #8]
adrp x0, l_.str.17@PAGE
add x0, x0, l_.str.17@PAGEOFF
bl _printf
b LBB7_31
LBB7_25:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.18@PAGE
add x0, x0, l_.str.18@PAGEOFF
bl _printf
b LBB7_31
LBB7_26:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.19@PAGE
add x0, x0, l_.str.19@PAGEOFF
bl _printf
b LBB7_31
LBB7_27:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.20@PAGE
add x0, x0, l_.str.20@PAGEOFF
bl _printf
b LBB7_31
LBB7_28:
adrp x0, l_.str.21@PAGE
add x0, x0, l_.str.21@PAGEOFF
bl _printf
b LBB7_31
LBB7_29:
adrp x0, l_.str.22@PAGE
add x0, x0, l_.str.22@PAGEOFF
bl _printf
b LBB7_31
LBB7_30:
b LBB7_31
LBB7_31:
b LBB7_32
LBB7_32:
b LBB7_185
LBB7_33:
ldur x8, [x29, #-40] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x1, l_.str.23@PAGE
add x1, x1, l_.str.23@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB7_45
b LBB7_34
LBB7_34:
ldur x8, [x29, #-32] ; 8-byte Folded Reload
ldr w8, [x8]
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB7_36
b LBB7_35
LBB7_35:
adrp x0, l_.str.23@PAGE
add x0, x0, l_.str.23@PAGEOFF
bl _usage_error
b LBB7_44
LBB7_36:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x0, [x8]
bl _fat_close
stur w0, [x29, #-4]
ldur w8, [x29, #-4]
subs w8, w8, #0
; kill: def $x8 killed $w8
stur x8, [x29, #-56] ; 8-byte Folded Spill
subs x8, x8, #3
cset w8, hi
tbnz w8, #0, LBB7_42
; %bb.37:
ldur x11, [x29, #-56] ; 8-byte Folded Reload
adrp x10, lJTI7_2@PAGE
add x10, x10, lJTI7_2@PAGEOFF
Ltmp2:
adr x8, Ltmp2
ldrsw x9, [x10, x11, lsl #2]
add x8, x8, x9
br x8
LBB7_38:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.24@PAGE
add x0, x0, l_.str.24@PAGEOFF
bl _printf
b LBB7_43
LBB7_39:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.25@PAGE
add x0, x0, l_.str.25@PAGEOFF
bl _printf
b LBB7_43
LBB7_40:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.26@PAGE
add x0, x0, l_.str.26@PAGEOFF
bl _printf
b LBB7_43
LBB7_41:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.27@PAGE
add x0, x0, l_.str.27@PAGEOFF
bl _printf
b LBB7_43
LBB7_42:
b LBB7_43
LBB7_43:
b LBB7_44
LBB7_44:
b LBB7_184
LBB7_45:
ldur x8, [x29, #-40] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x1, l_.str.28@PAGE
add x1, x1, l_.str.28@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB7_57
b LBB7_46
LBB7_46:
ldur x8, [x29, #-32] ; 8-byte Folded Reload
ldr w8, [x8]
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB7_48
b LBB7_47
LBB7_47:
adrp x0, l_.str.28@PAGE
add x0, x0, l_.str.28@PAGEOFF
bl _usage_error
b LBB7_56
LBB7_48:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x0, [x8]
bl _fat_create
stur w0, [x29, #-4]
ldur w8, [x29, #-4]
stur w8, [x29, #-60] ; 4-byte Folded Spill
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB7_51
b LBB7_49
LBB7_49:
ldur w8, [x29, #-60] ; 4-byte Folded Reload
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB7_52
b LBB7_50
LBB7_50:
ldur w8, [x29, #-60] ; 4-byte Folded Reload
subs w8, w8, #3
cset w8, eq
tbnz w8, #0, LBB7_53
b LBB7_54
LBB7_51:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.29@PAGE
add x0, x0, l_.str.29@PAGEOFF
bl _printf
b LBB7_55
LBB7_52:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.30@PAGE
add x0, x0, l_.str.30@PAGEOFF
bl _printf
b LBB7_55
LBB7_53:
adrp x0, l_.str.31@PAGE
add x0, x0, l_.str.31@PAGEOFF
bl _printf
b LBB7_55
LBB7_54:
b LBB7_55
LBB7_55:
b LBB7_56
LBB7_56:
b LBB7_183
LBB7_57:
ldur x8, [x29, #-40] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x1, l_.str.32@PAGE
add x1, x1, l_.str.32@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB7_70
b LBB7_58
LBB7_58:
ldur x8, [x29, #-32] ; 8-byte Folded Reload
ldr w8, [x8]
subs w8, w8, #3
cset w8, eq
tbnz w8, #0, LBB7_60
b LBB7_59
LBB7_59:
adrp x0, l_.str.32@PAGE
add x0, x0, l_.str.32@PAGEOFF
bl _usage_error
b LBB7_69
LBB7_60:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x9, [x8]
ldr x9, [x9]
stur x9, [x29, #-80] ; 8-byte Folded Spill
ldr x8, [x8]
ldr x0, [x8, #8]
bl _atoi
ldur x8, [x29, #-24] ; 8-byte Folded Reload
stur w0, [x29, #-84] ; 4-byte Folded Spill
ldr x8, [x8]
ldr x0, [x8, #16]
bl _atoi
ldur w1, [x29, #-84] ; 4-byte Folded Reload
mov x2, x0
ldur x0, [x29, #-80] ; 8-byte Folded Reload
bl _fat_read
stur w0, [x29, #-4]
ldur w8, [x29, #-4]
subs w8, w8, #1
; kill: def $x8 killed $w8
stur x8, [x29, #-72] ; 8-byte Folded Spill
subs x8, x8, #4
cset w8, hi
tbnz w8, #0, LBB7_67
; %bb.61:
ldur x11, [x29, #-72] ; 8-byte Folded Reload
adrp x10, lJTI7_1@PAGE
add x10, x10, lJTI7_1@PAGEOFF
Ltmp3:
adr x8, Ltmp3
ldrsw x9, [x10, x11, lsl #2]
add x8, x8, x9
br x8
LBB7_62:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.33@PAGE
add x0, x0, l_.str.33@PAGEOFF
bl _printf
b LBB7_68
LBB7_63:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.34@PAGE
add x0, x0, l_.str.34@PAGEOFF
bl _printf
b LBB7_68
LBB7_64:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.35@PAGE
add x0, x0, l_.str.35@PAGEOFF
bl _printf
b LBB7_68
LBB7_65:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.36@PAGE
add x0, x0, l_.str.36@PAGEOFF
bl _printf
b LBB7_68
LBB7_66:
adrp x0, l_.str.37@PAGE
add x0, x0, l_.str.37@PAGEOFF
bl _printf
b LBB7_68
LBB7_67:
b LBB7_68
LBB7_68:
b LBB7_69
LBB7_69:
b LBB7_182
LBB7_70:
ldur x8, [x29, #-40] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x1, l_.str.38@PAGE
add x1, x1, l_.str.38@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB7_85
b LBB7_71
LBB7_71:
ldur x8, [x29, #-32] ; 8-byte Folded Reload
ldr w8, [x8]
subs w8, w8, #3
cset w8, eq
tbnz w8, #0, LBB7_73
b LBB7_72
LBB7_72:
adrp x0, l_.str.38@PAGE
add x0, x0, l_.str.38@PAGEOFF
bl _usage_error
b LBB7_84
LBB7_73:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x9, [x8]
ldr x9, [x9]
str x9, [sp, #88] ; 8-byte Folded Spill
ldr x8, [x8]
ldr x0, [x8, #8]
bl _atoi
ldur x8, [x29, #-24] ; 8-byte Folded Reload
mov x1, x0
ldr x0, [sp, #88] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x2, [x8, #16]
bl _fat_write
stur w0, [x29, #-4]
ldur w8, [x29, #-4]
subs w8, w8, #0
; kill: def $x8 killed $w8
str x8, [sp, #96] ; 8-byte Folded Spill
subs x8, x8, #6
cset w8, hi
tbnz w8, #0, LBB7_82
; %bb.74:
ldr x11, [sp, #96] ; 8-byte Folded Reload
adrp x10, lJTI7_0@PAGE
add x10, x10, lJTI7_0@PAGEOFF
Ltmp4:
adr x8, Ltmp4
ldrsw x9, [x10, x11, lsl #2]
add x8, x8, x9
br x8
LBB7_75:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x9, [x8]
ldr x9, [x9, #16]
str x9, [sp, #72] ; 8-byte Folded Spill
ldr x8, [x8]
ldr x0, [x8, #8]
bl _atoi
ldur x8, [x29, #-24] ; 8-byte Folded Reload
str w0, [sp, #84] ; 4-byte Folded Spill
ldr x8, [x8]
ldr x0, [x8, #16]
bl _strlen
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x10, [sp, #72] ; 8-byte Folded Reload
ldr w11, [sp, #84] ; 4-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x10, [x9]
; implicit-def: $x10
mov x10, x11
str x10, [x9, #8]
str x0, [x9, #16]
str x8, [x9, #24]
adrp x0, l_.str.39@PAGE
add x0, x0, l_.str.39@PAGEOFF
bl _printf
b LBB7_83
LBB7_76:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.40@PAGE
add x0, x0, l_.str.40@PAGEOFF
bl _printf
b LBB7_83
LBB7_77:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.41@PAGE
add x0, x0, l_.str.41@PAGEOFF
bl _printf
b LBB7_83
LBB7_78:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.42@PAGE
add x0, x0, l_.str.42@PAGEOFF
bl _printf
b LBB7_83
LBB7_79:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.43@PAGE
add x0, x0, l_.str.43@PAGEOFF
bl _printf
b LBB7_83
LBB7_80:
adrp x0, l_.str.44@PAGE
add x0, x0, l_.str.44@PAGEOFF
bl _printf
b LBB7_83
LBB7_81:
adrp x0, l_.str.45@PAGE
add x0, x0, l_.str.45@PAGEOFF
bl _printf
b LBB7_83
LBB7_82:
b LBB7_83
LBB7_83:
b LBB7_84
LBB7_84:
b LBB7_181
LBB7_85:
ldur x8, [x29, #-40] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x1, l_.str.46@PAGE
add x1, x1, l_.str.46@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB7_95
b LBB7_86
LBB7_86:
ldur x8, [x29, #-32] ; 8-byte Folded Reload
ldr w8, [x8]
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB7_88
b LBB7_87
LBB7_87:
adrp x0, l_.str.46@PAGE
add x0, x0, l_.str.46@PAGEOFF
bl _usage_error
b LBB7_94
LBB7_88:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x0, [x8]
mov w1, #0
bl _fat_rm
stur w0, [x29, #-4]
ldur w8, [x29, #-4]
str w8, [sp, #68] ; 4-byte Folded Spill
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB7_90
b LBB7_89
LBB7_89:
ldr w8, [sp, #68] ; 4-byte Folded Reload
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB7_91
b LBB7_92
LBB7_90:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.47@PAGE
add x0, x0, l_.str.47@PAGEOFF
bl _printf
b LBB7_93
LBB7_91:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.48@PAGE
add x0, x0, l_.str.48@PAGEOFF
bl _printf
b LBB7_93
LBB7_92:
b LBB7_93
LBB7_93:
b LBB7_94
LBB7_94:
b LBB7_180
LBB7_95:
ldur x8, [x29, #-40] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x1, l_.str.49@PAGE
add x1, x1, l_.str.49@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB7_105
b LBB7_96
LBB7_96:
ldur x8, [x29, #-32] ; 8-byte Folded Reload
ldr w8, [x8]
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB7_98
b LBB7_97
LBB7_97:
adrp x0, l_.str.49@PAGE
add x0, x0, l_.str.49@PAGEOFF
bl _usage_error
b LBB7_104
LBB7_98:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x0, [x8]
mov w1, #1
bl _fat_rm
stur w0, [x29, #-4]
ldur w8, [x29, #-4]
str w8, [sp, #64] ; 4-byte Folded Spill
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB7_100
b LBB7_99
LBB7_99:
ldr w8, [sp, #64] ; 4-byte Folded Reload
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB7_101
b LBB7_102
LBB7_100:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.50@PAGE
add x0, x0, l_.str.50@PAGEOFF
bl _printf
b LBB7_103
LBB7_101:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.51@PAGE
add x0, x0, l_.str.51@PAGEOFF
bl _printf
b LBB7_103
LBB7_102:
b LBB7_103
LBB7_103:
b LBB7_104
LBB7_104:
b LBB7_179
LBB7_105:
ldur x8, [x29, #-40] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x1, l_.str.52@PAGE
add x1, x1, l_.str.52@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB7_119
b LBB7_106
LBB7_106:
ldur x8, [x29, #-32] ; 8-byte Folded Reload
ldr w8, [x8]
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB7_108
b LBB7_107
LBB7_107:
adrp x0, l_.str.52@PAGE
add x0, x0, l_.str.52@PAGEOFF
bl _usage_error
b LBB7_118
LBB7_108:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x0, [x8]
adrp x1, l_.str.53@PAGE
add x1, x1, l_.str.53@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB7_111
b LBB7_109
LBB7_109:
adrp x8, _currentCluster@GOTPAGE
ldr x8, [x8, _currentCluster@GOTPAGEOFF]
ldr w8, [x8]
adrp x9, _rootCluster@GOTPAGE
ldr x9, [x9, _rootCluster@GOTPAGEOFF]
ldr w9, [x9]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB7_111
b LBB7_110
LBB7_110:
adrp x0, l_.str.54@PAGE
add x0, x0, l_.str.54@PAGEOFF
bl _printf
b LBB7_117
LBB7_111:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x0, [x8]
bl _fat_cd
stur w0, [x29, #-4]
ldur w8, [x29, #-4]
str w8, [sp, #60] ; 4-byte Folded Spill
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB7_113
b LBB7_112
LBB7_112:
ldr w8, [sp, #60] ; 4-byte Folded Reload
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB7_114
b LBB7_115
LBB7_113:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.55@PAGE
add x0, x0, l_.str.55@PAGEOFF
bl _printf
b LBB7_116
LBB7_114:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.56@PAGE
add x0, x0, l_.str.56@PAGEOFF
bl _printf
b LBB7_116
LBB7_115:
b LBB7_116
LBB7_116:
b LBB7_117
LBB7_117:
b LBB7_118
LBB7_118:
b LBB7_178
LBB7_119:
ldur x8, [x29, #-40] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x1, l_.str.57@PAGE
add x1, x1, l_.str.57@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB7_133
b LBB7_120
LBB7_120:
ldur x8, [x29, #-32] ; 8-byte Folded Reload
ldr w8, [x8]
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB7_122
b LBB7_121
LBB7_121:
adrp x0, l_.str.57@PAGE
add x0, x0, l_.str.57@PAGEOFF
bl _usage_error
b LBB7_132
LBB7_122:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x0, [x8]
adrp x1, l_.str.53@PAGE
add x1, x1, l_.str.53@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB7_125
b LBB7_123
LBB7_123:
adrp x8, _currentCluster@GOTPAGE
ldr x8, [x8, _currentCluster@GOTPAGEOFF]
ldr w8, [x8]
adrp x9, _rootCluster@GOTPAGE
ldr x9, [x9, _rootCluster@GOTPAGEOFF]
ldr w9, [x9]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB7_125
b LBB7_124
LBB7_124:
adrp x0, l_.str.58@PAGE
add x0, x0, l_.str.58@PAGEOFF
bl _printf
b LBB7_131
LBB7_125:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x0, [x8]
bl _fat_ls
stur w0, [x29, #-4]
ldur w8, [x29, #-4]
str w8, [sp, #56] ; 4-byte Folded Spill
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB7_127
b LBB7_126
LBB7_126:
ldr w8, [sp, #56] ; 4-byte Folded Reload
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB7_128
b LBB7_129
LBB7_127:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.59@PAGE
add x0, x0, l_.str.59@PAGEOFF
bl _printf
b LBB7_130
LBB7_128:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.60@PAGE
add x0, x0, l_.str.60@PAGEOFF
bl _printf
b LBB7_130
LBB7_129:
b LBB7_130
LBB7_130:
b LBB7_131
LBB7_131:
b LBB7_132
LBB7_132:
b LBB7_177
LBB7_133:
ldur x8, [x29, #-40] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x1, l_.str.61@PAGE
add x1, x1, l_.str.61@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB7_145
b LBB7_134
LBB7_134:
ldur x8, [x29, #-32] ; 8-byte Folded Reload
ldr w8, [x8]
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB7_136
b LBB7_135
LBB7_135:
adrp x0, l_.str.61@PAGE
add x0, x0, l_.str.61@PAGEOFF
bl _usage_error
b LBB7_144
LBB7_136:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x0, [x8]
bl _fat_mkdir
stur w0, [x29, #-4]
ldur w8, [x29, #-4]
str w8, [sp, #52] ; 4-byte Folded Spill
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB7_139
b LBB7_137
LBB7_137:
ldr w8, [sp, #52] ; 4-byte Folded Reload
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB7_140
b LBB7_138
LBB7_138:
ldr w8, [sp, #52] ; 4-byte Folded Reload
subs w8, w8, #3
cset w8, eq
tbnz w8, #0, LBB7_141
b LBB7_142
LBB7_139:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.62@PAGE
add x0, x0, l_.str.62@PAGEOFF
bl _printf
b LBB7_143
LBB7_140:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.63@PAGE
add x0, x0, l_.str.63@PAGEOFF
bl _printf
b LBB7_143
LBB7_141:
adrp x0, l_.str.64@PAGE
add x0, x0, l_.str.64@PAGEOFF
bl _printf
b LBB7_143
LBB7_142:
b LBB7_143
LBB7_143:
b LBB7_144
LBB7_144:
b LBB7_176
LBB7_145:
ldur x8, [x29, #-40] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x1, l_.str.65@PAGE
add x1, x1, l_.str.65@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB7_163
b LBB7_146
LBB7_146:
ldur x8, [x29, #-32] ; 8-byte Folded Reload
ldr w8, [x8]
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB7_148
b LBB7_147
LBB7_147:
adrp x0, l_.str.65@PAGE
add x0, x0, l_.str.65@PAGEOFF
bl _usage_error
b LBB7_162
LBB7_148:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x0, [x8]
adrp x1, l_.str.66@PAGE
add x1, x1, l_.str.66@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB7_150
b LBB7_149
LBB7_149:
adrp x0, l_.str.67@PAGE
add x0, x0, l_.str.67@PAGEOFF
bl _printf
b LBB7_161
LBB7_150:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x0, [x8]
adrp x1, l_.str.53@PAGE
add x1, x1, l_.str.53@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB7_152
b LBB7_151
LBB7_151:
adrp x0, l_.str.68@PAGE
add x0, x0, l_.str.68@PAGEOFF
bl _printf
b LBB7_160
LBB7_152:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x0, [x8]
bl _fat_rmdir
stur w0, [x29, #-4]
ldur w8, [x29, #-4]
str w8, [sp, #48] ; 4-byte Folded Spill
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB7_155
b LBB7_153
LBB7_153:
ldr w8, [sp, #48] ; 4-byte Folded Reload
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB7_156
b LBB7_154
LBB7_154:
ldr w8, [sp, #48] ; 4-byte Folded Reload
subs w8, w8, #3
cset w8, eq
tbnz w8, #0, LBB7_157
b LBB7_158
LBB7_155:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.69@PAGE
add x0, x0, l_.str.69@PAGEOFF
bl _printf
b LBB7_159
LBB7_156:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.70@PAGE
add x0, x0, l_.str.70@PAGEOFF
bl _printf
b LBB7_159
LBB7_157:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.71@PAGE
add x0, x0, l_.str.71@PAGEOFF
bl _printf
b LBB7_159
LBB7_158:
b LBB7_159
LBB7_159:
b LBB7_160
LBB7_160:
b LBB7_161
LBB7_161:
b LBB7_162
LBB7_162:
b LBB7_175
LBB7_163:
ldur x8, [x29, #-40] ; 8-byte Folded Reload
ldr x0, [x8]
adrp x1, l_.str.72@PAGE
add x1, x1, l_.str.72@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB7_173
b LBB7_164
LBB7_164:
ldur x8, [x29, #-32] ; 8-byte Folded Reload
ldr w8, [x8]
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB7_166
b LBB7_165
LBB7_165:
adrp x0, l_.str.72@PAGE
add x0, x0, l_.str.72@PAGEOFF
bl _usage_error
b LBB7_172
LBB7_166:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x0, [x8]
bl _fat_size
stur w0, [x29, #-4]
ldur w8, [x29, #-4]
str w8, [sp, #44] ; 4-byte Folded Spill
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB7_168
b LBB7_167
LBB7_167:
ldr w8, [sp, #44] ; 4-byte Folded Reload
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB7_169
b LBB7_170
LBB7_168:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.73@PAGE
add x0, x0, l_.str.73@PAGEOFF
bl _printf
b LBB7_171
LBB7_169:
ldur x8, [x29, #-24] ; 8-byte Folded Reload
ldr x8, [x8]
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.74@PAGE
add x0, x0, l_.str.74@PAGEOFF
bl _printf
b LBB7_171
LBB7_170:
b LBB7_171
LBB7_171:
b LBB7_172
LBB7_172:
b LBB7_174
LBB7_173:
ldur x8, [x29, #-40] ; 8-byte Folded Reload
ldr x8, [x8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.75@PAGE
add x0, x0, l_.str.75@PAGEOFF
bl _printf
b LBB7_174
LBB7_174:
b LBB7_175
LBB7_175:
b LBB7_176
LBB7_176:
b LBB7_177
LBB7_177:
b LBB7_178
LBB7_178:
b LBB7_179
LBB7_179:
b LBB7_180
LBB7_180:
b LBB7_181
LBB7_181:
b LBB7_182
LBB7_182:
b LBB7_183
LBB7_183:
b LBB7_184
LBB7_184:
b LBB7_185
LBB7_185:
b LBB7_186
LBB7_186:
b LBB7_187
LBB7_187:
ldp x29, x30, [sp, #192] ; 16-byte Folded Reload
add sp, sp, #208
ret
.cfi_endproc
.p2align 2
lJTI7_0:
.long LBB7_75-Ltmp4
.long LBB7_76-Ltmp4
.long LBB7_77-Ltmp4
.long LBB7_78-Ltmp4
.long LBB7_79-Ltmp4
.long LBB7_80-Ltmp4
.long LBB7_81-Ltmp4
.p2align 2
lJTI7_1:
.long LBB7_62-Ltmp3
.long LBB7_63-Ltmp3
.long LBB7_64-Ltmp3
.long LBB7_65-Ltmp3
.long LBB7_66-Ltmp3
.p2align 2
lJTI7_2:
.long LBB7_38-Ltmp2
.long LBB7_39-Ltmp2
.long LBB7_40-Ltmp2
.long LBB7_41-Ltmp2
.p2align 2
lJTI7_3:
.long LBB7_15-Ltmp1
.long LBB7_25-Ltmp1
.long LBB7_26-Ltmp1
.long LBB7_27-Ltmp1
.long LBB7_28-Ltmp1
.long LBB7_29-Ltmp1
; -- End function
.globl _usage_error ; -- Begin function usage_error
.p2align 2
_usage_error: ; @usage_error
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
ldr x8, [sp, #8]
mov x9, sp
str x8, [x9]
adrp x0, l_.str.76@PAGE
add x0, x0, l_.str.76@PAGEOFF
bl _printf
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _fat_open ; -- Begin function fat_open
.p2align 2
_fat_open: ; @fat_open
.cfi_startproc
; %bb.0:
sub sp, sp, #176
.cfi_def_cfa_offset 176
stp x29, x30, [sp, #160] ; 16-byte Folded Spill
add x29, sp, #160
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _currentCluster@GOTPAGE
ldr x8, [x8, _currentCluster@GOTPAGEOFF]
str x8, [sp, #40] ; 8-byte Folded Spill
adrp x8, _psector@GOTPAGE
ldr x8, [x8, _psector@GOTPAGEOFF]
str x8, [sp, #48] ; 8-byte Folded Spill
adrp x8, _openFT_count@GOTPAGE
ldr x8, [x8, _openFT_count@GOTPAGEOFF]
str x8, [sp, #56] ; 8-byte Folded Spill
adrp x8, _openFT@GOTPAGE
ldr x8, [x8, _openFT@GOTPAGEOFF]
str x8, [sp, #64] ; 8-byte Folded Spill
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
stur x0, [x29, #-40]
stur x1, [x29, #-48]
ldur x0, [x29, #-40]
bl _strlen
lsr x0, x0, #0
bl _malloc
stur x0, [x29, #-56]
sturb wzr, [x29, #-13]
ldur x0, [x29, #-48]
adrp x1, l_.str.10@PAGE
add x1, x1, l_.str.10@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB9_5
b LBB9_1
LBB9_1:
ldur x0, [x29, #-48]
adrp x1, l_.str.12@PAGE
add x1, x1, l_.str.12@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB9_5
b LBB9_2
LBB9_2:
ldur x0, [x29, #-48]
adrp x1, l_.str.14@PAGE
add x1, x1, l_.str.14@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB9_5
b LBB9_3
LBB9_3:
ldur x0, [x29, #-48]
adrp x1, l_.str.15@PAGE
add x1, x1, l_.str.15@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB9_5
b LBB9_4
LBB9_4:
mov w8, #4
stur w8, [x29, #-28]
b LBB9_47
LBB9_5:
mov w8, #-1
stur w8, [x29, #-68]
ldur x0, [x29, #-56]
ldur x1, [x29, #-40]
mov x2, #-1
bl ___strcpy_chk
ldur x0, [x29, #-56]
bl _convertFilename
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr w8, [x8]
str w8, [sp, #76]
stur wzr, [x29, #-72]
b LBB9_6
LBB9_6: ; =>This Loop Header: Depth=1
; Child Loop BB9_20 Depth 2
ldur w8, [x29, #-72]
subs w8, w8, #64
cset w8, ge
mov w9, #0
str w9, [sp, #36] ; 4-byte Folded Spill
tbnz w8, #0, LBB9_8
b LBB9_7
LBB9_7: ; in Loop: Header=BB9_6 Depth=1
ldur w8, [x29, #-68]
adds w8, w8, #1
cset w8, eq
str w8, [sp, #36] ; 4-byte Folded Spill
b LBB9_8
LBB9_8: ; in Loop: Header=BB9_6 Depth=1
ldr w8, [sp, #36] ; 4-byte Folded Reload
tbz w8, #0, LBB9_46
b LBB9_9
LBB9_9: ; in Loop: Header=BB9_6 Depth=1
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldur w10, [x29, #-72]
mov w9, #32
mul w10, w9, w10
add x10, x8, w10, sxtw
ldr x12, [x10]
sub x11, x29, #24
stur x12, [x29, #-24]
ldur w10, [x10, #7]
stur w10, [x11, #7]
ldur w10, [x29, #-72]
mul w9, w9, w10
add w9, w9, #11
add x8, x8, w9, sxtw
ldrb w8, [x8]
sturb w8, [x29, #-61]
ldursb w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB9_11
b LBB9_10
LBB9_10: ; in Loop: Header=BB9_6 Depth=1
mov w8, #1
stur w8, [x29, #-68]
b LBB9_39
LBB9_11: ; in Loop: Header=BB9_6 Depth=1
ldursb w8, [x29, #-24]
adds w8, w8, #27
cset w8, eq
tbnz w8, #0, LBB9_38
b LBB9_12
LBB9_12: ; in Loop: Header=BB9_6 Depth=1
ldursb w8, [x29, #-61]
subs w8, w8, #15
cset w8, eq
tbnz w8, #0, LBB9_38
b LBB9_13
LBB9_13: ; in Loop: Header=BB9_6 Depth=1
ldur x1, [x29, #-56]
sub x0, x29, #24
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB9_38
b LBB9_14
LBB9_14: ; in Loop: Header=BB9_6 Depth=1
ldursb w8, [x29, #-61]
subs w8, w8, #16
cset w8, ne
tbnz w8, #0, LBB9_16
b LBB9_15
LBB9_15: ; in Loop: Header=BB9_6 Depth=1
mov w8, #3
stur w8, [x29, #-68]
b LBB9_37
LBB9_16: ; in Loop: Header=BB9_6 Depth=1
ldursb w8, [x29, #-61]
subs w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB9_19
b LBB9_17
LBB9_17: ; in Loop: Header=BB9_6 Depth=1
ldur x0, [x29, #-48]
adrp x1, l_.str.10@PAGE
add x1, x1, l_.str.10@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, eq
tbnz w8, #0, LBB9_19
b LBB9_18
LBB9_18: ; in Loop: Header=BB9_6 Depth=1
mov w8, #5
stur w8, [x29, #-68]
b LBB9_36
LBB9_19: ; in Loop: Header=BB9_6 Depth=1
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldur w10, [x29, #-72]
mov w9, #32
mul w10, w9, w10
add w10, w10, #20
add x10, x8, w10, sxtw
ldrh w10, [x10]
sturh w10, [x29, #-58]
ldur w10, [x29, #-72]
mul w9, w9, w10
add w9, w9, #26
add x8, x8, w9, sxtw
ldrh w8, [x8]
sturh w8, [x29, #-60]
stur wzr, [x29, #-76]
b LBB9_20
LBB9_20: ; Parent Loop BB9_6 Depth=1
; => This Inner Loop Header: Depth=2
ldr x9, [sp, #56] ; 8-byte Folded Reload
ldur w8, [x29, #-76]
ldr w9, [x9]
subs w8, w8, w9
cset w8, ge
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB9_22
b LBB9_21
LBB9_21: ; in Loop: Header=BB9_20 Depth=2
ldur w8, [x29, #-68]
adds w8, w8, #1
cset w8, eq
str w8, [sp, #32] ; 4-byte Folded Spill
b LBB9_22
LBB9_22: ; in Loop: Header=BB9_20 Depth=2
ldr w8, [sp, #32] ; 4-byte Folded Reload
tbz w8, #0, LBB9_27
b LBB9_23
LBB9_23: ; in Loop: Header=BB9_20 Depth=2
ldr x8, [sp, #64] ; 8-byte Folded Reload
ldr x8, [x8]
ldursw x9, [x29, #-76]
mov x10, #20
mul x9, x9, x10
add x8, x8, x9
ldr w8, [x8, #16]
str w8, [sp, #28] ; 4-byte Folded Spill
ldurh w0, [x29, #-58]
ldurh w1, [x29, #-60]
bl _combineShorts
ldr w8, [sp, #28] ; 4-byte Folded Reload
subs w8, w8, w0
cset w8, ne
tbnz w8, #0, LBB9_25
b LBB9_24
LBB9_24: ; in Loop: Header=BB9_20 Depth=2
mov w8, #2
stur w8, [x29, #-68]
b LBB9_25
LBB9_25: ; in Loop: Header=BB9_20 Depth=2
b LBB9_26
LBB9_26: ; in Loop: Header=BB9_20 Depth=2
ldur w8, [x29, #-76]
add w8, w8, #1
stur w8, [x29, #-76]
b LBB9_20
LBB9_27: ; in Loop: Header=BB9_6 Depth=1
ldur w8, [x29, #-68]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB9_35
b LBB9_28
LBB9_28: ; in Loop: Header=BB9_6 Depth=1
ldr x9, [sp, #56] ; 8-byte Folded Reload
ldr x8, [sp, #64] ; 8-byte Folded Reload
ldr x0, [x8]
ldr w8, [x9]
add w8, w8, #1
str w8, [x9]
mov w9, #20
smull x1, w8, w9
bl _realloc
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldr x10, [sp, #64] ; 8-byte Folded Reload
ldr x9, [sp, #56] ; 8-byte Folded Reload
str x0, [x10]
ldr x11, [x10]
ldr w9, [x9]
subs w9, w9, #1
mov w10, #20
smaddl x0, w9, w10, x11
ldur w10, [x29, #-72]
mov w9, #32
str w9, [sp, #12] ; 4-byte Folded Spill
mul w9, w9, w10
add x1, x8, w9, sxtw
mov x2, #11
mov x3, #-1
str x3, [sp, #16] ; 8-byte Folded Spill
bl ___memcpy_chk
ldr w9, [sp, #12] ; 4-byte Folded Reload
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldr x3, [sp, #16] ; 8-byte Folded Reload
ldr x11, [sp, #64] ; 8-byte Folded Reload
ldr x10, [sp, #56] ; 8-byte Folded Reload
ldr x12, [x11]
ldr w10, [x10]
subs w10, w10, #1
mov w11, #20
smaddl x10, w10, w11, x12
add x0, x10, #11
ldur w10, [x29, #-72]
mul w9, w9, w10
add w9, w9, #11
add x1, x8, w9, sxtw
mov x2, #1
bl ___memcpy_chk
ldurh w0, [x29, #-58]
ldurh w1, [x29, #-60]
bl _combineShorts
ldr x9, [sp, #64] ; 8-byte Folded Reload
ldr x8, [sp, #56] ; 8-byte Folded Reload
ldr x10, [x9]
ldr w8, [x8]
subs w8, w8, #1
mov w9, #20
smaddl x8, w8, w9, x10
str w0, [x8, #16]
ldur x0, [x29, #-48]
adrp x1, l_.str.10@PAGE
add x1, x1, l_.str.10@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB9_30
b LBB9_29
LBB9_29: ; in Loop: Header=BB9_6 Depth=1
ldr x8, [sp, #56] ; 8-byte Folded Reload
ldr x9, [sp, #64] ; 8-byte Folded Reload
ldr x10, [x9]
ldr w8, [x8]
subs w8, w8, #1
mov w9, #20
smaddl x8, w8, w9, x10
str wzr, [x8, #12]
b LBB9_34
LBB9_30: ; in Loop: Header=BB9_6 Depth=1
ldur x0, [x29, #-48]
adrp x1, l_.str.12@PAGE
add x1, x1, l_.str.12@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB9_32
b LBB9_31
LBB9_31: ; in Loop: Header=BB9_6 Depth=1
ldr x8, [sp, #56] ; 8-byte Folded Reload
ldr x9, [sp, #64] ; 8-byte Folded Reload
ldr x11, [x9]
ldr w9, [x8]
mov w8, #1
subs w9, w9, #1
mov w10, #20
smaddl x9, w9, w10, x11
str w8, [x9, #12]
b LBB9_33
LBB9_32: ; in Loop: Header=BB9_6 Depth=1
ldr x8, [sp, #56] ; 8-byte Folded Reload
ldr x9, [sp, #64] ; 8-byte Folded Reload
ldr x10, [x9]
ldr w8, [x8]
subs w8, w8, #1
mov w9, #20
smaddl x9, w8, w9, x10
mov w8, #2
str w8, [x9, #12]
b LBB9_33
LBB9_33: ; in Loop: Header=BB9_6 Depth=1
b LBB9_34
LBB9_34: ; in Loop: Header=BB9_6 Depth=1
stur wzr, [x29, #-68]
b LBB9_35
LBB9_35: ; in Loop: Header=BB9_6 Depth=1
b LBB9_36
LBB9_36: ; in Loop: Header=BB9_6 Depth=1
b LBB9_37
LBB9_37: ; in Loop: Header=BB9_6 Depth=1
b LBB9_38
LBB9_38: ; in Loop: Header=BB9_6 Depth=1
b LBB9_39
LBB9_39: ; in Loop: Header=BB9_6 Depth=1
ldur w8, [x29, #-72]
subs w8, w8, #63
cset w8, ne
tbnz w8, #0, LBB9_44
b LBB9_40
LBB9_40: ; in Loop: Header=BB9_6 Depth=1
ldur w8, [x29, #-68]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB9_44
b LBB9_41
LBB9_41: ; in Loop: Header=BB9_6 Depth=1
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr w0, [x8]
bl _getNextCluster
str w0, [sp, #80]
ldr w8, [sp, #80]
mov w9, #268435448
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB9_43
b LBB9_42
LBB9_42: ; in Loop: Header=BB9_6 Depth=1
ldr w0, [sp, #80]
bl _firstSectorOfCluster
adrp x8, _bytesPerSector@GOTPAGE
ldr x8, [x8, _bytesPerSector@GOTPAGEOFF]
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x9, [sp, #40] ; 8-byte Folded Reload
ldr x1, [sp, #48] ; 8-byte Folded Reload
ldr w8, [sp, #80]
str w8, [x9]
adrp x8, _imageid@GOTPAGE
ldr x8, [x8, _imageid@GOTPAGEOFF]
ldr w0, [x8]
mov x2, #512
bl _read
stur wzr, [x29, #-72]
b LBB9_43
LBB9_43: ; in Loop: Header=BB9_6 Depth=1
b LBB9_44
LBB9_44: ; in Loop: Header=BB9_6 Depth=1
b LBB9_45
LBB9_45: ; in Loop: Header=BB9_6 Depth=1
ldur w8, [x29, #-72]
add w8, w8, #1
stur w8, [x29, #-72]
b LBB9_6
LBB9_46:
ldur x0, [x29, #-56]
bl _free
ldr w0, [sp, #76]
bl _firstSectorOfCluster
adrp x8, _bytesPerSector@GOTPAGE
ldr x8, [x8, _bytesPerSector@GOTPAGEOFF]
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x9, [sp, #40] ; 8-byte Folded Reload
ldr x1, [sp, #48] ; 8-byte Folded Reload
ldr w8, [sp, #76]
str w8, [x9]
adrp x8, _imageid@GOTPAGE
ldr x8, [x8, _imageid@GOTPAGEOFF]
ldr w0, [x8]
mov x2, #512
bl _read
ldur w8, [x29, #-68]
stur w8, [x29, #-28]
b LBB9_47
LBB9_47:
ldur w8, [x29, #-28]
str w8, [sp, #8] ; 4-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB9_49
b LBB9_48
LBB9_48:
bl ___stack_chk_fail
LBB9_49:
ldr w0, [sp, #8] ; 4-byte Folded Reload
ldp x29, x30, [sp, #160] ; 16-byte Folded Reload
add sp, sp, #176
ret
.cfi_endproc
; -- End function
.globl _fat_close ; -- Begin function fat_close
.p2align 2
_fat_close: ; @fat_close
.cfi_startproc
; %bb.0:
sub sp, sp, #144
.cfi_def_cfa_offset 144
stp x29, x30, [sp, #128] ; 16-byte Folded Spill
add x29, sp, #128
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _currentCluster@GOTPAGE
ldr x8, [x8, _currentCluster@GOTPAGEOFF]
str x8, [sp, #48] ; 8-byte Folded Spill
adrp x8, _psector@GOTPAGE
ldr x8, [x8, _psector@GOTPAGEOFF]
str x8, [sp, #24] ; 8-byte Folded Spill
adrp x8, _openFT_count@GOTPAGE
ldr x8, [x8, _openFT_count@GOTPAGEOFF]
str x8, [sp, #32] ; 8-byte Folded Spill
adrp x8, _openFT@GOTPAGE
ldr x8, [x8, _openFT@GOTPAGEOFF]
str x8, [sp, #40] ; 8-byte Folded Spill
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
stur x0, [x29, #-32]
ldur x0, [x29, #-32]
bl _strlen
lsr x0, x0, #0
bl _malloc
stur x0, [x29, #-40]
sturb wzr, [x29, #-13]
mov w8, #-1
stur w8, [x29, #-52]
ldur x0, [x29, #-40]
ldur x1, [x29, #-32]
mov x2, #-1
bl ___strcpy_chk
ldur x0, [x29, #-40]
bl _convertFilename
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldr w8, [x8]
str w8, [sp, #60]
stur wzr, [x29, #-56]
b LBB10_1
LBB10_1: ; =>This Loop Header: Depth=1
; Child Loop BB10_12 Depth 2
; Child Loop BB10_17 Depth 3
ldur w8, [x29, #-56]
subs w8, w8, #64
cset w8, ge
mov w9, #0
str w9, [sp, #20] ; 4-byte Folded Spill
tbnz w8, #0, LBB10_3
b LBB10_2
LBB10_2: ; in Loop: Header=BB10_1 Depth=1
ldur w8, [x29, #-52]
adds w8, w8, #1
cset w8, eq
str w8, [sp, #20] ; 4-byte Folded Spill
b LBB10_3
LBB10_3: ; in Loop: Header=BB10_1 Depth=1
ldr w8, [sp, #20] ; 4-byte Folded Reload
tbz w8, #0, LBB10_35
b LBB10_4
LBB10_4: ; in Loop: Header=BB10_1 Depth=1
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldur w10, [x29, #-56]
mov w9, #32
mul w10, w9, w10
add x10, x8, w10, sxtw
ldr x12, [x10]
sub x11, x29, #24
stur x12, [x29, #-24]
ldur w10, [x10, #7]
stur w10, [x11, #7]
ldur w10, [x29, #-56]
mul w9, w9, w10
add w9, w9, #11
add x8, x8, w9, sxtw
ldrb w8, [x8]
sturb w8, [x29, #-45]
ldursb w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB10_6
b LBB10_5
LBB10_5: ; in Loop: Header=BB10_1 Depth=1
mov w8, #1
stur w8, [x29, #-52]
b LBB10_28
LBB10_6: ; in Loop: Header=BB10_1 Depth=1
ldursb w8, [x29, #-24]
adds w8, w8, #27
cset w8, eq
tbnz w8, #0, LBB10_27
b LBB10_7
LBB10_7: ; in Loop: Header=BB10_1 Depth=1
ldursb w8, [x29, #-45]
subs w8, w8, #15
cset w8, eq
tbnz w8, #0, LBB10_27
b LBB10_8
LBB10_8: ; in Loop: Header=BB10_1 Depth=1
ldur x1, [x29, #-40]
sub x0, x29, #24
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB10_27
b LBB10_9
LBB10_9: ; in Loop: Header=BB10_1 Depth=1
ldursb w8, [x29, #-45]
subs w8, w8, #16
cset w8, ne
tbnz w8, #0, LBB10_11
b LBB10_10
LBB10_10: ; in Loop: Header=BB10_1 Depth=1
mov w8, #3
stur w8, [x29, #-52]
b LBB10_26
LBB10_11: ; in Loop: Header=BB10_1 Depth=1
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldur w10, [x29, #-56]
mov w9, #32
mul w10, w9, w10
add w10, w10, #20
add x10, x8, w10, sxtw
ldrh w10, [x10]
sturh w10, [x29, #-42]
ldur w10, [x29, #-56]
mul w9, w9, w10
add w9, w9, #26
add x8, x8, w9, sxtw
ldrh w8, [x8]
sturh w8, [x29, #-44]
stur wzr, [x29, #-60]
b LBB10_12
LBB10_12: ; Parent Loop BB10_1 Depth=1
; => This Loop Header: Depth=2
; Child Loop BB10_17 Depth 3
ldr x9, [sp, #32] ; 8-byte Folded Reload
ldur w8, [x29, #-60]
ldr w9, [x9]
subs w8, w8, w9
cset w8, ge
mov w9, #0
str w9, [sp, #16] ; 4-byte Folded Spill
tbnz w8, #0, LBB10_14
b LBB10_13
LBB10_13: ; in Loop: Header=BB10_12 Depth=2
ldur w8, [x29, #-52]
adds w8, w8, #1
cset w8, eq
str w8, [sp, #16] ; 4-byte Folded Spill
b LBB10_14
LBB10_14: ; in Loop: Header=BB10_12 Depth=2
ldr w8, [sp, #16] ; 4-byte Folded Reload
tbz w8, #0, LBB10_23
b LBB10_15
LBB10_15: ; in Loop: Header=BB10_12 Depth=2
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x8, [x8]
ldursw x9, [x29, #-60]
mov x10, #20
mul x9, x9, x10
add x8, x8, x9
ldr w8, [x8, #16]
str w8, [sp, #12] ; 4-byte Folded Spill
ldurh w0, [x29, #-42]
ldurh w1, [x29, #-44]
bl _combineShorts
ldr w8, [sp, #12] ; 4-byte Folded Reload
subs w8, w8, w0
cset w8, ne
tbnz w8, #0, LBB10_21
b LBB10_16
LBB10_16: ; in Loop: Header=BB10_12 Depth=2
ldur w8, [x29, #-60]
str w8, [sp, #56]
b LBB10_17
LBB10_17: ; Parent Loop BB10_1 Depth=1
; Parent Loop BB10_12 Depth=2
; => This Inner Loop Header: Depth=3
ldr x9, [sp, #32] ; 8-byte Folded Reload
ldr w8, [sp, #56]
ldr w9, [x9]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB10_20
b LBB10_18
LBB10_18: ; in Loop: Header=BB10_17 Depth=3
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x9, [x8]
ldrsw x10, [sp, #56]
mov x11, #20
mul x10, x10, x11
add x9, x9, x10
ldr x11, [x8]
ldur w8, [x29, #-60]
add w8, w8, #1
stur w8, [x29, #-60]
mov w10, #20
smaddl x8, w8, w10, x11
ldr q0, [x8]
str q0, [x9]
ldr w8, [x8, #16]
str w8, [x9, #16]
b LBB10_19
LBB10_19: ; in Loop: Header=BB10_17 Depth=3
ldr w8, [sp, #56]
add w8, w8, #1
str w8, [sp, #56]
b LBB10_17
LBB10_20: ; in Loop: Header=BB10_12 Depth=2
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x9, [sp, #32] ; 8-byte Folded Reload
ldr x0, [x8]
ldr w8, [x9]
subs w8, w8, #1
str w8, [x9]
mov w9, #20
smull x1, w8, w9
bl _realloc
ldr x8, [sp, #40] ; 8-byte Folded Reload
str x0, [x8]
stur wzr, [x29, #-52]
b LBB10_21
LBB10_21: ; in Loop: Header=BB10_12 Depth=2
b LBB10_22
LBB10_22: ; in Loop: Header=BB10_12 Depth=2
ldur w8, [x29, #-60]
add w8, w8, #1
stur w8, [x29, #-60]
b LBB10_12
LBB10_23: ; in Loop: Header=BB10_1 Depth=1
ldur w8, [x29, #-52]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB10_25
b LBB10_24
LBB10_24: ; in Loop: Header=BB10_1 Depth=1
mov w8, #2
stur w8, [x29, #-52]
b LBB10_25
LBB10_25: ; in Loop: Header=BB10_1 Depth=1
b LBB10_26
LBB10_26: ; in Loop: Header=BB10_1 Depth=1
b LBB10_27
LBB10_27: ; in Loop: Header=BB10_1 Depth=1
b LBB10_28
LBB10_28: ; in Loop: Header=BB10_1 Depth=1
ldur w8, [x29, #-56]
subs w8, w8, #63
cset w8, ne
tbnz w8, #0, LBB10_33
b LBB10_29
LBB10_29: ; in Loop: Header=BB10_1 Depth=1
ldur w8, [x29, #-52]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB10_33
b LBB10_30
LBB10_30: ; in Loop: Header=BB10_1 Depth=1
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldr w0, [x8]
bl _getNextCluster
str w0, [sp, #64]
ldr w8, [sp, #64]
mov w9, #268435448
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB10_32
b LBB10_31
LBB10_31: ; in Loop: Header=BB10_1 Depth=1
ldr w0, [sp, #64]
bl _firstSectorOfCluster
adrp x8, _bytesPerSector@GOTPAGE
ldr x8, [x8, _bytesPerSector@GOTPAGEOFF]
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x9, [sp, #48] ; 8-byte Folded Reload
ldr x1, [sp, #24] ; 8-byte Folded Reload
ldr w8, [sp, #64]
str w8, [x9]
adrp x8, _imageid@GOTPAGE
ldr x8, [x8, _imageid@GOTPAGEOFF]
ldr w0, [x8]
mov x2, #512
bl _read
stur wzr, [x29, #-56]
b LBB10_32
LBB10_32: ; in Loop: Header=BB10_1 Depth=1
b LBB10_33
LBB10_33: ; in Loop: Header=BB10_1 Depth=1
b LBB10_34
LBB10_34: ; in Loop: Header=BB10_1 Depth=1
ldur w8, [x29, #-56]
add w8, w8, #1
stur w8, [x29, #-56]
b LBB10_1
LBB10_35:
ldur x0, [x29, #-40]
bl _free
ldr w0, [sp, #60]
bl _firstSectorOfCluster
adrp x8, _bytesPerSector@GOTPAGE
ldr x8, [x8, _bytesPerSector@GOTPAGEOFF]
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x9, [sp, #48] ; 8-byte Folded Reload
ldr x1, [sp, #24] ; 8-byte Folded Reload
ldr w8, [sp, #60]
str w8, [x9]
adrp x8, _imageid@GOTPAGE
ldr x8, [x8, _imageid@GOTPAGEOFF]
ldr w0, [x8]
mov x2, #512
bl _read
ldur w8, [x29, #-52]
str w8, [sp, #8] ; 4-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB10_37
b LBB10_36
LBB10_36:
bl ___stack_chk_fail
LBB10_37:
ldr w0, [sp, #8] ; 4-byte Folded Reload
ldp x29, x30, [sp, #128] ; 16-byte Folded Reload
add sp, sp, #144
ret
.cfi_endproc
; -- End function
.globl _fat_create ; -- Begin function fat_create
.p2align 2
_fat_create: ; @fat_create
.cfi_startproc
; %bb.0:
sub sp, sp, #144
.cfi_def_cfa_offset 144
stp x29, x30, [sp, #128] ; 16-byte Folded Spill
add x29, sp, #128
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _currentCluster@GOTPAGE
ldr x8, [x8, _currentCluster@GOTPAGEOFF]
str x8, [sp, #40] ; 8-byte Folded Spill
adrp x8, _bytesPerSector@GOTPAGE
ldr x8, [x8, _bytesPerSector@GOTPAGEOFF]
str x8, [sp, #16] ; 8-byte Folded Spill
adrp x8, _imageid@GOTPAGE
ldr x8, [x8, _imageid@GOTPAGEOFF]
str x8, [sp, #24] ; 8-byte Folded Spill
adrp x8, _psector@GOTPAGE
ldr x8, [x8, _psector@GOTPAGEOFF]
str x8, [sp, #32] ; 8-byte Folded Spill
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
stur x0, [x29, #-40]
ldur x0, [x29, #-40]
bl _strlen
lsr x0, x0, #0
bl _malloc
stur x0, [x29, #-48]
sturb wzr, [x29, #-13]
mov w8, #-1
str w8, [sp, #56]
stur w8, [x29, #-56]
ldur x0, [x29, #-48]
ldur x1, [x29, #-40]
mov x2, #-1
bl ___strcpy_chk
ldur x0, [x29, #-48]
bl _convertFilename
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr w8, [x8]
str w8, [sp, #60]
str wzr, [sp, #52]
stur wzr, [x29, #-60]
b LBB11_1
LBB11_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-60]
subs w8, w8, #64
cset w8, ge
mov w9, #0
str w9, [sp, #12] ; 4-byte Folded Spill
tbnz w8, #0, LBB11_3
b LBB11_2
LBB11_2: ; in Loop: Header=BB11_1 Depth=1
ldur w8, [x29, #-56]
adds w8, w8, #1
cset w8, eq
str w8, [sp, #12] ; 4-byte Folded Spill
b LBB11_3
LBB11_3: ; in Loop: Header=BB11_1 Depth=1
ldr w8, [sp, #12] ; 4-byte Folded Reload
tbz w8, #0, LBB11_23
b LBB11_4
LBB11_4: ; in Loop: Header=BB11_1 Depth=1
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldur w10, [x29, #-60]
mov w9, #32
mul w10, w9, w10
add x10, x8, w10, sxtw
ldr x12, [x10]
sub x11, x29, #24
stur x12, [x29, #-24]
ldur w10, [x10, #7]
stur w10, [x11, #7]
ldur w10, [x29, #-60]
mul w9, w9, w10
add w9, w9, #11
add x8, x8, w9, sxtw
ldrb w8, [x8]
sturb w8, [x29, #-49]
ldursb w8, [x29, #-24]
adds w8, w8, #27
cset w8, eq
tbnz w8, #0, LBB11_6
b LBB11_5
LBB11_5: ; in Loop: Header=BB11_1 Depth=1
ldursb w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB11_8
b LBB11_6
LBB11_6: ; in Loop: Header=BB11_1 Depth=1
ldr w8, [sp, #56]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB11_8
b LBB11_7
LBB11_7: ; in Loop: Header=BB11_1 Depth=1
ldur w8, [x29, #-60]
str w8, [sp, #56]
b LBB11_8
LBB11_8: ; in Loop: Header=BB11_1 Depth=1
ldursb w8, [x29, #-24]
adds w8, w8, #27
cset w8, eq
tbnz w8, #0, LBB11_16
b LBB11_9
LBB11_9: ; in Loop: Header=BB11_1 Depth=1
ldursb w8, [x29, #-24]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB11_16
b LBB11_10
LBB11_10: ; in Loop: Header=BB11_1 Depth=1
ldursb w8, [x29, #-49]
subs w8, w8, #15
cset w8, eq
tbnz w8, #0, LBB11_16
b LBB11_11
LBB11_11: ; in Loop: Header=BB11_1 Depth=1
ldur x1, [x29, #-48]
sub x0, x29, #24
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB11_16
b LBB11_12
LBB11_12: ; in Loop: Header=BB11_1 Depth=1
ldursb w8, [x29, #-49]
subs w8, w8, #16
cset w8, ne
tbnz w8, #0, LBB11_14
b LBB11_13
LBB11_13: ; in Loop: Header=BB11_1 Depth=1
mov w8, #2
stur w8, [x29, #-56]
b LBB11_15
LBB11_14: ; in Loop: Header=BB11_1 Depth=1
mov w8, #1
stur w8, [x29, #-56]
b LBB11_15
LBB11_15: ; in Loop: Header=BB11_1 Depth=1
b LBB11_16
LBB11_16: ; in Loop: Header=BB11_1 Depth=1
ldur w8, [x29, #-60]
subs w8, w8, #63
cset w8, ne
tbnz w8, #0, LBB11_21
b LBB11_17
LBB11_17: ; in Loop: Header=BB11_1 Depth=1
ldur w8, [x29, #-56]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB11_21
b LBB11_18
LBB11_18: ; in Loop: Header=BB11_1 Depth=1
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr w0, [x8]
bl _getNextCluster
str w0, [sp, #64]
ldr w8, [sp, #64]
mov w9, #268435448
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB11_20
b LBB11_19
LBB11_19: ; in Loop: Header=BB11_1 Depth=1
ldr w0, [sp, #64]
bl _firstSectorOfCluster
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #40] ; 8-byte Folded Reload
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr x1, [sp, #32] ; 8-byte Folded Reload
ldr w9, [sp, #64]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
stur wzr, [x29, #-60]
b LBB11_20
LBB11_20: ; in Loop: Header=BB11_1 Depth=1
b LBB11_21
LBB11_21: ; in Loop: Header=BB11_1 Depth=1
b LBB11_22
LBB11_22: ; in Loop: Header=BB11_1 Depth=1
ldur w8, [x29, #-60]
add w8, w8, #1
stur w8, [x29, #-60]
b LBB11_1
LBB11_23:
ldur w8, [x29, #-56]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB11_29
b LBB11_24
LBB11_24:
ldr w8, [sp, #56]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB11_28
b LBB11_25
LBB11_25:
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr w0, [x8]
bl _newCluster
str w0, [sp, #64]
ldr w8, [sp, #64]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB11_27
b LBB11_26
LBB11_26:
ldr w0, [sp, #60]
bl _firstSectorOfCluster
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #40] ; 8-byte Folded Reload
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr x1, [sp, #32] ; 8-byte Folded Reload
ldr w9, [sp, #60]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
mov w8, #3
stur w8, [x29, #-28]
b LBB11_30
LBB11_27:
ldr w0, [sp, #64]
bl _firstSectorOfCluster
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x9, [sp, #40] ; 8-byte Folded Reload
ldr w8, [sp, #64]
str w8, [x9]
str wzr, [sp, #56]
b LBB11_28
LBB11_28:
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr w0, [x8]
bl _firstSectorOfCluster
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w8, w0, w8
ldr w9, [sp, #56]
add w0, w8, w9, lsl #5
bl _seekTo
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr w0, [x8]
ldur x1, [x29, #-48]
mov x2, #11
bl _write
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr w0, [x8]
bl _firstSectorOfCluster
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w8, w0, w8
ldr w9, [sp, #56]
lsl w9, w9, #5
add w9, w9, #28
add w0, w8, w9
bl _seekTo
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr w9, [sp, #52]
add x1, sp, #48
str w9, [sp, #48]
ldr w0, [x8]
mov x2, #4
bl _write
stur wzr, [x29, #-56]
b LBB11_29
LBB11_29:
ldur x0, [x29, #-48]
bl _free
ldr w0, [sp, #60]
bl _firstSectorOfCluster
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #40] ; 8-byte Folded Reload
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr x1, [sp, #32] ; 8-byte Folded Reload
ldr w9, [sp, #60]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
ldur w8, [x29, #-56]
stur w8, [x29, #-28]
b LBB11_30
LBB11_30:
ldur w8, [x29, #-28]
str w8, [sp, #8] ; 4-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB11_32
b LBB11_31
LBB11_31:
bl ___stack_chk_fail
LBB11_32:
ldr w0, [sp, #8] ; 4-byte Folded Reload
ldp x29, x30, [sp, #128] ; 16-byte Folded Reload
add sp, sp, #144
ret
.cfi_endproc
; -- End function
.globl _fat_read ; -- Begin function fat_read
.p2align 2
_fat_read: ; @fat_read
.cfi_startproc
; %bb.0:
sub sp, sp, #192
.cfi_def_cfa_offset 192
stp x29, x30, [sp, #176] ; 16-byte Folded Spill
add x29, sp, #176
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _currentCluster@GOTPAGE
ldr x8, [x8, _currentCluster@GOTPAGEOFF]
str x8, [sp, #72] ; 8-byte Folded Spill
adrp x8, _bytesPerSector@GOTPAGE
ldr x8, [x8, _bytesPerSector@GOTPAGEOFF]
str x8, [sp, #32] ; 8-byte Folded Spill
adrp x8, _imageid@GOTPAGE
ldr x8, [x8, _imageid@GOTPAGEOFF]
str x8, [sp, #40] ; 8-byte Folded Spill
adrp x8, _psector@GOTPAGE
ldr x8, [x8, _psector@GOTPAGEOFF]
str x8, [sp, #48] ; 8-byte Folded Spill
adrp x8, _openFT@GOTPAGE
ldr x8, [x8, _openFT@GOTPAGEOFF]
str x8, [sp, #56] ; 8-byte Folded Spill
adrp x8, _bytesPerCluster@GOTPAGE
ldr x8, [x8, _bytesPerCluster@GOTPAGEOFF]
str x8, [sp, #64] ; 8-byte Folded Spill
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
stur x0, [x29, #-32]
stur w1, [x29, #-36]
stur w2, [x29, #-40]
ldur x0, [x29, #-32]
bl _strlen
lsr x0, x0, #0
bl _malloc
stur x0, [x29, #-48]
sturb wzr, [x29, #-13]
mov w8, #-1
stur w8, [x29, #-68]
ldur x0, [x29, #-48]
ldur x1, [x29, #-32]
mov x2, #-1
bl ___strcpy_chk
ldur x0, [x29, #-48]
bl _convertFilename
ldr x8, [sp, #72] ; 8-byte Folded Reload
ldr w8, [x8]
stur w8, [x29, #-84]
stur wzr, [x29, #-72]
b LBB12_1
LBB12_1: ; =>This Loop Header: Depth=1
; Child Loop BB12_12 Depth 2
; Child Loop BB12_29 Depth 2
; Child Loop BB12_32 Depth 2
ldur w8, [x29, #-72]
subs w8, w8, #64
cset w8, ge
mov w9, #0
str w9, [sp, #28] ; 4-byte Folded Spill
tbnz w8, #0, LBB12_3
b LBB12_2
LBB12_2: ; in Loop: Header=BB12_1 Depth=1
ldur w8, [x29, #-68]
adds w8, w8, #1
cset w8, eq
str w8, [sp, #28] ; 4-byte Folded Spill
b LBB12_3
LBB12_3: ; in Loop: Header=BB12_1 Depth=1
ldr w8, [sp, #28] ; 4-byte Folded Reload
tbz w8, #0, LBB12_61
b LBB12_4
LBB12_4: ; in Loop: Header=BB12_1 Depth=1
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldur w10, [x29, #-72]
mov w9, #32
mul w10, w9, w10
add x10, x8, w10, sxtw
ldr x12, [x10]
sub x11, x29, #24
stur x12, [x29, #-24]
ldur w10, [x10, #7]
stur w10, [x11, #7]
ldur w10, [x29, #-72]
mul w9, w9, w10
add w9, w9, #11
add x8, x8, w9, sxtw
ldrb w8, [x8]
sturb w8, [x29, #-61]
ldursb w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB12_6
b LBB12_5
LBB12_5: ; in Loop: Header=BB12_1 Depth=1
mov w8, #1
stur w8, [x29, #-68]
b LBB12_54
LBB12_6: ; in Loop: Header=BB12_1 Depth=1
ldursb w8, [x29, #-24]
adds w8, w8, #27
cset w8, eq
tbnz w8, #0, LBB12_53
b LBB12_7
LBB12_7: ; in Loop: Header=BB12_1 Depth=1
ldursb w8, [x29, #-61]
subs w8, w8, #15
cset w8, eq
tbnz w8, #0, LBB12_53
b LBB12_8
LBB12_8: ; in Loop: Header=BB12_1 Depth=1
ldur x1, [x29, #-48]
sub x0, x29, #24
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB12_53
b LBB12_9
LBB12_9: ; in Loop: Header=BB12_1 Depth=1
ldursb w8, [x29, #-61]
subs w8, w8, #16
cset w8, ne
tbnz w8, #0, LBB12_11
b LBB12_10
LBB12_10: ; in Loop: Header=BB12_1 Depth=1
mov w8, #4
stur w8, [x29, #-68]
b LBB12_52
LBB12_11: ; in Loop: Header=BB12_1 Depth=1
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldur w10, [x29, #-72]
mov w9, #32
mul w10, w9, w10
add w10, w10, #20
add x10, x8, w10, sxtw
ldrh w10, [x10]
sturh w10, [x29, #-58]
ldur w10, [x29, #-72]
mul w9, w9, w10
add w9, w9, #26
add x8, x8, w9, sxtw
ldrh w8, [x8]
sturh w8, [x29, #-60]
stur wzr, [x29, #-76]
b LBB12_12
LBB12_12: ; Parent Loop BB12_1 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-76]
adrp x9, _openFT_count@GOTPAGE
ldr x9, [x9, _openFT_count@GOTPAGEOFF]
ldr w9, [x9]
subs w8, w8, w9
cset w8, ge
mov w9, #0
str w9, [sp, #24] ; 4-byte Folded Spill
tbnz w8, #0, LBB12_14
b LBB12_13
LBB12_13: ; in Loop: Header=BB12_12 Depth=2
ldur w8, [x29, #-68]
adds w8, w8, #1
cset w8, eq
str w8, [sp, #24] ; 4-byte Folded Spill
b LBB12_14
LBB12_14: ; in Loop: Header=BB12_12 Depth=2
ldr w8, [sp, #24] ; 4-byte Folded Reload
tbz w8, #0, LBB12_23
b LBB12_15
LBB12_15: ; in Loop: Header=BB12_12 Depth=2
ldr x8, [sp, #56] ; 8-byte Folded Reload
ldr x8, [x8]
ldursw x9, [x29, #-76]
mov x10, #20
mul x9, x9, x10
add x8, x8, x9
ldr w8, [x8, #16]
str w8, [sp, #20] ; 4-byte Folded Spill
ldurh w0, [x29, #-58]
ldurh w1, [x29, #-60]
bl _combineShorts
ldr w8, [sp, #20] ; 4-byte Folded Reload
subs w8, w8, w0
cset w8, ne
tbnz w8, #0, LBB12_21
b LBB12_16
LBB12_16: ; in Loop: Header=BB12_12 Depth=2
ldr x8, [sp, #56] ; 8-byte Folded Reload
ldr x8, [x8]
ldursw x9, [x29, #-76]
mov x10, #20
mul x9, x9, x10
add x8, x8, x9
ldr w8, [x8, #12]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB12_19
b LBB12_17
LBB12_17: ; in Loop: Header=BB12_12 Depth=2
ldr x8, [sp, #56] ; 8-byte Folded Reload
ldr x8, [x8]
ldursw x9, [x29, #-76]
mov x10, #20
mul x9, x9, x10
add x8, x8, x9
ldr w8, [x8, #12]
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB12_19
b LBB12_18
LBB12_18: ; in Loop: Header=BB12_12 Depth=2
mov w8, #3
stur w8, [x29, #-68]
b LBB12_20
LBB12_19: ; in Loop: Header=BB12_12 Depth=2
ldur w8, [x29, #-76]
str w8, [sp, #88]
stur wzr, [x29, #-68]
b LBB12_20
LBB12_20: ; in Loop: Header=BB12_12 Depth=2
b LBB12_21
LBB12_21: ; in Loop: Header=BB12_12 Depth=2
b LBB12_22
LBB12_22: ; in Loop: Header=BB12_12 Depth=2
ldur w8, [x29, #-76]
add w8, w8, #1
stur w8, [x29, #-76]
b LBB12_12
LBB12_23: ; in Loop: Header=BB12_1 Depth=1
ldur w8, [x29, #-68]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB12_25
b LBB12_24
LBB12_24: ; in Loop: Header=BB12_1 Depth=1
mov w8, #2
stur w8, [x29, #-68]
b LBB12_51
LBB12_25: ; in Loop: Header=BB12_1 Depth=1
ldur w8, [x29, #-68]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB12_50
b LBB12_26
LBB12_26: ; in Loop: Header=BB12_1 Depth=1
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldur w10, [x29, #-72]
mov w9, #32
mul w9, w9, w10
add w9, w9, #28
ldr w8, [x8, w9, sxtw]
str w8, [sp, #84]
ldur w8, [x29, #-36]
ldr w9, [sp, #84]
subs w8, w8, w9
cset w8, lo
tbnz w8, #0, LBB12_28
b LBB12_27
LBB12_27: ; in Loop: Header=BB12_1 Depth=1
mov w8, #5
stur w8, [x29, #-68]
b LBB12_49
LBB12_28: ; in Loop: Header=BB12_1 Depth=1
ldr x8, [sp, #56] ; 8-byte Folded Reload
ldr x8, [x8]
ldrsw x9, [sp, #88]
mov x10, #20
mul x9, x9, x10
add x8, x8, x9
ldr w8, [x8, #16]
stur w8, [x29, #-80]
b LBB12_29
LBB12_29: ; Parent Loop BB12_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr x9, [sp, #64] ; 8-byte Folded Reload
ldur w8, [x29, #-36]
ldr w9, [x9]
subs w8, w8, w9
cset w8, lo
tbnz w8, #0, LBB12_31
b LBB12_30
LBB12_30: ; in Loop: Header=BB12_29 Depth=2
ldur w0, [x29, #-80]
bl _getNextCluster
ldr x8, [sp, #64] ; 8-byte Folded Reload
stur w0, [x29, #-80]
ldr w10, [x8]
ldur w9, [x29, #-36]
subs w9, w9, w10
stur w9, [x29, #-36]
ldr w9, [x8]
ldr w8, [sp, #84]
subs w8, w8, w9
str w8, [sp, #84]
b LBB12_29
LBB12_31: ; in Loop: Header=BB12_1 Depth=1
ldur w0, [x29, #-80]
bl _firstSectorOfCluster
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #72] ; 8-byte Folded Reload
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x1, [sp, #48] ; 8-byte Folded Reload
ldur w9, [x29, #-80]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
ldur w8, [x29, #-40]
stur w8, [x29, #-56]
stur wzr, [x29, #-76]
b LBB12_32
LBB12_32: ; Parent Loop BB12_1 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-76]
ldur w9, [x29, #-36]
ldur w10, [x29, #-40]
add w9, w9, w10
subs w8, w8, w9
cset w8, hs
mov w9, #0
str w9, [sp, #16] ; 4-byte Folded Spill
tbnz w8, #0, LBB12_35
b LBB12_33
LBB12_33: ; in Loop: Header=BB12_32 Depth=2
ldur w8, [x29, #-56]
subs w8, w8, #0
cset w8, eq
mov w9, #0
str w9, [sp, #16] ; 4-byte Folded Spill
tbnz w8, #0, LBB12_35
b LBB12_34
LBB12_34: ; in Loop: Header=BB12_32 Depth=2
ldr w8, [sp, #84]
subs w8, w8, #0
cset w8, hi
str w8, [sp, #16] ; 4-byte Folded Spill
b LBB12_35
LBB12_35: ; in Loop: Header=BB12_32 Depth=2
ldr w8, [sp, #16] ; 4-byte Folded Reload
tbz w8, #0, LBB12_46
b LBB12_36
LBB12_36: ; in Loop: Header=BB12_32 Depth=2
ldur w8, [x29, #-76]
ldur w9, [x29, #-36]
subs w8, w8, w9
cset w8, lo
tbnz w8, #0, LBB12_38
b LBB12_37
LBB12_37: ; in Loop: Header=BB12_32 Depth=2
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldursw x9, [x29, #-76]
add x8, x8, x9
ldrb w8, [x8]
sturb w8, [x29, #-49]
ldursb w10, [x29, #-49]
mov x9, sp
; implicit-def: $x8
mov x8, x10
str x8, [x9]
adrp x0, l_.str.83@PAGE
add x0, x0, l_.str.83@PAGEOFF
bl _printf
ldur w8, [x29, #-56]
subs w8, w8, #1
stur w8, [x29, #-56]
b LBB12_38
LBB12_38: ; in Loop: Header=BB12_32 Depth=2
ldur w8, [x29, #-76]
subs w8, w8, #511
cset w8, ne
tbnz w8, #0, LBB12_44
b LBB12_39
LBB12_39: ; in Loop: Header=BB12_32 Depth=2
ldur w8, [x29, #-56]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB12_44
b LBB12_40
LBB12_40: ; in Loop: Header=BB12_32 Depth=2
ldr x8, [sp, #72] ; 8-byte Folded Reload
ldr w0, [x8]
bl _getNextCluster
stur w0, [x29, #-80]
ldur w8, [x29, #-80]
mov w9, #268435448
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB12_42
b LBB12_41
LBB12_41: ; in Loop: Header=BB12_1 Depth=1
adrp x0, l_.str.84@PAGE
add x0, x0, l_.str.84@PAGEOFF
bl _printf
b LBB12_46
LBB12_42: ; in Loop: Header=BB12_32 Depth=2
ldur w0, [x29, #-80]
bl _firstSectorOfCluster
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #72] ; 8-byte Folded Reload
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x1, [sp, #48] ; 8-byte Folded Reload
ldur w9, [x29, #-80]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
mov w8, #-1
stur w8, [x29, #-76]
stur wzr, [x29, #-36]
ldur w8, [x29, #-40]
ldur w9, [x29, #-56]
subs w9, w8, w9
ldur w8, [x29, #-40]
subs w8, w8, w9
stur w8, [x29, #-40]
b LBB12_43
LBB12_43: ; in Loop: Header=BB12_32 Depth=2
b LBB12_44
LBB12_44: ; in Loop: Header=BB12_32 Depth=2
b LBB12_45
LBB12_45: ; in Loop: Header=BB12_32 Depth=2
ldur w8, [x29, #-76]
add w8, w8, #1
stur w8, [x29, #-76]
ldr w8, [sp, #84]
subs w8, w8, #1
str w8, [sp, #84]
b LBB12_32
LBB12_46: ; in Loop: Header=BB12_1 Depth=1
adrp x0, l_.str.85@PAGE
add x0, x0, l_.str.85@PAGEOFF
bl _printf
ldr w8, [sp, #84]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB12_48
b LBB12_47
LBB12_47: ; in Loop: Header=BB12_1 Depth=1
adrp x0, l_.str.86@PAGE
add x0, x0, l_.str.86@PAGEOFF
bl _printf
b LBB12_48
LBB12_48: ; in Loop: Header=BB12_1 Depth=1
b LBB12_49
LBB12_49: ; in Loop: Header=BB12_1 Depth=1
b LBB12_50
LBB12_50: ; in Loop: Header=BB12_1 Depth=1
b LBB12_51
LBB12_51: ; in Loop: Header=BB12_1 Depth=1
b LBB12_52
LBB12_52: ; in Loop: Header=BB12_1 Depth=1
b LBB12_53
LBB12_53: ; in Loop: Header=BB12_1 Depth=1
b LBB12_54
LBB12_54: ; in Loop: Header=BB12_1 Depth=1
ldur w8, [x29, #-72]
subs w8, w8, #63
cset w8, ne
tbnz w8, #0, LBB12_59
b LBB12_55
LBB12_55: ; in Loop: Header=BB12_1 Depth=1
ldur w8, [x29, #-68]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB12_59
b LBB12_56
LBB12_56: ; in Loop: Header=BB12_1 Depth=1
ldr x8, [sp, #72] ; 8-byte Folded Reload
ldr w0, [x8]
bl _getNextCluster
stur w0, [x29, #-80]
ldur w8, [x29, #-80]
mov w9, #268435448
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB12_58
b LBB12_57
LBB12_57: ; in Loop: Header=BB12_1 Depth=1
ldur w0, [x29, #-80]
bl _firstSectorOfCluster
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #72] ; 8-byte Folded Reload
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x1, [sp, #48] ; 8-byte Folded Reload
ldur w9, [x29, #-80]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
stur wzr, [x29, #-72]
b LBB12_58
LBB12_58: ; in Loop: Header=BB12_1 Depth=1
b LBB12_59
LBB12_59: ; in Loop: Header=BB12_1 Depth=1
b LBB12_60
LBB12_60: ; in Loop: Header=BB12_1 Depth=1
ldur w8, [x29, #-72]
add w8, w8, #1
stur w8, [x29, #-72]
b LBB12_1
LBB12_61:
ldur x0, [x29, #-48]
bl _free
ldur w0, [x29, #-84]
bl _firstSectorOfCluster
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #72] ; 8-byte Folded Reload
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x1, [sp, #48] ; 8-byte Folded Reload
ldur w9, [x29, #-84]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
ldur w8, [x29, #-68]
str w8, [sp, #12] ; 4-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB12_63
b LBB12_62
LBB12_62:
bl ___stack_chk_fail
LBB12_63:
ldr w0, [sp, #12] ; 4-byte Folded Reload
ldp x29, x30, [sp, #176] ; 16-byte Folded Reload
add sp, sp, #192
ret
.cfi_endproc
; -- End function
.globl _fat_write ; -- Begin function fat_write
.p2align 2
_fat_write: ; @fat_write
.cfi_startproc
; %bb.0:
sub sp, sp, #208
.cfi_def_cfa_offset 208
stp x29, x30, [sp, #192] ; 16-byte Folded Spill
add x29, sp, #192
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _currentCluster@GOTPAGE
ldr x8, [x8, _currentCluster@GOTPAGEOFF]
str x8, [sp, #72] ; 8-byte Folded Spill
adrp x8, _bytesPerSector@GOTPAGE
ldr x8, [x8, _bytesPerSector@GOTPAGEOFF]
str x8, [sp, #40] ; 8-byte Folded Spill
adrp x8, _imageid@GOTPAGE
ldr x8, [x8, _imageid@GOTPAGEOFF]
str x8, [sp, #48] ; 8-byte Folded Spill
adrp x8, _psector@GOTPAGE
ldr x8, [x8, _psector@GOTPAGEOFF]
str x8, [sp, #56] ; 8-byte Folded Spill
adrp x8, _openFT@GOTPAGE
ldr x8, [x8, _openFT@GOTPAGEOFF]
str x8, [sp, #64] ; 8-byte Folded Spill
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
stur x0, [x29, #-40]
stur w1, [x29, #-44]
stur x2, [x29, #-56]
ldur x0, [x29, #-40]
bl _strlen
lsr x0, x0, #0
bl _malloc
stur x0, [x29, #-64]
sturb wzr, [x29, #-13]
mov w8, #-1
stur w8, [x29, #-80]
ldur x0, [x29, #-64]
ldur x1, [x29, #-40]
mov x2, #-1
bl ___strcpy_chk
ldur x0, [x29, #-64]
bl _convertFilename
ldr x8, [sp, #72] ; 8-byte Folded Reload
ldr w8, [x8]
str w8, [sp, #96]
stur wzr, [x29, #-84]
b LBB13_1
LBB13_1: ; =>This Loop Header: Depth=1
; Child Loop BB13_12 Depth 2
; Child Loop BB13_29 Depth 2
; Child Loop BB13_36 Depth 2
ldur w8, [x29, #-84]
subs w8, w8, #64
cset w8, ge
mov w9, #0
str w9, [sp, #36] ; 4-byte Folded Spill
tbnz w8, #0, LBB13_3
b LBB13_2
LBB13_2: ; in Loop: Header=BB13_1 Depth=1
ldur w8, [x29, #-80]
adds w8, w8, #1
cset w8, eq
str w8, [sp, #36] ; 4-byte Folded Spill
b LBB13_3
LBB13_3: ; in Loop: Header=BB13_1 Depth=1
ldr w8, [sp, #36] ; 4-byte Folded Reload
tbz w8, #0, LBB13_59
b LBB13_4
LBB13_4: ; in Loop: Header=BB13_1 Depth=1
ldr x8, [sp, #56] ; 8-byte Folded Reload
ldur w10, [x29, #-84]
mov w9, #32
mul w10, w9, w10
add x10, x8, w10, sxtw
ldr x12, [x10]
sub x11, x29, #24
stur x12, [x29, #-24]
ldur w10, [x10, #7]
stur w10, [x11, #7]
ldur w10, [x29, #-84]
mul w9, w9, w10
add w9, w9, #11
add x8, x8, w9, sxtw
ldrb w8, [x8]
sturb w8, [x29, #-73]
ldursb w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB13_6
b LBB13_5
LBB13_5: ; in Loop: Header=BB13_1 Depth=1
mov w8, #1
stur w8, [x29, #-80]
b LBB13_52
LBB13_6: ; in Loop: Header=BB13_1 Depth=1
ldursb w8, [x29, #-24]
adds w8, w8, #27
cset w8, eq
tbnz w8, #0, LBB13_51
b LBB13_7
LBB13_7: ; in Loop: Header=BB13_1 Depth=1
ldursb w8, [x29, #-73]
subs w8, w8, #15
cset w8, eq
tbnz w8, #0, LBB13_51
b LBB13_8
LBB13_8: ; in Loop: Header=BB13_1 Depth=1
ldur x1, [x29, #-64]
sub x0, x29, #24
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB13_51
b LBB13_9
LBB13_9: ; in Loop: Header=BB13_1 Depth=1
ldr x8, [sp, #72] ; 8-byte Folded Reload
ldr w8, [x8]
str w8, [sp, #92]
ldursb w8, [x29, #-73]
subs w8, w8, #16
cset w8, ne
tbnz w8, #0, LBB13_11
b LBB13_10
LBB13_10: ; in Loop: Header=BB13_1 Depth=1
mov w8, #4
stur w8, [x29, #-80]
b LBB13_50
LBB13_11: ; in Loop: Header=BB13_1 Depth=1
ldr x8, [sp, #56] ; 8-byte Folded Reload
ldur w10, [x29, #-84]
mov w9, #32
mul w10, w9, w10
add w10, w10, #20
add x10, x8, w10, sxtw
ldrh w10, [x10]
sturh w10, [x29, #-70]
ldur w10, [x29, #-84]
mul w9, w9, w10
add w9, w9, #26
add x8, x8, w9, sxtw
ldrh w8, [x8]
sturh w8, [x29, #-72]
stur wzr, [x29, #-88]
b LBB13_12
LBB13_12: ; Parent Loop BB13_1 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-88]
adrp x9, _openFT_count@GOTPAGE
ldr x9, [x9, _openFT_count@GOTPAGEOFF]
ldr w9, [x9]
subs w8, w8, w9
cset w8, ge
mov w9, #0
str w9, [sp, #32] ; 4-byte Folded Spill
tbnz w8, #0, LBB13_14
b LBB13_13
LBB13_13: ; in Loop: Header=BB13_12 Depth=2
ldur w8, [x29, #-80]
adds w8, w8, #1
cset w8, eq
str w8, [sp, #32] ; 4-byte Folded Spill
b LBB13_14
LBB13_14: ; in Loop: Header=BB13_12 Depth=2
ldr w8, [sp, #32] ; 4-byte Folded Reload
tbz w8, #0, LBB13_23
b LBB13_15
LBB13_15: ; in Loop: Header=BB13_12 Depth=2
ldr x8, [sp, #64] ; 8-byte Folded Reload
ldr x8, [x8]
ldursw x9, [x29, #-88]
mov x10, #20
mul x9, x9, x10
add x8, x8, x9
ldr w8, [x8, #16]
str w8, [sp, #28] ; 4-byte Folded Spill
ldurh w0, [x29, #-70]
ldurh w1, [x29, #-72]
bl _combineShorts
ldr w8, [sp, #28] ; 4-byte Folded Reload
subs w8, w8, w0
cset w8, ne
tbnz w8, #0, LBB13_21
b LBB13_16
LBB13_16: ; in Loop: Header=BB13_12 Depth=2
ldr x8, [sp, #64] ; 8-byte Folded Reload
ldr x8, [x8]
ldursw x9, [x29, #-88]
mov x10, #20
mul x9, x9, x10
add x8, x8, x9
ldr w8, [x8, #12]
subs w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB13_19
b LBB13_17
LBB13_17: ; in Loop: Header=BB13_12 Depth=2
ldr x8, [sp, #64] ; 8-byte Folded Reload
ldr x8, [x8]
ldursw x9, [x29, #-88]
mov x10, #20
mul x9, x9, x10
add x8, x8, x9
ldr w8, [x8, #12]
subs w8, w8, #2
cset w8, eq
tbnz w8, #0, LBB13_19
b LBB13_18
LBB13_18: ; in Loop: Header=BB13_12 Depth=2
mov w8, #3
stur w8, [x29, #-80]
b LBB13_20
LBB13_19: ; in Loop: Header=BB13_12 Depth=2
ldur w8, [x29, #-88]
str w8, [sp, #88]
stur wzr, [x29, #-80]
b LBB13_20
LBB13_20: ; in Loop: Header=BB13_12 Depth=2
b LBB13_21
LBB13_21: ; in Loop: Header=BB13_12 Depth=2
b LBB13_22
LBB13_22: ; in Loop: Header=BB13_12 Depth=2
ldur w8, [x29, #-88]
add w8, w8, #1
stur w8, [x29, #-88]
b LBB13_12
LBB13_23: ; in Loop: Header=BB13_1 Depth=1
ldur w8, [x29, #-80]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB13_25
b LBB13_24
LBB13_24: ; in Loop: Header=BB13_1 Depth=1
mov w8, #2
stur w8, [x29, #-80]
b LBB13_49
LBB13_25: ; in Loop: Header=BB13_1 Depth=1
ldur w8, [x29, #-80]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB13_48
b LBB13_26
LBB13_26: ; in Loop: Header=BB13_1 Depth=1
ldr x8, [sp, #56] ; 8-byte Folded Reload
ldur w10, [x29, #-84]
mov w9, #32
mul w9, w9, w10
add w9, w9, #28
ldr w8, [x8, w9, sxtw]
str w8, [sp, #80]
ldur w8, [x29, #-44]
; kill: def $x8 killed $w8
str x8, [sp, #16] ; 8-byte Folded Spill
ldur x0, [x29, #-56]
bl _strlen
ldr x8, [sp, #16] ; 8-byte Folded Reload
add x8, x8, x0
ldr w9, [sp, #80]
; kill: def $x9 killed $w9
subs x8, x8, x9
cset w8, ls
tbnz w8, #0, LBB13_28
b LBB13_27
LBB13_27: ; in Loop: Header=BB13_1 Depth=1
ldur w8, [x29, #-44]
; kill: def $x8 killed $w8
str x8, [sp, #8] ; 8-byte Folded Spill
ldur x0, [x29, #-56]
bl _strlen
ldr x8, [sp, #8] ; 8-byte Folded Reload
add x8, x8, x0
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #80]
b LBB13_28
LBB13_28: ; in Loop: Header=BB13_1 Depth=1
ldr x8, [sp, #64] ; 8-byte Folded Reload
ldr x8, [x8]
ldrsw x9, [sp, #88]
mov x10, #20
mul x9, x9, x10
add x8, x8, x9
ldr w8, [x8, #16]
stur w8, [x29, #-92]
b LBB13_29
LBB13_29: ; Parent Loop BB13_1 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-44]
adrp x9, _bytesPerCluster@GOTPAGE
ldr x9, [x9, _bytesPerCluster@GOTPAGEOFF]
ldr w9, [x9]
subs w8, w8, w9
cset w8, lo
tbnz w8, #0, LBB13_35
b LBB13_30
LBB13_30: ; in Loop: Header=BB13_29 Depth=2
ldur w0, [x29, #-92]
bl _getNextCluster
stur w0, [x29, #-92]
ldur w8, [x29, #-92]
mov w9, #268435448
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB13_34
b LBB13_31
LBB13_31: ; in Loop: Header=BB13_29 Depth=2
ldr x8, [sp, #72] ; 8-byte Folded Reload
ldr w0, [x8]
bl _newCluster
stur w0, [x29, #-92]
ldur w8, [x29, #-92]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB13_33
b LBB13_32
LBB13_32:
ldr w0, [sp, #96]
bl _firstSectorOfCluster
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #72] ; 8-byte Folded Reload
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldr x1, [sp, #56] ; 8-byte Folded Reload
ldr w9, [sp, #96]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
mov w8, #6
stur w8, [x29, #-28]
b LBB13_60
LBB13_33: ; in Loop: Header=BB13_29 Depth=2
b LBB13_34
LBB13_34: ; in Loop: Header=BB13_29 Depth=2
adrp x8, _bytesPerCluster@GOTPAGE
ldr x8, [x8, _bytesPerCluster@GOTPAGEOFF]
ldr w9, [x8]
ldur w8, [x29, #-44]
subs w8, w8, w9
stur w8, [x29, #-44]
b LBB13_29
LBB13_35: ; in Loop: Header=BB13_1 Depth=1
ldur w0, [x29, #-92]
bl _firstSectorOfCluster
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x9, [sp, #72] ; 8-byte Folded Reload
ldur w8, [x29, #-92]
str w8, [x9]
ldur x0, [x29, #-56]
bl _strlen
mov x8, x0
stur w8, [x29, #-68]
ldur w8, [x29, #-44]
ldur w9, [x29, #-68]
add w8, w8, w9
str w8, [sp, #84]
stur wzr, [x29, #-88]
b LBB13_36
LBB13_36: ; Parent Loop BB13_1 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-88]
ldr w9, [sp, #84]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB13_47
b LBB13_37
LBB13_37: ; in Loop: Header=BB13_36 Depth=2
ldur w8, [x29, #-88]
ldur w9, [x29, #-44]
subs w8, w8, w9
cset w8, lo
tbnz w8, #0, LBB13_39
b LBB13_38
LBB13_38: ; in Loop: Header=BB13_36 Depth=2
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldr w0, [x8]
ldur x8, [x29, #-56]
ldur w9, [x29, #-88]
ldur w10, [x29, #-44]
subs w9, w9, w10
; kill: def $x9 killed $w9
add x1, x8, x9
mov x2, #1
bl _write
ldur w8, [x29, #-68]
subs w8, w8, #1
stur w8, [x29, #-68]
b LBB13_40
LBB13_39: ; in Loop: Header=BB13_36 Depth=2
ldr x8, [sp, #72] ; 8-byte Folded Reload
ldr w0, [x8]
bl _firstSectorOfCluster
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w8, w0, w8
ldur w9, [x29, #-88]
add w9, w9, #1
add w0, w8, w9
bl _seekTo
b LBB13_40
LBB13_40: ; in Loop: Header=BB13_36 Depth=2
ldur w8, [x29, #-88]
subs w8, w8, #511
cset w8, ne
tbnz w8, #0, LBB13_45
b LBB13_41
LBB13_41: ; in Loop: Header=BB13_36 Depth=2
ldur w8, [x29, #-68]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB13_45
b LBB13_42
LBB13_42: ; in Loop: Header=BB13_36 Depth=2
ldr x8, [sp, #72] ; 8-byte Folded Reload
ldr w0, [x8]
bl _getNextCluster
stur w0, [x29, #-92]
ldur w8, [x29, #-92]
mov w9, #268435448
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB13_44
b LBB13_43
LBB13_43: ; in Loop: Header=BB13_36 Depth=2
ldr x8, [sp, #72] ; 8-byte Folded Reload
ldr w0, [x8]
bl _newCluster
stur w0, [x29, #-92]
b LBB13_44
LBB13_44: ; in Loop: Header=BB13_36 Depth=2
ldur w0, [x29, #-92]
bl _firstSectorOfCluster
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x9, [sp, #72] ; 8-byte Folded Reload
ldur w8, [x29, #-92]
str w8, [x9]
mov w8, #-1
stur w8, [x29, #-88]
stur wzr, [x29, #-44]
b LBB13_45
LBB13_45: ; in Loop: Header=BB13_36 Depth=2
b LBB13_46
LBB13_46: ; in Loop: Header=BB13_36 Depth=2
ldur w8, [x29, #-88]
add w8, w8, #1
stur w8, [x29, #-88]
b LBB13_36
LBB13_47: ; in Loop: Header=BB13_1 Depth=1
ldr x8, [sp, #56] ; 8-byte Folded Reload
ldur w10, [x29, #-84]
mov w9, #32
mul w9, w9, w10
add w9, w9, #28
add x0, x8, w9, sxtw
add x1, sp, #80
mov x2, #4
mov x3, #-1
bl ___memcpy_chk
ldr w0, [sp, #92]
bl _firstSectorOfCluster
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldr x1, [sp, #56] ; 8-byte Folded Reload
ldr w0, [x8]
mov x2, #512
bl _write
b LBB13_48
LBB13_48: ; in Loop: Header=BB13_1 Depth=1
b LBB13_49
LBB13_49: ; in Loop: Header=BB13_1 Depth=1
b LBB13_50
LBB13_50: ; in Loop: Header=BB13_1 Depth=1
b LBB13_51
LBB13_51: ; in Loop: Header=BB13_1 Depth=1
b LBB13_52
LBB13_52: ; in Loop: Header=BB13_1 Depth=1
ldur w8, [x29, #-84]
subs w8, w8, #63
cset w8, ne
tbnz w8, #0, LBB13_57
b LBB13_53
LBB13_53: ; in Loop: Header=BB13_1 Depth=1
ldur w8, [x29, #-80]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB13_57
b LBB13_54
LBB13_54: ; in Loop: Header=BB13_1 Depth=1
ldr x8, [sp, #72] ; 8-byte Folded Reload
ldr w0, [x8]
bl _getNextCluster
stur w0, [x29, #-92]
ldur w8, [x29, #-92]
mov w9, #268435448
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB13_56
b LBB13_55
LBB13_55: ; in Loop: Header=BB13_1 Depth=1
ldur w0, [x29, #-92]
bl _firstSectorOfCluster
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #72] ; 8-byte Folded Reload
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldr x1, [sp, #56] ; 8-byte Folded Reload
ldur w9, [x29, #-92]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
stur wzr, [x29, #-84]
b LBB13_56
LBB13_56: ; in Loop: Header=BB13_1 Depth=1
b LBB13_57
LBB13_57: ; in Loop: Header=BB13_1 Depth=1
b LBB13_58
LBB13_58: ; in Loop: Header=BB13_1 Depth=1
ldur w8, [x29, #-84]
add w8, w8, #1
stur w8, [x29, #-84]
b LBB13_1
LBB13_59:
ldur x0, [x29, #-64]
bl _free
ldr w0, [sp, #96]
bl _firstSectorOfCluster
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #72] ; 8-byte Folded Reload
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldr x1, [sp, #56] ; 8-byte Folded Reload
ldr w9, [sp, #96]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
ldur w8, [x29, #-80]
stur w8, [x29, #-28]
b LBB13_60
LBB13_60:
ldur w8, [x29, #-28]
str w8, [sp, #4] ; 4-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB13_62
b LBB13_61
LBB13_61:
bl ___stack_chk_fail
LBB13_62:
ldr w0, [sp, #4] ; 4-byte Folded Reload
ldp x29, x30, [sp, #192] ; 16-byte Folded Reload
add sp, sp, #208
ret
.cfi_endproc
; -- End function
.globl _fat_rm ; -- Begin function fat_rm
.p2align 2
_fat_rm: ; @fat_rm
.cfi_startproc
; %bb.0:
sub sp, sp, #144
.cfi_def_cfa_offset 144
stp x29, x30, [sp, #128] ; 16-byte Folded Spill
add x29, sp, #128
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _currentCluster@GOTPAGE
ldr x8, [x8, _currentCluster@GOTPAGEOFF]
str x8, [sp, #32] ; 8-byte Folded Spill
adrp x8, _bytesPerSector@GOTPAGE
ldr x8, [x8, _bytesPerSector@GOTPAGEOFF]
str x8, [sp, #8] ; 8-byte Folded Spill
adrp x8, _imageid@GOTPAGE
ldr x8, [x8, _imageid@GOTPAGEOFF]
str x8, [sp, #16] ; 8-byte Folded Spill
adrp x8, _psector@GOTPAGE
ldr x8, [x8, _psector@GOTPAGEOFF]
str x8, [sp, #24] ; 8-byte Folded Spill
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
stur x0, [x29, #-32]
stur w1, [x29, #-36]
ldur x0, [x29, #-32]
bl _strlen
lsr x0, x0, #0
bl _malloc
stur x0, [x29, #-48]
sturb wzr, [x29, #-13]
sturb wzr, [x29, #-54]
mov w8, #-1
stur w8, [x29, #-60]
ldur x0, [x29, #-48]
ldur x1, [x29, #-32]
mov x2, #-1
bl ___strcpy_chk
ldur x0, [x29, #-48]
bl _convertFilename
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldr w8, [x8]
str w8, [sp, #52]
str wzr, [sp, #64]
b LBB14_1
LBB14_1: ; =>This Loop Header: Depth=1
; Child Loop BB14_19 Depth 2
; Child Loop BB14_29 Depth 2
ldr w8, [sp, #64]
subs w8, w8, #64
cset w8, ge
mov w9, #0
str w9, [sp, #4] ; 4-byte Folded Spill
tbnz w8, #0, LBB14_3
b LBB14_2
LBB14_2: ; in Loop: Header=BB14_1 Depth=1
ldur w8, [x29, #-60]
adds w8, w8, #1
cset w8, eq
str w8, [sp, #4] ; 4-byte Folded Spill
b LBB14_3
LBB14_3: ; in Loop: Header=BB14_1 Depth=1
ldr w8, [sp, #4] ; 4-byte Folded Reload
tbz w8, #0, LBB14_43
b LBB14_4
LBB14_4: ; in Loop: Header=BB14_1 Depth=1
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr w10, [sp, #64]
mov w9, #32
mul w10, w9, w10
add x10, x8, w10, sxtw
ldr x12, [x10]
sub x11, x29, #24
stur x12, [x29, #-24]
ldur w10, [x10, #7]
stur w10, [x11, #7]
ldr w10, [sp, #64]
mul w9, w9, w10
add w9, w9, #11
add x8, x8, w9, sxtw
ldrb w8, [x8]
sturb w8, [x29, #-53]
ldursb w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB14_6
b LBB14_5
LBB14_5: ; in Loop: Header=BB14_1 Depth=1
mov w8, #1
stur w8, [x29, #-60]
b LBB14_36
LBB14_6: ; in Loop: Header=BB14_1 Depth=1
ldursb w8, [x29, #-24]
adds w8, w8, #27
cset w8, eq
tbnz w8, #0, LBB14_35
b LBB14_7
LBB14_7: ; in Loop: Header=BB14_1 Depth=1
ldursb w8, [x29, #-53]
subs w8, w8, #15
cset w8, eq
tbnz w8, #0, LBB14_35
b LBB14_8
LBB14_8: ; in Loop: Header=BB14_1 Depth=1
ldur x1, [x29, #-48]
sub x0, x29, #24
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB14_35
b LBB14_9
LBB14_9: ; in Loop: Header=BB14_1 Depth=1
ldursb w8, [x29, #-53]
subs w8, w8, #16
cset w8, ne
tbnz w8, #0, LBB14_11
b LBB14_10
LBB14_10: ; in Loop: Header=BB14_1 Depth=1
mov w8, #2
stur w8, [x29, #-60]
b LBB14_34
LBB14_11: ; in Loop: Header=BB14_1 Depth=1
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr w10, [sp, #64]
mov w9, #32
mul w10, w9, w10
add w10, w10, #20
add x10, x8, w10, sxtw
ldrh w10, [x10]
sturh w10, [x29, #-50]
ldr w10, [sp, #64]
mul w9, w9, w10
add w9, w9, #26
add x8, x8, w9, sxtw
ldrh w8, [x8]
sturh w8, [x29, #-52]
ldurh w0, [x29, #-50]
ldurh w1, [x29, #-52]
bl _combineShorts
str w0, [sp, #48]
ldr w8, [sp, #64]
subs w8, w8, #63
cset w8, eq
tbnz w8, #0, LBB14_16
b LBB14_12
LBB14_12: ; in Loop: Header=BB14_1 Depth=1
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr w9, [sp, #64]
add w10, w9, #1
mov w9, #32
mul w9, w9, w10
add x8, x8, w9, sxtw
ldr x10, [x8]
sub x9, x29, #24
stur x10, [x29, #-24]
ldur w8, [x8, #7]
stur w8, [x9, #7]
ldursb w8, [x29, #-24]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB14_14
b LBB14_13
LBB14_13: ; in Loop: Header=BB14_1 Depth=1
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr w10, [sp, #64]
mov w9, #32
mul w9, w9, w10
add x8, x8, w9, sxtw
ldr x10, [x8]
sub x9, x29, #24
stur x10, [x29, #-24]
ldur w8, [x8, #7]
stur w8, [x9, #7]
mov w8, #229
sturb w8, [x29, #-24]
b LBB14_15
LBB14_14: ; in Loop: Header=BB14_1 Depth=1
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr w10, [sp, #64]
mov w9, #32
mul w9, w9, w10
add x8, x8, w9, sxtw
ldr x10, [x8]
sub x9, x29, #24
stur x10, [x29, #-24]
ldur w8, [x8, #7]
stur w8, [x9, #7]
sturb wzr, [x29, #-24]
b LBB14_15
LBB14_15: ; in Loop: Header=BB14_1 Depth=1
b LBB14_17
LBB14_16: ; in Loop: Header=BB14_1 Depth=1
sturb wzr, [x29, #-24]
b LBB14_17
LBB14_17: ; in Loop: Header=BB14_1 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB14_27
b LBB14_18
LBB14_18: ; in Loop: Header=BB14_1 Depth=1
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldr w8, [x8]
str w8, [sp, #44]
ldr w0, [sp, #48]
bl _firstSectorOfCluster
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x9, [sp, #32] ; 8-byte Folded Reload
ldr w8, [sp, #48]
str w8, [x9]
str wzr, [sp, #60]
b LBB14_19
LBB14_19: ; Parent Loop BB14_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr x9, [sp, #8] ; 8-byte Folded Reload
ldr w8, [sp, #60]
ldrh w9, [x9]
adrp x10, _sectorsPerCluster@GOTPAGE
ldr x10, [x10, _sectorsPerCluster@GOTPAGEOFF]
ldrsb w10, [x10]
mul w9, w9, w10
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB14_26
b LBB14_20
LBB14_20: ; in Loop: Header=BB14_19 Depth=2
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr w0, [x8]
sub x1, x29, #54
mov x2, #1
bl _write
ldr x9, [sp, #8] ; 8-byte Folded Reload
ldr w8, [sp, #60]
ldrh w9, [x9]
adrp x10, _sectorsPerCluster@GOTPAGE
ldr x10, [x10, _sectorsPerCluster@GOTPAGEOFF]
ldrsb w10, [x10]
mul w9, w9, w10
subs w9, w9, #1
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB14_24
b LBB14_21
LBB14_21: ; in Loop: Header=BB14_19 Depth=2
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldr w0, [x8]
bl _getNextCluster
str w0, [sp, #56]
ldr w8, [sp, #56]
mov w9, #268435448
subs w8, w8, w9
cset w8, lt
tbnz w8, #0, LBB14_23
b LBB14_22
LBB14_22: ; in Loop: Header=BB14_1 Depth=1
b LBB14_26
LBB14_23: ; in Loop: Header=BB14_19 Depth=2
ldr w0, [sp, #56]
bl _firstSectorOfCluster
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x9, [sp, #32] ; 8-byte Folded Reload
ldr w8, [sp, #56]
str w8, [x9]
mov w8, #-1
str w8, [sp, #60]
b LBB14_24
LBB14_24: ; in Loop: Header=BB14_19 Depth=2
b LBB14_25
LBB14_25: ; in Loop: Header=BB14_19 Depth=2
ldr w8, [sp, #60]
add w8, w8, #1
str w8, [sp, #60]
b LBB14_19
LBB14_26: ; in Loop: Header=BB14_1 Depth=1
ldr w0, [sp, #44]
bl _firstSectorOfCluster
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x9, [sp, #32] ; 8-byte Folded Reload
ldr w8, [sp, #44]
str w8, [x9]
b LBB14_27
LBB14_27: ; in Loop: Header=BB14_1 Depth=1
ldr w0, [sp, #48]
bl _clearClusterChain
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr w10, [sp, #64]
mov w9, #32
mul w9, w9, w10
add x0, x8, w9, sxtw
sub x1, x29, #24
mov x2, #11
mov x3, #-1
bl ___memcpy_chk
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB14_33
b LBB14_28
LBB14_28: ; in Loop: Header=BB14_1 Depth=1
mov w8, #1
str w8, [sp, #60]
b LBB14_29
LBB14_29: ; Parent Loop BB14_1 Depth=1
; => This Inner Loop Header: Depth=2
ldr w8, [sp, #60]
subs w8, w8, #32
cset w8, ge
tbnz w8, #0, LBB14_32
b LBB14_30
LBB14_30: ; in Loop: Header=BB14_29 Depth=2
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr w10, [sp, #64]
mov w9, #32
mul w9, w9, w10
ldr w10, [sp, #60]
add w9, w9, w10
add x0, x8, w9, sxtw
sub x1, x29, #54
mov x2, #1
mov x3, #-1
bl ___memcpy_chk
b LBB14_31
LBB14_31: ; in Loop: Header=BB14_29 Depth=2
ldr w8, [sp, #60]
add w8, w8, #1
str w8, [sp, #60]
b LBB14_29
LBB14_32: ; in Loop: Header=BB14_1 Depth=1
b LBB14_33
LBB14_33: ; in Loop: Header=BB14_1 Depth=1
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldr w0, [x8]
bl _firstSectorOfCluster
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr x1, [sp, #24] ; 8-byte Folded Reload
ldr w0, [x8]
mov x2, #512
bl _write
stur wzr, [x29, #-60]
b LBB14_34
LBB14_34: ; in Loop: Header=BB14_1 Depth=1
b LBB14_35
LBB14_35: ; in Loop: Header=BB14_1 Depth=1
b LBB14_36
LBB14_36: ; in Loop: Header=BB14_1 Depth=1
ldr w8, [sp, #64]
subs w8, w8, #63
cset w8, ne
tbnz w8, #0, LBB14_41
b LBB14_37
LBB14_37: ; in Loop: Header=BB14_1 Depth=1
ldur w8, [x29, #-60]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB14_41
b LBB14_38
LBB14_38: ; in Loop: Header=BB14_1 Depth=1
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldr w0, [x8]
bl _getNextCluster
str w0, [sp, #56]
ldr w8, [sp, #56]
mov w9, #268435448
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB14_40
b LBB14_39
LBB14_39: ; in Loop: Header=BB14_1 Depth=1
ldr w0, [sp, #56]
bl _firstSectorOfCluster
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #32] ; 8-byte Folded Reload
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr x1, [sp, #24] ; 8-byte Folded Reload
ldr w9, [sp, #56]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
str wzr, [sp, #64]
b LBB14_40
LBB14_40: ; in Loop: Header=BB14_1 Depth=1
b LBB14_41
LBB14_41: ; in Loop: Header=BB14_1 Depth=1
b LBB14_42
LBB14_42: ; in Loop: Header=BB14_1 Depth=1
ldr w8, [sp, #64]
add w8, w8, #1
str w8, [sp, #64]
b LBB14_1
LBB14_43:
ldur x0, [x29, #-48]
bl _free
ldr w0, [sp, #52]
bl _firstSectorOfCluster
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #32] ; 8-byte Folded Reload
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr x1, [sp, #24] ; 8-byte Folded Reload
ldr w9, [sp, #52]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
ldur w8, [x29, #-60]
str w8, [sp] ; 4-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB14_45
b LBB14_44
LBB14_44:
bl ___stack_chk_fail
LBB14_45:
ldr w0, [sp] ; 4-byte Folded Reload
ldp x29, x30, [sp, #128] ; 16-byte Folded Reload
add sp, sp, #144
ret
.cfi_endproc
; -- End function
.globl _fat_cd ; -- Begin function fat_cd
.p2align 2
_fat_cd: ; @fat_cd
.cfi_startproc
; %bb.0:
sub sp, sp, #128
.cfi_def_cfa_offset 128
stp x29, x30, [sp, #112] ; 16-byte Folded Spill
add x29, sp, #112
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _currentCluster@GOTPAGE
ldr x8, [x8, _currentCluster@GOTPAGEOFF]
str x8, [sp, #40] ; 8-byte Folded Spill
adrp x8, _bytesPerSector@GOTPAGE
ldr x8, [x8, _bytesPerSector@GOTPAGEOFF]
str x8, [sp, #16] ; 8-byte Folded Spill
adrp x8, _imageid@GOTPAGE
ldr x8, [x8, _imageid@GOTPAGEOFF]
str x8, [sp, #24] ; 8-byte Folded Spill
adrp x8, _psector@GOTPAGE
ldr x8, [x8, _psector@GOTPAGEOFF]
str x8, [sp, #32] ; 8-byte Folded Spill
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
stur x0, [x29, #-32]
ldur x0, [x29, #-32]
bl _strlen
lsr x0, x0, #0
bl _malloc
stur x0, [x29, #-40]
sturb wzr, [x29, #-13]
mov w8, #-1
stur w8, [x29, #-52]
ldur x0, [x29, #-40]
ldur x1, [x29, #-32]
mov x2, #-1
bl ___strcpy_chk
ldur x0, [x29, #-40]
bl _convertFilename
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr w8, [x8]
str w8, [sp, #48]
str wzr, [sp, #56]
b LBB15_1
LBB15_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #56]
subs w8, w8, #64
cset w8, ge
mov w9, #0
str w9, [sp, #12] ; 4-byte Folded Spill
tbnz w8, #0, LBB15_3
b LBB15_2
LBB15_2: ; in Loop: Header=BB15_1 Depth=1
ldur w8, [x29, #-52]
adds w8, w8, #1
cset w8, eq
str w8, [sp, #12] ; 4-byte Folded Spill
b LBB15_3
LBB15_3: ; in Loop: Header=BB15_1 Depth=1
ldr w8, [sp, #12] ; 4-byte Folded Reload
tbz w8, #0, LBB15_23
b LBB15_4
LBB15_4: ; in Loop: Header=BB15_1 Depth=1
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldr w10, [sp, #56]
mov w9, #32
mul w10, w9, w10
add x10, x8, w10, sxtw
ldr x12, [x10]
sub x11, x29, #24
stur x12, [x29, #-24]
ldur w10, [x10, #7]
stur w10, [x11, #7]
ldr w10, [sp, #56]
mul w9, w9, w10
add w9, w9, #11
add x8, x8, w9, sxtw
ldrb w8, [x8]
sturb w8, [x29, #-45]
ldursb w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB15_6
b LBB15_5
LBB15_5: ; in Loop: Header=BB15_1 Depth=1
mov w8, #1
stur w8, [x29, #-52]
b LBB15_16
LBB15_6: ; in Loop: Header=BB15_1 Depth=1
ldursb w8, [x29, #-24]
adds w8, w8, #27
cset w8, eq
tbnz w8, #0, LBB15_15
b LBB15_7
LBB15_7: ; in Loop: Header=BB15_1 Depth=1
ldursb w8, [x29, #-45]
subs w8, w8, #15
cset w8, eq
tbnz w8, #0, LBB15_15
b LBB15_8
LBB15_8: ; in Loop: Header=BB15_1 Depth=1
ldur x1, [x29, #-40]
sub x0, x29, #24
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB15_15
b LBB15_9
LBB15_9: ; in Loop: Header=BB15_1 Depth=1
ldursb w8, [x29, #-45]
subs w8, w8, #16
cset w8, ne
tbnz w8, #0, LBB15_13
b LBB15_10
LBB15_10: ; in Loop: Header=BB15_1 Depth=1
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldr w10, [sp, #56]
mov w9, #32
mul w10, w9, w10
add w10, w10, #20
add x10, x8, w10, sxtw
ldrh w10, [x10]
sturh w10, [x29, #-42]
ldr w10, [sp, #56]
mul w9, w9, w10
add w9, w9, #26
add x8, x8, w9, sxtw
ldrh w8, [x8]
sturh w8, [x29, #-44]
ldurh w0, [x29, #-42]
ldurh w1, [x29, #-44]
bl _combineShorts
str w0, [sp, #52]
ldr w8, [sp, #52]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB15_12
b LBB15_11
LBB15_11: ; in Loop: Header=BB15_1 Depth=1
adrp x8, _rootCluster@GOTPAGE
ldr x8, [x8, _rootCluster@GOTPAGEOFF]
ldr w8, [x8]
str w8, [sp, #52]
b LBB15_12
LBB15_12: ; in Loop: Header=BB15_1 Depth=1
ldr w0, [sp, #52]
bl _firstSectorOfCluster
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #40] ; 8-byte Folded Reload
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr x1, [sp, #32] ; 8-byte Folded Reload
ldr w9, [sp, #52]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
stur wzr, [x29, #-52]
b LBB15_14
LBB15_13: ; in Loop: Header=BB15_1 Depth=1
mov w8, #2
stur w8, [x29, #-52]
b LBB15_14
LBB15_14: ; in Loop: Header=BB15_1 Depth=1
b LBB15_15
LBB15_15: ; in Loop: Header=BB15_1 Depth=1
b LBB15_16
LBB15_16: ; in Loop: Header=BB15_1 Depth=1
ldr w8, [sp, #56]
subs w8, w8, #63
cset w8, ne
tbnz w8, #0, LBB15_21
b LBB15_17
LBB15_17: ; in Loop: Header=BB15_1 Depth=1
ldur w8, [x29, #-52]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB15_21
b LBB15_18
LBB15_18: ; in Loop: Header=BB15_1 Depth=1
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr w0, [x8]
bl _getNextCluster
str w0, [sp, #52]
ldr w8, [sp, #52]
mov w9, #268435448
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB15_20
b LBB15_19
LBB15_19: ; in Loop: Header=BB15_1 Depth=1
ldr w0, [sp, #52]
bl _firstSectorOfCluster
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #40] ; 8-byte Folded Reload
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr x1, [sp, #32] ; 8-byte Folded Reload
ldr w9, [sp, #52]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
str wzr, [sp, #56]
b LBB15_20
LBB15_20: ; in Loop: Header=BB15_1 Depth=1
b LBB15_21
LBB15_21: ; in Loop: Header=BB15_1 Depth=1
b LBB15_22
LBB15_22: ; in Loop: Header=BB15_1 Depth=1
ldr w8, [sp, #56]
add w8, w8, #1
str w8, [sp, #56]
b LBB15_1
LBB15_23:
ldur x0, [x29, #-40]
bl _free
ldur w8, [x29, #-52]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB15_25
b LBB15_24
LBB15_24:
ldr w0, [sp, #48]
bl _firstSectorOfCluster
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #40] ; 8-byte Folded Reload
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr x1, [sp, #32] ; 8-byte Folded Reload
ldr w9, [sp, #48]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
b LBB15_25
LBB15_25:
ldur w8, [x29, #-52]
str w8, [sp, #8] ; 4-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB15_27
b LBB15_26
LBB15_26:
bl ___stack_chk_fail
LBB15_27:
ldr w0, [sp, #8] ; 4-byte Folded Reload
ldp x29, x30, [sp, #112] ; 16-byte Folded Reload
add sp, sp, #128
ret
.cfi_endproc
; -- End function
.globl _fat_ls ; -- Begin function fat_ls
.p2align 2
_fat_ls: ; @fat_ls
.cfi_startproc
; %bb.0:
sub sp, sp, #160
.cfi_def_cfa_offset 160
stp x29, x30, [sp, #144] ; 16-byte Folded Spill
add x29, sp, #144
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _currentCluster@GOTPAGE
ldr x8, [x8, _currentCluster@GOTPAGEOFF]
str x8, [sp, #72] ; 8-byte Folded Spill
adrp x8, _psector@GOTPAGE
ldr x8, [x8, _psector@GOTPAGEOFF]
str x8, [sp, #48] ; 8-byte Folded Spill
adrp x8, _bytesPerSector@GOTPAGE
ldr x8, [x8, _bytesPerSector@GOTPAGEOFF]
str x8, [sp, #56] ; 8-byte Folded Spill
adrp x8, _imageid@GOTPAGE
ldr x8, [x8, _imageid@GOTPAGEOFF]
str x8, [sp, #64] ; 8-byte Folded Spill
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
stur x0, [x29, #-32]
ldur x0, [x29, #-32]
bl _strlen
lsr x0, x0, #0
bl _malloc
stur x0, [x29, #-40]
sturb wzr, [x29, #-13]
mov w8, #-1
stur w8, [x29, #-52]
ldur x0, [x29, #-40]
ldur x1, [x29, #-32]
mov x2, #-1
bl ___strcpy_chk
ldur x0, [x29, #-40]
bl _convertFilename
ldr x8, [sp, #72] ; 8-byte Folded Reload
ldr w8, [x8]
stur w8, [x29, #-64]
ldur x0, [x29, #-32]
adrp x1, l_.str.66@PAGE
add x1, x1, l_.str.66@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB16_12
b LBB16_1
LBB16_1:
ldr x8, [sp, #72] ; 8-byte Folded Reload
ldr w8, [x8]
adrp x9, _rootCluster@GOTPAGE
ldr x9, [x9, _rootCluster@GOTPAGEOFF]
ldr w9, [x9]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB16_12
b LBB16_2
LBB16_2:
stur wzr, [x29, #-56]
b LBB16_3
LBB16_3: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-56]
subs w8, w8, #64
cset w8, ge
tbnz w8, #0, LBB16_11
b LBB16_4
LBB16_4: ; in Loop: Header=BB16_3 Depth=1
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldur w10, [x29, #-56]
mov w9, #32
mul w10, w9, w10
add x10, x8, w10, sxtw
ldr x12, [x10]
sub x11, x29, #24
stur x12, [x29, #-24]
ldur w10, [x10, #7]
stur w10, [x11, #7]
ldur w10, [x29, #-56]
mul w9, w9, w10
add w9, w9, #11
add x8, x8, w9, sxtw
ldrb w8, [x8]
sturb w8, [x29, #-45]
ldursb w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB16_6
b LBB16_5
LBB16_5:
b LBB16_11
LBB16_6: ; in Loop: Header=BB16_3 Depth=1
ldursb w8, [x29, #-24]
adds w8, w8, #27
cset w8, eq
tbnz w8, #0, LBB16_9
b LBB16_7
LBB16_7: ; in Loop: Header=BB16_3 Depth=1
ldursb w8, [x29, #-45]
subs w8, w8, #15
cset w8, eq
tbnz w8, #0, LBB16_9
b LBB16_8
LBB16_8: ; in Loop: Header=BB16_3 Depth=1
sub x0, x29, #24
str x0, [sp, #40] ; 8-byte Folded Spill
bl _removeTailWhitespace
ldr x8, [sp, #40] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
adrp x0, l_.str.87@PAGE
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB16_9
LBB16_9: ; in Loop: Header=BB16_3 Depth=1
b LBB16_10
LBB16_10: ; in Loop: Header=BB16_3 Depth=1
ldur w8, [x29, #-56]
add w8, w8, #1
stur w8, [x29, #-56]
b LBB16_3
LBB16_11:
adrp x0, l_.str.85@PAGE
add x0, x0, l_.str.85@PAGEOFF
bl _printf
b LBB16_49
LBB16_12:
stur wzr, [x29, #-56]
b LBB16_13
LBB16_13: ; =>This Loop Header: Depth=1
; Child Loop BB16_25 Depth 2
ldur w8, [x29, #-56]
subs w8, w8, #64
cset w8, ge
mov w9, #0
str w9, [sp, #36] ; 4-byte Folded Spill
tbnz w8, #0, LBB16_15
b LBB16_14
LBB16_14: ; in Loop: Header=BB16_13 Depth=1
ldur w8, [x29, #-52]
adds w8, w8, #1
cset w8, eq
str w8, [sp, #36] ; 4-byte Folded Spill
b LBB16_15
LBB16_15: ; in Loop: Header=BB16_13 Depth=1
ldr w8, [sp, #36] ; 4-byte Folded Reload
tbz w8, #0, LBB16_48
b LBB16_16
LBB16_16: ; in Loop: Header=BB16_13 Depth=1
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldur w10, [x29, #-56]
mov w9, #32
mul w10, w9, w10
add x10, x8, w10, sxtw
ldr x12, [x10]
sub x11, x29, #24
stur x12, [x29, #-24]
ldur w10, [x10, #7]
stur w10, [x11, #7]
ldur w10, [x29, #-56]
mul w9, w9, w10
add w9, w9, #11
add x8, x8, w9, sxtw
ldrb w8, [x8]
sturb w8, [x29, #-45]
ldursb w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB16_18
b LBB16_17
LBB16_17: ; in Loop: Header=BB16_13 Depth=1
mov w8, #1
stur w8, [x29, #-52]
b LBB16_41
LBB16_18: ; in Loop: Header=BB16_13 Depth=1
ldursb w8, [x29, #-24]
adds w8, w8, #27
cset w8, eq
tbnz w8, #0, LBB16_40
b LBB16_19
LBB16_19: ; in Loop: Header=BB16_13 Depth=1
ldursb w8, [x29, #-45]
subs w8, w8, #15
cset w8, eq
tbnz w8, #0, LBB16_40
b LBB16_20
LBB16_20: ; in Loop: Header=BB16_13 Depth=1
ldur x1, [x29, #-40]
sub x0, x29, #24
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB16_40
b LBB16_21
LBB16_21: ; in Loop: Header=BB16_13 Depth=1
ldursb w8, [x29, #-45]
subs w8, w8, #16
cset w8, ne
tbnz w8, #0, LBB16_38
b LBB16_22
LBB16_22: ; in Loop: Header=BB16_13 Depth=1
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldur w10, [x29, #-56]
mov w9, #32
mul w10, w9, w10
add w10, w10, #20
add x10, x8, w10, sxtw
ldrh w10, [x10]
sturh w10, [x29, #-42]
ldur w10, [x29, #-56]
mul w9, w9, w10
add w9, w9, #26
add x8, x8, w9, sxtw
ldrh w8, [x8]
sturh w8, [x29, #-44]
ldurh w0, [x29, #-42]
ldurh w1, [x29, #-44]
bl _combineShorts
stur w0, [x29, #-60]
ldur w8, [x29, #-60]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB16_24
b LBB16_23
LBB16_23: ; in Loop: Header=BB16_13 Depth=1
adrp x8, _rootCluster@GOTPAGE
ldr x8, [x8, _rootCluster@GOTPAGEOFF]
ldr w8, [x8]
stur w8, [x29, #-60]
b LBB16_24
LBB16_24: ; in Loop: Header=BB16_13 Depth=1
ldur w0, [x29, #-60]
bl _firstSectorOfCluster
ldr x8, [sp, #56] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #72] ; 8-byte Folded Reload
ldr x8, [sp, #64] ; 8-byte Folded Reload
ldr x1, [sp, #48] ; 8-byte Folded Reload
ldur w9, [x29, #-60]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
stur wzr, [x29, #-56]
b LBB16_25
LBB16_25: ; Parent Loop BB16_13 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-56]
subs w8, w8, #64
cset w8, ge
tbnz w8, #0, LBB16_37
b LBB16_26
LBB16_26: ; in Loop: Header=BB16_25 Depth=2
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldur w10, [x29, #-56]
mov w9, #32
mul w10, w9, w10
add x10, x8, w10, sxtw
ldr x12, [x10]
sub x11, x29, #24
stur x12, [x29, #-24]
ldur w10, [x10, #7]
stur w10, [x11, #7]
ldur w10, [x29, #-56]
mul w9, w9, w10
add w9, w9, #11
add x8, x8, w9, sxtw
ldrb w8, [x8]
sturb w8, [x29, #-45]
ldursb w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB16_28
b LBB16_27
LBB16_27: ; in Loop: Header=BB16_13 Depth=1
b LBB16_37
LBB16_28: ; in Loop: Header=BB16_25 Depth=2
ldursb w8, [x29, #-24]
adds w8, w8, #27
cset w8, eq
tbnz w8, #0, LBB16_31
b LBB16_29
LBB16_29: ; in Loop: Header=BB16_25 Depth=2
ldursb w8, [x29, #-45]
subs w8, w8, #15
cset w8, eq
tbnz w8, #0, LBB16_31
b LBB16_30
LBB16_30: ; in Loop: Header=BB16_25 Depth=2
sub x0, x29, #24
str x0, [sp, #24] ; 8-byte Folded Spill
bl _removeTailWhitespace
ldr x8, [sp, #24] ; 8-byte Folded Reload
mov x9, sp
str x8, [x9]
adrp x0, l_.str.87@PAGE
add x0, x0, l_.str.87@PAGEOFF
bl _printf
b LBB16_31
LBB16_31: ; in Loop: Header=BB16_25 Depth=2
ldur w8, [x29, #-56]
subs w8, w8, #63
cset w8, ne
tbnz w8, #0, LBB16_35
b LBB16_32
LBB16_32: ; in Loop: Header=BB16_25 Depth=2
ldr x8, [sp, #72] ; 8-byte Folded Reload
ldr w0, [x8]
bl _getNextCluster
stur w0, [x29, #-60]
ldur w8, [x29, #-60]
mov w9, #268435448
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB16_34
b LBB16_33
LBB16_33: ; in Loop: Header=BB16_25 Depth=2
ldur w0, [x29, #-60]
bl _firstSectorOfCluster
ldr x8, [sp, #56] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #72] ; 8-byte Folded Reload
ldr x8, [sp, #64] ; 8-byte Folded Reload
ldr x1, [sp, #48] ; 8-byte Folded Reload
ldur w9, [x29, #-60]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
stur wzr, [x29, #-56]
b LBB16_34
LBB16_34: ; in Loop: Header=BB16_25 Depth=2
b LBB16_35
LBB16_35: ; in Loop: Header=BB16_25 Depth=2
b LBB16_36
LBB16_36: ; in Loop: Header=BB16_25 Depth=2
ldur w8, [x29, #-56]
add w8, w8, #1
stur w8, [x29, #-56]
b LBB16_25
LBB16_37: ; in Loop: Header=BB16_13 Depth=1
adrp x0, l_.str.85@PAGE
add x0, x0, l_.str.85@PAGEOFF
bl _printf
stur wzr, [x29, #-52]
b LBB16_39
LBB16_38: ; in Loop: Header=BB16_13 Depth=1
mov w8, #2
stur w8, [x29, #-52]
b LBB16_39
LBB16_39: ; in Loop: Header=BB16_13 Depth=1
b LBB16_40
LBB16_40: ; in Loop: Header=BB16_13 Depth=1
b LBB16_41
LBB16_41: ; in Loop: Header=BB16_13 Depth=1
ldur w8, [x29, #-56]
subs w8, w8, #63
cset w8, ne
tbnz w8, #0, LBB16_46
b LBB16_42
LBB16_42: ; in Loop: Header=BB16_13 Depth=1
ldur w8, [x29, #-52]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB16_46
b LBB16_43
LBB16_43: ; in Loop: Header=BB16_13 Depth=1
ldr x8, [sp, #72] ; 8-byte Folded Reload
ldr w0, [x8]
bl _getNextCluster
stur w0, [x29, #-60]
ldur w8, [x29, #-60]
mov w9, #268435448
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB16_45
b LBB16_44
LBB16_44: ; in Loop: Header=BB16_13 Depth=1
ldur w0, [x29, #-60]
bl _firstSectorOfCluster
ldr x8, [sp, #56] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #72] ; 8-byte Folded Reload
ldr x8, [sp, #64] ; 8-byte Folded Reload
ldr x1, [sp, #48] ; 8-byte Folded Reload
ldur w9, [x29, #-60]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
stur wzr, [x29, #-56]
b LBB16_45
LBB16_45: ; in Loop: Header=BB16_13 Depth=1
b LBB16_46
LBB16_46: ; in Loop: Header=BB16_13 Depth=1
b LBB16_47
LBB16_47: ; in Loop: Header=BB16_13 Depth=1
ldur w8, [x29, #-56]
add w8, w8, #1
stur w8, [x29, #-56]
b LBB16_13
LBB16_48:
b LBB16_49
LBB16_49:
ldur x0, [x29, #-40]
bl _free
ldur w0, [x29, #-64]
bl _firstSectorOfCluster
ldr x8, [sp, #56] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #72] ; 8-byte Folded Reload
ldr x8, [sp, #64] ; 8-byte Folded Reload
ldr x1, [sp, #48] ; 8-byte Folded Reload
ldur w9, [x29, #-64]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
ldur w8, [x29, #-52]
str w8, [sp, #20] ; 4-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB16_51
b LBB16_50
LBB16_50:
bl ___stack_chk_fail
LBB16_51:
ldr w0, [sp, #20] ; 4-byte Folded Reload
ldp x29, x30, [sp, #144] ; 16-byte Folded Reload
add sp, sp, #160
ret
.cfi_endproc
; -- End function
.globl _fat_mkdir ; -- Begin function fat_mkdir
.p2align 2
_fat_mkdir: ; @fat_mkdir
.cfi_startproc
; %bb.0:
sub sp, sp, #224
.cfi_def_cfa_offset 224
stp x29, x30, [sp, #208] ; 16-byte Folded Spill
add x29, sp, #208
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _currentCluster@GOTPAGE
ldr x8, [x8, _currentCluster@GOTPAGEOFF]
str x8, [sp, #104] ; 8-byte Folded Spill
adrp x8, _bytesPerSector@GOTPAGE
ldr x8, [x8, _bytesPerSector@GOTPAGEOFF]
str x8, [sp, #80] ; 8-byte Folded Spill
adrp x8, _imageid@GOTPAGE
ldr x8, [x8, _imageid@GOTPAGEOFF]
str x8, [sp, #88] ; 8-byte Folded Spill
adrp x8, _psector@GOTPAGE
ldr x8, [x8, _psector@GOTPAGEOFF]
str x8, [sp, #96] ; 8-byte Folded Spill
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
stur x0, [x29, #-40]
ldur x0, [x29, #-40]
bl _strlen
lsr x0, x0, #0
bl _malloc
stur x0, [x29, #-48]
sturb wzr, [x29, #-13]
mov w8, #-1
stur w8, [x29, #-76]
stur w8, [x29, #-60]
ldur x0, [x29, #-48]
ldur x1, [x29, #-40]
mov x2, #-1
bl ___strcpy_chk
ldur x0, [x29, #-48]
bl _convertFilename
ldr x8, [sp, #104] ; 8-byte Folded Reload
ldr w8, [x8]
stur w8, [x29, #-72]
stur wzr, [x29, #-84]
mov w8, #16
sturb w8, [x29, #-89]
stur wzr, [x29, #-64]
b LBB17_1
LBB17_1: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-64]
subs w8, w8, #64
cset w8, ge
mov w9, #0
str w9, [sp, #76] ; 4-byte Folded Spill
tbnz w8, #0, LBB17_3
b LBB17_2
LBB17_2: ; in Loop: Header=BB17_1 Depth=1
ldur w8, [x29, #-60]
adds w8, w8, #1
cset w8, eq
str w8, [sp, #76] ; 4-byte Folded Spill
b LBB17_3
LBB17_3: ; in Loop: Header=BB17_1 Depth=1
ldr w8, [sp, #76] ; 4-byte Folded Reload
tbz w8, #0, LBB17_23
b LBB17_4
LBB17_4: ; in Loop: Header=BB17_1 Depth=1
ldr x8, [sp, #96] ; 8-byte Folded Reload
ldur w10, [x29, #-64]
mov w9, #32
mul w10, w9, w10
add x10, x8, w10, sxtw
ldr x12, [x10]
sub x11, x29, #24
stur x12, [x29, #-24]
ldur w10, [x10, #7]
stur w10, [x11, #7]
ldur w10, [x29, #-64]
mul w9, w9, w10
add w9, w9, #11
add x8, x8, w9, sxtw
ldrb w8, [x8]
sturb w8, [x29, #-53]
ldursb w8, [x29, #-24]
adds w8, w8, #27
cset w8, eq
tbnz w8, #0, LBB17_6
b LBB17_5
LBB17_5: ; in Loop: Header=BB17_1 Depth=1
ldursb w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB17_8
b LBB17_6
LBB17_6: ; in Loop: Header=BB17_1 Depth=1
ldur w8, [x29, #-76]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB17_8
b LBB17_7
LBB17_7: ; in Loop: Header=BB17_1 Depth=1
ldur w8, [x29, #-64]
stur w8, [x29, #-76]
b LBB17_8
LBB17_8: ; in Loop: Header=BB17_1 Depth=1
ldursb w8, [x29, #-24]
adds w8, w8, #27
cset w8, eq
tbnz w8, #0, LBB17_16
b LBB17_9
LBB17_9: ; in Loop: Header=BB17_1 Depth=1
ldursb w8, [x29, #-24]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB17_16
b LBB17_10
LBB17_10: ; in Loop: Header=BB17_1 Depth=1
ldursb w8, [x29, #-53]
subs w8, w8, #15
cset w8, eq
tbnz w8, #0, LBB17_16
b LBB17_11
LBB17_11: ; in Loop: Header=BB17_1 Depth=1
ldur x1, [x29, #-48]
sub x0, x29, #24
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB17_16
b LBB17_12
LBB17_12: ; in Loop: Header=BB17_1 Depth=1
ldursb w8, [x29, #-53]
subs w8, w8, #16
cset w8, ne
tbnz w8, #0, LBB17_14
b LBB17_13
LBB17_13: ; in Loop: Header=BB17_1 Depth=1
mov w8, #2
stur w8, [x29, #-60]
b LBB17_15
LBB17_14: ; in Loop: Header=BB17_1 Depth=1
mov w8, #1
stur w8, [x29, #-60]
b LBB17_15
LBB17_15: ; in Loop: Header=BB17_1 Depth=1
b LBB17_16
LBB17_16: ; in Loop: Header=BB17_1 Depth=1
ldur w8, [x29, #-64]
subs w8, w8, #63
cset w8, ne
tbnz w8, #0, LBB17_21
b LBB17_17
LBB17_17: ; in Loop: Header=BB17_1 Depth=1
ldur w8, [x29, #-60]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB17_21
b LBB17_18
LBB17_18: ; in Loop: Header=BB17_1 Depth=1
ldr x8, [sp, #104] ; 8-byte Folded Reload
ldr w0, [x8]
bl _getNextCluster
stur w0, [x29, #-68]
ldur w8, [x29, #-68]
mov w9, #268435448
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB17_20
b LBB17_19
LBB17_19: ; in Loop: Header=BB17_1 Depth=1
ldur w0, [x29, #-68]
bl _firstSectorOfCluster
ldr x8, [sp, #80] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #104] ; 8-byte Folded Reload
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr x1, [sp, #96] ; 8-byte Folded Reload
ldur w9, [x29, #-68]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
stur wzr, [x29, #-64]
b LBB17_20
LBB17_20: ; in Loop: Header=BB17_1 Depth=1
b LBB17_21
LBB17_21: ; in Loop: Header=BB17_1 Depth=1
b LBB17_22
LBB17_22: ; in Loop: Header=BB17_1 Depth=1
ldur w8, [x29, #-64]
add w8, w8, #1
stur w8, [x29, #-64]
b LBB17_1
LBB17_23:
ldur w8, [x29, #-60]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB17_31
b LBB17_24
LBB17_24:
ldur w8, [x29, #-76]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB17_28
b LBB17_25
LBB17_25:
ldr x8, [sp, #104] ; 8-byte Folded Reload
ldr w0, [x8]
bl _newCluster
stur w0, [x29, #-68]
ldur w8, [x29, #-68]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB17_27
b LBB17_26
LBB17_26:
ldur w0, [x29, #-72]
bl _firstSectorOfCluster
ldr x8, [sp, #80] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #104] ; 8-byte Folded Reload
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr x1, [sp, #96] ; 8-byte Folded Reload
ldur w9, [x29, #-72]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
mov w8, #3
stur w8, [x29, #-28]
b LBB17_34
LBB17_27:
ldur w0, [x29, #-68]
bl _firstSectorOfCluster
ldr x8, [sp, #80] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x9, [sp, #104] ; 8-byte Folded Reload
ldur w8, [x29, #-68]
str w8, [x9]
stur wzr, [x29, #-76]
b LBB17_28
LBB17_28:
bl _newDirectoryCluster
stur w0, [x29, #-80]
ldur w8, [x29, #-80]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB17_30
b LBB17_29
LBB17_29:
ldur w0, [x29, #-72]
bl _firstSectorOfCluster
ldr x8, [sp, #80] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #104] ; 8-byte Folded Reload
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr x1, [sp, #96] ; 8-byte Folded Reload
ldur w9, [x29, #-72]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
mov w8, #3
stur w8, [x29, #-28]
b LBB17_34
LBB17_30:
ldr x8, [sp, #104] ; 8-byte Folded Reload
ldr w0, [x8]
bl _firstSectorOfCluster
ldr x8, [sp, #80] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w8, w0, w8
ldur w9, [x29, #-76]
add w0, w8, w9, lsl #5
bl _seekTo
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr w0, [x8]
ldur x1, [x29, #-48]
mov x2, #11
str x2, [sp, #16] ; 8-byte Folded Spill
bl _write
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr w0, [x8]
sub x1, x29, #89
str x1, [sp, #24] ; 8-byte Folded Spill
mov x2, #1
str x2, [sp, #32] ; 8-byte Folded Spill
bl _write
ldr x8, [sp, #104] ; 8-byte Folded Reload
ldur w9, [x29, #-80]
asr w9, w9, #16
sturh w9, [x29, #-50]
ldurb w9, [x29, #-80]
sturh w9, [x29, #-52]
ldr w0, [x8]
bl _firstSectorOfCluster
ldr x8, [sp, #80] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w8, w0, w8
ldur w9, [x29, #-76]
lsl w9, w9, #5
add w9, w9, #20
add w0, w8, w9
bl _seekTo
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldurh w9, [x29, #-50]
sub x1, x29, #92
str x1, [sp, #40] ; 8-byte Folded Spill
sturh w9, [x29, #-92]
ldr w0, [x8]
mov x2, #2
str x2, [sp, #48] ; 8-byte Folded Spill
bl _write
ldr x8, [sp, #104] ; 8-byte Folded Reload
ldr w0, [x8]
bl _firstSectorOfCluster
ldr x8, [sp, #80] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w8, w0, w8
ldur w9, [x29, #-76]
lsl w9, w9, #5
add w9, w9, #26
add w0, w8, w9
bl _seekTo
ldr x1, [sp, #40] ; 8-byte Folded Reload
ldr x2, [sp, #48] ; 8-byte Folded Reload
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldurh w9, [x29, #-52]
sturh w9, [x29, #-92]
ldr w0, [x8]
bl _write
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldur w9, [x29, #-84]
sub x1, x29, #88
str x1, [sp, #56] ; 8-byte Folded Spill
stur w9, [x29, #-88]
ldr w0, [x8]
mov x2, #4
str x2, [sp, #64] ; 8-byte Folded Spill
bl _write
ldur x0, [x29, #-48]
bl _free
adrp x8, l_.str.88@PAGE
add x8, x8, l_.str.88@PAGEOFF
stur x8, [x29, #-48]
ldur w0, [x29, #-80]
bl _firstSectorOfCluster
ldr x8, [sp, #80] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x2, [sp, #16] ; 8-byte Folded Reload
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr w0, [x8]
ldur x1, [x29, #-48]
bl _write
ldr x1, [sp, #24] ; 8-byte Folded Reload
ldr x2, [sp, #32] ; 8-byte Folded Reload
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr w0, [x8]
bl _write
ldur w8, [x29, #-80]
asr w8, w8, #16
sturh w8, [x29, #-50]
ldurb w8, [x29, #-80]
sturh w8, [x29, #-52]
ldur w0, [x29, #-80]
bl _firstSectorOfCluster
ldr x8, [sp, #80] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w8, w0, w8
add w0, w8, #20
bl _seekTo
ldr x1, [sp, #40] ; 8-byte Folded Reload
ldr x2, [sp, #48] ; 8-byte Folded Reload
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldurh w9, [x29, #-50]
sturh w9, [x29, #-92]
ldr w0, [x8]
bl _write
ldur w0, [x29, #-80]
bl _firstSectorOfCluster
ldr x8, [sp, #80] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w8, w0, w8
add w0, w8, #26
bl _seekTo
ldr x1, [sp, #40] ; 8-byte Folded Reload
ldr x2, [sp, #48] ; 8-byte Folded Reload
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldurh w9, [x29, #-52]
sturh w9, [x29, #-92]
ldr w0, [x8]
bl _write
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr x1, [sp, #56] ; 8-byte Folded Reload
ldr x2, [sp, #64] ; 8-byte Folded Reload
ldur w9, [x29, #-84]
stur w9, [x29, #-88]
ldr w0, [x8]
bl _write
adrp x8, l_.str.89@PAGE
add x8, x8, l_.str.89@PAGEOFF
stur x8, [x29, #-48]
ldur w0, [x29, #-80]
bl _firstSectorOfCluster
ldr x8, [sp, #80] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w8, w0, w8
add w0, w8, #32
bl _seekTo
ldr x2, [sp, #16] ; 8-byte Folded Reload
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr w0, [x8]
ldur x1, [x29, #-48]
bl _write
ldr x1, [sp, #24] ; 8-byte Folded Reload
ldr x2, [sp, #32] ; 8-byte Folded Reload
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr w0, [x8]
bl _write
ldr x8, [sp, #104] ; 8-byte Folded Reload
ldr w9, [x8]
asr w9, w9, #16
sturh w9, [x29, #-50]
ldrb w8, [x8]
sturh w8, [x29, #-52]
ldur w0, [x29, #-80]
bl _firstSectorOfCluster
ldr x8, [sp, #80] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w8, w0, w8
add w8, w8, #20
add w0, w8, #32
bl _seekTo
ldr x1, [sp, #40] ; 8-byte Folded Reload
ldr x2, [sp, #48] ; 8-byte Folded Reload
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldurh w9, [x29, #-50]
sturh w9, [x29, #-92]
ldr w0, [x8]
bl _write
ldur w0, [x29, #-80]
bl _firstSectorOfCluster
ldr x8, [sp, #80] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w8, w0, w8
add w8, w8, #26
add w0, w8, #32
bl _seekTo
ldr x1, [sp, #40] ; 8-byte Folded Reload
ldr x2, [sp, #48] ; 8-byte Folded Reload
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldurh w9, [x29, #-52]
sturh w9, [x29, #-92]
ldr w0, [x8]
bl _write
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr x1, [sp, #56] ; 8-byte Folded Reload
ldr x2, [sp, #64] ; 8-byte Folded Reload
ldur w9, [x29, #-84]
stur w9, [x29, #-88]
ldr w0, [x8]
bl _write
; kill: def $x8 killed $xzr
stur xzr, [x29, #-48]
stur wzr, [x29, #-60]
b LBB17_31
LBB17_31:
ldur x8, [x29, #-48]
subs x8, x8, #0
cset w8, eq
tbnz w8, #0, LBB17_33
b LBB17_32
LBB17_32:
ldur x0, [x29, #-48]
bl _free
b LBB17_33
LBB17_33:
ldur w0, [x29, #-72]
bl _firstSectorOfCluster
ldr x8, [sp, #80] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #104] ; 8-byte Folded Reload
ldr x8, [sp, #88] ; 8-byte Folded Reload
ldr x1, [sp, #96] ; 8-byte Folded Reload
ldur w9, [x29, #-72]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
ldur w8, [x29, #-60]
stur w8, [x29, #-28]
b LBB17_34
LBB17_34:
ldur w8, [x29, #-28]
str w8, [sp, #12] ; 4-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB17_36
b LBB17_35
LBB17_35:
bl ___stack_chk_fail
LBB17_36:
ldr w0, [sp, #12] ; 4-byte Folded Reload
ldp x29, x30, [sp, #208] ; 16-byte Folded Reload
add sp, sp, #224
ret
.cfi_endproc
; -- End function
.globl _fat_rmdir ; -- Begin function fat_rmdir
.p2align 2
_fat_rmdir: ; @fat_rmdir
.cfi_startproc
; %bb.0:
sub sp, sp, #144
.cfi_def_cfa_offset 144
stp x29, x30, [sp, #128] ; 16-byte Folded Spill
add x29, sp, #128
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _currentCluster@GOTPAGE
ldr x8, [x8, _currentCluster@GOTPAGEOFF]
str x8, [sp, #48] ; 8-byte Folded Spill
adrp x8, _psector@GOTPAGE
ldr x8, [x8, _psector@GOTPAGEOFF]
str x8, [sp, #24] ; 8-byte Folded Spill
adrp x8, _bytesPerSector@GOTPAGE
ldr x8, [x8, _bytesPerSector@GOTPAGEOFF]
str x8, [sp, #32] ; 8-byte Folded Spill
adrp x8, _imageid@GOTPAGE
ldr x8, [x8, _imageid@GOTPAGEOFF]
str x8, [sp, #40] ; 8-byte Folded Spill
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
stur x0, [x29, #-32]
ldur x0, [x29, #-32]
bl _strlen
lsr x0, x0, #0
bl _malloc
stur x0, [x29, #-40]
sturb wzr, [x29, #-13]
mov w8, #-1
stur w8, [x29, #-52]
ldur x0, [x29, #-40]
ldur x1, [x29, #-32]
mov x2, #-1
bl ___strcpy_chk
ldur x0, [x29, #-40]
bl _convertFilename
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldr w8, [x8]
str w8, [sp, #60]
stur wzr, [x29, #-56]
b LBB18_1
LBB18_1: ; =>This Loop Header: Depth=1
; Child Loop BB18_11 Depth 2
ldur w8, [x29, #-56]
subs w8, w8, #64
cset w8, ge
mov w9, #0
str w9, [sp, #20] ; 4-byte Folded Spill
tbnz w8, #0, LBB18_3
b LBB18_2
LBB18_2: ; in Loop: Header=BB18_1 Depth=1
ldur w8, [x29, #-52]
adds w8, w8, #1
cset w8, eq
str w8, [sp, #20] ; 4-byte Folded Spill
b LBB18_3
LBB18_3: ; in Loop: Header=BB18_1 Depth=1
ldr w8, [sp, #20] ; 4-byte Folded Reload
tbz w8, #0, LBB18_41
b LBB18_4
LBB18_4: ; in Loop: Header=BB18_1 Depth=1
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldur w10, [x29, #-56]
mov w9, #32
mul w10, w9, w10
add x10, x8, w10, sxtw
ldr x12, [x10]
sub x11, x29, #24
stur x12, [x29, #-24]
ldur w10, [x10, #7]
stur w10, [x11, #7]
ldur w10, [x29, #-56]
mul w9, w9, w10
add w9, w9, #11
add x8, x8, w9, sxtw
ldrb w8, [x8]
sturb w8, [x29, #-45]
ldursb w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB18_6
b LBB18_5
LBB18_5: ; in Loop: Header=BB18_1 Depth=1
mov w8, #1
stur w8, [x29, #-52]
b LBB18_34
LBB18_6: ; in Loop: Header=BB18_1 Depth=1
ldursb w8, [x29, #-24]
adds w8, w8, #27
cset w8, eq
tbnz w8, #0, LBB18_33
b LBB18_7
LBB18_7: ; in Loop: Header=BB18_1 Depth=1
ldursb w8, [x29, #-45]
subs w8, w8, #15
cset w8, eq
tbnz w8, #0, LBB18_33
b LBB18_8
LBB18_8: ; in Loop: Header=BB18_1 Depth=1
ldur x1, [x29, #-40]
sub x0, x29, #24
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB18_33
b LBB18_9
LBB18_9: ; in Loop: Header=BB18_1 Depth=1
ldursb w8, [x29, #-45]
subs w8, w8, #16
cset w8, ne
tbnz w8, #0, LBB18_31
b LBB18_10
LBB18_10: ; in Loop: Header=BB18_1 Depth=1
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldur w10, [x29, #-56]
mov w9, #32
mul w10, w9, w10
add w10, w10, #20
add x10, x8, w10, sxtw
ldrh w10, [x10]
sturh w10, [x29, #-42]
ldur w10, [x29, #-56]
mul w9, w9, w10
add w9, w9, #26
add x8, x8, w9, sxtw
ldrh w8, [x8]
sturh w8, [x29, #-44]
ldurh w0, [x29, #-42]
ldurh w1, [x29, #-44]
bl _combineShorts
str w0, [sp, #56]
ldr w0, [sp, #56]
bl _firstSectorOfCluster
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x1, [sp, #24] ; 8-byte Folded Reload
ldr w0, [x8]
mov x2, #512
bl _read
mov w8, #2
stur w8, [x29, #-60]
b LBB18_11
LBB18_11: ; Parent Loop BB18_1 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-60]
subs w8, w8, #64
cset w8, ge
mov w9, #0
str w9, [sp, #16] ; 4-byte Folded Spill
tbnz w8, #0, LBB18_13
b LBB18_12
LBB18_12: ; in Loop: Header=BB18_11 Depth=2
ldur w8, [x29, #-52]
adds w8, w8, #1
cset w8, eq
str w8, [sp, #16] ; 4-byte Folded Spill
b LBB18_13
LBB18_13: ; in Loop: Header=BB18_11 Depth=2
ldr w8, [sp, #16] ; 4-byte Folded Reload
tbz w8, #0, LBB18_22
b LBB18_14
LBB18_14: ; in Loop: Header=BB18_11 Depth=2
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldur w10, [x29, #-60]
mov w9, #32
mul w10, w9, w10
add x10, x8, w10, sxtw
ldr x12, [x10]
sub x11, x29, #24
stur x12, [x29, #-24]
ldur w10, [x10, #7]
stur w10, [x11, #7]
ldur w10, [x29, #-60]
mul w9, w9, w10
add w9, w9, #11
add x8, x8, w9, sxtw
ldrb w8, [x8]
sturb w8, [x29, #-45]
ldursb w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB18_16
b LBB18_15
LBB18_15: ; in Loop: Header=BB18_1 Depth=1
b LBB18_22
LBB18_16: ; in Loop: Header=BB18_11 Depth=2
ldursb w8, [x29, #-24]
adds w8, w8, #27
cset w8, eq
tbnz w8, #0, LBB18_19
b LBB18_17
LBB18_17: ; in Loop: Header=BB18_11 Depth=2
ldursb w8, [x29, #-45]
subs w8, w8, #15
cset w8, eq
tbnz w8, #0, LBB18_19
b LBB18_18
LBB18_18: ; in Loop: Header=BB18_11 Depth=2
mov w8, #3
stur w8, [x29, #-52]
b LBB18_19
LBB18_19: ; in Loop: Header=BB18_11 Depth=2
b LBB18_20
LBB18_20: ; in Loop: Header=BB18_11 Depth=2
b LBB18_21
LBB18_21: ; in Loop: Header=BB18_11 Depth=2
ldur w8, [x29, #-60]
add w8, w8, #1
stur w8, [x29, #-60]
b LBB18_11
LBB18_22: ; in Loop: Header=BB18_1 Depth=1
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldr w0, [x8]
bl _firstSectorOfCluster
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x1, [sp, #24] ; 8-byte Folded Reload
ldr w0, [x8]
mov x2, #512
bl _read
ldur w8, [x29, #-52]
adds w8, w8, #1
cset w8, eq
tbnz w8, #0, LBB18_24
b LBB18_23
LBB18_23:
b LBB18_41
LBB18_24: ; in Loop: Header=BB18_1 Depth=1
ldur w8, [x29, #-56]
subs w8, w8, #63
cset w8, eq
tbnz w8, #0, LBB18_29
b LBB18_25
LBB18_25: ; in Loop: Header=BB18_1 Depth=1
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldur w9, [x29, #-56]
add w10, w9, #1
mov w9, #32
mul w9, w9, w10
add x8, x8, w9, sxtw
ldr x10, [x8]
sub x9, x29, #24
stur x10, [x29, #-24]
ldur w8, [x8, #7]
stur w8, [x9, #7]
ldursb w8, [x29, #-24]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB18_27
b LBB18_26
LBB18_26: ; in Loop: Header=BB18_1 Depth=1
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldur w10, [x29, #-56]
mov w9, #32
mul w9, w9, w10
add x8, x8, w9, sxtw
ldr x10, [x8]
sub x9, x29, #24
stur x10, [x29, #-24]
ldur w8, [x8, #7]
stur w8, [x9, #7]
mov w8, #229
sturb w8, [x29, #-24]
b LBB18_28
LBB18_27: ; in Loop: Header=BB18_1 Depth=1
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldur w10, [x29, #-56]
mov w9, #32
mul w9, w9, w10
add x8, x8, w9, sxtw
ldr x10, [x8]
sub x9, x29, #24
stur x10, [x29, #-24]
ldur w8, [x8, #7]
stur w8, [x9, #7]
sturb wzr, [x29, #-24]
b LBB18_28
LBB18_28: ; in Loop: Header=BB18_1 Depth=1
b LBB18_30
LBB18_29: ; in Loop: Header=BB18_1 Depth=1
sturb wzr, [x29, #-24]
b LBB18_30
LBB18_30: ; in Loop: Header=BB18_1 Depth=1
ldr w0, [sp, #56]
bl _clearClusterChain
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldur w10, [x29, #-56]
mov w9, #32
mul w9, w9, w10
add x0, x8, w9, sxtw
sub x1, x29, #24
mov x2, #11
mov x3, #-1
bl ___memcpy_chk
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldr w0, [x8]
bl _firstSectorOfCluster
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x1, [sp, #24] ; 8-byte Folded Reload
ldr w0, [x8]
mov x2, #512
bl _write
stur wzr, [x29, #-52]
b LBB18_32
LBB18_31: ; in Loop: Header=BB18_1 Depth=1
mov w8, #2
stur w8, [x29, #-52]
b LBB18_32
LBB18_32: ; in Loop: Header=BB18_1 Depth=1
b LBB18_33
LBB18_33: ; in Loop: Header=BB18_1 Depth=1
b LBB18_34
LBB18_34: ; in Loop: Header=BB18_1 Depth=1
ldur w8, [x29, #-56]
subs w8, w8, #63
cset w8, ne
tbnz w8, #0, LBB18_39
b LBB18_35
LBB18_35: ; in Loop: Header=BB18_1 Depth=1
ldur w8, [x29, #-52]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB18_39
b LBB18_36
LBB18_36: ; in Loop: Header=BB18_1 Depth=1
ldr x8, [sp, #48] ; 8-byte Folded Reload
ldr w0, [x8]
bl _getNextCluster
str w0, [sp, #64]
ldr w8, [sp, #64]
mov w9, #268435448
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB18_38
b LBB18_37
LBB18_37: ; in Loop: Header=BB18_1 Depth=1
ldr w0, [sp, #64]
bl _firstSectorOfCluster
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #48] ; 8-byte Folded Reload
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x1, [sp, #24] ; 8-byte Folded Reload
ldr w9, [sp, #64]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
stur wzr, [x29, #-56]
b LBB18_38
LBB18_38: ; in Loop: Header=BB18_1 Depth=1
b LBB18_39
LBB18_39: ; in Loop: Header=BB18_1 Depth=1
b LBB18_40
LBB18_40: ; in Loop: Header=BB18_1 Depth=1
ldur w8, [x29, #-56]
add w8, w8, #1
stur w8, [x29, #-56]
b LBB18_1
LBB18_41:
ldur x0, [x29, #-40]
bl _free
ldr w0, [sp, #60]
bl _firstSectorOfCluster
ldr x8, [sp, #32] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x10, [sp, #48] ; 8-byte Folded Reload
ldr x8, [sp, #40] ; 8-byte Folded Reload
ldr x1, [sp, #24] ; 8-byte Folded Reload
ldr w9, [sp, #60]
str w9, [x10]
ldr w0, [x8]
mov x2, #512
bl _read
ldur w8, [x29, #-52]
str w8, [sp, #12] ; 4-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB18_43
b LBB18_42
LBB18_42:
bl ___stack_chk_fail
LBB18_43:
ldr w0, [sp, #12] ; 4-byte Folded Reload
ldp x29, x30, [sp, #128] ; 16-byte Folded Reload
add sp, sp, #144
ret
.cfi_endproc
; -- End function
.globl _fat_size ; -- Begin function fat_size
.p2align 2
_fat_size: ; @fat_size
.cfi_startproc
; %bb.0:
sub sp, sp, #112
.cfi_def_cfa_offset 112
stp x29, x30, [sp, #96] ; 16-byte Folded Spill
add x29, sp, #96
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _currentCluster@GOTPAGE
ldr x8, [x8, _currentCluster@GOTPAGEOFF]
str x8, [sp, #24] ; 8-byte Folded Spill
adrp x8, _psector@GOTPAGE
ldr x8, [x8, _psector@GOTPAGEOFF]
str x8, [sp, #16] ; 8-byte Folded Spill
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
stur x8, [x29, #-8]
stur x0, [x29, #-32]
ldur x0, [x29, #-32]
bl _strlen
lsr x0, x0, #0
bl _malloc
stur x0, [x29, #-40]
mov w8, #-1
str w8, [sp, #48]
ldur x0, [x29, #-40]
ldur x1, [x29, #-32]
mov x2, #-1
bl ___strcpy_chk
ldur x0, [x29, #-40]
bl _convertFilename
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr w8, [x8]
str w8, [sp, #36]
str wzr, [sp, #44]
b LBB19_1
LBB19_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #44]
subs w8, w8, #64
cset w8, ge
mov w9, #0
str w9, [sp, #12] ; 4-byte Folded Spill
tbnz w8, #0, LBB19_3
b LBB19_2
LBB19_2: ; in Loop: Header=BB19_1 Depth=1
ldr w8, [sp, #48]
adds w8, w8, #1
cset w8, eq
str w8, [sp, #12] ; 4-byte Folded Spill
b LBB19_3
LBB19_3: ; in Loop: Header=BB19_1 Depth=1
ldr w8, [sp, #12] ; 4-byte Folded Reload
tbz w8, #0, LBB19_21
b LBB19_4
LBB19_4: ; in Loop: Header=BB19_1 Depth=1
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr w10, [sp, #44]
mov w9, #32
mul w10, w9, w10
add x10, x8, w10, sxtw
ldr x12, [x10]
sub x11, x29, #24
stur x12, [x29, #-24]
ldur w10, [x10, #7]
stur w10, [x11, #7]
ldr w10, [sp, #44]
mul w9, w9, w10
add w9, w9, #11
add x8, x8, w9, sxtw
ldrb w8, [x8]
sturb w8, [x29, #-41]
ldursb w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB19_6
b LBB19_5
LBB19_5: ; in Loop: Header=BB19_1 Depth=1
mov w8, #1
str w8, [sp, #48]
b LBB19_14
LBB19_6: ; in Loop: Header=BB19_1 Depth=1
ldursb w8, [x29, #-24]
adds w8, w8, #27
cset w8, eq
tbnz w8, #0, LBB19_13
b LBB19_7
LBB19_7: ; in Loop: Header=BB19_1 Depth=1
ldursb w8, [x29, #-41]
subs w8, w8, #15
cset w8, eq
tbnz w8, #0, LBB19_13
b LBB19_8
LBB19_8: ; in Loop: Header=BB19_1 Depth=1
ldur x1, [x29, #-40]
sub x0, x29, #24
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB19_13
b LBB19_9
LBB19_9: ; in Loop: Header=BB19_1 Depth=1
ldursb w8, [x29, #-41]
subs w8, w8, #16
cset w8, ne
tbnz w8, #0, LBB19_11
b LBB19_10
LBB19_10: ; in Loop: Header=BB19_1 Depth=1
mov w8, #2
str w8, [sp, #48]
b LBB19_12
LBB19_11: ; in Loop: Header=BB19_1 Depth=1
ldr x8, [sp, #16] ; 8-byte Folded Reload
ldr w10, [sp, #44]
mov w9, #32
mul w9, w9, w10
add w9, w9, #28
ldr w8, [x8, w9, sxtw]
str w8, [sp, #32]
ldr w9, [sp, #32]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.90@PAGE
add x0, x0, l_.str.90@PAGEOFF
bl _printf
str wzr, [sp, #48]
b LBB19_12
LBB19_12: ; in Loop: Header=BB19_1 Depth=1
b LBB19_13
LBB19_13: ; in Loop: Header=BB19_1 Depth=1
b LBB19_14
LBB19_14: ; in Loop: Header=BB19_1 Depth=1
ldr w8, [sp, #44]
subs w8, w8, #63
cset w8, ne
tbnz w8, #0, LBB19_19
b LBB19_15
LBB19_15: ; in Loop: Header=BB19_1 Depth=1
ldr w8, [sp, #48]
adds w8, w8, #1
cset w8, ne
tbnz w8, #0, LBB19_19
b LBB19_16
LBB19_16: ; in Loop: Header=BB19_1 Depth=1
ldr x8, [sp, #24] ; 8-byte Folded Reload
ldr w0, [x8]
bl _getNextCluster
str w0, [sp, #40]
ldr w8, [sp, #40]
mov w9, #268435448
subs w8, w8, w9
cset w8, eq
tbnz w8, #0, LBB19_18
b LBB19_17
LBB19_17: ; in Loop: Header=BB19_1 Depth=1
ldr w0, [sp, #40]
bl _firstSectorOfCluster
adrp x8, _bytesPerSector@GOTPAGE
ldr x8, [x8, _bytesPerSector@GOTPAGEOFF]
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x9, [sp, #24] ; 8-byte Folded Reload
ldr x1, [sp, #16] ; 8-byte Folded Reload
ldr w8, [sp, #40]
str w8, [x9]
adrp x8, _imageid@GOTPAGE
ldr x8, [x8, _imageid@GOTPAGEOFF]
ldr w0, [x8]
mov x2, #512
bl _read
str wzr, [sp, #44]
b LBB19_18
LBB19_18: ; in Loop: Header=BB19_1 Depth=1
b LBB19_19
LBB19_19: ; in Loop: Header=BB19_1 Depth=1
b LBB19_20
LBB19_20: ; in Loop: Header=BB19_1 Depth=1
ldr w8, [sp, #44]
add w8, w8, #1
str w8, [sp, #44]
b LBB19_1
LBB19_21:
ldur x0, [x29, #-40]
bl _free
ldr w0, [sp, #36]
bl _firstSectorOfCluster
adrp x8, _bytesPerSector@GOTPAGE
ldr x8, [x8, _bytesPerSector@GOTPAGEOFF]
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldr x9, [sp, #24] ; 8-byte Folded Reload
ldr x1, [sp, #16] ; 8-byte Folded Reload
ldr w8, [sp, #36]
str w8, [x9]
adrp x8, _imageid@GOTPAGE
ldr x8, [x8, _imageid@GOTPAGEOFF]
ldr w0, [x8]
mov x2, #512
bl _read
ldr w8, [sp, #48]
str w8, [sp, #8] ; 4-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB19_23
b LBB19_22
LBB19_22:
bl ___stack_chk_fail
LBB19_23:
ldr w0, [sp, #8] ; 4-byte Folded Reload
ldp x29, x30, [sp, #96] ; 16-byte Folded Reload
add sp, sp, #112
ret
.cfi_endproc
; -- End function
.globl _fat_info ; -- Begin function fat_info
.p2align 2
_fat_info: ; @fat_info
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _bytesPerSector@GOTPAGE
ldr x8, [x8, _bytesPerSector@GOTPAGEOFF]
ldrh w10, [x8]
mov x9, sp
; implicit-def: $x8
mov x8, x10
str x8, [x9]
adrp x0, l_.str.77@PAGE
add x0, x0, l_.str.77@PAGEOFF
bl _printf
adrp x8, _sectorsPerCluster@GOTPAGE
ldr x8, [x8, _sectorsPerCluster@GOTPAGEOFF]
ldrsb w10, [x8]
mov x9, sp
; implicit-def: $x8
mov x8, x10
str x8, [x9]
adrp x0, l_.str.78@PAGE
add x0, x0, l_.str.78@PAGEOFF
bl _printf
adrp x8, _numTotalSectors@GOTPAGE
ldr x8, [x8, _numTotalSectors@GOTPAGEOFF]
ldr w9, [x8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.79@PAGE
add x0, x0, l_.str.79@PAGEOFF
bl _printf
adrp x8, _numFreeSectors@GOTPAGE
ldr x8, [x8, _numFreeSectors@GOTPAGEOFF]
ldr w9, [x8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.80@PAGE
add x0, x0, l_.str.80@PAGEOFF
bl _printf
adrp x8, _numFATs@GOTPAGE
ldr x8, [x8, _numFATs@GOTPAGEOFF]
ldrsb w10, [x8]
mov x9, sp
; implicit-def: $x8
mov x8, x10
str x8, [x9]
adrp x0, l_.str.81@PAGE
add x0, x0, l_.str.81@PAGEOFF
bl _printf
adrp x8, _sizeFAT@GOTPAGE
ldr x8, [x8, _sizeFAT@GOTPAGEOFF]
ldr w9, [x8]
; implicit-def: $x8
mov x8, x9
mov x9, sp
str x8, [x9]
adrp x0, l_.str.82@PAGE
add x0, x0, l_.str.82@PAGEOFF
bl _printf
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _convertFilename ; -- Begin function convertFilename
.p2align 2
_convertFilename: ; @convertFilename
.cfi_startproc
; %bb.0:
sub sp, sp, #64
.cfi_def_cfa_offset 64
stp x29, x30, [sp, #48] ; 16-byte Folded Spill
add x29, sp, #48
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur x0, [x29, #-8]
str wzr, [sp, #20]
ldur x0, [x29, #-8]
adrp x1, l_.str.66@PAGE
add x1, x1, l_.str.66@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB21_2
b LBB21_1
LBB21_1:
adrp x8, l_.str.88@PAGE
add x8, x8, l_.str.88@PAGEOFF
str x8, [sp, #24]
mov w8, #1
str w8, [sp, #20]
b LBB21_5
LBB21_2:
ldur x0, [x29, #-8]
adrp x1, l_.str.53@PAGE
add x1, x1, l_.str.53@PAGEOFF
bl _strcmp
subs w8, w0, #0
cset w8, ne
tbnz w8, #0, LBB21_4
b LBB21_3
LBB21_3:
adrp x8, l_.str.89@PAGE
add x8, x8, l_.str.89@PAGEOFF
str x8, [sp, #24]
mov w8, #1
str w8, [sp, #20]
b LBB21_4
LBB21_4:
b LBB21_5
LBB21_5:
ldr w8, [sp, #20]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB21_7
b LBB21_6
LBB21_6:
ldur x0, [x29, #-8]
ldr x1, [sp, #24]
mov x2, #-1
bl ___strcpy_chk
b LBB21_28
LBB21_7:
ldur x0, [x29, #-8]
bl _strlen
lsr x0, x0, #0
bl _malloc
str x0, [sp, #8]
ldr x0, [sp, #8]
ldur x1, [x29, #-8]
mov x2, #-1
bl ___strcpy_chk
ldur x0, [x29, #-8]
bl _free
mov x0, #12
bl _malloc
stur x0, [x29, #-8]
ldur x8, [x29, #-8]
strb wzr, [x8, #11]
stur wzr, [x29, #-12]
b LBB21_8
LBB21_8: ; =>This Loop Header: Depth=1
; Child Loop BB21_11 Depth 2
ldur w8, [x29, #-12]
subs w8, w8, #11
cset w8, ge
tbnz w8, #0, LBB21_27
b LBB21_9
LBB21_9: ; in Loop: Header=BB21_8 Depth=1
ldr x8, [sp, #8]
ldursw x9, [x29, #-12]
ldrsb w8, [x8, x9]
subs w8, w8, #46
cset w8, ne
tbnz w8, #0, LBB21_21
b LBB21_10
LBB21_10: ; in Loop: Header=BB21_8 Depth=1
ldur w8, [x29, #-12]
stur w8, [x29, #-16]
b LBB21_11
LBB21_11: ; Parent Loop BB21_8 Depth=1
; => This Inner Loop Header: Depth=2
ldur w8, [x29, #-16]
subs w8, w8, #11
cset w8, ge
tbnz w8, #0, LBB21_20
b LBB21_12
LBB21_12: ; in Loop: Header=BB21_11 Depth=2
ldur w8, [x29, #-16]
subs w8, w8, #8
cset w8, ge
tbnz w8, #0, LBB21_14
b LBB21_13
LBB21_13: ; in Loop: Header=BB21_11 Depth=2
ldur x8, [x29, #-8]
ldursw x9, [x29, #-16]
add x9, x8, x9
mov w8, #32
strb w8, [x9]
b LBB21_18
LBB21_14: ; in Loop: Header=BB21_11 Depth=2
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
ldr x8, [sp, #8]
ldursw x9, [x29, #-12]
ldrsb w8, [x8, x9]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB21_16
b LBB21_15
LBB21_15: ; in Loop: Header=BB21_11 Depth=2
ldur x8, [x29, #-8]
ldursw x9, [x29, #-16]
add x9, x8, x9
mov w8, #32
strb w8, [x9]
b LBB21_17
LBB21_16: ; in Loop: Header=BB21_11 Depth=2
ldr x8, [sp, #8]
ldursw x9, [x29, #-12]
ldrsb w0, [x8, x9]
bl _toupper
ldur x8, [x29, #-8]
ldursw x9, [x29, #-16]
strb w0, [x8, x9]
b LBB21_17
LBB21_17: ; in Loop: Header=BB21_11 Depth=2
b LBB21_18
LBB21_18: ; in Loop: Header=BB21_11 Depth=2
b LBB21_19
LBB21_19: ; in Loop: Header=BB21_11 Depth=2
ldur w8, [x29, #-16]
add w8, w8, #1
stur w8, [x29, #-16]
b LBB21_11
LBB21_20: ; in Loop: Header=BB21_8 Depth=1
mov w8, #12
stur w8, [x29, #-12]
b LBB21_25
LBB21_21: ; in Loop: Header=BB21_8 Depth=1
ldr x8, [sp, #8]
ldursw x9, [x29, #-12]
ldrsb w8, [x8, x9]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB21_23
b LBB21_22
LBB21_22: ; in Loop: Header=BB21_8 Depth=1
ldur x8, [x29, #-8]
ldursw x9, [x29, #-12]
add x9, x8, x9
mov w8, #32
strb w8, [x9]
b LBB21_24
LBB21_23: ; in Loop: Header=BB21_8 Depth=1
ldr x8, [sp, #8]
ldursw x9, [x29, #-12]
ldrsb w0, [x8, x9]
bl _toupper
ldur x8, [x29, #-8]
ldursw x9, [x29, #-12]
strb w0, [x8, x9]
b LBB21_24
LBB21_24: ; in Loop: Header=BB21_8 Depth=1
b LBB21_25
LBB21_25: ; in Loop: Header=BB21_8 Depth=1
b LBB21_26
LBB21_26: ; in Loop: Header=BB21_8 Depth=1
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
b LBB21_8
LBB21_27:
ldr x0, [sp, #8]
bl _free
b LBB21_28
LBB21_28:
ldp x29, x30, [sp, #48] ; 16-byte Folded Reload
add sp, sp, #64
ret
.cfi_endproc
; -- End function
.globl _combineShorts ; -- Begin function combineShorts
.p2align 2
_combineShorts: ; @combineShorts
.cfi_startproc
; %bb.0:
sub sp, sp, #16
.cfi_def_cfa_offset 16
strh w0, [sp, #14]
strh w1, [sp, #12]
ldrh w9, [sp, #14]
ldrh w8, [sp, #12]
orr w0, w8, w9, lsl #16
add sp, sp, #16
ret
.cfi_endproc
; -- End function
.globl _getNextCluster ; -- Begin function getNextCluster
.p2align 2
_getNextCluster: ; @getNextCluster
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
stur w0, [x29, #-4]
adrp x8, _reservedSectorCount@GOTPAGE
ldr x8, [x8, _reservedSectorCount@GOTPAGEOFF]
ldrh w8, [x8]
adrp x9, _bytesPerSector@GOTPAGE
ldr x9, [x9, _bytesPerSector@GOTPAGEOFF]
ldrh w9, [x9]
mul w8, w8, w9
stur w8, [x29, #-12]
ldur w8, [x29, #-12]
ldur w9, [x29, #-4]
add w8, w8, w9, lsl #2
str w8, [sp, #16]
adrp x8, _imageid@GOTPAGE
ldr x8, [x8, _imageid@GOTPAGEOFF]
str x8, [sp] ; 8-byte Folded Spill
ldr w0, [x8]
mov x1, #0
mov w2, #1
bl _lseek
mov x8, x0
stur w8, [x29, #-8]
ldr w0, [sp, #16]
bl _seekTo
ldr x8, [sp] ; 8-byte Folded Reload
ldr w0, [x8]
add x1, sp, #8
mov x2, #4
bl _read
ldr w8, [sp, #8]
str w8, [sp, #12]
ldur w0, [x29, #-8]
bl _seekTo
ldr w0, [sp, #12]
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _newCluster ; -- Begin function newCluster
.p2align 2
_newCluster: ; @newCluster
.cfi_startproc
; %bb.0:
stp x29, x30, [sp, #-16]! ; 16-byte Folded Spill
.cfi_def_cfa_offset 16
mov x29, sp
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
sub sp, sp, #144
adrp x10, _bytesPerSector@GOTPAGE
ldr x10, [x10, _bytesPerSector@GOTPAGEOFF]
stur x10, [x29, #-96] ; 8-byte Folded Spill
adrp x8, _imageid@GOTPAGE
ldr x8, [x8, _imageid@GOTPAGEOFF]
stur x8, [x29, #-120] ; 8-byte Folded Spill
adrp x9, _sizeFAT@GOTPAGE
ldr x9, [x9, _sizeFAT@GOTPAGEOFF]
stur x9, [x29, #-112] ; 8-byte Folded Spill
adrp x9, ___stack_chk_guard@GOTPAGE
ldr x9, [x9, ___stack_chk_guard@GOTPAGEOFF]
ldr x9, [x9]
stur x9, [x29, #-8]
stur w0, [x29, #-16]
mov w9, #268435448
stur w9, [x29, #-40]
adrp x9, _sectorsPerCluster@GOTPAGE
ldr x9, [x9, _sectorsPerCluster@GOTPAGEOFF]
ldrsb w9, [x9]
ldrh w10, [x10]
mul w9, w9, w10
; kill: def $x9 killed $w9
stur x9, [x29, #-104] ; 8-byte Folded Spill
mov x10, sp
stur x10, [x29, #-56]
lsr x9, x9, #0
add x9, x9, #15
and x12, x9, #0xfffffffffffffff0
mov x9, x12
adrp x16, ___chkstk_darwin@GOTPAGE
ldr x16, [x16, ___chkstk_darwin@GOTPAGEOFF]
blr x16
ldur x9, [x29, #-104] ; 8-byte Folded Reload
ldur x10, [x29, #-96] ; 8-byte Folded Reload
mov x11, sp
subs x0, x11, x12
stur x0, [x29, #-88] ; 8-byte Folded Spill
mov sp, x0
stur x9, [x29, #-64]
stur wzr, [x29, #-72]
stur wzr, [x29, #-68]
adrp x9, _reservedSectorCount@GOTPAGE
ldr x9, [x9, _reservedSectorCount@GOTPAGEOFF]
ldrh w9, [x9]
ldrh w10, [x10]
mul w9, w9, w10
stur w9, [x29, #-24]
ldr w0, [x8]
mov x1, #0
mov w2, #1
bl _lseek
mov x8, x0
stur w8, [x29, #-20]
ldur w0, [x29, #-24]
bl _seekTo
stur wzr, [x29, #-28]
b LBB24_1
LBB24_1: ; =>This Inner Loop Header: Depth=1
ldur x10, [x29, #-96] ; 8-byte Folded Reload
ldur x9, [x29, #-112] ; 8-byte Folded Reload
ldur w8, [x29, #-28]
ldr w9, [x9]
ldrh w10, [x10]
mul w9, w9, w10
mov w10, #4
sdiv w9, w9, w10
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB24_17
b LBB24_2
LBB24_2: ; in Loop: Header=BB24_1 Depth=1
ldur x8, [x29, #-120] ; 8-byte Folded Reload
ldr w0, [x8]
sub x1, x29, #44
mov x2, #4
bl _read
ldur w8, [x29, #-44]
stur w8, [x29, #-36]
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB24_5
b LBB24_3
LBB24_3: ; in Loop: Header=BB24_1 Depth=1
ldur w8, [x29, #-68]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB24_5
b LBB24_4
LBB24_4: ; in Loop: Header=BB24_1 Depth=1
ldur w8, [x29, #-28]
stur w8, [x29, #-68]
b LBB24_15
LBB24_5: ; in Loop: Header=BB24_1 Depth=1
ldur w8, [x29, #-36]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB24_8
b LBB24_6
LBB24_6: ; in Loop: Header=BB24_1 Depth=1
ldur w8, [x29, #-68]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB24_8
b LBB24_7
LBB24_7: ; in Loop: Header=BB24_1 Depth=1
ldur w8, [x29, #-28]
adrp x9, _nextFreeLocation@GOTPAGE
ldr x9, [x9, _nextFreeLocation@GOTPAGEOFF]
str w8, [x9]
b LBB24_14
LBB24_8: ; in Loop: Header=BB24_1 Depth=1
ldur w8, [x29, #-36]
ldur w9, [x29, #-16]
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB24_10
b LBB24_9
LBB24_9: ; in Loop: Header=BB24_1 Depth=1
ldur w8, [x29, #-28]
stur w8, [x29, #-72]
b LBB24_13
LBB24_10: ; in Loop: Header=BB24_1 Depth=1
ldur x10, [x29, #-96] ; 8-byte Folded Reload
ldur x9, [x29, #-112] ; 8-byte Folded Reload
ldur w8, [x29, #-28]
ldr w9, [x9]
ldrh w10, [x10]
mul w9, w9, w10
mov w10, #4
sdiv w9, w9, w10
subs w9, w9, #1
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB24_12
b LBB24_11
LBB24_11:
ldur w0, [x29, #-20]
bl _seekTo
stur wzr, [x29, #-12]
mov w8, #1
stur w8, [x29, #-76]
b LBB24_22
LBB24_12: ; in Loop: Header=BB24_1 Depth=1
b LBB24_13
LBB24_13: ; in Loop: Header=BB24_1 Depth=1
b LBB24_14
LBB24_14: ; in Loop: Header=BB24_1 Depth=1
b LBB24_15
LBB24_15: ; in Loop: Header=BB24_1 Depth=1
b LBB24_16
LBB24_16: ; in Loop: Header=BB24_1 Depth=1
ldur w8, [x29, #-28]
add w8, w8, #1
stur w8, [x29, #-28]
b LBB24_1
LBB24_17:
stur wzr, [x29, #-32]
b LBB24_18
LBB24_18: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-32]
adrp x9, _numFATs@GOTPAGE
ldr x9, [x9, _numFATs@GOTPAGEOFF]
ldrsb w9, [x9]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB24_21
b LBB24_19
LBB24_19: ; in Loop: Header=BB24_18 Depth=1
ldur x11, [x29, #-96] ; 8-byte Folded Reload
ldur x10, [x29, #-112] ; 8-byte Folded Reload
ldur w8, [x29, #-24]
ldur w9, [x29, #-32]
ldr w12, [x10]
mul w9, w9, w12
ldrh w12, [x11]
mul w9, w9, w12
add w8, w8, w9
ldur w9, [x29, #-68]
ldr w10, [x10]
ldrh w11, [x11]
mul w10, w10, w11
mov w11, #4
sdiv w10, w10, w11
mul w9, w9, w10
add w0, w8, w9
bl _seekTo
ldur x8, [x29, #-120] ; 8-byte Folded Reload
ldur w9, [x29, #-40]
sub x1, x29, #44
stur x1, [x29, #-136] ; 8-byte Folded Spill
stur w9, [x29, #-44]
ldr w0, [x8]
mov x2, #4
stur x2, [x29, #-128] ; 8-byte Folded Spill
bl _write
ldur w8, [x29, #-24]
ldur w9, [x29, #-72]
add w0, w8, w9, lsl #2
bl _seekTo
ldur x8, [x29, #-120] ; 8-byte Folded Reload
ldur x1, [x29, #-136] ; 8-byte Folded Reload
ldur x2, [x29, #-128] ; 8-byte Folded Reload
ldur w9, [x29, #-68]
stur w9, [x29, #-44]
ldr w0, [x8]
bl _write
b LBB24_20
LBB24_20: ; in Loop: Header=BB24_18 Depth=1
ldur w8, [x29, #-32]
add w8, w8, #1
stur w8, [x29, #-32]
b LBB24_18
LBB24_21:
ldur w0, [x29, #-68]
bl _firstSectorOfCluster
ldur x8, [x29, #-96] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
ldur x8, [x29, #-120] ; 8-byte Folded Reload
ldur x9, [x29, #-96] ; 8-byte Folded Reload
ldur x1, [x29, #-88] ; 8-byte Folded Reload
ldr w0, [x8]
adrp x8, _sectorsPerCluster@GOTPAGE
ldr x8, [x8, _sectorsPerCluster@GOTPAGEOFF]
ldrsb w8, [x8]
ldrh w9, [x9]
mul w9, w8, w9
; implicit-def: $x8
mov x8, x9
sxtw x2, w8
bl _write
ldur w0, [x29, #-20]
bl _seekTo
ldur w8, [x29, #-68]
stur w8, [x29, #-12]
mov w8, #1
stur w8, [x29, #-76]
b LBB24_22
LBB24_22:
ldur x8, [x29, #-56]
mov sp, x8
ldur w8, [x29, #-12]
stur w8, [x29, #-140] ; 4-byte Folded Spill
ldur x9, [x29, #-8]
adrp x8, ___stack_chk_guard@GOTPAGE
ldr x8, [x8, ___stack_chk_guard@GOTPAGEOFF]
ldr x8, [x8]
subs x8, x8, x9
cset w8, eq
tbnz w8, #0, LBB24_24
b LBB24_23
LBB24_23:
bl ___stack_chk_fail
LBB24_24:
ldur w0, [x29, #-140] ; 4-byte Folded Reload
mov sp, x29
ldp x29, x30, [sp], #16 ; 16-byte Folded Reload
ret
.cfi_endproc
; -- End function
.globl _clearClusterChain ; -- Begin function clearClusterChain
.p2align 2
_clearClusterChain: ; @clearClusterChain
.cfi_startproc
; %bb.0:
sub sp, sp, #48
.cfi_def_cfa_offset 48
stp x29, x30, [sp, #32] ; 16-byte Folded Spill
add x29, sp, #32
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x8, _bytesPerSector@GOTPAGE
ldr x8, [x8, _bytesPerSector@GOTPAGEOFF]
str x8, [sp] ; 8-byte Folded Spill
stur w0, [x29, #-4]
str wzr, [sp, #16]
ldur w8, [x29, #-4]
mov w9, #268435448
subs w8, w8, w9
cset w8, lo
tbnz w8, #0, LBB25_2
b LBB25_1
LBB25_1:
b LBB25_7
LBB25_2:
ldur w0, [x29, #-4]
bl _getNextCluster
str w0, [sp, #12]
ldr w0, [sp, #12]
bl _clearClusterChain
ldr x9, [sp] ; 8-byte Folded Reload
adrp x8, _reservedSectorCount@GOTPAGE
ldr x8, [x8, _reservedSectorCount@GOTPAGEOFF]
ldrh w8, [x8]
ldrh w9, [x9]
mul w8, w8, w9
stur w8, [x29, #-8]
stur wzr, [x29, #-12]
b LBB25_3
LBB25_3: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-12]
adrp x9, _numFATs@GOTPAGE
ldr x9, [x9, _numFATs@GOTPAGEOFF]
ldrsb w9, [x9]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB25_6
b LBB25_4
LBB25_4: ; in Loop: Header=BB25_3 Depth=1
ldr x11, [sp] ; 8-byte Folded Reload
ldur w8, [x29, #-8]
ldur w9, [x29, #-12]
adrp x10, _sizeFAT@GOTPAGE
ldr x10, [x10, _sizeFAT@GOTPAGEOFF]
ldr w12, [x10]
mul w9, w9, w12
ldrh w12, [x11]
mul w9, w9, w12
add w8, w8, w9
ldur w9, [x29, #-4]
ldr w10, [x10]
ldrh w11, [x11]
mul w10, w10, w11
mov w11, #4
sdiv w10, w10, w11
mul w9, w9, w10
add w0, w8, w9
bl _seekTo
ldr w8, [sp, #16]
add x1, sp, #8
str w8, [sp, #8]
adrp x8, _imageid@GOTPAGE
ldr x8, [x8, _imageid@GOTPAGEOFF]
ldr w0, [x8]
mov x2, #4
bl _write
b LBB25_5
LBB25_5: ; in Loop: Header=BB25_3 Depth=1
ldur w8, [x29, #-12]
add w8, w8, #1
stur w8, [x29, #-12]
b LBB25_3
LBB25_6:
adrp x8, _currentCluster@GOTPAGE
ldr x8, [x8, _currentCluster@GOTPAGEOFF]
ldr w0, [x8]
bl _firstSectorOfCluster
ldr x8, [sp] ; 8-byte Folded Reload
ldrh w8, [x8]
mul w0, w0, w8
bl _seekTo
b LBB25_7
LBB25_7:
ldp x29, x30, [sp, #32] ; 16-byte Folded Reload
add sp, sp, #48
ret
.cfi_endproc
; -- End function
.globl _removeTailWhitespace ; -- Begin function removeTailWhitespace
.p2align 2
_removeTailWhitespace: ; @removeTailWhitespace
.cfi_startproc
; %bb.0:
sub sp, sp, #32
.cfi_def_cfa_offset 32
stp x29, x30, [sp, #16] ; 16-byte Folded Spill
add x29, sp, #16
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
str x0, [sp, #8]
ldr x0, [sp, #8]
bl _strlen
subs x8, x0, #1
; kill: def $w8 killed $w8 killed $x8
str w8, [sp, #4]
b LBB26_1
LBB26_1: ; =>This Inner Loop Header: Depth=1
ldr w8, [sp, #4]
subs w8, w8, #0
cset w8, lt
mov w9, #0
str w9, [sp] ; 4-byte Folded Spill
tbnz w8, #0, LBB26_3
b LBB26_2
LBB26_2: ; in Loop: Header=BB26_1 Depth=1
ldr x8, [sp, #8]
ldrsw x9, [sp, #4]
ldrsb w8, [x8, x9]
subs w8, w8, #32
cset w8, eq
str w8, [sp] ; 4-byte Folded Spill
b LBB26_3
LBB26_3: ; in Loop: Header=BB26_1 Depth=1
ldr w8, [sp] ; 4-byte Folded Reload
tbz w8, #0, LBB26_6
b LBB26_4
LBB26_4: ; in Loop: Header=BB26_1 Depth=1
ldr x8, [sp, #8]
ldrsw x9, [sp, #4]
add x8, x8, x9
strb wzr, [x8]
b LBB26_5
LBB26_5: ; in Loop: Header=BB26_1 Depth=1
ldr w8, [sp, #4]
subs w8, w8, #1
str w8, [sp, #4]
b LBB26_1
LBB26_6:
ldp x29, x30, [sp, #16] ; 16-byte Folded Reload
add sp, sp, #32
ret
.cfi_endproc
; -- End function
.globl _newDirectoryCluster ; -- Begin function newDirectoryCluster
.p2align 2
_newDirectoryCluster: ; @newDirectoryCluster
.cfi_startproc
; %bb.0:
sub sp, sp, #80
.cfi_def_cfa_offset 80
stp x29, x30, [sp, #64] ; 16-byte Folded Spill
add x29, sp, #64
.cfi_def_cfa w29, 16
.cfi_offset w30, -8
.cfi_offset w29, -16
adrp x10, _bytesPerSector@GOTPAGE
ldr x10, [x10, _bytesPerSector@GOTPAGEOFF]
str x10, [sp] ; 8-byte Folded Spill
adrp x8, _imageid@GOTPAGE
ldr x8, [x8, _imageid@GOTPAGEOFF]
str x8, [sp, #8] ; 8-byte Folded Spill
adrp x9, _sizeFAT@GOTPAGE
ldr x9, [x9, _sizeFAT@GOTPAGEOFF]
str x9, [sp, #16] ; 8-byte Folded Spill
mov w9, #268435448
stur w9, [x29, #-28]
str wzr, [sp, #28]
adrp x9, _reservedSectorCount@GOTPAGE
ldr x9, [x9, _reservedSectorCount@GOTPAGEOFF]
ldrh w9, [x9]
ldrh w10, [x10]
mul w9, w9, w10
stur w9, [x29, #-12]
ldr w0, [x8]
mov x1, #0
mov w2, #1
bl _lseek
mov x8, x0
stur w8, [x29, #-8]
ldur w0, [x29, #-12]
bl _seekTo
adrp x8, _nextFreeLocation@GOTPAGE
ldr x8, [x8, _nextFreeLocation@GOTPAGEOFF]
ldr w8, [x8]
stur w8, [x29, #-16]
b LBB27_1
LBB27_1: ; =>This Inner Loop Header: Depth=1
ldr x10, [sp] ; 8-byte Folded Reload
ldr x9, [sp, #16] ; 8-byte Folded Reload
ldur w8, [x29, #-16]
ldr w9, [x9]
ldrh w10, [x10]
mul w9, w9, w10
mov w10, #4
sdiv w9, w9, w10
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB27_14
b LBB27_2
LBB27_2: ; in Loop: Header=BB27_1 Depth=1
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldr w0, [x8]
add x1, sp, #32
mov x2, #4
bl _read
ldr w8, [sp, #32]
stur w8, [x29, #-24]
ldur w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB27_5
b LBB27_3
LBB27_3: ; in Loop: Header=BB27_1 Depth=1
ldr w8, [sp, #28]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB27_5
b LBB27_4
LBB27_4: ; in Loop: Header=BB27_1 Depth=1
ldur w8, [x29, #-16]
str w8, [sp, #28]
b LBB27_12
LBB27_5: ; in Loop: Header=BB27_1 Depth=1
ldur w8, [x29, #-24]
subs w8, w8, #0
cset w8, ne
tbnz w8, #0, LBB27_8
b LBB27_6
LBB27_6: ; in Loop: Header=BB27_1 Depth=1
ldr w8, [sp, #28]
subs w8, w8, #0
cset w8, eq
tbnz w8, #0, LBB27_8
b LBB27_7
LBB27_7:
ldur w8, [x29, #-16]
adrp x9, _nextFreeLocation@GOTPAGE
ldr x9, [x9, _nextFreeLocation@GOTPAGEOFF]
str w8, [x9]
b LBB27_14
LBB27_8: ; in Loop: Header=BB27_1 Depth=1
ldr x10, [sp] ; 8-byte Folded Reload
ldr x9, [sp, #16] ; 8-byte Folded Reload
ldur w8, [x29, #-16]
ldr w9, [x9]
ldrh w10, [x10]
mul w9, w9, w10
mov w10, #4
sdiv w9, w9, w10
subs w9, w9, #1
subs w8, w8, w9
cset w8, ne
tbnz w8, #0, LBB27_10
b LBB27_9
LBB27_9:
ldur w0, [x29, #-8]
bl _seekTo
stur wzr, [x29, #-4]
b LBB27_19
LBB27_10: ; in Loop: Header=BB27_1 Depth=1
b LBB27_11
LBB27_11: ; in Loop: Header=BB27_1 Depth=1
b LBB27_12
LBB27_12: ; in Loop: Header=BB27_1 Depth=1
b LBB27_13
LBB27_13: ; in Loop: Header=BB27_1 Depth=1
ldur w8, [x29, #-16]
add w8, w8, #1
stur w8, [x29, #-16]
b LBB27_1
LBB27_14:
stur wzr, [x29, #-20]
b LBB27_15
LBB27_15: ; =>This Inner Loop Header: Depth=1
ldur w8, [x29, #-20]
adrp x9, _numFATs@GOTPAGE
ldr x9, [x9, _numFATs@GOTPAGEOFF]
ldrsb w9, [x9]
subs w8, w8, w9
cset w8, ge
tbnz w8, #0, LBB27_18
b LBB27_16
LBB27_16: ; in Loop: Header=BB27_15 Depth=1
ldr x11, [sp] ; 8-byte Folded Reload
ldr x10, [sp, #16] ; 8-byte Folded Reload
ldur w8, [x29, #-12]
ldur w9, [x29, #-20]
ldr w12, [x10]
mul w9, w9, w12
ldrh w12, [x11]
mul w9, w9, w12
add w8, w8, w9
ldr w9, [sp, #28]
ldr w10, [x10]
ldrh w11, [x11]
mul w10, w10, w11
mov w11, #4
sdiv w10, w10, w11
mul w9, w9, w10
add w0, w8, w9
bl _seekTo
ldr x8, [sp, #8] ; 8-byte Folded Reload
ldur w9, [x29, #-28]
add x1, sp, #32
str w9, [sp, #32]
ldr w0, [x8]
mov x2, #4
bl _write
b LBB27_17
LBB27_17: ; in Loop: Header=BB27_15 Depth=1
ldur w8, [x29, #-20]
add w8, w8, #1
stur w8, [x29, #-20]
b LBB27_15
LBB27_18:
ldur w0, [x29, #-8]
bl _seekTo
ldr w8, [sp, #28]
stur w8, [x29, #-4]
b LBB27_19
LBB27_19:
ldur w0, [x29, #-4]
ldp x29, x30, [sp, #64] ; 16-byte Folded Reload
add sp, sp, #80
ret
.cfi_endproc
; -- End function
.section __TEXT,__cstring,cstring_literals
l_.str: ; @.str
.asciz "Bad argument syntax.\n"
l_.str.1: ; @.str.1
.asciz "Usage: fat-edit <fs_image.img>\n"
.comm _stay_alive,4,2 ; @stay_alive
.comm _buffer,8,3 ; @buffer
l_.str.2: ; @.str.2
.asciz "USER"
.comm _username,8,3 ; @username
.comm _imagename,8,3 ; @imagename
.comm _imageid,4,2 ; @imageid
.comm _psector,512,0 ; @psector
.comm _name,8,0 ; @name
.comm _bytesPerSector,2,1 ; @bytesPerSector
.comm _sectorsPerCluster,1,0 ; @sectorsPerCluster
.comm _reservedSectorCount,2,1 ; @reservedSectorCount
.comm _numFATs,1,0 ; @numFATs
.comm _numTotalSectors,4,2 ; @numTotalSectors
.comm _sizeFAT,4,2 ; @sizeFAT
.comm _rootCluster,4,2 ; @rootCluster
.comm _fsinfo,2,1 ; @fsinfo
.comm _bytesPerCluster,4,2 ; @bytesPerCluster
.comm _nextFreeLocation,4,2 ; @nextFreeLocation
.comm _firstDataSector,4,2 ; @firstDataSector
.comm _rootLoc,4,2 ; @rootLoc
.comm _currentCluster,4,2 ; @currentCluster
.comm _numFreeSectors,4,2 ; @numFreeSectors
.comm _openFT,8,3 ; @openFT
.comm _openFT_count,4,2 ; @openFT_count
l_.str.3: ; @.str.3
.asciz "%s(%s)> "
l_.str.4: ; @.str.4
.asciz " "
.comm _command,8,3 ; @command
l_.str.5: ; @.str.5
.asciz "fat-edit: Invalid character '/' detected.\n"
l_.str.6: ; @.str.6
.asciz "\""
.comm _command_args,8,3 ; @command_args
.comm _num_command_args,4,2 ; @num_command_args
l_.str.7: ; @.str.7
.asciz "exit"
l_.str.8: ; @.str.8
.asciz "fsinfo"
l_.str.9: ; @.str.9
.asciz "open"
l_.str.10: ; @.str.10
.asciz "r"
l_.str.11: ; @.str.11
.asciz "reading"
l_.str.12: ; @.str.12
.asciz "w"
l_.str.13: ; @.str.13
.asciz "writing"
l_.str.14: ; @.str.14
.asciz "rw"
l_.str.15: ; @.str.15
.asciz "wr"
l_.str.16: ; @.str.16
.asciz "reading and writing"
l_.str.17: ; @.str.17
.asciz "%s has been opened for %s.\n"
l_.str.18: ; @.str.18
.asciz "fat-edit: open: %s doesn't exist.\n"
l_.str.19: ; @.str.19
.asciz "fat-edit: open: %s is already open.\n"
l_.str.20: ; @.str.20
.asciz "fat-edit: open: %s is not a file.\n"
l_.str.21: ; @.str.21
.asciz "fat-edit: open: Invalid open mode.\n"
l_.str.22: ; @.str.22
.asciz "fat-edit: open: Permission denied - file is read-only.\n"
l_.str.23: ; @.str.23
.asciz "close"
l_.str.24: ; @.str.24
.asciz "%s has been closed.\n"
l_.str.25: ; @.str.25
.asciz "fat-edit: close: %s doesn't exist.\n"
l_.str.26: ; @.str.26
.asciz "fat-edit: close: %s isn't open.\n"
l_.str.27: ; @.str.27
.asciz "fat-edit: close: %s is not a file.\n"
l_.str.28: ; @.str.28
.asciz "create"
l_.str.29: ; @.str.29
.asciz "fat-edit: create: %s already exists.\n"
l_.str.30: ; @.str.30
.asciz "fat-edit: create: %s is a directory.\n"
l_.str.31: ; @.str.31
.asciz "fat-edit: create: FAT32 volume ran out of space.\n"
l_.str.32: ; @.str.32
.asciz "read"
l_.str.33: ; @.str.33
.asciz "fat-edit: read: %s doesn't exist.\n"
l_.str.34: ; @.str.34
.asciz "fat-edit: read: %s isn't open.\n"
l_.str.35: ; @.str.35
.asciz "fat-edit: read: %s doesn't have read permission.\n"
l_.str.36: ; @.str.36
.asciz "fat-edit: read: %s is not a file.\n"
l_.str.37: ; @.str.37
.asciz "fat-edit: read: Start position beyond EoF.\n"
l_.str.38: ; @.str.38
.asciz "write"
l_.str.39: ; @.str.39
.asciz "Wrote \"%s\" @ %d of length %d to %s\n"
l_.str.40: ; @.str.40
.asciz "fat-edit: write: %s doesn't exist.\n"
l_.str.41: ; @.str.41
.asciz "fat-edit: write: %s isn't open.\n"
l_.str.42: ; @.str.42
.asciz "fat-edit: write: %s doesn't have write permission.\n"
l_.str.43: ; @.str.43
.asciz "fat-edit: write: %s is not a file.\n"
l_.str.44: ; @.str.44
.asciz "fat-edit: write: Start position beyond EoF.\n"
l_.str.45: ; @.str.45
.asciz "fat-edit: write: FAT32 volume ran out of space.\n"
l_.str.46: ; @.str.46
.asciz "rm"
l_.str.47: ; @.str.47
.asciz "fat-edit: rm: %s doesn't exist.\n"
l_.str.48: ; @.str.48
.asciz "fat-edit: rm: %s is a directory.\n"
l_.str.49: ; @.str.49
.asciz "srm"
l_.str.50: ; @.str.50
.asciz "fat-edit: srm: %s doesn't exist.\n"
l_.str.51: ; @.str.51
.asciz "fat-edit: srm: %s is a directory.\n"
l_.str.52: ; @.str.52
.asciz "cd"
l_.str.53: ; @.str.53
.asciz ".."
l_.str.54: ; @.str.54
.asciz "fat-edit: cd: Root directory has no parent.\n"
l_.str.55: ; @.str.55
.asciz "fat-edit: cd: %s doesn't exist.\n"
l_.str.56: ; @.str.56
.asciz "fat-edit: cd: %s is not a directory.\n"
l_.str.57: ; @.str.57
.asciz "ls"
l_.str.58: ; @.str.58
.asciz "fat-edit: ls: Root directory has no parent.\n"
l_.str.59: ; @.str.59
.asciz "fat-edit: ls: %s doesn't exist.\n"
l_.str.60: ; @.str.60
.asciz "fat-edit: ls: %s is not a directory.\n"
l_.str.61: ; @.str.61
.asciz "mkdir"
l_.str.62: ; @.str.62
.asciz "fat-edit: mkdir: %s is already a file.\n"
l_.str.63: ; @.str.63
.asciz "fat-edit: mkdir: %s already exists.\n"
l_.str.64: ; @.str.64
.asciz "fat-edit: mkdir: FAT32 volume ran out of space.\n"
l_.str.65: ; @.str.65
.asciz "rmdir"
l_.str.66: ; @.str.66
.asciz "."
l_.str.67: ; @.str.67
.asciz "fat-edit: rm: Cannot delete current working directory.\n"
l_.str.68: ; @.str.68
.asciz "fat-edit: rm: Cannot delete parent directory.\n"
l_.str.69: ; @.str.69
.asciz "fat-edit: rmdir: %s doesn't exist.\n"
l_.str.70: ; @.str.70
.asciz "fat-edit: rmdir: %s is not a directory.\n"
l_.str.71: ; @.str.71
.asciz "fat-edit: rmdir: %s is not empty.\n"
l_.str.72: ; @.str.72
.asciz "size"
l_.str.73: ; @.str.73
.asciz "fat-edit: size: %s doesn't exist.\n"
l_.str.74: ; @.str.74
.asciz "fat-edit: size: %s is not a file.\n"
l_.str.75: ; @.str.75
.asciz "fat-edit: Command not found: %s\n"
l_.str.76: ; @.str.76
.asciz "fat-edit: %s: Improper argument usage.\n"
l_.str.77: ; @.str.77
.asciz "Bytes per sector: %hd\n"
l_.str.78: ; @.str.78
.asciz "Sectors per cluster: %d\n"
l_.str.79: ; @.str.79
.asciz "Total number of sectors: %d\n"
l_.str.80: ; @.str.80
.asciz "Number of free sectors: %d\n"
l_.str.81: ; @.str.81
.asciz "Number of FATs: %d\n"
l_.str.82: ; @.str.82
.asciz "Sectors per FAT: %d\n"
l_.str.83: ; @.str.83
.asciz "%c"
l_.str.84: ; @.str.84
.asciz "\nfat-edit: read: EoF reached."
l_.str.85: ; @.str.85
.asciz "\n"
l_.str.86: ; @.str.86
.asciz "fat-edit: read: EoF reached.\n"
l_.str.87: ; @.str.87
.asciz "%s "
l_.str.88: ; @.str.88
.asciz ". "
l_.str.89: ; @.str.89
.asciz ".. "
l_.str.90: ; @.str.90
.asciz "%d\n"
.subsections_via_symbols
| .section __TEXT,__text,regular,pure_instructions
.build_version macos, 13, 0 sdk_version 13, 3
.globl _main ## -- Begin function main
.p2align 4, 0x90
_main: ## @main
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl $0, -4(%rbp)
movl %edi, -8(%rbp)
movq %rsi, -16(%rbp)
cmpl $2, -8(%rbp)
je LBB0_2
## %bb.1:
leaq L_.str(%rip), %rdi
movb $0, %al
callq _printf
leaq L_.str.1(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -4(%rbp)
jmp LBB0_8
LBB0_2:
movq -16(%rbp), %rax
movq 8(%rax), %rdi
callq _init_env
LBB0_3: ## =>This Inner Loop Header: Depth=1
movq _stay_alive@GOTPCREL(%rip), %rax
cmpl $0, (%rax)
je LBB0_7
## %bb.4: ## in Loop: Header=BB0_3 Depth=1
callq _clear_buffer
callq _prompt
callq _read_input
movq _buffer@GOTPCREL(%rip), %rax
movq (%rax), %rdi
callq _strlen
cmpq $0, %rax
je LBB0_6
## %bb.5: ## in Loop: Header=BB0_3 Depth=1
callq _execute
LBB0_6: ## in Loop: Header=BB0_3 Depth=1
jmp LBB0_3
LBB0_7:
movl $0, -4(%rbp)
LBB0_8:
movl -4(%rbp), %eax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _init_env ## -- Begin function init_env
.p2align 4, 0x90
_init_env: ## @init_env
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
leaq L_.str.2(%rip), %rdi
callq _getenv
movq %rax, %rcx
movq _username@GOTPCREL(%rip), %rax
movq %rcx, (%rax)
movq -8(%rbp), %rcx
movq _imagename@GOTPCREL(%rip), %rax
movq %rcx, (%rax)
movq _buffer@GOTPCREL(%rip), %rax
movq $0, (%rax)
movq _stay_alive@GOTPCREL(%rip), %rax
movl $1, (%rax)
movq _imagename@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movl $2, %esi
movb $0, %al
callq _open
movl %eax, %ecx
movq _imageid@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
xorl %edi, %edi
callq _seekTo
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movq _name@GOTPCREL(%rip), %rax
movq _psector@GOTPCREL(%rip), %rcx
movq 3(%rcx), %rcx
movq %rcx, (%rax)
movq _bytesPerSector@GOTPCREL(%rip), %rax
movq _psector@GOTPCREL(%rip), %rcx
movw 11(%rcx), %cx
movw %cx, (%rax)
movq _sectorsPerCluster@GOTPCREL(%rip), %rax
movq _psector@GOTPCREL(%rip), %rcx
movb 13(%rcx), %cl
movb %cl, (%rax)
movq _reservedSectorCount@GOTPCREL(%rip), %rax
movq _psector@GOTPCREL(%rip), %rcx
movw 14(%rcx), %cx
movw %cx, (%rax)
movq _numFATs@GOTPCREL(%rip), %rax
movq _psector@GOTPCREL(%rip), %rcx
movb 16(%rcx), %cl
movb %cl, (%rax)
movq _numTotalSectors@GOTPCREL(%rip), %rax
movq _psector@GOTPCREL(%rip), %rcx
movl 32(%rcx), %ecx
movl %ecx, (%rax)
movq _sizeFAT@GOTPCREL(%rip), %rax
movq _psector@GOTPCREL(%rip), %rcx
movl 36(%rcx), %ecx
movl %ecx, (%rax)
movq _rootCluster@GOTPCREL(%rip), %rax
movq _psector@GOTPCREL(%rip), %rcx
movl 44(%rcx), %ecx
movl %ecx, (%rax)
movq _fsinfo@GOTPCREL(%rip), %rax
movq _psector@GOTPCREL(%rip), %rcx
movw 48(%rcx), %cx
movw %cx, (%rax)
movq _sectorsPerCluster@GOTPCREL(%rip), %rax
movsbl (%rax), %ecx
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %ecx
movq _bytesPerCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _nextFreeLocation@GOTPCREL(%rip), %rax
movl $0, (%rax)
movq _reservedSectorCount@GOTPCREL(%rip), %rax
movzwl (%rax), %ecx
movq _numFATs@GOTPCREL(%rip), %rax
movsbl (%rax), %eax
movq _sizeFAT@GOTPCREL(%rip), %rdx
imull (%rdx), %eax
addl %eax, %ecx
movq _firstDataSector@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _rootCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _firstSectorOfCluster
movl %eax, %ecx
movq _rootLoc@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _rootCluster@GOTPCREL(%rip), %rax
movl (%rax), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _fsinfo@GOTPCREL(%rip), %rax
movzwl (%rax), %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
addl $488, %edi ## imm = 0x1E8
callq _seekTo
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -12(%rbp), %rsi
movl $4, %edx
callq _read
movq _numFreeSectors@GOTPCREL(%rip), %rax
movl -12(%rbp), %ecx
movl %ecx, (%rax)
movq _rootLoc@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movq _openFT@GOTPCREL(%rip), %rax
movq $0, (%rax)
movq _openFT_count@GOTPCREL(%rip), %rax
movl $0, (%rax)
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _seekTo ## -- Begin function seekTo
.p2align 4, 0x90
_seekTo: ## @seekTo
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movl %edi, -4(%rbp)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movslq -4(%rbp), %rsi
xorl %edx, %edx
callq _lseek
## kill: def $eax killed $eax killed $rax
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _firstSectorOfCluster ## -- Begin function firstSectorOfCluster
.p2align 4, 0x90
_firstSectorOfCluster: ## @firstSectorOfCluster
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movl %edi, -4(%rbp)
movl -4(%rbp), %eax
subl $2, %eax
movq _sectorsPerCluster@GOTPCREL(%rip), %rcx
movsbl (%rcx), %ecx
imull %ecx, %eax
movq _firstDataSector@GOTPCREL(%rip), %rcx
addl (%rcx), %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _prompt ## -- Begin function prompt
.p2align 4, 0x90
_prompt: ## @prompt
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _username@GOTPCREL(%rip), %rax
movq (%rax), %rsi
movq _imagename@GOTPCREL(%rip), %rax
movq (%rax), %rdx
leaq L_.str.3(%rip), %rdi
movb $0, %al
callq _printf
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _read_input ## -- Begin function read_input
.p2align 4, 0x90
_read_input: ## @read_input
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $64, %rsp
movl $129, %edi
callq _malloc
movq %rax, %rcx
movq _buffer@GOTPCREL(%rip), %rax
movq %rcx, (%rax)
movq _buffer@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq ___stdinp@GOTPCREL(%rip), %rax
movq (%rax), %rdx
movl $128, %esi
callq _fgets
movl $0, -4(%rbp)
LBB5_1: ## =>This Inner Loop Header: Depth=1
cmpl $128, -4(%rbp)
jge LBB5_7
## %bb.2: ## in Loop: Header=BB5_1 Depth=1
movq _buffer@GOTPCREL(%rip), %rax
movq (%rax), %rax
movslq -4(%rbp), %rcx
movsbl (%rax,%rcx), %eax
cmpl $10, %eax
je LBB5_4
## %bb.3: ## in Loop: Header=BB5_1 Depth=1
movq _buffer@GOTPCREL(%rip), %rax
movq (%rax), %rax
movslq -4(%rbp), %rcx
movsbl (%rax,%rcx), %eax
cmpl $13, %eax
jne LBB5_5
LBB5_4: ## in Loop: Header=BB5_1 Depth=1
movq _buffer@GOTPCREL(%rip), %rax
movq (%rax), %rax
movslq -4(%rbp), %rcx
movb $0, (%rax,%rcx)
LBB5_5: ## in Loop: Header=BB5_1 Depth=1
jmp LBB5_6
LBB5_6: ## in Loop: Header=BB5_1 Depth=1
movl -4(%rbp), %eax
addl $1, %eax
movl %eax, -4(%rbp)
jmp LBB5_1
LBB5_7:
movq $0, -24(%rbp)
movl $0, -4(%rbp)
movq _buffer@GOTPCREL(%rip), %rax
movq (%rax), %rdi
callq _strdup
movq %rax, %rdi
leaq L_.str.4(%rip), %rsi
callq _strtok
movq %rax, -16(%rbp)
LBB5_8: ## =>This Inner Loop Header: Depth=1
cmpq $0, -16(%rbp)
je LBB5_23
## %bb.9: ## in Loop: Header=BB5_8 Depth=1
cmpl $0, -4(%rbp)
jne LBB5_11
## %bb.10: ## in Loop: Header=BB5_8 Depth=1
movq -16(%rbp), %rdi
callq _strdup
movq %rax, %rcx
movq _command@GOTPCREL(%rip), %rax
movq %rcx, (%rax)
jmp LBB5_21
LBB5_11: ## in Loop: Header=BB5_8 Depth=1
cmpl $1, -4(%rbp)
jne LBB5_14
## %bb.12: ## in Loop: Header=BB5_8 Depth=1
movq -16(%rbp), %rdi
movl $47, %esi
callq _strchr
cmpq $0, %rax
je LBB5_14
## %bb.13:
leaq L_.str.5(%rip), %rdi
movb $0, %al
callq _printf
movq _buffer@GOTPCREL(%rip), %rax
movq (%rax), %rdi
callq _free
movl $1, %edi
callq _malloc
movq %rax, %rcx
movq _buffer@GOTPCREL(%rip), %rax
movq %rcx, (%rax)
movq _buffer@GOTPCREL(%rip), %rax
movq (%rax), %rax
movb $0, (%rax)
jmp LBB5_25
LBB5_14: ## in Loop: Header=BB5_8 Depth=1
movq -16(%rbp), %rax
movsbl (%rax), %eax
cmpl $34, %eax
jne LBB5_19
## %bb.15: ## in Loop: Header=BB5_8 Depth=1
movq -16(%rbp), %rdi
callq _strlen
movq %rax, %rdi
shlq $0, %rdi
callq _malloc
movq %rax, -24(%rbp)
movq -24(%rbp), %rdi
movq -16(%rbp), %rsi
addq $1, %rsi
movq $-1, %rdx
callq ___strcpy_chk
movq -24(%rbp), %rax
movq %rax, -32(%rbp) ## 8-byte Spill
movq -24(%rbp), %rdi
callq _strlen
movq %rax, %rcx
movq -32(%rbp), %rax ## 8-byte Reload
subq $1, %rcx
movsbl (%rax,%rcx), %eax
cmpl $34, %eax
je LBB5_17
## %bb.16: ## in Loop: Header=BB5_8 Depth=1
movq -24(%rbp), %rax
movq %rax, -56(%rbp) ## 8-byte Spill
movq -16(%rbp), %rdi
addq $1, %rdi
callq _strlen
movq %rax, %rcx
movq -56(%rbp), %rax ## 8-byte Reload
movb $32, (%rax,%rcx)
xorl %eax, %eax
movl %eax, %edi
leaq L_.str.6(%rip), %rsi
callq _strtok
movq %rax, -16(%rbp)
movq -24(%rbp), %rax
movq %rax, -40(%rbp) ## 8-byte Spill
movq -24(%rbp), %rdi
callq _strlen
movq %rax, -48(%rbp) ## 8-byte Spill
movq -16(%rbp), %rdi
callq _strlen
movq -48(%rbp), %rsi ## 8-byte Reload
movq -40(%rbp), %rdi ## 8-byte Reload
addq %rax, %rsi
addq $1, %rsi
shlq $0, %rsi
callq _realloc
movq %rax, -24(%rbp)
movq -24(%rbp), %rdi
movq -16(%rbp), %rsi
movq $-1, %rdx
callq ___strcat_chk
jmp LBB5_18
LBB5_17: ## in Loop: Header=BB5_8 Depth=1
movq -24(%rbp), %rax
movq %rax, -64(%rbp) ## 8-byte Spill
movq -24(%rbp), %rdi
callq _strlen
movq %rax, %rcx
movq -64(%rbp), %rax ## 8-byte Reload
subq $1, %rcx
movb $0, (%rax,%rcx)
LBB5_18: ## in Loop: Header=BB5_8 Depth=1
movq -24(%rbp), %rax
movq %rax, -16(%rbp)
xorl %eax, %eax
movl %eax, %edi
leaq L_.str.4(%rip), %rsi
callq _strtok
LBB5_19: ## in Loop: Header=BB5_8 Depth=1
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq _num_command_args@GOTPCREL(%rip), %rax
movl (%rax), %eax
addl $1, %eax
movq _num_command_args@GOTPCREL(%rip), %rcx
movl %eax, (%rcx)
movslq %eax, %rsi
shlq $3, %rsi
callq _realloc
movq %rax, %rcx
movq _command_args@GOTPCREL(%rip), %rax
movq %rcx, (%rax)
movq -16(%rbp), %rdi
callq _strdup
movq %rax, %rdx
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movl -4(%rbp), %ecx
subl $1, %ecx
movslq %ecx, %rcx
movq %rdx, (%rax,%rcx,8)
## %bb.20: ## in Loop: Header=BB5_8 Depth=1
jmp LBB5_21
LBB5_21: ## in Loop: Header=BB5_8 Depth=1
jmp LBB5_22
LBB5_22: ## in Loop: Header=BB5_8 Depth=1
xorl %eax, %eax
movl %eax, %edi
leaq L_.str.4(%rip), %rsi
callq _strtok
movq %rax, -16(%rbp)
movl -4(%rbp), %eax
addl $1, %eax
movl %eax, -4(%rbp)
jmp LBB5_8
LBB5_23:
cmpq $0, -24(%rbp)
je LBB5_25
## %bb.24:
movq -24(%rbp), %rdi
callq _free
LBB5_25:
addq $64, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _clear_buffer ## -- Begin function clear_buffer
.p2align 4, 0x90
_clear_buffer: ## @clear_buffer
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq _buffer@GOTPCREL(%rip), %rax
movq (%rax), %rdi
callq _free
movq _buffer@GOTPCREL(%rip), %rax
movq $0, (%rax)
movq _command@GOTPCREL(%rip), %rax
movq (%rax), %rdi
callq _free
movq _command@GOTPCREL(%rip), %rax
movq $0, (%rax)
movq _num_command_args@GOTPCREL(%rip), %rax
movl (%rax), %eax
subl $1, %eax
movl %eax, -4(%rbp)
LBB6_1: ## =>This Inner Loop Header: Depth=1
cmpl $0, -4(%rbp)
jl LBB6_4
## %bb.2: ## in Loop: Header=BB6_1 Depth=1
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movslq -4(%rbp), %rcx
movq (%rax,%rcx,8), %rdi
callq _free
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movslq -4(%rbp), %rcx
movq $0, (%rax,%rcx,8)
## %bb.3: ## in Loop: Header=BB6_1 Depth=1
movl -4(%rbp), %eax
addl $-1, %eax
movl %eax, -4(%rbp)
jmp LBB6_1
LBB6_4:
movq _num_command_args@GOTPCREL(%rip), %rax
movl $0, (%rax)
movl $8, %edi
callq _malloc
movq %rax, %rcx
movq _command_args@GOTPCREL(%rip), %rax
movq %rcx, (%rax)
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq $0, (%rax)
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _execute ## -- Begin function execute
.p2align 4, 0x90
_execute: ## @execute
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $144, %rsp
movq _command@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.7(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB7_5
## %bb.1:
movq _num_command_args@GOTPCREL(%rip), %rax
cmpl $0, (%rax)
je LBB7_3
## %bb.2:
leaq L_.str.7(%rip), %rdi
callq _usage_error
jmp LBB7_4
LBB7_3:
movq _stay_alive@GOTPCREL(%rip), %rax
movl $0, (%rax)
LBB7_4:
jmp LBB7_172
LBB7_5:
movq _command@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.8(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB7_10
## %bb.6:
movq _num_command_args@GOTPCREL(%rip), %rax
cmpl $0, (%rax)
je LBB7_8
## %bb.7:
leaq L_.str.8(%rip), %rdi
callq _usage_error
jmp LBB7_9
LBB7_8:
callq _fat_info
LBB7_9:
jmp LBB7_171
LBB7_10:
movq _command@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.9(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB7_32
## %bb.11:
movq _num_command_args@GOTPCREL(%rip), %rax
cmpl $2, (%rax)
je LBB7_13
## %bb.12:
leaq L_.str.9(%rip), %rdi
callq _usage_error
jmp LBB7_31
LBB7_13:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rdi
movq 8(%rax), %rsi
callq _fat_open
movl %eax, -4(%rbp)
movl -4(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -24(%rbp) ## 8-byte Spill
subq $5, %rax
ja LBB7_29
## %bb.187:
movq -24(%rbp), %rax ## 8-byte Reload
leaq LJTI7_3(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
LBB7_14:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq 8(%rax), %rdi
leaq L_.str.10(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB7_16
## %bb.15:
leaq L_.str.11(%rip), %rax
movq %rax, -16(%rbp)
jmp LBB7_23
LBB7_16:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq 8(%rax), %rdi
leaq L_.str.12(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB7_18
## %bb.17:
leaq L_.str.13(%rip), %rax
movq %rax, -16(%rbp)
jmp LBB7_22
LBB7_18:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq 8(%rax), %rdi
leaq L_.str.14(%rip), %rsi
callq _strcmp
cmpl $0, %eax
je LBB7_20
## %bb.19:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq 8(%rax), %rdi
leaq L_.str.15(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB7_21
LBB7_20:
leaq L_.str.16(%rip), %rax
movq %rax, -16(%rbp)
LBB7_21:
jmp LBB7_22
LBB7_22:
jmp LBB7_23
LBB7_23:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
movq -16(%rbp), %rdx
leaq L_.str.17(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_30
LBB7_24:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.18(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_30
LBB7_25:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.19(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_30
LBB7_26:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.20(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_30
LBB7_27:
leaq L_.str.21(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_30
LBB7_28:
leaq L_.str.22(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_30
LBB7_29:
jmp LBB7_30
LBB7_30:
jmp LBB7_31
LBB7_31:
jmp LBB7_170
LBB7_32:
movq _command@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.23(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB7_43
## %bb.33:
movq _num_command_args@GOTPCREL(%rip), %rax
cmpl $1, (%rax)
je LBB7_35
## %bb.34:
leaq L_.str.23(%rip), %rdi
callq _usage_error
jmp LBB7_42
LBB7_35:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rdi
callq _fat_close
movl %eax, -4(%rbp)
movl -4(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -32(%rbp) ## 8-byte Spill
subq $3, %rax
ja LBB7_40
## %bb.186:
movq -32(%rbp), %rax ## 8-byte Reload
leaq LJTI7_2(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
LBB7_36:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.24(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_41
LBB7_37:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.25(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_41
LBB7_38:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.26(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_41
LBB7_39:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.27(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_41
LBB7_40:
jmp LBB7_41
LBB7_41:
jmp LBB7_42
LBB7_42:
jmp LBB7_169
LBB7_43:
movq _command@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.28(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB7_53
## %bb.44:
movq _num_command_args@GOTPCREL(%rip), %rax
cmpl $1, (%rax)
je LBB7_46
## %bb.45:
leaq L_.str.28(%rip), %rdi
callq _usage_error
jmp LBB7_52
LBB7_46:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rdi
callq _fat_create
movl %eax, -4(%rbp)
movl -4(%rbp), %eax
movl %eax, -36(%rbp) ## 4-byte Spill
subl $1, %eax
je LBB7_47
jmp LBB7_184
LBB7_184:
movl -36(%rbp), %eax ## 4-byte Reload
subl $2, %eax
je LBB7_48
jmp LBB7_185
LBB7_185:
movl -36(%rbp), %eax ## 4-byte Reload
subl $3, %eax
je LBB7_49
jmp LBB7_50
LBB7_47:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.29(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_51
LBB7_48:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.30(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_51
LBB7_49:
leaq L_.str.31(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_51
LBB7_50:
jmp LBB7_51
LBB7_51:
jmp LBB7_52
LBB7_52:
jmp LBB7_168
LBB7_53:
movq _command@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.32(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB7_65
## %bb.54:
movq _num_command_args@GOTPCREL(%rip), %rax
cmpl $3, (%rax)
je LBB7_56
## %bb.55:
leaq L_.str.32(%rip), %rdi
callq _usage_error
jmp LBB7_64
LBB7_56:
movq _command_args@GOTPCREL(%rip), %rax
movq %rax, -72(%rbp) ## 8-byte Spill
movq (%rax), %rax
movq (%rax), %rcx
movq %rcx, -64(%rbp) ## 8-byte Spill
movq 8(%rax), %rdi
callq _atoi
movl %eax, %ecx
movq -72(%rbp), %rax ## 8-byte Reload
movl %ecx, -52(%rbp) ## 4-byte Spill
movq (%rax), %rax
movq 16(%rax), %rdi
callq _atoi
movq -64(%rbp), %rdi ## 8-byte Reload
movl -52(%rbp), %esi ## 4-byte Reload
movl %eax, %edx
callq _fat_read
movl %eax, -4(%rbp)
movl -4(%rbp), %eax
decl %eax
movl %eax, %ecx
movq %rcx, -48(%rbp) ## 8-byte Spill
subl $4, %eax
ja LBB7_62
## %bb.183:
movq -48(%rbp), %rax ## 8-byte Reload
leaq LJTI7_1(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
LBB7_57:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.33(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_63
LBB7_58:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.34(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_63
LBB7_59:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.35(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_63
LBB7_60:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.36(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_63
LBB7_61:
leaq L_.str.37(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_63
LBB7_62:
jmp LBB7_63
LBB7_63:
jmp LBB7_64
LBB7_64:
jmp LBB7_167
LBB7_65:
movq _command@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.38(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB7_79
## %bb.66:
movq _num_command_args@GOTPCREL(%rip), %rax
cmpl $3, (%rax)
je LBB7_68
## %bb.67:
leaq L_.str.38(%rip), %rdi
callq _usage_error
jmp LBB7_78
LBB7_68:
movq _command_args@GOTPCREL(%rip), %rax
movq %rax, -88(%rbp) ## 8-byte Spill
movq (%rax), %rax
movq (%rax), %rcx
movq %rcx, -96(%rbp) ## 8-byte Spill
movq 8(%rax), %rdi
callq _atoi
movq -96(%rbp), %rdi ## 8-byte Reload
movl %eax, %esi
movq -88(%rbp), %rax ## 8-byte Reload
movq (%rax), %rax
movq 16(%rax), %rdx
callq _fat_write
movl %eax, -4(%rbp)
movl -4(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -80(%rbp) ## 8-byte Spill
subq $6, %rax
ja LBB7_76
## %bb.182:
movq -80(%rbp), %rax ## 8-byte Reload
leaq LJTI7_0(%rip), %rcx
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
LBB7_69:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq 16(%rax), %rax
movq %rax, -112(%rbp) ## 8-byte Spill
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq 8(%rax), %rdi
callq _atoi
movl %eax, -100(%rbp) ## 4-byte Spill
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq 16(%rax), %rdi
callq _strlen
movq -112(%rbp), %rsi ## 8-byte Reload
movl -100(%rbp), %edx ## 4-byte Reload
movl %eax, %ecx
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %r8
leaq L_.str.39(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_77
LBB7_70:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.40(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_77
LBB7_71:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.41(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_77
LBB7_72:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.42(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_77
LBB7_73:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.43(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_77
LBB7_74:
leaq L_.str.44(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_77
LBB7_75:
leaq L_.str.45(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_77
LBB7_76:
jmp LBB7_77
LBB7_77:
jmp LBB7_78
LBB7_78:
jmp LBB7_166
LBB7_79:
movq _command@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.46(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB7_88
## %bb.80:
movq _num_command_args@GOTPCREL(%rip), %rax
cmpl $1, (%rax)
je LBB7_82
## %bb.81:
leaq L_.str.46(%rip), %rdi
callq _usage_error
jmp LBB7_87
LBB7_82:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rdi
xorl %esi, %esi
callq _fat_rm
movl %eax, -4(%rbp)
movl -4(%rbp), %eax
movl %eax, -116(%rbp) ## 4-byte Spill
subl $1, %eax
je LBB7_83
jmp LBB7_181
LBB7_181:
movl -116(%rbp), %eax ## 4-byte Reload
subl $2, %eax
je LBB7_84
jmp LBB7_85
LBB7_83:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.47(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_86
LBB7_84:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.48(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_86
LBB7_85:
jmp LBB7_86
LBB7_86:
jmp LBB7_87
LBB7_87:
jmp LBB7_165
LBB7_88:
movq _command@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.49(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB7_97
## %bb.89:
movq _num_command_args@GOTPCREL(%rip), %rax
cmpl $1, (%rax)
je LBB7_91
## %bb.90:
leaq L_.str.49(%rip), %rdi
callq _usage_error
jmp LBB7_96
LBB7_91:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rdi
movl $1, %esi
callq _fat_rm
movl %eax, -4(%rbp)
movl -4(%rbp), %eax
movl %eax, -120(%rbp) ## 4-byte Spill
subl $1, %eax
je LBB7_92
jmp LBB7_180
LBB7_180:
movl -120(%rbp), %eax ## 4-byte Reload
subl $2, %eax
je LBB7_93
jmp LBB7_94
LBB7_92:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.50(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_95
LBB7_93:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.51(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_95
LBB7_94:
jmp LBB7_95
LBB7_95:
jmp LBB7_96
LBB7_96:
jmp LBB7_164
LBB7_97:
movq _command@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.52(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB7_110
## %bb.98:
movq _num_command_args@GOTPCREL(%rip), %rax
cmpl $1, (%rax)
je LBB7_100
## %bb.99:
leaq L_.str.52(%rip), %rdi
callq _usage_error
jmp LBB7_109
LBB7_100:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rdi
leaq L_.str.53(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB7_103
## %bb.101:
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %eax
movq _rootCluster@GOTPCREL(%rip), %rcx
cmpl (%rcx), %eax
jne LBB7_103
## %bb.102:
leaq L_.str.54(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_108
LBB7_103:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rdi
callq _fat_cd
movl %eax, -4(%rbp)
movl -4(%rbp), %eax
movl %eax, -124(%rbp) ## 4-byte Spill
subl $1, %eax
je LBB7_104
jmp LBB7_179
LBB7_179:
movl -124(%rbp), %eax ## 4-byte Reload
subl $2, %eax
je LBB7_105
jmp LBB7_106
LBB7_104:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.55(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_107
LBB7_105:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.56(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_107
LBB7_106:
jmp LBB7_107
LBB7_107:
jmp LBB7_108
LBB7_108:
jmp LBB7_109
LBB7_109:
jmp LBB7_163
LBB7_110:
movq _command@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.57(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB7_123
## %bb.111:
movq _num_command_args@GOTPCREL(%rip), %rax
cmpl $1, (%rax)
je LBB7_113
## %bb.112:
leaq L_.str.57(%rip), %rdi
callq _usage_error
jmp LBB7_122
LBB7_113:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rdi
leaq L_.str.53(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB7_116
## %bb.114:
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %eax
movq _rootCluster@GOTPCREL(%rip), %rcx
cmpl (%rcx), %eax
jne LBB7_116
## %bb.115:
leaq L_.str.58(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_121
LBB7_116:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rdi
callq _fat_ls
movl %eax, -4(%rbp)
movl -4(%rbp), %eax
movl %eax, -128(%rbp) ## 4-byte Spill
subl $1, %eax
je LBB7_117
jmp LBB7_178
LBB7_178:
movl -128(%rbp), %eax ## 4-byte Reload
subl $2, %eax
je LBB7_118
jmp LBB7_119
LBB7_117:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.59(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_120
LBB7_118:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.60(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_120
LBB7_119:
jmp LBB7_120
LBB7_120:
jmp LBB7_121
LBB7_121:
jmp LBB7_122
LBB7_122:
jmp LBB7_162
LBB7_123:
movq _command@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.61(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB7_133
## %bb.124:
movq _num_command_args@GOTPCREL(%rip), %rax
cmpl $1, (%rax)
je LBB7_126
## %bb.125:
leaq L_.str.61(%rip), %rdi
callq _usage_error
jmp LBB7_132
LBB7_126:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rdi
callq _fat_mkdir
movl %eax, -4(%rbp)
movl -4(%rbp), %eax
movl %eax, -132(%rbp) ## 4-byte Spill
subl $1, %eax
je LBB7_127
jmp LBB7_176
LBB7_176:
movl -132(%rbp), %eax ## 4-byte Reload
subl $2, %eax
je LBB7_128
jmp LBB7_177
LBB7_177:
movl -132(%rbp), %eax ## 4-byte Reload
subl $3, %eax
je LBB7_129
jmp LBB7_130
LBB7_127:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.62(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_131
LBB7_128:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.63(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_131
LBB7_129:
leaq L_.str.64(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_131
LBB7_130:
jmp LBB7_131
LBB7_131:
jmp LBB7_132
LBB7_132:
jmp LBB7_161
LBB7_133:
movq _command@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.65(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB7_149
## %bb.134:
movq _num_command_args@GOTPCREL(%rip), %rax
cmpl $1, (%rax)
je LBB7_136
## %bb.135:
leaq L_.str.65(%rip), %rdi
callq _usage_error
jmp LBB7_148
LBB7_136:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rdi
leaq L_.str.66(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB7_138
## %bb.137:
leaq L_.str.67(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_147
LBB7_138:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rdi
leaq L_.str.53(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB7_140
## %bb.139:
leaq L_.str.68(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_146
LBB7_140:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rdi
callq _fat_rmdir
movl %eax, -4(%rbp)
movl -4(%rbp), %eax
movl %eax, -136(%rbp) ## 4-byte Spill
subl $1, %eax
je LBB7_141
jmp LBB7_174
LBB7_174:
movl -136(%rbp), %eax ## 4-byte Reload
subl $2, %eax
je LBB7_142
jmp LBB7_175
LBB7_175:
movl -136(%rbp), %eax ## 4-byte Reload
subl $3, %eax
je LBB7_143
jmp LBB7_144
LBB7_141:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.69(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_145
LBB7_142:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.70(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_145
LBB7_143:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.71(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_145
LBB7_144:
jmp LBB7_145
LBB7_145:
jmp LBB7_146
LBB7_146:
jmp LBB7_147
LBB7_147:
jmp LBB7_148
LBB7_148:
jmp LBB7_160
LBB7_149:
movq _command@GOTPCREL(%rip), %rax
movq (%rax), %rdi
leaq L_.str.72(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB7_158
## %bb.150:
movq _num_command_args@GOTPCREL(%rip), %rax
cmpl $1, (%rax)
je LBB7_152
## %bb.151:
leaq L_.str.72(%rip), %rdi
callq _usage_error
jmp LBB7_157
LBB7_152:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rdi
callq _fat_size
movl %eax, -4(%rbp)
movl -4(%rbp), %eax
movl %eax, -140(%rbp) ## 4-byte Spill
subl $1, %eax
je LBB7_153
jmp LBB7_173
LBB7_173:
movl -140(%rbp), %eax ## 4-byte Reload
subl $2, %eax
je LBB7_154
jmp LBB7_155
LBB7_153:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.73(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_156
LBB7_154:
movq _command_args@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq (%rax), %rsi
leaq L_.str.74(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB7_156
LBB7_155:
jmp LBB7_156
LBB7_156:
jmp LBB7_157
LBB7_157:
jmp LBB7_159
LBB7_158:
movq _command@GOTPCREL(%rip), %rax
movq (%rax), %rsi
leaq L_.str.75(%rip), %rdi
movb $0, %al
callq _printf
LBB7_159:
jmp LBB7_160
LBB7_160:
jmp LBB7_161
LBB7_161:
jmp LBB7_162
LBB7_162:
jmp LBB7_163
LBB7_163:
jmp LBB7_164
LBB7_164:
jmp LBB7_165
LBB7_165:
jmp LBB7_166
LBB7_166:
jmp LBB7_167
LBB7_167:
jmp LBB7_168
LBB7_168:
jmp LBB7_169
LBB7_169:
jmp LBB7_170
LBB7_170:
jmp LBB7_171
LBB7_171:
jmp LBB7_172
LBB7_172:
addq $144, %rsp
popq %rbp
retq
.cfi_endproc
.p2align 2, 0x90
.data_region jt32
.set L7_0_set_69, LBB7_69-LJTI7_0
.set L7_0_set_70, LBB7_70-LJTI7_0
.set L7_0_set_71, LBB7_71-LJTI7_0
.set L7_0_set_72, LBB7_72-LJTI7_0
.set L7_0_set_73, LBB7_73-LJTI7_0
.set L7_0_set_74, LBB7_74-LJTI7_0
.set L7_0_set_75, LBB7_75-LJTI7_0
LJTI7_0:
.long L7_0_set_69
.long L7_0_set_70
.long L7_0_set_71
.long L7_0_set_72
.long L7_0_set_73
.long L7_0_set_74
.long L7_0_set_75
.set L7_1_set_57, LBB7_57-LJTI7_1
.set L7_1_set_58, LBB7_58-LJTI7_1
.set L7_1_set_59, LBB7_59-LJTI7_1
.set L7_1_set_60, LBB7_60-LJTI7_1
.set L7_1_set_61, LBB7_61-LJTI7_1
LJTI7_1:
.long L7_1_set_57
.long L7_1_set_58
.long L7_1_set_59
.long L7_1_set_60
.long L7_1_set_61
.set L7_2_set_36, LBB7_36-LJTI7_2
.set L7_2_set_37, LBB7_37-LJTI7_2
.set L7_2_set_38, LBB7_38-LJTI7_2
.set L7_2_set_39, LBB7_39-LJTI7_2
LJTI7_2:
.long L7_2_set_36
.long L7_2_set_37
.long L7_2_set_38
.long L7_2_set_39
.set L7_3_set_14, LBB7_14-LJTI7_3
.set L7_3_set_24, LBB7_24-LJTI7_3
.set L7_3_set_25, LBB7_25-LJTI7_3
.set L7_3_set_26, LBB7_26-LJTI7_3
.set L7_3_set_27, LBB7_27-LJTI7_3
.set L7_3_set_28, LBB7_28-LJTI7_3
LJTI7_3:
.long L7_3_set_14
.long L7_3_set_24
.long L7_3_set_25
.long L7_3_set_26
.long L7_3_set_27
.long L7_3_set_28
.end_data_region
## -- End function
.globl _usage_error ## -- Begin function usage_error
.p2align 4, 0x90
_usage_error: ## @usage_error
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rsi
leaq L_.str.76(%rip), %rdi
movb $0, %al
callq _printf
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _fat_open ## -- Begin function fat_open
.p2align 4, 0x90
_fat_open: ## @fat_open
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $96, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -32(%rbp)
movq %rsi, -40(%rbp)
movq -32(%rbp), %rdi
callq _strlen
movq %rax, %rdi
shlq $0, %rdi
callq _malloc
movq %rax, -48(%rbp)
movb $0, -9(%rbp)
movq -40(%rbp), %rdi
leaq L_.str.10(%rip), %rsi
callq _strcmp
cmpl $0, %eax
je LBB9_5
## %bb.1:
movq -40(%rbp), %rdi
leaq L_.str.12(%rip), %rsi
callq _strcmp
cmpl $0, %eax
je LBB9_5
## %bb.2:
movq -40(%rbp), %rdi
leaq L_.str.14(%rip), %rsi
callq _strcmp
cmpl $0, %eax
je LBB9_5
## %bb.3:
movq -40(%rbp), %rdi
leaq L_.str.15(%rip), %rsi
callq _strcmp
cmpl $0, %eax
je LBB9_5
## %bb.4:
movl $4, -24(%rbp)
jmp LBB9_47
LBB9_5:
movl $-1, -60(%rbp)
movq -48(%rbp), %rdi
movq -32(%rbp), %rsi
movq $-1, %rdx
callq ___strcpy_chk
movq -48(%rbp), %rdi
callq _convertFilename
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -76(%rbp)
movl $0, -64(%rbp)
LBB9_6: ## =>This Loop Header: Depth=1
## Child Loop BB9_20 Depth 2
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $64, -64(%rbp)
movb %al, -77(%rbp) ## 1-byte Spill
jge LBB9_8
## %bb.7: ## in Loop: Header=BB9_6 Depth=1
cmpl $-1, -60(%rbp)
sete %al
movb %al, -77(%rbp) ## 1-byte Spill
LBB9_8: ## in Loop: Header=BB9_6 Depth=1
movb -77(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB9_9
jmp LBB9_46
LBB9_9: ## in Loop: Header=BB9_6 Depth=1
movl -64(%rbp), %eax
shll $5, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movq (%rax,%rcx), %rdx
movq %rdx, -20(%rbp)
movw 8(%rax,%rcx), %dx
movw %dx, -12(%rbp)
movb 10(%rax,%rcx), %al
movb %al, -10(%rbp)
movl -64(%rbp), %eax
shll $5, %eax
addl $11, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movb (%rax,%rcx), %al
movb %al, -53(%rbp)
movsbl -20(%rbp), %eax
cmpl $0, %eax
jne LBB9_11
## %bb.10: ## in Loop: Header=BB9_6 Depth=1
movl $1, -60(%rbp)
jmp LBB9_39
LBB9_11: ## in Loop: Header=BB9_6 Depth=1
movsbl -20(%rbp), %eax
cmpl $-27, %eax
je LBB9_38
## %bb.12: ## in Loop: Header=BB9_6 Depth=1
movsbl -53(%rbp), %eax
cmpl $15, %eax
je LBB9_38
## %bb.13: ## in Loop: Header=BB9_6 Depth=1
leaq -20(%rbp), %rdi
movq -48(%rbp), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB9_38
## %bb.14: ## in Loop: Header=BB9_6 Depth=1
movsbl -53(%rbp), %eax
cmpl $16, %eax
jne LBB9_16
## %bb.15: ## in Loop: Header=BB9_6 Depth=1
movl $3, -60(%rbp)
jmp LBB9_37
LBB9_16: ## in Loop: Header=BB9_6 Depth=1
movsbl -53(%rbp), %eax
cmpl $1, %eax
jne LBB9_19
## %bb.17: ## in Loop: Header=BB9_6 Depth=1
movq -40(%rbp), %rdi
leaq L_.str.10(%rip), %rsi
callq _strcmp
cmpl $0, %eax
je LBB9_19
## %bb.18: ## in Loop: Header=BB9_6 Depth=1
movl $5, -60(%rbp)
jmp LBB9_36
LBB9_19: ## in Loop: Header=BB9_6 Depth=1
movl -64(%rbp), %eax
shll $5, %eax
addl $20, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movw (%rax,%rcx), %ax
movw %ax, -50(%rbp)
movl -64(%rbp), %eax
shll $5, %eax
addl $26, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movw (%rax,%rcx), %ax
movw %ax, -52(%rbp)
movl $0, -68(%rbp)
LBB9_20: ## Parent Loop BB9_6 Depth=1
## => This Inner Loop Header: Depth=2
movl -68(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movq _openFT_count@GOTPCREL(%rip), %rdx
cmpl (%rdx), %ecx
movb %al, -78(%rbp) ## 1-byte Spill
jge LBB9_22
## %bb.21: ## in Loop: Header=BB9_20 Depth=2
cmpl $-1, -60(%rbp)
sete %al
movb %al, -78(%rbp) ## 1-byte Spill
LBB9_22: ## in Loop: Header=BB9_20 Depth=2
movb -78(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB9_23
jmp LBB9_27
LBB9_23: ## in Loop: Header=BB9_20 Depth=2
movq _openFT@GOTPCREL(%rip), %rax
movq (%rax), %rax
movslq -68(%rbp), %rcx
imulq $20, %rcx, %rcx
addq %rcx, %rax
movl 16(%rax), %eax
movl %eax, -84(%rbp) ## 4-byte Spill
movw -50(%rbp), %ax
movzwl %ax, %edi
movzwl -52(%rbp), %esi
callq _combineShorts
movl %eax, %ecx
movl -84(%rbp), %eax ## 4-byte Reload
cmpl %ecx, %eax
jne LBB9_25
## %bb.24: ## in Loop: Header=BB9_20 Depth=2
movl $2, -60(%rbp)
LBB9_25: ## in Loop: Header=BB9_20 Depth=2
jmp LBB9_26
LBB9_26: ## in Loop: Header=BB9_20 Depth=2
movl -68(%rbp), %eax
addl $1, %eax
movl %eax, -68(%rbp)
jmp LBB9_20
LBB9_27: ## in Loop: Header=BB9_6 Depth=1
cmpl $-1, -60(%rbp)
jne LBB9_35
## %bb.28: ## in Loop: Header=BB9_6 Depth=1
movq _openFT@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq _openFT_count@GOTPCREL(%rip), %rax
movl (%rax), %eax
addl $1, %eax
movq _openFT_count@GOTPCREL(%rip), %rcx
movl %eax, (%rcx)
cltq
imulq $20, %rax, %rsi
callq _realloc
movq %rax, %rcx
movq _openFT@GOTPCREL(%rip), %rax
movq %rcx, (%rax)
movq _openFT@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq _openFT_count@GOTPCREL(%rip), %rax
movl (%rax), %eax
subl $1, %eax
cltq
imulq $20, %rax, %rax
addq %rax, %rdi
movl -64(%rbp), %eax
shll $5, %eax
cltq
movq _psector@GOTPCREL(%rip), %rsi
addq %rax, %rsi
movl $11, %edx
movq $-1, %rcx
callq ___memcpy_chk
movq _openFT@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq _openFT_count@GOTPCREL(%rip), %rax
movl (%rax), %eax
subl $1, %eax
cltq
imulq $20, %rax, %rax
addq %rax, %rdi
addq $11, %rdi
movl -64(%rbp), %eax
shll $5, %eax
addl $11, %eax
cltq
movq _psector@GOTPCREL(%rip), %rsi
addq %rax, %rsi
movl $1, %edx
movq $-1, %rcx
callq ___memcpy_chk
movw -50(%rbp), %ax
movzwl %ax, %edi
movzwl -52(%rbp), %esi
callq _combineShorts
movl %eax, %ecx
movq _openFT@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _openFT_count@GOTPCREL(%rip), %rdx
movl (%rdx), %edx
subl $1, %edx
movslq %edx, %rdx
imulq $20, %rdx, %rdx
addq %rdx, %rax
movl %ecx, 16(%rax)
movq -40(%rbp), %rdi
leaq L_.str.10(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB9_30
## %bb.29: ## in Loop: Header=BB9_6 Depth=1
movq _openFT@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _openFT_count@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
subl $1, %ecx
movslq %ecx, %rcx
imulq $20, %rcx, %rcx
addq %rcx, %rax
movl $0, 12(%rax)
jmp LBB9_34
LBB9_30: ## in Loop: Header=BB9_6 Depth=1
movq -40(%rbp), %rdi
leaq L_.str.12(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB9_32
## %bb.31: ## in Loop: Header=BB9_6 Depth=1
movq _openFT@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _openFT_count@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
subl $1, %ecx
movslq %ecx, %rcx
imulq $20, %rcx, %rcx
addq %rcx, %rax
movl $1, 12(%rax)
jmp LBB9_33
LBB9_32: ## in Loop: Header=BB9_6 Depth=1
movq _openFT@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq _openFT_count@GOTPCREL(%rip), %rcx
movl (%rcx), %ecx
subl $1, %ecx
movslq %ecx, %rcx
imulq $20, %rcx, %rcx
addq %rcx, %rax
movl $2, 12(%rax)
LBB9_33: ## in Loop: Header=BB9_6 Depth=1
jmp LBB9_34
LBB9_34: ## in Loop: Header=BB9_6 Depth=1
movl $0, -60(%rbp)
LBB9_35: ## in Loop: Header=BB9_6 Depth=1
jmp LBB9_36
LBB9_36: ## in Loop: Header=BB9_6 Depth=1
jmp LBB9_37
LBB9_37: ## in Loop: Header=BB9_6 Depth=1
jmp LBB9_38
LBB9_38: ## in Loop: Header=BB9_6 Depth=1
jmp LBB9_39
LBB9_39: ## in Loop: Header=BB9_6 Depth=1
cmpl $63, -64(%rbp)
jne LBB9_44
## %bb.40: ## in Loop: Header=BB9_6 Depth=1
cmpl $-1, -60(%rbp)
jne LBB9_44
## %bb.41: ## in Loop: Header=BB9_6 Depth=1
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _getNextCluster
movl %eax, -72(%rbp)
cmpl $268435448, -72(%rbp) ## imm = 0xFFFFFF8
jge LBB9_43
## %bb.42: ## in Loop: Header=BB9_6 Depth=1
movl -72(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -72(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl $0, -64(%rbp)
LBB9_43: ## in Loop: Header=BB9_6 Depth=1
jmp LBB9_44
LBB9_44: ## in Loop: Header=BB9_6 Depth=1
jmp LBB9_45
LBB9_45: ## in Loop: Header=BB9_6 Depth=1
movl -64(%rbp), %eax
addl $1, %eax
movl %eax, -64(%rbp)
jmp LBB9_6
LBB9_46:
movq -48(%rbp), %rdi
callq _free
movl -76(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -76(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl -60(%rbp), %eax
movl %eax, -24(%rbp)
LBB9_47:
movl -24(%rbp), %eax
movl %eax, -88(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB9_49
## %bb.48:
movl -88(%rbp), %eax ## 4-byte Reload
addq $96, %rsp
popq %rbp
retq
LBB9_49:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _fat_close ## -- Begin function fat_close
.p2align 4, 0x90
_fat_close: ## @fat_close
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $96, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -32(%rbp)
movq -32(%rbp), %rdi
callq _strlen
movq %rax, %rdi
shlq $0, %rdi
callq _malloc
movq %rax, -40(%rbp)
movb $0, -9(%rbp)
movl $-1, -52(%rbp)
movq -40(%rbp), %rdi
movq -32(%rbp), %rsi
movq $-1, %rdx
callq ___strcpy_chk
movq -40(%rbp), %rdi
callq _convertFilename
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -68(%rbp)
movl $0, -56(%rbp)
LBB10_1: ## =>This Loop Header: Depth=1
## Child Loop BB10_12 Depth 2
## Child Loop BB10_17 Depth 3
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $64, -56(%rbp)
movb %al, -73(%rbp) ## 1-byte Spill
jge LBB10_3
## %bb.2: ## in Loop: Header=BB10_1 Depth=1
cmpl $-1, -52(%rbp)
sete %al
movb %al, -73(%rbp) ## 1-byte Spill
LBB10_3: ## in Loop: Header=BB10_1 Depth=1
movb -73(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB10_4
jmp LBB10_35
LBB10_4: ## in Loop: Header=BB10_1 Depth=1
movl -56(%rbp), %eax
shll $5, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movq (%rax,%rcx), %rdx
movq %rdx, -20(%rbp)
movw 8(%rax,%rcx), %dx
movw %dx, -12(%rbp)
movb 10(%rax,%rcx), %al
movb %al, -10(%rbp)
movl -56(%rbp), %eax
shll $5, %eax
addl $11, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movb (%rax,%rcx), %al
movb %al, -45(%rbp)
movsbl -20(%rbp), %eax
cmpl $0, %eax
jne LBB10_6
## %bb.5: ## in Loop: Header=BB10_1 Depth=1
movl $1, -52(%rbp)
jmp LBB10_28
LBB10_6: ## in Loop: Header=BB10_1 Depth=1
movsbl -20(%rbp), %eax
cmpl $-27, %eax
je LBB10_27
## %bb.7: ## in Loop: Header=BB10_1 Depth=1
movsbl -45(%rbp), %eax
cmpl $15, %eax
je LBB10_27
## %bb.8: ## in Loop: Header=BB10_1 Depth=1
leaq -20(%rbp), %rdi
movq -40(%rbp), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB10_27
## %bb.9: ## in Loop: Header=BB10_1 Depth=1
movsbl -45(%rbp), %eax
cmpl $16, %eax
jne LBB10_11
## %bb.10: ## in Loop: Header=BB10_1 Depth=1
movl $3, -52(%rbp)
jmp LBB10_26
LBB10_11: ## in Loop: Header=BB10_1 Depth=1
movl -56(%rbp), %eax
shll $5, %eax
addl $20, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movw (%rax,%rcx), %ax
movw %ax, -42(%rbp)
movl -56(%rbp), %eax
shll $5, %eax
addl $26, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movw (%rax,%rcx), %ax
movw %ax, -44(%rbp)
movl $0, -60(%rbp)
LBB10_12: ## Parent Loop BB10_1 Depth=1
## => This Loop Header: Depth=2
## Child Loop BB10_17 Depth 3
movl -60(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movq _openFT_count@GOTPCREL(%rip), %rdx
cmpl (%rdx), %ecx
movb %al, -74(%rbp) ## 1-byte Spill
jge LBB10_14
## %bb.13: ## in Loop: Header=BB10_12 Depth=2
cmpl $-1, -52(%rbp)
sete %al
movb %al, -74(%rbp) ## 1-byte Spill
LBB10_14: ## in Loop: Header=BB10_12 Depth=2
movb -74(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB10_15
jmp LBB10_23
LBB10_15: ## in Loop: Header=BB10_12 Depth=2
movq _openFT@GOTPCREL(%rip), %rax
movq (%rax), %rax
movslq -60(%rbp), %rcx
imulq $20, %rcx, %rcx
addq %rcx, %rax
movl 16(%rax), %eax
movl %eax, -80(%rbp) ## 4-byte Spill
movw -42(%rbp), %ax
movzwl %ax, %edi
movzwl -44(%rbp), %esi
callq _combineShorts
movl %eax, %ecx
movl -80(%rbp), %eax ## 4-byte Reload
cmpl %ecx, %eax
jne LBB10_21
## %bb.16: ## in Loop: Header=BB10_12 Depth=2
movl -60(%rbp), %eax
movl %eax, -72(%rbp)
LBB10_17: ## Parent Loop BB10_1 Depth=1
## Parent Loop BB10_12 Depth=2
## => This Inner Loop Header: Depth=3
movl -72(%rbp), %eax
movq _openFT_count@GOTPCREL(%rip), %rcx
cmpl (%rcx), %eax
jge LBB10_20
## %bb.18: ## in Loop: Header=BB10_17 Depth=3
movq _openFT@GOTPCREL(%rip), %rax
movq (%rax), %rax
movslq -72(%rbp), %rcx
imulq $20, %rcx, %rcx
addq %rcx, %rax
movq _openFT@GOTPCREL(%rip), %rcx
movq (%rcx), %rcx
movl -60(%rbp), %edx
addl $1, %edx
movl %edx, -60(%rbp)
movslq %edx, %rdx
imulq $20, %rdx, %rdx
addq %rdx, %rcx
movq (%rcx), %rdx
movq %rdx, (%rax)
movq 8(%rcx), %rdx
movq %rdx, 8(%rax)
movl 16(%rcx), %ecx
movl %ecx, 16(%rax)
## %bb.19: ## in Loop: Header=BB10_17 Depth=3
movl -72(%rbp), %eax
addl $1, %eax
movl %eax, -72(%rbp)
jmp LBB10_17
LBB10_20: ## in Loop: Header=BB10_12 Depth=2
movq _openFT@GOTPCREL(%rip), %rax
movq (%rax), %rdi
movq _openFT_count@GOTPCREL(%rip), %rax
movl (%rax), %eax
addl $-1, %eax
movq _openFT_count@GOTPCREL(%rip), %rcx
movl %eax, (%rcx)
cltq
imulq $20, %rax, %rsi
callq _realloc
movq %rax, %rcx
movq _openFT@GOTPCREL(%rip), %rax
movq %rcx, (%rax)
movl $0, -52(%rbp)
LBB10_21: ## in Loop: Header=BB10_12 Depth=2
jmp LBB10_22
LBB10_22: ## in Loop: Header=BB10_12 Depth=2
movl -60(%rbp), %eax
addl $1, %eax
movl %eax, -60(%rbp)
jmp LBB10_12
LBB10_23: ## in Loop: Header=BB10_1 Depth=1
cmpl $-1, -52(%rbp)
jne LBB10_25
## %bb.24: ## in Loop: Header=BB10_1 Depth=1
movl $2, -52(%rbp)
LBB10_25: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_26
LBB10_26: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_27
LBB10_27: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_28
LBB10_28: ## in Loop: Header=BB10_1 Depth=1
cmpl $63, -56(%rbp)
jne LBB10_33
## %bb.29: ## in Loop: Header=BB10_1 Depth=1
cmpl $-1, -52(%rbp)
jne LBB10_33
## %bb.30: ## in Loop: Header=BB10_1 Depth=1
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _getNextCluster
movl %eax, -64(%rbp)
cmpl $268435448, -64(%rbp) ## imm = 0xFFFFFF8
jge LBB10_32
## %bb.31: ## in Loop: Header=BB10_1 Depth=1
movl -64(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -64(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl $0, -56(%rbp)
LBB10_32: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_33
LBB10_33: ## in Loop: Header=BB10_1 Depth=1
jmp LBB10_34
LBB10_34: ## in Loop: Header=BB10_1 Depth=1
movl -56(%rbp), %eax
addl $1, %eax
movl %eax, -56(%rbp)
jmp LBB10_1
LBB10_35:
movq -40(%rbp), %rdi
callq _free
movl -68(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -68(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl -52(%rbp), %eax
movl %eax, -84(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB10_37
## %bb.36:
movl -84(%rbp), %eax ## 4-byte Reload
addq $96, %rsp
popq %rbp
retq
LBB10_37:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _fat_create ## -- Begin function fat_create
.p2align 4, 0x90
_fat_create: ## @fat_create
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $80, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -32(%rbp)
movq -32(%rbp), %rdi
callq _strlen
movq %rax, %rdi
shlq $0, %rdi
callq _malloc
movq %rax, -40(%rbp)
movb $0, -9(%rbp)
movl $-1, -64(%rbp)
movl $-1, -48(%rbp)
movq -40(%rbp), %rdi
movq -32(%rbp), %rsi
movq $-1, %rdx
callq ___strcpy_chk
movq -40(%rbp), %rdi
callq _convertFilename
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -60(%rbp)
movl $0, -68(%rbp)
movl $0, -52(%rbp)
LBB11_1: ## =>This Inner Loop Header: Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $64, -52(%rbp)
movb %al, -73(%rbp) ## 1-byte Spill
jge LBB11_3
## %bb.2: ## in Loop: Header=BB11_1 Depth=1
cmpl $-1, -48(%rbp)
sete %al
movb %al, -73(%rbp) ## 1-byte Spill
LBB11_3: ## in Loop: Header=BB11_1 Depth=1
movb -73(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB11_4
jmp LBB11_23
LBB11_4: ## in Loop: Header=BB11_1 Depth=1
movl -52(%rbp), %eax
shll $5, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movq (%rax,%rcx), %rdx
movq %rdx, -20(%rbp)
movw 8(%rax,%rcx), %dx
movw %dx, -12(%rbp)
movb 10(%rax,%rcx), %al
movb %al, -10(%rbp)
movl -52(%rbp), %eax
shll $5, %eax
addl $11, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movb (%rax,%rcx), %al
movb %al, -41(%rbp)
movsbl -20(%rbp), %eax
cmpl $-27, %eax
je LBB11_6
## %bb.5: ## in Loop: Header=BB11_1 Depth=1
movsbl -20(%rbp), %eax
cmpl $0, %eax
jne LBB11_8
LBB11_6: ## in Loop: Header=BB11_1 Depth=1
cmpl $-1, -64(%rbp)
jne LBB11_8
## %bb.7: ## in Loop: Header=BB11_1 Depth=1
movl -52(%rbp), %eax
movl %eax, -64(%rbp)
LBB11_8: ## in Loop: Header=BB11_1 Depth=1
movsbl -20(%rbp), %eax
cmpl $-27, %eax
je LBB11_16
## %bb.9: ## in Loop: Header=BB11_1 Depth=1
movsbl -20(%rbp), %eax
cmpl $0, %eax
je LBB11_16
## %bb.10: ## in Loop: Header=BB11_1 Depth=1
movsbl -41(%rbp), %eax
cmpl $15, %eax
je LBB11_16
## %bb.11: ## in Loop: Header=BB11_1 Depth=1
leaq -20(%rbp), %rdi
movq -40(%rbp), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB11_16
## %bb.12: ## in Loop: Header=BB11_1 Depth=1
movsbl -41(%rbp), %eax
cmpl $16, %eax
jne LBB11_14
## %bb.13: ## in Loop: Header=BB11_1 Depth=1
movl $2, -48(%rbp)
jmp LBB11_15
LBB11_14: ## in Loop: Header=BB11_1 Depth=1
movl $1, -48(%rbp)
LBB11_15: ## in Loop: Header=BB11_1 Depth=1
jmp LBB11_16
LBB11_16: ## in Loop: Header=BB11_1 Depth=1
cmpl $63, -52(%rbp)
jne LBB11_21
## %bb.17: ## in Loop: Header=BB11_1 Depth=1
cmpl $-1, -48(%rbp)
jne LBB11_21
## %bb.18: ## in Loop: Header=BB11_1 Depth=1
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _getNextCluster
movl %eax, -56(%rbp)
cmpl $268435448, -56(%rbp) ## imm = 0xFFFFFF8
jge LBB11_20
## %bb.19: ## in Loop: Header=BB11_1 Depth=1
movl -56(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -56(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl $0, -52(%rbp)
LBB11_20: ## in Loop: Header=BB11_1 Depth=1
jmp LBB11_21
LBB11_21: ## in Loop: Header=BB11_1 Depth=1
jmp LBB11_22
LBB11_22: ## in Loop: Header=BB11_1 Depth=1
movl -52(%rbp), %eax
addl $1, %eax
movl %eax, -52(%rbp)
jmp LBB11_1
LBB11_23:
cmpl $-1, -48(%rbp)
jne LBB11_29
## %bb.24:
cmpl $-1, -64(%rbp)
jne LBB11_28
## %bb.25:
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _newCluster
movl %eax, -56(%rbp)
cmpl $0, -56(%rbp)
jne LBB11_27
## %bb.26:
movl -60(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -60(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl $3, -24(%rbp)
jmp LBB11_30
LBB11_27:
movl -56(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -56(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movl $0, -64(%rbp)
LBB11_28:
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
movl -64(%rbp), %eax
shll $5, %eax
addl %eax, %edi
callq _seekTo
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq -40(%rbp), %rsi
movl $11, %edx
callq _write
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
movl -64(%rbp), %eax
shll $5, %eax
addl $28, %eax
addl %eax, %edi
callq _seekTo
movl -68(%rbp), %eax
movl %eax, -72(%rbp)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -72(%rbp), %rsi
movl $4, %edx
callq _write
movl $0, -48(%rbp)
LBB11_29:
movq -40(%rbp), %rdi
callq _free
movl -60(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -60(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl -48(%rbp), %eax
movl %eax, -24(%rbp)
LBB11_30:
movl -24(%rbp), %eax
movl %eax, -80(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB11_32
## %bb.31:
movl -80(%rbp), %eax ## 4-byte Reload
addq $80, %rsp
popq %rbp
retq
LBB11_32:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _fat_read ## -- Begin function fat_read
.p2align 4, 0x90
_fat_read: ## @fat_read
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $112, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -32(%rbp)
movl %esi, -36(%rbp)
movl %edx, -40(%rbp)
movq -32(%rbp), %rdi
callq _strlen
movq %rax, %rdi
shlq $0, %rdi
callq _malloc
movq %rax, -48(%rbp)
movb $0, -9(%rbp)
movl $-1, -68(%rbp)
movq -48(%rbp), %rdi
movq -32(%rbp), %rsi
movq $-1, %rdx
callq ___strcpy_chk
movq -48(%rbp), %rdi
callq _convertFilename
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -84(%rbp)
movl $0, -72(%rbp)
LBB12_1: ## =>This Loop Header: Depth=1
## Child Loop BB12_12 Depth 2
## Child Loop BB12_29 Depth 2
## Child Loop BB12_32 Depth 2
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $64, -72(%rbp)
movb %al, -93(%rbp) ## 1-byte Spill
jge LBB12_3
## %bb.2: ## in Loop: Header=BB12_1 Depth=1
cmpl $-1, -68(%rbp)
sete %al
movb %al, -93(%rbp) ## 1-byte Spill
LBB12_3: ## in Loop: Header=BB12_1 Depth=1
movb -93(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB12_4
jmp LBB12_61
LBB12_4: ## in Loop: Header=BB12_1 Depth=1
movl -72(%rbp), %eax
shll $5, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movq (%rax,%rcx), %rdx
movq %rdx, -20(%rbp)
movw 8(%rax,%rcx), %dx
movw %dx, -12(%rbp)
movb 10(%rax,%rcx), %al
movb %al, -10(%rbp)
movl -72(%rbp), %eax
shll $5, %eax
addl $11, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movb (%rax,%rcx), %al
movb %al, -61(%rbp)
movsbl -20(%rbp), %eax
cmpl $0, %eax
jne LBB12_6
## %bb.5: ## in Loop: Header=BB12_1 Depth=1
movl $1, -68(%rbp)
jmp LBB12_54
LBB12_6: ## in Loop: Header=BB12_1 Depth=1
movsbl -20(%rbp), %eax
cmpl $-27, %eax
je LBB12_53
## %bb.7: ## in Loop: Header=BB12_1 Depth=1
movsbl -61(%rbp), %eax
cmpl $15, %eax
je LBB12_53
## %bb.8: ## in Loop: Header=BB12_1 Depth=1
leaq -20(%rbp), %rdi
movq -48(%rbp), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB12_53
## %bb.9: ## in Loop: Header=BB12_1 Depth=1
movsbl -61(%rbp), %eax
cmpl $16, %eax
jne LBB12_11
## %bb.10: ## in Loop: Header=BB12_1 Depth=1
movl $4, -68(%rbp)
jmp LBB12_52
LBB12_11: ## in Loop: Header=BB12_1 Depth=1
movl -72(%rbp), %eax
shll $5, %eax
addl $20, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movw (%rax,%rcx), %ax
movw %ax, -58(%rbp)
movl -72(%rbp), %eax
shll $5, %eax
addl $26, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movw (%rax,%rcx), %ax
movw %ax, -60(%rbp)
movl $0, -76(%rbp)
LBB12_12: ## Parent Loop BB12_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -76(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movq _openFT_count@GOTPCREL(%rip), %rdx
cmpl (%rdx), %ecx
movb %al, -94(%rbp) ## 1-byte Spill
jge LBB12_14
## %bb.13: ## in Loop: Header=BB12_12 Depth=2
cmpl $-1, -68(%rbp)
sete %al
movb %al, -94(%rbp) ## 1-byte Spill
LBB12_14: ## in Loop: Header=BB12_12 Depth=2
movb -94(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB12_15
jmp LBB12_23
LBB12_15: ## in Loop: Header=BB12_12 Depth=2
movq _openFT@GOTPCREL(%rip), %rax
movq (%rax), %rax
movslq -76(%rbp), %rcx
imulq $20, %rcx, %rcx
addq %rcx, %rax
movl 16(%rax), %eax
movl %eax, -100(%rbp) ## 4-byte Spill
movw -58(%rbp), %ax
movzwl %ax, %edi
movzwl -60(%rbp), %esi
callq _combineShorts
movl %eax, %ecx
movl -100(%rbp), %eax ## 4-byte Reload
cmpl %ecx, %eax
jne LBB12_21
## %bb.16: ## in Loop: Header=BB12_12 Depth=2
movq _openFT@GOTPCREL(%rip), %rax
movq (%rax), %rax
movslq -76(%rbp), %rcx
imulq $20, %rcx, %rcx
addq %rcx, %rax
cmpl $0, 12(%rax)
je LBB12_19
## %bb.17: ## in Loop: Header=BB12_12 Depth=2
movq _openFT@GOTPCREL(%rip), %rax
movq (%rax), %rax
movslq -76(%rbp), %rcx
imulq $20, %rcx, %rcx
addq %rcx, %rax
cmpl $2, 12(%rax)
je LBB12_19
## %bb.18: ## in Loop: Header=BB12_12 Depth=2
movl $3, -68(%rbp)
jmp LBB12_20
LBB12_19: ## in Loop: Header=BB12_12 Depth=2
movl -76(%rbp), %eax
movl %eax, -88(%rbp)
movl $0, -68(%rbp)
LBB12_20: ## in Loop: Header=BB12_12 Depth=2
jmp LBB12_21
LBB12_21: ## in Loop: Header=BB12_12 Depth=2
jmp LBB12_22
LBB12_22: ## in Loop: Header=BB12_12 Depth=2
movl -76(%rbp), %eax
addl $1, %eax
movl %eax, -76(%rbp)
jmp LBB12_12
LBB12_23: ## in Loop: Header=BB12_1 Depth=1
cmpl $-1, -68(%rbp)
jne LBB12_25
## %bb.24: ## in Loop: Header=BB12_1 Depth=1
movl $2, -68(%rbp)
jmp LBB12_51
LBB12_25: ## in Loop: Header=BB12_1 Depth=1
cmpl $0, -68(%rbp)
jne LBB12_50
## %bb.26: ## in Loop: Header=BB12_1 Depth=1
movl -72(%rbp), %eax
shll $5, %eax
addl $28, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movl (%rax,%rcx), %eax
movl %eax, -92(%rbp)
movl -36(%rbp), %eax
cmpl -92(%rbp), %eax
jb LBB12_28
## %bb.27: ## in Loop: Header=BB12_1 Depth=1
movl $5, -68(%rbp)
jmp LBB12_49
LBB12_28: ## in Loop: Header=BB12_1 Depth=1
movq _openFT@GOTPCREL(%rip), %rax
movq (%rax), %rax
movslq -88(%rbp), %rcx
imulq $20, %rcx, %rcx
addq %rcx, %rax
movl 16(%rax), %eax
movl %eax, -80(%rbp)
LBB12_29: ## Parent Loop BB12_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -36(%rbp), %eax
movq _bytesPerCluster@GOTPCREL(%rip), %rcx
cmpl (%rcx), %eax
jb LBB12_31
## %bb.30: ## in Loop: Header=BB12_29 Depth=2
movl -80(%rbp), %edi
callq _getNextCluster
movl %eax, -80(%rbp)
movq _bytesPerCluster@GOTPCREL(%rip), %rax
movl (%rax), %ecx
movl -36(%rbp), %eax
subl %ecx, %eax
movl %eax, -36(%rbp)
movq _bytesPerCluster@GOTPCREL(%rip), %rax
movl (%rax), %ecx
movl -92(%rbp), %eax
subl %ecx, %eax
movl %eax, -92(%rbp)
jmp LBB12_29
LBB12_31: ## in Loop: Header=BB12_1 Depth=1
movl -80(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -80(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl -40(%rbp), %eax
movl %eax, -56(%rbp)
movl $0, -76(%rbp)
LBB12_32: ## Parent Loop BB12_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -76(%rbp), %ecx
movl -36(%rbp), %edx
addl -40(%rbp), %edx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl %edx, %ecx
movb %al, -101(%rbp) ## 1-byte Spill
jae LBB12_35
## %bb.33: ## in Loop: Header=BB12_32 Depth=2
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -56(%rbp)
movb %al, -101(%rbp) ## 1-byte Spill
je LBB12_35
## %bb.34: ## in Loop: Header=BB12_32 Depth=2
cmpl $0, -92(%rbp)
seta %al
movb %al, -101(%rbp) ## 1-byte Spill
LBB12_35: ## in Loop: Header=BB12_32 Depth=2
movb -101(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB12_36
jmp LBB12_46
LBB12_36: ## in Loop: Header=BB12_32 Depth=2
movl -76(%rbp), %eax
cmpl -36(%rbp), %eax
jb LBB12_38
## %bb.37: ## in Loop: Header=BB12_32 Depth=2
movslq -76(%rbp), %rcx
movq _psector@GOTPCREL(%rip), %rax
movb (%rax,%rcx), %al
movb %al, -49(%rbp)
movsbl -49(%rbp), %esi
leaq L_.str.83(%rip), %rdi
movb $0, %al
callq _printf
movl -56(%rbp), %eax
addl $-1, %eax
movl %eax, -56(%rbp)
LBB12_38: ## in Loop: Header=BB12_32 Depth=2
cmpl $511, -76(%rbp) ## imm = 0x1FF
jne LBB12_44
## %bb.39: ## in Loop: Header=BB12_32 Depth=2
cmpl $0, -56(%rbp)
je LBB12_44
## %bb.40: ## in Loop: Header=BB12_32 Depth=2
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _getNextCluster
movl %eax, -80(%rbp)
cmpl $268435448, -80(%rbp) ## imm = 0xFFFFFF8
jl LBB12_42
## %bb.41: ## in Loop: Header=BB12_1 Depth=1
leaq L_.str.84(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB12_46
LBB12_42: ## in Loop: Header=BB12_32 Depth=2
movl -80(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -80(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl $-1, -76(%rbp)
movl $0, -36(%rbp)
movl -40(%rbp), %ecx
subl -56(%rbp), %ecx
movl -40(%rbp), %eax
subl %ecx, %eax
movl %eax, -40(%rbp)
## %bb.43: ## in Loop: Header=BB12_32 Depth=2
jmp LBB12_44
LBB12_44: ## in Loop: Header=BB12_32 Depth=2
jmp LBB12_45
LBB12_45: ## in Loop: Header=BB12_32 Depth=2
movl -76(%rbp), %eax
addl $1, %eax
movl %eax, -76(%rbp)
movl -92(%rbp), %eax
addl $-1, %eax
movl %eax, -92(%rbp)
jmp LBB12_32
LBB12_46: ## in Loop: Header=BB12_1 Depth=1
leaq L_.str.85(%rip), %rdi
movb $0, %al
callq _printf
cmpl $0, -92(%rbp)
jne LBB12_48
## %bb.47: ## in Loop: Header=BB12_1 Depth=1
leaq L_.str.86(%rip), %rdi
movb $0, %al
callq _printf
LBB12_48: ## in Loop: Header=BB12_1 Depth=1
jmp LBB12_49
LBB12_49: ## in Loop: Header=BB12_1 Depth=1
jmp LBB12_50
LBB12_50: ## in Loop: Header=BB12_1 Depth=1
jmp LBB12_51
LBB12_51: ## in Loop: Header=BB12_1 Depth=1
jmp LBB12_52
LBB12_52: ## in Loop: Header=BB12_1 Depth=1
jmp LBB12_53
LBB12_53: ## in Loop: Header=BB12_1 Depth=1
jmp LBB12_54
LBB12_54: ## in Loop: Header=BB12_1 Depth=1
cmpl $63, -72(%rbp)
jne LBB12_59
## %bb.55: ## in Loop: Header=BB12_1 Depth=1
cmpl $-1, -68(%rbp)
jne LBB12_59
## %bb.56: ## in Loop: Header=BB12_1 Depth=1
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _getNextCluster
movl %eax, -80(%rbp)
cmpl $268435448, -80(%rbp) ## imm = 0xFFFFFF8
jge LBB12_58
## %bb.57: ## in Loop: Header=BB12_1 Depth=1
movl -80(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -80(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl $0, -72(%rbp)
LBB12_58: ## in Loop: Header=BB12_1 Depth=1
jmp LBB12_59
LBB12_59: ## in Loop: Header=BB12_1 Depth=1
jmp LBB12_60
LBB12_60: ## in Loop: Header=BB12_1 Depth=1
movl -72(%rbp), %eax
addl $1, %eax
movl %eax, -72(%rbp)
jmp LBB12_1
LBB12_61:
movq -48(%rbp), %rdi
callq _free
movl -84(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -84(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl -68(%rbp), %eax
movl %eax, -108(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB12_63
## %bb.62:
movl -108(%rbp), %eax ## 4-byte Reload
addq $112, %rsp
popq %rbp
retq
LBB12_63:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _fat_write ## -- Begin function fat_write
.p2align 4, 0x90
_fat_write: ## @fat_write
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $144, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -32(%rbp)
movl %esi, -36(%rbp)
movq %rdx, -48(%rbp)
movq -32(%rbp), %rdi
callq _strlen
movq %rax, %rdi
shlq $0, %rdi
callq _malloc
movq %rax, -56(%rbp)
movb $0, -9(%rbp)
movl $-1, -72(%rbp)
movq -56(%rbp), %rdi
movq -32(%rbp), %rsi
movq $-1, %rdx
callq ___strcpy_chk
movq -56(%rbp), %rdi
callq _convertFilename
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -88(%rbp)
movl $0, -76(%rbp)
LBB13_1: ## =>This Loop Header: Depth=1
## Child Loop BB13_12 Depth 2
## Child Loop BB13_29 Depth 2
## Child Loop BB13_36 Depth 2
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $64, -76(%rbp)
movb %al, -105(%rbp) ## 1-byte Spill
jge LBB13_3
## %bb.2: ## in Loop: Header=BB13_1 Depth=1
cmpl $-1, -72(%rbp)
sete %al
movb %al, -105(%rbp) ## 1-byte Spill
LBB13_3: ## in Loop: Header=BB13_1 Depth=1
movb -105(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB13_4
jmp LBB13_59
LBB13_4: ## in Loop: Header=BB13_1 Depth=1
movl -76(%rbp), %eax
shll $5, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movq (%rax,%rcx), %rdx
movq %rdx, -20(%rbp)
movw 8(%rax,%rcx), %dx
movw %dx, -12(%rbp)
movb 10(%rax,%rcx), %al
movb %al, -10(%rbp)
movl -76(%rbp), %eax
shll $5, %eax
addl $11, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movb (%rax,%rcx), %al
movb %al, -65(%rbp)
movsbl -20(%rbp), %eax
cmpl $0, %eax
jne LBB13_6
## %bb.5: ## in Loop: Header=BB13_1 Depth=1
movl $1, -72(%rbp)
jmp LBB13_52
LBB13_6: ## in Loop: Header=BB13_1 Depth=1
movsbl -20(%rbp), %eax
cmpl $-27, %eax
je LBB13_51
## %bb.7: ## in Loop: Header=BB13_1 Depth=1
movsbl -65(%rbp), %eax
cmpl $15, %eax
je LBB13_51
## %bb.8: ## in Loop: Header=BB13_1 Depth=1
leaq -20(%rbp), %rdi
movq -56(%rbp), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB13_51
## %bb.9: ## in Loop: Header=BB13_1 Depth=1
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -92(%rbp)
movsbl -65(%rbp), %eax
cmpl $16, %eax
jne LBB13_11
## %bb.10: ## in Loop: Header=BB13_1 Depth=1
movl $4, -72(%rbp)
jmp LBB13_50
LBB13_11: ## in Loop: Header=BB13_1 Depth=1
movl -76(%rbp), %eax
shll $5, %eax
addl $20, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movw (%rax,%rcx), %ax
movw %ax, -62(%rbp)
movl -76(%rbp), %eax
shll $5, %eax
addl $26, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movw (%rax,%rcx), %ax
movw %ax, -64(%rbp)
movl $0, -80(%rbp)
LBB13_12: ## Parent Loop BB13_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -80(%rbp), %ecx
xorl %eax, %eax
## kill: def $al killed $al killed $eax
movq _openFT_count@GOTPCREL(%rip), %rdx
cmpl (%rdx), %ecx
movb %al, -106(%rbp) ## 1-byte Spill
jge LBB13_14
## %bb.13: ## in Loop: Header=BB13_12 Depth=2
cmpl $-1, -72(%rbp)
sete %al
movb %al, -106(%rbp) ## 1-byte Spill
LBB13_14: ## in Loop: Header=BB13_12 Depth=2
movb -106(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB13_15
jmp LBB13_23
LBB13_15: ## in Loop: Header=BB13_12 Depth=2
movq _openFT@GOTPCREL(%rip), %rax
movq (%rax), %rax
movslq -80(%rbp), %rcx
imulq $20, %rcx, %rcx
addq %rcx, %rax
movl 16(%rax), %eax
movl %eax, -112(%rbp) ## 4-byte Spill
movw -62(%rbp), %ax
movzwl %ax, %edi
movzwl -64(%rbp), %esi
callq _combineShorts
movl %eax, %ecx
movl -112(%rbp), %eax ## 4-byte Reload
cmpl %ecx, %eax
jne LBB13_21
## %bb.16: ## in Loop: Header=BB13_12 Depth=2
movq _openFT@GOTPCREL(%rip), %rax
movq (%rax), %rax
movslq -80(%rbp), %rcx
imulq $20, %rcx, %rcx
addq %rcx, %rax
cmpl $1, 12(%rax)
je LBB13_19
## %bb.17: ## in Loop: Header=BB13_12 Depth=2
movq _openFT@GOTPCREL(%rip), %rax
movq (%rax), %rax
movslq -80(%rbp), %rcx
imulq $20, %rcx, %rcx
addq %rcx, %rax
cmpl $2, 12(%rax)
je LBB13_19
## %bb.18: ## in Loop: Header=BB13_12 Depth=2
movl $3, -72(%rbp)
jmp LBB13_20
LBB13_19: ## in Loop: Header=BB13_12 Depth=2
movl -80(%rbp), %eax
movl %eax, -96(%rbp)
movl $0, -72(%rbp)
LBB13_20: ## in Loop: Header=BB13_12 Depth=2
jmp LBB13_21
LBB13_21: ## in Loop: Header=BB13_12 Depth=2
jmp LBB13_22
LBB13_22: ## in Loop: Header=BB13_12 Depth=2
movl -80(%rbp), %eax
addl $1, %eax
movl %eax, -80(%rbp)
jmp LBB13_12
LBB13_23: ## in Loop: Header=BB13_1 Depth=1
cmpl $-1, -72(%rbp)
jne LBB13_25
## %bb.24: ## in Loop: Header=BB13_1 Depth=1
movl $2, -72(%rbp)
jmp LBB13_49
LBB13_25: ## in Loop: Header=BB13_1 Depth=1
cmpl $0, -72(%rbp)
jne LBB13_48
## %bb.26: ## in Loop: Header=BB13_1 Depth=1
movl -76(%rbp), %eax
shll $5, %eax
addl $28, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movl (%rax,%rcx), %eax
movl %eax, -104(%rbp)
movl -36(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -120(%rbp) ## 8-byte Spill
movq -48(%rbp), %rdi
callq _strlen
movq %rax, %rcx
movq -120(%rbp), %rax ## 8-byte Reload
addq %rcx, %rax
movl -104(%rbp), %ecx
## kill: def $rcx killed $ecx
cmpq %rcx, %rax
jbe LBB13_28
## %bb.27: ## in Loop: Header=BB13_1 Depth=1
movl -36(%rbp), %eax
## kill: def $rax killed $eax
movq %rax, -128(%rbp) ## 8-byte Spill
movq -48(%rbp), %rdi
callq _strlen
movq %rax, %rcx
movq -128(%rbp), %rax ## 8-byte Reload
addq %rcx, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -104(%rbp)
LBB13_28: ## in Loop: Header=BB13_1 Depth=1
movq _openFT@GOTPCREL(%rip), %rax
movq (%rax), %rax
movslq -96(%rbp), %rcx
imulq $20, %rcx, %rcx
addq %rcx, %rax
movl 16(%rax), %eax
movl %eax, -84(%rbp)
LBB13_29: ## Parent Loop BB13_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -36(%rbp), %eax
movq _bytesPerCluster@GOTPCREL(%rip), %rcx
cmpl (%rcx), %eax
jb LBB13_35
## %bb.30: ## in Loop: Header=BB13_29 Depth=2
movl -84(%rbp), %edi
callq _getNextCluster
movl %eax, -84(%rbp)
cmpl $268435448, -84(%rbp) ## imm = 0xFFFFFF8
jl LBB13_34
## %bb.31: ## in Loop: Header=BB13_29 Depth=2
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _newCluster
movl %eax, -84(%rbp)
cmpl $0, -84(%rbp)
jne LBB13_33
## %bb.32:
movl -88(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -88(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl $6, -24(%rbp)
jmp LBB13_60
LBB13_33: ## in Loop: Header=BB13_29 Depth=2
jmp LBB13_34
LBB13_34: ## in Loop: Header=BB13_29 Depth=2
movq _bytesPerCluster@GOTPCREL(%rip), %rax
movl (%rax), %ecx
movl -36(%rbp), %eax
subl %ecx, %eax
movl %eax, -36(%rbp)
jmp LBB13_29
LBB13_35: ## in Loop: Header=BB13_1 Depth=1
movl -84(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -84(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq -48(%rbp), %rdi
callq _strlen
## kill: def $eax killed $eax killed $rax
movl %eax, -60(%rbp)
movl -36(%rbp), %eax
addl -60(%rbp), %eax
movl %eax, -100(%rbp)
movl $0, -80(%rbp)
LBB13_36: ## Parent Loop BB13_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -80(%rbp), %eax
cmpl -100(%rbp), %eax
jge LBB13_47
## %bb.37: ## in Loop: Header=BB13_36 Depth=2
movl -80(%rbp), %eax
cmpl -36(%rbp), %eax
jb LBB13_39
## %bb.38: ## in Loop: Header=BB13_36 Depth=2
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq -48(%rbp), %rsi
movl -80(%rbp), %eax
subl -36(%rbp), %eax
movl %eax, %eax
## kill: def $rax killed $eax
addq %rax, %rsi
movl $1, %edx
callq _write
movl -60(%rbp), %eax
addl $-1, %eax
movl %eax, -60(%rbp)
jmp LBB13_40
LBB13_39: ## in Loop: Header=BB13_36 Depth=2
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
movl -80(%rbp), %eax
addl $1, %eax
addl %eax, %edi
callq _seekTo
LBB13_40: ## in Loop: Header=BB13_36 Depth=2
cmpl $511, -80(%rbp) ## imm = 0x1FF
jne LBB13_45
## %bb.41: ## in Loop: Header=BB13_36 Depth=2
cmpl $0, -60(%rbp)
je LBB13_45
## %bb.42: ## in Loop: Header=BB13_36 Depth=2
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _getNextCluster
movl %eax, -84(%rbp)
cmpl $268435448, -84(%rbp) ## imm = 0xFFFFFF8
jl LBB13_44
## %bb.43: ## in Loop: Header=BB13_36 Depth=2
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _newCluster
movl %eax, -84(%rbp)
LBB13_44: ## in Loop: Header=BB13_36 Depth=2
movl -84(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -84(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movl $-1, -80(%rbp)
movl $0, -36(%rbp)
LBB13_45: ## in Loop: Header=BB13_36 Depth=2
jmp LBB13_46
LBB13_46: ## in Loop: Header=BB13_36 Depth=2
movl -80(%rbp), %eax
addl $1, %eax
movl %eax, -80(%rbp)
jmp LBB13_36
LBB13_47: ## in Loop: Header=BB13_1 Depth=1
movl -76(%rbp), %eax
shll $5, %eax
addl $28, %eax
cltq
movq _psector@GOTPCREL(%rip), %rdi
addq %rax, %rdi
leaq -104(%rbp), %rsi
movl $4, %edx
movq $-1, %rcx
callq ___memcpy_chk
movl -92(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _write
LBB13_48: ## in Loop: Header=BB13_1 Depth=1
jmp LBB13_49
LBB13_49: ## in Loop: Header=BB13_1 Depth=1
jmp LBB13_50
LBB13_50: ## in Loop: Header=BB13_1 Depth=1
jmp LBB13_51
LBB13_51: ## in Loop: Header=BB13_1 Depth=1
jmp LBB13_52
LBB13_52: ## in Loop: Header=BB13_1 Depth=1
cmpl $63, -76(%rbp)
jne LBB13_57
## %bb.53: ## in Loop: Header=BB13_1 Depth=1
cmpl $-1, -72(%rbp)
jne LBB13_57
## %bb.54: ## in Loop: Header=BB13_1 Depth=1
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _getNextCluster
movl %eax, -84(%rbp)
cmpl $268435448, -84(%rbp) ## imm = 0xFFFFFF8
jge LBB13_56
## %bb.55: ## in Loop: Header=BB13_1 Depth=1
movl -84(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -84(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl $0, -76(%rbp)
LBB13_56: ## in Loop: Header=BB13_1 Depth=1
jmp LBB13_57
LBB13_57: ## in Loop: Header=BB13_1 Depth=1
jmp LBB13_58
LBB13_58: ## in Loop: Header=BB13_1 Depth=1
movl -76(%rbp), %eax
addl $1, %eax
movl %eax, -76(%rbp)
jmp LBB13_1
LBB13_59:
movq -56(%rbp), %rdi
callq _free
movl -88(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -88(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl -72(%rbp), %eax
movl %eax, -24(%rbp)
LBB13_60:
movl -24(%rbp), %eax
movl %eax, -132(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB13_62
## %bb.61:
movl -132(%rbp), %eax ## 4-byte Reload
addq $144, %rsp
popq %rbp
retq
LBB13_62:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _fat_rm ## -- Begin function fat_rm
.p2align 4, 0x90
_fat_rm: ## @fat_rm
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $96, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -32(%rbp)
movl %esi, -36(%rbp)
movq -32(%rbp), %rdi
callq _strlen
movq %rax, %rdi
shlq $0, %rdi
callq _malloc
movq %rax, -48(%rbp)
movb $0, -9(%rbp)
movb $0, -54(%rbp)
movl $-1, -60(%rbp)
movq -48(%rbp), %rdi
movq -32(%rbp), %rsi
movq $-1, %rdx
callq ___strcpy_chk
movq -48(%rbp), %rdi
callq _convertFilename
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -76(%rbp)
movl $0, -64(%rbp)
LBB14_1: ## =>This Loop Header: Depth=1
## Child Loop BB14_19 Depth 2
## Child Loop BB14_29 Depth 2
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $64, -64(%rbp)
movb %al, -85(%rbp) ## 1-byte Spill
jge LBB14_3
## %bb.2: ## in Loop: Header=BB14_1 Depth=1
cmpl $-1, -60(%rbp)
sete %al
movb %al, -85(%rbp) ## 1-byte Spill
LBB14_3: ## in Loop: Header=BB14_1 Depth=1
movb -85(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB14_4
jmp LBB14_43
LBB14_4: ## in Loop: Header=BB14_1 Depth=1
movl -64(%rbp), %eax
shll $5, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movq (%rax,%rcx), %rdx
movq %rdx, -20(%rbp)
movw 8(%rax,%rcx), %dx
movw %dx, -12(%rbp)
movb 10(%rax,%rcx), %al
movb %al, -10(%rbp)
movl -64(%rbp), %eax
shll $5, %eax
addl $11, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movb (%rax,%rcx), %al
movb %al, -53(%rbp)
movsbl -20(%rbp), %eax
cmpl $0, %eax
jne LBB14_6
## %bb.5: ## in Loop: Header=BB14_1 Depth=1
movl $1, -60(%rbp)
jmp LBB14_36
LBB14_6: ## in Loop: Header=BB14_1 Depth=1
movsbl -20(%rbp), %eax
cmpl $-27, %eax
je LBB14_35
## %bb.7: ## in Loop: Header=BB14_1 Depth=1
movsbl -53(%rbp), %eax
cmpl $15, %eax
je LBB14_35
## %bb.8: ## in Loop: Header=BB14_1 Depth=1
leaq -20(%rbp), %rdi
movq -48(%rbp), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB14_35
## %bb.9: ## in Loop: Header=BB14_1 Depth=1
movsbl -53(%rbp), %eax
cmpl $16, %eax
jne LBB14_11
## %bb.10: ## in Loop: Header=BB14_1 Depth=1
movl $2, -60(%rbp)
jmp LBB14_34
LBB14_11: ## in Loop: Header=BB14_1 Depth=1
movl -64(%rbp), %eax
shll $5, %eax
addl $20, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movw (%rax,%rcx), %ax
movw %ax, -50(%rbp)
movl -64(%rbp), %eax
shll $5, %eax
addl $26, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movw (%rax,%rcx), %ax
movw %ax, -52(%rbp)
movw -50(%rbp), %ax
movzwl %ax, %edi
movzwl -52(%rbp), %esi
callq _combineShorts
movl %eax, -80(%rbp)
cmpl $63, -64(%rbp)
je LBB14_16
## %bb.12: ## in Loop: Header=BB14_1 Depth=1
movl -64(%rbp), %eax
addl $1, %eax
shll $5, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movq (%rax,%rcx), %rdx
movq %rdx, -20(%rbp)
movw 8(%rax,%rcx), %dx
movw %dx, -12(%rbp)
movb 10(%rax,%rcx), %al
movb %al, -10(%rbp)
movsbl -20(%rbp), %eax
cmpl $0, %eax
je LBB14_14
## %bb.13: ## in Loop: Header=BB14_1 Depth=1
movl -64(%rbp), %eax
shll $5, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movq (%rax,%rcx), %rdx
movq %rdx, -20(%rbp)
movw 8(%rax,%rcx), %dx
movw %dx, -12(%rbp)
movb 10(%rax,%rcx), %al
movb %al, -10(%rbp)
movb $-27, -20(%rbp)
jmp LBB14_15
LBB14_14: ## in Loop: Header=BB14_1 Depth=1
movl -64(%rbp), %eax
shll $5, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movq (%rax,%rcx), %rdx
movq %rdx, -20(%rbp)
movw 8(%rax,%rcx), %dx
movw %dx, -12(%rbp)
movb 10(%rax,%rcx), %al
movb %al, -10(%rbp)
movb $0, -20(%rbp)
LBB14_15: ## in Loop: Header=BB14_1 Depth=1
jmp LBB14_17
LBB14_16: ## in Loop: Header=BB14_1 Depth=1
movb $0, -20(%rbp)
LBB14_17: ## in Loop: Header=BB14_1 Depth=1
cmpl $0, -36(%rbp)
je LBB14_27
## %bb.18: ## in Loop: Header=BB14_1 Depth=1
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -84(%rbp)
movl -80(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -80(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movl $0, -68(%rbp)
LBB14_19: ## Parent Loop BB14_1 Depth=1
## => This Inner Loop Header: Depth=2
movl -68(%rbp), %eax
movq _bytesPerSector@GOTPCREL(%rip), %rcx
movzwl (%rcx), %ecx
movq _sectorsPerCluster@GOTPCREL(%rip), %rdx
movsbl (%rdx), %edx
imull %edx, %ecx
cmpl %ecx, %eax
jge LBB14_26
## %bb.20: ## in Loop: Header=BB14_19 Depth=2
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -54(%rbp), %rsi
movl $1, %edx
callq _write
movl -68(%rbp), %eax
movq _bytesPerSector@GOTPCREL(%rip), %rcx
movzwl (%rcx), %ecx
movq _sectorsPerCluster@GOTPCREL(%rip), %rdx
movsbl (%rdx), %edx
imull %edx, %ecx
subl $1, %ecx
cmpl %ecx, %eax
jne LBB14_24
## %bb.21: ## in Loop: Header=BB14_19 Depth=2
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _getNextCluster
movl %eax, -72(%rbp)
cmpl $268435448, -72(%rbp) ## imm = 0xFFFFFF8
jl LBB14_23
## %bb.22: ## in Loop: Header=BB14_1 Depth=1
jmp LBB14_26
LBB14_23: ## in Loop: Header=BB14_19 Depth=2
movl -72(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -72(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movl $-1, -68(%rbp)
LBB14_24: ## in Loop: Header=BB14_19 Depth=2
jmp LBB14_25
LBB14_25: ## in Loop: Header=BB14_19 Depth=2
movl -68(%rbp), %eax
addl $1, %eax
movl %eax, -68(%rbp)
jmp LBB14_19
LBB14_26: ## in Loop: Header=BB14_1 Depth=1
movl -84(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -84(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
LBB14_27: ## in Loop: Header=BB14_1 Depth=1
movl -80(%rbp), %edi
callq _clearClusterChain
movl -64(%rbp), %eax
shll $5, %eax
cltq
movq _psector@GOTPCREL(%rip), %rdi
addq %rax, %rdi
leaq -20(%rbp), %rsi
movl $11, %edx
movq $-1, %rcx
callq ___memcpy_chk
cmpl $0, -36(%rbp)
je LBB14_33
## %bb.28: ## in Loop: Header=BB14_1 Depth=1
movl $1, -68(%rbp)
LBB14_29: ## Parent Loop BB14_1 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $32, -68(%rbp)
jge LBB14_32
## %bb.30: ## in Loop: Header=BB14_29 Depth=2
movl -64(%rbp), %eax
shll $5, %eax
addl -68(%rbp), %eax
cltq
movq _psector@GOTPCREL(%rip), %rdi
addq %rax, %rdi
leaq -54(%rbp), %rsi
movl $1, %edx
movq $-1, %rcx
callq ___memcpy_chk
## %bb.31: ## in Loop: Header=BB14_29 Depth=2
movl -68(%rbp), %eax
addl $1, %eax
movl %eax, -68(%rbp)
jmp LBB14_29
LBB14_32: ## in Loop: Header=BB14_1 Depth=1
jmp LBB14_33
LBB14_33: ## in Loop: Header=BB14_1 Depth=1
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _write
movl $0, -60(%rbp)
LBB14_34: ## in Loop: Header=BB14_1 Depth=1
jmp LBB14_35
LBB14_35: ## in Loop: Header=BB14_1 Depth=1
jmp LBB14_36
LBB14_36: ## in Loop: Header=BB14_1 Depth=1
cmpl $63, -64(%rbp)
jne LBB14_41
## %bb.37: ## in Loop: Header=BB14_1 Depth=1
cmpl $-1, -60(%rbp)
jne LBB14_41
## %bb.38: ## in Loop: Header=BB14_1 Depth=1
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _getNextCluster
movl %eax, -72(%rbp)
cmpl $268435448, -72(%rbp) ## imm = 0xFFFFFF8
jge LBB14_40
## %bb.39: ## in Loop: Header=BB14_1 Depth=1
movl -72(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -72(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl $0, -64(%rbp)
LBB14_40: ## in Loop: Header=BB14_1 Depth=1
jmp LBB14_41
LBB14_41: ## in Loop: Header=BB14_1 Depth=1
jmp LBB14_42
LBB14_42: ## in Loop: Header=BB14_1 Depth=1
movl -64(%rbp), %eax
addl $1, %eax
movl %eax, -64(%rbp)
jmp LBB14_1
LBB14_43:
movq -48(%rbp), %rdi
callq _free
movl -76(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -76(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl -60(%rbp), %eax
movl %eax, -92(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB14_45
## %bb.44:
movl -92(%rbp), %eax ## 4-byte Reload
addq $96, %rsp
popq %rbp
retq
LBB14_45:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _fat_cd ## -- Begin function fat_cd
.p2align 4, 0x90
_fat_cd: ## @fat_cd
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $80, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -32(%rbp)
movq -32(%rbp), %rdi
callq _strlen
movq %rax, %rdi
shlq $0, %rdi
callq _malloc
movq %rax, -40(%rbp)
movb $0, -9(%rbp)
movl $-1, -52(%rbp)
movq -40(%rbp), %rdi
movq -32(%rbp), %rsi
movq $-1, %rdx
callq ___strcpy_chk
movq -40(%rbp), %rdi
callq _convertFilename
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -64(%rbp)
movl $0, -56(%rbp)
LBB15_1: ## =>This Inner Loop Header: Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $64, -56(%rbp)
movb %al, -65(%rbp) ## 1-byte Spill
jge LBB15_3
## %bb.2: ## in Loop: Header=BB15_1 Depth=1
cmpl $-1, -52(%rbp)
sete %al
movb %al, -65(%rbp) ## 1-byte Spill
LBB15_3: ## in Loop: Header=BB15_1 Depth=1
movb -65(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB15_4
jmp LBB15_23
LBB15_4: ## in Loop: Header=BB15_1 Depth=1
movl -56(%rbp), %eax
shll $5, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movq (%rax,%rcx), %rdx
movq %rdx, -20(%rbp)
movw 8(%rax,%rcx), %dx
movw %dx, -12(%rbp)
movb 10(%rax,%rcx), %al
movb %al, -10(%rbp)
movl -56(%rbp), %eax
shll $5, %eax
addl $11, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movb (%rax,%rcx), %al
movb %al, -45(%rbp)
movsbl -20(%rbp), %eax
cmpl $0, %eax
jne LBB15_6
## %bb.5: ## in Loop: Header=BB15_1 Depth=1
movl $1, -52(%rbp)
jmp LBB15_16
LBB15_6: ## in Loop: Header=BB15_1 Depth=1
movsbl -20(%rbp), %eax
cmpl $-27, %eax
je LBB15_15
## %bb.7: ## in Loop: Header=BB15_1 Depth=1
movsbl -45(%rbp), %eax
cmpl $15, %eax
je LBB15_15
## %bb.8: ## in Loop: Header=BB15_1 Depth=1
leaq -20(%rbp), %rdi
movq -40(%rbp), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB15_15
## %bb.9: ## in Loop: Header=BB15_1 Depth=1
movsbl -45(%rbp), %eax
cmpl $16, %eax
jne LBB15_13
## %bb.10: ## in Loop: Header=BB15_1 Depth=1
movl -56(%rbp), %eax
shll $5, %eax
addl $20, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movw (%rax,%rcx), %ax
movw %ax, -42(%rbp)
movl -56(%rbp), %eax
shll $5, %eax
addl $26, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movw (%rax,%rcx), %ax
movw %ax, -44(%rbp)
movw -42(%rbp), %ax
movzwl %ax, %edi
movzwl -44(%rbp), %esi
callq _combineShorts
movl %eax, -60(%rbp)
cmpl $0, -60(%rbp)
jne LBB15_12
## %bb.11: ## in Loop: Header=BB15_1 Depth=1
movq _rootCluster@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -60(%rbp)
LBB15_12: ## in Loop: Header=BB15_1 Depth=1
movl -60(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -60(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl $0, -52(%rbp)
jmp LBB15_14
LBB15_13: ## in Loop: Header=BB15_1 Depth=1
movl $2, -52(%rbp)
LBB15_14: ## in Loop: Header=BB15_1 Depth=1
jmp LBB15_15
LBB15_15: ## in Loop: Header=BB15_1 Depth=1
jmp LBB15_16
LBB15_16: ## in Loop: Header=BB15_1 Depth=1
cmpl $63, -56(%rbp)
jne LBB15_21
## %bb.17: ## in Loop: Header=BB15_1 Depth=1
cmpl $-1, -52(%rbp)
jne LBB15_21
## %bb.18: ## in Loop: Header=BB15_1 Depth=1
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _getNextCluster
movl %eax, -60(%rbp)
cmpl $268435448, -60(%rbp) ## imm = 0xFFFFFF8
jge LBB15_20
## %bb.19: ## in Loop: Header=BB15_1 Depth=1
movl -60(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -60(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl $0, -56(%rbp)
LBB15_20: ## in Loop: Header=BB15_1 Depth=1
jmp LBB15_21
LBB15_21: ## in Loop: Header=BB15_1 Depth=1
jmp LBB15_22
LBB15_22: ## in Loop: Header=BB15_1 Depth=1
movl -56(%rbp), %eax
addl $1, %eax
movl %eax, -56(%rbp)
jmp LBB15_1
LBB15_23:
movq -40(%rbp), %rdi
callq _free
cmpl $0, -52(%rbp)
je LBB15_25
## %bb.24:
movl -64(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -64(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
LBB15_25:
movl -52(%rbp), %eax
movl %eax, -72(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB15_27
## %bb.26:
movl -72(%rbp), %eax ## 4-byte Reload
addq $80, %rsp
popq %rbp
retq
LBB15_27:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _fat_ls ## -- Begin function fat_ls
.p2align 4, 0x90
_fat_ls: ## @fat_ls
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $80, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -32(%rbp)
movq -32(%rbp), %rdi
callq _strlen
movq %rax, %rdi
shlq $0, %rdi
callq _malloc
movq %rax, -40(%rbp)
movb $0, -9(%rbp)
movl $-1, -52(%rbp)
movq -40(%rbp), %rdi
movq -32(%rbp), %rsi
movq $-1, %rdx
callq ___strcpy_chk
movq -40(%rbp), %rdi
callq _convertFilename
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -64(%rbp)
movq -32(%rbp), %rdi
leaq L_.str.66(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB16_12
## %bb.1:
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %eax
movq _rootCluster@GOTPCREL(%rip), %rcx
cmpl (%rcx), %eax
jne LBB16_12
## %bb.2:
movl $0, -56(%rbp)
LBB16_3: ## =>This Inner Loop Header: Depth=1
cmpl $64, -56(%rbp)
jge LBB16_11
## %bb.4: ## in Loop: Header=BB16_3 Depth=1
movl -56(%rbp), %eax
shll $5, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movq (%rax,%rcx), %rdx
movq %rdx, -20(%rbp)
movw 8(%rax,%rcx), %dx
movw %dx, -12(%rbp)
movb 10(%rax,%rcx), %al
movb %al, -10(%rbp)
movl -56(%rbp), %eax
shll $5, %eax
addl $11, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movb (%rax,%rcx), %al
movb %al, -45(%rbp)
movsbl -20(%rbp), %eax
cmpl $0, %eax
jne LBB16_6
## %bb.5:
jmp LBB16_11
LBB16_6: ## in Loop: Header=BB16_3 Depth=1
movsbl -20(%rbp), %eax
cmpl $-27, %eax
je LBB16_9
## %bb.7: ## in Loop: Header=BB16_3 Depth=1
movsbl -45(%rbp), %eax
cmpl $15, %eax
je LBB16_9
## %bb.8: ## in Loop: Header=BB16_3 Depth=1
leaq -20(%rbp), %rdi
callq _removeTailWhitespace
leaq -20(%rbp), %rsi
leaq L_.str.87(%rip), %rdi
movb $0, %al
callq _printf
LBB16_9: ## in Loop: Header=BB16_3 Depth=1
jmp LBB16_10
LBB16_10: ## in Loop: Header=BB16_3 Depth=1
movl -56(%rbp), %eax
addl $1, %eax
movl %eax, -56(%rbp)
jmp LBB16_3
LBB16_11:
leaq L_.str.85(%rip), %rdi
movb $0, %al
callq _printf
jmp LBB16_49
LBB16_12:
movl $0, -56(%rbp)
LBB16_13: ## =>This Loop Header: Depth=1
## Child Loop BB16_25 Depth 2
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $64, -56(%rbp)
movb %al, -65(%rbp) ## 1-byte Spill
jge LBB16_15
## %bb.14: ## in Loop: Header=BB16_13 Depth=1
cmpl $-1, -52(%rbp)
sete %al
movb %al, -65(%rbp) ## 1-byte Spill
LBB16_15: ## in Loop: Header=BB16_13 Depth=1
movb -65(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB16_16
jmp LBB16_48
LBB16_16: ## in Loop: Header=BB16_13 Depth=1
movl -56(%rbp), %eax
shll $5, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movq (%rax,%rcx), %rdx
movq %rdx, -20(%rbp)
movw 8(%rax,%rcx), %dx
movw %dx, -12(%rbp)
movb 10(%rax,%rcx), %al
movb %al, -10(%rbp)
movl -56(%rbp), %eax
shll $5, %eax
addl $11, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movb (%rax,%rcx), %al
movb %al, -45(%rbp)
movsbl -20(%rbp), %eax
cmpl $0, %eax
jne LBB16_18
## %bb.17: ## in Loop: Header=BB16_13 Depth=1
movl $1, -52(%rbp)
jmp LBB16_41
LBB16_18: ## in Loop: Header=BB16_13 Depth=1
movsbl -20(%rbp), %eax
cmpl $-27, %eax
je LBB16_40
## %bb.19: ## in Loop: Header=BB16_13 Depth=1
movsbl -45(%rbp), %eax
cmpl $15, %eax
je LBB16_40
## %bb.20: ## in Loop: Header=BB16_13 Depth=1
leaq -20(%rbp), %rdi
movq -40(%rbp), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB16_40
## %bb.21: ## in Loop: Header=BB16_13 Depth=1
movsbl -45(%rbp), %eax
cmpl $16, %eax
jne LBB16_38
## %bb.22: ## in Loop: Header=BB16_13 Depth=1
movl -56(%rbp), %eax
shll $5, %eax
addl $20, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movw (%rax,%rcx), %ax
movw %ax, -42(%rbp)
movl -56(%rbp), %eax
shll $5, %eax
addl $26, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movw (%rax,%rcx), %ax
movw %ax, -44(%rbp)
movw -42(%rbp), %ax
movzwl %ax, %edi
movzwl -44(%rbp), %esi
callq _combineShorts
movl %eax, -60(%rbp)
cmpl $0, -60(%rbp)
jne LBB16_24
## %bb.23: ## in Loop: Header=BB16_13 Depth=1
movq _rootCluster@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -60(%rbp)
LBB16_24: ## in Loop: Header=BB16_13 Depth=1
movl -60(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -60(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl $0, -56(%rbp)
LBB16_25: ## Parent Loop BB16_13 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $64, -56(%rbp)
jge LBB16_37
## %bb.26: ## in Loop: Header=BB16_25 Depth=2
movl -56(%rbp), %eax
shll $5, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movq (%rax,%rcx), %rdx
movq %rdx, -20(%rbp)
movw 8(%rax,%rcx), %dx
movw %dx, -12(%rbp)
movb 10(%rax,%rcx), %al
movb %al, -10(%rbp)
movl -56(%rbp), %eax
shll $5, %eax
addl $11, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movb (%rax,%rcx), %al
movb %al, -45(%rbp)
movsbl -20(%rbp), %eax
cmpl $0, %eax
jne LBB16_28
## %bb.27: ## in Loop: Header=BB16_13 Depth=1
jmp LBB16_37
LBB16_28: ## in Loop: Header=BB16_25 Depth=2
movsbl -20(%rbp), %eax
cmpl $-27, %eax
je LBB16_31
## %bb.29: ## in Loop: Header=BB16_25 Depth=2
movsbl -45(%rbp), %eax
cmpl $15, %eax
je LBB16_31
## %bb.30: ## in Loop: Header=BB16_25 Depth=2
leaq -20(%rbp), %rdi
callq _removeTailWhitespace
leaq -20(%rbp), %rsi
leaq L_.str.87(%rip), %rdi
movb $0, %al
callq _printf
LBB16_31: ## in Loop: Header=BB16_25 Depth=2
cmpl $63, -56(%rbp)
jne LBB16_35
## %bb.32: ## in Loop: Header=BB16_25 Depth=2
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _getNextCluster
movl %eax, -60(%rbp)
cmpl $268435448, -60(%rbp) ## imm = 0xFFFFFF8
jge LBB16_34
## %bb.33: ## in Loop: Header=BB16_25 Depth=2
movl -60(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -60(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl $0, -56(%rbp)
LBB16_34: ## in Loop: Header=BB16_25 Depth=2
jmp LBB16_35
LBB16_35: ## in Loop: Header=BB16_25 Depth=2
jmp LBB16_36
LBB16_36: ## in Loop: Header=BB16_25 Depth=2
movl -56(%rbp), %eax
addl $1, %eax
movl %eax, -56(%rbp)
jmp LBB16_25
LBB16_37: ## in Loop: Header=BB16_13 Depth=1
leaq L_.str.85(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -52(%rbp)
jmp LBB16_39
LBB16_38: ## in Loop: Header=BB16_13 Depth=1
movl $2, -52(%rbp)
LBB16_39: ## in Loop: Header=BB16_13 Depth=1
jmp LBB16_40
LBB16_40: ## in Loop: Header=BB16_13 Depth=1
jmp LBB16_41
LBB16_41: ## in Loop: Header=BB16_13 Depth=1
cmpl $63, -56(%rbp)
jne LBB16_46
## %bb.42: ## in Loop: Header=BB16_13 Depth=1
cmpl $-1, -52(%rbp)
jne LBB16_46
## %bb.43: ## in Loop: Header=BB16_13 Depth=1
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _getNextCluster
movl %eax, -60(%rbp)
cmpl $268435448, -60(%rbp) ## imm = 0xFFFFFF8
je LBB16_45
## %bb.44: ## in Loop: Header=BB16_13 Depth=1
movl -60(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -60(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl $0, -56(%rbp)
LBB16_45: ## in Loop: Header=BB16_13 Depth=1
jmp LBB16_46
LBB16_46: ## in Loop: Header=BB16_13 Depth=1
jmp LBB16_47
LBB16_47: ## in Loop: Header=BB16_13 Depth=1
movl -56(%rbp), %eax
addl $1, %eax
movl %eax, -56(%rbp)
jmp LBB16_13
LBB16_48:
jmp LBB16_49
LBB16_49:
movq -40(%rbp), %rdi
callq _free
movl -64(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -64(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl -52(%rbp), %eax
movl %eax, -72(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB16_51
## %bb.50:
movl -72(%rbp), %eax ## 4-byte Reload
addq $80, %rsp
popq %rbp
retq
LBB16_51:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _fat_mkdir ## -- Begin function fat_mkdir
.p2align 4, 0x90
_fat_mkdir: ## @fat_mkdir
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $96, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -32(%rbp)
movq -32(%rbp), %rdi
callq _strlen
movq %rax, %rdi
shlq $0, %rdi
callq _malloc
movq %rax, -40(%rbp)
movb $0, -9(%rbp)
movl $-1, -68(%rbp)
movl $-1, -52(%rbp)
movq -40(%rbp), %rdi
movq -32(%rbp), %rsi
movq $-1, %rdx
callq ___strcpy_chk
movq -40(%rbp), %rdi
callq _convertFilename
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -64(%rbp)
movl $0, -76(%rbp)
movb $16, -81(%rbp)
movl $0, -56(%rbp)
LBB17_1: ## =>This Inner Loop Header: Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $64, -56(%rbp)
movb %al, -84(%rbp) ## 1-byte Spill
jge LBB17_3
## %bb.2: ## in Loop: Header=BB17_1 Depth=1
cmpl $-1, -52(%rbp)
sete %al
movb %al, -84(%rbp) ## 1-byte Spill
LBB17_3: ## in Loop: Header=BB17_1 Depth=1
movb -84(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB17_4
jmp LBB17_23
LBB17_4: ## in Loop: Header=BB17_1 Depth=1
movl -56(%rbp), %eax
shll $5, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movq (%rax,%rcx), %rdx
movq %rdx, -20(%rbp)
movw 8(%rax,%rcx), %dx
movw %dx, -12(%rbp)
movb 10(%rax,%rcx), %al
movb %al, -10(%rbp)
movl -56(%rbp), %eax
shll $5, %eax
addl $11, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movb (%rax,%rcx), %al
movb %al, -45(%rbp)
movsbl -20(%rbp), %eax
cmpl $-27, %eax
je LBB17_6
## %bb.5: ## in Loop: Header=BB17_1 Depth=1
movsbl -20(%rbp), %eax
cmpl $0, %eax
jne LBB17_8
LBB17_6: ## in Loop: Header=BB17_1 Depth=1
cmpl $-1, -68(%rbp)
jne LBB17_8
## %bb.7: ## in Loop: Header=BB17_1 Depth=1
movl -56(%rbp), %eax
movl %eax, -68(%rbp)
LBB17_8: ## in Loop: Header=BB17_1 Depth=1
movsbl -20(%rbp), %eax
cmpl $-27, %eax
je LBB17_16
## %bb.9: ## in Loop: Header=BB17_1 Depth=1
movsbl -20(%rbp), %eax
cmpl $0, %eax
je LBB17_16
## %bb.10: ## in Loop: Header=BB17_1 Depth=1
movsbl -45(%rbp), %eax
cmpl $15, %eax
je LBB17_16
## %bb.11: ## in Loop: Header=BB17_1 Depth=1
leaq -20(%rbp), %rdi
movq -40(%rbp), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB17_16
## %bb.12: ## in Loop: Header=BB17_1 Depth=1
movsbl -45(%rbp), %eax
cmpl $16, %eax
jne LBB17_14
## %bb.13: ## in Loop: Header=BB17_1 Depth=1
movl $2, -52(%rbp)
jmp LBB17_15
LBB17_14: ## in Loop: Header=BB17_1 Depth=1
movl $1, -52(%rbp)
LBB17_15: ## in Loop: Header=BB17_1 Depth=1
jmp LBB17_16
LBB17_16: ## in Loop: Header=BB17_1 Depth=1
cmpl $63, -56(%rbp)
jne LBB17_21
## %bb.17: ## in Loop: Header=BB17_1 Depth=1
cmpl $-1, -52(%rbp)
jne LBB17_21
## %bb.18: ## in Loop: Header=BB17_1 Depth=1
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _getNextCluster
movl %eax, -60(%rbp)
cmpl $268435448, -60(%rbp) ## imm = 0xFFFFFF8
jge LBB17_20
## %bb.19: ## in Loop: Header=BB17_1 Depth=1
movl -60(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -60(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl $0, -56(%rbp)
LBB17_20: ## in Loop: Header=BB17_1 Depth=1
jmp LBB17_21
LBB17_21: ## in Loop: Header=BB17_1 Depth=1
jmp LBB17_22
LBB17_22: ## in Loop: Header=BB17_1 Depth=1
movl -56(%rbp), %eax
addl $1, %eax
movl %eax, -56(%rbp)
jmp LBB17_1
LBB17_23:
cmpl $-1, -52(%rbp)
jne LBB17_31
## %bb.24:
cmpl $-1, -68(%rbp)
jne LBB17_28
## %bb.25:
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _newCluster
movl %eax, -60(%rbp)
cmpl $0, -60(%rbp)
jne LBB17_27
## %bb.26:
movl -64(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -64(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl $3, -24(%rbp)
jmp LBB17_34
LBB17_27:
movl -60(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -60(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movl $0, -68(%rbp)
LBB17_28:
callq _newDirectoryCluster
movl %eax, -72(%rbp)
cmpl $0, -72(%rbp)
jne LBB17_30
## %bb.29:
movl -64(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -64(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl $3, -24(%rbp)
jmp LBB17_34
LBB17_30:
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
movl -68(%rbp), %eax
shll $5, %eax
addl %eax, %edi
callq _seekTo
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq -40(%rbp), %rsi
movl $11, %edx
callq _write
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -81(%rbp), %rsi
movl $1, %edx
callq _write
movl -72(%rbp), %eax
sarl $16, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -42(%rbp)
movl -72(%rbp), %eax
andl $255, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -44(%rbp)
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
movl -68(%rbp), %eax
shll $5, %eax
addl $20, %eax
addl %eax, %edi
callq _seekTo
movw -42(%rbp), %ax
movw %ax, -83(%rbp)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -83(%rbp), %rsi
movl $2, %edx
callq _write
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
movl -68(%rbp), %eax
shll $5, %eax
addl $26, %eax
addl %eax, %edi
callq _seekTo
movw -44(%rbp), %ax
movw %ax, -83(%rbp)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -83(%rbp), %rsi
movl $2, %edx
callq _write
movl -76(%rbp), %eax
movl %eax, -80(%rbp)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -80(%rbp), %rsi
movl $4, %edx
callq _write
movq -40(%rbp), %rdi
callq _free
leaq L_.str.88(%rip), %rax
movq %rax, -40(%rbp)
movl -72(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq -40(%rbp), %rsi
movl $11, %edx
callq _write
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -81(%rbp), %rsi
movl $1, %edx
callq _write
movl -72(%rbp), %eax
sarl $16, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -42(%rbp)
movl -72(%rbp), %eax
andl $255, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -44(%rbp)
movl -72(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
addl $20, %edi
callq _seekTo
movw -42(%rbp), %ax
movw %ax, -83(%rbp)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -83(%rbp), %rsi
movl $2, %edx
callq _write
movl -72(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
addl $26, %edi
callq _seekTo
movw -44(%rbp), %ax
movw %ax, -83(%rbp)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -83(%rbp), %rsi
movl $2, %edx
callq _write
movl -76(%rbp), %eax
movl %eax, -80(%rbp)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -80(%rbp), %rsi
movl $4, %edx
callq _write
leaq L_.str.89(%rip), %rax
movq %rax, -40(%rbp)
movl -72(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
addl $32, %edi
callq _seekTo
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq -40(%rbp), %rsi
movl $11, %edx
callq _write
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -81(%rbp), %rsi
movl $1, %edx
callq _write
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %eax
sarl $16, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -42(%rbp)
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %eax
andl $255, %eax
## kill: def $ax killed $ax killed $eax
movw %ax, -44(%rbp)
movl -72(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
addl $20, %edi
addl $32, %edi
callq _seekTo
movw -42(%rbp), %ax
movw %ax, -83(%rbp)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -83(%rbp), %rsi
movl $2, %edx
callq _write
movl -72(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
addl $26, %edi
addl $32, %edi
callq _seekTo
movw -44(%rbp), %ax
movw %ax, -83(%rbp)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -83(%rbp), %rsi
movl $2, %edx
callq _write
movl -76(%rbp), %eax
movl %eax, -80(%rbp)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -80(%rbp), %rsi
movl $4, %edx
callq _write
movq $0, -40(%rbp)
movl $0, -52(%rbp)
LBB17_31:
cmpq $0, -40(%rbp)
je LBB17_33
## %bb.32:
movq -40(%rbp), %rdi
callq _free
LBB17_33:
movl -64(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -64(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl -52(%rbp), %eax
movl %eax, -24(%rbp)
LBB17_34:
movl -24(%rbp), %eax
movl %eax, -88(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB17_36
## %bb.35:
movl -88(%rbp), %eax ## 4-byte Reload
addq $96, %rsp
popq %rbp
retq
LBB17_36:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _fat_rmdir ## -- Begin function fat_rmdir
.p2align 4, 0x90
_fat_rmdir: ## @fat_rmdir
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $80, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -32(%rbp)
movq -32(%rbp), %rdi
callq _strlen
movq %rax, %rdi
shlq $0, %rdi
callq _malloc
movq %rax, -40(%rbp)
movb $0, -9(%rbp)
movl $-1, -52(%rbp)
movq -40(%rbp), %rdi
movq -32(%rbp), %rsi
movq $-1, %rdx
callq ___strcpy_chk
movq -40(%rbp), %rdi
callq _convertFilename
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -68(%rbp)
movl $0, -56(%rbp)
LBB18_1: ## =>This Loop Header: Depth=1
## Child Loop BB18_11 Depth 2
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $64, -56(%rbp)
movb %al, -73(%rbp) ## 1-byte Spill
jge LBB18_3
## %bb.2: ## in Loop: Header=BB18_1 Depth=1
cmpl $-1, -52(%rbp)
sete %al
movb %al, -73(%rbp) ## 1-byte Spill
LBB18_3: ## in Loop: Header=BB18_1 Depth=1
movb -73(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB18_4
jmp LBB18_41
LBB18_4: ## in Loop: Header=BB18_1 Depth=1
movl -56(%rbp), %eax
shll $5, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movq (%rax,%rcx), %rdx
movq %rdx, -20(%rbp)
movw 8(%rax,%rcx), %dx
movw %dx, -12(%rbp)
movb 10(%rax,%rcx), %al
movb %al, -10(%rbp)
movl -56(%rbp), %eax
shll $5, %eax
addl $11, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movb (%rax,%rcx), %al
movb %al, -45(%rbp)
movsbl -20(%rbp), %eax
cmpl $0, %eax
jne LBB18_6
## %bb.5: ## in Loop: Header=BB18_1 Depth=1
movl $1, -52(%rbp)
jmp LBB18_34
LBB18_6: ## in Loop: Header=BB18_1 Depth=1
movsbl -20(%rbp), %eax
cmpl $-27, %eax
je LBB18_33
## %bb.7: ## in Loop: Header=BB18_1 Depth=1
movsbl -45(%rbp), %eax
cmpl $15, %eax
je LBB18_33
## %bb.8: ## in Loop: Header=BB18_1 Depth=1
leaq -20(%rbp), %rdi
movq -40(%rbp), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB18_33
## %bb.9: ## in Loop: Header=BB18_1 Depth=1
movsbl -45(%rbp), %eax
cmpl $16, %eax
jne LBB18_31
## %bb.10: ## in Loop: Header=BB18_1 Depth=1
movl -56(%rbp), %eax
shll $5, %eax
addl $20, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movw (%rax,%rcx), %ax
movw %ax, -42(%rbp)
movl -56(%rbp), %eax
shll $5, %eax
addl $26, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movw (%rax,%rcx), %ax
movw %ax, -44(%rbp)
movw -42(%rbp), %ax
movzwl %ax, %edi
movzwl -44(%rbp), %esi
callq _combineShorts
movl %eax, -72(%rbp)
movl -72(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl $2, -60(%rbp)
LBB18_11: ## Parent Loop BB18_1 Depth=1
## => This Inner Loop Header: Depth=2
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $64, -60(%rbp)
movb %al, -74(%rbp) ## 1-byte Spill
jge LBB18_13
## %bb.12: ## in Loop: Header=BB18_11 Depth=2
cmpl $-1, -52(%rbp)
sete %al
movb %al, -74(%rbp) ## 1-byte Spill
LBB18_13: ## in Loop: Header=BB18_11 Depth=2
movb -74(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB18_14
jmp LBB18_22
LBB18_14: ## in Loop: Header=BB18_11 Depth=2
movl -60(%rbp), %eax
shll $5, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movq (%rax,%rcx), %rdx
movq %rdx, -20(%rbp)
movw 8(%rax,%rcx), %dx
movw %dx, -12(%rbp)
movb 10(%rax,%rcx), %al
movb %al, -10(%rbp)
movl -60(%rbp), %eax
shll $5, %eax
addl $11, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movb (%rax,%rcx), %al
movb %al, -45(%rbp)
movsbl -20(%rbp), %eax
cmpl $0, %eax
jne LBB18_16
## %bb.15: ## in Loop: Header=BB18_1 Depth=1
jmp LBB18_22
LBB18_16: ## in Loop: Header=BB18_11 Depth=2
movsbl -20(%rbp), %eax
cmpl $-27, %eax
je LBB18_19
## %bb.17: ## in Loop: Header=BB18_11 Depth=2
movsbl -45(%rbp), %eax
cmpl $15, %eax
je LBB18_19
## %bb.18: ## in Loop: Header=BB18_11 Depth=2
movl $3, -52(%rbp)
LBB18_19: ## in Loop: Header=BB18_11 Depth=2
jmp LBB18_20
LBB18_20: ## in Loop: Header=BB18_11 Depth=2
jmp LBB18_21
LBB18_21: ## in Loop: Header=BB18_11 Depth=2
movl -60(%rbp), %eax
addl $1, %eax
movl %eax, -60(%rbp)
jmp LBB18_11
LBB18_22: ## in Loop: Header=BB18_1 Depth=1
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
cmpl $-1, -52(%rbp)
je LBB18_24
## %bb.23:
jmp LBB18_41
LBB18_24: ## in Loop: Header=BB18_1 Depth=1
cmpl $63, -56(%rbp)
je LBB18_29
## %bb.25: ## in Loop: Header=BB18_1 Depth=1
movl -56(%rbp), %eax
addl $1, %eax
shll $5, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movq (%rax,%rcx), %rdx
movq %rdx, -20(%rbp)
movw 8(%rax,%rcx), %dx
movw %dx, -12(%rbp)
movb 10(%rax,%rcx), %al
movb %al, -10(%rbp)
movsbl -20(%rbp), %eax
cmpl $0, %eax
je LBB18_27
## %bb.26: ## in Loop: Header=BB18_1 Depth=1
movl -56(%rbp), %eax
shll $5, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movq (%rax,%rcx), %rdx
movq %rdx, -20(%rbp)
movw 8(%rax,%rcx), %dx
movw %dx, -12(%rbp)
movb 10(%rax,%rcx), %al
movb %al, -10(%rbp)
movb $-27, -20(%rbp)
jmp LBB18_28
LBB18_27: ## in Loop: Header=BB18_1 Depth=1
movl -56(%rbp), %eax
shll $5, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movq (%rax,%rcx), %rdx
movq %rdx, -20(%rbp)
movw 8(%rax,%rcx), %dx
movw %dx, -12(%rbp)
movb 10(%rax,%rcx), %al
movb %al, -10(%rbp)
movb $0, -20(%rbp)
LBB18_28: ## in Loop: Header=BB18_1 Depth=1
jmp LBB18_30
LBB18_29: ## in Loop: Header=BB18_1 Depth=1
movb $0, -20(%rbp)
LBB18_30: ## in Loop: Header=BB18_1 Depth=1
movl -72(%rbp), %edi
callq _clearClusterChain
movl -56(%rbp), %eax
shll $5, %eax
cltq
movq _psector@GOTPCREL(%rip), %rdi
addq %rax, %rdi
leaq -20(%rbp), %rsi
movl $11, %edx
movq $-1, %rcx
callq ___memcpy_chk
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _write
movl $0, -52(%rbp)
jmp LBB18_32
LBB18_31: ## in Loop: Header=BB18_1 Depth=1
movl $2, -52(%rbp)
LBB18_32: ## in Loop: Header=BB18_1 Depth=1
jmp LBB18_33
LBB18_33: ## in Loop: Header=BB18_1 Depth=1
jmp LBB18_34
LBB18_34: ## in Loop: Header=BB18_1 Depth=1
cmpl $63, -56(%rbp)
jne LBB18_39
## %bb.35: ## in Loop: Header=BB18_1 Depth=1
cmpl $-1, -52(%rbp)
jne LBB18_39
## %bb.36: ## in Loop: Header=BB18_1 Depth=1
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _getNextCluster
movl %eax, -64(%rbp)
cmpl $268435448, -64(%rbp) ## imm = 0xFFFFFF8
jge LBB18_38
## %bb.37: ## in Loop: Header=BB18_1 Depth=1
movl -64(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -64(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl $0, -56(%rbp)
LBB18_38: ## in Loop: Header=BB18_1 Depth=1
jmp LBB18_39
LBB18_39: ## in Loop: Header=BB18_1 Depth=1
jmp LBB18_40
LBB18_40: ## in Loop: Header=BB18_1 Depth=1
movl -56(%rbp), %eax
addl $1, %eax
movl %eax, -56(%rbp)
jmp LBB18_1
LBB18_41:
movq -40(%rbp), %rdi
callq _free
movl -68(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -68(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl -52(%rbp), %eax
movl %eax, -80(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB18_43
## %bb.42:
movl -80(%rbp), %eax ## 4-byte Reload
addq $80, %rsp
popq %rbp
retq
LBB18_43:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _fat_size ## -- Begin function fat_size
.p2align 4, 0x90
_fat_size: ## @fat_size
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $80, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movq %rdi, -32(%rbp)
movq -32(%rbp), %rdi
callq _strlen
movq %rax, %rdi
shlq $0, %rdi
callq _malloc
movq %rax, -40(%rbp)
movl $-1, -48(%rbp)
movq -40(%rbp), %rdi
movq -32(%rbp), %rsi
movq $-1, %rdx
callq ___strcpy_chk
movq -40(%rbp), %rdi
callq _convertFilename
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -60(%rbp)
movl $0, -52(%rbp)
LBB19_1: ## =>This Inner Loop Header: Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $64, -52(%rbp)
movb %al, -65(%rbp) ## 1-byte Spill
jge LBB19_3
## %bb.2: ## in Loop: Header=BB19_1 Depth=1
cmpl $-1, -48(%rbp)
sete %al
movb %al, -65(%rbp) ## 1-byte Spill
LBB19_3: ## in Loop: Header=BB19_1 Depth=1
movb -65(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB19_4
jmp LBB19_21
LBB19_4: ## in Loop: Header=BB19_1 Depth=1
movl -52(%rbp), %eax
shll $5, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movq (%rax,%rcx), %rdx
movq %rdx, -20(%rbp)
movw 8(%rax,%rcx), %dx
movw %dx, -12(%rbp)
movb 10(%rax,%rcx), %al
movb %al, -10(%rbp)
movl -52(%rbp), %eax
shll $5, %eax
addl $11, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movb (%rax,%rcx), %al
movb %al, -41(%rbp)
movsbl -20(%rbp), %eax
cmpl $0, %eax
jne LBB19_6
## %bb.5: ## in Loop: Header=BB19_1 Depth=1
movl $1, -48(%rbp)
jmp LBB19_14
LBB19_6: ## in Loop: Header=BB19_1 Depth=1
movsbl -20(%rbp), %eax
cmpl $-27, %eax
je LBB19_13
## %bb.7: ## in Loop: Header=BB19_1 Depth=1
movsbl -41(%rbp), %eax
cmpl $15, %eax
je LBB19_13
## %bb.8: ## in Loop: Header=BB19_1 Depth=1
leaq -20(%rbp), %rdi
movq -40(%rbp), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB19_13
## %bb.9: ## in Loop: Header=BB19_1 Depth=1
movsbl -41(%rbp), %eax
cmpl $16, %eax
jne LBB19_11
## %bb.10: ## in Loop: Header=BB19_1 Depth=1
movl $2, -48(%rbp)
jmp LBB19_12
LBB19_11: ## in Loop: Header=BB19_1 Depth=1
movl -52(%rbp), %eax
shll $5, %eax
addl $28, %eax
movslq %eax, %rcx
movq _psector@GOTPCREL(%rip), %rax
movl (%rax,%rcx), %eax
movl %eax, -64(%rbp)
movl -64(%rbp), %esi
leaq L_.str.90(%rip), %rdi
movb $0, %al
callq _printf
movl $0, -48(%rbp)
LBB19_12: ## in Loop: Header=BB19_1 Depth=1
jmp LBB19_13
LBB19_13: ## in Loop: Header=BB19_1 Depth=1
jmp LBB19_14
LBB19_14: ## in Loop: Header=BB19_1 Depth=1
cmpl $63, -52(%rbp)
jne LBB19_19
## %bb.15: ## in Loop: Header=BB19_1 Depth=1
cmpl $-1, -48(%rbp)
jne LBB19_19
## %bb.16: ## in Loop: Header=BB19_1 Depth=1
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _getNextCluster
movl %eax, -56(%rbp)
cmpl $268435448, -56(%rbp) ## imm = 0xFFFFFF8
je LBB19_18
## %bb.17: ## in Loop: Header=BB19_1 Depth=1
movl -56(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -56(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl $0, -52(%rbp)
LBB19_18: ## in Loop: Header=BB19_1 Depth=1
jmp LBB19_19
LBB19_19: ## in Loop: Header=BB19_1 Depth=1
jmp LBB19_20
LBB19_20: ## in Loop: Header=BB19_1 Depth=1
movl -52(%rbp), %eax
addl $1, %eax
movl %eax, -52(%rbp)
jmp LBB19_1
LBB19_21:
movq -40(%rbp), %rdi
callq _free
movl -60(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movl -60(%rbp), %ecx
movq _currentCluster@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _psector@GOTPCREL(%rip), %rsi
movl $512, %edx ## imm = 0x200
callq _read
movl -48(%rbp), %eax
movl %eax, -72(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB19_23
## %bb.22:
movl -72(%rbp), %eax ## 4-byte Reload
addq $80, %rsp
popq %rbp
retq
LBB19_23:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _fat_info ## -- Begin function fat_info
.p2align 4, 0x90
_fat_info: ## @fat_info
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %esi
leaq L_.str.77(%rip), %rdi
movb $0, %al
callq _printf
movq _sectorsPerCluster@GOTPCREL(%rip), %rax
movsbl (%rax), %esi
leaq L_.str.78(%rip), %rdi
movb $0, %al
callq _printf
movq _numTotalSectors@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq L_.str.79(%rip), %rdi
movb $0, %al
callq _printf
movq _numFreeSectors@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq L_.str.80(%rip), %rdi
movb $0, %al
callq _printf
movq _numFATs@GOTPCREL(%rip), %rax
movsbl (%rax), %esi
leaq L_.str.81(%rip), %rdi
movb $0, %al
callq _printf
movq _sizeFAT@GOTPCREL(%rip), %rax
movl (%rax), %esi
leaq L_.str.82(%rip), %rdi
movb $0, %al
callq _printf
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _convertFilename ## -- Begin function convertFilename
.p2align 4, 0x90
_convertFilename: ## @convertFilename
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movq %rdi, -8(%rbp)
movl $0, -28(%rbp)
movq -8(%rbp), %rdi
leaq L_.str.66(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB21_2
## %bb.1:
leaq L_.str.88(%rip), %rax
movq %rax, -24(%rbp)
movl $1, -28(%rbp)
jmp LBB21_5
LBB21_2:
movq -8(%rbp), %rdi
leaq L_.str.53(%rip), %rsi
callq _strcmp
cmpl $0, %eax
jne LBB21_4
## %bb.3:
leaq L_.str.89(%rip), %rax
movq %rax, -24(%rbp)
movl $1, -28(%rbp)
LBB21_4:
jmp LBB21_5
LBB21_5:
cmpl $0, -28(%rbp)
je LBB21_7
## %bb.6:
movq -8(%rbp), %rdi
movq -24(%rbp), %rsi
movq $-1, %rdx
callq ___strcpy_chk
jmp LBB21_28
LBB21_7:
movq -8(%rbp), %rdi
callq _strlen
movq %rax, %rdi
shlq $0, %rdi
callq _malloc
movq %rax, -40(%rbp)
movq -40(%rbp), %rdi
movq -8(%rbp), %rsi
movq $-1, %rdx
callq ___strcpy_chk
movq -8(%rbp), %rdi
callq _free
movl $12, %edi
callq _malloc
movq %rax, -8(%rbp)
movq -8(%rbp), %rax
movb $0, 11(%rax)
movl $0, -12(%rbp)
LBB21_8: ## =>This Loop Header: Depth=1
## Child Loop BB21_11 Depth 2
cmpl $11, -12(%rbp)
jge LBB21_27
## %bb.9: ## in Loop: Header=BB21_8 Depth=1
movq -40(%rbp), %rax
movslq -12(%rbp), %rcx
movsbl (%rax,%rcx), %eax
cmpl $46, %eax
jne LBB21_21
## %bb.10: ## in Loop: Header=BB21_8 Depth=1
movl -12(%rbp), %eax
movl %eax, -16(%rbp)
LBB21_11: ## Parent Loop BB21_8 Depth=1
## => This Inner Loop Header: Depth=2
cmpl $11, -16(%rbp)
jge LBB21_20
## %bb.12: ## in Loop: Header=BB21_11 Depth=2
cmpl $8, -16(%rbp)
jge LBB21_14
## %bb.13: ## in Loop: Header=BB21_11 Depth=2
movq -8(%rbp), %rax
movslq -16(%rbp), %rcx
movb $32, (%rax,%rcx)
jmp LBB21_18
LBB21_14: ## in Loop: Header=BB21_11 Depth=2
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
movq -40(%rbp), %rax
movslq -12(%rbp), %rcx
movsbl (%rax,%rcx), %eax
cmpl $0, %eax
jne LBB21_16
## %bb.15: ## in Loop: Header=BB21_11 Depth=2
movq -8(%rbp), %rax
movslq -16(%rbp), %rcx
movb $32, (%rax,%rcx)
jmp LBB21_17
LBB21_16: ## in Loop: Header=BB21_11 Depth=2
movq -40(%rbp), %rax
movslq -12(%rbp), %rcx
movsbl (%rax,%rcx), %edi
callq _toupper
movb %al, %dl
movq -8(%rbp), %rax
movslq -16(%rbp), %rcx
movb %dl, (%rax,%rcx)
LBB21_17: ## in Loop: Header=BB21_11 Depth=2
jmp LBB21_18
LBB21_18: ## in Loop: Header=BB21_11 Depth=2
jmp LBB21_19
LBB21_19: ## in Loop: Header=BB21_11 Depth=2
movl -16(%rbp), %eax
addl $1, %eax
movl %eax, -16(%rbp)
jmp LBB21_11
LBB21_20: ## in Loop: Header=BB21_8 Depth=1
movl $12, -12(%rbp)
jmp LBB21_25
LBB21_21: ## in Loop: Header=BB21_8 Depth=1
movq -40(%rbp), %rax
movslq -12(%rbp), %rcx
movsbl (%rax,%rcx), %eax
cmpl $0, %eax
jne LBB21_23
## %bb.22: ## in Loop: Header=BB21_8 Depth=1
movq -8(%rbp), %rax
movslq -12(%rbp), %rcx
movb $32, (%rax,%rcx)
jmp LBB21_24
LBB21_23: ## in Loop: Header=BB21_8 Depth=1
movq -40(%rbp), %rax
movslq -12(%rbp), %rcx
movsbl (%rax,%rcx), %edi
callq _toupper
movb %al, %dl
movq -8(%rbp), %rax
movslq -12(%rbp), %rcx
movb %dl, (%rax,%rcx)
LBB21_24: ## in Loop: Header=BB21_8 Depth=1
jmp LBB21_25
LBB21_25: ## in Loop: Header=BB21_8 Depth=1
jmp LBB21_26
LBB21_26: ## in Loop: Header=BB21_8 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB21_8
LBB21_27:
movq -40(%rbp), %rdi
callq _free
LBB21_28:
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _combineShorts ## -- Begin function combineShorts
.p2align 4, 0x90
_combineShorts: ## @combineShorts
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
movw %si, %ax
movw %di, %cx
movw %cx, -2(%rbp)
movw %ax, -4(%rbp)
movzwl -2(%rbp), %eax
shll $16, %eax
movzwl -4(%rbp), %ecx
orl %ecx, %eax
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _getNextCluster ## -- Begin function getNextCluster
.p2align 4, 0x90
_getNextCluster: ## @getNextCluster
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl %edi, -4(%rbp)
movq _reservedSectorCount@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
movq _bytesPerSector@GOTPCREL(%rip), %rcx
movzwl (%rcx), %ecx
imull %ecx, %eax
movl %eax, -12(%rbp)
movl -12(%rbp), %eax
movl -4(%rbp), %ecx
shll $2, %ecx
addl %ecx, %eax
movl %eax, -16(%rbp)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
xorl %eax, %eax
movl %eax, %esi
movl $1, %edx
callq _lseek
## kill: def $eax killed $eax killed $rax
movl %eax, -8(%rbp)
movl -16(%rbp), %edi
callq _seekTo
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -24(%rbp), %rsi
movl $4, %edx
callq _read
movl -24(%rbp), %eax
movl %eax, -20(%rbp)
movl -8(%rbp), %edi
callq _seekTo
movl -20(%rbp), %eax
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _newCluster ## -- Begin function newCluster
.p2align 4, 0x90
_newCluster: ## @newCluster
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $112, %rsp
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq %rax, -8(%rbp)
movl %edi, -16(%rbp)
movl $268435448, -40(%rbp) ## imm = 0xFFFFFF8
movq _sectorsPerCluster@GOTPCREL(%rip), %rax
movsbl (%rax), %eax
movq _bytesPerSector@GOTPCREL(%rip), %rcx
movzwl (%rcx), %ecx
imull %ecx, %eax
## kill: def $rax killed $eax
movq %rax, -96(%rbp) ## 8-byte Spill
movq %rsp, %rcx
movq %rcx, -56(%rbp)
callq ____chkstk_darwin
addq $15, %rax
andq $-16, %rax
subq %rax, %rsp
movq -96(%rbp), %rax ## 8-byte Reload
movq %rsp, %rcx
movq %rcx, -88(%rbp) ## 8-byte Spill
movq %rax, -64(%rbp)
movl $0, -72(%rbp)
movl $0, -68(%rbp)
movq _reservedSectorCount@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
movq _bytesPerSector@GOTPCREL(%rip), %rcx
movzwl (%rcx), %ecx
imull %ecx, %eax
movl %eax, -24(%rbp)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
xorl %eax, %eax
movl %eax, %esi
movl $1, %edx
callq _lseek
## kill: def $eax killed $eax killed $rax
movl %eax, -20(%rbp)
movl -24(%rbp), %edi
callq _seekTo
movl $0, -28(%rbp)
LBB24_1: ## =>This Inner Loop Header: Depth=1
movl -28(%rbp), %eax
movl %eax, -100(%rbp) ## 4-byte Spill
movq _sizeFAT@GOTPCREL(%rip), %rax
movl (%rax), %eax
movq _bytesPerSector@GOTPCREL(%rip), %rcx
movzwl (%rcx), %ecx
imull %ecx, %eax
movl $4, %ecx
cltd
idivl %ecx
movl %eax, %ecx
movl -100(%rbp), %eax ## 4-byte Reload
cmpl %ecx, %eax
jge LBB24_17
## %bb.2: ## in Loop: Header=BB24_1 Depth=1
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -44(%rbp), %rsi
movl $4, %edx
callq _read
movl -44(%rbp), %eax
movl %eax, -36(%rbp)
cmpl $0, -36(%rbp)
jne LBB24_5
## %bb.3: ## in Loop: Header=BB24_1 Depth=1
cmpl $0, -68(%rbp)
jne LBB24_5
## %bb.4: ## in Loop: Header=BB24_1 Depth=1
movl -28(%rbp), %eax
movl %eax, -68(%rbp)
jmp LBB24_15
LBB24_5: ## in Loop: Header=BB24_1 Depth=1
cmpl $0, -36(%rbp)
jne LBB24_8
## %bb.6: ## in Loop: Header=BB24_1 Depth=1
cmpl $0, -68(%rbp)
je LBB24_8
## %bb.7: ## in Loop: Header=BB24_1 Depth=1
movl -28(%rbp), %ecx
movq _nextFreeLocation@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
jmp LBB24_14
LBB24_8: ## in Loop: Header=BB24_1 Depth=1
movl -36(%rbp), %eax
cmpl -16(%rbp), %eax
jne LBB24_10
## %bb.9: ## in Loop: Header=BB24_1 Depth=1
movl -28(%rbp), %eax
movl %eax, -72(%rbp)
jmp LBB24_13
LBB24_10: ## in Loop: Header=BB24_1 Depth=1
movl -28(%rbp), %eax
movl %eax, -104(%rbp) ## 4-byte Spill
movq _sizeFAT@GOTPCREL(%rip), %rax
movl (%rax), %eax
movq _bytesPerSector@GOTPCREL(%rip), %rcx
movzwl (%rcx), %ecx
imull %ecx, %eax
movl $4, %ecx
cltd
idivl %ecx
movl %eax, %ecx
movl -104(%rbp), %eax ## 4-byte Reload
subl $1, %ecx
cmpl %ecx, %eax
jne LBB24_12
## %bb.11:
movl -20(%rbp), %edi
callq _seekTo
movl $0, -12(%rbp)
movl $1, -76(%rbp)
jmp LBB24_22
LBB24_12: ## in Loop: Header=BB24_1 Depth=1
jmp LBB24_13
LBB24_13: ## in Loop: Header=BB24_1 Depth=1
jmp LBB24_14
LBB24_14: ## in Loop: Header=BB24_1 Depth=1
jmp LBB24_15
LBB24_15: ## in Loop: Header=BB24_1 Depth=1
jmp LBB24_16
LBB24_16: ## in Loop: Header=BB24_1 Depth=1
movl -28(%rbp), %eax
addl $1, %eax
movl %eax, -28(%rbp)
jmp LBB24_1
LBB24_17:
movl $0, -32(%rbp)
LBB24_18: ## =>This Inner Loop Header: Depth=1
movl -32(%rbp), %eax
movq _numFATs@GOTPCREL(%rip), %rcx
movsbl (%rcx), %ecx
cmpl %ecx, %eax
jge LBB24_21
## %bb.19: ## in Loop: Header=BB24_18 Depth=1
movl -24(%rbp), %edi
movl -32(%rbp), %eax
movq _sizeFAT@GOTPCREL(%rip), %rcx
imull (%rcx), %eax
movq _bytesPerSector@GOTPCREL(%rip), %rcx
movzwl (%rcx), %ecx
imull %ecx, %eax
addl %eax, %edi
movl -68(%rbp), %eax
movl %eax, -108(%rbp) ## 4-byte Spill
movq _sizeFAT@GOTPCREL(%rip), %rax
movl (%rax), %eax
movq _bytesPerSector@GOTPCREL(%rip), %rcx
movzwl (%rcx), %ecx
imull %ecx, %eax
movl $4, %ecx
cltd
idivl %ecx
movl %eax, %ecx
movl -108(%rbp), %eax ## 4-byte Reload
imull %ecx, %eax
addl %eax, %edi
callq _seekTo
movl -40(%rbp), %eax
movl %eax, -44(%rbp)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -44(%rbp), %rsi
movl $4, %edx
callq _write
movl -24(%rbp), %edi
movl -72(%rbp), %eax
shll $2, %eax
addl %eax, %edi
callq _seekTo
movl -68(%rbp), %eax
movl %eax, -44(%rbp)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -44(%rbp), %rsi
movl $4, %edx
callq _write
## %bb.20: ## in Loop: Header=BB24_18 Depth=1
movl -32(%rbp), %eax
addl $1, %eax
movl %eax, -32(%rbp)
jmp LBB24_18
LBB24_21:
movl -68(%rbp), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
movq -88(%rbp), %rsi ## 8-byte Reload
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
movq _sectorsPerCluster@GOTPCREL(%rip), %rax
movsbl (%rax), %eax
movq _bytesPerSector@GOTPCREL(%rip), %rcx
movzwl (%rcx), %ecx
imull %ecx, %eax
movslq %eax, %rdx
callq _write
movl -20(%rbp), %edi
callq _seekTo
movl -68(%rbp), %eax
movl %eax, -12(%rbp)
movl $1, -76(%rbp)
LBB24_22:
movq -56(%rbp), %rax
movq %rax, %rsp
movl -12(%rbp), %eax
movl %eax, -112(%rbp) ## 4-byte Spill
movq ___stack_chk_guard@GOTPCREL(%rip), %rax
movq (%rax), %rax
movq -8(%rbp), %rcx
cmpq %rcx, %rax
jne LBB24_24
## %bb.23:
movl -112(%rbp), %eax ## 4-byte Reload
movq %rbp, %rsp
popq %rbp
retq
LBB24_24:
callq ___stack_chk_fail
ud2
.cfi_endproc
## -- End function
.globl _clearClusterChain ## -- Begin function clearClusterChain
.p2align 4, 0x90
_clearClusterChain: ## @clearClusterChain
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $32, %rsp
movl %edi, -4(%rbp)
movl $0, -16(%rbp)
cmpl $268435448, -4(%rbp) ## imm = 0xFFFFFF8
jb LBB25_2
## %bb.1:
jmp LBB25_7
LBB25_2:
movl -4(%rbp), %edi
callq _getNextCluster
movl %eax, -20(%rbp)
movl -20(%rbp), %edi
callq _clearClusterChain
movq _reservedSectorCount@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
movq _bytesPerSector@GOTPCREL(%rip), %rcx
movzwl (%rcx), %ecx
imull %ecx, %eax
movl %eax, -8(%rbp)
movl $0, -12(%rbp)
LBB25_3: ## =>This Inner Loop Header: Depth=1
movl -12(%rbp), %eax
movq _numFATs@GOTPCREL(%rip), %rcx
movsbl (%rcx), %ecx
cmpl %ecx, %eax
jge LBB25_6
## %bb.4: ## in Loop: Header=BB25_3 Depth=1
movl -8(%rbp), %edi
movl -12(%rbp), %eax
movq _sizeFAT@GOTPCREL(%rip), %rcx
imull (%rcx), %eax
movq _bytesPerSector@GOTPCREL(%rip), %rcx
movzwl (%rcx), %ecx
imull %ecx, %eax
addl %eax, %edi
movl -4(%rbp), %eax
movl %eax, -28(%rbp) ## 4-byte Spill
movq _sizeFAT@GOTPCREL(%rip), %rax
movl (%rax), %eax
movq _bytesPerSector@GOTPCREL(%rip), %rcx
movzwl (%rcx), %ecx
imull %ecx, %eax
movl $4, %ecx
cltd
idivl %ecx
movl %eax, %ecx
movl -28(%rbp), %eax ## 4-byte Reload
imull %ecx, %eax
addl %eax, %edi
callq _seekTo
movl -16(%rbp), %eax
movl %eax, -24(%rbp)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -24(%rbp), %rsi
movl $4, %edx
callq _write
## %bb.5: ## in Loop: Header=BB25_3 Depth=1
movl -12(%rbp), %eax
addl $1, %eax
movl %eax, -12(%rbp)
jmp LBB25_3
LBB25_6:
movq _currentCluster@GOTPCREL(%rip), %rax
movl (%rax), %edi
callq _firstSectorOfCluster
movl %eax, %edi
movq _bytesPerSector@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
imull %eax, %edi
callq _seekTo
LBB25_7:
addq $32, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _removeTailWhitespace ## -- Begin function removeTailWhitespace
.p2align 4, 0x90
_removeTailWhitespace: ## @removeTailWhitespace
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $16, %rsp
movq %rdi, -8(%rbp)
movq -8(%rbp), %rdi
callq _strlen
subq $1, %rax
## kill: def $eax killed $eax killed $rax
movl %eax, -12(%rbp)
LBB26_1: ## =>This Inner Loop Header: Depth=1
xorl %eax, %eax
## kill: def $al killed $al killed $eax
cmpl $0, -12(%rbp)
movb %al, -13(%rbp) ## 1-byte Spill
jl LBB26_3
## %bb.2: ## in Loop: Header=BB26_1 Depth=1
movq -8(%rbp), %rax
movslq -12(%rbp), %rcx
movsbl (%rax,%rcx), %eax
cmpl $32, %eax
sete %al
movb %al, -13(%rbp) ## 1-byte Spill
LBB26_3: ## in Loop: Header=BB26_1 Depth=1
movb -13(%rbp), %al ## 1-byte Reload
testb $1, %al
jne LBB26_4
jmp LBB26_6
LBB26_4: ## in Loop: Header=BB26_1 Depth=1
movq -8(%rbp), %rax
movslq -12(%rbp), %rcx
movb $0, (%rax,%rcx)
## %bb.5: ## in Loop: Header=BB26_1 Depth=1
movl -12(%rbp), %eax
addl $-1, %eax
movl %eax, -12(%rbp)
jmp LBB26_1
LBB26_6:
addq $16, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.globl _newDirectoryCluster ## -- Begin function newDirectoryCluster
.p2align 4, 0x90
_newDirectoryCluster: ## @newDirectoryCluster
.cfi_startproc
## %bb.0:
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset %rbp, -16
movq %rsp, %rbp
.cfi_def_cfa_register %rbp
subq $48, %rsp
movl $268435448, -28(%rbp) ## imm = 0xFFFFFF8
movl $0, -36(%rbp)
movq _reservedSectorCount@GOTPCREL(%rip), %rax
movzwl (%rax), %eax
movq _bytesPerSector@GOTPCREL(%rip), %rcx
movzwl (%rcx), %ecx
imull %ecx, %eax
movl %eax, -12(%rbp)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
xorl %eax, %eax
movl %eax, %esi
movl $1, %edx
callq _lseek
## kill: def $eax killed $eax killed $rax
movl %eax, -8(%rbp)
movl -12(%rbp), %edi
callq _seekTo
movq _nextFreeLocation@GOTPCREL(%rip), %rax
movl (%rax), %eax
movl %eax, -16(%rbp)
LBB27_1: ## =>This Inner Loop Header: Depth=1
movl -16(%rbp), %eax
movl %eax, -40(%rbp) ## 4-byte Spill
movq _sizeFAT@GOTPCREL(%rip), %rax
movl (%rax), %eax
movq _bytesPerSector@GOTPCREL(%rip), %rcx
movzwl (%rcx), %ecx
imull %ecx, %eax
movl $4, %ecx
cltd
idivl %ecx
movl %eax, %ecx
movl -40(%rbp), %eax ## 4-byte Reload
cmpl %ecx, %eax
jge LBB27_14
## %bb.2: ## in Loop: Header=BB27_1 Depth=1
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -32(%rbp), %rsi
movl $4, %edx
callq _read
movl -32(%rbp), %eax
movl %eax, -24(%rbp)
cmpl $0, -24(%rbp)
jne LBB27_5
## %bb.3: ## in Loop: Header=BB27_1 Depth=1
cmpl $0, -36(%rbp)
jne LBB27_5
## %bb.4: ## in Loop: Header=BB27_1 Depth=1
movl -16(%rbp), %eax
movl %eax, -36(%rbp)
jmp LBB27_12
LBB27_5: ## in Loop: Header=BB27_1 Depth=1
cmpl $0, -24(%rbp)
jne LBB27_8
## %bb.6: ## in Loop: Header=BB27_1 Depth=1
cmpl $0, -36(%rbp)
je LBB27_8
## %bb.7:
movl -16(%rbp), %ecx
movq _nextFreeLocation@GOTPCREL(%rip), %rax
movl %ecx, (%rax)
jmp LBB27_14
LBB27_8: ## in Loop: Header=BB27_1 Depth=1
movl -16(%rbp), %eax
movl %eax, -44(%rbp) ## 4-byte Spill
movq _sizeFAT@GOTPCREL(%rip), %rax
movl (%rax), %eax
movq _bytesPerSector@GOTPCREL(%rip), %rcx
movzwl (%rcx), %ecx
imull %ecx, %eax
movl $4, %ecx
cltd
idivl %ecx
movl %eax, %ecx
movl -44(%rbp), %eax ## 4-byte Reload
subl $1, %ecx
cmpl %ecx, %eax
jne LBB27_10
## %bb.9:
movl -8(%rbp), %edi
callq _seekTo
movl $0, -4(%rbp)
jmp LBB27_19
LBB27_10: ## in Loop: Header=BB27_1 Depth=1
jmp LBB27_11
LBB27_11: ## in Loop: Header=BB27_1 Depth=1
jmp LBB27_12
LBB27_12: ## in Loop: Header=BB27_1 Depth=1
jmp LBB27_13
LBB27_13: ## in Loop: Header=BB27_1 Depth=1
movl -16(%rbp), %eax
addl $1, %eax
movl %eax, -16(%rbp)
jmp LBB27_1
LBB27_14:
movl $0, -20(%rbp)
LBB27_15: ## =>This Inner Loop Header: Depth=1
movl -20(%rbp), %eax
movq _numFATs@GOTPCREL(%rip), %rcx
movsbl (%rcx), %ecx
cmpl %ecx, %eax
jge LBB27_18
## %bb.16: ## in Loop: Header=BB27_15 Depth=1
movl -12(%rbp), %edi
movl -20(%rbp), %eax
movq _sizeFAT@GOTPCREL(%rip), %rcx
imull (%rcx), %eax
movq _bytesPerSector@GOTPCREL(%rip), %rcx
movzwl (%rcx), %ecx
imull %ecx, %eax
addl %eax, %edi
movl -36(%rbp), %eax
movl %eax, -48(%rbp) ## 4-byte Spill
movq _sizeFAT@GOTPCREL(%rip), %rax
movl (%rax), %eax
movq _bytesPerSector@GOTPCREL(%rip), %rcx
movzwl (%rcx), %ecx
imull %ecx, %eax
movl $4, %ecx
cltd
idivl %ecx
movl %eax, %ecx
movl -48(%rbp), %eax ## 4-byte Reload
imull %ecx, %eax
addl %eax, %edi
callq _seekTo
movl -28(%rbp), %eax
movl %eax, -32(%rbp)
movq _imageid@GOTPCREL(%rip), %rax
movl (%rax), %edi
leaq -32(%rbp), %rsi
movl $4, %edx
callq _write
## %bb.17: ## in Loop: Header=BB27_15 Depth=1
movl -20(%rbp), %eax
addl $1, %eax
movl %eax, -20(%rbp)
jmp LBB27_15
LBB27_18:
movl -8(%rbp), %edi
callq _seekTo
movl -36(%rbp), %eax
movl %eax, -4(%rbp)
LBB27_19:
movl -4(%rbp), %eax
addq $48, %rsp
popq %rbp
retq
.cfi_endproc
## -- End function
.section __TEXT,__cstring,cstring_literals
L_.str: ## @.str
.asciz "Bad argument syntax.\n"
L_.str.1: ## @.str.1
.asciz "Usage: fat-edit <fs_image.img>\n"
.comm _stay_alive,4,2 ## @stay_alive
.comm _buffer,8,3 ## @buffer
L_.str.2: ## @.str.2
.asciz "USER"
.comm _username,8,3 ## @username
.comm _imagename,8,3 ## @imagename
.comm _imageid,4,2 ## @imageid
.comm _psector,512,4 ## @psector
.comm _name,8,0 ## @name
.comm _bytesPerSector,2,1 ## @bytesPerSector
.comm _sectorsPerCluster,1,0 ## @sectorsPerCluster
.comm _reservedSectorCount,2,1 ## @reservedSectorCount
.comm _numFATs,1,0 ## @numFATs
.comm _numTotalSectors,4,2 ## @numTotalSectors
.comm _sizeFAT,4,2 ## @sizeFAT
.comm _rootCluster,4,2 ## @rootCluster
.comm _fsinfo,2,1 ## @fsinfo
.comm _bytesPerCluster,4,2 ## @bytesPerCluster
.comm _nextFreeLocation,4,2 ## @nextFreeLocation
.comm _firstDataSector,4,2 ## @firstDataSector
.comm _rootLoc,4,2 ## @rootLoc
.comm _currentCluster,4,2 ## @currentCluster
.comm _numFreeSectors,4,2 ## @numFreeSectors
.comm _openFT,8,3 ## @openFT
.comm _openFT_count,4,2 ## @openFT_count
L_.str.3: ## @.str.3
.asciz "%s(%s)> "
L_.str.4: ## @.str.4
.asciz " "
.comm _command,8,3 ## @command
L_.str.5: ## @.str.5
.asciz "fat-edit: Invalid character '/' detected.\n"
L_.str.6: ## @.str.6
.asciz "\""
.comm _command_args,8,3 ## @command_args
.comm _num_command_args,4,2 ## @num_command_args
L_.str.7: ## @.str.7
.asciz "exit"
L_.str.8: ## @.str.8
.asciz "fsinfo"
L_.str.9: ## @.str.9
.asciz "open"
L_.str.10: ## @.str.10
.asciz "r"
L_.str.11: ## @.str.11
.asciz "reading"
L_.str.12: ## @.str.12
.asciz "w"
L_.str.13: ## @.str.13
.asciz "writing"
L_.str.14: ## @.str.14
.asciz "rw"
L_.str.15: ## @.str.15
.asciz "wr"
L_.str.16: ## @.str.16
.asciz "reading and writing"
L_.str.17: ## @.str.17
.asciz "%s has been opened for %s.\n"
L_.str.18: ## @.str.18
.asciz "fat-edit: open: %s doesn't exist.\n"
L_.str.19: ## @.str.19
.asciz "fat-edit: open: %s is already open.\n"
L_.str.20: ## @.str.20
.asciz "fat-edit: open: %s is not a file.\n"
L_.str.21: ## @.str.21
.asciz "fat-edit: open: Invalid open mode.\n"
L_.str.22: ## @.str.22
.asciz "fat-edit: open: Permission denied - file is read-only.\n"
L_.str.23: ## @.str.23
.asciz "close"
L_.str.24: ## @.str.24
.asciz "%s has been closed.\n"
L_.str.25: ## @.str.25
.asciz "fat-edit: close: %s doesn't exist.\n"
L_.str.26: ## @.str.26
.asciz "fat-edit: close: %s isn't open.\n"
L_.str.27: ## @.str.27
.asciz "fat-edit: close: %s is not a file.\n"
L_.str.28: ## @.str.28
.asciz "create"
L_.str.29: ## @.str.29
.asciz "fat-edit: create: %s already exists.\n"
L_.str.30: ## @.str.30
.asciz "fat-edit: create: %s is a directory.\n"
L_.str.31: ## @.str.31
.asciz "fat-edit: create: FAT32 volume ran out of space.\n"
L_.str.32: ## @.str.32
.asciz "read"
L_.str.33: ## @.str.33
.asciz "fat-edit: read: %s doesn't exist.\n"
L_.str.34: ## @.str.34
.asciz "fat-edit: read: %s isn't open.\n"
L_.str.35: ## @.str.35
.asciz "fat-edit: read: %s doesn't have read permission.\n"
L_.str.36: ## @.str.36
.asciz "fat-edit: read: %s is not a file.\n"
L_.str.37: ## @.str.37
.asciz "fat-edit: read: Start position beyond EoF.\n"
L_.str.38: ## @.str.38
.asciz "write"
L_.str.39: ## @.str.39
.asciz "Wrote \"%s\" @ %d of length %d to %s\n"
L_.str.40: ## @.str.40
.asciz "fat-edit: write: %s doesn't exist.\n"
L_.str.41: ## @.str.41
.asciz "fat-edit: write: %s isn't open.\n"
L_.str.42: ## @.str.42
.asciz "fat-edit: write: %s doesn't have write permission.\n"
L_.str.43: ## @.str.43
.asciz "fat-edit: write: %s is not a file.\n"
L_.str.44: ## @.str.44
.asciz "fat-edit: write: Start position beyond EoF.\n"
L_.str.45: ## @.str.45
.asciz "fat-edit: write: FAT32 volume ran out of space.\n"
L_.str.46: ## @.str.46
.asciz "rm"
L_.str.47: ## @.str.47
.asciz "fat-edit: rm: %s doesn't exist.\n"
L_.str.48: ## @.str.48
.asciz "fat-edit: rm: %s is a directory.\n"
L_.str.49: ## @.str.49
.asciz "srm"
L_.str.50: ## @.str.50
.asciz "fat-edit: srm: %s doesn't exist.\n"
L_.str.51: ## @.str.51
.asciz "fat-edit: srm: %s is a directory.\n"
L_.str.52: ## @.str.52
.asciz "cd"
L_.str.53: ## @.str.53
.asciz ".."
L_.str.54: ## @.str.54
.asciz "fat-edit: cd: Root directory has no parent.\n"
L_.str.55: ## @.str.55
.asciz "fat-edit: cd: %s doesn't exist.\n"
L_.str.56: ## @.str.56
.asciz "fat-edit: cd: %s is not a directory.\n"
L_.str.57: ## @.str.57
.asciz "ls"
L_.str.58: ## @.str.58
.asciz "fat-edit: ls: Root directory has no parent.\n"
L_.str.59: ## @.str.59
.asciz "fat-edit: ls: %s doesn't exist.\n"
L_.str.60: ## @.str.60
.asciz "fat-edit: ls: %s is not a directory.\n"
L_.str.61: ## @.str.61
.asciz "mkdir"
L_.str.62: ## @.str.62
.asciz "fat-edit: mkdir: %s is already a file.\n"
L_.str.63: ## @.str.63
.asciz "fat-edit: mkdir: %s already exists.\n"
L_.str.64: ## @.str.64
.asciz "fat-edit: mkdir: FAT32 volume ran out of space.\n"
L_.str.65: ## @.str.65
.asciz "rmdir"
L_.str.66: ## @.str.66
.asciz "."
L_.str.67: ## @.str.67
.asciz "fat-edit: rm: Cannot delete current working directory.\n"
L_.str.68: ## @.str.68
.asciz "fat-edit: rm: Cannot delete parent directory.\n"
L_.str.69: ## @.str.69
.asciz "fat-edit: rmdir: %s doesn't exist.\n"
L_.str.70: ## @.str.70
.asciz "fat-edit: rmdir: %s is not a directory.\n"
L_.str.71: ## @.str.71
.asciz "fat-edit: rmdir: %s is not empty.\n"
L_.str.72: ## @.str.72
.asciz "size"
L_.str.73: ## @.str.73
.asciz "fat-edit: size: %s doesn't exist.\n"
L_.str.74: ## @.str.74
.asciz "fat-edit: size: %s is not a file.\n"
L_.str.75: ## @.str.75
.asciz "fat-edit: Command not found: %s\n"
L_.str.76: ## @.str.76
.asciz "fat-edit: %s: Improper argument usage.\n"
L_.str.77: ## @.str.77
.asciz "Bytes per sector: %hd\n"
L_.str.78: ## @.str.78
.asciz "Sectors per cluster: %d\n"
L_.str.79: ## @.str.79
.asciz "Total number of sectors: %d\n"
L_.str.80: ## @.str.80
.asciz "Number of free sectors: %d\n"
L_.str.81: ## @.str.81
.asciz "Number of FATs: %d\n"
L_.str.82: ## @.str.82
.asciz "Sectors per FAT: %d\n"
L_.str.83: ## @.str.83
.asciz "%c"
L_.str.84: ## @.str.84
.asciz "\nfat-edit: read: EoF reached."
L_.str.85: ## @.str.85
.asciz "\n"
L_.str.86: ## @.str.86
.asciz "fat-edit: read: EoF reached.\n"
L_.str.87: ## @.str.87
.asciz "%s "
L_.str.88: ## @.str.88
.asciz ". "
L_.str.89: ## @.str.89
.asciz ".. "
L_.str.90: ## @.str.90
.asciz "%d\n"
.subsections_via_symbols
| the_stack_data/92329089.c |
Subsets and Splits